|
|
|
| 1 | 2026-08-11T21:35:56.519Z | job assigned to worker 01KZSC0G6AHVFSWJCQEMM1WRJC [factory aws, i-0c11c8adef82f3b97] (queued for 50 s) |
| |
| 2 | 2026-08-11T21:36:04.315Z | starting task 0: "setup" |
| 3 | 2026-08-11T21:36:04.320Z | ++ uname -s |
| 4 | 2026-08-11T21:36:04.323Z | + kern=SunOS |
| 5 | 2026-08-11T21:36:04.323Z | + build_user=build |
| 6 | 2026-08-11T21:36:04.323Z | + build_uid=12345 |
| 7 | 2026-08-11T21:36:04.323Z | + work_dir=/work |
| 8 | 2026-08-11T21:36:04.323Z | + input_dir=/input |
| 9 | 2026-08-11T21:36:04.324Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-11T21:36:04.324Z | + case "$kern" in |
| 11 | 2026-08-11T21:36:04.324Z | + groupadd -g 12345 build |
| 12 | 2026-08-11T21:36:04.328Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-11T21:36:06.331Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-11T21:36:06.457Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-11T21:36:06.461Z | + home_fs=zfs |
| 16 | 2026-08-11T21:36:06.461Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-11T21:36:06.461Z | + mkdir -p /home/build |
| 18 | 2026-08-11T21:36:06.462Z | + chown build:build /home/build /work |
| 19 | 2026-08-11T21:36:08.462Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-11T21:36:08.469Z | process exited: duration 4152 ms, exit code 0 |
| |
| 21 | 2026-08-11T21:36:08.477Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-11T21:36:08.482Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-11T21:36:08.482Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-11T21:36:08.482Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-11T21:36:08.482Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-08-11T21:36:08.482Z | * rust toolchain profile = "default" |
| 27 | 2026-08-11T21:36:08.482Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-11T21:36:08.486Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-11T21:36:08.486Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-11T21:36:08.560Z | info: downloading installer |
| 31 | 2026-08-11T21:36:09.993Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-11T21:36:09.993Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-11T21:36:09.993Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-11T21:36:09.993Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-11T21:36:10.005Z | info: profile set to default |
| 36 | 2026-08-11T21:36:10.005Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-11T21:36:10.008Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-11T21:36:10.147Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-11T21:36:10.152Z | info: downloading 6 components |
| 40 | 2026-08-11T21:36:25.676Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-11T21:36:25.676Z | |
| 42 | 2026-08-11T21:36:25.704Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-11T21:36:25.705Z | |
| 44 | 2026-08-11T21:36:25.705Z | |
| 45 | 2026-08-11T21:36:25.705Z | Rust is installed now. Great! |
| 46 | 2026-08-11T21:36:25.705Z | |
| 47 | 2026-08-11T21:36:25.705Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-11T21:36:25.705Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-11T21:36:25.705Z | |
| 50 | 2026-08-11T21:36:25.705Z | To configure your current shell, you need to source |
| 51 | 2026-08-11T21:36:25.705Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-11T21:36:25.705Z | |
| 53 | 2026-08-11T21:36:25.705Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-11T21:36:25.705Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-11T21:36:25.705Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-11T21:36:25.705Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-11T21:36:25.705Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-11T21:36:25.705Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-11T21:36:25.706Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-11T21:36:25.711Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-11T21:36:25.711Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-11T21:36:25.817Z | + rustup --version |
| 63 | 2026-08-11T21:36:25.823Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-11T21:36:25.826Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-11T21:36:25.842Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-11T21:36:25.846Z | + cargo --version |
| 67 | 2026-08-11T21:36:25.853Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-11T21:36:25.858Z | + rustc --version |
| 69 | 2026-08-11T21:36:25.876Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-11T21:36:25.880Z | process exited: duration 17401 ms, exit code 0 |
| |
| 71 | 2026-08-11T21:36:25.888Z | starting task 2: "authentication" |
| 72 | 2026-08-11T21:36:25.907Z | process exited: duration 19 ms, exit code 0 |
| |
| 73 | 2026-08-11T21:36:25.915Z | starting task 3: "clone repository" |
| 74 | 2026-08-11T21:36:25.920Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-11T21:36:25.923Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-11T21:36:25.955Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-11T21:36:36.590Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-11T21:36:36.590Z | + git fetch origin 68697a7dff3a23ccd9cfe5a249b668528ec8c464 |
| 79 | 2026-08-11T21:36:36.915Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-11T21:36:36.916Z | * branch 68697a7dff3a23ccd9cfe5a249b668528ec8c464 -> FETCH_HEAD |
| 81 | 2026-08-11T21:36:36.929Z | + [[ -n '' ]] |
| 82 | 2026-08-11T21:36:36.929Z | + git reset --hard 68697a7dff3a23ccd9cfe5a249b668528ec8c464 |
| 83 | 2026-08-11T21:36:37.182Z | HEAD is now at 68697a7df [spr] initial version |
| 84 | 2026-08-11T21:36:37.186Z | process exited: duration 11268 ms, exit code 0 |
| |
| 85 | 2026-08-11T21:36:37.193Z | starting task 4: "build" |
| 86 | 2026-08-11T21:36:37.198Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-11T21:36:37.199Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-11T21:36:37.199Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-11T21:36:37.202Z | +++ uname -s |
| 90 | 2026-08-11T21:36:37.202Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-11T21:36:37.202Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-11T21:36:37.206Z | + cargo --version |
| 93 | 2026-08-11T21:36:37.213Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-11T21:36:37.217Z | + rustc --version |
| 95 | 2026-08-11T21:36:37.237Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-11T21:36:37.241Z | + cargo tree --locked |
| 97 | 2026-08-11T21:36:37.406Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 98 | 2026-08-11T21:36:37.746Z | Updating crates.io index |
| 99 | 2026-08-11T21:36:37.750Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 100 | 2026-08-11T21:36:37.998Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 101 | 2026-08-11T21:36:38.342Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 102 | 2026-08-11T21:36:39.391Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 103 | 2026-08-11T21:36:40.142Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 104 | 2026-08-11T21:36:42.831Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 105 | 2026-08-11T21:36:43.651Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 106 | 2026-08-11T21:36:43.942Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 107 | 2026-08-11T21:36:44.297Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 108 | 2026-08-11T21:36:45.998Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 109 | 2026-08-11T21:36:46.339Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 110 | 2026-08-11T21:36:46.690Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 111 | 2026-08-11T21:36:46.980Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 112 | 2026-08-11T21:36:47.243Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 113 | 2026-08-11T21:36:47.668Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 114 | 2026-08-11T21:36:47.957Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 115 | 2026-08-11T21:36:48.220Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 116 | 2026-08-11T21:36:48.537Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 117 | 2026-08-11T21:36:48.999Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 118 | 2026-08-11T21:36:49.603Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 119 | 2026-08-11T21:36:50.020Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 120 | 2026-08-11T21:36:50.479Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 121 | 2026-08-11T21:36:50.798Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 122 | 2026-08-11T21:36:51.318Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 123 | 2026-08-11T21:36:51.643Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 124 | 2026-08-11T21:36:51.934Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 125 | 2026-08-11T21:36:52.356Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 126 | 2026-08-11T21:36:52.630Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 127 | 2026-08-11T21:36:53.077Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 128 | 2026-08-11T21:36:53.443Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 129 | 2026-08-11T21:36:53.758Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 130 | 2026-08-11T21:36:54.053Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 131 | 2026-08-11T21:36:54.394Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 132 | 2026-08-11T21:36:54.952Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 133 | 2026-08-11T21:36:55.232Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 134 | 2026-08-11T21:36:55.513Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 135 | 2026-08-11T21:36:55.839Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 136 | 2026-08-11T21:36:56.449Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 137 | 2026-08-11T21:36:56.683Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 138 | 2026-08-11T21:36:57.117Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 139 | 2026-08-11T21:36:57.427Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 140 | 2026-08-11T21:36:57.724Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 141 | 2026-08-11T21:37:00.682Z | Downloading crates ... |
| 142 | 2026-08-11T21:37:00.716Z | Downloaded clap_lex v1.0.0 |
| 143 | 2026-08-11T21:37:00.728Z | Downloaded addr2line v0.25.1 |
| 144 | 2026-08-11T21:37:00.733Z | Downloaded cipher v0.4.4 |
| 145 | 2026-08-11T21:37:00.733Z | Downloaded cipher v0.5.2 |
| 146 | 2026-08-11T21:37:00.733Z | Downloaded ciborium-ll v0.2.2 |
| 147 | 2026-08-11T21:37:00.742Z | Downloaded ciborium v0.2.2 |
| 148 | 2026-08-11T21:37:00.749Z | Downloaded cookie_store v0.22.1 |
| 149 | 2026-08-11T21:37:00.749Z | Downloaded crc8 v0.1.1 |
| 150 | 2026-08-11T21:37:00.762Z | Downloaded constant_time_eq v0.3.1 |
| 151 | 2026-08-11T21:37:00.762Z | Downloaded cpubits v0.1.1 |
| 152 | 2026-08-11T21:37:00.762Z | Downloaded heck v0.4.1 |
| 153 | 2026-08-11T21:37:00.762Z | Downloaded hyper-tls v0.6.0 |
| 154 | 2026-08-11T21:37:00.762Z | Downloaded globset v0.4.18 |
| 155 | 2026-08-11T21:37:00.771Z | Downloaded is-terminal v0.4.17 |
| 156 | 2026-08-11T21:37:00.771Z | Downloaded glob v0.3.3 |
| 157 | 2026-08-11T21:37:00.771Z | Downloaded group v0.13.0 |
| 158 | 2026-08-11T21:37:00.771Z | Downloaded cpufeatures v0.3.0 |
| 159 | 2026-08-11T21:37:00.771Z | Downloaded darling_macro v0.23.0 |
| 160 | 2026-08-11T21:37:00.771Z | Downloaded colorchoice v1.0.4 |
| 161 | 2026-08-11T21:37:00.771Z | Downloaded heck v0.5.0 |
| 162 | 2026-08-11T21:37:00.772Z | Downloaded home v0.5.12 |
| 163 | 2026-08-11T21:37:00.772Z | Downloaded constant_time_eq v0.4.2 |
| 164 | 2026-08-11T21:37:00.777Z | Downloaded derive_more v0.99.20 |
| 165 | 2026-08-11T21:37:00.777Z | Downloaded half v2.7.1 |
| 166 | 2026-08-11T21:37:00.777Z | Downloaded hash32 v0.2.1 |
| 167 | 2026-08-11T21:37:00.777Z | Downloaded hex-literal v1.1.0 |
| 168 | 2026-08-11T21:37:00.777Z | Downloaded http-body v1.0.1 |
| 169 | 2026-08-11T21:37:00.777Z | Downloaded darling_macro v0.21.3 |
| 170 | 2026-08-11T21:37:00.777Z | Downloaded debug-ignore v1.0.5 |
| 171 | 2026-08-11T21:37:00.777Z | Downloaded hostname v0.4.2 |
| 172 | 2026-08-11T21:37:00.777Z | Downloaded http-range v0.1.5 |
| 173 | 2026-08-11T21:37:00.782Z | Downloaded crc-catalog v2.4.0 |
| 174 | 2026-08-11T21:37:00.782Z | Downloaded cobs v0.3.0 |
| 175 | 2026-08-11T21:37:00.782Z | Downloaded group v0.14.0 |
| 176 | 2026-08-11T21:37:00.782Z | Downloaded guppy-workspace-hack v0.1.0 |
| 177 | 2026-08-11T21:37:00.782Z | Downloaded illumos-nvpair v0.3.0 |
| 178 | 2026-08-11T21:37:00.788Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 179 | 2026-08-11T21:37:00.788Z | Downloaded derive_builder_macro v0.20.2 |
| 180 | 2026-08-11T21:37:00.788Z | Downloaded idna_adapter v1.2.1 |
| 181 | 2026-08-11T21:37:00.788Z | Downloaded ciborium-io v0.2.2 |
| 182 | 2026-08-11T21:37:00.788Z | Downloaded crypto-common v0.2.2 |
| 183 | 2026-08-11T21:37:00.788Z | Downloaded darling_macro v0.13.4 |
| 184 | 2026-08-11T21:37:00.788Z | Downloaded defmt v0.3.100 |
| 185 | 2026-08-11T21:37:00.788Z | Downloaded hex-literal v0.4.1 |
| 186 | 2026-08-11T21:37:00.857Z | Downloaded crypto-common v0.1.7 |
| 187 | 2026-08-11T21:37:00.857Z | Downloaded headers-core v0.3.0 |
| 188 | 2026-08-11T21:37:00.858Z | Downloaded crunchy v0.2.4 |
| 189 | 2026-08-11T21:37:00.858Z | Downloaded internet-checksum v0.2.1 |
| 190 | 2026-08-11T21:37:00.858Z | Downloaded convert_case v0.4.0 |
| 191 | 2026-08-11T21:37:00.858Z | Downloaded compression-codecs v0.4.37 |
| 192 | 2026-08-11T21:37:00.858Z | Downloaded corncobs v0.1.4 |
| 193 | 2026-08-11T21:37:00.858Z | Downloaded half v1.8.3 |
| 194 | 2026-08-11T21:37:00.858Z | Downloaded hex v0.4.3 |
| 195 | 2026-08-11T21:37:00.858Z | Downloaded critical-section v1.2.0 |
| 196 | 2026-08-11T21:37:00.858Z | Downloaded derive_builder_core v0.20.2 |
| 197 | 2026-08-11T21:37:00.858Z | Downloaded cmov v0.5.4 |
| 198 | 2026-08-11T21:37:00.858Z | Downloaded is_ci v1.2.0 |
| 199 | 2026-08-11T21:37:00.858Z | Downloaded hash32 v0.3.1 |
| 200 | 2026-08-11T21:37:00.858Z | Downloaded console v0.16.2 |
| 201 | 2026-08-11T21:37:00.858Z | Downloaded crossbeam-epoch v0.9.18 |
| 202 | 2026-08-11T21:37:00.858Z | Downloaded crucible-workspace-hack v0.1.0 |
| 203 | 2026-08-11T21:37:00.858Z | Downloaded adler2 v2.0.1 |
| 204 | 2026-08-11T21:37:00.858Z | Downloaded inout v0.1.4 |
| 205 | 2026-08-11T21:37:00.858Z | Downloaded hubpack v0.1.2 |
| 206 | 2026-08-11T21:37:00.858Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 207 | 2026-08-11T21:37:00.858Z | Downloaded httpdate v1.0.3 |
| 208 | 2026-08-11T21:37:00.858Z | Downloaded crc v3.4.0 |
| 209 | 2026-08-11T21:37:00.859Z | Downloaded cpufeatures v0.2.17 |
| 210 | 2026-08-11T21:37:00.859Z | Downloaded darling_macro v0.20.11 |
| 211 | 2026-08-11T21:37:00.859Z | Downloaded http-body-util v0.1.3 |
| 212 | 2026-08-11T21:37:00.859Z | Downloaded defmt-parser v1.0.0 |
| 213 | 2026-08-11T21:37:00.859Z | Downloaded ascii-canvas v3.0.0 |
| 214 | 2026-08-11T21:37:00.859Z | Downloaded cstr-argument v0.1.2 |
| 215 | 2026-08-11T21:37:00.859Z | Downloaded indent_write v2.2.0 |
| 216 | 2026-08-11T21:37:00.859Z | Downloaded instant v0.1.13 |
| 217 | 2026-08-11T21:37:00.859Z | Downloaded data-encoding v2.10.0 |
| 218 | 2026-08-11T21:37:00.859Z | Downloaded ident_case v1.0.1 |
| 219 | 2026-08-11T21:37:00.859Z | Downloaded concurrent-queue v2.5.0 |
| 220 | 2026-08-11T21:37:00.859Z | Downloaded hostname v0.3.1 |
| 221 | 2026-08-11T21:37:00.859Z | Downloaded convert_case v0.10.0 |
| 222 | 2026-08-11T21:37:00.859Z | Downloaded defmt-macros v1.0.1 |
| 223 | 2026-08-11T21:37:00.859Z | Downloaded compression-core v0.4.31 |
| 224 | 2026-08-11T21:37:00.859Z | Downloaded daft v0.1.7 |
| 225 | 2026-08-11T21:37:00.859Z | Downloaded der_derive v0.7.3 |
| 226 | 2026-08-11T21:37:00.859Z | Downloaded const_format_proc_macros v0.2.34 |
| 227 | 2026-08-11T21:37:00.859Z | Downloaded criterion-plot v0.6.0 |
| 228 | 2026-08-11T21:37:00.859Z | Downloaded crossbeam-deque v0.8.6 |
| 229 | 2026-08-11T21:37:00.859Z | Downloaded globwalk v0.9.1 |
| 230 | 2026-08-11T21:37:00.874Z | Downloaded is_terminal_polyfill v1.70.2 |
| 231 | 2026-08-11T21:37:00.874Z | Downloaded bit-set v0.8.0 |
| 232 | 2026-08-11T21:37:00.874Z | Downloaded darling v0.13.4 |
| 233 | 2026-08-11T21:37:00.874Z | Downloaded indoc v1.0.9 |
| 234 | 2026-08-11T21:37:00.874Z | Downloaded colored v3.1.1 |
| 235 | 2026-08-11T21:37:00.874Z | Downloaded ctr v0.10.1 |
| 236 | 2026-08-11T21:37:00.874Z | Downloaded instability v0.3.11 |
| 237 | 2026-08-11T21:37:00.874Z | Downloaded backtrace-ext v0.2.1 |
| 238 | 2026-08-11T21:37:00.874Z | Downloaded inout v0.2.2 |
| 239 | 2026-08-11T21:37:00.874Z | Downloaded const-oid v0.9.6 |
| 240 | 2026-08-11T21:37:00.874Z | Downloaded darling v0.23.0 |
| 241 | 2026-08-11T21:37:00.887Z | Downloaded crc32fast v1.5.0 |
| 242 | 2026-08-11T21:37:00.887Z | Downloaded hubpack_derive v0.1.1 |
| 243 | 2026-08-11T21:37:00.887Z | Downloaded bitfield-macros v0.19.4 |
| 244 | 2026-08-11T21:37:00.887Z | Downloaded openssl-macros v0.1.1 |
| 245 | 2026-08-11T21:37:00.887Z | Downloaded opaque-debug v0.3.1 |
| 246 | 2026-08-11T21:37:00.887Z | Downloaded castaway v0.2.4 |
| 247 | 2026-08-11T21:37:00.888Z | Downloaded approx v0.5.1 |
| 248 | 2026-08-11T21:37:00.888Z | Downloaded deranged v0.5.8 |
| 249 | 2026-08-11T21:37:00.895Z | Downloaded anstyle-parse v0.2.7 |
| 250 | 2026-08-11T21:37:00.895Z | Downloaded defmt v1.0.1 |
| 251 | 2026-08-11T21:37:00.895Z | Downloaded delegate v0.13.5 |
| 252 | 2026-08-11T21:37:00.896Z | Downloaded ctutils v0.4.2 |
| 253 | 2026-08-11T21:37:00.896Z | Downloaded humantime v2.3.0 |
| 254 | 2026-08-11T21:37:00.896Z | Downloaded ipnet v2.11.0 |
| 255 | 2026-08-11T21:37:00.896Z | Downloaded hmac v0.12.1 |
| 256 | 2026-08-11T21:37:00.896Z | Downloaded anes v0.1.6 |
| 257 | 2026-08-11T21:37:00.909Z | Downloaded path-slash v0.1.5 |
| 258 | 2026-08-11T21:37:00.909Z | Downloaded hyper-staticfile v0.10.1 |
| 259 | 2026-08-11T21:37:00.909Z | Downloaded oso-derive v0.27.3 |
| 260 | 2026-08-11T21:37:00.909Z | Downloaded parking v2.2.1 |
| 261 | 2026-08-11T21:37:00.909Z | Downloaded predicates-tree v1.0.13 |
| 262 | 2026-08-11T21:37:00.909Z | Downloaded parse-display v0.10.0 |
| 263 | 2026-08-11T21:37:00.909Z | Downloaded radium v0.7.0 |
| 264 | 2026-08-11T21:37:00.917Z | Downloaded pathdiff v0.2.3 |
| 265 | 2026-08-11T21:37:00.917Z | Downloaded clap_derive v4.6.1 |
| 266 | 2026-08-11T21:37:00.917Z | Downloaded plain v0.2.3 |
| 267 | 2026-08-11T21:37:00.917Z | Downloaded colored v2.2.0 |
| 268 | 2026-08-11T21:37:00.917Z | Downloaded console v0.15.11 |
| 269 | 2026-08-11T21:37:00.917Z | Downloaded cookie v0.18.1 |
| 270 | 2026-08-11T21:37:00.917Z | Downloaded csv-core v0.1.13 |
| 271 | 2026-08-11T21:37:00.917Z | Downloaded cmake v0.1.57 |
| 272 | 2026-08-11T21:37:00.917Z | Downloaded crossbeam-utils v0.8.21 |
| 273 | 2026-08-11T21:37:00.917Z | Downloaded darling v0.21.3 |
| 274 | 2026-08-11T21:37:00.922Z | Downloaded derive-ex v0.1.8 |
| 275 | 2026-08-11T21:37:00.922Z | Downloaded crc-any v2.5.0 |
| 276 | 2026-08-11T21:37:00.930Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 277 | 2026-08-11T21:37:00.937Z | Downloaded rfc6979 v0.6.0 |
| 278 | 2026-08-11T21:37:00.937Z | Downloaded recursive v0.1.1 |
| 279 | 2026-08-11T21:37:00.937Z | Downloaded ref-cast-impl v1.0.25 |
| 280 | 2026-08-11T21:37:00.937Z | Downloaded packed_struct v0.10.1 |
| 281 | 2026-08-11T21:37:00.937Z | Downloaded atomic-waker v1.1.2 |
| 282 | 2026-08-11T21:37:00.941Z | Downloaded path-tree v0.8.3 |
| 283 | 2026-08-11T21:37:00.941Z | Downloaded secrecy v0.10.3 |
| 284 | 2026-08-11T21:37:00.941Z | Downloaded serde_bytes v0.11.19 |
| 285 | 2026-08-11T21:37:00.941Z | Downloaded indoc v2.0.7 |
| 286 | 2026-08-11T21:37:00.947Z | Downloaded ingot-types v0.2.0 |
| 287 | 2026-08-11T21:37:00.947Z | Downloaded base64ct v1.8.3 |
| 288 | 2026-08-11T21:37:00.947Z | Downloaded serde_urlencoded v0.7.1 |
| 289 | 2026-08-11T21:37:00.954Z | Downloaded blowfish v0.10.0 |
| 290 | 2026-08-11T21:37:00.954Z | Downloaded hmac v0.13.0 |
| 291 | 2026-08-11T21:37:00.954Z | Downloaded httparse v1.10.1 |
| 292 | 2026-08-11T21:37:00.954Z | Downloaded cbc v0.2.1 |
| 293 | 2026-08-11T21:37:00.954Z | Downloaded highway v1.3.0 |
| 294 | 2026-08-11T21:37:00.954Z | Downloaded daft-derive v0.1.7 |
| 295 | 2026-08-11T21:37:00.962Z | Downloaded datatest-stable v0.3.3 |
| 296 | 2026-08-11T21:37:00.971Z | Downloaded darling v0.20.11 |
| 297 | 2026-08-11T21:37:00.971Z | Downloaded async-bb8-diesel v0.2.1 |
| 298 | 2026-08-11T21:37:00.971Z | Downloaded ppv-lite86 v0.2.21 |
| 299 | 2026-08-11T21:37:00.979Z | Downloaded subtle v2.6.1 |
| 300 | 2026-08-11T21:37:00.979Z | Downloaded progenitor v0.14.0 |
| 301 | 2026-08-11T21:37:00.983Z | Downloaded rand_core v0.9.5 |
| 302 | 2026-08-11T21:37:00.983Z | Downloaded owo-colors v3.5.0 |
| 303 | 2026-08-11T21:37:00.983Z | Downloaded darling_core v0.13.4 |
| 304 | 2026-08-11T21:37:00.983Z | Downloaded signal-hook-mio v0.2.5 |
| 305 | 2026-08-11T21:37:00.987Z | Downloaded const-oid v0.10.2 |
| 306 | 2026-08-11T21:37:00.987Z | Downloaded smawk v0.3.2 |
| 307 | 2026-08-11T21:37:00.987Z | Downloaded supports-hyperlinks v2.1.0 |
| 308 | 2026-08-11T21:37:00.994Z | Downloaded testing_table v0.3.0 |
| 309 | 2026-08-11T21:37:00.994Z | Downloaded tagptr v0.2.0 |
| 310 | 2026-08-11T21:37:00.994Z | Downloaded primefield v0.14.0 |
| 311 | 2026-08-11T21:37:00.995Z | Downloaded proc-macro-error v1.0.4 |
| 312 | 2026-08-11T21:37:01.000Z | Downloaded ingot v0.2.1 |
| 313 | 2026-08-11T21:37:01.000Z | Downloaded ingot-macros v0.2.0 |
| 314 | 2026-08-11T21:37:01.007Z | Downloaded rand_seeder v0.4.0 |
| 315 | 2026-08-11T21:37:01.007Z | Downloaded chumsky v0.9.3 |
| 316 | 2026-08-11T21:37:01.007Z | Downloaded hickory-client v0.25.2 |
| 317 | 2026-08-11T21:37:01.008Z | Downloaded terminal_size v0.4.3 |
| 318 | 2026-08-11T21:37:01.008Z | Downloaded httptest v0.16.4 |
| 319 | 2026-08-11T21:37:01.013Z | Downloaded bitflags v2.11.0 |
| 320 | 2026-08-11T21:37:01.013Z | Downloaded rustc-demangle v0.1.27 |
| 321 | 2026-08-11T21:37:01.013Z | Downloaded sapling-renderdag v0.1.0 |
| 322 | 2026-08-11T21:37:01.018Z | Downloaded pkg-config v0.3.32 |
| 323 | 2026-08-11T21:37:01.024Z | Downloaded tokio-macros v2.7.0 |
| 324 | 2026-08-11T21:37:01.024Z | Downloaded try-lock v0.2.5 |
| 325 | 2026-08-11T21:37:01.024Z | Downloaded ipnetwork v0.21.1 |
| 326 | 2026-08-11T21:37:01.032Z | Downloaded unicode-linebreak v0.1.5 |
| 327 | 2026-08-11T21:37:01.032Z | Downloaded unit-prefix v0.5.2 |
| 328 | 2026-08-11T21:37:01.032Z | Downloaded hyper-rustls v0.27.7 |
| 329 | 2026-08-11T21:37:01.032Z | Downloaded iana-time-zone v0.1.65 |
| 330 | 2026-08-11T21:37:01.032Z | Downloaded scroll v0.12.0 |
| 331 | 2026-08-11T21:37:01.032Z | Downloaded serde_path_to_error v0.1.20 |
| 332 | 2026-08-11T21:37:01.032Z | Downloaded toml_datetime v0.6.11 |
| 333 | 2026-08-11T21:37:01.035Z | Downloaded camino-tempfile v1.4.1 |
| 334 | 2026-08-11T21:37:01.036Z | Downloaded rustversion v1.0.22 |
| 335 | 2026-08-11T21:37:01.036Z | Downloaded camino v1.2.2 |
| 336 | 2026-08-11T21:37:01.036Z | Downloaded icu_properties v2.1.2 |
| 337 | 2026-08-11T21:37:01.042Z | Downloaded derive_builder v0.20.2 |
| 338 | 2026-08-11T21:37:01.042Z | Downloaded argon2 v0.6.0-rc.8 |
| 339 | 2026-08-11T21:37:01.042Z | Downloaded clang-sys v1.8.1 |
| 340 | 2026-08-11T21:37:01.047Z | Downloaded rusty-fork v0.3.1 |
| 341 | 2026-08-11T21:37:01.047Z | Downloaded scroll v0.13.0 |
| 342 | 2026-08-11T21:37:01.047Z | Downloaded pest_derive v2.8.6 |
| 343 | 2026-08-11T21:37:01.048Z | Downloaded pest_generator v2.8.6 |
| 344 | 2026-08-11T21:37:01.048Z | Downloaded slog-scope v4.4.1 |
| 345 | 2026-08-11T21:37:01.048Z | Downloaded untrusted v0.7.1 |
| 346 | 2026-08-11T21:37:01.048Z | Downloaded utf8_iter v1.0.4 |
| 347 | 2026-08-11T21:37:01.048Z | Downloaded version_check v0.9.5 |
| 348 | 2026-08-11T21:37:01.052Z | Downloaded heapless v0.8.0 |
| 349 | 2026-08-11T21:37:01.052Z | Downloaded slog-dtrace v0.3.0 |
| 350 | 2026-08-11T21:37:01.052Z | Downloaded usdt v0.6.0 |
| 351 | 2026-08-11T21:37:01.052Z | Downloaded compact_str v0.8.1 |
| 352 | 2026-08-11T21:37:01.052Z | Downloaded strum_macros v0.24.3 |
| 353 | 2026-08-11T21:37:01.060Z | Downloaded derive-where v1.6.0 |
| 354 | 2026-08-11T21:37:01.060Z | Downloaded parking_lot_core v0.9.12 |
| 355 | 2026-08-11T21:37:01.060Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 356 | 2026-08-11T21:37:01.067Z | Downloaded darling_core v0.20.11 |
| 357 | 2026-08-11T21:37:01.067Z | Downloaded heapless v0.7.17 |
| 358 | 2026-08-11T21:37:01.067Z | Downloaded yoke-derive v0.8.1 |
| 359 | 2026-08-11T21:37:01.067Z | Downloaded zone_cfg_derive v0.3.1 |
| 360 | 2026-08-11T21:37:01.067Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 361 | 2026-08-11T21:37:01.067Z | Downloaded zone v0.3.1 |
| 362 | 2026-08-11T21:37:01.068Z | Downloaded const_format v0.2.35 |
| 363 | 2026-08-11T21:37:01.068Z | Downloaded smf v0.2.3 |
| 364 | 2026-08-11T21:37:01.068Z | Downloaded string_cache v0.8.9 |
| 365 | 2026-08-11T21:37:01.068Z | Downloaded thiserror-no-std v2.0.2 |
| 366 | 2026-08-11T21:37:01.074Z | Downloaded sqlformat v0.3.5 |
| 367 | 2026-08-11T21:37:01.074Z | Downloaded static_assertions v1.1.0 |
| 368 | 2026-08-11T21:37:01.074Z | Downloaded wnaf v0.14.0 |
| 369 | 2026-08-11T21:37:01.074Z | Downloaded clap v4.6.1 |
| 370 | 2026-08-11T21:37:01.080Z | Downloaded display-error-chain v0.2.2 |
| 371 | 2026-08-11T21:37:01.080Z | Downloaded target-lexicon v0.13.3 |
| 372 | 2026-08-11T21:37:01.080Z | Downloaded hybrid-array v0.4.13 |
| 373 | 2026-08-11T21:37:01.080Z | Downloaded indexmap v1.9.3 |
| 374 | 2026-08-11T21:37:01.080Z | Downloaded zeroize_derive v1.5.0 |
| 375 | 2026-08-11T21:37:01.080Z | Downloaded dof v0.4.0 |
| 376 | 2026-08-11T21:37:01.086Z | Downloaded dtrace-parser v0.2.0 |
| 377 | 2026-08-11T21:37:01.087Z | Downloaded errno v0.3.14 |
| 378 | 2026-08-11T21:37:01.090Z | Downloaded rustls-pemfile v2.2.0 |
| 379 | 2026-08-11T21:37:01.097Z | Downloaded tls_codec v0.4.2 |
| 380 | 2026-08-11T21:37:01.097Z | Downloaded tokio-native-tls v0.3.1 |
| 381 | 2026-08-11T21:37:01.097Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 382 | 2026-08-11T21:37:01.097Z | Downloaded tinystr v0.8.2 |
| 383 | 2026-08-11T21:37:01.107Z | Downloaded unicase v2.9.0 |
| 384 | 2026-08-11T21:37:01.107Z | Downloaded flagset v0.4.7 |
| 385 | 2026-08-11T21:37:01.107Z | Downloaded foreign-types v0.3.2 |
| 386 | 2026-08-11T21:37:01.107Z | Downloaded tui-tree-widget v0.23.1 |
| 387 | 2026-08-11T21:37:01.107Z | Downloaded futures-core v0.3.32 |
| 388 | 2026-08-11T21:37:01.118Z | Downloaded icu_locale_core v2.1.1 |
| 389 | 2026-08-11T21:37:01.119Z | Downloaded usdt-impl v0.6.0 |
| 390 | 2026-08-11T21:37:01.119Z | Downloaded foreign-types v0.5.0 |
| 391 | 2026-08-11T21:37:01.119Z | Downloaded darling_core v0.21.3 |
| 392 | 2026-08-11T21:37:01.119Z | Downloaded polyval v0.7.1 |
| 393 | 2026-08-11T21:37:01.130Z | Downloaded walkdir v2.5.0 |
| 394 | 2026-08-11T21:37:01.130Z | Downloaded env_filter v1.0.0 |
| 395 | 2026-08-11T21:37:01.130Z | Downloaded futures-sink v0.3.32 |
| 396 | 2026-08-11T21:37:01.130Z | Downloaded futures-task v0.3.32 |
| 397 | 2026-08-11T21:37:01.130Z | Downloaded git-stub v1.0.0 |
| 398 | 2026-08-11T21:37:01.130Z | Downloaded kstat-rs v0.2.5 |
| 399 | 2026-08-11T21:37:01.131Z | Downloaded postcard v1.1.3 |
| 400 | 2026-08-11T21:37:01.137Z | Downloaded managed v0.8.0 |
| 401 | 2026-08-11T21:37:01.137Z | Downloaded memoffset v0.9.1 |
| 402 | 2026-08-11T21:37:01.137Z | Downloaded newtype-uuid-macros v0.1.0 |
| 403 | 2026-08-11T21:37:01.137Z | Downloaded num-iter v0.1.45 |
| 404 | 2026-08-11T21:37:01.137Z | Downloaded yoke v0.8.1 |
| 405 | 2026-08-11T21:37:01.153Z | Downloaded hashbrown v0.17.0 |
| 406 | 2026-08-11T21:37:01.153Z | Downloaded icu_normalizer_data v2.1.1 |
| 407 | 2026-08-11T21:37:01.153Z | Downloaded writeable v0.6.2 |
| 408 | 2026-08-11T21:37:01.166Z | Downloaded icu_provider v2.1.1 |
| 409 | 2026-08-11T21:37:01.166Z | Downloaded memmap v0.7.0 |
| 410 | 2026-08-11T21:37:01.166Z | Downloaded term v0.7.0 |
| 411 | 2026-08-11T21:37:01.166Z | Downloaded der v0.7.10 |
| 412 | 2026-08-11T21:37:01.166Z | Downloaded progenitor-impl v0.13.0 |
| 413 | 2026-08-11T21:37:01.166Z | Downloaded digest v0.11.3 |
| 414 | 2026-08-11T21:37:01.166Z | Downloaded normalize-line-endings v0.3.0 |
| 415 | 2026-08-11T21:37:01.166Z | Downloaded indicatif v0.18.4 |
| 416 | 2026-08-11T21:37:01.172Z | Downloaded async-stream-impl v0.3.6 |
| 417 | 2026-08-11T21:37:01.172Z | Downloaded async-recursion v1.1.1 |
| 418 | 2026-08-11T21:37:01.172Z | Downloaded icu_normalizer v2.1.1 |
| 419 | 2026-08-11T21:37:01.172Z | Downloaded ignore v0.4.25 |
| 420 | 2026-08-11T21:37:01.172Z | Downloaded async-stream v0.3.6 |
| 421 | 2026-08-11T21:37:01.172Z | Downloaded p256 v0.14.0 |
| 422 | 2026-08-11T21:37:01.172Z | Downloaded tracing-attributes v0.1.31 |
| 423 | 2026-08-11T21:37:01.172Z | Downloaded openssl-probe v0.2.1 |
| 424 | 2026-08-11T21:37:01.178Z | Downloaded cfg-if v1.0.4 |
| 425 | 2026-08-11T21:37:01.178Z | Downloaded filetime v0.2.27 |
| 426 | 2026-08-11T21:37:01.178Z | Downloaded hashbrown v0.13.2 |
| 427 | 2026-08-11T21:37:01.182Z | Downloaded headers v0.4.1 |
| 428 | 2026-08-11T21:37:01.188Z | Downloaded fs_extra v1.3.0 |
| 429 | 2026-08-11T21:37:01.188Z | Downloaded openssl-probe v0.1.6 |
| 430 | 2026-08-11T21:37:01.189Z | Downloaded parse-size v1.1.0 |
| 431 | 2026-08-11T21:37:01.189Z | Downloaded signal-hook v0.3.18 |
| 432 | 2026-08-11T21:37:01.194Z | Downloaded hashbrown v0.12.3 |
| 433 | 2026-08-11T21:37:01.194Z | Downloaded http v1.4.2 |
| 434 | 2026-08-11T21:37:01.194Z | Downloaded crypto-bigint v0.5.5 |
| 435 | 2026-08-11T21:37:01.202Z | Downloaded darling_core v0.23.0 |
| 436 | 2026-08-11T21:37:01.212Z | Downloaded pest_meta v2.8.6 |
| 437 | 2026-08-11T21:37:01.212Z | Downloaded linear-map v1.2.0 |
| 438 | 2026-08-11T21:37:01.212Z | Downloaded macaddr v1.0.1 |
| 439 | 2026-08-11T21:37:01.212Z | Downloaded predicates-core v1.0.10 |
| 440 | 2026-08-11T21:37:01.212Z | Downloaded pretty-hex v0.4.1 |
| 441 | 2026-08-11T21:37:01.212Z | Downloaded rand_pcg v0.10.2 |
| 442 | 2026-08-11T21:37:01.212Z | Downloaded yasna v0.5.2 |
| 443 | 2026-08-11T21:37:01.223Z | Downloaded socket2 v0.5.10 |
| 444 | 2026-08-11T21:37:01.223Z | Downloaded des v0.9.0 |
| 445 | 2026-08-11T21:37:01.223Z | Downloaded newtype-uuid v1.3.2 |
| 446 | 2026-08-11T21:37:01.223Z | Downloaded num_enum v0.7.6 |
| 447 | 2026-08-11T21:37:01.223Z | Downloaded plotters-svg v0.3.7 |
| 448 | 2026-08-11T21:37:01.223Z | Downloaded potential_utf v0.1.4 |
| 449 | 2026-08-11T21:37:01.223Z | Downloaded prettyplease v0.2.37 |
| 450 | 2026-08-11T21:37:01.223Z | Downloaded similar v2.7.0 |
| 451 | 2026-08-11T21:37:01.228Z | Downloaded multer v3.1.0 |
| 452 | 2026-08-11T21:37:01.228Z | Downloaded libloading v0.8.9 |
| 453 | 2026-08-11T21:37:01.232Z | Downloaded hickory-resolver v0.25.2 |
| 454 | 2026-08-11T21:37:01.236Z | Downloaded nu-ansi-term v0.50.3 |
| 455 | 2026-08-11T21:37:01.242Z | Downloaded bitfield v0.19.4 |
| 456 | 2026-08-11T21:37:01.242Z | Downloaded textwrap v0.15.2 |
| 457 | 2026-08-11T21:37:01.242Z | Downloaded backtrace v0.3.76 |
| 458 | 2026-08-11T21:37:01.247Z | Downloaded rustc_version v0.4.1 |
| 459 | 2026-08-11T21:37:01.247Z | Downloaded bitfield-struct v0.6.2 |
| 460 | 2026-08-11T21:37:01.247Z | Downloaded bitflags v1.3.2 |
| 461 | 2026-08-11T21:37:01.247Z | Downloaded semver v0.1.20 |
| 462 | 2026-08-11T21:37:01.247Z | Downloaded rtoolbox v0.0.3 |
| 463 | 2026-08-11T21:37:01.247Z | Downloaded bytes v1.11.1 |
| 464 | 2026-08-11T21:37:01.257Z | Downloaded sha1 v0.10.6 |
| 465 | 2026-08-11T21:37:01.257Z | Downloaded ecdsa v0.16.9 |
| 466 | 2026-08-11T21:37:01.257Z | Downloaded serde_plain v1.0.2 |
| 467 | 2026-08-11T21:37:01.257Z | Downloaded byteorder v1.5.0 |
| 468 | 2026-08-11T21:37:01.257Z | Downloaded cassowary v0.3.0 |
| 469 | 2026-08-11T21:37:01.261Z | Downloaded cc v1.2.56 |
| 470 | 2026-08-11T21:37:01.261Z | Downloaded hickory-resolver v0.24.4 |
| 471 | 2026-08-11T21:37:01.261Z | Downloaded getrandom v0.2.17 |
| 472 | 2026-08-11T21:37:01.261Z | Downloaded vergen v9.1.0 |
| 473 | 2026-08-11T21:37:01.261Z | Downloaded trybuild v1.0.116 |
| 474 | 2026-08-11T21:37:01.261Z | Downloaded anstream v0.6.21 |
| 475 | 2026-08-11T21:37:01.261Z | Downloaded scroll_derive v0.12.1 |
| 476 | 2026-08-11T21:37:01.267Z | Downloaded serde_spanned v1.1.1 |
| 477 | 2026-08-11T21:37:01.267Z | Downloaded shell-words v1.1.1 |
| 478 | 2026-08-11T21:37:01.267Z | Downloaded sponge-cursor v0.1.0 |
| 479 | 2026-08-11T21:37:01.267Z | Downloaded bit-vec v0.8.0 |
| 480 | 2026-08-11T21:37:01.267Z | Downloaded similar-asserts v1.7.0 |
| 481 | 2026-08-11T21:37:01.272Z | Downloaded psm v0.1.30 |
| 482 | 2026-08-11T21:37:01.272Z | Downloaded crossbeam-channel v0.5.15 |
| 483 | 2026-08-11T21:37:01.278Z | Downloaded strum v0.26.3 |
| 484 | 2026-08-11T21:37:01.278Z | Downloaded strum v0.27.2 |
| 485 | 2026-08-11T21:37:01.278Z | Downloaded tap v1.0.1 |
| 486 | 2026-08-11T21:37:01.278Z | Downloaded termtree v0.5.1 |
| 487 | 2026-08-11T21:37:01.281Z | Downloaded time-core v0.1.8 |
| 488 | 2026-08-11T21:37:01.281Z | Downloaded keccak v0.2.0 |
| 489 | 2026-08-11T21:37:01.282Z | Downloaded rand_chacha v0.9.0 |
| 490 | 2026-08-11T21:37:01.282Z | Downloaded hickory-server v0.25.2 |
| 491 | 2026-08-11T21:37:01.282Z | Downloaded icu_collections v2.1.1 |
| 492 | 2026-08-11T21:37:01.286Z | Downloaded parse-display-derive v0.10.0 |
| 493 | 2026-08-11T21:37:01.288Z | Downloaded partial-io v0.5.4 |
| 494 | 2026-08-11T21:37:01.299Z | Downloaded pem-rfc7468 v1.0.0 |
| 495 | 2026-08-11T21:37:01.299Z | Downloaded hyper-util v0.1.20 |
| 496 | 2026-08-11T21:37:01.300Z | Downloaded indexmap v2.14.0 |
| 497 | 2026-08-11T21:37:01.306Z | Downloaded qorb v0.4.1 |
| 498 | 2026-08-11T21:37:01.306Z | Downloaded structmeta v0.3.0 |
| 499 | 2026-08-11T21:37:01.306Z | Downloaded structmeta-derive v0.3.0 |
| 500 | 2026-08-11T21:37:01.306Z | Downloaded pin-project-lite v0.2.17 |
| 501 | 2026-08-11T21:37:01.306Z | Downloaded der v0.8.0 |
| 502 | 2026-08-11T21:37:01.306Z | Downloaded assert_cmd v2.1.2 |
| 503 | 2026-08-11T21:37:01.312Z | Downloaded async-compression v0.4.41 |
| 504 | 2026-08-11T21:37:01.312Z | Downloaded litemap v0.8.1 |
| 505 | 2026-08-11T21:37:01.312Z | Downloaded litrs v1.0.0 |
| 506 | 2026-08-11T21:37:01.312Z | Downloaded progenitor v0.13.0 |
| 507 | 2026-08-11T21:37:01.317Z | Downloaded fatfs v0.3.6 |
| 508 | 2026-08-11T21:37:01.317Z | Downloaded bumpalo v3.20.2 |
| 509 | 2026-08-11T21:37:01.317Z | Downloaded memmap2 v0.9.10 |
| 510 | 2026-08-11T21:37:01.317Z | Downloaded sec1 v0.7.3 |
| 511 | 2026-08-11T21:37:01.317Z | Downloaded schemars v1.2.1 |
| 512 | 2026-08-11T21:37:01.323Z | Downloaded resolv-conf v0.7.6 |
| 513 | 2026-08-11T21:37:01.328Z | Downloaded russh-cryptovec v0.62.0 |
| 514 | 2026-08-11T21:37:01.328Z | Downloaded bzip2 v0.4.4 |
| 515 | 2026-08-11T21:37:01.328Z | Downloaded phc v0.6.1 |
| 516 | 2026-08-11T21:37:01.328Z | Downloaded serde_tokenstream v0.2.3 |
| 517 | 2026-08-11T21:37:01.334Z | Downloaded toml_write v0.1.2 |
| 518 | 2026-08-11T21:37:01.334Z | Downloaded topological-sort v0.2.2 |
| 519 | 2026-08-11T21:37:01.334Z | Downloaded waitgroup v0.1.2 |
| 520 | 2026-08-11T21:37:01.334Z | Downloaded want v0.3.1 |
| 521 | 2026-08-11T21:37:01.334Z | Downloaded utf8parse v0.2.2 |
| 522 | 2026-08-11T21:37:01.334Z | Downloaded wait-timeout v0.2.1 |
| 523 | 2026-08-11T21:37:01.334Z | Downloaded untrusted v0.9.0 |
| 524 | 2026-08-11T21:37:01.334Z | Downloaded port-file v0.1.0 |
| 525 | 2026-08-11T21:37:01.335Z | Downloaded serde v1.0.228 |
| 526 | 2026-08-11T21:37:01.339Z | Downloaded toml_edit v0.22.27 |
| 527 | 2026-08-11T21:37:01.339Z | Downloaded zip v0.6.6 |
| 528 | 2026-08-11T21:37:01.343Z | Downloaded cfg-expr v0.20.6 |
| 529 | 2026-08-11T21:37:01.343Z | Downloaded signature v2.2.0 |
| 530 | 2026-08-11T21:37:01.343Z | Downloaded difflib v0.4.0 |
| 531 | 2026-08-11T21:37:01.343Z | Downloaded dirs-sys-next v0.1.2 |
| 532 | 2026-08-11T21:37:01.347Z | Downloaded criterion v0.7.0 |
| 533 | 2026-08-11T21:37:01.347Z | Downloaded simd-adler32 v0.3.8 |
| 534 | 2026-08-11T21:37:01.355Z | Downloaded slog-stdlog v4.1.1 |
| 535 | 2026-08-11T21:37:01.355Z | Downloaded float-cmp v0.10.0 |
| 536 | 2026-08-11T21:37:01.355Z | Downloaded termios v0.3.3 |
| 537 | 2026-08-11T21:37:01.355Z | Downloaded futures-macro v0.3.32 |
| 538 | 2026-08-11T21:37:01.355Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 539 | 2026-08-11T21:37:01.363Z | Downloaded itertools v0.10.5 |
| 540 | 2026-08-11T21:37:01.363Z | Downloaded stringprep v0.1.5 |
| 541 | 2026-08-11T21:37:01.363Z | Downloaded dsl_auto_type v0.2.0 |
| 542 | 2026-08-11T21:37:01.363Z | Downloaded float-ord v0.3.2 |
| 543 | 2026-08-11T21:37:01.363Z | Downloaded downcast-rs v2.0.2 |
| 544 | 2026-08-11T21:37:01.370Z | Downloaded embedded-io v0.6.1 |
| 545 | 2026-08-11T21:37:01.370Z | Downloaded equivalent v1.0.2 |
| 546 | 2026-08-11T21:37:01.370Z | Downloaded pin-project-internal v1.1.11 |
| 547 | 2026-08-11T21:37:01.370Z | Downloaded funty v2.0.0 |
| 548 | 2026-08-11T21:37:01.370Z | Downloaded jiff-static v0.2.34 |
| 549 | 2026-08-11T21:37:01.370Z | Downloaded keccak v0.1.6 |
| 550 | 2026-08-11T21:37:01.370Z | Downloaded futures-io v0.3.32 |
| 551 | 2026-08-11T21:37:01.370Z | Downloaded tokio-tungstenite v0.21.0 |
| 552 | 2026-08-11T21:37:01.376Z | Downloaded unicode-xid v0.2.6 |
| 553 | 2026-08-11T21:37:01.376Z | Downloaded lru v0.12.5 |
| 554 | 2026-08-11T21:37:01.376Z | Downloaded md5 v0.8.0 |
| 555 | 2026-08-11T21:37:01.382Z | Downloaded serde_cbor v0.11.2 |
| 556 | 2026-08-11T21:37:01.382Z | Downloaded tokio-dtrace v0.1.1 |
| 557 | 2026-08-11T21:37:01.389Z | Downloaded newline-converter v0.3.0 |
| 558 | 2026-08-11T21:37:01.393Z | Downloaded nonempty v0.12.0 |
| 559 | 2026-08-11T21:37:01.393Z | Downloaded num v0.4.3 |
| 560 | 2026-08-11T21:37:01.393Z | Downloaded array-init v0.0.4 |
| 561 | 2026-08-11T21:37:01.393Z | Downloaded whoami v1.6.1 |
| 562 | 2026-08-11T21:37:01.393Z | Downloaded hashbrown v0.14.5 |
| 563 | 2026-08-11T21:37:01.393Z | Downloaded maplit v1.0.2 |
| 564 | 2026-08-11T21:37:01.393Z | Downloaded num_threads v0.1.7 |
| 565 | 2026-08-11T21:37:01.400Z | Downloaded prefix-trie v0.7.0 |
| 566 | 2026-08-11T21:37:01.407Z | Downloaded zmij v1.0.21 |
| 567 | 2026-08-11T21:37:01.407Z | Downloaded allocator-api2 v0.2.21 |
| 568 | 2026-08-11T21:37:01.416Z | Downloaded assert-json-diff v2.0.2 |
| 569 | 2026-08-11T21:37:01.416Z | Downloaded papergrid v0.18.0 |
| 570 | 2026-08-11T21:37:01.416Z | Downloaded tempfile v3.25.0 |
| 571 | 2026-08-11T21:37:01.416Z | Downloaded olpc-cjson v0.1.4 |
| 572 | 2026-08-11T21:37:01.416Z | Downloaded atty v0.2.14 |
| 573 | 2026-08-11T21:37:01.416Z | Downloaded bb8 v0.8.6 |
| 574 | 2026-08-11T21:37:01.416Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 575 | 2026-08-11T21:37:01.430Z | Downloaded block-padding v0.4.2 |
| 576 | 2026-08-11T21:37:01.430Z | Downloaded either v1.15.0 |
| 577 | 2026-08-11T21:37:01.430Z | Downloaded rcgen v0.12.1 |
| 578 | 2026-08-11T21:37:01.430Z | Downloaded cargo-platform v0.3.2 |
| 579 | 2026-08-11T21:37:01.436Z | Downloaded ff v0.14.0 |
| 580 | 2026-08-11T21:37:01.436Z | Downloaded proc-macro-crate v1.3.1 |
| 581 | 2026-08-11T21:37:01.436Z | Downloaded quick-error v1.2.3 |
| 582 | 2026-08-11T21:37:01.436Z | Downloaded tokio-postgres v0.7.16 |
| 583 | 2026-08-11T21:37:01.436Z | Downloaded toml v0.8.23 |
| 584 | 2026-08-11T21:37:01.436Z | Downloaded schemars v0.8.22 |
| 585 | 2026-08-11T21:37:01.440Z | Downloaded env_logger v0.11.9 |
| 586 | 2026-08-11T21:37:01.444Z | Downloaded rand_xorshift v0.4.0 |
| 587 | 2026-08-11T21:37:01.444Z | Downloaded jobserver v0.1.34 |
| 588 | 2026-08-11T21:37:01.444Z | Downloaded plotters-backend v0.3.7 |
| 589 | 2026-08-11T21:37:01.444Z | Downloaded steno v0.4.1 |
| 590 | 2026-08-11T21:37:01.451Z | Downloaded scroll_derive v0.13.1 |
| 591 | 2026-08-11T21:37:01.451Z | Downloaded libbz2-rs-sys v0.2.2 |
| 592 | 2026-08-11T21:37:01.452Z | Downloaded nanorand v0.7.0 |
| 593 | 2026-08-11T21:37:01.456Z | Downloaded progenitor-impl v0.14.0 |
| 594 | 2026-08-11T21:37:01.457Z | Downloaded libtest-mimic v0.8.1 |
| 595 | 2026-08-11T21:37:01.457Z | Downloaded scheduled-thread-pool v0.2.7 |
| 596 | 2026-08-11T21:37:01.457Z | Downloaded scopeguard v1.2.0 |
| 597 | 2026-08-11T21:37:01.467Z | Downloaded strsim v0.11.1 |
| 598 | 2026-08-11T21:37:01.471Z | Downloaded uzers v0.12.2 |
| 599 | 2026-08-11T21:37:01.472Z | Downloaded linkme v0.3.35 |
| 600 | 2026-08-11T21:37:01.472Z | Downloaded rand_chacha v0.3.1 |
| 601 | 2026-08-11T21:37:01.472Z | Downloaded hashbrown v0.16.1 |
| 602 | 2026-08-11T21:37:01.472Z | Downloaded rustc-hash v2.1.1 |
| 603 | 2026-08-11T21:37:01.475Z | Downloaded sigpipe v0.1.3 |
| 604 | 2026-08-11T21:37:01.475Z | Downloaded ahash v0.8.12 |
| 605 | 2026-08-11T21:37:01.485Z | Downloaded chacha20 v0.9.1 |
| 606 | 2026-08-11T21:37:01.493Z | Downloaded supports-unicode v2.1.0 |
| 607 | 2026-08-11T21:37:01.493Z | Downloaded ed25519-dalek v2.2.0 |
| 608 | 2026-08-11T21:37:01.493Z | Downloaded base64 v0.22.1 |
| 609 | 2026-08-11T21:37:01.493Z | Downloaded p384 v0.14.0 |
| 610 | 2026-08-11T21:37:01.493Z | Downloaded num_enum_derive v0.7.6 |
| 611 | 2026-08-11T21:37:01.493Z | Downloaded pem-rfc7468 v0.7.0 |
| 612 | 2026-08-11T21:37:01.499Z | Downloaded rayon-core v1.13.0 |
| 613 | 2026-08-11T21:37:01.499Z | Downloaded hashbrown v0.15.5 |
| 614 | 2026-08-11T21:37:01.499Z | Downloaded itertools v0.12.1 |
| 615 | 2026-08-11T21:37:01.512Z | Downloaded phf v0.12.1 |
| 616 | 2026-08-11T21:37:01.512Z | Downloaded test-strategy v0.4.5 |
| 617 | 2026-08-11T21:37:01.512Z | Downloaded atomicwrites v0.4.4 |
| 618 | 2026-08-11T21:37:01.512Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 619 | 2026-08-11T21:37:01.512Z | Downloaded byte-wrapper v0.1.0 |
| 620 | 2026-08-11T21:37:01.513Z | Downloaded bytecount v0.6.9 |
| 621 | 2026-08-11T21:37:01.518Z | Downloaded oxnet v0.1.6 |
| 622 | 2026-08-11T21:37:01.518Z | Downloaded sync_wrapper v1.0.2 |
| 623 | 2026-08-11T21:37:01.518Z | Downloaded take_mut v0.2.2 |
| 624 | 2026-08-11T21:37:01.518Z | Downloaded flume v0.11.1 |
| 625 | 2026-08-11T21:37:01.518Z | Downloaded socket2 v0.6.3 |
| 626 | 2026-08-11T21:37:01.518Z | Downloaded guppy v0.17.25 |
| 627 | 2026-08-11T21:37:01.518Z | Downloaded password-hash v0.5.0 |
| 628 | 2026-08-11T21:37:01.518Z | Downloaded password-hash v0.6.1 |
| 629 | 2026-08-11T21:37:01.518Z | Downloaded enum_dispatch v0.3.13 |
| 630 | 2026-08-11T21:37:01.518Z | Downloaded pkcs8 v0.10.2 |
| 631 | 2026-08-11T21:37:01.519Z | Downloaded tinyvec v1.10.0 |
| 632 | 2026-08-11T21:37:01.523Z | Downloaded typify v0.6.2 |
| 633 | 2026-08-11T21:37:01.523Z | Downloaded usdt-macro v0.5.0 |
| 634 | 2026-08-11T21:37:01.523Z | Downloaded crossterm v0.28.1 |
| 635 | 2026-08-11T21:37:01.529Z | Downloaded relative-path v1.9.3 |
| 636 | 2026-08-11T21:37:01.529Z | Downloaded icu_properties_data v2.1.2 |
| 637 | 2026-08-11T21:37:01.534Z | Downloaded proc-macro-error2 v2.0.1 |
| 638 | 2026-08-11T21:37:01.534Z | Downloaded scrypt v0.12.0 |
| 639 | 2026-08-11T21:37:01.548Z | Downloaded document-features v0.2.12 |
| 640 | 2026-08-11T21:37:01.548Z | Downloaded dtrace-parser v0.3.0 |
| 641 | 2026-08-11T21:37:01.548Z | Downloaded dyn-clone v1.0.20 |
| 642 | 2026-08-11T21:37:01.548Z | Downloaded h2 v0.4.15 |
| 643 | 2026-08-11T21:37:01.553Z | Downloaded sha2 v0.10.9 |
| 644 | 2026-08-11T21:37:01.553Z | Downloaded shlex v1.3.0 |
| 645 | 2026-08-11T21:37:01.553Z | Downloaded spki v0.7.3 |
| 646 | 2026-08-11T21:37:01.553Z | Downloaded spki v0.8.0 |
| 647 | 2026-08-11T21:37:01.553Z | Downloaded hkdf v0.12.4 |
| 648 | 2026-08-11T21:37:01.553Z | Downloaded hyper v1.10.1 |
| 649 | 2026-08-11T21:37:01.553Z | Downloaded zopfli v0.8.3 |
| 650 | 2026-08-11T21:37:01.553Z | Downloaded anyhow v1.0.102 |
| 651 | 2026-08-11T21:37:01.558Z | Downloaded blake2 v0.11.0-rc.6 |
| 652 | 2026-08-11T21:37:01.558Z | Downloaded fd-lock v4.0.4 |
| 653 | 2026-08-11T21:37:01.558Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 654 | 2026-08-11T21:37:01.558Z | Downloaded dunce v1.0.5 |
| 655 | 2026-08-11T21:37:01.558Z | Downloaded event-listener-strategy v0.5.4 |
| 656 | 2026-08-11T21:37:01.563Z | Downloaded foreign-types-macros v0.2.3 |
| 657 | 2026-08-11T21:37:01.564Z | Downloaded base64 v0.21.7 |
| 658 | 2026-08-11T21:37:01.564Z | Downloaded ed25519-dalek v3.0.0 |
| 659 | 2026-08-11T21:37:01.569Z | Downloaded dropshot_endpoint v0.17.1 |
| 660 | 2026-08-11T21:37:01.594Z | Downloaded slog-term v2.9.2 |
| 661 | 2026-08-11T21:37:01.594Z | Downloaded smallvec v0.6.14 |
| 662 | 2026-08-11T21:37:01.594Z | Downloaded thiserror v1.0.69 |
| 663 | 2026-08-11T21:37:01.605Z | Downloaded ghash v0.6.0 |
| 664 | 2026-08-11T21:37:01.605Z | Downloaded time-macros v0.2.27 |
| 665 | 2026-08-11T21:37:01.605Z | Downloaded expectorate v1.2.0 |
| 666 | 2026-08-11T21:37:01.605Z | Downloaded itoa v1.0.17 |
| 667 | 2026-08-11T21:37:01.605Z | Downloaded lru-slab v0.1.2 |
| 668 | 2026-08-11T21:37:01.605Z | Downloaded serde_with v1.14.0 |
| 669 | 2026-08-11T21:37:01.605Z | Downloaded aes-gcm v0.11.0 |
| 670 | 2026-08-11T21:37:01.605Z | Downloaded libscf-sys v1.2.0 |
| 671 | 2026-08-11T21:37:01.605Z | Downloaded multimap v0.10.1 |
| 672 | 2026-08-11T21:37:01.605Z | Downloaded crossterm v0.29.0 |
| 673 | 2026-08-11T21:37:01.605Z | Downloaded tls_codec_derive v0.4.2 |
| 674 | 2026-08-11T21:37:01.605Z | Downloaded iri-string v0.7.10 |
| 675 | 2026-08-11T21:37:01.605Z | Downloaded pkcs8 v0.11.0 |
| 676 | 2026-08-11T21:37:01.605Z | Downloaded progenitor-extras v0.2.0 |
| 677 | 2026-08-11T21:37:01.605Z | Downloaded usdt-macro v0.6.0 |
| 678 | 2026-08-11T21:37:01.606Z | Downloaded md-5 v0.10.6 |
| 679 | 2026-08-11T21:37:01.606Z | Downloaded anstyle-query v1.1.5 |
| 680 | 2026-08-11T21:37:01.618Z | Downloaded arrayref v0.3.9 |
| 681 | 2026-08-11T21:37:01.619Z | Downloaded hkdf v0.13.0 |
| 682 | 2026-08-11T21:37:01.619Z | Downloaded vsss-rs v3.3.4 |
| 683 | 2026-08-11T21:37:01.619Z | Downloaded zstd-safe v7.2.4 |
| 684 | 2026-08-11T21:37:01.619Z | Downloaded uuid v1.23.4 |
| 685 | 2026-08-11T21:37:01.619Z | Downloaded rand v0.8.6 |
| 686 | 2026-08-11T21:37:01.619Z | Downloaded getrandom v0.3.4 |
| 687 | 2026-08-11T21:37:01.628Z | Downloaded block-buffer v0.12.1 |
| 688 | 2026-08-11T21:37:01.628Z | Downloaded usdt v0.5.0 |
| 689 | 2026-08-11T21:37:01.629Z | Downloaded packed_struct_codegen v0.10.1 |
| 690 | 2026-08-11T21:37:01.629Z | Downloaded peg-runtime v0.8.5 |
| 691 | 2026-08-11T21:37:01.629Z | Downloaded powerfmt v0.2.0 |
| 692 | 2026-08-11T21:37:01.629Z | Downloaded ref-cast v1.0.25 |
| 693 | 2026-08-11T21:37:01.630Z | Downloaded spin v0.9.8 |
| 694 | 2026-08-11T21:37:01.630Z | Downloaded digest v0.10.7 |
| 695 | 2026-08-11T21:37:01.634Z | Downloaded chacha20 v0.10.0 |
| 696 | 2026-08-11T21:37:01.634Z | Downloaded fixedbitset v0.5.7 |
| 697 | 2026-08-11T21:37:01.634Z | Downloaded generic-array v0.14.7 |
| 698 | 2026-08-11T21:37:01.634Z | Downloaded rustc_version v0.1.7 |
| 699 | 2026-08-11T21:37:01.634Z | Downloaded idna v1.1.0 |
| 700 | 2026-08-11T21:37:01.639Z | Downloaded rustls-pki-types v1.14.0 |
| 701 | 2026-08-11T21:37:01.639Z | Downloaded proc-macro-error-attr v1.0.4 |
| 702 | 2026-08-11T21:37:01.639Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 703 | 2026-08-11T21:37:01.639Z | Downloaded progenitor-macro v0.14.0 |
| 704 | 2026-08-11T21:37:01.645Z | Downloaded serde_repr v0.1.20 |
| 705 | 2026-08-11T21:37:01.649Z | Downloaded tokio-stream v0.1.18 |
| 706 | 2026-08-11T21:37:01.649Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 707 | 2026-08-11T21:37:01.649Z | Downloaded serde_json v1.0.151 |
| 708 | 2026-08-11T21:37:01.653Z | Downloaded serde_with_macros v3.21.0 |
| 709 | 2026-08-11T21:37:01.659Z | Downloaded toml_edit v0.19.15 |
| 710 | 2026-08-11T21:37:01.663Z | Downloaded futures-executor v0.3.32 |
| 711 | 2026-08-11T21:37:01.667Z | Downloaded rfc6979 v0.4.0 |
| 712 | 2026-08-11T21:37:01.668Z | Downloaded zerotrie v0.2.3 |
| 713 | 2026-08-11T21:37:01.668Z | Downloaded oso v0.27.3 |
| 714 | 2026-08-11T21:37:01.673Z | Downloaded same-file v1.0.6 |
| 715 | 2026-08-11T21:37:01.673Z | Downloaded libefi-sys v0.1.0 |
| 716 | 2026-08-11T21:37:01.673Z | Downloaded seq-macro v0.3.6 |
| 717 | 2026-08-11T21:37:01.673Z | Downloaded serde_spanned v0.6.9 |
| 718 | 2026-08-11T21:37:01.673Z | Downloaded serde_regex v1.1.0 |
| 719 | 2026-08-11T21:37:01.682Z | Downloaded siphasher v1.0.2 |
| 720 | 2026-08-11T21:37:01.682Z | Downloaded signature v3.0.0 |
| 721 | 2026-08-11T21:37:01.682Z | Downloaded supports-color v3.0.2 |
| 722 | 2026-08-11T21:37:01.682Z | Downloaded swrite v0.1.0 |
| 723 | 2026-08-11T21:37:01.682Z | Downloaded target-triple v1.0.0 |
| 724 | 2026-08-11T21:37:01.682Z | Downloaded ucd-trie v0.1.7 |
| 725 | 2026-08-11T21:37:01.682Z | Downloaded thread-id v4.2.2 |
| 726 | 2026-08-11T21:37:01.682Z | Downloaded url v2.5.8 |
| 727 | 2026-08-11T21:37:01.688Z | Downloaded mime_guess v2.0.5 |
| 728 | 2026-08-11T21:37:01.688Z | Downloaded module-lattice v0.2.3 |
| 729 | 2026-08-11T21:37:01.688Z | Downloaded num-complex v0.4.6 |
| 730 | 2026-08-11T21:37:01.688Z | Downloaded trait-variant v0.1.2 |
| 731 | 2026-08-11T21:37:01.688Z | Downloaded num-rational v0.4.2 |
| 732 | 2026-08-11T21:37:01.688Z | Downloaded crypto-primes v0.7.2 |
| 733 | 2026-08-11T21:37:01.688Z | Downloaded argon2 v0.5.3 |
| 734 | 2026-08-11T21:37:01.689Z | Downloaded bcs v0.1.6 |
| 735 | 2026-08-11T21:37:01.699Z | Downloaded bs58 v0.5.1 |
| 736 | 2026-08-11T21:37:01.699Z | Downloaded phf v0.13.1 |
| 737 | 2026-08-11T21:37:01.700Z | Downloaded quinn-udp v0.5.14 |
| 738 | 2026-08-11T21:37:01.700Z | Downloaded thread-id v5.1.0 |
| 739 | 2026-08-11T21:37:01.700Z | Downloaded unarray v0.1.4 |
| 740 | 2026-08-11T21:37:01.700Z | Downloaded tower-service v0.3.3 |
| 741 | 2026-08-11T21:37:01.700Z | Downloaded utf-8 v0.7.6 |
| 742 | 2026-08-11T21:37:01.700Z | Downloaded zerofrom v0.1.6 |
| 743 | 2026-08-11T21:37:01.700Z | Downloaded publicsuffix v2.3.0 |
| 744 | 2026-08-11T21:37:01.704Z | Downloaded nom v7.1.3 |
| 745 | 2026-08-11T21:37:01.704Z | Downloaded papergrid v0.11.0 |
| 746 | 2026-08-11T21:37:01.704Z | Downloaded dof v0.3.0 |
| 747 | 2026-08-11T21:37:01.704Z | Downloaded enum-as-inner v0.6.1 |
| 748 | 2026-08-11T21:37:01.705Z | Downloaded reqwest v0.13.2 |
| 749 | 2026-08-11T21:37:01.708Z | Downloaded foreign-types-shared v0.1.1 |
| 750 | 2026-08-11T21:37:01.708Z | Downloaded rawzip v0.4.4 |
| 751 | 2026-08-11T21:37:01.709Z | Downloaded rsa v0.9.10 |
| 752 | 2026-08-11T21:37:01.713Z | Downloaded flate2 v1.1.9 |
| 753 | 2026-08-11T21:37:01.718Z | Downloaded slog v2.8.2 |
| 754 | 2026-08-11T21:37:01.718Z | Downloaded toml v0.7.8 |
| 755 | 2026-08-11T21:37:01.718Z | Downloaded oxide-update-engine-display v0.1.2 |
| 756 | 2026-08-11T21:37:01.724Z | Downloaded lazy_static v1.5.0 |
| 757 | 2026-08-11T21:37:01.724Z | Downloaded match_cfg v0.1.0 |
| 758 | 2026-08-11T21:37:01.724Z | Downloaded nibble_vec v0.1.0 |
| 759 | 2026-08-11T21:37:01.724Z | Downloaded fs-err v2.11.0 |
| 760 | 2026-08-11T21:37:01.724Z | Downloaded goblin v0.8.2 |
| 761 | 2026-08-11T21:37:01.731Z | Downloaded kem v0.3.0 |
| 762 | 2026-08-11T21:37:01.731Z | Downloaded aead v0.5.2 |
| 763 | 2026-08-11T21:37:01.732Z | Downloaded typenum v1.20.1 |
| 764 | 2026-08-11T21:37:01.732Z | Downloaded sec1 v0.8.1 |
| 765 | 2026-08-11T21:37:01.741Z | Downloaded slog-json v2.6.1 |
| 766 | 2026-08-11T21:37:01.741Z | Downloaded mime v0.3.17 |
| 767 | 2026-08-11T21:37:01.741Z | Downloaded strum_macros v0.27.2 |
| 768 | 2026-08-11T21:37:01.741Z | Downloaded clap_builder v4.6.0 |
| 769 | 2026-08-11T21:37:01.741Z | Downloaded thread_local v1.1.9 |
| 770 | 2026-08-11T21:37:01.741Z | Downloaded tiny-keccak v2.0.2 |
| 771 | 2026-08-11T21:37:01.805Z | Downloaded serde_derive v1.0.228 |
| 772 | 2026-08-11T21:37:01.805Z | Downloaded camino-tempfile-ext v0.3.3 |
| 773 | 2026-08-11T21:37:01.805Z | Downloaded tungstenite v0.23.0 |
| 774 | 2026-08-11T21:37:01.805Z | Downloaded cancel-safe-futures v0.1.5 |
| 775 | 2026-08-11T21:37:01.805Z | Downloaded backoff v0.4.0 |
| 776 | 2026-08-11T21:37:01.805Z | Downloaded base16ct v1.0.0 |
| 777 | 2026-08-11T21:37:01.814Z | Downloaded xshell v0.2.7 |
| 778 | 2026-08-11T21:37:01.814Z | Downloaded zerocopy v0.6.6 |
| 779 | 2026-08-11T21:37:01.814Z | Downloaded displaydoc v0.2.5 |
| 780 | 2026-08-11T21:37:01.815Z | Downloaded fallible-iterator v0.2.0 |
| 781 | 2026-08-11T21:37:01.815Z | Downloaded serde-big-array v0.5.1 |
| 782 | 2026-08-11T21:37:01.815Z | Downloaded signal-hook-tokio v0.3.1 |
| 783 | 2026-08-11T21:37:01.815Z | Downloaded progenitor-macro v0.13.0 |
| 784 | 2026-08-11T21:37:01.815Z | Downloaded psl-types v2.0.11 |
| 785 | 2026-08-11T21:37:01.815Z | Downloaded secrecy v0.8.0 |
| 786 | 2026-08-11T21:37:01.815Z | Downloaded strsim v0.10.0 |
| 787 | 2026-08-11T21:37:01.815Z | Downloaded tar v0.4.46 |
| 788 | 2026-08-11T21:37:01.815Z | Downloaded poly1305 v0.8.0 |
| 789 | 2026-08-11T21:37:01.815Z | Downloaded vergen-lib v9.1.0 |
| 790 | 2026-08-11T21:37:01.815Z | Downloaded strip-ansi-escapes v0.2.1 |
| 791 | 2026-08-11T21:37:01.815Z | Downloaded foldhash v0.2.0 |
| 792 | 2026-08-11T21:37:01.815Z | Downloaded tokio-test v0.4.5 |
| 793 | 2026-08-11T21:37:01.815Z | Downloaded libsw-core v0.3.2 |
| 794 | 2026-08-11T21:37:01.815Z | Downloaded rustls-platform-verifier v0.6.2 |
| 795 | 2026-08-11T21:37:01.815Z | Downloaded omicron-zone-package v0.12.3 |
| 796 | 2026-08-11T21:37:01.816Z | Downloaded smallvec v1.15.1 |
| 797 | 2026-08-11T21:37:01.816Z | Downloaded anstyle-parse v1.0.0 |
| 798 | 2026-08-11T21:37:01.816Z | Downloaded parking_lot v0.11.2 |
| 799 | 2026-08-11T21:37:01.816Z | Downloaded zerofrom-derive v0.1.6 |
| 800 | 2026-08-11T21:37:01.816Z | Downloaded dirs-next v2.0.0 |
| 801 | 2026-08-11T21:37:01.816Z | Downloaded find-msvc-tools v0.1.9 |
| 802 | 2026-08-11T21:37:01.816Z | Downloaded endian-type v0.1.2 |
| 803 | 2026-08-11T21:37:01.816Z | Downloaded foreign-types-shared v0.3.1 |
| 804 | 2026-08-11T21:37:01.816Z | Downloaded tinyvec_macros v0.1.1 |
| 805 | 2026-08-11T21:37:01.816Z | Downloaded typify-macro v0.6.2 |
| 806 | 2026-08-11T21:37:01.816Z | Downloaded memchr v2.8.0 |
| 807 | 2026-08-11T21:37:01.816Z | Downloaded usdt-attr-macro v0.6.0 |
| 808 | 2026-08-11T21:37:01.816Z | Downloaded postgres-types v0.2.12 |
| 809 | 2026-08-11T21:37:01.816Z | Downloaded embedded-io v0.4.0 |
| 810 | 2026-08-11T21:37:01.816Z | Downloaded buf-list v1.1.2 |
| 811 | 2026-08-11T21:37:01.816Z | Downloaded oxide-tokio-rt v0.1.4 |
| 812 | 2026-08-11T21:37:01.817Z | Downloaded postgres-protocol v0.6.10 |
| 813 | 2026-08-11T21:37:01.826Z | Downloaded maybe-uninit v2.0.0 |
| 814 | 2026-08-11T21:37:01.826Z | Downloaded newtype_derive v0.1.6 |
| 815 | 2026-08-11T21:37:01.826Z | Downloaded gethostname v0.5.0 |
| 816 | 2026-08-11T21:37:01.826Z | Downloaded winnow v0.5.40 |
| 817 | 2026-08-11T21:37:01.830Z | Downloaded phf_shared v0.13.1 |
| 818 | 2026-08-11T21:37:01.830Z | Downloaded jiff-core v0.1.0 |
| 819 | 2026-08-11T21:37:01.830Z | Downloaded zerocopy-derive v0.7.35 |
| 820 | 2026-08-11T21:37:01.830Z | Downloaded zerocopy-derive v0.8.40 |
| 821 | 2026-08-11T21:37:01.840Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 822 | 2026-08-11T21:37:01.840Z | Downloaded itertools v0.14.0 |
| 823 | 2026-08-11T21:37:01.840Z | Downloaded whoami v2.1.0 |
| 824 | 2026-08-11T21:37:01.847Z | Downloaded num_enum_derive v0.5.11 |
| 825 | 2026-08-11T21:37:01.847Z | Downloaded async-object-pool v0.2.0 |
| 826 | 2026-08-11T21:37:01.847Z | Downloaded cfg_aliases v0.1.1 |
| 827 | 2026-08-11T21:37:01.847Z | Downloaded cfg_aliases v0.2.1 |
| 828 | 2026-08-11T21:37:01.847Z | Downloaded slab v0.4.12 |
| 829 | 2026-08-11T21:37:01.847Z | Downloaded precomputed-hash v0.1.1 |
| 830 | 2026-08-11T21:37:01.848Z | Downloaded ssh-cipher v0.3.0 |
| 831 | 2026-08-11T21:37:01.848Z | Downloaded pbkdf2 v0.13.0 |
| 832 | 2026-08-11T21:37:01.854Z | Downloaded thiserror v2.0.18 |
| 833 | 2026-08-11T21:37:01.854Z | Downloaded rand_core v0.10.0 |
| 834 | 2026-08-11T21:37:01.854Z | Downloaded progenitor-client v0.14.0 |
| 835 | 2026-08-11T21:37:01.854Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 836 | 2026-08-11T21:37:01.854Z | Downloaded slog-envlogger v2.2.0 |
| 837 | 2026-08-11T21:37:01.860Z | Downloaded iddqd v0.4.2 |
| 838 | 2026-08-11T21:37:01.860Z | Downloaded wyz v0.5.1 |
| 839 | 2026-08-11T21:37:01.860Z | Downloaded unicode_categories v0.1.1 |
| 840 | 2026-08-11T21:37:01.864Z | Downloaded digest-io v0.1.0 |
| 841 | 2026-08-11T21:37:01.864Z | Downloaded ena v0.14.4 |
| 842 | 2026-08-11T21:37:01.868Z | Downloaded void v1.0.2 |
| 843 | 2026-08-11T21:37:01.875Z | Downloaded target-spec v3.5.7 |
| 844 | 2026-08-11T21:37:01.875Z | Downloaded usdt-impl v0.5.0 |
| 845 | 2026-08-11T21:37:01.875Z | Downloaded blake2 v0.10.6 |
| 846 | 2026-08-11T21:37:01.881Z | Downloaded rstest v0.25.0 |
| 847 | 2026-08-11T21:37:01.897Z | Downloaded num-bigint v0.4.6 |
| 848 | 2026-08-11T21:37:01.904Z | Downloaded bzip2 v0.6.1 |
| 849 | 2026-08-11T21:37:01.904Z | Downloaded poly1305 v0.9.0 |
| 850 | 2026-08-11T21:37:01.905Z | Downloaded tower-http v0.6.8 |
| 851 | 2026-08-11T21:37:01.905Z | Downloaded fastrand v2.3.0 |
| 852 | 2026-08-11T21:37:01.905Z | Downloaded anstyle v1.0.14 |
| 853 | 2026-08-11T21:37:01.905Z | Downloaded async-trait v0.1.89 |
| 854 | 2026-08-11T21:37:01.905Z | Downloaded oorandom v11.1.5 |
| 855 | 2026-08-11T21:37:01.905Z | Downloaded sha2 v0.11.0 |
| 856 | 2026-08-11T21:37:01.905Z | Downloaded lock_api v0.4.14 |
| 857 | 2026-08-11T21:37:01.905Z | Downloaded lru-cache v0.1.2 |
| 858 | 2026-08-11T21:37:01.915Z | Downloaded nodrop v0.1.14 |
| 859 | 2026-08-11T21:37:01.915Z | Downloaded assert_matches v1.5.0 |
| 860 | 2026-08-11T21:37:01.916Z | Downloaded new_debug_unreachable v1.0.6 |
| 861 | 2026-08-11T21:37:01.916Z | Downloaded block-buffer v0.10.4 |
| 862 | 2026-08-11T21:37:01.916Z | Downloaded stringmetrics v2.2.2 |
| 863 | 2026-08-11T21:37:01.916Z | Downloaded predicates v3.1.4 |
| 864 | 2026-08-11T21:37:01.922Z | Downloaded quote v1.0.45 |
| 865 | 2026-08-11T21:37:01.922Z | Downloaded peg v0.8.5 |
| 866 | 2026-08-11T21:37:01.922Z | Downloaded proptest v1.11.0 |
| 867 | 2026-08-11T21:37:01.922Z | Downloaded serde-hex v0.1.0 |
| 868 | 2026-08-11T21:37:01.922Z | Downloaded russh-util v0.52.0 |
| 869 | 2026-08-11T21:37:01.938Z | Downloaded unsafe-libyaml v0.2.11 |
| 870 | 2026-08-11T21:37:01.938Z | Downloaded elliptic-curve v0.14.1 |
| 871 | 2026-08-11T21:37:01.938Z | Downloaded termcolor v1.4.1 |
| 872 | 2026-08-11T21:37:01.942Z | Downloaded salsa20 v0.11.0 |
| 873 | 2026-08-11T21:37:01.942Z | Downloaded tabwriter v1.4.1 |
| 874 | 2026-08-11T21:37:01.943Z | Downloaded escape8259 v0.5.3 |
| 875 | 2026-08-11T21:37:01.943Z | Downloaded stable_deref_trait v1.2.1 |
| 876 | 2026-08-11T21:37:01.943Z | Downloaded sha1 v0.11.0 |
| 877 | 2026-08-11T21:37:01.949Z | Downloaded mio v1.2.0 |
| 878 | 2026-08-11T21:37:01.949Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 879 | 2026-08-11T21:37:01.953Z | Downloaded ml-kem v0.3.2 |
| 880 | 2026-08-11T21:37:01.959Z | Downloaded tokio-rustls v0.26.4 |
| 881 | 2026-08-11T21:37:01.959Z | Downloaded chrono v0.4.45 |
| 882 | 2026-08-11T21:37:01.962Z | Downloaded base16ct v0.2.0 |
| 883 | 2026-08-11T21:37:01.962Z | Downloaded rand_distr v0.5.1 |
| 884 | 2026-08-11T21:37:01.968Z | Downloaded universal-hash v0.5.1 |
| 885 | 2026-08-11T21:37:01.968Z | Downloaded universal-hash v0.6.1 |
| 886 | 2026-08-11T21:37:01.968Z | Downloaded usdt-attr-macro v0.5.0 |
| 887 | 2026-08-11T21:37:01.968Z | Downloaded getrandom v0.4.1 |
| 888 | 2026-08-11T21:37:01.968Z | Downloaded support-bundle-viewer v0.1.2 |
| 889 | 2026-08-11T21:37:01.968Z | Downloaded blake3 v1.8.5 |
| 890 | 2026-08-11T21:37:01.973Z | Downloaded foldhash v0.1.5 |
| 891 | 2026-08-11T21:37:01.978Z | Downloaded num-traits v0.2.19 |
| 892 | 2026-08-11T21:37:01.978Z | Downloaded futures-channel v0.3.32 |
| 893 | 2026-08-11T21:37:01.978Z | Downloaded miette-derive v5.10.0 |
| 894 | 2026-08-11T21:37:01.986Z | Downloaded ssh-key v0.7.0-rc.11 |
| 895 | 2026-08-11T21:37:01.990Z | Downloaded textwrap v0.16.2 |
| 896 | 2026-08-11T21:37:01.991Z | Downloaded vergen-git2 v9.1.0 |
| 897 | 2026-08-11T21:37:01.991Z | Downloaded aws-lc-rs v1.16.3 |
| 898 | 2026-08-11T21:37:01.997Z | Downloaded diesel-dtrace v0.5.0 |
| 899 | 2026-08-11T21:37:02.006Z | Downloaded futures-timer v3.0.3 |
| 900 | 2026-08-11T21:37:02.006Z | Downloaded terminal_size v0.1.17 |
| 901 | 2026-08-11T21:37:02.006Z | Downloaded proc-macro-crate v3.4.0 |
| 902 | 2026-08-11T21:37:02.007Z | Downloaded r2d2 v0.8.10 |
| 903 | 2026-08-11T21:37:02.007Z | Downloaded rpassword v7.5.4 |
| 904 | 2026-08-11T21:37:02.007Z | Downloaded supports-color v2.1.0 |
| 905 | 2026-08-11T21:37:02.012Z | Downloaded term v1.2.1 |
| 906 | 2026-08-11T21:37:02.012Z | Downloaded peg-macros v0.8.5 |
| 907 | 2026-08-11T21:37:02.012Z | Downloaded libm v0.2.16 |
| 908 | 2026-08-11T21:37:02.012Z | Downloaded ron v0.8.1 |
| 909 | 2026-08-11T21:37:02.018Z | Downloaded goblin v0.10.5 |
| 910 | 2026-08-11T21:37:02.023Z | Downloaded pin-project v1.1.11 |
| 911 | 2026-08-11T21:37:02.027Z | Downloaded cexpr v0.6.0 |
| 912 | 2026-08-11T21:37:02.027Z | Downloaded phf_shared v0.12.1 |
| 913 | 2026-08-11T21:37:02.027Z | Downloaded xattr v1.6.1 |
| 914 | 2026-08-11T21:37:02.027Z | Downloaded linkme-impl v0.3.35 |
| 915 | 2026-08-11T21:37:02.031Z | Downloaded zstd v0.13.3 |
| 916 | 2026-08-11T21:37:02.031Z | Downloaded openssl-sys v0.9.117 |
| 917 | 2026-08-11T21:37:02.039Z | Downloaded tough v0.22.0 |
| 918 | 2026-08-11T21:37:02.049Z | Downloaded tinytemplate v1.2.1 |
| 919 | 2026-08-11T21:37:02.049Z | Downloaded ecdsa v0.17.0 |
| 920 | 2026-08-11T21:37:02.049Z | Downloaded git-stub-vcs v0.1.0 |
| 921 | 2026-08-11T21:37:02.049Z | Downloaded aho-corasick v1.1.4 |
| 922 | 2026-08-11T21:37:02.049Z | Downloaded unicode-properties v0.1.4 |
| 923 | 2026-08-11T21:37:02.055Z | Downloaded arrayvec v0.7.6 |
| 924 | 2026-08-11T21:37:02.061Z | Downloaded async-lock v3.4.2 |
| 925 | 2026-08-11T21:37:02.061Z | Downloaded slog-bunyan v2.5.0 |
| 926 | 2026-08-11T21:37:02.061Z | Downloaded unicode-truncate v1.1.0 |
| 927 | 2026-08-11T21:37:02.061Z | Downloaded oxide-update-engine v0.1.2 |
| 928 | 2026-08-11T21:37:02.061Z | Downloaded quinn-proto v0.11.16 |
| 929 | 2026-08-11T21:37:02.065Z | Downloaded tabled_derive v0.7.0 |
| 930 | 2026-08-11T21:37:02.065Z | Downloaded once_cell v1.21.3 |
| 931 | 2026-08-11T21:37:02.069Z | Downloaded progenitor-client v0.13.0 |
| 932 | 2026-08-11T21:37:02.078Z | Downloaded primeorder v0.14.0 |
| 933 | 2026-08-11T21:37:02.078Z | Downloaded bit-set v0.5.3 |
| 934 | 2026-08-11T21:37:02.078Z | Downloaded form_urlencoded v1.2.2 |
| 935 | 2026-08-11T21:37:02.082Z | Downloaded xshell-macros v0.2.7 |
| 936 | 2026-08-11T21:37:02.083Z | Downloaded tabled v0.15.0 |
| 937 | 2026-08-11T21:37:02.089Z | Downloaded nested v0.1.1 |
| 938 | 2026-08-11T21:37:02.094Z | Downloaded serde_derive_internals v0.29.1 |
| 939 | 2026-08-11T21:37:02.094Z | Downloaded serde_with_macros v1.5.2 |
| 940 | 2026-08-11T21:37:02.094Z | Downloaded rstest_macros v0.25.0 |
| 941 | 2026-08-11T21:37:02.094Z | Downloaded schemars v0.9.0 |
| 942 | 2026-08-11T21:37:02.099Z | Downloaded ar_archive_writer v0.5.1 |
| 943 | 2026-08-11T21:37:02.099Z | Downloaded pkcs1 v0.7.5 |
| 944 | 2026-08-11T21:37:02.103Z | Downloaded zerovec-derive v0.11.2 |
| 945 | 2026-08-11T21:37:02.103Z | Downloaded arc-swap v1.8.2 |
| 946 | 2026-08-11T21:37:02.103Z | Downloaded rust-argon2 v2.1.0 |
| 947 | 2026-08-11T21:37:02.106Z | Downloaded unicode-normalization v0.1.25 |
| 948 | 2026-08-11T21:37:02.107Z | Downloaded twox-hash v2.1.2 |
| 949 | 2026-08-11T21:37:02.107Z | Downloaded sync-ptr v0.1.4 |
| 950 | 2026-08-11T21:37:02.112Z | Downloaded fxhash v0.2.1 |
| 951 | 2026-08-11T21:37:02.113Z | Downloaded tokio-tungstenite v0.23.1 |
| 952 | 2026-08-11T21:37:02.113Z | Downloaded num-conv v0.2.0 |
| 953 | 2026-08-11T21:37:02.113Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 954 | 2026-08-11T21:37:02.113Z | Downloaded ff v0.13.1 |
| 955 | 2026-08-11T21:37:02.118Z | Downloaded rand v0.9.2 |
| 956 | 2026-08-11T21:37:02.118Z | Downloaded vte v0.14.1 |
| 957 | 2026-08-11T21:37:02.118Z | Downloaded subprocess v0.2.15 |
| 958 | 2026-08-11T21:37:02.118Z | Downloaded tungstenite v0.21.0 |
| 959 | 2026-08-11T21:37:02.128Z | Downloaded fs-err v3.3.0 |
| 960 | 2026-08-11T21:37:02.128Z | Downloaded linked-hash-map v0.5.6 |
| 961 | 2026-08-11T21:37:02.128Z | Downloaded lzss v0.8.2 |
| 962 | 2026-08-11T21:37:02.128Z | Downloaded knuffel v3.2.0 |
| 963 | 2026-08-11T21:37:02.128Z | Downloaded erased-serde v0.3.31 |
| 964 | 2026-08-11T21:37:02.128Z | Downloaded num_enum v0.5.11 |
| 965 | 2026-08-11T21:37:02.135Z | Downloaded aead v0.6.1 |
| 966 | 2026-08-11T21:37:02.135Z | Downloaded percent-encoding v2.3.2 |
| 967 | 2026-08-11T21:37:02.135Z | Downloaded yansi v1.0.1 |
| 968 | 2026-08-11T21:37:02.135Z | Downloaded tower-layer v0.3.3 |
| 969 | 2026-08-11T21:37:02.135Z | Downloaded primeorder v0.13.6 |
| 970 | 2026-08-11T21:37:02.135Z | Downloaded rand_core v0.6.4 |
| 971 | 2026-08-11T21:37:02.135Z | Downloaded rustls-native-certs v0.8.3 |
| 972 | 2026-08-11T21:37:02.140Z | Downloaded parking_lot_core v0.8.6 |
| 973 | 2026-08-11T21:37:02.140Z | Downloaded rustyline v14.0.0 |
| 974 | 2026-08-11T21:37:02.153Z | Downloaded serde_with v3.21.0 |
| 975 | 2026-08-11T21:37:02.158Z | Downloaded stacker v0.1.23 |
| 976 | 2026-08-11T21:37:02.158Z | Downloaded plotters v0.3.7 |
| 977 | 2026-08-11T21:37:02.158Z | Downloaded log v0.4.29 |
| 978 | 2026-08-11T21:37:02.158Z | Downloaded proc-macro2 v1.0.106 |
| 979 | 2026-08-11T21:37:02.158Z | Downloaded ed25519 v3.0.0 |
| 980 | 2026-08-11T21:37:02.158Z | Downloaded phf_shared v0.11.3 |
| 981 | 2026-08-11T21:37:02.163Z | Downloaded bit-vec v0.6.3 |
| 982 | 2026-08-11T21:37:02.164Z | Downloaded russh v0.62.4 |
| 983 | 2026-08-11T21:37:02.167Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 984 | 2026-08-11T21:37:02.167Z | Downloaded native-tls v0.2.18 |
| 985 | 2026-08-11T21:37:02.167Z | Downloaded drift v0.2.0 |
| 986 | 2026-08-11T21:37:02.175Z | Downloaded serde_yaml v0.9.34+deprecated |
| 987 | 2026-08-11T21:37:02.180Z | Downloaded snafu v0.8.9 |
| 988 | 2026-08-11T21:37:02.180Z | Downloaded snafu-derive v0.8.9 |
| 989 | 2026-08-11T21:37:02.180Z | Downloaded fixedbitset v0.4.2 |
| 990 | 2026-08-11T21:37:02.180Z | Downloaded cast v0.3.0 |
| 991 | 2026-08-11T21:37:02.180Z | Downloaded thiserror-impl v2.0.18 |
| 992 | 2026-08-11T21:37:02.189Z | Downloaded vergen-gitcl v1.0.8 |
| 993 | 2026-08-11T21:37:02.189Z | Downloaded knuffel-derive v3.2.0 |
| 994 | 2026-08-11T21:37:02.190Z | Downloaded unicode-segmentation v1.12.0 |
| 995 | 2026-08-11T21:37:02.190Z | Downloaded chacha20poly1305 v0.10.1 |
| 996 | 2026-08-11T21:37:02.196Z | Downloaded aes v0.9.1 |
| 997 | 2026-08-11T21:37:02.196Z | Downloaded pest v2.8.6 |
| 998 | 2026-08-11T21:37:02.196Z | Downloaded reedline v0.40.0 |
| 999 | 2026-08-11T21:37:02.196Z | Downloaded num-derive v0.4.2 |
| 1000 | 2026-08-11T21:37:02.196Z | Downloaded blake2b_simd v1.0.4 |
| 1001 | 2026-08-11T21:37:02.206Z | Downloaded vcpkg v0.2.15 |
| 1002 | 2026-08-11T21:37:02.268Z | Downloaded paste v1.0.15 |
| 1003 | 2026-08-11T21:37:02.290Z | Downloaded sqlparser_derive v0.5.0 |
| 1004 | 2026-08-11T21:37:02.290Z | Downloaded lalrpop-util v0.19.12 |
| 1005 | 2026-08-11T21:37:02.290Z | Downloaded fnv v1.0.7 |
| 1006 | 2026-08-11T21:37:02.290Z | Downloaded num-integer v0.1.46 |
| 1007 | 2026-08-11T21:37:02.291Z | Downloaded minimal-lexical v0.2.1 |
| 1008 | 2026-08-11T21:37:02.291Z | Downloaded strum_macros v0.26.4 |
| 1009 | 2026-08-11T21:37:02.291Z | Downloaded semver v1.0.28 |
| 1010 | 2026-08-11T21:37:02.291Z | Downloaded slog-async v2.8.0 |
| 1011 | 2026-08-11T21:37:02.291Z | Downloaded moka v0.12.13 |
| 1012 | 2026-08-11T21:37:02.291Z | Downloaded vergen-lib v0.1.6 |
| 1013 | 2026-08-11T21:37:02.291Z | Downloaded pkcs5 v0.8.1 |
| 1014 | 2026-08-11T21:37:02.291Z | Downloaded serde_core v1.0.228 |
| 1015 | 2026-08-11T21:37:02.291Z | Downloaded pem v3.0.6 |
| 1016 | 2026-08-11T21:37:02.291Z | Downloaded samael v0.0.19 |
| 1017 | 2026-08-11T21:37:02.291Z | Downloaded scuffle v0.1.0 |
| 1018 | 2026-08-11T21:37:02.291Z | Downloaded elliptic-curve v0.13.8 |
| 1019 | 2026-08-11T21:37:02.291Z | Downloaded thiserror-impl v1.0.69 |
| 1020 | 2026-08-11T21:37:02.291Z | Downloaded zeroize v1.9.0 |
| 1021 | 2026-08-11T21:37:02.291Z | Downloaded signal-hook-registry v1.4.8 |
| 1022 | 2026-08-11T21:37:02.291Z | Downloaded crypto-bigint v0.7.5 |
| 1023 | 2026-08-11T21:37:02.292Z | Downloaded ryu v1.0.23 |
| 1024 | 2026-08-11T21:37:02.292Z | Downloaded backon v1.6.0 |
| 1025 | 2026-08-11T21:37:02.292Z | Downloaded autocfg v1.5.0 |
| 1026 | 2026-08-11T21:37:02.292Z | Downloaded diesel_derives v2.3.7 |
| 1027 | 2026-08-11T21:37:02.292Z | Downloaded synstructure v0.13.2 |
| 1028 | 2026-08-11T21:37:02.292Z | Downloaded petname v2.0.2 |
| 1029 | 2026-08-11T21:37:02.292Z | Downloaded libsw v3.5.0 |
| 1030 | 2026-08-11T21:37:02.292Z | Downloaded ssh-encoding v0.3.0 |
| 1031 | 2026-08-11T21:37:02.292Z | Downloaded ed25519 v2.2.3 |
| 1032 | 2026-08-11T21:37:02.308Z | Downloaded anstream v1.0.0 |
| 1033 | 2026-08-11T21:37:02.309Z | Downloaded oxide-update-engine-types v0.1.2 |
| 1034 | 2026-08-11T21:37:02.309Z | Downloaded serdect v0.4.3 |
| 1035 | 2026-08-11T21:37:02.309Z | Downloaded schemars_derive v0.8.22 |
| 1036 | 2026-08-11T21:37:02.309Z | Downloaded tracing-core v0.1.36 |
| 1037 | 2026-08-11T21:37:02.309Z | Downloaded miniz_oxide v0.8.9 |
| 1038 | 2026-08-11T21:37:02.309Z | Downloaded cargo_metadata v0.23.1 |
| 1039 | 2026-08-11T21:37:02.309Z | Downloaded diff v0.1.13 |
| 1040 | 2026-08-11T21:37:02.309Z | Downloaded owo-colors v4.3.0 |
| 1041 | 2026-08-11T21:37:02.309Z | Downloaded tabled v0.21.0 |
| 1042 | 2026-08-11T21:37:02.309Z | Downloaded event-listener v5.4.1 |
| 1043 | 2026-08-11T21:37:02.324Z | Downloaded radix_trie v0.2.1 |
| 1044 | 2026-08-11T21:37:02.324Z | Downloaded rsa v0.10.0-rc.18 |
| 1045 | 2026-08-11T21:37:02.324Z | Downloaded zerocopy v0.7.35 |
| 1046 | 2026-08-11T21:37:02.329Z | Downloaded fancy-regex v0.14.0 |
| 1047 | 2026-08-11T21:37:02.329Z | Downloaded time v0.3.47 |
| 1048 | 2026-08-11T21:37:02.329Z | Downloaded typed-path v0.9.3 |
| 1049 | 2026-08-11T21:37:02.348Z | Downloaded curve25519-dalek v4.1.3 |
| 1050 | 2026-08-11T21:37:02.363Z | Downloaded generic-array v1.4.3 |
| 1051 | 2026-08-11T21:37:02.363Z | Downloaded unicode-ident v1.0.24 |
| 1052 | 2026-08-11T21:37:02.363Z | Downloaded futures v0.3.32 |
| 1053 | 2026-08-11T21:37:02.363Z | Downloaded gimli v0.32.3 |
| 1054 | 2026-08-11T21:37:02.363Z | Downloaded libxml v0.3.3 |
| 1055 | 2026-08-11T21:37:02.363Z | Downloaded p521 v0.14.0 |
| 1056 | 2026-08-11T21:37:02.378Z | Downloaded unicode-width v0.1.14 |
| 1057 | 2026-08-11T21:37:02.378Z | Downloaded miette v5.10.0 |
| 1058 | 2026-08-11T21:37:02.378Z | Downloaded num-bigint-dig v0.8.6 |
| 1059 | 2026-08-11T21:37:02.379Z | Downloaded parking_lot v0.12.5 |
| 1060 | 2026-08-11T21:37:02.389Z | Downloaded quinn v0.11.11 |
| 1061 | 2026-08-11T21:37:02.389Z | Downloaded hickory-proto v0.24.4 |
| 1062 | 2026-08-11T21:37:02.389Z | Downloaded zip v4.6.1 |
| 1063 | 2026-08-11T21:37:02.393Z | Downloaded zlib-rs v0.6.2 |
| 1064 | 2026-08-11T21:37:02.393Z | Downloaded x509-cert v0.2.5 |
| 1065 | 2026-08-11T21:37:02.393Z | Downloaded winnow v0.7.14 |
| 1066 | 2026-08-11T21:37:02.399Z | Downloaded unicode-bidi v0.3.18 |
| 1067 | 2026-08-11T21:37:02.405Z | Downloaded winnow v1.0.3 |
| 1068 | 2026-08-11T21:37:02.410Z | Downloaded pretty_assertions v1.4.1 |
| 1069 | 2026-08-11T21:37:02.410Z | Downloaded rand v0.10.1 |
| 1070 | 2026-08-11T21:37:02.410Z | Downloaded derive_more v2.1.1 |
| 1071 | 2026-08-11T21:37:02.418Z | Downloaded itertools v0.13.0 |
| 1072 | 2026-08-11T21:37:02.453Z | Downloaded curve25519-dalek v5.0.0 |
| 1073 | 2026-08-11T21:37:02.475Z | Downloaded futures-util v0.3.32 |
| 1074 | 2026-08-11T21:37:02.475Z | Downloaded git2 v0.20.4 |
| 1075 | 2026-08-11T21:37:02.475Z | Downloaded object v0.30.4 |
| 1076 | 2026-08-11T21:37:02.475Z | Downloaded rustls-webpki v0.103.13 |
| 1077 | 2026-08-11T21:37:02.475Z | Downloaded unicode-width v0.2.0 |
| 1078 | 2026-08-11T21:37:02.475Z | Downloaded derive_more-impl v2.1.1 |
| 1079 | 2026-08-11T21:37:02.475Z | Downloaded tower v0.5.3 |
| 1080 | 2026-08-11T21:37:02.489Z | Downloaded syn v2.0.117 |
| 1081 | 2026-08-11T21:37:02.489Z | Downloaded regex v1.12.3 |
| 1082 | 2026-08-11T21:37:02.489Z | Downloaded smoltcp v0.9.1 |
| 1083 | 2026-08-11T21:37:02.489Z | Downloaded dropshot-api-manager v0.7.2 |
| 1084 | 2026-08-11T21:37:02.504Z | Downloaded nom v8.0.0 |
| 1085 | 2026-08-11T21:37:02.505Z | Downloaded p384 v0.13.1 |
| 1086 | 2026-08-11T21:37:02.505Z | Downloaded portable-atomic v1.13.1 |
| 1087 | 2026-08-11T21:37:02.505Z | Downloaded itertools v0.15.0 |
| 1088 | 2026-08-11T21:37:02.512Z | Downloaded sha3 v0.12.0 |
| 1089 | 2026-08-11T21:37:02.512Z | Downloaded tokio-util v0.7.18 |
| 1090 | 2026-08-11T21:37:02.512Z | Downloaded regress v0.10.5 |
| 1091 | 2026-08-11T21:37:02.518Z | Downloaded zerovec v0.11.5 |
| 1092 | 2026-08-11T21:37:02.531Z | Downloaded lalrpop v0.19.12 |
| 1093 | 2026-08-11T21:37:02.537Z | Downloaded openssl v0.10.80 |
| 1094 | 2026-08-11T21:37:02.537Z | Downloaded reqwest v0.12.28 |
| 1095 | 2026-08-11T21:37:02.542Z | Downloaded rustix v0.38.44 |
| 1096 | 2026-08-11T21:37:02.551Z | Downloaded bindgen v0.71.1 |
| 1097 | 2026-08-11T21:37:02.559Z | Downloaded hickory-proto v0.25.2 |
| 1098 | 2026-08-11T21:37:02.567Z | Downloaded zerocopy v0.8.40 |
| 1099 | 2026-08-11T21:37:02.573Z | Downloaded bitvec v1.0.1 |
| 1100 | 2026-08-11T21:37:02.582Z | Downloaded object v0.37.3 |
| 1101 | 2026-08-11T21:37:02.594Z | Downloaded quick-xml v0.37.5 |
| 1102 | 2026-08-11T21:37:02.607Z | Downloaded regex-syntax v0.6.29 |
| 1103 | 2026-08-11T21:37:02.607Z | Downloaded winnow v0.6.26 |
| 1104 | 2026-08-11T21:37:02.615Z | Downloaded salty v0.3.0 |
| 1105 | 2026-08-11T21:37:02.616Z | Downloaded dropshot v0.17.1 |
| 1106 | 2026-08-11T21:37:02.624Z | Downloaded rayon v1.11.0 |
| 1107 | 2026-08-11T21:37:02.632Z | Downloaded nix v0.28.0 |
| 1108 | 2026-08-11T21:37:02.632Z | Downloaded regex-syntax v0.8.10 |
| 1109 | 2026-08-11T21:37:02.636Z | Downloaded syn v1.0.109 |
| 1110 | 2026-08-11T21:37:02.639Z | Downloaded rustls v0.23.41 |
| 1111 | 2026-08-11T21:37:02.646Z | Downloaded regress v0.11.1 |
| 1112 | 2026-08-11T21:37:02.652Z | Downloaded nix v0.27.1 |
| 1113 | 2026-08-11T21:37:02.660Z | Downloaded nix v0.31.2 |
| 1114 | 2026-08-11T21:37:02.668Z | Downloaded sqlparser v0.61.0 |
| 1115 | 2026-08-11T21:37:02.671Z | Downloaded rustix v1.1.3 |
| 1116 | 2026-08-11T21:37:02.682Z | Downloaded smoltcp v0.11.0 |
| 1117 | 2026-08-11T21:37:02.689Z | Downloaded sled v0.34.7 |
| 1118 | 2026-08-11T21:37:02.698Z | Downloaded polar-core v0.27.3 |
| 1119 | 2026-08-11T21:37:02.703Z | Downloaded typify-impl v0.6.2 |
| 1120 | 2026-08-11T21:37:02.708Z | Downloaded bstr v1.12.1 |
| 1121 | 2026-08-11T21:37:02.713Z | Downloaded sha3 v0.11.0 |
| 1122 | 2026-08-11T21:37:02.717Z | Downloaded diesel v2.3.7 |
| 1123 | 2026-08-11T21:37:02.733Z | Downloaded openapiv3 v2.2.0 |
| 1124 | 2026-08-11T21:37:02.741Z | Downloaded petgraph v0.6.5 |
| 1125 | 2026-08-11T21:37:02.778Z | Downloaded chrono-tz v0.10.4 |
| 1126 | 2026-08-11T21:37:02.810Z | Downloaded regex-automata v0.4.14 |
| 1127 | 2026-08-11T21:37:02.817Z | Downloaded zerocopy-derive v0.6.6 |
| 1128 | 2026-08-11T21:37:02.825Z | Downloaded tracing v0.1.44 |
| 1129 | 2026-08-11T21:37:02.838Z | Downloaded csv v1.4.0 |
| 1130 | 2026-08-11T21:37:02.849Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1131 | 2026-08-11T21:37:02.861Z | Downloaded ratatui v0.29.0 |
| 1132 | 2026-08-11T21:37:02.871Z | Downloaded tokio v1.52.1 |
| 1133 | 2026-08-11T21:37:02.895Z | Downloaded libz-sys v1.1.24 |
| 1134 | 2026-08-11T21:37:02.906Z | Downloaded jiff v0.2.34 |
| 1135 | 2026-08-11T21:37:02.917Z | Downloaded ring v0.17.14 |
| 1136 | 2026-08-11T21:37:02.942Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1137 | 2026-08-11T21:37:02.952Z | Downloaded petgraph v0.8.3 |
| 1138 | 2026-08-11T21:37:02.996Z | Downloaded libc v0.2.185 |
| 1139 | 2026-08-11T21:37:03.016Z | Downloaded sha3 v0.10.8 |
| 1140 | 2026-08-11T21:37:03.162Z | Downloaded encoding_rs v0.8.35 |
| 1141 | 2026-08-11T21:37:03.174Z | Downloaded httpmock v0.8.3 |
| 1142 | 2026-08-11T21:37:03.193Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1143 | 2026-08-11T21:37:03.697Z | Downloaded aws-lc-sys v0.40.0 |
| 1144 | 2026-08-11T21:37:04.151Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1145 | 2026-08-11T21:37:08.186Z | Startup: Refreshing catalog 'helios' ... Done |
| 1146 | 2026-08-11T21:37:08.503Z | Startup: Caching catalogs ... Done |
| 1147 | 2026-08-11T21:37:10.267Z | Planning: Solver setup ... Done (1.657s) |
| 1148 | 2026-08-11T21:37:10.318Z | Planning: Running solver ... Done (0.053s) |
| 1149 | 2026-08-11T21:37:10.352Z | Planning: Finding local manifests ... Done (0.003s) |
| 1150 | 2026-08-11T21:37:10.365Z | Planning: Fetching manifests: 0/2 0% complete |
| 1151 | 2026-08-11T21:37:10.385Z | Planning: Fetching manifests: 2/2 100% complete |
| 1152 | 2026-08-11T21:37:10.399Z | Planning: Package planning ... Done (0.014s) |
| 1153 | 2026-08-11T21:37:10.403Z | Planning: Merging actions ... Done (0.001s) |
| 1154 | 2026-08-11T21:37:10.594Z | Planning: Checking for conflicting actions ... Done (0.167s) |
| 1155 | 2026-08-11T21:37:10.607Z | Planning: Consolidating action changes ... Done (0.001s) |
| 1156 | 2026-08-11T21:37:11.424Z | Planning: Evaluating mediators ... Done (0.860s) |
| 1157 | 2026-08-11T21:37:11.428Z | Planning: Planning completed in 2.89 seconds |
| 1158 | 2026-08-11T21:37:11.434Z | Packages to install: 2 |
| 1159 | 2026-08-11T21:37:11.434Z | Estimated space available: 155.73 GB |
| 1160 | 2026-08-11T21:37:11.434Z | Estimated space to be consumed: 67.95 MB |
| 1161 | 2026-08-11T21:37:11.434Z | Create boot environment: No |
| 1162 | 2026-08-11T21:37:11.434Z | Create backup boot environment: No |
| 1163 | 2026-08-11T21:37:11.437Z | Rebuild boot archive: No |
| 1164 | 2026-08-11T21:37:11.437Z | |
| 1165 | 2026-08-11T21:37:11.437Z | Changed packages: |
| 1166 | 2026-08-11T21:37:11.438Z | helios |
| 1167 | 2026-08-11T21:37:11.438Z | developer/build-essential |
| 1168 | 2026-08-11T21:37:11.438Z | None -> 11-3.0 |
| 1169 | 2026-08-11T21:37:11.438Z | library/libxmlsec1 |
| 1170 | 2026-08-11T21:37:11.438Z | None -> 1.2.35-3.0 |
| 1171 | 2026-08-11T21:37:11.461Z | |
| 1172 | 2026-08-11T21:37:11.461Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 1173 | 2026-08-11T21:37:11.540Z | Download: Completed 1.28 MB in 0.08 seconds (16.2M/s) |
| 1174 | 2026-08-11T21:37:11.624Z | Actions: 1/268 actions (Installing new actions) |
| 1175 | 2026-08-11T21:37:11.660Z | Actions: Completed 268 actions in 0.04 seconds. |
| 1176 | 2026-08-11T21:37:11.691Z | Finalize: Updating package state database ... Done (0.030s) |
| 1177 | 2026-08-11T21:37:11.694Z | Finalize: Updating package cache ... Done (0.000s) |
| 1178 | 2026-08-11T21:37:11.765Z | Finalize: Updating image state ... Done (0.074s) |
| 1179 | 2026-08-11T21:37:14.409Z | Finalize: Creating fast lookup database ... Done (2.597s) |
| 1180 | 2026-08-11T21:37:14.480Z | Finalize: Reading search index ... Done (0.013s) |
| 1181 | 2026-08-11T21:37:14.495Z | Finalize: Updating search index ... Done (0.000s) |
| 1182 | 2026-08-11T21:37:14.576Z | Finalize: Updating package cache ... Done (0.000s) |
| 1183 | 2026-08-11T21:37:14.949Z | Planning: Evaluating mediator changes ... Done |
| 1184 | 2026-08-11T21:37:15.055Z | Planning: Checking for conflicting actions ... Done |
| 1185 | 2026-08-11T21:37:15.079Z | Planning: Consolidating action changes ... Done |
| 1186 | 2026-08-11T21:37:15.424Z | Planning: Evaluating mediators ... Done |
| 1187 | 2026-08-11T21:37:15.435Z | Planning: Planning completed in 0.27 seconds |
| 1188 | 2026-08-11T21:37:15.436Z | Mediators to change: 2 |
| 1189 | 2026-08-11T21:37:15.436Z | Create boot environment: No |
| 1190 | 2026-08-11T21:37:15.436Z | Create backup boot environment: No |
| 1191 | 2026-08-11T21:37:15.436Z | Finalize: Updating package state database ... Done |
| 1192 | 2026-08-11T21:37:15.436Z | Finalize: Updating package cache ... Done |
| 1193 | 2026-08-11T21:37:15.437Z | Finalize: Updating image state ... Done |
| 1194 | 2026-08-11T21:37:17.310Z | Finalize: Creating fast lookup database ... Done |
| 1195 | 2026-08-11T21:37:17.350Z | Finalize: Reading search index ... Done |
| 1196 | 2026-08-11T21:37:17.392Z | Finalize: Updating search index ... Done |
| 1197 | 2026-08-11T21:37:17.470Z | Finalize: Updating package cache ... Done |
| 1198 | 2026-08-11T21:37:17.739Z | Planning: Evaluating mediator changes ... Done |
| 1199 | 2026-08-11T21:37:17.825Z | Planning: Checking for conflicting actions ... Done |
| 1200 | 2026-08-11T21:37:17.841Z | Planning: Consolidating action changes ... Done |
| 1201 | 2026-08-11T21:37:18.119Z | Planning: Evaluating mediators ... Done |
| 1202 | 2026-08-11T21:37:18.302Z | Planning: Planning completed in 0.26 seconds |
| 1203 | 2026-08-11T21:37:18.303Z | Mediators to change: 1 |
| 1204 | 2026-08-11T21:37:18.303Z | Create boot environment: No |
| 1205 | 2026-08-11T21:37:18.303Z | Create backup boot environment: No |
| 1206 | 2026-08-11T21:37:18.303Z | Finalize: Updating package state database ... Done |
| 1207 | 2026-08-11T21:37:18.303Z | Finalize: Updating package cache ... Done |
| 1208 | 2026-08-11T21:37:18.303Z | Finalize: Updating image state ... Done |
| 1209 | 2026-08-11T21:37:20.076Z | Finalize: Creating fast lookup database ... Done |
| 1210 | 2026-08-11T21:37:20.130Z | Finalize: Reading search index ... Done |
| 1211 | 2026-08-11T21:37:20.154Z | Finalize: Updating search index ... Done |
| 1212 | 2026-08-11T21:37:20.212Z | Finalize: Updating package cache ... Done |
| 1213 | 2026-08-11T21:37:20.640Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1214 | 2026-08-11T21:37:20.640Z | apache system 2.4 system |
| 1215 | 2026-08-11T21:37:20.640Z | clang system 15 system |
| 1216 | 2026-08-11T21:37:20.640Z | csh system system illumos |
| 1217 | 2026-08-11T21:37:20.640Z | ctags system system illumos |
| 1218 | 2026-08-11T21:37:20.640Z | file vendor vendor darwinsys |
| 1219 | 2026-08-11T21:37:20.640Z | file system system illumos |
| 1220 | 2026-08-11T21:37:20.641Z | gcc vendor 14 vendor |
| 1221 | 2026-08-11T21:37:20.641Z | gcc system 13 system |
| 1222 | 2026-08-11T21:37:20.641Z | gcc system 10 system |
| 1223 | 2026-08-11T21:37:20.641Z | go system 1.25 system |
| 1224 | 2026-08-11T21:37:20.641Z | llvm system 15 system |
| 1225 | 2026-08-11T21:37:20.641Z | mariadb system 11.4 system |
| 1226 | 2026-08-11T21:37:20.641Z | mta vendor vendor dma |
| 1227 | 2026-08-11T21:37:20.641Z | openjdk system 17 system |
| 1228 | 2026-08-11T21:37:20.641Z | openjdk system 11 system |
| 1229 | 2026-08-11T21:37:20.641Z | openssl vendor 3 vendor |
| 1230 | 2026-08-11T21:37:20.641Z | perl system 5.40 system |
| 1231 | 2026-08-11T21:37:20.641Z | postgresql system 18 system |
| 1232 | 2026-08-11T21:37:20.641Z | postgresql system 17 system |
| 1233 | 2026-08-11T21:37:20.641Z | python vendor 3 vendor |
| 1234 | 2026-08-11T21:37:20.641Z | python system 2 system |
| 1235 | 2026-08-11T21:37:20.641Z | python3 vendor 3.13 vendor |
| 1236 | 2026-08-11T21:37:20.641Z | ruby system 3.4 system |
| 1237 | 2026-08-11T21:37:20.641Z | ruby system 3.0 system |
| 1238 | 2026-08-11T21:37:20.641Z | words vendor vendor american-english |
| 1239 | 2026-08-11T21:37:20.641Z | words system system australian-english |
| 1240 | 2026-08-11T21:37:20.641Z | words system system british-english |
| 1241 | 2026-08-11T21:37:20.641Z | words system system canadian-english |
| 1242 | 2026-08-11T21:37:20.641Z | words system system french |
| 1243 | 2026-08-11T21:37:20.641Z | words system system italian |
| 1244 | 2026-08-11T21:37:20.641Z | words system system ngerman |
| 1245 | 2026-08-11T21:37:20.642Z | words system system ogerman |
| 1246 | 2026-08-11T21:37:20.642Z | words system system spanish |
| 1247 | 2026-08-11T21:37:20.795Z | PUBLISHER TYPE STATUS P LOCATION |
| 1248 | 2026-08-11T21:37:20.795Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 1249 | 2026-08-11T21:37:21.244Z | FMRI IFO |
| 1250 | 2026-08-11T21:37:21.244Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 1251 | 2026-08-11T21:37:21.244Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 1252 | 2026-08-11T21:37:21.244Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 1253 | 2026-08-11T21:37:21.244Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 1254 | 2026-08-11T21:37:21.244Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 1255 | 2026-08-11T21:37:21.245Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 1256 | 2026-08-11T21:37:21.245Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 1257 | 2026-08-11T21:37:21.245Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 1258 | 2026-08-11T21:37:21.245Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 1259 | 2026-08-11T21:37:21.834Z | Downloading crates ... |
| 1260 | 2026-08-11T21:37:21.901Z | Downloaded cargo_toml v0.21.0 |
| 1261 | 2026-08-11T21:37:21.919Z | Compiling proc-macro2 v1.0.106 |
| 1262 | 2026-08-11T21:37:21.919Z | Compiling quote v1.0.45 |
| 1263 | 2026-08-11T21:37:21.919Z | Compiling unicode-ident v1.0.24 |
| 1264 | 2026-08-11T21:37:21.919Z | Compiling serde_core v1.0.228 |
| 1265 | 2026-08-11T21:37:21.935Z | Compiling libc v0.2.185 |
| 1266 | 2026-08-11T21:37:21.935Z | Compiling version_check v0.9.5 |
| 1267 | 2026-08-11T21:37:21.935Z | Compiling memchr v2.8.0 |
| 1268 | 2026-08-11T21:37:21.935Z | Compiling serde v1.0.228 |
| 1269 | 2026-08-11T21:37:21.935Z | Compiling zmij v1.0.21 |
| 1270 | 2026-08-11T21:37:22.006Z | Compiling itoa v1.0.17 |
| 1271 | 2026-08-11T21:37:22.032Z | Compiling thiserror v1.0.69 |
| 1272 | 2026-08-11T21:37:22.032Z | Compiling ucd-trie v0.1.7 |
| 1273 | 2026-08-11T21:37:22.032Z | Compiling byteorder v1.5.0 |
| 1274 | 2026-08-11T21:37:22.032Z | Compiling rustix v1.1.3 |
| 1275 | 2026-08-11T21:37:22.181Z | Compiling serde_json v1.0.151 |
| 1276 | 2026-08-11T21:37:22.243Z | Compiling bitflags v2.11.0 |
| 1277 | 2026-08-11T21:37:22.411Z | Compiling syn v1.0.109 |
| 1278 | 2026-08-11T21:37:22.449Z | Compiling camino v1.2.2 |
| 1279 | 2026-08-11T21:37:22.484Z | Compiling getrandom v0.4.1 |
| 1280 | 2026-08-11T21:37:22.497Z | Compiling proc-macro-error-attr v1.0.4 |
| 1281 | 2026-08-11T21:37:22.497Z | Compiling usdt-impl v0.5.0 |
| 1282 | 2026-08-11T21:37:22.516Z | Compiling pest v2.8.6 |
| 1283 | 2026-08-11T21:37:22.735Z | Compiling proc-macro-error v1.0.4 |
| 1284 | 2026-08-11T21:37:22.786Z | Compiling equivalent v1.0.2 |
| 1285 | 2026-08-11T21:37:22.786Z | Compiling utf8parse v0.2.2 |
| 1286 | 2026-08-11T21:37:22.807Z | Compiling log v0.4.29 |
| 1287 | 2026-08-11T21:37:22.807Z | Compiling plain v0.2.3 |
| 1288 | 2026-08-11T21:37:22.833Z | Compiling hashbrown v0.17.0 |
| 1289 | 2026-08-11T21:37:22.860Z | Compiling anstyle-parse v1.0.0 |
| 1290 | 2026-08-11T21:37:22.876Z | Compiling anstyle-query v1.1.5 |
| 1291 | 2026-08-11T21:37:22.876Z | Compiling colorchoice v1.0.4 |
| 1292 | 2026-08-11T21:37:22.960Z | Compiling thiserror v2.0.18 |
| 1293 | 2026-08-11T21:37:22.987Z | Compiling autocfg v1.5.0 |
| 1294 | 2026-08-11T21:37:22.987Z | Compiling toml_write v0.1.2 |
| 1295 | 2026-08-11T21:37:22.987Z | Compiling pretty-hex v0.4.1 |
| 1296 | 2026-08-11T21:37:23.023Z | Compiling errno v0.3.14 |
| 1297 | 2026-08-11T21:37:23.024Z | Compiling thread-id v4.2.2 |
| 1298 | 2026-08-11T21:37:23.043Z | Compiling cfg-if v1.0.4 |
| 1299 | 2026-08-11T21:37:23.043Z | Compiling winnow v0.7.14 |
| 1300 | 2026-08-11T21:37:23.070Z | Compiling anstyle v1.0.14 |
| 1301 | 2026-08-11T21:37:23.070Z | Compiling is_terminal_polyfill v1.70.2 |
| 1302 | 2026-08-11T21:37:23.095Z | Compiling clap_lex v1.0.0 |
| 1303 | 2026-08-11T21:37:23.146Z | Compiling fastrand v2.3.0 |
| 1304 | 2026-08-11T21:37:23.162Z | Compiling once_cell v1.21.3 |
| 1305 | 2026-08-11T21:37:23.190Z | Compiling unicode-width v0.1.14 |
| 1306 | 2026-08-11T21:37:23.265Z | Compiling anstream v1.0.0 |
| 1307 | 2026-08-11T21:37:23.286Z | Compiling anyhow v1.0.102 |
| 1308 | 2026-08-11T21:37:23.384Z | Compiling indexmap v2.14.0 |
| 1309 | 2026-08-11T21:37:23.421Z | Compiling fs-err v3.3.0 |
| 1310 | 2026-08-11T21:37:23.505Z | Compiling heck v0.5.0 |
| 1311 | 2026-08-11T21:37:23.505Z | Compiling bytecount v0.6.9 |
| 1312 | 2026-08-11T21:37:23.620Z | Compiling syn v2.0.117 |
| 1313 | 2026-08-11T21:37:23.620Z | Compiling strsim v0.11.1 |
| 1314 | 2026-08-11T21:37:23.620Z | Compiling fnv v1.0.7 |
| 1315 | 2026-08-11T21:37:23.726Z | Compiling heck v0.4.1 |
| 1316 | 2026-08-11T21:37:23.726Z | Compiling pest_meta v2.8.6 |
| 1317 | 2026-08-11T21:37:23.726Z | Compiling papergrid v0.11.0 |
| 1318 | 2026-08-11T21:37:23.739Z | Compiling memmap v0.7.0 |
| 1319 | 2026-08-11T21:37:23.827Z | Compiling smawk v0.3.2 |
| 1320 | 2026-08-11T21:37:23.899Z | Compiling unicode-linebreak v0.1.5 |
| 1321 | 2026-08-11T21:37:23.899Z | Compiling unicode-width v0.2.0 |
| 1322 | 2026-08-11T21:37:23.954Z | Compiling swrite v0.1.0 |
| 1323 | 2026-08-11T21:37:24.048Z | Compiling terminal_size v0.4.3 |
| 1324 | 2026-08-11T21:37:24.097Z | Compiling tempfile v3.25.0 |
| 1325 | 2026-08-11T21:37:24.197Z | Compiling clap_builder v4.6.0 |
| 1326 | 2026-08-11T21:37:24.197Z | Compiling textwrap v0.16.2 |
| 1327 | 2026-08-11T21:37:24.665Z | Compiling semver v1.0.28 |
| 1328 | 2026-08-11T21:37:24.665Z | Compiling cargo-platform v0.3.2 |
| 1329 | 2026-08-11T21:37:24.665Z | Compiling camino-tempfile v1.4.1 |
| 1330 | 2026-08-11T21:37:24.925Z | Compiling tabled_derive v0.7.0 |
| 1331 | 2026-08-11T21:37:28.826Z | Compiling tabled v0.15.0 |
| 1332 | 2026-08-11T21:37:28.880Z | Compiling pest_generator v2.8.6 |
| 1333 | 2026-08-11T21:37:28.880Z | Compiling serde_derive v1.0.228 |
| 1334 | 2026-08-11T21:37:28.880Z | Compiling thiserror-impl v1.0.69 |
| 1335 | 2026-08-11T21:37:28.880Z | Compiling zerocopy-derive v0.7.35 |
| 1336 | 2026-08-11T21:37:28.880Z | Compiling scroll_derive v0.12.1 |
| 1337 | 2026-08-11T21:37:28.880Z | Compiling thiserror-impl v2.0.18 |
| 1338 | 2026-08-11T21:37:28.880Z | Compiling clap_derive v4.6.1 |
| 1339 | 2026-08-11T21:37:28.880Z | Compiling pest_derive v2.8.6 |
| 1340 | 2026-08-11T21:37:28.880Z | Compiling scroll v0.12.0 |
| 1341 | 2026-08-11T21:37:28.881Z | Compiling zerocopy v0.7.35 |
| 1342 | 2026-08-11T21:37:28.881Z | Compiling goblin v0.8.2 |
| 1343 | 2026-08-11T21:37:28.881Z | Compiling dtrace-parser v0.2.0 |
| 1344 | 2026-08-11T21:37:28.881Z | Compiling clap v4.6.1 |
| 1345 | 2026-08-11T21:37:28.881Z | Compiling serde_spanned v0.6.9 |
| 1346 | 2026-08-11T21:37:28.881Z | Compiling toml_datetime v0.6.11 |
| 1347 | 2026-08-11T21:37:28.881Z | Compiling macaddr v1.0.1 |
| 1348 | 2026-08-11T21:37:28.881Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1349 | 2026-08-11T21:37:28.881Z | Compiling cargo_metadata v0.23.1 |
| 1350 | 2026-08-11T21:37:28.881Z | Compiling dof v0.3.0 |
| 1351 | 2026-08-11T21:37:28.881Z | Compiling serde_tokenstream v0.2.3 |
| 1352 | 2026-08-11T21:37:28.881Z | Compiling toml_edit v0.22.27 |
| 1353 | 2026-08-11T21:37:29.159Z | Compiling usdt-attr-macro v0.5.0 |
| 1354 | 2026-08-11T21:37:29.166Z | Compiling usdt-macro v0.5.0 |
| 1355 | 2026-08-11T21:37:29.775Z | Compiling usdt v0.5.0 |
| 1356 | 2026-08-11T21:37:29.907Z | Compiling toml v0.8.23 |
| 1357 | 2026-08-11T21:37:30.220Z | Compiling cargo_toml v0.21.0 |
| 1358 | 2026-08-11T21:37:31.509Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1359 | 2026-08-11T21:37:33.723Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.23s |
| 1360 | 2026-08-11T21:37:33.882Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1361 | 2026-08-11T21:37:34.548Z | Compiling libc v0.2.185 |
| 1362 | 2026-08-11T21:37:34.548Z | Compiling serde_core v1.0.228 |
| 1363 | 2026-08-11T21:37:34.548Z | Compiling serde v1.0.228 |
| 1364 | 2026-08-11T21:37:34.548Z | Compiling log v0.4.29 |
| 1365 | 2026-08-11T21:37:34.548Z | Compiling smallvec v1.15.1 |
| 1366 | 2026-08-11T21:37:34.548Z | Compiling find-msvc-tools v0.1.9 |
| 1367 | 2026-08-11T21:37:34.548Z | Compiling shlex v1.3.0 |
| 1368 | 2026-08-11T21:37:34.548Z | Compiling subtle v2.6.1 |
| 1369 | 2026-08-11T21:37:34.548Z | Compiling scopeguard v1.2.0 |
| 1370 | 2026-08-11T21:37:34.632Z | Compiling stable_deref_trait v1.2.1 |
| 1371 | 2026-08-11T21:37:34.632Z | Compiling typenum v1.20.1 |
| 1372 | 2026-08-11T21:37:34.633Z | Compiling zerocopy v0.8.40 |
| 1373 | 2026-08-11T21:37:34.633Z | Compiling portable-atomic v1.13.1 |
| 1374 | 2026-08-11T21:37:34.795Z | Compiling serde_json v1.0.151 |
| 1375 | 2026-08-11T21:37:34.795Z | Compiling syn v2.0.117 |
| 1376 | 2026-08-11T21:37:34.796Z | Compiling critical-section v1.2.0 |
| 1377 | 2026-08-11T21:37:34.796Z | Compiling libm v0.2.16 |
| 1378 | 2026-08-11T21:37:34.955Z | Compiling num-traits v0.2.19 |
| 1379 | 2026-08-11T21:37:34.955Z | Compiling lock_api v0.4.14 |
| 1380 | 2026-08-11T21:37:34.955Z | Compiling pkg-config v0.3.32 |
| 1381 | 2026-08-11T21:37:34.955Z | Compiling generic-array v0.14.7 |
| 1382 | 2026-08-11T21:37:34.955Z | Compiling getrandom v0.4.1 |
| 1383 | 2026-08-11T21:37:34.955Z | Compiling parking_lot_core v0.9.12 |
| 1384 | 2026-08-11T21:37:34.956Z | Compiling pin-project-lite v0.2.17 |
| 1385 | 2026-08-11T21:37:35.103Z | Compiling const-oid v0.9.6 |
| 1386 | 2026-08-11T21:37:35.103Z | Compiling rand_core v0.10.0 |
| 1387 | 2026-08-11T21:37:35.103Z | Compiling futures-core v0.3.32 |
| 1388 | 2026-08-11T21:37:35.267Z | Compiling percent-encoding v2.3.2 |
| 1389 | 2026-08-11T21:37:35.267Z | Compiling litemap v0.8.1 |
| 1390 | 2026-08-11T21:37:35.267Z | Compiling writeable v0.6.2 |
| 1391 | 2026-08-11T21:37:35.267Z | Compiling icu_normalizer_data v2.1.1 |
| 1392 | 2026-08-11T21:37:35.393Z | Compiling icu_properties_data v2.1.2 |
| 1393 | 2026-08-11T21:37:35.393Z | Compiling getrandom v0.3.4 |
| 1394 | 2026-08-11T21:37:35.393Z | Compiling futures-sink v0.3.32 |
| 1395 | 2026-08-11T21:37:35.393Z | Compiling futures-io v0.3.32 |
| 1396 | 2026-08-11T21:37:35.393Z | Compiling utf8_iter v1.0.4 |
| 1397 | 2026-08-11T21:37:35.393Z | Compiling slab v0.4.12 |
| 1398 | 2026-08-11T21:37:35.393Z | Compiling futures-channel v0.3.32 |
| 1399 | 2026-08-11T21:37:35.455Z | Compiling rustix v1.1.3 |
| 1400 | 2026-08-11T21:37:35.455Z | Compiling futures-task v0.3.32 |
| 1401 | 2026-08-11T21:37:35.529Z | Compiling form_urlencoded v1.2.2 |
| 1402 | 2026-08-11T21:37:35.529Z | Compiling rustversion v1.0.22 |
| 1403 | 2026-08-11T21:37:35.529Z | Compiling base64ct v1.8.3 |
| 1404 | 2026-08-11T21:37:35.530Z | Compiling iana-time-zone v0.1.65 |
| 1405 | 2026-08-11T21:37:35.593Z | Compiling once_cell v1.21.3 |
| 1406 | 2026-08-11T21:37:35.622Z | Compiling dunce v1.0.5 |
| 1407 | 2026-08-11T21:37:35.622Z | Compiling fs_extra v1.3.0 |
| 1408 | 2026-08-11T21:37:35.622Z | Compiling flagset v0.4.7 |
| 1409 | 2026-08-11T21:37:35.638Z | Compiling regex-syntax v0.8.10 |
| 1410 | 2026-08-11T21:37:35.639Z | Compiling ident_case v1.0.1 |
| 1411 | 2026-08-11T21:37:35.714Z | Compiling jobserver v0.1.34 |
| 1412 | 2026-08-11T21:37:35.732Z | Compiling errno v0.3.14 |
| 1413 | 2026-08-11T21:37:35.733Z | Compiling getrandom v0.2.17 |
| 1414 | 2026-08-11T21:37:35.754Z | Compiling mio v1.2.0 |
| 1415 | 2026-08-11T21:37:35.794Z | Compiling socket2 v0.6.3 |
| 1416 | 2026-08-11T21:37:35.828Z | Compiling signal-hook-registry v1.4.8 |
| 1417 | 2026-08-11T21:37:35.857Z | Compiling pem-rfc7468 v0.7.0 |
| 1418 | 2026-08-11T21:37:35.893Z | Compiling rand_core v0.6.4 |
| 1419 | 2026-08-11T21:37:35.918Z | Compiling cc v1.2.56 |
| 1420 | 2026-08-11T21:37:35.997Z | Compiling parking_lot v0.12.5 |
| 1421 | 2026-08-11T21:37:36.086Z | Compiling base64 v0.22.1 |
| 1422 | 2026-08-11T21:37:36.116Z | Compiling vcpkg v0.2.15 |
| 1423 | 2026-08-11T21:37:36.137Z | Compiling syn v1.0.109 |
| 1424 | 2026-08-11T21:37:36.222Z | Compiling rand_core v0.9.5 |
| 1425 | 2026-08-11T21:37:36.233Z | Compiling tracing-core v0.1.36 |
| 1426 | 2026-08-11T21:37:36.344Z | Compiling aws-lc-rs v1.16.3 |
| 1427 | 2026-08-11T21:37:36.357Z | Compiling cpufeatures v0.2.17 |
| 1428 | 2026-08-11T21:37:36.357Z | Compiling schemars v0.8.22 |
| 1429 | 2026-08-11T21:37:36.357Z | Compiling dyn-clone v1.0.20 |
| 1430 | 2026-08-11T21:37:36.358Z | Compiling spin v0.9.8 |
| 1431 | 2026-08-11T21:37:36.403Z | Compiling crc32fast v1.5.0 |
| 1432 | 2026-08-11T21:37:36.439Z | Compiling openssl-probe v0.2.1 |
| 1433 | 2026-08-11T21:37:36.484Z | Compiling httparse v1.10.1 |
| 1434 | 2026-08-11T21:37:36.503Z | Compiling cmov v0.5.4 |
| 1435 | 2026-08-11T21:37:36.547Z | Compiling tinyvec_macros v0.1.1 |
| 1436 | 2026-08-11T21:37:36.557Z | Compiling aho-corasick v1.1.4 |
| 1437 | 2026-08-11T21:37:36.574Z | Compiling radium v0.7.0 |
| 1438 | 2026-08-11T21:37:36.608Z | Compiling tinyvec v1.10.0 |
| 1439 | 2026-08-11T21:37:36.622Z | Compiling try-lock v0.2.5 |
| 1440 | 2026-08-11T21:37:36.637Z | Compiling atomic-waker v1.1.2 |
| 1441 | 2026-08-11T21:37:36.668Z | Compiling cmake v0.1.57 |
| 1442 | 2026-08-11T21:37:36.726Z | Compiling ctutils v0.4.2 |
| 1443 | 2026-08-11T21:37:36.742Z | Compiling tower-service v0.3.3 |
| 1444 | 2026-08-11T21:37:36.757Z | Compiling bitflags v2.11.0 |
| 1445 | 2026-08-11T21:37:36.788Z | Compiling semver v1.0.28 |
| 1446 | 2026-08-11T21:37:36.850Z | Compiling indexmap v2.14.0 |
| 1447 | 2026-08-11T21:37:36.854Z | Compiling uuid v1.23.4 |
| 1448 | 2026-08-11T21:37:36.892Z | Compiling untrusted v0.7.1 |
| 1449 | 2026-08-11T21:37:36.940Z | Compiling tower-layer v0.3.3 |
| 1450 | 2026-08-11T21:37:37.034Z | Compiling rustc_version v0.4.1 |
| 1451 | 2026-08-11T21:37:37.056Z | Compiling want v0.3.1 |
| 1452 | 2026-08-11T21:37:37.073Z | Compiling untrusted v0.9.0 |
| 1453 | 2026-08-11T21:37:37.118Z | Compiling maybe-uninit v2.0.0 |
| 1454 | 2026-08-11T21:37:37.136Z | Compiling tap v1.0.1 |
| 1455 | 2026-08-11T21:37:37.234Z | Compiling simd-adler32 v0.3.8 |
| 1456 | 2026-08-11T21:37:37.256Z | Compiling httpdate v1.0.3 |
| 1457 | 2026-08-11T21:37:37.256Z | Compiling rustls v0.23.41 |
| 1458 | 2026-08-11T21:37:37.266Z | Compiling openssl v0.10.80 |
| 1459 | 2026-08-11T21:37:37.312Z | Compiling foreign-types-shared v0.1.1 |
| 1460 | 2026-08-11T21:37:37.351Z | Compiling wyz v0.5.1 |
| 1461 | 2026-08-11T21:37:37.397Z | Compiling regex-automata v0.4.14 |
| 1462 | 2026-08-11T21:37:37.447Z | Compiling foreign-types v0.3.2 |
| 1463 | 2026-08-11T21:37:37.482Z | Compiling unicode-normalization v0.1.25 |
| 1464 | 2026-08-11T21:37:37.497Z | Compiling num-integer v0.1.46 |
| 1465 | 2026-08-11T21:37:37.520Z | Compiling wait-timeout v0.2.1 |
| 1466 | 2026-08-11T21:37:37.531Z | Compiling ahash v0.8.12 |
| 1467 | 2026-08-11T21:37:37.531Z | Compiling aws-lc-sys v0.40.0 |
| 1468 | 2026-08-11T21:37:37.566Z | Compiling synstructure v0.13.2 |
| 1469 | 2026-08-11T21:37:37.575Z | Compiling serde_derive_internals v0.29.1 |
| 1470 | 2026-08-11T21:37:37.575Z | Compiling openssl-sys v0.9.117 |
| 1471 | 2026-08-11T21:37:37.681Z | Compiling pest_generator v2.8.6 |
| 1472 | 2026-08-11T21:37:37.789Z | Compiling darling_core v0.20.11 |
| 1473 | 2026-08-11T21:37:37.823Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1474 | 2026-08-11T21:37:37.838Z | Compiling tempfile v3.25.0 |
| 1475 | 2026-08-11T21:37:37.958Z | Compiling terminal_size v0.4.3 |
| 1476 | 2026-08-11T21:37:38.082Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1477 | 2026-08-11T21:37:38.187Z | Compiling time-core v0.1.8 |
| 1478 | 2026-08-11T21:37:38.187Z | Compiling bit-vec v0.8.0 |
| 1479 | 2026-08-11T21:37:38.264Z | Compiling powerfmt v0.2.0 |
| 1480 | 2026-08-11T21:37:38.265Z | Compiling packed_struct v0.10.1 |
| 1481 | 2026-08-11T21:37:38.265Z | Compiling funty v2.0.0 |
| 1482 | 2026-08-11T21:37:38.288Z | Compiling quick-error v1.2.3 |
| 1483 | 2026-08-11T21:37:38.288Z | Compiling num-bigint-dig v0.8.6 |
| 1484 | 2026-08-11T21:37:38.301Z | Compiling num-conv v0.2.0 |
| 1485 | 2026-08-11T21:37:38.343Z | Compiling native-tls v0.2.18 |
| 1486 | 2026-08-11T21:37:38.356Z | Compiling adler2 v2.0.1 |
| 1487 | 2026-08-11T21:37:38.374Z | Compiling bit-set v0.8.0 |
| 1488 | 2026-08-11T21:37:38.447Z | Compiling time-macros v0.2.27 |
| 1489 | 2026-08-11T21:37:38.474Z | Compiling miniz_oxide v0.8.9 |
| 1490 | 2026-08-11T21:37:38.508Z | Compiling rusty-fork v0.3.1 |
| 1491 | 2026-08-11T21:37:38.508Z | Compiling clap_builder v4.6.0 |
| 1492 | 2026-08-11T21:37:38.535Z | Compiling bitvec v1.0.1 |
| 1493 | 2026-08-11T21:37:38.543Z | Compiling deranged v0.5.8 |
| 1494 | 2026-08-11T21:37:38.655Z | Compiling num-iter v0.1.45 |
| 1495 | 2026-08-11T21:37:38.802Z | Compiling lazy_static v1.5.0 |
| 1496 | 2026-08-11T21:37:38.841Z | Compiling rand_xorshift v0.4.0 |
| 1497 | 2026-08-11T21:37:38.866Z | Compiling anstyle-parse v0.2.7 |
| 1498 | 2026-08-11T21:37:38.869Z | Compiling sync_wrapper v1.0.2 |
| 1499 | 2026-08-11T21:37:38.929Z | Compiling indexmap v1.9.3 |
| 1500 | 2026-08-11T21:37:38.998Z | Compiling crc-catalog v2.4.0 |
| 1501 | 2026-08-11T21:37:39.022Z | Compiling usdt-impl v0.6.0 |
| 1502 | 2026-08-11T21:37:39.063Z | Compiling nodrop v0.1.14 |
| 1503 | 2026-08-11T21:37:39.100Z | Compiling siphasher v1.0.2 |
| 1504 | 2026-08-11T21:37:39.100Z | Compiling zlib-rs v0.6.2 |
| 1505 | 2026-08-11T21:37:39.129Z | Compiling crossbeam-utils v0.8.21 |
| 1506 | 2026-08-11T21:37:39.168Z | Compiling num_threads v0.1.7 |
| 1507 | 2026-08-11T21:37:39.251Z | Compiling unarray v0.1.4 |
| 1508 | 2026-08-11T21:37:39.285Z | Compiling paste v1.0.15 |
| 1509 | 2026-08-11T21:37:39.301Z | Compiling serde_derive v1.0.228 |
| 1510 | 2026-08-11T21:37:39.315Z | Compiling zeroize_derive v1.5.0 |
| 1511 | 2026-08-11T21:37:39.371Z | Compiling zerofrom-derive v0.1.6 |
| 1512 | 2026-08-11T21:37:39.431Z | Compiling zerocopy-derive v0.8.40 |
| 1513 | 2026-08-11T21:37:39.535Z | Compiling yoke-derive v0.8.1 |
| 1514 | 2026-08-11T21:37:39.552Z | Compiling zerovec-derive v0.11.2 |
| 1515 | 2026-08-11T21:37:39.569Z | Compiling displaydoc v0.2.5 |
| 1516 | 2026-08-11T21:37:39.581Z | Compiling tokio-macros v2.7.0 |
| 1517 | 2026-08-11T21:37:39.991Z | Compiling zeroize v1.9.0 |
| 1518 | 2026-08-11T21:37:40.017Z | Compiling futures-macro v0.3.32 |
| 1519 | 2026-08-11T21:37:40.127Z | Compiling der_derive v0.7.3 |
| 1520 | 2026-08-11T21:37:40.375Z | Compiling thiserror-impl v2.0.18 |
| 1521 | 2026-08-11T21:37:40.401Z | Compiling tracing-attributes v0.1.31 |
| 1522 | 2026-08-11T21:37:40.465Z | Compiling rustls-pki-types v1.14.0 |
| 1523 | 2026-08-11T21:37:40.799Z | Compiling schemars_derive v0.8.22 |
| 1524 | 2026-08-11T21:37:40.808Z | Compiling crypto-common v0.1.7 |
| 1525 | 2026-08-11T21:37:40.855Z | Compiling zerofrom v0.1.6 |
| 1526 | 2026-08-11T21:37:40.855Z | Compiling block-buffer v0.10.4 |
| 1527 | 2026-08-11T21:37:40.938Z | Compiling futures-util v0.3.32 |
| 1528 | 2026-08-11T21:37:40.951Z | Compiling hybrid-array v0.4.13 |
| 1529 | 2026-08-11T21:37:40.981Z | Compiling yoke v0.8.1 |
| 1530 | 2026-08-11T21:37:41.000Z | Compiling pest_derive v2.8.6 |
| 1531 | 2026-08-11T21:37:41.062Z | Compiling digest v0.10.7 |
| 1532 | 2026-08-11T21:37:41.162Z | Compiling zerovec v0.11.5 |
| 1533 | 2026-08-11T21:37:41.179Z | Compiling zerotrie v0.2.3 |
| 1534 | 2026-08-11T21:37:41.332Z | Compiling der v0.7.10 |
| 1535 | 2026-08-11T21:37:41.494Z | Compiling sha2 v0.10.9 |
| 1536 | 2026-08-11T21:37:41.500Z | Compiling scroll_derive v0.13.1 |
| 1537 | 2026-08-11T21:37:41.598Z | Compiling signature v2.2.0 |
| 1538 | 2026-08-11T21:37:41.629Z | Compiling darling_macro v0.20.11 |
| 1539 | 2026-08-11T21:37:41.709Z | Compiling tinystr v0.8.2 |
| 1540 | 2026-08-11T21:37:41.757Z | Compiling potential_utf v0.1.4 |
| 1541 | 2026-08-11T21:37:41.796Z | Compiling thiserror v2.0.18 |
| 1542 | 2026-08-11T21:37:41.804Z | Compiling tracing v0.1.44 |
| 1543 | 2026-08-11T21:37:41.811Z | Compiling thiserror-impl v1.0.69 |
| 1544 | 2026-08-11T21:37:41.911Z | Compiling icu_locale_core v2.1.1 |
| 1545 | 2026-08-11T21:37:41.932Z | Compiling icu_collections v2.1.1 |
| 1546 | 2026-08-11T21:37:41.944Z | Compiling openssl-macros v0.1.1 |
| 1547 | 2026-08-11T21:37:42.092Z | Compiling hmac v0.12.1 |
| 1548 | 2026-08-11T21:37:42.096Z | Compiling packed_struct_codegen v0.10.1 |
| 1549 | 2026-08-11T21:37:42.151Z | Compiling darling v0.20.11 |
| 1550 | 2026-08-11T21:37:42.247Z | Compiling spki v0.7.3 |
| 1551 | 2026-08-11T21:37:42.277Z | Compiling bitfield-macros v0.19.4 |
| 1552 | 2026-08-11T21:37:42.413Z | Compiling pkcs8 v0.10.2 |
| 1553 | 2026-08-11T21:37:42.432Z | Compiling scroll v0.13.0 |
| 1554 | 2026-08-11T21:37:42.449Z | Compiling clap_derive v4.6.1 |
| 1555 | 2026-08-11T21:37:42.476Z | Compiling zerocopy-derive v0.6.6 |
| 1556 | 2026-08-11T21:37:42.605Z | Compiling icu_provider v2.1.1 |
| 1557 | 2026-08-11T21:37:42.693Z | Compiling goblin v0.10.5 |
| 1558 | 2026-08-11T21:37:42.725Z | Compiling pkcs1 v0.7.5 |
| 1559 | 2026-08-11T21:37:42.831Z | Compiling bytes v1.11.1 |
| 1560 | 2026-08-11T21:37:42.846Z | Compiling icu_properties v2.1.2 |
| 1561 | 2026-08-11T21:37:42.926Z | Compiling icu_normalizer v2.1.1 |
| 1562 | 2026-08-11T21:37:42.930Z | Compiling chrono v0.4.45 |
| 1563 | 2026-08-11T21:37:43.035Z | Compiling ipnet v2.11.0 |
| 1564 | 2026-08-11T21:37:43.132Z | Compiling hex v0.4.3 |
| 1565 | 2026-08-11T21:37:43.145Z | Compiling thiserror v1.0.69 |
| 1566 | 2026-08-11T21:37:43.238Z | Compiling toml_datetime v0.6.11 |
| 1567 | 2026-08-11T21:37:43.262Z | Compiling serde_spanned v0.6.9 |
| 1568 | 2026-08-11T21:37:43.347Z | Compiling tokio v1.52.1 |
| 1569 | 2026-08-11T21:37:43.364Z | Compiling http v1.4.2 |
| 1570 | 2026-08-11T21:37:43.417Z | Compiling zerocopy v0.6.6 |
| 1571 | 2026-08-11T21:37:43.485Z | Compiling bitfield v0.19.4 |
| 1572 | 2026-08-11T21:37:43.489Z | Compiling derive_builder_core v0.20.2 |
| 1573 | 2026-08-11T21:37:43.516Z | Compiling flate2 v1.1.9 |
| 1574 | 2026-08-11T21:37:43.551Z | Compiling dtrace-parser v0.3.0 |
| 1575 | 2026-08-11T21:37:43.766Z | Compiling idna_adapter v1.2.1 |
| 1576 | 2026-08-11T21:37:43.853Z | Compiling time v0.3.47 |
| 1577 | 2026-08-11T21:37:43.919Z | Compiling ppv-lite86 v0.2.21 |
| 1578 | 2026-08-11T21:37:43.934Z | Compiling idna v1.1.0 |
| 1579 | 2026-08-11T21:37:44.137Z | Compiling http-body v1.0.1 |
| 1580 | 2026-08-11T21:37:44.211Z | Compiling rand_chacha v0.9.0 |
| 1581 | 2026-08-11T21:37:44.259Z | Compiling url v2.5.8 |
| 1582 | 2026-08-11T21:37:44.273Z | Compiling rand_chacha v0.3.1 |
| 1583 | 2026-08-11T21:37:44.309Z | Compiling http-body-util v0.1.3 |
| 1584 | 2026-08-11T21:37:44.309Z | Compiling clap v4.6.1 |
| 1585 | 2026-08-11T21:37:44.366Z | Compiling scroll_derive v0.12.1 |
| 1586 | 2026-08-11T21:37:44.387Z | Compiling structmeta-derive v0.3.0 |
| 1587 | 2026-08-11T21:37:44.421Z | Compiling rand v0.9.2 |
| 1588 | 2026-08-11T21:37:44.481Z | Compiling array-init v0.0.4 |
| 1589 | 2026-08-11T21:37:44.569Z | Compiling rand v0.8.6 |
| 1590 | 2026-08-11T21:37:44.824Z | Compiling crc v3.4.0 |
| 1591 | 2026-08-11T21:37:44.974Z | Compiling anstream v0.6.21 |
| 1592 | 2026-08-11T21:37:44.983Z | Compiling smallvec v0.6.14 |
| 1593 | 2026-08-11T21:37:45.034Z | Compiling proptest v1.11.0 |
| 1594 | 2026-08-11T21:37:45.058Z | Compiling darling_core v0.23.0 |
| 1595 | 2026-08-11T21:37:45.072Z | Compiling heapless v0.7.17 |
| 1596 | 2026-08-11T21:37:45.088Z | Compiling slog v2.8.2 |
| 1597 | 2026-08-11T21:37:45.210Z | Compiling thread-id v5.1.0 |
| 1598 | 2026-08-11T21:37:45.309Z | Compiling env_filter v1.0.0 |
| 1599 | 2026-08-11T21:37:45.338Z | Compiling cookie v0.18.1 |
| 1600 | 2026-08-11T21:37:45.369Z | Compiling unicode-properties v0.1.4 |
| 1601 | 2026-08-11T21:37:45.382Z | Compiling signal-hook v0.3.18 |
| 1602 | 2026-08-11T21:37:45.447Z | Compiling dof v0.4.0 |
| 1603 | 2026-08-11T21:37:45.464Z | Compiling unicode-bidi v0.3.18 |
| 1604 | 2026-08-11T21:37:45.511Z | Compiling hashbrown v0.12.3 |
| 1605 | 2026-08-11T21:37:45.551Z | Compiling anyhow v1.0.102 |
| 1606 | 2026-08-11T21:37:45.566Z | Compiling ryu v1.0.23 |
| 1607 | 2026-08-11T21:37:45.590Z | Compiling allocator-api2 v0.2.21 |
| 1608 | 2026-08-11T21:37:45.607Z | Compiling winnow v0.5.40 |
| 1609 | 2026-08-11T21:37:45.632Z | Compiling ipnetwork v0.21.1 |
| 1610 | 2026-08-11T21:37:45.760Z | Compiling base64 v0.21.7 |
| 1611 | 2026-08-11T21:37:45.774Z | Compiling iri-string v0.7.10 |
| 1612 | 2026-08-11T21:37:45.881Z | Compiling zstd-safe v7.2.4 |
| 1613 | 2026-08-11T21:37:46.017Z | Compiling ron v0.8.1 |
| 1614 | 2026-08-11T21:37:46.050Z | Compiling oxnet v0.1.6 |
| 1615 | 2026-08-11T21:37:46.099Z | Compiling stringprep v0.1.5 |
| 1616 | 2026-08-11T21:37:46.157Z | Compiling serde_urlencoded v0.7.1 |
| 1617 | 2026-08-11T21:37:46.275Z | Compiling rsa v0.9.10 |
| 1618 | 2026-08-11T21:37:46.428Z | Compiling structmeta v0.3.0 |
| 1619 | 2026-08-11T21:37:46.509Z | Compiling env_logger v0.11.9 |
| 1620 | 2026-08-11T21:37:46.588Z | Compiling serde-hex v0.1.0 |
| 1621 | 2026-08-11T21:37:46.607Z | Compiling scroll v0.12.0 |
| 1622 | 2026-08-11T21:37:46.668Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1623 | 2026-08-11T21:37:46.689Z | Compiling camino v1.2.2 |
| 1624 | 2026-08-11T21:37:46.841Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1625 | 2026-08-11T21:37:46.871Z | Compiling bzip2 v0.4.4 |
| 1626 | 2026-08-11T21:37:46.904Z | Compiling derive_builder_macro v0.20.2 |
| 1627 | 2026-08-11T21:37:47.011Z | Compiling toml_edit v0.19.15 |
| 1628 | 2026-08-11T21:37:47.043Z | Compiling hashbrown v0.13.2 |
| 1629 | 2026-08-11T21:37:47.108Z | Compiling erased-serde v0.3.31 |
| 1630 | 2026-08-11T21:37:47.111Z | Compiling serde_tokenstream v0.2.3 |
| 1631 | 2026-08-11T21:37:47.360Z | Compiling tokio-util v0.7.18 |
| 1632 | 2026-08-11T21:37:47.413Z | Compiling tower v0.5.3 |
| 1633 | 2026-08-11T21:37:47.427Z | Compiling tokio-native-tls v0.3.1 |
| 1634 | 2026-08-11T21:37:47.466Z | Compiling x509-cert v0.2.5 |
| 1635 | 2026-08-11T21:37:47.561Z | Compiling newtype-uuid v1.3.2 |
| 1636 | 2026-08-11T21:37:47.659Z | Compiling block-padding v0.4.2 |
| 1637 | 2026-08-11T21:37:47.659Z | Compiling block-buffer v0.12.1 |
| 1638 | 2026-08-11T21:37:47.665Z | Compiling crypto-common v0.2.2 |
| 1639 | 2026-08-11T21:37:47.680Z | Compiling darling_macro v0.23.0 |
| 1640 | 2026-08-11T21:37:47.810Z | Compiling md-5 v0.10.6 |
| 1641 | 2026-08-11T21:37:47.856Z | Compiling tower-http v0.6.8 |
| 1642 | 2026-08-11T21:37:47.920Z | Compiling rustls-native-certs v0.8.3 |
| 1643 | 2026-08-11T21:37:47.936Z | Compiling bstr v1.12.1 |
| 1644 | 2026-08-11T21:37:47.993Z | Compiling async-trait v0.1.89 |
| 1645 | 2026-08-11T21:37:48.208Z | Compiling h2 v0.4.15 |
| 1646 | 2026-08-11T21:37:48.223Z | Compiling daft-derive v0.1.7 |
| 1647 | 2026-08-11T21:37:48.279Z | Compiling pin-project-internal v1.1.11 |
| 1648 | 2026-08-11T21:37:48.380Z | Compiling zerocopy-derive v0.7.35 |
| 1649 | 2026-08-11T21:37:48.436Z | Compiling curve25519-dalek v4.1.3 |
| 1650 | 2026-08-11T21:37:48.588Z | Compiling vergen-lib v9.1.0 |
| 1651 | 2026-08-11T21:37:48.788Z | Compiling hash32 v0.2.1 |
| 1652 | 2026-08-11T21:37:48.802Z | Compiling memoffset v0.9.1 |
| 1653 | 2026-08-11T21:37:48.970Z | Compiling encoding_rs v0.8.35 |
| 1654 | 2026-08-11T21:37:49.004Z | Compiling rustix v0.38.44 |
| 1655 | 2026-08-11T21:37:49.018Z | Compiling ref-cast v1.0.25 |
| 1656 | 2026-08-11T21:37:49.043Z | Compiling fallible-iterator v0.2.0 |
| 1657 | 2026-08-11T21:37:49.085Z | Compiling crc-any v2.5.0 |
| 1658 | 2026-08-11T21:37:49.282Z | Compiling smoltcp v0.9.1 |
| 1659 | 2026-08-11T21:37:49.297Z | Compiling litrs v1.0.0 |
| 1660 | 2026-08-11T21:37:49.337Z | Compiling cfg_aliases v0.2.1 |
| 1661 | 2026-08-11T21:37:49.341Z | Compiling mime v0.3.17 |
| 1662 | 2026-08-11T21:37:49.372Z | Compiling psl-types v2.0.11 |
| 1663 | 2026-08-11T21:37:49.435Z | Compiling nix v0.31.2 |
| 1664 | 2026-08-11T21:37:49.446Z | Compiling postgres-protocol v0.6.10 |
| 1665 | 2026-08-11T21:37:49.450Z | Compiling pin-project v1.1.11 |
| 1666 | 2026-08-11T21:37:49.478Z | Compiling zerocopy v0.7.35 |
| 1667 | 2026-08-11T21:37:49.517Z | Compiling publicsuffix v2.3.0 |
| 1668 | 2026-08-11T21:37:49.579Z | Compiling daft v0.1.7 |
| 1669 | 2026-08-11T21:37:49.685Z | Compiling toml v0.7.8 |
| 1670 | 2026-08-11T21:37:49.700Z | Compiling darling v0.23.0 |
| 1671 | 2026-08-11T21:37:49.713Z | Compiling inout v0.2.2 |
| 1672 | 2026-08-11T21:37:49.797Z | Compiling object v0.30.4 |
| 1673 | 2026-08-11T21:37:49.819Z | Compiling derive_builder v0.20.2 |
| 1674 | 2026-08-11T21:37:49.833Z | Compiling document-features v0.2.12 |
| 1675 | 2026-08-11T21:37:49.884Z | Compiling zip v0.6.6 |
| 1676 | 2026-08-11T21:37:49.909Z | Compiling goblin v0.8.2 |
| 1677 | 2026-08-11T21:37:49.964Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1678 | 2026-08-11T21:37:50.024Z | Compiling derive-ex v0.1.8 |
| 1679 | 2026-08-11T21:37:50.143Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1680 | 2026-08-11T21:37:50.369Z | Compiling futures-executor v0.3.32 |
| 1681 | 2026-08-11T21:37:50.517Z | Compiling hubpack_derive v0.1.1 |
| 1682 | 2026-08-11T21:37:50.552Z | Compiling regex v1.12.3 |
| 1683 | 2026-08-11T21:37:50.562Z | Compiling snafu-derive v0.8.9 |
| 1684 | 2026-08-11T21:37:50.634Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1685 | 2026-08-11T21:37:50.650Z | Compiling strum_macros v0.27.2 |
| 1686 | 2026-08-11T21:37:50.664Z | Compiling ref-cast-impl v1.0.25 |
| 1687 | 2026-08-11T21:37:50.711Z | Compiling phf_shared v0.13.1 |
| 1688 | 2026-08-11T21:37:50.799Z | Compiling cargo-platform v0.3.2 |
| 1689 | 2026-08-11T21:37:50.976Z | Compiling vergen v9.1.0 |
| 1690 | 2026-08-11T21:37:51.009Z | Compiling ff v0.13.1 |
| 1691 | 2026-08-11T21:37:51.024Z | Compiling fs-err v3.3.0 |
| 1692 | 2026-08-11T21:37:51.106Z | Compiling foldhash v0.2.0 |
| 1693 | 2026-08-11T21:37:51.167Z | Compiling unicode-segmentation v1.12.0 |
| 1694 | 2026-08-11T21:37:51.184Z | Compiling managed v0.8.0 |
| 1695 | 2026-08-11T21:37:51.241Z | Compiling either v1.15.0 |
| 1696 | 2026-08-11T21:37:51.255Z | Compiling bumpalo v3.20.2 |
| 1697 | 2026-08-11T21:37:51.365Z | Compiling same-file v1.0.6 |
| 1698 | 2026-08-11T21:37:51.372Z | Compiling object v0.37.3 |
| 1699 | 2026-08-11T21:37:51.421Z | Compiling bitflags v1.3.2 |
| 1700 | 2026-08-11T21:37:51.475Z | Compiling hyper v1.10.1 |
| 1701 | 2026-08-11T21:37:51.508Z | Compiling jiff-core v0.1.0 |
| 1702 | 2026-08-11T21:37:51.524Z | Compiling foldhash v0.1.5 |
| 1703 | 2026-08-11T21:37:51.539Z | Compiling base16ct v0.2.0 |
| 1704 | 2026-08-11T21:37:51.581Z | Compiling path-slash v0.1.5 |
| 1705 | 2026-08-11T21:37:51.609Z | Compiling libbz2-rs-sys v0.2.2 |
| 1706 | 2026-08-11T21:37:51.702Z | Compiling sec1 v0.7.3 |
| 1707 | 2026-08-11T21:37:51.719Z | Compiling hashbrown v0.15.5 |
| 1708 | 2026-08-11T21:37:51.747Z | Compiling zopfli v0.8.3 |
| 1709 | 2026-08-11T21:37:51.822Z | Compiling test-strategy v0.4.5 |
| 1710 | 2026-08-11T21:37:52.003Z | Compiling walkdir v2.5.0 |
| 1711 | 2026-08-11T21:37:52.308Z | Compiling jiff v0.2.34 |
| 1712 | 2026-08-11T21:37:52.324Z | Compiling dof v0.3.0 |
| 1713 | 2026-08-11T21:37:52.336Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1714 | 2026-08-11T21:37:52.432Z | Compiling bzip2 v0.6.1 |
| 1715 | 2026-08-11T21:37:52.575Z | Compiling snafu v0.8.9 |
| 1716 | 2026-08-11T21:37:52.591Z | Compiling hashbrown v0.16.1 |
| 1717 | 2026-08-11T21:37:52.624Z | Compiling hyper-util v0.1.20 |
| 1718 | 2026-08-11T21:37:52.723Z | Compiling strum v0.27.2 |
| 1719 | 2026-08-11T21:37:52.839Z | Compiling group v0.13.0 |
| 1720 | 2026-08-11T21:37:52.869Z | Compiling hubpack v0.1.2 |
| 1721 | 2026-08-11T21:37:52.903Z | Compiling cargo_metadata v0.23.1 |
| 1722 | 2026-08-11T21:37:52.952Z | Compiling phf v0.13.1 |
| 1723 | 2026-08-11T21:37:53.066Z | Compiling futures v0.3.32 |
| 1724 | 2026-08-11T21:37:53.103Z | Compiling signal-hook-mio v0.2.5 |
| 1725 | 2026-08-11T21:37:53.131Z | Compiling cookie_store v0.22.1 |
| 1726 | 2026-08-11T21:37:53.145Z | Compiling zstd v0.13.3 |
| 1727 | 2026-08-11T21:37:53.162Z | Compiling cipher v0.5.2 |
| 1728 | 2026-08-11T21:37:53.235Z | Compiling postgres-types v0.2.12 |
| 1729 | 2026-08-11T21:37:53.248Z | Compiling serde_with_macros v3.21.0 |
| 1730 | 2026-08-11T21:37:53.432Z | Compiling globset v0.4.18 |
| 1731 | 2026-08-11T21:37:53.451Z | Compiling usdt-macro v0.6.0 |
| 1732 | 2026-08-11T21:37:53.479Z | Compiling usdt-attr-macro v0.6.0 |
| 1733 | 2026-08-11T21:37:53.536Z | Compiling byte-wrapper v0.1.0 |
| 1734 | 2026-08-11T21:37:53.794Z | Compiling dtrace-parser v0.2.0 |
| 1735 | 2026-08-11T21:37:53.809Z | Compiling serde-big-array v0.5.1 |
| 1736 | 2026-08-11T21:37:53.815Z | Compiling serde_plain v1.0.2 |
| 1737 | 2026-08-11T21:37:53.898Z | Compiling olpc-cjson v0.1.4 |
| 1738 | 2026-08-11T21:37:53.975Z | Compiling ed25519 v2.2.3 |
| 1739 | 2026-08-11T21:37:54.041Z | Compiling hyper-tls v0.6.0 |
| 1740 | 2026-08-11T21:37:54.075Z | Compiling hkdf v0.12.4 |
| 1741 | 2026-08-11T21:37:54.128Z | Compiling crypto-bigint v0.5.5 |
| 1742 | 2026-08-11T21:37:54.275Z | Compiling reqwest v0.12.28 |
| 1743 | 2026-08-11T21:37:54.288Z | Compiling serde_repr v0.1.20 |
| 1744 | 2026-08-11T21:37:54.302Z | Compiling strum_macros v0.26.4 |
| 1745 | 2026-08-11T21:37:54.307Z | Compiling enum-as-inner v0.6.1 |
| 1746 | 2026-08-11T21:37:54.359Z | Compiling async-recursion v1.1.1 |
| 1747 | 2026-08-11T21:37:54.409Z | Compiling phf_shared v0.11.3 |
| 1748 | 2026-08-11T21:37:54.438Z | Compiling float-cmp v0.10.0 |
| 1749 | 2026-08-11T21:37:54.528Z | Compiling pem v3.0.6 |
| 1750 | 2026-08-11T21:37:54.550Z | Compiling memmap2 v0.9.10 |
| 1751 | 2026-08-11T21:37:54.595Z | Compiling thread-id v4.2.2 |
| 1752 | 2026-08-11T21:37:54.613Z | Compiling fixedbitset v0.4.2 |
| 1753 | 2026-08-11T21:37:54.690Z | Compiling static_assertions v1.1.0 |
| 1754 | 2026-08-11T21:37:54.777Z | Compiling winnow v1.0.3 |
| 1755 | 2026-08-11T21:37:54.803Z | Compiling typed-path v0.9.3 |
| 1756 | 2026-08-11T21:37:54.856Z | Compiling precomputed-hash v0.1.1 |
| 1757 | 2026-08-11T21:37:54.870Z | Compiling difflib v0.4.0 |
| 1758 | 2026-08-11T21:37:54.874Z | Compiling const-oid v0.10.2 |
| 1759 | 2026-08-11T21:37:54.896Z | Compiling whoami v2.1.0 |
| 1760 | 2026-08-11T21:37:54.899Z | Compiling new_debug_unreachable v1.0.6 |
| 1761 | 2026-08-11T21:37:54.957Z | Compiling fixedbitset v0.5.7 |
| 1762 | 2026-08-11T21:37:54.994Z | Compiling keccak v0.1.6 |
| 1763 | 2026-08-11T21:37:55.057Z | Compiling predicates-core v1.0.10 |
| 1764 | 2026-08-11T21:37:55.100Z | Compiling data-encoding v2.10.0 |
| 1765 | 2026-08-11T21:37:55.164Z | Compiling cpufeatures v0.3.0 |
| 1766 | 2026-08-11T21:37:55.284Z | Compiling normalize-line-endings v0.3.0 |
| 1767 | 2026-08-11T21:37:55.298Z | Compiling toml_edit v0.22.27 |
| 1768 | 2026-08-11T21:37:55.331Z | Compiling chacha20 v0.10.0 |
| 1769 | 2026-08-11T21:37:55.345Z | Compiling petgraph v0.8.3 |
| 1770 | 2026-08-11T21:37:55.410Z | Compiling predicates v3.1.4 |
| 1771 | 2026-08-11T21:37:55.496Z | Compiling hickory-proto v0.25.2 |
| 1772 | 2026-08-11T21:37:55.578Z | Compiling sha3 v0.10.8 |
| 1773 | 2026-08-11T21:37:55.727Z | Compiling tokio-postgres v0.7.16 |
| 1774 | 2026-08-11T21:37:55.785Z | Compiling elliptic-curve v0.13.8 |
| 1775 | 2026-08-11T21:37:55.849Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1776 | 2026-08-11T21:37:55.981Z | Compiling digest v0.11.3 |
| 1777 | 2026-08-11T21:37:56.057Z | Compiling string_cache v0.8.9 |
| 1778 | 2026-08-11T21:37:56.086Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1779 | 2026-08-11T21:37:56.132Z | Compiling petgraph v0.6.5 |
| 1780 | 2026-08-11T21:37:56.181Z | Compiling strum v0.26.3 |
| 1781 | 2026-08-11T21:37:56.216Z | Compiling usdt v0.6.0 |
| 1782 | 2026-08-11T21:37:56.234Z | Compiling usdt-impl v0.5.0 |
| 1783 | 2026-08-11T21:37:56.299Z | Compiling zip v4.6.1 |
| 1784 | 2026-08-11T21:37:56.318Z | Compiling serde_with v3.21.0 |
| 1785 | 2026-08-11T21:37:56.332Z | Compiling crossterm v0.28.1 |
| 1786 | 2026-08-11T21:37:56.370Z | Compiling ed25519-dalek v2.2.0 |
| 1787 | 2026-08-11T21:37:56.508Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1788 | 2026-08-11T21:37:56.924Z | Compiling iddqd v0.4.2 |
| 1789 | 2026-08-11T21:37:57.394Z | Compiling heck v0.4.1 |
| 1790 | 2026-08-11T21:37:57.415Z | Compiling similar v2.7.0 |
| 1791 | 2026-08-11T21:37:57.639Z | Compiling itertools v0.15.0 |
| 1792 | 2026-08-11T21:37:57.692Z | Compiling itertools v0.13.0 |
| 1793 | 2026-08-11T21:37:57.707Z | Compiling tokio-stream v0.1.18 |
| 1794 | 2026-08-11T21:37:58.055Z | Compiling crossbeam-epoch v0.9.18 |
| 1795 | 2026-08-11T21:37:58.077Z | Compiling buf-list v1.1.2 |
| 1796 | 2026-08-11T21:37:58.139Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1797 | 2026-08-11T21:37:58.155Z | Compiling openapiv3 v2.2.0 |
| 1798 | 2026-08-11T21:37:58.169Z | Compiling lalrpop-util v0.19.12 |
| 1799 | 2026-08-11T21:37:58.185Z | Compiling peg-runtime v0.8.5 |
| 1800 | 2026-08-11T21:37:58.245Z | Compiling thread_local v1.1.9 |
| 1801 | 2026-08-11T21:37:58.270Z | Compiling slog-async v2.8.0 |
| 1802 | 2026-08-11T21:37:58.374Z | Compiling crossbeam-channel v0.5.15 |
| 1803 | 2026-08-11T21:37:58.387Z | Compiling filetime v0.2.27 |
| 1804 | 2026-08-11T21:37:58.402Z | Compiling is-terminal v0.4.17 |
| 1805 | 2026-08-11T21:37:58.455Z | Compiling take_mut v0.2.2 |
| 1806 | 2026-08-11T21:37:58.478Z | Compiling term v1.2.1 |
| 1807 | 2026-08-11T21:37:58.517Z | Compiling xattr v1.6.1 |
| 1808 | 2026-08-11T21:37:58.529Z | Compiling camino-tempfile v1.4.1 |
| 1809 | 2026-08-11T21:37:58.701Z | Compiling tar v0.4.46 |
| 1810 | 2026-08-11T21:37:58.776Z | Compiling slog-term v2.9.2 |
| 1811 | 2026-08-11T21:38:16.211Z | Compiling rustls-webpki v0.103.13 |
| 1812 | 2026-08-11T21:38:18.893Z | Compiling tokio-rustls v0.26.4 |
| 1813 | 2026-08-11T21:38:18.893Z | Compiling rustls-platform-verifier v0.6.2 |
| 1814 | 2026-08-11T21:38:18.893Z | Compiling tough v0.22.0 |
| 1815 | 2026-08-11T21:38:19.086Z | Compiling hyper-rustls v0.27.7 |
| 1816 | 2026-08-11T21:38:19.283Z | Compiling reqwest v0.13.2 |
| 1817 | 2026-08-11T21:38:21.439Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1818 | 2026-08-11T21:38:21.677Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1819 | 2026-08-11T21:38:24.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.92s |
| 1820 | 2026-08-11T21:38:24.739Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1821 | 2026-08-11T21:38:24.794Z | Aug 11 21:38:23.566 INFO Starting download, target: Clickhouse |
| 1822 | 2026-08-11T21:38:24.794Z | Aug 11 21:38:23.567 INFO Starting download, target: Console |
| 1823 | 2026-08-11T21:38:24.794Z | Aug 11 21:38:23.567 INFO Starting download, target: Cockroach |
| 1824 | 2026-08-11T21:38:24.794Z | Aug 11 21:38:23.567 INFO Starting download, target: DendriteStub |
| 1825 | 2026-08-11T21:38:24.794Z | Aug 11 21:38:23.567 INFO Starting download, target: MaghemiteMgd |
| 1826 | 2026-08-11T21:38:24.798Z | Aug 11 21:38:23.567 INFO Starting download, target: MaghemiteDdmd |
| 1827 | 2026-08-11T21:38:24.798Z | Aug 11 21:38:23.567 INFO Starting download, target: TransceiverControl |
| 1828 | 2026-08-11T21:38:24.798Z | Aug 11 21:38:23.567 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1829 | 2026-08-11T21:38:24.798Z | Aug 11 21:38:23.567 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1830 | 2026-08-11T21:38:24.799Z | Aug 11 21:38:23.567 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1831 | 2026-08-11T21:38:24.799Z | Aug 11 21:38:23.567 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1832 | 2026-08-11T21:38:24.799Z | Aug 11 21:38:23.568 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1833 | 2026-08-11T21:38:24.799Z | Aug 11 21:38:23.568 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1834 | 2026-08-11T21:38:24.799Z | Aug 11 21:38:23.568 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1835 | 2026-08-11T21:38:26.609Z | Aug 11 21:38:25.382 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1836 | 2026-08-11T21:38:26.864Z | Aug 11 21:38:25.637 INFO Download complete, target: Console |
| 1837 | 2026-08-11T21:38:27.039Z | Aug 11 21:38:25.736 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1838 | 2026-08-11T21:38:33.606Z | Aug 11 21:38:32.379 INFO Checking that binary works, target: Clickhouse |
| 1839 | 2026-08-11T21:38:33.695Z | Aug 11 21:38:32.468 INFO Download complete, target: Clickhouse |
| 1840 | 2026-08-11T21:38:49.072Z | Aug 11 21:38:47.755 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1841 | 2026-08-11T21:38:49.363Z | Aug 11 21:38:47.965 INFO Download complete, target: TransceiverControl |
| 1842 | 2026-08-11T21:39:00.710Z | Aug 11 21:38:59.471 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1843 | 2026-08-11T21:39:00.855Z | Aug 11 21:38:59.593 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1844 | 2026-08-11T21:39:01.765Z | Aug 11 21:39:00.442 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1845 | 2026-08-11T21:39:02.910Z | Aug 11 21:39:01.394 INFO Download complete, target: MaghemiteDdmd |
| 1846 | 2026-08-11T21:39:03.432Z | Aug 11 21:39:02.088 INFO Download complete, target: DendriteStub |
| 1847 | 2026-08-11T21:39:04.274Z | Aug 11 21:39:02.904 INFO Download complete, target: MaghemiteMgd |
| 1848 | 2026-08-11T21:39:05.223Z | Aug 11 21:39:03.973 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1849 | 2026-08-11T21:39:05.223Z | Aug 11 21:39:03.973 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1850 | 2026-08-11T21:39:09.761Z | Aug 11 21:39:08.533 INFO Checking that binary works, target: Cockroach |
| 1851 | 2026-08-11T21:39:09.885Z | Aug 11 21:39:08.655 INFO Download complete, target: Cockroach |
| 1852 | 2026-08-11T21:39:09.890Z | All prerequisites installed successfully |
| 1853 | 2026-08-11T21:39:09.890Z | |
| 1854 | 2026-08-11T21:39:09.890Z | real 2:05.734949606 |
| 1855 | 2026-08-11T21:39:09.890Z | user 7:08.465894706 |
| 1856 | 2026-08-11T21:39:09.895Z | sys 1:41.290642369 |
| 1857 | 2026-08-11T21:39:09.895Z | trap 0.247352966 |
| 1858 | 2026-08-11T21:39:09.895Z | tflt 0.940105204 |
| 1859 | 2026-08-11T21:39:09.895Z | dflt 1.769050097 |
| 1860 | 2026-08-11T21:39:09.895Z | kflt 0.023412624 |
| 1861 | 2026-08-11T21:39:09.895Z | lock 40:21.708689456 |
| 1862 | 2026-08-11T21:39:09.895Z | slp 20:29.309705470 |
| 1863 | 2026-08-11T21:39:09.896Z | lat 26.101892641 |
| 1864 | 2026-08-11T21:39:09.896Z | stop 2:50.763728888 |
| 1865 | 2026-08-11T21:39:09.896Z | + source ./tools/include/force-git-over-https.sh |
| 1866 | 2026-08-11T21:39:09.896Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1867 | 2026-08-11T21:39:09.896Z | ++ (( i = 0 )) |
| 1868 | 2026-08-11T21:39:09.896Z | ++ (( i < 5 )) |
| 1869 | 2026-08-11T21:39:09.896Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1870 | 2026-08-11T21:39:09.896Z | ++ (( i++ )) |
| 1871 | 2026-08-11T21:39:09.896Z | ++ (( i < 5 )) |
| 1872 | 2026-08-11T21:39:09.896Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1873 | 2026-08-11T21:39:09.931Z | ++ (( i++ )) |
| 1874 | 2026-08-11T21:39:09.931Z | ++ (( i < 5 )) |
| 1875 | 2026-08-11T21:39:09.931Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1876 | 2026-08-11T21:39:09.931Z | ++ (( i++ )) |
| 1877 | 2026-08-11T21:39:09.931Z | ++ (( i < 5 )) |
| 1878 | 2026-08-11T21:39:09.931Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1879 | 2026-08-11T21:39:09.931Z | ++ (( i++ )) |
| 1880 | 2026-08-11T21:39:09.931Z | ++ (( i < 5 )) |
| 1881 | 2026-08-11T21:39:09.931Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1882 | 2026-08-11T21:39:09.931Z | ++ (( i++ )) |
| 1883 | 2026-08-11T21:39:09.931Z | ++ (( i < 5 )) |
| 1884 | 2026-08-11T21:39:09.932Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1885 | 2026-08-11T21:39:09.932Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1886 | 2026-08-11T21:39:09.932Z | + rc=0 |
| 1887 | 2026-08-11T21:39:09.932Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1888 | 2026-08-11T21:39:17.706Z | + case $rc in |
| 1889 | 2026-08-11T21:39:17.707Z | + pfexec zfs create -p rpool/images/build/host |
| 1890 | 2026-08-11T21:39:17.897Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1891 | 2026-08-11T21:39:17.969Z | + cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries |
| 1892 | 2026-08-11T21:39:18.418Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1893 | 2026-08-11T21:39:18.437Z | Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries` |
| 1894 | 2026-08-11T21:39:19.284Z | Compiling proc-macro2 v1.0.106 |
| 1895 | 2026-08-11T21:39:19.284Z | Compiling quote v1.0.45 |
| 1896 | 2026-08-11T21:39:19.288Z | Compiling unicode-ident v1.0.24 |
| 1897 | 2026-08-11T21:39:19.288Z | Compiling libc v0.2.185 |
| 1898 | 2026-08-11T21:39:19.288Z | Compiling serde_core v1.0.228 |
| 1899 | 2026-08-11T21:39:19.288Z | Compiling serde v1.0.228 |
| 1900 | 2026-08-11T21:39:19.288Z | Compiling cfg-if v1.0.4 |
| 1901 | 2026-08-11T21:39:19.448Z | Compiling find-msvc-tools v0.1.9 |
| 1902 | 2026-08-11T21:39:19.453Z | Compiling shlex v1.3.0 |
| 1903 | 2026-08-11T21:39:19.453Z | Compiling autocfg v1.5.0 |
| 1904 | 2026-08-11T21:39:19.453Z | Compiling version_check v0.9.5 |
| 1905 | 2026-08-11T21:39:19.453Z | Compiling zerocopy v0.8.40 |
| 1906 | 2026-08-11T21:39:19.453Z | Compiling portable-atomic v1.13.1 |
| 1907 | 2026-08-11T21:39:19.453Z | Compiling zmij v1.0.21 |
| 1908 | 2026-08-11T21:39:19.453Z | Compiling memchr v2.8.0 |
| 1909 | 2026-08-11T21:39:19.568Z | Compiling serde_json v1.0.151 |
| 1910 | 2026-08-11T21:39:19.628Z | Compiling libm v0.2.16 |
| 1911 | 2026-08-11T21:39:19.674Z | Compiling getrandom v0.4.1 |
| 1912 | 2026-08-11T21:39:19.692Z | Compiling parking_lot_core v0.9.12 |
| 1913 | 2026-08-11T21:39:19.864Z | Compiling generic-array v0.14.7 |
| 1914 | 2026-08-11T21:39:19.920Z | Compiling num-traits v0.2.19 |
| 1915 | 2026-08-11T21:39:20.014Z | Compiling pkg-config v0.3.32 |
| 1916 | 2026-08-11T21:39:20.041Z | Compiling icu_properties_data v2.1.2 |
| 1917 | 2026-08-11T21:39:20.045Z | Compiling icu_normalizer_data v2.1.1 |
| 1918 | 2026-08-11T21:39:20.045Z | Compiling smallvec v1.15.1 |
| 1919 | 2026-08-11T21:39:20.045Z | Compiling log v0.4.29 |
| 1920 | 2026-08-11T21:39:20.057Z | Compiling itoa v1.0.17 |
| 1921 | 2026-08-11T21:39:20.128Z | Compiling getrandom v0.3.4 |
| 1922 | 2026-08-11T21:39:20.198Z | Compiling rustix v1.1.3 |
| 1923 | 2026-08-11T21:39:20.213Z | Compiling subtle v2.6.1 |
| 1924 | 2026-08-11T21:39:20.309Z | Compiling jobserver v0.1.34 |
| 1925 | 2026-08-11T21:39:20.341Z | Compiling errno v0.3.14 |
| 1926 | 2026-08-11T21:39:20.346Z | Compiling stable_deref_trait v1.2.1 |
| 1927 | 2026-08-11T21:39:20.373Z | Compiling scopeguard v1.2.0 |
| 1928 | 2026-08-11T21:39:20.441Z | Compiling typenum v1.20.1 |
| 1929 | 2026-08-11T21:39:20.472Z | Compiling lock_api v0.4.14 |
| 1930 | 2026-08-11T21:39:20.509Z | Compiling heck v0.5.0 |
| 1931 | 2026-08-11T21:39:20.510Z | Compiling critical-section v1.2.0 |
| 1932 | 2026-08-11T21:39:20.543Z | Compiling cc v1.2.56 |
| 1933 | 2026-08-11T21:39:20.633Z | Compiling thiserror v2.0.18 |
| 1934 | 2026-08-11T21:39:20.648Z | Compiling rand_core v0.10.0 |
| 1935 | 2026-08-11T21:39:20.728Z | Compiling syn v2.0.117 |
| 1936 | 2026-08-11T21:39:20.849Z | Compiling getrandom v0.2.17 |
| 1937 | 2026-08-11T21:39:20.889Z | Compiling fs_extra v1.3.0 |
| 1938 | 2026-08-11T21:39:20.915Z | Compiling dunce v1.0.5 |
| 1939 | 2026-08-11T21:39:20.997Z | Compiling litemap v0.8.1 |
| 1940 | 2026-08-11T21:39:21.017Z | Compiling rand_core v0.6.4 |
| 1941 | 2026-08-11T21:39:21.046Z | Compiling once_cell v1.21.3 |
| 1942 | 2026-08-11T21:39:21.067Z | Compiling percent-encoding v2.3.2 |
| 1943 | 2026-08-11T21:39:21.088Z | Compiling writeable v0.6.2 |
| 1944 | 2026-08-11T21:39:21.194Z | Compiling const-oid v0.9.6 |
| 1945 | 2026-08-11T21:39:21.267Z | Compiling cmake v0.1.57 |
| 1946 | 2026-08-11T21:39:21.367Z | Compiling pin-project-lite v0.2.17 |
| 1947 | 2026-08-11T21:39:21.374Z | Compiling schemars v0.8.22 |
| 1948 | 2026-08-11T21:39:21.464Z | Compiling equivalent v1.0.2 |
| 1949 | 2026-08-11T21:39:21.517Z | Compiling signal-hook-registry v1.4.8 |
| 1950 | 2026-08-11T21:39:21.608Z | Compiling aws-lc-rs v1.16.3 |
| 1951 | 2026-08-11T21:39:21.615Z | Compiling rustversion v1.0.22 |
| 1952 | 2026-08-11T21:39:21.676Z | Compiling semver v1.0.28 |
| 1953 | 2026-08-11T21:39:21.712Z | Compiling bitflags v2.11.0 |
| 1954 | 2026-08-11T21:39:21.828Z | Compiling futures-core v0.3.32 |
| 1955 | 2026-08-11T21:39:21.833Z | Compiling aws-lc-sys v0.40.0 |
| 1956 | 2026-08-11T21:39:21.971Z | Compiling parking_lot v0.12.5 |
| 1957 | 2026-08-11T21:39:21.989Z | Compiling mio v1.2.0 |
| 1958 | 2026-08-11T21:39:22.088Z | Compiling crc32fast v1.5.0 |
| 1959 | 2026-08-11T21:39:22.102Z | Compiling utf8_iter v1.0.4 |
| 1960 | 2026-08-11T21:39:22.293Z | Compiling form_urlencoded v1.2.2 |
| 1961 | 2026-08-11T21:39:22.408Z | Compiling vcpkg v0.2.15 |
| 1962 | 2026-08-11T21:39:22.438Z | Compiling hashbrown v0.17.0 |
| 1963 | 2026-08-11T21:39:22.535Z | Compiling strsim v0.11.1 |
| 1964 | 2026-08-11T21:39:22.583Z | Compiling fnv v1.0.7 |
| 1965 | 2026-08-11T21:39:22.616Z | Compiling byteorder v1.5.0 |
| 1966 | 2026-08-11T21:39:22.679Z | Compiling syn v1.0.109 |
| 1967 | 2026-08-11T21:39:22.828Z | Compiling socket2 v0.6.3 |
| 1968 | 2026-08-11T21:39:23.019Z | Compiling radium v0.7.0 |
| 1969 | 2026-08-11T21:39:23.035Z | Compiling httparse v1.10.1 |
| 1970 | 2026-08-11T21:39:23.039Z | Compiling openssl-sys v0.9.117 |
| 1971 | 2026-08-11T21:39:23.083Z | Compiling futures-sink v0.3.32 |
| 1972 | 2026-08-11T21:39:23.108Z | Compiling indexmap v2.14.0 |
| 1973 | 2026-08-11T21:39:23.177Z | Compiling futures-channel v0.3.32 |
| 1974 | 2026-08-11T21:39:23.236Z | Compiling futures-io v0.3.32 |
| 1975 | 2026-08-11T21:39:23.277Z | Compiling thiserror v1.0.69 |
| 1976 | 2026-08-11T21:39:23.296Z | Compiling futures-task v0.3.32 |
| 1977 | 2026-08-11T21:39:23.321Z | Compiling slab v0.4.12 |
| 1978 | 2026-08-11T21:39:23.325Z | Compiling iana-time-zone v0.1.65 |
| 1979 | 2026-08-11T21:39:23.424Z | Compiling rustls v0.23.41 |
| 1980 | 2026-08-11T21:39:23.473Z | Compiling base64 v0.22.1 |
| 1981 | 2026-08-11T21:39:23.507Z | Compiling maybe-uninit v2.0.0 |
| 1982 | 2026-08-11T21:39:23.636Z | Compiling synstructure v0.13.2 |
| 1983 | 2026-08-11T21:39:23.644Z | Compiling serde_derive_internals v0.29.1 |
| 1984 | 2026-08-11T21:39:23.644Z | Compiling rustc_version v0.4.1 |
| 1985 | 2026-08-11T21:39:23.868Z | Compiling uuid v1.23.4 |
| 1986 | 2026-08-11T21:39:23.899Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1987 | 2026-08-11T21:39:23.953Z | Compiling ahash v0.8.12 |
| 1988 | 2026-08-11T21:39:23.969Z | Compiling num-bigint-dig v0.8.6 |
| 1989 | 2026-08-11T21:39:23.985Z | Compiling ucd-trie v0.1.7 |
| 1990 | 2026-08-11T21:39:24.000Z | Compiling packed_struct v0.10.1 |
| 1991 | 2026-08-11T21:39:24.016Z | Compiling ident_case v1.0.1 |
| 1992 | 2026-08-11T21:39:24.055Z | Compiling base64ct v1.8.3 |
| 1993 | 2026-08-11T21:39:24.072Z | Compiling regex-syntax v0.8.10 |
| 1994 | 2026-08-11T21:39:24.077Z | Compiling rand_core v0.9.5 |
| 1995 | 2026-08-11T21:39:24.149Z | Compiling pest v2.8.6 |
| 1996 | 2026-08-11T21:39:24.228Z | Compiling dyn-clone v1.0.20 |
| 1997 | 2026-08-11T21:39:24.243Z | Compiling openssl v0.10.80 |
| 1998 | 2026-08-11T21:39:24.283Z | Compiling fastrand v2.3.0 |
| 1999 | 2026-08-11T21:39:24.393Z | Compiling pem-rfc7468 v0.7.0 |
| 2000 | 2026-08-11T21:39:24.425Z | Compiling flagset v0.4.7 |
| 2001 | 2026-08-11T21:39:24.485Z | Compiling indexmap v1.9.3 |
| 2002 | 2026-08-11T21:39:24.515Z | Compiling utf8parse v0.2.2 |
| 2003 | 2026-08-11T21:39:24.627Z | Compiling tempfile v3.25.0 |
| 2004 | 2026-08-11T21:39:24.680Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 2005 | 2026-08-11T21:39:24.698Z | Compiling cpufeatures v0.2.17 |
| 2006 | 2026-08-11T21:39:24.729Z | Compiling anstyle v1.0.14 |
| 2007 | 2026-08-11T21:39:24.808Z | Compiling native-tls v0.2.18 |
| 2008 | 2026-08-11T21:39:24.827Z | Compiling paste v1.0.15 |
| 2009 | 2026-08-11T21:39:24.860Z | Compiling serde_derive v1.0.228 |
| 2010 | 2026-08-11T21:39:24.897Z | Compiling zeroize_derive v1.5.0 |
| 2011 | 2026-08-11T21:39:24.922Z | Compiling zerocopy-derive v0.8.40 |
| 2012 | 2026-08-11T21:39:24.939Z | Compiling zerofrom-derive v0.1.6 |
| 2013 | 2026-08-11T21:39:25.052Z | Compiling yoke-derive v0.8.1 |
| 2014 | 2026-08-11T21:39:25.068Z | Compiling zerovec-derive v0.11.2 |
| 2015 | 2026-08-11T21:39:25.085Z | Compiling displaydoc v0.2.5 |
| 2016 | 2026-08-11T21:39:25.089Z | Compiling tokio-macros v2.7.0 |
| 2017 | 2026-08-11T21:39:25.118Z | Compiling futures-macro v0.3.32 |
| 2018 | 2026-08-11T21:39:25.122Z | Compiling thiserror-impl v2.0.18 |
| 2019 | 2026-08-11T21:39:25.428Z | Compiling der_derive v0.7.3 |
| 2020 | 2026-08-11T21:39:25.467Z | Compiling schemars_derive v0.8.22 |
| 2021 | 2026-08-11T21:39:25.554Z | Compiling zeroize v1.9.0 |
| 2022 | 2026-08-11T21:39:25.836Z | Compiling tracing-attributes v0.1.31 |
| 2023 | 2026-08-11T21:39:25.866Z | Compiling thiserror-impl v1.0.69 |
| 2024 | 2026-08-11T21:39:25.933Z | Compiling futures-util v0.3.32 |
| 2025 | 2026-08-11T21:39:26.085Z | Compiling zerofrom v0.1.6 |
| 2026 | 2026-08-11T21:39:26.238Z | Compiling yoke v0.8.1 |
| 2027 | 2026-08-11T21:39:26.357Z | Compiling crypto-common v0.1.7 |
| 2028 | 2026-08-11T21:39:26.372Z | Compiling block-buffer v0.10.4 |
| 2029 | 2026-08-11T21:39:26.459Z | Compiling zerovec v0.11.5 |
| 2030 | 2026-08-11T21:39:26.530Z | Compiling zerotrie v0.2.3 |
| 2031 | 2026-08-11T21:39:26.576Z | Compiling digest v0.10.7 |
| 2032 | 2026-08-11T21:39:26.682Z | Compiling clap_derive v4.6.1 |
| 2033 | 2026-08-11T21:39:26.879Z | Compiling packed_struct_codegen v0.10.1 |
| 2034 | 2026-08-11T21:39:26.890Z | Compiling der v0.7.10 |
| 2035 | 2026-08-11T21:39:26.989Z | Compiling pest_meta v2.8.6 |
| 2036 | 2026-08-11T21:39:27.041Z | Compiling tinystr v0.8.2 |
| 2037 | 2026-08-11T21:39:27.058Z | Compiling potential_utf v0.1.4 |
| 2038 | 2026-08-11T21:39:27.144Z | Compiling bitfield-macros v0.19.4 |
| 2039 | 2026-08-11T21:39:27.271Z | Compiling icu_locale_core v2.1.1 |
| 2040 | 2026-08-11T21:39:27.290Z | Compiling icu_collections v2.1.1 |
| 2041 | 2026-08-11T21:39:27.827Z | Compiling zerocopy-derive v0.6.6 |
| 2042 | 2026-08-11T21:39:27.855Z | Compiling pest_generator v2.8.6 |
| 2043 | 2026-08-11T21:39:28.098Z | Compiling bytes v1.11.1 |
| 2044 | 2026-08-11T21:39:28.193Z | Compiling icu_provider v2.1.1 |
| 2045 | 2026-08-11T21:39:28.278Z | Compiling chrono v0.4.45 |
| 2046 | 2026-08-11T21:39:28.380Z | Compiling hex v0.4.3 |
| 2047 | 2026-08-11T21:39:28.433Z | Compiling spki v0.7.3 |
| 2048 | 2026-08-11T21:39:28.522Z | Compiling icu_properties v2.1.2 |
| 2049 | 2026-08-11T21:39:28.553Z | Compiling icu_normalizer v2.1.1 |
| 2050 | 2026-08-11T21:39:28.686Z | Compiling tokio v1.52.1 |
| 2051 | 2026-08-11T21:39:28.768Z | Compiling openssl-macros v0.1.1 |
| 2052 | 2026-08-11T21:39:29.018Z | Compiling pest_derive v2.8.6 |
| 2053 | 2026-08-11T21:39:29.406Z | Compiling ppv-lite86 v0.2.21 |
| 2054 | 2026-08-11T21:39:29.477Z | Compiling idna_adapter v1.2.1 |
| 2055 | 2026-08-11T21:39:29.643Z | Compiling idna v1.1.0 |
| 2056 | 2026-08-11T21:39:29.784Z | Compiling scroll_derive v0.13.1 |
| 2057 | 2026-08-11T21:39:29.888Z | Compiling is_terminal_polyfill v1.70.2 |
| 2058 | 2026-08-11T21:39:30.016Z | Compiling url v2.5.8 |
| 2059 | 2026-08-11T21:39:30.030Z | Compiling rand_chacha v0.9.0 |
| 2060 | 2026-08-11T21:39:30.052Z | Compiling crossbeam-utils v0.8.21 |
| 2061 | 2026-08-11T21:39:30.092Z | Compiling camino v1.2.2 |
| 2062 | 2026-08-11T21:39:30.321Z | Compiling rand v0.9.2 |
| 2063 | 2026-08-11T21:39:30.368Z | Compiling anstyle-query v1.1.5 |
| 2064 | 2026-08-11T21:39:30.427Z | Compiling colorchoice v1.0.4 |
| 2065 | 2026-08-11T21:39:30.575Z | Compiling http v1.4.2 |
| 2066 | 2026-08-11T21:39:30.619Z | Compiling pkcs8 v0.10.2 |
| 2067 | 2026-08-11T21:39:30.748Z | Compiling sha2 v0.10.9 |
| 2068 | 2026-08-11T21:39:30.933Z | Compiling rustls-pki-types v1.14.0 |
| 2069 | 2026-08-11T21:39:31.010Z | Compiling daft-derive v0.1.7 |
| 2070 | 2026-08-11T21:39:31.118Z | Compiling spin v0.9.8 |
| 2071 | 2026-08-11T21:39:31.151Z | Compiling num-conv v0.2.0 |
| 2072 | 2026-08-11T21:39:31.316Z | Compiling time-core v0.1.8 |
| 2073 | 2026-08-11T21:39:31.397Z | Compiling tinyvec_macros v0.1.1 |
| 2074 | 2026-08-11T21:39:31.485Z | Compiling tinyvec v1.10.0 |
| 2075 | 2026-08-11T21:39:31.493Z | Compiling time-macros v0.2.27 |
| 2076 | 2026-08-11T21:39:31.702Z | Compiling async-trait v0.1.89 |
| 2077 | 2026-08-11T21:39:31.723Z | Compiling structmeta-derive v0.3.0 |
| 2078 | 2026-08-11T21:39:31.723Z | Compiling anstyle-parse v1.0.0 |
| 2079 | 2026-08-11T21:39:31.760Z | Compiling tracing-core v0.1.36 |
| 2080 | 2026-08-11T21:39:31.902Z | Compiling cmov v0.5.4 |
| 2081 | 2026-08-11T21:39:32.092Z | Compiling simd-adler32 v0.3.8 |
| 2082 | 2026-08-11T21:39:32.113Z | Compiling untrusted v0.7.1 |
| 2083 | 2026-08-11T21:39:32.196Z | Compiling plain v0.2.3 |
| 2084 | 2026-08-11T21:39:32.249Z | Compiling tracing v0.1.44 |
| 2085 | 2026-08-11T21:39:32.295Z | Compiling ctutils v0.4.2 |
| 2086 | 2026-08-11T21:39:32.328Z | Compiling anstream v1.0.0 |
| 2087 | 2026-08-11T21:39:32.497Z | Compiling http-body v1.0.1 |
| 2088 | 2026-08-11T21:39:32.583Z | Compiling toml_datetime v0.6.11 |
| 2089 | 2026-08-11T21:39:32.611Z | Compiling serde_spanned v0.6.9 |
| 2090 | 2026-08-11T21:39:32.687Z | Compiling pin-project-internal v1.1.11 |
| 2091 | 2026-08-11T21:39:32.742Z | Compiling structmeta v0.3.0 |
| 2092 | 2026-08-11T21:39:32.816Z | Compiling terminal_size v0.4.3 |
| 2093 | 2026-08-11T21:39:32.836Z | Compiling slog v2.8.2 |
| 2094 | 2026-08-11T21:39:32.893Z | Compiling tokio-util v0.7.18 |
| 2095 | 2026-08-11T21:39:32.908Z | Compiling wait-timeout v0.2.1 |
| 2096 | 2026-08-11T21:39:32.957Z | Compiling cookie v0.18.1 |
| 2097 | 2026-08-11T21:39:32.997Z | Compiling tap v1.0.1 |
| 2098 | 2026-08-11T21:39:33.013Z | Compiling bit-vec v0.8.0 |
| 2099 | 2026-08-11T21:39:33.075Z | Compiling adler2 v2.0.1 |
| 2100 | 2026-08-11T21:39:33.151Z | Compiling untrusted v0.9.0 |
| 2101 | 2026-08-11T21:39:33.155Z | Compiling clap_lex v1.0.0 |
| 2102 | 2026-08-11T21:39:33.184Z | Compiling openssl-probe v0.2.1 |
| 2103 | 2026-08-11T21:39:33.304Z | Compiling quick-error v1.2.3 |
| 2104 | 2026-08-11T21:39:33.320Z | Compiling zstd-safe v7.2.4 |
| 2105 | 2026-08-11T21:39:33.451Z | Compiling rusty-fork v0.3.1 |
| 2106 | 2026-08-11T21:39:33.457Z | Compiling bit-set v0.8.0 |
| 2107 | 2026-08-11T21:39:33.516Z | Compiling miniz_oxide v0.8.9 |
| 2108 | 2026-08-11T21:39:33.545Z | Compiling clap_builder v4.6.0 |
| 2109 | 2026-08-11T21:39:33.560Z | Compiling wyz v0.5.1 |
| 2110 | 2026-08-11T21:39:33.654Z | Compiling derive-ex v0.1.8 |
| 2111 | 2026-08-11T21:39:33.900Z | Compiling hybrid-array v0.4.13 |
| 2112 | 2026-08-11T21:39:33.932Z | Compiling unicode-normalization v0.1.25 |
| 2113 | 2026-08-11T21:39:34.054Z | Compiling rand_chacha v0.3.1 |
| 2114 | 2026-08-11T21:39:34.160Z | Compiling signature v2.2.0 |
| 2115 | 2026-08-11T21:39:34.181Z | Compiling scroll_derive v0.12.1 |
| 2116 | 2026-08-11T21:39:34.304Z | Compiling rand_xorshift v0.4.0 |
| 2117 | 2026-08-11T21:39:34.323Z | Compiling heapless v0.7.17 |
| 2118 | 2026-08-11T21:39:34.541Z | Compiling num-integer v0.1.46 |
| 2119 | 2026-08-11T21:39:34.561Z | Compiling aho-corasick v1.1.4 |
| 2120 | 2026-08-11T21:39:34.609Z | Compiling tower-layer v0.3.3 |
| 2121 | 2026-08-11T21:39:34.678Z | Compiling pretty-hex v0.4.1 |
| 2122 | 2026-08-11T21:39:34.749Z | Compiling usdt-impl v0.6.0 |
| 2123 | 2026-08-11T21:39:34.831Z | Compiling signal-hook v0.3.18 |
| 2124 | 2026-08-11T21:39:34.846Z | Compiling tower-service v0.3.3 |
| 2125 | 2026-08-11T21:39:34.863Z | Compiling try-lock v0.2.5 |
| 2126 | 2026-08-11T21:39:34.936Z | Compiling atomic-waker v1.1.2 |
| 2127 | 2026-08-11T21:39:34.986Z | Compiling anyhow v1.0.102 |
| 2128 | 2026-08-11T21:39:35.018Z | Compiling funty v2.0.0 |
| 2129 | 2026-08-11T21:39:35.036Z | Compiling unarray v0.1.4 |
| 2130 | 2026-08-11T21:39:35.093Z | Compiling zlib-rs v0.6.2 |
| 2131 | 2026-08-11T21:39:35.109Z | Compiling rustix v0.38.44 |
| 2132 | 2026-08-11T21:39:35.184Z | Compiling test-strategy v0.4.5 |
| 2133 | 2026-08-11T21:39:35.200Z | Compiling proptest v1.11.0 |
| 2134 | 2026-08-11T21:39:35.217Z | Compiling want v0.3.1 |
| 2135 | 2026-08-11T21:39:35.297Z | Compiling h2 v0.4.15 |
| 2136 | 2026-08-11T21:39:35.430Z | Compiling regex-automata v0.4.14 |
| 2137 | 2026-08-11T21:39:35.447Z | Compiling bitvec v1.0.1 |
| 2138 | 2026-08-11T21:39:35.624Z | Compiling clap v4.6.1 |
| 2139 | 2026-08-11T21:39:35.735Z | Compiling num-iter v0.1.45 |
| 2140 | 2026-08-11T21:39:36.179Z | Compiling rand v0.8.6 |
| 2141 | 2026-08-11T21:39:36.471Z | Compiling ipnetwork v0.21.1 |
| 2142 | 2026-08-11T21:39:36.752Z | Compiling lazy_static v1.5.0 |
| 2143 | 2026-08-11T21:39:36.886Z | Compiling scroll v0.13.0 |
| 2144 | 2026-08-11T21:39:36.957Z | Compiling ipnet v2.11.0 |
| 2145 | 2026-08-11T21:39:37.183Z | Compiling snafu-derive v0.8.9 |
| 2146 | 2026-08-11T21:39:37.372Z | Compiling flate2 v1.1.9 |
| 2147 | 2026-08-11T21:39:37.441Z | Compiling strum_macros v0.26.4 |
| 2148 | 2026-08-11T21:39:37.936Z | Compiling anstyle-parse v0.2.7 |
| 2149 | 2026-08-11T21:39:38.245Z | Compiling darling_core v0.23.0 |
| 2150 | 2026-08-11T21:39:38.459Z | Compiling darling_core v0.20.11 |
| 2151 | 2026-08-11T21:39:38.914Z | Compiling foreign-types-shared v0.1.1 |
| 2152 | 2026-08-11T21:39:39.022Z | Compiling httpdate v1.0.3 |
| 2153 | 2026-08-11T21:39:39.147Z | Compiling nodrop v0.1.14 |
| 2154 | 2026-08-11T21:39:39.179Z | Compiling crc-catalog v2.4.0 |
| 2155 | 2026-08-11T21:39:39.263Z | Compiling winnow v0.5.40 |
| 2156 | 2026-08-11T21:39:39.331Z | Compiling crc v3.4.0 |
| 2157 | 2026-08-11T21:39:39.422Z | Compiling array-init v0.0.4 |
| 2158 | 2026-08-11T21:39:39.567Z | Compiling hyper v1.10.1 |
| 2159 | 2026-08-11T21:39:39.745Z | Compiling foreign-types v0.3.2 |
| 2160 | 2026-08-11T21:39:39.866Z | Compiling anstream v0.6.21 |
| 2161 | 2026-08-11T21:39:40.387Z | Compiling newtype-uuid v1.3.2 |
| 2162 | 2026-08-11T21:39:40.493Z | Compiling darling_macro v0.20.11 |
| 2163 | 2026-08-11T21:39:40.499Z | Compiling darling_macro v0.23.0 |
| 2164 | 2026-08-11T21:39:41.014Z | Compiling toml_edit v0.19.15 |
| 2165 | 2026-08-11T21:39:41.039Z | Compiling goblin v0.10.5 |
| 2166 | 2026-08-11T21:39:41.058Z | Compiling oxnet v0.1.6 |
| 2167 | 2026-08-11T21:39:41.273Z | Compiling smallvec v0.6.14 |
| 2168 | 2026-08-11T21:39:41.405Z | Compiling pkcs1 v0.7.5 |
| 2169 | 2026-08-11T21:39:41.687Z | Compiling zerocopy v0.6.6 |
| 2170 | 2026-08-11T21:39:41.821Z | Compiling bitfield v0.19.4 |
| 2171 | 2026-08-11T21:39:42.076Z | Compiling zerocopy-derive v0.7.35 |
| 2172 | 2026-08-11T21:39:42.125Z | Compiling curve25519-dalek v4.1.3 |
| 2173 | 2026-08-11T21:39:42.402Z | Compiling env_filter v1.0.0 |
| 2174 | 2026-08-11T21:39:42.540Z | Compiling memoffset v0.9.1 |
| 2175 | 2026-08-11T21:39:42.637Z | Compiling litrs v1.0.0 |
| 2176 | 2026-08-11T21:39:42.870Z | Compiling base64 v0.21.7 |
| 2177 | 2026-08-11T21:39:42.894Z | Compiling smoltcp v0.9.1 |
| 2178 | 2026-08-11T21:39:43.039Z | Compiling ref-cast v1.0.25 |
| 2179 | 2026-08-11T21:39:43.244Z | Compiling hashbrown v0.12.3 |
| 2180 | 2026-08-11T21:39:43.301Z | Compiling ron v0.8.1 |
| 2181 | 2026-08-11T21:39:43.415Z | Compiling document-features v0.2.12 |
| 2182 | 2026-08-11T21:39:43.588Z | Compiling env_logger v0.11.9 |
| 2183 | 2026-08-11T21:39:43.611Z | Compiling toml v0.7.8 |
| 2184 | 2026-08-11T21:39:43.826Z | Compiling dof v0.4.0 |
| 2185 | 2026-08-11T21:39:43.949Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2186 | 2026-08-11T21:39:43.975Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2187 | 2026-08-11T21:39:44.348Z | Compiling rsa v0.9.10 |
| 2188 | 2026-08-11T21:39:44.395Z | Compiling serde-hex v0.1.0 |
| 2189 | 2026-08-11T21:39:44.649Z | Compiling daft v0.1.7 |
| 2190 | 2026-08-11T21:39:44.833Z | Compiling bzip2 v0.4.4 |
| 2191 | 2026-08-11T21:39:44.850Z | Compiling darling v0.20.11 |
| 2192 | 2026-08-11T21:39:44.864Z | Compiling darling v0.23.0 |
| 2193 | 2026-08-11T21:39:44.946Z | Compiling hyper-util v0.1.20 |
| 2194 | 2026-08-11T21:39:44.979Z | Compiling hashbrown v0.13.2 |
| 2195 | 2026-08-11T21:39:45.557Z | Compiling dtrace-parser v0.3.0 |
| 2196 | 2026-08-11T21:39:45.584Z | Compiling x509-cert v0.2.5 |
| 2197 | 2026-08-11T21:39:45.694Z | Compiling hmac v0.12.1 |
| 2198 | 2026-08-11T21:39:45.854Z | Compiling async-recursion v1.1.1 |
| 2199 | 2026-08-11T21:39:46.003Z | Compiling sync_wrapper v1.0.2 |
| 2200 | 2026-08-11T21:39:46.151Z | Compiling thread-id v5.1.0 |
| 2201 | 2026-08-11T21:39:46.249Z | Compiling powerfmt v0.2.0 |
| 2202 | 2026-08-11T21:39:46.510Z | Compiling crc-any v2.5.0 |
| 2203 | 2026-08-11T21:39:46.526Z | Compiling siphasher v1.0.2 |
| 2204 | 2026-08-11T21:39:46.631Z | Compiling cfg_aliases v0.2.1 |
| 2205 | 2026-08-11T21:39:46.698Z | Compiling deranged v0.5.8 |
| 2206 | 2026-08-11T21:39:46.717Z | Compiling nix v0.31.2 |
| 2207 | 2026-08-11T21:39:47.070Z | Compiling tower v0.5.3 |
| 2208 | 2026-08-11T21:39:47.668Z | Compiling object v0.30.4 |
| 2209 | 2026-08-11T21:39:48.162Z | Compiling zip v0.6.6 |
| 2210 | 2026-08-11T21:39:48.257Z | Compiling serde_with_macros v3.21.0 |
| 2211 | 2026-08-11T21:39:48.298Z | Compiling derive_builder_core v0.20.2 |
| 2212 | 2026-08-11T21:39:48.545Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2213 | 2026-08-11T21:39:48.988Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2214 | 2026-08-11T21:39:49.170Z | Compiling bstr v1.12.1 |
| 2215 | 2026-08-11T21:39:49.308Z | Compiling crypto-common v0.2.2 |
| 2216 | 2026-08-11T21:39:49.324Z | Compiling block-buffer v0.12.1 |
| 2217 | 2026-08-11T21:39:49.626Z | Compiling http-body-util v0.1.3 |
| 2218 | 2026-08-11T21:39:49.889Z | Compiling futures-executor v0.3.32 |
| 2219 | 2026-08-11T21:39:49.906Z | Compiling serde_tokenstream v0.2.3 |
| 2220 | 2026-08-11T21:39:49.964Z | Compiling erased-serde v0.3.31 |
| 2221 | 2026-08-11T21:39:50.008Z | Compiling hubpack_derive v0.1.1 |
| 2222 | 2026-08-11T21:39:50.222Z | Compiling ref-cast-impl v1.0.25 |
| 2223 | 2026-08-11T21:39:50.281Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2224 | 2026-08-11T21:39:50.388Z | Compiling strum_macros v0.27.2 |
| 2225 | 2026-08-11T21:39:50.476Z | Compiling fs-err v3.3.0 |
| 2226 | 2026-08-11T21:39:50.593Z | Compiling usdt-impl v0.5.0 |
| 2227 | 2026-08-11T21:39:50.788Z | Compiling ryu v1.0.23 |
| 2228 | 2026-08-11T21:39:50.827Z | Compiling iri-string v0.7.10 |
| 2229 | 2026-08-11T21:39:50.990Z | Compiling unicode-properties v0.1.4 |
| 2230 | 2026-08-11T21:39:51.116Z | Compiling object v0.37.3 |
| 2231 | 2026-08-11T21:39:51.221Z | Compiling num_threads v0.1.7 |
| 2232 | 2026-08-11T21:39:51.336Z | Compiling unicode-bidi v0.3.18 |
| 2233 | 2026-08-11T21:39:51.351Z | Compiling allocator-api2 v0.2.21 |
| 2234 | 2026-08-11T21:39:51.398Z | Compiling path-slash v0.1.5 |
| 2235 | 2026-08-11T21:39:51.568Z | Compiling same-file v1.0.6 |
| 2236 | 2026-08-11T21:39:51.696Z | Compiling walkdir v2.5.0 |
| 2237 | 2026-08-11T21:39:51.762Z | Compiling stringprep v0.1.5 |
| 2238 | 2026-08-11T21:39:51.795Z | Compiling serde_urlencoded v0.7.1 |
| 2239 | 2026-08-11T21:39:51.822Z | Compiling time v0.3.47 |
| 2240 | 2026-08-11T21:39:52.094Z | Compiling tower-http v0.6.8 |
| 2241 | 2026-08-11T21:39:53.359Z | Compiling futures v0.3.32 |
| 2242 | 2026-08-11T21:39:53.540Z | Compiling derive_builder_macro v0.20.2 |
| 2243 | 2026-08-11T21:39:54.040Z | Compiling tokio-native-tls v0.3.1 |
| 2244 | 2026-08-11T21:39:54.120Z | Compiling strum v0.26.3 |
| 2245 | 2026-08-11T21:39:54.275Z | Compiling block-padding v0.4.2 |
| 2246 | 2026-08-11T21:39:54.354Z | Compiling scroll v0.12.0 |
| 2247 | 2026-08-11T21:39:54.442Z | Compiling pin-project v1.1.11 |
| 2248 | 2026-08-11T21:39:54.457Z | Compiling rustls-native-certs v0.8.3 |
| 2249 | 2026-08-11T21:39:54.535Z | Compiling md-5 v0.10.6 |
| 2250 | 2026-08-11T21:39:54.562Z | Compiling hash32 v0.2.1 |
| 2251 | 2026-08-11T21:39:54.566Z | Compiling vergen-lib v9.1.0 |
| 2252 | 2026-08-11T21:39:54.694Z | Compiling encoding_rs v0.8.35 |
| 2253 | 2026-08-11T21:39:54.726Z | Compiling psl-types v2.0.11 |
| 2254 | 2026-08-11T21:39:54.730Z | Compiling jiff-core v0.1.0 |
| 2255 | 2026-08-11T21:39:54.775Z | Compiling mime v0.3.17 |
| 2256 | 2026-08-11T21:39:54.836Z | Compiling fallible-iterator v0.2.0 |
| 2257 | 2026-08-11T21:39:54.879Z | Compiling cpufeatures v0.3.0 |
| 2258 | 2026-08-11T21:39:54.970Z | Compiling publicsuffix v2.3.0 |
| 2259 | 2026-08-11T21:39:55.115Z | Compiling goblin v0.8.2 |
| 2260 | 2026-08-11T21:39:55.135Z | Compiling postgres-protocol v0.6.10 |
| 2261 | 2026-08-11T21:39:55.296Z | Compiling snafu v0.8.9 |
| 2262 | 2026-08-11T21:39:55.504Z | Compiling inout v0.2.2 |
| 2263 | 2026-08-11T21:39:55.640Z | Compiling jiff v0.2.34 |
| 2264 | 2026-08-11T21:39:55.726Z | Compiling hyper-tls v0.6.0 |
| 2265 | 2026-08-11T21:39:55.814Z | Compiling derive_builder v0.20.2 |
| 2266 | 2026-08-11T21:39:55.999Z | Compiling usdt-attr-macro v0.6.0 |
| 2267 | 2026-08-11T21:39:56.149Z | Compiling usdt-macro v0.6.0 |
| 2268 | 2026-08-11T21:39:56.203Z | Compiling globset v0.4.18 |
| 2269 | 2026-08-11T21:39:56.219Z | Compiling phf_shared v0.13.1 |
| 2270 | 2026-08-11T21:39:56.229Z | Compiling crossbeam-epoch v0.9.18 |
| 2271 | 2026-08-11T21:39:58.817Z | Compiling zerocopy v0.7.35 |
| 2272 | 2026-08-11T21:39:58.891Z | Compiling regex v1.12.3 |
| 2273 | 2026-08-11T21:39:58.891Z | Compiling serde_plain v1.0.2 |
| 2274 | 2026-08-11T21:39:58.892Z | Compiling enum-as-inner v0.6.1 |
| 2275 | 2026-08-11T21:39:58.892Z | Compiling serde_repr v0.1.20 |
| 2276 | 2026-08-11T21:39:58.892Z | Compiling pem v3.0.6 |
| 2277 | 2026-08-11T21:39:58.892Z | Compiling vergen v9.1.0 |
| 2278 | 2026-08-11T21:39:58.892Z | Compiling cargo-platform v0.3.2 |
| 2279 | 2026-08-11T21:39:58.892Z | Compiling ff v0.13.1 |
| 2280 | 2026-08-11T21:39:58.892Z | Compiling filetime v0.2.27 |
| 2281 | 2026-08-11T21:39:58.892Z | Compiling bumpalo v3.20.2 |
| 2282 | 2026-08-11T21:39:58.892Z | Compiling foldhash v0.2.0 |
| 2283 | 2026-08-11T21:39:58.892Z | Compiling either v1.15.0 |
| 2284 | 2026-08-11T21:39:58.892Z | Compiling xattr v1.6.1 |
| 2285 | 2026-08-11T21:39:58.892Z | Compiling libbz2-rs-sys v0.2.2 |
| 2286 | 2026-08-11T21:39:58.892Z | Compiling foldhash v0.1.5 |
| 2287 | 2026-08-11T21:39:58.892Z | Compiling unicode-segmentation v1.12.0 |
| 2288 | 2026-08-11T21:39:58.892Z | Compiling typed-path v0.9.3 |
| 2289 | 2026-08-11T21:39:58.892Z | Compiling bitflags v1.3.2 |
| 2290 | 2026-08-11T21:39:58.892Z | Compiling managed v0.8.0 |
| 2291 | 2026-08-11T21:39:58.892Z | Compiling const-oid v0.10.2 |
| 2292 | 2026-08-11T21:39:58.892Z | Compiling base16ct v0.2.0 |
| 2293 | 2026-08-11T21:39:58.892Z | Compiling digest v0.11.3 |
| 2294 | 2026-08-11T21:39:58.892Z | Compiling sec1 v0.7.3 |
| 2295 | 2026-08-11T21:39:58.892Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2296 | 2026-08-11T21:39:58.892Z | Compiling bzip2 v0.6.1 |
| 2297 | 2026-08-11T21:39:58.892Z | Compiling hashbrown v0.15.5 |
| 2298 | 2026-08-11T21:39:58.892Z | Compiling tar v0.4.46 |
| 2299 | 2026-08-11T21:39:58.892Z | Compiling hashbrown v0.16.1 |
| 2300 | 2026-08-11T21:39:58.966Z | Compiling zopfli v0.8.3 |
| 2301 | 2026-08-11T21:39:58.966Z | Compiling group v0.13.0 |
| 2302 | 2026-08-11T21:39:59.082Z | Compiling cargo_metadata v0.23.1 |
| 2303 | 2026-08-11T21:39:59.106Z | Compiling dof v0.3.0 |
| 2304 | 2026-08-11T21:39:59.866Z | Compiling phf v0.13.1 |
| 2305 | 2026-08-11T21:39:59.942Z | Compiling zstd v0.13.3 |
| 2306 | 2026-08-11T21:40:00.250Z | Compiling reqwest v0.12.28 |
| 2307 | 2026-08-11T21:40:00.333Z | Compiling signal-hook-mio v0.2.5 |
| 2308 | 2026-08-11T21:40:00.469Z | Compiling cipher v0.5.2 |
| 2309 | 2026-08-11T21:40:00.485Z | Compiling cookie_store v0.22.1 |
| 2310 | 2026-08-11T21:40:00.542Z | Compiling postgres-types v0.2.12 |
| 2311 | 2026-08-11T21:40:00.698Z | Compiling strum v0.27.2 |
| 2312 | 2026-08-11T21:40:00.932Z | Compiling hubpack v0.1.2 |
| 2313 | 2026-08-11T21:40:00.983Z | Compiling phf_shared v0.11.3 |
| 2314 | 2026-08-11T21:40:01.071Z | Compiling hkdf v0.12.4 |
| 2315 | 2026-08-11T21:40:01.086Z | Compiling dtrace-parser v0.2.0 |
| 2316 | 2026-08-11T21:40:01.100Z | Compiling ed25519 v2.2.3 |
| 2317 | 2026-08-11T21:40:01.161Z | Compiling byte-wrapper v0.1.0 |
| 2318 | 2026-08-11T21:40:01.178Z | Compiling olpc-cjson v0.1.4 |
| 2319 | 2026-08-11T21:40:01.433Z | Compiling serde-big-array v0.5.1 |
| 2320 | 2026-08-11T21:40:01.591Z | Compiling crypto-bigint v0.5.5 |
| 2321 | 2026-08-11T21:40:01.594Z | Compiling float-cmp v0.10.0 |
| 2322 | 2026-08-11T21:40:01.712Z | Compiling memmap2 v0.9.10 |
| 2323 | 2026-08-11T21:40:01.731Z | Compiling thread-id v4.2.2 |
| 2324 | 2026-08-11T21:40:01.777Z | Compiling precomputed-hash v0.1.1 |
| 2325 | 2026-08-11T21:40:01.879Z | Compiling difflib v0.4.0 |
| 2326 | 2026-08-11T21:40:01.973Z | Compiling normalize-line-endings v0.3.0 |
| 2327 | 2026-08-11T21:40:01.988Z | Compiling whoami v2.1.0 |
| 2328 | 2026-08-11T21:40:02.021Z | Compiling winnow v0.7.14 |
| 2329 | 2026-08-11T21:40:02.076Z | Compiling data-encoding v2.10.0 |
| 2330 | 2026-08-11T21:40:02.238Z | Compiling keccak v0.1.6 |
| 2331 | 2026-08-11T21:40:02.327Z | Compiling toml_write v0.1.2 |
| 2332 | 2026-08-11T21:40:02.331Z | Compiling rayon-core v1.13.0 |
| 2333 | 2026-08-11T21:40:02.452Z | Compiling static_assertions v1.1.0 |
| 2334 | 2026-08-11T21:40:02.543Z | Compiling predicates-core v1.0.10 |
| 2335 | 2026-08-11T21:40:02.546Z | Compiling new_debug_unreachable v1.0.6 |
| 2336 | 2026-08-11T21:40:02.546Z | Compiling fixedbitset v0.5.7 |
| 2337 | 2026-08-11T21:40:02.820Z | Compiling winnow v1.0.3 |
| 2338 | 2026-08-11T21:40:02.937Z | Compiling fixedbitset v0.4.2 |
| 2339 | 2026-08-11T21:40:03.113Z | Compiling petgraph v0.6.5 |
| 2340 | 2026-08-11T21:40:03.223Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2341 | 2026-08-11T21:40:03.263Z | Compiling chacha20 v0.10.0 |
| 2342 | 2026-08-11T21:40:03.279Z | Compiling petgraph v0.8.3 |
| 2343 | 2026-08-11T21:40:03.603Z | Compiling toml_edit v0.22.27 |
| 2344 | 2026-08-11T21:40:03.810Z | Compiling predicates v3.1.4 |
| 2345 | 2026-08-11T21:40:03.995Z | Compiling string_cache v0.8.9 |
| 2346 | 2026-08-11T21:40:04.267Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2347 | 2026-08-11T21:40:04.288Z | Compiling elliptic-curve v0.13.8 |
| 2348 | 2026-08-11T21:40:04.387Z | Compiling sha3 v0.10.8 |
| 2349 | 2026-08-11T21:40:04.499Z | Compiling hickory-proto v0.25.2 |
| 2350 | 2026-08-11T21:40:04.657Z | Compiling tokio-postgres v0.7.16 |
| 2351 | 2026-08-11T21:40:04.799Z | Compiling usdt v0.6.0 |
| 2352 | 2026-08-11T21:40:05.245Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2353 | 2026-08-11T21:40:06.259Z | Compiling ed25519-dalek v2.2.0 |
| 2354 | 2026-08-11T21:40:06.983Z | Compiling zip v4.6.1 |
| 2355 | 2026-08-11T21:40:07.020Z | Compiling crossterm v0.28.1 |
| 2356 | 2026-08-11T21:40:07.423Z | Compiling iddqd v0.4.2 |
| 2357 | 2026-08-11T21:40:08.222Z | Compiling similar v2.7.0 |
| 2358 | 2026-08-11T21:40:08.239Z | Compiling heck v0.4.1 |
| 2359 | 2026-08-11T21:40:08.253Z | Compiling itertools v0.15.0 |
| 2360 | 2026-08-11T21:40:08.469Z | Compiling itertools v0.13.0 |
| 2361 | 2026-08-11T21:40:08.964Z | Compiling serde_with v3.21.0 |
| 2362 | 2026-08-11T21:40:09.847Z | Compiling tokio-stream v0.1.18 |
| 2363 | 2026-08-11T21:40:09.901Z | Compiling buf-list v1.1.2 |
| 2364 | 2026-08-11T21:40:10.046Z | Compiling half v2.7.1 |
| 2365 | 2026-08-11T21:40:10.086Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2366 | 2026-08-11T21:40:10.172Z | Compiling openapiv3 v2.2.0 |
| 2367 | 2026-08-11T21:40:10.401Z | Compiling ciborium-io v0.2.2 |
| 2368 | 2026-08-11T21:40:10.458Z | Compiling lalrpop-util v0.19.12 |
| 2369 | 2026-08-11T21:40:10.508Z | Compiling peg-runtime v0.8.5 |
| 2370 | 2026-08-11T21:40:10.775Z | Compiling ciborium-ll v0.2.2 |
| 2371 | 2026-08-11T21:40:11.768Z | Compiling crossbeam-deque v0.8.6 |
| 2372 | 2026-08-11T21:40:12.167Z | Compiling camino-tempfile v1.4.1 |
| 2373 | 2026-08-11T21:40:12.576Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2374 | 2026-08-11T21:40:13.065Z | Compiling blake3 v1.8.5 |
| 2375 | 2026-08-11T21:40:13.249Z | Compiling fs-err v2.11.0 |
| 2376 | 2026-08-11T21:40:15.412Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2377 | 2026-08-11T21:40:16.707Z | Compiling rustls-webpki v0.103.13 |
| 2378 | 2026-08-11T21:40:17.389Z | Compiling ciborium v0.2.2 |
| 2379 | 2026-08-11T21:40:17.585Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2380 | 2026-08-11T21:40:18.447Z | Compiling thread_local v1.1.9 |
| 2381 | 2026-08-11T21:40:18.871Z | Compiling arrayref v0.3.9 |
| 2382 | 2026-08-11T21:40:18.926Z | Compiling constant_time_eq v0.4.2 |
| 2383 | 2026-08-11T21:40:18.963Z | Compiling arrayvec v0.7.6 |
| 2384 | 2026-08-11T21:40:19.077Z | Compiling slog-async v2.8.0 |
| 2385 | 2026-08-11T21:40:19.145Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2386 | 2026-08-11T21:40:19.211Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2387 | 2026-08-11T21:40:19.228Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2388 | 2026-08-11T21:40:19.423Z | Compiling toml v0.8.23 |
| 2389 | 2026-08-11T21:40:19.520Z | Compiling atomicwrites v0.4.4 |
| 2390 | 2026-08-11T21:40:19.600Z | Compiling digest-io v0.1.0 |
| 2391 | 2026-08-11T21:40:19.621Z | Compiling sha2 v0.11.0 |
| 2392 | 2026-08-11T21:40:19.760Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2393 | 2026-08-11T21:40:19.824Z | Compiling crossbeam-channel v0.5.15 |
| 2394 | 2026-08-11T21:40:19.900Z | Compiling serde_path_to_error v0.1.20 |
| 2395 | 2026-08-11T21:40:19.917Z | Compiling is-terminal v0.4.17 |
| 2396 | 2026-08-11T21:40:20.040Z | Compiling topological-sort v0.2.2 |
| 2397 | 2026-08-11T21:40:20.206Z | Compiling take_mut v0.2.2 |
| 2398 | 2026-08-11T21:40:20.235Z | Compiling rawzip v0.4.4 |
| 2399 | 2026-08-11T21:40:20.313Z | Compiling tokio-rustls v0.26.4 |
| 2400 | 2026-08-11T21:40:20.347Z | Compiling rustls-platform-verifier v0.6.2 |
| 2401 | 2026-08-11T21:40:20.373Z | Compiling tough v0.22.0 |
| 2402 | 2026-08-11T21:40:20.502Z | Compiling term v1.2.1 |
| 2403 | 2026-08-11T21:40:20.518Z | Compiling debug-ignore v1.0.5 |
| 2404 | 2026-08-11T21:40:20.574Z | Compiling hyper-rustls v0.27.7 |
| 2405 | 2026-08-11T21:40:20.608Z | Compiling parse-size v1.1.0 |
| 2406 | 2026-08-11T21:40:20.653Z | Compiling indent_write v2.2.0 |
| 2407 | 2026-08-11T21:40:20.829Z | Compiling reqwest v0.13.2 |
| 2408 | 2026-08-11T21:40:20.915Z | Compiling slog-term v2.9.2 |
| 2409 | 2026-08-11T21:40:21.167Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2410 | 2026-08-11T21:40:21.333Z | Compiling shell-words v1.1.1 |
| 2411 | 2026-08-11T21:40:23.812Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2412 | 2026-08-11T21:40:29.020Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2413 | 2026-08-11T21:40:31.095Z | Compiling omicron-zone-package v0.12.3 |
| 2414 | 2026-08-11T21:40:31.656Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2415 | 2026-08-11T21:40:31.725Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2416 | 2026-08-11T21:40:31.760Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2417 | 2026-08-11T21:40:36.230Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2418 | 2026-08-11T21:40:48.707Z | Finished `release` profile [optimized] target(s) in 1m 30s |
| 2419 | 2026-08-11T21:40:48.852Z | Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries` |
| 2420 | 2026-08-11T21:40:48.910Z | Aug 11 21:40:47.682 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2421 | 2026-08-11T21:40:49.004Z | Aug 11 21:40:47.777 DEBG running: git rev-parse HEAD |
| 2422 | 2026-08-11T21:40:49.007Z | Aug 11 21:40:47.779 DEBG process exited with exit status: 0 (2.356511ms) |
| 2423 | 2026-08-11T21:40:49.007Z | Aug 11 21:40:47.779 INFO version: 23.0.0-0.ci+git68697a7dff3 |
| 2424 | 2026-08-11T21:40:49.014Z | Aug 11 21:40:47.787 INFO cloning helios to /work/oxidecomputer/helios |
| 2425 | 2026-08-11T21:40:49.015Z | Aug 11 21:40:47.787 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2426 | 2026-08-11T21:40:49.018Z | Cloning into '/work/oxidecomputer/helios'... |
| 2427 | 2026-08-11T21:40:49.605Z | Aug 11 21:40:48.378 DEBG process exited with exit status: 0 (590.552914ms) |
| 2428 | 2026-08-11T21:40:49.605Z | Aug 11 21:40:48.378 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2429 | 2026-08-11T21:40:49.609Z | Aug 11 21:40:48.380 DEBG process exited with exit status: 0 (2.508032ms) |
| 2430 | 2026-08-11T21:40:49.609Z | Aug 11 21:40:48.380 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2431 | 2026-08-11T21:40:49.968Z | Aug 11 21:40:48.740 DEBG process exited with exit status: 0 (360.219691ms) |
| 2432 | 2026-08-11T21:40:49.968Z | Aug 11 21:40:48.740 DEBG running: zfs list rpool/images/build/host |
| 2433 | 2026-08-11T21:40:49.972Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2434 | 2026-08-11T21:40:49.972Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2435 | 2026-08-11T21:40:49.976Z | Aug 11 21:40:48.745 DEBG process exited with exit status: 0 (4.429294ms) |
| 2436 | 2026-08-11T21:40:49.976Z | Aug 11 21:40:48.745 DEBG running: zfs list rpool/images/build/recovery |
| 2437 | 2026-08-11T21:40:49.979Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2438 | 2026-08-11T21:40:49.979Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2439 | 2026-08-11T21:40:49.979Z | Aug 11 21:40:48.748 DEBG process exited with exit status: 0 (3.527192ms) |
| 2440 | 2026-08-11T21:40:49.979Z | Aug 11 21:40:48.748 INFO console assets match pinned console commit (abbe25e8afab12062f61cb25c2556061ed5a2130) |
| 2441 | 2026-08-11T21:40:49.988Z | Aug 11 21:40:48.760 INFO console client API version matches nexus API version (2026073100.0.0) |
| 2442 | 2026-08-11T21:40:49.993Z | Aug 11 21:40:48.762 INFO [hubris-staging] running task |
| 2443 | 2026-08-11T21:40:49.993Z | Aug 11 21:40:48.762 INFO [incorp-manifest] running task |
| 2444 | 2026-08-11T21:40:49.993Z | Aug 11 21:40:48.762 INFO [hubris-production] running task |
| 2445 | 2026-08-11T21:40:49.993Z | Aug 11 21:40:48.762 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name |
| 2446 | 2026-08-11T21:40:49.993Z | Aug 11 21:40:48.763 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
| 2447 | 2026-08-11T21:40:49.993Z | Aug 11 21:40:48.763 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2448 | 2026-08-11T21:40:49.997Z | Aug 11 21:40:48.765 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2449 | 2026-08-11T21:40:50.031Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2450 | 2026-08-11T21:40:50.229Z | Aug 11 21:40:48.999 INFO [incorp-create] process exited with exit status: 0 (235.328706ms) |
| 2451 | 2026-08-11T21:40:50.232Z | Aug 11 21:40:48.999 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios |
| 2452 | 2026-08-11T21:40:50.437Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2453 | 2026-08-11T21:40:50.461Z | Aug 11 21:40:49.234 INFO [incorp-publisher] process exited with exit status: 0 (234.718137ms) |
| 2454 | 2026-08-11T21:40:50.819Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2455 | 2026-08-11T21:40:51.114Z | Aug 11 21:40:49.886 INFO [hubris-production] task succeeded (1.124185235s) |
| 2456 | 2026-08-11T21:40:51.581Z | Aug 11 21:40:50.352 DEBG process exited with exit status: 0 (1.590337597s) |
| 2457 | 2026-08-11T21:40:51.584Z | Aug 11 21:40:50.353 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*' |
| 2458 | 2026-08-11T21:40:51.892Z | [ omicron-package] Compiling macaddr v1.0.1 |
| 2459 | 2026-08-11T21:40:51.893Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2460 | 2026-08-11T21:40:51.893Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2461 | 2026-08-11T21:40:51.896Z | [ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2462 | 2026-08-11T21:40:51.896Z | [ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2463 | 2026-08-11T21:40:51.896Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2464 | 2026-08-11T21:40:51.896Z | [ omicron-package] Compiling ingot-macros v0.2.0 |
| 2465 | 2026-08-11T21:40:51.896Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2466 | 2026-08-11T21:40:51.896Z | [ omicron-package] Compiling inout v0.1.4 |
| 2467 | 2026-08-11T21:40:51.896Z | [ omicron-package] Compiling multer v3.1.0 |
| 2468 | 2026-08-11T21:40:51.896Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2469 | 2026-08-11T21:40:51.896Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2470 | 2026-08-11T21:40:51.896Z | [ omicron-package] Compiling match_cfg v0.1.0 |
| 2471 | 2026-08-11T21:40:51.897Z | [ omicron-package] Compiling unicode-width v0.2.0 |
| 2472 | 2026-08-11T21:40:51.897Z | [ omicron-package] Compiling compression-core v0.4.31 |
| 2473 | 2026-08-11T21:40:51.900Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2474 | 2026-08-11T21:40:52.341Z | [ omicron-package] Compiling slog-json v2.6.1 |
| 2475 | 2026-08-11T21:40:52.545Z | [ omicron-package] Compiling newtype-uuid-macros v0.1.0 |
| 2476 | 2026-08-11T21:40:52.595Z | [ omicron-package] Compiling hostname v0.3.1 |
| 2477 | 2026-08-11T21:40:53.213Z | [ omicron-package] Compiling cipher v0.4.4 |
| 2478 | 2026-08-11T21:40:53.234Z | [ omicron-package] Compiling compression-codecs v0.4.37 |
| 2479 | 2026-08-11T21:40:53.234Z | [ omicron-package] Compiling cobs v0.3.0 |
| 2480 | 2026-08-11T21:40:53.265Z | [ omicron-package] Compiling universal-hash v0.5.1 |
| 2481 | 2026-08-11T21:40:53.265Z | [ omicron-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2482 | 2026-08-11T21:40:53.314Z | [ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2483 | 2026-08-11T21:40:53.314Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2484 | 2026-08-11T21:40:53.318Z | [ omicron-package] Compiling dropshot v0.17.1 |
| 2485 | 2026-08-11T21:40:53.318Z | [ omicron-package] Compiling serde_spanned v1.1.1 |
| 2486 | 2026-08-11T21:40:53.425Z | [ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2487 | 2026-08-11T21:40:53.557Z | [ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2488 | 2026-08-11T21:40:53.560Z | [ omicron-package] Compiling async-stream-impl v0.3.6 |
| 2489 | 2026-08-11T21:40:53.560Z | [ omicron-package] Compiling opaque-debug v0.3.1 |
| 2490 | 2026-08-11T21:40:53.619Z | [ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2491 | 2026-08-11T21:40:53.619Z | [ omicron-package] Compiling convert_case v0.4.0 |
| 2492 | 2026-08-11T21:40:53.812Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2493 | 2026-08-11T21:40:53.893Z | [ omicron-package] Compiling toml v1.1.2+spec-1.1.0 |
| 2494 | 2026-08-11T21:40:53.897Z | [ omicron-package] Compiling poly1305 v0.8.0 |
| 2495 | 2026-08-11T21:40:54.032Z | [ omicron-package] Compiling derive_more v0.99.20 |
| 2496 | 2026-08-11T21:40:54.057Z | [ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2497 | 2026-08-11T21:40:54.097Z | [ omicron-package] Compiling chacha20 v0.9.1 |
| 2498 | 2026-08-11T21:40:54.105Z | Aug 11 21:40:52.877 DEBG process exited with exit status: 0 (2.524486611s) |
| 2499 | 2026-08-11T21:40:54.117Z | Aug 11 21:40:52.889 INFO [incorp-manifest] task succeeded (4.127025908s) |
| 2500 | 2026-08-11T21:40:54.119Z | Aug 11 21:40:52.889 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2501 | 2026-08-11T21:40:54.145Z | [ omicron-package] Compiling async-compression v0.4.41 |
| 2502 | 2026-08-11T21:40:54.182Z | [ omicron-package] Compiling proc-macro-crate v3.4.0 |
| 2503 | 2026-08-11T21:40:54.337Z | [ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2504 | 2026-08-11T21:40:54.342Z | [ omicron-package] Compiling postcard v1.1.3 |
| 2505 | 2026-08-11T21:40:54.345Z | Aug 11 21:40:53.116 INFO [incorp-fmt] process exited with exit status: 0 (226.47414ms) |
| 2506 | 2026-08-11T21:40:54.345Z | Aug 11 21:40:53.116 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2507 | 2026-08-11T21:40:54.456Z | [ omicron-package] Compiling slog-bunyan v2.5.0 |
| 2508 | 2026-08-11T21:40:54.574Z | [ omicron-package] Compiling thiserror-no-std v2.0.2 |
| 2509 | 2026-08-11T21:40:54.577Z | [ omicron-package] Compiling async-stream v0.3.6 |
| 2510 | 2026-08-11T21:40:54.806Z | [ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260811T214053Z |
| 2511 | 2026-08-11T21:40:54.806Z | [ incorp-pkgsend] PUBLISHED |
| 2512 | 2026-08-11T21:40:54.813Z | [ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2513 | 2026-08-11T21:40:54.813Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2514 | 2026-08-11T21:40:54.813Z | Aug 11 21:40:53.569 INFO [incorp-pkgsend] process exited with exit status: 0 (453.447841ms) |
| 2515 | 2026-08-11T21:40:54.813Z | Aug 11 21:40:53.570 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2516 | 2026-08-11T21:40:54.829Z | [ omicron-package] Compiling sha1 v0.11.0 |
| 2517 | 2026-08-11T21:40:54.895Z | [ omicron-package] Compiling num_enum_derive v0.7.6 |
| 2518 | 2026-08-11T21:40:54.898Z | [ omicron-package] Compiling progenitor-client v0.14.0 |
| 2519 | 2026-08-11T21:40:54.925Z | [ omicron-package] Compiling parse-display-derive v0.10.0 |
| 2520 | 2026-08-11T21:40:55.040Z | [ omicron-package] Compiling waitgroup v0.1.2 |
| 2521 | 2026-08-11T21:40:55.044Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2522 | 2026-08-11T21:40:55.055Z | [ helios-incorp] Retrieving packages for publisher helios ... |
| 2523 | 2026-08-11T21:40:55.059Z | [ helios-incorp] Retrieving catalog 'helios' ... Done |
| 2524 | 2026-08-11T21:40:55.098Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2525 | 2026-08-11T21:40:55.098Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2526 | 2026-08-11T21:40:55.101Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2527 | 2026-08-11T21:40:55.106Z | [ helios-incorp] |
| 2528 | 2026-08-11T21:40:55.123Z | [ helios-incorp] Archiving packages ... |
| 2529 | 2026-08-11T21:40:55.123Z | [ helios-incorp] Packages to add: 1 |
| 2530 | 2026-08-11T21:40:55.123Z | [ helios-incorp] Files to retrieve: 0 |
| 2531 | 2026-08-11T21:40:55.123Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2532 | 2026-08-11T21:40:55.127Z | [ helios-incorp] |
| 2533 | 2026-08-11T21:40:55.127Z | [ helios-incorp] Packages to archive: |
| 2534 | 2026-08-11T21:40:55.127Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260811T214053Z |
| 2535 | 2026-08-11T21:40:55.127Z | [ helios-incorp] |
| 2536 | 2026-08-11T21:40:55.128Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2537 | 2026-08-11T21:40:55.128Z | [ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds |
| 2538 | 2026-08-11T21:40:55.157Z | Aug 11 21:40:53.929 INFO [helios-incorp] process exited with exit status: 0 (358.95304ms) |
| 2539 | 2026-08-11T21:40:55.268Z | [ omicron-package] Compiling backon v1.6.0 |
| 2540 | 2026-08-11T21:40:55.289Z | [ omicron-package] Compiling rustls-pemfile v2.2.0 |
| 2541 | 2026-08-11T21:40:55.325Z | [ omicron-package] Compiling password-hash v0.5.0 |
| 2542 | 2026-08-11T21:40:55.436Z | [ omicron-package] Compiling ingot-types v0.2.0 |
| 2543 | 2026-08-11T21:40:55.490Z | [ omicron-package] Compiling dropshot_endpoint v0.17.1 |
| 2544 | 2026-08-11T21:40:55.523Z | [ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2545 | 2026-08-11T21:40:55.631Z | [ omicron-package] Compiling blake2 v0.10.6 |
| 2546 | 2026-08-11T21:40:55.684Z | [ omicron-package] Compiling aead v0.5.2 |
| 2547 | 2026-08-11T21:40:55.721Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2548 | 2026-08-11T21:40:55.769Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2549 | 2026-08-11T21:40:55.836Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2550 | 2026-08-11T21:40:56.029Z | [ omicron-package] Compiling ingot v0.2.1 |
| 2551 | 2026-08-11T21:40:56.029Z | [ omicron-package] Compiling hostname v0.4.2 |
| 2552 | 2026-08-11T21:40:56.109Z | [ omicron-package] Compiling instant v0.1.13 |
| 2553 | 2026-08-11T21:40:56.144Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2554 | 2026-08-11T21:40:56.234Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2555 | 2026-08-11T21:40:56.256Z | [ omicron-package] Compiling backoff v0.4.0 |
| 2556 | 2026-08-11T21:40:56.290Z | [ omicron-package] Compiling num_enum v0.7.6 |
| 2557 | 2026-08-11T21:40:56.365Z | [ omicron-package] Compiling argon2 v0.5.3 |
| 2558 | 2026-08-11T21:40:56.399Z | [ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2559 | 2026-08-11T21:40:56.402Z | [ omicron-package] Compiling chacha20poly1305 v0.10.1 |
| 2560 | 2026-08-11T21:40:56.402Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2561 | 2026-08-11T21:40:56.496Z | [ omicron-package] Compiling progenitor-extras v0.2.0 |
| 2562 | 2026-08-11T21:40:56.552Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2563 | 2026-08-11T21:40:56.699Z | [ omicron-package] Compiling vsss-rs v3.3.4 |
| 2564 | 2026-08-11T21:40:56.848Z | [ omicron-package] Compiling parse-display v0.10.0 |
| 2565 | 2026-08-11T21:40:56.890Z | [ omicron-package] Compiling tabwriter v1.4.1 |
| 2566 | 2026-08-11T21:40:56.912Z | [ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2567 | 2026-08-11T21:40:56.952Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2568 | 2026-08-11T21:40:57.082Z | [ omicron-package] Compiling regress v0.10.5 |
| 2569 | 2026-08-11T21:40:57.129Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2570 | 2026-08-11T21:40:57.251Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2571 | 2026-08-11T21:40:57.295Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2572 | 2026-08-11T21:40:57.344Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2573 | 2026-08-11T21:40:57.359Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 2574 | 2026-08-11T21:40:57.489Z | [ omicron-package] Compiling humantime v2.3.0 |
| 2575 | 2026-08-11T21:40:57.489Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2576 | 2026-08-11T21:40:57.644Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2577 | 2026-08-11T21:40:57.870Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2578 | 2026-08-11T21:40:57.962Z | [ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2579 | 2026-08-11T21:40:58.013Z | [ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2580 | 2026-08-11T21:40:58.086Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 2581 | 2026-08-11T21:40:58.185Z | [ omicron-package] Compiling rayon v1.11.0 |
| 2582 | 2026-08-11T21:40:58.270Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2583 | 2026-08-11T21:40:58.366Z | [ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2584 | 2026-08-11T21:40:58.369Z | [ omicron-package] Compiling rand v0.10.1 |
| 2585 | 2026-08-11T21:40:58.389Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2586 | 2026-08-11T21:40:58.405Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2587 | 2026-08-11T21:40:58.468Z | [ omicron-package] Compiling colored v3.1.1 |
| 2588 | 2026-08-11T21:40:58.507Z | [ omicron-package] Compiling zone_cfg_derive v0.3.1 |
| 2589 | 2026-08-11T21:40:58.512Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2590 | 2026-08-11T21:40:58.562Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2591 | 2026-08-11T21:40:58.595Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2592 | 2026-08-11T21:40:58.845Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2593 | 2026-08-11T21:40:58.971Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2594 | 2026-08-11T21:40:59.088Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2595 | 2026-08-11T21:40:59.193Z | [ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2596 | 2026-08-11T21:40:59.239Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2597 | 2026-08-11T21:40:59.264Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2598 | 2026-08-11T21:40:59.267Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2599 | 2026-08-11T21:40:59.387Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2600 | 2026-08-11T21:40:59.387Z | [ omicron-package] Compiling swrite v0.1.0 |
| 2601 | 2026-08-11T21:40:59.610Z | [ omicron-package] Compiling glob v0.3.3 |
| 2602 | 2026-08-11T21:41:00.056Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2603 | 2026-08-11T21:41:00.142Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2604 | 2026-08-11T21:41:00.280Z | [ omicron-package] Compiling zone v0.3.1 |
| 2605 | 2026-08-11T21:41:00.358Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2606 | 2026-08-11T21:41:00.398Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2607 | 2026-08-11T21:41:00.464Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2608 | 2026-08-11T21:41:00.503Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2609 | 2026-08-11T21:41:00.572Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2610 | 2026-08-11T21:41:00.706Z | [ omicron-package] Compiling smf v0.2.3 |
| 2611 | 2026-08-11T21:41:00.769Z | [ omicron-package] Compiling whoami v1.6.1 |
| 2612 | 2026-08-11T21:41:00.822Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2613 | 2026-08-11T21:41:00.942Z | [ omicron-package] Compiling tokio-dtrace v0.1.1 |
| 2614 | 2026-08-11T21:41:00.993Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2615 | 2026-08-11T21:41:01.047Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2616 | 2026-08-11T21:41:01.149Z | [ omicron-package] Compiling console v0.16.2 |
| 2617 | 2026-08-11T21:41:01.317Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2618 | 2026-08-11T21:41:01.353Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2619 | 2026-08-11T21:41:01.410Z | [ omicron-package] Compiling unit-prefix v0.5.2 |
| 2620 | 2026-08-11T21:41:01.413Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.4 |
| 2621 | 2026-08-11T21:41:01.941Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 2622 | 2026-08-11T21:41:01.986Z | [ omicron-package] Compiling indicatif v0.18.4 |
| 2623 | 2026-08-11T21:41:05.648Z | [ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2624 | 2026-08-11T21:41:05.883Z | [ helios-setup] Aug 11 21:41:04.654 INFO helios repository root is: /work/oxidecomputer/helios |
| 2625 | 2026-08-11T21:41:05.886Z | [ helios-setup] Aug 11 21:41:04.656 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, cargo_toolchain: false, unless_env: None, fixup: [] }, project: pinprick |
| 2626 | 2026-08-11T21:41:05.886Z | [ helios-setup] Aug 11 21:41:04.656 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2627 | 2026-08-11T21:41:05.887Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2628 | 2026-08-11T21:41:06.373Z | [ helios-setup] Aug 11 21:41:05.145 INFO clone ok!, project: pinprick |
| 2629 | 2026-08-11T21:41:06.374Z | [ helios-setup] Aug 11 21:41:05.145 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot |
| 2630 | 2026-08-11T21:41:06.377Z | [ helios-setup] Aug 11 21:41:05.145 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2631 | 2026-08-11T21:41:06.377Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2632 | 2026-08-11T21:41:07.450Z | [ helios-setup] Aug 11 21:41:06.222 INFO clone ok!, project: pilot |
| 2633 | 2026-08-11T21:41:07.453Z | [ helios-setup] Aug 11 21:41:06.222 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, cargo_toolchain: false, unless_env: None, fixup: [] }, project: bootserver |
| 2634 | 2026-08-11T21:41:07.453Z | [ helios-setup] Aug 11 21:41:06.222 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2635 | 2026-08-11T21:41:07.453Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2636 | 2026-08-11T21:41:08.239Z | Aug 11 21:41:07.011 INFO [hubris-staging] task succeeded (18.249323958s) |
| 2637 | 2026-08-11T21:41:08.391Z | [ helios-setup] Aug 11 21:41:07.163 INFO clone ok!, project: bootserver |
| 2638 | 2026-08-11T21:41:08.391Z | [ helios-setup] Aug 11 21:41:07.163 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, cargo_toolchain: true, unless_env: None, fixup: [] }, project: phbl |
| 2639 | 2026-08-11T21:41:08.391Z | [ helios-setup] Aug 11 21:41:07.163 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2640 | 2026-08-11T21:41:08.397Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2641 | 2026-08-11T21:41:09.454Z | [ helios-setup] Aug 11 21:41:08.226 INFO clone ok!, project: phbl |
| 2642 | 2026-08-11T21:41:09.454Z | [ helios-setup] Aug 11 21:41:08.227 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms |
| 2643 | 2026-08-11T21:41:09.457Z | [ helios-setup] Aug 11 21:41:08.227 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2644 | 2026-08-11T21:41:09.457Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2645 | 2026-08-11T21:41:10.265Z | [ helios-setup] Aug 11 21:41:09.037 INFO clone ok!, project: chelsio-t6-roms |
| 2646 | 2026-08-11T21:41:10.268Z | [ helios-setup] Aug 11 21:41:09.037 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2647 | 2026-08-11T21:41:10.268Z | [ helios-setup] Aug 11 21:41:09.037 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2648 | 2026-08-11T21:41:10.268Z | [ helios-setup] Aug 11 21:41:09.037 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware |
| 2649 | 2026-08-11T21:41:10.268Z | [ helios-setup] Aug 11 21:41:09.037 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2650 | 2026-08-11T21:41:10.268Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2651 | 2026-08-11T21:41:13.992Z | [ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2652 | 2026-08-11T21:41:16.835Z | [ helios-setup] Aug 11 21:41:15.607 INFO clone ok!, project: amd-firmware |
| 2653 | 2026-08-11T21:41:16.835Z | [ helios-setup] Aug 11 21:41:15.607 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, cargo_toolchain: false, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder |
| 2654 | 2026-08-11T21:41:16.835Z | [ helios-setup] Aug 11 21:41:15.607 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 |
| 2655 | 2026-08-11T21:41:16.838Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2656 | 2026-08-11T21:41:17.366Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2657 | 2026-08-11T21:41:17.686Z | [ helios-setup] Aug 11 21:41:16.458 INFO clone ok!, project: amd-host-image-builder |
| 2658 | 2026-08-11T21:41:17.686Z | [ helios-setup] Aug 11 21:41:16.458 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, cargo_toolchain: false, unless_env: None, fixup: [] }, project: image-builder |
| 2659 | 2026-08-11T21:41:17.689Z | [ helios-setup] Aug 11 21:41:16.458 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2660 | 2026-08-11T21:41:17.689Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2661 | 2026-08-11T21:41:18.446Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2662 | 2026-08-11T21:41:18.655Z | [ helios-setup] Aug 11 21:41:17.426 INFO clone ok!, project: image-builder |
| 2663 | 2026-08-11T21:41:18.658Z | [ helios-setup] Aug 11 21:41:17.426 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, cargo_toolchain: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report |
| 2664 | 2026-08-11T21:41:18.659Z | [ helios-setup] Aug 11 21:41:17.426 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2665 | 2026-08-11T21:41:18.659Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2666 | 2026-08-11T21:41:19.398Z | [ helios-setup] Aug 11 21:41:18.170 INFO clone ok!, project: dmar-report |
| 2667 | 2026-08-11T21:41:19.398Z | [ helios-setup] Aug 11 21:41:18.170 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2668 | 2026-08-11T21:41:19.401Z | [ helios-setup] Aug 11 21:41:18.170 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2669 | 2026-08-11T21:41:19.643Z | [ helios-setup] Aug 11 21:41:18.415 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None |
| 2670 | 2026-08-11T21:41:19.891Z | [ helios-setup] Aug 11 21:41:18.663 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created |
| 2671 | 2026-08-11T21:41:19.891Z | [ helios-setup] Aug 11 21:41:18.663 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2672 | 2026-08-11T21:41:20.169Z | [ helios-setup] Aug 11 21:41:18.941 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None |
| 2673 | 2026-08-11T21:41:20.407Z | [ helios-setup] Aug 11 21:41:19.178 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created |
| 2674 | 2026-08-11T21:41:20.408Z | [ helios-setup] Aug 11 21:41:19.178 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2675 | 2026-08-11T21:41:20.618Z | [ helios-setup] Aug 11 21:41:19.390 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None |
| 2676 | 2026-08-11T21:41:20.826Z | [ helios-setup] Aug 11 21:41:19.598 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created |
| 2677 | 2026-08-11T21:41:20.826Z | [ helios-setup] Aug 11 21:41:19.598 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2678 | 2026-08-11T21:41:20.829Z | [ helios-setup] Aug 11 21:41:19.598 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2679 | 2026-08-11T21:41:20.829Z | [ helios-setup] Aug 11 21:41:19.598 INFO ok! |
| 2680 | 2026-08-11T21:41:20.829Z | [ helios-setup] Aug 11 21:41:19.598 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2681 | 2026-08-11T21:41:20.829Z | [ helios-setup] Aug 11 21:41:19.598 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2682 | 2026-08-11T21:41:20.829Z | [ helios-setup] Aug 11 21:41:19.598 INFO ok! |
| 2683 | 2026-08-11T21:41:20.829Z | [ helios-setup] Aug 11 21:41:19.598 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2684 | 2026-08-11T21:41:20.829Z | [ helios-setup] Aug 11 21:41:19.598 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2685 | 2026-08-11T21:41:20.829Z | [ helios-setup] Aug 11 21:41:19.598 INFO ok! |
| 2686 | 2026-08-11T21:41:20.829Z | [ helios-setup] Aug 11 21:41:19.598 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 2687 | 2026-08-11T21:41:20.832Z | [ helios-setup] Aug 11 21:41:19.605 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)" |
| 2688 | 2026-08-11T21:41:20.832Z | [ helios-setup] Aug 11 21:41:19.605 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 2689 | 2026-08-11T21:41:20.835Z | [ helios-setup] Aug 11 21:41:19.605 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 2690 | 2026-08-11T21:41:20.956Z | [ helios-setup] Aug 11 21:41:19.727 INFO E| Downloading crates ... |
| 2691 | 2026-08-11T21:41:20.995Z | [ helios-setup] Aug 11 21:41:19.767 INFO E| Downloaded adler2 v2.0.0 |
| 2692 | 2026-08-11T21:41:21.003Z | [ helios-setup] Aug 11 21:41:19.776 INFO E| Downloaded miniz_oxide v0.8.8 |
| 2693 | 2026-08-11T21:41:21.027Z | [ helios-setup] Aug 11 21:41:19.799 INFO E| Compiling adler2 v2.0.0 |
| 2694 | 2026-08-11T21:41:21.092Z | [ helios-setup] Aug 11 21:41:19.865 INFO E| Compiling miniz_oxide v0.8.8 |
| 2695 | 2026-08-11T21:41:21.863Z | [ helios-setup] Aug 11 21:41:20.635 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 2696 | 2026-08-11T21:41:22.221Z | [ helios-setup] Aug 11 21:41:20.993 INFO E| Finished `release` profile [optimized] target(s) in 1.38s |
| 2697 | 2026-08-11T21:41:22.228Z | [ helios-setup] Aug 11 21:41:21.000 INFO building project "pinprick" ok (1 seconds) |
| 2698 | 2026-08-11T21:41:22.235Z | [ helios-setup] Aug 11 21:41:21.000 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 2699 | 2026-08-11T21:41:22.239Z | [ helios-setup] Aug 11 21:41:21.009 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)" |
| 2700 | 2026-08-11T21:41:22.239Z | [ helios-setup] Aug 11 21:41:21.009 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 2701 | 2026-08-11T21:41:22.239Z | [ helios-setup] Aug 11 21:41:21.009 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 2702 | 2026-08-11T21:41:22.306Z | [ helios-setup] Aug 11 21:41:21.078 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 2703 | 2026-08-11T21:41:22.849Z | [ helios-setup] Aug 11 21:41:21.621 INFO E| From https://github.com/jclulow/hiercmd |
| 2704 | 2026-08-11T21:41:22.849Z | [ helios-setup] Aug 11 21:41:21.621 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 2705 | 2026-08-11T21:41:22.859Z | [ helios-setup] Aug 11 21:41:21.630 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 2706 | 2026-08-11T21:41:23.164Z | [ helios-setup] Aug 11 21:41:21.937 INFO E| From https://github.com/oxidecomputer/network-interface |
| 2707 | 2026-08-11T21:41:23.165Z | [ helios-setup] Aug 11 21:41:21.937 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 2708 | 2026-08-11T21:41:23.174Z | [ helios-setup] Aug 11 21:41:21.946 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 2709 | 2026-08-11T21:41:23.478Z | [ helios-setup] Aug 11 21:41:22.250 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 2710 | 2026-08-11T21:41:23.478Z | [ helios-setup] Aug 11 21:41:22.250 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 2711 | 2026-08-11T21:41:23.493Z | [ helios-setup] Aug 11 21:41:22.265 INFO E| Updating crates.io index |
| 2712 | 2026-08-11T21:41:23.769Z | [ helios-setup] Aug 11 21:41:22.541 INFO E| Downloading crates ... |
| 2713 | 2026-08-11T21:41:23.815Z | [ helios-setup] Aug 11 21:41:22.587 INFO E| Downloaded futures-sink v0.3.31 |
| 2714 | 2026-08-11T21:41:23.820Z | [ helios-setup] Aug 11 21:41:22.592 INFO E| Downloaded anstyle-query v1.1.4 |
| 2715 | 2026-08-11T21:41:23.842Z | [ helios-setup] Aug 11 21:41:22.598 INFO E| Downloaded getrandom v0.2.16 |
| 2716 | 2026-08-11T21:41:23.848Z | [ helios-setup] Aug 11 21:41:22.600 INFO E| Downloaded cc v1.2.44 |
| 2717 | 2026-08-11T21:41:23.849Z | [ helios-setup] Aug 11 21:41:22.602 INFO E| Downloaded futures-macro v0.3.31 |
| 2718 | 2026-08-11T21:41:23.849Z | [ helios-setup] Aug 11 21:41:22.605 INFO E| Downloaded clap_derive v4.5.49 |
| 2719 | 2026-08-11T21:41:23.849Z | [ helios-setup] Aug 11 21:41:22.609 INFO E| Downloaded clap_lex v0.7.6 |
| 2720 | 2026-08-11T21:41:23.849Z | [ helios-setup] Aug 11 21:41:22.611 INFO E| Downloaded bitfield-macros v0.19.3 |
| 2721 | 2026-08-11T21:41:23.849Z | [ helios-setup] Aug 11 21:41:22.615 INFO E| Downloaded tokio-macros v2.6.0 |
| 2722 | 2026-08-11T21:41:23.849Z | [ helios-setup] Aug 11 21:41:22.616 INFO E| Downloaded anstyle v1.0.13 |
| 2723 | 2026-08-11T21:41:23.849Z | [ helios-setup] Aug 11 21:41:22.618 INFO E| Downloaded devinfo v0.1.0 |
| 2724 | 2026-08-11T21:41:23.856Z | [ helios-setup] Aug 11 21:41:22.622 INFO E| Downloaded futures-channel v0.3.31 |
| 2725 | 2026-08-11T21:41:23.856Z | [ helios-setup] Aug 11 21:41:22.623 INFO E| Downloaded generic-array v0.14.9 |
| 2726 | 2026-08-11T21:41:23.856Z | [ helios-setup] Aug 11 21:41:22.624 INFO E| Downloaded getopts v0.2.24 |
| 2727 | 2026-08-11T21:41:23.856Z | [ helios-setup] Aug 11 21:41:22.624 INFO E| Downloaded iana-time-zone v0.1.64 |
| 2728 | 2026-08-11T21:41:23.856Z | [ helios-setup] Aug 11 21:41:22.626 INFO E| Downloaded clap v4.5.51 |
| 2729 | 2026-08-11T21:41:23.862Z | [ helios-setup] Aug 11 21:41:22.631 INFO E| Downloaded itoa v1.0.15 |
| 2730 | 2026-08-11T21:41:23.862Z | [ helios-setup] Aug 11 21:41:22.633 INFO E| Downloaded num_enum_derive v0.7.5 |
| 2731 | 2026-08-11T21:41:23.862Z | [ helios-setup] Aug 11 21:41:22.634 INFO E| Downloaded base64ct v1.8.0 |
| 2732 | 2026-08-11T21:41:23.877Z | [ helios-setup] Aug 11 21:41:22.635 INFO E| Downloaded futures-core v0.3.31 |
| 2733 | 2026-08-11T21:41:23.877Z | [ helios-setup] Aug 11 21:41:22.638 INFO E| Downloaded env_filter v0.1.4 |
| 2734 | 2026-08-11T21:41:23.884Z | [ helios-setup] Aug 11 21:41:22.642 INFO E| Downloaded futures-executor v0.3.31 |
| 2735 | 2026-08-11T21:41:23.884Z | [ helios-setup] Aug 11 21:41:22.643 INFO E| Downloaded futures-task v0.3.31 |
| 2736 | 2026-08-11T21:41:23.885Z | [ helios-setup] Aug 11 21:41:22.643 INFO E| Downloaded num_enum v0.7.5 |
| 2737 | 2026-08-11T21:41:23.885Z | [ helios-setup] Aug 11 21:41:22.648 INFO E| Downloaded deranged v0.5.5 |
| 2738 | 2026-08-11T21:41:23.885Z | [ helios-setup] Aug 11 21:41:22.655 INFO E| Downloaded futures-io v0.3.31 |
| 2739 | 2026-08-11T21:41:23.894Z | [ helios-setup] Aug 11 21:41:22.658 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 2740 | 2026-08-11T21:41:23.894Z | [ helios-setup] Aug 11 21:41:22.658 INFO E| Downloaded pin-utils v0.1.0 |
| 2741 | 2026-08-11T21:41:23.894Z | [ helios-setup] Aug 11 21:41:22.660 INFO E| Downloaded crc v3.3.0 |
| 2742 | 2026-08-11T21:41:23.898Z | [ helios-setup] Aug 11 21:41:22.668 INFO E| Downloaded zeroize_derive v1.4.2 |
| 2743 | 2026-08-11T21:41:23.907Z | [ helios-setup] Aug 11 21:41:22.673 INFO E| Downloaded time-core v0.1.6 |
| 2744 | 2026-08-11T21:41:23.910Z | [ helios-setup] Aug 11 21:41:22.679 INFO E| Downloaded quote v1.0.41 |
| 2745 | 2026-08-11T21:41:23.925Z | [ helios-setup] Aug 11 21:41:22.698 INFO E| Downloaded simd-adler32 v0.3.7 |
| 2746 | 2026-08-11T21:41:23.928Z | [ helios-setup] Aug 11 21:41:22.699 INFO E| Downloaded serde_spanned v1.0.3 |
| 2747 | 2026-08-11T21:41:23.933Z | [ helios-setup] Aug 11 21:41:22.704 INFO E| Downloaded thiserror-impl v2.0.17 |
| 2748 | 2026-08-11T21:41:23.936Z | [ helios-setup] Aug 11 21:41:22.707 INFO E| Downloaded bitfield v0.19.3 |
| 2749 | 2026-08-11T21:41:23.940Z | [ helios-setup] Aug 11 21:41:22.712 INFO E| Downloaded pin-project-lite v0.2.16 |
| 2750 | 2026-08-11T21:41:23.943Z | [ helios-setup] Aug 11 21:41:22.716 INFO E| Downloaded toml_datetime v0.7.3 |
| 2751 | 2026-08-11T21:41:23.946Z | [ helios-setup] Aug 11 21:41:22.716 INFO E| Downloaded zeroize v1.8.2 |
| 2752 | 2026-08-11T21:41:23.946Z | [ helios-setup] Aug 11 21:41:22.718 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 2753 | 2026-08-11T21:41:23.949Z | [ helios-setup] Aug 11 21:41:22.721 INFO E| Downloaded ryu v1.0.20 |
| 2754 | 2026-08-11T21:41:23.953Z | [ helios-setup] Aug 11 21:41:22.723 INFO E| Downloaded clap_builder v4.5.51 |
| 2755 | 2026-08-11T21:41:23.956Z | [ helios-setup] Aug 11 21:41:22.727 INFO E| Downloaded time-macros v0.2.24 |
| 2756 | 2026-08-11T21:41:23.961Z | [ helios-setup] Aug 11 21:41:22.733 INFO E| Downloaded toml_writer v1.0.4 |
| 2757 | 2026-08-11T21:41:23.965Z | [ helios-setup] Aug 11 21:41:22.737 INFO E| Downloaded slab v0.4.11 |
| 2758 | 2026-08-11T21:41:23.968Z | [ helios-setup] Aug 11 21:41:22.738 INFO E| Downloaded thiserror v2.0.17 |
| 2759 | 2026-08-11T21:41:23.972Z | [ helios-setup] Aug 11 21:41:22.741 INFO E| Downloaded anyhow v1.0.100 |
| 2760 | 2026-08-11T21:41:23.975Z | [ helios-setup] Aug 11 21:41:22.745 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 2761 | 2026-08-11T21:41:23.975Z | [ helios-setup] Aug 11 21:41:22.746 INFO E| Downloaded term v1.2.0 |
| 2762 | 2026-08-11T21:41:23.988Z | [ helios-setup] Aug 11 21:41:22.760 INFO E| Downloaded flate2 v1.1.5 |
| 2763 | 2026-08-11T21:41:23.992Z | [ helios-setup] Aug 11 21:41:22.765 INFO E| Downloaded unicode-ident v1.0.22 |
| 2764 | 2026-08-11T21:41:23.996Z | [ helios-setup] Aug 11 21:41:22.768 INFO E| Downloaded toml_parser v1.0.4 |
| 2765 | 2026-08-11T21:41:23.999Z | [ helios-setup] Aug 11 21:41:22.769 INFO E| Downloaded env_logger v0.11.8 |
| 2766 | 2026-08-11T21:41:24.004Z | [ helios-setup] Aug 11 21:41:22.774 INFO E| Downloaded log v0.4.28 |
| 2767 | 2026-08-11T21:41:24.007Z | [ helios-setup] Aug 11 21:41:22.776 INFO E| Downloaded uuid v1.18.1 |
| 2768 | 2026-08-11T21:41:24.007Z | [ helios-setup] Aug 11 21:41:22.778 INFO E| Downloaded futures v0.3.31 |
| 2769 | 2026-08-11T21:41:24.011Z | [ helios-setup] Aug 11 21:41:22.780 INFO E| Downloaded socket2 v0.6.1 |
| 2770 | 2026-08-11T21:41:24.011Z | [ helios-setup] Aug 11 21:41:22.781 INFO E| Downloaded toml v0.9.8 |
| 2771 | 2026-08-11T21:41:24.027Z | [ helios-setup] Aug 11 21:41:22.800 INFO E| Downloaded proc-macro2 v1.0.103 |
| 2772 | 2026-08-11T21:41:24.035Z | [ helios-setup] Aug 11 21:41:22.807 INFO E| Downloaded bitflags v2.10.0 |
| 2773 | 2026-08-11T21:41:24.042Z | [ helios-setup] Aug 11 21:41:22.814 INFO E| Downloaded bytes v1.10.1 |
| 2774 | 2026-08-11T21:41:24.048Z | [ helios-setup] Aug 11 21:41:22.821 INFO E| Downloaded typenum v1.19.0 |
| 2775 | 2026-08-11T21:41:24.052Z | [ helios-setup] Aug 11 21:41:22.824 INFO E| Downloaded toml_edit v0.23.7 |
| 2776 | 2026-08-11T21:41:24.055Z | [ helios-setup] Aug 11 21:41:22.827 INFO E| Downloaded zerocopy-derive v0.8.27 |
| 2777 | 2026-08-11T21:41:24.067Z | [ helios-setup] Aug 11 21:41:22.839 INFO E| Downloaded memchr v2.7.6 |
| 2778 | 2026-08-11T21:41:24.070Z | [ helios-setup] Aug 11 21:41:22.841 INFO E| Downloaded rand v0.8.5 |
| 2779 | 2026-08-11T21:41:24.073Z | [ helios-setup] Aug 11 21:41:22.843 INFO E| Downloaded mio v1.1.0 |
| 2780 | 2026-08-11T21:41:24.077Z | [ helios-setup] Aug 11 21:41:22.846 INFO E| Downloaded indexmap v2.12.0 |
| 2781 | 2026-08-11T21:41:24.077Z | [ helios-setup] Aug 11 21:41:22.848 INFO E| Downloaded rsa v0.9.8 |
| 2782 | 2026-08-11T21:41:24.086Z | [ helios-setup] Aug 11 21:41:22.859 INFO E| Downloaded iddqd v0.3.14 |
| 2783 | 2026-08-11T21:41:24.111Z | [ helios-setup] Aug 11 21:41:22.883 INFO E| Downloaded hashbrown v0.16.0 |
| 2784 | 2026-08-11T21:41:24.114Z | [ helios-setup] Aug 11 21:41:22.887 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 2785 | 2026-08-11T21:41:24.124Z | [ helios-setup] Aug 11 21:41:22.896 INFO E| Downloaded serde_json v1.0.145 |
| 2786 | 2026-08-11T21:41:24.127Z | [ helios-setup] Aug 11 21:41:22.900 INFO E| Downloaded futures-util v0.3.31 |
| 2787 | 2026-08-11T21:41:24.134Z | [ helios-setup] Aug 11 21:41:22.906 INFO E| Downloaded libm v0.2.15 |
| 2788 | 2026-08-11T21:41:24.140Z | [ helios-setup] Aug 11 21:41:22.912 INFO E| Downloaded time v0.3.44 |
| 2789 | 2026-08-11T21:41:24.145Z | [ helios-setup] Aug 11 21:41:22.916 INFO E| Downloaded winnow v0.7.13 |
| 2790 | 2026-08-11T21:41:24.171Z | [ helios-setup] Aug 11 21:41:22.943 INFO E| Downloaded chrono v0.4.42 |
| 2791 | 2026-08-11T21:41:24.174Z | [ helios-setup] Aug 11 21:41:22.946 INFO E| Downloaded zerocopy v0.8.27 |
| 2792 | 2026-08-11T21:41:24.185Z | [ helios-setup] Aug 11 21:41:22.958 INFO E| Downloaded unicode-width v0.2.2 |
| 2793 | 2026-08-11T21:41:24.189Z | [ helios-setup] Aug 11 21:41:22.961 INFO E| Downloaded syn v2.0.108 |
| 2794 | 2026-08-11T21:41:24.209Z | [ helios-setup] Aug 11 21:41:22.982 INFO E| Downloaded rustix v1.1.2 |
| 2795 | 2026-08-11T21:41:24.256Z | [ helios-setup] Aug 11 21:41:23.028 INFO E| Downloaded libc v0.2.177 |
| 2796 | 2026-08-11T21:41:24.271Z | [ helios-setup] Aug 11 21:41:23.044 INFO E| Downloaded tokio v1.48.0 |
| 2797 | 2026-08-11T21:41:24.353Z | [ helios-setup] Aug 11 21:41:23.125 INFO E| Compiling proc-macro2 v1.0.103 |
| 2798 | 2026-08-11T21:41:24.353Z | [ helios-setup] Aug 11 21:41:23.125 INFO E| Compiling quote v1.0.41 |
| 2799 | 2026-08-11T21:41:24.357Z | [ helios-setup] Aug 11 21:41:23.125 INFO E| Compiling unicode-ident v1.0.22 |
| 2800 | 2026-08-11T21:41:24.358Z | [ helios-setup] Aug 11 21:41:23.125 INFO E| Compiling libc v0.2.177 |
| 2801 | 2026-08-11T21:41:24.358Z | [ helios-setup] Aug 11 21:41:23.125 INFO E| Compiling serde_core v1.0.228 |
| 2802 | 2026-08-11T21:41:24.358Z | [ helios-setup] Aug 11 21:41:23.126 INFO E| Compiling cfg-if v1.0.4 |
| 2803 | 2026-08-11T21:41:24.358Z | [ helios-setup] Aug 11 21:41:23.126 INFO E| Compiling serde v1.0.228 |
| 2804 | 2026-08-11T21:41:24.358Z | [ helios-setup] Aug 11 21:41:23.126 INFO E| Compiling version_check v0.9.5 |
| 2805 | 2026-08-11T21:41:24.358Z | [ helios-setup] Aug 11 21:41:23.126 INFO E| Compiling autocfg v1.5.0 |
| 2806 | 2026-08-11T21:41:24.358Z | [ helios-setup] Aug 11 21:41:23.126 INFO E| Compiling const-oid v0.9.6 |
| 2807 | 2026-08-11T21:41:24.389Z | [ helios-setup] Aug 11 21:41:23.160 INFO E| Compiling typenum v1.19.0 |
| 2808 | 2026-08-11T21:41:24.392Z | [ helios-setup] Aug 11 21:41:23.160 INFO E| Compiling libm v0.2.15 |
| 2809 | 2026-08-11T21:41:24.393Z | [ helios-setup] Aug 11 21:41:23.160 INFO E| Compiling zerocopy v0.8.27 |
| 2810 | 2026-08-11T21:41:24.393Z | [ helios-setup] Aug 11 21:41:23.160 INFO E| Compiling rustversion v1.0.22 |
| 2811 | 2026-08-11T21:41:24.393Z | [ helios-setup] Aug 11 21:41:23.161 INFO E| Compiling zeroize v1.8.2 |
| 2812 | 2026-08-11T21:41:24.393Z | [ helios-setup] Aug 11 21:41:23.161 INFO E| Compiling base64ct v1.8.0 |
| 2813 | 2026-08-11T21:41:24.519Z | [ helios-setup] Aug 11 21:41:23.289 INFO E| Compiling smallvec v1.15.1 |
| 2814 | 2026-08-11T21:41:24.537Z | [ helios-setup] Aug 11 21:41:23.306 INFO E| Compiling memchr v2.7.6 |
| 2815 | 2026-08-11T21:41:24.594Z | [ helios-setup] Aug 11 21:41:23.366 INFO E| Compiling byteorder v1.5.0 |
| 2816 | 2026-08-11T21:41:24.690Z | [ helios-setup] Aug 11 21:41:23.462 INFO E| Compiling generic-array v0.14.9 |
| 2817 | 2026-08-11T21:41:24.756Z | [ helios-setup] Aug 11 21:41:23.528 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 2818 | 2026-08-11T21:41:24.787Z | [ helios-setup] Aug 11 21:41:23.559 INFO E| Compiling num-traits v0.2.19 |
| 2819 | 2026-08-11T21:41:24.814Z | [ helios-setup] Aug 11 21:41:23.586 INFO E| Compiling winnow v0.7.13 |
| 2820 | 2026-08-11T21:41:24.834Z | [ helios-setup] Aug 11 21:41:23.606 INFO E| Compiling rustix v1.1.2 |
| 2821 | 2026-08-11T21:41:24.877Z | [ helios-setup] Aug 11 21:41:23.650 INFO E| Compiling utf8parse v0.2.2 |
| 2822 | 2026-08-11T21:41:24.908Z | [ helios-setup] Aug 11 21:41:23.679 INFO E| Compiling equivalent v1.0.2 |
| 2823 | 2026-08-11T21:41:24.917Z | [ helios-setup] Aug 11 21:41:23.689 INFO E| Compiling hashbrown v0.16.0 |
| 2824 | 2026-08-11T21:41:25.051Z | [ helios-setup] Aug 11 21:41:23.822 INFO E| Compiling crc32fast v1.5.0 |
| 2825 | 2026-08-11T21:41:25.132Z | [ helios-setup] Aug 11 21:41:23.904 INFO E| Compiling anyhow v1.0.100 |
| 2826 | 2026-08-11T21:41:25.184Z | [ helios-setup] Aug 11 21:41:23.956 INFO E| Compiling getrandom v0.2.16 |
| 2827 | 2026-08-11T21:41:25.241Z | [ helios-setup] Aug 11 21:41:24.013 INFO E| Compiling flagset v0.4.7 |
| 2828 | 2026-08-11T21:41:25.331Z | [ helios-setup] Aug 11 21:41:24.103 INFO E| Compiling errno v0.3.14 |
| 2829 | 2026-08-11T21:41:25.367Z | [ helios-setup] Aug 11 21:41:24.139 INFO E| Compiling anstyle-parse v0.2.7 |
| 2830 | 2026-08-11T21:41:25.500Z | [ helios-setup] Aug 11 21:41:24.272 INFO E| Compiling indexmap v2.12.0 |
| 2831 | 2026-08-11T21:41:25.543Z | [ helios-setup] Aug 11 21:41:24.315 INFO E| Compiling rand_core v0.6.4 |
| 2832 | 2026-08-11T21:41:25.550Z | [ helios-setup] Aug 11 21:41:24.322 INFO E| Compiling cpufeatures v0.2.17 |
| 2833 | 2026-08-11T21:41:25.550Z | [ helios-setup] Aug 11 21:41:24.322 INFO E| Compiling shlex v1.3.0 |
| 2834 | 2026-08-11T21:41:25.575Z | [ helios-setup] Aug 11 21:41:24.347 INFO E| Compiling allocator-api2 v0.2.21 |
| 2835 | 2026-08-11T21:41:25.581Z | [ helios-setup] Aug 11 21:41:24.353 INFO E| Compiling find-msvc-tools v0.1.4 |
| 2836 | 2026-08-11T21:41:25.589Z | [ helios-setup] Aug 11 21:41:24.360 INFO E| Compiling anstyle v1.0.13 |
| 2837 | 2026-08-11T21:41:25.616Z | [ helios-setup] Aug 11 21:41:24.387 INFO E| Compiling colorchoice v1.0.4 |
| 2838 | 2026-08-11T21:41:25.635Z | [ helios-setup] Aug 11 21:41:24.407 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 2839 | 2026-08-11T21:41:25.778Z | [ helios-setup] Aug 11 21:41:24.550 INFO E| Compiling radium v0.7.0 |
| 2840 | 2026-08-11T21:41:25.805Z | [ helios-setup] Aug 11 21:41:24.577 INFO E| Compiling syn v1.0.109 |
| 2841 | 2026-08-11T21:41:25.830Z | [ helios-setup] Aug 11 21:41:24.602 INFO E| Compiling toml_datetime v0.7.3 |
| 2842 | 2026-08-11T21:41:25.850Z | [ helios-setup] Aug 11 21:41:24.622 INFO E| Compiling anstyle-query v1.1.4 |
| 2843 | 2026-08-11T21:41:25.893Z | [ helios-setup] Aug 11 21:41:24.665 INFO E| Compiling cc v1.2.44 |
| 2844 | 2026-08-11T21:41:25.960Z | [ helios-setup] Aug 11 21:41:24.732 INFO E| Compiling anstream v0.6.21 |
| 2845 | 2026-08-11T21:41:26.026Z | [ helios-setup] Aug 11 21:41:24.798 INFO E| Compiling syn v2.0.108 |
| 2846 | 2026-08-11T21:41:26.070Z | [ helios-setup] Aug 11 21:41:24.842 INFO E| Compiling crypto-common v0.1.6 |
| 2847 | 2026-08-11T21:41:26.150Z | [ helios-setup] Aug 11 21:41:24.908 INFO E| Compiling block-buffer v0.10.4 |
| 2848 | 2026-08-11T21:41:26.236Z | [ helios-setup] Aug 11 21:41:24.918 INFO E| Compiling slog v2.8.2 |
| 2849 | 2026-08-11T21:41:26.236Z | [ helios-setup] Aug 11 21:41:24.943 INFO E| Compiling unicode-width v0.2.2 |
| 2850 | 2026-08-11T21:41:26.260Z | [ helios-setup] Aug 11 21:41:25.032 INFO E| Compiling tap v1.0.1 |
| 2851 | 2026-08-11T21:41:26.271Z | [ helios-setup] Aug 11 21:41:25.043 INFO E| Compiling maybe-uninit v2.0.0 |
| 2852 | 2026-08-11T21:41:26.326Z | [ helios-setup] Aug 11 21:41:25.098 INFO E| Compiling digest v0.10.7 |
| 2853 | 2026-08-11T21:41:26.472Z | [ helios-setup] Aug 11 21:41:25.244 INFO E| Compiling toml_parser v1.0.4 |
| 2854 | 2026-08-11T21:41:26.488Z | [ helios-setup] Aug 11 21:41:25.261 INFO E| Compiling pin-project-lite v0.2.16 |
| 2855 | 2026-08-11T21:41:26.506Z | [ helios-setup] Aug 11 21:41:25.279 INFO E| Compiling futures-core v0.3.31 |
| 2856 | 2026-08-11T21:41:26.549Z | [ helios-setup] Aug 11 21:41:25.321 INFO E| Compiling parking_lot_core v0.9.12 |
| 2857 | 2026-08-11T21:41:26.606Z | [ helios-setup] Aug 11 21:41:25.379 INFO E| Compiling sha2 v0.10.9 |
| 2858 | 2026-08-11T21:41:26.616Z | [ helios-setup] Aug 11 21:41:25.388 INFO E| Compiling pkg-config v0.3.32 |
| 2859 | 2026-08-11T21:41:26.629Z | [ helios-setup] Aug 11 21:41:25.401 INFO E| Compiling futures-sink v0.3.31 |
| 2860 | 2026-08-11T21:41:26.694Z | [ helios-setup] Aug 11 21:41:25.466 INFO E| Compiling getopts v0.2.24 |
| 2861 | 2026-08-11T21:41:26.722Z | [ helios-setup] Aug 11 21:41:25.495 INFO E| Compiling futures-channel v0.3.31 |
| 2862 | 2026-08-11T21:41:26.732Z | [ helios-setup] Aug 11 21:41:25.504 INFO E| Compiling wyz v0.5.1 |
| 2863 | 2026-08-11T21:41:26.736Z | [ helios-setup] Aug 11 21:41:25.505 INFO E| Compiling num-integer v0.1.46 |
| 2864 | 2026-08-11T21:41:26.817Z | [ helios-setup] Aug 11 21:41:25.589 INFO E| Compiling ahash v0.8.12 |
| 2865 | 2026-08-11T21:41:26.942Z | [ helios-setup] Aug 11 21:41:25.714 INFO E| Compiling toml_edit v0.23.7 |
| 2866 | 2026-08-11T21:41:26.967Z | [ helios-setup] Aug 11 21:41:25.739 INFO E| Compiling powerfmt v0.2.0 |
| 2867 | 2026-08-11T21:41:27.004Z | [ helios-setup] Aug 11 21:41:25.776 INFO E| Compiling clap_lex v0.7.6 |
| 2868 | 2026-08-11T21:41:27.054Z | [ helios-setup] Aug 11 21:41:25.826 INFO E| Compiling packed_struct v0.10.1 |
| 2869 | 2026-08-11T21:41:27.061Z | [ helios-setup] Aug 11 21:41:25.833 INFO E| Compiling slab v0.4.11 |
| 2870 | 2026-08-11T21:41:27.106Z | [ helios-setup] Aug 11 21:41:25.878 INFO E| Compiling bitflags v2.10.0 |
| 2871 | 2026-08-11T21:41:27.209Z | [ helios-setup] Aug 11 21:41:25.981 INFO E| Compiling futures-task v0.3.31 |
| 2872 | 2026-08-11T21:41:27.243Z | [ helios-setup] Aug 11 21:41:26.014 INFO E| Compiling itoa v1.0.15 |
| 2873 | 2026-08-11T21:41:27.253Z | [ helios-setup] Aug 11 21:41:26.025 INFO E| Compiling getrandom v0.3.4 |
| 2874 | 2026-08-11T21:41:27.309Z | [ helios-setup] Aug 11 21:41:26.081 INFO E| Compiling num-bigint-dig v0.8.4 |
| 2875 | 2026-08-11T21:41:27.403Z | [ helios-setup] Aug 11 21:41:26.175 INFO E| Compiling thiserror v1.0.69 |
| 2876 | 2026-08-11T21:41:27.410Z | [ helios-setup] Aug 11 21:41:26.182 INFO E| Compiling spin v0.9.8 |
| 2877 | 2026-08-11T21:41:27.429Z | [ helios-setup] Aug 11 21:41:26.202 INFO E| Compiling funty v2.0.0 |
| 2878 | 2026-08-11T21:41:27.434Z | [ helios-setup] Aug 11 21:41:26.207 INFO E| Compiling strsim v0.11.1 |
| 2879 | 2026-08-11T21:41:27.458Z | [ helios-setup] Aug 11 21:41:26.231 INFO E| Compiling pin-utils v0.1.0 |
| 2880 | 2026-08-11T21:41:27.479Z | [ helios-setup] Aug 11 21:41:26.252 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 2881 | 2026-08-11T21:41:27.486Z | [ helios-setup] Aug 11 21:41:26.259 INFO E| Compiling time-core v0.1.6 |
| 2882 | 2026-08-11T21:41:27.537Z | [ helios-setup] Aug 11 21:41:26.310 INFO E| Compiling heck v0.5.0 |
| 2883 | 2026-08-11T21:41:27.570Z | [ helios-setup] Aug 11 21:41:26.341 INFO E| Compiling futures-io v0.3.31 |
| 2884 | 2026-08-11T21:41:27.592Z | [ helios-setup] Aug 11 21:41:26.365 INFO E| Compiling scopeguard v1.2.0 |
| 2885 | 2026-08-11T21:41:27.768Z | [ helios-setup] Aug 11 21:41:26.540 INFO E| Compiling bytes v1.10.1 |
| 2886 | 2026-08-11T21:41:27.780Z | [ helios-setup] Aug 11 21:41:26.551 INFO E| Compiling num-conv v0.1.0 |
| 2887 | 2026-08-11T21:41:27.899Z | [ helios-setup] Aug 11 21:41:26.671 INFO E| Compiling proc-macro-crate v3.4.0 |
| 2888 | 2026-08-11T21:41:28.023Z | [ helios-setup] Aug 11 21:41:26.794 INFO E| Compiling lock_api v0.4.14 |
| 2889 | 2026-08-11T21:41:28.096Z | [ helios-setup] Aug 11 21:41:26.868 INFO E| Compiling terminal_size v0.4.3 |
| 2890 | 2026-08-11T21:41:28.144Z | [ helios-setup] Aug 11 21:41:26.916 INFO E| Compiling time-macros v0.2.24 |
| 2891 | 2026-08-11T21:41:28.161Z | [ helios-setup] Aug 11 21:41:26.933 INFO E| Compiling bitvec v1.0.1 |
| 2892 | 2026-08-11T21:41:28.280Z | [ helios-setup] Aug 11 21:41:27.052 INFO E| Compiling clap_builder v4.5.51 |
| 2893 | 2026-08-11T21:41:28.354Z | [ helios-setup] Aug 11 21:41:27.126 INFO E| Compiling lazy_static v1.5.0 |
| 2894 | 2026-08-11T21:41:28.428Z | [ helios-setup] Aug 11 21:41:27.200 INFO E| Compiling deranged v0.5.5 |
| 2895 | 2026-08-11T21:41:28.461Z | [ helios-setup] Aug 11 21:41:27.233 INFO E| Compiling num-iter v0.1.45 |
| 2896 | 2026-08-11T21:41:28.539Z | [ helios-setup] Aug 11 21:41:27.311 INFO E| Compiling indexmap v1.9.3 |
| 2897 | 2026-08-11T21:41:28.599Z | [ helios-setup] Aug 11 21:41:27.371 INFO E| Compiling thiserror v2.0.17 |
| 2898 | 2026-08-11T21:41:28.632Z | [ helios-setup] Aug 11 21:41:27.404 INFO E| Compiling adler2 v2.0.1 |
| 2899 | 2026-08-11T21:41:28.772Z | [ helios-setup] Aug 11 21:41:27.545 INFO E| Compiling serde_json v1.0.145 |
| 2900 | 2026-08-11T21:41:28.823Z | [ helios-setup] Aug 11 21:41:27.596 INFO E| Compiling nodrop v0.1.14 |
| 2901 | 2026-08-11T21:41:28.878Z | [ helios-setup] Aug 11 21:41:27.650 INFO E| Compiling crc-catalog v2.4.0 |
| 2902 | 2026-08-11T21:41:28.950Z | [ helios-setup] Aug 11 21:41:27.723 INFO E| Compiling simd-adler32 v0.3.7 |
| 2903 | 2026-08-11T21:41:28.982Z | [ helios-setup] Aug 11 21:41:27.754 INFO E| Compiling once_cell v1.21.3 |
| 2904 | 2026-08-11T21:41:29.068Z | [ helios-setup] Aug 11 21:41:27.841 INFO E| Compiling iana-time-zone v0.1.64 |
| 2905 | 2026-08-11T21:41:29.106Z | [ helios-setup] Aug 11 21:41:27.878 INFO E| Compiling log v0.4.28 |
| 2906 | 2026-08-11T21:41:29.166Z | [ helios-setup] Aug 11 21:41:27.938 INFO E| Compiling miniz_oxide v0.8.9 |
| 2907 | 2026-08-11T21:41:29.181Z | [ helios-setup] Aug 11 21:41:27.953 INFO E| Compiling crc v3.3.0 |
| 2908 | 2026-08-11T21:41:29.249Z | [ helios-setup] Aug 11 21:41:28.021 INFO E| Compiling chrono v0.4.42 |
| 2909 | 2026-08-11T21:41:29.273Z | [ helios-setup] Aug 11 21:41:28.045 INFO E| Compiling array-init v0.0.4 |
| 2910 | 2026-08-11T21:41:29.393Z | [ helios-setup] Aug 11 21:41:28.166 INFO E| Compiling env_filter v0.1.4 |
| 2911 | 2026-08-11T21:41:29.417Z | [ helios-setup] Aug 11 21:41:28.190 INFO E| Compiling parking_lot v0.12.5 |
| 2912 | 2026-08-11T21:41:29.457Z | [ helios-setup] Aug 11 21:41:28.229 INFO E| Compiling smallvec v0.6.14 |
| 2913 | 2026-08-11T21:41:29.701Z | [ helios-setup] Aug 11 21:41:28.474 INFO E| Compiling serde_spanned v1.0.3 |
| 2914 | 2026-08-11T21:41:29.772Z | [ helios-setup] Aug 11 21:41:28.512 INFO E| Compiling signature v2.2.0 |
| 2915 | 2026-08-11T21:41:29.861Z | [ helios-setup] Aug 11 21:41:28.633 INFO E| Compiling time v0.3.44 |
| 2916 | 2026-08-11T21:41:29.921Z | [ helios-setup] Aug 11 21:41:28.692 INFO E| Compiling socket2 v0.6.1 |
| 2917 | 2026-08-11T21:41:29.921Z | [ helios-setup] Aug 11 21:41:28.692 INFO E| Compiling is-terminal v0.4.17 |
| 2918 | 2026-08-11T21:41:29.952Z | [ helios-setup] Aug 11 21:41:28.724 INFO E| Compiling mio v1.1.0 |
| 2919 | 2026-08-11T21:41:30.030Z | [ helios-setup] Aug 11 21:41:28.802 INFO E| Compiling signal-hook-registry v1.4.6 |
| 2920 | 2026-08-11T21:41:30.155Z | [ helios-setup] Aug 11 21:41:28.927 INFO E| Compiling thread_local v1.1.9 |
| 2921 | 2026-08-11T21:41:30.166Z | [ helios-setup] Aug 11 21:41:28.938 INFO E| Compiling toml_writer v1.0.4 |
| 2922 | 2026-08-11T21:41:30.436Z | [ helios-setup] Aug 11 21:41:29.208 INFO E| Compiling base64 v0.21.7 |
| 2923 | 2026-08-11T21:41:30.436Z | [ helios-setup] Aug 11 21:41:29.208 INFO E| Compiling subtle v2.6.1 |
| 2924 | 2026-08-11T21:41:30.472Z | [ helios-setup] Aug 11 21:41:29.245 INFO E| Compiling hashbrown v0.12.3 |
| 2925 | 2026-08-11T21:41:30.552Z | [ helios-setup] Aug 11 21:41:29.325 INFO E| Compiling winnow v0.5.40 |
| 2926 | 2026-08-11T21:41:30.571Z | [ helios-setup] Aug 11 21:41:29.343 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 2927 | 2026-08-11T21:41:30.631Z | [ helios-setup] Aug 11 21:41:29.404 INFO E| Compiling ryu v1.0.20 |
| 2928 | 2026-08-11T21:41:30.639Z | [ helios-setup] Aug 11 21:41:29.411 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 2929 | 2026-08-11T21:41:30.678Z | [ helios-setup] Aug 11 21:41:29.451 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 2930 | 2026-08-11T21:41:30.696Z | [ helios-setup] Aug 11 21:41:29.468 INFO E| Compiling term v1.2.0 |
| 2931 | 2026-08-11T21:41:30.710Z | [ helios-setup] Aug 11 21:41:29.483 INFO E| Compiling bzip2 v0.4.4 |
| 2932 | 2026-08-11T21:41:30.750Z | [ helios-setup] Aug 11 21:41:29.522 INFO E| Compiling flate2 v1.1.5 |
| 2933 | 2026-08-11T21:41:30.771Z | [ helios-setup] Aug 11 21:41:29.529 INFO E| Compiling uuid v1.18.1 |
| 2934 | 2026-08-11T21:41:30.784Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 40.78s |
| 2935 | 2026-08-11T21:41:30.952Z | [ helios-setup] Aug 11 21:41:29.723 INFO E| Compiling env_logger v0.11.8 |
| 2936 | 2026-08-11T21:41:30.971Z | [ helios-setup] Aug 11 21:41:29.743 INFO E| Compiling bitflags v1.3.2 |
| 2937 | 2026-08-11T21:41:31.023Z | [ helios-setup] Aug 11 21:41:29.795 INFO E| Compiling crc-any v2.5.0 |
| 2938 | 2026-08-11T21:41:31.053Z | [ helios-setup] Aug 11 21:41:29.825 INFO E| Compiling toml v0.9.8 |
| 2939 | 2026-08-11T21:41:31.092Z | [ helios-setup] Aug 11 21:41:29.864 INFO E| Compiling serde_derive v1.0.228 |
| 2940 | 2026-08-11T21:41:31.092Z | [ omicron-package] |
| 2941 | 2026-08-11T21:41:31.095Z | [ omicron-package] real 40.971503205 |
| 2942 | 2026-08-11T21:41:31.095Z | [ omicron-package] user 3:50.047221640 |
| 2943 | 2026-08-11T21:41:31.095Z | [ omicron-package] sys 27.348199497 |
| 2944 | 2026-08-11T21:41:31.095Z | [ omicron-package] trap 0.462624899 |
| 2945 | 2026-08-11T21:41:31.095Z | [ omicron-package] tflt 0.465458834 |
| 2946 | 2026-08-11T21:41:31.095Z | [ omicron-package] dflt 2.363429918 |
| 2947 | 2026-08-11T21:41:31.095Z | [ omicron-package] kflt 0.001761341 |
| 2948 | 2026-08-11T21:41:31.095Z | [ omicron-package] lock 12:10.557141832 |
| 2949 | 2026-08-11T21:41:31.095Z | [ omicron-package] slp 6:06.925428903 |
| 2950 | 2026-08-11T21:41:31.095Z | [ omicron-package] lat 1:05.387741031 |
| 2951 | 2026-08-11T21:41:31.095Z | [ omicron-package] stop 2:07.849762109 |
| 2952 | 2026-08-11T21:41:31.095Z | Aug 11 21:41:29.865 INFO [omicron-package] process exited with exit status: 0 (41.102337762s) |
| 2953 | 2026-08-11T21:41:31.095Z | Aug 11 21:41:29.865 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2954 | 2026-08-11T21:41:31.099Z | Aug 11 21:41:29.871 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2955 | 2026-08-11T21:41:31.107Z | [ helios-setup] Aug 11 21:41:29.879 INFO E| Compiling zerocopy-derive v0.8.27 |
| 2956 | 2026-08-11T21:41:31.110Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2957 | 2026-08-11T21:41:31.110Z | [ host-target] Created new build target 'host' and set it as active |
| 2958 | 2026-08-11T21:41:31.110Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2959 | 2026-08-11T21:41:31.110Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2960 | 2026-08-11T21:41:31.113Z | Aug 11 21:41:29.885 INFO [host-target] process exited with exit status: 0 (19.448105ms) |
| 2961 | 2026-08-11T21:41:31.113Z | Aug 11 21:41:29.885 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2962 | 2026-08-11T21:41:31.116Z | Aug 11 21:41:29.887 INFO [recovery-target] process exited with exit status: 0 (15.199712ms) |
| 2963 | 2026-08-11T21:41:31.121Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2964 | 2026-08-11T21:41:31.329Z | [ helios-setup] Aug 11 21:41:30.101 INFO E| Compiling der_derive v0.7.3 |
| 2965 | 2026-08-11T21:41:31.375Z | [ helios-setup] Aug 11 21:41:30.147 INFO E| Compiling futures-macro v0.3.31 |
| 2966 | 2026-08-11T21:41:31.475Z | [ helios-setup] Aug 11 21:41:30.247 INFO E| Compiling num_enum_derive v0.7.5 |
| 2967 | 2026-08-11T21:41:31.566Z | [ helios-setup] Aug 11 21:41:30.338 INFO E| Compiling bitfield-macros v0.19.3 |
| 2968 | 2026-08-11T21:41:31.805Z | [ helios-setup] Aug 11 21:41:30.577 INFO E| Compiling thiserror-impl v1.0.69 |
| 2969 | 2026-08-11T21:41:31.814Z | [ helios-setup] Aug 11 21:41:30.587 INFO E| Compiling zerocopy-derive v0.6.6 |
| 2970 | 2026-08-11T21:41:31.839Z | [ helios-setup] Aug 11 21:41:30.611 INFO E| Compiling clap_derive v4.5.49 |
| 2971 | 2026-08-11T21:41:32.018Z | [ helios-setup] Aug 11 21:41:30.791 INFO E| Compiling tokio-macros v2.6.0 |
| 2972 | 2026-08-11T21:41:32.355Z | [ helios-setup] Aug 11 21:41:31.128 INFO E| Compiling futures-util v0.3.31 |
| 2973 | 2026-08-11T21:41:32.399Z | [ helios-setup] Aug 11 21:41:31.172 INFO E| Compiling bitfield v0.19.3 |
| 2974 | 2026-08-11T21:41:32.498Z | [ helios-setup] Aug 11 21:41:31.269 INFO E| Compiling thiserror-impl v2.0.17 |
| 2975 | 2026-08-11T21:41:32.619Z | [ helios-setup] Aug 11 21:41:31.391 INFO E| Compiling der v0.7.10 |
| 2976 | 2026-08-11T21:41:32.643Z | [ helios-setup] Aug 11 21:41:31.415 INFO E| Compiling num_enum v0.7.5 |
| 2977 | 2026-08-11T21:41:32.698Z | [ helios-setup] Aug 11 21:41:31.471 INFO E| Compiling rustc-hash v2.1.1 |
| 2978 | 2026-08-11T21:41:32.711Z | [ helios-setup] Aug 11 21:41:31.483 INFO E| Compiling foldhash v0.2.0 |
| 2979 | 2026-08-11T21:41:32.743Z | [ helios-setup] Aug 11 21:41:31.515 INFO E| Compiling devinfo v0.1.0 |
| 2980 | 2026-08-11T21:41:32.783Z | [ helios-setup] Aug 11 21:41:31.555 INFO E| Compiling hex v0.4.3 |
| 2981 | 2026-08-11T21:41:32.846Z | [ helios-setup] Aug 11 21:41:31.613 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 2982 | 2026-08-11T21:41:32.854Z | [ helios-setup] Aug 11 21:41:31.627 INFO E| Compiling zerocopy v0.6.6 |
| 2983 | 2026-08-11T21:41:32.926Z | [ helios-setup] Aug 11 21:41:31.699 INFO E| Compiling tokio v1.48.0 |
| 2984 | 2026-08-11T21:41:33.062Z | [ helios-setup] Aug 11 21:41:31.833 INFO E| Compiling iddqd v0.3.14 |
| 2985 | 2026-08-11T21:41:33.066Z | [ host-package] Compiling heck v0.5.0 |
| 2986 | 2026-08-11T21:41:33.067Z | [ host-package] Compiling regress v0.11.1 |
| 2987 | 2026-08-11T21:41:33.128Z | [ host-package] Compiling unsafe-libyaml v0.2.11 |
| 2988 | 2026-08-11T21:41:33.128Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2989 | 2026-08-11T21:41:33.132Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2990 | 2026-08-11T21:41:33.132Z | [ host-package] Compiling derive-where v1.6.0 |
| 2991 | 2026-08-11T21:41:33.132Z | [ host-package] Compiling bytecount v0.6.9 |
| 2992 | 2026-08-11T21:41:33.132Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2993 | 2026-08-11T21:41:33.132Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 2994 | 2026-08-11T21:41:33.132Z | [ host-package] Compiling is-terminal v0.4.17 |
| 2995 | 2026-08-11T21:41:33.132Z | [ host-package] Compiling prettyplease v0.2.37 |
| 2996 | 2026-08-11T21:41:33.132Z | [ host-package] Compiling console v0.15.11 |
| 2997 | 2026-08-11T21:41:33.132Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2998 | 2026-08-11T21:41:33.132Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2999 | 2026-08-11T21:41:33.132Z | [ host-package] Compiling resolv-conf v0.7.6 |
| 3000 | 2026-08-11T21:41:33.132Z | [ helios-setup] Aug 11 21:41:31.900 INFO E| Compiling zip v0.6.6 |
| 3001 | 2026-08-11T21:41:33.230Z | [ helios-setup] Aug 11 21:41:32.003 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3002 | 2026-08-11T21:41:33.461Z | [ helios-setup] Aug 11 21:41:32.233 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3003 | 2026-08-11T21:41:33.485Z | [ helios-setup] Aug 11 21:41:32.257 INFO E| Compiling path-slash v0.1.5 |
| 3004 | 2026-08-11T21:41:33.821Z | [ host-package] Compiling num-rational v0.4.2 |
| 3005 | 2026-08-11T21:41:33.947Z | [ helios-setup] Aug 11 21:41:32.719 INFO E| Compiling spki v0.7.3 |
| 3006 | 2026-08-11T21:41:34.038Z | [ helios-setup] Aug 11 21:41:32.810 INFO E| Compiling clap v4.5.51 |
| 3007 | 2026-08-11T21:41:34.248Z | [ helios-setup] Aug 11 21:41:33.021 INFO E| Compiling pkcs8 v0.10.2 |
| 3008 | 2026-08-11T21:41:34.252Z | [ helios-setup] Aug 11 21:41:33.024 INFO E| Compiling x509-cert v0.2.5 |
| 3009 | 2026-08-11T21:41:34.349Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3010 | 2026-08-11T21:41:34.352Z | [ host-package] Compiling num-complex v0.4.6 |
| 3011 | 2026-08-11T21:41:34.568Z | [ host-package] Compiling expectorate v1.2.0 |
| 3012 | 2026-08-11T21:41:34.571Z | [ host-package] Compiling thread_local v1.1.9 |
| 3013 | 2026-08-11T21:41:34.577Z | [ helios-setup] Aug 11 21:41:33.350 INFO E| Compiling pkcs1 v0.7.5 |
| 3014 | 2026-08-11T21:41:34.635Z | [ helios-setup] Aug 11 21:41:33.408 INFO E| Compiling ppv-lite86 v0.2.21 |
| 3015 | 2026-08-11T21:41:35.311Z | [ helios-setup] Aug 11 21:41:34.083 INFO E| Compiling erased-serde v0.3.31 |
| 3016 | 2026-08-11T21:41:35.322Z | [ helios-setup] Aug 11 21:41:34.094 INFO E| Compiling rand_chacha v0.3.1 |
| 3017 | 2026-08-11T21:41:35.386Z | [ host-package] Compiling match_cfg v0.1.0 |
| 3018 | 2026-08-11T21:41:35.391Z | [ host-package] Compiling compression-core v0.4.31 |
| 3019 | 2026-08-11T21:41:35.391Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 3020 | 2026-08-11T21:41:35.391Z | [ host-package] Compiling unicode-width v0.1.14 |
| 3021 | 2026-08-11T21:41:35.391Z | [ host-package] Compiling multer v3.1.0 |
| 3022 | 2026-08-11T21:41:35.438Z | [ helios-setup] Aug 11 21:41:34.210 INFO E| Compiling toml_datetime v0.6.11 |
| 3023 | 2026-08-11T21:41:35.449Z | [ host-package] Compiling slog-async v2.8.0 |
| 3024 | 2026-08-11T21:41:35.522Z | [ helios-setup] Aug 11 21:41:34.294 INFO E| Compiling serde_spanned v0.6.9 |
| 3025 | 2026-08-11T21:41:35.537Z | [ helios-setup] Aug 11 21:41:34.309 INFO E| Compiling serde-hex v0.1.0 |
| 3026 | 2026-08-11T21:41:35.554Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 3027 | 2026-08-11T21:41:35.687Z | [ host-package] Compiling slog-json v2.6.1 |
| 3028 | 2026-08-11T21:41:35.722Z | [ helios-setup] Aug 11 21:41:34.494 INFO E| Compiling rand v0.8.5 |
| 3029 | 2026-08-11T21:41:35.727Z | [ helios-setup] Aug 11 21:41:34.500 INFO E| Compiling toml_edit v0.19.15 |
| 3030 | 2026-08-11T21:41:35.749Z | [ helios-setup] Aug 11 21:41:34.520 INFO E| Compiling ron v0.8.1 |
| 3031 | 2026-08-11T21:41:35.762Z | [ helios-setup] Aug 11 21:41:34.534 INFO E| Compiling hashbrown v0.13.2 |
| 3032 | 2026-08-11T21:41:35.863Z | [ helios-setup] Aug 11 21:41:34.634 INFO E| Compiling futures-executor v0.3.31 |
| 3033 | 2026-08-11T21:41:36.122Z | [ host-package] Compiling num v0.4.3 |
| 3034 | 2026-08-11T21:41:36.145Z | [ helios-setup] Aug 11 21:41:34.917 INFO E| Compiling futures v0.3.31 |
| 3035 | 2026-08-11T21:41:36.341Z | [ host-package] Compiling compression-codecs v0.4.37 |
| 3036 | 2026-08-11T21:41:36.344Z | [ host-package] Compiling serde_spanned v1.1.1 |
| 3037 | 2026-08-11T21:41:36.344Z | [ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3038 | 2026-08-11T21:41:36.398Z | [ host-package] Compiling float-ord v0.3.2 |
| 3039 | 2026-08-11T21:41:36.402Z | [ host-package] Compiling take_mut v0.2.2 |
| 3040 | 2026-08-11T21:41:36.402Z | [ host-package] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3041 | 2026-08-11T21:41:36.402Z | [ host-package] Compiling oxide-update-engine-types v0.1.2 |
| 3042 | 2026-08-11T21:41:36.562Z | [ helios-setup] Aug 11 21:41:35.335 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3043 | 2026-08-11T21:41:36.605Z | [ helios-setup] Aug 11 21:41:35.377 INFO E| Compiling slog-term v2.9.2 |
| 3044 | 2026-08-11T21:41:36.610Z | [ helios-setup] Aug 11 21:41:35.383 INFO E| Compiling object v0.30.4 |
| 3045 | 2026-08-11T21:41:36.720Z | [ host-package] Compiling typify-impl v0.6.2 |
| 3046 | 2026-08-11T21:41:36.732Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 3047 | 2026-08-11T21:41:36.748Z | [ helios-setup] Aug 11 21:41:35.521 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3048 | 2026-08-11T21:41:37.317Z | [ helios-setup] Aug 11 21:41:36.034 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3049 | 2026-08-11T21:41:37.321Z | [ host-package] Compiling hostname v0.3.1 |
| 3050 | 2026-08-11T21:41:37.322Z | [ host-package] Compiling term v1.2.1 |
| 3051 | 2026-08-11T21:41:37.322Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3052 | 2026-08-11T21:41:37.531Z | [ helios-setup] Aug 11 21:41:36.303 INFO E| Compiling rsa v0.9.8 |
| 3053 | 2026-08-11T21:41:37.704Z | [ host-package] Compiling lru-cache v0.1.2 |
| 3054 | 2026-08-11T21:41:37.767Z | [ helios-setup] Aug 11 21:41:36.537 INFO E| Compiling toml v0.7.8 |
| 3055 | 2026-08-11T21:41:38.018Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 3056 | 2026-08-11T21:41:38.387Z | [ host-package] Compiling toml v1.1.2+spec-1.1.0 |
| 3057 | 2026-08-11T21:41:38.387Z | [ host-package] Compiling slog-term v2.9.2 |
| 3058 | 2026-08-11T21:41:38.412Z | [ host-package] Compiling async-stream v0.3.6 |
| 3059 | 2026-08-11T21:41:38.898Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3060 | 2026-08-11T21:41:39.190Z | [ host-package] Compiling serde_yaml v0.9.34+deprecated |
| 3061 | 2026-08-11T21:41:39.275Z | [ host-package] Compiling dropshot v0.17.1 |
| 3062 | 2026-08-11T21:41:39.350Z | [ host-package] Compiling async-compression v0.4.41 |
| 3063 | 2026-08-11T21:41:39.354Z | [ host-package] Compiling sha1 v0.11.0 |
| 3064 | 2026-08-11T21:41:39.411Z | [ host-package] Compiling progenitor-client v0.14.0 |
| 3065 | 2026-08-11T21:41:39.456Z | [ host-package] Compiling waitgroup v0.1.2 |
| 3066 | 2026-08-11T21:41:39.664Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3067 | 2026-08-11T21:41:39.697Z | [ helios-setup] Aug 11 21:41:38.469 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3068 | 2026-08-11T21:41:39.732Z | [ helios-setup] Aug 11 21:41:38.504 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3069 | 2026-08-11T21:41:39.847Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 3070 | 2026-08-11T21:41:39.922Z | [ host-package] Compiling backon v1.6.0 |
| 3071 | 2026-08-11T21:41:40.225Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 3072 | 2026-08-11T21:41:40.339Z | [ host-package] Compiling hostname v0.4.2 |
| 3073 | 2026-08-11T21:41:40.339Z | [ host-package] Compiling instant v0.1.13 |
| 3074 | 2026-08-11T21:41:40.350Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 3075 | 2026-08-11T21:41:40.371Z | [ host-package] Compiling linear-map v1.2.0 |
| 3076 | 2026-08-11T21:41:40.375Z | [ host-package] Compiling minimal-lexical v0.2.1 |
| 3077 | 2026-08-11T21:41:40.815Z | [ host-package] Compiling progenitor-extras v0.2.0 |
| 3078 | 2026-08-11T21:41:40.818Z | [ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3079 | 2026-08-11T21:41:40.818Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3080 | 2026-08-11T21:41:40.842Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3081 | 2026-08-11T21:41:41.542Z | [ host-package] Compiling oxide-update-engine v0.1.2 |
| 3082 | 2026-08-11T21:41:41.551Z | [ host-package] Compiling nom v7.1.3 |
| 3083 | 2026-08-11T21:41:41.590Z | [ host-package] Compiling parse-display v0.10.0 |
| 3084 | 2026-08-11T21:41:41.595Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3085 | 2026-08-11T21:41:41.774Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 3086 | 2026-08-11T21:41:42.154Z | [ host-package] Compiling regress v0.10.5 |
| 3087 | 2026-08-11T21:41:42.297Z | [ host-package] Compiling backoff v0.4.0 |
| 3088 | 2026-08-11T21:41:42.302Z | [ host-package] Compiling itertools v0.14.0 |
| 3089 | 2026-08-11T21:41:42.504Z | [ host-package] Compiling typify-macro v0.6.2 |
| 3090 | 2026-08-11T21:41:42.989Z | [ host-package] Compiling macaddr v1.0.1 |
| 3091 | 2026-08-11T21:41:43.082Z | [ host-package] Compiling humantime v2.3.0 |
| 3092 | 2026-08-11T21:41:43.238Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 3093 | 2026-08-11T21:41:43.354Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3094 | 2026-08-11T21:41:43.734Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3095 | 2026-08-11T21:41:43.800Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3096 | 2026-08-11T21:41:43.891Z | [ host-package] Compiling convert_case v0.10.0 |
| 3097 | 2026-08-11T21:41:43.981Z | [ host-package] Compiling owo-colors v4.3.0 |
| 3098 | 2026-08-11T21:41:44.153Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3099 | 2026-08-11T21:41:44.285Z | [ host-package] Compiling toml v0.8.23 |
| 3100 | 2026-08-11T21:41:44.328Z | [ host-package] Compiling derive_more-impl v2.1.1 |
| 3101 | 2026-08-11T21:41:44.392Z | [ host-package] Compiling typify v0.6.2 |
| 3102 | 2026-08-11T21:41:44.564Z | [ host-package] Compiling progenitor-impl v0.14.0 |
| 3103 | 2026-08-11T21:41:44.618Z | [ helios-setup] Aug 11 21:41:43.390 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3104 | 2026-08-11T21:41:44.826Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3105 | 2026-08-11T21:41:44.963Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3106 | 2026-08-11T21:41:45.112Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 3107 | 2026-08-11T21:41:45.269Z | [ host-package] Compiling papergrid v0.11.0 |
| 3108 | 2026-08-11T21:41:45.326Z | [ host-package] Compiling derive_more v2.1.1 |
| 3109 | 2026-08-11T21:41:45.330Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 3110 | 2026-08-11T21:41:45.554Z | [ host-package] Compiling termtree v0.5.1 |
| 3111 | 2026-08-11T21:41:45.604Z | [ host-package] Compiling crossterm v0.29.0 |
| 3112 | 2026-08-11T21:41:45.800Z | [ helios-setup] Aug 11 21:41:44.572 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3113 | 2026-08-11T21:41:45.983Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3114 | 2026-08-11T21:41:46.046Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3115 | 2026-08-11T21:41:46.593Z | [ host-package] Compiling qorb v0.4.1 |
| 3116 | 2026-08-11T21:41:47.194Z | [ host-package] Compiling progenitor-macro v0.14.0 |
| 3117 | 2026-08-11T21:41:48.103Z | [ host-package] Compiling tabled v0.15.0 |
| 3118 | 2026-08-11T21:41:48.338Z | [ host-package] Compiling phf_shared v0.12.1 |
| 3119 | 2026-08-11T21:41:48.704Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3120 | 2026-08-11T21:41:49.434Z | [ host-package] Compiling vte v0.14.1 |
| 3121 | 2026-08-11T21:41:49.511Z | [ host-package] Compiling csv-core v0.1.13 |
| 3122 | 2026-08-11T21:41:49.539Z | [ host-package] Compiling highway v1.3.0 |
| 3123 | 2026-08-11T21:41:49.768Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 3124 | 2026-08-11T21:41:49.963Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3125 | 2026-08-11T21:41:50.115Z | [ host-package] Compiling csv v1.4.0 |
| 3126 | 2026-08-11T21:41:50.319Z | [ host-package] Compiling strip-ansi-escapes v0.2.1 |
| 3127 | 2026-08-11T21:41:50.329Z | [ helios-setup] Aug 11 21:41:49.101 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3128 | 2026-08-11T21:41:51.185Z | [ host-package] Compiling phf v0.12.1 |
| 3129 | 2026-08-11T21:41:51.411Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3130 | 2026-08-11T21:41:51.569Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 3131 | 2026-08-11T21:41:51.739Z | [ host-package] Compiling fd-lock v4.0.4 |
| 3132 | 2026-08-11T21:41:51.951Z | [ host-package] Compiling peg-macros v0.8.5 |
| 3133 | 2026-08-11T21:41:51.991Z | [ host-package] Compiling nu-ansi-term v0.50.3 |
| 3134 | 2026-08-11T21:41:52.302Z | [ host-package] Compiling progenitor v0.14.0 |
| 3135 | 2026-08-11T21:41:52.395Z | [ host-package] Compiling reedline v0.40.0 |
| 3136 | 2026-08-11T21:41:52.496Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3137 | 2026-08-11T21:41:52.547Z | [ host-package] Compiling const_format v0.2.35 |
| 3138 | 2026-08-11T21:41:52.660Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3139 | 2026-08-11T21:41:53.207Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3140 | 2026-08-11T21:41:53.261Z | [ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3141 | 2026-08-11T21:41:54.398Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3142 | 2026-08-11T21:41:54.755Z | [ host-package] Compiling peg v0.8.5 |
| 3143 | 2026-08-11T21:41:54.831Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3144 | 2026-08-11T21:41:54.961Z | [ host-package] Compiling bcs v0.1.6 |
| 3145 | 2026-08-11T21:41:55.635Z | [ host-package] Compiling nom v8.0.0 |
| 3146 | 2026-08-11T21:41:55.952Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3147 | 2026-08-11T21:41:56.729Z | [ host-package] Compiling semver v0.1.20 |
| 3148 | 2026-08-11T21:41:56.862Z | [ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3149 | 2026-08-11T21:41:57.093Z | [ host-package] Compiling rustc_version v0.1.7 |
| 3150 | 2026-08-11T21:41:57.209Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3151 | 2026-08-11T21:41:57.289Z | [ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3152 | 2026-08-11T21:41:57.362Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3153 | 2026-08-11T21:41:57.723Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 3154 | 2026-08-11T21:41:57.932Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 3155 | 2026-08-11T21:41:58.181Z | [ host-package] Compiling smawk v0.3.2 |
| 3156 | 2026-08-11T21:41:58.432Z | [ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3157 | 2026-08-11T21:41:58.538Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3158 | 2026-08-11T21:41:58.608Z | [ host-package] Compiling textwrap v0.16.2 |
| 3159 | 2026-08-11T21:41:59.248Z | [ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3160 | 2026-08-11T21:41:59.434Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3161 | 2026-08-11T21:41:59.828Z | [ host-package] Compiling steno v0.4.1 |
| 3162 | 2026-08-11T21:41:59.888Z | [ host-package] Compiling dropshot-api-manager-types v0.7.2 |
| 3163 | 2026-08-11T21:42:00.460Z | [ host-package] Compiling sha1 v0.10.6 |
| 3164 | 2026-08-11T21:42:00.506Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3165 | 2026-08-11T21:42:00.592Z | [ host-package] Compiling utf-8 v0.7.6 |
| 3166 | 2026-08-11T21:42:00.700Z | [ host-package] Compiling tagptr v0.2.0 |
| 3167 | 2026-08-11T21:42:01.074Z | [ host-package] Compiling moka v0.12.13 |
| 3168 | 2026-08-11T21:42:01.138Z | [ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3169 | 2026-08-11T21:42:01.180Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3170 | 2026-08-11T21:42:01.374Z | [ host-package] Compiling tungstenite v0.21.0 |
| 3171 | 2026-08-11T21:42:01.507Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3172 | 2026-08-11T21:42:01.670Z | [ host-package] Compiling darling_core v0.21.3 |
| 3173 | 2026-08-11T21:42:02.343Z | [ helios-setup] Aug 11 21:42:01.115 INFO E| Finished `release` profile [optimized] target(s) in 40.09s |
| 3174 | 2026-08-11T21:42:02.347Z | [ helios-setup] Aug 11 21:42:01.118 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3175 | 2026-08-11T21:42:02.347Z | [ helios-setup] Aug 11 21:42:01.118 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3176 | 2026-08-11T21:42:02.404Z | [ helios-setup] Aug 11 21:42:01.177 INFO building project "pilot" ok (40 seconds) |
| 3177 | 2026-08-11T21:42:02.405Z | [ helios-setup] Aug 11 21:42:01.177 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 3178 | 2026-08-11T21:42:02.408Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3179 | 2026-08-11T21:42:02.413Z | [ helios-setup] Aug 11 21:42:01.185 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)" |
| 3180 | 2026-08-11T21:42:02.414Z | [ helios-setup] Aug 11 21:42:01.185 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 3181 | 2026-08-11T21:42:02.417Z | [ helios-setup] Aug 11 21:42:01.185 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 3182 | 2026-08-11T21:42:02.524Z | [ helios-setup] Aug 11 21:42:01.296 INFO E| Downloading crates ... |
| 3183 | 2026-08-11T21:42:02.578Z | [ helios-setup] Aug 11 21:42:01.350 INFO E| Downloaded cpufeatures v0.2.5 |
| 3184 | 2026-08-11T21:42:02.581Z | [ helios-setup] Aug 11 21:42:01.351 INFO E| Downloaded flate2 v1.0.25 |
| 3185 | 2026-08-11T21:42:02.584Z | [ helios-setup] Aug 11 21:42:01.356 INFO E| Downloaded miniz_oxide v0.6.2 |
| 3186 | 2026-08-11T21:42:02.590Z | [ helios-setup] Aug 11 21:42:01.362 INFO E| Downloaded block-buffer v0.10.3 |
| 3187 | 2026-08-11T21:42:02.593Z | [ helios-setup] Aug 11 21:42:01.363 INFO E| Downloaded unicode-width v0.1.10 |
| 3188 | 2026-08-11T21:42:02.593Z | [ helios-setup] Aug 11 21:42:01.364 INFO E| Downloaded anyhow v1.0.62 |
| 3189 | 2026-08-11T21:42:02.596Z | [ helios-setup] Aug 11 21:42:01.366 INFO E| Downloaded generic-array v0.14.6 |
| 3190 | 2026-08-11T21:42:02.597Z | [ helios-setup] Aug 11 21:42:01.367 INFO E| Downloaded digest v0.10.3 |
| 3191 | 2026-08-11T21:42:02.597Z | [ helios-setup] Aug 11 21:42:01.368 INFO E| Downloaded sha2 v0.10.5 |
| 3192 | 2026-08-11T21:42:02.600Z | [ helios-setup] Aug 11 21:42:01.369 INFO E| Downloaded typenum v1.15.0 |
| 3193 | 2026-08-11T21:42:02.600Z | [ helios-setup] Aug 11 21:42:01.371 INFO E| Downloaded bytes v1.2.1 |
| 3194 | 2026-08-11T21:42:02.644Z | [ helios-setup] Aug 11 21:42:01.416 INFO E| Compiling version_check v0.9.4 |
| 3195 | 2026-08-11T21:42:02.644Z | [ helios-setup] Aug 11 21:42:01.416 INFO E| Compiling typenum v1.15.0 |
| 3196 | 2026-08-11T21:42:02.644Z | [ helios-setup] Aug 11 21:42:01.416 INFO E| Compiling crc32fast v1.3.2 |
| 3197 | 2026-08-11T21:42:02.647Z | [ helios-setup] Aug 11 21:42:01.416 INFO E| Compiling cfg-if v1.0.0 |
| 3198 | 2026-08-11T21:42:02.647Z | [ helios-setup] Aug 11 21:42:01.416 INFO E| Compiling adler v1.0.2 |
| 3199 | 2026-08-11T21:42:02.647Z | [ helios-setup] Aug 11 21:42:01.416 INFO E| Compiling anyhow v1.0.62 |
| 3200 | 2026-08-11T21:42:02.651Z | [ helios-setup] Aug 11 21:42:01.423 INFO E| Compiling unicode-width v0.1.10 |
| 3201 | 2026-08-11T21:42:02.651Z | [ helios-setup] Aug 11 21:42:01.424 INFO E| Compiling cpufeatures v0.2.5 |
| 3202 | 2026-08-11T21:42:02.654Z | [ helios-setup] Aug 11 21:42:01.424 INFO E| Compiling bytes v1.2.1 |
| 3203 | 2026-08-11T21:42:02.654Z | [ helios-setup] Aug 11 21:42:01.424 INFO E| Compiling bitflags v1.3.2 |
| 3204 | 2026-08-11T21:42:02.824Z | [ helios-setup] Aug 11 21:42:01.596 INFO E| Compiling getopts v0.2.21 |
| 3205 | 2026-08-11T21:42:02.829Z | [ helios-setup] Aug 11 21:42:01.601 INFO E| Compiling miniz_oxide v0.6.2 |
| 3206 | 2026-08-11T21:42:03.179Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3207 | 2026-08-11T21:42:03.218Z | [ host-package] Compiling display-error-chain v0.2.2 |
| 3208 | 2026-08-11T21:42:03.323Z | [ helios-setup] Aug 11 21:42:02.095 INFO E| Compiling generic-array v0.14.6 |
| 3209 | 2026-08-11T21:42:03.467Z | [ helios-setup] Aug 11 21:42:02.239 INFO E| Compiling flate2 v1.0.25 |
| 3210 | 2026-08-11T21:42:03.616Z | [ host-package] Compiling libscf-sys v1.2.0 |
| 3211 | 2026-08-11T21:42:03.875Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3212 | 2026-08-11T21:42:03.995Z | [ host-package] Compiling vergen-lib v0.1.6 |
| 3213 | 2026-08-11T21:42:04.121Z | [ host-package] Compiling diesel_derives v2.3.7 |
| 3214 | 2026-08-11T21:42:04.393Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3215 | 2026-08-11T21:42:04.443Z | [ host-package] Compiling darling_macro v0.21.3 |
| 3216 | 2026-08-11T21:42:04.633Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3217 | 2026-08-11T21:42:04.783Z | [ helios-setup] Aug 11 21:42:03.555 INFO E| Compiling block-buffer v0.10.3 |
| 3218 | 2026-08-11T21:42:04.783Z | [ helios-setup] Aug 11 21:42:03.555 INFO E| Compiling crypto-common v0.1.6 |
| 3219 | 2026-08-11T21:42:04.813Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3220 | 2026-08-11T21:42:04.916Z | [ helios-setup] Aug 11 21:42:03.688 INFO E| Compiling digest v0.10.3 |
| 3221 | 2026-08-11T21:42:05.093Z | [ helios-setup] Aug 11 21:42:03.865 INFO E| Compiling sha2 v0.10.5 |
| 3222 | 2026-08-11T21:42:05.140Z | [ host-package] Compiling darling v0.21.3 |
| 3223 | 2026-08-11T21:42:05.259Z | [ host-package] Compiling dsl_auto_type v0.2.0 |
| 3224 | 2026-08-11T21:42:05.303Z | [ host-package] Compiling diesel_table_macro_syntax v0.3.0 |
| 3225 | 2026-08-11T21:42:05.303Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3226 | 2026-08-11T21:42:05.327Z | [ helios-setup] Aug 11 21:42:04.099 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 3227 | 2026-08-11T21:42:05.443Z | [ host-package] Compiling crunchy v0.2.4 |
| 3228 | 2026-08-11T21:42:05.573Z | [ host-package] Compiling glob v0.3.3 |
| 3229 | 2026-08-11T21:42:05.639Z | [ host-package] Compiling maplit v1.0.2 |
| 3230 | 2026-08-11T21:42:05.862Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3231 | 2026-08-11T21:42:05.965Z | [ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3232 | 2026-08-11T21:42:05.991Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3233 | 2026-08-11T21:42:06.055Z | [ host-package] Compiling clang-sys v1.8.1 |
| 3234 | 2026-08-11T21:42:06.138Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3235 | 2026-08-11T21:42:06.490Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3236 | 2026-08-11T21:42:06.553Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3237 | 2026-08-11T21:42:06.680Z | [ host-package] Compiling papergrid v0.18.0 |
| 3238 | 2026-08-11T21:42:06.750Z | [ host-package] Compiling downcast-rs v2.0.2 |
| 3239 | 2026-08-11T21:42:07.018Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3240 | 2026-08-11T21:42:07.673Z | [ host-package] Compiling term v0.7.0 |
| 3241 | 2026-08-11T21:42:07.687Z | [ helios-setup] Aug 11 21:42:06.459 INFO E| Finished `release` profile [optimized] target(s) in 5.26s |
| 3242 | 2026-08-11T21:42:07.700Z | [ helios-setup] Aug 11 21:42:06.472 INFO building project "bootserver" ok (5 seconds) |
| 3243 | 2026-08-11T21:42:07.701Z | [ helios-setup] Aug 11 21:42:06.472 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 3244 | 2026-08-11T21:42:07.980Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3245 | 2026-08-11T21:42:08.247Z | [ host-package] Compiling tabled v0.21.0 |
| 3246 | 2026-08-11T21:42:09.003Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3247 | 2026-08-11T21:42:09.245Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3248 | 2026-08-11T21:42:09.268Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3249 | 2026-08-11T21:42:09.373Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3250 | 2026-08-11T21:42:09.487Z | [ host-package] Compiling bit-set v0.5.3 |
| 3251 | 2026-08-11T21:42:09.650Z | [ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3252 | 2026-08-11T21:42:09.717Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3253 | 2026-08-11T21:42:09.756Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3254 | 2026-08-11T21:42:10.009Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3255 | 2026-08-11T21:42:10.032Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3256 | 2026-08-11T21:42:10.243Z | [ host-package] Compiling itertools v0.10.5 |
| 3257 | 2026-08-11T21:42:10.277Z | [ host-package] Compiling ena v0.14.4 |
| 3258 | 2026-08-11T21:42:10.280Z | [ host-package] Compiling libloading v0.8.9 |
| 3259 | 2026-08-11T21:42:10.368Z | [ host-package] Compiling diff v0.1.13 |
| 3260 | 2026-08-11T21:42:10.536Z | [ host-package] Compiling unicase v2.9.0 |
| 3261 | 2026-08-11T21:42:10.699Z | [ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3262 | 2026-08-11T21:42:10.727Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3263 | 2026-08-11T21:42:10.727Z | [ host-package] Compiling bindgen v0.71.1 |
| 3264 | 2026-08-11T21:42:10.869Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3265 | 2026-08-11T21:42:11.191Z | [ host-package] Compiling xshell v0.2.7 |
| 3266 | 2026-08-11T21:42:11.280Z | [ host-package] Compiling diesel v2.3.7 |
| 3267 | 2026-08-11T21:42:11.762Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3268 | 2026-08-11T21:42:12.252Z | [ host-package] Compiling cexpr v0.6.0 |
| 3269 | 2026-08-11T21:42:12.541Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3270 | 2026-08-11T21:42:12.652Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3271 | 2026-08-11T21:42:12.892Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3272 | 2026-08-11T21:42:12.986Z | [ host-package] Compiling rustc-hash v2.1.1 |
| 3273 | 2026-08-11T21:42:13.061Z | [ host-package] Compiling crc8 v0.1.1 |
| 3274 | 2026-08-11T21:42:13.611Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3275 | 2026-08-11T21:42:13.692Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3276 | 2026-08-11T21:42:13.766Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3277 | 2026-08-11T21:42:13.789Z | [ host-package] Compiling headers-core v0.3.0 |
| 3278 | 2026-08-11T21:42:13.952Z | [ host-package] Compiling libxml v0.3.3 |
| 3279 | 2026-08-11T21:42:14.332Z | [ host-package] Compiling headers v0.4.1 |
| 3280 | 2026-08-11T21:42:14.431Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3281 | 2026-08-11T21:42:14.435Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3282 | 2026-08-11T21:42:14.727Z | [ host-package] Compiling indoc v1.0.9 |
| 3283 | 2026-08-11T21:42:15.042Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3284 | 2026-08-11T21:42:15.286Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3285 | 2026-08-11T21:42:15.364Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3286 | 2026-08-11T21:42:15.564Z | [ host-package] Compiling quick-xml v0.37.5 |
| 3287 | 2026-08-11T21:42:15.936Z | [ host-package] Compiling impl-trait-for-tuples v0.2.3 |
| 3288 | 2026-08-11T21:42:15.980Z | [ host-package] Compiling openssl-probe v0.1.6 |
| 3289 | 2026-08-11T21:42:16.132Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3290 | 2026-08-11T21:42:16.293Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3291 | 2026-08-11T21:42:16.417Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3292 | 2026-08-11T21:42:16.732Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3293 | 2026-08-11T21:42:16.782Z | [ host-package] Compiling bb8 v0.8.6 |
| 3294 | 2026-08-11T21:42:16.884Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3295 | 2026-08-11T21:42:17.021Z | [ host-package] Compiling half v1.8.3 |
| 3296 | 2026-08-11T21:42:17.211Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3297 | 2026-08-11T21:42:17.360Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3298 | 2026-08-11T21:42:17.605Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3299 | 2026-08-11T21:42:17.676Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3300 | 2026-08-11T21:42:17.708Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3301 | 2026-08-11T21:42:17.729Z | [ host-package] Compiling progenitor-impl v0.13.0 |
| 3302 | 2026-08-11T21:42:18.548Z | [ host-package] Compiling samael v0.0.19 |
| 3303 | 2026-08-11T21:42:18.672Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3304 | 2026-08-11T21:42:18.723Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3305 | 2026-08-11T21:42:18.773Z | [ host-package] Compiling nonempty v0.12.0 |
| 3306 | 2026-08-11T21:42:18.819Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3307 | 2026-08-11T21:42:19.180Z | [ host-package] Compiling progenitor-client v0.13.0 |
| 3308 | 2026-08-11T21:42:19.907Z | [ host-package] Compiling fxhash v0.2.1 |
| 3309 | 2026-08-11T21:42:20.128Z | [ host-package] Compiling libz-sys v1.1.24 |
| 3310 | 2026-08-11T21:42:20.181Z | [ host-package] Compiling salty v0.3.0 |
| 3311 | 2026-08-11T21:42:20.283Z | [ host-package] Compiling progenitor-macro v0.13.0 |
| 3312 | 2026-08-11T21:42:20.537Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3313 | 2026-08-11T21:42:20.692Z | [ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3314 | 2026-08-11T21:42:20.803Z | [ host-package] Compiling kstat-rs v0.2.5 |
| 3315 | 2026-08-11T21:42:21.122Z | [ host-package] Compiling polar-core v0.27.3 |
| 3316 | 2026-08-11T21:42:21.606Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3317 | 2026-08-11T21:42:22.262Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3318 | 2026-08-11T21:42:23.059Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3319 | 2026-08-11T21:42:24.367Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3320 | 2026-08-11T21:42:24.395Z | [ host-package] Compiling rfc6979 v0.4.0 |
| 3321 | 2026-08-11T21:42:24.461Z | [ host-package] Compiling nanorand v0.7.0 |
| 3322 | 2026-08-11T21:42:24.561Z | [ host-package] Compiling libgit2-sys v0.18.3+1.9.2 |
| 3323 | 2026-08-11T21:42:24.607Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3324 | 2026-08-11T21:42:24.882Z | [ host-package] Compiling flume v0.11.1 |
| 3325 | 2026-08-11T21:42:24.997Z | [ host-package] Compiling ecdsa v0.16.9 |
| 3326 | 2026-08-11T21:42:25.108Z | [ host-package] Compiling progenitor v0.13.0 |
| 3327 | 2026-08-11T21:42:25.329Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3328 | 2026-08-11T21:42:25.602Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3329 | 2026-08-11T21:42:25.710Z | [ host-package] Compiling primeorder v0.13.6 |
| 3330 | 2026-08-11T21:42:26.051Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3331 | 2026-08-11T21:42:26.239Z | [ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3332 | 2026-08-11T21:42:26.460Z | [ host-package] Compiling git-stub v1.0.0 |
| 3333 | 2026-08-11T21:42:26.759Z | [ host-package] Compiling strsim v0.10.0 |
| 3334 | 2026-08-11T21:42:26.917Z | [ host-package] Compiling instability v0.3.11 |
| 3335 | 2026-08-11T21:42:27.114Z | [ host-package] Compiling http-range v0.1.5 |
| 3336 | 2026-08-11T21:42:27.161Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3337 | 2026-08-11T21:42:27.467Z | [ host-package] Compiling darling_core v0.13.4 |
| 3338 | 2026-08-11T21:42:27.495Z | [ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3339 | 2026-08-11T21:42:28.837Z | [ host-package] Compiling git-stub-vcs v0.1.0 |
| 3340 | 2026-08-11T21:42:29.350Z | [ host-package] Compiling p384 v0.13.1 |
| 3341 | 2026-08-11T21:42:29.573Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3342 | 2026-08-11T21:42:29.988Z | [ host-package] Compiling ignore v0.4.25 |
| 3343 | 2026-08-11T21:42:30.279Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 3344 | 2026-08-11T21:42:30.772Z | [ helios-setup] Aug 11 21:42:29.543 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-06-16-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')" |
| 3345 | 2026-08-11T21:42:30.772Z | [ helios-setup] Aug 11 21:42:29.543 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 3346 | 2026-08-11T21:42:30.804Z | [ helios-setup] Aug 11 21:42:29.576 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')" |
| 3347 | 2026-08-11T21:42:30.804Z | [ helios-setup] Aug 11 21:42:29.576 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 3348 | 2026-08-11T21:42:30.810Z | [ helios-setup] Aug 11 21:42:29.576 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 3349 | 2026-08-11T21:42:30.999Z | [ helios-setup] Aug 11 21:42:29.767 INFO E| Updating crates.io index |
| 3350 | 2026-08-11T21:42:31.007Z | [ helios-setup] Aug 11 21:42:29.768 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 3351 | 2026-08-11T21:42:31.591Z | [ helios-setup] Aug 11 21:42:30.363 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 3352 | 2026-08-11T21:42:31.591Z | [ helios-setup] Aug 11 21:42:30.363 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 3353 | 2026-08-11T21:42:31.606Z | [ helios-setup] Aug 11 21:42:30.377 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 3354 | 2026-08-11T21:42:31.750Z | [ host-package] Compiling oso v0.27.3 |
| 3355 | 2026-08-11T21:42:32.009Z | [ helios-setup] Aug 11 21:42:30.781 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 3356 | 2026-08-11T21:42:32.009Z | [ helios-setup] Aug 11 21:42:30.781 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 3357 | 2026-08-11T21:42:32.238Z | [ helios-setup] Aug 11 21:42:31.008 INFO E| Downloading crates ... |
| 3358 | 2026-08-11T21:42:32.294Z | [ helios-setup] Aug 11 21:42:31.059 INFO E| Downloaded strum v0.27.1 |
| 3359 | 2026-08-11T21:42:32.305Z | [ helios-setup] Aug 11 21:42:31.077 INFO E| Downloaded pest_meta v2.8.0 |
| 3360 | 2026-08-11T21:42:32.309Z | [ helios-setup] Aug 11 21:42:31.081 INFO E| Downloaded pest_derive v2.8.0 |
| 3361 | 2026-08-11T21:42:32.313Z | [ helios-setup] Aug 11 21:42:31.085 INFO E| Downloaded heck v0.3.3 |
| 3362 | 2026-08-11T21:42:32.317Z | [ helios-setup] Aug 11 21:42:31.086 INFO E| Downloaded thiserror-impl v2.0.12 |
| 3363 | 2026-08-11T21:42:32.317Z | [ helios-setup] Aug 11 21:42:31.087 INFO E| Downloaded autocfg v1.4.0 |
| 3364 | 2026-08-11T21:42:32.317Z | [ helios-setup] Aug 11 21:42:31.088 INFO E| Downloaded parse_int v0.9.0 |
| 3365 | 2026-08-11T21:42:32.323Z | [ helios-setup] Aug 11 21:42:31.093 INFO E| Downloaded four-cc v0.4.0 |
| 3366 | 2026-08-11T21:42:32.323Z | [ helios-setup] Aug 11 21:42:31.094 INFO E| Downloaded dyn-clone v1.0.19 |
| 3367 | 2026-08-11T21:42:32.333Z | [ helios-setup] Aug 11 21:42:31.097 INFO E| Downloaded unic-char-property v0.9.0 |
| 3368 | 2026-08-11T21:42:32.344Z | [ helios-setup] Aug 11 21:42:31.107 INFO E| Downloaded fletcher v1.0.0 |
| 3369 | 2026-08-11T21:42:32.344Z | [ helios-setup] Aug 11 21:42:31.108 INFO E| Downloaded unic-char-range v0.9.0 |
| 3370 | 2026-08-11T21:42:32.344Z | [ helios-setup] Aug 11 21:42:31.111 INFO E| Downloaded bytesize v2.0.1 |
| 3371 | 2026-08-11T21:42:32.360Z | [ helios-setup] Aug 11 21:42:31.119 INFO E| Downloaded strum_macros v0.27.1 |
| 3372 | 2026-08-11T21:42:32.360Z | [ helios-setup] Aug 11 21:42:31.121 INFO E| Downloaded textwrap v0.11.0 |
| 3373 | 2026-08-11T21:42:32.360Z | [ helios-setup] Aug 11 21:42:31.122 INFO E| Downloaded ansi_term v0.12.1 |
| 3374 | 2026-08-11T21:42:32.367Z | [ helios-setup] Aug 11 21:42:31.123 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 3375 | 2026-08-11T21:42:32.367Z | [ helios-setup] Aug 11 21:42:31.123 INFO E| Downloaded strsim v0.8.0 |
| 3376 | 2026-08-11T21:42:32.367Z | [ helios-setup] Aug 11 21:42:31.134 INFO E| Downloaded unic-common v0.9.0 |
| 3377 | 2026-08-11T21:42:32.367Z | [ helios-setup] Aug 11 21:42:31.135 INFO E| Downloaded pest_generator v2.8.0 |
| 3378 | 2026-08-11T21:42:32.370Z | [ helios-setup] Aug 11 21:42:31.138 INFO E| Downloaded modular-bitfield v0.13.1 |
| 3379 | 2026-08-11T21:42:32.373Z | [ helios-setup] Aug 11 21:42:31.143 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 3380 | 2026-08-11T21:42:32.379Z | [ helios-setup] Aug 11 21:42:31.147 INFO E| Downloaded structopt-derive v0.4.18 |
| 3381 | 2026-08-11T21:42:32.383Z | [ helios-setup] Aug 11 21:42:31.152 INFO E| Downloaded vec_map v0.8.2 |
| 3382 | 2026-08-11T21:42:32.383Z | [ helios-setup] Aug 11 21:42:31.154 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 3383 | 2026-08-11T21:42:32.398Z | [ helios-setup] Aug 11 21:42:31.156 INFO E| Downloaded rustversion v1.0.20 |
| 3384 | 2026-08-11T21:42:32.398Z | [ helios-setup] Aug 11 21:42:31.158 INFO E| Downloaded quote v1.0.40 |
| 3385 | 2026-08-11T21:42:32.405Z | [ helios-setup] Aug 11 21:42:31.159 INFO E| Downloaded thiserror v2.0.12 |
| 3386 | 2026-08-11T21:42:32.405Z | [ helios-setup] Aug 11 21:42:31.165 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 3387 | 2026-08-11T21:42:32.405Z | [ helios-setup] Aug 11 21:42:31.166 INFO E| Downloaded structopt v0.3.26 |
| 3388 | 2026-08-11T21:42:32.405Z | [ helios-setup] Aug 11 21:42:31.170 INFO E| Downloaded modular-bitfield v0.11.2 |
| 3389 | 2026-08-11T21:42:32.410Z | [ helios-setup] Aug 11 21:42:31.176 INFO E| Downloaded unicode-ident v1.0.18 |
| 3390 | 2026-08-11T21:42:32.410Z | [ helios-setup] Aug 11 21:42:31.178 INFO E| Downloaded typenum v1.18.0 |
| 3391 | 2026-08-11T21:42:32.410Z | [ helios-setup] Aug 11 21:42:31.179 INFO E| Downloaded serde v1.0.219 |
| 3392 | 2026-08-11T21:42:32.422Z | [ helios-setup] Aug 11 21:42:31.181 INFO E| Downloaded log v0.4.27 |
| 3393 | 2026-08-11T21:42:32.423Z | [ helios-setup] Aug 11 21:42:31.182 INFO E| Downloaded proc-macro2 v1.0.95 |
| 3394 | 2026-08-11T21:42:32.427Z | [ helios-setup] Aug 11 21:42:31.195 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 3395 | 2026-08-11T21:42:32.436Z | [ helios-setup] Aug 11 21:42:31.199 INFO E| Downloaded serde_derive v1.0.219 |
| 3396 | 2026-08-11T21:42:32.436Z | [ helios-setup] Aug 11 21:42:31.201 INFO E| Downloaded clap v2.34.0 |
| 3397 | 2026-08-11T21:42:32.436Z | [ helios-setup] Aug 11 21:42:31.205 INFO E| Downloaded memchr v2.7.4 |
| 3398 | 2026-08-11T21:42:32.452Z | [ helios-setup] Aug 11 21:42:31.222 INFO E| Downloaded pest v2.8.0 |
| 3399 | 2026-08-11T21:42:32.463Z | [ helios-setup] Aug 11 21:42:31.232 INFO E| Downloaded serde_json v1.0.140 |
| 3400 | 2026-08-11T21:42:32.469Z | [ helios-setup] Aug 11 21:42:31.236 INFO E| Downloaded goblin v0.9.3 |
| 3401 | 2026-08-11T21:42:32.481Z | [ helios-setup] Aug 11 21:42:31.253 INFO E| Downloaded syn v2.0.101 |
| 3402 | 2026-08-11T21:42:32.487Z | [ helios-setup] Aug 11 21:42:31.259 INFO E| Downloaded zerocopy v0.8.25 |
| 3403 | 2026-08-11T21:42:32.552Z | [ helios-setup] Aug 11 21:42:31.315 INFO E| Downloaded libc v0.2.172 |
| 3404 | 2026-08-11T21:42:32.675Z | [ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling proc-macro2 v1.0.95 |
| 3405 | 2026-08-11T21:42:32.675Z | [ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling unicode-ident v1.0.18 |
| 3406 | 2026-08-11T21:42:32.675Z | [ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling memchr v2.7.4 |
| 3407 | 2026-08-11T21:42:32.687Z | [ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling autocfg v1.4.0 |
| 3408 | 2026-08-11T21:42:32.688Z | [ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling thiserror v2.0.12 |
| 3409 | 2026-08-11T21:42:32.688Z | [ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling syn v1.0.109 |
| 3410 | 2026-08-11T21:42:32.688Z | [ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling serde v1.0.219 |
| 3411 | 2026-08-11T21:42:32.688Z | [ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling version_check v0.9.5 |
| 3412 | 2026-08-11T21:42:32.688Z | [ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling serde_json v1.0.140 |
| 3413 | 2026-08-11T21:42:32.688Z | [ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling itoa v1.0.15 |
| 3414 | 2026-08-11T21:42:32.688Z | [ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling ryu v1.0.20 |
| 3415 | 2026-08-11T21:42:32.688Z | [ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling schemars v0.8.22 |
| 3416 | 2026-08-11T21:42:32.688Z | [ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling zerocopy v0.8.25 |
| 3417 | 2026-08-11T21:42:32.688Z | [ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling dyn-clone v1.0.19 |
| 3418 | 2026-08-11T21:42:32.688Z | [ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling ucd-trie v0.1.7 |
| 3419 | 2026-08-11T21:42:32.688Z | [ helios-setup] Aug 11 21:42:31.445 INFO E| Compiling static_assertions v1.1.0 |
| 3420 | 2026-08-11T21:42:33.224Z | [ host-package] Compiling diesel-dtrace v0.5.0 |
| 3421 | 2026-08-11T21:42:33.272Z | [ helios-setup] Aug 11 21:42:32.044 INFO E| Compiling libc v0.2.172 |
| 3422 | 2026-08-11T21:42:33.363Z | [ helios-setup] Aug 11 21:42:32.134 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 3423 | 2026-08-11T21:42:33.407Z | [ helios-setup] Aug 11 21:42:32.179 INFO E| Compiling paste v1.0.15 |
| 3424 | 2026-08-11T21:42:33.484Z | [ helios-setup] Aug 11 21:42:32.256 INFO E| Compiling rustversion v1.0.20 |
| 3425 | 2026-08-11T21:42:33.610Z | [ helios-setup] Aug 11 21:42:32.382 INFO E| Compiling proc-macro-error v1.0.4 |
| 3426 | 2026-08-11T21:42:33.610Z | [ helios-setup] Aug 11 21:42:32.382 INFO E| Compiling once_cell v1.21.3 |
| 3427 | 2026-08-11T21:42:33.763Z | [ helios-setup] Aug 11 21:42:32.535 INFO E| Compiling unicode-width v0.1.14 |
| 3428 | 2026-08-11T21:42:33.843Z | [ helios-setup] Aug 11 21:42:32.615 INFO E| Compiling heck v0.5.0 |
| 3429 | 2026-08-11T21:42:34.035Z | [ helios-setup] Aug 11 21:42:32.807 INFO E| Compiling unicode-segmentation v1.12.0 |
| 3430 | 2026-08-11T21:42:34.065Z | [ helios-setup] Aug 11 21:42:32.837 INFO E| Compiling fletcher v1.0.0 |
| 3431 | 2026-08-11T21:42:34.092Z | [ helios-setup] Aug 11 21:42:32.864 INFO E| Compiling textwrap v0.11.0 |
| 3432 | 2026-08-11T21:42:34.187Z | [ helios-setup] Aug 11 21:42:32.959 INFO E| Compiling strsim v0.8.0 |
| 3433 | 2026-08-11T21:42:34.205Z | [ helios-setup] Aug 11 21:42:32.977 INFO E| Compiling num-traits v0.2.19 |
| 3434 | 2026-08-11T21:42:34.239Z | [ helios-setup] Aug 11 21:42:33.011 INFO E| Compiling memoffset v0.9.1 |
| 3435 | 2026-08-11T21:42:34.362Z | [ helios-setup] Aug 11 21:42:33.134 INFO E| Compiling byteorder v1.5.0 |
| 3436 | 2026-08-11T21:42:34.363Z | [ helios-setup] Aug 11 21:42:33.134 INFO E| Compiling vec_map v0.8.2 |
| 3437 | 2026-08-11T21:42:34.368Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3438 | 2026-08-11T21:42:34.400Z | [ helios-setup] Aug 11 21:42:33.172 INFO E| Compiling unic-char-range v0.9.0 |
| 3439 | 2026-08-11T21:42:34.600Z | [ helios-setup] Aug 11 21:42:33.369 INFO E| Compiling strum v0.27.1 |
| 3440 | 2026-08-11T21:42:34.600Z | [ helios-setup] Aug 11 21:42:33.369 INFO E| Compiling unic-common v0.9.0 |
| 3441 | 2026-08-11T21:42:34.622Z | [ helios-setup] Aug 11 21:42:33.393 INFO E| Compiling ansi_term v0.12.1 |
| 3442 | 2026-08-11T21:42:34.716Z | [ helios-setup] Aug 11 21:42:33.488 INFO E| Compiling atty v0.2.14 |
| 3443 | 2026-08-11T21:42:34.729Z | [ helios-setup] Aug 11 21:42:33.501 INFO E| Compiling bitflags v1.3.2 |
| 3444 | 2026-08-11T21:42:34.769Z | [ helios-setup] Aug 11 21:42:33.540 INFO E| Compiling heck v0.3.3 |
| 3445 | 2026-08-11T21:42:34.818Z | [ helios-setup] Aug 11 21:42:33.590 INFO E| Compiling unic-ucd-version v0.9.0 |
| 3446 | 2026-08-11T21:42:34.829Z | [ helios-setup] Aug 11 21:42:33.601 INFO E| Compiling unic-char-property v0.9.0 |
| 3447 | 2026-08-11T21:42:34.844Z | [ helios-setup] Aug 11 21:42:33.616 INFO E| Compiling log v0.4.27 |
| 3448 | 2026-08-11T21:42:34.919Z | [ helios-setup] Aug 11 21:42:33.691 INFO E| Compiling clap v2.34.0 |
| 3449 | 2026-08-11T21:42:34.965Z | [ helios-setup] Aug 11 21:42:33.737 INFO E| Compiling plain v0.2.3 |
| 3450 | 2026-08-11T21:42:34.981Z | [ helios-setup] Aug 11 21:42:33.752 INFO E| Compiling lazy_static v1.5.0 |
| 3451 | 2026-08-11T21:42:34.985Z | [ helios-setup] Aug 11 21:42:33.757 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 3452 | 2026-08-11T21:42:35.003Z | [ host-package] Compiling castaway v0.2.4 |
| 3453 | 2026-08-11T21:42:35.006Z | [ helios-setup] Aug 11 21:42:33.777 INFO E| Compiling bytesize v2.0.1 |
| 3454 | 2026-08-11T21:42:35.166Z | [ helios-setup] Aug 11 21:42:33.938 INFO E| Compiling quote v1.0.40 |
| 3455 | 2026-08-11T21:42:35.326Z | [ host-package] Compiling vergen-git2 v9.1.0 |
| 3456 | 2026-08-11T21:42:35.368Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 3457 | 2026-08-11T21:42:35.441Z | [ helios-setup] Aug 11 21:42:34.213 INFO E| Compiling syn v2.0.101 |
| 3458 | 2026-08-11T21:42:35.445Z | [ host-package] Compiling indoc v2.0.7 |
| 3459 | 2026-08-11T21:42:35.934Z | [ helios-setup] Aug 11 21:42:34.703 INFO E| Compiling parse_int v0.9.0 |
| 3460 | 2026-08-11T21:42:35.954Z | [ host-package] Compiling compact_str v0.8.1 |
| 3461 | 2026-08-11T21:42:35.954Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 3462 | 2026-08-11T21:42:36.063Z | [ host-package] Compiling globwalk v0.9.1 |
| 3463 | 2026-08-11T21:42:36.891Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3464 | 2026-08-11T21:42:36.933Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3465 | 2026-08-11T21:42:37.000Z | [ host-package] Compiling darling_macro v0.13.4 |
| 3466 | 2026-08-11T21:42:37.407Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3467 | 2026-08-11T21:42:37.441Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3468 | 2026-08-11T21:42:39.038Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3469 | 2026-08-11T21:42:39.093Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3470 | 2026-08-11T21:42:39.093Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3471 | 2026-08-11T21:42:39.093Z | [ helios-setup] Aug 11 21:42:36.986 INFO E| Compiling serde_derive_internals v0.29.1 |
| 3472 | 2026-08-11T21:42:39.093Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3473 | 2026-08-11T21:42:39.093Z | [ helios-setup] Aug 11 21:42:37.438 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 3474 | 2026-08-11T21:42:39.094Z | [ helios-setup] Aug 11 21:42:37.438 INFO E| Compiling structopt-derive v0.4.18 |
| 3475 | 2026-08-11T21:42:39.094Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3476 | 2026-08-11T21:42:39.094Z | [ host-package] Compiling predicates-tree v1.0.13 |
| 3477 | 2026-08-11T21:42:39.214Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3478 | 2026-08-11T21:42:39.439Z | [ helios-setup] Aug 11 21:42:38.210 INFO E| Compiling thiserror-impl v2.0.12 |
| 3479 | 2026-08-11T21:42:39.439Z | [ helios-setup] Aug 11 21:42:38.210 INFO E| Compiling serde_derive v1.0.219 |
| 3480 | 2026-08-11T21:42:39.439Z | [ helios-setup] Aug 11 21:42:38.210 INFO E| Compiling schemars_derive v0.8.22 |
| 3481 | 2026-08-11T21:42:39.443Z | [ helios-setup] Aug 11 21:42:38.210 INFO E| Compiling zerocopy-derive v0.8.25 |
| 3482 | 2026-08-11T21:42:39.443Z | [ helios-setup] Aug 11 21:42:38.210 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 3483 | 2026-08-11T21:42:39.447Z | [ helios-setup] Aug 11 21:42:38.210 INFO E| Compiling num-derive v0.4.2 |
| 3484 | 2026-08-11T21:42:39.447Z | [ helios-setup] Aug 11 21:42:38.210 INFO E| Compiling strum_macros v0.27.1 |
| 3485 | 2026-08-11T21:42:39.447Z | [ helios-setup] Aug 11 21:42:38.210 INFO E| Compiling scroll_derive v0.12.1 |
| 3486 | 2026-08-11T21:42:39.477Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3487 | 2026-08-11T21:42:39.698Z | [ host-package] Compiling lru v0.12.5 |
| 3488 | 2026-08-11T21:42:39.950Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3489 | 2026-08-11T21:42:40.014Z | [ helios-setup] Aug 11 21:42:38.785 INFO E| Compiling structopt v0.3.26 |
| 3490 | 2026-08-11T21:42:40.285Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3491 | 2026-08-11T21:42:40.531Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3492 | 2026-08-11T21:42:40.812Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 3493 | 2026-08-11T21:42:40.892Z | [ host-package] Compiling cassowary v0.3.0 |
| 3494 | 2026-08-11T21:42:40.895Z | [ host-package] Compiling illumos-nvpair-sys v0.2.0 |
| 3495 | 2026-08-11T21:42:40.900Z | [ helios-setup] Aug 11 21:42:39.669 INFO E| Compiling scroll v0.12.0 |
| 3496 | 2026-08-11T21:42:41.039Z | [ helios-setup] Aug 11 21:42:39.805 INFO E| Compiling modular-bitfield v0.13.1 |
| 3497 | 2026-08-11T21:42:41.158Z | [ helios-setup] Aug 11 21:42:39.927 INFO E| Compiling modular-bitfield v0.11.2 |
| 3498 | 2026-08-11T21:42:41.165Z | [ helios-setup] Aug 11 21:42:39.935 INFO E| Compiling pest v2.8.0 |
| 3499 | 2026-08-11T21:42:41.169Z | [ helios-setup] Aug 11 21:42:39.939 INFO E| Compiling goblin v0.9.3 |
| 3500 | 2026-08-11T21:42:41.257Z | [ host-package] Compiling corncobs v0.1.4 |
| 3501 | 2026-08-11T21:42:41.521Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3502 | 2026-08-11T21:42:41.625Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3503 | 2026-08-11T21:42:41.764Z | [ host-package] Compiling ratatui v0.29.0 |
| 3504 | 2026-08-11T21:42:41.862Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3505 | 2026-08-11T21:42:42.051Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3506 | 2026-08-11T21:42:42.140Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3507 | 2026-08-11T21:42:42.343Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3508 | 2026-08-11T21:42:42.469Z | [ helios-setup] Aug 11 21:42:41.240 INFO E| Compiling pest_meta v2.8.0 |
| 3509 | 2026-08-11T21:42:42.743Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3510 | 2026-08-11T21:42:42.810Z | [ host-package] Compiling camino-tempfile-ext v0.3.3 |
| 3511 | 2026-08-11T21:42:43.101Z | [ helios-setup] Aug 11 21:42:41.873 INFO E| Compiling pest_generator v2.8.0 |
| 3512 | 2026-08-11T21:42:43.243Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3513 | 2026-08-11T21:42:43.593Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3514 | 2026-08-11T21:42:43.990Z | [ helios-setup] Aug 11 21:42:42.762 INFO E| Compiling pest_derive v2.8.0 |
| 3515 | 2026-08-11T21:42:44.215Z | [ host-package] Compiling darling v0.13.4 |
| 3516 | 2026-08-11T21:42:44.434Z | [ host-package] Compiling sled v0.34.7 |
| 3517 | 2026-08-11T21:42:45.005Z | [ helios-setup] Aug 11 21:42:43.763 INFO E| Compiling json5 v0.4.1 |
| 3518 | 2026-08-11T21:42:47.004Z | [ helios-setup] Aug 11 21:42:45.755 INFO E| Compiling four-cc v0.4.0 |
| 3519 | 2026-08-11T21:42:47.004Z | [ helios-setup] Aug 11 21:42:45.755 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 3520 | 2026-08-11T21:42:47.073Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3521 | 2026-08-11T21:42:47.135Z | [ helios-setup] Aug 11 21:42:45.883 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 3522 | 2026-08-11T21:42:47.354Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3523 | 2026-08-11T21:42:47.398Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3524 | 2026-08-11T21:42:47.463Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3525 | 2026-08-11T21:42:48.080Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3526 | 2026-08-11T21:42:48.334Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3527 | 2026-08-11T21:42:48.637Z | [ host-package] Compiling secrecy v0.8.0 |
| 3528 | 2026-08-11T21:42:48.896Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3529 | 2026-08-11T21:42:49.193Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3530 | 2026-08-11T21:42:50.187Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3531 | 2026-08-11T21:42:50.772Z | [ host-package] Compiling serde_with_macros v1.5.2 |
| 3532 | 2026-08-11T21:42:51.197Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3533 | 2026-08-11T21:42:51.384Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3534 | 2026-08-11T21:42:51.646Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3535 | 2026-08-11T21:42:51.867Z | [ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3536 | 2026-08-11T21:42:52.281Z | [ host-package] Compiling git2 v0.20.4 |
| 3537 | 2026-08-11T21:42:52.310Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3538 | 2026-08-11T21:42:52.605Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3539 | 2026-08-11T21:42:52.793Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3540 | 2026-08-11T21:42:52.972Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3541 | 2026-08-11T21:42:53.231Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3542 | 2026-08-11T21:42:53.298Z | [ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3543 | 2026-08-11T21:42:53.490Z | [ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3544 | 2026-08-11T21:42:53.540Z | [ host-package] Compiling arc-swap v1.8.2 |
| 3545 | 2026-08-11T21:42:53.544Z | [ host-package] Compiling void v1.0.2 |
| 3546 | 2026-08-11T21:42:53.764Z | [ host-package] Compiling lzss v0.8.2 |
| 3547 | 2026-08-11T21:42:53.897Z | [ host-package] Compiling slog-scope v4.4.1 |
| 3548 | 2026-08-11T21:42:54.217Z | [ host-package] Compiling illumos-nvpair v0.3.0 |
| 3549 | 2026-08-11T21:42:54.293Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3550 | 2026-08-11T21:42:54.364Z | [ host-package] Compiling serde_with v1.14.0 |
| 3551 | 2026-08-11T21:42:55.347Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3552 | 2026-08-11T21:42:55.476Z | [ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3553 | 2026-08-11T21:42:55.511Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3554 | 2026-08-11T21:42:55.684Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3555 | 2026-08-11T21:42:56.765Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3556 | 2026-08-11T21:42:57.490Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3557 | 2026-08-11T21:42:58.626Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3558 | 2026-08-11T21:42:59.800Z | [ host-package] Compiling scuffle v0.1.0 |
| 3559 | 2026-08-11T21:43:00.536Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3560 | 2026-08-11T21:43:01.225Z | [ helios-setup] Aug 11 21:42:59.994 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 3561 | 2026-08-11T21:43:01.730Z | [ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3562 | 2026-08-11T21:43:02.116Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3563 | 2026-08-11T21:43:02.831Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3564 | 2026-08-11T21:43:03.004Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3565 | 2026-08-11T21:43:03.125Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3566 | 2026-08-11T21:43:03.323Z | [ host-package] Compiling nix v0.27.1 |
| 3567 | 2026-08-11T21:43:03.471Z | [ host-package] Compiling twox-hash v2.1.2 |
| 3568 | 2026-08-11T21:43:03.797Z | [ host-package] Compiling libsw-core v0.3.2 |
| 3569 | 2026-08-11T21:43:04.035Z | [ host-package] Compiling atty v0.2.14 |
| 3570 | 2026-08-11T21:43:04.038Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3571 | 2026-08-11T21:43:04.223Z | [ host-package] Compiling libsw v3.5.0 |
| 3572 | 2026-08-11T21:43:04.381Z | [ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3573 | 2026-08-11T21:43:04.439Z | [ helios-setup] Aug 11 21:43:03.206 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3574 | 2026-08-11T21:43:04.504Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3575 | 2026-08-11T21:43:04.523Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3576 | 2026-08-11T21:43:04.546Z | [ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3577 | 2026-08-11T21:43:04.918Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3578 | 2026-08-11T21:43:05.063Z | [ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3579 | 2026-08-11T21:43:06.322Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3580 | 2026-08-11T21:43:07.223Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3581 | 2026-08-11T21:43:07.376Z | [ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3582 | 2026-08-11T21:43:07.554Z | [ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3583 | 2026-08-11T21:43:08.283Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3584 | 2026-08-11T21:43:08.591Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3585 | 2026-08-11T21:43:08.896Z | [ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3586 | 2026-08-11T21:43:08.929Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3587 | 2026-08-11T21:43:09.007Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3588 | 2026-08-11T21:43:09.565Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3589 | 2026-08-11T21:43:12.067Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3590 | 2026-08-11T21:43:12.164Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3591 | 2026-08-11T21:43:13.588Z | [ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3592 | 2026-08-11T21:43:14.047Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3593 | 2026-08-11T21:43:14.295Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3594 | 2026-08-11T21:43:15.395Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3595 | 2026-08-11T21:43:16.287Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3596 | 2026-08-11T21:43:16.597Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3597 | 2026-08-11T21:43:17.401Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3598 | 2026-08-11T21:43:18.034Z | [ helios-setup] Aug 11 21:43:16.804 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.18s |
| 3599 | 2026-08-11T21:43:18.069Z | [ helios-setup] Aug 11 21:43:16.841 INFO building project "amd-host-image-builder" ok (47 seconds) |
| 3600 | 2026-08-11T21:43:18.070Z | [ helios-setup] Aug 11 21:43:16.841 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 3601 | 2026-08-11T21:43:18.079Z | [ helios-setup] Aug 11 21:43:16.850 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)" |
| 3602 | 2026-08-11T21:43:18.079Z | [ helios-setup] Aug 11 21:43:16.850 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 3603 | 2026-08-11T21:43:18.079Z | [ helios-setup] Aug 11 21:43:16.850 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 3604 | 2026-08-11T21:43:18.191Z | [ helios-setup] Aug 11 21:43:16.962 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 3605 | 2026-08-11T21:43:18.502Z | [ helios-setup] Aug 11 21:43:17.273 INFO E| From https://github.com/jclulow/rust-jmclib |
| 3606 | 2026-08-11T21:43:18.502Z | [ helios-setup] Aug 11 21:43:17.273 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 3607 | 2026-08-11T21:43:18.514Z | [ helios-setup] Aug 11 21:43:17.285 INFO E| Updating crates.io index |
| 3608 | 2026-08-11T21:43:18.560Z | [ helios-setup] Aug 11 21:43:17.330 INFO E| Downloading crates ... |
| 3609 | 2026-08-11T21:43:18.619Z | [ helios-setup] Aug 11 21:43:17.375 INFO E| Downloaded uuid v0.8.2 |
| 3610 | 2026-08-11T21:43:18.694Z | [ helios-setup] Aug 11 21:43:17.382 INFO E| Downloaded anyhow v1.0.72 |
| 3611 | 2026-08-11T21:43:18.694Z | [ helios-setup] Aug 11 21:43:17.386 INFO E| Downloaded md-5 v0.9.1 |
| 3612 | 2026-08-11T21:43:18.694Z | [ helios-setup] Aug 11 21:43:17.388 INFO E| Downloaded serde v1.0.193 |
| 3613 | 2026-08-11T21:43:18.694Z | [ helios-setup] Aug 11 21:43:17.390 INFO E| Downloaded cpufeatures v0.2.9 |
| 3614 | 2026-08-11T21:43:18.694Z | [ helios-setup] Aug 11 21:43:17.393 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 3615 | 2026-08-11T21:43:18.694Z | [ helios-setup] Aug 11 21:43:17.395 INFO E| Downloaded digest v0.9.0 |
| 3616 | 2026-08-11T21:43:18.694Z | [ helios-setup] Aug 11 21:43:17.398 INFO E| Downloaded block-buffer v0.9.0 |
| 3617 | 2026-08-11T21:43:18.694Z | [ helios-setup] Aug 11 21:43:17.402 INFO E| Downloaded errno v0.3.1 |
| 3618 | 2026-08-11T21:43:18.694Z | [ helios-setup] Aug 11 21:43:17.403 INFO E| Downloaded fastrand v2.0.0 |
| 3619 | 2026-08-11T21:43:18.694Z | [ helios-setup] Aug 11 21:43:17.407 INFO E| Downloaded sha-1 v0.9.8 |
| 3620 | 2026-08-11T21:43:18.694Z | [ helios-setup] Aug 11 21:43:17.408 INFO E| Downloaded walkdir v2.3.3 |
| 3621 | 2026-08-11T21:43:18.695Z | [ helios-setup] Aug 11 21:43:17.414 INFO E| Downloaded quote v1.0.31 |
| 3622 | 2026-08-11T21:43:18.695Z | [ helios-setup] Aug 11 21:43:17.416 INFO E| Downloaded glob v0.3.1 |
| 3623 | 2026-08-11T21:43:18.695Z | [ helios-setup] Aug 11 21:43:17.421 INFO E| Downloaded tempfile v3.7.0 |
| 3624 | 2026-08-11T21:43:18.695Z | [ helios-setup] Aug 11 21:43:17.422 INFO E| Downloaded unicode-ident v1.0.11 |
| 3625 | 2026-08-11T21:43:18.695Z | [ helios-setup] Aug 11 21:43:17.425 INFO E| Downloaded bitflags v2.3.3 |
| 3626 | 2026-08-11T21:43:18.695Z | [ helios-setup] Aug 11 21:43:17.427 INFO E| Downloaded getrandom v0.2.10 |
| 3627 | 2026-08-11T21:43:18.695Z | [ helios-setup] Aug 11 21:43:17.430 INFO E| Downloaded once_cell v1.18.0 |
| 3628 | 2026-08-11T21:43:18.817Z | [ helios-setup] Aug 11 21:43:17.431 INFO E| Downloaded proc-macro2 v1.0.66 |
| 3629 | 2026-08-11T21:43:18.817Z | [ helios-setup] Aug 11 21:43:17.435 INFO E| Downloaded serde_derive v1.0.193 |
| 3630 | 2026-08-11T21:43:18.817Z | [ helios-setup] Aug 11 21:43:17.437 INFO E| Downloaded typenum v1.16.0 |
| 3631 | 2026-08-11T21:43:18.818Z | [ helios-setup] Aug 11 21:43:17.439 INFO E| Downloaded toml v0.5.11 |
| 3632 | 2026-08-11T21:43:18.818Z | [ helios-setup] Aug 11 21:43:17.468 INFO E| Downloaded serde_json v1.0.103 |
| 3633 | 2026-08-11T21:43:18.822Z | [ helios-setup] Aug 11 21:43:17.486 INFO E| Downloaded syn v2.0.32 |
| 3634 | 2026-08-11T21:43:18.822Z | [ helios-setup] Aug 11 21:43:17.500 INFO E| Downloaded rustix v0.38.4 |
| 3635 | 2026-08-11T21:43:18.822Z | [ helios-setup] Aug 11 21:43:17.516 INFO E| Downloaded libc v0.2.147 |
| 3636 | 2026-08-11T21:43:18.837Z | [ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling libc v0.2.147 |
| 3637 | 2026-08-11T21:43:18.837Z | [ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling proc-macro2 v1.0.66 |
| 3638 | 2026-08-11T21:43:18.838Z | [ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling cfg-if v1.0.0 |
| 3639 | 2026-08-11T21:43:18.844Z | [ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling unicode-ident v1.0.11 |
| 3640 | 2026-08-11T21:43:18.844Z | [ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling typenum v1.16.0 |
| 3641 | 2026-08-11T21:43:18.844Z | [ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling version_check v0.9.4 |
| 3642 | 2026-08-11T21:43:18.844Z | [ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling serde v1.0.193 |
| 3643 | 2026-08-11T21:43:18.845Z | [ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling rustix v0.38.4 |
| 3644 | 2026-08-11T21:43:18.845Z | [ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling powerfmt v0.2.0 |
| 3645 | 2026-08-11T21:43:18.845Z | [ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling slog v2.7.0 |
| 3646 | 2026-08-11T21:43:18.845Z | [ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling time-core v0.1.2 |
| 3647 | 2026-08-11T21:43:18.845Z | [ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling itoa v1.0.9 |
| 3648 | 2026-08-11T21:43:18.845Z | [ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling num-conv v0.1.0 |
| 3649 | 2026-08-11T21:43:18.845Z | [ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling once_cell v1.18.0 |
| 3650 | 2026-08-11T21:43:18.845Z | [ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling bitflags v2.3.3 |
| 3651 | 2026-08-11T21:43:18.845Z | [ helios-setup] Aug 11 21:43:17.608 INFO E| Compiling num_threads v0.1.6 |
| 3652 | 2026-08-11T21:43:18.898Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3653 | 2026-08-11T21:43:19.193Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3654 | 2026-08-11T21:43:19.354Z | [ helios-setup] Aug 11 21:43:18.125 INFO E| Compiling anyhow v1.0.72 |
| 3655 | 2026-08-11T21:43:19.491Z | [ helios-setup] Aug 11 21:43:18.262 INFO E| Compiling opaque-debug v0.3.0 |
| 3656 | 2026-08-11T21:43:19.495Z | [ helios-setup] Aug 11 21:43:18.267 INFO E| Compiling generic-array v0.14.7 |
| 3657 | 2026-08-11T21:43:19.503Z | [ helios-setup] Aug 11 21:43:18.274 INFO E| Compiling fastrand v2.0.0 |
| 3658 | 2026-08-11T21:43:19.578Z | [ helios-setup] Aug 11 21:43:18.349 INFO E| Compiling serde_json v1.0.103 |
| 3659 | 2026-08-11T21:43:20.262Z | [ helios-setup] Aug 11 21:43:18.429 INFO E| Compiling unicode-width v0.1.10 |
| 3660 | 2026-08-11T21:43:20.270Z | [ helios-setup] Aug 11 21:43:18.434 INFO E| Compiling ryu v1.0.15 |
| 3661 | 2026-08-11T21:43:20.270Z | [ helios-setup] Aug 11 21:43:18.483 INFO E| Compiling time-macros v0.2.18 |
| 3662 | 2026-08-11T21:43:20.270Z | [ helios-setup] Aug 11 21:43:18.661 INFO E| Compiling deranged v0.3.11 |
| 3663 | 2026-08-11T21:43:20.270Z | [ helios-setup] Aug 11 21:43:18.718 INFO E| Compiling thread_local v1.1.7 |
| 3664 | 2026-08-11T21:43:20.270Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3665 | 2026-08-11T21:43:20.270Z | [ helios-setup] Aug 11 21:43:18.852 INFO E| Compiling cpufeatures v0.2.9 |
| 3666 | 2026-08-11T21:43:20.270Z | [ helios-setup] Aug 11 21:43:18.929 INFO E| Compiling same-file v1.0.6 |
| 3667 | 2026-08-11T21:43:20.270Z | [ helios-setup] Aug 11 21:43:18.937 INFO E| Compiling getopts v0.2.21 |
| 3668 | 2026-08-11T21:43:20.270Z | [ helios-setup] Aug 11 21:43:19.023 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 3669 | 2026-08-11T21:43:20.326Z | [ helios-setup] Aug 11 21:43:19.097 INFO E| Compiling glob v0.3.1 |
| 3670 | 2026-08-11T21:43:20.377Z | [ helios-setup] Aug 11 21:43:19.147 INFO E| Compiling walkdir v2.3.3 |
| 3671 | 2026-08-11T21:43:20.436Z | [ helios-setup] Aug 11 21:43:19.204 INFO E| Compiling dirs-sys-next v0.1.2 |
| 3672 | 2026-08-11T21:43:20.470Z | [ helios-setup] Aug 11 21:43:19.221 INFO E| Compiling errno v0.3.1 |
| 3673 | 2026-08-11T21:43:20.488Z | [ helios-setup] Aug 11 21:43:19.258 INFO E| Compiling atty v0.2.14 |
| 3674 | 2026-08-11T21:43:20.533Z | [ helios-setup] Aug 11 21:43:19.304 INFO E| Compiling getrandom v0.2.10 |
| 3675 | 2026-08-11T21:43:20.715Z | [ helios-setup] Aug 11 21:43:19.486 INFO E| Compiling dirs-next v2.0.0 |
| 3676 | 2026-08-11T21:43:20.783Z | [ host-package] Compiling fatfs v0.3.6 |
| 3677 | 2026-08-11T21:43:20.804Z | [ helios-setup] Aug 11 21:43:19.575 INFO E| Compiling term v0.7.0 |
| 3678 | 2026-08-11T21:43:20.858Z | [ host-package] Compiling yasna v0.5.2 |
| 3679 | 2026-08-11T21:43:20.913Z | [ helios-setup] Aug 11 21:43:19.678 INFO E| Compiling quote v1.0.31 |
| 3680 | 2026-08-11T21:43:20.918Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3681 | 2026-08-11T21:43:21.251Z | [ helios-setup] Aug 11 21:43:20.022 INFO E| Compiling syn v2.0.32 |
| 3682 | 2026-08-11T21:43:21.533Z | [ helios-setup] Aug 11 21:43:20.294 INFO E| Compiling tempfile v3.7.0 |
| 3683 | 2026-08-11T21:43:21.634Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3684 | 2026-08-11T21:43:21.644Z | [ helios-setup] Aug 11 21:43:20.414 INFO E| Compiling digest v0.9.0 |
| 3685 | 2026-08-11T21:43:21.644Z | [ helios-setup] Aug 11 21:43:20.414 INFO E| Compiling block-buffer v0.9.0 |
| 3686 | 2026-08-11T21:43:21.663Z | [ host-package] Compiling is_ci v1.2.0 |
| 3687 | 2026-08-11T21:43:21.780Z | [ helios-setup] Aug 11 21:43:20.550 INFO E| Compiling sha-1 v0.9.8 |
| 3688 | 2026-08-11T21:43:21.780Z | [ helios-setup] Aug 11 21:43:20.550 INFO E| Compiling md-5 v0.9.1 |
| 3689 | 2026-08-11T21:43:21.862Z | [ helios-setup] Aug 11 21:43:20.631 INFO E| Compiling time v0.3.36 |
| 3690 | 2026-08-11T21:43:21.998Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3691 | 2026-08-11T21:43:22.129Z | [ host-package] Compiling supports-color v3.0.2 |
| 3692 | 2026-08-11T21:43:22.366Z | [ host-package] Compiling rcgen v0.12.1 |
| 3693 | 2026-08-11T21:43:22.557Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3694 | 2026-08-11T21:43:22.785Z | [ helios-setup] Aug 11 21:43:21.556 INFO E| Compiling slog-term v2.9.0 |
| 3695 | 2026-08-11T21:43:22.990Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3696 | 2026-08-11T21:43:23.449Z | [ helios-setup] Aug 11 21:43:22.220 INFO E| Compiling serde_derive v1.0.193 |
| 3697 | 2026-08-11T21:43:24.818Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3698 | 2026-08-11T21:43:25.411Z | [ host-package] Compiling oxide-update-engine-display v0.1.2 |
| 3699 | 2026-08-11T21:43:26.487Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3700 | 2026-08-11T21:43:26.575Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3701 | 2026-08-11T21:43:26.705Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3702 | 2026-08-11T21:43:27.004Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3703 | 2026-08-11T21:43:27.104Z | [ host-package] Compiling port-file v0.1.0 |
| 3704 | 2026-08-11T21:43:27.172Z | [ host-package] Compiling rtoolbox v0.0.3 |
| 3705 | 2026-08-11T21:43:27.279Z | [ host-package] Compiling subprocess v0.2.15 |
| 3706 | 2026-08-11T21:43:31.715Z | [ host-package] Compiling rpassword v7.5.4 |
| 3707 | 2026-08-11T21:43:31.752Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3708 | 2026-08-11T21:43:31.752Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3709 | 2026-08-11T21:43:31.752Z | [ helios-setup] Aug 11 21:43:27.051 INFO E| Compiling toml v0.5.11 |
| 3710 | 2026-08-11T21:43:31.752Z | [ helios-setup] Aug 11 21:43:27.051 INFO E| Compiling uuid v0.8.2 |
| 3711 | 2026-08-11T21:43:31.752Z | [ helios-setup] Aug 11 21:43:27.839 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 3712 | 2026-08-11T21:43:31.752Z | [ helios-setup] Aug 11 21:43:28.517 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 3713 | 2026-08-11T21:43:31.752Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3714 | 2026-08-11T21:43:31.752Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3715 | 2026-08-11T21:43:31.752Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3716 | 2026-08-11T21:43:32.415Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3717 | 2026-08-11T21:43:32.739Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3718 | 2026-08-11T21:43:32.846Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3719 | 2026-08-11T21:43:33.054Z | [ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3720 | 2026-08-11T21:43:33.951Z | [ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3721 | 2026-08-11T21:43:34.194Z | [ helios-setup] Aug 11 21:43:32.965 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.10s |
| 3722 | 2026-08-11T21:43:34.219Z | [ helios-setup] Aug 11 21:43:32.991 INFO building project "image-builder" ok (16 seconds) |
| 3723 | 2026-08-11T21:43:34.219Z | [ helios-setup] Aug 11 21:43:32.991 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 3724 | 2026-08-11T21:43:34.233Z | [ helios-setup] Aug 11 21:43:33.004 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)" |
| 3725 | 2026-08-11T21:43:34.233Z | [ helios-setup] Aug 11 21:43:33.004 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 3726 | 2026-08-11T21:43:34.233Z | [ helios-setup] Aug 11 21:43:33.004 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 3727 | 2026-08-11T21:43:34.446Z | [ helios-setup] Aug 11 21:43:33.217 INFO E| Downloading crates ... |
| 3728 | 2026-08-11T21:43:34.500Z | [ helios-setup] Aug 11 21:43:33.271 INFO E| Downloaded indexmap v2.9.0 |
| 3729 | 2026-08-11T21:43:34.505Z | [ helios-setup] Aug 11 21:43:33.276 INFO E| Downloaded serde_with_macros v3.12.0 |
| 3730 | 2026-08-11T21:43:34.508Z | [ helios-setup] Aug 11 21:43:33.278 INFO E| Downloaded anyhow v1.0.98 |
| 3731 | 2026-08-11T21:43:34.513Z | [ helios-setup] Aug 11 21:43:33.283 INFO E| Downloaded time-core v0.1.4 |
| 3732 | 2026-08-11T21:43:34.518Z | [ helios-setup] Aug 11 21:43:33.289 INFO E| Downloaded errno v0.3.12 |
| 3733 | 2026-08-11T21:43:34.522Z | [ helios-setup] Aug 11 21:43:33.293 INFO E| Downloaded tempfile v3.20.0 |
| 3734 | 2026-08-11T21:43:34.532Z | [ helios-setup] Aug 11 21:43:33.303 INFO E| Downloaded deranged v0.4.0 |
| 3735 | 2026-08-11T21:43:34.536Z | [ helios-setup] Aug 11 21:43:33.305 INFO E| Downloaded bitflags v2.9.1 |
| 3736 | 2026-08-11T21:43:34.540Z | [ helios-setup] Aug 11 21:43:33.312 INFO E| Downloaded time-macros v0.2.22 |
| 3737 | 2026-08-11T21:43:34.546Z | [ helios-setup] Aug 11 21:43:33.317 INFO E| Downloaded iana-time-zone v0.1.63 |
| 3738 | 2026-08-11T21:43:34.548Z | [ helios-setup] Aug 11 21:43:33.319 INFO E| Downloaded getrandom v0.3.3 |
| 3739 | 2026-08-11T21:43:34.552Z | [ helios-setup] Aug 11 21:43:33.321 INFO E| Downloaded hashbrown v0.15.3 |
| 3740 | 2026-08-11T21:43:34.562Z | [ helios-setup] Aug 11 21:43:33.333 INFO E| Downloaded time v0.3.41 |
| 3741 | 2026-08-11T21:43:34.570Z | [ helios-setup] Aug 11 21:43:33.341 INFO E| Downloaded serde_with v3.12.0 |
| 3742 | 2026-08-11T21:43:34.584Z | [ helios-setup] Aug 11 21:43:33.355 INFO E| Downloaded chrono v0.4.41 |
| 3743 | 2026-08-11T21:43:34.592Z | [ helios-setup] Aug 11 21:43:33.363 INFO E| Downloaded rustix v1.0.7 |
| 3744 | 2026-08-11T21:43:34.657Z | [ helios-setup] Aug 11 21:43:33.428 INFO E| Compiling proc-macro2 v1.0.95 |
| 3745 | 2026-08-11T21:43:34.657Z | [ helios-setup] Aug 11 21:43:33.428 INFO E| Compiling unicode-ident v1.0.18 |
| 3746 | 2026-08-11T21:43:34.657Z | [ helios-setup] Aug 11 21:43:33.428 INFO E| Compiling libc v0.2.172 |
| 3747 | 2026-08-11T21:43:34.660Z | [ helios-setup] Aug 11 21:43:33.428 INFO E| Compiling strsim v0.11.1 |
| 3748 | 2026-08-11T21:43:34.660Z | [ helios-setup] Aug 11 21:43:33.428 INFO E| Compiling ident_case v1.0.1 |
| 3749 | 2026-08-11T21:43:34.660Z | [ helios-setup] Aug 11 21:43:33.428 INFO E| Compiling fnv v1.0.7 |
| 3750 | 2026-08-11T21:43:34.660Z | [ helios-setup] Aug 11 21:43:33.429 INFO E| Compiling serde v1.0.219 |
| 3751 | 2026-08-11T21:43:34.661Z | [ helios-setup] Aug 11 21:43:33.429 INFO E| Compiling getrandom v0.3.3 |
| 3752 | 2026-08-11T21:43:34.661Z | [ helios-setup] Aug 11 21:43:33.429 INFO E| Compiling rustix v1.0.7 |
| 3753 | 2026-08-11T21:43:34.671Z | [ helios-setup] Aug 11 21:43:33.443 INFO E| Compiling anyhow v1.0.98 |
| 3754 | 2026-08-11T21:43:34.672Z | [ helios-setup] Aug 11 21:43:33.443 INFO E| Compiling thiserror v2.0.12 |
| 3755 | 2026-08-11T21:43:34.675Z | [ helios-setup] Aug 11 21:43:33.443 INFO E| Compiling cfg-if v1.0.0 |
| 3756 | 2026-08-11T21:43:34.675Z | [ helios-setup] Aug 11 21:43:33.443 INFO E| Compiling bitflags v2.9.1 |
| 3757 | 2026-08-11T21:43:34.675Z | [ helios-setup] Aug 11 21:43:33.443 INFO E| Compiling serde_json v1.0.140 |
| 3758 | 2026-08-11T21:43:34.675Z | [ helios-setup] Aug 11 21:43:33.443 INFO E| Compiling memchr v2.7.4 |
| 3759 | 2026-08-11T21:43:34.675Z | [ helios-setup] Aug 11 21:43:33.443 INFO E| Compiling fastrand v2.3.0 |
| 3760 | 2026-08-11T21:43:34.961Z | [ helios-setup] Aug 11 21:43:33.732 INFO E| Compiling itoa v1.0.15 |
| 3761 | 2026-08-11T21:43:35.301Z | [ helios-setup] Aug 11 21:43:34.072 INFO E| Compiling once_cell v1.21.3 |
| 3762 | 2026-08-11T21:43:35.304Z | [ helios-setup] Aug 11 21:43:34.072 INFO E| Compiling ryu v1.0.20 |
| 3763 | 2026-08-11T21:43:35.539Z | [ helios-setup] Aug 11 21:43:34.310 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 3764 | 2026-08-11T21:43:35.718Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3765 | 2026-08-11T21:43:36.241Z | [ helios-setup] Aug 11 21:43:35.011 INFO E| Compiling quote v1.0.40 |
| 3766 | 2026-08-11T21:43:36.357Z | [ host-package] Compiling uzers v0.12.2 |
| 3767 | 2026-08-11T21:43:36.472Z | [ helios-setup] Aug 11 21:43:35.243 INFO E| Compiling errno v0.3.12 |
| 3768 | 2026-08-11T21:43:36.508Z | [ helios-setup] Aug 11 21:43:35.280 INFO E| Compiling syn v2.0.101 |
| 3769 | 2026-08-11T21:43:37.393Z | [ helios-setup] Aug 11 21:43:36.164 INFO E| Compiling tempfile v3.20.0 |
| 3770 | 2026-08-11T21:43:37.959Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3771 | 2026-08-11T21:43:38.266Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3772 | 2026-08-11T21:43:38.965Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3773 | 2026-08-11T21:43:39.334Z | [ helios-setup] Aug 11 21:43:38.105 INFO E| Compiling darling_core v0.20.11 |
| 3774 | 2026-08-11T21:43:39.892Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3775 | 2026-08-11T21:43:40.268Z | [ helios-setup] Aug 11 21:43:39.038 INFO E| Compiling serde_derive v1.0.219 |
| 3776 | 2026-08-11T21:43:40.269Z | [ helios-setup] Aug 11 21:43:39.038 INFO E| Compiling thiserror-impl v2.0.12 |
| 3777 | 2026-08-11T21:43:40.358Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3778 | 2026-08-11T21:43:40.696Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3779 | 2026-08-11T21:43:41.491Z | [ helios-setup] Aug 11 21:43:40.262 INFO E| Compiling darling_macro v0.20.11 |
| 3780 | 2026-08-11T21:43:42.461Z | [ helios-setup] Aug 11 21:43:41.231 INFO E| Compiling darling v0.20.11 |
| 3781 | 2026-08-11T21:43:42.576Z | [ helios-setup] Aug 11 21:43:41.347 INFO E| Compiling serde_with_macros v3.12.0 |
| 3782 | 2026-08-11T21:43:42.900Z | [ host-package] Compiling multimap v0.10.1 |
| 3783 | 2026-08-11T21:43:45.769Z | [ helios-setup] Aug 11 21:43:44.493 INFO E| Compiling serde_with v3.12.0 |
| 3784 | 2026-08-11T21:43:49.912Z | [ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3785 | 2026-08-11T21:43:50.820Z | [ helios-setup] Aug 11 21:43:49.591 INFO E| Finished `release` profile [optimized] target(s) in 16.57s |
| 3786 | 2026-08-11T21:43:50.845Z | [ helios-setup] Aug 11 21:43:49.616 INFO building project "dmar-report" ok (16 seconds) |
| 3787 | 2026-08-11T21:43:50.849Z | [ helios-setup] rm -f helios-build |
| 3788 | 2026-08-11T21:43:50.849Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3789 | 2026-08-11T21:43:50.853Z | [ helios-setup] |
| 3790 | 2026-08-11T21:43:50.853Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3791 | 2026-08-11T21:43:50.856Z | [ helios-setup] |
| 3792 | 2026-08-11T21:43:50.856Z | [ helios-setup] |
| 3793 | 2026-08-11T21:43:50.857Z | [ helios-setup] real 3:00.859987651 |
| 3794 | 2026-08-11T21:43:50.857Z | Aug 11 21:43:49.626 INFO [helios-setup] process exited with exit status: 0 (180.863281144s) |
| 3795 | 2026-08-11T21:43:50.857Z | [ helios-setup] user 7:06.908891920 |
| 3796 | 2026-08-11T21:43:50.857Z | [ helios-setup] sys 1:18.545202270 |
| 3797 | 2026-08-11T21:43:50.857Z | [ helios-setup] trap 0.546191692 |
| 3798 | 2026-08-11T21:43:50.857Z | [ helios-setup] tflt 2.616145854 |
| 3799 | 2026-08-11T21:43:50.857Z | [ helios-setup] dflt 9.549790524 |
| 3800 | 2026-08-11T21:43:50.857Z | [ helios-setup] kflt 0.001177110 |
| 3801 | 2026-08-11T21:43:50.857Z | [ helios-setup] lock 52:47.308646593 |
| 3802 | 2026-08-11T21:43:50.857Z | [ helios-setup] slp 32:15.602139028 |
| 3803 | 2026-08-11T21:43:50.857Z | [ helios-setup] lat 5:20.456600618 |
| 3804 | 2026-08-11T21:43:50.857Z | [ helios-setup] stop 1:35.252332267 |
| 3805 | 2026-08-11T21:43:50.857Z | Aug 11 21:43:49.627 INFO [helios-record] running task |
| 3806 | 2026-08-11T21:43:50.857Z | Aug 11 21:43:49.627 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3807 | 2026-08-11T21:43:50.861Z | Aug 11 21:43:49.631 DEBG process exited with exit status: 0 (4.289723ms) |
| 3808 | 2026-08-11T21:43:50.861Z | Aug 11 21:43:49.631 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3809 | 2026-08-11T21:43:50.865Z | Aug 11 21:43:49.635 DEBG process exited with exit status: 0 (3.849723ms) |
| 3810 | 2026-08-11T21:43:50.865Z | Aug 11 21:43:49.635 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3811 | 2026-08-11T21:43:50.869Z | Aug 11 21:43:49.639 DEBG process exited with exit status: 0 (3.718673ms) |
| 3812 | 2026-08-11T21:43:50.869Z | Aug 11 21:43:49.639 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3813 | 2026-08-11T21:43:50.874Z | Aug 11 21:43:49.645 DEBG process exited with exit status: 0 (3.497752ms) |
| 3814 | 2026-08-11T21:43:50.874Z | Aug 11 21:43:49.645 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3815 | 2026-08-11T21:43:50.877Z | Aug 11 21:43:49.647 DEBG process exited with exit status: 0 (4.175404ms) |
| 3816 | 2026-08-11T21:43:50.877Z | Aug 11 21:43:49.647 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3817 | 2026-08-11T21:43:50.881Z | Aug 11 21:43:49.651 DEBG process exited with exit status: 0 (3.828813ms) |
| 3818 | 2026-08-11T21:43:50.881Z | Aug 11 21:43:49.651 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3819 | 2026-08-11T21:43:50.885Z | Aug 11 21:43:49.654 DEBG process exited with exit status: 0 (3.418492ms) |
| 3820 | 2026-08-11T21:43:50.885Z | Aug 11 21:43:49.654 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3821 | 2026-08-11T21:43:50.888Z | Aug 11 21:43:49.658 DEBG process exited with exit status: 0 (3.571533ms) |
| 3822 | 2026-08-11T21:43:50.889Z | Aug 11 21:43:49.658 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3823 | 2026-08-11T21:43:50.892Z | Aug 11 21:43:49.661 DEBG process exited with exit status: 0 (3.583523ms) |
| 3824 | 2026-08-11T21:43:50.892Z | Aug 11 21:43:49.661 INFO [helios-record] task succeeded (34.523076ms) |
| 3825 | 2026-08-11T21:43:57.682Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3826 | 2026-08-11T21:43:58.799Z | [ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3827 | 2026-08-11T21:44:03.765Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3828 | 2026-08-11T21:44:04.993Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3829 | 2026-08-11T21:57:04.108Z | [ host-package] Finished `release` profile [optimized] target(s) in 15m 32s |
| 3830 | 2026-08-11T21:57:59.556Z | Aug 11 21:57:58.299 INFO [host-package] process exited with exit status: 0 (988.413799789s) |
| 3831 | 2026-08-11T21:57:59.556Z | Aug 11 21:57:58.299 INFO [host-libraries] running task |
| 3832 | 2026-08-11T21:57:59.556Z | Aug 11 21:57:58.299 INFO [host-stamp] running task |
| 3833 | 2026-08-11T21:57:59.617Z | Aug 11 21:57:58.301 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 23.0.0-0.ci+git68697a7dff3 |
| 3834 | 2026-08-11T21:57:59.617Z | Aug 11 21:57:58.301 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 23.0.0-0.ci+git68697a7dff3 |
| 3835 | 2026-08-11T21:57:59.617Z | Aug 11 21:57:58.302 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 23.0.0-0.ci+git68697a7dff3 |
| 3836 | 2026-08-11T21:57:59.617Z | Aug 11 21:57:58.302 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 23.0.0-0.ci+git68697a7dff3 |
| 3837 | 2026-08-11T21:57:59.618Z | Aug 11 21:57:58.302 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 23.0.0-0.ci+git68697a7dff3 |
| 3838 | 2026-08-11T21:57:59.618Z | Aug 11 21:57:58.302 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 23.0.0-0.ci+git68697a7dff3 |
| 3839 | 2026-08-11T21:57:59.618Z | Aug 11 21:57:58.302 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 23.0.0-0.ci+git68697a7dff3 |
| 3840 | 2026-08-11T21:57:59.618Z | Aug 11 21:57:58.303 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 23.0.0-0.ci+git68697a7dff3 |
| 3841 | 2026-08-11T21:57:59.618Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3842 | 2026-08-11T21:57:59.618Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3843 | 2026-08-11T21:57:59.618Z | [stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3844 | 2026-08-11T21:57:59.618Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3845 | 2026-08-11T21:57:59.618Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3846 | 2026-08-11T21:57:59.618Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3847 | 2026-08-11T21:57:59.618Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3848 | 2026-08-11T21:57:59.618Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3849 | 2026-08-11T21:57:59.618Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3850 | 2026-08-11T21:57:59.618Z | Aug 11 21:57:58.315 INFO [stamp-overlay] process exited with exit status: 0 (14.505031ms) |
| 3851 | 2026-08-11T21:57:59.618Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 3852 | 2026-08-11T21:57:59.619Z | Aug 11 21:57:58.327 INFO [stamp-oxlog] process exited with exit status: 0 (25.081259ms) |
| 3853 | 2026-08-11T21:57:59.642Z | [stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar |
| 3854 | 2026-08-11T21:57:59.642Z | Aug 11 21:57:58.370 INFO [stamp-crucible-utils] process exited with exit status: 0 (69.140112ms) |
| 3855 | 2026-08-11T21:57:59.642Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 3856 | 2026-08-11T21:57:59.705Z | Aug 11 21:57:58.390 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (88.077886ms) |
| 3857 | 2026-08-11T21:57:59.803Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 3858 | 2026-08-11T21:57:59.852Z | Aug 11 21:57:58.559 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (256.869804ms) |
| 3859 | 2026-08-11T21:58:00.137Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 3860 | 2026-08-11T21:58:00.161Z | Aug 11 21:57:58.868 INFO [stamp-propolis-server] process exited with exit status: 0 (565.183845ms) |
| 3861 | 2026-08-11T21:58:00.213Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 3862 | 2026-08-11T21:58:00.224Z | Aug 11 21:57:58.968 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (665.413001ms) |
| 3863 | 2026-08-11T21:58:01.370Z | Aug 11 21:58:00.122 INFO [host-libraries] task succeeded (1.823055263s) |
| 3864 | 2026-08-11T21:58:01.370Z | Aug 11 21:58:00.122 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 3865 | 2026-08-11T21:58:01.390Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 3866 | 2026-08-11T21:58:02.377Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3867 | 2026-08-11T21:58:03.166Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3868 | 2026-08-11T21:58:06.642Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 3869 | 2026-08-11T21:58:06.667Z | Aug 11 21:58:05.409 INFO [stamp-switch-asic] process exited with exit status: 0 (7.107651153s) |
| 3870 | 2026-08-11T21:58:06.667Z | Aug 11 21:58:05.409 INFO [host-stamp] task succeeded (7.110502325s) |
| 3871 | 2026-08-11T21:58:06.667Z | Aug 11 21:58:05.409 INFO [host-proto] running task |
| 3872 | 2026-08-11T21:58:07.198Z | Aug 11 21:58:05.933 INFO [host-proto] task succeeded (524.075154ms) |
| 3873 | 2026-08-11T21:58:07.198Z | Aug 11 21:58:05.933 INFO [host-profile] running task |
| 3874 | 2026-08-11T21:58:07.251Z | Aug 11 21:58:05.933 INFO [host-profile] task succeeded (218.9µs) |
| 3875 | 2026-08-11T21:58:07.251Z | Aug 11 21:58:05.934 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.41.504' -P /tmp/.tmpGtRjcD/proto/host/root -N 'ci 68697a7/${os_short_commit} 2026-08-11 21:40' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/' |
| 3876 | 2026-08-11T21:58:07.251Z | [ host-image] Aug 11 21:58:05.940 INFO Checking files for board 'cosmo' |
| 3877 | 2026-08-11T21:58:07.251Z | [ host-image] Aug 11 21:58:05.940 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 3878 | 2026-08-11T21:58:07.251Z | [ host-image] Aug 11 21:58:05.940 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 3879 | 2026-08-11T21:58:07.251Z | [ host-image] Aug 11 21:58:05.940 INFO Checking files for board 'cosmo-mbist' |
| 3880 | 2026-08-11T21:58:07.251Z | [ host-image] Aug 11 21:58:05.940 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml" |
| 3881 | 2026-08-11T21:58:07.251Z | [ host-image] Aug 11 21:58:05.940 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 3882 | 2026-08-11T21:58:07.251Z | [ host-image] Aug 11 21:58:05.940 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml" |
| 3883 | 2026-08-11T21:58:07.252Z | [ host-image] Aug 11 21:58:05.940 INFO Checking files for board 'gimlet' |
| 3884 | 2026-08-11T21:58:07.252Z | [ host-image] Aug 11 21:58:05.940 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3885 | 2026-08-11T21:58:07.252Z | [ host-image] Aug 11 21:58:05.940 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 3886 | 2026-08-11T21:58:07.252Z | [ host-image] Aug 11 21:58:05.949 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpGtRjcD/proto/host/root" |
| 3887 | 2026-08-11T21:58:07.252Z | [ host-image] Aug 11 21:58:05.949 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 3888 | 2026-08-11T21:58:07.252Z | [ host-image] Aug 11 21:58:05.949 INFO image builder template: ramdisk-01-os... |
| 3889 | 2026-08-11T21:58:07.252Z | [ host-image] Aug 11 21:58:05.949 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/.tmpGtRjcD/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", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 3890 | 2026-08-11T21:58:07.253Z | [ host-image] Aug 11 21:58:05.962 INFO O| Aug 11 21:58:05.961 INFO CREATE DATASET: rpool/images/build/host/output |
| 3891 | 2026-08-11T21:58:08.236Z | [ host-image] Aug 11 21:58:06.990 INFO O| Aug 11 21:58:06.990 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3892 | 2026-08-11T21:58:08.277Z | [ host-image] Aug 11 21:58:06.994 INFO O| Aug 11 21:58:06.994 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3893 | 2026-08-11T21:58:08.348Z | [ host-image] Aug 11 21:58:07.102 INFO O| Aug 11 21:58:07.102 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled |
| 3894 | 2026-08-11T21:58:08.379Z | [ host-image] Aug 11 21:58:07.132 INFO O| Aug 11 21:58:07.132 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3895 | 2026-08-11T21:58:08.379Z | [ host-image] Aug 11 21:58:07.132 INFO O| Aug 11 21:58:07.132 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3896 | 2026-08-11T21:58:08.391Z | [ host-image] Aug 11 21:58:07.132 INFO O| Aug 11 21:58:07.132 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3897 | 2026-08-11T21:58:08.391Z | [ host-image] Aug 11 21:58:07.132 INFO O| Aug 11 21:58:07.132 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3898 | 2026-08-11T21:58:08.391Z | [ host-image] Aug 11 21:58:07.138 INFO O| Aug 11 21:58:07.138 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3899 | 2026-08-11T21:58:08.516Z | [ host-image] Aug 11 21:58:07.251 INFO O| Aug 11 21:58:07.251 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3900 | 2026-08-11T21:58:08.561Z | [ host-image] Aug 11 21:58:07.258 INFO O| Aug 11 21:58:07.258 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"] |
| 3901 | 2026-08-11T21:58:08.803Z | [ host-image] Aug 11 21:58:07.558 INFO O| Aug 11 21:58:07.558 INFO O| Caching catalogs ... Done |
| 3902 | 2026-08-11T21:58:08.890Z | [ host-image] Aug 11 21:58:07.636 INFO O| Aug 11 21:58:07.636 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3903 | 2026-08-11T21:58:08.891Z | [ host-image] Aug 11 21:58:07.636 INFO O| Aug 11 21:58:07.636 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3904 | 2026-08-11T21:58:08.902Z | [ host-image] Aug 11 21:58:07.644 INFO O| Aug 11 21:58:07.644 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"] |
| 3905 | 2026-08-11T21:58:09.156Z | [ host-image] Aug 11 21:58:07.921 INFO O| Aug 11 21:58:07.921 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 3906 | 2026-08-11T21:58:09.156Z | [ host-image] Aug 11 21:58:07.921 INFO O| Aug 11 21:58:07.921 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3907 | 2026-08-11T21:58:09.160Z | [ host-image] Aug 11 21:58:07.921 INFO O| Aug 11 21:58:07.921 INFO skip step because feature "publisher_1_name" is not enabled |
| 3908 | 2026-08-11T21:58:09.160Z | [ host-image] Aug 11 21:58:07.921 INFO O| Aug 11 21:58:07.921 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3909 | 2026-08-11T21:58:09.160Z | [ host-image] Aug 11 21:58:07.921 INFO O| Aug 11 21:58:07.921 INFO skip step because feature "publisher_2_name" is not enabled |
| 3910 | 2026-08-11T21:58:09.161Z | [ host-image] Aug 11 21:58:07.921 INFO O| Aug 11 21:58:07.921 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3911 | 2026-08-11T21:58:09.161Z | [ host-image] Aug 11 21:58:07.921 INFO O| Aug 11 21:58:07.921 INFO skip step because feature "publisher_3_name" is not enabled |
| 3912 | 2026-08-11T21:58:09.161Z | [ host-image] Aug 11 21:58:07.921 INFO O| Aug 11 21:58:07.921 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3913 | 2026-08-11T21:58:09.450Z | [ host-image] Aug 11 21:58:08.191 INFO O| Aug 11 21:58:08.191 INFO variant opensolaris.zone is already global |
| 3914 | 2026-08-11T21:58:09.451Z | [ host-image] Aug 11 21:58:08.191 INFO O| Aug 11 21:58:08.191 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3915 | 2026-08-11T21:58:09.460Z | [ host-image] Aug 11 21:58:08.191 INFO O| Aug 11 21:58:08.191 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3916 | 2026-08-11T21:58:09.705Z | [ host-image] Aug 11 21:58:08.458 INFO O| Aug 11 21:58:08.458 INFO variant opensolaris.imagetype is full; changing to partial |
| 3917 | 2026-08-11T21:58:09.705Z | [ host-image] Aug 11 21:58:08.458 INFO O| Aug 11 21:58:08.458 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3918 | 2026-08-11T21:58:11.139Z | [ host-image] Aug 11 21:58:09.904 INFO O| Aug 11 21:58:09.903 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3919 | 2026-08-11T21:58:11.514Z | [ host-image] Aug 11 21:58:10.269 INFO O| Aug 11 21:58:10.269 INFO O| Startup: Caching catalogs ... Done |
| 3920 | 2026-08-11T21:58:11.520Z | [ host-image] Aug 11 21:58:10.283 INFO O| Aug 11 21:58:10.283 INFO O| Planning: Planning completed in 0.00 seconds |
| 3921 | 2026-08-11T21:58:11.521Z | [ host-image] Aug 11 21:58:10.283 INFO O| Aug 11 21:58:10.283 INFO O| Planning: Consolidating action changes ... Done |
| 3922 | 2026-08-11T21:58:11.521Z | [ host-image] Aug 11 21:58:10.283 INFO O| Aug 11 21:58:10.283 INFO O| Planning: Evaluating mediators ... Done |
| 3923 | 2026-08-11T21:58:11.521Z | [ host-image] Aug 11 21:58:10.283 INFO O| Aug 11 21:58:10.283 INFO O| Planning: Planning completed in 0.00 seconds |
| 3924 | 2026-08-11T21:58:11.521Z | [ host-image] Aug 11 21:58:10.283 INFO O| Aug 11 21:58:10.283 INFO O| Variants/Facets to change: 1 |
| 3925 | 2026-08-11T21:58:11.527Z | [ host-image] Aug 11 21:58:10.292 INFO O| Aug 11 21:58:10.292 INFO O| Finalize: Updating package state database ... Done |
| 3926 | 2026-08-11T21:58:11.538Z | [ host-image] Aug 11 21:58:10.292 INFO O| Aug 11 21:58:10.292 INFO O| Finalize: Updating package cache ... Done |
| 3927 | 2026-08-11T21:58:11.585Z | [ host-image] Aug 11 21:58:10.350 INFO O| Aug 11 21:58:10.349 INFO O| Finalize: Updating image state ... Done |
| 3928 | 2026-08-11T21:58:11.656Z | [ host-image] Aug 11 21:58:10.363 INFO O| Aug 11 21:58:10.362 INFO O| Finalize: Creating fast lookup database ... Done |
| 3929 | 2026-08-11T21:58:11.674Z | [ host-image] Aug 11 21:58:10.363 INFO O| Aug 11 21:58:10.363 INFO O| Finalize: Reading search index ... Done |
| 3930 | 2026-08-11T21:58:11.674Z | [ host-image] Aug 11 21:58:10.363 INFO O| Aug 11 21:58:10.363 INFO O| Finalize: Updating search index ... Done |
| 3931 | 2026-08-11T21:58:11.674Z | [ host-image] Aug 11 21:58:10.364 INFO O| Aug 11 21:58:10.364 INFO O| Finalize: Updating package cache ... Done |
| 3932 | 2026-08-11T21:58:11.790Z | [ host-image] Aug 11 21:58:10.551 INFO O| Aug 11 21:58:10.551 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 3933 | 2026-08-11T21:58:11.790Z | [ host-image] Aug 11 21:58:10.551 INFO O| Aug 11 21:58:10.551 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3934 | 2026-08-11T21:58:11.793Z | [ host-image] Aug 11 21:58:10.551 INFO O| Aug 11 21:58:10.551 INFO skip step because feature "debug_variant" is not enabled |
| 3935 | 2026-08-11T21:58:11.793Z | [ host-image] Aug 11 21:58:10.551 INFO O| Aug 11 21:58:10.551 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3936 | 2026-08-11T21:58:12.051Z | [ host-image] Aug 11 21:58:10.810 INFO O| Aug 11 21:58:10.810 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 3937 | 2026-08-11T21:58:13.429Z | [ host-image] Aug 11 21:58:12.179 INFO O| Aug 11 21:58:12.179 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3938 | 2026-08-11T21:58:13.768Z | [ host-image] Aug 11 21:58:12.531 INFO O| Aug 11 21:58:12.531 INFO O| Startup: Caching catalogs ... Done |
| 3939 | 2026-08-11T21:58:13.779Z | [ host-image] Aug 11 21:58:12.543 INFO O| Aug 11 21:58:12.543 INFO O| Planning: Planning completed in 0.00 seconds |
| 3940 | 2026-08-11T21:58:13.793Z | [ host-image] Aug 11 21:58:12.544 INFO O| Aug 11 21:58:12.544 INFO O| Planning: Consolidating action changes ... Done |
| 3941 | 2026-08-11T21:58:13.793Z | [ host-image] Aug 11 21:58:12.544 INFO O| Aug 11 21:58:12.544 INFO O| Planning: Evaluating mediators ... Done |
| 3942 | 2026-08-11T21:58:13.794Z | [ host-image] Aug 11 21:58:12.544 INFO O| Aug 11 21:58:12.544 INFO O| Planning: Planning completed in 0.00 seconds |
| 3943 | 2026-08-11T21:58:13.794Z | [ host-image] Aug 11 21:58:12.544 INFO O| Aug 11 21:58:12.544 INFO O| Variants/Facets to change: 1 |
| 3944 | 2026-08-11T21:58:13.803Z | [ host-image] Aug 11 21:58:12.553 INFO O| Aug 11 21:58:12.553 INFO O| Finalize: Updating package state database ... Done |
| 3945 | 2026-08-11T21:58:13.803Z | [ host-image] Aug 11 21:58:12.553 INFO O| Aug 11 21:58:12.553 INFO O| Finalize: Updating package cache ... Done |
| 3946 | 2026-08-11T21:58:13.841Z | [ host-image] Aug 11 21:58:12.606 INFO O| Aug 11 21:58:12.606 INFO O| Finalize: Updating image state ... Done |
| 3947 | 2026-08-11T21:58:13.849Z | [ host-image] Aug 11 21:58:12.615 INFO O| Aug 11 21:58:12.615 INFO O| Finalize: Creating fast lookup database ... Done |
| 3948 | 2026-08-11T21:58:13.853Z | [ host-image] Aug 11 21:58:12.616 INFO O| Aug 11 21:58:12.616 INFO O| Finalize: Reading search index ... Done |
| 3949 | 2026-08-11T21:58:13.853Z | [ host-image] Aug 11 21:58:12.616 INFO O| Aug 11 21:58:12.616 INFO O| Finalize: Updating search index ... Done |
| 3950 | 2026-08-11T21:58:13.853Z | [ host-image] Aug 11 21:58:12.616 INFO O| Aug 11 21:58:12.616 INFO O| Finalize: Updating package cache ... Done |
| 3951 | 2026-08-11T21:58:14.015Z | [ host-image] Aug 11 21:58:12.777 INFO O| Aug 11 21:58:12.777 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 3952 | 2026-08-11T21:58:14.016Z | [ host-image] Aug 11 21:58:12.777 INFO O| Aug 11 21:58:12.777 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3953 | 2026-08-11T21:58:14.032Z | [ host-image] Aug 11 21:58:12.777 INFO O| Aug 11 21:58:12.777 INFO skip step because feature "recovery" is not enabled |
| 3954 | 2026-08-11T21:58:14.033Z | [ host-image] Aug 11 21:58:12.778 INFO O| Aug 11 21:58:12.777 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3955 | 2026-08-11T21:58:14.033Z | [ host-image] Aug 11 21:58:12.778 INFO O| Aug 11 21:58:12.777 INFO skip step because feature "recovery" is not enabled |
| 3956 | 2026-08-11T21:58:14.033Z | [ host-image] Aug 11 21:58:12.778 INFO O| Aug 11 21:58:12.777 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3957 | 2026-08-11T21:58:14.033Z | [ host-image] Aug 11 21:58:12.786 INFO O| Aug 11 21:58:12.786 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", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"] |
| 3958 | 2026-08-11T21:58:14.409Z | [recovery-package] Finished `release` profile [optimized] target(s) in 12.93s |
| 3959 | 2026-08-11T21:58:15.414Z | [ host-image] Aug 11 21:58:14.179 INFO O| Aug 11 21:58:14.179 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3960 | 2026-08-11T21:58:15.775Z | [ host-image] Aug 11 21:58:14.530 INFO O| Aug 11 21:58:14.529 INFO O| Startup: Caching catalogs ... Done |
| 3961 | 2026-08-11T21:58:17.212Z | Aug 11 21:58:15.941 INFO [recovery-package] process exited with exit status: 0 (15.818849332s) |
| 3962 | 2026-08-11T21:58:17.212Z | Aug 11 21:58:15.941 INFO [recovery-libraries] running task |
| 3963 | 2026-08-11T21:58:17.212Z | Aug 11 21:58:15.941 INFO [recovery-stamp] running task |
| 3964 | 2026-08-11T21:58:17.229Z | Aug 11 21:58:15.941 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 23.0.0-0.ci+git68697a7dff3 |
| 3965 | 2026-08-11T21:58:17.229Z | Aug 11 21:58:15.942 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git68697a7dff3 |
| 3966 | 2026-08-11T21:58:17.229Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 3967 | 2026-08-11T21:58:17.229Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 3968 | 2026-08-11T21:58:17.247Z | Aug 11 21:58:15.995 INFO [recovery-libraries] task succeeded (53.871191ms) |
| 3969 | 2026-08-11T21:58:17.247Z | Aug 11 21:58:15.995 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries |
| 3970 | 2026-08-11T21:58:17.454Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 3971 | 2026-08-11T21:58:17.484Z | Aug 11 21:58:16.056 INFO [stamp-installinator] process exited with exit status: 0 (114.383716ms) |
| 3972 | 2026-08-11T21:58:17.484Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 3973 | 2026-08-11T21:58:17.484Z | Aug 11 21:58:16.130 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (188.905852ms) |
| 3974 | 2026-08-11T21:58:17.484Z | Aug 11 21:58:16.130 INFO [recovery-stamp] task succeeded (189.473713ms) |
| 3975 | 2026-08-11T21:58:17.484Z | Aug 11 21:58:16.130 INFO [recovery-proto] running task |
| 3976 | 2026-08-11T21:58:17.484Z | Aug 11 21:58:16.130 INFO [tuf-stamp] running task |
| 3977 | 2026-08-11T21:58:17.484Z | Aug 11 21:58:16.131 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 23.0.0-0.ci+git68697a7dff3 |
| 3978 | 2026-08-11T21:58:17.484Z | Aug 11 21:58:16.131 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 23.0.0-0.ci+git68697a7dff3 |
| 3979 | 2026-08-11T21:58:17.484Z | Aug 11 21:58:16.132 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 23.0.0-0.ci+git68697a7dff3 |
| 3980 | 2026-08-11T21:58:17.485Z | Aug 11 21:58:16.132 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 23.0.0-0.ci+git68697a7dff3 |
| 3981 | 2026-08-11T21:58:17.485Z | Aug 11 21:58:16.132 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 23.0.0-0.ci+git68697a7dff3 |
| 3982 | 2026-08-11T21:58:17.485Z | Aug 11 21:58:16.133 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 23.0.0-0.ci+git68697a7dff3 |
| 3983 | 2026-08-11T21:58:17.485Z | Aug 11 21:58:16.133 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 23.0.0-0.ci+git68697a7dff3 |
| 3984 | 2026-08-11T21:58:17.485Z | Aug 11 21:58:16.133 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 23.0.0-0.ci+git68697a7dff3 |
| 3985 | 2026-08-11T21:58:17.485Z | Aug 11 21:58:16.134 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 23.0.0-0.ci+git68697a7dff3 |
| 3986 | 2026-08-11T21:58:17.485Z | Aug 11 21:58:16.134 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 23.0.0-0.ci+git68697a7dff3 |
| 3987 | 2026-08-11T21:58:17.485Z | Aug 11 21:58:16.135 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 23.0.0-0.ci+git68697a7dff3 |
| 3988 | 2026-08-11T21:58:17.485Z | Aug 11 21:58:16.135 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 23.0.0-0.ci+git68697a7dff3 |
| 3989 | 2026-08-11T21:58:17.485Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3990 | 2026-08-11T21:58:17.485Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3991 | 2026-08-11T21:58:17.485Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3992 | 2026-08-11T21:58:17.485Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3993 | 2026-08-11T21:58:17.485Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3994 | 2026-08-11T21:58:17.485Z | [stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3995 | 2026-08-11T21:58:17.485Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3996 | 2026-08-11T21:58:17.485Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3997 | 2026-08-11T21:58:17.485Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3998 | 2026-08-11T21:58:17.485Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3999 | 2026-08-11T21:58:17.485Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4000 | 2026-08-11T21:58:17.485Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4001 | 2026-08-11T21:58:17.485Z | [ host-image] Aug 11 21:58:16.186 INFO O| Aug 11 21:58:16.185 INFO O| Planning: Solver setup ... Done |
| 4002 | 2026-08-11T21:58:17.485Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 4003 | 2026-08-11T21:58:17.485Z | Aug 11 21:58:16.194 INFO [stamp-probe] process exited with exit status: 0 (62.346377ms) |
| 4004 | 2026-08-11T21:58:17.505Z | Aug 11 21:58:16.252 INFO [recovery-proto] task succeeded (122.249863ms) |
| 4005 | 2026-08-11T21:58:17.505Z | Aug 11 21:58:16.253 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.41.504' -P /tmp/.tmpGtRjcD/proto/recovery/root -N 'recovery 68697a7/${os_short_commit} 2026-08-11 21:40' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0' -p 'helios=file:///work/incorporation.p5p' -p 'helios=https://pkg.oxide.computer/helios/3/dev/' |
| 4006 | 2026-08-11T21:58:17.542Z | [ recovery-image] Aug 11 21:58:16.259 INFO Checking files for board 'gimlet' |
| 4007 | 2026-08-11T21:58:17.542Z | [ recovery-image] Aug 11 21:58:16.259 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 4008 | 2026-08-11T21:58:17.542Z | [ recovery-image] Aug 11 21:58:16.259 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 4009 | 2026-08-11T21:58:17.542Z | [ recovery-image] Aug 11 21:58:16.259 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 4010 | 2026-08-11T21:58:17.542Z | [ recovery-image] Aug 11 21:58:16.259 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml" |
| 4011 | 2026-08-11T21:58:17.542Z | [ recovery-image] Aug 11 21:58:16.259 INFO Checking files for board 'cosmo-mbist' |
| 4012 | 2026-08-11T21:58:17.542Z | [ recovery-image] Aug 11 21:58:16.259 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml" |
| 4013 | 2026-08-11T21:58:17.543Z | [ recovery-image] Aug 11 21:58:16.259 INFO Checking files for board 'cosmo' |
| 4014 | 2026-08-11T21:58:17.543Z | [ recovery-image] Aug 11 21:58:16.259 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 4015 | 2026-08-11T21:58:17.543Z | [ recovery-image] Aug 11 21:58:16.259 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 4016 | 2026-08-11T21:58:17.544Z | [ recovery-image] Aug 11 21:58:16.268 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpGtRjcD/proto/recovery/root" |
| 4017 | 2026-08-11T21:58:17.544Z | [ recovery-image] Aug 11 21:58:16.268 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 4018 | 2026-08-11T21:58:17.544Z | [ recovery-image] Aug 11 21:58:16.268 INFO image builder template: ramdisk-01-os... |
| 4019 | 2026-08-11T21:58:17.544Z | [ recovery-image] Aug 11 21:58:16.268 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/.tmpGtRjcD/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.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 4020 | 2026-08-11T21:58:17.562Z | [ recovery-image] Aug 11 21:58:16.283 INFO O| Aug 11 21:58:16.283 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 4021 | 2026-08-11T21:58:17.630Z | [ host-image] Aug 11 21:58:16.373 INFO O| Aug 11 21:58:16.373 INFO O| Planning: Running solver ... Done |
| 4022 | 2026-08-11T21:58:17.655Z | [ host-image] Aug 11 21:58:16.416 INFO O| Aug 11 21:58:16.416 INFO O| Planning: Finding local manifests ... Done |
| 4023 | 2026-08-11T21:58:17.687Z | [ host-image] Aug 11 21:58:16.436 INFO O| Aug 11 21:58:16.436 INFO O| Planning: Fetching manifests: 0/130 0% complete |
| 4024 | 2026-08-11T21:58:17.848Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4025 | 2026-08-11T21:58:17.877Z | [verify-libraries] Running `target/debug/xtask verify-libraries` |
| 4026 | 2026-08-11T21:58:17.895Z | [ recovery-image] Aug 11 21:58:16.632 INFO O| Aug 11 21:58:16.632 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4027 | 2026-08-11T21:58:17.895Z | [ recovery-image] Aug 11 21:58:16.636 INFO O| Aug 11 21:58:16.636 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4028 | 2026-08-11T21:58:17.939Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 4029 | 2026-08-11T21:58:17.968Z | Aug 11 21:58:16.703 INFO [stamp-ntp] process exited with exit status: 0 (568.942059ms) |
| 4030 | 2026-08-11T21:58:18.019Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 4031 | 2026-08-11T21:58:18.031Z | Aug 11 21:58:16.770 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (637.000851ms) |
| 4032 | 2026-08-11T21:58:18.226Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 4033 | 2026-08-11T21:58:18.233Z | Aug 11 21:58:16.962 INFO [stamp-crucible-zone] process exited with exit status: 0 (827.707854ms) |
| 4034 | 2026-08-11T21:58:18.233Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 4035 | 2026-08-11T21:58:18.234Z | Aug 11 21:58:16.970 INFO [stamp-internal-dns] process exited with exit status: 0 (836.58179ms) |
| 4036 | 2026-08-11T21:58:18.285Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 4037 | 2026-08-11T21:58:18.298Z | Aug 11 21:58:17.039 INFO [stamp-external-dns] process exited with exit status: 0 (905.401622ms) |
| 4038 | 2026-08-11T21:58:18.480Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 4039 | 2026-08-11T21:58:18.493Z | Aug 11 21:58:17.211 INFO [stamp-oximeter] process exited with exit status: 0 (1.07664967s) |
| 4040 | 2026-08-11T21:58:19.018Z | [ recovery-image] Aug 11 21:58:17.783 INFO O| Aug 11 21:58:17.783 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled |
| 4041 | 2026-08-11T21:58:19.471Z | [ host-image] Aug 11 21:58:18.215 INFO O| Aug 11 21:58:18.215 INFO O| Planning: Fetching manifests: 130/130 100% complete |
| 4042 | 2026-08-11T21:58:19.855Z | [ host-image] Aug 11 21:58:18.599 INFO O| Aug 11 21:58:18.599 INFO O| Planning: Package planning ... Done |
| 4043 | 2026-08-11T21:58:19.899Z | [ recovery-image] Aug 11 21:58:18.644 INFO O| Aug 11 21:58:18.644 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4044 | 2026-08-11T21:58:19.899Z | [ recovery-image] Aug 11 21:58:18.644 INFO O| Aug 11 21:58:18.644 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4045 | 2026-08-11T21:58:19.935Z | [ recovery-image] Aug 11 21:58:18.644 INFO O| Aug 11 21:58:18.644 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4046 | 2026-08-11T21:58:19.935Z | [ recovery-image] Aug 11 21:58:18.644 INFO O| Aug 11 21:58:18.644 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4047 | 2026-08-11T21:58:19.935Z | [ recovery-image] Aug 11 21:58:18.650 INFO O| Aug 11 21:58:18.650 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4048 | 2026-08-11T21:58:20.011Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 4049 | 2026-08-11T21:58:20.054Z | Aug 11 21:58:18.731 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.599556898s) |
| 4050 | 2026-08-11T21:58:20.319Z | [ host-image] Aug 11 21:58:19.064 INFO O| Aug 11 21:58:19.064 INFO O| Planning: Merging actions ... Done |
| 4051 | 2026-08-11T21:58:20.445Z | [ host-image] Aug 11 21:58:19.167 INFO O| Aug 11 21:58:19.167 INFO O| Planning: Checking for conflicting actions ... Done |
| 4052 | 2026-08-11T21:58:20.520Z | [ host-image] Aug 11 21:58:19.267 INFO O| Aug 11 21:58:19.267 INFO O| Planning: Consolidating action changes ... Done |
| 4053 | 2026-08-11T21:58:20.704Z | [ host-image] Aug 11 21:58:19.444 INFO O| Aug 11 21:58:19.443 INFO O| Planning: Evaluating mediators ... Done |
| 4054 | 2026-08-11T21:58:22.110Z | [ host-image] Aug 11 21:58:20.847 INFO O| Aug 11 21:58:20.847 INFO O| Planning: Planning completed in 6.30 seconds |
| 4055 | 2026-08-11T21:58:22.133Z | [ host-image] Aug 11 21:58:20.848 INFO O| Aug 11 21:58:20.848 INFO O| Packages to install: 130 |
| 4056 | 2026-08-11T21:58:22.133Z | [ host-image] Aug 11 21:58:20.848 INFO O| Aug 11 21:58:20.848 INFO O| Mediators to change: 5 |
| 4057 | 2026-08-11T21:58:22.133Z | [ host-image] Aug 11 21:58:20.848 INFO O| Aug 11 21:58:20.848 INFO O| Services to change: 6 |
| 4058 | 2026-08-11T21:58:22.133Z | [ host-image] Aug 11 21:58:20.874 INFO O| Aug 11 21:58:20.874 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete |
| 4059 | 2026-08-11T21:58:22.133Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 4060 | 2026-08-11T21:58:22.133Z | Aug 11 21:58:20.880 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.748780885s) |
| 4061 | 2026-08-11T21:58:22.403Z | [stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz |
| 4062 | 2026-08-11T21:58:22.414Z | Aug 11 21:58:21.170 INFO [stamp-clickhouse_server] process exited with exit status: 0 (5.037517303s) |
| 4063 | 2026-08-11T21:58:22.433Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 4064 | 2026-08-11T21:58:22.437Z | Aug 11 21:58:21.201 INFO [stamp-clickhouse] process exited with exit status: 0 (5.068318367s) |
| 4065 | 2026-08-11T21:58:22.503Z | [verify-libraries] Compiling match_cfg v0.1.0 |
| 4066 | 2026-08-11T21:58:22.503Z | [verify-libraries] Compiling slog-json v2.6.1 |
| 4067 | 2026-08-11T21:58:22.507Z | [verify-libraries] Compiling debug-ignore v1.0.5 |
| 4068 | 2026-08-11T21:58:22.507Z | [verify-libraries] Compiling progenitor-client v0.14.0 |
| 4069 | 2026-08-11T21:58:22.507Z | [verify-libraries] Compiling newtype-uuid-macros v0.1.0 |
| 4070 | 2026-08-11T21:58:22.507Z | [verify-libraries] Compiling sha1 v0.11.0 |
| 4071 | 2026-08-11T21:58:22.507Z | [verify-libraries] Compiling serde_path_to_error v0.1.20 |
| 4072 | 2026-08-11T21:58:22.507Z | [verify-libraries] Compiling multer v3.1.0 |
| 4073 | 2026-08-11T21:58:22.827Z | [verify-libraries] Compiling compression-core v0.4.31 |
| 4074 | 2026-08-11T21:58:22.832Z | [verify-libraries] Compiling async-stream-impl v0.3.6 |
| 4075 | 2026-08-11T21:58:22.832Z | [verify-libraries] Compiling serde_spanned v1.1.1 |
| 4076 | 2026-08-11T21:58:22.832Z | [verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 4077 | 2026-08-11T21:58:22.832Z | [verify-libraries] Compiling dropshot v0.17.1 |
| 4078 | 2026-08-11T21:58:22.838Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 4079 | 2026-08-11T21:58:22.842Z | Aug 11 21:58:21.603 INFO [stamp-nexus] process exited with exit status: 0 (5.471353621s) |
| 4080 | 2026-08-11T21:58:22.842Z | Aug 11 21:58:21.603 INFO [tuf-stamp] task succeeded (5.472891242s) |
| 4081 | 2026-08-11T21:58:22.842Z | Aug 11 21:58:21.603 INFO [tuf-v2-zones] running task |
| 4082 | 2026-08-11T21:58:22.951Z | [verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 4083 | 2026-08-11T21:58:22.979Z | [verify-libraries] Compiling hostname v0.3.1 |
| 4084 | 2026-08-11T21:58:22.979Z | [verify-libraries] Compiling waitgroup v0.1.2 |
| 4085 | 2026-08-11T21:58:22.979Z | [verify-libraries] Compiling rustls-pemfile v2.2.0 |
| 4086 | 2026-08-11T21:58:22.989Z | Aug 11 21:58:21.752 INFO [tuf-v2-zones] task succeeded (148.498612ms) |
| 4087 | 2026-08-11T21:58:23.050Z | [verify-libraries] Compiling compression-codecs v0.4.37 |
| 4088 | 2026-08-11T21:58:23.051Z | [verify-libraries] Compiling dropshot_endpoint v0.17.1 |
| 4089 | 2026-08-11T21:58:23.057Z | [verify-libraries] Compiling hostname v0.4.2 |
| 4090 | 2026-08-11T21:58:23.138Z | [verify-libraries] Compiling slog-bunyan v2.5.0 |
| 4091 | 2026-08-11T21:58:23.186Z | [verify-libraries] Compiling toml v1.1.2+spec-1.1.0 |
| 4092 | 2026-08-11T21:58:23.190Z | [verify-libraries] Compiling atomicwrites v0.4.4 |
| 4093 | 2026-08-11T21:58:23.190Z | [verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 4094 | 2026-08-11T21:58:23.190Z | [verify-libraries] Compiling macaddr v1.0.1 |
| 4095 | 2026-08-11T21:58:23.190Z | [verify-libraries] Compiling regress v0.10.5 |
| 4096 | 2026-08-11T21:58:23.250Z | [verify-libraries] Compiling instant v0.1.13 |
| 4097 | 2026-08-11T21:58:23.273Z | [verify-libraries] Compiling parse-display-derive v0.10.0 |
| 4098 | 2026-08-11T21:58:23.318Z | [verify-libraries] Compiling async-compression v0.4.41 |
| 4099 | 2026-08-11T21:58:23.378Z | [verify-libraries] Compiling itertools v0.14.0 |
| 4100 | 2026-08-11T21:58:23.381Z | [verify-libraries] Compiling backon v1.6.0 |
| 4101 | 2026-08-11T21:58:23.381Z | [verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 4102 | 2026-08-11T21:58:23.443Z | [verify-libraries] Compiling backoff v0.4.0 |
| 4103 | 2026-08-11T21:58:23.469Z | [verify-libraries] Compiling humantime v2.3.0 |
| 4104 | 2026-08-11T21:58:23.521Z | [verify-libraries] Compiling convert_case v0.4.0 |
| 4105 | 2026-08-11T21:58:23.560Z | [verify-libraries] Compiling half v2.7.1 |
| 4106 | 2026-08-11T21:58:23.595Z | [verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 4107 | 2026-08-11T21:58:23.619Z | [verify-libraries] Compiling async-stream v0.3.6 |
| 4108 | 2026-08-11T21:58:23.648Z | [verify-libraries] Compiling progenitor-extras v0.2.0 |
| 4109 | 2026-08-11T21:58:23.683Z | [verify-libraries] Compiling ciborium-io v0.2.2 |
| 4110 | 2026-08-11T21:58:23.725Z | [verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 4111 | 2026-08-11T21:58:23.740Z | [verify-libraries] Compiling crucible-workspace-hack v0.1.0 |
| 4112 | 2026-08-11T21:58:23.760Z | [verify-libraries] Compiling indent_write v2.2.0 |
| 4113 | 2026-08-11T21:58:23.822Z | [verify-libraries] Compiling regress v0.11.1 |
| 4114 | 2026-08-11T21:58:23.826Z | [verify-libraries] Compiling secrecy v0.10.3 |
| 4115 | 2026-08-11T21:58:23.868Z | [verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 4116 | 2026-08-11T21:58:23.893Z | [verify-libraries] Compiling ciborium-ll v0.2.2 |
| 4117 | 2026-08-11T21:58:24.014Z | [verify-libraries] Compiling unsafe-libyaml v0.2.11 |
| 4118 | 2026-08-11T21:58:24.022Z | [verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4119 | 2026-08-11T21:58:24.022Z | [verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4120 | 2026-08-11T21:58:24.022Z | [verify-libraries] Compiling derive_more v0.99.20 |
| 4121 | 2026-08-11T21:58:24.057Z | [verify-libraries] Compiling inout v0.1.4 |
| 4122 | 2026-08-11T21:58:24.087Z | [verify-libraries] Compiling universal-hash v0.5.1 |
| 4123 | 2026-08-11T21:58:24.192Z | [verify-libraries] Compiling ciborium v0.2.2 |
| 4124 | 2026-08-11T21:58:24.217Z | [verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4125 | 2026-08-11T21:58:24.264Z | [verify-libraries] Compiling cipher v0.4.4 |
| 4126 | 2026-08-11T21:58:24.288Z | [verify-libraries] Compiling thiserror-impl-no-std v2.0.2 |
| 4127 | 2026-08-11T21:58:24.292Z | [verify-libraries] Compiling opaque-debug v0.3.1 |
| 4128 | 2026-08-11T21:58:24.403Z | [verify-libraries] Compiling poly1305 v0.8.0 |
| 4129 | 2026-08-11T21:58:24.427Z | [verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4130 | 2026-08-11T21:58:24.481Z | [verify-libraries] Compiling blake2 v0.10.6 |
| 4131 | 2026-08-11T21:58:24.522Z | [verify-libraries] Compiling aead v0.5.2 |
| 4132 | 2026-08-11T21:58:24.611Z | [verify-libraries] Compiling serde_yaml v0.9.34+deprecated |
| 4133 | 2026-08-11T21:58:24.634Z | [verify-libraries] Compiling chacha20 v0.9.1 |
| 4134 | 2026-08-11T21:58:24.795Z | [verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4135 | 2026-08-11T21:58:24.819Z | [verify-libraries] Compiling password-hash v0.5.0 |
| 4136 | 2026-08-11T21:58:24.865Z | [verify-libraries] Compiling num-derive v0.4.2 |
| 4137 | 2026-08-11T21:58:24.887Z | [verify-libraries] Compiling chacha20poly1305 v0.10.1 |
| 4138 | 2026-08-11T21:58:24.966Z | [verify-libraries] Compiling crossbeam-deque v0.8.6 |
| 4139 | 2026-08-11T21:58:24.995Z | [verify-libraries] Compiling rayon-core v1.13.0 |
| 4140 | 2026-08-11T21:58:25.116Z | [verify-libraries] Compiling argon2 v0.5.3 |
| 4141 | 2026-08-11T21:58:25.140Z | [verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 4142 | 2026-08-11T21:58:25.221Z | [verify-libraries] Compiling glob v0.3.3 |
| 4143 | 2026-08-11T21:58:25.280Z | [verify-libraries] Compiling usdt-macro v0.5.0 |
| 4144 | 2026-08-11T21:58:25.308Z | [verify-libraries] Compiling usdt-attr-macro v0.5.0 |
| 4145 | 2026-08-11T21:58:25.426Z | [verify-libraries] Compiling parse-display v0.10.0 |
| 4146 | 2026-08-11T21:58:25.496Z | [verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 4147 | 2026-08-11T21:58:25.674Z | [verify-libraries] Compiling typify-impl v0.6.2 |
| 4148 | 2026-08-11T21:58:25.717Z | [verify-libraries] Compiling thiserror-no-std v2.0.2 |
| 4149 | 2026-08-11T21:58:25.817Z | [verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4150 | 2026-08-11T21:58:25.867Z | [verify-libraries] Compiling vsss-rs v3.3.4 |
| 4151 | 2026-08-11T21:58:25.962Z | [verify-libraries] Compiling memmap v0.7.0 |
| 4152 | 2026-08-11T21:58:26.110Z | [ recovery-image] Aug 11 21:58:24.875 INFO O| Aug 11 21:58:24.875 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4153 | 2026-08-11T21:58:26.122Z | [ recovery-image] Aug 11 21:58:24.886 INFO O| Aug 11 21:58:24.886 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"] |
| 4154 | 2026-08-11T21:58:26.166Z | [verify-libraries] Compiling proc-macro-crate v3.4.0 |
| 4155 | 2026-08-11T21:58:26.215Z | [verify-libraries] Compiling heapless v0.8.0 |
| 4156 | 2026-08-11T21:58:26.315Z | [verify-libraries] Compiling proc-macro-error v1.0.4 |
| 4157 | 2026-08-11T21:58:26.325Z | [verify-libraries] Compiling tabwriter v1.4.1 |
| 4158 | 2026-08-11T21:58:26.353Z | [verify-libraries] Compiling usdt v0.5.0 |
| 4159 | 2026-08-11T21:58:26.360Z | [verify-libraries] Compiling ingot-macros v0.2.0 |
| 4160 | 2026-08-11T21:58:26.447Z | [verify-libraries] Compiling hash32 v0.3.1 |
| 4161 | 2026-08-11T21:58:26.471Z | [ recovery-image] Aug 11 21:58:25.234 INFO O| Aug 11 21:58:25.233 INFO O| Caching catalogs ... Done |
| 4162 | 2026-08-11T21:58:26.582Z | [ recovery-image] Aug 11 21:58:25.346 INFO O| Aug 11 21:58:25.345 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4163 | 2026-08-11T21:58:26.582Z | [ recovery-image] Aug 11 21:58:25.346 INFO O| Aug 11 21:58:25.346 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4164 | 2026-08-11T21:58:26.587Z | [verify-libraries] Compiling smoltcp v0.11.0 |
| 4165 | 2026-08-11T21:58:26.592Z | [ recovery-image] Aug 11 21:58:25.356 INFO O| Aug 11 21:58:25.355 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"] |
| 4166 | 2026-08-11T21:58:26.651Z | [verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 4167 | 2026-08-11T21:58:26.703Z | [verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 4168 | 2026-08-11T21:58:26.725Z | [verify-libraries] Compiling cobs v0.3.0 |
| 4169 | 2026-08-11T21:58:26.777Z | [verify-libraries] Compiling colored v3.1.1 |
| 4170 | 2026-08-11T21:58:26.805Z | [verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 4171 | 2026-08-11T21:58:26.836Z | [verify-libraries] Compiling rayon v1.11.0 |
| 4172 | 2026-08-11T21:58:26.899Z | [verify-libraries] Compiling num_enum_derive v0.7.6 |
| 4173 | 2026-08-11T21:58:26.984Z | [ recovery-image] Aug 11 21:58:25.691 INFO O| Aug 11 21:58:25.691 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4174 | 2026-08-11T21:58:26.984Z | [ recovery-image] Aug 11 21:58:25.691 INFO O| Aug 11 21:58:25.691 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4175 | 2026-08-11T21:58:26.991Z | [ recovery-image] Aug 11 21:58:25.691 INFO O| Aug 11 21:58:25.691 INFO skip step because feature "publisher_1_name" is not enabled |
| 4176 | 2026-08-11T21:58:26.991Z | [ recovery-image] Aug 11 21:58:25.691 INFO O| Aug 11 21:58:25.691 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4177 | 2026-08-11T21:58:26.991Z | [ recovery-image] Aug 11 21:58:25.691 INFO O| Aug 11 21:58:25.691 INFO skip step because feature "publisher_2_name" is not enabled |
| 4178 | 2026-08-11T21:58:26.992Z | [ recovery-image] Aug 11 21:58:25.691 INFO O| Aug 11 21:58:25.691 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4179 | 2026-08-11T21:58:26.992Z | [ recovery-image] Aug 11 21:58:25.691 INFO O| Aug 11 21:58:25.691 INFO skip step because feature "publisher_3_name" is not enabled |
| 4180 | 2026-08-11T21:58:26.992Z | [ recovery-image] Aug 11 21:58:25.691 INFO O| Aug 11 21:58:25.691 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4181 | 2026-08-11T21:58:26.992Z | [verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4182 | 2026-08-11T21:58:27.008Z | [verify-libraries] Compiling postcard v1.1.3 |
| 4183 | 2026-08-11T21:58:27.037Z | [verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4184 | 2026-08-11T21:58:27.077Z | [verify-libraries] Compiling rand v0.10.1 |
| 4185 | 2026-08-11T21:58:27.115Z | [ host-image] Aug 11 21:58:25.880 INFO O| Aug 11 21:58:25.880 INFO O| Download: 14211/23887 items 120.1/222.8MB 53% complete (24.1M/s) |
| 4186 | 2026-08-11T21:58:27.119Z | [verify-libraries] Compiling proc-macro-crate v1.3.1 |
| 4187 | 2026-08-11T21:58:27.158Z | [verify-libraries] Compiling foreign-types-macros v0.2.3 |
| 4188 | 2026-08-11T21:58:27.179Z | [verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 4189 | 2026-08-11T21:58:27.233Z | [verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 4190 | 2026-08-11T21:58:27.243Z | [ recovery-image] Aug 11 21:58:26.008 INFO O| Aug 11 21:58:26.008 INFO variant opensolaris.zone is already global |
| 4191 | 2026-08-11T21:58:27.243Z | [ recovery-image] Aug 11 21:58:26.008 INFO O| Aug 11 21:58:26.008 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4192 | 2026-08-11T21:58:27.255Z | [ recovery-image] Aug 11 21:58:26.008 INFO O| Aug 11 21:58:26.008 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4193 | 2026-08-11T21:58:27.393Z | [verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4194 | 2026-08-11T21:58:27.417Z | [verify-libraries] Compiling foreign-types-shared v0.3.1 |
| 4195 | 2026-08-11T21:58:27.581Z | [ recovery-image] Aug 11 21:58:26.345 INFO O| Aug 11 21:58:26.345 INFO variant opensolaris.imagetype is full; changing to partial |
| 4196 | 2026-08-11T21:58:27.581Z | [ recovery-image] Aug 11 21:58:26.345 INFO O| Aug 11 21:58:26.345 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4197 | 2026-08-11T21:58:27.647Z | [verify-libraries] Compiling num_enum_derive v0.5.11 |
| 4198 | 2026-08-11T21:58:27.656Z | [verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 4199 | 2026-08-11T21:58:27.704Z | [verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 4200 | 2026-08-11T21:58:27.791Z | [verify-libraries] Compiling cstr-argument v0.1.2 |
| 4201 | 2026-08-11T21:58:27.810Z | [verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#1e40efd8) |
| 4202 | 2026-08-11T21:58:27.917Z | [verify-libraries] Compiling foreign-types v0.5.0 |
| 4203 | 2026-08-11T21:58:28.006Z | [verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 4204 | 2026-08-11T21:58:28.034Z | [verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 4205 | 2026-08-11T21:58:28.066Z | [verify-libraries] Compiling sigpipe v0.1.3 |
| 4206 | 2026-08-11T21:58:28.129Z | [verify-libraries] Compiling num_enum v0.7.6 |
| 4207 | 2026-08-11T21:58:28.129Z | [verify-libraries] Compiling zone_cfg_derive v0.3.1 |
| 4208 | 2026-08-11T21:58:28.180Z | [verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 4209 | 2026-08-11T21:58:28.247Z | [verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4210 | 2026-08-11T21:58:28.275Z | [verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 4211 | 2026-08-11T21:58:28.305Z | [verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d) |
| 4212 | 2026-08-11T21:58:28.310Z | [verify-libraries] Compiling itertools v0.12.1 |
| 4213 | 2026-08-11T21:58:28.382Z | [verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4214 | 2026-08-11T21:58:28.419Z | [verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4215 | 2026-08-11T21:58:28.539Z | [verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4216 | 2026-08-11T21:58:28.566Z | [verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 4217 | 2026-08-11T21:58:28.566Z | [verify-libraries] Compiling toml v0.8.23 |
| 4218 | 2026-08-11T21:58:28.573Z | [verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 4219 | 2026-08-11T21:58:28.761Z | [verify-libraries] Compiling smf v0.2.3 |
| 4220 | 2026-08-11T21:58:28.769Z | [verify-libraries] Compiling whoami v1.6.1 |
| 4221 | 2026-08-11T21:58:28.858Z | [verify-libraries] Compiling tokio-dtrace v0.1.1 |
| 4222 | 2026-08-11T21:58:28.900Z | [verify-libraries] Compiling num_enum v0.5.11 |
| 4223 | 2026-08-11T21:58:28.958Z | [verify-libraries] Compiling derive-where v1.6.0 |
| 4224 | 2026-08-11T21:58:29.001Z | [verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4225 | 2026-08-11T21:58:29.165Z | [verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 4226 | 2026-08-11T21:58:29.305Z | [verify-libraries] Compiling oxide-tokio-rt v0.1.4 |
| 4227 | 2026-08-11T21:58:29.336Z | [verify-libraries] Compiling gethostname v0.5.0 |
| 4228 | 2026-08-11T21:58:29.336Z | [ recovery-image] Aug 11 21:58:28.077 INFO O| Aug 11 21:58:28.077 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4229 | 2026-08-11T21:58:29.347Z | [verify-libraries] Compiling cancel-safe-futures v0.1.5 |
| 4230 | 2026-08-11T21:58:29.425Z | [verify-libraries] Compiling console v0.15.11 |
| 4231 | 2026-08-11T21:58:29.549Z | [verify-libraries] Compiling ingot-types v0.2.0 |
| 4232 | 2026-08-11T21:58:29.576Z | [verify-libraries] Compiling newline-converter v0.3.0 |
| 4233 | 2026-08-11T21:58:29.703Z | [verify-libraries] Compiling zone v0.3.1 |
| 4234 | 2026-08-11T21:58:29.719Z | [verify-libraries] Compiling resolv-conf v0.7.6 |
| 4235 | 2026-08-11T21:58:29.729Z | [verify-libraries] Compiling num-rational v0.4.2 |
| 4236 | 2026-08-11T21:58:29.793Z | [verify-libraries] Compiling num-complex v0.4.6 |
| 4237 | 2026-08-11T21:58:29.805Z | [verify-libraries] Compiling slog-dtrace v0.3.0 |
| 4238 | 2026-08-11T21:58:29.944Z | [verify-libraries] Compiling expectorate v1.2.0 |
| 4239 | 2026-08-11T21:58:30.016Z | [verify-libraries] Compiling ingot v0.2.1 |
| 4240 | 2026-08-11T21:58:30.039Z | [ recovery-image] Aug 11 21:58:28.781 INFO O| Aug 11 21:58:28.781 INFO O| Startup: Caching catalogs ... Done |
| 4241 | 2026-08-11T21:58:30.071Z | [ recovery-image] Aug 11 21:58:28.795 INFO O| Aug 11 21:58:28.795 INFO O| Planning: Planning completed in 0.00 seconds |
| 4242 | 2026-08-11T21:58:30.071Z | [ recovery-image] Aug 11 21:58:28.796 INFO O| Aug 11 21:58:28.796 INFO O| Planning: Consolidating action changes ... Done |
| 4243 | 2026-08-11T21:58:30.071Z | [ recovery-image] Aug 11 21:58:28.796 INFO O| Aug 11 21:58:28.796 INFO O| Planning: Evaluating mediators ... Done |
| 4244 | 2026-08-11T21:58:30.071Z | [ recovery-image] Aug 11 21:58:28.796 INFO O| Aug 11 21:58:28.796 INFO O| Planning: Planning completed in 0.00 seconds |
| 4245 | 2026-08-11T21:58:30.071Z | [ recovery-image] Aug 11 21:58:28.796 INFO O| Aug 11 21:58:28.796 INFO O| Variants/Facets to change: 1 |
| 4246 | 2026-08-11T21:58:30.089Z | [ recovery-image] Aug 11 21:58:28.834 INFO O| Aug 11 21:58:28.834 INFO O| Finalize: Updating package state database ... Done |
| 4247 | 2026-08-11T21:58:30.089Z | [ recovery-image] Aug 11 21:58:28.834 INFO O| Aug 11 21:58:28.834 INFO O| Finalize: Updating package cache ... Done |
| 4248 | 2026-08-11T21:58:30.106Z | [verify-libraries] Compiling linear-map v1.2.0 |
| 4249 | 2026-08-11T21:58:30.131Z | [verify-libraries] Compiling prettyplease v0.2.37 |
| 4250 | 2026-08-11T21:58:30.197Z | [ recovery-image] Aug 11 21:58:28.895 INFO O| Aug 11 21:58:28.895 INFO O| Finalize: Updating image state ... Done |
| 4251 | 2026-08-11T21:58:30.226Z | [ recovery-image] Aug 11 21:58:28.909 INFO O| Aug 11 21:58:28.909 INFO O| Finalize: Creating fast lookup database ... Done |
| 4252 | 2026-08-11T21:58:30.226Z | [ recovery-image] Aug 11 21:58:28.910 INFO O| Aug 11 21:58:28.910 INFO O| Finalize: Reading search index ... Done |
| 4253 | 2026-08-11T21:58:30.226Z | [ recovery-image] Aug 11 21:58:28.910 INFO O| Aug 11 21:58:28.910 INFO O| Finalize: Updating search index ... Done |
| 4254 | 2026-08-11T21:58:30.227Z | [ recovery-image] Aug 11 21:58:28.911 INFO O| Aug 11 21:58:28.911 INFO O| Finalize: Updating package cache ... Done |
| 4255 | 2026-08-11T21:58:30.227Z | [verify-libraries] Compiling num v0.4.3 |
| 4256 | 2026-08-11T21:58:30.240Z | [verify-libraries] Compiling float-ord v0.3.2 |
| 4257 | 2026-08-11T21:58:30.332Z | [verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4258 | 2026-08-11T21:58:30.350Z | [verify-libraries] Compiling linked-hash-map v0.5.6 |
| 4259 | 2026-08-11T21:58:30.383Z | [verify-libraries] Compiling hickory-proto v0.24.4 |
| 4260 | 2026-08-11T21:58:30.421Z | [verify-libraries] Compiling convert_case v0.10.0 |
| 4261 | 2026-08-11T21:58:30.421Z | [verify-libraries] Compiling minimal-lexical v0.2.1 |
| 4262 | 2026-08-11T21:58:30.421Z | [verify-libraries] Compiling owo-colors v4.3.0 |
| 4263 | 2026-08-11T21:58:30.453Z | [ recovery-image] Aug 11 21:58:29.183 INFO O| Aug 11 21:58:29.183 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4264 | 2026-08-11T21:58:30.453Z | [ recovery-image] Aug 11 21:58:29.183 INFO O| Aug 11 21:58:29.183 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4265 | 2026-08-11T21:58:30.453Z | [ recovery-image] Aug 11 21:58:29.183 INFO O| Aug 11 21:58:29.183 INFO skip step because feature "debug_variant" is not enabled |
| 4266 | 2026-08-11T21:58:30.453Z | [ recovery-image] Aug 11 21:58:29.183 INFO O| Aug 11 21:58:29.183 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4267 | 2026-08-11T21:58:30.591Z | [verify-libraries] Compiling lru-cache v0.1.2 |
| 4268 | 2026-08-11T21:58:30.606Z | [verify-libraries] Compiling oxide-update-engine-types v0.1.2 |
| 4269 | 2026-08-11T21:58:30.744Z | [verify-libraries] Compiling unicode-xid v0.2.6 |
| 4270 | 2026-08-11T21:58:30.789Z | [verify-libraries] Compiling typify-macro v0.6.2 |
| 4271 | 2026-08-11T21:58:30.789Z | [verify-libraries] Compiling nom v7.1.3 |
| 4272 | 2026-08-11T21:58:30.819Z | [ recovery-image] Aug 11 21:58:29.517 INFO O| Aug 11 21:58:29.517 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4273 | 2026-08-11T21:58:30.819Z | [verify-libraries] Compiling derive_more-impl v2.1.1 |
| 4274 | 2026-08-11T21:58:30.819Z | [verify-libraries] Compiling tabled_derive v0.7.0 |
| 4275 | 2026-08-11T21:58:30.819Z | [verify-libraries] Compiling ar_archive_writer v0.5.1 |
| 4276 | 2026-08-11T21:58:30.912Z | [verify-libraries] Compiling fd-lock v4.0.4 |
| 4277 | 2026-08-11T21:58:31.129Z | [verify-libraries] Compiling vte v0.14.1 |
| 4278 | 2026-08-11T21:58:31.199Z | [verify-libraries] Compiling display-error-chain v0.2.2 |
| 4279 | 2026-08-11T21:58:31.250Z | [ host-image] Aug 11 21:58:29.999 INFO O| Aug 11 21:58:29.999 INFO O| Download: Completed 222.83 MB in 9.12 seconds (24.4M/s) |
| 4280 | 2026-08-11T21:58:31.350Z | [verify-libraries] Compiling strip-ansi-escapes v0.2.1 |
| 4281 | 2026-08-11T21:58:31.396Z | [verify-libraries] Compiling nu-ansi-term v0.50.3 |
| 4282 | 2026-08-11T21:58:31.478Z | [verify-libraries] Compiling stacker v0.1.23 |
| 4283 | 2026-08-11T21:58:31.680Z | [verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4284 | 2026-08-11T21:58:31.742Z | [verify-libraries] Compiling oxide-update-engine v0.1.2 |
| 4285 | 2026-08-11T21:58:31.812Z | [verify-libraries] Compiling derive_more v2.1.1 |
| 4286 | 2026-08-11T21:58:31.812Z | [verify-libraries] Compiling psm v0.1.30 |
| 4287 | 2026-08-11T21:58:31.812Z | [verify-libraries] Compiling reedline v0.40.0 |
| 4288 | 2026-08-11T21:58:31.857Z | [ host-image] Aug 11 21:58:30.603 INFO O| Aug 11 21:58:30.603 INFO O| Actions: 1/54180 actions (Installing new actions) |
| 4289 | 2026-08-11T21:58:32.003Z | [verify-libraries] Compiling tabled v0.15.0 |
| 4290 | 2026-08-11T21:58:32.004Z | [verify-libraries] Compiling crossterm v0.29.0 |
| 4291 | 2026-08-11T21:58:32.029Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
| 4292 | 2026-08-11T21:58:32.029Z | [verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4293 | 2026-08-11T21:58:32.048Z | [verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 4294 | 2026-08-11T21:58:32.140Z | [verify-libraries] Compiling semver v0.1.20 |
| 4295 | 2026-08-11T21:58:32.217Z | [verify-libraries] Compiling nix v0.28.0 |
| 4296 | 2026-08-11T21:58:32.308Z | [verify-libraries] Compiling termtree v0.5.1 |
| 4297 | 2026-08-11T21:58:32.393Z | [verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 4298 | 2026-08-11T21:58:32.451Z | [verify-libraries] Compiling phf_shared v0.12.1 |
| 4299 | 2026-08-11T21:58:32.451Z | [verify-libraries] Compiling rustc_version v0.1.7 |
| 4300 | 2026-08-11T21:58:32.473Z | [verify-libraries] Compiling recursive-proc-macro-impl v0.1.1 |
| 4301 | 2026-08-11T21:58:32.519Z | [verify-libraries] Compiling nibble_vec v0.1.0 |
| 4302 | 2026-08-11T21:58:32.542Z | [verify-libraries] Compiling endian-type v0.1.2 |
| 4303 | 2026-08-11T21:58:32.587Z | [verify-libraries] Compiling chrono-tz v0.10.4 |
| 4304 | 2026-08-11T21:58:32.610Z | [ recovery-image] Aug 11 21:58:31.355 INFO O| Aug 11 21:58:31.355 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4305 | 2026-08-11T21:58:32.638Z | [verify-libraries] Compiling typify v0.6.2 |
| 4306 | 2026-08-11T21:58:32.662Z | [verify-libraries] Compiling hickory-resolver v0.24.4 |
| 4307 | 2026-08-11T21:58:33.160Z | [verify-libraries] Compiling highway v1.3.0 |
| 4308 | 2026-08-11T21:58:33.177Z | [verify-libraries] Compiling progenitor-impl v0.14.0 |
| 4309 | 2026-08-11T21:58:33.177Z | [verify-libraries] Compiling radix_trie v0.2.1 |
| 4310 | 2026-08-11T21:58:33.177Z | [verify-libraries] Compiling newtype_derive v0.1.6 |
| 4311 | 2026-08-11T21:58:33.177Z | [ recovery-image] Aug 11 21:58:31.778 INFO O| Aug 11 21:58:31.778 INFO O| Startup: Caching catalogs ... Done |
| 4312 | 2026-08-11T21:58:33.177Z | [ recovery-image] Aug 11 21:58:31.793 INFO O| Aug 11 21:58:31.793 INFO O| Planning: Planning completed in 0.00 seconds |
| 4313 | 2026-08-11T21:58:33.177Z | [ recovery-image] Aug 11 21:58:31.793 INFO O| Aug 11 21:58:31.793 INFO O| Planning: Consolidating action changes ... Done |
| 4314 | 2026-08-11T21:58:33.177Z | [ recovery-image] Aug 11 21:58:31.793 INFO O| Aug 11 21:58:31.793 INFO O| Planning: Evaluating mediators ... Done |
| 4315 | 2026-08-11T21:58:33.177Z | [ recovery-image] Aug 11 21:58:31.793 INFO O| Aug 11 21:58:31.793 INFO O| Planning: Planning completed in 0.00 seconds |
| 4316 | 2026-08-11T21:58:33.178Z | [ recovery-image] Aug 11 21:58:31.793 INFO O| Aug 11 21:58:31.793 INFO O| Variants/Facets to change: 1 |
| 4317 | 2026-08-11T21:58:33.178Z | [ recovery-image] Aug 11 21:58:31.817 INFO O| Aug 11 21:58:31.817 INFO O| Finalize: Updating package state database ... Done |
| 4318 | 2026-08-11T21:58:33.178Z | [ recovery-image] Aug 11 21:58:31.817 INFO O| Aug 11 21:58:31.817 INFO O| Finalize: Updating package cache ... Done |
| 4319 | 2026-08-11T21:58:33.178Z | [verify-libraries] Compiling phf v0.12.1 |
| 4320 | 2026-08-11T21:58:33.178Z | [ recovery-image] Aug 11 21:58:31.880 INFO O| Aug 11 21:58:31.880 INFO O| Finalize: Updating image state ... Done |
| 4321 | 2026-08-11T21:58:33.178Z | [verify-libraries] Compiling recursive v0.1.1 |
| 4322 | 2026-08-11T21:58:33.178Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 4323 | 2026-08-11T21:58:33.178Z | [ recovery-image] Aug 11 21:58:31.895 INFO O| Aug 11 21:58:31.894 INFO O| Finalize: Creating fast lookup database ... Done |
| 4324 | 2026-08-11T21:58:33.178Z | [ recovery-image] Aug 11 21:58:31.895 INFO O| Aug 11 21:58:31.895 INFO O| Finalize: Reading search index ... Done |
| 4325 | 2026-08-11T21:58:33.178Z | [ recovery-image] Aug 11 21:58:31.895 INFO O| Aug 11 21:58:31.895 INFO O| Finalize: Updating search index ... Done |
| 4326 | 2026-08-11T21:58:33.178Z | [ recovery-image] Aug 11 21:58:31.896 INFO O| Aug 11 21:58:31.896 INFO O| Finalize: Updating package cache ... Done |
| 4327 | 2026-08-11T21:58:33.216Z | [verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4328 | 2026-08-11T21:58:33.265Z | [verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 4329 | 2026-08-11T21:58:33.361Z | [verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4330 | 2026-08-11T21:58:33.424Z | [verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 4331 | 2026-08-11T21:58:33.424Z | [verify-libraries] Compiling const_format_proc_macros v0.2.34 |
| 4332 | 2026-08-11T21:58:33.424Z | [verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 4333 | 2026-08-11T21:58:33.476Z | [ recovery-image] Aug 11 21:58:32.156 INFO O| Aug 11 21:58:32.156 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4334 | 2026-08-11T21:58:33.476Z | [ recovery-image] Aug 11 21:58:32.156 INFO O| Aug 11 21:58:32.156 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4335 | 2026-08-11T21:58:33.574Z | [verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 4336 | 2026-08-11T21:58:33.807Z | [ recovery-image] Aug 11 21:58:32.554 INFO O| Aug 11 21:58:32.554 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"] |
| 4337 | 2026-08-11T21:58:33.827Z | [verify-libraries] Compiling qorb v0.4.1 |
| 4338 | 2026-08-11T21:58:34.561Z | [verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 4339 | 2026-08-11T21:58:34.601Z | [verify-libraries] Compiling peg-macros v0.8.5 |
| 4340 | 2026-08-11T21:58:34.686Z | [verify-libraries] Compiling sqlparser_derive v0.5.0 |
| 4341 | 2026-08-11T21:58:34.698Z | [verify-libraries] Compiling winnow v0.6.26 |
| 4342 | 2026-08-11T21:58:34.838Z | [verify-libraries] Compiling csv-core v0.1.13 |
| 4343 | 2026-08-11T21:58:34.869Z | [verify-libraries] Compiling home v0.5.12 |
| 4344 | 2026-08-11T21:58:34.961Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
| 4345 | 2026-08-11T21:58:35.092Z | [verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=7f20f04c289961b92d18906846c28ff2b28ba681#7f20f04c) |
| 4346 | 2026-08-11T21:58:35.319Z | [verify-libraries] Compiling textwrap v0.16.2 |
| 4347 | 2026-08-11T21:58:35.377Z | [verify-libraries] Compiling csv v1.4.0 |
| 4348 | 2026-08-11T21:58:35.377Z | [verify-libraries] Compiling rustyline v14.0.0 |
| 4349 | 2026-08-11T21:58:35.377Z | [verify-libraries] Compiling const_format v0.2.35 |
| 4350 | 2026-08-11T21:58:35.529Z | [verify-libraries] Compiling sqlparser v0.61.0 |
| 4351 | 2026-08-11T21:58:35.884Z | [verify-libraries] Compiling bcs v0.1.6 |
| 4352 | 2026-08-11T21:58:35.950Z | [verify-libraries] Compiling progenitor-macro v0.14.0 |
| 4353 | 2026-08-11T21:58:35.967Z | [verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 4354 | 2026-08-11T21:58:36.033Z | [verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4355 | 2026-08-11T21:58:36.116Z | [verify-libraries] Compiling peg v0.8.5 |
| 4356 | 2026-08-11T21:58:36.211Z | [verify-libraries] Compiling sqlformat v0.3.5 |
| 4357 | 2026-08-11T21:58:36.296Z | [ recovery-image] Aug 11 21:58:34.952 INFO O| Aug 11 21:58:34.952 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4358 | 2026-08-11T21:58:36.296Z | [verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 4359 | 2026-08-11T21:58:36.343Z | [verify-libraries] Compiling nom v8.0.0 |
| 4360 | 2026-08-11T21:58:36.343Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4361 | 2026-08-11T21:58:36.431Z | [verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 4362 | 2026-08-11T21:58:36.431Z | [verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4363 | 2026-08-11T21:58:36.523Z | [verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4364 | 2026-08-11T21:58:36.566Z | [verify-libraries] Compiling steno v0.4.1 |
| 4365 | 2026-08-11T21:58:36.683Z | [verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 4366 | 2026-08-11T21:58:36.750Z | [ recovery-image] Aug 11 21:58:35.507 INFO O| Aug 11 21:58:35.507 INFO O| Startup: Caching catalogs ... Done |
| 4367 | 2026-08-11T21:58:36.765Z | [ recovery-image] Aug 11 21:58:35.524 INFO O| Aug 11 21:58:35.524 INFO O| Planning: Planning completed in 0.00 seconds |
| 4368 | 2026-08-11T21:58:36.775Z | [ recovery-image] Aug 11 21:58:35.524 INFO O| Aug 11 21:58:35.524 INFO O| Planning: Consolidating action changes ... Done |
| 4369 | 2026-08-11T21:58:36.775Z | [ recovery-image] Aug 11 21:58:35.524 INFO O| Aug 11 21:58:35.524 INFO O| Planning: Evaluating mediators ... Done |
| 4370 | 2026-08-11T21:58:36.775Z | [ recovery-image] Aug 11 21:58:35.525 INFO O| Aug 11 21:58:35.525 INFO O| Planning: Planning completed in 0.00 seconds |
| 4371 | 2026-08-11T21:58:36.775Z | [ recovery-image] Aug 11 21:58:35.525 INFO O| Aug 11 21:58:35.525 INFO O| Variants/Facets to change: 1 |
| 4372 | 2026-08-11T21:58:36.865Z | [ host-image] Aug 11 21:58:35.611 INFO O| Aug 11 21:58:35.611 INFO O| Actions: 25147/54180 actions (Installing new actions) |
| 4373 | 2026-08-11T21:58:36.883Z | [ recovery-image] Aug 11 21:58:35.634 INFO O| Aug 11 21:58:35.633 INFO O| Finalize: Updating package state database ... Done |
| 4374 | 2026-08-11T21:58:36.883Z | [ recovery-image] Aug 11 21:58:35.634 INFO O| Aug 11 21:58:35.634 INFO O| Finalize: Updating package cache ... Done |
| 4375 | 2026-08-11T21:58:36.935Z | [ recovery-image] Aug 11 21:58:35.695 INFO O| Aug 11 21:58:35.695 INFO O| Finalize: Updating image state ... Done |
| 4376 | 2026-08-11T21:58:36.981Z | [ recovery-image] Aug 11 21:58:35.709 INFO O| Aug 11 21:58:35.709 INFO O| Finalize: Creating fast lookup database ... Done |
| 4377 | 2026-08-11T21:58:37.091Z | [ recovery-image] Aug 11 21:58:35.710 INFO O| Aug 11 21:58:35.710 INFO O| Finalize: Reading search index ... Done |
| 4378 | 2026-08-11T21:58:37.091Z | [ recovery-image] Aug 11 21:58:35.710 INFO O| Aug 11 21:58:35.710 INFO O| Finalize: Updating search index ... Done |
| 4379 | 2026-08-11T21:58:37.091Z | [ recovery-image] Aug 11 21:58:35.711 INFO O| Aug 11 21:58:35.711 INFO O| Finalize: Updating package cache ... Done |
| 4380 | 2026-08-11T21:58:37.123Z | [verify-libraries] Compiling sha1 v0.10.6 |
| 4381 | 2026-08-11T21:58:37.235Z | [ recovery-image] Aug 11 21:58:35.987 INFO O| Aug 11 21:58:35.987 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 4382 | 2026-08-11T21:58:37.235Z | [ recovery-image] Aug 11 21:58:35.987 INFO O| Aug 11 21:58:35.987 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4383 | 2026-08-11T21:58:37.254Z | [verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 4384 | 2026-08-11T21:58:37.796Z | [verify-libraries] Compiling dropshot-api-manager-types v0.7.2 |
| 4385 | 2026-08-11T21:58:37.822Z | [verify-libraries] Compiling tagptr v0.2.0 |
| 4386 | 2026-08-11T21:58:37.822Z | [verify-libraries] Compiling utf-8 v0.7.6 |
| 4387 | 2026-08-11T21:58:37.823Z | [verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4388 | 2026-08-11T21:58:37.823Z | [verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 4389 | 2026-08-11T21:58:37.823Z | [ recovery-image] Aug 11 21:58:36.361 INFO O| Aug 11 21:58:36.361 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"] |
| 4390 | 2026-08-11T21:58:37.823Z | [verify-libraries] Compiling moka v0.12.13 |
| 4391 | 2026-08-11T21:58:37.823Z | [verify-libraries] Compiling libefi-sys v0.1.0 |
| 4392 | 2026-08-11T21:58:37.823Z | [verify-libraries] Compiling bitfield-struct v0.6.2 |
| 4393 | 2026-08-11T21:58:37.823Z | [verify-libraries] Compiling tungstenite v0.21.0 |
| 4394 | 2026-08-11T21:58:37.833Z | [verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4395 | 2026-08-11T21:58:37.980Z | [verify-libraries] Compiling libscf-sys v1.2.0 |
| 4396 | 2026-08-11T21:58:38.070Z | [verify-libraries] Compiling xshell-macros v0.2.7 |
| 4397 | 2026-08-11T21:58:38.194Z | [verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4398 | 2026-08-11T21:58:38.255Z | [verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 4399 | 2026-08-11T21:58:38.285Z | [verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4400 | 2026-08-11T21:58:38.558Z | [verify-libraries] Compiling hickory-resolver v0.25.2 |
| 4401 | 2026-08-11T21:58:38.574Z | [verify-libraries] Compiling tokio-tungstenite v0.21.0 |
| 4402 | 2026-08-11T21:58:38.574Z | [verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4403 | 2026-08-11T21:58:38.581Z | [verify-libraries] Compiling xshell v0.2.7 |
| 4404 | 2026-08-11T21:58:38.723Z | [verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 4405 | 2026-08-11T21:58:38.757Z | [verify-libraries] Compiling papergrid v0.18.0 |
| 4406 | 2026-08-11T21:58:38.828Z | [verify-libraries] Compiling sha2 v0.11.0 |
| 4407 | 2026-08-11T21:58:38.969Z | [verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4408 | 2026-08-11T21:58:38.989Z | [verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4409 | 2026-08-11T21:58:38.989Z | [verify-libraries] Compiling subprocess v0.2.15 |
| 4410 | 2026-08-11T21:58:39.083Z | [verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4411 | 2026-08-11T21:58:39.142Z | [ host-image] Aug 11 21:58:37.899 INFO O| Aug 11 21:58:37.899 INFO O| Actions: Completed 54180 actions in 7.29 seconds. |
| 4412 | 2026-08-11T21:58:39.163Z | [verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4413 | 2026-08-11T21:58:39.227Z | [ host-image] Aug 11 21:58:37.985 INFO O| Aug 11 21:58:37.985 INFO O| Finalize: Updating package state database ... Done |
| 4414 | 2026-08-11T21:58:39.228Z | [ host-image] Aug 11 21:58:37.986 INFO O| Aug 11 21:58:37.985 INFO O| Finalize: Updating package cache ... Done |
| 4415 | 2026-08-11T21:58:39.296Z | [verify-libraries] Compiling headers-core v0.3.0 |
| 4416 | 2026-08-11T21:58:39.366Z | [ host-image] Aug 11 21:58:38.102 INFO O| Aug 11 21:58:38.102 INFO O| Finalize: Updating image state ... Done |
| 4417 | 2026-08-11T21:58:39.366Z | [verify-libraries] Compiling unicase v2.9.0 |
| 4418 | 2026-08-11T21:58:39.451Z | [verify-libraries] Compiling headers v0.4.1 |
| 4419 | 2026-08-11T21:58:39.502Z | [ recovery-image] Aug 11 21:58:38.258 INFO O| Aug 11 21:58:38.258 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4420 | 2026-08-11T21:58:39.539Z | [verify-libraries] Compiling darling_core v0.21.3 |
| 4421 | 2026-08-11T21:58:39.648Z | [verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4422 | 2026-08-11T21:58:39.701Z | [verify-libraries] Compiling maplit v1.0.2 |
| 4423 | 2026-08-11T21:58:39.878Z | [verify-libraries] Compiling tabled v0.21.0 |
| 4424 | 2026-08-11T21:58:39.969Z | [verify-libraries] Compiling crc8 v0.1.1 |
| 4425 | 2026-08-11T21:58:40.022Z | [ recovery-image] Aug 11 21:58:38.724 INFO O| Aug 11 21:58:38.724 INFO O| Startup: Caching catalogs ... Done |
| 4426 | 2026-08-11T21:58:40.022Z | [ recovery-image] Aug 11 21:58:38.737 INFO O| Aug 11 21:58:38.737 INFO O| Planning: Planning completed in 0.00 seconds |
| 4427 | 2026-08-11T21:58:40.022Z | [ recovery-image] Aug 11 21:58:38.738 INFO O| Aug 11 21:58:38.738 INFO O| Planning: Consolidating action changes ... Done |
| 4428 | 2026-08-11T21:58:40.022Z | [ recovery-image] Aug 11 21:58:38.738 INFO O| Aug 11 21:58:38.738 INFO O| Planning: Evaluating mediators ... Done |
| 4429 | 2026-08-11T21:58:40.023Z | [ recovery-image] Aug 11 21:58:38.738 INFO O| Aug 11 21:58:38.738 INFO O| Planning: Planning completed in 0.00 seconds |
| 4430 | 2026-08-11T21:58:40.023Z | [ recovery-image] Aug 11 21:58:38.739 INFO O| Aug 11 21:58:38.739 INFO O| Variants/Facets to change: 1 |
| 4431 | 2026-08-11T21:58:40.075Z | [ recovery-image] Aug 11 21:58:38.776 INFO O| Aug 11 21:58:38.775 INFO O| Finalize: Updating package state database ... Done |
| 4432 | 2026-08-11T21:58:40.076Z | [ recovery-image] Aug 11 21:58:38.776 INFO O| Aug 11 21:58:38.775 INFO O| Finalize: Updating package cache ... Done |
| 4433 | 2026-08-11T21:58:40.102Z | [ recovery-image] Aug 11 21:58:38.838 INFO O| Aug 11 21:58:38.838 INFO O| Finalize: Updating image state ... Done |
| 4434 | 2026-08-11T21:58:40.114Z | [ recovery-image] Aug 11 21:58:38.852 INFO O| Aug 11 21:58:38.852 INFO O| Finalize: Creating fast lookup database ... Done |
| 4435 | 2026-08-11T21:58:40.114Z | [ recovery-image] Aug 11 21:58:38.852 INFO O| Aug 11 21:58:38.852 INFO O| Finalize: Reading search index ... Done |
| 4436 | 2026-08-11T21:58:40.114Z | [ recovery-image] Aug 11 21:58:38.852 INFO O| Aug 11 21:58:38.852 INFO O| Finalize: Updating search index ... Done |
| 4437 | 2026-08-11T21:58:40.114Z | [ recovery-image] Aug 11 21:58:38.853 INFO O| Aug 11 21:58:38.853 INFO O| Finalize: Updating package cache ... Done |
| 4438 | 2026-08-11T21:58:40.249Z | [verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4439 | 2026-08-11T21:58:40.353Z | [verify-libraries] Compiling yasna v0.5.2 |
| 4440 | 2026-08-11T21:58:40.415Z | [ host-image] Aug 11 21:58:39.096 INFO O| Aug 11 21:58:39.096 INFO O| Finalize: Creating fast lookup database ... Done |
| 4441 | 2026-08-11T21:58:40.415Z | [ recovery-image] Aug 11 21:58:39.116 INFO O| Aug 11 21:58:39.115 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 4442 | 2026-08-11T21:58:40.415Z | [ recovery-image] Aug 11 21:58:39.116 INFO O| Aug 11 21:58:39.115 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4443 | 2026-08-11T21:58:40.415Z | [verify-libraries] Compiling vergen-lib v0.1.6 |
| 4444 | 2026-08-11T21:58:40.416Z | [ host-image] Aug 11 21:58:39.125 INFO O| Aug 11 21:58:39.124 INFO O| Finalize: Reading search index ... Done |
| 4445 | 2026-08-11T21:58:40.416Z | [ recovery-image] Aug 11 21:58:39.125 INFO O| Aug 11 21:58:39.125 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", "/driver/oxide/os-rot", "/consolidation/oxide/omicron-release-incorporation@23.0.0.0"] |
| 4446 | 2026-08-11T21:58:40.770Z | [verify-libraries] Compiling diesel_derives v2.3.7 |
| 4447 | 2026-08-11T21:58:40.802Z | [verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4448 | 2026-08-11T21:58:40.803Z | [verify-libraries] Compiling port-file v0.1.0 |
| 4449 | 2026-08-11T21:58:40.825Z | [verify-libraries] Compiling vergen-gitcl v1.0.8 |
| 4450 | 2026-08-11T21:58:40.983Z | [verify-libraries] Compiling rcgen v0.12.1 |
| 4451 | 2026-08-11T21:58:41.107Z | [verify-libraries] Compiling scheduled-thread-pool v0.2.7 |
| 4452 | 2026-08-11T21:58:41.131Z | [verify-libraries] Compiling diesel_table_macro_syntax v0.3.0 |
| 4453 | 2026-08-11T21:58:41.181Z | [verify-libraries] Compiling half v1.8.3 |
| 4454 | 2026-08-11T21:58:41.422Z | [verify-libraries] Compiling r2d2 v0.8.10 |
| 4455 | 2026-08-11T21:58:41.486Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4456 | 2026-08-11T21:58:41.513Z | [verify-libraries] Compiling dirs-sys-next v0.1.2 |
| 4457 | 2026-08-11T21:58:41.613Z | [verify-libraries] Compiling serde_cbor v0.11.2 |
| 4458 | 2026-08-11T21:58:41.671Z | [verify-libraries] Compiling progenitor v0.14.0 |
| 4459 | 2026-08-11T21:58:41.945Z | [verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4460 | 2026-08-11T21:58:42.042Z | [verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4461 | 2026-08-11T21:58:42.052Z | [verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 4462 | 2026-08-11T21:58:42.197Z | [verify-libraries] Compiling cpubits v0.1.1 |
| 4463 | 2026-08-11T21:58:42.259Z | [verify-libraries] Compiling crunchy v0.2.4 |
| 4464 | 2026-08-11T21:58:42.382Z | [verify-libraries] Compiling downcast-rs v2.0.2 |
| 4465 | 2026-08-11T21:58:42.481Z | [ recovery-image] Aug 11 21:58:41.164 INFO O| Aug 11 21:58:41.164 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4466 | 2026-08-11T21:58:42.513Z | [verify-libraries] Compiling dirs-next v2.0.0 |
| 4467 | 2026-08-11T21:58:42.513Z | [verify-libraries] Compiling darling_macro v0.21.3 |
| 4468 | 2026-08-11T21:58:42.612Z | [verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 4469 | 2026-08-11T21:58:42.844Z | [verify-libraries] Compiling clang-sys v1.8.1 |
| 4470 | 2026-08-11T21:58:42.884Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4471 | 2026-08-11T21:58:42.884Z | [ recovery-image] Aug 11 21:58:41.604 INFO O| Aug 11 21:58:41.604 INFO O| Startup: Caching catalogs ... Done |
| 4472 | 2026-08-11T21:58:43.214Z | [verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4473 | 2026-08-11T21:58:43.230Z | [verify-libraries] Compiling darling v0.21.3 |
| 4474 | 2026-08-11T21:58:43.230Z | [verify-libraries] Compiling tiny-keccak v2.0.2 |
| 4475 | 2026-08-11T21:58:43.230Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 4476 | 2026-08-11T21:58:43.356Z | [ host-image] Aug 11 21:58:42.069 INFO O| Aug 11 21:58:42.065 INFO O| Finalize: Building new search index ... Done |
| 4477 | 2026-08-11T21:58:43.390Z | [verify-libraries] Compiling dsl_auto_type v0.2.0 |
| 4478 | 2026-08-11T21:58:43.390Z | [verify-libraries] Compiling term v0.7.0 |
| 4479 | 2026-08-11T21:58:43.390Z | [verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4480 | 2026-08-11T21:58:43.390Z | [verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 4481 | 2026-08-11T21:58:43.460Z | [verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4482 | 2026-08-11T21:58:43.512Z | [verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4483 | 2026-08-11T21:58:43.538Z | [verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4484 | 2026-08-11T21:58:43.662Z | [verify-libraries] Compiling diff v0.1.13 |
| 4485 | 2026-08-11T21:58:43.753Z | [verify-libraries] Compiling bit-vec v0.6.3 |
| 4486 | 2026-08-11T21:58:43.779Z | [ host-image] Aug 11 21:58:42.500 INFO O| Aug 11 21:58:42.500 INFO O| Finalize: Updating package cache ... Done |
| 4487 | 2026-08-11T21:58:43.876Z | [verify-libraries] Compiling ascii-canvas v3.0.0 |
| 4488 | 2026-08-11T21:58:43.984Z | [verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4489 | 2026-08-11T21:58:44.015Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4490 | 2026-08-11T21:58:44.057Z | [verify-libraries] Compiling bit-set v0.5.3 |
| 4491 | 2026-08-11T21:58:44.080Z | [ host-image] Aug 11 21:58:42.820 INFO O| Aug 11 21:58:42.820 INFO STEP 11 (pkg_install) COMPLETE |
| 4492 | 2026-08-11T21:58:44.080Z | [ host-image] Aug 11 21:58:42.820 INFO O| Aug 11 21:58:42.820 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4493 | 2026-08-11T21:58:44.080Z | [ host-image] Aug 11 21:58:42.829 INFO O| Aug 11 21:58:42.829 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"] |
| 4494 | 2026-08-11T21:58:44.133Z | [verify-libraries] Compiling itertools v0.10.5 |
| 4495 | 2026-08-11T21:58:44.172Z | [verify-libraries] Compiling ena v0.14.4 |
| 4496 | 2026-08-11T21:58:44.196Z | [verify-libraries] Compiling libloading v0.8.9 |
| 4497 | 2026-08-11T21:58:44.251Z | [verify-libraries] Compiling regex-syntax v0.6.29 |
| 4498 | 2026-08-11T21:58:44.332Z | [verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4499 | 2026-08-11T21:58:44.442Z | [verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4500 | 2026-08-11T21:58:44.487Z | [verify-libraries] Compiling bindgen v0.71.1 |
| 4501 | 2026-08-11T21:58:44.520Z | [verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4502 | 2026-08-11T21:58:44.590Z | [verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4503 | 2026-08-11T21:58:44.615Z | [verify-libraries] Compiling cexpr v0.6.0 |
| 4504 | 2026-08-11T21:58:44.685Z | [verify-libraries] Compiling pem-rfc7468 v1.0.0 |
| 4505 | 2026-08-11T21:58:44.915Z | [ recovery-image] Aug 11 21:58:43.534 INFO O| Aug 11 21:58:43.534 INFO O| Planning: Solver setup ... Done |
| 4506 | 2026-08-11T21:58:44.971Z | [verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 4507 | 2026-08-11T21:58:44.971Z | [verify-libraries] Compiling rustc-hash v2.1.1 |
| 4508 | 2026-08-11T21:58:45.021Z | [ recovery-image] Aug 11 21:58:43.725 INFO O| Aug 11 21:58:43.725 INFO O| Planning: Running solver ... Done |
| 4509 | 2026-08-11T21:58:45.063Z | [ recovery-image] Aug 11 21:58:43.768 INFO O| Aug 11 21:58:43.768 INFO O| Planning: Finding local manifests ... Done |
| 4510 | 2026-08-11T21:58:45.088Z | [ recovery-image] Aug 11 21:58:43.812 INFO O| Aug 11 21:58:43.812 INFO O| Planning: Fetching manifests: 0/130 0% complete |
| 4511 | 2026-08-11T21:58:45.097Z | [verify-libraries] Compiling libxml v0.3.3 |
| 4512 | 2026-08-11T21:58:45.181Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4513 | 2026-08-11T21:58:45.273Z | [verify-libraries] Compiling strum_macros v0.24.3 |
| 4514 | 2026-08-11T21:58:45.340Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4515 | 2026-08-11T21:58:45.405Z | [verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4516 | 2026-08-11T21:58:45.446Z | [verify-libraries] Compiling hmac v0.13.0 |
| 4517 | 2026-08-11T21:58:45.473Z | [verify-libraries] Compiling universal-hash v0.6.1 |
| 4518 | 2026-08-11T21:58:45.485Z | [verify-libraries] Compiling fxhash v0.2.1 |
| 4519 | 2026-08-11T21:58:45.530Z | [verify-libraries] Compiling indoc v1.0.9 |
| 4520 | 2026-08-11T21:58:45.722Z | [verify-libraries] Compiling lalrpop v0.19.12 |
| 4521 | 2026-08-11T21:58:45.875Z | [verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 4522 | 2026-08-11T21:58:46.378Z | [ host-image] Aug 11 21:58:45.118 INFO O| Aug 11 21:58:45.118 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4523 | 2026-08-11T21:58:46.748Z | [verify-libraries] Compiling progenitor-impl v0.13.0 |
| 4524 | 2026-08-11T21:58:46.934Z | [verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4525 | 2026-08-11T21:58:46.976Z | [ host-image] Aug 11 21:58:45.729 INFO O| Aug 11 21:58:45.728 INFO O| Startup: Caching catalogs ... Done |
| 4526 | 2026-08-11T21:58:47.050Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4527 | 2026-08-11T21:58:47.245Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4528 | 2026-08-11T21:58:47.470Z | [ host-image] Aug 11 21:58:46.199 INFO O| Aug 11 21:58:46.199 INFO O| Planning: Solver setup ... Done |
| 4529 | 2026-08-11T21:58:47.483Z | [ host-image] Aug 11 21:58:46.205 INFO O| Aug 11 21:58:46.205 INFO O| Planning: Running solver ... Done |
| 4530 | 2026-08-11T21:58:47.483Z | [ host-image] Aug 11 21:58:46.220 INFO O| Aug 11 21:58:46.220 INFO O| Planning: Finding local manifests ... Done |
| 4531 | 2026-08-11T21:58:47.517Z | [ host-image] Aug 11 21:58:46.241 INFO O| Aug 11 21:58:46.241 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4532 | 2026-08-11T21:58:47.569Z | [verify-libraries] Compiling oso-derive v0.27.3 |
| 4533 | 2026-08-11T21:58:47.676Z | [ host-image] Aug 11 21:58:46.367 INFO O| Aug 11 21:58:46.367 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4534 | 2026-08-11T21:58:47.701Z | [ host-image] Aug 11 21:58:46.389 INFO O| Aug 11 21:58:46.389 INFO O| Planning: Package planning ... Done |
| 4535 | 2026-08-11T21:58:47.702Z | [ host-image] Aug 11 21:58:46.391 INFO O| Aug 11 21:58:46.391 INFO O| Planning: Merging actions ... Done |
| 4536 | 2026-08-11T21:58:47.784Z | [verify-libraries] Compiling quick-xml v0.37.5 |
| 4537 | 2026-08-11T21:58:47.836Z | [ host-image] Aug 11 21:58:46.567 INFO O| Aug 11 21:58:46.567 INFO O| Planning: Checking for conflicting actions ... Done |
| 4538 | 2026-08-11T21:58:47.856Z | [ host-image] Aug 11 21:58:46.569 INFO O| Aug 11 21:58:46.569 INFO O| Planning: Consolidating action changes ... Done |
| 4539 | 2026-08-11T21:58:47.961Z | [ host-image] Aug 11 21:58:46.721 INFO O| Aug 11 21:58:46.721 INFO O| Planning: Evaluating mediators ... Done |
| 4540 | 2026-08-11T21:58:47.982Z | [ host-image] Aug 11 21:58:46.723 INFO O| Aug 11 21:58:46.723 INFO O| Planning: Planning completed in 0.98 seconds |
| 4541 | 2026-08-11T21:58:47.982Z | [ host-image] Aug 11 21:58:46.723 INFO O| Aug 11 21:58:46.723 INFO O| Packages to install: 6 |
| 4542 | 2026-08-11T21:58:47.982Z | [ host-image] Aug 11 21:58:46.723 INFO O| Aug 11 21:58:46.723 INFO O| Services to change: 2 |
| 4543 | 2026-08-11T21:58:48.005Z | [ host-image] Aug 11 21:58:46.734 INFO O| Aug 11 21:58:46.734 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete |
| 4544 | 2026-08-11T21:58:48.222Z | [ host-image] Aug 11 21:58:46.955 INFO O| Aug 11 21:58:46.955 INFO O| Download: Completed 1.75 MB in 0.22 seconds (7.9M/s) |
| 4545 | 2026-08-11T21:58:48.254Z | [ host-image] Aug 11 21:58:46.990 INFO O| Aug 11 21:58:46.990 INFO O| Actions: 1/390 actions (Installing new actions) |
| 4546 | 2026-08-11T21:58:48.427Z | [ host-image] Aug 11 21:58:47.160 INFO O| Aug 11 21:58:47.160 INFO O| Actions: Completed 390 actions in 0.17 seconds. |
| 4547 | 2026-08-11T21:58:48.440Z | [ host-image] Aug 11 21:58:47.197 INFO O| Aug 11 21:58:47.197 INFO O| Finalize: Updating package state database ... Done |
| 4548 | 2026-08-11T21:58:48.441Z | [ host-image] Aug 11 21:58:47.197 INFO O| Aug 11 21:58:47.197 INFO O| Finalize: Updating package cache ... Done |
| 4549 | 2026-08-11T21:58:48.540Z | [ host-image] Aug 11 21:58:47.289 INFO O| Aug 11 21:58:47.288 INFO O| Finalize: Updating image state ... Done |
| 4550 | 2026-08-11T21:58:48.724Z | [verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4551 | 2026-08-11T21:58:48.919Z | [ recovery-image] Aug 11 21:58:47.670 INFO O| Aug 11 21:58:47.670 INFO O| Planning: Fetching manifests: 130/130 100% complete |
| 4552 | 2026-08-11T21:58:49.305Z | [verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4553 | 2026-08-11T21:58:49.324Z | [ recovery-image] Aug 11 21:58:48.079 INFO O| Aug 11 21:58:48.079 INFO O| Planning: Package planning ... Done |
| 4554 | 2026-08-11T21:58:49.505Z | [ host-image] Aug 11 21:58:48.247 INFO O| Aug 11 21:58:48.247 INFO O| Finalize: Creating fast lookup database ... Done |
| 4555 | 2026-08-11T21:58:49.505Z | [ recovery-image] Aug 11 21:58:48.251 INFO O| Aug 11 21:58:48.251 INFO O| Planning: Merging actions ... Done |
| 4556 | 2026-08-11T21:58:49.536Z | [ host-image] Aug 11 21:58:48.275 INFO O| Aug 11 21:58:48.275 INFO O| Finalize: Reading search index ... Done |
| 4557 | 2026-08-11T21:58:49.536Z | [ host-image] Aug 11 21:58:48.275 INFO O| Aug 11 21:58:48.275 INFO O| Finalize: Updating search index ... Done |
| 4558 | 2026-08-11T21:58:49.589Z | [ host-image] Aug 11 21:58:48.291 INFO O| Aug 11 21:58:48.290 INFO O| Finalize: Updating package cache ... Done |
| 4559 | 2026-08-11T21:58:49.589Z | [verify-libraries] Compiling impl-trait-for-tuples v0.2.3 |
| 4560 | 2026-08-11T21:58:49.652Z | [verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4561 | 2026-08-11T21:58:49.695Z | [verify-libraries] Compiling openssl-probe v0.1.6 |
| 4562 | 2026-08-11T21:58:49.745Z | [verify-libraries] Compiling progenitor-macro v0.13.0 |
| 4563 | 2026-08-11T21:58:49.767Z | [ recovery-image] Aug 11 21:58:48.509 INFO O| Aug 11 21:58:48.509 INFO O| Planning: Checking for conflicting actions ... Done |
| 4564 | 2026-08-11T21:58:49.896Z | [ recovery-image] Aug 11 21:58:48.568 INFO O| Aug 11 21:58:48.568 INFO O| Planning: Consolidating action changes ... Done |
| 4565 | 2026-08-11T21:58:49.913Z | [ host-image] Aug 11 21:58:48.569 INFO O| Aug 11 21:58:48.569 INFO STEP 12 (pkg_install) COMPLETE |
| 4566 | 2026-08-11T21:58:49.913Z | [ host-image] Aug 11 21:58:48.569 INFO O| Aug 11 21:58:48.569 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4567 | 2026-08-11T21:58:49.913Z | [ host-image] Aug 11 21:58:48.580 INFO O| Aug 11 21:58:48.580 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
| 4568 | 2026-08-11T21:58:49.957Z | [ recovery-image] Aug 11 21:58:48.703 INFO O| Aug 11 21:58:48.703 INFO O| Planning: Evaluating mediators ... Done |
| 4569 | 2026-08-11T21:58:50.064Z | [verify-libraries] Compiling polyval v0.7.1 |
| 4570 | 2026-08-11T21:58:50.145Z | [verify-libraries] Compiling diesel v2.3.7 |
| 4571 | 2026-08-11T21:58:50.363Z | [verify-libraries] Compiling der v0.8.0 |
| 4572 | 2026-08-11T21:58:50.508Z | [verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4573 | 2026-08-11T21:58:50.621Z | [verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4574 | 2026-08-11T21:58:51.145Z | [verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4575 | 2026-08-11T21:58:51.243Z | [verify-libraries] Compiling progenitor-client v0.13.0 |
| 4576 | 2026-08-11T21:58:51.489Z | [verify-libraries] Compiling git-stub v1.0.0 |
| 4577 | 2026-08-11T21:58:51.566Z | [ recovery-image] Aug 11 21:58:50.315 INFO O| Aug 11 21:58:50.315 INFO O| Planning: Planning completed in 8.70 seconds |
| 4578 | 2026-08-11T21:58:51.584Z | [ recovery-image] Aug 11 21:58:50.318 INFO O| Aug 11 21:58:50.318 INFO O| Packages to install: 130 |
| 4579 | 2026-08-11T21:58:51.584Z | [ recovery-image] Aug 11 21:58:50.318 INFO O| Aug 11 21:58:50.318 INFO O| Mediators to change: 5 |
| 4580 | 2026-08-11T21:58:51.584Z | [ recovery-image] Aug 11 21:58:50.318 INFO O| Aug 11 21:58:50.318 INFO O| Services to change: 5 |
| 4581 | 2026-08-11T21:58:51.597Z | [ recovery-image] Aug 11 21:58:50.348 INFO O| Aug 11 21:58:50.347 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete |
| 4582 | 2026-08-11T21:58:51.757Z | [verify-libraries] Compiling kstat-rs v0.2.5 |
| 4583 | 2026-08-11T21:58:51.854Z | [verify-libraries] Compiling trait-variant v0.1.2 |
| 4584 | 2026-08-11T21:58:51.943Z | [verify-libraries] Compiling salty v0.3.0 |
| 4585 | 2026-08-11T21:58:51.971Z | [ host-image] Aug 11 21:58:50.642 INFO O| Aug 11 21:58:50.642 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4586 | 2026-08-11T21:58:52.183Z | [verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 4587 | 2026-08-11T21:58:52.300Z | [verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4588 | 2026-08-11T21:58:52.318Z | [ host-image] Aug 11 21:58:51.077 INFO O| Aug 11 21:58:51.077 INFO O| Startup: Caching catalogs ... Done |
| 4589 | 2026-08-11T21:58:52.388Z | [verify-libraries] Compiling git-stub-vcs v0.1.0 |
| 4590 | 2026-08-11T21:58:52.446Z | [verify-libraries] Compiling ghash v0.6.0 |
| 4591 | 2026-08-11T21:58:52.479Z | [verify-libraries] Compiling pbkdf2 v0.13.0 |
| 4592 | 2026-08-11T21:58:52.557Z | [verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4593 | 2026-08-11T21:58:52.613Z | [verify-libraries] Compiling aes v0.9.1 |
| 4594 | 2026-08-11T21:58:52.699Z | [verify-libraries] Compiling crypto-bigint v0.7.5 |
| 4595 | 2026-08-11T21:58:52.756Z | [ host-image] Aug 11 21:58:51.512 INFO O| Aug 11 21:58:51.512 INFO O| Planning: Solver setup ... Done |
| 4596 | 2026-08-11T21:58:52.767Z | [ host-image] Aug 11 21:58:51.518 INFO O| Aug 11 21:58:51.518 INFO O| Planning: Running solver ... Done |
| 4597 | 2026-08-11T21:58:52.776Z | [ host-image] Aug 11 21:58:51.530 INFO O| Aug 11 21:58:51.530 INFO O| Planning: Finding local manifests ... Done |
| 4598 | 2026-08-11T21:58:52.791Z | [ host-image] Aug 11 21:58:51.553 INFO O| Aug 11 21:58:51.553 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4599 | 2026-08-11T21:58:52.862Z | [verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4600 | 2026-08-11T21:58:52.886Z | [ host-image] Aug 11 21:58:51.649 INFO O| Aug 11 21:58:51.649 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4601 | 2026-08-11T21:58:52.933Z | [ host-image] Aug 11 21:58:51.696 INFO O| Aug 11 21:58:51.696 INFO O| Planning: Package planning ... Done |
| 4602 | 2026-08-11T21:58:52.944Z | [ host-image] Aug 11 21:58:51.706 INFO O| Aug 11 21:58:51.706 INFO O| Planning: Merging actions ... Done |
| 4603 | 2026-08-11T21:58:53.100Z | [ host-image] Aug 11 21:58:51.859 INFO O| Aug 11 21:58:51.859 INFO O| Planning: Checking for conflicting actions ... Done |
| 4604 | 2026-08-11T21:58:53.114Z | [ host-image] Aug 11 21:58:51.862 INFO O| Aug 11 21:58:51.862 INFO O| Planning: Consolidating action changes ... Done |
| 4605 | 2026-08-11T21:58:53.273Z | [ host-image] Aug 11 21:58:52.000 INFO O| Aug 11 21:58:52.000 INFO O| Planning: Evaluating mediators ... Done |
| 4606 | 2026-08-11T21:58:53.312Z | [ host-image] Aug 11 21:58:52.003 INFO O| Aug 11 21:58:52.002 INFO O| Planning: Planning completed in 0.91 seconds |
| 4607 | 2026-08-11T21:58:53.312Z | [ host-image] Aug 11 21:58:52.003 INFO O| Aug 11 21:58:52.003 INFO O| Packages to install: 6 |
| 4608 | 2026-08-11T21:58:53.312Z | [ host-image] Aug 11 21:58:52.003 INFO O| Aug 11 21:58:52.003 INFO O| Mediators to change: 1 |
| 4609 | 2026-08-11T21:58:53.313Z | [ host-image] Aug 11 21:58:52.003 INFO O| Aug 11 21:58:52.003 INFO O| Services to change: 1 |
| 4610 | 2026-08-11T21:58:53.313Z | [ host-image] Aug 11 21:58:52.014 INFO O| Aug 11 21:58:52.014 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete |
| 4611 | 2026-08-11T21:58:53.507Z | [verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4612 | 2026-08-11T21:58:53.744Z | [verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4613 | 2026-08-11T21:58:53.776Z | [verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4614 | 2026-08-11T21:58:53.811Z | [verify-libraries] Compiling ctr v0.10.1 |
| 4615 | 2026-08-11T21:58:53.930Z | [verify-libraries] Compiling bb8 v0.8.6 |
| 4616 | 2026-08-11T21:58:53.972Z | [verify-libraries] Compiling aead v0.6.1 |
| 4617 | 2026-08-11T21:58:54.048Z | [ host-image] Aug 11 21:58:52.813 INFO O| Aug 11 21:58:52.813 INFO O| Download: Completed 7.84 MB in 0.80 seconds (9.8M/s) |
| 4618 | 2026-08-11T21:58:54.075Z | [verify-libraries] Compiling parking_lot_core v0.8.6 |
| 4619 | 2026-08-11T21:58:54.105Z | [ host-image] Aug 11 21:58:52.866 INFO O| Aug 11 21:58:52.866 INFO O| Actions: 1/1366 actions (Installing new actions) |
| 4620 | 2026-08-11T21:58:54.268Z | [verify-libraries] Compiling aes-gcm v0.11.0 |
| 4621 | 2026-08-11T21:58:54.309Z | [verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4622 | 2026-08-11T21:58:54.365Z | [verify-libraries] Compiling spki v0.8.0 |
| 4623 | 2026-08-11T21:58:54.392Z | [ host-image] Aug 11 21:58:53.146 INFO O| Aug 11 21:58:53.146 INFO O| Actions: Completed 1366 actions in 0.28 seconds. |
| 4624 | 2026-08-11T21:58:54.424Z | [ host-image] Aug 11 21:58:53.183 INFO O| Aug 11 21:58:53.182 INFO O| Finalize: Updating package state database ... Done |
| 4625 | 2026-08-11T21:58:54.424Z | [ host-image] Aug 11 21:58:53.183 INFO O| Aug 11 21:58:53.182 INFO O| Finalize: Updating package cache ... Done |
| 4626 | 2026-08-11T21:58:54.484Z | [verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4627 | 2026-08-11T21:58:54.516Z | [ host-image] Aug 11 21:58:53.273 INFO O| Aug 11 21:58:53.273 INFO O| Finalize: Updating image state ... Done |
| 4628 | 2026-08-11T21:58:54.618Z | [verify-libraries] Compiling mime_guess v2.0.5 |
| 4629 | 2026-08-11T21:58:54.623Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4630 | 2026-08-11T21:58:54.684Z | [verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4631 | 2026-08-11T21:58:54.839Z | [verify-libraries] Compiling rfc6979 v0.4.0 |
| 4632 | 2026-08-11T21:58:54.910Z | [verify-libraries] Compiling salsa20 v0.11.0 |
| 4633 | 2026-08-11T21:58:55.017Z | [verify-libraries] Compiling nanorand v0.7.0 |
| 4634 | 2026-08-11T21:58:55.139Z | [verify-libraries] Compiling ecdsa v0.16.9 |
| 4635 | 2026-08-11T21:58:55.164Z | [verify-libraries] Compiling scrypt v0.12.0 |
| 4636 | 2026-08-11T21:58:55.187Z | [verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4637 | 2026-08-11T21:58:55.312Z | [verify-libraries] Compiling flume v0.11.1 |
| 4638 | 2026-08-11T21:58:55.361Z | [verify-libraries] Compiling progenitor v0.13.0 |
| 4639 | 2026-08-11T21:58:55.457Z | [ host-image] Aug 11 21:58:54.222 INFO O| Aug 11 21:58:54.222 INFO O| Finalize: Creating fast lookup database ... Done |
| 4640 | 2026-08-11T21:58:55.490Z | [ host-image] Aug 11 21:58:54.252 INFO O| Aug 11 21:58:54.252 INFO O| Finalize: Reading search index ... Done |
| 4641 | 2026-08-11T21:58:55.490Z | [ host-image] Aug 11 21:58:54.252 INFO O| Aug 11 21:58:54.252 INFO O| Finalize: Updating search index ... Done |
| 4642 | 2026-08-11T21:58:55.529Z | [ host-image] Aug 11 21:58:54.287 INFO O| Aug 11 21:58:54.287 INFO O| Finalize: Updating package cache ... Done |
| 4643 | 2026-08-11T21:58:55.543Z | [verify-libraries] Compiling primeorder v0.13.6 |
| 4644 | 2026-08-11T21:58:55.588Z | [verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 4645 | 2026-08-11T21:58:55.598Z | [verify-libraries] Compiling cbc v0.2.1 |
| 4646 | 2026-08-11T21:58:55.736Z | [verify-libraries] Compiling nonempty v0.12.0 |
| 4647 | 2026-08-11T21:58:55.797Z | [verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 4648 | 2026-08-11T21:58:55.812Z | [ host-image] Aug 11 21:58:54.550 INFO O| Aug 11 21:58:54.550 INFO STEP 13 (pkg_install) COMPLETE |
| 4649 | 2026-08-11T21:58:55.812Z | [ host-image] Aug 11 21:58:54.550 INFO O| Aug 11 21:58:54.550 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4650 | 2026-08-11T21:58:55.812Z | [ host-image] Aug 11 21:58:54.559 INFO O| Aug 11 21:58:54.559 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"] |
| 4651 | 2026-08-11T21:58:55.829Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4652 | 2026-08-11T21:58:55.931Z | [verify-libraries] Compiling http-range v0.1.5 |
| 4653 | 2026-08-11T21:58:55.978Z | [verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4654 | 2026-08-11T21:58:56.025Z | [verify-libraries] Compiling p384 v0.13.1 |
| 4655 | 2026-08-11T21:58:56.079Z | [verify-libraries] Compiling pkcs5 v0.8.1 |
| 4656 | 2026-08-11T21:58:56.181Z | [verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 4657 | 2026-08-11T21:58:56.217Z | [verify-libraries] Compiling parking_lot v0.11.2 |
| 4658 | 2026-08-11T21:58:56.608Z | [ recovery-image] Aug 11 21:58:55.348 INFO O| Aug 11 21:58:55.348 INFO O| Download: 9498/16682 items 102.6/200.0MB 51% complete (20.6M/s) |
| 4659 | 2026-08-11T21:58:56.850Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4660 | 2026-08-11T21:58:56.872Z | [verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4661 | 2026-08-11T21:58:56.999Z | [verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4662 | 2026-08-11T21:58:57.008Z | [verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4663 | 2026-08-11T21:58:57.043Z | [verify-libraries] Compiling prefix-trie v0.7.0 |
| 4664 | 2026-08-11T21:58:57.450Z | [verify-libraries] Compiling digest-io v0.1.0 |
| 4665 | 2026-08-11T21:58:57.483Z | [verify-libraries] Compiling rawzip v0.4.4 |
| 4666 | 2026-08-11T21:58:57.483Z | [verify-libraries] Compiling hyper-staticfile v0.10.1 |
| 4667 | 2026-08-11T21:58:57.505Z | [verify-libraries] Compiling hickory-server v0.25.2 |
| 4668 | 2026-08-11T21:58:57.604Z | [verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4669 | 2026-08-11T21:58:57.663Z | [verify-libraries] Compiling pkcs8 v0.11.0 |
| 4670 | 2026-08-11T21:58:58.073Z | [ host-image] Aug 11 21:58:56.793 INFO O| Aug 11 21:58:56.793 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4671 | 2026-08-11T21:58:58.110Z | [verify-libraries] Compiling sled v0.34.7 |
| 4672 | 2026-08-11T21:58:58.143Z | [verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4673 | 2026-08-11T21:58:58.239Z | [verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4674 | 2026-08-11T21:58:58.364Z | [verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4675 | 2026-08-11T21:58:58.485Z | [ host-image] Aug 11 21:58:57.238 INFO O| Aug 11 21:58:57.238 INFO O| Startup: Caching catalogs ... Done |
| 4676 | 2026-08-11T21:58:58.887Z | [ host-image] Aug 11 21:58:57.628 INFO O| Aug 11 21:58:57.627 INFO O| Planning: Solver setup ... Done |
| 4677 | 2026-08-11T21:58:58.911Z | [ host-image] Aug 11 21:58:57.633 INFO O| Aug 11 21:58:57.633 INFO O| Planning: Running solver ... Done |
| 4678 | 2026-08-11T21:58:58.911Z | [ host-image] Aug 11 21:58:57.646 INFO O| Aug 11 21:58:57.646 INFO O| Planning: Finding local manifests ... Done |
| 4679 | 2026-08-11T21:58:58.921Z | [verify-libraries] Compiling ignore v0.4.25 |
| 4680 | 2026-08-11T21:58:58.921Z | [ host-image] Aug 11 21:58:57.664 INFO O| Aug 11 21:58:57.664 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4681 | 2026-08-11T21:58:58.921Z | [ host-image] Aug 11 21:58:57.669 INFO O| Aug 11 21:58:57.669 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4682 | 2026-08-11T21:58:58.949Z | [verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=68a4b3bf819722f9f57a3f0c99e1393ed01ba392#68a4b3bf) |
| 4683 | 2026-08-11T21:58:58.949Z | [ host-image] Aug 11 21:58:57.696 INFO O| Aug 11 21:58:57.696 INFO O| Planning: Package planning ... Done |
| 4684 | 2026-08-11T21:58:58.949Z | [ host-image] Aug 11 21:58:57.697 INFO O| Aug 11 21:58:57.697 INFO O| Planning: Merging actions ... Done |
| 4685 | 2026-08-11T21:58:59.114Z | [ host-image] Aug 11 21:58:57.839 INFO O| Aug 11 21:58:57.839 INFO O| Planning: Checking for conflicting actions ... Done |
| 4686 | 2026-08-11T21:58:59.124Z | [ host-image] Aug 11 21:58:57.840 INFO O| Aug 11 21:58:57.840 INFO O| Planning: Consolidating action changes ... Done |
| 4687 | 2026-08-11T21:58:59.124Z | [verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 4688 | 2026-08-11T21:58:59.138Z | [verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4689 | 2026-08-11T21:58:59.219Z | [ host-image] Aug 11 21:58:57.977 INFO O| Aug 11 21:58:57.977 INFO O| Planning: Evaluating mediators ... Done |
| 4690 | 2026-08-11T21:58:59.219Z | [ host-image] Aug 11 21:58:57.977 INFO O| Aug 11 21:58:57.977 INFO O| Planning: Planning completed in 0.72 seconds |
| 4691 | 2026-08-11T21:58:59.219Z | [ host-image] Aug 11 21:58:57.977 INFO O| Aug 11 21:58:57.977 INFO O| Packages to install: 1 |
| 4692 | 2026-08-11T21:58:59.229Z | [ host-image] Aug 11 21:58:57.984 INFO O| Aug 11 21:58:57.984 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete |
| 4693 | 2026-08-11T21:58:59.263Z | [verify-libraries] Compiling ff v0.14.0 |
| 4694 | 2026-08-11T21:58:59.345Z | [verify-libraries] Compiling corncobs v0.1.4 |
| 4695 | 2026-08-11T21:58:59.389Z | [ host-image] Aug 11 21:58:58.140 INFO O| Aug 11 21:58:58.140 INFO O| Download: Completed 13.17 MB in 0.16 seconds (84.3M/s) |
| 4696 | 2026-08-11T21:58:59.432Z | [ host-image] Aug 11 21:58:58.160 INFO O| Aug 11 21:58:58.160 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4697 | 2026-08-11T21:58:59.535Z | [verify-libraries] Compiling illumos-nvpair-sys v0.2.0 |
| 4698 | 2026-08-11T21:58:59.588Z | [verify-libraries] Compiling globwalk v0.9.1 |
| 4699 | 2026-08-11T21:58:59.654Z | [verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4700 | 2026-08-11T21:58:59.668Z | [ host-image] Aug 11 21:58:58.418 INFO O| Aug 11 21:58:58.418 INFO O| Actions: Completed 22 actions in 0.26 seconds. |
| 4701 | 2026-08-11T21:58:59.687Z | [verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 4702 | 2026-08-11T21:58:59.713Z | [ host-image] Aug 11 21:58:58.463 INFO O| Aug 11 21:58:58.463 INFO O| Finalize: Updating package state database ... Done |
| 4703 | 2026-08-11T21:58:59.713Z | [ host-image] Aug 11 21:58:58.463 INFO O| Aug 11 21:58:58.463 INFO O| Finalize: Updating package cache ... Done |
| 4704 | 2026-08-11T21:58:59.752Z | [verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4705 | 2026-08-11T21:58:59.792Z | [ host-image] Aug 11 21:58:58.550 INFO O| Aug 11 21:58:58.550 INFO O| Finalize: Updating image state ... Done |
| 4706 | 2026-08-11T21:58:59.925Z | [verify-libraries] Compiling predicates-tree v1.0.13 |
| 4707 | 2026-08-11T21:59:00.233Z | [verify-libraries] Compiling libz-sys v1.1.24 |
| 4708 | 2026-08-11T21:59:00.299Z | [verify-libraries] Compiling rand_seeder v0.4.0 |
| 4709 | 2026-08-11T21:59:00.537Z | [ recovery-image] Aug 11 21:58:59.295 INFO O| Aug 11 21:58:59.295 INFO O| Download: Completed 200.00 MB in 8.94 seconds (22.3M/s) |
| 4710 | 2026-08-11T21:59:00.566Z | [verify-libraries] Compiling secrecy v0.8.0 |
| 4711 | 2026-08-11T21:59:00.589Z | [verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 4712 | 2026-08-11T21:59:00.680Z | [verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4713 | 2026-08-11T21:59:00.825Z | [verify-libraries] Compiling camino-tempfile-ext v0.3.3 |
| 4714 | 2026-08-11T21:59:00.845Z | [ host-image] Aug 11 21:58:59.571 INFO O| Aug 11 21:58:59.571 INFO O| Finalize: Creating fast lookup database ... Done |
| 4715 | 2026-08-11T21:59:00.845Z | [ recovery-image] Aug 11 21:58:59.580 INFO O| Aug 11 21:58:59.580 INFO O| Actions: 1/27580 actions (Installing new actions) |
| 4716 | 2026-08-11T21:59:00.869Z | [ host-image] Aug 11 21:58:59.600 INFO O| Aug 11 21:58:59.600 INFO O| Finalize: Reading search index ... Done |
| 4717 | 2026-08-11T21:59:00.869Z | [ host-image] Aug 11 21:58:59.600 INFO O| Aug 11 21:58:59.600 INFO O| Finalize: Updating search index ... Done |
| 4718 | 2026-08-11T21:59:00.869Z | [ host-image] Aug 11 21:58:59.611 INFO O| Aug 11 21:58:59.611 INFO O| Finalize: Updating package cache ... Done |
| 4719 | 2026-08-11T21:59:01.007Z | [verify-libraries] Compiling group v0.14.0 |
| 4720 | 2026-08-11T21:59:01.064Z | [verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4721 | 2026-08-11T21:59:01.156Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4722 | 2026-08-11T21:59:01.180Z | [ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.925 INFO STEP 14 (pkg_install) COMPLETE |
| 4723 | 2026-08-11T21:59:01.180Z | [ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4724 | 2026-08-11T21:59:01.202Z | [ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO skip step because feature "mbist" is not enabled |
| 4725 | 2026-08-11T21:59:01.202Z | [ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4726 | 2026-08-11T21:59:01.203Z | [ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO skip step because feature "mfg" is not enabled |
| 4727 | 2026-08-11T21:59:01.203Z | [ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4728 | 2026-08-11T21:59:01.203Z | [ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO skip step because feature "compliance" is not enabled |
| 4729 | 2026-08-11T21:59:01.203Z | [ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4730 | 2026-08-11T21:59:01.203Z | [ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO skip step because feature "stress" is not enabled |
| 4731 | 2026-08-11T21:59:01.203Z | [ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4732 | 2026-08-11T21:59:01.203Z | [ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO skip step because feature "compliance" is not enabled |
| 4733 | 2026-08-11T21:59:01.203Z | [ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4734 | 2026-08-11T21:59:01.203Z | [ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO skip step because feature "nfs" is not enabled |
| 4735 | 2026-08-11T21:59:01.203Z | [ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 4736 | 2026-08-11T21:59:01.203Z | [ host-image] Aug 11 21:58:59.926 INFO O| Aug 11 21:58:59.926 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 4737 | 2026-08-11T21:59:01.268Z | [verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4738 | 2026-08-11T21:59:01.397Z | [verify-libraries] Compiling signature v3.0.0 |
| 4739 | 2026-08-11T21:59:01.542Z | [verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4740 | 2026-08-11T21:59:01.700Z | [ host-image] Aug 11 21:59:00.458 INFO O| Aug 11 21:59:00.458 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4741 | 2026-08-11T21:59:01.718Z | [verify-libraries] Compiling base16ct v1.0.0 |
| 4742 | 2026-08-11T21:59:01.826Z | [verify-libraries] Compiling instability v0.3.11 |
| 4743 | 2026-08-11T21:59:01.841Z | [ host-image] Aug 11 21:59:00.605 INFO O| Aug 11 21:59:00.605 INFO completed processing sled/ramdisk-01-os |
| 4744 | 2026-08-11T21:59:01.846Z | [ host-image] Aug 11 21:59:00.608 INFO omicron1 baseline generation... |
| 4745 | 2026-08-11T21:59:01.846Z | [ host-image] Aug 11 21:59:00.608 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
| 4746 | 2026-08-11T21:59:01.887Z | [verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4747 | 2026-08-11T21:59:01.979Z | [verify-libraries] Compiling sec1 v0.8.1 |
| 4748 | 2026-08-11T21:59:02.207Z | [ host-image] Aug 11 21:59:00.968 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24189:20260811T192941Z |
| 4749 | 2026-08-11T21:59:02.300Z | [verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4750 | 2026-08-11T21:59:02.389Z | [verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4751 | 2026-08-11T21:59:02.392Z | [verify-libraries] Compiling illumos-nvpair v0.3.0 |
| 4752 | 2026-08-11T21:59:02.438Z | [verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4753 | 2026-08-11T21:59:02.441Z | [verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4754 | 2026-08-11T21:59:02.592Z | [verify-libraries] Compiling hkdf v0.13.0 |
| 4755 | 2026-08-11T21:59:02.598Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4756 | 2026-08-11T21:59:02.662Z | [verify-libraries] Compiling scuffle v0.1.0 |
| 4757 | 2026-08-11T21:59:02.749Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4758 | 2026-08-11T21:59:02.753Z | [verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2 |
| 4759 | 2026-08-11T21:59:02.898Z | [verify-libraries] Compiling castaway v0.2.4 |
| 4760 | 2026-08-11T21:59:03.016Z | [verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4761 | 2026-08-11T21:59:03.117Z | [verify-libraries] Compiling indoc v2.0.7 |
| 4762 | 2026-08-11T21:59:03.183Z | [verify-libraries] Compiling compact_str v0.8.1 |
| 4763 | 2026-08-11T21:59:03.575Z | [verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4764 | 2026-08-11T21:59:03.920Z | [verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4765 | 2026-08-11T21:59:03.937Z | [verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4766 | 2026-08-11T21:59:04.069Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4767 | 2026-08-11T21:59:04.263Z | [verify-libraries] Compiling elliptic-curve v0.14.1 |
| 4768 | 2026-08-11T21:59:04.415Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4769 | 2026-08-11T21:59:04.877Z | [verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4770 | 2026-08-11T21:59:04.992Z | [verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4771 | 2026-08-11T21:59:05.157Z | [verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4772 | 2026-08-11T21:59:05.199Z | [verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 4773 | 2026-08-11T21:59:05.273Z | [verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4774 | 2026-08-11T21:59:05.324Z | [verify-libraries] Compiling unicode-truncate v1.1.0 |
| 4775 | 2026-08-11T21:59:05.518Z | [verify-libraries] Compiling lru v0.12.5 |
| 4776 | 2026-08-11T21:59:05.588Z | [verify-libraries] Compiling arc-swap v1.8.2 |
| 4777 | 2026-08-11T21:59:05.808Z | [verify-libraries] Compiling cassowary v0.3.0 |
| 4778 | 2026-08-11T21:59:05.816Z | [ recovery-image] Aug 11 21:59:04.581 INFO O| Aug 11 21:59:04.580 INFO O| Actions: 21970/27580 actions (Installing new actions) |
| 4779 | 2026-08-11T21:59:05.997Z | [verify-libraries] Compiling slog-scope v4.4.1 |
| 4780 | 2026-08-11T21:59:06.018Z | [verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4781 | 2026-08-11T21:59:06.022Z | [verify-libraries] Compiling wnaf v0.14.0 |
| 4782 | 2026-08-11T21:59:06.267Z | [verify-libraries] Compiling ratatui v0.29.0 |
| 4783 | 2026-08-11T21:59:06.320Z | [verify-libraries] Compiling primefield v0.14.0 |
| 4784 | 2026-08-11T21:59:06.379Z | [verify-libraries] Compiling rfc6979 v0.6.0 |
| 4785 | 2026-08-11T21:59:06.419Z | [verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4786 | 2026-08-11T21:59:06.515Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4787 | 2026-08-11T21:59:06.574Z | [verify-libraries] Compiling signal-hook-tokio v0.3.1 |
| 4788 | 2026-08-11T21:59:06.584Z | [ recovery-image] Aug 11 21:59:05.343 INFO O| Aug 11 21:59:05.343 INFO O| Actions: Completed 27580 actions in 5.76 seconds. |
| 4789 | 2026-08-11T21:59:06.662Z | [ recovery-image] Aug 11 21:59:05.418 INFO O| Aug 11 21:59:05.418 INFO O| Finalize: Updating package state database ... Done |
| 4790 | 2026-08-11T21:59:06.662Z | [ recovery-image] Aug 11 21:59:05.419 INFO O| Aug 11 21:59:05.418 INFO O| Finalize: Updating package cache ... Done |
| 4791 | 2026-08-11T21:59:06.749Z | [verify-libraries] Compiling vergen-git2 v9.1.0 |
| 4792 | 2026-08-11T21:59:06.776Z | [ recovery-image] Aug 11 21:59:05.527 INFO O| Aug 11 21:59:05.527 INFO O| Finalize: Updating image state ... Done |
| 4793 | 2026-08-11T21:59:06.793Z | [verify-libraries] Compiling is_ci v1.2.0 |
| 4794 | 2026-08-11T21:59:06.878Z | [verify-libraries] Compiling strsim v0.10.0 |
| 4795 | 2026-08-11T21:59:07.093Z | [verify-libraries] Compiling supports-color v3.0.2 |
| 4796 | 2026-08-11T21:59:07.119Z | [verify-libraries] Compiling darling_core v0.13.4 |
| 4797 | 2026-08-11T21:59:07.409Z | [verify-libraries] Compiling primeorder v0.14.0 |
| 4798 | 2026-08-11T21:59:07.440Z | [verify-libraries] Compiling ecdsa v0.17.0 |
| 4799 | 2026-08-11T21:59:07.552Z | [ recovery-image] Aug 11 21:59:06.314 INFO O| Aug 11 21:59:06.314 INFO O| Finalize: Creating fast lookup database ... Done |
| 4800 | 2026-08-11T21:59:07.579Z | [ recovery-image] Aug 11 21:59:06.332 INFO O| Aug 11 21:59:06.332 INFO O| Finalize: Reading search index ... Done |
| 4801 | 2026-08-11T21:59:08.056Z | [verify-libraries] Compiling diesel-dtrace v0.5.0 |
| 4802 | 2026-08-11T21:59:08.092Z | [verify-libraries] Compiling async-bb8-diesel v0.2.1 |
| 4803 | 2026-08-11T21:59:08.412Z | [verify-libraries] Compiling slog-stdlog v4.1.1 |
| 4804 | 2026-08-11T21:59:08.616Z | [verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4805 | 2026-08-11T21:59:08.752Z | [verify-libraries] Compiling tungstenite v0.23.0 |
| 4806 | 2026-08-11T21:59:08.777Z | [verify-libraries] Compiling console v0.16.2 |
| 4807 | 2026-08-11T21:59:09.164Z | [verify-libraries] Compiling curve25519-dalek v5.0.0 |
| 4808 | 2026-08-11T21:59:09.246Z | [verify-libraries] Compiling libsw-core v0.3.2 |
| 4809 | 2026-08-11T21:59:09.314Z | [verify-libraries] Compiling unit-prefix v0.5.2 |
| 4810 | 2026-08-11T21:59:09.386Z | [verify-libraries] Compiling assert_matches v1.5.0 |
| 4811 | 2026-08-11T21:59:09.417Z | [ recovery-image] Aug 11 21:59:08.168 INFO O| Aug 11 21:59:08.168 INFO O| Finalize: Building new search index ... Done |
| 4812 | 2026-08-11T21:59:09.465Z | [verify-libraries] Compiling void v1.0.2 |
| 4813 | 2026-08-11T21:59:09.483Z | [verify-libraries] Compiling libsw v3.5.0 |
| 4814 | 2026-08-11T21:59:09.519Z | [verify-libraries] Compiling indicatif v0.18.4 |
| 4815 | 2026-08-11T21:59:09.575Z | [verify-libraries] Compiling tokio-tungstenite v0.23.1 |
| 4816 | 2026-08-11T21:59:09.702Z | [verify-libraries] Compiling lzss v0.8.2 |
| 4817 | 2026-08-11T21:59:09.725Z | [ recovery-image] Aug 11 21:59:08.487 INFO O| Aug 11 21:59:08.487 INFO O| Finalize: Updating package cache ... Done |
| 4818 | 2026-08-11T21:59:09.734Z | [verify-libraries] Compiling darling_macro v0.13.4 |
| 4819 | 2026-08-11T21:59:09.758Z | [verify-libraries] Compiling slog-envlogger v2.2.0 |
| 4820 | 2026-08-11T21:59:09.836Z | [verify-libraries] Compiling ssh-encoding v0.3.0 |
| 4821 | 2026-08-11T21:59:09.910Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4822 | 2026-08-11T21:59:10.064Z | [verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 4823 | 2026-08-11T21:59:10.076Z | [ recovery-image] Aug 11 21:59:08.818 INFO O| Aug 11 21:59:08.818 INFO STEP 11 (pkg_install) COMPLETE |
| 4824 | 2026-08-11T21:59:10.076Z | [ recovery-image] Aug 11 21:59:08.818 INFO O| Aug 11 21:59:08.818 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4825 | 2026-08-11T21:59:10.076Z | [ recovery-image] Aug 11 21:59:08.818 INFO O| Aug 11 21:59:08.818 INFO skip step because feature "recovery" is enabled |
| 4826 | 2026-08-11T21:59:10.076Z | [ recovery-image] Aug 11 21:59:08.818 INFO O| Aug 11 21:59:08.818 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4827 | 2026-08-11T21:59:10.076Z | [ recovery-image] Aug 11 21:59:08.818 INFO O| Aug 11 21:59:08.818 INFO skip step because feature "omicron1" is not enabled |
| 4828 | 2026-08-11T21:59:10.076Z | [ recovery-image] Aug 11 21:59:08.818 INFO O| Aug 11 21:59:08.818 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4829 | 2026-08-11T21:59:10.076Z | [ recovery-image] Aug 11 21:59:08.828 INFO O| Aug 11 21:59:08.828 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.504"] |
| 4830 | 2026-08-11T21:59:10.088Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4831 | 2026-08-11T21:59:10.274Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4832 | 2026-08-11T21:59:10.335Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4833 | 2026-08-11T21:59:10.339Z | [verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 4834 | 2026-08-11T21:59:10.380Z | [verify-libraries] Compiling nix v0.27.1 |
| 4835 | 2026-08-11T21:59:10.449Z | [verify-libraries] Compiling colored v2.2.0 |
| 4836 | 2026-08-11T21:59:10.558Z | [verify-libraries] Compiling blake3 v1.8.5 |
| 4837 | 2026-08-11T21:59:10.580Z | [verify-libraries] Compiling serde_bytes v0.11.19 |
| 4838 | 2026-08-11T21:59:10.632Z | [verify-libraries] Compiling keccak v0.2.0 |
| 4839 | 2026-08-11T21:59:10.869Z | [verify-libraries] Compiling shell-words v1.1.1 |
| 4840 | 2026-08-11T21:59:10.981Z | [verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 4841 | 2026-08-11T21:59:11.027Z | [verify-libraries] Compiling darling v0.13.4 |
| 4842 | 2026-08-11T21:59:11.161Z | [verify-libraries] Compiling oxide-update-engine-display v0.1.2 |
| 4843 | 2026-08-11T21:59:11.294Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4844 | 2026-08-11T21:59:11.564Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4845 | 2026-08-11T21:59:11.608Z | [verify-libraries] Compiling ed25519 v3.0.0 |
| 4846 | 2026-08-11T21:59:11.720Z | [verify-libraries] Compiling crypto-primes v0.7.2 |
| 4847 | 2026-08-11T21:59:12.132Z | [verify-libraries] Compiling pkcs1 v0.8.0-rc.4 |
| 4848 | 2026-08-11T21:59:12.614Z | [verify-libraries] Compiling poly1305 v0.9.0 |
| 4849 | 2026-08-11T21:59:12.885Z | [verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4850 | 2026-08-11T21:59:12.913Z | [verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4851 | 2026-08-11T21:59:13.062Z | [verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4852 | 2026-08-11T21:59:13.244Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4853 | 2026-08-11T21:59:13.279Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4854 | 2026-08-11T21:59:13.331Z | [verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4855 | 2026-08-11T21:59:13.492Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4856 | 2026-08-11T21:59:13.567Z | [verify-libraries] Compiling blowfish v0.10.0 |
| 4857 | 2026-08-11T21:59:13.630Z | [verify-libraries] Compiling blake2 v0.11.0-rc.6 |
| 4858 | 2026-08-11T21:59:13.662Z | [verify-libraries] Compiling petname v2.0.2 |
| 4859 | 2026-08-11T21:59:13.746Z | [verify-libraries] Compiling arrayref v0.3.9 |
| 4860 | 2026-08-11T21:59:13.835Z | [verify-libraries] Compiling constant_time_eq v0.4.2 |
| 4861 | 2026-08-11T21:59:13.892Z | [verify-libraries] Compiling arrayvec v0.7.6 |
| 4862 | 2026-08-11T21:59:14.016Z | [verify-libraries] Compiling argon2 v0.6.0-rc.8 |
| 4863 | 2026-08-11T21:59:14.163Z | [ recovery-image] Aug 11 21:59:12.928 INFO O| Aug 11 21:59:12.928 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4864 | 2026-08-11T21:59:14.247Z | [verify-libraries] Compiling bcrypt-pbkdf v0.11.0 |
| 4865 | 2026-08-11T21:59:14.663Z | [verify-libraries] Compiling ssh-cipher v0.3.0 |
| 4866 | 2026-08-11T21:59:14.703Z | [verify-libraries] Compiling rsa v0.10.0-rc.18 |
| 4867 | 2026-08-11T21:59:14.708Z | [ recovery-image] Aug 11 21:59:13.470 INFO O| Aug 11 21:59:13.470 INFO O| Startup: Caching catalogs ... Done |
| 4868 | 2026-08-11T21:59:14.756Z | [verify-libraries] Compiling ed25519-dalek v3.0.0 |
| 4869 | 2026-08-11T21:59:14.788Z | [verify-libraries] Compiling serde_with_macros v1.5.2 |
| 4870 | 2026-08-11T21:59:14.788Z | [verify-libraries] Compiling sha3 v0.11.0 |
| 4871 | 2026-08-11T21:59:15.005Z | [verify-libraries] Compiling p256 v0.14.0 |
| 4872 | 2026-08-11T21:59:15.009Z | [verify-libraries] Compiling p384 v0.14.0 |
| 4873 | 2026-08-11T21:59:15.127Z | [ recovery-image] Aug 11 21:59:13.892 INFO O| Aug 11 21:59:13.892 INFO O| Planning: Solver setup ... Done |
| 4874 | 2026-08-11T21:59:15.132Z | [ recovery-image] Aug 11 21:59:13.897 INFO O| Aug 11 21:59:13.897 INFO O| Planning: Running solver ... Done |
| 4875 | 2026-08-11T21:59:15.148Z | [ recovery-image] Aug 11 21:59:13.912 INFO O| Aug 11 21:59:13.912 INFO O| Planning: Finding local manifests ... Done |
| 4876 | 2026-08-11T21:59:15.211Z | [ recovery-image] Aug 11 21:59:13.976 INFO O| Aug 11 21:59:13.976 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4877 | 2026-08-11T21:59:15.230Z | [ recovery-image] Aug 11 21:59:13.994 INFO O| Aug 11 21:59:13.994 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4878 | 2026-08-11T21:59:15.250Z | [ recovery-image] Aug 11 21:59:14.014 INFO O| Aug 11 21:59:14.014 INFO O| Planning: Package planning ... Done |
| 4879 | 2026-08-11T21:59:15.253Z | [ recovery-image] Aug 11 21:59:14.014 INFO O| Aug 11 21:59:14.014 INFO O| Planning: Merging actions ... Done |
| 4880 | 2026-08-11T21:59:15.274Z | [ recovery-image] Aug 11 21:59:14.039 INFO O| Aug 11 21:59:14.039 INFO O| Planning: Checking for conflicting actions ... Done |
| 4881 | 2026-08-11T21:59:15.278Z | [ recovery-image] Aug 11 21:59:14.039 INFO O| Aug 11 21:59:14.039 INFO O| Planning: Consolidating action changes ... Done |
| 4882 | 2026-08-11T21:59:15.390Z | [ recovery-image] Aug 11 21:59:14.156 INFO O| Aug 11 21:59:14.156 INFO O| Planning: Evaluating mediators ... Done |
| 4883 | 2026-08-11T21:59:15.394Z | [ recovery-image] Aug 11 21:59:14.156 INFO O| Aug 11 21:59:14.156 INFO O| Planning: Planning completed in 0.67 seconds |
| 4884 | 2026-08-11T21:59:15.394Z | [ recovery-image] Aug 11 21:59:14.157 INFO O| Aug 11 21:59:14.157 INFO O| Packages to install: 1 |
| 4885 | 2026-08-11T21:59:15.401Z | [verify-libraries] Compiling p521 v0.14.0 |
| 4886 | 2026-08-11T21:59:15.405Z | [ recovery-image] Aug 11 21:59:14.170 INFO O| Aug 11 21:59:14.170 INFO O| Download: 0/4 items 0.0/13.2MB 0% complete |
| 4887 | 2026-08-11T21:59:15.433Z | [verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4888 | 2026-08-11T21:59:15.434Z | [verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4889 | 2026-08-11T21:59:15.503Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4890 | 2026-08-11T21:59:15.793Z | [verify-libraries] Compiling twox-hash v2.1.2 |
| 4891 | 2026-08-11T21:59:15.966Z | [ recovery-image] Aug 11 21:59:14.731 INFO O| Aug 11 21:59:14.731 INFO O| Download: Completed 13.17 MB in 0.56 seconds (23.5M/s) |
| 4892 | 2026-08-11T21:59:15.990Z | [verify-libraries] Compiling kem v0.3.0 |
| 4893 | 2026-08-11T21:59:16.000Z | [ recovery-image] Aug 11 21:59:14.764 INFO O| Aug 11 21:59:14.764 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4894 | 2026-08-11T21:59:16.075Z | [verify-libraries] Compiling module-lattice v0.2.3 |
| 4895 | 2026-08-11T21:59:16.225Z | [verify-libraries] Compiling atty v0.2.14 |
| 4896 | 2026-08-11T21:59:16.262Z | [verify-libraries] Compiling rtoolbox v0.0.3 |
| 4897 | 2026-08-11T21:59:16.324Z | [ recovery-image] Aug 11 21:59:15.089 INFO O| Aug 11 21:59:15.089 INFO O| Actions: Completed 22 actions in 0.33 seconds. |
| 4898 | 2026-08-11T21:59:16.365Z | [ recovery-image] Aug 11 21:59:15.130 INFO O| Aug 11 21:59:15.129 INFO O| Finalize: Updating package state database ... Done |
| 4899 | 2026-08-11T21:59:16.365Z | [ recovery-image] Aug 11 21:59:15.130 INFO O| Aug 11 21:59:15.130 INFO O| Finalize: Updating package cache ... Done |
| 4900 | 2026-08-11T21:59:16.372Z | [verify-libraries] Compiling sponge-cursor v0.1.0 |
| 4901 | 2026-08-11T21:59:16.432Z | [verify-libraries] Compiling topological-sort v0.2.2 |
| 4902 | 2026-08-11T21:59:16.446Z | [ recovery-image] Aug 11 21:59:15.211 INFO O| Aug 11 21:59:15.210 INFO O| Finalize: Updating image state ... Done |
| 4903 | 2026-08-11T21:59:16.473Z | [verify-libraries] Compiling rpassword v7.5.4 |
| 4904 | 2026-08-11T21:59:16.550Z | [verify-libraries] Compiling sha3 v0.12.0 |
| 4905 | 2026-08-11T21:59:16.554Z | [verify-libraries] Compiling ml-kem v0.3.2 |
| 4906 | 2026-08-11T21:59:16.642Z | [verify-libraries] Compiling omicron-zone-package v0.12.3 |
| 4907 | 2026-08-11T21:59:16.732Z | [verify-libraries] Compiling serde_with v1.14.0 |
| 4908 | 2026-08-11T21:59:17.129Z | [ recovery-image] Aug 11 21:59:15.894 INFO O| Aug 11 21:59:15.893 INFO O| Finalize: Creating fast lookup database ... Done |
| 4909 | 2026-08-11T21:59:17.145Z | [ recovery-image] Aug 11 21:59:15.910 INFO O| Aug 11 21:59:15.910 INFO O| Finalize: Reading search index ... Done |
| 4910 | 2026-08-11T21:59:17.145Z | [ recovery-image] Aug 11 21:59:15.910 INFO O| Aug 11 21:59:15.910 INFO O| Finalize: Updating search index ... Done |
| 4911 | 2026-08-11T21:59:17.158Z | [ recovery-image] Aug 11 21:59:15.923 INFO O| Aug 11 21:59:15.923 INFO O| Finalize: Updating package cache ... Done |
| 4912 | 2026-08-11T21:59:17.287Z | [verify-libraries] Compiling russh-cryptovec v0.62.0 |
| 4913 | 2026-08-11T21:59:17.443Z | [ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO STEP 14 (pkg_install) COMPLETE |
| 4914 | 2026-08-11T21:59:17.443Z | [ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4915 | 2026-08-11T21:59:17.443Z | [ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO skip step because feature "mbist" is not enabled |
| 4916 | 2026-08-11T21:59:17.443Z | [ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4917 | 2026-08-11T21:59:17.447Z | [ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO skip step because feature "mfg" is not enabled |
| 4918 | 2026-08-11T21:59:17.447Z | [ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4919 | 2026-08-11T21:59:17.447Z | [ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO skip step because feature "compliance" is not enabled |
| 4920 | 2026-08-11T21:59:17.448Z | [ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4921 | 2026-08-11T21:59:17.448Z | [ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO skip step because feature "stress" is not enabled |
| 4922 | 2026-08-11T21:59:17.448Z | [ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4923 | 2026-08-11T21:59:17.448Z | [ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO skip step because feature "compliance" is not enabled |
| 4924 | 2026-08-11T21:59:17.448Z | [ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4925 | 2026-08-11T21:59:17.448Z | [ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO skip step because feature "nfs" is not enabled |
| 4926 | 2026-08-11T21:59:17.448Z | [ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4927 | 2026-08-11T21:59:17.448Z | [ recovery-image] Aug 11 21:59:16.207 INFO O| Aug 11 21:59:16.207 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4928 | 2026-08-11T21:59:17.578Z | [verify-libraries] Compiling tui-tree-widget v0.23.1 |
| 4929 | 2026-08-11T21:59:17.651Z | [verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 4930 | 2026-08-11T21:59:17.730Z | [ recovery-image] Aug 11 21:59:16.494 INFO O| Aug 11 21:59:16.494 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4931 | 2026-08-11T21:59:17.848Z | [verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4932 | 2026-08-11T21:59:17.857Z | [ recovery-image] Aug 11 21:59:16.622 INFO O| Aug 11 21:59:16.621 INFO completed processing sled/ramdisk-01-os |
| 4933 | 2026-08-11T21:59:17.861Z | [ recovery-image] Aug 11 21:59:16.624 INFO image builder template: ramdisk-02-trim... |
| 4934 | 2026-08-11T21:59:17.861Z | [ recovery-image] Aug 11 21:59:16.624 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/.tmpGtRjcD/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.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None |
| 4935 | 2026-08-11T21:59:17.884Z | [ recovery-image] Aug 11 21:59:16.644 INFO O| Aug 11 21:59:16.644 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4936 | 2026-08-11T21:59:17.900Z | [ recovery-image] Aug 11 21:59:16.647 INFO O| Aug 11 21:59:16.647 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4937 | 2026-08-11T21:59:17.909Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4938 | 2026-08-11T21:59:17.963Z | [ recovery-image] Aug 11 21:59:16.728 INFO O| Aug 11 21:59:16.728 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled |
| 4939 | 2026-08-11T21:59:18.009Z | [verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 4940 | 2026-08-11T21:59:18.053Z | [ recovery-image] Aug 11 21:59:16.818 INFO O| Aug 11 21:59:16.818 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4941 | 2026-08-11T21:59:18.053Z | [ recovery-image] Aug 11 21:59:16.818 INFO O| Aug 11 21:59:16.818 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4942 | 2026-08-11T21:59:18.058Z | [ recovery-image] Aug 11 21:59:16.823 INFO O| Aug 11 21:59:16.823 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4943 | 2026-08-11T21:59:18.062Z | [ recovery-image] Aug 11 21:59:16.827 INFO O| Aug 11 21:59:16.827 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4944 | 2026-08-11T21:59:18.067Z | [ recovery-image] Aug 11 21:59:16.832 INFO O| Aug 11 21:59:16.832 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4945 | 2026-08-11T21:59:18.148Z | [verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 4946 | 2026-08-11T21:59:18.178Z | [verify-libraries] Compiling internal-russh-num-bigint v0.5.0 |
| 4947 | 2026-08-11T21:59:18.584Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4948 | 2026-08-11T21:59:18.827Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4949 | 2026-08-11T21:59:18.884Z | [ recovery-image] Aug 11 21:59:17.649 INFO O| Aug 11 21:59:17.649 INFO rolled back to input snapshot; work may begin |
| 4950 | 2026-08-11T21:59:18.884Z | [ recovery-image] Aug 11 21:59:17.649 INFO O| Aug 11 21:59:17.649 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4951 | 2026-08-11T21:59:18.890Z | [ recovery-image] Aug 11 21:59:17.654 INFO O| Aug 11 21:59:17.654 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4952 | 2026-08-11T21:59:18.904Z | [ recovery-image] Aug 11 21:59:17.665 INFO O| Aug 11 21:59:17.664 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg" |
| 4953 | 2026-08-11T21:59:18.939Z | [ recovery-image] Aug 11 21:59:17.703 INFO O| Aug 11 21:59:17.703 INFO STEP 0 (remove_files) COMPLETE |
| 4954 | 2026-08-11T21:59:18.939Z | [ recovery-image] Aug 11 21:59:17.703 INFO O| Aug 11 21:59:17.703 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4955 | 2026-08-11T21:59:18.951Z | [ recovery-image] Aug 11 21:59:17.714 INFO O| Aug 11 21:59:17.714 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4" |
| 4956 | 2026-08-11T21:59:18.954Z | [ recovery-image] Aug 11 21:59:17.715 INFO O| Aug 11 21:59:17.715 INFO STEP 1 (remove_files) COMPLETE |
| 4957 | 2026-08-11T21:59:18.954Z | [ recovery-image] Aug 11 21:59:17.715 INFO O| Aug 11 21:59:17.715 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4958 | 2026-08-11T21:59:18.960Z | [ recovery-image] Aug 11 21:59:17.725 INFO O| Aug 11 21:59:17.724 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include" |
| 4959 | 2026-08-11T21:59:18.982Z | [ recovery-image] Aug 11 21:59:17.747 INFO O| Aug 11 21:59:17.739 INFO STEP 2 (remove_files) COMPLETE |
| 4960 | 2026-08-11T21:59:18.983Z | [ recovery-image] Aug 11 21:59:17.747 INFO O| Aug 11 21:59:17.739 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4961 | 2026-08-11T21:59:18.988Z | [ recovery-image] Aug 11 21:59:17.749 INFO O| Aug 11 21:59:17.748 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo" |
| 4962 | 2026-08-11T21:59:18.988Z | [ recovery-image] Aug 11 21:59:17.750 INFO O| Aug 11 21:59:17.750 INFO STEP 3 (remove_files) COMPLETE |
| 4963 | 2026-08-11T21:59:18.988Z | [ recovery-image] Aug 11 21:59:17.750 INFO O| Aug 11 21:59:17.750 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4964 | 2026-08-11T21:59:18.994Z | [ recovery-image] Aug 11 21:59:17.759 INFO O| Aug 11 21:59:17.759 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help" |
| 4965 | 2026-08-11T21:59:19.000Z | [ recovery-image] Aug 11 21:59:17.764 INFO O| Aug 11 21:59:17.763 INFO STEP 4 (remove_files) COMPLETE |
| 4966 | 2026-08-11T21:59:19.000Z | [ recovery-image] Aug 11 21:59:17.764 INFO O| Aug 11 21:59:17.763 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4967 | 2026-08-11T21:59:19.008Z | [ recovery-image] Aug 11 21:59:17.773 INFO O| Aug 11 21:59:17.773 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc" |
| 4968 | 2026-08-11T21:59:19.008Z | [ recovery-image] Aug 11 21:59:17.773 INFO O| Aug 11 21:59:17.773 INFO STEP 5 (remove_files) COMPLETE |
| 4969 | 2026-08-11T21:59:19.008Z | [ recovery-image] Aug 11 21:59:17.773 INFO O| Aug 11 21:59:17.773 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4970 | 2026-08-11T21:59:19.019Z | [ recovery-image] Aug 11 21:59:17.784 INFO O| Aug 11 21:59:17.783 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion" |
| 4971 | 2026-08-11T21:59:19.031Z | [ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO STEP 6 (remove_files) COMPLETE |
| 4972 | 2026-08-11T21:59:19.031Z | [ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4973 | 2026-08-11T21:59:19.031Z | [ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO skip step because feature "heliosv2" is not enabled |
| 4974 | 2026-08-11T21:59:19.035Z | [ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4975 | 2026-08-11T21:59:19.035Z | [ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO skip step because feature "recovery" is enabled |
| 4976 | 2026-08-11T21:59:19.035Z | [ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4977 | 2026-08-11T21:59:19.035Z | [ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO skip step because feature "recovery" is enabled |
| 4978 | 2026-08-11T21:59:19.035Z | [ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4979 | 2026-08-11T21:59:19.035Z | [ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO skip step because feature "recovery" is enabled |
| 4980 | 2026-08-11T21:59:19.035Z | [ recovery-image] Aug 11 21:59:17.796 INFO O| Aug 11 21:59:17.796 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4981 | 2026-08-11T21:59:19.123Z | [ recovery-image] Aug 11 21:59:17.805 INFO O| Aug 11 21:59:17.805 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp" |
| 4982 | 2026-08-11T21:59:19.123Z | [ recovery-image] Aug 11 21:59:17.808 INFO O| Aug 11 21:59:17.807 INFO STEP 11 (remove_files) COMPLETE |
| 4983 | 2026-08-11T21:59:19.123Z | [ recovery-image] Aug 11 21:59:17.808 INFO O| Aug 11 21:59:17.807 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4984 | 2026-08-11T21:59:19.124Z | [ recovery-image] Aug 11 21:59:17.816 INFO O| Aug 11 21:59:17.816 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386" |
| 4985 | 2026-08-11T21:59:19.124Z | [ recovery-image] Aug 11 21:59:17.817 INFO O| Aug 11 21:59:17.817 INFO STEP 12 (remove_files) COMPLETE |
| 4986 | 2026-08-11T21:59:19.124Z | [ recovery-image] Aug 11 21:59:17.817 INFO O| Aug 11 21:59:17.817 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4987 | 2026-08-11T21:59:19.124Z | [ recovery-image] Aug 11 21:59:17.827 INFO O| Aug 11 21:59:17.827 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv" |
| 4988 | 2026-08-11T21:59:19.124Z | [ recovery-image] Aug 11 21:59:17.828 INFO O| Aug 11 21:59:17.828 INFO STEP 13 (remove_files) COMPLETE |
| 4989 | 2026-08-11T21:59:19.124Z | [ recovery-image] Aug 11 21:59:17.828 INFO O| Aug 11 21:59:17.828 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4990 | 2026-08-11T21:59:19.124Z | [ recovery-image] Aug 11 21:59:17.853 INFO O| Aug 11 21:59:17.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 4991 | 2026-08-11T21:59:19.124Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4992 | 2026-08-11T21:59:19.131Z | [ recovery-image] Aug 11 21:59:17.886 INFO O| Aug 11 21:59:17.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a" |
| 4993 | 2026-08-11T21:59:19.155Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4994 | 2026-08-11T21:59:19.221Z | [ recovery-image] Aug 11 21:59:17.985 INFO O| Aug 11 21:59:17.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a" |
| 4995 | 2026-08-11T21:59:19.221Z | [ recovery-image] Aug 11 21:59:17.986 INFO O| Aug 11 21:59:17.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a" |
| 4996 | 2026-08-11T21:59:19.229Z | [ recovery-image] Aug 11 21:59:17.994 INFO O| Aug 11 21:59:17.994 INFO STEP 14 (remove_files) COMPLETE |
| 4997 | 2026-08-11T21:59:19.229Z | [ recovery-image] Aug 11 21:59:17.994 INFO O| Aug 11 21:59:17.994 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4998 | 2026-08-11T21:59:19.233Z | [verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4999 | 2026-08-11T21:59:19.239Z | [ recovery-image] Aug 11 21:59:18.004 INFO O| Aug 11 21:59:18.004 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot" |
| 5000 | 2026-08-11T21:59:19.247Z | [ recovery-image] Aug 11 21:59:18.006 INFO O| Aug 11 21:59:18.005 INFO STEP 15 (remove_files) COMPLETE |
| 5001 | 2026-08-11T21:59:19.247Z | [ recovery-image] Aug 11 21:59:18.006 INFO O| Aug 11 21:59:18.006 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5002 | 2026-08-11T21:59:19.251Z | [ recovery-image] Aug 11 21:59:18.014 INFO O| Aug 11 21:59:18.014 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc" |
| 5003 | 2026-08-11T21:59:19.256Z | [ recovery-image] Aug 11 21:59:18.021 INFO O| Aug 11 21:59:18.021 INFO STEP 16 (remove_files) COMPLETE |
| 5004 | 2026-08-11T21:59:19.256Z | [ recovery-image] Aug 11 21:59:18.021 INFO O| Aug 11 21:59:18.021 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5005 | 2026-08-11T21:59:19.265Z | [ recovery-image] Aug 11 21:59:18.030 INFO O| Aug 11 21:59:18.030 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv" |
| 5006 | 2026-08-11T21:59:19.269Z | [ recovery-image] Aug 11 21:59:18.031 INFO O| Aug 11 21:59:18.031 INFO STEP 17 (remove_files) COMPLETE |
| 5007 | 2026-08-11T21:59:19.269Z | [ recovery-image] Aug 11 21:59:18.031 INFO O| Aug 11 21:59:18.031 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5008 | 2026-08-11T21:59:19.274Z | [ recovery-image] Aug 11 21:59:18.039 INFO O| Aug 11 21:59:18.039 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc" |
| 5009 | 2026-08-11T21:59:19.278Z | [ recovery-image] Aug 11 21:59:18.040 INFO O| Aug 11 21:59:18.040 INFO STEP 18 (remove_files) COMPLETE |
| 5010 | 2026-08-11T21:59:19.278Z | [ recovery-image] Aug 11 21:59:18.040 INFO O| Aug 11 21:59:18.040 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5011 | 2026-08-11T21:59:19.288Z | [ recovery-image] Aug 11 21:59:18.049 INFO O| Aug 11 21:59:18.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 5012 | 2026-08-11T21:59:19.288Z | [ recovery-image] Aug 11 21:59:18.049 INFO O| Aug 11 21:59:18.049 INFO STEP 19 (remove_files) COMPLETE |
| 5013 | 2026-08-11T21:59:19.288Z | [ recovery-image] Aug 11 21:59:18.049 INFO O| Aug 11 21:59:18.049 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5014 | 2026-08-11T21:59:19.293Z | [ recovery-image] Aug 11 21:59:18.058 INFO O| Aug 11 21:59:18.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 5015 | 2026-08-11T21:59:19.293Z | [ recovery-image] Aug 11 21:59:18.058 INFO O| Aug 11 21:59:18.058 INFO STEP 20 (remove_files) COMPLETE |
| 5016 | 2026-08-11T21:59:19.293Z | [ recovery-image] Aug 11 21:59:18.058 INFO O| Aug 11 21:59:18.058 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5017 | 2026-08-11T21:59:19.303Z | [ recovery-image] Aug 11 21:59:18.068 INFO O| Aug 11 21:59:18.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 5018 | 2026-08-11T21:59:19.303Z | [ recovery-image] Aug 11 21:59:18.068 INFO O| Aug 11 21:59:18.068 INFO STEP 21 (remove_files) COMPLETE |
| 5019 | 2026-08-11T21:59:19.303Z | [ recovery-image] Aug 11 21:59:18.068 INFO O| Aug 11 21:59:18.068 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5020 | 2026-08-11T21:59:19.313Z | [ recovery-image] Aug 11 21:59:18.078 INFO O| Aug 11 21:59:18.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 5021 | 2026-08-11T21:59:19.313Z | [ recovery-image] Aug 11 21:59:18.078 INFO O| Aug 11 21:59:18.078 INFO STEP 22 (remove_files) COMPLETE |
| 5022 | 2026-08-11T21:59:19.313Z | [ recovery-image] Aug 11 21:59:18.078 INFO O| Aug 11 21:59:18.078 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5023 | 2026-08-11T21:59:19.321Z | [ recovery-image] Aug 11 21:59:18.086 INFO O| Aug 11 21:59:18.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 5024 | 2026-08-11T21:59:19.321Z | [ recovery-image] Aug 11 21:59:18.086 INFO O| Aug 11 21:59:18.086 INFO STEP 23 (remove_files) COMPLETE |
| 5025 | 2026-08-11T21:59:19.325Z | [ recovery-image] Aug 11 21:59:18.086 INFO O| Aug 11 21:59:18.086 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5026 | 2026-08-11T21:59:19.330Z | [ recovery-image] Aug 11 21:59:18.095 INFO O| Aug 11 21:59:18.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 5027 | 2026-08-11T21:59:19.330Z | [ recovery-image] Aug 11 21:59:18.095 INFO O| Aug 11 21:59:18.095 INFO STEP 24 (remove_files) COMPLETE |
| 5028 | 2026-08-11T21:59:19.333Z | [ recovery-image] Aug 11 21:59:18.095 INFO O| Aug 11 21:59:18.095 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5029 | 2026-08-11T21:59:19.338Z | [ recovery-image] Aug 11 21:59:18.103 INFO O| Aug 11 21:59:18.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 5030 | 2026-08-11T21:59:19.338Z | [ recovery-image] Aug 11 21:59:18.103 INFO O| Aug 11 21:59:18.103 INFO STEP 25 (remove_files) COMPLETE |
| 5031 | 2026-08-11T21:59:19.338Z | [ recovery-image] Aug 11 21:59:18.103 INFO O| Aug 11 21:59:18.103 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5032 | 2026-08-11T21:59:19.347Z | [ recovery-image] Aug 11 21:59:18.112 INFO O| Aug 11 21:59:18.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power" |
| 5033 | 2026-08-11T21:59:19.347Z | [ recovery-image] Aug 11 21:59:18.112 INFO O| Aug 11 21:59:18.112 INFO STEP 26 (remove_files) COMPLETE |
| 5034 | 2026-08-11T21:59:19.347Z | [ recovery-image] Aug 11 21:59:18.112 INFO O| Aug 11 21:59:18.112 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5035 | 2026-08-11T21:59:19.357Z | [ recovery-image] Aug 11 21:59:18.122 INFO O| Aug 11 21:59:18.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 5036 | 2026-08-11T21:59:19.357Z | [ recovery-image] Aug 11 21:59:18.122 INFO O| Aug 11 21:59:18.122 INFO STEP 27 (remove_files) COMPLETE |
| 5037 | 2026-08-11T21:59:19.361Z | [ recovery-image] Aug 11 21:59:18.122 INFO O| Aug 11 21:59:18.122 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5038 | 2026-08-11T21:59:19.367Z | [ recovery-image] Aug 11 21:59:18.132 INFO O| Aug 11 21:59:18.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 5039 | 2026-08-11T21:59:19.367Z | [ recovery-image] Aug 11 21:59:18.132 INFO O| Aug 11 21:59:18.132 INFO STEP 28 (remove_files) COMPLETE |
| 5040 | 2026-08-11T21:59:19.370Z | [ recovery-image] Aug 11 21:59:18.132 INFO O| Aug 11 21:59:18.132 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5041 | 2026-08-11T21:59:19.376Z | [ recovery-image] Aug 11 21:59:18.141 INFO O| Aug 11 21:59:18.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 5042 | 2026-08-11T21:59:19.376Z | [ recovery-image] Aug 11 21:59:18.141 INFO O| Aug 11 21:59:18.141 INFO STEP 29 (remove_files) COMPLETE |
| 5043 | 2026-08-11T21:59:19.386Z | [ recovery-image] Aug 11 21:59:18.141 INFO O| Aug 11 21:59:18.141 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5044 | 2026-08-11T21:59:19.390Z | [ recovery-image] Aug 11 21:59:18.148 INFO O| Aug 11 21:59:18.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 5045 | 2026-08-11T21:59:19.391Z | [ recovery-image] Aug 11 21:59:18.148 INFO O| Aug 11 21:59:18.148 INFO STEP 30 (remove_files) COMPLETE |
| 5046 | 2026-08-11T21:59:19.391Z | [ recovery-image] Aug 11 21:59:18.148 INFO O| Aug 11 21:59:18.148 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5047 | 2026-08-11T21:59:19.395Z | [ recovery-image] Aug 11 21:59:18.159 INFO O| Aug 11 21:59:18.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 5048 | 2026-08-11T21:59:19.395Z | [ recovery-image] Aug 11 21:59:18.159 INFO O| Aug 11 21:59:18.159 INFO STEP 31 (remove_files) COMPLETE |
| 5049 | 2026-08-11T21:59:19.395Z | [ recovery-image] Aug 11 21:59:18.159 INFO O| Aug 11 21:59:18.159 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5050 | 2026-08-11T21:59:19.404Z | [ recovery-image] Aug 11 21:59:18.169 INFO O| Aug 11 21:59:18.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 5051 | 2026-08-11T21:59:19.404Z | [ recovery-image] Aug 11 21:59:18.169 INFO O| Aug 11 21:59:18.169 INFO STEP 32 (remove_files) COMPLETE |
| 5052 | 2026-08-11T21:59:19.404Z | [ recovery-image] Aug 11 21:59:18.169 INFO O| Aug 11 21:59:18.169 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5053 | 2026-08-11T21:59:19.413Z | [ recovery-image] Aug 11 21:59:18.178 INFO O| Aug 11 21:59:18.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 5054 | 2026-08-11T21:59:19.413Z | [ recovery-image] Aug 11 21:59:18.178 INFO O| Aug 11 21:59:18.178 INFO STEP 33 (remove_files) COMPLETE |
| 5055 | 2026-08-11T21:59:19.413Z | [ recovery-image] Aug 11 21:59:18.178 INFO O| Aug 11 21:59:18.178 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5056 | 2026-08-11T21:59:19.422Z | [ recovery-image] Aug 11 21:59:18.187 INFO O| Aug 11 21:59:18.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 5057 | 2026-08-11T21:59:19.423Z | [ recovery-image] Aug 11 21:59:18.188 INFO O| Aug 11 21:59:18.188 INFO STEP 34 (remove_files) COMPLETE |
| 5058 | 2026-08-11T21:59:19.428Z | [ recovery-image] Aug 11 21:59:18.188 INFO O| Aug 11 21:59:18.188 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5059 | 2026-08-11T21:59:19.434Z | [ recovery-image] Aug 11 21:59:18.197 INFO O| Aug 11 21:59:18.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 5060 | 2026-08-11T21:59:19.434Z | [ recovery-image] Aug 11 21:59:18.197 INFO O| Aug 11 21:59:18.197 INFO STEP 35 (remove_files) COMPLETE |
| 5061 | 2026-08-11T21:59:19.438Z | [ recovery-image] Aug 11 21:59:18.197 INFO O| Aug 11 21:59:18.197 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5062 | 2026-08-11T21:59:19.441Z | [ recovery-image] Aug 11 21:59:18.206 INFO O| Aug 11 21:59:18.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 5063 | 2026-08-11T21:59:19.441Z | [ recovery-image] Aug 11 21:59:18.206 INFO O| Aug 11 21:59:18.206 INFO STEP 36 (remove_files) COMPLETE |
| 5064 | 2026-08-11T21:59:19.441Z | [ recovery-image] Aug 11 21:59:18.206 INFO O| Aug 11 21:59:18.206 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5065 | 2026-08-11T21:59:19.451Z | [ recovery-image] Aug 11 21:59:18.215 INFO O| Aug 11 21:59:18.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 5066 | 2026-08-11T21:59:19.451Z | [ recovery-image] Aug 11 21:59:18.215 INFO O| Aug 11 21:59:18.215 INFO STEP 37 (remove_files) COMPLETE |
| 5067 | 2026-08-11T21:59:19.451Z | [ recovery-image] Aug 11 21:59:18.215 INFO O| Aug 11 21:59:18.215 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5068 | 2026-08-11T21:59:19.459Z | [ recovery-image] Aug 11 21:59:18.224 INFO O| Aug 11 21:59:18.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 5069 | 2026-08-11T21:59:19.459Z | [ recovery-image] Aug 11 21:59:18.224 INFO O| Aug 11 21:59:18.224 INFO STEP 38 (remove_files) COMPLETE |
| 5070 | 2026-08-11T21:59:19.462Z | [ recovery-image] Aug 11 21:59:18.224 INFO O| Aug 11 21:59:18.224 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5071 | 2026-08-11T21:59:19.468Z | [ recovery-image] Aug 11 21:59:18.233 INFO O| Aug 11 21:59:18.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 5072 | 2026-08-11T21:59:19.468Z | [ recovery-image] Aug 11 21:59:18.233 INFO O| Aug 11 21:59:18.233 INFO STEP 39 (remove_files) COMPLETE |
| 5073 | 2026-08-11T21:59:19.469Z | [ recovery-image] Aug 11 21:59:18.233 INFO O| Aug 11 21:59:18.233 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5074 | 2026-08-11T21:59:19.478Z | [ recovery-image] Aug 11 21:59:18.243 INFO O| Aug 11 21:59:18.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 5075 | 2026-08-11T21:59:19.478Z | [ recovery-image] Aug 11 21:59:18.243 INFO O| Aug 11 21:59:18.243 INFO STEP 40 (remove_files) COMPLETE |
| 5076 | 2026-08-11T21:59:19.483Z | [ recovery-image] Aug 11 21:59:18.243 INFO O| Aug 11 21:59:18.243 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5077 | 2026-08-11T21:59:19.488Z | [ recovery-image] Aug 11 21:59:18.253 INFO O| Aug 11 21:59:18.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 5078 | 2026-08-11T21:59:19.488Z | [ recovery-image] Aug 11 21:59:18.253 INFO O| Aug 11 21:59:18.253 INFO STEP 41 (remove_files) COMPLETE |
| 5079 | 2026-08-11T21:59:19.492Z | [ recovery-image] Aug 11 21:59:18.253 INFO O| Aug 11 21:59:18.253 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5080 | 2026-08-11T21:59:19.498Z | [ recovery-image] Aug 11 21:59:18.262 INFO O| Aug 11 21:59:18.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 5081 | 2026-08-11T21:59:19.498Z | [ recovery-image] Aug 11 21:59:18.262 INFO O| Aug 11 21:59:18.262 INFO STEP 42 (remove_files) COMPLETE |
| 5082 | 2026-08-11T21:59:19.504Z | [ recovery-image] Aug 11 21:59:18.262 INFO O| Aug 11 21:59:18.262 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5083 | 2026-08-11T21:59:19.512Z | [ recovery-image] Aug 11 21:59:18.270 INFO O| Aug 11 21:59:18.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 5084 | 2026-08-11T21:59:19.512Z | [ recovery-image] Aug 11 21:59:18.270 INFO O| Aug 11 21:59:18.270 INFO STEP 43 (remove_files) COMPLETE |
| 5085 | 2026-08-11T21:59:19.512Z | [ recovery-image] Aug 11 21:59:18.270 INFO O| Aug 11 21:59:18.270 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5086 | 2026-08-11T21:59:19.519Z | [ recovery-image] Aug 11 21:59:18.277 INFO O| Aug 11 21:59:18.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 5087 | 2026-08-11T21:59:19.519Z | [ recovery-image] Aug 11 21:59:18.277 INFO O| Aug 11 21:59:18.277 INFO STEP 44 (remove_files) COMPLETE |
| 5088 | 2026-08-11T21:59:19.519Z | [ recovery-image] Aug 11 21:59:18.277 INFO O| Aug 11 21:59:18.277 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5089 | 2026-08-11T21:59:19.523Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5090 | 2026-08-11T21:59:19.523Z | [ recovery-image] Aug 11 21:59:18.288 INFO O| Aug 11 21:59:18.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 5091 | 2026-08-11T21:59:19.523Z | [ recovery-image] Aug 11 21:59:18.288 INFO O| Aug 11 21:59:18.288 INFO STEP 45 (remove_files) COMPLETE |
| 5092 | 2026-08-11T21:59:19.527Z | [ recovery-image] Aug 11 21:59:18.288 INFO O| Aug 11 21:59:18.288 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5093 | 2026-08-11T21:59:19.531Z | [ recovery-image] Aug 11 21:59:18.297 INFO O| Aug 11 21:59:18.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 5094 | 2026-08-11T21:59:19.532Z | [ recovery-image] Aug 11 21:59:18.297 INFO O| Aug 11 21:59:18.297 INFO STEP 46 (remove_files) COMPLETE |
| 5095 | 2026-08-11T21:59:19.535Z | [ recovery-image] Aug 11 21:59:18.297 INFO O| Aug 11 21:59:18.297 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5096 | 2026-08-11T21:59:19.541Z | [ recovery-image] Aug 11 21:59:18.306 INFO O| Aug 11 21:59:18.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 5097 | 2026-08-11T21:59:19.541Z | [ recovery-image] Aug 11 21:59:18.306 INFO O| Aug 11 21:59:18.306 INFO STEP 47 (remove_files) COMPLETE |
| 5098 | 2026-08-11T21:59:19.545Z | [ recovery-image] Aug 11 21:59:18.306 INFO O| Aug 11 21:59:18.306 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5099 | 2026-08-11T21:59:19.550Z | [ recovery-image] Aug 11 21:59:18.315 INFO O| Aug 11 21:59:18.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 5100 | 2026-08-11T21:59:19.556Z | [ recovery-image] Aug 11 21:59:18.315 INFO O| Aug 11 21:59:18.315 INFO STEP 48 (remove_files) COMPLETE |
| 5101 | 2026-08-11T21:59:19.556Z | [ recovery-image] Aug 11 21:59:18.315 INFO O| Aug 11 21:59:18.315 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5102 | 2026-08-11T21:59:19.556Z | [verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5103 | 2026-08-11T21:59:19.561Z | [ recovery-image] Aug 11 21:59:18.325 INFO O| Aug 11 21:59:18.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 5104 | 2026-08-11T21:59:19.561Z | [ recovery-image] Aug 11 21:59:18.325 INFO O| Aug 11 21:59:18.325 INFO STEP 49 (remove_files) COMPLETE |
| 5105 | 2026-08-11T21:59:19.565Z | [ recovery-image] Aug 11 21:59:18.325 INFO O| Aug 11 21:59:18.325 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5106 | 2026-08-11T21:59:19.570Z | [ recovery-image] Aug 11 21:59:18.334 INFO O| Aug 11 21:59:18.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 5107 | 2026-08-11T21:59:19.570Z | [ recovery-image] Aug 11 21:59:18.334 INFO O| Aug 11 21:59:18.334 INFO STEP 50 (remove_files) COMPLETE |
| 5108 | 2026-08-11T21:59:19.574Z | [ recovery-image] Aug 11 21:59:18.334 INFO O| Aug 11 21:59:18.334 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5109 | 2026-08-11T21:59:19.581Z | [ recovery-image] Aug 11 21:59:18.342 INFO O| Aug 11 21:59:18.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 5110 | 2026-08-11T21:59:19.581Z | [ recovery-image] Aug 11 21:59:18.342 INFO O| Aug 11 21:59:18.342 INFO STEP 51 (remove_files) COMPLETE |
| 5111 | 2026-08-11T21:59:19.581Z | [ recovery-image] Aug 11 21:59:18.342 INFO O| Aug 11 21:59:18.342 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5112 | 2026-08-11T21:59:19.587Z | [ recovery-image] Aug 11 21:59:18.350 INFO O| Aug 11 21:59:18.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 5113 | 2026-08-11T21:59:19.587Z | [ recovery-image] Aug 11 21:59:18.350 INFO O| Aug 11 21:59:18.350 INFO STEP 52 (remove_files) COMPLETE |
| 5114 | 2026-08-11T21:59:19.588Z | [ recovery-image] Aug 11 21:59:18.351 INFO O| Aug 11 21:59:18.350 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5115 | 2026-08-11T21:59:19.597Z | [ recovery-image] Aug 11 21:59:18.362 INFO O| Aug 11 21:59:18.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 5116 | 2026-08-11T21:59:19.597Z | [ recovery-image] Aug 11 21:59:18.362 INFO O| Aug 11 21:59:18.362 INFO STEP 53 (remove_files) COMPLETE |
| 5117 | 2026-08-11T21:59:19.597Z | [ recovery-image] Aug 11 21:59:18.362 INFO O| Aug 11 21:59:18.362 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5118 | 2026-08-11T21:59:19.605Z | [ recovery-image] Aug 11 21:59:18.370 INFO O| Aug 11 21:59:18.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm" |
| 5119 | 2026-08-11T21:59:19.605Z | [ recovery-image] Aug 11 21:59:18.370 INFO O| Aug 11 21:59:18.370 INFO STEP 54 (remove_files) COMPLETE |
| 5120 | 2026-08-11T21:59:19.609Z | [ recovery-image] Aug 11 21:59:18.370 INFO O| Aug 11 21:59:18.370 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5121 | 2026-08-11T21:59:19.613Z | [ recovery-image] Aug 11 21:59:18.378 INFO O| Aug 11 21:59:18.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm" |
| 5122 | 2026-08-11T21:59:19.614Z | [ recovery-image] Aug 11 21:59:18.378 INFO O| Aug 11 21:59:18.378 INFO STEP 55 (remove_files) COMPLETE |
| 5123 | 2026-08-11T21:59:19.617Z | [ recovery-image] Aug 11 21:59:18.378 INFO O| Aug 11 21:59:18.378 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5124 | 2026-08-11T21:59:19.621Z | [ recovery-image] Aug 11 21:59:18.386 INFO O| Aug 11 21:59:18.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm" |
| 5125 | 2026-08-11T21:59:19.621Z | [ recovery-image] Aug 11 21:59:18.386 INFO O| Aug 11 21:59:18.386 INFO STEP 56 (remove_files) COMPLETE |
| 5126 | 2026-08-11T21:59:19.621Z | [ recovery-image] Aug 11 21:59:18.386 INFO O| Aug 11 21:59:18.386 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5127 | 2026-08-11T21:59:19.628Z | [verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 5128 | 2026-08-11T21:59:19.631Z | [ recovery-image] Aug 11 21:59:18.394 INFO O| Aug 11 21:59:18.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm" |
| 5129 | 2026-08-11T21:59:19.631Z | [ recovery-image] Aug 11 21:59:18.394 INFO O| Aug 11 21:59:18.394 INFO STEP 57 (remove_files) COMPLETE |
| 5130 | 2026-08-11T21:59:19.631Z | [ recovery-image] Aug 11 21:59:18.394 INFO O| Aug 11 21:59:18.394 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5131 | 2026-08-11T21:59:19.637Z | [ recovery-image] Aug 11 21:59:18.402 INFO O| Aug 11 21:59:18.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar" |
| 5132 | 2026-08-11T21:59:19.638Z | [ recovery-image] Aug 11 21:59:18.402 INFO O| Aug 11 21:59:18.402 INFO STEP 58 (remove_files) COMPLETE |
| 5133 | 2026-08-11T21:59:19.638Z | [ recovery-image] Aug 11 21:59:18.402 INFO O| Aug 11 21:59:18.402 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5134 | 2026-08-11T21:59:19.647Z | [ recovery-image] Aug 11 21:59:18.411 INFO O| Aug 11 21:59:18.411 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 5135 | 2026-08-11T21:59:19.647Z | [ recovery-image] Aug 11 21:59:18.411 INFO O| Aug 11 21:59:18.411 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ... |
| 5136 | 2026-08-11T21:59:19.647Z | [ recovery-image] Aug 11 21:59:18.411 INFO O| Aug 11 21:59:18.411 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5137 | 2026-08-11T21:59:19.647Z | [ recovery-image] Aug 11 21:59:18.411 INFO O| Aug 11 21:59:18.411 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5138 | 2026-08-11T21:59:19.652Z | [ recovery-image] Aug 11 21:59:18.411 INFO O| Aug 11 21:59:18.411 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5139 | 2026-08-11T21:59:19.652Z | [ recovery-image] Aug 11 21:59:18.411 INFO O| Aug 11 21:59:18.411 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5140 | 2026-08-11T21:59:19.653Z | [ recovery-image] Aug 11 21:59:18.411 INFO O| Aug 11 21:59:18.411 INFO ok! |
| 5141 | 2026-08-11T21:59:19.653Z | [ recovery-image] Aug 11 21:59:18.411 INFO O| Aug 11 21:59:18.411 INFO STEP 59 (ensure_file) COMPLETE |
| 5142 | 2026-08-11T21:59:19.653Z | [ recovery-image] Aug 11 21:59:18.411 INFO O| Aug 11 21:59:18.411 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5143 | 2026-08-11T21:59:19.656Z | [ recovery-image] Aug 11 21:59:18.419 INFO O| Aug 11 21:59:18.419 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 5144 | 2026-08-11T21:59:19.657Z | [ recovery-image] Aug 11 21:59:18.419 INFO O| Aug 11 21:59:18.419 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 5145 | 2026-08-11T21:59:19.657Z | [ recovery-image] Aug 11 21:59:18.419 INFO O| Aug 11 21:59:18.419 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5146 | 2026-08-11T21:59:19.657Z | [ recovery-image] Aug 11 21:59:18.419 INFO O| Aug 11 21:59:18.419 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5147 | 2026-08-11T21:59:19.657Z | [ recovery-image] Aug 11 21:59:18.419 INFO O| Aug 11 21:59:18.419 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5148 | 2026-08-11T21:59:19.657Z | [ recovery-image] Aug 11 21:59:18.419 INFO O| Aug 11 21:59:18.419 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5149 | 2026-08-11T21:59:19.657Z | [ recovery-image] Aug 11 21:59:18.419 INFO O| Aug 11 21:59:18.419 INFO ok! |
| 5150 | 2026-08-11T21:59:19.657Z | [ recovery-image] Aug 11 21:59:18.419 INFO O| Aug 11 21:59:18.419 INFO STEP 60 (ensure_file) COMPLETE |
| 5151 | 2026-08-11T21:59:19.657Z | [ recovery-image] Aug 11 21:59:18.419 INFO O| Aug 11 21:59:18.419 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5152 | 2026-08-11T21:59:19.664Z | [ recovery-image] Aug 11 21:59:18.430 INFO O| Aug 11 21:59:18.430 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist |
| 5153 | 2026-08-11T21:59:19.664Z | [ recovery-image] Aug 11 21:59:18.430 INFO O| Aug 11 21:59:18.430 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ... |
| 5154 | 2026-08-11T21:59:19.665Z | [ recovery-image] Aug 11 21:59:18.430 INFO O| Aug 11 21:59:18.430 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile |
| 5155 | 2026-08-11T21:59:19.668Z | [ recovery-image] Aug 11 21:59:18.430 INFO O| Aug 11 21:59:18.430 INFO ok! |
| 5156 | 2026-08-11T21:59:19.668Z | [ recovery-image] Aug 11 21:59:18.430 INFO O| Aug 11 21:59:18.430 INFO STEP 61 (ensure_file) COMPLETE |
| 5157 | 2026-08-11T21:59:19.668Z | [ recovery-image] Aug 11 21:59:18.430 INFO O| Aug 11 21:59:18.430 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5158 | 2026-08-11T21:59:19.677Z | [ recovery-image] Aug 11 21:59:18.439 INFO O| Aug 11 21:59:18.439 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 5159 | 2026-08-11T21:59:19.677Z | [ recovery-image] Aug 11 21:59:18.439 INFO O| Aug 11 21:59:18.439 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ... |
| 5160 | 2026-08-11T21:59:19.683Z | [ recovery-image] Aug 11 21:59:18.439 INFO O| Aug 11 21:59:18.439 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc |
| 5161 | 2026-08-11T21:59:19.683Z | [ recovery-image] Aug 11 21:59:18.439 INFO O| Aug 11 21:59:18.439 INFO ok! |
| 5162 | 2026-08-11T21:59:19.683Z | [ recovery-image] Aug 11 21:59:18.439 INFO O| Aug 11 21:59:18.439 INFO STEP 62 (ensure_file) COMPLETE |
| 5163 | 2026-08-11T21:59:19.683Z | [ recovery-image] Aug 11 21:59:18.439 INFO O| Aug 11 21:59:18.439 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5164 | 2026-08-11T21:59:19.693Z | [ recovery-image] Aug 11 21:59:18.448 INFO O| Aug 11 21:59:18.448 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 5165 | 2026-08-11T21:59:19.693Z | [ recovery-image] Aug 11 21:59:18.448 INFO O| Aug 11 21:59:18.448 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ... |
| 5166 | 2026-08-11T21:59:19.693Z | [ recovery-image] Aug 11 21:59:18.448 INFO O| Aug 11 21:59:18.448 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 5167 | 2026-08-11T21:59:19.693Z | [ recovery-image] Aug 11 21:59:18.448 INFO O| Aug 11 21:59:18.448 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 5168 | 2026-08-11T21:59:19.693Z | [ recovery-image] Aug 11 21:59:18.448 INFO O| Aug 11 21:59:18.448 INFO ok! |
| 5169 | 2026-08-11T21:59:19.693Z | [ recovery-image] Aug 11 21:59:18.448 INFO O| Aug 11 21:59:18.448 INFO STEP 63 (ensure_file) COMPLETE |
| 5170 | 2026-08-11T21:59:19.693Z | [ recovery-image] Aug 11 21:59:18.448 INFO O| Aug 11 21:59:18.448 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5171 | 2026-08-11T21:59:19.698Z | [ recovery-image] Aug 11 21:59:18.457 INFO O| Aug 11 21:59:18.457 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 5172 | 2026-08-11T21:59:19.698Z | [ recovery-image] Aug 11 21:59:18.457 INFO O| Aug 11 21:59:18.457 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 5173 | 2026-08-11T21:59:19.698Z | [ recovery-image] Aug 11 21:59:18.457 INFO O| Aug 11 21:59:18.457 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 5174 | 2026-08-11T21:59:19.698Z | [ recovery-image] Aug 11 21:59:18.457 INFO O| Aug 11 21:59:18.457 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 5175 | 2026-08-11T21:59:19.698Z | [ recovery-image] Aug 11 21:59:18.457 INFO O| Aug 11 21:59:18.457 INFO ok! |
| 5176 | 2026-08-11T21:59:19.698Z | [ recovery-image] Aug 11 21:59:18.457 INFO O| Aug 11 21:59:18.457 INFO STEP 64 (ensure_file) COMPLETE |
| 5177 | 2026-08-11T21:59:19.698Z | [ recovery-image] Aug 11 21:59:18.457 INFO O| Aug 11 21:59:18.457 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5178 | 2026-08-11T21:59:19.702Z | [ recovery-image] Aug 11 21:59:18.467 INFO O| Aug 11 21:59:18.467 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 5179 | 2026-08-11T21:59:19.702Z | [ recovery-image] Aug 11 21:59:18.467 INFO O| Aug 11 21:59:18.467 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 5180 | 2026-08-11T21:59:19.702Z | [ recovery-image] Aug 11 21:59:18.467 INFO O| Aug 11 21:59:18.467 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly |
| 5181 | 2026-08-11T21:59:19.703Z | [ recovery-image] Aug 11 21:59:18.467 INFO O| Aug 11 21:59:18.467 INFO ok! |
| 5182 | 2026-08-11T21:59:19.706Z | [ recovery-image] Aug 11 21:59:18.467 INFO O| Aug 11 21:59:18.467 INFO STEP 65 (assemble_files) COMPLETE |
| 5183 | 2026-08-11T21:59:19.706Z | [ recovery-image] Aug 11 21:59:18.467 INFO O| Aug 11 21:59:18.467 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5184 | 2026-08-11T21:59:19.713Z | [ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 5185 | 2026-08-11T21:59:19.713Z | [ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ... |
| 5186 | 2026-08-11T21:59:19.713Z | [ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 5187 | 2026-08-11T21:59:19.713Z | [ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 5188 | 2026-08-11T21:59:19.713Z | [ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO ok! |
| 5189 | 2026-08-11T21:59:19.713Z | [ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO STEP 66 (ensure_file) COMPLETE |
| 5190 | 2026-08-11T21:59:19.713Z | [ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5191 | 2026-08-11T21:59:19.713Z | [ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO skip step because feature "omicron1" is not enabled |
| 5192 | 2026-08-11T21:59:19.713Z | [ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5193 | 2026-08-11T21:59:19.713Z | [ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO skip step because feature "omicron1" is not enabled |
| 5194 | 2026-08-11T21:59:19.713Z | [ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5195 | 2026-08-11T21:59:19.713Z | [ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO skip step because feature "omicron1" is not enabled |
| 5196 | 2026-08-11T21:59:19.713Z | [ recovery-image] Aug 11 21:59:18.476 INFO O| Aug 11 21:59:18.476 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5197 | 2026-08-11T21:59:19.725Z | [ recovery-image] Aug 11 21:59:18.489 INFO O| Aug 11 21:59:18.489 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal |
| 5198 | 2026-08-11T21:59:19.726Z | [ recovery-image] Aug 11 21:59:18.489 INFO O| Aug 11 21:59:18.489 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 5199 | 2026-08-11T21:59:20.254Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 5200 | 2026-08-11T21:59:20.560Z | [verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 5201 | 2026-08-11T21:59:21.038Z | [ recovery-image] Aug 11 21:59:19.801 INFO O| Aug 11 21:59:19.801 INFO STEP 70 (pack_tar) COMPLETE |
| 5202 | 2026-08-11T21:59:21.038Z | [ recovery-image] Aug 11 21:59:19.801 INFO O| Aug 11 21:59:19.801 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5203 | 2026-08-11T21:59:21.087Z | [ recovery-image] Aug 11 21:59:19.801 INFO O| Aug 11 21:59:19.801 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5204 | 2026-08-11T21:59:21.272Z | [verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 5205 | 2026-08-11T21:59:21.665Z | [ recovery-image] Aug 11 21:59:20.405 INFO O| Aug 11 21:59:20.405 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 5206 | 2026-08-11T21:59:21.709Z | [ recovery-image] Aug 11 21:59:20.472 INFO O| Aug 11 21:59:20.472 INFO completed processing sled/ramdisk-02-trim |
| 5207 | 2026-08-11T21:59:21.757Z | [ recovery-image] Aug 11 21:59:20.474 INFO image builder template: ramdisk-03-recovery-trim... |
| 5208 | 2026-08-11T21:59:21.757Z | [ recovery-image] Aug 11 21:59:20.474 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/.tmpGtRjcD/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.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None |
| 5209 | 2026-08-11T21:59:21.757Z | [ recovery-image] Aug 11 21:59:20.479 INFO O| Aug 11 21:59:20.479 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled |
| 5210 | 2026-08-11T21:59:21.801Z | [ recovery-image] Aug 11 21:59:20.555 INFO O| Aug 11 21:59:20.555 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 5211 | 2026-08-11T21:59:21.812Z | [ recovery-image] Aug 11 21:59:20.559 INFO O| Aug 11 21:59:20.559 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 5212 | 2026-08-11T21:59:21.858Z | [ recovery-image] Aug 11 21:59:20.622 INFO O| Aug 11 21:59:20.622 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled |
| 5213 | 2026-08-11T21:59:21.915Z | [ recovery-image] Aug 11 21:59:20.670 INFO O| Aug 11 21:59:20.670 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 5214 | 2026-08-11T21:59:21.915Z | [ recovery-image] Aug 11 21:59:20.670 INFO O| Aug 11 21:59:20.670 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 5215 | 2026-08-11T21:59:21.957Z | [ recovery-image] Aug 11 21:59:20.677 INFO O| Aug 11 21:59:20.677 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 5216 | 2026-08-11T21:59:21.957Z | [ recovery-image] Aug 11 21:59:20.681 INFO O| Aug 11 21:59:20.680 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5217 | 2026-08-11T21:59:21.962Z | [ recovery-image] Aug 11 21:59:20.685 INFO O| Aug 11 21:59:20.685 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5218 | 2026-08-11T21:59:22.240Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5219 | 2026-08-11T21:59:22.489Z | [ recovery-image] Aug 11 21:59:21.109 INFO O| Aug 11 21:59:21.109 INFO rolled back to input snapshot; work may begin |
| 5220 | 2026-08-11T21:59:22.489Z | [ recovery-image] Aug 11 21:59:21.109 INFO O| Aug 11 21:59:21.109 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 5221 | 2026-08-11T21:59:22.509Z | [ recovery-image] Aug 11 21:59:21.114 INFO O| Aug 11 21:59:21.114 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5222 | 2026-08-11T21:59:22.509Z | [ recovery-image] Aug 11 21:59:21.122 INFO O| Aug 11 21:59:21.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm" |
| 5223 | 2026-08-11T21:59:22.509Z | [ recovery-image] Aug 11 21:59:21.125 INFO O| Aug 11 21:59:21.124 INFO STEP 0 (remove_files) COMPLETE |
| 5224 | 2026-08-11T21:59:22.509Z | [ recovery-image] Aug 11 21:59:21.125 INFO O| Aug 11 21:59:21.124 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5225 | 2026-08-11T21:59:22.509Z | [ recovery-image] Aug 11 21:59:21.136 INFO O| Aug 11 21:59:21.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf" |
| 5226 | 2026-08-11T21:59:22.509Z | [ recovery-image] Aug 11 21:59:21.137 INFO O| Aug 11 21:59:21.137 INFO STEP 1 (remove_files) COMPLETE |
| 5227 | 2026-08-11T21:59:22.509Z | [ recovery-image] Aug 11 21:59:21.137 INFO O| Aug 11 21:59:21.137 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5228 | 2026-08-11T21:59:22.510Z | [ recovery-image] Aug 11 21:59:21.148 INFO O| Aug 11 21:59:21.148 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7" |
| 5229 | 2026-08-11T21:59:22.510Z | [ recovery-image] Aug 11 21:59:21.152 INFO O| Aug 11 21:59:21.152 INFO STEP 2 (remove_files) COMPLETE |
| 5230 | 2026-08-11T21:59:22.510Z | [ recovery-image] Aug 11 21:59:21.152 INFO O| Aug 11 21:59:21.152 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5231 | 2026-08-11T21:59:22.510Z | [ recovery-image] Aug 11 21:59:21.163 INFO O| Aug 11 21:59:21.163 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share" |
| 5232 | 2026-08-11T21:59:22.510Z | [ recovery-image] Aug 11 21:59:21.218 INFO O| Aug 11 21:59:21.217 INFO STEP 3 (remove_files) COMPLETE |
| 5233 | 2026-08-11T21:59:22.510Z | [ recovery-image] Aug 11 21:59:21.218 INFO O| Aug 11 21:59:21.217 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5234 | 2026-08-11T21:59:22.510Z | [ recovery-image] Aug 11 21:59:21.228 INFO O| Aug 11 21:59:21.228 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns" |
| 5235 | 2026-08-11T21:59:22.510Z | [ recovery-image] Aug 11 21:59:21.233 INFO O| Aug 11 21:59:21.233 INFO STEP 4 (remove_files) COMPLETE |
| 5236 | 2026-08-11T21:59:22.510Z | [ recovery-image] Aug 11 21:59:21.233 INFO O| Aug 11 21:59:21.233 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5237 | 2026-08-11T21:59:22.510Z | [ recovery-image] Aug 11 21:59:21.243 INFO O| Aug 11 21:59:21.243 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv" |
| 5238 | 2026-08-11T21:59:22.535Z | [ recovery-image] Aug 11 21:59:21.279 INFO O| Aug 11 21:59:21.279 INFO STEP 5 (remove_files) COMPLETE |
| 5239 | 2026-08-11T21:59:22.535Z | [ recovery-image] Aug 11 21:59:21.279 INFO O| Aug 11 21:59:21.279 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5240 | 2026-08-11T21:59:22.549Z | [ recovery-image] Aug 11 21:59:21.289 INFO O| Aug 11 21:59:21.289 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale" |
| 5241 | 2026-08-11T21:59:22.549Z | [ recovery-image] Aug 11 21:59:21.298 INFO O| Aug 11 21:59:21.298 INFO STEP 6 (remove_files) COMPLETE |
| 5242 | 2026-08-11T21:59:22.549Z | [ recovery-image] Aug 11 21:59:21.299 INFO O| Aug 11 21:59:21.298 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5243 | 2026-08-11T21:59:22.555Z | [ recovery-image] Aug 11 21:59:21.310 INFO O| Aug 11 21:59:21.310 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps" |
| 5244 | 2026-08-11T21:59:22.555Z | [ recovery-image] Aug 11 21:59:21.312 INFO O| Aug 11 21:59:21.312 INFO STEP 7 (remove_files) COMPLETE |
| 5245 | 2026-08-11T21:59:22.555Z | [ recovery-image] Aug 11 21:59:21.312 INFO O| Aug 11 21:59:21.312 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5246 | 2026-08-11T21:59:22.569Z | [ recovery-image] Aug 11 21:59:21.324 INFO O| Aug 11 21:59:21.324 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig" |
| 5247 | 2026-08-11T21:59:22.573Z | [ recovery-image] Aug 11 21:59:21.326 INFO O| Aug 11 21:59:21.326 INFO STEP 8 (remove_files) COMPLETE |
| 5248 | 2026-08-11T21:59:22.573Z | [ recovery-image] Aug 11 21:59:21.326 INFO O| Aug 11 21:59:21.326 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5249 | 2026-08-11T21:59:22.578Z | [ recovery-image] Aug 11 21:59:21.338 INFO O| Aug 11 21:59:21.338 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi" |
| 5250 | 2026-08-11T21:59:22.581Z | [ recovery-image] Aug 11 21:59:21.343 INFO O| Aug 11 21:59:21.343 INFO STEP 9 (remove_files) COMPLETE |
| 5251 | 2026-08-11T21:59:22.581Z | [ recovery-image] Aug 11 21:59:21.343 INFO O| Aug 11 21:59:21.343 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5252 | 2026-08-11T21:59:22.595Z | [ recovery-image] Aug 11 21:59:21.360 INFO O| Aug 11 21:59:21.360 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs" |
| 5253 | 2026-08-11T21:59:22.606Z | [ recovery-image] Aug 11 21:59:21.365 INFO O| Aug 11 21:59:21.365 INFO STEP 10 (remove_files) COMPLETE |
| 5254 | 2026-08-11T21:59:22.606Z | [ recovery-image] Aug 11 21:59:21.365 INFO O| Aug 11 21:59:21.365 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5255 | 2026-08-11T21:59:22.614Z | [ recovery-image] Aug 11 21:59:21.378 INFO O| Aug 11 21:59:21.378 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv" |
| 5256 | 2026-08-11T21:59:22.618Z | [ recovery-image] Aug 11 21:59:21.382 INFO O| Aug 11 21:59:21.382 INFO STEP 11 (remove_files) COMPLETE |
| 5257 | 2026-08-11T21:59:22.618Z | [ recovery-image] Aug 11 21:59:21.383 INFO O| Aug 11 21:59:21.382 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5258 | 2026-08-11T21:59:22.631Z | [ recovery-image] Aug 11 21:59:21.396 INFO O| Aug 11 21:59:21.396 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5" |
| 5259 | 2026-08-11T21:59:22.638Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 5260 | 2026-08-11T21:59:22.792Z | [ recovery-image] Aug 11 21:59:21.533 INFO O| Aug 11 21:59:21.533 INFO STEP 12 (remove_files) COMPLETE |
| 5261 | 2026-08-11T21:59:22.793Z | [ recovery-image] Aug 11 21:59:21.533 INFO O| Aug 11 21:59:21.533 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5262 | 2026-08-11T21:59:22.806Z | [ recovery-image] Aug 11 21:59:21.558 INFO O| Aug 11 21:59:21.558 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash" |
| 5263 | 2026-08-11T21:59:22.810Z | [ recovery-image] Aug 11 21:59:21.565 INFO O| Aug 11 21:59:21.565 INFO STEP 13 (remove_files) COMPLETE |
| 5264 | 2026-08-11T21:59:22.810Z | [ recovery-image] Aug 11 21:59:21.566 INFO O| Aug 11 21:59:21.565 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5265 | 2026-08-11T21:59:22.813Z | [ recovery-image] Aug 11 21:59:21.576 INFO O| Aug 11 21:59:21.576 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve" |
| 5266 | 2026-08-11T21:59:22.820Z | [ recovery-image] Aug 11 21:59:21.584 INFO O| Aug 11 21:59:21.584 INFO STEP 14 (remove_files) COMPLETE |
| 5267 | 2026-08-11T21:59:22.820Z | [ recovery-image] Aug 11 21:59:21.584 INFO O| Aug 11 21:59:21.584 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5268 | 2026-08-11T21:59:22.826Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5269 | 2026-08-11T21:59:22.830Z | [ recovery-image] Aug 11 21:59:21.595 INFO O| Aug 11 21:59:21.595 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs" |
| 5270 | 2026-08-11T21:59:22.833Z | [ recovery-image] Aug 11 21:59:21.595 INFO O| Aug 11 21:59:21.595 INFO STEP 15 (remove_files) COMPLETE |
| 5271 | 2026-08-11T21:59:22.833Z | [ recovery-image] Aug 11 21:59:21.595 INFO O| Aug 11 21:59:21.595 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5272 | 2026-08-11T21:59:22.851Z | [ recovery-image] Aug 11 21:59:21.606 INFO O| Aug 11 21:59:21.605 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons" |
| 5273 | 2026-08-11T21:59:22.851Z | [ recovery-image] Aug 11 21:59:21.606 INFO O| Aug 11 21:59:21.606 INFO STEP 16 (remove_files) COMPLETE |
| 5274 | 2026-08-11T21:59:22.860Z | [ recovery-image] Aug 11 21:59:21.606 INFO O| Aug 11 21:59:21.606 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5275 | 2026-08-11T21:59:22.860Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 5276 | 2026-08-11T21:59:22.860Z | [ recovery-image] Aug 11 21:59:21.618 INFO O| Aug 11 21:59:21.618 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale" |
| 5277 | 2026-08-11T21:59:22.873Z | [ recovery-image] Aug 11 21:59:21.627 INFO O| Aug 11 21:59:21.627 INFO STEP 17 (remove_files) COMPLETE |
| 5278 | 2026-08-11T21:59:22.874Z | [ recovery-image] Aug 11 21:59:21.627 INFO O| Aug 11 21:59:21.627 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5279 | 2026-08-11T21:59:22.877Z | [ recovery-image] Aug 11 21:59:21.640 INFO O| Aug 11 21:59:21.640 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src" |
| 5280 | 2026-08-11T21:59:22.878Z | [ recovery-image] Aug 11 21:59:21.640 INFO O| Aug 11 21:59:21.640 INFO STEP 18 (remove_files) COMPLETE |
| 5281 | 2026-08-11T21:59:22.878Z | [ recovery-image] Aug 11 21:59:21.640 INFO O| Aug 11 21:59:21.640 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5282 | 2026-08-11T21:59:22.902Z | [ recovery-image] Aug 11 21:59:21.659 INFO O| Aug 11 21:59:21.659 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo" |
| 5283 | 2026-08-11T21:59:22.902Z | [ recovery-image] Aug 11 21:59:21.659 INFO O| Aug 11 21:59:21.659 INFO STEP 19 (remove_files) COMPLETE |
| 5284 | 2026-08-11T21:59:22.902Z | [ recovery-image] Aug 11 21:59:21.659 INFO O| Aug 11 21:59:21.659 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5285 | 2026-08-11T21:59:22.932Z | [ recovery-image] Aug 11 21:59:21.681 INFO O| Aug 11 21:59:21.681 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim" |
| 5286 | 2026-08-11T21:59:22.987Z | [ recovery-image] Aug 11 21:59:21.738 INFO O| Aug 11 21:59:21.738 INFO STEP 20 (remove_files) COMPLETE |
| 5287 | 2026-08-11T21:59:22.987Z | [ recovery-image] Aug 11 21:59:21.739 INFO O| Aug 11 21:59:21.739 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5288 | 2026-08-11T21:59:23.016Z | [ recovery-image] Aug 11 21:59:21.763 INFO O| Aug 11 21:59:21.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml" |
| 5289 | 2026-08-11T21:59:23.026Z | [ recovery-image] Aug 11 21:59:21.772 INFO O| Aug 11 21:59:21.772 INFO STEP 21 (remove_files) COMPLETE |
| 5290 | 2026-08-11T21:59:23.026Z | [ recovery-image] Aug 11 21:59:21.772 INFO O| Aug 11 21:59:21.772 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5291 | 2026-08-11T21:59:23.026Z | [ recovery-image] Aug 11 21:59:21.783 INFO O| Aug 11 21:59:21.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml" |
| 5292 | 2026-08-11T21:59:23.026Z | [ recovery-image] Aug 11 21:59:21.783 INFO O| Aug 11 21:59:21.783 INFO STEP 22 (remove_files) COMPLETE |
| 5293 | 2026-08-11T21:59:23.026Z | [ recovery-image] Aug 11 21:59:21.783 INFO O| Aug 11 21:59:21.783 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5294 | 2026-08-11T21:59:23.036Z | [ recovery-image] Aug 11 21:59:21.794 INFO O| Aug 11 21:59:21.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb" |
| 5295 | 2026-08-11T21:59:23.047Z | [ recovery-image] Aug 11 21:59:21.796 INFO O| Aug 11 21:59:21.796 INFO STEP 23 (remove_files) COMPLETE |
| 5296 | 2026-08-11T21:59:23.047Z | [ recovery-image] Aug 11 21:59:21.796 INFO O| Aug 11 21:59:21.796 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5297 | 2026-08-11T21:59:23.067Z | [ recovery-image] Aug 11 21:59:21.807 INFO O| Aug 11 21:59:21.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec" |
| 5298 | 2026-08-11T21:59:23.068Z | [ recovery-image] Aug 11 21:59:21.807 INFO O| Aug 11 21:59:21.807 INFO STEP 24 (remove_files) COMPLETE |
| 5299 | 2026-08-11T21:59:23.068Z | [ recovery-image] Aug 11 21:59:21.807 INFO O| Aug 11 21:59:21.807 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5300 | 2026-08-11T21:59:23.092Z | [ recovery-image] Aug 11 21:59:21.818 INFO O| Aug 11 21:59:21.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap" |
| 5301 | 2026-08-11T21:59:23.092Z | [verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 5302 | 2026-08-11T21:59:23.092Z | [ recovery-image] Aug 11 21:59:21.822 INFO O| Aug 11 21:59:21.822 INFO STEP 25 (remove_files) COMPLETE |
| 5303 | 2026-08-11T21:59:23.092Z | [ recovery-image] Aug 11 21:59:21.822 INFO O| Aug 11 21:59:21.822 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5304 | 2026-08-11T21:59:23.092Z | [ recovery-image] Aug 11 21:59:21.832 INFO O| Aug 11 21:59:21.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias" |
| 5305 | 2026-08-11T21:59:23.092Z | [ recovery-image] Aug 11 21:59:21.834 INFO O| Aug 11 21:59:21.834 INFO STEP 26 (remove_files) COMPLETE |
| 5306 | 2026-08-11T21:59:23.093Z | [ recovery-image] Aug 11 21:59:21.834 INFO O| Aug 11 21:59:21.834 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5307 | 2026-08-11T21:59:23.118Z | [ recovery-image] Aug 11 21:59:21.846 INFO O| Aug 11 21:59:21.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb" |
| 5308 | 2026-08-11T21:59:23.118Z | [ recovery-image] Aug 11 21:59:21.847 INFO O| Aug 11 21:59:21.847 INFO STEP 27 (remove_files) COMPLETE |
| 5309 | 2026-08-11T21:59:23.118Z | [ recovery-image] Aug 11 21:59:21.847 INFO O| Aug 11 21:59:21.847 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5310 | 2026-08-11T21:59:23.148Z | [ recovery-image] Aug 11 21:59:21.864 INFO O| Aug 11 21:59:21.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt" |
| 5311 | 2026-08-11T21:59:23.148Z | [ recovery-image] Aug 11 21:59:21.864 INFO O| Aug 11 21:59:21.864 INFO STEP 28 (remove_files) COMPLETE |
| 5312 | 2026-08-11T21:59:23.148Z | [ recovery-image] Aug 11 21:59:21.864 INFO O| Aug 11 21:59:21.864 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5313 | 2026-08-11T21:59:23.148Z | [ recovery-image] Aug 11 21:59:21.875 INFO O| Aug 11 21:59:21.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle" |
| 5314 | 2026-08-11T21:59:23.149Z | [ recovery-image] Aug 11 21:59:21.875 INFO O| Aug 11 21:59:21.875 INFO STEP 29 (remove_files) COMPLETE |
| 5315 | 2026-08-11T21:59:23.149Z | [ recovery-image] Aug 11 21:59:21.875 INFO O| Aug 11 21:59:21.875 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5316 | 2026-08-11T21:59:23.178Z | [ recovery-image] Aug 11 21:59:21.886 INFO O| Aug 11 21:59:21.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl" |
| 5317 | 2026-08-11T21:59:23.178Z | [ recovery-image] Aug 11 21:59:21.886 INFO O| Aug 11 21:59:21.886 INFO STEP 30 (remove_files) COMPLETE |
| 5318 | 2026-08-11T21:59:23.178Z | [ recovery-image] Aug 11 21:59:21.886 INFO O| Aug 11 21:59:21.886 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5319 | 2026-08-11T21:59:23.178Z | [ recovery-image] Aug 11 21:59:21.894 INFO O| Aug 11 21:59:21.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config" |
| 5320 | 2026-08-11T21:59:23.178Z | [ recovery-image] Aug 11 21:59:21.894 INFO O| Aug 11 21:59:21.894 INFO STEP 31 (remove_files) COMPLETE |
| 5321 | 2026-08-11T21:59:23.178Z | [ recovery-image] Aug 11 21:59:21.894 INFO O| Aug 11 21:59:21.894 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5322 | 2026-08-11T21:59:23.178Z | [ recovery-image] Aug 11 21:59:21.902 INFO O| Aug 11 21:59:21.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt" |
| 5323 | 2026-08-11T21:59:23.178Z | [ recovery-image] Aug 11 21:59:21.904 INFO O| Aug 11 21:59:21.904 INFO STEP 32 (remove_files) COMPLETE |
| 5324 | 2026-08-11T21:59:23.178Z | [ recovery-image] Aug 11 21:59:21.904 INFO O| Aug 11 21:59:21.904 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5325 | 2026-08-11T21:59:23.178Z | [ recovery-image] Aug 11 21:59:21.912 INFO O| Aug 11 21:59:21.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest" |
| 5326 | 2026-08-11T21:59:23.178Z | [ recovery-image] Aug 11 21:59:21.912 INFO O| Aug 11 21:59:21.912 INFO STEP 33 (remove_files) COMPLETE |
| 5327 | 2026-08-11T21:59:23.178Z | [ recovery-image] Aug 11 21:59:21.912 INFO O| Aug 11 21:59:21.912 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5328 | 2026-08-11T21:59:23.193Z | [ recovery-image] Aug 11 21:59:21.920 INFO O| Aug 11 21:59:21.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap" |
| 5329 | 2026-08-11T21:59:23.193Z | [ recovery-image] Aug 11 21:59:21.927 INFO O| Aug 11 21:59:21.927 INFO STEP 34 (remove_files) COMPLETE |
| 5330 | 2026-08-11T21:59:23.193Z | [ recovery-image] Aug 11 21:59:21.927 INFO O| Aug 11 21:59:21.927 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5331 | 2026-08-11T21:59:23.193Z | [ recovery-image] Aug 11 21:59:21.944 INFO O| Aug 11 21:59:21.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt" |
| 5332 | 2026-08-11T21:59:23.193Z | [ recovery-image] Aug 11 21:59:21.944 INFO O| Aug 11 21:59:21.944 INFO STEP 35 (remove_files) COMPLETE |
| 5333 | 2026-08-11T21:59:23.193Z | [ recovery-image] Aug 11 21:59:21.944 INFO O| Aug 11 21:59:21.944 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5334 | 2026-08-11T21:59:23.202Z | [verify-libraries] Compiling ssh-key v0.7.0-rc.11 |
| 5335 | 2026-08-11T21:59:23.202Z | [ recovery-image] Aug 11 21:59:21.961 INFO O| Aug 11 21:59:21.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear" |
| 5336 | 2026-08-11T21:59:23.202Z | [ recovery-image] Aug 11 21:59:21.962 INFO O| Aug 11 21:59:21.962 INFO STEP 36 (remove_files) COMPLETE |
| 5337 | 2026-08-11T21:59:23.203Z | [ recovery-image] Aug 11 21:59:21.962 INFO O| Aug 11 21:59:21.962 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5338 | 2026-08-11T21:59:23.216Z | [ recovery-image] Aug 11 21:59:21.973 INFO O| Aug 11 21:59:21.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp" |
| 5339 | 2026-08-11T21:59:23.216Z | [ recovery-image] Aug 11 21:59:21.973 INFO O| Aug 11 21:59:21.973 INFO STEP 37 (remove_files) COMPLETE |
| 5340 | 2026-08-11T21:59:23.216Z | [ recovery-image] Aug 11 21:59:21.973 INFO O| Aug 11 21:59:21.973 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5341 | 2026-08-11T21:59:23.220Z | [ recovery-image] Aug 11 21:59:21.983 INFO O| Aug 11 21:59:21.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs" |
| 5342 | 2026-08-11T21:59:23.220Z | [ recovery-image] Aug 11 21:59:21.983 INFO O| Aug 11 21:59:21.983 INFO STEP 38 (remove_files) COMPLETE |
| 5343 | 2026-08-11T21:59:23.220Z | [ recovery-image] Aug 11 21:59:21.983 INFO O| Aug 11 21:59:21.983 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5344 | 2026-08-11T21:59:23.237Z | [ recovery-image] Aug 11 21:59:22.002 INFO O| Aug 11 21:59:22.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic" |
| 5345 | 2026-08-11T21:59:23.238Z | [ recovery-image] Aug 11 21:59:22.002 INFO O| Aug 11 21:59:22.002 INFO STEP 39 (remove_files) COMPLETE |
| 5346 | 2026-08-11T21:59:23.247Z | [ recovery-image] Aug 11 21:59:22.002 INFO O| Aug 11 21:59:22.002 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5347 | 2026-08-11T21:59:23.260Z | [ recovery-image] Aug 11 21:59:22.018 INFO O| Aug 11 21:59:22.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe" |
| 5348 | 2026-08-11T21:59:23.260Z | [ recovery-image] Aug 11 21:59:22.018 INFO O| Aug 11 21:59:22.018 INFO STEP 40 (remove_files) COMPLETE |
| 5349 | 2026-08-11T21:59:23.260Z | [ recovery-image] Aug 11 21:59:22.018 INFO O| Aug 11 21:59:22.018 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5350 | 2026-08-11T21:59:23.271Z | [ recovery-image] Aug 11 21:59:22.034 INFO O| Aug 11 21:59:22.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput" |
| 5351 | 2026-08-11T21:59:23.271Z | [ recovery-image] Aug 11 21:59:22.034 INFO O| Aug 11 21:59:22.034 INFO STEP 41 (remove_files) COMPLETE |
| 5352 | 2026-08-11T21:59:23.271Z | [ recovery-image] Aug 11 21:59:22.034 INFO O| Aug 11 21:59:22.034 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5353 | 2026-08-11T21:59:23.295Z | [ recovery-image] Aug 11 21:59:22.046 INFO O| Aug 11 21:59:22.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset" |
| 5354 | 2026-08-11T21:59:23.295Z | [ recovery-image] Aug 11 21:59:22.046 INFO O| Aug 11 21:59:22.046 INFO STEP 42 (remove_files) COMPLETE |
| 5355 | 2026-08-11T21:59:23.295Z | [ recovery-image] Aug 11 21:59:22.046 INFO O| Aug 11 21:59:22.046 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5356 | 2026-08-11T21:59:23.300Z | [ recovery-image] Aug 11 21:59:22.058 INFO O| Aug 11 21:59:22.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn" |
| 5357 | 2026-08-11T21:59:23.300Z | [ recovery-image] Aug 11 21:59:22.058 INFO O| Aug 11 21:59:22.058 INFO STEP 43 (remove_files) COMPLETE |
| 5358 | 2026-08-11T21:59:23.300Z | [ recovery-image] Aug 11 21:59:22.058 INFO O| Aug 11 21:59:22.058 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5359 | 2026-08-11T21:59:23.306Z | [ recovery-image] Aug 11 21:59:22.068 INFO O| Aug 11 21:59:22.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93" |
| 5360 | 2026-08-11T21:59:23.306Z | [ recovery-image] Aug 11 21:59:22.068 INFO O| Aug 11 21:59:22.068 INFO STEP 44 (remove_files) COMPLETE |
| 5361 | 2026-08-11T21:59:23.306Z | [ recovery-image] Aug 11 21:59:22.068 INFO O| Aug 11 21:59:22.068 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5362 | 2026-08-11T21:59:23.333Z | [ recovery-image] Aug 11 21:59:22.078 INFO O| Aug 11 21:59:22.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls" |
| 5363 | 2026-08-11T21:59:23.333Z | [ recovery-image] Aug 11 21:59:22.078 INFO O| Aug 11 21:59:22.078 INFO STEP 45 (remove_files) COMPLETE |
| 5364 | 2026-08-11T21:59:23.333Z | [ recovery-image] Aug 11 21:59:22.078 INFO O| Aug 11 21:59:22.078 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5365 | 2026-08-11T21:59:23.339Z | [ recovery-image] Aug 11 21:59:22.089 INFO O| Aug 11 21:59:22.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac" |
| 5366 | 2026-08-11T21:59:23.339Z | [ recovery-image] Aug 11 21:59:22.089 INFO O| Aug 11 21:59:22.089 INFO STEP 46 (remove_files) COMPLETE |
| 5367 | 2026-08-11T21:59:23.339Z | [ recovery-image] Aug 11 21:59:22.089 INFO O| Aug 11 21:59:22.089 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5368 | 2026-08-11T21:59:23.339Z | [ recovery-image] Aug 11 21:59:22.099 INFO O| Aug 11 21:59:22.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe" |
| 5369 | 2026-08-11T21:59:23.339Z | [ recovery-image] Aug 11 21:59:22.099 INFO O| Aug 11 21:59:22.099 INFO STEP 47 (remove_files) COMPLETE |
| 5370 | 2026-08-11T21:59:23.339Z | [ recovery-image] Aug 11 21:59:22.099 INFO O| Aug 11 21:59:22.099 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5371 | 2026-08-11T21:59:23.374Z | [ recovery-image] Aug 11 21:59:22.110 INFO O| Aug 11 21:59:22.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config" |
| 5372 | 2026-08-11T21:59:23.374Z | [ recovery-image] Aug 11 21:59:22.110 INFO O| Aug 11 21:59:22.110 INFO STEP 48 (remove_files) COMPLETE |
| 5373 | 2026-08-11T21:59:23.374Z | [ recovery-image] Aug 11 21:59:22.110 INFO O| Aug 11 21:59:22.110 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5374 | 2026-08-11T21:59:23.383Z | [ recovery-image] Aug 11 21:59:22.119 INFO O| Aug 11 21:59:22.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask" |
| 5375 | 2026-08-11T21:59:23.383Z | [ recovery-image] Aug 11 21:59:22.119 INFO O| Aug 11 21:59:22.119 INFO STEP 49 (remove_files) COMPLETE |
| 5376 | 2026-08-11T21:59:23.383Z | [ recovery-image] Aug 11 21:59:22.119 INFO O| Aug 11 21:59:22.119 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5377 | 2026-08-11T21:59:23.383Z | [ recovery-image] Aug 11 21:59:22.130 INFO O| Aug 11 21:59:22.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup" |
| 5378 | 2026-08-11T21:59:23.384Z | [ recovery-image] Aug 11 21:59:22.130 INFO O| Aug 11 21:59:22.130 INFO STEP 50 (remove_files) COMPLETE |
| 5379 | 2026-08-11T21:59:23.384Z | [ recovery-image] Aug 11 21:59:22.130 INFO O| Aug 11 21:59:22.130 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5380 | 2026-08-11T21:59:23.384Z | [ recovery-image] Aug 11 21:59:22.139 INFO O| Aug 11 21:59:22.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs" |
| 5381 | 2026-08-11T21:59:23.384Z | [ recovery-image] Aug 11 21:59:22.139 INFO O| Aug 11 21:59:22.139 INFO STEP 51 (remove_files) COMPLETE |
| 5382 | 2026-08-11T21:59:23.384Z | [ recovery-image] Aug 11 21:59:22.139 INFO O| Aug 11 21:59:22.139 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5383 | 2026-08-11T21:59:23.387Z | [ recovery-image] Aug 11 21:59:22.149 INFO O| Aug 11 21:59:22.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv" |
| 5384 | 2026-08-11T21:59:23.387Z | [ recovery-image] Aug 11 21:59:22.149 INFO O| Aug 11 21:59:22.149 INFO STEP 52 (remove_files) COMPLETE |
| 5385 | 2026-08-11T21:59:23.387Z | [ recovery-image] Aug 11 21:59:22.149 INFO O| Aug 11 21:59:22.149 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5386 | 2026-08-11T21:59:23.394Z | [ recovery-image] Aug 11 21:59:22.158 INFO O| Aug 11 21:59:22.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config" |
| 5387 | 2026-08-11T21:59:23.399Z | [ recovery-image] Aug 11 21:59:22.159 INFO O| Aug 11 21:59:22.159 INFO STEP 53 (remove_files) COMPLETE |
| 5388 | 2026-08-11T21:59:23.399Z | [ recovery-image] Aug 11 21:59:22.159 INFO O| Aug 11 21:59:22.159 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5389 | 2026-08-11T21:59:23.399Z | [verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 5390 | 2026-08-11T21:59:23.407Z | [ recovery-image] Aug 11 21:59:22.170 INFO O| Aug 11 21:59:22.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config" |
| 5391 | 2026-08-11T21:59:23.407Z | [ recovery-image] Aug 11 21:59:22.170 INFO O| Aug 11 21:59:22.170 INFO STEP 54 (remove_files) COMPLETE |
| 5392 | 2026-08-11T21:59:23.420Z | [ recovery-image] Aug 11 21:59:22.170 INFO O| Aug 11 21:59:22.170 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5393 | 2026-08-11T21:59:23.427Z | [ recovery-image] Aug 11 21:59:22.180 INFO O| Aug 11 21:59:22.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config" |
| 5394 | 2026-08-11T21:59:23.427Z | [ recovery-image] Aug 11 21:59:22.180 INFO O| Aug 11 21:59:22.180 INFO STEP 55 (remove_files) COMPLETE |
| 5395 | 2026-08-11T21:59:23.427Z | [ recovery-image] Aug 11 21:59:22.180 INFO O| Aug 11 21:59:22.180 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5396 | 2026-08-11T21:59:23.479Z | [ recovery-image] Aug 11 21:59:22.190 INFO O| Aug 11 21:59:22.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred" |
| 5397 | 2026-08-11T21:59:23.479Z | [ recovery-image] Aug 11 21:59:22.190 INFO O| Aug 11 21:59:22.190 INFO STEP 56 (remove_files) COMPLETE |
| 5398 | 2026-08-11T21:59:23.479Z | [ recovery-image] Aug 11 21:59:22.190 INFO O| Aug 11 21:59:22.190 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5399 | 2026-08-11T21:59:23.503Z | [ recovery-image] Aug 11 21:59:22.199 INFO O| Aug 11 21:59:22.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep" |
| 5400 | 2026-08-11T21:59:23.503Z | [ recovery-image] Aug 11 21:59:22.199 INFO O| Aug 11 21:59:22.199 INFO STEP 57 (remove_files) COMPLETE |
| 5401 | 2026-08-11T21:59:23.503Z | [ recovery-image] Aug 11 21:59:22.199 INFO O| Aug 11 21:59:22.199 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5402 | 2026-08-11T21:59:23.503Z | [ recovery-image] Aug 11 21:59:22.207 INFO O| Aug 11 21:59:22.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest" |
| 5403 | 2026-08-11T21:59:23.503Z | [ recovery-image] Aug 11 21:59:22.207 INFO O| Aug 11 21:59:22.207 INFO STEP 58 (remove_files) COMPLETE |
| 5404 | 2026-08-11T21:59:23.503Z | [ recovery-image] Aug 11 21:59:22.207 INFO O| Aug 11 21:59:22.207 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5405 | 2026-08-11T21:59:23.503Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 5406 | 2026-08-11T21:59:23.503Z | [ recovery-image] Aug 11 21:59:22.214 INFO O| Aug 11 21:59:22.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv" |
| 5407 | 2026-08-11T21:59:23.504Z | [ recovery-image] Aug 11 21:59:22.215 INFO O| Aug 11 21:59:22.214 INFO STEP 59 (remove_files) COMPLETE |
| 5408 | 2026-08-11T21:59:23.504Z | [ recovery-image] Aug 11 21:59:22.215 INFO O| Aug 11 21:59:22.215 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5409 | 2026-08-11T21:59:23.504Z | [ recovery-image] Aug 11 21:59:22.224 INFO O| Aug 11 21:59:22.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles" |
| 5410 | 2026-08-11T21:59:23.504Z | [ recovery-image] Aug 11 21:59:22.225 INFO O| Aug 11 21:59:22.225 INFO STEP 60 (remove_files) COMPLETE |
| 5411 | 2026-08-11T21:59:23.504Z | [ recovery-image] Aug 11 21:59:22.225 INFO O| Aug 11 21:59:22.225 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5412 | 2026-08-11T21:59:23.504Z | [ recovery-image] Aug 11 21:59:22.234 INFO O| Aug 11 21:59:22.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags" |
| 5413 | 2026-08-11T21:59:23.504Z | [ recovery-image] Aug 11 21:59:22.234 INFO O| Aug 11 21:59:22.234 INFO STEP 61 (remove_files) COMPLETE |
| 5414 | 2026-08-11T21:59:23.504Z | [ recovery-image] Aug 11 21:59:22.234 INFO O| Aug 11 21:59:22.234 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5415 | 2026-08-11T21:59:23.504Z | [ recovery-image] Aug 11 21:59:22.244 INFO O| Aug 11 21:59:22.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd" |
| 5416 | 2026-08-11T21:59:23.504Z | [ recovery-image] Aug 11 21:59:22.244 INFO O| Aug 11 21:59:22.244 INFO STEP 62 (remove_files) COMPLETE |
| 5417 | 2026-08-11T21:59:23.504Z | [ recovery-image] Aug 11 21:59:22.244 INFO O| Aug 11 21:59:22.244 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5418 | 2026-08-11T21:59:23.504Z | [ recovery-image] Aug 11 21:59:22.253 INFO O| Aug 11 21:59:22.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp" |
| 5419 | 2026-08-11T21:59:23.504Z | [ recovery-image] Aug 11 21:59:22.253 INFO O| Aug 11 21:59:22.253 INFO STEP 63 (remove_files) COMPLETE |
| 5420 | 2026-08-11T21:59:23.504Z | [ recovery-image] Aug 11 21:59:22.253 INFO O| Aug 11 21:59:22.253 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5421 | 2026-08-11T21:59:23.513Z | [ recovery-image] Aug 11 21:59:22.263 INFO O| Aug 11 21:59:22.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit" |
| 5422 | 2026-08-11T21:59:23.513Z | [ recovery-image] Aug 11 21:59:22.263 INFO O| Aug 11 21:59:22.263 INFO STEP 64 (remove_files) COMPLETE |
| 5423 | 2026-08-11T21:59:23.513Z | [ recovery-image] Aug 11 21:59:22.263 INFO O| Aug 11 21:59:22.263 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5424 | 2026-08-11T21:59:23.513Z | [ recovery-image] Aug 11 21:59:22.272 INFO O| Aug 11 21:59:22.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise" |
| 5425 | 2026-08-11T21:59:23.513Z | [ recovery-image] Aug 11 21:59:22.272 INFO O| Aug 11 21:59:22.272 INFO STEP 65 (remove_files) COMPLETE |
| 5426 | 2026-08-11T21:59:23.513Z | [ recovery-image] Aug 11 21:59:22.272 INFO O| Aug 11 21:59:22.272 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5427 | 2026-08-11T21:59:23.522Z | [ recovery-image] Aug 11 21:59:22.282 INFO O| Aug 11 21:59:22.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap" |
| 5428 | 2026-08-11T21:59:23.522Z | [ recovery-image] Aug 11 21:59:22.282 INFO O| Aug 11 21:59:22.282 INFO STEP 66 (remove_files) COMPLETE |
| 5429 | 2026-08-11T21:59:23.531Z | [ recovery-image] Aug 11 21:59:22.282 INFO O| Aug 11 21:59:22.282 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5430 | 2026-08-11T21:59:23.531Z | [ recovery-image] Aug 11 21:59:22.291 INFO O| Aug 11 21:59:22.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz" |
| 5431 | 2026-08-11T21:59:23.531Z | [ recovery-image] Aug 11 21:59:22.291 INFO O| Aug 11 21:59:22.291 INFO STEP 67 (remove_files) COMPLETE |
| 5432 | 2026-08-11T21:59:23.531Z | [ recovery-image] Aug 11 21:59:22.291 INFO O| Aug 11 21:59:22.291 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5433 | 2026-08-11T21:59:23.539Z | [ recovery-image] Aug 11 21:59:22.301 INFO O| Aug 11 21:59:22.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv" |
| 5434 | 2026-08-11T21:59:23.539Z | [ recovery-image] Aug 11 21:59:22.301 INFO O| Aug 11 21:59:22.301 INFO STEP 68 (remove_files) COMPLETE |
| 5435 | 2026-08-11T21:59:23.543Z | [ recovery-image] Aug 11 21:59:22.301 INFO O| Aug 11 21:59:22.301 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5436 | 2026-08-11T21:59:23.547Z | [ recovery-image] Aug 11 21:59:22.311 INFO O| Aug 11 21:59:22.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl" |
| 5437 | 2026-08-11T21:59:23.547Z | [ recovery-image] Aug 11 21:59:22.311 INFO O| Aug 11 21:59:22.311 INFO STEP 69 (remove_files) COMPLETE |
| 5438 | 2026-08-11T21:59:23.547Z | [ recovery-image] Aug 11 21:59:22.311 INFO O| Aug 11 21:59:22.311 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5439 | 2026-08-11T21:59:23.563Z | [ recovery-image] Aug 11 21:59:22.328 INFO O| Aug 11 21:59:22.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap" |
| 5440 | 2026-08-11T21:59:23.563Z | [ recovery-image] Aug 11 21:59:22.328 INFO O| Aug 11 21:59:22.328 INFO STEP 70 (remove_files) COMPLETE |
| 5441 | 2026-08-11T21:59:23.563Z | [ recovery-image] Aug 11 21:59:22.328 INFO O| Aug 11 21:59:22.328 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5442 | 2026-08-11T21:59:23.571Z | [ recovery-image] Aug 11 21:59:22.337 INFO O| Aug 11 21:59:22.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat" |
| 5443 | 2026-08-11T21:59:23.571Z | [ recovery-image] Aug 11 21:59:22.337 INFO O| Aug 11 21:59:22.337 INFO STEP 71 (remove_files) COMPLETE |
| 5444 | 2026-08-11T21:59:23.575Z | [ recovery-image] Aug 11 21:59:22.337 INFO O| Aug 11 21:59:22.337 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5445 | 2026-08-11T21:59:23.583Z | [ recovery-image] Aug 11 21:59:22.347 INFO O| Aug 11 21:59:22.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun" |
| 5446 | 2026-08-11T21:59:23.583Z | [ recovery-image] Aug 11 21:59:22.347 INFO O| Aug 11 21:59:22.347 INFO STEP 72 (remove_files) COMPLETE |
| 5447 | 2026-08-11T21:59:23.583Z | [ recovery-image] Aug 11 21:59:22.347 INFO O| Aug 11 21:59:22.347 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5448 | 2026-08-11T21:59:23.592Z | [ recovery-image] Aug 11 21:59:22.357 INFO O| Aug 11 21:59:22.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags" |
| 5449 | 2026-08-11T21:59:23.592Z | [ recovery-image] Aug 11 21:59:22.357 INFO O| Aug 11 21:59:22.357 INFO STEP 73 (remove_files) COMPLETE |
| 5450 | 2026-08-11T21:59:23.596Z | [ recovery-image] Aug 11 21:59:22.357 INFO O| Aug 11 21:59:22.357 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5451 | 2026-08-11T21:59:23.604Z | [ recovery-image] Aug 11 21:59:22.366 INFO O| Aug 11 21:59:22.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig" |
| 5452 | 2026-08-11T21:59:23.604Z | [ recovery-image] Aug 11 21:59:22.366 INFO O| Aug 11 21:59:22.366 INFO STEP 74 (remove_files) COMPLETE |
| 5453 | 2026-08-11T21:59:23.604Z | [ recovery-image] Aug 11 21:59:22.366 INFO O| Aug 11 21:59:22.366 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5454 | 2026-08-11T21:59:23.610Z | [ recovery-image] Aug 11 21:59:22.374 INFO O| Aug 11 21:59:22.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack" |
| 5455 | 2026-08-11T21:59:23.610Z | [ recovery-image] Aug 11 21:59:22.374 INFO O| Aug 11 21:59:22.374 INFO STEP 75 (remove_files) COMPLETE |
| 5456 | 2026-08-11T21:59:23.615Z | [ recovery-image] Aug 11 21:59:22.374 INFO O| Aug 11 21:59:22.374 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5457 | 2026-08-11T21:59:23.630Z | [ recovery-image] Aug 11 21:59:22.395 INFO O| Aug 11 21:59:22.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop" |
| 5458 | 2026-08-11T21:59:23.631Z | [ recovery-image] Aug 11 21:59:22.395 INFO O| Aug 11 21:59:22.395 INFO STEP 76 (remove_files) COMPLETE |
| 5459 | 2026-08-11T21:59:23.706Z | [ recovery-image] Aug 11 21:59:22.395 INFO O| Aug 11 21:59:22.395 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5460 | 2026-08-11T21:59:23.706Z | [ recovery-image] Aug 11 21:59:22.407 INFO O| Aug 11 21:59:22.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime" |
| 5461 | 2026-08-11T21:59:23.706Z | [ recovery-image] Aug 11 21:59:22.407 INFO O| Aug 11 21:59:22.407 INFO STEP 77 (remove_files) COMPLETE |
| 5462 | 2026-08-11T21:59:23.708Z | [ recovery-image] Aug 11 21:59:22.407 INFO O| Aug 11 21:59:22.407 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5463 | 2026-08-11T21:59:23.708Z | [ recovery-image] Aug 11 21:59:22.418 INFO O| Aug 11 21:59:22.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree" |
| 5464 | 2026-08-11T21:59:23.708Z | [ recovery-image] Aug 11 21:59:22.418 INFO O| Aug 11 21:59:22.418 INFO STEP 78 (remove_files) COMPLETE |
| 5465 | 2026-08-11T21:59:23.708Z | [ recovery-image] Aug 11 21:59:22.418 INFO O| Aug 11 21:59:22.418 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5466 | 2026-08-11T21:59:23.708Z | [ recovery-image] Aug 11 21:59:22.428 INFO O| Aug 11 21:59:22.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait" |
| 5467 | 2026-08-11T21:59:23.709Z | [ recovery-image] Aug 11 21:59:22.428 INFO O| Aug 11 21:59:22.428 INFO STEP 79 (remove_files) COMPLETE |
| 5468 | 2026-08-11T21:59:23.709Z | [ recovery-image] Aug 11 21:59:22.428 INFO O| Aug 11 21:59:22.428 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5469 | 2026-08-11T21:59:23.709Z | [ recovery-image] Aug 11 21:59:22.438 INFO O| Aug 11 21:59:22.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx" |
| 5470 | 2026-08-11T21:59:23.709Z | [ recovery-image] Aug 11 21:59:22.439 INFO O| Aug 11 21:59:22.438 INFO STEP 80 (remove_files) COMPLETE |
| 5471 | 2026-08-11T21:59:23.709Z | [ recovery-image] Aug 11 21:59:22.439 INFO O| Aug 11 21:59:22.439 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5472 | 2026-08-11T21:59:23.709Z | [ recovery-image] Aug 11 21:59:22.451 INFO O| Aug 11 21:59:22.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh" |
| 5473 | 2026-08-11T21:59:23.709Z | [ recovery-image] Aug 11 21:59:22.451 INFO O| Aug 11 21:59:22.450 INFO STEP 81 (remove_files) COMPLETE |
| 5474 | 2026-08-11T21:59:23.709Z | [ recovery-image] Aug 11 21:59:22.451 INFO O| Aug 11 21:59:22.450 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5475 | 2026-08-11T21:59:23.709Z | [ recovery-image] Aug 11 21:59:22.460 INFO O| Aug 11 21:59:22.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93" |
| 5476 | 2026-08-11T21:59:23.709Z | [ recovery-image] Aug 11 21:59:22.460 INFO O| Aug 11 21:59:22.460 INFO STEP 82 (remove_files) COMPLETE |
| 5477 | 2026-08-11T21:59:23.709Z | [ recovery-image] Aug 11 21:59:22.460 INFO O| Aug 11 21:59:22.460 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5478 | 2026-08-11T21:59:23.717Z | [ recovery-image] Aug 11 21:59:22.473 INFO O| Aug 11 21:59:22.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings" |
| 5479 | 2026-08-11T21:59:23.717Z | [ recovery-image] Aug 11 21:59:22.473 INFO O| Aug 11 21:59:22.470 INFO STEP 83 (remove_files) COMPLETE |
| 5480 | 2026-08-11T21:59:23.717Z | [ recovery-image] Aug 11 21:59:22.473 INFO O| Aug 11 21:59:22.470 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5481 | 2026-08-11T21:59:23.728Z | [ recovery-image] Aug 11 21:59:22.480 INFO O| Aug 11 21:59:22.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config" |
| 5482 | 2026-08-11T21:59:23.728Z | [ recovery-image] Aug 11 21:59:22.483 INFO O| Aug 11 21:59:22.483 INFO STEP 84 (remove_files) COMPLETE |
| 5483 | 2026-08-11T21:59:23.728Z | [ recovery-image] Aug 11 21:59:22.483 INFO O| Aug 11 21:59:22.483 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5484 | 2026-08-11T21:59:23.733Z | [ recovery-image] Aug 11 21:59:22.492 INFO O| Aug 11 21:59:22.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog" |
| 5485 | 2026-08-11T21:59:23.734Z | [ recovery-image] Aug 11 21:59:22.492 INFO O| Aug 11 21:59:22.492 INFO STEP 85 (remove_files) COMPLETE |
| 5486 | 2026-08-11T21:59:23.734Z | [ recovery-image] Aug 11 21:59:22.492 INFO O| Aug 11 21:59:22.492 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5487 | 2026-08-11T21:59:23.734Z | [verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 5488 | 2026-08-11T21:59:23.742Z | [ recovery-image] Aug 11 21:59:22.501 INFO O| Aug 11 21:59:22.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint" |
| 5489 | 2026-08-11T21:59:23.742Z | [ recovery-image] Aug 11 21:59:22.501 INFO O| Aug 11 21:59:22.501 INFO STEP 86 (remove_files) COMPLETE |
| 5490 | 2026-08-11T21:59:23.742Z | [ recovery-image] Aug 11 21:59:22.501 INFO O| Aug 11 21:59:22.501 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5491 | 2026-08-11T21:59:23.748Z | [ recovery-image] Aug 11 21:59:22.512 INFO O| Aug 11 21:59:22.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt" |
| 5492 | 2026-08-11T21:59:23.748Z | [ recovery-image] Aug 11 21:59:22.512 INFO O| Aug 11 21:59:22.512 INFO STEP 87 (remove_files) COMPLETE |
| 5493 | 2026-08-11T21:59:23.753Z | [ recovery-image] Aug 11 21:59:22.512 INFO O| Aug 11 21:59:22.512 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5494 | 2026-08-11T21:59:23.759Z | [ recovery-image] Aug 11 21:59:22.521 INFO O| Aug 11 21:59:22.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch" |
| 5495 | 2026-08-11T21:59:23.759Z | [ recovery-image] Aug 11 21:59:22.522 INFO O| Aug 11 21:59:22.522 INFO STEP 88 (remove_files) COMPLETE |
| 5496 | 2026-08-11T21:59:23.759Z | [ recovery-image] Aug 11 21:59:22.522 INFO O| Aug 11 21:59:22.522 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5497 | 2026-08-11T21:59:23.767Z | [ recovery-image] Aug 11 21:59:22.531 INFO O| Aug 11 21:59:22.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa" |
| 5498 | 2026-08-11T21:59:23.772Z | [ recovery-image] Aug 11 21:59:22.532 INFO O| Aug 11 21:59:22.532 INFO STEP 89 (remove_files) COMPLETE |
| 5499 | 2026-08-11T21:59:23.772Z | [ recovery-image] Aug 11 21:59:22.532 INFO O| Aug 11 21:59:22.532 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5500 | 2026-08-11T21:59:23.777Z | [ recovery-image] Aug 11 21:59:22.541 INFO O| Aug 11 21:59:22.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at" |
| 5501 | 2026-08-11T21:59:23.777Z | [ recovery-image] Aug 11 21:59:22.541 INFO O| Aug 11 21:59:22.541 INFO STEP 90 (remove_files) COMPLETE |
| 5502 | 2026-08-11T21:59:23.777Z | [ recovery-image] Aug 11 21:59:22.541 INFO O| Aug 11 21:59:22.541 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5503 | 2026-08-11T21:59:23.781Z | [verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 5504 | 2026-08-11T21:59:23.788Z | [ recovery-image] Aug 11 21:59:22.550 INFO O| Aug 11 21:59:22.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq" |
| 5505 | 2026-08-11T21:59:23.788Z | [ recovery-image] Aug 11 21:59:22.550 INFO O| Aug 11 21:59:22.550 INFO STEP 91 (remove_files) COMPLETE |
| 5506 | 2026-08-11T21:59:23.794Z | [ recovery-image] Aug 11 21:59:22.550 INFO O| Aug 11 21:59:22.550 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5507 | 2026-08-11T21:59:23.799Z | [ recovery-image] Aug 11 21:59:22.559 INFO O| Aug 11 21:59:22.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm" |
| 5508 | 2026-08-11T21:59:23.799Z | [ recovery-image] Aug 11 21:59:22.559 INFO O| Aug 11 21:59:22.559 INFO STEP 92 (remove_files) COMPLETE |
| 5509 | 2026-08-11T21:59:23.799Z | [ recovery-image] Aug 11 21:59:22.559 INFO O| Aug 11 21:59:22.559 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5510 | 2026-08-11T21:59:23.805Z | [ recovery-image] Aug 11 21:59:22.570 INFO O| Aug 11 21:59:22.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths" |
| 5511 | 2026-08-11T21:59:23.806Z | [ recovery-image] Aug 11 21:59:22.571 INFO O| Aug 11 21:59:22.571 INFO STEP 93 (remove_files) COMPLETE |
| 5512 | 2026-08-11T21:59:23.806Z | [ recovery-image] Aug 11 21:59:22.571 INFO O| Aug 11 21:59:22.571 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5513 | 2026-08-11T21:59:23.819Z | [ recovery-image] Aug 11 21:59:22.581 INFO O| Aug 11 21:59:22.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner" |
| 5514 | 2026-08-11T21:59:23.819Z | [ recovery-image] Aug 11 21:59:22.581 INFO O| Aug 11 21:59:22.581 INFO STEP 94 (remove_files) COMPLETE |
| 5515 | 2026-08-11T21:59:23.819Z | [ recovery-image] Aug 11 21:59:22.581 INFO O| Aug 11 21:59:22.581 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5516 | 2026-08-11T21:59:23.829Z | [ recovery-image] Aug 11 21:59:22.594 INFO O| Aug 11 21:59:22.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug" |
| 5517 | 2026-08-11T21:59:23.829Z | [ recovery-image] Aug 11 21:59:22.594 INFO O| Aug 11 21:59:22.594 INFO STEP 95 (remove_files) COMPLETE |
| 5518 | 2026-08-11T21:59:23.833Z | [ recovery-image] Aug 11 21:59:22.594 INFO O| Aug 11 21:59:22.594 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5519 | 2026-08-11T21:59:23.839Z | [ recovery-image] Aug 11 21:59:22.604 INFO O| Aug 11 21:59:22.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch" |
| 5520 | 2026-08-11T21:59:23.839Z | [ recovery-image] Aug 11 21:59:22.605 INFO O| Aug 11 21:59:22.605 INFO STEP 96 (remove_files) COMPLETE |
| 5521 | 2026-08-11T21:59:23.840Z | [ recovery-image] Aug 11 21:59:22.605 INFO O| Aug 11 21:59:22.605 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5522 | 2026-08-11T21:59:23.854Z | [ recovery-image] Aug 11 21:59:22.614 INFO O| Aug 11 21:59:22.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc" |
| 5523 | 2026-08-11T21:59:23.854Z | [ recovery-image] Aug 11 21:59:22.614 INFO O| Aug 11 21:59:22.614 INFO STEP 97 (remove_files) COMPLETE |
| 5524 | 2026-08-11T21:59:23.858Z | [ recovery-image] Aug 11 21:59:22.614 INFO O| Aug 11 21:59:22.614 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5525 | 2026-08-11T21:59:23.858Z | [ recovery-image] Aug 11 21:59:22.623 INFO O| Aug 11 21:59:22.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff" |
| 5526 | 2026-08-11T21:59:23.862Z | [ recovery-image] Aug 11 21:59:22.624 INFO O| Aug 11 21:59:22.624 INFO STEP 98 (remove_files) COMPLETE |
| 5527 | 2026-08-11T21:59:23.862Z | [ recovery-image] Aug 11 21:59:22.624 INFO O| Aug 11 21:59:22.624 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5528 | 2026-08-11T21:59:23.869Z | [ recovery-image] Aug 11 21:59:22.634 INFO O| Aug 11 21:59:22.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg" |
| 5529 | 2026-08-11T21:59:23.869Z | [ recovery-image] Aug 11 21:59:22.634 INFO O| Aug 11 21:59:22.634 INFO STEP 99 (remove_files) COMPLETE |
| 5530 | 2026-08-11T21:59:23.869Z | [ recovery-image] Aug 11 21:59:22.634 INFO O| Aug 11 21:59:22.634 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5531 | 2026-08-11T21:59:23.878Z | [ recovery-image] Aug 11 21:59:22.643 INFO O| Aug 11 21:59:22.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli" |
| 5532 | 2026-08-11T21:59:23.878Z | [ recovery-image] Aug 11 21:59:22.643 INFO O| Aug 11 21:59:22.643 INFO STEP 100 (remove_files) COMPLETE |
| 5533 | 2026-08-11T21:59:23.878Z | [ recovery-image] Aug 11 21:59:22.643 INFO O| Aug 11 21:59:22.643 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5534 | 2026-08-11T21:59:23.888Z | [ recovery-image] Aug 11 21:59:22.653 INFO O| Aug 11 21:59:22.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2" |
| 5535 | 2026-08-11T21:59:23.888Z | [ recovery-image] Aug 11 21:59:22.653 INFO O| Aug 11 21:59:22.653 INFO STEP 101 (remove_files) COMPLETE |
| 5536 | 2026-08-11T21:59:23.888Z | [ recovery-image] Aug 11 21:59:22.653 INFO O| Aug 11 21:59:22.653 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5537 | 2026-08-11T21:59:23.897Z | [ recovery-image] Aug 11 21:59:22.662 INFO O| Aug 11 21:59:22.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat" |
| 5538 | 2026-08-11T21:59:23.897Z | [ recovery-image] Aug 11 21:59:22.662 INFO O| Aug 11 21:59:22.662 INFO STEP 102 (remove_files) COMPLETE |
| 5539 | 2026-08-11T21:59:23.900Z | [ recovery-image] Aug 11 21:59:22.662 INFO O| Aug 11 21:59:22.662 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5540 | 2026-08-11T21:59:23.906Z | [ recovery-image] Aug 11 21:59:22.671 INFO O| Aug 11 21:59:22.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat" |
| 5541 | 2026-08-11T21:59:23.906Z | [ recovery-image] Aug 11 21:59:22.672 INFO O| Aug 11 21:59:22.671 INFO STEP 103 (remove_files) COMPLETE |
| 5542 | 2026-08-11T21:59:23.910Z | [ recovery-image] Aug 11 21:59:22.672 INFO O| Aug 11 21:59:22.671 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5543 | 2026-08-11T21:59:23.914Z | [verify-libraries] Compiling fatfs v0.3.6 |
| 5544 | 2026-08-11T21:59:23.917Z | [ recovery-image] Aug 11 21:59:22.681 INFO O| Aug 11 21:59:22.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff" |
| 5545 | 2026-08-11T21:59:23.917Z | [ recovery-image] Aug 11 21:59:22.681 INFO O| Aug 11 21:59:22.681 INFO STEP 104 (remove_files) COMPLETE |
| 5546 | 2026-08-11T21:59:23.917Z | [ recovery-image] Aug 11 21:59:22.681 INFO O| Aug 11 21:59:22.681 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5547 | 2026-08-11T21:59:23.927Z | [ recovery-image] Aug 11 21:59:22.691 INFO O| Aug 11 21:59:22.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep" |
| 5548 | 2026-08-11T21:59:23.927Z | [ recovery-image] Aug 11 21:59:22.691 INFO O| Aug 11 21:59:22.691 INFO STEP 105 (remove_files) COMPLETE |
| 5549 | 2026-08-11T21:59:23.931Z | [ recovery-image] Aug 11 21:59:22.691 INFO O| Aug 11 21:59:22.691 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5550 | 2026-08-11T21:59:23.941Z | [ recovery-image] Aug 11 21:59:22.702 INFO O| Aug 11 21:59:22.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2" |
| 5551 | 2026-08-11T21:59:23.941Z | [ recovery-image] Aug 11 21:59:22.702 INFO O| Aug 11 21:59:22.702 INFO STEP 106 (remove_files) COMPLETE |
| 5552 | 2026-08-11T21:59:23.941Z | [ recovery-image] Aug 11 21:59:22.702 INFO O| Aug 11 21:59:22.702 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5553 | 2026-08-11T21:59:23.949Z | [ recovery-image] Aug 11 21:59:22.713 INFO O| Aug 11 21:59:22.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover" |
| 5554 | 2026-08-11T21:59:23.949Z | [ recovery-image] Aug 11 21:59:22.713 INFO O| Aug 11 21:59:22.713 INFO STEP 107 (remove_files) COMPLETE |
| 5555 | 2026-08-11T21:59:23.954Z | [ recovery-image] Aug 11 21:59:22.713 INFO O| Aug 11 21:59:22.713 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5556 | 2026-08-11T21:59:23.959Z | [ recovery-image] Aug 11 21:59:22.723 INFO O| Aug 11 21:59:22.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore" |
| 5557 | 2026-08-11T21:59:23.959Z | [ recovery-image] Aug 11 21:59:22.723 INFO O| Aug 11 21:59:22.723 INFO STEP 108 (remove_files) COMPLETE |
| 5558 | 2026-08-11T21:59:23.959Z | [ recovery-image] Aug 11 21:59:22.723 INFO O| Aug 11 21:59:22.723 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5559 | 2026-08-11T21:59:23.968Z | [ recovery-image] Aug 11 21:59:22.733 INFO O| Aug 11 21:59:22.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal" |
| 5560 | 2026-08-11T21:59:23.968Z | [ recovery-image] Aug 11 21:59:22.733 INFO O| Aug 11 21:59:22.733 INFO STEP 109 (remove_files) COMPLETE |
| 5561 | 2026-08-11T21:59:23.972Z | [ recovery-image] Aug 11 21:59:22.733 INFO O| Aug 11 21:59:22.733 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5562 | 2026-08-11T21:59:23.978Z | [ recovery-image] Aug 11 21:59:22.743 INFO O| Aug 11 21:59:22.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo" |
| 5563 | 2026-08-11T21:59:23.981Z | [ recovery-image] Aug 11 21:59:22.744 INFO O| Aug 11 21:59:22.744 INFO STEP 110 (remove_files) COMPLETE |
| 5564 | 2026-08-11T21:59:23.981Z | [ recovery-image] Aug 11 21:59:22.744 INFO O| Aug 11 21:59:22.744 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5565 | 2026-08-11T21:59:23.990Z | [ recovery-image] Aug 11 21:59:22.754 INFO O| Aug 11 21:59:22.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd" |
| 5566 | 2026-08-11T21:59:23.990Z | [ recovery-image] Aug 11 21:59:22.754 INFO O| Aug 11 21:59:22.754 INFO STEP 111 (remove_files) COMPLETE |
| 5567 | 2026-08-11T21:59:23.990Z | [ recovery-image] Aug 11 21:59:22.754 INFO O| Aug 11 21:59:22.754 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5568 | 2026-08-11T21:59:23.999Z | [ recovery-image] Aug 11 21:59:22.764 INFO O| Aug 11 21:59:22.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil" |
| 5569 | 2026-08-11T21:59:24.000Z | [ recovery-image] Aug 11 21:59:22.764 INFO O| Aug 11 21:59:22.764 INFO STEP 112 (remove_files) COMPLETE |
| 5570 | 2026-08-11T21:59:24.000Z | [ recovery-image] Aug 11 21:59:22.764 INFO O| Aug 11 21:59:22.764 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5571 | 2026-08-11T21:59:24.010Z | [ recovery-image] Aug 11 21:59:22.775 INFO O| Aug 11 21:59:22.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth" |
| 5572 | 2026-08-11T21:59:24.010Z | [ recovery-image] Aug 11 21:59:22.775 INFO O| Aug 11 21:59:22.775 INFO STEP 113 (remove_files) COMPLETE |
| 5573 | 2026-08-11T21:59:24.014Z | [ recovery-image] Aug 11 21:59:22.775 INFO O| Aug 11 21:59:22.775 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5574 | 2026-08-11T21:59:24.020Z | [ recovery-image] Aug 11 21:59:22.785 INFO O| Aug 11 21:59:22.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp" |
| 5575 | 2026-08-11T21:59:24.020Z | [ recovery-image] Aug 11 21:59:22.785 INFO O| Aug 11 21:59:22.785 INFO STEP 114 (remove_files) COMPLETE |
| 5576 | 2026-08-11T21:59:24.020Z | [ recovery-image] Aug 11 21:59:22.785 INFO O| Aug 11 21:59:22.785 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5577 | 2026-08-11T21:59:24.031Z | [ recovery-image] Aug 11 21:59:22.795 INFO O| Aug 11 21:59:22.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc" |
| 5578 | 2026-08-11T21:59:24.031Z | [ recovery-image] Aug 11 21:59:22.796 INFO O| Aug 11 21:59:22.795 INFO STEP 115 (remove_files) COMPLETE |
| 5579 | 2026-08-11T21:59:24.034Z | [ recovery-image] Aug 11 21:59:22.796 INFO O| Aug 11 21:59:22.796 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5580 | 2026-08-11T21:59:24.051Z | [ recovery-image] Aug 11 21:59:22.816 INFO O| Aug 11 21:59:22.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate" |
| 5581 | 2026-08-11T21:59:24.051Z | [ recovery-image] Aug 11 21:59:22.816 INFO O| Aug 11 21:59:22.816 INFO STEP 116 (remove_files) COMPLETE |
| 5582 | 2026-08-11T21:59:24.051Z | [ recovery-image] Aug 11 21:59:22.816 INFO O| Aug 11 21:59:22.816 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5583 | 2026-08-11T21:59:24.062Z | [ recovery-image] Aug 11 21:59:22.827 INFO O| Aug 11 21:59:22.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid" |
| 5584 | 2026-08-11T21:59:24.062Z | [ recovery-image] Aug 11 21:59:22.827 INFO O| Aug 11 21:59:22.827 INFO STEP 117 (remove_files) COMPLETE |
| 5585 | 2026-08-11T21:59:24.066Z | [ recovery-image] Aug 11 21:59:22.827 INFO O| Aug 11 21:59:22.827 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5586 | 2026-08-11T21:59:24.071Z | [ recovery-image] Aug 11 21:59:22.836 INFO O| Aug 11 21:59:22.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint" |
| 5587 | 2026-08-11T21:59:24.071Z | [ recovery-image] Aug 11 21:59:22.836 INFO O| Aug 11 21:59:22.836 INFO STEP 118 (remove_files) COMPLETE |
| 5588 | 2026-08-11T21:59:24.071Z | [ recovery-image] Aug 11 21:59:22.836 INFO O| Aug 11 21:59:22.836 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5589 | 2026-08-11T21:59:24.076Z | [verify-libraries] Compiling num-bigint v0.4.6 |
| 5590 | 2026-08-11T21:59:24.081Z | [ recovery-image] Aug 11 21:59:22.846 INFO O| Aug 11 21:59:22.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem" |
| 5591 | 2026-08-11T21:59:24.081Z | [ recovery-image] Aug 11 21:59:22.846 INFO O| Aug 11 21:59:22.846 INFO STEP 119 (remove_files) COMPLETE |
| 5592 | 2026-08-11T21:59:24.081Z | [ recovery-image] Aug 11 21:59:22.846 INFO O| Aug 11 21:59:22.846 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5593 | 2026-08-11T21:59:24.091Z | [ recovery-image] Aug 11 21:59:22.856 INFO O| Aug 11 21:59:22.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd" |
| 5594 | 2026-08-11T21:59:24.091Z | [ recovery-image] Aug 11 21:59:22.856 INFO O| Aug 11 21:59:22.856 INFO STEP 120 (remove_files) COMPLETE |
| 5595 | 2026-08-11T21:59:24.095Z | [ recovery-image] Aug 11 21:59:22.856 INFO O| Aug 11 21:59:22.856 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5596 | 2026-08-11T21:59:24.102Z | [ recovery-image] Aug 11 21:59:22.867 INFO O| Aug 11 21:59:22.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath" |
| 5597 | 2026-08-11T21:59:24.102Z | [ recovery-image] Aug 11 21:59:22.867 INFO O| Aug 11 21:59:22.867 INFO STEP 121 (remove_files) COMPLETE |
| 5598 | 2026-08-11T21:59:24.105Z | [ recovery-image] Aug 11 21:59:22.867 INFO O| Aug 11 21:59:22.867 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5599 | 2026-08-11T21:59:24.112Z | [ recovery-image] Aug 11 21:59:22.876 INFO O| Aug 11 21:59:22.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange" |
| 5600 | 2026-08-11T21:59:24.112Z | [ recovery-image] Aug 11 21:59:22.876 INFO O| Aug 11 21:59:22.876 INFO STEP 122 (remove_files) COMPLETE |
| 5601 | 2026-08-11T21:59:24.112Z | [ recovery-image] Aug 11 21:59:22.876 INFO O| Aug 11 21:59:22.876 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5602 | 2026-08-11T21:59:24.122Z | [ recovery-image] Aug 11 21:59:22.887 INFO O| Aug 11 21:59:22.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr" |
| 5603 | 2026-08-11T21:59:24.123Z | [ recovery-image] Aug 11 21:59:22.887 INFO O| Aug 11 21:59:22.887 INFO STEP 123 (remove_files) COMPLETE |
| 5604 | 2026-08-11T21:59:24.123Z | [ recovery-image] Aug 11 21:59:22.887 INFO O| Aug 11 21:59:22.887 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5605 | 2026-08-11T21:59:24.132Z | [ recovery-image] Aug 11 21:59:22.898 INFO O| Aug 11 21:59:22.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum" |
| 5606 | 2026-08-11T21:59:24.133Z | [ recovery-image] Aug 11 21:59:22.898 INFO O| Aug 11 21:59:22.898 INFO STEP 124 (remove_files) COMPLETE |
| 5607 | 2026-08-11T21:59:24.138Z | [ recovery-image] Aug 11 21:59:22.898 INFO O| Aug 11 21:59:22.898 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5608 | 2026-08-11T21:59:24.144Z | [ recovery-image] Aug 11 21:59:22.909 INFO O| Aug 11 21:59:22.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime" |
| 5609 | 2026-08-11T21:59:24.144Z | [ recovery-image] Aug 11 21:59:22.909 INFO O| Aug 11 21:59:22.909 INFO STEP 125 (remove_files) COMPLETE |
| 5610 | 2026-08-11T21:59:24.148Z | [ recovery-image] Aug 11 21:59:22.909 INFO O| Aug 11 21:59:22.909 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5611 | 2026-08-11T21:59:24.157Z | [ recovery-image] Aug 11 21:59:22.920 INFO O| Aug 11 21:59:22.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid" |
| 5612 | 2026-08-11T21:59:24.157Z | [ recovery-image] Aug 11 21:59:22.920 INFO O| Aug 11 21:59:22.920 INFO STEP 126 (remove_files) COMPLETE |
| 5613 | 2026-08-11T21:59:24.161Z | [ recovery-image] Aug 11 21:59:22.920 INFO O| Aug 11 21:59:22.920 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5614 | 2026-08-11T21:59:24.165Z | [ recovery-image] Aug 11 21:59:22.930 INFO O| Aug 11 21:59:22.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn" |
| 5615 | 2026-08-11T21:59:24.168Z | [ recovery-image] Aug 11 21:59:22.931 INFO O| Aug 11 21:59:22.931 INFO STEP 127 (remove_files) COMPLETE |
| 5616 | 2026-08-11T21:59:24.169Z | [ recovery-image] Aug 11 21:59:22.931 INFO O| Aug 11 21:59:22.931 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5617 | 2026-08-11T21:59:24.169Z | [verify-libraries] Compiling generic-array v1.4.3 |
| 5618 | 2026-08-11T21:59:24.176Z | [ recovery-image] Aug 11 21:59:22.940 INFO O| Aug 11 21:59:22.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear" |
| 5619 | 2026-08-11T21:59:24.176Z | [ recovery-image] Aug 11 21:59:22.941 INFO O| Aug 11 21:59:22.940 INFO STEP 128 (remove_files) COMPLETE |
| 5620 | 2026-08-11T21:59:24.176Z | [ recovery-image] Aug 11 21:59:22.941 INFO O| Aug 11 21:59:22.940 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5621 | 2026-08-11T21:59:24.185Z | [ recovery-image] Aug 11 21:59:22.950 INFO O| Aug 11 21:59:22.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp" |
| 5622 | 2026-08-11T21:59:24.185Z | [ recovery-image] Aug 11 21:59:22.950 INFO O| Aug 11 21:59:22.950 INFO STEP 129 (remove_files) COMPLETE |
| 5623 | 2026-08-11T21:59:24.185Z | [ recovery-image] Aug 11 21:59:22.950 INFO O| Aug 11 21:59:22.950 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5624 | 2026-08-11T21:59:24.194Z | [ recovery-image] Aug 11 21:59:22.958 INFO O| Aug 11 21:59:22.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col" |
| 5625 | 2026-08-11T21:59:24.194Z | [ recovery-image] Aug 11 21:59:22.958 INFO O| Aug 11 21:59:22.958 INFO STEP 130 (remove_files) COMPLETE |
| 5626 | 2026-08-11T21:59:24.194Z | [ recovery-image] Aug 11 21:59:22.958 INFO O| Aug 11 21:59:22.958 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5627 | 2026-08-11T21:59:24.202Z | [ recovery-image] Aug 11 21:59:22.967 INFO O| Aug 11 21:59:22.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm" |
| 5628 | 2026-08-11T21:59:24.202Z | [ recovery-image] Aug 11 21:59:22.967 INFO O| Aug 11 21:59:22.967 INFO STEP 131 (remove_files) COMPLETE |
| 5629 | 2026-08-11T21:59:24.205Z | [ recovery-image] Aug 11 21:59:22.967 INFO O| Aug 11 21:59:22.967 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5630 | 2026-08-11T21:59:24.210Z | [ recovery-image] Aug 11 21:59:22.975 INFO O| Aug 11 21:59:22.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command" |
| 5631 | 2026-08-11T21:59:24.211Z | [ recovery-image] Aug 11 21:59:22.975 INFO O| Aug 11 21:59:22.975 INFO STEP 132 (remove_files) COMPLETE |
| 5632 | 2026-08-11T21:59:24.214Z | [ recovery-image] Aug 11 21:59:22.975 INFO O| Aug 11 21:59:22.975 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5633 | 2026-08-11T21:59:24.219Z | [ recovery-image] Aug 11 21:59:22.984 INFO O| Aug 11 21:59:22.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress" |
| 5634 | 2026-08-11T21:59:24.219Z | [ recovery-image] Aug 11 21:59:22.984 INFO O| Aug 11 21:59:22.984 INFO STEP 133 (remove_files) COMPLETE |
| 5635 | 2026-08-11T21:59:24.219Z | [ recovery-image] Aug 11 21:59:22.984 INFO O| Aug 11 21:59:22.984 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5636 | 2026-08-11T21:59:24.229Z | [ recovery-image] Aug 11 21:59:22.994 INFO O| Aug 11 21:59:22.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat" |
| 5637 | 2026-08-11T21:59:24.229Z | [ recovery-image] Aug 11 21:59:22.994 INFO O| Aug 11 21:59:22.994 INFO STEP 134 (remove_files) COMPLETE |
| 5638 | 2026-08-11T21:59:24.233Z | [ recovery-image] Aug 11 21:59:22.994 INFO O| Aug 11 21:59:22.994 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5639 | 2026-08-11T21:59:24.239Z | [ recovery-image] Aug 11 21:59:23.004 INFO O| Aug 11 21:59:23.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio" |
| 5640 | 2026-08-11T21:59:24.239Z | [ recovery-image] Aug 11 21:59:23.004 INFO O| Aug 11 21:59:23.004 INFO STEP 135 (remove_files) COMPLETE |
| 5641 | 2026-08-11T21:59:24.239Z | [ recovery-image] Aug 11 21:59:23.004 INFO O| Aug 11 21:59:23.004 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5642 | 2026-08-11T21:59:24.249Z | [ recovery-image] Aug 11 21:59:23.014 INFO O| Aug 11 21:59:23.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle" |
| 5643 | 2026-08-11T21:59:24.250Z | [ recovery-image] Aug 11 21:59:23.014 INFO O| Aug 11 21:59:23.014 INFO STEP 136 (remove_files) COMPLETE |
| 5644 | 2026-08-11T21:59:24.250Z | [ recovery-image] Aug 11 21:59:23.014 INFO O| Aug 11 21:59:23.014 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5645 | 2026-08-11T21:59:24.260Z | [ recovery-image] Aug 11 21:59:23.023 INFO O| Aug 11 21:59:23.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab" |
| 5646 | 2026-08-11T21:59:24.260Z | [ recovery-image] Aug 11 21:59:23.024 INFO O| Aug 11 21:59:23.023 INFO STEP 137 (remove_files) COMPLETE |
| 5647 | 2026-08-11T21:59:24.260Z | [ recovery-image] Aug 11 21:59:23.024 INFO O| Aug 11 21:59:23.024 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5648 | 2026-08-11T21:59:24.270Z | [ recovery-image] Aug 11 21:59:23.034 INFO O| Aug 11 21:59:23.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt" |
| 5649 | 2026-08-11T21:59:24.270Z | [ recovery-image] Aug 11 21:59:23.034 INFO O| Aug 11 21:59:23.034 INFO STEP 138 (remove_files) COMPLETE |
| 5650 | 2026-08-11T21:59:24.270Z | [ recovery-image] Aug 11 21:59:23.034 INFO O| Aug 11 21:59:23.034 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5651 | 2026-08-11T21:59:24.279Z | [ recovery-image] Aug 11 21:59:23.044 INFO O| Aug 11 21:59:23.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh" |
| 5652 | 2026-08-11T21:59:24.280Z | [ recovery-image] Aug 11 21:59:23.044 INFO O| Aug 11 21:59:23.044 INFO STEP 139 (remove_files) COMPLETE |
| 5653 | 2026-08-11T21:59:24.280Z | [ recovery-image] Aug 11 21:59:23.044 INFO O| Aug 11 21:59:23.044 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5654 | 2026-08-11T21:59:24.291Z | [ recovery-image] Aug 11 21:59:23.055 INFO O| Aug 11 21:59:23.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit" |
| 5655 | 2026-08-11T21:59:24.291Z | [ recovery-image] Aug 11 21:59:23.055 INFO O| Aug 11 21:59:23.055 INFO STEP 140 (remove_files) COMPLETE |
| 5656 | 2026-08-11T21:59:24.291Z | [ recovery-image] Aug 11 21:59:23.055 INFO O| Aug 11 21:59:23.055 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5657 | 2026-08-11T21:59:24.301Z | [ recovery-image] Aug 11 21:59:23.065 INFO O| Aug 11 21:59:23.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl" |
| 5658 | 2026-08-11T21:59:24.305Z | [ recovery-image] Aug 11 21:59:23.066 INFO O| Aug 11 21:59:23.066 INFO STEP 141 (remove_files) COMPLETE |
| 5659 | 2026-08-11T21:59:24.305Z | [ recovery-image] Aug 11 21:59:23.066 INFO O| Aug 11 21:59:23.066 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5660 | 2026-08-11T21:59:24.312Z | [ recovery-image] Aug 11 21:59:23.076 INFO O| Aug 11 21:59:23.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config" |
| 5661 | 2026-08-11T21:59:24.312Z | [ recovery-image] Aug 11 21:59:23.076 INFO O| Aug 11 21:59:23.076 INFO STEP 142 (remove_files) COMPLETE |
| 5662 | 2026-08-11T21:59:24.315Z | [ recovery-image] Aug 11 21:59:23.076 INFO O| Aug 11 21:59:23.076 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5663 | 2026-08-11T21:59:24.321Z | [ recovery-image] Aug 11 21:59:23.086 INFO O| Aug 11 21:59:23.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc" |
| 5664 | 2026-08-11T21:59:24.321Z | [ recovery-image] Aug 11 21:59:23.086 INFO O| Aug 11 21:59:23.086 INFO STEP 143 (remove_files) COMPLETE |
| 5665 | 2026-08-11T21:59:24.324Z | [ recovery-image] Aug 11 21:59:23.086 INFO O| Aug 11 21:59:23.086 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5666 | 2026-08-11T21:59:24.331Z | [ recovery-image] Aug 11 21:59:23.096 INFO O| Aug 11 21:59:23.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt" |
| 5667 | 2026-08-11T21:59:24.331Z | [ recovery-image] Aug 11 21:59:23.096 INFO O| Aug 11 21:59:23.096 INFO STEP 144 (remove_files) COMPLETE |
| 5668 | 2026-08-11T21:59:24.335Z | [ recovery-image] Aug 11 21:59:23.096 INFO O| Aug 11 21:59:23.096 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5669 | 2026-08-11T21:59:24.341Z | [ recovery-image] Aug 11 21:59:23.105 INFO O| Aug 11 21:59:23.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr" |
| 5670 | 2026-08-11T21:59:24.341Z | [ recovery-image] Aug 11 21:59:23.105 INFO O| Aug 11 21:59:23.105 INFO STEP 145 (remove_files) COMPLETE |
| 5671 | 2026-08-11T21:59:24.342Z | [ recovery-image] Aug 11 21:59:23.105 INFO O| Aug 11 21:59:23.105 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5672 | 2026-08-11T21:59:24.352Z | [ recovery-image] Aug 11 21:59:23.115 INFO O| Aug 11 21:59:23.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree" |
| 5673 | 2026-08-11T21:59:24.352Z | [ recovery-image] Aug 11 21:59:23.115 INFO O| Aug 11 21:59:23.115 INFO STEP 146 (remove_files) COMPLETE |
| 5674 | 2026-08-11T21:59:24.352Z | [ recovery-image] Aug 11 21:59:23.115 INFO O| Aug 11 21:59:23.115 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5675 | 2026-08-11T21:59:24.361Z | [ recovery-image] Aug 11 21:59:23.125 INFO O| Aug 11 21:59:23.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv" |
| 5676 | 2026-08-11T21:59:24.361Z | [ recovery-image] Aug 11 21:59:23.125 INFO O| Aug 11 21:59:23.125 INFO STEP 147 (remove_files) COMPLETE |
| 5677 | 2026-08-11T21:59:24.362Z | [ recovery-image] Aug 11 21:59:23.125 INFO O| Aug 11 21:59:23.125 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5678 | 2026-08-11T21:59:24.370Z | [ recovery-image] Aug 11 21:59:23.134 INFO O| Aug 11 21:59:23.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3" |
| 5679 | 2026-08-11T21:59:24.370Z | [ recovery-image] Aug 11 21:59:23.134 INFO O| Aug 11 21:59:23.134 INFO STEP 148 (remove_files) COMPLETE |
| 5680 | 2026-08-11T21:59:24.370Z | [ recovery-image] Aug 11 21:59:23.134 INFO O| Aug 11 21:59:23.134 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5681 | 2026-08-11T21:59:24.380Z | [ recovery-image] Aug 11 21:59:23.145 INFO O| Aug 11 21:59:23.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest" |
| 5682 | 2026-08-11T21:59:24.380Z | [ recovery-image] Aug 11 21:59:23.145 INFO O| Aug 11 21:59:23.145 INFO STEP 149 (remove_files) COMPLETE |
| 5683 | 2026-08-11T21:59:24.381Z | [ recovery-image] Aug 11 21:59:23.145 INFO O| Aug 11 21:59:23.145 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5684 | 2026-08-11T21:59:24.390Z | [ recovery-image] Aug 11 21:59:23.155 INFO O| Aug 11 21:59:23.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp" |
| 5685 | 2026-08-11T21:59:24.394Z | [ recovery-image] Aug 11 21:59:23.155 INFO O| Aug 11 21:59:23.155 INFO STEP 150 (remove_files) COMPLETE |
| 5686 | 2026-08-11T21:59:24.394Z | [ recovery-image] Aug 11 21:59:23.155 INFO O| Aug 11 21:59:23.155 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5687 | 2026-08-11T21:59:24.400Z | [ recovery-image] Aug 11 21:59:23.165 INFO O| Aug 11 21:59:23.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname" |
| 5688 | 2026-08-11T21:59:24.400Z | [ recovery-image] Aug 11 21:59:23.165 INFO O| Aug 11 21:59:23.165 INFO STEP 151 (remove_files) COMPLETE |
| 5689 | 2026-08-11T21:59:24.400Z | [ recovery-image] Aug 11 21:59:23.165 INFO O| Aug 11 21:59:23.165 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5690 | 2026-08-11T21:59:24.412Z | [ recovery-image] Aug 11 21:59:23.176 INFO O| Aug 11 21:59:23.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan" |
| 5691 | 2026-08-11T21:59:24.412Z | [ recovery-image] Aug 11 21:59:23.176 INFO O| Aug 11 21:59:23.176 INFO STEP 152 (remove_files) COMPLETE |
| 5692 | 2026-08-11T21:59:24.412Z | [ recovery-image] Aug 11 21:59:23.176 INFO O| Aug 11 21:59:23.176 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5693 | 2026-08-11T21:59:24.421Z | [ recovery-image] Aug 11 21:59:23.186 INFO O| Aug 11 21:59:23.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid" |
| 5694 | 2026-08-11T21:59:24.421Z | [ recovery-image] Aug 11 21:59:23.186 INFO O| Aug 11 21:59:23.186 INFO STEP 153 (remove_files) COMPLETE |
| 5695 | 2026-08-11T21:59:24.426Z | [ recovery-image] Aug 11 21:59:23.186 INFO O| Aug 11 21:59:23.186 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5696 | 2026-08-11T21:59:24.432Z | [ recovery-image] Aug 11 21:59:23.196 INFO O| Aug 11 21:59:23.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid" |
| 5697 | 2026-08-11T21:59:24.432Z | [ recovery-image] Aug 11 21:59:23.196 INFO O| Aug 11 21:59:23.196 INFO STEP 154 (remove_files) COMPLETE |
| 5698 | 2026-08-11T21:59:24.438Z | [ recovery-image] Aug 11 21:59:23.196 INFO O| Aug 11 21:59:23.196 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5699 | 2026-08-11T21:59:24.442Z | [ recovery-image] Aug 11 21:59:23.207 INFO O| Aug 11 21:59:23.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix" |
| 5700 | 2026-08-11T21:59:24.442Z | [ recovery-image] Aug 11 21:59:23.207 INFO O| Aug 11 21:59:23.207 INFO STEP 155 (remove_files) COMPLETE |
| 5701 | 2026-08-11T21:59:24.442Z | [ recovery-image] Aug 11 21:59:23.207 INFO O| Aug 11 21:59:23.207 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5702 | 2026-08-11T21:59:24.450Z | [ recovery-image] Aug 11 21:59:23.215 INFO O| Aug 11 21:59:23.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du" |
| 5703 | 2026-08-11T21:59:24.451Z | [ recovery-image] Aug 11 21:59:23.215 INFO O| Aug 11 21:59:23.215 INFO STEP 156 (remove_files) COMPLETE |
| 5704 | 2026-08-11T21:59:24.475Z | [ recovery-image] Aug 11 21:59:23.215 INFO O| Aug 11 21:59:23.215 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5705 | 2026-08-11T21:59:24.475Z | [ recovery-image] Aug 11 21:59:23.224 INFO O| Aug 11 21:59:23.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs" |
| 5706 | 2026-08-11T21:59:24.475Z | [ recovery-image] Aug 11 21:59:23.224 INFO O| Aug 11 21:59:23.224 INFO STEP 157 (remove_files) COMPLETE |
| 5707 | 2026-08-11T21:59:24.475Z | [ recovery-image] Aug 11 21:59:23.224 INFO O| Aug 11 21:59:23.224 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5708 | 2026-08-11T21:59:24.475Z | [ recovery-image] Aug 11 21:59:23.233 INFO O| Aug 11 21:59:23.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys" |
| 5709 | 2026-08-11T21:59:24.475Z | [ recovery-image] Aug 11 21:59:23.233 INFO O| Aug 11 21:59:23.233 INFO STEP 158 (remove_files) COMPLETE |
| 5710 | 2026-08-11T21:59:24.475Z | [ recovery-image] Aug 11 21:59:23.233 INFO O| Aug 11 21:59:23.233 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5711 | 2026-08-11T21:59:24.489Z | [ recovery-image] Aug 11 21:59:23.242 INFO O| Aug 11 21:59:23.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit" |
| 5712 | 2026-08-11T21:59:24.489Z | [ recovery-image] Aug 11 21:59:23.242 INFO O| Aug 11 21:59:23.242 INFO STEP 159 (remove_files) COMPLETE |
| 5713 | 2026-08-11T21:59:24.489Z | [ recovery-image] Aug 11 21:59:23.242 INFO O| Aug 11 21:59:23.242 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5714 | 2026-08-11T21:59:24.495Z | [ recovery-image] Aug 11 21:59:23.250 INFO O| Aug 11 21:59:23.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject" |
| 5715 | 2026-08-11T21:59:24.495Z | [ recovery-image] Aug 11 21:59:23.250 INFO O| Aug 11 21:59:23.250 INFO STEP 160 (remove_files) COMPLETE |
| 5716 | 2026-08-11T21:59:24.495Z | [ recovery-image] Aug 11 21:59:23.250 INFO O| Aug 11 21:59:23.250 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5717 | 2026-08-11T21:59:24.501Z | [ recovery-image] Aug 11 21:59:23.258 INFO O| Aug 11 21:59:23.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign" |
| 5718 | 2026-08-11T21:59:24.501Z | [ recovery-image] Aug 11 21:59:23.258 INFO O| Aug 11 21:59:23.258 INFO STEP 161 (remove_files) COMPLETE |
| 5719 | 2026-08-11T21:59:24.501Z | [ recovery-image] Aug 11 21:59:23.258 INFO O| Aug 11 21:59:23.258 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5720 | 2026-08-11T21:59:24.505Z | [ recovery-image] Aug 11 21:59:23.267 INFO O| Aug 11 21:59:23.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap" |
| 5721 | 2026-08-11T21:59:24.505Z | [ recovery-image] Aug 11 21:59:23.267 INFO O| Aug 11 21:59:23.267 INFO STEP 162 (remove_files) COMPLETE |
| 5722 | 2026-08-11T21:59:24.505Z | [ recovery-image] Aug 11 21:59:23.267 INFO O| Aug 11 21:59:23.267 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5723 | 2026-08-11T21:59:24.510Z | [ recovery-image] Aug 11 21:59:23.275 INFO O| Aug 11 21:59:23.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange" |
| 5724 | 2026-08-11T21:59:24.510Z | [ recovery-image] Aug 11 21:59:23.275 INFO O| Aug 11 21:59:23.275 INFO STEP 163 (remove_files) COMPLETE |
| 5725 | 2026-08-11T21:59:24.514Z | [ recovery-image] Aug 11 21:59:23.275 INFO O| Aug 11 21:59:23.275 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5726 | 2026-08-11T21:59:24.518Z | [ recovery-image] Aug 11 21:59:23.284 INFO O| Aug 11 21:59:23.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt" |
| 5727 | 2026-08-11T21:59:24.518Z | [ recovery-image] Aug 11 21:59:23.284 INFO O| Aug 11 21:59:23.284 INFO STEP 164 (remove_files) COMPLETE |
| 5728 | 2026-08-11T21:59:24.522Z | [ recovery-image] Aug 11 21:59:23.284 INFO O| Aug 11 21:59:23.284 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5729 | 2026-08-11T21:59:24.528Z | [ recovery-image] Aug 11 21:59:23.293 INFO O| Aug 11 21:59:23.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance" |
| 5730 | 2026-08-11T21:59:24.528Z | [ recovery-image] Aug 11 21:59:23.293 INFO O| Aug 11 21:59:23.293 INFO STEP 165 (remove_files) COMPLETE |
| 5731 | 2026-08-11T21:59:24.531Z | [ recovery-image] Aug 11 21:59:23.293 INFO O| Aug 11 21:59:23.293 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5732 | 2026-08-11T21:59:24.537Z | [ recovery-image] Aug 11 21:59:23.302 INFO O| Aug 11 21:59:23.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env" |
| 5733 | 2026-08-11T21:59:24.537Z | [ recovery-image] Aug 11 21:59:23.302 INFO O| Aug 11 21:59:23.302 INFO STEP 166 (remove_files) COMPLETE |
| 5734 | 2026-08-11T21:59:24.537Z | [ recovery-image] Aug 11 21:59:23.302 INFO O| Aug 11 21:59:23.302 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5735 | 2026-08-11T21:59:24.546Z | [ recovery-image] Aug 11 21:59:23.310 INFO O| Aug 11 21:59:23.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump" |
| 5736 | 2026-08-11T21:59:24.546Z | [ recovery-image] Aug 11 21:59:23.310 INFO O| Aug 11 21:59:23.310 INFO STEP 167 (remove_files) COMPLETE |
| 5737 | 2026-08-11T21:59:24.546Z | [ recovery-image] Aug 11 21:59:23.310 INFO O| Aug 11 21:59:23.310 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5738 | 2026-08-11T21:59:24.553Z | [ recovery-image] Aug 11 21:59:23.319 INFO O| Aug 11 21:59:23.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand" |
| 5739 | 2026-08-11T21:59:24.554Z | [ recovery-image] Aug 11 21:59:23.319 INFO O| Aug 11 21:59:23.319 INFO STEP 168 (remove_files) COMPLETE |
| 5740 | 2026-08-11T21:59:24.561Z | [ recovery-image] Aug 11 21:59:23.319 INFO O| Aug 11 21:59:23.319 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5741 | 2026-08-11T21:59:24.565Z | [ recovery-image] Aug 11 21:59:23.328 INFO O| Aug 11 21:59:23.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr" |
| 5742 | 2026-08-11T21:59:24.565Z | [ recovery-image] Aug 11 21:59:23.328 INFO O| Aug 11 21:59:23.328 INFO STEP 169 (remove_files) COMPLETE |
| 5743 | 2026-08-11T21:59:24.565Z | [ recovery-image] Aug 11 21:59:23.328 INFO O| Aug 11 21:59:23.328 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5744 | 2026-08-11T21:59:24.573Z | [ recovery-image] Aug 11 21:59:23.338 INFO O| Aug 11 21:59:23.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor" |
| 5745 | 2026-08-11T21:59:24.573Z | [ recovery-image] Aug 11 21:59:23.338 INFO O| Aug 11 21:59:23.338 INFO STEP 170 (remove_files) COMPLETE |
| 5746 | 2026-08-11T21:59:24.574Z | [ recovery-image] Aug 11 21:59:23.338 INFO O| Aug 11 21:59:23.338 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5747 | 2026-08-11T21:59:24.582Z | [ recovery-image] Aug 11 21:59:23.347 INFO O| Aug 11 21:59:23.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false" |
| 5748 | 2026-08-11T21:59:24.582Z | [ recovery-image] Aug 11 21:59:23.347 INFO O| Aug 11 21:59:23.347 INFO STEP 171 (remove_files) COMPLETE |
| 5749 | 2026-08-11T21:59:24.586Z | [ recovery-image] Aug 11 21:59:23.347 INFO O| Aug 11 21:59:23.347 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5750 | 2026-08-11T21:59:24.590Z | [ recovery-image] Aug 11 21:59:23.355 INFO O| Aug 11 21:59:23.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc" |
| 5751 | 2026-08-11T21:59:24.590Z | [ recovery-image] Aug 11 21:59:23.355 INFO O| Aug 11 21:59:23.355 INFO STEP 172 (remove_files) COMPLETE |
| 5752 | 2026-08-11T21:59:24.594Z | [ recovery-image] Aug 11 21:59:23.355 INFO O| Aug 11 21:59:23.355 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5753 | 2026-08-11T21:59:24.613Z | [ recovery-image] Aug 11 21:59:23.363 INFO O| Aug 11 21:59:23.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach" |
| 5754 | 2026-08-11T21:59:24.613Z | [ recovery-image] Aug 11 21:59:23.363 INFO O| Aug 11 21:59:23.363 INFO STEP 173 (remove_files) COMPLETE |
| 5755 | 2026-08-11T21:59:24.620Z | [ recovery-image] Aug 11 21:59:23.363 INFO O| Aug 11 21:59:23.363 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5756 | 2026-08-11T21:59:24.620Z | [ recovery-image] Aug 11 21:59:23.371 INFO O| Aug 11 21:59:23.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat" |
| 5757 | 2026-08-11T21:59:24.620Z | [ recovery-image] Aug 11 21:59:23.371 INFO O| Aug 11 21:59:23.371 INFO STEP 174 (remove_files) COMPLETE |
| 5758 | 2026-08-11T21:59:24.620Z | [ recovery-image] Aug 11 21:59:23.371 INFO O| Aug 11 21:59:23.371 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5759 | 2026-08-11T21:59:24.620Z | [ recovery-image] Aug 11 21:59:23.379 INFO O| Aug 11 21:59:23.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg" |
| 5760 | 2026-08-11T21:59:24.620Z | [ recovery-image] Aug 11 21:59:23.379 INFO O| Aug 11 21:59:23.379 INFO STEP 175 (remove_files) COMPLETE |
| 5761 | 2026-08-11T21:59:24.621Z | [ recovery-image] Aug 11 21:59:23.379 INFO O| Aug 11 21:59:23.379 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5762 | 2026-08-11T21:59:24.628Z | [ recovery-image] Aug 11 21:59:23.387 INFO O| Aug 11 21:59:23.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep" |
| 5763 | 2026-08-11T21:59:24.628Z | [ recovery-image] Aug 11 21:59:23.388 INFO O| Aug 11 21:59:23.388 INFO STEP 176 (remove_files) COMPLETE |
| 5764 | 2026-08-11T21:59:24.628Z | [ recovery-image] Aug 11 21:59:23.388 INFO O| Aug 11 21:59:23.388 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5765 | 2026-08-11T21:59:24.633Z | [ recovery-image] Aug 11 21:59:23.397 INFO O| Aug 11 21:59:23.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file" |
| 5766 | 2026-08-11T21:59:24.633Z | [ recovery-image] Aug 11 21:59:23.397 INFO O| Aug 11 21:59:23.397 INFO STEP 177 (remove_files) COMPLETE |
| 5767 | 2026-08-11T21:59:24.711Z | [ recovery-image] Aug 11 21:59:23.397 INFO O| Aug 11 21:59:23.397 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5768 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.408 INFO O| Aug 11 21:59:23.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc" |
| 5769 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.408 INFO O| Aug 11 21:59:23.408 INFO STEP 178 (remove_files) COMPLETE |
| 5770 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.408 INFO O| Aug 11 21:59:23.408 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5771 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.418 INFO O| Aug 11 21:59:23.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt" |
| 5772 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.418 INFO O| Aug 11 21:59:23.418 INFO STEP 179 (remove_files) COMPLETE |
| 5773 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.418 INFO O| Aug 11 21:59:23.418 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5774 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.431 INFO O| Aug 11 21:59:23.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg" |
| 5775 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.431 INFO O| Aug 11 21:59:23.431 INFO STEP 180 (remove_files) COMPLETE |
| 5776 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.431 INFO O| Aug 11 21:59:23.431 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5777 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.443 INFO O| Aug 11 21:59:23.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold" |
| 5778 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.443 INFO O| Aug 11 21:59:23.443 INFO STEP 181 (remove_files) COMPLETE |
| 5779 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.443 INFO O| Aug 11 21:59:23.443 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5780 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.454 INFO O| Aug 11 21:59:23.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat" |
| 5781 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.454 INFO O| Aug 11 21:59:23.454 INFO STEP 182 (remove_files) COMPLETE |
| 5782 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.454 INFO O| Aug 11 21:59:23.454 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5783 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.465 INFO O| Aug 11 21:59:23.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear" |
| 5784 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.465 INFO O| Aug 11 21:59:23.465 INFO STEP 183 (remove_files) COMPLETE |
| 5785 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.465 INFO O| Aug 11 21:59:23.465 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5786 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.476 INFO O| Aug 11 21:59:23.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl" |
| 5787 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.476 INFO O| Aug 11 21:59:23.476 INFO STEP 184 (remove_files) COMPLETE |
| 5788 | 2026-08-11T21:59:24.735Z | [ recovery-image] Aug 11 21:59:23.476 INFO O| Aug 11 21:59:23.476 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5789 | 2026-08-11T21:59:24.748Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 5790 | 2026-08-11T21:59:24.748Z | [ recovery-image] Aug 11 21:59:23.486 INFO O| Aug 11 21:59:23.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf" |
| 5791 | 2026-08-11T21:59:24.748Z | [ recovery-image] Aug 11 21:59:23.486 INFO O| Aug 11 21:59:23.486 INFO STEP 185 (remove_files) COMPLETE |
| 5792 | 2026-08-11T21:59:24.748Z | [ recovery-image] Aug 11 21:59:23.486 INFO O| Aug 11 21:59:23.486 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5793 | 2026-08-11T21:59:24.748Z | [ recovery-image] Aug 11 21:59:23.497 INFO O| Aug 11 21:59:23.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev" |
| 5794 | 2026-08-11T21:59:24.748Z | [ recovery-image] Aug 11 21:59:23.497 INFO O| Aug 11 21:59:23.497 INFO STEP 186 (remove_files) COMPLETE |
| 5795 | 2026-08-11T21:59:24.748Z | [ recovery-image] Aug 11 21:59:23.497 INFO O| Aug 11 21:59:23.497 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5796 | 2026-08-11T21:59:24.754Z | [ recovery-image] Aug 11 21:59:23.506 INFO O| Aug 11 21:59:23.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp" |
| 5797 | 2026-08-11T21:59:24.754Z | [ recovery-image] Aug 11 21:59:23.506 INFO O| Aug 11 21:59:23.506 INFO STEP 187 (remove_files) COMPLETE |
| 5798 | 2026-08-11T21:59:24.755Z | [ recovery-image] Aug 11 21:59:23.506 INFO O| Aug 11 21:59:23.506 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5799 | 2026-08-11T21:59:24.755Z | [ recovery-image] Aug 11 21:59:23.516 INFO O| Aug 11 21:59:23.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent" |
| 5800 | 2026-08-11T21:59:24.755Z | [ recovery-image] Aug 11 21:59:23.516 INFO O| Aug 11 21:59:23.516 INFO STEP 188 (remove_files) COMPLETE |
| 5801 | 2026-08-11T21:59:24.755Z | [ recovery-image] Aug 11 21:59:23.516 INFO O| Aug 11 21:59:23.516 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5802 | 2026-08-11T21:59:24.761Z | [ recovery-image] Aug 11 21:59:23.526 INFO O| Aug 11 21:59:23.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl" |
| 5803 | 2026-08-11T21:59:24.761Z | [ recovery-image] Aug 11 21:59:23.526 INFO O| Aug 11 21:59:23.526 INFO STEP 189 (remove_files) COMPLETE |
| 5804 | 2026-08-11T21:59:24.761Z | [ recovery-image] Aug 11 21:59:23.526 INFO O| Aug 11 21:59:23.526 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5805 | 2026-08-11T21:59:24.773Z | [ recovery-image] Aug 11 21:59:23.536 INFO O| Aug 11 21:59:23.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt" |
| 5806 | 2026-08-11T21:59:24.773Z | [ recovery-image] Aug 11 21:59:23.537 INFO O| Aug 11 21:59:23.537 INFO STEP 190 (remove_files) COMPLETE |
| 5807 | 2026-08-11T21:59:24.773Z | [ recovery-image] Aug 11 21:59:23.537 INFO O| Aug 11 21:59:23.537 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5808 | 2026-08-11T21:59:24.787Z | [ recovery-image] Aug 11 21:59:23.548 INFO O| Aug 11 21:59:23.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts" |
| 5809 | 2026-08-11T21:59:24.788Z | [ recovery-image] Aug 11 21:59:23.548 INFO O| Aug 11 21:59:23.548 INFO STEP 191 (remove_files) COMPLETE |
| 5810 | 2026-08-11T21:59:24.792Z | [ recovery-image] Aug 11 21:59:23.548 INFO O| Aug 11 21:59:23.548 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5811 | 2026-08-11T21:59:24.822Z | [ recovery-image] Aug 11 21:59:23.559 INFO O| Aug 11 21:59:23.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext" |
| 5812 | 2026-08-11T21:59:24.822Z | [ recovery-image] Aug 11 21:59:23.559 INFO O| Aug 11 21:59:23.559 INFO STEP 192 (remove_files) COMPLETE |
| 5813 | 2026-08-11T21:59:24.822Z | [ recovery-image] Aug 11 21:59:23.559 INFO O| Aug 11 21:59:23.559 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5814 | 2026-08-11T21:59:24.822Z | [ recovery-image] Aug 11 21:59:23.570 INFO O| Aug 11 21:59:23.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol" |
| 5815 | 2026-08-11T21:59:24.822Z | [ recovery-image] Aug 11 21:59:23.570 INFO O| Aug 11 21:59:23.570 INFO STEP 193 (remove_files) COMPLETE |
| 5816 | 2026-08-11T21:59:24.822Z | [ recovery-image] Aug 11 21:59:23.570 INFO O| Aug 11 21:59:23.570 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5817 | 2026-08-11T21:59:24.826Z | [verify-libraries] Compiling russh-util v0.52.0 |
| 5818 | 2026-08-11T21:59:24.826Z | [ recovery-image] Aug 11 21:59:23.581 INFO O| Aug 11 21:59:23.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp" |
| 5819 | 2026-08-11T21:59:24.826Z | [ recovery-image] Aug 11 21:59:23.581 INFO O| Aug 11 21:59:23.581 INFO STEP 194 (remove_files) COMPLETE |
| 5820 | 2026-08-11T21:59:24.826Z | [ recovery-image] Aug 11 21:59:23.581 INFO O| Aug 11 21:59:23.581 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5821 | 2026-08-11T21:59:24.830Z | [ recovery-image] Aug 11 21:59:23.592 INFO O| Aug 11 21:59:23.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups" |
| 5822 | 2026-08-11T21:59:24.830Z | [ recovery-image] Aug 11 21:59:23.593 INFO O| Aug 11 21:59:23.592 INFO STEP 195 (remove_files) COMPLETE |
| 5823 | 2026-08-11T21:59:24.830Z | [ recovery-image] Aug 11 21:59:23.593 INFO O| Aug 11 21:59:23.593 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5824 | 2026-08-11T21:59:24.840Z | [ recovery-image] Aug 11 21:59:23.603 INFO O| Aug 11 21:59:23.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs" |
| 5825 | 2026-08-11T21:59:24.840Z | [ recovery-image] Aug 11 21:59:23.603 INFO O| Aug 11 21:59:23.603 INFO STEP 196 (remove_files) COMPLETE |
| 5826 | 2026-08-11T21:59:24.844Z | [ recovery-image] Aug 11 21:59:23.603 INFO O| Aug 11 21:59:23.603 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5827 | 2026-08-11T21:59:24.863Z | [ recovery-image] Aug 11 21:59:23.613 INFO O| Aug 11 21:59:23.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic" |
| 5828 | 2026-08-11T21:59:24.863Z | [ recovery-image] Aug 11 21:59:23.613 INFO O| Aug 11 21:59:23.613 INFO STEP 197 (remove_files) COMPLETE |
| 5829 | 2026-08-11T21:59:24.867Z | [ recovery-image] Aug 11 21:59:23.613 INFO O| Aug 11 21:59:23.613 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5830 | 2026-08-11T21:59:24.867Z | [ recovery-image] Aug 11 21:59:23.623 INFO O| Aug 11 21:59:23.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe" |
| 5831 | 2026-08-11T21:59:24.867Z | [ recovery-image] Aug 11 21:59:23.623 INFO O| Aug 11 21:59:23.623 INFO STEP 198 (remove_files) COMPLETE |
| 5832 | 2026-08-11T21:59:24.867Z | [ recovery-image] Aug 11 21:59:23.623 INFO O| Aug 11 21:59:23.623 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5833 | 2026-08-11T21:59:24.867Z | [ recovery-image] Aug 11 21:59:23.631 INFO O| Aug 11 21:59:23.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput" |
| 5834 | 2026-08-11T21:59:24.867Z | [ recovery-image] Aug 11 21:59:23.631 INFO O| Aug 11 21:59:23.631 INFO STEP 199 (remove_files) COMPLETE |
| 5835 | 2026-08-11T21:59:24.867Z | [ recovery-image] Aug 11 21:59:23.631 INFO O| Aug 11 21:59:23.631 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5836 | 2026-08-11T21:59:24.876Z | [ recovery-image] Aug 11 21:59:23.640 INFO O| Aug 11 21:59:23.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset" |
| 5837 | 2026-08-11T21:59:24.876Z | [ recovery-image] Aug 11 21:59:23.640 INFO O| Aug 11 21:59:23.640 INFO STEP 200 (remove_files) COMPLETE |
| 5838 | 2026-08-11T21:59:24.880Z | [ recovery-image] Aug 11 21:59:23.640 INFO O| Aug 11 21:59:23.640 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5839 | 2026-08-11T21:59:24.885Z | [ recovery-image] Aug 11 21:59:23.650 INFO O| Aug 11 21:59:23.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip" |
| 5840 | 2026-08-11T21:59:24.886Z | [ recovery-image] Aug 11 21:59:23.650 INFO O| Aug 11 21:59:23.650 INFO STEP 201 (remove_files) COMPLETE |
| 5841 | 2026-08-11T21:59:24.886Z | [ recovery-image] Aug 11 21:59:23.650 INFO O| Aug 11 21:59:23.650 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5842 | 2026-08-11T21:59:24.895Z | [ recovery-image] Aug 11 21:59:23.660 INFO O| Aug 11 21:59:23.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat" |
| 5843 | 2026-08-11T21:59:24.895Z | [ recovery-image] Aug 11 21:59:23.660 INFO O| Aug 11 21:59:23.660 INFO STEP 202 (remove_files) COMPLETE |
| 5844 | 2026-08-11T21:59:24.896Z | [ recovery-image] Aug 11 21:59:23.660 INFO O| Aug 11 21:59:23.660 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5845 | 2026-08-11T21:59:24.906Z | [ recovery-image] Aug 11 21:59:23.670 INFO O| Aug 11 21:59:23.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp" |
| 5846 | 2026-08-11T21:59:24.906Z | [ recovery-image] Aug 11 21:59:23.670 INFO O| Aug 11 21:59:23.670 INFO STEP 203 (remove_files) COMPLETE |
| 5847 | 2026-08-11T21:59:24.906Z | [ recovery-image] Aug 11 21:59:23.670 INFO O| Aug 11 21:59:23.670 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5848 | 2026-08-11T21:59:24.916Z | [ recovery-image] Aug 11 21:59:23.680 INFO O| Aug 11 21:59:23.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff" |
| 5849 | 2026-08-11T21:59:24.916Z | [ recovery-image] Aug 11 21:59:23.680 INFO O| Aug 11 21:59:23.680 INFO STEP 204 (remove_files) COMPLETE |
| 5850 | 2026-08-11T21:59:24.916Z | [ recovery-image] Aug 11 21:59:23.680 INFO O| Aug 11 21:59:23.680 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5851 | 2026-08-11T21:59:24.925Z | [ recovery-image] Aug 11 21:59:23.690 INFO O| Aug 11 21:59:23.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep" |
| 5852 | 2026-08-11T21:59:24.925Z | [ recovery-image] Aug 11 21:59:23.691 INFO O| Aug 11 21:59:23.691 INFO STEP 205 (remove_files) COMPLETE |
| 5853 | 2026-08-11T21:59:24.926Z | [ recovery-image] Aug 11 21:59:23.691 INFO O| Aug 11 21:59:23.691 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5854 | 2026-08-11T21:59:24.935Z | [ recovery-image] Aug 11 21:59:23.700 INFO O| Aug 11 21:59:23.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe" |
| 5855 | 2026-08-11T21:59:24.935Z | [ recovery-image] Aug 11 21:59:23.700 INFO O| Aug 11 21:59:23.700 INFO STEP 206 (remove_files) COMPLETE |
| 5856 | 2026-08-11T21:59:24.936Z | [ recovery-image] Aug 11 21:59:23.700 INFO O| Aug 11 21:59:23.700 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5857 | 2026-08-11T21:59:24.945Z | [ recovery-image] Aug 11 21:59:23.710 INFO O| Aug 11 21:59:23.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep" |
| 5858 | 2026-08-11T21:59:24.945Z | [ recovery-image] Aug 11 21:59:23.710 INFO O| Aug 11 21:59:23.710 INFO STEP 207 (remove_files) COMPLETE |
| 5859 | 2026-08-11T21:59:24.945Z | [ recovery-image] Aug 11 21:59:23.710 INFO O| Aug 11 21:59:23.710 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5860 | 2026-08-11T21:59:24.955Z | [ recovery-image] Aug 11 21:59:23.720 INFO O| Aug 11 21:59:23.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce" |
| 5861 | 2026-08-11T21:59:24.955Z | [ recovery-image] Aug 11 21:59:23.720 INFO O| Aug 11 21:59:23.720 INFO STEP 208 (remove_files) COMPLETE |
| 5862 | 2026-08-11T21:59:24.965Z | [ recovery-image] Aug 11 21:59:23.720 INFO O| Aug 11 21:59:23.720 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5863 | 2026-08-11T21:59:24.969Z | [ recovery-image] Aug 11 21:59:23.730 INFO O| Aug 11 21:59:23.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep" |
| 5864 | 2026-08-11T21:59:24.969Z | [ recovery-image] Aug 11 21:59:23.730 INFO O| Aug 11 21:59:23.730 INFO STEP 209 (remove_files) COMPLETE |
| 5865 | 2026-08-11T21:59:24.969Z | [ recovery-image] Aug 11 21:59:23.730 INFO O| Aug 11 21:59:23.730 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5866 | 2026-08-11T21:59:24.979Z | [ recovery-image] Aug 11 21:59:23.739 INFO O| Aug 11 21:59:23.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip" |
| 5867 | 2026-08-11T21:59:24.979Z | [ recovery-image] Aug 11 21:59:23.739 INFO O| Aug 11 21:59:23.739 INFO STEP 210 (remove_files) COMPLETE |
| 5868 | 2026-08-11T21:59:24.979Z | [ recovery-image] Aug 11 21:59:23.739 INFO O| Aug 11 21:59:23.739 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5869 | 2026-08-11T21:59:24.987Z | [ recovery-image] Aug 11 21:59:23.750 INFO O| Aug 11 21:59:23.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless" |
| 5870 | 2026-08-11T21:59:24.987Z | [ recovery-image] Aug 11 21:59:23.750 INFO O| Aug 11 21:59:23.750 INFO STEP 211 (remove_files) COMPLETE |
| 5871 | 2026-08-11T21:59:24.992Z | [ recovery-image] Aug 11 21:59:23.750 INFO O| Aug 11 21:59:23.750 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5872 | 2026-08-11T21:59:24.998Z | [ recovery-image] Aug 11 21:59:23.760 INFO O| Aug 11 21:59:23.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore" |
| 5873 | 2026-08-11T21:59:24.998Z | [ recovery-image] Aug 11 21:59:23.760 INFO O| Aug 11 21:59:23.760 INFO STEP 212 (remove_files) COMPLETE |
| 5874 | 2026-08-11T21:59:24.998Z | [ recovery-image] Aug 11 21:59:23.760 INFO O| Aug 11 21:59:23.760 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5875 | 2026-08-11T21:59:25.004Z | [ recovery-image] Aug 11 21:59:23.769 INFO O| Aug 11 21:59:23.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew" |
| 5876 | 2026-08-11T21:59:25.004Z | [ recovery-image] Aug 11 21:59:23.769 INFO O| Aug 11 21:59:23.769 INFO STEP 213 (remove_files) COMPLETE |
| 5877 | 2026-08-11T21:59:25.009Z | [ recovery-image] Aug 11 21:59:23.769 INFO O| Aug 11 21:59:23.769 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5878 | 2026-08-11T21:59:25.016Z | [ recovery-image] Aug 11 21:59:23.781 INFO O| Aug 11 21:59:23.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash" |
| 5879 | 2026-08-11T21:59:25.016Z | [ recovery-image] Aug 11 21:59:23.781 INFO O| Aug 11 21:59:23.780 INFO STEP 214 (remove_files) COMPLETE |
| 5880 | 2026-08-11T21:59:25.016Z | [ recovery-image] Aug 11 21:59:23.781 INFO O| Aug 11 21:59:23.780 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5881 | 2026-08-11T21:59:25.027Z | [ recovery-image] Aug 11 21:59:23.790 INFO O| Aug 11 21:59:23.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid" |
| 5882 | 2026-08-11T21:59:25.027Z | [ recovery-image] Aug 11 21:59:23.790 INFO O| Aug 11 21:59:23.790 INFO STEP 215 (remove_files) COMPLETE |
| 5883 | 2026-08-11T21:59:25.033Z | [ recovery-image] Aug 11 21:59:23.790 INFO O| Aug 11 21:59:23.790 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5884 | 2026-08-11T21:59:25.036Z | [ recovery-image] Aug 11 21:59:23.800 INFO O| Aug 11 21:59:23.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname" |
| 5885 | 2026-08-11T21:59:25.036Z | [ recovery-image] Aug 11 21:59:23.800 INFO O| Aug 11 21:59:23.800 INFO STEP 216 (remove_files) COMPLETE |
| 5886 | 2026-08-11T21:59:25.036Z | [ recovery-image] Aug 11 21:59:23.800 INFO O| Aug 11 21:59:23.800 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5887 | 2026-08-11T21:59:25.045Z | [ recovery-image] Aug 11 21:59:23.809 INFO O| Aug 11 21:59:23.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb" |
| 5888 | 2026-08-11T21:59:25.049Z | [ recovery-image] Aug 11 21:59:23.810 INFO O| Aug 11 21:59:23.810 INFO STEP 217 (remove_files) COMPLETE |
| 5889 | 2026-08-11T21:59:25.049Z | [ recovery-image] Aug 11 21:59:23.810 INFO O| Aug 11 21:59:23.810 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5890 | 2026-08-11T21:59:25.055Z | [ recovery-image] Aug 11 21:59:23.820 INFO O| Aug 11 21:59:23.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt" |
| 5891 | 2026-08-11T21:59:25.055Z | [ recovery-image] Aug 11 21:59:23.820 INFO O| Aug 11 21:59:23.820 INFO STEP 218 (remove_files) COMPLETE |
| 5892 | 2026-08-11T21:59:25.055Z | [ recovery-image] Aug 11 21:59:23.820 INFO O| Aug 11 21:59:23.820 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5893 | 2026-08-11T21:59:25.065Z | [verify-libraries] Compiling enum_dispatch v0.3.13 |
| 5894 | 2026-08-11T21:59:25.065Z | [ recovery-image] Aug 11 21:59:23.829 INFO O| Aug 11 21:59:23.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh" |
| 5895 | 2026-08-11T21:59:25.069Z | [ recovery-image] Aug 11 21:59:23.829 INFO O| Aug 11 21:59:23.829 INFO STEP 219 (remove_files) COMPLETE |
| 5896 | 2026-08-11T21:59:25.069Z | [ recovery-image] Aug 11 21:59:23.829 INFO O| Aug 11 21:59:23.829 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5897 | 2026-08-11T21:59:25.073Z | [ recovery-image] Aug 11 21:59:23.838 INFO O| Aug 11 21:59:23.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb" |
| 5898 | 2026-08-11T21:59:25.073Z | [ recovery-image] Aug 11 21:59:23.838 INFO O| Aug 11 21:59:23.838 INFO STEP 220 (remove_files) COMPLETE |
| 5899 | 2026-08-11T21:59:25.078Z | [ recovery-image] Aug 11 21:59:23.838 INFO O| Aug 11 21:59:23.838 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5900 | 2026-08-11T21:59:25.089Z | [ recovery-image] Aug 11 21:59:23.853 INFO O| Aug 11 21:59:23.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh" |
| 5901 | 2026-08-11T21:59:25.089Z | [ recovery-image] Aug 11 21:59:23.853 INFO O| Aug 11 21:59:23.853 INFO STEP 221 (remove_files) COMPLETE |
| 5902 | 2026-08-11T21:59:25.089Z | [ recovery-image] Aug 11 21:59:23.853 INFO O| Aug 11 21:59:23.853 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5903 | 2026-08-11T21:59:25.108Z | [ recovery-image] Aug 11 21:59:23.864 INFO O| Aug 11 21:59:23.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93" |
| 5904 | 2026-08-11T21:59:25.108Z | [ recovery-image] Aug 11 21:59:23.864 INFO O| Aug 11 21:59:23.864 INFO STEP 222 (remove_files) COMPLETE |
| 5905 | 2026-08-11T21:59:25.108Z | [ recovery-image] Aug 11 21:59:23.864 INFO O| Aug 11 21:59:23.864 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5906 | 2026-08-11T21:59:25.117Z | [ recovery-image] Aug 11 21:59:23.874 INFO O| Aug 11 21:59:23.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv" |
| 5907 | 2026-08-11T21:59:25.117Z | [ recovery-image] Aug 11 21:59:23.874 INFO O| Aug 11 21:59:23.874 INFO STEP 223 (remove_files) COMPLETE |
| 5908 | 2026-08-11T21:59:25.117Z | [ recovery-image] Aug 11 21:59:23.874 INFO O| Aug 11 21:59:23.874 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5909 | 2026-08-11T21:59:25.128Z | [ recovery-image] Aug 11 21:59:23.883 INFO O| Aug 11 21:59:23.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id" |
| 5910 | 2026-08-11T21:59:25.128Z | [ recovery-image] Aug 11 21:59:23.883 INFO O| Aug 11 21:59:23.883 INFO STEP 224 (remove_files) COMPLETE |
| 5911 | 2026-08-11T21:59:25.128Z | [ recovery-image] Aug 11 21:59:23.883 INFO O| Aug 11 21:59:23.883 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5912 | 2026-08-11T21:59:25.133Z | [ recovery-image] Aug 11 21:59:23.892 INFO O| Aug 11 21:59:23.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn" |
| 5913 | 2026-08-11T21:59:25.133Z | [ recovery-image] Aug 11 21:59:23.892 INFO O| Aug 11 21:59:23.892 INFO STEP 225 (remove_files) COMPLETE |
| 5914 | 2026-08-11T21:59:25.133Z | [ recovery-image] Aug 11 21:59:23.892 INFO O| Aug 11 21:59:23.892 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5915 | 2026-08-11T21:59:25.137Z | [ recovery-image] Aug 11 21:59:23.902 INFO O| Aug 11 21:59:23.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp" |
| 5916 | 2026-08-11T21:59:25.137Z | [ recovery-image] Aug 11 21:59:23.902 INFO O| Aug 11 21:59:23.902 INFO STEP 226 (remove_files) COMPLETE |
| 5917 | 2026-08-11T21:59:25.137Z | [ recovery-image] Aug 11 21:59:23.902 INFO O| Aug 11 21:59:23.902 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5918 | 2026-08-11T21:59:25.147Z | [ recovery-image] Aug 11 21:59:23.912 INFO O| Aug 11 21:59:23.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat" |
| 5919 | 2026-08-11T21:59:25.147Z | [ recovery-image] Aug 11 21:59:23.912 INFO O| Aug 11 21:59:23.912 INFO STEP 227 (remove_files) COMPLETE |
| 5920 | 2026-08-11T21:59:25.147Z | [ recovery-image] Aug 11 21:59:23.912 INFO O| Aug 11 21:59:23.912 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5921 | 2026-08-11T21:59:25.157Z | [ recovery-image] Aug 11 21:59:23.921 INFO O| Aug 11 21:59:23.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl" |
| 5922 | 2026-08-11T21:59:25.157Z | [ recovery-image] Aug 11 21:59:23.921 INFO O| Aug 11 21:59:23.921 INFO STEP 228 (remove_files) COMPLETE |
| 5923 | 2026-08-11T21:59:25.157Z | [ recovery-image] Aug 11 21:59:23.921 INFO O| Aug 11 21:59:23.921 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5924 | 2026-08-11T21:59:25.165Z | [ recovery-image] Aug 11 21:59:23.930 INFO O| Aug 11 21:59:23.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo" |
| 5925 | 2026-08-11T21:59:25.165Z | [ recovery-image] Aug 11 21:59:23.930 INFO O| Aug 11 21:59:23.930 INFO STEP 229 (remove_files) COMPLETE |
| 5926 | 2026-08-11T21:59:25.166Z | [ recovery-image] Aug 11 21:59:23.930 INFO O| Aug 11 21:59:23.930 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5927 | 2026-08-11T21:59:25.172Z | [verify-libraries] Compiling delegate v0.13.5 |
| 5928 | 2026-08-11T21:59:25.180Z | [ recovery-image] Aug 11 21:59:23.939 INFO O| Aug 11 21:59:23.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist" |
| 5929 | 2026-08-11T21:59:25.180Z | [ recovery-image] Aug 11 21:59:23.939 INFO O| Aug 11 21:59:23.939 INFO STEP 230 (remove_files) COMPLETE |
| 5930 | 2026-08-11T21:59:25.180Z | [ recovery-image] Aug 11 21:59:23.939 INFO O| Aug 11 21:59:23.939 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5931 | 2026-08-11T21:59:25.186Z | [ recovery-image] Aug 11 21:59:23.947 INFO O| Aug 11 21:59:23.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs" |
| 5932 | 2026-08-11T21:59:25.186Z | [ recovery-image] Aug 11 21:59:23.948 INFO O| Aug 11 21:59:23.947 INFO STEP 231 (remove_files) COMPLETE |
| 5933 | 2026-08-11T21:59:25.186Z | [ recovery-image] Aug 11 21:59:23.948 INFO O| Aug 11 21:59:23.947 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5934 | 2026-08-11T21:59:25.191Z | [ recovery-image] Aug 11 21:59:23.956 INFO O| Aug 11 21:59:23.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join" |
| 5935 | 2026-08-11T21:59:25.191Z | [ recovery-image] Aug 11 21:59:23.956 INFO O| Aug 11 21:59:23.956 INFO STEP 232 (remove_files) COMPLETE |
| 5936 | 2026-08-11T21:59:25.201Z | [ recovery-image] Aug 11 21:59:23.956 INFO O| Aug 11 21:59:23.956 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5937 | 2026-08-11T21:59:25.207Z | [ recovery-image] Aug 11 21:59:23.965 INFO O| Aug 11 21:59:23.965 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd" |
| 5938 | 2026-08-11T21:59:25.207Z | [ recovery-image] Aug 11 21:59:23.966 INFO O| Aug 11 21:59:23.965 INFO STEP 233 (remove_files) COMPLETE |
| 5939 | 2026-08-11T21:59:25.207Z | [ recovery-image] Aug 11 21:59:23.966 INFO O| Aug 11 21:59:23.966 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5940 | 2026-08-11T21:59:25.212Z | [ recovery-image] Aug 11 21:59:23.974 INFO O| Aug 11 21:59:23.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy" |
| 5941 | 2026-08-11T21:59:25.212Z | [ recovery-image] Aug 11 21:59:23.974 INFO O| Aug 11 21:59:23.974 INFO STEP 234 (remove_files) COMPLETE |
| 5942 | 2026-08-11T21:59:25.212Z | [ recovery-image] Aug 11 21:59:23.974 INFO O| Aug 11 21:59:23.974 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5943 | 2026-08-11T21:59:25.218Z | [ recovery-image] Aug 11 21:59:23.983 INFO O| Aug 11 21:59:23.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin" |
| 5944 | 2026-08-11T21:59:25.218Z | [ recovery-image] Aug 11 21:59:23.983 INFO O| Aug 11 21:59:23.983 INFO STEP 235 (remove_files) COMPLETE |
| 5945 | 2026-08-11T21:59:25.218Z | [ recovery-image] Aug 11 21:59:23.983 INFO O| Aug 11 21:59:23.983 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5946 | 2026-08-11T21:59:25.227Z | [ recovery-image] Aug 11 21:59:23.991 INFO O| Aug 11 21:59:23.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout" |
| 5947 | 2026-08-11T21:59:25.227Z | [ recovery-image] Aug 11 21:59:23.991 INFO O| Aug 11 21:59:23.991 INFO STEP 236 (remove_files) COMPLETE |
| 5948 | 2026-08-11T21:59:25.227Z | [ recovery-image] Aug 11 21:59:23.991 INFO O| Aug 11 21:59:23.991 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5949 | 2026-08-11T21:59:25.235Z | [ recovery-image] Aug 11 21:59:24.000 INFO O| Aug 11 21:59:24.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill" |
| 5950 | 2026-08-11T21:59:25.235Z | [ recovery-image] Aug 11 21:59:24.000 INFO O| Aug 11 21:59:24.000 INFO STEP 237 (remove_files) COMPLETE |
| 5951 | 2026-08-11T21:59:25.239Z | [ recovery-image] Aug 11 21:59:24.000 INFO O| Aug 11 21:59:24.000 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5952 | 2026-08-11T21:59:25.244Z | [ recovery-image] Aug 11 21:59:24.008 INFO O| Aug 11 21:59:24.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit" |
| 5953 | 2026-08-11T21:59:25.244Z | [ recovery-image] Aug 11 21:59:24.009 INFO O| Aug 11 21:59:24.009 INFO STEP 238 (remove_files) COMPLETE |
| 5954 | 2026-08-11T21:59:25.244Z | [ recovery-image] Aug 11 21:59:24.009 INFO O| Aug 11 21:59:24.009 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5955 | 2026-08-11T21:59:25.253Z | [ recovery-image] Aug 11 21:59:24.018 INFO O| Aug 11 21:59:24.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist" |
| 5956 | 2026-08-11T21:59:25.253Z | [ recovery-image] Aug 11 21:59:24.018 INFO O| Aug 11 21:59:24.018 INFO STEP 239 (remove_files) COMPLETE |
| 5957 | 2026-08-11T21:59:25.253Z | [ recovery-image] Aug 11 21:59:24.018 INFO O| Aug 11 21:59:24.018 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5958 | 2026-08-11T21:59:25.264Z | [ recovery-image] Aug 11 21:59:24.027 INFO O| Aug 11 21:59:24.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg" |
| 5959 | 2026-08-11T21:59:25.264Z | [ recovery-image] Aug 11 21:59:24.027 INFO O| Aug 11 21:59:24.027 INFO STEP 240 (remove_files) COMPLETE |
| 5960 | 2026-08-11T21:59:25.264Z | [ recovery-image] Aug 11 21:59:24.027 INFO O| Aug 11 21:59:24.027 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5961 | 2026-08-11T21:59:25.273Z | [ recovery-image] Aug 11 21:59:24.038 INFO O| Aug 11 21:59:24.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd" |
| 5962 | 2026-08-11T21:59:25.284Z | [ recovery-image] Aug 11 21:59:24.043 INFO O| Aug 11 21:59:24.043 INFO STEP 241 (remove_files) COMPLETE |
| 5963 | 2026-08-11T21:59:25.284Z | [ recovery-image] Aug 11 21:59:24.043 INFO O| Aug 11 21:59:24.043 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5964 | 2026-08-11T21:59:25.292Z | [ recovery-image] Aug 11 21:59:24.053 INFO O| Aug 11 21:59:24.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config" |
| 5965 | 2026-08-11T21:59:25.292Z | [ recovery-image] Aug 11 21:59:24.053 INFO O| Aug 11 21:59:24.053 INFO STEP 242 (remove_files) COMPLETE |
| 5966 | 2026-08-11T21:59:25.292Z | [ recovery-image] Aug 11 21:59:24.053 INFO O| Aug 11 21:59:24.053 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5967 | 2026-08-11T21:59:25.298Z | [ recovery-image] Aug 11 21:59:24.062 INFO O| Aug 11 21:59:24.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93" |
| 5968 | 2026-08-11T21:59:25.298Z | [ recovery-image] Aug 11 21:59:24.062 INFO O| Aug 11 21:59:24.062 INFO STEP 243 (remove_files) COMPLETE |
| 5969 | 2026-08-11T21:59:25.301Z | [ recovery-image] Aug 11 21:59:24.062 INFO O| Aug 11 21:59:24.062 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5970 | 2026-08-11T21:59:25.306Z | [ recovery-image] Aug 11 21:59:24.071 INFO O| Aug 11 21:59:24.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil" |
| 5971 | 2026-08-11T21:59:25.306Z | [ recovery-image] Aug 11 21:59:24.071 INFO O| Aug 11 21:59:24.071 INFO STEP 244 (remove_files) COMPLETE |
| 5972 | 2026-08-11T21:59:25.306Z | [ recovery-image] Aug 11 21:59:24.071 INFO O| Aug 11 21:59:24.071 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5973 | 2026-08-11T21:59:25.316Z | [ recovery-image] Aug 11 21:59:24.081 INFO O| Aug 11 21:59:24.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat" |
| 5974 | 2026-08-11T21:59:25.316Z | [ recovery-image] Aug 11 21:59:24.081 INFO O| Aug 11 21:59:24.081 INFO STEP 245 (remove_files) COMPLETE |
| 5975 | 2026-08-11T21:59:25.316Z | [ recovery-image] Aug 11 21:59:24.081 INFO O| Aug 11 21:59:24.081 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5976 | 2026-08-11T21:59:25.328Z | [ recovery-image] Aug 11 21:59:24.091 INFO O| Aug 11 21:59:24.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last" |
| 5977 | 2026-08-11T21:59:25.328Z | [ recovery-image] Aug 11 21:59:24.092 INFO O| Aug 11 21:59:24.091 INFO STEP 246 (remove_files) COMPLETE |
| 5978 | 2026-08-11T21:59:25.328Z | [ recovery-image] Aug 11 21:59:24.092 INFO O| Aug 11 21:59:24.092 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5979 | 2026-08-11T21:59:25.337Z | [ recovery-image] Aug 11 21:59:24.102 INFO O| Aug 11 21:59:24.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm" |
| 5980 | 2026-08-11T21:59:25.337Z | [ recovery-image] Aug 11 21:59:24.102 INFO O| Aug 11 21:59:24.102 INFO STEP 247 (remove_files) COMPLETE |
| 5981 | 2026-08-11T21:59:25.341Z | [ recovery-image] Aug 11 21:59:24.102 INFO O| Aug 11 21:59:24.102 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5982 | 2026-08-11T21:59:25.347Z | [ recovery-image] Aug 11 21:59:24.111 INFO O| Aug 11 21:59:24.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld" |
| 5983 | 2026-08-11T21:59:25.347Z | [ recovery-image] Aug 11 21:59:24.111 INFO O| Aug 11 21:59:24.111 INFO STEP 248 (remove_files) COMPLETE |
| 5984 | 2026-08-11T21:59:25.347Z | [ recovery-image] Aug 11 21:59:24.111 INFO O| Aug 11 21:59:24.111 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5985 | 2026-08-11T21:59:25.356Z | [ recovery-image] Aug 11 21:59:24.120 INFO O| Aug 11 21:59:24.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd" |
| 5986 | 2026-08-11T21:59:25.356Z | [ recovery-image] Aug 11 21:59:24.120 INFO O| Aug 11 21:59:24.120 INFO STEP 249 (remove_files) COMPLETE |
| 5987 | 2026-08-11T21:59:25.360Z | [ recovery-image] Aug 11 21:59:24.120 INFO O| Aug 11 21:59:24.120 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5988 | 2026-08-11T21:59:25.366Z | [ recovery-image] Aug 11 21:59:24.131 INFO O| Aug 11 21:59:24.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less" |
| 5989 | 2026-08-11T21:59:25.369Z | [ recovery-image] Aug 11 21:59:24.131 INFO O| Aug 11 21:59:24.131 INFO STEP 250 (remove_files) COMPLETE |
| 5990 | 2026-08-11T21:59:25.369Z | [ recovery-image] Aug 11 21:59:24.132 INFO O| Aug 11 21:59:24.131 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5991 | 2026-08-11T21:59:25.378Z | [ recovery-image] Aug 11 21:59:24.143 INFO O| Aug 11 21:59:24.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho" |
| 5992 | 2026-08-11T21:59:25.378Z | [ recovery-image] Aug 11 21:59:24.143 INFO O| Aug 11 21:59:24.143 INFO STEP 251 (remove_files) COMPLETE |
| 5993 | 2026-08-11T21:59:25.378Z | [ recovery-image] Aug 11 21:59:24.143 INFO O| Aug 11 21:59:24.143 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5994 | 2026-08-11T21:59:25.389Z | [ recovery-image] Aug 11 21:59:24.154 INFO O| Aug 11 21:59:24.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey" |
| 5995 | 2026-08-11T21:59:25.389Z | [ recovery-image] Aug 11 21:59:24.154 INFO O| Aug 11 21:59:24.154 INFO STEP 252 (remove_files) COMPLETE |
| 5996 | 2026-08-11T21:59:25.389Z | [ recovery-image] Aug 11 21:59:24.154 INFO O| Aug 11 21:59:24.154 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5997 | 2026-08-11T21:59:25.399Z | [ recovery-image] Aug 11 21:59:24.164 INFO O| Aug 11 21:59:24.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo" |
| 5998 | 2026-08-11T21:59:25.399Z | [ recovery-image] Aug 11 21:59:24.164 INFO O| Aug 11 21:59:24.164 INFO STEP 253 (remove_files) COMPLETE |
| 5999 | 2026-08-11T21:59:25.399Z | [ recovery-image] Aug 11 21:59:24.164 INFO O| Aug 11 21:59:24.164 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6000 | 2026-08-11T21:59:25.409Z | [ recovery-image] Aug 11 21:59:24.173 INFO O| Aug 11 21:59:24.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line" |
| 6001 | 2026-08-11T21:59:25.409Z | [ recovery-image] Aug 11 21:59:24.173 INFO O| Aug 11 21:59:24.173 INFO STEP 254 (remove_files) COMPLETE |
| 6002 | 2026-08-11T21:59:25.413Z | [ recovery-image] Aug 11 21:59:24.173 INFO O| Aug 11 21:59:24.173 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6003 | 2026-08-11T21:59:25.419Z | [ recovery-image] Aug 11 21:59:24.183 INFO O| Aug 11 21:59:24.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp" |
| 6004 | 2026-08-11T21:59:25.419Z | [ recovery-image] Aug 11 21:59:24.183 INFO O| Aug 11 21:59:24.183 INFO STEP 255 (remove_files) COMPLETE |
| 6005 | 2026-08-11T21:59:25.419Z | [ recovery-image] Aug 11 21:59:24.183 INFO O| Aug 11 21:59:24.183 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6006 | 2026-08-11T21:59:25.431Z | [ recovery-image] Aug 11 21:59:24.195 INFO O| Aug 11 21:59:24.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers" |
| 6007 | 2026-08-11T21:59:25.431Z | [ recovery-image] Aug 11 21:59:24.195 INFO O| Aug 11 21:59:24.195 INFO STEP 256 (remove_files) COMPLETE |
| 6008 | 2026-08-11T21:59:25.431Z | [ recovery-image] Aug 11 21:59:24.195 INFO O| Aug 11 21:59:24.195 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6009 | 2026-08-11T21:59:25.444Z | [ recovery-image] Aug 11 21:59:24.205 INFO O| Aug 11 21:59:24.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys" |
| 6010 | 2026-08-11T21:59:25.444Z | [ recovery-image] Aug 11 21:59:24.205 INFO O| Aug 11 21:59:24.205 INFO STEP 257 (remove_files) COMPLETE |
| 6011 | 2026-08-11T21:59:25.444Z | [ recovery-image] Aug 11 21:59:24.205 INFO O| Aug 11 21:59:24.205 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6012 | 2026-08-11T21:59:25.450Z | [ recovery-image] Aug 11 21:59:24.215 INFO O| Aug 11 21:59:24.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger" |
| 6013 | 2026-08-11T21:59:25.450Z | [ recovery-image] Aug 11 21:59:24.215 INFO O| Aug 11 21:59:24.215 INFO STEP 258 (remove_files) COMPLETE |
| 6014 | 2026-08-11T21:59:25.450Z | [ recovery-image] Aug 11 21:59:24.215 INFO O| Aug 11 21:59:24.215 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6015 | 2026-08-11T21:59:25.459Z | [ recovery-image] Aug 11 21:59:24.224 INFO O| Aug 11 21:59:24.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins" |
| 6016 | 2026-08-11T21:59:25.459Z | [ recovery-image] Aug 11 21:59:24.224 INFO O| Aug 11 21:59:24.224 INFO STEP 259 (remove_files) COMPLETE |
| 6017 | 2026-08-11T21:59:25.459Z | [ recovery-image] Aug 11 21:59:24.224 INFO O| Aug 11 21:59:24.224 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6018 | 2026-08-11T21:59:25.470Z | [ recovery-image] Aug 11 21:59:24.235 INFO O| Aug 11 21:59:24.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname" |
| 6019 | 2026-08-11T21:59:25.490Z | [ recovery-image] Aug 11 21:59:24.235 INFO O| Aug 11 21:59:24.235 INFO STEP 260 (remove_files) COMPLETE |
| 6020 | 2026-08-11T21:59:25.490Z | [ recovery-image] Aug 11 21:59:24.236 INFO O| Aug 11 21:59:24.235 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6021 | 2026-08-11T21:59:25.494Z | [ recovery-image] Aug 11 21:59:24.245 INFO O| Aug 11 21:59:24.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look" |
| 6022 | 2026-08-11T21:59:25.494Z | [ recovery-image] Aug 11 21:59:24.245 INFO O| Aug 11 21:59:24.245 INFO STEP 261 (remove_files) COMPLETE |
| 6023 | 2026-08-11T21:59:25.494Z | [ recovery-image] Aug 11 21:59:24.245 INFO O| Aug 11 21:59:24.245 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6024 | 2026-08-11T21:59:25.494Z | [ recovery-image] Aug 11 21:59:24.255 INFO O| Aug 11 21:59:24.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4" |
| 6025 | 2026-08-11T21:59:25.494Z | [ recovery-image] Aug 11 21:59:24.255 INFO O| Aug 11 21:59:24.255 INFO STEP 262 (remove_files) COMPLETE |
| 6026 | 2026-08-11T21:59:25.495Z | [ recovery-image] Aug 11 21:59:24.255 INFO O| Aug 11 21:59:24.255 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6027 | 2026-08-11T21:59:25.500Z | [ recovery-image] Aug 11 21:59:24.265 INFO O| Aug 11 21:59:24.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec" |
| 6028 | 2026-08-11T21:59:25.500Z | [ recovery-image] Aug 11 21:59:24.266 INFO O| Aug 11 21:59:24.265 INFO STEP 263 (remove_files) COMPLETE |
| 6029 | 2026-08-11T21:59:25.504Z | [ recovery-image] Aug 11 21:59:24.266 INFO O| Aug 11 21:59:24.265 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6030 | 2026-08-11T21:59:25.513Z | [ recovery-image] Aug 11 21:59:24.276 INFO O| Aug 11 21:59:24.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo" |
| 6031 | 2026-08-11T21:59:25.513Z | [ recovery-image] Aug 11 21:59:24.276 INFO O| Aug 11 21:59:24.276 INFO STEP 264 (remove_files) COMPLETE |
| 6032 | 2026-08-11T21:59:25.513Z | [ recovery-image] Aug 11 21:59:24.276 INFO O| Aug 11 21:59:24.276 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6033 | 2026-08-11T21:59:25.522Z | [ recovery-image] Aug 11 21:59:24.285 INFO O| Aug 11 21:59:24.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac" |
| 6034 | 2026-08-11T21:59:25.522Z | [ recovery-image] Aug 11 21:59:24.286 INFO O| Aug 11 21:59:24.286 INFO STEP 265 (remove_files) COMPLETE |
| 6035 | 2026-08-11T21:59:25.522Z | [ recovery-image] Aug 11 21:59:24.286 INFO O| Aug 11 21:59:24.286 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6036 | 2026-08-11T21:59:25.532Z | [ recovery-image] Aug 11 21:59:24.297 INFO O| Aug 11 21:59:24.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach" |
| 6037 | 2026-08-11T21:59:25.532Z | [ recovery-image] Aug 11 21:59:24.297 INFO O| Aug 11 21:59:24.297 INFO STEP 266 (remove_files) COMPLETE |
| 6038 | 2026-08-11T21:59:25.533Z | [ recovery-image] Aug 11 21:59:24.297 INFO O| Aug 11 21:59:24.297 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6039 | 2026-08-11T21:59:25.544Z | [ recovery-image] Aug 11 21:59:24.308 INFO O| Aug 11 21:59:24.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx" |
| 6040 | 2026-08-11T21:59:25.544Z | [ recovery-image] Aug 11 21:59:24.308 INFO O| Aug 11 21:59:24.308 INFO STEP 267 (remove_files) COMPLETE |
| 6041 | 2026-08-11T21:59:25.544Z | [ recovery-image] Aug 11 21:59:24.308 INFO O| Aug 11 21:59:24.308 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6042 | 2026-08-11T21:59:25.553Z | [ recovery-image] Aug 11 21:59:24.318 INFO O| Aug 11 21:59:24.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev" |
| 6043 | 2026-08-11T21:59:25.553Z | [ recovery-image] Aug 11 21:59:24.318 INFO O| Aug 11 21:59:24.318 INFO STEP 268 (remove_files) COMPLETE |
| 6044 | 2026-08-11T21:59:25.554Z | [ recovery-image] Aug 11 21:59:24.318 INFO O| Aug 11 21:59:24.318 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6045 | 2026-08-11T21:59:25.563Z | [ recovery-image] Aug 11 21:59:24.328 INFO O| Aug 11 21:59:24.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg" |
| 6046 | 2026-08-11T21:59:25.563Z | [ recovery-image] Aug 11 21:59:24.328 INFO O| Aug 11 21:59:24.328 INFO STEP 269 (remove_files) COMPLETE |
| 6047 | 2026-08-11T21:59:25.563Z | [ recovery-image] Aug 11 21:59:24.328 INFO O| Aug 11 21:59:24.328 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6048 | 2026-08-11T21:59:25.576Z | [ recovery-image] Aug 11 21:59:24.339 INFO O| Aug 11 21:59:24.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c" |
| 6049 | 2026-08-11T21:59:25.576Z | [ recovery-image] Aug 11 21:59:24.339 INFO O| Aug 11 21:59:24.339 INFO STEP 270 (remove_files) COMPLETE |
| 6050 | 2026-08-11T21:59:25.576Z | [ recovery-image] Aug 11 21:59:24.339 INFO O| Aug 11 21:59:24.339 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6051 | 2026-08-11T21:59:25.587Z | [ recovery-image] Aug 11 21:59:24.350 INFO O| Aug 11 21:59:24.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update" |
| 6052 | 2026-08-11T21:59:25.587Z | [ recovery-image] Aug 11 21:59:24.350 INFO O| Aug 11 21:59:24.350 INFO STEP 271 (remove_files) COMPLETE |
| 6053 | 2026-08-11T21:59:25.591Z | [ recovery-image] Aug 11 21:59:24.350 INFO O| Aug 11 21:59:24.350 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6054 | 2026-08-11T21:59:25.594Z | [ recovery-image] Aug 11 21:59:24.359 INFO O| Aug 11 21:59:24.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo" |
| 6055 | 2026-08-11T21:59:25.594Z | [ recovery-image] Aug 11 21:59:24.359 INFO O| Aug 11 21:59:24.359 INFO STEP 272 (remove_files) COMPLETE |
| 6056 | 2026-08-11T21:59:25.594Z | [ recovery-image] Aug 11 21:59:24.359 INFO O| Aug 11 21:59:24.359 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6057 | 2026-08-11T21:59:25.604Z | [ recovery-image] Aug 11 21:59:24.369 INFO O| Aug 11 21:59:24.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict" |
| 6058 | 2026-08-11T21:59:25.607Z | [ recovery-image] Aug 11 21:59:24.369 INFO O| Aug 11 21:59:24.369 INFO STEP 273 (remove_files) COMPLETE |
| 6059 | 2026-08-11T21:59:25.607Z | [ recovery-image] Aug 11 21:59:24.369 INFO O| Aug 11 21:59:24.369 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6060 | 2026-08-11T21:59:25.616Z | [ recovery-image] Aug 11 21:59:24.379 INFO O| Aug 11 21:59:24.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe" |
| 6061 | 2026-08-11T21:59:25.616Z | [ recovery-image] Aug 11 21:59:24.380 INFO O| Aug 11 21:59:24.379 INFO STEP 274 (remove_files) COMPLETE |
| 6062 | 2026-08-11T21:59:25.616Z | [ recovery-image] Aug 11 21:59:24.380 INFO O| Aug 11 21:59:24.379 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6063 | 2026-08-11T21:59:25.624Z | [ recovery-image] Aug 11 21:59:24.389 INFO O| Aug 11 21:59:24.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat" |
| 6064 | 2026-08-11T21:59:25.624Z | [ recovery-image] Aug 11 21:59:24.389 INFO O| Aug 11 21:59:24.389 INFO STEP 275 (remove_files) COMPLETE |
| 6065 | 2026-08-11T21:59:25.625Z | [ recovery-image] Aug 11 21:59:24.390 INFO O| Aug 11 21:59:24.389 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6066 | 2026-08-11T21:59:25.635Z | [ recovery-image] Aug 11 21:59:24.400 INFO O| Aug 11 21:59:24.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt" |
| 6067 | 2026-08-11T21:59:25.635Z | [ recovery-image] Aug 11 21:59:24.400 INFO O| Aug 11 21:59:24.400 INFO STEP 276 (remove_files) COMPLETE |
| 6068 | 2026-08-11T21:59:25.640Z | [ recovery-image] Aug 11 21:59:24.400 INFO O| Aug 11 21:59:24.400 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6069 | 2026-08-11T21:59:25.645Z | [ recovery-image] Aug 11 21:59:24.410 INFO O| Aug 11 21:59:24.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config" |
| 6070 | 2026-08-11T21:59:25.649Z | [ recovery-image] Aug 11 21:59:24.411 INFO O| Aug 11 21:59:24.411 INFO STEP 277 (remove_files) COMPLETE |
| 6071 | 2026-08-11T21:59:25.649Z | [ recovery-image] Aug 11 21:59:24.411 INFO O| Aug 11 21:59:24.411 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6072 | 2026-08-11T21:59:25.656Z | [ recovery-image] Aug 11 21:59:24.420 INFO O| Aug 11 21:59:24.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert" |
| 6073 | 2026-08-11T21:59:25.657Z | [ recovery-image] Aug 11 21:59:24.420 INFO O| Aug 11 21:59:24.420 INFO STEP 278 (remove_files) COMPLETE |
| 6074 | 2026-08-11T21:59:25.657Z | [ recovery-image] Aug 11 21:59:24.420 INFO O| Aug 11 21:59:24.420 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6075 | 2026-08-11T21:59:25.664Z | [ recovery-image] Aug 11 21:59:24.429 INFO O| Aug 11 21:59:24.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config" |
| 6076 | 2026-08-11T21:59:25.664Z | [ recovery-image] Aug 11 21:59:24.429 INFO O| Aug 11 21:59:24.429 INFO STEP 279 (remove_files) COMPLETE |
| 6077 | 2026-08-11T21:59:25.664Z | [ recovery-image] Aug 11 21:59:24.429 INFO O| Aug 11 21:59:24.429 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6078 | 2026-08-11T21:59:25.675Z | [ recovery-image] Aug 11 21:59:24.438 INFO O| Aug 11 21:59:24.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user" |
| 6079 | 2026-08-11T21:59:25.675Z | [ recovery-image] Aug 11 21:59:24.438 INFO O| Aug 11 21:59:24.438 INFO STEP 280 (remove_files) COMPLETE |
| 6080 | 2026-08-11T21:59:25.675Z | [ recovery-image] Aug 11 21:59:24.438 INFO O| Aug 11 21:59:24.438 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6081 | 2026-08-11T21:59:25.684Z | [ recovery-image] Aug 11 21:59:24.448 INFO O| Aug 11 21:59:24.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform" |
| 6082 | 2026-08-11T21:59:25.684Z | [ recovery-image] Aug 11 21:59:24.448 INFO O| Aug 11 21:59:24.448 INFO STEP 281 (remove_files) COMPLETE |
| 6083 | 2026-08-11T21:59:25.685Z | [ recovery-image] Aug 11 21:59:24.448 INFO O| Aug 11 21:59:24.448 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6084 | 2026-08-11T21:59:25.698Z | [ recovery-image] Aug 11 21:59:24.457 INFO O| Aug 11 21:59:24.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp" |
| 6085 | 2026-08-11T21:59:25.698Z | [ recovery-image] Aug 11 21:59:24.457 INFO O| Aug 11 21:59:24.457 INFO STEP 282 (remove_files) COMPLETE |
| 6086 | 2026-08-11T21:59:25.703Z | [ recovery-image] Aug 11 21:59:24.457 INFO O| Aug 11 21:59:24.457 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6087 | 2026-08-11T21:59:25.707Z | [ recovery-image] Aug 11 21:59:24.468 INFO O| Aug 11 21:59:24.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news" |
| 6088 | 2026-08-11T21:59:25.707Z | [ recovery-image] Aug 11 21:59:24.468 INFO O| Aug 11 21:59:24.468 INFO STEP 283 (remove_files) COMPLETE |
| 6089 | 2026-08-11T21:59:25.707Z | [ recovery-image] Aug 11 21:59:24.468 INFO O| Aug 11 21:59:24.468 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6090 | 2026-08-11T21:59:25.712Z | [ recovery-image] Aug 11 21:59:24.476 INFO O| Aug 11 21:59:24.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask" |
| 6091 | 2026-08-11T21:59:25.712Z | [ recovery-image] Aug 11 21:59:24.477 INFO O| Aug 11 21:59:24.477 INFO STEP 284 (remove_files) COMPLETE |
| 6092 | 2026-08-11T21:59:25.716Z | [ recovery-image] Aug 11 21:59:24.477 INFO O| Aug 11 21:59:24.477 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6093 | 2026-08-11T21:59:25.722Z | [ recovery-image] Aug 11 21:59:24.487 INFO O| Aug 11 21:59:24.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice" |
| 6094 | 2026-08-11T21:59:25.722Z | [ recovery-image] Aug 11 21:59:24.487 INFO O| Aug 11 21:59:24.487 INFO STEP 285 (remove_files) COMPLETE |
| 6095 | 2026-08-11T21:59:25.722Z | [ recovery-image] Aug 11 21:59:24.487 INFO O| Aug 11 21:59:24.487 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6096 | 2026-08-11T21:59:25.733Z | [ recovery-image] Aug 11 21:59:24.497 INFO O| Aug 11 21:59:24.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl" |
| 6097 | 2026-08-11T21:59:25.733Z | [ recovery-image] Aug 11 21:59:24.497 INFO O| Aug 11 21:59:24.497 INFO STEP 286 (remove_files) COMPLETE |
| 6098 | 2026-08-11T21:59:25.733Z | [ recovery-image] Aug 11 21:59:24.497 INFO O| Aug 11 21:59:24.497 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6099 | 2026-08-11T21:59:25.744Z | [ recovery-image] Aug 11 21:59:24.506 INFO O| Aug 11 21:59:24.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk" |
| 6100 | 2026-08-11T21:59:25.744Z | [ recovery-image] Aug 11 21:59:24.506 INFO O| Aug 11 21:59:24.506 INFO STEP 287 (remove_files) COMPLETE |
| 6101 | 2026-08-11T21:59:25.744Z | [ recovery-image] Aug 11 21:59:24.506 INFO O| Aug 11 21:59:24.506 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6102 | 2026-08-11T21:59:25.750Z | [ recovery-image] Aug 11 21:59:24.515 INFO O| Aug 11 21:59:24.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od" |
| 6103 | 2026-08-11T21:59:25.750Z | [ recovery-image] Aug 11 21:59:24.515 INFO O| Aug 11 21:59:24.515 INFO STEP 288 (remove_files) COMPLETE |
| 6104 | 2026-08-11T21:59:25.750Z | [ recovery-image] Aug 11 21:59:24.515 INFO O| Aug 11 21:59:24.515 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6105 | 2026-08-11T21:59:25.760Z | [ recovery-image] Aug 11 21:59:24.525 INFO O| Aug 11 21:59:24.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa" |
| 6106 | 2026-08-11T21:59:25.760Z | [ recovery-image] Aug 11 21:59:24.525 INFO O| Aug 11 21:59:24.525 INFO STEP 289 (remove_files) COMPLETE |
| 6107 | 2026-08-11T21:59:25.760Z | [ recovery-image] Aug 11 21:59:24.525 INFO O| Aug 11 21:59:24.525 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6108 | 2026-08-11T21:59:25.839Z | [ recovery-image] Aug 11 21:59:24.535 INFO O| Aug 11 21:59:24.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack" |
| 6109 | 2026-08-11T21:59:25.839Z | [ recovery-image] Aug 11 21:59:24.536 INFO O| Aug 11 21:59:24.536 INFO STEP 290 (remove_files) COMPLETE |
| 6110 | 2026-08-11T21:59:25.839Z | [ recovery-image] Aug 11 21:59:24.536 INFO O| Aug 11 21:59:24.536 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6111 | 2026-08-11T21:59:25.839Z | [ recovery-image] Aug 11 21:59:24.545 INFO O| Aug 11 21:59:24.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page" |
| 6112 | 2026-08-11T21:59:25.839Z | [ recovery-image] Aug 11 21:59:24.545 INFO O| Aug 11 21:59:24.545 INFO STEP 291 (remove_files) COMPLETE |
| 6113 | 2026-08-11T21:59:25.839Z | [ recovery-image] Aug 11 21:59:24.545 INFO O| Aug 11 21:59:24.545 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6114 | 2026-08-11T21:59:25.839Z | [ recovery-image] Aug 11 21:59:24.556 INFO O| Aug 11 21:59:24.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize" |
| 6115 | 2026-08-11T21:59:25.839Z | [ recovery-image] Aug 11 21:59:24.556 INFO O| Aug 11 21:59:24.556 INFO STEP 292 (remove_files) COMPLETE |
| 6116 | 2026-08-11T21:59:25.839Z | [ recovery-image] Aug 11 21:59:24.556 INFO O| Aug 11 21:59:24.556 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6117 | 2026-08-11T21:59:25.839Z | [ recovery-image] Aug 11 21:59:24.565 INFO O| Aug 11 21:59:24.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd" |
| 6118 | 2026-08-11T21:59:25.839Z | [ recovery-image] Aug 11 21:59:24.565 INFO O| Aug 11 21:59:24.565 INFO STEP 293 (remove_files) COMPLETE |
| 6119 | 2026-08-11T21:59:25.839Z | [ recovery-image] Aug 11 21:59:24.565 INFO O| Aug 11 21:59:24.565 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6120 | 2026-08-11T21:59:25.840Z | [ recovery-image] Aug 11 21:59:24.576 INFO O| Aug 11 21:59:24.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste" |
| 6121 | 2026-08-11T21:59:25.840Z | [ recovery-image] Aug 11 21:59:24.576 INFO O| Aug 11 21:59:24.576 INFO STEP 294 (remove_files) COMPLETE |
| 6122 | 2026-08-11T21:59:25.840Z | [ recovery-image] Aug 11 21:59:24.576 INFO O| Aug 11 21:59:24.576 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6123 | 2026-08-11T21:59:25.840Z | [ recovery-image] Aug 11 21:59:24.585 INFO O| Aug 11 21:59:24.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk" |
| 6124 | 2026-08-11T21:59:25.840Z | [ recovery-image] Aug 11 21:59:24.585 INFO O| Aug 11 21:59:24.585 INFO STEP 295 (remove_files) COMPLETE |
| 6125 | 2026-08-11T21:59:25.840Z | [ recovery-image] Aug 11 21:59:24.585 INFO O| Aug 11 21:59:24.585 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6126 | 2026-08-11T21:59:25.845Z | [ recovery-image] Aug 11 21:59:24.595 INFO O| Aug 11 21:59:24.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax" |
| 6127 | 2026-08-11T21:59:25.845Z | [ recovery-image] Aug 11 21:59:24.595 INFO O| Aug 11 21:59:24.595 INFO STEP 296 (remove_files) COMPLETE |
| 6128 | 2026-08-11T21:59:25.845Z | [ recovery-image] Aug 11 21:59:24.595 INFO O| Aug 11 21:59:24.595 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6129 | 2026-08-11T21:59:25.845Z | [ recovery-image] Aug 11 21:59:24.605 INFO O| Aug 11 21:59:24.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config" |
| 6130 | 2026-08-11T21:59:25.845Z | [ recovery-image] Aug 11 21:59:24.605 INFO O| Aug 11 21:59:24.605 INFO STEP 297 (remove_files) COMPLETE |
| 6131 | 2026-08-11T21:59:25.845Z | [ recovery-image] Aug 11 21:59:24.605 INFO O| Aug 11 21:59:24.605 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6132 | 2026-08-11T21:59:25.850Z | [ recovery-image] Aug 11 21:59:24.615 INFO O| Aug 11 21:59:24.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config" |
| 6133 | 2026-08-11T21:59:25.850Z | [ recovery-image] Aug 11 21:59:24.615 INFO O| Aug 11 21:59:24.615 INFO STEP 298 (remove_files) COMPLETE |
| 6134 | 2026-08-11T21:59:25.855Z | [ recovery-image] Aug 11 21:59:24.615 INFO O| Aug 11 21:59:24.615 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6135 | 2026-08-11T21:59:25.861Z | [ recovery-image] Aug 11 21:59:24.625 INFO O| Aug 11 21:59:24.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config" |
| 6136 | 2026-08-11T21:59:25.861Z | [ recovery-image] Aug 11 21:59:24.625 INFO O| Aug 11 21:59:24.625 INFO STEP 299 (remove_files) COMPLETE |
| 6137 | 2026-08-11T21:59:25.862Z | [ recovery-image] Aug 11 21:59:24.625 INFO O| Aug 11 21:59:24.625 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6138 | 2026-08-11T21:59:25.872Z | [ recovery-image] Aug 11 21:59:24.636 INFO O| Aug 11 21:59:24.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep" |
| 6139 | 2026-08-11T21:59:25.872Z | [ recovery-image] Aug 11 21:59:24.636 INFO O| Aug 11 21:59:24.636 INFO STEP 300 (remove_files) COMPLETE |
| 6140 | 2026-08-11T21:59:25.872Z | [ recovery-image] Aug 11 21:59:24.636 INFO O| Aug 11 21:59:24.636 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6141 | 2026-08-11T21:59:25.881Z | [ recovery-image] Aug 11 21:59:24.645 INFO O| Aug 11 21:59:24.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test" |
| 6142 | 2026-08-11T21:59:25.881Z | [ recovery-image] Aug 11 21:59:24.646 INFO O| Aug 11 21:59:24.646 INFO STEP 301 (remove_files) COMPLETE |
| 6143 | 2026-08-11T21:59:25.881Z | [ recovery-image] Aug 11 21:59:24.646 INFO O| Aug 11 21:59:24.646 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6144 | 2026-08-11T21:59:25.892Z | [ recovery-image] Aug 11 21:59:24.657 INFO O| Aug 11 21:59:24.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep" |
| 6145 | 2026-08-11T21:59:25.892Z | [ recovery-image] Aug 11 21:59:24.657 INFO O| Aug 11 21:59:24.657 INFO STEP 302 (remove_files) COMPLETE |
| 6146 | 2026-08-11T21:59:25.892Z | [ recovery-image] Aug 11 21:59:24.657 INFO O| Aug 11 21:59:24.657 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6147 | 2026-08-11T21:59:25.902Z | [ recovery-image] Aug 11 21:59:24.667 INFO O| Aug 11 21:59:24.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest" |
| 6148 | 2026-08-11T21:59:25.903Z | [ recovery-image] Aug 11 21:59:24.667 INFO O| Aug 11 21:59:24.667 INFO STEP 303 (remove_files) COMPLETE |
| 6149 | 2026-08-11T21:59:25.903Z | [ recovery-image] Aug 11 21:59:24.667 INFO O| Aug 11 21:59:24.667 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6150 | 2026-08-11T21:59:25.912Z | [ recovery-image] Aug 11 21:59:24.677 INFO O| Aug 11 21:59:24.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash" |
| 6151 | 2026-08-11T21:59:25.912Z | [ recovery-image] Aug 11 21:59:24.677 INFO O| Aug 11 21:59:24.677 INFO STEP 304 (remove_files) COMPLETE |
| 6152 | 2026-08-11T21:59:25.913Z | [ recovery-image] Aug 11 21:59:24.677 INFO O| Aug 11 21:59:24.677 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6153 | 2026-08-11T21:59:25.922Z | [ recovery-image] Aug 11 21:59:24.687 INFO O| Aug 11 21:59:24.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh" |
| 6154 | 2026-08-11T21:59:25.922Z | [ recovery-image] Aug 11 21:59:24.687 INFO O| Aug 11 21:59:24.687 INFO STEP 305 (remove_files) COMPLETE |
| 6155 | 2026-08-11T21:59:25.922Z | [ recovery-image] Aug 11 21:59:24.687 INFO O| Aug 11 21:59:24.687 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6156 | 2026-08-11T21:59:25.932Z | [ recovery-image] Aug 11 21:59:24.697 INFO O| Aug 11 21:59:24.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh" |
| 6157 | 2026-08-11T21:59:25.932Z | [ recovery-image] Aug 11 21:59:24.697 INFO O| Aug 11 21:59:24.697 INFO STEP 306 (remove_files) COMPLETE |
| 6158 | 2026-08-11T21:59:25.932Z | [ recovery-image] Aug 11 21:59:24.697 INFO O| Aug 11 21:59:24.697 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6159 | 2026-08-11T21:59:25.941Z | [ recovery-image] Aug 11 21:59:24.706 INFO O| Aug 11 21:59:24.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93" |
| 6160 | 2026-08-11T21:59:25.941Z | [ recovery-image] Aug 11 21:59:24.706 INFO O| Aug 11 21:59:24.706 INFO STEP 307 (remove_files) COMPLETE |
| 6161 | 2026-08-11T21:59:25.941Z | [ recovery-image] Aug 11 21:59:24.706 INFO O| Aug 11 21:59:24.706 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6162 | 2026-08-11T21:59:25.949Z | [ recovery-image] Aug 11 21:59:24.714 INFO O| Aug 11 21:59:24.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh" |
| 6163 | 2026-08-11T21:59:25.950Z | [ recovery-image] Aug 11 21:59:24.714 INFO O| Aug 11 21:59:24.714 INFO STEP 308 (remove_files) COMPLETE |
| 6164 | 2026-08-11T21:59:25.950Z | [ recovery-image] Aug 11 21:59:24.714 INFO O| Aug 11 21:59:24.714 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6165 | 2026-08-11T21:59:25.960Z | [ recovery-image] Aug 11 21:59:24.725 INFO O| Aug 11 21:59:24.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93" |
| 6166 | 2026-08-11T21:59:25.960Z | [ recovery-image] Aug 11 21:59:24.725 INFO O| Aug 11 21:59:24.725 INFO STEP 309 (remove_files) COMPLETE |
| 6167 | 2026-08-11T21:59:25.960Z | [ recovery-image] Aug 11 21:59:24.725 INFO O| Aug 11 21:59:24.725 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6168 | 2026-08-11T21:59:25.975Z | [ recovery-image] Aug 11 21:59:24.734 INFO O| Aug 11 21:59:24.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh" |
| 6169 | 2026-08-11T21:59:25.975Z | [ recovery-image] Aug 11 21:59:24.734 INFO O| Aug 11 21:59:24.734 INFO STEP 310 (remove_files) COMPLETE |
| 6170 | 2026-08-11T21:59:25.975Z | [ recovery-image] Aug 11 21:59:24.734 INFO O| Aug 11 21:59:24.734 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6171 | 2026-08-11T21:59:25.980Z | [ recovery-image] Aug 11 21:59:24.745 INFO O| Aug 11 21:59:24.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh" |
| 6172 | 2026-08-11T21:59:25.980Z | [ recovery-image] Aug 11 21:59:24.745 INFO O| Aug 11 21:59:24.745 INFO STEP 311 (remove_files) COMPLETE |
| 6173 | 2026-08-11T21:59:25.983Z | [ recovery-image] Aug 11 21:59:24.745 INFO O| Aug 11 21:59:24.745 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6174 | 2026-08-11T21:59:25.989Z | [ recovery-image] Aug 11 21:59:24.754 INFO O| Aug 11 21:59:24.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh" |
| 6175 | 2026-08-11T21:59:25.990Z | [ recovery-image] Aug 11 21:59:24.754 INFO O| Aug 11 21:59:24.754 INFO STEP 312 (remove_files) COMPLETE |
| 6176 | 2026-08-11T21:59:25.994Z | [ recovery-image] Aug 11 21:59:24.754 INFO O| Aug 11 21:59:24.754 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6177 | 2026-08-11T21:59:26.003Z | [ recovery-image] Aug 11 21:59:24.765 INFO O| Aug 11 21:59:24.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg" |
| 6178 | 2026-08-11T21:59:26.003Z | [ recovery-image] Aug 11 21:59:24.765 INFO O| Aug 11 21:59:24.765 INFO STEP 313 (remove_files) COMPLETE |
| 6179 | 2026-08-11T21:59:26.003Z | [ recovery-image] Aug 11 21:59:24.765 INFO O| Aug 11 21:59:24.765 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6180 | 2026-08-11T21:59:26.009Z | [ recovery-image] Aug 11 21:59:24.775 INFO O| Aug 11 21:59:24.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo" |
| 6181 | 2026-08-11T21:59:26.010Z | [ recovery-image] Aug 11 21:59:24.775 INFO O| Aug 11 21:59:24.775 INFO STEP 314 (remove_files) COMPLETE |
| 6182 | 2026-08-11T21:59:26.010Z | [ recovery-image] Aug 11 21:59:24.775 INFO O| Aug 11 21:59:24.775 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6183 | 2026-08-11T21:59:26.018Z | [ recovery-image] Aug 11 21:59:24.783 INFO O| Aug 11 21:59:24.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat" |
| 6184 | 2026-08-11T21:59:26.019Z | [ recovery-image] Aug 11 21:59:24.784 INFO O| Aug 11 21:59:24.784 INFO STEP 315 (remove_files) COMPLETE |
| 6185 | 2026-08-11T21:59:26.019Z | [ recovery-image] Aug 11 21:59:24.784 INFO O| Aug 11 21:59:24.784 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6186 | 2026-08-11T21:59:26.028Z | [ recovery-image] Aug 11 21:59:24.793 INFO O| Aug 11 21:59:24.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm" |
| 6187 | 2026-08-11T21:59:26.028Z | [ recovery-image] Aug 11 21:59:24.793 INFO O| Aug 11 21:59:24.793 INFO STEP 316 (remove_files) COMPLETE |
| 6188 | 2026-08-11T21:59:26.028Z | [ recovery-image] Aug 11 21:59:24.793 INFO O| Aug 11 21:59:24.793 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6189 | 2026-08-11T21:59:26.039Z | [ recovery-image] Aug 11 21:59:24.804 INFO O| Aug 11 21:59:24.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond" |
| 6190 | 2026-08-11T21:59:26.039Z | [ recovery-image] Aug 11 21:59:24.804 INFO O| Aug 11 21:59:24.804 INFO STEP 317 (remove_files) COMPLETE |
| 6191 | 2026-08-11T21:59:26.043Z | [ recovery-image] Aug 11 21:59:24.804 INFO O| Aug 11 21:59:24.804 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6192 | 2026-08-11T21:59:26.050Z | [ recovery-image] Aug 11 21:59:24.815 INFO O| Aug 11 21:59:24.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo" |
| 6193 | 2026-08-11T21:59:26.050Z | [ recovery-image] Aug 11 21:59:24.815 INFO O| Aug 11 21:59:24.815 INFO STEP 318 (remove_files) COMPLETE |
| 6194 | 2026-08-11T21:59:26.055Z | [ recovery-image] Aug 11 21:59:24.815 INFO O| Aug 11 21:59:24.815 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6195 | 2026-08-11T21:59:26.061Z | [ recovery-image] Aug 11 21:59:24.825 INFO O| Aug 11 21:59:24.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk" |
| 6196 | 2026-08-11T21:59:26.061Z | [ recovery-image] Aug 11 21:59:24.826 INFO O| Aug 11 21:59:24.826 INFO STEP 319 (remove_files) COMPLETE |
| 6197 | 2026-08-11T21:59:26.065Z | [ recovery-image] Aug 11 21:59:24.826 INFO O| Aug 11 21:59:24.826 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6198 | 2026-08-11T21:59:26.072Z | [ recovery-image] Aug 11 21:59:24.837 INFO O| Aug 11 21:59:24.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam" |
| 6199 | 2026-08-11T21:59:26.072Z | [ recovery-image] Aug 11 21:59:24.837 INFO O| Aug 11 21:59:24.837 INFO STEP 320 (remove_files) COMPLETE |
| 6200 | 2026-08-11T21:59:26.076Z | [ recovery-image] Aug 11 21:59:24.837 INFO O| Aug 11 21:59:24.837 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6201 | 2026-08-11T21:59:26.084Z | [ recovery-image] Aug 11 21:59:24.848 INFO O| Aug 11 21:59:24.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto" |
| 6202 | 2026-08-11T21:59:26.084Z | [ recovery-image] Aug 11 21:59:24.848 INFO O| Aug 11 21:59:24.848 INFO STEP 321 (remove_files) COMPLETE |
| 6203 | 2026-08-11T21:59:26.084Z | [ recovery-image] Aug 11 21:59:24.848 INFO O| Aug 11 21:59:24.848 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6204 | 2026-08-11T21:59:26.093Z | [ recovery-image] Aug 11 21:59:24.858 INFO O| Aug 11 21:59:24.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans" |
| 6205 | 2026-08-11T21:59:26.093Z | [ recovery-image] Aug 11 21:59:24.858 INFO O| Aug 11 21:59:24.858 INFO STEP 322 (remove_files) COMPLETE |
| 6206 | 2026-08-11T21:59:26.093Z | [ recovery-image] Aug 11 21:59:24.858 INFO O| Aug 11 21:59:24.858 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6207 | 2026-08-11T21:59:26.104Z | [ recovery-image] Aug 11 21:59:24.868 INFO O| Aug 11 21:59:24.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool" |
| 6208 | 2026-08-11T21:59:26.105Z | [ recovery-image] Aug 11 21:59:24.868 INFO O| Aug 11 21:59:24.868 INFO STEP 323 (remove_files) COMPLETE |
| 6209 | 2026-08-11T21:59:26.105Z | [ recovery-image] Aug 11 21:59:24.868 INFO O| Aug 11 21:59:24.868 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6210 | 2026-08-11T21:59:26.115Z | [ recovery-image] Aug 11 21:59:24.879 INFO O| Aug 11 21:59:24.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp" |
| 6211 | 2026-08-11T21:59:26.115Z | [ recovery-image] Aug 11 21:59:24.879 INFO O| Aug 11 21:59:24.879 INFO STEP 324 (remove_files) COMPLETE |
| 6212 | 2026-08-11T21:59:26.115Z | [ recovery-image] Aug 11 21:59:24.879 INFO O| Aug 11 21:59:24.879 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6213 | 2026-08-11T21:59:26.124Z | [ recovery-image] Aug 11 21:59:24.889 INFO O| Aug 11 21:59:24.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise" |
| 6214 | 2026-08-11T21:59:26.124Z | [ recovery-image] Aug 11 21:59:24.889 INFO O| Aug 11 21:59:24.889 INFO STEP 325 (remove_files) COMPLETE |
| 6215 | 2026-08-11T21:59:26.128Z | [ recovery-image] Aug 11 21:59:24.889 INFO O| Aug 11 21:59:24.889 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6216 | 2026-08-11T21:59:26.137Z | [ recovery-image] Aug 11 21:59:24.899 INFO O| Aug 11 21:59:24.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat" |
| 6217 | 2026-08-11T21:59:26.143Z | [ recovery-image] Aug 11 21:59:24.900 INFO O| Aug 11 21:59:24.900 INFO STEP 326 (remove_files) COMPLETE |
| 6218 | 2026-08-11T21:59:26.143Z | [ recovery-image] Aug 11 21:59:24.900 INFO O| Aug 11 21:59:24.900 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6219 | 2026-08-11T21:59:26.146Z | [ recovery-image] Aug 11 21:59:24.908 INFO O| Aug 11 21:59:24.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz" |
| 6220 | 2026-08-11T21:59:26.146Z | [ recovery-image] Aug 11 21:59:24.908 INFO O| Aug 11 21:59:24.908 INFO STEP 327 (remove_files) COMPLETE |
| 6221 | 2026-08-11T21:59:26.146Z | [ recovery-image] Aug 11 21:59:24.908 INFO O| Aug 11 21:59:24.908 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6222 | 2026-08-11T21:59:26.152Z | [ recovery-image] Aug 11 21:59:24.916 INFO O| Aug 11 21:59:24.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr" |
| 6223 | 2026-08-11T21:59:26.156Z | [ recovery-image] Aug 11 21:59:24.917 INFO O| Aug 11 21:59:24.917 INFO STEP 328 (remove_files) COMPLETE |
| 6224 | 2026-08-11T21:59:26.156Z | [ recovery-image] Aug 11 21:59:24.917 INFO O| Aug 11 21:59:24.917 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6225 | 2026-08-11T21:59:26.163Z | [ recovery-image] Aug 11 21:59:24.925 INFO O| Aug 11 21:59:24.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print" |
| 6226 | 2026-08-11T21:59:26.163Z | [ recovery-image] Aug 11 21:59:24.925 INFO O| Aug 11 21:59:24.925 INFO STEP 329 (remove_files) COMPLETE |
| 6227 | 2026-08-11T21:59:26.163Z | [ recovery-image] Aug 11 21:59:24.925 INFO O| Aug 11 21:59:24.925 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6228 | 2026-08-11T21:59:26.170Z | [ recovery-image] Aug 11 21:59:24.935 INFO O| Aug 11 21:59:24.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf" |
| 6229 | 2026-08-11T21:59:26.174Z | [ recovery-image] Aug 11 21:59:24.937 INFO O| Aug 11 21:59:24.936 INFO STEP 330 (remove_files) COMPLETE |
| 6230 | 2026-08-11T21:59:26.174Z | [ recovery-image] Aug 11 21:59:24.937 INFO O| Aug 11 21:59:24.937 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6231 | 2026-08-11T21:59:26.186Z | [ recovery-image] Aug 11 21:59:24.948 INFO O| Aug 11 21:59:24.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl" |
| 6232 | 2026-08-11T21:59:26.191Z | [ recovery-image] Aug 11 21:59:24.954 INFO O| Aug 11 21:59:24.950 INFO STEP 331 (remove_files) COMPLETE |
| 6233 | 2026-08-11T21:59:26.191Z | [ recovery-image] Aug 11 21:59:24.954 INFO O| Aug 11 21:59:24.950 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6234 | 2026-08-11T21:59:26.201Z | [ recovery-image] Aug 11 21:59:24.966 INFO O| Aug 11 21:59:24.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles" |
| 6235 | 2026-08-11T21:59:26.201Z | [ recovery-image] Aug 11 21:59:24.966 INFO O| Aug 11 21:59:24.966 INFO STEP 332 (remove_files) COMPLETE |
| 6236 | 2026-08-11T21:59:26.201Z | [ recovery-image] Aug 11 21:59:24.966 INFO O| Aug 11 21:59:24.966 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6237 | 2026-08-11T21:59:26.206Z | [verify-libraries] Compiling sapling-renderdag v0.1.0 |
| 6238 | 2026-08-11T21:59:26.212Z | [ recovery-image] Aug 11 21:59:24.977 INFO O| Aug 11 21:59:24.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects" |
| 6239 | 2026-08-11T21:59:26.212Z | [ recovery-image] Aug 11 21:59:24.977 INFO O| Aug 11 21:59:24.977 INFO STEP 333 (remove_files) COMPLETE |
| 6240 | 2026-08-11T21:59:26.212Z | [ recovery-image] Aug 11 21:59:24.977 INFO O| Aug 11 21:59:24.977 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6241 | 2026-08-11T21:59:26.222Z | [ recovery-image] Aug 11 21:59:24.987 INFO O| Aug 11 21:59:24.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags" |
| 6242 | 2026-08-11T21:59:26.222Z | [ recovery-image] Aug 11 21:59:24.987 INFO O| Aug 11 21:59:24.987 INFO STEP 334 (remove_files) COMPLETE |
| 6243 | 2026-08-11T21:59:26.222Z | [ recovery-image] Aug 11 21:59:24.987 INFO O| Aug 11 21:59:24.987 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6244 | 2026-08-11T21:59:26.230Z | [verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 6245 | 2026-08-11T21:59:26.236Z | [ recovery-image] Aug 11 21:59:24.999 INFO O| Aug 11 21:59:24.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev" |
| 6246 | 2026-08-11T21:59:26.236Z | [ recovery-image] Aug 11 21:59:24.999 INFO O| Aug 11 21:59:24.999 INFO STEP 335 (remove_files) COMPLETE |
| 6247 | 2026-08-11T21:59:26.236Z | [ recovery-image] Aug 11 21:59:24.999 INFO O| Aug 11 21:59:24.999 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6248 | 2026-08-11T21:59:26.246Z | [ recovery-image] Aug 11 21:59:25.008 INFO O| Aug 11 21:59:25.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp" |
| 6249 | 2026-08-11T21:59:26.246Z | [ recovery-image] Aug 11 21:59:25.008 INFO O| Aug 11 21:59:25.008 INFO STEP 336 (remove_files) COMPLETE |
| 6250 | 2026-08-11T21:59:26.246Z | [ recovery-image] Aug 11 21:59:25.008 INFO O| Aug 11 21:59:25.008 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6251 | 2026-08-11T21:59:26.255Z | [ recovery-image] Aug 11 21:59:25.020 INFO O| Aug 11 21:59:25.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs" |
| 6252 | 2026-08-11T21:59:26.255Z | [ recovery-image] Aug 11 21:59:25.020 INFO O| Aug 11 21:59:25.019 INFO STEP 337 (remove_files) COMPLETE |
| 6253 | 2026-08-11T21:59:26.255Z | [ recovery-image] Aug 11 21:59:25.020 INFO O| Aug 11 21:59:25.019 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6254 | 2026-08-11T21:59:26.266Z | [ recovery-image] Aug 11 21:59:25.029 INFO O| Aug 11 21:59:25.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait" |
| 6255 | 2026-08-11T21:59:26.270Z | [ recovery-image] Aug 11 21:59:25.029 INFO O| Aug 11 21:59:25.029 INFO STEP 338 (remove_files) COMPLETE |
| 6256 | 2026-08-11T21:59:26.270Z | [ recovery-image] Aug 11 21:59:25.029 INFO O| Aug 11 21:59:25.029 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6257 | 2026-08-11T21:59:26.282Z | [ recovery-image] Aug 11 21:59:25.040 INFO O| Aug 11 21:59:25.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd" |
| 6258 | 2026-08-11T21:59:26.282Z | [ recovery-image] Aug 11 21:59:25.041 INFO O| Aug 11 21:59:25.041 INFO STEP 339 (remove_files) COMPLETE |
| 6259 | 2026-08-11T21:59:26.282Z | [ recovery-image] Aug 11 21:59:25.041 INFO O| Aug 11 21:59:25.041 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6260 | 2026-08-11T21:59:26.287Z | [ recovery-image] Aug 11 21:59:25.052 INFO O| Aug 11 21:59:25.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read" |
| 6261 | 2026-08-11T21:59:26.287Z | [ recovery-image] Aug 11 21:59:25.052 INFO O| Aug 11 21:59:25.049 INFO STEP 340 (remove_files) COMPLETE |
| 6262 | 2026-08-11T21:59:26.287Z | [ recovery-image] Aug 11 21:59:25.052 INFO O| Aug 11 21:59:25.049 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6263 | 2026-08-11T21:59:26.300Z | [ recovery-image] Aug 11 21:59:25.064 INFO O| Aug 11 21:59:25.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red" |
| 6264 | 2026-08-11T21:59:26.300Z | [ recovery-image] Aug 11 21:59:25.064 INFO O| Aug 11 21:59:25.064 INFO STEP 341 (remove_files) COMPLETE |
| 6265 | 2026-08-11T21:59:26.301Z | [ recovery-image] Aug 11 21:59:25.064 INFO O| Aug 11 21:59:25.064 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6266 | 2026-08-11T21:59:26.310Z | [ recovery-image] Aug 11 21:59:25.075 INFO O| Aug 11 21:59:25.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp" |
| 6267 | 2026-08-11T21:59:26.310Z | [ recovery-image] Aug 11 21:59:25.075 INFO O| Aug 11 21:59:25.075 INFO STEP 342 (remove_files) COMPLETE |
| 6268 | 2026-08-11T21:59:26.310Z | [ recovery-image] Aug 11 21:59:25.075 INFO O| Aug 11 21:59:25.075 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6269 | 2026-08-11T21:59:26.321Z | [ recovery-image] Aug 11 21:59:25.086 INFO O| Aug 11 21:59:25.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice" |
| 6270 | 2026-08-11T21:59:26.321Z | [ recovery-image] Aug 11 21:59:25.086 INFO O| Aug 11 21:59:25.086 INFO STEP 343 (remove_files) COMPLETE |
| 6271 | 2026-08-11T21:59:26.321Z | [ recovery-image] Aug 11 21:59:25.086 INFO O| Aug 11 21:59:25.086 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6272 | 2026-08-11T21:59:26.331Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 6273 | 2026-08-11T21:59:26.331Z | [ recovery-image] Aug 11 21:59:25.096 INFO O| Aug 11 21:59:25.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize" |
| 6274 | 2026-08-11T21:59:26.336Z | [ recovery-image] Aug 11 21:59:25.096 INFO O| Aug 11 21:59:25.096 INFO STEP 344 (remove_files) COMPLETE |
| 6275 | 2026-08-11T21:59:26.336Z | [ recovery-image] Aug 11 21:59:25.096 INFO O| Aug 11 21:59:25.096 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6276 | 2026-08-11T21:59:26.341Z | [ recovery-image] Aug 11 21:59:25.107 INFO O| Aug 11 21:59:25.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev" |
| 6277 | 2026-08-11T21:59:26.341Z | [ recovery-image] Aug 11 21:59:25.107 INFO O| Aug 11 21:59:25.107 INFO STEP 345 (remove_files) COMPLETE |
| 6278 | 2026-08-11T21:59:26.345Z | [ recovery-image] Aug 11 21:59:25.107 INFO O| Aug 11 21:59:25.107 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6279 | 2026-08-11T21:59:26.352Z | [ recovery-image] Aug 11 21:59:25.117 INFO O| Aug 11 21:59:25.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh" |
| 6280 | 2026-08-11T21:59:26.352Z | [ recovery-image] Aug 11 21:59:25.117 INFO O| Aug 11 21:59:25.117 INFO STEP 346 (remove_files) COMPLETE |
| 6281 | 2026-08-11T21:59:26.352Z | [ recovery-image] Aug 11 21:59:25.117 INFO O| Aug 11 21:59:25.117 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6282 | 2026-08-11T21:59:26.363Z | [ recovery-image] Aug 11 21:59:25.128 INFO O| Aug 11 21:59:25.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93" |
| 6283 | 2026-08-11T21:59:26.363Z | [ recovery-image] Aug 11 21:59:25.128 INFO O| Aug 11 21:59:25.128 INFO STEP 347 (remove_files) COMPLETE |
| 6284 | 2026-08-11T21:59:26.363Z | [ recovery-image] Aug 11 21:59:25.128 INFO O| Aug 11 21:59:25.128 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6285 | 2026-08-11T21:59:26.374Z | [ recovery-image] Aug 11 21:59:25.139 INFO O| Aug 11 21:59:25.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles" |
| 6286 | 2026-08-11T21:59:26.374Z | [ recovery-image] Aug 11 21:59:25.139 INFO O| Aug 11 21:59:25.139 INFO STEP 348 (remove_files) COMPLETE |
| 6287 | 2026-08-11T21:59:26.374Z | [ recovery-image] Aug 11 21:59:25.139 INFO O| Aug 11 21:59:25.139 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6288 | 2026-08-11T21:59:26.385Z | [ recovery-image] Aug 11 21:59:25.150 INFO O| Aug 11 21:59:25.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo" |
| 6289 | 2026-08-11T21:59:26.385Z | [ recovery-image] Aug 11 21:59:25.150 INFO O| Aug 11 21:59:25.150 INFO STEP 349 (remove_files) COMPLETE |
| 6290 | 2026-08-11T21:59:26.385Z | [ recovery-image] Aug 11 21:59:25.150 INFO O| Aug 11 21:59:25.150 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6291 | 2026-08-11T21:59:26.394Z | [ recovery-image] Aug 11 21:59:25.159 INFO O| Aug 11 21:59:25.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync" |
| 6292 | 2026-08-11T21:59:26.394Z | [ recovery-image] Aug 11 21:59:25.159 INFO O| Aug 11 21:59:25.159 INFO STEP 350 (remove_files) COMPLETE |
| 6293 | 2026-08-11T21:59:26.399Z | [ recovery-image] Aug 11 21:59:25.159 INFO O| Aug 11 21:59:25.159 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6294 | 2026-08-11T21:59:26.403Z | [ recovery-image] Aug 11 21:59:25.168 INFO O| Aug 11 21:59:25.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl" |
| 6295 | 2026-08-11T21:59:26.403Z | [ recovery-image] Aug 11 21:59:25.168 INFO O| Aug 11 21:59:25.168 INFO STEP 351 (remove_files) COMPLETE |
| 6296 | 2026-08-11T21:59:26.403Z | [ recovery-image] Aug 11 21:59:25.168 INFO O| Aug 11 21:59:25.168 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6297 | 2026-08-11T21:59:26.412Z | [ recovery-image] Aug 11 21:59:25.176 INFO O| Aug 11 21:59:25.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat" |
| 6298 | 2026-08-11T21:59:26.412Z | [ recovery-image] Aug 11 21:59:25.177 INFO O| Aug 11 21:59:25.177 INFO STEP 352 (remove_files) COMPLETE |
| 6299 | 2026-08-11T21:59:26.412Z | [ recovery-image] Aug 11 21:59:25.177 INFO O| Aug 11 21:59:25.177 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6300 | 2026-08-11T21:59:26.421Z | [ recovery-image] Aug 11 21:59:25.185 INFO O| Aug 11 21:59:25.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp" |
| 6301 | 2026-08-11T21:59:26.421Z | [ recovery-image] Aug 11 21:59:25.185 INFO O| Aug 11 21:59:25.185 INFO STEP 353 (remove_files) COMPLETE |
| 6302 | 2026-08-11T21:59:26.425Z | [ recovery-image] Aug 11 21:59:25.185 INFO O| Aug 11 21:59:25.185 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6303 | 2026-08-11T21:59:26.430Z | [ recovery-image] Aug 11 21:59:25.195 INFO O| Aug 11 21:59:25.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script" |
| 6304 | 2026-08-11T21:59:26.430Z | [ recovery-image] Aug 11 21:59:25.195 INFO O| Aug 11 21:59:25.195 INFO STEP 354 (remove_files) COMPLETE |
| 6305 | 2026-08-11T21:59:26.435Z | [ recovery-image] Aug 11 21:59:25.195 INFO O| Aug 11 21:59:25.195 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6306 | 2026-08-11T21:59:26.441Z | [ recovery-image] Aug 11 21:59:25.205 INFO O| Aug 11 21:59:25.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff" |
| 6307 | 2026-08-11T21:59:26.441Z | [ recovery-image] Aug 11 21:59:25.205 INFO O| Aug 11 21:59:25.205 INFO STEP 355 (remove_files) COMPLETE |
| 6308 | 2026-08-11T21:59:26.441Z | [ recovery-image] Aug 11 21:59:25.205 INFO O| Aug 11 21:59:25.205 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6309 | 2026-08-11T21:59:26.449Z | [ recovery-image] Aug 11 21:59:25.214 INFO O| Aug 11 21:59:25.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp" |
| 6310 | 2026-08-11T21:59:26.449Z | [ recovery-image] Aug 11 21:59:25.214 INFO O| Aug 11 21:59:25.214 INFO STEP 356 (remove_files) COMPLETE |
| 6311 | 2026-08-11T21:59:26.453Z | [ recovery-image] Aug 11 21:59:25.214 INFO O| Aug 11 21:59:25.214 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6312 | 2026-08-11T21:59:26.460Z | [ recovery-image] Aug 11 21:59:25.222 INFO O| Aug 11 21:59:25.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp" |
| 6313 | 2026-08-11T21:59:26.460Z | [ recovery-image] Aug 11 21:59:25.222 INFO O| Aug 11 21:59:25.222 INFO STEP 357 (remove_files) COMPLETE |
| 6314 | 2026-08-11T21:59:26.465Z | [ recovery-image] Aug 11 21:59:25.222 INFO O| Aug 11 21:59:25.222 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6315 | 2026-08-11T21:59:26.470Z | [ recovery-image] Aug 11 21:59:25.231 INFO O| Aug 11 21:59:25.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp" |
| 6316 | 2026-08-11T21:59:26.470Z | [ recovery-image] Aug 11 21:59:25.232 INFO O| Aug 11 21:59:25.232 INFO STEP 358 (remove_files) COMPLETE |
| 6317 | 2026-08-11T21:59:26.470Z | [ recovery-image] Aug 11 21:59:25.232 INFO O| Aug 11 21:59:25.232 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6318 | 2026-08-11T21:59:26.476Z | [ recovery-image] Aug 11 21:59:25.240 INFO O| Aug 11 21:59:25.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil" |
| 6319 | 2026-08-11T21:59:26.476Z | [ recovery-image] Aug 11 21:59:25.240 INFO O| Aug 11 21:59:25.240 INFO STEP 359 (remove_files) COMPLETE |
| 6320 | 2026-08-11T21:59:26.480Z | [ recovery-image] Aug 11 21:59:25.240 INFO O| Aug 11 21:59:25.240 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6321 | 2026-08-11T21:59:26.480Z | [verify-libraries] Compiling md5 v0.8.0 |
| 6322 | 2026-08-11T21:59:26.485Z | [ recovery-image] Aug 11 21:59:25.250 INFO O| Aug 11 21:59:25.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib" |
| 6323 | 2026-08-11T21:59:26.486Z | [ recovery-image] Aug 11 21:59:25.250 INFO O| Aug 11 21:59:25.250 INFO STEP 360 (remove_files) COMPLETE |
| 6324 | 2026-08-11T21:59:26.486Z | [ recovery-image] Aug 11 21:59:25.250 INFO O| Aug 11 21:59:25.250 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6325 | 2026-08-11T21:59:26.495Z | [ recovery-image] Aug 11 21:59:25.259 INFO O| Aug 11 21:59:25.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget" |
| 6326 | 2026-08-11T21:59:26.495Z | [ recovery-image] Aug 11 21:59:25.259 INFO O| Aug 11 21:59:25.259 INFO STEP 361 (remove_files) COMPLETE |
| 6327 | 2026-08-11T21:59:26.495Z | [ recovery-image] Aug 11 21:59:25.259 INFO O| Aug 11 21:59:25.259 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6328 | 2026-08-11T21:59:26.503Z | [ recovery-image] Aug 11 21:59:25.268 INFO O| Aug 11 21:59:25.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk" |
| 6329 | 2026-08-11T21:59:26.503Z | [ recovery-image] Aug 11 21:59:25.268 INFO O| Aug 11 21:59:25.268 INFO STEP 362 (remove_files) COMPLETE |
| 6330 | 2026-08-11T21:59:26.503Z | [ recovery-image] Aug 11 21:59:25.268 INFO O| Aug 11 21:59:25.268 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6331 | 2026-08-11T21:59:26.514Z | [ recovery-image] Aug 11 21:59:25.278 INFO O| Aug 11 21:59:25.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck" |
| 6332 | 2026-08-11T21:59:26.514Z | [ recovery-image] Aug 11 21:59:25.278 INFO O| Aug 11 21:59:25.278 INFO STEP 363 (remove_files) COMPLETE |
| 6333 | 2026-08-11T21:59:26.514Z | [ recovery-image] Aug 11 21:59:25.278 INFO O| Aug 11 21:59:25.278 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6334 | 2026-08-11T21:59:26.522Z | [ recovery-image] Aug 11 21:59:25.287 INFO O| Aug 11 21:59:25.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf" |
| 6335 | 2026-08-11T21:59:26.522Z | [ recovery-image] Aug 11 21:59:25.287 INFO O| Aug 11 21:59:25.287 INFO STEP 364 (remove_files) COMPLETE |
| 6336 | 2026-08-11T21:59:26.522Z | [ recovery-image] Aug 11 21:59:25.287 INFO O| Aug 11 21:59:25.287 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6337 | 2026-08-11T21:59:26.532Z | [ recovery-image] Aug 11 21:59:25.297 INFO O| Aug 11 21:59:25.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta" |
| 6338 | 2026-08-11T21:59:26.532Z | [ recovery-image] Aug 11 21:59:25.297 INFO O| Aug 11 21:59:25.297 INFO STEP 365 (remove_files) COMPLETE |
| 6339 | 2026-08-11T21:59:26.532Z | [ recovery-image] Aug 11 21:59:25.297 INFO O| Aug 11 21:59:25.297 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6340 | 2026-08-11T21:59:26.542Z | [ recovery-image] Aug 11 21:59:25.307 INFO O| Aug 11 21:59:25.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf" |
| 6341 | 2026-08-11T21:59:26.542Z | [ recovery-image] Aug 11 21:59:25.307 INFO O| Aug 11 21:59:25.307 INFO STEP 366 (remove_files) COMPLETE |
| 6342 | 2026-08-11T21:59:26.547Z | [ recovery-image] Aug 11 21:59:25.307 INFO O| Aug 11 21:59:25.307 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6343 | 2026-08-11T21:59:26.553Z | [ recovery-image] Aug 11 21:59:25.318 INFO O| Aug 11 21:59:25.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget" |
| 6344 | 2026-08-11T21:59:26.553Z | [ recovery-image] Aug 11 21:59:25.318 INFO O| Aug 11 21:59:25.318 INFO STEP 367 (remove_files) COMPLETE |
| 6345 | 2026-08-11T21:59:26.558Z | [ recovery-image] Aug 11 21:59:25.318 INFO O| Aug 11 21:59:25.318 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6346 | 2026-08-11T21:59:26.563Z | [ recovery-image] Aug 11 21:59:25.328 INFO O| Aug 11 21:59:25.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext" |
| 6347 | 2026-08-11T21:59:26.563Z | [ recovery-image] Aug 11 21:59:25.328 INFO O| Aug 11 21:59:25.328 INFO STEP 368 (remove_files) COMPLETE |
| 6348 | 2026-08-11T21:59:26.563Z | [ recovery-image] Aug 11 21:59:25.328 INFO O| Aug 11 21:59:25.328 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6349 | 2026-08-11T21:59:26.573Z | [ recovery-image] Aug 11 21:59:25.338 INFO O| Aug 11 21:59:25.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat" |
| 6350 | 2026-08-11T21:59:26.574Z | [ recovery-image] Aug 11 21:59:25.338 INFO O| Aug 11 21:59:25.338 INFO STEP 369 (remove_files) COMPLETE |
| 6351 | 2026-08-11T21:59:26.574Z | [ recovery-image] Aug 11 21:59:25.338 INFO O| Aug 11 21:59:25.338 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6352 | 2026-08-11T21:59:26.584Z | [ recovery-image] Aug 11 21:59:25.349 INFO O| Aug 11 21:59:25.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap" |
| 6353 | 2026-08-11T21:59:26.584Z | [ recovery-image] Aug 11 21:59:25.349 INFO O| Aug 11 21:59:25.349 INFO STEP 370 (remove_files) COMPLETE |
| 6354 | 2026-08-11T21:59:26.584Z | [ recovery-image] Aug 11 21:59:25.349 INFO O| Aug 11 21:59:25.349 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6355 | 2026-08-11T21:59:26.592Z | [ recovery-image] Aug 11 21:59:25.357 INFO O| Aug 11 21:59:25.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping" |
| 6356 | 2026-08-11T21:59:26.592Z | [ recovery-image] Aug 11 21:59:25.357 INFO O| Aug 11 21:59:25.357 INFO STEP 371 (remove_files) COMPLETE |
| 6357 | 2026-08-11T21:59:26.599Z | [ recovery-image] Aug 11 21:59:25.358 INFO O| Aug 11 21:59:25.357 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6358 | 2026-08-11T21:59:26.610Z | [ recovery-image] Aug 11 21:59:25.365 INFO O| Aug 11 21:59:25.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps" |
| 6359 | 2026-08-11T21:59:26.610Z | [ recovery-image] Aug 11 21:59:25.365 INFO O| Aug 11 21:59:25.365 INFO STEP 372 (remove_files) COMPLETE |
| 6360 | 2026-08-11T21:59:26.610Z | [ recovery-image] Aug 11 21:59:25.365 INFO O| Aug 11 21:59:25.365 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6361 | 2026-08-11T21:59:26.618Z | [verify-libraries] Compiling sync-ptr v0.1.4 |
| 6362 | 2026-08-11T21:59:26.618Z | [ recovery-image] Aug 11 21:59:25.373 INFO O| Aug 11 21:59:25.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset" |
| 6363 | 2026-08-11T21:59:26.618Z | [ recovery-image] Aug 11 21:59:25.373 INFO O| Aug 11 21:59:25.373 INFO STEP 373 (remove_files) COMPLETE |
| 6364 | 2026-08-11T21:59:26.618Z | [ recovery-image] Aug 11 21:59:25.373 INFO O| Aug 11 21:59:25.373 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6365 | 2026-08-11T21:59:26.623Z | [ recovery-image] Aug 11 21:59:25.381 INFO O| Aug 11 21:59:25.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus" |
| 6366 | 2026-08-11T21:59:26.623Z | [ recovery-image] Aug 11 21:59:25.381 INFO O| Aug 11 21:59:25.381 INFO STEP 374 (remove_files) COMPLETE |
| 6367 | 2026-08-11T21:59:26.623Z | [ recovery-image] Aug 11 21:59:25.381 INFO O| Aug 11 21:59:25.381 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6368 | 2026-08-11T21:59:26.627Z | [ recovery-image] Aug 11 21:59:25.391 INFO O| Aug 11 21:59:25.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable" |
| 6369 | 2026-08-11T21:59:26.627Z | [ recovery-image] Aug 11 21:59:25.391 INFO O| Aug 11 21:59:25.391 INFO STEP 375 (remove_files) COMPLETE |
| 6370 | 2026-08-11T21:59:26.627Z | [ recovery-image] Aug 11 21:59:25.391 INFO O| Aug 11 21:59:25.391 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6371 | 2026-08-11T21:59:26.637Z | [ recovery-image] Aug 11 21:59:25.401 INFO O| Aug 11 21:59:25.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest" |
| 6372 | 2026-08-11T21:59:26.640Z | [ recovery-image] Aug 11 21:59:25.402 INFO O| Aug 11 21:59:25.402 INFO STEP 376 (remove_files) COMPLETE |
| 6373 | 2026-08-11T21:59:26.640Z | [ recovery-image] Aug 11 21:59:25.402 INFO O| Aug 11 21:59:25.402 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6374 | 2026-08-11T21:59:26.648Z | [ recovery-image] Aug 11 21:59:25.411 INFO O| Aug 11 21:59:25.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate" |
| 6375 | 2026-08-11T21:59:26.648Z | [ recovery-image] Aug 11 21:59:25.411 INFO O| Aug 11 21:59:25.411 INFO STEP 377 (remove_files) COMPLETE |
| 6376 | 2026-08-11T21:59:26.651Z | [ recovery-image] Aug 11 21:59:25.411 INFO O| Aug 11 21:59:25.411 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6377 | 2026-08-11T21:59:26.663Z | [ recovery-image] Aug 11 21:59:25.420 INFO O| Aug 11 21:59:25.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap" |
| 6378 | 2026-08-11T21:59:26.663Z | [ recovery-image] Aug 11 21:59:25.420 INFO O| Aug 11 21:59:25.420 INFO STEP 378 (remove_files) COMPLETE |
| 6379 | 2026-08-11T21:59:26.664Z | [ recovery-image] Aug 11 21:59:25.420 INFO O| Aug 11 21:59:25.420 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6380 | 2026-08-11T21:59:26.669Z | [ recovery-image] Aug 11 21:59:25.429 INFO O| Aug 11 21:59:25.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm" |
| 6381 | 2026-08-11T21:59:26.669Z | [ recovery-image] Aug 11 21:59:25.429 INFO O| Aug 11 21:59:25.429 INFO STEP 379 (remove_files) COMPLETE |
| 6382 | 2026-08-11T21:59:26.669Z | [ recovery-image] Aug 11 21:59:25.429 INFO O| Aug 11 21:59:25.429 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6383 | 2026-08-11T21:59:26.681Z | [ recovery-image] Aug 11 21:59:25.440 INFO O| Aug 11 21:59:25.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm" |
| 6384 | 2026-08-11T21:59:26.681Z | [ recovery-image] Aug 11 21:59:25.441 INFO O| Aug 11 21:59:25.441 INFO STEP 380 (remove_files) COMPLETE |
| 6385 | 2026-08-11T21:59:26.681Z | [ recovery-image] Aug 11 21:59:25.441 INFO O| Aug 11 21:59:25.441 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6386 | 2026-08-11T21:59:26.686Z | [ recovery-image] Aug 11 21:59:25.451 INFO O| Aug 11 21:59:25.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk" |
| 6387 | 2026-08-11T21:59:26.686Z | [ recovery-image] Aug 11 21:59:25.451 INFO O| Aug 11 21:59:25.451 INFO STEP 381 (remove_files) COMPLETE |
| 6388 | 2026-08-11T21:59:26.690Z | [ recovery-image] Aug 11 21:59:25.451 INFO O| Aug 11 21:59:25.451 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6389 | 2026-08-11T21:59:26.690Z | [verify-libraries] Compiling hex-literal v1.1.0 |
| 6390 | 2026-08-11T21:59:26.694Z | [ recovery-image] Aug 11 21:59:25.460 INFO O| Aug 11 21:59:25.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss" |
| 6391 | 2026-08-11T21:59:26.694Z | [ recovery-image] Aug 11 21:59:25.460 INFO O| Aug 11 21:59:25.460 INFO STEP 382 (remove_files) COMPLETE |
| 6392 | 2026-08-11T21:59:26.700Z | [ recovery-image] Aug 11 21:59:25.460 INFO O| Aug 11 21:59:25.460 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6393 | 2026-08-11T21:59:26.706Z | [ recovery-image] Aug 11 21:59:25.470 INFO O| Aug 11 21:59:25.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell" |
| 6394 | 2026-08-11T21:59:26.706Z | [ recovery-image] Aug 11 21:59:25.470 INFO O| Aug 11 21:59:25.470 INFO STEP 383 (remove_files) COMPLETE |
| 6395 | 2026-08-11T21:59:26.711Z | [ recovery-image] Aug 11 21:59:25.470 INFO O| Aug 11 21:59:25.470 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6396 | 2026-08-11T21:59:26.716Z | [ recovery-image] Aug 11 21:59:25.481 INFO O| Aug 11 21:59:25.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split" |
| 6397 | 2026-08-11T21:59:26.716Z | [ recovery-image] Aug 11 21:59:25.481 INFO O| Aug 11 21:59:25.481 INFO STEP 384 (remove_files) COMPLETE |
| 6398 | 2026-08-11T21:59:26.726Z | [ recovery-image] Aug 11 21:59:25.481 INFO O| Aug 11 21:59:25.481 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6399 | 2026-08-11T21:59:26.731Z | [ recovery-image] Aug 11 21:59:25.491 INFO O| Aug 11 21:59:25.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3" |
| 6400 | 2026-08-11T21:59:26.731Z | [ recovery-image] Aug 11 21:59:25.491 INFO O| Aug 11 21:59:25.491 INFO STEP 385 (remove_files) COMPLETE |
| 6401 | 2026-08-11T21:59:26.731Z | [ recovery-image] Aug 11 21:59:25.491 INFO O| Aug 11 21:59:25.491 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6402 | 2026-08-11T21:59:26.748Z | [ recovery-image] Aug 11 21:59:25.504 INFO O| Aug 11 21:59:25.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh" |
| 6403 | 2026-08-11T21:59:26.748Z | [ recovery-image] Aug 11 21:59:25.504 INFO O| Aug 11 21:59:25.504 INFO STEP 386 (remove_files) COMPLETE |
| 6404 | 2026-08-11T21:59:26.749Z | [ recovery-image] Aug 11 21:59:25.504 INFO O| Aug 11 21:59:25.504 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6405 | 2026-08-11T21:59:26.756Z | [ recovery-image] Aug 11 21:59:25.513 INFO O| Aug 11 21:59:25.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add" |
| 6406 | 2026-08-11T21:59:26.756Z | [ recovery-image] Aug 11 21:59:25.513 INFO O| Aug 11 21:59:25.513 INFO STEP 387 (remove_files) COMPLETE |
| 6407 | 2026-08-11T21:59:26.756Z | [ recovery-image] Aug 11 21:59:25.513 INFO O| Aug 11 21:59:25.513 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6408 | 2026-08-11T21:59:26.759Z | [ recovery-image] Aug 11 21:59:25.521 INFO O| Aug 11 21:59:25.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent" |
| 6409 | 2026-08-11T21:59:26.760Z | [ recovery-image] Aug 11 21:59:25.522 INFO O| Aug 11 21:59:25.522 INFO STEP 388 (remove_files) COMPLETE |
| 6410 | 2026-08-11T21:59:26.760Z | [ recovery-image] Aug 11 21:59:25.522 INFO O| Aug 11 21:59:25.522 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6411 | 2026-08-11T21:59:26.847Z | [ recovery-image] Aug 11 21:59:25.531 INFO O| Aug 11 21:59:25.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id" |
| 6412 | 2026-08-11T21:59:26.847Z | [ recovery-image] Aug 11 21:59:25.531 INFO O| Aug 11 21:59:25.531 INFO STEP 389 (remove_files) COMPLETE |
| 6413 | 2026-08-11T21:59:26.847Z | [ recovery-image] Aug 11 21:59:25.531 INFO O| Aug 11 21:59:25.531 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6414 | 2026-08-11T21:59:26.848Z | [ recovery-image] Aug 11 21:59:25.539 INFO O| Aug 11 21:59:25.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan" |
| 6415 | 2026-08-11T21:59:26.848Z | [ recovery-image] Aug 11 21:59:25.539 INFO O| Aug 11 21:59:25.539 INFO STEP 390 (remove_files) COMPLETE |
| 6416 | 2026-08-11T21:59:26.848Z | [ recovery-image] Aug 11 21:59:25.539 INFO O| Aug 11 21:59:25.539 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6417 | 2026-08-11T21:59:26.848Z | [verify-libraries] Compiling seq-macro v0.3.6 |
| 6418 | 2026-08-11T21:59:26.848Z | [ recovery-image] Aug 11 21:59:25.550 INFO O| Aug 11 21:59:25.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings" |
| 6419 | 2026-08-11T21:59:26.848Z | [ recovery-image] Aug 11 21:59:25.550 INFO O| Aug 11 21:59:25.550 INFO STEP 391 (remove_files) COMPLETE |
| 6420 | 2026-08-11T21:59:26.849Z | [ recovery-image] Aug 11 21:59:25.550 INFO O| Aug 11 21:59:25.550 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6421 | 2026-08-11T21:59:26.849Z | [ recovery-image] Aug 11 21:59:25.561 INFO O| Aug 11 21:59:25.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum" |
| 6422 | 2026-08-11T21:59:26.849Z | [ recovery-image] Aug 11 21:59:25.561 INFO O| Aug 11 21:59:25.561 INFO STEP 392 (remove_files) COMPLETE |
| 6423 | 2026-08-11T21:59:26.849Z | [ recovery-image] Aug 11 21:59:25.561 INFO O| Aug 11 21:59:25.561 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6424 | 2026-08-11T21:59:26.849Z | [ recovery-image] Aug 11 21:59:25.575 INFO O| Aug 11 21:59:25.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs" |
| 6425 | 2026-08-11T21:59:26.849Z | [ recovery-image] Aug 11 21:59:25.575 INFO O| Aug 11 21:59:25.575 INFO STEP 393 (remove_files) COMPLETE |
| 6426 | 2026-08-11T21:59:26.849Z | [ recovery-image] Aug 11 21:59:25.575 INFO O| Aug 11 21:59:25.575 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6427 | 2026-08-11T21:59:26.849Z | [ recovery-image] Aug 11 21:59:25.585 INFO O| Aug 11 21:59:25.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy" |
| 6428 | 2026-08-11T21:59:26.849Z | [ recovery-image] Aug 11 21:59:25.585 INFO O| Aug 11 21:59:25.585 INFO STEP 394 (remove_files) COMPLETE |
| 6429 | 2026-08-11T21:59:26.849Z | [ recovery-image] Aug 11 21:59:25.585 INFO O| Aug 11 21:59:25.585 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6430 | 2026-08-11T21:59:26.859Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 6431 | 2026-08-11T21:59:26.859Z | [ recovery-image] Aug 11 21:59:25.595 INFO O| Aug 11 21:59:25.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test" |
| 6432 | 2026-08-11T21:59:26.859Z | [ recovery-image] Aug 11 21:59:25.595 INFO O| Aug 11 21:59:25.595 INFO STEP 395 (remove_files) COMPLETE |
| 6433 | 2026-08-11T21:59:26.859Z | [ recovery-image] Aug 11 21:59:25.595 INFO O| Aug 11 21:59:25.595 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6434 | 2026-08-11T21:59:26.859Z | [ recovery-image] Aug 11 21:59:25.605 INFO O| Aug 11 21:59:25.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic" |
| 6435 | 2026-08-11T21:59:26.859Z | [ recovery-image] Aug 11 21:59:25.605 INFO O| Aug 11 21:59:25.605 INFO STEP 396 (remove_files) COMPLETE |
| 6436 | 2026-08-11T21:59:26.859Z | [ recovery-image] Aug 11 21:59:25.605 INFO O| Aug 11 21:59:25.605 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6437 | 2026-08-11T21:59:26.859Z | [ recovery-image] Aug 11 21:59:25.615 INFO O| Aug 11 21:59:25.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time" |
| 6438 | 2026-08-11T21:59:26.859Z | [ recovery-image] Aug 11 21:59:25.615 INFO O| Aug 11 21:59:25.615 INFO STEP 397 (remove_files) COMPLETE |
| 6439 | 2026-08-11T21:59:26.859Z | [ recovery-image] Aug 11 21:59:25.615 INFO O| Aug 11 21:59:25.615 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6440 | 2026-08-11T21:59:26.864Z | [ recovery-image] Aug 11 21:59:25.623 INFO O| Aug 11 21:59:25.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip" |
| 6441 | 2026-08-11T21:59:26.864Z | [ recovery-image] Aug 11 21:59:25.624 INFO O| Aug 11 21:59:25.623 INFO STEP 398 (remove_files) COMPLETE |
| 6442 | 2026-08-11T21:59:26.864Z | [ recovery-image] Aug 11 21:59:25.624 INFO O| Aug 11 21:59:25.623 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6443 | 2026-08-11T21:59:26.873Z | [ recovery-image] Aug 11 21:59:25.633 INFO O| Aug 11 21:59:25.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib" |
| 6444 | 2026-08-11T21:59:26.873Z | [ recovery-image] Aug 11 21:59:25.633 INFO O| Aug 11 21:59:25.633 INFO STEP 399 (remove_files) COMPLETE |
| 6445 | 2026-08-11T21:59:26.873Z | [verify-libraries] Compiling russh v0.62.4 |
| 6446 | 2026-08-11T21:59:26.873Z | [ recovery-image] Aug 11 21:59:25.633 INFO O| Aug 11 21:59:25.633 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6447 | 2026-08-11T21:59:26.882Z | [ recovery-image] Aug 11 21:59:25.644 INFO O| Aug 11 21:59:25.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm" |
| 6448 | 2026-08-11T21:59:26.882Z | [ recovery-image] Aug 11 21:59:25.644 INFO O| Aug 11 21:59:25.644 INFO STEP 400 (remove_files) COMPLETE |
| 6449 | 2026-08-11T21:59:26.882Z | [ recovery-image] Aug 11 21:59:25.645 INFO O| Aug 11 21:59:25.644 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6450 | 2026-08-11T21:59:26.890Z | [ recovery-image] Aug 11 21:59:25.655 INFO O| Aug 11 21:59:25.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail" |
| 6451 | 2026-08-11T21:59:26.890Z | [ recovery-image] Aug 11 21:59:25.655 INFO O| Aug 11 21:59:25.655 INFO STEP 401 (remove_files) COMPLETE |
| 6452 | 2026-08-11T21:59:26.890Z | [ recovery-image] Aug 11 21:59:25.655 INFO O| Aug 11 21:59:25.655 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6453 | 2026-08-11T21:59:26.900Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 6454 | 2026-08-11T21:59:26.906Z | [ recovery-image] Aug 11 21:59:25.666 INFO O| Aug 11 21:59:25.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true" |
| 6455 | 2026-08-11T21:59:26.906Z | [ recovery-image] Aug 11 21:59:25.666 INFO O| Aug 11 21:59:25.666 INFO STEP 402 (remove_files) COMPLETE |
| 6456 | 2026-08-11T21:59:26.906Z | [ recovery-image] Aug 11 21:59:25.666 INFO O| Aug 11 21:59:25.666 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6457 | 2026-08-11T21:59:26.912Z | [ recovery-image] Aug 11 21:59:25.677 INFO O| Aug 11 21:59:25.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty" |
| 6458 | 2026-08-11T21:59:26.912Z | [ recovery-image] Aug 11 21:59:25.677 INFO O| Aug 11 21:59:25.677 INFO STEP 403 (remove_files) COMPLETE |
| 6459 | 2026-08-11T21:59:26.916Z | [ recovery-image] Aug 11 21:59:25.677 INFO O| Aug 11 21:59:25.677 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6460 | 2026-08-11T21:59:26.924Z | [ recovery-image] Aug 11 21:59:25.687 INFO O| Aug 11 21:59:25.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type" |
| 6461 | 2026-08-11T21:59:26.924Z | [ recovery-image] Aug 11 21:59:25.687 INFO O| Aug 11 21:59:25.687 INFO STEP 404 (remove_files) COMPLETE |
| 6462 | 2026-08-11T21:59:26.929Z | [ recovery-image] Aug 11 21:59:25.687 INFO O| Aug 11 21:59:25.687 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6463 | 2026-08-11T21:59:26.933Z | [ recovery-image] Aug 11 21:59:25.697 INFO O| Aug 11 21:59:25.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect" |
| 6464 | 2026-08-11T21:59:26.933Z | [ recovery-image] Aug 11 21:59:25.697 INFO O| Aug 11 21:59:25.697 INFO STEP 405 (remove_files) COMPLETE |
| 6465 | 2026-08-11T21:59:26.933Z | [ recovery-image] Aug 11 21:59:25.697 INFO O| Aug 11 21:59:25.697 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6466 | 2026-08-11T21:59:26.942Z | [ recovery-image] Aug 11 21:59:25.707 INFO O| Aug 11 21:59:25.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit" |
| 6467 | 2026-08-11T21:59:26.942Z | [ recovery-image] Aug 11 21:59:25.708 INFO O| Aug 11 21:59:25.707 INFO STEP 406 (remove_files) COMPLETE |
| 6468 | 2026-08-11T21:59:26.943Z | [ recovery-image] Aug 11 21:59:25.708 INFO O| Aug 11 21:59:25.708 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6469 | 2026-08-11T21:59:26.954Z | [ recovery-image] Aug 11 21:59:25.717 INFO O| Aug 11 21:59:25.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask" |
| 6470 | 2026-08-11T21:59:26.954Z | [ recovery-image] Aug 11 21:59:25.717 INFO O| Aug 11 21:59:25.717 INFO STEP 407 (remove_files) COMPLETE |
| 6471 | 2026-08-11T21:59:26.957Z | [ recovery-image] Aug 11 21:59:25.717 INFO O| Aug 11 21:59:25.717 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6472 | 2026-08-11T21:59:26.962Z | [ recovery-image] Aug 11 21:59:25.727 INFO O| Aug 11 21:59:25.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias" |
| 6473 | 2026-08-11T21:59:26.962Z | [ recovery-image] Aug 11 21:59:25.727 INFO O| Aug 11 21:59:25.727 INFO STEP 408 (remove_files) COMPLETE |
| 6474 | 2026-08-11T21:59:26.962Z | [ recovery-image] Aug 11 21:59:25.727 INFO O| Aug 11 21:59:25.727 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6475 | 2026-08-11T21:59:26.973Z | [ recovery-image] Aug 11 21:59:25.737 INFO O| Aug 11 21:59:25.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress" |
| 6476 | 2026-08-11T21:59:26.973Z | [ recovery-image] Aug 11 21:59:25.737 INFO O| Aug 11 21:59:25.737 INFO STEP 409 (remove_files) COMPLETE |
| 6477 | 2026-08-11T21:59:26.973Z | [ recovery-image] Aug 11 21:59:25.737 INFO O| Aug 11 21:59:25.737 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6478 | 2026-08-11T21:59:26.984Z | [ recovery-image] Aug 11 21:59:25.748 INFO O| Aug 11 21:59:25.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand" |
| 6479 | 2026-08-11T21:59:26.984Z | [ recovery-image] Aug 11 21:59:25.748 INFO O| Aug 11 21:59:25.748 INFO STEP 410 (remove_files) COMPLETE |
| 6480 | 2026-08-11T21:59:26.984Z | [ recovery-image] Aug 11 21:59:25.748 INFO O| Aug 11 21:59:25.748 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6481 | 2026-08-11T21:59:26.997Z | [ recovery-image] Aug 11 21:59:25.758 INFO O| Aug 11 21:59:25.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq" |
| 6482 | 2026-08-11T21:59:26.997Z | [ recovery-image] Aug 11 21:59:25.758 INFO O| Aug 11 21:59:25.758 INFO STEP 411 (remove_files) COMPLETE |
| 6483 | 2026-08-11T21:59:27.003Z | [ recovery-image] Aug 11 21:59:25.758 INFO O| Aug 11 21:59:25.758 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6484 | 2026-08-11T21:59:27.011Z | [ recovery-image] Aug 11 21:59:25.768 INFO O| Aug 11 21:59:25.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units" |
| 6485 | 2026-08-11T21:59:27.015Z | [ recovery-image] Aug 11 21:59:25.774 INFO O| Aug 11 21:59:25.774 INFO STEP 412 (remove_files) COMPLETE |
| 6486 | 2026-08-11T21:59:27.015Z | [ recovery-image] Aug 11 21:59:25.774 INFO O| Aug 11 21:59:25.774 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6487 | 2026-08-11T21:59:27.023Z | [ recovery-image] Aug 11 21:59:25.786 INFO O| Aug 11 21:59:25.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos" |
| 6488 | 2026-08-11T21:59:27.029Z | [ recovery-image] Aug 11 21:59:25.794 INFO O| Aug 11 21:59:25.794 INFO STEP 413 (remove_files) COMPLETE |
| 6489 | 2026-08-11T21:59:27.030Z | [ recovery-image] Aug 11 21:59:25.794 INFO O| Aug 11 21:59:25.794 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6490 | 2026-08-11T21:59:27.040Z | [ recovery-image] Aug 11 21:59:25.805 INFO O| Aug 11 21:59:25.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack" |
| 6491 | 2026-08-11T21:59:27.040Z | [ recovery-image] Aug 11 21:59:25.805 INFO O| Aug 11 21:59:25.805 INFO STEP 414 (remove_files) COMPLETE |
| 6492 | 2026-08-11T21:59:27.040Z | [ recovery-image] Aug 11 21:59:25.805 INFO O| Aug 11 21:59:25.805 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6493 | 2026-08-11T21:59:27.051Z | [ recovery-image] Aug 11 21:59:25.817 INFO O| Aug 11 21:59:25.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr" |
| 6494 | 2026-08-11T21:59:27.052Z | [ recovery-image] Aug 11 21:59:25.817 INFO O| Aug 11 21:59:25.817 INFO STEP 415 (remove_files) COMPLETE |
| 6495 | 2026-08-11T21:59:27.052Z | [ recovery-image] Aug 11 21:59:25.817 INFO O| Aug 11 21:59:25.817 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6496 | 2026-08-11T21:59:27.063Z | [ recovery-image] Aug 11 21:59:25.827 INFO O| Aug 11 21:59:25.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode" |
| 6497 | 2026-08-11T21:59:27.063Z | [ recovery-image] Aug 11 21:59:25.827 INFO O| Aug 11 21:59:25.827 INFO STEP 416 (remove_files) COMPLETE |
| 6498 | 2026-08-11T21:59:27.063Z | [ recovery-image] Aug 11 21:59:25.827 INFO O| Aug 11 21:59:25.827 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6499 | 2026-08-11T21:59:27.071Z | [ recovery-image] Aug 11 21:59:25.836 INFO O| Aug 11 21:59:25.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode" |
| 6500 | 2026-08-11T21:59:27.071Z | [ recovery-image] Aug 11 21:59:25.836 INFO O| Aug 11 21:59:25.836 INFO STEP 417 (remove_files) COMPLETE |
| 6501 | 2026-08-11T21:59:27.071Z | [ recovery-image] Aug 11 21:59:25.836 INFO O| Aug 11 21:59:25.836 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6502 | 2026-08-11T21:59:27.081Z | [ recovery-image] Aug 11 21:59:25.846 INFO O| Aug 11 21:59:25.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen" |
| 6503 | 2026-08-11T21:59:27.082Z | [ recovery-image] Aug 11 21:59:25.847 INFO O| Aug 11 21:59:25.847 INFO STEP 418 (remove_files) COMPLETE |
| 6504 | 2026-08-11T21:59:27.085Z | [ recovery-image] Aug 11 21:59:25.847 INFO O| Aug 11 21:59:25.847 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6505 | 2026-08-11T21:59:27.110Z | [ recovery-image] Aug 11 21:59:25.873 INFO O| Aug 11 21:59:25.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit" |
| 6506 | 2026-08-11T21:59:27.110Z | [ recovery-image] Aug 11 21:59:25.873 INFO O| Aug 11 21:59:25.873 INFO STEP 419 (remove_files) COMPLETE |
| 6507 | 2026-08-11T21:59:27.110Z | [ recovery-image] Aug 11 21:59:25.873 INFO O| Aug 11 21:59:25.873 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6508 | 2026-08-11T21:59:27.122Z | [ recovery-image] Aug 11 21:59:25.887 INFO O| Aug 11 21:59:25.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim" |
| 6509 | 2026-08-11T21:59:27.122Z | [ recovery-image] Aug 11 21:59:25.887 INFO O| Aug 11 21:59:25.887 INFO STEP 420 (remove_files) COMPLETE |
| 6510 | 2026-08-11T21:59:27.122Z | [ recovery-image] Aug 11 21:59:25.887 INFO O| Aug 11 21:59:25.887 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6511 | 2026-08-11T21:59:27.131Z | [ recovery-image] Aug 11 21:59:25.896 INFO O| Aug 11 21:59:25.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor" |
| 6512 | 2026-08-11T21:59:27.131Z | [ recovery-image] Aug 11 21:59:25.896 INFO O| Aug 11 21:59:25.896 INFO STEP 421 (remove_files) COMPLETE |
| 6513 | 2026-08-11T21:59:27.135Z | [ recovery-image] Aug 11 21:59:25.896 INFO O| Aug 11 21:59:25.896 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6514 | 2026-08-11T21:59:27.139Z | [ recovery-image] Aug 11 21:59:25.904 INFO O| Aug 11 21:59:25.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat" |
| 6515 | 2026-08-11T21:59:27.139Z | [ recovery-image] Aug 11 21:59:25.904 INFO O| Aug 11 21:59:25.904 INFO STEP 422 (remove_files) COMPLETE |
| 6516 | 2026-08-11T21:59:27.143Z | [ recovery-image] Aug 11 21:59:25.904 INFO O| Aug 11 21:59:25.904 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6517 | 2026-08-11T21:59:27.158Z | [ recovery-image] Aug 11 21:59:25.922 INFO O| Aug 11 21:59:25.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt" |
| 6518 | 2026-08-11T21:59:27.159Z | [ recovery-image] Aug 11 21:59:25.922 INFO O| Aug 11 21:59:25.922 INFO STEP 423 (remove_files) COMPLETE |
| 6519 | 2026-08-11T21:59:27.159Z | [ recovery-image] Aug 11 21:59:25.922 INFO O| Aug 11 21:59:25.922 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6520 | 2026-08-11T21:59:27.176Z | [ recovery-image] Aug 11 21:59:25.941 INFO O| Aug 11 21:59:25.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w" |
| 6521 | 2026-08-11T21:59:27.176Z | [ recovery-image] Aug 11 21:59:25.941 INFO O| Aug 11 21:59:25.941 INFO STEP 424 (remove_files) COMPLETE |
| 6522 | 2026-08-11T21:59:27.176Z | [ recovery-image] Aug 11 21:59:25.941 INFO O| Aug 11 21:59:25.941 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6523 | 2026-08-11T21:59:27.186Z | [ recovery-image] Aug 11 21:59:25.951 INFO O| Aug 11 21:59:25.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait" |
| 6524 | 2026-08-11T21:59:27.186Z | [ recovery-image] Aug 11 21:59:25.951 INFO O| Aug 11 21:59:25.951 INFO STEP 425 (remove_files) COMPLETE |
| 6525 | 2026-08-11T21:59:27.186Z | [ recovery-image] Aug 11 21:59:25.951 INFO O| Aug 11 21:59:25.951 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6526 | 2026-08-11T21:59:27.198Z | [ recovery-image] Aug 11 21:59:25.962 INFO O| Aug 11 21:59:25.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch" |
| 6527 | 2026-08-11T21:59:27.198Z | [ recovery-image] Aug 11 21:59:25.962 INFO O| Aug 11 21:59:25.962 INFO STEP 426 (remove_files) COMPLETE |
| 6528 | 2026-08-11T21:59:27.198Z | [ recovery-image] Aug 11 21:59:25.962 INFO O| Aug 11 21:59:25.962 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6529 | 2026-08-11T21:59:27.209Z | [ recovery-image] Aug 11 21:59:25.972 INFO O| Aug 11 21:59:25.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc" |
| 6530 | 2026-08-11T21:59:27.209Z | [ recovery-image] Aug 11 21:59:25.972 INFO O| Aug 11 21:59:25.972 INFO STEP 427 (remove_files) COMPLETE |
| 6531 | 2026-08-11T21:59:27.215Z | [ recovery-image] Aug 11 21:59:25.972 INFO O| Aug 11 21:59:25.972 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6532 | 2026-08-11T21:59:27.229Z | [ recovery-image] Aug 11 21:59:25.994 INFO O| Aug 11 21:59:25.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which" |
| 6533 | 2026-08-11T21:59:27.229Z | [ recovery-image] Aug 11 21:59:25.994 INFO O| Aug 11 21:59:25.994 INFO STEP 428 (remove_files) COMPLETE |
| 6534 | 2026-08-11T21:59:27.229Z | [ recovery-image] Aug 11 21:59:25.994 INFO O| Aug 11 21:59:25.994 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6535 | 2026-08-11T21:59:27.245Z | [ recovery-image] Aug 11 21:59:26.009 INFO O| Aug 11 21:59:26.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls" |
| 6536 | 2026-08-11T21:59:27.245Z | [ recovery-image] Aug 11 21:59:26.009 INFO O| Aug 11 21:59:26.009 INFO STEP 429 (remove_files) COMPLETE |
| 6537 | 2026-08-11T21:59:27.245Z | [ recovery-image] Aug 11 21:59:26.009 INFO O| Aug 11 21:59:26.009 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6538 | 2026-08-11T21:59:27.301Z | [ recovery-image] Aug 11 21:59:26.064 INFO O| Aug 11 21:59:26.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct" |
| 6539 | 2026-08-11T21:59:27.305Z | [ recovery-image] Aug 11 21:59:26.064 INFO O| Aug 11 21:59:26.063 INFO STEP 430 (remove_files) COMPLETE |
| 6540 | 2026-08-11T21:59:27.305Z | [ recovery-image] Aug 11 21:59:26.064 INFO O| Aug 11 21:59:26.063 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6541 | 2026-08-11T21:59:27.320Z | [ recovery-image] Aug 11 21:59:26.076 INFO O| Aug 11 21:59:26.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write" |
| 6542 | 2026-08-11T21:59:27.320Z | [ recovery-image] Aug 11 21:59:26.076 INFO O| Aug 11 21:59:26.075 INFO STEP 431 (remove_files) COMPLETE |
| 6543 | 2026-08-11T21:59:27.320Z | [ recovery-image] Aug 11 21:59:26.076 INFO O| Aug 11 21:59:26.075 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6544 | 2026-08-11T21:59:27.332Z | [ recovery-image] Aug 11 21:59:26.091 INFO O| Aug 11 21:59:26.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs" |
| 6545 | 2026-08-11T21:59:27.332Z | [ recovery-image] Aug 11 21:59:26.091 INFO O| Aug 11 21:59:26.091 INFO STEP 432 (remove_files) COMPLETE |
| 6546 | 2026-08-11T21:59:27.343Z | [ recovery-image] Aug 11 21:59:26.091 INFO O| Aug 11 21:59:26.091 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6547 | 2026-08-11T21:59:27.347Z | [ recovery-image] Aug 11 21:59:26.107 INFO O| Aug 11 21:59:26.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config" |
| 6548 | 2026-08-11T21:59:27.347Z | [ recovery-image] Aug 11 21:59:26.107 INFO O| Aug 11 21:59:26.103 INFO STEP 433 (remove_files) COMPLETE |
| 6549 | 2026-08-11T21:59:27.347Z | [ recovery-image] Aug 11 21:59:26.107 INFO O| Aug 11 21:59:26.103 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6550 | 2026-08-11T21:59:27.356Z | [ recovery-image] Aug 11 21:59:26.113 INFO O| Aug 11 21:59:26.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog" |
| 6551 | 2026-08-11T21:59:27.356Z | [ recovery-image] Aug 11 21:59:26.113 INFO O| Aug 11 21:59:26.113 INFO STEP 434 (remove_files) COMPLETE |
| 6552 | 2026-08-11T21:59:27.356Z | [ recovery-image] Aug 11 21:59:26.113 INFO O| Aug 11 21:59:26.113 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6553 | 2026-08-11T21:59:27.361Z | [ recovery-image] Aug 11 21:59:26.125 INFO O| Aug 11 21:59:26.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint" |
| 6554 | 2026-08-11T21:59:27.361Z | [ recovery-image] Aug 11 21:59:26.125 INFO O| Aug 11 21:59:26.125 INFO STEP 435 (remove_files) COMPLETE |
| 6555 | 2026-08-11T21:59:27.362Z | [ recovery-image] Aug 11 21:59:26.125 INFO O| Aug 11 21:59:26.125 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6556 | 2026-08-11T21:59:27.374Z | [ recovery-image] Aug 11 21:59:26.138 INFO O| Aug 11 21:59:26.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf" |
| 6557 | 2026-08-11T21:59:27.374Z | [ recovery-image] Aug 11 21:59:26.138 INFO O| Aug 11 21:59:26.138 INFO STEP 436 (remove_files) COMPLETE |
| 6558 | 2026-08-11T21:59:27.374Z | [ recovery-image] Aug 11 21:59:26.138 INFO O| Aug 11 21:59:26.138 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6559 | 2026-08-11T21:59:27.386Z | [ recovery-image] Aug 11 21:59:26.150 INFO O| Aug 11 21:59:26.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr" |
| 6560 | 2026-08-11T21:59:27.386Z | [ recovery-image] Aug 11 21:59:26.150 INFO O| Aug 11 21:59:26.150 INFO STEP 437 (remove_files) COMPLETE |
| 6561 | 2026-08-11T21:59:27.390Z | [ recovery-image] Aug 11 21:59:26.150 INFO O| Aug 11 21:59:26.150 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6562 | 2026-08-11T21:59:27.396Z | [ recovery-image] Aug 11 21:59:26.161 INFO O| Aug 11 21:59:26.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd" |
| 6563 | 2026-08-11T21:59:27.396Z | [ recovery-image] Aug 11 21:59:26.161 INFO O| Aug 11 21:59:26.161 INFO STEP 438 (remove_files) COMPLETE |
| 6564 | 2026-08-11T21:59:27.397Z | [ recovery-image] Aug 11 21:59:26.161 INFO O| Aug 11 21:59:26.161 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6565 | 2026-08-11T21:59:27.414Z | [ recovery-image] Aug 11 21:59:26.172 INFO O| Aug 11 21:59:26.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz" |
| 6566 | 2026-08-11T21:59:27.414Z | [ recovery-image] Aug 11 21:59:26.172 INFO O| Aug 11 21:59:26.172 INFO STEP 439 (remove_files) COMPLETE |
| 6567 | 2026-08-11T21:59:27.418Z | [ recovery-image] Aug 11 21:59:26.172 INFO O| Aug 11 21:59:26.172 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6568 | 2026-08-11T21:59:27.418Z | [ recovery-image] Aug 11 21:59:26.183 INFO O| Aug 11 21:59:26.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec" |
| 6569 | 2026-08-11T21:59:27.419Z | [ recovery-image] Aug 11 21:59:26.183 INFO O| Aug 11 21:59:26.183 INFO STEP 440 (remove_files) COMPLETE |
| 6570 | 2026-08-11T21:59:27.419Z | [ recovery-image] Aug 11 21:59:26.183 INFO O| Aug 11 21:59:26.183 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6571 | 2026-08-11T21:59:27.431Z | [ recovery-image] Aug 11 21:59:26.195 INFO O| Aug 11 21:59:26.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff" |
| 6572 | 2026-08-11T21:59:27.431Z | [ recovery-image] Aug 11 21:59:26.195 INFO O| Aug 11 21:59:26.195 INFO STEP 441 (remove_files) COMPLETE |
| 6573 | 2026-08-11T21:59:27.431Z | [ recovery-image] Aug 11 21:59:26.195 INFO O| Aug 11 21:59:26.195 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6574 | 2026-08-11T21:59:27.440Z | [ recovery-image] Aug 11 21:59:26.205 INFO O| Aug 11 21:59:26.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep" |
| 6575 | 2026-08-11T21:59:27.441Z | [ recovery-image] Aug 11 21:59:26.205 INFO O| Aug 11 21:59:26.205 INFO STEP 442 (remove_files) COMPLETE |
| 6576 | 2026-08-11T21:59:27.441Z | [ recovery-image] Aug 11 21:59:26.205 INFO O| Aug 11 21:59:26.205 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6577 | 2026-08-11T21:59:27.452Z | [ recovery-image] Aug 11 21:59:26.217 INFO O| Aug 11 21:59:26.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless" |
| 6578 | 2026-08-11T21:59:27.453Z | [ recovery-image] Aug 11 21:59:26.217 INFO O| Aug 11 21:59:26.217 INFO STEP 443 (remove_files) COMPLETE |
| 6579 | 2026-08-11T21:59:27.453Z | [ recovery-image] Aug 11 21:59:26.217 INFO O| Aug 11 21:59:26.217 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6580 | 2026-08-11T21:59:27.464Z | [ recovery-image] Aug 11 21:59:26.229 INFO O| Aug 11 21:59:26.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore" |
| 6581 | 2026-08-11T21:59:27.465Z | [ recovery-image] Aug 11 21:59:26.229 INFO O| Aug 11 21:59:26.229 INFO STEP 444 (remove_files) COMPLETE |
| 6582 | 2026-08-11T21:59:27.465Z | [ recovery-image] Aug 11 21:59:26.229 INFO O| Aug 11 21:59:26.229 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6583 | 2026-08-11T21:59:27.476Z | [ recovery-image] Aug 11 21:59:26.241 INFO O| Aug 11 21:59:26.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes" |
| 6584 | 2026-08-11T21:59:27.477Z | [ recovery-image] Aug 11 21:59:26.241 INFO O| Aug 11 21:59:26.241 INFO STEP 445 (remove_files) COMPLETE |
| 6585 | 2026-08-11T21:59:27.477Z | [ recovery-image] Aug 11 21:59:26.241 INFO O| Aug 11 21:59:26.241 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6586 | 2026-08-11T21:59:27.489Z | [ recovery-image] Aug 11 21:59:26.254 INFO O| Aug 11 21:59:26.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat" |
| 6587 | 2026-08-11T21:59:27.489Z | [ recovery-image] Aug 11 21:59:26.254 INFO O| Aug 11 21:59:26.254 INFO STEP 446 (remove_files) COMPLETE |
| 6588 | 2026-08-11T21:59:27.493Z | [ recovery-image] Aug 11 21:59:26.254 INFO O| Aug 11 21:59:26.254 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6589 | 2026-08-11T21:59:27.500Z | [ recovery-image] Aug 11 21:59:26.265 INFO O| Aug 11 21:59:26.265 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat" |
| 6590 | 2026-08-11T21:59:27.500Z | [ recovery-image] Aug 11 21:59:26.265 INFO O| Aug 11 21:59:26.265 INFO STEP 447 (remove_files) COMPLETE |
| 6591 | 2026-08-11T21:59:27.504Z | [ recovery-image] Aug 11 21:59:26.265 INFO O| Aug 11 21:59:26.265 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6592 | 2026-08-11T21:59:27.510Z | [ recovery-image] Aug 11 21:59:26.275 INFO O| Aug 11 21:59:26.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd" |
| 6593 | 2026-08-11T21:59:27.514Z | [ recovery-image] Aug 11 21:59:26.276 INFO O| Aug 11 21:59:26.276 INFO STEP 448 (remove_files) COMPLETE |
| 6594 | 2026-08-11T21:59:27.514Z | [ recovery-image] Aug 11 21:59:26.276 INFO O| Aug 11 21:59:26.276 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6595 | 2026-08-11T21:59:27.526Z | [ recovery-image] Aug 11 21:59:26.288 INFO O| Aug 11 21:59:26.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep" |
| 6596 | 2026-08-11T21:59:27.526Z | [ recovery-image] Aug 11 21:59:26.288 INFO O| Aug 11 21:59:26.288 INFO STEP 449 (remove_files) COMPLETE |
| 6597 | 2026-08-11T21:59:27.530Z | [ recovery-image] Aug 11 21:59:26.288 INFO O| Aug 11 21:59:26.288 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6598 | 2026-08-11T21:59:27.534Z | [ recovery-image] Aug 11 21:59:26.299 INFO O| Aug 11 21:59:26.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless" |
| 6599 | 2026-08-11T21:59:27.534Z | [ recovery-image] Aug 11 21:59:26.299 INFO O| Aug 11 21:59:26.299 INFO STEP 450 (remove_files) COMPLETE |
| 6600 | 2026-08-11T21:59:27.534Z | [ recovery-image] Aug 11 21:59:26.299 INFO O| Aug 11 21:59:26.299 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6601 | 2026-08-11T21:59:27.547Z | [ recovery-image] Aug 11 21:59:26.310 INFO O| Aug 11 21:59:26.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
| 6602 | 2026-08-11T21:59:27.547Z | [ recovery-image] Aug 11 21:59:26.311 INFO O| Aug 11 21:59:26.311 INFO STEP 451 (remove_files) COMPLETE |
| 6603 | 2026-08-11T21:59:27.552Z | [ recovery-image] Aug 11 21:59:26.311 INFO O| Aug 11 21:59:26.311 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6604 | 2026-08-11T21:59:27.557Z | [ recovery-image] Aug 11 21:59:26.321 INFO O| Aug 11 21:59:26.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
| 6605 | 2026-08-11T21:59:27.557Z | [ recovery-image] Aug 11 21:59:26.321 INFO O| Aug 11 21:59:26.321 INFO STEP 452 (remove_files) COMPLETE |
| 6606 | 2026-08-11T21:59:27.562Z | [ recovery-image] Aug 11 21:59:26.321 INFO O| Aug 11 21:59:26.321 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6607 | 2026-08-11T21:59:27.567Z | [ recovery-image] Aug 11 21:59:26.331 INFO O| Aug 11 21:59:26.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
| 6608 | 2026-08-11T21:59:27.567Z | [ recovery-image] Aug 11 21:59:26.331 INFO O| Aug 11 21:59:26.331 INFO STEP 453 (remove_files) COMPLETE |
| 6609 | 2026-08-11T21:59:27.567Z | [ recovery-image] Aug 11 21:59:26.331 INFO O| Aug 11 21:59:26.331 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6610 | 2026-08-11T21:59:27.574Z | [ recovery-image] Aug 11 21:59:26.339 INFO O| Aug 11 21:59:26.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
| 6611 | 2026-08-11T21:59:27.575Z | [ recovery-image] Aug 11 21:59:26.340 INFO O| Aug 11 21:59:26.339 INFO STEP 454 (remove_files) COMPLETE |
| 6612 | 2026-08-11T21:59:27.575Z | [ recovery-image] Aug 11 21:59:26.340 INFO O| Aug 11 21:59:26.339 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6613 | 2026-08-11T21:59:27.584Z | [ recovery-image] Aug 11 21:59:26.348 INFO O| Aug 11 21:59:26.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
| 6614 | 2026-08-11T21:59:27.584Z | [ recovery-image] Aug 11 21:59:26.348 INFO O| Aug 11 21:59:26.348 INFO STEP 455 (remove_files) COMPLETE |
| 6615 | 2026-08-11T21:59:27.588Z | [ recovery-image] Aug 11 21:59:26.348 INFO O| Aug 11 21:59:26.348 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6616 | 2026-08-11T21:59:27.604Z | [ recovery-image] Aug 11 21:59:26.356 INFO O| Aug 11 21:59:26.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
| 6617 | 2026-08-11T21:59:27.604Z | [ recovery-image] Aug 11 21:59:26.356 INFO O| Aug 11 21:59:26.356 INFO STEP 456 (remove_files) COMPLETE |
| 6618 | 2026-08-11T21:59:27.604Z | [ recovery-image] Aug 11 21:59:26.356 INFO O| Aug 11 21:59:26.356 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6619 | 2026-08-11T21:59:27.610Z | [ recovery-image] Aug 11 21:59:26.365 INFO O| Aug 11 21:59:26.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
| 6620 | 2026-08-11T21:59:27.610Z | [ recovery-image] Aug 11 21:59:26.365 INFO O| Aug 11 21:59:26.365 INFO STEP 457 (remove_files) COMPLETE |
| 6621 | 2026-08-11T21:59:27.610Z | [ recovery-image] Aug 11 21:59:26.365 INFO O| Aug 11 21:59:26.365 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6622 | 2026-08-11T21:59:27.614Z | [ recovery-image] Aug 11 21:59:26.373 INFO O| Aug 11 21:59:26.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
| 6623 | 2026-08-11T21:59:27.614Z | [ recovery-image] Aug 11 21:59:26.373 INFO O| Aug 11 21:59:26.373 INFO STEP 458 (remove_files) COMPLETE |
| 6624 | 2026-08-11T21:59:27.614Z | [ recovery-image] Aug 11 21:59:26.373 INFO O| Aug 11 21:59:26.373 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6625 | 2026-08-11T21:59:27.618Z | [ recovery-image] Aug 11 21:59:26.382 INFO O| Aug 11 21:59:26.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
| 6626 | 2026-08-11T21:59:27.618Z | [ recovery-image] Aug 11 21:59:26.382 INFO O| Aug 11 21:59:26.382 INFO STEP 459 (remove_files) COMPLETE |
| 6627 | 2026-08-11T21:59:27.618Z | [ recovery-image] Aug 11 21:59:26.382 INFO O| Aug 11 21:59:26.382 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6628 | 2026-08-11T21:59:27.641Z | [ recovery-image] Aug 11 21:59:26.392 INFO O| Aug 11 21:59:26.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
| 6629 | 2026-08-11T21:59:27.641Z | [ recovery-image] Aug 11 21:59:26.392 INFO O| Aug 11 21:59:26.392 INFO STEP 460 (remove_files) COMPLETE |
| 6630 | 2026-08-11T21:59:27.641Z | [ recovery-image] Aug 11 21:59:26.392 INFO O| Aug 11 21:59:26.392 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6631 | 2026-08-11T21:59:27.645Z | [ recovery-image] Aug 11 21:59:26.404 INFO O| Aug 11 21:59:26.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
| 6632 | 2026-08-11T21:59:27.645Z | [ recovery-image] Aug 11 21:59:26.405 INFO O| Aug 11 21:59:26.405 INFO STEP 461 (remove_files) COMPLETE |
| 6633 | 2026-08-11T21:59:27.645Z | [ recovery-image] Aug 11 21:59:26.405 INFO O| Aug 11 21:59:26.405 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6634 | 2026-08-11T21:59:27.650Z | [ recovery-image] Aug 11 21:59:26.415 INFO O| Aug 11 21:59:26.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
| 6635 | 2026-08-11T21:59:27.651Z | [ recovery-image] Aug 11 21:59:26.416 INFO O| Aug 11 21:59:26.416 INFO STEP 462 (remove_files) COMPLETE |
| 6636 | 2026-08-11T21:59:27.656Z | [ recovery-image] Aug 11 21:59:26.416 INFO O| Aug 11 21:59:26.416 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6637 | 2026-08-11T21:59:27.660Z | [ recovery-image] Aug 11 21:59:26.426 INFO O| Aug 11 21:59:26.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9" |
| 6638 | 2026-08-11T21:59:27.660Z | [ recovery-image] Aug 11 21:59:26.426 INFO O| Aug 11 21:59:26.426 INFO STEP 463 (remove_files) COMPLETE |
| 6639 | 2026-08-11T21:59:27.664Z | [ recovery-image] Aug 11 21:59:26.426 INFO O| Aug 11 21:59:26.426 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6640 | 2026-08-11T21:59:27.671Z | [ recovery-image] Aug 11 21:59:26.436 INFO O| Aug 11 21:59:26.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
| 6641 | 2026-08-11T21:59:27.671Z | [ recovery-image] Aug 11 21:59:26.436 INFO O| Aug 11 21:59:26.436 INFO STEP 464 (remove_files) COMPLETE |
| 6642 | 2026-08-11T21:59:27.671Z | [ recovery-image] Aug 11 21:59:26.436 INFO O| Aug 11 21:59:26.436 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6643 | 2026-08-11T21:59:27.681Z | [ recovery-image] Aug 11 21:59:26.446 INFO O| Aug 11 21:59:26.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
| 6644 | 2026-08-11T21:59:27.681Z | [ recovery-image] Aug 11 21:59:26.446 INFO O| Aug 11 21:59:26.446 INFO STEP 465 (remove_files) COMPLETE |
| 6645 | 2026-08-11T21:59:27.681Z | [ recovery-image] Aug 11 21:59:26.446 INFO O| Aug 11 21:59:26.446 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6646 | 2026-08-11T21:59:27.691Z | [ recovery-image] Aug 11 21:59:26.456 INFO O| Aug 11 21:59:26.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags" |
| 6647 | 2026-08-11T21:59:27.691Z | [ recovery-image] Aug 11 21:59:26.456 INFO O| Aug 11 21:59:26.456 INFO STEP 466 (remove_files) COMPLETE |
| 6648 | 2026-08-11T21:59:27.695Z | [ recovery-image] Aug 11 21:59:26.456 INFO O| Aug 11 21:59:26.456 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6649 | 2026-08-11T21:59:27.699Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 6650 | 2026-08-11T21:59:27.704Z | [ recovery-image] Aug 11 21:59:26.467 INFO O| Aug 11 21:59:26.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit" |
| 6651 | 2026-08-11T21:59:27.704Z | [ recovery-image] Aug 11 21:59:26.467 INFO O| Aug 11 21:59:26.467 INFO STEP 467 (remove_files) COMPLETE |
| 6652 | 2026-08-11T21:59:27.704Z | [ recovery-image] Aug 11 21:59:26.467 INFO O| Aug 11 21:59:26.467 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6653 | 2026-08-11T21:59:27.712Z | [ recovery-image] Aug 11 21:59:26.477 INFO O| Aug 11 21:59:26.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex" |
| 6654 | 2026-08-11T21:59:27.712Z | [ recovery-image] Aug 11 21:59:26.477 INFO O| Aug 11 21:59:26.477 INFO STEP 468 (remove_files) COMPLETE |
| 6655 | 2026-08-11T21:59:27.712Z | [ recovery-image] Aug 11 21:59:26.477 INFO O| Aug 11 21:59:26.477 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6656 | 2026-08-11T21:59:27.723Z | [ recovery-image] Aug 11 21:59:26.488 INFO O| Aug 11 21:59:26.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh" |
| 6657 | 2026-08-11T21:59:27.723Z | [ recovery-image] Aug 11 21:59:26.488 INFO O| Aug 11 21:59:26.488 INFO STEP 469 (remove_files) COMPLETE |
| 6658 | 2026-08-11T21:59:27.723Z | [ recovery-image] Aug 11 21:59:26.488 INFO O| Aug 11 21:59:26.488 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6659 | 2026-08-11T21:59:27.733Z | [ recovery-image] Aug 11 21:59:26.498 INFO O| Aug 11 21:59:26.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh" |
| 6660 | 2026-08-11T21:59:27.733Z | [ recovery-image] Aug 11 21:59:26.498 INFO O| Aug 11 21:59:26.498 INFO STEP 470 (remove_files) COMPLETE |
| 6661 | 2026-08-11T21:59:27.737Z | [ recovery-image] Aug 11 21:59:26.498 INFO O| Aug 11 21:59:26.498 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6662 | 2026-08-11T21:59:27.747Z | [ recovery-image] Aug 11 21:59:26.508 INFO O| Aug 11 21:59:26.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit" |
| 6663 | 2026-08-11T21:59:27.747Z | [ recovery-image] Aug 11 21:59:26.508 INFO O| Aug 11 21:59:26.508 INFO STEP 471 (remove_files) COMPLETE |
| 6664 | 2026-08-11T21:59:27.751Z | [ recovery-image] Aug 11 21:59:26.508 INFO O| Aug 11 21:59:26.508 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6665 | 2026-08-11T21:59:27.757Z | [ recovery-image] Aug 11 21:59:26.517 INFO O| Aug 11 21:59:26.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi" |
| 6666 | 2026-08-11T21:59:27.757Z | [ recovery-image] Aug 11 21:59:26.517 INFO O| Aug 11 21:59:26.517 INFO STEP 472 (remove_files) COMPLETE |
| 6667 | 2026-08-11T21:59:27.757Z | [ recovery-image] Aug 11 21:59:26.517 INFO O| Aug 11 21:59:26.517 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6668 | 2026-08-11T21:59:27.761Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 6669 | 2026-08-11T21:59:27.766Z | [ recovery-image] Aug 11 21:59:26.528 INFO O| Aug 11 21:59:26.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view" |
| 6670 | 2026-08-11T21:59:27.766Z | [ recovery-image] Aug 11 21:59:26.528 INFO O| Aug 11 21:59:26.528 INFO STEP 473 (remove_files) COMPLETE |
| 6671 | 2026-08-11T21:59:27.766Z | [ recovery-image] Aug 11 21:59:26.528 INFO O| Aug 11 21:59:26.528 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6672 | 2026-08-11T21:59:27.781Z | [ recovery-image] Aug 11 21:59:26.537 INFO O| Aug 11 21:59:26.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux" |
| 6673 | 2026-08-11T21:59:27.781Z | [ recovery-image] Aug 11 21:59:26.538 INFO O| Aug 11 21:59:26.538 INFO STEP 474 (remove_files) COMPLETE |
| 6674 | 2026-08-11T21:59:27.781Z | [ recovery-image] Aug 11 21:59:26.538 INFO O| Aug 11 21:59:26.538 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6675 | 2026-08-11T21:59:27.789Z | [ recovery-image] Aug 11 21:59:26.547 INFO O| Aug 11 21:59:26.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool" |
| 6676 | 2026-08-11T21:59:27.789Z | [ recovery-image] Aug 11 21:59:26.547 INFO O| Aug 11 21:59:26.547 INFO STEP 475 (remove_files) COMPLETE |
| 6677 | 2026-08-11T21:59:27.789Z | [ recovery-image] Aug 11 21:59:26.547 INFO O| Aug 11 21:59:26.547 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6678 | 2026-08-11T21:59:27.793Z | [ recovery-image] Aug 11 21:59:26.557 INFO O| Aug 11 21:59:26.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt" |
| 6679 | 2026-08-11T21:59:27.793Z | [ recovery-image] Aug 11 21:59:26.557 INFO O| Aug 11 21:59:26.557 INFO STEP 476 (remove_files) COMPLETE |
| 6680 | 2026-08-11T21:59:27.793Z | [ recovery-image] Aug 11 21:59:26.557 INFO O| Aug 11 21:59:26.557 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6681 | 2026-08-11T21:59:27.802Z | [ recovery-image] Aug 11 21:59:26.567 INFO O| Aug 11 21:59:26.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm" |
| 6682 | 2026-08-11T21:59:27.802Z | [ recovery-image] Aug 11 21:59:26.567 INFO O| Aug 11 21:59:26.567 INFO STEP 477 (remove_files) COMPLETE |
| 6683 | 2026-08-11T21:59:27.802Z | [ recovery-image] Aug 11 21:59:26.567 INFO O| Aug 11 21:59:26.567 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6684 | 2026-08-11T21:59:27.891Z | [ recovery-image] Aug 11 21:59:26.576 INFO O| Aug 11 21:59:26.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts" |
| 6685 | 2026-08-11T21:59:27.891Z | [ recovery-image] Aug 11 21:59:26.576 INFO O| Aug 11 21:59:26.576 INFO STEP 478 (remove_files) COMPLETE |
| 6686 | 2026-08-11T21:59:27.914Z | [ recovery-image] Aug 11 21:59:26.576 INFO O| Aug 11 21:59:26.576 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6687 | 2026-08-11T21:59:27.914Z | [ recovery-image] Aug 11 21:59:26.586 INFO O| Aug 11 21:59:26.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons" |
| 6688 | 2026-08-11T21:59:27.914Z | [ recovery-image] Aug 11 21:59:26.586 INFO O| Aug 11 21:59:26.586 INFO STEP 479 (remove_files) COMPLETE |
| 6689 | 2026-08-11T21:59:27.914Z | [ recovery-image] Aug 11 21:59:26.586 INFO O| Aug 11 21:59:26.586 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6690 | 2026-08-11T21:59:27.914Z | [ recovery-image] Aug 11 21:59:26.596 INFO O| Aug 11 21:59:26.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf" |
| 6691 | 2026-08-11T21:59:27.914Z | [ recovery-image] Aug 11 21:59:26.596 INFO O| Aug 11 21:59:26.596 INFO STEP 480 (remove_files) COMPLETE |
| 6692 | 2026-08-11T21:59:27.914Z | [ recovery-image] Aug 11 21:59:26.596 INFO O| Aug 11 21:59:26.596 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6693 | 2026-08-11T21:59:27.914Z | [ recovery-image] Aug 11 21:59:26.606 INFO O| Aug 11 21:59:26.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf" |
| 6694 | 2026-08-11T21:59:27.914Z | [ recovery-image] Aug 11 21:59:26.606 INFO O| Aug 11 21:59:26.606 INFO STEP 481 (remove_files) COMPLETE |
| 6695 | 2026-08-11T21:59:27.914Z | [ recovery-image] Aug 11 21:59:26.606 INFO O| Aug 11 21:59:26.606 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6696 | 2026-08-11T21:59:27.914Z | [ recovery-image] Aug 11 21:59:26.615 INFO O| Aug 11 21:59:26.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf" |
| 6697 | 2026-08-11T21:59:27.914Z | [ recovery-image] Aug 11 21:59:26.615 INFO O| Aug 11 21:59:26.615 INFO STEP 482 (remove_files) COMPLETE |
| 6698 | 2026-08-11T21:59:27.914Z | [ recovery-image] Aug 11 21:59:26.615 INFO O| Aug 11 21:59:26.615 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6699 | 2026-08-11T21:59:27.914Z | [ recovery-image] Aug 11 21:59:26.626 INFO O| Aug 11 21:59:26.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf" |
| 6700 | 2026-08-11T21:59:27.914Z | [ recovery-image] Aug 11 21:59:26.626 INFO O| Aug 11 21:59:26.626 INFO STEP 483 (remove_files) COMPLETE |
| 6701 | 2026-08-11T21:59:27.914Z | [ recovery-image] Aug 11 21:59:26.626 INFO O| Aug 11 21:59:26.626 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6702 | 2026-08-11T21:59:27.915Z | [ recovery-image] Aug 11 21:59:26.635 INFO O| Aug 11 21:59:26.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf" |
| 6703 | 2026-08-11T21:59:27.915Z | [ recovery-image] Aug 11 21:59:26.636 INFO O| Aug 11 21:59:26.636 INFO STEP 484 (remove_files) COMPLETE |
| 6704 | 2026-08-11T21:59:27.915Z | [ recovery-image] Aug 11 21:59:26.636 INFO O| Aug 11 21:59:26.636 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6705 | 2026-08-11T21:59:27.915Z | [ recovery-image] Aug 11 21:59:26.645 INFO O| Aug 11 21:59:26.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf" |
| 6706 | 2026-08-11T21:59:27.915Z | [ recovery-image] Aug 11 21:59:26.645 INFO O| Aug 11 21:59:26.645 INFO STEP 485 (remove_files) COMPLETE |
| 6707 | 2026-08-11T21:59:27.915Z | [ recovery-image] Aug 11 21:59:26.645 INFO O| Aug 11 21:59:26.645 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6708 | 2026-08-11T21:59:27.915Z | [ recovery-image] Aug 11 21:59:26.655 INFO O| Aug 11 21:59:26.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf" |
| 6709 | 2026-08-11T21:59:27.915Z | [ recovery-image] Aug 11 21:59:26.655 INFO O| Aug 11 21:59:26.655 INFO STEP 486 (remove_files) COMPLETE |
| 6710 | 2026-08-11T21:59:27.915Z | [ recovery-image] Aug 11 21:59:26.655 INFO O| Aug 11 21:59:26.655 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6711 | 2026-08-11T21:59:27.927Z | [ recovery-image] Aug 11 21:59:26.665 INFO O| Aug 11 21:59:26.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec" |
| 6712 | 2026-08-11T21:59:27.928Z | [ recovery-image] Aug 11 21:59:26.665 INFO O| Aug 11 21:59:26.665 INFO STEP 487 (remove_files) COMPLETE |
| 6713 | 2026-08-11T21:59:27.928Z | [ recovery-image] Aug 11 21:59:26.665 INFO O| Aug 11 21:59:26.665 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6714 | 2026-08-11T21:59:27.928Z | [ recovery-image] Aug 11 21:59:26.675 INFO O| Aug 11 21:59:26.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec" |
| 6715 | 2026-08-11T21:59:27.928Z | [ recovery-image] Aug 11 21:59:26.675 INFO O| Aug 11 21:59:26.675 INFO STEP 488 (remove_files) COMPLETE |
| 6716 | 2026-08-11T21:59:27.928Z | [ recovery-image] Aug 11 21:59:26.675 INFO O| Aug 11 21:59:26.675 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6717 | 2026-08-11T21:59:27.928Z | [ recovery-image] Aug 11 21:59:26.684 INFO O| Aug 11 21:59:26.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs" |
| 6718 | 2026-08-11T21:59:27.928Z | [ recovery-image] Aug 11 21:59:26.684 INFO O| Aug 11 21:59:26.684 INFO STEP 489 (remove_files) COMPLETE |
| 6719 | 2026-08-11T21:59:27.928Z | [ recovery-image] Aug 11 21:59:26.684 INFO O| Aug 11 21:59:26.684 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6720 | 2026-08-11T21:59:27.959Z | [ recovery-image] Aug 11 21:59:26.692 INFO O| Aug 11 21:59:26.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs" |
| 6721 | 2026-08-11T21:59:27.960Z | [ recovery-image] Aug 11 21:59:26.693 INFO O| Aug 11 21:59:26.693 INFO STEP 490 (remove_files) COMPLETE |
| 6722 | 2026-08-11T21:59:27.960Z | [ recovery-image] Aug 11 21:59:26.693 INFO O| Aug 11 21:59:26.693 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6723 | 2026-08-11T21:59:27.973Z | [ recovery-image] Aug 11 21:59:26.701 INFO O| Aug 11 21:59:26.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
| 6724 | 2026-08-11T21:59:27.973Z | [ recovery-image] Aug 11 21:59:26.701 INFO O| Aug 11 21:59:26.701 INFO STEP 491 (remove_files) COMPLETE |
| 6725 | 2026-08-11T21:59:27.973Z | [ recovery-image] Aug 11 21:59:26.701 INFO O| Aug 11 21:59:26.701 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6726 | 2026-08-11T21:59:27.973Z | [ recovery-image] Aug 11 21:59:26.710 INFO O| Aug 11 21:59:26.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
| 6727 | 2026-08-11T21:59:27.973Z | [ recovery-image] Aug 11 21:59:26.710 INFO O| Aug 11 21:59:26.710 INFO STEP 492 (remove_files) COMPLETE |
| 6728 | 2026-08-11T21:59:27.974Z | [ recovery-image] Aug 11 21:59:26.710 INFO O| Aug 11 21:59:26.710 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6729 | 2026-08-11T21:59:27.974Z | [ recovery-image] Aug 11 21:59:26.719 INFO O| Aug 11 21:59:26.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
| 6730 | 2026-08-11T21:59:27.974Z | [ recovery-image] Aug 11 21:59:26.719 INFO O| Aug 11 21:59:26.719 INFO STEP 493 (remove_files) COMPLETE |
| 6731 | 2026-08-11T21:59:27.974Z | [ recovery-image] Aug 11 21:59:26.719 INFO O| Aug 11 21:59:26.719 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6732 | 2026-08-11T21:59:27.983Z | [ recovery-image] Aug 11 21:59:26.729 INFO O| Aug 11 21:59:26.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
| 6733 | 2026-08-11T21:59:27.983Z | [ recovery-image] Aug 11 21:59:26.729 INFO O| Aug 11 21:59:26.729 INFO STEP 494 (remove_files) COMPLETE |
| 6734 | 2026-08-11T21:59:27.983Z | [ recovery-image] Aug 11 21:59:26.729 INFO O| Aug 11 21:59:26.729 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6735 | 2026-08-11T21:59:27.983Z | [ recovery-image] Aug 11 21:59:26.737 INFO O| Aug 11 21:59:26.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA" |
| 6736 | 2026-08-11T21:59:27.983Z | [ recovery-image] Aug 11 21:59:26.737 INFO O| Aug 11 21:59:26.737 INFO STEP 495 (remove_files) COMPLETE |
| 6737 | 2026-08-11T21:59:27.983Z | [ recovery-image] Aug 11 21:59:26.737 INFO O| Aug 11 21:59:26.737 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6738 | 2026-08-11T21:59:28.001Z | [ recovery-image] Aug 11 21:59:26.745 INFO O| Aug 11 21:59:26.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT" |
| 6739 | 2026-08-11T21:59:28.001Z | [ recovery-image] Aug 11 21:59:26.745 INFO O| Aug 11 21:59:26.745 INFO STEP 496 (remove_files) COMPLETE |
| 6740 | 2026-08-11T21:59:28.001Z | [ recovery-image] Aug 11 21:59:26.745 INFO O| Aug 11 21:59:26.745 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6741 | 2026-08-11T21:59:28.020Z | [ recovery-image] Aug 11 21:59:26.755 INFO O| Aug 11 21:59:26.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
| 6742 | 2026-08-11T21:59:28.020Z | [ recovery-image] Aug 11 21:59:26.755 INFO O| Aug 11 21:59:26.755 INFO STEP 497 (remove_files) COMPLETE |
| 6743 | 2026-08-11T21:59:28.020Z | [ recovery-image] Aug 11 21:59:26.755 INFO O| Aug 11 21:59:26.755 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6744 | 2026-08-11T21:59:28.020Z | [ recovery-image] Aug 11 21:59:26.763 INFO O| Aug 11 21:59:26.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
| 6745 | 2026-08-11T21:59:28.020Z | [ recovery-image] Aug 11 21:59:26.763 INFO O| Aug 11 21:59:26.763 INFO STEP 498 (remove_files) COMPLETE |
| 6746 | 2026-08-11T21:59:28.020Z | [ recovery-image] Aug 11 21:59:26.763 INFO O| Aug 11 21:59:26.763 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6747 | 2026-08-11T21:59:28.029Z | [ recovery-image] Aug 11 21:59:26.772 INFO O| Aug 11 21:59:26.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod" |
| 6748 | 2026-08-11T21:59:28.029Z | [ recovery-image] Aug 11 21:59:26.772 INFO O| Aug 11 21:59:26.772 INFO STEP 499 (remove_files) COMPLETE |
| 6749 | 2026-08-11T21:59:28.029Z | [ recovery-image] Aug 11 21:59:26.772 INFO O| Aug 11 21:59:26.772 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6750 | 2026-08-11T21:59:28.029Z | [ recovery-image] Aug 11 21:59:26.782 INFO O| Aug 11 21:59:26.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod" |
| 6751 | 2026-08-11T21:59:28.029Z | [ recovery-image] Aug 11 21:59:26.782 INFO O| Aug 11 21:59:26.782 INFO STEP 500 (remove_files) COMPLETE |
| 6752 | 2026-08-11T21:59:28.030Z | [ recovery-image] Aug 11 21:59:26.782 INFO O| Aug 11 21:59:26.782 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6753 | 2026-08-11T21:59:28.036Z | [ recovery-image] Aug 11 21:59:26.791 INFO O| Aug 11 21:59:26.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl" |
| 6754 | 2026-08-11T21:59:28.036Z | [ recovery-image] Aug 11 21:59:26.792 INFO O| Aug 11 21:59:26.792 INFO STEP 501 (remove_files) COMPLETE |
| 6755 | 2026-08-11T21:59:28.036Z | [ recovery-image] Aug 11 21:59:26.792 INFO O| Aug 11 21:59:26.792 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6756 | 2026-08-11T21:59:28.041Z | [ recovery-image] Aug 11 21:59:26.802 INFO O| Aug 11 21:59:26.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys" |
| 6757 | 2026-08-11T21:59:28.041Z | [ recovery-image] Aug 11 21:59:26.802 INFO O| Aug 11 21:59:26.802 INFO STEP 502 (remove_files) COMPLETE |
| 6758 | 2026-08-11T21:59:28.041Z | [ recovery-image] Aug 11 21:59:26.802 INFO O| Aug 11 21:59:26.802 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6759 | 2026-08-11T21:59:28.050Z | [ recovery-image] Aug 11 21:59:26.812 INFO O| Aug 11 21:59:26.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct" |
| 6760 | 2026-08-11T21:59:28.050Z | [ recovery-image] Aug 11 21:59:26.812 INFO O| Aug 11 21:59:26.812 INFO STEP 503 (remove_files) COMPLETE |
| 6761 | 2026-08-11T21:59:28.054Z | [ recovery-image] Aug 11 21:59:26.812 INFO O| Aug 11 21:59:26.812 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6762 | 2026-08-11T21:59:28.062Z | [ recovery-image] Aug 11 21:59:26.822 INFO O| Aug 11 21:59:26.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README" |
| 6763 | 2026-08-11T21:59:28.062Z | [ recovery-image] Aug 11 21:59:26.822 INFO O| Aug 11 21:59:26.822 INFO STEP 504 (remove_files) COMPLETE |
| 6764 | 2026-08-11T21:59:28.062Z | [ recovery-image] Aug 11 21:59:26.822 INFO O| Aug 11 21:59:26.822 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6765 | 2026-08-11T21:59:28.066Z | [ recovery-image] Aug 11 21:59:26.832 INFO O| Aug 11 21:59:26.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map" |
| 6766 | 2026-08-11T21:59:28.066Z | [ recovery-image] Aug 11 21:59:26.832 INFO O| Aug 11 21:59:26.832 INFO STEP 505 (remove_files) COMPLETE |
| 6767 | 2026-08-11T21:59:28.066Z | [ recovery-image] Aug 11 21:59:26.832 INFO O| Aug 11 21:59:26.832 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6768 | 2026-08-11T21:59:28.077Z | [ recovery-image] Aug 11 21:59:26.842 INFO O| Aug 11 21:59:26.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace" |
| 6769 | 2026-08-11T21:59:28.077Z | [ recovery-image] Aug 11 21:59:26.842 INFO O| Aug 11 21:59:26.842 INFO STEP 506 (remove_files) COMPLETE |
| 6770 | 2026-08-11T21:59:28.077Z | [ recovery-image] Aug 11 21:59:26.842 INFO O| Aug 11 21:59:26.842 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6771 | 2026-08-11T21:59:28.089Z | [ recovery-image] Aug 11 21:59:26.853 INFO O| Aug 11 21:59:26.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen" |
| 6772 | 2026-08-11T21:59:28.089Z | [ recovery-image] Aug 11 21:59:26.853 INFO O| Aug 11 21:59:26.853 INFO STEP 507 (remove_files) COMPLETE |
| 6773 | 2026-08-11T21:59:28.089Z | [ recovery-image] Aug 11 21:59:26.853 INFO O| Aug 11 21:59:26.853 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6774 | 2026-08-11T21:59:28.100Z | [ recovery-image] Aug 11 21:59:26.864 INFO O| Aug 11 21:59:26.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1" |
| 6775 | 2026-08-11T21:59:28.100Z | [ recovery-image] Aug 11 21:59:26.864 INFO O| Aug 11 21:59:26.864 INFO STEP 508 (remove_files) COMPLETE |
| 6776 | 2026-08-11T21:59:28.100Z | [ recovery-image] Aug 11 21:59:26.864 INFO O| Aug 11 21:59:26.864 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6777 | 2026-08-11T21:59:28.113Z | [ recovery-image] Aug 11 21:59:26.876 INFO O| Aug 11 21:59:26.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3" |
| 6778 | 2026-08-11T21:59:28.113Z | [ recovery-image] Aug 11 21:59:26.876 INFO O| Aug 11 21:59:26.874 INFO STEP 509 (remove_files) COMPLETE |
| 6779 | 2026-08-11T21:59:28.117Z | [ recovery-image] Aug 11 21:59:26.876 INFO O| Aug 11 21:59:26.874 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6780 | 2026-08-11T21:59:28.121Z | [ recovery-image] Aug 11 21:59:26.885 INFO O| Aug 11 21:59:26.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4" |
| 6781 | 2026-08-11T21:59:28.121Z | [ recovery-image] Aug 11 21:59:26.885 INFO O| Aug 11 21:59:26.885 INFO STEP 510 (remove_files) COMPLETE |
| 6782 | 2026-08-11T21:59:28.121Z | [ recovery-image] Aug 11 21:59:26.885 INFO O| Aug 11 21:59:26.885 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6783 | 2026-08-11T21:59:28.134Z | [ recovery-image] Aug 11 21:59:26.895 INFO O| Aug 11 21:59:26.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o" |
| 6784 | 2026-08-11T21:59:28.134Z | [ recovery-image] Aug 11 21:59:26.895 INFO O| Aug 11 21:59:26.895 INFO STEP 511 (remove_files) COMPLETE |
| 6785 | 2026-08-11T21:59:28.546Z | [ recovery-image] Aug 11 21:59:26.895 INFO O| Aug 11 21:59:26.895 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6786 | 2026-08-11T21:59:28.550Z | [ recovery-image] Aug 11 21:59:26.904 INFO O| Aug 11 21:59:26.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o" |
| 6787 | 2026-08-11T21:59:28.550Z | [ recovery-image] Aug 11 21:59:26.904 INFO O| Aug 11 21:59:26.904 INFO STEP 512 (remove_files) COMPLETE |
| 6788 | 2026-08-11T21:59:28.551Z | [ recovery-image] Aug 11 21:59:26.904 INFO O| Aug 11 21:59:26.904 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6789 | 2026-08-11T21:59:28.551Z | [ recovery-image] Aug 11 21:59:26.914 INFO O| Aug 11 21:59:26.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1" |
| 6790 | 2026-08-11T21:59:28.551Z | [ recovery-image] Aug 11 21:59:26.914 INFO O| Aug 11 21:59:26.914 INFO STEP 513 (remove_files) COMPLETE |
| 6791 | 2026-08-11T21:59:28.551Z | [ recovery-image] Aug 11 21:59:26.914 INFO O| Aug 11 21:59:26.914 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6792 | 2026-08-11T21:59:28.551Z | [ recovery-image] Aug 11 21:59:26.923 INFO O| Aug 11 21:59:26.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
| 6793 | 2026-08-11T21:59:28.551Z | [ recovery-image] Aug 11 21:59:26.923 INFO O| Aug 11 21:59:26.923 INFO STEP 514 (remove_files) COMPLETE |
| 6794 | 2026-08-11T21:59:28.551Z | [ recovery-image] Aug 11 21:59:26.923 INFO O| Aug 11 21:59:26.923 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6795 | 2026-08-11T21:59:28.551Z | [ recovery-image] Aug 11 21:59:26.939 INFO O| Aug 11 21:59:26.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6796 | 2026-08-11T21:59:28.551Z | [ recovery-image] Aug 11 21:59:26.939 INFO O| Aug 11 21:59:26.939 INFO STEP 515 (remove_files) COMPLETE |
| 6797 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:26.939 INFO O| Aug 11 21:59:26.939 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6798 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:26.950 INFO O| Aug 11 21:59:26.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1" |
| 6799 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:26.950 INFO O| Aug 11 21:59:26.950 INFO STEP 516 (remove_files) COMPLETE |
| 6800 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:26.950 INFO O| Aug 11 21:59:26.950 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6801 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:26.961 INFO O| Aug 11 21:59:26.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
| 6802 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:26.961 INFO O| Aug 11 21:59:26.961 INFO STEP 517 (remove_files) COMPLETE |
| 6803 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:26.961 INFO O| Aug 11 21:59:26.961 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6804 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:26.971 INFO O| Aug 11 21:59:26.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
| 6805 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:26.971 INFO O| Aug 11 21:59:26.971 INFO STEP 518 (remove_files) COMPLETE |
| 6806 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:26.971 INFO O| Aug 11 21:59:26.971 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6807 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:26.981 INFO O| Aug 11 21:59:26.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
| 6808 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:26.981 INFO O| Aug 11 21:59:26.981 INFO STEP 519 (remove_files) COMPLETE |
| 6809 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:26.981 INFO O| Aug 11 21:59:26.981 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6810 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:26.991 INFO O| Aug 11 21:59:26.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
| 6811 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:26.991 INFO O| Aug 11 21:59:26.991 INFO STEP 520 (remove_files) COMPLETE |
| 6812 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:26.991 INFO O| Aug 11 21:59:26.991 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6813 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:27.002 INFO O| Aug 11 21:59:27.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub" |
| 6814 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:27.002 INFO O| Aug 11 21:59:27.002 INFO STEP 521 (remove_files) COMPLETE |
| 6815 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:27.002 INFO O| Aug 11 21:59:27.002 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6816 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:27.011 INFO O| Aug 11 21:59:27.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1" |
| 6817 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:27.012 INFO O| Aug 11 21:59:27.012 INFO STEP 522 (remove_files) COMPLETE |
| 6818 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:27.012 INFO O| Aug 11 21:59:27.012 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6819 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:27.022 INFO O| Aug 11 21:59:27.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1" |
| 6820 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:27.022 INFO O| Aug 11 21:59:27.022 INFO STEP 523 (remove_files) COMPLETE |
| 6821 | 2026-08-11T21:59:28.552Z | [ recovery-image] Aug 11 21:59:27.022 INFO O| Aug 11 21:59:27.022 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6822 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.033 INFO O| Aug 11 21:59:27.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1" |
| 6823 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.033 INFO O| Aug 11 21:59:27.033 INFO STEP 524 (remove_files) COMPLETE |
| 6824 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.033 INFO O| Aug 11 21:59:27.033 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6825 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.043 INFO O| Aug 11 21:59:27.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1" |
| 6826 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.043 INFO O| Aug 11 21:59:27.043 INFO STEP 525 (remove_files) COMPLETE |
| 6827 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.043 INFO O| Aug 11 21:59:27.043 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6828 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.053 INFO O| Aug 11 21:59:27.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1" |
| 6829 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.053 INFO O| Aug 11 21:59:27.053 INFO STEP 526 (remove_files) COMPLETE |
| 6830 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.053 INFO O| Aug 11 21:59:27.053 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6831 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.064 INFO O| Aug 11 21:59:27.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0" |
| 6832 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.064 INFO O| Aug 11 21:59:27.064 INFO STEP 527 (remove_files) COMPLETE |
| 6833 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.064 INFO O| Aug 11 21:59:27.064 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6834 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.075 INFO O| Aug 11 21:59:27.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0" |
| 6835 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.075 INFO O| Aug 11 21:59:27.075 INFO STEP 528 (remove_files) COMPLETE |
| 6836 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.075 INFO O| Aug 11 21:59:27.075 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6837 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.085 INFO O| Aug 11 21:59:27.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0" |
| 6838 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.085 INFO O| Aug 11 21:59:27.085 INFO STEP 529 (remove_files) COMPLETE |
| 6839 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.085 INFO O| Aug 11 21:59:27.085 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6840 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.094 INFO O| Aug 11 21:59:27.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
| 6841 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.094 INFO O| Aug 11 21:59:27.094 INFO STEP 530 (remove_files) COMPLETE |
| 6842 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.094 INFO O| Aug 11 21:59:27.094 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6843 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.103 INFO O| Aug 11 21:59:27.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
| 6844 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.103 INFO O| Aug 11 21:59:27.103 INFO STEP 531 (remove_files) COMPLETE |
| 6845 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.103 INFO O| Aug 11 21:59:27.103 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6846 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.112 INFO O| Aug 11 21:59:27.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1" |
| 6847 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.112 INFO O| Aug 11 21:59:27.112 INFO STEP 532 (remove_files) COMPLETE |
| 6848 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.112 INFO O| Aug 11 21:59:27.112 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6849 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.121 INFO O| Aug 11 21:59:27.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1" |
| 6850 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.121 INFO O| Aug 11 21:59:27.121 INFO STEP 533 (remove_files) COMPLETE |
| 6851 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.121 INFO O| Aug 11 21:59:27.121 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6852 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.128 INFO O| Aug 11 21:59:27.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1" |
| 6853 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.128 INFO O| Aug 11 21:59:27.128 INFO STEP 534 (remove_files) COMPLETE |
| 6854 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.128 INFO O| Aug 11 21:59:27.128 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6855 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.136 INFO O| Aug 11 21:59:27.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
| 6856 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.136 INFO O| Aug 11 21:59:27.136 INFO STEP 535 (remove_files) COMPLETE |
| 6857 | 2026-08-11T21:59:28.553Z | [ recovery-image] Aug 11 21:59:27.136 INFO O| Aug 11 21:59:27.136 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6858 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.146 INFO O| Aug 11 21:59:27.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
| 6859 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.146 INFO O| Aug 11 21:59:27.146 INFO STEP 536 (remove_files) COMPLETE |
| 6860 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.146 INFO O| Aug 11 21:59:27.146 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6861 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.156 INFO O| Aug 11 21:59:27.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1" |
| 6862 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.156 INFO O| Aug 11 21:59:27.156 INFO STEP 537 (remove_files) COMPLETE |
| 6863 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.156 INFO O| Aug 11 21:59:27.156 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6864 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.166 INFO O| Aug 11 21:59:27.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
| 6865 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.166 INFO O| Aug 11 21:59:27.166 INFO STEP 538 (remove_files) COMPLETE |
| 6866 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.166 INFO O| Aug 11 21:59:27.166 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6867 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.176 INFO O| Aug 11 21:59:27.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1" |
| 6868 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.176 INFO O| Aug 11 21:59:27.176 INFO STEP 539 (remove_files) COMPLETE |
| 6869 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.176 INFO O| Aug 11 21:59:27.176 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6870 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.187 INFO O| Aug 11 21:59:27.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1" |
| 6871 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.187 INFO O| Aug 11 21:59:27.187 INFO STEP 540 (remove_files) COMPLETE |
| 6872 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.187 INFO O| Aug 11 21:59:27.187 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6873 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.197 INFO O| Aug 11 21:59:27.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1" |
| 6874 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.197 INFO O| Aug 11 21:59:27.197 INFO STEP 541 (remove_files) COMPLETE |
| 6875 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.197 INFO O| Aug 11 21:59:27.197 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6876 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.207 INFO O| Aug 11 21:59:27.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1" |
| 6877 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.207 INFO O| Aug 11 21:59:27.207 INFO STEP 542 (remove_files) COMPLETE |
| 6878 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.207 INFO O| Aug 11 21:59:27.207 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6879 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.216 INFO O| Aug 11 21:59:27.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1" |
| 6880 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.216 INFO O| Aug 11 21:59:27.216 INFO STEP 543 (remove_files) COMPLETE |
| 6881 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.216 INFO O| Aug 11 21:59:27.216 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6882 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.226 INFO O| Aug 11 21:59:27.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1" |
| 6883 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.226 INFO O| Aug 11 21:59:27.226 INFO STEP 544 (remove_files) COMPLETE |
| 6884 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.226 INFO O| Aug 11 21:59:27.226 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6885 | 2026-08-11T21:59:28.554Z | [ recovery-image] Aug 11 21:59:27.235 INFO O| Aug 11 21:59:27.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1" |
| 6886 | 2026-08-11T21:59:28.560Z | [ recovery-image] Aug 11 21:59:27.236 INFO O| Aug 11 21:59:27.235 INFO STEP 545 (remove_files) COMPLETE |
| 6887 | 2026-08-11T21:59:28.560Z | [ recovery-image] Aug 11 21:59:27.236 INFO O| Aug 11 21:59:27.236 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6888 | 2026-08-11T21:59:28.560Z | [ recovery-image] Aug 11 21:59:27.245 INFO O| Aug 11 21:59:27.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
| 6889 | 2026-08-11T21:59:28.560Z | [ recovery-image] Aug 11 21:59:27.245 INFO O| Aug 11 21:59:27.245 INFO STEP 546 (remove_files) COMPLETE |
| 6890 | 2026-08-11T21:59:28.560Z | [ recovery-image] Aug 11 21:59:27.245 INFO O| Aug 11 21:59:27.245 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6891 | 2026-08-11T21:59:28.560Z | [ recovery-image] Aug 11 21:59:27.254 INFO O| Aug 11 21:59:27.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1" |
| 6892 | 2026-08-11T21:59:28.560Z | [ recovery-image] Aug 11 21:59:27.254 INFO O| Aug 11 21:59:27.254 INFO STEP 547 (remove_files) COMPLETE |
| 6893 | 2026-08-11T21:59:28.560Z | [ recovery-image] Aug 11 21:59:27.254 INFO O| Aug 11 21:59:27.254 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6894 | 2026-08-11T21:59:28.560Z | [ recovery-image] Aug 11 21:59:27.263 INFO O| Aug 11 21:59:27.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1" |
| 6895 | 2026-08-11T21:59:28.560Z | [ recovery-image] Aug 11 21:59:27.264 INFO O| Aug 11 21:59:27.264 INFO STEP 548 (remove_files) COMPLETE |
| 6896 | 2026-08-11T21:59:28.560Z | [ recovery-image] Aug 11 21:59:27.264 INFO O| Aug 11 21:59:27.264 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6897 | 2026-08-11T21:59:28.560Z | [ recovery-image] Aug 11 21:59:27.273 INFO O| Aug 11 21:59:27.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5" |
| 6898 | 2026-08-11T21:59:28.560Z | [ recovery-image] Aug 11 21:59:27.273 INFO O| Aug 11 21:59:27.273 INFO STEP 549 (remove_files) COMPLETE |
| 6899 | 2026-08-11T21:59:28.560Z | [ recovery-image] Aug 11 21:59:27.273 INFO O| Aug 11 21:59:27.273 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6900 | 2026-08-11T21:59:28.560Z | [ recovery-image] Aug 11 21:59:27.282 INFO O| Aug 11 21:59:27.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1" |
| 6901 | 2026-08-11T21:59:28.560Z | [ recovery-image] Aug 11 21:59:27.282 INFO O| Aug 11 21:59:27.282 INFO STEP 550 (remove_files) COMPLETE |
| 6902 | 2026-08-11T21:59:28.560Z | [ recovery-image] Aug 11 21:59:27.282 INFO O| Aug 11 21:59:27.282 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6903 | 2026-08-11T21:59:28.560Z | [verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 6904 | 2026-08-11T21:59:28.560Z | [ recovery-image] Aug 11 21:59:27.290 INFO O| Aug 11 21:59:27.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1" |
| 6905 | 2026-08-11T21:59:28.560Z | [ recovery-image] Aug 11 21:59:27.291 INFO O| Aug 11 21:59:27.291 INFO STEP 551 (remove_files) COMPLETE |
| 6906 | 2026-08-11T21:59:28.561Z | [ recovery-image] Aug 11 21:59:27.291 INFO O| Aug 11 21:59:27.291 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6907 | 2026-08-11T21:59:28.561Z | [ recovery-image] Aug 11 21:59:27.300 INFO O| Aug 11 21:59:27.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1" |
| 6908 | 2026-08-11T21:59:28.561Z | [ recovery-image] Aug 11 21:59:27.300 INFO O| Aug 11 21:59:27.300 INFO STEP 552 (remove_files) COMPLETE |
| 6909 | 2026-08-11T21:59:28.561Z | [ recovery-image] Aug 11 21:59:27.300 INFO O| Aug 11 21:59:27.300 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6910 | 2026-08-11T21:59:28.561Z | [ recovery-image] Aug 11 21:59:27.310 INFO O| Aug 11 21:59:27.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1" |
| 6911 | 2026-08-11T21:59:28.561Z | [ recovery-image] Aug 11 21:59:27.311 INFO O| Aug 11 21:59:27.310 INFO STEP 553 (remove_files) COMPLETE |
| 6912 | 2026-08-11T21:59:28.561Z | [ recovery-image] Aug 11 21:59:27.311 INFO O| Aug 11 21:59:27.310 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6913 | 2026-08-11T21:59:28.562Z | [ recovery-image] Aug 11 21:59:27.322 INFO O| Aug 11 21:59:27.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1" |
| 6914 | 2026-08-11T21:59:28.562Z | [ recovery-image] Aug 11 21:59:27.322 INFO O| Aug 11 21:59:27.322 INFO STEP 554 (remove_files) COMPLETE |
| 6915 | 2026-08-11T21:59:28.562Z | [ recovery-image] Aug 11 21:59:27.322 INFO O| Aug 11 21:59:27.322 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6916 | 2026-08-11T21:59:28.568Z | [ recovery-image] Aug 11 21:59:27.331 INFO O| Aug 11 21:59:27.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
| 6917 | 2026-08-11T21:59:28.568Z | [ recovery-image] Aug 11 21:59:27.331 INFO O| Aug 11 21:59:27.331 INFO STEP 555 (remove_files) COMPLETE |
| 6918 | 2026-08-11T21:59:28.573Z | [ recovery-image] Aug 11 21:59:27.331 INFO O| Aug 11 21:59:27.331 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6919 | 2026-08-11T21:59:28.578Z | [ recovery-image] Aug 11 21:59:27.341 INFO O| Aug 11 21:59:27.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1" |
| 6920 | 2026-08-11T21:59:28.578Z | [ recovery-image] Aug 11 21:59:27.341 INFO O| Aug 11 21:59:27.341 INFO STEP 556 (remove_files) COMPLETE |
| 6921 | 2026-08-11T21:59:28.578Z | [ recovery-image] Aug 11 21:59:27.341 INFO O| Aug 11 21:59:27.341 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6922 | 2026-08-11T21:59:28.582Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 6923 | 2026-08-11T21:59:28.586Z | [ recovery-image] Aug 11 21:59:27.351 INFO O| Aug 11 21:59:27.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
| 6924 | 2026-08-11T21:59:28.586Z | [ recovery-image] Aug 11 21:59:27.351 INFO O| Aug 11 21:59:27.351 INFO STEP 557 (remove_files) COMPLETE |
| 6925 | 2026-08-11T21:59:28.589Z | [ recovery-image] Aug 11 21:59:27.351 INFO O| Aug 11 21:59:27.351 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6926 | 2026-08-11T21:59:28.595Z | [ recovery-image] Aug 11 21:59:27.361 INFO O| Aug 11 21:59:27.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
| 6927 | 2026-08-11T21:59:28.596Z | [ recovery-image] Aug 11 21:59:27.361 INFO O| Aug 11 21:59:27.361 INFO STEP 558 (remove_files) COMPLETE |
| 6928 | 2026-08-11T21:59:28.596Z | [ recovery-image] Aug 11 21:59:27.361 INFO O| Aug 11 21:59:27.361 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6929 | 2026-08-11T21:59:28.605Z | [ recovery-image] Aug 11 21:59:27.371 INFO O| Aug 11 21:59:27.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1" |
| 6930 | 2026-08-11T21:59:28.609Z | [ recovery-image] Aug 11 21:59:27.371 INFO O| Aug 11 21:59:27.371 INFO STEP 559 (remove_files) COMPLETE |
| 6931 | 2026-08-11T21:59:28.609Z | [ recovery-image] Aug 11 21:59:27.371 INFO O| Aug 11 21:59:27.371 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6932 | 2026-08-11T21:59:28.617Z | [ recovery-image] Aug 11 21:59:27.382 INFO O| Aug 11 21:59:27.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1" |
| 6933 | 2026-08-11T21:59:28.617Z | [ recovery-image] Aug 11 21:59:27.382 INFO O| Aug 11 21:59:27.382 INFO STEP 560 (remove_files) COMPLETE |
| 6934 | 2026-08-11T21:59:28.617Z | [ recovery-image] Aug 11 21:59:27.382 INFO O| Aug 11 21:59:27.382 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6935 | 2026-08-11T21:59:28.622Z | [verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 6936 | 2026-08-11T21:59:28.627Z | [ recovery-image] Aug 11 21:59:27.392 INFO O| Aug 11 21:59:27.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
| 6937 | 2026-08-11T21:59:28.627Z | [ recovery-image] Aug 11 21:59:27.392 INFO O| Aug 11 21:59:27.392 INFO STEP 561 (remove_files) COMPLETE |
| 6938 | 2026-08-11T21:59:28.631Z | [ recovery-image] Aug 11 21:59:27.392 INFO O| Aug 11 21:59:27.392 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6939 | 2026-08-11T21:59:28.636Z | [ recovery-image] Aug 11 21:59:27.400 INFO O| Aug 11 21:59:27.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
| 6940 | 2026-08-11T21:59:28.636Z | [ recovery-image] Aug 11 21:59:27.400 INFO O| Aug 11 21:59:27.400 INFO STEP 562 (remove_files) COMPLETE |
| 6941 | 2026-08-11T21:59:28.641Z | [ recovery-image] Aug 11 21:59:27.400 INFO O| Aug 11 21:59:27.400 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6942 | 2026-08-11T21:59:28.644Z | [ recovery-image] Aug 11 21:59:27.410 INFO O| Aug 11 21:59:27.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1" |
| 6943 | 2026-08-11T21:59:28.645Z | [ recovery-image] Aug 11 21:59:27.410 INFO O| Aug 11 21:59:27.410 INFO STEP 563 (remove_files) COMPLETE |
| 6944 | 2026-08-11T21:59:28.645Z | [ recovery-image] Aug 11 21:59:27.410 INFO O| Aug 11 21:59:27.410 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6945 | 2026-08-11T21:59:28.654Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 6946 | 2026-08-11T21:59:28.658Z | [ recovery-image] Aug 11 21:59:27.418 INFO O| Aug 11 21:59:27.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1" |
| 6947 | 2026-08-11T21:59:28.658Z | [ recovery-image] Aug 11 21:59:27.419 INFO O| Aug 11 21:59:27.418 INFO STEP 564 (remove_files) COMPLETE |
| 6948 | 2026-08-11T21:59:28.658Z | [ recovery-image] Aug 11 21:59:27.419 INFO O| Aug 11 21:59:27.418 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6949 | 2026-08-11T21:59:28.665Z | [ recovery-image] Aug 11 21:59:27.428 INFO O| Aug 11 21:59:27.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
| 6950 | 2026-08-11T21:59:28.665Z | [ recovery-image] Aug 11 21:59:27.428 INFO O| Aug 11 21:59:27.428 INFO STEP 565 (remove_files) COMPLETE |
| 6951 | 2026-08-11T21:59:28.699Z | [ recovery-image] Aug 11 21:59:27.428 INFO O| Aug 11 21:59:27.428 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6952 | 2026-08-11T21:59:28.708Z | [ recovery-image] Aug 11 21:59:27.438 INFO O| Aug 11 21:59:27.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1" |
| 6953 | 2026-08-11T21:59:28.709Z | [ recovery-image] Aug 11 21:59:27.438 INFO O| Aug 11 21:59:27.438 INFO STEP 566 (remove_files) COMPLETE |
| 6954 | 2026-08-11T21:59:28.709Z | [ recovery-image] Aug 11 21:59:27.438 INFO O| Aug 11 21:59:27.438 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6955 | 2026-08-11T21:59:28.709Z | [ recovery-image] Aug 11 21:59:27.447 INFO O| Aug 11 21:59:27.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1" |
| 6956 | 2026-08-11T21:59:28.709Z | [ recovery-image] Aug 11 21:59:27.447 INFO O| Aug 11 21:59:27.447 INFO STEP 567 (remove_files) COMPLETE |
| 6957 | 2026-08-11T21:59:28.709Z | [ recovery-image] Aug 11 21:59:27.447 INFO O| Aug 11 21:59:27.447 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6958 | 2026-08-11T21:59:28.709Z | [ recovery-image] Aug 11 21:59:27.456 INFO O| Aug 11 21:59:27.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1" |
| 6959 | 2026-08-11T21:59:28.709Z | [ recovery-image] Aug 11 21:59:27.456 INFO O| Aug 11 21:59:27.456 INFO STEP 568 (remove_files) COMPLETE |
| 6960 | 2026-08-11T21:59:28.709Z | [ recovery-image] Aug 11 21:59:27.456 INFO O| Aug 11 21:59:27.456 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6961 | 2026-08-11T21:59:28.709Z | [ recovery-image] Aug 11 21:59:27.465 INFO O| Aug 11 21:59:27.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1" |
| 6962 | 2026-08-11T21:59:28.709Z | [ recovery-image] Aug 11 21:59:27.465 INFO O| Aug 11 21:59:27.465 INFO STEP 569 (remove_files) COMPLETE |
| 6963 | 2026-08-11T21:59:28.709Z | [ recovery-image] Aug 11 21:59:27.465 INFO O| Aug 11 21:59:27.465 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6964 | 2026-08-11T21:59:28.738Z | [ recovery-image] Aug 11 21:59:27.474 INFO O| Aug 11 21:59:27.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1" |
| 6965 | 2026-08-11T21:59:28.739Z | [ recovery-image] Aug 11 21:59:27.474 INFO O| Aug 11 21:59:27.474 INFO STEP 570 (remove_files) COMPLETE |
| 6966 | 2026-08-11T21:59:28.739Z | [ recovery-image] Aug 11 21:59:27.474 INFO O| Aug 11 21:59:27.474 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6967 | 2026-08-11T21:59:28.751Z | [ recovery-image] Aug 11 21:59:27.483 INFO O| Aug 11 21:59:27.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1" |
| 6968 | 2026-08-11T21:59:28.751Z | [ recovery-image] Aug 11 21:59:27.484 INFO O| Aug 11 21:59:27.484 INFO STEP 571 (remove_files) COMPLETE |
| 6969 | 2026-08-11T21:59:28.751Z | [ recovery-image] Aug 11 21:59:27.484 INFO O| Aug 11 21:59:27.484 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6970 | 2026-08-11T21:59:28.751Z | [ recovery-image] Aug 11 21:59:27.493 INFO O| Aug 11 21:59:27.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1" |
| 6971 | 2026-08-11T21:59:28.751Z | [ recovery-image] Aug 11 21:59:27.493 INFO O| Aug 11 21:59:27.493 INFO STEP 572 (remove_files) COMPLETE |
| 6972 | 2026-08-11T21:59:28.751Z | [ recovery-image] Aug 11 21:59:27.493 INFO O| Aug 11 21:59:27.493 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6973 | 2026-08-11T21:59:28.751Z | [ recovery-image] Aug 11 21:59:27.502 INFO O| Aug 11 21:59:27.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1" |
| 6974 | 2026-08-11T21:59:28.751Z | [ recovery-image] Aug 11 21:59:27.502 INFO O| Aug 11 21:59:27.502 INFO STEP 573 (remove_files) COMPLETE |
| 6975 | 2026-08-11T21:59:28.751Z | [ recovery-image] Aug 11 21:59:27.502 INFO O| Aug 11 21:59:27.502 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6976 | 2026-08-11T21:59:28.763Z | [ recovery-image] Aug 11 21:59:27.510 INFO O| Aug 11 21:59:27.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
| 6977 | 2026-08-11T21:59:28.763Z | [ recovery-image] Aug 11 21:59:27.511 INFO O| Aug 11 21:59:27.510 INFO STEP 574 (remove_files) COMPLETE |
| 6978 | 2026-08-11T21:59:28.763Z | [ recovery-image] Aug 11 21:59:27.511 INFO O| Aug 11 21:59:27.511 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6979 | 2026-08-11T21:59:28.763Z | [ recovery-image] Aug 11 21:59:27.520 INFO O| Aug 11 21:59:27.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
| 6980 | 2026-08-11T21:59:28.763Z | [ recovery-image] Aug 11 21:59:27.520 INFO O| Aug 11 21:59:27.520 INFO STEP 575 (remove_files) COMPLETE |
| 6981 | 2026-08-11T21:59:28.763Z | [ recovery-image] Aug 11 21:59:27.520 INFO O| Aug 11 21:59:27.520 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6982 | 2026-08-11T21:59:28.767Z | [ recovery-image] Aug 11 21:59:27.528 INFO O| Aug 11 21:59:27.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1" |
| 6983 | 2026-08-11T21:59:28.767Z | [ recovery-image] Aug 11 21:59:27.528 INFO O| Aug 11 21:59:27.528 INFO STEP 576 (remove_files) COMPLETE |
| 6984 | 2026-08-11T21:59:28.767Z | [ recovery-image] Aug 11 21:59:27.528 INFO O| Aug 11 21:59:27.528 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6985 | 2026-08-11T21:59:28.783Z | [ recovery-image] Aug 11 21:59:27.536 INFO O| Aug 11 21:59:27.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1" |
| 6986 | 2026-08-11T21:59:28.783Z | [ recovery-image] Aug 11 21:59:27.536 INFO O| Aug 11 21:59:27.536 INFO STEP 577 (remove_files) COMPLETE |
| 6987 | 2026-08-11T21:59:28.783Z | [ recovery-image] Aug 11 21:59:27.536 INFO O| Aug 11 21:59:27.536 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6988 | 2026-08-11T21:59:28.792Z | [ recovery-image] Aug 11 21:59:27.545 INFO O| Aug 11 21:59:27.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1" |
| 6989 | 2026-08-11T21:59:28.792Z | [ recovery-image] Aug 11 21:59:27.545 INFO O| Aug 11 21:59:27.545 INFO STEP 578 (remove_files) COMPLETE |
| 6990 | 2026-08-11T21:59:28.792Z | [ recovery-image] Aug 11 21:59:27.545 INFO O| Aug 11 21:59:27.545 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6991 | 2026-08-11T21:59:28.800Z | [ recovery-image] Aug 11 21:59:27.554 INFO O| Aug 11 21:59:27.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
| 6992 | 2026-08-11T21:59:28.800Z | [ recovery-image] Aug 11 21:59:27.555 INFO O| Aug 11 21:59:27.555 INFO STEP 579 (remove_files) COMPLETE |
| 6993 | 2026-08-11T21:59:28.800Z | [ recovery-image] Aug 11 21:59:27.555 INFO O| Aug 11 21:59:27.555 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6994 | 2026-08-11T21:59:28.806Z | [ recovery-image] Aug 11 21:59:27.563 INFO O| Aug 11 21:59:27.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
| 6995 | 2026-08-11T21:59:28.807Z | [ recovery-image] Aug 11 21:59:27.563 INFO O| Aug 11 21:59:27.563 INFO STEP 580 (remove_files) COMPLETE |
| 6996 | 2026-08-11T21:59:28.807Z | [ recovery-image] Aug 11 21:59:27.563 INFO O| Aug 11 21:59:27.563 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6997 | 2026-08-11T21:59:28.823Z | [ recovery-image] Aug 11 21:59:27.572 INFO O| Aug 11 21:59:27.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1" |
| 6998 | 2026-08-11T21:59:28.823Z | [ recovery-image] Aug 11 21:59:27.572 INFO O| Aug 11 21:59:27.572 INFO STEP 581 (remove_files) COMPLETE |
| 6999 | 2026-08-11T21:59:28.823Z | [ recovery-image] Aug 11 21:59:27.572 INFO O| Aug 11 21:59:27.572 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7000 | 2026-08-11T21:59:28.823Z | [ recovery-image] Aug 11 21:59:27.580 INFO O| Aug 11 21:59:27.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
| 7001 | 2026-08-11T21:59:28.823Z | [ recovery-image] Aug 11 21:59:27.580 INFO O| Aug 11 21:59:27.580 INFO STEP 582 (remove_files) COMPLETE |
| 7002 | 2026-08-11T21:59:28.824Z | [ recovery-image] Aug 11 21:59:27.580 INFO O| Aug 11 21:59:27.580 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7003 | 2026-08-11T21:59:28.838Z | [ recovery-image] Aug 11 21:59:27.588 INFO O| Aug 11 21:59:27.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
| 7004 | 2026-08-11T21:59:28.838Z | [ recovery-image] Aug 11 21:59:27.588 INFO O| Aug 11 21:59:27.588 INFO STEP 583 (remove_files) COMPLETE |
| 7005 | 2026-08-11T21:59:28.838Z | [ recovery-image] Aug 11 21:59:27.588 INFO O| Aug 11 21:59:27.588 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7006 | 2026-08-11T21:59:28.852Z | [ recovery-image] Aug 11 21:59:27.595 INFO O| Aug 11 21:59:27.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
| 7007 | 2026-08-11T21:59:28.852Z | [ recovery-image] Aug 11 21:59:27.595 INFO O| Aug 11 21:59:27.595 INFO STEP 584 (remove_files) COMPLETE |
| 7008 | 2026-08-11T21:59:28.852Z | [ recovery-image] Aug 11 21:59:27.595 INFO O| Aug 11 21:59:27.595 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7009 | 2026-08-11T21:59:28.852Z | [ recovery-image] Aug 11 21:59:27.603 INFO O| Aug 11 21:59:27.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
| 7010 | 2026-08-11T21:59:28.852Z | [ recovery-image] Aug 11 21:59:27.603 INFO O| Aug 11 21:59:27.603 INFO STEP 585 (remove_files) COMPLETE |
| 7011 | 2026-08-11T21:59:28.852Z | [ recovery-image] Aug 11 21:59:27.603 INFO O| Aug 11 21:59:27.603 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7012 | 2026-08-11T21:59:28.865Z | [ recovery-image] Aug 11 21:59:27.614 INFO O| Aug 11 21:59:27.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1" |
| 7013 | 2026-08-11T21:59:28.866Z | [ recovery-image] Aug 11 21:59:27.614 INFO O| Aug 11 21:59:27.614 INFO STEP 586 (remove_files) COMPLETE |
| 7014 | 2026-08-11T21:59:28.866Z | [ recovery-image] Aug 11 21:59:27.614 INFO O| Aug 11 21:59:27.614 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7015 | 2026-08-11T21:59:28.872Z | [ recovery-image] Aug 11 21:59:27.624 INFO O| Aug 11 21:59:27.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1" |
| 7016 | 2026-08-11T21:59:28.872Z | [ recovery-image] Aug 11 21:59:27.624 INFO O| Aug 11 21:59:27.624 INFO STEP 587 (remove_files) COMPLETE |
| 7017 | 2026-08-11T21:59:28.872Z | [ recovery-image] Aug 11 21:59:27.624 INFO O| Aug 11 21:59:27.624 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7018 | 2026-08-11T21:59:28.872Z | [ recovery-image] Aug 11 21:59:27.633 INFO O| Aug 11 21:59:27.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1" |
| 7019 | 2026-08-11T21:59:28.872Z | [ recovery-image] Aug 11 21:59:27.633 INFO O| Aug 11 21:59:27.633 INFO STEP 588 (remove_files) COMPLETE |
| 7020 | 2026-08-11T21:59:28.873Z | [ recovery-image] Aug 11 21:59:27.633 INFO O| Aug 11 21:59:27.633 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7021 | 2026-08-11T21:59:28.982Z | [ recovery-image] Aug 11 21:59:27.643 INFO O| Aug 11 21:59:27.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1" |
| 7022 | 2026-08-11T21:59:28.982Z | [ recovery-image] Aug 11 21:59:27.643 INFO O| Aug 11 21:59:27.643 INFO STEP 589 (remove_files) COMPLETE |
| 7023 | 2026-08-11T21:59:28.982Z | [ recovery-image] Aug 11 21:59:27.643 INFO O| Aug 11 21:59:27.643 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7024 | 2026-08-11T21:59:29.015Z | [ recovery-image] Aug 11 21:59:27.652 INFO O| Aug 11 21:59:27.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1" |
| 7025 | 2026-08-11T21:59:29.015Z | [ recovery-image] Aug 11 21:59:27.652 INFO O| Aug 11 21:59:27.652 INFO STEP 590 (remove_files) COMPLETE |
| 7026 | 2026-08-11T21:59:29.015Z | [ recovery-image] Aug 11 21:59:27.652 INFO O| Aug 11 21:59:27.652 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7027 | 2026-08-11T21:59:29.015Z | [verify-libraries] Compiling socket2 v0.5.10 |
| 7028 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.662 INFO O| Aug 11 21:59:27.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
| 7029 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.662 INFO O| Aug 11 21:59:27.662 INFO STEP 591 (remove_files) COMPLETE |
| 7030 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.662 INFO O| Aug 11 21:59:27.662 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7031 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.672 INFO O| Aug 11 21:59:27.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1" |
| 7032 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.672 INFO O| Aug 11 21:59:27.672 INFO STEP 592 (remove_files) COMPLETE |
| 7033 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.672 INFO O| Aug 11 21:59:27.672 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7034 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.681 INFO O| Aug 11 21:59:27.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
| 7035 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.682 INFO O| Aug 11 21:59:27.682 INFO STEP 593 (remove_files) COMPLETE |
| 7036 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.682 INFO O| Aug 11 21:59:27.682 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7037 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.692 INFO O| Aug 11 21:59:27.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
| 7038 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.692 INFO O| Aug 11 21:59:27.692 INFO STEP 594 (remove_files) COMPLETE |
| 7039 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.692 INFO O| Aug 11 21:59:27.692 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7040 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.701 INFO O| Aug 11 21:59:27.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
| 7041 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.701 INFO O| Aug 11 21:59:27.701 INFO STEP 595 (remove_files) COMPLETE |
| 7042 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.701 INFO O| Aug 11 21:59:27.701 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7043 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.710 INFO O| Aug 11 21:59:27.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
| 7044 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.710 INFO O| Aug 11 21:59:27.710 INFO STEP 596 (remove_files) COMPLETE |
| 7045 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.710 INFO O| Aug 11 21:59:27.710 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7046 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.719 INFO O| Aug 11 21:59:27.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
| 7047 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.719 INFO O| Aug 11 21:59:27.719 INFO STEP 597 (remove_files) COMPLETE |
| 7048 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.719 INFO O| Aug 11 21:59:27.719 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7049 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.729 INFO O| Aug 11 21:59:27.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
| 7050 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.729 INFO O| Aug 11 21:59:27.729 INFO STEP 598 (remove_files) COMPLETE |
| 7051 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.729 INFO O| Aug 11 21:59:27.729 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7052 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.739 INFO O| Aug 11 21:59:27.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
| 7053 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.739 INFO O| Aug 11 21:59:27.739 INFO STEP 599 (remove_files) COMPLETE |
| 7054 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.739 INFO O| Aug 11 21:59:27.739 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7055 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.747 INFO O| Aug 11 21:59:27.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
| 7056 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.747 INFO O| Aug 11 21:59:27.747 INFO STEP 600 (remove_files) COMPLETE |
| 7057 | 2026-08-11T21:59:29.016Z | [ recovery-image] Aug 11 21:59:27.747 INFO O| Aug 11 21:59:27.747 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7058 | 2026-08-11T21:59:29.047Z | [ recovery-image] Aug 11 21:59:27.755 INFO O| Aug 11 21:59:27.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
| 7059 | 2026-08-11T21:59:29.047Z | [ recovery-image] Aug 11 21:59:27.755 INFO O| Aug 11 21:59:27.755 INFO STEP 601 (remove_files) COMPLETE |
| 7060 | 2026-08-11T21:59:29.047Z | [ recovery-image] Aug 11 21:59:27.755 INFO O| Aug 11 21:59:27.755 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7061 | 2026-08-11T21:59:29.047Z | [ recovery-image] Aug 11 21:59:27.763 INFO O| Aug 11 21:59:27.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
| 7062 | 2026-08-11T21:59:29.047Z | [ recovery-image] Aug 11 21:59:27.763 INFO O| Aug 11 21:59:27.763 INFO STEP 602 (remove_files) COMPLETE |
| 7063 | 2026-08-11T21:59:29.047Z | [ recovery-image] Aug 11 21:59:27.763 INFO O| Aug 11 21:59:27.763 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7064 | 2026-08-11T21:59:29.047Z | [ recovery-image] Aug 11 21:59:27.773 INFO O| Aug 11 21:59:27.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
| 7065 | 2026-08-11T21:59:29.047Z | [ recovery-image] Aug 11 21:59:27.773 INFO O| Aug 11 21:59:27.773 INFO STEP 603 (remove_files) COMPLETE |
| 7066 | 2026-08-11T21:59:29.047Z | [ recovery-image] Aug 11 21:59:27.773 INFO O| Aug 11 21:59:27.773 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7067 | 2026-08-11T21:59:29.047Z | [ recovery-image] Aug 11 21:59:27.782 INFO O| Aug 11 21:59:27.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
| 7068 | 2026-08-11T21:59:29.047Z | [ recovery-image] Aug 11 21:59:27.782 INFO O| Aug 11 21:59:27.782 INFO STEP 604 (remove_files) COMPLETE |
| 7069 | 2026-08-11T21:59:29.047Z | [ recovery-image] Aug 11 21:59:27.782 INFO O| Aug 11 21:59:27.782 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7070 | 2026-08-11T21:59:29.065Z | [ recovery-image] Aug 11 21:59:27.791 INFO O| Aug 11 21:59:27.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
| 7071 | 2026-08-11T21:59:29.065Z | [ recovery-image] Aug 11 21:59:27.791 INFO O| Aug 11 21:59:27.791 INFO STEP 605 (remove_files) COMPLETE |
| 7072 | 2026-08-11T21:59:29.066Z | [ recovery-image] Aug 11 21:59:27.791 INFO O| Aug 11 21:59:27.791 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7073 | 2026-08-11T21:59:29.066Z | [ recovery-image] Aug 11 21:59:27.800 INFO O| Aug 11 21:59:27.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
| 7074 | 2026-08-11T21:59:29.066Z | [ recovery-image] Aug 11 21:59:27.800 INFO O| Aug 11 21:59:27.800 INFO STEP 606 (remove_files) COMPLETE |
| 7075 | 2026-08-11T21:59:29.066Z | [ recovery-image] Aug 11 21:59:27.800 INFO O| Aug 11 21:59:27.800 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7076 | 2026-08-11T21:59:29.066Z | [ recovery-image] Aug 11 21:59:27.809 INFO O| Aug 11 21:59:27.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
| 7077 | 2026-08-11T21:59:29.066Z | [ recovery-image] Aug 11 21:59:27.809 INFO O| Aug 11 21:59:27.809 INFO STEP 607 (remove_files) COMPLETE |
| 7078 | 2026-08-11T21:59:29.066Z | [ recovery-image] Aug 11 21:59:27.809 INFO O| Aug 11 21:59:27.809 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7079 | 2026-08-11T21:59:29.080Z | [ recovery-image] Aug 11 21:59:27.818 INFO O| Aug 11 21:59:27.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
| 7080 | 2026-08-11T21:59:29.080Z | [ recovery-image] Aug 11 21:59:27.818 INFO O| Aug 11 21:59:27.818 INFO STEP 608 (remove_files) COMPLETE |
| 7081 | 2026-08-11T21:59:29.080Z | [ recovery-image] Aug 11 21:59:27.818 INFO O| Aug 11 21:59:27.818 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7082 | 2026-08-11T21:59:29.080Z | [ recovery-image] Aug 11 21:59:27.827 INFO O| Aug 11 21:59:27.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
| 7083 | 2026-08-11T21:59:29.081Z | [ recovery-image] Aug 11 21:59:27.827 INFO O| Aug 11 21:59:27.827 INFO STEP 609 (remove_files) COMPLETE |
| 7084 | 2026-08-11T21:59:29.081Z | [ recovery-image] Aug 11 21:59:27.827 INFO O| Aug 11 21:59:27.827 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7085 | 2026-08-11T21:59:29.081Z | [ recovery-image] Aug 11 21:59:27.835 INFO O| Aug 11 21:59:27.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
| 7086 | 2026-08-11T21:59:29.081Z | [ recovery-image] Aug 11 21:59:27.835 INFO O| Aug 11 21:59:27.835 INFO STEP 610 (remove_files) COMPLETE |
| 7087 | 2026-08-11T21:59:29.081Z | [ recovery-image] Aug 11 21:59:27.835 INFO O| Aug 11 21:59:27.835 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7088 | 2026-08-11T21:59:29.095Z | [ recovery-image] Aug 11 21:59:27.843 INFO O| Aug 11 21:59:27.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
| 7089 | 2026-08-11T21:59:29.095Z | [ recovery-image] Aug 11 21:59:27.843 INFO O| Aug 11 21:59:27.843 INFO STEP 611 (remove_files) COMPLETE |
| 7090 | 2026-08-11T21:59:29.095Z | [ recovery-image] Aug 11 21:59:27.843 INFO O| Aug 11 21:59:27.843 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7091 | 2026-08-11T21:59:29.096Z | [ recovery-image] Aug 11 21:59:27.851 INFO O| Aug 11 21:59:27.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
| 7092 | 2026-08-11T21:59:29.096Z | [ recovery-image] Aug 11 21:59:27.851 INFO O| Aug 11 21:59:27.851 INFO STEP 612 (remove_files) COMPLETE |
| 7093 | 2026-08-11T21:59:29.096Z | [ recovery-image] Aug 11 21:59:27.851 INFO O| Aug 11 21:59:27.851 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7094 | 2026-08-11T21:59:29.096Z | [verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 7095 | 2026-08-11T21:59:29.112Z | [ recovery-image] Aug 11 21:59:27.858 INFO O| Aug 11 21:59:27.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
| 7096 | 2026-08-11T21:59:29.112Z | [ recovery-image] Aug 11 21:59:27.858 INFO O| Aug 11 21:59:27.858 INFO STEP 613 (remove_files) COMPLETE |
| 7097 | 2026-08-11T21:59:29.113Z | [ recovery-image] Aug 11 21:59:27.858 INFO O| Aug 11 21:59:27.858 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7098 | 2026-08-11T21:59:29.129Z | [ recovery-image] Aug 11 21:59:27.866 INFO O| Aug 11 21:59:27.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
| 7099 | 2026-08-11T21:59:29.130Z | [ recovery-image] Aug 11 21:59:27.866 INFO O| Aug 11 21:59:27.866 INFO STEP 614 (remove_files) COMPLETE |
| 7100 | 2026-08-11T21:59:29.130Z | [ recovery-image] Aug 11 21:59:27.867 INFO O| Aug 11 21:59:27.866 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7101 | 2026-08-11T21:59:29.130Z | [ recovery-image] Aug 11 21:59:27.875 INFO O| Aug 11 21:59:27.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
| 7102 | 2026-08-11T21:59:29.130Z | [ recovery-image] Aug 11 21:59:27.875 INFO O| Aug 11 21:59:27.875 INFO STEP 615 (remove_files) COMPLETE |
| 7103 | 2026-08-11T21:59:29.130Z | [ recovery-image] Aug 11 21:59:27.875 INFO O| Aug 11 21:59:27.875 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7104 | 2026-08-11T21:59:29.149Z | [ recovery-image] Aug 11 21:59:27.883 INFO O| Aug 11 21:59:27.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
| 7105 | 2026-08-11T21:59:29.150Z | [ recovery-image] Aug 11 21:59:27.884 INFO O| Aug 11 21:59:27.884 INFO STEP 616 (remove_files) COMPLETE |
| 7106 | 2026-08-11T21:59:29.150Z | [ recovery-image] Aug 11 21:59:27.884 INFO O| Aug 11 21:59:27.884 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7107 | 2026-08-11T21:59:29.150Z | [ recovery-image] Aug 11 21:59:27.893 INFO O| Aug 11 21:59:27.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
| 7108 | 2026-08-11T21:59:29.150Z | [ recovery-image] Aug 11 21:59:27.893 INFO O| Aug 11 21:59:27.893 INFO STEP 617 (remove_files) COMPLETE |
| 7109 | 2026-08-11T21:59:29.150Z | [ recovery-image] Aug 11 21:59:27.893 INFO O| Aug 11 21:59:27.893 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7110 | 2026-08-11T21:59:29.150Z | [ recovery-image] Aug 11 21:59:27.902 INFO O| Aug 11 21:59:27.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
| 7111 | 2026-08-11T21:59:29.150Z | [ recovery-image] Aug 11 21:59:27.902 INFO O| Aug 11 21:59:27.902 INFO STEP 618 (remove_files) COMPLETE |
| 7112 | 2026-08-11T21:59:29.150Z | [ recovery-image] Aug 11 21:59:27.902 INFO O| Aug 11 21:59:27.902 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7113 | 2026-08-11T21:59:29.167Z | [ recovery-image] Aug 11 21:59:27.911 INFO O| Aug 11 21:59:27.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
| 7114 | 2026-08-11T21:59:29.167Z | [ recovery-image] Aug 11 21:59:27.911 INFO O| Aug 11 21:59:27.911 INFO STEP 619 (remove_files) COMPLETE |
| 7115 | 2026-08-11T21:59:29.167Z | [ recovery-image] Aug 11 21:59:27.911 INFO O| Aug 11 21:59:27.911 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7116 | 2026-08-11T21:59:29.176Z | [ recovery-image] Aug 11 21:59:27.920 INFO O| Aug 11 21:59:27.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
| 7117 | 2026-08-11T21:59:29.176Z | [ recovery-image] Aug 11 21:59:27.920 INFO O| Aug 11 21:59:27.920 INFO STEP 620 (remove_files) COMPLETE |
| 7118 | 2026-08-11T21:59:29.176Z | [ recovery-image] Aug 11 21:59:27.920 INFO O| Aug 11 21:59:27.920 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7119 | 2026-08-11T21:59:29.176Z | [ recovery-image] Aug 11 21:59:27.930 INFO O| Aug 11 21:59:27.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
| 7120 | 2026-08-11T21:59:29.176Z | [ recovery-image] Aug 11 21:59:27.930 INFO O| Aug 11 21:59:27.930 INFO STEP 621 (remove_files) COMPLETE |
| 7121 | 2026-08-11T21:59:29.176Z | [ recovery-image] Aug 11 21:59:27.930 INFO O| Aug 11 21:59:27.930 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7122 | 2026-08-11T21:59:29.213Z | [ recovery-image] Aug 11 21:59:27.939 INFO O| Aug 11 21:59:27.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2" |
| 7123 | 2026-08-11T21:59:29.213Z | [ recovery-image] Aug 11 21:59:27.939 INFO O| Aug 11 21:59:27.939 INFO STEP 622 (remove_files) COMPLETE |
| 7124 | 2026-08-11T21:59:29.213Z | [ recovery-image] Aug 11 21:59:27.939 INFO O| Aug 11 21:59:27.939 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7125 | 2026-08-11T21:59:29.213Z | [ recovery-image] Aug 11 21:59:27.948 INFO O| Aug 11 21:59:27.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
| 7126 | 2026-08-11T21:59:29.213Z | [ recovery-image] Aug 11 21:59:27.948 INFO O| Aug 11 21:59:27.948 INFO STEP 623 (remove_files) COMPLETE |
| 7127 | 2026-08-11T21:59:29.213Z | [ recovery-image] Aug 11 21:59:27.948 INFO O| Aug 11 21:59:27.948 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7128 | 2026-08-11T21:59:29.223Z | [ recovery-image] Aug 11 21:59:27.958 INFO O| Aug 11 21:59:27.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr" |
| 7129 | 2026-08-11T21:59:29.223Z | [ recovery-image] Aug 11 21:59:27.958 INFO O| Aug 11 21:59:27.958 INFO STEP 624 (remove_files) COMPLETE |
| 7130 | 2026-08-11T21:59:29.223Z | [ recovery-image] Aug 11 21:59:27.958 INFO O| Aug 11 21:59:27.958 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7131 | 2026-08-11T21:59:29.223Z | [ recovery-image] Aug 11 21:59:27.967 INFO O| Aug 11 21:59:27.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh" |
| 7132 | 2026-08-11T21:59:29.223Z | [ recovery-image] Aug 11 21:59:27.967 INFO O| Aug 11 21:59:27.967 INFO STEP 625 (remove_files) COMPLETE |
| 7133 | 2026-08-11T21:59:29.223Z | [ recovery-image] Aug 11 21:59:27.967 INFO O| Aug 11 21:59:27.967 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7134 | 2026-08-11T21:59:29.224Z | [ recovery-image] Aug 11 21:59:27.976 INFO O| Aug 11 21:59:27.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query" |
| 7135 | 2026-08-11T21:59:29.224Z | [ recovery-image] Aug 11 21:59:27.976 INFO O| Aug 11 21:59:27.976 INFO STEP 626 (remove_files) COMPLETE |
| 7136 | 2026-08-11T21:59:29.224Z | [ recovery-image] Aug 11 21:59:27.976 INFO O| Aug 11 21:59:27.976 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7137 | 2026-08-11T21:59:29.239Z | [ recovery-image] Aug 11 21:59:27.985 INFO O| Aug 11 21:59:27.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
| 7138 | 2026-08-11T21:59:29.240Z | [ recovery-image] Aug 11 21:59:27.985 INFO O| Aug 11 21:59:27.985 INFO STEP 627 (remove_files) COMPLETE |
| 7139 | 2026-08-11T21:59:29.240Z | [ recovery-image] Aug 11 21:59:27.985 INFO O| Aug 11 21:59:27.985 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7140 | 2026-08-11T21:59:29.240Z | [ recovery-image] Aug 11 21:59:27.993 INFO O| Aug 11 21:59:27.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
| 7141 | 2026-08-11T21:59:29.240Z | [ recovery-image] Aug 11 21:59:27.993 INFO O| Aug 11 21:59:27.993 INFO STEP 628 (remove_files) COMPLETE |
| 7142 | 2026-08-11T21:59:29.242Z | [ recovery-image] Aug 11 21:59:27.993 INFO O| Aug 11 21:59:27.993 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7143 | 2026-08-11T21:59:29.250Z | [ recovery-image] Aug 11 21:59:28.002 INFO O| Aug 11 21:59:28.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
| 7144 | 2026-08-11T21:59:29.250Z | [ recovery-image] Aug 11 21:59:28.002 INFO O| Aug 11 21:59:28.002 INFO STEP 629 (remove_files) COMPLETE |
| 7145 | 2026-08-11T21:59:29.251Z | [ recovery-image] Aug 11 21:59:28.002 INFO O| Aug 11 21:59:28.002 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7146 | 2026-08-11T21:59:29.251Z | [ recovery-image] Aug 11 21:59:28.011 INFO O| Aug 11 21:59:28.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
| 7147 | 2026-08-11T21:59:29.251Z | [ recovery-image] Aug 11 21:59:28.011 INFO O| Aug 11 21:59:28.011 INFO STEP 630 (remove_files) COMPLETE |
| 7148 | 2026-08-11T21:59:29.251Z | [ recovery-image] Aug 11 21:59:28.011 INFO O| Aug 11 21:59:28.011 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7149 | 2026-08-11T21:59:29.263Z | [ recovery-image] Aug 11 21:59:28.020 INFO O| Aug 11 21:59:28.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
| 7150 | 2026-08-11T21:59:29.263Z | [ recovery-image] Aug 11 21:59:28.020 INFO O| Aug 11 21:59:28.020 INFO STEP 631 (remove_files) COMPLETE |
| 7151 | 2026-08-11T21:59:29.263Z | [ recovery-image] Aug 11 21:59:28.020 INFO O| Aug 11 21:59:28.020 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7152 | 2026-08-11T21:59:29.297Z | [ recovery-image] Aug 11 21:59:28.028 INFO O| Aug 11 21:59:28.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
| 7153 | 2026-08-11T21:59:29.297Z | [ recovery-image] Aug 11 21:59:28.028 INFO O| Aug 11 21:59:28.028 INFO STEP 632 (remove_files) COMPLETE |
| 7154 | 2026-08-11T21:59:29.297Z | [ recovery-image] Aug 11 21:59:28.028 INFO O| Aug 11 21:59:28.028 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7155 | 2026-08-11T21:59:29.297Z | [ recovery-image] Aug 11 21:59:28.037 INFO O| Aug 11 21:59:28.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1" |
| 7156 | 2026-08-11T21:59:29.298Z | [ recovery-image] Aug 11 21:59:28.037 INFO O| Aug 11 21:59:28.037 INFO STEP 633 (remove_files) COMPLETE |
| 7157 | 2026-08-11T21:59:29.298Z | [ recovery-image] Aug 11 21:59:28.037 INFO O| Aug 11 21:59:28.037 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7158 | 2026-08-11T21:59:29.309Z | [ recovery-image] Aug 11 21:59:28.051 INFO O| Aug 11 21:59:28.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1" |
| 7159 | 2026-08-11T21:59:29.309Z | [ recovery-image] Aug 11 21:59:28.051 INFO O| Aug 11 21:59:28.051 INFO STEP 634 (remove_files) COMPLETE |
| 7160 | 2026-08-11T21:59:29.309Z | [ recovery-image] Aug 11 21:59:28.051 INFO O| Aug 11 21:59:28.051 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7161 | 2026-08-11T21:59:29.309Z | [ recovery-image] Aug 11 21:59:28.061 INFO O| Aug 11 21:59:28.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1" |
| 7162 | 2026-08-11T21:59:29.309Z | [ recovery-image] Aug 11 21:59:28.061 INFO O| Aug 11 21:59:28.061 INFO STEP 635 (remove_files) COMPLETE |
| 7163 | 2026-08-11T21:59:29.309Z | [ recovery-image] Aug 11 21:59:28.061 INFO O| Aug 11 21:59:28.061 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7164 | 2026-08-11T21:59:29.343Z | [ recovery-image] Aug 11 21:59:28.070 INFO O| Aug 11 21:59:28.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1" |
| 7165 | 2026-08-11T21:59:29.343Z | [ recovery-image] Aug 11 21:59:28.071 INFO O| Aug 11 21:59:28.071 INFO STEP 636 (remove_files) COMPLETE |
| 7166 | 2026-08-11T21:59:29.343Z | [ recovery-image] Aug 11 21:59:28.071 INFO O| Aug 11 21:59:28.071 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7167 | 2026-08-11T21:59:29.343Z | [ recovery-image] Aug 11 21:59:28.081 INFO O| Aug 11 21:59:28.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1" |
| 7168 | 2026-08-11T21:59:29.343Z | [ recovery-image] Aug 11 21:59:28.081 INFO O| Aug 11 21:59:28.081 INFO STEP 637 (remove_files) COMPLETE |
| 7169 | 2026-08-11T21:59:29.344Z | [ recovery-image] Aug 11 21:59:28.081 INFO O| Aug 11 21:59:28.081 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7170 | 2026-08-11T21:59:29.367Z | [ recovery-image] Aug 11 21:59:28.091 INFO O| Aug 11 21:59:28.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1" |
| 7171 | 2026-08-11T21:59:29.367Z | [ recovery-image] Aug 11 21:59:28.091 INFO O| Aug 11 21:59:28.091 INFO STEP 638 (remove_files) COMPLETE |
| 7172 | 2026-08-11T21:59:29.367Z | [ recovery-image] Aug 11 21:59:28.091 INFO O| Aug 11 21:59:28.091 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7173 | 2026-08-11T21:59:29.368Z | [ recovery-image] Aug 11 21:59:28.101 INFO O| Aug 11 21:59:28.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin" |
| 7174 | 2026-08-11T21:59:29.368Z | [ recovery-image] Aug 11 21:59:28.101 INFO O| Aug 11 21:59:28.101 INFO STEP 639 (remove_files) COMPLETE |
| 7175 | 2026-08-11T21:59:29.368Z | [ recovery-image] Aug 11 21:59:28.101 INFO O| Aug 11 21:59:28.101 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7176 | 2026-08-11T21:59:29.368Z | [ recovery-image] Aug 11 21:59:28.110 INFO O| Aug 11 21:59:28.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl" |
| 7177 | 2026-08-11T21:59:29.368Z | [ recovery-image] Aug 11 21:59:28.110 INFO O| Aug 11 21:59:28.110 INFO STEP 640 (remove_files) COMPLETE |
| 7178 | 2026-08-11T21:59:29.368Z | [ recovery-image] Aug 11 21:59:28.110 INFO O| Aug 11 21:59:28.110 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7179 | 2026-08-11T21:59:29.368Z | [ recovery-image] Aug 11 21:59:28.117 INFO O| Aug 11 21:59:28.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin" |
| 7180 | 2026-08-11T21:59:29.368Z | [ recovery-image] Aug 11 21:59:28.117 INFO O| Aug 11 21:59:28.117 INFO STEP 641 (remove_files) COMPLETE |
| 7181 | 2026-08-11T21:59:29.368Z | [ recovery-image] Aug 11 21:59:28.117 INFO O| Aug 11 21:59:28.117 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7182 | 2026-08-11T21:59:29.400Z | [ recovery-image] Aug 11 21:59:28.125 INFO O| Aug 11 21:59:28.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl" |
| 7183 | 2026-08-11T21:59:29.400Z | [ recovery-image] Aug 11 21:59:28.125 INFO O| Aug 11 21:59:28.125 INFO STEP 642 (remove_files) COMPLETE |
| 7184 | 2026-08-11T21:59:29.400Z | [ recovery-image] Aug 11 21:59:28.125 INFO O| Aug 11 21:59:28.125 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7185 | 2026-08-11T21:59:29.400Z | [ recovery-image] Aug 11 21:59:28.133 INFO O| Aug 11 21:59:28.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin" |
| 7186 | 2026-08-11T21:59:29.400Z | [ recovery-image] Aug 11 21:59:28.133 INFO O| Aug 11 21:59:28.133 INFO STEP 643 (remove_files) COMPLETE |
| 7187 | 2026-08-11T21:59:29.400Z | [ recovery-image] Aug 11 21:59:28.133 INFO O| Aug 11 21:59:28.133 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7188 | 2026-08-11T21:59:29.400Z | [verify-libraries] Compiling fs-err v2.11.0 |
| 7189 | 2026-08-11T21:59:29.400Z | [ recovery-image] Aug 11 21:59:28.143 INFO O| Aug 11 21:59:28.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl" |
| 7190 | 2026-08-11T21:59:29.401Z | [ recovery-image] Aug 11 21:59:28.143 INFO O| Aug 11 21:59:28.143 INFO STEP 644 (remove_files) COMPLETE |
| 7191 | 2026-08-11T21:59:29.401Z | [ recovery-image] Aug 11 21:59:28.143 INFO O| Aug 11 21:59:28.143 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7192 | 2026-08-11T21:59:29.415Z | [ recovery-image] Aug 11 21:59:28.153 INFO O| Aug 11 21:59:28.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
| 7193 | 2026-08-11T21:59:29.415Z | [ recovery-image] Aug 11 21:59:28.153 INFO O| Aug 11 21:59:28.153 INFO STEP 645 (remove_files) COMPLETE |
| 7194 | 2026-08-11T21:59:29.415Z | [ recovery-image] Aug 11 21:59:28.153 INFO O| Aug 11 21:59:28.153 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7195 | 2026-08-11T21:59:29.417Z | [ recovery-image] Aug 11 21:59:28.163 INFO O| Aug 11 21:59:28.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
| 7196 | 2026-08-11T21:59:29.417Z | [ recovery-image] Aug 11 21:59:28.163 INFO O| Aug 11 21:59:28.163 INFO STEP 646 (remove_files) COMPLETE |
| 7197 | 2026-08-11T21:59:29.417Z | [ recovery-image] Aug 11 21:59:28.163 INFO O| Aug 11 21:59:28.163 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7198 | 2026-08-11T21:59:29.417Z | [ recovery-image] Aug 11 21:59:28.171 INFO O| Aug 11 21:59:28.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin" |
| 7199 | 2026-08-11T21:59:29.417Z | [ recovery-image] Aug 11 21:59:28.171 INFO O| Aug 11 21:59:28.171 INFO STEP 647 (remove_files) COMPLETE |
| 7200 | 2026-08-11T21:59:29.417Z | [ recovery-image] Aug 11 21:59:28.171 INFO O| Aug 11 21:59:28.171 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7201 | 2026-08-11T21:59:29.429Z | [ recovery-image] Aug 11 21:59:28.179 INFO O| Aug 11 21:59:28.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl" |
| 7202 | 2026-08-11T21:59:29.429Z | [ recovery-image] Aug 11 21:59:28.179 INFO O| Aug 11 21:59:28.179 INFO STEP 648 (remove_files) COMPLETE |
| 7203 | 2026-08-11T21:59:29.429Z | [ recovery-image] Aug 11 21:59:28.179 INFO O| Aug 11 21:59:28.179 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7204 | 2026-08-11T21:59:29.463Z | [ recovery-image] Aug 11 21:59:28.188 INFO O| Aug 11 21:59:28.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
| 7205 | 2026-08-11T21:59:29.463Z | [ recovery-image] Aug 11 21:59:28.188 INFO O| Aug 11 21:59:28.188 INFO STEP 649 (remove_files) COMPLETE |
| 7206 | 2026-08-11T21:59:29.464Z | [ recovery-image] Aug 11 21:59:28.188 INFO O| Aug 11 21:59:28.188 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7207 | 2026-08-11T21:59:29.464Z | [ recovery-image] Aug 11 21:59:28.196 INFO O| Aug 11 21:59:28.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 7208 | 2026-08-11T21:59:29.464Z | [ recovery-image] Aug 11 21:59:28.196 INFO O| Aug 11 21:59:28.196 INFO STEP 650 (remove_files) COMPLETE |
| 7209 | 2026-08-11T21:59:29.464Z | [ recovery-image] Aug 11 21:59:28.196 INFO O| Aug 11 21:59:28.196 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7210 | 2026-08-11T21:59:29.479Z | [ recovery-image] Aug 11 21:59:28.204 INFO O| Aug 11 21:59:28.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled" |
| 7211 | 2026-08-11T21:59:29.479Z | [ recovery-image] Aug 11 21:59:28.204 INFO O| Aug 11 21:59:28.204 INFO STEP 651 (remove_files) COMPLETE |
| 7212 | 2026-08-11T21:59:29.479Z | [ recovery-image] Aug 11 21:59:28.204 INFO O| Aug 11 21:59:28.204 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7213 | 2026-08-11T21:59:29.480Z | [ recovery-image] Aug 11 21:59:28.212 INFO O| Aug 11 21:59:28.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv" |
| 7214 | 2026-08-11T21:59:29.480Z | [ recovery-image] Aug 11 21:59:28.213 INFO O| Aug 11 21:59:28.213 INFO STEP 652 (remove_files) COMPLETE |
| 7215 | 2026-08-11T21:59:29.480Z | [ recovery-image] Aug 11 21:59:28.213 INFO O| Aug 11 21:59:28.213 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7216 | 2026-08-11T21:59:29.481Z | [ recovery-image] Aug 11 21:59:28.221 INFO O| Aug 11 21:59:28.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend" |
| 7217 | 2026-08-11T21:59:29.481Z | [ recovery-image] Aug 11 21:59:28.221 INFO O| Aug 11 21:59:28.221 INFO STEP 653 (remove_files) COMPLETE |
| 7218 | 2026-08-11T21:59:29.481Z | [ recovery-image] Aug 11 21:59:28.221 INFO O| Aug 11 21:59:28.221 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7219 | 2026-08-11T21:59:29.481Z | [ recovery-image] Aug 11 21:59:28.229 INFO O| Aug 11 21:59:28.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo" |
| 7220 | 2026-08-11T21:59:29.481Z | [ recovery-image] Aug 11 21:59:28.229 INFO O| Aug 11 21:59:28.229 INFO STEP 654 (remove_files) COMPLETE |
| 7221 | 2026-08-11T21:59:29.481Z | [ recovery-image] Aug 11 21:59:28.229 INFO O| Aug 11 21:59:28.229 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7222 | 2026-08-11T21:59:29.492Z | [ recovery-image] Aug 11 21:59:28.238 INFO O| Aug 11 21:59:28.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o" |
| 7223 | 2026-08-11T21:59:29.492Z | [ recovery-image] Aug 11 21:59:28.238 INFO O| Aug 11 21:59:28.238 INFO STEP 655 (remove_files) COMPLETE |
| 7224 | 2026-08-11T21:59:29.492Z | [ recovery-image] Aug 11 21:59:28.238 INFO O| Aug 11 21:59:28.238 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7225 | 2026-08-11T21:59:29.493Z | [ recovery-image] Aug 11 21:59:28.247 INFO O| Aug 11 21:59:28.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
| 7226 | 2026-08-11T21:59:29.493Z | [ recovery-image] Aug 11 21:59:28.248 INFO O| Aug 11 21:59:28.247 INFO STEP 656 (remove_files) COMPLETE |
| 7227 | 2026-08-11T21:59:29.493Z | [ recovery-image] Aug 11 21:59:28.248 INFO O| Aug 11 21:59:28.247 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7228 | 2026-08-11T21:59:29.520Z | [ recovery-image] Aug 11 21:59:28.256 INFO O| Aug 11 21:59:28.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d" |
| 7229 | 2026-08-11T21:59:29.520Z | [ recovery-image] Aug 11 21:59:28.256 INFO O| Aug 11 21:59:28.256 INFO STEP 657 (remove_files) COMPLETE |
| 7230 | 2026-08-11T21:59:29.520Z | [ recovery-image] Aug 11 21:59:28.256 INFO O| Aug 11 21:59:28.256 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7231 | 2026-08-11T21:59:29.520Z | [ recovery-image] Aug 11 21:59:28.264 INFO O| Aug 11 21:59:28.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o" |
| 7232 | 2026-08-11T21:59:29.520Z | [ recovery-image] Aug 11 21:59:28.264 INFO O| Aug 11 21:59:28.264 INFO STEP 658 (remove_files) COMPLETE |
| 7233 | 2026-08-11T21:59:29.540Z | [ recovery-image] Aug 11 21:59:28.264 INFO O| Aug 11 21:59:28.264 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7234 | 2026-08-11T21:59:29.540Z | [ recovery-image] Aug 11 21:59:28.273 INFO O| Aug 11 21:59:28.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
| 7235 | 2026-08-11T21:59:29.540Z | [ recovery-image] Aug 11 21:59:28.274 INFO O| Aug 11 21:59:28.273 INFO STEP 659 (remove_files) COMPLETE |
| 7236 | 2026-08-11T21:59:29.540Z | [ recovery-image] Aug 11 21:59:28.274 INFO O| Aug 11 21:59:28.273 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7237 | 2026-08-11T21:59:29.540Z | [ recovery-image] Aug 11 21:59:28.282 INFO O| Aug 11 21:59:28.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
| 7238 | 2026-08-11T21:59:29.540Z | [ recovery-image] Aug 11 21:59:28.282 INFO O| Aug 11 21:59:28.282 INFO STEP 660 (remove_files) COMPLETE |
| 7239 | 2026-08-11T21:59:29.540Z | [ recovery-image] Aug 11 21:59:28.282 INFO O| Aug 11 21:59:28.282 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7240 | 2026-08-11T21:59:29.563Z | [ recovery-image] Aug 11 21:59:28.291 INFO O| Aug 11 21:59:28.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
| 7241 | 2026-08-11T21:59:29.563Z | [ recovery-image] Aug 11 21:59:28.291 INFO O| Aug 11 21:59:28.291 INFO STEP 661 (remove_files) COMPLETE |
| 7242 | 2026-08-11T21:59:29.563Z | [ recovery-image] Aug 11 21:59:28.291 INFO O| Aug 11 21:59:28.291 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7243 | 2026-08-11T21:59:29.563Z | [ recovery-image] Aug 11 21:59:28.299 INFO O| Aug 11 21:59:28.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
| 7244 | 2026-08-11T21:59:29.563Z | [ recovery-image] Aug 11 21:59:28.299 INFO O| Aug 11 21:59:28.299 INFO STEP 662 (remove_files) COMPLETE |
| 7245 | 2026-08-11T21:59:29.563Z | [ recovery-image] Aug 11 21:59:28.299 INFO O| Aug 11 21:59:28.299 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7246 | 2026-08-11T21:59:29.563Z | [ recovery-image] Aug 11 21:59:28.307 INFO O| Aug 11 21:59:28.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
| 7247 | 2026-08-11T21:59:29.563Z | [ recovery-image] Aug 11 21:59:28.307 INFO O| Aug 11 21:59:28.307 INFO STEP 663 (remove_files) COMPLETE |
| 7248 | 2026-08-11T21:59:29.563Z | [ recovery-image] Aug 11 21:59:28.307 INFO O| Aug 11 21:59:28.307 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7249 | 2026-08-11T21:59:29.584Z | [ recovery-image] Aug 11 21:59:28.315 INFO O| Aug 11 21:59:28.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
| 7250 | 2026-08-11T21:59:29.584Z | [ recovery-image] Aug 11 21:59:28.315 INFO O| Aug 11 21:59:28.315 INFO STEP 664 (remove_files) COMPLETE |
| 7251 | 2026-08-11T21:59:29.584Z | [ recovery-image] Aug 11 21:59:28.315 INFO O| Aug 11 21:59:28.315 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7252 | 2026-08-11T21:59:29.585Z | [ recovery-image] Aug 11 21:59:28.324 INFO O| Aug 11 21:59:28.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
| 7253 | 2026-08-11T21:59:29.585Z | [ recovery-image] Aug 11 21:59:28.324 INFO O| Aug 11 21:59:28.324 INFO STEP 665 (remove_files) COMPLETE |
| 7254 | 2026-08-11T21:59:29.585Z | [ recovery-image] Aug 11 21:59:28.324 INFO O| Aug 11 21:59:28.324 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7255 | 2026-08-11T21:59:29.585Z | [ recovery-image] Aug 11 21:59:28.333 INFO O| Aug 11 21:59:28.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
| 7256 | 2026-08-11T21:59:29.585Z | [ recovery-image] Aug 11 21:59:28.333 INFO O| Aug 11 21:59:28.333 INFO STEP 666 (remove_files) COMPLETE |
| 7257 | 2026-08-11T21:59:29.585Z | [ recovery-image] Aug 11 21:59:28.333 INFO O| Aug 11 21:59:28.333 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7258 | 2026-08-11T21:59:29.606Z | [ recovery-image] Aug 11 21:59:28.341 INFO O| Aug 11 21:59:28.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
| 7259 | 2026-08-11T21:59:29.606Z | [ recovery-image] Aug 11 21:59:28.342 INFO O| Aug 11 21:59:28.342 INFO STEP 667 (remove_files) COMPLETE |
| 7260 | 2026-08-11T21:59:29.606Z | [ recovery-image] Aug 11 21:59:28.342 INFO O| Aug 11 21:59:28.342 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7261 | 2026-08-11T21:59:29.606Z | [ recovery-image] Aug 11 21:59:28.350 INFO O| Aug 11 21:59:28.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
| 7262 | 2026-08-11T21:59:29.606Z | [ recovery-image] Aug 11 21:59:28.350 INFO O| Aug 11 21:59:28.350 INFO STEP 668 (remove_files) COMPLETE |
| 7263 | 2026-08-11T21:59:29.606Z | [ recovery-image] Aug 11 21:59:28.350 INFO O| Aug 11 21:59:28.350 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7264 | 2026-08-11T21:59:29.623Z | [ recovery-image] Aug 11 21:59:28.359 INFO O| Aug 11 21:59:28.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict" |
| 7265 | 2026-08-11T21:59:29.624Z | [ recovery-image] Aug 11 21:59:28.359 INFO O| Aug 11 21:59:28.359 INFO STEP 669 (remove_files) COMPLETE |
| 7266 | 2026-08-11T21:59:29.624Z | [ recovery-image] Aug 11 21:59:28.359 INFO O| Aug 11 21:59:28.359 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7267 | 2026-08-11T21:59:29.624Z | [ recovery-image] Aug 11 21:59:28.367 INFO O| Aug 11 21:59:28.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
| 7268 | 2026-08-11T21:59:29.624Z | [ recovery-image] Aug 11 21:59:28.368 INFO O| Aug 11 21:59:28.368 INFO STEP 670 (remove_files) COMPLETE |
| 7269 | 2026-08-11T21:59:29.624Z | [ recovery-image] Aug 11 21:59:28.368 INFO O| Aug 11 21:59:28.368 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7270 | 2026-08-11T21:59:29.624Z | [ recovery-image] Aug 11 21:59:28.376 INFO O| Aug 11 21:59:28.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict" |
| 7271 | 2026-08-11T21:59:29.624Z | [ recovery-image] Aug 11 21:59:28.376 INFO O| Aug 11 21:59:28.376 INFO STEP 671 (remove_files) COMPLETE |
| 7272 | 2026-08-11T21:59:29.624Z | [ recovery-image] Aug 11 21:59:28.376 INFO O| Aug 11 21:59:28.376 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7273 | 2026-08-11T21:59:29.644Z | [ recovery-image] Aug 11 21:59:28.387 INFO O| Aug 11 21:59:28.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict" |
| 7274 | 2026-08-11T21:59:29.644Z | [ recovery-image] Aug 11 21:59:28.387 INFO O| Aug 11 21:59:28.387 INFO STEP 672 (remove_files) COMPLETE |
| 7275 | 2026-08-11T21:59:29.644Z | [ recovery-image] Aug 11 21:59:28.387 INFO O| Aug 11 21:59:28.387 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7276 | 2026-08-11T21:59:29.654Z | [ recovery-image] Aug 11 21:59:28.397 INFO O| Aug 11 21:59:28.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject" |
| 7277 | 2026-08-11T21:59:29.654Z | [ recovery-image] Aug 11 21:59:28.397 INFO O| Aug 11 21:59:28.397 INFO STEP 673 (remove_files) COMPLETE |
| 7278 | 2026-08-11T21:59:29.654Z | [ recovery-image] Aug 11 21:59:28.397 INFO O| Aug 11 21:59:28.397 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7279 | 2026-08-11T21:59:29.654Z | [ recovery-image] Aug 11 21:59:28.406 INFO O| Aug 11 21:59:28.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim" |
| 7280 | 2026-08-11T21:59:29.654Z | [ recovery-image] Aug 11 21:59:28.406 INFO O| Aug 11 21:59:28.406 INFO STEP 674 (remove_files) COMPLETE |
| 7281 | 2026-08-11T21:59:29.654Z | [ recovery-image] Aug 11 21:59:28.406 INFO O| Aug 11 21:59:28.406 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7282 | 2026-08-11T21:59:29.672Z | [ recovery-image] Aug 11 21:59:28.416 INFO O| Aug 11 21:59:28.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo" |
| 7283 | 2026-08-11T21:59:29.672Z | [ recovery-image] Aug 11 21:59:28.416 INFO O| Aug 11 21:59:28.416 INFO STEP 675 (remove_files) COMPLETE |
| 7284 | 2026-08-11T21:59:29.672Z | [ recovery-image] Aug 11 21:59:28.417 INFO O| Aug 11 21:59:28.416 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7285 | 2026-08-11T21:59:29.697Z | [ recovery-image] Aug 11 21:59:28.427 INFO O| Aug 11 21:59:28.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo" |
| 7286 | 2026-08-11T21:59:29.697Z | [ recovery-image] Aug 11 21:59:28.427 INFO O| Aug 11 21:59:28.427 INFO STEP 676 (remove_files) COMPLETE |
| 7287 | 2026-08-11T21:59:29.697Z | [ recovery-image] Aug 11 21:59:28.427 INFO O| Aug 11 21:59:28.427 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7288 | 2026-08-11T21:59:29.697Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 7289 | 2026-08-11T21:59:29.697Z | [ recovery-image] Aug 11 21:59:28.438 INFO O| Aug 11 21:59:28.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode" |
| 7290 | 2026-08-11T21:59:29.698Z | [ recovery-image] Aug 11 21:59:28.438 INFO O| Aug 11 21:59:28.438 INFO STEP 677 (remove_files) COMPLETE |
| 7291 | 2026-08-11T21:59:29.698Z | [ recovery-image] Aug 11 21:59:28.438 INFO O| Aug 11 21:59:28.438 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7292 | 2026-08-11T21:59:29.708Z | [ recovery-image] Aug 11 21:59:28.448 INFO O| Aug 11 21:59:28.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
| 7293 | 2026-08-11T21:59:29.708Z | [ recovery-image] Aug 11 21:59:28.448 INFO O| Aug 11 21:59:28.448 INFO STEP 678 (remove_files) COMPLETE |
| 7294 | 2026-08-11T21:59:29.708Z | [ recovery-image] Aug 11 21:59:28.448 INFO O| Aug 11 21:59:28.448 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7295 | 2026-08-11T21:59:29.708Z | [ recovery-image] Aug 11 21:59:28.459 INFO O| Aug 11 21:59:28.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
| 7296 | 2026-08-11T21:59:29.708Z | [ recovery-image] Aug 11 21:59:28.459 INFO O| Aug 11 21:59:28.459 INFO STEP 679 (remove_files) COMPLETE |
| 7297 | 2026-08-11T21:59:29.708Z | [ recovery-image] Aug 11 21:59:28.459 INFO O| Aug 11 21:59:28.459 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7298 | 2026-08-11T21:59:29.708Z | [ recovery-image] Aug 11 21:59:28.468 INFO O| Aug 11 21:59:28.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
| 7299 | 2026-08-11T21:59:29.708Z | [ recovery-image] Aug 11 21:59:28.468 INFO O| Aug 11 21:59:28.468 INFO STEP 680 (remove_files) COMPLETE |
| 7300 | 2026-08-11T21:59:29.708Z | [ recovery-image] Aug 11 21:59:28.468 INFO O| Aug 11 21:59:28.468 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7301 | 2026-08-11T21:59:29.730Z | [ recovery-image] Aug 11 21:59:28.476 INFO O| Aug 11 21:59:28.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
| 7302 | 2026-08-11T21:59:29.730Z | [ recovery-image] Aug 11 21:59:28.476 INFO O| Aug 11 21:59:28.476 INFO STEP 681 (remove_files) COMPLETE |
| 7303 | 2026-08-11T21:59:29.730Z | [ recovery-image] Aug 11 21:59:28.476 INFO O| Aug 11 21:59:28.476 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7304 | 2026-08-11T21:59:29.758Z | [ recovery-image] Aug 11 21:59:28.486 INFO O| Aug 11 21:59:28.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
| 7305 | 2026-08-11T21:59:29.758Z | [ recovery-image] Aug 11 21:59:28.486 INFO O| Aug 11 21:59:28.486 INFO STEP 682 (remove_files) COMPLETE |
| 7306 | 2026-08-11T21:59:29.758Z | [ recovery-image] Aug 11 21:59:28.486 INFO O| Aug 11 21:59:28.486 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7307 | 2026-08-11T21:59:29.758Z | [ recovery-image] Aug 11 21:59:28.496 INFO O| Aug 11 21:59:28.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
| 7308 | 2026-08-11T21:59:29.758Z | [ recovery-image] Aug 11 21:59:28.496 INFO O| Aug 11 21:59:28.496 INFO STEP 683 (remove_files) COMPLETE |
| 7309 | 2026-08-11T21:59:29.758Z | [ recovery-image] Aug 11 21:59:28.496 INFO O| Aug 11 21:59:28.496 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7310 | 2026-08-11T21:59:29.772Z | [ recovery-image] Aug 11 21:59:28.504 INFO O| Aug 11 21:59:28.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
| 7311 | 2026-08-11T21:59:29.773Z | [ recovery-image] Aug 11 21:59:28.504 INFO O| Aug 11 21:59:28.504 INFO STEP 684 (remove_files) COMPLETE |
| 7312 | 2026-08-11T21:59:29.773Z | [ recovery-image] Aug 11 21:59:28.504 INFO O| Aug 11 21:59:28.504 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7313 | 2026-08-11T21:59:29.773Z | [ recovery-image] Aug 11 21:59:28.513 INFO O| Aug 11 21:59:28.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
| 7314 | 2026-08-11T21:59:29.773Z | [ recovery-image] Aug 11 21:59:28.513 INFO O| Aug 11 21:59:28.513 INFO STEP 685 (remove_files) COMPLETE |
| 7315 | 2026-08-11T21:59:29.773Z | [ recovery-image] Aug 11 21:59:28.513 INFO O| Aug 11 21:59:28.513 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7316 | 2026-08-11T21:59:29.773Z | [ recovery-image] Aug 11 21:59:28.522 INFO O| Aug 11 21:59:28.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
| 7317 | 2026-08-11T21:59:29.773Z | [ recovery-image] Aug 11 21:59:28.522 INFO O| Aug 11 21:59:28.522 INFO STEP 686 (remove_files) COMPLETE |
| 7318 | 2026-08-11T21:59:29.773Z | [ recovery-image] Aug 11 21:59:28.522 INFO O| Aug 11 21:59:28.522 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7319 | 2026-08-11T21:59:29.780Z | [ recovery-image] Aug 11 21:59:28.531 INFO O| Aug 11 21:59:28.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
| 7320 | 2026-08-11T21:59:29.781Z | [ recovery-image] Aug 11 21:59:28.531 INFO O| Aug 11 21:59:28.531 INFO STEP 687 (remove_files) COMPLETE |
| 7321 | 2026-08-11T21:59:29.781Z | [ recovery-image] Aug 11 21:59:28.531 INFO O| Aug 11 21:59:28.531 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7322 | 2026-08-11T21:59:29.781Z | [ recovery-image] Aug 11 21:59:28.541 INFO O| Aug 11 21:59:28.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
| 7323 | 2026-08-11T21:59:29.781Z | [ recovery-image] Aug 11 21:59:28.541 INFO O| Aug 11 21:59:28.541 INFO STEP 688 (remove_files) COMPLETE |
| 7324 | 2026-08-11T21:59:29.781Z | [ recovery-image] Aug 11 21:59:28.541 INFO O| Aug 11 21:59:28.541 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7325 | 2026-08-11T21:59:29.788Z | [ recovery-image] Aug 11 21:59:28.551 INFO O| Aug 11 21:59:28.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
| 7326 | 2026-08-11T21:59:29.788Z | [ recovery-image] Aug 11 21:59:28.551 INFO O| Aug 11 21:59:28.551 INFO STEP 689 (remove_files) COMPLETE |
| 7327 | 2026-08-11T21:59:29.788Z | [ recovery-image] Aug 11 21:59:28.551 INFO O| Aug 11 21:59:28.551 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7328 | 2026-08-11T21:59:29.807Z | [ recovery-image] Aug 11 21:59:28.561 INFO O| Aug 11 21:59:28.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
| 7329 | 2026-08-11T21:59:29.807Z | [ recovery-image] Aug 11 21:59:28.561 INFO O| Aug 11 21:59:28.561 INFO STEP 690 (remove_files) COMPLETE |
| 7330 | 2026-08-11T21:59:29.807Z | [ recovery-image] Aug 11 21:59:28.561 INFO O| Aug 11 21:59:28.561 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7331 | 2026-08-11T21:59:29.823Z | [ recovery-image] Aug 11 21:59:28.571 INFO O| Aug 11 21:59:28.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
| 7332 | 2026-08-11T21:59:29.823Z | [ recovery-image] Aug 11 21:59:28.571 INFO O| Aug 11 21:59:28.571 INFO STEP 691 (remove_files) COMPLETE |
| 7333 | 2026-08-11T21:59:29.823Z | [ recovery-image] Aug 11 21:59:28.571 INFO O| Aug 11 21:59:28.571 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7334 | 2026-08-11T21:59:29.836Z | [ recovery-image] Aug 11 21:59:28.581 INFO O| Aug 11 21:59:28.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
| 7335 | 2026-08-11T21:59:29.836Z | [ recovery-image] Aug 11 21:59:28.581 INFO O| Aug 11 21:59:28.581 INFO STEP 692 (remove_files) COMPLETE |
| 7336 | 2026-08-11T21:59:29.836Z | [ recovery-image] Aug 11 21:59:28.581 INFO O| Aug 11 21:59:28.581 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7337 | 2026-08-11T21:59:29.836Z | [ recovery-image] Aug 11 21:59:28.589 INFO O| Aug 11 21:59:28.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
| 7338 | 2026-08-11T21:59:29.836Z | [ recovery-image] Aug 11 21:59:28.589 INFO O| Aug 11 21:59:28.589 INFO STEP 693 (remove_files) COMPLETE |
| 7339 | 2026-08-11T21:59:29.836Z | [ recovery-image] Aug 11 21:59:28.589 INFO O| Aug 11 21:59:28.589 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7340 | 2026-08-11T21:59:29.848Z | [ recovery-image] Aug 11 21:59:28.600 INFO O| Aug 11 21:59:28.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
| 7341 | 2026-08-11T21:59:29.848Z | [ recovery-image] Aug 11 21:59:28.600 INFO O| Aug 11 21:59:28.600 INFO STEP 694 (remove_files) COMPLETE |
| 7342 | 2026-08-11T21:59:29.848Z | [ recovery-image] Aug 11 21:59:28.600 INFO O| Aug 11 21:59:28.600 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7343 | 2026-08-11T21:59:29.865Z | [ recovery-image] Aug 11 21:59:28.609 INFO O| Aug 11 21:59:28.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
| 7344 | 2026-08-11T21:59:29.865Z | [ recovery-image] Aug 11 21:59:28.609 INFO O| Aug 11 21:59:28.609 INFO STEP 695 (remove_files) COMPLETE |
| 7345 | 2026-08-11T21:59:29.866Z | [ recovery-image] Aug 11 21:59:28.609 INFO O| Aug 11 21:59:28.609 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7346 | 2026-08-11T21:59:29.866Z | [ recovery-image] Aug 11 21:59:28.617 INFO O| Aug 11 21:59:28.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
| 7347 | 2026-08-11T21:59:29.866Z | [ recovery-image] Aug 11 21:59:28.617 INFO O| Aug 11 21:59:28.617 INFO STEP 696 (remove_files) COMPLETE |
| 7348 | 2026-08-11T21:59:29.866Z | [ recovery-image] Aug 11 21:59:28.617 INFO O| Aug 11 21:59:28.617 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7349 | 2026-08-11T21:59:29.876Z | [ recovery-image] Aug 11 21:59:28.627 INFO O| Aug 11 21:59:28.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
| 7350 | 2026-08-11T21:59:29.876Z | [ recovery-image] Aug 11 21:59:28.627 INFO O| Aug 11 21:59:28.627 INFO STEP 697 (remove_files) COMPLETE |
| 7351 | 2026-08-11T21:59:29.876Z | [ recovery-image] Aug 11 21:59:28.627 INFO O| Aug 11 21:59:28.627 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7352 | 2026-08-11T21:59:29.880Z | [ recovery-image] Aug 11 21:59:28.638 INFO O| Aug 11 21:59:28.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
| 7353 | 2026-08-11T21:59:29.880Z | [ recovery-image] Aug 11 21:59:28.638 INFO O| Aug 11 21:59:28.638 INFO STEP 698 (remove_files) COMPLETE |
| 7354 | 2026-08-11T21:59:29.881Z | [ recovery-image] Aug 11 21:59:28.638 INFO O| Aug 11 21:59:28.638 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7355 | 2026-08-11T21:59:29.885Z | [ recovery-image] Aug 11 21:59:28.646 INFO O| Aug 11 21:59:28.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
| 7356 | 2026-08-11T21:59:29.885Z | [ recovery-image] Aug 11 21:59:28.646 INFO O| Aug 11 21:59:28.646 INFO STEP 699 (remove_files) COMPLETE |
| 7357 | 2026-08-11T21:59:29.885Z | [ recovery-image] Aug 11 21:59:28.646 INFO O| Aug 11 21:59:28.646 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7358 | 2026-08-11T21:59:29.903Z | [ recovery-image] Aug 11 21:59:28.658 INFO O| Aug 11 21:59:28.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
| 7359 | 2026-08-11T21:59:29.903Z | [ recovery-image] Aug 11 21:59:28.658 INFO O| Aug 11 21:59:28.658 INFO STEP 700 (remove_files) COMPLETE |
| 7360 | 2026-08-11T21:59:29.903Z | [ recovery-image] Aug 11 21:59:28.658 INFO O| Aug 11 21:59:28.658 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7361 | 2026-08-11T21:59:29.926Z | [ recovery-image] Aug 11 21:59:28.668 INFO O| Aug 11 21:59:28.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1" |
| 7362 | 2026-08-11T21:59:29.926Z | [ recovery-image] Aug 11 21:59:28.669 INFO O| Aug 11 21:59:28.669 INFO STEP 701 (remove_files) COMPLETE |
| 7363 | 2026-08-11T21:59:29.926Z | [ recovery-image] Aug 11 21:59:28.669 INFO O| Aug 11 21:59:28.669 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7364 | 2026-08-11T21:59:29.946Z | [ recovery-image] Aug 11 21:59:28.679 INFO O| Aug 11 21:59:28.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
| 7365 | 2026-08-11T21:59:29.946Z | [ recovery-image] Aug 11 21:59:28.679 INFO O| Aug 11 21:59:28.679 INFO STEP 702 (remove_files) COMPLETE |
| 7366 | 2026-08-11T21:59:29.947Z | [ recovery-image] Aug 11 21:59:28.679 INFO O| Aug 11 21:59:28.679 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7367 | 2026-08-11T21:59:29.947Z | [ recovery-image] Aug 11 21:59:28.688 INFO O| Aug 11 21:59:28.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1" |
| 7368 | 2026-08-11T21:59:29.947Z | [ recovery-image] Aug 11 21:59:28.688 INFO O| Aug 11 21:59:28.688 INFO STEP 703 (remove_files) COMPLETE |
| 7369 | 2026-08-11T21:59:29.947Z | [ recovery-image] Aug 11 21:59:28.688 INFO O| Aug 11 21:59:28.688 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7370 | 2026-08-11T21:59:29.968Z | [ recovery-image] Aug 11 21:59:28.699 INFO O| Aug 11 21:59:28.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1" |
| 7371 | 2026-08-11T21:59:29.968Z | [ recovery-image] Aug 11 21:59:28.699 INFO O| Aug 11 21:59:28.699 INFO STEP 704 (remove_files) COMPLETE |
| 7372 | 2026-08-11T21:59:29.968Z | [ recovery-image] Aug 11 21:59:28.699 INFO O| Aug 11 21:59:28.699 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7373 | 2026-08-11T21:59:29.968Z | [ recovery-image] Aug 11 21:59:28.708 INFO O| Aug 11 21:59:28.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
| 7374 | 2026-08-11T21:59:29.968Z | [ recovery-image] Aug 11 21:59:28.708 INFO O| Aug 11 21:59:28.708 INFO STEP 705 (remove_files) COMPLETE |
| 7375 | 2026-08-11T21:59:29.968Z | [ recovery-image] Aug 11 21:59:28.708 INFO O| Aug 11 21:59:28.708 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7376 | 2026-08-11T21:59:29.969Z | [ recovery-image] Aug 11 21:59:28.718 INFO O| Aug 11 21:59:28.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
| 7377 | 2026-08-11T21:59:29.969Z | [ recovery-image] Aug 11 21:59:28.718 INFO O| Aug 11 21:59:28.718 INFO STEP 706 (remove_files) COMPLETE |
| 7378 | 2026-08-11T21:59:29.969Z | [ recovery-image] Aug 11 21:59:28.718 INFO O| Aug 11 21:59:28.718 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7379 | 2026-08-11T21:59:29.989Z | [ recovery-image] Aug 11 21:59:28.738 INFO O| Aug 11 21:59:28.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
| 7380 | 2026-08-11T21:59:30.002Z | [ recovery-image] Aug 11 21:59:28.738 INFO O| Aug 11 21:59:28.738 INFO STEP 707 (remove_files) COMPLETE |
| 7381 | 2026-08-11T21:59:30.002Z | [ recovery-image] Aug 11 21:59:28.738 INFO O| Aug 11 21:59:28.738 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7382 | 2026-08-11T21:59:30.023Z | [ recovery-image] Aug 11 21:59:28.748 INFO O| Aug 11 21:59:28.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
| 7383 | 2026-08-11T21:59:30.023Z | [ recovery-image] Aug 11 21:59:28.748 INFO O| Aug 11 21:59:28.748 INFO STEP 708 (remove_files) COMPLETE |
| 7384 | 2026-08-11T21:59:30.023Z | [ recovery-image] Aug 11 21:59:28.748 INFO O| Aug 11 21:59:28.748 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7385 | 2026-08-11T21:59:30.023Z | [ recovery-image] Aug 11 21:59:28.759 INFO O| Aug 11 21:59:28.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
| 7386 | 2026-08-11T21:59:30.034Z | [ recovery-image] Aug 11 21:59:28.759 INFO O| Aug 11 21:59:28.759 INFO STEP 709 (remove_files) COMPLETE |
| 7387 | 2026-08-11T21:59:30.034Z | [ recovery-image] Aug 11 21:59:28.759 INFO O| Aug 11 21:59:28.759 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7388 | 2026-08-11T21:59:30.034Z | [ recovery-image] Aug 11 21:59:28.769 INFO O| Aug 11 21:59:28.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
| 7389 | 2026-08-11T21:59:30.034Z | [ recovery-image] Aug 11 21:59:28.769 INFO O| Aug 11 21:59:28.769 INFO STEP 710 (remove_files) COMPLETE |
| 7390 | 2026-08-11T21:59:30.034Z | [ recovery-image] Aug 11 21:59:28.769 INFO O| Aug 11 21:59:28.769 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7391 | 2026-08-11T21:59:30.041Z | [ recovery-image] Aug 11 21:59:28.799 INFO O| Aug 11 21:59:28.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
| 7392 | 2026-08-11T21:59:30.041Z | [ recovery-image] Aug 11 21:59:28.799 INFO O| Aug 11 21:59:28.799 INFO STEP 711 (remove_files) COMPLETE |
| 7393 | 2026-08-11T21:59:30.042Z | [ recovery-image] Aug 11 21:59:28.799 INFO O| Aug 11 21:59:28.799 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7394 | 2026-08-11T21:59:30.054Z | [ recovery-image] Aug 11 21:59:28.809 INFO O| Aug 11 21:59:28.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
| 7395 | 2026-08-11T21:59:30.054Z | [ recovery-image] Aug 11 21:59:28.809 INFO O| Aug 11 21:59:28.809 INFO STEP 712 (remove_files) COMPLETE |
| 7396 | 2026-08-11T21:59:30.054Z | [ recovery-image] Aug 11 21:59:28.809 INFO O| Aug 11 21:59:28.809 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7397 | 2026-08-11T21:59:30.065Z | [ recovery-image] Aug 11 21:59:28.818 INFO O| Aug 11 21:59:28.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
| 7398 | 2026-08-11T21:59:30.065Z | [ recovery-image] Aug 11 21:59:28.818 INFO O| Aug 11 21:59:28.818 INFO STEP 713 (remove_files) COMPLETE |
| 7399 | 2026-08-11T21:59:30.065Z | [ recovery-image] Aug 11 21:59:28.818 INFO O| Aug 11 21:59:28.818 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7400 | 2026-08-11T21:59:30.083Z | [ recovery-image] Aug 11 21:59:28.828 INFO O| Aug 11 21:59:28.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
| 7401 | 2026-08-11T21:59:30.083Z | [ recovery-image] Aug 11 21:59:28.829 INFO O| Aug 11 21:59:28.828 INFO STEP 714 (remove_files) COMPLETE |
| 7402 | 2026-08-11T21:59:30.084Z | [ recovery-image] Aug 11 21:59:28.829 INFO O| Aug 11 21:59:28.828 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7403 | 2026-08-11T21:59:30.110Z | [ recovery-image] Aug 11 21:59:28.839 INFO O| Aug 11 21:59:28.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
| 7404 | 2026-08-11T21:59:30.110Z | [ recovery-image] Aug 11 21:59:28.839 INFO O| Aug 11 21:59:28.839 INFO STEP 715 (remove_files) COMPLETE |
| 7405 | 2026-08-11T21:59:30.110Z | [ recovery-image] Aug 11 21:59:28.839 INFO O| Aug 11 21:59:28.839 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7406 | 2026-08-11T21:59:30.110Z | [verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 7407 | 2026-08-11T21:59:30.110Z | [ recovery-image] Aug 11 21:59:28.849 INFO O| Aug 11 21:59:28.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount" |
| 7408 | 2026-08-11T21:59:30.110Z | [ recovery-image] Aug 11 21:59:28.849 INFO O| Aug 11 21:59:28.849 INFO STEP 716 (remove_files) COMPLETE |
| 7409 | 2026-08-11T21:59:30.110Z | [ recovery-image] Aug 11 21:59:28.849 INFO O| Aug 11 21:59:28.849 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7410 | 2026-08-11T21:59:30.110Z | [ recovery-image] Aug 11 21:59:28.858 INFO O| Aug 11 21:59:28.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp" |
| 7411 | 2026-08-11T21:59:30.110Z | [ recovery-image] Aug 11 21:59:28.859 INFO O| Aug 11 21:59:28.859 INFO STEP 717 (remove_files) COMPLETE |
| 7412 | 2026-08-11T21:59:30.110Z | [ recovery-image] Aug 11 21:59:28.859 INFO O| Aug 11 21:59:28.859 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7413 | 2026-08-11T21:59:30.120Z | [ recovery-image] Aug 11 21:59:28.869 INFO O| Aug 11 21:59:28.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
| 7414 | 2026-08-11T21:59:30.120Z | [ recovery-image] Aug 11 21:59:28.869 INFO O| Aug 11 21:59:28.869 INFO STEP 718 (remove_files) COMPLETE |
| 7415 | 2026-08-11T21:59:30.120Z | [ recovery-image] Aug 11 21:59:28.869 INFO O| Aug 11 21:59:28.869 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7416 | 2026-08-11T21:59:30.120Z | [ recovery-image] Aug 11 21:59:28.879 INFO O| Aug 11 21:59:28.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit" |
| 7417 | 2026-08-11T21:59:30.120Z | [ recovery-image] Aug 11 21:59:28.879 INFO O| Aug 11 21:59:28.879 INFO STEP 719 (remove_files) COMPLETE |
| 7418 | 2026-08-11T21:59:30.121Z | [ recovery-image] Aug 11 21:59:28.879 INFO O| Aug 11 21:59:28.879 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7419 | 2026-08-11T21:59:30.244Z | [ recovery-image] Aug 11 21:59:28.889 INFO O| Aug 11 21:59:28.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount" |
| 7420 | 2026-08-11T21:59:30.245Z | [ recovery-image] Aug 11 21:59:28.890 INFO O| Aug 11 21:59:28.889 INFO STEP 720 (remove_files) COMPLETE |
| 7421 | 2026-08-11T21:59:30.245Z | [ recovery-image] Aug 11 21:59:28.890 INFO O| Aug 11 21:59:28.890 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7422 | 2026-08-11T21:59:30.285Z | [ recovery-image] Aug 11 21:59:28.899 INFO O| Aug 11 21:59:28.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount" |
| 7423 | 2026-08-11T21:59:30.285Z | [ recovery-image] Aug 11 21:59:28.903 INFO O| Aug 11 21:59:28.900 INFO STEP 721 (remove_files) COMPLETE |
| 7424 | 2026-08-11T21:59:30.285Z | [ recovery-image] Aug 11 21:59:28.903 INFO O| Aug 11 21:59:28.900 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7425 | 2026-08-11T21:59:30.285Z | [ recovery-image] Aug 11 21:59:28.909 INFO O| Aug 11 21:59:28.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck" |
| 7426 | 2026-08-11T21:59:30.285Z | [ recovery-image] Aug 11 21:59:28.909 INFO O| Aug 11 21:59:28.909 INFO STEP 722 (remove_files) COMPLETE |
| 7427 | 2026-08-11T21:59:30.286Z | [ recovery-image] Aug 11 21:59:28.909 INFO O| Aug 11 21:59:28.909 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7428 | 2026-08-11T21:59:30.286Z | [ recovery-image] Aug 11 21:59:28.919 INFO O| Aug 11 21:59:28.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp" |
| 7429 | 2026-08-11T21:59:30.286Z | [ recovery-image] Aug 11 21:59:28.919 INFO O| Aug 11 21:59:28.919 INFO STEP 723 (remove_files) COMPLETE |
| 7430 | 2026-08-11T21:59:30.286Z | [ recovery-image] Aug 11 21:59:28.919 INFO O| Aug 11 21:59:28.919 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7431 | 2026-08-11T21:59:30.286Z | [ recovery-image] Aug 11 21:59:28.929 INFO O| Aug 11 21:59:28.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
| 7432 | 2026-08-11T21:59:30.286Z | [ recovery-image] Aug 11 21:59:28.929 INFO O| Aug 11 21:59:28.929 INFO STEP 724 (remove_files) COMPLETE |
| 7433 | 2026-08-11T21:59:30.286Z | [ recovery-image] Aug 11 21:59:28.929 INFO O| Aug 11 21:59:28.929 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7434 | 2026-08-11T21:59:30.286Z | [ recovery-image] Aug 11 21:59:28.939 INFO O| Aug 11 21:59:28.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs" |
| 7435 | 2026-08-11T21:59:30.286Z | [ recovery-image] Aug 11 21:59:28.939 INFO O| Aug 11 21:59:28.939 INFO STEP 725 (remove_files) COMPLETE |
| 7436 | 2026-08-11T21:59:30.286Z | [ recovery-image] Aug 11 21:59:28.939 INFO O| Aug 11 21:59:28.939 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7437 | 2026-08-11T21:59:30.286Z | [ recovery-image] Aug 11 21:59:28.947 INFO O| Aug 11 21:59:28.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount" |
| 7438 | 2026-08-11T21:59:30.286Z | [ recovery-image] Aug 11 21:59:28.948 INFO O| Aug 11 21:59:28.947 INFO STEP 726 (remove_files) COMPLETE |
| 7439 | 2026-08-11T21:59:30.286Z | [ recovery-image] Aug 11 21:59:28.948 INFO O| Aug 11 21:59:28.948 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7440 | 2026-08-11T21:59:30.286Z | [ recovery-image] Aug 11 21:59:28.958 INFO O| Aug 11 21:59:28.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount" |
| 7441 | 2026-08-11T21:59:30.286Z | [ recovery-image] Aug 11 21:59:28.958 INFO O| Aug 11 21:59:28.958 INFO STEP 727 (remove_files) COMPLETE |
| 7442 | 2026-08-11T21:59:30.286Z | [ recovery-image] Aug 11 21:59:28.958 INFO O| Aug 11 21:59:28.958 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7443 | 2026-08-11T21:59:30.286Z | [ recovery-image] Aug 11 21:59:28.968 INFO O| Aug 11 21:59:28.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
| 7444 | 2026-08-11T21:59:30.286Z | [ recovery-image] Aug 11 21:59:28.968 INFO O| Aug 11 21:59:28.968 INFO STEP 728 (remove_files) COMPLETE |
| 7445 | 2026-08-11T21:59:30.287Z | [ recovery-image] Aug 11 21:59:28.968 INFO O| Aug 11 21:59:28.968 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7446 | 2026-08-11T21:59:30.287Z | [ recovery-image] Aug 11 21:59:28.978 INFO O| Aug 11 21:59:28.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
| 7447 | 2026-08-11T21:59:30.287Z | [ recovery-image] Aug 11 21:59:28.978 INFO O| Aug 11 21:59:28.978 INFO STEP 729 (remove_files) COMPLETE |
| 7448 | 2026-08-11T21:59:30.287Z | [ recovery-image] Aug 11 21:59:28.978 INFO O| Aug 11 21:59:28.978 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7449 | 2026-08-11T21:59:30.287Z | [ recovery-image] Aug 11 21:59:28.989 INFO O| Aug 11 21:59:28.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
| 7450 | 2026-08-11T21:59:30.287Z | [ recovery-image] Aug 11 21:59:28.989 INFO O| Aug 11 21:59:28.989 INFO STEP 730 (remove_files) COMPLETE |
| 7451 | 2026-08-11T21:59:30.287Z | [ recovery-image] Aug 11 21:59:28.989 INFO O| Aug 11 21:59:28.989 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7452 | 2026-08-11T21:59:30.287Z | [ recovery-image] Aug 11 21:59:28.999 INFO O| Aug 11 21:59:28.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares" |
| 7453 | 2026-08-11T21:59:30.287Z | [ recovery-image] Aug 11 21:59:28.999 INFO O| Aug 11 21:59:28.999 INFO STEP 731 (remove_files) COMPLETE |
| 7454 | 2026-08-11T21:59:30.287Z | [ recovery-image] Aug 11 21:59:28.999 INFO O| Aug 11 21:59:28.999 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7455 | 2026-08-11T21:59:30.287Z | [ recovery-image] Aug 11 21:59:29.009 INFO O| Aug 11 21:59:29.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
| 7456 | 2026-08-11T21:59:30.287Z | [ recovery-image] Aug 11 21:59:29.009 INFO O| Aug 11 21:59:29.009 INFO STEP 732 (remove_files) COMPLETE |
| 7457 | 2026-08-11T21:59:30.287Z | [ recovery-image] Aug 11 21:59:29.009 INFO O| Aug 11 21:59:29.009 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7458 | 2026-08-11T21:59:30.301Z | [ recovery-image] Aug 11 21:59:29.018 INFO O| Aug 11 21:59:29.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount" |
| 7459 | 2026-08-11T21:59:30.301Z | [ recovery-image] Aug 11 21:59:29.019 INFO O| Aug 11 21:59:29.019 INFO STEP 733 (remove_files) COMPLETE |
| 7460 | 2026-08-11T21:59:30.302Z | [ recovery-image] Aug 11 21:59:29.019 INFO O| Aug 11 21:59:29.019 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7461 | 2026-08-11T21:59:30.302Z | [ recovery-image] Aug 11 21:59:29.027 INFO O| Aug 11 21:59:29.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share" |
| 7462 | 2026-08-11T21:59:30.302Z | [ recovery-image] Aug 11 21:59:29.028 INFO O| Aug 11 21:59:29.028 INFO STEP 734 (remove_files) COMPLETE |
| 7463 | 2026-08-11T21:59:30.302Z | [ recovery-image] Aug 11 21:59:29.028 INFO O| Aug 11 21:59:29.028 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7464 | 2026-08-11T21:59:30.302Z | [ recovery-image] Aug 11 21:59:29.039 INFO O| Aug 11 21:59:29.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount" |
| 7465 | 2026-08-11T21:59:30.302Z | [ recovery-image] Aug 11 21:59:29.039 INFO O| Aug 11 21:59:29.039 INFO STEP 735 (remove_files) COMPLETE |
| 7466 | 2026-08-11T21:59:30.302Z | [ recovery-image] Aug 11 21:59:29.039 INFO O| Aug 11 21:59:29.039 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7467 | 2026-08-11T21:59:30.302Z | [ recovery-image] Aug 11 21:59:29.049 INFO O| Aug 11 21:59:29.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare" |
| 7468 | 2026-08-11T21:59:30.302Z | [ recovery-image] Aug 11 21:59:29.049 INFO O| Aug 11 21:59:29.049 INFO STEP 736 (remove_files) COMPLETE |
| 7469 | 2026-08-11T21:59:30.303Z | [ recovery-image] Aug 11 21:59:29.049 INFO O| Aug 11 21:59:29.049 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7470 | 2026-08-11T21:59:30.325Z | [ recovery-image] Aug 11 21:59:29.058 INFO O| Aug 11 21:59:29.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri" |
| 7471 | 2026-08-11T21:59:30.326Z | [ recovery-image] Aug 11 21:59:29.058 INFO O| Aug 11 21:59:29.058 INFO STEP 737 (remove_files) COMPLETE |
| 7472 | 2026-08-11T21:59:30.326Z | [ recovery-image] Aug 11 21:59:29.058 INFO O| Aug 11 21:59:29.058 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7473 | 2026-08-11T21:59:30.326Z | [ recovery-image] Aug 11 21:59:29.071 INFO O| Aug 11 21:59:29.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy" |
| 7474 | 2026-08-11T21:59:30.326Z | [ recovery-image] Aug 11 21:59:29.071 INFO O| Aug 11 21:59:29.071 INFO STEP 738 (remove_files) COMPLETE |
| 7475 | 2026-08-11T21:59:30.326Z | [ recovery-image] Aug 11 21:59:29.071 INFO O| Aug 11 21:59:29.071 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7476 | 2026-08-11T21:59:30.335Z | [ recovery-image] Aug 11 21:59:29.082 INFO O| Aug 11 21:59:29.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df" |
| 7477 | 2026-08-11T21:59:30.335Z | [ recovery-image] Aug 11 21:59:29.082 INFO O| Aug 11 21:59:29.082 INFO STEP 739 (remove_files) COMPLETE |
| 7478 | 2026-08-11T21:59:30.335Z | [ recovery-image] Aug 11 21:59:29.082 INFO O| Aug 11 21:59:29.082 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7479 | 2026-08-11T21:59:30.335Z | [ recovery-image] Aug 11 21:59:29.090 INFO O| Aug 11 21:59:29.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota" |
| 7480 | 2026-08-11T21:59:30.335Z | [ recovery-image] Aug 11 21:59:29.090 INFO O| Aug 11 21:59:29.090 INFO STEP 740 (remove_files) COMPLETE |
| 7481 | 2026-08-11T21:59:30.335Z | [ recovery-image] Aug 11 21:59:29.090 INFO O| Aug 11 21:59:29.090 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7482 | 2026-08-11T21:59:30.369Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 7483 | 2026-08-11T21:59:30.369Z | [ recovery-image] Aug 11 21:59:29.101 INFO O| Aug 11 21:59:29.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff" |
| 7484 | 2026-08-11T21:59:30.369Z | [ recovery-image] Aug 11 21:59:29.101 INFO O| Aug 11 21:59:29.101 INFO STEP 741 (remove_files) COMPLETE |
| 7485 | 2026-08-11T21:59:30.369Z | [ recovery-image] Aug 11 21:59:29.101 INFO O| Aug 11 21:59:29.101 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7486 | 2026-08-11T21:59:30.389Z | [ recovery-image] Aug 11 21:59:29.112 INFO O| Aug 11 21:59:29.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck" |
| 7487 | 2026-08-11T21:59:30.390Z | [ recovery-image] Aug 11 21:59:29.112 INFO O| Aug 11 21:59:29.112 INFO STEP 742 (remove_files) COMPLETE |
| 7488 | 2026-08-11T21:59:30.390Z | [ recovery-image] Aug 11 21:59:29.112 INFO O| Aug 11 21:59:29.112 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7489 | 2026-08-11T21:59:30.390Z | [ recovery-image] Aug 11 21:59:29.123 INFO O| Aug 11 21:59:29.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall" |
| 7490 | 2026-08-11T21:59:30.390Z | [ recovery-image] Aug 11 21:59:29.123 INFO O| Aug 11 21:59:29.123 INFO STEP 743 (remove_files) COMPLETE |
| 7491 | 2026-08-11T21:59:30.390Z | [ recovery-image] Aug 11 21:59:29.123 INFO O| Aug 11 21:59:29.123 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7492 | 2026-08-11T21:59:30.390Z | [ recovery-image] Aug 11 21:59:29.133 INFO O| Aug 11 21:59:29.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb" |
| 7493 | 2026-08-11T21:59:30.390Z | [ recovery-image] Aug 11 21:59:29.133 INFO O| Aug 11 21:59:29.133 INFO STEP 744 (remove_files) COMPLETE |
| 7494 | 2026-08-11T21:59:30.390Z | [ recovery-image] Aug 11 21:59:29.133 INFO O| Aug 11 21:59:29.133 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7495 | 2026-08-11T21:59:30.400Z | [ recovery-image] Aug 11 21:59:29.144 INFO O| Aug 11 21:59:29.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand" |
| 7496 | 2026-08-11T21:59:30.401Z | [ recovery-image] Aug 11 21:59:29.144 INFO O| Aug 11 21:59:29.144 INFO STEP 745 (remove_files) COMPLETE |
| 7497 | 2026-08-11T21:59:30.401Z | [ recovery-image] Aug 11 21:59:29.144 INFO O| Aug 11 21:59:29.144 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7498 | 2026-08-11T21:59:30.401Z | [ recovery-image] Aug 11 21:59:29.153 INFO O| Aug 11 21:59:29.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap" |
| 7499 | 2026-08-11T21:59:30.401Z | [ recovery-image] Aug 11 21:59:29.153 INFO O| Aug 11 21:59:29.153 INFO STEP 746 (remove_files) COMPLETE |
| 7500 | 2026-08-11T21:59:30.401Z | [ recovery-image] Aug 11 21:59:29.153 INFO O| Aug 11 21:59:29.153 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7501 | 2026-08-11T21:59:30.425Z | [ recovery-image] Aug 11 21:59:29.162 INFO O| Aug 11 21:59:29.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp" |
| 7502 | 2026-08-11T21:59:30.425Z | [ recovery-image] Aug 11 21:59:29.162 INFO O| Aug 11 21:59:29.162 INFO STEP 747 (remove_files) COMPLETE |
| 7503 | 2026-08-11T21:59:30.425Z | [ recovery-image] Aug 11 21:59:29.162 INFO O| Aug 11 21:59:29.162 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7504 | 2026-08-11T21:59:30.457Z | [ recovery-image] Aug 11 21:59:29.173 INFO O| Aug 11 21:59:29.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
| 7505 | 2026-08-11T21:59:30.457Z | [ recovery-image] Aug 11 21:59:29.173 INFO O| Aug 11 21:59:29.173 INFO STEP 748 (remove_files) COMPLETE |
| 7506 | 2026-08-11T21:59:30.457Z | [ recovery-image] Aug 11 21:59:29.173 INFO O| Aug 11 21:59:29.173 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7507 | 2026-08-11T21:59:30.457Z | [ recovery-image] Aug 11 21:59:29.183 INFO O| Aug 11 21:59:29.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit" |
| 7508 | 2026-08-11T21:59:30.457Z | [ recovery-image] Aug 11 21:59:29.183 INFO O| Aug 11 21:59:29.183 INFO STEP 749 (remove_files) COMPLETE |
| 7509 | 2026-08-11T21:59:30.457Z | [ recovery-image] Aug 11 21:59:29.183 INFO O| Aug 11 21:59:29.183 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7510 | 2026-08-11T21:59:30.457Z | [ recovery-image] Aug 11 21:59:29.193 INFO O| Aug 11 21:59:29.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs" |
| 7511 | 2026-08-11T21:59:30.457Z | [ recovery-image] Aug 11 21:59:29.193 INFO O| Aug 11 21:59:29.193 INFO STEP 750 (remove_files) COMPLETE |
| 7512 | 2026-08-11T21:59:30.458Z | [ recovery-image] Aug 11 21:59:29.193 INFO O| Aug 11 21:59:29.193 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7513 | 2026-08-11T21:59:30.486Z | [ recovery-image] Aug 11 21:59:29.203 INFO O| Aug 11 21:59:29.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs" |
| 7514 | 2026-08-11T21:59:30.488Z | [ recovery-image] Aug 11 21:59:29.203 INFO O| Aug 11 21:59:29.203 INFO STEP 751 (remove_files) COMPLETE |
| 7515 | 2026-08-11T21:59:30.488Z | [ recovery-image] Aug 11 21:59:29.203 INFO O| Aug 11 21:59:29.203 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7516 | 2026-08-11T21:59:30.488Z | [ recovery-image] Aug 11 21:59:29.212 INFO O| Aug 11 21:59:29.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck" |
| 7517 | 2026-08-11T21:59:30.488Z | [ recovery-image] Aug 11 21:59:29.212 INFO O| Aug 11 21:59:29.212 INFO STEP 752 (remove_files) COMPLETE |
| 7518 | 2026-08-11T21:59:30.488Z | [ recovery-image] Aug 11 21:59:29.212 INFO O| Aug 11 21:59:29.212 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7519 | 2026-08-11T21:59:30.488Z | [ recovery-image] Aug 11 21:59:29.221 INFO O| Aug 11 21:59:29.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs" |
| 7520 | 2026-08-11T21:59:30.494Z | [ recovery-image] Aug 11 21:59:29.221 INFO O| Aug 11 21:59:29.221 INFO STEP 753 (remove_files) COMPLETE |
| 7521 | 2026-08-11T21:59:30.494Z | [ recovery-image] Aug 11 21:59:29.221 INFO O| Aug 11 21:59:29.221 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7522 | 2026-08-11T21:59:30.494Z | [ recovery-image] Aug 11 21:59:29.230 INFO O| Aug 11 21:59:29.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot" |
| 7523 | 2026-08-11T21:59:30.494Z | [ recovery-image] Aug 11 21:59:29.230 INFO O| Aug 11 21:59:29.230 INFO STEP 754 (remove_files) COMPLETE |
| 7524 | 2026-08-11T21:59:30.495Z | [ recovery-image] Aug 11 21:59:29.230 INFO O| Aug 11 21:59:29.230 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7525 | 2026-08-11T21:59:30.515Z | [ recovery-image] Aug 11 21:59:29.239 INFO O| Aug 11 21:59:29.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck" |
| 7526 | 2026-08-11T21:59:30.515Z | [ recovery-image] Aug 11 21:59:29.239 INFO O| Aug 11 21:59:29.239 INFO STEP 755 (remove_files) COMPLETE |
| 7527 | 2026-08-11T21:59:30.515Z | [ recovery-image] Aug 11 21:59:29.239 INFO O| Aug 11 21:59:29.239 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7528 | 2026-08-11T21:59:30.515Z | [ recovery-image] Aug 11 21:59:29.248 INFO O| Aug 11 21:59:29.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff" |
| 7529 | 2026-08-11T21:59:30.515Z | [ recovery-image] Aug 11 21:59:29.248 INFO O| Aug 11 21:59:29.248 INFO STEP 756 (remove_files) COMPLETE |
| 7530 | 2026-08-11T21:59:30.515Z | [ recovery-image] Aug 11 21:59:29.248 INFO O| Aug 11 21:59:29.248 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7531 | 2026-08-11T21:59:30.515Z | [ recovery-image] Aug 11 21:59:29.257 INFO O| Aug 11 21:59:29.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon" |
| 7532 | 2026-08-11T21:59:30.515Z | [ recovery-image] Aug 11 21:59:29.257 INFO O| Aug 11 21:59:29.257 INFO STEP 757 (remove_files) COMPLETE |
| 7533 | 2026-08-11T21:59:30.515Z | [ recovery-image] Aug 11 21:59:29.257 INFO O| Aug 11 21:59:29.257 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7534 | 2026-08-11T21:59:30.547Z | [ recovery-image] Aug 11 21:59:29.266 INFO O| Aug 11 21:59:29.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota" |
| 7535 | 2026-08-11T21:59:30.547Z | [ recovery-image] Aug 11 21:59:29.266 INFO O| Aug 11 21:59:29.266 INFO STEP 758 (remove_files) COMPLETE |
| 7536 | 2026-08-11T21:59:30.547Z | [ recovery-image] Aug 11 21:59:29.266 INFO O| Aug 11 21:59:29.266 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7537 | 2026-08-11T21:59:30.548Z | [ recovery-image] Aug 11 21:59:29.277 INFO O| Aug 11 21:59:29.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs" |
| 7538 | 2026-08-11T21:59:30.548Z | [ recovery-image] Aug 11 21:59:29.277 INFO O| Aug 11 21:59:29.277 INFO STEP 759 (remove_files) COMPLETE |
| 7539 | 2026-08-11T21:59:30.548Z | [ recovery-image] Aug 11 21:59:29.277 INFO O| Aug 11 21:59:29.277 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7540 | 2026-08-11T21:59:30.563Z | [ recovery-image] Aug 11 21:59:29.287 INFO O| Aug 11 21:59:29.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump" |
| 7541 | 2026-08-11T21:59:30.563Z | [ recovery-image] Aug 11 21:59:29.287 INFO O| Aug 11 21:59:29.287 INFO STEP 760 (remove_files) COMPLETE |
| 7542 | 2026-08-11T21:59:30.563Z | [ recovery-image] Aug 11 21:59:29.287 INFO O| Aug 11 21:59:29.287 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7543 | 2026-08-11T21:59:30.563Z | [ recovery-image] Aug 11 21:59:29.295 INFO O| Aug 11 21:59:29.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore" |
| 7544 | 2026-08-11T21:59:30.563Z | [ recovery-image] Aug 11 21:59:29.295 INFO O| Aug 11 21:59:29.295 INFO STEP 761 (remove_files) COMPLETE |
| 7545 | 2026-08-11T21:59:30.563Z | [ recovery-image] Aug 11 21:59:29.295 INFO O| Aug 11 21:59:29.295 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7546 | 2026-08-11T21:59:30.563Z | [ recovery-image] Aug 11 21:59:29.304 INFO O| Aug 11 21:59:29.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy" |
| 7547 | 2026-08-11T21:59:30.563Z | [ recovery-image] Aug 11 21:59:29.304 INFO O| Aug 11 21:59:29.304 INFO STEP 762 (remove_files) COMPLETE |
| 7548 | 2026-08-11T21:59:30.563Z | [ recovery-image] Aug 11 21:59:29.304 INFO O| Aug 11 21:59:29.304 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7549 | 2026-08-11T21:59:30.563Z | [ recovery-image] Aug 11 21:59:29.315 INFO O| Aug 11 21:59:29.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1" |
| 7550 | 2026-08-11T21:59:30.563Z | [ recovery-image] Aug 11 21:59:29.315 INFO O| Aug 11 21:59:29.315 INFO STEP 763 (remove_files) COMPLETE |
| 7551 | 2026-08-11T21:59:30.563Z | [ recovery-image] Aug 11 21:59:29.315 INFO O| Aug 11 21:59:29.315 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7552 | 2026-08-11T21:59:30.568Z | [ recovery-image] Aug 11 21:59:29.325 INFO O| Aug 11 21:59:29.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1" |
| 7553 | 2026-08-11T21:59:30.569Z | [ recovery-image] Aug 11 21:59:29.325 INFO O| Aug 11 21:59:29.325 INFO STEP 764 (remove_files) COMPLETE |
| 7554 | 2026-08-11T21:59:30.569Z | [ recovery-image] Aug 11 21:59:29.325 INFO O| Aug 11 21:59:29.325 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7555 | 2026-08-11T21:59:30.581Z | [ recovery-image] Aug 11 21:59:29.334 INFO O| Aug 11 21:59:29.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean" |
| 7556 | 2026-08-11T21:59:30.581Z | [ recovery-image] Aug 11 21:59:29.334 INFO O| Aug 11 21:59:29.334 INFO STEP 765 (remove_files) COMPLETE |
| 7557 | 2026-08-11T21:59:30.581Z | [ recovery-image] Aug 11 21:59:29.334 INFO O| Aug 11 21:59:29.334 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7558 | 2026-08-11T21:59:30.588Z | [ recovery-image] Aug 11 21:59:29.343 INFO O| Aug 11 21:59:29.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd" |
| 7559 | 2026-08-11T21:59:30.588Z | [ recovery-image] Aug 11 21:59:29.343 INFO O| Aug 11 21:59:29.343 INFO STEP 766 (remove_files) COMPLETE |
| 7560 | 2026-08-11T21:59:30.588Z | [ recovery-image] Aug 11 21:59:29.343 INFO O| Aug 11 21:59:29.343 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7561 | 2026-08-11T21:59:30.597Z | [ recovery-image] Aug 11 21:59:29.352 INFO O| Aug 11 21:59:29.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1" |
| 7562 | 2026-08-11T21:59:30.597Z | [ recovery-image] Aug 11 21:59:29.352 INFO O| Aug 11 21:59:29.352 INFO STEP 767 (remove_files) COMPLETE |
| 7563 | 2026-08-11T21:59:30.597Z | [ recovery-image] Aug 11 21:59:29.352 INFO O| Aug 11 21:59:29.352 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7564 | 2026-08-11T21:59:30.602Z | [ recovery-image] Aug 11 21:59:29.361 INFO O| Aug 11 21:59:29.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1" |
| 7565 | 2026-08-11T21:59:30.602Z | [ recovery-image] Aug 11 21:59:29.361 INFO O| Aug 11 21:59:29.361 INFO STEP 768 (remove_files) COMPLETE |
| 7566 | 2026-08-11T21:59:30.602Z | [ recovery-image] Aug 11 21:59:29.361 INFO O| Aug 11 21:59:29.361 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7567 | 2026-08-11T21:59:30.609Z | [ recovery-image] Aug 11 21:59:29.371 INFO O| Aug 11 21:59:29.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1" |
| 7568 | 2026-08-11T21:59:30.609Z | [ recovery-image] Aug 11 21:59:29.371 INFO O| Aug 11 21:59:29.371 INFO STEP 769 (remove_files) COMPLETE |
| 7569 | 2026-08-11T21:59:30.609Z | [ recovery-image] Aug 11 21:59:29.371 INFO O| Aug 11 21:59:29.371 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7570 | 2026-08-11T21:59:30.627Z | [ recovery-image] Aug 11 21:59:29.382 INFO O| Aug 11 21:59:29.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked" |
| 7571 | 2026-08-11T21:59:30.627Z | [ recovery-image] Aug 11 21:59:29.382 INFO O| Aug 11 21:59:29.382 INFO STEP 770 (remove_files) COMPLETE |
| 7572 | 2026-08-11T21:59:30.627Z | [ recovery-image] Aug 11 21:59:29.382 INFO O| Aug 11 21:59:29.382 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7573 | 2026-08-11T21:59:30.634Z | [ recovery-image] Aug 11 21:59:29.391 INFO O| Aug 11 21:59:29.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb" |
| 7574 | 2026-08-11T21:59:30.634Z | [ recovery-image] Aug 11 21:59:29.391 INFO O| Aug 11 21:59:29.391 INFO STEP 771 (remove_files) COMPLETE |
| 7575 | 2026-08-11T21:59:30.634Z | [ recovery-image] Aug 11 21:59:29.391 INFO O| Aug 11 21:59:29.391 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7576 | 2026-08-11T21:59:30.640Z | [ recovery-image] Aug 11 21:59:29.400 INFO O| Aug 11 21:59:29.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal" |
| 7577 | 2026-08-11T21:59:30.640Z | [ recovery-image] Aug 11 21:59:29.400 INFO O| Aug 11 21:59:29.400 INFO STEP 772 (remove_files) COMPLETE |
| 7578 | 2026-08-11T21:59:30.641Z | [ recovery-image] Aug 11 21:59:29.400 INFO O| Aug 11 21:59:29.400 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7579 | 2026-08-11T21:59:30.647Z | [ recovery-image] Aug 11 21:59:29.409 INFO O| Aug 11 21:59:29.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb" |
| 7580 | 2026-08-11T21:59:30.647Z | [ recovery-image] Aug 11 21:59:29.409 INFO O| Aug 11 21:59:29.409 INFO STEP 773 (remove_files) COMPLETE |
| 7581 | 2026-08-11T21:59:30.647Z | [ recovery-image] Aug 11 21:59:29.409 INFO O| Aug 11 21:59:29.409 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7582 | 2026-08-11T21:59:30.693Z | [ recovery-image] Aug 11 21:59:29.417 INFO O| Aug 11 21:59:29.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked" |
| 7583 | 2026-08-11T21:59:30.693Z | [ recovery-image] Aug 11 21:59:29.417 INFO O| Aug 11 21:59:29.417 INFO STEP 774 (remove_files) COMPLETE |
| 7584 | 2026-08-11T21:59:30.693Z | [ recovery-image] Aug 11 21:59:29.417 INFO O| Aug 11 21:59:29.417 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7585 | 2026-08-11T21:59:30.708Z | [ recovery-image] Aug 11 21:59:29.425 INFO O| Aug 11 21:59:29.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd" |
| 7586 | 2026-08-11T21:59:30.708Z | [ recovery-image] Aug 11 21:59:29.425 INFO O| Aug 11 21:59:29.425 INFO STEP 775 (remove_files) COMPLETE |
| 7587 | 2026-08-11T21:59:30.709Z | [ recovery-image] Aug 11 21:59:29.425 INFO O| Aug 11 21:59:29.425 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7588 | 2026-08-11T21:59:30.709Z | [ recovery-image] Aug 11 21:59:29.435 INFO O| Aug 11 21:59:29.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd" |
| 7589 | 2026-08-11T21:59:30.709Z | [ recovery-image] Aug 11 21:59:29.435 INFO O| Aug 11 21:59:29.435 INFO STEP 776 (remove_files) COMPLETE |
| 7590 | 2026-08-11T21:59:30.709Z | [ recovery-image] Aug 11 21:59:29.435 INFO O| Aug 11 21:59:29.435 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7591 | 2026-08-11T21:59:30.709Z | [ recovery-image] Aug 11 21:59:29.445 INFO O| Aug 11 21:59:29.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
| 7592 | 2026-08-11T21:59:30.709Z | [ recovery-image] Aug 11 21:59:29.445 INFO O| Aug 11 21:59:29.445 INFO STEP 777 (remove_files) COMPLETE |
| 7593 | 2026-08-11T21:59:30.709Z | [ recovery-image] Aug 11 21:59:29.445 INFO O| Aug 11 21:59:29.445 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7594 | 2026-08-11T21:59:30.709Z | [ recovery-image] Aug 11 21:59:29.454 INFO O| Aug 11 21:59:29.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd" |
| 7595 | 2026-08-11T21:59:30.709Z | [ recovery-image] Aug 11 21:59:29.454 INFO O| Aug 11 21:59:29.454 INFO STEP 778 (remove_files) COMPLETE |
| 7596 | 2026-08-11T21:59:30.709Z | [ recovery-image] Aug 11 21:59:29.454 INFO O| Aug 11 21:59:29.454 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7597 | 2026-08-11T21:59:30.718Z | [ recovery-image] Aug 11 21:59:29.464 INFO O| Aug 11 21:59:29.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
| 7598 | 2026-08-11T21:59:30.718Z | [ recovery-image] Aug 11 21:59:29.464 INFO O| Aug 11 21:59:29.464 INFO STEP 779 (remove_files) COMPLETE |
| 7599 | 2026-08-11T21:59:30.718Z | [ recovery-image] Aug 11 21:59:29.464 INFO O| Aug 11 21:59:29.464 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7600 | 2026-08-11T21:59:30.718Z | [ recovery-image] Aug 11 21:59:29.475 INFO O| Aug 11 21:59:29.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1" |
| 7601 | 2026-08-11T21:59:30.718Z | [ recovery-image] Aug 11 21:59:29.475 INFO O| Aug 11 21:59:29.475 INFO STEP 780 (remove_files) COMPLETE |
| 7602 | 2026-08-11T21:59:30.718Z | [ recovery-image] Aug 11 21:59:29.475 INFO O| Aug 11 21:59:29.475 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7603 | 2026-08-11T21:59:30.726Z | [ recovery-image] Aug 11 21:59:29.486 INFO O| Aug 11 21:59:29.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
| 7604 | 2026-08-11T21:59:30.726Z | [ recovery-image] Aug 11 21:59:29.486 INFO O| Aug 11 21:59:29.486 INFO STEP 781 (remove_files) COMPLETE |
| 7605 | 2026-08-11T21:59:30.726Z | [ recovery-image] Aug 11 21:59:29.486 INFO O| Aug 11 21:59:29.486 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7606 | 2026-08-11T21:59:30.733Z | [ recovery-image] Aug 11 21:59:29.495 INFO O| Aug 11 21:59:29.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G" |
| 7607 | 2026-08-11T21:59:30.734Z | [ recovery-image] Aug 11 21:59:29.495 INFO O| Aug 11 21:59:29.495 INFO STEP 782 (remove_files) COMPLETE |
| 7608 | 2026-08-11T21:59:30.734Z | [ recovery-image] Aug 11 21:59:29.495 INFO O| Aug 11 21:59:29.495 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7609 | 2026-08-11T21:59:30.740Z | [ recovery-image] Aug 11 21:59:29.504 INFO O| Aug 11 21:59:29.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G" |
| 7610 | 2026-08-11T21:59:30.740Z | [ recovery-image] Aug 11 21:59:29.504 INFO O| Aug 11 21:59:29.504 INFO STEP 783 (remove_files) COMPLETE |
| 7611 | 2026-08-11T21:59:30.745Z | [ recovery-image] Aug 11 21:59:29.504 INFO O| Aug 11 21:59:29.504 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7612 | 2026-08-11T21:59:30.752Z | [ recovery-image] Aug 11 21:59:29.513 INFO O| Aug 11 21:59:29.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign" |
| 7613 | 2026-08-11T21:59:30.752Z | [ recovery-image] Aug 11 21:59:29.513 INFO O| Aug 11 21:59:29.513 INFO STEP 784 (remove_files) COMPLETE |
| 7614 | 2026-08-11T21:59:30.752Z | [ recovery-image] Aug 11 21:59:29.513 INFO O| Aug 11 21:59:29.513 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7615 | 2026-08-11T21:59:30.769Z | [ recovery-image] Aug 11 21:59:29.525 INFO O| Aug 11 21:59:29.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default" |
| 7616 | 2026-08-11T21:59:30.769Z | [ recovery-image] Aug 11 21:59:29.525 INFO O| Aug 11 21:59:29.525 INFO STEP 785 (remove_files) COMPLETE |
| 7617 | 2026-08-11T21:59:30.769Z | [ recovery-image] Aug 11 21:59:29.525 INFO O| Aug 11 21:59:29.525 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7618 | 2026-08-11T21:59:30.778Z | [ recovery-image] Aug 11 21:59:29.535 INFO O| Aug 11 21:59:29.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata" |
| 7619 | 2026-08-11T21:59:30.778Z | [ recovery-image] Aug 11 21:59:29.536 INFO O| Aug 11 21:59:29.536 INFO STEP 786 (remove_files) COMPLETE |
| 7620 | 2026-08-11T21:59:30.778Z | [ recovery-image] Aug 11 21:59:29.536 INFO O| Aug 11 21:59:29.536 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7621 | 2026-08-11T21:59:30.789Z | [ recovery-image] Aug 11 21:59:29.546 INFO O| Aug 11 21:59:29.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter" |
| 7622 | 2026-08-11T21:59:30.789Z | [ recovery-image] Aug 11 21:59:29.546 INFO O| Aug 11 21:59:29.546 INFO STEP 787 (remove_files) COMPLETE |
| 7623 | 2026-08-11T21:59:30.789Z | [ recovery-image] Aug 11 21:59:29.546 INFO O| Aug 11 21:59:29.546 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7624 | 2026-08-11T21:59:30.807Z | [ recovery-image] Aug 11 21:59:29.555 INFO O| Aug 11 21:59:29.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss" |
| 7625 | 2026-08-11T21:59:30.807Z | [ recovery-image] Aug 11 21:59:29.556 INFO O| Aug 11 21:59:29.556 INFO STEP 788 (remove_files) COMPLETE |
| 7626 | 2026-08-11T21:59:30.807Z | [ recovery-image] Aug 11 21:59:29.556 INFO O| Aug 11 21:59:29.556 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7627 | 2026-08-11T21:59:30.822Z | [ recovery-image] Aug 11 21:59:29.566 INFO O| Aug 11 21:59:29.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata" |
| 7628 | 2026-08-11T21:59:30.822Z | [ recovery-image] Aug 11 21:59:29.566 INFO O| Aug 11 21:59:29.566 INFO STEP 789 (remove_files) COMPLETE |
| 7629 | 2026-08-11T21:59:30.822Z | [ recovery-image] Aug 11 21:59:29.566 INFO O| Aug 11 21:59:29.566 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7630 | 2026-08-11T21:59:30.822Z | [ recovery-image] Aug 11 21:59:29.576 INFO O| Aug 11 21:59:29.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk" |
| 7631 | 2026-08-11T21:59:30.822Z | [ recovery-image] Aug 11 21:59:29.576 INFO O| Aug 11 21:59:29.576 INFO STEP 790 (remove_files) COMPLETE |
| 7632 | 2026-08-11T21:59:30.822Z | [ recovery-image] Aug 11 21:59:29.576 INFO O| Aug 11 21:59:29.576 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7633 | 2026-08-11T21:59:30.828Z | [ recovery-image] Aug 11 21:59:29.585 INFO O| Aug 11 21:59:29.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign" |
| 7634 | 2026-08-11T21:59:30.828Z | [ recovery-image] Aug 11 21:59:29.585 INFO O| Aug 11 21:59:29.585 INFO STEP 791 (remove_files) COMPLETE |
| 7635 | 2026-08-11T21:59:30.828Z | [ recovery-image] Aug 11 21:59:29.585 INFO O| Aug 11 21:59:29.585 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7636 | 2026-08-11T21:59:30.841Z | [ recovery-image] Aug 11 21:59:29.594 INFO O| Aug 11 21:59:29.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
| 7637 | 2026-08-11T21:59:30.841Z | [ recovery-image] Aug 11 21:59:29.594 INFO O| Aug 11 21:59:29.594 INFO STEP 792 (remove_files) COMPLETE |
| 7638 | 2026-08-11T21:59:30.841Z | [ recovery-image] Aug 11 21:59:29.594 INFO O| Aug 11 21:59:29.594 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7639 | 2026-08-11T21:59:30.846Z | [ recovery-image] Aug 11 21:59:29.603 INFO O| Aug 11 21:59:29.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
| 7640 | 2026-08-11T21:59:30.847Z | [ recovery-image] Aug 11 21:59:29.603 INFO O| Aug 11 21:59:29.603 INFO STEP 793 (remove_files) COMPLETE |
| 7641 | 2026-08-11T21:59:30.847Z | [ recovery-image] Aug 11 21:59:29.603 INFO O| Aug 11 21:59:29.603 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7642 | 2026-08-11T21:59:30.855Z | [ recovery-image] Aug 11 21:59:29.612 INFO O| Aug 11 21:59:29.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
| 7643 | 2026-08-11T21:59:30.855Z | [ recovery-image] Aug 11 21:59:29.612 INFO O| Aug 11 21:59:29.612 INFO STEP 794 (remove_files) COMPLETE |
| 7644 | 2026-08-11T21:59:30.855Z | [ recovery-image] Aug 11 21:59:29.612 INFO O| Aug 11 21:59:29.612 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7645 | 2026-08-11T21:59:30.872Z | [ recovery-image] Aug 11 21:59:29.622 INFO O| Aug 11 21:59:29.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
| 7646 | 2026-08-11T21:59:30.872Z | [ recovery-image] Aug 11 21:59:29.622 INFO O| Aug 11 21:59:29.622 INFO STEP 795 (remove_files) COMPLETE |
| 7647 | 2026-08-11T21:59:30.872Z | [ recovery-image] Aug 11 21:59:29.622 INFO O| Aug 11 21:59:29.622 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7648 | 2026-08-11T21:59:30.895Z | [ recovery-image] Aug 11 21:59:29.631 INFO O| Aug 11 21:59:29.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
| 7649 | 2026-08-11T21:59:30.895Z | [ recovery-image] Aug 11 21:59:29.632 INFO O| Aug 11 21:59:29.632 INFO STEP 796 (remove_files) COMPLETE |
| 7650 | 2026-08-11T21:59:30.895Z | [ recovery-image] Aug 11 21:59:29.632 INFO O| Aug 11 21:59:29.632 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7651 | 2026-08-11T21:59:30.895Z | [ recovery-image] Aug 11 21:59:29.642 INFO O| Aug 11 21:59:29.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1" |
| 7652 | 2026-08-11T21:59:30.895Z | [ recovery-image] Aug 11 21:59:29.642 INFO O| Aug 11 21:59:29.642 INFO STEP 797 (remove_files) COMPLETE |
| 7653 | 2026-08-11T21:59:30.895Z | [ recovery-image] Aug 11 21:59:29.642 INFO O| Aug 11 21:59:29.642 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7654 | 2026-08-11T21:59:30.914Z | [ recovery-image] Aug 11 21:59:29.651 INFO O| Aug 11 21:59:29.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1" |
| 7655 | 2026-08-11T21:59:30.914Z | [ recovery-image] Aug 11 21:59:29.651 INFO O| Aug 11 21:59:29.651 INFO STEP 798 (remove_files) COMPLETE |
| 7656 | 2026-08-11T21:59:30.915Z | [ recovery-image] Aug 11 21:59:29.651 INFO O| Aug 11 21:59:29.651 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7657 | 2026-08-11T21:59:30.922Z | [ recovery-image] Aug 11 21:59:29.669 INFO O| Aug 11 21:59:29.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1" |
| 7658 | 2026-08-11T21:59:30.922Z | [ recovery-image] Aug 11 21:59:29.669 INFO O| Aug 11 21:59:29.666 INFO STEP 799 (remove_files) COMPLETE |
| 7659 | 2026-08-11T21:59:30.922Z | [ recovery-image] Aug 11 21:59:29.669 INFO O| Aug 11 21:59:29.666 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7660 | 2026-08-11T21:59:30.922Z | [ recovery-image] Aug 11 21:59:29.676 INFO O| Aug 11 21:59:29.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb" |
| 7661 | 2026-08-11T21:59:30.922Z | [ recovery-image] Aug 11 21:59:29.676 INFO O| Aug 11 21:59:29.676 INFO STEP 800 (remove_files) COMPLETE |
| 7662 | 2026-08-11T21:59:30.922Z | [ recovery-image] Aug 11 21:59:29.676 INFO O| Aug 11 21:59:29.676 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7663 | 2026-08-11T21:59:30.933Z | [ recovery-image] Aug 11 21:59:29.686 INFO O| Aug 11 21:59:29.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so" |
| 7664 | 2026-08-11T21:59:30.933Z | [ recovery-image] Aug 11 21:59:29.686 INFO O| Aug 11 21:59:29.686 INFO STEP 801 (remove_files) COMPLETE |
| 7665 | 2026-08-11T21:59:30.933Z | [ recovery-image] Aug 11 21:59:29.686 INFO O| Aug 11 21:59:29.686 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7666 | 2026-08-11T21:59:30.940Z | [ recovery-image] Aug 11 21:59:29.695 INFO O| Aug 11 21:59:29.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
| 7667 | 2026-08-11T21:59:30.940Z | [ recovery-image] Aug 11 21:59:29.695 INFO O| Aug 11 21:59:29.695 INFO STEP 802 (remove_files) COMPLETE |
| 7668 | 2026-08-11T21:59:30.940Z | [ recovery-image] Aug 11 21:59:29.695 INFO O| Aug 11 21:59:29.695 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7669 | 2026-08-11T21:59:30.956Z | [ recovery-image] Aug 11 21:59:29.705 INFO O| Aug 11 21:59:29.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1" |
| 7670 | 2026-08-11T21:59:30.956Z | [ recovery-image] Aug 11 21:59:29.705 INFO O| Aug 11 21:59:29.705 INFO STEP 803 (remove_files) COMPLETE |
| 7671 | 2026-08-11T21:59:30.956Z | [ recovery-image] Aug 11 21:59:29.705 INFO O| Aug 11 21:59:29.705 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7672 | 2026-08-11T21:59:30.974Z | [ recovery-image] Aug 11 21:59:29.714 INFO O| Aug 11 21:59:29.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
| 7673 | 2026-08-11T21:59:30.974Z | [ recovery-image] Aug 11 21:59:29.715 INFO O| Aug 11 21:59:29.715 INFO STEP 804 (remove_files) COMPLETE |
| 7674 | 2026-08-11T21:59:30.974Z | [ recovery-image] Aug 11 21:59:29.715 INFO O| Aug 11 21:59:29.715 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7675 | 2026-08-11T21:59:30.974Z | [ recovery-image] Aug 11 21:59:29.724 INFO O| Aug 11 21:59:29.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed" |
| 7676 | 2026-08-11T21:59:30.974Z | [ recovery-image] Aug 11 21:59:29.724 INFO O| Aug 11 21:59:29.724 INFO STEP 805 (remove_files) COMPLETE |
| 7677 | 2026-08-11T21:59:30.974Z | [ recovery-image] Aug 11 21:59:29.724 INFO O| Aug 11 21:59:29.724 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7678 | 2026-08-11T21:59:30.981Z | [ recovery-image] Aug 11 21:59:29.738 INFO O| Aug 11 21:59:29.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen" |
| 7679 | 2026-08-11T21:59:30.981Z | [ recovery-image] Aug 11 21:59:29.738 INFO O| Aug 11 21:59:29.738 INFO STEP 806 (remove_files) COMPLETE |
| 7680 | 2026-08-11T21:59:30.981Z | [ recovery-image] Aug 11 21:59:29.738 INFO O| Aug 11 21:59:29.738 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7681 | 2026-08-11T21:59:30.989Z | [ recovery-image] Aug 11 21:59:29.748 INFO O| Aug 11 21:59:29.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server" |
| 7682 | 2026-08-11T21:59:30.989Z | [ recovery-image] Aug 11 21:59:29.748 INFO O| Aug 11 21:59:29.748 INFO STEP 807 (remove_files) COMPLETE |
| 7683 | 2026-08-11T21:59:30.989Z | [ recovery-image] Aug 11 21:59:29.748 INFO O| Aug 11 21:59:29.748 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7684 | 2026-08-11T21:59:30.996Z | [ recovery-image] Aug 11 21:59:29.759 INFO O| Aug 11 21:59:29.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
| 7685 | 2026-08-11T21:59:30.996Z | [ recovery-image] Aug 11 21:59:29.759 INFO O| Aug 11 21:59:29.759 INFO STEP 808 (remove_files) COMPLETE |
| 7686 | 2026-08-11T21:59:30.996Z | [ recovery-image] Aug 11 21:59:29.759 INFO O| Aug 11 21:59:29.759 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7687 | 2026-08-11T21:59:31.004Z | [ recovery-image] Aug 11 21:59:29.768 INFO O| Aug 11 21:59:29.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
| 7688 | 2026-08-11T21:59:31.004Z | [ recovery-image] Aug 11 21:59:29.768 INFO O| Aug 11 21:59:29.768 INFO STEP 809 (remove_files) COMPLETE |
| 7689 | 2026-08-11T21:59:31.004Z | [ recovery-image] Aug 11 21:59:29.768 INFO O| Aug 11 21:59:29.768 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7690 | 2026-08-11T21:59:31.015Z | [ recovery-image] Aug 11 21:59:29.778 INFO O| Aug 11 21:59:29.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
| 7691 | 2026-08-11T21:59:31.016Z | [ recovery-image] Aug 11 21:59:29.778 INFO O| Aug 11 21:59:29.778 INFO STEP 810 (remove_files) COMPLETE |
| 7692 | 2026-08-11T21:59:31.016Z | [ recovery-image] Aug 11 21:59:29.778 INFO O| Aug 11 21:59:29.778 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7693 | 2026-08-11T21:59:31.038Z | [ recovery-image] Aug 11 21:59:29.788 INFO O| Aug 11 21:59:29.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1" |
| 7694 | 2026-08-11T21:59:31.038Z | [ recovery-image] Aug 11 21:59:29.788 INFO O| Aug 11 21:59:29.788 INFO STEP 811 (remove_files) COMPLETE |
| 7695 | 2026-08-11T21:59:31.058Z | [ recovery-image] Aug 11 21:59:29.788 INFO O| Aug 11 21:59:29.788 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7696 | 2026-08-11T21:59:31.058Z | [ recovery-image] Aug 11 21:59:29.797 INFO O| Aug 11 21:59:29.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
| 7697 | 2026-08-11T21:59:31.058Z | [ recovery-image] Aug 11 21:59:29.797 INFO O| Aug 11 21:59:29.797 INFO STEP 812 (remove_files) COMPLETE |
| 7698 | 2026-08-11T21:59:31.058Z | [ recovery-image] Aug 11 21:59:29.797 INFO O| Aug 11 21:59:29.797 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7699 | 2026-08-11T21:59:31.058Z | [ recovery-image] Aug 11 21:59:29.807 INFO O| Aug 11 21:59:29.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1" |
| 7700 | 2026-08-11T21:59:31.058Z | [ recovery-image] Aug 11 21:59:29.807 INFO O| Aug 11 21:59:29.807 INFO STEP 813 (remove_files) COMPLETE |
| 7701 | 2026-08-11T21:59:31.058Z | [ recovery-image] Aug 11 21:59:29.807 INFO O| Aug 11 21:59:29.807 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7702 | 2026-08-11T21:59:31.073Z | [ recovery-image] Aug 11 21:59:29.817 INFO O| Aug 11 21:59:29.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1" |
| 7703 | 2026-08-11T21:59:31.073Z | [ recovery-image] Aug 11 21:59:29.817 INFO O| Aug 11 21:59:29.817 INFO STEP 814 (remove_files) COMPLETE |
| 7704 | 2026-08-11T21:59:31.073Z | [ recovery-image] Aug 11 21:59:29.817 INFO O| Aug 11 21:59:29.817 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7705 | 2026-08-11T21:59:31.073Z | [ recovery-image] Aug 11 21:59:29.826 INFO O| Aug 11 21:59:29.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1" |
| 7706 | 2026-08-11T21:59:31.074Z | [ recovery-image] Aug 11 21:59:29.826 INFO O| Aug 11 21:59:29.826 INFO STEP 815 (remove_files) COMPLETE |
| 7707 | 2026-08-11T21:59:31.074Z | [ recovery-image] Aug 11 21:59:29.826 INFO O| Aug 11 21:59:29.826 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7708 | 2026-08-11T21:59:31.085Z | [ recovery-image] Aug 11 21:59:29.835 INFO O| Aug 11 21:59:29.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1" |
| 7709 | 2026-08-11T21:59:31.085Z | [ recovery-image] Aug 11 21:59:29.836 INFO O| Aug 11 21:59:29.836 INFO STEP 816 (remove_files) COMPLETE |
| 7710 | 2026-08-11T21:59:31.085Z | [ recovery-image] Aug 11 21:59:29.836 INFO O| Aug 11 21:59:29.836 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7711 | 2026-08-11T21:59:31.085Z | [verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 7712 | 2026-08-11T21:59:31.091Z | [ recovery-image] Aug 11 21:59:29.846 INFO O| Aug 11 21:59:29.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1" |
| 7713 | 2026-08-11T21:59:31.091Z | [ recovery-image] Aug 11 21:59:29.846 INFO O| Aug 11 21:59:29.846 INFO STEP 817 (remove_files) COMPLETE |
| 7714 | 2026-08-11T21:59:31.091Z | [ recovery-image] Aug 11 21:59:29.846 INFO O| Aug 11 21:59:29.846 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7715 | 2026-08-11T21:59:31.097Z | [ recovery-image] Aug 11 21:59:29.856 INFO O| Aug 11 21:59:29.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
| 7716 | 2026-08-11T21:59:31.097Z | [ recovery-image] Aug 11 21:59:29.856 INFO O| Aug 11 21:59:29.856 INFO STEP 818 (remove_files) COMPLETE |
| 7717 | 2026-08-11T21:59:31.097Z | [ recovery-image] Aug 11 21:59:29.856 INFO O| Aug 11 21:59:29.856 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7718 | 2026-08-11T21:59:31.124Z | [ recovery-image] Aug 11 21:59:29.866 INFO O| Aug 11 21:59:29.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
| 7719 | 2026-08-11T21:59:31.124Z | [ recovery-image] Aug 11 21:59:29.866 INFO O| Aug 11 21:59:29.866 INFO STEP 819 (remove_files) COMPLETE |
| 7720 | 2026-08-11T21:59:31.124Z | [ recovery-image] Aug 11 21:59:29.866 INFO O| Aug 11 21:59:29.866 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7721 | 2026-08-11T21:59:31.124Z | [ recovery-image] Aug 11 21:59:29.876 INFO O| Aug 11 21:59:29.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
| 7722 | 2026-08-11T21:59:31.124Z | [ recovery-image] Aug 11 21:59:29.876 INFO O| Aug 11 21:59:29.876 INFO STEP 820 (remove_files) COMPLETE |
| 7723 | 2026-08-11T21:59:31.124Z | [ recovery-image] Aug 11 21:59:29.876 INFO O| Aug 11 21:59:29.876 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7724 | 2026-08-11T21:59:31.131Z | [ recovery-image] Aug 11 21:59:29.887 INFO O| Aug 11 21:59:29.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
| 7725 | 2026-08-11T21:59:31.131Z | [ recovery-image] Aug 11 21:59:29.887 INFO O| Aug 11 21:59:29.887 INFO STEP 821 (remove_files) COMPLETE |
| 7726 | 2026-08-11T21:59:31.131Z | [ recovery-image] Aug 11 21:59:29.887 INFO O| Aug 11 21:59:29.887 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7727 | 2026-08-11T21:59:31.139Z | [ recovery-image] Aug 11 21:59:29.896 INFO O| Aug 11 21:59:29.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
| 7728 | 2026-08-11T21:59:31.139Z | [ recovery-image] Aug 11 21:59:29.896 INFO O| Aug 11 21:59:29.896 INFO STEP 822 (remove_files) COMPLETE |
| 7729 | 2026-08-11T21:59:31.139Z | [ recovery-image] Aug 11 21:59:29.896 INFO O| Aug 11 21:59:29.896 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7730 | 2026-08-11T21:59:31.145Z | [ recovery-image] Aug 11 21:59:29.905 INFO O| Aug 11 21:59:29.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
| 7731 | 2026-08-11T21:59:31.145Z | [ recovery-image] Aug 11 21:59:29.905 INFO O| Aug 11 21:59:29.905 INFO STEP 823 (remove_files) COMPLETE |
| 7732 | 2026-08-11T21:59:31.145Z | [ recovery-image] Aug 11 21:59:29.905 INFO O| Aug 11 21:59:29.905 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7733 | 2026-08-11T21:59:31.157Z | [ recovery-image] Aug 11 21:59:29.914 INFO O| Aug 11 21:59:29.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
| 7734 | 2026-08-11T21:59:31.157Z | [ recovery-image] Aug 11 21:59:29.914 INFO O| Aug 11 21:59:29.914 INFO STEP 824 (remove_files) COMPLETE |
| 7735 | 2026-08-11T21:59:31.158Z | [ recovery-image] Aug 11 21:59:29.914 INFO O| Aug 11 21:59:29.914 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7736 | 2026-08-11T21:59:31.168Z | [ recovery-image] Aug 11 21:59:29.922 INFO O| Aug 11 21:59:29.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
| 7737 | 2026-08-11T21:59:31.168Z | [ recovery-image] Aug 11 21:59:29.922 INFO O| Aug 11 21:59:29.922 INFO STEP 825 (remove_files) COMPLETE |
| 7738 | 2026-08-11T21:59:31.169Z | [ recovery-image] Aug 11 21:59:29.922 INFO O| Aug 11 21:59:29.922 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7739 | 2026-08-11T21:59:31.181Z | [ recovery-image] Aug 11 21:59:29.930 INFO O| Aug 11 21:59:29.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
| 7740 | 2026-08-11T21:59:31.181Z | [ recovery-image] Aug 11 21:59:29.930 INFO O| Aug 11 21:59:29.930 INFO STEP 826 (remove_files) COMPLETE |
| 7741 | 2026-08-11T21:59:31.181Z | [ recovery-image] Aug 11 21:59:29.930 INFO O| Aug 11 21:59:29.930 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7742 | 2026-08-11T21:59:31.193Z | [ recovery-image] Aug 11 21:59:29.938 INFO O| Aug 11 21:59:29.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
| 7743 | 2026-08-11T21:59:31.193Z | [ recovery-image] Aug 11 21:59:29.938 INFO O| Aug 11 21:59:29.938 INFO STEP 827 (remove_files) COMPLETE |
| 7744 | 2026-08-11T21:59:31.193Z | [ recovery-image] Aug 11 21:59:29.938 INFO O| Aug 11 21:59:29.938 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7745 | 2026-08-11T21:59:31.193Z | [ recovery-image] Aug 11 21:59:29.946 INFO O| Aug 11 21:59:29.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
| 7746 | 2026-08-11T21:59:31.193Z | [ recovery-image] Aug 11 21:59:29.946 INFO O| Aug 11 21:59:29.946 INFO STEP 828 (remove_files) COMPLETE |
| 7747 | 2026-08-11T21:59:31.194Z | [ recovery-image] Aug 11 21:59:29.946 INFO O| Aug 11 21:59:29.946 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7748 | 2026-08-11T21:59:31.194Z | [ recovery-image] Aug 11 21:59:29.954 INFO O| Aug 11 21:59:29.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
| 7749 | 2026-08-11T21:59:31.194Z | [ recovery-image] Aug 11 21:59:29.954 INFO O| Aug 11 21:59:29.954 INFO STEP 829 (remove_files) COMPLETE |
| 7750 | 2026-08-11T21:59:31.194Z | [ recovery-image] Aug 11 21:59:29.954 INFO O| Aug 11 21:59:29.954 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7751 | 2026-08-11T21:59:31.211Z | [ recovery-image] Aug 11 21:59:29.962 INFO O| Aug 11 21:59:29.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
| 7752 | 2026-08-11T21:59:31.211Z | [ recovery-image] Aug 11 21:59:29.962 INFO O| Aug 11 21:59:29.962 INFO STEP 830 (remove_files) COMPLETE |
| 7753 | 2026-08-11T21:59:31.212Z | [ recovery-image] Aug 11 21:59:29.962 INFO O| Aug 11 21:59:29.962 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7754 | 2026-08-11T21:59:31.229Z | [ recovery-image] Aug 11 21:59:29.971 INFO O| Aug 11 21:59:29.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
| 7755 | 2026-08-11T21:59:31.229Z | [ recovery-image] Aug 11 21:59:29.971 INFO O| Aug 11 21:59:29.971 INFO STEP 831 (remove_files) COMPLETE |
| 7756 | 2026-08-11T21:59:31.231Z | [ recovery-image] Aug 11 21:59:29.971 INFO O| Aug 11 21:59:29.971 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7757 | 2026-08-11T21:59:31.231Z | [verify-libraries] Compiling samael v0.0.19 |
| 7758 | 2026-08-11T21:59:31.231Z | [ recovery-image] Aug 11 21:59:29.980 INFO O| Aug 11 21:59:29.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
| 7759 | 2026-08-11T21:59:31.231Z | [ recovery-image] Aug 11 21:59:29.980 INFO O| Aug 11 21:59:29.980 INFO STEP 832 (remove_files) COMPLETE |
| 7760 | 2026-08-11T21:59:31.231Z | [ recovery-image] Aug 11 21:59:29.980 INFO O| Aug 11 21:59:29.980 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7761 | 2026-08-11T21:59:31.245Z | [ recovery-image] Aug 11 21:59:29.988 INFO O| Aug 11 21:59:29.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
| 7762 | 2026-08-11T21:59:31.245Z | [ recovery-image] Aug 11 21:59:29.988 INFO O| Aug 11 21:59:29.988 INFO STEP 833 (remove_files) COMPLETE |
| 7763 | 2026-08-11T21:59:31.245Z | [ recovery-image] Aug 11 21:59:29.988 INFO O| Aug 11 21:59:29.988 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7764 | 2026-08-11T21:59:31.245Z | [ recovery-image] Aug 11 21:59:29.999 INFO O| Aug 11 21:59:29.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
| 7765 | 2026-08-11T21:59:31.245Z | [ recovery-image] Aug 11 21:59:29.999 INFO O| Aug 11 21:59:29.999 INFO STEP 834 (remove_files) COMPLETE |
| 7766 | 2026-08-11T21:59:31.245Z | [ recovery-image] Aug 11 21:59:29.999 INFO O| Aug 11 21:59:29.999 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7767 | 2026-08-11T21:59:31.260Z | [ recovery-image] Aug 11 21:59:30.009 INFO O| Aug 11 21:59:30.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
| 7768 | 2026-08-11T21:59:31.260Z | [ recovery-image] Aug 11 21:59:30.009 INFO O| Aug 11 21:59:30.009 INFO STEP 835 (remove_files) COMPLETE |
| 7769 | 2026-08-11T21:59:31.260Z | [ recovery-image] Aug 11 21:59:30.009 INFO O| Aug 11 21:59:30.009 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7770 | 2026-08-11T21:59:31.267Z | [ recovery-image] Aug 11 21:59:30.020 INFO O| Aug 11 21:59:30.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
| 7771 | 2026-08-11T21:59:31.267Z | [ recovery-image] Aug 11 21:59:30.020 INFO O| Aug 11 21:59:30.020 INFO STEP 836 (remove_files) COMPLETE |
| 7772 | 2026-08-11T21:59:31.267Z | [ recovery-image] Aug 11 21:59:30.020 INFO O| Aug 11 21:59:30.020 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7773 | 2026-08-11T21:59:31.267Z | [ recovery-image] Aug 11 21:59:30.030 INFO O| Aug 11 21:59:30.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
| 7774 | 2026-08-11T21:59:31.267Z | [ recovery-image] Aug 11 21:59:30.030 INFO O| Aug 11 21:59:30.030 INFO STEP 837 (remove_files) COMPLETE |
| 7775 | 2026-08-11T21:59:31.267Z | [ recovery-image] Aug 11 21:59:30.030 INFO O| Aug 11 21:59:30.030 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7776 | 2026-08-11T21:59:31.283Z | [ recovery-image] Aug 11 21:59:30.040 INFO O| Aug 11 21:59:30.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
| 7777 | 2026-08-11T21:59:31.283Z | [ recovery-image] Aug 11 21:59:30.040 INFO O| Aug 11 21:59:30.040 INFO STEP 838 (remove_files) COMPLETE |
| 7778 | 2026-08-11T21:59:31.283Z | [ recovery-image] Aug 11 21:59:30.040 INFO O| Aug 11 21:59:30.040 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7779 | 2026-08-11T21:59:31.288Z | [ recovery-image] Aug 11 21:59:30.049 INFO O| Aug 11 21:59:30.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
| 7780 | 2026-08-11T21:59:31.288Z | [ recovery-image] Aug 11 21:59:30.049 INFO O| Aug 11 21:59:30.049 INFO STEP 839 (remove_files) COMPLETE |
| 7781 | 2026-08-11T21:59:31.288Z | [ recovery-image] Aug 11 21:59:30.049 INFO O| Aug 11 21:59:30.049 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7782 | 2026-08-11T21:59:31.293Z | [ recovery-image] Aug 11 21:59:30.059 INFO O| Aug 11 21:59:30.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
| 7783 | 2026-08-11T21:59:31.293Z | [ recovery-image] Aug 11 21:59:30.059 INFO O| Aug 11 21:59:30.059 INFO STEP 840 (remove_files) COMPLETE |
| 7784 | 2026-08-11T21:59:31.293Z | [ recovery-image] Aug 11 21:59:30.059 INFO O| Aug 11 21:59:30.059 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7785 | 2026-08-11T21:59:31.302Z | [ recovery-image] Aug 11 21:59:30.067 INFO O| Aug 11 21:59:30.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
| 7786 | 2026-08-11T21:59:31.302Z | [ recovery-image] Aug 11 21:59:30.067 INFO O| Aug 11 21:59:30.067 INFO STEP 841 (remove_files) COMPLETE |
| 7787 | 2026-08-11T21:59:31.306Z | [ recovery-image] Aug 11 21:59:30.067 INFO O| Aug 11 21:59:30.067 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7788 | 2026-08-11T21:59:31.313Z | [ recovery-image] Aug 11 21:59:30.075 INFO O| Aug 11 21:59:30.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
| 7789 | 2026-08-11T21:59:31.313Z | [ recovery-image] Aug 11 21:59:30.075 INFO O| Aug 11 21:59:30.075 INFO STEP 842 (remove_files) COMPLETE |
| 7790 | 2026-08-11T21:59:31.313Z | [ recovery-image] Aug 11 21:59:30.075 INFO O| Aug 11 21:59:30.075 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7791 | 2026-08-11T21:59:31.320Z | [ recovery-image] Aug 11 21:59:30.084 INFO O| Aug 11 21:59:30.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
| 7792 | 2026-08-11T21:59:31.320Z | [ recovery-image] Aug 11 21:59:30.084 INFO O| Aug 11 21:59:30.084 INFO STEP 843 (remove_files) COMPLETE |
| 7793 | 2026-08-11T21:59:31.320Z | [ recovery-image] Aug 11 21:59:30.084 INFO O| Aug 11 21:59:30.084 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7794 | 2026-08-11T21:59:31.384Z | [ recovery-image] Aug 11 21:59:30.093 INFO O| Aug 11 21:59:30.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
| 7795 | 2026-08-11T21:59:31.384Z | [ recovery-image] Aug 11 21:59:30.093 INFO O| Aug 11 21:59:30.093 INFO STEP 844 (remove_files) COMPLETE |
| 7796 | 2026-08-11T21:59:31.396Z | [ recovery-image] Aug 11 21:59:30.093 INFO O| Aug 11 21:59:30.093 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7797 | 2026-08-11T21:59:31.396Z | [ recovery-image] Aug 11 21:59:30.101 INFO O| Aug 11 21:59:30.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
| 7798 | 2026-08-11T21:59:31.396Z | [ recovery-image] Aug 11 21:59:30.101 INFO O| Aug 11 21:59:30.101 INFO STEP 845 (remove_files) COMPLETE |
| 7799 | 2026-08-11T21:59:31.396Z | [ recovery-image] Aug 11 21:59:30.101 INFO O| Aug 11 21:59:30.101 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7800 | 2026-08-11T21:59:31.396Z | [ recovery-image] Aug 11 21:59:30.109 INFO O| Aug 11 21:59:30.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
| 7801 | 2026-08-11T21:59:31.396Z | [ recovery-image] Aug 11 21:59:30.109 INFO O| Aug 11 21:59:30.109 INFO STEP 846 (remove_files) COMPLETE |
| 7802 | 2026-08-11T21:59:31.396Z | [ recovery-image] Aug 11 21:59:30.109 INFO O| Aug 11 21:59:30.109 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7803 | 2026-08-11T21:59:31.396Z | [ recovery-image] Aug 11 21:59:30.120 INFO O| Aug 11 21:59:30.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
| 7804 | 2026-08-11T21:59:31.396Z | [ recovery-image] Aug 11 21:59:30.120 INFO O| Aug 11 21:59:30.120 INFO STEP 847 (remove_files) COMPLETE |
| 7805 | 2026-08-11T21:59:31.396Z | [ recovery-image] Aug 11 21:59:30.120 INFO O| Aug 11 21:59:30.120 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7806 | 2026-08-11T21:59:31.396Z | [ recovery-image] Aug 11 21:59:30.130 INFO O| Aug 11 21:59:30.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
| 7807 | 2026-08-11T21:59:31.396Z | [ recovery-image] Aug 11 21:59:30.130 INFO O| Aug 11 21:59:30.130 INFO STEP 848 (remove_files) COMPLETE |
| 7808 | 2026-08-11T21:59:31.396Z | [ recovery-image] Aug 11 21:59:30.130 INFO O| Aug 11 21:59:30.130 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7809 | 2026-08-11T21:59:31.396Z | [ recovery-image] Aug 11 21:59:30.140 INFO O| Aug 11 21:59:30.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1" |
| 7810 | 2026-08-11T21:59:31.396Z | [ recovery-image] Aug 11 21:59:30.140 INFO O| Aug 11 21:59:30.140 INFO STEP 849 (remove_files) COMPLETE |
| 7811 | 2026-08-11T21:59:31.396Z | [ recovery-image] Aug 11 21:59:30.140 INFO O| Aug 11 21:59:30.140 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7812 | 2026-08-11T21:59:31.396Z | [ recovery-image] Aug 11 21:59:30.149 INFO O| Aug 11 21:59:30.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1" |
| 7813 | 2026-08-11T21:59:31.396Z | [ recovery-image] Aug 11 21:59:30.149 INFO O| Aug 11 21:59:30.149 INFO STEP 850 (remove_files) COMPLETE |
| 7814 | 2026-08-11T21:59:31.396Z | [ recovery-image] Aug 11 21:59:30.149 INFO O| Aug 11 21:59:30.149 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7815 | 2026-08-11T21:59:31.401Z | [ recovery-image] Aug 11 21:59:30.158 INFO O| Aug 11 21:59:30.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1" |
| 7816 | 2026-08-11T21:59:31.401Z | [ recovery-image] Aug 11 21:59:30.158 INFO O| Aug 11 21:59:30.158 INFO STEP 851 (remove_files) COMPLETE |
| 7817 | 2026-08-11T21:59:31.401Z | [ recovery-image] Aug 11 21:59:30.158 INFO O| Aug 11 21:59:30.158 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7818 | 2026-08-11T21:59:31.409Z | [ recovery-image] Aug 11 21:59:30.166 INFO O| Aug 11 21:59:30.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
| 7819 | 2026-08-11T21:59:31.409Z | [ recovery-image] Aug 11 21:59:30.166 INFO O| Aug 11 21:59:30.166 INFO STEP 852 (remove_files) COMPLETE |
| 7820 | 2026-08-11T21:59:31.409Z | [ recovery-image] Aug 11 21:59:30.166 INFO O| Aug 11 21:59:30.166 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7821 | 2026-08-11T21:59:31.412Z | [ recovery-image] Aug 11 21:59:30.177 INFO O| Aug 11 21:59:30.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
| 7822 | 2026-08-11T21:59:31.413Z | [ recovery-image] Aug 11 21:59:30.177 INFO O| Aug 11 21:59:30.177 INFO STEP 853 (remove_files) COMPLETE |
| 7823 | 2026-08-11T21:59:31.413Z | [ recovery-image] Aug 11 21:59:30.177 INFO O| Aug 11 21:59:30.177 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7824 | 2026-08-11T21:59:31.421Z | [ recovery-image] Aug 11 21:59:30.186 INFO O| Aug 11 21:59:30.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1" |
| 7825 | 2026-08-11T21:59:31.421Z | [ recovery-image] Aug 11 21:59:30.186 INFO O| Aug 11 21:59:30.186 INFO STEP 854 (remove_files) COMPLETE |
| 7826 | 2026-08-11T21:59:31.425Z | [ recovery-image] Aug 11 21:59:30.186 INFO O| Aug 11 21:59:30.186 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7827 | 2026-08-11T21:59:31.431Z | [ recovery-image] Aug 11 21:59:30.195 INFO O| Aug 11 21:59:30.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1" |
| 7828 | 2026-08-11T21:59:31.435Z | [ recovery-image] Aug 11 21:59:30.196 INFO O| Aug 11 21:59:30.196 INFO STEP 855 (remove_files) COMPLETE |
| 7829 | 2026-08-11T21:59:31.435Z | [ recovery-image] Aug 11 21:59:30.196 INFO O| Aug 11 21:59:30.196 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7830 | 2026-08-11T21:59:31.439Z | [ recovery-image] Aug 11 21:59:30.204 INFO O| Aug 11 21:59:30.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
| 7831 | 2026-08-11T21:59:31.439Z | [ recovery-image] Aug 11 21:59:30.204 INFO O| Aug 11 21:59:30.204 INFO STEP 856 (remove_files) COMPLETE |
| 7832 | 2026-08-11T21:59:31.443Z | [ recovery-image] Aug 11 21:59:30.204 INFO O| Aug 11 21:59:30.204 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7833 | 2026-08-11T21:59:31.447Z | [ recovery-image] Aug 11 21:59:30.212 INFO O| Aug 11 21:59:30.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1" |
| 7834 | 2026-08-11T21:59:31.447Z | [ recovery-image] Aug 11 21:59:30.212 INFO O| Aug 11 21:59:30.212 INFO STEP 857 (remove_files) COMPLETE |
| 7835 | 2026-08-11T21:59:31.447Z | [ recovery-image] Aug 11 21:59:30.212 INFO O| Aug 11 21:59:30.212 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7836 | 2026-08-11T21:59:31.459Z | [ recovery-image] Aug 11 21:59:30.223 INFO O| Aug 11 21:59:30.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
| 7837 | 2026-08-11T21:59:31.459Z | [ recovery-image] Aug 11 21:59:30.223 INFO O| Aug 11 21:59:30.223 INFO STEP 858 (remove_files) COMPLETE |
| 7838 | 2026-08-11T21:59:31.459Z | [ recovery-image] Aug 11 21:59:30.223 INFO O| Aug 11 21:59:30.223 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7839 | 2026-08-11T21:59:31.469Z | [ recovery-image] Aug 11 21:59:30.233 INFO O| Aug 11 21:59:30.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
| 7840 | 2026-08-11T21:59:31.469Z | [ recovery-image] Aug 11 21:59:30.233 INFO O| Aug 11 21:59:30.233 INFO STEP 859 (remove_files) COMPLETE |
| 7841 | 2026-08-11T21:59:31.470Z | [ recovery-image] Aug 11 21:59:30.233 INFO O| Aug 11 21:59:30.233 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7842 | 2026-08-11T21:59:31.477Z | [ recovery-image] Aug 11 21:59:30.242 INFO O| Aug 11 21:59:30.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1" |
| 7843 | 2026-08-11T21:59:31.477Z | [ recovery-image] Aug 11 21:59:30.242 INFO O| Aug 11 21:59:30.242 INFO STEP 860 (remove_files) COMPLETE |
| 7844 | 2026-08-11T21:59:31.480Z | [ recovery-image] Aug 11 21:59:30.242 INFO O| Aug 11 21:59:30.242 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7845 | 2026-08-11T21:59:31.486Z | [ recovery-image] Aug 11 21:59:30.251 INFO O| Aug 11 21:59:30.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1" |
| 7846 | 2026-08-11T21:59:31.486Z | [ recovery-image] Aug 11 21:59:30.251 INFO O| Aug 11 21:59:30.251 INFO STEP 861 (remove_files) COMPLETE |
| 7847 | 2026-08-11T21:59:31.486Z | [ recovery-image] Aug 11 21:59:30.251 INFO O| Aug 11 21:59:30.251 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7848 | 2026-08-11T21:59:31.496Z | [ recovery-image] Aug 11 21:59:30.261 INFO O| Aug 11 21:59:30.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
| 7849 | 2026-08-11T21:59:31.496Z | [ recovery-image] Aug 11 21:59:30.261 INFO O| Aug 11 21:59:30.261 INFO STEP 862 (remove_files) COMPLETE |
| 7850 | 2026-08-11T21:59:31.496Z | [ recovery-image] Aug 11 21:59:30.261 INFO O| Aug 11 21:59:30.261 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7851 | 2026-08-11T21:59:31.505Z | [ recovery-image] Aug 11 21:59:30.270 INFO O| Aug 11 21:59:30.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1" |
| 7852 | 2026-08-11T21:59:31.505Z | [ recovery-image] Aug 11 21:59:30.270 INFO O| Aug 11 21:59:30.270 INFO STEP 863 (remove_files) COMPLETE |
| 7853 | 2026-08-11T21:59:31.505Z | [ recovery-image] Aug 11 21:59:30.270 INFO O| Aug 11 21:59:30.270 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7854 | 2026-08-11T21:59:31.515Z | [ recovery-image] Aug 11 21:59:30.279 INFO O| Aug 11 21:59:30.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1" |
| 7855 | 2026-08-11T21:59:31.515Z | [ recovery-image] Aug 11 21:59:30.279 INFO O| Aug 11 21:59:30.279 INFO STEP 864 (remove_files) COMPLETE |
| 7856 | 2026-08-11T21:59:31.516Z | [ recovery-image] Aug 11 21:59:30.279 INFO O| Aug 11 21:59:30.279 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7857 | 2026-08-11T21:59:31.524Z | [ recovery-image] Aug 11 21:59:30.289 INFO O| Aug 11 21:59:30.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
| 7858 | 2026-08-11T21:59:31.524Z | [ recovery-image] Aug 11 21:59:30.289 INFO O| Aug 11 21:59:30.289 INFO STEP 865 (remove_files) COMPLETE |
| 7859 | 2026-08-11T21:59:31.524Z | [ recovery-image] Aug 11 21:59:30.289 INFO O| Aug 11 21:59:30.289 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7860 | 2026-08-11T21:59:31.533Z | [ recovery-image] Aug 11 21:59:30.298 INFO O| Aug 11 21:59:30.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
| 7861 | 2026-08-11T21:59:31.533Z | [ recovery-image] Aug 11 21:59:30.298 INFO O| Aug 11 21:59:30.298 INFO STEP 866 (remove_files) COMPLETE |
| 7862 | 2026-08-11T21:59:31.533Z | [ recovery-image] Aug 11 21:59:30.298 INFO O| Aug 11 21:59:30.298 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7863 | 2026-08-11T21:59:31.543Z | [ recovery-image] Aug 11 21:59:30.308 INFO O| Aug 11 21:59:30.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1" |
| 7864 | 2026-08-11T21:59:31.543Z | [ recovery-image] Aug 11 21:59:30.308 INFO O| Aug 11 21:59:30.308 INFO STEP 867 (remove_files) COMPLETE |
| 7865 | 2026-08-11T21:59:31.543Z | [ recovery-image] Aug 11 21:59:30.308 INFO O| Aug 11 21:59:30.308 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7866 | 2026-08-11T21:59:31.553Z | [ recovery-image] Aug 11 21:59:30.318 INFO O| Aug 11 21:59:30.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
| 7867 | 2026-08-11T21:59:31.553Z | [ recovery-image] Aug 11 21:59:30.318 INFO O| Aug 11 21:59:30.318 INFO STEP 868 (remove_files) COMPLETE |
| 7868 | 2026-08-11T21:59:31.553Z | [ recovery-image] Aug 11 21:59:30.318 INFO O| Aug 11 21:59:30.318 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7869 | 2026-08-11T21:59:31.563Z | [ recovery-image] Aug 11 21:59:30.329 INFO O| Aug 11 21:59:30.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
| 7870 | 2026-08-11T21:59:31.563Z | [ recovery-image] Aug 11 21:59:30.329 INFO O| Aug 11 21:59:30.329 INFO STEP 869 (remove_files) COMPLETE |
| 7871 | 2026-08-11T21:59:31.564Z | [ recovery-image] Aug 11 21:59:30.329 INFO O| Aug 11 21:59:30.329 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7872 | 2026-08-11T21:59:31.580Z | [ recovery-image] Aug 11 21:59:30.338 INFO O| Aug 11 21:59:30.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1" |
| 7873 | 2026-08-11T21:59:31.580Z | [ recovery-image] Aug 11 21:59:30.338 INFO O| Aug 11 21:59:30.338 INFO STEP 870 (remove_files) COMPLETE |
| 7874 | 2026-08-11T21:59:31.580Z | [ recovery-image] Aug 11 21:59:30.338 INFO O| Aug 11 21:59:30.338 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7875 | 2026-08-11T21:59:31.600Z | [ recovery-image] Aug 11 21:59:30.347 INFO O| Aug 11 21:59:30.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
| 7876 | 2026-08-11T21:59:31.600Z | [ recovery-image] Aug 11 21:59:30.348 INFO O| Aug 11 21:59:30.347 INFO STEP 871 (remove_files) COMPLETE |
| 7877 | 2026-08-11T21:59:31.600Z | [ recovery-image] Aug 11 21:59:30.348 INFO O| Aug 11 21:59:30.347 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7878 | 2026-08-11T21:59:31.605Z | [ recovery-image] Aug 11 21:59:30.358 INFO O| Aug 11 21:59:30.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
| 7879 | 2026-08-11T21:59:31.605Z | [ recovery-image] Aug 11 21:59:30.358 INFO O| Aug 11 21:59:30.358 INFO STEP 872 (remove_files) COMPLETE |
| 7880 | 2026-08-11T21:59:31.605Z | [ recovery-image] Aug 11 21:59:30.358 INFO O| Aug 11 21:59:30.358 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7881 | 2026-08-11T21:59:31.611Z | [ recovery-image] Aug 11 21:59:30.368 INFO O| Aug 11 21:59:30.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
| 7882 | 2026-08-11T21:59:31.611Z | [ recovery-image] Aug 11 21:59:30.368 INFO O| Aug 11 21:59:30.368 INFO STEP 873 (remove_files) COMPLETE |
| 7883 | 2026-08-11T21:59:31.611Z | [ recovery-image] Aug 11 21:59:30.368 INFO O| Aug 11 21:59:30.368 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7884 | 2026-08-11T21:59:31.621Z | [ recovery-image] Aug 11 21:59:30.380 INFO O| Aug 11 21:59:30.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
| 7885 | 2026-08-11T21:59:31.622Z | [ recovery-image] Aug 11 21:59:30.380 INFO O| Aug 11 21:59:30.380 INFO STEP 874 (remove_files) COMPLETE |
| 7886 | 2026-08-11T21:59:31.622Z | [ recovery-image] Aug 11 21:59:30.380 INFO O| Aug 11 21:59:30.380 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7887 | 2026-08-11T21:59:31.627Z | [ recovery-image] Aug 11 21:59:30.390 INFO O| Aug 11 21:59:30.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress" |
| 7888 | 2026-08-11T21:59:31.627Z | [ recovery-image] Aug 11 21:59:30.390 INFO O| Aug 11 21:59:30.390 INFO STEP 875 (remove_files) COMPLETE |
| 7889 | 2026-08-11T21:59:31.627Z | [ recovery-image] Aug 11 21:59:30.390 INFO O| Aug 11 21:59:30.390 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7890 | 2026-08-11T21:59:31.640Z | [ recovery-image] Aug 11 21:59:30.403 INFO O| Aug 11 21:59:30.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck" |
| 7891 | 2026-08-11T21:59:31.640Z | [ recovery-image] Aug 11 21:59:30.403 INFO O| Aug 11 21:59:30.403 INFO STEP 876 (remove_files) COMPLETE |
| 7892 | 2026-08-11T21:59:31.645Z | [ recovery-image] Aug 11 21:59:30.403 INFO O| Aug 11 21:59:30.403 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7893 | 2026-08-11T21:59:31.649Z | [ recovery-image] Aug 11 21:59:30.412 INFO O| Aug 11 21:59:30.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake" |
| 7894 | 2026-08-11T21:59:31.649Z | [ recovery-image] Aug 11 21:59:30.412 INFO O| Aug 11 21:59:30.412 INFO STEP 877 (remove_files) COMPLETE |
| 7895 | 2026-08-11T21:59:31.649Z | [ recovery-image] Aug 11 21:59:30.412 INFO O| Aug 11 21:59:30.412 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7896 | 2026-08-11T21:59:31.655Z | [ recovery-image] Aug 11 21:59:30.420 INFO O| Aug 11 21:59:30.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista" |
| 7897 | 2026-08-11T21:59:31.655Z | [ recovery-image] Aug 11 21:59:30.420 INFO O| Aug 11 21:59:30.420 INFO STEP 878 (remove_files) COMPLETE |
| 7898 | 2026-08-11T21:59:31.655Z | [ recovery-image] Aug 11 21:59:30.420 INFO O| Aug 11 21:59:30.420 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7899 | 2026-08-11T21:59:31.666Z | [ recovery-image] Aug 11 21:59:30.428 INFO O| Aug 11 21:59:30.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb" |
| 7900 | 2026-08-11T21:59:31.666Z | [ recovery-image] Aug 11 21:59:30.428 INFO O| Aug 11 21:59:30.428 INFO STEP 879 (remove_files) COMPLETE |
| 7901 | 2026-08-11T21:59:31.672Z | [ recovery-image] Aug 11 21:59:30.428 INFO O| Aug 11 21:59:30.428 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7902 | 2026-08-11T21:59:31.676Z | [ recovery-image] Aug 11 21:59:30.436 INFO O| Aug 11 21:59:30.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop" |
| 7903 | 2026-08-11T21:59:31.676Z | [ recovery-image] Aug 11 21:59:30.436 INFO O| Aug 11 21:59:30.436 INFO STEP 880 (remove_files) COMPLETE |
| 7904 | 2026-08-11T21:59:31.676Z | [ recovery-image] Aug 11 21:59:30.436 INFO O| Aug 11 21:59:30.436 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7905 | 2026-08-11T21:59:31.679Z | [ recovery-image] Aug 11 21:59:30.444 INFO O| Aug 11 21:59:30.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin" |
| 7906 | 2026-08-11T21:59:31.680Z | [ recovery-image] Aug 11 21:59:30.444 INFO O| Aug 11 21:59:30.444 INFO STEP 881 (remove_files) COMPLETE |
| 7907 | 2026-08-11T21:59:31.680Z | [ recovery-image] Aug 11 21:59:30.444 INFO O| Aug 11 21:59:30.444 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7908 | 2026-08-11T21:59:31.689Z | [ recovery-image] Aug 11 21:59:30.452 INFO O| Aug 11 21:59:30.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog" |
| 7909 | 2026-08-11T21:59:31.689Z | [ recovery-image] Aug 11 21:59:30.452 INFO O| Aug 11 21:59:30.452 INFO STEP 882 (remove_files) COMPLETE |
| 7910 | 2026-08-11T21:59:31.689Z | [ recovery-image] Aug 11 21:59:30.452 INFO O| Aug 11 21:59:30.452 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7911 | 2026-08-11T21:59:31.696Z | [ recovery-image] Aug 11 21:59:30.460 INFO O| Aug 11 21:59:30.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd" |
| 7912 | 2026-08-11T21:59:31.701Z | [ recovery-image] Aug 11 21:59:30.461 INFO O| Aug 11 21:59:30.461 INFO STEP 883 (remove_files) COMPLETE |
| 7913 | 2026-08-11T21:59:31.701Z | [ recovery-image] Aug 11 21:59:30.461 INFO O| Aug 11 21:59:30.461 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7914 | 2026-08-11T21:59:31.705Z | [ recovery-image] Aug 11 21:59:30.470 INFO O| Aug 11 21:59:30.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
| 7915 | 2026-08-11T21:59:31.710Z | [ recovery-image] Aug 11 21:59:30.471 INFO O| Aug 11 21:59:30.471 INFO STEP 884 (remove_files) COMPLETE |
| 7916 | 2026-08-11T21:59:31.710Z | [ recovery-image] Aug 11 21:59:30.471 INFO O| Aug 11 21:59:30.471 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7917 | 2026-08-11T21:59:31.718Z | [ recovery-image] Aug 11 21:59:30.480 INFO O| Aug 11 21:59:30.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
| 7918 | 2026-08-11T21:59:31.718Z | [ recovery-image] Aug 11 21:59:30.480 INFO O| Aug 11 21:59:30.480 INFO STEP 885 (remove_files) COMPLETE |
| 7919 | 2026-08-11T21:59:31.718Z | [ recovery-image] Aug 11 21:59:30.480 INFO O| Aug 11 21:59:30.480 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7920 | 2026-08-11T21:59:31.726Z | [ recovery-image] Aug 11 21:59:30.490 INFO O| Aug 11 21:59:30.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
| 7921 | 2026-08-11T21:59:31.726Z | [ recovery-image] Aug 11 21:59:30.490 INFO O| Aug 11 21:59:30.490 INFO STEP 886 (remove_files) COMPLETE |
| 7922 | 2026-08-11T21:59:31.726Z | [ recovery-image] Aug 11 21:59:30.490 INFO O| Aug 11 21:59:30.490 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7923 | 2026-08-11T21:59:31.734Z | [ recovery-image] Aug 11 21:59:30.499 INFO O| Aug 11 21:59:30.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
| 7924 | 2026-08-11T21:59:31.734Z | [ recovery-image] Aug 11 21:59:30.499 INFO O| Aug 11 21:59:30.499 INFO STEP 887 (remove_files) COMPLETE |
| 7925 | 2026-08-11T21:59:31.734Z | [ recovery-image] Aug 11 21:59:30.499 INFO O| Aug 11 21:59:30.499 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7926 | 2026-08-11T21:59:31.746Z | [ recovery-image] Aug 11 21:59:30.510 INFO O| Aug 11 21:59:30.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd" |
| 7927 | 2026-08-11T21:59:31.746Z | [ recovery-image] Aug 11 21:59:30.510 INFO O| Aug 11 21:59:30.510 INFO STEP 888 (remove_files) COMPLETE |
| 7928 | 2026-08-11T21:59:31.746Z | [ recovery-image] Aug 11 21:59:30.510 INFO O| Aug 11 21:59:30.510 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7929 | 2026-08-11T21:59:31.757Z | [ recovery-image] Aug 11 21:59:30.519 INFO O| Aug 11 21:59:30.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc" |
| 7930 | 2026-08-11T21:59:31.757Z | [ recovery-image] Aug 11 21:59:30.519 INFO O| Aug 11 21:59:30.519 INFO STEP 889 (remove_files) COMPLETE |
| 7931 | 2026-08-11T21:59:31.757Z | [ recovery-image] Aug 11 21:59:30.519 INFO O| Aug 11 21:59:30.519 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7932 | 2026-08-11T21:59:31.764Z | [ recovery-image] Aug 11 21:59:30.529 INFO O| Aug 11 21:59:30.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs" |
| 7933 | 2026-08-11T21:59:31.764Z | [ recovery-image] Aug 11 21:59:30.529 INFO O| Aug 11 21:59:30.529 INFO STEP 890 (remove_files) COMPLETE |
| 7934 | 2026-08-11T21:59:31.764Z | [ recovery-image] Aug 11 21:59:30.529 INFO O| Aug 11 21:59:30.529 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7935 | 2026-08-11T21:59:31.773Z | [ recovery-image] Aug 11 21:59:30.538 INFO O| Aug 11 21:59:30.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd" |
| 7936 | 2026-08-11T21:59:31.773Z | [ recovery-image] Aug 11 21:59:30.538 INFO O| Aug 11 21:59:30.538 INFO STEP 891 (remove_files) COMPLETE |
| 7937 | 2026-08-11T21:59:31.778Z | [ recovery-image] Aug 11 21:59:30.538 INFO O| Aug 11 21:59:30.538 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7938 | 2026-08-11T21:59:31.783Z | [ recovery-image] Aug 11 21:59:30.547 INFO O| Aug 11 21:59:30.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server" |
| 7939 | 2026-08-11T21:59:31.783Z | [ recovery-image] Aug 11 21:59:30.547 INFO O| Aug 11 21:59:30.547 INFO STEP 892 (remove_files) COMPLETE |
| 7940 | 2026-08-11T21:59:31.783Z | [ recovery-image] Aug 11 21:59:30.547 INFO O| Aug 11 21:59:30.547 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7941 | 2026-08-11T21:59:31.792Z | [ recovery-image] Aug 11 21:59:30.557 INFO O| Aug 11 21:59:30.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign" |
| 7942 | 2026-08-11T21:59:31.792Z | [ recovery-image] Aug 11 21:59:30.557 INFO O| Aug 11 21:59:30.557 INFO STEP 893 (remove_files) COMPLETE |
| 7943 | 2026-08-11T21:59:31.792Z | [ recovery-image] Aug 11 21:59:30.557 INFO O| Aug 11 21:59:30.557 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7944 | 2026-08-11T21:59:31.803Z | [ recovery-image] Aug 11 21:59:30.566 INFO O| Aug 11 21:59:30.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
| 7945 | 2026-08-11T21:59:31.803Z | [ recovery-image] Aug 11 21:59:30.566 INFO O| Aug 11 21:59:30.566 INFO STEP 894 (remove_files) COMPLETE |
| 7946 | 2026-08-11T21:59:31.803Z | [ recovery-image] Aug 11 21:59:30.566 INFO O| Aug 11 21:59:30.566 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7947 | 2026-08-11T21:59:31.812Z | [ recovery-image] Aug 11 21:59:30.577 INFO O| Aug 11 21:59:30.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
| 7948 | 2026-08-11T21:59:31.812Z | [ recovery-image] Aug 11 21:59:30.577 INFO O| Aug 11 21:59:30.577 INFO STEP 895 (remove_files) COMPLETE |
| 7949 | 2026-08-11T21:59:31.812Z | [ recovery-image] Aug 11 21:59:30.577 INFO O| Aug 11 21:59:30.577 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7950 | 2026-08-11T21:59:31.822Z | [ recovery-image] Aug 11 21:59:30.587 INFO O| Aug 11 21:59:30.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid" |
| 7951 | 2026-08-11T21:59:31.822Z | [ recovery-image] Aug 11 21:59:30.587 INFO O| Aug 11 21:59:30.587 INFO STEP 896 (remove_files) COMPLETE |
| 7952 | 2026-08-11T21:59:31.822Z | [ recovery-image] Aug 11 21:59:30.587 INFO O| Aug 11 21:59:30.587 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7953 | 2026-08-11T21:59:31.832Z | [ recovery-image] Aug 11 21:59:30.598 INFO O| Aug 11 21:59:30.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid" |
| 7954 | 2026-08-11T21:59:31.832Z | [ recovery-image] Aug 11 21:59:30.598 INFO O| Aug 11 21:59:30.598 INFO STEP 897 (remove_files) COMPLETE |
| 7955 | 2026-08-11T21:59:31.833Z | [ recovery-image] Aug 11 21:59:30.598 INFO O| Aug 11 21:59:30.598 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7956 | 2026-08-11T21:59:31.843Z | [ recovery-image] Aug 11 21:59:30.608 INFO O| Aug 11 21:59:30.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange" |
| 7957 | 2026-08-11T21:59:31.843Z | [ recovery-image] Aug 11 21:59:30.608 INFO O| Aug 11 21:59:30.608 INFO STEP 898 (remove_files) COMPLETE |
| 7958 | 2026-08-11T21:59:31.847Z | [ recovery-image] Aug 11 21:59:30.608 INFO O| Aug 11 21:59:30.608 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7959 | 2026-08-11T21:59:31.852Z | [ recovery-image] Aug 11 21:59:30.617 INFO O| Aug 11 21:59:30.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate" |
| 7960 | 2026-08-11T21:59:31.852Z | [ recovery-image] Aug 11 21:59:30.617 INFO O| Aug 11 21:59:30.617 INFO STEP 899 (remove_files) COMPLETE |
| 7961 | 2026-08-11T21:59:31.852Z | [ recovery-image] Aug 11 21:59:30.617 INFO O| Aug 11 21:59:30.617 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7962 | 2026-08-11T21:59:31.862Z | [ recovery-image] Aug 11 21:59:30.626 INFO O| Aug 11 21:59:30.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid" |
| 7963 | 2026-08-11T21:59:31.862Z | [ recovery-image] Aug 11 21:59:30.626 INFO O| Aug 11 21:59:30.626 INFO STEP 900 (remove_files) COMPLETE |
| 7964 | 2026-08-11T21:59:31.865Z | [ recovery-image] Aug 11 21:59:30.626 INFO O| Aug 11 21:59:30.626 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7965 | 2026-08-11T21:59:31.870Z | [ recovery-image] Aug 11 21:59:30.635 INFO O| Aug 11 21:59:30.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint" |
| 7966 | 2026-08-11T21:59:31.870Z | [ recovery-image] Aug 11 21:59:30.636 INFO O| Aug 11 21:59:30.636 INFO STEP 901 (remove_files) COMPLETE |
| 7967 | 2026-08-11T21:59:31.873Z | [ recovery-image] Aug 11 21:59:30.636 INFO O| Aug 11 21:59:30.636 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7968 | 2026-08-11T21:59:31.880Z | [ recovery-image] Aug 11 21:59:30.645 INFO O| Aug 11 21:59:30.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem" |
| 7969 | 2026-08-11T21:59:31.880Z | [ recovery-image] Aug 11 21:59:30.645 INFO O| Aug 11 21:59:30.645 INFO STEP 902 (remove_files) COMPLETE |
| 7970 | 2026-08-11T21:59:31.880Z | [ recovery-image] Aug 11 21:59:30.645 INFO O| Aug 11 21:59:30.645 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7971 | 2026-08-11T21:59:31.890Z | [ recovery-image] Aug 11 21:59:30.655 INFO O| Aug 11 21:59:30.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath" |
| 7972 | 2026-08-11T21:59:31.890Z | [ recovery-image] Aug 11 21:59:30.655 INFO O| Aug 11 21:59:30.655 INFO STEP 903 (remove_files) COMPLETE |
| 7973 | 2026-08-11T21:59:31.890Z | [ recovery-image] Aug 11 21:59:30.655 INFO O| Aug 11 21:59:30.655 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7974 | 2026-08-11T21:59:31.900Z | [ recovery-image] Aug 11 21:59:30.665 INFO O| Aug 11 21:59:30.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr" |
| 7975 | 2026-08-11T21:59:31.900Z | [ recovery-image] Aug 11 21:59:30.665 INFO O| Aug 11 21:59:30.665 INFO STEP 904 (remove_files) COMPLETE |
| 7976 | 2026-08-11T21:59:31.900Z | [ recovery-image] Aug 11 21:59:30.665 INFO O| Aug 11 21:59:30.665 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7977 | 2026-08-11T21:59:31.911Z | [ recovery-image] Aug 11 21:59:30.677 INFO O| Aug 11 21:59:30.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime" |
| 7978 | 2026-08-11T21:59:31.911Z | [ recovery-image] Aug 11 21:59:30.677 INFO O| Aug 11 21:59:30.677 INFO STEP 905 (remove_files) COMPLETE |
| 7979 | 2026-08-11T21:59:31.912Z | [ recovery-image] Aug 11 21:59:30.677 INFO O| Aug 11 21:59:30.677 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7980 | 2026-08-11T21:59:31.923Z | [ recovery-image] Aug 11 21:59:30.688 INFO O| Aug 11 21:59:30.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid" |
| 7981 | 2026-08-11T21:59:31.923Z | [ recovery-image] Aug 11 21:59:30.688 INFO O| Aug 11 21:59:30.688 INFO STEP 906 (remove_files) COMPLETE |
| 7982 | 2026-08-11T21:59:31.923Z | [ recovery-image] Aug 11 21:59:30.688 INFO O| Aug 11 21:59:30.688 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7983 | 2026-08-11T21:59:31.934Z | [ recovery-image] Aug 11 21:59:30.699 INFO O| Aug 11 21:59:30.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn" |
| 7984 | 2026-08-11T21:59:31.934Z | [ recovery-image] Aug 11 21:59:30.699 INFO O| Aug 11 21:59:30.699 INFO STEP 907 (remove_files) COMPLETE |
| 7985 | 2026-08-11T21:59:31.934Z | [ recovery-image] Aug 11 21:59:30.699 INFO O| Aug 11 21:59:30.699 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7986 | 2026-08-11T21:59:31.945Z | [ recovery-image] Aug 11 21:59:30.710 INFO O| Aug 11 21:59:30.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate" |
| 7987 | 2026-08-11T21:59:31.945Z | [ recovery-image] Aug 11 21:59:30.710 INFO O| Aug 11 21:59:30.710 INFO STEP 908 (remove_files) COMPLETE |
| 7988 | 2026-08-11T21:59:31.945Z | [ recovery-image] Aug 11 21:59:30.710 INFO O| Aug 11 21:59:30.710 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7989 | 2026-08-11T21:59:31.954Z | [ recovery-image] Aug 11 21:59:30.720 INFO O| Aug 11 21:59:30.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid" |
| 7990 | 2026-08-11T21:59:31.954Z | [ recovery-image] Aug 11 21:59:30.720 INFO O| Aug 11 21:59:30.720 INFO STEP 909 (remove_files) COMPLETE |
| 7991 | 2026-08-11T21:59:31.955Z | [ recovery-image] Aug 11 21:59:30.720 INFO O| Aug 11 21:59:30.720 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7992 | 2026-08-11T21:59:31.967Z | [ recovery-image] Aug 11 21:59:30.731 INFO O| Aug 11 21:59:30.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint" |
| 7993 | 2026-08-11T21:59:31.967Z | [ recovery-image] Aug 11 21:59:30.731 INFO O| Aug 11 21:59:30.731 INFO STEP 910 (remove_files) COMPLETE |
| 7994 | 2026-08-11T21:59:31.967Z | [ recovery-image] Aug 11 21:59:30.731 INFO O| Aug 11 21:59:30.731 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7995 | 2026-08-11T21:59:31.975Z | [ recovery-image] Aug 11 21:59:30.740 INFO O| Aug 11 21:59:30.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem" |
| 7996 | 2026-08-11T21:59:31.975Z | [ recovery-image] Aug 11 21:59:30.740 INFO O| Aug 11 21:59:30.740 INFO STEP 911 (remove_files) COMPLETE |
| 7997 | 2026-08-11T21:59:31.975Z | [ recovery-image] Aug 11 21:59:30.740 INFO O| Aug 11 21:59:30.740 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7998 | 2026-08-11T21:59:31.984Z | [ recovery-image] Aug 11 21:59:30.750 INFO O| Aug 11 21:59:30.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath" |
| 7999 | 2026-08-11T21:59:31.985Z | [ recovery-image] Aug 11 21:59:30.750 INFO O| Aug 11 21:59:30.750 INFO STEP 912 (remove_files) COMPLETE |
| 8000 | 2026-08-11T21:59:31.985Z | [ recovery-image] Aug 11 21:59:30.750 INFO O| Aug 11 21:59:30.750 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8001 | 2026-08-11T21:59:31.995Z | [ recovery-image] Aug 11 21:59:30.759 INFO O| Aug 11 21:59:30.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange" |
| 8002 | 2026-08-11T21:59:31.995Z | [ recovery-image] Aug 11 21:59:30.759 INFO O| Aug 11 21:59:30.759 INFO STEP 913 (remove_files) COMPLETE |
| 8003 | 2026-08-11T21:59:31.995Z | [ recovery-image] Aug 11 21:59:30.759 INFO O| Aug 11 21:59:30.759 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8004 | 2026-08-11T21:59:32.007Z | [ recovery-image] Aug 11 21:59:30.770 INFO O| Aug 11 21:59:30.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr" |
| 8005 | 2026-08-11T21:59:32.007Z | [ recovery-image] Aug 11 21:59:30.770 INFO O| Aug 11 21:59:30.770 INFO STEP 914 (remove_files) COMPLETE |
| 8006 | 2026-08-11T21:59:32.007Z | [ recovery-image] Aug 11 21:59:30.770 INFO O| Aug 11 21:59:30.770 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8007 | 2026-08-11T21:59:32.016Z | [ recovery-image] Aug 11 21:59:30.781 INFO O| Aug 11 21:59:30.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime" |
| 8008 | 2026-08-11T21:59:32.017Z | [ recovery-image] Aug 11 21:59:30.781 INFO O| Aug 11 21:59:30.781 INFO STEP 915 (remove_files) COMPLETE |
| 8009 | 2026-08-11T21:59:32.017Z | [ recovery-image] Aug 11 21:59:30.781 INFO O| Aug 11 21:59:30.781 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8010 | 2026-08-11T21:59:32.028Z | [ recovery-image] Aug 11 21:59:30.790 INFO O| Aug 11 21:59:30.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid" |
| 8011 | 2026-08-11T21:59:32.028Z | [ recovery-image] Aug 11 21:59:30.790 INFO O| Aug 11 21:59:30.790 INFO STEP 916 (remove_files) COMPLETE |
| 8012 | 2026-08-11T21:59:32.028Z | [ recovery-image] Aug 11 21:59:30.790 INFO O| Aug 11 21:59:30.790 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8013 | 2026-08-11T21:59:32.037Z | [ recovery-image] Aug 11 21:59:30.801 INFO O| Aug 11 21:59:30.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn" |
| 8014 | 2026-08-11T21:59:32.037Z | [ recovery-image] Aug 11 21:59:30.801 INFO O| Aug 11 21:59:30.801 INFO STEP 917 (remove_files) COMPLETE |
| 8015 | 2026-08-11T21:59:32.037Z | [ recovery-image] Aug 11 21:59:30.801 INFO O| Aug 11 21:59:30.801 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8016 | 2026-08-11T21:59:32.046Z | [ recovery-image] Aug 11 21:59:30.811 INFO O| Aug 11 21:59:30.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext" |
| 8017 | 2026-08-11T21:59:32.046Z | [ recovery-image] Aug 11 21:59:30.811 INFO O| Aug 11 21:59:30.811 INFO STEP 918 (remove_files) COMPLETE |
| 8018 | 2026-08-11T21:59:32.046Z | [ recovery-image] Aug 11 21:59:30.811 INFO O| Aug 11 21:59:30.811 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8019 | 2026-08-11T21:59:32.055Z | [ recovery-image] Aug 11 21:59:30.820 INFO O| Aug 11 21:59:30.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate" |
| 8020 | 2026-08-11T21:59:32.055Z | [ recovery-image] Aug 11 21:59:30.820 INFO O| Aug 11 21:59:30.820 INFO STEP 919 (remove_files) COMPLETE |
| 8021 | 2026-08-11T21:59:32.055Z | [ recovery-image] Aug 11 21:59:30.820 INFO O| Aug 11 21:59:30.820 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8022 | 2026-08-11T21:59:32.068Z | [ recovery-image] Aug 11 21:59:30.832 INFO O| Aug 11 21:59:30.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid" |
| 8023 | 2026-08-11T21:59:32.068Z | [ recovery-image] Aug 11 21:59:30.832 INFO O| Aug 11 21:59:30.832 INFO STEP 920 (remove_files) COMPLETE |
| 8024 | 2026-08-11T21:59:32.073Z | [ recovery-image] Aug 11 21:59:30.832 INFO O| Aug 11 21:59:30.832 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8025 | 2026-08-11T21:59:32.077Z | [ recovery-image] Aug 11 21:59:30.842 INFO O| Aug 11 21:59:30.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint" |
| 8026 | 2026-08-11T21:59:32.077Z | [ recovery-image] Aug 11 21:59:30.842 INFO O| Aug 11 21:59:30.842 INFO STEP 921 (remove_files) COMPLETE |
| 8027 | 2026-08-11T21:59:32.078Z | [ recovery-image] Aug 11 21:59:30.842 INFO O| Aug 11 21:59:30.842 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8028 | 2026-08-11T21:59:32.089Z | [ recovery-image] Aug 11 21:59:30.852 INFO O| Aug 11 21:59:30.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath" |
| 8029 | 2026-08-11T21:59:32.089Z | [ recovery-image] Aug 11 21:59:30.852 INFO O| Aug 11 21:59:30.852 INFO STEP 922 (remove_files) COMPLETE |
| 8030 | 2026-08-11T21:59:32.093Z | [ recovery-image] Aug 11 21:59:30.852 INFO O| Aug 11 21:59:30.852 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8031 | 2026-08-11T21:59:32.098Z | [ recovery-image] Aug 11 21:59:30.863 INFO O| Aug 11 21:59:30.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange" |
| 8032 | 2026-08-11T21:59:32.098Z | [ recovery-image] Aug 11 21:59:30.863 INFO O| Aug 11 21:59:30.863 INFO STEP 923 (remove_files) COMPLETE |
| 8033 | 2026-08-11T21:59:32.098Z | [ recovery-image] Aug 11 21:59:30.863 INFO O| Aug 11 21:59:30.863 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8034 | 2026-08-11T21:59:32.109Z | [ recovery-image] Aug 11 21:59:30.872 INFO O| Aug 11 21:59:30.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr" |
| 8035 | 2026-08-11T21:59:32.109Z | [ recovery-image] Aug 11 21:59:30.872 INFO O| Aug 11 21:59:30.872 INFO STEP 924 (remove_files) COMPLETE |
| 8036 | 2026-08-11T21:59:32.109Z | [ recovery-image] Aug 11 21:59:30.872 INFO O| Aug 11 21:59:30.872 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8037 | 2026-08-11T21:59:32.117Z | [ recovery-image] Aug 11 21:59:30.882 INFO O| Aug 11 21:59:30.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime" |
| 8038 | 2026-08-11T21:59:32.117Z | [ recovery-image] Aug 11 21:59:30.882 INFO O| Aug 11 21:59:30.882 INFO STEP 925 (remove_files) COMPLETE |
| 8039 | 2026-08-11T21:59:32.117Z | [ recovery-image] Aug 11 21:59:30.882 INFO O| Aug 11 21:59:30.882 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8040 | 2026-08-11T21:59:32.127Z | [ recovery-image] Aug 11 21:59:30.891 INFO O| Aug 11 21:59:30.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid" |
| 8041 | 2026-08-11T21:59:32.127Z | [ recovery-image] Aug 11 21:59:30.891 INFO O| Aug 11 21:59:30.891 INFO STEP 926 (remove_files) COMPLETE |
| 8042 | 2026-08-11T21:59:32.127Z | [ recovery-image] Aug 11 21:59:30.891 INFO O| Aug 11 21:59:30.891 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8043 | 2026-08-11T21:59:32.136Z | [ recovery-image] Aug 11 21:59:30.902 INFO O| Aug 11 21:59:30.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn" |
| 8044 | 2026-08-11T21:59:32.136Z | [ recovery-image] Aug 11 21:59:30.902 INFO O| Aug 11 21:59:30.902 INFO STEP 927 (remove_files) COMPLETE |
| 8045 | 2026-08-11T21:59:32.136Z | [ recovery-image] Aug 11 21:59:30.902 INFO O| Aug 11 21:59:30.902 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8046 | 2026-08-11T21:59:32.146Z | [ recovery-image] Aug 11 21:59:30.912 INFO O| Aug 11 21:59:30.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall" |
| 8047 | 2026-08-11T21:59:32.147Z | [ recovery-image] Aug 11 21:59:30.912 INFO O| Aug 11 21:59:30.912 INFO STEP 928 (remove_files) COMPLETE |
| 8048 | 2026-08-11T21:59:32.147Z | [ recovery-image] Aug 11 21:59:30.912 INFO O| Aug 11 21:59:30.912 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8049 | 2026-08-11T21:59:32.158Z | [ recovery-image] Aug 11 21:59:30.924 INFO O| Aug 11 21:59:30.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname" |
| 8050 | 2026-08-11T21:59:32.158Z | [ recovery-image] Aug 11 21:59:30.924 INFO O| Aug 11 21:59:30.924 INFO STEP 929 (remove_files) COMPLETE |
| 8051 | 2026-08-11T21:59:32.159Z | [ recovery-image] Aug 11 21:59:30.924 INFO O| Aug 11 21:59:30.924 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8052 | 2026-08-11T21:59:32.170Z | [ recovery-image] Aug 11 21:59:30.934 INFO O| Aug 11 21:59:30.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove" |
| 8053 | 2026-08-11T21:59:32.170Z | [ recovery-image] Aug 11 21:59:30.935 INFO O| Aug 11 21:59:30.935 INFO STEP 930 (remove_files) COMPLETE |
| 8054 | 2026-08-11T21:59:32.170Z | [ recovery-image] Aug 11 21:59:30.935 INFO O| Aug 11 21:59:30.935 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8055 | 2026-08-11T21:59:32.180Z | [ recovery-image] Aug 11 21:59:30.945 INFO O| Aug 11 21:59:30.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv" |
| 8056 | 2026-08-11T21:59:32.180Z | [ recovery-image] Aug 11 21:59:30.945 INFO O| Aug 11 21:59:30.945 INFO STEP 931 (remove_files) COMPLETE |
| 8057 | 2026-08-11T21:59:32.181Z | [ recovery-image] Aug 11 21:59:30.945 INFO O| Aug 11 21:59:30.945 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8058 | 2026-08-11T21:59:32.192Z | [ recovery-image] Aug 11 21:59:30.956 INFO O| Aug 11 21:59:30.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db" |
| 8059 | 2026-08-11T21:59:32.192Z | [ recovery-image] Aug 11 21:59:30.956 INFO O| Aug 11 21:59:30.956 INFO STEP 932 (remove_files) COMPLETE |
| 8060 | 2026-08-11T21:59:32.192Z | [ recovery-image] Aug 11 21:59:30.956 INFO O| Aug 11 21:59:30.956 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8061 | 2026-08-11T21:59:32.202Z | [ recovery-image] Aug 11 21:59:30.966 INFO O| Aug 11 21:59:30.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve" |
| 8062 | 2026-08-11T21:59:32.202Z | [ recovery-image] Aug 11 21:59:30.966 INFO O| Aug 11 21:59:30.966 INFO STEP 933 (remove_files) COMPLETE |
| 8063 | 2026-08-11T21:59:32.202Z | [ recovery-image] Aug 11 21:59:30.966 INFO O| Aug 11 21:59:30.966 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8064 | 2026-08-11T21:59:32.211Z | [ recovery-image] Aug 11 21:59:30.975 INFO O| Aug 11 21:59:30.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates" |
| 8065 | 2026-08-11T21:59:32.211Z | [ recovery-image] Aug 11 21:59:30.975 INFO O| Aug 11 21:59:30.975 INFO STEP 934 (remove_files) COMPLETE |
| 8066 | 2026-08-11T21:59:32.211Z | [ recovery-image] Aug 11 21:59:30.975 INFO O| Aug 11 21:59:30.975 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8067 | 2026-08-11T21:59:32.221Z | [ recovery-image] Aug 11 21:59:30.986 INFO O| Aug 11 21:59:30.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay" |
| 8068 | 2026-08-11T21:59:32.225Z | [ recovery-image] Aug 11 21:59:30.986 INFO O| Aug 11 21:59:30.986 INFO STEP 935 (remove_files) COMPLETE |
| 8069 | 2026-08-11T21:59:32.225Z | [ recovery-image] Aug 11 21:59:30.986 INFO O| Aug 11 21:59:30.986 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8070 | 2026-08-11T21:59:32.325Z | [ recovery-image] Aug 11 21:59:30.997 INFO O| Aug 11 21:59:30.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm" |
| 8071 | 2026-08-11T21:59:32.325Z | [ recovery-image] Aug 11 21:59:30.997 INFO O| Aug 11 21:59:30.997 INFO STEP 936 (remove_files) COMPLETE |
| 8072 | 2026-08-11T21:59:32.325Z | [ recovery-image] Aug 11 21:59:30.997 INFO O| Aug 11 21:59:30.997 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8073 | 2026-08-11T21:59:32.325Z | [ recovery-image] Aug 11 21:59:31.005 INFO O| Aug 11 21:59:31.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump" |
| 8074 | 2026-08-11T21:59:32.325Z | [ recovery-image] Aug 11 21:59:31.005 INFO O| Aug 11 21:59:31.005 INFO STEP 937 (remove_files) COMPLETE |
| 8075 | 2026-08-11T21:59:32.325Z | [ recovery-image] Aug 11 21:59:31.005 INFO O| Aug 11 21:59:31.005 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8076 | 2026-08-11T21:59:32.325Z | [ recovery-image] Aug 11 21:59:31.032 INFO O| Aug 11 21:59:31.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract" |
| 8077 | 2026-08-11T21:59:32.326Z | [ recovery-image] Aug 11 21:59:31.032 INFO O| Aug 11 21:59:31.032 INFO STEP 938 (remove_files) COMPLETE |
| 8078 | 2026-08-11T21:59:32.326Z | [ recovery-image] Aug 11 21:59:31.032 INFO O| Aug 11 21:59:31.032 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8079 | 2026-08-11T21:59:32.326Z | [ recovery-image] Aug 11 21:59:31.044 INFO O| Aug 11 21:59:31.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv" |
| 8080 | 2026-08-11T21:59:32.326Z | [ recovery-image] Aug 11 21:59:31.044 INFO O| Aug 11 21:59:31.044 INFO STEP 939 (remove_files) COMPLETE |
| 8081 | 2026-08-11T21:59:32.326Z | [ recovery-image] Aug 11 21:59:31.044 INFO O| Aug 11 21:59:31.044 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8082 | 2026-08-11T21:59:32.326Z | [ recovery-image] Aug 11 21:59:31.071 INFO O| Aug 11 21:59:31.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate" |
| 8083 | 2026-08-11T21:59:32.326Z | [ recovery-image] Aug 11 21:59:31.071 INFO O| Aug 11 21:59:31.070 INFO STEP 940 (remove_files) COMPLETE |
| 8084 | 2026-08-11T21:59:32.326Z | [ recovery-image] Aug 11 21:59:31.071 INFO O| Aug 11 21:59:31.070 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8085 | 2026-08-11T21:59:32.342Z | [ recovery-image] Aug 11 21:59:31.081 INFO O| Aug 11 21:59:31.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat" |
| 8086 | 2026-08-11T21:59:32.342Z | [ recovery-image] Aug 11 21:59:31.081 INFO O| Aug 11 21:59:31.081 INFO STEP 941 (remove_files) COMPLETE |
| 8087 | 2026-08-11T21:59:32.342Z | [ recovery-image] Aug 11 21:59:31.081 INFO O| Aug 11 21:59:31.081 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8088 | 2026-08-11T21:59:32.342Z | [ recovery-image] Aug 11 21:59:31.092 INFO O| Aug 11 21:59:31.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat" |
| 8089 | 2026-08-11T21:59:32.342Z | [ recovery-image] Aug 11 21:59:31.092 INFO O| Aug 11 21:59:31.092 INFO STEP 942 (remove_files) COMPLETE |
| 8090 | 2026-08-11T21:59:32.342Z | [ recovery-image] Aug 11 21:59:31.092 INFO O| Aug 11 21:59:31.092 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8091 | 2026-08-11T21:59:32.356Z | [ recovery-image] Aug 11 21:59:31.103 INFO O| Aug 11 21:59:31.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat" |
| 8092 | 2026-08-11T21:59:32.356Z | [ recovery-image] Aug 11 21:59:31.103 INFO O| Aug 11 21:59:31.103 INFO STEP 943 (remove_files) COMPLETE |
| 8093 | 2026-08-11T21:59:32.356Z | [ recovery-image] Aug 11 21:59:31.103 INFO O| Aug 11 21:59:31.103 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8094 | 2026-08-11T21:59:32.360Z | [ recovery-image] Aug 11 21:59:31.113 INFO O| Aug 11 21:59:31.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp" |
| 8095 | 2026-08-11T21:59:32.360Z | [ recovery-image] Aug 11 21:59:31.114 INFO O| Aug 11 21:59:31.114 INFO STEP 944 (remove_files) COMPLETE |
| 8096 | 2026-08-11T21:59:32.360Z | [ recovery-image] Aug 11 21:59:31.114 INFO O| Aug 11 21:59:31.114 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8097 | 2026-08-11T21:59:32.361Z | [ recovery-image] Aug 11 21:59:31.124 INFO O| Aug 11 21:59:31.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit" |
| 8098 | 2026-08-11T21:59:32.361Z | [ recovery-image] Aug 11 21:59:31.124 INFO O| Aug 11 21:59:31.124 INFO STEP 945 (remove_files) COMPLETE |
| 8099 | 2026-08-11T21:59:32.361Z | [ recovery-image] Aug 11 21:59:31.124 INFO O| Aug 11 21:59:31.124 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8100 | 2026-08-11T21:59:32.368Z | [ recovery-image] Aug 11 21:59:31.133 INFO O| Aug 11 21:59:31.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig" |
| 8101 | 2026-08-11T21:59:32.368Z | [ recovery-image] Aug 11 21:59:31.133 INFO O| Aug 11 21:59:31.133 INFO STEP 946 (remove_files) COMPLETE |
| 8102 | 2026-08-11T21:59:32.369Z | [ recovery-image] Aug 11 21:59:31.133 INFO O| Aug 11 21:59:31.133 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8103 | 2026-08-11T21:59:32.378Z | [ recovery-image] Aug 11 21:59:31.142 INFO O| Aug 11 21:59:31.142 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd" |
| 8104 | 2026-08-11T21:59:32.378Z | [ recovery-image] Aug 11 21:59:31.142 INFO O| Aug 11 21:59:31.142 INFO STEP 947 (remove_files) COMPLETE |
| 8105 | 2026-08-11T21:59:32.378Z | [ recovery-image] Aug 11 21:59:31.142 INFO O| Aug 11 21:59:31.142 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8106 | 2026-08-11T21:59:32.388Z | [ recovery-image] Aug 11 21:59:31.152 INFO O| Aug 11 21:59:31.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord" |
| 8107 | 2026-08-11T21:59:32.388Z | [ recovery-image] Aug 11 21:59:31.152 INFO O| Aug 11 21:59:31.152 INFO STEP 948 (remove_files) COMPLETE |
| 8108 | 2026-08-11T21:59:32.388Z | [ recovery-image] Aug 11 21:59:31.152 INFO O| Aug 11 21:59:31.152 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8109 | 2026-08-11T21:59:32.397Z | [ recovery-image] Aug 11 21:59:31.162 INFO O| Aug 11 21:59:31.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce" |
| 8110 | 2026-08-11T21:59:32.397Z | [ recovery-image] Aug 11 21:59:31.162 INFO O| Aug 11 21:59:31.162 INFO STEP 949 (remove_files) COMPLETE |
| 8111 | 2026-08-11T21:59:32.398Z | [ recovery-image] Aug 11 21:59:31.162 INFO O| Aug 11 21:59:31.162 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8112 | 2026-08-11T21:59:32.408Z | [ recovery-image] Aug 11 21:59:31.172 INFO O| Aug 11 21:59:31.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat" |
| 8113 | 2026-08-11T21:59:32.408Z | [ recovery-image] Aug 11 21:59:31.173 INFO O| Aug 11 21:59:31.173 INFO STEP 950 (remove_files) COMPLETE |
| 8114 | 2026-08-11T21:59:32.408Z | [ recovery-image] Aug 11 21:59:31.173 INFO O| Aug 11 21:59:31.173 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8115 | 2026-08-11T21:59:32.417Z | [ recovery-image] Aug 11 21:59:31.182 INFO O| Aug 11 21:59:31.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks" |
| 8116 | 2026-08-11T21:59:32.418Z | [ recovery-image] Aug 11 21:59:31.182 INFO O| Aug 11 21:59:31.182 INFO STEP 951 (remove_files) COMPLETE |
| 8117 | 2026-08-11T21:59:32.418Z | [ recovery-image] Aug 11 21:59:31.182 INFO O| Aug 11 21:59:31.182 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8118 | 2026-08-11T21:59:32.434Z | [ recovery-image] Aug 11 21:59:31.193 INFO O| Aug 11 21:59:31.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve" |
| 8119 | 2026-08-11T21:59:32.434Z | [ recovery-image] Aug 11 21:59:31.193 INFO O| Aug 11 21:59:31.193 INFO STEP 952 (remove_files) COMPLETE |
| 8120 | 2026-08-11T21:59:32.434Z | [ recovery-image] Aug 11 21:59:31.193 INFO O| Aug 11 21:59:31.193 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8121 | 2026-08-11T21:59:32.438Z | [ recovery-image] Aug 11 21:59:31.203 INFO O| Aug 11 21:59:31.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl" |
| 8122 | 2026-08-11T21:59:32.438Z | [ recovery-image] Aug 11 21:59:31.203 INFO O| Aug 11 21:59:31.203 INFO STEP 953 (remove_files) COMPLETE |
| 8123 | 2026-08-11T21:59:32.450Z | [ recovery-image] Aug 11 21:59:31.203 INFO O| Aug 11 21:59:31.203 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8124 | 2026-08-11T21:59:32.463Z | [ recovery-image] Aug 11 21:59:31.228 INFO O| Aug 11 21:59:31.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm" |
| 8125 | 2026-08-11T21:59:32.463Z | [ recovery-image] Aug 11 21:59:31.228 INFO O| Aug 11 21:59:31.228 INFO STEP 954 (remove_files) COMPLETE |
| 8126 | 2026-08-11T21:59:32.469Z | [ recovery-image] Aug 11 21:59:31.228 INFO O| Aug 11 21:59:31.228 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8127 | 2026-08-11T21:59:32.473Z | [ recovery-image] Aug 11 21:59:31.238 INFO O| Aug 11 21:59:31.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd" |
| 8128 | 2026-08-11T21:59:32.473Z | [ recovery-image] Aug 11 21:59:31.238 INFO O| Aug 11 21:59:31.238 INFO STEP 955 (remove_files) COMPLETE |
| 8129 | 2026-08-11T21:59:32.473Z | [ recovery-image] Aug 11 21:59:31.238 INFO O| Aug 11 21:59:31.238 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8130 | 2026-08-11T21:59:32.484Z | [ recovery-image] Aug 11 21:59:31.249 INFO O| Aug 11 21:59:31.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot" |
| 8131 | 2026-08-11T21:59:32.484Z | [ recovery-image] Aug 11 21:59:31.249 INFO O| Aug 11 21:59:31.249 INFO STEP 956 (remove_files) COMPLETE |
| 8132 | 2026-08-11T21:59:32.484Z | [ recovery-image] Aug 11 21:59:31.249 INFO O| Aug 11 21:59:31.249 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8133 | 2026-08-11T21:59:32.495Z | [ recovery-image] Aug 11 21:59:31.260 INFO O| Aug 11 21:59:31.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks" |
| 8134 | 2026-08-11T21:59:32.495Z | [ recovery-image] Aug 11 21:59:31.260 INFO O| Aug 11 21:59:31.260 INFO STEP 957 (remove_files) COMPLETE |
| 8135 | 2026-08-11T21:59:32.498Z | [ recovery-image] Aug 11 21:59:31.260 INFO O| Aug 11 21:59:31.260 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8136 | 2026-08-11T21:59:32.505Z | [ recovery-image] Aug 11 21:59:31.271 INFO O| Aug 11 21:59:31.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo" |
| 8137 | 2026-08-11T21:59:32.506Z | [ recovery-image] Aug 11 21:59:31.271 INFO O| Aug 11 21:59:31.271 INFO STEP 958 (remove_files) COMPLETE |
| 8138 | 2026-08-11T21:59:32.511Z | [ recovery-image] Aug 11 21:59:31.271 INFO O| Aug 11 21:59:31.271 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8139 | 2026-08-11T21:59:32.516Z | [ recovery-image] Aug 11 21:59:31.281 INFO O| Aug 11 21:59:31.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri" |
| 8140 | 2026-08-11T21:59:32.516Z | [ recovery-image] Aug 11 21:59:31.281 INFO O| Aug 11 21:59:31.281 INFO STEP 959 (remove_files) COMPLETE |
| 8141 | 2026-08-11T21:59:32.516Z | [ recovery-image] Aug 11 21:59:31.281 INFO O| Aug 11 21:59:31.281 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8142 | 2026-08-11T21:59:32.528Z | [ recovery-image] Aug 11 21:59:31.291 INFO O| Aug 11 21:59:31.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm" |
| 8143 | 2026-08-11T21:59:32.528Z | [ recovery-image] Aug 11 21:59:31.291 INFO O| Aug 11 21:59:31.291 INFO STEP 960 (remove_files) COMPLETE |
| 8144 | 2026-08-11T21:59:32.528Z | [ recovery-image] Aug 11 21:59:31.291 INFO O| Aug 11 21:59:31.291 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8145 | 2026-08-11T21:59:32.536Z | [ recovery-image] Aug 11 21:59:31.301 INFO O| Aug 11 21:59:31.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd" |
| 8146 | 2026-08-11T21:59:32.536Z | [ recovery-image] Aug 11 21:59:31.301 INFO O| Aug 11 21:59:31.301 INFO STEP 961 (remove_files) COMPLETE |
| 8147 | 2026-08-11T21:59:32.539Z | [ recovery-image] Aug 11 21:59:31.301 INFO O| Aug 11 21:59:31.301 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8148 | 2026-08-11T21:59:32.545Z | [ recovery-image] Aug 11 21:59:31.309 INFO O| Aug 11 21:59:31.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate" |
| 8149 | 2026-08-11T21:59:32.545Z | [ recovery-image] Aug 11 21:59:31.309 INFO O| Aug 11 21:59:31.309 INFO STEP 962 (remove_files) COMPLETE |
| 8150 | 2026-08-11T21:59:32.545Z | [ recovery-image] Aug 11 21:59:31.309 INFO O| Aug 11 21:59:31.309 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8151 | 2026-08-11T21:59:32.554Z | [ recovery-image] Aug 11 21:59:31.319 INFO O| Aug 11 21:59:31.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo" |
| 8152 | 2026-08-11T21:59:32.554Z | [ recovery-image] Aug 11 21:59:31.319 INFO O| Aug 11 21:59:31.319 INFO STEP 963 (remove_files) COMPLETE |
| 8153 | 2026-08-11T21:59:32.558Z | [ recovery-image] Aug 11 21:59:31.319 INFO O| Aug 11 21:59:31.319 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8154 | 2026-08-11T21:59:32.564Z | [ recovery-image] Aug 11 21:59:31.329 INFO O| Aug 11 21:59:31.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks" |
| 8155 | 2026-08-11T21:59:32.564Z | [ recovery-image] Aug 11 21:59:31.329 INFO O| Aug 11 21:59:31.329 INFO STEP 964 (remove_files) COMPLETE |
| 8156 | 2026-08-11T21:59:32.564Z | [ recovery-image] Aug 11 21:59:31.329 INFO O| Aug 11 21:59:31.329 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8157 | 2026-08-11T21:59:32.572Z | [ recovery-image] Aug 11 21:59:31.337 INFO O| Aug 11 21:59:31.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df" |
| 8158 | 2026-08-11T21:59:32.572Z | [ recovery-image] Aug 11 21:59:31.337 INFO O| Aug 11 21:59:31.337 INFO STEP 965 (remove_files) COMPLETE |
| 8159 | 2026-08-11T21:59:32.572Z | [ recovery-image] Aug 11 21:59:31.337 INFO O| Aug 11 21:59:31.337 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8160 | 2026-08-11T21:59:32.584Z | [ recovery-image] Aug 11 21:59:31.346 INFO O| Aug 11 21:59:31.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts" |
| 8161 | 2026-08-11T21:59:32.584Z | [ recovery-image] Aug 11 21:59:31.346 INFO O| Aug 11 21:59:31.346 INFO STEP 966 (remove_files) COMPLETE |
| 8162 | 2026-08-11T21:59:32.584Z | [ recovery-image] Aug 11 21:59:31.346 INFO O| Aug 11 21:59:31.346 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8163 | 2026-08-11T21:59:32.590Z | [ recovery-image] Aug 11 21:59:31.355 INFO O| Aug 11 21:59:31.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares" |
| 8164 | 2026-08-11T21:59:32.590Z | [ recovery-image] Aug 11 21:59:31.355 INFO O| Aug 11 21:59:31.355 INFO STEP 967 (remove_files) COMPLETE |
| 8165 | 2026-08-11T21:59:32.590Z | [ recovery-image] Aug 11 21:59:31.355 INFO O| Aug 11 21:59:31.355 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8166 | 2026-08-11T21:59:32.601Z | [ recovery-image] Aug 11 21:59:31.364 INFO O| Aug 11 21:59:31.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks" |
| 8167 | 2026-08-11T21:59:32.601Z | [ recovery-image] Aug 11 21:59:31.364 INFO O| Aug 11 21:59:31.364 INFO STEP 968 (remove_files) COMPLETE |
| 8168 | 2026-08-11T21:59:32.601Z | [ recovery-image] Aug 11 21:59:31.364 INFO O| Aug 11 21:59:31.364 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8169 | 2026-08-11T21:59:32.610Z | [ recovery-image] Aug 11 21:59:31.373 INFO O| Aug 11 21:59:31.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin" |
| 8170 | 2026-08-11T21:59:32.615Z | [ recovery-image] Aug 11 21:59:31.373 INFO O| Aug 11 21:59:31.373 INFO STEP 969 (remove_files) COMPLETE |
| 8171 | 2026-08-11T21:59:32.615Z | [ recovery-image] Aug 11 21:59:31.373 INFO O| Aug 11 21:59:31.373 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8172 | 2026-08-11T21:59:32.619Z | [ recovery-image] Aug 11 21:59:31.383 INFO O| Aug 11 21:59:31.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo" |
| 8173 | 2026-08-11T21:59:32.619Z | [ recovery-image] Aug 11 21:59:31.383 INFO O| Aug 11 21:59:31.383 INFO STEP 970 (remove_files) COMPLETE |
| 8174 | 2026-08-11T21:59:32.619Z | [ recovery-image] Aug 11 21:59:31.383 INFO O| Aug 11 21:59:31.383 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8175 | 2026-08-11T21:59:32.628Z | [ recovery-image] Aug 11 21:59:31.393 INFO O| Aug 11 21:59:31.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig" |
| 8176 | 2026-08-11T21:59:32.628Z | [ recovery-image] Aug 11 21:59:31.393 INFO O| Aug 11 21:59:31.393 INFO STEP 971 (remove_files) COMPLETE |
| 8177 | 2026-08-11T21:59:32.632Z | [ recovery-image] Aug 11 21:59:31.393 INFO O| Aug 11 21:59:31.393 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8178 | 2026-08-11T21:59:32.639Z | [ recovery-image] Aug 11 21:59:31.404 INFO O| Aug 11 21:59:31.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom" |
| 8179 | 2026-08-11T21:59:32.639Z | [ recovery-image] Aug 11 21:59:31.404 INFO O| Aug 11 21:59:31.404 INFO STEP 972 (remove_files) COMPLETE |
| 8180 | 2026-08-11T21:59:32.642Z | [ recovery-image] Aug 11 21:59:31.404 INFO O| Aug 11 21:59:31.404 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8181 | 2026-08-11T21:59:32.649Z | [ recovery-image] Aug 11 21:59:31.414 INFO O| Aug 11 21:59:31.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff" |
| 8182 | 2026-08-11T21:59:32.649Z | [ recovery-image] Aug 11 21:59:31.414 INFO O| Aug 11 21:59:31.414 INFO STEP 973 (remove_files) COMPLETE |
| 8183 | 2026-08-11T21:59:32.649Z | [ recovery-image] Aug 11 21:59:31.414 INFO O| Aug 11 21:59:31.414 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8184 | 2026-08-11T21:59:32.662Z | [ recovery-image] Aug 11 21:59:31.424 INFO O| Aug 11 21:59:31.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm" |
| 8185 | 2026-08-11T21:59:32.662Z | [ recovery-image] Aug 11 21:59:31.424 INFO O| Aug 11 21:59:31.424 INFO STEP 974 (remove_files) COMPLETE |
| 8186 | 2026-08-11T21:59:32.662Z | [ recovery-image] Aug 11 21:59:31.424 INFO O| Aug 11 21:59:31.424 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8187 | 2026-08-11T21:59:32.670Z | [ recovery-image] Aug 11 21:59:31.435 INFO O| Aug 11 21:59:31.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump" |
| 8188 | 2026-08-11T21:59:32.670Z | [ recovery-image] Aug 11 21:59:31.435 INFO O| Aug 11 21:59:31.435 INFO STEP 975 (remove_files) COMPLETE |
| 8189 | 2026-08-11T21:59:32.670Z | [ recovery-image] Aug 11 21:59:31.435 INFO O| Aug 11 21:59:31.435 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8190 | 2026-08-11T21:59:32.681Z | [ recovery-image] Aug 11 21:59:31.446 INFO O| Aug 11 21:59:31.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat" |
| 8191 | 2026-08-11T21:59:32.681Z | [ recovery-image] Aug 11 21:59:31.446 INFO O| Aug 11 21:59:31.446 INFO STEP 976 (remove_files) COMPLETE |
| 8192 | 2026-08-11T21:59:32.681Z | [ recovery-image] Aug 11 21:59:31.446 INFO O| Aug 11 21:59:31.446 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8193 | 2026-08-11T21:59:32.692Z | [ recovery-image] Aug 11 21:59:31.455 INFO O| Aug 11 21:59:31.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard" |
| 8194 | 2026-08-11T21:59:32.692Z | [ recovery-image] Aug 11 21:59:31.456 INFO O| Aug 11 21:59:31.456 INFO STEP 977 (remove_files) COMPLETE |
| 8195 | 2026-08-11T21:59:32.695Z | [ recovery-image] Aug 11 21:59:31.456 INFO O| Aug 11 21:59:31.456 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8196 | 2026-08-11T21:59:32.702Z | [ recovery-image] Aug 11 21:59:31.467 INFO O| Aug 11 21:59:31.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format" |
| 8197 | 2026-08-11T21:59:32.702Z | [ recovery-image] Aug 11 21:59:31.467 INFO O| Aug 11 21:59:31.467 INFO STEP 978 (remove_files) COMPLETE |
| 8198 | 2026-08-11T21:59:32.702Z | [ recovery-image] Aug 11 21:59:31.467 INFO O| Aug 11 21:59:31.467 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8199 | 2026-08-11T21:59:32.712Z | [ recovery-image] Aug 11 21:59:31.477 INFO O| Aug 11 21:59:31.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck" |
| 8200 | 2026-08-11T21:59:32.712Z | [ recovery-image] Aug 11 21:59:31.477 INFO O| Aug 11 21:59:31.477 INFO STEP 979 (remove_files) COMPLETE |
| 8201 | 2026-08-11T21:59:32.716Z | [ recovery-image] Aug 11 21:59:31.477 INFO O| Aug 11 21:59:31.477 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8202 | 2026-08-11T21:59:32.723Z | [ recovery-image] Aug 11 21:59:31.486 INFO O| Aug 11 21:59:31.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser" |
| 8203 | 2026-08-11T21:59:32.723Z | [ recovery-image] Aug 11 21:59:31.486 INFO O| Aug 11 21:59:31.486 INFO STEP 980 (remove_files) COMPLETE |
| 8204 | 2026-08-11T21:59:32.726Z | [ recovery-image] Aug 11 21:59:31.486 INFO O| Aug 11 21:59:31.486 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8205 | 2026-08-11T21:59:32.731Z | [ recovery-image] Aug 11 21:59:31.495 INFO O| Aug 11 21:59:31.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy" |
| 8206 | 2026-08-11T21:59:32.731Z | [ recovery-image] Aug 11 21:59:31.495 INFO O| Aug 11 21:59:31.495 INFO STEP 981 (remove_files) COMPLETE |
| 8207 | 2026-08-11T21:59:32.735Z | [ recovery-image] Aug 11 21:59:31.495 INFO O| Aug 11 21:59:31.495 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8208 | 2026-08-11T21:59:32.738Z | [ recovery-image] Aug 11 21:59:31.504 INFO O| Aug 11 21:59:31.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor" |
| 8209 | 2026-08-11T21:59:32.739Z | [ recovery-image] Aug 11 21:59:31.504 INFO O| Aug 11 21:59:31.504 INFO STEP 982 (remove_files) COMPLETE |
| 8210 | 2026-08-11T21:59:32.739Z | [ recovery-image] Aug 11 21:59:31.504 INFO O| Aug 11 21:59:31.504 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8211 | 2026-08-11T21:59:32.749Z | [ recovery-image] Aug 11 21:59:31.513 INFO O| Aug 11 21:59:31.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd" |
| 8212 | 2026-08-11T21:59:32.749Z | [ recovery-image] Aug 11 21:59:31.513 INFO O| Aug 11 21:59:31.513 INFO STEP 983 (remove_files) COMPLETE |
| 8213 | 2026-08-11T21:59:32.753Z | [ recovery-image] Aug 11 21:59:31.513 INFO O| Aug 11 21:59:31.513 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8214 | 2026-08-11T21:59:33.165Z | [ recovery-image] Aug 11 21:59:31.522 INFO O| Aug 11 21:59:31.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel" |
| 8215 | 2026-08-11T21:59:33.169Z | [ recovery-image] Aug 11 21:59:31.522 INFO O| Aug 11 21:59:31.522 INFO STEP 984 (remove_files) COMPLETE |
| 8216 | 2026-08-11T21:59:33.169Z | [ recovery-image] Aug 11 21:59:31.522 INFO O| Aug 11 21:59:31.522 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8217 | 2026-08-11T21:59:33.169Z | [ recovery-image] Aug 11 21:59:31.531 INFO O| Aug 11 21:59:31.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod" |
| 8218 | 2026-08-11T21:59:33.169Z | [ recovery-image] Aug 11 21:59:31.531 INFO O| Aug 11 21:59:31.531 INFO STEP 985 (remove_files) COMPLETE |
| 8219 | 2026-08-11T21:59:33.169Z | [ recovery-image] Aug 11 21:59:31.531 INFO O| Aug 11 21:59:31.531 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8220 | 2026-08-11T21:59:33.169Z | [ recovery-image] Aug 11 21:59:31.545 INFO O| Aug 11 21:59:31.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs" |
| 8221 | 2026-08-11T21:59:33.169Z | [ recovery-image] Aug 11 21:59:31.545 INFO O| Aug 11 21:59:31.545 INFO STEP 986 (remove_files) COMPLETE |
| 8222 | 2026-08-11T21:59:33.169Z | [ recovery-image] Aug 11 21:59:31.545 INFO O| Aug 11 21:59:31.545 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8223 | 2026-08-11T21:59:33.169Z | [ recovery-image] Aug 11 21:59:31.555 INFO O| Aug 11 21:59:31.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck" |
| 8224 | 2026-08-11T21:59:33.169Z | [ recovery-image] Aug 11 21:59:31.555 INFO O| Aug 11 21:59:31.555 INFO STEP 987 (remove_files) COMPLETE |
| 8225 | 2026-08-11T21:59:33.169Z | [ recovery-image] Aug 11 21:59:31.555 INFO O| Aug 11 21:59:31.555 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8226 | 2026-08-11T21:59:33.169Z | [ recovery-image] Aug 11 21:59:31.565 INFO O| Aug 11 21:59:31.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred" |
| 8227 | 2026-08-11T21:59:33.169Z | [ recovery-image] Aug 11 21:59:31.565 INFO O| Aug 11 21:59:31.565 INFO STEP 988 (remove_files) COMPLETE |
| 8228 | 2026-08-11T21:59:33.169Z | [ recovery-image] Aug 11 21:59:31.565 INFO O| Aug 11 21:59:31.565 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8229 | 2026-08-11T21:59:33.169Z | [ recovery-image] Aug 11 21:59:31.579 INFO O| Aug 11 21:59:31.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt" |
| 8230 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.579 INFO O| Aug 11 21:59:31.579 INFO STEP 989 (remove_files) COMPLETE |
| 8231 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.579 INFO O| Aug 11 21:59:31.579 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8232 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.587 INFO O| Aug 11 21:59:31.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug" |
| 8233 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.587 INFO O| Aug 11 21:59:31.587 INFO STEP 990 (remove_files) COMPLETE |
| 8234 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.587 INFO O| Aug 11 21:59:31.587 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8235 | 2026-08-11T21:59:33.170Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 8236 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.596 INFO O| Aug 11 21:59:31.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl" |
| 8237 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.596 INFO O| Aug 11 21:59:31.596 INFO STEP 991 (remove_files) COMPLETE |
| 8238 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.596 INFO O| Aug 11 21:59:31.596 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8239 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.606 INFO O| Aug 11 21:59:31.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap" |
| 8240 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.606 INFO O| Aug 11 21:59:31.606 INFO STEP 992 (remove_files) COMPLETE |
| 8241 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.606 INFO O| Aug 11 21:59:31.606 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8242 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.616 INFO O| Aug 11 21:59:31.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm" |
| 8243 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.616 INFO O| Aug 11 21:59:31.616 INFO STEP 993 (remove_files) COMPLETE |
| 8244 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.616 INFO O| Aug 11 21:59:31.616 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8245 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.625 INFO O| Aug 11 21:59:31.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm" |
| 8246 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.626 INFO O| Aug 11 21:59:31.626 INFO STEP 994 (remove_files) COMPLETE |
| 8247 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.626 INFO O| Aug 11 21:59:31.626 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8248 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.636 INFO O| Aug 11 21:59:31.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert" |
| 8249 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.636 INFO O| Aug 11 21:59:31.636 INFO STEP 995 (remove_files) COMPLETE |
| 8250 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.636 INFO O| Aug 11 21:59:31.636 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8251 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.646 INFO O| Aug 11 21:59:31.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc" |
| 8252 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.646 INFO O| Aug 11 21:59:31.646 INFO STEP 996 (remove_files) COMPLETE |
| 8253 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.646 INFO O| Aug 11 21:59:31.646 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8254 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.655 INFO O| Aug 11 21:59:31.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed" |
| 8255 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.655 INFO O| Aug 11 21:59:31.655 INFO STEP 997 (remove_files) COMPLETE |
| 8256 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.655 INFO O| Aug 11 21:59:31.655 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8257 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.667 INFO O| Aug 11 21:59:31.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm" |
| 8258 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.667 INFO O| Aug 11 21:59:31.667 INFO STEP 998 (remove_files) COMPLETE |
| 8259 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.667 INFO O| Aug 11 21:59:31.667 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8260 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.677 INFO O| Aug 11 21:59:31.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv" |
| 8261 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.677 INFO O| Aug 11 21:59:31.677 INFO STEP 999 (remove_files) COMPLETE |
| 8262 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.677 INFO O| Aug 11 21:59:31.677 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8263 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.688 INFO O| Aug 11 21:59:31.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install" |
| 8264 | 2026-08-11T21:59:33.170Z | [ recovery-image] Aug 11 21:59:31.688 INFO O| Aug 11 21:59:31.688 INFO STEP 1000 (remove_files) COMPLETE |
| 8265 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.688 INFO O| Aug 11 21:59:31.688 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8266 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.698 INFO O| Aug 11 21:59:31.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot" |
| 8267 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.698 INFO O| Aug 11 21:59:31.698 INFO STEP 1001 (remove_files) COMPLETE |
| 8268 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.698 INFO O| Aug 11 21:59:31.698 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8269 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.712 INFO O| Aug 11 21:59:31.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf" |
| 8270 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.712 INFO O| Aug 11 21:59:31.712 INFO STEP 1002 (remove_files) COMPLETE |
| 8271 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.712 INFO O| Aug 11 21:59:31.712 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8272 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.722 INFO O| Aug 11 21:59:31.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat" |
| 8273 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.722 INFO O| Aug 11 21:59:31.722 INFO STEP 1003 (remove_files) COMPLETE |
| 8274 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.722 INFO O| Aug 11 21:59:31.722 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8275 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.733 INFO O| Aug 11 21:59:31.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs" |
| 8276 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.733 INFO O| Aug 11 21:59:31.733 INFO STEP 1004 (remove_files) COMPLETE |
| 8277 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.733 INFO O| Aug 11 21:59:31.733 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8278 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.742 INFO O| Aug 11 21:59:31.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf" |
| 8279 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.742 INFO O| Aug 11 21:59:31.742 INFO STEP 1005 (remove_files) COMPLETE |
| 8280 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.742 INFO O| Aug 11 21:59:31.742 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8281 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.752 INFO O| Aug 11 21:59:31.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey" |
| 8282 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.752 INFO O| Aug 11 21:59:31.752 INFO STEP 1006 (remove_files) COMPLETE |
| 8283 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.752 INFO O| Aug 11 21:59:31.752 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8284 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.762 INFO O| Aug 11 21:59:31.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv" |
| 8285 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.762 INFO O| Aug 11 21:59:31.762 INFO STEP 1007 (remove_files) COMPLETE |
| 8286 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.762 INFO O| Aug 11 21:59:31.762 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8287 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.773 INFO O| Aug 11 21:59:31.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall" |
| 8288 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.773 INFO O| Aug 11 21:59:31.773 INFO STEP 1008 (remove_files) COMPLETE |
| 8289 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.773 INFO O| Aug 11 21:59:31.773 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8290 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.783 INFO O| Aug 11 21:59:31.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link" |
| 8291 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.783 INFO O| Aug 11 21:59:31.783 INFO STEP 1009 (remove_files) COMPLETE |
| 8292 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.783 INFO O| Aug 11 21:59:31.783 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8293 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.793 INFO O| Aug 11 21:59:31.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices" |
| 8294 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.793 INFO O| Aug 11 21:59:31.793 INFO STEP 1010 (remove_files) COMPLETE |
| 8295 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.793 INFO O| Aug 11 21:59:31.793 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8296 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.805 INFO O| Aug 11 21:59:31.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator" |
| 8297 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.805 INFO O| Aug 11 21:59:31.803 INFO STEP 1011 (remove_files) COMPLETE |
| 8298 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.805 INFO O| Aug 11 21:59:31.803 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8299 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.813 INFO O| Aug 11 21:59:31.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat" |
| 8300 | 2026-08-11T21:59:33.171Z | [ recovery-image] Aug 11 21:59:31.813 INFO O| Aug 11 21:59:31.813 INFO STEP 1012 (remove_files) COMPLETE |
| 8301 | 2026-08-11T21:59:33.172Z | [ recovery-image] Aug 11 21:59:31.813 INFO O| Aug 11 21:59:31.813 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8302 | 2026-08-11T21:59:33.172Z | [ recovery-image] Aug 11 21:59:31.822 INFO O| Aug 11 21:59:31.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm" |
| 8303 | 2026-08-11T21:59:33.172Z | [ recovery-image] Aug 11 21:59:31.822 INFO O| Aug 11 21:59:31.822 INFO STEP 1013 (remove_files) COMPLETE |
| 8304 | 2026-08-11T21:59:33.172Z | [ recovery-image] Aug 11 21:59:31.822 INFO O| Aug 11 21:59:31.822 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8305 | 2026-08-11T21:59:33.172Z | [ recovery-image] Aug 11 21:59:31.831 INFO O| Aug 11 21:59:31.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm" |
| 8306 | 2026-08-11T21:59:33.172Z | [ recovery-image] Aug 11 21:59:31.831 INFO O| Aug 11 21:59:31.831 INFO STEP 1014 (remove_files) COMPLETE |
| 8307 | 2026-08-11T21:59:33.172Z | [ recovery-image] Aug 11 21:59:31.831 INFO O| Aug 11 21:59:31.831 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8308 | 2026-08-11T21:59:33.172Z | [ recovery-image] Aug 11 21:59:31.841 INFO O| Aug 11 21:59:31.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm" |
| 8309 | 2026-08-11T21:59:33.172Z | [ recovery-image] Aug 11 21:59:31.841 INFO O| Aug 11 21:59:31.841 INFO STEP 1015 (remove_files) COMPLETE |
| 8310 | 2026-08-11T21:59:33.172Z | [ recovery-image] Aug 11 21:59:31.841 INFO O| Aug 11 21:59:31.841 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8311 | 2026-08-11T21:59:33.172Z | [verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 8312 | 2026-08-11T21:59:33.172Z | [ recovery-image] Aug 11 21:59:31.851 INFO O| Aug 11 21:59:31.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc" |
| 8313 | 2026-08-11T21:59:33.172Z | [ recovery-image] Aug 11 21:59:31.851 INFO O| Aug 11 21:59:31.851 INFO STEP 1016 (remove_files) COMPLETE |
| 8314 | 2026-08-11T21:59:33.172Z | [ recovery-image] Aug 11 21:59:31.851 INFO O| Aug 11 21:59:31.851 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8315 | 2026-08-11T21:59:33.185Z | [ recovery-image] Aug 11 21:59:31.861 INFO O| Aug 11 21:59:31.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps" |
| 8316 | 2026-08-11T21:59:33.185Z | [ recovery-image] Aug 11 21:59:31.861 INFO O| Aug 11 21:59:31.861 INFO STEP 1017 (remove_files) COMPLETE |
| 8317 | 2026-08-11T21:59:33.185Z | [ recovery-image] Aug 11 21:59:31.861 INFO O| Aug 11 21:59:31.861 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8318 | 2026-08-11T21:59:33.185Z | [ recovery-image] Aug 11 21:59:31.871 INFO O| Aug 11 21:59:31.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile" |
| 8319 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.871 INFO O| Aug 11 21:59:31.871 INFO STEP 1018 (remove_files) COMPLETE |
| 8320 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.871 INFO O| Aug 11 21:59:31.871 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8321 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.881 INFO O| Aug 11 21:59:31.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod" |
| 8322 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.881 INFO O| Aug 11 21:59:31.881 INFO STEP 1019 (remove_files) COMPLETE |
| 8323 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.881 INFO O| Aug 11 21:59:31.881 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8324 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.891 INFO O| Aug 11 21:59:31.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo" |
| 8325 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.891 INFO O| Aug 11 21:59:31.891 INFO STEP 1020 (remove_files) COMPLETE |
| 8326 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.891 INFO O| Aug 11 21:59:31.891 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8327 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.901 INFO O| Aug 11 21:59:31.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload" |
| 8328 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.901 INFO O| Aug 11 21:59:31.901 INFO STEP 1021 (remove_files) COMPLETE |
| 8329 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.901 INFO O| Aug 11 21:59:31.901 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8330 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.910 INFO O| Aug 11 21:59:31.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall" |
| 8331 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.910 INFO O| Aug 11 21:59:31.910 INFO STEP 1022 (remove_files) COMPLETE |
| 8332 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.910 INFO O| Aug 11 21:59:31.910 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8333 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.920 INFO O| Aug 11 21:59:31.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid" |
| 8334 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.920 INFO O| Aug 11 21:59:31.920 INFO STEP 1023 (remove_files) COMPLETE |
| 8335 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.920 INFO O| Aug 11 21:59:31.920 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8336 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.930 INFO O| Aug 11 21:59:31.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir" |
| 8337 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.930 INFO O| Aug 11 21:59:31.930 INFO STEP 1024 (remove_files) COMPLETE |
| 8338 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.930 INFO O| Aug 11 21:59:31.930 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8339 | 2026-08-11T21:59:33.186Z | [ recovery-image] Aug 11 21:59:31.940 INFO O| Aug 11 21:59:31.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp" |
| 8340 | 2026-08-11T21:59:33.187Z | [ recovery-image] Aug 11 21:59:31.940 INFO O| Aug 11 21:59:31.940 INFO STEP 1025 (remove_files) COMPLETE |
| 8341 | 2026-08-11T21:59:33.187Z | [ recovery-image] Aug 11 21:59:31.940 INFO O| Aug 11 21:59:31.940 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8342 | 2026-08-11T21:59:33.192Z | [ recovery-image] Aug 11 21:59:31.950 INFO O| Aug 11 21:59:31.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin" |
| 8343 | 2026-08-11T21:59:33.192Z | [ recovery-image] Aug 11 21:59:31.950 INFO O| Aug 11 21:59:31.950 INFO STEP 1026 (remove_files) COMPLETE |
| 8344 | 2026-08-11T21:59:33.192Z | [ recovery-image] Aug 11 21:59:31.950 INFO O| Aug 11 21:59:31.950 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8345 | 2026-08-11T21:59:33.199Z | [ recovery-image] Aug 11 21:59:31.961 INFO O| Aug 11 21:59:31.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest" |
| 8346 | 2026-08-11T21:59:33.199Z | [ recovery-image] Aug 11 21:59:31.961 INFO O| Aug 11 21:59:31.961 INFO STEP 1027 (remove_files) COMPLETE |
| 8347 | 2026-08-11T21:59:33.199Z | [ recovery-image] Aug 11 21:59:31.961 INFO O| Aug 11 21:59:31.961 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8348 | 2026-08-11T21:59:33.206Z | [ recovery-image] Aug 11 21:59:31.971 INFO O| Aug 11 21:59:31.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm" |
| 8349 | 2026-08-11T21:59:33.207Z | [ recovery-image] Aug 11 21:59:31.972 INFO O| Aug 11 21:59:31.972 INFO STEP 1028 (remove_files) COMPLETE |
| 8350 | 2026-08-11T21:59:33.211Z | [ recovery-image] Aug 11 21:59:31.972 INFO O| Aug 11 21:59:31.972 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8351 | 2026-08-11T21:59:33.219Z | [ recovery-image] Aug 11 21:59:31.982 INFO O| Aug 11 21:59:31.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg" |
| 8352 | 2026-08-11T21:59:33.219Z | [ recovery-image] Aug 11 21:59:31.982 INFO O| Aug 11 21:59:31.982 INFO STEP 1029 (remove_files) COMPLETE |
| 8353 | 2026-08-11T21:59:33.219Z | [ recovery-image] Aug 11 21:59:31.982 INFO O| Aug 11 21:59:31.982 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8354 | 2026-08-11T21:59:33.231Z | [ recovery-image] Aug 11 21:59:31.993 INFO O| Aug 11 21:59:31.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind" |
| 8355 | 2026-08-11T21:59:33.231Z | [ recovery-image] Aug 11 21:59:31.993 INFO O| Aug 11 21:59:31.993 INFO STEP 1030 (remove_files) COMPLETE |
| 8356 | 2026-08-11T21:59:33.231Z | [ recovery-image] Aug 11 21:59:31.993 INFO O| Aug 11 21:59:31.993 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8357 | 2026-08-11T21:59:33.240Z | [ recovery-image] Aug 11 21:59:32.004 INFO O| Aug 11 21:59:32.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping" |
| 8358 | 2026-08-11T21:59:33.240Z | [ recovery-image] Aug 11 21:59:32.004 INFO O| Aug 11 21:59:32.004 INFO STEP 1031 (remove_files) COMPLETE |
| 8359 | 2026-08-11T21:59:33.247Z | [ recovery-image] Aug 11 21:59:32.004 INFO O| Aug 11 21:59:32.004 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8360 | 2026-08-11T21:59:33.251Z | [ recovery-image] Aug 11 21:59:32.015 INFO O| Aug 11 21:59:32.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd" |
| 8361 | 2026-08-11T21:59:33.251Z | [ recovery-image] Aug 11 21:59:32.015 INFO O| Aug 11 21:59:32.015 INFO STEP 1032 (remove_files) COMPLETE |
| 8362 | 2026-08-11T21:59:33.251Z | [ recovery-image] Aug 11 21:59:32.015 INFO O| Aug 11 21:59:32.015 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8363 | 2026-08-11T21:59:33.270Z | [ recovery-image] Aug 11 21:59:32.025 INFO O| Aug 11 21:59:32.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask" |
| 8364 | 2026-08-11T21:59:33.270Z | [ recovery-image] Aug 11 21:59:32.025 INFO O| Aug 11 21:59:32.025 INFO STEP 1033 (remove_files) COMPLETE |
| 8365 | 2026-08-11T21:59:33.270Z | [ recovery-image] Aug 11 21:59:32.025 INFO O| Aug 11 21:59:32.025 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8366 | 2026-08-11T21:59:33.276Z | [ recovery-image] Aug 11 21:59:32.034 INFO O| Aug 11 21:59:32.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk" |
| 8367 | 2026-08-11T21:59:33.276Z | [ recovery-image] Aug 11 21:59:32.034 INFO O| Aug 11 21:59:32.034 INFO STEP 1034 (remove_files) COMPLETE |
| 8368 | 2026-08-11T21:59:33.277Z | [ recovery-image] Aug 11 21:59:32.034 INFO O| Aug 11 21:59:32.034 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8369 | 2026-08-11T21:59:33.280Z | [ recovery-image] Aug 11 21:59:32.044 INFO O| Aug 11 21:59:32.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm" |
| 8370 | 2026-08-11T21:59:33.280Z | [ recovery-image] Aug 11 21:59:32.044 INFO O| Aug 11 21:59:32.044 INFO STEP 1035 (remove_files) COMPLETE |
| 8371 | 2026-08-11T21:59:33.281Z | [ recovery-image] Aug 11 21:59:32.044 INFO O| Aug 11 21:59:32.044 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8372 | 2026-08-11T21:59:33.288Z | [ recovery-image] Aug 11 21:59:32.054 INFO O| Aug 11 21:59:32.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat" |
| 8373 | 2026-08-11T21:59:33.289Z | [ recovery-image] Aug 11 21:59:32.054 INFO O| Aug 11 21:59:32.054 INFO STEP 1036 (remove_files) COMPLETE |
| 8374 | 2026-08-11T21:59:33.289Z | [ recovery-image] Aug 11 21:59:32.054 INFO O| Aug 11 21:59:32.054 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8375 | 2026-08-11T21:59:33.299Z | [ recovery-image] Aug 11 21:59:32.063 INFO O| Aug 11 21:59:32.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm" |
| 8376 | 2026-08-11T21:59:33.299Z | [ recovery-image] Aug 11 21:59:32.063 INFO O| Aug 11 21:59:32.063 INFO STEP 1037 (remove_files) COMPLETE |
| 8377 | 2026-08-11T21:59:33.299Z | [ recovery-image] Aug 11 21:59:32.063 INFO O| Aug 11 21:59:32.063 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8378 | 2026-08-11T21:59:33.311Z | [ recovery-image] Aug 11 21:59:32.074 INFO O| Aug 11 21:59:32.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind" |
| 8379 | 2026-08-11T21:59:33.311Z | [ recovery-image] Aug 11 21:59:32.074 INFO O| Aug 11 21:59:32.074 INFO STEP 1038 (remove_files) COMPLETE |
| 8380 | 2026-08-11T21:59:33.316Z | [ recovery-image] Aug 11 21:59:32.074 INFO O| Aug 11 21:59:32.074 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8381 | 2026-08-11T21:59:33.319Z | [ recovery-image] Aug 11 21:59:32.085 INFO O| Aug 11 21:59:32.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg" |
| 8382 | 2026-08-11T21:59:33.319Z | [ recovery-image] Aug 11 21:59:32.085 INFO O| Aug 11 21:59:32.085 INFO STEP 1039 (remove_files) COMPLETE |
| 8383 | 2026-08-11T21:59:33.320Z | [ recovery-image] Aug 11 21:59:32.085 INFO O| Aug 11 21:59:32.085 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8384 | 2026-08-11T21:59:33.329Z | [ recovery-image] Aug 11 21:59:32.094 INFO O| Aug 11 21:59:32.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports" |
| 8385 | 2026-08-11T21:59:33.330Z | [ recovery-image] Aug 11 21:59:32.094 INFO O| Aug 11 21:59:32.094 INFO STEP 1040 (remove_files) COMPLETE |
| 8386 | 2026-08-11T21:59:33.334Z | [ recovery-image] Aug 11 21:59:32.094 INFO O| Aug 11 21:59:32.094 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8387 | 2026-08-11T21:59:33.338Z | [ recovery-image] Aug 11 21:59:32.103 INFO O| Aug 11 21:59:32.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff" |
| 8388 | 2026-08-11T21:59:33.338Z | [ recovery-image] Aug 11 21:59:32.103 INFO O| Aug 11 21:59:32.103 INFO STEP 1041 (remove_files) COMPLETE |
| 8389 | 2026-08-11T21:59:33.347Z | [ recovery-image] Aug 11 21:59:32.103 INFO O| Aug 11 21:59:32.103 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8390 | 2026-08-11T21:59:33.353Z | [ recovery-image] Aug 11 21:59:32.112 INFO O| Aug 11 21:59:32.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm" |
| 8391 | 2026-08-11T21:59:33.353Z | [ recovery-image] Aug 11 21:59:32.113 INFO O| Aug 11 21:59:32.112 INFO STEP 1042 (remove_files) COMPLETE |
| 8392 | 2026-08-11T21:59:33.353Z | [ recovery-image] Aug 11 21:59:32.113 INFO O| Aug 11 21:59:32.112 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8393 | 2026-08-11T21:59:33.358Z | [ recovery-image] Aug 11 21:59:32.121 INFO O| Aug 11 21:59:32.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit" |
| 8394 | 2026-08-11T21:59:33.358Z | [ recovery-image] Aug 11 21:59:32.121 INFO O| Aug 11 21:59:32.121 INFO STEP 1043 (remove_files) COMPLETE |
| 8395 | 2026-08-11T21:59:33.358Z | [ recovery-image] Aug 11 21:59:32.121 INFO O| Aug 11 21:59:32.121 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8396 | 2026-08-11T21:59:33.366Z | [ recovery-image] Aug 11 21:59:32.130 INFO O| Aug 11 21:59:32.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd" |
| 8397 | 2026-08-11T21:59:33.366Z | [ recovery-image] Aug 11 21:59:32.130 INFO O| Aug 11 21:59:32.130 INFO STEP 1044 (remove_files) COMPLETE |
| 8398 | 2026-08-11T21:59:33.366Z | [ recovery-image] Aug 11 21:59:32.130 INFO O| Aug 11 21:59:32.130 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8399 | 2026-08-11T21:59:33.379Z | [ recovery-image] Aug 11 21:59:32.141 INFO O| Aug 11 21:59:32.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel" |
| 8400 | 2026-08-11T21:59:33.379Z | [ recovery-image] Aug 11 21:59:32.141 INFO O| Aug 11 21:59:32.141 INFO STEP 1045 (remove_files) COMPLETE |
| 8401 | 2026-08-11T21:59:33.379Z | [ recovery-image] Aug 11 21:59:32.141 INFO O| Aug 11 21:59:32.141 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8402 | 2026-08-11T21:59:33.388Z | [ recovery-image] Aug 11 21:59:32.152 INFO O| Aug 11 21:59:32.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod" |
| 8403 | 2026-08-11T21:59:33.388Z | [ recovery-image] Aug 11 21:59:32.152 INFO O| Aug 11 21:59:32.152 INFO STEP 1046 (remove_files) COMPLETE |
| 8404 | 2026-08-11T21:59:33.388Z | [ recovery-image] Aug 11 21:59:32.152 INFO O| Aug 11 21:59:32.152 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8405 | 2026-08-11T21:59:33.401Z | [ recovery-image] Aug 11 21:59:32.163 INFO O| Aug 11 21:59:32.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag" |
| 8406 | 2026-08-11T21:59:33.402Z | [ recovery-image] Aug 11 21:59:32.163 INFO O| Aug 11 21:59:32.163 INFO STEP 1047 (remove_files) COMPLETE |
| 8407 | 2026-08-11T21:59:33.402Z | [ recovery-image] Aug 11 21:59:32.163 INFO O| Aug 11 21:59:32.163 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8408 | 2026-08-11T21:59:33.409Z | [ recovery-image] Aug 11 21:59:32.173 INFO O| Aug 11 21:59:32.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl" |
| 8409 | 2026-08-11T21:59:33.409Z | [ recovery-image] Aug 11 21:59:32.173 INFO O| Aug 11 21:59:32.173 INFO STEP 1048 (remove_files) COMPLETE |
| 8410 | 2026-08-11T21:59:33.409Z | [ recovery-image] Aug 11 21:59:32.173 INFO O| Aug 11 21:59:32.173 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8411 | 2026-08-11T21:59:33.426Z | [ recovery-image] Aug 11 21:59:32.184 INFO O| Aug 11 21:59:32.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc" |
| 8412 | 2026-08-11T21:59:33.426Z | [ recovery-image] Aug 11 21:59:32.184 INFO O| Aug 11 21:59:32.184 INFO STEP 1049 (remove_files) COMPLETE |
| 8413 | 2026-08-11T21:59:33.426Z | [ recovery-image] Aug 11 21:59:32.184 INFO O| Aug 11 21:59:32.184 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8414 | 2026-08-11T21:59:33.439Z | [ recovery-image] Aug 11 21:59:32.195 INFO O| Aug 11 21:59:32.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm" |
| 8415 | 2026-08-11T21:59:33.439Z | [ recovery-image] Aug 11 21:59:32.195 INFO O| Aug 11 21:59:32.195 INFO STEP 1050 (remove_files) COMPLETE |
| 8416 | 2026-08-11T21:59:33.439Z | [ recovery-image] Aug 11 21:59:32.195 INFO O| Aug 11 21:59:32.195 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8417 | 2026-08-11T21:59:33.445Z | [ recovery-image] Aug 11 21:59:32.206 INFO O| Aug 11 21:59:32.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo" |
| 8418 | 2026-08-11T21:59:33.446Z | [ recovery-image] Aug 11 21:59:32.206 INFO O| Aug 11 21:59:32.206 INFO STEP 1051 (remove_files) COMPLETE |
| 8419 | 2026-08-11T21:59:33.446Z | [ recovery-image] Aug 11 21:59:32.206 INFO O| Aug 11 21:59:32.206 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8420 | 2026-08-11T21:59:33.468Z | [ recovery-image] Aug 11 21:59:32.218 INFO O| Aug 11 21:59:32.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset" |
| 8421 | 2026-08-11T21:59:33.468Z | [ recovery-image] Aug 11 21:59:32.218 INFO O| Aug 11 21:59:32.218 INFO STEP 1052 (remove_files) COMPLETE |
| 8422 | 2026-08-11T21:59:33.468Z | [ recovery-image] Aug 11 21:59:32.218 INFO O| Aug 11 21:59:32.218 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8423 | 2026-08-11T21:59:33.478Z | [ recovery-image] Aug 11 21:59:32.229 INFO O| Aug 11 21:59:32.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck" |
| 8424 | 2026-08-11T21:59:33.478Z | [ recovery-image] Aug 11 21:59:32.229 INFO O| Aug 11 21:59:32.229 INFO STEP 1053 (remove_files) COMPLETE |
| 8425 | 2026-08-11T21:59:33.478Z | [ recovery-image] Aug 11 21:59:32.229 INFO O| Aug 11 21:59:32.229 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8426 | 2026-08-11T21:59:33.581Z | [ recovery-image] Aug 11 21:59:32.240 INFO O| Aug 11 21:59:32.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv" |
| 8427 | 2026-08-11T21:59:33.581Z | [ recovery-image] Aug 11 21:59:32.240 INFO O| Aug 11 21:59:32.240 INFO STEP 1054 (remove_files) COMPLETE |
| 8428 | 2026-08-11T21:59:33.581Z | [ recovery-image] Aug 11 21:59:32.240 INFO O| Aug 11 21:59:32.240 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8429 | 2026-08-11T21:59:33.581Z | [ recovery-image] Aug 11 21:59:32.251 INFO O| Aug 11 21:59:32.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl" |
| 8430 | 2026-08-11T21:59:33.581Z | [ recovery-image] Aug 11 21:59:32.251 INFO O| Aug 11 21:59:32.251 INFO STEP 1055 (remove_files) COMPLETE |
| 8431 | 2026-08-11T21:59:33.581Z | [ recovery-image] Aug 11 21:59:32.251 INFO O| Aug 11 21:59:32.251 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8432 | 2026-08-11T21:59:33.598Z | [ recovery-image] Aug 11 21:59:32.262 INFO O| Aug 11 21:59:32.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm" |
| 8433 | 2026-08-11T21:59:33.598Z | [ recovery-image] Aug 11 21:59:32.262 INFO O| Aug 11 21:59:32.262 INFO STEP 1056 (remove_files) COMPLETE |
| 8434 | 2026-08-11T21:59:33.598Z | [ recovery-image] Aug 11 21:59:32.262 INFO O| Aug 11 21:59:32.262 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8435 | 2026-08-11T21:59:33.598Z | [ recovery-image] Aug 11 21:59:32.272 INFO O| Aug 11 21:59:32.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm" |
| 8436 | 2026-08-11T21:59:33.598Z | [ recovery-image] Aug 11 21:59:32.272 INFO O| Aug 11 21:59:32.272 INFO STEP 1057 (remove_files) COMPLETE |
| 8437 | 2026-08-11T21:59:33.598Z | [ recovery-image] Aug 11 21:59:32.272 INFO O| Aug 11 21:59:32.272 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8438 | 2026-08-11T21:59:33.598Z | [ recovery-image] Aug 11 21:59:32.282 INFO O| Aug 11 21:59:32.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr" |
| 8439 | 2026-08-11T21:59:33.598Z | [ recovery-image] Aug 11 21:59:32.282 INFO O| Aug 11 21:59:32.282 INFO STEP 1058 (remove_files) COMPLETE |
| 8440 | 2026-08-11T21:59:33.598Z | [ recovery-image] Aug 11 21:59:32.282 INFO O| Aug 11 21:59:32.282 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8441 | 2026-08-11T21:59:33.598Z | [ recovery-image] Aug 11 21:59:32.293 INFO O| Aug 11 21:59:32.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot" |
| 8442 | 2026-08-11T21:59:33.598Z | [ recovery-image] Aug 11 21:59:32.293 INFO O| Aug 11 21:59:32.293 INFO STEP 1059 (remove_files) COMPLETE |
| 8443 | 2026-08-11T21:59:33.598Z | [ recovery-image] Aug 11 21:59:32.293 INFO O| Aug 11 21:59:32.293 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8444 | 2026-08-11T21:59:33.598Z | [ recovery-image] Aug 11 21:59:32.302 INFO O| Aug 11 21:59:32.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv" |
| 8445 | 2026-08-11T21:59:33.599Z | [ recovery-image] Aug 11 21:59:32.302 INFO O| Aug 11 21:59:32.302 INFO STEP 1060 (remove_files) COMPLETE |
| 8446 | 2026-08-11T21:59:33.599Z | [ recovery-image] Aug 11 21:59:32.302 INFO O| Aug 11 21:59:32.302 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8447 | 2026-08-11T21:59:33.599Z | [ recovery-image] Aug 11 21:59:32.314 INFO O| Aug 11 21:59:32.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef" |
| 8448 | 2026-08-11T21:59:33.599Z | [ recovery-image] Aug 11 21:59:32.314 INFO O| Aug 11 21:59:32.314 INFO STEP 1061 (remove_files) COMPLETE |
| 8449 | 2026-08-11T21:59:33.599Z | [ recovery-image] Aug 11 21:59:32.314 INFO O| Aug 11 21:59:32.314 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8450 | 2026-08-11T21:59:33.599Z | [ recovery-image] Aug 11 21:59:32.325 INFO O| Aug 11 21:59:32.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd" |
| 8451 | 2026-08-11T21:59:33.599Z | [ recovery-image] Aug 11 21:59:32.325 INFO O| Aug 11 21:59:32.325 INFO STEP 1062 (remove_files) COMPLETE |
| 8452 | 2026-08-11T21:59:33.599Z | [ recovery-image] Aug 11 21:59:32.325 INFO O| Aug 11 21:59:32.325 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8453 | 2026-08-11T21:59:33.599Z | [ recovery-image] Aug 11 21:59:32.336 INFO O| Aug 11 21:59:32.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel" |
| 8454 | 2026-08-11T21:59:33.599Z | [ recovery-image] Aug 11 21:59:32.336 INFO O| Aug 11 21:59:32.336 INFO STEP 1063 (remove_files) COMPLETE |
| 8455 | 2026-08-11T21:59:33.599Z | [ recovery-image] Aug 11 21:59:32.336 INFO O| Aug 11 21:59:32.336 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8456 | 2026-08-11T21:59:33.599Z | [ recovery-image] Aug 11 21:59:32.346 INFO O| Aug 11 21:59:32.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod" |
| 8457 | 2026-08-11T21:59:33.599Z | [ recovery-image] Aug 11 21:59:32.346 INFO O| Aug 11 21:59:32.346 INFO STEP 1064 (remove_files) COMPLETE |
| 8458 | 2026-08-11T21:59:33.599Z | [ recovery-image] Aug 11 21:59:32.346 INFO O| Aug 11 21:59:32.346 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8459 | 2026-08-11T21:59:33.603Z | [ recovery-image] Aug 11 21:59:32.357 INFO O| Aug 11 21:59:32.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive" |
| 8460 | 2026-08-11T21:59:33.603Z | [ recovery-image] Aug 11 21:59:32.357 INFO O| Aug 11 21:59:32.357 INFO STEP 1065 (remove_files) COMPLETE |
| 8461 | 2026-08-11T21:59:33.603Z | [ recovery-image] Aug 11 21:59:32.357 INFO O| Aug 11 21:59:32.357 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8462 | 2026-08-11T21:59:33.603Z | [ recovery-image] Aug 11 21:59:32.367 INFO O| Aug 11 21:59:32.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind" |
| 8463 | 2026-08-11T21:59:33.603Z | [ recovery-image] Aug 11 21:59:32.367 INFO O| Aug 11 21:59:32.367 INFO STEP 1066 (remove_files) COMPLETE |
| 8464 | 2026-08-11T21:59:33.603Z | [ recovery-image] Aug 11 21:59:32.367 INFO O| Aug 11 21:59:32.367 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8465 | 2026-08-11T21:59:33.614Z | [ recovery-image] Aug 11 21:59:32.376 INFO O| Aug 11 21:59:32.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc" |
| 8466 | 2026-08-11T21:59:33.614Z | [ recovery-image] Aug 11 21:59:32.376 INFO O| Aug 11 21:59:32.376 INFO STEP 1067 (remove_files) COMPLETE |
| 8467 | 2026-08-11T21:59:33.614Z | [ recovery-image] Aug 11 21:59:32.376 INFO O| Aug 11 21:59:32.376 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8468 | 2026-08-11T21:59:33.621Z | [ recovery-image] Aug 11 21:59:32.386 INFO O| Aug 11 21:59:32.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery" |
| 8469 | 2026-08-11T21:59:33.627Z | [ recovery-image] Aug 11 21:59:32.387 INFO O| Aug 11 21:59:32.387 INFO STEP 1068 (remove_files) COMPLETE |
| 8470 | 2026-08-11T21:59:33.627Z | [ recovery-image] Aug 11 21:59:32.387 INFO O| Aug 11 21:59:32.387 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8471 | 2026-08-11T21:59:33.636Z | [ recovery-image] Aug 11 21:59:32.399 INFO O| Aug 11 21:59:32.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt" |
| 8472 | 2026-08-11T21:59:33.636Z | [ recovery-image] Aug 11 21:59:32.399 INFO O| Aug 11 21:59:32.399 INFO STEP 1069 (remove_files) COMPLETE |
| 8473 | 2026-08-11T21:59:33.636Z | [ recovery-image] Aug 11 21:59:32.399 INFO O| Aug 11 21:59:32.399 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8474 | 2026-08-11T21:59:33.646Z | [ recovery-image] Aug 11 21:59:32.411 INFO O| Aug 11 21:59:32.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share" |
| 8475 | 2026-08-11T21:59:33.646Z | [ recovery-image] Aug 11 21:59:32.411 INFO O| Aug 11 21:59:32.411 INFO STEP 1070 (remove_files) COMPLETE |
| 8476 | 2026-08-11T21:59:33.646Z | [ recovery-image] Aug 11 21:59:32.411 INFO O| Aug 11 21:59:32.411 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8477 | 2026-08-11T21:59:33.657Z | [ recovery-image] Aug 11 21:59:32.422 INFO O| Aug 11 21:59:32.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall" |
| 8478 | 2026-08-11T21:59:33.657Z | [ recovery-image] Aug 11 21:59:32.422 INFO O| Aug 11 21:59:32.422 INFO STEP 1071 (remove_files) COMPLETE |
| 8479 | 2026-08-11T21:59:33.657Z | [ recovery-image] Aug 11 21:59:32.422 INFO O| Aug 11 21:59:32.422 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8480 | 2026-08-11T21:59:33.667Z | [ recovery-image] Aug 11 21:59:32.433 INFO O| Aug 11 21:59:32.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl" |
| 8481 | 2026-08-11T21:59:33.668Z | [ recovery-image] Aug 11 21:59:32.433 INFO O| Aug 11 21:59:32.433 INFO STEP 1072 (remove_files) COMPLETE |
| 8482 | 2026-08-11T21:59:33.668Z | [ recovery-image] Aug 11 21:59:32.433 INFO O| Aug 11 21:59:32.433 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8483 | 2026-08-11T21:59:33.679Z | [ recovery-image] Aug 11 21:59:32.443 INFO O| Aug 11 21:59:32.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr" |
| 8484 | 2026-08-11T21:59:33.679Z | [ recovery-image] Aug 11 21:59:32.443 INFO O| Aug 11 21:59:32.443 INFO STEP 1073 (remove_files) COMPLETE |
| 8485 | 2026-08-11T21:59:33.679Z | [ recovery-image] Aug 11 21:59:32.443 INFO O| Aug 11 21:59:32.443 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8486 | 2026-08-11T21:59:33.688Z | [ recovery-image] Aug 11 21:59:32.454 INFO O| Aug 11 21:59:32.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown" |
| 8487 | 2026-08-11T21:59:33.689Z | [ recovery-image] Aug 11 21:59:32.454 INFO O| Aug 11 21:59:32.454 INFO STEP 1074 (remove_files) COMPLETE |
| 8488 | 2026-08-11T21:59:33.692Z | [ recovery-image] Aug 11 21:59:32.454 INFO O| Aug 11 21:59:32.454 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8489 | 2026-08-11T21:59:33.699Z | [ recovery-image] Aug 11 21:59:32.464 INFO O| Aug 11 21:59:32.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm" |
| 8490 | 2026-08-11T21:59:33.699Z | [ recovery-image] Aug 11 21:59:32.464 INFO O| Aug 11 21:59:32.464 INFO STEP 1075 (remove_files) COMPLETE |
| 8491 | 2026-08-11T21:59:33.699Z | [ recovery-image] Aug 11 21:59:32.464 INFO O| Aug 11 21:59:32.464 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8492 | 2026-08-11T21:59:33.709Z | [ recovery-image] Aug 11 21:59:32.474 INFO O| Aug 11 21:59:32.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios" |
| 8493 | 2026-08-11T21:59:33.713Z | [ recovery-image] Aug 11 21:59:32.475 INFO O| Aug 11 21:59:32.475 INFO STEP 1076 (remove_files) COMPLETE |
| 8494 | 2026-08-11T21:59:33.713Z | [ recovery-image] Aug 11 21:59:32.475 INFO O| Aug 11 21:59:32.475 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8495 | 2026-08-11T21:59:33.723Z | [ recovery-image] Aug 11 21:59:32.484 INFO O| Aug 11 21:59:32.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat" |
| 8496 | 2026-08-11T21:59:33.724Z | [ recovery-image] Aug 11 21:59:32.484 INFO O| Aug 11 21:59:32.484 INFO STEP 1077 (remove_files) COMPLETE |
| 8497 | 2026-08-11T21:59:33.729Z | [ recovery-image] Aug 11 21:59:32.484 INFO O| Aug 11 21:59:32.484 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8498 | 2026-08-11T21:59:33.732Z | [ recovery-image] Aug 11 21:59:32.493 INFO O| Aug 11 21:59:32.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd" |
| 8499 | 2026-08-11T21:59:33.732Z | [ recovery-image] Aug 11 21:59:32.493 INFO O| Aug 11 21:59:32.493 INFO STEP 1078 (remove_files) COMPLETE |
| 8500 | 2026-08-11T21:59:33.732Z | [ recovery-image] Aug 11 21:59:32.493 INFO O| Aug 11 21:59:32.493 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8501 | 2026-08-11T21:59:33.736Z | [ recovery-image] Aug 11 21:59:32.501 INFO O| Aug 11 21:59:32.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd" |
| 8502 | 2026-08-11T21:59:33.737Z | [ recovery-image] Aug 11 21:59:32.501 INFO O| Aug 11 21:59:32.501 INFO STEP 1079 (remove_files) COMPLETE |
| 8503 | 2026-08-11T21:59:33.737Z | [ recovery-image] Aug 11 21:59:32.501 INFO O| Aug 11 21:59:32.501 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8504 | 2026-08-11T21:59:33.745Z | [ recovery-image] Aug 11 21:59:32.510 INFO O| Aug 11 21:59:32.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop" |
| 8505 | 2026-08-11T21:59:33.745Z | [ recovery-image] Aug 11 21:59:32.510 INFO O| Aug 11 21:59:32.510 INFO STEP 1080 (remove_files) COMPLETE |
| 8506 | 2026-08-11T21:59:33.749Z | [ recovery-image] Aug 11 21:59:32.510 INFO O| Aug 11 21:59:32.510 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8507 | 2026-08-11T21:59:33.757Z | [ recovery-image] Aug 11 21:59:32.519 INFO O| Aug 11 21:59:32.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd" |
| 8508 | 2026-08-11T21:59:33.757Z | [ recovery-image] Aug 11 21:59:32.520 INFO O| Aug 11 21:59:32.519 INFO STEP 1081 (remove_files) COMPLETE |
| 8509 | 2026-08-11T21:59:33.757Z | [ recovery-image] Aug 11 21:59:32.520 INFO O| Aug 11 21:59:32.520 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8510 | 2026-08-11T21:59:33.763Z | [ recovery-image] Aug 11 21:59:32.528 INFO O| Aug 11 21:59:32.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot" |
| 8511 | 2026-08-11T21:59:33.763Z | [ recovery-image] Aug 11 21:59:32.528 INFO O| Aug 11 21:59:32.528 INFO STEP 1082 (remove_files) COMPLETE |
| 8512 | 2026-08-11T21:59:33.767Z | [ recovery-image] Aug 11 21:59:32.528 INFO O| Aug 11 21:59:32.528 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8513 | 2026-08-11T21:59:33.774Z | [ recovery-image] Aug 11 21:59:32.540 INFO O| Aug 11 21:59:32.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace" |
| 8514 | 2026-08-11T21:59:33.775Z | [ recovery-image] Aug 11 21:59:32.540 INFO O| Aug 11 21:59:32.540 INFO STEP 1083 (remove_files) COMPLETE |
| 8515 | 2026-08-11T21:59:33.778Z | [ recovery-image] Aug 11 21:59:32.540 INFO O| Aug 11 21:59:32.540 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8516 | 2026-08-11T21:59:33.785Z | [ recovery-image] Aug 11 21:59:32.550 INFO O| Aug 11 21:59:32.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean" |
| 8517 | 2026-08-11T21:59:33.785Z | [ recovery-image] Aug 11 21:59:32.550 INFO O| Aug 11 21:59:32.550 INFO STEP 1084 (remove_files) COMPLETE |
| 8518 | 2026-08-11T21:59:33.785Z | [ recovery-image] Aug 11 21:59:32.550 INFO O| Aug 11 21:59:32.550 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8519 | 2026-08-11T21:59:33.799Z | [ recovery-image] Aug 11 21:59:32.561 INFO O| Aug 11 21:59:32.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr" |
| 8520 | 2026-08-11T21:59:33.799Z | [ recovery-image] Aug 11 21:59:32.562 INFO O| Aug 11 21:59:32.562 INFO STEP 1085 (remove_files) COMPLETE |
| 8521 | 2026-08-11T21:59:33.799Z | [ recovery-image] Aug 11 21:59:32.562 INFO O| Aug 11 21:59:32.562 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8522 | 2026-08-11T21:59:33.808Z | [ recovery-image] Aug 11 21:59:32.572 INFO O| Aug 11 21:59:32.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs" |
| 8523 | 2026-08-11T21:59:33.808Z | [ recovery-image] Aug 11 21:59:32.572 INFO O| Aug 11 21:59:32.572 INFO STEP 1086 (remove_files) COMPLETE |
| 8524 | 2026-08-11T21:59:33.808Z | [ recovery-image] Aug 11 21:59:32.572 INFO O| Aug 11 21:59:32.572 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8525 | 2026-08-11T21:59:33.818Z | [ recovery-image] Aug 11 21:59:32.583 INFO O| Aug 11 21:59:32.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit" |
| 8526 | 2026-08-11T21:59:33.818Z | [ recovery-image] Aug 11 21:59:32.583 INFO O| Aug 11 21:59:32.583 INFO STEP 1087 (remove_files) COMPLETE |
| 8527 | 2026-08-11T21:59:33.822Z | [ recovery-image] Aug 11 21:59:32.583 INFO O| Aug 11 21:59:32.583 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8528 | 2026-08-11T21:59:33.831Z | [ recovery-image] Aug 11 21:59:32.596 INFO O| Aug 11 21:59:32.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop" |
| 8529 | 2026-08-11T21:59:33.831Z | [ recovery-image] Aug 11 21:59:32.596 INFO O| Aug 11 21:59:32.596 INFO STEP 1088 (remove_files) COMPLETE |
| 8530 | 2026-08-11T21:59:33.831Z | [ recovery-image] Aug 11 21:59:32.596 INFO O| Aug 11 21:59:32.596 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8531 | 2026-08-11T21:59:33.842Z | [ recovery-image] Aug 11 21:59:32.607 INFO O| Aug 11 21:59:32.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat" |
| 8532 | 2026-08-11T21:59:33.842Z | [ recovery-image] Aug 11 21:59:32.607 INFO O| Aug 11 21:59:32.607 INFO STEP 1089 (remove_files) COMPLETE |
| 8533 | 2026-08-11T21:59:33.846Z | [ recovery-image] Aug 11 21:59:32.607 INFO O| Aug 11 21:59:32.607 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8534 | 2026-08-11T21:59:33.853Z | [ recovery-image] Aug 11 21:59:32.618 INFO O| Aug 11 21:59:32.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef" |
| 8535 | 2026-08-11T21:59:33.853Z | [ recovery-image] Aug 11 21:59:32.618 INFO O| Aug 11 21:59:32.618 INFO STEP 1090 (remove_files) COMPLETE |
| 8536 | 2026-08-11T21:59:33.853Z | [ recovery-image] Aug 11 21:59:32.618 INFO O| Aug 11 21:59:32.618 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8537 | 2026-08-11T21:59:33.865Z | [ recovery-image] Aug 11 21:59:32.628 INFO O| Aug 11 21:59:32.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm" |
| 8538 | 2026-08-11T21:59:33.865Z | [ recovery-image] Aug 11 21:59:32.628 INFO O| Aug 11 21:59:32.628 INFO STEP 1091 (remove_files) COMPLETE |
| 8539 | 2026-08-11T21:59:33.865Z | [ recovery-image] Aug 11 21:59:32.628 INFO O| Aug 11 21:59:32.628 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8540 | 2026-08-11T21:59:33.874Z | [ recovery-image] Aug 11 21:59:32.639 INFO O| Aug 11 21:59:32.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm" |
| 8541 | 2026-08-11T21:59:33.874Z | [ recovery-image] Aug 11 21:59:32.639 INFO O| Aug 11 21:59:32.639 INFO STEP 1092 (remove_files) COMPLETE |
| 8542 | 2026-08-11T21:59:33.877Z | [ recovery-image] Aug 11 21:59:32.639 INFO O| Aug 11 21:59:32.639 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8543 | 2026-08-11T21:59:33.883Z | [ recovery-image] Aug 11 21:59:32.648 INFO O| Aug 11 21:59:32.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes" |
| 8544 | 2026-08-11T21:59:33.883Z | [ recovery-image] Aug 11 21:59:32.648 INFO O| Aug 11 21:59:32.648 INFO STEP 1093 (remove_files) COMPLETE |
| 8545 | 2026-08-11T21:59:33.886Z | [ recovery-image] Aug 11 21:59:32.648 INFO O| Aug 11 21:59:32.648 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8546 | 2026-08-11T21:59:33.896Z | [ recovery-image] Aug 11 21:59:32.661 INFO O| Aug 11 21:59:32.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar" |
| 8547 | 2026-08-11T21:59:33.896Z | [ recovery-image] Aug 11 21:59:32.661 INFO O| Aug 11 21:59:32.661 INFO STEP 1094 (remove_files) COMPLETE |
| 8548 | 2026-08-11T21:59:33.896Z | [ recovery-image] Aug 11 21:59:32.661 INFO O| Aug 11 21:59:32.661 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8549 | 2026-08-11T21:59:33.909Z | [ recovery-image] Aug 11 21:59:32.672 INFO O| Aug 11 21:59:32.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd" |
| 8550 | 2026-08-11T21:59:33.913Z | [ recovery-image] Aug 11 21:59:32.673 INFO O| Aug 11 21:59:32.673 INFO STEP 1095 (remove_files) COMPLETE |
| 8551 | 2026-08-11T21:59:33.913Z | [ recovery-image] Aug 11 21:59:32.673 INFO O| Aug 11 21:59:32.673 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8552 | 2026-08-11T21:59:33.920Z | [ recovery-image] Aug 11 21:59:32.684 INFO O| Aug 11 21:59:32.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute" |
| 8553 | 2026-08-11T21:59:33.923Z | [ recovery-image] Aug 11 21:59:32.684 INFO O| Aug 11 21:59:32.684 INFO STEP 1096 (remove_files) COMPLETE |
| 8554 | 2026-08-11T21:59:33.924Z | [ recovery-image] Aug 11 21:59:32.684 INFO O| Aug 11 21:59:32.684 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8555 | 2026-08-11T21:59:33.930Z | [ recovery-image] Aug 11 21:59:32.694 INFO O| Aug 11 21:59:32.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat" |
| 8556 | 2026-08-11T21:59:33.930Z | [ recovery-image] Aug 11 21:59:32.694 INFO O| Aug 11 21:59:32.694 INFO STEP 1097 (remove_files) COMPLETE |
| 8557 | 2026-08-11T21:59:33.930Z | [ recovery-image] Aug 11 21:59:32.694 INFO O| Aug 11 21:59:32.694 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8558 | 2026-08-11T21:59:33.939Z | [ recovery-image] Aug 11 21:59:32.704 INFO O| Aug 11 21:59:32.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm" |
| 8559 | 2026-08-11T21:59:33.939Z | [ recovery-image] Aug 11 21:59:32.704 INFO O| Aug 11 21:59:32.704 INFO STEP 1098 (remove_files) COMPLETE |
| 8560 | 2026-08-11T21:59:33.944Z | [ recovery-image] Aug 11 21:59:32.704 INFO O| Aug 11 21:59:32.704 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8561 | 2026-08-11T21:59:33.949Z | [verify-libraries] Compiling git2 v0.20.4 |
| 8562 | 2026-08-11T21:59:33.955Z | [ recovery-image] Aug 11 21:59:32.714 INFO O| Aug 11 21:59:32.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm" |
| 8563 | 2026-08-11T21:59:33.955Z | [ recovery-image] Aug 11 21:59:32.714 INFO O| Aug 11 21:59:32.714 INFO STEP 1099 (remove_files) COMPLETE |
| 8564 | 2026-08-11T21:59:33.955Z | [ recovery-image] Aug 11 21:59:32.714 INFO O| Aug 11 21:59:32.714 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8565 | 2026-08-11T21:59:33.959Z | [ recovery-image] Aug 11 21:59:32.723 INFO O| Aug 11 21:59:32.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall" |
| 8566 | 2026-08-11T21:59:33.959Z | [ recovery-image] Aug 11 21:59:32.723 INFO O| Aug 11 21:59:32.723 INFO STEP 1100 (remove_files) COMPLETE |
| 8567 | 2026-08-11T21:59:33.959Z | [ recovery-image] Aug 11 21:59:32.723 INFO O| Aug 11 21:59:32.723 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8568 | 2026-08-11T21:59:33.967Z | [ recovery-image] Aug 11 21:59:32.732 INFO O| Aug 11 21:59:32.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink" |
| 8569 | 2026-08-11T21:59:33.967Z | [ recovery-image] Aug 11 21:59:32.732 INFO O| Aug 11 21:59:32.732 INFO STEP 1101 (remove_files) COMPLETE |
| 8570 | 2026-08-11T21:59:33.971Z | [ recovery-image] Aug 11 21:59:32.732 INFO O| Aug 11 21:59:32.732 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8571 | 2026-08-11T21:59:33.978Z | [ recovery-image] Aug 11 21:59:32.742 INFO O| Aug 11 21:59:32.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare" |
| 8572 | 2026-08-11T21:59:33.978Z | [ recovery-image] Aug 11 21:59:32.742 INFO O| Aug 11 21:59:32.742 INFO STEP 1102 (remove_files) COMPLETE |
| 8573 | 2026-08-11T21:59:33.978Z | [ recovery-image] Aug 11 21:59:32.742 INFO O| Aug 11 21:59:32.742 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8574 | 2026-08-11T21:59:33.981Z | [verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 8575 | 2026-08-11T21:59:33.989Z | [ recovery-image] Aug 11 21:59:32.753 INFO O| Aug 11 21:59:32.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall" |
| 8576 | 2026-08-11T21:59:33.990Z | [ recovery-image] Aug 11 21:59:32.753 INFO O| Aug 11 21:59:32.753 INFO STEP 1103 (remove_files) COMPLETE |
| 8577 | 2026-08-11T21:59:33.990Z | [ recovery-image] Aug 11 21:59:32.753 INFO O| Aug 11 21:59:32.753 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8578 | 2026-08-11T21:59:33.998Z | [ recovery-image] Aug 11 21:59:32.763 INFO O| Aug 11 21:59:32.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv" |
| 8579 | 2026-08-11T21:59:33.998Z | [ recovery-image] Aug 11 21:59:32.763 INFO O| Aug 11 21:59:32.763 INFO STEP 1104 (remove_files) COMPLETE |
| 8580 | 2026-08-11T21:59:33.998Z | [ recovery-image] Aug 11 21:59:32.763 INFO O| Aug 11 21:59:32.763 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8581 | 2026-08-11T21:59:34.009Z | [ recovery-image] Aug 11 21:59:32.773 INFO O| Aug 11 21:59:32.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd" |
| 8582 | 2026-08-11T21:59:34.009Z | [ recovery-image] Aug 11 21:59:32.774 INFO O| Aug 11 21:59:32.773 INFO STEP 1105 (remove_files) COMPLETE |
| 8583 | 2026-08-11T21:59:34.012Z | [ recovery-image] Aug 11 21:59:32.774 INFO O| Aug 11 21:59:32.773 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8584 | 2026-08-11T21:59:34.018Z | [ recovery-image] Aug 11 21:59:32.783 INFO O| Aug 11 21:59:32.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel" |
| 8585 | 2026-08-11T21:59:34.018Z | [ recovery-image] Aug 11 21:59:32.783 INFO O| Aug 11 21:59:32.783 INFO STEP 1106 (remove_files) COMPLETE |
| 8586 | 2026-08-11T21:59:34.021Z | [ recovery-image] Aug 11 21:59:32.783 INFO O| Aug 11 21:59:32.783 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8587 | 2026-08-11T21:59:34.028Z | [ recovery-image] Aug 11 21:59:32.792 INFO O| Aug 11 21:59:32.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod" |
| 8588 | 2026-08-11T21:59:34.028Z | [ recovery-image] Aug 11 21:59:32.792 INFO O| Aug 11 21:59:32.792 INFO STEP 1107 (remove_files) COMPLETE |
| 8589 | 2026-08-11T21:59:34.033Z | [ recovery-image] Aug 11 21:59:32.792 INFO O| Aug 11 21:59:32.792 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8590 | 2026-08-11T21:59:34.040Z | [ recovery-image] Aug 11 21:59:32.804 INFO O| Aug 11 21:59:32.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy" |
| 8591 | 2026-08-11T21:59:34.040Z | [ recovery-image] Aug 11 21:59:32.804 INFO O| Aug 11 21:59:32.804 INFO STEP 1108 (remove_files) COMPLETE |
| 8592 | 2026-08-11T21:59:34.043Z | [ recovery-image] Aug 11 21:59:32.804 INFO O| Aug 11 21:59:32.804 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8593 | 2026-08-11T21:59:34.051Z | [ recovery-image] Aug 11 21:59:32.814 INFO O| Aug 11 21:59:32.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall" |
| 8594 | 2026-08-11T21:59:34.051Z | [ recovery-image] Aug 11 21:59:32.814 INFO O| Aug 11 21:59:32.814 INFO STEP 1109 (remove_files) COMPLETE |
| 8595 | 2026-08-11T21:59:34.051Z | [ recovery-image] Aug 11 21:59:32.814 INFO O| Aug 11 21:59:32.814 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8596 | 2026-08-11T21:59:34.059Z | [ recovery-image] Aug 11 21:59:32.824 INFO O| Aug 11 21:59:32.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo" |
| 8597 | 2026-08-11T21:59:34.059Z | [ recovery-image] Aug 11 21:59:32.824 INFO O| Aug 11 21:59:32.824 INFO STEP 1110 (remove_files) COMPLETE |
| 8598 | 2026-08-11T21:59:34.059Z | [ recovery-image] Aug 11 21:59:32.824 INFO O| Aug 11 21:59:32.824 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8599 | 2026-08-11T21:59:34.068Z | [ recovery-image] Aug 11 21:59:32.833 INFO O| Aug 11 21:59:32.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb" |
| 8600 | 2026-08-11T21:59:34.068Z | [ recovery-image] Aug 11 21:59:32.833 INFO O| Aug 11 21:59:32.833 INFO STEP 1111 (remove_files) COMPLETE |
| 8601 | 2026-08-11T21:59:34.068Z | [ recovery-image] Aug 11 21:59:32.833 INFO O| Aug 11 21:59:32.833 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8602 | 2026-08-11T21:59:34.076Z | [ recovery-image] Aug 11 21:59:32.842 INFO O| Aug 11 21:59:32.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump" |
| 8603 | 2026-08-11T21:59:34.077Z | [ recovery-image] Aug 11 21:59:32.842 INFO O| Aug 11 21:59:32.842 INFO STEP 1112 (remove_files) COMPLETE |
| 8604 | 2026-08-11T21:59:34.077Z | [ recovery-image] Aug 11 21:59:32.842 INFO O| Aug 11 21:59:32.842 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8605 | 2026-08-11T21:59:34.087Z | [ recovery-image] Aug 11 21:59:32.851 INFO O| Aug 11 21:59:32.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic" |
| 8606 | 2026-08-11T21:59:34.087Z | [ recovery-image] Aug 11 21:59:32.851 INFO O| Aug 11 21:59:32.851 INFO STEP 1113 (remove_files) COMPLETE |
| 8607 | 2026-08-11T21:59:34.087Z | [ recovery-image] Aug 11 21:59:32.851 INFO O| Aug 11 21:59:32.851 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8608 | 2026-08-11T21:59:34.097Z | [ recovery-image] Aug 11 21:59:32.860 INFO O| Aug 11 21:59:32.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin" |
| 8609 | 2026-08-11T21:59:34.097Z | [ recovery-image] Aug 11 21:59:32.860 INFO O| Aug 11 21:59:32.860 INFO STEP 1114 (remove_files) COMPLETE |
| 8610 | 2026-08-11T21:59:34.100Z | [ recovery-image] Aug 11 21:59:32.860 INFO O| Aug 11 21:59:32.860 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8611 | 2026-08-11T21:59:34.105Z | [ recovery-image] Aug 11 21:59:32.870 INFO O| Aug 11 21:59:32.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm" |
| 8612 | 2026-08-11T21:59:34.105Z | [ recovery-image] Aug 11 21:59:32.870 INFO O| Aug 11 21:59:32.870 INFO STEP 1115 (remove_files) COMPLETE |
| 8613 | 2026-08-11T21:59:34.106Z | [ recovery-image] Aug 11 21:59:32.870 INFO O| Aug 11 21:59:32.870 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8614 | 2026-08-11T21:59:34.116Z | [ recovery-image] Aug 11 21:59:32.880 INFO O| Aug 11 21:59:32.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg" |
| 8615 | 2026-08-11T21:59:34.116Z | [ recovery-image] Aug 11 21:59:32.880 INFO O| Aug 11 21:59:32.880 INFO STEP 1116 (remove_files) COMPLETE |
| 8616 | 2026-08-11T21:59:34.123Z | [ recovery-image] Aug 11 21:59:32.880 INFO O| Aug 11 21:59:32.880 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8617 | 2026-08-11T21:59:34.126Z | [ recovery-image] Aug 11 21:59:32.890 INFO O| Aug 11 21:59:32.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump" |
| 8618 | 2026-08-11T21:59:34.126Z | [ recovery-image] Aug 11 21:59:32.890 INFO O| Aug 11 21:59:32.890 INFO STEP 1117 (remove_files) COMPLETE |
| 8619 | 2026-08-11T21:59:34.127Z | [ recovery-image] Aug 11 21:59:32.890 INFO O| Aug 11 21:59:32.890 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json |
| 8620 | 2026-08-11T21:59:34.138Z | [ recovery-image] Aug 11 21:59:32.903 INFO O| Aug 11 21:59:32.903 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal |
| 8621 | 2026-08-11T21:59:34.138Z | [ recovery-image] Aug 11 21:59:32.903 INFO O| Aug 11 21:59:32.903 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 8622 | 2026-08-11T21:59:34.553Z | [verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 8623 | 2026-08-11T21:59:34.720Z | [verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 8624 | 2026-08-11T21:59:35.182Z | [ recovery-image] Aug 11 21:59:33.947 INFO O| Aug 11 21:59:33.947 INFO STEP 1118 (pack_tar) COMPLETE |
| 8625 | 2026-08-11T21:59:35.182Z | [ recovery-image] Aug 11 21:59:33.947 INFO O| Aug 11 21:59:33.947 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8626 | 2026-08-11T21:59:35.182Z | [ recovery-image] Aug 11 21:59:33.947 INFO O| Aug 11 21:59:33.947 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8627 | 2026-08-11T21:59:35.998Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 8628 | 2026-08-11T21:59:36.156Z | [ recovery-image] Aug 11 21:59:34.881 INFO O| Aug 11 21:59:34.881 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 8629 | 2026-08-11T21:59:36.183Z | [verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 8630 | 2026-08-11T21:59:36.243Z | [ recovery-image] Aug 11 21:59:34.982 INFO O| Aug 11 21:59:34.982 INFO completed processing sled/ramdisk-03-recovery-trim |
| 8631 | 2026-08-11T21:59:36.248Z | [ recovery-image] Aug 11 21:59:34.985 INFO image builder template: zfs-recovery... |
| 8632 | 2026-08-11T21:59:36.248Z | [ recovery-image] Aug 11 21:59:34.985 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/.tmpGtRjcD/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.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None |
| 8633 | 2026-08-11T21:59:36.248Z | [verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 8634 | 2026-08-11T21:59:36.260Z | [ recovery-image] Aug 11 21:59:35.015 INFO O| Aug 11 21:59:35.015 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8635 | 2026-08-11T21:59:36.291Z | [ recovery-image] Aug 11 21:59:35.020 INFO O| Aug 11 21:59:35.020 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8636 | 2026-08-11T21:59:36.333Z | [ recovery-image] Aug 11 21:59:35.079 INFO O| Aug 11 21:59:35.079 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled |
| 8637 | 2026-08-11T21:59:36.361Z | [verify-libraries] Compiling yansi v1.0.1 |
| 8638 | 2026-08-11T21:59:36.456Z | [ recovery-image] Aug 11 21:59:35.126 INFO O| Aug 11 21:59:35.126 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8639 | 2026-08-11T21:59:36.456Z | [ recovery-image] Aug 11 21:59:35.127 INFO O| Aug 11 21:59:35.126 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8640 | 2026-08-11T21:59:36.456Z | [ recovery-image] Aug 11 21:59:35.131 INFO O| Aug 11 21:59:35.131 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8641 | 2026-08-11T21:59:36.470Z | [ recovery-image] Aug 11 21:59:35.187 INFO O| Aug 11 21:59:35.187 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled |
| 8642 | 2026-08-11T21:59:36.507Z | [ recovery-image] Aug 11 21:59:35.260 INFO O| Aug 11 21:59:35.260 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery |
| 8643 | 2026-08-11T21:59:36.518Z | [ recovery-image] Aug 11 21:59:35.269 INFO O| Aug 11 21:59:35.269 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8644 | 2026-08-11T21:59:36.518Z | [ recovery-image] Aug 11 21:59:35.274 INFO O| Aug 11 21:59:35.273 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot |
| 8645 | 2026-08-11T21:59:36.518Z | [ recovery-image] Aug 11 21:59:35.275 INFO O| Aug 11 21:59:35.275 INFO no lofi found |
| 8646 | 2026-08-11T21:59:36.518Z | [ recovery-image] Aug 11 21:59:35.275 INFO O| Aug 11 21:59:35.275 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal |
| 8647 | 2026-08-11T21:59:36.518Z | [ recovery-image] Aug 11 21:59:35.275 INFO O| Aug 11 21:59:35.275 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8648 | 2026-08-11T21:59:36.565Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 8649 | 2026-08-11T21:59:36.915Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
| 8650 | 2026-08-11T21:59:37.140Z | [verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 8651 | 2026-08-11T21:59:37.565Z | [verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 8652 | 2026-08-11T21:59:37.583Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 8653 | 2026-08-11T21:59:37.641Z | [verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 8654 | 2026-08-11T21:59:37.752Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 8655 | 2026-08-11T21:59:37.912Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 8656 | 2026-08-11T21:59:38.124Z | [verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 8657 | 2026-08-11T21:59:38.133Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 8658 | 2026-08-11T21:59:38.245Z | [ recovery-image] Aug 11 21:59:37.001 INFO O| Aug 11 21:59:37.001 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 8659 | 2026-08-11T21:59:38.245Z | [ recovery-image] Aug 11 21:59:37.001 INFO O| Aug 11 21:59:37.001 INFO pool device = /dev/dsk/c2t1d0p0 |
| 8660 | 2026-08-11T21:59:38.261Z | [ recovery-image] Aug 11 21:59:37.001 INFO O| Aug 11 21:59:37.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"] |
| 8661 | 2026-08-11T21:59:38.285Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 8662 | 2026-08-11T21:59:38.348Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 8663 | 2026-08-11T21:59:38.363Z | [verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 8664 | 2026-08-11T21:59:38.417Z | [ recovery-image] Aug 11 21:59:37.148 INFO O| Aug 11 21:59:37.148 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8665 | 2026-08-11T21:59:38.417Z | [ recovery-image] Aug 11 21:59:37.148 INFO O| Aug 11 21:59:37.148 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT |
| 8666 | 2026-08-11T21:59:38.438Z | [ recovery-image] Aug 11 21:59:37.175 INFO O| Aug 11 21:59:37.174 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off |
| 8667 | 2026-08-11T21:59:38.519Z | [ recovery-image] Aug 11 21:59:37.281 INFO O| Aug 11 21:59:37.281 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy |
| 8668 | 2026-08-11T21:59:38.585Z | [ recovery-image] Aug 11 21:59:37.316 INFO O| Aug 11 21:59:37.316 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk |
| 8669 | 2026-08-11T21:59:38.597Z | [ recovery-image] Aug 11 21:59:37.339 INFO O| Aug 11 21:59:37.339 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto |
| 8670 | 2026-08-11T21:59:38.597Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 8671 | 2026-08-11T21:59:38.601Z | [ recovery-image] Aug 11 21:59:37.362 INFO O| Aug 11 21:59:37.362 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
| 8672 | 2026-08-11T21:59:38.687Z | [ recovery-image] Aug 11 21:59:37.410 INFO O| Aug 11 21:59:37.409 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8673 | 2026-08-11T21:59:38.687Z | [ recovery-image] Aug 11 21:59:37.410 INFO O| Aug 11 21:59:37.410 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8674 | 2026-08-11T21:59:38.687Z | [ recovery-image] Aug 11 21:59:37.410 INFO O| Aug 11 21:59:37.410 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8675 | 2026-08-11T21:59:38.732Z | [ recovery-image] Aug 11 21:59:37.421 INFO O| Aug 11 21:59:37.421 INFO boot environment UUID: 131df6c8-c5fe-4cca-9a05-12d74168029d |
| 8676 | 2026-08-11T21:59:38.732Z | [ recovery-image] Aug 11 21:59:37.421 INFO O| Aug 11 21:59:37.421 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 131df6c8-c5fe-4cca-9a05-12d74168029d |
| 8677 | 2026-08-11T21:59:38.732Z | [verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 8678 | 2026-08-11T21:59:38.733Z | [ recovery-image] Aug 11 21:59:37.441 INFO O| Aug 11 21:59:37.441 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 8679 | 2026-08-11T21:59:38.733Z | [ recovery-image] Aug 11 21:59:37.460 INFO O| Aug 11 21:59:37.458 INFO STEP 0 (create_be) COMPLETE |
| 8680 | 2026-08-11T21:59:38.733Z | [ recovery-image] Aug 11 21:59:37.461 INFO O| Aug 11 21:59:37.458 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8681 | 2026-08-11T21:59:38.771Z | [ recovery-image] Aug 11 21:59:37.473 INFO O| Aug 11 21:59:37.473 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"] |
| 8682 | 2026-08-11T21:59:38.771Z | [verify-libraries] Compiling drift v0.2.0 |
| 8683 | 2026-08-11T21:59:39.025Z | [verify-libraries] Compiling uzers v0.12.2 |
| 8684 | 2026-08-11T21:59:39.965Z | [verify-libraries] Compiling parse-size v1.1.0 |
| 8685 | 2026-08-11T21:59:40.205Z | [verify-libraries] Compiling dropshot-api-manager v0.7.2 |
| 8686 | 2026-08-11T21:59:40.519Z | [verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 8687 | 2026-08-11T21:59:40.682Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 8688 | 2026-08-11T21:59:40.865Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 8689 | 2026-08-11T21:59:42.087Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 8690 | 2026-08-11T21:59:42.338Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 8691 | 2026-08-11T21:59:42.919Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 8692 | 2026-08-11T21:59:43.055Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 8693 | 2026-08-11T21:59:45.969Z | [verify-libraries] Compiling support-bundle-viewer v0.1.2 |
| 8694 | 2026-08-11T21:59:46.063Z | [verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 8695 | 2026-08-11T21:59:46.063Z | [verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 8696 | 2026-08-11T21:59:46.600Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 8697 | 2026-08-11T21:59:46.908Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 8698 | 2026-08-11T21:59:47.272Z | [verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 8699 | 2026-08-11T21:59:47.557Z | [verify-libraries] Compiling multimap v0.10.1 |
| 8700 | 2026-08-11T21:59:47.647Z | [verify-libraries] Compiling termios v0.3.3 |
| 8701 | 2026-08-11T21:59:47.648Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 8702 | 2026-08-11T21:59:47.691Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 8703 | 2026-08-11T21:59:47.837Z | [ recovery-image] Aug 11 21:59:46.596 INFO O| Aug 11 21:59:46.596 INFO STEP 1 (unpack_tar) COMPLETE |
| 8704 | 2026-08-11T21:59:47.837Z | [ recovery-image] Aug 11 21:59:46.597 INFO O| Aug 11 21:59:46.596 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8705 | 2026-08-11T21:59:47.855Z | [ recovery-image] Aug 11 21:59:46.607 INFO O| Aug 11 21:59:46.607 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8706 | 2026-08-11T21:59:48.114Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 8707 | 2026-08-11T21:59:49.124Z | [ recovery-image] Aug 11 21:59:47.889 INFO O| Aug 11 21:59:47.889 INFO STEP 2 (devfsadm) COMPLETE |
| 8708 | 2026-08-11T21:59:49.125Z | [ recovery-image] Aug 11 21:59:47.889 INFO O| Aug 11 21:59:47.889 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8709 | 2026-08-11T21:59:49.137Z | [ recovery-image] Aug 11 21:59:47.900 INFO O| Aug 11 21:59:47.900 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8710 | 2026-08-11T21:59:49.137Z | [ recovery-image] Aug 11 21:59:47.900 INFO O| Aug 11 21:59:47.900 INFO STEP 3 (ensure_dir) COMPLETE |
| 8711 | 2026-08-11T21:59:49.140Z | [ recovery-image] Aug 11 21:59:47.900 INFO O| Aug 11 21:59:47.900 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8712 | 2026-08-11T21:59:49.145Z | [ recovery-image] Aug 11 21:59:47.910 INFO O| Aug 11 21:59:47.910 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8713 | 2026-08-11T21:59:49.145Z | [ recovery-image] Aug 11 21:59:47.910 INFO O| Aug 11 21:59:47.910 INFO STEP 4 (ensure_dir) COMPLETE |
| 8714 | 2026-08-11T21:59:49.148Z | [ recovery-image] Aug 11 21:59:47.910 INFO O| Aug 11 21:59:47.910 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8715 | 2026-08-11T21:59:49.155Z | [ recovery-image] Aug 11 21:59:47.921 INFO O| Aug 11 21:59:47.921 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8716 | 2026-08-11T21:59:49.155Z | [ recovery-image] Aug 11 21:59:47.921 INFO O| Aug 11 21:59:47.921 INFO STEP 5 (ensure_dir) COMPLETE |
| 8717 | 2026-08-11T21:59:49.159Z | [ recovery-image] Aug 11 21:59:47.921 INFO O| Aug 11 21:59:47.921 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8718 | 2026-08-11T21:59:49.167Z | [ recovery-image] Aug 11 21:59:47.932 INFO O| Aug 11 21:59:47.932 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8719 | 2026-08-11T21:59:49.167Z | [ recovery-image] Aug 11 21:59:47.932 INFO O| Aug 11 21:59:47.932 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8720 | 2026-08-11T21:59:49.174Z | [ recovery-image] Aug 11 21:59:47.932 INFO O| Aug 11 21:59:47.932 INFO STEP 6 (ensure_dir) COMPLETE |
| 8721 | 2026-08-11T21:59:49.174Z | [ recovery-image] Aug 11 21:59:47.932 INFO O| Aug 11 21:59:47.932 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8722 | 2026-08-11T21:59:49.181Z | [ recovery-image] Aug 11 21:59:47.944 INFO O| Aug 11 21:59:47.944 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8723 | 2026-08-11T21:59:49.182Z | [ recovery-image] Aug 11 21:59:47.944 INFO O| Aug 11 21:59:47.944 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8724 | 2026-08-11T21:59:49.182Z | [ recovery-image] Aug 11 21:59:47.944 INFO O| Aug 11 21:59:47.944 INFO STEP 7 (ensure_dir) COMPLETE |
| 8725 | 2026-08-11T21:59:49.182Z | [ recovery-image] Aug 11 21:59:47.944 INFO O| Aug 11 21:59:47.944 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8726 | 2026-08-11T21:59:49.194Z | [ recovery-image] Aug 11 21:59:47.956 INFO O| Aug 11 21:59:47.956 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg" |
| 8727 | 2026-08-11T21:59:49.198Z | [ recovery-image] Aug 11 21:59:47.957 INFO O| Aug 11 21:59:47.957 INFO STEP 8 (remove_files) COMPLETE |
| 8728 | 2026-08-11T21:59:49.198Z | [ recovery-image] Aug 11 21:59:47.957 INFO O| Aug 11 21:59:47.957 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8729 | 2026-08-11T21:59:49.203Z | [ recovery-image] Aug 11 21:59:47.968 INFO O| Aug 11 21:59:47.968 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk" |
| 8730 | 2026-08-11T21:59:49.207Z | [ recovery-image] Aug 11 21:59:47.969 INFO O| Aug 11 21:59:47.969 INFO STEP 9 (remove_files) COMPLETE |
| 8731 | 2026-08-11T21:59:49.207Z | [ recovery-image] Aug 11 21:59:47.969 INFO O| Aug 11 21:59:47.969 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8732 | 2026-08-11T21:59:49.213Z | [ recovery-image] Aug 11 21:59:47.979 INFO O| Aug 11 21:59:47.979 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk" |
| 8733 | 2026-08-11T21:59:49.218Z | [ recovery-image] Aug 11 21:59:47.979 INFO O| Aug 11 21:59:47.979 INFO STEP 10 (remove_files) COMPLETE |
| 8734 | 2026-08-11T21:59:49.218Z | [ recovery-image] Aug 11 21:59:47.979 INFO O| Aug 11 21:59:47.979 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8735 | 2026-08-11T21:59:49.225Z | [ recovery-image] Aug 11 21:59:47.989 INFO O| Aug 11 21:59:47.989 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors" |
| 8736 | 2026-08-11T21:59:49.225Z | [ recovery-image] Aug 11 21:59:47.989 INFO O| Aug 11 21:59:47.989 INFO STEP 11 (remove_files) COMPLETE |
| 8737 | 2026-08-11T21:59:49.229Z | [ recovery-image] Aug 11 21:59:47.989 INFO O| Aug 11 21:59:47.989 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8738 | 2026-08-11T21:59:49.234Z | [ recovery-image] Aug 11 21:59:47.999 INFO O| Aug 11 21:59:47.999 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb" |
| 8739 | 2026-08-11T21:59:49.234Z | [ recovery-image] Aug 11 21:59:47.999 INFO O| Aug 11 21:59:47.999 INFO STEP 12 (remove_files) COMPLETE |
| 8740 | 2026-08-11T21:59:49.237Z | [ recovery-image] Aug 11 21:59:47.999 INFO O| Aug 11 21:59:47.999 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8741 | 2026-08-11T21:59:49.243Z | [ recovery-image] Aug 11 21:59:48.009 INFO O| Aug 11 21:59:48.009 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8742 | 2026-08-11T21:59:49.244Z | [ recovery-image] Aug 11 21:59:48.009 INFO O| Aug 11 21:59:48.009 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8743 | 2026-08-11T21:59:49.247Z | [ recovery-image] Aug 11 21:59:48.009 INFO O| Aug 11 21:59:48.009 INFO STEP 13 (ensure_dir) COMPLETE |
| 8744 | 2026-08-11T21:59:49.247Z | [ recovery-image] Aug 11 21:59:48.009 INFO O| Aug 11 21:59:48.009 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8745 | 2026-08-11T21:59:49.254Z | [ recovery-image] Aug 11 21:59:48.019 INFO O| Aug 11 21:59:48.019 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8746 | 2026-08-11T21:59:49.256Z | [ recovery-image] Aug 11 21:59:48.019 INFO O| Aug 11 21:59:48.019 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8747 | 2026-08-11T21:59:49.257Z | [ recovery-image] Aug 11 21:59:48.019 INFO O| Aug 11 21:59:48.019 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8748 | 2026-08-11T21:59:49.257Z | [ recovery-image] Aug 11 21:59:48.019 INFO O| Aug 11 21:59:48.019 INFO STEP 14 (ensure_dir) COMPLETE |
| 8749 | 2026-08-11T21:59:49.257Z | [ recovery-image] Aug 11 21:59:48.019 INFO O| Aug 11 21:59:48.019 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8750 | 2026-08-11T21:59:49.264Z | [ recovery-image] Aug 11 21:59:48.029 INFO O| Aug 11 21:59:48.029 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8751 | 2026-08-11T21:59:49.264Z | [ recovery-image] Aug 11 21:59:48.029 INFO O| Aug 11 21:59:48.029 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8752 | 2026-08-11T21:59:49.268Z | [ recovery-image] Aug 11 21:59:48.029 INFO O| Aug 11 21:59:48.029 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8753 | 2026-08-11T21:59:49.268Z | [ recovery-image] Aug 11 21:59:48.029 INFO O| Aug 11 21:59:48.029 INFO STEP 15 (ensure_dir) COMPLETE |
| 8754 | 2026-08-11T21:59:49.268Z | [ recovery-image] Aug 11 21:59:48.029 INFO O| Aug 11 21:59:48.029 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8755 | 2026-08-11T21:59:49.275Z | [ recovery-image] Aug 11 21:59:48.039 INFO O| Aug 11 21:59:48.039 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8756 | 2026-08-11T21:59:49.275Z | [ recovery-image] Aug 11 21:59:48.039 INFO O| Aug 11 21:59:48.039 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8757 | 2026-08-11T21:59:49.278Z | [ recovery-image] Aug 11 21:59:48.039 INFO O| Aug 11 21:59:48.039 INFO STEP 16 (ensure_dir) COMPLETE |
| 8758 | 2026-08-11T21:59:49.278Z | [ recovery-image] Aug 11 21:59:48.039 INFO O| Aug 11 21:59:48.039 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8759 | 2026-08-11T21:59:49.285Z | [ recovery-image] Aug 11 21:59:48.051 INFO O| Aug 11 21:59:48.050 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8760 | 2026-08-11T21:59:49.285Z | [ recovery-image] Aug 11 21:59:48.051 INFO O| Aug 11 21:59:48.050 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8761 | 2026-08-11T21:59:49.286Z | [ recovery-image] Aug 11 21:59:48.051 INFO O| Aug 11 21:59:48.050 INFO STEP 17 (ensure_dir) COMPLETE |
| 8762 | 2026-08-11T21:59:49.290Z | [ recovery-image] Aug 11 21:59:48.051 INFO O| Aug 11 21:59:48.050 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8763 | 2026-08-11T21:59:49.298Z | [ recovery-image] Aug 11 21:59:48.061 INFO O| Aug 11 21:59:48.061 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 8764 | 2026-08-11T21:59:49.298Z | [ recovery-image] Aug 11 21:59:48.061 INFO O| Aug 11 21:59:48.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog |
| 8765 | 2026-08-11T21:59:49.298Z | [ recovery-image] Aug 11 21:59:48.061 INFO O| Aug 11 21:59:48.061 INFO ok! |
| 8766 | 2026-08-11T21:59:49.305Z | [ recovery-image] Aug 11 21:59:48.061 INFO O| Aug 11 21:59:48.061 INFO STEP 18 (ensure_symlink) COMPLETE |
| 8767 | 2026-08-11T21:59:49.305Z | [ recovery-image] Aug 11 21:59:48.061 INFO O| Aug 11 21:59:48.061 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8768 | 2026-08-11T21:59:49.312Z | [ recovery-image] Aug 11 21:59:48.071 INFO O| Aug 11 21:59:48.071 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents |
| 8769 | 2026-08-11T21:59:49.312Z | [ recovery-image] Aug 11 21:59:48.071 INFO O| Aug 11 21:59:48.071 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure |
| 8770 | 2026-08-11T21:59:49.312Z | [ recovery-image] Aug 11 21:59:48.071 INFO O| Aug 11 21:59:48.071 INFO ok! |
| 8771 | 2026-08-11T21:59:49.312Z | [ recovery-image] Aug 11 21:59:48.071 INFO O| Aug 11 21:59:48.071 INFO STEP 19 (ensure_file) COMPLETE |
| 8772 | 2026-08-11T21:59:49.312Z | [ recovery-image] Aug 11 21:59:48.071 INFO O| Aug 11 21:59:48.071 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8773 | 2026-08-11T21:59:49.320Z | [ recovery-image] Aug 11 21:59:48.082 INFO O| Aug 11 21:59:48.082 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
| 8774 | 2026-08-11T21:59:49.321Z | [ recovery-image] Aug 11 21:59:48.082 INFO O| Aug 11 21:59:48.082 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 8775 | 2026-08-11T21:59:49.331Z | [ recovery-image] Aug 11 21:59:48.082 INFO O| Aug 11 21:59:48.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml |
| 8776 | 2026-08-11T21:59:49.331Z | [ recovery-image] Aug 11 21:59:48.082 INFO O| Aug 11 21:59:48.082 INFO ok! |
| 8777 | 2026-08-11T21:59:49.332Z | [ recovery-image] Aug 11 21:59:48.082 INFO O| Aug 11 21:59:48.082 INFO STEP 20 (ensure_symlink) COMPLETE |
| 8778 | 2026-08-11T21:59:49.332Z | [ recovery-image] Aug 11 21:59:48.082 INFO O| Aug 11 21:59:48.082 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8779 | 2026-08-11T21:59:49.342Z | [ recovery-image] Aug 11 21:59:48.092 INFO O| Aug 11 21:59:48.091 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
| 8780 | 2026-08-11T21:59:49.342Z | [ recovery-image] Aug 11 21:59:48.092 INFO O| Aug 11 21:59:48.091 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 8781 | 2026-08-11T21:59:49.342Z | [ recovery-image] Aug 11 21:59:48.092 INFO O| Aug 11 21:59:48.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
| 8782 | 2026-08-11T21:59:49.342Z | [ recovery-image] Aug 11 21:59:48.092 INFO O| Aug 11 21:59:48.092 INFO ok! |
| 8783 | 2026-08-11T21:59:49.342Z | [ recovery-image] Aug 11 21:59:48.092 INFO O| Aug 11 21:59:48.092 INFO STEP 21 (ensure_symlink) COMPLETE |
| 8784 | 2026-08-11T21:59:49.342Z | [ recovery-image] Aug 11 21:59:48.092 INFO O| Aug 11 21:59:48.092 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8785 | 2026-08-11T21:59:49.342Z | [ recovery-image] Aug 11 21:59:48.103 INFO O| Aug 11 21:59:48.103 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
| 8786 | 2026-08-11T21:59:49.343Z | [ recovery-image] Aug 11 21:59:48.103 INFO O| Aug 11 21:59:48.103 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 8787 | 2026-08-11T21:59:49.343Z | [ recovery-image] Aug 11 21:59:48.103 INFO O| Aug 11 21:59:48.103 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml |
| 8788 | 2026-08-11T21:59:49.343Z | [ recovery-image] Aug 11 21:59:48.103 INFO O| Aug 11 21:59:48.103 INFO ok! |
| 8789 | 2026-08-11T21:59:49.343Z | [ recovery-image] Aug 11 21:59:48.103 INFO O| Aug 11 21:59:48.103 INFO STEP 22 (ensure_symlink) COMPLETE |
| 8790 | 2026-08-11T21:59:49.343Z | [ recovery-image] Aug 11 21:59:48.103 INFO O| Aug 11 21:59:48.103 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8791 | 2026-08-11T21:59:49.347Z | [ recovery-image] Aug 11 21:59:48.112 INFO O| Aug 11 21:59:48.111 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
| 8792 | 2026-08-11T21:59:49.347Z | [ recovery-image] Aug 11 21:59:48.112 INFO O| Aug 11 21:59:48.112 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 8793 | 2026-08-11T21:59:49.347Z | [ recovery-image] Aug 11 21:59:48.112 INFO O| Aug 11 21:59:48.112 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml |
| 8794 | 2026-08-11T21:59:49.347Z | [ recovery-image] Aug 11 21:59:48.112 INFO O| Aug 11 21:59:48.112 INFO ok! |
| 8795 | 2026-08-11T21:59:49.347Z | [ recovery-image] Aug 11 21:59:48.112 INFO O| Aug 11 21:59:48.112 INFO STEP 23 (ensure_symlink) COMPLETE |
| 8796 | 2026-08-11T21:59:49.347Z | [ recovery-image] Aug 11 21:59:48.112 INFO O| Aug 11 21:59:48.112 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8797 | 2026-08-11T21:59:49.361Z | [ recovery-image] Aug 11 21:59:48.123 INFO O| Aug 11 21:59:48.123 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 8798 | 2026-08-11T21:59:49.361Z | [ recovery-image] Aug 11 21:59:48.123 INFO O| Aug 11 21:59:48.123 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 ... |
| 8799 | 2026-08-11T21:59:49.361Z | [ recovery-image] Aug 11 21:59:48.123 INFO O| Aug 11 21:59:48.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf |
| 8800 | 2026-08-11T21:59:49.361Z | [ recovery-image] Aug 11 21:59:48.123 INFO O| Aug 11 21:59:48.123 INFO ok! |
| 8801 | 2026-08-11T21:59:49.370Z | [ recovery-image] Aug 11 21:59:48.123 INFO O| Aug 11 21:59:48.123 INFO STEP 24 (ensure_file) COMPLETE |
| 8802 | 2026-08-11T21:59:49.370Z | [ recovery-image] Aug 11 21:59:48.123 INFO O| Aug 11 21:59:48.123 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8803 | 2026-08-11T21:59:49.375Z | [ recovery-image] Aug 11 21:59:48.134 INFO O| Aug 11 21:59:48.134 INFO updating shadow file |
| 8804 | 2026-08-11T21:59:49.375Z | [ recovery-image] Aug 11 21:59:48.134 INFO O| Aug 11 21:59:48.134 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8805 | 2026-08-11T21:59:49.375Z | [ recovery-image] Aug 11 21:59:48.134 INFO O| Aug 11 21:59:48.134 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8806 | 2026-08-11T21:59:49.375Z | [ recovery-image] Aug 11 21:59:48.134 INFO O| Aug 11 21:59:48.134 INFO STEP 25 (shadow) COMPLETE |
| 8807 | 2026-08-11T21:59:49.375Z | [ recovery-image] Aug 11 21:59:48.134 INFO O| Aug 11 21:59:48.134 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8808 | 2026-08-11T21:59:49.379Z | [ recovery-image] Aug 11 21:59:48.143 INFO O| Aug 11 21:59:48.143 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 8809 | 2026-08-11T21:59:49.379Z | [ recovery-image] Aug 11 21:59:48.143 INFO O| Aug 11 21:59:48.143 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ... |
| 8810 | 2026-08-11T21:59:49.380Z | [ recovery-image] Aug 11 21:59:48.143 INFO O| Aug 11 21:59:48.143 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts |
| 8811 | 2026-08-11T21:59:49.380Z | [ recovery-image] Aug 11 21:59:48.143 INFO O| Aug 11 21:59:48.143 INFO ok! |
| 8812 | 2026-08-11T21:59:49.380Z | [ recovery-image] Aug 11 21:59:48.143 INFO O| Aug 11 21:59:48.143 INFO STEP 26 (ensure_file) COMPLETE |
| 8813 | 2026-08-11T21:59:49.380Z | [ recovery-image] Aug 11 21:59:48.143 INFO O| Aug 11 21:59:48.143 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8814 | 2026-08-11T21:59:49.393Z | [ recovery-image] Aug 11 21:59:48.155 INFO O| Aug 11 21:59:48.155 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist |
| 8815 | 2026-08-11T21:59:49.393Z | [ recovery-image] Aug 11 21:59:48.155 INFO O| Aug 11 21:59:48.155 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ... |
| 8816 | 2026-08-11T21:59:49.407Z | [ recovery-image] Aug 11 21:59:48.155 INFO O| Aug 11 21:59:48.155 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename |
| 8817 | 2026-08-11T21:59:49.407Z | [ recovery-image] Aug 11 21:59:48.155 INFO O| Aug 11 21:59:48.155 INFO ok! |
| 8818 | 2026-08-11T21:59:49.407Z | [ recovery-image] Aug 11 21:59:48.155 INFO O| Aug 11 21:59:48.155 INFO STEP 27 (ensure_file) COMPLETE |
| 8819 | 2026-08-11T21:59:49.407Z | [ recovery-image] Aug 11 21:59:48.155 INFO O| Aug 11 21:59:48.155 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8820 | 2026-08-11T21:59:49.413Z | [ recovery-image] Aug 11 21:59:48.167 INFO O| Aug 11 21:59:48.167 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 8821 | 2026-08-11T21:59:49.413Z | [ recovery-image] Aug 11 21:59:48.167 INFO O| Aug 11 21:59:48.167 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ... |
| 8822 | 2026-08-11T21:59:49.413Z | [ recovery-image] Aug 11 21:59:48.167 INFO O| Aug 11 21:59:48.167 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8823 | 2026-08-11T21:59:49.413Z | [ recovery-image] Aug 11 21:59:48.167 INFO O| Aug 11 21:59:48.167 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8824 | 2026-08-11T21:59:49.413Z | [ recovery-image] Aug 11 21:59:48.167 INFO O| Aug 11 21:59:48.167 INFO ok! |
| 8825 | 2026-08-11T21:59:49.413Z | [ recovery-image] Aug 11 21:59:48.167 INFO O| Aug 11 21:59:48.167 INFO STEP 28 (ensure_file) COMPLETE |
| 8826 | 2026-08-11T21:59:49.413Z | [ recovery-image] Aug 11 21:59:48.167 INFO O| Aug 11 21:59:48.167 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8827 | 2026-08-11T21:59:49.419Z | [ recovery-image] Aug 11 21:59:48.181 INFO O| Aug 11 21:59:48.181 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist |
| 8828 | 2026-08-11T21:59:49.419Z | [ recovery-image] Aug 11 21:59:48.181 INFO O| Aug 11 21:59:48.181 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ... |
| 8829 | 2026-08-11T21:59:49.419Z | [ recovery-image] Aug 11 21:59:48.181 INFO O| Aug 11 21:59:48.181 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf |
| 8830 | 2026-08-11T21:59:49.419Z | [ recovery-image] Aug 11 21:59:48.182 INFO O| Aug 11 21:59:48.181 INFO ok! |
| 8831 | 2026-08-11T21:59:49.419Z | [ recovery-image] Aug 11 21:59:48.182 INFO O| Aug 11 21:59:48.181 INFO STEP 29 (ensure_file) COMPLETE |
| 8832 | 2026-08-11T21:59:49.419Z | [ recovery-image] Aug 11 21:59:48.182 INFO O| Aug 11 21:59:48.181 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8833 | 2026-08-11T21:59:49.430Z | [ recovery-image] Aug 11 21:59:48.191 INFO O| Aug 11 21:59:48.191 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8834 | 2026-08-11T21:59:49.430Z | [ recovery-image] Aug 11 21:59:48.192 INFO O| Aug 11 21:59:48.191 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8835 | 2026-08-11T21:59:49.430Z | [ recovery-image] Aug 11 21:59:48.192 INFO O| Aug 11 21:59:48.191 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8836 | 2026-08-11T21:59:49.446Z | [ recovery-image] Aug 11 21:59:48.192 INFO O| Aug 11 21:59:48.192 INFO STEP 30 (ensure_dir) COMPLETE |
| 8837 | 2026-08-11T21:59:49.447Z | [ recovery-image] Aug 11 21:59:48.192 INFO O| Aug 11 21:59:48.192 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8838 | 2026-08-11T21:59:49.452Z | [ recovery-image] Aug 11 21:59:48.210 INFO O| Aug 11 21:59:48.210 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist |
| 8839 | 2026-08-11T21:59:49.452Z | [ recovery-image] Aug 11 21:59:48.210 INFO O| Aug 11 21:59:48.210 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 ... |
| 8840 | 2026-08-11T21:59:49.452Z | [ recovery-image] Aug 11 21:59:48.210 INFO O| Aug 11 21:59:48.210 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 |
| 8841 | 2026-08-11T21:59:49.452Z | [ recovery-image] Aug 11 21:59:48.210 INFO O| Aug 11 21:59:48.210 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup |
| 8842 | 2026-08-11T21:59:49.452Z | [ recovery-image] Aug 11 21:59:48.210 INFO O| Aug 11 21:59:48.210 INFO ok! |
| 8843 | 2026-08-11T21:59:49.452Z | [ recovery-image] Aug 11 21:59:48.210 INFO O| Aug 11 21:59:48.210 INFO STEP 31 (ensure_file) COMPLETE |
| 8844 | 2026-08-11T21:59:49.452Z | [ recovery-image] Aug 11 21:59:48.210 INFO O| Aug 11 21:59:48.210 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8845 | 2026-08-11T21:59:49.456Z | [ recovery-image] Aug 11 21:59:48.219 INFO O| Aug 11 21:59:48.219 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8846 | 2026-08-11T21:59:49.456Z | [ recovery-image] Aug 11 21:59:48.219 INFO O| Aug 11 21:59:48.219 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8847 | 2026-08-11T21:59:49.456Z | [ recovery-image] Aug 11 21:59:48.219 INFO O| Aug 11 21:59:48.219 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8848 | 2026-08-11T21:59:49.457Z | [ recovery-image] Aug 11 21:59:48.219 INFO O| Aug 11 21:59:48.219 INFO STEP 32 (ensure_dir) COMPLETE |
| 8849 | 2026-08-11T21:59:49.457Z | [ recovery-image] Aug 11 21:59:48.219 INFO O| Aug 11 21:59:48.219 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8850 | 2026-08-11T21:59:49.466Z | [ recovery-image] Aug 11 21:59:48.228 INFO O| Aug 11 21:59:48.228 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 8851 | 2026-08-11T21:59:49.466Z | [ recovery-image] Aug 11 21:59:48.228 INFO O| Aug 11 21:59:48.228 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 ... |
| 8852 | 2026-08-11T21:59:49.466Z | [ recovery-image] Aug 11 21:59:48.228 INFO O| Aug 11 21:59:48.228 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 |
| 8853 | 2026-08-11T21:59:49.466Z | [ recovery-image] Aug 11 21:59:48.228 INFO O| Aug 11 21:59:48.228 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml |
| 8854 | 2026-08-11T21:59:49.481Z | [ recovery-image] Aug 11 21:59:48.228 INFO O| Aug 11 21:59:48.228 INFO ok! |
| 8855 | 2026-08-11T21:59:49.482Z | [ recovery-image] Aug 11 21:59:48.228 INFO O| Aug 11 21:59:48.228 INFO STEP 33 (ensure_file) COMPLETE |
| 8856 | 2026-08-11T21:59:49.482Z | [ recovery-image] Aug 11 21:59:48.228 INFO O| Aug 11 21:59:48.228 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8857 | 2026-08-11T21:59:49.482Z | [ recovery-image] Aug 11 21:59:48.237 INFO O| Aug 11 21:59:48.237 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist |
| 8858 | 2026-08-11T21:59:49.482Z | [ recovery-image] Aug 11 21:59:48.237 INFO O| Aug 11 21:59:48.237 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ... |
| 8859 | 2026-08-11T21:59:49.482Z | [ recovery-image] Aug 11 21:59:48.237 INFO O| Aug 11 21:59:48.237 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master |
| 8860 | 2026-08-11T21:59:49.482Z | [ recovery-image] Aug 11 21:59:48.237 INFO O| Aug 11 21:59:48.237 INFO ok! |
| 8861 | 2026-08-11T21:59:49.482Z | [ recovery-image] Aug 11 21:59:48.237 INFO O| Aug 11 21:59:48.237 INFO STEP 34 (ensure_file) COMPLETE |
| 8862 | 2026-08-11T21:59:49.482Z | [ recovery-image] Aug 11 21:59:48.237 INFO O| Aug 11 21:59:48.237 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8863 | 2026-08-11T21:59:49.489Z | [ recovery-image] Aug 11 21:59:48.246 INFO O| Aug 11 21:59:48.246 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
| 8864 | 2026-08-11T21:59:49.489Z | [ recovery-image] Aug 11 21:59:48.246 INFO O| Aug 11 21:59:48.246 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ... |
| 8865 | 2026-08-11T21:59:49.489Z | [ recovery-image] Aug 11 21:59:48.246 INFO O| Aug 11 21:59:48.246 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8866 | 2026-08-11T21:59:49.489Z | [ recovery-image] Aug 11 21:59:48.246 INFO O| Aug 11 21:59:48.246 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8867 | 2026-08-11T21:59:49.489Z | [ recovery-image] Aug 11 21:59:48.246 INFO O| Aug 11 21:59:48.246 INFO ok! |
| 8868 | 2026-08-11T21:59:49.489Z | [ recovery-image] Aug 11 21:59:48.246 INFO O| Aug 11 21:59:48.246 INFO STEP 35 (ensure_file) COMPLETE |
| 8869 | 2026-08-11T21:59:49.489Z | [ recovery-image] Aug 11 21:59:48.246 INFO O| Aug 11 21:59:48.246 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8870 | 2026-08-11T21:59:49.502Z | [ recovery-image] Aug 11 21:59:48.255 INFO O| Aug 11 21:59:48.255 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
| 8871 | 2026-08-11T21:59:49.502Z | [ recovery-image] Aug 11 21:59:48.255 INFO O| Aug 11 21:59:48.255 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ... |
| 8872 | 2026-08-11T21:59:49.502Z | [ recovery-image] Aug 11 21:59:48.255 INFO O| Aug 11 21:59:48.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init |
| 8873 | 2026-08-11T21:59:49.502Z | [ recovery-image] Aug 11 21:59:48.255 INFO O| Aug 11 21:59:48.255 INFO ok! |
| 8874 | 2026-08-11T21:59:49.502Z | [ recovery-image] Aug 11 21:59:48.255 INFO O| Aug 11 21:59:48.255 INFO STEP 36 (ensure_file) COMPLETE |
| 8875 | 2026-08-11T21:59:49.502Z | [ recovery-image] Aug 11 21:59:48.255 INFO O| Aug 11 21:59:48.255 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8876 | 2026-08-11T21:59:49.513Z | [ recovery-image] Aug 11 21:59:48.265 INFO O| Aug 11 21:59:48.265 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 8877 | 2026-08-11T21:59:49.513Z | [ recovery-image] Aug 11 21:59:48.265 INFO O| Aug 11 21:59:48.265 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ... |
| 8878 | 2026-08-11T21:59:49.513Z | [ recovery-image] Aug 11 21:59:48.265 INFO O| Aug 11 21:59:48.265 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config |
| 8879 | 2026-08-11T21:59:49.513Z | [ recovery-image] Aug 11 21:59:48.265 INFO O| Aug 11 21:59:48.265 INFO ok! |
| 8880 | 2026-08-11T21:59:49.514Z | [ recovery-image] Aug 11 21:59:48.265 INFO O| Aug 11 21:59:48.265 INFO STEP 37 (ensure_file) COMPLETE |
| 8881 | 2026-08-11T21:59:49.514Z | [ recovery-image] Aug 11 21:59:48.265 INFO O| Aug 11 21:59:48.265 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8882 | 2026-08-11T21:59:49.514Z | [ recovery-image] Aug 11 21:59:48.274 INFO O| Aug 11 21:59:48.274 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist |
| 8883 | 2026-08-11T21:59:49.514Z | [ recovery-image] Aug 11 21:59:48.274 INFO O| Aug 11 21:59:48.274 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ... |
| 8884 | 2026-08-11T21:59:49.514Z | [ recovery-image] Aug 11 21:59:48.274 INFO O| Aug 11 21:59:48.274 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8885 | 2026-08-11T21:59:49.519Z | [ recovery-image] Aug 11 21:59:48.274 INFO O| Aug 11 21:59:48.274 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8886 | 2026-08-11T21:59:49.519Z | [ recovery-image] Aug 11 21:59:48.274 INFO O| Aug 11 21:59:48.274 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8887 | 2026-08-11T21:59:49.519Z | [ recovery-image] Aug 11 21:59:48.274 INFO O| Aug 11 21:59:48.274 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8888 | 2026-08-11T21:59:49.519Z | [ recovery-image] Aug 11 21:59:48.274 INFO O| Aug 11 21:59:48.274 INFO ok! |
| 8889 | 2026-08-11T21:59:49.519Z | [ recovery-image] Aug 11 21:59:48.274 INFO O| Aug 11 21:59:48.274 INFO STEP 38 (ensure_file) COMPLETE |
| 8890 | 2026-08-11T21:59:49.519Z | [ recovery-image] Aug 11 21:59:48.274 INFO O| Aug 11 21:59:48.274 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8891 | 2026-08-11T21:59:49.524Z | [ recovery-image] Aug 11 21:59:48.283 INFO O| Aug 11 21:59:48.283 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8892 | 2026-08-11T21:59:49.524Z | [ recovery-image] Aug 11 21:59:48.283 INFO O| Aug 11 21:59:48.283 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8893 | 2026-08-11T21:59:49.524Z | [ recovery-image] Aug 11 21:59:48.283 INFO O| Aug 11 21:59:48.283 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8894 | 2026-08-11T21:59:49.524Z | [ recovery-image] Aug 11 21:59:48.283 INFO O| Aug 11 21:59:48.283 INFO STEP 39 (ensure_dir) COMPLETE |
| 8895 | 2026-08-11T21:59:49.524Z | [ recovery-image] Aug 11 21:59:48.283 INFO O| Aug 11 21:59:48.283 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8896 | 2026-08-11T21:59:49.528Z | [ recovery-image] Aug 11 21:59:48.292 INFO O| Aug 11 21:59:48.292 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 |
| 8897 | 2026-08-11T21:59:49.528Z | [ recovery-image] Aug 11 21:59:48.293 INFO O| Aug 11 21:59:48.292 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 ... |
| 8898 | 2026-08-11T21:59:49.528Z | [ recovery-image] Aug 11 21:59:48.293 INFO O| Aug 11 21:59:48.293 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 |
| 8899 | 2026-08-11T21:59:49.528Z | [ recovery-image] Aug 11 21:59:48.293 INFO O| Aug 11 21:59:48.293 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 |
| 8900 | 2026-08-11T21:59:49.528Z | [ recovery-image] Aug 11 21:59:48.293 INFO O| Aug 11 21:59:48.293 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 |
| 8901 | 2026-08-11T21:59:49.528Z | [ recovery-image] Aug 11 21:59:48.293 INFO O| Aug 11 21:59:48.293 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 |
| 8902 | 2026-08-11T21:59:49.528Z | [ recovery-image] Aug 11 21:59:48.293 INFO O| Aug 11 21:59:48.293 INFO ok! |
| 8903 | 2026-08-11T21:59:49.528Z | [ recovery-image] Aug 11 21:59:48.293 INFO O| Aug 11 21:59:48.293 INFO STEP 40 (ensure_file) COMPLETE |
| 8904 | 2026-08-11T21:59:49.529Z | [ recovery-image] Aug 11 21:59:48.293 INFO O| Aug 11 21:59:48.293 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8905 | 2026-08-11T21:59:49.539Z | [ recovery-image] Aug 11 21:59:48.302 INFO O| Aug 11 21:59:48.302 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 8906 | 2026-08-11T21:59:49.539Z | [ recovery-image] Aug 11 21:59:48.302 INFO O| Aug 11 21:59:48.302 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 ... |
| 8907 | 2026-08-11T21:59:49.545Z | [ recovery-image] Aug 11 21:59:48.302 INFO O| Aug 11 21:59:48.302 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 8908 | 2026-08-11T21:59:49.545Z | [ recovery-image] Aug 11 21:59:48.302 INFO O| Aug 11 21:59:48.302 INFO ok! |
| 8909 | 2026-08-11T21:59:49.545Z | [ recovery-image] Aug 11 21:59:48.302 INFO O| Aug 11 21:59:48.302 INFO STEP 41 (ensure_symlink) COMPLETE |
| 8910 | 2026-08-11T21:59:49.546Z | [ recovery-image] Aug 11 21:59:48.302 INFO O| Aug 11 21:59:48.302 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8911 | 2026-08-11T21:59:49.561Z | [ recovery-image] Aug 11 21:59:48.311 INFO O| Aug 11 21:59:48.311 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist |
| 8912 | 2026-08-11T21:59:49.561Z | [ recovery-image] Aug 11 21:59:48.311 INFO O| Aug 11 21:59:48.311 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 8913 | 2026-08-11T21:59:49.561Z | [ recovery-image] Aug 11 21:59:48.311 INFO O| Aug 11 21:59:48.311 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo |
| 8914 | 2026-08-11T21:59:49.561Z | [ recovery-image] Aug 11 21:59:48.311 INFO O| Aug 11 21:59:48.311 INFO ok! |
| 8915 | 2026-08-11T21:59:49.561Z | [ recovery-image] Aug 11 21:59:48.311 INFO O| Aug 11 21:59:48.311 INFO STEP 42 (ensure_symlink) COMPLETE |
| 8916 | 2026-08-11T21:59:49.561Z | [ recovery-image] Aug 11 21:59:48.311 INFO O| Aug 11 21:59:48.311 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8917 | 2026-08-11T21:59:49.573Z | [ recovery-image] Aug 11 21:59:48.321 INFO O| Aug 11 21:59:48.321 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
| 8918 | 2026-08-11T21:59:49.573Z | [ recovery-image] Aug 11 21:59:48.321 INFO O| Aug 11 21:59:48.321 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ... |
| 8919 | 2026-08-11T21:59:49.573Z | [ recovery-image] Aug 11 21:59:48.321 INFO O| Aug 11 21:59:48.321 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8920 | 2026-08-11T21:59:49.573Z | [ recovery-image] Aug 11 21:59:48.321 INFO O| Aug 11 21:59:48.321 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8921 | 2026-08-11T21:59:49.573Z | [ recovery-image] Aug 11 21:59:48.321 INFO O| Aug 11 21:59:48.321 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8922 | 2026-08-11T21:59:49.573Z | [ recovery-image] Aug 11 21:59:48.321 INFO O| Aug 11 21:59:48.321 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8923 | 2026-08-11T21:59:49.574Z | [ recovery-image] Aug 11 21:59:48.321 INFO O| Aug 11 21:59:48.321 INFO ok! |
| 8924 | 2026-08-11T21:59:49.574Z | [ recovery-image] Aug 11 21:59:48.321 INFO O| Aug 11 21:59:48.321 INFO STEP 43 (ensure_file) COMPLETE |
| 8925 | 2026-08-11T21:59:49.574Z | [ recovery-image] Aug 11 21:59:48.321 INFO O| Aug 11 21:59:48.321 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8926 | 2026-08-11T21:59:49.574Z | [ recovery-image] Aug 11 21:59:48.332 INFO O| Aug 11 21:59:48.332 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
| 8927 | 2026-08-11T21:59:49.574Z | [ recovery-image] Aug 11 21:59:48.332 INFO O| Aug 11 21:59:48.332 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 ... |
| 8928 | 2026-08-11T21:59:49.574Z | [ recovery-image] Aug 11 21:59:48.332 INFO O| Aug 11 21:59:48.332 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 |
| 8929 | 2026-08-11T21:59:49.574Z | [ recovery-image] Aug 11 21:59:48.332 INFO O| Aug 11 21:59:48.332 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 8930 | 2026-08-11T21:59:49.574Z | [ recovery-image] Aug 11 21:59:48.332 INFO O| Aug 11 21:59:48.332 INFO ok! |
| 8931 | 2026-08-11T21:59:49.574Z | [ recovery-image] Aug 11 21:59:48.332 INFO O| Aug 11 21:59:48.332 INFO STEP 44 (ensure_file) COMPLETE |
| 8932 | 2026-08-11T21:59:49.574Z | [ recovery-image] Aug 11 21:59:48.332 INFO O| Aug 11 21:59:48.332 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8933 | 2026-08-11T21:59:49.584Z | [ recovery-image] Aug 11 21:59:48.342 INFO O| Aug 11 21:59:48.342 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist |
| 8934 | 2026-08-11T21:59:49.585Z | [ recovery-image] Aug 11 21:59:48.342 INFO O| Aug 11 21:59:48.342 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ... |
| 8935 | 2026-08-11T21:59:49.585Z | [ recovery-image] Aug 11 21:59:48.342 INFO O| Aug 11 21:59:48.342 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml |
| 8936 | 2026-08-11T21:59:49.585Z | [ recovery-image] Aug 11 21:59:48.342 INFO O| Aug 11 21:59:48.342 INFO ok! |
| 8937 | 2026-08-11T21:59:49.585Z | [ recovery-image] Aug 11 21:59:48.342 INFO O| Aug 11 21:59:48.342 INFO STEP 45 (ensure_file) COMPLETE |
| 8938 | 2026-08-11T21:59:49.585Z | [ recovery-image] Aug 11 21:59:48.342 INFO O| Aug 11 21:59:48.342 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8939 | 2026-08-11T21:59:49.594Z | [ recovery-image] Aug 11 21:59:48.351 INFO O| Aug 11 21:59:48.351 INFO updating shadow file |
| 8940 | 2026-08-11T21:59:49.594Z | [ recovery-image] Aug 11 21:59:48.351 INFO O| Aug 11 21:59:48.351 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8941 | 2026-08-11T21:59:49.595Z | [ recovery-image] Aug 11 21:59:48.351 INFO O| Aug 11 21:59:48.351 INFO STEP 46 (shadow) COMPLETE |
| 8942 | 2026-08-11T21:59:49.595Z | [ recovery-image] Aug 11 21:59:48.351 INFO O| Aug 11 21:59:48.351 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8943 | 2026-08-11T21:59:49.602Z | [ recovery-image] Aug 11 21:59:48.361 INFO O| Aug 11 21:59:48.361 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
| 8944 | 2026-08-11T21:59:49.602Z | [ recovery-image] Aug 11 21:59:48.361 INFO O| Aug 11 21:59:48.361 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ... |
| 8945 | 2026-08-11T21:59:49.602Z | [ recovery-image] Aug 11 21:59:48.361 INFO O| Aug 11 21:59:48.361 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8946 | 2026-08-11T21:59:49.602Z | [ recovery-image] Aug 11 21:59:48.361 INFO O| Aug 11 21:59:48.361 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8947 | 2026-08-11T21:59:49.602Z | [ recovery-image] Aug 11 21:59:48.361 INFO O| Aug 11 21:59:48.361 INFO ok! |
| 8948 | 2026-08-11T21:59:49.602Z | [ recovery-image] Aug 11 21:59:48.361 INFO O| Aug 11 21:59:48.361 INFO STEP 47 (ensure_file) COMPLETE |
| 8949 | 2026-08-11T21:59:49.602Z | [ recovery-image] Aug 11 21:59:48.361 INFO O| Aug 11 21:59:48.361 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8950 | 2026-08-11T21:59:49.608Z | [ recovery-image] Aug 11 21:59:48.370 INFO O| Aug 11 21:59:48.370 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt |
| 8951 | 2026-08-11T21:59:49.608Z | [ recovery-image] Aug 11 21:59:48.370 INFO O| Aug 11 21:59:48.370 INFO STEP 48 (ensure_dir) COMPLETE |
| 8952 | 2026-08-11T21:59:49.609Z | [ recovery-image] Aug 11 21:59:48.370 INFO O| Aug 11 21:59:48.370 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8953 | 2026-08-11T21:59:49.615Z | [ recovery-image] Aug 11 21:59:48.379 INFO O| Aug 11 21:59:48.379 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8954 | 2026-08-11T21:59:49.615Z | [ recovery-image] Aug 11 21:59:48.379 INFO O| Aug 11 21:59:48.379 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8955 | 2026-08-11T21:59:49.615Z | [ recovery-image] Aug 11 21:59:48.379 INFO O| Aug 11 21:59:48.379 INFO STEP 49 (ensure_dir) COMPLETE |
| 8956 | 2026-08-11T21:59:49.615Z | [ recovery-image] Aug 11 21:59:48.379 INFO O| Aug 11 21:59:48.379 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8957 | 2026-08-11T21:59:49.623Z | [ recovery-image] Aug 11 21:59:48.388 INFO O| Aug 11 21:59:48.388 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8958 | 2026-08-11T21:59:49.623Z | [ recovery-image] Aug 11 21:59:48.388 INFO O| Aug 11 21:59:48.388 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8959 | 2026-08-11T21:59:49.627Z | [ recovery-image] Aug 11 21:59:48.388 INFO O| Aug 11 21:59:48.388 INFO STEP 50 (ensure_dir) COMPLETE |
| 8960 | 2026-08-11T21:59:49.627Z | [ recovery-image] Aug 11 21:59:48.388 INFO O| Aug 11 21:59:48.388 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8961 | 2026-08-11T21:59:49.633Z | [ recovery-image] Aug 11 21:59:48.397 INFO O| Aug 11 21:59:48.397 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
| 8962 | 2026-08-11T21:59:49.633Z | [ recovery-image] Aug 11 21:59:48.397 INFO O| Aug 11 21:59:48.397 INFO copying /tmp/.tmpGtRjcD/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ... |
| 8963 | 2026-08-11T21:59:49.662Z | [ recovery-image] Aug 11 21:59:48.427 INFO O| Aug 11 21:59:48.427 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator |
| 8964 | 2026-08-11T21:59:49.662Z | [ recovery-image] Aug 11 21:59:48.428 INFO O| Aug 11 21:59:48.427 INFO ok! |
| 8965 | 2026-08-11T21:59:49.666Z | [ recovery-image] Aug 11 21:59:48.428 INFO O| Aug 11 21:59:48.427 INFO STEP 51 (ensure_file) COMPLETE |
| 8966 | 2026-08-11T21:59:49.666Z | [ recovery-image] Aug 11 21:59:48.428 INFO O| Aug 11 21:59:48.427 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8967 | 2026-08-11T21:59:49.675Z | [ recovery-image] Aug 11 21:59:48.440 INFO O| Aug 11 21:59:48.440 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8968 | 2026-08-11T21:59:49.675Z | [ recovery-image] Aug 11 21:59:48.440 INFO O| Aug 11 21:59:48.440 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8969 | 2026-08-11T21:59:49.678Z | [ recovery-image] Aug 11 21:59:48.440 INFO O| Aug 11 21:59:48.440 INFO STEP 52 (ensure_dir) COMPLETE |
| 8970 | 2026-08-11T21:59:49.678Z | [ recovery-image] Aug 11 21:59:48.440 INFO O| Aug 11 21:59:48.440 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8971 | 2026-08-11T21:59:49.687Z | [ recovery-image] Aug 11 21:59:48.451 INFO O| Aug 11 21:59:48.451 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
| 8972 | 2026-08-11T21:59:49.687Z | [ recovery-image] Aug 11 21:59:48.451 INFO O| Aug 11 21:59:48.451 INFO copying /tmp/.tmpGtRjcD/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
| 8973 | 2026-08-11T21:59:49.690Z | [ recovery-image] Aug 11 21:59:48.451 INFO O| Aug 11 21:59:48.451 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION |
| 8974 | 2026-08-11T21:59:49.690Z | [ recovery-image] Aug 11 21:59:48.451 INFO O| Aug 11 21:59:48.451 INFO ok! |
| 8975 | 2026-08-11T21:59:49.690Z | [ recovery-image] Aug 11 21:59:48.451 INFO O| Aug 11 21:59:48.451 INFO STEP 53 (ensure_file) COMPLETE |
| 8976 | 2026-08-11T21:59:49.690Z | [ recovery-image] Aug 11 21:59:48.451 INFO O| Aug 11 21:59:48.451 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8977 | 2026-08-11T21:59:49.696Z | [ recovery-image] Aug 11 21:59:48.461 INFO O| Aug 11 21:59:48.461 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8978 | 2026-08-11T21:59:49.696Z | [ recovery-image] Aug 11 21:59:48.461 INFO O| Aug 11 21:59:48.461 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8979 | 2026-08-11T21:59:49.699Z | [ recovery-image] Aug 11 21:59:48.461 INFO O| Aug 11 21:59:48.461 INFO STEP 54 (ensure_dir) COMPLETE |
| 8980 | 2026-08-11T21:59:49.699Z | [ recovery-image] Aug 11 21:59:48.461 INFO O| Aug 11 21:59:48.461 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8981 | 2026-08-11T21:59:49.706Z | [ recovery-image] Aug 11 21:59:48.472 INFO O| Aug 11 21:59:48.472 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 8982 | 2026-08-11T21:59:49.706Z | [ recovery-image] Aug 11 21:59:48.472 INFO O| Aug 11 21:59:48.472 INFO copying /tmp/.tmpGtRjcD/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
| 8983 | 2026-08-11T21:59:51.742Z | [ recovery-image] Aug 11 21:59:50.508 INFO O| Aug 11 21:59:50.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
| 8984 | 2026-08-11T21:59:51.742Z | [ recovery-image] Aug 11 21:59:50.508 INFO O| Aug 11 21:59:50.508 INFO ok! |
| 8985 | 2026-08-11T21:59:51.742Z | [ recovery-image] Aug 11 21:59:50.508 INFO O| Aug 11 21:59:50.508 INFO STEP 55 (ensure_file) COMPLETE |
| 8986 | 2026-08-11T21:59:51.746Z | [ recovery-image] Aug 11 21:59:50.508 INFO O| Aug 11 21:59:50.508 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8987 | 2026-08-11T21:59:51.754Z | [ recovery-image] Aug 11 21:59:50.519 INFO O| Aug 11 21:59:50.519 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
| 8988 | 2026-08-11T21:59:51.754Z | [ recovery-image] Aug 11 21:59:50.519 INFO O| Aug 11 21:59:50.519 INFO copying /tmp/.tmpGtRjcD/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
| 8989 | 2026-08-11T21:59:52.942Z | [verify-libraries] Compiling polar-core v0.27.3 |
| 8990 | 2026-08-11T21:59:53.771Z | [ recovery-image] Aug 11 21:59:52.529 INFO O| Aug 11 21:59:52.529 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
| 8991 | 2026-08-11T21:59:53.772Z | [ recovery-image] Aug 11 21:59:52.529 INFO O| Aug 11 21:59:52.529 INFO ok! |
| 8992 | 2026-08-11T21:59:53.772Z | [ recovery-image] Aug 11 21:59:52.529 INFO O| Aug 11 21:59:52.529 INFO STEP 56 (ensure_file) COMPLETE |
| 8993 | 2026-08-11T21:59:53.772Z | [ recovery-image] Aug 11 21:59:52.529 INFO O| Aug 11 21:59:52.529 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8994 | 2026-08-11T21:59:53.793Z | [ recovery-image] Aug 11 21:59:52.540 INFO O| Aug 11 21:59:52.540 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8995 | 2026-08-11T21:59:53.793Z | [ recovery-image] Aug 11 21:59:52.540 INFO O| Aug 11 21:59:52.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8996 | 2026-08-11T21:59:53.793Z | [ recovery-image] Aug 11 21:59:52.540 INFO O| Aug 11 21:59:52.540 INFO STEP 57 (ensure_dir) COMPLETE |
| 8997 | 2026-08-11T21:59:53.793Z | [ recovery-image] Aug 11 21:59:52.540 INFO O| Aug 11 21:59:52.540 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8998 | 2026-08-11T21:59:53.816Z | [ recovery-image] Aug 11 21:59:52.550 INFO O| Aug 11 21:59:52.550 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 8999 | 2026-08-11T21:59:53.817Z | [ recovery-image] Aug 11 21:59:52.550 INFO O| Aug 11 21:59:52.550 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 9000 | 2026-08-11T21:59:53.817Z | [ recovery-image] Aug 11 21:59:52.550 INFO O| Aug 11 21:59:52.550 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 |
| 9001 | 2026-08-11T21:59:53.817Z | [ recovery-image] Aug 11 21:59:52.550 INFO O| Aug 11 21:59:52.550 INFO ok! |
| 9002 | 2026-08-11T21:59:53.817Z | [ recovery-image] Aug 11 21:59:52.550 INFO O| Aug 11 21:59:52.550 INFO STEP 58 (ensure_file) COMPLETE |
| 9003 | 2026-08-11T21:59:53.817Z | [ recovery-image] Aug 11 21:59:52.550 INFO O| Aug 11 21:59:52.550 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9004 | 2026-08-11T21:59:53.817Z | [ recovery-image] Aug 11 21:59:52.559 INFO O| Aug 11 21:59:52.559 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 9005 | 2026-08-11T21:59:53.817Z | [ recovery-image] Aug 11 21:59:52.559 INFO O| Aug 11 21:59:52.559 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 9006 | 2026-08-11T21:59:53.817Z | [ recovery-image] Aug 11 21:59:52.559 INFO O| Aug 11 21:59:52.559 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 |
| 9007 | 2026-08-11T21:59:53.817Z | [ recovery-image] Aug 11 21:59:52.559 INFO O| Aug 11 21:59:52.559 INFO ok! |
| 9008 | 2026-08-11T21:59:53.818Z | [ recovery-image] Aug 11 21:59:52.559 INFO O| Aug 11 21:59:52.559 INFO STEP 59 (ensure_file) COMPLETE |
| 9009 | 2026-08-11T21:59:53.818Z | [ recovery-image] Aug 11 21:59:52.559 INFO O| Aug 11 21:59:52.559 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9010 | 2026-08-11T21:59:53.848Z | [ recovery-image] Aug 11 21:59:52.567 INFO O| Aug 11 21:59:52.567 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 9011 | 2026-08-11T21:59:53.848Z | [ recovery-image] Aug 11 21:59:52.567 INFO O| Aug 11 21:59:52.567 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 9012 | 2026-08-11T21:59:53.849Z | [ recovery-image] Aug 11 21:59:52.567 INFO O| Aug 11 21:59:52.567 INFO STEP 60 (ensure_dir) COMPLETE |
| 9013 | 2026-08-11T21:59:53.849Z | [ recovery-image] Aug 11 21:59:52.567 INFO O| Aug 11 21:59:52.567 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9014 | 2026-08-11T21:59:53.849Z | [ recovery-image] Aug 11 21:59:52.577 INFO O| Aug 11 21:59:52.577 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 9015 | 2026-08-11T21:59:53.849Z | [ recovery-image] Aug 11 21:59:52.577 INFO O| Aug 11 21:59:52.577 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 9016 | 2026-08-11T21:59:53.849Z | [ recovery-image] Aug 11 21:59:52.577 INFO O| Aug 11 21:59:52.577 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 9017 | 2026-08-11T21:59:53.849Z | [ recovery-image] Aug 11 21:59:52.577 INFO O| Aug 11 21:59:52.577 INFO ok! |
| 9018 | 2026-08-11T21:59:53.849Z | [ recovery-image] Aug 11 21:59:52.577 INFO O| Aug 11 21:59:52.577 INFO STEP 61 (ensure_file) COMPLETE |
| 9019 | 2026-08-11T21:59:53.849Z | [ recovery-image] Aug 11 21:59:52.577 INFO O| Aug 11 21:59:52.577 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9020 | 2026-08-11T21:59:53.858Z | [ recovery-image] Aug 11 21:59:52.586 INFO O| Aug 11 21:59:52.586 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 9021 | 2026-08-11T21:59:53.858Z | [ recovery-image] Aug 11 21:59:52.586 INFO O| Aug 11 21:59:52.586 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 9022 | 2026-08-11T21:59:53.858Z | [ recovery-image] Aug 11 21:59:52.586 INFO O| Aug 11 21:59:52.586 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 |
| 9023 | 2026-08-11T21:59:53.858Z | [ recovery-image] Aug 11 21:59:52.586 INFO O| Aug 11 21:59:52.586 INFO ok! |
| 9024 | 2026-08-11T21:59:53.858Z | [ recovery-image] Aug 11 21:59:52.586 INFO O| Aug 11 21:59:52.586 INFO STEP 62 (ensure_file) COMPLETE |
| 9025 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.586 INFO O| Aug 11 21:59:52.586 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9026 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.595 INFO O| Aug 11 21:59:52.594 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 9027 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.595 INFO O| Aug 11 21:59:52.595 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 9028 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.595 INFO O| Aug 11 21:59:52.595 INFO STEP 63 (ensure_dir) COMPLETE |
| 9029 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.595 INFO O| Aug 11 21:59:52.595 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9030 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.602 INFO O| Aug 11 21:59:52.602 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 9031 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.603 INFO O| Aug 11 21:59:52.602 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 9032 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.603 INFO O| Aug 11 21:59:52.603 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 9033 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.603 INFO O| Aug 11 21:59:52.603 INFO ok! |
| 9034 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.603 INFO O| Aug 11 21:59:52.603 INFO STEP 64 (ensure_file) COMPLETE |
| 9035 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.603 INFO O| Aug 11 21:59:52.603 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9036 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.610 INFO O| Aug 11 21:59:52.610 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
| 9037 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.610 INFO O| Aug 11 21:59:52.610 INFO copying /tmp/.tmpGtRjcD/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
| 9038 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.610 INFO O| Aug 11 21:59:52.610 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
| 9039 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.610 INFO O| Aug 11 21:59:52.610 INFO ok! |
| 9040 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.610 INFO O| Aug 11 21:59:52.610 INFO STEP 65 (ensure_file) COMPLETE |
| 9041 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.610 INFO O| Aug 11 21:59:52.610 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9042 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.618 INFO O| Aug 11 21:59:52.618 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib |
| 9043 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.618 INFO O| Aug 11 21:59:52.618 INFO STEP 66 (ensure_dir) COMPLETE |
| 9044 | 2026-08-11T21:59:53.859Z | [ recovery-image] Aug 11 21:59:52.618 INFO O| Aug 11 21:59:52.618 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9045 | 2026-08-11T21:59:53.865Z | [ recovery-image] Aug 11 21:59:52.627 INFO O| Aug 11 21:59:52.627 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc |
| 9046 | 2026-08-11T21:59:53.865Z | [ recovery-image] Aug 11 21:59:52.627 INFO O| Aug 11 21:59:52.627 INFO STEP 67 (ensure_dir) COMPLETE |
| 9047 | 2026-08-11T21:59:53.865Z | [ recovery-image] Aug 11 21:59:52.627 INFO O| Aug 11 21:59:52.627 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9048 | 2026-08-11T21:59:53.870Z | [ recovery-image] Aug 11 21:59:52.635 INFO O| Aug 11 21:59:52.635 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest |
| 9049 | 2026-08-11T21:59:53.870Z | [ recovery-image] Aug 11 21:59:52.635 INFO O| Aug 11 21:59:52.635 INFO STEP 68 (ensure_dir) COMPLETE |
| 9050 | 2026-08-11T21:59:53.876Z | [ recovery-image] Aug 11 21:59:52.635 INFO O| Aug 11 21:59:52.635 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9051 | 2026-08-11T21:59:53.882Z | [ recovery-image] Aug 11 21:59:52.647 INFO O| Aug 11 21:59:52.647 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site |
| 9052 | 2026-08-11T21:59:53.882Z | [ recovery-image] Aug 11 21:59:52.647 INFO O| Aug 11 21:59:52.647 INFO STEP 69 (ensure_dir) COMPLETE |
| 9053 | 2026-08-11T21:59:53.882Z | [ recovery-image] Aug 11 21:59:52.647 INFO O| Aug 11 21:59:52.647 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9054 | 2026-08-11T21:59:53.900Z | [ recovery-image] Aug 11 21:59:52.658 INFO O| Aug 11 21:59:52.657 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
| 9055 | 2026-08-11T21:59:53.901Z | [ recovery-image] Aug 11 21:59:52.658 INFO O| Aug 11 21:59:52.658 INFO copying /tmp/.tmpGtRjcD/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
| 9056 | 2026-08-11T21:59:53.901Z | [ recovery-image] Aug 11 21:59:52.658 INFO O| Aug 11 21:59:52.658 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
| 9057 | 2026-08-11T21:59:53.911Z | [ recovery-image] Aug 11 21:59:52.658 INFO O| Aug 11 21:59:52.658 INFO ok! |
| 9058 | 2026-08-11T21:59:53.912Z | [ recovery-image] Aug 11 21:59:52.658 INFO O| Aug 11 21:59:52.658 INFO STEP 70 (ensure_file) COMPLETE |
| 9059 | 2026-08-11T21:59:53.912Z | [ recovery-image] Aug 11 21:59:52.658 INFO O| Aug 11 21:59:52.658 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9060 | 2026-08-11T21:59:53.912Z | [ recovery-image] Aug 11 21:59:52.668 INFO O| Aug 11 21:59:52.668 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
| 9061 | 2026-08-11T21:59:53.912Z | [ recovery-image] Aug 11 21:59:52.668 INFO O| Aug 11 21:59:52.668 INFO STEP 71 (remove_files) COMPLETE |
| 9062 | 2026-08-11T21:59:53.912Z | [ recovery-image] Aug 11 21:59:52.668 INFO O| Aug 11 21:59:52.668 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9063 | 2026-08-11T21:59:53.918Z | [ recovery-image] Aug 11 21:59:52.679 INFO O| Aug 11 21:59:52.678 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap" |
| 9064 | 2026-08-11T21:59:53.918Z | [ recovery-image] Aug 11 21:59:52.679 INFO O| Aug 11 21:59:52.679 INFO STEP 72 (remove_files) COMPLETE |
| 9065 | 2026-08-11T21:59:53.918Z | [ recovery-image] Aug 11 21:59:52.679 INFO O| Aug 11 21:59:52.679 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9066 | 2026-08-11T21:59:53.933Z | [ recovery-image] Aug 11 21:59:52.689 INFO O| Aug 11 21:59:52.688 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc" |
| 9067 | 2026-08-11T21:59:53.933Z | [ recovery-image] Aug 11 21:59:52.689 INFO O| Aug 11 21:59:52.689 INFO STEP 73 (remove_files) COMPLETE |
| 9068 | 2026-08-11T21:59:53.933Z | [ recovery-image] Aug 11 21:59:52.689 INFO O| Aug 11 21:59:52.689 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9069 | 2026-08-11T21:59:53.959Z | [ recovery-image] Aug 11 21:59:52.699 INFO O| Aug 11 21:59:52.699 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security" |
| 9070 | 2026-08-11T21:59:53.959Z | [ recovery-image] Aug 11 21:59:52.699 INFO O| Aug 11 21:59:52.699 INFO STEP 74 (remove_files) COMPLETE |
| 9071 | 2026-08-11T21:59:53.959Z | [ recovery-image] Aug 11 21:59:52.699 INFO O| Aug 11 21:59:52.699 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9072 | 2026-08-11T21:59:53.981Z | [ recovery-image] Aug 11 21:59:52.709 INFO O| Aug 11 21:59:52.709 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares" |
| 9073 | 2026-08-11T21:59:53.982Z | [ recovery-image] Aug 11 21:59:52.709 INFO O| Aug 11 21:59:52.709 INFO STEP 75 (remove_files) COMPLETE |
| 9074 | 2026-08-11T21:59:53.982Z | [ recovery-image] Aug 11 21:59:52.709 INFO O| Aug 11 21:59:52.709 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9075 | 2026-08-11T21:59:53.982Z | [ recovery-image] Aug 11 21:59:52.719 INFO O| Aug 11 21:59:52.719 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb" |
| 9076 | 2026-08-11T21:59:53.982Z | [ recovery-image] Aug 11 21:59:52.719 INFO O| Aug 11 21:59:52.719 INFO STEP 76 (remove_files) COMPLETE |
| 9077 | 2026-08-11T21:59:53.982Z | [ recovery-image] Aug 11 21:59:52.719 INFO O| Aug 11 21:59:52.719 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9078 | 2026-08-11T21:59:53.982Z | [ recovery-image] Aug 11 21:59:52.730 INFO O| Aug 11 21:59:52.730 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 9079 | 2026-08-11T21:59:53.982Z | [ recovery-image] Aug 11 21:59:52.730 INFO O| Aug 11 21:59:52.730 INFO STEP 77 (remove_files) COMPLETE |
| 9080 | 2026-08-11T21:59:53.982Z | [ recovery-image] Aug 11 21:59:52.730 INFO O| Aug 11 21:59:52.730 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9081 | 2026-08-11T21:59:53.993Z | [ recovery-image] Aug 11 21:59:52.739 INFO O| Aug 11 21:59:52.739 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
| 9082 | 2026-08-11T21:59:53.993Z | [ recovery-image] Aug 11 21:59:52.740 INFO O| Aug 11 21:59:52.739 INFO STEP 78 (remove_files) COMPLETE |
| 9083 | 2026-08-11T21:59:53.993Z | [ recovery-image] Aug 11 21:59:52.740 INFO O| Aug 11 21:59:52.740 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9084 | 2026-08-11T21:59:53.993Z | [ recovery-image] Aug 11 21:59:52.750 INFO O| Aug 11 21:59:52.750 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
| 9085 | 2026-08-11T21:59:53.994Z | [ recovery-image] Aug 11 21:59:52.750 INFO O| Aug 11 21:59:52.750 INFO STEP 79 (remove_files) COMPLETE |
| 9086 | 2026-08-11T21:59:53.994Z | [ recovery-image] Aug 11 21:59:52.750 INFO O| Aug 11 21:59:52.750 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9087 | 2026-08-11T21:59:54.006Z | [ recovery-image] Aug 11 21:59:52.760 INFO O| Aug 11 21:59:52.760 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 9088 | 2026-08-11T21:59:54.006Z | [ recovery-image] Aug 11 21:59:52.760 INFO O| Aug 11 21:59:52.760 INFO STEP 80 (remove_files) COMPLETE |
| 9089 | 2026-08-11T21:59:54.007Z | [ recovery-image] Aug 11 21:59:52.760 INFO O| Aug 11 21:59:52.760 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9090 | 2026-08-11T21:59:54.020Z | [ recovery-image] Aug 11 21:59:52.770 INFO O| Aug 11 21:59:52.770 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
| 9091 | 2026-08-11T21:59:54.020Z | [ recovery-image] Aug 11 21:59:52.771 INFO O| Aug 11 21:59:52.771 INFO STEP 81 (remove_files) COMPLETE |
| 9092 | 2026-08-11T21:59:54.020Z | [ recovery-image] Aug 11 21:59:52.771 INFO O| Aug 11 21:59:52.771 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9093 | 2026-08-11T21:59:54.032Z | [ recovery-image] Aug 11 21:59:52.782 INFO O| Aug 11 21:59:52.782 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
| 9094 | 2026-08-11T21:59:54.032Z | [ recovery-image] Aug 11 21:59:52.782 INFO O| Aug 11 21:59:52.782 INFO STEP 82 (remove_files) COMPLETE |
| 9095 | 2026-08-11T21:59:54.032Z | [ recovery-image] Aug 11 21:59:52.782 INFO O| Aug 11 21:59:52.782 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9096 | 2026-08-11T21:59:54.036Z | [ recovery-image] Aug 11 21:59:52.793 INFO O| Aug 11 21:59:52.793 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
| 9097 | 2026-08-11T21:59:54.036Z | [ recovery-image] Aug 11 21:59:52.793 INFO O| Aug 11 21:59:52.793 INFO STEP 83 (remove_files) COMPLETE |
| 9098 | 2026-08-11T21:59:54.036Z | [ recovery-image] Aug 11 21:59:52.793 INFO O| Aug 11 21:59:52.793 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9099 | 2026-08-11T21:59:54.050Z | [ recovery-image] Aug 11 21:59:52.804 INFO O| Aug 11 21:59:52.804 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
| 9100 | 2026-08-11T21:59:54.050Z | [ recovery-image] Aug 11 21:59:52.804 INFO O| Aug 11 21:59:52.804 INFO STEP 84 (remove_files) COMPLETE |
| 9101 | 2026-08-11T21:59:54.050Z | [ recovery-image] Aug 11 21:59:52.804 INFO O| Aug 11 21:59:52.804 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9102 | 2026-08-11T21:59:54.056Z | [ recovery-image] Aug 11 21:59:52.813 INFO O| Aug 11 21:59:52.813 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
| 9103 | 2026-08-11T21:59:54.056Z | [ recovery-image] Aug 11 21:59:52.813 INFO O| Aug 11 21:59:52.813 INFO STEP 85 (remove_files) COMPLETE |
| 9104 | 2026-08-11T21:59:54.056Z | [ recovery-image] Aug 11 21:59:52.813 INFO O| Aug 11 21:59:52.813 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9105 | 2026-08-11T21:59:54.066Z | [ recovery-image] Aug 11 21:59:52.821 INFO O| Aug 11 21:59:52.821 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
| 9106 | 2026-08-11T21:59:54.066Z | [ recovery-image] Aug 11 21:59:52.821 INFO O| Aug 11 21:59:52.821 INFO STEP 86 (remove_files) COMPLETE |
| 9107 | 2026-08-11T21:59:54.066Z | [ recovery-image] Aug 11 21:59:52.821 INFO O| Aug 11 21:59:52.821 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9108 | 2026-08-11T21:59:54.075Z | [ recovery-image] Aug 11 21:59:52.830 INFO O| Aug 11 21:59:52.830 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 9109 | 2026-08-11T21:59:54.076Z | [ recovery-image] Aug 11 21:59:52.830 INFO O| Aug 11 21:59:52.830 INFO STEP 87 (remove_files) COMPLETE |
| 9110 | 2026-08-11T21:59:54.076Z | [ recovery-image] Aug 11 21:59:52.830 INFO O| Aug 11 21:59:52.830 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9111 | 2026-08-11T21:59:54.076Z | [ recovery-image] Aug 11 21:59:52.838 INFO O| Aug 11 21:59:52.838 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
| 9112 | 2026-08-11T21:59:54.076Z | [ recovery-image] Aug 11 21:59:52.838 INFO O| Aug 11 21:59:52.838 INFO STEP 88 (remove_files) COMPLETE |
| 9113 | 2026-08-11T21:59:54.076Z | [ recovery-image] Aug 11 21:59:52.838 INFO O| Aug 11 21:59:52.838 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9114 | 2026-08-11T21:59:54.195Z | [ recovery-image] Aug 11 21:59:52.846 INFO O| Aug 11 21:59:52.846 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
| 9115 | 2026-08-11T21:59:54.195Z | [ recovery-image] Aug 11 21:59:52.846 INFO O| Aug 11 21:59:52.846 INFO STEP 89 (remove_files) COMPLETE |
| 9116 | 2026-08-11T21:59:54.195Z | [ recovery-image] Aug 11 21:59:52.846 INFO O| Aug 11 21:59:52.846 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9117 | 2026-08-11T21:59:54.221Z | [ recovery-image] Aug 11 21:59:52.855 INFO O| Aug 11 21:59:52.855 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 9118 | 2026-08-11T21:59:54.221Z | [ recovery-image] Aug 11 21:59:52.855 INFO O| Aug 11 21:59:52.855 INFO STEP 90 (remove_files) COMPLETE |
| 9119 | 2026-08-11T21:59:54.221Z | [ recovery-image] Aug 11 21:59:52.855 INFO O| Aug 11 21:59:52.855 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9120 | 2026-08-11T21:59:54.221Z | [ recovery-image] Aug 11 21:59:52.863 INFO O| Aug 11 21:59:52.863 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 9121 | 2026-08-11T21:59:54.221Z | [ recovery-image] Aug 11 21:59:52.863 INFO O| Aug 11 21:59:52.863 INFO STEP 91 (remove_files) COMPLETE |
| 9122 | 2026-08-11T21:59:54.221Z | [ recovery-image] Aug 11 21:59:52.863 INFO O| Aug 11 21:59:52.863 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9123 | 2026-08-11T21:59:54.221Z | [ recovery-image] Aug 11 21:59:52.872 INFO O| Aug 11 21:59:52.871 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat" |
| 9124 | 2026-08-11T21:59:54.221Z | [ recovery-image] Aug 11 21:59:52.872 INFO O| Aug 11 21:59:52.872 INFO STEP 92 (remove_files) COMPLETE |
| 9125 | 2026-08-11T21:59:54.221Z | [ recovery-image] Aug 11 21:59:52.872 INFO O| Aug 11 21:59:52.872 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9126 | 2026-08-11T21:59:54.221Z | [ recovery-image] Aug 11 21:59:52.880 INFO O| Aug 11 21:59:52.880 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 9127 | 2026-08-11T21:59:54.221Z | [ recovery-image] Aug 11 21:59:52.880 INFO O| Aug 11 21:59:52.880 INFO STEP 93 (remove_files) COMPLETE |
| 9128 | 2026-08-11T21:59:54.221Z | [ recovery-image] Aug 11 21:59:52.880 INFO O| Aug 11 21:59:52.880 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9129 | 2026-08-11T21:59:54.221Z | [ recovery-image] Aug 11 21:59:52.889 INFO O| Aug 11 21:59:52.889 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
| 9130 | 2026-08-11T21:59:54.221Z | [ recovery-image] Aug 11 21:59:52.889 INFO O| Aug 11 21:59:52.889 INFO STEP 94 (remove_files) COMPLETE |
| 9131 | 2026-08-11T21:59:54.221Z | [ recovery-image] Aug 11 21:59:52.889 INFO O| Aug 11 21:59:52.889 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9132 | 2026-08-11T21:59:54.221Z | [ recovery-image] Aug 11 21:59:52.899 INFO O| Aug 11 21:59:52.899 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
| 9133 | 2026-08-11T21:59:54.222Z | [ recovery-image] Aug 11 21:59:52.899 INFO O| Aug 11 21:59:52.899 INFO STEP 95 (remove_files) COMPLETE |
| 9134 | 2026-08-11T21:59:54.222Z | [ recovery-image] Aug 11 21:59:52.899 INFO O| Aug 11 21:59:52.899 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9135 | 2026-08-11T21:59:54.222Z | [ recovery-image] Aug 11 21:59:52.910 INFO O| Aug 11 21:59:52.910 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
| 9136 | 2026-08-11T21:59:54.222Z | [ recovery-image] Aug 11 21:59:52.910 INFO O| Aug 11 21:59:52.910 INFO STEP 96 (remove_files) COMPLETE |
| 9137 | 2026-08-11T21:59:54.222Z | [ recovery-image] Aug 11 21:59:52.910 INFO O| Aug 11 21:59:52.910 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9138 | 2026-08-11T21:59:54.222Z | [ recovery-image] Aug 11 21:59:52.919 INFO O| Aug 11 21:59:52.919 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
| 9139 | 2026-08-11T21:59:54.222Z | [ recovery-image] Aug 11 21:59:52.919 INFO O| Aug 11 21:59:52.919 INFO STEP 97 (remove_files) COMPLETE |
| 9140 | 2026-08-11T21:59:54.222Z | [ recovery-image] Aug 11 21:59:52.919 INFO O| Aug 11 21:59:52.919 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9141 | 2026-08-11T21:59:54.222Z | [ recovery-image] Aug 11 21:59:52.930 INFO O| Aug 11 21:59:52.930 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
| 9142 | 2026-08-11T21:59:54.222Z | [ recovery-image] Aug 11 21:59:52.930 INFO O| Aug 11 21:59:52.930 INFO STEP 98 (remove_files) COMPLETE |
| 9143 | 2026-08-11T21:59:54.222Z | [ recovery-image] Aug 11 21:59:52.930 INFO O| Aug 11 21:59:52.930 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9144 | 2026-08-11T21:59:54.222Z | [ recovery-image] Aug 11 21:59:52.941 INFO O| Aug 11 21:59:52.941 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
| 9145 | 2026-08-11T21:59:54.222Z | [ recovery-image] Aug 11 21:59:52.941 INFO O| Aug 11 21:59:52.941 INFO STEP 99 (remove_files) COMPLETE |
| 9146 | 2026-08-11T21:59:54.222Z | [ recovery-image] Aug 11 21:59:52.941 INFO O| Aug 11 21:59:52.941 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9147 | 2026-08-11T21:59:54.222Z | [ recovery-image] Aug 11 21:59:52.957 INFO O| Aug 11 21:59:52.957 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal |
| 9148 | 2026-08-11T21:59:54.222Z | [ recovery-image] Aug 11 21:59:52.957 INFO O| Aug 11 21:59:52.957 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"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_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1"} |
| 9149 | 2026-08-11T21:59:56.611Z | [ host-image] Aug 11 21:59:55.367 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24189:20260811T192955Z |
| 9150 | 2026-08-11T21:59:56.612Z | [ host-image] Aug 11 21:59:55.367 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24189:20260811T192955Z |
| 9151 | 2026-08-11T21:59:56.642Z | [ host-image] Aug 11 21:59:55.367 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z |
| 9152 | 2026-08-11T21:59:56.642Z | [ host-image] Aug 11 21:59:55.367 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z |
| 9153 | 2026-08-11T21:59:56.643Z | [ host-image] Aug 11 21:59:55.368 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z |
| 9154 | 2026-08-11T21:59:56.643Z | [ host-image] Aug 11 21:59:55.368 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z |
| 9155 | 2026-08-11T21:59:56.643Z | [ host-image] Aug 11 21:59:55.368 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z |
| 9156 | 2026-08-11T21:59:56.643Z | [ host-image] Aug 11 21:59:55.368 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z |
| 9157 | 2026-08-11T21:59:56.643Z | [ host-image] Aug 11 21:59:55.368 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260811T214053Z |
| 9158 | 2026-08-11T21:59:56.643Z | [ host-image] Aug 11 21:59:55.368 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z |
| 9159 | 2026-08-11T21:59:56.643Z | [ host-image] Aug 11 21:59:55.368 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z |
| 9160 | 2026-08-11T21:59:56.643Z | [ host-image] Aug 11 21:59:55.368 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24189:20260811T192956Z |
| 9161 | 2026-08-11T21:59:56.643Z | [ host-image] Aug 11 21:59:55.369 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24189:20260811T192956Z |
| 9162 | 2026-08-11T21:59:56.643Z | [ host-image] Aug 11 21:59:55.369 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24189:20260811T192956Z |
| 9163 | 2026-08-11T21:59:56.643Z | [ host-image] Aug 11 21:59:55.369 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24189:20260811T192956Z |
| 9164 | 2026-08-11T21:59:56.643Z | [ host-image] Aug 11 21:59:55.369 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z |
| 9165 | 2026-08-11T21:59:56.643Z | [ host-image] Aug 11 21:59:55.369 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24189:20260811T192956Z |
| 9166 | 2026-08-11T21:59:56.643Z | [ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24189:20260811T192956Z |
| 9167 | 2026-08-11T21:59:56.644Z | [ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24189:20260811T192956Z |
| 9168 | 2026-08-11T21:59:56.644Z | [ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24189:20260811T192956Z |
| 9169 | 2026-08-11T21:59:56.644Z | [ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24189:20260811T192957Z |
| 9170 | 2026-08-11T21:59:56.644Z | [ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24189:20260811T192957Z |
| 9171 | 2026-08-11T21:59:56.644Z | [ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24189:20260811T192957Z |
| 9172 | 2026-08-11T21:59:56.644Z | [ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24189:20260811T192957Z |
| 9173 | 2026-08-11T21:59:56.644Z | [ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24189:20260811T192957Z |
| 9174 | 2026-08-11T21:59:56.644Z | [ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24189:20260811T192957Z |
| 9175 | 2026-08-11T21:59:56.645Z | [ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24189:20260811T192957Z |
| 9176 | 2026-08-11T21:59:56.645Z | [ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24189:20260811T192958Z |
| 9177 | 2026-08-11T21:59:56.645Z | [ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24189:20260811T192958Z |
| 9178 | 2026-08-11T21:59:56.645Z | [ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24189:20260811T192959Z |
| 9179 | 2026-08-11T21:59:56.645Z | [ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24189:20260811T192959Z |
| 9180 | 2026-08-11T21:59:56.645Z | [ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/network/opte@0.41.504-3.0:20260725T001627Z |
| 9181 | 2026-08-11T21:59:56.645Z | [ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24189:20260811T193000Z |
| 9182 | 2026-08-11T21:59:56.645Z | [ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24189:20260811T193000Z |
| 9183 | 2026-08-11T21:59:56.645Z | [ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24189:20260811T193001Z |
| 9184 | 2026-08-11T21:59:56.646Z | [ host-image] Aug 11 21:59:55.370 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24189:20260811T193001Z |
| 9185 | 2026-08-11T21:59:56.646Z | [ host-image] Aug 11 21:59:55.371 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24189:20260811T193001Z |
| 9186 | 2026-08-11T21:59:56.646Z | [ host-image] Aug 11 21:59:55.371 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24189:20260811T193002Z |
| 9187 | 2026-08-11T21:59:56.646Z | [ host-image] Aug 11 21:59:55.371 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24189:20260811T193002Z |
| 9188 | 2026-08-11T21:59:56.646Z | [ host-image] Aug 11 21:59:55.374 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z |
| 9189 | 2026-08-11T21:59:56.646Z | [ host-image] Aug 11 21:59:55.374 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24189:20260811T193002Z |
| 9190 | 2026-08-11T21:59:56.646Z | [ host-image] Aug 11 21:59:55.374 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z |
| 9191 | 2026-08-11T21:59:56.646Z | [ host-image] Aug 11 21:59:55.374 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z |
| 9192 | 2026-08-11T21:59:56.647Z | [ host-image] Aug 11 21:59:55.374 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z |
| 9193 | 2026-08-11T21:59:56.647Z | [ host-image] Aug 11 21:59:55.374 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z |
| 9194 | 2026-08-11T21:59:56.690Z | [ host-image] Aug 11 21:59:55.374 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24189:20260811T193002Z |
| 9195 | 2026-08-11T21:59:56.690Z | [ host-image] Aug 11 21:59:55.374 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z |
| 9196 | 2026-08-11T21:59:56.690Z | [ host-image] Aug 11 21:59:55.375 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z |
| 9197 | 2026-08-11T21:59:56.690Z | [ host-image] Aug 11 21:59:55.375 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z |
| 9198 | 2026-08-11T21:59:56.690Z | [ host-image] Aug 11 21:59:55.375 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z |
| 9199 | 2026-08-11T21:59:56.690Z | [ host-image] Aug 11 21:59:55.378 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z |
| 9200 | 2026-08-11T21:59:56.690Z | [ host-image] Aug 11 21:59:55.378 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z |
| 9201 | 2026-08-11T21:59:56.690Z | [ host-image] Aug 11 21:59:55.378 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z |
| 9202 | 2026-08-11T21:59:56.690Z | [ host-image] Aug 11 21:59:55.379 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z |
| 9203 | 2026-08-11T21:59:56.691Z | [ host-image] Aug 11 21:59:55.380 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z |
| 9204 | 2026-08-11T21:59:56.691Z | [ host-image] Aug 11 21:59:55.380 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z |
| 9205 | 2026-08-11T21:59:56.723Z | [ host-image] Aug 11 21:59:55.431 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z |
| 9206 | 2026-08-11T21:59:56.723Z | [ host-image] Aug 11 21:59:55.431 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z |
| 9207 | 2026-08-11T21:59:56.723Z | [ host-image] Aug 11 21:59:55.431 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z |
| 9208 | 2026-08-11T21:59:56.723Z | [ host-image] Aug 11 21:59:55.431 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24189:20260811T193003Z |
| 9209 | 2026-08-11T21:59:56.723Z | [ host-image] Aug 11 21:59:55.431 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24189:20260811T193005Z |
| 9210 | 2026-08-11T21:59:56.723Z | [ host-image] Aug 11 21:59:55.432 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z |
| 9211 | 2026-08-11T21:59:56.723Z | [ host-image] Aug 11 21:59:55.432 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24189:20260811T193006Z |
| 9212 | 2026-08-11T21:59:56.723Z | [ host-image] Aug 11 21:59:55.432 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z |
| 9213 | 2026-08-11T21:59:56.723Z | [ host-image] Aug 11 21:59:55.432 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z |
| 9214 | 2026-08-11T21:59:56.723Z | [ host-image] Aug 11 21:59:55.432 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z |
| 9215 | 2026-08-11T21:59:56.724Z | [ host-image] Aug 11 21:59:55.432 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z |
| 9216 | 2026-08-11T21:59:56.724Z | [ host-image] Aug 11 21:59:55.432 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24189:20260811T193006Z |
| 9217 | 2026-08-11T21:59:56.725Z | [ host-image] Aug 11 21:59:55.432 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z |
| 9218 | 2026-08-11T21:59:56.725Z | [ host-image] Aug 11 21:59:55.433 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z |
| 9219 | 2026-08-11T21:59:56.725Z | [ host-image] Aug 11 21:59:55.433 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z |
| 9220 | 2026-08-11T21:59:56.725Z | [ host-image] Aug 11 21:59:55.433 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z |
| 9221 | 2026-08-11T21:59:56.725Z | [ host-image] Aug 11 21:59:55.433 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24189:20260811T193006Z |
| 9222 | 2026-08-11T21:59:56.725Z | [ host-image] Aug 11 21:59:55.433 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z |
| 9223 | 2026-08-11T21:59:56.725Z | [ host-image] Aug 11 21:59:55.437 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z |
| 9224 | 2026-08-11T21:59:56.725Z | [ host-image] Aug 11 21:59:55.437 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24189:20260811T193006Z |
| 9225 | 2026-08-11T21:59:56.725Z | [ host-image] Aug 11 21:59:55.438 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24189:20260811T193006Z |
| 9226 | 2026-08-11T21:59:56.725Z | [ host-image] Aug 11 21:59:55.438 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24189:20260811T193006Z |
| 9227 | 2026-08-11T21:59:56.725Z | [ host-image] Aug 11 21:59:55.438 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z |
| 9228 | 2026-08-11T21:59:56.725Z | [ host-image] Aug 11 21:59:55.439 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24189:20260811T193007Z |
| 9229 | 2026-08-11T21:59:56.725Z | [ host-image] Aug 11 21:59:55.439 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24189:20260811T193007Z |
| 9230 | 2026-08-11T21:59:56.725Z | [ host-image] Aug 11 21:59:55.439 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24189:20260811T193007Z |
| 9231 | 2026-08-11T21:59:56.726Z | [ host-image] Aug 11 21:59:55.439 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24189:20260811T193007Z |
| 9232 | 2026-08-11T21:59:56.726Z | [ host-image] Aug 11 21:59:55.440 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z |
| 9233 | 2026-08-11T21:59:56.726Z | [ host-image] Aug 11 21:59:55.440 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24189:20260811T193007Z |
| 9234 | 2026-08-11T21:59:56.726Z | [ host-image] Aug 11 21:59:55.440 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24189:20260811T193008Z |
| 9235 | 2026-08-11T21:59:56.726Z | [ host-image] Aug 11 21:59:55.440 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z |
| 9236 | 2026-08-11T21:59:56.726Z | [ host-image] Aug 11 21:59:55.440 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24189:20260811T193008Z |
| 9237 | 2026-08-11T21:59:56.727Z | [ host-image] Aug 11 21:59:55.440 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24189:20260811T193008Z |
| 9238 | 2026-08-11T21:59:56.727Z | [ host-image] Aug 11 21:59:55.440 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24189:20260811T193008Z |
| 9239 | 2026-08-11T21:59:56.727Z | [ host-image] Aug 11 21:59:55.441 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24189:20260811T193008Z |
| 9240 | 2026-08-11T21:59:56.727Z | [ host-image] Aug 11 21:59:55.443 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24189:20260811T193008Z |
| 9241 | 2026-08-11T21:59:56.727Z | [ host-image] Aug 11 21:59:55.443 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z |
| 9242 | 2026-08-11T21:59:56.727Z | [ host-image] Aug 11 21:59:55.443 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24189:20260811T193008Z |
| 9243 | 2026-08-11T21:59:56.727Z | [ host-image] Aug 11 21:59:55.443 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24189:20260811T193008Z |
| 9244 | 2026-08-11T21:59:56.727Z | [ host-image] Aug 11 21:59:55.444 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24189:20260811T193008Z |
| 9245 | 2026-08-11T21:59:56.727Z | [ host-image] Aug 11 21:59:55.444 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24189:20260811T193008Z |
| 9246 | 2026-08-11T21:59:56.727Z | [ host-image] Aug 11 21:59:55.444 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24189:20260811T193008Z |
| 9247 | 2026-08-11T21:59:56.727Z | [ host-image] Aug 11 21:59:55.444 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24189:20260811T193008Z |
| 9248 | 2026-08-11T21:59:56.727Z | [ host-image] Aug 11 21:59:55.444 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24189:20260811T193008Z |
| 9249 | 2026-08-11T21:59:56.728Z | [ host-image] Aug 11 21:59:55.444 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24189:20260811T193009Z |
| 9250 | 2026-08-11T21:59:56.728Z | [ host-image] Aug 11 21:59:55.447 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24189:20260811T193009Z |
| 9251 | 2026-08-11T21:59:56.728Z | [ host-image] Aug 11 21:59:55.447 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24189:20260811T193009Z |
| 9252 | 2026-08-11T21:59:56.728Z | [ host-image] Aug 11 21:59:55.447 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24189:20260811T193009Z |
| 9253 | 2026-08-11T21:59:56.728Z | [ host-image] Aug 11 21:59:55.467 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24189:20260811T193009Z |
| 9254 | 2026-08-11T21:59:56.729Z | [ host-image] Aug 11 21:59:55.467 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24189:20260811T193009Z |
| 9255 | 2026-08-11T21:59:56.729Z | [ host-image] Aug 11 21:59:55.473 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24189:20260811T193011Z |
| 9256 | 2026-08-11T21:59:56.729Z | [ host-image] Aug 11 21:59:55.473 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24189:20260811T193009Z |
| 9257 | 2026-08-11T21:59:56.729Z | [ host-image] Aug 11 21:59:55.473 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24189:20260811T193009Z |
| 9258 | 2026-08-11T21:59:56.729Z | [ host-image] Aug 11 21:59:55.473 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z |
| 9259 | 2026-08-11T21:59:56.729Z | [ host-image] Aug 11 21:59:55.473 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z |
| 9260 | 2026-08-11T21:59:56.759Z | [ host-image] Aug 11 21:59:55.482 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24189:20260811T193009Z |
| 9261 | 2026-08-11T21:59:56.759Z | [ host-image] Aug 11 21:59:55.482 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z |
| 9262 | 2026-08-11T21:59:56.759Z | [ host-image] Aug 11 21:59:55.482 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24189:20260811T193010Z |
| 9263 | 2026-08-11T21:59:56.759Z | [ host-image] Aug 11 21:59:55.482 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24189:20260811T193010Z |
| 9264 | 2026-08-11T21:59:56.760Z | [ host-image] Aug 11 21:59:55.482 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24189:20260811T193010Z |
| 9265 | 2026-08-11T21:59:56.760Z | [ host-image] Aug 11 21:59:55.483 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z |
| 9266 | 2026-08-11T21:59:56.760Z | [ host-image] Aug 11 21:59:55.483 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z |
| 9267 | 2026-08-11T21:59:56.760Z | [ host-image] Aug 11 21:59:55.483 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24189:20260811T193010Z |
| 9268 | 2026-08-11T21:59:56.760Z | [ host-image] Aug 11 21:59:55.483 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24189:20260811T193010Z |
| 9269 | 2026-08-11T21:59:56.760Z | [ host-image] Aug 11 21:59:55.483 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24189:20260811T193010Z |
| 9270 | 2026-08-11T21:59:56.760Z | [ host-image] Aug 11 21:59:55.483 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24189:20260811T193010Z |
| 9271 | 2026-08-11T21:59:56.760Z | [ host-image] Aug 11 21:59:55.483 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24189:20260811T193011Z |
| 9272 | 2026-08-11T21:59:56.760Z | [ host-image] Aug 11 21:59:55.483 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24189:20260811T193011Z |
| 9273 | 2026-08-11T21:59:56.760Z | [ host-image] Aug 11 21:59:55.484 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z |
| 9274 | 2026-08-11T21:59:56.760Z | [ host-image] Aug 11 21:59:55.484 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24189:20260811T193011Z |
| 9275 | 2026-08-11T21:59:56.760Z | [ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24189:20260811T193011Z |
| 9276 | 2026-08-11T21:59:56.760Z | [ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24189:20260811T193011Z |
| 9277 | 2026-08-11T21:59:56.760Z | [ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24189:20260811T193012Z |
| 9278 | 2026-08-11T21:59:56.761Z | [ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24189:20260811T193011Z |
| 9279 | 2026-08-11T21:59:56.761Z | [ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24189:20260811T193011Z |
| 9280 | 2026-08-11T21:59:56.761Z | [ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z |
| 9281 | 2026-08-11T21:59:56.761Z | [ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z |
| 9282 | 2026-08-11T21:59:56.761Z | [ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24189:20260811T193013Z |
| 9283 | 2026-08-11T21:59:56.761Z | [ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24189:20260811T193013Z |
| 9284 | 2026-08-11T21:59:56.761Z | [ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z |
| 9285 | 2026-08-11T21:59:56.761Z | [ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z |
| 9286 | 2026-08-11T21:59:56.761Z | [ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z |
| 9287 | 2026-08-11T21:59:56.761Z | [ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z |
| 9288 | 2026-08-11T21:59:56.761Z | [ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z |
| 9289 | 2026-08-11T21:59:56.761Z | [ host-image] Aug 11 21:59:55.485 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z |
| 9290 | 2026-08-11T21:59:56.761Z | [ host-image] Aug 11 21:59:55.486 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z |
| 9291 | 2026-08-11T21:59:56.761Z | [ host-image] Aug 11 21:59:55.486 INFO O| tempdir @ "/tmp/.tmpzGSj1E/tmp" |
| 9292 | 2026-08-11T21:59:56.762Z | [ host-image] Aug 11 21:59:55.486 INFO O| image root @ "/tmp/.tmpzGSj1E/tmp/root" |
| 9293 | 2026-08-11T21:59:56.762Z | [ host-image] Aug 11 21:59:55.486 INFO O| creating image... |
| 9294 | 2026-08-11T21:59:59.017Z | [ host-image] Aug 11 21:59:57.782 INFO O| copying publishers... |
| 9295 | 2026-08-11T22:00:00.533Z | [ recovery-image] Aug 11 21:59:59.293 INFO O| Aug 11 21:59:59.293 INFO O| Loading smf(7) service descriptions: 1/692/693/694/695/696/697/698/699/6910/6911/6912/6913/6914/6915/6916/6917/6918/6919/6920/6921/6922/6923/6924/6925/6926/6927/6928/6929/6930/6931/6932/6933/6934/6935/6936/6937/6938/6939/6940/6941/6942/6943/6944/6945/6946/6947/6948/6949/6950/6951/6952/6953/6954/6955/6956/6957/6958/6959/6960/6961/6962/6963/6964/6965/6966/6967/6968/6969/69 |
| 9296 | 2026-08-11T22:00:00.533Z | [ recovery-image] Aug 11 21:59:59.293 INFO O| Aug 11 21:59:59.293 INFO E| svccfg: Loaded 69 smf(7) service descriptions |
| 9297 | 2026-08-11T22:00:00.576Z | [ recovery-image] Aug 11 21:59:59.337 INFO O| Aug 11 21:59:59.337 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_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 9298 | 2026-08-11T22:00:00.717Z | [ recovery-image] Aug 11 21:59:59.481 INFO O| Aug 11 21:59:59.481 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_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 9299 | 2026-08-11T22:00:00.781Z | [ recovery-image] Aug 11 21:59:59.545 INFO O| Aug 11 21:59:59.545 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "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"} |
| 9300 | 2026-08-11T22:00:00.865Z | [ recovery-image] Aug 11 21:59:59.624 INFO O| Aug 11 21:59:59.624 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist |
| 9301 | 2026-08-11T22:00:00.865Z | [ recovery-image] Aug 11 21:59:59.624 INFO O| Aug 11 21:59:59.624 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 ... |
| 9302 | 2026-08-11T22:00:00.865Z | [ recovery-image] Aug 11 21:59:59.626 INFO O| Aug 11 21:59:59.626 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db |
| 9303 | 2026-08-11T22:00:00.869Z | [ recovery-image] Aug 11 21:59:59.626 INFO O| Aug 11 21:59:59.626 INFO ok! |
| 9304 | 2026-08-11T22:00:00.869Z | [ recovery-image] Aug 11 21:59:59.626 INFO O| Aug 11 21:59:59.626 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing |
| 9305 | 2026-08-11T22:00:00.869Z | [ recovery-image] Aug 11 21:59:59.626 INFO O| Aug 11 21:59:59.626 INFO STEP 100 (seed_smf) COMPLETE |
| 9306 | 2026-08-11T22:00:00.869Z | [ recovery-image] Aug 11 21:59:59.626 INFO O| Aug 11 21:59:59.626 INFO steps complete; finalising image! |
| 9307 | 2026-08-11T22:00:00.869Z | [ recovery-image] Aug 11 21:59:59.626 INFO O| Aug 11 21:59:59.626 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery |
| 9308 | 2026-08-11T22:00:00.926Z | [ recovery-image] Aug 11 21:59:59.689 INFO O| Aug 11 21:59:59.689 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Aug 11 21:59:59 2026) |
| 9309 | 2026-08-11T22:00:01.133Z | [ recovery-image] Aug 11 21:59:59.896 INFO O| Aug 11 21:59:59.896 INFO trim TEMPORARY-sled-zfs-recovery: (79% trimmed, started at Tue Aug 11 21:59:59 2026) |
| 9310 | 2026-08-11T22:00:01.338Z | [ recovery-image] Aug 11 22:00:00.103 INFO O| Aug 11 22:00:00.103 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 11 21:59:59 2026) |
| 9311 | 2026-08-11T22:00:04.013Z | [ recovery-image] Aug 11 22:00:02.775 INFO O| Aug 11 22:00:02.775 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Tue Aug 11 21:59:59 2026) |
| 9312 | 2026-08-11T22:00:04.144Z | [verify-libraries] Compiling oso v0.27.3 |
| 9313 | 2026-08-11T22:00:04.234Z | [ recovery-image] Aug 11 22:00:02.998 INFO O| Aug 11 22:00:02.998 INFO temporary pool has 495M used, 1.27G avail, 1.00x compressratio |
| 9314 | 2026-08-11T22:00:04.234Z | [ recovery-image] Aug 11 22:00:02.999 INFO O| Aug 11 22:00:02.998 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery |
| 9315 | 2026-08-11T22:00:04.856Z | [ recovery-image] Aug 11 22:00:03.621 INFO O| Aug 11 22:00:03.621 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 |
| 9316 | 2026-08-11T22:00:04.856Z | [ recovery-image] Aug 11 22:00:03.621 INFO O| Aug 11 22:00:03.621 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal |
| 9317 | 2026-08-11T22:00:05.051Z | [ host-image] Aug 11 22:00:03.798 INFO O| adding properties... |
| 9318 | 2026-08-11T22:00:05.068Z | [verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 9319 | 2026-08-11T22:00:05.135Z | [verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 9320 | 2026-08-11T22:00:06.189Z | [ host-image] Aug 11 22:00:04.954 INFO O| installing packages... |
| 9321 | 2026-08-11T22:00:07.511Z | [ recovery-image] Aug 11 22:00:06.276 INFO O| Aug 11 22:00:06.276 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9322 | 2026-08-11T22:00:07.511Z | [ recovery-image] Aug 11 22:00:06.276 INFO O| Aug 11 22:00:06.276 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9323 | 2026-08-11T22:00:07.515Z | [ recovery-image] Aug 11 22:00:06.276 INFO O| Aug 11 22:00:06.276 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9324 | 2026-08-11T22:00:07.516Z | [ recovery-image] Aug 11 22:00:06.276 INFO O| Aug 11 22:00:06.276 INFO completed processing sled/zfs-recovery |
| 9325 | 2026-08-11T22:00:07.516Z | [ recovery-image] Aug 11 22:00:06.276 INFO O| Aug 11 22:00:06.276 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 9326 | 2026-08-11T22:00:11.139Z | [ recovery-image] Aug 11 22:00:09.890 INFO O| Aug 11 22:00:09.890 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 9327 | 2026-08-11T22:00:11.346Z | [ recovery-image] Aug 11 22:00:10.105 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n" |
| 9328 | 2026-08-11T22:00:11.346Z | [ recovery-image] Aug 11 22:00:10.105 INFO expanded image name: "recovery 68697a7/${os_short_commit} 2026-08-11 21:40" -> "recovery 68697a7/aaf8e74 2026-08-11 21:40" |
| 9329 | 2026-08-11T22:00:11.346Z | [ recovery-image] Aug 11 22:00:10.105 INFO output artefacts stored in: "/work/os-recovery" |
| 9330 | 2026-08-11T22:00:11.357Z | [ recovery-image] Aug 11 22:00:10.105 INFO collecting git info from project "bootserver"... |
| 9331 | 2026-08-11T22:00:11.357Z | [ recovery-image] Aug 11 22:00:10.113 INFO collecting git info from project "dmar-report"... |
| 9332 | 2026-08-11T22:00:11.379Z | [ recovery-image] Aug 11 22:00:10.123 INFO collecting git info from project "phbl"... |
| 9333 | 2026-08-11T22:00:11.389Z | [ recovery-image] Aug 11 22:00:10.131 INFO collecting git info from project "image-builder"... |
| 9334 | 2026-08-11T22:00:11.389Z | [ recovery-image] Aug 11 22:00:10.138 INFO collecting git info from project "amd-firmware"... |
| 9335 | 2026-08-11T22:00:11.776Z | [ recovery-image] Aug 11 22:00:10.541 INFO collecting git info from project "chelsio-t6-roms"... |
| 9336 | 2026-08-11T22:00:11.831Z | [ recovery-image] Aug 11 22:00:10.593 INFO collecting git info from project "pinprick"... |
| 9337 | 2026-08-11T22:00:11.845Z | [ recovery-image] Aug 11 22:00:10.600 INFO collecting git info from project "amd-host-image-builder"... |
| 9338 | 2026-08-11T22:00:11.878Z | [ recovery-image] Aug 11 22:00:10.641 INFO collecting git info from project "pilot"... |
| 9339 | 2026-08-11T22:00:11.888Z | [ recovery-image] Aug 11 22:00:10.652 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 9340 | 2026-08-11T22:00:12.320Z | [ recovery-image] Aug 11 22:00:11.085 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 9341 | 2026-08-11T22:00:12.748Z | [ recovery-image] Aug 11 22:00:11.509 INFO creating Oxide boot image... |
| 9342 | 2026-08-11T22:00:12.748Z | [ recovery-image] Aug 11 22:00:11.509 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 68697a7/aaf8e74 2026-08-11 21:40", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
| 9343 | 2026-08-11T22:00:14.981Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 9344 | 2026-08-11T22:00:16.259Z | [ host-image] Aug 11 22:00:15.016 INFO O| seeding SMF database... |
| 9345 | 2026-08-11T22:00:18.003Z | [verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 9346 | 2026-08-11T22:00:18.916Z | [verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 9347 | 2026-08-11T22:00:19.402Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 9348 | 2026-08-11T22:00:21.174Z | [ host-image] Aug 11 22:00:19.938 INFO O| configuring SMF profile... |
| 9349 | 2026-08-11T22:00:21.174Z | [ host-image] Aug 11 22:00:19.938 INFO O| modifying shadow(5)... |
| 9350 | 2026-08-11T22:00:21.178Z | [ host-image] Aug 11 22:00:19.938 INFO O| loading user and group database... |
| 9351 | 2026-08-11T22:00:21.178Z | [ host-image] Aug 11 22:00:19.938 INFO O| loading facet selections... |
| 9352 | 2026-08-11T22:00:21.250Z | [verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 9353 | 2026-08-11T22:00:21.710Z | [ host-image] Aug 11 22:00:20.462 INFO O| devel -> true |
| 9354 | 2026-08-11T22:00:21.714Z | [ host-image] Aug 11 22:00:20.462 INFO O| doc.man -> true |
| 9355 | 2026-08-11T22:00:21.714Z | [ host-image] Aug 11 22:00:20.462 INFO O| version-lock.shell/ksh93 -> true |
| 9356 | 2026-08-11T22:00:21.714Z | [ host-image] Aug 11 22:00:20.462 INFO O| version-lock.system/data/hardware-registry -> true |
| 9357 | 2026-08-11T22:00:21.714Z | [ host-image] Aug 11 22:00:20.462 INFO O| version-lock.system/data/zoneinfo -> true |
| 9358 | 2026-08-11T22:00:21.714Z | [ host-image] Aug 11 22:00:20.462 INFO O| version-lock.system/microcode/amd -> true |
| 9359 | 2026-08-11T22:00:21.714Z | [ host-image] Aug 11 22:00:20.462 INFO O| version-lock.system/microcode/intel -> true |
| 9360 | 2026-08-11T22:00:21.714Z | [ host-image] Aug 11 22:00:20.462 INFO O| version-lock.system/microcode/oxide -> true |
| 9361 | 2026-08-11T22:00:21.714Z | [ host-image] Aug 11 22:00:20.462 INFO O| assessing packaged files... |
| 9362 | 2026-08-11T22:00:22.145Z | [verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 9363 | 2026-08-11T22:00:23.754Z | [ host-image] Aug 11 22:00:22.518 INFO O| creating archive... |
| 9364 | 2026-08-11T22:00:23.776Z | [ host-image] Aug 11 22:00:22.540 INFO O| missing from packaging: |
| 9365 | 2026-08-11T22:00:23.776Z | [ host-image] Aug 11 22:00:22.540 INFO O| "etc/.pwd.lock" |
| 9366 | 2026-08-11T22:00:23.777Z | [ host-image] Aug 11 22:00:22.540 INFO O| "etc/bash" |
| 9367 | 2026-08-11T22:00:23.782Z | [ host-image] Aug 11 22:00:22.543 INFO O| "etc/svc/profile/generic.xml" |
| 9368 | 2026-08-11T22:00:23.782Z | [ host-image] Aug 11 22:00:22.543 INFO O| "etc/svc/profile/inetd_services.xml" |
| 9369 | 2026-08-11T22:00:23.782Z | [ host-image] Aug 11 22:00:22.543 INFO O| "etc/svc/profile/name_service.xml" |
| 9370 | 2026-08-11T22:00:23.782Z | [ host-image] Aug 11 22:00:22.543 INFO O| "etc/svc/profile/platform.xml" |
| 9371 | 2026-08-11T22:00:23.782Z | [ host-image] Aug 11 22:00:22.543 INFO O| "etc/svc/profile/platform_omicron1.xml" |
| 9372 | 2026-08-11T22:00:23.782Z | [ host-image] Aug 11 22:00:22.543 INFO O| "etc/svc/repository.db" |
| 9373 | 2026-08-11T22:00:23.788Z | [ host-image] Aug 11 22:00:22.550 INFO O| "opt/ooce/share" |
| 9374 | 2026-08-11T22:00:23.788Z | [ host-image] Aug 11 22:00:22.550 INFO O| "opt/ooce/share/man" |
| 9375 | 2026-08-11T22:00:23.788Z | [ host-image] Aug 11 22:00:22.550 INFO O| "opt/ooce/share/man/man1" |
| 9376 | 2026-08-11T22:00:23.795Z | [ host-image] Aug 11 22:00:22.559 INFO O| finishing archive... |
| 9377 | 2026-08-11T22:00:26.374Z | [ host-image] Aug 11 22:00:25.139 INFO O| creating gzonly manifest... |
| 9378 | 2026-08-11T22:00:26.478Z | [ host-image] Aug 11 22:00:25.146 INFO O| ok |
| 9379 | 2026-08-11T22:00:26.756Z | [ host-image] Aug 11 22:00:25.519 INFO image builder template: ramdisk-02-trim... |
| 9380 | 2026-08-11T22:00:26.756Z | [ host-image] Aug 11 22:00:25.519 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/.tmpGtRjcD/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", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None |
| 9381 | 2026-08-11T22:00:26.778Z | [ host-image] Aug 11 22:00:25.542 INFO O| Aug 11 22:00:25.542 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9382 | 2026-08-11T22:00:26.787Z | [ host-image] Aug 11 22:00:25.547 INFO O| Aug 11 22:00:25.547 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9383 | 2026-08-11T22:00:27.114Z | [verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 9384 | 2026-08-11T22:00:27.946Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 9385 | 2026-08-11T22:00:28.293Z | [verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 9386 | 2026-08-11T22:00:29.153Z | [ host-image] Aug 11 22:00:27.918 INFO O| Aug 11 22:00:27.917 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled |
| 9387 | 2026-08-11T22:00:30.372Z | [ host-image] Aug 11 22:00:29.125 INFO O| Aug 11 22:00:29.125 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9388 | 2026-08-11T22:00:30.372Z | [ host-image] Aug 11 22:00:29.125 INFO O| Aug 11 22:00:29.125 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 9389 | 2026-08-11T22:00:30.377Z | [ host-image] Aug 11 22:00:29.132 INFO O| Aug 11 22:00:29.132 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9390 | 2026-08-11T22:00:30.377Z | [ host-image] Aug 11 22:00:29.137 INFO O| Aug 11 22:00:29.137 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 9391 | 2026-08-11T22:00:30.390Z | [ host-image] Aug 11 22:00:29.148 INFO O| Aug 11 22:00:29.147 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 9392 | 2026-08-11T22:00:36.960Z | [verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 9393 | 2026-08-11T22:00:37.947Z | [ host-image] Aug 11 22:00:36.712 INFO O| Aug 11 22:00:36.712 INFO rolled back to input snapshot; work may begin |
| 9394 | 2026-08-11T22:00:37.947Z | [ host-image] Aug 11 22:00:36.712 INFO O| Aug 11 22:00:36.712 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 9395 | 2026-08-11T22:00:37.957Z | [ host-image] Aug 11 22:00:36.717 INFO O| Aug 11 22:00:36.717 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9396 | 2026-08-11T22:00:37.973Z | [ host-image] Aug 11 22:00:36.727 INFO O| Aug 11 22:00:36.727 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg" |
| 9397 | 2026-08-11T22:00:38.013Z | [ host-image] Aug 11 22:00:36.768 INFO O| Aug 11 22:00:36.767 INFO STEP 0 (remove_files) COMPLETE |
| 9398 | 2026-08-11T22:00:38.013Z | [ host-image] Aug 11 22:00:36.768 INFO O| Aug 11 22:00:36.768 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9399 | 2026-08-11T22:00:38.044Z | [ host-image] Aug 11 22:00:36.778 INFO O| Aug 11 22:00:36.778 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4" |
| 9400 | 2026-08-11T22:00:38.044Z | [ host-image] Aug 11 22:00:36.779 INFO O| Aug 11 22:00:36.779 INFO STEP 1 (remove_files) COMPLETE |
| 9401 | 2026-08-11T22:00:38.044Z | [ host-image] Aug 11 22:00:36.779 INFO O| Aug 11 22:00:36.779 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9402 | 2026-08-11T22:00:38.060Z | [ host-image] Aug 11 22:00:36.788 INFO O| Aug 11 22:00:36.788 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include" |
| 9403 | 2026-08-11T22:00:38.060Z | [ host-image] Aug 11 22:00:36.801 INFO O| Aug 11 22:00:36.801 INFO STEP 2 (remove_files) COMPLETE |
| 9404 | 2026-08-11T22:00:38.060Z | [ host-image] Aug 11 22:00:36.801 INFO O| Aug 11 22:00:36.801 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9405 | 2026-08-11T22:00:38.060Z | [ host-image] Aug 11 22:00:36.812 INFO O| Aug 11 22:00:36.812 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo" |
| 9406 | 2026-08-11T22:00:38.085Z | [ host-image] Aug 11 22:00:36.813 INFO O| Aug 11 22:00:36.813 INFO STEP 3 (remove_files) COMPLETE |
| 9407 | 2026-08-11T22:00:38.085Z | [ host-image] Aug 11 22:00:36.813 INFO O| Aug 11 22:00:36.813 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9408 | 2026-08-11T22:00:38.085Z | [ host-image] Aug 11 22:00:36.824 INFO O| Aug 11 22:00:36.824 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help" |
| 9409 | 2026-08-11T22:00:38.085Z | [ host-image] Aug 11 22:00:36.827 INFO O| Aug 11 22:00:36.827 INFO STEP 4 (remove_files) COMPLETE |
| 9410 | 2026-08-11T22:00:38.085Z | [ host-image] Aug 11 22:00:36.827 INFO O| Aug 11 22:00:36.827 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9411 | 2026-08-11T22:00:38.102Z | [ host-image] Aug 11 22:00:36.836 INFO O| Aug 11 22:00:36.836 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc" |
| 9412 | 2026-08-11T22:00:38.102Z | [ host-image] Aug 11 22:00:36.838 INFO O| Aug 11 22:00:36.838 INFO STEP 5 (remove_files) COMPLETE |
| 9413 | 2026-08-11T22:00:38.102Z | [ host-image] Aug 11 22:00:36.838 INFO O| Aug 11 22:00:36.838 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9414 | 2026-08-11T22:00:38.102Z | [ host-image] Aug 11 22:00:36.848 INFO O| Aug 11 22:00:36.848 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion" |
| 9415 | 2026-08-11T22:00:38.132Z | [ host-image] Aug 11 22:00:36.858 INFO O| Aug 11 22:00:36.858 INFO STEP 6 (remove_files) COMPLETE |
| 9416 | 2026-08-11T22:00:38.132Z | [ host-image] Aug 11 22:00:36.858 INFO O| Aug 11 22:00:36.858 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9417 | 2026-08-11T22:00:38.132Z | [ host-image] Aug 11 22:00:36.858 INFO O| Aug 11 22:00:36.858 INFO skip step because feature "heliosv2" is not enabled |
| 9418 | 2026-08-11T22:00:38.132Z | [ host-image] Aug 11 22:00:36.858 INFO O| Aug 11 22:00:36.858 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9419 | 2026-08-11T22:00:38.132Z | [ host-image] Aug 11 22:00:36.867 INFO O| Aug 11 22:00:36.867 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man" |
| 9420 | 2026-08-11T22:00:38.177Z | [ host-image] Aug 11 22:00:36.879 INFO O| Aug 11 22:00:36.879 INFO STEP 8 (remove_files) COMPLETE |
| 9421 | 2026-08-11T22:00:38.177Z | [ host-image] Aug 11 22:00:36.879 INFO O| Aug 11 22:00:36.879 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9422 | 2026-08-11T22:00:38.177Z | [ host-image] Aug 11 22:00:36.889 INFO O| Aug 11 22:00:36.888 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl" |
| 9423 | 2026-08-11T22:00:38.214Z | [ host-image] Aug 11 22:00:36.957 INFO O| Aug 11 22:00:36.957 INFO STEP 9 (remove_files) COMPLETE |
| 9424 | 2026-08-11T22:00:38.214Z | [ host-image] Aug 11 22:00:36.957 INFO O| Aug 11 22:00:36.957 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9425 | 2026-08-11T22:00:38.229Z | [ host-image] Aug 11 22:00:36.967 INFO O| Aug 11 22:00:36.967 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man" |
| 9426 | 2026-08-11T22:00:38.290Z | [ host-image] Aug 11 22:00:37.052 INFO O| Aug 11 22:00:37.052 INFO STEP 10 (remove_files) COMPLETE |
| 9427 | 2026-08-11T22:00:38.300Z | [ host-image] Aug 11 22:00:37.052 INFO O| Aug 11 22:00:37.052 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9428 | 2026-08-11T22:00:38.301Z | [ host-image] Aug 11 22:00:37.061 INFO O| Aug 11 22:00:37.061 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp" |
| 9429 | 2026-08-11T22:00:38.305Z | [ host-image] Aug 11 22:00:37.064 INFO O| Aug 11 22:00:37.064 INFO STEP 11 (remove_files) COMPLETE |
| 9430 | 2026-08-11T22:00:38.305Z | [ host-image] Aug 11 22:00:37.064 INFO O| Aug 11 22:00:37.064 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9431 | 2026-08-11T22:00:38.309Z | [ host-image] Aug 11 22:00:37.072 INFO O| Aug 11 22:00:37.072 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386" |
| 9432 | 2026-08-11T22:00:38.309Z | [ host-image] Aug 11 22:00:37.073 INFO O| Aug 11 22:00:37.073 INFO STEP 12 (remove_files) COMPLETE |
| 9433 | 2026-08-11T22:00:38.309Z | [ host-image] Aug 11 22:00:37.073 INFO O| Aug 11 22:00:37.073 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9434 | 2026-08-11T22:00:38.317Z | [ host-image] Aug 11 22:00:37.081 INFO O| Aug 11 22:00:37.081 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv" |
| 9435 | 2026-08-11T22:00:38.324Z | [ host-image] Aug 11 22:00:37.083 INFO O| Aug 11 22:00:37.082 INFO STEP 13 (remove_files) COMPLETE |
| 9436 | 2026-08-11T22:00:38.324Z | [ host-image] Aug 11 22:00:37.083 INFO O| Aug 11 22:00:37.082 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9437 | 2026-08-11T22:00:38.376Z | [ host-image] Aug 11 22:00:37.139 INFO O| Aug 11 22:00:37.139 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a" |
| 9438 | 2026-08-11T22:00:38.383Z | [ host-image] Aug 11 22:00:37.144 INFO O| Aug 11 22:00:37.144 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 9439 | 2026-08-11T22:00:39.002Z | [ host-image] Aug 11 22:00:37.336 INFO O| Aug 11 22:00:37.335 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a" |
| 9440 | 2026-08-11T22:00:39.002Z | [ host-image] Aug 11 22:00:37.336 INFO O| Aug 11 22:00:37.336 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a" |
| 9441 | 2026-08-11T22:00:39.143Z | [ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
| 9442 | 2026-08-11T22:00:39.143Z | [ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
| 9443 | 2026-08-11T22:00:39.146Z | [ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
| 9444 | 2026-08-11T22:00:39.146Z | [ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
| 9445 | 2026-08-11T22:00:39.146Z | [ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
| 9446 | 2026-08-11T22:00:39.146Z | [ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
| 9447 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
| 9448 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
| 9449 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
| 9450 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.337 INFO O| Aug 11 22:00:37.337 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
| 9451 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.338 INFO O| Aug 11 22:00:37.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
| 9452 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.338 INFO O| Aug 11 22:00:37.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
| 9453 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.338 INFO O| Aug 11 22:00:37.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
| 9454 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.338 INFO O| Aug 11 22:00:37.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
| 9455 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.338 INFO O| Aug 11 22:00:37.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
| 9456 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.338 INFO O| Aug 11 22:00:37.338 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
| 9457 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.354 INFO O| Aug 11 22:00:37.354 INFO STEP 14 (remove_files) COMPLETE |
| 9458 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.354 INFO O| Aug 11 22:00:37.354 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9459 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.363 INFO O| Aug 11 22:00:37.363 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot" |
| 9460 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.364 INFO O| Aug 11 22:00:37.364 INFO STEP 15 (remove_files) COMPLETE |
| 9461 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.364 INFO O| Aug 11 22:00:37.364 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9462 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.372 INFO O| Aug 11 22:00:37.371 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc" |
| 9463 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.378 INFO O| Aug 11 22:00:37.378 INFO STEP 16 (remove_files) COMPLETE |
| 9464 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.378 INFO O| Aug 11 22:00:37.378 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9465 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.387 INFO O| Aug 11 22:00:37.387 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv" |
| 9466 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.387 INFO O| Aug 11 22:00:37.387 INFO STEP 17 (remove_files) COMPLETE |
| 9467 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.387 INFO O| Aug 11 22:00:37.387 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9468 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.396 INFO O| Aug 11 22:00:37.396 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc" |
| 9469 | 2026-08-11T22:00:39.147Z | [ host-image] Aug 11 22:00:37.398 INFO O| Aug 11 22:00:37.398 INFO STEP 18 (remove_files) COMPLETE |
| 9470 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.398 INFO O| Aug 11 22:00:37.398 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9471 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.407 INFO O| Aug 11 22:00:37.407 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 9472 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.407 INFO O| Aug 11 22:00:37.407 INFO STEP 19 (remove_files) COMPLETE |
| 9473 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.407 INFO O| Aug 11 22:00:37.407 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9474 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.416 INFO O| Aug 11 22:00:37.416 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 9475 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.416 INFO O| Aug 11 22:00:37.416 INFO STEP 20 (remove_files) COMPLETE |
| 9476 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.416 INFO O| Aug 11 22:00:37.416 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9477 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.426 INFO O| Aug 11 22:00:37.425 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 9478 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.426 INFO O| Aug 11 22:00:37.426 INFO STEP 21 (remove_files) COMPLETE |
| 9479 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.426 INFO O| Aug 11 22:00:37.426 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9480 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.434 INFO O| Aug 11 22:00:37.434 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 9481 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.434 INFO O| Aug 11 22:00:37.434 INFO STEP 22 (remove_files) COMPLETE |
| 9482 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.434 INFO O| Aug 11 22:00:37.434 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9483 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.442 INFO O| Aug 11 22:00:37.442 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 9484 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.442 INFO O| Aug 11 22:00:37.442 INFO STEP 23 (remove_files) COMPLETE |
| 9485 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.442 INFO O| Aug 11 22:00:37.442 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9486 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.449 INFO O| Aug 11 22:00:37.449 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 9487 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.449 INFO O| Aug 11 22:00:37.449 INFO STEP 24 (remove_files) COMPLETE |
| 9488 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.449 INFO O| Aug 11 22:00:37.449 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9489 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.456 INFO O| Aug 11 22:00:37.456 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 9490 | 2026-08-11T22:00:39.148Z | [ host-image] Aug 11 22:00:37.456 INFO O| Aug 11 22:00:37.456 INFO STEP 25 (remove_files) COMPLETE |
| 9491 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.456 INFO O| Aug 11 22:00:37.456 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9492 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.463 INFO O| Aug 11 22:00:37.463 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power" |
| 9493 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.463 INFO O| Aug 11 22:00:37.463 INFO STEP 26 (remove_files) COMPLETE |
| 9494 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.463 INFO O| Aug 11 22:00:37.463 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9495 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.469 INFO O| Aug 11 22:00:37.469 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 9496 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.469 INFO O| Aug 11 22:00:37.469 INFO STEP 27 (remove_files) COMPLETE |
| 9497 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.469 INFO O| Aug 11 22:00:37.469 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9498 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.476 INFO O| Aug 11 22:00:37.476 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 9499 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.476 INFO O| Aug 11 22:00:37.476 INFO STEP 28 (remove_files) COMPLETE |
| 9500 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.476 INFO O| Aug 11 22:00:37.476 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9501 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.483 INFO O| Aug 11 22:00:37.483 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 9502 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.483 INFO O| Aug 11 22:00:37.483 INFO STEP 29 (remove_files) COMPLETE |
| 9503 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.483 INFO O| Aug 11 22:00:37.483 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9504 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.488 INFO O| Aug 11 22:00:37.488 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 9505 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.488 INFO O| Aug 11 22:00:37.488 INFO STEP 30 (remove_files) COMPLETE |
| 9506 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.489 INFO O| Aug 11 22:00:37.488 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9507 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.495 INFO O| Aug 11 22:00:37.495 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 9508 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.495 INFO O| Aug 11 22:00:37.495 INFO STEP 31 (remove_files) COMPLETE |
| 9509 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.495 INFO O| Aug 11 22:00:37.495 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9510 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.501 INFO O| Aug 11 22:00:37.501 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 9511 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.501 INFO O| Aug 11 22:00:37.501 INFO STEP 32 (remove_files) COMPLETE |
| 9512 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.501 INFO O| Aug 11 22:00:37.501 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9513 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.507 INFO O| Aug 11 22:00:37.507 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 9514 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.507 INFO O| Aug 11 22:00:37.507 INFO STEP 33 (remove_files) COMPLETE |
| 9515 | 2026-08-11T22:00:39.149Z | [ host-image] Aug 11 22:00:37.507 INFO O| Aug 11 22:00:37.507 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9516 | 2026-08-11T22:00:39.150Z | [ host-image] Aug 11 22:00:37.516 INFO O| Aug 11 22:00:37.516 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 9517 | 2026-08-11T22:00:39.150Z | [ host-image] Aug 11 22:00:37.516 INFO O| Aug 11 22:00:37.516 INFO STEP 34 (remove_files) COMPLETE |
| 9518 | 2026-08-11T22:00:39.150Z | [ host-image] Aug 11 22:00:37.516 INFO O| Aug 11 22:00:37.516 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9519 | 2026-08-11T22:00:39.152Z | [ host-image] Aug 11 22:00:37.522 INFO O| Aug 11 22:00:37.522 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 9520 | 2026-08-11T22:00:39.152Z | [ host-image] Aug 11 22:00:37.522 INFO O| Aug 11 22:00:37.522 INFO STEP 35 (remove_files) COMPLETE |
| 9521 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.522 INFO O| Aug 11 22:00:37.522 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9522 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.529 INFO O| Aug 11 22:00:37.529 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 9523 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.529 INFO O| Aug 11 22:00:37.529 INFO STEP 36 (remove_files) COMPLETE |
| 9524 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.529 INFO O| Aug 11 22:00:37.529 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9525 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.535 INFO O| Aug 11 22:00:37.535 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 9526 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.535 INFO O| Aug 11 22:00:37.535 INFO STEP 37 (remove_files) COMPLETE |
| 9527 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.535 INFO O| Aug 11 22:00:37.535 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9528 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.541 INFO O| Aug 11 22:00:37.541 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 9529 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.541 INFO O| Aug 11 22:00:37.541 INFO STEP 38 (remove_files) COMPLETE |
| 9530 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.541 INFO O| Aug 11 22:00:37.541 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9531 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.548 INFO O| Aug 11 22:00:37.548 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 9532 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.548 INFO O| Aug 11 22:00:37.548 INFO STEP 39 (remove_files) COMPLETE |
| 9533 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.548 INFO O| Aug 11 22:00:37.548 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9534 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.554 INFO O| Aug 11 22:00:37.554 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 9535 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.554 INFO O| Aug 11 22:00:37.554 INFO STEP 40 (remove_files) COMPLETE |
| 9536 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.554 INFO O| Aug 11 22:00:37.554 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9537 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.560 INFO O| Aug 11 22:00:37.560 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 9538 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.560 INFO O| Aug 11 22:00:37.560 INFO STEP 41 (remove_files) COMPLETE |
| 9539 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.560 INFO O| Aug 11 22:00:37.560 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9540 | 2026-08-11T22:00:39.153Z | [ host-image] Aug 11 22:00:37.567 INFO O| Aug 11 22:00:37.567 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 9541 | 2026-08-11T22:00:39.236Z | [ host-image] Aug 11 22:00:37.567 INFO O| Aug 11 22:00:37.567 INFO STEP 42 (remove_files) COMPLETE |
| 9542 | 2026-08-11T22:00:39.236Z | [ host-image] Aug 11 22:00:37.567 INFO O| Aug 11 22:00:37.567 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9543 | 2026-08-11T22:00:39.236Z | [ host-image] Aug 11 22:00:37.574 INFO O| Aug 11 22:00:37.574 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 9544 | 2026-08-11T22:00:39.236Z | [ host-image] Aug 11 22:00:37.574 INFO O| Aug 11 22:00:37.574 INFO STEP 43 (remove_files) COMPLETE |
| 9545 | 2026-08-11T22:00:39.236Z | [ host-image] Aug 11 22:00:37.574 INFO O| Aug 11 22:00:37.574 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9546 | 2026-08-11T22:00:39.236Z | [ host-image] Aug 11 22:00:37.581 INFO O| Aug 11 22:00:37.581 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 9547 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.581 INFO O| Aug 11 22:00:37.581 INFO STEP 44 (remove_files) COMPLETE |
| 9548 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.581 INFO O| Aug 11 22:00:37.581 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9549 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.588 INFO O| Aug 11 22:00:37.588 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 9550 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.588 INFO O| Aug 11 22:00:37.588 INFO STEP 45 (remove_files) COMPLETE |
| 9551 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.588 INFO O| Aug 11 22:00:37.588 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9552 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.595 INFO O| Aug 11 22:00:37.595 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 9553 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.595 INFO O| Aug 11 22:00:37.595 INFO STEP 46 (remove_files) COMPLETE |
| 9554 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.595 INFO O| Aug 11 22:00:37.595 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9555 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.603 INFO O| Aug 11 22:00:37.603 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 9556 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.603 INFO O| Aug 11 22:00:37.603 INFO STEP 47 (remove_files) COMPLETE |
| 9557 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.603 INFO O| Aug 11 22:00:37.603 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9558 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.611 INFO O| Aug 11 22:00:37.611 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 9559 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.611 INFO O| Aug 11 22:00:37.611 INFO STEP 48 (remove_files) COMPLETE |
| 9560 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.611 INFO O| Aug 11 22:00:37.611 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9561 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.619 INFO O| Aug 11 22:00:37.619 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 9562 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.619 INFO O| Aug 11 22:00:37.619 INFO STEP 49 (remove_files) COMPLETE |
| 9563 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.619 INFO O| Aug 11 22:00:37.619 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9564 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.626 INFO O| Aug 11 22:00:37.626 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 9565 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.626 INFO O| Aug 11 22:00:37.626 INFO STEP 50 (remove_files) COMPLETE |
| 9566 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.626 INFO O| Aug 11 22:00:37.626 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9567 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.634 INFO O| Aug 11 22:00:37.634 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 9568 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.634 INFO O| Aug 11 22:00:37.634 INFO STEP 51 (remove_files) COMPLETE |
| 9569 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.634 INFO O| Aug 11 22:00:37.634 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9570 | 2026-08-11T22:00:39.237Z | [ host-image] Aug 11 22:00:37.642 INFO O| Aug 11 22:00:37.642 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 9571 | 2026-08-11T22:00:39.238Z | [ host-image] Aug 11 22:00:37.642 INFO O| Aug 11 22:00:37.642 INFO STEP 52 (remove_files) COMPLETE |
| 9572 | 2026-08-11T22:00:39.238Z | [ host-image] Aug 11 22:00:37.642 INFO O| Aug 11 22:00:37.642 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9573 | 2026-08-11T22:00:39.238Z | [ host-image] Aug 11 22:00:37.650 INFO O| Aug 11 22:00:37.650 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 9574 | 2026-08-11T22:00:39.238Z | [ host-image] Aug 11 22:00:37.650 INFO O| Aug 11 22:00:37.650 INFO STEP 53 (remove_files) COMPLETE |
| 9575 | 2026-08-11T22:00:39.238Z | [ host-image] Aug 11 22:00:37.650 INFO O| Aug 11 22:00:37.650 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9576 | 2026-08-11T22:00:39.238Z | [ host-image] Aug 11 22:00:37.658 INFO O| Aug 11 22:00:37.658 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm" |
| 9577 | 2026-08-11T22:00:39.238Z | [ host-image] Aug 11 22:00:37.658 INFO O| Aug 11 22:00:37.658 INFO STEP 54 (remove_files) COMPLETE |
| 9578 | 2026-08-11T22:00:39.238Z | [ host-image] Aug 11 22:00:37.658 INFO O| Aug 11 22:00:37.658 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9579 | 2026-08-11T22:00:39.238Z | [ host-image] Aug 11 22:00:37.665 INFO O| Aug 11 22:00:37.665 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm" |
| 9580 | 2026-08-11T22:00:39.238Z | [ host-image] Aug 11 22:00:37.665 INFO O| Aug 11 22:00:37.665 INFO STEP 55 (remove_files) COMPLETE |
| 9581 | 2026-08-11T22:00:39.238Z | [ host-image] Aug 11 22:00:37.665 INFO O| Aug 11 22:00:37.665 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9582 | 2026-08-11T22:00:39.238Z | [ host-image] Aug 11 22:00:37.673 INFO O| Aug 11 22:00:37.673 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm" |
| 9583 | 2026-08-11T22:00:39.238Z | [ host-image] Aug 11 22:00:37.673 INFO O| Aug 11 22:00:37.673 INFO STEP 56 (remove_files) COMPLETE |
| 9584 | 2026-08-11T22:00:39.238Z | [ host-image] Aug 11 22:00:37.673 INFO O| Aug 11 22:00:37.673 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9585 | 2026-08-11T22:00:39.238Z | [ host-image] Aug 11 22:00:37.680 INFO O| Aug 11 22:00:37.680 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm" |
| 9586 | 2026-08-11T22:00:39.238Z | [ host-image] Aug 11 22:00:37.681 INFO O| Aug 11 22:00:37.681 INFO STEP 57 (remove_files) COMPLETE |
| 9587 | 2026-08-11T22:00:39.238Z | [ host-image] Aug 11 22:00:37.681 INFO O| Aug 11 22:00:37.681 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9588 | 2026-08-11T22:00:39.238Z | [ host-image] Aug 11 22:00:37.687 INFO O| Aug 11 22:00:37.687 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar" |
| 9589 | 2026-08-11T22:00:39.241Z | [ host-image] Aug 11 22:00:37.687 INFO O| Aug 11 22:00:37.687 INFO STEP 58 (remove_files) COMPLETE |
| 9590 | 2026-08-11T22:00:39.241Z | [ host-image] Aug 11 22:00:37.687 INFO O| Aug 11 22:00:37.687 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9591 | 2026-08-11T22:00:39.241Z | [ host-image] Aug 11 22:00:37.694 INFO O| Aug 11 22:00:37.694 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 9592 | 2026-08-11T22:00:39.241Z | [ host-image] Aug 11 22:00:37.694 INFO O| Aug 11 22:00:37.694 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ... |
| 9593 | 2026-08-11T22:00:39.241Z | [ host-image] Aug 11 22:00:37.694 INFO O| Aug 11 22:00:37.694 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9594 | 2026-08-11T22:00:39.241Z | [ host-image] Aug 11 22:00:37.695 INFO O| Aug 11 22:00:37.694 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9595 | 2026-08-11T22:00:39.241Z | [ host-image] Aug 11 22:00:37.695 INFO O| Aug 11 22:00:37.695 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9596 | 2026-08-11T22:00:39.241Z | [ host-image] Aug 11 22:00:37.695 INFO O| Aug 11 22:00:37.695 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9597 | 2026-08-11T22:00:39.241Z | [ host-image] Aug 11 22:00:37.695 INFO O| Aug 11 22:00:37.695 INFO ok! |
| 9598 | 2026-08-11T22:00:39.241Z | [ host-image] Aug 11 22:00:37.695 INFO O| Aug 11 22:00:37.695 INFO STEP 59 (ensure_file) COMPLETE |
| 9599 | 2026-08-11T22:00:39.241Z | [ host-image] Aug 11 22:00:37.695 INFO O| Aug 11 22:00:37.695 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9600 | 2026-08-11T22:00:39.241Z | [ host-image] Aug 11 22:00:37.702 INFO O| Aug 11 22:00:37.702 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 9601 | 2026-08-11T22:00:39.241Z | [ host-image] Aug 11 22:00:37.702 INFO O| Aug 11 22:00:37.702 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 9602 | 2026-08-11T22:00:39.241Z | [ host-image] Aug 11 22:00:37.702 INFO O| Aug 11 22:00:37.702 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9603 | 2026-08-11T22:00:39.241Z | [ host-image] Aug 11 22:00:37.702 INFO O| Aug 11 22:00:37.702 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9604 | 2026-08-11T22:00:39.241Z | [ host-image] Aug 11 22:00:37.702 INFO O| Aug 11 22:00:37.702 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9605 | 2026-08-11T22:00:39.242Z | [ host-image] Aug 11 22:00:37.702 INFO O| Aug 11 22:00:37.702 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9606 | 2026-08-11T22:00:39.242Z | [ host-image] Aug 11 22:00:37.702 INFO O| Aug 11 22:00:37.702 INFO ok! |
| 9607 | 2026-08-11T22:00:39.242Z | [ host-image] Aug 11 22:00:37.702 INFO O| Aug 11 22:00:37.702 INFO STEP 60 (ensure_file) COMPLETE |
| 9608 | 2026-08-11T22:00:39.242Z | [ host-image] Aug 11 22:00:37.702 INFO O| Aug 11 22:00:37.702 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9609 | 2026-08-11T22:00:39.242Z | [ host-image] Aug 11 22:00:37.709 INFO O| Aug 11 22:00:37.709 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist |
| 9610 | 2026-08-11T22:00:39.242Z | [ host-image] Aug 11 22:00:37.709 INFO O| Aug 11 22:00:37.709 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ... |
| 9611 | 2026-08-11T22:00:39.242Z | [ host-image] Aug 11 22:00:37.709 INFO O| Aug 11 22:00:37.709 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile |
| 9612 | 2026-08-11T22:00:39.242Z | [ host-image] Aug 11 22:00:37.709 INFO O| Aug 11 22:00:37.709 INFO ok! |
| 9613 | 2026-08-11T22:00:39.242Z | [ host-image] Aug 11 22:00:37.709 INFO O| Aug 11 22:00:37.709 INFO STEP 61 (ensure_file) COMPLETE |
| 9614 | 2026-08-11T22:00:39.242Z | [ host-image] Aug 11 22:00:37.709 INFO O| Aug 11 22:00:37.709 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9615 | 2026-08-11T22:00:39.242Z | [ host-image] Aug 11 22:00:37.716 INFO O| Aug 11 22:00:37.716 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 9616 | 2026-08-11T22:00:39.242Z | [ host-image] Aug 11 22:00:37.716 INFO O| Aug 11 22:00:37.716 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ... |
| 9617 | 2026-08-11T22:00:39.242Z | [ host-image] Aug 11 22:00:37.716 INFO O| Aug 11 22:00:37.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc |
| 9618 | 2026-08-11T22:00:39.242Z | [ host-image] Aug 11 22:00:37.716 INFO O| Aug 11 22:00:37.716 INFO ok! |
| 9619 | 2026-08-11T22:00:39.246Z | [ host-image] Aug 11 22:00:37.716 INFO O| Aug 11 22:00:37.716 INFO STEP 62 (ensure_file) COMPLETE |
| 9620 | 2026-08-11T22:00:39.246Z | [ host-image] Aug 11 22:00:37.716 INFO O| Aug 11 22:00:37.716 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9621 | 2026-08-11T22:00:39.246Z | [ host-image] Aug 11 22:00:37.722 INFO O| Aug 11 22:00:37.722 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 9622 | 2026-08-11T22:00:39.246Z | [ host-image] Aug 11 22:00:37.722 INFO O| Aug 11 22:00:37.722 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ... |
| 9623 | 2026-08-11T22:00:39.246Z | [ host-image] Aug 11 22:00:37.722 INFO O| Aug 11 22:00:37.722 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9624 | 2026-08-11T22:00:39.246Z | [ host-image] Aug 11 22:00:37.723 INFO O| Aug 11 22:00:37.722 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9625 | 2026-08-11T22:00:39.246Z | [ host-image] Aug 11 22:00:37.723 INFO O| Aug 11 22:00:37.722 INFO ok! |
| 9626 | 2026-08-11T22:00:39.246Z | [ host-image] Aug 11 22:00:37.723 INFO O| Aug 11 22:00:37.722 INFO STEP 63 (ensure_file) COMPLETE |
| 9627 | 2026-08-11T22:00:39.246Z | [ host-image] Aug 11 22:00:37.723 INFO O| Aug 11 22:00:37.722 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9628 | 2026-08-11T22:00:39.246Z | [ host-image] Aug 11 22:00:37.729 INFO O| Aug 11 22:00:37.729 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 9629 | 2026-08-11T22:00:39.246Z | [ host-image] Aug 11 22:00:37.729 INFO O| Aug 11 22:00:37.729 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 9630 | 2026-08-11T22:00:39.246Z | [ host-image] Aug 11 22:00:37.729 INFO O| Aug 11 22:00:37.729 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9631 | 2026-08-11T22:00:39.247Z | [ host-image] Aug 11 22:00:37.729 INFO O| Aug 11 22:00:37.729 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9632 | 2026-08-11T22:00:39.247Z | [ host-image] Aug 11 22:00:37.729 INFO O| Aug 11 22:00:37.729 INFO ok! |
| 9633 | 2026-08-11T22:00:39.247Z | [ host-image] Aug 11 22:00:37.729 INFO O| Aug 11 22:00:37.729 INFO STEP 64 (ensure_file) COMPLETE |
| 9634 | 2026-08-11T22:00:39.247Z | [ host-image] Aug 11 22:00:37.729 INFO O| Aug 11 22:00:37.729 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9635 | 2026-08-11T22:00:39.248Z | [ host-image] Aug 11 22:00:37.736 INFO O| Aug 11 22:00:37.736 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 9636 | 2026-08-11T22:00:39.248Z | [ host-image] Aug 11 22:00:37.736 INFO O| Aug 11 22:00:37.736 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 9637 | 2026-08-11T22:00:39.249Z | [ host-image] Aug 11 22:00:37.736 INFO O| Aug 11 22:00:37.736 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly |
| 9638 | 2026-08-11T22:00:39.249Z | [ host-image] Aug 11 22:00:37.736 INFO O| Aug 11 22:00:37.736 INFO ok! |
| 9639 | 2026-08-11T22:00:39.249Z | [ host-image] Aug 11 22:00:37.736 INFO O| Aug 11 22:00:37.736 INFO STEP 65 (assemble_files) COMPLETE |
| 9640 | 2026-08-11T22:00:39.249Z | [ host-image] Aug 11 22:00:37.736 INFO O| Aug 11 22:00:37.736 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9641 | 2026-08-11T22:00:39.342Z | [ host-image] Aug 11 22:00:37.743 INFO O| Aug 11 22:00:37.743 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 9642 | 2026-08-11T22:00:39.342Z | [ host-image] Aug 11 22:00:37.743 INFO O| Aug 11 22:00:37.743 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ... |
| 9643 | 2026-08-11T22:00:39.342Z | [ host-image] Aug 11 22:00:37.743 INFO O| Aug 11 22:00:37.743 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9644 | 2026-08-11T22:00:39.342Z | [ host-image] Aug 11 22:00:37.743 INFO O| Aug 11 22:00:37.743 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9645 | 2026-08-11T22:00:39.342Z | [ host-image] Aug 11 22:00:37.743 INFO O| Aug 11 22:00:37.743 INFO ok! |
| 9646 | 2026-08-11T22:00:39.342Z | [ host-image] Aug 11 22:00:37.743 INFO O| Aug 11 22:00:37.743 INFO STEP 66 (ensure_file) COMPLETE |
| 9647 | 2026-08-11T22:00:39.342Z | [ host-image] Aug 11 22:00:37.743 INFO O| Aug 11 22:00:37.743 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9648 | 2026-08-11T22:00:39.342Z | [ host-image] Aug 11 22:00:37.750 INFO O| Aug 11 22:00:37.750 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9649 | 2026-08-11T22:00:39.342Z | [ host-image] Aug 11 22:00:37.750 INFO O| Aug 11 22:00:37.750 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9650 | 2026-08-11T22:00:39.342Z | [ host-image] Aug 11 22:00:37.750 INFO O| Aug 11 22:00:37.750 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9651 | 2026-08-11T22:00:39.346Z | [ host-image] Aug 11 22:00:37.750 INFO O| Aug 11 22:00:37.750 INFO STEP 67 (ensure_dir) COMPLETE |
| 9652 | 2026-08-11T22:00:39.346Z | [ host-image] Aug 11 22:00:37.750 INFO O| Aug 11 22:00:37.750 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9653 | 2026-08-11T22:00:39.346Z | [ host-image] Aug 11 22:00:37.759 INFO O| Aug 11 22:00:37.759 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
| 9654 | 2026-08-11T22:00:39.346Z | [ host-image] Aug 11 22:00:37.759 INFO O| Aug 11 22:00:37.759 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 ... |
| 9655 | 2026-08-11T22:00:39.346Z | [ host-image] Aug 11 22:00:37.769 INFO O| Aug 11 22:00:37.769 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 |
| 9656 | 2026-08-11T22:00:39.346Z | [ host-image] Aug 11 22:00:37.769 INFO O| Aug 11 22:00:37.769 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 9657 | 2026-08-11T22:00:39.346Z | [ host-image] Aug 11 22:00:37.769 INFO O| Aug 11 22:00:37.769 INFO ok! |
| 9658 | 2026-08-11T22:00:39.346Z | [ host-image] Aug 11 22:00:37.769 INFO O| Aug 11 22:00:37.769 INFO STEP 68 (ensure_file) COMPLETE |
| 9659 | 2026-08-11T22:00:39.346Z | [ host-image] Aug 11 22:00:37.769 INFO O| Aug 11 22:00:37.769 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9660 | 2026-08-11T22:00:39.346Z | [ host-image] Aug 11 22:00:37.778 INFO O| Aug 11 22:00:37.778 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
| 9661 | 2026-08-11T22:00:39.346Z | [ host-image] Aug 11 22:00:37.778 INFO O| Aug 11 22:00:37.778 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 ... |
| 9662 | 2026-08-11T22:00:39.346Z | [ host-image] Aug 11 22:00:37.778 INFO O| Aug 11 22:00:37.778 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 |
| 9663 | 2026-08-11T22:00:39.347Z | [ host-image] Aug 11 22:00:37.778 INFO O| Aug 11 22:00:37.778 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 9664 | 2026-08-11T22:00:39.347Z | [ host-image] Aug 11 22:00:37.778 INFO O| Aug 11 22:00:37.778 INFO ok! |
| 9665 | 2026-08-11T22:00:39.347Z | [ host-image] Aug 11 22:00:37.778 INFO O| Aug 11 22:00:37.778 INFO STEP 69 (ensure_file) COMPLETE |
| 9666 | 2026-08-11T22:00:39.347Z | [ host-image] Aug 11 22:00:37.778 INFO O| Aug 11 22:00:37.778 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9667 | 2026-08-11T22:00:39.347Z | [ host-image] Aug 11 22:00:37.788 INFO O| Aug 11 22:00:37.788 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal |
| 9668 | 2026-08-11T22:00:39.347Z | [ host-image] Aug 11 22:00:37.788 INFO O| Aug 11 22:00:37.788 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."] |
| 9669 | 2026-08-11T22:00:40.602Z | [ host-image] Aug 11 22:00:39.366 INFO O| Aug 11 22:00:39.366 INFO STEP 70 (pack_tar) COMPLETE |
| 9670 | 2026-08-11T22:00:40.602Z | [ host-image] Aug 11 22:00:39.366 INFO O| Aug 11 22:00:39.366 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9671 | 2026-08-11T22:00:40.602Z | [ host-image] Aug 11 22:00:39.366 INFO O| Aug 11 22:00:39.366 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim |
| 9672 | 2026-08-11T22:00:40.995Z | [verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 9673 | 2026-08-11T22:00:41.167Z | [ host-image] Aug 11 22:00:39.770 INFO O| Aug 11 22:00:39.770 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9674 | 2026-08-11T22:00:41.308Z | [ host-image] Aug 11 22:00:39.889 INFO O| Aug 11 22:00:39.889 INFO completed processing sled/ramdisk-02-trim |
| 9675 | 2026-08-11T22:00:41.308Z | [ host-image] Aug 11 22:00:39.891 INFO image builder template: zfs... |
| 9676 | 2026-08-11T22:00:41.308Z | [ host-image] Aug 11 22:00:39.891 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/.tmpGtRjcD/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", "optever=0.41.504", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs"], pwd: None |
| 9677 | 2026-08-11T22:00:41.308Z | [ host-image] Aug 11 22:00:39.903 INFO O| Aug 11 22:00:39.903 INFO skip include "stress" because feature "stress" is not enabled |
| 9678 | 2026-08-11T22:00:41.308Z | [ host-image] Aug 11 22:00:39.903 INFO O| Aug 11 22:00:39.903 INFO skip include "stress" because feature "compliance" is not enabled |
| 9679 | 2026-08-11T22:00:41.308Z | [ host-image] Aug 11 22:00:39.933 INFO O| Aug 11 22:00:39.933 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs |
| 9680 | 2026-08-11T22:00:41.308Z | [ host-image] Aug 11 22:00:39.938 INFO O| Aug 11 22:00:39.938 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs |
| 9681 | 2026-08-11T22:00:41.948Z | [ host-image] Aug 11 22:00:40.098 INFO O| Aug 11 22:00:40.098 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled |
| 9682 | 2026-08-11T22:00:42.096Z | [ host-image] Aug 11 22:00:40.169 INFO O| Aug 11 22:00:40.169 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs |
| 9683 | 2026-08-11T22:00:42.096Z | [ host-image] Aug 11 22:00:40.169 INFO O| Aug 11 22:00:40.169 INFO work dataset: rpool/images/build/host/work/sled/zfs |
| 9684 | 2026-08-11T22:00:42.096Z | [ host-image] Aug 11 22:00:40.173 INFO O| Aug 11 22:00:40.173 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs |
| 9685 | 2026-08-11T22:00:42.096Z | [ host-image] Aug 11 22:00:40.272 INFO O| Aug 11 22:00:40.272 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled |
| 9686 | 2026-08-11T22:00:42.096Z | [ host-image] Aug 11 22:00:40.422 INFO O| Aug 11 22:00:40.422 INFO DESTROY POOL: TEMPORARY-sled-zfs |
| 9687 | 2026-08-11T22:00:42.096Z | [ host-image] Aug 11 22:00:40.433 INFO O| Aug 11 22:00:40.432 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9688 | 2026-08-11T22:00:42.096Z | [ host-image] Aug 11 22:00:40.439 INFO O| Aug 11 22:00:40.439 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot |
| 9689 | 2026-08-11T22:00:42.096Z | [ host-image] Aug 11 22:00:40.439 INFO O| Aug 11 22:00:40.439 INFO no lofi found |
| 9690 | 2026-08-11T22:00:42.096Z | [ host-image] Aug 11 22:00:40.439 INFO O| Aug 11 22:00:40.439 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal |
| 9691 | 2026-08-11T22:00:42.096Z | [ host-image] Aug 11 22:00:40.439 INFO O| Aug 11 22:00:40.439 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9692 | 2026-08-11T22:00:43.254Z | [ host-image] Aug 11 22:00:42.001 INFO O| Aug 11 22:00:42.001 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 9693 | 2026-08-11T22:00:43.281Z | [ host-image] Aug 11 22:00:42.001 INFO O| Aug 11 22:00:42.001 INFO pool device = /dev/dsk/c2t1d0p0 |
| 9694 | 2026-08-11T22:00:43.281Z | [ host-image] Aug 11 22:00:42.001 INFO O| Aug 11 22:00:42.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"] |
| 9695 | 2026-08-11T22:00:43.358Z | [ host-image] Aug 11 22:00:42.079 INFO O| Aug 11 22:00:42.079 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9696 | 2026-08-11T22:00:43.358Z | [ host-image] Aug 11 22:00:42.079 INFO O| Aug 11 22:00:42.079 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT |
| 9697 | 2026-08-11T22:00:43.402Z | [ host-image] Aug 11 22:00:42.100 INFO O| Aug 11 22:00:42.100 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off |
| 9698 | 2026-08-11T22:00:43.415Z | [ host-image] Aug 11 22:00:42.151 INFO O| Aug 11 22:00:42.151 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy |
| 9699 | 2026-08-11T22:00:43.434Z | [ host-image] Aug 11 22:00:42.180 INFO O| Aug 11 22:00:42.180 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk |
| 9700 | 2026-08-11T22:00:43.445Z | [ host-image] Aug 11 22:00:42.195 INFO O| Aug 11 22:00:42.195 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto |
| 9701 | 2026-08-11T22:00:43.445Z | [ host-image] Aug 11 22:00:42.206 INFO O| Aug 11 22:00:42.206 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy |
| 9702 | 2026-08-11T22:00:43.483Z | [ host-image] Aug 11 22:00:42.244 INFO O| Aug 11 22:00:42.243 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a |
| 9703 | 2026-08-11T22:00:43.499Z | [ host-image] Aug 11 22:00:42.244 INFO O| Aug 11 22:00:42.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a |
| 9704 | 2026-08-11T22:00:43.499Z | [ host-image] Aug 11 22:00:42.244 INFO O| Aug 11 22:00:42.244 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9705 | 2026-08-11T22:00:43.499Z | [ host-image] Aug 11 22:00:42.255 INFO O| Aug 11 22:00:42.255 INFO boot environment UUID: b3aad974-8567-4aa7-8c71-d143e83b0f2a |
| 9706 | 2026-08-11T22:00:43.499Z | [ host-image] Aug 11 22:00:42.255 INFO O| Aug 11 22:00:42.255 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = b3aad974-8567-4aa7-8c71-d143e83b0f2a |
| 9707 | 2026-08-11T22:00:43.512Z | [ host-image] Aug 11 22:00:42.267 INFO O| Aug 11 22:00:42.267 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 9708 | 2026-08-11T22:00:43.554Z | [ host-image] Aug 11 22:00:42.279 INFO O| Aug 11 22:00:42.278 INFO STEP 0 (create_be) COMPLETE |
| 9709 | 2026-08-11T22:00:43.554Z | [ host-image] Aug 11 22:00:42.279 INFO O| Aug 11 22:00:42.279 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9710 | 2026-08-11T22:00:43.581Z | [ host-image] Aug 11 22:00:42.296 INFO O| Aug 11 22:00:42.296 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9711 | 2026-08-11T22:00:53.472Z | [ host-image] Aug 11 22:00:52.234 INFO O| Aug 11 22:00:52.233 INFO STEP 1 (unpack_tar) COMPLETE |
| 9712 | 2026-08-11T22:00:53.472Z | [ host-image] Aug 11 22:00:52.234 INFO O| Aug 11 22:00:52.233 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9713 | 2026-08-11T22:00:53.479Z | [ host-image] Aug 11 22:00:52.244 INFO O| Aug 11 22:00:52.244 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9714 | 2026-08-11T22:00:54.081Z | [ host-image] Aug 11 22:00:52.846 INFO O| Aug 11 22:00:52.846 INFO STEP 2 (devfsadm) COMPLETE |
| 9715 | 2026-08-11T22:00:54.081Z | [ host-image] Aug 11 22:00:52.846 INFO O| Aug 11 22:00:52.846 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9716 | 2026-08-11T22:00:54.090Z | [ host-image] Aug 11 22:00:52.855 INFO O| Aug 11 22:00:52.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9717 | 2026-08-11T22:00:54.090Z | [ host-image] Aug 11 22:00:52.855 INFO O| Aug 11 22:00:52.855 INFO STEP 3 (ensure_dir) COMPLETE |
| 9718 | 2026-08-11T22:00:54.097Z | [ host-image] Aug 11 22:00:52.855 INFO O| Aug 11 22:00:52.855 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9719 | 2026-08-11T22:00:54.101Z | [ host-image] Aug 11 22:00:52.864 INFO O| Aug 11 22:00:52.864 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9720 | 2026-08-11T22:00:54.101Z | [ host-image] Aug 11 22:00:52.864 INFO O| Aug 11 22:00:52.864 INFO STEP 4 (ensure_dir) COMPLETE |
| 9721 | 2026-08-11T22:00:54.101Z | [ host-image] Aug 11 22:00:52.864 INFO O| Aug 11 22:00:52.864 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9722 | 2026-08-11T22:00:54.107Z | [ host-image] Aug 11 22:00:52.871 INFO O| Aug 11 22:00:52.871 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9723 | 2026-08-11T22:00:54.107Z | [ host-image] Aug 11 22:00:52.871 INFO O| Aug 11 22:00:52.871 INFO STEP 5 (ensure_dir) COMPLETE |
| 9724 | 2026-08-11T22:00:54.110Z | [ host-image] Aug 11 22:00:52.871 INFO O| Aug 11 22:00:52.871 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9725 | 2026-08-11T22:00:54.114Z | [ host-image] Aug 11 22:00:52.879 INFO O| Aug 11 22:00:52.879 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9726 | 2026-08-11T22:00:54.114Z | [ host-image] Aug 11 22:00:52.879 INFO O| Aug 11 22:00:52.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9727 | 2026-08-11T22:00:54.118Z | [ host-image] Aug 11 22:00:52.879 INFO O| Aug 11 22:00:52.879 INFO STEP 6 (ensure_dir) COMPLETE |
| 9728 | 2026-08-11T22:00:54.118Z | [ host-image] Aug 11 22:00:52.879 INFO O| Aug 11 22:00:52.879 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9729 | 2026-08-11T22:00:54.122Z | [ host-image] Aug 11 22:00:52.886 INFO O| Aug 11 22:00:52.886 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9730 | 2026-08-11T22:00:54.122Z | [ host-image] Aug 11 22:00:52.886 INFO O| Aug 11 22:00:52.886 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9731 | 2026-08-11T22:00:54.122Z | [ host-image] Aug 11 22:00:52.886 INFO O| Aug 11 22:00:52.886 INFO STEP 7 (ensure_dir) COMPLETE |
| 9732 | 2026-08-11T22:00:54.122Z | [ host-image] Aug 11 22:00:52.886 INFO O| Aug 11 22:00:52.886 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9733 | 2026-08-11T22:00:54.130Z | [ host-image] Aug 11 22:00:52.894 INFO O| Aug 11 22:00:52.894 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg" |
| 9734 | 2026-08-11T22:00:54.134Z | [ host-image] Aug 11 22:00:52.894 INFO O| Aug 11 22:00:52.894 INFO STEP 8 (remove_files) COMPLETE |
| 9735 | 2026-08-11T22:00:54.134Z | [ host-image] Aug 11 22:00:52.894 INFO O| Aug 11 22:00:52.894 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9736 | 2026-08-11T22:00:54.138Z | [ host-image] Aug 11 22:00:52.902 INFO O| Aug 11 22:00:52.902 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk" |
| 9737 | 2026-08-11T22:00:54.139Z | [ host-image] Aug 11 22:00:52.903 INFO O| Aug 11 22:00:52.903 INFO STEP 9 (remove_files) COMPLETE |
| 9738 | 2026-08-11T22:00:54.139Z | [ host-image] Aug 11 22:00:52.903 INFO O| Aug 11 22:00:52.903 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9739 | 2026-08-11T22:00:54.147Z | [ host-image] Aug 11 22:00:52.912 INFO O| Aug 11 22:00:52.912 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk" |
| 9740 | 2026-08-11T22:00:54.153Z | [ host-image] Aug 11 22:00:52.913 INFO O| Aug 11 22:00:52.913 INFO STEP 10 (remove_files) COMPLETE |
| 9741 | 2026-08-11T22:00:54.153Z | [ host-image] Aug 11 22:00:52.913 INFO O| Aug 11 22:00:52.913 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9742 | 2026-08-11T22:00:54.156Z | [ host-image] Aug 11 22:00:52.921 INFO O| Aug 11 22:00:52.921 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors" |
| 9743 | 2026-08-11T22:00:54.156Z | [ host-image] Aug 11 22:00:52.921 INFO O| Aug 11 22:00:52.921 INFO STEP 11 (remove_files) COMPLETE |
| 9744 | 2026-08-11T22:00:54.156Z | [ host-image] Aug 11 22:00:52.921 INFO O| Aug 11 22:00:52.921 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9745 | 2026-08-11T22:00:54.163Z | [ host-image] Aug 11 22:00:52.928 INFO O| Aug 11 22:00:52.928 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb" |
| 9746 | 2026-08-11T22:00:54.166Z | [ host-image] Aug 11 22:00:52.928 INFO O| Aug 11 22:00:52.928 INFO STEP 12 (remove_files) COMPLETE |
| 9747 | 2026-08-11T22:00:54.166Z | [ host-image] Aug 11 22:00:52.928 INFO O| Aug 11 22:00:52.928 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9748 | 2026-08-11T22:00:54.171Z | [ host-image] Aug 11 22:00:52.935 INFO O| Aug 11 22:00:52.935 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9749 | 2026-08-11T22:00:54.171Z | [ host-image] Aug 11 22:00:52.935 INFO O| Aug 11 22:00:52.935 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9750 | 2026-08-11T22:00:54.171Z | [ host-image] Aug 11 22:00:52.935 INFO O| Aug 11 22:00:52.935 INFO STEP 13 (ensure_dir) COMPLETE |
| 9751 | 2026-08-11T22:00:54.171Z | [ host-image] Aug 11 22:00:52.935 INFO O| Aug 11 22:00:52.935 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9752 | 2026-08-11T22:00:54.179Z | [ host-image] Aug 11 22:00:52.944 INFO O| Aug 11 22:00:52.944 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9753 | 2026-08-11T22:00:54.179Z | [ host-image] Aug 11 22:00:52.944 INFO O| Aug 11 22:00:52.944 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9754 | 2026-08-11T22:00:54.179Z | [ host-image] Aug 11 22:00:52.944 INFO O| Aug 11 22:00:52.944 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9755 | 2026-08-11T22:00:54.184Z | [ host-image] Aug 11 22:00:52.944 INFO O| Aug 11 22:00:52.944 INFO STEP 14 (ensure_dir) COMPLETE |
| 9756 | 2026-08-11T22:00:54.184Z | [ host-image] Aug 11 22:00:52.944 INFO O| Aug 11 22:00:52.944 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9757 | 2026-08-11T22:00:54.190Z | [ host-image] Aug 11 22:00:52.952 INFO O| Aug 11 22:00:52.952 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9758 | 2026-08-11T22:00:54.191Z | [ host-image] Aug 11 22:00:52.952 INFO O| Aug 11 22:00:52.952 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9759 | 2026-08-11T22:00:54.191Z | [ host-image] Aug 11 22:00:52.952 INFO O| Aug 11 22:00:52.952 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9760 | 2026-08-11T22:00:54.191Z | [ host-image] Aug 11 22:00:52.952 INFO O| Aug 11 22:00:52.952 INFO STEP 15 (ensure_dir) COMPLETE |
| 9761 | 2026-08-11T22:00:54.191Z | [ host-image] Aug 11 22:00:52.952 INFO O| Aug 11 22:00:52.952 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9762 | 2026-08-11T22:00:54.196Z | [ host-image] Aug 11 22:00:52.960 INFO O| Aug 11 22:00:52.960 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9763 | 2026-08-11T22:00:54.197Z | [ host-image] Aug 11 22:00:52.960 INFO O| Aug 11 22:00:52.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9764 | 2026-08-11T22:00:54.197Z | [ host-image] Aug 11 22:00:52.960 INFO O| Aug 11 22:00:52.960 INFO STEP 16 (ensure_dir) COMPLETE |
| 9765 | 2026-08-11T22:00:54.197Z | [ host-image] Aug 11 22:00:52.960 INFO O| Aug 11 22:00:52.960 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9766 | 2026-08-11T22:00:54.205Z | [ host-image] Aug 11 22:00:52.968 INFO O| Aug 11 22:00:52.968 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9767 | 2026-08-11T22:00:54.205Z | [ host-image] Aug 11 22:00:52.968 INFO O| Aug 11 22:00:52.968 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9768 | 2026-08-11T22:00:54.208Z | [ host-image] Aug 11 22:00:52.968 INFO O| Aug 11 22:00:52.968 INFO STEP 17 (ensure_dir) COMPLETE |
| 9769 | 2026-08-11T22:00:54.208Z | [ host-image] Aug 11 22:00:52.968 INFO O| Aug 11 22:00:52.968 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9770 | 2026-08-11T22:00:54.211Z | [ host-image] Aug 11 22:00:52.975 INFO O| Aug 11 22:00:52.975 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 9771 | 2026-08-11T22:00:54.211Z | [ host-image] Aug 11 22:00:52.975 INFO O| Aug 11 22:00:52.975 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog |
| 9772 | 2026-08-11T22:00:54.212Z | [ host-image] Aug 11 22:00:52.975 INFO O| Aug 11 22:00:52.975 INFO ok! |
| 9773 | 2026-08-11T22:00:54.212Z | [ host-image] Aug 11 22:00:52.975 INFO O| Aug 11 22:00:52.975 INFO STEP 18 (ensure_symlink) COMPLETE |
| 9774 | 2026-08-11T22:00:54.212Z | [ host-image] Aug 11 22:00:52.975 INFO O| Aug 11 22:00:52.975 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9775 | 2026-08-11T22:00:54.220Z | [ host-image] Aug 11 22:00:52.984 INFO O| Aug 11 22:00:52.984 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents |
| 9776 | 2026-08-11T22:00:54.220Z | [ host-image] Aug 11 22:00:52.984 INFO O| Aug 11 22:00:52.984 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure |
| 9777 | 2026-08-11T22:00:54.220Z | [ host-image] Aug 11 22:00:52.984 INFO O| Aug 11 22:00:52.984 INFO ok! |
| 9778 | 2026-08-11T22:00:54.223Z | [ host-image] Aug 11 22:00:52.984 INFO O| Aug 11 22:00:52.984 INFO STEP 19 (ensure_file) COMPLETE |
| 9779 | 2026-08-11T22:00:54.223Z | [ host-image] Aug 11 22:00:52.984 INFO O| Aug 11 22:00:52.984 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9780 | 2026-08-11T22:00:54.226Z | [ host-image] Aug 11 22:00:52.991 INFO O| Aug 11 22:00:52.991 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist |
| 9781 | 2026-08-11T22:00:54.226Z | [ host-image] Aug 11 22:00:52.991 INFO O| Aug 11 22:00:52.991 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 9782 | 2026-08-11T22:00:54.226Z | [ host-image] Aug 11 22:00:52.991 INFO O| Aug 11 22:00:52.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml |
| 9783 | 2026-08-11T22:00:54.226Z | [ host-image] Aug 11 22:00:52.991 INFO O| Aug 11 22:00:52.991 INFO ok! |
| 9784 | 2026-08-11T22:00:54.226Z | [ host-image] Aug 11 22:00:52.991 INFO O| Aug 11 22:00:52.991 INFO STEP 20 (ensure_symlink) COMPLETE |
| 9785 | 2026-08-11T22:00:54.226Z | [ host-image] Aug 11 22:00:52.991 INFO O| Aug 11 22:00:52.991 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9786 | 2026-08-11T22:00:54.233Z | [ host-image] Aug 11 22:00:52.998 INFO O| Aug 11 22:00:52.998 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
| 9787 | 2026-08-11T22:00:54.233Z | [ host-image] Aug 11 22:00:52.998 INFO O| Aug 11 22:00:52.998 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 9788 | 2026-08-11T22:00:54.233Z | [ host-image] Aug 11 22:00:52.998 INFO O| Aug 11 22:00:52.998 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml |
| 9789 | 2026-08-11T22:00:54.238Z | [ host-image] Aug 11 22:00:52.998 INFO O| Aug 11 22:00:52.998 INFO ok! |
| 9790 | 2026-08-11T22:00:54.238Z | [ host-image] Aug 11 22:00:52.998 INFO O| Aug 11 22:00:52.998 INFO STEP 21 (ensure_symlink) COMPLETE |
| 9791 | 2026-08-11T22:00:54.238Z | [ host-image] Aug 11 22:00:52.998 INFO O| Aug 11 22:00:52.998 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9792 | 2026-08-11T22:00:54.242Z | [ host-image] Aug 11 22:00:53.007 INFO O| Aug 11 22:00:53.007 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist |
| 9793 | 2026-08-11T22:00:54.242Z | [ host-image] Aug 11 22:00:53.007 INFO O| Aug 11 22:00:53.007 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 9794 | 2026-08-11T22:00:54.242Z | [ host-image] Aug 11 22:00:53.007 INFO O| Aug 11 22:00:53.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml |
| 9795 | 2026-08-11T22:00:54.243Z | [ host-image] Aug 11 22:00:53.007 INFO O| Aug 11 22:00:53.007 INFO ok! |
| 9796 | 2026-08-11T22:00:54.243Z | [ host-image] Aug 11 22:00:53.007 INFO O| Aug 11 22:00:53.007 INFO STEP 22 (ensure_symlink) COMPLETE |
| 9797 | 2026-08-11T22:00:54.246Z | [ host-image] Aug 11 22:00:53.007 INFO O| Aug 11 22:00:53.007 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9798 | 2026-08-11T22:00:54.250Z | [ host-image] Aug 11 22:00:53.015 INFO O| Aug 11 22:00:53.015 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist |
| 9799 | 2026-08-11T22:00:54.255Z | [ host-image] Aug 11 22:00:53.015 INFO O| Aug 11 22:00:53.015 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 9800 | 2026-08-11T22:00:54.255Z | [ host-image] Aug 11 22:00:53.015 INFO O| Aug 11 22:00:53.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml |
| 9801 | 2026-08-11T22:00:54.255Z | [ host-image] Aug 11 22:00:53.015 INFO O| Aug 11 22:00:53.015 INFO ok! |
| 9802 | 2026-08-11T22:00:54.255Z | [ host-image] Aug 11 22:00:53.015 INFO O| Aug 11 22:00:53.015 INFO STEP 23 (ensure_symlink) COMPLETE |
| 9803 | 2026-08-11T22:00:54.256Z | [ host-image] Aug 11 22:00:53.015 INFO O| Aug 11 22:00:53.015 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9804 | 2026-08-11T22:00:54.260Z | [ host-image] Aug 11 22:00:53.024 INFO O| Aug 11 22:00:53.024 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 9805 | 2026-08-11T22:00:54.260Z | [ host-image] Aug 11 22:00:53.024 INFO O| Aug 11 22:00:53.024 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ... |
| 9806 | 2026-08-11T22:00:54.260Z | [ host-image] Aug 11 22:00:53.024 INFO O| Aug 11 22:00:53.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf |
| 9807 | 2026-08-11T22:00:54.260Z | [ host-image] Aug 11 22:00:53.024 INFO O| Aug 11 22:00:53.024 INFO ok! |
| 9808 | 2026-08-11T22:00:54.262Z | [ host-image] Aug 11 22:00:53.024 INFO O| Aug 11 22:00:53.024 INFO STEP 24 (ensure_file) COMPLETE |
| 9809 | 2026-08-11T22:00:54.262Z | [ host-image] Aug 11 22:00:53.024 INFO O| Aug 11 22:00:53.024 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9810 | 2026-08-11T22:00:54.272Z | [ host-image] Aug 11 22:00:53.033 INFO O| Aug 11 22:00:53.033 INFO updating shadow file |
| 9811 | 2026-08-11T22:00:54.276Z | [ host-image] Aug 11 22:00:53.033 INFO O| Aug 11 22:00:53.033 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9812 | 2026-08-11T22:00:54.276Z | [ host-image] Aug 11 22:00:53.033 INFO O| Aug 11 22:00:53.033 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9813 | 2026-08-11T22:00:54.276Z | [ host-image] Aug 11 22:00:53.033 INFO O| Aug 11 22:00:53.033 INFO STEP 25 (shadow) COMPLETE |
| 9814 | 2026-08-11T22:00:54.276Z | [ host-image] Aug 11 22:00:53.033 INFO O| Aug 11 22:00:53.033 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9815 | 2026-08-11T22:00:54.276Z | [ host-image] Aug 11 22:00:53.040 INFO O| Aug 11 22:00:53.040 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 9816 | 2026-08-11T22:00:54.276Z | [ host-image] Aug 11 22:00:53.040 INFO O| Aug 11 22:00:53.040 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ... |
| 9817 | 2026-08-11T22:00:54.276Z | [ host-image] Aug 11 22:00:53.040 INFO O| Aug 11 22:00:53.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts |
| 9818 | 2026-08-11T22:00:54.276Z | [ host-image] Aug 11 22:00:53.040 INFO O| Aug 11 22:00:53.040 INFO ok! |
| 9819 | 2026-08-11T22:00:54.276Z | [ host-image] Aug 11 22:00:53.040 INFO O| Aug 11 22:00:53.040 INFO STEP 26 (ensure_file) COMPLETE |
| 9820 | 2026-08-11T22:00:54.277Z | [ host-image] Aug 11 22:00:53.040 INFO O| Aug 11 22:00:53.040 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9821 | 2026-08-11T22:00:54.281Z | [ host-image] Aug 11 22:00:53.047 INFO O| Aug 11 22:00:53.047 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist |
| 9822 | 2026-08-11T22:00:54.281Z | [ host-image] Aug 11 22:00:53.047 INFO O| Aug 11 22:00:53.047 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ... |
| 9823 | 2026-08-11T22:00:54.286Z | [ host-image] Aug 11 22:00:53.047 INFO O| Aug 11 22:00:53.047 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename |
| 9824 | 2026-08-11T22:00:54.286Z | [ host-image] Aug 11 22:00:53.047 INFO O| Aug 11 22:00:53.047 INFO ok! |
| 9825 | 2026-08-11T22:00:54.286Z | [ host-image] Aug 11 22:00:53.047 INFO O| Aug 11 22:00:53.047 INFO STEP 27 (ensure_file) COMPLETE |
| 9826 | 2026-08-11T22:00:54.286Z | [ host-image] Aug 11 22:00:53.047 INFO O| Aug 11 22:00:53.047 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9827 | 2026-08-11T22:00:54.290Z | [ host-image] Aug 11 22:00:53.055 INFO O| Aug 11 22:00:53.055 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 9828 | 2026-08-11T22:00:54.290Z | [ host-image] Aug 11 22:00:53.055 INFO O| Aug 11 22:00:53.055 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ... |
| 9829 | 2026-08-11T22:00:54.295Z | [ host-image] Aug 11 22:00:53.055 INFO O| Aug 11 22:00:53.055 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9830 | 2026-08-11T22:00:54.295Z | [ host-image] Aug 11 22:00:53.055 INFO O| Aug 11 22:00:53.055 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9831 | 2026-08-11T22:00:54.295Z | [ host-image] Aug 11 22:00:53.055 INFO O| Aug 11 22:00:53.055 INFO ok! |
| 9832 | 2026-08-11T22:00:54.295Z | [ host-image] Aug 11 22:00:53.055 INFO O| Aug 11 22:00:53.055 INFO STEP 28 (ensure_file) COMPLETE |
| 9833 | 2026-08-11T22:00:54.295Z | [ host-image] Aug 11 22:00:53.055 INFO O| Aug 11 22:00:53.055 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9834 | 2026-08-11T22:00:54.298Z | [ host-image] Aug 11 22:00:53.063 INFO O| Aug 11 22:00:53.063 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist |
| 9835 | 2026-08-11T22:00:54.298Z | [ host-image] Aug 11 22:00:53.063 INFO O| Aug 11 22:00:53.063 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ... |
| 9836 | 2026-08-11T22:00:54.302Z | [ host-image] Aug 11 22:00:53.063 INFO O| Aug 11 22:00:53.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf |
| 9837 | 2026-08-11T22:00:54.303Z | [ host-image] Aug 11 22:00:53.063 INFO O| Aug 11 22:00:53.063 INFO ok! |
| 9838 | 2026-08-11T22:00:54.303Z | [ host-image] Aug 11 22:00:53.063 INFO O| Aug 11 22:00:53.063 INFO STEP 29 (ensure_file) COMPLETE |
| 9839 | 2026-08-11T22:00:54.303Z | [ host-image] Aug 11 22:00:53.063 INFO O| Aug 11 22:00:53.063 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9840 | 2026-08-11T22:00:54.308Z | [ host-image] Aug 11 22:00:53.070 INFO O| Aug 11 22:00:53.070 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9841 | 2026-08-11T22:00:54.308Z | [ host-image] Aug 11 22:00:53.070 INFO O| Aug 11 22:00:53.070 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9842 | 2026-08-11T22:00:54.308Z | [ host-image] Aug 11 22:00:53.070 INFO O| Aug 11 22:00:53.070 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9843 | 2026-08-11T22:00:54.308Z | [ host-image] Aug 11 22:00:53.070 INFO O| Aug 11 22:00:53.070 INFO STEP 30 (ensure_dir) COMPLETE |
| 9844 | 2026-08-11T22:00:54.309Z | [ host-image] Aug 11 22:00:53.070 INFO O| Aug 11 22:00:53.070 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9845 | 2026-08-11T22:00:54.312Z | [ host-image] Aug 11 22:00:53.076 INFO O| Aug 11 22:00:53.076 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist |
| 9846 | 2026-08-11T22:00:54.312Z | [ host-image] Aug 11 22:00:53.076 INFO O| Aug 11 22:00:53.076 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ... |
| 9847 | 2026-08-11T22:00:54.312Z | [ host-image] Aug 11 22:00:53.076 INFO O| Aug 11 22:00:53.076 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9848 | 2026-08-11T22:00:54.312Z | [ host-image] Aug 11 22:00:53.076 INFO O| Aug 11 22:00:53.076 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9849 | 2026-08-11T22:00:54.312Z | [ host-image] Aug 11 22:00:53.076 INFO O| Aug 11 22:00:53.076 INFO ok! |
| 9850 | 2026-08-11T22:00:54.312Z | [ host-image] Aug 11 22:00:53.076 INFO O| Aug 11 22:00:53.076 INFO STEP 31 (ensure_file) COMPLETE |
| 9851 | 2026-08-11T22:00:54.312Z | [ host-image] Aug 11 22:00:53.076 INFO O| Aug 11 22:00:53.076 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9852 | 2026-08-11T22:00:54.318Z | [ host-image] Aug 11 22:00:53.083 INFO O| Aug 11 22:00:53.083 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9853 | 2026-08-11T22:00:54.318Z | [ host-image] Aug 11 22:00:53.083 INFO O| Aug 11 22:00:53.083 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9854 | 2026-08-11T22:00:54.320Z | [ host-image] Aug 11 22:00:53.083 INFO O| Aug 11 22:00:53.083 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9855 | 2026-08-11T22:00:54.321Z | [ host-image] Aug 11 22:00:53.083 INFO O| Aug 11 22:00:53.083 INFO STEP 32 (ensure_dir) COMPLETE |
| 9856 | 2026-08-11T22:00:54.321Z | [ host-image] Aug 11 22:00:53.083 INFO O| Aug 11 22:00:53.083 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9857 | 2026-08-11T22:00:54.329Z | [ host-image] Aug 11 22:00:53.092 INFO O| Aug 11 22:00:53.092 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 9858 | 2026-08-11T22:00:54.332Z | [ host-image] Aug 11 22:00:53.092 INFO O| Aug 11 22:00:53.092 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 ... |
| 9859 | 2026-08-11T22:00:54.332Z | [ host-image] Aug 11 22:00:53.092 INFO O| Aug 11 22:00:53.092 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 |
| 9860 | 2026-08-11T22:00:54.332Z | [ host-image] Aug 11 22:00:53.092 INFO O| Aug 11 22:00:53.092 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml |
| 9861 | 2026-08-11T22:00:54.332Z | [ host-image] Aug 11 22:00:53.092 INFO O| Aug 11 22:00:53.092 INFO ok! |
| 9862 | 2026-08-11T22:00:54.332Z | [ host-image] Aug 11 22:00:53.092 INFO O| Aug 11 22:00:53.092 INFO STEP 33 (ensure_file) COMPLETE |
| 9863 | 2026-08-11T22:00:54.332Z | [ host-image] Aug 11 22:00:53.092 INFO O| Aug 11 22:00:53.092 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9864 | 2026-08-11T22:00:54.337Z | [ host-image] Aug 11 22:00:53.102 INFO O| Aug 11 22:00:53.102 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist |
| 9865 | 2026-08-11T22:00:54.337Z | [ host-image] Aug 11 22:00:53.102 INFO O| Aug 11 22:00:53.102 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ... |
| 9866 | 2026-08-11T22:00:54.339Z | [ host-image] Aug 11 22:00:53.102 INFO O| Aug 11 22:00:53.102 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master |
| 9867 | 2026-08-11T22:00:54.339Z | [ host-image] Aug 11 22:00:53.102 INFO O| Aug 11 22:00:53.102 INFO ok! |
| 9868 | 2026-08-11T22:00:54.340Z | [ host-image] Aug 11 22:00:53.102 INFO O| Aug 11 22:00:53.102 INFO STEP 34 (ensure_file) COMPLETE |
| 9869 | 2026-08-11T22:00:54.340Z | [ host-image] Aug 11 22:00:53.102 INFO O| Aug 11 22:00:53.102 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9870 | 2026-08-11T22:00:54.345Z | [ host-image] Aug 11 22:00:53.110 INFO O| Aug 11 22:00:53.110 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
| 9871 | 2026-08-11T22:00:54.346Z | [ host-image] Aug 11 22:00:53.110 INFO O| Aug 11 22:00:53.110 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ... |
| 9872 | 2026-08-11T22:00:54.352Z | [ host-image] Aug 11 22:00:53.110 INFO O| Aug 11 22:00:53.110 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9873 | 2026-08-11T22:00:54.352Z | [ host-image] Aug 11 22:00:53.110 INFO O| Aug 11 22:00:53.110 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9874 | 2026-08-11T22:00:54.352Z | [ host-image] Aug 11 22:00:53.110 INFO O| Aug 11 22:00:53.110 INFO ok! |
| 9875 | 2026-08-11T22:00:54.353Z | [ host-image] Aug 11 22:00:53.110 INFO O| Aug 11 22:00:53.110 INFO STEP 35 (ensure_file) COMPLETE |
| 9876 | 2026-08-11T22:00:54.353Z | [ host-image] Aug 11 22:00:53.110 INFO O| Aug 11 22:00:53.110 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9877 | 2026-08-11T22:00:54.355Z | [ host-image] Aug 11 22:00:53.120 INFO O| Aug 11 22:00:53.119 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking |
| 9878 | 2026-08-11T22:00:54.356Z | [ host-image] Aug 11 22:00:53.120 INFO O| Aug 11 22:00:53.119 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ... |
| 9879 | 2026-08-11T22:00:54.356Z | [ host-image] Aug 11 22:00:53.120 INFO O| Aug 11 22:00:53.120 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init |
| 9880 | 2026-08-11T22:00:54.356Z | [ host-image] Aug 11 22:00:53.120 INFO O| Aug 11 22:00:53.120 INFO ok! |
| 9881 | 2026-08-11T22:00:54.356Z | [ host-image] Aug 11 22:00:53.120 INFO O| Aug 11 22:00:53.120 INFO STEP 36 (ensure_file) COMPLETE |
| 9882 | 2026-08-11T22:00:54.356Z | [ host-image] Aug 11 22:00:53.120 INFO O| Aug 11 22:00:53.120 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9883 | 2026-08-11T22:00:54.363Z | [ host-image] Aug 11 22:00:53.127 INFO O| Aug 11 22:00:53.127 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 9884 | 2026-08-11T22:00:54.363Z | [ host-image] Aug 11 22:00:53.127 INFO O| Aug 11 22:00:53.127 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ... |
| 9885 | 2026-08-11T22:00:54.365Z | [ host-image] Aug 11 22:00:53.128 INFO O| Aug 11 22:00:53.127 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config |
| 9886 | 2026-08-11T22:00:54.365Z | [ host-image] Aug 11 22:00:53.128 INFO O| Aug 11 22:00:53.128 INFO ok! |
| 9887 | 2026-08-11T22:00:54.365Z | [ host-image] Aug 11 22:00:53.128 INFO O| Aug 11 22:00:53.128 INFO STEP 37 (ensure_file) COMPLETE |
| 9888 | 2026-08-11T22:00:54.365Z | [ host-image] Aug 11 22:00:53.128 INFO O| Aug 11 22:00:53.128 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9889 | 2026-08-11T22:00:54.372Z | [ host-image] Aug 11 22:00:53.137 INFO O| Aug 11 22:00:53.137 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist |
| 9890 | 2026-08-11T22:00:54.372Z | [ host-image] Aug 11 22:00:53.137 INFO O| Aug 11 22:00:53.137 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ... |
| 9891 | 2026-08-11T22:00:54.372Z | [ host-image] Aug 11 22:00:53.137 INFO O| Aug 11 22:00:53.137 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9892 | 2026-08-11T22:00:54.374Z | [ host-image] Aug 11 22:00:53.137 INFO O| Aug 11 22:00:53.137 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9893 | 2026-08-11T22:00:54.375Z | [ host-image] Aug 11 22:00:53.137 INFO O| Aug 11 22:00:53.137 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9894 | 2026-08-11T22:00:54.375Z | [ host-image] Aug 11 22:00:53.137 INFO O| Aug 11 22:00:53.137 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9895 | 2026-08-11T22:00:54.375Z | [ host-image] Aug 11 22:00:53.137 INFO O| Aug 11 22:00:53.137 INFO ok! |
| 9896 | 2026-08-11T22:00:54.375Z | [ host-image] Aug 11 22:00:53.137 INFO O| Aug 11 22:00:53.137 INFO STEP 38 (ensure_file) COMPLETE |
| 9897 | 2026-08-11T22:00:54.375Z | [ host-image] Aug 11 22:00:53.137 INFO O| Aug 11 22:00:53.137 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9898 | 2026-08-11T22:00:54.380Z | [ host-image] Aug 11 22:00:53.146 INFO O| Aug 11 22:00:53.146 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9899 | 2026-08-11T22:00:54.384Z | [ host-image] Aug 11 22:00:53.146 INFO O| Aug 11 22:00:53.146 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9900 | 2026-08-11T22:00:54.384Z | [ host-image] Aug 11 22:00:53.146 INFO O| Aug 11 22:00:53.146 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9901 | 2026-08-11T22:00:54.384Z | [ host-image] Aug 11 22:00:53.146 INFO O| Aug 11 22:00:53.146 INFO STEP 39 (ensure_dir) COMPLETE |
| 9902 | 2026-08-11T22:00:54.384Z | [ host-image] Aug 11 22:00:53.146 INFO O| Aug 11 22:00:53.146 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9903 | 2026-08-11T22:00:54.389Z | [ host-image] Aug 11 22:00:53.154 INFO O| Aug 11 22:00:53.154 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 |
| 9904 | 2026-08-11T22:00:54.394Z | [ host-image] Aug 11 22:00:53.154 INFO O| Aug 11 22:00:53.154 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 ... |
| 9905 | 2026-08-11T22:00:54.394Z | [ host-image] Aug 11 22:00:53.154 INFO O| Aug 11 22:00:53.154 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 |
| 9906 | 2026-08-11T22:00:54.394Z | [ host-image] Aug 11 22:00:53.154 INFO O| Aug 11 22:00:53.154 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 |
| 9907 | 2026-08-11T22:00:54.394Z | [ host-image] Aug 11 22:00:53.154 INFO O| Aug 11 22:00:53.154 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 |
| 9908 | 2026-08-11T22:00:54.394Z | [ host-image] Aug 11 22:00:53.154 INFO O| Aug 11 22:00:53.154 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 |
| 9909 | 2026-08-11T22:00:54.394Z | [ host-image] Aug 11 22:00:53.154 INFO O| Aug 11 22:00:53.154 INFO ok! |
| 9910 | 2026-08-11T22:00:54.394Z | [ host-image] Aug 11 22:00:53.154 INFO O| Aug 11 22:00:53.154 INFO STEP 40 (ensure_file) COMPLETE |
| 9911 | 2026-08-11T22:00:54.394Z | [ host-image] Aug 11 22:00:53.154 INFO O| Aug 11 22:00:53.154 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9912 | 2026-08-11T22:00:54.397Z | [ host-image] Aug 11 22:00:53.162 INFO O| Aug 11 22:00:53.162 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 9913 | 2026-08-11T22:00:54.397Z | [ host-image] Aug 11 22:00:53.162 INFO O| Aug 11 22:00:53.162 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 ... |
| 9914 | 2026-08-11T22:00:54.400Z | [ host-image] Aug 11 22:00:53.162 INFO O| Aug 11 22:00:53.162 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 9915 | 2026-08-11T22:00:54.400Z | [ host-image] Aug 11 22:00:53.162 INFO O| Aug 11 22:00:53.162 INFO ok! |
| 9916 | 2026-08-11T22:00:54.400Z | [ host-image] Aug 11 22:00:53.162 INFO O| Aug 11 22:00:53.162 INFO STEP 41 (ensure_symlink) COMPLETE |
| 9917 | 2026-08-11T22:00:54.400Z | [ host-image] Aug 11 22:00:53.162 INFO O| Aug 11 22:00:53.162 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9918 | 2026-08-11T22:00:54.405Z | [ host-image] Aug 11 22:00:53.171 INFO O| Aug 11 22:00:53.171 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist |
| 9919 | 2026-08-11T22:00:54.405Z | [ host-image] Aug 11 22:00:53.171 INFO O| Aug 11 22:00:53.171 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 9920 | 2026-08-11T22:00:54.408Z | [ host-image] Aug 11 22:00:53.171 INFO O| Aug 11 22:00:53.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo |
| 9921 | 2026-08-11T22:00:54.408Z | [ host-image] Aug 11 22:00:53.171 INFO O| Aug 11 22:00:53.171 INFO ok! |
| 9922 | 2026-08-11T22:00:54.408Z | [ host-image] Aug 11 22:00:53.171 INFO O| Aug 11 22:00:53.171 INFO STEP 42 (ensure_symlink) COMPLETE |
| 9923 | 2026-08-11T22:00:54.408Z | [ host-image] Aug 11 22:00:53.171 INFO O| Aug 11 22:00:53.171 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9924 | 2026-08-11T22:00:54.414Z | [ host-image] Aug 11 22:00:53.178 INFO O| Aug 11 22:00:53.178 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist |
| 9925 | 2026-08-11T22:00:54.414Z | [ host-image] Aug 11 22:00:53.178 INFO O| Aug 11 22:00:53.178 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ... |
| 9926 | 2026-08-11T22:00:54.417Z | [ host-image] Aug 11 22:00:53.178 INFO O| Aug 11 22:00:53.178 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9927 | 2026-08-11T22:00:54.418Z | [ host-image] Aug 11 22:00:53.178 INFO O| Aug 11 22:00:53.178 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9928 | 2026-08-11T22:00:54.418Z | [ host-image] Aug 11 22:00:53.178 INFO O| Aug 11 22:00:53.178 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9929 | 2026-08-11T22:00:54.418Z | [ host-image] Aug 11 22:00:53.178 INFO O| Aug 11 22:00:53.178 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9930 | 2026-08-11T22:00:54.418Z | [ host-image] Aug 11 22:00:53.178 INFO O| Aug 11 22:00:53.178 INFO ok! |
| 9931 | 2026-08-11T22:00:54.418Z | [ host-image] Aug 11 22:00:53.178 INFO O| Aug 11 22:00:53.178 INFO STEP 43 (ensure_file) COMPLETE |
| 9932 | 2026-08-11T22:00:54.418Z | [ host-image] Aug 11 22:00:53.178 INFO O| Aug 11 22:00:53.178 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9933 | 2026-08-11T22:00:54.423Z | [ host-image] Aug 11 22:00:53.186 INFO O| Aug 11 22:00:53.186 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
| 9934 | 2026-08-11T22:00:54.423Z | [ host-image] Aug 11 22:00:53.186 INFO O| Aug 11 22:00:53.186 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 ... |
| 9935 | 2026-08-11T22:00:54.423Z | [ host-image] Aug 11 22:00:53.186 INFO O| Aug 11 22:00:53.186 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 |
| 9936 | 2026-08-11T22:00:54.424Z | [ host-image] Aug 11 22:00:53.186 INFO O| Aug 11 22:00:53.186 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml |
| 9937 | 2026-08-11T22:00:54.424Z | [ host-image] Aug 11 22:00:53.186 INFO O| Aug 11 22:00:53.186 INFO ok! |
| 9938 | 2026-08-11T22:00:54.424Z | [ host-image] Aug 11 22:00:53.186 INFO O| Aug 11 22:00:53.186 INFO STEP 44 (ensure_file) COMPLETE |
| 9939 | 2026-08-11T22:00:54.424Z | [ host-image] Aug 11 22:00:53.186 INFO O| Aug 11 22:00:53.186 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9940 | 2026-08-11T22:00:54.429Z | [ host-image] Aug 11 22:00:53.194 INFO O| Aug 11 22:00:53.194 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist |
| 9941 | 2026-08-11T22:00:54.429Z | [ host-image] Aug 11 22:00:53.194 INFO O| Aug 11 22:00:53.194 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ... |
| 9942 | 2026-08-11T22:00:54.432Z | [ host-image] Aug 11 22:00:53.194 INFO O| Aug 11 22:00:53.194 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml |
| 9943 | 2026-08-11T22:00:54.432Z | [ host-image] Aug 11 22:00:53.194 INFO O| Aug 11 22:00:53.194 INFO ok! |
| 9944 | 2026-08-11T22:00:54.432Z | [ host-image] Aug 11 22:00:53.194 INFO O| Aug 11 22:00:53.194 INFO STEP 45 (ensure_file) COMPLETE |
| 9945 | 2026-08-11T22:00:54.432Z | [ host-image] Aug 11 22:00:53.194 INFO O| Aug 11 22:00:53.194 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9946 | 2026-08-11T22:00:54.437Z | [ host-image] Aug 11 22:00:53.201 INFO O| Aug 11 22:00:53.201 INFO updating shadow file |
| 9947 | 2026-08-11T22:00:54.441Z | [ host-image] Aug 11 22:00:53.201 INFO O| Aug 11 22:00:53.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9948 | 2026-08-11T22:00:54.441Z | [ host-image] Aug 11 22:00:53.201 INFO O| Aug 11 22:00:53.201 INFO STEP 46 (shadow) COMPLETE |
| 9949 | 2026-08-11T22:00:54.441Z | [ host-image] Aug 11 22:00:53.201 INFO O| Aug 11 22:00:53.201 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9950 | 2026-08-11T22:00:54.447Z | [ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking |
| 9951 | 2026-08-11T22:00:54.447Z | [ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ... |
| 9952 | 2026-08-11T22:00:54.450Z | [ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9953 | 2026-08-11T22:00:54.450Z | [ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9954 | 2026-08-11T22:00:54.450Z | [ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO ok! |
| 9955 | 2026-08-11T22:00:54.450Z | [ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO STEP 47 (ensure_file) COMPLETE |
| 9956 | 2026-08-11T22:00:54.451Z | [ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9957 | 2026-08-11T22:00:54.451Z | [ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO skip step because feature "mfg" is not enabled |
| 9958 | 2026-08-11T22:00:54.451Z | [ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9959 | 2026-08-11T22:00:54.451Z | [ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO skip step because feature "mfg" is not enabled |
| 9960 | 2026-08-11T22:00:54.451Z | [ host-image] Aug 11 22:00:53.210 INFO O| Aug 11 22:00:53.210 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9961 | 2026-08-11T22:00:54.454Z | [ host-image] Aug 11 22:00:53.217 INFO O| Aug 11 22:00:53.217 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist |
| 9962 | 2026-08-11T22:00:54.454Z | [ host-image] Aug 11 22:00:53.217 INFO O| Aug 11 22:00:53.217 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ... |
| 9963 | 2026-08-11T22:00:54.475Z | [ host-image] Aug 11 22:00:53.240 INFO O| Aug 11 22:00:53.240 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9964 | 2026-08-11T22:00:54.475Z | [ host-image] Aug 11 22:00:53.240 INFO O| Aug 11 22:00:53.240 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9965 | 2026-08-11T22:00:54.475Z | [ host-image] Aug 11 22:00:53.240 INFO O| Aug 11 22:00:53.240 INFO ok! |
| 9966 | 2026-08-11T22:00:54.478Z | [ host-image] Aug 11 22:00:53.240 INFO O| Aug 11 22:00:53.240 INFO STEP 50 (ensure_file) COMPLETE |
| 9967 | 2026-08-11T22:00:54.478Z | [ host-image] Aug 11 22:00:53.240 INFO O| Aug 11 22:00:53.240 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9968 | 2026-08-11T22:00:54.478Z | [ host-image] Aug 11 22:00:53.240 INFO O| Aug 11 22:00:53.240 INFO skip step because feature "compliance" is not enabled |
| 9969 | 2026-08-11T22:00:54.478Z | [ host-image] Aug 11 22:00:53.240 INFO O| Aug 11 22:00:53.240 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9970 | 2026-08-11T22:00:54.484Z | [ host-image] Aug 11 22:00:53.249 INFO O| Aug 11 22:00:53.249 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist |
| 9971 | 2026-08-11T22:00:54.491Z | [ host-image] Aug 11 22:00:53.249 INFO O| Aug 11 22:00:53.249 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ... |
| 9972 | 2026-08-11T22:00:54.491Z | [ host-image] Aug 11 22:00:53.249 INFO O| Aug 11 22:00:53.249 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9973 | 2026-08-11T22:00:54.491Z | [ host-image] Aug 11 22:00:53.249 INFO O| Aug 11 22:00:53.249 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9974 | 2026-08-11T22:00:54.491Z | [ host-image] Aug 11 22:00:53.249 INFO O| Aug 11 22:00:53.249 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9975 | 2026-08-11T22:00:54.491Z | [ host-image] Aug 11 22:00:53.249 INFO O| Aug 11 22:00:53.249 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9976 | 2026-08-11T22:00:54.491Z | [ host-image] Aug 11 22:00:53.249 INFO O| Aug 11 22:00:53.249 INFO ok! |
| 9977 | 2026-08-11T22:00:54.491Z | [ host-image] Aug 11 22:00:53.249 INFO O| Aug 11 22:00:53.249 INFO STEP 52 (ensure_file) COMPLETE |
| 9978 | 2026-08-11T22:00:54.491Z | [ host-image] Aug 11 22:00:53.249 INFO O| Aug 11 22:00:53.249 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9979 | 2026-08-11T22:00:54.495Z | [ host-image] Aug 11 22:00:53.256 INFO O| Aug 11 22:00:53.256 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
| 9980 | 2026-08-11T22:00:54.495Z | [ host-image] Aug 11 22:00:53.256 INFO O| Aug 11 22:00:53.256 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 ... |
| 9981 | 2026-08-11T22:00:54.495Z | [ host-image] Aug 11 22:00:53.256 INFO O| Aug 11 22:00:53.256 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 |
| 9982 | 2026-08-11T22:00:54.495Z | [ host-image] Aug 11 22:00:53.256 INFO O| Aug 11 22:00:53.256 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 9983 | 2026-08-11T22:00:54.495Z | [ host-image] Aug 11 22:00:53.256 INFO O| Aug 11 22:00:53.256 INFO ok! |
| 9984 | 2026-08-11T22:00:54.495Z | [ host-image] Aug 11 22:00:53.256 INFO O| Aug 11 22:00:53.256 INFO STEP 53 (ensure_file) COMPLETE |
| 9985 | 2026-08-11T22:00:54.495Z | [ host-image] Aug 11 22:00:53.256 INFO O| Aug 11 22:00:53.256 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9986 | 2026-08-11T22:00:54.500Z | [ host-image] Aug 11 22:00:53.265 INFO O| Aug 11 22:00:53.265 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist |
| 9987 | 2026-08-11T22:00:54.500Z | [ host-image] Aug 11 22:00:53.265 INFO O| Aug 11 22:00:53.265 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 ... |
| 9988 | 2026-08-11T22:00:54.500Z | [ host-image] Aug 11 22:00:53.265 INFO O| Aug 11 22:00:53.265 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 9989 | 2026-08-11T22:00:54.504Z | [ host-image] Aug 11 22:00:53.266 INFO O| Aug 11 22:00:53.265 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 9990 | 2026-08-11T22:00:54.504Z | [ host-image] Aug 11 22:00:53.266 INFO O| Aug 11 22:00:53.266 INFO ok! |
| 9991 | 2026-08-11T22:00:54.504Z | [ host-image] Aug 11 22:00:53.266 INFO O| Aug 11 22:00:53.266 INFO STEP 54 (ensure_file) COMPLETE |
| 9992 | 2026-08-11T22:00:54.504Z | [ host-image] Aug 11 22:00:53.266 INFO O| Aug 11 22:00:53.266 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9993 | 2026-08-11T22:00:54.508Z | [ host-image] Aug 11 22:00:53.273 INFO O| Aug 11 22:00:53.273 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist |
| 9994 | 2026-08-11T22:00:54.508Z | [ host-image] Aug 11 22:00:53.273 INFO O| Aug 11 22:00:53.273 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 ... |
| 9995 | 2026-08-11T22:00:54.511Z | [ host-image] Aug 11 22:00:53.273 INFO O| Aug 11 22:00:53.273 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 |
| 9996 | 2026-08-11T22:00:54.511Z | [ host-image] Aug 11 22:00:53.273 INFO O| Aug 11 22:00:53.273 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml |
| 9997 | 2026-08-11T22:00:54.511Z | [ host-image] Aug 11 22:00:53.273 INFO O| Aug 11 22:00:53.273 INFO ok! |
| 9998 | 2026-08-11T22:00:54.511Z | [ host-image] Aug 11 22:00:53.273 INFO O| Aug 11 22:00:53.273 INFO STEP 55 (ensure_file) COMPLETE |
| 9999 | 2026-08-11T22:00:54.511Z | [ host-image] Aug 11 22:00:53.273 INFO O| Aug 11 22:00:53.273 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10000 | 2026-08-11T22:00:54.515Z | [ host-image] Aug 11 22:00:53.280 INFO O| Aug 11 22:00:53.280 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist |
| 10001 | 2026-08-11T22:00:54.515Z | [ host-image] Aug 11 22:00:53.280 INFO O| Aug 11 22:00:53.280 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 ... |
| 10002 | 2026-08-11T22:00:54.518Z | [ host-image] Aug 11 22:00:53.280 INFO O| Aug 11 22:00:53.280 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 10003 | 2026-08-11T22:00:54.518Z | [ host-image] Aug 11 22:00:53.280 INFO O| Aug 11 22:00:53.280 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 10004 | 2026-08-11T22:00:54.518Z | [ host-image] Aug 11 22:00:53.280 INFO O| Aug 11 22:00:53.280 INFO ok! |
| 10005 | 2026-08-11T22:00:54.518Z | [ host-image] Aug 11 22:00:53.280 INFO O| Aug 11 22:00:53.280 INFO STEP 56 (ensure_file) COMPLETE |
| 10006 | 2026-08-11T22:00:54.518Z | [ host-image] Aug 11 22:00:53.280 INFO O| Aug 11 22:00:53.280 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10007 | 2026-08-11T22:00:54.525Z | [ host-image] Aug 11 22:00:53.291 INFO O| Aug 11 22:00:53.290 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist |
| 10008 | 2026-08-11T22:00:54.525Z | [ host-image] Aug 11 22:00:53.291 INFO O| Aug 11 22:00:53.291 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 ... |
| 10009 | 2026-08-11T22:00:54.529Z | [ host-image] Aug 11 22:00:53.291 INFO O| Aug 11 22:00:53.291 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 |
| 10010 | 2026-08-11T22:00:54.529Z | [ host-image] Aug 11 22:00:53.291 INFO O| Aug 11 22:00:53.291 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml |
| 10011 | 2026-08-11T22:00:54.529Z | [ host-image] Aug 11 22:00:53.291 INFO O| Aug 11 22:00:53.291 INFO ok! |
| 10012 | 2026-08-11T22:00:54.529Z | [ host-image] Aug 11 22:00:53.291 INFO O| Aug 11 22:00:53.291 INFO STEP 57 (ensure_file) COMPLETE |
| 10013 | 2026-08-11T22:00:54.529Z | [ host-image] Aug 11 22:00:53.291 INFO O| Aug 11 22:00:53.291 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10014 | 2026-08-11T22:00:54.534Z | [ host-image] Aug 11 22:00:53.299 INFO O| Aug 11 22:00:53.299 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist |
| 10015 | 2026-08-11T22:00:54.534Z | [ host-image] Aug 11 22:00:53.299 INFO O| Aug 11 22:00:53.299 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 ... |
| 10016 | 2026-08-11T22:00:54.534Z | [ host-image] Aug 11 22:00:53.299 INFO O| Aug 11 22:00:53.299 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10017 | 2026-08-11T22:00:54.537Z | [ host-image] Aug 11 22:00:53.299 INFO O| Aug 11 22:00:53.299 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10018 | 2026-08-11T22:00:54.537Z | [ host-image] Aug 11 22:00:53.299 INFO O| Aug 11 22:00:53.299 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10019 | 2026-08-11T22:00:54.537Z | [ host-image] Aug 11 22:00:53.299 INFO O| Aug 11 22:00:53.299 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10020 | 2026-08-11T22:00:54.537Z | [ host-image] Aug 11 22:00:53.299 INFO O| Aug 11 22:00:53.299 INFO ok! |
| 10021 | 2026-08-11T22:00:54.537Z | [ host-image] Aug 11 22:00:53.299 INFO O| Aug 11 22:00:53.299 INFO STEP 58 (ensure_file) COMPLETE |
| 10022 | 2026-08-11T22:00:54.537Z | [ host-image] Aug 11 22:00:53.299 INFO O| Aug 11 22:00:53.299 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10023 | 2026-08-11T22:00:54.542Z | [ host-image] Aug 11 22:00:53.307 INFO O| Aug 11 22:00:53.307 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist |
| 10024 | 2026-08-11T22:00:54.542Z | [ host-image] Aug 11 22:00:53.307 INFO O| Aug 11 22:00:53.307 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 ... |
| 10025 | 2026-08-11T22:00:54.544Z | [ host-image] Aug 11 22:00:53.307 INFO O| Aug 11 22:00:53.307 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 |
| 10026 | 2026-08-11T22:00:54.545Z | [ host-image] Aug 11 22:00:53.307 INFO O| Aug 11 22:00:53.307 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml |
| 10027 | 2026-08-11T22:00:54.545Z | [ host-image] Aug 11 22:00:53.307 INFO O| Aug 11 22:00:53.307 INFO ok! |
| 10028 | 2026-08-11T22:00:54.545Z | [ host-image] Aug 11 22:00:53.307 INFO O| Aug 11 22:00:53.307 INFO STEP 59 (ensure_file) COMPLETE |
| 10029 | 2026-08-11T22:00:54.545Z | [ host-image] Aug 11 22:00:53.307 INFO O| Aug 11 22:00:53.307 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10030 | 2026-08-11T22:00:54.549Z | [ host-image] Aug 11 22:00:53.314 INFO O| Aug 11 22:00:53.314 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist |
| 10031 | 2026-08-11T22:00:54.549Z | [ host-image] Aug 11 22:00:53.314 INFO O| Aug 11 22:00:53.314 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ... |
| 10032 | 2026-08-11T22:00:54.552Z | [ host-image] Aug 11 22:00:53.315 INFO O| Aug 11 22:00:53.314 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 10033 | 2026-08-11T22:00:54.552Z | [ host-image] Aug 11 22:00:53.315 INFO O| Aug 11 22:00:53.314 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 10034 | 2026-08-11T22:00:54.552Z | [ host-image] Aug 11 22:00:53.315 INFO O| Aug 11 22:00:53.315 INFO ok! |
| 10035 | 2026-08-11T22:00:54.552Z | [ host-image] Aug 11 22:00:53.315 INFO O| Aug 11 22:00:53.315 INFO STEP 60 (ensure_file) COMPLETE |
| 10036 | 2026-08-11T22:00:54.552Z | [ host-image] Aug 11 22:00:53.315 INFO O| Aug 11 22:00:53.315 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10037 | 2026-08-11T22:00:54.556Z | [ host-image] Aug 11 22:00:53.322 INFO O| Aug 11 22:00:53.322 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist |
| 10038 | 2026-08-11T22:00:54.556Z | [ host-image] Aug 11 22:00:53.322 INFO O| Aug 11 22:00:53.322 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 ... |
| 10039 | 2026-08-11T22:00:54.559Z | [ host-image] Aug 11 22:00:53.322 INFO O| Aug 11 22:00:53.322 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 |
| 10040 | 2026-08-11T22:00:54.559Z | [ host-image] Aug 11 22:00:53.322 INFO O| Aug 11 22:00:53.322 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml |
| 10041 | 2026-08-11T22:00:54.559Z | [ host-image] Aug 11 22:00:53.322 INFO O| Aug 11 22:00:53.322 INFO ok! |
| 10042 | 2026-08-11T22:00:54.559Z | [ host-image] Aug 11 22:00:53.322 INFO O| Aug 11 22:00:53.322 INFO STEP 61 (ensure_file) COMPLETE |
| 10043 | 2026-08-11T22:00:54.559Z | [ host-image] Aug 11 22:00:53.322 INFO O| Aug 11 22:00:53.322 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10044 | 2026-08-11T22:00:54.564Z | [ host-image] Aug 11 22:00:53.330 INFO O| Aug 11 22:00:53.330 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist |
| 10045 | 2026-08-11T22:00:54.564Z | [ host-image] Aug 11 22:00:53.330 INFO O| Aug 11 22:00:53.330 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ... |
| 10046 | 2026-08-11T22:00:54.567Z | [ host-image] Aug 11 22:00:53.330 INFO O| Aug 11 22:00:53.330 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10047 | 2026-08-11T22:00:54.567Z | [ host-image] Aug 11 22:00:53.330 INFO O| Aug 11 22:00:53.330 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10048 | 2026-08-11T22:00:54.567Z | [ host-image] Aug 11 22:00:53.330 INFO O| Aug 11 22:00:53.330 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10049 | 2026-08-11T22:00:54.567Z | [ host-image] Aug 11 22:00:53.330 INFO O| Aug 11 22:00:53.330 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10050 | 2026-08-11T22:00:54.567Z | [ host-image] Aug 11 22:00:53.330 INFO O| Aug 11 22:00:53.330 INFO ok! |
| 10051 | 2026-08-11T22:00:54.567Z | [ host-image] Aug 11 22:00:53.330 INFO O| Aug 11 22:00:53.330 INFO STEP 62 (ensure_file) COMPLETE |
| 10052 | 2026-08-11T22:00:54.567Z | [ host-image] Aug 11 22:00:53.330 INFO O| Aug 11 22:00:53.330 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10053 | 2026-08-11T22:00:54.573Z | [ host-image] Aug 11 22:00:53.337 INFO O| Aug 11 22:00:53.337 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
| 10054 | 2026-08-11T22:00:54.573Z | [ host-image] Aug 11 22:00:53.337 INFO O| Aug 11 22:00:53.337 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 ... |
| 10055 | 2026-08-11T22:00:54.577Z | [ host-image] Aug 11 22:00:53.338 INFO O| Aug 11 22:00:53.337 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 |
| 10056 | 2026-08-11T22:00:54.577Z | [ host-image] Aug 11 22:00:53.338 INFO O| Aug 11 22:00:53.338 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 10057 | 2026-08-11T22:00:54.577Z | [ host-image] Aug 11 22:00:53.338 INFO O| Aug 11 22:00:53.338 INFO ok! |
| 10058 | 2026-08-11T22:00:54.577Z | [ host-image] Aug 11 22:00:53.338 INFO O| Aug 11 22:00:53.338 INFO STEP 63 (ensure_file) COMPLETE |
| 10059 | 2026-08-11T22:00:54.577Z | [ host-image] Aug 11 22:00:53.338 INFO O| Aug 11 22:00:53.338 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10060 | 2026-08-11T22:00:54.582Z | [ host-image] Aug 11 22:00:53.347 INFO O| Aug 11 22:00:53.347 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
| 10061 | 2026-08-11T22:00:54.583Z | [ host-image] Aug 11 22:00:53.347 INFO O| Aug 11 22:00:53.347 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 ... |
| 10062 | 2026-08-11T22:00:54.583Z | [ host-image] Aug 11 22:00:53.347 INFO O| Aug 11 22:00:53.347 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 |
| 10063 | 2026-08-11T22:00:54.587Z | [ host-image] Aug 11 22:00:53.347 INFO O| Aug 11 22:00:53.347 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 10064 | 2026-08-11T22:00:54.587Z | [ host-image] Aug 11 22:00:53.347 INFO O| Aug 11 22:00:53.347 INFO ok! |
| 10065 | 2026-08-11T22:00:54.587Z | [ host-image] Aug 11 22:00:53.347 INFO O| Aug 11 22:00:53.347 INFO STEP 64 (ensure_file) COMPLETE |
| 10066 | 2026-08-11T22:00:54.587Z | [ host-image] Aug 11 22:00:53.347 INFO O| Aug 11 22:00:53.347 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10067 | 2026-08-11T22:00:54.591Z | [ host-image] Aug 11 22:00:53.355 INFO O| Aug 11 22:00:53.355 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
| 10068 | 2026-08-11T22:00:54.591Z | [ host-image] Aug 11 22:00:53.355 INFO O| Aug 11 22:00:53.355 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 ... |
| 10069 | 2026-08-11T22:00:54.591Z | [ host-image] Aug 11 22:00:53.355 INFO O| Aug 11 22:00:53.355 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 |
| 10070 | 2026-08-11T22:00:54.591Z | [ host-image] Aug 11 22:00:53.355 INFO O| Aug 11 22:00:53.355 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 10071 | 2026-08-11T22:00:54.591Z | [ host-image] Aug 11 22:00:53.355 INFO O| Aug 11 22:00:53.355 INFO ok! |
| 10072 | 2026-08-11T22:00:54.591Z | [ host-image] Aug 11 22:00:53.355 INFO O| Aug 11 22:00:53.355 INFO STEP 65 (ensure_file) COMPLETE |
| 10073 | 2026-08-11T22:00:54.591Z | [ host-image] Aug 11 22:00:53.355 INFO O| Aug 11 22:00:53.355 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10074 | 2026-08-11T22:00:54.591Z | [ host-image] Aug 11 22:00:53.355 INFO O| Aug 11 22:00:53.355 INFO skip step because feature "mbist" is not enabled |
| 10075 | 2026-08-11T22:00:54.591Z | [ host-image] Aug 11 22:00:53.355 INFO O| Aug 11 22:00:53.355 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10076 | 2026-08-11T22:00:54.598Z | [ host-image] Aug 11 22:00:53.364 INFO O| Aug 11 22:00:53.363 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt |
| 10077 | 2026-08-11T22:00:54.598Z | [ host-image] Aug 11 22:00:53.364 INFO O| Aug 11 22:00:53.364 INFO STEP 67 (ensure_dir) COMPLETE |
| 10078 | 2026-08-11T22:00:54.599Z | [ host-image] Aug 11 22:00:53.364 INFO O| Aug 11 22:00:53.364 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10079 | 2026-08-11T22:00:54.606Z | [ host-image] Aug 11 22:00:53.372 INFO O| Aug 11 22:00:53.371 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 10080 | 2026-08-11T22:00:54.607Z | [ host-image] Aug 11 22:00:53.372 INFO O| Aug 11 22:00:53.372 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 10081 | 2026-08-11T22:00:54.610Z | [ host-image] Aug 11 22:00:53.372 INFO O| Aug 11 22:00:53.372 INFO STEP 68 (ensure_dir) COMPLETE |
| 10082 | 2026-08-11T22:00:54.610Z | [ host-image] Aug 11 22:00:53.372 INFO O| Aug 11 22:00:53.372 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10083 | 2026-08-11T22:00:54.622Z | [ host-image] Aug 11 22:00:53.379 INFO O| Aug 11 22:00:53.379 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 10084 | 2026-08-11T22:00:54.622Z | [ host-image] Aug 11 22:00:53.379 INFO O| Aug 11 22:00:53.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 10085 | 2026-08-11T22:00:54.626Z | [ host-image] Aug 11 22:00:53.379 INFO O| Aug 11 22:00:53.379 INFO STEP 69 (ensure_dir) COMPLETE |
| 10086 | 2026-08-11T22:00:54.626Z | [ host-image] Aug 11 22:00:53.379 INFO O| Aug 11 22:00:53.379 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10087 | 2026-08-11T22:00:54.626Z | [ host-image] Aug 11 22:00:53.387 INFO O| Aug 11 22:00:53.387 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 10088 | 2026-08-11T22:00:54.626Z | [ host-image] Aug 11 22:00:53.387 INFO O| Aug 11 22:00:53.387 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
| 10089 | 2026-08-11T22:00:54.953Z | [ host-image] Aug 11 22:00:53.718 INFO O| Aug 11 22:00:53.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm |
| 10090 | 2026-08-11T22:00:54.953Z | [ host-image] Aug 11 22:00:53.718 INFO O| Aug 11 22:00:53.718 INFO ok! |
| 10091 | 2026-08-11T22:00:54.953Z | [ host-image] Aug 11 22:00:53.718 INFO O| Aug 11 22:00:53.718 INFO STEP 70 (ensure_file) COMPLETE |
| 10092 | 2026-08-11T22:00:55.027Z | [ host-image] Aug 11 22:00:53.718 INFO O| Aug 11 22:00:53.718 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10093 | 2026-08-11T22:00:55.046Z | [ host-image] Aug 11 22:00:53.729 INFO O| Aug 11 22:00:53.729 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
| 10094 | 2026-08-11T22:00:55.046Z | [ host-image] Aug 11 22:00:53.729 INFO O| Aug 11 22:00:53.729 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ... |
| 10095 | 2026-08-11T22:00:55.571Z | [ host-image] Aug 11 22:00:54.336 INFO O| Aug 11 22:00:54.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd |
| 10096 | 2026-08-11T22:00:55.571Z | [ host-image] Aug 11 22:00:54.336 INFO O| Aug 11 22:00:54.336 INFO ok! |
| 10097 | 2026-08-11T22:00:55.574Z | [ host-image] Aug 11 22:00:54.336 INFO O| Aug 11 22:00:54.336 INFO STEP 71 (ensure_file) COMPLETE |
| 10098 | 2026-08-11T22:00:55.575Z | [ host-image] Aug 11 22:00:54.336 INFO O| Aug 11 22:00:54.336 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10099 | 2026-08-11T22:00:55.583Z | [ host-image] Aug 11 22:00:54.346 INFO O| Aug 11 22:00:54.346 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 10100 | 2026-08-11T22:00:55.583Z | [ host-image] Aug 11 22:00:54.346 INFO O| Aug 11 22:00:54.346 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 10101 | 2026-08-11T22:00:55.586Z | [ host-image] Aug 11 22:00:54.346 INFO O| Aug 11 22:00:54.346 INFO STEP 72 (ensure_dir) COMPLETE |
| 10102 | 2026-08-11T22:00:55.586Z | [ host-image] Aug 11 22:00:54.346 INFO O| Aug 11 22:00:54.346 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10103 | 2026-08-11T22:00:55.591Z | [ host-image] Aug 11 22:00:54.353 INFO O| Aug 11 22:00:54.353 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 10104 | 2026-08-11T22:00:55.591Z | [ host-image] Aug 11 22:00:54.353 INFO O| Aug 11 22:00:54.353 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10105 | 2026-08-11T22:00:55.591Z | [ host-image] Aug 11 22:00:54.353 INFO O| Aug 11 22:00:54.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 10106 | 2026-08-11T22:00:55.591Z | [ host-image] Aug 11 22:00:54.353 INFO O| Aug 11 22:00:54.353 INFO ok! |
| 10107 | 2026-08-11T22:00:55.591Z | [ host-image] Aug 11 22:00:54.353 INFO O| Aug 11 22:00:54.353 INFO STEP 73 (ensure_file) COMPLETE |
| 10108 | 2026-08-11T22:00:55.591Z | [ host-image] Aug 11 22:00:54.353 INFO O| Aug 11 22:00:54.353 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10109 | 2026-08-11T22:00:55.596Z | [ host-image] Aug 11 22:00:54.360 INFO O| Aug 11 22:00:54.360 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 10110 | 2026-08-11T22:00:55.596Z | [ host-image] Aug 11 22:00:54.360 INFO O| Aug 11 22:00:54.360 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10111 | 2026-08-11T22:00:55.596Z | [ host-image] Aug 11 22:00:54.360 INFO O| Aug 11 22:00:54.360 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 10112 | 2026-08-11T22:00:55.599Z | [ host-image] Aug 11 22:00:54.360 INFO O| Aug 11 22:00:54.360 INFO ok! |
| 10113 | 2026-08-11T22:00:55.599Z | [ host-image] Aug 11 22:00:54.360 INFO O| Aug 11 22:00:54.360 INFO STEP 74 (ensure_file) COMPLETE |
| 10114 | 2026-08-11T22:00:55.599Z | [ host-image] Aug 11 22:00:54.360 INFO O| Aug 11 22:00:54.360 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10115 | 2026-08-11T22:00:55.602Z | [ host-image] Aug 11 22:00:54.367 INFO O| Aug 11 22:00:54.367 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 10116 | 2026-08-11T22:00:55.602Z | [ host-image] Aug 11 22:00:54.367 INFO O| Aug 11 22:00:54.367 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 10117 | 2026-08-11T22:00:55.602Z | [ host-image] Aug 11 22:00:54.367 INFO O| Aug 11 22:00:54.367 INFO STEP 75 (ensure_dir) COMPLETE |
| 10118 | 2026-08-11T22:00:55.603Z | [ host-image] Aug 11 22:00:54.367 INFO O| Aug 11 22:00:54.367 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10119 | 2026-08-11T22:00:55.609Z | [ host-image] Aug 11 22:00:54.374 INFO O| Aug 11 22:00:54.374 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 10120 | 2026-08-11T22:00:55.609Z | [ host-image] Aug 11 22:00:54.374 INFO O| Aug 11 22:00:54.374 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10121 | 2026-08-11T22:00:55.612Z | [ host-image] Aug 11 22:00:54.374 INFO O| Aug 11 22:00:54.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 10122 | 2026-08-11T22:00:55.612Z | [ host-image] Aug 11 22:00:54.374 INFO O| Aug 11 22:00:54.374 INFO ok! |
| 10123 | 2026-08-11T22:00:55.612Z | [ host-image] Aug 11 22:00:54.374 INFO O| Aug 11 22:00:54.374 INFO STEP 76 (ensure_file) COMPLETE |
| 10124 | 2026-08-11T22:00:55.612Z | [ host-image] Aug 11 22:00:54.374 INFO O| Aug 11 22:00:54.374 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10125 | 2026-08-11T22:00:55.617Z | [ host-image] Aug 11 22:00:54.381 INFO O| Aug 11 22:00:54.381 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 10126 | 2026-08-11T22:00:55.617Z | [ host-image] Aug 11 22:00:54.381 INFO O| Aug 11 22:00:54.381 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10127 | 2026-08-11T22:00:55.620Z | [ host-image] Aug 11 22:00:54.381 INFO O| Aug 11 22:00:54.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 10128 | 2026-08-11T22:00:55.620Z | [ host-image] Aug 11 22:00:54.381 INFO O| Aug 11 22:00:54.381 INFO ok! |
| 10129 | 2026-08-11T22:00:55.620Z | [ host-image] Aug 11 22:00:54.381 INFO O| Aug 11 22:00:54.381 INFO STEP 77 (ensure_file) COMPLETE |
| 10130 | 2026-08-11T22:00:55.620Z | [ host-image] Aug 11 22:00:54.381 INFO O| Aug 11 22:00:54.381 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10131 | 2026-08-11T22:00:55.624Z | [ host-image] Aug 11 22:00:54.390 INFO O| Aug 11 22:00:54.390 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 10132 | 2026-08-11T22:00:55.624Z | [ host-image] Aug 11 22:00:54.390 INFO O| Aug 11 22:00:54.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 10133 | 2026-08-11T22:00:55.627Z | [ host-image] Aug 11 22:00:54.390 INFO O| Aug 11 22:00:54.390 INFO STEP 78 (ensure_dir) COMPLETE |
| 10134 | 2026-08-11T22:00:55.627Z | [ host-image] Aug 11 22:00:54.390 INFO O| Aug 11 22:00:54.390 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10135 | 2026-08-11T22:00:55.633Z | [ host-image] Aug 11 22:00:54.398 INFO O| Aug 11 22:00:54.398 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 10136 | 2026-08-11T22:00:55.633Z | [ host-image] Aug 11 22:00:54.398 INFO O| Aug 11 22:00:54.398 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10137 | 2026-08-11T22:00:55.638Z | [ host-image] Aug 11 22:00:54.399 INFO O| Aug 11 22:00:54.399 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 10138 | 2026-08-11T22:00:55.638Z | [ host-image] Aug 11 22:00:54.399 INFO O| Aug 11 22:00:54.399 INFO ok! |
| 10139 | 2026-08-11T22:00:55.638Z | [ host-image] Aug 11 22:00:54.399 INFO O| Aug 11 22:00:54.399 INFO STEP 79 (ensure_file) COMPLETE |
| 10140 | 2026-08-11T22:00:55.638Z | [ host-image] Aug 11 22:00:54.399 INFO O| Aug 11 22:00:54.399 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10141 | 2026-08-11T22:00:55.642Z | [ host-image] Aug 11 22:00:54.407 INFO O| Aug 11 22:00:54.407 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
| 10142 | 2026-08-11T22:00:55.643Z | [ host-image] Aug 11 22:00:54.407 INFO O| Aug 11 22:00:54.407 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ... |
| 10143 | 2026-08-11T22:00:55.645Z | [ host-image] Aug 11 22:00:54.407 INFO O| Aug 11 22:00:54.407 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION |
| 10144 | 2026-08-11T22:00:55.646Z | [ host-image] Aug 11 22:00:54.407 INFO O| Aug 11 22:00:54.407 INFO ok! |
| 10145 | 2026-08-11T22:00:55.646Z | [ host-image] Aug 11 22:00:54.407 INFO O| Aug 11 22:00:54.407 INFO STEP 80 (ensure_file) COMPLETE |
| 10146 | 2026-08-11T22:00:55.646Z | [ host-image] Aug 11 22:00:54.407 INFO O| Aug 11 22:00:54.407 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10147 | 2026-08-11T22:00:55.651Z | [ host-image] Aug 11 22:00:54.417 INFO O| Aug 11 22:00:54.417 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 10148 | 2026-08-11T22:00:55.651Z | [ host-image] Aug 11 22:00:54.417 INFO O| Aug 11 22:00:54.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 10149 | 2026-08-11T22:00:55.654Z | [ host-image] Aug 11 22:00:54.417 INFO O| Aug 11 22:00:54.417 INFO STEP 81 (ensure_dir) COMPLETE |
| 10150 | 2026-08-11T22:00:55.654Z | [ host-image] Aug 11 22:00:54.417 INFO O| Aug 11 22:00:54.417 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10151 | 2026-08-11T22:00:55.660Z | [ host-image] Aug 11 22:00:54.425 INFO O| Aug 11 22:00:54.425 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
| 10152 | 2026-08-11T22:00:55.660Z | [ host-image] Aug 11 22:00:54.425 INFO O| Aug 11 22:00:54.425 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
| 10153 | 2026-08-11T22:00:56.205Z | [ host-image] Aug 11 22:00:54.970 INFO O| Aug 11 22:00:54.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle |
| 10154 | 2026-08-11T22:00:56.205Z | [ host-image] Aug 11 22:00:54.970 INFO O| Aug 11 22:00:54.970 INFO ok! |
| 10155 | 2026-08-11T22:00:56.205Z | [ host-image] Aug 11 22:00:54.970 INFO O| Aug 11 22:00:54.970 INFO STEP 82 (ensure_file) COMPLETE |
| 10156 | 2026-08-11T22:00:56.209Z | [ host-image] Aug 11 22:00:54.970 INFO O| Aug 11 22:00:54.970 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10157 | 2026-08-11T22:00:56.215Z | [ host-image] Aug 11 22:00:54.980 INFO O| Aug 11 22:00:54.980 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist |
| 10158 | 2026-08-11T22:00:56.218Z | [ host-image] Aug 11 22:00:54.980 INFO O| Aug 11 22:00:54.980 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ... |
| 10159 | 2026-08-11T22:00:56.480Z | [ host-image] Aug 11 22:00:55.244 INFO O| Aug 11 22:00:55.244 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor |
| 10160 | 2026-08-11T22:00:56.480Z | [ host-image] Aug 11 22:00:55.244 INFO O| Aug 11 22:00:55.244 INFO ok! |
| 10161 | 2026-08-11T22:00:56.485Z | [ host-image] Aug 11 22:00:55.244 INFO O| Aug 11 22:00:55.244 INFO STEP 83 (ensure_file) COMPLETE |
| 10162 | 2026-08-11T22:00:56.485Z | [ host-image] Aug 11 22:00:55.244 INFO O| Aug 11 22:00:55.244 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10163 | 2026-08-11T22:00:56.489Z | [ host-image] Aug 11 22:00:55.254 INFO O| Aug 11 22:00:55.254 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
| 10164 | 2026-08-11T22:00:56.489Z | [ host-image] Aug 11 22:00:55.254 INFO O| Aug 11 22:00:55.254 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ... |
| 10165 | 2026-08-11T22:00:57.846Z | [ host-image] Aug 11 22:00:56.611 INFO O| Aug 11 22:00:56.611 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent |
| 10166 | 2026-08-11T22:00:57.846Z | [ host-image] Aug 11 22:00:56.611 INFO O| Aug 11 22:00:56.611 INFO ok! |
| 10167 | 2026-08-11T22:00:57.846Z | [ host-image] Aug 11 22:00:56.611 INFO O| Aug 11 22:00:56.611 INFO STEP 84 (ensure_file) COMPLETE |
| 10168 | 2026-08-11T22:00:57.847Z | [ host-image] Aug 11 22:00:56.611 INFO O| Aug 11 22:00:56.611 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10169 | 2026-08-11T22:00:57.856Z | [ host-image] Aug 11 22:00:56.621 INFO O| Aug 11 22:00:56.621 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 10170 | 2026-08-11T22:00:57.856Z | [ host-image] Aug 11 22:00:56.621 INFO O| Aug 11 22:00:56.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 10171 | 2026-08-11T22:00:57.859Z | [ host-image] Aug 11 22:00:56.621 INFO O| Aug 11 22:00:56.621 INFO STEP 85 (ensure_dir) COMPLETE |
| 10172 | 2026-08-11T22:00:57.859Z | [ host-image] Aug 11 22:00:56.621 INFO O| Aug 11 22:00:56.621 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10173 | 2026-08-11T22:00:57.863Z | [ host-image] Aug 11 22:00:56.628 INFO O| Aug 11 22:00:56.628 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
| 10174 | 2026-08-11T22:00:57.863Z | [ host-image] Aug 11 22:00:56.628 INFO O| Aug 11 22:00:56.628 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10175 | 2026-08-11T22:00:57.866Z | [ host-image] Aug 11 22:00:56.628 INFO O| Aug 11 22:00:56.628 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
| 10176 | 2026-08-11T22:00:57.866Z | [ host-image] Aug 11 22:00:56.628 INFO O| Aug 11 22:00:56.628 INFO ok! |
| 10177 | 2026-08-11T22:00:57.866Z | [ host-image] Aug 11 22:00:56.628 INFO O| Aug 11 22:00:56.628 INFO STEP 86 (ensure_file) COMPLETE |
| 10178 | 2026-08-11T22:00:57.866Z | [ host-image] Aug 11 22:00:56.628 INFO O| Aug 11 22:00:56.628 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10179 | 2026-08-11T22:00:57.874Z | [ host-image] Aug 11 22:00:56.639 INFO O| Aug 11 22:00:56.639 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
| 10180 | 2026-08-11T22:00:57.874Z | [ host-image] Aug 11 22:00:56.639 INFO O| Aug 11 22:00:56.639 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10181 | 2026-08-11T22:00:57.874Z | [ host-image] Aug 11 22:00:56.639 INFO O| Aug 11 22:00:56.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md |
| 10182 | 2026-08-11T22:00:57.879Z | [ host-image] Aug 11 22:00:56.639 INFO O| Aug 11 22:00:56.639 INFO ok! |
| 10183 | 2026-08-11T22:00:57.879Z | [ host-image] Aug 11 22:00:56.639 INFO O| Aug 11 22:00:56.639 INFO STEP 87 (ensure_file) COMPLETE |
| 10184 | 2026-08-11T22:00:57.879Z | [ host-image] Aug 11 22:00:56.639 INFO O| Aug 11 22:00:56.639 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10185 | 2026-08-11T22:00:57.882Z | [ host-image] Aug 11 22:00:56.647 INFO O| Aug 11 22:00:56.647 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
| 10186 | 2026-08-11T22:00:57.882Z | [ host-image] Aug 11 22:00:56.647 INFO O| Aug 11 22:00:56.647 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ... |
| 10187 | 2026-08-11T22:00:57.885Z | [ host-image] Aug 11 22:00:56.647 INFO O| Aug 11 22:00:56.647 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION |
| 10188 | 2026-08-11T22:00:57.885Z | [ host-image] Aug 11 22:00:56.647 INFO O| Aug 11 22:00:56.647 INFO ok! |
| 10189 | 2026-08-11T22:00:57.885Z | [ host-image] Aug 11 22:00:56.647 INFO O| Aug 11 22:00:56.647 INFO STEP 88 (ensure_file) COMPLETE |
| 10190 | 2026-08-11T22:00:57.885Z | [ host-image] Aug 11 22:00:56.647 INFO O| Aug 11 22:00:56.647 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10191 | 2026-08-11T22:00:57.889Z | [ host-image] Aug 11 22:00:56.654 INFO O| Aug 11 22:00:56.654 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist |
| 10192 | 2026-08-11T22:00:57.889Z | [ host-image] Aug 11 22:00:56.654 INFO O| Aug 11 22:00:56.654 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ... |
| 10193 | 2026-08-11T22:00:57.894Z | [ host-image] Aug 11 22:00:56.654 INFO O| Aug 11 22:00:56.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz |
| 10194 | 2026-08-11T22:00:57.894Z | [ host-image] Aug 11 22:00:56.654 INFO O| Aug 11 22:00:56.654 INFO ok! |
| 10195 | 2026-08-11T22:00:57.894Z | [ host-image] Aug 11 22:00:56.654 INFO O| Aug 11 22:00:56.654 INFO STEP 89 (ensure_file) COMPLETE |
| 10196 | 2026-08-11T22:00:57.894Z | [ host-image] Aug 11 22:00:56.654 INFO O| Aug 11 22:00:56.654 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10197 | 2026-08-11T22:00:57.899Z | [ host-image] Aug 11 22:00:56.664 INFO O| Aug 11 22:00:56.664 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10198 | 2026-08-11T22:00:57.899Z | [ host-image] Aug 11 22:00:56.664 INFO O| Aug 11 22:00:56.664 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10199 | 2026-08-11T22:00:57.902Z | [ host-image] Aug 11 22:00:56.664 INFO O| Aug 11 22:00:56.664 INFO STEP 90 (ensure_dir) COMPLETE |
| 10200 | 2026-08-11T22:00:57.902Z | [ host-image] Aug 11 22:00:56.664 INFO O| Aug 11 22:00:56.664 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10201 | 2026-08-11T22:00:57.908Z | [ host-image] Aug 11 22:00:56.673 INFO O| Aug 11 22:00:56.673 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist |
| 10202 | 2026-08-11T22:00:57.908Z | [ host-image] Aug 11 22:00:56.673 INFO O| Aug 11 22:00:56.673 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ... |
| 10203 | 2026-08-11T22:00:58.064Z | [ host-image] Aug 11 22:00:56.827 INFO O| Aug 11 22:00:56.827 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog |
| 10204 | 2026-08-11T22:00:58.064Z | [ host-image] Aug 11 22:00:56.827 INFO O| Aug 11 22:00:56.827 INFO ok! |
| 10205 | 2026-08-11T22:00:58.064Z | [ host-image] Aug 11 22:00:56.827 INFO O| Aug 11 22:00:56.827 INFO STEP 91 (ensure_file) COMPLETE |
| 10206 | 2026-08-11T22:00:58.067Z | [ host-image] Aug 11 22:00:56.827 INFO O| Aug 11 22:00:56.827 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10207 | 2026-08-11T22:00:58.073Z | [ host-image] Aug 11 22:00:56.838 INFO O| Aug 11 22:00:56.838 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist |
| 10208 | 2026-08-11T22:00:58.073Z | [ host-image] Aug 11 22:00:56.838 INFO O| Aug 11 22:00:56.838 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ... |
| 10209 | 2026-08-11T22:00:58.077Z | [ host-image] Aug 11 22:00:56.838 INFO O| Aug 11 22:00:56.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION |
| 10210 | 2026-08-11T22:00:58.077Z | [ host-image] Aug 11 22:00:56.838 INFO O| Aug 11 22:00:56.838 INFO ok! |
| 10211 | 2026-08-11T22:00:58.077Z | [ host-image] Aug 11 22:00:56.838 INFO O| Aug 11 22:00:56.838 INFO STEP 92 (ensure_file) COMPLETE |
| 10212 | 2026-08-11T22:00:58.077Z | [ host-image] Aug 11 22:00:56.838 INFO O| Aug 11 22:00:56.838 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10213 | 2026-08-11T22:00:58.081Z | [ host-image] Aug 11 22:00:56.845 INFO O| Aug 11 22:00:56.845 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
| 10214 | 2026-08-11T22:00:58.085Z | [ host-image] Aug 11 22:00:56.845 INFO O| Aug 11 22:00:56.845 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ... |
| 10215 | 2026-08-11T22:00:58.369Z | [ recovery-image] Aug 11 22:00:57.134 INFO O| ok, image written! |
| 10216 | 2026-08-11T22:00:58.369Z | [ recovery-image] Aug 11 22:00:57.134 INFO O| ok, boot_image_csum file written! |
| 10217 | 2026-08-11T22:00:58.372Z | [ recovery-image] Aug 11 22:00:57.137 INFO creating boot archive (CPIO)... |
| 10218 | 2026-08-11T22:00:58.372Z | [ recovery-image] Aug 11 22:00:57.137 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 |
| 10219 | 2026-08-11T22:00:58.379Z | [ recovery-image] Aug 11 22:00:57.142 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk |
| 10220 | 2026-08-11T22:00:58.379Z | [ recovery-image] Aug 11 22:00:57.142 INFO E| + outfile=/work/os-recovery/cpio |
| 10221 | 2026-08-11T22:00:58.383Z | [ recovery-image] Aug 11 22:00:57.142 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
| 10222 | 2026-08-11T22:00:58.383Z | [ recovery-image] Aug 11 22:00:57.145 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk |
| 10223 | 2026-08-11T22:00:58.383Z | [ recovery-image] Aug 11 22:00:57.145 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
| 10224 | 2026-08-11T22:00:58.424Z | [ recovery-image] Aug 11 22:00:57.189 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
| 10225 | 2026-08-11T22:00:58.424Z | [ recovery-image] Aug 11 22:00:57.189 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
| 10226 | 2026-08-11T22:00:58.433Z | [ recovery-image] Aug 11 22:00:57.198 INFO creating compressed cpio/unix for dev loaders... |
| 10227 | 2026-08-11T22:00:58.433Z | [ recovery-image] Aug 11 22:00:57.198 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 |
| 10228 | 2026-08-11T22:00:58.538Z | [ host-image] Aug 11 22:00:57.270 INFO O| Aug 11 22:00:57.270 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz |
| 10229 | 2026-08-11T22:00:58.538Z | [ host-image] Aug 11 22:00:57.270 INFO O| Aug 11 22:00:57.270 INFO ok! |
| 10230 | 2026-08-11T22:00:58.543Z | [ host-image] Aug 11 22:00:57.270 INFO O| Aug 11 22:00:57.270 INFO STEP 93 (ensure_file) COMPLETE |
| 10231 | 2026-08-11T22:00:58.543Z | [ host-image] Aug 11 22:00:57.270 INFO O| Aug 11 22:00:57.270 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10232 | 2026-08-11T22:00:58.543Z | [ host-image] Aug 11 22:00:57.282 INFO O| Aug 11 22:00:57.282 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10233 | 2026-08-11T22:00:58.543Z | [ host-image] Aug 11 22:00:57.282 INFO O| Aug 11 22:00:57.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10234 | 2026-08-11T22:00:58.543Z | [ host-image] Aug 11 22:00:57.282 INFO O| Aug 11 22:00:57.282 INFO STEP 94 (ensure_dir) COMPLETE |
| 10235 | 2026-08-11T22:00:58.543Z | [ host-image] Aug 11 22:00:57.282 INFO O| Aug 11 22:00:57.282 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10236 | 2026-08-11T22:00:58.543Z | [ host-image] Aug 11 22:00:57.292 INFO O| Aug 11 22:00:57.292 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10237 | 2026-08-11T22:00:58.544Z | [ host-image] Aug 11 22:00:57.292 INFO O| Aug 11 22:00:57.292 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10238 | 2026-08-11T22:00:58.544Z | [ host-image] Aug 11 22:00:57.292 INFO O| Aug 11 22:00:57.292 INFO STEP 95 (ensure_dir) COMPLETE |
| 10239 | 2026-08-11T22:00:58.544Z | [ host-image] Aug 11 22:00:57.292 INFO O| Aug 11 22:00:57.292 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10240 | 2026-08-11T22:00:58.544Z | [ host-image] Aug 11 22:00:57.303 INFO O| Aug 11 22:00:57.303 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10241 | 2026-08-11T22:00:58.544Z | [ host-image] Aug 11 22:00:57.303 INFO O| Aug 11 22:00:57.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10242 | 2026-08-11T22:00:58.544Z | [ host-image] Aug 11 22:00:57.303 INFO O| Aug 11 22:00:57.303 INFO STEP 96 (ensure_dir) COMPLETE |
| 10243 | 2026-08-11T22:00:58.544Z | [ host-image] Aug 11 22:00:57.303 INFO O| Aug 11 22:00:57.303 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10244 | 2026-08-11T22:00:58.551Z | [ host-image] Aug 11 22:00:57.312 INFO O| Aug 11 22:00:57.312 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10245 | 2026-08-11T22:00:58.551Z | [ host-image] Aug 11 22:00:57.312 INFO O| Aug 11 22:00:57.312 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10246 | 2026-08-11T22:00:58.551Z | [ host-image] Aug 11 22:00:57.312 INFO O| Aug 11 22:00:57.312 INFO STEP 97 (ensure_dir) COMPLETE |
| 10247 | 2026-08-11T22:00:58.551Z | [ host-image] Aug 11 22:00:57.312 INFO O| Aug 11 22:00:57.312 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10248 | 2026-08-11T22:00:58.558Z | [ host-image] Aug 11 22:00:57.321 INFO O| Aug 11 22:00:57.321 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10249 | 2026-08-11T22:00:58.561Z | [ host-image] Aug 11 22:00:57.321 INFO O| Aug 11 22:00:57.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10250 | 2026-08-11T22:00:58.561Z | [ host-image] Aug 11 22:00:57.321 INFO O| Aug 11 22:00:57.321 INFO STEP 98 (ensure_dir) COMPLETE |
| 10251 | 2026-08-11T22:00:58.562Z | [ host-image] Aug 11 22:00:57.321 INFO O| Aug 11 22:00:57.321 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10252 | 2026-08-11T22:00:58.565Z | [ host-image] Aug 11 22:00:57.330 INFO O| Aug 11 22:00:57.330 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
| 10253 | 2026-08-11T22:00:58.565Z | [ host-image] Aug 11 22:00:57.330 INFO O| Aug 11 22:00:57.330 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10254 | 2026-08-11T22:00:58.565Z | [ host-image] Aug 11 22:00:57.330 INFO O| Aug 11 22:00:57.330 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
| 10255 | 2026-08-11T22:00:58.565Z | [ host-image] Aug 11 22:00:57.330 INFO O| Aug 11 22:00:57.330 INFO ok! |
| 10256 | 2026-08-11T22:00:58.565Z | [ host-image] Aug 11 22:00:57.330 INFO O| Aug 11 22:00:57.330 INFO STEP 99 (ensure_file) COMPLETE |
| 10257 | 2026-08-11T22:00:58.565Z | [ host-image] Aug 11 22:00:57.330 INFO O| Aug 11 22:00:57.330 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10258 | 2026-08-11T22:00:58.572Z | [ host-image] Aug 11 22:00:57.338 INFO O| Aug 11 22:00:57.338 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10259 | 2026-08-11T22:00:58.576Z | [ host-image] Aug 11 22:00:57.338 INFO O| Aug 11 22:00:57.338 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10260 | 2026-08-11T22:00:58.576Z | [ host-image] Aug 11 22:00:57.338 INFO O| Aug 11 22:00:57.338 INFO STEP 100 (ensure_dir) COMPLETE |
| 10261 | 2026-08-11T22:00:58.576Z | [ host-image] Aug 11 22:00:57.338 INFO O| Aug 11 22:00:57.338 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10262 | 2026-08-11T22:00:58.588Z | [ host-image] Aug 11 22:00:57.346 INFO O| Aug 11 22:00:57.346 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
| 10263 | 2026-08-11T22:00:58.588Z | [ host-image] Aug 11 22:00:57.346 INFO O| Aug 11 22:00:57.346 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
| 10264 | 2026-08-11T22:00:58.605Z | [ host-image] Aug 11 22:00:57.362 INFO O| Aug 11 22:00:57.362 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
| 10265 | 2026-08-11T22:00:58.606Z | [ host-image] Aug 11 22:00:57.363 INFO O| Aug 11 22:00:57.362 INFO ok! |
| 10266 | 2026-08-11T22:00:58.606Z | [ host-image] Aug 11 22:00:57.363 INFO O| Aug 11 22:00:57.362 INFO STEP 101 (ensure_file) COMPLETE |
| 10267 | 2026-08-11T22:00:58.613Z | [ host-image] Aug 11 22:00:57.363 INFO O| Aug 11 22:00:57.362 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10268 | 2026-08-11T22:00:58.613Z | [ host-image] Aug 11 22:00:57.372 INFO O| Aug 11 22:00:57.372 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
| 10269 | 2026-08-11T22:00:58.613Z | [ host-image] Aug 11 22:00:57.372 INFO O| Aug 11 22:00:57.372 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
| 10270 | 2026-08-11T22:00:58.613Z | [ host-image] Aug 11 22:00:57.372 INFO O| Aug 11 22:00:57.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
| 10271 | 2026-08-11T22:00:58.614Z | [ host-image] Aug 11 22:00:57.372 INFO O| Aug 11 22:00:57.372 INFO ok! |
| 10272 | 2026-08-11T22:00:58.614Z | [ host-image] Aug 11 22:00:57.372 INFO O| Aug 11 22:00:57.372 INFO STEP 102 (ensure_file) COMPLETE |
| 10273 | 2026-08-11T22:00:58.614Z | [ host-image] Aug 11 22:00:57.372 INFO O| Aug 11 22:00:57.372 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10274 | 2026-08-11T22:00:58.617Z | [ host-image] Aug 11 22:00:57.381 INFO O| Aug 11 22:00:57.381 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
| 10275 | 2026-08-11T22:00:58.618Z | [ host-image] Aug 11 22:00:57.381 INFO O| Aug 11 22:00:57.381 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
| 10276 | 2026-08-11T22:00:58.685Z | [ recovery-image] Aug 11 22:00:57.444 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None |
| 10277 | 2026-08-11T22:00:59.077Z | [ host-image] Aug 11 22:00:57.816 INFO O| Aug 11 22:00:57.816 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
| 10278 | 2026-08-11T22:00:59.077Z | [ host-image] Aug 11 22:00:57.816 INFO O| Aug 11 22:00:57.816 INFO ok! |
| 10279 | 2026-08-11T22:00:59.081Z | [ host-image] Aug 11 22:00:57.816 INFO O| Aug 11 22:00:57.816 INFO STEP 103 (ensure_file) COMPLETE |
| 10280 | 2026-08-11T22:00:59.081Z | [ host-image] Aug 11 22:00:57.816 INFO O| Aug 11 22:00:57.816 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10281 | 2026-08-11T22:00:59.081Z | [ host-image] Aug 11 22:00:57.826 INFO O| Aug 11 22:00:57.826 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
| 10282 | 2026-08-11T22:00:59.081Z | [ host-image] Aug 11 22:00:57.826 INFO O| Aug 11 22:00:57.826 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ... |
| 10283 | 2026-08-11T22:00:59.081Z | [ host-image] Aug 11 22:00:57.826 INFO O| Aug 11 22:00:57.826 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION |
| 10284 | 2026-08-11T22:00:59.081Z | [ host-image] Aug 11 22:00:57.826 INFO O| Aug 11 22:00:57.826 INFO ok! |
| 10285 | 2026-08-11T22:00:59.081Z | [ host-image] Aug 11 22:00:57.826 INFO O| Aug 11 22:00:57.826 INFO STEP 104 (ensure_file) COMPLETE |
| 10286 | 2026-08-11T22:00:59.081Z | [ host-image] Aug 11 22:00:57.826 INFO O| Aug 11 22:00:57.826 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10287 | 2026-08-11T22:00:59.081Z | [ host-image] Aug 11 22:00:57.837 INFO O| Aug 11 22:00:57.837 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10288 | 2026-08-11T22:00:59.081Z | [ host-image] Aug 11 22:00:57.837 INFO O| Aug 11 22:00:57.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10289 | 2026-08-11T22:00:59.081Z | [ host-image] Aug 11 22:00:57.837 INFO O| Aug 11 22:00:57.837 INFO STEP 105 (ensure_dir) COMPLETE |
| 10290 | 2026-08-11T22:00:59.081Z | [ host-image] Aug 11 22:00:57.837 INFO O| Aug 11 22:00:57.837 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10291 | 2026-08-11T22:00:59.081Z | [ host-image] Aug 11 22:00:57.845 INFO O| Aug 11 22:00:57.845 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist |
| 10292 | 2026-08-11T22:00:59.081Z | [ host-image] Aug 11 22:00:57.845 INFO O| Aug 11 22:00:57.845 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10293 | 2026-08-11T22:00:59.380Z | [ host-image] Aug 11 22:00:58.145 INFO O| Aug 11 22:00:58.145 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw |
| 10294 | 2026-08-11T22:00:59.380Z | [ host-image] Aug 11 22:00:58.145 INFO O| Aug 11 22:00:58.145 INFO ok! |
| 10295 | 2026-08-11T22:00:59.383Z | [ host-image] Aug 11 22:00:58.145 INFO O| Aug 11 22:00:58.145 INFO STEP 106 (ensure_file) COMPLETE |
| 10296 | 2026-08-11T22:00:59.383Z | [ host-image] Aug 11 22:00:58.145 INFO O| Aug 11 22:00:58.145 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10297 | 2026-08-11T22:00:59.399Z | [ host-image] Aug 11 22:00:58.155 INFO O| Aug 11 22:00:58.155 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist |
| 10298 | 2026-08-11T22:00:59.399Z | [ host-image] Aug 11 22:00:58.155 INFO O| Aug 11 22:00:58.155 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10299 | 2026-08-11T22:00:59.405Z | [ host-image] Aug 11 22:00:58.155 INFO O| Aug 11 22:00:58.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d |
| 10300 | 2026-08-11T22:00:59.405Z | [ host-image] Aug 11 22:00:58.155 INFO O| Aug 11 22:00:58.155 INFO ok! |
| 10301 | 2026-08-11T22:00:59.405Z | [ host-image] Aug 11 22:00:58.155 INFO O| Aug 11 22:00:58.155 INFO STEP 107 (ensure_file) COMPLETE |
| 10302 | 2026-08-11T22:00:59.405Z | [ host-image] Aug 11 22:00:58.155 INFO O| Aug 11 22:00:58.155 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10303 | 2026-08-11T22:00:59.405Z | [ host-image] Aug 11 22:00:58.165 INFO O| Aug 11 22:00:58.165 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist |
| 10304 | 2026-08-11T22:00:59.405Z | [ host-image] Aug 11 22:00:58.165 INFO O| Aug 11 22:00:58.165 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10305 | 2026-08-11T22:00:59.405Z | [ host-image] Aug 11 22:00:58.165 INFO O| Aug 11 22:00:58.165 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d |
| 10306 | 2026-08-11T22:00:59.405Z | [ host-image] Aug 11 22:00:58.165 INFO O| Aug 11 22:00:58.165 INFO ok! |
| 10307 | 2026-08-11T22:00:59.405Z | [ host-image] Aug 11 22:00:58.165 INFO O| Aug 11 22:00:58.165 INFO STEP 108 (ensure_file) COMPLETE |
| 10308 | 2026-08-11T22:00:59.405Z | [ host-image] Aug 11 22:00:58.165 INFO O| Aug 11 22:00:58.165 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10309 | 2026-08-11T22:00:59.413Z | [ host-image] Aug 11 22:00:58.174 INFO O| Aug 11 22:00:58.174 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist |
| 10310 | 2026-08-11T22:00:59.413Z | [ host-image] Aug 11 22:00:58.174 INFO O| Aug 11 22:00:58.174 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10311 | 2026-08-11T22:00:59.416Z | [ host-image] Aug 11 22:00:58.174 INFO O| Aug 11 22:00:58.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d |
| 10312 | 2026-08-11T22:00:59.416Z | [ host-image] Aug 11 22:00:58.174 INFO O| Aug 11 22:00:58.174 INFO ok! |
| 10313 | 2026-08-11T22:00:59.416Z | [ host-image] Aug 11 22:00:58.174 INFO O| Aug 11 22:00:58.174 INFO STEP 109 (ensure_file) COMPLETE |
| 10314 | 2026-08-11T22:00:59.416Z | [ host-image] Aug 11 22:00:58.174 INFO O| Aug 11 22:00:58.174 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10315 | 2026-08-11T22:00:59.419Z | [ host-image] Aug 11 22:00:58.182 INFO O| Aug 11 22:00:58.182 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist |
| 10316 | 2026-08-11T22:00:59.419Z | [ host-image] Aug 11 22:00:58.182 INFO O| Aug 11 22:00:58.182 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10317 | 2026-08-11T22:00:59.419Z | [ host-image] Aug 11 22:00:58.182 INFO O| Aug 11 22:00:58.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d |
| 10318 | 2026-08-11T22:00:59.419Z | [ host-image] Aug 11 22:00:58.182 INFO O| Aug 11 22:00:58.182 INFO ok! |
| 10319 | 2026-08-11T22:00:59.419Z | [ host-image] Aug 11 22:00:58.182 INFO O| Aug 11 22:00:58.182 INFO STEP 110 (ensure_file) COMPLETE |
| 10320 | 2026-08-11T22:00:59.419Z | [ host-image] Aug 11 22:00:58.182 INFO O| Aug 11 22:00:58.182 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10321 | 2026-08-11T22:00:59.427Z | [ host-image] Aug 11 22:00:58.192 INFO O| Aug 11 22:00:58.192 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist |
| 10322 | 2026-08-11T22:00:59.427Z | [ host-image] Aug 11 22:00:58.192 INFO O| Aug 11 22:00:58.192 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10323 | 2026-08-11T22:00:59.442Z | [ host-image] Aug 11 22:00:58.192 INFO O| Aug 11 22:00:58.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d |
| 10324 | 2026-08-11T22:00:59.442Z | [ host-image] Aug 11 22:00:58.192 INFO O| Aug 11 22:00:58.192 INFO ok! |
| 10325 | 2026-08-11T22:00:59.442Z | [ host-image] Aug 11 22:00:58.192 INFO O| Aug 11 22:00:58.192 INFO STEP 111 (ensure_file) COMPLETE |
| 10326 | 2026-08-11T22:00:59.442Z | [ host-image] Aug 11 22:00:58.192 INFO O| Aug 11 22:00:58.192 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10327 | 2026-08-11T22:00:59.445Z | [ host-image] Aug 11 22:00:58.200 INFO O| Aug 11 22:00:58.200 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist |
| 10328 | 2026-08-11T22:00:59.445Z | [ host-image] Aug 11 22:00:58.200 INFO O| Aug 11 22:00:58.200 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10329 | 2026-08-11T22:00:59.445Z | [ host-image] Aug 11 22:00:58.200 INFO O| Aug 11 22:00:58.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d |
| 10330 | 2026-08-11T22:00:59.445Z | [ host-image] Aug 11 22:00:58.200 INFO O| Aug 11 22:00:58.200 INFO ok! |
| 10331 | 2026-08-11T22:00:59.445Z | [ host-image] Aug 11 22:00:58.200 INFO O| Aug 11 22:00:58.200 INFO STEP 112 (ensure_file) COMPLETE |
| 10332 | 2026-08-11T22:00:59.445Z | [ host-image] Aug 11 22:00:58.200 INFO O| Aug 11 22:00:58.200 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10333 | 2026-08-11T22:00:59.445Z | [ host-image] Aug 11 22:00:58.208 INFO O| Aug 11 22:00:58.208 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist |
| 10334 | 2026-08-11T22:00:59.445Z | [ host-image] Aug 11 22:00:58.208 INFO O| Aug 11 22:00:58.208 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ... |
| 10335 | 2026-08-11T22:00:59.445Z | [ host-image] Aug 11 22:00:58.208 INFO O| Aug 11 22:00:58.208 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d |
| 10336 | 2026-08-11T22:00:59.446Z | [ host-image] Aug 11 22:00:58.208 INFO O| Aug 11 22:00:58.208 INFO ok! |
| 10337 | 2026-08-11T22:00:59.446Z | [ host-image] Aug 11 22:00:58.208 INFO O| Aug 11 22:00:58.208 INFO STEP 113 (ensure_file) COMPLETE |
| 10338 | 2026-08-11T22:00:59.446Z | [ host-image] Aug 11 22:00:58.208 INFO O| Aug 11 22:00:58.208 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10339 | 2026-08-11T22:00:59.458Z | [ host-image] Aug 11 22:00:58.216 INFO O| Aug 11 22:00:58.216 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist |
| 10340 | 2026-08-11T22:00:59.458Z | [ host-image] Aug 11 22:00:58.216 INFO O| Aug 11 22:00:58.216 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10341 | 2026-08-11T22:00:59.464Z | [ host-image] Aug 11 22:00:58.216 INFO O| Aug 11 22:00:58.216 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d |
| 10342 | 2026-08-11T22:00:59.464Z | [ host-image] Aug 11 22:00:58.216 INFO O| Aug 11 22:00:58.216 INFO ok! |
| 10343 | 2026-08-11T22:00:59.464Z | [ host-image] Aug 11 22:00:58.216 INFO O| Aug 11 22:00:58.216 INFO STEP 114 (ensure_file) COMPLETE |
| 10344 | 2026-08-11T22:00:59.464Z | [ host-image] Aug 11 22:00:58.216 INFO O| Aug 11 22:00:58.216 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10345 | 2026-08-11T22:00:59.464Z | [ host-image] Aug 11 22:00:58.225 INFO O| Aug 11 22:00:58.225 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist |
| 10346 | 2026-08-11T22:00:59.464Z | [ host-image] Aug 11 22:00:58.225 INFO O| Aug 11 22:00:58.225 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10347 | 2026-08-11T22:00:59.464Z | [ host-image] Aug 11 22:00:58.225 INFO O| Aug 11 22:00:58.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d |
| 10348 | 2026-08-11T22:00:59.465Z | [ host-image] Aug 11 22:00:58.225 INFO O| Aug 11 22:00:58.225 INFO ok! |
| 10349 | 2026-08-11T22:00:59.465Z | [ host-image] Aug 11 22:00:58.225 INFO O| Aug 11 22:00:58.225 INFO STEP 115 (ensure_file) COMPLETE |
| 10350 | 2026-08-11T22:00:59.465Z | [ host-image] Aug 11 22:00:58.225 INFO O| Aug 11 22:00:58.225 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10351 | 2026-08-11T22:00:59.469Z | [ host-image] Aug 11 22:00:58.233 INFO O| Aug 11 22:00:58.233 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist |
| 10352 | 2026-08-11T22:00:59.469Z | [ host-image] Aug 11 22:00:58.233 INFO O| Aug 11 22:00:58.233 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10353 | 2026-08-11T22:00:59.469Z | [ host-image] Aug 11 22:00:58.233 INFO O| Aug 11 22:00:58.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d |
| 10354 | 2026-08-11T22:00:59.470Z | [ host-image] Aug 11 22:00:58.233 INFO O| Aug 11 22:00:58.233 INFO ok! |
| 10355 | 2026-08-11T22:00:59.470Z | [ host-image] Aug 11 22:00:58.233 INFO O| Aug 11 22:00:58.233 INFO STEP 116 (ensure_file) COMPLETE |
| 10356 | 2026-08-11T22:00:59.470Z | [ host-image] Aug 11 22:00:58.233 INFO O| Aug 11 22:00:58.233 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10357 | 2026-08-11T22:00:59.475Z | [ host-image] Aug 11 22:00:58.240 INFO O| Aug 11 22:00:58.240 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist |
| 10358 | 2026-08-11T22:00:59.475Z | [ host-image] Aug 11 22:00:58.240 INFO O| Aug 11 22:00:58.240 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ... |
| 10359 | 2026-08-11T22:00:59.478Z | [ host-image] Aug 11 22:00:58.240 INFO O| Aug 11 22:00:58.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d |
| 10360 | 2026-08-11T22:00:59.478Z | [ host-image] Aug 11 22:00:58.240 INFO O| Aug 11 22:00:58.240 INFO ok! |
| 10361 | 2026-08-11T22:00:59.479Z | [ host-image] Aug 11 22:00:58.240 INFO O| Aug 11 22:00:58.240 INFO STEP 117 (ensure_file) COMPLETE |
| 10362 | 2026-08-11T22:00:59.479Z | [ host-image] Aug 11 22:00:58.240 INFO O| Aug 11 22:00:58.240 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10363 | 2026-08-11T22:00:59.483Z | [ host-image] Aug 11 22:00:58.248 INFO O| Aug 11 22:00:58.248 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist |
| 10364 | 2026-08-11T22:00:59.483Z | [ host-image] Aug 11 22:00:58.248 INFO O| Aug 11 22:00:58.248 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10365 | 2026-08-11T22:00:59.487Z | [ host-image] Aug 11 22:00:58.248 INFO O| Aug 11 22:00:58.248 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d |
| 10366 | 2026-08-11T22:00:59.487Z | [ host-image] Aug 11 22:00:58.248 INFO O| Aug 11 22:00:58.248 INFO ok! |
| 10367 | 2026-08-11T22:00:59.487Z | [ host-image] Aug 11 22:00:58.248 INFO O| Aug 11 22:00:58.248 INFO STEP 118 (ensure_file) COMPLETE |
| 10368 | 2026-08-11T22:00:59.487Z | [ host-image] Aug 11 22:00:58.249 INFO O| Aug 11 22:00:58.248 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10369 | 2026-08-11T22:00:59.491Z | [ host-image] Aug 11 22:00:58.256 INFO O| Aug 11 22:00:58.256 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist |
| 10370 | 2026-08-11T22:00:59.494Z | [ host-image] Aug 11 22:00:58.256 INFO O| Aug 11 22:00:58.256 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10371 | 2026-08-11T22:00:59.494Z | [ host-image] Aug 11 22:00:58.257 INFO O| Aug 11 22:00:58.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d |
| 10372 | 2026-08-11T22:00:59.494Z | [ host-image] Aug 11 22:00:58.257 INFO O| Aug 11 22:00:58.257 INFO ok! |
| 10373 | 2026-08-11T22:00:59.494Z | [ host-image] Aug 11 22:00:58.257 INFO O| Aug 11 22:00:58.257 INFO STEP 119 (ensure_file) COMPLETE |
| 10374 | 2026-08-11T22:00:59.494Z | [ host-image] Aug 11 22:00:58.257 INFO O| Aug 11 22:00:58.257 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10375 | 2026-08-11T22:00:59.500Z | [ host-image] Aug 11 22:00:58.265 INFO O| Aug 11 22:00:58.265 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist |
| 10376 | 2026-08-11T22:00:59.500Z | [ host-image] Aug 11 22:00:58.265 INFO O| Aug 11 22:00:58.265 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10377 | 2026-08-11T22:00:59.500Z | [ host-image] Aug 11 22:00:58.265 INFO O| Aug 11 22:00:58.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d |
| 10378 | 2026-08-11T22:00:59.503Z | [ host-image] Aug 11 22:00:58.265 INFO O| Aug 11 22:00:58.265 INFO ok! |
| 10379 | 2026-08-11T22:00:59.503Z | [ host-image] Aug 11 22:00:58.265 INFO O| Aug 11 22:00:58.265 INFO STEP 120 (ensure_file) COMPLETE |
| 10380 | 2026-08-11T22:00:59.503Z | [ host-image] Aug 11 22:00:58.265 INFO O| Aug 11 22:00:58.265 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10381 | 2026-08-11T22:00:59.508Z | [ host-image] Aug 11 22:00:58.273 INFO O| Aug 11 22:00:58.273 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist |
| 10382 | 2026-08-11T22:00:59.508Z | [ host-image] Aug 11 22:00:58.273 INFO O| Aug 11 22:00:58.273 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10383 | 2026-08-11T22:00:59.512Z | [ host-image] Aug 11 22:00:58.273 INFO O| Aug 11 22:00:58.273 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d |
| 10384 | 2026-08-11T22:00:59.512Z | [ host-image] Aug 11 22:00:58.273 INFO O| Aug 11 22:00:58.273 INFO ok! |
| 10385 | 2026-08-11T22:00:59.512Z | [ host-image] Aug 11 22:00:58.273 INFO O| Aug 11 22:00:58.273 INFO STEP 121 (ensure_file) COMPLETE |
| 10386 | 2026-08-11T22:00:59.512Z | [ host-image] Aug 11 22:00:58.273 INFO O| Aug 11 22:00:58.273 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10387 | 2026-08-11T22:00:59.516Z | [ host-image] Aug 11 22:00:58.282 INFO O| Aug 11 22:00:58.281 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist |
| 10388 | 2026-08-11T22:00:59.516Z | [ host-image] Aug 11 22:00:58.282 INFO O| Aug 11 22:00:58.282 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10389 | 2026-08-11T22:00:59.522Z | [ host-image] Aug 11 22:00:58.282 INFO O| Aug 11 22:00:58.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d |
| 10390 | 2026-08-11T22:00:59.522Z | [ host-image] Aug 11 22:00:58.282 INFO O| Aug 11 22:00:58.282 INFO ok! |
| 10391 | 2026-08-11T22:00:59.522Z | [ host-image] Aug 11 22:00:58.282 INFO O| Aug 11 22:00:58.282 INFO STEP 122 (ensure_file) COMPLETE |
| 10392 | 2026-08-11T22:00:59.523Z | [ host-image] Aug 11 22:00:58.282 INFO O| Aug 11 22:00:58.282 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10393 | 2026-08-11T22:00:59.527Z | [ host-image] Aug 11 22:00:58.290 INFO O| Aug 11 22:00:58.290 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist |
| 10394 | 2026-08-11T22:00:59.528Z | [ host-image] Aug 11 22:00:58.290 INFO O| Aug 11 22:00:58.290 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10395 | 2026-08-11T22:00:59.528Z | [ host-image] Aug 11 22:00:58.290 INFO O| Aug 11 22:00:58.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d |
| 10396 | 2026-08-11T22:00:59.528Z | [ host-image] Aug 11 22:00:58.290 INFO O| Aug 11 22:00:58.290 INFO ok! |
| 10397 | 2026-08-11T22:00:59.528Z | [ host-image] Aug 11 22:00:58.290 INFO O| Aug 11 22:00:58.290 INFO STEP 123 (ensure_file) COMPLETE |
| 10398 | 2026-08-11T22:00:59.528Z | [ host-image] Aug 11 22:00:58.290 INFO O| Aug 11 22:00:58.290 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10399 | 2026-08-11T22:00:59.532Z | [ host-image] Aug 11 22:00:58.297 INFO O| Aug 11 22:00:58.297 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist |
| 10400 | 2026-08-11T22:00:59.532Z | [ host-image] Aug 11 22:00:58.297 INFO O| Aug 11 22:00:58.297 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10401 | 2026-08-11T22:00:59.537Z | [ host-image] Aug 11 22:00:58.297 INFO O| Aug 11 22:00:58.297 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d |
| 10402 | 2026-08-11T22:00:59.537Z | [ host-image] Aug 11 22:00:58.297 INFO O| Aug 11 22:00:58.297 INFO ok! |
| 10403 | 2026-08-11T22:00:59.537Z | [ host-image] Aug 11 22:00:58.297 INFO O| Aug 11 22:00:58.297 INFO STEP 124 (ensure_file) COMPLETE |
| 10404 | 2026-08-11T22:00:59.537Z | [ host-image] Aug 11 22:00:58.297 INFO O| Aug 11 22:00:58.297 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10405 | 2026-08-11T22:00:59.542Z | [ host-image] Aug 11 22:00:58.307 INFO O| Aug 11 22:00:58.307 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist |
| 10406 | 2026-08-11T22:00:59.542Z | [ host-image] Aug 11 22:00:58.307 INFO O| Aug 11 22:00:58.307 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10407 | 2026-08-11T22:00:59.542Z | [ host-image] Aug 11 22:00:58.307 INFO O| Aug 11 22:00:58.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d |
| 10408 | 2026-08-11T22:00:59.542Z | [ host-image] Aug 11 22:00:58.307 INFO O| Aug 11 22:00:58.307 INFO ok! |
| 10409 | 2026-08-11T22:00:59.544Z | [ host-image] Aug 11 22:00:58.307 INFO O| Aug 11 22:00:58.307 INFO STEP 125 (ensure_file) COMPLETE |
| 10410 | 2026-08-11T22:00:59.545Z | [ host-image] Aug 11 22:00:58.307 INFO O| Aug 11 22:00:58.307 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10411 | 2026-08-11T22:00:59.549Z | [ host-image] Aug 11 22:00:58.314 INFO O| Aug 11 22:00:58.314 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist |
| 10412 | 2026-08-11T22:00:59.549Z | [ host-image] Aug 11 22:00:58.314 INFO O| Aug 11 22:00:58.314 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10413 | 2026-08-11T22:00:59.552Z | [ host-image] Aug 11 22:00:58.314 INFO O| Aug 11 22:00:58.314 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d |
| 10414 | 2026-08-11T22:00:59.552Z | [ host-image] Aug 11 22:00:58.314 INFO O| Aug 11 22:00:58.314 INFO ok! |
| 10415 | 2026-08-11T22:00:59.552Z | [ host-image] Aug 11 22:00:58.314 INFO O| Aug 11 22:00:58.314 INFO STEP 126 (ensure_file) COMPLETE |
| 10416 | 2026-08-11T22:00:59.552Z | [ host-image] Aug 11 22:00:58.314 INFO O| Aug 11 22:00:58.314 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10417 | 2026-08-11T22:00:59.556Z | [ host-image] Aug 11 22:00:58.321 INFO O| Aug 11 22:00:58.321 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist |
| 10418 | 2026-08-11T22:00:59.556Z | [ host-image] Aug 11 22:00:58.321 INFO O| Aug 11 22:00:58.321 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10419 | 2026-08-11T22:00:59.559Z | [ host-image] Aug 11 22:00:58.321 INFO O| Aug 11 22:00:58.321 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d |
| 10420 | 2026-08-11T22:00:59.559Z | [ host-image] Aug 11 22:00:58.321 INFO O| Aug 11 22:00:58.321 INFO ok! |
| 10421 | 2026-08-11T22:00:59.559Z | [ host-image] Aug 11 22:00:58.321 INFO O| Aug 11 22:00:58.321 INFO STEP 127 (ensure_file) COMPLETE |
| 10422 | 2026-08-11T22:00:59.559Z | [ host-image] Aug 11 22:00:58.321 INFO O| Aug 11 22:00:58.321 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10423 | 2026-08-11T22:00:59.563Z | [ host-image] Aug 11 22:00:58.328 INFO O| Aug 11 22:00:58.328 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist |
| 10424 | 2026-08-11T22:00:59.563Z | [ host-image] Aug 11 22:00:58.328 INFO O| Aug 11 22:00:58.328 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10425 | 2026-08-11T22:00:59.567Z | [ host-image] Aug 11 22:00:58.328 INFO O| Aug 11 22:00:58.328 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh |
| 10426 | 2026-08-11T22:00:59.567Z | [ host-image] Aug 11 22:00:58.328 INFO O| Aug 11 22:00:58.328 INFO ok! |
| 10427 | 2026-08-11T22:00:59.567Z | [ host-image] Aug 11 22:00:58.328 INFO O| Aug 11 22:00:58.328 INFO STEP 128 (ensure_file) COMPLETE |
| 10428 | 2026-08-11T22:00:59.567Z | [ host-image] Aug 11 22:00:58.328 INFO O| Aug 11 22:00:58.328 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10429 | 2026-08-11T22:00:59.572Z | [ host-image] Aug 11 22:00:58.337 INFO O| Aug 11 22:00:58.337 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist |
| 10430 | 2026-08-11T22:00:59.576Z | [ host-image] Aug 11 22:00:58.337 INFO O| Aug 11 22:00:58.337 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10431 | 2026-08-11T22:00:59.576Z | [ host-image] Aug 11 22:00:58.337 INFO O| Aug 11 22:00:58.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d |
| 10432 | 2026-08-11T22:00:59.576Z | [ host-image] Aug 11 22:00:58.337 INFO O| Aug 11 22:00:58.337 INFO ok! |
| 10433 | 2026-08-11T22:00:59.576Z | [ host-image] Aug 11 22:00:58.337 INFO O| Aug 11 22:00:58.337 INFO STEP 129 (ensure_file) COMPLETE |
| 10434 | 2026-08-11T22:00:59.576Z | [ host-image] Aug 11 22:00:58.337 INFO O| Aug 11 22:00:58.337 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10435 | 2026-08-11T22:00:59.583Z | [ host-image] Aug 11 22:00:58.345 INFO O| Aug 11 22:00:58.345 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist |
| 10436 | 2026-08-11T22:00:59.583Z | [ host-image] Aug 11 22:00:58.345 INFO O| Aug 11 22:00:58.345 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10437 | 2026-08-11T22:00:59.586Z | [ host-image] Aug 11 22:00:58.345 INFO O| Aug 11 22:00:58.345 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh |
| 10438 | 2026-08-11T22:00:59.586Z | [ host-image] Aug 11 22:00:58.345 INFO O| Aug 11 22:00:58.345 INFO ok! |
| 10439 | 2026-08-11T22:00:59.586Z | [ host-image] Aug 11 22:00:58.345 INFO O| Aug 11 22:00:58.345 INFO STEP 130 (ensure_file) COMPLETE |
| 10440 | 2026-08-11T22:00:59.586Z | [ host-image] Aug 11 22:00:58.345 INFO O| Aug 11 22:00:58.345 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10441 | 2026-08-11T22:00:59.589Z | [ host-image] Aug 11 22:00:58.353 INFO O| Aug 11 22:00:58.353 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist |
| 10442 | 2026-08-11T22:00:59.589Z | [ host-image] Aug 11 22:00:58.353 INFO O| Aug 11 22:00:58.353 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10443 | 2026-08-11T22:00:59.589Z | [ host-image] Aug 11 22:00:58.353 INFO O| Aug 11 22:00:58.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d |
| 10444 | 2026-08-11T22:00:59.589Z | [ host-image] Aug 11 22:00:58.353 INFO O| Aug 11 22:00:58.353 INFO ok! |
| 10445 | 2026-08-11T22:00:59.589Z | [ host-image] Aug 11 22:00:58.353 INFO O| Aug 11 22:00:58.353 INFO STEP 131 (ensure_file) COMPLETE |
| 10446 | 2026-08-11T22:00:59.589Z | [ host-image] Aug 11 22:00:58.353 INFO O| Aug 11 22:00:58.353 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10447 | 2026-08-11T22:00:59.596Z | [ host-image] Aug 11 22:00:58.361 INFO O| Aug 11 22:00:58.361 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist |
| 10448 | 2026-08-11T22:00:59.596Z | [ host-image] Aug 11 22:00:58.361 INFO O| Aug 11 22:00:58.361 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10449 | 2026-08-11T22:00:59.599Z | [ host-image] Aug 11 22:00:58.361 INFO O| Aug 11 22:00:58.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh |
| 10450 | 2026-08-11T22:00:59.599Z | [ host-image] Aug 11 22:00:58.361 INFO O| Aug 11 22:00:58.361 INFO ok! |
| 10451 | 2026-08-11T22:00:59.599Z | [ host-image] Aug 11 22:00:58.361 INFO O| Aug 11 22:00:58.361 INFO STEP 132 (ensure_file) COMPLETE |
| 10452 | 2026-08-11T22:00:59.599Z | [ host-image] Aug 11 22:00:58.361 INFO O| Aug 11 22:00:58.361 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10453 | 2026-08-11T22:00:59.605Z | [ host-image] Aug 11 22:00:58.370 INFO O| Aug 11 22:00:58.370 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist |
| 10454 | 2026-08-11T22:00:59.605Z | [ host-image] Aug 11 22:00:58.370 INFO O| Aug 11 22:00:58.370 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10455 | 2026-08-11T22:00:59.608Z | [ host-image] Aug 11 22:00:58.370 INFO O| Aug 11 22:00:58.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d |
| 10456 | 2026-08-11T22:00:59.608Z | [ host-image] Aug 11 22:00:58.370 INFO O| Aug 11 22:00:58.370 INFO ok! |
| 10457 | 2026-08-11T22:00:59.608Z | [ host-image] Aug 11 22:00:58.370 INFO O| Aug 11 22:00:58.370 INFO STEP 133 (ensure_file) COMPLETE |
| 10458 | 2026-08-11T22:00:59.608Z | [ host-image] Aug 11 22:00:58.370 INFO O| Aug 11 22:00:58.370 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10459 | 2026-08-11T22:00:59.613Z | [ host-image] Aug 11 22:00:58.378 INFO O| Aug 11 22:00:58.378 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist |
| 10460 | 2026-08-11T22:00:59.616Z | [ host-image] Aug 11 22:00:58.378 INFO O| Aug 11 22:00:58.378 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10461 | 2026-08-11T22:00:59.616Z | [ host-image] Aug 11 22:00:58.378 INFO O| Aug 11 22:00:58.378 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d |
| 10462 | 2026-08-11T22:00:59.616Z | [ host-image] Aug 11 22:00:58.378 INFO O| Aug 11 22:00:58.378 INFO ok! |
| 10463 | 2026-08-11T22:00:59.616Z | [ host-image] Aug 11 22:00:58.378 INFO O| Aug 11 22:00:58.378 INFO STEP 134 (ensure_file) COMPLETE |
| 10464 | 2026-08-11T22:00:59.616Z | [ host-image] Aug 11 22:00:58.378 INFO O| Aug 11 22:00:58.378 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10465 | 2026-08-11T22:00:59.620Z | [ host-image] Aug 11 22:00:58.385 INFO O| Aug 11 22:00:58.385 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist |
| 10466 | 2026-08-11T22:00:59.620Z | [ host-image] Aug 11 22:00:58.385 INFO O| Aug 11 22:00:58.385 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10467 | 2026-08-11T22:00:59.620Z | [ host-image] Aug 11 22:00:58.386 INFO O| Aug 11 22:00:58.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d |
| 10468 | 2026-08-11T22:00:59.623Z | [ host-image] Aug 11 22:00:58.386 INFO O| Aug 11 22:00:58.386 INFO ok! |
| 10469 | 2026-08-11T22:00:59.623Z | [ host-image] Aug 11 22:00:58.386 INFO O| Aug 11 22:00:58.386 INFO STEP 135 (ensure_file) COMPLETE |
| 10470 | 2026-08-11T22:00:59.623Z | [ host-image] Aug 11 22:00:58.386 INFO O| Aug 11 22:00:58.386 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10471 | 2026-08-11T22:00:59.628Z | [ host-image] Aug 11 22:00:58.393 INFO O| Aug 11 22:00:58.393 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist |
| 10472 | 2026-08-11T22:00:59.628Z | [ host-image] Aug 11 22:00:58.393 INFO O| Aug 11 22:00:58.393 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ... |
| 10473 | 2026-08-11T22:00:59.631Z | [ host-image] Aug 11 22:00:58.393 INFO O| Aug 11 22:00:58.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md |
| 10474 | 2026-08-11T22:00:59.631Z | [ host-image] Aug 11 22:00:58.393 INFO O| Aug 11 22:00:58.393 INFO ok! |
| 10475 | 2026-08-11T22:00:59.631Z | [ host-image] Aug 11 22:00:58.393 INFO O| Aug 11 22:00:58.393 INFO STEP 136 (ensure_file) COMPLETE |
| 10476 | 2026-08-11T22:00:59.631Z | [ host-image] Aug 11 22:00:58.393 INFO O| Aug 11 22:00:58.393 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10477 | 2026-08-11T22:00:59.635Z | [ host-image] Aug 11 22:00:58.401 INFO O| Aug 11 22:00:58.401 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist |
| 10478 | 2026-08-11T22:00:59.635Z | [ host-image] Aug 11 22:00:58.401 INFO O| Aug 11 22:00:58.401 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10479 | 2026-08-11T22:00:59.638Z | [ host-image] Aug 11 22:00:58.401 INFO O| Aug 11 22:00:58.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt |
| 10480 | 2026-08-11T22:00:59.639Z | [ host-image] Aug 11 22:00:58.401 INFO O| Aug 11 22:00:58.401 INFO ok! |
| 10481 | 2026-08-11T22:00:59.639Z | [ host-image] Aug 11 22:00:58.401 INFO O| Aug 11 22:00:58.401 INFO STEP 137 (ensure_file) COMPLETE |
| 10482 | 2026-08-11T22:00:59.639Z | [ host-image] Aug 11 22:00:58.401 INFO O| Aug 11 22:00:58.401 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10483 | 2026-08-11T22:00:59.646Z | [ host-image] Aug 11 22:00:58.410 INFO O| Aug 11 22:00:58.410 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist |
| 10484 | 2026-08-11T22:00:59.646Z | [ host-image] Aug 11 22:00:58.410 INFO O| Aug 11 22:00:58.410 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ... |
| 10485 | 2026-08-11T22:00:59.651Z | [ host-image] Aug 11 22:00:58.410 INFO O| Aug 11 22:00:58.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION |
| 10486 | 2026-08-11T22:00:59.651Z | [ host-image] Aug 11 22:00:58.410 INFO O| Aug 11 22:00:58.410 INFO ok! |
| 10487 | 2026-08-11T22:00:59.651Z | [ host-image] Aug 11 22:00:58.410 INFO O| Aug 11 22:00:58.410 INFO STEP 138 (ensure_file) COMPLETE |
| 10488 | 2026-08-11T22:00:59.651Z | [ host-image] Aug 11 22:00:58.410 INFO O| Aug 11 22:00:58.410 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10489 | 2026-08-11T22:00:59.659Z | [ host-image] Aug 11 22:00:58.419 INFO O| Aug 11 22:00:58.419 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist |
| 10490 | 2026-08-11T22:00:59.659Z | [ host-image] Aug 11 22:00:58.419 INFO O| Aug 11 22:00:58.419 INFO copying /tmp/.tmpGtRjcD/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ... |
| 10491 | 2026-08-11T22:01:02.640Z | [ recovery-image] Aug 11 22:01:01.405 INFO creating reset image... |
| 10492 | 2026-08-11T22:01:02.641Z | [ recovery-image] Aug 11 22:01:01.405 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") |
| 10493 | 2026-08-11T22:01:02.924Z | [ recovery-image] Aug 11 22:01:01.687 INFO E| Updating crates.io index |
| 10494 | 2026-08-11T22:01:03.128Z | [ recovery-image] Aug 11 22:01:01.893 INFO E| Downloading crates ... |
| 10495 | 2026-08-11T22:01:03.173Z | [ recovery-image] Aug 11 22:01:01.938 INFO E| Downloaded shared_child v1.1.1 |
| 10496 | 2026-08-11T22:01:03.177Z | [ recovery-image] Aug 11 22:01:01.940 INFO E| Downloaded colorchoice v1.0.5 |
| 10497 | 2026-08-11T22:01:03.183Z | [ recovery-image] Aug 11 22:01:01.944 INFO E| Downloaded sigchld v0.2.4 |
| 10498 | 2026-08-11T22:01:03.183Z | [ recovery-image] Aug 11 22:01:01.944 INFO E| Downloaded duct v1.1.1 |
| 10499 | 2026-08-11T22:01:03.186Z | [ recovery-image] Aug 11 22:01:01.946 INFO E| Downloaded clap_lex v1.1.0 |
| 10500 | 2026-08-11T22:01:03.186Z | [ recovery-image] Aug 11 22:01:01.948 INFO E| Downloaded os_pipe v1.2.3 |
| 10501 | 2026-08-11T22:01:03.186Z | [ recovery-image] Aug 11 22:01:01.949 INFO E| Downloaded shared_thread v0.2.0 |
| 10502 | 2026-08-11T22:01:03.232Z | [ recovery-image] Aug 11 22:01:01.996 INFO E| Compiling libc v0.2.186 |
| 10503 | 2026-08-11T22:01:03.232Z | [ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling proc-macro2 v1.0.106 |
| 10504 | 2026-08-11T22:01:03.235Z | [ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling unicode-ident v1.0.24 |
| 10505 | 2026-08-11T22:01:03.235Z | [ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling signal-hook v0.3.18 |
| 10506 | 2026-08-11T22:01:03.235Z | [ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling quote v1.0.45 |
| 10507 | 2026-08-11T22:01:03.235Z | [ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling utf8parse v0.2.2 |
| 10508 | 2026-08-11T22:01:03.235Z | [ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling anstyle v1.0.14 |
| 10509 | 2026-08-11T22:01:03.235Z | [ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling anstyle-query v1.1.5 |
| 10510 | 2026-08-11T22:01:03.235Z | [ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 10511 | 2026-08-11T22:01:03.235Z | [ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling colorchoice v1.0.5 |
| 10512 | 2026-08-11T22:01:03.235Z | [ recovery-image] Aug 11 22:01:01.997 INFO E| Compiling strsim v0.11.1 |
| 10513 | 2026-08-11T22:01:03.245Z | [ recovery-image] Aug 11 22:01:02.010 INFO E| Compiling heck v0.5.0 |
| 10514 | 2026-08-11T22:01:03.248Z | [ recovery-image] Aug 11 22:01:02.011 INFO E| Compiling clap_lex v1.1.0 |
| 10515 | 2026-08-11T22:01:03.248Z | [ recovery-image] Aug 11 22:01:02.011 INFO E| Compiling shared_thread v0.2.0 |
| 10516 | 2026-08-11T22:01:03.402Z | [ recovery-image] Aug 11 22:01:02.167 INFO E| Compiling anstyle-parse v1.0.0 |
| 10517 | 2026-08-11T22:01:03.584Z | [ recovery-image] Aug 11 22:01:02.348 INFO E| Compiling anstream v1.0.0 |
| 10518 | 2026-08-11T22:01:03.823Z | [ recovery-image] Aug 11 22:01:02.587 INFO E| Compiling clap_builder v4.6.0 |
| 10519 | 2026-08-11T22:01:04.169Z | [ recovery-image] Aug 11 22:01:02.932 INFO E| Compiling errno v0.3.14 |
| 10520 | 2026-08-11T22:01:04.169Z | [ recovery-image] Aug 11 22:01:02.932 INFO E| Compiling os_pipe v1.2.3 |
| 10521 | 2026-08-11T22:01:04.290Z | [ recovery-image] Aug 11 22:01:03.053 INFO E| Compiling signal-hook-registry v1.4.8 |
| 10522 | 2026-08-11T22:01:04.531Z | [ recovery-image] Aug 11 22:01:03.296 INFO E| Compiling syn v2.0.117 |
| 10523 | 2026-08-11T22:01:04.596Z | [ recovery-image] Aug 11 22:01:03.361 INFO E| Compiling sigchld v0.2.4 |
| 10524 | 2026-08-11T22:01:04.696Z | [ recovery-image] Aug 11 22:01:03.460 INFO E| Compiling shared_child v1.1.1 |
| 10525 | 2026-08-11T22:01:04.828Z | [ recovery-image] Aug 11 22:01:03.593 INFO E| Compiling duct v1.1.1 |
| 10526 | 2026-08-11T22:01:06.967Z | [ recovery-image] Aug 11 22:01:05.731 INFO E| Compiling clap_derive v4.6.1 |
| 10527 | 2026-08-11T22:01:07.471Z | [ host-image] Aug 11 22:01:06.236 INFO O| Aug 11 22:01:06.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz |
| 10528 | 2026-08-11T22:01:07.471Z | [ host-image] Aug 11 22:01:06.236 INFO O| Aug 11 22:01:06.236 INFO ok! |
| 10529 | 2026-08-11T22:01:07.474Z | [ host-image] Aug 11 22:01:06.236 INFO O| Aug 11 22:01:06.236 INFO STEP 139 (ensure_file) COMPLETE |
| 10530 | 2026-08-11T22:01:07.475Z | [ host-image] Aug 11 22:01:06.236 INFO O| Aug 11 22:01:06.236 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10531 | 2026-08-11T22:01:07.480Z | [ host-image] Aug 11 22:01:06.245 INFO O| Aug 11 22:01:06.245 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib |
| 10532 | 2026-08-11T22:01:07.480Z | [ host-image] Aug 11 22:01:06.245 INFO O| Aug 11 22:01:06.245 INFO STEP 140 (ensure_dir) COMPLETE |
| 10533 | 2026-08-11T22:01:07.483Z | [ host-image] Aug 11 22:01:06.245 INFO O| Aug 11 22:01:06.245 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10534 | 2026-08-11T22:01:07.486Z | [ host-image] Aug 11 22:01:06.251 INFO O| Aug 11 22:01:06.251 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc |
| 10535 | 2026-08-11T22:01:07.486Z | [ host-image] Aug 11 22:01:06.251 INFO O| Aug 11 22:01:06.251 INFO STEP 141 (ensure_dir) COMPLETE |
| 10536 | 2026-08-11T22:01:07.489Z | [ host-image] Aug 11 22:01:06.251 INFO O| Aug 11 22:01:06.251 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10537 | 2026-08-11T22:01:07.496Z | [ host-image] Aug 11 22:01:06.260 INFO O| Aug 11 22:01:06.260 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest |
| 10538 | 2026-08-11T22:01:07.496Z | [ host-image] Aug 11 22:01:06.260 INFO O| Aug 11 22:01:06.260 INFO STEP 142 (ensure_dir) COMPLETE |
| 10539 | 2026-08-11T22:01:07.499Z | [ host-image] Aug 11 22:01:06.260 INFO O| Aug 11 22:01:06.260 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10540 | 2026-08-11T22:01:07.507Z | [ host-image] Aug 11 22:01:06.267 INFO O| Aug 11 22:01:06.267 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site |
| 10541 | 2026-08-11T22:01:07.507Z | [ host-image] Aug 11 22:01:06.267 INFO O| Aug 11 22:01:06.267 INFO STEP 143 (ensure_dir) COMPLETE |
| 10542 | 2026-08-11T22:01:07.507Z | [ host-image] Aug 11 22:01:06.267 INFO O| Aug 11 22:01:06.267 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10543 | 2026-08-11T22:01:07.510Z | [ host-image] Aug 11 22:01:06.274 INFO O| Aug 11 22:01:06.274 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
| 10544 | 2026-08-11T22:01:07.510Z | [ host-image] Aug 11 22:01:06.274 INFO O| Aug 11 22:01:06.274 INFO copying /tmp/.tmpGtRjcD/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 ... |
| 10545 | 2026-08-11T22:01:07.510Z | [ host-image] Aug 11 22:01:06.274 INFO O| Aug 11 22:01:06.274 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml |
| 10546 | 2026-08-11T22:01:07.510Z | [ host-image] Aug 11 22:01:06.274 INFO O| Aug 11 22:01:06.274 INFO ok! |
| 10547 | 2026-08-11T22:01:07.510Z | [ host-image] Aug 11 22:01:06.274 INFO O| Aug 11 22:01:06.274 INFO STEP 144 (ensure_file) COMPLETE |
| 10548 | 2026-08-11T22:01:07.510Z | [ host-image] Aug 11 22:01:06.274 INFO O| Aug 11 22:01:06.274 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10549 | 2026-08-11T22:01:07.516Z | [ host-image] Aug 11 22:01:06.281 INFO O| Aug 11 22:01:06.281 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10550 | 2026-08-11T22:01:07.517Z | [ host-image] Aug 11 22:01:06.281 INFO O| Aug 11 22:01:06.281 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10551 | 2026-08-11T22:01:07.517Z | [ host-image] Aug 11 22:01:06.281 INFO O| Aug 11 22:01:06.281 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10552 | 2026-08-11T22:01:07.520Z | [ host-image] Aug 11 22:01:06.281 INFO O| Aug 11 22:01:06.281 INFO STEP 145 (ensure_dir) COMPLETE |
| 10553 | 2026-08-11T22:01:07.520Z | [ host-image] Aug 11 22:01:06.281 INFO O| Aug 11 22:01:06.281 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10554 | 2026-08-11T22:01:07.526Z | [ host-image] Aug 11 22:01:06.288 INFO O| Aug 11 22:01:06.288 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking |
| 10555 | 2026-08-11T22:01:07.526Z | [ host-image] Aug 11 22:01:06.288 INFO O| Aug 11 22:01:06.288 INFO copying /tmp/.tmpGtRjcD/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ... |
| 10556 | 2026-08-11T22:01:07.530Z | [ host-image] Aug 11 22:01:06.289 INFO O| Aug 11 22:01:06.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile |
| 10557 | 2026-08-11T22:01:07.530Z | [ host-image] Aug 11 22:01:06.289 INFO O| Aug 11 22:01:06.289 INFO ok! |
| 10558 | 2026-08-11T22:01:07.530Z | [ host-image] Aug 11 22:01:06.289 INFO O| Aug 11 22:01:06.289 INFO STEP 146 (ensure_file) COMPLETE |
| 10559 | 2026-08-11T22:01:07.530Z | [ host-image] Aug 11 22:01:06.289 INFO O| Aug 11 22:01:06.289 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10560 | 2026-08-11T22:01:07.533Z | [ host-image] Aug 11 22:01:06.295 INFO O| Aug 11 22:01:06.295 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec" |
| 10561 | 2026-08-11T22:01:07.533Z | [ host-image] Aug 11 22:01:06.295 INFO O| Aug 11 22:01:06.295 INFO STEP 147 (remove_files) COMPLETE |
| 10562 | 2026-08-11T22:01:07.533Z | [ host-image] Aug 11 22:01:06.295 INFO O| Aug 11 22:01:06.295 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10563 | 2026-08-11T22:01:07.538Z | [ host-image] Aug 11 22:01:06.301 INFO O| Aug 11 22:01:06.301 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap" |
| 10564 | 2026-08-11T22:01:07.538Z | [ host-image] Aug 11 22:01:06.302 INFO O| Aug 11 22:01:06.302 INFO STEP 148 (remove_files) COMPLETE |
| 10565 | 2026-08-11T22:01:07.538Z | [ host-image] Aug 11 22:01:06.302 INFO O| Aug 11 22:01:06.302 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10566 | 2026-08-11T22:01:07.543Z | [ host-image] Aug 11 22:01:06.309 INFO O| Aug 11 22:01:06.309 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc" |
| 10567 | 2026-08-11T22:01:07.546Z | [ host-image] Aug 11 22:01:06.309 INFO O| Aug 11 22:01:06.309 INFO STEP 149 (remove_files) COMPLETE |
| 10568 | 2026-08-11T22:01:07.546Z | [ host-image] Aug 11 22:01:06.309 INFO O| Aug 11 22:01:06.309 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10569 | 2026-08-11T22:01:07.550Z | [ host-image] Aug 11 22:01:06.315 INFO O| Aug 11 22:01:06.315 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security" |
| 10570 | 2026-08-11T22:01:07.553Z | [ host-image] Aug 11 22:01:06.315 INFO O| Aug 11 22:01:06.315 INFO STEP 150 (remove_files) COMPLETE |
| 10571 | 2026-08-11T22:01:07.553Z | [ host-image] Aug 11 22:01:06.315 INFO O| Aug 11 22:01:06.315 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10572 | 2026-08-11T22:01:07.557Z | [ host-image] Aug 11 22:01:06.322 INFO O| Aug 11 22:01:06.322 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares" |
| 10573 | 2026-08-11T22:01:07.560Z | [ host-image] Aug 11 22:01:06.322 INFO O| Aug 11 22:01:06.322 INFO STEP 151 (remove_files) COMPLETE |
| 10574 | 2026-08-11T22:01:07.560Z | [ host-image] Aug 11 22:01:06.322 INFO O| Aug 11 22:01:06.322 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10575 | 2026-08-11T22:01:07.563Z | [ host-image] Aug 11 22:01:06.328 INFO O| Aug 11 22:01:06.328 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb" |
| 10576 | 2026-08-11T22:01:07.563Z | [ host-image] Aug 11 22:01:06.328 INFO O| Aug 11 22:01:06.328 INFO STEP 152 (remove_files) COMPLETE |
| 10577 | 2026-08-11T22:01:07.569Z | [ host-image] Aug 11 22:01:06.329 INFO O| Aug 11 22:01:06.328 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10578 | 2026-08-11T22:01:07.573Z | [ host-image] Aug 11 22:01:06.335 INFO O| Aug 11 22:01:06.335 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 10579 | 2026-08-11T22:01:07.573Z | [ host-image] Aug 11 22:01:06.335 INFO O| Aug 11 22:01:06.335 INFO STEP 153 (remove_files) COMPLETE |
| 10580 | 2026-08-11T22:01:07.573Z | [ host-image] Aug 11 22:01:06.335 INFO O| Aug 11 22:01:06.335 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10581 | 2026-08-11T22:01:07.580Z | [ host-image] Aug 11 22:01:06.342 INFO O| Aug 11 22:01:06.342 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
| 10582 | 2026-08-11T22:01:07.580Z | [ host-image] Aug 11 22:01:06.342 INFO O| Aug 11 22:01:06.342 INFO STEP 154 (remove_files) COMPLETE |
| 10583 | 2026-08-11T22:01:07.583Z | [ host-image] Aug 11 22:01:06.342 INFO O| Aug 11 22:01:06.342 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10584 | 2026-08-11T22:01:07.588Z | [ host-image] Aug 11 22:01:06.348 INFO O| Aug 11 22:01:06.348 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml" |
| 10585 | 2026-08-11T22:01:07.588Z | [ host-image] Aug 11 22:01:06.348 INFO O| Aug 11 22:01:06.348 INFO STEP 155 (remove_files) COMPLETE |
| 10586 | 2026-08-11T22:01:07.588Z | [ host-image] Aug 11 22:01:06.348 INFO O| Aug 11 22:01:06.348 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10587 | 2026-08-11T22:01:07.591Z | [ host-image] Aug 11 22:01:06.355 INFO O| Aug 11 22:01:06.355 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 10588 | 2026-08-11T22:01:07.591Z | [ host-image] Aug 11 22:01:06.355 INFO O| Aug 11 22:01:06.355 INFO STEP 156 (remove_files) COMPLETE |
| 10589 | 2026-08-11T22:01:07.591Z | [ host-image] Aug 11 22:01:06.355 INFO O| Aug 11 22:01:06.355 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10590 | 2026-08-11T22:01:07.597Z | [ host-image] Aug 11 22:01:06.362 INFO O| Aug 11 22:01:06.362 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml" |
| 10591 | 2026-08-11T22:01:07.601Z | [ host-image] Aug 11 22:01:06.362 INFO O| Aug 11 22:01:06.362 INFO STEP 157 (remove_files) COMPLETE |
| 10592 | 2026-08-11T22:01:07.601Z | [ host-image] Aug 11 22:01:06.362 INFO O| Aug 11 22:01:06.362 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10593 | 2026-08-11T22:01:07.604Z | [ host-image] Aug 11 22:01:06.369 INFO O| Aug 11 22:01:06.369 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml" |
| 10594 | 2026-08-11T22:01:07.606Z | [ host-image] Aug 11 22:01:06.369 INFO O| Aug 11 22:01:06.369 INFO STEP 158 (remove_files) COMPLETE |
| 10595 | 2026-08-11T22:01:07.606Z | [ host-image] Aug 11 22:01:06.369 INFO O| Aug 11 22:01:06.369 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10596 | 2026-08-11T22:01:07.611Z | [ host-image] Aug 11 22:01:06.376 INFO O| Aug 11 22:01:06.376 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
| 10597 | 2026-08-11T22:01:07.614Z | [ host-image] Aug 11 22:01:06.376 INFO O| Aug 11 22:01:06.376 INFO STEP 159 (remove_files) COMPLETE |
| 10598 | 2026-08-11T22:01:07.614Z | [ host-image] Aug 11 22:01:06.376 INFO O| Aug 11 22:01:06.376 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10599 | 2026-08-11T22:01:07.618Z | [ host-image] Aug 11 22:01:06.383 INFO O| Aug 11 22:01:06.383 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
| 10600 | 2026-08-11T22:01:07.618Z | [ host-image] Aug 11 22:01:06.383 INFO O| Aug 11 22:01:06.383 INFO STEP 160 (remove_files) COMPLETE |
| 10601 | 2026-08-11T22:01:07.618Z | [ host-image] Aug 11 22:01:06.383 INFO O| Aug 11 22:01:06.383 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10602 | 2026-08-11T22:01:07.625Z | [ host-image] Aug 11 22:01:06.390 INFO O| Aug 11 22:01:06.390 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml" |
| 10603 | 2026-08-11T22:01:07.625Z | [ host-image] Aug 11 22:01:06.390 INFO O| Aug 11 22:01:06.390 INFO STEP 161 (remove_files) COMPLETE |
| 10604 | 2026-08-11T22:01:07.628Z | [ host-image] Aug 11 22:01:06.390 INFO O| Aug 11 22:01:06.390 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10605 | 2026-08-11T22:01:07.631Z | [ host-image] Aug 11 22:01:06.396 INFO O| Aug 11 22:01:06.396 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
| 10606 | 2026-08-11T22:01:07.634Z | [ host-image] Aug 11 22:01:06.396 INFO O| Aug 11 22:01:06.396 INFO STEP 162 (remove_files) COMPLETE |
| 10607 | 2026-08-11T22:01:07.634Z | [ host-image] Aug 11 22:01:06.396 INFO O| Aug 11 22:01:06.396 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10608 | 2026-08-11T22:01:07.640Z | [ host-image] Aug 11 22:01:06.403 INFO O| Aug 11 22:01:06.403 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 10609 | 2026-08-11T22:01:07.640Z | [ host-image] Aug 11 22:01:06.403 INFO O| Aug 11 22:01:06.403 INFO STEP 163 (remove_files) COMPLETE |
| 10610 | 2026-08-11T22:01:07.643Z | [ host-image] Aug 11 22:01:06.403 INFO O| Aug 11 22:01:06.403 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10611 | 2026-08-11T22:01:07.646Z | [ host-image] Aug 11 22:01:06.409 INFO O| Aug 11 22:01:06.409 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml" |
| 10612 | 2026-08-11T22:01:07.646Z | [ host-image] Aug 11 22:01:06.409 INFO O| Aug 11 22:01:06.409 INFO STEP 164 (remove_files) COMPLETE |
| 10613 | 2026-08-11T22:01:07.646Z | [ host-image] Aug 11 22:01:06.409 INFO O| Aug 11 22:01:06.409 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10614 | 2026-08-11T22:01:07.649Z | [ host-image] Aug 11 22:01:06.414 INFO O| Aug 11 22:01:06.414 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
| 10615 | 2026-08-11T22:01:07.654Z | [ host-image] Aug 11 22:01:06.414 INFO O| Aug 11 22:01:06.414 INFO STEP 165 (remove_files) COMPLETE |
| 10616 | 2026-08-11T22:01:07.654Z | [ host-image] Aug 11 22:01:06.414 INFO O| Aug 11 22:01:06.414 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10617 | 2026-08-11T22:01:07.658Z | [ host-image] Aug 11 22:01:06.420 INFO O| Aug 11 22:01:06.420 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 10618 | 2026-08-11T22:01:07.658Z | [ host-image] Aug 11 22:01:06.420 INFO O| Aug 11 22:01:06.420 INFO STEP 166 (remove_files) COMPLETE |
| 10619 | 2026-08-11T22:01:07.658Z | [ host-image] Aug 11 22:01:06.420 INFO O| Aug 11 22:01:06.420 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10620 | 2026-08-11T22:01:07.662Z | [ host-image] Aug 11 22:01:06.427 INFO O| Aug 11 22:01:06.427 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 10621 | 2026-08-11T22:01:07.665Z | [ host-image] Aug 11 22:01:06.427 INFO O| Aug 11 22:01:06.427 INFO STEP 167 (remove_files) COMPLETE |
| 10622 | 2026-08-11T22:01:07.665Z | [ host-image] Aug 11 22:01:06.428 INFO O| Aug 11 22:01:06.427 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10623 | 2026-08-11T22:01:07.668Z | [ host-image] Aug 11 22:01:06.433 INFO O| Aug 11 22:01:06.433 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat" |
| 10624 | 2026-08-11T22:01:07.672Z | [ host-image] Aug 11 22:01:06.434 INFO O| Aug 11 22:01:06.434 INFO STEP 168 (remove_files) COMPLETE |
| 10625 | 2026-08-11T22:01:07.672Z | [ host-image] Aug 11 22:01:06.434 INFO O| Aug 11 22:01:06.434 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10626 | 2026-08-11T22:01:07.675Z | [ host-image] Aug 11 22:01:06.440 INFO O| Aug 11 22:01:06.440 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 10627 | 2026-08-11T22:01:07.678Z | [ host-image] Aug 11 22:01:06.440 INFO O| Aug 11 22:01:06.440 INFO STEP 169 (remove_files) COMPLETE |
| 10628 | 2026-08-11T22:01:07.678Z | [ host-image] Aug 11 22:01:06.440 INFO O| Aug 11 22:01:06.440 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10629 | 2026-08-11T22:01:07.681Z | [ host-image] Aug 11 22:01:06.446 INFO O| Aug 11 22:01:06.446 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml" |
| 10630 | 2026-08-11T22:01:07.681Z | [ host-image] Aug 11 22:01:06.446 INFO O| Aug 11 22:01:06.446 INFO STEP 170 (remove_files) COMPLETE |
| 10631 | 2026-08-11T22:01:07.684Z | [ host-image] Aug 11 22:01:06.446 INFO O| Aug 11 22:01:06.446 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10632 | 2026-08-11T22:01:07.688Z | [ host-image] Aug 11 22:01:06.453 INFO O| Aug 11 22:01:06.453 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml" |
| 10633 | 2026-08-11T22:01:07.795Z | [ host-image] Aug 11 22:01:06.453 INFO O| Aug 11 22:01:06.453 INFO STEP 171 (remove_files) COMPLETE |
| 10634 | 2026-08-11T22:01:07.795Z | [ host-image] Aug 11 22:01:06.453 INFO O| Aug 11 22:01:06.453 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10635 | 2026-08-11T22:01:07.795Z | [ host-image] Aug 11 22:01:06.459 INFO O| Aug 11 22:01:06.459 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
| 10636 | 2026-08-11T22:01:07.795Z | [ host-image] Aug 11 22:01:06.459 INFO O| Aug 11 22:01:06.459 INFO STEP 172 (remove_files) COMPLETE |
| 10637 | 2026-08-11T22:01:07.795Z | [ host-image] Aug 11 22:01:06.459 INFO O| Aug 11 22:01:06.459 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10638 | 2026-08-11T22:01:07.795Z | [ host-image] Aug 11 22:01:06.467 INFO O| Aug 11 22:01:06.467 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml" |
| 10639 | 2026-08-11T22:01:07.795Z | [ host-image] Aug 11 22:01:06.467 INFO O| Aug 11 22:01:06.467 INFO STEP 173 (remove_files) COMPLETE |
| 10640 | 2026-08-11T22:01:07.795Z | [ host-image] Aug 11 22:01:06.467 INFO O| Aug 11 22:01:06.467 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10641 | 2026-08-11T22:01:07.795Z | [ host-image] Aug 11 22:01:06.473 INFO O| Aug 11 22:01:06.473 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml" |
| 10642 | 2026-08-11T22:01:07.795Z | [ host-image] Aug 11 22:01:06.473 INFO O| Aug 11 22:01:06.473 INFO STEP 174 (remove_files) COMPLETE |
| 10643 | 2026-08-11T22:01:07.795Z | [ host-image] Aug 11 22:01:06.473 INFO O| Aug 11 22:01:06.473 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10644 | 2026-08-11T22:01:07.795Z | [ host-image] Aug 11 22:01:06.478 INFO O| Aug 11 22:01:06.478 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml" |
| 10645 | 2026-08-11T22:01:07.795Z | [ host-image] Aug 11 22:01:06.478 INFO O| Aug 11 22:01:06.478 INFO STEP 175 (remove_files) COMPLETE |
| 10646 | 2026-08-11T22:01:07.795Z | [ host-image] Aug 11 22:01:06.478 INFO O| Aug 11 22:01:06.478 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10647 | 2026-08-11T22:01:07.795Z | [ host-image] Aug 11 22:01:06.488 INFO O| Aug 11 22:01:06.488 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal |
| 10648 | 2026-08-11T22:01:07.795Z | [ host-image] Aug 11 22:01:06.488 INFO O| Aug 11 22:01:06.488 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"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", "SVCCFG_CHECKHASH": "1"} |
| 10649 | 2026-08-11T22:01:08.286Z | [ recovery-image] Aug 11 22:01:07.051 INFO E| Compiling clap v4.6.1 |
| 10650 | 2026-08-11T22:01:08.340Z | [ recovery-image] Aug 11 22:01:07.105 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
| 10651 | 2026-08-11T22:01:09.094Z | [ recovery-image] Aug 11 22:01:07.859 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.39s |
| 10652 | 2026-08-11T22:01:09.099Z | [ recovery-image] Aug 11 22:01:07.864 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl` |
| 10653 | 2026-08-11T22:01:09.282Z | [ recovery-image] Aug 11 22:01:08.047 INFO E| Downloading crates ... |
| 10654 | 2026-08-11T22:01:09.328Z | [ recovery-image] Aug 11 22:01:08.093 INFO E| Downloaded cpio_reader v0.1.2 |
| 10655 | 2026-08-11T22:01:09.343Z | [ recovery-image] Aug 11 22:01:08.106 INFO E| Downloaded bit_field v0.10.3 |
| 10656 | 2026-08-11T22:01:09.347Z | [ recovery-image] Aug 11 22:01:08.107 INFO E| Downloaded bitstruct v0.1.1 |
| 10657 | 2026-08-11T22:01:09.347Z | [ recovery-image] Aug 11 22:01:08.108 INFO E| Downloaded bitflags v2.13.0 |
| 10658 | 2026-08-11T22:01:09.347Z | [ recovery-image] Aug 11 22:01:08.110 INFO E| Downloaded bitstruct_derive v0.1.0 |
| 10659 | 2026-08-11T22:01:09.352Z | [ recovery-image] Aug 11 22:01:08.117 INFO E| Downloaded raw-cpuid v10.7.0 |
| 10660 | 2026-08-11T22:01:09.359Z | [ recovery-image] Aug 11 22:01:08.124 INFO E| Downloaded log v0.4.32 |
| 10661 | 2026-08-11T22:01:09.362Z | [ recovery-image] Aug 11 22:01:08.125 INFO E| Downloaded miniz_oxide v0.9.1 |
| 10662 | 2026-08-11T22:01:09.388Z | [ recovery-image] Aug 11 22:01:08.153 INFO E| Downloaded goblin v0.10.7 |
| 10663 | 2026-08-11T22:01:09.500Z | [ recovery-image] Aug 11 22:01:08.264 INFO E| Downloaded x86 v0.52.0 |
| 10664 | 2026-08-11T22:01:09.533Z | [ recovery-image] Aug 11 22:01:08.295 INFO E| Updating crates.io index |
| 10665 | 2026-08-11T22:01:09.581Z | [ recovery-image] Aug 11 22:01:08.345 INFO E| Downloading crates ... |
| 10666 | 2026-08-11T22:01:09.600Z | [ recovery-image] Aug 11 22:01:08.365 INFO E| Downloaded rustc-literal-escaper v0.0.7 |
| 10667 | 2026-08-11T22:01:09.613Z | [ recovery-image] Aug 11 22:01:08.378 INFO E| Downloaded hashbrown v0.17.1 |
| 10668 | 2026-08-11T22:01:09.655Z | [ recovery-image] Aug 11 22:01:08.420 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 10669 | 2026-08-11T22:01:09.655Z | [ recovery-image] Aug 11 22:01:08.420 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 10670 | 2026-08-11T22:01:09.655Z | [ recovery-image] Aug 11 22:01:08.420 INFO E| Compiling proc-macro2 v1.0.106 |
| 10671 | 2026-08-11T22:01:09.658Z | [ recovery-image] Aug 11 22:01:08.420 INFO E| Compiling unicode-ident v1.0.24 |
| 10672 | 2026-08-11T22:01:09.658Z | [ recovery-image] Aug 11 22:01:08.420 INFO E| Compiling quote v1.0.45 |
| 10673 | 2026-08-11T22:01:09.658Z | [ recovery-image] Aug 11 22:01:08.421 INFO E| Compiling syn v1.0.109 |
| 10674 | 2026-08-11T22:01:09.658Z | [ recovery-image] Aug 11 22:01:08.421 INFO E| Compiling x86 v0.52.0 |
| 10675 | 2026-08-11T22:01:09.658Z | [ recovery-image] Aug 11 22:01:08.421 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 10676 | 2026-08-11T22:01:09.658Z | [ recovery-image] Aug 11 22:01:08.421 INFO E| Compiling seq-macro v0.3.6 |
| 10677 | 2026-08-11T22:01:10.565Z | [ recovery-image] Aug 11 22:01:09.330 INFO E| Compiling syn v2.0.117 |
| 10678 | 2026-08-11T22:01:11.858Z | [ recovery-image] Aug 11 22:01:10.623 INFO E| Compiling scroll_derive v0.13.1 |
| 10679 | 2026-08-11T22:01:12.643Z | [ host-image] Aug 11 22:01:11.408 INFO O| Aug 11 22:01:11.408 INFO O| Loading smf(7) service descriptions: 1/802/803/804/805/806/807/808/809/8010/8011/8012/8013/8014/8015/8016/8017/8018/8019/8020/8021/8022/8023/8024/8025/8026/8027/8028/8029/8030/8031/8032/8033/8034/8035/8036/8037/8038/8039/8040/8041/8042/8043/8044/8045/8046/8047/8048/8049/8050/8051/8052/8053/8054/8055/8056/8057/8058/8059/8060/8061/8062/8063/8064/8065/8066/8067/8068/8069/8070/8071/8072/8073/8074/8075/8076/8077/8078/8079/8080/80 |
| 10680 | 2026-08-11T22:01:12.643Z | [ host-image] Aug 11 22:01:11.408 INFO O| Aug 11 22:01:11.408 INFO E| svccfg: Loaded 80 smf(7) service descriptions |
| 10681 | 2026-08-11T22:01:12.658Z | [ host-image] Aug 11 22:01:11.420 INFO O| Aug 11 22:01:11.420 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], 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"} |
| 10682 | 2026-08-11T22:01:12.753Z | [ host-image] Aug 11 22:01:11.518 INFO O| Aug 11 22:01:11.518 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"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", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"} |
| 10683 | 2026-08-11T22:01:12.797Z | [ recovery-image] Aug 11 22:01:11.562 INFO E| Compiling bitstruct_derive v0.1.0 |
| 10684 | 2026-08-11T22:01:12.809Z | [ host-image] Aug 11 22:01:11.573 INFO O| Aug 11 22:01:11.573 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_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"} |
| 10685 | 2026-08-11T22:01:12.873Z | [ host-image] Aug 11 22:01:11.637 INFO O| Aug 11 22:01:11.637 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist |
| 10686 | 2026-08-11T22:01:12.873Z | [ host-image] Aug 11 22:01:11.637 INFO O| Aug 11 22:01:11.637 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ... |
| 10687 | 2026-08-11T22:01:12.876Z | [ host-image] Aug 11 22:01:11.639 INFO O| Aug 11 22:01:11.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db |
| 10688 | 2026-08-11T22:01:12.876Z | [ host-image] Aug 11 22:01:11.639 INFO O| Aug 11 22:01:11.639 INFO ok! |
| 10689 | 2026-08-11T22:01:12.876Z | [ host-image] Aug 11 22:01:11.639 INFO O| Aug 11 22:01:11.639 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing |
| 10690 | 2026-08-11T22:01:12.876Z | [ host-image] Aug 11 22:01:11.639 INFO O| Aug 11 22:01:11.639 INFO STEP 176 (seed_smf) COMPLETE |
| 10691 | 2026-08-11T22:01:12.877Z | [ host-image] Aug 11 22:01:11.639 INFO O| Aug 11 22:01:11.639 INFO steps complete; finalising image! |
| 10692 | 2026-08-11T22:01:12.877Z | [ host-image] Aug 11 22:01:11.639 INFO O| Aug 11 22:01:11.639 INFO TRIM POOL: TEMPORARY-sled-zfs |
| 10693 | 2026-08-11T22:01:12.951Z | [ host-image] Aug 11 22:01:11.716 INFO O| Aug 11 22:01:11.716 INFO trim TEMPORARY-sled-zfs: (56% trimmed, started at Tue Aug 11 22:01:11 2026) |
| 10694 | 2026-08-11T22:01:13.167Z | [ host-image] Aug 11 22:01:11.932 INFO O| Aug 11 22:01:11.932 INFO temporary pool has 908M used, 116M avail, 1.81x compressratio |
| 10695 | 2026-08-11T22:01:13.167Z | [ host-image] Aug 11 22:01:11.932 INFO O| Aug 11 22:01:11.932 INFO EXPORT POOL: TEMPORARY-sled-zfs |
| 10696 | 2026-08-11T22:01:13.507Z | [ host-image] Aug 11 22:01:12.270 INFO O| Aug 11 22:01:12.270 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw |
| 10697 | 2026-08-11T22:01:13.507Z | [ host-image] Aug 11 22:01:12.270 INFO O| Aug 11 22:01:12.270 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal |
| 10698 | 2026-08-11T22:01:14.321Z | [ host-image] Aug 11 22:01:13.086 INFO O| Aug 11 22:01:13.086 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10699 | 2026-08-11T22:01:14.321Z | [ host-image] Aug 11 22:01:13.086 INFO O| Aug 11 22:01:13.086 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10700 | 2026-08-11T22:01:14.322Z | [ host-image] Aug 11 22:01:13.086 INFO O| Aug 11 22:01:13.086 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw |
| 10701 | 2026-08-11T22:01:14.325Z | [ host-image] Aug 11 22:01:13.086 INFO O| Aug 11 22:01:13.086 INFO completed processing sled/zfs |
| 10702 | 2026-08-11T22:01:14.325Z | [ host-image] Aug 11 22:01:13.086 INFO O| Aug 11 22:01:13.086 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs |
| 10703 | 2026-08-11T22:01:21.949Z | [ recovery-image] Aug 11 22:01:20.710 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 10704 | 2026-08-11T22:01:24.004Z | [ recovery-image] Aug 11 22:01:22.768 INFO E| Compiling bitflags v1.3.2 |
| 10705 | 2026-08-11T22:01:24.004Z | [ recovery-image] Aug 11 22:01:22.768 INFO E| Compiling bit_field v0.10.3 |
| 10706 | 2026-08-11T22:01:24.008Z | [ recovery-image] Aug 11 22:01:22.768 INFO E| Compiling scroll v0.13.0 |
| 10707 | 2026-08-11T22:01:24.008Z | [ recovery-image] Aug 11 22:01:22.768 INFO E| Compiling plain v0.2.3 |
| 10708 | 2026-08-11T22:01:24.008Z | [ recovery-image] Aug 11 22:01:22.768 INFO E| Compiling bitflags v2.13.0 |
| 10709 | 2026-08-11T22:01:24.008Z | [ recovery-image] Aug 11 22:01:22.768 INFO E| Compiling adler2 v2.0.1 |
| 10710 | 2026-08-11T22:01:24.008Z | [ recovery-image] Aug 11 22:01:22.768 INFO E| Compiling log v0.4.32 |
| 10711 | 2026-08-11T22:01:24.008Z | [ recovery-image] Aug 11 22:01:22.769 INFO E| Compiling bitstruct v0.1.1 |
| 10712 | 2026-08-11T22:01:24.008Z | [ recovery-image] Aug 11 22:01:22.769 INFO E| Compiling static_assertions v1.1.0 |
| 10713 | 2026-08-11T22:01:24.056Z | [ recovery-image] Aug 11 22:01:22.820 INFO E| Compiling raw-cpuid v10.7.0 |
| 10714 | 2026-08-11T22:01:24.102Z | [ recovery-image] Aug 11 22:01:22.866 INFO E| Compiling miniz_oxide v0.9.1 |
| 10715 | 2026-08-11T22:01:24.155Z | [ recovery-image] Aug 11 22:01:22.920 INFO E| Compiling cpio_reader v0.1.2 |
| 10716 | 2026-08-11T22:01:24.235Z | [ recovery-image] Aug 11 22:01:23.000 INFO E| Compiling goblin v0.10.7 |
| 10717 | 2026-08-11T22:01:27.017Z | [ recovery-image] Aug 11 22:01:25.782 INFO E| Finished `release` profile [optimized] target(s) in 17.90s |
| 10718 | 2026-08-11T22:01:27.112Z | [ recovery-image] Aug 11 22:01:25.800 INFO building ROM for gimlet |
| 10719 | 2026-08-11T22:01:27.112Z | [ recovery-image] Aug 11 22:01:25.800 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.f.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") |
| 10720 | 2026-08-11T22:01:27.126Z | [ recovery-image] Aug 11 22:01:25.876 INFO E| Downloading crates ... |
| 10721 | 2026-08-11T22:01:27.161Z | [ recovery-image] Aug 11 22:01:25.925 INFO E| Downloaded clap_derive v4.5.32 |
| 10722 | 2026-08-11T22:01:27.164Z | [ recovery-image] Aug 11 22:01:25.929 INFO E| Downloaded anstyle-query v1.1.2 |
| 10723 | 2026-08-11T22:01:27.167Z | [ recovery-image] Aug 11 22:01:25.930 INFO E| Downloaded anstyle v1.0.10 |
| 10724 | 2026-08-11T22:01:27.167Z | [ recovery-image] Aug 11 22:01:25.931 INFO E| Downloaded toml_datetime v0.6.9 |
| 10725 | 2026-08-11T22:01:27.170Z | [ recovery-image] Aug 11 22:01:25.933 INFO E| Downloaded colorchoice v1.0.3 |
| 10726 | 2026-08-11T22:01:27.170Z | [ recovery-image] Aug 11 22:01:25.934 INFO E| Downloaded is_terminal_polyfill v1.70.1 |
| 10727 | 2026-08-11T22:01:27.170Z | [ recovery-image] Aug 11 22:01:25.934 INFO E| Downloaded shared_child v1.0.1 |
| 10728 | 2026-08-11T22:01:27.174Z | [ recovery-image] Aug 11 22:01:25.937 INFO E| Downloaded os_pipe v1.2.1 |
| 10729 | 2026-08-11T22:01:27.174Z | [ recovery-image] Aug 11 22:01:25.938 INFO E| Downloaded serde_spanned v0.6.8 |
| 10730 | 2026-08-11T22:01:27.174Z | [ recovery-image] Aug 11 22:01:25.938 INFO E| Downloaded anstream v0.6.18 |
| 10731 | 2026-08-11T22:01:27.177Z | [ recovery-image] Aug 11 22:01:25.940 INFO E| Downloaded clap_lex v0.7.4 |
| 10732 | 2026-08-11T22:01:27.182Z | [ recovery-image] Aug 11 22:01:25.946 INFO E| Downloaded duct v0.13.7 |
| 10733 | 2026-08-11T22:01:27.185Z | [ recovery-image] Aug 11 22:01:25.948 INFO E| Downloaded toml_write v0.1.1 |
| 10734 | 2026-08-11T22:01:27.191Z | [ recovery-image] Aug 11 22:01:25.950 INFO E| Downloaded anstyle-parse v0.2.6 |
| 10735 | 2026-08-11T22:01:27.195Z | [ recovery-image] Aug 11 22:01:25.960 INFO E| Downloaded clap v4.5.37 |
| 10736 | 2026-08-11T22:01:27.207Z | [ recovery-image] Aug 11 22:01:25.972 INFO E| Downloaded toml v0.8.22 |
| 10737 | 2026-08-11T22:01:27.226Z | [ recovery-image] Aug 11 22:01:25.991 INFO E| Downloaded cc v1.2.20 |
| 10738 | 2026-08-11T22:01:27.228Z | [ recovery-image] Aug 11 22:01:25.992 INFO E| Downloaded toml_edit v0.22.26 |
| 10739 | 2026-08-11T22:01:27.248Z | [ recovery-image] Aug 11 22:01:26.012 INFO E| Downloaded clap_builder v4.5.37 |
| 10740 | 2026-08-11T22:01:27.251Z | [ recovery-image] Aug 11 22:01:26.015 INFO E| Downloaded winnow v0.7.7 |
| 10741 | 2026-08-11T22:01:27.266Z | [ recovery-image] Aug 11 22:01:26.030 INFO E| Compiling libc v0.2.172 |
| 10742 | 2026-08-11T22:01:27.266Z | [ recovery-image] Aug 11 22:01:26.030 INFO E| Compiling utf8parse v0.2.2 |
| 10743 | 2026-08-11T22:01:27.269Z | [ recovery-image] Aug 11 22:01:26.030 INFO E| Compiling shlex v1.3.0 |
| 10744 | 2026-08-11T22:01:27.269Z | [ recovery-image] Aug 11 22:01:26.030 INFO E| Compiling colorchoice v1.0.3 |
| 10745 | 2026-08-11T22:01:27.269Z | [ recovery-image] Aug 11 22:01:26.030 INFO E| Compiling anstyle v1.0.10 |
| 10746 | 2026-08-11T22:01:27.269Z | [ recovery-image] Aug 11 22:01:26.031 INFO E| Compiling equivalent v1.0.2 |
| 10747 | 2026-08-11T22:01:27.269Z | [ recovery-image] Aug 11 22:01:26.031 INFO E| Compiling is_terminal_polyfill v1.70.1 |
| 10748 | 2026-08-11T22:01:27.269Z | [ recovery-image] Aug 11 22:01:26.031 INFO E| Compiling hashbrown v0.15.2 |
| 10749 | 2026-08-11T22:01:27.269Z | [ recovery-image] Aug 11 22:01:26.031 INFO E| Compiling once_cell v1.21.3 |
| 10750 | 2026-08-11T22:01:27.269Z | [ recovery-image] Aug 11 22:01:26.031 INFO E| Compiling anstyle-query v1.1.2 |
| 10751 | 2026-08-11T22:01:27.269Z | [ recovery-image] Aug 11 22:01:26.031 INFO E| Compiling toml_write v0.1.1 |
| 10752 | 2026-08-11T22:01:27.269Z | [ recovery-image] Aug 11 22:01:26.031 INFO E| Compiling strsim v0.11.1 |
| 10753 | 2026-08-11T22:01:27.283Z | [ recovery-image] Aug 11 22:01:26.048 INFO E| Compiling clap_lex v0.7.4 |
| 10754 | 2026-08-11T22:01:27.293Z | [ recovery-image] Aug 11 22:01:26.058 INFO E| Compiling anyhow v1.0.98 |
| 10755 | 2026-08-11T22:01:27.300Z | [ recovery-image] Aug 11 22:01:26.064 INFO E| Compiling winnow v0.7.7 |
| 10756 | 2026-08-11T22:01:27.304Z | [ recovery-image] Aug 11 22:01:26.068 INFO E| Compiling syn v2.0.101 |
| 10757 | 2026-08-11T22:01:27.377Z | [ recovery-image] Aug 11 22:01:26.141 INFO E| Compiling anstyle-parse v0.2.6 |
| 10758 | 2026-08-11T22:01:27.448Z | [ recovery-image] Aug 11 22:01:26.212 INFO E| Compiling cc v1.2.20 |
| 10759 | 2026-08-11T22:01:27.512Z | [ recovery-image] Aug 11 22:01:26.277 INFO E| Compiling anstream v0.6.18 |
| 10760 | 2026-08-11T22:01:27.707Z | [ recovery-image] Aug 11 22:01:26.470 INFO E| Compiling clap_builder v4.5.37 |
| 10761 | 2026-08-11T22:01:27.777Z | [ recovery-image] Aug 11 22:01:26.542 INFO E| Compiling indexmap v2.9.0 |
| 10762 | 2026-08-11T22:01:27.893Z | [ recovery-image] Aug 11 22:01:26.657 INFO E| Compiling os_pipe v1.2.1 |
| 10763 | 2026-08-11T22:01:27.893Z | [ recovery-image] Aug 11 22:01:26.657 INFO E| Compiling shared_child v1.0.1 |
| 10764 | 2026-08-11T22:01:28.005Z | [ recovery-image] Aug 11 22:01:26.769 INFO E| Compiling duct v0.13.7 |
| 10765 | 2026-08-11T22:01:28.479Z | [ recovery-image] Aug 11 22:01:27.244 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask) |
| 10766 | 2026-08-11T22:01:29.331Z | [ recovery-image] Aug 11 22:01:28.090 INFO E| Compiling serde_derive v1.0.219 |
| 10767 | 2026-08-11T22:01:29.331Z | [ recovery-image] Aug 11 22:01:28.090 INFO E| Compiling clap_derive v4.5.32 |
| 10768 | 2026-08-11T22:01:29.358Z | [ host-image] Aug 11 22:01:28.122 INFO O| Aug 11 22:01:28.122 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs |
| 10769 | 2026-08-11T22:01:29.435Z | [ host-image] Aug 11 22:01:28.200 INFO BUILD STRING "heads/stlouis-0-gaaf8e7455b\n" |
| 10770 | 2026-08-11T22:01:29.435Z | [ host-image] Aug 11 22:01:28.200 INFO expanded image name: "ci 68697a7/${os_short_commit} 2026-08-11 21:40" -> "ci 68697a7/aaf8e74 2026-08-11 21:40" |
| 10771 | 2026-08-11T22:01:29.435Z | [ host-image] Aug 11 22:01:28.200 INFO output artefacts stored in: "/work/os-host" |
| 10772 | 2026-08-11T22:01:29.439Z | [ host-image] Aug 11 22:01:28.200 INFO collecting git info from project "bootserver"... |
| 10773 | 2026-08-11T22:01:29.442Z | [ host-image] Aug 11 22:01:28.206 INFO collecting git info from project "dmar-report"... |
| 10774 | 2026-08-11T22:01:29.447Z | [ host-image] Aug 11 22:01:28.211 INFO collecting git info from project "phbl"... |
| 10775 | 2026-08-11T22:01:29.452Z | [ host-image] Aug 11 22:01:28.217 INFO collecting git info from project "image-builder"... |
| 10776 | 2026-08-11T22:01:29.457Z | [ host-image] Aug 11 22:01:28.222 INFO collecting git info from project "amd-firmware"... |
| 10777 | 2026-08-11T22:01:29.469Z | [ host-image] Aug 11 22:01:28.233 INFO collecting git info from project "chelsio-t6-roms"... |
| 10778 | 2026-08-11T22:01:29.474Z | [ host-image] Aug 11 22:01:28.239 INFO collecting git info from project "pinprick"... |
| 10779 | 2026-08-11T22:01:29.479Z | [ host-image] Aug 11 22:01:28.244 INFO collecting git info from project "amd-host-image-builder"... |
| 10780 | 2026-08-11T22:01:29.484Z | [ host-image] Aug 11 22:01:28.249 INFO collecting git info from project "pilot"... |
| 10781 | 2026-08-11T22:01:29.489Z | [ host-image] Aug 11 22:01:28.254 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 10782 | 2026-08-11T22:01:29.825Z | [ host-image] Aug 11 22:01:28.590 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 10783 | 2026-08-11T22:01:30.145Z | [ host-image] Aug 11 22:01:28.909 INFO creating Oxide boot image... |
| 10784 | 2026-08-11T22:01:30.145Z | [ host-image] Aug 11 22:01:28.909 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 68697a7/aaf8e74 2026-08-11 21:40", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
| 10785 | 2026-08-11T22:01:30.688Z | [ recovery-image] Aug 11 22:01:29.452 INFO E| Compiling clap v4.5.37 |
| 10786 | 2026-08-11T22:01:30.942Z | [ host-image] Aug 11 22:01:29.706 INFO O| ok, image written! |
| 10787 | 2026-08-11T22:01:30.942Z | [ host-image] Aug 11 22:01:29.707 INFO O| ok, boot_image_csum file written! |
| 10788 | 2026-08-11T22:01:30.947Z | [ host-image] Aug 11 22:01:29.709 INFO creating boot archive (CPIO)... |
| 10789 | 2026-08-11T22:01:30.947Z | [ host-image] Aug 11 22:01:29.709 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 |
| 10790 | 2026-08-11T22:01:30.951Z | [ host-image] Aug 11 22:01:29.714 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk |
| 10791 | 2026-08-11T22:01:30.951Z | [ host-image] Aug 11 22:01:29.714 INFO E| + outfile=/work/os-host/cpio |
| 10792 | 2026-08-11T22:01:30.951Z | [ host-image] Aug 11 22:01:29.714 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
| 10793 | 2026-08-11T22:01:30.954Z | [ host-image] Aug 11 22:01:29.716 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk |
| 10794 | 2026-08-11T22:01:30.954Z | [ host-image] Aug 11 22:01:29.716 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
| 10795 | 2026-08-11T22:01:30.980Z | [ host-image] Aug 11 22:01:29.744 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
| 10796 | 2026-08-11T22:01:30.980Z | [ host-image] Aug 11 22:01:29.744 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
| 10797 | 2026-08-11T22:01:30.987Z | [ host-image] Aug 11 22:01:29.752 INFO creating compressed cpio/unix for dev loaders... |
| 10798 | 2026-08-11T22:01:30.987Z | [ host-image] Aug 11 22:01:29.752 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 |
| 10799 | 2026-08-11T22:01:31.218Z | [ host-image] Aug 11 22:01:29.983 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None |
| 10800 | 2026-08-11T22:01:31.432Z | [ recovery-image] Aug 11 22:01:30.197 INFO E| Compiling serde v1.0.219 |
| 10801 | 2026-08-11T22:01:33.568Z | [ recovery-image] Aug 11 22:01:32.329 INFO E| Compiling serde_spanned v0.6.8 |
| 10802 | 2026-08-11T22:01:33.569Z | [ recovery-image] Aug 11 22:01:32.329 INFO E| Compiling toml_datetime v0.6.9 |
| 10803 | 2026-08-11T22:01:33.783Z | [ recovery-image] Aug 11 22:01:32.491 INFO E| Compiling toml_edit v0.22.26 |
| 10804 | 2026-08-11T22:01:34.653Z | [ host-image] Aug 11 22:01:33.413 INFO creating reset image... |
| 10805 | 2026-08-11T22:01:34.653Z | [ host-image] Aug 11 22:01:33.413 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") |
| 10806 | 2026-08-11T22:01:34.724Z | [ host-image] Aug 11 22:01:33.488 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
| 10807 | 2026-08-11T22:01:34.727Z | [ host-image] Aug 11 22:01:33.489 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl` |
| 10808 | 2026-08-11T22:01:34.969Z | [ recovery-image] Aug 11 22:01:33.734 INFO E| Compiling toml v0.8.22 |
| 10809 | 2026-08-11T22:01:35.046Z | [ host-image] Aug 11 22:01:33.811 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 10810 | 2026-08-11T22:01:35.050Z | [ host-image] Aug 11 22:01:33.811 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 10811 | 2026-08-11T22:01:35.050Z | [ host-image] Aug 11 22:01:33.811 INFO E| Compiling proc-macro2 v1.0.106 |
| 10812 | 2026-08-11T22:01:35.050Z | [ host-image] Aug 11 22:01:33.811 INFO E| Compiling quote v1.0.45 |
| 10813 | 2026-08-11T22:01:35.050Z | [ host-image] Aug 11 22:01:33.811 INFO E| Compiling unicode-ident v1.0.24 |
| 10814 | 2026-08-11T22:01:35.050Z | [ host-image] Aug 11 22:01:33.811 INFO E| Compiling syn v1.0.109 |
| 10815 | 2026-08-11T22:01:35.050Z | [ host-image] Aug 11 22:01:33.811 INFO E| Compiling x86 v0.52.0 |
| 10816 | 2026-08-11T22:01:35.051Z | [ host-image] Aug 11 22:01:33.811 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 10817 | 2026-08-11T22:01:35.056Z | [ host-image] Aug 11 22:01:33.820 INFO E| Compiling seq-macro v0.3.6 |
| 10818 | 2026-08-11T22:01:36.183Z | [ host-image] Aug 11 22:01:34.947 INFO E| Compiling syn v2.0.117 |
| 10819 | 2026-08-11T22:01:37.644Z | [ recovery-image] Aug 11 22:01:36.409 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.57s |
| 10820 | 2026-08-11T22:01:37.655Z | [ recovery-image] Aug 11 22:01:36.419 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.f.toml --image /work/os-recovery/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5` |
| 10821 | 2026-08-11T22:01:37.684Z | [ recovery-image] Aug 11 22:01:36.443 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 10822 | 2026-08-11T22:01:37.803Z | [ recovery-image] Aug 11 22:01:36.548 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.09s |
| 10823 | 2026-08-11T22:01:37.810Z | [ recovery-image] Aug 11 22:01:36.555 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.f -o /work/os-recovery/gimlet.rom` |
| 10824 | 2026-08-11T22:01:37.871Z | [ host-image] Aug 11 22:01:36.635 INFO E| Compiling scroll_derive v0.13.1 |
| 10825 | 2026-08-11T22:01:37.913Z | [ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn" |
| 10826 | 2026-08-11T22:01:37.913Z | [ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin" |
| 10827 | 2026-08-11T22:01:37.913Z | [ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin" |
| 10828 | 2026-08-11T22:01:37.917Z | [ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin" |
| 10829 | 2026-08-11T22:01:37.917Z | [ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn" |
| 10830 | 2026-08-11T22:01:37.917Z | [ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn" |
| 10831 | 2026-08-11T22:01:37.917Z | [ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin" |
| 10832 | 2026-08-11T22:01:37.917Z | [ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin" |
| 10833 | 2026-08-11T22:01:37.917Z | [ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin" |
| 10834 | 2026-08-11T22:01:37.917Z | [ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin" |
| 10835 | 2026-08-11T22:01:37.917Z | [ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin" |
| 10836 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin" |
| 10837 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin" |
| 10838 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin" |
| 10839 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.678 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin" |
| 10840 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO O| Info: ABL version: 0x100f5010 |
| 10841 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100 |
| 10842 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 10843 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 10844 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 10845 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 10846 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 10847 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 10848 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 10849 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 10850 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 10851 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 10852 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 10853 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 10854 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 10855 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 10856 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 10857 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 10858 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 10859 | 2026-08-11T22:01:37.918Z | [ recovery-image] Aug 11 22:01:36.679 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 10860 | 2026-08-11T22:01:37.954Z | [ recovery-image] Aug 11 22:01:36.718 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 10861 | 2026-08-11T22:01:37.954Z | [ recovery-image] Aug 11 22:01:36.718 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 10862 | 2026-08-11T22:01:37.954Z | [ recovery-image] Aug 11 22:01:36.718 INFO building ROM for cosmo |
| 10863 | 2026-08-11T22:01:37.957Z | [ recovery-image] Aug 11 22:01:36.718 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") |
| 10864 | 2026-08-11T22:01:38.057Z | [ recovery-image] Aug 11 22:01:36.819 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 10865 | 2026-08-11T22:01:38.061Z | [ recovery-image] Aug 11 22:01:36.823 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` |
| 10866 | 2026-08-11T22:01:38.075Z | [ recovery-image] Aug 11 22:01:36.840 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 10867 | 2026-08-11T22:01:38.157Z | [ recovery-image] Aug 11 22:01:36.919 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 10868 | 2026-08-11T22:01:38.161Z | [ recovery-image] Aug 11 22:01:36.924 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` |
| 10869 | 2026-08-11T22:01:38.381Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10870 | 2026-08-11T22:01:38.381Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin" |
| 10871 | 2026-08-11T22:01:38.381Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin" |
| 10872 | 2026-08-11T22:01:38.382Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin" |
| 10873 | 2026-08-11T22:01:38.389Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 10874 | 2026-08-11T22:01:38.389Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 10875 | 2026-08-11T22:01:38.389Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 10876 | 2026-08-11T22:01:38.389Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 10877 | 2026-08-11T22:01:38.389Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin" |
| 10878 | 2026-08-11T22:01:38.389Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin" |
| 10879 | 2026-08-11T22:01:38.389Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin" |
| 10880 | 2026-08-11T22:01:38.389Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 10881 | 2026-08-11T22:01:38.389Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 10882 | 2026-08-11T22:01:38.389Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 10883 | 2026-08-11T22:01:38.389Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 10884 | 2026-08-11T22:01:38.389Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 10885 | 2026-08-11T22:01:38.389Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin" |
| 10886 | 2026-08-11T22:01:38.389Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 10887 | 2026-08-11T22:01:38.389Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin" |
| 10888 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin" |
| 10889 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 10890 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 10891 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 10892 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 10893 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin" |
| 10894 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin" |
| 10895 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin" |
| 10896 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 10897 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 10898 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 10899 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 10900 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 10901 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 10902 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.146 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 10903 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin" |
| 10904 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 10905 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 10906 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 10907 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 10908 | 2026-08-11T22:01:38.390Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin" |
| 10909 | 2026-08-11T22:01:38.391Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin" |
| 10910 | 2026-08-11T22:01:38.391Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin" |
| 10911 | 2026-08-11T22:01:38.391Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 10912 | 2026-08-11T22:01:38.391Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin" |
| 10913 | 2026-08-11T22:01:38.391Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 10914 | 2026-08-11T22:01:38.391Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 10915 | 2026-08-11T22:01:38.391Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 10916 | 2026-08-11T22:01:38.391Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 10917 | 2026-08-11T22:01:38.391Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 10918 | 2026-08-11T22:01:38.391Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 10919 | 2026-08-11T22:01:38.391Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 10920 | 2026-08-11T22:01:38.391Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 10921 | 2026-08-11T22:01:38.391Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 10922 | 2026-08-11T22:01:38.391Z | [ recovery-image] Aug 11 22:01:37.147 INFO O| Info: ABL version: 0x100af010 |
| 10923 | 2026-08-11T22:01:38.391Z | [ recovery-image] Aug 11 22:01:37.147 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0 |
| 10924 | 2026-08-11T22:01:38.391Z | [ recovery-image] Aug 11 22:01:37.147 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0 |
| 10925 | 2026-08-11T22:01:38.393Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin" |
| 10926 | 2026-08-11T22:01:38.393Z | [ recovery-image] Aug 11 22:01:37.147 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 10927 | 2026-08-11T22:01:38.393Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 10928 | 2026-08-11T22:01:38.393Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 10929 | 2026-08-11T22:01:38.393Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 10930 | 2026-08-11T22:01:38.393Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 10931 | 2026-08-11T22:01:38.393Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 10932 | 2026-08-11T22:01:38.393Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 10933 | 2026-08-11T22:01:38.393Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 10934 | 2026-08-11T22:01:38.393Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 10935 | 2026-08-11T22:01:38.393Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 10936 | 2026-08-11T22:01:38.393Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 10937 | 2026-08-11T22:01:38.393Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 10938 | 2026-08-11T22:01:38.393Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 10939 | 2026-08-11T22:01:38.393Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 10940 | 2026-08-11T22:01:38.393Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 10941 | 2026-08-11T22:01:38.394Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 10942 | 2026-08-11T22:01:38.394Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 10943 | 2026-08-11T22:01:38.394Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 10944 | 2026-08-11T22:01:38.394Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 10945 | 2026-08-11T22:01:38.394Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin" |
| 10946 | 2026-08-11T22:01:38.394Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin" |
| 10947 | 2026-08-11T22:01:38.394Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin" |
| 10948 | 2026-08-11T22:01:38.394Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin" |
| 10949 | 2026-08-11T22:01:38.394Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin" |
| 10950 | 2026-08-11T22:01:38.394Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin" |
| 10951 | 2026-08-11T22:01:38.394Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin" |
| 10952 | 2026-08-11T22:01:38.394Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin" |
| 10953 | 2026-08-11T22:01:38.394Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin" |
| 10954 | 2026-08-11T22:01:38.394Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin" |
| 10955 | 2026-08-11T22:01:38.394Z | [ recovery-image] Aug 11 22:01:37.148 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin" |
| 10956 | 2026-08-11T22:01:38.419Z | [ recovery-image] Aug 11 22:01:37.183 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
| 10957 | 2026-08-11T22:01:38.949Z | [ host-image] Aug 11 22:01:37.671 INFO E| Compiling bitstruct_derive v0.1.0 |
| 10958 | 2026-08-11T22:01:39.613Z | [ recovery-image] Aug 11 22:01:38.377 INFO image complete! materials are in "/work/os-recovery" |
| 10959 | 2026-08-11T22:01:39.617Z | [ recovery-image] |
| 10960 | 2026-08-11T22:01:39.617Z | [ recovery-image] real 3:22.123161593 |
| 10961 | 2026-08-11T22:01:39.618Z | [ recovery-image] user 2:36.858049096 |
| 10962 | 2026-08-11T22:01:39.618Z | [ recovery-image] sys 39.093145146 |
| 10963 | 2026-08-11T22:01:39.619Z | [ recovery-image] trap 0.137329439 |
| 10964 | 2026-08-11T22:01:39.619Z | [ recovery-image] tflt 0.672674226 |
| 10965 | 2026-08-11T22:01:39.619Z | [ recovery-image] dflt 0.849301496 |
| 10966 | 2026-08-11T22:01:39.619Z | [ recovery-image] kflt 0.005760894 |
| 10967 | 2026-08-11T22:01:39.619Z | [ recovery-image] lock 8:01.108292622 |
| 10968 | 2026-08-11T22:01:39.619Z | [ recovery-image] slp 17:57.248144677 |
| 10969 | 2026-08-11T22:01:39.619Z | [ recovery-image] lat 28.359666147 |
| 10970 | 2026-08-11T22:01:39.619Z | [ recovery-image] stop 6.060421685 |
| 10971 | 2026-08-11T22:01:39.619Z | Aug 11 22:01:38.381 INFO [recovery-image] process exited with exit status: 0 (202.128165346s) |
| 10972 | 2026-08-11T22:01:39.619Z | Aug 11 22:01:38.381 INFO [tuf-v2-recovery] running task |
| 10973 | 2026-08-11T22:01:39.623Z | Aug 11 22:01:38.381 INFO [tuf-v2-recovery] task succeeded (649.481µs) |
| 10974 | 2026-08-11T22:01:48.077Z | [ host-image] Aug 11 22:01:46.840 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-16-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 10975 | 2026-08-11T22:01:50.230Z | [ host-image] Aug 11 22:01:48.993 INFO E| Compiling bitflags v1.3.2 |
| 10976 | 2026-08-11T22:01:50.234Z | [ host-image] Aug 11 22:01:48.993 INFO E| Compiling scroll v0.13.0 |
| 10977 | 2026-08-11T22:01:50.234Z | [ host-image] Aug 11 22:01:48.993 INFO E| Compiling bitflags v2.13.0 |
| 10978 | 2026-08-11T22:01:50.234Z | [ host-image] Aug 11 22:01:48.993 INFO E| Compiling adler2 v2.0.1 |
| 10979 | 2026-08-11T22:01:50.234Z | [ host-image] Aug 11 22:01:48.993 INFO E| Compiling log v0.4.32 |
| 10980 | 2026-08-11T22:01:50.234Z | [ host-image] Aug 11 22:01:48.993 INFO E| Compiling plain v0.2.3 |
| 10981 | 2026-08-11T22:01:50.234Z | [ host-image] Aug 11 22:01:48.993 INFO E| Compiling bit_field v0.10.3 |
| 10982 | 2026-08-11T22:01:50.234Z | [ host-image] Aug 11 22:01:48.993 INFO E| Compiling static_assertions v1.1.0 |
| 10983 | 2026-08-11T22:01:50.234Z | [ host-image] Aug 11 22:01:48.993 INFO E| Compiling bitstruct v0.1.1 |
| 10984 | 2026-08-11T22:01:50.285Z | [ host-image] Aug 11 22:01:49.049 INFO E| Compiling raw-cpuid v10.7.0 |
| 10985 | 2026-08-11T22:01:50.330Z | [ host-image] Aug 11 22:01:49.095 INFO E| Compiling miniz_oxide v0.9.1 |
| 10986 | 2026-08-11T22:01:50.396Z | [ host-image] Aug 11 22:01:49.160 INFO E| Compiling cpio_reader v0.1.2 |
| 10987 | 2026-08-11T22:01:50.456Z | [ host-image] Aug 11 22:01:49.220 INFO E| Compiling goblin v0.10.7 |
| 10988 | 2026-08-11T22:01:53.423Z | [ host-image] Aug 11 22:01:52.187 INFO E| Finished `release` profile [optimized] target(s) in 18.68s |
| 10989 | 2026-08-11T22:01:53.434Z | [ host-image] Aug 11 22:01:52.198 INFO building ROM for cosmo |
| 10990 | 2026-08-11T22:01:53.434Z | [ host-image] Aug 11 22:01:52.199 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") |
| 10991 | 2026-08-11T22:01:53.522Z | [ host-image] Aug 11 22:01:52.284 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
| 10992 | 2026-08-11T22:01:53.527Z | [ host-image] Aug 11 22:01:52.290 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` |
| 10993 | 2026-08-11T22:01:53.539Z | [ host-image] Aug 11 22:01:52.304 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 10994 | 2026-08-11T22:01:53.631Z | [ host-image] Aug 11 22:01:52.372 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 10995 | 2026-08-11T22:01:53.639Z | [ host-image] Aug 11 22:01:52.375 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` |
| 10996 | 2026-08-11T22:01:53.879Z | [ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10997 | 2026-08-11T22:01:53.879Z | [ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin" |
| 10998 | 2026-08-11T22:01:53.880Z | [ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin" |
| 10999 | 2026-08-11T22:01:53.897Z | [ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin" |
| 11000 | 2026-08-11T22:01:53.897Z | [ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 11001 | 2026-08-11T22:01:53.897Z | [ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 11002 | 2026-08-11T22:01:53.897Z | [ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 11003 | 2026-08-11T22:01:53.898Z | [ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 11004 | 2026-08-11T22:01:53.898Z | [ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin" |
| 11005 | 2026-08-11T22:01:53.899Z | [ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin" |
| 11006 | 2026-08-11T22:01:53.899Z | [ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin" |
| 11007 | 2026-08-11T22:01:53.899Z | [ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 11008 | 2026-08-11T22:01:53.899Z | [ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 11009 | 2026-08-11T22:01:53.899Z | [ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 11010 | 2026-08-11T22:01:53.900Z | [ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 11011 | 2026-08-11T22:01:53.900Z | [ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 11012 | 2026-08-11T22:01:53.900Z | [ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin" |
| 11013 | 2026-08-11T22:01:53.900Z | [ host-image] Aug 11 22:01:52.581 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 11014 | 2026-08-11T22:01:53.900Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin" |
| 11015 | 2026-08-11T22:01:53.900Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin" |
| 11016 | 2026-08-11T22:01:53.900Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 11017 | 2026-08-11T22:01:53.900Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 11018 | 2026-08-11T22:01:53.900Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 11019 | 2026-08-11T22:01:53.900Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 11020 | 2026-08-11T22:01:53.900Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin" |
| 11021 | 2026-08-11T22:01:53.900Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin" |
| 11022 | 2026-08-11T22:01:53.900Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin" |
| 11023 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 11024 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 11025 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 11026 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 11027 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 11028 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 11029 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 11030 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin" |
| 11031 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 11032 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 11033 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 11034 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 11035 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin" |
| 11036 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin" |
| 11037 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin" |
| 11038 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 11039 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin" |
| 11040 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 11041 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 11042 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 11043 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 11044 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 11045 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 11046 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 11047 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 11048 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 11049 | 2026-08-11T22:01:53.901Z | [ host-image] Aug 11 22:01:52.582 INFO O| Info: ABL version: 0x100af010 |
| 11050 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.582 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0 |
| 11051 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.582 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0 |
| 11052 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin" |
| 11053 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 11054 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 11055 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 11056 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 11057 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 11058 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 11059 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 11060 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 11061 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 11062 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 11063 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 11064 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 11065 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 11066 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 11067 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 11068 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 11069 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 11070 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 11071 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 11072 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin" |
| 11073 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin" |
| 11074 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin" |
| 11075 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin" |
| 11076 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin" |
| 11077 | 2026-08-11T22:01:53.902Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin" |
| 11078 | 2026-08-11T22:01:53.903Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin" |
| 11079 | 2026-08-11T22:01:53.903Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin" |
| 11080 | 2026-08-11T22:01:53.903Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin" |
| 11081 | 2026-08-11T22:01:53.903Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin" |
| 11082 | 2026-08-11T22:01:53.903Z | [ host-image] Aug 11 22:01:52.583 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin" |
| 11083 | 2026-08-11T22:01:53.903Z | [ host-image] Aug 11 22:01:52.616 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 11084 | 2026-08-11T22:01:53.903Z | [ host-image] Aug 11 22:01:52.616 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 11085 | 2026-08-11T22:01:53.903Z | [ host-image] Aug 11 22:01:52.616 INFO building ROM for gimlet |
| 11086 | 2026-08-11T22:01:53.903Z | [ host-image] Aug 11 22:01:52.616 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.f.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") |
| 11087 | 2026-08-11T22:01:53.988Z | [ host-image] Aug 11 22:01:52.705 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
| 11088 | 2026-08-11T22:01:53.992Z | [ host-image] Aug 11 22:01:52.707 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.f.toml --image /work/os-host/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5` |
| 11089 | 2026-08-11T22:01:53.992Z | [ host-image] Aug 11 22:01:52.718 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 11090 | 2026-08-11T22:01:54.029Z | [ host-image] Aug 11 22:01:52.783 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 11091 | 2026-08-11T22:01:54.038Z | [ host-image] Aug 11 22:01:52.786 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.f -o /work/os-host/gimlet.rom` |
| 11092 | 2026-08-11T22:01:54.134Z | [ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn" |
| 11093 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin" |
| 11094 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin" |
| 11095 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin" |
| 11096 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn" |
| 11097 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn" |
| 11098 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin" |
| 11099 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin" |
| 11100 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin" |
| 11101 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin" |
| 11102 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin" |
| 11103 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin" |
| 11104 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin" |
| 11105 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin" |
| 11106 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin" |
| 11107 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO O| Info: ABL version: 0x100f5010 |
| 11108 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100 |
| 11109 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 11110 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 11111 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 11112 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 11113 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 11114 | 2026-08-11T22:01:54.145Z | [ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 11115 | 2026-08-11T22:01:54.146Z | [ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 11116 | 2026-08-11T22:01:54.146Z | [ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 11117 | 2026-08-11T22:01:54.146Z | [ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 11118 | 2026-08-11T22:01:54.146Z | [ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 11119 | 2026-08-11T22:01:54.146Z | [ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 11120 | 2026-08-11T22:01:54.146Z | [ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 11121 | 2026-08-11T22:01:54.146Z | [ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 11122 | 2026-08-11T22:01:54.146Z | [ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 11123 | 2026-08-11T22:01:54.146Z | [ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 11124 | 2026-08-11T22:01:54.146Z | [ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 11125 | 2026-08-11T22:01:54.146Z | [ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 11126 | 2026-08-11T22:01:54.146Z | [ host-image] Aug 11 22:01:52.900 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 11127 | 2026-08-11T22:01:54.171Z | [ host-image] Aug 11 22:01:52.935 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
| 11128 | 2026-08-11T22:02:05.653Z | [ host-image] Aug 11 22:02:04.417 INFO image complete! materials are in "/work/os-host" |
| 11129 | 2026-08-11T22:02:05.657Z | [ host-image] |
| 11130 | 2026-08-11T22:02:05.657Z | [ host-image] real 3:58.481961876 |
| 11131 | 2026-08-11T22:02:05.657Z | [ host-image] user 2:47.870664527 |
| 11132 | 2026-08-11T22:02:05.657Z | [ host-image] sys 36.337857208 |
| 11133 | 2026-08-11T22:02:05.657Z | [ host-image] trap 0.143074582 |
| 11134 | 2026-08-11T22:02:05.657Z | [ host-image] tflt 0.319939200 |
| 11135 | 2026-08-11T22:02:05.657Z | [ host-image] dflt 0.274727990 |
| 11136 | 2026-08-11T22:02:05.657Z | [ host-image] kflt 0.000083820 |
| 11137 | 2026-08-11T22:02:05.658Z | [ host-image] lock 4:44.708527389 |
| 11138 | 2026-08-11T22:02:05.658Z | [ host-image] slp 20:15.465269223 |
| 11139 | 2026-08-11T22:02:05.658Z | [ host-image] lat 23.086778777 |
| 11140 | 2026-08-11T22:02:05.658Z | [ host-image] stop 2.122149869 |
| 11141 | 2026-08-11T22:02:05.658Z | Aug 11 22:02:04.421 INFO [host-image] process exited with exit status: 0 (238.487521661s) |
| 11142 | 2026-08-11T22:02:05.658Z | Aug 11 22:02:04.421 INFO [tuf-v2-host] running task |
| 11143 | 2026-08-11T22:02:05.658Z | Aug 11 22:02:04.421 INFO [tuf-repo] running task |
| 11144 | 2026-08-11T22:02:05.662Z | Aug 11 22:02:04.422 INFO [tuf-v2-host] task succeeded (550.81µs) |
| 11145 | 2026-08-11T22:02:05.662Z | Aug 11 22:02:04.422 INFO [tuf-v2-repo] running task |
| 11146 | 2026-08-11T22:02:27.140Z | Aug 11 22:02:25.904 INFO assembling repository in `/tmp/tufaceous3xTONM`, component: OmicronRepoAssembler |
| 11147 | 2026-08-11T22:02:27.361Z | Aug 11 22:02:26.125 INFO [tuf-v2-repo] task succeeded (21.703592803s) |
| 11148 | 2026-08-11T22:02:36.163Z | Aug 11 22:02:34.927 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
| 11149 | 2026-08-11T22:02:36.403Z | Aug 11 22:02:35.167 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
| 11150 | 2026-08-11T22:02:38.405Z | Aug 11 22:02:37.169 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a" |
| 11151 | 2026-08-11T22:02:38.477Z | Aug 11 22:02:37.241 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b" |
| 11152 | 2026-08-11T22:02:38.530Z | Aug 11 22:02:37.294 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b" |
| 11153 | 2026-08-11T22:02:38.579Z | Aug 11 22:02:37.343 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c" |
| 11154 | 2026-08-11T22:02:38.630Z | Aug 11 22:02:37.391 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d" |
| 11155 | 2026-08-11T22:02:38.688Z | Aug 11 22:02:37.452 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e" |
| 11156 | 2026-08-11T22:02:38.740Z | Aug 11 22:02:37.504 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f" |
| 11157 | 2026-08-11T22:02:48.996Z | Aug 11 22:02:47.760 INFO skipping duplicate RoT image, skipped_inner_file: archive-a.zip, skipped_target: psc_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz |
| 11158 | 2026-08-11T22:02:49.009Z | Aug 11 22:02:47.765 INFO skipping duplicate RoT image, skipped_inner_file: archive-b.zip, skipped_target: psc_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz |
| 11159 | 2026-08-11T22:02:49.024Z | Aug 11 22:02:47.788 INFO skipping duplicate RoT bootloader image, skipped: psc_rot_bootloader-psc_rot_bootloader-bart-1.4.1.tar.gz, existing: gimlet_rot_bootloader-gimlet_rot_bootloader-bart-1.4.1.tar.gz |
| 11160 | 2026-08-11T22:02:49.083Z | Aug 11 22:02:47.847 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b" |
| 11161 | 2026-08-11T22:02:49.147Z | Aug 11 22:02:47.911 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c" |
| 11162 | 2026-08-11T22:02:49.201Z | Aug 11 22:02:47.964 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d" |
| 11163 | 2026-08-11T22:02:49.264Z | Aug 11 22:02:48.028 INFO skipping duplicate RoT image, skipped_inner_file: archive-a.zip, skipped_target: switch_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz |
| 11164 | 2026-08-11T22:02:49.271Z | Aug 11 22:02:48.035 INFO skipping duplicate RoT image, skipped_inner_file: archive-b.zip, skipped_target: switch_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz, existing_target: gimlet_rot-oxide-rot-1-selfsigned-bart-1.0.38.tar.gz |
| 11165 | 2026-08-11T22:02:49.294Z | Aug 11 22:02:48.058 INFO skipping duplicate RoT bootloader image, skipped: switch_rot_bootloader-switch_rot_bootloader-bart-1.4.1.tar.gz, existing: gimlet_rot_bootloader-gimlet_rot_bootloader-bart-1.4.1.tar.gz |
| 11166 | 2026-08-11T22:02:51.241Z | Aug 11 22:02:49.891 INFO [tuf-repo] task succeeded (45.469669301s) |
| 11167 | 2026-08-11T22:05:24.761Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 03s |
| 11168 | 2026-08-11T22:05:27.456Z | Aug 11 22:05:26.219 INFO [verify-libraries] process exited with exit status: 0 (430.224314224s) |
| 11169 | 2026-08-11T22:05:27.456Z | Aug 11 22:05:26.219 INFO all jobs completed in 1477.457063276s |
| 11170 | 2026-08-11T22:05:28.649Z | process exited: duration 1731444 ms, exit code 0 |
| |
| 11171 | 2026-08-11T22:05:28.662Z | found 41 output files |
| 11172 | 2026-08-11T22:05:28.662Z | uploading: /work/manifest.toml (17334 bytes) |
| 11173 | 2026-08-11T22:05:29.675Z | uploaded: /work/manifest.toml |
| 11174 | 2026-08-11T22:05:29.676Z | uploading: /work/repo.zip (3280121186 bytes) |
| 11175 | 2026-08-11T22:06:11.233Z | uploaded: /work/repo.zip |
| 11176 | 2026-08-11T22:06:11.234Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
| 11177 | 2026-08-11T22:06:12.316Z | uploaded: /work/repo.zip.sha256.txt |
| 11178 | 2026-08-11T22:06:12.316Z | uploading: /work/helios.json (647 bytes) |
| 11179 | 2026-08-11T22:06:13.327Z | uploaded: /work/helios.json |
| 11180 | 2026-08-11T22:06:13.327Z | uploading: /work/incorporation.p5m (113590 bytes) |
| 11181 | 2026-08-11T22:06:14.343Z | uploaded: /work/incorporation.p5m |
| 11182 | 2026-08-11T22:06:14.344Z | uploading: /work/incorporation.p5p (133120 bytes) |
| 11183 | 2026-08-11T22:06:15.360Z | uploaded: /work/incorporation.p5p |
| 11184 | 2026-08-11T22:06:15.360Z | uploading: /work/helios-incorp.log (522 bytes) |
| 11185 | 2026-08-11T22:06:16.369Z | uploaded: /work/helios-incorp.log |
| 11186 | 2026-08-11T22:06:16.369Z | uploading: /work/helios-setup.log (56907 bytes) |
| 11187 | 2026-08-11T22:06:17.384Z | uploaded: /work/helios-setup.log |
| 11188 | 2026-08-11T22:06:17.384Z | uploading: /work/host-image.log (233225 bytes) |
| 11189 | 2026-08-11T22:06:18.403Z | uploaded: /work/host-image.log |
| 11190 | 2026-08-11T22:06:18.403Z | uploading: /work/host-package.log (33129 bytes) |
| 11191 | 2026-08-11T22:06:19.417Z | uploaded: /work/host-package.log |
| 11192 | 2026-08-11T22:06:19.417Z | uploading: /work/host-target.log (101 bytes) |
| 11193 | 2026-08-11T22:06:20.428Z | uploaded: /work/host-target.log |
| 11194 | 2026-08-11T22:06:20.428Z | uploading: /work/incorp-create.log (0 bytes) |
| 11195 | 2026-08-11T22:06:21.436Z | uploaded: /work/incorp-create.log |
| 11196 | 2026-08-11T22:06:21.436Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 11197 | 2026-08-11T22:06:22.445Z | uploaded: /work/incorp-fmt.log |
| 11198 | 2026-08-11T22:06:22.445Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 11199 | 2026-08-11T22:06:23.456Z | uploaded: /work/incorp-pkgsend.log |
| 11200 | 2026-08-11T22:06:23.457Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 11201 | 2026-08-11T22:06:24.466Z | uploaded: /work/incorp-publisher.log |
| 11202 | 2026-08-11T22:06:24.466Z | uploading: /work/omicron-package.log (10114 bytes) |
| 11203 | 2026-08-11T22:06:25.481Z | uploaded: /work/omicron-package.log |
| 11204 | 2026-08-11T22:06:25.481Z | uploading: /work/recovery-image.log (589039 bytes) |
| 11205 | 2026-08-11T22:06:26.504Z | uploaded: /work/recovery-image.log |
| 11206 | 2026-08-11T22:06:26.504Z | uploading: /work/recovery-package.log (321 bytes) |
| 11207 | 2026-08-11T22:06:27.514Z | uploaded: /work/recovery-package.log |
| 11208 | 2026-08-11T22:06:27.514Z | uploading: /work/recovery-target.log (98 bytes) |
| 11209 | 2026-08-11T22:06:28.527Z | uploaded: /work/recovery-target.log |
| 11210 | 2026-08-11T22:06:28.527Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 11211 | 2026-08-11T22:06:29.537Z | uploaded: /work/stamp-clickhouse.log |
| 11212 | 2026-08-11T22:06:29.537Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 11213 | 2026-08-11T22:06:30.548Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 11214 | 2026-08-11T22:06:30.548Z | uploading: /work/stamp-clickhouse_server.log (124 bytes) |
| 11215 | 2026-08-11T22:06:31.558Z | uploaded: /work/stamp-clickhouse_server.log |
| 11216 | 2026-08-11T22:06:31.558Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 11217 | 2026-08-11T22:06:32.571Z | uploaded: /work/stamp-cockroachdb.log |
| 11218 | 2026-08-11T22:06:32.571Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 11219 | 2026-08-11T22:06:33.581Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 11220 | 2026-08-11T22:06:33.581Z | uploading: /work/stamp-crucible-utils.log (118 bytes) |
| 11221 | 2026-08-11T22:06:34.591Z | uploaded: /work/stamp-crucible-utils.log |
| 11222 | 2026-08-11T22:06:34.591Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 11223 | 2026-08-11T22:06:35.600Z | uploaded: /work/stamp-crucible-zone.log |
| 11224 | 2026-08-11T22:06:35.600Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 11225 | 2026-08-11T22:06:36.615Z | uploaded: /work/stamp-external-dns.log |
| 11226 | 2026-08-11T22:06:36.615Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 11227 | 2026-08-11T22:06:37.625Z | uploaded: /work/stamp-installinator.log |
| 11228 | 2026-08-11T22:06:37.625Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 11229 | 2026-08-11T22:06:38.636Z | uploaded: /work/stamp-internal-dns.log |
| 11230 | 2026-08-11T22:06:38.637Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 11231 | 2026-08-11T22:06:39.647Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 11232 | 2026-08-11T22:06:39.648Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 11233 | 2026-08-11T22:06:40.659Z | uploaded: /work/stamp-nexus.log |
| 11234 | 2026-08-11T22:06:40.659Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 11235 | 2026-08-11T22:06:41.670Z | uploaded: /work/stamp-ntp.log |
| 11236 | 2026-08-11T22:06:41.671Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 11237 | 2026-08-11T22:06:42.680Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 11238 | 2026-08-11T22:06:42.680Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 11239 | 2026-08-11T22:06:43.691Z | uploaded: /work/stamp-overlay.log |
| 11240 | 2026-08-11T22:06:43.691Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 11241 | 2026-08-11T22:06:44.702Z | uploaded: /work/stamp-oximeter.log |
| 11242 | 2026-08-11T22:06:44.702Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 11243 | 2026-08-11T22:06:45.713Z | uploaded: /work/stamp-oxlog.log |
| 11244 | 2026-08-11T22:06:45.713Z | uploading: /work/stamp-probe.log (112 bytes) |
| 11245 | 2026-08-11T22:06:46.723Z | uploaded: /work/stamp-probe.log |
| 11246 | 2026-08-11T22:06:46.723Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 11247 | 2026-08-11T22:06:47.734Z | uploaded: /work/stamp-propolis-server.log |
| 11248 | 2026-08-11T22:06:47.734Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 11249 | 2026-08-11T22:06:48.754Z | uploaded: /work/stamp-pumpkind-gz.log |
| 11250 | 2026-08-11T22:06:48.754Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 11251 | 2026-08-11T22:06:49.768Z | uploaded: /work/stamp-switch-asic.log |
| 11252 | 2026-08-11T22:06:49.768Z | uploading: /work/verify-libraries.log (49730 bytes) |
| 11253 | 2026-08-11T22:06:50.783Z | uploaded: /work/verify-libraries.log |