|
|
|
| 1 | 2026-08-29T21:05:03.159Z | job assigned to worker 01M17NCHFAAKA69PZZK9VXS17R [factory aws, i-040149bfca86ce033] (queued for 57 s) |
| |
| 2 | 2026-08-29T21:05:10.073Z | starting task 0: "setup" |
| 3 | 2026-08-29T21:05:10.079Z | ++ uname -s |
| 4 | 2026-08-29T21:05:10.085Z | + kern=SunOS |
| 5 | 2026-08-29T21:05:10.085Z | + build_user=build |
| 6 | 2026-08-29T21:05:10.085Z | + build_uid=12345 |
| 7 | 2026-08-29T21:05:10.085Z | + work_dir=/work |
| 8 | 2026-08-29T21:05:10.085Z | + input_dir=/input |
| 9 | 2026-08-29T21:05:10.086Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-29T21:05:10.086Z | + case "$kern" in |
| 11 | 2026-08-29T21:05:10.086Z | + groupadd -g 12345 build |
| 12 | 2026-08-29T21:05:10.086Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-29T21:05:12.089Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-29T21:05:12.149Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-29T21:05:12.153Z | + home_fs=zfs |
| 16 | 2026-08-29T21:05:12.153Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-29T21:05:12.153Z | + mkdir -p /home/build |
| 18 | 2026-08-29T21:05:12.153Z | + chown build:build /home/build /work |
| 19 | 2026-08-29T21:05:14.155Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-29T21:05:14.162Z | process exited: duration 4087 ms, exit code 0 |
| |
| 21 | 2026-08-29T21:05:14.169Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-29T21:05:14.174Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-29T21:05:14.174Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-29T21:05:14.174Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-29T21:05:14.174Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-29T21:05:14.174Z | * rust toolchain channel = "1.97.1" |
| 27 | 2026-08-29T21:05:14.174Z | * rust toolchain profile = "default" |
| 28 | 2026-08-29T21:05:14.179Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-29T21:05:14.179Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-29T21:05:14.307Z | info: downloading installer |
| 31 | 2026-08-29T21:05:15.800Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-29T21:05:15.801Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-29T21:05:15.801Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-29T21:05:15.801Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-29T21:05:15.813Z | info: profile set to default |
| 36 | 2026-08-29T21:05:15.813Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-29T21:05:15.821Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-29T21:05:15.949Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-29T21:05:15.952Z | info: downloading 6 components |
| 40 | 2026-08-29T21:05:31.155Z | |
| 41 | 2026-08-29T21:05:31.155Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-08-29T21:05:31.182Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-29T21:05:31.182Z | |
| 44 | 2026-08-29T21:05:31.182Z | |
| 45 | 2026-08-29T21:05:31.182Z | Rust is installed now. Great! |
| 46 | 2026-08-29T21:05:31.182Z | |
| 47 | 2026-08-29T21:05:31.182Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-29T21:05:31.182Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-29T21:05:31.182Z | |
| 50 | 2026-08-29T21:05:31.182Z | To configure your current shell, you need to source |
| 51 | 2026-08-29T21:05:31.182Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-29T21:05:31.182Z | |
| 53 | 2026-08-29T21:05:31.182Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-29T21:05:31.182Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-29T21:05:31.182Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-29T21:05:31.182Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-29T21:05:31.182Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-29T21:05:31.183Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-29T21:05:31.183Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-29T21:05:31.186Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-29T21:05:31.186Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-29T21:05:31.286Z | + rustup --version |
| 63 | 2026-08-29T21:05:31.293Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-29T21:05:31.293Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-29T21:05:31.312Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-29T21:05:31.315Z | + cargo --version |
| 67 | 2026-08-29T21:05:31.323Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-29T21:05:31.326Z | + rustc --version |
| 69 | 2026-08-29T21:05:31.347Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-29T21:05:31.351Z | process exited: duration 17181 ms, exit code 0 |
| |
| 71 | 2026-08-29T21:05:31.358Z | starting task 2: "authentication" |
| 72 | 2026-08-29T21:05:31.377Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-08-29T21:05:31.386Z | starting task 3: "clone repository" |
| 74 | 2026-08-29T21:05:31.390Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-29T21:05:31.394Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-29T21:05:31.425Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-29T21:05:50.701Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-29T21:05:50.701Z | + git fetch origin 1cb7ef2815f22fdc98e64c4762eee266ca31f829 |
| 79 | 2026-08-29T21:05:51.042Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-29T21:05:51.042Z | * branch 1cb7ef2815f22fdc98e64c4762eee266ca31f829 -> FETCH_HEAD |
| 81 | 2026-08-29T21:05:51.058Z | + [[ -n nexus-tunnel ]] |
| 82 | 2026-08-29T21:05:51.062Z | ++ git branch --show-current |
| 83 | 2026-08-29T21:05:51.062Z | + current=main |
| 84 | 2026-08-29T21:05:51.062Z | + [[ main != nexus-tunnel ]] |
| 85 | 2026-08-29T21:05:51.062Z | + git branch -f nexus-tunnel 1cb7ef2815f22fdc98e64c4762eee266ca31f829 |
| 86 | 2026-08-29T21:05:51.076Z | + git checkout -f nexus-tunnel |
| 87 | 2026-08-29T21:05:51.138Z | Switched to branch 'nexus-tunnel' |
| 88 | 2026-08-29T21:05:51.142Z | + git reset --hard 1cb7ef2815f22fdc98e64c4762eee266ca31f829 |
| 89 | 2026-08-29T21:05:51.220Z | HEAD is now at 1cb7ef281 Advance sush to sled health |
| 90 | 2026-08-29T21:05:51.224Z | process exited: duration 19832 ms, exit code 0 |
| |
| 91 | 2026-08-29T21:05:51.231Z | starting task 4: "build" |
| 92 | 2026-08-29T21:05:51.236Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-29T21:05:51.239Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-29T21:05:51.239Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-29T21:05:51.239Z | +++ uname -s |
| 96 | 2026-08-29T21:05:51.239Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-29T21:05:51.240Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-29T21:05:51.243Z | + cargo --version |
| 99 | 2026-08-29T21:05:51.250Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-29T21:05:51.254Z | + rustc --version |
| 101 | 2026-08-29T21:05:51.273Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-29T21:05:51.276Z | + cargo tree --locked |
| 103 | 2026-08-29T21:05:51.443Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 104 | 2026-08-29T21:05:51.771Z | Updating crates.io index |
| 105 | 2026-08-29T21:05:51.775Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 106 | 2026-08-29T21:05:52.028Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 107 | 2026-08-29T21:05:52.409Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 108 | 2026-08-29T21:05:52.732Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 109 | 2026-08-29T21:05:54.043Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 110 | 2026-08-29T21:05:54.697Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 111 | 2026-08-29T21:05:56.805Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 112 | 2026-08-29T21:05:57.925Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 113 | 2026-08-29T21:05:58.239Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 114 | 2026-08-29T21:05:58.625Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 115 | 2026-08-29T21:05:59.984Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 116 | 2026-08-29T21:06:00.331Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 117 | 2026-08-29T21:06:00.754Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 118 | 2026-08-29T21:06:01.044Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 119 | 2026-08-29T21:06:01.313Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 120 | 2026-08-29T21:06:01.601Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 121 | 2026-08-29T21:06:01.940Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 122 | 2026-08-29T21:06:02.251Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 123 | 2026-08-29T21:06:02.624Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 124 | 2026-08-29T21:06:03.002Z | Updating git repository `https://github.com/oxidecomputer/sush` |
| 125 | 2026-08-29T21:06:03.595Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 126 | 2026-08-29T21:06:04.232Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 127 | 2026-08-29T21:06:04.530Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 128 | 2026-08-29T21:06:05.160Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 129 | 2026-08-29T21:06:05.523Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 130 | 2026-08-29T21:06:05.812Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 131 | 2026-08-29T21:06:06.312Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 132 | 2026-08-29T21:06:06.612Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 133 | 2026-08-29T21:06:06.997Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 134 | 2026-08-29T21:06:07.525Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 135 | 2026-08-29T21:06:07.848Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 136 | 2026-08-29T21:06:08.196Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 137 | 2026-08-29T21:06:08.653Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 138 | 2026-08-29T21:06:09.420Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 139 | 2026-08-29T21:06:09.718Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 140 | 2026-08-29T21:06:10.011Z | Updating git repository `https://github.com/oxidecomputer/rumors` |
| 141 | 2026-08-29T21:06:20.477Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 142 | 2026-08-29T21:06:20.813Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 143 | 2026-08-29T21:06:21.532Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 144 | 2026-08-29T21:06:21.791Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 145 | 2026-08-29T21:06:22.194Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 146 | 2026-08-29T21:06:22.513Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 147 | 2026-08-29T21:06:22.822Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 148 | 2026-08-29T21:06:23.105Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 149 | 2026-08-29T21:06:26.033Z | Downloading crates ... |
| 150 | 2026-08-29T21:06:26.076Z | Downloaded dtrace-parser v0.3.0 |
| 151 | 2026-08-29T21:06:26.083Z | Downloaded embedded-io v0.6.1 |
| 152 | 2026-08-29T21:06:26.092Z | Downloaded float-cmp v0.10.0 |
| 153 | 2026-08-29T21:06:26.096Z | Downloaded dyn-clone v1.0.20 |
| 154 | 2026-08-29T21:06:26.096Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 155 | 2026-08-29T21:06:26.099Z | Downloaded embedded-io v0.4.0 |
| 156 | 2026-08-29T21:06:26.099Z | Downloaded endian-type v0.1.2 |
| 157 | 2026-08-29T21:06:26.099Z | Downloaded lazy_static v1.5.0 |
| 158 | 2026-08-29T21:06:26.099Z | Downloaded enum-as-inner v0.6.1 |
| 159 | 2026-08-29T21:06:26.099Z | Downloaded event-listener-strategy v0.5.4 |
| 160 | 2026-08-29T21:06:26.104Z | Downloaded env_filter v2.0.0 |
| 161 | 2026-08-29T21:06:26.104Z | Downloaded equivalent v1.0.2 |
| 162 | 2026-08-29T21:06:26.104Z | Downloaded escape8259 v0.5.3 |
| 163 | 2026-08-29T21:06:26.106Z | Downloaded fd-lock v4.0.4 |
| 164 | 2026-08-29T21:06:26.107Z | Downloaded lock_api v0.4.14 |
| 165 | 2026-08-29T21:06:26.107Z | Downloaded dtrace-parser v0.2.0 |
| 166 | 2026-08-29T21:06:26.109Z | Downloaded either v1.15.0 |
| 167 | 2026-08-29T21:06:26.109Z | Downloaded errno v0.3.14 |
| 168 | 2026-08-29T21:06:26.112Z | Downloaded flagset v0.4.7 |
| 169 | 2026-08-29T21:06:26.116Z | Downloaded linear-map v1.2.0 |
| 170 | 2026-08-29T21:06:26.119Z | Downloaded form_urlencoded v1.2.2 |
| 171 | 2026-08-29T21:06:26.119Z | Downloaded futures-sink v0.3.32 |
| 172 | 2026-08-29T21:06:26.119Z | Downloaded fnv v1.0.7 |
| 173 | 2026-08-29T21:06:26.119Z | Downloaded mime_guess v2.0.5 |
| 174 | 2026-08-29T21:06:26.122Z | Downloaded fastrand v2.3.0 |
| 175 | 2026-08-29T21:06:26.122Z | Downloaded libxml v0.3.3 |
| 176 | 2026-08-29T21:06:26.126Z | Downloaded dsl_auto_type v0.2.0 |
| 177 | 2026-08-29T21:06:26.126Z | Downloaded fixedbitset v0.4.2 |
| 178 | 2026-08-29T21:06:26.126Z | Downloaded float-ord v0.3.2 |
| 179 | 2026-08-29T21:06:26.126Z | Downloaded dunce v1.0.5 |
| 180 | 2026-08-29T21:06:26.126Z | Downloaded ed25519 v2.2.3 |
| 181 | 2026-08-29T21:06:26.129Z | Downloaded fixedbitset v0.5.7 |
| 182 | 2026-08-29T21:06:26.130Z | Downloaded libscf-sys v1.2.0 |
| 183 | 2026-08-29T21:06:26.130Z | Downloaded md-5 v0.10.6 |
| 184 | 2026-08-29T21:06:26.130Z | Downloaded num-conv v0.2.0 |
| 185 | 2026-08-29T21:06:26.130Z | Downloaded libefi-sys v0.1.0 |
| 186 | 2026-08-29T21:06:26.130Z | Downloaded libsw v3.5.0 |
| 187 | 2026-08-29T21:06:26.133Z | Downloaded memoffset v0.9.1 |
| 188 | 2026-08-29T21:06:26.133Z | Downloaded ena v0.14.4 |
| 189 | 2026-08-29T21:06:26.133Z | Downloaded ecdsa v0.16.9 |
| 190 | 2026-08-29T21:06:26.133Z | Downloaded env_logger v0.11.11 |
| 191 | 2026-08-29T21:06:26.136Z | Downloaded libtest-mimic v0.8.1 |
| 192 | 2026-08-29T21:06:26.136Z | Downloaded enum_dispatch v0.3.13 |
| 193 | 2026-08-29T21:06:26.139Z | Downloaded erased-serde v0.3.31 |
| 194 | 2026-08-29T21:06:26.139Z | Downloaded foreign-types v0.3.2 |
| 195 | 2026-08-29T21:06:26.139Z | Downloaded foreign-types v0.5.0 |
| 196 | 2026-08-29T21:06:26.143Z | Downloaded memmap2 v0.9.10 |
| 197 | 2026-08-29T21:06:26.143Z | Downloaded ghash v0.6.0 |
| 198 | 2026-08-29T21:06:26.143Z | Downloaded foreign-types-macros v0.2.3 |
| 199 | 2026-08-29T21:06:26.143Z | Downloaded nodrop v0.1.14 |
| 200 | 2026-08-29T21:06:26.146Z | Downloaded num_threads v0.1.7 |
| 201 | 2026-08-29T21:06:26.146Z | Downloaded fallible-iterator v0.2.0 |
| 202 | 2026-08-29T21:06:26.146Z | Downloaded ed25519 v3.0.0 |
| 203 | 2026-08-29T21:06:26.146Z | Downloaded filetime v0.2.27 |
| 204 | 2026-08-29T21:06:26.149Z | Downloaded libbz2-rs-sys v0.2.2 |
| 205 | 2026-08-29T21:06:26.149Z | Downloaded lru v0.18.3 |
| 206 | 2026-08-29T21:06:26.150Z | Downloaded new_debug_unreachable v1.0.6 |
| 207 | 2026-08-29T21:06:26.153Z | Downloaded find-msvc-tools v0.1.9 |
| 208 | 2026-08-29T21:06:26.153Z | Downloaded fs-err v3.3.0 |
| 209 | 2026-08-29T21:06:26.153Z | Downloaded md5 v0.8.0 |
| 210 | 2026-08-29T21:06:26.156Z | Downloaded num v0.4.3 |
| 211 | 2026-08-29T21:06:26.156Z | Downloaded memmap v0.7.0 |
| 212 | 2026-08-29T21:06:26.156Z | Downloaded foreign-types-shared v0.1.1 |
| 213 | 2026-08-29T21:06:26.156Z | Downloaded hash32 v0.2.1 |
| 214 | 2026-08-29T21:06:26.163Z | Downloaded miette-derive v5.10.0 |
| 215 | 2026-08-29T21:06:26.163Z | Downloaded maybe-uninit v2.0.0 |
| 216 | 2026-08-29T21:06:26.163Z | Downloaded futures-macro v0.3.32 |
| 217 | 2026-08-29T21:06:26.163Z | Downloaded miniz_oxide v0.8.9 |
| 218 | 2026-08-29T21:06:26.163Z | Downloaded git-stub v1.0.0 |
| 219 | 2026-08-29T21:06:26.163Z | Downloaded libsw-core v0.3.2 |
| 220 | 2026-08-29T21:06:26.170Z | Downloaded foreign-types-shared v0.3.1 |
| 221 | 2026-08-29T21:06:26.170Z | Downloaded addr2line v0.25.1 |
| 222 | 2026-08-29T21:06:26.170Z | Downloaded ff v0.14.0 |
| 223 | 2026-08-29T21:06:26.170Z | Downloaded guppy-workspace-hack v0.1.0 |
| 224 | 2026-08-29T21:06:26.170Z | Downloaded foldhash v0.1.5 |
| 225 | 2026-08-29T21:06:26.171Z | Downloaded lru-cache v0.1.2 |
| 226 | 2026-08-29T21:06:26.171Z | Downloaded lzss v0.8.2 |
| 227 | 2026-08-29T21:06:26.176Z | Downloaded globwalk v0.9.1 |
| 228 | 2026-08-29T21:06:26.177Z | Downloaded hash32 v0.3.1 |
| 229 | 2026-08-29T21:06:26.177Z | Downloaded fxhash v0.2.1 |
| 230 | 2026-08-29T21:06:26.177Z | Downloaded linkme-impl v0.3.35 |
| 231 | 2026-08-29T21:06:26.177Z | Downloaded managed v0.8.0 |
| 232 | 2026-08-29T21:06:26.177Z | Downloaded gethostname v0.5.0 |
| 233 | 2026-08-29T21:06:26.177Z | Downloaded futures-io v0.3.32 |
| 234 | 2026-08-29T21:06:26.177Z | Downloaded futures-task v0.3.32 |
| 235 | 2026-08-29T21:06:26.177Z | Downloaded match_cfg v0.1.0 |
| 236 | 2026-08-29T21:06:26.177Z | Downloaded generic-array v0.14.7 |
| 237 | 2026-08-29T21:06:26.193Z | Downloaded linked-hash-map v0.5.6 |
| 238 | 2026-08-29T21:06:26.194Z | Downloaded lru-slab v0.1.2 |
| 239 | 2026-08-29T21:06:26.194Z | Downloaded macaddr v1.0.1 |
| 240 | 2026-08-29T21:06:26.194Z | Downloaded futures-core v0.3.32 |
| 241 | 2026-08-29T21:06:26.194Z | Downloaded num-iter v0.1.45 |
| 242 | 2026-08-29T21:06:26.194Z | Downloaded maplit v1.0.2 |
| 243 | 2026-08-29T21:06:26.194Z | Downloaded newtype_derive v0.1.6 |
| 244 | 2026-08-29T21:06:26.194Z | Downloaded num-integer v0.1.46 |
| 245 | 2026-08-29T21:06:26.207Z | Downloaded num-primitive v0.2.1 |
| 246 | 2026-08-29T21:06:26.207Z | Downloaded funty v2.0.0 |
| 247 | 2026-08-29T21:06:26.207Z | Downloaded nested v0.1.1 |
| 248 | 2026-08-29T21:06:26.207Z | Downloaded group v0.13.0 |
| 249 | 2026-08-29T21:06:26.207Z | Downloaded group v0.14.0 |
| 250 | 2026-08-29T21:06:26.207Z | Downloaded nonempty v0.12.0 |
| 251 | 2026-08-29T21:06:26.207Z | Downloaded num-derive v0.4.2 |
| 252 | 2026-08-29T21:06:26.207Z | Downloaded block-buffer v0.10.4 |
| 253 | 2026-08-29T21:06:26.207Z | Downloaded cfg_aliases v0.1.1 |
| 254 | 2026-08-29T21:06:26.207Z | Downloaded openssl-macros v0.1.1 |
| 255 | 2026-08-29T21:06:26.207Z | Downloaded mime v0.3.17 |
| 256 | 2026-08-29T21:06:26.208Z | Downloaded normalize-line-endings v0.3.0 |
| 257 | 2026-08-29T21:06:26.208Z | Downloaded lru v0.12.5 |
| 258 | 2026-08-29T21:06:26.208Z | Downloaded cfg-if v1.0.4 |
| 259 | 2026-08-29T21:06:26.208Z | Downloaded cobs v0.3.0 |
| 260 | 2026-08-29T21:06:26.208Z | Downloaded olpc-cjson v0.1.4 |
| 261 | 2026-08-29T21:06:26.208Z | Downloaded openssl-probe v0.1.6 |
| 262 | 2026-08-29T21:06:26.208Z | Downloaded openssl-probe v0.2.1 |
| 263 | 2026-08-29T21:06:26.208Z | Downloaded num_enum_derive v0.5.11 |
| 264 | 2026-08-29T21:06:26.208Z | Downloaded multimap v0.10.1 |
| 265 | 2026-08-29T21:06:26.208Z | Downloaded libloading v0.8.9 |
| 266 | 2026-08-29T21:06:26.208Z | Downloaded minimal-lexical v0.2.1 |
| 267 | 2026-08-29T21:06:26.208Z | Downloaded ecdsa v0.17.0 |
| 268 | 2026-08-29T21:06:26.208Z | Downloaded event-listener v5.4.1 |
| 269 | 2026-08-29T21:06:26.209Z | Downloaded ff v0.13.1 |
| 270 | 2026-08-29T21:06:26.220Z | Downloaded foldhash v0.2.0 |
| 271 | 2026-08-29T21:06:26.220Z | Downloaded git-stub-vcs v0.1.0 |
| 272 | 2026-08-29T21:06:26.220Z | Downloaded half v1.8.3 |
| 273 | 2026-08-29T21:06:26.221Z | Downloaded newtype-uuid-macros v0.1.0 |
| 274 | 2026-08-29T21:06:26.221Z | Downloaded cpufeatures v0.3.0 |
| 275 | 2026-08-29T21:06:26.221Z | Downloaded newline-converter v0.3.0 |
| 276 | 2026-08-29T21:06:26.221Z | Downloaded nibble_vec v0.1.0 |
| 277 | 2026-08-29T21:06:26.221Z | Downloaded crunchy v0.2.4 |
| 278 | 2026-08-29T21:06:26.221Z | Downloaded crypto-common v0.2.2 |
| 279 | 2026-08-29T21:06:26.221Z | Downloaded cstr-argument v0.1.2 |
| 280 | 2026-08-29T21:06:26.221Z | Downloaded dirs-next v2.0.0 |
| 281 | 2026-08-29T21:06:26.221Z | Downloaded opaque-debug v0.3.1 |
| 282 | 2026-08-29T21:06:26.221Z | Downloaded multer v3.1.0 |
| 283 | 2026-08-29T21:06:26.227Z | Downloaded nu-ansi-term v0.50.3 |
| 284 | 2026-08-29T21:06:26.227Z | Downloaded globset v0.4.18 |
| 285 | 2026-08-29T21:06:26.227Z | Downloaded bit-vec v0.8.0 |
| 286 | 2026-08-29T21:06:26.227Z | Downloaded elliptic-curve v0.14.1 |
| 287 | 2026-08-29T21:06:26.227Z | Downloaded elliptic-curve v0.13.8 |
| 288 | 2026-08-29T21:06:26.227Z | Downloaded miette-derive v7.6.0 |
| 289 | 2026-08-29T21:06:26.227Z | Downloaded newtype-uuid v1.3.2 |
| 290 | 2026-08-29T21:06:26.232Z | Downloaded fs-err v2.11.0 |
| 291 | 2026-08-29T21:06:26.232Z | Downloaded fs_extra v1.3.0 |
| 292 | 2026-08-29T21:06:26.232Z | Downloaded futures-executor v0.3.32 |
| 293 | 2026-08-29T21:06:26.232Z | Downloaded futures-timer v3.0.3 |
| 294 | 2026-08-29T21:06:26.232Z | Downloaded defmt-parser v1.0.0 |
| 295 | 2026-08-29T21:06:26.232Z | Downloaded difflib v0.4.0 |
| 296 | 2026-08-29T21:06:26.232Z | Downloaded plotters-svg v0.3.7 |
| 297 | 2026-08-29T21:06:26.236Z | Downloaded progenitor-client v0.14.0 |
| 298 | 2026-08-29T21:06:26.241Z | Downloaded nanorand v0.7.0 |
| 299 | 2026-08-29T21:06:26.241Z | Downloaded num_enum v0.7.6 |
| 300 | 2026-08-29T21:06:26.241Z | Downloaded predicates-core v1.0.10 |
| 301 | 2026-08-29T21:06:26.247Z | Downloaded litemap v0.8.1 |
| 302 | 2026-08-29T21:06:26.247Z | Downloaded buf-list v1.1.2 |
| 303 | 2026-08-29T21:06:26.247Z | Downloaded oorandom v11.1.5 |
| 304 | 2026-08-29T21:06:26.247Z | Downloaded cassowary v0.3.0 |
| 305 | 2026-08-29T21:06:26.247Z | Downloaded module-lattice v0.2.3 |
| 306 | 2026-08-29T21:06:26.270Z | Downloaded num-rational v0.4.2 |
| 307 | 2026-08-29T21:06:26.271Z | Downloaded cmov v0.5.4 |
| 308 | 2026-08-29T21:06:26.271Z | Downloaded mio v1.2.0 |
| 309 | 2026-08-29T21:06:26.271Z | Downloaded pwd v1.4.0 |
| 310 | 2026-08-29T21:06:26.271Z | Downloaded rand_pcg v0.10.2 |
| 311 | 2026-08-29T21:06:26.271Z | Downloaded rustc_version v0.4.1 |
| 312 | 2026-08-29T21:06:26.271Z | Downloaded serde_plain v1.0.2 |
| 313 | 2026-08-29T21:06:26.271Z | Downloaded secrecy v0.8.0 |
| 314 | 2026-08-29T21:06:26.271Z | Downloaded serde_spanned v1.1.1 |
| 315 | 2026-08-29T21:06:26.271Z | Downloaded sha1 v0.11.0 |
| 316 | 2026-08-29T21:06:26.271Z | Downloaded linkme v0.3.35 |
| 317 | 2026-08-29T21:06:26.271Z | Downloaded dropshot_endpoint v0.17.1 |
| 318 | 2026-08-29T21:06:26.277Z | Downloaded cargo_metadata v0.23.1 |
| 319 | 2026-08-29T21:06:26.277Z | Downloaded num_enum v0.5.11 |
| 320 | 2026-08-29T21:06:26.277Z | Downloaded crc8 v0.1.1 |
| 321 | 2026-08-29T21:06:26.277Z | Downloaded num-complex v0.4.6 |
| 322 | 2026-08-29T21:06:26.277Z | Downloaded getrandom v0.2.17 |
| 323 | 2026-08-29T21:06:26.277Z | Downloaded concurrent-queue v2.5.0 |
| 324 | 2026-08-29T21:06:26.277Z | Downloaded glob v0.3.3 |
| 325 | 2026-08-29T21:06:26.278Z | Downloaded camino-tempfile v1.4.1 |
| 326 | 2026-08-29T21:06:26.278Z | Downloaded dirs-sys-next v0.1.2 |
| 327 | 2026-08-29T21:06:26.278Z | Downloaded crossbeam-deque v0.8.6 |
| 328 | 2026-08-29T21:06:26.278Z | Downloaded signature v3.0.0 |
| 329 | 2026-08-29T21:06:26.278Z | Downloaded darling v0.13.4 |
| 330 | 2026-08-29T21:06:26.278Z | Downloaded russh-util v0.52.0 |
| 331 | 2026-08-29T21:06:26.278Z | Downloaded signal-hook-mio v0.2.5 |
| 332 | 2026-08-29T21:06:26.278Z | Downloaded sigpipe v0.1.3 |
| 333 | 2026-08-29T21:06:26.278Z | Downloaded scroll_derive v0.13.1 |
| 334 | 2026-08-29T21:06:26.283Z | Downloaded num_enum_derive v0.7.6 |
| 335 | 2026-08-29T21:06:26.283Z | Downloaded once_cell v1.21.3 |
| 336 | 2026-08-29T21:06:26.283Z | Downloaded constant_time_eq v0.4.2 |
| 337 | 2026-08-29T21:06:26.283Z | Downloaded deranged v0.5.8 |
| 338 | 2026-08-29T21:06:26.284Z | Downloaded primefield v0.14.0 |
| 339 | 2026-08-29T21:06:26.284Z | Downloaded primeorder v0.13.6 |
| 340 | 2026-08-29T21:06:26.288Z | Downloaded stable_deref_trait v1.2.1 |
| 341 | 2026-08-29T21:06:26.288Z | Downloaded swrite v0.1.0 |
| 342 | 2026-08-29T21:06:26.288Z | Downloaded diesel-dtrace v0.5.0 |
| 343 | 2026-08-29T21:06:26.288Z | Downloaded bitflags v1.3.2 |
| 344 | 2026-08-29T21:06:26.288Z | Downloaded tabwriter v1.4.1 |
| 345 | 2026-08-29T21:06:26.288Z | Downloaded supports-color v2.1.0 |
| 346 | 2026-08-29T21:06:26.288Z | Downloaded sqlparser_derive v0.5.0 |
| 347 | 2026-08-29T21:06:26.288Z | Downloaded supports-unicode v2.1.0 |
| 348 | 2026-08-29T21:06:26.292Z | Downloaded supports-unicode v3.0.0 |
| 349 | 2026-08-29T21:06:26.292Z | Downloaded fatfs v0.3.6 |
| 350 | 2026-08-29T21:06:26.292Z | Downloaded futures-channel v0.3.32 |
| 351 | 2026-08-29T21:06:26.292Z | Downloaded litrs v1.0.0 |
| 352 | 2026-08-29T21:06:26.292Z | Downloaded rand_core v0.6.4 |
| 353 | 2026-08-29T21:06:26.296Z | Downloaded ml-kem v0.3.2 |
| 354 | 2026-08-29T21:06:26.296Z | Downloaded phf v0.13.1 |
| 355 | 2026-08-29T21:06:26.296Z | Downloaded ppv-lite86 v0.2.21 |
| 356 | 2026-08-29T21:06:26.296Z | Downloaded native-tls v0.2.18 |
| 357 | 2026-08-29T21:06:26.300Z | Downloaded num-modular v0.6.5 |
| 358 | 2026-08-29T21:06:26.300Z | Downloaded postgres-protocol v0.6.10 |
| 359 | 2026-08-29T21:06:26.303Z | Downloaded rustc_version v0.1.7 |
| 360 | 2026-08-29T21:06:26.303Z | Downloaded hashbrown v0.13.2 |
| 361 | 2026-08-29T21:06:26.303Z | Downloaded testing_table v0.3.0 |
| 362 | 2026-08-29T21:06:26.306Z | Downloaded trait-variant v0.1.2 |
| 363 | 2026-08-29T21:06:26.312Z | Downloaded universal-hash v0.5.1 |
| 364 | 2026-08-29T21:06:26.312Z | Downloaded untrusted v0.9.0 |
| 365 | 2026-08-29T21:06:26.312Z | Downloaded version_check v0.9.5 |
| 366 | 2026-08-29T21:06:26.312Z | Downloaded want v0.3.1 |
| 367 | 2026-08-29T21:06:26.312Z | Downloaded progenitor v0.14.0 |
| 368 | 2026-08-29T21:06:26.312Z | Downloaded progenitor-client v0.13.0 |
| 369 | 2026-08-29T21:06:26.312Z | Downloaded quote v1.0.45 |
| 370 | 2026-08-29T21:06:26.316Z | Downloaded r2d2 v0.8.10 |
| 371 | 2026-08-29T21:06:26.319Z | Downloaded darling v0.23.0 |
| 372 | 2026-08-29T21:06:26.322Z | Downloaded typify-macro v0.6.2 |
| 373 | 2026-08-29T21:06:26.322Z | Downloaded slog-dtrace v0.3.0 |
| 374 | 2026-08-29T21:06:26.322Z | Downloaded structmeta v0.3.0 |
| 375 | 2026-08-29T21:06:26.322Z | Downloaded usdt-attr-macro v0.5.0 |
| 376 | 2026-08-29T21:06:26.322Z | Downloaded flume v0.11.1 |
| 377 | 2026-08-29T21:06:26.325Z | Downloaded snafu-derive v0.8.9 |
| 378 | 2026-08-29T21:06:26.326Z | Downloaded cookie_store v0.22.1 |
| 379 | 2026-08-29T21:06:26.328Z | Downloaded crc32fast v1.5.0 |
| 380 | 2026-08-29T21:06:26.328Z | Downloaded sec1 v0.7.3 |
| 381 | 2026-08-29T21:06:26.328Z | Downloaded getrandom v0.3.4 |
| 382 | 2026-08-29T21:06:26.332Z | Downloaded getrandom v0.4.3 |
| 383 | 2026-08-29T21:06:26.332Z | Downloaded zone v0.3.1 |
| 384 | 2026-08-29T21:06:26.332Z | Downloaded zone_cfg_derive v0.3.1 |
| 385 | 2026-08-29T21:06:26.335Z | Downloaded darling v0.21.3 |
| 386 | 2026-08-29T21:06:26.335Z | Downloaded stringmetrics v2.2.2 |
| 387 | 2026-08-29T21:06:26.338Z | Downloaded log v0.4.33 |
| 388 | 2026-08-29T21:06:26.338Z | Downloaded der_derive v0.7.3 |
| 389 | 2026-08-29T21:06:26.338Z | Downloaded usdt-attr-macro v0.6.0 |
| 390 | 2026-08-29T21:06:26.338Z | Downloaded rlimit v0.10.2 |
| 391 | 2026-08-29T21:06:26.341Z | Downloaded slog-term v2.9.2 |
| 392 | 2026-08-29T21:06:26.341Z | Downloaded string_cache v0.8.9 |
| 393 | 2026-08-29T21:06:26.341Z | Downloaded target-triple v1.0.0 |
| 394 | 2026-08-29T21:06:26.345Z | Downloaded hex-literal v0.4.1 |
| 395 | 2026-08-29T21:06:26.345Z | Downloaded hex-literal v1.1.0 |
| 396 | 2026-08-29T21:06:26.345Z | Downloaded pest_derive v2.8.6 |
| 397 | 2026-08-29T21:06:26.345Z | Downloaded generic-array v1.4.3 |
| 398 | 2026-08-29T21:06:26.349Z | Downloaded smallvec v0.6.14 |
| 399 | 2026-08-29T21:06:26.349Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 400 | 2026-08-29T21:06:26.352Z | Downloaded strum_macros v0.27.2 |
| 401 | 2026-08-29T21:06:26.353Z | Downloaded tokio-dtrace v0.1.1 |
| 402 | 2026-08-29T21:06:26.353Z | Downloaded ed25519-dalek v2.2.0 |
| 403 | 2026-08-29T21:06:26.353Z | Downloaded ed25519-dalek v3.0.0 |
| 404 | 2026-08-29T21:06:26.356Z | Downloaded futures v0.3.32 |
| 405 | 2026-08-29T21:06:26.360Z | Downloaded http-range-header v0.4.2 |
| 406 | 2026-08-29T21:06:26.360Z | Downloaded pkcs8 v0.11.0 |
| 407 | 2026-08-29T21:06:26.360Z | Downloaded thiserror v2.0.18 |
| 408 | 2026-08-29T21:06:26.363Z | Downloaded internet-checksum v0.2.1 |
| 409 | 2026-08-29T21:06:26.364Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 410 | 2026-08-29T21:06:26.364Z | Downloaded tokio-tungstenite v0.28.0 |
| 411 | 2026-08-29T21:06:26.364Z | Downloaded tokio-tungstenite v0.23.1 |
| 412 | 2026-08-29T21:06:26.367Z | Downloaded blake2 v0.11.0-rc.6 |
| 413 | 2026-08-29T21:06:26.367Z | Downloaded ciborium v0.2.2 |
| 414 | 2026-08-29T21:06:26.367Z | Downloaded kstat-rs v0.2.5 |
| 415 | 2026-08-29T21:06:26.371Z | Downloaded parking v2.2.1 |
| 416 | 2026-08-29T21:06:26.371Z | Downloaded sec1 v0.8.1 |
| 417 | 2026-08-29T21:06:26.374Z | Downloaded darling_core v0.13.4 |
| 418 | 2026-08-29T21:06:26.378Z | Downloaded keccak v0.1.6 |
| 419 | 2026-08-29T21:06:26.378Z | Downloaded writeable v0.6.2 |
| 420 | 2026-08-29T21:06:26.378Z | Downloaded wyz v0.5.1 |
| 421 | 2026-08-29T21:06:26.378Z | Downloaded fancy-regex v0.14.0 |
| 422 | 2026-08-29T21:06:26.382Z | Downloaded oxide-generation-macros v0.2.0 |
| 423 | 2026-08-29T21:06:26.382Z | Downloaded usdt-impl v0.5.0 |
| 424 | 2026-08-29T21:06:26.382Z | Downloaded parse-display v0.10.0 |
| 425 | 2026-08-29T21:06:26.386Z | Downloaded darling v0.20.11 |
| 426 | 2026-08-29T21:06:26.386Z | Downloaded path-slash v0.1.5 |
| 427 | 2026-08-29T21:06:26.386Z | Downloaded async-stream v0.3.6 |
| 428 | 2026-08-29T21:06:26.386Z | Downloaded atomicwrites v0.4.4 |
| 429 | 2026-08-29T21:06:26.386Z | Downloaded vergen-lib v9.1.0 |
| 430 | 2026-08-29T21:06:26.389Z | Downloaded yoke v0.8.1 |
| 431 | 2026-08-29T21:06:26.390Z | Downloaded libm v0.2.16 |
| 432 | 2026-08-29T21:06:26.393Z | Downloaded aead v0.5.2 |
| 433 | 2026-08-29T21:06:26.396Z | Downloaded omicron-zone-package v0.12.3 |
| 434 | 2026-08-29T21:06:26.396Z | Downloaded pin-project v1.1.11 |
| 435 | 2026-08-29T21:06:26.401Z | Downloaded drift v0.2.0 |
| 436 | 2026-08-29T21:06:26.407Z | Downloaded flate2 v1.1.9 |
| 437 | 2026-08-29T21:06:26.410Z | Downloaded spin v0.9.8 |
| 438 | 2026-08-29T21:06:26.413Z | Downloaded atty v0.2.14 |
| 439 | 2026-08-29T21:06:26.413Z | Downloaded zmij v1.0.21 |
| 440 | 2026-08-29T21:06:26.413Z | Downloaded cargo-platform v0.3.2 |
| 441 | 2026-08-29T21:06:26.413Z | Downloaded base16ct v0.2.0 |
| 442 | 2026-08-29T21:06:26.414Z | Downloaded assert-json-diff v2.0.2 |
| 443 | 2026-08-29T21:06:26.417Z | Downloaded backtrace-ext v0.2.1 |
| 444 | 2026-08-29T21:06:26.417Z | Downloaded expectorate v1.2.0 |
| 445 | 2026-08-29T21:06:26.417Z | Downloaded thiserror v1.0.69 |
| 446 | 2026-08-29T21:06:26.420Z | Downloaded tempfile v3.27.0 |
| 447 | 2026-08-29T21:06:26.420Z | Downloaded num-traits v0.2.19 |
| 448 | 2026-08-29T21:06:26.423Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 449 | 2026-08-29T21:06:26.423Z | Downloaded itoa v1.0.17 |
| 450 | 2026-08-29T21:06:26.424Z | Downloaded ipnet v2.12.0 |
| 451 | 2026-08-29T21:06:26.427Z | Downloaded tokio-rustls v0.26.4 |
| 452 | 2026-08-29T21:06:26.427Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 453 | 2026-08-29T21:06:26.427Z | Downloaded bytes v1.11.1 |
| 454 | 2026-08-29T21:06:26.430Z | Downloaded schemars v0.8.22 |
| 455 | 2026-08-29T21:06:26.435Z | Downloaded ron v0.8.1 |
| 456 | 2026-08-29T21:06:26.459Z | Downloaded salsa20 v0.11.0 |
| 457 | 2026-08-29T21:06:26.459Z | Downloaded ucd-trie v0.1.7 |
| 458 | 2026-08-29T21:06:26.459Z | Downloaded jobserver v0.1.34 |
| 459 | 2026-08-29T21:06:26.459Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 460 | 2026-08-29T21:06:26.459Z | Downloaded chumsky v0.9.3 |
| 461 | 2026-08-29T21:06:26.459Z | Downloaded const-oid v0.10.2 |
| 462 | 2026-08-29T21:06:26.459Z | Downloaded usdt-impl v0.6.0 |
| 463 | 2026-08-29T21:06:26.459Z | Downloaded rustls-platform-verifier v0.6.2 |
| 464 | 2026-08-29T21:06:26.459Z | Downloaded serde_derive v1.0.228 |
| 465 | 2026-08-29T21:06:26.459Z | Downloaded darling_macro v0.13.4 |
| 466 | 2026-08-29T21:06:26.459Z | Downloaded darling_macro v0.21.3 |
| 467 | 2026-08-29T21:06:26.459Z | Downloaded powerfmt v0.2.0 |
| 468 | 2026-08-29T21:06:26.459Z | Downloaded phf_shared v0.11.3 |
| 469 | 2026-08-29T21:06:26.459Z | Downloaded predicates-tree v1.0.13 |
| 470 | 2026-08-29T21:06:26.459Z | Downloaded oxnet v0.1.6 |
| 471 | 2026-08-29T21:06:26.459Z | Downloaded peg v0.8.5 |
| 472 | 2026-08-29T21:06:26.459Z | Downloaded serde_yaml v0.9.34+deprecated |
| 473 | 2026-08-29T21:06:26.459Z | Downloaded slog v2.8.2 |
| 474 | 2026-08-29T21:06:26.463Z | Downloaded rfc6979 v0.4.0 |
| 475 | 2026-08-29T21:06:26.463Z | Downloaded pem-rfc7468 v0.7.0 |
| 476 | 2026-08-29T21:06:26.463Z | Downloaded anstream v0.6.21 |
| 477 | 2026-08-29T21:06:26.463Z | Downloaded anstyle-parse v1.0.0 |
| 478 | 2026-08-29T21:06:26.463Z | Downloaded assert_cmd v2.1.2 |
| 479 | 2026-08-29T21:06:26.463Z | Downloaded proc-macro-crate v1.3.1 |
| 480 | 2026-08-29T21:06:26.463Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 481 | 2026-08-29T21:06:26.463Z | Downloaded bcs v0.1.6 |
| 482 | 2026-08-29T21:06:26.467Z | Downloaded half v2.7.1 |
| 483 | 2026-08-29T21:06:26.467Z | Downloaded block-buffer v0.12.1 |
| 484 | 2026-08-29T21:06:26.467Z | Downloaded bit-vec v0.6.3 |
| 485 | 2026-08-29T21:06:26.467Z | Downloaded test-strategy v0.4.5 |
| 486 | 2026-08-29T21:06:26.471Z | Downloaded textwrap v0.15.2 |
| 487 | 2026-08-29T21:06:26.471Z | Downloaded cexpr v0.6.0 |
| 488 | 2026-08-29T21:06:26.471Z | Downloaded hybrid-array v0.4.13 |
| 489 | 2026-08-29T21:06:26.474Z | Downloaded ref-cast-impl v1.0.25 |
| 490 | 2026-08-29T21:06:26.474Z | Downloaded byteorder v1.5.0 |
| 491 | 2026-08-29T21:06:26.474Z | Downloaded cipher v0.5.2 |
| 492 | 2026-08-29T21:06:26.474Z | Downloaded scheduled-thread-pool v0.2.7 |
| 493 | 2026-08-29T21:06:26.478Z | Downloaded prettyplease v0.2.37 |
| 494 | 2026-08-29T21:06:26.478Z | Downloaded httptest v0.16.4 |
| 495 | 2026-08-29T21:06:26.478Z | Downloaded openssl-sys v0.9.117 |
| 496 | 2026-08-29T21:06:26.481Z | Downloaded rtoolbox v0.0.3 |
| 497 | 2026-08-29T21:06:26.481Z | Downloaded highway v1.3.0 |
| 498 | 2026-08-29T21:06:26.484Z | Downloaded secrecy v0.10.3 |
| 499 | 2026-08-29T21:06:26.484Z | Downloaded hmac v0.13.0 |
| 500 | 2026-08-29T21:06:26.484Z | Downloaded textwrap v0.16.2 |
| 501 | 2026-08-29T21:06:26.488Z | Downloaded semver v0.1.20 |
| 502 | 2026-08-29T21:06:26.488Z | Downloaded shell-words v1.1.1 |
| 503 | 2026-08-29T21:06:26.488Z | Downloaded ingot-macros v0.2.0 |
| 504 | 2026-08-29T21:06:26.488Z | Downloaded darling_macro v0.20.11 |
| 505 | 2026-08-29T21:06:26.488Z | Downloaded unicode-properties v0.1.4 |
| 506 | 2026-08-29T21:06:26.488Z | Downloaded const_format_proc_macros v0.2.34 |
| 507 | 2026-08-29T21:06:26.491Z | Downloaded ctr v0.10.1 |
| 508 | 2026-08-29T21:06:26.491Z | Downloaded ingot v0.2.1 |
| 509 | 2026-08-29T21:06:26.491Z | Downloaded serde_spanned v0.6.9 |
| 510 | 2026-08-29T21:06:26.491Z | Downloaded sha1 v0.10.6 |
| 511 | 2026-08-29T21:06:26.495Z | Downloaded crc v3.4.0 |
| 512 | 2026-08-29T21:06:26.495Z | Downloaded digest v0.10.7 |
| 513 | 2026-08-29T21:06:26.495Z | Downloaded pkcs8 v0.10.2 |
| 514 | 2026-08-29T21:06:26.498Z | Downloaded derive-ex v0.1.8 |
| 515 | 2026-08-29T21:06:26.498Z | Downloaded csv-core v0.1.13 |
| 516 | 2026-08-29T21:06:26.498Z | Downloaded pin-project-lite v0.2.17 |
| 517 | 2026-08-29T21:06:26.501Z | Downloaded sponge-cursor v0.1.0 |
| 518 | 2026-08-29T21:06:26.501Z | Downloaded structmeta-derive v0.3.0 |
| 519 | 2026-08-29T21:06:26.501Z | Downloaded thread-id v4.2.2 |
| 520 | 2026-08-29T21:06:26.501Z | Downloaded schemars v0.9.0 |
| 521 | 2026-08-29T21:06:26.507Z | Downloaded supports-color v3.0.2 |
| 522 | 2026-08-29T21:06:26.510Z | Downloaded tagptr v0.2.0 |
| 523 | 2026-08-29T21:06:26.510Z | Downloaded take_mut v0.2.2 |
| 524 | 2026-08-29T21:06:26.510Z | Downloaded terminal_size v0.1.17 |
| 525 | 2026-08-29T21:06:26.510Z | Downloaded parking_lot_core v0.9.12 |
| 526 | 2026-08-29T21:06:26.513Z | Downloaded ahash v0.8.12 |
| 527 | 2026-08-29T21:06:26.514Z | Downloaded rand_chacha v0.9.0 |
| 528 | 2026-08-29T21:06:26.514Z | Downloaded clap_derive v4.6.1 |
| 529 | 2026-08-29T21:06:26.517Z | Downloaded progenitor v0.13.0 |
| 530 | 2026-08-29T21:06:26.517Z | Downloaded rand_seeder v0.4.0 |
| 531 | 2026-08-29T21:06:26.517Z | Downloaded progenitor-extras v0.2.0 |
| 532 | 2026-08-29T21:06:26.517Z | Downloaded tokio-macros v2.7.0 |
| 533 | 2026-08-29T21:06:26.517Z | Downloaded toml_datetime v0.6.11 |
| 534 | 2026-08-29T21:06:26.520Z | Downloaded clang-sys v1.8.1 |
| 535 | 2026-08-29T21:06:26.520Z | Downloaded num-bigint v0.4.6 |
| 536 | 2026-08-29T21:06:26.523Z | Downloaded cfg-expr v0.20.6 |
| 537 | 2026-08-29T21:06:26.526Z | Downloaded rustversion v1.0.22 |
| 538 | 2026-08-29T21:06:26.526Z | Downloaded scroll v0.12.0 |
| 539 | 2026-08-29T21:06:26.529Z | Downloaded tar v0.4.46 |
| 540 | 2026-08-29T21:06:26.532Z | Downloaded usdt v0.6.0 |
| 541 | 2026-08-29T21:06:26.533Z | Downloaded utf8_iter v1.0.4 |
| 542 | 2026-08-29T21:06:26.536Z | Downloaded wait-timeout v0.2.1 |
| 543 | 2026-08-29T21:06:26.536Z | Downloaded shlex v1.3.0 |
| 544 | 2026-08-29T21:06:26.539Z | Downloaded slog-stdlog v4.1.1 |
| 545 | 2026-08-29T21:06:26.539Z | Downloaded crossbeam-utils v0.8.21 |
| 546 | 2026-08-29T21:06:26.539Z | Downloaded slog-json v2.6.1 |
| 547 | 2026-08-29T21:06:26.542Z | Downloaded slog-scope v4.4.1 |
| 548 | 2026-08-29T21:06:26.542Z | Downloaded wnaf v0.14.0 |
| 549 | 2026-08-29T21:06:26.545Z | Downloaded zeroize_derive v1.5.0 |
| 550 | 2026-08-29T21:06:26.545Z | Downloaded strum_macros v0.24.3 |
| 551 | 2026-08-29T21:06:26.545Z | Downloaded tungstenite v0.23.0 |
| 552 | 2026-08-29T21:06:26.548Z | Downloaded diff v0.1.13 |
| 553 | 2026-08-29T21:06:26.551Z | Downloaded hashbrown v0.12.3 |
| 554 | 2026-08-29T21:06:26.551Z | Downloaded hubpack v0.1.2 |
| 555 | 2026-08-29T21:06:26.554Z | Downloaded is-terminal v0.4.17 |
| 556 | 2026-08-29T21:06:26.555Z | Downloaded lalrpop-util v0.19.12 |
| 557 | 2026-08-29T21:06:26.555Z | Downloaded heck v0.5.0 |
| 558 | 2026-08-29T21:06:26.558Z | Downloaded thiserror-impl v1.0.69 |
| 559 | 2026-08-29T21:06:26.561Z | Downloaded quinn-udp v0.5.14 |
| 560 | 2026-08-29T21:06:26.561Z | Downloaded clap v4.6.1 |
| 561 | 2026-08-29T21:06:26.564Z | Downloaded memchr v2.8.0 |
| 562 | 2026-08-29T21:06:26.567Z | Downloaded hostname v0.4.2 |
| 563 | 2026-08-29T21:06:26.570Z | Downloaded hostname v0.3.1 |
| 564 | 2026-08-29T21:06:26.570Z | Downloaded instant v0.1.13 |
| 565 | 2026-08-29T21:06:26.570Z | Downloaded oxide-update-engine-types v0.1.2 |
| 566 | 2026-08-29T21:06:26.573Z | Downloaded illumos-nvpair v0.3.0 |
| 567 | 2026-08-29T21:06:26.573Z | Downloaded pathdiff v0.2.3 |
| 568 | 2026-08-29T21:06:26.573Z | Downloaded cookie v0.18.1 |
| 569 | 2026-08-29T21:06:26.576Z | Downloaded ascii-canvas v3.0.0 |
| 570 | 2026-08-29T21:06:26.576Z | Downloaded assert_matches v1.5.0 |
| 571 | 2026-08-29T21:06:26.576Z | Downloaded block-padding v0.4.2 |
| 572 | 2026-08-29T21:06:26.576Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 573 | 2026-08-29T21:06:26.580Z | Downloaded miette v7.6.0 |
| 574 | 2026-08-29T21:06:26.583Z | Downloaded rustls-webpki v0.103.13 |
| 575 | 2026-08-29T21:06:26.583Z | Downloaded heapless v0.8.0 |
| 576 | 2026-08-29T21:06:26.586Z | Downloaded miette v5.10.0 |
| 577 | 2026-08-29T21:06:26.589Z | Downloaded tui-tree-widget v0.23.1 |
| 578 | 2026-08-29T21:06:26.589Z | Downloaded unicode-xid v0.2.6 |
| 579 | 2026-08-29T21:06:26.589Z | Downloaded unicase v2.9.0 |
| 580 | 2026-08-29T21:06:26.592Z | Downloaded unicode-linebreak v0.1.5 |
| 581 | 2026-08-29T21:06:26.592Z | Downloaded bb8 v0.8.6 |
| 582 | 2026-08-29T21:06:26.595Z | Downloaded synstructure v0.13.2 |
| 583 | 2026-08-29T21:06:26.595Z | Downloaded vergen-lib v0.1.6 |
| 584 | 2026-08-29T21:06:26.595Z | Downloaded icu_provider v2.1.1 |
| 585 | 2026-08-29T21:06:26.598Z | Downloaded semver v1.0.28 |
| 586 | 2026-08-29T21:06:26.598Z | Downloaded zerotrie v0.2.3 |
| 587 | 2026-08-29T21:06:26.601Z | Downloaded zerovec-derive v0.11.2 |
| 588 | 2026-08-29T21:06:26.604Z | Downloaded clap_lex v1.0.0 |
| 589 | 2026-08-29T21:06:26.604Z | Downloaded crypto-common v0.1.7 |
| 590 | 2026-08-29T21:06:26.607Z | Downloaded whoami v2.1.0 |
| 591 | 2026-08-29T21:06:26.607Z | Downloaded xshell v0.2.7 |
| 592 | 2026-08-29T21:06:26.607Z | Downloaded spki v0.8.0 |
| 593 | 2026-08-29T21:06:26.611Z | Downloaded tungstenite v0.21.0 |
| 594 | 2026-08-29T21:06:26.611Z | Downloaded convert_case v0.4.0 |
| 595 | 2026-08-29T21:06:26.611Z | Downloaded constant_time_eq v0.3.1 |
| 596 | 2026-08-29T21:06:26.611Z | Downloaded crc-any v2.5.0 |
| 597 | 2026-08-29T21:06:26.614Z | Downloaded pkcs1 v0.7.5 |
| 598 | 2026-08-29T21:06:26.614Z | Downloaded defmt v0.3.100 |
| 599 | 2026-08-29T21:06:26.614Z | Downloaded bitflags v2.11.0 |
| 600 | 2026-08-29T21:06:26.617Z | Downloaded icu_collections v2.1.1 |
| 601 | 2026-08-29T21:06:26.620Z | Downloaded owo-colors v4.3.0 |
| 602 | 2026-08-29T21:06:26.620Z | Downloaded oxide-update-engine-display v0.1.2 |
| 603 | 2026-08-29T21:06:26.620Z | Downloaded downcast-rs v2.0.2 |
| 604 | 2026-08-29T21:06:26.620Z | Downloaded plain v0.2.3 |
| 605 | 2026-08-29T21:06:26.624Z | Downloaded proc-macro-crate v3.4.0 |
| 606 | 2026-08-29T21:06:26.624Z | Downloaded pem v3.0.6 |
| 607 | 2026-08-29T21:06:26.624Z | Downloaded aead v0.6.1 |
| 608 | 2026-08-29T21:06:26.624Z | Downloaded hyper-staticfile v0.10.1 |
| 609 | 2026-08-29T21:06:26.627Z | Downloaded nom v7.1.3 |
| 610 | 2026-08-29T21:06:26.627Z | Downloaded phf_shared v0.12.1 |
| 611 | 2026-08-29T21:06:26.630Z | Downloaded tracing-attributes v0.1.31 |
| 612 | 2026-08-29T21:06:26.630Z | Downloaded parking_lot_core v0.8.6 |
| 613 | 2026-08-29T21:06:26.633Z | Downloaded anstyle v1.0.14 |
| 614 | 2026-08-29T21:06:26.633Z | Downloaded tinytemplate v1.2.1 |
| 615 | 2026-08-29T21:06:26.633Z | Downloaded parse-display-derive v0.10.0 |
| 616 | 2026-08-29T21:06:26.633Z | Downloaded recursive v0.1.1 |
| 617 | 2026-08-29T21:06:26.633Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 618 | 2026-08-29T21:06:26.636Z | Downloaded der v0.8.0 |
| 619 | 2026-08-29T21:06:26.639Z | Downloaded progenitor-impl v0.13.0 |
| 620 | 2026-08-29T21:06:26.652Z | Downloaded uzers v0.12.2 |
| 621 | 2026-08-29T21:06:26.655Z | Downloaded zerocopy v0.6.6 |
| 622 | 2026-08-29T21:06:26.655Z | Downloaded zerocopy-derive v0.7.35 |
| 623 | 2026-08-29T21:06:26.658Z | Downloaded same-file v1.0.6 |
| 624 | 2026-08-29T21:06:26.662Z | Downloaded darling_core v0.20.11 |
| 625 | 2026-08-29T21:06:26.665Z | Downloaded seq-macro v0.3.6 |
| 626 | 2026-08-29T21:06:26.666Z | Downloaded serde_bytes v0.11.19 |
| 627 | 2026-08-29T21:06:26.666Z | Downloaded signature v2.2.0 |
| 628 | 2026-08-29T21:06:26.666Z | Downloaded strip-ansi-escapes v0.2.1 |
| 629 | 2026-08-29T21:06:26.666Z | Downloaded guppy v0.17.25 |
| 630 | 2026-08-29T21:06:26.669Z | Downloaded byte-wrapper v0.1.0 |
| 631 | 2026-08-29T21:06:26.669Z | Downloaded pkcs5 v0.8.1 |
| 632 | 2026-08-29T21:06:26.672Z | Downloaded scopeguard v1.2.0 |
| 633 | 2026-08-29T21:06:26.672Z | Downloaded ingot-types v0.2.0 |
| 634 | 2026-08-29T21:06:26.675Z | Downloaded rayon-core v1.13.0 |
| 635 | 2026-08-29T21:06:26.678Z | Downloaded sync-ptr v0.1.4 |
| 636 | 2026-08-29T21:06:26.678Z | Downloaded sync_wrapper v1.0.2 |
| 637 | 2026-08-29T21:06:26.681Z | Downloaded toml v0.7.8 |
| 638 | 2026-08-29T21:06:26.684Z | Downloaded daft-derive v0.1.8 |
| 639 | 2026-08-29T21:06:26.688Z | Downloaded ar_archive_writer v0.5.1 |
| 640 | 2026-08-29T21:06:26.688Z | Downloaded tinyvec v1.11.0 |
| 641 | 2026-08-29T21:06:26.692Z | Downloaded base64ct v1.8.3 |
| 642 | 2026-08-29T21:06:26.692Z | Downloaded siphasher v1.0.2 |
| 643 | 2026-08-29T21:06:26.692Z | Downloaded supports-hyperlinks v2.1.0 |
| 644 | 2026-08-29T21:06:26.692Z | Downloaded topological-sort v0.2.2 |
| 645 | 2026-08-29T21:06:26.696Z | Downloaded nom v8.0.0 |
| 646 | 2026-08-29T21:06:26.696Z | Downloaded tower v0.5.3 |
| 647 | 2026-08-29T21:06:26.700Z | Downloaded proc-macro-error v1.0.4 |
| 648 | 2026-08-29T21:06:26.704Z | Downloaded bzip2 v0.6.1 |
| 649 | 2026-08-29T21:06:26.704Z | Downloaded resolv-conf v0.7.6 |
| 650 | 2026-08-29T21:06:26.704Z | Downloaded rust-argon2 v2.1.0 |
| 651 | 2026-08-29T21:06:26.708Z | Downloaded chacha20 v0.9.1 |
| 652 | 2026-08-29T21:06:26.708Z | Downloaded rustls-native-certs v0.8.3 |
| 653 | 2026-08-29T21:06:26.708Z | Downloaded unarray v0.1.4 |
| 654 | 2026-08-29T21:06:26.708Z | Downloaded scuffle v0.1.0 |
| 655 | 2026-08-29T21:06:26.712Z | Downloaded utf8parse v0.2.2 |
| 656 | 2026-08-29T21:06:26.712Z | Downloaded unsafe-libyaml v0.2.11 |
| 657 | 2026-08-29T21:06:26.716Z | Downloaded predicates v3.1.4 |
| 658 | 2026-08-29T21:06:26.716Z | Downloaded yoke-derive v0.8.1 |
| 659 | 2026-08-29T21:06:26.716Z | Downloaded headers-core v0.3.0 |
| 660 | 2026-08-29T21:06:26.716Z | Downloaded http v1.4.2 |
| 661 | 2026-08-29T21:06:26.719Z | Downloaded num-bigint-dig v0.8.6 |
| 662 | 2026-08-29T21:06:26.719Z | Downloaded camino v1.2.5 |
| 663 | 2026-08-29T21:06:26.723Z | Downloaded chacha20 v0.10.0 |
| 664 | 2026-08-29T21:06:26.723Z | Downloaded criterion-plot v0.6.0 |
| 665 | 2026-08-29T21:06:26.723Z | Downloaded anstyle-parse v0.2.7 |
| 666 | 2026-08-29T21:06:26.723Z | Downloaded http-body v1.0.1 |
| 667 | 2026-08-29T21:06:26.723Z | Downloaded arrayvec v0.7.6 |
| 668 | 2026-08-29T21:06:26.727Z | Downloaded primeorder v0.14.0 |
| 669 | 2026-08-29T21:06:26.727Z | Downloaded der v0.7.10 |
| 670 | 2026-08-29T21:06:26.732Z | Downloaded universal-hash v0.6.1 |
| 671 | 2026-08-29T21:06:26.732Z | Downloaded unit-prefix v0.5.2 |
| 672 | 2026-08-29T21:06:26.732Z | Downloaded zerofrom v0.1.6 |
| 673 | 2026-08-29T21:06:26.732Z | Downloaded stacker v0.1.23 |
| 674 | 2026-08-29T21:06:26.732Z | Downloaded rpassword v7.5.4 |
| 675 | 2026-08-29T21:06:26.735Z | Downloaded zerocopy-derive v0.8.55 |
| 676 | 2026-08-29T21:06:26.738Z | Downloaded colored v3.1.1 |
| 677 | 2026-08-29T21:06:26.738Z | Downloaded console v0.15.11 |
| 678 | 2026-08-29T21:06:26.743Z | Downloaded spki v0.7.3 |
| 679 | 2026-08-29T21:06:26.743Z | Downloaded strum_macros v0.26.4 |
| 680 | 2026-08-29T21:06:26.743Z | Downloaded parse-size v1.1.0 |
| 681 | 2026-08-29T21:06:26.746Z | Downloaded inout v0.1.4 |
| 682 | 2026-08-29T21:06:26.746Z | Downloaded serde_tokenstream v0.2.3 |
| 683 | 2026-08-29T21:06:26.746Z | Downloaded displaydoc v0.2.5 |
| 684 | 2026-08-29T21:06:26.746Z | Downloaded tiny-keccak v2.0.2 |
| 685 | 2026-08-29T21:06:26.746Z | Downloaded ignore v0.4.25 |
| 686 | 2026-08-29T21:06:26.750Z | Downloaded time-macros v0.2.27 |
| 687 | 2026-08-29T21:06:26.750Z | Downloaded adler2 v2.0.1 |
| 688 | 2026-08-29T21:06:26.750Z | Downloaded serdect v0.4.3 |
| 689 | 2026-08-29T21:06:26.750Z | Downloaded slog-envlogger v2.2.0 |
| 690 | 2026-08-29T21:06:26.754Z | Downloaded cfg_aliases v0.2.1 |
| 691 | 2026-08-29T21:06:26.754Z | Downloaded arc-swap v1.8.2 |
| 692 | 2026-08-29T21:06:26.758Z | Downloaded rsa v0.9.10 |
| 693 | 2026-08-29T21:06:26.763Z | Downloaded reedline v0.40.0 |
| 694 | 2026-08-29T21:06:26.768Z | Downloaded cc v1.2.56 |
| 695 | 2026-08-29T21:06:26.768Z | Downloaded colorchoice v1.0.4 |
| 696 | 2026-08-29T21:06:26.772Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 697 | 2026-08-29T21:06:26.772Z | Downloaded allocator-api2 v0.2.21 |
| 698 | 2026-08-29T21:06:26.772Z | Downloaded poly1305 v0.9.0 |
| 699 | 2026-08-29T21:06:26.778Z | Downloaded thiserror-no-std v2.0.2 |
| 700 | 2026-08-29T21:06:26.778Z | Downloaded tokio-tungstenite v0.21.0 |
| 701 | 2026-08-29T21:06:26.778Z | Downloaded arrayref v0.3.9 |
| 702 | 2026-08-29T21:06:26.778Z | Downloaded bitfield-macros v0.19.4 |
| 703 | 2026-08-29T21:06:26.781Z | Downloaded http-body-util v0.1.3 |
| 704 | 2026-08-29T21:06:26.781Z | Downloaded hyper-tls v0.6.0 |
| 705 | 2026-08-29T21:06:26.781Z | Downloaded owo-colors v3.5.0 |
| 706 | 2026-08-29T21:06:26.784Z | Downloaded icu_locale_core v2.1.1 |
| 707 | 2026-08-29T21:06:26.787Z | Downloaded knuffel v3.2.0 |
| 708 | 2026-08-29T21:06:26.787Z | Downloaded ciborium-io v0.2.2 |
| 709 | 2026-08-29T21:06:26.787Z | Downloaded p384 v0.14.0 |
| 710 | 2026-08-29T21:06:26.790Z | Downloaded derive-where v1.6.0 |
| 711 | 2026-08-29T21:06:26.794Z | Downloaded steno v0.4.1 |
| 712 | 2026-08-29T21:06:26.794Z | Downloaded precomputed-hash v0.1.1 |
| 713 | 2026-08-29T21:06:26.794Z | Downloaded proc-macro-error-attr v1.0.4 |
| 714 | 2026-08-29T21:06:26.797Z | Downloaded crc-catalog v2.4.0 |
| 715 | 2026-08-29T21:06:26.800Z | Downloaded document-features v0.2.12 |
| 716 | 2026-08-29T21:06:26.803Z | Downloaded serde_with_macros v3.21.0 |
| 717 | 2026-08-29T21:06:26.803Z | Downloaded futures-util v0.3.32 |
| 718 | 2026-08-29T21:06:26.808Z | Downloaded serde_with v1.14.0 |
| 719 | 2026-08-29T21:06:26.812Z | Downloaded bytecount v0.6.9 |
| 720 | 2026-08-29T21:06:26.815Z | Downloaded russh-cryptovec v0.62.0 |
| 721 | 2026-08-29T21:06:26.815Z | Downloaded term v0.7.0 |
| 722 | 2026-08-29T21:06:26.818Z | Downloaded ipnetwork v0.21.1 |
| 723 | 2026-08-29T21:06:26.818Z | Downloaded serde_repr v0.1.20 |
| 724 | 2026-08-29T21:06:26.818Z | Downloaded zerovec v0.11.5 |
| 725 | 2026-08-29T21:06:26.821Z | Downloaded reqwest v0.12.28 |
| 726 | 2026-08-29T21:06:26.824Z | Downloaded term v1.2.1 |
| 727 | 2026-08-29T21:06:26.827Z | Downloaded reqwest v0.13.2 |
| 728 | 2026-08-29T21:06:26.831Z | Downloaded termtree v0.5.1 |
| 729 | 2026-08-29T21:06:26.831Z | Downloaded postcard v1.1.3 |
| 730 | 2026-08-29T21:06:26.834Z | Downloaded peg-macros v0.8.5 |
| 731 | 2026-08-29T21:06:26.834Z | Downloaded approx v0.5.1 |
| 732 | 2026-08-29T21:06:26.834Z | Downloaded strsim v0.11.1 |
| 733 | 2026-08-29T21:06:26.834Z | Downloaded derive_more-impl v2.1.1 |
| 734 | 2026-08-29T21:06:26.837Z | Downloaded hyper-rustls v0.27.7 |
| 735 | 2026-08-29T21:06:26.840Z | Downloaded tinyvec_macros v0.1.1 |
| 736 | 2026-08-29T21:06:26.840Z | Downloaded toml_write v0.1.2 |
| 737 | 2026-08-29T21:06:26.840Z | Downloaded twox-hash v2.1.2 |
| 738 | 2026-08-29T21:06:26.843Z | Downloaded slog-bunyan v2.5.0 |
| 739 | 2026-08-29T21:06:26.844Z | Downloaded socket2 v0.6.3 |
| 740 | 2026-08-29T21:06:26.847Z | Downloaded tokio-util v0.7.18 |
| 741 | 2026-08-29T21:06:26.850Z | Downloaded derive_builder_core v0.20.2 |
| 742 | 2026-08-29T21:06:26.853Z | Downloaded pest_meta v2.8.6 |
| 743 | 2026-08-29T21:06:26.853Z | Downloaded headers v0.4.1 |
| 744 | 2026-08-29T21:06:26.856Z | Downloaded daft v0.1.8 |
| 745 | 2026-08-29T21:06:26.856Z | Downloaded zstd-safe v7.2.4 |
| 746 | 2026-08-29T21:06:26.856Z | Downloaded defmt v1.0.1 |
| 747 | 2026-08-29T21:06:26.859Z | Downloaded phf v0.12.1 |
| 748 | 2026-08-29T21:06:26.859Z | Downloaded pkg-config v0.3.32 |
| 749 | 2026-08-29T21:06:26.859Z | Downloaded usdt-macro v0.5.0 |
| 750 | 2026-08-29T21:06:26.862Z | Downloaded zerofrom-derive v0.1.6 |
| 751 | 2026-08-29T21:06:26.862Z | Downloaded convert_case v0.10.0 |
| 752 | 2026-08-29T21:06:26.866Z | Downloaded derive_more v0.99.20 |
| 753 | 2026-08-29T21:06:26.870Z | Downloaded clap_builder v4.6.0 |
| 754 | 2026-08-29T21:06:26.873Z | Downloaded async-lock v3.4.2 |
| 755 | 2026-08-29T21:06:26.873Z | Downloaded rand_core v0.9.5 |
| 756 | 2026-08-29T21:06:26.873Z | Downloaded hex v0.4.3 |
| 757 | 2026-08-29T21:06:26.877Z | Downloaded rustls-pemfile v2.2.0 |
| 758 | 2026-08-29T21:06:26.877Z | Downloaded similar-asserts v1.7.0 |
| 759 | 2026-08-29T21:06:26.880Z | Downloaded indent_write v2.2.0 |
| 760 | 2026-08-29T21:06:26.880Z | Downloaded peg-runtime v0.8.5 |
| 761 | 2026-08-29T21:06:26.880Z | Downloaded tough v0.22.0 |
| 762 | 2026-08-29T21:06:26.884Z | Downloaded h2 v0.4.15 |
| 763 | 2026-08-29T21:06:26.888Z | Downloaded crossterm v0.28.1 |
| 764 | 2026-08-29T21:06:26.892Z | Downloaded unicode-bidi v0.3.18 |
| 765 | 2026-08-29T21:06:26.895Z | Downloaded uuid v1.23.4 |
| 766 | 2026-08-29T21:06:26.895Z | Downloaded static_assertions v1.1.0 |
| 767 | 2026-08-29T21:06:26.895Z | Downloaded hickory-client v0.25.2 |
| 768 | 2026-08-29T21:06:26.899Z | Downloaded sha2 v0.10.9 |
| 769 | 2026-08-29T21:06:26.899Z | Downloaded serde_with_macros v1.5.2 |
| 770 | 2026-08-29T21:06:26.899Z | Downloaded colored v2.2.0 |
| 771 | 2026-08-29T21:06:26.903Z | Downloaded crypto-primes v0.7.2 |
| 772 | 2026-08-29T21:06:26.903Z | Downloaded blake2 v0.10.6 |
| 773 | 2026-08-29T21:06:26.906Z | Downloaded tracing-core v0.1.36 |
| 774 | 2026-08-29T21:06:26.907Z | Downloaded async-bb8-diesel v0.2.1 |
| 775 | 2026-08-29T21:06:26.907Z | Downloaded termios v0.3.3 |
| 776 | 2026-08-29T21:06:26.907Z | Downloaded castaway v0.2.4 |
| 777 | 2026-08-29T21:06:26.910Z | Downloaded base16ct v1.0.0 |
| 778 | 2026-08-29T21:06:26.910Z | Downloaded cpufeatures v0.2.17 |
| 779 | 2026-08-29T21:06:26.910Z | Downloaded crucible-workspace-hack v0.1.0 |
| 780 | 2026-08-29T21:06:26.910Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 781 | 2026-08-29T21:06:26.910Z | Downloaded goblin v0.8.2 |
| 782 | 2026-08-29T21:06:26.913Z | Downloaded whoami v1.6.1 |
| 783 | 2026-08-29T21:06:26.916Z | Downloaded support-bundle-viewer v0.1.2 |
| 784 | 2026-08-29T21:06:26.916Z | Downloaded tokio-native-tls v0.3.1 |
| 785 | 2026-08-29T21:06:26.916Z | Downloaded vte v0.14.1 |
| 786 | 2026-08-29T21:06:26.916Z | Downloaded rawzip v0.4.4 |
| 787 | 2026-08-29T21:06:26.920Z | Downloaded p256 v0.13.2 |
| 788 | 2026-08-29T21:06:26.923Z | Downloaded dashu-base v0.5.1 |
| 789 | 2026-08-29T21:06:26.923Z | Downloaded parking_lot v0.12.5 |
| 790 | 2026-08-29T21:06:26.926Z | Downloaded hickory-resolver v0.24.4 |
| 791 | 2026-08-29T21:06:26.926Z | Downloaded darling_core v0.21.3 |
| 792 | 2026-08-29T21:06:26.929Z | Downloaded zstd v0.13.3 |
| 793 | 2026-08-29T21:06:26.932Z | Downloaded winnow v0.6.26 |
| 794 | 2026-08-29T21:06:26.935Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 795 | 2026-08-29T21:06:26.938Z | Downloaded display-error-chain v0.2.2 |
| 796 | 2026-08-29T21:06:26.938Z | Downloaded psm v0.1.30 |
| 797 | 2026-08-29T21:06:26.938Z | Downloaded psl-types v2.0.11 |
| 798 | 2026-08-29T21:06:26.942Z | Downloaded typenum v1.20.1 |
| 799 | 2026-08-29T21:06:26.942Z | Downloaded publicsuffix v2.3.0 |
| 800 | 2026-08-29T21:06:26.945Z | Downloaded rand_distr v0.5.1 |
| 801 | 2026-08-29T21:06:26.945Z | Downloaded humantime v2.3.0 |
| 802 | 2026-08-29T21:06:26.948Z | Downloaded oxide-generation v0.1.3 |
| 803 | 2026-08-29T21:06:26.949Z | Downloaded knuffel-derive v3.2.0 |
| 804 | 2026-08-29T21:06:26.949Z | Downloaded oxide-tokio-rt v0.1.4 |
| 805 | 2026-08-29T21:06:26.949Z | Downloaded serde_regex v1.1.0 |
| 806 | 2026-08-29T21:06:26.952Z | Downloaded smawk v0.3.2 |
| 807 | 2026-08-29T21:06:26.952Z | Downloaded itertools v0.12.1 |
| 808 | 2026-08-29T21:06:26.955Z | Downloaded paste v1.0.15 |
| 809 | 2026-08-29T21:06:26.958Z | Downloaded icu_properties_data v2.1.2 |
| 810 | 2026-08-29T21:06:26.963Z | Downloaded anes v0.1.6 |
| 811 | 2026-08-29T21:06:26.966Z | Downloaded autocfg v1.5.0 |
| 812 | 2026-08-29T21:06:26.966Z | Downloaded bit-set v0.8.0 |
| 813 | 2026-08-29T21:06:26.966Z | Downloaded serde-big-array v0.5.1 |
| 814 | 2026-08-29T21:06:26.966Z | Downloaded crossbeam-epoch v0.9.18 |
| 815 | 2026-08-29T21:06:26.981Z | Downloaded dropshot-api-manager v0.8.0 |
| 816 | 2026-08-29T21:06:26.985Z | Downloaded cancel-safe-futures v0.1.5 |
| 817 | 2026-08-29T21:06:26.988Z | Downloaded argon2 v0.5.3 |
| 818 | 2026-08-29T21:06:26.988Z | Downloaded bytesize v2.7.0 |
| 819 | 2026-08-29T21:06:26.991Z | Downloaded vergen v9.1.0 |
| 820 | 2026-08-29T21:06:26.991Z | Downloaded supports-hyperlinks v3.2.0 |
| 821 | 2026-08-29T21:06:26.991Z | Downloaded tap v1.0.1 |
| 822 | 2026-08-29T21:06:26.991Z | Downloaded tower-layer v0.3.3 |
| 823 | 2026-08-29T21:06:26.991Z | Downloaded tower-service v0.3.3 |
| 824 | 2026-08-29T21:06:26.995Z | Downloaded untrusted v0.7.1 |
| 825 | 2026-08-29T21:06:26.995Z | Downloaded vsss-rs v3.3.4 |
| 826 | 2026-08-29T21:06:26.995Z | Downloaded knus v3.4.0 |
| 827 | 2026-08-29T21:06:26.998Z | Downloaded bitfield v0.19.4 |
| 828 | 2026-08-29T21:06:26.998Z | Downloaded xshell-macros v0.2.7 |
| 829 | 2026-08-29T21:06:26.998Z | Downloaded idna_adapter v1.2.1 |
| 830 | 2026-08-29T21:06:26.998Z | Downloaded sha3 v0.12.0 |
| 831 | 2026-08-29T21:06:27.003Z | Downloaded p521 v0.13.3 |
| 832 | 2026-08-29T21:06:27.003Z | Downloaded defmt-macros v1.0.1 |
| 833 | 2026-08-29T21:06:27.006Z | Downloaded rcgen v0.12.1 |
| 834 | 2026-08-29T21:06:27.006Z | Downloaded utf-8 v0.7.6 |
| 835 | 2026-08-29T21:06:27.006Z | Downloaded hmac v0.12.1 |
| 836 | 2026-08-29T21:06:27.006Z | Downloaded serde_core v1.0.228 |
| 837 | 2026-08-29T21:06:27.009Z | Downloaded ryu v1.0.23 |
| 838 | 2026-08-29T21:06:27.009Z | Downloaded packed_struct_codegen v0.10.1 |
| 839 | 2026-08-29T21:06:27.009Z | Downloaded qorb v0.4.1 |
| 840 | 2026-08-29T21:06:27.012Z | Downloaded port-file v0.1.0 |
| 841 | 2026-08-29T21:06:27.012Z | Downloaded rand_xorshift v0.4.0 |
| 842 | 2026-08-29T21:06:27.015Z | Downloaded ident_case v1.0.1 |
| 843 | 2026-08-29T21:06:27.015Z | Downloaded is_ci v1.2.0 |
| 844 | 2026-08-29T21:06:27.015Z | Downloaded parking_lot v0.11.2 |
| 845 | 2026-08-29T21:06:27.015Z | Downloaded rand v0.10.1 |
| 846 | 2026-08-29T21:06:27.018Z | Downloaded socket2 v0.5.10 |
| 847 | 2026-08-29T21:06:27.018Z | Downloaded git2 v0.20.4 |
| 848 | 2026-08-29T21:06:27.023Z | Downloaded percent-encoding v2.3.2 |
| 849 | 2026-08-29T21:06:27.026Z | Downloaded oso-derive v0.27.3 |
| 850 | 2026-08-29T21:06:27.026Z | Downloaded dof v0.4.0 |
| 851 | 2026-08-29T21:06:27.026Z | Downloaded scroll v0.13.0 |
| 852 | 2026-08-29T21:06:27.026Z | Downloaded hyper v1.10.1 |
| 853 | 2026-08-29T21:06:27.029Z | Downloaded ssh-key v0.7.0-rc.11 |
| 854 | 2026-08-29T21:06:27.033Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 855 | 2026-08-29T21:06:27.036Z | Downloaded simd-adler32 v0.3.8 |
| 856 | 2026-08-29T21:06:27.036Z | Downloaded tls_codec_derive v0.4.2 |
| 857 | 2026-08-29T21:06:27.041Z | Downloaded quick-error v1.2.3 |
| 858 | 2026-08-29T21:06:27.041Z | Downloaded argon2 v0.6.0-rc.8 |
| 859 | 2026-08-29T21:06:27.041Z | Downloaded plotters-backend v0.3.7 |
| 860 | 2026-08-29T21:06:27.041Z | Downloaded terminal_size v0.4.3 |
| 861 | 2026-08-29T21:06:27.044Z | Downloaded thread_local v1.1.9 |
| 862 | 2026-08-29T21:06:27.044Z | Downloaded quick-xml v0.37.5 |
| 863 | 2026-08-29T21:06:27.047Z | Downloaded p256 v0.14.0 |
| 864 | 2026-08-29T21:06:27.047Z | Downloaded const-oid v0.9.6 |
| 865 | 2026-08-29T21:06:27.051Z | Downloaded ssh-encoding v0.3.0 |
| 866 | 2026-08-29T21:06:27.051Z | Downloaded pretty_assertions v1.4.1 |
| 867 | 2026-08-29T21:06:27.051Z | Downloaded xattr v1.6.1 |
| 868 | 2026-08-29T21:06:27.055Z | Downloaded zopfli v0.8.3 |
| 869 | 2026-08-29T21:06:27.055Z | Downloaded rand_chacha v0.3.1 |
| 870 | 2026-08-29T21:06:27.055Z | Downloaded diesel_derives v2.3.7 |
| 871 | 2026-08-29T21:06:27.058Z | Downloaded pest_generator v2.8.6 |
| 872 | 2026-08-29T21:06:27.058Z | Downloaded pin-project-internal v1.1.11 |
| 873 | 2026-08-29T21:06:27.058Z | Downloaded serde_urlencoded v0.7.1 |
| 874 | 2026-08-29T21:06:27.061Z | Downloaded indexmap v1.9.3 |
| 875 | 2026-08-29T21:06:27.064Z | Downloaded keccak v0.2.0 |
| 876 | 2026-08-29T21:06:27.067Z | Downloaded time-core v0.1.8 |
| 877 | 2026-08-29T21:06:27.067Z | Downloaded strsim v0.10.0 |
| 878 | 2026-08-29T21:06:27.070Z | Downloaded tokio-postgres v0.7.16 |
| 879 | 2026-08-29T21:06:27.074Z | Downloaded x509-cert v0.2.5 |
| 880 | 2026-08-29T21:06:27.077Z | Downloaded pem-rfc7468 v1.0.0 |
| 881 | 2026-08-29T21:06:27.080Z | Downloaded tower-http v0.6.8 |
| 882 | 2026-08-29T21:06:27.083Z | Downloaded password-hash v0.5.0 |
| 883 | 2026-08-29T21:06:27.083Z | Downloaded smallvec v1.15.1 |
| 884 | 2026-08-29T21:06:27.086Z | Downloaded thread-id v5.1.0 |
| 885 | 2026-08-29T21:06:27.086Z | Downloaded void v1.0.2 |
| 886 | 2026-08-29T21:06:27.086Z | Downloaded cipher v0.4.4 |
| 887 | 2026-08-29T21:06:27.086Z | Downloaded toml v0.8.23 |
| 888 | 2026-08-29T21:06:27.089Z | Downloaded httpdate v1.0.3 |
| 889 | 2026-08-29T21:06:27.089Z | Downloaded http-range v0.1.5 |
| 890 | 2026-08-29T21:06:27.089Z | Downloaded async-stream-impl v0.3.6 |
| 891 | 2026-08-29T21:06:27.089Z | Downloaded hubpack_derive v0.1.1 |
| 892 | 2026-08-29T21:06:27.089Z | Downloaded delegate v0.13.5 |
| 893 | 2026-08-29T21:06:27.089Z | Downloaded home v0.5.12 |
| 894 | 2026-08-29T21:06:27.089Z | Downloaded cast v0.3.0 |
| 895 | 2026-08-29T21:06:27.092Z | Downloaded digest v0.11.3 |
| 896 | 2026-08-29T21:06:27.097Z | Downloaded jiff-core v0.1.0 |
| 897 | 2026-08-29T21:06:27.100Z | Downloaded hashbrown v0.14.5 |
| 898 | 2026-08-29T21:06:27.104Z | Downloaded yansi v1.0.1 |
| 899 | 2026-08-29T21:06:27.107Z | Downloaded digest-io v0.1.0 |
| 900 | 2026-08-29T21:06:27.107Z | Downloaded vergen-gitcl v1.0.8 |
| 901 | 2026-08-29T21:06:27.107Z | Downloaded relative-path v1.9.3 |
| 902 | 2026-08-29T21:06:27.107Z | Downloaded compression-core v0.4.31 |
| 903 | 2026-08-29T21:06:27.111Z | Downloaded radium v0.7.0 |
| 904 | 2026-08-29T21:06:27.114Z | Downloaded signal-hook-registry v1.4.8 |
| 905 | 2026-08-29T21:06:27.114Z | Downloaded schemars_derive v0.8.22 |
| 906 | 2026-08-29T21:06:27.114Z | Downloaded strum v0.27.2 |
| 907 | 2026-08-29T21:06:27.114Z | Downloaded tabled_derive v0.7.0 |
| 908 | 2026-08-29T21:06:27.117Z | Downloaded icu_normalizer_data v2.1.1 |
| 909 | 2026-08-29T21:06:27.117Z | Downloaded progenitor-impl v0.14.0 |
| 910 | 2026-08-29T21:06:27.117Z | Downloaded salty v0.3.0 |
| 911 | 2026-08-29T21:06:27.120Z | Downloaded async-compression v0.4.41 |
| 912 | 2026-08-29T21:06:27.124Z | Downloaded prefix-trie v0.7.0 |
| 913 | 2026-08-29T21:06:27.127Z | Downloaded toml_edit v0.19.15 |
| 914 | 2026-08-29T21:06:27.134Z | Downloaded ssh-cipher v0.2.0 |
| 915 | 2026-08-29T21:06:27.137Z | Downloaded samael v0.0.19 |
| 916 | 2026-08-29T21:06:27.140Z | Downloaded serde v1.0.228 |
| 917 | 2026-08-29T21:06:27.140Z | Downloaded ssh-cipher v0.3.0 |
| 918 | 2026-08-29T21:06:27.143Z | Downloaded target-spec v3.5.7 |
| 919 | 2026-08-29T21:06:27.143Z | Downloaded zeroize v1.9.0 |
| 920 | 2026-08-29T21:06:27.143Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 921 | 2026-08-29T21:06:27.143Z | Downloaded is_terminal_polyfill v1.70.2 |
| 922 | 2026-08-29T21:06:27.146Z | Downloaded async-object-pool v0.2.0 |
| 923 | 2026-08-29T21:06:27.146Z | Downloaded goblin v0.10.5 |
| 924 | 2026-08-29T21:06:27.149Z | Downloaded tls_codec v0.4.2 |
| 925 | 2026-08-29T21:06:27.149Z | Downloaded console v0.16.2 |
| 926 | 2026-08-29T21:06:27.154Z | Downloaded usdt-macro v0.6.0 |
| 927 | 2026-08-29T21:06:27.154Z | Downloaded compact_str v0.8.1 |
| 928 | 2026-08-29T21:06:27.154Z | Downloaded password-hash v0.6.1 |
| 929 | 2026-08-29T21:06:27.157Z | Downloaded rstest v0.25.0 |
| 930 | 2026-08-29T21:06:27.157Z | Downloaded knus-derive v3.4.0 |
| 931 | 2026-08-29T21:06:27.157Z | Downloaded backoff v0.4.0 |
| 932 | 2026-08-29T21:06:27.160Z | Downloaded camino-tempfile-ext v0.3.3 |
| 933 | 2026-08-29T21:06:27.160Z | Downloaded crossterm v0.29.0 |
| 934 | 2026-08-29T21:06:27.163Z | Downloaded unicode-ident v1.0.24 |
| 935 | 2026-08-29T21:06:27.166Z | Downloaded indexmap v2.14.0 |
| 936 | 2026-08-29T21:06:27.169Z | Downloaded itertools v0.10.5 |
| 937 | 2026-08-29T21:06:27.172Z | Downloaded httparse v1.10.1 |
| 938 | 2026-08-29T21:06:27.172Z | Downloaded postgres-types v0.2.12 |
| 939 | 2026-08-29T21:06:27.176Z | Downloaded critical-section v1.2.0 |
| 940 | 2026-08-29T21:06:27.176Z | Downloaded phc v0.6.1 |
| 941 | 2026-08-29T21:06:27.176Z | Downloaded rustls-pki-types v1.14.0 |
| 942 | 2026-08-29T21:06:27.179Z | Downloaded pretty-hex v0.4.1 |
| 943 | 2026-08-29T21:06:27.179Z | Downloaded phf_shared v0.13.1 |
| 944 | 2026-08-29T21:06:27.179Z | Downloaded debug-ignore v1.0.5 |
| 945 | 2026-08-29T21:06:27.179Z | Downloaded smf v0.2.3 |
| 946 | 2026-08-29T21:06:27.179Z | Downloaded strum v0.26.3 |
| 947 | 2026-08-29T21:06:27.182Z | Downloaded itertools v0.13.0 |
| 948 | 2026-08-29T21:06:27.185Z | Downloaded tinystr v0.8.2 |
| 949 | 2026-08-29T21:06:27.185Z | Downloaded proc-macro-error2 v2.0.1 |
| 950 | 2026-08-29T21:06:27.188Z | Downloaded scrypt v0.12.0 |
| 951 | 2026-08-29T21:06:27.188Z | Downloaded indoc v1.0.9 |
| 952 | 2026-08-29T21:06:27.188Z | Downloaded rfc6979 v0.6.0 |
| 953 | 2026-08-29T21:06:27.191Z | Downloaded snafu v0.8.9 |
| 954 | 2026-08-29T21:06:27.194Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 955 | 2026-08-29T21:06:27.194Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 956 | 2026-08-29T21:06:27.194Z | Downloaded slab v0.4.12 |
| 957 | 2026-08-29T21:06:27.194Z | Downloaded bzip2 v0.4.4 |
| 958 | 2026-08-29T21:06:27.197Z | Downloaded ciborium-ll v0.2.2 |
| 959 | 2026-08-29T21:06:27.197Z | Downloaded ssh-encoding v0.2.0 |
| 960 | 2026-08-29T21:06:27.200Z | Downloaded array-init v0.0.4 |
| 961 | 2026-08-29T21:06:27.200Z | Downloaded unicode-truncate v1.1.0 |
| 962 | 2026-08-29T21:06:27.200Z | Downloaded bit-set v0.5.3 |
| 963 | 2026-08-29T21:06:27.203Z | Downloaded yasna v0.5.2 |
| 964 | 2026-08-29T21:06:27.206Z | Downloaded walkdir v2.5.0 |
| 965 | 2026-08-29T21:06:27.209Z | Downloaded compression-codecs v0.4.37 |
| 966 | 2026-08-29T21:06:27.212Z | Downloaded data-encoding v2.10.0 |
| 967 | 2026-08-29T21:06:27.217Z | Downloaded waitgroup v0.1.2 |
| 968 | 2026-08-29T21:06:27.217Z | Downloaded heck v0.4.1 |
| 969 | 2026-08-29T21:06:27.217Z | Downloaded proc-macro2 v1.0.106 |
| 970 | 2026-08-29T21:06:27.233Z | Downloaded backon v1.6.0 |
| 971 | 2026-08-29T21:06:27.233Z | Downloaded typed-path v0.9.3 |
| 972 | 2026-08-29T21:06:27.237Z | Downloaded anyhow v1.0.104 |
| 973 | 2026-08-29T21:06:27.237Z | Downloaded anstyle-query v1.1.5 |
| 974 | 2026-08-29T21:06:27.237Z | Downloaded async-recursion v1.1.1 |
| 975 | 2026-08-29T21:06:27.237Z | Downloaded moka v0.12.13 |
| 976 | 2026-08-29T21:06:27.240Z | Downloaded sha2 v0.11.0 |
| 977 | 2026-08-29T21:06:27.243Z | Downloaded signal-hook-tokio v0.3.1 |
| 978 | 2026-08-29T21:06:27.243Z | Downloaded derive_builder_macro v0.20.2 |
| 979 | 2026-08-29T21:06:27.243Z | Downloaded subtle v2.6.1 |
| 980 | 2026-08-29T21:06:27.243Z | Downloaded object v0.30.4 |
| 981 | 2026-08-29T21:06:27.249Z | Downloaded sapling-renderdag v0.1.0 |
| 982 | 2026-08-29T21:06:27.252Z | Downloaded instability v0.3.11 |
| 983 | 2026-08-29T21:06:27.252Z | Downloaded derive_more v2.1.1 |
| 984 | 2026-08-29T21:06:27.257Z | Downloaded rand v0.8.6 |
| 985 | 2026-08-29T21:06:27.260Z | Downloaded cpubits v0.1.1 |
| 986 | 2026-08-29T21:06:27.263Z | Downloaded atomic-waker v1.1.2 |
| 987 | 2026-08-29T21:06:27.263Z | Downloaded idna v1.1.0 |
| 988 | 2026-08-29T21:06:27.266Z | Downloaded darling_macro v0.23.0 |
| 989 | 2026-08-29T21:06:27.266Z | Downloaded dof v0.3.0 |
| 990 | 2026-08-29T21:06:27.269Z | Downloaded progenitor-macro v0.13.0 |
| 991 | 2026-08-29T21:06:27.269Z | Downloaded blake3 v1.8.5 |
| 992 | 2026-08-29T21:06:27.274Z | Downloaded des v0.9.0 |
| 993 | 2026-08-29T21:06:27.277Z | Downloaded serde_derive_internals v0.29.1 |
| 994 | 2026-08-29T21:06:27.277Z | Downloaded serde_path_to_error v0.1.20 |
| 995 | 2026-08-29T21:06:27.277Z | Downloaded stringprep v0.1.5 |
| 996 | 2026-08-29T21:06:27.281Z | Downloaded rustc-hash v2.1.1 |
| 997 | 2026-08-29T21:06:27.281Z | Downloaded indoc v2.0.7 |
| 998 | 2026-08-29T21:06:27.284Z | Downloaded serde_with v3.21.0 |
| 999 | 2026-08-29T21:06:27.291Z | Downloaded jiff-static v0.2.34 |
| 1000 | 2026-08-29T21:06:27.294Z | Downloaded try-lock v0.2.5 |
| 1001 | 2026-08-29T21:06:27.294Z | Downloaded kem v0.3.0 |
| 1002 | 2026-08-29T21:06:27.294Z | Downloaded usdt v0.5.0 |
| 1003 | 2026-08-29T21:06:27.294Z | Downloaded bitfield-struct v0.6.2 |
| 1004 | 2026-08-29T21:06:27.294Z | Downloaded serde_json v1.0.151 |
| 1005 | 2026-08-29T21:06:27.298Z | Downloaded polyval v0.7.1 |
| 1006 | 2026-08-29T21:06:27.301Z | Downloaded serde_cbor v0.11.2 |
| 1007 | 2026-08-29T21:06:27.304Z | Downloaded thiserror-impl v2.0.18 |
| 1008 | 2026-08-29T21:06:27.304Z | Downloaded potential_utf v0.1.4 |
| 1009 | 2026-08-29T21:06:27.304Z | Downloaded progenitor-macro v0.14.0 |
| 1010 | 2026-08-29T21:06:27.307Z | Downloaded rand_core v0.10.0 |
| 1011 | 2026-08-29T21:06:27.307Z | Downloaded pest v2.8.6 |
| 1012 | 2026-08-29T21:06:27.310Z | Downloaded base64 v0.21.7 |
| 1013 | 2026-08-29T21:06:27.313Z | Downloaded iana-time-zone v0.1.65 |
| 1014 | 2026-08-29T21:06:27.313Z | Downloaded inout v0.2.2 |
| 1015 | 2026-08-29T21:06:27.316Z | Downloaded tokio-test v0.4.5 |
| 1016 | 2026-08-29T21:06:27.316Z | Downloaded bumpalo v3.20.2 |
| 1017 | 2026-08-29T21:06:27.325Z | Downloaded oso v0.27.3 |
| 1018 | 2026-08-29T21:06:27.328Z | Downloaded packed_struct v0.10.1 |
| 1019 | 2026-08-29T21:06:27.328Z | Downloaded derive_builder v0.20.2 |
| 1020 | 2026-08-29T21:06:27.331Z | Downloaded oxide-update-engine v0.1.2 |
| 1021 | 2026-08-29T21:06:27.331Z | Downloaded cbc v0.2.1 |
| 1022 | 2026-08-29T21:06:27.334Z | Downloaded ref-cast v1.0.25 |
| 1023 | 2026-08-29T21:06:27.334Z | Downloaded papergrid v0.11.0 |
| 1024 | 2026-08-29T21:06:27.337Z | Downloaded papergrid v0.18.0 |
| 1025 | 2026-08-29T21:06:27.340Z | Downloaded bs58 v0.5.1 |
| 1026 | 2026-08-29T21:06:27.340Z | Downloaded zip v0.6.6 |
| 1027 | 2026-08-29T21:06:27.343Z | Downloaded const_format v0.2.35 |
| 1028 | 2026-08-29T21:06:27.346Z | Downloaded nix v0.27.1 |
| 1029 | 2026-08-29T21:06:27.350Z | Downloaded serde_tokenstream v0.3.0 |
| 1030 | 2026-08-29T21:06:27.353Z | Downloaded itertools v0.14.0 |
| 1031 | 2026-08-29T21:06:27.356Z | Downloaded unicode-width v0.2.0 |
| 1032 | 2026-08-29T21:06:27.359Z | Downloaded unicode-normalization v0.1.25 |
| 1033 | 2026-08-29T21:06:27.362Z | Downloaded cmake v0.1.57 |
| 1034 | 2026-08-29T21:06:27.362Z | Downloaded async-trait v0.1.89 |
| 1035 | 2026-08-29T21:06:27.366Z | Downloaded target-lexicon v0.13.3 |
| 1036 | 2026-08-29T21:06:27.366Z | Downloaded scroll_derive v0.12.1 |
| 1037 | 2026-08-29T21:06:27.366Z | Downloaded p384 v0.13.1 |
| 1038 | 2026-08-29T21:06:27.369Z | Downloaded path-tree v0.8.3 |
| 1039 | 2026-08-29T21:06:27.369Z | Downloaded rusty-fork v0.3.1 |
| 1040 | 2026-08-29T21:06:27.372Z | Downloaded lalrpop v0.19.12 |
| 1041 | 2026-08-29T21:06:27.375Z | Downloaded rstest_macros v0.25.0 |
| 1042 | 2026-08-29T21:06:27.378Z | Downloaded iddqd v0.4.2 |
| 1043 | 2026-08-29T21:06:27.382Z | Downloaded partial-io v0.5.4 |
| 1044 | 2026-08-29T21:06:27.385Z | Downloaded signal-hook v0.3.18 |
| 1045 | 2026-08-29T21:06:27.385Z | Downloaded subprocess v0.2.15 |
| 1046 | 2026-08-29T21:06:27.388Z | Downloaded slog-async v2.8.0 |
| 1047 | 2026-08-29T21:06:27.388Z | Downloaded url v2.5.8 |
| 1048 | 2026-08-29T21:06:27.391Z | Downloaded aes v0.9.1 |
| 1049 | 2026-08-29T21:06:27.391Z | Downloaded blowfish v0.10.0 |
| 1050 | 2026-08-29T21:06:27.394Z | Downloaded gimli v0.32.3 |
| 1051 | 2026-08-29T21:06:27.400Z | Downloaded trybuild v1.0.116 |
| 1052 | 2026-08-29T21:06:27.403Z | Downloaded serde-hex v0.1.0 |
| 1053 | 2026-08-29T21:06:27.403Z | Downloaded rsa v0.10.0-rc.18 |
| 1054 | 2026-08-29T21:06:27.406Z | Downloaded ctutils v0.4.2 |
| 1055 | 2026-08-29T21:06:27.406Z | Downloaded hkdf v0.12.4 |
| 1056 | 2026-08-29T21:06:27.406Z | Downloaded rustc-demangle v0.1.27 |
| 1057 | 2026-08-29T21:06:27.409Z | Downloaded rustyline v14.0.0 |
| 1058 | 2026-08-29T21:06:27.412Z | Downloaded anstream v1.0.0 |
| 1059 | 2026-08-29T21:06:27.412Z | Downloaded chacha20poly1305 v0.10.1 |
| 1060 | 2026-08-29T21:06:27.412Z | Downloaded sqlformat v0.3.5 |
| 1061 | 2026-08-29T21:06:27.415Z | Downloaded base64 v0.22.1 |
| 1062 | 2026-08-29T21:06:27.415Z | Downloaded corncobs v0.1.4 |
| 1063 | 2026-08-29T21:06:27.415Z | Downloaded datatest-stable v0.3.3 |
| 1064 | 2026-08-29T21:06:27.418Z | Downloaded vergen-git2 v9.1.0 |
| 1065 | 2026-08-29T21:06:27.418Z | Downloaded russh v0.62.4 |
| 1066 | 2026-08-29T21:06:27.423Z | Downloaded typify v0.6.2 |
| 1067 | 2026-08-29T21:06:27.426Z | Downloaded darling_core v0.23.0 |
| 1068 | 2026-08-29T21:06:27.429Z | Downloaded plotters v0.3.7 |
| 1069 | 2026-08-29T21:06:27.433Z | Downloaded blake2b_simd v1.0.4 |
| 1070 | 2026-08-29T21:06:27.436Z | Downloaded termcolor v1.4.1 |
| 1071 | 2026-08-29T21:06:27.436Z | Downloaded schemars v1.2.1 |
| 1072 | 2026-08-29T21:06:27.442Z | Downloaded tokio-stream v0.1.18 |
| 1073 | 2026-08-29T21:06:27.445Z | Downloaded poly1305 v0.8.0 |
| 1074 | 2026-08-29T21:06:27.448Z | Downloaded hyper-util v0.1.20 |
| 1075 | 2026-08-29T21:06:27.451Z | Downloaded backtrace v0.3.76 |
| 1076 | 2026-08-29T21:06:27.454Z | Downloaded ssh-key v0.6.7 |
| 1077 | 2026-08-29T21:06:27.457Z | Downloaded similar v2.7.0 |
| 1078 | 2026-08-29T21:06:27.462Z | Downloaded pbkdf2 v0.13.0 |
| 1079 | 2026-08-29T21:06:27.462Z | Downloaded crossbeam-channel v0.5.15 |
| 1080 | 2026-08-29T21:06:27.465Z | Downloaded nix v0.28.0 |
| 1081 | 2026-08-29T21:06:27.469Z | Downloaded time v0.3.47 |
| 1082 | 2026-08-29T21:06:27.476Z | Downloaded zerocopy v0.8.55 |
| 1083 | 2026-08-29T21:06:27.488Z | Downloaded indicatif v0.18.4 |
| 1084 | 2026-08-29T21:06:27.491Z | Downloaded itertools v0.15.0 |
| 1085 | 2026-08-29T21:06:27.496Z | Downloaded quinn v0.11.11 |
| 1086 | 2026-08-29T21:06:27.499Z | Downloaded crypto-bigint v0.5.5 |
| 1087 | 2026-08-29T21:06:27.499Z | Downloaded unicode-segmentation v1.12.0 |
| 1088 | 2026-08-29T21:06:27.502Z | Downloaded aws-lc-rs v1.16.3 |
| 1089 | 2026-08-29T21:06:27.507Z | Downloaded winnow v0.5.40 |
| 1090 | 2026-08-29T21:06:27.512Z | Downloaded polar-core v0.27.3 |
| 1091 | 2026-08-29T21:06:27.516Z | Downloaded unicode_categories v0.1.1 |
| 1092 | 2026-08-29T21:06:27.520Z | Downloaded tungstenite v0.28.0 |
| 1093 | 2026-08-29T21:06:27.520Z | Downloaded quinn-proto v0.11.16 |
| 1094 | 2026-08-29T21:06:27.523Z | Downloaded toml_edit v0.22.27 |
| 1095 | 2026-08-29T21:06:27.526Z | Downloaded hashbrown v0.17.0 |
| 1096 | 2026-08-29T21:06:27.529Z | Downloaded iri-string v0.7.10 |
| 1097 | 2026-08-29T21:06:27.533Z | Downloaded icu_normalizer v2.1.1 |
| 1098 | 2026-08-29T21:06:27.536Z | Downloaded icu_properties v2.1.2 |
| 1099 | 2026-08-29T21:06:27.540Z | Downloaded openssl v0.10.80 |
| 1100 | 2026-08-29T21:06:27.543Z | Downloaded rand v0.9.2 |
| 1101 | 2026-08-29T21:06:27.546Z | Downloaded heapless v0.7.17 |
| 1102 | 2026-08-29T21:06:27.546Z | Downloaded zip v4.6.1 |
| 1103 | 2026-08-29T21:06:27.549Z | Downloaded zlib-rs v0.6.2 |
| 1104 | 2026-08-29T21:06:27.553Z | Downloaded hickory-server v0.25.2 |
| 1105 | 2026-08-29T21:06:27.556Z | Downloaded bstr v1.12.1 |
| 1106 | 2026-08-29T21:06:27.559Z | Downloaded hkdf v0.13.0 |
| 1107 | 2026-08-29T21:06:27.562Z | Downloaded aes-gcm v0.11.0 |
| 1108 | 2026-08-29T21:06:27.566Z | Downloaded hickory-resolver v0.25.2 |
| 1109 | 2026-08-29T21:06:27.566Z | Downloaded object v0.37.3 |
| 1110 | 2026-08-29T21:06:27.572Z | Downloaded p521 v0.14.0 |
| 1111 | 2026-08-29T21:06:27.577Z | Downloaded nix v0.31.2 |
| 1112 | 2026-08-29T21:06:27.581Z | Downloaded hashbrown v0.16.1 |
| 1113 | 2026-08-29T21:06:27.584Z | Downloaded aho-corasick v1.1.4 |
| 1114 | 2026-08-29T21:06:27.587Z | Downloaded tabled v0.21.0 |
| 1115 | 2026-08-29T21:06:27.597Z | Downloaded tabled v0.15.0 |
| 1116 | 2026-08-29T21:06:27.606Z | Downloaded regex-syntax v0.8.10 |
| 1117 | 2026-08-29T21:06:27.610Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 1118 | 2026-08-29T21:06:27.614Z | Downloaded criterion v0.7.0 |
| 1119 | 2026-08-29T21:06:27.617Z | Downloaded regex v1.12.3 |
| 1120 | 2026-08-29T21:06:27.620Z | Downloaded hashbrown v0.15.5 |
| 1121 | 2026-08-29T21:06:27.623Z | Downloaded winnow v1.0.3 |
| 1122 | 2026-08-29T21:06:27.629Z | Downloaded smoltcp v0.9.1 |
| 1123 | 2026-08-29T21:06:27.635Z | Downloaded dashu-int v0.5.1 |
| 1124 | 2026-08-29T21:06:27.641Z | Downloaded syn v2.0.117 |
| 1125 | 2026-08-29T21:06:27.648Z | Downloaded bindgen v0.71.1 |
| 1126 | 2026-08-29T21:06:27.652Z | Downloaded openapiv3 v2.2.0 |
| 1127 | 2026-08-29T21:06:27.659Z | Downloaded radix_trie v0.2.1 |
| 1128 | 2026-08-29T21:06:27.662Z | Downloaded unicode-width v0.1.14 |
| 1129 | 2026-08-29T21:06:27.665Z | Downloaded bitvec v1.0.1 |
| 1130 | 2026-08-29T21:06:27.673Z | Downloaded rayon v1.11.0 |
| 1131 | 2026-08-29T21:06:27.678Z | Downloaded regress v0.10.5 |
| 1132 | 2026-08-29T21:06:27.683Z | Downloaded portable-atomic v1.13.1 |
| 1133 | 2026-08-29T21:06:27.687Z | Downloaded regex-syntax v0.6.29 |
| 1134 | 2026-08-29T21:06:27.691Z | Downloaded winnow v0.7.14 |
| 1135 | 2026-08-29T21:06:27.697Z | Downloaded zerocopy v0.7.35 |
| 1136 | 2026-08-29T21:06:27.706Z | Downloaded rustls v0.23.41 |
| 1137 | 2026-08-29T21:06:27.713Z | Downloaded syn v1.0.109 |
| 1138 | 2026-08-29T21:06:27.719Z | Downloaded crypto-bigint v0.7.5 |
| 1139 | 2026-08-29T21:06:27.728Z | Downloaded curve25519-dalek v5.0.0 |
| 1140 | 2026-08-29T21:06:27.735Z | Downloaded sqlparser v0.61.0 |
| 1141 | 2026-08-29T21:06:27.739Z | Downloaded curve25519-dalek v4.1.3 |
| 1142 | 2026-08-29T21:06:27.744Z | Downloaded regress v0.11.1 |
| 1143 | 2026-08-29T21:06:27.749Z | Downloaded petname v2.0.2 |
| 1144 | 2026-08-29T21:06:27.752Z | Downloaded proptest v1.11.0 |
| 1145 | 2026-08-29T21:06:27.757Z | Downloaded vcpkg v0.2.15 |
| 1146 | 2026-08-29T21:06:27.780Z | Downloaded rustix v1.1.4 |
| 1147 | 2026-08-29T21:06:27.793Z | Downloaded smoltcp v0.11.0 |
| 1148 | 2026-08-29T21:06:27.800Z | Downloaded hickory-proto v0.25.2 |
| 1149 | 2026-08-29T21:06:27.809Z | Downloaded hickory-proto v0.24.4 |
| 1150 | 2026-08-29T21:06:27.817Z | Downloaded sha3 v0.11.0 |
| 1151 | 2026-08-29T21:06:27.820Z | Downloaded chrono v0.4.45 |
| 1152 | 2026-08-29T21:06:27.823Z | Downloaded diesel v2.3.7 |
| 1153 | 2026-08-29T21:06:27.835Z | Downloaded sled v0.34.7 |
| 1154 | 2026-08-29T21:06:27.841Z | Downloaded dropshot v0.17.1 |
| 1155 | 2026-08-29T21:06:27.854Z | Downloaded ratatui v0.29.0 |
| 1156 | 2026-08-29T21:06:27.865Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1157 | 2026-08-29T21:06:27.872Z | Downloaded rustix v0.38.44 |
| 1158 | 2026-08-29T21:06:27.884Z | Downloaded syn v3.0.3 |
| 1159 | 2026-08-29T21:06:27.891Z | Downloaded libc v0.2.185 |
| 1160 | 2026-08-29T21:06:27.910Z | Downloaded libz-sys v1.1.24 |
| 1161 | 2026-08-29T21:06:27.924Z | Downloaded jiff v0.2.34 |
| 1162 | 2026-08-29T21:06:27.932Z | Downloaded typify-impl v0.6.2 |
| 1163 | 2026-08-29T21:06:27.941Z | Downloaded chrono-tz v0.10.4 |
| 1164 | 2026-08-29T21:06:27.952Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1165 | 2026-08-29T21:06:27.962Z | Downloaded tracing v0.1.44 |
| 1166 | 2026-08-29T21:06:27.975Z | Downloaded petgraph v0.6.5 |
| 1167 | 2026-08-29T21:06:27.987Z | Downloaded petgraph v0.8.3 |
| 1168 | 2026-08-29T21:06:28.000Z | Downloaded regex-automata v0.4.14 |
| 1169 | 2026-08-29T21:06:28.008Z | Downloaded zerocopy-derive v0.6.6 |
| 1170 | 2026-08-29T21:06:28.014Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1171 | 2026-08-29T21:06:28.046Z | Downloaded httpmock v0.8.3 |
| 1172 | 2026-08-29T21:06:28.059Z | Downloaded csv v1.4.0 |
| 1173 | 2026-08-29T21:06:28.071Z | Downloaded sha3 v0.10.8 |
| 1174 | 2026-08-29T21:06:28.074Z | Downloaded tokio v1.52.1 |
| 1175 | 2026-08-29T21:06:28.100Z | Downloaded encoding_rs v0.8.35 |
| 1176 | 2026-08-29T21:06:28.167Z | Downloaded ring v0.17.14 |
| 1177 | 2026-08-29T21:06:28.610Z | Downloaded dsi-bitstream v0.10.1 |
| 1178 | 2026-08-29T21:06:28.803Z | Downloaded aws-lc-sys v0.40.0 |
| 1179 | 2026-08-29T21:06:29.238Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1180 | 2026-08-29T21:06:34.996Z | Startup: Refreshing catalog 'helios' ... Done |
| 1181 | 2026-08-29T21:06:35.404Z | Startup: Caching catalogs ... Done |
| 1182 | 2026-08-29T21:06:37.707Z | Planning: Solver setup ... Done (2.180s) |
| 1183 | 2026-08-29T21:06:37.771Z | Planning: Running solver ... Done (0.064s) |
| 1184 | 2026-08-29T21:06:37.822Z | Planning: Finding local manifests ... Done (0.003s) |
| 1185 | 2026-08-29T21:06:37.834Z | Planning: Fetching manifests: 0/2 0% complete |
| 1186 | 2026-08-29T21:06:37.851Z | Planning: Fetching manifests: 2/2 100% complete |
| 1187 | 2026-08-29T21:06:37.865Z | Planning: Package planning ... Done (0.014s) |
| 1188 | 2026-08-29T21:06:37.869Z | Planning: Merging actions ... Done (0.002s) |
| 1189 | 2026-08-29T21:06:38.090Z | Planning: Checking for conflicting actions ... Done (0.222s) |
| 1190 | 2026-08-29T21:06:38.093Z | Planning: Consolidating action changes ... Done (0.001s) |
| 1191 | 2026-08-29T21:06:38.964Z | Planning: Evaluating mediators ... Done (0.874s) |
| 1192 | 2026-08-29T21:06:38.968Z | Planning: Planning completed in 3.53 seconds |
| 1193 | 2026-08-29T21:06:38.974Z | Packages to install: 2 |
| 1194 | 2026-08-29T21:06:38.974Z | Estimated space available: 155.59 GB |
| 1195 | 2026-08-29T21:06:38.974Z | Estimated space to be consumed: 83.65 MB |
| 1196 | 2026-08-29T21:06:38.974Z | Create boot environment: No |
| 1197 | 2026-08-29T21:06:38.974Z | Create backup boot environment: No |
| 1198 | 2026-08-29T21:06:38.974Z | Rebuild boot archive: No |
| 1199 | 2026-08-29T21:06:38.978Z | |
| 1200 | 2026-08-29T21:06:38.978Z | Changed packages: |
| 1201 | 2026-08-29T21:06:38.978Z | helios |
| 1202 | 2026-08-29T21:06:38.978Z | developer/build-essential |
| 1203 | 2026-08-29T21:06:38.978Z | None -> 11-3.0 |
| 1204 | 2026-08-29T21:06:38.978Z | library/libxmlsec1 |
| 1205 | 2026-08-29T21:06:38.978Z | None -> 1.2.35-3.0 |
| 1206 | 2026-08-29T21:06:39.000Z | |
| 1207 | 2026-08-29T21:06:39.001Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 1208 | 2026-08-29T21:06:39.079Z | Download: Completed 1.28 MB in 0.08 seconds (16.3M/s) |
| 1209 | 2026-08-29T21:06:39.156Z | Actions: 1/268 actions (Installing new actions) |
| 1210 | 2026-08-29T21:06:39.195Z | Actions: Completed 268 actions in 0.04 seconds. |
| 1211 | 2026-08-29T21:06:39.233Z | Finalize: Updating package state database ... Done (0.037s) |
| 1212 | 2026-08-29T21:06:39.233Z | Finalize: Updating package cache ... Done (0.000s) |
| 1213 | 2026-08-29T21:06:39.326Z | Finalize: Updating image state ... Done (0.093s) |
| 1214 | 2026-08-29T21:06:41.951Z | Finalize: Creating fast lookup database ... Done (2.571s) |
| 1215 | 2026-08-29T21:06:42.017Z | Finalize: Reading search index ... Done (0.012s) |
| 1216 | 2026-08-29T21:06:42.020Z | Finalize: Updating search index ... Done (0.000s) |
| 1217 | 2026-08-29T21:06:42.127Z | Finalize: Updating package cache ... Done (0.000s) |
| 1218 | 2026-08-29T21:06:42.501Z | Planning: Evaluating mediator changes ... Done |
| 1219 | 2026-08-29T21:06:42.606Z | Planning: Checking for conflicting actions ... Done |
| 1220 | 2026-08-29T21:06:42.609Z | Planning: Consolidating action changes ... Done |
| 1221 | 2026-08-29T21:06:42.762Z | Planning: Evaluating mediators ... Done |
| 1222 | 2026-08-29T21:06:42.765Z | Planning: Planning completed in 0.26 seconds |
| 1223 | 2026-08-29T21:06:42.787Z | Mediators to change: 2 |
| 1224 | 2026-08-29T21:06:42.787Z | Create boot environment: No |
| 1225 | 2026-08-29T21:06:42.787Z | Create backup boot environment: No |
| 1226 | 2026-08-29T21:06:42.829Z | Finalize: Updating package state database ... Done |
| 1227 | 2026-08-29T21:06:42.832Z | Finalize: Updating package cache ... Done |
| 1228 | 2026-08-29T21:06:42.882Z | Finalize: Updating image state ... Done |
| 1229 | 2026-08-29T21:06:44.808Z | Finalize: Creating fast lookup database ... Done |
| 1230 | 2026-08-29T21:06:44.868Z | Finalize: Reading search index ... Done |
| 1231 | 2026-08-29T21:06:44.871Z | Finalize: Updating search index ... Done |
| 1232 | 2026-08-29T21:06:44.956Z | Finalize: Updating package cache ... Done |
| 1233 | 2026-08-29T21:06:45.236Z | Planning: Evaluating mediator changes ... Done |
| 1234 | 2026-08-29T21:06:45.340Z | Planning: Checking for conflicting actions ... Done |
| 1235 | 2026-08-29T21:06:45.344Z | Planning: Consolidating action changes ... Done |
| 1236 | 2026-08-29T21:06:45.499Z | Planning: Evaluating mediators ... Done |
| 1237 | 2026-08-29T21:06:45.503Z | Planning: Planning completed in 0.26 seconds |
| 1238 | 2026-08-29T21:06:45.551Z | Mediators to change: 1 |
| 1239 | 2026-08-29T21:06:45.551Z | Create boot environment: No |
| 1240 | 2026-08-29T21:06:45.551Z | Create backup boot environment: No |
| 1241 | 2026-08-29T21:06:45.565Z | Finalize: Updating package state database ... Done |
| 1242 | 2026-08-29T21:06:45.566Z | Finalize: Updating package cache ... Done |
| 1243 | 2026-08-29T21:06:45.626Z | Finalize: Updating image state ... Done |
| 1244 | 2026-08-29T21:06:47.563Z | Finalize: Creating fast lookup database ... Done |
| 1245 | 2026-08-29T21:06:47.626Z | Finalize: Reading search index ... Done |
| 1246 | 2026-08-29T21:06:47.629Z | Finalize: Updating search index ... Done |
| 1247 | 2026-08-29T21:06:47.691Z | Finalize: Updating package cache ... Done |
| 1248 | 2026-08-29T21:06:48.002Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1249 | 2026-08-29T21:06:48.002Z | apache system 2.4 system |
| 1250 | 2026-08-29T21:06:48.002Z | clang system 15 system |
| 1251 | 2026-08-29T21:06:48.002Z | csh system system illumos |
| 1252 | 2026-08-29T21:06:48.002Z | ctags system system illumos |
| 1253 | 2026-08-29T21:06:48.002Z | file vendor vendor darwinsys |
| 1254 | 2026-08-29T21:06:48.002Z | file system system illumos |
| 1255 | 2026-08-29T21:06:48.002Z | gcc vendor 14 vendor |
| 1256 | 2026-08-29T21:06:48.002Z | gcc system 13 system |
| 1257 | 2026-08-29T21:06:48.002Z | gcc system 10 system |
| 1258 | 2026-08-29T21:06:48.002Z | go system 1.25 system |
| 1259 | 2026-08-29T21:06:48.002Z | llvm system 15 system |
| 1260 | 2026-08-29T21:06:48.002Z | mariadb system 11.4 system |
| 1261 | 2026-08-29T21:06:48.002Z | mta vendor vendor dma |
| 1262 | 2026-08-29T21:06:48.002Z | openjdk system 17 system |
| 1263 | 2026-08-29T21:06:48.002Z | openjdk system 11 system |
| 1264 | 2026-08-29T21:06:48.002Z | openssl vendor 3 vendor |
| 1265 | 2026-08-29T21:06:48.002Z | perl system 5.40 system |
| 1266 | 2026-08-29T21:06:48.002Z | postgresql system 18 system |
| 1267 | 2026-08-29T21:06:48.002Z | postgresql system 17 system |
| 1268 | 2026-08-29T21:06:48.002Z | python vendor 3 vendor |
| 1269 | 2026-08-29T21:06:48.002Z | python system 2 system |
| 1270 | 2026-08-29T21:06:48.002Z | python3 vendor 3.13 vendor |
| 1271 | 2026-08-29T21:06:48.003Z | ruby system 3.4 system |
| 1272 | 2026-08-29T21:06:48.003Z | ruby system 3.0 system |
| 1273 | 2026-08-29T21:06:48.003Z | words vendor vendor american-english |
| 1274 | 2026-08-29T21:06:48.003Z | words system system australian-english |
| 1275 | 2026-08-29T21:06:48.003Z | words system system british-english |
| 1276 | 2026-08-29T21:06:48.003Z | words system system canadian-english |
| 1277 | 2026-08-29T21:06:48.003Z | words system system french |
| 1278 | 2026-08-29T21:06:48.003Z | words system system italian |
| 1279 | 2026-08-29T21:06:48.003Z | words system system ngerman |
| 1280 | 2026-08-29T21:06:48.003Z | words system system ogerman |
| 1281 | 2026-08-29T21:06:48.003Z | words system system spanish |
| 1282 | 2026-08-29T21:06:48.250Z | PUBLISHER TYPE STATUS P LOCATION |
| 1283 | 2026-08-29T21:06:48.250Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 1284 | 2026-08-29T21:06:48.747Z | FMRI IFO |
| 1285 | 2026-08-29T21:06:48.747Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 1286 | 2026-08-29T21:06:48.747Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 1287 | 2026-08-29T21:06:48.747Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 1288 | 2026-08-29T21:06:48.747Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 1289 | 2026-08-29T21:06:48.747Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 1290 | 2026-08-29T21:06:48.747Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 1291 | 2026-08-29T21:06:48.747Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 1292 | 2026-08-29T21:06:48.747Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 1293 | 2026-08-29T21:06:48.747Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 1294 | 2026-08-29T21:06:49.402Z | Downloading crates ... |
| 1295 | 2026-08-29T21:06:49.450Z | Downloaded cargo_toml v0.21.0 |
| 1296 | 2026-08-29T21:06:49.491Z | Compiling proc-macro2 v1.0.106 |
| 1297 | 2026-08-29T21:06:49.491Z | Compiling unicode-ident v1.0.24 |
| 1298 | 2026-08-29T21:06:49.491Z | Compiling quote v1.0.45 |
| 1299 | 2026-08-29T21:06:49.495Z | Compiling serde_core v1.0.228 |
| 1300 | 2026-08-29T21:06:49.495Z | Compiling libc v0.2.185 |
| 1301 | 2026-08-29T21:06:49.495Z | Compiling version_check v0.9.5 |
| 1302 | 2026-08-29T21:06:49.495Z | Compiling memchr v2.8.0 |
| 1303 | 2026-08-29T21:06:49.495Z | Compiling serde v1.0.228 |
| 1304 | 2026-08-29T21:06:49.495Z | Compiling zmij v1.0.21 |
| 1305 | 2026-08-29T21:06:49.495Z | Compiling thiserror v1.0.69 |
| 1306 | 2026-08-29T21:06:49.571Z | Compiling itoa v1.0.17 |
| 1307 | 2026-08-29T21:06:49.578Z | Compiling ucd-trie v0.1.7 |
| 1308 | 2026-08-29T21:06:49.581Z | Compiling rustix v1.1.4 |
| 1309 | 2026-08-29T21:06:49.581Z | Compiling byteorder v1.5.0 |
| 1310 | 2026-08-29T21:06:49.817Z | Compiling bitflags v2.11.0 |
| 1311 | 2026-08-29T21:06:49.944Z | Compiling serde_json v1.0.151 |
| 1312 | 2026-08-29T21:06:50.001Z | Compiling proc-macro-error-attr v1.0.4 |
| 1313 | 2026-08-29T21:06:50.011Z | Compiling usdt-impl v0.5.0 |
| 1314 | 2026-08-29T21:06:50.112Z | Compiling pest v2.8.6 |
| 1315 | 2026-08-29T21:06:50.141Z | Compiling syn v1.0.109 |
| 1316 | 2026-08-29T21:06:50.144Z | Compiling camino v1.2.5 |
| 1317 | 2026-08-29T21:06:50.271Z | Compiling proc-macro-error v1.0.4 |
| 1318 | 2026-08-29T21:06:50.275Z | Compiling log v0.4.33 |
| 1319 | 2026-08-29T21:06:50.301Z | Compiling utf8parse v0.2.2 |
| 1320 | 2026-08-29T21:06:50.305Z | Compiling hashbrown v0.17.0 |
| 1321 | 2026-08-29T21:06:50.313Z | Compiling equivalent v1.0.2 |
| 1322 | 2026-08-29T21:06:50.337Z | Compiling getrandom v0.4.3 |
| 1323 | 2026-08-29T21:06:50.370Z | Compiling plain v0.2.3 |
| 1324 | 2026-08-29T21:06:50.388Z | Compiling anstyle-parse v1.0.0 |
| 1325 | 2026-08-29T21:06:50.438Z | Compiling toml_write v0.1.2 |
| 1326 | 2026-08-29T21:06:50.488Z | Compiling anstyle v1.0.14 |
| 1327 | 2026-08-29T21:06:50.492Z | Compiling cfg-if v1.0.4 |
| 1328 | 2026-08-29T21:06:50.522Z | Compiling pretty-hex v0.4.1 |
| 1329 | 2026-08-29T21:06:50.584Z | Compiling errno v0.3.14 |
| 1330 | 2026-08-29T21:06:50.595Z | Compiling thread-id v4.2.2 |
| 1331 | 2026-08-29T21:06:50.599Z | Compiling winnow v0.7.14 |
| 1332 | 2026-08-29T21:06:50.605Z | Compiling colorchoice v1.0.4 |
| 1333 | 2026-08-29T21:06:50.616Z | Compiling autocfg v1.5.0 |
| 1334 | 2026-08-29T21:06:50.653Z | Compiling thiserror v2.0.18 |
| 1335 | 2026-08-29T21:06:50.664Z | Compiling anstyle-query v1.1.5 |
| 1336 | 2026-08-29T21:06:50.676Z | Compiling is_terminal_polyfill v1.70.2 |
| 1337 | 2026-08-29T21:06:50.734Z | Compiling fastrand v2.3.0 |
| 1338 | 2026-08-29T21:06:50.745Z | Compiling heck v0.4.1 |
| 1339 | 2026-08-29T21:06:50.765Z | Compiling anstream v1.0.0 |
| 1340 | 2026-08-29T21:06:50.778Z | Compiling clap_lex v1.0.0 |
| 1341 | 2026-08-29T21:06:50.790Z | Compiling bytecount v0.6.9 |
| 1342 | 2026-08-29T21:06:50.801Z | Compiling strsim v0.11.1 |
| 1343 | 2026-08-29T21:06:50.931Z | Compiling indexmap v2.14.0 |
| 1344 | 2026-08-29T21:06:50.942Z | Compiling fnv v1.0.7 |
| 1345 | 2026-08-29T21:06:50.985Z | Compiling anyhow v1.0.104 |
| 1346 | 2026-08-29T21:06:51.008Z | Compiling unicode-width v0.1.14 |
| 1347 | 2026-08-29T21:06:51.022Z | Compiling heck v0.5.0 |
| 1348 | 2026-08-29T21:06:51.075Z | Compiling once_cell v1.21.3 |
| 1349 | 2026-08-29T21:06:51.088Z | Compiling fs-err v3.3.0 |
| 1350 | 2026-08-29T21:06:51.106Z | Compiling syn v2.0.117 |
| 1351 | 2026-08-29T21:06:51.182Z | Compiling memmap v0.7.0 |
| 1352 | 2026-08-29T21:06:51.210Z | Compiling pest_meta v2.8.6 |
| 1353 | 2026-08-29T21:06:51.308Z | Compiling papergrid v0.11.0 |
| 1354 | 2026-08-29T21:06:51.319Z | Compiling smawk v0.3.2 |
| 1355 | 2026-08-29T21:06:51.329Z | Compiling unicode-linebreak v0.1.5 |
| 1356 | 2026-08-29T21:06:51.374Z | Compiling unicode-width v0.2.0 |
| 1357 | 2026-08-29T21:06:51.430Z | Compiling swrite v0.1.0 |
| 1358 | 2026-08-29T21:06:51.561Z | Compiling terminal_size v0.4.3 |
| 1359 | 2026-08-29T21:06:51.561Z | Compiling tempfile v3.27.0 |
| 1360 | 2026-08-29T21:06:51.657Z | Compiling clap_builder v4.6.0 |
| 1361 | 2026-08-29T21:06:51.657Z | Compiling textwrap v0.16.2 |
| 1362 | 2026-08-29T21:06:51.980Z | Compiling cargo-platform v0.3.2 |
| 1363 | 2026-08-29T21:06:51.990Z | Compiling semver v1.0.28 |
| 1364 | 2026-08-29T21:06:52.201Z | Compiling camino-tempfile v1.4.1 |
| 1365 | 2026-08-29T21:06:52.568Z | Compiling tabled_derive v0.7.0 |
| 1366 | 2026-08-29T21:06:53.231Z | Compiling pest_generator v2.8.6 |
| 1367 | 2026-08-29T21:06:53.245Z | Compiling tabled v0.15.0 |
| 1368 | 2026-08-29T21:06:53.726Z | Compiling serde_derive v1.0.228 |
| 1369 | 2026-08-29T21:06:53.726Z | Compiling thiserror-impl v1.0.69 |
| 1370 | 2026-08-29T21:06:53.726Z | Compiling zerocopy-derive v0.7.35 |
| 1371 | 2026-08-29T21:06:53.730Z | Compiling scroll_derive v0.12.1 |
| 1372 | 2026-08-29T21:06:53.730Z | Compiling thiserror-impl v2.0.18 |
| 1373 | 2026-08-29T21:06:53.730Z | Compiling clap_derive v4.6.1 |
| 1374 | 2026-08-29T21:06:53.753Z | Compiling pest_derive v2.8.6 |
| 1375 | 2026-08-29T21:06:54.352Z | Compiling scroll v0.12.0 |
| 1376 | 2026-08-29T21:06:54.396Z | Compiling zerocopy v0.7.35 |
| 1377 | 2026-08-29T21:06:54.551Z | Compiling goblin v0.8.2 |
| 1378 | 2026-08-29T21:06:54.717Z | Compiling dtrace-parser v0.2.0 |
| 1379 | 2026-08-29T21:06:55.050Z | Compiling clap v4.6.1 |
| 1380 | 2026-08-29T21:06:56.040Z | Compiling dof v0.3.0 |
| 1381 | 2026-08-29T21:06:56.040Z | Compiling serde_tokenstream v0.2.3 |
| 1382 | 2026-08-29T21:06:56.050Z | Compiling serde_spanned v0.6.9 |
| 1383 | 2026-08-29T21:06:56.053Z | Compiling toml_datetime v0.6.11 |
| 1384 | 2026-08-29T21:06:56.059Z | Compiling macaddr v1.0.1 |
| 1385 | 2026-08-29T21:06:56.062Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1386 | 2026-08-29T21:06:56.062Z | Compiling cargo_metadata v0.23.1 |
| 1387 | 2026-08-29T21:06:56.220Z | Compiling toml_edit v0.22.27 |
| 1388 | 2026-08-29T21:06:56.687Z | Compiling usdt-macro v0.5.0 |
| 1389 | 2026-08-29T21:06:56.687Z | Compiling usdt-attr-macro v0.5.0 |
| 1390 | 2026-08-29T21:06:57.301Z | Compiling usdt v0.5.0 |
| 1391 | 2026-08-29T21:06:57.460Z | Compiling toml v0.8.23 |
| 1392 | 2026-08-29T21:06:57.773Z | Compiling cargo_toml v0.21.0 |
| 1393 | 2026-08-29T21:06:59.048Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1394 | 2026-08-29T21:07:01.097Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.18s |
| 1395 | 2026-08-29T21:07:01.144Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1396 | 2026-08-29T21:07:01.945Z | Compiling serde_core v1.0.228 |
| 1397 | 2026-08-29T21:07:01.945Z | Compiling libc v0.2.185 |
| 1398 | 2026-08-29T21:07:01.945Z | Compiling serde v1.0.228 |
| 1399 | 2026-08-29T21:07:01.949Z | Compiling log v0.4.33 |
| 1400 | 2026-08-29T21:07:01.949Z | Compiling smallvec v1.15.1 |
| 1401 | 2026-08-29T21:07:01.949Z | Compiling subtle v2.6.1 |
| 1402 | 2026-08-29T21:07:01.949Z | Compiling zerocopy v0.8.55 |
| 1403 | 2026-08-29T21:07:01.949Z | Compiling typenum v1.20.1 |
| 1404 | 2026-08-29T21:07:02.106Z | Compiling shlex v1.3.0 |
| 1405 | 2026-08-29T21:07:02.109Z | Compiling find-msvc-tools v0.1.9 |
| 1406 | 2026-08-29T21:07:02.109Z | Compiling scopeguard v1.2.0 |
| 1407 | 2026-08-29T21:07:02.109Z | Compiling portable-atomic v1.13.1 |
| 1408 | 2026-08-29T21:07:02.116Z | Compiling critical-section v1.2.0 |
| 1409 | 2026-08-29T21:07:02.119Z | Compiling stable_deref_trait v1.2.1 |
| 1410 | 2026-08-29T21:07:02.130Z | Compiling generic-array v0.14.7 |
| 1411 | 2026-08-29T21:07:02.156Z | Compiling syn v2.0.117 |
| 1412 | 2026-08-29T21:07:02.270Z | Compiling const-oid v0.9.6 |
| 1413 | 2026-08-29T21:07:02.295Z | Compiling serde_json v1.0.151 |
| 1414 | 2026-08-29T21:07:02.311Z | Compiling libm v0.2.16 |
| 1415 | 2026-08-29T21:07:02.325Z | Compiling num-traits v0.2.19 |
| 1416 | 2026-08-29T21:07:02.373Z | Compiling lock_api v0.4.14 |
| 1417 | 2026-08-29T21:07:02.388Z | Compiling allocator-api2 v0.2.21 |
| 1418 | 2026-08-29T21:07:02.392Z | Compiling percent-encoding v2.3.2 |
| 1419 | 2026-08-29T21:07:02.418Z | Compiling writeable v0.6.2 |
| 1420 | 2026-08-29T21:07:02.422Z | Compiling parking_lot_core v0.9.12 |
| 1421 | 2026-08-29T21:07:02.515Z | Compiling litemap v0.8.1 |
| 1422 | 2026-08-29T21:07:02.554Z | Compiling pin-project-lite v0.2.17 |
| 1423 | 2026-08-29T21:07:02.567Z | Compiling getrandom v0.3.4 |
| 1424 | 2026-08-29T21:07:02.595Z | Compiling getrandom v0.4.3 |
| 1425 | 2026-08-29T21:07:02.613Z | Compiling icu_normalizer_data v2.1.1 |
| 1426 | 2026-08-29T21:07:02.640Z | Compiling icu_properties_data v2.1.2 |
| 1427 | 2026-08-29T21:07:02.693Z | Compiling rustix v1.1.4 |
| 1428 | 2026-08-29T21:07:02.739Z | Compiling rand_core v0.10.0 |
| 1429 | 2026-08-29T21:07:02.743Z | Compiling pkg-config v0.3.32 |
| 1430 | 2026-08-29T21:07:02.743Z | Compiling futures-core v0.3.32 |
| 1431 | 2026-08-29T21:07:02.754Z | Compiling utf8_iter v1.0.4 |
| 1432 | 2026-08-29T21:07:02.961Z | Compiling base64ct v1.8.3 |
| 1433 | 2026-08-29T21:07:02.978Z | Compiling form_urlencoded v1.2.2 |
| 1434 | 2026-08-29T21:07:02.981Z | Compiling flagset v0.4.7 |
| 1435 | 2026-08-29T21:07:02.981Z | Compiling foldhash v0.2.0 |
| 1436 | 2026-08-29T21:07:02.981Z | Compiling futures-sink v0.3.32 |
| 1437 | 2026-08-29T21:07:03.007Z | Compiling errno v0.3.14 |
| 1438 | 2026-08-29T21:07:03.053Z | Compiling jobserver v0.1.34 |
| 1439 | 2026-08-29T21:07:03.070Z | Compiling getrandom v0.2.17 |
| 1440 | 2026-08-29T21:07:03.167Z | Compiling mio v1.2.0 |
| 1441 | 2026-08-29T21:07:03.181Z | Compiling signal-hook-registry v1.4.8 |
| 1442 | 2026-08-29T21:07:03.210Z | Compiling socket2 v0.6.3 |
| 1443 | 2026-08-29T21:07:03.242Z | Compiling rand_core v0.6.4 |
| 1444 | 2026-08-29T21:07:03.280Z | Compiling once_cell v1.21.3 |
| 1445 | 2026-08-29T21:07:03.294Z | Compiling cc v1.2.56 |
| 1446 | 2026-08-29T21:07:03.328Z | Compiling parking_lot v0.12.5 |
| 1447 | 2026-08-29T21:07:03.391Z | Compiling pem-rfc7468 v0.7.0 |
| 1448 | 2026-08-29T21:07:03.406Z | Compiling hashbrown v0.17.0 |
| 1449 | 2026-08-29T21:07:03.424Z | Compiling futures-channel v0.3.32 |
| 1450 | 2026-08-29T21:07:03.428Z | Compiling slab v0.4.12 |
| 1451 | 2026-08-29T21:07:03.477Z | Compiling rustversion v1.0.22 |
| 1452 | 2026-08-29T21:07:03.511Z | Compiling futures-task v0.3.32 |
| 1453 | 2026-08-29T21:07:03.542Z | Compiling futures-io v0.3.32 |
| 1454 | 2026-08-29T21:07:03.613Z | Compiling base64 v0.22.1 |
| 1455 | 2026-08-29T21:07:03.632Z | Compiling iana-time-zone v0.1.65 |
| 1456 | 2026-08-29T21:07:03.647Z | Compiling ident_case v1.0.1 |
| 1457 | 2026-08-29T21:07:03.662Z | Compiling cpufeatures v0.2.17 |
| 1458 | 2026-08-29T21:07:03.681Z | Compiling simd-adler32 v0.3.8 |
| 1459 | 2026-08-29T21:07:03.699Z | Compiling adler2 v2.0.1 |
| 1460 | 2026-08-29T21:07:03.717Z | Compiling syn v1.0.109 |
| 1461 | 2026-08-29T21:07:03.733Z | Compiling spin v0.9.8 |
| 1462 | 2026-08-29T21:07:03.736Z | Compiling ahash v0.8.12 |
| 1463 | 2026-08-29T21:07:03.765Z | Compiling schemars v0.8.22 |
| 1464 | 2026-08-29T21:07:03.781Z | Compiling fs_extra v1.3.0 |
| 1465 | 2026-08-29T21:07:03.803Z | Compiling dunce v1.0.5 |
| 1466 | 2026-08-29T21:07:03.850Z | Compiling miniz_oxide v0.8.9 |
| 1467 | 2026-08-29T21:07:03.854Z | Compiling dyn-clone v1.0.20 |
| 1468 | 2026-08-29T21:07:03.914Z | Compiling rand_core v0.9.5 |
| 1469 | 2026-08-29T21:07:03.942Z | Compiling tracing-core v0.1.36 |
| 1470 | 2026-08-29T21:07:03.945Z | Compiling regex-syntax v0.8.10 |
| 1471 | 2026-08-29T21:07:03.974Z | Compiling tinyvec_macros v0.1.1 |
| 1472 | 2026-08-29T21:07:04.004Z | Compiling cmake v0.1.57 |
| 1473 | 2026-08-29T21:07:04.036Z | Compiling num-integer v0.1.46 |
| 1474 | 2026-08-29T21:07:04.039Z | Compiling object v0.37.3 |
| 1475 | 2026-08-29T21:07:04.064Z | Compiling tinyvec v1.11.0 |
| 1476 | 2026-08-29T21:07:04.067Z | Compiling num-bigint-dig v0.8.6 |
| 1477 | 2026-08-29T21:07:04.106Z | Compiling aws-lc-rs v1.16.3 |
| 1478 | 2026-08-29T21:07:04.109Z | Compiling anyhow v1.0.104 |
| 1479 | 2026-08-29T21:07:04.207Z | Compiling vcpkg v0.2.15 |
| 1480 | 2026-08-29T21:07:04.277Z | Compiling bitflags v2.11.0 |
| 1481 | 2026-08-29T21:07:04.365Z | Compiling semver v1.0.28 |
| 1482 | 2026-08-29T21:07:04.400Z | Compiling indexmap v2.14.0 |
| 1483 | 2026-08-29T21:07:04.415Z | Compiling uuid v1.23.4 |
| 1484 | 2026-08-29T21:07:04.490Z | Compiling num-iter v0.1.45 |
| 1485 | 2026-08-29T21:07:04.504Z | Compiling lazy_static v1.5.0 |
| 1486 | 2026-08-29T21:07:04.507Z | Compiling ff v0.13.1 |
| 1487 | 2026-08-29T21:07:04.534Z | Compiling base16ct v0.2.0 |
| 1488 | 2026-08-29T21:07:04.550Z | Compiling gimli v0.32.3 |
| 1489 | 2026-08-29T21:07:04.609Z | Compiling rustc_version v0.4.1 |
| 1490 | 2026-08-29T21:07:04.675Z | Compiling group v0.13.0 |
| 1491 | 2026-08-29T21:07:04.695Z | Compiling crc32fast v1.5.0 |
| 1492 | 2026-08-29T21:07:04.726Z | Compiling rustc-demangle v0.1.27 |
| 1493 | 2026-08-29T21:07:04.868Z | Compiling aws-lc-sys v0.40.0 |
| 1494 | 2026-08-29T21:07:04.889Z | Compiling openssl-probe v0.2.1 |
| 1495 | 2026-08-29T21:07:04.963Z | Compiling openssl-sys v0.9.117 |
| 1496 | 2026-08-29T21:07:04.977Z | Compiling cmov v0.5.4 |
| 1497 | 2026-08-29T21:07:05.008Z | Compiling httparse v1.10.1 |
| 1498 | 2026-08-29T21:07:05.084Z | Compiling synstructure v0.13.2 |
| 1499 | 2026-08-29T21:07:05.101Z | Compiling serde_derive_internals v0.29.1 |
| 1500 | 2026-08-29T21:07:05.105Z | Compiling pest_generator v2.8.6 |
| 1501 | 2026-08-29T21:07:05.158Z | Compiling owo-colors v4.3.0 |
| 1502 | 2026-08-29T21:07:05.162Z | Compiling crossbeam-utils v0.8.21 |
| 1503 | 2026-08-29T21:07:05.195Z | Compiling untrusted v0.7.1 |
| 1504 | 2026-08-29T21:07:05.330Z | Compiling ctutils v0.4.2 |
| 1505 | 2026-08-29T21:07:05.416Z | Compiling darling_core v0.23.0 |
| 1506 | 2026-08-29T21:07:05.535Z | Compiling curve25519-dalek v4.1.3 |
| 1507 | 2026-08-29T21:07:05.563Z | Compiling terminal_size v0.4.3 |
| 1508 | 2026-08-29T21:07:05.577Z | Compiling tempfile v3.27.0 |
| 1509 | 2026-08-29T21:07:05.581Z | Compiling camino v1.2.5 |
| 1510 | 2026-08-29T21:07:05.687Z | Compiling clap_builder v4.6.0 |
| 1511 | 2026-08-29T21:07:05.716Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1512 | 2026-08-29T21:07:05.787Z | Compiling aho-corasick v1.1.4 |
| 1513 | 2026-08-29T21:07:05.831Z | Compiling tower-service v0.3.3 |
| 1514 | 2026-08-29T21:07:05.876Z | Compiling untrusted v0.9.0 |
| 1515 | 2026-08-29T21:07:05.890Z | Compiling try-lock v0.2.5 |
| 1516 | 2026-08-29T21:07:05.943Z | Compiling radium v0.7.0 |
| 1517 | 2026-08-29T21:07:05.976Z | Compiling tower-layer v0.3.3 |
| 1518 | 2026-08-29T21:07:05.999Z | Compiling rustls v0.23.41 |
| 1519 | 2026-08-29T21:07:06.014Z | Compiling is_ci v1.2.0 |
| 1520 | 2026-08-29T21:07:06.018Z | Compiling atomic-waker v1.1.2 |
| 1521 | 2026-08-29T21:07:06.018Z | Compiling textwrap v0.16.2 |
| 1522 | 2026-08-29T21:07:06.125Z | Compiling proc-macro-error2 v2.0.1 |
| 1523 | 2026-08-29T21:07:06.156Z | Compiling supports-color v3.0.2 |
| 1524 | 2026-08-29T21:07:06.170Z | Compiling want v0.3.1 |
| 1525 | 2026-08-29T21:07:06.242Z | Compiling addr2line v0.25.1 |
| 1526 | 2026-08-29T21:07:06.355Z | Compiling darling_core v0.20.11 |
| 1527 | 2026-08-29T21:07:06.400Z | Compiling slog v2.8.2 |
| 1528 | 2026-08-29T21:07:06.443Z | Compiling keccak v0.1.6 |
| 1529 | 2026-08-29T21:07:06.515Z | Compiling time-core v0.1.8 |
| 1530 | 2026-08-29T21:07:06.530Z | Compiling httpdate v1.0.3 |
| 1531 | 2026-08-29T21:07:06.592Z | Compiling num-conv v0.2.0 |
| 1532 | 2026-08-29T21:07:06.608Z | Compiling regex-automata v0.4.14 |
| 1533 | 2026-08-29T21:07:06.650Z | Compiling tap v1.0.1 |
| 1534 | 2026-08-29T21:07:06.676Z | Compiling supports-unicode v3.0.0 |
| 1535 | 2026-08-29T21:07:06.734Z | Compiling openssl v0.10.80 |
| 1536 | 2026-08-29T21:07:06.751Z | Compiling serde_derive v1.0.228 |
| 1537 | 2026-08-29T21:07:06.771Z | Compiling zeroize_derive v1.5.0 |
| 1538 | 2026-08-29T21:07:06.785Z | Compiling zerocopy-derive v0.8.55 |
| 1539 | 2026-08-29T21:07:06.837Z | Compiling zerofrom-derive v0.1.6 |
| 1540 | 2026-08-29T21:07:06.853Z | Compiling yoke-derive v0.8.1 |
| 1541 | 2026-08-29T21:07:06.988Z | Compiling zerovec-derive v0.11.2 |
| 1542 | 2026-08-29T21:07:07.008Z | Compiling displaydoc v0.2.5 |
| 1543 | 2026-08-29T21:07:07.202Z | Compiling thiserror-impl v2.0.18 |
| 1544 | 2026-08-29T21:07:07.443Z | Compiling tokio-macros v2.7.0 |
| 1545 | 2026-08-29T21:07:07.495Z | Compiling der_derive v0.7.3 |
| 1546 | 2026-08-29T21:07:07.526Z | Compiling futures-macro v0.3.32 |
| 1547 | 2026-08-29T21:07:07.835Z | Compiling thiserror-impl v1.0.69 |
| 1548 | 2026-08-29T21:07:07.959Z | Compiling schemars_derive v0.8.22 |
| 1549 | 2026-08-29T21:07:08.105Z | Compiling tracing-attributes v0.1.31 |
| 1550 | 2026-08-29T21:07:08.126Z | Compiling clap_derive v4.6.1 |
| 1551 | 2026-08-29T21:07:08.181Z | Compiling pest_derive v2.8.6 |
| 1552 | 2026-08-29T21:07:08.264Z | Compiling backtrace v0.3.76 |
| 1553 | 2026-08-29T21:07:08.319Z | Compiling zerofrom v0.1.6 |
| 1554 | 2026-08-29T21:07:08.453Z | Compiling yoke v0.8.1 |
| 1555 | 2026-08-29T21:07:08.467Z | Compiling futures-util v0.3.32 |
| 1556 | 2026-08-29T21:07:08.572Z | Compiling scroll_derive v0.12.1 |
| 1557 | 2026-08-29T21:07:08.661Z | Compiling zerovec v0.11.5 |
| 1558 | 2026-08-29T21:07:08.676Z | Compiling zerotrie v0.2.3 |
| 1559 | 2026-08-29T21:07:08.692Z | Compiling thiserror v2.0.18 |
| 1560 | 2026-08-29T21:07:08.718Z | Compiling async-trait v0.1.89 |
| 1561 | 2026-08-29T21:07:08.802Z | Compiling backtrace-ext v0.2.1 |
| 1562 | 2026-08-29T21:07:08.817Z | Compiling darling_macro v0.23.0 |
| 1563 | 2026-08-29T21:07:08.989Z | Compiling miette-derive v7.6.0 |
| 1564 | 2026-08-29T21:07:09.017Z | Compiling scroll_derive v0.13.1 |
| 1565 | 2026-08-29T21:07:09.148Z | Compiling tinystr v0.8.2 |
| 1566 | 2026-08-29T21:07:09.220Z | Compiling potential_utf v0.1.4 |
| 1567 | 2026-08-29T21:07:09.282Z | Compiling thiserror v1.0.69 |
| 1568 | 2026-08-29T21:07:09.301Z | Compiling scroll v0.12.0 |
| 1569 | 2026-08-29T21:07:09.337Z | Compiling icu_locale_core v2.1.1 |
| 1570 | 2026-08-29T21:07:09.383Z | Compiling icu_collections v2.1.1 |
| 1571 | 2026-08-29T21:07:09.406Z | Compiling zerocopy-derive v0.7.35 |
| 1572 | 2026-08-29T21:07:09.421Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1573 | 2026-08-29T21:07:09.470Z | Compiling tracing v0.1.44 |
| 1574 | 2026-08-29T21:07:09.485Z | Compiling powerfmt v0.2.0 |
| 1575 | 2026-08-29T21:07:09.590Z | Compiling foreign-types-shared v0.1.1 |
| 1576 | 2026-08-29T21:07:09.695Z | Compiling maybe-uninit v2.0.0 |
| 1577 | 2026-08-29T21:07:09.712Z | Compiling supports-hyperlinks v3.2.0 |
| 1578 | 2026-08-29T21:07:09.770Z | Compiling foreign-types v0.3.2 |
| 1579 | 2026-08-29T21:07:09.799Z | Compiling deranged v0.5.8 |
| 1580 | 2026-08-29T21:07:09.860Z | Compiling goblin v0.8.2 |
| 1581 | 2026-08-29T21:07:09.886Z | Compiling darling v0.23.0 |
| 1582 | 2026-08-29T21:07:09.901Z | Compiling scroll v0.13.0 |
| 1583 | 2026-08-29T21:07:09.904Z | Compiling darling_macro v0.20.11 |
| 1584 | 2026-08-29T21:07:09.988Z | Compiling icu_provider v2.1.1 |
| 1585 | 2026-08-29T21:07:10.022Z | Compiling clap v4.6.1 |
| 1586 | 2026-08-29T21:07:10.062Z | Compiling hubpack_derive v0.1.1 |
| 1587 | 2026-08-29T21:07:10.126Z | Compiling openssl-macros v0.1.1 |
| 1588 | 2026-08-29T21:07:10.147Z | Compiling knus-derive v3.4.0 |
| 1589 | 2026-08-29T21:07:10.202Z | Compiling wyz v0.5.1 |
| 1590 | 2026-08-29T21:07:10.217Z | Compiling miette v7.6.0 |
| 1591 | 2026-08-29T21:07:10.258Z | Compiling icu_properties v2.1.2 |
| 1592 | 2026-08-29T21:07:10.318Z | Compiling zeroize v1.9.0 |
| 1593 | 2026-08-29T21:07:10.343Z | Compiling bytes v1.11.1 |
| 1594 | 2026-08-29T21:07:10.384Z | Compiling icu_normalizer v2.1.1 |
| 1595 | 2026-08-29T21:07:10.416Z | Compiling chrono v0.4.45 |
| 1596 | 2026-08-29T21:07:10.436Z | Compiling ipnet v2.12.0 |
| 1597 | 2026-08-29T21:07:10.568Z | Compiling der v0.7.10 |
| 1598 | 2026-08-29T21:07:10.571Z | Compiling hex v0.4.3 |
| 1599 | 2026-08-29T21:07:10.846Z | Compiling tokio v1.52.1 |
| 1600 | 2026-08-29T21:07:10.863Z | Compiling http v1.4.2 |
| 1601 | 2026-08-29T21:07:10.883Z | Compiling rustls-pki-types v1.14.0 |
| 1602 | 2026-08-29T21:07:10.903Z | Compiling hybrid-array v0.4.13 |
| 1603 | 2026-08-29T21:07:10.931Z | Compiling serde_tokenstream v0.2.3 |
| 1604 | 2026-08-29T21:07:10.951Z | Compiling serde_spanned v0.6.9 |
| 1605 | 2026-08-29T21:07:10.984Z | Compiling toml_datetime v0.6.11 |
| 1606 | 2026-08-29T21:07:11.114Z | Compiling crypto-common v0.1.7 |
| 1607 | 2026-08-29T21:07:11.147Z | Compiling block-buffer v0.10.4 |
| 1608 | 2026-08-29T21:07:11.257Z | Compiling idna_adapter v1.2.1 |
| 1609 | 2026-08-29T21:07:11.260Z | Compiling crypto-bigint v0.5.5 |
| 1610 | 2026-08-29T21:07:11.288Z | Compiling zerocopy v0.7.35 |
| 1611 | 2026-08-29T21:07:11.337Z | Compiling digest v0.10.7 |
| 1612 | 2026-08-29T21:07:11.366Z | Compiling ppv-lite86 v0.2.21 |
| 1613 | 2026-08-29T21:07:11.386Z | Compiling idna v1.1.0 |
| 1614 | 2026-08-29T21:07:11.400Z | Compiling spki v0.7.3 |
| 1615 | 2026-08-29T21:07:11.554Z | Compiling sha2 v0.10.9 |
| 1616 | 2026-08-29T21:07:11.613Z | Compiling pkcs8 v0.10.2 |
| 1617 | 2026-08-29T21:07:11.627Z | Compiling hmac v0.12.1 |
| 1618 | 2026-08-29T21:07:11.643Z | Compiling signature v2.2.0 |
| 1619 | 2026-08-29T21:07:11.660Z | Compiling rand_chacha v0.3.1 |
| 1620 | 2026-08-29T21:07:11.690Z | Compiling url v2.5.8 |
| 1621 | 2026-08-29T21:07:11.705Z | Compiling rand_chacha v0.9.0 |
| 1622 | 2026-08-29T21:07:11.773Z | Compiling sec1 v0.7.3 |
| 1623 | 2026-08-29T21:07:11.789Z | Compiling pkcs1 v0.7.5 |
| 1624 | 2026-08-29T21:07:11.806Z | Compiling hkdf v0.12.4 |
| 1625 | 2026-08-29T21:07:11.822Z | Compiling x509-cert v0.2.5 |
| 1626 | 2026-08-29T21:07:11.843Z | Compiling http-body v1.0.1 |
| 1627 | 2026-08-29T21:07:11.858Z | Compiling rfc6979 v0.4.0 |
| 1628 | 2026-08-29T21:07:11.894Z | Compiling rand v0.8.6 |
| 1629 | 2026-08-29T21:07:11.984Z | Compiling rand v0.9.2 |
| 1630 | 2026-08-29T21:07:12.002Z | Compiling hashbrown v0.14.5 |
| 1631 | 2026-08-29T21:07:12.017Z | Compiling ed25519 v2.2.3 |
| 1632 | 2026-08-29T21:07:12.065Z | Compiling sha3 v0.10.8 |
| 1633 | 2026-08-29T21:07:12.404Z | Compiling elliptic-curve v0.13.8 |
| 1634 | 2026-08-29T21:07:12.447Z | Compiling half v2.7.1 |
| 1635 | 2026-08-29T21:07:12.544Z | Compiling chumsky v0.9.3 |
| 1636 | 2026-08-29T21:07:12.562Z | Compiling erased-serde v0.3.31 |
| 1637 | 2026-08-29T21:07:12.787Z | Compiling time-macros v0.2.27 |
| 1638 | 2026-08-29T21:07:12.819Z | Compiling ecdsa v0.16.9 |
| 1639 | 2026-08-29T21:07:12.833Z | Compiling primeorder v0.13.6 |
| 1640 | 2026-08-29T21:07:12.950Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1641 | 2026-08-29T21:07:13.104Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1642 | 2026-08-29T21:07:13.124Z | Compiling unicode-normalization v0.1.25 |
| 1643 | 2026-08-29T21:07:13.140Z | Compiling wait-timeout v0.2.1 |
| 1644 | 2026-08-29T21:07:13.238Z | Compiling env_filter v2.0.0 |
| 1645 | 2026-08-29T21:07:13.256Z | Compiling num_threads v0.1.7 |
| 1646 | 2026-08-29T21:07:13.369Z | Compiling funty v2.0.0 |
| 1647 | 2026-08-29T21:07:13.383Z | Compiling bit-vec v0.8.0 |
| 1648 | 2026-08-29T21:07:13.426Z | Compiling ciborium-io v0.2.2 |
| 1649 | 2026-08-29T21:07:13.491Z | Compiling packed_struct v0.10.1 |
| 1650 | 2026-08-29T21:07:13.495Z | Compiling quick-error v1.2.3 |
| 1651 | 2026-08-29T21:07:13.507Z | Compiling native-tls v0.2.18 |
| 1652 | 2026-08-29T21:07:13.536Z | Compiling ciborium-ll v0.2.2 |
| 1653 | 2026-08-29T21:07:13.564Z | Compiling env_logger v0.11.11 |
| 1654 | 2026-08-29T21:07:13.597Z | Compiling rusty-fork v0.3.1 |
| 1655 | 2026-08-29T21:07:13.622Z | Compiling rsa v0.9.10 |
| 1656 | 2026-08-29T21:07:13.636Z | Compiling bit-set v0.8.0 |
| 1657 | 2026-08-29T21:07:13.778Z | Compiling knus v3.4.0 |
| 1658 | 2026-08-29T21:07:13.792Z | Compiling bitvec v1.0.1 |
| 1659 | 2026-08-29T21:07:13.819Z | Compiling p384 v0.13.1 |
| 1660 | 2026-08-29T21:07:13.903Z | Compiling time v0.3.47 |
| 1661 | 2026-08-29T21:07:13.931Z | Compiling ed25519-dalek v2.2.0 |
| 1662 | 2026-08-29T21:07:13.946Z | Compiling dof v0.3.0 |
| 1663 | 2026-08-29T21:07:13.975Z | Compiling sha1 v0.10.6 |
| 1664 | 2026-08-29T21:07:14.218Z | Compiling hubpack v0.1.2 |
| 1665 | 2026-08-29T21:07:14.274Z | Compiling darling v0.20.11 |
| 1666 | 2026-08-29T21:07:14.371Z | Compiling goblin v0.10.5 |
| 1667 | 2026-08-29T21:07:14.451Z | Compiling serde_with_macros v3.21.0 |
| 1668 | 2026-08-29T21:07:14.472Z | Compiling dtrace-parser v0.2.0 |
| 1669 | 2026-08-29T21:07:14.486Z | Compiling packed_struct_codegen v0.10.1 |
| 1670 | 2026-08-29T21:07:14.567Z | Compiling strum_macros v0.26.4 |
| 1671 | 2026-08-29T21:07:14.683Z | Compiling bitfield-macros v0.19.4 |
| 1672 | 2026-08-29T21:07:14.708Z | Compiling tokio-util v0.7.18 |
| 1673 | 2026-08-29T21:07:15.151Z | Compiling zerocopy-derive v0.6.6 |
| 1674 | 2026-08-29T21:07:15.234Z | Compiling rand_xorshift v0.4.0 |
| 1675 | 2026-08-29T21:07:15.281Z | Compiling thread-id v4.2.2 |
| 1676 | 2026-08-29T21:07:15.380Z | Compiling sync_wrapper v1.0.2 |
| 1677 | 2026-08-29T21:07:15.465Z | Compiling h2 v0.4.15 |
| 1678 | 2026-08-29T21:07:15.468Z | Compiling indexmap v1.9.3 |
| 1679 | 2026-08-29T21:07:15.504Z | Compiling salty v0.3.0 |
| 1680 | 2026-08-29T21:07:15.532Z | Compiling nodrop v0.1.14 |
| 1681 | 2026-08-29T21:07:15.609Z | Compiling unicode-segmentation v1.12.0 |
| 1682 | 2026-08-29T21:07:15.624Z | Compiling paste v1.0.15 |
| 1683 | 2026-08-29T21:07:15.640Z | Compiling zlib-rs v0.6.2 |
| 1684 | 2026-08-29T21:07:15.643Z | Compiling crc-catalog v2.4.0 |
| 1685 | 2026-08-29T21:07:15.756Z | Compiling unarray v0.1.4 |
| 1686 | 2026-08-29T21:07:15.772Z | Compiling usdt-impl v0.6.0 |
| 1687 | 2026-08-29T21:07:15.788Z | Compiling siphasher v1.0.2 |
| 1688 | 2026-08-29T21:07:15.886Z | Compiling proptest v1.11.0 |
| 1689 | 2026-08-29T21:07:16.029Z | Compiling crc v3.4.0 |
| 1690 | 2026-08-29T21:07:16.032Z | Compiling zerocopy v0.6.6 |
| 1691 | 2026-08-29T21:07:16.070Z | Compiling serde_with v3.21.0 |
| 1692 | 2026-08-29T21:07:16.270Z | Compiling array-init v0.0.4 |
| 1693 | 2026-08-29T21:07:16.330Z | Compiling tower v0.5.3 |
| 1694 | 2026-08-29T21:07:16.375Z | Compiling strum v0.26.3 |
| 1695 | 2026-08-29T21:07:16.389Z | Compiling bitfield v0.19.4 |
| 1696 | 2026-08-29T21:07:16.518Z | Compiling usdt-impl v0.5.0 |
| 1697 | 2026-08-29T21:07:16.713Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 1698 | 2026-08-29T21:07:16.730Z | Compiling smallvec v0.6.14 |
| 1699 | 2026-08-29T21:07:16.733Z | Compiling derive_builder_core v0.20.2 |
| 1700 | 2026-08-29T21:07:16.760Z | Compiling ciborium v0.2.2 |
| 1701 | 2026-08-29T21:07:16.764Z | Compiling ipnetwork v0.21.1 |
| 1702 | 2026-08-29T21:07:16.825Z | Compiling http-body-util v0.1.3 |
| 1703 | 2026-08-29T21:07:16.947Z | Compiling dtrace-parser v0.3.0 |
| 1704 | 2026-08-29T21:07:17.081Z | Compiling enum-as-inner v0.6.1 |
| 1705 | 2026-08-29T21:07:17.105Z | Compiling structmeta-derive v0.3.0 |
| 1706 | 2026-08-29T21:07:17.189Z | Compiling dof v0.4.0 |
| 1707 | 2026-08-29T21:07:17.335Z | Compiling heapless v0.7.17 |
| 1708 | 2026-08-29T21:07:17.421Z | Compiling thread-id v5.1.0 |
| 1709 | 2026-08-29T21:07:17.517Z | Compiling syn v3.0.3 |
| 1710 | 2026-08-29T21:07:17.595Z | Compiling cookie v0.18.1 |
| 1711 | 2026-08-29T21:07:17.609Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 1712 | 2026-08-29T21:07:17.623Z | Compiling rayon-core v1.13.0 |
| 1713 | 2026-08-29T21:07:17.704Z | Compiling hashbrown v0.12.3 |
| 1714 | 2026-08-29T21:07:17.824Z | Compiling signal-hook v0.3.18 |
| 1715 | 2026-08-29T21:07:17.840Z | Compiling zstd-safe v7.2.4 |
| 1716 | 2026-08-29T21:07:17.843Z | Compiling ryu v1.0.23 |
| 1717 | 2026-08-29T21:07:17.872Z | Compiling unicode-properties v0.1.4 |
| 1718 | 2026-08-29T21:07:17.942Z | Compiling iri-string v0.7.10 |
| 1719 | 2026-08-29T21:07:18.010Z | Compiling base64 v0.21.7 |
| 1720 | 2026-08-29T21:07:18.047Z | Compiling static_assertions v1.1.0 |
| 1721 | 2026-08-29T21:07:18.062Z | Compiling data-encoding v2.10.0 |
| 1722 | 2026-08-29T21:07:18.089Z | Compiling unicode-bidi v0.3.18 |
| 1723 | 2026-08-29T21:07:18.133Z | Compiling winnow v0.5.40 |
| 1724 | 2026-08-29T21:07:18.228Z | Compiling structmeta v0.3.0 |
| 1725 | 2026-08-29T21:07:18.340Z | Compiling newtype-uuid v1.3.2 |
| 1726 | 2026-08-29T21:07:18.422Z | Compiling stringprep v0.1.5 |
| 1727 | 2026-08-29T21:07:18.458Z | Compiling ron v0.8.1 |
| 1728 | 2026-08-29T21:07:18.587Z | Compiling hyper v1.10.1 |
| 1729 | 2026-08-29T21:07:18.640Z | Compiling flate2 v1.1.9 |
| 1730 | 2026-08-29T21:07:18.724Z | Compiling serde_urlencoded v0.7.1 |
| 1731 | 2026-08-29T21:07:18.885Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 1732 | 2026-08-29T21:07:18.897Z | Compiling derive_builder_macro v0.20.2 |
| 1733 | 2026-08-29T21:07:18.988Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1734 | 2026-08-29T21:07:19.009Z | Compiling oxnet v0.1.6 |
| 1735 | 2026-08-29T21:07:19.082Z | Compiling serde-hex v0.1.0 |
| 1736 | 2026-08-29T21:07:19.387Z | Compiling tower-http v0.6.8 |
| 1737 | 2026-08-29T21:07:19.414Z | Compiling bzip2 v0.4.4 |
| 1738 | 2026-08-29T21:07:19.435Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1739 | 2026-08-29T21:07:19.463Z | Compiling toml_edit v0.19.15 |
| 1740 | 2026-08-29T21:07:19.494Z | Compiling tokio-native-tls v0.3.1 |
| 1741 | 2026-08-29T21:07:19.657Z | Compiling block-buffer v0.12.1 |
| 1742 | 2026-08-29T21:07:19.681Z | Compiling crypto-common v0.2.2 |
| 1743 | 2026-08-29T21:07:19.697Z | Compiling block-padding v0.4.2 |
| 1744 | 2026-08-29T21:07:19.804Z | Compiling hyper-util v0.1.20 |
| 1745 | 2026-08-29T21:07:19.877Z | Compiling hashbrown v0.13.2 |
| 1746 | 2026-08-29T21:07:19.897Z | Compiling md-5 v0.10.6 |
| 1747 | 2026-08-29T21:07:20.052Z | Compiling rustls-native-certs v0.8.3 |
| 1748 | 2026-08-29T21:07:20.087Z | Compiling futures-executor v0.3.32 |
| 1749 | 2026-08-29T21:07:20.169Z | Compiling serde-big-array v0.5.1 |
| 1750 | 2026-08-29T21:07:20.232Z | Compiling bstr v1.12.1 |
| 1751 | 2026-08-29T21:07:20.321Z | Compiling pin-project-internal v1.1.11 |
| 1752 | 2026-08-29T21:07:20.361Z | Compiling crossbeam-epoch v0.9.18 |
| 1753 | 2026-08-29T21:07:20.361Z | Compiling vergen-lib v9.1.0 |
| 1754 | 2026-08-29T21:07:20.427Z | Compiling hash32 v0.2.1 |
| 1755 | 2026-08-29T21:07:20.545Z | Compiling encoding_rs v0.8.35 |
| 1756 | 2026-08-29T21:07:20.577Z | Compiling memoffset v0.9.1 |
| 1757 | 2026-08-29T21:07:20.637Z | Compiling thread_local v1.1.9 |
| 1758 | 2026-08-29T21:07:20.677Z | Compiling psl-types v2.0.11 |
| 1759 | 2026-08-29T21:07:20.715Z | Compiling smoltcp v0.9.1 |
| 1760 | 2026-08-29T21:07:20.795Z | Compiling mime v0.3.17 |
| 1761 | 2026-08-29T21:07:20.819Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 1762 | 2026-08-29T21:07:20.838Z | Compiling ref-cast v1.0.25 |
| 1763 | 2026-08-29T21:07:20.878Z | Compiling rustix v0.38.44 |
| 1764 | 2026-08-29T21:07:20.908Z | Compiling litrs v1.0.0 |
| 1765 | 2026-08-29T21:07:21.027Z | Compiling slog-async v2.8.0 |
| 1766 | 2026-08-29T21:07:21.051Z | Compiling daft-derive v0.1.8 |
| 1767 | 2026-08-29T21:07:21.075Z | Compiling cfg_aliases v0.2.1 |
| 1768 | 2026-08-29T21:07:21.078Z | Compiling linked-hash-map v0.5.6 |
| 1769 | 2026-08-29T21:07:21.165Z | Compiling fallible-iterator v0.2.0 |
| 1770 | 2026-08-29T21:07:21.179Z | Compiling crc-any v2.5.0 |
| 1771 | 2026-08-29T21:07:21.248Z | Compiling toml_edit v0.22.27 |
| 1772 | 2026-08-29T21:07:21.294Z | Compiling lru-cache v0.1.2 |
| 1773 | 2026-08-29T21:07:21.433Z | Compiling hyper-tls v0.6.0 |
| 1774 | 2026-08-29T21:07:21.446Z | Compiling nix v0.31.2 |
| 1775 | 2026-08-29T21:07:21.449Z | Compiling document-features v0.2.12 |
| 1776 | 2026-08-29T21:07:21.474Z | Compiling postgres-protocol v0.6.10 |
| 1777 | 2026-08-29T21:07:21.477Z | Compiling pin-project v1.1.11 |
| 1778 | 2026-08-29T21:07:21.535Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1779 | 2026-08-29T21:07:21.549Z | Compiling toml v0.7.8 |
| 1780 | 2026-08-29T21:07:21.565Z | Compiling publicsuffix v2.3.0 |
| 1781 | 2026-08-29T21:07:21.605Z | Compiling crossbeam-deque v0.8.6 |
| 1782 | 2026-08-29T21:07:21.768Z | Compiling object v0.30.4 |
| 1783 | 2026-08-29T21:07:21.794Z | Compiling daft v0.1.8 |
| 1784 | 2026-08-29T21:07:21.816Z | Compiling futures v0.3.32 |
| 1785 | 2026-08-29T21:07:21.845Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1786 | 2026-08-29T21:07:21.923Z | Compiling inout v0.2.2 |
| 1787 | 2026-08-29T21:07:21.946Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1788 | 2026-08-29T21:07:22.056Z | Compiling zip v0.6.6 |
| 1789 | 2026-08-29T21:07:22.076Z | Compiling derive_builder v0.20.2 |
| 1790 | 2026-08-29T21:07:22.127Z | Compiling derive-ex v0.1.8 |
| 1791 | 2026-08-29T21:07:22.170Z | Compiling hickory-proto v0.24.4 |
| 1792 | 2026-08-29T21:07:22.184Z | Compiling usdt-attr-macro v0.5.0 |
| 1793 | 2026-08-29T21:07:22.218Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1794 | 2026-08-29T21:07:22.249Z | Compiling usdt-macro v0.5.0 |
| 1795 | 2026-08-29T21:07:22.308Z | Compiling phf_shared v0.13.1 |
| 1796 | 2026-08-29T21:07:22.391Z | Compiling convert_case v0.10.0 |
| 1797 | 2026-08-29T21:07:22.446Z | Compiling regex v1.12.3 |
| 1798 | 2026-08-29T21:07:22.570Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1799 | 2026-08-29T21:07:22.654Z | Compiling strum_macros v0.27.2 |
| 1800 | 2026-08-29T21:07:22.707Z | Compiling ref-cast-impl v1.0.25 |
| 1801 | 2026-08-29T21:07:22.707Z | Compiling snafu-derive v0.8.9 |
| 1802 | 2026-08-29T21:07:22.756Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1803 | 2026-08-29T21:07:22.913Z | Compiling crossbeam-channel v0.5.15 |
| 1804 | 2026-08-29T21:07:22.936Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 1805 | 2026-08-29T21:07:23.057Z | Compiling blake3 v1.8.5 |
| 1806 | 2026-08-29T21:07:23.075Z | Compiling vergen v9.1.0 |
| 1807 | 2026-08-29T21:07:23.160Z | Compiling cargo-platform v0.3.2 |
| 1808 | 2026-08-29T21:07:23.191Z | Compiling memmap v0.7.0 |
| 1809 | 2026-08-29T21:07:23.290Z | Compiling memmap2 v0.9.10 |
| 1810 | 2026-08-29T21:07:23.304Z | Compiling is-terminal v0.4.17 |
| 1811 | 2026-08-29T21:07:23.389Z | Compiling fs-err v3.3.0 |
| 1812 | 2026-08-29T21:07:23.408Z | Compiling resolv-conf v0.7.6 |
| 1813 | 2026-08-29T21:07:23.422Z | Compiling corncobs v0.1.4 |
| 1814 | 2026-08-29T21:07:23.445Z | Compiling term v1.2.1 |
| 1815 | 2026-08-29T21:07:23.459Z | Compiling path-slash v0.1.5 |
| 1816 | 2026-08-29T21:07:23.528Z | Compiling managed v0.8.0 |
| 1817 | 2026-08-29T21:07:23.603Z | Compiling either v1.15.0 |
| 1818 | 2026-08-29T21:07:23.603Z | Compiling foldhash v0.1.5 |
| 1819 | 2026-08-29T21:07:23.632Z | Compiling take_mut v0.2.2 |
| 1820 | 2026-08-29T21:07:23.676Z | Compiling same-file v1.0.6 |
| 1821 | 2026-08-29T21:07:23.754Z | Compiling bumpalo v3.20.2 |
| 1822 | 2026-08-29T21:07:23.769Z | Compiling cpufeatures v0.3.0 |
| 1823 | 2026-08-29T21:07:23.784Z | Compiling jiff-core v0.1.0 |
| 1824 | 2026-08-29T21:07:23.805Z | Compiling libbz2-rs-sys v0.2.2 |
| 1825 | 2026-08-29T21:07:23.841Z | Compiling bitflags v1.3.2 |
| 1826 | 2026-08-29T21:07:23.862Z | Compiling walkdir v2.5.0 |
| 1827 | 2026-08-29T21:07:23.877Z | Compiling hashbrown v0.15.5 |
| 1828 | 2026-08-29T21:07:23.905Z | Compiling test-strategy v0.4.5 |
| 1829 | 2026-08-29T21:07:24.036Z | Compiling zopfli v0.8.3 |
| 1830 | 2026-08-29T21:07:24.065Z | Compiling slog-term v2.9.2 |
| 1831 | 2026-08-29T21:07:24.196Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1832 | 2026-08-29T21:07:24.459Z | Compiling hickory-resolver v0.24.4 |
| 1833 | 2026-08-29T21:07:24.512Z | Compiling bzip2 v0.6.1 |
| 1834 | 2026-08-29T21:07:24.599Z | Compiling jiff v0.2.34 |
| 1835 | 2026-08-29T21:07:24.709Z | Compiling snafu v0.8.9 |
| 1836 | 2026-08-29T21:07:24.728Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 1837 | 2026-08-29T21:07:24.743Z | Compiling strum v0.27.2 |
| 1838 | 2026-08-29T21:07:24.772Z | Compiling cargo_metadata v0.23.1 |
| 1839 | 2026-08-29T21:07:24.785Z | Compiling usdt v0.5.0 |
| 1840 | 2026-08-29T21:07:24.886Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1841 | 2026-08-29T21:07:24.919Z | Compiling derive_more-impl v2.1.1 |
| 1842 | 2026-08-29T21:07:24.938Z | Compiling toml v0.8.23 |
| 1843 | 2026-08-29T21:07:25.062Z | Compiling phf v0.13.1 |
| 1844 | 2026-08-29T21:07:25.080Z | Compiling cookie_store v0.22.1 |
| 1845 | 2026-08-29T21:07:25.139Z | Compiling signal-hook-mio v0.2.5 |
| 1846 | 2026-08-29T21:07:25.247Z | Compiling cipher v0.5.2 |
| 1847 | 2026-08-29T21:07:25.272Z | Compiling zstd v0.13.3 |
| 1848 | 2026-08-29T21:07:25.455Z | Compiling postgres-types v0.2.12 |
| 1849 | 2026-08-29T21:07:25.573Z | Compiling reqwest v0.12.28 |
| 1850 | 2026-08-29T21:07:25.638Z | Compiling globset v0.4.18 |
| 1851 | 2026-08-29T21:07:25.654Z | Compiling usdt-macro v0.6.0 |
| 1852 | 2026-08-29T21:07:25.746Z | Compiling usdt-attr-macro v0.6.0 |
| 1853 | 2026-08-29T21:07:25.796Z | Compiling phf_shared v0.11.3 |
| 1854 | 2026-08-29T21:07:26.004Z | Compiling tokio-stream v0.1.18 |
| 1855 | 2026-08-29T21:07:26.029Z | Compiling olpc-cjson v0.1.4 |
| 1856 | 2026-08-29T21:07:26.091Z | Compiling byte-wrapper v0.1.0 |
| 1857 | 2026-08-29T21:07:26.135Z | Compiling inout v0.1.4 |
| 1858 | 2026-08-29T21:07:26.149Z | Compiling secrecy v0.8.0 |
| 1859 | 2026-08-29T21:07:26.209Z | Compiling serde_plain v1.0.2 |
| 1860 | 2026-08-29T21:07:26.313Z | Compiling serde_repr v0.1.20 |
| 1861 | 2026-08-29T21:07:26.328Z | Compiling derive-where v1.6.0 |
| 1862 | 2026-08-29T21:07:26.331Z | Compiling async-recursion v1.1.1 |
| 1863 | 2026-08-29T21:07:26.354Z | Compiling float-cmp v0.10.0 |
| 1864 | 2026-08-29T21:07:26.427Z | Compiling pem v3.0.6 |
| 1865 | 2026-08-29T21:07:26.446Z | Compiling hashbrown v0.16.1 |
| 1866 | 2026-08-29T21:07:26.465Z | Compiling constant_time_eq v0.4.2 |
| 1867 | 2026-08-29T21:07:26.485Z | Compiling typed-path v0.9.3 |
| 1868 | 2026-08-29T21:07:26.521Z | Compiling debug-ignore v1.0.5 |
| 1869 | 2026-08-29T21:07:26.614Z | Compiling normalize-line-endings v0.3.0 |
| 1870 | 2026-08-29T21:07:26.642Z | Compiling precomputed-hash v0.1.1 |
| 1871 | 2026-08-29T21:07:26.711Z | Compiling whoami v2.1.0 |
| 1872 | 2026-08-29T21:07:26.727Z | Compiling difflib v0.4.0 |
| 1873 | 2026-08-29T21:07:26.740Z | Compiling arrayvec v0.7.6 |
| 1874 | 2026-08-29T21:07:26.743Z | Compiling fixedbitset v0.5.7 |
| 1875 | 2026-08-29T21:07:26.755Z | Compiling arrayref v0.3.9 |
| 1876 | 2026-08-29T21:07:26.777Z | Compiling new_debug_unreachable v1.0.6 |
| 1877 | 2026-08-29T21:07:26.876Z | Compiling const-oid v0.10.2 |
| 1878 | 2026-08-29T21:07:26.908Z | Compiling fixedbitset v0.4.2 |
| 1879 | 2026-08-29T21:07:26.911Z | Compiling predicates-core v1.0.10 |
| 1880 | 2026-08-29T21:07:26.984Z | Compiling winnow v1.0.3 |
| 1881 | 2026-08-29T21:07:27.058Z | Compiling digest v0.11.3 |
| 1882 | 2026-08-29T21:07:27.073Z | Compiling petgraph v0.6.5 |
| 1883 | 2026-08-29T21:07:27.086Z | Compiling predicates v3.1.4 |
| 1884 | 2026-08-29T21:07:27.101Z | Compiling iddqd v0.4.2 |
| 1885 | 2026-08-29T21:07:27.104Z | Compiling petgraph v0.8.3 |
| 1886 | 2026-08-29T21:07:27.132Z | Compiling tokio-postgres v0.7.16 |
| 1887 | 2026-08-29T21:07:27.162Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1888 | 2026-08-29T21:07:27.299Z | Compiling string_cache v0.8.9 |
| 1889 | 2026-08-29T21:07:27.313Z | Compiling zip v4.6.1 |
| 1890 | 2026-08-29T21:07:27.546Z | Compiling usdt v0.6.0 |
| 1891 | 2026-08-29T21:07:27.663Z | Compiling qorb v0.4.1 |
| 1892 | 2026-08-29T21:07:27.715Z | Compiling crossterm v0.28.1 |
| 1893 | 2026-08-29T21:07:27.746Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1894 | 2026-08-29T21:07:27.777Z | Compiling cipher v0.4.4 |
| 1895 | 2026-08-29T21:07:27.878Z | Compiling derive_more v2.1.1 |
| 1896 | 2026-08-29T21:07:27.999Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1897 | 2026-08-29T21:07:28.196Z | Compiling chacha20 v0.10.0 |
| 1898 | 2026-08-29T21:07:28.450Z | Compiling itertools v0.15.0 |
| 1899 | 2026-08-29T21:07:28.477Z | Compiling itertools v0.13.0 |
| 1900 | 2026-08-29T21:07:28.585Z | Compiling similar v2.7.0 |
| 1901 | 2026-08-29T21:07:28.641Z | Compiling hickory-proto v0.25.2 |
| 1902 | 2026-08-29T21:07:28.656Z | Compiling heck v0.4.1 |
| 1903 | 2026-08-29T21:07:28.783Z | Compiling buf-list v1.1.2 |
| 1904 | 2026-08-29T21:07:28.946Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1905 | 2026-08-29T21:07:29.035Z | Compiling openapiv3 v2.2.0 |
| 1906 | 2026-08-29T21:07:29.106Z | Compiling lalrpop-util v0.19.12 |
| 1907 | 2026-08-29T21:07:29.184Z | Compiling peg-runtime v0.8.5 |
| 1908 | 2026-08-29T21:07:29.274Z | Compiling filetime v0.2.27 |
| 1909 | 2026-08-29T21:07:29.316Z | Compiling xattr v1.6.1 |
| 1910 | 2026-08-29T21:07:29.330Z | Compiling camino-tempfile v1.4.1 |
| 1911 | 2026-08-29T21:07:29.440Z | Compiling tar v0.4.46 |
| 1912 | 2026-08-29T21:07:46.944Z | Compiling rustls-webpki v0.103.13 |
| 1913 | 2026-08-29T21:07:49.625Z | Compiling tokio-rustls v0.26.4 |
| 1914 | 2026-08-29T21:07:49.626Z | Compiling rustls-platform-verifier v0.6.2 |
| 1915 | 2026-08-29T21:07:49.629Z | Compiling tough v0.22.0 |
| 1916 | 2026-08-29T21:07:49.827Z | Compiling hyper-rustls v0.27.7 |
| 1917 | 2026-08-29T21:07:50.030Z | Compiling reqwest v0.13.2 |
| 1918 | 2026-08-29T21:07:52.163Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1919 | 2026-08-29T21:07:52.397Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1920 | 2026-08-29T21:07:55.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 54.08s |
| 1921 | 2026-08-29T21:07:55.292Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 1922 | 2026-08-29T21:07:55.292Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 1923 | 2026-08-29T21:07:55.405Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1924 | 2026-08-29T21:07:55.461Z | Aug 29 21:07:54.838 INFO Starting download, target: Cockroach |
| 1925 | 2026-08-29T21:07:55.466Z | Aug 29 21:07:54.839 INFO Starting download, target: Console |
| 1926 | 2026-08-29T21:07:55.466Z | Aug 29 21:07:54.839 INFO Starting download, target: Clickhouse |
| 1927 | 2026-08-29T21:07:55.466Z | Aug 29 21:07:54.839 INFO Starting download, target: MaghemiteMgd |
| 1928 | 2026-08-29T21:07:55.466Z | Aug 29 21:07:54.839 INFO Starting download, target: DendriteStub |
| 1929 | 2026-08-29T21:07:55.466Z | Aug 29 21:07:54.839 INFO Starting download, target: MaghemiteDdmd |
| 1930 | 2026-08-29T21:07:55.466Z | Aug 29 21:07:54.839 INFO Starting download, target: TransceiverControl |
| 1931 | 2026-08-29T21:07:55.466Z | Aug 29 21:07:54.839 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1932 | 2026-08-29T21:07:55.466Z | Aug 29 21:07:54.839 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1933 | 2026-08-29T21:07:55.466Z | Aug 29 21:07:54.839 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1934 | 2026-08-29T21:07:55.466Z | Aug 29 21:07:54.839 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1935 | 2026-08-29T21:07:55.467Z | Aug 29 21:07:54.839 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1936 | 2026-08-29T21:07:55.467Z | Aug 29 21:07:54.839 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1937 | 2026-08-29T21:07:55.467Z | Aug 29 21:07:54.839 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1938 | 2026-08-29T21:07:57.268Z | Aug 29 21:07:56.645 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1939 | 2026-08-29T21:07:57.525Z | Aug 29 21:07:56.892 INFO Download complete, target: Console |
| 1940 | 2026-08-29T21:07:57.804Z | Aug 29 21:07:57.150 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1941 | 2026-08-29T21:07:57.836Z | Aug 29 21:07:57.191 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1942 | 2026-08-29T21:07:58.036Z | Aug 29 21:07:57.401 INFO Download complete, target: TransceiverControl |
| 1943 | 2026-08-29T21:07:59.954Z | Aug 29 21:07:59.325 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1944 | 2026-08-29T21:07:59.960Z | Aug 29 21:07:59.336 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1945 | 2026-08-29T21:08:00.079Z | Aug 29 21:07:59.443 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1946 | 2026-08-29T21:08:00.481Z | Aug 29 21:07:59.859 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1947 | 2026-08-29T21:08:00.481Z | Aug 29 21:07:59.859 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1948 | 2026-08-29T21:08:01.856Z | Aug 29 21:08:01.233 INFO Download complete, target: MaghemiteDdmd |
| 1949 | 2026-08-29T21:08:02.722Z | Aug 29 21:08:02.099 INFO Download complete, target: MaghemiteMgd |
| 1950 | 2026-08-29T21:08:02.805Z | Aug 29 21:08:02.182 INFO Download complete, target: DendriteStub |
| 1951 | 2026-08-29T21:08:04.667Z | Aug 29 21:08:04.045 INFO Checking that binary works, target: Clickhouse |
| 1952 | 2026-08-29T21:08:04.755Z | Aug 29 21:08:04.133 INFO Download complete, target: Clickhouse |
| 1953 | 2026-08-29T21:08:05.192Z | Aug 29 21:08:04.568 INFO Checking that binary works, target: Cockroach |
| 1954 | 2026-08-29T21:08:05.313Z | Aug 29 21:08:04.690 INFO Download complete, target: Cockroach |
| 1955 | 2026-08-29T21:08:05.318Z | All prerequisites installed successfully |
| 1956 | 2026-08-29T21:08:05.321Z | |
| 1957 | 2026-08-29T21:08:05.321Z | real 1:36.076310087 |
| 1958 | 2026-08-29T21:08:05.321Z | user 7:45.729866487 |
| 1959 | 2026-08-29T21:08:05.321Z | sys 1:52.136121837 |
| 1960 | 2026-08-29T21:08:05.322Z | trap 0.279628244 |
| 1961 | 2026-08-29T21:08:05.322Z | tflt 0.967620386 |
| 1962 | 2026-08-29T21:08:05.322Z | dflt 1.779062767 |
| 1963 | 2026-08-29T21:08:05.322Z | kflt 0.027063054 |
| 1964 | 2026-08-29T21:08:05.322Z | lock 28:21.480902796 |
| 1965 | 2026-08-29T21:08:05.322Z | slp 21:04.680376949 |
| 1966 | 2026-08-29T21:08:05.322Z | lat 29.637263270 |
| 1967 | 2026-08-29T21:08:05.322Z | stop 3:20.016102229 |
| 1968 | 2026-08-29T21:08:05.322Z | + source ./tools/include/force-git-over-https.sh |
| 1969 | 2026-08-29T21:08:05.322Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1970 | 2026-08-29T21:08:05.322Z | ++ (( i = 0 )) |
| 1971 | 2026-08-29T21:08:05.322Z | ++ (( i < 5 )) |
| 1972 | 2026-08-29T21:08:05.322Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1973 | 2026-08-29T21:08:05.326Z | ++ (( i++ )) |
| 1974 | 2026-08-29T21:08:05.326Z | ++ (( i < 5 )) |
| 1975 | 2026-08-29T21:08:05.326Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1976 | 2026-08-29T21:08:05.326Z | ++ (( i++ )) |
| 1977 | 2026-08-29T21:08:05.326Z | ++ (( i < 5 )) |
| 1978 | 2026-08-29T21:08:05.326Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1979 | 2026-08-29T21:08:05.369Z | ++ (( i++ )) |
| 1980 | 2026-08-29T21:08:05.369Z | ++ (( i < 5 )) |
| 1981 | 2026-08-29T21:08:05.369Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1982 | 2026-08-29T21:08:05.369Z | ++ (( i++ )) |
| 1983 | 2026-08-29T21:08:05.369Z | ++ (( i < 5 )) |
| 1984 | 2026-08-29T21:08:05.369Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1985 | 2026-08-29T21:08:05.369Z | ++ (( i++ )) |
| 1986 | 2026-08-29T21:08:05.369Z | ++ (( i < 5 )) |
| 1987 | 2026-08-29T21:08:05.369Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1988 | 2026-08-29T21:08:05.369Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1989 | 2026-08-29T21:08:05.370Z | + rc=0 |
| 1990 | 2026-08-29T21:08:05.370Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1991 | 2026-08-29T21:08:15.045Z | + case $rc in |
| 1992 | 2026-08-29T21:08:15.045Z | + pfexec zfs create -p rpool/images/build/host |
| 1993 | 2026-08-29T21:08:15.279Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1994 | 2026-08-29T21:08:15.348Z | + cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries |
| 1995 | 2026-08-29T21:08:15.819Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
| 1996 | 2026-08-29T21:08:15.839Z | Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries` |
| 1997 | 2026-08-29T21:08:16.733Z | Compiling proc-macro2 v1.0.106 |
| 1998 | 2026-08-29T21:08:16.733Z | Compiling quote v1.0.45 |
| 1999 | 2026-08-29T21:08:16.737Z | Compiling unicode-ident v1.0.24 |
| 2000 | 2026-08-29T21:08:16.737Z | Compiling serde_core v1.0.228 |
| 2001 | 2026-08-29T21:08:16.737Z | Compiling libc v0.2.185 |
| 2002 | 2026-08-29T21:08:16.737Z | Compiling serde v1.0.228 |
| 2003 | 2026-08-29T21:08:16.737Z | Compiling cfg-if v1.0.4 |
| 2004 | 2026-08-29T21:08:16.737Z | Compiling version_check v0.9.5 |
| 2005 | 2026-08-29T21:08:16.737Z | Compiling zerocopy v0.8.55 |
| 2006 | 2026-08-29T21:08:16.737Z | Compiling autocfg v1.5.0 |
| 2007 | 2026-08-29T21:08:16.737Z | Compiling find-msvc-tools v0.1.9 |
| 2008 | 2026-08-29T21:08:16.737Z | Compiling shlex v1.3.0 |
| 2009 | 2026-08-29T21:08:16.737Z | Compiling memchr v2.8.0 |
| 2010 | 2026-08-29T21:08:16.737Z | Compiling portable-atomic v1.13.1 |
| 2011 | 2026-08-29T21:08:16.737Z | Compiling zmij v1.0.21 |
| 2012 | 2026-08-29T21:08:17.083Z | Compiling serde_json v1.0.151 |
| 2013 | 2026-08-29T21:08:17.087Z | Compiling libm v0.2.16 |
| 2014 | 2026-08-29T21:08:17.244Z | Compiling generic-array v0.14.7 |
| 2015 | 2026-08-29T21:08:17.302Z | Compiling getrandom v0.4.3 |
| 2016 | 2026-08-29T21:08:17.333Z | Compiling icu_properties_data v2.1.2 |
| 2017 | 2026-08-29T21:08:17.351Z | Compiling icu_normalizer_data v2.1.1 |
| 2018 | 2026-08-29T21:08:17.401Z | Compiling num-traits v0.2.19 |
| 2019 | 2026-08-29T21:08:17.432Z | Compiling parking_lot_core v0.9.12 |
| 2020 | 2026-08-29T21:08:17.448Z | Compiling rustix v1.1.4 |
| 2021 | 2026-08-29T21:08:17.466Z | Compiling getrandom v0.3.4 |
| 2022 | 2026-08-29T21:08:17.499Z | Compiling smallvec v1.15.1 |
| 2023 | 2026-08-29T21:08:17.528Z | Compiling log v0.4.33 |
| 2024 | 2026-08-29T21:08:17.577Z | Compiling heck v0.5.0 |
| 2025 | 2026-08-29T21:08:17.591Z | Compiling subtle v2.6.1 |
| 2026 | 2026-08-29T21:08:17.701Z | Compiling thiserror v2.0.18 |
| 2027 | 2026-08-29T21:08:17.764Z | Compiling pkg-config v0.3.32 |
| 2028 | 2026-08-29T21:08:17.764Z | Compiling itoa v1.0.17 |
| 2029 | 2026-08-29T21:08:17.795Z | Compiling typenum v1.20.1 |
| 2030 | 2026-08-29T21:08:17.841Z | Compiling scopeguard v1.2.0 |
| 2031 | 2026-08-29T21:08:17.874Z | Compiling errno v0.3.14 |
| 2032 | 2026-08-29T21:08:17.889Z | Compiling jobserver v0.1.34 |
| 2033 | 2026-08-29T21:08:17.987Z | Compiling getrandom v0.2.17 |
| 2034 | 2026-08-29T21:08:17.990Z | Compiling stable_deref_trait v1.2.1 |
| 2035 | 2026-08-29T21:08:18.004Z | Compiling lock_api v0.4.14 |
| 2036 | 2026-08-29T21:08:18.101Z | Compiling cc v1.2.56 |
| 2037 | 2026-08-29T21:08:18.131Z | Compiling rand_core v0.6.4 |
| 2038 | 2026-08-29T21:08:18.171Z | Compiling syn v2.0.117 |
| 2039 | 2026-08-29T21:08:18.200Z | Compiling critical-section v1.2.0 |
| 2040 | 2026-08-29T21:08:18.306Z | Compiling const-oid v0.9.6 |
| 2041 | 2026-08-29T21:08:18.453Z | Compiling thiserror v1.0.69 |
| 2042 | 2026-08-29T21:08:18.484Z | Compiling rustversion v1.0.22 |
| 2043 | 2026-08-29T21:08:18.512Z | Compiling rand_core v0.10.0 |
| 2044 | 2026-08-29T21:08:18.592Z | Compiling once_cell v1.21.3 |
| 2045 | 2026-08-29T21:08:18.633Z | Compiling litemap v0.8.1 |
| 2046 | 2026-08-29T21:08:18.685Z | Compiling percent-encoding v2.3.2 |
| 2047 | 2026-08-29T21:08:18.765Z | Compiling writeable v0.6.2 |
| 2048 | 2026-08-29T21:08:18.889Z | Compiling allocator-api2 v0.2.21 |
| 2049 | 2026-08-29T21:08:18.991Z | Compiling strsim v0.11.1 |
| 2050 | 2026-08-29T21:08:19.024Z | Compiling bitflags v2.11.0 |
| 2051 | 2026-08-29T21:08:19.041Z | Compiling semver v1.0.28 |
| 2052 | 2026-08-29T21:08:19.060Z | Compiling schemars v0.8.22 |
| 2053 | 2026-08-29T21:08:19.276Z | Compiling cmake v0.1.57 |
| 2054 | 2026-08-29T21:08:19.279Z | Compiling pin-project-lite v0.2.17 |
| 2055 | 2026-08-29T21:08:19.307Z | Compiling dunce v1.0.5 |
| 2056 | 2026-08-29T21:08:19.307Z | Compiling fs_extra v1.3.0 |
| 2057 | 2026-08-29T21:08:19.407Z | Compiling syn v1.0.109 |
| 2058 | 2026-08-29T21:08:19.410Z | Compiling utf8_iter v1.0.4 |
| 2059 | 2026-08-29T21:08:19.456Z | Compiling form_urlencoded v1.2.2 |
| 2060 | 2026-08-29T21:08:19.485Z | Compiling signal-hook-registry v1.4.8 |
| 2061 | 2026-08-29T21:08:19.651Z | Compiling aws-lc-sys v0.40.0 |
| 2062 | 2026-08-29T21:08:19.757Z | Compiling parking_lot v0.12.5 |
| 2063 | 2026-08-29T21:08:19.874Z | Compiling mio v1.2.0 |
| 2064 | 2026-08-29T21:08:19.930Z | Compiling byteorder v1.5.0 |
| 2065 | 2026-08-29T21:08:20.124Z | Compiling ahash v0.8.12 |
| 2066 | 2026-08-29T21:08:20.124Z | Compiling futures-core v0.3.32 |
| 2067 | 2026-08-29T21:08:20.236Z | Compiling equivalent v1.0.2 |
| 2068 | 2026-08-29T21:08:20.249Z | Compiling base64ct v1.8.3 |
| 2069 | 2026-08-29T21:08:20.453Z | Compiling socket2 v0.6.3 |
| 2070 | 2026-08-29T21:08:20.497Z | Compiling aws-lc-rs v1.16.3 |
| 2071 | 2026-08-29T21:08:20.515Z | Compiling flagset v0.4.7 |
| 2072 | 2026-08-29T21:08:20.531Z | Compiling foldhash v0.2.0 |
| 2073 | 2026-08-29T21:08:20.577Z | Compiling pem-rfc7468 v0.7.0 |
| 2074 | 2026-08-29T21:08:20.631Z | Compiling rustc_version v0.4.1 |
| 2075 | 2026-08-29T21:08:20.699Z | Compiling ident_case v1.0.1 |
| 2076 | 2026-08-29T21:08:20.702Z | Compiling num-bigint-dig v0.8.6 |
| 2077 | 2026-08-29T21:08:20.866Z | Compiling hashbrown v0.17.0 |
| 2078 | 2026-08-29T21:08:20.940Z | Compiling crc32fast v1.5.0 |
| 2079 | 2026-08-29T21:08:20.957Z | Compiling futures-sink v0.3.32 |
| 2080 | 2026-08-29T21:08:20.993Z | Compiling iana-time-zone v0.1.65 |
| 2081 | 2026-08-29T21:08:21.093Z | Compiling synstructure v0.13.2 |
| 2082 | 2026-08-29T21:08:21.093Z | Compiling serde_derive_internals v0.29.1 |
| 2083 | 2026-08-29T21:08:21.123Z | Compiling futures-channel v0.3.32 |
| 2084 | 2026-08-29T21:08:21.225Z | Compiling futures-task v0.3.32 |
| 2085 | 2026-08-29T21:08:21.301Z | Compiling slab v0.4.12 |
| 2086 | 2026-08-29T21:08:21.319Z | Compiling futures-io v0.3.32 |
| 2087 | 2026-08-29T21:08:21.336Z | Compiling vcpkg v0.2.15 |
| 2088 | 2026-08-29T21:08:21.425Z | Compiling fnv v1.0.7 |
| 2089 | 2026-08-29T21:08:21.451Z | Compiling ucd-trie v0.1.7 |
| 2090 | 2026-08-29T21:08:21.455Z | Compiling base64 v0.22.1 |
| 2091 | 2026-08-29T21:08:21.548Z | Compiling uuid v1.23.4 |
| 2092 | 2026-08-29T21:08:21.548Z | Compiling camino v1.2.5 |
| 2093 | 2026-08-29T21:08:21.562Z | Compiling indexmap v2.14.0 |
| 2094 | 2026-08-29T21:08:21.604Z | Compiling pest v2.8.6 |
| 2095 | 2026-08-29T21:08:21.673Z | Compiling rustls v0.23.41 |
| 2096 | 2026-08-29T21:08:21.697Z | Compiling httparse v1.10.1 |
| 2097 | 2026-08-29T21:08:21.849Z | Compiling radium v0.7.0 |
| 2098 | 2026-08-29T21:08:21.868Z | Compiling cpufeatures v0.2.17 |
| 2099 | 2026-08-29T21:08:21.899Z | Compiling anyhow v1.0.104 |
| 2100 | 2026-08-29T21:08:21.915Z | Compiling openssl-sys v0.9.117 |
| 2101 | 2026-08-29T21:08:21.983Z | Compiling terminal_size v0.4.3 |
| 2102 | 2026-08-29T21:08:22.022Z | Compiling dyn-clone v1.0.20 |
| 2103 | 2026-08-29T21:08:22.084Z | Compiling utf8parse v0.2.2 |
| 2104 | 2026-08-29T21:08:22.084Z | Compiling anstyle v1.0.14 |
| 2105 | 2026-08-29T21:08:22.153Z | Compiling simd-adler32 v0.3.8 |
| 2106 | 2026-08-29T21:08:22.168Z | Compiling object v0.37.3 |
| 2107 | 2026-08-29T21:08:22.187Z | Compiling crossbeam-utils v0.8.21 |
| 2108 | 2026-08-29T21:08:22.187Z | Compiling anstyle-parse v1.0.0 |
| 2109 | 2026-08-29T21:08:22.238Z | Compiling adler2 v2.0.1 |
| 2110 | 2026-08-29T21:08:22.255Z | Compiling maybe-uninit v2.0.0 |
| 2111 | 2026-08-29T21:08:22.310Z | Compiling serde_derive v1.0.228 |
| 2112 | 2026-08-29T21:08:22.361Z | Compiling zeroize_derive v1.5.0 |
| 2113 | 2026-08-29T21:08:22.419Z | Compiling zerocopy-derive v0.8.55 |
| 2114 | 2026-08-29T21:08:22.440Z | Compiling zerofrom-derive v0.1.6 |
| 2115 | 2026-08-29T21:08:22.443Z | Compiling yoke-derive v0.8.1 |
| 2116 | 2026-08-29T21:08:22.477Z | Compiling zerovec-derive v0.11.2 |
| 2117 | 2026-08-29T21:08:22.480Z | Compiling displaydoc v0.2.5 |
| 2118 | 2026-08-29T21:08:22.480Z | Compiling tokio-macros v2.7.0 |
| 2119 | 2026-08-29T21:08:22.523Z | Compiling thiserror-impl v2.0.18 |
| 2120 | 2026-08-29T21:08:22.540Z | Compiling der_derive v0.7.3 |
| 2121 | 2026-08-29T21:08:22.543Z | Compiling futures-macro v0.3.32 |
| 2122 | 2026-08-29T21:08:22.688Z | Compiling thiserror-impl v1.0.69 |
| 2123 | 2026-08-29T21:08:22.768Z | Compiling schemars_derive v0.8.22 |
| 2124 | 2026-08-29T21:08:22.810Z | Compiling tracing-attributes v0.1.31 |
| 2125 | 2026-08-29T21:08:22.874Z | Compiling clap_derive v4.6.1 |
| 2126 | 2026-08-29T21:08:23.016Z | Compiling pest_meta v2.8.6 |
| 2127 | 2026-08-29T21:08:23.196Z | Compiling async-trait v0.1.89 |
| 2128 | 2026-08-29T21:08:23.338Z | Compiling colorchoice v1.0.4 |
| 2129 | 2026-08-29T21:08:23.478Z | Compiling futures-util v0.3.32 |
| 2130 | 2026-08-29T21:08:23.533Z | Compiling is_terminal_polyfill v1.70.2 |
| 2131 | 2026-08-29T21:08:23.537Z | Compiling anstyle-query v1.1.5 |
| 2132 | 2026-08-29T21:08:23.564Z | Compiling miniz_oxide v0.8.9 |
| 2133 | 2026-08-29T21:08:23.619Z | Compiling zerofrom v0.1.6 |
| 2134 | 2026-08-29T21:08:23.674Z | Compiling pest_generator v2.8.6 |
| 2135 | 2026-08-29T21:08:23.716Z | Compiling anstream v1.0.0 |
| 2136 | 2026-08-29T21:08:23.760Z | Compiling yoke v0.8.1 |
| 2137 | 2026-08-29T21:08:24.004Z | Compiling zerovec v0.11.5 |
| 2138 | 2026-08-29T21:08:24.033Z | Compiling zerotrie v0.2.3 |
| 2139 | 2026-08-29T21:08:24.063Z | Compiling slog v2.8.2 |
| 2140 | 2026-08-29T21:08:24.164Z | Compiling spin v0.9.8 |
| 2141 | 2026-08-29T21:08:24.214Z | Compiling fastrand v2.3.0 |
| 2142 | 2026-08-29T21:08:24.278Z | Compiling rand_core v0.9.5 |
| 2143 | 2026-08-29T21:08:24.360Z | Compiling pest_derive v2.8.6 |
| 2144 | 2026-08-29T21:08:24.462Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2145 | 2026-08-29T21:08:24.502Z | Compiling tempfile v3.27.0 |
| 2146 | 2026-08-29T21:08:24.573Z | Compiling tinystr v0.8.2 |
| 2147 | 2026-08-29T21:08:24.602Z | Compiling potential_utf v0.1.4 |
| 2148 | 2026-08-29T21:08:24.658Z | Compiling plain v0.2.3 |
| 2149 | 2026-08-29T21:08:24.662Z | Compiling clap_lex v1.0.0 |
| 2150 | 2026-08-29T21:08:24.753Z | Compiling icu_collections v2.1.1 |
| 2151 | 2026-08-29T21:08:24.775Z | Compiling icu_locale_core v2.1.1 |
| 2152 | 2026-08-29T21:08:24.827Z | Compiling regex-syntax v0.8.10 |
| 2153 | 2026-08-29T21:08:24.830Z | Compiling packed_struct v0.10.1 |
| 2154 | 2026-08-29T21:08:24.859Z | Compiling clap_builder v4.6.0 |
| 2155 | 2026-08-29T21:08:24.940Z | Compiling strum_macros v0.26.4 |
| 2156 | 2026-08-29T21:08:25.111Z | Compiling darling_core v0.23.0 |
| 2157 | 2026-08-29T21:08:25.484Z | Compiling icu_provider v2.1.1 |
| 2158 | 2026-08-29T21:08:25.544Z | Compiling zeroize v1.9.0 |
| 2159 | 2026-08-29T21:08:25.562Z | Compiling bytes v1.11.1 |
| 2160 | 2026-08-29T21:08:25.862Z | Compiling icu_normalizer v2.1.1 |
| 2161 | 2026-08-29T21:08:25.973Z | Compiling icu_properties v2.1.2 |
| 2162 | 2026-08-29T21:08:26.193Z | Compiling der v0.7.10 |
| 2163 | 2026-08-29T21:08:26.342Z | Compiling crypto-common v0.1.7 |
| 2164 | 2026-08-29T21:08:26.345Z | Compiling block-buffer v0.10.4 |
| 2165 | 2026-08-29T21:08:26.503Z | Compiling digest v0.10.7 |
| 2166 | 2026-08-29T21:08:26.572Z | Compiling tokio v1.52.1 |
| 2167 | 2026-08-29T21:08:26.738Z | Compiling chrono v0.4.45 |
| 2168 | 2026-08-29T21:08:26.982Z | Compiling idna_adapter v1.2.1 |
| 2169 | 2026-08-29T21:08:27.019Z | Compiling ppv-lite86 v0.2.21 |
| 2170 | 2026-08-29T21:08:27.161Z | Compiling idna v1.1.0 |
| 2171 | 2026-08-29T21:08:27.258Z | Compiling spki v0.7.3 |
| 2172 | 2026-08-29T21:08:27.258Z | Compiling hex v0.4.3 |
| 2173 | 2026-08-29T21:08:27.301Z | Compiling ipnet v2.12.0 |
| 2174 | 2026-08-29T21:08:27.326Z | Compiling rand_chacha v0.3.1 |
| 2175 | 2026-08-29T21:08:27.361Z | Compiling hmac v0.12.1 |
| 2176 | 2026-08-29T21:08:27.399Z | Compiling sha2 v0.10.9 |
| 2177 | 2026-08-29T21:08:27.495Z | Compiling pkcs8 v0.10.2 |
| 2178 | 2026-08-29T21:08:27.522Z | Compiling url v2.5.8 |
| 2179 | 2026-08-29T21:08:27.575Z | Compiling rand v0.8.6 |
| 2180 | 2026-08-29T21:08:27.598Z | Compiling signature v2.2.0 |
| 2181 | 2026-08-29T21:08:27.803Z | Compiling owo-colors v4.3.0 |
| 2182 | 2026-08-29T21:08:28.066Z | Compiling openssl v0.10.80 |
| 2183 | 2026-08-29T21:08:28.115Z | Compiling rand_chacha v0.9.0 |
| 2184 | 2026-08-29T21:08:28.118Z | Compiling darling_macro v0.23.0 |
| 2185 | 2026-08-29T21:08:28.434Z | Compiling clap v4.6.1 |
| 2186 | 2026-08-29T21:08:28.529Z | Compiling packed_struct_codegen v0.10.1 |
| 2187 | 2026-08-29T21:08:28.629Z | Compiling scroll_derive v0.12.1 |
| 2188 | 2026-08-29T21:08:28.693Z | Compiling zerocopy-derive v0.6.6 |
| 2189 | 2026-08-29T21:08:28.768Z | Compiling bitfield-macros v0.19.4 |
| 2190 | 2026-08-29T21:08:28.842Z | Compiling curve25519-dalek v4.1.3 |
| 2191 | 2026-08-29T21:08:29.067Z | Compiling num-integer v0.1.46 |
| 2192 | 2026-08-29T21:08:29.114Z | Compiling indexmap v1.9.3 |
| 2193 | 2026-08-29T21:08:29.231Z | Compiling num-conv v0.2.0 |
| 2194 | 2026-08-29T21:08:29.333Z | Compiling pretty-hex v0.4.1 |
| 2195 | 2026-08-29T21:08:29.381Z | Compiling tinyvec_macros v0.1.1 |
| 2196 | 2026-08-29T21:08:29.381Z | Compiling time-core v0.1.8 |
| 2197 | 2026-08-29T21:08:29.459Z | Compiling tinyvec v1.11.0 |
| 2198 | 2026-08-29T21:08:29.477Z | Compiling num-iter v0.1.45 |
| 2199 | 2026-08-29T21:08:29.496Z | Compiling darling v0.23.0 |
| 2200 | 2026-08-29T21:08:29.531Z | Compiling rand v0.9.2 |
| 2201 | 2026-08-29T21:08:29.551Z | Compiling lazy_static v1.5.0 |
| 2202 | 2026-08-29T21:08:29.579Z | Compiling time-macros v0.2.27 |
| 2203 | 2026-08-29T21:08:29.610Z | Compiling openssl-macros v0.1.1 |
| 2204 | 2026-08-29T21:08:29.668Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 2205 | 2026-08-29T21:08:29.698Z | Compiling tracing-core v0.1.36 |
| 2206 | 2026-08-29T21:08:29.831Z | Compiling ff v0.13.1 |
| 2207 | 2026-08-29T21:08:29.900Z | Compiling base16ct v0.2.0 |
| 2208 | 2026-08-29T21:08:29.916Z | Compiling native-tls v0.2.18 |
| 2209 | 2026-08-29T21:08:30.043Z | Compiling gimli v0.32.3 |
| 2210 | 2026-08-29T21:08:30.137Z | Compiling paste v1.0.15 |
| 2211 | 2026-08-29T21:08:30.158Z | Compiling tracing v0.1.44 |
| 2212 | 2026-08-29T21:08:30.482Z | Compiling sec1 v0.7.3 |
| 2213 | 2026-08-29T21:08:30.520Z | Compiling group v0.13.0 |
| 2214 | 2026-08-29T21:08:30.709Z | Compiling serde_with_macros v3.21.0 |
| 2215 | 2026-08-29T21:08:30.734Z | Compiling pkcs1 v0.7.5 |
| 2216 | 2026-08-29T21:08:30.770Z | Compiling hkdf v0.12.4 |
| 2217 | 2026-08-29T21:08:30.815Z | Compiling x509-cert v0.2.5 |
| 2218 | 2026-08-29T21:08:30.939Z | Compiling crypto-bigint v0.5.5 |
| 2219 | 2026-08-29T21:08:31.104Z | Compiling tokio-util v0.7.18 |
| 2220 | 2026-08-29T21:08:31.148Z | Compiling rustls-pki-types v1.14.0 |
| 2221 | 2026-08-29T21:08:31.713Z | Compiling hubpack_derive v0.1.1 |
| 2222 | 2026-08-29T21:08:31.755Z | Compiling addr2line v0.25.1 |
| 2223 | 2026-08-29T21:08:31.798Z | Compiling zerocopy-derive v0.7.35 |
| 2224 | 2026-08-29T21:08:31.819Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2225 | 2026-08-29T21:08:31.835Z | Compiling scroll_derive v0.13.1 |
| 2226 | 2026-08-29T21:08:32.033Z | Compiling syn v3.0.3 |
| 2227 | 2026-08-29T21:08:32.056Z | Compiling rustc-demangle v0.1.27 |
| 2228 | 2026-08-29T21:08:32.184Z | Compiling elliptic-curve v0.13.8 |
| 2229 | 2026-08-29T21:08:32.388Z | Compiling rsa v0.9.10 |
| 2230 | 2026-08-29T21:08:32.604Z | Compiling http v1.4.2 |
| 2231 | 2026-08-29T21:08:32.640Z | Compiling miette-derive v7.6.0 |
| 2232 | 2026-08-29T21:08:32.948Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 2233 | 2026-08-29T21:08:33.022Z | Compiling untrusted v0.7.1 |
| 2234 | 2026-08-29T21:08:33.168Z | Compiling unicode-width v0.2.0 |
| 2235 | 2026-08-29T21:08:33.185Z | Compiling smawk v0.3.2 |
| 2236 | 2026-08-29T21:08:33.188Z | Compiling unicode-linebreak v0.1.5 |
| 2237 | 2026-08-29T21:08:33.228Z | Compiling is_ci v1.2.0 |
| 2238 | 2026-08-29T21:08:33.353Z | Compiling backtrace v0.3.76 |
| 2239 | 2026-08-29T21:08:33.370Z | Compiling proc-macro-error2 v2.0.1 |
| 2240 | 2026-08-29T21:08:33.387Z | Compiling supports-color v3.0.2 |
| 2241 | 2026-08-29T21:08:33.417Z | Compiling textwrap v0.16.2 |
| 2242 | 2026-08-29T21:08:33.684Z | Compiling hashbrown v0.14.5 |
| 2243 | 2026-08-29T21:08:33.686Z | Compiling rfc6979 v0.4.0 |
| 2244 | 2026-08-29T21:08:33.759Z | Compiling serde_spanned v0.6.9 |
| 2245 | 2026-08-29T21:08:33.825Z | Compiling backtrace-ext v0.2.1 |
| 2246 | 2026-08-29T21:08:33.842Z | Compiling toml_datetime v0.6.11 |
| 2247 | 2026-08-29T21:08:33.948Z | Compiling serde_tokenstream v0.2.3 |
| 2248 | 2026-08-29T21:08:33.998Z | Compiling structmeta-derive v0.3.0 |
| 2249 | 2026-08-29T21:08:34.132Z | Compiling usdt-impl v0.5.0 |
| 2250 | 2026-08-29T21:08:34.147Z | Compiling unicode-width v0.1.14 |
| 2251 | 2026-08-29T21:08:34.274Z | Compiling salty v0.3.0 |
| 2252 | 2026-08-29T21:08:34.291Z | Compiling cmov v0.5.4 |
| 2253 | 2026-08-29T21:08:34.305Z | Compiling untrusted v0.9.0 |
| 2254 | 2026-08-29T21:08:34.323Z | Compiling keccak v0.1.6 |
| 2255 | 2026-08-29T21:08:34.337Z | Compiling supports-hyperlinks v3.2.0 |
| 2256 | 2026-08-29T21:08:34.375Z | Compiling supports-unicode v3.0.0 |
| 2257 | 2026-08-29T21:08:34.471Z | Compiling sha3 v0.10.8 |
| 2258 | 2026-08-29T21:08:34.474Z | Compiling chumsky v0.9.3 |
| 2259 | 2026-08-29T21:08:34.502Z | Compiling ctutils v0.4.2 |
| 2260 | 2026-08-29T21:08:34.520Z | Compiling miette v7.6.0 |
| 2261 | 2026-08-29T21:08:34.536Z | Compiling ecdsa v0.16.9 |
| 2262 | 2026-08-29T21:08:34.539Z | Compiling knus-derive v3.4.0 |
| 2263 | 2026-08-29T21:08:34.581Z | Compiling http-body v1.0.1 |
| 2264 | 2026-08-29T21:08:34.767Z | Compiling primeorder v0.13.6 |
| 2265 | 2026-08-29T21:08:34.787Z | Compiling scroll v0.12.0 |
| 2266 | 2026-08-29T21:08:34.821Z | Compiling ed25519 v2.2.3 |
| 2267 | 2026-08-29T21:08:35.005Z | Compiling pin-project-internal v1.1.11 |
| 2268 | 2026-08-29T21:08:35.021Z | Compiling structmeta v0.3.0 |
| 2269 | 2026-08-29T21:08:35.060Z | Compiling daft-derive v0.1.8 |
| 2270 | 2026-08-29T21:08:35.076Z | Compiling wait-timeout v0.2.1 |
| 2271 | 2026-08-29T21:08:35.076Z | Compiling cookie v0.18.1 |
| 2272 | 2026-08-29T21:08:35.091Z | Compiling tap v1.0.1 |
| 2273 | 2026-08-29T21:08:35.106Z | Compiling bit-vec v0.8.0 |
| 2274 | 2026-08-29T21:08:35.122Z | Compiling quick-error v1.2.3 |
| 2275 | 2026-08-29T21:08:35.258Z | Compiling zstd-safe v7.2.4 |
| 2276 | 2026-08-29T21:08:35.273Z | Compiling openssl-probe v0.2.1 |
| 2277 | 2026-08-29T21:08:35.315Z | Compiling rayon-core v1.13.0 |
| 2278 | 2026-08-29T21:08:35.495Z | Compiling bit-set v0.8.0 |
| 2279 | 2026-08-29T21:08:35.522Z | Compiling ed25519-dalek v2.2.0 |
| 2280 | 2026-08-29T21:08:35.540Z | Compiling derive-ex v0.1.8 |
| 2281 | 2026-08-29T21:08:35.556Z | Compiling rusty-fork v0.3.1 |
| 2282 | 2026-08-29T21:08:35.588Z | Compiling wyz v0.5.1 |
| 2283 | 2026-08-29T21:08:35.604Z | Compiling goblin v0.8.2 |
| 2284 | 2026-08-29T21:08:35.710Z | Compiling p384 v0.13.1 |
| 2285 | 2026-08-29T21:08:35.774Z | Compiling hybrid-array v0.4.13 |
| 2286 | 2026-08-29T21:08:35.789Z | Compiling zerocopy v0.7.35 |
| 2287 | 2026-08-29T21:08:35.822Z | Compiling unicode-normalization v0.1.25 |
| 2288 | 2026-08-29T21:08:35.870Z | Compiling sha1 v0.10.6 |
| 2289 | 2026-08-29T21:08:35.943Z | Compiling knus v3.4.0 |
| 2290 | 2026-08-29T21:08:35.970Z | Compiling rand_xorshift v0.4.0 |
| 2291 | 2026-08-29T21:08:36.131Z | Compiling enum-as-inner v0.6.1 |
| 2292 | 2026-08-29T21:08:36.235Z | Compiling heapless v0.7.17 |
| 2293 | 2026-08-29T21:08:36.281Z | Compiling env_filter v2.0.0 |
| 2294 | 2026-08-29T21:08:36.361Z | Compiling aho-corasick v1.1.4 |
| 2295 | 2026-08-29T21:08:36.434Z | Compiling funty v2.0.0 |
| 2296 | 2026-08-29T21:08:36.499Z | Compiling tower-layer v0.3.3 |
| 2297 | 2026-08-29T21:08:36.621Z | Compiling tower-service v0.3.3 |
| 2298 | 2026-08-29T21:08:36.652Z | Compiling zlib-rs v0.6.2 |
| 2299 | 2026-08-29T21:08:36.719Z | Compiling try-lock v0.2.5 |
| 2300 | 2026-08-29T21:08:36.777Z | Compiling atomic-waker v1.1.2 |
| 2301 | 2026-08-29T21:08:36.856Z | Compiling unarray v0.1.4 |
| 2302 | 2026-08-29T21:08:36.871Z | Compiling usdt-impl v0.6.0 |
| 2303 | 2026-08-29T21:08:36.888Z | Compiling signal-hook v0.3.18 |
| 2304 | 2026-08-29T21:08:36.966Z | Compiling rustix v0.38.44 |
| 2305 | 2026-08-29T21:08:37.126Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 2306 | 2026-08-29T21:08:37.129Z | Compiling h2 v0.4.15 |
| 2307 | 2026-08-29T21:08:37.159Z | Compiling test-strategy v0.4.5 |
| 2308 | 2026-08-29T21:08:37.221Z | Compiling regex-automata v0.4.14 |
| 2309 | 2026-08-29T21:08:37.249Z | Compiling want v0.3.1 |
| 2310 | 2026-08-29T21:08:37.300Z | Compiling proptest v1.11.0 |
| 2311 | 2026-08-29T21:08:37.627Z | Compiling bitvec v1.0.1 |
| 2312 | 2026-08-29T21:08:37.765Z | Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 2313 | 2026-08-29T21:08:38.432Z | Compiling dof v0.3.0 |
| 2314 | 2026-08-29T21:08:38.862Z | Compiling flate2 v1.1.9 |
| 2315 | 2026-08-29T21:08:39.040Z | Compiling env_logger v0.11.11 |
| 2316 | 2026-08-29T21:08:39.994Z | Compiling scroll v0.13.0 |
| 2317 | 2026-08-29T21:08:40.078Z | Compiling ipnetwork v0.21.1 |
| 2318 | 2026-08-29T21:08:40.093Z | Compiling strum v0.26.3 |
| 2319 | 2026-08-29T21:08:40.225Z | Compiling erased-serde v0.3.31 |
| 2320 | 2026-08-29T21:08:40.461Z | Compiling dtrace-parser v0.2.0 |
| 2321 | 2026-08-29T21:08:40.614Z | Compiling snafu-derive v0.8.9 |
| 2322 | 2026-08-29T21:08:40.692Z | Compiling darling_core v0.20.11 |
| 2323 | 2026-08-29T21:08:40.793Z | Compiling thread-id v4.2.2 |
| 2324 | 2026-08-29T21:08:40.818Z | Compiling foreign-types-shared v0.1.1 |
| 2325 | 2026-08-29T21:08:40.859Z | Compiling httpdate v1.0.3 |
| 2326 | 2026-08-29T21:08:40.920Z | Compiling nodrop v0.1.14 |
| 2327 | 2026-08-29T21:08:41.042Z | Compiling powerfmt v0.2.0 |
| 2328 | 2026-08-29T21:08:41.068Z | Compiling winnow v0.5.40 |
| 2329 | 2026-08-29T21:08:41.083Z | Compiling crc-catalog v2.4.0 |
| 2330 | 2026-08-29T21:08:41.225Z | Compiling deranged v0.5.8 |
| 2331 | 2026-08-29T21:08:41.254Z | Compiling hyper v1.10.1 |
| 2332 | 2026-08-29T21:08:41.405Z | Compiling crc v3.4.0 |
| 2333 | 2026-08-29T21:08:41.513Z | Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2334 | 2026-08-29T21:08:41.578Z | Compiling array-init v0.0.4 |
| 2335 | 2026-08-29T21:08:41.621Z | Compiling foreign-types v0.3.2 |
| 2336 | 2026-08-29T21:08:42.364Z | Compiling oxnet v0.1.6 |
| 2337 | 2026-08-29T21:08:42.462Z | Compiling goblin v0.10.5 |
| 2338 | 2026-08-29T21:08:42.643Z | Compiling darling_macro v0.20.11 |
| 2339 | 2026-08-29T21:08:42.661Z | Compiling toml_edit v0.19.15 |
| 2340 | 2026-08-29T21:08:42.798Z | Compiling newtype-uuid v1.3.2 |
| 2341 | 2026-08-29T21:08:42.865Z | Compiling smallvec v0.6.14 |
| 2342 | 2026-08-29T21:08:43.158Z | Compiling zerocopy v0.6.6 |
| 2343 | 2026-08-29T21:08:43.364Z | Compiling bitfield v0.19.4 |
| 2344 | 2026-08-29T21:08:43.552Z | Compiling half v2.7.1 |
| 2345 | 2026-08-29T21:08:43.918Z | Compiling memoffset v0.9.1 |
| 2346 | 2026-08-29T21:08:43.950Z | Compiling unicode-segmentation v1.12.0 |
| 2347 | 2026-08-29T21:08:44.139Z | Compiling base64 v0.21.7 |
| 2348 | 2026-08-29T21:08:44.202Z | Compiling num_threads v0.1.7 |
| 2349 | 2026-08-29T21:08:44.298Z | Compiling ciborium-io v0.2.2 |
| 2350 | 2026-08-29T21:08:44.302Z | Compiling smoltcp v0.9.1 |
| 2351 | 2026-08-29T21:08:44.330Z | Compiling ref-cast v1.0.25 |
| 2352 | 2026-08-29T21:08:44.363Z | Compiling litrs v1.0.0 |
| 2353 | 2026-08-29T21:08:44.631Z | Compiling hashbrown v0.12.3 |
| 2354 | 2026-08-29T21:08:44.759Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 2355 | 2026-08-29T21:08:44.784Z | Compiling slog-async v2.8.0 |
| 2356 | 2026-08-29T21:08:44.838Z | Compiling document-features v0.2.12 |
| 2357 | 2026-08-29T21:08:44.967Z | Compiling ciborium-ll v0.2.2 |
| 2358 | 2026-08-29T21:08:45.171Z | Compiling dof v0.4.0 |
| 2359 | 2026-08-29T21:08:45.225Z | Compiling ron v0.8.1 |
| 2360 | 2026-08-29T21:08:45.401Z | Compiling time v0.3.47 |
| 2361 | 2026-08-29T21:08:45.607Z | Compiling toml v0.7.8 |
| 2362 | 2026-08-29T21:08:46.192Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2363 | 2026-08-29T21:08:46.226Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2364 | 2026-08-29T21:08:46.242Z | Compiling bzip2 v0.4.4 |
| 2365 | 2026-08-29T21:08:46.449Z | Compiling darling v0.20.11 |
| 2366 | 2026-08-29T21:08:46.509Z | Compiling serde-hex v0.1.0 |
| 2367 | 2026-08-29T21:08:46.534Z | Compiling daft v0.1.8 |
| 2368 | 2026-08-29T21:08:46.551Z | Compiling hyper-util v0.1.20 |
| 2369 | 2026-08-29T21:08:46.865Z | Compiling hashbrown v0.13.2 |
| 2370 | 2026-08-29T21:08:46.968Z | Compiling hubpack v0.1.2 |
| 2371 | 2026-08-29T21:08:47.384Z | Compiling futures-executor v0.3.32 |
| 2372 | 2026-08-29T21:08:47.464Z | Compiling dtrace-parser v0.3.0 |
| 2373 | 2026-08-29T21:08:47.560Z | Compiling async-recursion v1.1.1 |
| 2374 | 2026-08-29T21:08:47.575Z | Compiling sync_wrapper v1.0.2 |
| 2375 | 2026-08-29T21:08:47.829Z | Compiling blake3 v1.8.5 |
| 2376 | 2026-08-29T21:08:48.043Z | Compiling thread-id v5.1.0 |
| 2377 | 2026-08-29T21:08:48.145Z | Compiling crc-any v2.5.0 |
| 2378 | 2026-08-29T21:08:48.212Z | Compiling cfg_aliases v0.2.1 |
| 2379 | 2026-08-29T21:08:48.229Z | Compiling siphasher v1.0.2 |
| 2380 | 2026-08-29T21:08:48.568Z | Compiling nix v0.31.2 |
| 2381 | 2026-08-29T21:08:48.961Z | Compiling tower v0.5.3 |
| 2382 | 2026-08-29T21:08:49.153Z | Compiling futures v0.3.32 |
| 2383 | 2026-08-29T21:08:49.276Z | Compiling object v0.30.4 |
| 2384 | 2026-08-29T21:08:49.526Z | Compiling derive_builder_core v0.20.2 |
| 2385 | 2026-08-29T21:08:49.548Z | Compiling zip v0.6.6 |
| 2386 | 2026-08-29T21:08:49.573Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2387 | 2026-08-29T21:08:49.985Z | Compiling ciborium v0.2.2 |
| 2388 | 2026-08-29T21:08:50.447Z | Compiling usdt-attr-macro v0.5.0 |
| 2389 | 2026-08-29T21:08:50.547Z | Compiling usdt-macro v0.5.0 |
| 2390 | 2026-08-29T21:08:50.636Z | Compiling bstr v1.12.1 |
| 2391 | 2026-08-29T21:08:50.734Z | Compiling block-buffer v0.12.1 |
| 2392 | 2026-08-29T21:08:50.908Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2393 | 2026-08-29T21:08:50.924Z | Compiling crypto-common v0.2.2 |
| 2394 | 2026-08-29T21:08:51.200Z | Compiling http-body-util v0.1.3 |
| 2395 | 2026-08-29T21:08:51.295Z | Compiling serde_with v3.21.0 |
| 2396 | 2026-08-29T21:08:51.495Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=98615b86d51f74ce220198eb16c57932fd24e7cb#98615b86) |
| 2397 | 2026-08-29T21:08:51.878Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2398 | 2026-08-29T21:08:51.894Z | Compiling strum_macros v0.27.2 |
| 2399 | 2026-08-29T21:08:52.003Z | Compiling ref-cast-impl v1.0.25 |
| 2400 | 2026-08-29T21:08:52.081Z | Compiling fs-err v3.3.0 |
| 2401 | 2026-08-29T21:08:52.296Z | Compiling iri-string v0.7.10 |
| 2402 | 2026-08-29T21:08:52.546Z | Compiling ryu v1.0.23 |
| 2403 | 2026-08-29T21:08:52.759Z | Compiling data-encoding v2.10.0 |
| 2404 | 2026-08-29T21:08:52.853Z | Compiling static_assertions v1.1.0 |
| 2405 | 2026-08-29T21:08:53.147Z | Compiling unicode-bidi v0.3.18 |
| 2406 | 2026-08-29T21:08:53.245Z | Compiling unicode-properties v0.1.4 |
| 2407 | 2026-08-29T21:08:53.475Z | Compiling same-file v1.0.6 |
| 2408 | 2026-08-29T21:08:53.613Z | Compiling path-slash v0.1.5 |
| 2409 | 2026-08-29T21:08:53.629Z | Compiling walkdir v2.5.0 |
| 2410 | 2026-08-29T21:08:53.693Z | Compiling tower-http v0.6.8 |
| 2411 | 2026-08-29T21:08:53.724Z | Compiling stringprep v0.1.5 |
| 2412 | 2026-08-29T21:08:53.759Z | Compiling serde_urlencoded v0.7.1 |
| 2413 | 2026-08-29T21:08:53.878Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 2414 | 2026-08-29T21:08:54.640Z | Compiling derive_builder_macro v0.20.2 |
| 2415 | 2026-08-29T21:08:54.851Z | Compiling tokio-native-tls v0.3.1 |
| 2416 | 2026-08-29T21:08:54.921Z | Compiling convert_case v0.10.0 |
| 2417 | 2026-08-29T21:08:55.109Z | Compiling block-padding v0.4.2 |
| 2418 | 2026-08-29T21:08:55.137Z | Compiling crossbeam-epoch v0.9.18 |
| 2419 | 2026-08-29T21:08:55.301Z | Compiling pin-project v1.1.11 |
| 2420 | 2026-08-29T21:08:55.360Z | Compiling rustls-native-certs v0.8.3 |
| 2421 | 2026-08-29T21:08:55.620Z | Compiling md-5 v0.10.6 |
| 2422 | 2026-08-29T21:08:55.792Z | Compiling serde-big-array v0.5.1 |
| 2423 | 2026-08-29T21:08:55.808Z | Compiling hash32 v0.2.1 |
| 2424 | 2026-08-29T21:08:55.823Z | Compiling vergen-lib v9.1.0 |
| 2425 | 2026-08-29T21:08:55.826Z | Compiling encoding_rs v0.8.35 |
| 2426 | 2026-08-29T21:08:55.969Z | Compiling thread_local v1.1.9 |
| 2427 | 2026-08-29T21:08:55.988Z | Compiling mime v0.3.17 |
| 2428 | 2026-08-29T21:08:56.006Z | Compiling jiff-core v0.1.0 |
| 2429 | 2026-08-29T21:08:56.035Z | Compiling winnow v0.7.14 |
| 2430 | 2026-08-29T21:08:56.215Z | Compiling cpufeatures v0.3.0 |
| 2431 | 2026-08-29T21:08:56.305Z | Compiling toml_write v0.1.2 |
| 2432 | 2026-08-29T21:08:56.471Z | Compiling linked-hash-map v0.5.6 |
| 2433 | 2026-08-29T21:08:56.487Z | Compiling psl-types v2.0.11 |
| 2434 | 2026-08-29T21:08:56.524Z | Compiling fallible-iterator v0.2.0 |
| 2435 | 2026-08-29T21:08:56.631Z | Compiling lru-cache v0.1.2 |
| 2436 | 2026-08-29T21:08:56.669Z | Compiling publicsuffix v2.3.0 |
| 2437 | 2026-08-29T21:08:56.858Z | Compiling jiff v0.2.34 |
| 2438 | 2026-08-29T21:08:56.873Z | Compiling postgres-protocol v0.6.10 |
| 2439 | 2026-08-29T21:08:57.170Z | Compiling snafu v0.8.9 |
| 2440 | 2026-08-29T21:08:57.251Z | Compiling crossbeam-deque v0.8.6 |
| 2441 | 2026-08-29T21:08:57.379Z | Compiling toml_edit v0.22.27 |
| 2442 | 2026-08-29T21:08:57.565Z | Compiling inout v0.2.2 |
| 2443 | 2026-08-29T21:08:57.583Z | Compiling derive_more-impl v2.1.1 |
| 2444 | 2026-08-29T21:08:57.703Z | Compiling derive_builder v0.20.2 |
| 2445 | 2026-08-29T21:08:57.747Z | Compiling hyper-tls v0.6.0 |
| 2446 | 2026-08-29T21:08:57.853Z | Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2447 | 2026-08-29T21:08:58.247Z | Compiling hickory-proto v0.24.4 |
| 2448 | 2026-08-29T21:08:58.332Z | Compiling globset v0.4.18 |
| 2449 | 2026-08-29T21:08:58.357Z | Compiling usdt-attr-macro v0.6.0 |
| 2450 | 2026-08-29T21:08:58.415Z | Compiling usdt-macro v0.6.0 |
| 2451 | 2026-08-29T21:08:58.467Z | Compiling phf_shared v0.13.1 |
| 2452 | 2026-08-29T21:08:58.864Z | Compiling crossbeam-channel v0.5.15 |
| 2453 | 2026-08-29T21:08:58.885Z | Compiling regex v1.12.3 |
| 2454 | 2026-08-29T21:08:59.467Z | Compiling serde_plain v1.0.2 |
| 2455 | 2026-08-29T21:08:59.488Z | Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2456 | 2026-08-29T21:08:59.515Z | Compiling pem v3.0.6 |
| 2457 | 2026-08-29T21:08:59.683Z | Compiling derive-where v1.6.0 |
| 2458 | 2026-08-29T21:08:59.733Z | Compiling serde_repr v0.1.20 |
| 2459 | 2026-08-29T21:08:59.773Z | Compiling vergen v9.1.0 |
| 2460 | 2026-08-29T21:08:59.982Z | Compiling cargo-platform v0.3.2 |
| 2461 | 2026-08-29T21:08:59.999Z | Compiling memmap2 v0.9.10 |
| 2462 | 2026-08-29T21:08:59.999Z | Compiling memmap v0.7.0 |
| 2463 | 2026-08-29T21:09:00.038Z | Compiling is-terminal v0.4.17 |
| 2464 | 2026-08-29T21:09:00.152Z | Compiling filetime v0.2.27 |
| 2465 | 2026-08-29T21:09:00.210Z | Compiling corncobs v0.1.4 |
| 2466 | 2026-08-29T21:09:00.227Z | Compiling take_mut v0.2.2 |
| 2467 | 2026-08-29T21:09:00.314Z | Compiling const-oid v0.10.2 |
| 2468 | 2026-08-29T21:09:00.403Z | Compiling foldhash v0.1.5 |
| 2469 | 2026-08-29T21:09:00.440Z | Compiling libbz2-rs-sys v0.2.2 |
| 2470 | 2026-08-29T21:09:00.535Z | Compiling either v1.15.0 |
| 2471 | 2026-08-29T21:09:00.642Z | Compiling resolv-conf v0.7.6 |
| 2472 | 2026-08-29T21:09:00.862Z | Compiling term v1.2.1 |
| 2473 | 2026-08-29T21:09:00.952Z | Compiling bitflags v1.3.2 |
| 2474 | 2026-08-29T21:09:01.013Z | Compiling bumpalo v3.20.2 |
| 2475 | 2026-08-29T21:09:01.029Z | Compiling managed v0.8.0 |
| 2476 | 2026-08-29T21:09:01.119Z | Compiling typed-path v0.9.3 |
| 2477 | 2026-08-29T21:09:01.277Z | Compiling xattr v1.6.1 |
| 2478 | 2026-08-29T21:09:01.367Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2479 | 2026-08-29T21:09:01.425Z | Compiling zopfli v0.8.3 |
| 2480 | 2026-08-29T21:09:01.890Z | Compiling tar v0.4.46 |
| 2481 | 2026-08-29T21:09:02.214Z | Compiling slog-term v2.9.2 |
| 2482 | 2026-08-29T21:09:02.720Z | Compiling bzip2 v0.6.1 |
| 2483 | 2026-08-29T21:09:02.771Z | Compiling hickory-resolver v0.24.4 |
| 2484 | 2026-08-29T21:09:03.018Z | Compiling hashbrown v0.15.5 |
| 2485 | 2026-08-29T21:09:03.137Z | Compiling digest v0.11.3 |
| 2486 | 2026-08-29T21:09:03.379Z | Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 2487 | 2026-08-29T21:09:03.455Z | Compiling cargo_metadata v0.23.1 |
| 2488 | 2026-08-29T21:09:03.571Z | Compiling usdt v0.5.0 |
| 2489 | 2026-08-29T21:09:05.629Z | Compiling toml v0.8.23 |
| 2490 | 2026-08-29T21:09:06.005Z | Compiling phf v0.13.1 |
| 2491 | 2026-08-29T21:09:06.021Z | Compiling zstd v0.13.3 |
| 2492 | 2026-08-29T21:09:06.166Z | Compiling reqwest v0.12.28 |
| 2493 | 2026-08-29T21:09:06.200Z | Compiling cipher v0.5.2 |
| 2494 | 2026-08-29T21:09:06.256Z | Compiling signal-hook-mio v0.2.5 |
| 2495 | 2026-08-29T21:09:06.381Z | Compiling cookie_store v0.22.1 |
| 2496 | 2026-08-29T21:09:06.397Z | Compiling postgres-types v0.2.12 |
| 2497 | 2026-08-29T21:09:06.673Z | Compiling strum v0.27.2 |
| 2498 | 2026-08-29T21:09:06.817Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2499 | 2026-08-29T21:09:06.954Z | Compiling phf_shared v0.11.3 |
| 2500 | 2026-08-29T21:09:06.970Z | Compiling olpc-cjson v0.1.4 |
| 2501 | 2026-08-29T21:09:07.105Z | Compiling tokio-stream v0.1.18 |
| 2502 | 2026-08-29T21:09:07.151Z | Compiling byte-wrapper v0.1.0 |
| 2503 | 2026-08-29T21:09:07.258Z | Compiling inout v0.1.4 |
| 2504 | 2026-08-29T21:09:07.395Z | Compiling secrecy v0.8.0 |
| 2505 | 2026-08-29T21:09:07.602Z | Compiling hashbrown v0.16.1 |
| 2506 | 2026-08-29T21:09:07.671Z | Compiling float-cmp v0.10.0 |
| 2507 | 2026-08-29T21:09:08.021Z | Compiling normalize-line-endings v0.3.0 |
| 2508 | 2026-08-29T21:09:08.094Z | Compiling precomputed-hash v0.1.1 |
| 2509 | 2026-08-29T21:09:08.131Z | Compiling new_debug_unreachable v1.0.6 |
| 2510 | 2026-08-29T21:09:08.223Z | Compiling arrayref v0.3.9 |
| 2511 | 2026-08-29T21:09:08.306Z | Compiling whoami v2.1.0 |
| 2512 | 2026-08-29T21:09:08.321Z | Compiling debug-ignore v1.0.5 |
| 2513 | 2026-08-29T21:09:08.414Z | Compiling predicates-core v1.0.10 |
| 2514 | 2026-08-29T21:09:08.441Z | Compiling fixedbitset v0.4.2 |
| 2515 | 2026-08-29T21:09:08.599Z | Compiling difflib v0.4.0 |
| 2516 | 2026-08-29T21:09:08.641Z | Compiling constant_time_eq v0.4.2 |
| 2517 | 2026-08-29T21:09:08.659Z | Compiling arrayvec v0.7.6 |
| 2518 | 2026-08-29T21:09:08.878Z | Compiling fixedbitset v0.5.7 |
| 2519 | 2026-08-29T21:09:09.022Z | Compiling winnow v1.0.3 |
| 2520 | 2026-08-29T21:09:09.123Z | Compiling petgraph v0.8.3 |
| 2521 | 2026-08-29T21:09:09.283Z | Compiling predicates v3.1.4 |
| 2522 | 2026-08-29T21:09:09.351Z | Compiling petgraph v0.6.5 |
| 2523 | 2026-08-29T21:09:09.691Z | Compiling tokio-postgres v0.7.16 |
| 2524 | 2026-08-29T21:09:09.844Z | Compiling qorb v0.4.1 |
| 2525 | 2026-08-29T21:09:10.069Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2526 | 2026-08-29T21:09:10.600Z | Compiling string_cache v0.8.9 |
| 2527 | 2026-08-29T21:09:10.636Z | Compiling iddqd v0.4.2 |
| 2528 | 2026-08-29T21:09:11.063Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2529 | 2026-08-29T21:09:11.406Z | Compiling cipher v0.4.4 |
| 2530 | 2026-08-29T21:09:12.121Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2531 | 2026-08-29T21:09:12.273Z | Compiling chacha20 v0.10.0 |
| 2532 | 2026-08-29T21:09:12.776Z | Compiling crossterm v0.28.1 |
| 2533 | 2026-08-29T21:09:12.951Z | Compiling zip v4.6.1 |
| 2534 | 2026-08-29T21:09:14.118Z | Compiling itertools v0.13.0 |
| 2535 | 2026-08-29T21:09:14.395Z | Compiling itertools v0.15.0 |
| 2536 | 2026-08-29T21:09:14.718Z | Compiling usdt v0.6.0 |
| 2537 | 2026-08-29T21:09:14.905Z | Compiling derive_more v2.1.1 |
| 2538 | 2026-08-29T21:09:14.996Z | Compiling similar v2.7.0 |
| 2539 | 2026-08-29T21:09:15.030Z | Compiling hickory-proto v0.25.2 |
| 2540 | 2026-08-29T21:09:15.387Z | Compiling heck v0.4.1 |
| 2541 | 2026-08-29T21:09:15.655Z | Compiling buf-list v1.1.2 |
| 2542 | 2026-08-29T21:09:15.733Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2543 | 2026-08-29T21:09:15.755Z | Compiling openapiv3 v2.2.0 |
| 2544 | 2026-08-29T21:09:16.144Z | Compiling lalrpop-util v0.19.12 |
| 2545 | 2026-08-29T21:09:16.317Z | Compiling peg-runtime v0.8.5 |
| 2546 | 2026-08-29T21:09:17.195Z | Compiling rustls-webpki v0.103.13 |
| 2547 | 2026-08-29T21:09:18.384Z | Compiling camino-tempfile v1.4.1 |
| 2548 | 2026-08-29T21:09:18.477Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2549 | 2026-08-29T21:09:18.970Z | Compiling fs-err v2.11.0 |
| 2550 | 2026-08-29T21:09:20.760Z | Compiling tokio-rustls v0.26.4 |
| 2551 | 2026-08-29T21:09:20.975Z | Compiling rustls-platform-verifier v0.6.2 |
| 2552 | 2026-08-29T21:09:21.049Z | Compiling hyper-rustls v0.27.7 |
| 2553 | 2026-08-29T21:09:21.373Z | Compiling reqwest v0.13.2 |
| 2554 | 2026-08-29T21:09:21.520Z | Compiling tough v0.22.0 |
| 2555 | 2026-08-29T21:09:22.228Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2556 | 2026-08-29T21:09:23.538Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2557 | 2026-08-29T21:09:24.424Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2558 | 2026-08-29T21:09:24.670Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2559 | 2026-08-29T21:09:24.726Z | Compiling atomicwrites v0.4.4 |
| 2560 | 2026-08-29T21:09:24.749Z | Compiling sha2 v0.11.0 |
| 2561 | 2026-08-29T21:09:24.752Z | Compiling digest-io v0.1.0 |
| 2562 | 2026-08-29T21:09:24.876Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2563 | 2026-08-29T21:09:24.928Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2564 | 2026-08-29T21:09:25.036Z | Compiling serde_path_to_error v0.1.20 |
| 2565 | 2026-08-29T21:09:25.049Z | Compiling indent_write v2.2.0 |
| 2566 | 2026-08-29T21:09:25.080Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2567 | 2026-08-29T21:09:25.216Z | Compiling parse-size v1.1.0 |
| 2568 | 2026-08-29T21:09:25.219Z | Compiling topological-sort v0.2.2 |
| 2569 | 2026-08-29T21:09:25.291Z | Compiling rawzip v0.4.4 |
| 2570 | 2026-08-29T21:09:25.417Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2571 | 2026-08-29T21:09:25.447Z | Compiling shell-words v1.1.1 |
| 2572 | 2026-08-29T21:09:33.011Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2573 | 2026-08-29T21:09:35.145Z | Compiling omicron-zone-package v0.12.3 |
| 2574 | 2026-08-29T21:09:35.417Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2575 | 2026-08-29T21:09:35.894Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2576 | 2026-08-29T21:09:35.925Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2577 | 2026-08-29T21:09:40.277Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2578 | 2026-08-29T21:09:52.536Z | Finished `release` profile [optimized] target(s) in 1m 36s |
| 2579 | 2026-08-29T21:09:52.540Z | warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2580 | 2026-08-29T21:09:52.540Z | note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2581 | 2026-08-29T21:09:52.682Z | Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries` |
| 2582 | 2026-08-29T21:09:52.739Z | Aug 29 21:09:52.116 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2583 | 2026-08-29T21:09:52.836Z | Aug 29 21:09:52.213 DEBG running: git rev-parse HEAD |
| 2584 | 2026-08-29T21:09:52.840Z | Aug 29 21:09:52.216 DEBG process exited with exit status: 0 (2.395509ms) |
| 2585 | 2026-08-29T21:09:52.840Z | Aug 29 21:09:52.216 INFO version: 23.0.0-0.ci+git1cb7ef2815f |
| 2586 | 2026-08-29T21:09:52.847Z | Aug 29 21:09:52.224 INFO cloning helios to /work/oxidecomputer/helios |
| 2587 | 2026-08-29T21:09:52.847Z | Aug 29 21:09:52.224 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2588 | 2026-08-29T21:09:52.850Z | Cloning into '/work/oxidecomputer/helios'... |
| 2589 | 2026-08-29T21:09:53.442Z | Aug 29 21:09:52.819 DEBG process exited with exit status: 0 (595.314778ms) |
| 2590 | 2026-08-29T21:09:53.442Z | Aug 29 21:09:52.819 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2591 | 2026-08-29T21:09:53.446Z | Aug 29 21:09:52.822 DEBG process exited with exit status: 0 (2.374499ms) |
| 2592 | 2026-08-29T21:09:53.446Z | Aug 29 21:09:52.822 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2593 | 2026-08-29T21:09:53.820Z | Aug 29 21:09:53.197 DEBG process exited with exit status: 0 (374.881005ms) |
| 2594 | 2026-08-29T21:09:53.820Z | Aug 29 21:09:53.197 DEBG running: zfs list rpool/images/build/host |
| 2595 | 2026-08-29T21:09:53.824Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2596 | 2026-08-29T21:09:53.824Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2597 | 2026-08-29T21:09:53.826Z | Aug 29 21:09:53.201 DEBG process exited with exit status: 0 (4.599838ms) |
| 2598 | 2026-08-29T21:09:53.826Z | Aug 29 21:09:53.201 DEBG running: zfs list rpool/images/build/recovery |
| 2599 | 2026-08-29T21:09:53.829Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2600 | 2026-08-29T21:09:53.830Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2601 | 2026-08-29T21:09:53.830Z | Aug 29 21:09:53.205 DEBG process exited with exit status: 0 (3.329699ms) |
| 2602 | 2026-08-29T21:09:53.830Z | Aug 29 21:09:53.205 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e) |
| 2603 | 2026-08-29T21:09:53.840Z | Aug 29 21:09:53.218 WARN console asset check failed (not fatal outside a release branch): the console assets in out/console-assets were generated against API version 2026081700.0.0, but the current nexus API version is 2026081901.0.0; the console needs a client regen and tools/console_version needs a bump |
| 2604 | 2026-08-29T21:09:53.843Z | Aug 29 21:09:53.218 INFO [incorp-manifest] running task |
| 2605 | 2026-08-29T21:09:53.843Z | Aug 29 21:09:53.218 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name |
| 2606 | 2026-08-29T21:09:53.843Z | Aug 29 21:09:53.218 INFO [hubris-staging] running task |
| 2607 | 2026-08-29T21:09:53.843Z | Aug 29 21:09:53.218 INFO [hubris-production] running task |
| 2608 | 2026-08-29T21:09:53.843Z | Aug 29 21:09:53.219 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2609 | 2026-08-29T21:09:53.843Z | Aug 29 21:09:53.220 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2610 | 2026-08-29T21:09:53.843Z | Aug 29 21:09:53.220 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 |
| 2611 | 2026-08-29T21:09:53.882Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2612 | 2026-08-29T21:09:53.948Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2613 | 2026-08-29T21:09:54.090Z | Aug 29 21:09:53.467 INFO [incorp-create] process exited with exit status: 0 (248.490473ms) |
| 2614 | 2026-08-29T21:09:54.095Z | Aug 29 21:09:53.467 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios |
| 2615 | 2026-08-29T21:09:54.459Z | Aug 29 21:09:53.836 INFO [incorp-publisher] process exited with exit status: 0 (368.496007ms) |
| 2616 | 2026-08-29T21:09:54.659Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2617 | 2026-08-29T21:09:54.957Z | Aug 29 21:09:54.334 INFO [hubris-production] task succeeded (1.115839546s) |
| 2618 | 2026-08-29T21:09:55.826Z | [ omicron-package] Compiling macaddr v1.0.1 |
| 2619 | 2026-08-29T21:09:55.826Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2620 | 2026-08-29T21:09:55.829Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2621 | 2026-08-29T21:09:55.829Z | [ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2622 | 2026-08-29T21:09:55.829Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2623 | 2026-08-29T21:09:55.829Z | [ omicron-package] Compiling ingot-macros v0.2.0 |
| 2624 | 2026-08-29T21:09:55.829Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2625 | 2026-08-29T21:09:55.830Z | [ omicron-package] Compiling multer v3.1.0 |
| 2626 | 2026-08-29T21:09:55.830Z | [ omicron-package] Compiling compression-core v0.4.31 |
| 2627 | 2026-08-29T21:09:55.830Z | [ omicron-package] Compiling match_cfg v0.1.0 |
| 2628 | 2026-08-29T21:09:55.830Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2629 | 2026-08-29T21:09:55.830Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2630 | 2026-08-29T21:09:55.830Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2631 | 2026-08-29T21:09:55.830Z | [ omicron-package] Compiling slog-json v2.6.1 |
| 2632 | 2026-08-29T21:09:55.830Z | [ omicron-package] Compiling serde_tokenstream v0.3.0 |
| 2633 | 2026-08-29T21:09:55.830Z | [ omicron-package] Compiling newtype-uuid-macros v0.1.0 |
| 2634 | 2026-08-29T21:09:56.125Z | Aug 29 21:09:55.502 DEBG process exited with exit status: 0 (2.283479902s) |
| 2635 | 2026-08-29T21:09:56.128Z | Aug 29 21:09:55.502 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*' |
| 2636 | 2026-08-29T21:09:56.679Z | [ omicron-package] Compiling hostname v0.3.1 |
| 2637 | 2026-08-29T21:09:56.679Z | [ omicron-package] Compiling cobs v0.3.0 |
| 2638 | 2026-08-29T21:09:56.683Z | [ omicron-package] Compiling universal-hash v0.5.1 |
| 2639 | 2026-08-29T21:09:56.686Z | [ omicron-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2640 | 2026-08-29T21:09:56.800Z | [ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2641 | 2026-08-29T21:09:56.992Z | [ omicron-package] Compiling dropshot v0.17.1 |
| 2642 | 2026-08-29T21:09:57.136Z | [ omicron-package] Compiling compression-codecs v0.4.37 |
| 2643 | 2026-08-29T21:09:57.178Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2644 | 2026-08-29T21:09:57.182Z | [ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2645 | 2026-08-29T21:09:57.199Z | [ omicron-package] Compiling serde_spanned v1.1.1 |
| 2646 | 2026-08-29T21:09:57.199Z | [ omicron-package] Compiling async-stream-impl v0.3.6 |
| 2647 | 2026-08-29T21:09:57.390Z | [ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2648 | 2026-08-29T21:09:57.393Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2649 | 2026-08-29T21:09:57.393Z | [ omicron-package] Compiling convert_case v0.4.0 |
| 2650 | 2026-08-29T21:09:57.393Z | [ omicron-package] Compiling opaque-debug v0.3.1 |
| 2651 | 2026-08-29T21:09:57.556Z | [ omicron-package] Compiling proc-macro-crate v3.4.0 |
| 2652 | 2026-08-29T21:09:57.709Z | [ omicron-package] Compiling toml v1.1.2+spec-1.1.0 |
| 2653 | 2026-08-29T21:09:57.766Z | [ omicron-package] Compiling poly1305 v0.8.0 |
| 2654 | 2026-08-29T21:09:57.769Z | [ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2655 | 2026-08-29T21:09:57.806Z | [ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2656 | 2026-08-29T21:09:57.827Z | [ omicron-package] Compiling async-compression v0.4.41 |
| 2657 | 2026-08-29T21:09:57.830Z | [ omicron-package] Compiling postcard v1.1.3 |
| 2658 | 2026-08-29T21:09:57.830Z | [ omicron-package] Compiling oxide-generation-macros v0.2.0 |
| 2659 | 2026-08-29T21:09:57.830Z | [ omicron-package] Compiling slog-bunyan v2.5.0 |
| 2660 | 2026-08-29T21:09:57.878Z | [ omicron-package] Compiling derive_more v0.99.20 |
| 2661 | 2026-08-29T21:09:57.878Z | [ omicron-package] Compiling async-stream v0.3.6 |
| 2662 | 2026-08-29T21:09:58.170Z | [ omicron-package] Compiling thiserror-no-std v2.0.2 |
| 2663 | 2026-08-29T21:09:58.170Z | [ omicron-package] Compiling num_enum_derive v0.7.6 |
| 2664 | 2026-08-29T21:09:58.382Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2665 | 2026-08-29T21:09:58.382Z | [ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2666 | 2026-08-29T21:09:58.435Z | [ omicron-package] Compiling sha1 v0.11.0 |
| 2667 | 2026-08-29T21:09:58.439Z | [ omicron-package] Compiling chacha20 v0.9.1 |
| 2668 | 2026-08-29T21:09:58.439Z | [ omicron-package] Compiling progenitor-client v0.14.0 |
| 2669 | 2026-08-29T21:09:58.534Z | [ omicron-package] Compiling oxide-generation v0.1.3 |
| 2670 | 2026-08-29T21:09:58.759Z | Aug 29 21:09:58.135 DEBG process exited with exit status: 0 (2.633321016s) |
| 2671 | 2026-08-29T21:09:58.762Z | Aug 29 21:09:58.136 INFO [incorp-manifest] task succeeded (4.918116047s) |
| 2672 | 2026-08-29T21:09:58.762Z | Aug 29 21:09:58.136 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2673 | 2026-08-29T21:09:58.787Z | [ omicron-package] Compiling parse-display-derive v0.10.0 |
| 2674 | 2026-08-29T21:09:58.810Z | [ omicron-package] Compiling waitgroup v0.1.2 |
| 2675 | 2026-08-29T21:09:58.845Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2676 | 2026-08-29T21:09:58.895Z | [ omicron-package] Compiling rustls-pemfile v2.2.0 |
| 2677 | 2026-08-29T21:09:58.974Z | Aug 29 21:09:58.350 INFO [incorp-fmt] process exited with exit status: 0 (213.445707ms) |
| 2678 | 2026-08-29T21:09:58.977Z | Aug 29 21:09:58.350 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2679 | 2026-08-29T21:09:58.977Z | [ omicron-package] Compiling backon v1.6.0 |
| 2680 | 2026-08-29T21:09:59.026Z | [ omicron-package] Compiling dropshot_endpoint v0.17.1 |
| 2681 | 2026-08-29T21:09:59.115Z | [ omicron-package] Compiling password-hash v0.5.0 |
| 2682 | 2026-08-29T21:09:59.170Z | [ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2683 | 2026-08-29T21:09:59.311Z | [ omicron-package] Compiling blake2 v0.10.6 |
| 2684 | 2026-08-29T21:09:59.351Z | [ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260829T210958Z |
| 2685 | 2026-08-29T21:09:59.351Z | [ incorp-pkgsend] PUBLISHED |
| 2686 | 2026-08-29T21:09:59.378Z | [ omicron-package] Compiling aead v0.5.2 |
| 2687 | 2026-08-29T21:09:59.403Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2688 | 2026-08-29T21:09:59.406Z | Aug 29 21:09:58.782 INFO [incorp-pkgsend] process exited with exit status: 0 (431.708342ms) |
| 2689 | 2026-08-29T21:09:59.406Z | Aug 29 21:09:58.782 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2690 | 2026-08-29T21:09:59.464Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2691 | 2026-08-29T21:09:59.589Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2692 | 2026-08-29T21:09:59.667Z | [ omicron-package] Compiling hostname v0.4.2 |
| 2693 | 2026-08-29T21:09:59.667Z | [ omicron-package] Compiling instant v0.1.13 |
| 2694 | 2026-08-29T21:09:59.689Z | [ helios-incorp] Retrieving packages for publisher helios ... |
| 2695 | 2026-08-29T21:09:59.692Z | [ helios-incorp] Retrieving catalog 'helios' ... Done |
| 2696 | 2026-08-29T21:09:59.716Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2697 | 2026-08-29T21:09:59.716Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2698 | 2026-08-29T21:09:59.716Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2699 | 2026-08-29T21:09:59.720Z | [ helios-incorp] |
| 2700 | 2026-08-29T21:09:59.720Z | [ helios-incorp] Archiving packages ... |
| 2701 | 2026-08-29T21:09:59.720Z | [ helios-incorp] Packages to add: 1 |
| 2702 | 2026-08-29T21:09:59.724Z | [ helios-incorp] Files to retrieve: 0 |
| 2703 | 2026-08-29T21:09:59.724Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2704 | 2026-08-29T21:09:59.724Z | [ helios-incorp] |
| 2705 | 2026-08-29T21:09:59.724Z | [ helios-incorp] Packages to archive: |
| 2706 | 2026-08-29T21:09:59.724Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260829T210958Z |
| 2707 | 2026-08-29T21:09:59.724Z | [ helios-incorp] |
| 2708 | 2026-08-29T21:09:59.724Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2709 | 2026-08-29T21:09:59.724Z | [ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds |
| 2710 | 2026-08-29T21:09:59.793Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2711 | 2026-08-29T21:09:59.863Z | Aug 29 21:09:59.239 INFO [helios-incorp] process exited with exit status: 0 (457.166592ms) |
| 2712 | 2026-08-29T21:09:59.866Z | [ omicron-package] Compiling illumos-nvpair-sys v0.2.0 |
| 2713 | 2026-08-29T21:09:59.908Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2714 | 2026-08-29T21:09:59.908Z | [ omicron-package] Compiling backoff v0.4.0 |
| 2715 | 2026-08-29T21:09:59.968Z | [ omicron-package] Compiling ingot-types v0.2.0 |
| 2716 | 2026-08-29T21:10:00.028Z | [ omicron-package] Compiling argon2 v0.5.3 |
| 2717 | 2026-08-29T21:10:00.114Z | [ omicron-package] Compiling num_enum v0.7.6 |
| 2718 | 2026-08-29T21:10:00.118Z | [ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2719 | 2026-08-29T21:10:00.187Z | [ omicron-package] Compiling chacha20poly1305 v0.10.1 |
| 2720 | 2026-08-29T21:10:00.256Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2721 | 2026-08-29T21:10:00.260Z | [ omicron-package] Compiling progenitor-extras v0.2.0 |
| 2722 | 2026-08-29T21:10:00.333Z | [ omicron-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 2723 | 2026-08-29T21:10:00.386Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2724 | 2026-08-29T21:10:00.424Z | [ omicron-package] Compiling vsss-rs v3.3.4 |
| 2725 | 2026-08-29T21:10:00.473Z | [ omicron-package] Compiling parse-display v0.10.0 |
| 2726 | 2026-08-29T21:10:00.500Z | [ omicron-package] Compiling ingot v0.2.1 |
| 2727 | 2026-08-29T21:10:00.622Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2728 | 2026-08-29T21:10:00.734Z | [ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2729 | 2026-08-29T21:10:00.737Z | [ omicron-package] Compiling regress v0.10.5 |
| 2730 | 2026-08-29T21:10:00.738Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2731 | 2026-08-29T21:10:00.875Z | [ omicron-package] Compiling tabwriter v1.4.1 |
| 2732 | 2026-08-29T21:10:00.909Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2733 | 2026-08-29T21:10:01.049Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2734 | 2026-08-29T21:10:01.195Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2735 | 2026-08-29T21:10:01.195Z | [ omicron-package] Compiling humantime v2.3.0 |
| 2736 | 2026-08-29T21:10:01.343Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2737 | 2026-08-29T21:10:01.392Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2738 | 2026-08-29T21:10:01.469Z | [ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2739 | 2026-08-29T21:10:01.587Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2740 | 2026-08-29T21:10:01.613Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2741 | 2026-08-29T21:10:01.696Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2742 | 2026-08-29T21:10:01.751Z | [ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2743 | 2026-08-29T21:10:01.818Z | [ omicron-package] Compiling rand v0.10.1 |
| 2744 | 2026-08-29T21:10:01.825Z | [ omicron-package] Compiling rayon v1.11.0 |
| 2745 | 2026-08-29T21:10:01.899Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2746 | 2026-08-29T21:10:01.948Z | [ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2747 | 2026-08-29T21:10:01.992Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2748 | 2026-08-29T21:10:02.119Z | [ omicron-package] Compiling colored v3.1.1 |
| 2749 | 2026-08-29T21:10:02.219Z | [ omicron-package] Compiling illumos-nvpair v0.3.0 |
| 2750 | 2026-08-29T21:10:02.295Z | [ omicron-package] Compiling zone_cfg_derive v0.3.1 |
| 2751 | 2026-08-29T21:10:02.352Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2752 | 2026-08-29T21:10:02.500Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2753 | 2026-08-29T21:10:02.504Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2754 | 2026-08-29T21:10:02.563Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2755 | 2026-08-29T21:10:02.678Z | [ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2756 | 2026-08-29T21:10:02.757Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2757 | 2026-08-29T21:10:02.792Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2758 | 2026-08-29T21:10:02.867Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2759 | 2026-08-29T21:10:02.907Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2760 | 2026-08-29T21:10:02.911Z | [ omicron-package] Compiling glob v0.3.3 |
| 2761 | 2026-08-29T21:10:03.029Z | [ omicron-package] Compiling swrite v0.1.0 |
| 2762 | 2026-08-29T21:10:03.074Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2763 | 2026-08-29T21:10:03.364Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2764 | 2026-08-29T21:10:03.497Z | [ omicron-package] Compiling smf v0.2.3 |
| 2765 | 2026-08-29T21:10:03.605Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2766 | 2026-08-29T21:10:03.655Z | [ omicron-package] Compiling whoami v1.6.1 |
| 2767 | 2026-08-29T21:10:03.703Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2768 | 2026-08-29T21:10:03.756Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2769 | 2026-08-29T21:10:03.823Z | [ omicron-package] Compiling tokio-dtrace v0.1.1 |
| 2770 | 2026-08-29T21:10:04.172Z | [ omicron-package] Compiling zone v0.3.1 |
| 2771 | 2026-08-29T21:10:04.213Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2772 | 2026-08-29T21:10:04.246Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2773 | 2026-08-29T21:10:04.308Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2774 | 2026-08-29T21:10:04.314Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2775 | 2026-08-29T21:10:04.405Z | [ omicron-package] Compiling console v0.16.2 |
| 2776 | 2026-08-29T21:10:04.487Z | [ omicron-package] Compiling unit-prefix v0.5.2 |
| 2777 | 2026-08-29T21:10:04.597Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2778 | 2026-08-29T21:10:04.841Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.4 |
| 2779 | 2026-08-29T21:10:04.976Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2780 | 2026-08-29T21:10:05.052Z | [ omicron-package] Compiling indicatif v0.18.4 |
| 2781 | 2026-08-29T21:10:06.318Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2782 | 2026-08-29T21:10:08.934Z | [ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2783 | 2026-08-29T21:10:09.683Z | [ helios-setup] Aug 29 21:10:09.059 INFO helios repository root is: /work/oxidecomputer/helios |
| 2784 | 2026-08-29T21:10:09.686Z | [ helios-setup] Aug 29 21:10:09.060 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2785 | 2026-08-29T21:10:09.686Z | [ helios-setup] Aug 29 21:10:09.060 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 |
| 2786 | 2026-08-29T21:10:09.686Z | [ helios-setup] Aug 29 21:10:09.060 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 |
| 2787 | 2026-08-29T21:10:09.686Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2788 | 2026-08-29T21:10:10.570Z | [ helios-setup] Aug 29 21:10:09.946 INFO clone ok!, project: amd-host-image-builder |
| 2789 | 2026-08-29T21:10:10.573Z | [ helios-setup] Aug 29 21:10:09.947 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 |
| 2790 | 2026-08-29T21:10:10.574Z | [ helios-setup] Aug 29 21:10:09.947 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2791 | 2026-08-29T21:10:10.574Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2792 | 2026-08-29T21:10:11.191Z | [ helios-setup] Aug 29 21:10:10.567 INFO clone ok!, project: phbl |
| 2793 | 2026-08-29T21:10:11.191Z | [ helios-setup] Aug 29 21:10:10.567 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 |
| 2794 | 2026-08-29T21:10:11.194Z | [ helios-setup] Aug 29 21:10:10.567 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2795 | 2026-08-29T21:10:11.194Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2796 | 2026-08-29T21:10:11.971Z | Aug 29 21:10:11.348 INFO [hubris-staging] task succeeded (18.129449868s) |
| 2797 | 2026-08-29T21:10:18.138Z | [ helios-setup] Aug 29 21:10:17.514 INFO clone ok!, project: amd-firmware |
| 2798 | 2026-08-29T21:10:18.138Z | [ helios-setup] Aug 29 21:10:17.514 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 |
| 2799 | 2026-08-29T21:10:18.141Z | [ helios-setup] Aug 29 21:10:17.514 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2800 | 2026-08-29T21:10:18.141Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2801 | 2026-08-29T21:10:18.273Z | [ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2802 | 2026-08-29T21:10:19.323Z | [ helios-setup] Aug 29 21:10:18.700 INFO clone ok!, project: pilot |
| 2803 | 2026-08-29T21:10:19.327Z | [ helios-setup] Aug 29 21:10:18.700 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 |
| 2804 | 2026-08-29T21:10:19.327Z | [ helios-setup] Aug 29 21:10:18.700 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2805 | 2026-08-29T21:10:19.327Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2806 | 2026-08-29T21:10:20.260Z | [ helios-setup] Aug 29 21:10:19.636 INFO clone ok!, project: dmar-report |
| 2807 | 2026-08-29T21:10:20.263Z | [ helios-setup] Aug 29 21:10:19.636 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2808 | 2026-08-29T21:10:20.263Z | [ helios-setup] Aug 29 21:10:19.637 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2809 | 2026-08-29T21:10:20.263Z | [ helios-setup] Aug 29 21:10:19.637 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 |
| 2810 | 2026-08-29T21:10:20.263Z | [ helios-setup] Aug 29 21:10:19.637 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2811 | 2026-08-29T21:10:20.264Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2812 | 2026-08-29T21:10:20.865Z | [ helios-setup] Aug 29 21:10:20.242 INFO clone ok!, project: pinprick |
| 2813 | 2026-08-29T21:10:20.869Z | [ helios-setup] Aug 29 21:10:20.242 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 |
| 2814 | 2026-08-29T21:10:20.869Z | [ helios-setup] Aug 29 21:10:20.242 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2815 | 2026-08-29T21:10:20.869Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2816 | 2026-08-29T21:10:21.492Z | [ helios-setup] Aug 29 21:10:20.868 INFO clone ok!, project: image-builder |
| 2817 | 2026-08-29T21:10:21.492Z | [ helios-setup] Aug 29 21:10:20.868 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 |
| 2818 | 2026-08-29T21:10:21.495Z | [ helios-setup] Aug 29 21:10:20.868 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2819 | 2026-08-29T21:10:21.495Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2820 | 2026-08-29T21:10:21.608Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2821 | 2026-08-29T21:10:22.116Z | [ helios-setup] Aug 29 21:10:21.493 INFO clone ok!, project: bootserver |
| 2822 | 2026-08-29T21:10:22.119Z | [ helios-setup] Aug 29 21:10:21.493 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 |
| 2823 | 2026-08-29T21:10:22.119Z | [ helios-setup] Aug 29 21:10:21.493 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2824 | 2026-08-29T21:10:22.119Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2825 | 2026-08-29T21:10:22.722Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2826 | 2026-08-29T21:10:23.041Z | [ helios-setup] Aug 29 21:10:22.418 INFO clone ok!, project: chelsio-t6-roms |
| 2827 | 2026-08-29T21:10:23.044Z | [ helios-setup] Aug 29 21:10:22.418 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2828 | 2026-08-29T21:10:23.274Z | [ helios-setup] Aug 29 21:10:22.651 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None |
| 2829 | 2026-08-29T21:10:23.502Z | [ helios-setup] Aug 29 21:10:22.879 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created |
| 2830 | 2026-08-29T21:10:23.502Z | [ helios-setup] Aug 29 21:10:22.879 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2831 | 2026-08-29T21:10:23.741Z | [ helios-setup] Aug 29 21:10:23.118 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None |
| 2832 | 2026-08-29T21:10:23.967Z | [ helios-setup] Aug 29 21:10:23.344 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created |
| 2833 | 2026-08-29T21:10:23.967Z | [ helios-setup] Aug 29 21:10:23.344 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2834 | 2026-08-29T21:10:24.209Z | [ helios-setup] Aug 29 21:10:23.586 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None |
| 2835 | 2026-08-29T21:10:24.461Z | [ helios-setup] Aug 29 21:10:23.837 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created |
| 2836 | 2026-08-29T21:10:24.461Z | [ helios-setup] Aug 29 21:10:23.838 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2837 | 2026-08-29T21:10:24.464Z | [ helios-setup] Aug 29 21:10:23.838 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2838 | 2026-08-29T21:10:24.464Z | [ helios-setup] Aug 29 21:10:23.838 INFO ok! |
| 2839 | 2026-08-29T21:10:24.464Z | [ helios-setup] Aug 29 21:10:23.838 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2840 | 2026-08-29T21:10:24.464Z | [ helios-setup] Aug 29 21:10:23.838 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2841 | 2026-08-29T21:10:24.464Z | [ helios-setup] Aug 29 21:10:23.838 INFO ok! |
| 2842 | 2026-08-29T21:10:24.464Z | [ helios-setup] Aug 29 21:10:23.838 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2843 | 2026-08-29T21:10:24.464Z | [ helios-setup] Aug 29 21:10:23.838 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2844 | 2026-08-29T21:10:24.464Z | [ helios-setup] Aug 29 21:10:23.838 INFO ok! |
| 2845 | 2026-08-29T21:10:24.464Z | [ helios-setup] Aug 29 21:10:23.838 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 2846 | 2026-08-29T21:10:24.492Z | [ helios-setup] Aug 29 21:10:23.869 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')" |
| 2847 | 2026-08-29T21:10:24.492Z | [ helios-setup] Aug 29 21:10:23.869 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 2848 | 2026-08-29T21:10:24.495Z | [ helios-setup] Aug 29 21:10:23.869 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 2849 | 2026-08-29T21:10:24.626Z | [ helios-setup] Aug 29 21:10:24.002 INFO E| Updating crates.io index |
| 2850 | 2026-08-29T21:10:24.629Z | [ helios-setup] Aug 29 21:10:24.003 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 2851 | 2026-08-29T21:10:25.070Z | [ helios-setup] Aug 29 21:10:24.446 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 2852 | 2026-08-29T21:10:25.071Z | [ helios-setup] Aug 29 21:10:24.446 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 2853 | 2026-08-29T21:10:25.082Z | [ helios-setup] Aug 29 21:10:24.459 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 2854 | 2026-08-29T21:10:25.497Z | [ helios-setup] Aug 29 21:10:24.873 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 2855 | 2026-08-29T21:10:25.497Z | [ helios-setup] Aug 29 21:10:24.873 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 2856 | 2026-08-29T21:10:25.720Z | [ helios-setup] Aug 29 21:10:25.097 INFO E| Downloading crates ... |
| 2857 | 2026-08-29T21:10:25.771Z | [ helios-setup] Aug 29 21:10:25.148 INFO E| Downloaded dyn-clone v1.0.19 |
| 2858 | 2026-08-29T21:10:25.786Z | [ helios-setup] Aug 29 21:10:25.163 INFO E| Downloaded unic-char-property v0.9.0 |
| 2859 | 2026-08-29T21:10:25.789Z | [ helios-setup] Aug 29 21:10:25.164 INFO E| Downloaded pest v2.8.0 |
| 2860 | 2026-08-29T21:10:25.792Z | [ helios-setup] Aug 29 21:10:25.169 INFO E| Downloaded four-cc v0.4.0 |
| 2861 | 2026-08-29T21:10:25.795Z | [ helios-setup] Aug 29 21:10:25.170 INFO E| Downloaded textwrap v0.11.0 |
| 2862 | 2026-08-29T21:10:25.795Z | [ helios-setup] Aug 29 21:10:25.171 INFO E| Downloaded thiserror v2.0.12 |
| 2863 | 2026-08-29T21:10:25.801Z | [ helios-setup] Aug 29 21:10:25.178 INFO E| Downloaded strsim v0.8.0 |
| 2864 | 2026-08-29T21:10:25.807Z | [ helios-setup] Aug 29 21:10:25.184 INFO E| Downloaded itoa v1.0.15 |
| 2865 | 2026-08-29T21:10:25.816Z | [ helios-setup] Aug 29 21:10:25.193 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 2866 | 2026-08-29T21:10:25.821Z | [ helios-setup] Aug 29 21:10:25.198 INFO E| Downloaded quote v1.0.40 |
| 2867 | 2026-08-29T21:10:25.824Z | [ helios-setup] Aug 29 21:10:25.199 INFO E| Downloaded ryu v1.0.20 |
| 2868 | 2026-08-29T21:10:25.824Z | [ helios-setup] Aug 29 21:10:25.201 INFO E| Downloaded parse_int v0.9.0 |
| 2869 | 2026-08-29T21:10:25.827Z | [ helios-setup] Aug 29 21:10:25.201 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 2870 | 2026-08-29T21:10:25.827Z | [ helios-setup] Aug 29 21:10:25.202 INFO E| Downloaded unic-char-range v0.9.0 |
| 2871 | 2026-08-29T21:10:25.827Z | [ helios-setup] Aug 29 21:10:25.203 INFO E| Downloaded unic-common v0.9.0 |
| 2872 | 2026-08-29T21:10:25.827Z | [ helios-setup] Aug 29 21:10:25.203 INFO E| Downloaded heck v0.3.3 |
| 2873 | 2026-08-29T21:10:25.832Z | [ helios-setup] Aug 29 21:10:25.209 INFO E| Downloaded strum v0.27.1 |
| 2874 | 2026-08-29T21:10:25.835Z | [ helios-setup] Aug 29 21:10:25.210 INFO E| Downloaded fletcher v1.0.0 |
| 2875 | 2026-08-29T21:10:25.838Z | [ helios-setup] Aug 29 21:10:25.212 INFO E| Downloaded ansi_term v0.12.1 |
| 2876 | 2026-08-29T21:10:25.838Z | [ helios-setup] Aug 29 21:10:25.213 INFO E| Downloaded autocfg v1.4.0 |
| 2877 | 2026-08-29T21:10:25.838Z | [ helios-setup] Aug 29 21:10:25.214 INFO E| Downloaded bytesize v2.0.1 |
| 2878 | 2026-08-29T21:10:25.841Z | [ helios-setup] Aug 29 21:10:25.215 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 2879 | 2026-08-29T21:10:25.841Z | [ helios-setup] Aug 29 21:10:25.216 INFO E| Downloaded pest_generator v2.8.0 |
| 2880 | 2026-08-29T21:10:25.850Z | [ helios-setup] Aug 29 21:10:25.227 INFO E| Downloaded structopt-derive v0.4.18 |
| 2881 | 2026-08-29T21:10:25.853Z | [ helios-setup] Aug 29 21:10:25.227 INFO E| Downloaded vec_map v0.8.2 |
| 2882 | 2026-08-29T21:10:25.855Z | [ helios-setup] Aug 29 21:10:25.231 INFO E| Downloaded thiserror-impl v2.0.12 |
| 2883 | 2026-08-29T21:10:25.858Z | [ helios-setup] Aug 29 21:10:25.234 INFO E| Downloaded pest_meta v2.8.0 |
| 2884 | 2026-08-29T21:10:25.864Z | [ helios-setup] Aug 29 21:10:25.241 INFO E| Downloaded log v0.4.27 |
| 2885 | 2026-08-29T21:10:25.871Z | [ helios-setup] Aug 29 21:10:25.248 INFO E| Downloaded pest_derive v2.8.0 |
| 2886 | 2026-08-29T21:10:25.874Z | [ helios-setup] Aug 29 21:10:25.250 INFO E| Downloaded rustversion v1.0.20 |
| 2887 | 2026-08-29T21:10:25.874Z | [ helios-setup] Aug 29 21:10:25.251 INFO E| Downloaded modular-bitfield v0.11.2 |
| 2888 | 2026-08-29T21:10:25.879Z | [ helios-setup] Aug 29 21:10:25.256 INFO E| Downloaded unicode-ident v1.0.18 |
| 2889 | 2026-08-29T21:10:25.882Z | [ helios-setup] Aug 29 21:10:25.258 INFO E| Downloaded strum_macros v0.27.1 |
| 2890 | 2026-08-29T21:10:25.886Z | [ helios-setup] Aug 29 21:10:25.260 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 2891 | 2026-08-29T21:10:25.886Z | [ helios-setup] Aug 29 21:10:25.263 INFO E| Downloaded structopt v0.3.26 |
| 2892 | 2026-08-29T21:10:25.893Z | [ helios-setup] Aug 29 21:10:25.270 INFO E| Downloaded modular-bitfield v0.13.1 |
| 2893 | 2026-08-29T21:10:25.897Z | [ helios-setup] Aug 29 21:10:25.274 INFO E| Downloaded proc-macro2 v1.0.95 |
| 2894 | 2026-08-29T21:10:25.900Z | [ helios-setup] Aug 29 21:10:25.277 INFO E| Downloaded serde v1.0.219 |
| 2895 | 2026-08-29T21:10:25.903Z | [ helios-setup] Aug 29 21:10:25.280 INFO E| Downloaded serde_derive v1.0.219 |
| 2896 | 2026-08-29T21:10:25.906Z | [ helios-setup] Aug 29 21:10:25.282 INFO E| Downloaded typenum v1.18.0 |
| 2897 | 2026-08-29T21:10:25.915Z | [ helios-setup] Aug 29 21:10:25.292 INFO E| Downloaded memchr v2.7.4 |
| 2898 | 2026-08-29T21:10:25.922Z | [ helios-setup] Aug 29 21:10:25.299 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 2899 | 2026-08-29T21:10:25.954Z | [ helios-setup] Aug 29 21:10:25.331 INFO E| Downloaded serde_json v1.0.140 |
| 2900 | 2026-08-29T21:10:25.957Z | [ helios-setup] Aug 29 21:10:25.334 INFO E| Downloaded clap v2.34.0 |
| 2901 | 2026-08-29T21:10:25.965Z | [ helios-setup] Aug 29 21:10:25.342 INFO E| Downloaded goblin v0.9.3 |
| 2902 | 2026-08-29T21:10:25.968Z | [ helios-setup] Aug 29 21:10:25.345 INFO E| Downloaded syn v2.0.101 |
| 2903 | 2026-08-29T21:10:25.974Z | [ helios-setup] Aug 29 21:10:25.351 INFO E| Downloaded zerocopy v0.8.25 |
| 2904 | 2026-08-29T21:10:26.015Z | [ helios-setup] Aug 29 21:10:25.391 INFO E| Downloaded libc v0.2.172 |
| 2905 | 2026-08-29T21:10:26.063Z | [ helios-setup] Aug 29 21:10:25.440 INFO E| Compiling proc-macro2 v1.0.95 |
| 2906 | 2026-08-29T21:10:26.063Z | [ helios-setup] Aug 29 21:10:25.440 INFO E| Compiling unicode-ident v1.0.18 |
| 2907 | 2026-08-29T21:10:26.063Z | [ helios-setup] Aug 29 21:10:25.440 INFO E| Compiling memchr v2.7.4 |
| 2908 | 2026-08-29T21:10:26.066Z | [ helios-setup] Aug 29 21:10:25.440 INFO E| Compiling thiserror v2.0.12 |
| 2909 | 2026-08-29T21:10:26.066Z | [ helios-setup] Aug 29 21:10:25.440 INFO E| Compiling autocfg v1.4.0 |
| 2910 | 2026-08-29T21:10:26.066Z | [ helios-setup] Aug 29 21:10:25.440 INFO E| Compiling syn v1.0.109 |
| 2911 | 2026-08-29T21:10:26.066Z | [ helios-setup] Aug 29 21:10:25.440 INFO E| Compiling serde v1.0.219 |
| 2912 | 2026-08-29T21:10:26.084Z | [ helios-setup] Aug 29 21:10:25.461 INFO E| Compiling version_check v0.9.5 |
| 2913 | 2026-08-29T21:10:26.087Z | [ helios-setup] Aug 29 21:10:25.462 INFO E| Compiling serde_json v1.0.140 |
| 2914 | 2026-08-29T21:10:26.087Z | [ helios-setup] Aug 29 21:10:25.462 INFO E| Compiling ryu v1.0.20 |
| 2915 | 2026-08-29T21:10:26.087Z | [ helios-setup] Aug 29 21:10:25.462 INFO E| Compiling itoa v1.0.15 |
| 2916 | 2026-08-29T21:10:26.087Z | [ helios-setup] Aug 29 21:10:25.462 INFO E| Compiling schemars v0.8.22 |
| 2917 | 2026-08-29T21:10:26.090Z | [ helios-setup] Aug 29 21:10:25.466 INFO E| Compiling static_assertions v1.1.0 |
| 2918 | 2026-08-29T21:10:26.091Z | [ helios-setup] Aug 29 21:10:25.466 INFO E| Compiling zerocopy v0.8.25 |
| 2919 | 2026-08-29T21:10:26.091Z | [ helios-setup] Aug 29 21:10:25.467 INFO E| Compiling libc v0.2.172 |
| 2920 | 2026-08-29T21:10:26.091Z | [ helios-setup] Aug 29 21:10:25.467 INFO E| Compiling paste v1.0.15 |
| 2921 | 2026-08-29T21:10:26.185Z | [ helios-setup] Aug 29 21:10:25.561 INFO E| Compiling dyn-clone v1.0.19 |
| 2922 | 2026-08-29T21:10:26.261Z | [ helios-setup] Aug 29 21:10:25.637 INFO E| Compiling rustversion v1.0.20 |
| 2923 | 2026-08-29T21:10:26.286Z | [ helios-setup] Aug 29 21:10:25.663 INFO E| Compiling ucd-trie v0.1.7 |
| 2924 | 2026-08-29T21:10:26.321Z | [ helios-setup] Aug 29 21:10:25.697 INFO E| Compiling once_cell v1.21.3 |
| 2925 | 2026-08-29T21:10:26.350Z | [ helios-setup] Aug 29 21:10:25.727 INFO E| Compiling unicode-width v0.1.14 |
| 2926 | 2026-08-29T21:10:26.363Z | [ helios-setup] Aug 29 21:10:25.740 INFO E| Compiling unicode-segmentation v1.12.0 |
| 2927 | 2026-08-29T21:10:26.407Z | [ helios-setup] Aug 29 21:10:25.784 INFO E| Compiling heck v0.5.0 |
| 2928 | 2026-08-29T21:10:26.407Z | [ helios-setup] Aug 29 21:10:25.784 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 2929 | 2026-08-29T21:10:26.440Z | [ helios-setup] Aug 29 21:10:25.817 INFO E| Compiling num-traits v0.2.19 |
| 2930 | 2026-08-29T21:10:26.462Z | [ helios-setup] Aug 29 21:10:25.839 INFO E| Compiling memoffset v0.9.1 |
| 2931 | 2026-08-29T21:10:26.474Z | [ helios-setup] Aug 29 21:10:25.850 INFO E| Compiling proc-macro-error v1.0.4 |
| 2932 | 2026-08-29T21:10:26.571Z | [ helios-setup] Aug 29 21:10:25.948 INFO E| Compiling strsim v0.8.0 |
| 2933 | 2026-08-29T21:10:26.571Z | [ helios-setup] Aug 29 21:10:25.948 INFO E| Compiling unic-char-range v0.9.0 |
| 2934 | 2026-08-29T21:10:26.607Z | [ helios-setup] Aug 29 21:10:25.983 INFO E| Compiling textwrap v0.11.0 |
| 2935 | 2026-08-29T21:10:26.634Z | [ helios-setup] Aug 29 21:10:26.010 INFO E| Compiling bitflags v1.3.2 |
| 2936 | 2026-08-29T21:10:26.666Z | [ helios-setup] Aug 29 21:10:26.043 INFO E| Compiling unic-common v0.9.0 |
| 2937 | 2026-08-29T21:10:26.711Z | [ helios-setup] Aug 29 21:10:26.088 INFO E| Compiling heck v0.3.3 |
| 2938 | 2026-08-29T21:10:26.717Z | [ helios-setup] Aug 29 21:10:26.094 INFO E| Compiling fletcher v1.0.0 |
| 2939 | 2026-08-29T21:10:26.717Z | [ helios-setup] Aug 29 21:10:26.094 INFO E| Compiling byteorder v1.5.0 |
| 2940 | 2026-08-29T21:10:26.733Z | [ helios-setup] Aug 29 21:10:26.110 INFO E| Compiling ansi_term v0.12.1 |
| 2941 | 2026-08-29T21:10:26.746Z | [ helios-setup] Aug 29 21:10:26.123 INFO E| Compiling vec_map v0.8.2 |
| 2942 | 2026-08-29T21:10:26.780Z | [ helios-setup] Aug 29 21:10:26.157 INFO E| Compiling strum v0.27.1 |
| 2943 | 2026-08-29T21:10:26.798Z | [ helios-setup] Aug 29 21:10:26.174 INFO E| Compiling atty v0.2.14 |
| 2944 | 2026-08-29T21:10:26.839Z | [ helios-setup] Aug 29 21:10:26.216 INFO E| Compiling unic-ucd-version v0.9.0 |
| 2945 | 2026-08-29T21:10:26.858Z | [ helios-setup] Aug 29 21:10:26.235 INFO E| Compiling unic-char-property v0.9.0 |
| 2946 | 2026-08-29T21:10:26.869Z | [ helios-setup] Aug 29 21:10:26.246 INFO E| Compiling log v0.4.27 |
| 2947 | 2026-08-29T21:10:26.891Z | [ helios-setup] Aug 29 21:10:26.267 INFO E| Compiling lazy_static v1.5.0 |
| 2948 | 2026-08-29T21:10:26.891Z | [ helios-setup] Aug 29 21:10:26.267 INFO E| Compiling plain v0.2.3 |
| 2949 | 2026-08-29T21:10:26.900Z | [ helios-setup] Aug 29 21:10:26.277 INFO E| Compiling bytesize v2.0.1 |
| 2950 | 2026-08-29T21:10:26.915Z | [ helios-setup] Aug 29 21:10:26.292 INFO E| Compiling clap v2.34.0 |
| 2951 | 2026-08-29T21:10:26.945Z | [ helios-setup] Aug 29 21:10:26.322 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 2952 | 2026-08-29T21:10:27.050Z | [ helios-setup] Aug 29 21:10:26.427 INFO E| Compiling quote v1.0.40 |
| 2953 | 2026-08-29T21:10:27.205Z | [ helios-setup] Aug 29 21:10:26.582 INFO E| Compiling syn v2.0.101 |
| 2954 | 2026-08-29T21:10:27.384Z | [ helios-setup] Aug 29 21:10:26.761 INFO E| Compiling parse_int v0.9.0 |
| 2955 | 2026-08-29T21:10:28.988Z | [ helios-setup] Aug 29 21:10:28.364 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 2956 | 2026-08-29T21:10:28.988Z | [ helios-setup] Aug 29 21:10:28.364 INFO E| Compiling structopt-derive v0.4.18 |
| 2957 | 2026-08-29T21:10:29.206Z | [ helios-setup] Aug 29 21:10:28.582 INFO E| Compiling serde_derive_internals v0.29.1 |
| 2958 | 2026-08-29T21:10:29.587Z | [ helios-setup] Aug 29 21:10:28.963 INFO E| Compiling thiserror-impl v2.0.12 |
| 2959 | 2026-08-29T21:10:29.587Z | [ helios-setup] Aug 29 21:10:28.963 INFO E| Compiling serde_derive v1.0.219 |
| 2960 | 2026-08-29T21:10:29.587Z | [ helios-setup] Aug 29 21:10:28.963 INFO E| Compiling zerocopy-derive v0.8.25 |
| 2961 | 2026-08-29T21:10:29.590Z | [ helios-setup] Aug 29 21:10:28.963 INFO E| Compiling num-derive v0.4.2 |
| 2962 | 2026-08-29T21:10:29.590Z | [ helios-setup] Aug 29 21:10:28.963 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 2963 | 2026-08-29T21:10:29.590Z | [ helios-setup] Aug 29 21:10:28.963 INFO E| Compiling scroll_derive v0.12.1 |
| 2964 | 2026-08-29T21:10:29.591Z | [ helios-setup] Aug 29 21:10:28.963 INFO E| Compiling strum_macros v0.27.1 |
| 2965 | 2026-08-29T21:10:29.685Z | [ helios-setup] Aug 29 21:10:29.062 INFO E| Compiling schemars_derive v0.8.22 |
| 2966 | 2026-08-29T21:10:29.846Z | [ helios-setup] Aug 29 21:10:29.222 INFO E| Compiling structopt v0.3.26 |
| 2967 | 2026-08-29T21:10:29.869Z | [ helios-setup] Aug 29 21:10:29.245 INFO E| Compiling modular-bitfield v0.11.2 |
| 2968 | 2026-08-29T21:10:30.247Z | [ helios-setup] Aug 29 21:10:29.624 INFO E| Compiling scroll v0.12.0 |
| 2969 | 2026-08-29T21:10:30.456Z | [ helios-setup] Aug 29 21:10:29.832 INFO E| Compiling goblin v0.9.3 |
| 2970 | 2026-08-29T21:10:30.570Z | [ helios-setup] Aug 29 21:10:29.947 INFO E| Compiling modular-bitfield v0.13.1 |
| 2971 | 2026-08-29T21:10:30.690Z | [ helios-setup] Aug 29 21:10:30.066 INFO E| Compiling pest v2.8.0 |
| 2972 | 2026-08-29T21:10:31.718Z | [ helios-setup] Aug 29 21:10:31.095 INFO E| Compiling pest_meta v2.8.0 |
| 2973 | 2026-08-29T21:10:32.389Z | [ helios-setup] Aug 29 21:10:31.766 INFO E| Compiling pest_generator v2.8.0 |
| 2974 | 2026-08-29T21:10:32.873Z | [ helios-setup] Aug 29 21:10:32.249 INFO E| Compiling pest_derive v2.8.0 |
| 2975 | 2026-08-29T21:10:33.635Z | [ helios-setup] Aug 29 21:10:33.012 INFO E| Compiling json5 v0.4.1 |
| 2976 | 2026-08-29T21:10:34.235Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 40.38s |
| 2977 | 2026-08-29T21:10:34.238Z | [ omicron-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 2978 | 2026-08-29T21:10:34.238Z | [ omicron-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 2979 | 2026-08-29T21:10:34.474Z | [ omicron-package] |
| 2980 | 2026-08-29T21:10:34.474Z | [ omicron-package] real 40.568067119 |
| 2981 | 2026-08-29T21:10:34.474Z | [ omicron-package] user 3:52.973592113 |
| 2982 | 2026-08-29T21:10:34.478Z | [ omicron-package] sys 27.057605188 |
| 2983 | 2026-08-29T21:10:34.478Z | [ omicron-package] trap 0.389384518 |
| 2984 | 2026-08-29T21:10:34.478Z | [ omicron-package] tflt 0.645879568 |
| 2985 | 2026-08-29T21:10:34.478Z | [ omicron-package] dflt 2.438810378 |
| 2986 | 2026-08-29T21:10:34.478Z | [ omicron-package] kflt 0.004992365 |
| 2987 | 2026-08-29T21:10:34.478Z | [ omicron-package] lock 11:27.532056281 |
| 2988 | 2026-08-29T21:10:34.478Z | [ omicron-package] slp 6:01.008923656 |
| 2989 | 2026-08-29T21:10:34.478Z | [ omicron-package] lat 45.411229034 |
| 2990 | 2026-08-29T21:10:34.478Z | [ omicron-package] stop 1:47.221902455 |
| 2991 | 2026-08-29T21:10:34.478Z | Aug 29 21:10:33.852 INFO [omicron-package] process exited with exit status: 0 (40.631266964s) |
| 2992 | 2026-08-29T21:10:34.478Z | Aug 29 21:10:33.852 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2993 | 2026-08-29T21:10:34.478Z | Aug 29 21:10:33.852 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2994 | 2026-08-29T21:10:34.485Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2995 | 2026-08-29T21:10:34.485Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2996 | 2026-08-29T21:10:34.488Z | [ host-target] Created new build target 'host' and set it as active |
| 2997 | 2026-08-29T21:10:34.488Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2998 | 2026-08-29T21:10:34.491Z | Aug 29 21:10:33.865 INFO [host-target] process exited with exit status: 0 (13.680495ms) |
| 2999 | 2026-08-29T21:10:34.491Z | Aug 29 21:10:33.866 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 3000 | 2026-08-29T21:10:34.491Z | Aug 29 21:10:33.866 INFO [recovery-target] process exited with exit status: 0 (13.835424ms) |
| 3001 | 2026-08-29T21:10:34.494Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3002 | 2026-08-29T21:10:34.851Z | [ helios-setup] Aug 29 21:10:34.228 INFO E| Compiling four-cc v0.4.0 |
| 3003 | 2026-08-29T21:10:34.851Z | [ helios-setup] Aug 29 21:10:34.228 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 3004 | 2026-08-29T21:10:34.950Z | [ helios-setup] Aug 29 21:10:34.326 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 3005 | 2026-08-29T21:10:36.167Z | [ host-package] Compiling heck v0.5.0 |
| 3006 | 2026-08-29T21:10:36.167Z | [ host-package] Compiling regress v0.11.1 |
| 3007 | 2026-08-29T21:10:36.170Z | [ host-package] Compiling unsafe-libyaml v0.2.11 |
| 3008 | 2026-08-29T21:10:36.452Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3009 | 2026-08-29T21:10:36.484Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3010 | 2026-08-29T21:10:36.487Z | [ host-package] Compiling bytecount v0.6.9 |
| 3011 | 2026-08-29T21:10:36.487Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3012 | 2026-08-29T21:10:36.487Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 3013 | 2026-08-29T21:10:36.487Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 3014 | 2026-08-29T21:10:36.598Z | [ host-package] Compiling prettyplease v0.2.37 |
| 3015 | 2026-08-29T21:10:36.601Z | [ host-package] Compiling newline-converter v0.3.0 |
| 3016 | 2026-08-29T21:10:36.601Z | [ host-package] Compiling console v0.15.11 |
| 3017 | 2026-08-29T21:10:36.619Z | [ host-package] Compiling oxide-update-engine-types v0.1.2 |
| 3018 | 2026-08-29T21:10:36.644Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 3019 | 2026-08-29T21:10:36.667Z | [ host-package] Compiling num-rational v0.4.2 |
| 3020 | 2026-08-29T21:10:36.714Z | [ host-package] Compiling num-complex v0.4.6 |
| 3021 | 2026-08-29T21:10:36.776Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3022 | 2026-08-29T21:10:36.803Z | [ host-package] Compiling match_cfg v0.1.0 |
| 3023 | 2026-08-29T21:10:36.824Z | [ host-package] Compiling compression-core v0.4.31 |
| 3024 | 2026-08-29T21:10:36.906Z | [ host-package] Compiling serde_yaml v0.9.34+deprecated |
| 3025 | 2026-08-29T21:10:36.956Z | [ host-package] Compiling compression-codecs v0.4.37 |
| 3026 | 2026-08-29T21:10:37.054Z | [ host-package] Compiling expectorate v1.2.0 |
| 3027 | 2026-08-29T21:10:37.057Z | [ host-package] Compiling hostname v0.3.1 |
| 3028 | 2026-08-29T21:10:37.225Z | [ host-package] Compiling num v0.4.3 |
| 3029 | 2026-08-29T21:10:37.259Z | [ host-package] Compiling multer v3.1.0 |
| 3030 | 2026-08-29T21:10:37.262Z | [ host-package] Compiling slog-json v2.6.1 |
| 3031 | 2026-08-29T21:10:37.323Z | [ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 3032 | 2026-08-29T21:10:37.355Z | [ host-package] Compiling serde_spanned v1.1.1 |
| 3033 | 2026-08-29T21:10:37.378Z | [ host-package] Compiling linear-map v1.2.0 |
| 3034 | 2026-08-29T21:10:37.406Z | [ host-package] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 3035 | 2026-08-29T21:10:37.429Z | [ host-package] Compiling float-ord v0.3.2 |
| 3036 | 2026-08-29T21:10:37.515Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 3037 | 2026-08-29T21:10:37.623Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3038 | 2026-08-29T21:10:37.646Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3039 | 2026-08-29T21:10:37.649Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3040 | 2026-08-29T21:10:37.649Z | [ host-package] Compiling toml v1.1.2+spec-1.1.0 |
| 3041 | 2026-08-29T21:10:37.722Z | [ host-package] Compiling async-compression v0.4.41 |
| 3042 | 2026-08-29T21:10:37.750Z | [ host-package] Compiling dropshot v0.17.1 |
| 3043 | 2026-08-29T21:10:37.813Z | [ host-package] Compiling async-stream v0.3.6 |
| 3044 | 2026-08-29T21:10:37.857Z | [ host-package] Compiling progenitor-client v0.14.0 |
| 3045 | 2026-08-29T21:10:37.887Z | [ host-package] Compiling oxide-update-engine v0.1.2 |
| 3046 | 2026-08-29T21:10:37.987Z | [ host-package] Compiling typify-impl v0.6.2 |
| 3047 | 2026-08-29T21:10:38.034Z | [ host-package] Compiling sha1 v0.11.0 |
| 3048 | 2026-08-29T21:10:38.058Z | [ host-package] Compiling oxide-generation v0.1.3 |
| 3049 | 2026-08-29T21:10:38.120Z | [ host-package] Compiling waitgroup v0.1.2 |
| 3050 | 2026-08-29T21:10:38.273Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 3051 | 2026-08-29T21:10:38.316Z | [ host-package] Compiling backon v1.6.0 |
| 3052 | 2026-08-29T21:10:38.345Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 3053 | 2026-08-29T21:10:38.422Z | [ host-package] Compiling hostname v0.4.2 |
| 3054 | 2026-08-29T21:10:38.489Z | [ host-package] Compiling instant v0.1.13 |
| 3055 | 2026-08-29T21:10:38.556Z | [ host-package] Compiling minimal-lexical v0.2.1 |
| 3056 | 2026-08-29T21:10:38.578Z | [ host-package] Compiling progenitor-extras v0.2.0 |
| 3057 | 2026-08-29T21:10:38.608Z | [ host-package] Compiling backoff v0.4.0 |
| 3058 | 2026-08-29T21:10:38.611Z | [ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3059 | 2026-08-29T21:10:38.675Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3060 | 2026-08-29T21:10:38.793Z | [ host-package] Compiling nom v7.1.3 |
| 3061 | 2026-08-29T21:10:38.837Z | [ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 3062 | 2026-08-29T21:10:38.861Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3063 | 2026-08-29T21:10:38.891Z | [ host-package] Compiling parse-display v0.10.0 |
| 3064 | 2026-08-29T21:10:38.924Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3065 | 2026-08-29T21:10:39.158Z | [ host-package] Compiling itertools v0.14.0 |
| 3066 | 2026-08-29T21:10:39.256Z | [ host-package] Compiling regress v0.10.5 |
| 3067 | 2026-08-29T21:10:39.633Z | [ host-package] Compiling macaddr v1.0.1 |
| 3068 | 2026-08-29T21:10:39.712Z | [ host-package] Compiling humantime v2.3.0 |
| 3069 | 2026-08-29T21:10:39.881Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 3070 | 2026-08-29T21:10:40.032Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3071 | 2026-08-29T21:10:40.090Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3072 | 2026-08-29T21:10:40.239Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3073 | 2026-08-29T21:10:40.373Z | [ host-package] Compiling papergrid v0.11.0 |
| 3074 | 2026-08-29T21:10:40.518Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 3075 | 2026-08-29T21:10:40.639Z | [ host-package] Compiling termtree v0.5.1 |
| 3076 | 2026-08-29T21:10:40.837Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3077 | 2026-08-29T21:10:40.868Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3078 | 2026-08-29T21:10:41.156Z | [ host-package] Compiling crossterm v0.29.0 |
| 3079 | 2026-08-29T21:10:41.211Z | [ host-package] Compiling phf_shared v0.12.1 |
| 3080 | 2026-08-29T21:10:41.422Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3081 | 2026-08-29T21:10:41.460Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3082 | 2026-08-29T21:10:41.538Z | [ host-package] Compiling tabled v0.15.0 |
| 3083 | 2026-08-29T21:10:41.630Z | [ host-package] Compiling typify-macro v0.6.2 |
| 3084 | 2026-08-29T21:10:41.658Z | [ host-package] Compiling vte v0.14.1 |
| 3085 | 2026-08-29T21:10:41.988Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3086 | 2026-08-29T21:10:42.046Z | [ host-package] Compiling csv-core v0.1.13 |
| 3087 | 2026-08-29T21:10:42.567Z | [ host-package] Compiling highway v1.3.0 |
| 3088 | 2026-08-29T21:10:42.624Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 3089 | 2026-08-29T21:10:42.673Z | [ host-package] Compiling csv v1.4.0 |
| 3090 | 2026-08-29T21:10:42.971Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3091 | 2026-08-29T21:10:43.278Z | [ host-package] Compiling typify v0.6.2 |
| 3092 | 2026-08-29T21:10:43.496Z | [ host-package] Compiling progenitor-impl v0.14.0 |
| 3093 | 2026-08-29T21:10:43.688Z | [ host-package] Compiling strip-ansi-escapes v0.2.1 |
| 3094 | 2026-08-29T21:10:43.731Z | [ host-package] Compiling phf v0.12.1 |
| 3095 | 2026-08-29T21:10:43.949Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3096 | 2026-08-29T21:10:44.012Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 3097 | 2026-08-29T21:10:44.062Z | [ host-package] Compiling fd-lock v4.0.4 |
| 3098 | 2026-08-29T21:10:44.321Z | [ host-package] Compiling peg-macros v0.8.5 |
| 3099 | 2026-08-29T21:10:44.378Z | [ host-package] Compiling nu-ansi-term v0.50.3 |
| 3100 | 2026-08-29T21:10:44.835Z | [ host-package] Compiling const_format v0.2.35 |
| 3101 | 2026-08-29T21:10:44.999Z | [ host-package] Compiling reedline v0.40.0 |
| 3102 | 2026-08-29T21:10:45.713Z | [ host-package] Compiling peg v0.8.5 |
| 3103 | 2026-08-29T21:10:45.915Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3104 | 2026-08-29T21:10:45.939Z | [ host-package] Compiling progenitor-macro v0.14.0 |
| 3105 | 2026-08-29T21:10:46.418Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3106 | 2026-08-29T21:10:46.790Z | [ host-package] Compiling bcs v0.1.6 |
| 3107 | 2026-08-29T21:10:47.134Z | [ host-package] Compiling nom v8.0.0 |
| 3108 | 2026-08-29T21:10:47.214Z | [ host-package] Compiling semver v0.1.20 |
| 3109 | 2026-08-29T21:10:47.334Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3110 | 2026-08-29T21:10:47.549Z | [ host-package] Compiling rustc_version v0.1.7 |
| 3111 | 2026-08-29T21:10:47.758Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3112 | 2026-08-29T21:10:47.793Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 3113 | 2026-08-29T21:10:48.118Z | [ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3114 | 2026-08-29T21:10:48.335Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3115 | 2026-08-29T21:10:48.527Z | [ host-package] Compiling steno v0.4.1 |
| 3116 | 2026-08-29T21:10:48.569Z | [ helios-setup] Aug 29 21:10:47.939 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 3117 | 2026-08-29T21:10:49.049Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3118 | 2026-08-29T21:10:49.130Z | [ host-package] Compiling dropshot-api-manager-types v0.8.0 |
| 3119 | 2026-08-29T21:10:49.239Z | [ host-package] Compiling sha1 v0.10.6 |
| 3120 | 2026-08-29T21:10:49.367Z | [ host-package] Compiling utf-8 v0.7.6 |
| 3121 | 2026-08-29T21:10:49.674Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3122 | 2026-08-29T21:10:49.842Z | [ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3123 | 2026-08-29T21:10:49.873Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3124 | 2026-08-29T21:10:49.876Z | [ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3125 | 2026-08-29T21:10:49.936Z | [ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3126 | 2026-08-29T21:10:49.981Z | [ host-package] Compiling tagptr v0.2.0 |
| 3127 | 2026-08-29T21:10:50.127Z | [ host-package] Compiling tungstenite v0.21.0 |
| 3128 | 2026-08-29T21:10:50.359Z | [ host-package] Compiling moka v0.12.13 |
| 3129 | 2026-08-29T21:10:50.662Z | [ host-package] Compiling progenitor v0.14.0 |
| 3130 | 2026-08-29T21:10:50.712Z | [ host-package] Compiling darling_core v0.21.3 |
| 3131 | 2026-08-29T21:10:50.880Z | [ host-package] Compiling display-error-chain v0.2.2 |
| 3132 | 2026-08-29T21:10:51.023Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3133 | 2026-08-29T21:10:51.212Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3134 | 2026-08-29T21:10:51.286Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3135 | 2026-08-29T21:10:51.313Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3136 | 2026-08-29T21:10:51.778Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3137 | 2026-08-29T21:10:51.806Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3138 | 2026-08-29T21:10:51.860Z | [ helios-setup] Aug 29 21:10:51.237 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3139 | 2026-08-29T21:10:52.595Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3140 | 2026-08-29T21:10:53.119Z | [ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3141 | 2026-08-29T21:10:53.148Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3142 | 2026-08-29T21:10:53.469Z | [ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3143 | 2026-08-29T21:10:55.575Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3144 | 2026-08-29T21:10:56.098Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3145 | 2026-08-29T21:10:57.002Z | [ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3146 | 2026-08-29T21:10:57.085Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3147 | 2026-08-29T21:10:57.177Z | [ host-package] Compiling darling_macro v0.21.3 |
| 3148 | 2026-08-29T21:10:57.780Z | [ host-package] Compiling vergen-lib v0.1.6 |
| 3149 | 2026-08-29T21:10:57.817Z | [ host-package] Compiling darling v0.21.3 |
| 3150 | 2026-08-29T21:10:57.966Z | [ host-package] Compiling diesel_derives v2.3.7 |
| 3151 | 2026-08-29T21:10:58.217Z | [ host-package] Compiling dsl_auto_type v0.2.0 |
| 3152 | 2026-08-29T21:10:58.519Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3153 | 2026-08-29T21:10:58.829Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3154 | 2026-08-29T21:10:58.939Z | [ host-package] Compiling diesel_table_macro_syntax v0.3.0 |
| 3155 | 2026-08-29T21:10:59.196Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3156 | 2026-08-29T21:10:59.256Z | [ host-package] Compiling maplit v1.0.2 |
| 3157 | 2026-08-29T21:10:59.504Z | [ host-package] Compiling glob v0.3.3 |
| 3158 | 2026-08-29T21:10:59.603Z | [ host-package] Compiling crunchy v0.2.4 |
| 3159 | 2026-08-29T21:10:59.811Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3160 | 2026-08-29T21:11:00.085Z | [ host-package] Compiling clang-sys v1.8.1 |
| 3161 | 2026-08-29T21:11:00.308Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3162 | 2026-08-29T21:11:00.499Z | [ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3163 | 2026-08-29T21:11:00.603Z | [ host-package] Compiling libscf-sys v1.2.0 |
| 3164 | 2026-08-29T21:11:00.673Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3165 | 2026-08-29T21:11:00.785Z | [ host-package] Compiling downcast-rs v2.0.2 |
| 3166 | 2026-08-29T21:11:00.809Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3167 | 2026-08-29T21:11:01.241Z | [ host-package] Compiling xshell v0.2.7 |
| 3168 | 2026-08-29T21:11:01.267Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3169 | 2026-08-29T21:11:01.515Z | [ host-package] Compiling term v0.7.0 |
| 3170 | 2026-08-29T21:11:02.187Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3171 | 2026-08-29T21:11:02.528Z | [ host-package] Compiling papergrid v0.18.0 |
| 3172 | 2026-08-29T21:11:02.728Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3173 | 2026-08-29T21:11:02.764Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3174 | 2026-08-29T21:11:02.985Z | [ host-package] Compiling bit-set v0.5.3 |
| 3175 | 2026-08-29T21:11:03.189Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3176 | 2026-08-29T21:11:03.290Z | [ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3177 | 2026-08-29T21:11:03.525Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3178 | 2026-08-29T21:11:03.669Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3179 | 2026-08-29T21:11:03.717Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3180 | 2026-08-29T21:11:03.874Z | [ host-package] Compiling tabled v0.21.0 |
| 3181 | 2026-08-29T21:11:04.005Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3182 | 2026-08-29T21:11:04.335Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3183 | 2026-08-29T21:11:04.380Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3184 | 2026-08-29T21:11:04.447Z | [ host-package] Compiling itertools v0.10.5 |
| 3185 | 2026-08-29T21:11:04.515Z | [ host-package] Compiling ena v0.14.4 |
| 3186 | 2026-08-29T21:11:04.752Z | [ helios-setup] Aug 29 21:11:04.129 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.22s |
| 3187 | 2026-08-29T21:11:04.781Z | [ host-package] Compiling diesel v2.3.7 |
| 3188 | 2026-08-29T21:11:04.789Z | [ helios-setup] Aug 29 21:11:04.165 INFO building project "amd-host-image-builder" ok (40 seconds) |
| 3189 | 2026-08-29T21:11:04.789Z | [ helios-setup] Aug 29 21:11:04.165 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 3190 | 2026-08-29T21:11:04.816Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3191 | 2026-08-29T21:11:04.851Z | [ host-package] Compiling libloading v0.8.9 |
| 3192 | 2026-08-29T21:11:05.048Z | [ host-package] Compiling diff v0.1.13 |
| 3193 | 2026-08-29T21:11:05.077Z | [ host-package] Compiling unicase v2.9.0 |
| 3194 | 2026-08-29T21:11:05.100Z | [ host-package] Compiling bindgen v0.71.1 |
| 3195 | 2026-08-29T21:11:05.322Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3196 | 2026-08-29T21:11:05.526Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3197 | 2026-08-29T21:11:05.766Z | [ host-package] Compiling cexpr v0.6.0 |
| 3198 | 2026-08-29T21:11:05.863Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3199 | 2026-08-29T21:11:05.885Z | [ host-package] Compiling rustc-hash v2.1.1 |
| 3200 | 2026-08-29T21:11:06.102Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3201 | 2026-08-29T21:11:06.207Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3202 | 2026-08-29T21:11:06.393Z | [ host-package] Compiling headers-core v0.3.0 |
| 3203 | 2026-08-29T21:11:06.456Z | [ host-package] Compiling libxml v0.3.3 |
| 3204 | 2026-08-29T21:11:06.515Z | [ host-package] Compiling crc8 v0.1.1 |
| 3205 | 2026-08-29T21:11:06.612Z | [ host-package] Compiling headers v0.4.1 |
| 3206 | 2026-08-29T21:11:06.729Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3207 | 2026-08-29T21:11:06.775Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3208 | 2026-08-29T21:11:06.979Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3209 | 2026-08-29T21:11:07.451Z | [ host-package] Compiling indoc v1.0.9 |
| 3210 | 2026-08-29T21:11:08.250Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3211 | 2026-08-29T21:11:08.346Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3212 | 2026-08-29T21:11:08.488Z | [ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3213 | 2026-08-29T21:11:08.514Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3214 | 2026-08-29T21:11:08.538Z | [ host-package] Compiling quick-xml v0.37.5 |
| 3215 | 2026-08-29T21:11:08.690Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3216 | 2026-08-29T21:11:08.904Z | [ host-package] Compiling impl-trait-for-tuples v0.2.3 |
| 3217 | 2026-08-29T21:11:09.311Z | [ host-package] Compiling openssl-probe v0.1.6 |
| 3218 | 2026-08-29T21:11:09.646Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3219 | 2026-08-29T21:11:09.778Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3220 | 2026-08-29T21:11:09.991Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3221 | 2026-08-29T21:11:10.167Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3222 | 2026-08-29T21:11:10.371Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3223 | 2026-08-29T21:11:10.417Z | [ host-package] Compiling bb8 v0.8.6 |
| 3224 | 2026-08-29T21:11:10.629Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3225 | 2026-08-29T21:11:10.704Z | [ host-package] Compiling half v1.8.3 |
| 3226 | 2026-08-29T21:11:11.002Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3227 | 2026-08-29T21:11:11.259Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3228 | 2026-08-29T21:11:11.341Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3229 | 2026-08-29T21:11:11.365Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3230 | 2026-08-29T21:11:11.580Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3231 | 2026-08-29T21:11:11.735Z | [ host-package] Compiling nonempty v0.12.0 |
| 3232 | 2026-08-29T21:11:12.007Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3233 | 2026-08-29T21:11:12.031Z | [ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3234 | 2026-08-29T21:11:12.321Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3235 | 2026-08-29T21:11:12.510Z | [ host-package] Compiling samael v0.0.19 |
| 3236 | 2026-08-29T21:11:12.643Z | [ host-package] Compiling fxhash v0.2.1 |
| 3237 | 2026-08-29T21:11:12.957Z | [ host-package] Compiling libz-sys v1.1.24 |
| 3238 | 2026-08-29T21:11:13.300Z | [ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3239 | 2026-08-29T21:11:13.642Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3240 | 2026-08-29T21:11:14.153Z | [ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3241 | 2026-08-29T21:11:14.178Z | [ host-package] Compiling kstat-rs v0.2.5 |
| 3242 | 2026-08-29T21:11:14.812Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3243 | 2026-08-29T21:11:14.969Z | [ host-package] Compiling dashu-int v0.5.1 |
| 3244 | 2026-08-29T21:11:15.151Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3245 | 2026-08-29T21:11:15.213Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3246 | 2026-08-29T21:11:15.239Z | [ host-package] Compiling polar-core v0.27.3 |
| 3247 | 2026-08-29T21:11:15.385Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3248 | 2026-08-29T21:11:15.747Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3249 | 2026-08-29T21:11:16.438Z | [ host-package] Compiling ssh-encoding v0.2.0 |
| 3250 | 2026-08-29T21:11:16.539Z | [ host-package] Compiling nanorand v0.7.0 |
| 3251 | 2026-08-29T21:11:16.730Z | [ host-package] Compiling libgit2-sys v0.18.3+1.9.2 |
| 3252 | 2026-08-29T21:11:17.108Z | [ host-package] Compiling rlimit v0.10.2 |
| 3253 | 2026-08-29T21:11:17.202Z | [ host-package] Compiling num-modular v0.6.5 |
| 3254 | 2026-08-29T21:11:17.306Z | [ host-package] Compiling dashu-base v0.5.1 |
| 3255 | 2026-08-29T21:11:17.412Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3256 | 2026-08-29T21:11:17.838Z | [ host-package] Compiling flume v0.11.1 |
| 3257 | 2026-08-29T21:11:17.860Z | [ host-package] Compiling ssh-cipher v0.2.0 |
| 3258 | 2026-08-29T21:11:18.165Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3259 | 2026-08-29T21:11:18.455Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3260 | 2026-08-29T21:11:18.658Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3261 | 2026-08-29T21:11:18.890Z | [ host-package] Compiling tungstenite v0.28.0 |
| 3262 | 2026-08-29T21:11:19.875Z | [ host-package] Compiling p256 v0.13.2 |
| 3263 | 2026-08-29T21:11:19.964Z | [ host-package] Compiling git-stub v1.0.0 |
| 3264 | 2026-08-29T21:11:20.279Z | [ host-package] Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 3265 | 2026-08-29T21:11:20.788Z | [ host-package] Compiling http-range v0.1.5 |
| 3266 | 2026-08-29T21:11:20.924Z | [ host-package] Compiling num-primitive v0.2.1 |
| 3267 | 2026-08-29T21:11:21.179Z | [ host-package] Compiling strsim v0.10.0 |
| 3268 | 2026-08-29T21:11:21.455Z | [ host-package] Compiling instability v0.3.11 |
| 3269 | 2026-08-29T21:11:21.556Z | [ host-package] Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965) |
| 3270 | 2026-08-29T21:11:21.693Z | [ host-package] Compiling dsi-bitstream v0.10.1 |
| 3271 | 2026-08-29T21:11:21.778Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3272 | 2026-08-29T21:11:22.080Z | [ host-package] Compiling darling_core v0.13.4 |
| 3273 | 2026-08-29T21:11:24.019Z | [ host-package] Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 3274 | 2026-08-29T21:11:24.959Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3275 | 2026-08-29T21:11:25.118Z | [ host-package] Compiling diesel-dtrace v0.5.0 |
| 3276 | 2026-08-29T21:11:25.282Z | [ host-package] Compiling oso v0.27.3 |
| 3277 | 2026-08-29T21:11:25.519Z | [ host-package] Compiling ssh-key v0.6.7 |
| 3278 | 2026-08-29T21:11:25.549Z | [ host-package] Compiling git-stub-vcs v0.1.0 |
| 3279 | 2026-08-29T21:11:26.048Z | [ host-package] Compiling tokio-tungstenite v0.28.0 |
| 3280 | 2026-08-29T21:11:27.065Z | [ helios-setup] Aug 29 21:11:26.441 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')" |
| 3281 | 2026-08-29T21:11:27.065Z | [ helios-setup] Aug 29 21:11:26.441 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 3282 | 2026-08-29T21:11:27.074Z | [ helios-setup] Aug 29 21:11:26.451 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)" |
| 3283 | 2026-08-29T21:11:27.074Z | [ helios-setup] Aug 29 21:11:26.451 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 3284 | 2026-08-29T21:11:27.078Z | [ helios-setup] Aug 29 21:11:26.451 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 3285 | 2026-08-29T21:11:27.187Z | [ helios-setup] Aug 29 21:11:26.563 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 3286 | 2026-08-29T21:11:27.287Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3287 | 2026-08-29T21:11:27.355Z | [ host-package] Compiling progenitor-impl v0.13.0 |
| 3288 | 2026-08-29T21:11:27.549Z | [ host-package] Compiling ignore v0.4.25 |
| 3289 | 2026-08-29T21:11:27.552Z | [ helios-setup] Aug 29 21:11:26.927 INFO E| From https://github.com/jclulow/hiercmd |
| 3290 | 2026-08-29T21:11:27.552Z | [ helios-setup] Aug 29 21:11:26.927 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 3291 | 2026-08-29T21:11:27.564Z | [ helios-setup] Aug 29 21:11:26.940 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 3292 | 2026-08-29T21:11:27.882Z | [ helios-setup] Aug 29 21:11:27.258 INFO E| From https://github.com/oxidecomputer/network-interface |
| 3293 | 2026-08-29T21:11:27.882Z | [ helios-setup] Aug 29 21:11:27.258 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 3294 | 2026-08-29T21:11:27.895Z | [ helios-setup] Aug 29 21:11:27.272 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 3295 | 2026-08-29T21:11:27.970Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 3296 | 2026-08-29T21:11:28.232Z | [ helios-setup] Aug 29 21:11:27.609 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 3297 | 2026-08-29T21:11:28.232Z | [ helios-setup] Aug 29 21:11:27.609 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 3298 | 2026-08-29T21:11:28.251Z | [ helios-setup] Aug 29 21:11:27.627 INFO E| Updating crates.io index |
| 3299 | 2026-08-29T21:11:28.584Z | [ helios-setup] Aug 29 21:11:27.960 INFO E| Downloading crates ... |
| 3300 | 2026-08-29T21:11:28.641Z | [ helios-setup] Aug 29 21:11:28.018 INFO E| Downloaded bitfield-macros v0.19.3 |
| 3301 | 2026-08-29T21:11:28.650Z | [ helios-setup] Aug 29 21:11:28.026 INFO E| Downloaded pin-project-lite v0.2.16 |
| 3302 | 2026-08-29T21:11:28.654Z | [ helios-setup] Aug 29 21:11:28.030 INFO E| Downloaded iddqd v0.3.14 |
| 3303 | 2026-08-29T21:11:28.659Z | [ helios-setup] Aug 29 21:11:28.035 INFO E| Downloaded term v1.2.0 |
| 3304 | 2026-08-29T21:11:28.671Z | [ helios-setup] Aug 29 21:11:28.047 INFO E| Downloaded winnow v0.7.13 |
| 3305 | 2026-08-29T21:11:28.700Z | [ helios-setup] Aug 29 21:11:28.076 INFO E| Downloaded futures-sink v0.3.31 |
| 3306 | 2026-08-29T21:11:28.706Z | [ helios-setup] Aug 29 21:11:28.083 INFO E| Downloaded iana-time-zone v0.1.64 |
| 3307 | 2026-08-29T21:11:28.714Z | [ helios-setup] Aug 29 21:11:28.091 INFO E| Downloaded crc v3.3.0 |
| 3308 | 2026-08-29T21:11:28.718Z | [ helios-setup] Aug 29 21:11:28.095 INFO E| Downloaded anyhow v1.0.100 |
| 3309 | 2026-08-29T21:11:28.721Z | [ helios-setup] Aug 29 21:11:28.097 INFO E| Downloaded devinfo v0.1.0 |
| 3310 | 2026-08-29T21:11:28.726Z | [ helios-setup] Aug 29 21:11:28.102 INFO E| Downloaded base64ct v1.8.0 |
| 3311 | 2026-08-29T21:11:28.729Z | [ helios-setup] Aug 29 21:11:28.104 INFO E| Downloaded quote v1.0.41 |
| 3312 | 2026-08-29T21:11:28.729Z | [ helios-setup] Aug 29 21:11:28.105 INFO E| Downloaded futures-executor v0.3.31 |
| 3313 | 2026-08-29T21:11:28.745Z | [ helios-setup] Aug 29 21:11:28.106 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 3314 | 2026-08-29T21:11:28.745Z | [ helios-setup] Aug 29 21:11:28.107 INFO E| Downloaded clap v4.5.51 |
| 3315 | 2026-08-29T21:11:28.746Z | [ helios-setup] Aug 29 21:11:28.113 INFO E| Downloaded time-core v0.1.6 |
| 3316 | 2026-08-29T21:11:28.746Z | [ helios-setup] Aug 29 21:11:28.113 INFO E| Downloaded zeroize_derive v1.4.2 |
| 3317 | 2026-08-29T21:11:28.746Z | [ helios-setup] Aug 29 21:11:28.114 INFO E| Downloaded anstyle-query v1.1.4 |
| 3318 | 2026-08-29T21:11:28.746Z | [ helios-setup] Aug 29 21:11:28.116 INFO E| Downloaded futures-io v0.3.31 |
| 3319 | 2026-08-29T21:11:28.749Z | [ helios-setup] Aug 29 21:11:28.123 INFO E| Downloaded simd-adler32 v0.3.7 |
| 3320 | 2026-08-29T21:11:28.749Z | [ helios-setup] Aug 29 21:11:28.124 INFO E| Downloaded serde_spanned v1.0.3 |
| 3321 | 2026-08-29T21:11:28.754Z | [ helios-setup] Aug 29 21:11:28.131 INFO E| Downloaded typenum v1.19.0 |
| 3322 | 2026-08-29T21:11:28.757Z | [ helios-setup] Aug 29 21:11:28.133 INFO E| Downloaded generic-array v0.14.9 |
| 3323 | 2026-08-29T21:11:28.761Z | [ helios-setup] Aug 29 21:11:28.134 INFO E| Downloaded futures-channel v0.3.31 |
| 3324 | 2026-08-29T21:11:28.764Z | [ helios-setup] Aug 29 21:11:28.136 INFO E| Downloaded getrandom v0.2.16 |
| 3325 | 2026-08-29T21:11:28.764Z | [ helios-setup] Aug 29 21:11:28.140 INFO E| Downloaded clap_lex v0.7.6 |
| 3326 | 2026-08-29T21:11:28.770Z | [ helios-setup] Aug 29 21:11:28.147 INFO E| Downloaded futures-core v0.3.31 |
| 3327 | 2026-08-29T21:11:28.773Z | [ helios-setup] Aug 29 21:11:28.149 INFO E| Downloaded futures-task v0.3.31 |
| 3328 | 2026-08-29T21:11:28.773Z | [ helios-setup] Aug 29 21:11:28.150 INFO E| Downloaded pin-utils v0.1.0 |
| 3329 | 2026-08-29T21:11:28.776Z | [ helios-setup] Aug 29 21:11:28.151 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 3330 | 2026-08-29T21:11:28.776Z | [ helios-setup] Aug 29 21:11:28.151 INFO E| Downloaded futures-macro v0.3.31 |
| 3331 | 2026-08-29T21:11:28.795Z | [ helios-setup] Aug 29 21:11:28.171 INFO E| Downloaded bitfield v0.19.3 |
| 3332 | 2026-08-29T21:11:28.797Z | [ helios-setup] Aug 29 21:11:28.172 INFO E| Downloaded env_filter v0.1.4 |
| 3333 | 2026-08-29T21:11:28.798Z | [ helios-setup] Aug 29 21:11:28.173 INFO E| Downloaded num_enum v0.7.5 |
| 3334 | 2026-08-29T21:11:28.801Z | [ helios-setup] Aug 29 21:11:28.177 INFO E| Downloaded deranged v0.5.5 |
| 3335 | 2026-08-29T21:11:28.803Z | [ helios-setup] Aug 29 21:11:28.178 INFO E| Downloaded zeroize v1.8.2 |
| 3336 | 2026-08-29T21:11:28.803Z | [ helios-setup] Aug 29 21:11:28.179 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 3337 | 2026-08-29T21:11:28.803Z | [ helios-setup] Aug 29 21:11:28.180 INFO E| Downloaded time-macros v0.2.24 |
| 3338 | 2026-08-29T21:11:28.806Z | [ helios-setup] Aug 29 21:11:28.183 INFO E| Downloaded socket2 v0.6.1 |
| 3339 | 2026-08-29T21:11:28.811Z | [ helios-setup] Aug 29 21:11:28.187 INFO E| Downloaded tokio-macros v2.6.0 |
| 3340 | 2026-08-29T21:11:28.815Z | [ helios-setup] Aug 29 21:11:28.192 INFO E| Downloaded toml_datetime v0.7.3 |
| 3341 | 2026-08-29T21:11:28.818Z | [ helios-setup] Aug 29 21:11:28.193 INFO E| Downloaded toml_writer v1.0.4 |
| 3342 | 2026-08-29T21:11:28.821Z | [ helios-setup] Aug 29 21:11:28.198 INFO E| Downloaded anstyle v1.0.13 |
| 3343 | 2026-08-29T21:11:28.824Z | [ helios-setup] Aug 29 21:11:28.199 INFO E| Downloaded num_enum_derive v0.7.5 |
| 3344 | 2026-08-29T21:11:28.825Z | [ helios-setup] Aug 29 21:11:28.200 INFO E| Downloaded thiserror v2.0.17 |
| 3345 | 2026-08-29T21:11:28.827Z | [ helios-setup] Aug 29 21:11:28.203 INFO E| Downloaded clap_derive v4.5.49 |
| 3346 | 2026-08-29T21:11:28.830Z | [ helios-setup] Aug 29 21:11:28.205 INFO E| Downloaded getopts v0.2.24 |
| 3347 | 2026-08-29T21:11:28.830Z | [ helios-setup] Aug 29 21:11:28.206 INFO E| Downloaded slab v0.4.11 |
| 3348 | 2026-08-29T21:11:28.842Z | [ helios-setup] Aug 29 21:11:28.218 INFO E| Downloaded thiserror-impl v2.0.17 |
| 3349 | 2026-08-29T21:11:28.845Z | [ helios-setup] Aug 29 21:11:28.219 INFO E| Downloaded unicode-ident v1.0.22 |
| 3350 | 2026-08-29T21:11:28.848Z | [ helios-setup] Aug 29 21:11:28.224 INFO E| Downloaded env_logger v0.11.8 |
| 3351 | 2026-08-29T21:11:28.851Z | [ helios-setup] Aug 29 21:11:28.227 INFO E| Downloaded futures v0.3.31 |
| 3352 | 2026-08-29T21:11:28.857Z | [ helios-setup] Aug 29 21:11:28.233 INFO E| Downloaded proc-macro2 v1.0.103 |
| 3353 | 2026-08-29T21:11:28.867Z | [ helios-setup] Aug 29 21:11:28.244 INFO E| Downloaded log v0.4.28 |
| 3354 | 2026-08-29T21:11:28.870Z | [ helios-setup] Aug 29 21:11:28.246 INFO E| Downloaded toml_parser v1.0.4 |
| 3355 | 2026-08-29T21:11:28.880Z | [ helios-setup] Aug 29 21:11:28.257 INFO E| Downloaded uuid v1.18.1 |
| 3356 | 2026-08-29T21:11:28.883Z | [ helios-setup] Aug 29 21:11:28.260 INFO E| Downloaded bitflags v2.10.0 |
| 3357 | 2026-08-29T21:11:28.886Z | [ helios-setup] Aug 29 21:11:28.262 INFO E| Downloaded flate2 v1.1.5 |
| 3358 | 2026-08-29T21:11:28.889Z | [ helios-setup] Aug 29 21:11:28.266 INFO E| Downloaded toml v0.9.8 |
| 3359 | 2026-08-29T21:11:28.900Z | [ helios-setup] Aug 29 21:11:28.277 INFO E| Downloaded toml_edit v0.23.7 |
| 3360 | 2026-08-29T21:11:28.903Z | [ helios-setup] Aug 29 21:11:28.279 INFO E| Downloaded rand v0.8.5 |
| 3361 | 2026-08-29T21:11:28.911Z | [ helios-setup] Aug 29 21:11:28.287 INFO E| Downloaded indexmap v2.12.0 |
| 3362 | 2026-08-29T21:11:28.914Z | [ helios-setup] Aug 29 21:11:28.290 INFO E| Downloaded bytes v1.10.1 |
| 3363 | 2026-08-29T21:11:28.925Z | [ helios-setup] Aug 29 21:11:28.301 INFO E| Downloaded mio v1.1.0 |
| 3364 | 2026-08-29T21:11:28.929Z | [ helios-setup] Aug 29 21:11:28.305 INFO E| Downloaded zerocopy-derive v0.8.27 |
| 3365 | 2026-08-29T21:11:28.934Z | [ helios-setup] Aug 29 21:11:28.310 INFO E| Downloaded cc v1.2.44 |
| 3366 | 2026-08-29T21:11:28.937Z | [ helios-setup] Aug 29 21:11:28.312 INFO E| Downloaded memchr v2.7.6 |
| 3367 | 2026-08-29T21:11:28.939Z | [ helios-setup] Aug 29 21:11:28.315 INFO E| Downloaded rsa v0.9.8 |
| 3368 | 2026-08-29T21:11:28.962Z | [ helios-setup] Aug 29 21:11:28.339 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 3369 | 2026-08-29T21:11:28.965Z | [ helios-setup] Aug 29 21:11:28.342 INFO E| Downloaded hashbrown v0.16.0 |
| 3370 | 2026-08-29T21:11:28.968Z | [ helios-setup] Aug 29 21:11:28.345 INFO E| Downloaded futures-util v0.3.31 |
| 3371 | 2026-08-29T21:11:28.975Z | [ helios-setup] Aug 29 21:11:28.351 INFO E| Downloaded time v0.3.44 |
| 3372 | 2026-08-29T21:11:28.993Z | [ helios-setup] Aug 29 21:11:28.370 INFO E| Downloaded serde_json v1.0.145 |
| 3373 | 2026-08-29T21:11:28.997Z | [ helios-setup] Aug 29 21:11:28.374 INFO E| Downloaded libc v0.2.177 |
| 3374 | 2026-08-29T21:11:29.012Z | [ helios-setup] Aug 29 21:11:28.388 INFO E| Downloaded clap_builder v4.5.51 |
| 3375 | 2026-08-29T21:11:29.016Z | [ helios-setup] Aug 29 21:11:28.392 INFO E| Downloaded libm v0.2.15 |
| 3376 | 2026-08-29T21:11:29.022Z | [ helios-setup] Aug 29 21:11:28.399 INFO E| Downloaded zerocopy v0.8.27 |
| 3377 | 2026-08-29T21:11:29.035Z | [ helios-setup] Aug 29 21:11:28.412 INFO E| Downloaded chrono v0.4.42 |
| 3378 | 2026-08-29T21:11:29.039Z | [ helios-setup] Aug 29 21:11:28.416 INFO E| Downloaded unicode-width v0.2.2 |
| 3379 | 2026-08-29T21:11:29.042Z | [ helios-setup] Aug 29 21:11:28.419 INFO E| Downloaded syn v2.0.108 |
| 3380 | 2026-08-29T21:11:29.051Z | [ helios-setup] Aug 29 21:11:28.427 INFO E| Downloaded rustix v1.1.2 |
| 3381 | 2026-08-29T21:11:29.071Z | [ helios-setup] Aug 29 21:11:28.447 INFO E| Downloaded tokio v1.48.0 |
| 3382 | 2026-08-29T21:11:29.171Z | [ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling proc-macro2 v1.0.103 |
| 3383 | 2026-08-29T21:11:29.171Z | [ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling unicode-ident v1.0.22 |
| 3384 | 2026-08-29T21:11:29.171Z | [ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling quote v1.0.41 |
| 3385 | 2026-08-29T21:11:29.175Z | [ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling libc v0.2.177 |
| 3386 | 2026-08-29T21:11:29.175Z | [ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling serde_core v1.0.228 |
| 3387 | 2026-08-29T21:11:29.175Z | [ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling cfg-if v1.0.4 |
| 3388 | 2026-08-29T21:11:29.175Z | [ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling serde v1.0.228 |
| 3389 | 2026-08-29T21:11:29.175Z | [ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling version_check v0.9.5 |
| 3390 | 2026-08-29T21:11:29.175Z | [ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling autocfg v1.5.0 |
| 3391 | 2026-08-29T21:11:29.175Z | [ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling const-oid v0.9.6 |
| 3392 | 2026-08-29T21:11:29.175Z | [ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling typenum v1.19.0 |
| 3393 | 2026-08-29T21:11:29.175Z | [ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling libm v0.2.15 |
| 3394 | 2026-08-29T21:11:29.175Z | [ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling zerocopy v0.8.27 |
| 3395 | 2026-08-29T21:11:29.175Z | [ helios-setup] Aug 29 21:11:28.547 INFO E| Compiling rustversion v1.0.22 |
| 3396 | 2026-08-29T21:11:29.175Z | [ helios-setup] Aug 29 21:11:28.548 INFO E| Compiling smallvec v1.15.1 |
| 3397 | 2026-08-29T21:11:29.175Z | [ helios-setup] Aug 29 21:11:28.548 INFO E| Compiling base64ct v1.8.0 |
| 3398 | 2026-08-29T21:11:29.680Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3399 | 2026-08-29T21:11:29.689Z | [ helios-setup] Aug 29 21:11:29.065 INFO E| Compiling zeroize v1.8.2 |
| 3400 | 2026-08-29T21:11:29.818Z | [ helios-setup] Aug 29 21:11:29.195 INFO E| Compiling utf8parse v0.2.2 |
| 3401 | 2026-08-29T21:11:29.838Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3402 | 2026-08-29T21:11:29.853Z | [ helios-setup] Aug 29 21:11:29.229 INFO E| Compiling memchr v2.7.6 |
| 3403 | 2026-08-29T21:11:30.080Z | [ helios-setup] Aug 29 21:11:29.456 INFO E| Compiling num-traits v0.2.19 |
| 3404 | 2026-08-29T21:11:30.101Z | [ helios-setup] Aug 29 21:11:29.477 INFO E| Compiling hashbrown v0.16.0 |
| 3405 | 2026-08-29T21:11:30.153Z | [ helios-setup] Aug 29 21:11:29.529 INFO E| Compiling byteorder v1.5.0 |
| 3406 | 2026-08-29T21:11:30.282Z | [ helios-setup] Aug 29 21:11:29.658 INFO E| Compiling generic-array v0.14.9 |
| 3407 | 2026-08-29T21:11:30.418Z | [ helios-setup] Aug 29 21:11:29.795 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 3408 | 2026-08-29T21:11:30.554Z | [ helios-setup] Aug 29 21:11:29.930 INFO E| Compiling rustix v1.1.2 |
| 3409 | 2026-08-29T21:11:30.735Z | [ helios-setup] Aug 29 21:11:30.110 INFO E| Compiling winnow v0.7.13 |
| 3410 | 2026-08-29T21:11:30.739Z | [ helios-setup] Aug 29 21:11:30.116 INFO E| Compiling crc32fast v1.5.0 |
| 3411 | 2026-08-29T21:11:30.780Z | [ helios-setup] Aug 29 21:11:30.156 INFO E| Compiling flagset v0.4.7 |
| 3412 | 2026-08-29T21:11:30.974Z | [ helios-setup] Aug 29 21:11:30.351 INFO E| Compiling getrandom v0.2.16 |
| 3413 | 2026-08-29T21:11:31.056Z | [ helios-setup] Aug 29 21:11:30.432 INFO E| Compiling anyhow v1.0.100 |
| 3414 | 2026-08-29T21:11:31.079Z | [ helios-setup] Aug 29 21:11:30.455 INFO E| Compiling equivalent v1.0.2 |
| 3415 | 2026-08-29T21:11:31.185Z | [ helios-setup] Aug 29 21:11:30.561 INFO E| Compiling rand_core v0.6.4 |
| 3416 | 2026-08-29T21:11:31.322Z | [ helios-setup] Aug 29 21:11:30.698 INFO E| Compiling indexmap v2.12.0 |
| 3417 | 2026-08-29T21:11:31.329Z | [ helios-setup] Aug 29 21:11:30.706 INFO E| Compiling errno v0.3.14 |
| 3418 | 2026-08-29T21:11:31.381Z | [ helios-setup] Aug 29 21:11:30.757 INFO E| Compiling anstyle-parse v0.2.7 |
| 3419 | 2026-08-29T21:11:31.516Z | [ helios-setup] Aug 29 21:11:30.892 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 3420 | 2026-08-29T21:11:31.650Z | [ helios-setup] Aug 29 21:11:31.026 INFO E| Compiling toml_datetime v0.7.3 |
| 3421 | 2026-08-29T21:11:31.701Z | [ helios-setup] Aug 29 21:11:31.078 INFO E| Compiling allocator-api2 v0.2.21 |
| 3422 | 2026-08-29T21:11:31.712Z | [ helios-setup] Aug 29 21:11:31.088 INFO E| Compiling anstyle v1.0.13 |
| 3423 | 2026-08-29T21:11:31.769Z | [ helios-setup] Aug 29 21:11:31.145 INFO E| Compiling find-msvc-tools v0.1.4 |
| 3424 | 2026-08-29T21:11:31.784Z | [ helios-setup] Aug 29 21:11:31.160 INFO E| Compiling radium v0.7.0 |
| 3425 | 2026-08-29T21:11:31.823Z | [ helios-setup] Aug 29 21:11:31.199 INFO E| Compiling anstyle-query v1.1.4 |
| 3426 | 2026-08-29T21:11:32.012Z | [ helios-setup] Aug 29 21:11:31.388 INFO E| Compiling cpufeatures v0.2.17 |
| 3427 | 2026-08-29T21:11:32.027Z | [ helios-setup] Aug 29 21:11:31.403 INFO E| Compiling syn v1.0.109 |
| 3428 | 2026-08-29T21:11:32.049Z | [ helios-setup] Aug 29 21:11:31.425 INFO E| Compiling shlex v1.3.0 |
| 3429 | 2026-08-29T21:11:32.108Z | [ helios-setup] Aug 29 21:11:31.484 INFO E| Compiling colorchoice v1.0.4 |
| 3430 | 2026-08-29T21:11:32.127Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3431 | 2026-08-29T21:11:32.205Z | [ helios-setup] Aug 29 21:11:31.582 INFO E| Compiling anstream v0.6.21 |
| 3432 | 2026-08-29T21:11:32.269Z | [ helios-setup] Aug 29 21:11:31.645 INFO E| Compiling syn v2.0.108 |
| 3433 | 2026-08-29T21:11:32.444Z | [ helios-setup] Aug 29 21:11:31.820 INFO E| Compiling crypto-common v0.1.6 |
| 3434 | 2026-08-29T21:11:32.487Z | [ helios-setup] Aug 29 21:11:31.864 INFO E| Compiling block-buffer v0.10.4 |
| 3435 | 2026-08-29T21:11:32.528Z | [ helios-setup] Aug 29 21:11:31.905 INFO E| Compiling slog v2.8.2 |
| 3436 | 2026-08-29T21:11:32.568Z | [ helios-setup] Aug 29 21:11:31.945 INFO E| Compiling cc v1.2.44 |
| 3437 | 2026-08-29T21:11:32.708Z | [ helios-setup] Aug 29 21:11:32.085 INFO E| Compiling digest v0.10.7 |
| 3438 | 2026-08-29T21:11:32.708Z | [ helios-setup] Aug 29 21:11:32.085 INFO E| Compiling futures-core v0.3.31 |
| 3439 | 2026-08-29T21:11:32.789Z | [ helios-setup] Aug 29 21:11:32.165 INFO E| Compiling maybe-uninit v2.0.0 |
| 3440 | 2026-08-29T21:11:32.852Z | [ helios-setup] Aug 29 21:11:32.229 INFO E| Compiling futures-sink v0.3.31 |
| 3441 | 2026-08-29T21:11:32.907Z | [ helios-setup] Aug 29 21:11:32.284 INFO E| Compiling pin-project-lite v0.2.16 |
| 3442 | 2026-08-29T21:11:32.938Z | [ helios-setup] Aug 29 21:11:32.315 INFO E| Compiling parking_lot_core v0.9.12 |
| 3443 | 2026-08-29T21:11:32.969Z | [ helios-setup] Aug 29 21:11:32.345 INFO E| Compiling pkg-config v0.3.32 |
| 3444 | 2026-08-29T21:11:32.974Z | [ helios-setup] Aug 29 21:11:32.351 INFO E| Compiling unicode-width v0.2.2 |
| 3445 | 2026-08-29T21:11:32.982Z | [ helios-setup] Aug 29 21:11:32.359 INFO E| Compiling tap v1.0.1 |
| 3446 | 2026-08-29T21:11:33.193Z | [ helios-setup] Aug 29 21:11:32.569 INFO E| Compiling sha2 v0.10.9 |
| 3447 | 2026-08-29T21:11:33.297Z | [ helios-setup] Aug 29 21:11:32.673 INFO E| Compiling wyz v0.5.1 |
| 3448 | 2026-08-29T21:11:33.482Z | [ helios-setup] Aug 29 21:11:32.858 INFO E| Compiling futures-channel v0.3.31 |
| 3449 | 2026-08-29T21:11:33.565Z | [ host-package] Compiling anstyle-parse v0.2.7 |
| 3450 | 2026-08-29T21:11:33.708Z | [ helios-setup] Aug 29 21:11:33.084 INFO E| Compiling bitflags v2.10.0 |
| 3451 | 2026-08-29T21:11:33.882Z | [ helios-setup] Aug 29 21:11:33.258 INFO E| Compiling toml_parser v1.0.4 |
| 3452 | 2026-08-29T21:11:33.900Z | [ helios-setup] Aug 29 21:11:33.276 INFO E| Compiling getopts v0.2.24 |
| 3453 | 2026-08-29T21:11:33.959Z | [ helios-setup] Aug 29 21:11:33.334 INFO E| Compiling ahash v0.8.12 |
| 3454 | 2026-08-29T21:11:33.990Z | [ helios-setup] Aug 29 21:11:33.366 INFO E| Compiling strsim v0.11.1 |
| 3455 | 2026-08-29T21:11:34.037Z | [ helios-setup] Aug 29 21:11:33.412 INFO E| Compiling num-conv v0.1.0 |
| 3456 | 2026-08-29T21:11:34.079Z | [ host-package] Compiling castaway v0.2.4 |
| 3457 | 2026-08-29T21:11:34.320Z | [ helios-setup] Aug 29 21:11:33.696 INFO E| Compiling heck v0.5.0 |
| 3458 | 2026-08-29T21:11:34.324Z | [ host-package] Compiling vergen-git2 v9.1.0 |
| 3459 | 2026-08-29T21:11:34.369Z | [ helios-setup] Aug 29 21:11:33.746 INFO E| Compiling spin v0.9.8 |
| 3460 | 2026-08-29T21:11:34.398Z | [ helios-setup] Aug 29 21:11:33.773 INFO E| Compiling bytes v1.10.1 |
| 3461 | 2026-08-29T21:11:34.598Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 3462 | 2026-08-29T21:11:34.656Z | [ helios-setup] Aug 29 21:11:34.032 INFO E| Compiling num-integer v0.1.46 |
| 3463 | 2026-08-29T21:11:34.671Z | [ helios-setup] Aug 29 21:11:34.047 INFO E| Compiling powerfmt v0.2.0 |
| 3464 | 2026-08-29T21:11:34.706Z | [ helios-setup] Aug 29 21:11:34.081 INFO E| Compiling futures-task v0.3.31 |
| 3465 | 2026-08-29T21:11:34.720Z | [ helios-setup] Aug 29 21:11:34.096 INFO E| Compiling scopeguard v1.2.0 |
| 3466 | 2026-08-29T21:11:34.743Z | [ helios-setup] Aug 29 21:11:34.119 INFO E| Compiling toml_edit v0.23.7 |
| 3467 | 2026-08-29T21:11:34.836Z | [ host-package] Compiling http-range-header v0.4.2 |
| 3468 | 2026-08-29T21:11:34.858Z | [ helios-setup] Aug 29 21:11:34.234 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 3469 | 2026-08-29T21:11:34.858Z | [ helios-setup] Aug 29 21:11:34.234 INFO E| Compiling clap_lex v0.7.6 |
| 3470 | 2026-08-29T21:11:34.878Z | [ helios-setup] Aug 29 21:11:34.254 INFO E| Compiling funty v2.0.0 |
| 3471 | 2026-08-29T21:11:34.921Z | [ host-package] Compiling bytesize v2.7.0 |
| 3472 | 2026-08-29T21:11:34.946Z | [ helios-setup] Aug 29 21:11:34.322 INFO E| Compiling packed_struct v0.10.1 |
| 3473 | 2026-08-29T21:11:35.026Z | [ host-package] Compiling indoc v2.0.7 |
| 3474 | 2026-08-29T21:11:35.033Z | [ helios-setup] Aug 29 21:11:34.409 INFO E| Compiling futures-io v0.3.31 |
| 3475 | 2026-08-29T21:11:35.128Z | [ helios-setup] Aug 29 21:11:34.504 INFO E| Compiling thiserror v1.0.69 |
| 3476 | 2026-08-29T21:11:35.157Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3477 | 2026-08-29T21:11:35.206Z | [ helios-setup] Aug 29 21:11:34.578 INFO E| Compiling time-core v0.1.6 |
| 3478 | 2026-08-29T21:11:35.377Z | [ helios-setup] Aug 29 21:11:34.753 INFO E| Compiling itoa v1.0.15 |
| 3479 | 2026-08-29T21:11:35.384Z | [ helios-setup] Aug 29 21:11:34.760 INFO E| Compiling getrandom v0.3.4 |
| 3480 | 2026-08-29T21:11:35.589Z | [ helios-setup] Aug 29 21:11:34.964 INFO E| Compiling terminal_size v0.4.3 |
| 3481 | 2026-08-29T21:11:35.594Z | [ helios-setup] Aug 29 21:11:34.965 INFO E| Compiling num-bigint-dig v0.8.4 |
| 3482 | 2026-08-29T21:11:35.651Z | [ helios-setup] Aug 29 21:11:35.027 INFO E| Compiling pin-utils v0.1.0 |
| 3483 | 2026-08-29T21:11:35.718Z | [ helios-setup] Aug 29 21:11:35.094 INFO E| Compiling slab v0.4.11 |
| 3484 | 2026-08-29T21:11:35.777Z | [ helios-setup] Aug 29 21:11:35.153 INFO E| Compiling proc-macro-crate v3.4.0 |
| 3485 | 2026-08-29T21:11:35.848Z | [ helios-setup] Aug 29 21:11:35.224 INFO E| Compiling clap_builder v4.5.51 |
| 3486 | 2026-08-29T21:11:35.910Z | [ helios-setup] Aug 29 21:11:35.286 INFO E| Compiling time-macros v0.2.24 |
| 3487 | 2026-08-29T21:11:36.013Z | [ helios-setup] Aug 29 21:11:35.384 INFO E| Compiling bitvec v1.0.1 |
| 3488 | 2026-08-29T21:11:36.018Z | [ helios-setup] Aug 29 21:11:35.391 INFO E| Compiling num-iter v0.1.45 |
| 3489 | 2026-08-29T21:11:36.032Z | [ host-package] Compiling compact_str v0.8.1 |
| 3490 | 2026-08-29T21:11:36.120Z | [ helios-setup] Aug 29 21:11:35.497 INFO E| Compiling deranged v0.5.5 |
| 3491 | 2026-08-29T21:11:36.123Z | [ host-package] Compiling anstream v0.6.21 |
| 3492 | 2026-08-29T21:11:36.181Z | [ helios-setup] Aug 29 21:11:35.557 INFO E| Compiling lock_api v0.4.14 |
| 3493 | 2026-08-29T21:11:36.258Z | [ helios-setup] Aug 29 21:11:35.634 INFO E| Compiling lazy_static v1.5.0 |
| 3494 | 2026-08-29T21:11:36.371Z | [ helios-setup] Aug 29 21:11:35.747 INFO E| Compiling indexmap v1.9.3 |
| 3495 | 2026-08-29T21:11:36.394Z | [ helios-setup] Aug 29 21:11:35.770 INFO E| Compiling nodrop v0.1.14 |
| 3496 | 2026-08-29T21:11:36.439Z | [ helios-setup] Aug 29 21:11:35.816 INFO E| Compiling log v0.4.28 |
| 3497 | 2026-08-29T21:11:36.536Z | [ helios-setup] Aug 29 21:11:35.912 INFO E| Compiling iana-time-zone v0.1.64 |
| 3498 | 2026-08-29T21:11:36.744Z | [ helios-setup] Aug 29 21:11:36.121 INFO E| Compiling thiserror v2.0.17 |
| 3499 | 2026-08-29T21:11:36.781Z | [ helios-setup] Aug 29 21:11:36.157 INFO E| Compiling once_cell v1.21.3 |
| 3500 | 2026-08-29T21:11:36.898Z | [ helios-setup] Aug 29 21:11:36.274 INFO E| Compiling simd-adler32 v0.3.7 |
| 3501 | 2026-08-29T21:11:36.923Z | [ helios-setup] Aug 29 21:11:36.299 INFO E| Compiling crc-catalog v2.4.0 |
| 3502 | 2026-08-29T21:11:36.923Z | [ helios-setup] Aug 29 21:11:36.299 INFO E| Compiling adler2 v2.0.1 |
| 3503 | 2026-08-29T21:11:37.042Z | [ helios-setup] Aug 29 21:11:36.418 INFO E| Compiling serde_json v1.0.145 |
| 3504 | 2026-08-29T21:11:37.116Z | [ helios-setup] Aug 29 21:11:36.492 INFO E| Compiling crc v3.3.0 |
| 3505 | 2026-08-29T21:11:37.213Z | [ helios-setup] Aug 29 21:11:36.590 INFO E| Compiling miniz_oxide v0.8.9 |
| 3506 | 2026-08-29T21:11:37.347Z | [ helios-setup] Aug 29 21:11:36.723 INFO E| Compiling parking_lot v0.12.5 |
| 3507 | 2026-08-29T21:11:37.415Z | [ helios-setup] Aug 29 21:11:36.792 INFO E| Compiling chrono v0.4.42 |
| 3508 | 2026-08-29T21:11:37.424Z | [ host-package] Compiling progenitor-macro v0.13.0 |
| 3509 | 2026-08-29T21:11:37.501Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 3510 | 2026-08-29T21:11:37.511Z | [ helios-setup] Aug 29 21:11:36.887 INFO E| Compiling env_filter v0.1.4 |
| 3511 | 2026-08-29T21:11:37.536Z | [ host-package] Compiling globwalk v0.9.1 |
| 3512 | 2026-08-29T21:11:37.719Z | [ helios-setup] Aug 29 21:11:37.095 INFO E| Compiling array-init v0.0.4 |
| 3513 | 2026-08-29T21:11:37.805Z | [ helios-setup] Aug 29 21:11:37.181 INFO E| Compiling smallvec v0.6.14 |
| 3514 | 2026-08-29T21:11:38.151Z | [ helios-setup] Aug 29 21:11:37.526 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 3515 | 2026-08-29T21:11:38.171Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3516 | 2026-08-29T21:11:38.241Z | [ helios-setup] Aug 29 21:11:37.617 INFO E| Compiling serde_spanned v1.0.3 |
| 3517 | 2026-08-29T21:11:38.417Z | [ helios-setup] Aug 29 21:11:37.794 INFO E| Compiling time v0.3.44 |
| 3518 | 2026-08-29T21:11:38.611Z | [ helios-setup] Aug 29 21:11:37.987 INFO E| Compiling signature v2.2.0 |
| 3519 | 2026-08-29T21:11:38.714Z | [ helios-setup] Aug 29 21:11:38.090 INFO E| Compiling is-terminal v0.4.17 |
| 3520 | 2026-08-29T21:11:38.714Z | [ helios-setup] Aug 29 21:11:38.091 INFO E| Compiling socket2 v0.6.1 |
| 3521 | 2026-08-29T21:11:38.885Z | [ helios-setup] Aug 29 21:11:38.261 INFO E| Compiling signal-hook-registry v1.4.6 |
| 3522 | 2026-08-29T21:11:38.913Z | [ helios-setup] Aug 29 21:11:38.289 INFO E| Compiling mio v1.1.0 |
| 3523 | 2026-08-29T21:11:38.928Z | [ helios-setup] Aug 29 21:11:38.304 INFO E| Compiling thread_local v1.1.9 |
| 3524 | 2026-08-29T21:11:39.116Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3525 | 2026-08-29T21:11:39.300Z | [ helios-setup] Aug 29 21:11:38.676 INFO E| Compiling serde_derive v1.0.228 |
| 3526 | 2026-08-29T21:11:39.314Z | [ helios-setup] Aug 29 21:11:38.690 INFO E| Compiling zerocopy-derive v0.8.27 |
| 3527 | 2026-08-29T21:11:39.487Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3528 | 2026-08-29T21:11:39.537Z | [ helios-setup] Aug 29 21:11:38.912 INFO E| Compiling der_derive v0.7.3 |
| 3529 | 2026-08-29T21:11:39.555Z | [ helios-setup] Aug 29 21:11:38.931 INFO E| Compiling futures-macro v0.3.31 |
| 3530 | 2026-08-29T21:11:39.861Z | [ helios-setup] Aug 29 21:11:39.237 INFO E| Compiling thiserror-impl v1.0.69 |
| 3531 | 2026-08-29T21:11:40.091Z | [ helios-setup] Aug 29 21:11:39.467 INFO E| Compiling num_enum_derive v0.7.5 |
| 3532 | 2026-08-29T21:11:40.175Z | [ helios-setup] Aug 29 21:11:39.551 INFO E| Compiling clap_derive v4.5.49 |
| 3533 | 2026-08-29T21:11:40.203Z | [ helios-setup] Aug 29 21:11:39.579 INFO E| Compiling bitfield-macros v0.19.3 |
| 3534 | 2026-08-29T21:11:40.304Z | [ helios-setup] Aug 29 21:11:39.680 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3535 | 2026-08-29T21:11:40.432Z | [ helios-setup] Aug 29 21:11:39.808 INFO E| Compiling thiserror-impl v2.0.17 |
| 3536 | 2026-08-29T21:11:40.697Z | [ helios-setup] Aug 29 21:11:40.073 INFO E| Compiling tokio-macros v2.6.0 |
| 3537 | 2026-08-29T21:11:40.704Z | [ helios-setup] Aug 29 21:11:40.080 INFO E| Compiling winnow v0.5.40 |
| 3538 | 2026-08-29T21:11:40.832Z | [ host-package] Compiling darling_macro v0.13.4 |
| 3539 | 2026-08-29T21:11:41.564Z | [ helios-setup] Aug 29 21:11:40.940 INFO E| Compiling der v0.7.10 |
| 3540 | 2026-08-29T21:11:41.580Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3541 | 2026-08-29T21:11:41.756Z | [ helios-setup] Aug 29 21:11:41.132 INFO E| Compiling futures-util v0.3.31 |
| 3542 | 2026-08-29T21:11:41.771Z | [ helios-setup] Aug 29 21:11:41.147 INFO E| Compiling bitfield v0.19.3 |
| 3543 | 2026-08-29T21:11:41.983Z | [ helios-setup] Aug 29 21:11:41.359 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 3544 | 2026-08-29T21:11:42.178Z | [ helios-setup] Aug 29 21:11:41.554 INFO E| Compiling num_enum v0.7.5 |
| 3545 | 2026-08-29T21:11:42.205Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3546 | 2026-08-29T21:11:42.346Z | [ helios-setup] Aug 29 21:11:41.722 INFO E| Compiling hashbrown v0.12.3 |
| 3547 | 2026-08-29T21:11:42.423Z | [ helios-setup] Aug 29 21:11:41.799 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3548 | 2026-08-29T21:11:42.474Z | [ helios-setup] Aug 29 21:11:41.850 INFO E| Compiling ryu v1.0.20 |
| 3549 | 2026-08-29T21:11:42.513Z | [ helios-setup] Aug 29 21:11:41.889 INFO E| Compiling base64 v0.21.7 |
| 3550 | 2026-08-29T21:11:42.789Z | [ helios-setup] Aug 29 21:11:42.164 INFO E| Compiling zerocopy v0.6.6 |
| 3551 | 2026-08-29T21:11:42.890Z | [ helios-setup] Aug 29 21:11:42.247 INFO E| Compiling toml_writer v1.0.4 |
| 3552 | 2026-08-29T21:11:42.947Z | [ helios-setup] Aug 29 21:11:42.323 INFO E| Compiling term v1.2.0 |
| 3553 | 2026-08-29T21:11:42.971Z | [ helios-setup] Aug 29 21:11:42.347 INFO E| Compiling subtle v2.6.1 |
| 3554 | 2026-08-29T21:11:43.441Z | [ helios-setup] Aug 29 21:11:42.817 INFO E| Compiling toml v0.9.8 |
| 3555 | 2026-08-29T21:11:43.532Z | [ helios-setup] Aug 29 21:11:42.908 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3556 | 2026-08-29T21:11:43.706Z | [ helios-setup] Aug 29 21:11:43.082 INFO E| Compiling tokio v1.48.0 |
| 3557 | 2026-08-29T21:11:43.736Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3558 | 2026-08-29T21:11:43.787Z | [ helios-setup] Aug 29 21:11:43.162 INFO E| Compiling devinfo v0.1.0 |
| 3559 | 2026-08-29T21:11:43.838Z | [ helios-setup] Aug 29 21:11:43.214 INFO E| Compiling spki v0.7.3 |
| 3560 | 2026-08-29T21:11:43.869Z | [ helios-setup] Aug 29 21:11:43.245 INFO E| Compiling bzip2 v0.4.4 |
| 3561 | 2026-08-29T21:11:43.943Z | [ helios-setup] Aug 29 21:11:43.319 INFO E| Compiling flate2 v1.1.5 |
| 3562 | 2026-08-29T21:11:44.379Z | [ helios-setup] Aug 29 21:11:43.734 INFO E| Compiling pkcs8 v0.10.2 |
| 3563 | 2026-08-29T21:11:44.380Z | [ helios-setup] Aug 29 21:11:43.742 INFO E| Compiling clap v4.5.51 |
| 3564 | 2026-08-29T21:11:44.467Z | [ helios-setup] Aug 29 21:11:43.844 INFO E| Compiling x509-cert v0.2.5 |
| 3565 | 2026-08-29T21:11:44.629Z | [ helios-setup] Aug 29 21:11:44.005 INFO E| Compiling uuid v1.18.1 |
| 3566 | 2026-08-29T21:11:44.757Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3567 | 2026-08-29T21:11:44.843Z | [ helios-setup] Aug 29 21:11:44.219 INFO E| Compiling pkcs1 v0.7.5 |
| 3568 | 2026-08-29T21:11:45.009Z | [ helios-setup] Aug 29 21:11:44.384 INFO E| Compiling ppv-lite86 v0.2.21 |
| 3569 | 2026-08-29T21:11:45.196Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3570 | 2026-08-29T21:11:45.339Z | [ host-package] Compiling predicates-tree v1.0.13 |
| 3571 | 2026-08-29T21:11:45.487Z | [ helios-setup] Aug 29 21:11:44.863 INFO E| Compiling hashbrown v0.13.2 |
| 3572 | 2026-08-29T21:11:45.504Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3573 | 2026-08-29T21:11:45.507Z | [ helios-setup] Aug 29 21:11:44.882 INFO E| Compiling env_logger v0.11.8 |
| 3574 | 2026-08-29T21:11:45.622Z | [ helios-setup] Aug 29 21:11:44.998 INFO E| Compiling hex v0.4.3 |
| 3575 | 2026-08-29T21:11:45.706Z | [ helios-setup] Aug 29 21:11:45.082 INFO E| Compiling crc-any v2.5.0 |
| 3576 | 2026-08-29T21:11:45.765Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3577 | 2026-08-29T21:11:45.798Z | [ helios-setup] Aug 29 21:11:45.174 INFO E| Compiling rand_chacha v0.3.1 |
| 3578 | 2026-08-29T21:11:45.982Z | [ helios-setup] Aug 29 21:11:45.358 INFO E| Compiling foldhash v0.2.0 |
| 3579 | 2026-08-29T21:11:46.086Z | [ host-package] Compiling lru v0.12.5 |
| 3580 | 2026-08-29T21:11:46.154Z | [ helios-setup] Aug 29 21:11:45.530 INFO E| Compiling bitflags v1.3.2 |
| 3581 | 2026-08-29T21:11:46.243Z | [ helios-setup] Aug 29 21:11:45.619 INFO E| Compiling rand v0.8.5 |
| 3582 | 2026-08-29T21:11:46.312Z | [ host-package] Compiling git2 v0.20.4 |
| 3583 | 2026-08-29T21:11:46.313Z | [ helios-setup] Aug 29 21:11:45.689 INFO E| Compiling rustc-hash v2.1.1 |
| 3584 | 2026-08-29T21:11:46.486Z | [ host-package] Compiling progenitor-client v0.13.0 |
| 3585 | 2026-08-29T21:11:46.544Z | [ helios-setup] Aug 29 21:11:45.920 INFO E| Compiling erased-serde v0.3.31 |
| 3586 | 2026-08-29T21:11:46.616Z | [ helios-setup] Aug 29 21:11:45.992 INFO E| Compiling toml_datetime v0.6.11 |
| 3587 | 2026-08-29T21:11:46.690Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3588 | 2026-08-29T21:11:46.705Z | [ helios-setup] Aug 29 21:11:46.081 INFO E| Compiling serde_spanned v0.6.9 |
| 3589 | 2026-08-29T21:11:46.787Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3590 | 2026-08-29T21:11:46.843Z | [ helios-setup] Aug 29 21:11:46.219 INFO E| Compiling serde-hex v0.1.0 |
| 3591 | 2026-08-29T21:11:46.863Z | [ helios-setup] Aug 29 21:11:46.239 INFO E| Compiling futures-executor v0.3.31 |
| 3592 | 2026-08-29T21:11:46.987Z | [ helios-setup] Aug 29 21:11:46.363 INFO E| Compiling ron v0.8.1 |
| 3593 | 2026-08-29T21:11:47.040Z | [ host-package] Compiling cassowary v0.3.0 |
| 3594 | 2026-08-29T21:11:47.201Z | [ helios-setup] Aug 29 21:11:46.577 INFO E| Compiling futures v0.3.31 |
| 3595 | 2026-08-29T21:11:47.284Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3596 | 2026-08-29T21:11:47.350Z | [ helios-setup] Aug 29 21:11:46.726 INFO E| Compiling toml_edit v0.19.15 |
| 3597 | 2026-08-29T21:11:47.718Z | [ helios-setup] Aug 29 21:11:47.094 INFO E| Compiling object v0.30.4 |
| 3598 | 2026-08-29T21:11:47.762Z | [ helios-setup] Aug 29 21:11:47.138 INFO E| Compiling iddqd v0.3.14 |
| 3599 | 2026-08-29T21:11:47.791Z | [ host-package] Compiling ratatui v0.29.0 |
| 3600 | 2026-08-29T21:11:47.884Z | [ helios-setup] Aug 29 21:11:47.260 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3601 | 2026-08-29T21:11:47.890Z | [ helios-setup] Aug 29 21:11:47.267 INFO E| Compiling zip v0.6.6 |
| 3602 | 2026-08-29T21:11:47.932Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3603 | 2026-08-29T21:11:48.098Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3604 | 2026-08-29T21:11:48.261Z | [ host-package] Compiling camino-tempfile-ext v0.3.3 |
| 3605 | 2026-08-29T21:11:48.675Z | [ host-package] Compiling progenitor v0.13.0 |
| 3606 | 2026-08-29T21:11:48.780Z | [ helios-setup] Aug 29 21:11:48.156 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3607 | 2026-08-29T21:11:49.140Z | [ helios-setup] Aug 29 21:11:48.516 INFO E| Compiling slog-term v2.9.2 |
| 3608 | 2026-08-29T21:11:49.150Z | [ host-package] Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 3609 | 2026-08-29T21:11:49.237Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3610 | 2026-08-29T21:11:49.333Z | [ host-package] Compiling darling v0.13.4 |
| 3611 | 2026-08-29T21:11:49.336Z | [ helios-setup] Aug 29 21:11:48.711 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3612 | 2026-08-29T21:11:49.348Z | [ helios-setup] Aug 29 21:11:48.725 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3613 | 2026-08-29T21:11:49.661Z | [ helios-setup] Aug 29 21:11:49.035 INFO E| Compiling rsa v0.9.8 |
| 3614 | 2026-08-29T21:11:50.139Z | [ host-package] Compiling sled v0.34.7 |
| 3615 | 2026-08-29T21:11:50.244Z | [ helios-setup] Aug 29 21:11:49.620 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3616 | 2026-08-29T21:11:50.387Z | [ host-package] Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965) |
| 3617 | 2026-08-29T21:11:50.583Z | [ helios-setup] Aug 29 21:11:49.959 INFO E| Compiling path-slash v0.1.5 |
| 3618 | 2026-08-29T21:11:50.809Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3619 | 2026-08-29T21:11:51.157Z | [ helios-setup] Aug 29 21:11:50.532 INFO E| Compiling toml v0.7.8 |
| 3620 | 2026-08-29T21:11:52.279Z | [ helios-setup] Aug 29 21:11:51.655 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3621 | 2026-08-29T21:11:52.343Z | [ helios-setup] Aug 29 21:11:51.718 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3622 | 2026-08-29T21:11:54.495Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3623 | 2026-08-29T21:11:54.560Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3624 | 2026-08-29T21:11:55.476Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3625 | 2026-08-29T21:11:56.052Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3626 | 2026-08-29T21:11:56.384Z | [ host-package] Compiling pwd v1.4.0 |
| 3627 | 2026-08-29T21:11:56.822Z | [ host-package] Compiling lru v0.18.3 |
| 3628 | 2026-08-29T21:11:57.155Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3629 | 2026-08-29T21:11:58.137Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3630 | 2026-08-29T21:11:58.145Z | [ helios-setup] Aug 29 21:11:57.521 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3631 | 2026-08-29T21:11:58.474Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3632 | 2026-08-29T21:11:59.424Z | [ helios-setup] Aug 29 21:11:58.800 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3633 | 2026-08-29T21:11:59.558Z | [ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3634 | 2026-08-29T21:11:59.902Z | [ host-package] Compiling serde_with_macros v1.5.2 |
| 3635 | 2026-08-29T21:12:00.589Z | [ host-package] Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965) |
| 3636 | 2026-08-29T21:12:01.308Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3637 | 2026-08-29T21:12:01.497Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3638 | 2026-08-29T21:12:01.826Z | [ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3639 | 2026-08-29T21:12:02.177Z | [ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3640 | 2026-08-29T21:12:02.402Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3641 | 2026-08-29T21:12:02.745Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3642 | 2026-08-29T21:12:03.145Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3643 | 2026-08-29T21:12:03.446Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3644 | 2026-08-29T21:12:03.613Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3645 | 2026-08-29T21:12:03.724Z | [ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3646 | 2026-08-29T21:12:03.889Z | [ host-package] Compiling arc-swap v1.8.2 |
| 3647 | 2026-08-29T21:12:03.940Z | [ helios-setup] Aug 29 21:12:03.316 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3648 | 2026-08-29T21:12:03.961Z | [ host-package] Compiling void v1.0.2 |
| 3649 | 2026-08-29T21:12:04.163Z | [ host-package] Compiling lzss v0.8.2 |
| 3650 | 2026-08-29T21:12:04.207Z | [ host-package] Compiling slog-scope v4.4.1 |
| 3651 | 2026-08-29T21:12:04.573Z | [ host-package] Compiling serde_with v1.14.0 |
| 3652 | 2026-08-29T21:12:05.807Z | [ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3653 | 2026-08-29T21:12:06.743Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3654 | 2026-08-29T21:12:06.939Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3655 | 2026-08-29T21:12:07.014Z | [ host-package] Compiling scuffle v0.1.0 |
| 3656 | 2026-08-29T21:12:07.881Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3657 | 2026-08-29T21:12:08.011Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3658 | 2026-08-29T21:12:09.977Z | [ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3659 | 2026-08-29T21:12:09.977Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3660 | 2026-08-29T21:12:10.244Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3661 | 2026-08-29T21:12:10.820Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3662 | 2026-08-29T21:12:10.942Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3663 | 2026-08-29T21:12:11.261Z | [ host-package] Compiling nix v0.27.1 |
| 3664 | 2026-08-29T21:12:11.750Z | [ host-package] Compiling twox-hash v2.1.2 |
| 3665 | 2026-08-29T21:12:12.174Z | [ host-package] Compiling libsw-core v0.3.2 |
| 3666 | 2026-08-29T21:12:12.439Z | [ host-package] Compiling atty v0.2.14 |
| 3667 | 2026-08-29T21:12:12.493Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3668 | 2026-08-29T21:12:12.595Z | [ host-package] Compiling libsw v3.5.0 |
| 3669 | 2026-08-29T21:12:12.666Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3670 | 2026-08-29T21:12:12.856Z | [ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3671 | 2026-08-29T21:12:12.880Z | [ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3672 | 2026-08-29T21:12:13.006Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3673 | 2026-08-29T21:12:13.183Z | [ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3674 | 2026-08-29T21:12:14.492Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3675 | 2026-08-29T21:12:15.470Z | [ helios-setup] Aug 29 21:12:14.845 INFO E| Finished `release` profile [optimized] target(s) in 48.38s |
| 3676 | 2026-08-29T21:12:15.473Z | [ helios-setup] Aug 29 21:12:14.846 INFO E| Blocking waiting for file lock on package cache |
| 3677 | 2026-08-29T21:12:17.241Z | [ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3678 | 2026-08-29T21:12:17.554Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3679 | 2026-08-29T21:12:18.009Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3680 | 2026-08-29T21:12:18.157Z | [ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3681 | 2026-08-29T21:12:18.676Z | [ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3682 | 2026-08-29T21:12:18.719Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3683 | 2026-08-29T21:12:19.170Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3684 | 2026-08-29T21:12:19.778Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3685 | 2026-08-29T21:12:20.593Z | [ helios-setup] Aug 29 21:12:19.967 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3686 | 2026-08-29T21:12:20.593Z | [ helios-setup] Aug 29 21:12:19.967 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3687 | 2026-08-29T21:12:20.648Z | [ helios-setup] Aug 29 21:12:20.024 INFO building project "pilot" ok (53 seconds) |
| 3688 | 2026-08-29T21:12:20.648Z | [ helios-setup] Aug 29 21:12:20.024 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 3689 | 2026-08-29T21:12:20.657Z | [ helios-setup] Aug 29 21:12:20.033 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)" |
| 3690 | 2026-08-29T21:12:20.657Z | [ helios-setup] Aug 29 21:12:20.033 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 3691 | 2026-08-29T21:12:20.657Z | [ helios-setup] Aug 29 21:12:20.033 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 3692 | 2026-08-29T21:12:20.770Z | [ helios-setup] Aug 29 21:12:20.146 INFO E| Blocking waiting for file lock on package cache |
| 3693 | 2026-08-29T21:12:22.616Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3694 | 2026-08-29T21:12:24.237Z | [ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3695 | 2026-08-29T21:12:24.439Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3696 | 2026-08-29T21:12:24.923Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3697 | 2026-08-29T21:12:25.174Z | [ helios-setup] Aug 29 21:12:24.550 INFO E| Downloading crates ... |
| 3698 | 2026-08-29T21:12:25.215Z | [ helios-setup] Aug 29 21:12:24.591 INFO E| Downloaded serde_with_macros v3.12.0 |
| 3699 | 2026-08-29T21:12:25.220Z | [ helios-setup] Aug 29 21:12:24.596 INFO E| Downloaded anyhow v1.0.98 |
| 3700 | 2026-08-29T21:12:25.228Z | [ helios-setup] Aug 29 21:12:24.603 INFO E| Downloaded errno v0.3.12 |
| 3701 | 2026-08-29T21:12:25.230Z | [ helios-setup] Aug 29 21:12:24.605 INFO E| Downloaded time-core v0.1.4 |
| 3702 | 2026-08-29T21:12:25.237Z | [ helios-setup] Aug 29 21:12:24.613 INFO E| Downloaded deranged v0.4.0 |
| 3703 | 2026-08-29T21:12:25.240Z | [ helios-setup] Aug 29 21:12:24.615 INFO E| Downloaded tempfile v3.20.0 |
| 3704 | 2026-08-29T21:12:25.243Z | [ helios-setup] Aug 29 21:12:24.617 INFO E| Downloaded time-macros v0.2.22 |
| 3705 | 2026-08-29T21:12:25.251Z | [ helios-setup] Aug 29 21:12:24.627 INFO E| Downloaded iana-time-zone v0.1.63 |
| 3706 | 2026-08-29T21:12:25.254Z | [ helios-setup] Aug 29 21:12:24.629 INFO E| Downloaded bitflags v2.9.1 |
| 3707 | 2026-08-29T21:12:25.257Z | [ helios-setup] Aug 29 21:12:24.632 INFO E| Downloaded getrandom v0.3.3 |
| 3708 | 2026-08-29T21:12:25.264Z | [ helios-setup] Aug 29 21:12:24.640 INFO E| Downloaded indexmap v2.9.0 |
| 3709 | 2026-08-29T21:12:25.273Z | [ helios-setup] Aug 29 21:12:24.649 INFO E| Downloaded hashbrown v0.15.3 |
| 3710 | 2026-08-29T21:12:25.276Z | [ helios-setup] Aug 29 21:12:24.653 INFO E| Downloaded time v0.3.41 |
| 3711 | 2026-08-29T21:12:25.281Z | [ helios-setup] Aug 29 21:12:24.657 INFO E| Downloaded serde_with v3.12.0 |
| 3712 | 2026-08-29T21:12:25.286Z | [ helios-setup] Aug 29 21:12:24.662 INFO E| Downloaded chrono v0.4.41 |
| 3713 | 2026-08-29T21:12:25.292Z | [ helios-setup] Aug 29 21:12:24.669 INFO E| Downloaded rustix v1.0.7 |
| 3714 | 2026-08-29T21:12:25.362Z | [ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling proc-macro2 v1.0.95 |
| 3715 | 2026-08-29T21:12:25.362Z | [ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling unicode-ident v1.0.18 |
| 3716 | 2026-08-29T21:12:25.362Z | [ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling libc v0.2.172 |
| 3717 | 2026-08-29T21:12:25.365Z | [ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling ident_case v1.0.1 |
| 3718 | 2026-08-29T21:12:25.365Z | [ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling strsim v0.11.1 |
| 3719 | 2026-08-29T21:12:25.365Z | [ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling fnv v1.0.7 |
| 3720 | 2026-08-29T21:12:25.365Z | [ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling serde v1.0.219 |
| 3721 | 2026-08-29T21:12:25.365Z | [ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling rustix v1.0.7 |
| 3722 | 2026-08-29T21:12:25.365Z | [ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling getrandom v0.3.3 |
| 3723 | 2026-08-29T21:12:25.365Z | [ helios-setup] Aug 29 21:12:24.738 INFO E| Compiling anyhow v1.0.98 |
| 3724 | 2026-08-29T21:12:25.416Z | [ helios-setup] Aug 29 21:12:24.792 INFO E| Compiling bitflags v2.9.1 |
| 3725 | 2026-08-29T21:12:25.416Z | [ helios-setup] Aug 29 21:12:24.792 INFO E| Compiling serde_json v1.0.140 |
| 3726 | 2026-08-29T21:12:25.444Z | [ helios-setup] Aug 29 21:12:24.820 INFO E| Compiling thiserror v2.0.12 |
| 3727 | 2026-08-29T21:12:25.447Z | [ helios-setup] Aug 29 21:12:24.821 INFO E| Compiling cfg-if v1.0.0 |
| 3728 | 2026-08-29T21:12:25.447Z | [ helios-setup] Aug 29 21:12:24.821 INFO E| Compiling memchr v2.7.4 |
| 3729 | 2026-08-29T21:12:25.447Z | [ helios-setup] Aug 29 21:12:24.821 INFO E| Compiling once_cell v1.21.3 |
| 3730 | 2026-08-29T21:12:25.776Z | [ helios-setup] Aug 29 21:12:25.152 INFO E| Compiling ryu v1.0.20 |
| 3731 | 2026-08-29T21:12:25.832Z | [ helios-setup] Aug 29 21:12:25.208 INFO E| Compiling itoa v1.0.15 |
| 3732 | 2026-08-29T21:12:26.051Z | [ helios-setup] Aug 29 21:12:25.427 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 3733 | 2026-08-29T21:12:26.100Z | [ helios-setup] Aug 29 21:12:25.476 INFO E| Compiling fastrand v2.3.0 |
| 3734 | 2026-08-29T21:12:26.767Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3735 | 2026-08-29T21:12:26.917Z | [ helios-setup] Aug 29 21:12:26.292 INFO E| Compiling quote v1.0.40 |
| 3736 | 2026-08-29T21:12:26.972Z | [ helios-setup] Aug 29 21:12:26.347 INFO E| Compiling errno v0.3.12 |
| 3737 | 2026-08-29T21:12:27.003Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3738 | 2026-08-29T21:12:27.258Z | [ helios-setup] Aug 29 21:12:26.634 INFO E| Compiling syn v2.0.101 |
| 3739 | 2026-08-29T21:12:28.082Z | [ helios-setup] Aug 29 21:12:27.458 INFO E| Compiling tempfile v3.20.0 |
| 3740 | 2026-08-29T21:12:29.239Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3741 | 2026-08-29T21:12:29.935Z | [ helios-setup] Aug 29 21:12:29.311 INFO E| Compiling darling_core v0.20.11 |
| 3742 | 2026-08-29T21:12:30.950Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3743 | 2026-08-29T21:12:31.185Z | [ helios-setup] Aug 29 21:12:30.561 INFO E| Compiling serde_derive v1.0.219 |
| 3744 | 2026-08-29T21:12:31.185Z | [ helios-setup] Aug 29 21:12:30.561 INFO E| Compiling thiserror-impl v2.0.12 |
| 3745 | 2026-08-29T21:12:31.597Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3746 | 2026-08-29T21:12:31.961Z | [ helios-setup] Aug 29 21:12:31.337 INFO E| Compiling darling_macro v0.20.11 |
| 3747 | 2026-08-29T21:12:32.612Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3748 | 2026-08-29T21:12:32.733Z | [ helios-setup] Aug 29 21:12:32.109 INFO E| Compiling darling v0.20.11 |
| 3749 | 2026-08-29T21:12:32.827Z | [ helios-setup] Aug 29 21:12:32.202 INFO E| Compiling serde_with_macros v3.12.0 |
| 3750 | 2026-08-29T21:12:32.938Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3751 | 2026-08-29T21:12:32.981Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3752 | 2026-08-29T21:12:33.172Z | [ host-package] Compiling fatfs v0.3.6 |
| 3753 | 2026-08-29T21:12:33.519Z | [ host-package] Compiling yasna v0.5.2 |
| 3754 | 2026-08-29T21:12:34.036Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3755 | 2026-08-29T21:12:34.575Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3756 | 2026-08-29T21:12:34.746Z | [ host-package] Compiling rcgen v0.12.1 |
| 3757 | 2026-08-29T21:12:34.749Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3758 | 2026-08-29T21:12:35.206Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3759 | 2026-08-29T21:12:36.801Z | [ helios-setup] Aug 29 21:12:36.176 INFO E| Compiling serde_with v3.12.0 |
| 3760 | 2026-08-29T21:12:38.045Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3761 | 2026-08-29T21:12:38.117Z | [ host-package] Compiling oxide-update-engine-display v0.1.2 |
| 3762 | 2026-08-29T21:12:39.184Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3763 | 2026-08-29T21:12:39.428Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3764 | 2026-08-29T21:12:39.475Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3765 | 2026-08-29T21:12:39.568Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3766 | 2026-08-29T21:12:39.792Z | [ host-package] Compiling port-file v0.1.0 |
| 3767 | 2026-08-29T21:12:39.923Z | [ host-package] Compiling subprocess v0.2.15 |
| 3768 | 2026-08-29T21:12:40.101Z | [ host-package] Compiling rtoolbox v0.0.3 |
| 3769 | 2026-08-29T21:12:40.145Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3770 | 2026-08-29T21:12:40.513Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3771 | 2026-08-29T21:12:41.586Z | [ helios-setup] Aug 29 21:12:40.962 INFO E| Finished `release` profile [optimized] target(s) in 20.91s |
| 3772 | 2026-08-29T21:12:41.610Z | [ helios-setup] Aug 29 21:12:40.986 INFO building project "dmar-report" ok (20 seconds) |
| 3773 | 2026-08-29T21:12:41.610Z | [ helios-setup] Aug 29 21:12:40.986 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 3774 | 2026-08-29T21:12:41.620Z | [ helios-setup] Aug 29 21:12:40.996 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)" |
| 3775 | 2026-08-29T21:12:41.620Z | [ helios-setup] Aug 29 21:12:40.996 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 3776 | 2026-08-29T21:12:41.620Z | [ helios-setup] Aug 29 21:12:40.996 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 3777 | 2026-08-29T21:12:41.812Z | [ helios-setup] Aug 29 21:12:41.187 INFO E| Downloading crates ... |
| 3778 | 2026-08-29T21:12:41.855Z | [ helios-setup] Aug 29 21:12:41.230 INFO E| Downloaded adler2 v2.0.0 |
| 3779 | 2026-08-29T21:12:41.860Z | [ helios-setup] Aug 29 21:12:41.236 INFO E| Downloaded miniz_oxide v0.8.8 |
| 3780 | 2026-08-29T21:12:41.902Z | [ helios-setup] Aug 29 21:12:41.278 INFO E| Compiling adler2 v2.0.0 |
| 3781 | 2026-08-29T21:12:42.011Z | [ helios-setup] Aug 29 21:12:41.387 INFO E| Compiling miniz_oxide v0.8.8 |
| 3782 | 2026-08-29T21:12:42.311Z | [ host-package] Compiling rpassword v7.5.4 |
| 3783 | 2026-08-29T21:12:43.114Z | [ helios-setup] Aug 29 21:12:42.490 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 3784 | 2026-08-29T21:12:43.665Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3785 | 2026-08-29T21:12:43.698Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3786 | 2026-08-29T21:12:43.763Z | [ helios-setup] Aug 29 21:12:43.138 INFO E| Finished `release` profile [optimized] target(s) in 2.13s |
| 3787 | 2026-08-29T21:12:43.775Z | [ helios-setup] Aug 29 21:12:43.150 INFO building project "pinprick" ok (2 seconds) |
| 3788 | 2026-08-29T21:12:43.775Z | [ helios-setup] Aug 29 21:12:43.150 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 3789 | 2026-08-29T21:12:43.784Z | [ helios-setup] Aug 29 21:12:43.160 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)" |
| 3790 | 2026-08-29T21:12:43.784Z | [ helios-setup] Aug 29 21:12:43.160 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 3791 | 2026-08-29T21:12:43.784Z | [ helios-setup] Aug 29 21:12:43.160 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 3792 | 2026-08-29T21:12:43.894Z | [ helios-setup] Aug 29 21:12:43.269 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 3793 | 2026-08-29T21:12:43.944Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3794 | 2026-08-29T21:12:44.271Z | [ helios-setup] Aug 29 21:12:43.646 INFO E| From https://github.com/jclulow/rust-jmclib |
| 3795 | 2026-08-29T21:12:44.271Z | [ helios-setup] Aug 29 21:12:43.646 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 3796 | 2026-08-29T21:12:44.324Z | [ helios-setup] Aug 29 21:12:43.699 INFO E| Updating crates.io index |
| 3797 | 2026-08-29T21:12:44.374Z | [ helios-setup] Aug 29 21:12:43.749 INFO E| Downloading crates ... |
| 3798 | 2026-08-29T21:12:44.412Z | [ helios-setup] Aug 29 21:12:43.787 INFO E| Downloaded block-buffer v0.9.0 |
| 3799 | 2026-08-29T21:12:44.415Z | [ helios-setup] Aug 29 21:12:43.791 INFO E| Downloaded md-5 v0.9.1 |
| 3800 | 2026-08-29T21:12:44.422Z | [ helios-setup] Aug 29 21:12:43.798 INFO E| Downloaded toml v0.5.11 |
| 3801 | 2026-08-29T21:12:44.427Z | [ helios-setup] Aug 29 21:12:43.803 INFO E| Downloaded uuid v0.8.2 |
| 3802 | 2026-08-29T21:12:44.430Z | [ helios-setup] Aug 29 21:12:43.805 INFO E| Downloaded walkdir v2.3.3 |
| 3803 | 2026-08-29T21:12:44.434Z | [ helios-setup] Aug 29 21:12:43.808 INFO E| Downloaded glob v0.3.1 |
| 3804 | 2026-08-29T21:12:44.437Z | [ helios-setup] Aug 29 21:12:43.811 INFO E| Downloaded cpufeatures v0.2.9 |
| 3805 | 2026-08-29T21:12:44.440Z | [ helios-setup] Aug 29 21:12:43.816 INFO E| Downloaded digest v0.9.0 |
| 3806 | 2026-08-29T21:12:44.443Z | [ helios-setup] Aug 29 21:12:43.817 INFO E| Downloaded fastrand v2.0.0 |
| 3807 | 2026-08-29T21:12:44.443Z | [ helios-setup] Aug 29 21:12:43.818 INFO E| Downloaded errno v0.3.1 |
| 3808 | 2026-08-29T21:12:44.443Z | [ helios-setup] Aug 29 21:12:43.819 INFO E| Downloaded sha-1 v0.9.8 |
| 3809 | 2026-08-29T21:12:44.455Z | [ helios-setup] Aug 29 21:12:43.830 INFO E| Downloaded once_cell v1.18.0 |
| 3810 | 2026-08-29T21:12:44.459Z | [ helios-setup] Aug 29 21:12:43.832 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 3811 | 2026-08-29T21:12:44.462Z | [ helios-setup] Aug 29 21:12:43.838 INFO E| Downloaded quote v1.0.31 |
| 3812 | 2026-08-29T21:12:44.466Z | [ helios-setup] Aug 29 21:12:43.841 INFO E| Downloaded unicode-ident v1.0.11 |
| 3813 | 2026-08-29T21:12:44.472Z | [ helios-setup] Aug 29 21:12:43.842 INFO E| Downloaded anyhow v1.0.72 |
| 3814 | 2026-08-29T21:12:44.472Z | [ helios-setup] Aug 29 21:12:43.845 INFO E| Downloaded unicode-width v0.1.10 |
| 3815 | 2026-08-29T21:12:44.472Z | [ helios-setup] Aug 29 21:12:43.845 INFO E| Downloaded tempfile v3.7.0 |
| 3816 | 2026-08-29T21:12:44.476Z | [ helios-setup] Aug 29 21:12:43.852 INFO E| Downloaded getrandom v0.2.10 |
| 3817 | 2026-08-29T21:12:44.480Z | [ helios-setup] Aug 29 21:12:43.854 INFO E| Downloaded typenum v1.16.0 |
| 3818 | 2026-08-29T21:12:44.483Z | [ helios-setup] Aug 29 21:12:43.856 INFO E| Downloaded bitflags v2.3.3 |
| 3819 | 2026-08-29T21:12:44.483Z | [ helios-setup] Aug 29 21:12:43.857 INFO E| Downloaded proc-macro2 v1.0.66 |
| 3820 | 2026-08-29T21:12:44.486Z | [ helios-setup] Aug 29 21:12:43.859 INFO E| Downloaded serde v1.0.193 |
| 3821 | 2026-08-29T21:12:44.486Z | [ helios-setup] Aug 29 21:12:43.861 INFO E| Downloaded serde_derive v1.0.193 |
| 3822 | 2026-08-29T21:12:44.502Z | [ helios-setup] Aug 29 21:12:43.878 INFO E| Downloaded serde_json v1.0.103 |
| 3823 | 2026-08-29T21:12:44.536Z | [ helios-setup] Aug 29 21:12:43.912 INFO E| Downloaded syn v2.0.32 |
| 3824 | 2026-08-29T21:12:44.542Z | [ helios-setup] Aug 29 21:12:43.918 INFO E| Downloaded rustix v0.38.4 |
| 3825 | 2026-08-29T21:12:44.555Z | [ helios-setup] Aug 29 21:12:43.930 INFO E| Downloaded libc v0.2.147 |
| 3826 | 2026-08-29T21:12:44.677Z | [ helios-setup] Aug 29 21:12:44.052 INFO E| Compiling libc v0.2.147 |
| 3827 | 2026-08-29T21:12:44.680Z | [ helios-setup] Aug 29 21:12:44.055 INFO E| Compiling proc-macro2 v1.0.66 |
| 3828 | 2026-08-29T21:12:44.680Z | [ helios-setup] Aug 29 21:12:44.055 INFO E| Compiling unicode-ident v1.0.11 |
| 3829 | 2026-08-29T21:12:44.680Z | [ helios-setup] Aug 29 21:12:44.055 INFO E| Compiling cfg-if v1.0.0 |
| 3830 | 2026-08-29T21:12:44.681Z | [ helios-setup] Aug 29 21:12:44.055 INFO E| Compiling version_check v0.9.4 |
| 3831 | 2026-08-29T21:12:44.772Z | [ helios-setup] Aug 29 21:12:44.147 INFO E| Compiling typenum v1.16.0 |
| 3832 | 2026-08-29T21:12:44.772Z | [ helios-setup] Aug 29 21:12:44.147 INFO E| Compiling serde v1.0.193 |
| 3833 | 2026-08-29T21:12:44.772Z | [ helios-setup] Aug 29 21:12:44.147 INFO E| Compiling powerfmt v0.2.0 |
| 3834 | 2026-08-29T21:12:44.794Z | [ helios-setup] Aug 29 21:12:44.169 INFO E| Compiling num-conv v0.1.0 |
| 3835 | 2026-08-29T21:12:44.811Z | [ helios-setup] Aug 29 21:12:44.187 INFO E| Compiling rustix v0.38.4 |
| 3836 | 2026-08-29T21:12:44.831Z | [ helios-setup] Aug 29 21:12:44.207 INFO E| Compiling time-core v0.1.2 |
| 3837 | 2026-08-29T21:12:44.851Z | [ helios-setup] Aug 29 21:12:44.227 INFO E| Compiling itoa v1.0.9 |
| 3838 | 2026-08-29T21:12:44.855Z | [ helios-setup] Aug 29 21:12:44.229 INFO E| Compiling slog v2.7.0 |
| 3839 | 2026-08-29T21:12:44.855Z | [ helios-setup] Aug 29 21:12:44.229 INFO E| Compiling num_threads v0.1.6 |
| 3840 | 2026-08-29T21:12:44.855Z | [ helios-setup] Aug 29 21:12:44.229 INFO E| Compiling once_cell v1.18.0 |
| 3841 | 2026-08-29T21:12:44.855Z | [ helios-setup] Aug 29 21:12:44.229 INFO E| Compiling bitflags v2.3.3 |
| 3842 | 2026-08-29T21:12:45.111Z | [ helios-setup] Aug 29 21:12:44.486 INFO E| Compiling fastrand v2.0.0 |
| 3843 | 2026-08-29T21:12:45.282Z | [ helios-setup] Aug 29 21:12:44.658 INFO E| Compiling serde_json v1.0.103 |
| 3844 | 2026-08-29T21:12:45.374Z | [ helios-setup] Aug 29 21:12:44.749 INFO E| Compiling opaque-debug v0.3.0 |
| 3845 | 2026-08-29T21:12:45.377Z | [ helios-setup] Aug 29 21:12:44.750 INFO E| Compiling anyhow v1.0.72 |
| 3846 | 2026-08-29T21:12:45.479Z | [ helios-setup] Aug 29 21:12:44.855 INFO E| Compiling ryu v1.0.15 |
| 3847 | 2026-08-29T21:12:45.726Z | [ helios-setup] Aug 29 21:12:45.102 INFO E| Compiling time-macros v0.2.18 |
| 3848 | 2026-08-29T21:12:45.745Z | [ helios-setup] Aug 29 21:12:45.120 INFO E| Compiling thread_local v1.1.7 |
| 3849 | 2026-08-29T21:12:45.860Z | [ helios-setup] Aug 29 21:12:45.236 INFO E| Compiling deranged v0.3.11 |
| 3850 | 2026-08-29T21:12:45.868Z | [ helios-setup] Aug 29 21:12:45.244 INFO E| Compiling same-file v1.0.6 |
| 3851 | 2026-08-29T21:12:45.872Z | [ helios-setup] Aug 29 21:12:45.244 INFO E| Compiling unicode-width v0.1.10 |
| 3852 | 2026-08-29T21:12:45.913Z | [ helios-setup] Aug 29 21:12:45.274 INFO E| Compiling cpufeatures v0.2.9 |
| 3853 | 2026-08-29T21:12:45.982Z | [ helios-setup] Aug 29 21:12:45.358 INFO E| Compiling getopts v0.2.21 |
| 3854 | 2026-08-29T21:12:45.987Z | [ helios-setup] Aug 29 21:12:45.363 INFO E| Compiling generic-array v0.14.7 |
| 3855 | 2026-08-29T21:12:45.994Z | [ helios-setup] Aug 29 21:12:45.370 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 3856 | 2026-08-29T21:12:46.037Z | [ helios-setup] Aug 29 21:12:45.411 INFO E| Compiling glob v0.3.1 |
| 3857 | 2026-08-29T21:12:46.156Z | [ helios-setup] Aug 29 21:12:45.532 INFO E| Compiling walkdir v2.3.3 |
| 3858 | 2026-08-29T21:12:46.552Z | [ helios-setup] Aug 29 21:12:45.927 INFO E| Compiling quote v1.0.31 |
| 3859 | 2026-08-29T21:12:46.620Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3860 | 2026-08-29T21:12:46.679Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3861 | 2026-08-29T21:12:46.772Z | [ helios-setup] Aug 29 21:12:46.148 INFO E| Compiling dirs-sys-next v0.1.2 |
| 3862 | 2026-08-29T21:12:46.772Z | [ helios-setup] Aug 29 21:12:46.148 INFO E| Compiling errno v0.3.1 |
| 3863 | 2026-08-29T21:12:46.775Z | [ helios-setup] Aug 29 21:12:46.148 INFO E| Compiling atty v0.2.14 |
| 3864 | 2026-08-29T21:12:46.775Z | [ helios-setup] Aug 29 21:12:46.148 INFO E| Compiling getrandom v0.2.10 |
| 3865 | 2026-08-29T21:12:46.869Z | [ helios-setup] Aug 29 21:12:46.244 INFO E| Compiling syn v2.0.32 |
| 3866 | 2026-08-29T21:12:46.891Z | [ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3867 | 2026-08-29T21:12:46.978Z | [ helios-setup] Aug 29 21:12:46.354 INFO E| Compiling dirs-next v2.0.0 |
| 3868 | 2026-08-29T21:12:47.060Z | [ helios-setup] Aug 29 21:12:46.435 INFO E| Compiling term v0.7.0 |
| 3869 | 2026-08-29T21:12:47.227Z | [ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3870 | 2026-08-29T21:12:47.615Z | [ helios-setup] Aug 29 21:12:46.991 INFO E| Compiling tempfile v3.7.0 |
| 3871 | 2026-08-29T21:12:47.792Z | [ helios-setup] Aug 29 21:12:47.167 INFO E| Compiling digest v0.9.0 |
| 3872 | 2026-08-29T21:12:47.792Z | [ helios-setup] Aug 29 21:12:47.168 INFO E| Compiling block-buffer v0.9.0 |
| 3873 | 2026-08-29T21:12:47.820Z | [ helios-setup] Aug 29 21:12:47.196 INFO E| Compiling time v0.3.36 |
| 3874 | 2026-08-29T21:12:47.901Z | [ helios-setup] Aug 29 21:12:47.277 INFO E| Compiling sha-1 v0.9.8 |
| 3875 | 2026-08-29T21:12:47.901Z | [ helios-setup] Aug 29 21:12:47.277 INFO E| Compiling md-5 v0.9.1 |
| 3876 | 2026-08-29T21:12:48.894Z | [ helios-setup] Aug 29 21:12:48.270 INFO E| Compiling slog-term v2.9.0 |
| 3877 | 2026-08-29T21:12:48.977Z | [ helios-setup] Aug 29 21:12:48.353 INFO E| Compiling serde_derive v1.0.193 |
| 3878 | 2026-08-29T21:12:50.918Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3879 | 2026-08-29T21:12:51.663Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3880 | 2026-08-29T21:12:51.737Z | [ host-package] Compiling uzers v0.12.2 |
| 3881 | 2026-08-29T21:12:51.927Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3882 | 2026-08-29T21:12:52.227Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3883 | 2026-08-29T21:12:53.444Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3884 | 2026-08-29T21:12:53.521Z | [ helios-setup] Aug 29 21:12:52.896 INFO E| Compiling toml v0.5.11 |
| 3885 | 2026-08-29T21:12:53.521Z | [ helios-setup] Aug 29 21:12:52.896 INFO E| Compiling uuid v0.8.2 |
| 3886 | 2026-08-29T21:12:53.822Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3887 | 2026-08-29T21:12:53.877Z | [ host-package] Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy) |
| 3888 | 2026-08-29T21:12:54.302Z | [ helios-setup] Aug 29 21:12:53.677 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 3889 | 2026-08-29T21:12:55.057Z | [ helios-setup] Aug 29 21:12:54.433 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 3890 | 2026-08-29T21:12:55.869Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3891 | 2026-08-29T21:12:59.654Z | [ helios-setup] Aug 29 21:12:59.029 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.85s |
| 3892 | 2026-08-29T21:12:59.679Z | [ helios-setup] Aug 29 21:12:59.054 INFO building project "image-builder" ok (15 seconds) |
| 3893 | 2026-08-29T21:12:59.679Z | [ helios-setup] Aug 29 21:12:59.054 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 3894 | 2026-08-29T21:12:59.688Z | [ helios-setup] Aug 29 21:12:59.064 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)" |
| 3895 | 2026-08-29T21:12:59.688Z | [ helios-setup] Aug 29 21:12:59.064 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 3896 | 2026-08-29T21:12:59.688Z | [ helios-setup] Aug 29 21:12:59.064 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 3897 | 2026-08-29T21:12:59.807Z | [ helios-setup] Aug 29 21:12:59.183 INFO E| Downloading crates ... |
| 3898 | 2026-08-29T21:12:59.857Z | [ helios-setup] Aug 29 21:12:59.232 INFO E| Downloaded block-buffer v0.10.3 |
| 3899 | 2026-08-29T21:12:59.860Z | [ helios-setup] Aug 29 21:12:59.236 INFO E| Downloaded typenum v1.15.0 |
| 3900 | 2026-08-29T21:12:59.865Z | [ helios-setup] Aug 29 21:12:59.241 INFO E| Downloaded cpufeatures v0.2.5 |
| 3901 | 2026-08-29T21:12:59.868Z | [ helios-setup] Aug 29 21:12:59.241 INFO E| Downloaded generic-array v0.14.6 |
| 3902 | 2026-08-29T21:12:59.871Z | [ helios-setup] Aug 29 21:12:59.245 INFO E| Downloaded flate2 v1.0.25 |
| 3903 | 2026-08-29T21:12:59.873Z | [ helios-setup] Aug 29 21:12:59.248 INFO E| Downloaded miniz_oxide v0.6.2 |
| 3904 | 2026-08-29T21:12:59.873Z | [ helios-setup] Aug 29 21:12:59.249 INFO E| Downloaded digest v0.10.3 |
| 3905 | 2026-08-29T21:12:59.876Z | [ helios-setup] Aug 29 21:12:59.250 INFO E| Downloaded sha2 v0.10.5 |
| 3906 | 2026-08-29T21:12:59.876Z | [ helios-setup] Aug 29 21:12:59.251 INFO E| Downloaded anyhow v1.0.62 |
| 3907 | 2026-08-29T21:12:59.879Z | [ helios-setup] Aug 29 21:12:59.254 INFO E| Downloaded bytes v1.2.1 |
| 3908 | 2026-08-29T21:12:59.925Z | [ helios-setup] Aug 29 21:12:59.301 INFO E| Compiling typenum v1.15.0 |
| 3909 | 2026-08-29T21:12:59.925Z | [ helios-setup] Aug 29 21:12:59.301 INFO E| Compiling version_check v0.9.4 |
| 3910 | 2026-08-29T21:12:59.925Z | [ helios-setup] Aug 29 21:12:59.301 INFO E| Compiling cfg-if v1.0.0 |
| 3911 | 2026-08-29T21:12:59.925Z | [ helios-setup] Aug 29 21:12:59.301 INFO E| Compiling crc32fast v1.3.2 |
| 3912 | 2026-08-29T21:12:59.928Z | [ helios-setup] Aug 29 21:12:59.301 INFO E| Compiling adler v1.0.2 |
| 3913 | 2026-08-29T21:12:59.929Z | [ helios-setup] Aug 29 21:12:59.301 INFO E| Compiling anyhow v1.0.62 |
| 3914 | 2026-08-29T21:12:59.929Z | [ helios-setup] Aug 29 21:12:59.301 INFO E| Compiling unicode-width v0.1.10 |
| 3915 | 2026-08-29T21:13:00.003Z | [ helios-setup] Aug 29 21:12:59.379 INFO E| Compiling cpufeatures v0.2.5 |
| 3916 | 2026-08-29T21:13:00.003Z | [ helios-setup] Aug 29 21:12:59.379 INFO E| Compiling bytes v1.2.1 |
| 3917 | 2026-08-29T21:13:00.003Z | [ helios-setup] Aug 29 21:12:59.379 INFO E| Compiling bitflags v1.3.2 |
| 3918 | 2026-08-29T21:13:00.679Z | [ helios-setup] Aug 29 21:13:00.054 INFO E| Compiling getopts v0.2.21 |
| 3919 | 2026-08-29T21:13:00.682Z | [ helios-setup] Aug 29 21:13:00.055 INFO E| Compiling miniz_oxide v0.6.2 |
| 3920 | 2026-08-29T21:13:00.692Z | [ helios-setup] Aug 29 21:13:00.067 INFO E| Compiling generic-array v0.14.6 |
| 3921 | 2026-08-29T21:13:01.321Z | [ helios-setup] Aug 29 21:13:00.696 INFO E| Compiling flate2 v1.0.25 |
| 3922 | 2026-08-29T21:13:02.456Z | [ helios-setup] Aug 29 21:13:01.830 INFO E| Compiling block-buffer v0.10.3 |
| 3923 | 2026-08-29T21:13:02.456Z | [ helios-setup] Aug 29 21:13:01.830 INFO E| Compiling crypto-common v0.1.6 |
| 3924 | 2026-08-29T21:13:02.576Z | [ helios-setup] Aug 29 21:13:01.952 INFO E| Compiling digest v0.10.3 |
| 3925 | 2026-08-29T21:13:02.662Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3926 | 2026-08-29T21:13:02.752Z | [ helios-setup] Aug 29 21:13:02.127 INFO E| Compiling sha2 v0.10.5 |
| 3927 | 2026-08-29T21:13:03.007Z | [ helios-setup] Aug 29 21:13:02.376 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 3928 | 2026-08-29T21:13:03.943Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3929 | 2026-08-29T21:13:05.391Z | [ helios-setup] Aug 29 21:13:04.767 INFO E| Finished `release` profile [optimized] target(s) in 5.69s |
| 3930 | 2026-08-29T21:13:05.405Z | [ helios-setup] Aug 29 21:13:04.781 INFO building project "bootserver" ok (5 seconds) |
| 3931 | 2026-08-29T21:13:05.440Z | [ helios-setup] rm -f helios-build |
| 3932 | 2026-08-29T21:13:05.440Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3933 | 2026-08-29T21:13:05.443Z | [ helios-setup] |
| 3934 | 2026-08-29T21:13:05.443Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3935 | 2026-08-29T21:13:05.443Z | [ helios-setup] |
| 3936 | 2026-08-29T21:13:05.443Z | [ helios-setup] |
| 3937 | 2026-08-29T21:13:05.443Z | [ helios-setup] real 3:11.569704730 |
| 3938 | 2026-08-29T21:13:05.443Z | [ helios-setup] user 7:03.413114644 |
| 3939 | 2026-08-29T21:13:05.443Z | [ helios-setup] sys 1:19.116248807 |
| 3940 | 2026-08-29T21:13:05.443Z | [ helios-setup] trap 0.511078865 |
| 3941 | 2026-08-29T21:13:05.443Z | [ helios-setup] tflt 2.641523278 |
| 3942 | 2026-08-29T21:13:05.443Z | Aug 29 21:13:04.793 INFO [helios-setup] process exited with exit status: 0 (191.573089718s) |
| 3943 | 2026-08-29T21:13:05.443Z | [ helios-setup] dflt 7.559374709 |
| 3944 | 2026-08-29T21:13:05.444Z | [ helios-setup] kflt 0.002631613 |
| 3945 | 2026-08-29T21:13:05.444Z | [ helios-setup] lock 57:22.288992206 |
| 3946 | 2026-08-29T21:13:05.444Z | [ helios-setup] slp 37:58.006522405 |
| 3947 | 2026-08-29T21:13:05.444Z | [ helios-setup] lat 6:56.889945453 |
| 3948 | 2026-08-29T21:13:05.444Z | [ helios-setup] stop 1:42.872598144 |
| 3949 | 2026-08-29T21:13:05.444Z | Aug 29 21:13:04.795 INFO [helios-record] running task |
| 3950 | 2026-08-29T21:13:05.444Z | Aug 29 21:13:04.795 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3951 | 2026-08-29T21:13:05.444Z | Aug 29 21:13:04.803 DEBG process exited with exit status: 0 (7.889457ms) |
| 3952 | 2026-08-29T21:13:05.444Z | Aug 29 21:13:04.803 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3953 | 2026-08-29T21:13:05.444Z | Aug 29 21:13:04.807 DEBG process exited with exit status: 0 (4.124508ms) |
| 3954 | 2026-08-29T21:13:05.444Z | Aug 29 21:13:04.807 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3955 | 2026-08-29T21:13:05.444Z | Aug 29 21:13:04.810 DEBG process exited with exit status: 0 (3.490669ms) |
| 3956 | 2026-08-29T21:13:05.444Z | Aug 29 21:13:04.810 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3957 | 2026-08-29T21:13:05.444Z | Aug 29 21:13:04.815 DEBG process exited with exit status: 0 (4.772158ms) |
| 3958 | 2026-08-29T21:13:05.444Z | Aug 29 21:13:04.815 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3959 | 2026-08-29T21:13:05.444Z | Aug 29 21:13:04.819 DEBG process exited with exit status: 0 (3.822409ms) |
| 3960 | 2026-08-29T21:13:05.444Z | Aug 29 21:13:04.819 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3961 | 2026-08-29T21:13:05.448Z | Aug 29 21:13:04.822 DEBG process exited with exit status: 0 (3.375728ms) |
| 3962 | 2026-08-29T21:13:05.448Z | Aug 29 21:13:04.822 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3963 | 2026-08-29T21:13:05.453Z | Aug 29 21:13:04.826 DEBG process exited with exit status: 0 (3.195409ms) |
| 3964 | 2026-08-29T21:13:05.453Z | Aug 29 21:13:04.826 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3965 | 2026-08-29T21:13:05.456Z | Aug 29 21:13:04.829 DEBG process exited with exit status: 0 (3.227459ms) |
| 3966 | 2026-08-29T21:13:05.456Z | Aug 29 21:13:04.829 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3967 | 2026-08-29T21:13:05.459Z | Aug 29 21:13:04.832 DEBG process exited with exit status: 0 (3.498278ms) |
| 3968 | 2026-08-29T21:13:05.459Z | Aug 29 21:13:04.833 INFO [helios-record] task succeeded (38.100865ms) |
| 3969 | 2026-08-29T21:13:05.799Z | [ host-package] Compiling multimap v0.10.1 |
| 3970 | 2026-08-29T21:13:13.742Z | [ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3971 | 2026-08-29T21:13:17.263Z | [ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3972 | 2026-08-29T21:13:20.276Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3973 | 2026-08-29T21:13:24.598Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3974 | 2026-08-29T21:20:41.120Z | [ host-package] Finished `release` profile [optimized] target(s) in 10m 06s |
| 3975 | 2026-08-29T21:20:41.123Z | [ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3976 | 2026-08-29T21:20:41.123Z | [ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3977 | 2026-08-29T21:21:32.569Z | Aug 29 21:21:31.941 INFO [host-package] process exited with exit status: 0 (658.075634209s) |
| 3978 | 2026-08-29T21:21:32.569Z | Aug 29 21:21:31.941 INFO [host-libraries] running task |
| 3979 | 2026-08-29T21:21:32.569Z | Aug 29 21:21:31.941 INFO [host-stamp] running task |
| 3980 | 2026-08-29T21:21:32.572Z | Aug 29 21:21:31.944 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+git1cb7ef2815f |
| 3981 | 2026-08-29T21:21:32.572Z | Aug 29 21:21:31.945 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+git1cb7ef2815f |
| 3982 | 2026-08-29T21:21:32.572Z | Aug 29 21:21:31.945 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+git1cb7ef2815f |
| 3983 | 2026-08-29T21:21:32.575Z | Aug 29 21:21:31.945 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+git1cb7ef2815f |
| 3984 | 2026-08-29T21:21:32.575Z | Aug 29 21:21:31.945 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+git1cb7ef2815f |
| 3985 | 2026-08-29T21:21:32.575Z | Aug 29 21:21:31.946 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+git1cb7ef2815f |
| 3986 | 2026-08-29T21:21:32.575Z | Aug 29 21:21:31.946 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+git1cb7ef2815f |
| 3987 | 2026-08-29T21:21:32.575Z | Aug 29 21:21:31.946 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+git1cb7ef2815f |
| 3988 | 2026-08-29T21:21:32.582Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3989 | 2026-08-29T21:21:32.582Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3990 | 2026-08-29T21:21:32.585Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3991 | 2026-08-29T21:21:32.585Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3992 | 2026-08-29T21:21:32.585Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3993 | 2026-08-29T21:21:32.585Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3994 | 2026-08-29T21:21:32.585Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3995 | 2026-08-29T21:21:32.585Z | [stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3996 | 2026-08-29T21:21:32.585Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3997 | 2026-08-29T21:21:32.588Z | Aug 29 21:21:31.958 INFO [stamp-overlay] process exited with exit status: 0 (13.239914ms) |
| 3998 | 2026-08-29T21:21:32.595Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 3999 | 2026-08-29T21:21:32.598Z | Aug 29 21:21:31.970 INFO [stamp-oxlog] process exited with exit status: 0 (23.650831ms) |
| 4000 | 2026-08-29T21:21:32.632Z | [stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar |
| 4001 | 2026-08-29T21:21:32.635Z | Aug 29 21:21:32.008 INFO [stamp-crucible-utils] process exited with exit status: 0 (62.137316ms) |
| 4002 | 2026-08-29T21:21:32.640Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 4003 | 2026-08-29T21:21:32.643Z | Aug 29 21:21:32.015 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (71.008732ms) |
| 4004 | 2026-08-29T21:21:32.788Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 4005 | 2026-08-29T21:21:32.792Z | Aug 29 21:21:32.164 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (219.369284ms) |
| 4006 | 2026-08-29T21:21:33.119Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 4007 | 2026-08-29T21:21:33.123Z | Aug 29 21:21:32.495 INFO [stamp-propolis-server] process exited with exit status: 0 (548.625237ms) |
| 4008 | 2026-08-29T21:21:33.232Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 4009 | 2026-08-29T21:21:33.235Z | Aug 29 21:21:32.607 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (662.788222ms) |
| 4010 | 2026-08-29T21:21:34.426Z | Aug 29 21:21:33.798 INFO [host-libraries] task succeeded (1.856552308s) |
| 4011 | 2026-08-29T21:21:34.429Z | Aug 29 21:21:33.798 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 4012 | 2026-08-29T21:21:34.433Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 4013 | 2026-08-29T21:21:35.440Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4014 | 2026-08-29T21:21:36.299Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4015 | 2026-08-29T21:21:40.161Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 4016 | 2026-08-29T21:21:40.165Z | Aug 29 21:21:39.537 INFO [stamp-switch-asic] process exited with exit status: 0 (7.591167397s) |
| 4017 | 2026-08-29T21:21:40.165Z | Aug 29 21:21:39.537 INFO [host-stamp] task succeeded (7.595697935s) |
| 4018 | 2026-08-29T21:21:40.165Z | Aug 29 21:21:39.537 INFO [host-proto] running task |
| 4019 | 2026-08-29T21:21:40.709Z | Aug 29 21:21:40.082 INFO [host-proto] task succeeded (544.582978ms) |
| 4020 | 2026-08-29T21:21:40.709Z | Aug 29 21:21:40.082 INFO [host-profile] running task |
| 4021 | 2026-08-29T21:21:40.713Z | Aug 29 21:21:40.082 INFO [host-profile] task succeeded (302µs) |
| 4022 | 2026-08-29T21:21:40.713Z | Aug 29 21:21:40.082 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.506' -P /tmp/.tmpdiOogb/proto/host/root -N 'ci 1cb7ef2/${os_short_commit} 2026-08-29 21:09' -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/' |
| 4023 | 2026-08-29T21:21:40.716Z | [ host-image] Aug 29 21:21:40.088 INFO Checking files for board 'gimlet' |
| 4024 | 2026-08-29T21:21:40.716Z | [ host-image] Aug 29 21:21:40.088 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 4025 | 2026-08-29T21:21:40.719Z | [ host-image] Aug 29 21:21:40.088 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 4026 | 2026-08-29T21:21:40.719Z | [ host-image] Aug 29 21:21:40.088 INFO Checking files for board 'cosmo' |
| 4027 | 2026-08-29T21:21:40.719Z | [ host-image] Aug 29 21:21:40.088 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 4028 | 2026-08-29T21:21:40.719Z | [ host-image] Aug 29 21:21:40.088 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 4029 | 2026-08-29T21:21:40.719Z | [ host-image] Aug 29 21:21:40.088 INFO Checking files for board 'cosmo-mbist' |
| 4030 | 2026-08-29T21:21:40.719Z | [ host-image] Aug 29 21:21:40.088 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml" |
| 4031 | 2026-08-29T21:21:40.719Z | [ host-image] Aug 29 21:21:40.088 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 4032 | 2026-08-29T21:21:40.719Z | [ host-image] Aug 29 21:21:40.088 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml" |
| 4033 | 2026-08-29T21:21:40.724Z | [ host-image] Aug 29 21:21:40.096 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpdiOogb/proto/host/root" |
| 4034 | 2026-08-29T21:21:40.727Z | [ host-image] Aug 29 21:21:40.096 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 4035 | 2026-08-29T21:21:40.727Z | [ host-image] Aug 29 21:21:40.096 INFO image builder template: ramdisk-01-os... |
| 4036 | 2026-08-29T21:21:40.727Z | [ host-image] Aug 29 21:21:40.097 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/.tmpdiOogb/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 4037 | 2026-08-29T21:21:40.736Z | [ host-image] Aug 29 21:21:40.109 INFO O| Aug 29 21:21:40.109 INFO CREATE DATASET: rpool/images/build/host/output |
| 4038 | 2026-08-29T21:21:42.477Z | [ host-image] Aug 29 21:21:41.849 INFO O| Aug 29 21:21:41.849 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4039 | 2026-08-29T21:21:42.480Z | [ host-image] Aug 29 21:21:41.852 INFO O| Aug 29 21:21:41.852 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4040 | 2026-08-29T21:21:42.618Z | [ host-image] Aug 29 21:21:41.990 INFO O| Aug 29 21:21:41.990 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled |
| 4041 | 2026-08-29T21:21:42.654Z | [ host-image] Aug 29 21:21:42.027 INFO O| Aug 29 21:21:42.026 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4042 | 2026-08-29T21:21:42.654Z | [ host-image] Aug 29 21:21:42.027 INFO O| Aug 29 21:21:42.027 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 4043 | 2026-08-29T21:21:42.657Z | [ host-image] Aug 29 21:21:42.027 INFO O| Aug 29 21:21:42.027 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk |
| 4044 | 2026-08-29T21:21:42.657Z | [ host-image] Aug 29 21:21:42.027 INFO O| Aug 29 21:21:42.027 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk |
| 4045 | 2026-08-29T21:21:42.660Z | [ host-image] Aug 29 21:21:42.031 INFO O| Aug 29 21:21:42.031 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 4046 | 2026-08-29T21:21:42.843Z | [ host-image] Aug 29 21:21:42.215 INFO O| Aug 29 21:21:42.215 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4047 | 2026-08-29T21:21:42.851Z | [ host-image] Aug 29 21:21:42.224 INFO O| Aug 29 21:21:42.224 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"] |
| 4048 | 2026-08-29T21:21:43.116Z | [ host-image] Aug 29 21:21:42.488 INFO O| Aug 29 21:21:42.488 INFO O| Caching catalogs ... Done |
| 4049 | 2026-08-29T21:21:43.175Z | [ host-image] Aug 29 21:21:42.547 INFO O| Aug 29 21:21:42.547 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4050 | 2026-08-29T21:21:43.175Z | [ host-image] Aug 29 21:21:42.547 INFO O| Aug 29 21:21:42.547 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4051 | 2026-08-29T21:21:43.181Z | [ host-image] Aug 29 21:21:42.553 INFO O| Aug 29 21:21:42.553 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"] |
| 4052 | 2026-08-29T21:21:43.419Z | [ host-image] Aug 29 21:21:42.791 INFO O| Aug 29 21:21:42.791 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4053 | 2026-08-29T21:21:43.419Z | [ host-image] Aug 29 21:21:42.791 INFO O| Aug 29 21:21:42.791 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4054 | 2026-08-29T21:21:43.422Z | [ host-image] Aug 29 21:21:42.791 INFO O| Aug 29 21:21:42.791 INFO skip step because feature "publisher_1_name" is not enabled |
| 4055 | 2026-08-29T21:21:43.422Z | [ host-image] Aug 29 21:21:42.791 INFO O| Aug 29 21:21:42.791 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4056 | 2026-08-29T21:21:43.422Z | [ host-image] Aug 29 21:21:42.791 INFO O| Aug 29 21:21:42.791 INFO skip step because feature "publisher_2_name" is not enabled |
| 4057 | 2026-08-29T21:21:43.422Z | [ host-image] Aug 29 21:21:42.791 INFO O| Aug 29 21:21:42.791 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4058 | 2026-08-29T21:21:43.422Z | [ host-image] Aug 29 21:21:42.791 INFO O| Aug 29 21:21:42.791 INFO skip step because feature "publisher_3_name" is not enabled |
| 4059 | 2026-08-29T21:21:43.422Z | [ host-image] Aug 29 21:21:42.791 INFO O| Aug 29 21:21:42.791 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4060 | 2026-08-29T21:21:43.730Z | [ host-image] Aug 29 21:21:43.102 INFO O| Aug 29 21:21:43.102 INFO variant opensolaris.zone is already global |
| 4061 | 2026-08-29T21:21:43.730Z | [ host-image] Aug 29 21:21:43.102 INFO O| Aug 29 21:21:43.102 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4062 | 2026-08-29T21:21:43.730Z | [ host-image] Aug 29 21:21:43.102 INFO O| Aug 29 21:21:43.102 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4063 | 2026-08-29T21:21:44.023Z | [ host-image] Aug 29 21:21:43.396 INFO O| Aug 29 21:21:43.395 INFO variant opensolaris.imagetype is full; changing to partial |
| 4064 | 2026-08-29T21:21:44.024Z | [ host-image] Aug 29 21:21:43.396 INFO O| Aug 29 21:21:43.396 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4065 | 2026-08-29T21:21:45.841Z | [ host-image] Aug 29 21:21:45.213 INFO O| Aug 29 21:21:45.213 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4066 | 2026-08-29T21:21:46.255Z | [ host-image] Aug 29 21:21:45.626 INFO O| Aug 29 21:21:45.626 INFO O| Startup: Caching catalogs ... Done |
| 4067 | 2026-08-29T21:21:46.271Z | [ host-image] Aug 29 21:21:45.641 INFO O| Aug 29 21:21:45.641 INFO O| Planning: Planning completed in 0.00 seconds |
| 4068 | 2026-08-29T21:21:46.274Z | [ host-image] Aug 29 21:21:45.642 INFO O| Aug 29 21:21:45.642 INFO O| Planning: Consolidating action changes ... Done |
| 4069 | 2026-08-29T21:21:46.274Z | [ host-image] Aug 29 21:21:45.642 INFO O| Aug 29 21:21:45.642 INFO O| Planning: Evaluating mediators ... Done |
| 4070 | 2026-08-29T21:21:46.274Z | [ host-image] Aug 29 21:21:45.642 INFO O| Aug 29 21:21:45.642 INFO O| Planning: Planning completed in 0.00 seconds |
| 4071 | 2026-08-29T21:21:46.274Z | [ host-image] Aug 29 21:21:45.642 INFO O| Aug 29 21:21:45.642 INFO O| Variants/Facets to change: 1 |
| 4072 | 2026-08-29T21:21:46.278Z | [ host-image] Aug 29 21:21:45.651 INFO O| Aug 29 21:21:45.651 INFO O| Finalize: Updating package state database ... Done |
| 4073 | 2026-08-29T21:21:46.278Z | [ host-image] Aug 29 21:21:45.651 INFO O| Aug 29 21:21:45.651 INFO O| Finalize: Updating package cache ... Done |
| 4074 | 2026-08-29T21:21:46.348Z | [ host-image] Aug 29 21:21:45.720 INFO O| Aug 29 21:21:45.720 INFO O| Finalize: Updating image state ... Done |
| 4075 | 2026-08-29T21:21:46.368Z | [ host-image] Aug 29 21:21:45.740 INFO O| Aug 29 21:21:45.740 INFO O| Finalize: Creating fast lookup database ... Done |
| 4076 | 2026-08-29T21:21:46.371Z | [ host-image] Aug 29 21:21:45.740 INFO O| Aug 29 21:21:45.740 INFO O| Finalize: Reading search index ... Done |
| 4077 | 2026-08-29T21:21:46.371Z | [ host-image] Aug 29 21:21:45.740 INFO O| Aug 29 21:21:45.740 INFO O| Finalize: Updating search index ... Done |
| 4078 | 2026-08-29T21:21:46.371Z | [ host-image] Aug 29 21:21:45.741 INFO O| Aug 29 21:21:45.741 INFO O| Finalize: Updating package cache ... Done |
| 4079 | 2026-08-29T21:21:46.561Z | [ host-image] Aug 29 21:21:45.933 INFO O| Aug 29 21:21:45.933 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4080 | 2026-08-29T21:21:46.561Z | [ host-image] Aug 29 21:21:45.933 INFO O| Aug 29 21:21:45.933 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4081 | 2026-08-29T21:21:46.565Z | [ host-image] Aug 29 21:21:45.933 INFO O| Aug 29 21:21:45.933 INFO skip step because feature "debug_variant" is not enabled |
| 4082 | 2026-08-29T21:21:46.565Z | [ host-image] Aug 29 21:21:45.933 INFO O| Aug 29 21:21:45.933 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4083 | 2026-08-29T21:21:46.809Z | [ host-image] Aug 29 21:21:46.180 INFO O| Aug 29 21:21:46.180 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4084 | 2026-08-29T21:21:47.468Z | [recovery-package] Finished `release` profile [optimized] target(s) in 12.91s |
| 4085 | 2026-08-29T21:21:47.472Z | [recovery-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 4086 | 2026-08-29T21:21:47.472Z | [recovery-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 4087 | 2026-08-29T21:21:48.611Z | [ host-image] Aug 29 21:21:47.983 INFO O| Aug 29 21:21:47.983 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4088 | 2026-08-29T21:21:48.946Z | Aug 29 21:21:48.319 INFO [recovery-package] process exited with exit status: 0 (14.520544861s) |
| 4089 | 2026-08-29T21:21:48.946Z | Aug 29 21:21:48.319 INFO [recovery-libraries] running task |
| 4090 | 2026-08-29T21:21:48.946Z | Aug 29 21:21:48.319 INFO [recovery-stamp] running task |
| 4091 | 2026-08-29T21:21:48.950Z | Aug 29 21:21:48.319 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+git1cb7ef2815f |
| 4092 | 2026-08-29T21:21:48.950Z | Aug 29 21:21:48.319 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git1cb7ef2815f |
| 4093 | 2026-08-29T21:21:48.954Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 4094 | 2026-08-29T21:21:48.957Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 4095 | 2026-08-29T21:21:48.999Z | Aug 29 21:21:48.371 INFO [recovery-libraries] task succeeded (52.72078ms) |
| 4096 | 2026-08-29T21:21:49.002Z | Aug 29 21:21:48.371 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries |
| 4097 | 2026-08-29T21:21:49.045Z | [ host-image] Aug 29 21:21:48.417 INFO O| Aug 29 21:21:48.417 INFO O| Startup: Caching catalogs ... Done |
| 4098 | 2026-08-29T21:21:49.062Z | [ host-image] Aug 29 21:21:48.434 INFO O| Aug 29 21:21:48.434 INFO O| Planning: Planning completed in 0.00 seconds |
| 4099 | 2026-08-29T21:21:49.065Z | [ host-image] Aug 29 21:21:48.435 INFO O| Aug 29 21:21:48.435 INFO O| Planning: Consolidating action changes ... Done |
| 4100 | 2026-08-29T21:21:49.065Z | [ host-image] Aug 29 21:21:48.435 INFO O| Aug 29 21:21:48.435 INFO O| Planning: Evaluating mediators ... Done |
| 4101 | 2026-08-29T21:21:49.065Z | [ host-image] Aug 29 21:21:48.435 INFO O| Aug 29 21:21:48.435 INFO O| Planning: Planning completed in 0.00 seconds |
| 4102 | 2026-08-29T21:21:49.065Z | [ host-image] Aug 29 21:21:48.435 INFO O| Aug 29 21:21:48.435 INFO O| Variants/Facets to change: 1 |
| 4103 | 2026-08-29T21:21:49.072Z | [ host-image] Aug 29 21:21:48.444 INFO O| Aug 29 21:21:48.444 INFO O| Finalize: Updating package state database ... Done |
| 4104 | 2026-08-29T21:21:49.072Z | [ host-image] Aug 29 21:21:48.444 INFO O| Aug 29 21:21:48.444 INFO O| Finalize: Updating package cache ... Done |
| 4105 | 2026-08-29T21:21:49.075Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 4106 | 2026-08-29T21:21:49.077Z | Aug 29 21:21:48.449 INFO [stamp-installinator] process exited with exit status: 0 (129.33011ms) |
| 4107 | 2026-08-29T21:21:49.138Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 4108 | 2026-08-29T21:21:49.142Z | Aug 29 21:21:48.514 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (195.113534ms) |
| 4109 | 2026-08-29T21:21:49.142Z | Aug 29 21:21:48.514 INFO [recovery-stamp] task succeeded (195.292844ms) |
| 4110 | 2026-08-29T21:21:49.142Z | Aug 29 21:21:48.514 INFO [recovery-proto] running task |
| 4111 | 2026-08-29T21:21:49.142Z | Aug 29 21:21:48.514 INFO [tuf-stamp] running task |
| 4112 | 2026-08-29T21:21:49.154Z | Aug 29 21:21:48.515 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+git1cb7ef2815f |
| 4113 | 2026-08-29T21:21:49.155Z | Aug 29 21:21:48.515 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+git1cb7ef2815f |
| 4114 | 2026-08-29T21:21:49.155Z | Aug 29 21:21:48.516 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+git1cb7ef2815f |
| 4115 | 2026-08-29T21:21:49.155Z | Aug 29 21:21:48.516 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+git1cb7ef2815f |
| 4116 | 2026-08-29T21:21:49.155Z | Aug 29 21:21:48.516 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+git1cb7ef2815f |
| 4117 | 2026-08-29T21:21:49.155Z | Aug 29 21:21:48.517 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+git1cb7ef2815f |
| 4118 | 2026-08-29T21:21:49.155Z | Aug 29 21:21:48.517 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+git1cb7ef2815f |
| 4119 | 2026-08-29T21:21:49.155Z | Aug 29 21:21:48.517 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+git1cb7ef2815f |
| 4120 | 2026-08-29T21:21:49.155Z | Aug 29 21:21:48.518 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+git1cb7ef2815f |
| 4121 | 2026-08-29T21:21:49.155Z | Aug 29 21:21:48.518 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+git1cb7ef2815f |
| 4122 | 2026-08-29T21:21:49.155Z | Aug 29 21:21:48.519 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+git1cb7ef2815f |
| 4123 | 2026-08-29T21:21:49.155Z | Aug 29 21:21:48.519 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+git1cb7ef2815f |
| 4124 | 2026-08-29T21:21:49.155Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4125 | 2026-08-29T21:21:49.155Z | [stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4126 | 2026-08-29T21:21:49.155Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4127 | 2026-08-29T21:21:49.155Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4128 | 2026-08-29T21:21:49.155Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4129 | 2026-08-29T21:21:49.155Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4130 | 2026-08-29T21:21:49.155Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4131 | 2026-08-29T21:21:49.155Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4132 | 2026-08-29T21:21:49.160Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4133 | 2026-08-29T21:21:49.160Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4134 | 2026-08-29T21:21:49.160Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4135 | 2026-08-29T21:21:49.160Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4136 | 2026-08-29T21:21:49.160Z | [ host-image] Aug 29 21:21:48.530 INFO O| Aug 29 21:21:48.530 INFO O| Finalize: Updating image state ... Done |
| 4137 | 2026-08-29T21:21:49.176Z | [ host-image] Aug 29 21:21:48.548 INFO O| Aug 29 21:21:48.547 INFO O| Finalize: Creating fast lookup database ... Done |
| 4138 | 2026-08-29T21:21:49.178Z | [ host-image] Aug 29 21:21:48.548 INFO O| Aug 29 21:21:48.548 INFO O| Finalize: Reading search index ... Done |
| 4139 | 2026-08-29T21:21:49.179Z | [ host-image] Aug 29 21:21:48.548 INFO O| Aug 29 21:21:48.548 INFO O| Finalize: Updating search index ... Done |
| 4140 | 2026-08-29T21:21:49.179Z | [ host-image] Aug 29 21:21:48.549 INFO O| Aug 29 21:21:48.549 INFO O| Finalize: Updating package cache ... Done |
| 4141 | 2026-08-29T21:21:49.204Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 4142 | 2026-08-29T21:21:49.208Z | Aug 29 21:21:48.580 INFO [stamp-probe] process exited with exit status: 0 (63.184636ms) |
| 4143 | 2026-08-29T21:21:49.276Z | Aug 29 21:21:48.648 INFO [recovery-proto] task succeeded (134.442098ms) |
| 4144 | 2026-08-29T21:21:49.279Z | Aug 29 21:21:48.648 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.506' -P /tmp/.tmpdiOogb/proto/recovery/root -N 'recovery 1cb7ef2/${os_short_commit} 2026-08-29 21:09' -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/' |
| 4145 | 2026-08-29T21:21:49.283Z | [ recovery-image] Aug 29 21:21:48.655 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 4146 | 2026-08-29T21:21:49.286Z | [ recovery-image] Aug 29 21:21:48.655 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml" |
| 4147 | 2026-08-29T21:21:49.286Z | [ recovery-image] Aug 29 21:21:48.655 INFO Checking files for board 'gimlet' |
| 4148 | 2026-08-29T21:21:49.286Z | [ recovery-image] Aug 29 21:21:48.655 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 4149 | 2026-08-29T21:21:49.286Z | [ recovery-image] Aug 29 21:21:48.655 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 4150 | 2026-08-29T21:21:49.286Z | [ recovery-image] Aug 29 21:21:48.655 INFO Checking files for board 'cosmo' |
| 4151 | 2026-08-29T21:21:49.286Z | [ recovery-image] Aug 29 21:21:48.655 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 4152 | 2026-08-29T21:21:49.286Z | [ recovery-image] Aug 29 21:21:48.655 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 4153 | 2026-08-29T21:21:49.286Z | [ recovery-image] Aug 29 21:21:48.655 INFO Checking files for board 'cosmo-mbist' |
| 4154 | 2026-08-29T21:21:49.286Z | [ recovery-image] Aug 29 21:21:48.655 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml" |
| 4155 | 2026-08-29T21:21:49.292Z | [ recovery-image] Aug 29 21:21:48.665 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpdiOogb/proto/recovery/root" |
| 4156 | 2026-08-29T21:21:49.292Z | [ recovery-image] Aug 29 21:21:48.665 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 4157 | 2026-08-29T21:21:49.296Z | [ recovery-image] Aug 29 21:21:48.665 INFO image builder template: ramdisk-01-os... |
| 4158 | 2026-08-29T21:21:49.296Z | [ recovery-image] Aug 29 21:21:48.665 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/.tmpdiOogb/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.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 4159 | 2026-08-29T21:21:49.308Z | [ recovery-image] Aug 29 21:21:48.680 INFO O| Aug 29 21:21:48.680 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 4160 | 2026-08-29T21:21:49.454Z | [ host-image] Aug 29 21:21:48.826 INFO O| Aug 29 21:21:48.826 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4161 | 2026-08-29T21:21:49.454Z | [ host-image] Aug 29 21:21:48.826 INFO O| Aug 29 21:21:48.826 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4162 | 2026-08-29T21:21:49.457Z | [ host-image] Aug 29 21:21:48.826 INFO O| Aug 29 21:21:48.826 INFO skip step because feature "recovery" is not enabled |
| 4163 | 2026-08-29T21:21:49.457Z | [ host-image] Aug 29 21:21:48.826 INFO O| Aug 29 21:21:48.826 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4164 | 2026-08-29T21:21:49.457Z | [ host-image] Aug 29 21:21:48.826 INFO O| Aug 29 21:21:48.826 INFO skip step because feature "recovery" is not enabled |
| 4165 | 2026-08-29T21:21:49.457Z | [ host-image] Aug 29 21:21:48.826 INFO O| Aug 29 21:21:48.826 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4166 | 2026-08-29T21:21:49.463Z | [ host-image] Aug 29 21:21:48.835 INFO O| Aug 29 21:21:48.835 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"] |
| 4167 | 2026-08-29T21:21:49.567Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.56s |
| 4168 | 2026-08-29T21:21:49.595Z | [verify-libraries] Running `target/debug/xtask verify-libraries` |
| 4169 | 2026-08-29T21:21:49.598Z | [ recovery-image] Aug 29 21:21:48.968 INFO O| Aug 29 21:21:48.968 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4170 | 2026-08-29T21:21:49.601Z | [ recovery-image] Aug 29 21:21:48.971 INFO O| Aug 29 21:21:48.971 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4171 | 2026-08-29T21:21:49.722Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 4172 | 2026-08-29T21:21:49.726Z | Aug 29 21:21:49.098 INFO [stamp-ntp] process exited with exit status: 0 (580.089704ms) |
| 4173 | 2026-08-29T21:21:49.828Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 4174 | 2026-08-29T21:21:49.831Z | Aug 29 21:21:49.204 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (687.091483ms) |
| 4175 | 2026-08-29T21:21:49.903Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 4176 | 2026-08-29T21:21:49.907Z | Aug 29 21:21:49.280 INFO [stamp-external-dns] process exited with exit status: 0 (764.069992ms) |
| 4177 | 2026-08-29T21:21:49.925Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 4178 | 2026-08-29T21:21:49.928Z | Aug 29 21:21:49.301 INFO [stamp-internal-dns] process exited with exit status: 0 (781.464126ms) |
| 4179 | 2026-08-29T21:21:50.004Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 4180 | 2026-08-29T21:21:50.007Z | Aug 29 21:21:49.379 INFO [stamp-crucible-zone] process exited with exit status: 0 (863.964144ms) |
| 4181 | 2026-08-29T21:21:50.121Z | [ recovery-image] Aug 29 21:21:49.493 INFO O| Aug 29 21:21:49.493 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled |
| 4182 | 2026-08-29T21:21:50.224Z | [ recovery-image] Aug 29 21:21:49.596 INFO O| Aug 29 21:21:49.596 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4183 | 2026-08-29T21:21:50.224Z | [ recovery-image] Aug 29 21:21:49.596 INFO O| Aug 29 21:21:49.596 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4184 | 2026-08-29T21:21:50.224Z | [ recovery-image] Aug 29 21:21:49.596 INFO O| Aug 29 21:21:49.596 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4185 | 2026-08-29T21:21:50.224Z | [ recovery-image] Aug 29 21:21:49.596 INFO O| Aug 29 21:21:49.596 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4186 | 2026-08-29T21:21:50.231Z | [ recovery-image] Aug 29 21:21:49.603 INFO O| Aug 29 21:21:49.603 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4187 | 2026-08-29T21:21:50.281Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 4188 | 2026-08-29T21:21:50.284Z | Aug 29 21:21:49.656 INFO [stamp-oximeter] process exited with exit status: 0 (1.139206737s) |
| 4189 | 2026-08-29T21:21:50.768Z | [ recovery-image] Aug 29 21:21:50.140 INFO O| Aug 29 21:21:50.140 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4190 | 2026-08-29T21:21:50.793Z | [ recovery-image] Aug 29 21:21:50.165 INFO O| Aug 29 21:21:50.165 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"] |
| 4191 | 2026-08-29T21:21:51.055Z | [ recovery-image] Aug 29 21:21:50.427 INFO O| Aug 29 21:21:50.427 INFO O| Caching catalogs ... Done |
| 4192 | 2026-08-29T21:21:51.120Z | [ recovery-image] Aug 29 21:21:50.492 INFO O| Aug 29 21:21:50.492 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4193 | 2026-08-29T21:21:51.120Z | [ recovery-image] Aug 29 21:21:50.492 INFO O| Aug 29 21:21:50.492 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4194 | 2026-08-29T21:21:51.127Z | [ recovery-image] Aug 29 21:21:50.499 INFO O| Aug 29 21:21:50.499 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"] |
| 4195 | 2026-08-29T21:21:51.380Z | [ recovery-image] Aug 29 21:21:50.752 INFO O| Aug 29 21:21:50.752 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4196 | 2026-08-29T21:21:51.380Z | [ recovery-image] Aug 29 21:21:50.752 INFO O| Aug 29 21:21:50.752 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4197 | 2026-08-29T21:21:51.384Z | [ recovery-image] Aug 29 21:21:50.752 INFO O| Aug 29 21:21:50.752 INFO skip step because feature "publisher_1_name" is not enabled |
| 4198 | 2026-08-29T21:21:51.384Z | [ recovery-image] Aug 29 21:21:50.752 INFO O| Aug 29 21:21:50.752 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4199 | 2026-08-29T21:21:51.384Z | [ recovery-image] Aug 29 21:21:50.752 INFO O| Aug 29 21:21:50.752 INFO skip step because feature "publisher_2_name" is not enabled |
| 4200 | 2026-08-29T21:21:51.384Z | [ recovery-image] Aug 29 21:21:50.752 INFO O| Aug 29 21:21:50.752 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4201 | 2026-08-29T21:21:51.384Z | [ recovery-image] Aug 29 21:21:50.752 INFO O| Aug 29 21:21:50.752 INFO skip step because feature "publisher_3_name" is not enabled |
| 4202 | 2026-08-29T21:21:51.384Z | [ recovery-image] Aug 29 21:21:50.752 INFO O| Aug 29 21:21:50.752 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4203 | 2026-08-29T21:21:51.563Z | [ host-image] Aug 29 21:21:50.935 INFO O| Aug 29 21:21:50.935 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4204 | 2026-08-29T21:21:51.660Z | [ recovery-image] Aug 29 21:21:51.032 INFO O| Aug 29 21:21:51.032 INFO variant opensolaris.zone is already global |
| 4205 | 2026-08-29T21:21:51.660Z | [ recovery-image] Aug 29 21:21:51.032 INFO O| Aug 29 21:21:51.032 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4206 | 2026-08-29T21:21:51.663Z | [ recovery-image] Aug 29 21:21:51.032 INFO O| Aug 29 21:21:51.032 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4207 | 2026-08-29T21:21:51.788Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 4208 | 2026-08-29T21:21:51.791Z | Aug 29 21:21:51.163 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.645525041s) |
| 4209 | 2026-08-29T21:21:51.952Z | [ recovery-image] Aug 29 21:21:51.324 INFO O| Aug 29 21:21:51.324 INFO variant opensolaris.imagetype is full; changing to partial |
| 4210 | 2026-08-29T21:21:51.952Z | [ recovery-image] Aug 29 21:21:51.324 INFO O| Aug 29 21:21:51.324 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4211 | 2026-08-29T21:21:51.999Z | [ host-image] Aug 29 21:21:51.371 INFO O| Aug 29 21:21:51.371 INFO O| Startup: Caching catalogs ... Done |
| 4212 | 2026-08-29T21:21:53.879Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 4213 | 2026-08-29T21:21:53.882Z | Aug 29 21:21:53.254 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.736831947s) |
| 4214 | 2026-08-29T21:21:54.023Z | [verify-libraries] Compiling match_cfg v0.1.0 |
| 4215 | 2026-08-29T21:21:54.023Z | [verify-libraries] Compiling slog-json v2.6.1 |
| 4216 | 2026-08-29T21:21:54.096Z | [stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz |
| 4217 | 2026-08-29T21:21:54.100Z | Aug 29 21:21:53.472 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.955917932s) |
| 4218 | 2026-08-29T21:21:54.157Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 4219 | 2026-08-29T21:21:54.160Z | Aug 29 21:21:53.532 INFO [stamp-clickhouse] process exited with exit status: 0 (5.017771818s) |
| 4220 | 2026-08-29T21:21:54.251Z | [verify-libraries] Compiling sha1 v0.11.0 |
| 4221 | 2026-08-29T21:21:54.251Z | [verify-libraries] Compiling async-stream-impl v0.3.6 |
| 4222 | 2026-08-29T21:21:54.254Z | [verify-libraries] Compiling serde_path_to_error v0.1.20 |
| 4223 | 2026-08-29T21:21:54.254Z | [verify-libraries] Compiling multer v3.1.0 |
| 4224 | 2026-08-29T21:21:54.254Z | [verify-libraries] Compiling compression-core v0.4.31 |
| 4225 | 2026-08-29T21:21:54.254Z | [verify-libraries] Compiling newtype-uuid-macros v0.1.0 |
| 4226 | 2026-08-29T21:21:54.254Z | [verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 4227 | 2026-08-29T21:21:54.254Z | [verify-libraries] Compiling serde_spanned v1.1.1 |
| 4228 | 2026-08-29T21:21:54.269Z | [verify-libraries] Compiling dropshot v0.17.1 |
| 4229 | 2026-08-29T21:21:54.272Z | [verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 4230 | 2026-08-29T21:21:54.272Z | [verify-libraries] Compiling waitgroup v0.1.2 |
| 4231 | 2026-08-29T21:21:54.485Z | [verify-libraries] Compiling rustls-pemfile v2.2.0 |
| 4232 | 2026-08-29T21:21:54.485Z | [verify-libraries] Compiling dropshot_endpoint v0.17.1 |
| 4233 | 2026-08-29T21:21:54.530Z | [verify-libraries] Compiling hostname v0.3.1 |
| 4234 | 2026-08-29T21:21:54.533Z | [verify-libraries] Compiling hostname v0.4.2 |
| 4235 | 2026-08-29T21:21:54.584Z | [verify-libraries] Compiling toml v1.1.2+spec-1.1.0 |
| 4236 | 2026-08-29T21:21:54.584Z | [verify-libraries] Compiling progenitor-client v0.14.0 |
| 4237 | 2026-08-29T21:21:54.588Z | [verify-libraries] Compiling atomicwrites v0.4.4 |
| 4238 | 2026-08-29T21:21:54.668Z | [ host-image] Aug 29 21:21:54.039 INFO O| Aug 29 21:21:54.039 INFO O| Planning: Solver setup ... Done |
| 4239 | 2026-08-29T21:21:54.694Z | [verify-libraries] Compiling compression-codecs v0.4.37 |
| 4240 | 2026-08-29T21:21:54.721Z | [verify-libraries] Compiling slog-bunyan v2.5.0 |
| 4241 | 2026-08-29T21:21:54.745Z | [verify-libraries] Compiling macaddr v1.0.1 |
| 4242 | 2026-08-29T21:21:54.745Z | [verify-libraries] Compiling serde_tokenstream v0.3.0 |
| 4243 | 2026-08-29T21:21:54.749Z | [verify-libraries] Compiling regress v0.10.5 |
| 4244 | 2026-08-29T21:21:54.749Z | [verify-libraries] Compiling instant v0.1.13 |
| 4245 | 2026-08-29T21:21:54.749Z | [verify-libraries] Compiling oxide-generation v0.1.3 |
| 4246 | 2026-08-29T21:21:54.749Z | [verify-libraries] Compiling itertools v0.14.0 |
| 4247 | 2026-08-29T21:21:54.749Z | [verify-libraries] Compiling parse-display-derive v0.10.0 |
| 4248 | 2026-08-29T21:21:54.830Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 4249 | 2026-08-29T21:21:54.834Z | Aug 29 21:21:54.206 INFO [stamp-nexus] process exited with exit status: 0 (5.687036368s) |
| 4250 | 2026-08-29T21:21:54.837Z | Aug 29 21:21:54.206 INFO [tuf-stamp] task succeeded (5.691945096s) |
| 4251 | 2026-08-29T21:21:54.837Z | Aug 29 21:21:54.206 INFO [tuf-v2-zones] running task |
| 4252 | 2026-08-29T21:21:54.936Z | [verify-libraries] Compiling async-compression v0.4.41 |
| 4253 | 2026-08-29T21:21:54.936Z | [verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 4254 | 2026-08-29T21:21:54.947Z | Aug 29 21:21:54.319 INFO [tuf-v2-zones] task succeeded (112.739256ms) |
| 4255 | 2026-08-29T21:21:54.954Z | [ host-image] Aug 29 21:21:54.326 INFO O| Aug 29 21:21:54.326 INFO O| Planning: Running solver ... Done |
| 4256 | 2026-08-29T21:21:55.016Z | [ host-image] Aug 29 21:21:54.385 INFO O| Aug 29 21:21:54.384 INFO O| Planning: Finding local manifests ... Done |
| 4257 | 2026-08-29T21:21:55.040Z | [ host-image] Aug 29 21:21:54.411 INFO O| Aug 29 21:21:54.411 INFO O| Planning: Fetching manifests: 0/130 0% complete |
| 4258 | 2026-08-29T21:21:55.044Z | [verify-libraries] Compiling backoff v0.4.0 |
| 4259 | 2026-08-29T21:21:55.075Z | [verify-libraries] Compiling async-stream v0.3.6 |
| 4260 | 2026-08-29T21:21:55.078Z | [verify-libraries] Compiling backon v1.6.0 |
| 4261 | 2026-08-29T21:21:55.120Z | [verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 4262 | 2026-08-29T21:21:55.123Z | [verify-libraries] Compiling humantime v2.3.0 |
| 4263 | 2026-08-29T21:21:55.123Z | [verify-libraries] Compiling oxide-generation-macros v0.2.0 |
| 4264 | 2026-08-29T21:21:55.123Z | [verify-libraries] Compiling convert_case v0.4.0 |
| 4265 | 2026-08-29T21:21:55.151Z | [ recovery-image] Aug 29 21:21:54.523 INFO O| Aug 29 21:21:54.523 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4266 | 2026-08-29T21:21:55.247Z | [verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 4267 | 2026-08-29T21:21:55.273Z | [verify-libraries] Compiling crucible-workspace-hack v0.1.0 |
| 4268 | 2026-08-29T21:21:55.314Z | [verify-libraries] Compiling progenitor-extras v0.2.0 |
| 4269 | 2026-08-29T21:21:55.338Z | [verify-libraries] Compiling indent_write v2.2.0 |
| 4270 | 2026-08-29T21:21:55.342Z | [verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4271 | 2026-08-29T21:21:55.383Z | [verify-libraries] Compiling regress v0.11.1 |
| 4272 | 2026-08-29T21:21:55.410Z | [verify-libraries] Compiling secrecy v0.10.3 |
| 4273 | 2026-08-29T21:21:55.434Z | [verify-libraries] Compiling unsafe-libyaml v0.2.11 |
| 4274 | 2026-08-29T21:21:55.573Z | [verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4275 | 2026-08-29T21:21:55.609Z | [verify-libraries] Compiling universal-hash v0.5.1 |
| 4276 | 2026-08-29T21:21:55.643Z | [verify-libraries] Compiling thiserror-impl-no-std v2.0.2 |
| 4277 | 2026-08-29T21:21:55.667Z | [verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4278 | 2026-08-29T21:21:55.670Z | [verify-libraries] Compiling derive_more v0.99.20 |
| 4279 | 2026-08-29T21:21:55.764Z | [verify-libraries] Compiling opaque-debug v0.3.1 |
| 4280 | 2026-08-29T21:21:55.801Z | [verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4281 | 2026-08-29T21:21:55.870Z | [verify-libraries] Compiling poly1305 v0.8.0 |
| 4282 | 2026-08-29T21:21:55.893Z | [verify-libraries] Compiling chacha20 v0.9.1 |
| 4283 | 2026-08-29T21:21:55.969Z | [verify-libraries] Compiling blake2 v0.10.6 |
| 4284 | 2026-08-29T21:21:56.048Z | [verify-libraries] Compiling aead v0.5.2 |
| 4285 | 2026-08-29T21:21:56.118Z | [verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 4286 | 2026-08-29T21:21:56.145Z | [verify-libraries] Compiling serde_yaml v0.9.34+deprecated |
| 4287 | 2026-08-29T21:21:56.215Z | [verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4288 | 2026-08-29T21:21:56.299Z | [verify-libraries] Compiling password-hash v0.5.0 |
| 4289 | 2026-08-29T21:21:56.346Z | [verify-libraries] Compiling chacha20poly1305 v0.10.1 |
| 4290 | 2026-08-29T21:21:56.392Z | [verify-libraries] Compiling num-derive v0.4.2 |
| 4291 | 2026-08-29T21:21:56.485Z | [verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 4292 | 2026-08-29T21:21:56.531Z | [ recovery-image] Aug 29 21:21:55.895 INFO O| Aug 29 21:21:55.895 INFO O| Startup: Caching catalogs ... Done |
| 4293 | 2026-08-29T21:21:56.541Z | [ recovery-image] Aug 29 21:21:55.913 INFO O| Aug 29 21:21:55.913 INFO O| Planning: Planning completed in 0.00 seconds |
| 4294 | 2026-08-29T21:21:56.544Z | [ recovery-image] Aug 29 21:21:55.913 INFO O| Aug 29 21:21:55.913 INFO O| Planning: Consolidating action changes ... Done |
| 4295 | 2026-08-29T21:21:56.545Z | [ recovery-image] Aug 29 21:21:55.913 INFO O| Aug 29 21:21:55.913 INFO O| Planning: Evaluating mediators ... Done |
| 4296 | 2026-08-29T21:21:56.545Z | [ recovery-image] Aug 29 21:21:55.913 INFO O| Aug 29 21:21:55.913 INFO O| Planning: Planning completed in 0.00 seconds |
| 4297 | 2026-08-29T21:21:56.545Z | [ recovery-image] Aug 29 21:21:55.914 INFO O| Aug 29 21:21:55.914 INFO O| Variants/Facets to change: 1 |
| 4298 | 2026-08-29T21:21:56.548Z | [verify-libraries] Compiling glob v0.3.3 |
| 4299 | 2026-08-29T21:21:56.558Z | [ recovery-image] Aug 29 21:21:55.930 INFO O| Aug 29 21:21:55.929 INFO O| Finalize: Updating package state database ... Done |
| 4300 | 2026-08-29T21:21:56.558Z | [ recovery-image] Aug 29 21:21:55.930 INFO O| Aug 29 21:21:55.930 INFO O| Finalize: Updating package cache ... Done |
| 4301 | 2026-08-29T21:21:56.579Z | [verify-libraries] Compiling heapless v0.8.0 |
| 4302 | 2026-08-29T21:21:56.636Z | [verify-libraries] Compiling argon2 v0.5.3 |
| 4303 | 2026-08-29T21:21:56.653Z | [ recovery-image] Aug 29 21:21:56.025 INFO O| Aug 29 21:21:56.025 INFO O| Finalize: Updating image state ... Done |
| 4304 | 2026-08-29T21:21:56.671Z | [ recovery-image] Aug 29 21:21:56.042 INFO O| Aug 29 21:21:56.042 INFO O| Finalize: Creating fast lookup database ... Done |
| 4305 | 2026-08-29T21:21:56.674Z | [ recovery-image] Aug 29 21:21:56.043 INFO O| Aug 29 21:21:56.043 INFO O| Finalize: Reading search index ... Done |
| 4306 | 2026-08-29T21:21:56.674Z | [ recovery-image] Aug 29 21:21:56.043 INFO O| Aug 29 21:21:56.043 INFO O| Finalize: Updating search index ... Done |
| 4307 | 2026-08-29T21:21:56.674Z | [ recovery-image] Aug 29 21:21:56.045 INFO O| Aug 29 21:21:56.045 INFO O| Finalize: Updating package cache ... Done |
| 4308 | 2026-08-29T21:21:56.704Z | [verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 4309 | 2026-08-29T21:21:56.733Z | [verify-libraries] Compiling parse-display v0.10.0 |
| 4310 | 2026-08-29T21:21:56.767Z | [verify-libraries] Compiling proc-macro-error v1.0.4 |
| 4311 | 2026-08-29T21:21:56.796Z | [verify-libraries] Compiling ingot-macros v0.2.0 |
| 4312 | 2026-08-29T21:21:56.990Z | [verify-libraries] Compiling tabwriter v1.4.1 |
| 4313 | 2026-08-29T21:21:57.014Z | [ recovery-image] Aug 29 21:21:56.386 INFO O| Aug 29 21:21:56.386 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4314 | 2026-08-29T21:21:57.014Z | [ recovery-image] Aug 29 21:21:56.386 INFO O| Aug 29 21:21:56.386 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4315 | 2026-08-29T21:21:57.017Z | [ recovery-image] Aug 29 21:21:56.386 INFO O| Aug 29 21:21:56.386 INFO skip step because feature "debug_variant" is not enabled |
| 4316 | 2026-08-29T21:21:57.017Z | [ recovery-image] Aug 29 21:21:56.386 INFO O| Aug 29 21:21:56.386 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4317 | 2026-08-29T21:21:57.051Z | [verify-libraries] Compiling typify-impl v0.6.2 |
| 4318 | 2026-08-29T21:21:57.051Z | [verify-libraries] Compiling thiserror-no-std v2.0.2 |
| 4319 | 2026-08-29T21:21:57.097Z | [verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4320 | 2026-08-29T21:21:57.185Z | [verify-libraries] Compiling vsss-rs v3.3.4 |
| 4321 | 2026-08-29T21:21:57.299Z | [verify-libraries] Compiling hash32 v0.3.1 |
| 4322 | 2026-08-29T21:21:57.330Z | [ recovery-image] Aug 29 21:21:56.702 INFO O| Aug 29 21:21:56.702 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4323 | 2026-08-29T21:21:57.478Z | [verify-libraries] Compiling proc-macro-crate v3.4.0 |
| 4324 | 2026-08-29T21:21:57.512Z | [verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 4325 | 2026-08-29T21:21:57.549Z | [verify-libraries] Compiling smoltcp v0.11.0 |
| 4326 | 2026-08-29T21:21:57.617Z | [verify-libraries] Compiling illumos-nvpair-sys v0.2.0 |
| 4327 | 2026-08-29T21:21:57.890Z | [verify-libraries] Compiling cobs v0.3.0 |
| 4328 | 2026-08-29T21:21:57.894Z | [ host-image] Aug 29 21:21:57.263 INFO O| Aug 29 21:21:57.263 INFO O| Planning: Fetching manifests: 130/130 100% complete |
| 4329 | 2026-08-29T21:21:57.932Z | [verify-libraries] Compiling colored v3.1.1 |
| 4330 | 2026-08-29T21:21:57.932Z | [verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 4331 | 2026-08-29T21:21:58.094Z | [verify-libraries] Compiling postcard v1.1.3 |
| 4332 | 2026-08-29T21:21:58.098Z | [verify-libraries] Compiling rayon v1.11.0 |
| 4333 | 2026-08-29T21:21:58.164Z | [verify-libraries] Compiling num_enum_derive v0.7.6 |
| 4334 | 2026-08-29T21:21:58.164Z | [verify-libraries] Compiling rand v0.10.1 |
| 4335 | 2026-08-29T21:21:58.173Z | [verify-libraries] Compiling proc-macro-crate v1.3.1 |
| 4336 | 2026-08-29T21:21:58.412Z | [verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4337 | 2026-08-29T21:21:58.469Z | [verify-libraries] Compiling foreign-types-macros v0.2.3 |
| 4338 | 2026-08-29T21:21:58.520Z | [verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4339 | 2026-08-29T21:21:58.544Z | [verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4340 | 2026-08-29T21:21:58.548Z | [verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4341 | 2026-08-29T21:21:58.551Z | [ host-image] Aug 29 21:21:57.923 INFO O| Aug 29 21:21:57.923 INFO O| Planning: Package planning ... Done |
| 4342 | 2026-08-29T21:21:58.647Z | [verify-libraries] Compiling foreign-types-shared v0.3.1 |
| 4343 | 2026-08-29T21:21:58.755Z | [verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4344 | 2026-08-29T21:21:58.848Z | [verify-libraries] Compiling num_enum_derive v0.5.11 |
| 4345 | 2026-08-29T21:21:58.937Z | [ host-image] Aug 29 21:21:58.308 INFO O| Aug 29 21:21:58.308 INFO O| Planning: Merging actions ... Done |
| 4346 | 2026-08-29T21:21:58.940Z | [verify-libraries] Compiling illumos-nvpair v0.3.0 |
| 4347 | 2026-08-29T21:21:58.940Z | [verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 4348 | 2026-08-29T21:21:59.076Z | [ host-image] Aug 29 21:21:58.445 INFO O| Aug 29 21:21:58.445 INFO O| Planning: Checking for conflicting actions ... Done |
| 4349 | 2026-08-29T21:21:59.156Z | [verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 4350 | 2026-08-29T21:21:59.198Z | [verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4351 | 2026-08-29T21:21:59.210Z | [ host-image] Aug 29 21:21:58.582 INFO O| Aug 29 21:21:58.581 INFO O| Planning: Consolidating action changes ... Done |
| 4352 | 2026-08-29T21:21:59.253Z | [verify-libraries] Compiling cstr-argument v0.1.2 |
| 4353 | 2026-08-29T21:21:59.282Z | [verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 4354 | 2026-08-29T21:21:59.282Z | [verify-libraries] Compiling foreign-types v0.5.0 |
| 4355 | 2026-08-29T21:21:59.396Z | [verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 4356 | 2026-08-29T21:21:59.396Z | [ host-image] Aug 29 21:21:58.766 INFO O| Aug 29 21:21:58.766 INFO O| Planning: Evaluating mediators ... Done |
| 4357 | 2026-08-29T21:21:59.455Z | [ recovery-image] Aug 29 21:21:58.827 INFO O| Aug 29 21:21:58.827 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4358 | 2026-08-29T21:21:59.458Z | [verify-libraries] Compiling num_enum v0.7.6 |
| 4359 | 2026-08-29T21:21:59.461Z | [verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 4360 | 2026-08-29T21:21:59.545Z | [verify-libraries] Compiling sigpipe v0.1.3 |
| 4361 | 2026-08-29T21:21:59.624Z | [verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 4362 | 2026-08-29T21:21:59.659Z | [verify-libraries] Compiling zone_cfg_derive v0.3.1 |
| 4363 | 2026-08-29T21:21:59.698Z | [verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 4364 | 2026-08-29T21:21:59.701Z | [verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 4365 | 2026-08-29T21:21:59.702Z | [verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 4366 | 2026-08-29T21:21:59.761Z | [verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4367 | 2026-08-29T21:21:59.764Z | [verify-libraries] Compiling itertools v0.12.1 |
| 4368 | 2026-08-29T21:21:59.884Z | [verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4369 | 2026-08-29T21:21:59.917Z | [ recovery-image] Aug 29 21:21:59.289 INFO O| Aug 29 21:21:59.289 INFO O| Startup: Caching catalogs ... Done |
| 4370 | 2026-08-29T21:21:59.939Z | [ recovery-image] Aug 29 21:21:59.307 INFO O| Aug 29 21:21:59.307 INFO O| Planning: Planning completed in 0.00 seconds |
| 4371 | 2026-08-29T21:21:59.939Z | [ recovery-image] Aug 29 21:21:59.308 INFO O| Aug 29 21:21:59.308 INFO O| Planning: Consolidating action changes ... Done |
| 4372 | 2026-08-29T21:21:59.939Z | [ recovery-image] Aug 29 21:21:59.308 INFO O| Aug 29 21:21:59.308 INFO O| Planning: Evaluating mediators ... Done |
| 4373 | 2026-08-29T21:21:59.939Z | [ recovery-image] Aug 29 21:21:59.308 INFO O| Aug 29 21:21:59.308 INFO O| Planning: Planning completed in 0.00 seconds |
| 4374 | 2026-08-29T21:21:59.939Z | [ recovery-image] Aug 29 21:21:59.308 INFO O| Aug 29 21:21:59.308 INFO O| Variants/Facets to change: 1 |
| 4375 | 2026-08-29T21:21:59.944Z | [verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4376 | 2026-08-29T21:21:59.947Z | [ recovery-image] Aug 29 21:21:59.319 INFO O| Aug 29 21:21:59.319 INFO O| Finalize: Updating package state database ... Done |
| 4377 | 2026-08-29T21:21:59.947Z | [ recovery-image] Aug 29 21:21:59.319 INFO O| Aug 29 21:21:59.319 INFO O| Finalize: Updating package cache ... Done |
| 4378 | 2026-08-29T21:21:59.979Z | [verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4379 | 2026-08-29T21:22:00.035Z | [ recovery-image] Aug 29 21:21:59.406 INFO O| Aug 29 21:21:59.406 INFO O| Finalize: Updating image state ... Done |
| 4380 | 2026-08-29T21:22:00.048Z | [verify-libraries] Compiling num_enum v0.5.11 |
| 4381 | 2026-08-29T21:22:00.048Z | [verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 4382 | 2026-08-29T21:22:00.052Z | [ recovery-image] Aug 29 21:21:59.423 INFO O| Aug 29 21:21:59.423 INFO O| Finalize: Creating fast lookup database ... Done |
| 4383 | 2026-08-29T21:22:00.052Z | [ recovery-image] Aug 29 21:21:59.424 INFO O| Aug 29 21:21:59.424 INFO O| Finalize: Reading search index ... Done |
| 4384 | 2026-08-29T21:22:00.052Z | [ recovery-image] Aug 29 21:21:59.424 INFO O| Aug 29 21:21:59.424 INFO O| Finalize: Updating search index ... Done |
| 4385 | 2026-08-29T21:22:00.055Z | [ recovery-image] Aug 29 21:21:59.425 INFO O| Aug 29 21:21:59.425 INFO O| Finalize: Updating package cache ... Done |
| 4386 | 2026-08-29T21:22:00.114Z | [verify-libraries] Compiling ingot-types v0.2.0 |
| 4387 | 2026-08-29T21:22:00.215Z | [verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 4388 | 2026-08-29T21:22:00.215Z | [verify-libraries] Compiling tokio-dtrace v0.1.1 |
| 4389 | 2026-08-29T21:22:00.279Z | [verify-libraries] Compiling smf v0.2.3 |
| 4390 | 2026-08-29T21:22:00.279Z | [verify-libraries] Compiling whoami v1.6.1 |
| 4391 | 2026-08-29T21:22:00.332Z | [verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4392 | 2026-08-29T21:22:00.332Z | [verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4393 | 2026-08-29T21:22:00.354Z | [ recovery-image] Aug 29 21:21:59.726 INFO O| Aug 29 21:21:59.726 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4394 | 2026-08-29T21:22:00.354Z | [ recovery-image] Aug 29 21:21:59.726 INFO O| Aug 29 21:21:59.726 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4395 | 2026-08-29T21:22:00.396Z | [verify-libraries] Compiling oxide-update-engine-types v0.1.2 |
| 4396 | 2026-08-29T21:22:00.594Z | [verify-libraries] Compiling ingot v0.2.1 |
| 4397 | 2026-08-29T21:22:00.628Z | [verify-libraries] Compiling oxide-tokio-rt v0.1.4 |
| 4398 | 2026-08-29T21:22:00.650Z | [verify-libraries] Compiling gethostname v0.5.0 |
| 4399 | 2026-08-29T21:22:00.653Z | [verify-libraries] Compiling cancel-safe-futures v0.1.5 |
| 4400 | 2026-08-29T21:22:00.672Z | [ recovery-image] Aug 29 21:22:00.043 INFO O| Aug 29 21:22:00.043 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"] |
| 4401 | 2026-08-29T21:22:00.705Z | [verify-libraries] Compiling slog-dtrace v0.3.0 |
| 4402 | 2026-08-29T21:22:00.811Z | [ host-image] Aug 29 21:22:00.183 INFO O| Aug 29 21:22:00.183 INFO O| Planning: Planning completed in 8.79 seconds |
| 4403 | 2026-08-29T21:22:00.814Z | [ host-image] Aug 29 21:22:00.185 INFO O| Aug 29 21:22:00.185 INFO O| Packages to install: 130 |
| 4404 | 2026-08-29T21:22:00.814Z | [ host-image] Aug 29 21:22:00.185 INFO O| Aug 29 21:22:00.185 INFO O| Mediators to change: 5 |
| 4405 | 2026-08-29T21:22:00.814Z | [ host-image] Aug 29 21:22:00.185 INFO O| Aug 29 21:22:00.185 INFO O| Services to change: 6 |
| 4406 | 2026-08-29T21:22:00.846Z | [verify-libraries] Compiling newline-converter v0.3.0 |
| 4407 | 2026-08-29T21:22:00.850Z | [ host-image] Aug 29 21:22:00.223 INFO O| Aug 29 21:22:00.223 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete |
| 4408 | 2026-08-29T21:22:00.887Z | [verify-libraries] Compiling console v0.15.11 |
| 4409 | 2026-08-29T21:22:00.972Z | [verify-libraries] Compiling linear-map v1.2.0 |
| 4410 | 2026-08-29T21:22:01.025Z | [verify-libraries] Compiling num-rational v0.4.2 |
| 4411 | 2026-08-29T21:22:01.049Z | [verify-libraries] Compiling zone v0.3.1 |
| 4412 | 2026-08-29T21:22:01.049Z | [verify-libraries] Compiling num-complex v0.4.6 |
| 4413 | 2026-08-29T21:22:01.129Z | [verify-libraries] Compiling prettyplease v0.2.37 |
| 4414 | 2026-08-29T21:22:01.227Z | [verify-libraries] Compiling float-ord v0.3.2 |
| 4415 | 2026-08-29T21:22:01.420Z | [verify-libraries] Compiling expectorate v1.2.0 |
| 4416 | 2026-08-29T21:22:01.532Z | [verify-libraries] Compiling num v0.4.3 |
| 4417 | 2026-08-29T21:22:01.563Z | [verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4418 | 2026-08-29T21:22:01.566Z | [verify-libraries] Compiling minimal-lexical v0.2.1 |
| 4419 | 2026-08-29T21:22:01.650Z | [verify-libraries] Compiling oxide-update-engine v0.1.2 |
| 4420 | 2026-08-29T21:22:01.678Z | [verify-libraries] Compiling unicode-xid v0.2.6 |
| 4421 | 2026-08-29T21:22:01.699Z | [verify-libraries] Compiling tabled_derive v0.7.0 |
| 4422 | 2026-08-29T21:22:01.703Z | [verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 4423 | 2026-08-29T21:22:01.815Z | [verify-libraries] Compiling ar_archive_writer v0.5.1 |
| 4424 | 2026-08-29T21:22:01.853Z | [verify-libraries] Compiling nom v7.1.3 |
| 4425 | 2026-08-29T21:22:01.908Z | [verify-libraries] Compiling fd-lock v4.0.4 |
| 4426 | 2026-08-29T21:22:01.911Z | [verify-libraries] Compiling vte v0.14.1 |
| 4427 | 2026-08-29T21:22:01.972Z | [verify-libraries] Compiling display-error-chain v0.2.2 |
| 4428 | 2026-08-29T21:22:02.136Z | [verify-libraries] Compiling strip-ansi-escapes v0.2.1 |
| 4429 | 2026-08-29T21:22:02.191Z | [verify-libraries] Compiling crossterm v0.29.0 |
| 4430 | 2026-08-29T21:22:02.216Z | [verify-libraries] Compiling nu-ansi-term v0.50.3 |
| 4431 | 2026-08-29T21:22:02.216Z | [verify-libraries] Compiling typify-macro v0.6.2 |
| 4432 | 2026-08-29T21:22:02.267Z | [verify-libraries] Compiling stacker v0.1.23 |
| 4433 | 2026-08-29T21:22:02.397Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
| 4434 | 2026-08-29T21:22:02.464Z | [verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4435 | 2026-08-29T21:22:02.509Z | [verify-libraries] Compiling reedline v0.40.0 |
| 4436 | 2026-08-29T21:22:02.537Z | [verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4437 | 2026-08-29T21:22:02.589Z | [verify-libraries] Compiling nix v0.28.0 |
| 4438 | 2026-08-29T21:22:02.643Z | [verify-libraries] Compiling termtree v0.5.1 |
| 4439 | 2026-08-29T21:22:02.736Z | [verify-libraries] Compiling semver v0.1.20 |
| 4440 | 2026-08-29T21:22:02.761Z | [ recovery-image] Aug 29 21:22:02.133 INFO O| Aug 29 21:22:02.133 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4441 | 2026-08-29T21:22:02.777Z | [verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 4442 | 2026-08-29T21:22:02.817Z | [verify-libraries] Compiling psm v0.1.30 |
| 4443 | 2026-08-29T21:22:02.852Z | [verify-libraries] Compiling phf_shared v0.12.1 |
| 4444 | 2026-08-29T21:22:02.855Z | [verify-libraries] Compiling tabled v0.15.0 |
| 4445 | 2026-08-29T21:22:02.855Z | [verify-libraries] Compiling recursive-proc-macro-impl v0.1.1 |
| 4446 | 2026-08-29T21:22:02.928Z | [verify-libraries] Compiling nibble_vec v0.1.0 |
| 4447 | 2026-08-29T21:22:03.090Z | [verify-libraries] Compiling rustc_version v0.1.7 |
| 4448 | 2026-08-29T21:22:03.125Z | [verify-libraries] Compiling endian-type v0.1.2 |
| 4449 | 2026-08-29T21:22:03.160Z | [verify-libraries] Compiling highway v1.3.0 |
| 4450 | 2026-08-29T21:22:03.160Z | [verify-libraries] Compiling chrono-tz v0.10.4 |
| 4451 | 2026-08-29T21:22:03.259Z | [ recovery-image] Aug 29 21:22:02.630 INFO O| Aug 29 21:22:02.630 INFO O| Startup: Caching catalogs ... Done |
| 4452 | 2026-08-29T21:22:03.276Z | [ recovery-image] Aug 29 21:22:02.648 INFO O| Aug 29 21:22:02.648 INFO O| Planning: Planning completed in 0.00 seconds |
| 4453 | 2026-08-29T21:22:03.280Z | [ recovery-image] Aug 29 21:22:02.649 INFO O| Aug 29 21:22:02.649 INFO O| Planning: Consolidating action changes ... Done |
| 4454 | 2026-08-29T21:22:03.280Z | [ recovery-image] Aug 29 21:22:02.649 INFO O| Aug 29 21:22:02.649 INFO O| Planning: Evaluating mediators ... Done |
| 4455 | 2026-08-29T21:22:03.280Z | [ recovery-image] Aug 29 21:22:02.649 INFO O| Aug 29 21:22:02.649 INFO O| Planning: Planning completed in 0.00 seconds |
| 4456 | 2026-08-29T21:22:03.280Z | [ recovery-image] Aug 29 21:22:02.649 INFO O| Aug 29 21:22:02.649 INFO O| Variants/Facets to change: 1 |
| 4457 | 2026-08-29T21:22:03.288Z | [ recovery-image] Aug 29 21:22:02.660 INFO O| Aug 29 21:22:02.660 INFO O| Finalize: Updating package state database ... Done |
| 4458 | 2026-08-29T21:22:03.288Z | [ recovery-image] Aug 29 21:22:02.660 INFO O| Aug 29 21:22:02.660 INFO O| Finalize: Updating package cache ... Done |
| 4459 | 2026-08-29T21:22:03.339Z | [verify-libraries] Compiling radix_trie v0.2.1 |
| 4460 | 2026-08-29T21:22:03.367Z | [ recovery-image] Aug 29 21:22:02.739 INFO O| Aug 29 21:22:02.738 INFO O| Finalize: Updating image state ... Done |
| 4461 | 2026-08-29T21:22:03.407Z | [ recovery-image] Aug 29 21:22:02.773 INFO O| Aug 29 21:22:02.773 INFO O| Finalize: Creating fast lookup database ... Done |
| 4462 | 2026-08-29T21:22:03.407Z | [ recovery-image] Aug 29 21:22:02.773 INFO O| Aug 29 21:22:02.773 INFO O| Finalize: Reading search index ... Done |
| 4463 | 2026-08-29T21:22:03.407Z | [ recovery-image] Aug 29 21:22:02.773 INFO O| Aug 29 21:22:02.773 INFO O| Finalize: Updating search index ... Done |
| 4464 | 2026-08-29T21:22:03.411Z | [ recovery-image] Aug 29 21:22:02.774 INFO O| Aug 29 21:22:02.774 INFO O| Finalize: Updating package cache ... Done |
| 4465 | 2026-08-29T21:22:03.492Z | [verify-libraries] Compiling newtype_derive v0.1.6 |
| 4466 | 2026-08-29T21:22:03.545Z | [verify-libraries] Compiling phf v0.12.1 |
| 4467 | 2026-08-29T21:22:03.548Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 4468 | 2026-08-29T21:22:03.627Z | [verify-libraries] Compiling const_format_proc_macros v0.2.34 |
| 4469 | 2026-08-29T21:22:03.689Z | [verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 4470 | 2026-08-29T21:22:03.760Z | [verify-libraries] Compiling peg-macros v0.8.5 |
| 4471 | 2026-08-29T21:22:03.791Z | [ recovery-image] Aug 29 21:22:03.162 INFO O| Aug 29 21:22:03.162 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 4472 | 2026-08-29T21:22:03.791Z | [ recovery-image] Aug 29 21:22:03.162 INFO O| Aug 29 21:22:03.162 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4473 | 2026-08-29T21:22:03.805Z | [verify-libraries] Compiling sqlparser_derive v0.5.0 |
| 4474 | 2026-08-29T21:22:03.808Z | [verify-libraries] Compiling csv-core v0.1.13 |
| 4475 | 2026-08-29T21:22:03.808Z | [verify-libraries] Compiling winnow v0.6.26 |
| 4476 | 2026-08-29T21:22:03.921Z | [verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4477 | 2026-08-29T21:22:03.953Z | [verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4478 | 2026-08-29T21:22:04.154Z | [ recovery-image] Aug 29 21:22:03.526 INFO O| Aug 29 21:22:03.526 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"] |
| 4479 | 2026-08-29T21:22:04.167Z | [verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 4480 | 2026-08-29T21:22:04.218Z | [verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4481 | 2026-08-29T21:22:04.288Z | [verify-libraries] Compiling typify v0.6.2 |
| 4482 | 2026-08-29T21:22:04.389Z | [verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 4483 | 2026-08-29T21:22:04.511Z | [verify-libraries] Compiling progenitor-impl v0.14.0 |
| 4484 | 2026-08-29T21:22:04.834Z | [verify-libraries] Compiling home v0.5.12 |
| 4485 | 2026-08-29T21:22:05.022Z | [verify-libraries] Compiling recursive v0.1.1 |
| 4486 | 2026-08-29T21:22:05.023Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
| 4487 | 2026-08-29T21:22:05.070Z | [verify-libraries] Compiling rustyline v14.0.0 |
| 4488 | 2026-08-29T21:22:05.095Z | [verify-libraries] Compiling const_format v0.2.35 |
| 4489 | 2026-08-29T21:22:05.188Z | [verify-libraries] Compiling sqlparser v0.61.0 |
| 4490 | 2026-08-29T21:22:05.316Z | [verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4491 | 2026-08-29T21:22:05.352Z | [verify-libraries] Compiling peg v0.8.5 |
| 4492 | 2026-08-29T21:22:05.423Z | [verify-libraries] Compiling sqlformat v0.3.5 |
| 4493 | 2026-08-29T21:22:05.503Z | [verify-libraries] Compiling csv v1.4.0 |
| 4494 | 2026-08-29T21:22:05.541Z | [verify-libraries] Compiling bcs v0.1.6 |
| 4495 | 2026-08-29T21:22:05.609Z | [verify-libraries] Compiling nom v8.0.0 |
| 4496 | 2026-08-29T21:22:05.758Z | [verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4497 | 2026-08-29T21:22:05.863Z | [ host-image] Aug 29 21:22:05.235 INFO O| Aug 29 21:22:05.235 INFO O| Download: 10952/23888 items 96.5/222.8MB 43% complete (19.4M/s) |
| 4498 | 2026-08-29T21:22:05.958Z | [verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 4499 | 2026-08-29T21:22:06.058Z | [verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4500 | 2026-08-29T21:22:06.086Z | [verify-libraries] Compiling steno v0.4.1 |
| 4501 | 2026-08-29T21:22:06.177Z | [verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 4502 | 2026-08-29T21:22:06.302Z | [verify-libraries] Compiling utf-8 v0.7.6 |
| 4503 | 2026-08-29T21:22:06.460Z | [verify-libraries] Compiling dropshot-api-manager-types v0.8.0 |
| 4504 | 2026-08-29T21:22:06.464Z | [ recovery-image] Aug 29 21:22:05.836 INFO O| Aug 29 21:22:05.836 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4505 | 2026-08-29T21:22:06.506Z | [verify-libraries] Compiling tagptr v0.2.0 |
| 4506 | 2026-08-29T21:22:06.555Z | [verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4507 | 2026-08-29T21:22:06.711Z | [verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 4508 | 2026-08-29T21:22:06.734Z | [verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4509 | 2026-08-29T21:22:06.769Z | [verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 4510 | 2026-08-29T21:22:06.832Z | [verify-libraries] Compiling moka v0.12.13 |
| 4511 | 2026-08-29T21:22:06.902Z | [verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 4512 | 2026-08-29T21:22:06.909Z | [verify-libraries] Compiling tungstenite v0.21.0 |
| 4513 | 2026-08-29T21:22:06.977Z | [ recovery-image] Aug 29 21:22:06.349 INFO O| Aug 29 21:22:06.349 INFO O| Startup: Caching catalogs ... Done |
| 4514 | 2026-08-29T21:22:06.995Z | [ recovery-image] Aug 29 21:22:06.367 INFO O| Aug 29 21:22:06.367 INFO O| Planning: Planning completed in 0.00 seconds |
| 4515 | 2026-08-29T21:22:06.998Z | [ recovery-image] Aug 29 21:22:06.368 INFO O| Aug 29 21:22:06.368 INFO O| Planning: Consolidating action changes ... Done |
| 4516 | 2026-08-29T21:22:06.998Z | [ recovery-image] Aug 29 21:22:06.368 INFO O| Aug 29 21:22:06.368 INFO O| Planning: Evaluating mediators ... Done |
| 4517 | 2026-08-29T21:22:06.998Z | [ recovery-image] Aug 29 21:22:06.368 INFO O| Aug 29 21:22:06.368 INFO O| Planning: Planning completed in 0.00 seconds |
| 4518 | 2026-08-29T21:22:06.998Z | [ recovery-image] Aug 29 21:22:06.368 INFO O| Aug 29 21:22:06.368 INFO O| Variants/Facets to change: 1 |
| 4519 | 2026-08-29T21:22:07.008Z | [ recovery-image] Aug 29 21:22:06.380 INFO O| Aug 29 21:22:06.380 INFO O| Finalize: Updating package state database ... Done |
| 4520 | 2026-08-29T21:22:07.008Z | [ recovery-image] Aug 29 21:22:06.380 INFO O| Aug 29 21:22:06.380 INFO O| Finalize: Updating package cache ... Done |
| 4521 | 2026-08-29T21:22:07.077Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4522 | 2026-08-29T21:22:07.094Z | [ recovery-image] Aug 29 21:22:06.466 INFO O| Aug 29 21:22:06.466 INFO O| Finalize: Updating image state ... Done |
| 4523 | 2026-08-29T21:22:07.108Z | [verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 4524 | 2026-08-29T21:22:07.112Z | [ recovery-image] Aug 29 21:22:06.484 INFO O| Aug 29 21:22:06.484 INFO O| Finalize: Creating fast lookup database ... Done |
| 4525 | 2026-08-29T21:22:07.116Z | [ recovery-image] Aug 29 21:22:06.485 INFO O| Aug 29 21:22:06.485 INFO O| Finalize: Reading search index ... Done |
| 4526 | 2026-08-29T21:22:07.116Z | [ recovery-image] Aug 29 21:22:06.485 INFO O| Aug 29 21:22:06.485 INFO O| Finalize: Updating search index ... Done |
| 4527 | 2026-08-29T21:22:07.124Z | [ recovery-image] Aug 29 21:22:06.495 INFO O| Aug 29 21:22:06.495 INFO O| Finalize: Updating package cache ... Done |
| 4528 | 2026-08-29T21:22:07.144Z | [verify-libraries] Compiling libefi-sys v0.1.0 |
| 4529 | 2026-08-29T21:22:07.174Z | [verify-libraries] Compiling bitfield-struct v0.6.2 |
| 4530 | 2026-08-29T21:22:07.238Z | [verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4531 | 2026-08-29T21:22:07.374Z | [verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 4532 | 2026-08-29T21:22:07.424Z | [verify-libraries] Compiling progenitor-macro v0.14.0 |
| 4533 | 2026-08-29T21:22:07.432Z | [ recovery-image] Aug 29 21:22:06.804 INFO O| Aug 29 21:22:06.804 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 4534 | 2026-08-29T21:22:07.432Z | [ recovery-image] Aug 29 21:22:06.804 INFO O| Aug 29 21:22:06.804 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4535 | 2026-08-29T21:22:07.442Z | [ recovery-image] Aug 29 21:22:06.814 INFO O| Aug 29 21:22:06.814 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"] |
| 4536 | 2026-08-29T21:22:07.753Z | [verify-libraries] Compiling hickory-resolver v0.25.2 |
| 4537 | 2026-08-29T21:22:07.756Z | [verify-libraries] Compiling tokio-tungstenite v0.21.0 |
| 4538 | 2026-08-29T21:22:07.803Z | [verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 4539 | 2026-08-29T21:22:07.897Z | [verify-libraries] Compiling xshell-macros v0.2.7 |
| 4540 | 2026-08-29T21:22:08.018Z | [verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4541 | 2026-08-29T21:22:08.049Z | [verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4542 | 2026-08-29T21:22:08.248Z | [verify-libraries] Compiling libscf-sys v1.2.0 |
| 4543 | 2026-08-29T21:22:08.289Z | [verify-libraries] Compiling sha2 v0.11.0 |
| 4544 | 2026-08-29T21:22:08.332Z | [verify-libraries] Compiling subprocess v0.2.15 |
| 4545 | 2026-08-29T21:22:08.429Z | [verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4546 | 2026-08-29T21:22:08.512Z | [verify-libraries] Compiling xshell v0.2.7 |
| 4547 | 2026-08-29T21:22:08.513Z | [verify-libraries] Compiling papergrid v0.18.0 |
| 4548 | 2026-08-29T21:22:08.605Z | [verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4549 | 2026-08-29T21:22:09.093Z | [verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4550 | 2026-08-29T21:22:09.165Z | [verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4551 | 2026-08-29T21:22:09.201Z | [verify-libraries] Compiling headers-core v0.3.0 |
| 4552 | 2026-08-29T21:22:09.302Z | [verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4553 | 2026-08-29T21:22:09.353Z | [verify-libraries] Compiling unicase v2.9.0 |
| 4554 | 2026-08-29T21:22:09.393Z | [verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 4555 | 2026-08-29T21:22:09.429Z | [verify-libraries] Compiling headers v0.4.1 |
| 4556 | 2026-08-29T21:22:09.643Z | [verify-libraries] Compiling tabled v0.21.0 |
| 4557 | 2026-08-29T21:22:09.908Z | [verify-libraries] Compiling darling_core v0.21.3 |
| 4558 | 2026-08-29T21:22:09.924Z | [ recovery-image] Aug 29 21:22:09.296 INFO O| Aug 29 21:22:09.296 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4559 | 2026-08-29T21:22:09.948Z | [verify-libraries] Compiling maplit v1.0.2 |
| 4560 | 2026-08-29T21:22:10.137Z | [verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4561 | 2026-08-29T21:22:10.167Z | [verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4562 | 2026-08-29T21:22:10.288Z | [verify-libraries] Compiling yasna v0.5.2 |
| 4563 | 2026-08-29T21:22:10.386Z | [verify-libraries] Compiling crc8 v0.1.1 |
| 4564 | 2026-08-29T21:22:10.415Z | [ recovery-image] Aug 29 21:22:09.786 INFO O| Aug 29 21:22:09.786 INFO O| Startup: Caching catalogs ... Done |
| 4565 | 2026-08-29T21:22:10.471Z | [verify-libraries] Compiling vergen-lib v0.1.6 |
| 4566 | 2026-08-29T21:22:10.530Z | [verify-libraries] Compiling diesel_derives v2.3.7 |
| 4567 | 2026-08-29T21:22:10.605Z | [verify-libraries] Compiling port-file v0.1.0 |
| 4568 | 2026-08-29T21:22:10.679Z | [verify-libraries] Compiling vergen-gitcl v1.0.8 |
| 4569 | 2026-08-29T21:22:10.784Z | [verify-libraries] Compiling scheduled-thread-pool v0.2.7 |
| 4570 | 2026-08-29T21:22:10.836Z | [verify-libraries] Compiling rcgen v0.12.1 |
| 4571 | 2026-08-29T21:22:10.864Z | [ host-image] Aug 29 21:22:10.235 INFO O| Aug 29 21:22:10.235 INFO O| Download: 22871/23888 items 205.8/222.8MB 92% complete (20.5M/s) |
| 4572 | 2026-08-29T21:22:10.927Z | [verify-libraries] Compiling diesel_table_macro_syntax v0.3.0 |
| 4573 | 2026-08-29T21:22:10.961Z | [verify-libraries] Compiling half v1.8.3 |
| 4574 | 2026-08-29T21:22:11.107Z | [verify-libraries] Compiling r2d2 v0.8.10 |
| 4575 | 2026-08-29T21:22:11.185Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4576 | 2026-08-29T21:22:11.224Z | [verify-libraries] Compiling serde_cbor v0.11.2 |
| 4577 | 2026-08-29T21:22:11.289Z | [verify-libraries] Compiling dirs-sys-next v0.1.2 |
| 4578 | 2026-08-29T21:22:11.610Z | [verify-libraries] Compiling crunchy v0.2.4 |
| 4579 | 2026-08-29T21:22:11.681Z | [ host-image] Aug 29 21:22:11.053 INFO O| Aug 29 21:22:11.053 INFO O| Download: Completed 222.83 MB in 10.83 seconds (20.5M/s) |
| 4580 | 2026-08-29T21:22:11.681Z | [verify-libraries] Compiling cpubits v0.1.1 |
| 4581 | 2026-08-29T21:22:11.782Z | [verify-libraries] Compiling downcast-rs v2.0.2 |
| 4582 | 2026-08-29T21:22:11.821Z | [verify-libraries] Compiling dirs-next v2.0.0 |
| 4583 | 2026-08-29T21:22:11.924Z | [verify-libraries] Compiling clang-sys v1.8.1 |
| 4584 | 2026-08-29T21:22:11.953Z | [verify-libraries] Compiling tiny-keccak v2.0.2 |
| 4585 | 2026-08-29T21:22:12.037Z | [verify-libraries] Compiling term v0.7.0 |
| 4586 | 2026-08-29T21:22:12.127Z | [ host-image] Aug 29 21:22:11.499 INFO O| Aug 29 21:22:11.499 INFO O| Actions: 1/54182 actions (Installing new actions) |
| 4587 | 2026-08-29T21:22:12.186Z | [verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 4588 | 2026-08-29T21:22:12.357Z | [verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4589 | 2026-08-29T21:22:12.418Z | [verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4590 | 2026-08-29T21:22:12.491Z | [verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4591 | 2026-08-29T21:22:12.560Z | [verify-libraries] Compiling darling_macro v0.21.3 |
| 4592 | 2026-08-29T21:22:12.563Z | [verify-libraries] Compiling bit-vec v0.6.3 |
| 4593 | 2026-08-29T21:22:12.647Z | [verify-libraries] Compiling diff v0.1.13 |
| 4594 | 2026-08-29T21:22:12.681Z | [verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4595 | 2026-08-29T21:22:12.681Z | [verify-libraries] Compiling ascii-canvas v3.0.0 |
| 4596 | 2026-08-29T21:22:12.788Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4597 | 2026-08-29T21:22:12.863Z | [verify-libraries] Compiling bit-set v0.5.3 |
| 4598 | 2026-08-29T21:22:12.895Z | [verify-libraries] Compiling itertools v0.10.5 |
| 4599 | 2026-08-29T21:22:12.987Z | [verify-libraries] Compiling ena v0.14.4 |
| 4600 | 2026-08-29T21:22:13.046Z | [verify-libraries] Compiling progenitor v0.14.0 |
| 4601 | 2026-08-29T21:22:13.078Z | [verify-libraries] Compiling libloading v0.8.9 |
| 4602 | 2026-08-29T21:22:13.082Z | [verify-libraries] Compiling regex-syntax v0.6.29 |
| 4603 | 2026-08-29T21:22:13.150Z | [verify-libraries] Compiling darling v0.21.3 |
| 4604 | 2026-08-29T21:22:13.189Z | [verify-libraries] Compiling bindgen v0.71.1 |
| 4605 | 2026-08-29T21:22:13.314Z | [verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4606 | 2026-08-29T21:22:13.314Z | [verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4607 | 2026-08-29T21:22:13.314Z | [verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4608 | 2026-08-29T21:22:13.414Z | [verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4609 | 2026-08-29T21:22:13.433Z | [ recovery-image] Aug 29 21:22:12.805 INFO O| Aug 29 21:22:12.805 INFO O| Planning: Solver setup ... Done |
| 4610 | 2026-08-29T21:22:13.437Z | [verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 4611 | 2026-08-29T21:22:13.440Z | [verify-libraries] Compiling dsl_auto_type v0.2.0 |
| 4612 | 2026-08-29T21:22:13.447Z | [verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 4613 | 2026-08-29T21:22:13.518Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4614 | 2026-08-29T21:22:13.791Z | [verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4615 | 2026-08-29T21:22:13.821Z | [ recovery-image] Aug 29 21:22:13.193 INFO O| Aug 29 21:22:13.193 INFO O| Planning: Running solver ... Done |
| 4616 | 2026-08-29T21:22:13.880Z | [ recovery-image] Aug 29 21:22:13.251 INFO O| Aug 29 21:22:13.251 INFO O| Planning: Finding local manifests ... Done |
| 4617 | 2026-08-29T21:22:13.934Z | [ recovery-image] Aug 29 21:22:13.306 INFO O| Aug 29 21:22:13.306 INFO O| Planning: Fetching manifests: 0/130 0% complete |
| 4618 | 2026-08-29T21:22:13.941Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 4619 | 2026-08-29T21:22:14.336Z | [verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4620 | 2026-08-29T21:22:14.342Z | [verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4621 | 2026-08-29T21:22:14.342Z | [verify-libraries] Compiling cexpr v0.6.0 |
| 4622 | 2026-08-29T21:22:14.446Z | [verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4623 | 2026-08-29T21:22:14.616Z | [verify-libraries] Compiling pem-rfc7468 v1.0.0 |
| 4624 | 2026-08-29T21:22:14.746Z | [verify-libraries] Compiling lalrpop v0.19.12 |
| 4625 | 2026-08-29T21:22:15.064Z | [verify-libraries] Compiling rustc-hash v2.1.1 |
| 4626 | 2026-08-29T21:22:15.137Z | [verify-libraries] Compiling libxml v0.3.3 |
| 4627 | 2026-08-29T21:22:15.206Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4628 | 2026-08-29T21:22:15.317Z | [verify-libraries] Compiling strum_macros v0.24.3 |
| 4629 | 2026-08-29T21:22:15.503Z | [verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4630 | 2026-08-29T21:22:15.559Z | [verify-libraries] Compiling hmac v0.13.0 |
| 4631 | 2026-08-29T21:22:15.621Z | [verify-libraries] Compiling universal-hash v0.6.1 |
| 4632 | 2026-08-29T21:22:15.621Z | [verify-libraries] Compiling fxhash v0.2.1 |
| 4633 | 2026-08-29T21:22:15.810Z | [verify-libraries] Compiling indoc v1.0.9 |
| 4634 | 2026-08-29T21:22:16.086Z | [verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4635 | 2026-08-29T21:22:16.139Z | [verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 4636 | 2026-08-29T21:22:16.210Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4637 | 2026-08-29T21:22:16.352Z | [verify-libraries] Compiling oso-derive v0.27.3 |
| 4638 | 2026-08-29T21:22:16.450Z | [verify-libraries] Compiling quick-xml v0.37.5 |
| 4639 | 2026-08-29T21:22:16.532Z | [verify-libraries] Compiling impl-trait-for-tuples v0.2.3 |
| 4640 | 2026-08-29T21:22:16.601Z | [verify-libraries] Compiling openssl-probe v0.1.6 |
| 4641 | 2026-08-29T21:22:16.999Z | [verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4642 | 2026-08-29T21:22:17.027Z | [verify-libraries] Compiling polyval v0.7.1 |
| 4643 | 2026-08-29T21:22:17.050Z | [verify-libraries] Compiling der v0.8.0 |
| 4644 | 2026-08-29T21:22:17.095Z | [verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4645 | 2026-08-29T21:22:17.127Z | [ host-image] Aug 29 21:22:16.499 INFO O| Aug 29 21:22:16.499 INFO O| Actions: 22034/54182 actions (Installing new actions) |
| 4646 | 2026-08-29T21:22:17.174Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4647 | 2026-08-29T21:22:17.353Z | [verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4648 | 2026-08-29T21:22:17.388Z | [verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4649 | 2026-08-29T21:22:17.845Z | [ recovery-image] Aug 29 21:22:17.217 INFO O| Aug 29 21:22:17.216 INFO O| Planning: Fetching manifests: 130/130 100% complete |
| 4650 | 2026-08-29T21:22:18.193Z | [verify-libraries] Compiling git-stub v1.0.0 |
| 4651 | 2026-08-29T21:22:18.269Z | [ recovery-image] Aug 29 21:22:17.640 INFO O| Aug 29 21:22:17.640 INFO O| Planning: Package planning ... Done |
| 4652 | 2026-08-29T21:22:18.286Z | [verify-libraries] Compiling kstat-rs v0.2.5 |
| 4653 | 2026-08-29T21:22:18.289Z | [verify-libraries] Compiling trait-variant v0.1.2 |
| 4654 | 2026-08-29T21:22:18.289Z | [verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4655 | 2026-08-29T21:22:18.506Z | [verify-libraries] Compiling git-stub-vcs v0.1.0 |
| 4656 | 2026-08-29T21:22:18.553Z | [verify-libraries] Compiling ghash v0.6.0 |
| 4657 | 2026-08-29T21:22:18.584Z | [ recovery-image] Aug 29 21:22:17.956 INFO O| Aug 29 21:22:17.956 INFO O| Planning: Merging actions ... Done |
| 4658 | 2026-08-29T21:22:18.660Z | [ recovery-image] Aug 29 21:22:18.031 INFO O| Aug 29 21:22:18.031 INFO O| Planning: Checking for conflicting actions ... Done |
| 4659 | 2026-08-29T21:22:18.711Z | [verify-libraries] Compiling pbkdf2 v0.13.0 |
| 4660 | 2026-08-29T21:22:18.716Z | [ recovery-image] Aug 29 21:22:18.088 INFO O| Aug 29 21:22:18.088 INFO O| Planning: Consolidating action changes ... Done |
| 4661 | 2026-08-29T21:22:18.839Z | [verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4662 | 2026-08-29T21:22:18.855Z | [ recovery-image] Aug 29 21:22:18.227 INFO O| Aug 29 21:22:18.227 INFO O| Planning: Evaluating mediators ... Done |
| 4663 | 2026-08-29T21:22:18.907Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4664 | 2026-08-29T21:22:18.990Z | [verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4665 | 2026-08-29T21:22:19.140Z | [verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4666 | 2026-08-29T21:22:19.170Z | [verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4667 | 2026-08-29T21:22:19.859Z | [verify-libraries] Compiling crypto-bigint v0.7.5 |
| 4668 | 2026-08-29T21:22:19.894Z | [verify-libraries] Compiling aes v0.9.1 |
| 4669 | 2026-08-29T21:22:20.237Z | [verify-libraries] Compiling diesel v2.3.7 |
| 4670 | 2026-08-29T21:22:20.391Z | [ recovery-image] Aug 29 21:22:19.762 INFO O| Aug 29 21:22:19.762 INFO O| Planning: Planning completed in 9.96 seconds |
| 4671 | 2026-08-29T21:22:20.394Z | [ recovery-image] Aug 29 21:22:19.765 INFO O| Aug 29 21:22:19.765 INFO O| Packages to install: 130 |
| 4672 | 2026-08-29T21:22:20.394Z | [ recovery-image] Aug 29 21:22:19.765 INFO O| Aug 29 21:22:19.765 INFO O| Mediators to change: 5 |
| 4673 | 2026-08-29T21:22:20.394Z | [ recovery-image] Aug 29 21:22:19.765 INFO O| Aug 29 21:22:19.765 INFO O| Services to change: 5 |
| 4674 | 2026-08-29T21:22:20.422Z | [ recovery-image] Aug 29 21:22:19.794 INFO O| Aug 29 21:22:19.794 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete |
| 4675 | 2026-08-29T21:22:20.678Z | [ host-image] Aug 29 21:22:20.050 INFO O| Aug 29 21:22:20.050 INFO O| Actions: Completed 54182 actions in 8.55 seconds. |
| 4676 | 2026-08-29T21:22:20.791Z | [ host-image] Aug 29 21:22:20.163 INFO O| Aug 29 21:22:20.163 INFO O| Finalize: Updating package state database ... Done |
| 4677 | 2026-08-29T21:22:20.791Z | [ host-image] Aug 29 21:22:20.163 INFO O| Aug 29 21:22:20.163 INFO O| Finalize: Updating package cache ... Done |
| 4678 | 2026-08-29T21:22:20.900Z | [verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4679 | 2026-08-29T21:22:20.958Z | [ host-image] Aug 29 21:22:20.330 INFO O| Aug 29 21:22:20.329 INFO O| Finalize: Updating image state ... Done |
| 4680 | 2026-08-29T21:22:21.255Z | [verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4681 | 2026-08-29T21:22:21.288Z | [verify-libraries] Compiling ctr v0.10.1 |
| 4682 | 2026-08-29T21:22:21.339Z | [verify-libraries] Compiling aead v0.6.1 |
| 4683 | 2026-08-29T21:22:21.573Z | [verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4684 | 2026-08-29T21:22:21.632Z | [verify-libraries] Compiling bb8 v0.8.6 |
| 4685 | 2026-08-29T21:22:21.671Z | [verify-libraries] Compiling dashu-int v0.5.1 |
| 4686 | 2026-08-29T21:22:22.054Z | [verify-libraries] Compiling seq-macro v0.3.6 |
| 4687 | 2026-08-29T21:22:22.078Z | [verify-libraries] Compiling parking_lot_core v0.8.6 |
| 4688 | 2026-08-29T21:22:22.135Z | [ host-image] Aug 29 21:22:21.507 INFO O| Aug 29 21:22:21.507 INFO O| Finalize: Creating fast lookup database ... Done |
| 4689 | 2026-08-29T21:22:22.165Z | [ host-image] Aug 29 21:22:21.536 INFO O| Aug 29 21:22:21.536 INFO O| Finalize: Reading search index ... Done |
| 4690 | 2026-08-29T21:22:22.435Z | [verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4691 | 2026-08-29T21:22:22.718Z | [verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4692 | 2026-08-29T21:22:22.739Z | [verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 4693 | 2026-08-29T21:22:23.023Z | [verify-libraries] Compiling aes-gcm v0.11.0 |
| 4694 | 2026-08-29T21:22:23.280Z | [verify-libraries] Compiling spki v0.8.0 |
| 4695 | 2026-08-29T21:22:23.441Z | [verify-libraries] Compiling mime_guess v2.0.5 |
| 4696 | 2026-08-29T21:22:23.444Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4697 | 2026-08-29T21:22:23.510Z | [verify-libraries] Compiling salsa20 v0.11.0 |
| 4698 | 2026-08-29T21:22:23.677Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
| 4699 | 2026-08-29T21:22:23.750Z | [verify-libraries] Compiling nanorand v0.7.0 |
| 4700 | 2026-08-29T21:22:23.791Z | [verify-libraries] Compiling num-modular v0.6.5 |
| 4701 | 2026-08-29T21:22:24.119Z | [verify-libraries] Compiling dashu-base v0.5.1 |
| 4702 | 2026-08-29T21:22:24.148Z | [verify-libraries] Compiling rlimit v0.10.2 |
| 4703 | 2026-08-29T21:22:24.243Z | [verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4704 | 2026-08-29T21:22:24.513Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
| 4705 | 2026-08-29T21:22:24.539Z | [verify-libraries] Compiling flume v0.11.1 |
| 4706 | 2026-08-29T21:22:24.716Z | [verify-libraries] Compiling scrypt v0.12.0 |
| 4707 | 2026-08-29T21:22:24.925Z | [verify-libraries] Compiling tungstenite v0.28.0 |
| 4708 | 2026-08-29T21:22:24.943Z | [ host-image] Aug 29 21:22:24.315 INFO O| Aug 29 21:22:24.315 INFO O| Finalize: Building new search index ... Done |
| 4709 | 2026-08-29T21:22:25.156Z | [verify-libraries] Compiling p256 v0.13.2 |
| 4710 | 2026-08-29T21:22:25.187Z | [verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 4711 | 2026-08-29T21:22:25.330Z | [verify-libraries] Compiling cbc v0.2.1 |
| 4712 | 2026-08-29T21:22:25.411Z | [verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4713 | 2026-08-29T21:22:25.422Z | [ recovery-image] Aug 29 21:22:24.794 INFO O| Aug 29 21:22:24.794 INFO O| Download: 9928/16682 items 103.5/200.0MB 51% complete (20.8M/s) |
| 4714 | 2026-08-29T21:22:25.428Z | [ host-image] Aug 29 21:22:24.800 INFO O| Aug 29 21:22:24.800 INFO O| Finalize: Updating package cache ... Done |
| 4715 | 2026-08-29T21:22:25.537Z | [verify-libraries] Compiling before v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 4716 | 2026-08-29T21:22:25.587Z | [verify-libraries] Compiling nonempty v0.12.0 |
| 4717 | 2026-08-29T21:22:25.623Z | [verify-libraries] Compiling http-range v0.1.5 |
| 4718 | 2026-08-29T21:22:25.720Z | [verify-libraries] Compiling sush-common v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965) |
| 4719 | 2026-08-29T21:22:25.783Z | [ host-image] Aug 29 21:22:25.154 INFO O| Aug 29 21:22:25.154 INFO STEP 11 (pkg_install) COMPLETE |
| 4720 | 2026-08-29T21:22:25.783Z | [ host-image] Aug 29 21:22:25.155 INFO O| Aug 29 21:22:25.154 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4721 | 2026-08-29T21:22:25.794Z | [ host-image] Aug 29 21:22:25.166 INFO O| Aug 29 21:22:25.166 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"] |
| 4722 | 2026-08-29T21:22:25.840Z | [verify-libraries] Compiling num-primitive v0.2.1 |
| 4723 | 2026-08-29T21:22:25.909Z | [verify-libraries] Compiling tokio-tungstenite v0.28.0 |
| 4724 | 2026-08-29T21:22:25.961Z | [verify-libraries] Compiling pkcs5 v0.8.1 |
| 4725 | 2026-08-29T21:22:25.999Z | [verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 4726 | 2026-08-29T21:22:26.299Z | [verify-libraries] Compiling ssh-key v0.6.7 |
| 4727 | 2026-08-29T21:22:26.326Z | [verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4728 | 2026-08-29T21:22:26.362Z | [verify-libraries] Compiling parking_lot v0.11.2 |
| 4729 | 2026-08-29T21:22:26.725Z | [verify-libraries] Compiling dsi-bitstream v0.10.1 |
| 4730 | 2026-08-29T21:22:26.787Z | [verify-libraries] Compiling suanpan v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 4731 | 2026-08-29T21:22:27.444Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4732 | 2026-08-29T21:22:27.480Z | [verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4733 | 2026-08-29T21:22:27.580Z | [verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4734 | 2026-08-29T21:22:27.941Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4735 | 2026-08-29T21:22:28.155Z | [verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4736 | 2026-08-29T21:22:28.531Z | [verify-libraries] Compiling digest-io v0.1.0 |
| 4737 | 2026-08-29T21:22:28.739Z | [verify-libraries] Compiling prefix-trie v0.7.0 |
| 4738 | 2026-08-29T21:22:28.882Z | [verify-libraries] Compiling bytesize v2.7.0 |
| 4739 | 2026-08-29T21:22:28.917Z | [verify-libraries] Compiling http-range-header v0.4.2 |
| 4740 | 2026-08-29T21:22:29.199Z | [verify-libraries] Compiling rawzip v0.4.4 |
| 4741 | 2026-08-29T21:22:29.202Z | [ host-image] Aug 29 21:22:28.573 INFO O| Aug 29 21:22:28.573 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4742 | 2026-08-29T21:22:29.229Z | [verify-libraries] Compiling hickory-server v0.25.2 |
| 4743 | 2026-08-29T21:22:29.299Z | [ recovery-image] Aug 29 21:22:28.670 INFO O| Aug 29 21:22:28.670 INFO O| Download: Completed 200.00 MB in 8.88 seconds (22.5M/s) |
| 4744 | 2026-08-29T21:22:29.541Z | [verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4745 | 2026-08-29T21:22:29.559Z | [ recovery-image] Aug 29 21:22:28.931 INFO O| Aug 29 21:22:28.930 INFO O| Actions: 1/27580 actions (Installing new actions) |
| 4746 | 2026-08-29T21:22:29.771Z | [ host-image] Aug 29 21:22:29.143 INFO O| Aug 29 21:22:29.143 INFO O| Startup: Caching catalogs ... Done |
| 4747 | 2026-08-29T21:22:29.967Z | [verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 4748 | 2026-08-29T21:22:30.142Z | [verify-libraries] Compiling hyper-staticfile v0.10.1 |
| 4749 | 2026-08-29T21:22:30.205Z | [verify-libraries] Compiling sled v0.34.7 |
| 4750 | 2026-08-29T21:22:30.255Z | [verify-libraries] Compiling pkcs8 v0.11.0 |
| 4751 | 2026-08-29T21:22:30.474Z | [ host-image] Aug 29 21:22:29.845 INFO O| Aug 29 21:22:29.845 INFO O| Planning: Solver setup ... Done |
| 4752 | 2026-08-29T21:22:30.478Z | [ host-image] Aug 29 21:22:29.850 INFO O| Aug 29 21:22:29.850 INFO O| Planning: Running solver ... Done |
| 4753 | 2026-08-29T21:22:30.496Z | [ host-image] Aug 29 21:22:29.867 INFO O| Aug 29 21:22:29.867 INFO O| Planning: Finding local manifests ... Done |
| 4754 | 2026-08-29T21:22:30.528Z | [verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4755 | 2026-08-29T21:22:30.532Z | [ host-image] Aug 29 21:22:29.901 INFO O| Aug 29 21:22:29.901 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4756 | 2026-08-29T21:22:30.619Z | [verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4757 | 2026-08-29T21:22:30.631Z | [ host-image] Aug 29 21:22:30.003 INFO O| Aug 29 21:22:30.002 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4758 | 2026-08-29T21:22:30.659Z | [ host-image] Aug 29 21:22:30.023 INFO O| Aug 29 21:22:30.022 INFO O| Planning: Package planning ... Done |
| 4759 | 2026-08-29T21:22:30.662Z | [ host-image] Aug 29 21:22:30.031 INFO O| Aug 29 21:22:30.024 INFO O| Planning: Merging actions ... Done |
| 4760 | 2026-08-29T21:22:30.715Z | [ host-image] Aug 29 21:22:30.087 INFO O| Aug 29 21:22:30.087 INFO O| Planning: Checking for conflicting actions ... Done |
| 4761 | 2026-08-29T21:22:30.718Z | [ host-image] Aug 29 21:22:30.088 INFO O| Aug 29 21:22:30.088 INFO O| Planning: Consolidating action changes ... Done |
| 4762 | 2026-08-29T21:22:30.728Z | [verify-libraries] Compiling ignore v0.4.25 |
| 4763 | 2026-08-29T21:22:30.787Z | [verify-libraries] Compiling anstyle-parse v0.2.7 |
| 4764 | 2026-08-29T21:22:30.863Z | [ host-image] Aug 29 21:22:30.234 INFO O| Aug 29 21:22:30.234 INFO O| Planning: Evaluating mediators ... Done |
| 4765 | 2026-08-29T21:22:30.866Z | [ host-image] Aug 29 21:22:30.235 INFO O| Aug 29 21:22:30.235 INFO O| Planning: Planning completed in 1.08 seconds |
| 4766 | 2026-08-29T21:22:30.866Z | [ host-image] Aug 29 21:22:30.236 INFO O| Aug 29 21:22:30.236 INFO O| Packages to install: 6 |
| 4767 | 2026-08-29T21:22:30.866Z | [ host-image] Aug 29 21:22:30.236 INFO O| Aug 29 21:22:30.236 INFO O| Services to change: 2 |
| 4768 | 2026-08-29T21:22:30.875Z | [ host-image] Aug 29 21:22:30.247 INFO O| Aug 29 21:22:30.246 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete |
| 4769 | 2026-08-29T21:22:31.076Z | [verify-libraries] Compiling ff v0.14.0 |
| 4770 | 2026-08-29T21:22:31.104Z | [ host-image] Aug 29 21:22:30.475 INFO O| Aug 29 21:22:30.475 INFO O| Download: Completed 1.76 MB in 0.23 seconds (7.7M/s) |
| 4771 | 2026-08-29T21:22:31.125Z | [ host-image] Aug 29 21:22:30.497 INFO O| Aug 29 21:22:30.497 INFO O| Actions: 1/391 actions (Installing new actions) |
| 4772 | 2026-08-29T21:22:31.134Z | [verify-libraries] Compiling anstream v0.6.21 |
| 4773 | 2026-08-29T21:22:31.212Z | [verify-libraries] Compiling sush-api v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965) |
| 4774 | 2026-08-29T21:22:31.273Z | [ host-image] Aug 29 21:22:30.644 INFO O| Aug 29 21:22:30.644 INFO O| Actions: Completed 391 actions in 0.15 seconds. |
| 4775 | 2026-08-29T21:22:31.341Z | [verify-libraries] Compiling rumors v0.1.0 (https://github.com/oxidecomputer/rumors?rev=be1d76947f75f27e7f53be438a93d350019dd026#be1d7694) |
| 4776 | 2026-08-29T21:22:31.380Z | [ host-image] Aug 29 21:22:30.751 INFO O| Aug 29 21:22:30.751 INFO O| Finalize: Updating package state database ... Done |
| 4777 | 2026-08-29T21:22:31.381Z | [ host-image] Aug 29 21:22:30.752 INFO O| Aug 29 21:22:30.751 INFO O| Finalize: Updating package cache ... Done |
| 4778 | 2026-08-29T21:22:31.506Z | [ host-image] Aug 29 21:22:30.878 INFO O| Aug 29 21:22:30.878 INFO O| Finalize: Updating image state ... Done |
| 4779 | 2026-08-29T21:22:31.600Z | [verify-libraries] Compiling globwalk v0.9.1 |
| 4780 | 2026-08-29T21:22:31.652Z | [verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4781 | 2026-08-29T21:22:31.657Z | [verify-libraries] Compiling predicates-tree v1.0.13 |
| 4782 | 2026-08-29T21:22:31.709Z | [verify-libraries] Compiling libz-sys v1.1.24 |
| 4783 | 2026-08-29T21:22:31.954Z | [verify-libraries] Compiling pwd v1.4.0 |
| 4784 | 2026-08-29T21:22:31.989Z | [verify-libraries] Compiling rand_seeder v0.4.0 |
| 4785 | 2026-08-29T21:22:32.298Z | [verify-libraries] Compiling lru v0.18.3 |
| 4786 | 2026-08-29T21:22:32.335Z | [verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4787 | 2026-08-29T21:22:32.496Z | [verify-libraries] Compiling camino-tempfile-ext v0.3.3 |
| 4788 | 2026-08-29T21:22:32.508Z | [ host-image] Aug 29 21:22:31.880 INFO O| Aug 29 21:22:31.880 INFO O| Finalize: Creating fast lookup database ... Done |
| 4789 | 2026-08-29T21:22:32.536Z | [ host-image] Aug 29 21:22:31.908 INFO O| Aug 29 21:22:31.908 INFO O| Finalize: Reading search index ... Done |
| 4790 | 2026-08-29T21:22:32.536Z | [ host-image] Aug 29 21:22:31.908 INFO O| Aug 29 21:22:31.908 INFO O| Finalize: Updating search index ... Done |
| 4791 | 2026-08-29T21:22:32.561Z | [ host-image] Aug 29 21:22:31.929 INFO O| Aug 29 21:22:31.929 INFO O| Finalize: Updating package cache ... Done |
| 4792 | 2026-08-29T21:22:32.587Z | [verify-libraries] Compiling group v0.14.0 |
| 4793 | 2026-08-29T21:22:32.656Z | [verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4794 | 2026-08-29T21:22:32.697Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4795 | 2026-08-29T21:22:32.871Z | [verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4796 | 2026-08-29T21:22:32.923Z | [ host-image] Aug 29 21:22:32.294 INFO O| Aug 29 21:22:32.294 INFO STEP 12 (pkg_install) COMPLETE |
| 4797 | 2026-08-29T21:22:32.923Z | [ host-image] Aug 29 21:22:32.294 INFO O| Aug 29 21:22:32.294 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4798 | 2026-08-29T21:22:32.936Z | [ host-image] Aug 29 21:22:32.304 INFO O| Aug 29 21:22:32.304 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
| 4799 | 2026-08-29T21:22:32.942Z | [verify-libraries] Compiling signature v3.0.0 |
| 4800 | 2026-08-29T21:22:32.945Z | [verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4801 | 2026-08-29T21:22:33.040Z | [verify-libraries] Compiling base16ct v1.0.0 |
| 4802 | 2026-08-29T21:22:33.104Z | [verify-libraries] Compiling instability v0.3.11 |
| 4803 | 2026-08-29T21:22:33.270Z | [verify-libraries] Compiling sec1 v0.8.1 |
| 4804 | 2026-08-29T21:22:33.317Z | [verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4805 | 2026-08-29T21:22:33.341Z | [verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4806 | 2026-08-29T21:22:33.442Z | [verify-libraries] Compiling hkdf v0.13.0 |
| 4807 | 2026-08-29T21:22:33.547Z | [verify-libraries] Compiling scuffle v0.1.0 |
| 4808 | 2026-08-29T21:22:33.640Z | [verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4809 | 2026-08-29T21:22:33.693Z | [verify-libraries] Compiling tungstenite v0.23.0 |
| 4810 | 2026-08-29T21:22:33.756Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4811 | 2026-08-29T21:22:33.815Z | [verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4812 | 2026-08-29T21:22:34.007Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4813 | 2026-08-29T21:22:34.239Z | [verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4814 | 2026-08-29T21:22:34.456Z | [verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2 |
| 4815 | 2026-08-29T21:22:34.559Z | [ recovery-image] Aug 29 21:22:33.931 INFO O| Aug 29 21:22:33.931 INFO O| Actions: 20993/27580 actions (Installing new actions) |
| 4816 | 2026-08-29T21:22:34.598Z | [verify-libraries] Compiling castaway v0.2.4 |
| 4817 | 2026-08-29T21:22:34.816Z | [verify-libraries] Compiling indoc v2.0.7 |
| 4818 | 2026-08-29T21:22:34.858Z | [verify-libraries] Compiling compact_str v0.8.1 |
| 4819 | 2026-08-29T21:22:34.933Z | [verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4820 | 2026-08-29T21:22:34.999Z | [verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4821 | 2026-08-29T21:22:35.551Z | [verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4822 | 2026-08-29T21:22:35.666Z | [verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4823 | 2026-08-29T21:22:35.670Z | [ recovery-image] Aug 29 21:22:35.040 INFO O| Aug 29 21:22:35.040 INFO O| Actions: Completed 27580 actions in 6.11 seconds. |
| 4824 | 2026-08-29T21:22:35.694Z | [ host-image] Aug 29 21:22:35.066 INFO O| Aug 29 21:22:35.065 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4825 | 2026-08-29T21:22:35.761Z | [ recovery-image] Aug 29 21:22:35.132 INFO O| Aug 29 21:22:35.132 INFO O| Finalize: Updating package state database ... Done |
| 4826 | 2026-08-29T21:22:35.761Z | [ recovery-image] Aug 29 21:22:35.132 INFO O| Aug 29 21:22:35.132 INFO O| Finalize: Updating package cache ... Done |
| 4827 | 2026-08-29T21:22:35.908Z | [ recovery-image] Aug 29 21:22:35.280 INFO O| Aug 29 21:22:35.280 INFO O| Finalize: Updating image state ... Done |
| 4828 | 2026-08-29T21:22:36.002Z | [verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4829 | 2026-08-29T21:22:36.138Z | [verify-libraries] Compiling tokio-tungstenite v0.23.1 |
| 4830 | 2026-08-29T21:22:36.250Z | [ host-image] Aug 29 21:22:35.621 INFO O| Aug 29 21:22:35.621 INFO O| Startup: Caching catalogs ... Done |
| 4831 | 2026-08-29T21:22:36.299Z | [verify-libraries] Compiling elliptic-curve v0.14.1 |
| 4832 | 2026-08-29T21:22:36.390Z | [verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4833 | 2026-08-29T21:22:36.508Z | [verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4834 | 2026-08-29T21:22:36.548Z | [verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4835 | 2026-08-29T21:22:36.578Z | [verify-libraries] Compiling lru v0.12.5 |
| 4836 | 2026-08-29T21:22:36.683Z | [ recovery-image] Aug 29 21:22:36.055 INFO O| Aug 29 21:22:36.055 INFO O| Finalize: Creating fast lookup database ... Done |
| 4837 | 2026-08-29T21:22:36.701Z | [ recovery-image] Aug 29 21:22:36.073 INFO O| Aug 29 21:22:36.073 INFO O| Finalize: Reading search index ... Done |
| 4838 | 2026-08-29T21:22:36.818Z | [verify-libraries] Compiling unicode-truncate v1.1.0 |
| 4839 | 2026-08-29T21:22:36.853Z | [ host-image] Aug 29 21:22:36.225 INFO O| Aug 29 21:22:36.225 INFO O| Planning: Solver setup ... Done |
| 4840 | 2026-08-29T21:22:36.858Z | [ host-image] Aug 29 21:22:36.230 INFO O| Aug 29 21:22:36.230 INFO O| Planning: Running solver ... Done |
| 4841 | 2026-08-29T21:22:36.875Z | [ host-image] Aug 29 21:22:36.247 INFO O| Aug 29 21:22:36.247 INFO O| Planning: Finding local manifests ... Done |
| 4842 | 2026-08-29T21:22:36.905Z | [ host-image] Aug 29 21:22:36.277 INFO O| Aug 29 21:22:36.277 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4843 | 2026-08-29T21:22:36.999Z | [verify-libraries] Compiling arc-swap v1.8.2 |
| 4844 | 2026-08-29T21:22:37.002Z | [ host-image] Aug 29 21:22:36.373 INFO O| Aug 29 21:22:36.373 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4845 | 2026-08-29T21:22:37.029Z | [verify-libraries] Compiling cassowary v0.3.0 |
| 4846 | 2026-08-29T21:22:37.049Z | [ host-image] Aug 29 21:22:36.421 INFO O| Aug 29 21:22:36.421 INFO O| Planning: Package planning ... Done |
| 4847 | 2026-08-29T21:22:37.058Z | [ host-image] Aug 29 21:22:36.430 INFO O| Aug 29 21:22:36.430 INFO O| Planning: Merging actions ... Done |
| 4848 | 2026-08-29T21:22:37.063Z | [verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4849 | 2026-08-29T21:22:37.116Z | [ host-image] Aug 29 21:22:36.488 INFO O| Aug 29 21:22:36.488 INFO O| Planning: Checking for conflicting actions ... Done |
| 4850 | 2026-08-29T21:22:37.119Z | [ host-image] Aug 29 21:22:36.491 INFO O| Aug 29 21:22:36.491 INFO O| Planning: Consolidating action changes ... Done |
| 4851 | 2026-08-29T21:22:37.263Z | [ host-image] Aug 29 21:22:36.635 INFO O| Aug 29 21:22:36.635 INFO O| Planning: Evaluating mediators ... Done |
| 4852 | 2026-08-29T21:22:37.269Z | [ host-image] Aug 29 21:22:36.640 INFO O| Aug 29 21:22:36.640 INFO O| Planning: Planning completed in 1.00 seconds |
| 4853 | 2026-08-29T21:22:37.269Z | [ host-image] Aug 29 21:22:36.640 INFO O| Aug 29 21:22:36.640 INFO O| Packages to install: 6 |
| 4854 | 2026-08-29T21:22:37.269Z | [ host-image] Aug 29 21:22:36.640 INFO O| Aug 29 21:22:36.640 INFO O| Mediators to change: 1 |
| 4855 | 2026-08-29T21:22:37.272Z | [ host-image] Aug 29 21:22:36.640 INFO O| Aug 29 21:22:36.640 INFO O| Services to change: 1 |
| 4856 | 2026-08-29T21:22:37.279Z | [ host-image] Aug 29 21:22:36.651 INFO O| Aug 29 21:22:36.651 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete |
| 4857 | 2026-08-29T21:22:37.386Z | [verify-libraries] Compiling ratatui v0.29.0 |
| 4858 | 2026-08-29T21:22:37.473Z | [verify-libraries] Compiling sush-server v0.1.0 (https://github.com/oxidecomputer/sush?rev=2a8959656affb9386fdd8a59990835b0890fa5ea#2a895965) |
| 4859 | 2026-08-29T21:22:37.669Z | [verify-libraries] Compiling slog-scope v4.4.1 |
| 4860 | 2026-08-29T21:22:37.730Z | [ host-image] Aug 29 21:22:37.102 INFO O| Aug 29 21:22:37.102 INFO O| Download: Completed 7.84 MB in 0.45 seconds (17.4M/s) |
| 4861 | 2026-08-29T21:22:37.770Z | [ host-image] Aug 29 21:22:37.138 INFO O| Aug 29 21:22:37.137 INFO O| Actions: 1/1366 actions (Installing new actions) |
| 4862 | 2026-08-29T21:22:38.079Z | [ host-image] Aug 29 21:22:37.451 INFO O| Aug 29 21:22:37.450 INFO O| Actions: Completed 1366 actions in 0.31 seconds. |
| 4863 | 2026-08-29T21:22:38.123Z | [ host-image] Aug 29 21:22:37.495 INFO O| Aug 29 21:22:37.494 INFO O| Finalize: Updating package state database ... Done |
| 4864 | 2026-08-29T21:22:38.123Z | [ host-image] Aug 29 21:22:37.495 INFO O| Aug 29 21:22:37.495 INFO O| Finalize: Updating package cache ... Done |
| 4865 | 2026-08-29T21:22:38.237Z | [verify-libraries] Compiling async-bb8-diesel v0.2.1 |
| 4866 | 2026-08-29T21:22:38.274Z | [ host-image] Aug 29 21:22:37.646 INFO O| Aug 29 21:22:37.645 INFO O| Finalize: Updating image state ... Done |
| 4867 | 2026-08-29T21:22:38.286Z | [verify-libraries] Compiling diesel-dtrace v0.5.0 |
| 4868 | 2026-08-29T21:22:38.578Z | [ recovery-image] Aug 29 21:22:37.949 INFO O| Aug 29 21:22:37.949 INFO O| Finalize: Building new search index ... Done |
| 4869 | 2026-08-29T21:22:38.719Z | [verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 4870 | 2026-08-29T21:22:38.749Z | [verify-libraries] Compiling wnaf v0.14.0 |
| 4871 | 2026-08-29T21:22:38.826Z | [verify-libraries] Compiling primefield v0.14.0 |
| 4872 | 2026-08-29T21:22:38.961Z | [ recovery-image] Aug 29 21:22:38.332 INFO O| Aug 29 21:22:38.332 INFO O| Finalize: Updating package cache ... Done |
| 4873 | 2026-08-29T21:22:39.093Z | [verify-libraries] Compiling rfc6979 v0.6.0 |
| 4874 | 2026-08-29T21:22:39.133Z | [verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4875 | 2026-08-29T21:22:39.137Z | [verify-libraries] Compiling progenitor-impl v0.13.0 |
| 4876 | 2026-08-29T21:22:39.249Z | [ host-image] Aug 29 21:22:38.620 INFO O| Aug 29 21:22:38.620 INFO O| Finalize: Creating fast lookup database ... Done |
| 4877 | 2026-08-29T21:22:39.281Z | [ host-image] Aug 29 21:22:38.650 INFO O| Aug 29 21:22:38.650 INFO O| Finalize: Reading search index ... Done |
| 4878 | 2026-08-29T21:22:39.281Z | [ host-image] Aug 29 21:22:38.650 INFO O| Aug 29 21:22:38.650 INFO O| Finalize: Updating search index ... Done |
| 4879 | 2026-08-29T21:22:39.307Z | [ recovery-image] Aug 29 21:22:38.679 INFO O| Aug 29 21:22:38.679 INFO STEP 11 (pkg_install) COMPLETE |
| 4880 | 2026-08-29T21:22:39.307Z | [ recovery-image] Aug 29 21:22:38.679 INFO O| Aug 29 21:22:38.679 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4881 | 2026-08-29T21:22:39.310Z | [ recovery-image] Aug 29 21:22:38.679 INFO O| Aug 29 21:22:38.679 INFO skip step because feature "recovery" is enabled |
| 4882 | 2026-08-29T21:22:39.310Z | [ recovery-image] Aug 29 21:22:38.679 INFO O| Aug 29 21:22:38.679 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4883 | 2026-08-29T21:22:39.310Z | [ recovery-image] Aug 29 21:22:38.679 INFO O| Aug 29 21:22:38.679 INFO skip step because feature "omicron1" is not enabled |
| 4884 | 2026-08-29T21:22:39.310Z | [ recovery-image] Aug 29 21:22:38.679 INFO O| Aug 29 21:22:38.679 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4885 | 2026-08-29T21:22:39.314Z | [ host-image] Aug 29 21:22:38.684 INFO O| Aug 29 21:22:38.684 INFO O| Finalize: Updating package cache ... Done |
| 4886 | 2026-08-29T21:22:39.321Z | [ recovery-image] Aug 29 21:22:38.693 INFO O| Aug 29 21:22:38.693 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"] |
| 4887 | 2026-08-29T21:22:39.415Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4888 | 2026-08-29T21:22:39.612Z | [ host-image] Aug 29 21:22:38.983 INFO O| Aug 29 21:22:38.983 INFO STEP 13 (pkg_install) COMPLETE |
| 4889 | 2026-08-29T21:22:39.612Z | [ host-image] Aug 29 21:22:38.983 INFO O| Aug 29 21:22:38.983 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4890 | 2026-08-29T21:22:39.622Z | [ host-image] Aug 29 21:22:38.994 INFO O| Aug 29 21:22:38.994 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"] |
| 4891 | 2026-08-29T21:22:39.717Z | [verify-libraries] Compiling signal-hook-tokio v0.3.1 |
| 4892 | 2026-08-29T21:22:39.935Z | [verify-libraries] Compiling vergen-git2 v9.1.0 |
| 4893 | 2026-08-29T21:22:40.018Z | [verify-libraries] Compiling strsim v0.10.0 |
| 4894 | 2026-08-29T21:22:40.262Z | [verify-libraries] Compiling darling_core v0.13.4 |
| 4895 | 2026-08-29T21:22:40.445Z | [verify-libraries] Compiling ecdsa v0.17.0 |
| 4896 | 2026-08-29T21:22:40.468Z | [verify-libraries] Compiling primeorder v0.14.0 |
| 4897 | 2026-08-29T21:22:40.503Z | [verify-libraries] Compiling slog-stdlog v4.1.1 |
| 4898 | 2026-08-29T21:22:40.668Z | [verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4899 | 2026-08-29T21:22:40.773Z | [verify-libraries] Compiling progenitor-client v0.13.0 |
| 4900 | 2026-08-29T21:22:41.014Z | [verify-libraries] Compiling console v0.16.2 |
| 4901 | 2026-08-29T21:22:41.059Z | [verify-libraries] Compiling curve25519-dalek v5.0.0 |
| 4902 | 2026-08-29T21:22:41.179Z | [verify-libraries] Compiling libsw-core v0.3.2 |
| 4903 | 2026-08-29T21:22:41.462Z | [verify-libraries] Compiling void v1.0.2 |
| 4904 | 2026-08-29T21:22:41.505Z | [verify-libraries] Compiling unit-prefix v0.5.2 |
| 4905 | 2026-08-29T21:22:41.515Z | [ recovery-image] Aug 29 21:22:40.886 INFO O| Aug 29 21:22:40.886 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4906 | 2026-08-29T21:22:41.642Z | [verify-libraries] Compiling assert_matches v1.5.0 |
| 4907 | 2026-08-29T21:22:41.678Z | [verify-libraries] Compiling lzss v0.8.2 |
| 4908 | 2026-08-29T21:22:41.757Z | [verify-libraries] Compiling indicatif v0.18.4 |
| 4909 | 2026-08-29T21:22:41.820Z | [verify-libraries] Compiling libsw v3.5.0 |
| 4910 | 2026-08-29T21:22:41.855Z | [verify-libraries] Compiling slog-envlogger v2.2.0 |
| 4911 | 2026-08-29T21:22:42.004Z | [verify-libraries] Compiling ssh-encoding v0.3.0 |
| 4912 | 2026-08-29T21:22:42.008Z | [ recovery-image] Aug 29 21:22:41.377 INFO O| Aug 29 21:22:41.377 INFO O| Startup: Caching catalogs ... Done |
| 4913 | 2026-08-29T21:22:42.117Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4914 | 2026-08-29T21:22:42.156Z | [ host-image] Aug 29 21:22:41.527 INFO O| Aug 29 21:22:41.527 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4915 | 2026-08-29T21:22:42.174Z | [verify-libraries] Compiling progenitor-macro v0.13.0 |
| 4916 | 2026-08-29T21:22:42.332Z | [verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 4917 | 2026-08-29T21:22:42.516Z | [verify-libraries] Compiling darling_macro v0.13.4 |
| 4918 | 2026-08-29T21:22:42.601Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4919 | 2026-08-29T21:22:42.681Z | [ host-image] Aug 29 21:22:42.053 INFO O| Aug 29 21:22:42.053 INFO O| Startup: Caching catalogs ... Done |
| 4920 | 2026-08-29T21:22:42.691Z | [ recovery-image] Aug 29 21:22:42.062 INFO O| Aug 29 21:22:42.062 INFO O| Planning: Solver setup ... Done |
| 4921 | 2026-08-29T21:22:42.695Z | [ recovery-image] Aug 29 21:22:42.067 INFO O| Aug 29 21:22:42.067 INFO O| Planning: Running solver ... Done |
| 4922 | 2026-08-29T21:22:42.713Z | [ recovery-image] Aug 29 21:22:42.084 INFO O| Aug 29 21:22:42.084 INFO O| Planning: Finding local manifests ... Done |
| 4923 | 2026-08-29T21:22:42.734Z | [ recovery-image] Aug 29 21:22:42.106 INFO O| Aug 29 21:22:42.106 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4924 | 2026-08-29T21:22:42.739Z | [ recovery-image] Aug 29 21:22:42.111 INFO O| Aug 29 21:22:42.111 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4925 | 2026-08-29T21:22:42.768Z | [ recovery-image] Aug 29 21:22:42.139 INFO O| Aug 29 21:22:42.139 INFO O| Planning: Package planning ... Done |
| 4926 | 2026-08-29T21:22:42.771Z | [ recovery-image] Aug 29 21:22:42.139 INFO O| Aug 29 21:22:42.139 INFO O| Planning: Merging actions ... Done |
| 4927 | 2026-08-29T21:22:42.815Z | [ recovery-image] Aug 29 21:22:42.186 INFO O| Aug 29 21:22:42.186 INFO O| Planning: Checking for conflicting actions ... Done |
| 4928 | 2026-08-29T21:22:42.819Z | [ recovery-image] Aug 29 21:22:42.187 INFO O| Aug 29 21:22:42.187 INFO O| Planning: Consolidating action changes ... Done |
| 4929 | 2026-08-29T21:22:42.888Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4930 | 2026-08-29T21:22:42.912Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4931 | 2026-08-29T21:22:42.916Z | [ recovery-image] Aug 29 21:22:42.284 INFO O| Aug 29 21:22:42.284 INFO O| Planning: Evaluating mediators ... Done |
| 4932 | 2026-08-29T21:22:42.916Z | [ recovery-image] Aug 29 21:22:42.284 INFO O| Aug 29 21:22:42.284 INFO O| Planning: Planning completed in 0.89 seconds |
| 4933 | 2026-08-29T21:22:42.916Z | [ recovery-image] Aug 29 21:22:42.285 INFO O| Aug 29 21:22:42.285 INFO O| Packages to install: 1 |
| 4934 | 2026-08-29T21:22:42.927Z | [ recovery-image] Aug 29 21:22:42.298 INFO O| Aug 29 21:22:42.297 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete |
| 4935 | 2026-08-29T21:22:43.254Z | [verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 4936 | 2026-08-29T21:22:43.277Z | [verify-libraries] Compiling nix v0.27.1 |
| 4937 | 2026-08-29T21:22:43.300Z | [verify-libraries] Compiling colored v2.2.0 |
| 4938 | 2026-08-29T21:22:43.310Z | [ recovery-image] Aug 29 21:22:42.681 INFO O| Aug 29 21:22:42.681 INFO O| Download: Completed 13.27 MB in 0.38 seconds (34.5M/s) |
| 4939 | 2026-08-29T21:22:43.462Z | [ recovery-image] Aug 29 21:22:42.834 INFO O| Aug 29 21:22:42.834 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4940 | 2026-08-29T21:22:43.466Z | [ host-image] Aug 29 21:22:42.837 INFO O| Aug 29 21:22:42.837 INFO O| Planning: Solver setup ... Done |
| 4941 | 2026-08-29T21:22:43.472Z | [ host-image] Aug 29 21:22:42.844 INFO O| Aug 29 21:22:42.842 INFO O| Planning: Running solver ... Done |
| 4942 | 2026-08-29T21:22:43.487Z | [ host-image] Aug 29 21:22:42.858 INFO O| Aug 29 21:22:42.858 INFO O| Planning: Finding local manifests ... Done |
| 4943 | 2026-08-29T21:22:43.530Z | [ host-image] Aug 29 21:22:42.902 INFO O| Aug 29 21:22:42.902 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4944 | 2026-08-29T21:22:43.538Z | [ host-image] Aug 29 21:22:42.910 INFO O| Aug 29 21:22:42.910 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4945 | 2026-08-29T21:22:43.541Z | [verify-libraries] Compiling serde_bytes v0.11.19 |
| 4946 | 2026-08-29T21:22:43.556Z | [ host-image] Aug 29 21:22:42.928 INFO O| Aug 29 21:22:42.928 INFO O| Planning: Package planning ... Done |
| 4947 | 2026-08-29T21:22:43.557Z | [ host-image] Aug 29 21:22:42.928 INFO O| Aug 29 21:22:42.928 INFO O| Planning: Merging actions ... Done |
| 4948 | 2026-08-29T21:22:43.597Z | [ host-image] Aug 29 21:22:42.969 INFO O| Aug 29 21:22:42.969 INFO O| Planning: Checking for conflicting actions ... Done |
| 4949 | 2026-08-29T21:22:43.600Z | [ host-image] Aug 29 21:22:42.969 INFO O| Aug 29 21:22:42.969 INFO O| Planning: Consolidating action changes ... Done |
| 4950 | 2026-08-29T21:22:43.688Z | [ recovery-image] Aug 29 21:22:43.060 INFO O| Aug 29 21:22:43.060 INFO O| Actions: Completed 22 actions in 0.23 seconds. |
| 4951 | 2026-08-29T21:22:43.733Z | [ host-image] Aug 29 21:22:43.104 INFO O| Aug 29 21:22:43.104 INFO O| Planning: Evaluating mediators ... Done |
| 4952 | 2026-08-29T21:22:43.736Z | [ host-image] Aug 29 21:22:43.106 INFO O| Aug 29 21:22:43.106 INFO O| Planning: Planning completed in 1.03 seconds |
| 4953 | 2026-08-29T21:22:43.736Z | [ host-image] Aug 29 21:22:43.106 INFO O| Aug 29 21:22:43.106 INFO O| Packages to install: 1 |
| 4954 | 2026-08-29T21:22:43.744Z | [ recovery-image] Aug 29 21:22:43.116 INFO O| Aug 29 21:22:43.116 INFO O| Finalize: Updating package state database ... Done |
| 4955 | 2026-08-29T21:22:43.744Z | [ recovery-image] Aug 29 21:22:43.116 INFO O| Aug 29 21:22:43.116 INFO O| Finalize: Updating package cache ... Done |
| 4956 | 2026-08-29T21:22:43.747Z | [ host-image] Aug 29 21:22:43.116 INFO O| Aug 29 21:22:43.116 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete |
| 4957 | 2026-08-29T21:22:43.764Z | [verify-libraries] Compiling keccak v0.2.0 |
| 4958 | 2026-08-29T21:22:43.847Z | [ recovery-image] Aug 29 21:22:43.218 INFO O| Aug 29 21:22:43.218 INFO O| Finalize: Updating image state ... Done |
| 4959 | 2026-08-29T21:22:43.863Z | [verify-libraries] Compiling shell-words v1.1.1 |
| 4960 | 2026-08-29T21:22:44.017Z | [ host-image] Aug 29 21:22:43.388 INFO O| Aug 29 21:22:43.388 INFO O| Download: Completed 13.27 MB in 0.27 seconds (48.8M/s) |
| 4961 | 2026-08-29T21:22:44.042Z | [ host-image] Aug 29 21:22:43.414 INFO O| Aug 29 21:22:43.414 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4962 | 2026-08-29T21:22:44.047Z | [verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 4963 | 2026-08-29T21:22:44.169Z | [verify-libraries] Compiling darling v0.13.4 |
| 4964 | 2026-08-29T21:22:44.324Z | [ host-image] Aug 29 21:22:43.693 INFO O| Aug 29 21:22:43.693 INFO O| Actions: Completed 22 actions in 0.28 seconds. |
| 4965 | 2026-08-29T21:22:44.345Z | [verify-libraries] Compiling oxide-update-engine-display v0.1.2 |
| 4966 | 2026-08-29T21:22:44.364Z | [ host-image] Aug 29 21:22:43.735 INFO O| Aug 29 21:22:43.735 INFO O| Finalize: Updating package state database ... Done |
| 4967 | 2026-08-29T21:22:44.364Z | [ host-image] Aug 29 21:22:43.735 INFO O| Aug 29 21:22:43.735 INFO O| Finalize: Updating package cache ... Done |
| 4968 | 2026-08-29T21:22:44.404Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4969 | 2026-08-29T21:22:44.465Z | [ host-image] Aug 29 21:22:43.836 INFO O| Aug 29 21:22:43.836 INFO O| Finalize: Updating image state ... Done |
| 4970 | 2026-08-29T21:22:44.523Z | [verify-libraries] Compiling ed25519 v3.0.0 |
| 4971 | 2026-08-29T21:22:44.586Z | [ recovery-image] Aug 29 21:22:43.957 INFO O| Aug 29 21:22:43.957 INFO O| Finalize: Creating fast lookup database ... Done |
| 4972 | 2026-08-29T21:22:44.602Z | [ recovery-image] Aug 29 21:22:43.974 INFO O| Aug 29 21:22:43.974 INFO O| Finalize: Reading search index ... Done |
| 4973 | 2026-08-29T21:22:44.602Z | [ recovery-image] Aug 29 21:22:43.974 INFO O| Aug 29 21:22:43.974 INFO O| Finalize: Updating search index ... Done |
| 4974 | 2026-08-29T21:22:44.612Z | [ recovery-image] Aug 29 21:22:43.984 INFO O| Aug 29 21:22:43.984 INFO O| Finalize: Updating package cache ... Done |
| 4975 | 2026-08-29T21:22:44.633Z | [verify-libraries] Compiling pkcs1 v0.8.0-rc.4 |
| 4976 | 2026-08-29T21:22:44.849Z | [verify-libraries] Compiling crypto-primes v0.7.2 |
| 4977 | 2026-08-29T21:22:44.994Z | [ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO STEP 14 (pkg_install) COMPLETE |
| 4978 | 2026-08-29T21:22:44.994Z | [ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4979 | 2026-08-29T21:22:44.998Z | [ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO skip step because feature "mbist" is not enabled |
| 4980 | 2026-08-29T21:22:44.998Z | [ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4981 | 2026-08-29T21:22:44.998Z | [ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO skip step because feature "mfg" is not enabled |
| 4982 | 2026-08-29T21:22:44.998Z | [ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4983 | 2026-08-29T21:22:44.998Z | [ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO skip step because feature "compliance" is not enabled |
| 4984 | 2026-08-29T21:22:44.998Z | [ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4985 | 2026-08-29T21:22:44.998Z | [ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO skip step because feature "stress" is not enabled |
| 4986 | 2026-08-29T21:22:44.998Z | [ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4987 | 2026-08-29T21:22:44.998Z | [ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO skip step because feature "compliance" is not enabled |
| 4988 | 2026-08-29T21:22:44.998Z | [ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4989 | 2026-08-29T21:22:44.998Z | [ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO skip step because feature "nfs" is not enabled |
| 4990 | 2026-08-29T21:22:44.998Z | [ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4991 | 2026-08-29T21:22:44.998Z | [ recovery-image] Aug 29 21:22:44.366 INFO O| Aug 29 21:22:44.366 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4992 | 2026-08-29T21:22:45.218Z | [verify-libraries] Compiling poly1305 v0.9.0 |
| 4993 | 2026-08-29T21:22:45.267Z | [ recovery-image] Aug 29 21:22:44.636 INFO O| Aug 29 21:22:44.636 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4994 | 2026-08-29T21:22:45.272Z | [verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4995 | 2026-08-29T21:22:45.390Z | [ recovery-image] Aug 29 21:22:44.762 INFO O| Aug 29 21:22:44.762 INFO completed processing sled/ramdisk-01-os |
| 4996 | 2026-08-29T21:22:45.394Z | [ recovery-image] Aug 29 21:22:44.764 INFO image builder template: ramdisk-02-trim... |
| 4997 | 2026-08-29T21:22:45.394Z | [ recovery-image] Aug 29 21:22:44.764 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/.tmpdiOogb/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.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-02-trim"], pwd: None |
| 4998 | 2026-08-29T21:22:45.414Z | [ recovery-image] Aug 29 21:22:44.786 INFO O| Aug 29 21:22:44.786 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4999 | 2026-08-29T21:22:45.418Z | [ recovery-image] Aug 29 21:22:44.790 INFO O| Aug 29 21:22:44.790 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 5000 | 2026-08-29T21:22:45.515Z | [ recovery-image] Aug 29 21:22:44.886 INFO O| Aug 29 21:22:44.886 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled |
| 5001 | 2026-08-29T21:22:45.531Z | [ host-image] Aug 29 21:22:44.902 INFO O| Aug 29 21:22:44.902 INFO O| Finalize: Creating fast lookup database ... Done |
| 5002 | 2026-08-29T21:22:45.567Z | [ host-image] Aug 29 21:22:44.938 INFO O| Aug 29 21:22:44.938 INFO O| Finalize: Reading search index ... Done |
| 5003 | 2026-08-29T21:22:45.567Z | [ host-image] Aug 29 21:22:44.938 INFO O| Aug 29 21:22:44.938 INFO O| Finalize: Updating search index ... Done |
| 5004 | 2026-08-29T21:22:45.578Z | [ host-image] Aug 29 21:22:44.950 INFO O| Aug 29 21:22:44.950 INFO O| Finalize: Updating package cache ... Done |
| 5005 | 2026-08-29T21:22:45.660Z | [ recovery-image] Aug 29 21:22:45.031 INFO O| Aug 29 21:22:45.031 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 5006 | 2026-08-29T21:22:45.660Z | [ recovery-image] Aug 29 21:22:45.031 INFO O| Aug 29 21:22:45.031 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 5007 | 2026-08-29T21:22:45.666Z | [ recovery-image] Aug 29 21:22:45.036 INFO O| Aug 29 21:22:45.036 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5008 | 2026-08-29T21:22:45.669Z | [ recovery-image] Aug 29 21:22:45.039 INFO O| Aug 29 21:22:45.039 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 5009 | 2026-08-29T21:22:45.672Z | [ recovery-image] Aug 29 21:22:45.043 INFO O| Aug 29 21:22:45.043 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 5010 | 2026-08-29T21:22:45.828Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 5011 | 2026-08-29T21:22:45.950Z | [ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO STEP 14 (pkg_install) COMPLETE |
| 5012 | 2026-08-29T21:22:45.950Z | [ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5013 | 2026-08-29T21:22:45.953Z | [ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO skip step because feature "mbist" is not enabled |
| 5014 | 2026-08-29T21:22:45.953Z | [ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5015 | 2026-08-29T21:22:45.953Z | [ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO skip step because feature "mfg" is not enabled |
| 5016 | 2026-08-29T21:22:45.953Z | [ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5017 | 2026-08-29T21:22:45.953Z | [ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO skip step because feature "compliance" is not enabled |
| 5018 | 2026-08-29T21:22:45.953Z | [ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5019 | 2026-08-29T21:22:45.953Z | [ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO skip step because feature "stress" is not enabled |
| 5020 | 2026-08-29T21:22:45.953Z | [ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5021 | 2026-08-29T21:22:45.953Z | [ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO skip step because feature "compliance" is not enabled |
| 5022 | 2026-08-29T21:22:45.953Z | [ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5023 | 2026-08-29T21:22:45.953Z | [ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO skip step because feature "nfs" is not enabled |
| 5024 | 2026-08-29T21:22:45.953Z | [ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 5025 | 2026-08-29T21:22:45.954Z | [ host-image] Aug 29 21:22:45.321 INFO O| Aug 29 21:22:45.321 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 5026 | 2026-08-29T21:22:46.019Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 5027 | 2026-08-29T21:22:46.042Z | [ host-image] Aug 29 21:22:45.413 INFO O| Aug 29 21:22:45.413 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 5028 | 2026-08-29T21:22:46.089Z | [verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 5029 | 2026-08-29T21:22:46.102Z | [ recovery-image] Aug 29 21:22:45.474 INFO O| Aug 29 21:22:45.474 INFO rolled back to input snapshot; work may begin |
| 5030 | 2026-08-29T21:22:46.102Z | [ recovery-image] Aug 29 21:22:45.474 INFO O| Aug 29 21:22:45.474 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 5031 | 2026-08-29T21:22:46.107Z | [ recovery-image] Aug 29 21:22:45.479 INFO O| Aug 29 21:22:45.479 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5032 | 2026-08-29T21:22:46.118Z | [ recovery-image] Aug 29 21:22:45.489 INFO O| Aug 29 21:22:45.489 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg" |
| 5033 | 2026-08-29T21:22:46.121Z | [ host-image] Aug 29 21:22:45.491 INFO O| Aug 29 21:22:45.491 INFO completed processing sled/ramdisk-01-os |
| 5034 | 2026-08-29T21:22:46.124Z | [ host-image] Aug 29 21:22:45.493 INFO omicron1 baseline generation... |
| 5035 | 2026-08-29T21:22:46.124Z | [ host-image] Aug 29 21:22:45.493 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
| 5036 | 2026-08-29T21:22:46.127Z | [verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 5037 | 2026-08-29T21:22:46.161Z | [ recovery-image] Aug 29 21:22:45.533 INFO O| Aug 29 21:22:45.533 INFO STEP 0 (remove_files) COMPLETE |
| 5038 | 2026-08-29T21:22:46.162Z | [ recovery-image] Aug 29 21:22:45.533 INFO O| Aug 29 21:22:45.533 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5039 | 2026-08-29T21:22:46.172Z | [ recovery-image] Aug 29 21:22:45.543 INFO O| Aug 29 21:22:45.543 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4" |
| 5040 | 2026-08-29T21:22:46.175Z | [ recovery-image] Aug 29 21:22:45.545 INFO O| Aug 29 21:22:45.545 INFO STEP 1 (remove_files) COMPLETE |
| 5041 | 2026-08-29T21:22:46.175Z | [ recovery-image] Aug 29 21:22:45.545 INFO O| Aug 29 21:22:45.545 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5042 | 2026-08-29T21:22:46.183Z | [ recovery-image] Aug 29 21:22:45.555 INFO O| Aug 29 21:22:45.555 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include" |
| 5043 | 2026-08-29T21:22:46.195Z | [ recovery-image] Aug 29 21:22:45.567 INFO O| Aug 29 21:22:45.567 INFO STEP 2 (remove_files) COMPLETE |
| 5044 | 2026-08-29T21:22:46.195Z | [ recovery-image] Aug 29 21:22:45.567 INFO O| Aug 29 21:22:45.567 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5045 | 2026-08-29T21:22:46.205Z | [ recovery-image] Aug 29 21:22:45.577 INFO O| Aug 29 21:22:45.577 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo" |
| 5046 | 2026-08-29T21:22:46.208Z | [ recovery-image] Aug 29 21:22:45.578 INFO O| Aug 29 21:22:45.578 INFO STEP 3 (remove_files) COMPLETE |
| 5047 | 2026-08-29T21:22:46.208Z | [ recovery-image] Aug 29 21:22:45.578 INFO O| Aug 29 21:22:45.578 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5048 | 2026-08-29T21:22:46.217Z | [ recovery-image] Aug 29 21:22:45.589 INFO O| Aug 29 21:22:45.589 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help" |
| 5049 | 2026-08-29T21:22:46.220Z | [ recovery-image] Aug 29 21:22:45.592 INFO O| Aug 29 21:22:45.592 INFO STEP 4 (remove_files) COMPLETE |
| 5050 | 2026-08-29T21:22:46.220Z | [ recovery-image] Aug 29 21:22:45.592 INFO O| Aug 29 21:22:45.592 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5051 | 2026-08-29T21:22:46.229Z | [ recovery-image] Aug 29 21:22:45.601 INFO O| Aug 29 21:22:45.601 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc" |
| 5052 | 2026-08-29T21:22:46.229Z | [ recovery-image] Aug 29 21:22:45.601 INFO O| Aug 29 21:22:45.601 INFO STEP 5 (remove_files) COMPLETE |
| 5053 | 2026-08-29T21:22:46.233Z | [ recovery-image] Aug 29 21:22:45.601 INFO O| Aug 29 21:22:45.601 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5054 | 2026-08-29T21:22:46.239Z | [ recovery-image] Aug 29 21:22:45.610 INFO O| Aug 29 21:22:45.610 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion" |
| 5055 | 2026-08-29T21:22:46.249Z | [ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO STEP 6 (remove_files) COMPLETE |
| 5056 | 2026-08-29T21:22:46.249Z | [ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5057 | 2026-08-29T21:22:46.249Z | [ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO skip step because feature "heliosv2" is not enabled |
| 5058 | 2026-08-29T21:22:46.249Z | [ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5059 | 2026-08-29T21:22:46.253Z | [ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO skip step because feature "recovery" is enabled |
| 5060 | 2026-08-29T21:22:46.253Z | [ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5061 | 2026-08-29T21:22:46.253Z | [ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO skip step because feature "recovery" is enabled |
| 5062 | 2026-08-29T21:22:46.253Z | [ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5063 | 2026-08-29T21:22:46.253Z | [ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO skip step because feature "recovery" is enabled |
| 5064 | 2026-08-29T21:22:46.253Z | [ recovery-image] Aug 29 21:22:45.621 INFO O| Aug 29 21:22:45.621 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5065 | 2026-08-29T21:22:46.258Z | [ recovery-image] Aug 29 21:22:45.630 INFO O| Aug 29 21:22:45.630 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp" |
| 5066 | 2026-08-29T21:22:46.261Z | [ recovery-image] Aug 29 21:22:45.633 INFO O| Aug 29 21:22:45.633 INFO STEP 11 (remove_files) COMPLETE |
| 5067 | 2026-08-29T21:22:46.261Z | [ recovery-image] Aug 29 21:22:45.633 INFO O| Aug 29 21:22:45.633 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5068 | 2026-08-29T21:22:46.271Z | [ recovery-image] Aug 29 21:22:45.642 INFO O| Aug 29 21:22:45.642 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386" |
| 5069 | 2026-08-29T21:22:46.274Z | [ recovery-image] Aug 29 21:22:45.643 INFO O| Aug 29 21:22:45.643 INFO STEP 12 (remove_files) COMPLETE |
| 5070 | 2026-08-29T21:22:46.274Z | [ recovery-image] Aug 29 21:22:45.643 INFO O| Aug 29 21:22:45.643 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5071 | 2026-08-29T21:22:46.281Z | [ recovery-image] Aug 29 21:22:45.653 INFO O| Aug 29 21:22:45.653 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv" |
| 5072 | 2026-08-29T21:22:46.284Z | [ recovery-image] Aug 29 21:22:45.654 INFO O| Aug 29 21:22:45.654 INFO STEP 13 (remove_files) COMPLETE |
| 5073 | 2026-08-29T21:22:46.284Z | [ recovery-image] Aug 29 21:22:45.654 INFO O| Aug 29 21:22:45.654 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5074 | 2026-08-29T21:22:46.284Z | [verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 5075 | 2026-08-29T21:22:46.368Z | [ recovery-image] Aug 29 21:22:45.740 INFO O| Aug 29 21:22:45.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a" |
| 5076 | 2026-08-29T21:22:46.373Z | [ recovery-image] Aug 29 21:22:45.745 INFO O| Aug 29 21:22:45.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 5077 | 2026-08-29T21:22:46.417Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 5078 | 2026-08-29T21:22:46.454Z | [ recovery-image] Aug 29 21:22:45.825 INFO O| Aug 29 21:22:45.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a" |
| 5079 | 2026-08-29T21:22:46.454Z | [ recovery-image] Aug 29 21:22:45.826 INFO O| Aug 29 21:22:45.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a" |
| 5080 | 2026-08-29T21:22:46.458Z | [ recovery-image] Aug 29 21:22:45.830 INFO O| Aug 29 21:22:45.830 INFO STEP 14 (remove_files) COMPLETE |
| 5081 | 2026-08-29T21:22:46.461Z | [ recovery-image] Aug 29 21:22:45.830 INFO O| Aug 29 21:22:45.830 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5082 | 2026-08-29T21:22:46.468Z | [ recovery-image] Aug 29 21:22:45.840 INFO O| Aug 29 21:22:45.840 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot" |
| 5083 | 2026-08-29T21:22:46.472Z | [ recovery-image] Aug 29 21:22:45.841 INFO O| Aug 29 21:22:45.841 INFO STEP 15 (remove_files) COMPLETE |
| 5084 | 2026-08-29T21:22:46.472Z | [ recovery-image] Aug 29 21:22:45.841 INFO O| Aug 29 21:22:45.841 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5085 | 2026-08-29T21:22:46.478Z | [ recovery-image] Aug 29 21:22:45.850 INFO O| Aug 29 21:22:45.850 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc" |
| 5086 | 2026-08-29T21:22:46.484Z | [verify-libraries] Compiling blowfish v0.10.0 |
| 5087 | 2026-08-29T21:22:46.487Z | [ recovery-image] Aug 29 21:22:45.856 INFO O| Aug 29 21:22:45.856 INFO STEP 16 (remove_files) COMPLETE |
| 5088 | 2026-08-29T21:22:46.487Z | [ recovery-image] Aug 29 21:22:45.856 INFO O| Aug 29 21:22:45.856 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5089 | 2026-08-29T21:22:46.491Z | [ host-image] Aug 29 21:22:45.862 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24217:20260827T182750Z |
| 5090 | 2026-08-29T21:22:46.494Z | [ recovery-image] Aug 29 21:22:45.866 INFO O| Aug 29 21:22:45.866 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv" |
| 5091 | 2026-08-29T21:22:46.497Z | [ recovery-image] Aug 29 21:22:45.867 INFO O| Aug 29 21:22:45.867 INFO STEP 17 (remove_files) COMPLETE |
| 5092 | 2026-08-29T21:22:46.497Z | [ recovery-image] Aug 29 21:22:45.867 INFO O| Aug 29 21:22:45.867 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5093 | 2026-08-29T21:22:46.504Z | [ recovery-image] Aug 29 21:22:45.875 INFO O| Aug 29 21:22:45.875 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc" |
| 5094 | 2026-08-29T21:22:46.507Z | [ recovery-image] Aug 29 21:22:45.877 INFO O| Aug 29 21:22:45.877 INFO STEP 18 (remove_files) COMPLETE |
| 5095 | 2026-08-29T21:22:46.507Z | [ recovery-image] Aug 29 21:22:45.877 INFO O| Aug 29 21:22:45.877 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5096 | 2026-08-29T21:22:46.514Z | [ recovery-image] Aug 29 21:22:45.886 INFO O| Aug 29 21:22:45.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 5097 | 2026-08-29T21:22:46.514Z | [ recovery-image] Aug 29 21:22:45.886 INFO O| Aug 29 21:22:45.886 INFO STEP 19 (remove_files) COMPLETE |
| 5098 | 2026-08-29T21:22:46.514Z | [ recovery-image] Aug 29 21:22:45.886 INFO O| Aug 29 21:22:45.886 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5099 | 2026-08-29T21:22:46.523Z | [ recovery-image] Aug 29 21:22:45.895 INFO O| Aug 29 21:22:45.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 5100 | 2026-08-29T21:22:46.523Z | [ recovery-image] Aug 29 21:22:45.895 INFO O| Aug 29 21:22:45.895 INFO STEP 20 (remove_files) COMPLETE |
| 5101 | 2026-08-29T21:22:46.526Z | [ recovery-image] Aug 29 21:22:45.895 INFO O| Aug 29 21:22:45.895 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5102 | 2026-08-29T21:22:46.531Z | [ recovery-image] Aug 29 21:22:45.903 INFO O| Aug 29 21:22:45.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 5103 | 2026-08-29T21:22:46.531Z | [ recovery-image] Aug 29 21:22:45.903 INFO O| Aug 29 21:22:45.903 INFO STEP 21 (remove_files) COMPLETE |
| 5104 | 2026-08-29T21:22:46.534Z | [ recovery-image] Aug 29 21:22:45.903 INFO O| Aug 29 21:22:45.903 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5105 | 2026-08-29T21:22:46.541Z | [ recovery-image] Aug 29 21:22:45.912 INFO O| Aug 29 21:22:45.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 5106 | 2026-08-29T21:22:46.541Z | [ recovery-image] Aug 29 21:22:45.912 INFO O| Aug 29 21:22:45.912 INFO STEP 22 (remove_files) COMPLETE |
| 5107 | 2026-08-29T21:22:46.541Z | [ recovery-image] Aug 29 21:22:45.912 INFO O| Aug 29 21:22:45.912 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5108 | 2026-08-29T21:22:46.556Z | [ recovery-image] Aug 29 21:22:45.920 INFO O| Aug 29 21:22:45.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 5109 | 2026-08-29T21:22:46.556Z | [ recovery-image] Aug 29 21:22:45.920 INFO O| Aug 29 21:22:45.920 INFO STEP 23 (remove_files) COMPLETE |
| 5110 | 2026-08-29T21:22:46.557Z | [ recovery-image] Aug 29 21:22:45.920 INFO O| Aug 29 21:22:45.920 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5111 | 2026-08-29T21:22:46.560Z | [ recovery-image] Aug 29 21:22:45.929 INFO O| Aug 29 21:22:45.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 5112 | 2026-08-29T21:22:46.560Z | [ recovery-image] Aug 29 21:22:45.929 INFO O| Aug 29 21:22:45.929 INFO STEP 24 (remove_files) COMPLETE |
| 5113 | 2026-08-29T21:22:46.560Z | [ recovery-image] Aug 29 21:22:45.929 INFO O| Aug 29 21:22:45.929 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5114 | 2026-08-29T21:22:46.563Z | [verify-libraries] Compiling blake2 v0.11.0-rc.6 |
| 5115 | 2026-08-29T21:22:46.567Z | [ recovery-image] Aug 29 21:22:45.939 INFO O| Aug 29 21:22:45.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 5116 | 2026-08-29T21:22:46.567Z | [ recovery-image] Aug 29 21:22:45.939 INFO O| Aug 29 21:22:45.939 INFO STEP 25 (remove_files) COMPLETE |
| 5117 | 2026-08-29T21:22:46.567Z | [ recovery-image] Aug 29 21:22:45.939 INFO O| Aug 29 21:22:45.939 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5118 | 2026-08-29T21:22:46.584Z | [ recovery-image] Aug 29 21:22:45.956 INFO O| Aug 29 21:22:45.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power" |
| 5119 | 2026-08-29T21:22:46.584Z | [ recovery-image] Aug 29 21:22:45.956 INFO O| Aug 29 21:22:45.956 INFO STEP 26 (remove_files) COMPLETE |
| 5120 | 2026-08-29T21:22:46.584Z | [ recovery-image] Aug 29 21:22:45.956 INFO O| Aug 29 21:22:45.956 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5121 | 2026-08-29T21:22:46.597Z | [verify-libraries] Compiling petname v2.0.2 |
| 5122 | 2026-08-29T21:22:46.600Z | [ recovery-image] Aug 29 21:22:45.969 INFO O| Aug 29 21:22:45.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 5123 | 2026-08-29T21:22:46.600Z | [ recovery-image] Aug 29 21:22:45.969 INFO O| Aug 29 21:22:45.969 INFO STEP 27 (remove_files) COMPLETE |
| 5124 | 2026-08-29T21:22:46.600Z | [ recovery-image] Aug 29 21:22:45.969 INFO O| Aug 29 21:22:45.969 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5125 | 2026-08-29T21:22:46.607Z | [ recovery-image] Aug 29 21:22:45.978 INFO O| Aug 29 21:22:45.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 5126 | 2026-08-29T21:22:46.607Z | [ recovery-image] Aug 29 21:22:45.978 INFO O| Aug 29 21:22:45.978 INFO STEP 28 (remove_files) COMPLETE |
| 5127 | 2026-08-29T21:22:46.610Z | [ recovery-image] Aug 29 21:22:45.979 INFO O| Aug 29 21:22:45.978 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5128 | 2026-08-29T21:22:46.615Z | [ recovery-image] Aug 29 21:22:45.987 INFO O| Aug 29 21:22:45.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 5129 | 2026-08-29T21:22:46.615Z | [ recovery-image] Aug 29 21:22:45.987 INFO O| Aug 29 21:22:45.987 INFO STEP 29 (remove_files) COMPLETE |
| 5130 | 2026-08-29T21:22:46.615Z | [ recovery-image] Aug 29 21:22:45.987 INFO O| Aug 29 21:22:45.987 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5131 | 2026-08-29T21:22:46.623Z | [ recovery-image] Aug 29 21:22:45.994 INFO O| Aug 29 21:22:45.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 5132 | 2026-08-29T21:22:46.623Z | [ recovery-image] Aug 29 21:22:45.995 INFO O| Aug 29 21:22:45.995 INFO STEP 30 (remove_files) COMPLETE |
| 5133 | 2026-08-29T21:22:46.623Z | [ recovery-image] Aug 29 21:22:45.995 INFO O| Aug 29 21:22:45.995 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5134 | 2026-08-29T21:22:46.631Z | [ recovery-image] Aug 29 21:22:46.003 INFO O| Aug 29 21:22:46.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 5135 | 2026-08-29T21:22:46.631Z | [ recovery-image] Aug 29 21:22:46.003 INFO O| Aug 29 21:22:46.003 INFO STEP 31 (remove_files) COMPLETE |
| 5136 | 2026-08-29T21:22:46.631Z | [ recovery-image] Aug 29 21:22:46.003 INFO O| Aug 29 21:22:46.003 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5137 | 2026-08-29T21:22:46.641Z | [ recovery-image] Aug 29 21:22:46.013 INFO O| Aug 29 21:22:46.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 5138 | 2026-08-29T21:22:46.642Z | [ recovery-image] Aug 29 21:22:46.013 INFO O| Aug 29 21:22:46.013 INFO STEP 32 (remove_files) COMPLETE |
| 5139 | 2026-08-29T21:22:46.642Z | [ recovery-image] Aug 29 21:22:46.013 INFO O| Aug 29 21:22:46.013 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5140 | 2026-08-29T21:22:46.649Z | [ recovery-image] Aug 29 21:22:46.021 INFO O| Aug 29 21:22:46.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 5141 | 2026-08-29T21:22:46.649Z | [ recovery-image] Aug 29 21:22:46.021 INFO O| Aug 29 21:22:46.021 INFO STEP 33 (remove_files) COMPLETE |
| 5142 | 2026-08-29T21:22:46.649Z | [ recovery-image] Aug 29 21:22:46.021 INFO O| Aug 29 21:22:46.021 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5143 | 2026-08-29T21:22:46.658Z | [ recovery-image] Aug 29 21:22:46.030 INFO O| Aug 29 21:22:46.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 5144 | 2026-08-29T21:22:46.658Z | [ recovery-image] Aug 29 21:22:46.030 INFO O| Aug 29 21:22:46.030 INFO STEP 34 (remove_files) COMPLETE |
| 5145 | 2026-08-29T21:22:46.658Z | [ recovery-image] Aug 29 21:22:46.030 INFO O| Aug 29 21:22:46.030 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5146 | 2026-08-29T21:22:46.667Z | [ recovery-image] Aug 29 21:22:46.038 INFO O| Aug 29 21:22:46.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 5147 | 2026-08-29T21:22:46.667Z | [ recovery-image] Aug 29 21:22:46.039 INFO O| Aug 29 21:22:46.039 INFO STEP 35 (remove_files) COMPLETE |
| 5148 | 2026-08-29T21:22:46.667Z | [ recovery-image] Aug 29 21:22:46.039 INFO O| Aug 29 21:22:46.039 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5149 | 2026-08-29T21:22:46.679Z | [ recovery-image] Aug 29 21:22:46.047 INFO O| Aug 29 21:22:46.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 5150 | 2026-08-29T21:22:46.679Z | [ recovery-image] Aug 29 21:22:46.047 INFO O| Aug 29 21:22:46.047 INFO STEP 36 (remove_files) COMPLETE |
| 5151 | 2026-08-29T21:22:46.679Z | [ recovery-image] Aug 29 21:22:46.047 INFO O| Aug 29 21:22:46.047 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5152 | 2026-08-29T21:22:46.683Z | [ recovery-image] Aug 29 21:22:46.055 INFO O| Aug 29 21:22:46.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 5153 | 2026-08-29T21:22:46.683Z | [ recovery-image] Aug 29 21:22:46.055 INFO O| Aug 29 21:22:46.055 INFO STEP 37 (remove_files) COMPLETE |
| 5154 | 2026-08-29T21:22:46.683Z | [ recovery-image] Aug 29 21:22:46.055 INFO O| Aug 29 21:22:46.055 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5155 | 2026-08-29T21:22:46.692Z | [ recovery-image] Aug 29 21:22:46.063 INFO O| Aug 29 21:22:46.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 5156 | 2026-08-29T21:22:46.692Z | [ recovery-image] Aug 29 21:22:46.063 INFO O| Aug 29 21:22:46.063 INFO STEP 38 (remove_files) COMPLETE |
| 5157 | 2026-08-29T21:22:46.695Z | [ recovery-image] Aug 29 21:22:46.063 INFO O| Aug 29 21:22:46.063 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5158 | 2026-08-29T21:22:46.701Z | [ recovery-image] Aug 29 21:22:46.073 INFO O| Aug 29 21:22:46.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 5159 | 2026-08-29T21:22:46.702Z | [ recovery-image] Aug 29 21:22:46.073 INFO O| Aug 29 21:22:46.073 INFO STEP 39 (remove_files) COMPLETE |
| 5160 | 2026-08-29T21:22:46.702Z | [ recovery-image] Aug 29 21:22:46.073 INFO O| Aug 29 21:22:46.073 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5161 | 2026-08-29T21:22:46.710Z | [ recovery-image] Aug 29 21:22:46.081 INFO O| Aug 29 21:22:46.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 5162 | 2026-08-29T21:22:46.710Z | [ recovery-image] Aug 29 21:22:46.081 INFO O| Aug 29 21:22:46.081 INFO STEP 40 (remove_files) COMPLETE |
| 5163 | 2026-08-29T21:22:46.710Z | [ recovery-image] Aug 29 21:22:46.081 INFO O| Aug 29 21:22:46.081 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5164 | 2026-08-29T21:22:46.718Z | [ recovery-image] Aug 29 21:22:46.090 INFO O| Aug 29 21:22:46.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 5165 | 2026-08-29T21:22:46.718Z | [ recovery-image] Aug 29 21:22:46.090 INFO O| Aug 29 21:22:46.090 INFO STEP 41 (remove_files) COMPLETE |
| 5166 | 2026-08-29T21:22:46.718Z | [ recovery-image] Aug 29 21:22:46.090 INFO O| Aug 29 21:22:46.090 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5167 | 2026-08-29T21:22:46.728Z | [ recovery-image] Aug 29 21:22:46.099 INFO O| Aug 29 21:22:46.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 5168 | 2026-08-29T21:22:46.728Z | [ recovery-image] Aug 29 21:22:46.100 INFO O| Aug 29 21:22:46.099 INFO STEP 42 (remove_files) COMPLETE |
| 5169 | 2026-08-29T21:22:46.728Z | [ recovery-image] Aug 29 21:22:46.100 INFO O| Aug 29 21:22:46.099 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5170 | 2026-08-29T21:22:46.737Z | [ recovery-image] Aug 29 21:22:46.108 INFO O| Aug 29 21:22:46.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 5171 | 2026-08-29T21:22:46.737Z | [ recovery-image] Aug 29 21:22:46.108 INFO O| Aug 29 21:22:46.108 INFO STEP 43 (remove_files) COMPLETE |
| 5172 | 2026-08-29T21:22:46.737Z | [ recovery-image] Aug 29 21:22:46.108 INFO O| Aug 29 21:22:46.108 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5173 | 2026-08-29T21:22:46.746Z | [ recovery-image] Aug 29 21:22:46.117 INFO O| Aug 29 21:22:46.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 5174 | 2026-08-29T21:22:46.746Z | [ recovery-image] Aug 29 21:22:46.117 INFO O| Aug 29 21:22:46.117 INFO STEP 44 (remove_files) COMPLETE |
| 5175 | 2026-08-29T21:22:46.750Z | [ recovery-image] Aug 29 21:22:46.117 INFO O| Aug 29 21:22:46.117 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5176 | 2026-08-29T21:22:46.754Z | [ recovery-image] Aug 29 21:22:46.126 INFO O| Aug 29 21:22:46.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 5177 | 2026-08-29T21:22:46.757Z | [ recovery-image] Aug 29 21:22:46.126 INFO O| Aug 29 21:22:46.126 INFO STEP 45 (remove_files) COMPLETE |
| 5178 | 2026-08-29T21:22:46.757Z | [ recovery-image] Aug 29 21:22:46.126 INFO O| Aug 29 21:22:46.126 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5179 | 2026-08-29T21:22:46.765Z | [ recovery-image] Aug 29 21:22:46.136 INFO O| Aug 29 21:22:46.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 5180 | 2026-08-29T21:22:46.765Z | [ recovery-image] Aug 29 21:22:46.136 INFO O| Aug 29 21:22:46.136 INFO STEP 46 (remove_files) COMPLETE |
| 5181 | 2026-08-29T21:22:46.768Z | [ recovery-image] Aug 29 21:22:46.136 INFO O| Aug 29 21:22:46.136 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5182 | 2026-08-29T21:22:46.773Z | [ recovery-image] Aug 29 21:22:46.145 INFO O| Aug 29 21:22:46.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 5183 | 2026-08-29T21:22:46.773Z | [ recovery-image] Aug 29 21:22:46.145 INFO O| Aug 29 21:22:46.145 INFO STEP 47 (remove_files) COMPLETE |
| 5184 | 2026-08-29T21:22:46.776Z | [ recovery-image] Aug 29 21:22:46.145 INFO O| Aug 29 21:22:46.145 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5185 | 2026-08-29T21:22:46.782Z | [ recovery-image] Aug 29 21:22:46.154 INFO O| Aug 29 21:22:46.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 5186 | 2026-08-29T21:22:46.782Z | [ recovery-image] Aug 29 21:22:46.154 INFO O| Aug 29 21:22:46.154 INFO STEP 48 (remove_files) COMPLETE |
| 5187 | 2026-08-29T21:22:46.782Z | [ recovery-image] Aug 29 21:22:46.154 INFO O| Aug 29 21:22:46.154 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5188 | 2026-08-29T21:22:46.791Z | [ recovery-image] Aug 29 21:22:46.162 INFO O| Aug 29 21:22:46.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 5189 | 2026-08-29T21:22:46.791Z | [ recovery-image] Aug 29 21:22:46.162 INFO O| Aug 29 21:22:46.162 INFO STEP 49 (remove_files) COMPLETE |
| 5190 | 2026-08-29T21:22:46.791Z | [ recovery-image] Aug 29 21:22:46.162 INFO O| Aug 29 21:22:46.162 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5191 | 2026-08-29T21:22:46.794Z | [verify-libraries] Compiling bcrypt-pbkdf v0.11.0 |
| 5192 | 2026-08-29T21:22:46.800Z | [ recovery-image] Aug 29 21:22:46.172 INFO O| Aug 29 21:22:46.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 5193 | 2026-08-29T21:22:46.804Z | [ recovery-image] Aug 29 21:22:46.172 INFO O| Aug 29 21:22:46.172 INFO STEP 50 (remove_files) COMPLETE |
| 5194 | 2026-08-29T21:22:46.804Z | [ recovery-image] Aug 29 21:22:46.172 INFO O| Aug 29 21:22:46.172 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5195 | 2026-08-29T21:22:46.811Z | [ recovery-image] Aug 29 21:22:46.183 INFO O| Aug 29 21:22:46.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 5196 | 2026-08-29T21:22:46.811Z | [ recovery-image] Aug 29 21:22:46.183 INFO O| Aug 29 21:22:46.183 INFO STEP 51 (remove_files) COMPLETE |
| 5197 | 2026-08-29T21:22:46.811Z | [ recovery-image] Aug 29 21:22:46.183 INFO O| Aug 29 21:22:46.183 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5198 | 2026-08-29T21:22:46.820Z | [ recovery-image] Aug 29 21:22:46.192 INFO O| Aug 29 21:22:46.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 5199 | 2026-08-29T21:22:46.820Z | [ recovery-image] Aug 29 21:22:46.192 INFO O| Aug 29 21:22:46.192 INFO STEP 52 (remove_files) COMPLETE |
| 5200 | 2026-08-29T21:22:46.823Z | [ recovery-image] Aug 29 21:22:46.192 INFO O| Aug 29 21:22:46.192 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5201 | 2026-08-29T21:22:46.829Z | [ recovery-image] Aug 29 21:22:46.201 INFO O| Aug 29 21:22:46.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 5202 | 2026-08-29T21:22:46.829Z | [ recovery-image] Aug 29 21:22:46.201 INFO O| Aug 29 21:22:46.201 INFO STEP 53 (remove_files) COMPLETE |
| 5203 | 2026-08-29T21:22:46.832Z | [ recovery-image] Aug 29 21:22:46.201 INFO O| Aug 29 21:22:46.201 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5204 | 2026-08-29T21:22:46.838Z | [ recovery-image] Aug 29 21:22:46.210 INFO O| Aug 29 21:22:46.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm" |
| 5205 | 2026-08-29T21:22:46.841Z | [ recovery-image] Aug 29 21:22:46.210 INFO O| Aug 29 21:22:46.210 INFO STEP 54 (remove_files) COMPLETE |
| 5206 | 2026-08-29T21:22:46.841Z | [ recovery-image] Aug 29 21:22:46.210 INFO O| Aug 29 21:22:46.210 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5207 | 2026-08-29T21:22:46.847Z | [ recovery-image] Aug 29 21:22:46.219 INFO O| Aug 29 21:22:46.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm" |
| 5208 | 2026-08-29T21:22:46.850Z | [ recovery-image] Aug 29 21:22:46.219 INFO O| Aug 29 21:22:46.219 INFO STEP 55 (remove_files) COMPLETE |
| 5209 | 2026-08-29T21:22:46.850Z | [ recovery-image] Aug 29 21:22:46.219 INFO O| Aug 29 21:22:46.219 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5210 | 2026-08-29T21:22:46.856Z | [ recovery-image] Aug 29 21:22:46.228 INFO O| Aug 29 21:22:46.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm" |
| 5211 | 2026-08-29T21:22:46.856Z | [ recovery-image] Aug 29 21:22:46.228 INFO O| Aug 29 21:22:46.227 INFO STEP 56 (remove_files) COMPLETE |
| 5212 | 2026-08-29T21:22:46.859Z | [ recovery-image] Aug 29 21:22:46.228 INFO O| Aug 29 21:22:46.227 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5213 | 2026-08-29T21:22:46.865Z | [ recovery-image] Aug 29 21:22:46.236 INFO O| Aug 29 21:22:46.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm" |
| 5214 | 2026-08-29T21:22:46.865Z | [ recovery-image] Aug 29 21:22:46.236 INFO O| Aug 29 21:22:46.236 INFO STEP 57 (remove_files) COMPLETE |
| 5215 | 2026-08-29T21:22:46.865Z | [ recovery-image] Aug 29 21:22:46.236 INFO O| Aug 29 21:22:46.236 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5216 | 2026-08-29T21:22:46.875Z | [ recovery-image] Aug 29 21:22:46.245 INFO O| Aug 29 21:22:46.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar" |
| 5217 | 2026-08-29T21:22:46.875Z | [ recovery-image] Aug 29 21:22:46.245 INFO O| Aug 29 21:22:46.245 INFO STEP 58 (remove_files) COMPLETE |
| 5218 | 2026-08-29T21:22:46.875Z | [ recovery-image] Aug 29 21:22:46.245 INFO O| Aug 29 21:22:46.245 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5219 | 2026-08-29T21:22:46.880Z | [verify-libraries] Compiling argon2 v0.6.0-rc.8 |
| 5220 | 2026-08-29T21:22:46.887Z | [ recovery-image] Aug 29 21:22:46.255 INFO O| Aug 29 21:22:46.254 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 5221 | 2026-08-29T21:22:46.887Z | [ recovery-image] Aug 29 21:22:46.255 INFO O| Aug 29 21:22:46.255 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ... |
| 5222 | 2026-08-29T21:22:46.887Z | [ recovery-image] Aug 29 21:22:46.255 INFO O| Aug 29 21:22:46.255 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5223 | 2026-08-29T21:22:46.887Z | [ recovery-image] Aug 29 21:22:46.255 INFO O| Aug 29 21:22:46.255 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5224 | 2026-08-29T21:22:46.887Z | [ recovery-image] Aug 29 21:22:46.255 INFO O| Aug 29 21:22:46.255 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5225 | 2026-08-29T21:22:46.887Z | [ recovery-image] Aug 29 21:22:46.255 INFO O| Aug 29 21:22:46.255 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5226 | 2026-08-29T21:22:46.887Z | [ recovery-image] Aug 29 21:22:46.255 INFO O| Aug 29 21:22:46.255 INFO ok! |
| 5227 | 2026-08-29T21:22:46.887Z | [ recovery-image] Aug 29 21:22:46.255 INFO O| Aug 29 21:22:46.255 INFO STEP 59 (ensure_file) COMPLETE |
| 5228 | 2026-08-29T21:22:46.887Z | [ recovery-image] Aug 29 21:22:46.255 INFO O| Aug 29 21:22:46.255 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5229 | 2026-08-29T21:22:46.893Z | [ recovery-image] Aug 29 21:22:46.264 INFO O| Aug 29 21:22:46.264 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 5230 | 2026-08-29T21:22:46.893Z | [ recovery-image] Aug 29 21:22:46.264 INFO O| Aug 29 21:22:46.264 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 5231 | 2026-08-29T21:22:46.893Z | [ recovery-image] Aug 29 21:22:46.264 INFO O| Aug 29 21:22:46.264 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5232 | 2026-08-29T21:22:46.896Z | [ recovery-image] Aug 29 21:22:46.264 INFO O| Aug 29 21:22:46.264 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5233 | 2026-08-29T21:22:46.896Z | [ recovery-image] Aug 29 21:22:46.264 INFO O| Aug 29 21:22:46.264 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5234 | 2026-08-29T21:22:46.896Z | [ recovery-image] Aug 29 21:22:46.264 INFO O| Aug 29 21:22:46.264 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5235 | 2026-08-29T21:22:46.896Z | [ recovery-image] Aug 29 21:22:46.264 INFO O| Aug 29 21:22:46.264 INFO ok! |
| 5236 | 2026-08-29T21:22:46.896Z | [ recovery-image] Aug 29 21:22:46.264 INFO O| Aug 29 21:22:46.264 INFO STEP 60 (ensure_file) COMPLETE |
| 5237 | 2026-08-29T21:22:46.896Z | [ recovery-image] Aug 29 21:22:46.264 INFO O| Aug 29 21:22:46.264 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5238 | 2026-08-29T21:22:46.902Z | [ recovery-image] Aug 29 21:22:46.274 INFO O| Aug 29 21:22:46.273 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist |
| 5239 | 2026-08-29T21:22:46.902Z | [ recovery-image] Aug 29 21:22:46.274 INFO O| Aug 29 21:22:46.274 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ... |
| 5240 | 2026-08-29T21:22:46.902Z | [ recovery-image] Aug 29 21:22:46.274 INFO O| Aug 29 21:22:46.274 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile |
| 5241 | 2026-08-29T21:22:46.902Z | [ recovery-image] Aug 29 21:22:46.274 INFO O| Aug 29 21:22:46.274 INFO ok! |
| 5242 | 2026-08-29T21:22:46.902Z | [ recovery-image] Aug 29 21:22:46.274 INFO O| Aug 29 21:22:46.274 INFO STEP 61 (ensure_file) COMPLETE |
| 5243 | 2026-08-29T21:22:46.902Z | [ recovery-image] Aug 29 21:22:46.274 INFO O| Aug 29 21:22:46.274 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5244 | 2026-08-29T21:22:46.913Z | [ recovery-image] Aug 29 21:22:46.284 INFO O| Aug 29 21:22:46.284 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 5245 | 2026-08-29T21:22:46.913Z | [ recovery-image] Aug 29 21:22:46.285 INFO O| Aug 29 21:22:46.284 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ... |
| 5246 | 2026-08-29T21:22:46.913Z | [ recovery-image] Aug 29 21:22:46.285 INFO O| Aug 29 21:22:46.285 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc |
| 5247 | 2026-08-29T21:22:46.916Z | [ recovery-image] Aug 29 21:22:46.285 INFO O| Aug 29 21:22:46.285 INFO ok! |
| 5248 | 2026-08-29T21:22:46.916Z | [ recovery-image] Aug 29 21:22:46.285 INFO O| Aug 29 21:22:46.285 INFO STEP 62 (ensure_file) COMPLETE |
| 5249 | 2026-08-29T21:22:46.916Z | [ recovery-image] Aug 29 21:22:46.285 INFO O| Aug 29 21:22:46.285 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5250 | 2026-08-29T21:22:46.923Z | [ recovery-image] Aug 29 21:22:46.295 INFO O| Aug 29 21:22:46.295 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 5251 | 2026-08-29T21:22:46.924Z | [ recovery-image] Aug 29 21:22:46.295 INFO O| Aug 29 21:22:46.295 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ... |
| 5252 | 2026-08-29T21:22:46.924Z | [ recovery-image] Aug 29 21:22:46.295 INFO O| Aug 29 21:22:46.295 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 5253 | 2026-08-29T21:22:46.927Z | [ recovery-image] Aug 29 21:22:46.295 INFO O| Aug 29 21:22:46.295 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 5254 | 2026-08-29T21:22:46.927Z | [ recovery-image] Aug 29 21:22:46.295 INFO O| Aug 29 21:22:46.295 INFO ok! |
| 5255 | 2026-08-29T21:22:46.927Z | [ recovery-image] Aug 29 21:22:46.295 INFO O| Aug 29 21:22:46.295 INFO STEP 63 (ensure_file) COMPLETE |
| 5256 | 2026-08-29T21:22:46.927Z | [ recovery-image] Aug 29 21:22:46.295 INFO O| Aug 29 21:22:46.295 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5257 | 2026-08-29T21:22:46.932Z | [ recovery-image] Aug 29 21:22:46.304 INFO O| Aug 29 21:22:46.304 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 5258 | 2026-08-29T21:22:46.932Z | [ recovery-image] Aug 29 21:22:46.304 INFO O| Aug 29 21:22:46.304 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 5259 | 2026-08-29T21:22:46.935Z | [ recovery-image] Aug 29 21:22:46.304 INFO O| Aug 29 21:22:46.304 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 5260 | 2026-08-29T21:22:46.935Z | [ recovery-image] Aug 29 21:22:46.304 INFO O| Aug 29 21:22:46.304 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 5261 | 2026-08-29T21:22:46.935Z | [ recovery-image] Aug 29 21:22:46.304 INFO O| Aug 29 21:22:46.304 INFO ok! |
| 5262 | 2026-08-29T21:22:46.935Z | [ recovery-image] Aug 29 21:22:46.304 INFO O| Aug 29 21:22:46.304 INFO STEP 64 (ensure_file) COMPLETE |
| 5263 | 2026-08-29T21:22:46.936Z | [ recovery-image] Aug 29 21:22:46.304 INFO O| Aug 29 21:22:46.304 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5264 | 2026-08-29T21:22:46.942Z | [ recovery-image] Aug 29 21:22:46.313 INFO O| Aug 29 21:22:46.313 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 5265 | 2026-08-29T21:22:46.942Z | [ recovery-image] Aug 29 21:22:46.313 INFO O| Aug 29 21:22:46.313 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 5266 | 2026-08-29T21:22:46.946Z | [ recovery-image] Aug 29 21:22:46.313 INFO O| Aug 29 21:22:46.313 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly |
| 5267 | 2026-08-29T21:22:46.946Z | [ recovery-image] Aug 29 21:22:46.313 INFO O| Aug 29 21:22:46.313 INFO ok! |
| 5268 | 2026-08-29T21:22:46.946Z | [ recovery-image] Aug 29 21:22:46.313 INFO O| Aug 29 21:22:46.313 INFO STEP 65 (assemble_files) COMPLETE |
| 5269 | 2026-08-29T21:22:46.946Z | [ recovery-image] Aug 29 21:22:46.313 INFO O| Aug 29 21:22:46.313 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5270 | 2026-08-29T21:22:46.952Z | [ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 5271 | 2026-08-29T21:22:46.952Z | [ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ... |
| 5272 | 2026-08-29T21:22:46.952Z | [ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 5273 | 2026-08-29T21:22:46.952Z | [ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 5274 | 2026-08-29T21:22:46.955Z | [ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO ok! |
| 5275 | 2026-08-29T21:22:46.955Z | [ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO STEP 66 (ensure_file) COMPLETE |
| 5276 | 2026-08-29T21:22:46.955Z | [ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5277 | 2026-08-29T21:22:46.955Z | [ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO skip step because feature "omicron1" is not enabled |
| 5278 | 2026-08-29T21:22:46.955Z | [ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5279 | 2026-08-29T21:22:46.955Z | [ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO skip step because feature "omicron1" is not enabled |
| 5280 | 2026-08-29T21:22:46.955Z | [ recovery-image] Aug 29 21:22:46.323 INFO O| Aug 29 21:22:46.323 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5281 | 2026-08-29T21:22:46.955Z | [ recovery-image] Aug 29 21:22:46.324 INFO O| Aug 29 21:22:46.323 INFO skip step because feature "omicron1" is not enabled |
| 5282 | 2026-08-29T21:22:46.955Z | [ recovery-image] Aug 29 21:22:46.324 INFO O| Aug 29 21:22:46.323 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5283 | 2026-08-29T21:22:46.966Z | [ recovery-image] Aug 29 21:22:46.338 INFO O| Aug 29 21:22:46.338 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal |
| 5284 | 2026-08-29T21:22:46.966Z | [ recovery-image] Aug 29 21:22:46.338 INFO O| Aug 29 21:22:46.338 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 5285 | 2026-08-29T21:22:47.253Z | [verify-libraries] Compiling rsa v0.10.0-rc.18 |
| 5286 | 2026-08-29T21:22:47.278Z | [verify-libraries] Compiling ssh-cipher v0.3.0 |
| 5287 | 2026-08-29T21:22:47.299Z | [verify-libraries] Compiling ed25519-dalek v3.0.0 |
| 5288 | 2026-08-29T21:22:47.553Z | [verify-libraries] Compiling serde_with_macros v1.5.2 |
| 5289 | 2026-08-29T21:22:47.868Z | [verify-libraries] Compiling progenitor v0.13.0 |
| 5290 | 2026-08-29T21:22:47.907Z | [verify-libraries] Compiling sha3 v0.11.0 |
| 5291 | 2026-08-29T21:22:48.038Z | [verify-libraries] Compiling p256 v0.14.0 |
| 5292 | 2026-08-29T21:22:48.144Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 5293 | 2026-08-29T21:22:48.181Z | [verify-libraries] Compiling p384 v0.14.0 |
| 5294 | 2026-08-29T21:22:48.208Z | [verify-libraries] Compiling p521 v0.14.0 |
| 5295 | 2026-08-29T21:22:48.223Z | [ recovery-image] Aug 29 21:22:47.595 INFO O| Aug 29 21:22:47.595 INFO STEP 70 (pack_tar) COMPLETE |
| 5296 | 2026-08-29T21:22:48.223Z | [ recovery-image] Aug 29 21:22:47.595 INFO O| Aug 29 21:22:47.595 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5297 | 2026-08-29T21:22:48.227Z | [ recovery-image] Aug 29 21:22:47.595 INFO O| Aug 29 21:22:47.595 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5298 | 2026-08-29T21:22:48.245Z | [verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 5299 | 2026-08-29T21:22:48.267Z | [verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 5300 | 2026-08-29T21:22:48.629Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5301 | 2026-08-29T21:22:48.650Z | [ recovery-image] Aug 29 21:22:48.022 INFO O| Aug 29 21:22:48.022 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 5302 | 2026-08-29T21:22:48.738Z | [verify-libraries] Compiling twox-hash v2.1.2 |
| 5303 | 2026-08-29T21:22:48.777Z | [ recovery-image] Aug 29 21:22:48.149 INFO O| Aug 29 21:22:48.149 INFO completed processing sled/ramdisk-02-trim |
| 5304 | 2026-08-29T21:22:48.781Z | [ recovery-image] Aug 29 21:22:48.151 INFO image builder template: ramdisk-03-recovery-trim... |
| 5305 | 2026-08-29T21:22:48.781Z | [ recovery-image] Aug 29 21:22:48.151 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/.tmpdiOogb/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.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None |
| 5306 | 2026-08-29T21:22:48.784Z | [ recovery-image] Aug 29 21:22:48.156 INFO O| Aug 29 21:22:48.156 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled |
| 5307 | 2026-08-29T21:22:48.859Z | [ recovery-image] Aug 29 21:22:48.230 INFO O| Aug 29 21:22:48.230 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 5308 | 2026-08-29T21:22:48.862Z | [ recovery-image] Aug 29 21:22:48.233 INFO O| Aug 29 21:22:48.233 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 5309 | 2026-08-29T21:22:48.922Z | [verify-libraries] Compiling kem v0.3.0 |
| 5310 | 2026-08-29T21:22:48.951Z | [verify-libraries] Compiling module-lattice v0.2.3 |
| 5311 | 2026-08-29T21:22:48.951Z | [ recovery-image] Aug 29 21:22:48.322 INFO O| Aug 29 21:22:48.322 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled |
| 5312 | 2026-08-29T21:22:49.033Z | [ recovery-image] Aug 29 21:22:48.405 INFO O| Aug 29 21:22:48.405 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 5313 | 2026-08-29T21:22:49.033Z | [ recovery-image] Aug 29 21:22:48.405 INFO O| Aug 29 21:22:48.405 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 5314 | 2026-08-29T21:22:49.040Z | [ recovery-image] Aug 29 21:22:48.412 INFO O| Aug 29 21:22:48.411 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 5315 | 2026-08-29T21:22:49.044Z | [ recovery-image] Aug 29 21:22:48.416 INFO O| Aug 29 21:22:48.416 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5316 | 2026-08-29T21:22:49.054Z | [ recovery-image] Aug 29 21:22:48.425 INFO O| Aug 29 21:22:48.425 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5317 | 2026-08-29T21:22:49.091Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5318 | 2026-08-29T21:22:49.235Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 5319 | 2026-08-29T21:22:49.294Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5320 | 2026-08-29T21:22:49.425Z | [verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 5321 | 2026-08-29T21:22:49.648Z | [ recovery-image] Aug 29 21:22:49.019 INFO O| Aug 29 21:22:49.019 INFO rolled back to input snapshot; work may begin |
| 5322 | 2026-08-29T21:22:49.648Z | [ recovery-image] Aug 29 21:22:49.019 INFO O| Aug 29 21:22:49.019 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 5323 | 2026-08-29T21:22:49.652Z | [ recovery-image] Aug 29 21:22:49.024 INFO O| Aug 29 21:22:49.023 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5324 | 2026-08-29T21:22:49.660Z | [ recovery-image] Aug 29 21:22:49.032 INFO O| Aug 29 21:22:49.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm" |
| 5325 | 2026-08-29T21:22:49.664Z | [ recovery-image] Aug 29 21:22:49.034 INFO O| Aug 29 21:22:49.034 INFO STEP 0 (remove_files) COMPLETE |
| 5326 | 2026-08-29T21:22:49.664Z | [ recovery-image] Aug 29 21:22:49.034 INFO O| Aug 29 21:22:49.034 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5327 | 2026-08-29T21:22:49.671Z | [ recovery-image] Aug 29 21:22:49.042 INFO O| Aug 29 21:22:49.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf" |
| 5328 | 2026-08-29T21:22:49.671Z | [ recovery-image] Aug 29 21:22:49.042 INFO O| Aug 29 21:22:49.042 INFO STEP 1 (remove_files) COMPLETE |
| 5329 | 2026-08-29T21:22:49.674Z | [ recovery-image] Aug 29 21:22:49.042 INFO O| Aug 29 21:22:49.042 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5330 | 2026-08-29T21:22:49.685Z | [ recovery-image] Aug 29 21:22:49.056 INFO O| Aug 29 21:22:49.056 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7" |
| 5331 | 2026-08-29T21:22:49.689Z | [ recovery-image] Aug 29 21:22:49.061 INFO O| Aug 29 21:22:49.060 INFO STEP 2 (remove_files) COMPLETE |
| 5332 | 2026-08-29T21:22:49.689Z | [ recovery-image] Aug 29 21:22:49.061 INFO O| Aug 29 21:22:49.061 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5333 | 2026-08-29T21:22:49.700Z | [ recovery-image] Aug 29 21:22:49.072 INFO O| Aug 29 21:22:49.071 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share" |
| 5334 | 2026-08-29T21:22:49.754Z | [ recovery-image] Aug 29 21:22:49.125 INFO O| Aug 29 21:22:49.125 INFO STEP 3 (remove_files) COMPLETE |
| 5335 | 2026-08-29T21:22:49.754Z | [ recovery-image] Aug 29 21:22:49.126 INFO O| Aug 29 21:22:49.125 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5336 | 2026-08-29T21:22:49.765Z | [ recovery-image] Aug 29 21:22:49.136 INFO O| Aug 29 21:22:49.136 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns" |
| 5337 | 2026-08-29T21:22:49.768Z | [ recovery-image] Aug 29 21:22:49.138 INFO O| Aug 29 21:22:49.138 INFO STEP 4 (remove_files) COMPLETE |
| 5338 | 2026-08-29T21:22:49.769Z | [ recovery-image] Aug 29 21:22:49.138 INFO O| Aug 29 21:22:49.138 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5339 | 2026-08-29T21:22:49.776Z | [ recovery-image] Aug 29 21:22:49.147 INFO O| Aug 29 21:22:49.147 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv" |
| 5340 | 2026-08-29T21:22:49.815Z | [ recovery-image] Aug 29 21:22:49.186 INFO O| Aug 29 21:22:49.186 INFO STEP 5 (remove_files) COMPLETE |
| 5341 | 2026-08-29T21:22:49.815Z | [ recovery-image] Aug 29 21:22:49.186 INFO O| Aug 29 21:22:49.186 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5342 | 2026-08-29T21:22:49.824Z | [ recovery-image] Aug 29 21:22:49.196 INFO O| Aug 29 21:22:49.196 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale" |
| 5343 | 2026-08-29T21:22:50.099Z | [ recovery-image] Aug 29 21:22:49.470 INFO O| Aug 29 21:22:49.470 INFO STEP 6 (remove_files) COMPLETE |
| 5344 | 2026-08-29T21:22:50.099Z | [ recovery-image] Aug 29 21:22:49.470 INFO O| Aug 29 21:22:49.470 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5345 | 2026-08-29T21:22:50.109Z | [ recovery-image] Aug 29 21:22:49.480 INFO O| Aug 29 21:22:49.480 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps" |
| 5346 | 2026-08-29T21:22:50.162Z | [ recovery-image] Aug 29 21:22:49.533 INFO O| Aug 29 21:22:49.533 INFO STEP 7 (remove_files) COMPLETE |
| 5347 | 2026-08-29T21:22:50.162Z | [ recovery-image] Aug 29 21:22:49.533 INFO O| Aug 29 21:22:49.533 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5348 | 2026-08-29T21:22:50.172Z | [ recovery-image] Aug 29 21:22:49.543 INFO O| Aug 29 21:22:49.543 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig" |
| 5349 | 2026-08-29T21:22:50.197Z | [ recovery-image] Aug 29 21:22:49.568 INFO O| Aug 29 21:22:49.568 INFO STEP 8 (remove_files) COMPLETE |
| 5350 | 2026-08-29T21:22:50.197Z | [ recovery-image] Aug 29 21:22:49.568 INFO O| Aug 29 21:22:49.568 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5351 | 2026-08-29T21:22:50.267Z | [ recovery-image] Aug 29 21:22:49.638 INFO O| Aug 29 21:22:49.638 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi" |
| 5352 | 2026-08-29T21:22:50.318Z | [ recovery-image] Aug 29 21:22:49.689 INFO O| Aug 29 21:22:49.689 INFO STEP 9 (remove_files) COMPLETE |
| 5353 | 2026-08-29T21:22:50.318Z | [ recovery-image] Aug 29 21:22:49.689 INFO O| Aug 29 21:22:49.689 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5354 | 2026-08-29T21:22:50.328Z | [ recovery-image] Aug 29 21:22:49.699 INFO O| Aug 29 21:22:49.699 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs" |
| 5355 | 2026-08-29T21:22:50.328Z | [ recovery-image] Aug 29 21:22:49.699 INFO O| Aug 29 21:22:49.699 INFO STEP 10 (remove_files) COMPLETE |
| 5356 | 2026-08-29T21:22:50.332Z | [ recovery-image] Aug 29 21:22:49.699 INFO O| Aug 29 21:22:49.699 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5357 | 2026-08-29T21:22:50.338Z | [ recovery-image] Aug 29 21:22:49.709 INFO O| Aug 29 21:22:49.709 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv" |
| 5358 | 2026-08-29T21:22:50.385Z | [ recovery-image] Aug 29 21:22:49.755 INFO O| Aug 29 21:22:49.755 INFO STEP 11 (remove_files) COMPLETE |
| 5359 | 2026-08-29T21:22:50.385Z | [ recovery-image] Aug 29 21:22:49.755 INFO O| Aug 29 21:22:49.755 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5360 | 2026-08-29T21:22:50.394Z | [ recovery-image] Aug 29 21:22:49.765 INFO O| Aug 29 21:22:49.765 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5" |
| 5361 | 2026-08-29T21:22:50.729Z | [ recovery-image] Aug 29 21:22:50.100 INFO O| Aug 29 21:22:50.100 INFO STEP 12 (remove_files) COMPLETE |
| 5362 | 2026-08-29T21:22:50.729Z | [ recovery-image] Aug 29 21:22:50.100 INFO O| Aug 29 21:22:50.100 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5363 | 2026-08-29T21:22:50.740Z | [ recovery-image] Aug 29 21:22:50.111 INFO O| Aug 29 21:22:50.111 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash" |
| 5364 | 2026-08-29T21:22:50.743Z | [ recovery-image] Aug 29 21:22:50.114 INFO O| Aug 29 21:22:50.114 INFO STEP 13 (remove_files) COMPLETE |
| 5365 | 2026-08-29T21:22:50.744Z | [ recovery-image] Aug 29 21:22:50.114 INFO O| Aug 29 21:22:50.114 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5366 | 2026-08-29T21:22:50.753Z | [ recovery-image] Aug 29 21:22:50.125 INFO O| Aug 29 21:22:50.124 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve" |
| 5367 | 2026-08-29T21:22:50.757Z | [ recovery-image] Aug 29 21:22:50.127 INFO O| Aug 29 21:22:50.127 INFO STEP 14 (remove_files) COMPLETE |
| 5368 | 2026-08-29T21:22:50.757Z | [ recovery-image] Aug 29 21:22:50.127 INFO O| Aug 29 21:22:50.127 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5369 | 2026-08-29T21:22:50.766Z | [ recovery-image] Aug 29 21:22:50.137 INFO O| Aug 29 21:22:50.137 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs" |
| 5370 | 2026-08-29T21:22:50.771Z | [ recovery-image] Aug 29 21:22:50.138 INFO O| Aug 29 21:22:50.138 INFO STEP 15 (remove_files) COMPLETE |
| 5371 | 2026-08-29T21:22:50.771Z | [ recovery-image] Aug 29 21:22:50.138 INFO O| Aug 29 21:22:50.138 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5372 | 2026-08-29T21:22:50.776Z | [ recovery-image] Aug 29 21:22:50.148 INFO O| Aug 29 21:22:50.148 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons" |
| 5373 | 2026-08-29T21:22:50.780Z | [ recovery-image] Aug 29 21:22:50.149 INFO O| Aug 29 21:22:50.149 INFO STEP 16 (remove_files) COMPLETE |
| 5374 | 2026-08-29T21:22:50.780Z | [ recovery-image] Aug 29 21:22:50.149 INFO O| Aug 29 21:22:50.149 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5375 | 2026-08-29T21:22:50.788Z | [ recovery-image] Aug 29 21:22:50.159 INFO O| Aug 29 21:22:50.159 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale" |
| 5376 | 2026-08-29T21:22:50.800Z | [ recovery-image] Aug 29 21:22:50.171 INFO O| Aug 29 21:22:50.171 INFO STEP 17 (remove_files) COMPLETE |
| 5377 | 2026-08-29T21:22:50.800Z | [ recovery-image] Aug 29 21:22:50.171 INFO O| Aug 29 21:22:50.171 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5378 | 2026-08-29T21:22:50.811Z | [ recovery-image] Aug 29 21:22:50.182 INFO O| Aug 29 21:22:50.182 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src" |
| 5379 | 2026-08-29T21:22:50.814Z | [ recovery-image] Aug 29 21:22:50.183 INFO O| Aug 29 21:22:50.183 INFO STEP 18 (remove_files) COMPLETE |
| 5380 | 2026-08-29T21:22:50.814Z | [ recovery-image] Aug 29 21:22:50.183 INFO O| Aug 29 21:22:50.183 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5381 | 2026-08-29T21:22:50.822Z | [ recovery-image] Aug 29 21:22:50.193 INFO O| Aug 29 21:22:50.193 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo" |
| 5382 | 2026-08-29T21:22:50.825Z | [ recovery-image] Aug 29 21:22:50.194 INFO O| Aug 29 21:22:50.194 INFO STEP 19 (remove_files) COMPLETE |
| 5383 | 2026-08-29T21:22:50.825Z | [ recovery-image] Aug 29 21:22:50.194 INFO O| Aug 29 21:22:50.194 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5384 | 2026-08-29T21:22:50.832Z | [ recovery-image] Aug 29 21:22:50.204 INFO O| Aug 29 21:22:50.204 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim" |
| 5385 | 2026-08-29T21:22:50.845Z | [verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 5386 | 2026-08-29T21:22:50.874Z | [ recovery-image] Aug 29 21:22:50.245 INFO O| Aug 29 21:22:50.245 INFO STEP 20 (remove_files) COMPLETE |
| 5387 | 2026-08-29T21:22:50.877Z | [ recovery-image] Aug 29 21:22:50.245 INFO O| Aug 29 21:22:50.245 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5388 | 2026-08-29T21:22:50.892Z | [ recovery-image] Aug 29 21:22:50.264 INFO O| Aug 29 21:22:50.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml" |
| 5389 | 2026-08-29T21:22:50.925Z | [ recovery-image] Aug 29 21:22:50.296 INFO O| Aug 29 21:22:50.295 INFO STEP 21 (remove_files) COMPLETE |
| 5390 | 2026-08-29T21:22:50.925Z | [ recovery-image] Aug 29 21:22:50.296 INFO O| Aug 29 21:22:50.296 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5391 | 2026-08-29T21:22:50.941Z | [ recovery-image] Aug 29 21:22:50.313 INFO O| Aug 29 21:22:50.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml" |
| 5392 | 2026-08-29T21:22:50.942Z | [ recovery-image] Aug 29 21:22:50.313 INFO O| Aug 29 21:22:50.313 INFO STEP 22 (remove_files) COMPLETE |
| 5393 | 2026-08-29T21:22:50.942Z | [ recovery-image] Aug 29 21:22:50.313 INFO O| Aug 29 21:22:50.313 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5394 | 2026-08-29T21:22:50.951Z | [ recovery-image] Aug 29 21:22:50.322 INFO O| Aug 29 21:22:50.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb" |
| 5395 | 2026-08-29T21:22:50.979Z | [ recovery-image] Aug 29 21:22:50.350 INFO O| Aug 29 21:22:50.350 INFO STEP 23 (remove_files) COMPLETE |
| 5396 | 2026-08-29T21:22:50.979Z | [ recovery-image] Aug 29 21:22:50.350 INFO O| Aug 29 21:22:50.350 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5397 | 2026-08-29T21:22:50.988Z | [ recovery-image] Aug 29 21:22:50.359 INFO O| Aug 29 21:22:50.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec" |
| 5398 | 2026-08-29T21:22:51.010Z | [ recovery-image] Aug 29 21:22:50.382 INFO O| Aug 29 21:22:50.382 INFO STEP 24 (remove_files) COMPLETE |
| 5399 | 2026-08-29T21:22:51.011Z | [ recovery-image] Aug 29 21:22:50.382 INFO O| Aug 29 21:22:50.382 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5400 | 2026-08-29T21:22:51.023Z | [ recovery-image] Aug 29 21:22:50.394 INFO O| Aug 29 21:22:50.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap" |
| 5401 | 2026-08-29T21:22:51.023Z | [ recovery-image] Aug 29 21:22:50.394 INFO O| Aug 29 21:22:50.394 INFO STEP 25 (remove_files) COMPLETE |
| 5402 | 2026-08-29T21:22:51.028Z | [ recovery-image] Aug 29 21:22:50.394 INFO O| Aug 29 21:22:50.394 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5403 | 2026-08-29T21:22:51.033Z | [ recovery-image] Aug 29 21:22:50.405 INFO O| Aug 29 21:22:50.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias" |
| 5404 | 2026-08-29T21:22:51.033Z | [ recovery-image] Aug 29 21:22:50.405 INFO O| Aug 29 21:22:50.405 INFO STEP 26 (remove_files) COMPLETE |
| 5405 | 2026-08-29T21:22:51.033Z | [ recovery-image] Aug 29 21:22:50.405 INFO O| Aug 29 21:22:50.405 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5406 | 2026-08-29T21:22:51.043Z | [ recovery-image] Aug 29 21:22:50.414 INFO O| Aug 29 21:22:50.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb" |
| 5407 | 2026-08-29T21:22:51.043Z | [ recovery-image] Aug 29 21:22:50.414 INFO O| Aug 29 21:22:50.414 INFO STEP 27 (remove_files) COMPLETE |
| 5408 | 2026-08-29T21:22:51.046Z | [ recovery-image] Aug 29 21:22:50.414 INFO O| Aug 29 21:22:50.414 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5409 | 2026-08-29T21:22:51.061Z | [ recovery-image] Aug 29 21:22:50.432 INFO O| Aug 29 21:22:50.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt" |
| 5410 | 2026-08-29T21:22:51.073Z | [ recovery-image] Aug 29 21:22:50.444 INFO O| Aug 29 21:22:50.444 INFO STEP 28 (remove_files) COMPLETE |
| 5411 | 2026-08-29T21:22:51.073Z | [ recovery-image] Aug 29 21:22:50.444 INFO O| Aug 29 21:22:50.444 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5412 | 2026-08-29T21:22:51.104Z | [ recovery-image] Aug 29 21:22:50.475 INFO O| Aug 29 21:22:50.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle" |
| 5413 | 2026-08-29T21:22:51.104Z | [ recovery-image] Aug 29 21:22:50.475 INFO O| Aug 29 21:22:50.475 INFO STEP 29 (remove_files) COMPLETE |
| 5414 | 2026-08-29T21:22:51.104Z | [ recovery-image] Aug 29 21:22:50.475 INFO O| Aug 29 21:22:50.475 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5415 | 2026-08-29T21:22:51.114Z | [ recovery-image] Aug 29 21:22:50.485 INFO O| Aug 29 21:22:50.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl" |
| 5416 | 2026-08-29T21:22:51.114Z | [ recovery-image] Aug 29 21:22:50.486 INFO O| Aug 29 21:22:50.486 INFO STEP 30 (remove_files) COMPLETE |
| 5417 | 2026-08-29T21:22:51.114Z | [ recovery-image] Aug 29 21:22:50.486 INFO O| Aug 29 21:22:50.486 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5418 | 2026-08-29T21:22:51.125Z | [ recovery-image] Aug 29 21:22:50.497 INFO O| Aug 29 21:22:50.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config" |
| 5419 | 2026-08-29T21:22:51.125Z | [ recovery-image] Aug 29 21:22:50.497 INFO O| Aug 29 21:22:50.497 INFO STEP 31 (remove_files) COMPLETE |
| 5420 | 2026-08-29T21:22:51.126Z | [ recovery-image] Aug 29 21:22:50.497 INFO O| Aug 29 21:22:50.497 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5421 | 2026-08-29T21:22:51.162Z | [ recovery-image] Aug 29 21:22:50.533 INFO O| Aug 29 21:22:50.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt" |
| 5422 | 2026-08-29T21:22:51.162Z | [ recovery-image] Aug 29 21:22:50.533 INFO O| Aug 29 21:22:50.533 INFO STEP 32 (remove_files) COMPLETE |
| 5423 | 2026-08-29T21:22:51.163Z | [ recovery-image] Aug 29 21:22:50.533 INFO O| Aug 29 21:22:50.533 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5424 | 2026-08-29T21:22:51.171Z | [ recovery-image] Aug 29 21:22:50.542 INFO O| Aug 29 21:22:50.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest" |
| 5425 | 2026-08-29T21:22:51.171Z | [ recovery-image] Aug 29 21:22:50.542 INFO O| Aug 29 21:22:50.542 INFO STEP 33 (remove_files) COMPLETE |
| 5426 | 2026-08-29T21:22:51.171Z | [ recovery-image] Aug 29 21:22:50.542 INFO O| Aug 29 21:22:50.542 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5427 | 2026-08-29T21:22:51.178Z | [ recovery-image] Aug 29 21:22:50.549 INFO O| Aug 29 21:22:50.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap" |
| 5428 | 2026-08-29T21:22:51.178Z | [ recovery-image] Aug 29 21:22:50.549 INFO O| Aug 29 21:22:50.549 INFO STEP 34 (remove_files) COMPLETE |
| 5429 | 2026-08-29T21:22:51.181Z | [ recovery-image] Aug 29 21:22:50.549 INFO O| Aug 29 21:22:50.549 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5430 | 2026-08-29T21:22:51.185Z | [ recovery-image] Aug 29 21:22:50.556 INFO O| Aug 29 21:22:50.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt" |
| 5431 | 2026-08-29T21:22:51.185Z | [ recovery-image] Aug 29 21:22:50.557 INFO O| Aug 29 21:22:50.556 INFO STEP 35 (remove_files) COMPLETE |
| 5432 | 2026-08-29T21:22:51.185Z | [ recovery-image] Aug 29 21:22:50.557 INFO O| Aug 29 21:22:50.556 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5433 | 2026-08-29T21:22:51.193Z | [ recovery-image] Aug 29 21:22:50.565 INFO O| Aug 29 21:22:50.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear" |
| 5434 | 2026-08-29T21:22:51.193Z | [ recovery-image] Aug 29 21:22:50.565 INFO O| Aug 29 21:22:50.565 INFO STEP 36 (remove_files) COMPLETE |
| 5435 | 2026-08-29T21:22:51.193Z | [ recovery-image] Aug 29 21:22:50.565 INFO O| Aug 29 21:22:50.565 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5436 | 2026-08-29T21:22:51.202Z | [ recovery-image] Aug 29 21:22:50.573 INFO O| Aug 29 21:22:50.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp" |
| 5437 | 2026-08-29T21:22:51.202Z | [ recovery-image] Aug 29 21:22:50.573 INFO O| Aug 29 21:22:50.573 INFO STEP 37 (remove_files) COMPLETE |
| 5438 | 2026-08-29T21:22:51.202Z | [ recovery-image] Aug 29 21:22:50.573 INFO O| Aug 29 21:22:50.573 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5439 | 2026-08-29T21:22:51.211Z | [ recovery-image] Aug 29 21:22:50.582 INFO O| Aug 29 21:22:50.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs" |
| 5440 | 2026-08-29T21:22:51.211Z | [ recovery-image] Aug 29 21:22:50.582 INFO O| Aug 29 21:22:50.582 INFO STEP 38 (remove_files) COMPLETE |
| 5441 | 2026-08-29T21:22:51.214Z | [ recovery-image] Aug 29 21:22:50.582 INFO O| Aug 29 21:22:50.582 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5442 | 2026-08-29T21:22:51.219Z | [ recovery-image] Aug 29 21:22:50.591 INFO O| Aug 29 21:22:50.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic" |
| 5443 | 2026-08-29T21:22:51.219Z | [ recovery-image] Aug 29 21:22:50.591 INFO O| Aug 29 21:22:50.591 INFO STEP 39 (remove_files) COMPLETE |
| 5444 | 2026-08-29T21:22:51.219Z | [ recovery-image] Aug 29 21:22:50.591 INFO O| Aug 29 21:22:50.591 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5445 | 2026-08-29T21:22:51.228Z | [ recovery-image] Aug 29 21:22:50.599 INFO O| Aug 29 21:22:50.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe" |
| 5446 | 2026-08-29T21:22:51.228Z | [ recovery-image] Aug 29 21:22:50.599 INFO O| Aug 29 21:22:50.599 INFO STEP 40 (remove_files) COMPLETE |
| 5447 | 2026-08-29T21:22:51.228Z | [ recovery-image] Aug 29 21:22:50.599 INFO O| Aug 29 21:22:50.599 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5448 | 2026-08-29T21:22:51.236Z | [ recovery-image] Aug 29 21:22:50.607 INFO O| Aug 29 21:22:50.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput" |
| 5449 | 2026-08-29T21:22:51.236Z | [ recovery-image] Aug 29 21:22:50.607 INFO O| Aug 29 21:22:50.607 INFO STEP 41 (remove_files) COMPLETE |
| 5450 | 2026-08-29T21:22:51.236Z | [ recovery-image] Aug 29 21:22:50.607 INFO O| Aug 29 21:22:50.607 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5451 | 2026-08-29T21:22:51.244Z | [ recovery-image] Aug 29 21:22:50.615 INFO O| Aug 29 21:22:50.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset" |
| 5452 | 2026-08-29T21:22:51.244Z | [ recovery-image] Aug 29 21:22:50.615 INFO O| Aug 29 21:22:50.615 INFO STEP 42 (remove_files) COMPLETE |
| 5453 | 2026-08-29T21:22:51.244Z | [ recovery-image] Aug 29 21:22:50.615 INFO O| Aug 29 21:22:50.615 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5454 | 2026-08-29T21:22:51.251Z | [ recovery-image] Aug 29 21:22:50.623 INFO O| Aug 29 21:22:50.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn" |
| 5455 | 2026-08-29T21:22:51.251Z | [ recovery-image] Aug 29 21:22:50.623 INFO O| Aug 29 21:22:50.623 INFO STEP 43 (remove_files) COMPLETE |
| 5456 | 2026-08-29T21:22:51.251Z | [ recovery-image] Aug 29 21:22:50.623 INFO O| Aug 29 21:22:50.623 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5457 | 2026-08-29T21:22:51.259Z | [ recovery-image] Aug 29 21:22:50.631 INFO O| Aug 29 21:22:50.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93" |
| 5458 | 2026-08-29T21:22:51.285Z | [ recovery-image] Aug 29 21:22:50.656 INFO O| Aug 29 21:22:50.656 INFO STEP 44 (remove_files) COMPLETE |
| 5459 | 2026-08-29T21:22:51.285Z | [ recovery-image] Aug 29 21:22:50.656 INFO O| Aug 29 21:22:50.656 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5460 | 2026-08-29T21:22:51.294Z | [ recovery-image] Aug 29 21:22:50.665 INFO O| Aug 29 21:22:50.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls" |
| 5461 | 2026-08-29T21:22:51.294Z | [ recovery-image] Aug 29 21:22:50.665 INFO O| Aug 29 21:22:50.665 INFO STEP 45 (remove_files) COMPLETE |
| 5462 | 2026-08-29T21:22:51.294Z | [ recovery-image] Aug 29 21:22:50.665 INFO O| Aug 29 21:22:50.665 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5463 | 2026-08-29T21:22:51.302Z | [ recovery-image] Aug 29 21:22:50.673 INFO O| Aug 29 21:22:50.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac" |
| 5464 | 2026-08-29T21:22:51.302Z | [ recovery-image] Aug 29 21:22:50.673 INFO O| Aug 29 21:22:50.673 INFO STEP 46 (remove_files) COMPLETE |
| 5465 | 2026-08-29T21:22:51.302Z | [ recovery-image] Aug 29 21:22:50.673 INFO O| Aug 29 21:22:50.673 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5466 | 2026-08-29T21:22:51.309Z | [ recovery-image] Aug 29 21:22:50.680 INFO O| Aug 29 21:22:50.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe" |
| 5467 | 2026-08-29T21:22:51.309Z | [ recovery-image] Aug 29 21:22:50.680 INFO O| Aug 29 21:22:50.680 INFO STEP 47 (remove_files) COMPLETE |
| 5468 | 2026-08-29T21:22:51.309Z | [ recovery-image] Aug 29 21:22:50.680 INFO O| Aug 29 21:22:50.680 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5469 | 2026-08-29T21:22:51.316Z | [ recovery-image] Aug 29 21:22:50.688 INFO O| Aug 29 21:22:50.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config" |
| 5470 | 2026-08-29T21:22:51.317Z | [ recovery-image] Aug 29 21:22:50.688 INFO O| Aug 29 21:22:50.688 INFO STEP 48 (remove_files) COMPLETE |
| 5471 | 2026-08-29T21:22:51.317Z | [ recovery-image] Aug 29 21:22:50.688 INFO O| Aug 29 21:22:50.688 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5472 | 2026-08-29T21:22:51.324Z | [ recovery-image] Aug 29 21:22:50.695 INFO O| Aug 29 21:22:50.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask" |
| 5473 | 2026-08-29T21:22:51.324Z | [ recovery-image] Aug 29 21:22:50.695 INFO O| Aug 29 21:22:50.695 INFO STEP 49 (remove_files) COMPLETE |
| 5474 | 2026-08-29T21:22:51.327Z | [ recovery-image] Aug 29 21:22:50.695 INFO O| Aug 29 21:22:50.695 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5475 | 2026-08-29T21:22:51.331Z | [ recovery-image] Aug 29 21:22:50.703 INFO O| Aug 29 21:22:50.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup" |
| 5476 | 2026-08-29T21:22:51.332Z | [ recovery-image] Aug 29 21:22:50.703 INFO O| Aug 29 21:22:50.703 INFO STEP 50 (remove_files) COMPLETE |
| 5477 | 2026-08-29T21:22:51.332Z | [ recovery-image] Aug 29 21:22:50.703 INFO O| Aug 29 21:22:50.703 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5478 | 2026-08-29T21:22:51.370Z | [ recovery-image] Aug 29 21:22:50.741 INFO O| Aug 29 21:22:50.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs" |
| 5479 | 2026-08-29T21:22:51.396Z | [ recovery-image] Aug 29 21:22:50.767 INFO O| Aug 29 21:22:50.767 INFO STEP 51 (remove_files) COMPLETE |
| 5480 | 2026-08-29T21:22:51.396Z | [ recovery-image] Aug 29 21:22:50.767 INFO O| Aug 29 21:22:50.767 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5481 | 2026-08-29T21:22:51.405Z | [ recovery-image] Aug 29 21:22:50.776 INFO O| Aug 29 21:22:50.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv" |
| 5482 | 2026-08-29T21:22:51.405Z | [ recovery-image] Aug 29 21:22:50.776 INFO O| Aug 29 21:22:50.776 INFO STEP 52 (remove_files) COMPLETE |
| 5483 | 2026-08-29T21:22:51.405Z | [ recovery-image] Aug 29 21:22:50.776 INFO O| Aug 29 21:22:50.776 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5484 | 2026-08-29T21:22:51.413Z | [ recovery-image] Aug 29 21:22:50.784 INFO O| Aug 29 21:22:50.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config" |
| 5485 | 2026-08-29T21:22:51.413Z | [ recovery-image] Aug 29 21:22:50.784 INFO O| Aug 29 21:22:50.784 INFO STEP 53 (remove_files) COMPLETE |
| 5486 | 2026-08-29T21:22:51.417Z | [ recovery-image] Aug 29 21:22:50.784 INFO O| Aug 29 21:22:50.784 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5487 | 2026-08-29T21:22:51.420Z | [ recovery-image] Aug 29 21:22:50.792 INFO O| Aug 29 21:22:50.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config" |
| 5488 | 2026-08-29T21:22:51.420Z | [ recovery-image] Aug 29 21:22:50.792 INFO O| Aug 29 21:22:50.792 INFO STEP 54 (remove_files) COMPLETE |
| 5489 | 2026-08-29T21:22:51.421Z | [ recovery-image] Aug 29 21:22:50.792 INFO O| Aug 29 21:22:50.792 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5490 | 2026-08-29T21:22:51.428Z | [ recovery-image] Aug 29 21:22:50.800 INFO O| Aug 29 21:22:50.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config" |
| 5491 | 2026-08-29T21:22:51.428Z | [ recovery-image] Aug 29 21:22:50.800 INFO O| Aug 29 21:22:50.800 INFO STEP 55 (remove_files) COMPLETE |
| 5492 | 2026-08-29T21:22:51.428Z | [ recovery-image] Aug 29 21:22:50.800 INFO O| Aug 29 21:22:50.800 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5493 | 2026-08-29T21:22:51.436Z | [ recovery-image] Aug 29 21:22:50.807 INFO O| Aug 29 21:22:50.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred" |
| 5494 | 2026-08-29T21:22:51.436Z | [ recovery-image] Aug 29 21:22:50.808 INFO O| Aug 29 21:22:50.807 INFO STEP 56 (remove_files) COMPLETE |
| 5495 | 2026-08-29T21:22:51.436Z | [ recovery-image] Aug 29 21:22:50.808 INFO O| Aug 29 21:22:50.807 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5496 | 2026-08-29T21:22:51.444Z | [ recovery-image] Aug 29 21:22:50.815 INFO O| Aug 29 21:22:50.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep" |
| 5497 | 2026-08-29T21:22:51.444Z | [ recovery-image] Aug 29 21:22:50.816 INFO O| Aug 29 21:22:50.815 INFO STEP 57 (remove_files) COMPLETE |
| 5498 | 2026-08-29T21:22:51.444Z | [ recovery-image] Aug 29 21:22:50.816 INFO O| Aug 29 21:22:50.815 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5499 | 2026-08-29T21:22:51.451Z | [ recovery-image] Aug 29 21:22:50.823 INFO O| Aug 29 21:22:50.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest" |
| 5500 | 2026-08-29T21:22:51.451Z | [ recovery-image] Aug 29 21:22:50.823 INFO O| Aug 29 21:22:50.823 INFO STEP 58 (remove_files) COMPLETE |
| 5501 | 2026-08-29T21:22:51.451Z | [ recovery-image] Aug 29 21:22:50.823 INFO O| Aug 29 21:22:50.823 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5502 | 2026-08-29T21:22:51.459Z | [ recovery-image] Aug 29 21:22:50.830 INFO O| Aug 29 21:22:50.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv" |
| 5503 | 2026-08-29T21:22:51.459Z | [ recovery-image] Aug 29 21:22:50.830 INFO O| Aug 29 21:22:50.830 INFO STEP 59 (remove_files) COMPLETE |
| 5504 | 2026-08-29T21:22:51.462Z | [ recovery-image] Aug 29 21:22:50.830 INFO O| Aug 29 21:22:50.830 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5505 | 2026-08-29T21:22:51.466Z | [ recovery-image] Aug 29 21:22:50.837 INFO O| Aug 29 21:22:50.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles" |
| 5506 | 2026-08-29T21:22:51.466Z | [ recovery-image] Aug 29 21:22:50.837 INFO O| Aug 29 21:22:50.837 INFO STEP 60 (remove_files) COMPLETE |
| 5507 | 2026-08-29T21:22:51.466Z | [ recovery-image] Aug 29 21:22:50.837 INFO O| Aug 29 21:22:50.837 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5508 | 2026-08-29T21:22:51.497Z | [ recovery-image] Aug 29 21:22:50.868 INFO O| Aug 29 21:22:50.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags" |
| 5509 | 2026-08-29T21:22:51.497Z | [ recovery-image] Aug 29 21:22:50.868 INFO O| Aug 29 21:22:50.868 INFO STEP 61 (remove_files) COMPLETE |
| 5510 | 2026-08-29T21:22:51.497Z | [ recovery-image] Aug 29 21:22:50.868 INFO O| Aug 29 21:22:50.868 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5511 | 2026-08-29T21:22:51.502Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5512 | 2026-08-29T21:22:51.507Z | [ recovery-image] Aug 29 21:22:50.878 INFO O| Aug 29 21:22:50.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd" |
| 5513 | 2026-08-29T21:22:51.507Z | [ recovery-image] Aug 29 21:22:50.878 INFO O| Aug 29 21:22:50.878 INFO STEP 62 (remove_files) COMPLETE |
| 5514 | 2026-08-29T21:22:51.510Z | [ recovery-image] Aug 29 21:22:50.878 INFO O| Aug 29 21:22:50.878 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5515 | 2026-08-29T21:22:51.516Z | [ recovery-image] Aug 29 21:22:50.888 INFO O| Aug 29 21:22:50.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp" |
| 5516 | 2026-08-29T21:22:51.516Z | [ recovery-image] Aug 29 21:22:50.888 INFO O| Aug 29 21:22:50.888 INFO STEP 63 (remove_files) COMPLETE |
| 5517 | 2026-08-29T21:22:51.517Z | [ recovery-image] Aug 29 21:22:50.888 INFO O| Aug 29 21:22:50.888 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5518 | 2026-08-29T21:22:51.525Z | [ recovery-image] Aug 29 21:22:50.896 INFO O| Aug 29 21:22:50.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit" |
| 5519 | 2026-08-29T21:22:51.525Z | [ recovery-image] Aug 29 21:22:50.896 INFO O| Aug 29 21:22:50.896 INFO STEP 64 (remove_files) COMPLETE |
| 5520 | 2026-08-29T21:22:51.529Z | [ recovery-image] Aug 29 21:22:50.896 INFO O| Aug 29 21:22:50.896 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5521 | 2026-08-29T21:22:51.533Z | [ recovery-image] Aug 29 21:22:50.905 INFO O| Aug 29 21:22:50.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise" |
| 5522 | 2026-08-29T21:22:51.534Z | [ recovery-image] Aug 29 21:22:50.905 INFO O| Aug 29 21:22:50.905 INFO STEP 65 (remove_files) COMPLETE |
| 5523 | 2026-08-29T21:22:51.537Z | [ recovery-image] Aug 29 21:22:50.905 INFO O| Aug 29 21:22:50.905 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5524 | 2026-08-29T21:22:51.542Z | [ recovery-image] Aug 29 21:22:50.914 INFO O| Aug 29 21:22:50.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap" |
| 5525 | 2026-08-29T21:22:51.542Z | [ recovery-image] Aug 29 21:22:50.914 INFO O| Aug 29 21:22:50.914 INFO STEP 66 (remove_files) COMPLETE |
| 5526 | 2026-08-29T21:22:51.546Z | [ recovery-image] Aug 29 21:22:50.914 INFO O| Aug 29 21:22:50.914 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5527 | 2026-08-29T21:22:51.551Z | [ recovery-image] Aug 29 21:22:50.922 INFO O| Aug 29 21:22:50.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz" |
| 5528 | 2026-08-29T21:22:51.551Z | [ recovery-image] Aug 29 21:22:50.922 INFO O| Aug 29 21:22:50.922 INFO STEP 67 (remove_files) COMPLETE |
| 5529 | 2026-08-29T21:22:51.555Z | [ recovery-image] Aug 29 21:22:50.922 INFO O| Aug 29 21:22:50.922 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5530 | 2026-08-29T21:22:51.567Z | [ recovery-image] Aug 29 21:22:50.939 INFO O| Aug 29 21:22:50.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv" |
| 5531 | 2026-08-29T21:22:51.567Z | [ recovery-image] Aug 29 21:22:50.939 INFO O| Aug 29 21:22:50.939 INFO STEP 68 (remove_files) COMPLETE |
| 5532 | 2026-08-29T21:22:51.568Z | [ recovery-image] Aug 29 21:22:50.939 INFO O| Aug 29 21:22:50.939 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5533 | 2026-08-29T21:22:51.577Z | [ recovery-image] Aug 29 21:22:50.949 INFO O| Aug 29 21:22:50.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl" |
| 5534 | 2026-08-29T21:22:51.578Z | [ recovery-image] Aug 29 21:22:50.949 INFO O| Aug 29 21:22:50.949 INFO STEP 69 (remove_files) COMPLETE |
| 5535 | 2026-08-29T21:22:51.578Z | [ recovery-image] Aug 29 21:22:50.949 INFO O| Aug 29 21:22:50.949 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5536 | 2026-08-29T21:22:51.596Z | [ recovery-image] Aug 29 21:22:50.958 INFO O| Aug 29 21:22:50.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap" |
| 5537 | 2026-08-29T21:22:51.596Z | [ recovery-image] Aug 29 21:22:50.958 INFO O| Aug 29 21:22:50.958 INFO STEP 70 (remove_files) COMPLETE |
| 5538 | 2026-08-29T21:22:51.596Z | [ recovery-image] Aug 29 21:22:50.958 INFO O| Aug 29 21:22:50.958 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5539 | 2026-08-29T21:22:51.596Z | [ recovery-image] Aug 29 21:22:50.966 INFO O| Aug 29 21:22:50.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat" |
| 5540 | 2026-08-29T21:22:51.596Z | [ recovery-image] Aug 29 21:22:50.966 INFO O| Aug 29 21:22:50.966 INFO STEP 71 (remove_files) COMPLETE |
| 5541 | 2026-08-29T21:22:51.596Z | [ recovery-image] Aug 29 21:22:50.966 INFO O| Aug 29 21:22:50.966 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5542 | 2026-08-29T21:22:51.603Z | [ recovery-image] Aug 29 21:22:50.975 INFO O| Aug 29 21:22:50.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun" |
| 5543 | 2026-08-29T21:22:51.603Z | [ recovery-image] Aug 29 21:22:50.975 INFO O| Aug 29 21:22:50.975 INFO STEP 72 (remove_files) COMPLETE |
| 5544 | 2026-08-29T21:22:51.607Z | [ recovery-image] Aug 29 21:22:50.975 INFO O| Aug 29 21:22:50.975 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5545 | 2026-08-29T21:22:51.612Z | [ recovery-image] Aug 29 21:22:50.984 INFO O| Aug 29 21:22:50.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags" |
| 5546 | 2026-08-29T21:22:51.612Z | [ recovery-image] Aug 29 21:22:50.984 INFO O| Aug 29 21:22:50.984 INFO STEP 73 (remove_files) COMPLETE |
| 5547 | 2026-08-29T21:22:51.612Z | [ recovery-image] Aug 29 21:22:50.984 INFO O| Aug 29 21:22:50.984 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5548 | 2026-08-29T21:22:51.621Z | [ recovery-image] Aug 29 21:22:50.992 INFO O| Aug 29 21:22:50.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig" |
| 5549 | 2026-08-29T21:22:51.621Z | [ recovery-image] Aug 29 21:22:50.992 INFO O| Aug 29 21:22:50.992 INFO STEP 74 (remove_files) COMPLETE |
| 5550 | 2026-08-29T21:22:51.624Z | [ recovery-image] Aug 29 21:22:50.992 INFO O| Aug 29 21:22:50.992 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5551 | 2026-08-29T21:22:51.630Z | [ recovery-image] Aug 29 21:22:51.002 INFO O| Aug 29 21:22:51.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack" |
| 5552 | 2026-08-29T21:22:51.630Z | [ recovery-image] Aug 29 21:22:51.002 INFO O| Aug 29 21:22:51.002 INFO STEP 75 (remove_files) COMPLETE |
| 5553 | 2026-08-29T21:22:51.630Z | [ recovery-image] Aug 29 21:22:51.002 INFO O| Aug 29 21:22:51.002 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5554 | 2026-08-29T21:22:51.661Z | [ recovery-image] Aug 29 21:22:51.032 INFO O| Aug 29 21:22:51.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop" |
| 5555 | 2026-08-29T21:22:51.661Z | [ recovery-image] Aug 29 21:22:51.032 INFO O| Aug 29 21:22:51.032 INFO STEP 76 (remove_files) COMPLETE |
| 5556 | 2026-08-29T21:22:51.665Z | [ recovery-image] Aug 29 21:22:51.032 INFO O| Aug 29 21:22:51.032 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5557 | 2026-08-29T21:22:51.670Z | [ recovery-image] Aug 29 21:22:51.041 INFO O| Aug 29 21:22:51.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime" |
| 5558 | 2026-08-29T21:22:51.670Z | [ recovery-image] Aug 29 21:22:51.041 INFO O| Aug 29 21:22:51.041 INFO STEP 77 (remove_files) COMPLETE |
| 5559 | 2026-08-29T21:22:51.670Z | [ recovery-image] Aug 29 21:22:51.041 INFO O| Aug 29 21:22:51.041 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5560 | 2026-08-29T21:22:51.692Z | [ recovery-image] Aug 29 21:22:51.063 INFO O| Aug 29 21:22:51.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree" |
| 5561 | 2026-08-29T21:22:51.692Z | [ recovery-image] Aug 29 21:22:51.063 INFO O| Aug 29 21:22:51.063 INFO STEP 78 (remove_files) COMPLETE |
| 5562 | 2026-08-29T21:22:51.696Z | [ recovery-image] Aug 29 21:22:51.063 INFO O| Aug 29 21:22:51.063 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5563 | 2026-08-29T21:22:51.702Z | [ recovery-image] Aug 29 21:22:51.073 INFO O| Aug 29 21:22:51.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait" |
| 5564 | 2026-08-29T21:22:51.702Z | [ recovery-image] Aug 29 21:22:51.073 INFO O| Aug 29 21:22:51.073 INFO STEP 79 (remove_files) COMPLETE |
| 5565 | 2026-08-29T21:22:51.705Z | [ recovery-image] Aug 29 21:22:51.073 INFO O| Aug 29 21:22:51.073 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5566 | 2026-08-29T21:22:51.712Z | [ recovery-image] Aug 29 21:22:51.083 INFO O| Aug 29 21:22:51.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx" |
| 5567 | 2026-08-29T21:22:51.712Z | [ recovery-image] Aug 29 21:22:51.083 INFO O| Aug 29 21:22:51.083 INFO STEP 80 (remove_files) COMPLETE |
| 5568 | 2026-08-29T21:22:51.715Z | [ recovery-image] Aug 29 21:22:51.083 INFO O| Aug 29 21:22:51.083 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5569 | 2026-08-29T21:22:51.722Z | [ recovery-image] Aug 29 21:22:51.094 INFO O| Aug 29 21:22:51.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh" |
| 5570 | 2026-08-29T21:22:51.722Z | [ recovery-image] Aug 29 21:22:51.094 INFO O| Aug 29 21:22:51.094 INFO STEP 81 (remove_files) COMPLETE |
| 5571 | 2026-08-29T21:22:51.726Z | [ recovery-image] Aug 29 21:22:51.094 INFO O| Aug 29 21:22:51.094 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5572 | 2026-08-29T21:22:51.735Z | [ recovery-image] Aug 29 21:22:51.106 INFO O| Aug 29 21:22:51.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93" |
| 5573 | 2026-08-29T21:22:51.735Z | [ recovery-image] Aug 29 21:22:51.106 INFO O| Aug 29 21:22:51.106 INFO STEP 82 (remove_files) COMPLETE |
| 5574 | 2026-08-29T21:22:51.738Z | [ recovery-image] Aug 29 21:22:51.106 INFO O| Aug 29 21:22:51.106 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5575 | 2026-08-29T21:22:51.744Z | [ recovery-image] Aug 29 21:22:51.116 INFO O| Aug 29 21:22:51.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings" |
| 5576 | 2026-08-29T21:22:51.744Z | [ recovery-image] Aug 29 21:22:51.116 INFO O| Aug 29 21:22:51.116 INFO STEP 83 (remove_files) COMPLETE |
| 5577 | 2026-08-29T21:22:51.748Z | [ recovery-image] Aug 29 21:22:51.116 INFO O| Aug 29 21:22:51.116 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5578 | 2026-08-29T21:22:51.754Z | [ recovery-image] Aug 29 21:22:51.125 INFO O| Aug 29 21:22:51.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config" |
| 5579 | 2026-08-29T21:22:51.754Z | [ recovery-image] Aug 29 21:22:51.125 INFO O| Aug 29 21:22:51.125 INFO STEP 84 (remove_files) COMPLETE |
| 5580 | 2026-08-29T21:22:51.754Z | [ recovery-image] Aug 29 21:22:51.125 INFO O| Aug 29 21:22:51.125 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5581 | 2026-08-29T21:22:51.763Z | [ recovery-image] Aug 29 21:22:51.135 INFO O| Aug 29 21:22:51.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog" |
| 5582 | 2026-08-29T21:22:51.763Z | [ recovery-image] Aug 29 21:22:51.135 INFO O| Aug 29 21:22:51.135 INFO STEP 85 (remove_files) COMPLETE |
| 5583 | 2026-08-29T21:22:51.763Z | [ recovery-image] Aug 29 21:22:51.135 INFO O| Aug 29 21:22:51.135 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5584 | 2026-08-29T21:22:51.774Z | [ recovery-image] Aug 29 21:22:51.145 INFO O| Aug 29 21:22:51.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint" |
| 5585 | 2026-08-29T21:22:51.774Z | [ recovery-image] Aug 29 21:22:51.145 INFO O| Aug 29 21:22:51.145 INFO STEP 86 (remove_files) COMPLETE |
| 5586 | 2026-08-29T21:22:51.774Z | [ recovery-image] Aug 29 21:22:51.145 INFO O| Aug 29 21:22:51.145 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5587 | 2026-08-29T21:22:51.781Z | [ recovery-image] Aug 29 21:22:51.153 INFO O| Aug 29 21:22:51.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt" |
| 5588 | 2026-08-29T21:22:51.781Z | [ recovery-image] Aug 29 21:22:51.153 INFO O| Aug 29 21:22:51.153 INFO STEP 87 (remove_files) COMPLETE |
| 5589 | 2026-08-29T21:22:51.785Z | [ recovery-image] Aug 29 21:22:51.153 INFO O| Aug 29 21:22:51.153 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5590 | 2026-08-29T21:22:51.790Z | [ recovery-image] Aug 29 21:22:51.162 INFO O| Aug 29 21:22:51.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch" |
| 5591 | 2026-08-29T21:22:51.791Z | [ recovery-image] Aug 29 21:22:51.162 INFO O| Aug 29 21:22:51.162 INFO STEP 88 (remove_files) COMPLETE |
| 5592 | 2026-08-29T21:22:51.791Z | [ recovery-image] Aug 29 21:22:51.162 INFO O| Aug 29 21:22:51.162 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5593 | 2026-08-29T21:22:51.800Z | [ recovery-image] Aug 29 21:22:51.171 INFO O| Aug 29 21:22:51.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa" |
| 5594 | 2026-08-29T21:22:51.800Z | [ recovery-image] Aug 29 21:22:51.171 INFO O| Aug 29 21:22:51.171 INFO STEP 89 (remove_files) COMPLETE |
| 5595 | 2026-08-29T21:22:51.800Z | [ recovery-image] Aug 29 21:22:51.171 INFO O| Aug 29 21:22:51.171 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5596 | 2026-08-29T21:22:51.808Z | [ recovery-image] Aug 29 21:22:51.179 INFO O| Aug 29 21:22:51.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at" |
| 5597 | 2026-08-29T21:22:51.808Z | [ recovery-image] Aug 29 21:22:51.179 INFO O| Aug 29 21:22:51.179 INFO STEP 90 (remove_files) COMPLETE |
| 5598 | 2026-08-29T21:22:51.808Z | [ recovery-image] Aug 29 21:22:51.179 INFO O| Aug 29 21:22:51.179 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5599 | 2026-08-29T21:22:51.816Z | [ recovery-image] Aug 29 21:22:51.188 INFO O| Aug 29 21:22:51.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq" |
| 5600 | 2026-08-29T21:22:51.817Z | [ recovery-image] Aug 29 21:22:51.188 INFO O| Aug 29 21:22:51.188 INFO STEP 91 (remove_files) COMPLETE |
| 5601 | 2026-08-29T21:22:51.820Z | [ recovery-image] Aug 29 21:22:51.188 INFO O| Aug 29 21:22:51.188 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5602 | 2026-08-29T21:22:51.825Z | [ recovery-image] Aug 29 21:22:51.197 INFO O| Aug 29 21:22:51.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm" |
| 5603 | 2026-08-29T21:22:51.826Z | [ recovery-image] Aug 29 21:22:51.197 INFO O| Aug 29 21:22:51.197 INFO STEP 92 (remove_files) COMPLETE |
| 5604 | 2026-08-29T21:22:51.826Z | [ recovery-image] Aug 29 21:22:51.197 INFO O| Aug 29 21:22:51.197 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5605 | 2026-08-29T21:22:51.836Z | [ recovery-image] Aug 29 21:22:51.208 INFO O| Aug 29 21:22:51.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths" |
| 5606 | 2026-08-29T21:22:51.837Z | [ recovery-image] Aug 29 21:22:51.208 INFO O| Aug 29 21:22:51.208 INFO STEP 93 (remove_files) COMPLETE |
| 5607 | 2026-08-29T21:22:51.837Z | [ recovery-image] Aug 29 21:22:51.208 INFO O| Aug 29 21:22:51.208 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5608 | 2026-08-29T21:22:51.847Z | [ recovery-image] Aug 29 21:22:51.218 INFO O| Aug 29 21:22:51.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner" |
| 5609 | 2026-08-29T21:22:51.847Z | [ recovery-image] Aug 29 21:22:51.218 INFO O| Aug 29 21:22:51.218 INFO STEP 94 (remove_files) COMPLETE |
| 5610 | 2026-08-29T21:22:51.850Z | [ recovery-image] Aug 29 21:22:51.218 INFO O| Aug 29 21:22:51.218 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5611 | 2026-08-29T21:22:51.856Z | [ recovery-image] Aug 29 21:22:51.227 INFO O| Aug 29 21:22:51.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug" |
| 5612 | 2026-08-29T21:22:51.856Z | [ recovery-image] Aug 29 21:22:51.227 INFO O| Aug 29 21:22:51.227 INFO STEP 95 (remove_files) COMPLETE |
| 5613 | 2026-08-29T21:22:51.860Z | [ recovery-image] Aug 29 21:22:51.227 INFO O| Aug 29 21:22:51.227 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5614 | 2026-08-29T21:22:51.867Z | [ recovery-image] Aug 29 21:22:51.238 INFO O| Aug 29 21:22:51.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch" |
| 5615 | 2026-08-29T21:22:51.870Z | [ recovery-image] Aug 29 21:22:51.239 INFO O| Aug 29 21:22:51.239 INFO STEP 96 (remove_files) COMPLETE |
| 5616 | 2026-08-29T21:22:51.870Z | [ recovery-image] Aug 29 21:22:51.239 INFO O| Aug 29 21:22:51.239 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5617 | 2026-08-29T21:22:51.878Z | [ recovery-image] Aug 29 21:22:51.249 INFO O| Aug 29 21:22:51.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc" |
| 5618 | 2026-08-29T21:22:51.878Z | [ recovery-image] Aug 29 21:22:51.249 INFO O| Aug 29 21:22:51.249 INFO STEP 97 (remove_files) COMPLETE |
| 5619 | 2026-08-29T21:22:51.882Z | [ recovery-image] Aug 29 21:22:51.249 INFO O| Aug 29 21:22:51.249 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5620 | 2026-08-29T21:22:51.887Z | [ recovery-image] Aug 29 21:22:51.258 INFO O| Aug 29 21:22:51.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff" |
| 5621 | 2026-08-29T21:22:51.887Z | [ recovery-image] Aug 29 21:22:51.259 INFO O| Aug 29 21:22:51.258 INFO STEP 98 (remove_files) COMPLETE |
| 5622 | 2026-08-29T21:22:51.891Z | [ recovery-image] Aug 29 21:22:51.259 INFO O| Aug 29 21:22:51.259 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5623 | 2026-08-29T21:22:51.897Z | [ recovery-image] Aug 29 21:22:51.268 INFO O| Aug 29 21:22:51.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg" |
| 5624 | 2026-08-29T21:22:51.897Z | [ recovery-image] Aug 29 21:22:51.268 INFO O| Aug 29 21:22:51.268 INFO STEP 99 (remove_files) COMPLETE |
| 5625 | 2026-08-29T21:22:51.897Z | [ recovery-image] Aug 29 21:22:51.268 INFO O| Aug 29 21:22:51.268 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5626 | 2026-08-29T21:22:51.907Z | [ recovery-image] Aug 29 21:22:51.278 INFO O| Aug 29 21:22:51.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli" |
| 5627 | 2026-08-29T21:22:51.910Z | [ recovery-image] Aug 29 21:22:51.279 INFO O| Aug 29 21:22:51.279 INFO STEP 100 (remove_files) COMPLETE |
| 5628 | 2026-08-29T21:22:51.910Z | [ recovery-image] Aug 29 21:22:51.279 INFO O| Aug 29 21:22:51.279 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5629 | 2026-08-29T21:22:51.917Z | [ recovery-image] Aug 29 21:22:51.288 INFO O| Aug 29 21:22:51.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2" |
| 5630 | 2026-08-29T21:22:51.917Z | [ recovery-image] Aug 29 21:22:51.288 INFO O| Aug 29 21:22:51.288 INFO STEP 101 (remove_files) COMPLETE |
| 5631 | 2026-08-29T21:22:51.920Z | [ recovery-image] Aug 29 21:22:51.288 INFO O| Aug 29 21:22:51.288 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5632 | 2026-08-29T21:22:51.926Z | [ recovery-image] Aug 29 21:22:51.297 INFO O| Aug 29 21:22:51.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat" |
| 5633 | 2026-08-29T21:22:51.926Z | [ recovery-image] Aug 29 21:22:51.297 INFO O| Aug 29 21:22:51.297 INFO STEP 102 (remove_files) COMPLETE |
| 5634 | 2026-08-29T21:22:51.926Z | [ recovery-image] Aug 29 21:22:51.297 INFO O| Aug 29 21:22:51.297 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5635 | 2026-08-29T21:22:51.936Z | [ recovery-image] Aug 29 21:22:51.307 INFO O| Aug 29 21:22:51.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat" |
| 5636 | 2026-08-29T21:22:51.936Z | [ recovery-image] Aug 29 21:22:51.307 INFO O| Aug 29 21:22:51.307 INFO STEP 103 (remove_files) COMPLETE |
| 5637 | 2026-08-29T21:22:51.936Z | [ recovery-image] Aug 29 21:22:51.307 INFO O| Aug 29 21:22:51.307 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5638 | 2026-08-29T21:22:51.946Z | [ recovery-image] Aug 29 21:22:51.317 INFO O| Aug 29 21:22:51.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff" |
| 5639 | 2026-08-29T21:22:51.946Z | [ recovery-image] Aug 29 21:22:51.317 INFO O| Aug 29 21:22:51.317 INFO STEP 104 (remove_files) COMPLETE |
| 5640 | 2026-08-29T21:22:51.946Z | [ recovery-image] Aug 29 21:22:51.317 INFO O| Aug 29 21:22:51.317 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5641 | 2026-08-29T21:22:51.956Z | [ recovery-image] Aug 29 21:22:51.327 INFO O| Aug 29 21:22:51.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep" |
| 5642 | 2026-08-29T21:22:51.956Z | [ recovery-image] Aug 29 21:22:51.327 INFO O| Aug 29 21:22:51.327 INFO STEP 105 (remove_files) COMPLETE |
| 5643 | 2026-08-29T21:22:51.956Z | [ recovery-image] Aug 29 21:22:51.327 INFO O| Aug 29 21:22:51.327 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5644 | 2026-08-29T21:22:51.966Z | [ recovery-image] Aug 29 21:22:51.337 INFO O| Aug 29 21:22:51.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2" |
| 5645 | 2026-08-29T21:22:51.966Z | [ recovery-image] Aug 29 21:22:51.337 INFO O| Aug 29 21:22:51.337 INFO STEP 106 (remove_files) COMPLETE |
| 5646 | 2026-08-29T21:22:51.966Z | [ recovery-image] Aug 29 21:22:51.337 INFO O| Aug 29 21:22:51.337 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5647 | 2026-08-29T21:22:51.977Z | [ recovery-image] Aug 29 21:22:51.349 INFO O| Aug 29 21:22:51.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover" |
| 5648 | 2026-08-29T21:22:51.978Z | [ recovery-image] Aug 29 21:22:51.349 INFO O| Aug 29 21:22:51.349 INFO STEP 107 (remove_files) COMPLETE |
| 5649 | 2026-08-29T21:22:51.978Z | [ recovery-image] Aug 29 21:22:51.349 INFO O| Aug 29 21:22:51.349 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5650 | 2026-08-29T21:22:51.988Z | [ recovery-image] Aug 29 21:22:51.360 INFO O| Aug 29 21:22:51.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore" |
| 5651 | 2026-08-29T21:22:51.988Z | [ recovery-image] Aug 29 21:22:51.360 INFO O| Aug 29 21:22:51.360 INFO STEP 108 (remove_files) COMPLETE |
| 5652 | 2026-08-29T21:22:51.988Z | [ recovery-image] Aug 29 21:22:51.360 INFO O| Aug 29 21:22:51.360 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5653 | 2026-08-29T21:22:51.998Z | [ recovery-image] Aug 29 21:22:51.370 INFO O| Aug 29 21:22:51.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal" |
| 5654 | 2026-08-29T21:22:51.998Z | [ recovery-image] Aug 29 21:22:51.370 INFO O| Aug 29 21:22:51.370 INFO STEP 109 (remove_files) COMPLETE |
| 5655 | 2026-08-29T21:22:51.998Z | [ recovery-image] Aug 29 21:22:51.370 INFO O| Aug 29 21:22:51.370 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5656 | 2026-08-29T21:22:52.008Z | [ recovery-image] Aug 29 21:22:51.379 INFO O| Aug 29 21:22:51.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo" |
| 5657 | 2026-08-29T21:22:52.008Z | [ recovery-image] Aug 29 21:22:51.379 INFO O| Aug 29 21:22:51.379 INFO STEP 110 (remove_files) COMPLETE |
| 5658 | 2026-08-29T21:22:52.012Z | [ recovery-image] Aug 29 21:22:51.379 INFO O| Aug 29 21:22:51.379 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5659 | 2026-08-29T21:22:52.017Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5660 | 2026-08-29T21:22:52.020Z | [ recovery-image] Aug 29 21:22:51.389 INFO O| Aug 29 21:22:51.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd" |
| 5661 | 2026-08-29T21:22:52.020Z | [ recovery-image] Aug 29 21:22:51.389 INFO O| Aug 29 21:22:51.389 INFO STEP 111 (remove_files) COMPLETE |
| 5662 | 2026-08-29T21:22:52.020Z | [ recovery-image] Aug 29 21:22:51.389 INFO O| Aug 29 21:22:51.389 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5663 | 2026-08-29T21:22:52.027Z | [ recovery-image] Aug 29 21:22:51.398 INFO O| Aug 29 21:22:51.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil" |
| 5664 | 2026-08-29T21:22:52.027Z | [ recovery-image] Aug 29 21:22:51.398 INFO O| Aug 29 21:22:51.398 INFO STEP 112 (remove_files) COMPLETE |
| 5665 | 2026-08-29T21:22:52.027Z | [ recovery-image] Aug 29 21:22:51.398 INFO O| Aug 29 21:22:51.398 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5666 | 2026-08-29T21:22:52.035Z | [ recovery-image] Aug 29 21:22:51.407 INFO O| Aug 29 21:22:51.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth" |
| 5667 | 2026-08-29T21:22:52.035Z | [ recovery-image] Aug 29 21:22:51.407 INFO O| Aug 29 21:22:51.407 INFO STEP 113 (remove_files) COMPLETE |
| 5668 | 2026-08-29T21:22:52.035Z | [ recovery-image] Aug 29 21:22:51.407 INFO O| Aug 29 21:22:51.407 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5669 | 2026-08-29T21:22:52.043Z | [ recovery-image] Aug 29 21:22:51.415 INFO O| Aug 29 21:22:51.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp" |
| 5670 | 2026-08-29T21:22:52.044Z | [ recovery-image] Aug 29 21:22:51.415 INFO O| Aug 29 21:22:51.415 INFO STEP 114 (remove_files) COMPLETE |
| 5671 | 2026-08-29T21:22:52.044Z | [ recovery-image] Aug 29 21:22:51.415 INFO O| Aug 29 21:22:51.415 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5672 | 2026-08-29T21:22:52.052Z | [ recovery-image] Aug 29 21:22:51.423 INFO O| Aug 29 21:22:51.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc" |
| 5673 | 2026-08-29T21:22:52.052Z | [ recovery-image] Aug 29 21:22:51.423 INFO O| Aug 29 21:22:51.423 INFO STEP 115 (remove_files) COMPLETE |
| 5674 | 2026-08-29T21:22:52.052Z | [ recovery-image] Aug 29 21:22:51.423 INFO O| Aug 29 21:22:51.423 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5675 | 2026-08-29T21:22:52.062Z | [ recovery-image] Aug 29 21:22:51.434 INFO O| Aug 29 21:22:51.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate" |
| 5676 | 2026-08-29T21:22:52.062Z | [ recovery-image] Aug 29 21:22:51.434 INFO O| Aug 29 21:22:51.434 INFO STEP 116 (remove_files) COMPLETE |
| 5677 | 2026-08-29T21:22:52.062Z | [ recovery-image] Aug 29 21:22:51.434 INFO O| Aug 29 21:22:51.434 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5678 | 2026-08-29T21:22:52.070Z | [ recovery-image] Aug 29 21:22:51.442 INFO O| Aug 29 21:22:51.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid" |
| 5679 | 2026-08-29T21:22:52.070Z | [ recovery-image] Aug 29 21:22:51.442 INFO O| Aug 29 21:22:51.442 INFO STEP 117 (remove_files) COMPLETE |
| 5680 | 2026-08-29T21:22:52.070Z | [ recovery-image] Aug 29 21:22:51.442 INFO O| Aug 29 21:22:51.442 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5681 | 2026-08-29T21:22:52.081Z | [ recovery-image] Aug 29 21:22:51.452 INFO O| Aug 29 21:22:51.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint" |
| 5682 | 2026-08-29T21:22:52.081Z | [ recovery-image] Aug 29 21:22:51.453 INFO O| Aug 29 21:22:51.453 INFO STEP 118 (remove_files) COMPLETE |
| 5683 | 2026-08-29T21:22:52.085Z | [ recovery-image] Aug 29 21:22:51.453 INFO O| Aug 29 21:22:51.453 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5684 | 2026-08-29T21:22:52.090Z | [ recovery-image] Aug 29 21:22:51.462 INFO O| Aug 29 21:22:51.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem" |
| 5685 | 2026-08-29T21:22:52.090Z | [ recovery-image] Aug 29 21:22:51.462 INFO O| Aug 29 21:22:51.462 INFO STEP 119 (remove_files) COMPLETE |
| 5686 | 2026-08-29T21:22:52.090Z | [ recovery-image] Aug 29 21:22:51.462 INFO O| Aug 29 21:22:51.462 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5687 | 2026-08-29T21:22:52.099Z | [ recovery-image] Aug 29 21:22:51.471 INFO O| Aug 29 21:22:51.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd" |
| 5688 | 2026-08-29T21:22:52.103Z | [ recovery-image] Aug 29 21:22:51.471 INFO O| Aug 29 21:22:51.471 INFO STEP 120 (remove_files) COMPLETE |
| 5689 | 2026-08-29T21:22:52.103Z | [ recovery-image] Aug 29 21:22:51.471 INFO O| Aug 29 21:22:51.471 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5690 | 2026-08-29T21:22:52.108Z | [ recovery-image] Aug 29 21:22:51.480 INFO O| Aug 29 21:22:51.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath" |
| 5691 | 2026-08-29T21:22:52.108Z | [ recovery-image] Aug 29 21:22:51.480 INFO O| Aug 29 21:22:51.480 INFO STEP 121 (remove_files) COMPLETE |
| 5692 | 2026-08-29T21:22:52.108Z | [ recovery-image] Aug 29 21:22:51.480 INFO O| Aug 29 21:22:51.480 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5693 | 2026-08-29T21:22:52.118Z | [ recovery-image] Aug 29 21:22:51.489 INFO O| Aug 29 21:22:51.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange" |
| 5694 | 2026-08-29T21:22:52.118Z | [ recovery-image] Aug 29 21:22:51.489 INFO O| Aug 29 21:22:51.489 INFO STEP 122 (remove_files) COMPLETE |
| 5695 | 2026-08-29T21:22:52.118Z | [ recovery-image] Aug 29 21:22:51.489 INFO O| Aug 29 21:22:51.489 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5696 | 2026-08-29T21:22:52.127Z | [ recovery-image] Aug 29 21:22:51.498 INFO O| Aug 29 21:22:51.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr" |
| 5697 | 2026-08-29T21:22:52.127Z | [ recovery-image] Aug 29 21:22:51.498 INFO O| Aug 29 21:22:51.498 INFO STEP 123 (remove_files) COMPLETE |
| 5698 | 2026-08-29T21:22:52.127Z | [ recovery-image] Aug 29 21:22:51.498 INFO O| Aug 29 21:22:51.498 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5699 | 2026-08-29T21:22:52.140Z | [ recovery-image] Aug 29 21:22:51.512 INFO O| Aug 29 21:22:51.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum" |
| 5700 | 2026-08-29T21:22:52.140Z | [ recovery-image] Aug 29 21:22:51.512 INFO O| Aug 29 21:22:51.512 INFO STEP 124 (remove_files) COMPLETE |
| 5701 | 2026-08-29T21:22:52.140Z | [ recovery-image] Aug 29 21:22:51.512 INFO O| Aug 29 21:22:51.512 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5702 | 2026-08-29T21:22:52.151Z | [ recovery-image] Aug 29 21:22:51.522 INFO O| Aug 29 21:22:51.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime" |
| 5703 | 2026-08-29T21:22:52.151Z | [ recovery-image] Aug 29 21:22:51.523 INFO O| Aug 29 21:22:51.522 INFO STEP 125 (remove_files) COMPLETE |
| 5704 | 2026-08-29T21:22:52.151Z | [ recovery-image] Aug 29 21:22:51.523 INFO O| Aug 29 21:22:51.522 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5705 | 2026-08-29T21:22:52.160Z | [ recovery-image] Aug 29 21:22:51.532 INFO O| Aug 29 21:22:51.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid" |
| 5706 | 2026-08-29T21:22:52.160Z | [ recovery-image] Aug 29 21:22:51.532 INFO O| Aug 29 21:22:51.532 INFO STEP 126 (remove_files) COMPLETE |
| 5707 | 2026-08-29T21:22:52.164Z | [ recovery-image] Aug 29 21:22:51.532 INFO O| Aug 29 21:22:51.532 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5708 | 2026-08-29T21:22:52.169Z | [ recovery-image] Aug 29 21:22:51.541 INFO O| Aug 29 21:22:51.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn" |
| 5709 | 2026-08-29T21:22:52.169Z | [ recovery-image] Aug 29 21:22:51.541 INFO O| Aug 29 21:22:51.541 INFO STEP 127 (remove_files) COMPLETE |
| 5710 | 2026-08-29T21:22:52.172Z | [ recovery-image] Aug 29 21:22:51.541 INFO O| Aug 29 21:22:51.541 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5711 | 2026-08-29T21:22:52.180Z | [ recovery-image] Aug 29 21:22:51.552 INFO O| Aug 29 21:22:51.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear" |
| 5712 | 2026-08-29T21:22:52.180Z | [ recovery-image] Aug 29 21:22:51.552 INFO O| Aug 29 21:22:51.552 INFO STEP 128 (remove_files) COMPLETE |
| 5713 | 2026-08-29T21:22:52.180Z | [ recovery-image] Aug 29 21:22:51.552 INFO O| Aug 29 21:22:51.552 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5714 | 2026-08-29T21:22:52.190Z | [ recovery-image] Aug 29 21:22:51.562 INFO O| Aug 29 21:22:51.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp" |
| 5715 | 2026-08-29T21:22:52.190Z | [ recovery-image] Aug 29 21:22:51.562 INFO O| Aug 29 21:22:51.562 INFO STEP 129 (remove_files) COMPLETE |
| 5716 | 2026-08-29T21:22:52.190Z | [ recovery-image] Aug 29 21:22:51.562 INFO O| Aug 29 21:22:51.562 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5717 | 2026-08-29T21:22:52.199Z | [ recovery-image] Aug 29 21:22:51.571 INFO O| Aug 29 21:22:51.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col" |
| 5718 | 2026-08-29T21:22:52.202Z | [ recovery-image] Aug 29 21:22:51.572 INFO O| Aug 29 21:22:51.572 INFO STEP 130 (remove_files) COMPLETE |
| 5719 | 2026-08-29T21:22:52.202Z | [ recovery-image] Aug 29 21:22:51.572 INFO O| Aug 29 21:22:51.572 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5720 | 2026-08-29T21:22:52.209Z | [ recovery-image] Aug 29 21:22:51.580 INFO O| Aug 29 21:22:51.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm" |
| 5721 | 2026-08-29T21:22:52.209Z | [ recovery-image] Aug 29 21:22:51.580 INFO O| Aug 29 21:22:51.580 INFO STEP 131 (remove_files) COMPLETE |
| 5722 | 2026-08-29T21:22:52.209Z | [ recovery-image] Aug 29 21:22:51.580 INFO O| Aug 29 21:22:51.580 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5723 | 2026-08-29T21:22:52.218Z | [ recovery-image] Aug 29 21:22:51.589 INFO O| Aug 29 21:22:51.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command" |
| 5724 | 2026-08-29T21:22:52.218Z | [ recovery-image] Aug 29 21:22:51.589 INFO O| Aug 29 21:22:51.589 INFO STEP 132 (remove_files) COMPLETE |
| 5725 | 2026-08-29T21:22:52.218Z | [ recovery-image] Aug 29 21:22:51.589 INFO O| Aug 29 21:22:51.589 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5726 | 2026-08-29T21:22:52.227Z | [ recovery-image] Aug 29 21:22:51.598 INFO O| Aug 29 21:22:51.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress" |
| 5727 | 2026-08-29T21:22:52.227Z | [ recovery-image] Aug 29 21:22:51.598 INFO O| Aug 29 21:22:51.598 INFO STEP 133 (remove_files) COMPLETE |
| 5728 | 2026-08-29T21:22:52.227Z | [ recovery-image] Aug 29 21:22:51.598 INFO O| Aug 29 21:22:51.598 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5729 | 2026-08-29T21:22:52.235Z | [ recovery-image] Aug 29 21:22:51.607 INFO O| Aug 29 21:22:51.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat" |
| 5730 | 2026-08-29T21:22:52.235Z | [ recovery-image] Aug 29 21:22:51.607 INFO O| Aug 29 21:22:51.607 INFO STEP 134 (remove_files) COMPLETE |
| 5731 | 2026-08-29T21:22:52.235Z | [ recovery-image] Aug 29 21:22:51.607 INFO O| Aug 29 21:22:51.607 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5732 | 2026-08-29T21:22:52.244Z | [ recovery-image] Aug 29 21:22:51.615 INFO O| Aug 29 21:22:51.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio" |
| 5733 | 2026-08-29T21:22:52.244Z | [ recovery-image] Aug 29 21:22:51.616 INFO O| Aug 29 21:22:51.616 INFO STEP 135 (remove_files) COMPLETE |
| 5734 | 2026-08-29T21:22:52.244Z | [ recovery-image] Aug 29 21:22:51.616 INFO O| Aug 29 21:22:51.616 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5735 | 2026-08-29T21:22:52.253Z | [ recovery-image] Aug 29 21:22:51.625 INFO O| Aug 29 21:22:51.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle" |
| 5736 | 2026-08-29T21:22:52.253Z | [ recovery-image] Aug 29 21:22:51.625 INFO O| Aug 29 21:22:51.625 INFO STEP 136 (remove_files) COMPLETE |
| 5737 | 2026-08-29T21:22:52.253Z | [ recovery-image] Aug 29 21:22:51.625 INFO O| Aug 29 21:22:51.625 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5738 | 2026-08-29T21:22:52.261Z | [ recovery-image] Aug 29 21:22:51.633 INFO O| Aug 29 21:22:51.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab" |
| 5739 | 2026-08-29T21:22:52.262Z | [ recovery-image] Aug 29 21:22:51.633 INFO O| Aug 29 21:22:51.633 INFO STEP 137 (remove_files) COMPLETE |
| 5740 | 2026-08-29T21:22:52.262Z | [ recovery-image] Aug 29 21:22:51.633 INFO O| Aug 29 21:22:51.633 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5741 | 2026-08-29T21:22:52.270Z | [ recovery-image] Aug 29 21:22:51.642 INFO O| Aug 29 21:22:51.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt" |
| 5742 | 2026-08-29T21:22:52.273Z | [ recovery-image] Aug 29 21:22:51.643 INFO O| Aug 29 21:22:51.643 INFO STEP 138 (remove_files) COMPLETE |
| 5743 | 2026-08-29T21:22:52.273Z | [ recovery-image] Aug 29 21:22:51.643 INFO O| Aug 29 21:22:51.643 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5744 | 2026-08-29T21:22:52.281Z | [ recovery-image] Aug 29 21:22:51.652 INFO O| Aug 29 21:22:51.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh" |
| 5745 | 2026-08-29T21:22:52.281Z | [ recovery-image] Aug 29 21:22:51.653 INFO O| Aug 29 21:22:51.653 INFO STEP 139 (remove_files) COMPLETE |
| 5746 | 2026-08-29T21:22:52.284Z | [ recovery-image] Aug 29 21:22:51.653 INFO O| Aug 29 21:22:51.653 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5747 | 2026-08-29T21:22:52.291Z | [ recovery-image] Aug 29 21:22:51.662 INFO O| Aug 29 21:22:51.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit" |
| 5748 | 2026-08-29T21:22:52.291Z | [ recovery-image] Aug 29 21:22:51.662 INFO O| Aug 29 21:22:51.662 INFO STEP 140 (remove_files) COMPLETE |
| 5749 | 2026-08-29T21:22:52.291Z | [ recovery-image] Aug 29 21:22:51.662 INFO O| Aug 29 21:22:51.662 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5750 | 2026-08-29T21:22:52.300Z | [ recovery-image] Aug 29 21:22:51.672 INFO O| Aug 29 21:22:51.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl" |
| 5751 | 2026-08-29T21:22:52.300Z | [ recovery-image] Aug 29 21:22:51.672 INFO O| Aug 29 21:22:51.672 INFO STEP 141 (remove_files) COMPLETE |
| 5752 | 2026-08-29T21:22:52.300Z | [ recovery-image] Aug 29 21:22:51.672 INFO O| Aug 29 21:22:51.672 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5753 | 2026-08-29T21:22:52.310Z | [ recovery-image] Aug 29 21:22:51.681 INFO O| Aug 29 21:22:51.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config" |
| 5754 | 2026-08-29T21:22:52.310Z | [ recovery-image] Aug 29 21:22:51.681 INFO O| Aug 29 21:22:51.681 INFO STEP 142 (remove_files) COMPLETE |
| 5755 | 2026-08-29T21:22:52.313Z | [ recovery-image] Aug 29 21:22:51.681 INFO O| Aug 29 21:22:51.681 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5756 | 2026-08-29T21:22:52.319Z | [ recovery-image] Aug 29 21:22:51.691 INFO O| Aug 29 21:22:51.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc" |
| 5757 | 2026-08-29T21:22:52.319Z | [ recovery-image] Aug 29 21:22:51.691 INFO O| Aug 29 21:22:51.691 INFO STEP 143 (remove_files) COMPLETE |
| 5758 | 2026-08-29T21:22:52.319Z | [ recovery-image] Aug 29 21:22:51.691 INFO O| Aug 29 21:22:51.691 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5759 | 2026-08-29T21:22:52.329Z | [ recovery-image] Aug 29 21:22:51.700 INFO O| Aug 29 21:22:51.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt" |
| 5760 | 2026-08-29T21:22:52.332Z | [ recovery-image] Aug 29 21:22:51.701 INFO O| Aug 29 21:22:51.701 INFO STEP 144 (remove_files) COMPLETE |
| 5761 | 2026-08-29T21:22:52.332Z | [ recovery-image] Aug 29 21:22:51.701 INFO O| Aug 29 21:22:51.701 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5762 | 2026-08-29T21:22:52.340Z | [ recovery-image] Aug 29 21:22:51.711 INFO O| Aug 29 21:22:51.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr" |
| 5763 | 2026-08-29T21:22:52.340Z | [ recovery-image] Aug 29 21:22:51.711 INFO O| Aug 29 21:22:51.711 INFO STEP 145 (remove_files) COMPLETE |
| 5764 | 2026-08-29T21:22:52.343Z | [ recovery-image] Aug 29 21:22:51.711 INFO O| Aug 29 21:22:51.711 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5765 | 2026-08-29T21:22:52.349Z | [ recovery-image] Aug 29 21:22:51.721 INFO O| Aug 29 21:22:51.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree" |
| 5766 | 2026-08-29T21:22:52.350Z | [ recovery-image] Aug 29 21:22:51.721 INFO O| Aug 29 21:22:51.721 INFO STEP 146 (remove_files) COMPLETE |
| 5767 | 2026-08-29T21:22:52.353Z | [ recovery-image] Aug 29 21:22:51.721 INFO O| Aug 29 21:22:51.721 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5768 | 2026-08-29T21:22:52.359Z | [ recovery-image] Aug 29 21:22:51.730 INFO O| Aug 29 21:22:51.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv" |
| 5769 | 2026-08-29T21:22:52.359Z | [ recovery-image] Aug 29 21:22:51.730 INFO O| Aug 29 21:22:51.730 INFO STEP 147 (remove_files) COMPLETE |
| 5770 | 2026-08-29T21:22:52.359Z | [ recovery-image] Aug 29 21:22:51.730 INFO O| Aug 29 21:22:51.730 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5771 | 2026-08-29T21:22:52.367Z | [ recovery-image] Aug 29 21:22:51.739 INFO O| Aug 29 21:22:51.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3" |
| 5772 | 2026-08-29T21:22:52.367Z | [ recovery-image] Aug 29 21:22:51.739 INFO O| Aug 29 21:22:51.739 INFO STEP 148 (remove_files) COMPLETE |
| 5773 | 2026-08-29T21:22:52.371Z | [ recovery-image] Aug 29 21:22:51.739 INFO O| Aug 29 21:22:51.739 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5774 | 2026-08-29T21:22:52.376Z | [ recovery-image] Aug 29 21:22:51.747 INFO O| Aug 29 21:22:51.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest" |
| 5775 | 2026-08-29T21:22:52.376Z | [ recovery-image] Aug 29 21:22:51.747 INFO O| Aug 29 21:22:51.747 INFO STEP 149 (remove_files) COMPLETE |
| 5776 | 2026-08-29T21:22:52.379Z | [ recovery-image] Aug 29 21:22:51.747 INFO O| Aug 29 21:22:51.747 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5777 | 2026-08-29T21:22:52.384Z | [ recovery-image] Aug 29 21:22:51.756 INFO O| Aug 29 21:22:51.756 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp" |
| 5778 | 2026-08-29T21:22:52.384Z | [ recovery-image] Aug 29 21:22:51.756 INFO O| Aug 29 21:22:51.756 INFO STEP 150 (remove_files) COMPLETE |
| 5779 | 2026-08-29T21:22:52.384Z | [ recovery-image] Aug 29 21:22:51.756 INFO O| Aug 29 21:22:51.756 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5780 | 2026-08-29T21:22:52.393Z | [ recovery-image] Aug 29 21:22:51.764 INFO O| Aug 29 21:22:51.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname" |
| 5781 | 2026-08-29T21:22:52.393Z | [ recovery-image] Aug 29 21:22:51.764 INFO O| Aug 29 21:22:51.764 INFO STEP 151 (remove_files) COMPLETE |
| 5782 | 2026-08-29T21:22:52.393Z | [ recovery-image] Aug 29 21:22:51.764 INFO O| Aug 29 21:22:51.764 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5783 | 2026-08-29T21:22:52.402Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 5784 | 2026-08-29T21:22:52.405Z | [ recovery-image] Aug 29 21:22:51.775 INFO O| Aug 29 21:22:51.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan" |
| 5785 | 2026-08-29T21:22:52.406Z | [ recovery-image] Aug 29 21:22:51.775 INFO O| Aug 29 21:22:51.775 INFO STEP 152 (remove_files) COMPLETE |
| 5786 | 2026-08-29T21:22:52.406Z | [ recovery-image] Aug 29 21:22:51.775 INFO O| Aug 29 21:22:51.775 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5787 | 2026-08-29T21:22:52.414Z | [ recovery-image] Aug 29 21:22:51.784 INFO O| Aug 29 21:22:51.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid" |
| 5788 | 2026-08-29T21:22:52.414Z | [ recovery-image] Aug 29 21:22:51.785 INFO O| Aug 29 21:22:51.784 INFO STEP 153 (remove_files) COMPLETE |
| 5789 | 2026-08-29T21:22:52.414Z | [ recovery-image] Aug 29 21:22:51.785 INFO O| Aug 29 21:22:51.784 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5790 | 2026-08-29T21:22:52.422Z | [ recovery-image] Aug 29 21:22:51.793 INFO O| Aug 29 21:22:51.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid" |
| 5791 | 2026-08-29T21:22:52.422Z | [ recovery-image] Aug 29 21:22:51.794 INFO O| Aug 29 21:22:51.793 INFO STEP 154 (remove_files) COMPLETE |
| 5792 | 2026-08-29T21:22:52.422Z | [ recovery-image] Aug 29 21:22:51.794 INFO O| Aug 29 21:22:51.793 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5793 | 2026-08-29T21:22:52.431Z | [ recovery-image] Aug 29 21:22:51.803 INFO O| Aug 29 21:22:51.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix" |
| 5794 | 2026-08-29T21:22:52.431Z | [ recovery-image] Aug 29 21:22:51.803 INFO O| Aug 29 21:22:51.803 INFO STEP 155 (remove_files) COMPLETE |
| 5795 | 2026-08-29T21:22:52.431Z | [ recovery-image] Aug 29 21:22:51.803 INFO O| Aug 29 21:22:51.803 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5796 | 2026-08-29T21:22:52.441Z | [ recovery-image] Aug 29 21:22:51.813 INFO O| Aug 29 21:22:51.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du" |
| 5797 | 2026-08-29T21:22:52.441Z | [ recovery-image] Aug 29 21:22:51.813 INFO O| Aug 29 21:22:51.813 INFO STEP 156 (remove_files) COMPLETE |
| 5798 | 2026-08-29T21:22:52.441Z | [ recovery-image] Aug 29 21:22:51.813 INFO O| Aug 29 21:22:51.813 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5799 | 2026-08-29T21:22:52.450Z | [ recovery-image] Aug 29 21:22:51.821 INFO O| Aug 29 21:22:51.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs" |
| 5800 | 2026-08-29T21:22:52.450Z | [ recovery-image] Aug 29 21:22:51.822 INFO O| Aug 29 21:22:51.822 INFO STEP 157 (remove_files) COMPLETE |
| 5801 | 2026-08-29T21:22:52.450Z | [ recovery-image] Aug 29 21:22:51.822 INFO O| Aug 29 21:22:51.822 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5802 | 2026-08-29T21:22:52.461Z | [ recovery-image] Aug 29 21:22:51.833 INFO O| Aug 29 21:22:51.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys" |
| 5803 | 2026-08-29T21:22:52.461Z | [ recovery-image] Aug 29 21:22:51.833 INFO O| Aug 29 21:22:51.833 INFO STEP 158 (remove_files) COMPLETE |
| 5804 | 2026-08-29T21:22:52.461Z | [ recovery-image] Aug 29 21:22:51.833 INFO O| Aug 29 21:22:51.833 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5805 | 2026-08-29T21:22:52.469Z | [ recovery-image] Aug 29 21:22:51.841 INFO O| Aug 29 21:22:51.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit" |
| 5806 | 2026-08-29T21:22:52.473Z | [ recovery-image] Aug 29 21:22:51.843 INFO O| Aug 29 21:22:51.843 INFO STEP 159 (remove_files) COMPLETE |
| 5807 | 2026-08-29T21:22:52.473Z | [ recovery-image] Aug 29 21:22:51.843 INFO O| Aug 29 21:22:51.843 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5808 | 2026-08-29T21:22:52.480Z | [ recovery-image] Aug 29 21:22:51.852 INFO O| Aug 29 21:22:51.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject" |
| 5809 | 2026-08-29T21:22:52.480Z | [ recovery-image] Aug 29 21:22:51.852 INFO O| Aug 29 21:22:51.852 INFO STEP 160 (remove_files) COMPLETE |
| 5810 | 2026-08-29T21:22:52.483Z | [ recovery-image] Aug 29 21:22:51.852 INFO O| Aug 29 21:22:51.852 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5811 | 2026-08-29T21:22:52.488Z | [ recovery-image] Aug 29 21:22:51.860 INFO O| Aug 29 21:22:51.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign" |
| 5812 | 2026-08-29T21:22:52.491Z | [ recovery-image] Aug 29 21:22:51.861 INFO O| Aug 29 21:22:51.861 INFO STEP 161 (remove_files) COMPLETE |
| 5813 | 2026-08-29T21:22:52.491Z | [ recovery-image] Aug 29 21:22:51.861 INFO O| Aug 29 21:22:51.861 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5814 | 2026-08-29T21:22:52.499Z | [ recovery-image] Aug 29 21:22:51.870 INFO O| Aug 29 21:22:51.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap" |
| 5815 | 2026-08-29T21:22:52.499Z | [ recovery-image] Aug 29 21:22:51.870 INFO O| Aug 29 21:22:51.870 INFO STEP 162 (remove_files) COMPLETE |
| 5816 | 2026-08-29T21:22:52.499Z | [ recovery-image] Aug 29 21:22:51.870 INFO O| Aug 29 21:22:51.870 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5817 | 2026-08-29T21:22:52.508Z | [ recovery-image] Aug 29 21:22:51.879 INFO O| Aug 29 21:22:51.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange" |
| 5818 | 2026-08-29T21:22:52.511Z | [ recovery-image] Aug 29 21:22:51.879 INFO O| Aug 29 21:22:51.879 INFO STEP 163 (remove_files) COMPLETE |
| 5819 | 2026-08-29T21:22:52.511Z | [ recovery-image] Aug 29 21:22:51.879 INFO O| Aug 29 21:22:51.879 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5820 | 2026-08-29T21:22:52.519Z | [ recovery-image] Aug 29 21:22:51.888 INFO O| Aug 29 21:22:51.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt" |
| 5821 | 2026-08-29T21:22:52.519Z | [ recovery-image] Aug 29 21:22:51.888 INFO O| Aug 29 21:22:51.888 INFO STEP 164 (remove_files) COMPLETE |
| 5822 | 2026-08-29T21:22:52.522Z | [ recovery-image] Aug 29 21:22:51.889 INFO O| Aug 29 21:22:51.888 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5823 | 2026-08-29T21:22:52.526Z | [ recovery-image] Aug 29 21:22:51.898 INFO O| Aug 29 21:22:51.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance" |
| 5824 | 2026-08-29T21:22:52.526Z | [ recovery-image] Aug 29 21:22:51.898 INFO O| Aug 29 21:22:51.898 INFO STEP 165 (remove_files) COMPLETE |
| 5825 | 2026-08-29T21:22:52.526Z | [ recovery-image] Aug 29 21:22:51.898 INFO O| Aug 29 21:22:51.898 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5826 | 2026-08-29T21:22:52.536Z | [ recovery-image] Aug 29 21:22:51.908 INFO O| Aug 29 21:22:51.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env" |
| 5827 | 2026-08-29T21:22:52.536Z | [ recovery-image] Aug 29 21:22:51.908 INFO O| Aug 29 21:22:51.908 INFO STEP 166 (remove_files) COMPLETE |
| 5828 | 2026-08-29T21:22:52.536Z | [ recovery-image] Aug 29 21:22:51.908 INFO O| Aug 29 21:22:51.908 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5829 | 2026-08-29T21:22:52.546Z | [ recovery-image] Aug 29 21:22:51.917 INFO O| Aug 29 21:22:51.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump" |
| 5830 | 2026-08-29T21:22:52.546Z | [ recovery-image] Aug 29 21:22:51.917 INFO O| Aug 29 21:22:51.917 INFO STEP 167 (remove_files) COMPLETE |
| 5831 | 2026-08-29T21:22:52.546Z | [ recovery-image] Aug 29 21:22:51.917 INFO O| Aug 29 21:22:51.917 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5832 | 2026-08-29T21:22:52.555Z | [ recovery-image] Aug 29 21:22:51.926 INFO O| Aug 29 21:22:51.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand" |
| 5833 | 2026-08-29T21:22:52.555Z | [ recovery-image] Aug 29 21:22:51.926 INFO O| Aug 29 21:22:51.926 INFO STEP 168 (remove_files) COMPLETE |
| 5834 | 2026-08-29T21:22:52.558Z | [ recovery-image] Aug 29 21:22:51.926 INFO O| Aug 29 21:22:51.926 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5835 | 2026-08-29T21:22:52.564Z | [ recovery-image] Aug 29 21:22:51.935 INFO O| Aug 29 21:22:51.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr" |
| 5836 | 2026-08-29T21:22:52.564Z | [ recovery-image] Aug 29 21:22:51.935 INFO O| Aug 29 21:22:51.935 INFO STEP 169 (remove_files) COMPLETE |
| 5837 | 2026-08-29T21:22:52.564Z | [ recovery-image] Aug 29 21:22:51.935 INFO O| Aug 29 21:22:51.935 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5838 | 2026-08-29T21:22:52.573Z | [ recovery-image] Aug 29 21:22:51.945 INFO O| Aug 29 21:22:51.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor" |
| 5839 | 2026-08-29T21:22:52.573Z | [ recovery-image] Aug 29 21:22:51.945 INFO O| Aug 29 21:22:51.945 INFO STEP 170 (remove_files) COMPLETE |
| 5840 | 2026-08-29T21:22:52.573Z | [ recovery-image] Aug 29 21:22:51.945 INFO O| Aug 29 21:22:51.945 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5841 | 2026-08-29T21:22:52.582Z | [ recovery-image] Aug 29 21:22:51.954 INFO O| Aug 29 21:22:51.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false" |
| 5842 | 2026-08-29T21:22:52.582Z | [ recovery-image] Aug 29 21:22:51.954 INFO O| Aug 29 21:22:51.954 INFO STEP 171 (remove_files) COMPLETE |
| 5843 | 2026-08-29T21:22:52.582Z | [ recovery-image] Aug 29 21:22:51.954 INFO O| Aug 29 21:22:51.954 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5844 | 2026-08-29T21:22:52.591Z | [ recovery-image] Aug 29 21:22:51.962 INFO O| Aug 29 21:22:51.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc" |
| 5845 | 2026-08-29T21:22:52.591Z | [ recovery-image] Aug 29 21:22:51.962 INFO O| Aug 29 21:22:51.962 INFO STEP 172 (remove_files) COMPLETE |
| 5846 | 2026-08-29T21:22:52.594Z | [ recovery-image] Aug 29 21:22:51.962 INFO O| Aug 29 21:22:51.962 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5847 | 2026-08-29T21:22:52.601Z | [ recovery-image] Aug 29 21:22:51.972 INFO O| Aug 29 21:22:51.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach" |
| 5848 | 2026-08-29T21:22:52.601Z | [ recovery-image] Aug 29 21:22:51.973 INFO O| Aug 29 21:22:51.973 INFO STEP 173 (remove_files) COMPLETE |
| 5849 | 2026-08-29T21:22:52.601Z | [ recovery-image] Aug 29 21:22:51.973 INFO O| Aug 29 21:22:51.973 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5850 | 2026-08-29T21:22:52.611Z | [ recovery-image] Aug 29 21:22:51.982 INFO O| Aug 29 21:22:51.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat" |
| 5851 | 2026-08-29T21:22:52.611Z | [ recovery-image] Aug 29 21:22:51.982 INFO O| Aug 29 21:22:51.982 INFO STEP 174 (remove_files) COMPLETE |
| 5852 | 2026-08-29T21:22:52.614Z | [ recovery-image] Aug 29 21:22:51.982 INFO O| Aug 29 21:22:51.982 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5853 | 2026-08-29T21:22:52.634Z | [ recovery-image] Aug 29 21:22:51.992 INFO O| Aug 29 21:22:51.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg" |
| 5854 | 2026-08-29T21:22:52.634Z | [ recovery-image] Aug 29 21:22:51.992 INFO O| Aug 29 21:22:51.992 INFO STEP 175 (remove_files) COMPLETE |
| 5855 | 2026-08-29T21:22:52.634Z | [ recovery-image] Aug 29 21:22:51.992 INFO O| Aug 29 21:22:51.992 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5856 | 2026-08-29T21:22:52.634Z | [ recovery-image] Aug 29 21:22:52.001 INFO O| Aug 29 21:22:52.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep" |
| 5857 | 2026-08-29T21:22:52.634Z | [ recovery-image] Aug 29 21:22:52.001 INFO O| Aug 29 21:22:52.001 INFO STEP 176 (remove_files) COMPLETE |
| 5858 | 2026-08-29T21:22:52.634Z | [ recovery-image] Aug 29 21:22:52.001 INFO O| Aug 29 21:22:52.001 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5859 | 2026-08-29T21:22:52.639Z | [ recovery-image] Aug 29 21:22:52.011 INFO O| Aug 29 21:22:52.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file" |
| 5860 | 2026-08-29T21:22:52.639Z | [ recovery-image] Aug 29 21:22:52.011 INFO O| Aug 29 21:22:52.011 INFO STEP 177 (remove_files) COMPLETE |
| 5861 | 2026-08-29T21:22:52.639Z | [ recovery-image] Aug 29 21:22:52.011 INFO O| Aug 29 21:22:52.011 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5862 | 2026-08-29T21:22:52.667Z | [ recovery-image] Aug 29 21:22:52.039 INFO O| Aug 29 21:22:52.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc" |
| 5863 | 2026-08-29T21:22:52.671Z | [verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5864 | 2026-08-29T21:22:52.691Z | [ recovery-image] Aug 29 21:22:52.053 INFO O| Aug 29 21:22:52.049 INFO STEP 178 (remove_files) COMPLETE |
| 5865 | 2026-08-29T21:22:52.691Z | [ recovery-image] Aug 29 21:22:52.053 INFO O| Aug 29 21:22:52.049 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5866 | 2026-08-29T21:22:52.695Z | [ recovery-image] Aug 29 21:22:52.060 INFO O| Aug 29 21:22:52.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt" |
| 5867 | 2026-08-29T21:22:52.695Z | [ recovery-image] Aug 29 21:22:52.060 INFO O| Aug 29 21:22:52.060 INFO STEP 179 (remove_files) COMPLETE |
| 5868 | 2026-08-29T21:22:52.695Z | [ recovery-image] Aug 29 21:22:52.060 INFO O| Aug 29 21:22:52.060 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5869 | 2026-08-29T21:22:52.700Z | [ recovery-image] Aug 29 21:22:52.068 INFO O| Aug 29 21:22:52.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg" |
| 5870 | 2026-08-29T21:22:52.700Z | [ recovery-image] Aug 29 21:22:52.068 INFO O| Aug 29 21:22:52.068 INFO STEP 180 (remove_files) COMPLETE |
| 5871 | 2026-08-29T21:22:52.700Z | [ recovery-image] Aug 29 21:22:52.068 INFO O| Aug 29 21:22:52.068 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5872 | 2026-08-29T21:22:52.705Z | [ recovery-image] Aug 29 21:22:52.077 INFO O| Aug 29 21:22:52.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold" |
| 5873 | 2026-08-29T21:22:52.705Z | [ recovery-image] Aug 29 21:22:52.077 INFO O| Aug 29 21:22:52.077 INFO STEP 181 (remove_files) COMPLETE |
| 5874 | 2026-08-29T21:22:52.705Z | [ recovery-image] Aug 29 21:22:52.077 INFO O| Aug 29 21:22:52.077 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5875 | 2026-08-29T21:22:52.710Z | [verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 5876 | 2026-08-29T21:22:52.714Z | [ recovery-image] Aug 29 21:22:52.086 INFO O| Aug 29 21:22:52.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat" |
| 5877 | 2026-08-29T21:22:52.714Z | [ recovery-image] Aug 29 21:22:52.086 INFO O| Aug 29 21:22:52.086 INFO STEP 182 (remove_files) COMPLETE |
| 5878 | 2026-08-29T21:22:52.718Z | [ recovery-image] Aug 29 21:22:52.086 INFO O| Aug 29 21:22:52.086 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5879 | 2026-08-29T21:22:52.724Z | [ recovery-image] Aug 29 21:22:52.095 INFO O| Aug 29 21:22:52.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear" |
| 5880 | 2026-08-29T21:22:52.727Z | [ recovery-image] Aug 29 21:22:52.095 INFO O| Aug 29 21:22:52.095 INFO STEP 183 (remove_files) COMPLETE |
| 5881 | 2026-08-29T21:22:52.727Z | [ recovery-image] Aug 29 21:22:52.095 INFO O| Aug 29 21:22:52.095 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5882 | 2026-08-29T21:22:52.736Z | [ recovery-image] Aug 29 21:22:52.106 INFO O| Aug 29 21:22:52.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl" |
| 5883 | 2026-08-29T21:22:52.736Z | [ recovery-image] Aug 29 21:22:52.106 INFO O| Aug 29 21:22:52.106 INFO STEP 184 (remove_files) COMPLETE |
| 5884 | 2026-08-29T21:22:52.736Z | [ recovery-image] Aug 29 21:22:52.106 INFO O| Aug 29 21:22:52.106 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5885 | 2026-08-29T21:22:52.745Z | [ recovery-image] Aug 29 21:22:52.116 INFO O| Aug 29 21:22:52.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf" |
| 5886 | 2026-08-29T21:22:52.746Z | [ recovery-image] Aug 29 21:22:52.116 INFO O| Aug 29 21:22:52.116 INFO STEP 185 (remove_files) COMPLETE |
| 5887 | 2026-08-29T21:22:52.746Z | [ recovery-image] Aug 29 21:22:52.116 INFO O| Aug 29 21:22:52.116 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5888 | 2026-08-29T21:22:52.754Z | [ recovery-image] Aug 29 21:22:52.125 INFO O| Aug 29 21:22:52.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev" |
| 5889 | 2026-08-29T21:22:52.754Z | [ recovery-image] Aug 29 21:22:52.125 INFO O| Aug 29 21:22:52.125 INFO STEP 186 (remove_files) COMPLETE |
| 5890 | 2026-08-29T21:22:52.757Z | [ recovery-image] Aug 29 21:22:52.125 INFO O| Aug 29 21:22:52.125 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5891 | 2026-08-29T21:22:52.765Z | [ recovery-image] Aug 29 21:22:52.135 INFO O| Aug 29 21:22:52.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp" |
| 5892 | 2026-08-29T21:22:52.765Z | [ recovery-image] Aug 29 21:22:52.135 INFO O| Aug 29 21:22:52.135 INFO STEP 187 (remove_files) COMPLETE |
| 5893 | 2026-08-29T21:22:52.768Z | [ recovery-image] Aug 29 21:22:52.135 INFO O| Aug 29 21:22:52.135 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5894 | 2026-08-29T21:22:52.775Z | [ recovery-image] Aug 29 21:22:52.146 INFO O| Aug 29 21:22:52.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent" |
| 5895 | 2026-08-29T21:22:52.775Z | [ recovery-image] Aug 29 21:22:52.146 INFO O| Aug 29 21:22:52.146 INFO STEP 188 (remove_files) COMPLETE |
| 5896 | 2026-08-29T21:22:52.775Z | [ recovery-image] Aug 29 21:22:52.146 INFO O| Aug 29 21:22:52.146 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5897 | 2026-08-29T21:22:52.785Z | [ recovery-image] Aug 29 21:22:52.156 INFO O| Aug 29 21:22:52.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl" |
| 5898 | 2026-08-29T21:22:52.785Z | [ recovery-image] Aug 29 21:22:52.156 INFO O| Aug 29 21:22:52.156 INFO STEP 189 (remove_files) COMPLETE |
| 5899 | 2026-08-29T21:22:52.785Z | [ recovery-image] Aug 29 21:22:52.156 INFO O| Aug 29 21:22:52.156 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5900 | 2026-08-29T21:22:52.794Z | [ recovery-image] Aug 29 21:22:52.165 INFO O| Aug 29 21:22:52.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt" |
| 5901 | 2026-08-29T21:22:52.797Z | [ recovery-image] Aug 29 21:22:52.165 INFO O| Aug 29 21:22:52.165 INFO STEP 190 (remove_files) COMPLETE |
| 5902 | 2026-08-29T21:22:52.797Z | [ recovery-image] Aug 29 21:22:52.165 INFO O| Aug 29 21:22:52.165 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5903 | 2026-08-29T21:22:52.803Z | [ recovery-image] Aug 29 21:22:52.174 INFO O| Aug 29 21:22:52.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts" |
| 5904 | 2026-08-29T21:22:52.803Z | [ recovery-image] Aug 29 21:22:52.174 INFO O| Aug 29 21:22:52.174 INFO STEP 191 (remove_files) COMPLETE |
| 5905 | 2026-08-29T21:22:52.807Z | [ recovery-image] Aug 29 21:22:52.174 INFO O| Aug 29 21:22:52.174 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5906 | 2026-08-29T21:22:52.812Z | [ recovery-image] Aug 29 21:22:52.183 INFO O| Aug 29 21:22:52.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext" |
| 5907 | 2026-08-29T21:22:52.812Z | [ recovery-image] Aug 29 21:22:52.183 INFO O| Aug 29 21:22:52.183 INFO STEP 192 (remove_files) COMPLETE |
| 5908 | 2026-08-29T21:22:52.815Z | [ recovery-image] Aug 29 21:22:52.183 INFO O| Aug 29 21:22:52.183 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5909 | 2026-08-29T21:22:52.821Z | [ recovery-image] Aug 29 21:22:52.193 INFO O| Aug 29 21:22:52.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol" |
| 5910 | 2026-08-29T21:22:52.822Z | [ recovery-image] Aug 29 21:22:52.193 INFO O| Aug 29 21:22:52.193 INFO STEP 193 (remove_files) COMPLETE |
| 5911 | 2026-08-29T21:22:52.822Z | [ recovery-image] Aug 29 21:22:52.193 INFO O| Aug 29 21:22:52.193 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5912 | 2026-08-29T21:22:52.831Z | [ recovery-image] Aug 29 21:22:52.202 INFO O| Aug 29 21:22:52.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp" |
| 5913 | 2026-08-29T21:22:52.831Z | [ recovery-image] Aug 29 21:22:52.202 INFO O| Aug 29 21:22:52.202 INFO STEP 194 (remove_files) COMPLETE |
| 5914 | 2026-08-29T21:22:52.835Z | [ recovery-image] Aug 29 21:22:52.202 INFO O| Aug 29 21:22:52.202 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5915 | 2026-08-29T21:22:52.840Z | [ recovery-image] Aug 29 21:22:52.212 INFO O| Aug 29 21:22:52.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups" |
| 5916 | 2026-08-29T21:22:52.840Z | [ recovery-image] Aug 29 21:22:52.212 INFO O| Aug 29 21:22:52.212 INFO STEP 195 (remove_files) COMPLETE |
| 5917 | 2026-08-29T21:22:52.844Z | [ recovery-image] Aug 29 21:22:52.212 INFO O| Aug 29 21:22:52.212 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5918 | 2026-08-29T21:22:52.850Z | [ recovery-image] Aug 29 21:22:52.221 INFO O| Aug 29 21:22:52.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs" |
| 5919 | 2026-08-29T21:22:52.850Z | [ recovery-image] Aug 29 21:22:52.221 INFO O| Aug 29 21:22:52.221 INFO STEP 196 (remove_files) COMPLETE |
| 5920 | 2026-08-29T21:22:52.850Z | [ recovery-image] Aug 29 21:22:52.221 INFO O| Aug 29 21:22:52.221 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5921 | 2026-08-29T21:22:52.860Z | [ recovery-image] Aug 29 21:22:52.231 INFO O| Aug 29 21:22:52.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic" |
| 5922 | 2026-08-29T21:22:52.860Z | [ recovery-image] Aug 29 21:22:52.231 INFO O| Aug 29 21:22:52.231 INFO STEP 197 (remove_files) COMPLETE |
| 5923 | 2026-08-29T21:22:52.863Z | [ recovery-image] Aug 29 21:22:52.231 INFO O| Aug 29 21:22:52.231 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5924 | 2026-08-29T21:22:52.869Z | [ recovery-image] Aug 29 21:22:52.241 INFO O| Aug 29 21:22:52.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe" |
| 5925 | 2026-08-29T21:22:52.872Z | [ recovery-image] Aug 29 21:22:52.242 INFO O| Aug 29 21:22:52.242 INFO STEP 198 (remove_files) COMPLETE |
| 5926 | 2026-08-29T21:22:52.872Z | [ recovery-image] Aug 29 21:22:52.242 INFO O| Aug 29 21:22:52.242 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5927 | 2026-08-29T21:22:52.881Z | [ recovery-image] Aug 29 21:22:52.253 INFO O| Aug 29 21:22:52.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput" |
| 5928 | 2026-08-29T21:22:52.881Z | [ recovery-image] Aug 29 21:22:52.253 INFO O| Aug 29 21:22:52.253 INFO STEP 199 (remove_files) COMPLETE |
| 5929 | 2026-08-29T21:22:52.885Z | [ recovery-image] Aug 29 21:22:52.253 INFO O| Aug 29 21:22:52.253 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5930 | 2026-08-29T21:22:52.892Z | [ recovery-image] Aug 29 21:22:52.263 INFO O| Aug 29 21:22:52.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset" |
| 5931 | 2026-08-29T21:22:52.892Z | [ recovery-image] Aug 29 21:22:52.263 INFO O| Aug 29 21:22:52.263 INFO STEP 200 (remove_files) COMPLETE |
| 5932 | 2026-08-29T21:22:52.895Z | [ recovery-image] Aug 29 21:22:52.263 INFO O| Aug 29 21:22:52.263 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5933 | 2026-08-29T21:22:52.900Z | [ recovery-image] Aug 29 21:22:52.272 INFO O| Aug 29 21:22:52.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip" |
| 5934 | 2026-08-29T21:22:52.900Z | [ recovery-image] Aug 29 21:22:52.272 INFO O| Aug 29 21:22:52.272 INFO STEP 201 (remove_files) COMPLETE |
| 5935 | 2026-08-29T21:22:52.903Z | [ recovery-image] Aug 29 21:22:52.272 INFO O| Aug 29 21:22:52.272 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5936 | 2026-08-29T21:22:52.910Z | [ recovery-image] Aug 29 21:22:52.282 INFO O| Aug 29 21:22:52.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat" |
| 5937 | 2026-08-29T21:22:52.910Z | [ recovery-image] Aug 29 21:22:52.282 INFO O| Aug 29 21:22:52.282 INFO STEP 202 (remove_files) COMPLETE |
| 5938 | 2026-08-29T21:22:52.914Z | [ recovery-image] Aug 29 21:22:52.282 INFO O| Aug 29 21:22:52.282 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5939 | 2026-08-29T21:22:52.919Z | [ recovery-image] Aug 29 21:22:52.290 INFO O| Aug 29 21:22:52.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp" |
| 5940 | 2026-08-29T21:22:52.919Z | [ recovery-image] Aug 29 21:22:52.290 INFO O| Aug 29 21:22:52.290 INFO STEP 203 (remove_files) COMPLETE |
| 5941 | 2026-08-29T21:22:52.919Z | [ recovery-image] Aug 29 21:22:52.290 INFO O| Aug 29 21:22:52.290 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5942 | 2026-08-29T21:22:52.927Z | [ recovery-image] Aug 29 21:22:52.299 INFO O| Aug 29 21:22:52.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff" |
| 5943 | 2026-08-29T21:22:52.927Z | [ recovery-image] Aug 29 21:22:52.299 INFO O| Aug 29 21:22:52.299 INFO STEP 204 (remove_files) COMPLETE |
| 5944 | 2026-08-29T21:22:52.927Z | [ recovery-image] Aug 29 21:22:52.299 INFO O| Aug 29 21:22:52.299 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5945 | 2026-08-29T21:22:52.936Z | [ recovery-image] Aug 29 21:22:52.307 INFO O| Aug 29 21:22:52.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep" |
| 5946 | 2026-08-29T21:22:52.936Z | [ recovery-image] Aug 29 21:22:52.307 INFO O| Aug 29 21:22:52.307 INFO STEP 205 (remove_files) COMPLETE |
| 5947 | 2026-08-29T21:22:52.939Z | [ recovery-image] Aug 29 21:22:52.307 INFO O| Aug 29 21:22:52.307 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5948 | 2026-08-29T21:22:52.944Z | [ recovery-image] Aug 29 21:22:52.316 INFO O| Aug 29 21:22:52.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe" |
| 5949 | 2026-08-29T21:22:52.944Z | [ recovery-image] Aug 29 21:22:52.316 INFO O| Aug 29 21:22:52.316 INFO STEP 206 (remove_files) COMPLETE |
| 5950 | 2026-08-29T21:22:52.944Z | [ recovery-image] Aug 29 21:22:52.316 INFO O| Aug 29 21:22:52.316 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5951 | 2026-08-29T21:22:52.954Z | [ recovery-image] Aug 29 21:22:52.326 INFO O| Aug 29 21:22:52.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep" |
| 5952 | 2026-08-29T21:22:52.954Z | [ recovery-image] Aug 29 21:22:52.326 INFO O| Aug 29 21:22:52.326 INFO STEP 207 (remove_files) COMPLETE |
| 5953 | 2026-08-29T21:22:52.954Z | [ recovery-image] Aug 29 21:22:52.326 INFO O| Aug 29 21:22:52.326 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5954 | 2026-08-29T21:22:52.965Z | [ recovery-image] Aug 29 21:22:52.337 INFO O| Aug 29 21:22:52.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce" |
| 5955 | 2026-08-29T21:22:52.965Z | [ recovery-image] Aug 29 21:22:52.337 INFO O| Aug 29 21:22:52.337 INFO STEP 208 (remove_files) COMPLETE |
| 5956 | 2026-08-29T21:22:52.965Z | [ recovery-image] Aug 29 21:22:52.337 INFO O| Aug 29 21:22:52.337 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5957 | 2026-08-29T21:22:52.974Z | [ recovery-image] Aug 29 21:22:52.345 INFO O| Aug 29 21:22:52.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep" |
| 5958 | 2026-08-29T21:22:52.977Z | [ recovery-image] Aug 29 21:22:52.346 INFO O| Aug 29 21:22:52.346 INFO STEP 209 (remove_files) COMPLETE |
| 5959 | 2026-08-29T21:22:52.977Z | [ recovery-image] Aug 29 21:22:52.346 INFO O| Aug 29 21:22:52.346 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5960 | 2026-08-29T21:22:52.983Z | [ recovery-image] Aug 29 21:22:52.355 INFO O| Aug 29 21:22:52.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip" |
| 5961 | 2026-08-29T21:22:52.983Z | [ recovery-image] Aug 29 21:22:52.355 INFO O| Aug 29 21:22:52.355 INFO STEP 210 (remove_files) COMPLETE |
| 5962 | 2026-08-29T21:22:52.983Z | [ recovery-image] Aug 29 21:22:52.355 INFO O| Aug 29 21:22:52.355 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5963 | 2026-08-29T21:22:52.992Z | [ recovery-image] Aug 29 21:22:52.363 INFO O| Aug 29 21:22:52.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless" |
| 5964 | 2026-08-29T21:22:52.992Z | [ recovery-image] Aug 29 21:22:52.364 INFO O| Aug 29 21:22:52.363 INFO STEP 211 (remove_files) COMPLETE |
| 5965 | 2026-08-29T21:22:52.992Z | [ recovery-image] Aug 29 21:22:52.364 INFO O| Aug 29 21:22:52.363 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5966 | 2026-08-29T21:22:53.001Z | [ recovery-image] Aug 29 21:22:52.372 INFO O| Aug 29 21:22:52.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore" |
| 5967 | 2026-08-29T21:22:53.001Z | [ recovery-image] Aug 29 21:22:52.372 INFO O| Aug 29 21:22:52.372 INFO STEP 212 (remove_files) COMPLETE |
| 5968 | 2026-08-29T21:22:53.001Z | [ recovery-image] Aug 29 21:22:52.372 INFO O| Aug 29 21:22:52.372 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5969 | 2026-08-29T21:22:53.009Z | [ recovery-image] Aug 29 21:22:52.381 INFO O| Aug 29 21:22:52.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew" |
| 5970 | 2026-08-29T21:22:53.009Z | [ recovery-image] Aug 29 21:22:52.381 INFO O| Aug 29 21:22:52.381 INFO STEP 213 (remove_files) COMPLETE |
| 5971 | 2026-08-29T21:22:53.009Z | [ recovery-image] Aug 29 21:22:52.381 INFO O| Aug 29 21:22:52.381 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5972 | 2026-08-29T21:22:53.018Z | [ recovery-image] Aug 29 21:22:52.389 INFO O| Aug 29 21:22:52.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash" |
| 5973 | 2026-08-29T21:22:53.018Z | [ recovery-image] Aug 29 21:22:52.389 INFO O| Aug 29 21:22:52.389 INFO STEP 214 (remove_files) COMPLETE |
| 5974 | 2026-08-29T21:22:53.018Z | [ recovery-image] Aug 29 21:22:52.389 INFO O| Aug 29 21:22:52.389 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5975 | 2026-08-29T21:22:53.029Z | [ recovery-image] Aug 29 21:22:52.401 INFO O| Aug 29 21:22:52.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid" |
| 5976 | 2026-08-29T21:22:53.029Z | [ recovery-image] Aug 29 21:22:52.401 INFO O| Aug 29 21:22:52.401 INFO STEP 215 (remove_files) COMPLETE |
| 5977 | 2026-08-29T21:22:53.029Z | [ recovery-image] Aug 29 21:22:52.401 INFO O| Aug 29 21:22:52.401 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5978 | 2026-08-29T21:22:53.039Z | [ recovery-image] Aug 29 21:22:52.411 INFO O| Aug 29 21:22:52.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname" |
| 5979 | 2026-08-29T21:22:53.042Z | [ recovery-image] Aug 29 21:22:52.412 INFO O| Aug 29 21:22:52.412 INFO STEP 216 (remove_files) COMPLETE |
| 5980 | 2026-08-29T21:22:53.042Z | [ recovery-image] Aug 29 21:22:52.412 INFO O| Aug 29 21:22:52.412 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5981 | 2026-08-29T21:22:53.050Z | [ recovery-image] Aug 29 21:22:52.422 INFO O| Aug 29 21:22:52.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb" |
| 5982 | 2026-08-29T21:22:53.051Z | [ recovery-image] Aug 29 21:22:52.422 INFO O| Aug 29 21:22:52.422 INFO STEP 217 (remove_files) COMPLETE |
| 5983 | 2026-08-29T21:22:53.051Z | [ recovery-image] Aug 29 21:22:52.422 INFO O| Aug 29 21:22:52.422 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5984 | 2026-08-29T21:22:53.061Z | [ recovery-image] Aug 29 21:22:52.433 INFO O| Aug 29 21:22:52.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt" |
| 5985 | 2026-08-29T21:22:53.061Z | [ recovery-image] Aug 29 21:22:52.433 INFO O| Aug 29 21:22:52.433 INFO STEP 218 (remove_files) COMPLETE |
| 5986 | 2026-08-29T21:22:53.061Z | [ recovery-image] Aug 29 21:22:52.433 INFO O| Aug 29 21:22:52.433 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5987 | 2026-08-29T21:22:53.071Z | [ recovery-image] Aug 29 21:22:52.443 INFO O| Aug 29 21:22:52.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh" |
| 5988 | 2026-08-29T21:22:53.071Z | [ recovery-image] Aug 29 21:22:52.443 INFO O| Aug 29 21:22:52.443 INFO STEP 219 (remove_files) COMPLETE |
| 5989 | 2026-08-29T21:22:53.071Z | [ recovery-image] Aug 29 21:22:52.443 INFO O| Aug 29 21:22:52.443 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5990 | 2026-08-29T21:22:53.081Z | [ recovery-image] Aug 29 21:22:52.452 INFO O| Aug 29 21:22:52.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb" |
| 5991 | 2026-08-29T21:22:53.081Z | [ recovery-image] Aug 29 21:22:52.452 INFO O| Aug 29 21:22:52.452 INFO STEP 220 (remove_files) COMPLETE |
| 5992 | 2026-08-29T21:22:53.081Z | [ recovery-image] Aug 29 21:22:52.452 INFO O| Aug 29 21:22:52.452 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5993 | 2026-08-29T21:22:53.094Z | [ recovery-image] Aug 29 21:22:52.465 INFO O| Aug 29 21:22:52.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh" |
| 5994 | 2026-08-29T21:22:53.094Z | [ recovery-image] Aug 29 21:22:52.465 INFO O| Aug 29 21:22:52.463 INFO STEP 221 (remove_files) COMPLETE |
| 5995 | 2026-08-29T21:22:53.094Z | [ recovery-image] Aug 29 21:22:52.465 INFO O| Aug 29 21:22:52.463 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5996 | 2026-08-29T21:22:53.104Z | [ recovery-image] Aug 29 21:22:52.476 INFO O| Aug 29 21:22:52.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93" |
| 5997 | 2026-08-29T21:22:53.108Z | [ recovery-image] Aug 29 21:22:52.476 INFO O| Aug 29 21:22:52.476 INFO STEP 222 (remove_files) COMPLETE |
| 5998 | 2026-08-29T21:22:53.108Z | [ recovery-image] Aug 29 21:22:52.476 INFO O| Aug 29 21:22:52.476 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5999 | 2026-08-29T21:22:53.114Z | [ recovery-image] Aug 29 21:22:52.486 INFO O| Aug 29 21:22:52.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv" |
| 6000 | 2026-08-29T21:22:53.114Z | [ recovery-image] Aug 29 21:22:52.486 INFO O| Aug 29 21:22:52.486 INFO STEP 223 (remove_files) COMPLETE |
| 6001 | 2026-08-29T21:22:53.117Z | [ recovery-image] Aug 29 21:22:52.486 INFO O| Aug 29 21:22:52.486 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6002 | 2026-08-29T21:22:53.123Z | [ recovery-image] Aug 29 21:22:52.495 INFO O| Aug 29 21:22:52.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id" |
| 6003 | 2026-08-29T21:22:53.123Z | [ recovery-image] Aug 29 21:22:52.495 INFO O| Aug 29 21:22:52.495 INFO STEP 224 (remove_files) COMPLETE |
| 6004 | 2026-08-29T21:22:53.126Z | [ recovery-image] Aug 29 21:22:52.495 INFO O| Aug 29 21:22:52.495 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6005 | 2026-08-29T21:22:53.133Z | [ recovery-image] Aug 29 21:22:52.504 INFO O| Aug 29 21:22:52.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn" |
| 6006 | 2026-08-29T21:22:53.134Z | [ recovery-image] Aug 29 21:22:52.504 INFO O| Aug 29 21:22:52.504 INFO STEP 225 (remove_files) COMPLETE |
| 6007 | 2026-08-29T21:22:53.134Z | [ recovery-image] Aug 29 21:22:52.504 INFO O| Aug 29 21:22:52.504 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6008 | 2026-08-29T21:22:53.142Z | [ recovery-image] Aug 29 21:22:52.513 INFO O| Aug 29 21:22:52.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp" |
| 6009 | 2026-08-29T21:22:53.145Z | [ recovery-image] Aug 29 21:22:52.516 INFO O| Aug 29 21:22:52.515 INFO STEP 226 (remove_files) COMPLETE |
| 6010 | 2026-08-29T21:22:53.145Z | [ recovery-image] Aug 29 21:22:52.516 INFO O| Aug 29 21:22:52.515 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6011 | 2026-08-29T21:22:53.168Z | [ recovery-image] Aug 29 21:22:52.540 INFO O| Aug 29 21:22:52.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat" |
| 6012 | 2026-08-29T21:22:53.168Z | [ recovery-image] Aug 29 21:22:52.540 INFO O| Aug 29 21:22:52.540 INFO STEP 227 (remove_files) COMPLETE |
| 6013 | 2026-08-29T21:22:53.168Z | [ recovery-image] Aug 29 21:22:52.540 INFO O| Aug 29 21:22:52.540 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6014 | 2026-08-29T21:22:53.178Z | [ recovery-image] Aug 29 21:22:52.549 INFO O| Aug 29 21:22:52.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl" |
| 6015 | 2026-08-29T21:22:53.178Z | [ recovery-image] Aug 29 21:22:52.549 INFO O| Aug 29 21:22:52.549 INFO STEP 228 (remove_files) COMPLETE |
| 6016 | 2026-08-29T21:22:53.178Z | [ recovery-image] Aug 29 21:22:52.549 INFO O| Aug 29 21:22:52.549 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6017 | 2026-08-29T21:22:53.189Z | [ recovery-image] Aug 29 21:22:52.561 INFO O| Aug 29 21:22:52.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo" |
| 6018 | 2026-08-29T21:22:53.189Z | [ recovery-image] Aug 29 21:22:52.561 INFO O| Aug 29 21:22:52.561 INFO STEP 229 (remove_files) COMPLETE |
| 6019 | 2026-08-29T21:22:53.189Z | [ recovery-image] Aug 29 21:22:52.561 INFO O| Aug 29 21:22:52.561 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6020 | 2026-08-29T21:22:53.199Z | [ recovery-image] Aug 29 21:22:52.571 INFO O| Aug 29 21:22:52.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist" |
| 6021 | 2026-08-29T21:22:53.199Z | [ recovery-image] Aug 29 21:22:52.571 INFO O| Aug 29 21:22:52.571 INFO STEP 230 (remove_files) COMPLETE |
| 6022 | 2026-08-29T21:22:53.199Z | [ recovery-image] Aug 29 21:22:52.571 INFO O| Aug 29 21:22:52.571 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6023 | 2026-08-29T21:22:53.210Z | [ recovery-image] Aug 29 21:22:52.581 INFO O| Aug 29 21:22:52.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs" |
| 6024 | 2026-08-29T21:22:53.210Z | [ recovery-image] Aug 29 21:22:52.581 INFO O| Aug 29 21:22:52.581 INFO STEP 231 (remove_files) COMPLETE |
| 6025 | 2026-08-29T21:22:53.213Z | [ recovery-image] Aug 29 21:22:52.581 INFO O| Aug 29 21:22:52.581 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6026 | 2026-08-29T21:22:53.223Z | [ recovery-image] Aug 29 21:22:52.594 INFO O| Aug 29 21:22:52.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join" |
| 6027 | 2026-08-29T21:22:53.223Z | [ recovery-image] Aug 29 21:22:52.594 INFO O| Aug 29 21:22:52.593 INFO STEP 232 (remove_files) COMPLETE |
| 6028 | 2026-08-29T21:22:53.223Z | [ recovery-image] Aug 29 21:22:52.594 INFO O| Aug 29 21:22:52.593 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6029 | 2026-08-29T21:22:53.233Z | [ recovery-image] Aug 29 21:22:52.604 INFO O| Aug 29 21:22:52.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd" |
| 6030 | 2026-08-29T21:22:53.233Z | [ recovery-image] Aug 29 21:22:52.604 INFO O| Aug 29 21:22:52.604 INFO STEP 233 (remove_files) COMPLETE |
| 6031 | 2026-08-29T21:22:53.233Z | [ recovery-image] Aug 29 21:22:52.604 INFO O| Aug 29 21:22:52.604 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6032 | 2026-08-29T21:22:53.246Z | [ recovery-image] Aug 29 21:22:52.618 INFO O| Aug 29 21:22:52.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy" |
| 6033 | 2026-08-29T21:22:53.246Z | [ recovery-image] Aug 29 21:22:52.618 INFO O| Aug 29 21:22:52.618 INFO STEP 234 (remove_files) COMPLETE |
| 6034 | 2026-08-29T21:22:53.249Z | [ recovery-image] Aug 29 21:22:52.618 INFO O| Aug 29 21:22:52.618 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6035 | 2026-08-29T21:22:53.255Z | [ recovery-image] Aug 29 21:22:52.626 INFO O| Aug 29 21:22:52.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin" |
| 6036 | 2026-08-29T21:22:53.260Z | [ recovery-image] Aug 29 21:22:52.632 INFO O| Aug 29 21:22:52.632 INFO STEP 235 (remove_files) COMPLETE |
| 6037 | 2026-08-29T21:22:53.260Z | [ recovery-image] Aug 29 21:22:52.632 INFO O| Aug 29 21:22:52.632 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6038 | 2026-08-29T21:22:53.272Z | [ recovery-image] Aug 29 21:22:52.644 INFO O| Aug 29 21:22:52.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout" |
| 6039 | 2026-08-29T21:22:53.272Z | [ recovery-image] Aug 29 21:22:52.644 INFO O| Aug 29 21:22:52.644 INFO STEP 236 (remove_files) COMPLETE |
| 6040 | 2026-08-29T21:22:53.272Z | [ recovery-image] Aug 29 21:22:52.644 INFO O| Aug 29 21:22:52.644 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6041 | 2026-08-29T21:22:53.280Z | [ recovery-image] Aug 29 21:22:52.652 INFO O| Aug 29 21:22:52.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill" |
| 6042 | 2026-08-29T21:22:53.280Z | [ recovery-image] Aug 29 21:22:52.652 INFO O| Aug 29 21:22:52.652 INFO STEP 237 (remove_files) COMPLETE |
| 6043 | 2026-08-29T21:22:53.280Z | [ recovery-image] Aug 29 21:22:52.652 INFO O| Aug 29 21:22:52.652 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6044 | 2026-08-29T21:22:53.289Z | [ recovery-image] Aug 29 21:22:52.660 INFO O| Aug 29 21:22:52.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit" |
| 6045 | 2026-08-29T21:22:53.289Z | [ recovery-image] Aug 29 21:22:52.660 INFO O| Aug 29 21:22:52.660 INFO STEP 238 (remove_files) COMPLETE |
| 6046 | 2026-08-29T21:22:53.292Z | [ recovery-image] Aug 29 21:22:52.660 INFO O| Aug 29 21:22:52.660 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6047 | 2026-08-29T21:22:53.298Z | [ recovery-image] Aug 29 21:22:52.670 INFO O| Aug 29 21:22:52.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist" |
| 6048 | 2026-08-29T21:22:53.298Z | [ recovery-image] Aug 29 21:22:52.670 INFO O| Aug 29 21:22:52.670 INFO STEP 239 (remove_files) COMPLETE |
| 6049 | 2026-08-29T21:22:53.298Z | [ recovery-image] Aug 29 21:22:52.670 INFO O| Aug 29 21:22:52.670 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6050 | 2026-08-29T21:22:53.306Z | [ recovery-image] Aug 29 21:22:52.678 INFO O| Aug 29 21:22:52.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg" |
| 6051 | 2026-08-29T21:22:53.306Z | [ recovery-image] Aug 29 21:22:52.678 INFO O| Aug 29 21:22:52.678 INFO STEP 240 (remove_files) COMPLETE |
| 6052 | 2026-08-29T21:22:53.306Z | [ recovery-image] Aug 29 21:22:52.678 INFO O| Aug 29 21:22:52.678 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6053 | 2026-08-29T21:22:53.314Z | [ recovery-image] Aug 29 21:22:52.686 INFO O| Aug 29 21:22:52.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd" |
| 6054 | 2026-08-29T21:22:53.314Z | [ recovery-image] Aug 29 21:22:52.686 INFO O| Aug 29 21:22:52.686 INFO STEP 241 (remove_files) COMPLETE |
| 6055 | 2026-08-29T21:22:53.314Z | [ recovery-image] Aug 29 21:22:52.686 INFO O| Aug 29 21:22:52.686 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6056 | 2026-08-29T21:22:53.327Z | [ recovery-image] Aug 29 21:22:52.699 INFO O| Aug 29 21:22:52.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config" |
| 6057 | 2026-08-29T21:22:53.331Z | [ recovery-image] Aug 29 21:22:52.700 INFO O| Aug 29 21:22:52.700 INFO STEP 242 (remove_files) COMPLETE |
| 6058 | 2026-08-29T21:22:53.331Z | [ recovery-image] Aug 29 21:22:52.700 INFO O| Aug 29 21:22:52.700 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6059 | 2026-08-29T21:22:53.339Z | [ recovery-image] Aug 29 21:22:52.710 INFO O| Aug 29 21:22:52.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93" |
| 6060 | 2026-08-29T21:22:53.339Z | [ recovery-image] Aug 29 21:22:52.710 INFO O| Aug 29 21:22:52.710 INFO STEP 243 (remove_files) COMPLETE |
| 6061 | 2026-08-29T21:22:53.342Z | [ recovery-image] Aug 29 21:22:52.710 INFO O| Aug 29 21:22:52.710 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6062 | 2026-08-29T21:22:53.347Z | [ recovery-image] Aug 29 21:22:52.719 INFO O| Aug 29 21:22:52.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil" |
| 6063 | 2026-08-29T21:22:53.347Z | [ recovery-image] Aug 29 21:22:52.719 INFO O| Aug 29 21:22:52.719 INFO STEP 244 (remove_files) COMPLETE |
| 6064 | 2026-08-29T21:22:53.347Z | [ recovery-image] Aug 29 21:22:52.719 INFO O| Aug 29 21:22:52.719 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6065 | 2026-08-29T21:22:53.356Z | [ recovery-image] Aug 29 21:22:52.728 INFO O| Aug 29 21:22:52.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat" |
| 6066 | 2026-08-29T21:22:53.356Z | [ recovery-image] Aug 29 21:22:52.728 INFO O| Aug 29 21:22:52.728 INFO STEP 245 (remove_files) COMPLETE |
| 6067 | 2026-08-29T21:22:53.359Z | [ recovery-image] Aug 29 21:22:52.728 INFO O| Aug 29 21:22:52.728 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6068 | 2026-08-29T21:22:53.373Z | [ recovery-image] Aug 29 21:22:52.737 INFO O| Aug 29 21:22:52.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last" |
| 6069 | 2026-08-29T21:22:53.373Z | [ recovery-image] Aug 29 21:22:52.737 INFO O| Aug 29 21:22:52.737 INFO STEP 246 (remove_files) COMPLETE |
| 6070 | 2026-08-29T21:22:53.373Z | [ recovery-image] Aug 29 21:22:52.737 INFO O| Aug 29 21:22:52.737 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6071 | 2026-08-29T21:22:53.376Z | [ recovery-image] Aug 29 21:22:52.746 INFO O| Aug 29 21:22:52.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm" |
| 6072 | 2026-08-29T21:22:53.376Z | [ recovery-image] Aug 29 21:22:52.746 INFO O| Aug 29 21:22:52.746 INFO STEP 247 (remove_files) COMPLETE |
| 6073 | 2026-08-29T21:22:53.376Z | [ recovery-image] Aug 29 21:22:52.746 INFO O| Aug 29 21:22:52.746 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6074 | 2026-08-29T21:22:53.381Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 6075 | 2026-08-29T21:22:53.384Z | [ recovery-image] Aug 29 21:22:52.755 INFO O| Aug 29 21:22:52.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld" |
| 6076 | 2026-08-29T21:22:53.384Z | [ recovery-image] Aug 29 21:22:52.755 INFO O| Aug 29 21:22:52.755 INFO STEP 248 (remove_files) COMPLETE |
| 6077 | 2026-08-29T21:22:53.384Z | [ recovery-image] Aug 29 21:22:52.755 INFO O| Aug 29 21:22:52.755 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6078 | 2026-08-29T21:22:53.394Z | [ recovery-image] Aug 29 21:22:52.764 INFO O| Aug 29 21:22:52.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd" |
| 6079 | 2026-08-29T21:22:53.394Z | [ recovery-image] Aug 29 21:22:52.764 INFO O| Aug 29 21:22:52.764 INFO STEP 249 (remove_files) COMPLETE |
| 6080 | 2026-08-29T21:22:53.397Z | [ recovery-image] Aug 29 21:22:52.764 INFO O| Aug 29 21:22:52.764 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6081 | 2026-08-29T21:22:53.406Z | [ recovery-image] Aug 29 21:22:52.777 INFO O| Aug 29 21:22:52.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less" |
| 6082 | 2026-08-29T21:22:53.406Z | [ recovery-image] Aug 29 21:22:52.777 INFO O| Aug 29 21:22:52.777 INFO STEP 250 (remove_files) COMPLETE |
| 6083 | 2026-08-29T21:22:53.406Z | [ recovery-image] Aug 29 21:22:52.777 INFO O| Aug 29 21:22:52.777 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6084 | 2026-08-29T21:22:53.423Z | [ recovery-image] Aug 29 21:22:52.794 INFO O| Aug 29 21:22:52.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho" |
| 6085 | 2026-08-29T21:22:53.423Z | [ recovery-image] Aug 29 21:22:52.794 INFO O| Aug 29 21:22:52.794 INFO STEP 251 (remove_files) COMPLETE |
| 6086 | 2026-08-29T21:22:53.423Z | [ recovery-image] Aug 29 21:22:52.794 INFO O| Aug 29 21:22:52.794 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6087 | 2026-08-29T21:22:53.433Z | [ recovery-image] Aug 29 21:22:52.805 INFO O| Aug 29 21:22:52.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey" |
| 6088 | 2026-08-29T21:22:53.433Z | [ recovery-image] Aug 29 21:22:52.805 INFO O| Aug 29 21:22:52.805 INFO STEP 252 (remove_files) COMPLETE |
| 6089 | 2026-08-29T21:22:53.433Z | [ recovery-image] Aug 29 21:22:52.805 INFO O| Aug 29 21:22:52.805 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6090 | 2026-08-29T21:22:53.442Z | [ recovery-image] Aug 29 21:22:52.814 INFO O| Aug 29 21:22:52.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo" |
| 6091 | 2026-08-29T21:22:53.442Z | [ recovery-image] Aug 29 21:22:52.814 INFO O| Aug 29 21:22:52.814 INFO STEP 253 (remove_files) COMPLETE |
| 6092 | 2026-08-29T21:22:53.443Z | [ recovery-image] Aug 29 21:22:52.814 INFO O| Aug 29 21:22:52.814 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6093 | 2026-08-29T21:22:53.454Z | [ recovery-image] Aug 29 21:22:52.826 INFO O| Aug 29 21:22:52.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line" |
| 6094 | 2026-08-29T21:22:53.457Z | [ recovery-image] Aug 29 21:22:52.826 INFO O| Aug 29 21:22:52.826 INFO STEP 254 (remove_files) COMPLETE |
| 6095 | 2026-08-29T21:22:53.457Z | [ recovery-image] Aug 29 21:22:52.826 INFO O| Aug 29 21:22:52.826 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6096 | 2026-08-29T21:22:53.477Z | [ recovery-image] Aug 29 21:22:52.849 INFO O| Aug 29 21:22:52.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp" |
| 6097 | 2026-08-29T21:22:53.477Z | [ recovery-image] Aug 29 21:22:52.849 INFO O| Aug 29 21:22:52.849 INFO STEP 255 (remove_files) COMPLETE |
| 6098 | 2026-08-29T21:22:53.477Z | [ recovery-image] Aug 29 21:22:52.849 INFO O| Aug 29 21:22:52.849 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6099 | 2026-08-29T21:22:53.493Z | [ recovery-image] Aug 29 21:22:52.864 INFO O| Aug 29 21:22:52.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers" |
| 6100 | 2026-08-29T21:22:53.493Z | [ recovery-image] Aug 29 21:22:52.864 INFO O| Aug 29 21:22:52.864 INFO STEP 256 (remove_files) COMPLETE |
| 6101 | 2026-08-29T21:22:53.493Z | [ recovery-image] Aug 29 21:22:52.864 INFO O| Aug 29 21:22:52.864 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6102 | 2026-08-29T21:22:53.503Z | [ recovery-image] Aug 29 21:22:52.875 INFO O| Aug 29 21:22:52.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys" |
| 6103 | 2026-08-29T21:22:53.503Z | [ recovery-image] Aug 29 21:22:52.875 INFO O| Aug 29 21:22:52.875 INFO STEP 257 (remove_files) COMPLETE |
| 6104 | 2026-08-29T21:22:53.504Z | [ recovery-image] Aug 29 21:22:52.875 INFO O| Aug 29 21:22:52.875 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6105 | 2026-08-29T21:22:53.517Z | [ recovery-image] Aug 29 21:22:52.889 INFO O| Aug 29 21:22:52.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger" |
| 6106 | 2026-08-29T21:22:53.517Z | [ recovery-image] Aug 29 21:22:52.889 INFO O| Aug 29 21:22:52.889 INFO STEP 258 (remove_files) COMPLETE |
| 6107 | 2026-08-29T21:22:53.517Z | [ recovery-image] Aug 29 21:22:52.889 INFO O| Aug 29 21:22:52.889 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6108 | 2026-08-29T21:22:53.528Z | [ recovery-image] Aug 29 21:22:52.900 INFO O| Aug 29 21:22:52.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins" |
| 6109 | 2026-08-29T21:22:53.528Z | [ recovery-image] Aug 29 21:22:52.900 INFO O| Aug 29 21:22:52.900 INFO STEP 259 (remove_files) COMPLETE |
| 6110 | 2026-08-29T21:22:53.528Z | [ recovery-image] Aug 29 21:22:52.900 INFO O| Aug 29 21:22:52.900 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6111 | 2026-08-29T21:22:53.549Z | [ recovery-image] Aug 29 21:22:52.920 INFO O| Aug 29 21:22:52.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname" |
| 6112 | 2026-08-29T21:22:53.549Z | [ recovery-image] Aug 29 21:22:52.920 INFO O| Aug 29 21:22:52.920 INFO STEP 260 (remove_files) COMPLETE |
| 6113 | 2026-08-29T21:22:53.549Z | [ recovery-image] Aug 29 21:22:52.920 INFO O| Aug 29 21:22:52.920 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6114 | 2026-08-29T21:22:53.574Z | [ recovery-image] Aug 29 21:22:52.946 INFO O| Aug 29 21:22:52.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look" |
| 6115 | 2026-08-29T21:22:53.574Z | [ recovery-image] Aug 29 21:22:52.946 INFO O| Aug 29 21:22:52.946 INFO STEP 261 (remove_files) COMPLETE |
| 6116 | 2026-08-29T21:22:53.574Z | [ recovery-image] Aug 29 21:22:52.946 INFO O| Aug 29 21:22:52.946 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6117 | 2026-08-29T21:22:53.585Z | [ recovery-image] Aug 29 21:22:52.957 INFO O| Aug 29 21:22:52.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4" |
| 6118 | 2026-08-29T21:22:53.585Z | [ recovery-image] Aug 29 21:22:52.957 INFO O| Aug 29 21:22:52.957 INFO STEP 262 (remove_files) COMPLETE |
| 6119 | 2026-08-29T21:22:53.589Z | [ recovery-image] Aug 29 21:22:52.957 INFO O| Aug 29 21:22:52.957 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6120 | 2026-08-29T21:22:53.595Z | [ recovery-image] Aug 29 21:22:52.967 INFO O| Aug 29 21:22:52.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec" |
| 6121 | 2026-08-29T21:22:53.595Z | [ recovery-image] Aug 29 21:22:52.967 INFO O| Aug 29 21:22:52.967 INFO STEP 263 (remove_files) COMPLETE |
| 6122 | 2026-08-29T21:22:53.595Z | [ recovery-image] Aug 29 21:22:52.967 INFO O| Aug 29 21:22:52.967 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6123 | 2026-08-29T21:22:53.606Z | [ recovery-image] Aug 29 21:22:52.977 INFO O| Aug 29 21:22:52.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo" |
| 6124 | 2026-08-29T21:22:53.606Z | [ recovery-image] Aug 29 21:22:52.977 INFO O| Aug 29 21:22:52.977 INFO STEP 264 (remove_files) COMPLETE |
| 6125 | 2026-08-29T21:22:53.609Z | [ recovery-image] Aug 29 21:22:52.977 INFO O| Aug 29 21:22:52.977 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6126 | 2026-08-29T21:22:53.618Z | [ recovery-image] Aug 29 21:22:52.989 INFO O| Aug 29 21:22:52.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac" |
| 6127 | 2026-08-29T21:22:53.618Z | [ recovery-image] Aug 29 21:22:52.990 INFO O| Aug 29 21:22:52.990 INFO STEP 265 (remove_files) COMPLETE |
| 6128 | 2026-08-29T21:22:53.618Z | [ recovery-image] Aug 29 21:22:52.990 INFO O| Aug 29 21:22:52.990 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6129 | 2026-08-29T21:22:53.629Z | [ recovery-image] Aug 29 21:22:53.001 INFO O| Aug 29 21:22:53.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach" |
| 6130 | 2026-08-29T21:22:53.629Z | [ recovery-image] Aug 29 21:22:53.001 INFO O| Aug 29 21:22:53.001 INFO STEP 266 (remove_files) COMPLETE |
| 6131 | 2026-08-29T21:22:53.629Z | [ recovery-image] Aug 29 21:22:53.001 INFO O| Aug 29 21:22:53.001 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6132 | 2026-08-29T21:22:53.642Z | [ recovery-image] Aug 29 21:22:53.014 INFO O| Aug 29 21:22:53.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx" |
| 6133 | 2026-08-29T21:22:53.642Z | [ recovery-image] Aug 29 21:22:53.014 INFO O| Aug 29 21:22:53.014 INFO STEP 267 (remove_files) COMPLETE |
| 6134 | 2026-08-29T21:22:53.642Z | [ recovery-image] Aug 29 21:22:53.014 INFO O| Aug 29 21:22:53.014 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6135 | 2026-08-29T21:22:53.652Z | [ recovery-image] Aug 29 21:22:53.024 INFO O| Aug 29 21:22:53.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev" |
| 6136 | 2026-08-29T21:22:53.653Z | [ recovery-image] Aug 29 21:22:53.024 INFO O| Aug 29 21:22:53.024 INFO STEP 268 (remove_files) COMPLETE |
| 6137 | 2026-08-29T21:22:53.653Z | [ recovery-image] Aug 29 21:22:53.024 INFO O| Aug 29 21:22:53.024 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6138 | 2026-08-29T21:22:53.663Z | [ recovery-image] Aug 29 21:22:53.034 INFO O| Aug 29 21:22:53.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg" |
| 6139 | 2026-08-29T21:22:53.663Z | [ recovery-image] Aug 29 21:22:53.034 INFO O| Aug 29 21:22:53.034 INFO STEP 269 (remove_files) COMPLETE |
| 6140 | 2026-08-29T21:22:53.663Z | [ recovery-image] Aug 29 21:22:53.034 INFO O| Aug 29 21:22:53.034 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6141 | 2026-08-29T21:22:53.682Z | [ recovery-image] Aug 29 21:22:53.053 INFO O| Aug 29 21:22:53.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c" |
| 6142 | 2026-08-29T21:22:53.682Z | [ recovery-image] Aug 29 21:22:53.053 INFO O| Aug 29 21:22:53.053 INFO STEP 270 (remove_files) COMPLETE |
| 6143 | 2026-08-29T21:22:53.682Z | [ recovery-image] Aug 29 21:22:53.053 INFO O| Aug 29 21:22:53.053 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6144 | 2026-08-29T21:22:53.692Z | [ recovery-image] Aug 29 21:22:53.064 INFO O| Aug 29 21:22:53.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update" |
| 6145 | 2026-08-29T21:22:53.692Z | [ recovery-image] Aug 29 21:22:53.064 INFO O| Aug 29 21:22:53.064 INFO STEP 271 (remove_files) COMPLETE |
| 6146 | 2026-08-29T21:22:53.692Z | [ recovery-image] Aug 29 21:22:53.064 INFO O| Aug 29 21:22:53.064 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6147 | 2026-08-29T21:22:53.702Z | [ recovery-image] Aug 29 21:22:53.074 INFO O| Aug 29 21:22:53.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo" |
| 6148 | 2026-08-29T21:22:53.702Z | [ recovery-image] Aug 29 21:22:53.074 INFO O| Aug 29 21:22:53.074 INFO STEP 272 (remove_files) COMPLETE |
| 6149 | 2026-08-29T21:22:53.702Z | [ recovery-image] Aug 29 21:22:53.074 INFO O| Aug 29 21:22:53.074 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6150 | 2026-08-29T21:22:53.713Z | [ recovery-image] Aug 29 21:22:53.085 INFO O| Aug 29 21:22:53.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict" |
| 6151 | 2026-08-29T21:22:53.713Z | [ recovery-image] Aug 29 21:22:53.085 INFO O| Aug 29 21:22:53.085 INFO STEP 273 (remove_files) COMPLETE |
| 6152 | 2026-08-29T21:22:53.713Z | [ recovery-image] Aug 29 21:22:53.085 INFO O| Aug 29 21:22:53.085 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6153 | 2026-08-29T21:22:53.724Z | [ recovery-image] Aug 29 21:22:53.095 INFO O| Aug 29 21:22:53.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe" |
| 6154 | 2026-08-29T21:22:53.724Z | [ recovery-image] Aug 29 21:22:53.095 INFO O| Aug 29 21:22:53.095 INFO STEP 274 (remove_files) COMPLETE |
| 6155 | 2026-08-29T21:22:53.724Z | [ recovery-image] Aug 29 21:22:53.095 INFO O| Aug 29 21:22:53.095 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6156 | 2026-08-29T21:22:53.734Z | [ recovery-image] Aug 29 21:22:53.106 INFO O| Aug 29 21:22:53.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat" |
| 6157 | 2026-08-29T21:22:53.735Z | [ recovery-image] Aug 29 21:22:53.106 INFO O| Aug 29 21:22:53.106 INFO STEP 275 (remove_files) COMPLETE |
| 6158 | 2026-08-29T21:22:53.738Z | [ recovery-image] Aug 29 21:22:53.106 INFO O| Aug 29 21:22:53.106 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6159 | 2026-08-29T21:22:53.744Z | [ recovery-image] Aug 29 21:22:53.116 INFO O| Aug 29 21:22:53.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt" |
| 6160 | 2026-08-29T21:22:53.744Z | [ recovery-image] Aug 29 21:22:53.116 INFO O| Aug 29 21:22:53.116 INFO STEP 276 (remove_files) COMPLETE |
| 6161 | 2026-08-29T21:22:53.744Z | [ recovery-image] Aug 29 21:22:53.116 INFO O| Aug 29 21:22:53.116 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6162 | 2026-08-29T21:22:53.755Z | [ recovery-image] Aug 29 21:22:53.127 INFO O| Aug 29 21:22:53.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config" |
| 6163 | 2026-08-29T21:22:53.756Z | [ recovery-image] Aug 29 21:22:53.127 INFO O| Aug 29 21:22:53.127 INFO STEP 277 (remove_files) COMPLETE |
| 6164 | 2026-08-29T21:22:53.756Z | [ recovery-image] Aug 29 21:22:53.127 INFO O| Aug 29 21:22:53.127 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6165 | 2026-08-29T21:22:53.769Z | [ recovery-image] Aug 29 21:22:53.137 INFO O| Aug 29 21:22:53.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert" |
| 6166 | 2026-08-29T21:22:53.769Z | [ recovery-image] Aug 29 21:22:53.137 INFO O| Aug 29 21:22:53.137 INFO STEP 278 (remove_files) COMPLETE |
| 6167 | 2026-08-29T21:22:53.769Z | [ recovery-image] Aug 29 21:22:53.137 INFO O| Aug 29 21:22:53.137 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6168 | 2026-08-29T21:22:53.775Z | [ recovery-image] Aug 29 21:22:53.147 INFO O| Aug 29 21:22:53.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config" |
| 6169 | 2026-08-29T21:22:53.775Z | [ recovery-image] Aug 29 21:22:53.147 INFO O| Aug 29 21:22:53.147 INFO STEP 279 (remove_files) COMPLETE |
| 6170 | 2026-08-29T21:22:53.778Z | [ recovery-image] Aug 29 21:22:53.147 INFO O| Aug 29 21:22:53.147 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6171 | 2026-08-29T21:22:53.784Z | [ recovery-image] Aug 29 21:22:53.156 INFO O| Aug 29 21:22:53.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user" |
| 6172 | 2026-08-29T21:22:53.784Z | [ recovery-image] Aug 29 21:22:53.156 INFO O| Aug 29 21:22:53.156 INFO STEP 280 (remove_files) COMPLETE |
| 6173 | 2026-08-29T21:22:53.787Z | [ recovery-image] Aug 29 21:22:53.156 INFO O| Aug 29 21:22:53.156 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6174 | 2026-08-29T21:22:53.795Z | [ recovery-image] Aug 29 21:22:53.167 INFO O| Aug 29 21:22:53.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform" |
| 6175 | 2026-08-29T21:22:53.795Z | [ recovery-image] Aug 29 21:22:53.167 INFO O| Aug 29 21:22:53.167 INFO STEP 281 (remove_files) COMPLETE |
| 6176 | 2026-08-29T21:22:53.795Z | [ recovery-image] Aug 29 21:22:53.167 INFO O| Aug 29 21:22:53.167 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6177 | 2026-08-29T21:22:53.806Z | [ recovery-image] Aug 29 21:22:53.178 INFO O| Aug 29 21:22:53.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp" |
| 6178 | 2026-08-29T21:22:53.806Z | [ recovery-image] Aug 29 21:22:53.178 INFO O| Aug 29 21:22:53.178 INFO STEP 282 (remove_files) COMPLETE |
| 6179 | 2026-08-29T21:22:53.806Z | [ recovery-image] Aug 29 21:22:53.178 INFO O| Aug 29 21:22:53.178 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6180 | 2026-08-29T21:22:53.818Z | [ recovery-image] Aug 29 21:22:53.190 INFO O| Aug 29 21:22:53.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news" |
| 6181 | 2026-08-29T21:22:53.818Z | [ recovery-image] Aug 29 21:22:53.190 INFO O| Aug 29 21:22:53.190 INFO STEP 283 (remove_files) COMPLETE |
| 6182 | 2026-08-29T21:22:53.821Z | [ recovery-image] Aug 29 21:22:53.190 INFO O| Aug 29 21:22:53.190 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6183 | 2026-08-29T21:22:53.828Z | [ recovery-image] Aug 29 21:22:53.199 INFO O| Aug 29 21:22:53.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask" |
| 6184 | 2026-08-29T21:22:53.828Z | [ recovery-image] Aug 29 21:22:53.199 INFO O| Aug 29 21:22:53.199 INFO STEP 284 (remove_files) COMPLETE |
| 6185 | 2026-08-29T21:22:53.828Z | [ recovery-image] Aug 29 21:22:53.199 INFO O| Aug 29 21:22:53.199 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6186 | 2026-08-29T21:22:53.838Z | [ recovery-image] Aug 29 21:22:53.210 INFO O| Aug 29 21:22:53.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice" |
| 6187 | 2026-08-29T21:22:53.838Z | [ recovery-image] Aug 29 21:22:53.210 INFO O| Aug 29 21:22:53.210 INFO STEP 285 (remove_files) COMPLETE |
| 6188 | 2026-08-29T21:22:53.838Z | [ recovery-image] Aug 29 21:22:53.210 INFO O| Aug 29 21:22:53.210 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6189 | 2026-08-29T21:22:53.848Z | [ recovery-image] Aug 29 21:22:53.220 INFO O| Aug 29 21:22:53.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl" |
| 6190 | 2026-08-29T21:22:53.848Z | [ recovery-image] Aug 29 21:22:53.220 INFO O| Aug 29 21:22:53.220 INFO STEP 286 (remove_files) COMPLETE |
| 6191 | 2026-08-29T21:22:53.851Z | [ recovery-image] Aug 29 21:22:53.220 INFO O| Aug 29 21:22:53.220 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6192 | 2026-08-29T21:22:53.858Z | [ recovery-image] Aug 29 21:22:53.230 INFO O| Aug 29 21:22:53.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk" |
| 6193 | 2026-08-29T21:22:53.858Z | [ recovery-image] Aug 29 21:22:53.230 INFO O| Aug 29 21:22:53.230 INFO STEP 287 (remove_files) COMPLETE |
| 6194 | 2026-08-29T21:22:53.861Z | [ recovery-image] Aug 29 21:22:53.230 INFO O| Aug 29 21:22:53.230 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6195 | 2026-08-29T21:22:53.869Z | [ recovery-image] Aug 29 21:22:53.241 INFO O| Aug 29 21:22:53.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od" |
| 6196 | 2026-08-29T21:22:53.869Z | [ recovery-image] Aug 29 21:22:53.241 INFO O| Aug 29 21:22:53.241 INFO STEP 288 (remove_files) COMPLETE |
| 6197 | 2026-08-29T21:22:53.869Z | [ recovery-image] Aug 29 21:22:53.241 INFO O| Aug 29 21:22:53.241 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6198 | 2026-08-29T21:22:53.879Z | [ recovery-image] Aug 29 21:22:53.251 INFO O| Aug 29 21:22:53.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa" |
| 6199 | 2026-08-29T21:22:53.879Z | [ recovery-image] Aug 29 21:22:53.251 INFO O| Aug 29 21:22:53.251 INFO STEP 289 (remove_files) COMPLETE |
| 6200 | 2026-08-29T21:22:53.879Z | [ recovery-image] Aug 29 21:22:53.251 INFO O| Aug 29 21:22:53.251 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6201 | 2026-08-29T21:22:53.890Z | [ recovery-image] Aug 29 21:22:53.261 INFO O| Aug 29 21:22:53.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack" |
| 6202 | 2026-08-29T21:22:53.890Z | [ recovery-image] Aug 29 21:22:53.261 INFO O| Aug 29 21:22:53.261 INFO STEP 290 (remove_files) COMPLETE |
| 6203 | 2026-08-29T21:22:53.893Z | [ recovery-image] Aug 29 21:22:53.261 INFO O| Aug 29 21:22:53.261 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6204 | 2026-08-29T21:22:53.900Z | [ recovery-image] Aug 29 21:22:53.272 INFO O| Aug 29 21:22:53.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page" |
| 6205 | 2026-08-29T21:22:53.900Z | [ recovery-image] Aug 29 21:22:53.272 INFO O| Aug 29 21:22:53.272 INFO STEP 291 (remove_files) COMPLETE |
| 6206 | 2026-08-29T21:22:53.903Z | [ recovery-image] Aug 29 21:22:53.272 INFO O| Aug 29 21:22:53.272 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6207 | 2026-08-29T21:22:53.912Z | [ recovery-image] Aug 29 21:22:53.283 INFO O| Aug 29 21:22:53.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize" |
| 6208 | 2026-08-29T21:22:53.912Z | [ recovery-image] Aug 29 21:22:53.283 INFO O| Aug 29 21:22:53.283 INFO STEP 292 (remove_files) COMPLETE |
| 6209 | 2026-08-29T21:22:53.912Z | [ recovery-image] Aug 29 21:22:53.283 INFO O| Aug 29 21:22:53.283 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6210 | 2026-08-29T21:22:53.923Z | [ recovery-image] Aug 29 21:22:53.295 INFO O| Aug 29 21:22:53.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd" |
| 6211 | 2026-08-29T21:22:53.923Z | [ recovery-image] Aug 29 21:22:53.295 INFO O| Aug 29 21:22:53.295 INFO STEP 293 (remove_files) COMPLETE |
| 6212 | 2026-08-29T21:22:53.923Z | [ recovery-image] Aug 29 21:22:53.295 INFO O| Aug 29 21:22:53.295 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6213 | 2026-08-29T21:22:53.934Z | [ recovery-image] Aug 29 21:22:53.305 INFO O| Aug 29 21:22:53.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste" |
| 6214 | 2026-08-29T21:22:53.934Z | [ recovery-image] Aug 29 21:22:53.305 INFO O| Aug 29 21:22:53.305 INFO STEP 294 (remove_files) COMPLETE |
| 6215 | 2026-08-29T21:22:53.937Z | [ recovery-image] Aug 29 21:22:53.305 INFO O| Aug 29 21:22:53.305 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6216 | 2026-08-29T21:22:53.945Z | [ recovery-image] Aug 29 21:22:53.316 INFO O| Aug 29 21:22:53.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk" |
| 6217 | 2026-08-29T21:22:53.945Z | [ recovery-image] Aug 29 21:22:53.316 INFO O| Aug 29 21:22:53.316 INFO STEP 295 (remove_files) COMPLETE |
| 6218 | 2026-08-29T21:22:53.945Z | [ recovery-image] Aug 29 21:22:53.316 INFO O| Aug 29 21:22:53.316 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6219 | 2026-08-29T21:22:53.958Z | [ recovery-image] Aug 29 21:22:53.328 INFO O| Aug 29 21:22:53.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax" |
| 6220 | 2026-08-29T21:22:53.958Z | [ recovery-image] Aug 29 21:22:53.328 INFO O| Aug 29 21:22:53.328 INFO STEP 296 (remove_files) COMPLETE |
| 6221 | 2026-08-29T21:22:53.958Z | [ recovery-image] Aug 29 21:22:53.328 INFO O| Aug 29 21:22:53.328 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6222 | 2026-08-29T21:22:53.969Z | [ recovery-image] Aug 29 21:22:53.340 INFO O| Aug 29 21:22:53.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config" |
| 6223 | 2026-08-29T21:22:53.969Z | [ recovery-image] Aug 29 21:22:53.340 INFO O| Aug 29 21:22:53.340 INFO STEP 297 (remove_files) COMPLETE |
| 6224 | 2026-08-29T21:22:53.969Z | [ recovery-image] Aug 29 21:22:53.340 INFO O| Aug 29 21:22:53.340 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6225 | 2026-08-29T21:22:53.980Z | [ recovery-image] Aug 29 21:22:53.352 INFO O| Aug 29 21:22:53.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config" |
| 6226 | 2026-08-29T21:22:53.980Z | [ recovery-image] Aug 29 21:22:53.352 INFO O| Aug 29 21:22:53.352 INFO STEP 298 (remove_files) COMPLETE |
| 6227 | 2026-08-29T21:22:53.980Z | [ recovery-image] Aug 29 21:22:53.352 INFO O| Aug 29 21:22:53.352 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6228 | 2026-08-29T21:22:53.991Z | [ recovery-image] Aug 29 21:22:53.362 INFO O| Aug 29 21:22:53.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config" |
| 6229 | 2026-08-29T21:22:53.991Z | [ recovery-image] Aug 29 21:22:53.362 INFO O| Aug 29 21:22:53.362 INFO STEP 299 (remove_files) COMPLETE |
| 6230 | 2026-08-29T21:22:53.991Z | [ recovery-image] Aug 29 21:22:53.362 INFO O| Aug 29 21:22:53.362 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6231 | 2026-08-29T21:22:54.001Z | [ recovery-image] Aug 29 21:22:53.372 INFO O| Aug 29 21:22:53.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep" |
| 6232 | 2026-08-29T21:22:54.001Z | [ recovery-image] Aug 29 21:22:53.372 INFO O| Aug 29 21:22:53.372 INFO STEP 300 (remove_files) COMPLETE |
| 6233 | 2026-08-29T21:22:54.001Z | [ recovery-image] Aug 29 21:22:53.372 INFO O| Aug 29 21:22:53.372 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6234 | 2026-08-29T21:22:54.010Z | [ recovery-image] Aug 29 21:22:53.382 INFO O| Aug 29 21:22:53.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test" |
| 6235 | 2026-08-29T21:22:54.010Z | [ recovery-image] Aug 29 21:22:53.382 INFO O| Aug 29 21:22:53.382 INFO STEP 301 (remove_files) COMPLETE |
| 6236 | 2026-08-29T21:22:54.010Z | [ recovery-image] Aug 29 21:22:53.382 INFO O| Aug 29 21:22:53.382 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6237 | 2026-08-29T21:22:54.020Z | [ recovery-image] Aug 29 21:22:53.392 INFO O| Aug 29 21:22:53.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep" |
| 6238 | 2026-08-29T21:22:54.020Z | [ recovery-image] Aug 29 21:22:53.392 INFO O| Aug 29 21:22:53.392 INFO STEP 302 (remove_files) COMPLETE |
| 6239 | 2026-08-29T21:22:54.020Z | [ recovery-image] Aug 29 21:22:53.392 INFO O| Aug 29 21:22:53.392 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6240 | 2026-08-29T21:22:54.030Z | [ recovery-image] Aug 29 21:22:53.402 INFO O| Aug 29 21:22:53.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest" |
| 6241 | 2026-08-29T21:22:54.030Z | [ recovery-image] Aug 29 21:22:53.402 INFO O| Aug 29 21:22:53.402 INFO STEP 303 (remove_files) COMPLETE |
| 6242 | 2026-08-29T21:22:54.030Z | [ recovery-image] Aug 29 21:22:53.402 INFO O| Aug 29 21:22:53.402 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6243 | 2026-08-29T21:22:54.039Z | [ recovery-image] Aug 29 21:22:53.411 INFO O| Aug 29 21:22:53.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash" |
| 6244 | 2026-08-29T21:22:54.039Z | [ recovery-image] Aug 29 21:22:53.411 INFO O| Aug 29 21:22:53.411 INFO STEP 304 (remove_files) COMPLETE |
| 6245 | 2026-08-29T21:22:54.039Z | [ recovery-image] Aug 29 21:22:53.411 INFO O| Aug 29 21:22:53.411 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6246 | 2026-08-29T21:22:54.048Z | [ recovery-image] Aug 29 21:22:53.420 INFO O| Aug 29 21:22:53.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh" |
| 6247 | 2026-08-29T21:22:54.048Z | [ recovery-image] Aug 29 21:22:53.420 INFO O| Aug 29 21:22:53.420 INFO STEP 305 (remove_files) COMPLETE |
| 6248 | 2026-08-29T21:22:54.051Z | [ recovery-image] Aug 29 21:22:53.420 INFO O| Aug 29 21:22:53.420 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6249 | 2026-08-29T21:22:54.056Z | [ recovery-image] Aug 29 21:22:53.427 INFO O| Aug 29 21:22:53.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh" |
| 6250 | 2026-08-29T21:22:54.056Z | [ recovery-image] Aug 29 21:22:53.427 INFO O| Aug 29 21:22:53.427 INFO STEP 306 (remove_files) COMPLETE |
| 6251 | 2026-08-29T21:22:54.056Z | [ recovery-image] Aug 29 21:22:53.427 INFO O| Aug 29 21:22:53.427 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6252 | 2026-08-29T21:22:54.064Z | [ recovery-image] Aug 29 21:22:53.435 INFO O| Aug 29 21:22:53.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93" |
| 6253 | 2026-08-29T21:22:54.064Z | [ recovery-image] Aug 29 21:22:53.435 INFO O| Aug 29 21:22:53.435 INFO STEP 307 (remove_files) COMPLETE |
| 6254 | 2026-08-29T21:22:54.067Z | [verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 6255 | 2026-08-29T21:22:54.067Z | [ recovery-image] Aug 29 21:22:53.435 INFO O| Aug 29 21:22:53.435 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6256 | 2026-08-29T21:22:54.072Z | [ recovery-image] Aug 29 21:22:53.444 INFO O| Aug 29 21:22:53.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh" |
| 6257 | 2026-08-29T21:22:54.072Z | [ recovery-image] Aug 29 21:22:53.444 INFO O| Aug 29 21:22:53.444 INFO STEP 308 (remove_files) COMPLETE |
| 6258 | 2026-08-29T21:22:54.072Z | [ recovery-image] Aug 29 21:22:53.444 INFO O| Aug 29 21:22:53.444 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6259 | 2026-08-29T21:22:54.081Z | [ recovery-image] Aug 29 21:22:53.453 INFO O| Aug 29 21:22:53.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93" |
| 6260 | 2026-08-29T21:22:54.081Z | [ recovery-image] Aug 29 21:22:53.453 INFO O| Aug 29 21:22:53.453 INFO STEP 309 (remove_files) COMPLETE |
| 6261 | 2026-08-29T21:22:54.081Z | [ recovery-image] Aug 29 21:22:53.453 INFO O| Aug 29 21:22:53.453 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6262 | 2026-08-29T21:22:54.090Z | [ recovery-image] Aug 29 21:22:53.461 INFO O| Aug 29 21:22:53.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh" |
| 6263 | 2026-08-29T21:22:54.090Z | [ recovery-image] Aug 29 21:22:53.461 INFO O| Aug 29 21:22:53.461 INFO STEP 310 (remove_files) COMPLETE |
| 6264 | 2026-08-29T21:22:54.093Z | [ recovery-image] Aug 29 21:22:53.461 INFO O| Aug 29 21:22:53.461 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6265 | 2026-08-29T21:22:54.099Z | [ recovery-image] Aug 29 21:22:53.471 INFO O| Aug 29 21:22:53.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh" |
| 6266 | 2026-08-29T21:22:54.099Z | [ recovery-image] Aug 29 21:22:53.471 INFO O| Aug 29 21:22:53.471 INFO STEP 311 (remove_files) COMPLETE |
| 6267 | 2026-08-29T21:22:54.099Z | [ recovery-image] Aug 29 21:22:53.471 INFO O| Aug 29 21:22:53.471 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6268 | 2026-08-29T21:22:54.108Z | [ recovery-image] Aug 29 21:22:53.480 INFO O| Aug 29 21:22:53.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh" |
| 6269 | 2026-08-29T21:22:54.109Z | [ recovery-image] Aug 29 21:22:53.480 INFO O| Aug 29 21:22:53.480 INFO STEP 312 (remove_files) COMPLETE |
| 6270 | 2026-08-29T21:22:54.109Z | [ recovery-image] Aug 29 21:22:53.480 INFO O| Aug 29 21:22:53.480 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6271 | 2026-08-29T21:22:54.118Z | [ recovery-image] Aug 29 21:22:53.490 INFO O| Aug 29 21:22:53.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg" |
| 6272 | 2026-08-29T21:22:54.121Z | [ recovery-image] Aug 29 21:22:53.492 INFO O| Aug 29 21:22:53.491 INFO STEP 313 (remove_files) COMPLETE |
| 6273 | 2026-08-29T21:22:54.121Z | [ recovery-image] Aug 29 21:22:53.492 INFO O| Aug 29 21:22:53.491 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6274 | 2026-08-29T21:22:54.129Z | [ recovery-image] Aug 29 21:22:53.501 INFO O| Aug 29 21:22:53.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo" |
| 6275 | 2026-08-29T21:22:54.129Z | [ recovery-image] Aug 29 21:22:53.501 INFO O| Aug 29 21:22:53.501 INFO STEP 314 (remove_files) COMPLETE |
| 6276 | 2026-08-29T21:22:54.132Z | [ recovery-image] Aug 29 21:22:53.501 INFO O| Aug 29 21:22:53.501 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6277 | 2026-08-29T21:22:54.138Z | [ recovery-image] Aug 29 21:22:53.510 INFO O| Aug 29 21:22:53.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat" |
| 6278 | 2026-08-29T21:22:54.138Z | [ recovery-image] Aug 29 21:22:53.510 INFO O| Aug 29 21:22:53.510 INFO STEP 315 (remove_files) COMPLETE |
| 6279 | 2026-08-29T21:22:54.138Z | [ recovery-image] Aug 29 21:22:53.510 INFO O| Aug 29 21:22:53.510 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6280 | 2026-08-29T21:22:54.148Z | [ recovery-image] Aug 29 21:22:53.519 INFO O| Aug 29 21:22:53.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm" |
| 6281 | 2026-08-29T21:22:54.148Z | [ recovery-image] Aug 29 21:22:53.519 INFO O| Aug 29 21:22:53.519 INFO STEP 316 (remove_files) COMPLETE |
| 6282 | 2026-08-29T21:22:54.148Z | [ recovery-image] Aug 29 21:22:53.519 INFO O| Aug 29 21:22:53.519 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6283 | 2026-08-29T21:22:54.160Z | [ recovery-image] Aug 29 21:22:53.532 INFO O| Aug 29 21:22:53.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond" |
| 6284 | 2026-08-29T21:22:54.160Z | [ recovery-image] Aug 29 21:22:53.532 INFO O| Aug 29 21:22:53.532 INFO STEP 317 (remove_files) COMPLETE |
| 6285 | 2026-08-29T21:22:54.160Z | [ recovery-image] Aug 29 21:22:53.532 INFO O| Aug 29 21:22:53.532 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6286 | 2026-08-29T21:22:54.171Z | [ recovery-image] Aug 29 21:22:53.543 INFO O| Aug 29 21:22:53.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo" |
| 6287 | 2026-08-29T21:22:54.171Z | [ recovery-image] Aug 29 21:22:53.543 INFO O| Aug 29 21:22:53.543 INFO STEP 318 (remove_files) COMPLETE |
| 6288 | 2026-08-29T21:22:54.174Z | [ recovery-image] Aug 29 21:22:53.543 INFO O| Aug 29 21:22:53.543 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6289 | 2026-08-29T21:22:54.181Z | [ recovery-image] Aug 29 21:22:53.553 INFO O| Aug 29 21:22:53.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk" |
| 6290 | 2026-08-29T21:22:54.182Z | [ recovery-image] Aug 29 21:22:53.553 INFO O| Aug 29 21:22:53.553 INFO STEP 319 (remove_files) COMPLETE |
| 6291 | 2026-08-29T21:22:54.182Z | [ recovery-image] Aug 29 21:22:53.553 INFO O| Aug 29 21:22:53.553 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6292 | 2026-08-29T21:22:54.191Z | [ recovery-image] Aug 29 21:22:53.562 INFO O| Aug 29 21:22:53.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam" |
| 6293 | 2026-08-29T21:22:54.191Z | [ recovery-image] Aug 29 21:22:53.562 INFO O| Aug 29 21:22:53.562 INFO STEP 320 (remove_files) COMPLETE |
| 6294 | 2026-08-29T21:22:54.191Z | [ recovery-image] Aug 29 21:22:53.562 INFO O| Aug 29 21:22:53.562 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6295 | 2026-08-29T21:22:54.199Z | [ recovery-image] Aug 29 21:22:53.571 INFO O| Aug 29 21:22:53.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto" |
| 6296 | 2026-08-29T21:22:54.199Z | [ recovery-image] Aug 29 21:22:53.571 INFO O| Aug 29 21:22:53.571 INFO STEP 321 (remove_files) COMPLETE |
| 6297 | 2026-08-29T21:22:54.199Z | [ recovery-image] Aug 29 21:22:53.571 INFO O| Aug 29 21:22:53.571 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6298 | 2026-08-29T21:22:54.209Z | [ recovery-image] Aug 29 21:22:53.581 INFO O| Aug 29 21:22:53.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans" |
| 6299 | 2026-08-29T21:22:54.209Z | [ recovery-image] Aug 29 21:22:53.581 INFO O| Aug 29 21:22:53.581 INFO STEP 322 (remove_files) COMPLETE |
| 6300 | 2026-08-29T21:22:54.209Z | [ recovery-image] Aug 29 21:22:53.581 INFO O| Aug 29 21:22:53.581 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6301 | 2026-08-29T21:22:54.219Z | [ recovery-image] Aug 29 21:22:53.590 INFO O| Aug 29 21:22:53.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool" |
| 6302 | 2026-08-29T21:22:54.222Z | [ recovery-image] Aug 29 21:22:53.591 INFO O| Aug 29 21:22:53.591 INFO STEP 323 (remove_files) COMPLETE |
| 6303 | 2026-08-29T21:22:54.222Z | [ recovery-image] Aug 29 21:22:53.591 INFO O| Aug 29 21:22:53.591 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6304 | 2026-08-29T21:22:54.231Z | [ recovery-image] Aug 29 21:22:53.602 INFO O| Aug 29 21:22:53.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp" |
| 6305 | 2026-08-29T21:22:54.231Z | [ recovery-image] Aug 29 21:22:53.602 INFO O| Aug 29 21:22:53.602 INFO STEP 324 (remove_files) COMPLETE |
| 6306 | 2026-08-29T21:22:54.234Z | [ recovery-image] Aug 29 21:22:53.602 INFO O| Aug 29 21:22:53.602 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6307 | 2026-08-29T21:22:54.241Z | [ recovery-image] Aug 29 21:22:53.613 INFO O| Aug 29 21:22:53.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise" |
| 6308 | 2026-08-29T21:22:54.241Z | [ recovery-image] Aug 29 21:22:53.613 INFO O| Aug 29 21:22:53.613 INFO STEP 325 (remove_files) COMPLETE |
| 6309 | 2026-08-29T21:22:54.241Z | [ recovery-image] Aug 29 21:22:53.613 INFO O| Aug 29 21:22:53.613 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6310 | 2026-08-29T21:22:54.252Z | [ recovery-image] Aug 29 21:22:53.623 INFO O| Aug 29 21:22:53.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat" |
| 6311 | 2026-08-29T21:22:54.252Z | [ recovery-image] Aug 29 21:22:53.623 INFO O| Aug 29 21:22:53.623 INFO STEP 326 (remove_files) COMPLETE |
| 6312 | 2026-08-29T21:22:54.255Z | [ recovery-image] Aug 29 21:22:53.623 INFO O| Aug 29 21:22:53.623 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6313 | 2026-08-29T21:22:54.262Z | [ recovery-image] Aug 29 21:22:53.634 INFO O| Aug 29 21:22:53.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz" |
| 6314 | 2026-08-29T21:22:54.262Z | [ recovery-image] Aug 29 21:22:53.634 INFO O| Aug 29 21:22:53.634 INFO STEP 327 (remove_files) COMPLETE |
| 6315 | 2026-08-29T21:22:54.262Z | [ recovery-image] Aug 29 21:22:53.634 INFO O| Aug 29 21:22:53.634 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6316 | 2026-08-29T21:22:54.271Z | [ recovery-image] Aug 29 21:22:53.643 INFO O| Aug 29 21:22:53.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr" |
| 6317 | 2026-08-29T21:22:54.271Z | [ recovery-image] Aug 29 21:22:53.643 INFO O| Aug 29 21:22:53.643 INFO STEP 328 (remove_files) COMPLETE |
| 6318 | 2026-08-29T21:22:54.271Z | [ recovery-image] Aug 29 21:22:53.643 INFO O| Aug 29 21:22:53.643 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6319 | 2026-08-29T21:22:54.281Z | [ recovery-image] Aug 29 21:22:53.653 INFO O| Aug 29 21:22:53.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print" |
| 6320 | 2026-08-29T21:22:54.281Z | [ recovery-image] Aug 29 21:22:53.653 INFO O| Aug 29 21:22:53.653 INFO STEP 329 (remove_files) COMPLETE |
| 6321 | 2026-08-29T21:22:54.281Z | [ recovery-image] Aug 29 21:22:53.653 INFO O| Aug 29 21:22:53.653 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6322 | 2026-08-29T21:22:54.291Z | [ recovery-image] Aug 29 21:22:53.662 INFO O| Aug 29 21:22:53.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf" |
| 6323 | 2026-08-29T21:22:54.291Z | [ recovery-image] Aug 29 21:22:53.663 INFO O| Aug 29 21:22:53.663 INFO STEP 330 (remove_files) COMPLETE |
| 6324 | 2026-08-29T21:22:54.291Z | [ recovery-image] Aug 29 21:22:53.663 INFO O| Aug 29 21:22:53.663 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6325 | 2026-08-29T21:22:54.300Z | [ recovery-image] Aug 29 21:22:53.672 INFO O| Aug 29 21:22:53.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl" |
| 6326 | 2026-08-29T21:22:54.300Z | [ recovery-image] Aug 29 21:22:53.672 INFO O| Aug 29 21:22:53.672 INFO STEP 331 (remove_files) COMPLETE |
| 6327 | 2026-08-29T21:22:54.300Z | [ recovery-image] Aug 29 21:22:53.672 INFO O| Aug 29 21:22:53.672 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6328 | 2026-08-29T21:22:54.309Z | [ recovery-image] Aug 29 21:22:53.681 INFO O| Aug 29 21:22:53.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles" |
| 6329 | 2026-08-29T21:22:54.312Z | [ recovery-image] Aug 29 21:22:53.682 INFO O| Aug 29 21:22:53.681 INFO STEP 332 (remove_files) COMPLETE |
| 6330 | 2026-08-29T21:22:54.312Z | [ recovery-image] Aug 29 21:22:53.682 INFO O| Aug 29 21:22:53.682 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6331 | 2026-08-29T21:22:54.319Z | [ recovery-image] Aug 29 21:22:53.691 INFO O| Aug 29 21:22:53.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects" |
| 6332 | 2026-08-29T21:22:54.319Z | [ recovery-image] Aug 29 21:22:53.691 INFO O| Aug 29 21:22:53.691 INFO STEP 333 (remove_files) COMPLETE |
| 6333 | 2026-08-29T21:22:54.319Z | [ recovery-image] Aug 29 21:22:53.691 INFO O| Aug 29 21:22:53.691 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6334 | 2026-08-29T21:22:54.330Z | [ recovery-image] Aug 29 21:22:53.702 INFO O| Aug 29 21:22:53.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags" |
| 6335 | 2026-08-29T21:22:54.330Z | [ recovery-image] Aug 29 21:22:53.702 INFO O| Aug 29 21:22:53.702 INFO STEP 334 (remove_files) COMPLETE |
| 6336 | 2026-08-29T21:22:54.330Z | [ recovery-image] Aug 29 21:22:53.702 INFO O| Aug 29 21:22:53.702 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6337 | 2026-08-29T21:22:54.339Z | [ recovery-image] Aug 29 21:22:53.711 INFO O| Aug 29 21:22:53.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev" |
| 6338 | 2026-08-29T21:22:54.339Z | [ recovery-image] Aug 29 21:22:53.711 INFO O| Aug 29 21:22:53.711 INFO STEP 335 (remove_files) COMPLETE |
| 6339 | 2026-08-29T21:22:54.342Z | [ recovery-image] Aug 29 21:22:53.711 INFO O| Aug 29 21:22:53.711 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6340 | 2026-08-29T21:22:54.347Z | [ recovery-image] Aug 29 21:22:53.719 INFO O| Aug 29 21:22:53.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp" |
| 6341 | 2026-08-29T21:22:54.348Z | [ recovery-image] Aug 29 21:22:53.719 INFO O| Aug 29 21:22:53.719 INFO STEP 336 (remove_files) COMPLETE |
| 6342 | 2026-08-29T21:22:54.348Z | [ recovery-image] Aug 29 21:22:53.719 INFO O| Aug 29 21:22:53.719 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6343 | 2026-08-29T21:22:54.358Z | [ recovery-image] Aug 29 21:22:53.729 INFO O| Aug 29 21:22:53.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs" |
| 6344 | 2026-08-29T21:22:54.358Z | [ recovery-image] Aug 29 21:22:53.729 INFO O| Aug 29 21:22:53.729 INFO STEP 337 (remove_files) COMPLETE |
| 6345 | 2026-08-29T21:22:54.361Z | [ recovery-image] Aug 29 21:22:53.729 INFO O| Aug 29 21:22:53.729 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6346 | 2026-08-29T21:22:54.373Z | [ recovery-image] Aug 29 21:22:53.745 INFO O| Aug 29 21:22:53.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait" |
| 6347 | 2026-08-29T21:22:54.373Z | [ recovery-image] Aug 29 21:22:53.745 INFO O| Aug 29 21:22:53.745 INFO STEP 338 (remove_files) COMPLETE |
| 6348 | 2026-08-29T21:22:54.373Z | [ recovery-image] Aug 29 21:22:53.745 INFO O| Aug 29 21:22:53.745 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6349 | 2026-08-29T21:22:54.383Z | [ recovery-image] Aug 29 21:22:53.755 INFO O| Aug 29 21:22:53.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd" |
| 6350 | 2026-08-29T21:22:54.383Z | [ recovery-image] Aug 29 21:22:53.755 INFO O| Aug 29 21:22:53.755 INFO STEP 339 (remove_files) COMPLETE |
| 6351 | 2026-08-29T21:22:54.383Z | [ recovery-image] Aug 29 21:22:53.755 INFO O| Aug 29 21:22:53.755 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6352 | 2026-08-29T21:22:54.409Z | [ recovery-image] Aug 29 21:22:53.781 INFO O| Aug 29 21:22:53.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read" |
| 6353 | 2026-08-29T21:22:54.410Z | [ recovery-image] Aug 29 21:22:53.781 INFO O| Aug 29 21:22:53.781 INFO STEP 340 (remove_files) COMPLETE |
| 6354 | 2026-08-29T21:22:54.413Z | [ recovery-image] Aug 29 21:22:53.781 INFO O| Aug 29 21:22:53.781 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6355 | 2026-08-29T21:22:54.424Z | [ recovery-image] Aug 29 21:22:53.796 INFO O| Aug 29 21:22:53.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red" |
| 6356 | 2026-08-29T21:22:54.424Z | [ recovery-image] Aug 29 21:22:53.796 INFO O| Aug 29 21:22:53.796 INFO STEP 341 (remove_files) COMPLETE |
| 6357 | 2026-08-29T21:22:54.424Z | [ recovery-image] Aug 29 21:22:53.796 INFO O| Aug 29 21:22:53.796 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6358 | 2026-08-29T21:22:54.451Z | [ recovery-image] Aug 29 21:22:53.823 INFO O| Aug 29 21:22:53.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp" |
| 6359 | 2026-08-29T21:22:54.451Z | [ recovery-image] Aug 29 21:22:53.823 INFO O| Aug 29 21:22:53.823 INFO STEP 342 (remove_files) COMPLETE |
| 6360 | 2026-08-29T21:22:54.451Z | [ recovery-image] Aug 29 21:22:53.823 INFO O| Aug 29 21:22:53.823 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6361 | 2026-08-29T21:22:54.462Z | [ recovery-image] Aug 29 21:22:53.833 INFO O| Aug 29 21:22:53.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice" |
| 6362 | 2026-08-29T21:22:54.462Z | [ recovery-image] Aug 29 21:22:53.834 INFO O| Aug 29 21:22:53.833 INFO STEP 343 (remove_files) COMPLETE |
| 6363 | 2026-08-29T21:22:54.462Z | [ recovery-image] Aug 29 21:22:53.834 INFO O| Aug 29 21:22:53.833 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6364 | 2026-08-29T21:22:54.472Z | [ recovery-image] Aug 29 21:22:53.843 INFO O| Aug 29 21:22:53.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize" |
| 6365 | 2026-08-29T21:22:54.472Z | [ recovery-image] Aug 29 21:22:53.843 INFO O| Aug 29 21:22:53.843 INFO STEP 344 (remove_files) COMPLETE |
| 6366 | 2026-08-29T21:22:54.472Z | [ recovery-image] Aug 29 21:22:53.843 INFO O| Aug 29 21:22:53.843 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6367 | 2026-08-29T21:22:54.484Z | [ recovery-image] Aug 29 21:22:53.856 INFO O| Aug 29 21:22:53.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev" |
| 6368 | 2026-08-29T21:22:54.484Z | [ recovery-image] Aug 29 21:22:53.856 INFO O| Aug 29 21:22:53.856 INFO STEP 345 (remove_files) COMPLETE |
| 6369 | 2026-08-29T21:22:54.484Z | [ recovery-image] Aug 29 21:22:53.856 INFO O| Aug 29 21:22:53.856 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6370 | 2026-08-29T21:22:54.496Z | [ recovery-image] Aug 29 21:22:53.868 INFO O| Aug 29 21:22:53.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh" |
| 6371 | 2026-08-29T21:22:54.496Z | [ recovery-image] Aug 29 21:22:53.868 INFO O| Aug 29 21:22:53.868 INFO STEP 346 (remove_files) COMPLETE |
| 6372 | 2026-08-29T21:22:54.496Z | [ recovery-image] Aug 29 21:22:53.868 INFO O| Aug 29 21:22:53.868 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6373 | 2026-08-29T21:22:54.548Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 6374 | 2026-08-29T21:22:54.548Z | [ recovery-image] Aug 29 21:22:53.919 INFO O| Aug 29 21:22:53.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93" |
| 6375 | 2026-08-29T21:22:54.559Z | [ recovery-image] Aug 29 21:22:53.930 INFO O| Aug 29 21:22:53.930 INFO STEP 347 (remove_files) COMPLETE |
| 6376 | 2026-08-29T21:22:54.559Z | [ recovery-image] Aug 29 21:22:53.930 INFO O| Aug 29 21:22:53.930 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6377 | 2026-08-29T21:22:54.611Z | [ recovery-image] Aug 29 21:22:53.982 INFO O| Aug 29 21:22:53.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles" |
| 6378 | 2026-08-29T21:22:54.611Z | [ recovery-image] Aug 29 21:22:53.982 INFO O| Aug 29 21:22:53.982 INFO STEP 348 (remove_files) COMPLETE |
| 6379 | 2026-08-29T21:22:54.611Z | [ recovery-image] Aug 29 21:22:53.982 INFO O| Aug 29 21:22:53.982 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6380 | 2026-08-29T21:22:54.623Z | [ recovery-image] Aug 29 21:22:53.995 INFO O| Aug 29 21:22:53.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo" |
| 6381 | 2026-08-29T21:22:54.623Z | [ recovery-image] Aug 29 21:22:53.995 INFO O| Aug 29 21:22:53.995 INFO STEP 349 (remove_files) COMPLETE |
| 6382 | 2026-08-29T21:22:54.623Z | [ recovery-image] Aug 29 21:22:53.995 INFO O| Aug 29 21:22:53.995 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6383 | 2026-08-29T21:22:54.640Z | [ recovery-image] Aug 29 21:22:54.012 INFO O| Aug 29 21:22:54.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync" |
| 6384 | 2026-08-29T21:22:54.640Z | [ recovery-image] Aug 29 21:22:54.012 INFO O| Aug 29 21:22:54.012 INFO STEP 350 (remove_files) COMPLETE |
| 6385 | 2026-08-29T21:22:54.640Z | [ recovery-image] Aug 29 21:22:54.012 INFO O| Aug 29 21:22:54.012 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6386 | 2026-08-29T21:22:54.650Z | [ recovery-image] Aug 29 21:22:54.022 INFO O| Aug 29 21:22:54.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl" |
| 6387 | 2026-08-29T21:22:54.650Z | [ recovery-image] Aug 29 21:22:54.022 INFO O| Aug 29 21:22:54.022 INFO STEP 351 (remove_files) COMPLETE |
| 6388 | 2026-08-29T21:22:54.654Z | [ recovery-image] Aug 29 21:22:54.022 INFO O| Aug 29 21:22:54.022 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6389 | 2026-08-29T21:22:54.660Z | [ recovery-image] Aug 29 21:22:54.032 INFO O| Aug 29 21:22:54.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat" |
| 6390 | 2026-08-29T21:22:54.660Z | [ recovery-image] Aug 29 21:22:54.032 INFO O| Aug 29 21:22:54.032 INFO STEP 352 (remove_files) COMPLETE |
| 6391 | 2026-08-29T21:22:54.664Z | [ recovery-image] Aug 29 21:22:54.032 INFO O| Aug 29 21:22:54.032 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6392 | 2026-08-29T21:22:54.670Z | [ recovery-image] Aug 29 21:22:54.042 INFO O| Aug 29 21:22:54.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp" |
| 6393 | 2026-08-29T21:22:54.670Z | [ recovery-image] Aug 29 21:22:54.042 INFO O| Aug 29 21:22:54.042 INFO STEP 353 (remove_files) COMPLETE |
| 6394 | 2026-08-29T21:22:54.674Z | [ recovery-image] Aug 29 21:22:54.042 INFO O| Aug 29 21:22:54.042 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6395 | 2026-08-29T21:22:54.681Z | [ recovery-image] Aug 29 21:22:54.053 INFO O| Aug 29 21:22:54.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script" |
| 6396 | 2026-08-29T21:22:54.681Z | [ recovery-image] Aug 29 21:22:54.053 INFO O| Aug 29 21:22:54.053 INFO STEP 354 (remove_files) COMPLETE |
| 6397 | 2026-08-29T21:22:54.682Z | [ recovery-image] Aug 29 21:22:54.053 INFO O| Aug 29 21:22:54.053 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6398 | 2026-08-29T21:22:54.692Z | [ recovery-image] Aug 29 21:22:54.064 INFO O| Aug 29 21:22:54.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff" |
| 6399 | 2026-08-29T21:22:54.692Z | [ recovery-image] Aug 29 21:22:54.064 INFO O| Aug 29 21:22:54.064 INFO STEP 355 (remove_files) COMPLETE |
| 6400 | 2026-08-29T21:22:54.692Z | [ recovery-image] Aug 29 21:22:54.064 INFO O| Aug 29 21:22:54.064 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6401 | 2026-08-29T21:22:54.704Z | [ recovery-image] Aug 29 21:22:54.075 INFO O| Aug 29 21:22:54.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp" |
| 6402 | 2026-08-29T21:22:54.704Z | [ recovery-image] Aug 29 21:22:54.075 INFO O| Aug 29 21:22:54.075 INFO STEP 356 (remove_files) COMPLETE |
| 6403 | 2026-08-29T21:22:54.704Z | [ recovery-image] Aug 29 21:22:54.075 INFO O| Aug 29 21:22:54.075 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6404 | 2026-08-29T21:22:54.715Z | [ recovery-image] Aug 29 21:22:54.087 INFO O| Aug 29 21:22:54.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp" |
| 6405 | 2026-08-29T21:22:54.715Z | [ recovery-image] Aug 29 21:22:54.087 INFO O| Aug 29 21:22:54.087 INFO STEP 357 (remove_files) COMPLETE |
| 6406 | 2026-08-29T21:22:54.715Z | [ recovery-image] Aug 29 21:22:54.087 INFO O| Aug 29 21:22:54.087 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6407 | 2026-08-29T21:22:54.726Z | [ recovery-image] Aug 29 21:22:54.097 INFO O| Aug 29 21:22:54.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp" |
| 6408 | 2026-08-29T21:22:54.726Z | [ recovery-image] Aug 29 21:22:54.098 INFO O| Aug 29 21:22:54.097 INFO STEP 358 (remove_files) COMPLETE |
| 6409 | 2026-08-29T21:22:54.729Z | [ recovery-image] Aug 29 21:22:54.098 INFO O| Aug 29 21:22:54.097 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6410 | 2026-08-29T21:22:54.738Z | [ recovery-image] Aug 29 21:22:54.109 INFO O| Aug 29 21:22:54.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil" |
| 6411 | 2026-08-29T21:22:54.738Z | [ recovery-image] Aug 29 21:22:54.110 INFO O| Aug 29 21:22:54.109 INFO STEP 359 (remove_files) COMPLETE |
| 6412 | 2026-08-29T21:22:54.741Z | [ recovery-image] Aug 29 21:22:54.110 INFO O| Aug 29 21:22:54.109 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6413 | 2026-08-29T21:22:54.750Z | [ recovery-image] Aug 29 21:22:54.122 INFO O| Aug 29 21:22:54.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib" |
| 6414 | 2026-08-29T21:22:54.750Z | [ recovery-image] Aug 29 21:22:54.122 INFO O| Aug 29 21:22:54.122 INFO STEP 360 (remove_files) COMPLETE |
| 6415 | 2026-08-29T21:22:54.750Z | [ recovery-image] Aug 29 21:22:54.122 INFO O| Aug 29 21:22:54.122 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6416 | 2026-08-29T21:22:54.762Z | [ recovery-image] Aug 29 21:22:54.133 INFO O| Aug 29 21:22:54.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget" |
| 6417 | 2026-08-29T21:22:54.765Z | [ recovery-image] Aug 29 21:22:54.133 INFO O| Aug 29 21:22:54.133 INFO STEP 361 (remove_files) COMPLETE |
| 6418 | 2026-08-29T21:22:54.765Z | [ recovery-image] Aug 29 21:22:54.133 INFO O| Aug 29 21:22:54.133 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6419 | 2026-08-29T21:22:54.774Z | [ recovery-image] Aug 29 21:22:54.146 INFO O| Aug 29 21:22:54.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk" |
| 6420 | 2026-08-29T21:22:54.774Z | [ recovery-image] Aug 29 21:22:54.146 INFO O| Aug 29 21:22:54.146 INFO STEP 362 (remove_files) COMPLETE |
| 6421 | 2026-08-29T21:22:54.778Z | [ recovery-image] Aug 29 21:22:54.146 INFO O| Aug 29 21:22:54.146 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6422 | 2026-08-29T21:22:54.787Z | [ recovery-image] Aug 29 21:22:54.159 INFO O| Aug 29 21:22:54.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck" |
| 6423 | 2026-08-29T21:22:54.787Z | [ recovery-image] Aug 29 21:22:54.159 INFO O| Aug 29 21:22:54.159 INFO STEP 363 (remove_files) COMPLETE |
| 6424 | 2026-08-29T21:22:54.787Z | [ recovery-image] Aug 29 21:22:54.159 INFO O| Aug 29 21:22:54.159 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6425 | 2026-08-29T21:22:54.799Z | [ recovery-image] Aug 29 21:22:54.170 INFO O| Aug 29 21:22:54.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf" |
| 6426 | 2026-08-29T21:22:54.799Z | [ recovery-image] Aug 29 21:22:54.170 INFO O| Aug 29 21:22:54.170 INFO STEP 364 (remove_files) COMPLETE |
| 6427 | 2026-08-29T21:22:54.799Z | [ recovery-image] Aug 29 21:22:54.170 INFO O| Aug 29 21:22:54.170 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6428 | 2026-08-29T21:22:54.810Z | [ recovery-image] Aug 29 21:22:54.182 INFO O| Aug 29 21:22:54.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta" |
| 6429 | 2026-08-29T21:22:54.810Z | [ recovery-image] Aug 29 21:22:54.182 INFO O| Aug 29 21:22:54.182 INFO STEP 365 (remove_files) COMPLETE |
| 6430 | 2026-08-29T21:22:54.813Z | [ recovery-image] Aug 29 21:22:54.182 INFO O| Aug 29 21:22:54.182 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6431 | 2026-08-29T21:22:54.820Z | [ recovery-image] Aug 29 21:22:54.192 INFO O| Aug 29 21:22:54.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf" |
| 6432 | 2026-08-29T21:22:54.824Z | [ recovery-image] Aug 29 21:22:54.193 INFO O| Aug 29 21:22:54.193 INFO STEP 366 (remove_files) COMPLETE |
| 6433 | 2026-08-29T21:22:54.824Z | [ recovery-image] Aug 29 21:22:54.193 INFO O| Aug 29 21:22:54.193 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6434 | 2026-08-29T21:22:54.833Z | [ recovery-image] Aug 29 21:22:54.204 INFO O| Aug 29 21:22:54.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget" |
| 6435 | 2026-08-29T21:22:54.836Z | [ recovery-image] Aug 29 21:22:54.205 INFO O| Aug 29 21:22:54.205 INFO STEP 367 (remove_files) COMPLETE |
| 6436 | 2026-08-29T21:22:54.836Z | [ recovery-image] Aug 29 21:22:54.205 INFO O| Aug 29 21:22:54.205 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6437 | 2026-08-29T21:22:54.845Z | [ recovery-image] Aug 29 21:22:54.216 INFO O| Aug 29 21:22:54.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext" |
| 6438 | 2026-08-29T21:22:54.848Z | [ recovery-image] Aug 29 21:22:54.217 INFO O| Aug 29 21:22:54.217 INFO STEP 368 (remove_files) COMPLETE |
| 6439 | 2026-08-29T21:22:54.848Z | [ recovery-image] Aug 29 21:22:54.217 INFO O| Aug 29 21:22:54.217 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6440 | 2026-08-29T21:22:54.857Z | [ recovery-image] Aug 29 21:22:54.229 INFO O| Aug 29 21:22:54.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat" |
| 6441 | 2026-08-29T21:22:54.857Z | [ recovery-image] Aug 29 21:22:54.229 INFO O| Aug 29 21:22:54.229 INFO STEP 369 (remove_files) COMPLETE |
| 6442 | 2026-08-29T21:22:54.857Z | [ recovery-image] Aug 29 21:22:54.229 INFO O| Aug 29 21:22:54.229 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6443 | 2026-08-29T21:22:54.869Z | [ recovery-image] Aug 29 21:22:54.241 INFO O| Aug 29 21:22:54.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap" |
| 6444 | 2026-08-29T21:22:54.869Z | [ recovery-image] Aug 29 21:22:54.241 INFO O| Aug 29 21:22:54.241 INFO STEP 370 (remove_files) COMPLETE |
| 6445 | 2026-08-29T21:22:54.872Z | [ recovery-image] Aug 29 21:22:54.241 INFO O| Aug 29 21:22:54.241 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6446 | 2026-08-29T21:22:54.880Z | [ recovery-image] Aug 29 21:22:54.252 INFO O| Aug 29 21:22:54.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping" |
| 6447 | 2026-08-29T21:22:54.881Z | [ recovery-image] Aug 29 21:22:54.252 INFO O| Aug 29 21:22:54.252 INFO STEP 371 (remove_files) COMPLETE |
| 6448 | 2026-08-29T21:22:54.881Z | [ recovery-image] Aug 29 21:22:54.252 INFO O| Aug 29 21:22:54.252 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6449 | 2026-08-29T21:22:54.892Z | [ recovery-image] Aug 29 21:22:54.264 INFO O| Aug 29 21:22:54.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps" |
| 6450 | 2026-08-29T21:22:54.892Z | [ recovery-image] Aug 29 21:22:54.264 INFO O| Aug 29 21:22:54.264 INFO STEP 372 (remove_files) COMPLETE |
| 6451 | 2026-08-29T21:22:54.892Z | [ recovery-image] Aug 29 21:22:54.264 INFO O| Aug 29 21:22:54.264 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6452 | 2026-08-29T21:22:54.901Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 6453 | 2026-08-29T21:22:54.904Z | [ recovery-image] Aug 29 21:22:54.275 INFO O| Aug 29 21:22:54.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset" |
| 6454 | 2026-08-29T21:22:54.904Z | [ recovery-image] Aug 29 21:22:54.276 INFO O| Aug 29 21:22:54.275 INFO STEP 373 (remove_files) COMPLETE |
| 6455 | 2026-08-29T21:22:54.904Z | [ recovery-image] Aug 29 21:22:54.276 INFO O| Aug 29 21:22:54.275 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6456 | 2026-08-29T21:22:54.914Z | [ recovery-image] Aug 29 21:22:54.286 INFO O| Aug 29 21:22:54.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus" |
| 6457 | 2026-08-29T21:22:54.914Z | [ recovery-image] Aug 29 21:22:54.286 INFO O| Aug 29 21:22:54.286 INFO STEP 374 (remove_files) COMPLETE |
| 6458 | 2026-08-29T21:22:54.917Z | [ recovery-image] Aug 29 21:22:54.286 INFO O| Aug 29 21:22:54.286 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6459 | 2026-08-29T21:22:54.924Z | [ recovery-image] Aug 29 21:22:54.296 INFO O| Aug 29 21:22:54.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable" |
| 6460 | 2026-08-29T21:22:54.924Z | [ recovery-image] Aug 29 21:22:54.296 INFO O| Aug 29 21:22:54.296 INFO STEP 375 (remove_files) COMPLETE |
| 6461 | 2026-08-29T21:22:54.928Z | [ recovery-image] Aug 29 21:22:54.296 INFO O| Aug 29 21:22:54.296 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6462 | 2026-08-29T21:22:54.935Z | [ recovery-image] Aug 29 21:22:54.306 INFO O| Aug 29 21:22:54.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest" |
| 6463 | 2026-08-29T21:22:54.935Z | [ recovery-image] Aug 29 21:22:54.306 INFO O| Aug 29 21:22:54.306 INFO STEP 376 (remove_files) COMPLETE |
| 6464 | 2026-08-29T21:22:54.938Z | [ recovery-image] Aug 29 21:22:54.306 INFO O| Aug 29 21:22:54.306 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6465 | 2026-08-29T21:22:54.945Z | [ recovery-image] Aug 29 21:22:54.316 INFO O| Aug 29 21:22:54.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate" |
| 6466 | 2026-08-29T21:22:54.945Z | [ recovery-image] Aug 29 21:22:54.316 INFO O| Aug 29 21:22:54.316 INFO STEP 377 (remove_files) COMPLETE |
| 6467 | 2026-08-29T21:22:54.945Z | [ recovery-image] Aug 29 21:22:54.316 INFO O| Aug 29 21:22:54.316 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6468 | 2026-08-29T21:22:54.954Z | [ recovery-image] Aug 29 21:22:54.326 INFO O| Aug 29 21:22:54.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap" |
| 6469 | 2026-08-29T21:22:54.955Z | [ recovery-image] Aug 29 21:22:54.326 INFO O| Aug 29 21:22:54.326 INFO STEP 378 (remove_files) COMPLETE |
| 6470 | 2026-08-29T21:22:54.955Z | [ recovery-image] Aug 29 21:22:54.326 INFO O| Aug 29 21:22:54.326 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6471 | 2026-08-29T21:22:54.966Z | [ recovery-image] Aug 29 21:22:54.336 INFO O| Aug 29 21:22:54.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm" |
| 6472 | 2026-08-29T21:22:54.966Z | [ recovery-image] Aug 29 21:22:54.336 INFO O| Aug 29 21:22:54.336 INFO STEP 379 (remove_files) COMPLETE |
| 6473 | 2026-08-29T21:22:54.966Z | [ recovery-image] Aug 29 21:22:54.336 INFO O| Aug 29 21:22:54.336 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6474 | 2026-08-29T21:22:54.975Z | [ recovery-image] Aug 29 21:22:54.347 INFO O| Aug 29 21:22:54.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm" |
| 6475 | 2026-08-29T21:22:54.975Z | [ recovery-image] Aug 29 21:22:54.347 INFO O| Aug 29 21:22:54.347 INFO STEP 380 (remove_files) COMPLETE |
| 6476 | 2026-08-29T21:22:54.980Z | [ recovery-image] Aug 29 21:22:54.347 INFO O| Aug 29 21:22:54.347 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6477 | 2026-08-29T21:22:54.986Z | [ recovery-image] Aug 29 21:22:54.357 INFO O| Aug 29 21:22:54.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk" |
| 6478 | 2026-08-29T21:22:54.986Z | [ recovery-image] Aug 29 21:22:54.358 INFO O| Aug 29 21:22:54.357 INFO STEP 381 (remove_files) COMPLETE |
| 6479 | 2026-08-29T21:22:54.986Z | [ recovery-image] Aug 29 21:22:54.358 INFO O| Aug 29 21:22:54.357 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6480 | 2026-08-29T21:22:54.996Z | [ recovery-image] Aug 29 21:22:54.367 INFO O| Aug 29 21:22:54.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss" |
| 6481 | 2026-08-29T21:22:54.996Z | [ recovery-image] Aug 29 21:22:54.367 INFO O| Aug 29 21:22:54.367 INFO STEP 382 (remove_files) COMPLETE |
| 6482 | 2026-08-29T21:22:54.999Z | [ recovery-image] Aug 29 21:22:54.367 INFO O| Aug 29 21:22:54.367 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6483 | 2026-08-29T21:22:55.004Z | [ recovery-image] Aug 29 21:22:54.375 INFO O| Aug 29 21:22:54.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell" |
| 6484 | 2026-08-29T21:22:55.004Z | [ recovery-image] Aug 29 21:22:54.375 INFO O| Aug 29 21:22:54.375 INFO STEP 383 (remove_files) COMPLETE |
| 6485 | 2026-08-29T21:22:55.007Z | [ recovery-image] Aug 29 21:22:54.375 INFO O| Aug 29 21:22:54.375 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6486 | 2026-08-29T21:22:55.011Z | [ recovery-image] Aug 29 21:22:54.383 INFO O| Aug 29 21:22:54.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split" |
| 6487 | 2026-08-29T21:22:55.011Z | [ recovery-image] Aug 29 21:22:54.383 INFO O| Aug 29 21:22:54.383 INFO STEP 384 (remove_files) COMPLETE |
| 6488 | 2026-08-29T21:22:55.016Z | [ recovery-image] Aug 29 21:22:54.383 INFO O| Aug 29 21:22:54.383 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6489 | 2026-08-29T21:22:55.020Z | [ recovery-image] Aug 29 21:22:54.391 INFO O| Aug 29 21:22:54.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3" |
| 6490 | 2026-08-29T21:22:55.020Z | [ recovery-image] Aug 29 21:22:54.392 INFO O| Aug 29 21:22:54.392 INFO STEP 385 (remove_files) COMPLETE |
| 6491 | 2026-08-29T21:22:55.020Z | [ recovery-image] Aug 29 21:22:54.392 INFO O| Aug 29 21:22:54.392 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6492 | 2026-08-29T21:22:55.029Z | [ recovery-image] Aug 29 21:22:54.400 INFO O| Aug 29 21:22:54.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh" |
| 6493 | 2026-08-29T21:22:55.029Z | [ recovery-image] Aug 29 21:22:54.401 INFO O| Aug 29 21:22:54.401 INFO STEP 386 (remove_files) COMPLETE |
| 6494 | 2026-08-29T21:22:55.029Z | [ recovery-image] Aug 29 21:22:54.401 INFO O| Aug 29 21:22:54.401 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6495 | 2026-08-29T21:22:55.040Z | [ recovery-image] Aug 29 21:22:54.412 INFO O| Aug 29 21:22:54.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add" |
| 6496 | 2026-08-29T21:22:55.040Z | [ recovery-image] Aug 29 21:22:54.412 INFO O| Aug 29 21:22:54.412 INFO STEP 387 (remove_files) COMPLETE |
| 6497 | 2026-08-29T21:22:55.040Z | [ recovery-image] Aug 29 21:22:54.412 INFO O| Aug 29 21:22:54.412 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6498 | 2026-08-29T21:22:55.051Z | [ recovery-image] Aug 29 21:22:54.422 INFO O| Aug 29 21:22:54.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent" |
| 6499 | 2026-08-29T21:22:55.051Z | [ recovery-image] Aug 29 21:22:54.423 INFO O| Aug 29 21:22:54.423 INFO STEP 388 (remove_files) COMPLETE |
| 6500 | 2026-08-29T21:22:55.051Z | [ recovery-image] Aug 29 21:22:54.423 INFO O| Aug 29 21:22:54.423 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6501 | 2026-08-29T21:22:55.060Z | [ recovery-image] Aug 29 21:22:54.432 INFO O| Aug 29 21:22:54.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id" |
| 6502 | 2026-08-29T21:22:55.060Z | [ recovery-image] Aug 29 21:22:54.432 INFO O| Aug 29 21:22:54.432 INFO STEP 389 (remove_files) COMPLETE |
| 6503 | 2026-08-29T21:22:55.060Z | [ recovery-image] Aug 29 21:22:54.432 INFO O| Aug 29 21:22:54.432 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6504 | 2026-08-29T21:22:55.069Z | [ recovery-image] Aug 29 21:22:54.441 INFO O| Aug 29 21:22:54.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan" |
| 6505 | 2026-08-29T21:22:55.069Z | [ recovery-image] Aug 29 21:22:54.441 INFO O| Aug 29 21:22:54.441 INFO STEP 390 (remove_files) COMPLETE |
| 6506 | 2026-08-29T21:22:55.069Z | [ recovery-image] Aug 29 21:22:54.441 INFO O| Aug 29 21:22:54.441 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6507 | 2026-08-29T21:22:55.082Z | [ recovery-image] Aug 29 21:22:54.452 INFO O| Aug 29 21:22:54.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings" |
| 6508 | 2026-08-29T21:22:55.082Z | [ recovery-image] Aug 29 21:22:54.452 INFO O| Aug 29 21:22:54.452 INFO STEP 391 (remove_files) COMPLETE |
| 6509 | 2026-08-29T21:22:55.082Z | [ recovery-image] Aug 29 21:22:54.452 INFO O| Aug 29 21:22:54.452 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6510 | 2026-08-29T21:22:55.090Z | [ recovery-image] Aug 29 21:22:54.461 INFO O| Aug 29 21:22:54.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum" |
| 6511 | 2026-08-29T21:22:55.090Z | [ recovery-image] Aug 29 21:22:54.462 INFO O| Aug 29 21:22:54.462 INFO STEP 392 (remove_files) COMPLETE |
| 6512 | 2026-08-29T21:22:55.090Z | [ recovery-image] Aug 29 21:22:54.462 INFO O| Aug 29 21:22:54.462 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6513 | 2026-08-29T21:22:55.099Z | [ recovery-image] Aug 29 21:22:54.470 INFO O| Aug 29 21:22:54.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs" |
| 6514 | 2026-08-29T21:22:55.099Z | [ recovery-image] Aug 29 21:22:54.471 INFO O| Aug 29 21:22:54.471 INFO STEP 393 (remove_files) COMPLETE |
| 6515 | 2026-08-29T21:22:55.099Z | [ recovery-image] Aug 29 21:22:54.471 INFO O| Aug 29 21:22:54.471 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6516 | 2026-08-29T21:22:55.111Z | [ recovery-image] Aug 29 21:22:54.482 INFO O| Aug 29 21:22:54.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy" |
| 6517 | 2026-08-29T21:22:55.111Z | [ recovery-image] Aug 29 21:22:54.482 INFO O| Aug 29 21:22:54.482 INFO STEP 394 (remove_files) COMPLETE |
| 6518 | 2026-08-29T21:22:55.111Z | [ recovery-image] Aug 29 21:22:54.482 INFO O| Aug 29 21:22:54.482 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6519 | 2026-08-29T21:22:55.123Z | [ recovery-image] Aug 29 21:22:54.494 INFO O| Aug 29 21:22:54.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test" |
| 6520 | 2026-08-29T21:22:55.123Z | [ recovery-image] Aug 29 21:22:54.494 INFO O| Aug 29 21:22:54.494 INFO STEP 395 (remove_files) COMPLETE |
| 6521 | 2026-08-29T21:22:55.126Z | [ recovery-image] Aug 29 21:22:54.494 INFO O| Aug 29 21:22:54.494 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6522 | 2026-08-29T21:22:55.134Z | [ recovery-image] Aug 29 21:22:54.505 INFO O| Aug 29 21:22:54.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic" |
| 6523 | 2026-08-29T21:22:55.137Z | [ recovery-image] Aug 29 21:22:54.506 INFO O| Aug 29 21:22:54.506 INFO STEP 396 (remove_files) COMPLETE |
| 6524 | 2026-08-29T21:22:55.137Z | [ recovery-image] Aug 29 21:22:54.506 INFO O| Aug 29 21:22:54.506 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6525 | 2026-08-29T21:22:55.146Z | [ recovery-image] Aug 29 21:22:54.518 INFO O| Aug 29 21:22:54.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time" |
| 6526 | 2026-08-29T21:22:55.149Z | [ recovery-image] Aug 29 21:22:54.519 INFO O| Aug 29 21:22:54.519 INFO STEP 397 (remove_files) COMPLETE |
| 6527 | 2026-08-29T21:22:55.149Z | [ recovery-image] Aug 29 21:22:54.519 INFO O| Aug 29 21:22:54.519 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6528 | 2026-08-29T21:22:55.158Z | [ recovery-image] Aug 29 21:22:54.530 INFO O| Aug 29 21:22:54.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip" |
| 6529 | 2026-08-29T21:22:55.158Z | [ recovery-image] Aug 29 21:22:54.530 INFO O| Aug 29 21:22:54.530 INFO STEP 398 (remove_files) COMPLETE |
| 6530 | 2026-08-29T21:22:55.158Z | [ recovery-image] Aug 29 21:22:54.530 INFO O| Aug 29 21:22:54.530 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6531 | 2026-08-29T21:22:55.168Z | [ recovery-image] Aug 29 21:22:54.539 INFO O| Aug 29 21:22:54.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib" |
| 6532 | 2026-08-29T21:22:55.168Z | [ recovery-image] Aug 29 21:22:54.539 INFO O| Aug 29 21:22:54.539 INFO STEP 399 (remove_files) COMPLETE |
| 6533 | 2026-08-29T21:22:55.168Z | [ recovery-image] Aug 29 21:22:54.539 INFO O| Aug 29 21:22:54.539 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6534 | 2026-08-29T21:22:55.178Z | [ recovery-image] Aug 29 21:22:54.549 INFO O| Aug 29 21:22:54.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm" |
| 6535 | 2026-08-29T21:22:55.178Z | [ recovery-image] Aug 29 21:22:54.550 INFO O| Aug 29 21:22:54.550 INFO STEP 400 (remove_files) COMPLETE |
| 6536 | 2026-08-29T21:22:55.178Z | [ recovery-image] Aug 29 21:22:54.550 INFO O| Aug 29 21:22:54.550 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6537 | 2026-08-29T21:22:55.188Z | [ recovery-image] Aug 29 21:22:54.559 INFO O| Aug 29 21:22:54.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail" |
| 6538 | 2026-08-29T21:22:55.188Z | [ recovery-image] Aug 29 21:22:54.559 INFO O| Aug 29 21:22:54.559 INFO STEP 401 (remove_files) COMPLETE |
| 6539 | 2026-08-29T21:22:55.188Z | [ recovery-image] Aug 29 21:22:54.559 INFO O| Aug 29 21:22:54.559 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6540 | 2026-08-29T21:22:55.198Z | [ recovery-image] Aug 29 21:22:54.569 INFO O| Aug 29 21:22:54.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true" |
| 6541 | 2026-08-29T21:22:55.198Z | [ recovery-image] Aug 29 21:22:54.569 INFO O| Aug 29 21:22:54.569 INFO STEP 402 (remove_files) COMPLETE |
| 6542 | 2026-08-29T21:22:55.201Z | [ recovery-image] Aug 29 21:22:54.569 INFO O| Aug 29 21:22:54.569 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6543 | 2026-08-29T21:22:55.208Z | [ recovery-image] Aug 29 21:22:54.579 INFO O| Aug 29 21:22:54.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty" |
| 6544 | 2026-08-29T21:22:55.208Z | [ recovery-image] Aug 29 21:22:54.579 INFO O| Aug 29 21:22:54.579 INFO STEP 403 (remove_files) COMPLETE |
| 6545 | 2026-08-29T21:22:55.208Z | [ recovery-image] Aug 29 21:22:54.580 INFO O| Aug 29 21:22:54.579 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6546 | 2026-08-29T21:22:55.218Z | [ recovery-image] Aug 29 21:22:54.589 INFO O| Aug 29 21:22:54.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type" |
| 6547 | 2026-08-29T21:22:55.218Z | [ recovery-image] Aug 29 21:22:54.589 INFO O| Aug 29 21:22:54.589 INFO STEP 404 (remove_files) COMPLETE |
| 6548 | 2026-08-29T21:22:55.218Z | [ recovery-image] Aug 29 21:22:54.589 INFO O| Aug 29 21:22:54.589 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6549 | 2026-08-29T21:22:55.228Z | [ recovery-image] Aug 29 21:22:54.599 INFO O| Aug 29 21:22:54.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect" |
| 6550 | 2026-08-29T21:22:55.228Z | [ recovery-image] Aug 29 21:22:54.599 INFO O| Aug 29 21:22:54.599 INFO STEP 405 (remove_files) COMPLETE |
| 6551 | 2026-08-29T21:22:55.231Z | [ recovery-image] Aug 29 21:22:54.599 INFO O| Aug 29 21:22:54.599 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6552 | 2026-08-29T21:22:55.237Z | [ recovery-image] Aug 29 21:22:54.609 INFO O| Aug 29 21:22:54.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit" |
| 6553 | 2026-08-29T21:22:55.238Z | [ recovery-image] Aug 29 21:22:54.609 INFO O| Aug 29 21:22:54.609 INFO STEP 406 (remove_files) COMPLETE |
| 6554 | 2026-08-29T21:22:55.238Z | [ recovery-image] Aug 29 21:22:54.609 INFO O| Aug 29 21:22:54.609 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6555 | 2026-08-29T21:22:55.248Z | [ recovery-image] Aug 29 21:22:54.619 INFO O| Aug 29 21:22:54.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask" |
| 6556 | 2026-08-29T21:22:55.248Z | [ recovery-image] Aug 29 21:22:54.619 INFO O| Aug 29 21:22:54.619 INFO STEP 407 (remove_files) COMPLETE |
| 6557 | 2026-08-29T21:22:55.248Z | [ recovery-image] Aug 29 21:22:54.619 INFO O| Aug 29 21:22:54.619 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6558 | 2026-08-29T21:22:55.258Z | [ recovery-image] Aug 29 21:22:54.629 INFO O| Aug 29 21:22:54.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias" |
| 6559 | 2026-08-29T21:22:55.258Z | [ recovery-image] Aug 29 21:22:54.629 INFO O| Aug 29 21:22:54.629 INFO STEP 408 (remove_files) COMPLETE |
| 6560 | 2026-08-29T21:22:55.258Z | [ recovery-image] Aug 29 21:22:54.629 INFO O| Aug 29 21:22:54.629 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6561 | 2026-08-29T21:22:55.268Z | [ recovery-image] Aug 29 21:22:54.640 INFO O| Aug 29 21:22:54.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress" |
| 6562 | 2026-08-29T21:22:55.268Z | [ recovery-image] Aug 29 21:22:54.640 INFO O| Aug 29 21:22:54.640 INFO STEP 409 (remove_files) COMPLETE |
| 6563 | 2026-08-29T21:22:55.271Z | [ recovery-image] Aug 29 21:22:54.640 INFO O| Aug 29 21:22:54.640 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6564 | 2026-08-29T21:22:55.278Z | [ recovery-image] Aug 29 21:22:54.649 INFO O| Aug 29 21:22:54.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand" |
| 6565 | 2026-08-29T21:22:55.278Z | [ recovery-image] Aug 29 21:22:54.649 INFO O| Aug 29 21:22:54.649 INFO STEP 410 (remove_files) COMPLETE |
| 6566 | 2026-08-29T21:22:55.281Z | [ recovery-image] Aug 29 21:22:54.649 INFO O| Aug 29 21:22:54.649 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6567 | 2026-08-29T21:22:55.288Z | [ recovery-image] Aug 29 21:22:54.660 INFO O| Aug 29 21:22:54.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq" |
| 6568 | 2026-08-29T21:22:55.288Z | [ recovery-image] Aug 29 21:22:54.660 INFO O| Aug 29 21:22:54.660 INFO STEP 411 (remove_files) COMPLETE |
| 6569 | 2026-08-29T21:22:55.292Z | [ recovery-image] Aug 29 21:22:54.660 INFO O| Aug 29 21:22:54.660 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6570 | 2026-08-29T21:22:55.299Z | [ recovery-image] Aug 29 21:22:54.670 INFO O| Aug 29 21:22:54.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units" |
| 6571 | 2026-08-29T21:22:55.300Z | [ recovery-image] Aug 29 21:22:54.670 INFO O| Aug 29 21:22:54.670 INFO STEP 412 (remove_files) COMPLETE |
| 6572 | 2026-08-29T21:22:55.300Z | [ recovery-image] Aug 29 21:22:54.670 INFO O| Aug 29 21:22:54.670 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6573 | 2026-08-29T21:22:55.308Z | [ recovery-image] Aug 29 21:22:54.679 INFO O| Aug 29 21:22:54.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos" |
| 6574 | 2026-08-29T21:22:55.308Z | [ recovery-image] Aug 29 21:22:54.679 INFO O| Aug 29 21:22:54.679 INFO STEP 413 (remove_files) COMPLETE |
| 6575 | 2026-08-29T21:22:55.308Z | [ recovery-image] Aug 29 21:22:54.679 INFO O| Aug 29 21:22:54.679 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6576 | 2026-08-29T21:22:55.318Z | [ recovery-image] Aug 29 21:22:54.690 INFO O| Aug 29 21:22:54.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack" |
| 6577 | 2026-08-29T21:22:55.318Z | [ recovery-image] Aug 29 21:22:54.690 INFO O| Aug 29 21:22:54.690 INFO STEP 414 (remove_files) COMPLETE |
| 6578 | 2026-08-29T21:22:55.318Z | [ recovery-image] Aug 29 21:22:54.690 INFO O| Aug 29 21:22:54.690 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6579 | 2026-08-29T21:22:55.328Z | [ recovery-image] Aug 29 21:22:54.699 INFO O| Aug 29 21:22:54.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr" |
| 6580 | 2026-08-29T21:22:55.328Z | [ recovery-image] Aug 29 21:22:54.699 INFO O| Aug 29 21:22:54.699 INFO STEP 415 (remove_files) COMPLETE |
| 6581 | 2026-08-29T21:22:55.331Z | [ recovery-image] Aug 29 21:22:54.699 INFO O| Aug 29 21:22:54.699 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6582 | 2026-08-29T21:22:55.337Z | [ recovery-image] Aug 29 21:22:54.709 INFO O| Aug 29 21:22:54.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode" |
| 6583 | 2026-08-29T21:22:55.337Z | [ recovery-image] Aug 29 21:22:54.709 INFO O| Aug 29 21:22:54.709 INFO STEP 416 (remove_files) COMPLETE |
| 6584 | 2026-08-29T21:22:55.341Z | [ recovery-image] Aug 29 21:22:54.709 INFO O| Aug 29 21:22:54.709 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6585 | 2026-08-29T21:22:55.344Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 6586 | 2026-08-29T21:22:55.347Z | [ recovery-image] Aug 29 21:22:54.717 INFO O| Aug 29 21:22:54.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode" |
| 6587 | 2026-08-29T21:22:55.347Z | [ recovery-image] Aug 29 21:22:54.718 INFO O| Aug 29 21:22:54.718 INFO STEP 417 (remove_files) COMPLETE |
| 6588 | 2026-08-29T21:22:55.347Z | [ recovery-image] Aug 29 21:22:54.718 INFO O| Aug 29 21:22:54.718 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6589 | 2026-08-29T21:22:55.357Z | [ recovery-image] Aug 29 21:22:54.728 INFO O| Aug 29 21:22:54.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen" |
| 6590 | 2026-08-29T21:22:55.360Z | [ recovery-image] Aug 29 21:22:54.729 INFO O| Aug 29 21:22:54.729 INFO STEP 418 (remove_files) COMPLETE |
| 6591 | 2026-08-29T21:22:55.360Z | [ recovery-image] Aug 29 21:22:54.729 INFO O| Aug 29 21:22:54.729 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6592 | 2026-08-29T21:22:55.368Z | [ recovery-image] Aug 29 21:22:54.739 INFO O| Aug 29 21:22:54.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit" |
| 6593 | 2026-08-29T21:22:55.368Z | [ recovery-image] Aug 29 21:22:54.739 INFO O| Aug 29 21:22:54.739 INFO STEP 419 (remove_files) COMPLETE |
| 6594 | 2026-08-29T21:22:55.368Z | [ recovery-image] Aug 29 21:22:54.739 INFO O| Aug 29 21:22:54.739 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6595 | 2026-08-29T21:22:55.378Z | [ recovery-image] Aug 29 21:22:54.749 INFO O| Aug 29 21:22:54.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim" |
| 6596 | 2026-08-29T21:22:55.378Z | [ recovery-image] Aug 29 21:22:54.749 INFO O| Aug 29 21:22:54.749 INFO STEP 420 (remove_files) COMPLETE |
| 6597 | 2026-08-29T21:22:55.378Z | [ recovery-image] Aug 29 21:22:54.749 INFO O| Aug 29 21:22:54.749 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6598 | 2026-08-29T21:22:55.387Z | [ recovery-image] Aug 29 21:22:54.758 INFO O| Aug 29 21:22:54.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor" |
| 6599 | 2026-08-29T21:22:55.387Z | [ recovery-image] Aug 29 21:22:54.758 INFO O| Aug 29 21:22:54.758 INFO STEP 421 (remove_files) COMPLETE |
| 6600 | 2026-08-29T21:22:55.387Z | [ recovery-image] Aug 29 21:22:54.758 INFO O| Aug 29 21:22:54.758 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6601 | 2026-08-29T21:22:55.396Z | [ recovery-image] Aug 29 21:22:54.767 INFO O| Aug 29 21:22:54.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat" |
| 6602 | 2026-08-29T21:22:55.396Z | [ recovery-image] Aug 29 21:22:54.767 INFO O| Aug 29 21:22:54.767 INFO STEP 422 (remove_files) COMPLETE |
| 6603 | 2026-08-29T21:22:55.396Z | [ recovery-image] Aug 29 21:22:54.767 INFO O| Aug 29 21:22:54.767 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6604 | 2026-08-29T21:22:55.404Z | [ recovery-image] Aug 29 21:22:54.776 INFO O| Aug 29 21:22:54.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt" |
| 6605 | 2026-08-29T21:22:55.404Z | [ recovery-image] Aug 29 21:22:54.776 INFO O| Aug 29 21:22:54.776 INFO STEP 423 (remove_files) COMPLETE |
| 6606 | 2026-08-29T21:22:55.404Z | [ recovery-image] Aug 29 21:22:54.776 INFO O| Aug 29 21:22:54.776 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6607 | 2026-08-29T21:22:55.413Z | [ recovery-image] Aug 29 21:22:54.785 INFO O| Aug 29 21:22:54.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w" |
| 6608 | 2026-08-29T21:22:55.413Z | [ recovery-image] Aug 29 21:22:54.785 INFO O| Aug 29 21:22:54.785 INFO STEP 424 (remove_files) COMPLETE |
| 6609 | 2026-08-29T21:22:55.416Z | [ recovery-image] Aug 29 21:22:54.785 INFO O| Aug 29 21:22:54.785 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6610 | 2026-08-29T21:22:55.421Z | [ recovery-image] Aug 29 21:22:54.793 INFO O| Aug 29 21:22:54.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait" |
| 6611 | 2026-08-29T21:22:55.421Z | [ recovery-image] Aug 29 21:22:54.793 INFO O| Aug 29 21:22:54.793 INFO STEP 425 (remove_files) COMPLETE |
| 6612 | 2026-08-29T21:22:55.421Z | [ recovery-image] Aug 29 21:22:54.793 INFO O| Aug 29 21:22:54.793 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6613 | 2026-08-29T21:22:55.430Z | [ recovery-image] Aug 29 21:22:54.802 INFO O| Aug 29 21:22:54.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch" |
| 6614 | 2026-08-29T21:22:55.430Z | [ recovery-image] Aug 29 21:22:54.802 INFO O| Aug 29 21:22:54.802 INFO STEP 426 (remove_files) COMPLETE |
| 6615 | 2026-08-29T21:22:55.430Z | [ recovery-image] Aug 29 21:22:54.802 INFO O| Aug 29 21:22:54.802 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6616 | 2026-08-29T21:22:55.439Z | [ recovery-image] Aug 29 21:22:54.811 INFO O| Aug 29 21:22:54.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc" |
| 6617 | 2026-08-29T21:22:55.440Z | [ recovery-image] Aug 29 21:22:54.811 INFO O| Aug 29 21:22:54.811 INFO STEP 427 (remove_files) COMPLETE |
| 6618 | 2026-08-29T21:22:55.440Z | [ recovery-image] Aug 29 21:22:54.811 INFO O| Aug 29 21:22:54.811 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6619 | 2026-08-29T21:22:55.450Z | [ recovery-image] Aug 29 21:22:54.821 INFO O| Aug 29 21:22:54.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which" |
| 6620 | 2026-08-29T21:22:55.450Z | [ recovery-image] Aug 29 21:22:54.821 INFO O| Aug 29 21:22:54.821 INFO STEP 428 (remove_files) COMPLETE |
| 6621 | 2026-08-29T21:22:55.450Z | [ recovery-image] Aug 29 21:22:54.821 INFO O| Aug 29 21:22:54.821 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6622 | 2026-08-29T21:22:55.459Z | [ recovery-image] Aug 29 21:22:54.831 INFO O| Aug 29 21:22:54.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls" |
| 6623 | 2026-08-29T21:22:55.459Z | [ recovery-image] Aug 29 21:22:54.831 INFO O| Aug 29 21:22:54.831 INFO STEP 429 (remove_files) COMPLETE |
| 6624 | 2026-08-29T21:22:55.459Z | [ recovery-image] Aug 29 21:22:54.831 INFO O| Aug 29 21:22:54.831 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6625 | 2026-08-29T21:22:55.468Z | [ recovery-image] Aug 29 21:22:54.839 INFO O| Aug 29 21:22:54.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct" |
| 6626 | 2026-08-29T21:22:55.468Z | [ recovery-image] Aug 29 21:22:54.839 INFO O| Aug 29 21:22:54.839 INFO STEP 430 (remove_files) COMPLETE |
| 6627 | 2026-08-29T21:22:55.468Z | [ recovery-image] Aug 29 21:22:54.839 INFO O| Aug 29 21:22:54.839 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6628 | 2026-08-29T21:22:55.476Z | [ recovery-image] Aug 29 21:22:54.848 INFO O| Aug 29 21:22:54.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write" |
| 6629 | 2026-08-29T21:22:55.476Z | [ recovery-image] Aug 29 21:22:54.848 INFO O| Aug 29 21:22:54.848 INFO STEP 431 (remove_files) COMPLETE |
| 6630 | 2026-08-29T21:22:55.476Z | [ recovery-image] Aug 29 21:22:54.848 INFO O| Aug 29 21:22:54.848 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6631 | 2026-08-29T21:22:55.484Z | [ recovery-image] Aug 29 21:22:54.856 INFO O| Aug 29 21:22:54.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs" |
| 6632 | 2026-08-29T21:22:55.485Z | [ recovery-image] Aug 29 21:22:54.856 INFO O| Aug 29 21:22:54.856 INFO STEP 432 (remove_files) COMPLETE |
| 6633 | 2026-08-29T21:22:55.485Z | [ recovery-image] Aug 29 21:22:54.856 INFO O| Aug 29 21:22:54.856 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6634 | 2026-08-29T21:22:55.493Z | [ recovery-image] Aug 29 21:22:54.864 INFO O| Aug 29 21:22:54.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config" |
| 6635 | 2026-08-29T21:22:55.493Z | [ recovery-image] Aug 29 21:22:54.864 INFO O| Aug 29 21:22:54.864 INFO STEP 433 (remove_files) COMPLETE |
| 6636 | 2026-08-29T21:22:55.493Z | [ recovery-image] Aug 29 21:22:54.864 INFO O| Aug 29 21:22:54.864 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6637 | 2026-08-29T21:22:55.502Z | [ recovery-image] Aug 29 21:22:54.873 INFO O| Aug 29 21:22:54.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog" |
| 6638 | 2026-08-29T21:22:55.502Z | [ recovery-image] Aug 29 21:22:54.873 INFO O| Aug 29 21:22:54.873 INFO STEP 434 (remove_files) COMPLETE |
| 6639 | 2026-08-29T21:22:55.502Z | [ recovery-image] Aug 29 21:22:54.873 INFO O| Aug 29 21:22:54.873 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6640 | 2026-08-29T21:22:55.511Z | [ recovery-image] Aug 29 21:22:54.882 INFO O| Aug 29 21:22:54.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint" |
| 6641 | 2026-08-29T21:22:55.511Z | [ recovery-image] Aug 29 21:22:54.882 INFO O| Aug 29 21:22:54.882 INFO STEP 435 (remove_files) COMPLETE |
| 6642 | 2026-08-29T21:22:55.511Z | [ recovery-image] Aug 29 21:22:54.882 INFO O| Aug 29 21:22:54.882 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6643 | 2026-08-29T21:22:55.520Z | [ recovery-image] Aug 29 21:22:54.891 INFO O| Aug 29 21:22:54.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf" |
| 6644 | 2026-08-29T21:22:55.520Z | [ recovery-image] Aug 29 21:22:54.891 INFO O| Aug 29 21:22:54.891 INFO STEP 436 (remove_files) COMPLETE |
| 6645 | 2026-08-29T21:22:55.520Z | [ recovery-image] Aug 29 21:22:54.891 INFO O| Aug 29 21:22:54.891 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6646 | 2026-08-29T21:22:55.528Z | [ recovery-image] Aug 29 21:22:54.899 INFO O| Aug 29 21:22:54.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr" |
| 6647 | 2026-08-29T21:22:55.528Z | [ recovery-image] Aug 29 21:22:54.899 INFO O| Aug 29 21:22:54.899 INFO STEP 437 (remove_files) COMPLETE |
| 6648 | 2026-08-29T21:22:55.528Z | [ recovery-image] Aug 29 21:22:54.899 INFO O| Aug 29 21:22:54.899 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6649 | 2026-08-29T21:22:55.538Z | [ recovery-image] Aug 29 21:22:54.909 INFO O| Aug 29 21:22:54.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd" |
| 6650 | 2026-08-29T21:22:55.538Z | [ recovery-image] Aug 29 21:22:54.909 INFO O| Aug 29 21:22:54.909 INFO STEP 438 (remove_files) COMPLETE |
| 6651 | 2026-08-29T21:22:55.538Z | [ recovery-image] Aug 29 21:22:54.909 INFO O| Aug 29 21:22:54.909 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6652 | 2026-08-29T21:22:55.548Z | [ recovery-image] Aug 29 21:22:54.919 INFO O| Aug 29 21:22:54.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz" |
| 6653 | 2026-08-29T21:22:55.548Z | [ recovery-image] Aug 29 21:22:54.919 INFO O| Aug 29 21:22:54.919 INFO STEP 439 (remove_files) COMPLETE |
| 6654 | 2026-08-29T21:22:55.551Z | [ recovery-image] Aug 29 21:22:54.919 INFO O| Aug 29 21:22:54.919 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6655 | 2026-08-29T21:22:55.558Z | [ recovery-image] Aug 29 21:22:54.929 INFO O| Aug 29 21:22:54.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec" |
| 6656 | 2026-08-29T21:22:55.558Z | [ recovery-image] Aug 29 21:22:54.929 INFO O| Aug 29 21:22:54.929 INFO STEP 440 (remove_files) COMPLETE |
| 6657 | 2026-08-29T21:22:55.558Z | [ recovery-image] Aug 29 21:22:54.929 INFO O| Aug 29 21:22:54.929 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6658 | 2026-08-29T21:22:55.568Z | [ recovery-image] Aug 29 21:22:54.940 INFO O| Aug 29 21:22:54.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff" |
| 6659 | 2026-08-29T21:22:55.572Z | [ recovery-image] Aug 29 21:22:54.940 INFO O| Aug 29 21:22:54.940 INFO STEP 441 (remove_files) COMPLETE |
| 6660 | 2026-08-29T21:22:55.572Z | [ recovery-image] Aug 29 21:22:54.940 INFO O| Aug 29 21:22:54.940 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6661 | 2026-08-29T21:22:55.572Z | [verify-libraries] Compiling atty v0.2.14 |
| 6662 | 2026-08-29T21:22:55.578Z | [ recovery-image] Aug 29 21:22:54.949 INFO O| Aug 29 21:22:54.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep" |
| 6663 | 2026-08-29T21:22:55.578Z | [ recovery-image] Aug 29 21:22:54.949 INFO O| Aug 29 21:22:54.949 INFO STEP 442 (remove_files) COMPLETE |
| 6664 | 2026-08-29T21:22:55.578Z | [ recovery-image] Aug 29 21:22:54.949 INFO O| Aug 29 21:22:54.949 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6665 | 2026-08-29T21:22:55.588Z | [ recovery-image] Aug 29 21:22:54.959 INFO O| Aug 29 21:22:54.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless" |
| 6666 | 2026-08-29T21:22:55.588Z | [ recovery-image] Aug 29 21:22:54.959 INFO O| Aug 29 21:22:54.959 INFO STEP 443 (remove_files) COMPLETE |
| 6667 | 2026-08-29T21:22:55.588Z | [ recovery-image] Aug 29 21:22:54.959 INFO O| Aug 29 21:22:54.959 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6668 | 2026-08-29T21:22:55.600Z | [verify-libraries] Compiling rtoolbox v0.0.3 |
| 6669 | 2026-08-29T21:22:55.604Z | [ recovery-image] Aug 29 21:22:54.972 INFO O| Aug 29 21:22:54.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore" |
| 6670 | 2026-08-29T21:22:55.604Z | [ recovery-image] Aug 29 21:22:54.972 INFO O| Aug 29 21:22:54.972 INFO STEP 444 (remove_files) COMPLETE |
| 6671 | 2026-08-29T21:22:55.604Z | [ recovery-image] Aug 29 21:22:54.972 INFO O| Aug 29 21:22:54.972 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6672 | 2026-08-29T21:22:55.610Z | [ recovery-image] Aug 29 21:22:54.982 INFO O| Aug 29 21:22:54.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes" |
| 6673 | 2026-08-29T21:22:55.610Z | [ recovery-image] Aug 29 21:22:54.982 INFO O| Aug 29 21:22:54.982 INFO STEP 445 (remove_files) COMPLETE |
| 6674 | 2026-08-29T21:22:55.610Z | [ recovery-image] Aug 29 21:22:54.982 INFO O| Aug 29 21:22:54.982 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6675 | 2026-08-29T21:22:55.620Z | [ recovery-image] Aug 29 21:22:54.992 INFO O| Aug 29 21:22:54.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat" |
| 6676 | 2026-08-29T21:22:55.620Z | [ recovery-image] Aug 29 21:22:54.992 INFO O| Aug 29 21:22:54.992 INFO STEP 446 (remove_files) COMPLETE |
| 6677 | 2026-08-29T21:22:55.624Z | [ recovery-image] Aug 29 21:22:54.992 INFO O| Aug 29 21:22:54.992 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6678 | 2026-08-29T21:22:55.629Z | [ recovery-image] Aug 29 21:22:55.001 INFO O| Aug 29 21:22:55.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat" |
| 6679 | 2026-08-29T21:22:55.630Z | [ recovery-image] Aug 29 21:22:55.001 INFO O| Aug 29 21:22:55.001 INFO STEP 447 (remove_files) COMPLETE |
| 6680 | 2026-08-29T21:22:55.630Z | [ recovery-image] Aug 29 21:22:55.001 INFO O| Aug 29 21:22:55.001 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6681 | 2026-08-29T21:22:55.639Z | [ recovery-image] Aug 29 21:22:55.011 INFO O| Aug 29 21:22:55.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd" |
| 6682 | 2026-08-29T21:22:55.640Z | [ recovery-image] Aug 29 21:22:55.011 INFO O| Aug 29 21:22:55.011 INFO STEP 448 (remove_files) COMPLETE |
| 6683 | 2026-08-29T21:22:55.640Z | [ recovery-image] Aug 29 21:22:55.011 INFO O| Aug 29 21:22:55.011 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6684 | 2026-08-29T21:22:55.649Z | [ recovery-image] Aug 29 21:22:55.021 INFO O| Aug 29 21:22:55.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep" |
| 6685 | 2026-08-29T21:22:55.649Z | [ recovery-image] Aug 29 21:22:55.021 INFO O| Aug 29 21:22:55.021 INFO STEP 449 (remove_files) COMPLETE |
| 6686 | 2026-08-29T21:22:55.652Z | [ recovery-image] Aug 29 21:22:55.021 INFO O| Aug 29 21:22:55.021 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6687 | 2026-08-29T21:22:55.663Z | [ recovery-image] Aug 29 21:22:55.035 INFO O| Aug 29 21:22:55.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless" |
| 6688 | 2026-08-29T21:22:55.663Z | [ recovery-image] Aug 29 21:22:55.035 INFO O| Aug 29 21:22:55.035 INFO STEP 450 (remove_files) COMPLETE |
| 6689 | 2026-08-29T21:22:55.667Z | [ recovery-image] Aug 29 21:22:55.035 INFO O| Aug 29 21:22:55.035 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6690 | 2026-08-29T21:22:55.674Z | [ recovery-image] Aug 29 21:22:55.045 INFO O| Aug 29 21:22:55.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
| 6691 | 2026-08-29T21:22:55.674Z | [ recovery-image] Aug 29 21:22:55.045 INFO O| Aug 29 21:22:55.045 INFO STEP 451 (remove_files) COMPLETE |
| 6692 | 2026-08-29T21:22:55.674Z | [ recovery-image] Aug 29 21:22:55.045 INFO O| Aug 29 21:22:55.045 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6693 | 2026-08-29T21:22:55.683Z | [ recovery-image] Aug 29 21:22:55.055 INFO O| Aug 29 21:22:55.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
| 6694 | 2026-08-29T21:22:55.683Z | [ recovery-image] Aug 29 21:22:55.055 INFO O| Aug 29 21:22:55.055 INFO STEP 452 (remove_files) COMPLETE |
| 6695 | 2026-08-29T21:22:55.683Z | [ recovery-image] Aug 29 21:22:55.055 INFO O| Aug 29 21:22:55.055 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6696 | 2026-08-29T21:22:55.694Z | [ recovery-image] Aug 29 21:22:55.066 INFO O| Aug 29 21:22:55.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
| 6697 | 2026-08-29T21:22:55.694Z | [ recovery-image] Aug 29 21:22:55.066 INFO O| Aug 29 21:22:55.066 INFO STEP 453 (remove_files) COMPLETE |
| 6698 | 2026-08-29T21:22:55.697Z | [ recovery-image] Aug 29 21:22:55.066 INFO O| Aug 29 21:22:55.066 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6699 | 2026-08-29T21:22:55.704Z | [ recovery-image] Aug 29 21:22:55.075 INFO O| Aug 29 21:22:55.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
| 6700 | 2026-08-29T21:22:55.704Z | [ recovery-image] Aug 29 21:22:55.075 INFO O| Aug 29 21:22:55.075 INFO STEP 454 (remove_files) COMPLETE |
| 6701 | 2026-08-29T21:22:55.704Z | [ recovery-image] Aug 29 21:22:55.075 INFO O| Aug 29 21:22:55.075 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6702 | 2026-08-29T21:22:55.715Z | [ recovery-image] Aug 29 21:22:55.086 INFO O| Aug 29 21:22:55.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
| 6703 | 2026-08-29T21:22:55.715Z | [ recovery-image] Aug 29 21:22:55.086 INFO O| Aug 29 21:22:55.086 INFO STEP 455 (remove_files) COMPLETE |
| 6704 | 2026-08-29T21:22:55.715Z | [ recovery-image] Aug 29 21:22:55.086 INFO O| Aug 29 21:22:55.086 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6705 | 2026-08-29T21:22:55.724Z | [ recovery-image] Aug 29 21:22:55.096 INFO O| Aug 29 21:22:55.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
| 6706 | 2026-08-29T21:22:55.724Z | [ recovery-image] Aug 29 21:22:55.096 INFO O| Aug 29 21:22:55.096 INFO STEP 456 (remove_files) COMPLETE |
| 6707 | 2026-08-29T21:22:55.724Z | [ recovery-image] Aug 29 21:22:55.096 INFO O| Aug 29 21:22:55.096 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6708 | 2026-08-29T21:22:55.736Z | [ recovery-image] Aug 29 21:22:55.107 INFO O| Aug 29 21:22:55.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
| 6709 | 2026-08-29T21:22:55.736Z | [ recovery-image] Aug 29 21:22:55.107 INFO O| Aug 29 21:22:55.107 INFO STEP 457 (remove_files) COMPLETE |
| 6710 | 2026-08-29T21:22:55.736Z | [ recovery-image] Aug 29 21:22:55.107 INFO O| Aug 29 21:22:55.107 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6711 | 2026-08-29T21:22:55.746Z | [ recovery-image] Aug 29 21:22:55.118 INFO O| Aug 29 21:22:55.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
| 6712 | 2026-08-29T21:22:55.746Z | [ recovery-image] Aug 29 21:22:55.118 INFO O| Aug 29 21:22:55.118 INFO STEP 458 (remove_files) COMPLETE |
| 6713 | 2026-08-29T21:22:55.746Z | [ recovery-image] Aug 29 21:22:55.118 INFO O| Aug 29 21:22:55.118 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6714 | 2026-08-29T21:22:55.752Z | [verify-libraries] Compiling sponge-cursor v0.1.0 |
| 6715 | 2026-08-29T21:22:55.757Z | [ recovery-image] Aug 29 21:22:55.129 INFO O| Aug 29 21:22:55.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
| 6716 | 2026-08-29T21:22:55.758Z | [ recovery-image] Aug 29 21:22:55.129 INFO O| Aug 29 21:22:55.129 INFO STEP 459 (remove_files) COMPLETE |
| 6717 | 2026-08-29T21:22:55.758Z | [ recovery-image] Aug 29 21:22:55.129 INFO O| Aug 29 21:22:55.129 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6718 | 2026-08-29T21:22:55.769Z | [ recovery-image] Aug 29 21:22:55.140 INFO O| Aug 29 21:22:55.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
| 6719 | 2026-08-29T21:22:55.769Z | [ recovery-image] Aug 29 21:22:55.140 INFO O| Aug 29 21:22:55.140 INFO STEP 460 (remove_files) COMPLETE |
| 6720 | 2026-08-29T21:22:55.769Z | [ recovery-image] Aug 29 21:22:55.140 INFO O| Aug 29 21:22:55.140 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6721 | 2026-08-29T21:22:55.779Z | [ recovery-image] Aug 29 21:22:55.150 INFO O| Aug 29 21:22:55.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
| 6722 | 2026-08-29T21:22:55.779Z | [ recovery-image] Aug 29 21:22:55.150 INFO O| Aug 29 21:22:55.150 INFO STEP 461 (remove_files) COMPLETE |
| 6723 | 2026-08-29T21:22:55.779Z | [ recovery-image] Aug 29 21:22:55.150 INFO O| Aug 29 21:22:55.150 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6724 | 2026-08-29T21:22:55.790Z | [ recovery-image] Aug 29 21:22:55.161 INFO O| Aug 29 21:22:55.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
| 6725 | 2026-08-29T21:22:55.790Z | [ recovery-image] Aug 29 21:22:55.161 INFO O| Aug 29 21:22:55.161 INFO STEP 462 (remove_files) COMPLETE |
| 6726 | 2026-08-29T21:22:55.790Z | [ recovery-image] Aug 29 21:22:55.161 INFO O| Aug 29 21:22:55.161 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6727 | 2026-08-29T21:22:55.800Z | [ recovery-image] Aug 29 21:22:55.171 INFO O| Aug 29 21:22:55.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9" |
| 6728 | 2026-08-29T21:22:55.800Z | [ recovery-image] Aug 29 21:22:55.171 INFO O| Aug 29 21:22:55.171 INFO STEP 463 (remove_files) COMPLETE |
| 6729 | 2026-08-29T21:22:55.800Z | [ recovery-image] Aug 29 21:22:55.171 INFO O| Aug 29 21:22:55.171 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6730 | 2026-08-29T21:22:55.810Z | [ recovery-image] Aug 29 21:22:55.182 INFO O| Aug 29 21:22:55.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
| 6731 | 2026-08-29T21:22:55.810Z | [ recovery-image] Aug 29 21:22:55.182 INFO O| Aug 29 21:22:55.182 INFO STEP 464 (remove_files) COMPLETE |
| 6732 | 2026-08-29T21:22:55.810Z | [ recovery-image] Aug 29 21:22:55.182 INFO O| Aug 29 21:22:55.182 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6733 | 2026-08-29T21:22:55.820Z | [ recovery-image] Aug 29 21:22:55.191 INFO O| Aug 29 21:22:55.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
| 6734 | 2026-08-29T21:22:55.820Z | [ recovery-image] Aug 29 21:22:55.192 INFO O| Aug 29 21:22:55.192 INFO STEP 465 (remove_files) COMPLETE |
| 6735 | 2026-08-29T21:22:55.820Z | [ recovery-image] Aug 29 21:22:55.192 INFO O| Aug 29 21:22:55.192 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6736 | 2026-08-29T21:22:55.830Z | [ recovery-image] Aug 29 21:22:55.201 INFO O| Aug 29 21:22:55.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags" |
| 6737 | 2026-08-29T21:22:55.830Z | [ recovery-image] Aug 29 21:22:55.201 INFO O| Aug 29 21:22:55.201 INFO STEP 466 (remove_files) COMPLETE |
| 6738 | 2026-08-29T21:22:55.830Z | [ recovery-image] Aug 29 21:22:55.201 INFO O| Aug 29 21:22:55.201 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6739 | 2026-08-29T21:22:55.840Z | [ recovery-image] Aug 29 21:22:55.211 INFO O| Aug 29 21:22:55.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit" |
| 6740 | 2026-08-29T21:22:55.840Z | [ recovery-image] Aug 29 21:22:55.211 INFO O| Aug 29 21:22:55.211 INFO STEP 467 (remove_files) COMPLETE |
| 6741 | 2026-08-29T21:22:55.840Z | [ recovery-image] Aug 29 21:22:55.211 INFO O| Aug 29 21:22:55.211 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6742 | 2026-08-29T21:22:55.850Z | [ recovery-image] Aug 29 21:22:55.221 INFO O| Aug 29 21:22:55.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex" |
| 6743 | 2026-08-29T21:22:55.850Z | [ recovery-image] Aug 29 21:22:55.221 INFO O| Aug 29 21:22:55.221 INFO STEP 468 (remove_files) COMPLETE |
| 6744 | 2026-08-29T21:22:55.850Z | [ recovery-image] Aug 29 21:22:55.221 INFO O| Aug 29 21:22:55.221 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6745 | 2026-08-29T21:22:55.860Z | [ recovery-image] Aug 29 21:22:55.232 INFO O| Aug 29 21:22:55.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh" |
| 6746 | 2026-08-29T21:22:55.860Z | [ recovery-image] Aug 29 21:22:55.232 INFO O| Aug 29 21:22:55.232 INFO STEP 469 (remove_files) COMPLETE |
| 6747 | 2026-08-29T21:22:55.860Z | [ recovery-image] Aug 29 21:22:55.232 INFO O| Aug 29 21:22:55.232 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6748 | 2026-08-29T21:22:55.871Z | [ recovery-image] Aug 29 21:22:55.243 INFO O| Aug 29 21:22:55.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh" |
| 6749 | 2026-08-29T21:22:55.871Z | [ recovery-image] Aug 29 21:22:55.243 INFO O| Aug 29 21:22:55.243 INFO STEP 470 (remove_files) COMPLETE |
| 6750 | 2026-08-29T21:22:55.875Z | [ recovery-image] Aug 29 21:22:55.243 INFO O| Aug 29 21:22:55.243 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6751 | 2026-08-29T21:22:55.881Z | [ recovery-image] Aug 29 21:22:55.253 INFO O| Aug 29 21:22:55.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit" |
| 6752 | 2026-08-29T21:22:55.884Z | [ recovery-image] Aug 29 21:22:55.253 INFO O| Aug 29 21:22:55.253 INFO STEP 471 (remove_files) COMPLETE |
| 6753 | 2026-08-29T21:22:55.885Z | [ recovery-image] Aug 29 21:22:55.253 INFO O| Aug 29 21:22:55.253 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6754 | 2026-08-29T21:22:55.891Z | [ recovery-image] Aug 29 21:22:55.263 INFO O| Aug 29 21:22:55.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi" |
| 6755 | 2026-08-29T21:22:55.891Z | [ recovery-image] Aug 29 21:22:55.263 INFO O| Aug 29 21:22:55.263 INFO STEP 472 (remove_files) COMPLETE |
| 6756 | 2026-08-29T21:22:55.894Z | [ recovery-image] Aug 29 21:22:55.263 INFO O| Aug 29 21:22:55.263 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6757 | 2026-08-29T21:22:55.902Z | [ recovery-image] Aug 29 21:22:55.274 INFO O| Aug 29 21:22:55.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view" |
| 6758 | 2026-08-29T21:22:55.902Z | [ recovery-image] Aug 29 21:22:55.274 INFO O| Aug 29 21:22:55.274 INFO STEP 473 (remove_files) COMPLETE |
| 6759 | 2026-08-29T21:22:55.902Z | [ recovery-image] Aug 29 21:22:55.274 INFO O| Aug 29 21:22:55.274 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6760 | 2026-08-29T21:22:55.912Z | [ recovery-image] Aug 29 21:22:55.283 INFO O| Aug 29 21:22:55.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux" |
| 6761 | 2026-08-29T21:22:55.912Z | [ recovery-image] Aug 29 21:22:55.283 INFO O| Aug 29 21:22:55.283 INFO STEP 474 (remove_files) COMPLETE |
| 6762 | 2026-08-29T21:22:55.912Z | [ recovery-image] Aug 29 21:22:55.283 INFO O| Aug 29 21:22:55.283 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6763 | 2026-08-29T21:22:55.916Z | [verify-libraries] Compiling topological-sort v0.2.2 |
| 6764 | 2026-08-29T21:22:55.921Z | [ recovery-image] Aug 29 21:22:55.293 INFO O| Aug 29 21:22:55.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool" |
| 6765 | 2026-08-29T21:22:55.922Z | [ recovery-image] Aug 29 21:22:55.293 INFO O| Aug 29 21:22:55.293 INFO STEP 475 (remove_files) COMPLETE |
| 6766 | 2026-08-29T21:22:55.922Z | [ recovery-image] Aug 29 21:22:55.293 INFO O| Aug 29 21:22:55.293 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6767 | 2026-08-29T21:22:55.932Z | [ recovery-image] Aug 29 21:22:55.302 INFO O| Aug 29 21:22:55.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt" |
| 6768 | 2026-08-29T21:22:55.932Z | [ recovery-image] Aug 29 21:22:55.302 INFO O| Aug 29 21:22:55.302 INFO STEP 476 (remove_files) COMPLETE |
| 6769 | 2026-08-29T21:22:55.935Z | [ recovery-image] Aug 29 21:22:55.302 INFO O| Aug 29 21:22:55.302 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6770 | 2026-08-29T21:22:55.942Z | [ recovery-image] Aug 29 21:22:55.313 INFO O| Aug 29 21:22:55.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm" |
| 6771 | 2026-08-29T21:22:55.942Z | [ recovery-image] Aug 29 21:22:55.313 INFO O| Aug 29 21:22:55.311 INFO STEP 477 (remove_files) COMPLETE |
| 6772 | 2026-08-29T21:22:55.945Z | [ recovery-image] Aug 29 21:22:55.313 INFO O| Aug 29 21:22:55.311 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6773 | 2026-08-29T21:22:55.950Z | [ recovery-image] Aug 29 21:22:55.321 INFO O| Aug 29 21:22:55.321 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts" |
| 6774 | 2026-08-29T21:22:55.950Z | [ recovery-image] Aug 29 21:22:55.321 INFO O| Aug 29 21:22:55.321 INFO STEP 478 (remove_files) COMPLETE |
| 6775 | 2026-08-29T21:22:55.950Z | [ recovery-image] Aug 29 21:22:55.321 INFO O| Aug 29 21:22:55.321 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6776 | 2026-08-29T21:22:55.959Z | [verify-libraries] Compiling sha3 v0.12.0 |
| 6777 | 2026-08-29T21:22:55.962Z | [ recovery-image] Aug 29 21:22:55.332 INFO O| Aug 29 21:22:55.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons" |
| 6778 | 2026-08-29T21:22:55.962Z | [ recovery-image] Aug 29 21:22:55.332 INFO O| Aug 29 21:22:55.332 INFO STEP 479 (remove_files) COMPLETE |
| 6779 | 2026-08-29T21:22:55.962Z | [ recovery-image] Aug 29 21:22:55.332 INFO O| Aug 29 21:22:55.332 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6780 | 2026-08-29T21:22:55.970Z | [ recovery-image] Aug 29 21:22:55.342 INFO O| Aug 29 21:22:55.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf" |
| 6781 | 2026-08-29T21:22:55.970Z | [ recovery-image] Aug 29 21:22:55.342 INFO O| Aug 29 21:22:55.342 INFO STEP 480 (remove_files) COMPLETE |
| 6782 | 2026-08-29T21:22:55.970Z | [ recovery-image] Aug 29 21:22:55.342 INFO O| Aug 29 21:22:55.342 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6783 | 2026-08-29T21:22:55.981Z | [ recovery-image] Aug 29 21:22:55.352 INFO O| Aug 29 21:22:55.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf" |
| 6784 | 2026-08-29T21:22:55.984Z | [ recovery-image] Aug 29 21:22:55.353 INFO O| Aug 29 21:22:55.353 INFO STEP 481 (remove_files) COMPLETE |
| 6785 | 2026-08-29T21:22:55.984Z | [ recovery-image] Aug 29 21:22:55.353 INFO O| Aug 29 21:22:55.353 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6786 | 2026-08-29T21:22:55.991Z | [ recovery-image] Aug 29 21:22:55.362 INFO O| Aug 29 21:22:55.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf" |
| 6787 | 2026-08-29T21:22:55.991Z | [ recovery-image] Aug 29 21:22:55.363 INFO O| Aug 29 21:22:55.363 INFO STEP 482 (remove_files) COMPLETE |
| 6788 | 2026-08-29T21:22:55.991Z | [ recovery-image] Aug 29 21:22:55.363 INFO O| Aug 29 21:22:55.363 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6789 | 2026-08-29T21:22:56.000Z | [ recovery-image] Aug 29 21:22:55.372 INFO O| Aug 29 21:22:55.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf" |
| 6790 | 2026-08-29T21:22:56.000Z | [ recovery-image] Aug 29 21:22:55.372 INFO O| Aug 29 21:22:55.372 INFO STEP 483 (remove_files) COMPLETE |
| 6791 | 2026-08-29T21:22:56.000Z | [ recovery-image] Aug 29 21:22:55.372 INFO O| Aug 29 21:22:55.372 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6792 | 2026-08-29T21:22:56.009Z | [ recovery-image] Aug 29 21:22:55.380 INFO O| Aug 29 21:22:55.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf" |
| 6793 | 2026-08-29T21:22:56.009Z | [ recovery-image] Aug 29 21:22:55.381 INFO O| Aug 29 21:22:55.381 INFO STEP 484 (remove_files) COMPLETE |
| 6794 | 2026-08-29T21:22:56.012Z | [ recovery-image] Aug 29 21:22:55.381 INFO O| Aug 29 21:22:55.381 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6795 | 2026-08-29T21:22:56.017Z | [ recovery-image] Aug 29 21:22:55.389 INFO O| Aug 29 21:22:55.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf" |
| 6796 | 2026-08-29T21:22:56.017Z | [ recovery-image] Aug 29 21:22:55.389 INFO O| Aug 29 21:22:55.389 INFO STEP 485 (remove_files) COMPLETE |
| 6797 | 2026-08-29T21:22:56.017Z | [ recovery-image] Aug 29 21:22:55.389 INFO O| Aug 29 21:22:55.389 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6798 | 2026-08-29T21:22:56.027Z | [ recovery-image] Aug 29 21:22:55.399 INFO O| Aug 29 21:22:55.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf" |
| 6799 | 2026-08-29T21:22:56.027Z | [ recovery-image] Aug 29 21:22:55.399 INFO O| Aug 29 21:22:55.399 INFO STEP 486 (remove_files) COMPLETE |
| 6800 | 2026-08-29T21:22:56.028Z | [ recovery-image] Aug 29 21:22:55.399 INFO O| Aug 29 21:22:55.399 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6801 | 2026-08-29T21:22:56.037Z | [ recovery-image] Aug 29 21:22:55.408 INFO O| Aug 29 21:22:55.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec" |
| 6802 | 2026-08-29T21:22:56.040Z | [ recovery-image] Aug 29 21:22:55.409 INFO O| Aug 29 21:22:55.409 INFO STEP 487 (remove_files) COMPLETE |
| 6803 | 2026-08-29T21:22:56.040Z | [ recovery-image] Aug 29 21:22:55.409 INFO O| Aug 29 21:22:55.409 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6804 | 2026-08-29T21:22:56.047Z | [ recovery-image] Aug 29 21:22:55.418 INFO O| Aug 29 21:22:55.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec" |
| 6805 | 2026-08-29T21:22:56.047Z | [ recovery-image] Aug 29 21:22:55.419 INFO O| Aug 29 21:22:55.418 INFO STEP 488 (remove_files) COMPLETE |
| 6806 | 2026-08-29T21:22:56.047Z | [ recovery-image] Aug 29 21:22:55.419 INFO O| Aug 29 21:22:55.418 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6807 | 2026-08-29T21:22:56.063Z | [ recovery-image] Aug 29 21:22:55.430 INFO O| Aug 29 21:22:55.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs" |
| 6808 | 2026-08-29T21:22:56.064Z | [ recovery-image] Aug 29 21:22:55.430 INFO O| Aug 29 21:22:55.430 INFO STEP 489 (remove_files) COMPLETE |
| 6809 | 2026-08-29T21:22:56.064Z | [ recovery-image] Aug 29 21:22:55.430 INFO O| Aug 29 21:22:55.430 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6810 | 2026-08-29T21:22:56.070Z | [ recovery-image] Aug 29 21:22:55.441 INFO O| Aug 29 21:22:55.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs" |
| 6811 | 2026-08-29T21:22:56.070Z | [ recovery-image] Aug 29 21:22:55.441 INFO O| Aug 29 21:22:55.441 INFO STEP 490 (remove_files) COMPLETE |
| 6812 | 2026-08-29T21:22:56.073Z | [ recovery-image] Aug 29 21:22:55.441 INFO O| Aug 29 21:22:55.441 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6813 | 2026-08-29T21:22:56.080Z | [ recovery-image] Aug 29 21:22:55.452 INFO O| Aug 29 21:22:55.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
| 6814 | 2026-08-29T21:22:56.080Z | [ recovery-image] Aug 29 21:22:55.452 INFO O| Aug 29 21:22:55.452 INFO STEP 491 (remove_files) COMPLETE |
| 6815 | 2026-08-29T21:22:56.080Z | [ recovery-image] Aug 29 21:22:55.452 INFO O| Aug 29 21:22:55.452 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6816 | 2026-08-29T21:22:56.090Z | [ recovery-image] Aug 29 21:22:55.462 INFO O| Aug 29 21:22:55.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
| 6817 | 2026-08-29T21:22:56.094Z | [ recovery-image] Aug 29 21:22:55.462 INFO O| Aug 29 21:22:55.462 INFO STEP 492 (remove_files) COMPLETE |
| 6818 | 2026-08-29T21:22:56.094Z | [ recovery-image] Aug 29 21:22:55.462 INFO O| Aug 29 21:22:55.462 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6819 | 2026-08-29T21:22:56.105Z | [ recovery-image] Aug 29 21:22:55.472 INFO O| Aug 29 21:22:55.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
| 6820 | 2026-08-29T21:22:56.105Z | [ recovery-image] Aug 29 21:22:55.472 INFO O| Aug 29 21:22:55.472 INFO STEP 493 (remove_files) COMPLETE |
| 6821 | 2026-08-29T21:22:56.105Z | [ recovery-image] Aug 29 21:22:55.472 INFO O| Aug 29 21:22:55.472 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6822 | 2026-08-29T21:22:56.110Z | [ recovery-image] Aug 29 21:22:55.482 INFO O| Aug 29 21:22:55.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
| 6823 | 2026-08-29T21:22:56.110Z | [ recovery-image] Aug 29 21:22:55.482 INFO O| Aug 29 21:22:55.482 INFO STEP 494 (remove_files) COMPLETE |
| 6824 | 2026-08-29T21:22:56.110Z | [ recovery-image] Aug 29 21:22:55.482 INFO O| Aug 29 21:22:55.482 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6825 | 2026-08-29T21:22:56.120Z | [ recovery-image] Aug 29 21:22:55.491 INFO O| Aug 29 21:22:55.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA" |
| 6826 | 2026-08-29T21:22:56.120Z | [ recovery-image] Aug 29 21:22:55.491 INFO O| Aug 29 21:22:55.491 INFO STEP 495 (remove_files) COMPLETE |
| 6827 | 2026-08-29T21:22:56.120Z | [ recovery-image] Aug 29 21:22:55.491 INFO O| Aug 29 21:22:55.491 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6828 | 2026-08-29T21:22:56.128Z | [verify-libraries] Compiling omicron-zone-package v0.12.3 |
| 6829 | 2026-08-29T21:22:56.131Z | [ recovery-image] Aug 29 21:22:55.501 INFO O| Aug 29 21:22:55.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT" |
| 6830 | 2026-08-29T21:22:56.131Z | [ recovery-image] Aug 29 21:22:55.501 INFO O| Aug 29 21:22:55.501 INFO STEP 496 (remove_files) COMPLETE |
| 6831 | 2026-08-29T21:22:56.131Z | [ recovery-image] Aug 29 21:22:55.501 INFO O| Aug 29 21:22:55.501 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6832 | 2026-08-29T21:22:56.140Z | [ recovery-image] Aug 29 21:22:55.512 INFO O| Aug 29 21:22:55.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
| 6833 | 2026-08-29T21:22:56.140Z | [ recovery-image] Aug 29 21:22:55.512 INFO O| Aug 29 21:22:55.512 INFO STEP 497 (remove_files) COMPLETE |
| 6834 | 2026-08-29T21:22:56.143Z | [ recovery-image] Aug 29 21:22:55.512 INFO O| Aug 29 21:22:55.512 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6835 | 2026-08-29T21:22:56.151Z | [ recovery-image] Aug 29 21:22:55.522 INFO O| Aug 29 21:22:55.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
| 6836 | 2026-08-29T21:22:56.151Z | [ recovery-image] Aug 29 21:22:55.522 INFO O| Aug 29 21:22:55.522 INFO STEP 498 (remove_files) COMPLETE |
| 6837 | 2026-08-29T21:22:56.151Z | [ recovery-image] Aug 29 21:22:55.522 INFO O| Aug 29 21:22:55.522 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6838 | 2026-08-29T21:22:56.161Z | [ recovery-image] Aug 29 21:22:55.532 INFO O| Aug 29 21:22:55.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod" |
| 6839 | 2026-08-29T21:22:56.161Z | [ recovery-image] Aug 29 21:22:55.532 INFO O| Aug 29 21:22:55.532 INFO STEP 499 (remove_files) COMPLETE |
| 6840 | 2026-08-29T21:22:56.161Z | [ recovery-image] Aug 29 21:22:55.532 INFO O| Aug 29 21:22:55.532 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6841 | 2026-08-29T21:22:56.172Z | [ recovery-image] Aug 29 21:22:55.543 INFO O| Aug 29 21:22:55.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod" |
| 6842 | 2026-08-29T21:22:56.172Z | [ recovery-image] Aug 29 21:22:55.544 INFO O| Aug 29 21:22:55.544 INFO STEP 500 (remove_files) COMPLETE |
| 6843 | 2026-08-29T21:22:56.172Z | [ recovery-image] Aug 29 21:22:55.544 INFO O| Aug 29 21:22:55.544 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6844 | 2026-08-29T21:22:56.183Z | [ recovery-image] Aug 29 21:22:55.555 INFO O| Aug 29 21:22:55.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl" |
| 6845 | 2026-08-29T21:22:56.183Z | [ recovery-image] Aug 29 21:22:55.555 INFO O| Aug 29 21:22:55.555 INFO STEP 501 (remove_files) COMPLETE |
| 6846 | 2026-08-29T21:22:56.183Z | [ recovery-image] Aug 29 21:22:55.555 INFO O| Aug 29 21:22:55.555 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6847 | 2026-08-29T21:22:56.195Z | [ recovery-image] Aug 29 21:22:55.566 INFO O| Aug 29 21:22:55.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys" |
| 6848 | 2026-08-29T21:22:56.195Z | [ recovery-image] Aug 29 21:22:55.566 INFO O| Aug 29 21:22:55.566 INFO STEP 502 (remove_files) COMPLETE |
| 6849 | 2026-08-29T21:22:56.198Z | [ recovery-image] Aug 29 21:22:55.566 INFO O| Aug 29 21:22:55.566 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6850 | 2026-08-29T21:22:56.204Z | [ recovery-image] Aug 29 21:22:55.576 INFO O| Aug 29 21:22:55.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct" |
| 6851 | 2026-08-29T21:22:56.204Z | [ recovery-image] Aug 29 21:22:55.576 INFO O| Aug 29 21:22:55.576 INFO STEP 503 (remove_files) COMPLETE |
| 6852 | 2026-08-29T21:22:56.204Z | [ recovery-image] Aug 29 21:22:55.576 INFO O| Aug 29 21:22:55.576 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6853 | 2026-08-29T21:22:56.220Z | [ recovery-image] Aug 29 21:22:55.591 INFO O| Aug 29 21:22:55.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README" |
| 6854 | 2026-08-29T21:22:56.220Z | [ recovery-image] Aug 29 21:22:55.591 INFO O| Aug 29 21:22:55.588 INFO STEP 504 (remove_files) COMPLETE |
| 6855 | 2026-08-29T21:22:56.220Z | [ recovery-image] Aug 29 21:22:55.591 INFO O| Aug 29 21:22:55.588 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6856 | 2026-08-29T21:22:56.225Z | [ recovery-image] Aug 29 21:22:55.597 INFO O| Aug 29 21:22:55.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map" |
| 6857 | 2026-08-29T21:22:56.225Z | [ recovery-image] Aug 29 21:22:55.597 INFO O| Aug 29 21:22:55.597 INFO STEP 505 (remove_files) COMPLETE |
| 6858 | 2026-08-29T21:22:56.225Z | [ recovery-image] Aug 29 21:22:55.597 INFO O| Aug 29 21:22:55.597 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6859 | 2026-08-29T21:22:56.234Z | [ recovery-image] Aug 29 21:22:55.606 INFO O| Aug 29 21:22:55.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace" |
| 6860 | 2026-08-29T21:22:56.234Z | [ recovery-image] Aug 29 21:22:55.606 INFO O| Aug 29 21:22:55.606 INFO STEP 506 (remove_files) COMPLETE |
| 6861 | 2026-08-29T21:22:56.234Z | [ recovery-image] Aug 29 21:22:55.606 INFO O| Aug 29 21:22:55.606 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6862 | 2026-08-29T21:22:56.243Z | [ recovery-image] Aug 29 21:22:55.615 INFO O| Aug 29 21:22:55.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen" |
| 6863 | 2026-08-29T21:22:56.243Z | [ recovery-image] Aug 29 21:22:55.615 INFO O| Aug 29 21:22:55.615 INFO STEP 507 (remove_files) COMPLETE |
| 6864 | 2026-08-29T21:22:56.247Z | [ recovery-image] Aug 29 21:22:55.615 INFO O| Aug 29 21:22:55.615 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6865 | 2026-08-29T21:22:56.253Z | [ recovery-image] Aug 29 21:22:55.625 INFO O| Aug 29 21:22:55.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1" |
| 6866 | 2026-08-29T21:22:56.253Z | [ recovery-image] Aug 29 21:22:55.625 INFO O| Aug 29 21:22:55.625 INFO STEP 508 (remove_files) COMPLETE |
| 6867 | 2026-08-29T21:22:56.253Z | [ recovery-image] Aug 29 21:22:55.625 INFO O| Aug 29 21:22:55.625 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6868 | 2026-08-29T21:22:56.263Z | [ recovery-image] Aug 29 21:22:55.635 INFO O| Aug 29 21:22:55.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3" |
| 6869 | 2026-08-29T21:22:56.263Z | [ recovery-image] Aug 29 21:22:55.635 INFO O| Aug 29 21:22:55.635 INFO STEP 509 (remove_files) COMPLETE |
| 6870 | 2026-08-29T21:22:56.263Z | [ recovery-image] Aug 29 21:22:55.635 INFO O| Aug 29 21:22:55.635 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6871 | 2026-08-29T21:22:56.272Z | [ recovery-image] Aug 29 21:22:55.644 INFO O| Aug 29 21:22:55.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4" |
| 6872 | 2026-08-29T21:22:56.272Z | [ recovery-image] Aug 29 21:22:55.644 INFO O| Aug 29 21:22:55.644 INFO STEP 510 (remove_files) COMPLETE |
| 6873 | 2026-08-29T21:22:56.272Z | [ recovery-image] Aug 29 21:22:55.644 INFO O| Aug 29 21:22:55.644 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6874 | 2026-08-29T21:22:56.281Z | [ recovery-image] Aug 29 21:22:55.652 INFO O| Aug 29 21:22:55.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o" |
| 6875 | 2026-08-29T21:22:56.281Z | [ recovery-image] Aug 29 21:22:55.652 INFO O| Aug 29 21:22:55.652 INFO STEP 511 (remove_files) COMPLETE |
| 6876 | 2026-08-29T21:22:56.281Z | [ recovery-image] Aug 29 21:22:55.652 INFO O| Aug 29 21:22:55.652 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6877 | 2026-08-29T21:22:56.291Z | [ recovery-image] Aug 29 21:22:55.662 INFO O| Aug 29 21:22:55.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o" |
| 6878 | 2026-08-29T21:22:56.291Z | [ recovery-image] Aug 29 21:22:55.662 INFO O| Aug 29 21:22:55.662 INFO STEP 512 (remove_files) COMPLETE |
| 6879 | 2026-08-29T21:22:56.291Z | [ recovery-image] Aug 29 21:22:55.662 INFO O| Aug 29 21:22:55.662 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6880 | 2026-08-29T21:22:56.300Z | [ recovery-image] Aug 29 21:22:55.672 INFO O| Aug 29 21:22:55.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1" |
| 6881 | 2026-08-29T21:22:56.303Z | [ recovery-image] Aug 29 21:22:55.673 INFO O| Aug 29 21:22:55.673 INFO STEP 513 (remove_files) COMPLETE |
| 6882 | 2026-08-29T21:22:56.303Z | [ recovery-image] Aug 29 21:22:55.673 INFO O| Aug 29 21:22:55.673 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6883 | 2026-08-29T21:22:56.310Z | [ recovery-image] Aug 29 21:22:55.682 INFO O| Aug 29 21:22:55.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
| 6884 | 2026-08-29T21:22:56.310Z | [ recovery-image] Aug 29 21:22:55.682 INFO O| Aug 29 21:22:55.682 INFO STEP 514 (remove_files) COMPLETE |
| 6885 | 2026-08-29T21:22:56.310Z | [ recovery-image] Aug 29 21:22:55.682 INFO O| Aug 29 21:22:55.682 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6886 | 2026-08-29T21:22:56.319Z | [ recovery-image] Aug 29 21:22:55.690 INFO O| Aug 29 21:22:55.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6887 | 2026-08-29T21:22:56.319Z | [ recovery-image] Aug 29 21:22:55.691 INFO O| Aug 29 21:22:55.691 INFO STEP 515 (remove_files) COMPLETE |
| 6888 | 2026-08-29T21:22:56.319Z | [ recovery-image] Aug 29 21:22:55.691 INFO O| Aug 29 21:22:55.691 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6889 | 2026-08-29T21:22:56.328Z | [ recovery-image] Aug 29 21:22:55.700 INFO O| Aug 29 21:22:55.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1" |
| 6890 | 2026-08-29T21:22:56.328Z | [ recovery-image] Aug 29 21:22:55.700 INFO O| Aug 29 21:22:55.700 INFO STEP 516 (remove_files) COMPLETE |
| 6891 | 2026-08-29T21:22:56.332Z | [ recovery-image] Aug 29 21:22:55.700 INFO O| Aug 29 21:22:55.700 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6892 | 2026-08-29T21:22:56.337Z | [ recovery-image] Aug 29 21:22:55.709 INFO O| Aug 29 21:22:55.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
| 6893 | 2026-08-29T21:22:56.340Z | [ recovery-image] Aug 29 21:22:55.709 INFO O| Aug 29 21:22:55.709 INFO STEP 517 (remove_files) COMPLETE |
| 6894 | 2026-08-29T21:22:56.340Z | [ recovery-image] Aug 29 21:22:55.709 INFO O| Aug 29 21:22:55.709 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6895 | 2026-08-29T21:22:56.346Z | [ recovery-image] Aug 29 21:22:55.718 INFO O| Aug 29 21:22:55.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
| 6896 | 2026-08-29T21:22:56.346Z | [ recovery-image] Aug 29 21:22:55.718 INFO O| Aug 29 21:22:55.718 INFO STEP 518 (remove_files) COMPLETE |
| 6897 | 2026-08-29T21:22:56.347Z | [ recovery-image] Aug 29 21:22:55.718 INFO O| Aug 29 21:22:55.718 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6898 | 2026-08-29T21:22:56.355Z | [ recovery-image] Aug 29 21:22:55.727 INFO O| Aug 29 21:22:55.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
| 6899 | 2026-08-29T21:22:56.355Z | [ recovery-image] Aug 29 21:22:55.727 INFO O| Aug 29 21:22:55.727 INFO STEP 519 (remove_files) COMPLETE |
| 6900 | 2026-08-29T21:22:56.355Z | [ recovery-image] Aug 29 21:22:55.727 INFO O| Aug 29 21:22:55.727 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6901 | 2026-08-29T21:22:56.364Z | [ recovery-image] Aug 29 21:22:55.736 INFO O| Aug 29 21:22:55.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
| 6902 | 2026-08-29T21:22:56.364Z | [ recovery-image] Aug 29 21:22:55.736 INFO O| Aug 29 21:22:55.736 INFO STEP 520 (remove_files) COMPLETE |
| 6903 | 2026-08-29T21:22:56.364Z | [ recovery-image] Aug 29 21:22:55.736 INFO O| Aug 29 21:22:55.736 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6904 | 2026-08-29T21:22:56.375Z | [ recovery-image] Aug 29 21:22:55.747 INFO O| Aug 29 21:22:55.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub" |
| 6905 | 2026-08-29T21:22:56.375Z | [ recovery-image] Aug 29 21:22:55.747 INFO O| Aug 29 21:22:55.747 INFO STEP 521 (remove_files) COMPLETE |
| 6906 | 2026-08-29T21:22:56.379Z | [ recovery-image] Aug 29 21:22:55.747 INFO O| Aug 29 21:22:55.747 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6907 | 2026-08-29T21:22:56.386Z | [ recovery-image] Aug 29 21:22:55.757 INFO O| Aug 29 21:22:55.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1" |
| 6908 | 2026-08-29T21:22:56.386Z | [ recovery-image] Aug 29 21:22:55.757 INFO O| Aug 29 21:22:55.757 INFO STEP 522 (remove_files) COMPLETE |
| 6909 | 2026-08-29T21:22:56.386Z | [ recovery-image] Aug 29 21:22:55.757 INFO O| Aug 29 21:22:55.757 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6910 | 2026-08-29T21:22:56.395Z | [ recovery-image] Aug 29 21:22:55.766 INFO O| Aug 29 21:22:55.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1" |
| 6911 | 2026-08-29T21:22:56.395Z | [ recovery-image] Aug 29 21:22:55.766 INFO O| Aug 29 21:22:55.766 INFO STEP 523 (remove_files) COMPLETE |
| 6912 | 2026-08-29T21:22:56.395Z | [ recovery-image] Aug 29 21:22:55.766 INFO O| Aug 29 21:22:55.766 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6913 | 2026-08-29T21:22:56.405Z | [ recovery-image] Aug 29 21:22:55.776 INFO O| Aug 29 21:22:55.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1" |
| 6914 | 2026-08-29T21:22:56.405Z | [ recovery-image] Aug 29 21:22:55.777 INFO O| Aug 29 21:22:55.776 INFO STEP 524 (remove_files) COMPLETE |
| 6915 | 2026-08-29T21:22:56.405Z | [ recovery-image] Aug 29 21:22:55.777 INFO O| Aug 29 21:22:55.776 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6916 | 2026-08-29T21:22:56.414Z | [ recovery-image] Aug 29 21:22:55.786 INFO O| Aug 29 21:22:55.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1" |
| 6917 | 2026-08-29T21:22:56.415Z | [ recovery-image] Aug 29 21:22:55.786 INFO O| Aug 29 21:22:55.786 INFO STEP 525 (remove_files) COMPLETE |
| 6918 | 2026-08-29T21:22:56.415Z | [ recovery-image] Aug 29 21:22:55.786 INFO O| Aug 29 21:22:55.786 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6919 | 2026-08-29T21:22:56.425Z | [ recovery-image] Aug 29 21:22:55.797 INFO O| Aug 29 21:22:55.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1" |
| 6920 | 2026-08-29T21:22:56.425Z | [ recovery-image] Aug 29 21:22:55.797 INFO O| Aug 29 21:22:55.797 INFO STEP 526 (remove_files) COMPLETE |
| 6921 | 2026-08-29T21:22:56.425Z | [ recovery-image] Aug 29 21:22:55.797 INFO O| Aug 29 21:22:55.797 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6922 | 2026-08-29T21:22:56.436Z | [ recovery-image] Aug 29 21:22:55.807 INFO O| Aug 29 21:22:55.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0" |
| 6923 | 2026-08-29T21:22:56.436Z | [ recovery-image] Aug 29 21:22:55.807 INFO O| Aug 29 21:22:55.807 INFO STEP 527 (remove_files) COMPLETE |
| 6924 | 2026-08-29T21:22:56.436Z | [ recovery-image] Aug 29 21:22:55.807 INFO O| Aug 29 21:22:55.807 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6925 | 2026-08-29T21:22:56.446Z | [ recovery-image] Aug 29 21:22:55.818 INFO O| Aug 29 21:22:55.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0" |
| 6926 | 2026-08-29T21:22:56.446Z | [ recovery-image] Aug 29 21:22:55.818 INFO O| Aug 29 21:22:55.818 INFO STEP 528 (remove_files) COMPLETE |
| 6927 | 2026-08-29T21:22:56.446Z | [ recovery-image] Aug 29 21:22:55.818 INFO O| Aug 29 21:22:55.818 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6928 | 2026-08-29T21:22:56.457Z | [ recovery-image] Aug 29 21:22:55.828 INFO O| Aug 29 21:22:55.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0" |
| 6929 | 2026-08-29T21:22:56.457Z | [ recovery-image] Aug 29 21:22:55.828 INFO O| Aug 29 21:22:55.828 INFO STEP 529 (remove_files) COMPLETE |
| 6930 | 2026-08-29T21:22:56.460Z | [ recovery-image] Aug 29 21:22:55.828 INFO O| Aug 29 21:22:55.828 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6931 | 2026-08-29T21:22:56.468Z | [ recovery-image] Aug 29 21:22:55.839 INFO O| Aug 29 21:22:55.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
| 6932 | 2026-08-29T21:22:56.468Z | [ recovery-image] Aug 29 21:22:55.839 INFO O| Aug 29 21:22:55.839 INFO STEP 530 (remove_files) COMPLETE |
| 6933 | 2026-08-29T21:22:56.471Z | [ recovery-image] Aug 29 21:22:55.839 INFO O| Aug 29 21:22:55.839 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6934 | 2026-08-29T21:22:56.478Z | [ recovery-image] Aug 29 21:22:55.850 INFO O| Aug 29 21:22:55.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
| 6935 | 2026-08-29T21:22:56.478Z | [ recovery-image] Aug 29 21:22:55.850 INFO O| Aug 29 21:22:55.850 INFO STEP 531 (remove_files) COMPLETE |
| 6936 | 2026-08-29T21:22:56.481Z | [ recovery-image] Aug 29 21:22:55.850 INFO O| Aug 29 21:22:55.850 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6937 | 2026-08-29T21:22:56.489Z | [ recovery-image] Aug 29 21:22:55.860 INFO O| Aug 29 21:22:55.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1" |
| 6938 | 2026-08-29T21:22:56.489Z | [ recovery-image] Aug 29 21:22:55.860 INFO O| Aug 29 21:22:55.860 INFO STEP 532 (remove_files) COMPLETE |
| 6939 | 2026-08-29T21:22:56.489Z | [ recovery-image] Aug 29 21:22:55.860 INFO O| Aug 29 21:22:55.860 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6940 | 2026-08-29T21:22:56.498Z | [ recovery-image] Aug 29 21:22:55.870 INFO O| Aug 29 21:22:55.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1" |
| 6941 | 2026-08-29T21:22:56.498Z | [ recovery-image] Aug 29 21:22:55.870 INFO O| Aug 29 21:22:55.870 INFO STEP 533 (remove_files) COMPLETE |
| 6942 | 2026-08-29T21:22:56.498Z | [ recovery-image] Aug 29 21:22:55.870 INFO O| Aug 29 21:22:55.870 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6943 | 2026-08-29T21:22:56.508Z | [ recovery-image] Aug 29 21:22:55.879 INFO O| Aug 29 21:22:55.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1" |
| 6944 | 2026-08-29T21:22:56.508Z | [ recovery-image] Aug 29 21:22:55.880 INFO O| Aug 29 21:22:55.880 INFO STEP 534 (remove_files) COMPLETE |
| 6945 | 2026-08-29T21:22:56.508Z | [ recovery-image] Aug 29 21:22:55.880 INFO O| Aug 29 21:22:55.880 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6946 | 2026-08-29T21:22:56.519Z | [ recovery-image] Aug 29 21:22:55.890 INFO O| Aug 29 21:22:55.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
| 6947 | 2026-08-29T21:22:56.519Z | [ recovery-image] Aug 29 21:22:55.891 INFO O| Aug 29 21:22:55.891 INFO STEP 535 (remove_files) COMPLETE |
| 6948 | 2026-08-29T21:22:56.519Z | [ recovery-image] Aug 29 21:22:55.891 INFO O| Aug 29 21:22:55.891 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6949 | 2026-08-29T21:22:56.531Z | [ recovery-image] Aug 29 21:22:55.902 INFO O| Aug 29 21:22:55.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
| 6950 | 2026-08-29T21:22:56.531Z | [ recovery-image] Aug 29 21:22:55.902 INFO O| Aug 29 21:22:55.902 INFO STEP 536 (remove_files) COMPLETE |
| 6951 | 2026-08-29T21:22:56.534Z | [ recovery-image] Aug 29 21:22:55.902 INFO O| Aug 29 21:22:55.902 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6952 | 2026-08-29T21:22:56.541Z | [ recovery-image] Aug 29 21:22:55.911 INFO O| Aug 29 21:22:55.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1" |
| 6953 | 2026-08-29T21:22:56.541Z | [ recovery-image] Aug 29 21:22:55.911 INFO O| Aug 29 21:22:55.911 INFO STEP 537 (remove_files) COMPLETE |
| 6954 | 2026-08-29T21:22:56.541Z | [ recovery-image] Aug 29 21:22:55.911 INFO O| Aug 29 21:22:55.911 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6955 | 2026-08-29T21:22:56.550Z | [ recovery-image] Aug 29 21:22:55.922 INFO O| Aug 29 21:22:55.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
| 6956 | 2026-08-29T21:22:56.551Z | [ recovery-image] Aug 29 21:22:55.922 INFO O| Aug 29 21:22:55.922 INFO STEP 538 (remove_files) COMPLETE |
| 6957 | 2026-08-29T21:22:56.551Z | [ recovery-image] Aug 29 21:22:55.922 INFO O| Aug 29 21:22:55.922 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6958 | 2026-08-29T21:22:56.562Z | [ recovery-image] Aug 29 21:22:55.934 INFO O| Aug 29 21:22:55.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1" |
| 6959 | 2026-08-29T21:22:56.562Z | [ recovery-image] Aug 29 21:22:55.934 INFO O| Aug 29 21:22:55.934 INFO STEP 539 (remove_files) COMPLETE |
| 6960 | 2026-08-29T21:22:56.563Z | [ recovery-image] Aug 29 21:22:55.934 INFO O| Aug 29 21:22:55.934 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6961 | 2026-08-29T21:22:56.573Z | [ recovery-image] Aug 29 21:22:55.944 INFO O| Aug 29 21:22:55.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1" |
| 6962 | 2026-08-29T21:22:56.573Z | [ recovery-image] Aug 29 21:22:55.944 INFO O| Aug 29 21:22:55.944 INFO STEP 540 (remove_files) COMPLETE |
| 6963 | 2026-08-29T21:22:56.573Z | [ recovery-image] Aug 29 21:22:55.944 INFO O| Aug 29 21:22:55.944 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6964 | 2026-08-29T21:22:56.581Z | [ recovery-image] Aug 29 21:22:55.953 INFO O| Aug 29 21:22:55.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1" |
| 6965 | 2026-08-29T21:22:56.582Z | [ recovery-image] Aug 29 21:22:55.953 INFO O| Aug 29 21:22:55.953 INFO STEP 541 (remove_files) COMPLETE |
| 6966 | 2026-08-29T21:22:56.582Z | [ recovery-image] Aug 29 21:22:55.953 INFO O| Aug 29 21:22:55.953 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6967 | 2026-08-29T21:22:56.592Z | [ recovery-image] Aug 29 21:22:55.963 INFO O| Aug 29 21:22:55.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1" |
| 6968 | 2026-08-29T21:22:56.592Z | [ recovery-image] Aug 29 21:22:55.964 INFO O| Aug 29 21:22:55.964 INFO STEP 542 (remove_files) COMPLETE |
| 6969 | 2026-08-29T21:22:56.592Z | [ recovery-image] Aug 29 21:22:55.964 INFO O| Aug 29 21:22:55.964 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6970 | 2026-08-29T21:22:56.602Z | [ recovery-image] Aug 29 21:22:55.973 INFO O| Aug 29 21:22:55.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1" |
| 6971 | 2026-08-29T21:22:56.602Z | [ recovery-image] Aug 29 21:22:55.973 INFO O| Aug 29 21:22:55.973 INFO STEP 543 (remove_files) COMPLETE |
| 6972 | 2026-08-29T21:22:56.602Z | [ recovery-image] Aug 29 21:22:55.973 INFO O| Aug 29 21:22:55.973 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6973 | 2026-08-29T21:22:56.605Z | [verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 6974 | 2026-08-29T21:22:56.611Z | [ recovery-image] Aug 29 21:22:55.982 INFO O| Aug 29 21:22:55.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1" |
| 6975 | 2026-08-29T21:22:56.611Z | [ recovery-image] Aug 29 21:22:55.982 INFO O| Aug 29 21:22:55.982 INFO STEP 544 (remove_files) COMPLETE |
| 6976 | 2026-08-29T21:22:56.615Z | [ recovery-image] Aug 29 21:22:55.982 INFO O| Aug 29 21:22:55.982 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6977 | 2026-08-29T21:22:56.621Z | [ recovery-image] Aug 29 21:22:55.992 INFO O| Aug 29 21:22:55.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1" |
| 6978 | 2026-08-29T21:22:56.621Z | [ recovery-image] Aug 29 21:22:55.993 INFO O| Aug 29 21:22:55.993 INFO STEP 545 (remove_files) COMPLETE |
| 6979 | 2026-08-29T21:22:56.621Z | [ recovery-image] Aug 29 21:22:55.993 INFO O| Aug 29 21:22:55.993 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6980 | 2026-08-29T21:22:56.632Z | [ recovery-image] Aug 29 21:22:56.003 INFO O| Aug 29 21:22:56.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
| 6981 | 2026-08-29T21:22:56.632Z | [ recovery-image] Aug 29 21:22:56.003 INFO O| Aug 29 21:22:56.003 INFO STEP 546 (remove_files) COMPLETE |
| 6982 | 2026-08-29T21:22:56.632Z | [ recovery-image] Aug 29 21:22:56.003 INFO O| Aug 29 21:22:56.003 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6983 | 2026-08-29T21:22:56.643Z | [ recovery-image] Aug 29 21:22:56.014 INFO O| Aug 29 21:22:56.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1" |
| 6984 | 2026-08-29T21:22:56.643Z | [ recovery-image] Aug 29 21:22:56.014 INFO O| Aug 29 21:22:56.014 INFO STEP 547 (remove_files) COMPLETE |
| 6985 | 2026-08-29T21:22:56.643Z | [ recovery-image] Aug 29 21:22:56.014 INFO O| Aug 29 21:22:56.014 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6986 | 2026-08-29T21:22:56.652Z | [ recovery-image] Aug 29 21:22:56.023 INFO O| Aug 29 21:22:56.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1" |
| 6987 | 2026-08-29T21:22:56.652Z | [ recovery-image] Aug 29 21:22:56.023 INFO O| Aug 29 21:22:56.023 INFO STEP 548 (remove_files) COMPLETE |
| 6988 | 2026-08-29T21:22:56.652Z | [ recovery-image] Aug 29 21:22:56.023 INFO O| Aug 29 21:22:56.023 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6989 | 2026-08-29T21:22:56.661Z | [ recovery-image] Aug 29 21:22:56.033 INFO O| Aug 29 21:22:56.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5" |
| 6990 | 2026-08-29T21:22:56.661Z | [ recovery-image] Aug 29 21:22:56.033 INFO O| Aug 29 21:22:56.033 INFO STEP 549 (remove_files) COMPLETE |
| 6991 | 2026-08-29T21:22:56.661Z | [ recovery-image] Aug 29 21:22:56.033 INFO O| Aug 29 21:22:56.033 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6992 | 2026-08-29T21:22:56.672Z | [ recovery-image] Aug 29 21:22:56.044 INFO O| Aug 29 21:22:56.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1" |
| 6993 | 2026-08-29T21:22:56.672Z | [ recovery-image] Aug 29 21:22:56.044 INFO O| Aug 29 21:22:56.044 INFO STEP 550 (remove_files) COMPLETE |
| 6994 | 2026-08-29T21:22:56.672Z | [ recovery-image] Aug 29 21:22:56.044 INFO O| Aug 29 21:22:56.044 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6995 | 2026-08-29T21:22:56.682Z | [ recovery-image] Aug 29 21:22:56.053 INFO O| Aug 29 21:22:56.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1" |
| 6996 | 2026-08-29T21:22:56.682Z | [ recovery-image] Aug 29 21:22:56.053 INFO O| Aug 29 21:22:56.053 INFO STEP 551 (remove_files) COMPLETE |
| 6997 | 2026-08-29T21:22:56.682Z | [ recovery-image] Aug 29 21:22:56.053 INFO O| Aug 29 21:22:56.053 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6998 | 2026-08-29T21:22:56.692Z | [ recovery-image] Aug 29 21:22:56.063 INFO O| Aug 29 21:22:56.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1" |
| 6999 | 2026-08-29T21:22:56.692Z | [ recovery-image] Aug 29 21:22:56.063 INFO O| Aug 29 21:22:56.063 INFO STEP 552 (remove_files) COMPLETE |
| 7000 | 2026-08-29T21:22:56.692Z | [ recovery-image] Aug 29 21:22:56.063 INFO O| Aug 29 21:22:56.063 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7001 | 2026-08-29T21:22:56.702Z | [ recovery-image] Aug 29 21:22:56.073 INFO O| Aug 29 21:22:56.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1" |
| 7002 | 2026-08-29T21:22:56.702Z | [ recovery-image] Aug 29 21:22:56.073 INFO O| Aug 29 21:22:56.073 INFO STEP 553 (remove_files) COMPLETE |
| 7003 | 2026-08-29T21:22:56.702Z | [ recovery-image] Aug 29 21:22:56.073 INFO O| Aug 29 21:22:56.073 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7004 | 2026-08-29T21:22:56.712Z | [ recovery-image] Aug 29 21:22:56.084 INFO O| Aug 29 21:22:56.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1" |
| 7005 | 2026-08-29T21:22:56.712Z | [ recovery-image] Aug 29 21:22:56.084 INFO O| Aug 29 21:22:56.084 INFO STEP 554 (remove_files) COMPLETE |
| 7006 | 2026-08-29T21:22:56.712Z | [ recovery-image] Aug 29 21:22:56.084 INFO O| Aug 29 21:22:56.084 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7007 | 2026-08-29T21:22:56.724Z | [ recovery-image] Aug 29 21:22:56.095 INFO O| Aug 29 21:22:56.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
| 7008 | 2026-08-29T21:22:56.724Z | [ recovery-image] Aug 29 21:22:56.095 INFO O| Aug 29 21:22:56.095 INFO STEP 555 (remove_files) COMPLETE |
| 7009 | 2026-08-29T21:22:56.727Z | [ recovery-image] Aug 29 21:22:56.095 INFO O| Aug 29 21:22:56.095 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7010 | 2026-08-29T21:22:56.727Z | [verify-libraries] Compiling rpassword v7.5.4 |
| 7011 | 2026-08-29T21:22:56.733Z | [ recovery-image] Aug 29 21:22:56.104 INFO O| Aug 29 21:22:56.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1" |
| 7012 | 2026-08-29T21:22:56.733Z | [ recovery-image] Aug 29 21:22:56.104 INFO O| Aug 29 21:22:56.104 INFO STEP 556 (remove_files) COMPLETE |
| 7013 | 2026-08-29T21:22:56.733Z | [ recovery-image] Aug 29 21:22:56.104 INFO O| Aug 29 21:22:56.104 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7014 | 2026-08-29T21:22:56.745Z | [ recovery-image] Aug 29 21:22:56.115 INFO O| Aug 29 21:22:56.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
| 7015 | 2026-08-29T21:22:56.745Z | [ recovery-image] Aug 29 21:22:56.116 INFO O| Aug 29 21:22:56.115 INFO STEP 557 (remove_files) COMPLETE |
| 7016 | 2026-08-29T21:22:56.745Z | [ recovery-image] Aug 29 21:22:56.116 INFO O| Aug 29 21:22:56.115 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7017 | 2026-08-29T21:22:56.755Z | [ recovery-image] Aug 29 21:22:56.126 INFO O| Aug 29 21:22:56.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
| 7018 | 2026-08-29T21:22:56.755Z | [ recovery-image] Aug 29 21:22:56.126 INFO O| Aug 29 21:22:56.126 INFO STEP 558 (remove_files) COMPLETE |
| 7019 | 2026-08-29T21:22:56.755Z | [ recovery-image] Aug 29 21:22:56.126 INFO O| Aug 29 21:22:56.126 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7020 | 2026-08-29T21:22:56.765Z | [ recovery-image] Aug 29 21:22:56.136 INFO O| Aug 29 21:22:56.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1" |
| 7021 | 2026-08-29T21:22:56.765Z | [ recovery-image] Aug 29 21:22:56.136 INFO O| Aug 29 21:22:56.136 INFO STEP 559 (remove_files) COMPLETE |
| 7022 | 2026-08-29T21:22:56.765Z | [ recovery-image] Aug 29 21:22:56.136 INFO O| Aug 29 21:22:56.136 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7023 | 2026-08-29T21:22:56.773Z | [ recovery-image] Aug 29 21:22:56.145 INFO O| Aug 29 21:22:56.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1" |
| 7024 | 2026-08-29T21:22:56.774Z | [ recovery-image] Aug 29 21:22:56.145 INFO O| Aug 29 21:22:56.145 INFO STEP 560 (remove_files) COMPLETE |
| 7025 | 2026-08-29T21:22:56.774Z | [ recovery-image] Aug 29 21:22:56.145 INFO O| Aug 29 21:22:56.145 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7026 | 2026-08-29T21:22:56.784Z | [ recovery-image] Aug 29 21:22:56.155 INFO O| Aug 29 21:22:56.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
| 7027 | 2026-08-29T21:22:56.784Z | [ recovery-image] Aug 29 21:22:56.156 INFO O| Aug 29 21:22:56.155 INFO STEP 561 (remove_files) COMPLETE |
| 7028 | 2026-08-29T21:22:56.787Z | [ recovery-image] Aug 29 21:22:56.156 INFO O| Aug 29 21:22:56.155 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7029 | 2026-08-29T21:22:56.793Z | [ recovery-image] Aug 29 21:22:56.164 INFO O| Aug 29 21:22:56.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
| 7030 | 2026-08-29T21:22:56.796Z | [ recovery-image] Aug 29 21:22:56.164 INFO O| Aug 29 21:22:56.164 INFO STEP 562 (remove_files) COMPLETE |
| 7031 | 2026-08-29T21:22:56.796Z | [ recovery-image] Aug 29 21:22:56.164 INFO O| Aug 29 21:22:56.164 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7032 | 2026-08-29T21:22:56.802Z | [ recovery-image] Aug 29 21:22:56.173 INFO O| Aug 29 21:22:56.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1" |
| 7033 | 2026-08-29T21:22:56.802Z | [ recovery-image] Aug 29 21:22:56.173 INFO O| Aug 29 21:22:56.173 INFO STEP 563 (remove_files) COMPLETE |
| 7034 | 2026-08-29T21:22:56.802Z | [ recovery-image] Aug 29 21:22:56.173 INFO O| Aug 29 21:22:56.173 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7035 | 2026-08-29T21:22:56.811Z | [ recovery-image] Aug 29 21:22:56.183 INFO O| Aug 29 21:22:56.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1" |
| 7036 | 2026-08-29T21:22:56.811Z | [ recovery-image] Aug 29 21:22:56.183 INFO O| Aug 29 21:22:56.183 INFO STEP 564 (remove_files) COMPLETE |
| 7037 | 2026-08-29T21:22:56.814Z | [ recovery-image] Aug 29 21:22:56.183 INFO O| Aug 29 21:22:56.183 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7038 | 2026-08-29T21:22:56.820Z | [ recovery-image] Aug 29 21:22:56.191 INFO O| Aug 29 21:22:56.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
| 7039 | 2026-08-29T21:22:56.820Z | [ recovery-image] Aug 29 21:22:56.191 INFO O| Aug 29 21:22:56.191 INFO STEP 565 (remove_files) COMPLETE |
| 7040 | 2026-08-29T21:22:56.820Z | [ recovery-image] Aug 29 21:22:56.191 INFO O| Aug 29 21:22:56.191 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7041 | 2026-08-29T21:22:56.830Z | [ recovery-image] Aug 29 21:22:56.201 INFO O| Aug 29 21:22:56.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1" |
| 7042 | 2026-08-29T21:22:56.830Z | [ recovery-image] Aug 29 21:22:56.202 INFO O| Aug 29 21:22:56.202 INFO STEP 566 (remove_files) COMPLETE |
| 7043 | 2026-08-29T21:22:56.830Z | [ recovery-image] Aug 29 21:22:56.202 INFO O| Aug 29 21:22:56.202 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7044 | 2026-08-29T21:22:56.839Z | [ recovery-image] Aug 29 21:22:56.211 INFO O| Aug 29 21:22:56.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1" |
| 7045 | 2026-08-29T21:22:56.839Z | [ recovery-image] Aug 29 21:22:56.211 INFO O| Aug 29 21:22:56.211 INFO STEP 567 (remove_files) COMPLETE |
| 7046 | 2026-08-29T21:22:56.840Z | [ recovery-image] Aug 29 21:22:56.211 INFO O| Aug 29 21:22:56.211 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7047 | 2026-08-29T21:22:56.849Z | [ recovery-image] Aug 29 21:22:56.221 INFO O| Aug 29 21:22:56.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1" |
| 7048 | 2026-08-29T21:22:56.853Z | [ recovery-image] Aug 29 21:22:56.222 INFO O| Aug 29 21:22:56.222 INFO STEP 568 (remove_files) COMPLETE |
| 7049 | 2026-08-29T21:22:56.853Z | [ recovery-image] Aug 29 21:22:56.222 INFO O| Aug 29 21:22:56.222 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7050 | 2026-08-29T21:22:56.860Z | [ recovery-image] Aug 29 21:22:56.231 INFO O| Aug 29 21:22:56.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1" |
| 7051 | 2026-08-29T21:22:56.860Z | [ recovery-image] Aug 29 21:22:56.231 INFO O| Aug 29 21:22:56.231 INFO STEP 569 (remove_files) COMPLETE |
| 7052 | 2026-08-29T21:22:56.860Z | [ recovery-image] Aug 29 21:22:56.231 INFO O| Aug 29 21:22:56.231 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7053 | 2026-08-29T21:22:56.869Z | [ recovery-image] Aug 29 21:22:56.241 INFO O| Aug 29 21:22:56.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1" |
| 7054 | 2026-08-29T21:22:56.869Z | [ recovery-image] Aug 29 21:22:56.241 INFO O| Aug 29 21:22:56.241 INFO STEP 570 (remove_files) COMPLETE |
| 7055 | 2026-08-29T21:22:56.869Z | [ recovery-image] Aug 29 21:22:56.241 INFO O| Aug 29 21:22:56.241 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7056 | 2026-08-29T21:22:56.879Z | [ recovery-image] Aug 29 21:22:56.250 INFO O| Aug 29 21:22:56.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1" |
| 7057 | 2026-08-29T21:22:56.879Z | [ recovery-image] Aug 29 21:22:56.250 INFO O| Aug 29 21:22:56.250 INFO STEP 571 (remove_files) COMPLETE |
| 7058 | 2026-08-29T21:22:56.882Z | [ recovery-image] Aug 29 21:22:56.250 INFO O| Aug 29 21:22:56.250 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7059 | 2026-08-29T21:22:56.889Z | [ recovery-image] Aug 29 21:22:56.260 INFO O| Aug 29 21:22:56.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1" |
| 7060 | 2026-08-29T21:22:56.889Z | [ recovery-image] Aug 29 21:22:56.260 INFO O| Aug 29 21:22:56.260 INFO STEP 572 (remove_files) COMPLETE |
| 7061 | 2026-08-29T21:22:56.889Z | [ recovery-image] Aug 29 21:22:56.260 INFO O| Aug 29 21:22:56.260 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7062 | 2026-08-29T21:22:56.899Z | [ recovery-image] Aug 29 21:22:56.270 INFO O| Aug 29 21:22:56.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1" |
| 7063 | 2026-08-29T21:22:56.899Z | [ recovery-image] Aug 29 21:22:56.270 INFO O| Aug 29 21:22:56.270 INFO STEP 573 (remove_files) COMPLETE |
| 7064 | 2026-08-29T21:22:56.899Z | [ recovery-image] Aug 29 21:22:56.270 INFO O| Aug 29 21:22:56.270 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7065 | 2026-08-29T21:22:56.909Z | [ recovery-image] Aug 29 21:22:56.280 INFO O| Aug 29 21:22:56.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
| 7066 | 2026-08-29T21:22:56.909Z | [ recovery-image] Aug 29 21:22:56.281 INFO O| Aug 29 21:22:56.281 INFO STEP 574 (remove_files) COMPLETE |
| 7067 | 2026-08-29T21:22:56.909Z | [ recovery-image] Aug 29 21:22:56.281 INFO O| Aug 29 21:22:56.281 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7068 | 2026-08-29T21:22:56.919Z | [ recovery-image] Aug 29 21:22:56.291 INFO O| Aug 29 21:22:56.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
| 7069 | 2026-08-29T21:22:56.919Z | [ recovery-image] Aug 29 21:22:56.291 INFO O| Aug 29 21:22:56.291 INFO STEP 575 (remove_files) COMPLETE |
| 7070 | 2026-08-29T21:22:56.923Z | [ recovery-image] Aug 29 21:22:56.291 INFO O| Aug 29 21:22:56.291 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7071 | 2026-08-29T21:22:56.929Z | [ recovery-image] Aug 29 21:22:56.301 INFO O| Aug 29 21:22:56.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1" |
| 7072 | 2026-08-29T21:22:56.929Z | [ recovery-image] Aug 29 21:22:56.301 INFO O| Aug 29 21:22:56.301 INFO STEP 576 (remove_files) COMPLETE |
| 7073 | 2026-08-29T21:22:56.929Z | [ recovery-image] Aug 29 21:22:56.301 INFO O| Aug 29 21:22:56.301 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7074 | 2026-08-29T21:22:56.939Z | [ recovery-image] Aug 29 21:22:56.310 INFO O| Aug 29 21:22:56.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1" |
| 7075 | 2026-08-29T21:22:56.939Z | [ recovery-image] Aug 29 21:22:56.310 INFO O| Aug 29 21:22:56.310 INFO STEP 577 (remove_files) COMPLETE |
| 7076 | 2026-08-29T21:22:56.939Z | [ recovery-image] Aug 29 21:22:56.310 INFO O| Aug 29 21:22:56.310 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7077 | 2026-08-29T21:22:56.948Z | [ recovery-image] Aug 29 21:22:56.320 INFO O| Aug 29 21:22:56.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1" |
| 7078 | 2026-08-29T21:22:56.949Z | [ recovery-image] Aug 29 21:22:56.320 INFO O| Aug 29 21:22:56.320 INFO STEP 578 (remove_files) COMPLETE |
| 7079 | 2026-08-29T21:22:56.949Z | [ recovery-image] Aug 29 21:22:56.320 INFO O| Aug 29 21:22:56.320 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7080 | 2026-08-29T21:22:56.958Z | [ recovery-image] Aug 29 21:22:56.330 INFO O| Aug 29 21:22:56.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
| 7081 | 2026-08-29T21:22:56.958Z | [ recovery-image] Aug 29 21:22:56.330 INFO O| Aug 29 21:22:56.330 INFO STEP 579 (remove_files) COMPLETE |
| 7082 | 2026-08-29T21:22:56.962Z | [ recovery-image] Aug 29 21:22:56.330 INFO O| Aug 29 21:22:56.330 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7083 | 2026-08-29T21:22:56.967Z | [ recovery-image] Aug 29 21:22:56.339 INFO O| Aug 29 21:22:56.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
| 7084 | 2026-08-29T21:22:56.967Z | [ recovery-image] Aug 29 21:22:56.339 INFO O| Aug 29 21:22:56.339 INFO STEP 580 (remove_files) COMPLETE |
| 7085 | 2026-08-29T21:22:56.967Z | [ recovery-image] Aug 29 21:22:56.339 INFO O| Aug 29 21:22:56.339 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7086 | 2026-08-29T21:22:56.976Z | [ recovery-image] Aug 29 21:22:56.347 INFO O| Aug 29 21:22:56.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1" |
| 7087 | 2026-08-29T21:22:56.976Z | [ recovery-image] Aug 29 21:22:56.348 INFO O| Aug 29 21:22:56.348 INFO STEP 581 (remove_files) COMPLETE |
| 7088 | 2026-08-29T21:22:56.976Z | [ recovery-image] Aug 29 21:22:56.348 INFO O| Aug 29 21:22:56.348 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7089 | 2026-08-29T21:22:56.985Z | [ recovery-image] Aug 29 21:22:56.357 INFO O| Aug 29 21:22:56.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
| 7090 | 2026-08-29T21:22:56.985Z | [ recovery-image] Aug 29 21:22:56.357 INFO O| Aug 29 21:22:56.357 INFO STEP 582 (remove_files) COMPLETE |
| 7091 | 2026-08-29T21:22:56.985Z | [ recovery-image] Aug 29 21:22:56.357 INFO O| Aug 29 21:22:56.357 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7092 | 2026-08-29T21:22:56.995Z | [ recovery-image] Aug 29 21:22:56.367 INFO O| Aug 29 21:22:56.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
| 7093 | 2026-08-29T21:22:56.995Z | [ recovery-image] Aug 29 21:22:56.367 INFO O| Aug 29 21:22:56.367 INFO STEP 583 (remove_files) COMPLETE |
| 7094 | 2026-08-29T21:22:56.995Z | [ recovery-image] Aug 29 21:22:56.367 INFO O| Aug 29 21:22:56.367 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7095 | 2026-08-29T21:22:57.004Z | [ recovery-image] Aug 29 21:22:56.375 INFO O| Aug 29 21:22:56.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
| 7096 | 2026-08-29T21:22:57.004Z | [ recovery-image] Aug 29 21:22:56.375 INFO O| Aug 29 21:22:56.375 INFO STEP 584 (remove_files) COMPLETE |
| 7097 | 2026-08-29T21:22:57.004Z | [ recovery-image] Aug 29 21:22:56.375 INFO O| Aug 29 21:22:56.375 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7098 | 2026-08-29T21:22:57.012Z | [ recovery-image] Aug 29 21:22:56.383 INFO O| Aug 29 21:22:56.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
| 7099 | 2026-08-29T21:22:57.012Z | [ recovery-image] Aug 29 21:22:56.383 INFO O| Aug 29 21:22:56.383 INFO STEP 585 (remove_files) COMPLETE |
| 7100 | 2026-08-29T21:22:57.012Z | [ recovery-image] Aug 29 21:22:56.383 INFO O| Aug 29 21:22:56.383 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7101 | 2026-08-29T21:22:57.020Z | [ recovery-image] Aug 29 21:22:56.392 INFO O| Aug 29 21:22:56.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1" |
| 7102 | 2026-08-29T21:22:57.020Z | [ recovery-image] Aug 29 21:22:56.392 INFO O| Aug 29 21:22:56.392 INFO STEP 586 (remove_files) COMPLETE |
| 7103 | 2026-08-29T21:22:57.023Z | [ recovery-image] Aug 29 21:22:56.392 INFO O| Aug 29 21:22:56.392 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7104 | 2026-08-29T21:22:57.029Z | [ recovery-image] Aug 29 21:22:56.400 INFO O| Aug 29 21:22:56.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1" |
| 7105 | 2026-08-29T21:22:57.029Z | [ recovery-image] Aug 29 21:22:56.400 INFO O| Aug 29 21:22:56.400 INFO STEP 587 (remove_files) COMPLETE |
| 7106 | 2026-08-29T21:22:57.029Z | [ recovery-image] Aug 29 21:22:56.400 INFO O| Aug 29 21:22:56.400 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7107 | 2026-08-29T21:22:57.038Z | [ recovery-image] Aug 29 21:22:56.410 INFO O| Aug 29 21:22:56.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1" |
| 7108 | 2026-08-29T21:22:57.038Z | [ recovery-image] Aug 29 21:22:56.410 INFO O| Aug 29 21:22:56.410 INFO STEP 588 (remove_files) COMPLETE |
| 7109 | 2026-08-29T21:22:57.041Z | [ recovery-image] Aug 29 21:22:56.410 INFO O| Aug 29 21:22:56.410 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7110 | 2026-08-29T21:22:57.046Z | [ recovery-image] Aug 29 21:22:56.418 INFO O| Aug 29 21:22:56.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1" |
| 7111 | 2026-08-29T21:22:57.046Z | [ recovery-image] Aug 29 21:22:56.418 INFO O| Aug 29 21:22:56.418 INFO STEP 589 (remove_files) COMPLETE |
| 7112 | 2026-08-29T21:22:57.046Z | [ recovery-image] Aug 29 21:22:56.418 INFO O| Aug 29 21:22:56.418 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7113 | 2026-08-29T21:22:57.057Z | [ recovery-image] Aug 29 21:22:56.429 INFO O| Aug 29 21:22:56.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1" |
| 7114 | 2026-08-29T21:22:57.058Z | [ recovery-image] Aug 29 21:22:56.429 INFO O| Aug 29 21:22:56.429 INFO STEP 590 (remove_files) COMPLETE |
| 7115 | 2026-08-29T21:22:57.058Z | [ recovery-image] Aug 29 21:22:56.429 INFO O| Aug 29 21:22:56.429 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7116 | 2026-08-29T21:22:57.068Z | [ recovery-image] Aug 29 21:22:56.440 INFO O| Aug 29 21:22:56.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
| 7117 | 2026-08-29T21:22:57.068Z | [ recovery-image] Aug 29 21:22:56.440 INFO O| Aug 29 21:22:56.440 INFO STEP 591 (remove_files) COMPLETE |
| 7118 | 2026-08-29T21:22:57.068Z | [ recovery-image] Aug 29 21:22:56.440 INFO O| Aug 29 21:22:56.440 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7119 | 2026-08-29T21:22:57.077Z | [ recovery-image] Aug 29 21:22:56.448 INFO O| Aug 29 21:22:56.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1" |
| 7120 | 2026-08-29T21:22:57.077Z | [ recovery-image] Aug 29 21:22:56.448 INFO O| Aug 29 21:22:56.448 INFO STEP 592 (remove_files) COMPLETE |
| 7121 | 2026-08-29T21:22:57.077Z | [ recovery-image] Aug 29 21:22:56.448 INFO O| Aug 29 21:22:56.448 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7122 | 2026-08-29T21:22:57.086Z | [ recovery-image] Aug 29 21:22:56.457 INFO O| Aug 29 21:22:56.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
| 7123 | 2026-08-29T21:22:57.086Z | [ recovery-image] Aug 29 21:22:56.458 INFO O| Aug 29 21:22:56.458 INFO STEP 593 (remove_files) COMPLETE |
| 7124 | 2026-08-29T21:22:57.086Z | [ recovery-image] Aug 29 21:22:56.458 INFO O| Aug 29 21:22:56.458 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7125 | 2026-08-29T21:22:57.095Z | [ recovery-image] Aug 29 21:22:56.467 INFO O| Aug 29 21:22:56.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
| 7126 | 2026-08-29T21:22:57.095Z | [ recovery-image] Aug 29 21:22:56.467 INFO O| Aug 29 21:22:56.467 INFO STEP 594 (remove_files) COMPLETE |
| 7127 | 2026-08-29T21:22:57.095Z | [ recovery-image] Aug 29 21:22:56.467 INFO O| Aug 29 21:22:56.467 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7128 | 2026-08-29T21:22:57.104Z | [ recovery-image] Aug 29 21:22:56.476 INFO O| Aug 29 21:22:56.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
| 7129 | 2026-08-29T21:22:57.104Z | [ recovery-image] Aug 29 21:22:56.476 INFO O| Aug 29 21:22:56.476 INFO STEP 595 (remove_files) COMPLETE |
| 7130 | 2026-08-29T21:22:57.107Z | [ recovery-image] Aug 29 21:22:56.476 INFO O| Aug 29 21:22:56.476 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7131 | 2026-08-29T21:22:57.113Z | [ recovery-image] Aug 29 21:22:56.485 INFO O| Aug 29 21:22:56.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
| 7132 | 2026-08-29T21:22:57.113Z | [ recovery-image] Aug 29 21:22:56.485 INFO O| Aug 29 21:22:56.485 INFO STEP 596 (remove_files) COMPLETE |
| 7133 | 2026-08-29T21:22:57.117Z | [ recovery-image] Aug 29 21:22:56.485 INFO O| Aug 29 21:22:56.485 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7134 | 2026-08-29T21:22:57.143Z | [ recovery-image] Aug 29 21:22:56.514 INFO O| Aug 29 21:22:56.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
| 7135 | 2026-08-29T21:22:57.143Z | [ recovery-image] Aug 29 21:22:56.514 INFO O| Aug 29 21:22:56.514 INFO STEP 597 (remove_files) COMPLETE |
| 7136 | 2026-08-29T21:22:57.146Z | [ recovery-image] Aug 29 21:22:56.514 INFO O| Aug 29 21:22:56.514 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7137 | 2026-08-29T21:22:57.153Z | [ recovery-image] Aug 29 21:22:56.525 INFO O| Aug 29 21:22:56.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
| 7138 | 2026-08-29T21:22:57.153Z | [ recovery-image] Aug 29 21:22:56.525 INFO O| Aug 29 21:22:56.525 INFO STEP 598 (remove_files) COMPLETE |
| 7139 | 2026-08-29T21:22:57.153Z | [ recovery-image] Aug 29 21:22:56.525 INFO O| Aug 29 21:22:56.525 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7140 | 2026-08-29T21:22:57.164Z | [verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 7141 | 2026-08-29T21:22:57.164Z | [ recovery-image] Aug 29 21:22:56.535 INFO O| Aug 29 21:22:56.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
| 7142 | 2026-08-29T21:22:57.167Z | [ recovery-image] Aug 29 21:22:56.535 INFO O| Aug 29 21:22:56.535 INFO STEP 599 (remove_files) COMPLETE |
| 7143 | 2026-08-29T21:22:57.167Z | [ recovery-image] Aug 29 21:22:56.535 INFO O| Aug 29 21:22:56.535 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7144 | 2026-08-29T21:22:57.174Z | [ recovery-image] Aug 29 21:22:56.545 INFO O| Aug 29 21:22:56.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
| 7145 | 2026-08-29T21:22:57.174Z | [ recovery-image] Aug 29 21:22:56.546 INFO O| Aug 29 21:22:56.546 INFO STEP 600 (remove_files) COMPLETE |
| 7146 | 2026-08-29T21:22:57.174Z | [ recovery-image] Aug 29 21:22:56.546 INFO O| Aug 29 21:22:56.546 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7147 | 2026-08-29T21:22:57.184Z | [ recovery-image] Aug 29 21:22:56.556 INFO O| Aug 29 21:22:56.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
| 7148 | 2026-08-29T21:22:57.184Z | [ recovery-image] Aug 29 21:22:56.556 INFO O| Aug 29 21:22:56.556 INFO STEP 601 (remove_files) COMPLETE |
| 7149 | 2026-08-29T21:22:57.187Z | [ recovery-image] Aug 29 21:22:56.556 INFO O| Aug 29 21:22:56.556 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7150 | 2026-08-29T21:22:57.196Z | [ recovery-image] Aug 29 21:22:56.568 INFO O| Aug 29 21:22:56.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
| 7151 | 2026-08-29T21:22:57.196Z | [ recovery-image] Aug 29 21:22:56.568 INFO O| Aug 29 21:22:56.566 INFO STEP 602 (remove_files) COMPLETE |
| 7152 | 2026-08-29T21:22:57.196Z | [ recovery-image] Aug 29 21:22:56.568 INFO O| Aug 29 21:22:56.566 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7153 | 2026-08-29T21:22:57.209Z | [ recovery-image] Aug 29 21:22:56.579 INFO O| Aug 29 21:22:56.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
| 7154 | 2026-08-29T21:22:57.209Z | [ recovery-image] Aug 29 21:22:56.579 INFO O| Aug 29 21:22:56.576 INFO STEP 603 (remove_files) COMPLETE |
| 7155 | 2026-08-29T21:22:57.209Z | [ recovery-image] Aug 29 21:22:56.579 INFO O| Aug 29 21:22:56.576 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7156 | 2026-08-29T21:22:57.215Z | [ recovery-image] Aug 29 21:22:56.586 INFO O| Aug 29 21:22:56.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
| 7157 | 2026-08-29T21:22:57.215Z | [ recovery-image] Aug 29 21:22:56.586 INFO O| Aug 29 21:22:56.586 INFO STEP 604 (remove_files) COMPLETE |
| 7158 | 2026-08-29T21:22:57.215Z | [ recovery-image] Aug 29 21:22:56.586 INFO O| Aug 29 21:22:56.586 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7159 | 2026-08-29T21:22:57.225Z | [ recovery-image] Aug 29 21:22:56.596 INFO O| Aug 29 21:22:56.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
| 7160 | 2026-08-29T21:22:57.225Z | [ recovery-image] Aug 29 21:22:56.596 INFO O| Aug 29 21:22:56.596 INFO STEP 605 (remove_files) COMPLETE |
| 7161 | 2026-08-29T21:22:57.228Z | [ recovery-image] Aug 29 21:22:56.596 INFO O| Aug 29 21:22:56.596 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7162 | 2026-08-29T21:22:57.236Z | [ recovery-image] Aug 29 21:22:56.607 INFO O| Aug 29 21:22:56.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
| 7163 | 2026-08-29T21:22:57.236Z | [ recovery-image] Aug 29 21:22:56.607 INFO O| Aug 29 21:22:56.607 INFO STEP 606 (remove_files) COMPLETE |
| 7164 | 2026-08-29T21:22:57.236Z | [ recovery-image] Aug 29 21:22:56.607 INFO O| Aug 29 21:22:56.607 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7165 | 2026-08-29T21:22:57.239Z | [verify-libraries] Compiling ssh-key v0.7.0-rc.11 |
| 7166 | 2026-08-29T21:22:57.247Z | [ recovery-image] Aug 29 21:22:56.617 INFO O| Aug 29 21:22:56.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
| 7167 | 2026-08-29T21:22:57.247Z | [ recovery-image] Aug 29 21:22:56.617 INFO O| Aug 29 21:22:56.617 INFO STEP 607 (remove_files) COMPLETE |
| 7168 | 2026-08-29T21:22:57.247Z | [ recovery-image] Aug 29 21:22:56.617 INFO O| Aug 29 21:22:56.617 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7169 | 2026-08-29T21:22:57.256Z | [ recovery-image] Aug 29 21:22:56.628 INFO O| Aug 29 21:22:56.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
| 7170 | 2026-08-29T21:22:57.257Z | [ recovery-image] Aug 29 21:22:56.628 INFO O| Aug 29 21:22:56.628 INFO STEP 608 (remove_files) COMPLETE |
| 7171 | 2026-08-29T21:22:57.257Z | [ recovery-image] Aug 29 21:22:56.628 INFO O| Aug 29 21:22:56.628 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7172 | 2026-08-29T21:22:57.266Z | [ recovery-image] Aug 29 21:22:56.638 INFO O| Aug 29 21:22:56.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
| 7173 | 2026-08-29T21:22:57.267Z | [ recovery-image] Aug 29 21:22:56.638 INFO O| Aug 29 21:22:56.638 INFO STEP 609 (remove_files) COMPLETE |
| 7174 | 2026-08-29T21:22:57.267Z | [ recovery-image] Aug 29 21:22:56.638 INFO O| Aug 29 21:22:56.638 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7175 | 2026-08-29T21:22:57.277Z | [ recovery-image] Aug 29 21:22:56.649 INFO O| Aug 29 21:22:56.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
| 7176 | 2026-08-29T21:22:57.280Z | [ recovery-image] Aug 29 21:22:56.649 INFO O| Aug 29 21:22:56.649 INFO STEP 610 (remove_files) COMPLETE |
| 7177 | 2026-08-29T21:22:57.280Z | [ recovery-image] Aug 29 21:22:56.649 INFO O| Aug 29 21:22:56.649 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7178 | 2026-08-29T21:22:57.288Z | [ recovery-image] Aug 29 21:22:56.660 INFO O| Aug 29 21:22:56.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
| 7179 | 2026-08-29T21:22:57.288Z | [ recovery-image] Aug 29 21:22:56.660 INFO O| Aug 29 21:22:56.660 INFO STEP 611 (remove_files) COMPLETE |
| 7180 | 2026-08-29T21:22:57.288Z | [ recovery-image] Aug 29 21:22:56.660 INFO O| Aug 29 21:22:56.660 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7181 | 2026-08-29T21:22:57.298Z | [ recovery-image] Aug 29 21:22:56.670 INFO O| Aug 29 21:22:56.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
| 7182 | 2026-08-29T21:22:57.298Z | [ recovery-image] Aug 29 21:22:56.670 INFO O| Aug 29 21:22:56.670 INFO STEP 612 (remove_files) COMPLETE |
| 7183 | 2026-08-29T21:22:57.302Z | [ recovery-image] Aug 29 21:22:56.670 INFO O| Aug 29 21:22:56.670 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7184 | 2026-08-29T21:22:57.312Z | [ recovery-image] Aug 29 21:22:56.680 INFO O| Aug 29 21:22:56.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
| 7185 | 2026-08-29T21:22:57.313Z | [ recovery-image] Aug 29 21:22:56.680 INFO O| Aug 29 21:22:56.680 INFO STEP 613 (remove_files) COMPLETE |
| 7186 | 2026-08-29T21:22:57.313Z | [ recovery-image] Aug 29 21:22:56.680 INFO O| Aug 29 21:22:56.680 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7187 | 2026-08-29T21:22:57.317Z | [ recovery-image] Aug 29 21:22:56.689 INFO O| Aug 29 21:22:56.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
| 7188 | 2026-08-29T21:22:57.317Z | [ recovery-image] Aug 29 21:22:56.689 INFO O| Aug 29 21:22:56.689 INFO STEP 614 (remove_files) COMPLETE |
| 7189 | 2026-08-29T21:22:57.320Z | [ recovery-image] Aug 29 21:22:56.689 INFO O| Aug 29 21:22:56.689 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7190 | 2026-08-29T21:22:57.326Z | [ recovery-image] Aug 29 21:22:56.698 INFO O| Aug 29 21:22:56.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
| 7191 | 2026-08-29T21:22:57.326Z | [ recovery-image] Aug 29 21:22:56.698 INFO O| Aug 29 21:22:56.698 INFO STEP 615 (remove_files) COMPLETE |
| 7192 | 2026-08-29T21:22:57.326Z | [ recovery-image] Aug 29 21:22:56.698 INFO O| Aug 29 21:22:56.698 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7193 | 2026-08-29T21:22:57.335Z | [ recovery-image] Aug 29 21:22:56.707 INFO O| Aug 29 21:22:56.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
| 7194 | 2026-08-29T21:22:57.335Z | [ recovery-image] Aug 29 21:22:56.707 INFO O| Aug 29 21:22:56.707 INFO STEP 616 (remove_files) COMPLETE |
| 7195 | 2026-08-29T21:22:57.339Z | [ recovery-image] Aug 29 21:22:56.707 INFO O| Aug 29 21:22:56.707 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7196 | 2026-08-29T21:22:57.345Z | [ recovery-image] Aug 29 21:22:56.717 INFO O| Aug 29 21:22:56.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
| 7197 | 2026-08-29T21:22:57.345Z | [ recovery-image] Aug 29 21:22:56.717 INFO O| Aug 29 21:22:56.717 INFO STEP 617 (remove_files) COMPLETE |
| 7198 | 2026-08-29T21:22:57.345Z | [ recovery-image] Aug 29 21:22:56.717 INFO O| Aug 29 21:22:56.717 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7199 | 2026-08-29T21:22:57.354Z | [ recovery-image] Aug 29 21:22:56.726 INFO O| Aug 29 21:22:56.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
| 7200 | 2026-08-29T21:22:57.354Z | [ recovery-image] Aug 29 21:22:56.726 INFO O| Aug 29 21:22:56.726 INFO STEP 618 (remove_files) COMPLETE |
| 7201 | 2026-08-29T21:22:57.354Z | [ recovery-image] Aug 29 21:22:56.726 INFO O| Aug 29 21:22:56.726 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7202 | 2026-08-29T21:22:57.363Z | [ recovery-image] Aug 29 21:22:56.735 INFO O| Aug 29 21:22:56.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
| 7203 | 2026-08-29T21:22:57.363Z | [ recovery-image] Aug 29 21:22:56.735 INFO O| Aug 29 21:22:56.735 INFO STEP 619 (remove_files) COMPLETE |
| 7204 | 2026-08-29T21:22:57.363Z | [ recovery-image] Aug 29 21:22:56.735 INFO O| Aug 29 21:22:56.735 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7205 | 2026-08-29T21:22:57.373Z | [ recovery-image] Aug 29 21:22:56.745 INFO O| Aug 29 21:22:56.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
| 7206 | 2026-08-29T21:22:57.373Z | [ recovery-image] Aug 29 21:22:56.745 INFO O| Aug 29 21:22:56.745 INFO STEP 620 (remove_files) COMPLETE |
| 7207 | 2026-08-29T21:22:57.373Z | [ recovery-image] Aug 29 21:22:56.745 INFO O| Aug 29 21:22:56.745 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7208 | 2026-08-29T21:22:57.381Z | [ recovery-image] Aug 29 21:22:56.753 INFO O| Aug 29 21:22:56.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
| 7209 | 2026-08-29T21:22:57.381Z | [ recovery-image] Aug 29 21:22:56.753 INFO O| Aug 29 21:22:56.753 INFO STEP 621 (remove_files) COMPLETE |
| 7210 | 2026-08-29T21:22:57.381Z | [ recovery-image] Aug 29 21:22:56.753 INFO O| Aug 29 21:22:56.753 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7211 | 2026-08-29T21:22:57.393Z | [ recovery-image] Aug 29 21:22:56.764 INFO O| Aug 29 21:22:56.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2" |
| 7212 | 2026-08-29T21:22:57.393Z | [ recovery-image] Aug 29 21:22:56.764 INFO O| Aug 29 21:22:56.764 INFO STEP 622 (remove_files) COMPLETE |
| 7213 | 2026-08-29T21:22:57.393Z | [ recovery-image] Aug 29 21:22:56.764 INFO O| Aug 29 21:22:56.764 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7214 | 2026-08-29T21:22:57.401Z | [ recovery-image] Aug 29 21:22:56.773 INFO O| Aug 29 21:22:56.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
| 7215 | 2026-08-29T21:22:57.401Z | [ recovery-image] Aug 29 21:22:56.773 INFO O| Aug 29 21:22:56.773 INFO STEP 623 (remove_files) COMPLETE |
| 7216 | 2026-08-29T21:22:57.405Z | [ recovery-image] Aug 29 21:22:56.773 INFO O| Aug 29 21:22:56.773 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7217 | 2026-08-29T21:22:57.411Z | [ recovery-image] Aug 29 21:22:56.783 INFO O| Aug 29 21:22:56.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr" |
| 7218 | 2026-08-29T21:22:57.411Z | [ recovery-image] Aug 29 21:22:56.783 INFO O| Aug 29 21:22:56.783 INFO STEP 624 (remove_files) COMPLETE |
| 7219 | 2026-08-29T21:22:57.411Z | [ recovery-image] Aug 29 21:22:56.783 INFO O| Aug 29 21:22:56.783 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7220 | 2026-08-29T21:22:57.421Z | [ recovery-image] Aug 29 21:22:56.792 INFO O| Aug 29 21:22:56.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh" |
| 7221 | 2026-08-29T21:22:57.421Z | [ recovery-image] Aug 29 21:22:56.792 INFO O| Aug 29 21:22:56.792 INFO STEP 625 (remove_files) COMPLETE |
| 7222 | 2026-08-29T21:22:57.421Z | [ recovery-image] Aug 29 21:22:56.792 INFO O| Aug 29 21:22:56.792 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7223 | 2026-08-29T21:22:57.430Z | [ recovery-image] Aug 29 21:22:56.801 INFO O| Aug 29 21:22:56.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query" |
| 7224 | 2026-08-29T21:22:57.430Z | [ recovery-image] Aug 29 21:22:56.801 INFO O| Aug 29 21:22:56.801 INFO STEP 626 (remove_files) COMPLETE |
| 7225 | 2026-08-29T21:22:57.430Z | [ recovery-image] Aug 29 21:22:56.801 INFO O| Aug 29 21:22:56.801 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7226 | 2026-08-29T21:22:57.441Z | [ recovery-image] Aug 29 21:22:56.813 INFO O| Aug 29 21:22:56.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
| 7227 | 2026-08-29T21:22:57.441Z | [ recovery-image] Aug 29 21:22:56.813 INFO O| Aug 29 21:22:56.813 INFO STEP 627 (remove_files) COMPLETE |
| 7228 | 2026-08-29T21:22:57.441Z | [ recovery-image] Aug 29 21:22:56.813 INFO O| Aug 29 21:22:56.813 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7229 | 2026-08-29T21:22:57.451Z | [ recovery-image] Aug 29 21:22:56.823 INFO O| Aug 29 21:22:56.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
| 7230 | 2026-08-29T21:22:57.451Z | [ recovery-image] Aug 29 21:22:56.823 INFO O| Aug 29 21:22:56.823 INFO STEP 628 (remove_files) COMPLETE |
| 7231 | 2026-08-29T21:22:57.451Z | [ recovery-image] Aug 29 21:22:56.823 INFO O| Aug 29 21:22:56.823 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7232 | 2026-08-29T21:22:57.459Z | [verify-libraries] Compiling ml-kem v0.3.2 |
| 7233 | 2026-08-29T21:22:57.462Z | [ recovery-image] Aug 29 21:22:56.833 INFO O| Aug 29 21:22:56.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
| 7234 | 2026-08-29T21:22:57.462Z | [ recovery-image] Aug 29 21:22:56.833 INFO O| Aug 29 21:22:56.833 INFO STEP 629 (remove_files) COMPLETE |
| 7235 | 2026-08-29T21:22:57.462Z | [ recovery-image] Aug 29 21:22:56.833 INFO O| Aug 29 21:22:56.833 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7236 | 2026-08-29T21:22:57.470Z | [ recovery-image] Aug 29 21:22:56.842 INFO O| Aug 29 21:22:56.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
| 7237 | 2026-08-29T21:22:57.470Z | [ recovery-image] Aug 29 21:22:56.842 INFO O| Aug 29 21:22:56.842 INFO STEP 630 (remove_files) COMPLETE |
| 7238 | 2026-08-29T21:22:57.470Z | [ recovery-image] Aug 29 21:22:56.842 INFO O| Aug 29 21:22:56.842 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7239 | 2026-08-29T21:22:57.482Z | [ recovery-image] Aug 29 21:22:56.852 INFO O| Aug 29 21:22:56.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
| 7240 | 2026-08-29T21:22:57.482Z | [ recovery-image] Aug 29 21:22:56.852 INFO O| Aug 29 21:22:56.852 INFO STEP 631 (remove_files) COMPLETE |
| 7241 | 2026-08-29T21:22:57.482Z | [ recovery-image] Aug 29 21:22:56.852 INFO O| Aug 29 21:22:56.852 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7242 | 2026-08-29T21:22:57.491Z | [ recovery-image] Aug 29 21:22:56.862 INFO O| Aug 29 21:22:56.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
| 7243 | 2026-08-29T21:22:57.491Z | [ recovery-image] Aug 29 21:22:56.862 INFO O| Aug 29 21:22:56.862 INFO STEP 632 (remove_files) COMPLETE |
| 7244 | 2026-08-29T21:22:57.491Z | [ recovery-image] Aug 29 21:22:56.862 INFO O| Aug 29 21:22:56.862 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7245 | 2026-08-29T21:22:57.501Z | [ recovery-image] Aug 29 21:22:56.873 INFO O| Aug 29 21:22:56.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1" |
| 7246 | 2026-08-29T21:22:57.501Z | [ recovery-image] Aug 29 21:22:56.873 INFO O| Aug 29 21:22:56.873 INFO STEP 633 (remove_files) COMPLETE |
| 7247 | 2026-08-29T21:22:57.504Z | [ recovery-image] Aug 29 21:22:56.873 INFO O| Aug 29 21:22:56.873 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7248 | 2026-08-29T21:22:57.511Z | [ recovery-image] Aug 29 21:22:56.883 INFO O| Aug 29 21:22:56.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1" |
| 7249 | 2026-08-29T21:22:57.511Z | [ recovery-image] Aug 29 21:22:56.883 INFO O| Aug 29 21:22:56.883 INFO STEP 634 (remove_files) COMPLETE |
| 7250 | 2026-08-29T21:22:57.511Z | [ recovery-image] Aug 29 21:22:56.883 INFO O| Aug 29 21:22:56.883 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7251 | 2026-08-29T21:22:57.521Z | [ recovery-image] Aug 29 21:22:56.893 INFO O| Aug 29 21:22:56.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1" |
| 7252 | 2026-08-29T21:22:57.521Z | [ recovery-image] Aug 29 21:22:56.893 INFO O| Aug 29 21:22:56.893 INFO STEP 635 (remove_files) COMPLETE |
| 7253 | 2026-08-29T21:22:57.521Z | [ recovery-image] Aug 29 21:22:56.893 INFO O| Aug 29 21:22:56.893 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7254 | 2026-08-29T21:22:57.532Z | [ recovery-image] Aug 29 21:22:56.903 INFO O| Aug 29 21:22:56.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1" |
| 7255 | 2026-08-29T21:22:57.532Z | [ recovery-image] Aug 29 21:22:56.903 INFO O| Aug 29 21:22:56.903 INFO STEP 636 (remove_files) COMPLETE |
| 7256 | 2026-08-29T21:22:57.532Z | [ recovery-image] Aug 29 21:22:56.903 INFO O| Aug 29 21:22:56.903 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7257 | 2026-08-29T21:22:57.541Z | [ recovery-image] Aug 29 21:22:56.913 INFO O| Aug 29 21:22:56.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1" |
| 7258 | 2026-08-29T21:22:57.541Z | [ recovery-image] Aug 29 21:22:56.913 INFO O| Aug 29 21:22:56.913 INFO STEP 637 (remove_files) COMPLETE |
| 7259 | 2026-08-29T21:22:57.541Z | [ recovery-image] Aug 29 21:22:56.913 INFO O| Aug 29 21:22:56.913 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7260 | 2026-08-29T21:22:57.551Z | [ recovery-image] Aug 29 21:22:56.922 INFO O| Aug 29 21:22:56.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1" |
| 7261 | 2026-08-29T21:22:57.551Z | [ recovery-image] Aug 29 21:22:56.922 INFO O| Aug 29 21:22:56.922 INFO STEP 638 (remove_files) COMPLETE |
| 7262 | 2026-08-29T21:22:57.551Z | [ recovery-image] Aug 29 21:22:56.922 INFO O| Aug 29 21:22:56.922 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7263 | 2026-08-29T21:22:57.560Z | [ recovery-image] Aug 29 21:22:56.931 INFO O| Aug 29 21:22:56.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin" |
| 7264 | 2026-08-29T21:22:57.560Z | [ recovery-image] Aug 29 21:22:56.931 INFO O| Aug 29 21:22:56.931 INFO STEP 639 (remove_files) COMPLETE |
| 7265 | 2026-08-29T21:22:57.560Z | [ recovery-image] Aug 29 21:22:56.931 INFO O| Aug 29 21:22:56.931 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7266 | 2026-08-29T21:22:57.569Z | [ recovery-image] Aug 29 21:22:56.941 INFO O| Aug 29 21:22:56.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl" |
| 7267 | 2026-08-29T21:22:57.569Z | [ recovery-image] Aug 29 21:22:56.941 INFO O| Aug 29 21:22:56.941 INFO STEP 640 (remove_files) COMPLETE |
| 7268 | 2026-08-29T21:22:57.569Z | [ recovery-image] Aug 29 21:22:56.941 INFO O| Aug 29 21:22:56.941 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7269 | 2026-08-29T21:22:57.578Z | [ recovery-image] Aug 29 21:22:56.950 INFO O| Aug 29 21:22:56.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin" |
| 7270 | 2026-08-29T21:22:57.578Z | [ recovery-image] Aug 29 21:22:56.950 INFO O| Aug 29 21:22:56.950 INFO STEP 641 (remove_files) COMPLETE |
| 7271 | 2026-08-29T21:22:57.578Z | [ recovery-image] Aug 29 21:22:56.950 INFO O| Aug 29 21:22:56.950 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7272 | 2026-08-29T21:22:57.589Z | [ recovery-image] Aug 29 21:22:56.960 INFO O| Aug 29 21:22:56.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl" |
| 7273 | 2026-08-29T21:22:57.589Z | [ recovery-image] Aug 29 21:22:56.960 INFO O| Aug 29 21:22:56.960 INFO STEP 642 (remove_files) COMPLETE |
| 7274 | 2026-08-29T21:22:57.589Z | [ recovery-image] Aug 29 21:22:56.960 INFO O| Aug 29 21:22:56.960 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7275 | 2026-08-29T21:22:57.598Z | [ recovery-image] Aug 29 21:22:56.970 INFO O| Aug 29 21:22:56.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin" |
| 7276 | 2026-08-29T21:22:57.598Z | [ recovery-image] Aug 29 21:22:56.970 INFO O| Aug 29 21:22:56.970 INFO STEP 643 (remove_files) COMPLETE |
| 7277 | 2026-08-29T21:22:57.601Z | [ recovery-image] Aug 29 21:22:56.970 INFO O| Aug 29 21:22:56.970 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7278 | 2026-08-29T21:22:57.608Z | [ recovery-image] Aug 29 21:22:56.980 INFO O| Aug 29 21:22:56.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl" |
| 7279 | 2026-08-29T21:22:57.608Z | [ recovery-image] Aug 29 21:22:56.980 INFO O| Aug 29 21:22:56.980 INFO STEP 644 (remove_files) COMPLETE |
| 7280 | 2026-08-29T21:22:57.611Z | [ recovery-image] Aug 29 21:22:56.980 INFO O| Aug 29 21:22:56.980 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7281 | 2026-08-29T21:22:57.619Z | [ recovery-image] Aug 29 21:22:56.991 INFO O| Aug 29 21:22:56.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
| 7282 | 2026-08-29T21:22:57.619Z | [ recovery-image] Aug 29 21:22:56.991 INFO O| Aug 29 21:22:56.991 INFO STEP 645 (remove_files) COMPLETE |
| 7283 | 2026-08-29T21:22:57.619Z | [ recovery-image] Aug 29 21:22:56.991 INFO O| Aug 29 21:22:56.991 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7284 | 2026-08-29T21:22:57.631Z | [ recovery-image] Aug 29 21:22:57.002 INFO O| Aug 29 21:22:57.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
| 7285 | 2026-08-29T21:22:57.631Z | [ recovery-image] Aug 29 21:22:57.002 INFO O| Aug 29 21:22:57.002 INFO STEP 646 (remove_files) COMPLETE |
| 7286 | 2026-08-29T21:22:57.631Z | [ recovery-image] Aug 29 21:22:57.002 INFO O| Aug 29 21:22:57.002 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7287 | 2026-08-29T21:22:57.642Z | [ recovery-image] Aug 29 21:22:57.013 INFO O| Aug 29 21:22:57.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin" |
| 7288 | 2026-08-29T21:22:57.642Z | [ recovery-image] Aug 29 21:22:57.013 INFO O| Aug 29 21:22:57.013 INFO STEP 647 (remove_files) COMPLETE |
| 7289 | 2026-08-29T21:22:57.642Z | [ recovery-image] Aug 29 21:22:57.013 INFO O| Aug 29 21:22:57.013 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7290 | 2026-08-29T21:22:57.651Z | [ recovery-image] Aug 29 21:22:57.023 INFO O| Aug 29 21:22:57.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl" |
| 7291 | 2026-08-29T21:22:57.652Z | [ recovery-image] Aug 29 21:22:57.023 INFO O| Aug 29 21:22:57.023 INFO STEP 648 (remove_files) COMPLETE |
| 7292 | 2026-08-29T21:22:57.655Z | [ recovery-image] Aug 29 21:22:57.023 INFO O| Aug 29 21:22:57.023 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7293 | 2026-08-29T21:22:57.661Z | [ recovery-image] Aug 29 21:22:57.032 INFO O| Aug 29 21:22:57.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
| 7294 | 2026-08-29T21:22:57.661Z | [ recovery-image] Aug 29 21:22:57.033 INFO O| Aug 29 21:22:57.033 INFO STEP 649 (remove_files) COMPLETE |
| 7295 | 2026-08-29T21:22:57.672Z | [ recovery-image] Aug 29 21:22:57.033 INFO O| Aug 29 21:22:57.033 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7296 | 2026-08-29T21:22:57.672Z | [ recovery-image] Aug 29 21:22:57.042 INFO O| Aug 29 21:22:57.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 7297 | 2026-08-29T21:22:57.672Z | [ recovery-image] Aug 29 21:22:57.043 INFO O| Aug 29 21:22:57.042 INFO STEP 650 (remove_files) COMPLETE |
| 7298 | 2026-08-29T21:22:57.672Z | [ recovery-image] Aug 29 21:22:57.043 INFO O| Aug 29 21:22:57.042 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7299 | 2026-08-29T21:22:57.684Z | [ recovery-image] Aug 29 21:22:57.055 INFO O| Aug 29 21:22:57.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled" |
| 7300 | 2026-08-29T21:22:57.684Z | [ recovery-image] Aug 29 21:22:57.055 INFO O| Aug 29 21:22:57.052 INFO STEP 651 (remove_files) COMPLETE |
| 7301 | 2026-08-29T21:22:57.684Z | [ recovery-image] Aug 29 21:22:57.055 INFO O| Aug 29 21:22:57.052 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7302 | 2026-08-29T21:22:57.694Z | [ recovery-image] Aug 29 21:22:57.065 INFO O| Aug 29 21:22:57.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv" |
| 7303 | 2026-08-29T21:22:57.694Z | [ recovery-image] Aug 29 21:22:57.065 INFO O| Aug 29 21:22:57.065 INFO STEP 652 (remove_files) COMPLETE |
| 7304 | 2026-08-29T21:22:57.694Z | [ recovery-image] Aug 29 21:22:57.065 INFO O| Aug 29 21:22:57.065 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7305 | 2026-08-29T21:22:57.703Z | [ recovery-image] Aug 29 21:22:57.075 INFO O| Aug 29 21:22:57.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend" |
| 7306 | 2026-08-29T21:22:57.703Z | [ recovery-image] Aug 29 21:22:57.075 INFO O| Aug 29 21:22:57.075 INFO STEP 653 (remove_files) COMPLETE |
| 7307 | 2026-08-29T21:22:57.703Z | [ recovery-image] Aug 29 21:22:57.075 INFO O| Aug 29 21:22:57.075 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7308 | 2026-08-29T21:22:57.716Z | [ recovery-image] Aug 29 21:22:57.087 INFO O| Aug 29 21:22:57.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo" |
| 7309 | 2026-08-29T21:22:57.716Z | [ recovery-image] Aug 29 21:22:57.087 INFO O| Aug 29 21:22:57.086 INFO STEP 654 (remove_files) COMPLETE |
| 7310 | 2026-08-29T21:22:57.719Z | [ recovery-image] Aug 29 21:22:57.087 INFO O| Aug 29 21:22:57.086 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7311 | 2026-08-29T21:22:57.725Z | [ recovery-image] Aug 29 21:22:57.096 INFO O| Aug 29 21:22:57.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o" |
| 7312 | 2026-08-29T21:22:57.728Z | [ recovery-image] Aug 29 21:22:57.096 INFO O| Aug 29 21:22:57.096 INFO STEP 655 (remove_files) COMPLETE |
| 7313 | 2026-08-29T21:22:57.728Z | [ recovery-image] Aug 29 21:22:57.096 INFO O| Aug 29 21:22:57.096 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7314 | 2026-08-29T21:22:57.734Z | [ recovery-image] Aug 29 21:22:57.106 INFO O| Aug 29 21:22:57.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
| 7315 | 2026-08-29T21:22:57.734Z | [ recovery-image] Aug 29 21:22:57.106 INFO O| Aug 29 21:22:57.106 INFO STEP 656 (remove_files) COMPLETE |
| 7316 | 2026-08-29T21:22:57.734Z | [ recovery-image] Aug 29 21:22:57.106 INFO O| Aug 29 21:22:57.106 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7317 | 2026-08-29T21:22:57.742Z | [ recovery-image] Aug 29 21:22:57.114 INFO O| Aug 29 21:22:57.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d" |
| 7318 | 2026-08-29T21:22:57.743Z | [ recovery-image] Aug 29 21:22:57.114 INFO O| Aug 29 21:22:57.114 INFO STEP 657 (remove_files) COMPLETE |
| 7319 | 2026-08-29T21:22:57.745Z | [ recovery-image] Aug 29 21:22:57.114 INFO O| Aug 29 21:22:57.114 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7320 | 2026-08-29T21:22:57.753Z | [ recovery-image] Aug 29 21:22:57.124 INFO O| Aug 29 21:22:57.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o" |
| 7321 | 2026-08-29T21:22:57.753Z | [ recovery-image] Aug 29 21:22:57.124 INFO O| Aug 29 21:22:57.124 INFO STEP 658 (remove_files) COMPLETE |
| 7322 | 2026-08-29T21:22:57.753Z | [ recovery-image] Aug 29 21:22:57.124 INFO O| Aug 29 21:22:57.124 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7323 | 2026-08-29T21:22:57.767Z | [ recovery-image] Aug 29 21:22:57.135 INFO O| Aug 29 21:22:57.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
| 7324 | 2026-08-29T21:22:57.770Z | [ recovery-image] Aug 29 21:22:57.135 INFO O| Aug 29 21:22:57.134 INFO STEP 659 (remove_files) COMPLETE |
| 7325 | 2026-08-29T21:22:57.770Z | [ recovery-image] Aug 29 21:22:57.135 INFO O| Aug 29 21:22:57.134 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7326 | 2026-08-29T21:22:57.773Z | [ recovery-image] Aug 29 21:22:57.144 INFO O| Aug 29 21:22:57.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
| 7327 | 2026-08-29T21:22:57.773Z | [ recovery-image] Aug 29 21:22:57.144 INFO O| Aug 29 21:22:57.144 INFO STEP 660 (remove_files) COMPLETE |
| 7328 | 2026-08-29T21:22:57.773Z | [ recovery-image] Aug 29 21:22:57.144 INFO O| Aug 29 21:22:57.144 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7329 | 2026-08-29T21:22:57.782Z | [ recovery-image] Aug 29 21:22:57.154 INFO O| Aug 29 21:22:57.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
| 7330 | 2026-08-29T21:22:57.782Z | [ recovery-image] Aug 29 21:22:57.154 INFO O| Aug 29 21:22:57.154 INFO STEP 661 (remove_files) COMPLETE |
| 7331 | 2026-08-29T21:22:57.786Z | [ recovery-image] Aug 29 21:22:57.154 INFO O| Aug 29 21:22:57.154 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7332 | 2026-08-29T21:22:57.792Z | [ recovery-image] Aug 29 21:22:57.164 INFO O| Aug 29 21:22:57.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
| 7333 | 2026-08-29T21:22:57.795Z | [ recovery-image] Aug 29 21:22:57.165 INFO O| Aug 29 21:22:57.165 INFO STEP 662 (remove_files) COMPLETE |
| 7334 | 2026-08-29T21:22:57.795Z | [ recovery-image] Aug 29 21:22:57.165 INFO O| Aug 29 21:22:57.165 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7335 | 2026-08-29T21:22:57.803Z | [ recovery-image] Aug 29 21:22:57.174 INFO O| Aug 29 21:22:57.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
| 7336 | 2026-08-29T21:22:57.803Z | [ recovery-image] Aug 29 21:22:57.174 INFO O| Aug 29 21:22:57.174 INFO STEP 663 (remove_files) COMPLETE |
| 7337 | 2026-08-29T21:22:57.803Z | [ recovery-image] Aug 29 21:22:57.174 INFO O| Aug 29 21:22:57.174 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7338 | 2026-08-29T21:22:57.818Z | [ recovery-image] Aug 29 21:22:57.189 INFO O| Aug 29 21:22:57.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
| 7339 | 2026-08-29T21:22:57.818Z | [ recovery-image] Aug 29 21:22:57.190 INFO O| Aug 29 21:22:57.189 INFO STEP 664 (remove_files) COMPLETE |
| 7340 | 2026-08-29T21:22:57.818Z | [ recovery-image] Aug 29 21:22:57.190 INFO O| Aug 29 21:22:57.190 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7341 | 2026-08-29T21:22:57.829Z | [ recovery-image] Aug 29 21:22:57.200 INFO O| Aug 29 21:22:57.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
| 7342 | 2026-08-29T21:22:57.829Z | [ recovery-image] Aug 29 21:22:57.200 INFO O| Aug 29 21:22:57.200 INFO STEP 665 (remove_files) COMPLETE |
| 7343 | 2026-08-29T21:22:57.832Z | [ recovery-image] Aug 29 21:22:57.200 INFO O| Aug 29 21:22:57.200 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7344 | 2026-08-29T21:22:57.858Z | [ recovery-image] Aug 29 21:22:57.209 INFO O| Aug 29 21:22:57.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
| 7345 | 2026-08-29T21:22:57.858Z | [ recovery-image] Aug 29 21:22:57.209 INFO O| Aug 29 21:22:57.209 INFO STEP 666 (remove_files) COMPLETE |
| 7346 | 2026-08-29T21:22:57.858Z | [ recovery-image] Aug 29 21:22:57.209 INFO O| Aug 29 21:22:57.209 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7347 | 2026-08-29T21:22:57.862Z | [ recovery-image] Aug 29 21:22:57.218 INFO O| Aug 29 21:22:57.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
| 7348 | 2026-08-29T21:22:57.862Z | [ recovery-image] Aug 29 21:22:57.218 INFO O| Aug 29 21:22:57.218 INFO STEP 667 (remove_files) COMPLETE |
| 7349 | 2026-08-29T21:22:57.862Z | [ recovery-image] Aug 29 21:22:57.218 INFO O| Aug 29 21:22:57.218 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7350 | 2026-08-29T21:22:57.862Z | [ recovery-image] Aug 29 21:22:57.226 INFO O| Aug 29 21:22:57.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
| 7351 | 2026-08-29T21:22:57.862Z | [ recovery-image] Aug 29 21:22:57.226 INFO O| Aug 29 21:22:57.226 INFO STEP 668 (remove_files) COMPLETE |
| 7352 | 2026-08-29T21:22:57.862Z | [ recovery-image] Aug 29 21:22:57.226 INFO O| Aug 29 21:22:57.226 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7353 | 2026-08-29T21:22:57.865Z | [ recovery-image] Aug 29 21:22:57.235 INFO O| Aug 29 21:22:57.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict" |
| 7354 | 2026-08-29T21:22:57.865Z | [ recovery-image] Aug 29 21:22:57.235 INFO O| Aug 29 21:22:57.235 INFO STEP 669 (remove_files) COMPLETE |
| 7355 | 2026-08-29T21:22:57.865Z | [ recovery-image] Aug 29 21:22:57.235 INFO O| Aug 29 21:22:57.235 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7356 | 2026-08-29T21:22:57.872Z | [ recovery-image] Aug 29 21:22:57.244 INFO O| Aug 29 21:22:57.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
| 7357 | 2026-08-29T21:22:57.872Z | [ recovery-image] Aug 29 21:22:57.244 INFO O| Aug 29 21:22:57.243 INFO STEP 670 (remove_files) COMPLETE |
| 7358 | 2026-08-29T21:22:57.875Z | [ recovery-image] Aug 29 21:22:57.244 INFO O| Aug 29 21:22:57.243 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7359 | 2026-08-29T21:22:57.880Z | [ recovery-image] Aug 29 21:22:57.252 INFO O| Aug 29 21:22:57.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict" |
| 7360 | 2026-08-29T21:22:57.880Z | [ recovery-image] Aug 29 21:22:57.252 INFO O| Aug 29 21:22:57.252 INFO STEP 671 (remove_files) COMPLETE |
| 7361 | 2026-08-29T21:22:57.883Z | [ recovery-image] Aug 29 21:22:57.252 INFO O| Aug 29 21:22:57.252 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7362 | 2026-08-29T21:22:57.891Z | [ recovery-image] Aug 29 21:22:57.262 INFO O| Aug 29 21:22:57.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict" |
| 7363 | 2026-08-29T21:22:57.891Z | [ recovery-image] Aug 29 21:22:57.262 INFO O| Aug 29 21:22:57.262 INFO STEP 672 (remove_files) COMPLETE |
| 7364 | 2026-08-29T21:22:57.891Z | [ recovery-image] Aug 29 21:22:57.262 INFO O| Aug 29 21:22:57.262 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7365 | 2026-08-29T21:22:57.901Z | [ recovery-image] Aug 29 21:22:57.272 INFO O| Aug 29 21:22:57.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject" |
| 7366 | 2026-08-29T21:22:57.901Z | [ recovery-image] Aug 29 21:22:57.272 INFO O| Aug 29 21:22:57.272 INFO STEP 673 (remove_files) COMPLETE |
| 7367 | 2026-08-29T21:22:57.904Z | [ recovery-image] Aug 29 21:22:57.272 INFO O| Aug 29 21:22:57.272 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7368 | 2026-08-29T21:22:57.910Z | [ recovery-image] Aug 29 21:22:57.282 INFO O| Aug 29 21:22:57.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim" |
| 7369 | 2026-08-29T21:22:57.910Z | [ recovery-image] Aug 29 21:22:57.282 INFO O| Aug 29 21:22:57.282 INFO STEP 674 (remove_files) COMPLETE |
| 7370 | 2026-08-29T21:22:57.910Z | [ recovery-image] Aug 29 21:22:57.282 INFO O| Aug 29 21:22:57.282 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7371 | 2026-08-29T21:22:57.919Z | [ recovery-image] Aug 29 21:22:57.291 INFO O| Aug 29 21:22:57.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo" |
| 7372 | 2026-08-29T21:22:57.919Z | [ recovery-image] Aug 29 21:22:57.291 INFO O| Aug 29 21:22:57.291 INFO STEP 675 (remove_files) COMPLETE |
| 7373 | 2026-08-29T21:22:57.919Z | [ recovery-image] Aug 29 21:22:57.291 INFO O| Aug 29 21:22:57.291 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7374 | 2026-08-29T21:22:57.928Z | [ recovery-image] Aug 29 21:22:57.300 INFO O| Aug 29 21:22:57.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo" |
| 7375 | 2026-08-29T21:22:57.928Z | [ recovery-image] Aug 29 21:22:57.300 INFO O| Aug 29 21:22:57.300 INFO STEP 676 (remove_files) COMPLETE |
| 7376 | 2026-08-29T21:22:57.928Z | [ recovery-image] Aug 29 21:22:57.300 INFO O| Aug 29 21:22:57.300 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7377 | 2026-08-29T21:22:57.937Z | [ recovery-image] Aug 29 21:22:57.309 INFO O| Aug 29 21:22:57.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode" |
| 7378 | 2026-08-29T21:22:57.937Z | [ recovery-image] Aug 29 21:22:57.309 INFO O| Aug 29 21:22:57.309 INFO STEP 677 (remove_files) COMPLETE |
| 7379 | 2026-08-29T21:22:57.937Z | [ recovery-image] Aug 29 21:22:57.309 INFO O| Aug 29 21:22:57.309 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7380 | 2026-08-29T21:22:57.946Z | [ recovery-image] Aug 29 21:22:57.318 INFO O| Aug 29 21:22:57.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
| 7381 | 2026-08-29T21:22:57.946Z | [ recovery-image] Aug 29 21:22:57.318 INFO O| Aug 29 21:22:57.318 INFO STEP 678 (remove_files) COMPLETE |
| 7382 | 2026-08-29T21:22:57.946Z | [ recovery-image] Aug 29 21:22:57.318 INFO O| Aug 29 21:22:57.318 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7383 | 2026-08-29T21:22:57.954Z | [ recovery-image] Aug 29 21:22:57.326 INFO O| Aug 29 21:22:57.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
| 7384 | 2026-08-29T21:22:57.954Z | [ recovery-image] Aug 29 21:22:57.326 INFO O| Aug 29 21:22:57.326 INFO STEP 679 (remove_files) COMPLETE |
| 7385 | 2026-08-29T21:22:57.954Z | [ recovery-image] Aug 29 21:22:57.326 INFO O| Aug 29 21:22:57.326 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7386 | 2026-08-29T21:22:57.960Z | [verify-libraries] Compiling serde_with v1.14.0 |
| 7387 | 2026-08-29T21:22:57.965Z | [ recovery-image] Aug 29 21:22:57.336 INFO O| Aug 29 21:22:57.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
| 7388 | 2026-08-29T21:22:57.965Z | [ recovery-image] Aug 29 21:22:57.336 INFO O| Aug 29 21:22:57.336 INFO STEP 680 (remove_files) COMPLETE |
| 7389 | 2026-08-29T21:22:57.968Z | [ recovery-image] Aug 29 21:22:57.336 INFO O| Aug 29 21:22:57.336 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7390 | 2026-08-29T21:22:57.975Z | [ recovery-image] Aug 29 21:22:57.347 INFO O| Aug 29 21:22:57.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
| 7391 | 2026-08-29T21:22:57.975Z | [ recovery-image] Aug 29 21:22:57.347 INFO O| Aug 29 21:22:57.347 INFO STEP 681 (remove_files) COMPLETE |
| 7392 | 2026-08-29T21:22:57.975Z | [ recovery-image] Aug 29 21:22:57.347 INFO O| Aug 29 21:22:57.347 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7393 | 2026-08-29T21:22:57.985Z | [ recovery-image] Aug 29 21:22:57.357 INFO O| Aug 29 21:22:57.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
| 7394 | 2026-08-29T21:22:57.985Z | [ recovery-image] Aug 29 21:22:57.357 INFO O| Aug 29 21:22:57.357 INFO STEP 682 (remove_files) COMPLETE |
| 7395 | 2026-08-29T21:22:57.988Z | [ recovery-image] Aug 29 21:22:57.357 INFO O| Aug 29 21:22:57.357 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7396 | 2026-08-29T21:22:57.996Z | [ recovery-image] Aug 29 21:22:57.368 INFO O| Aug 29 21:22:57.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
| 7397 | 2026-08-29T21:22:57.996Z | [ recovery-image] Aug 29 21:22:57.368 INFO O| Aug 29 21:22:57.368 INFO STEP 683 (remove_files) COMPLETE |
| 7398 | 2026-08-29T21:22:57.996Z | [ recovery-image] Aug 29 21:22:57.368 INFO O| Aug 29 21:22:57.368 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7399 | 2026-08-29T21:22:58.008Z | [ recovery-image] Aug 29 21:22:57.379 INFO O| Aug 29 21:22:57.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
| 7400 | 2026-08-29T21:22:58.008Z | [ recovery-image] Aug 29 21:22:57.379 INFO O| Aug 29 21:22:57.379 INFO STEP 684 (remove_files) COMPLETE |
| 7401 | 2026-08-29T21:22:58.008Z | [ recovery-image] Aug 29 21:22:57.379 INFO O| Aug 29 21:22:57.379 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7402 | 2026-08-29T21:22:58.018Z | [ recovery-image] Aug 29 21:22:57.389 INFO O| Aug 29 21:22:57.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
| 7403 | 2026-08-29T21:22:58.018Z | [ recovery-image] Aug 29 21:22:57.389 INFO O| Aug 29 21:22:57.389 INFO STEP 685 (remove_files) COMPLETE |
| 7404 | 2026-08-29T21:22:58.018Z | [ recovery-image] Aug 29 21:22:57.389 INFO O| Aug 29 21:22:57.389 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7405 | 2026-08-29T21:22:58.028Z | [ recovery-image] Aug 29 21:22:57.400 INFO O| Aug 29 21:22:57.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
| 7406 | 2026-08-29T21:22:58.028Z | [ recovery-image] Aug 29 21:22:57.400 INFO O| Aug 29 21:22:57.400 INFO STEP 686 (remove_files) COMPLETE |
| 7407 | 2026-08-29T21:22:58.028Z | [ recovery-image] Aug 29 21:22:57.400 INFO O| Aug 29 21:22:57.400 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7408 | 2026-08-29T21:22:58.037Z | [ recovery-image] Aug 29 21:22:57.409 INFO O| Aug 29 21:22:57.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
| 7409 | 2026-08-29T21:22:58.037Z | [ recovery-image] Aug 29 21:22:57.409 INFO O| Aug 29 21:22:57.409 INFO STEP 687 (remove_files) COMPLETE |
| 7410 | 2026-08-29T21:22:58.037Z | [ recovery-image] Aug 29 21:22:57.409 INFO O| Aug 29 21:22:57.409 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7411 | 2026-08-29T21:22:58.047Z | [ recovery-image] Aug 29 21:22:57.419 INFO O| Aug 29 21:22:57.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
| 7412 | 2026-08-29T21:22:58.047Z | [ recovery-image] Aug 29 21:22:57.419 INFO O| Aug 29 21:22:57.419 INFO STEP 688 (remove_files) COMPLETE |
| 7413 | 2026-08-29T21:22:58.050Z | [ recovery-image] Aug 29 21:22:57.419 INFO O| Aug 29 21:22:57.419 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7414 | 2026-08-29T21:22:58.056Z | [ recovery-image] Aug 29 21:22:57.428 INFO O| Aug 29 21:22:57.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
| 7415 | 2026-08-29T21:22:58.056Z | [ recovery-image] Aug 29 21:22:57.428 INFO O| Aug 29 21:22:57.428 INFO STEP 689 (remove_files) COMPLETE |
| 7416 | 2026-08-29T21:22:58.056Z | [ recovery-image] Aug 29 21:22:57.428 INFO O| Aug 29 21:22:57.428 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7417 | 2026-08-29T21:22:58.064Z | [ recovery-image] Aug 29 21:22:57.436 INFO O| Aug 29 21:22:57.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
| 7418 | 2026-08-29T21:22:58.064Z | [ recovery-image] Aug 29 21:22:57.436 INFO O| Aug 29 21:22:57.436 INFO STEP 690 (remove_files) COMPLETE |
| 7419 | 2026-08-29T21:22:58.064Z | [ recovery-image] Aug 29 21:22:57.436 INFO O| Aug 29 21:22:57.436 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7420 | 2026-08-29T21:22:58.076Z | [ recovery-image] Aug 29 21:22:57.447 INFO O| Aug 29 21:22:57.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
| 7421 | 2026-08-29T21:22:58.076Z | [ recovery-image] Aug 29 21:22:57.447 INFO O| Aug 29 21:22:57.447 INFO STEP 691 (remove_files) COMPLETE |
| 7422 | 2026-08-29T21:22:58.079Z | [ recovery-image] Aug 29 21:22:57.447 INFO O| Aug 29 21:22:57.447 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7423 | 2026-08-29T21:22:58.084Z | [ recovery-image] Aug 29 21:22:57.456 INFO O| Aug 29 21:22:57.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
| 7424 | 2026-08-29T21:22:58.084Z | [ recovery-image] Aug 29 21:22:57.456 INFO O| Aug 29 21:22:57.456 INFO STEP 692 (remove_files) COMPLETE |
| 7425 | 2026-08-29T21:22:58.087Z | [ recovery-image] Aug 29 21:22:57.456 INFO O| Aug 29 21:22:57.456 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7426 | 2026-08-29T21:22:58.093Z | [ recovery-image] Aug 29 21:22:57.465 INFO O| Aug 29 21:22:57.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
| 7427 | 2026-08-29T21:22:58.093Z | [ recovery-image] Aug 29 21:22:57.465 INFO O| Aug 29 21:22:57.465 INFO STEP 693 (remove_files) COMPLETE |
| 7428 | 2026-08-29T21:22:58.096Z | [ recovery-image] Aug 29 21:22:57.465 INFO O| Aug 29 21:22:57.465 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7429 | 2026-08-29T21:22:58.102Z | [ recovery-image] Aug 29 21:22:57.474 INFO O| Aug 29 21:22:57.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
| 7430 | 2026-08-29T21:22:58.102Z | [ recovery-image] Aug 29 21:22:57.474 INFO O| Aug 29 21:22:57.474 INFO STEP 694 (remove_files) COMPLETE |
| 7431 | 2026-08-29T21:22:58.105Z | [ recovery-image] Aug 29 21:22:57.474 INFO O| Aug 29 21:22:57.474 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7432 | 2026-08-29T21:22:58.112Z | [ recovery-image] Aug 29 21:22:57.484 INFO O| Aug 29 21:22:57.483 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
| 7433 | 2026-08-29T21:22:58.112Z | [ recovery-image] Aug 29 21:22:57.484 INFO O| Aug 29 21:22:57.484 INFO STEP 695 (remove_files) COMPLETE |
| 7434 | 2026-08-29T21:22:58.115Z | [ recovery-image] Aug 29 21:22:57.484 INFO O| Aug 29 21:22:57.484 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7435 | 2026-08-29T21:22:58.122Z | [ recovery-image] Aug 29 21:22:57.493 INFO O| Aug 29 21:22:57.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
| 7436 | 2026-08-29T21:22:58.122Z | [ recovery-image] Aug 29 21:22:57.493 INFO O| Aug 29 21:22:57.493 INFO STEP 696 (remove_files) COMPLETE |
| 7437 | 2026-08-29T21:22:58.125Z | [ recovery-image] Aug 29 21:22:57.493 INFO O| Aug 29 21:22:57.493 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7438 | 2026-08-29T21:22:58.131Z | [ recovery-image] Aug 29 21:22:57.503 INFO O| Aug 29 21:22:57.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
| 7439 | 2026-08-29T21:22:58.131Z | [ recovery-image] Aug 29 21:22:57.503 INFO O| Aug 29 21:22:57.503 INFO STEP 697 (remove_files) COMPLETE |
| 7440 | 2026-08-29T21:22:58.134Z | [ recovery-image] Aug 29 21:22:57.503 INFO O| Aug 29 21:22:57.503 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7441 | 2026-08-29T21:22:58.141Z | [ recovery-image] Aug 29 21:22:57.513 INFO O| Aug 29 21:22:57.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
| 7442 | 2026-08-29T21:22:58.142Z | [ recovery-image] Aug 29 21:22:57.513 INFO O| Aug 29 21:22:57.513 INFO STEP 698 (remove_files) COMPLETE |
| 7443 | 2026-08-29T21:22:58.145Z | [ recovery-image] Aug 29 21:22:57.513 INFO O| Aug 29 21:22:57.513 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7444 | 2026-08-29T21:22:58.157Z | [ recovery-image] Aug 29 21:22:57.523 INFO O| Aug 29 21:22:57.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
| 7445 | 2026-08-29T21:22:58.157Z | [ recovery-image] Aug 29 21:22:57.523 INFO O| Aug 29 21:22:57.523 INFO STEP 699 (remove_files) COMPLETE |
| 7446 | 2026-08-29T21:22:58.157Z | [ recovery-image] Aug 29 21:22:57.523 INFO O| Aug 29 21:22:57.523 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7447 | 2026-08-29T21:22:58.162Z | [ recovery-image] Aug 29 21:22:57.534 INFO O| Aug 29 21:22:57.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
| 7448 | 2026-08-29T21:22:58.162Z | [ recovery-image] Aug 29 21:22:57.534 INFO O| Aug 29 21:22:57.534 INFO STEP 700 (remove_files) COMPLETE |
| 7449 | 2026-08-29T21:22:58.165Z | [ recovery-image] Aug 29 21:22:57.534 INFO O| Aug 29 21:22:57.534 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7450 | 2026-08-29T21:22:58.172Z | [ recovery-image] Aug 29 21:22:57.544 INFO O| Aug 29 21:22:57.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1" |
| 7451 | 2026-08-29T21:22:58.172Z | [ recovery-image] Aug 29 21:22:57.544 INFO O| Aug 29 21:22:57.544 INFO STEP 701 (remove_files) COMPLETE |
| 7452 | 2026-08-29T21:22:58.175Z | [ recovery-image] Aug 29 21:22:57.544 INFO O| Aug 29 21:22:57.544 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7453 | 2026-08-29T21:22:58.182Z | [ recovery-image] Aug 29 21:22:57.554 INFO O| Aug 29 21:22:57.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
| 7454 | 2026-08-29T21:22:58.182Z | [ recovery-image] Aug 29 21:22:57.554 INFO O| Aug 29 21:22:57.554 INFO STEP 702 (remove_files) COMPLETE |
| 7455 | 2026-08-29T21:22:58.182Z | [ recovery-image] Aug 29 21:22:57.554 INFO O| Aug 29 21:22:57.554 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7456 | 2026-08-29T21:22:58.192Z | [ recovery-image] Aug 29 21:22:57.564 INFO O| Aug 29 21:22:57.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1" |
| 7457 | 2026-08-29T21:22:58.193Z | [ recovery-image] Aug 29 21:22:57.564 INFO O| Aug 29 21:22:57.564 INFO STEP 703 (remove_files) COMPLETE |
| 7458 | 2026-08-29T21:22:58.196Z | [ recovery-image] Aug 29 21:22:57.564 INFO O| Aug 29 21:22:57.564 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7459 | 2026-08-29T21:22:58.202Z | [ recovery-image] Aug 29 21:22:57.574 INFO O| Aug 29 21:22:57.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1" |
| 7460 | 2026-08-29T21:22:58.202Z | [ recovery-image] Aug 29 21:22:57.574 INFO O| Aug 29 21:22:57.574 INFO STEP 704 (remove_files) COMPLETE |
| 7461 | 2026-08-29T21:22:58.205Z | [ recovery-image] Aug 29 21:22:57.574 INFO O| Aug 29 21:22:57.574 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7462 | 2026-08-29T21:22:58.213Z | [ recovery-image] Aug 29 21:22:57.584 INFO O| Aug 29 21:22:57.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
| 7463 | 2026-08-29T21:22:58.213Z | [ recovery-image] Aug 29 21:22:57.584 INFO O| Aug 29 21:22:57.584 INFO STEP 705 (remove_files) COMPLETE |
| 7464 | 2026-08-29T21:22:58.213Z | [ recovery-image] Aug 29 21:22:57.584 INFO O| Aug 29 21:22:57.584 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7465 | 2026-08-29T21:22:58.222Z | [ recovery-image] Aug 29 21:22:57.593 INFO O| Aug 29 21:22:57.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
| 7466 | 2026-08-29T21:22:58.222Z | [ recovery-image] Aug 29 21:22:57.593 INFO O| Aug 29 21:22:57.593 INFO STEP 706 (remove_files) COMPLETE |
| 7467 | 2026-08-29T21:22:58.225Z | [ recovery-image] Aug 29 21:22:57.593 INFO O| Aug 29 21:22:57.593 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7468 | 2026-08-29T21:22:58.231Z | [ recovery-image] Aug 29 21:22:57.603 INFO O| Aug 29 21:22:57.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
| 7469 | 2026-08-29T21:22:58.231Z | [ recovery-image] Aug 29 21:22:57.603 INFO O| Aug 29 21:22:57.603 INFO STEP 707 (remove_files) COMPLETE |
| 7470 | 2026-08-29T21:22:58.231Z | [ recovery-image] Aug 29 21:22:57.603 INFO O| Aug 29 21:22:57.603 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7471 | 2026-08-29T21:22:58.239Z | [ recovery-image] Aug 29 21:22:57.611 INFO O| Aug 29 21:22:57.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
| 7472 | 2026-08-29T21:22:58.239Z | [ recovery-image] Aug 29 21:22:57.611 INFO O| Aug 29 21:22:57.611 INFO STEP 708 (remove_files) COMPLETE |
| 7473 | 2026-08-29T21:22:58.243Z | [ recovery-image] Aug 29 21:22:57.611 INFO O| Aug 29 21:22:57.611 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7474 | 2026-08-29T21:22:58.248Z | [ recovery-image] Aug 29 21:22:57.620 INFO O| Aug 29 21:22:57.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
| 7475 | 2026-08-29T21:22:58.248Z | [ recovery-image] Aug 29 21:22:57.620 INFO O| Aug 29 21:22:57.620 INFO STEP 709 (remove_files) COMPLETE |
| 7476 | 2026-08-29T21:22:58.251Z | [ recovery-image] Aug 29 21:22:57.620 INFO O| Aug 29 21:22:57.620 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7477 | 2026-08-29T21:22:58.257Z | [ recovery-image] Aug 29 21:22:57.628 INFO O| Aug 29 21:22:57.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
| 7478 | 2026-08-29T21:22:58.257Z | [ recovery-image] Aug 29 21:22:57.628 INFO O| Aug 29 21:22:57.628 INFO STEP 710 (remove_files) COMPLETE |
| 7479 | 2026-08-29T21:22:58.260Z | [ recovery-image] Aug 29 21:22:57.628 INFO O| Aug 29 21:22:57.628 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7480 | 2026-08-29T21:22:58.265Z | [ recovery-image] Aug 29 21:22:57.637 INFO O| Aug 29 21:22:57.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
| 7481 | 2026-08-29T21:22:58.265Z | [ recovery-image] Aug 29 21:22:57.637 INFO O| Aug 29 21:22:57.637 INFO STEP 711 (remove_files) COMPLETE |
| 7482 | 2026-08-29T21:22:58.265Z | [ recovery-image] Aug 29 21:22:57.637 INFO O| Aug 29 21:22:57.637 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7483 | 2026-08-29T21:22:58.274Z | [ recovery-image] Aug 29 21:22:57.646 INFO O| Aug 29 21:22:57.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
| 7484 | 2026-08-29T21:22:58.274Z | [ recovery-image] Aug 29 21:22:57.646 INFO O| Aug 29 21:22:57.646 INFO STEP 712 (remove_files) COMPLETE |
| 7485 | 2026-08-29T21:22:58.278Z | [ recovery-image] Aug 29 21:22:57.646 INFO O| Aug 29 21:22:57.646 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7486 | 2026-08-29T21:22:58.283Z | [ recovery-image] Aug 29 21:22:57.655 INFO O| Aug 29 21:22:57.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
| 7487 | 2026-08-29T21:22:58.283Z | [ recovery-image] Aug 29 21:22:57.655 INFO O| Aug 29 21:22:57.655 INFO STEP 713 (remove_files) COMPLETE |
| 7488 | 2026-08-29T21:22:58.286Z | [ recovery-image] Aug 29 21:22:57.655 INFO O| Aug 29 21:22:57.655 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7489 | 2026-08-29T21:22:58.292Z | [ recovery-image] Aug 29 21:22:57.664 INFO O| Aug 29 21:22:57.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
| 7490 | 2026-08-29T21:22:58.292Z | [ recovery-image] Aug 29 21:22:57.664 INFO O| Aug 29 21:22:57.664 INFO STEP 714 (remove_files) COMPLETE |
| 7491 | 2026-08-29T21:22:58.295Z | [ recovery-image] Aug 29 21:22:57.664 INFO O| Aug 29 21:22:57.664 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7492 | 2026-08-29T21:22:58.301Z | [ recovery-image] Aug 29 21:22:57.672 INFO O| Aug 29 21:22:57.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
| 7493 | 2026-08-29T21:22:58.301Z | [ recovery-image] Aug 29 21:22:57.673 INFO O| Aug 29 21:22:57.673 INFO STEP 715 (remove_files) COMPLETE |
| 7494 | 2026-08-29T21:22:58.301Z | [ recovery-image] Aug 29 21:22:57.673 INFO O| Aug 29 21:22:57.673 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7495 | 2026-08-29T21:22:58.312Z | [ recovery-image] Aug 29 21:22:57.684 INFO O| Aug 29 21:22:57.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount" |
| 7496 | 2026-08-29T21:22:58.312Z | [ recovery-image] Aug 29 21:22:57.684 INFO O| Aug 29 21:22:57.684 INFO STEP 716 (remove_files) COMPLETE |
| 7497 | 2026-08-29T21:22:58.315Z | [ recovery-image] Aug 29 21:22:57.684 INFO O| Aug 29 21:22:57.684 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7498 | 2026-08-29T21:22:58.322Z | [ recovery-image] Aug 29 21:22:57.694 INFO O| Aug 29 21:22:57.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp" |
| 7499 | 2026-08-29T21:22:58.325Z | [ recovery-image] Aug 29 21:22:57.695 INFO O| Aug 29 21:22:57.695 INFO STEP 717 (remove_files) COMPLETE |
| 7500 | 2026-08-29T21:22:58.325Z | [ recovery-image] Aug 29 21:22:57.695 INFO O| Aug 29 21:22:57.695 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7501 | 2026-08-29T21:22:58.334Z | [ recovery-image] Aug 29 21:22:57.705 INFO O| Aug 29 21:22:57.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
| 7502 | 2026-08-29T21:22:58.337Z | [ recovery-image] Aug 29 21:22:57.706 INFO O| Aug 29 21:22:57.706 INFO STEP 718 (remove_files) COMPLETE |
| 7503 | 2026-08-29T21:22:58.337Z | [ recovery-image] Aug 29 21:22:57.706 INFO O| Aug 29 21:22:57.706 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7504 | 2026-08-29T21:22:58.345Z | [ recovery-image] Aug 29 21:22:57.716 INFO O| Aug 29 21:22:57.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit" |
| 7505 | 2026-08-29T21:22:58.345Z | [ recovery-image] Aug 29 21:22:57.716 INFO O| Aug 29 21:22:57.716 INFO STEP 719 (remove_files) COMPLETE |
| 7506 | 2026-08-29T21:22:58.345Z | [ recovery-image] Aug 29 21:22:57.716 INFO O| Aug 29 21:22:57.716 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7507 | 2026-08-29T21:22:58.355Z | [ recovery-image] Aug 29 21:22:57.726 INFO O| Aug 29 21:22:57.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount" |
| 7508 | 2026-08-29T21:22:58.358Z | [ recovery-image] Aug 29 21:22:57.727 INFO O| Aug 29 21:22:57.727 INFO STEP 720 (remove_files) COMPLETE |
| 7509 | 2026-08-29T21:22:58.358Z | [ recovery-image] Aug 29 21:22:57.727 INFO O| Aug 29 21:22:57.727 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7510 | 2026-08-29T21:22:58.366Z | [ recovery-image] Aug 29 21:22:57.736 INFO O| Aug 29 21:22:57.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount" |
| 7511 | 2026-08-29T21:22:58.366Z | [ recovery-image] Aug 29 21:22:57.736 INFO O| Aug 29 21:22:57.736 INFO STEP 721 (remove_files) COMPLETE |
| 7512 | 2026-08-29T21:22:58.366Z | [ recovery-image] Aug 29 21:22:57.736 INFO O| Aug 29 21:22:57.736 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7513 | 2026-08-29T21:22:58.378Z | [ recovery-image] Aug 29 21:22:57.745 INFO O| Aug 29 21:22:57.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck" |
| 7514 | 2026-08-29T21:22:58.378Z | [ recovery-image] Aug 29 21:22:57.745 INFO O| Aug 29 21:22:57.745 INFO STEP 722 (remove_files) COMPLETE |
| 7515 | 2026-08-29T21:22:58.378Z | [ recovery-image] Aug 29 21:22:57.745 INFO O| Aug 29 21:22:57.745 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7516 | 2026-08-29T21:22:58.385Z | [ recovery-image] Aug 29 21:22:57.754 INFO O| Aug 29 21:22:57.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp" |
| 7517 | 2026-08-29T21:22:58.385Z | [ recovery-image] Aug 29 21:22:57.754 INFO O| Aug 29 21:22:57.754 INFO STEP 723 (remove_files) COMPLETE |
| 7518 | 2026-08-29T21:22:58.385Z | [ recovery-image] Aug 29 21:22:57.754 INFO O| Aug 29 21:22:57.754 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7519 | 2026-08-29T21:22:58.391Z | [ recovery-image] Aug 29 21:22:57.763 INFO O| Aug 29 21:22:57.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
| 7520 | 2026-08-29T21:22:58.391Z | [ recovery-image] Aug 29 21:22:57.763 INFO O| Aug 29 21:22:57.763 INFO STEP 724 (remove_files) COMPLETE |
| 7521 | 2026-08-29T21:22:58.391Z | [ recovery-image] Aug 29 21:22:57.763 INFO O| Aug 29 21:22:57.763 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7522 | 2026-08-29T21:22:58.402Z | [ recovery-image] Aug 29 21:22:57.773 INFO O| Aug 29 21:22:57.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs" |
| 7523 | 2026-08-29T21:22:58.402Z | [ recovery-image] Aug 29 21:22:57.773 INFO O| Aug 29 21:22:57.773 INFO STEP 725 (remove_files) COMPLETE |
| 7524 | 2026-08-29T21:22:58.402Z | [ recovery-image] Aug 29 21:22:57.773 INFO O| Aug 29 21:22:57.773 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7525 | 2026-08-29T21:22:58.410Z | [verify-libraries] Compiling russh-cryptovec v0.62.0 |
| 7526 | 2026-08-29T21:22:58.414Z | [ recovery-image] Aug 29 21:22:57.783 INFO O| Aug 29 21:22:57.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount" |
| 7527 | 2026-08-29T21:22:58.414Z | [ recovery-image] Aug 29 21:22:57.783 INFO O| Aug 29 21:22:57.783 INFO STEP 726 (remove_files) COMPLETE |
| 7528 | 2026-08-29T21:22:58.414Z | [ recovery-image] Aug 29 21:22:57.783 INFO O| Aug 29 21:22:57.783 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7529 | 2026-08-29T21:22:58.421Z | [ recovery-image] Aug 29 21:22:57.793 INFO O| Aug 29 21:22:57.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount" |
| 7530 | 2026-08-29T21:22:58.421Z | [ recovery-image] Aug 29 21:22:57.793 INFO O| Aug 29 21:22:57.793 INFO STEP 727 (remove_files) COMPLETE |
| 7531 | 2026-08-29T21:22:58.421Z | [ recovery-image] Aug 29 21:22:57.793 INFO O| Aug 29 21:22:57.793 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7532 | 2026-08-29T21:22:58.431Z | [ recovery-image] Aug 29 21:22:57.802 INFO O| Aug 29 21:22:57.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
| 7533 | 2026-08-29T21:22:58.431Z | [ recovery-image] Aug 29 21:22:57.802 INFO O| Aug 29 21:22:57.802 INFO STEP 728 (remove_files) COMPLETE |
| 7534 | 2026-08-29T21:22:58.431Z | [ recovery-image] Aug 29 21:22:57.802 INFO O| Aug 29 21:22:57.802 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7535 | 2026-08-29T21:22:58.440Z | [ recovery-image] Aug 29 21:22:57.811 INFO O| Aug 29 21:22:57.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
| 7536 | 2026-08-29T21:22:58.440Z | [ recovery-image] Aug 29 21:22:57.811 INFO O| Aug 29 21:22:57.811 INFO STEP 729 (remove_files) COMPLETE |
| 7537 | 2026-08-29T21:22:58.443Z | [ recovery-image] Aug 29 21:22:57.811 INFO O| Aug 29 21:22:57.811 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7538 | 2026-08-29T21:22:58.448Z | [ recovery-image] Aug 29 21:22:57.820 INFO O| Aug 29 21:22:57.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
| 7539 | 2026-08-29T21:22:58.448Z | [ recovery-image] Aug 29 21:22:57.820 INFO O| Aug 29 21:22:57.820 INFO STEP 730 (remove_files) COMPLETE |
| 7540 | 2026-08-29T21:22:58.451Z | [ recovery-image] Aug 29 21:22:57.820 INFO O| Aug 29 21:22:57.820 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7541 | 2026-08-29T21:22:58.458Z | [ recovery-image] Aug 29 21:22:57.829 INFO O| Aug 29 21:22:57.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares" |
| 7542 | 2026-08-29T21:22:58.458Z | [ recovery-image] Aug 29 21:22:57.829 INFO O| Aug 29 21:22:57.829 INFO STEP 731 (remove_files) COMPLETE |
| 7543 | 2026-08-29T21:22:58.461Z | [ recovery-image] Aug 29 21:22:57.829 INFO O| Aug 29 21:22:57.829 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7544 | 2026-08-29T21:22:58.467Z | [ recovery-image] Aug 29 21:22:57.838 INFO O| Aug 29 21:22:57.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
| 7545 | 2026-08-29T21:22:58.467Z | [ recovery-image] Aug 29 21:22:57.839 INFO O| Aug 29 21:22:57.839 INFO STEP 732 (remove_files) COMPLETE |
| 7546 | 2026-08-29T21:22:58.471Z | [ recovery-image] Aug 29 21:22:57.839 INFO O| Aug 29 21:22:57.839 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7547 | 2026-08-29T21:22:58.478Z | [ recovery-image] Aug 29 21:22:57.850 INFO O| Aug 29 21:22:57.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount" |
| 7548 | 2026-08-29T21:22:58.478Z | [ recovery-image] Aug 29 21:22:57.850 INFO O| Aug 29 21:22:57.850 INFO STEP 733 (remove_files) COMPLETE |
| 7549 | 2026-08-29T21:22:58.481Z | [ recovery-image] Aug 29 21:22:57.850 INFO O| Aug 29 21:22:57.850 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7550 | 2026-08-29T21:22:58.488Z | [ recovery-image] Aug 29 21:22:57.860 INFO O| Aug 29 21:22:57.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share" |
| 7551 | 2026-08-29T21:22:58.488Z | [ recovery-image] Aug 29 21:22:57.860 INFO O| Aug 29 21:22:57.860 INFO STEP 734 (remove_files) COMPLETE |
| 7552 | 2026-08-29T21:22:58.491Z | [ recovery-image] Aug 29 21:22:57.860 INFO O| Aug 29 21:22:57.860 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7553 | 2026-08-29T21:22:58.498Z | [ recovery-image] Aug 29 21:22:57.869 INFO O| Aug 29 21:22:57.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount" |
| 7554 | 2026-08-29T21:22:58.498Z | [ recovery-image] Aug 29 21:22:57.869 INFO O| Aug 29 21:22:57.869 INFO STEP 735 (remove_files) COMPLETE |
| 7555 | 2026-08-29T21:22:58.498Z | [ recovery-image] Aug 29 21:22:57.869 INFO O| Aug 29 21:22:57.869 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7556 | 2026-08-29T21:22:58.508Z | [ recovery-image] Aug 29 21:22:57.879 INFO O| Aug 29 21:22:57.879 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare" |
| 7557 | 2026-08-29T21:22:58.508Z | [ recovery-image] Aug 29 21:22:57.880 INFO O| Aug 29 21:22:57.879 INFO STEP 736 (remove_files) COMPLETE |
| 7558 | 2026-08-29T21:22:58.508Z | [ recovery-image] Aug 29 21:22:57.880 INFO O| Aug 29 21:22:57.879 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7559 | 2026-08-29T21:22:58.518Z | [ recovery-image] Aug 29 21:22:57.890 INFO O| Aug 29 21:22:57.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri" |
| 7560 | 2026-08-29T21:22:58.518Z | [ recovery-image] Aug 29 21:22:57.890 INFO O| Aug 29 21:22:57.890 INFO STEP 737 (remove_files) COMPLETE |
| 7561 | 2026-08-29T21:22:58.521Z | [ recovery-image] Aug 29 21:22:57.890 INFO O| Aug 29 21:22:57.890 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7562 | 2026-08-29T21:22:58.528Z | [ recovery-image] Aug 29 21:22:57.899 INFO O| Aug 29 21:22:57.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy" |
| 7563 | 2026-08-29T21:22:58.528Z | [ recovery-image] Aug 29 21:22:57.899 INFO O| Aug 29 21:22:57.899 INFO STEP 738 (remove_files) COMPLETE |
| 7564 | 2026-08-29T21:22:58.531Z | [ recovery-image] Aug 29 21:22:57.899 INFO O| Aug 29 21:22:57.899 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7565 | 2026-08-29T21:22:58.538Z | [ recovery-image] Aug 29 21:22:57.909 INFO O| Aug 29 21:22:57.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df" |
| 7566 | 2026-08-29T21:22:58.538Z | [ recovery-image] Aug 29 21:22:57.909 INFO O| Aug 29 21:22:57.909 INFO STEP 739 (remove_files) COMPLETE |
| 7567 | 2026-08-29T21:22:58.541Z | [ recovery-image] Aug 29 21:22:57.909 INFO O| Aug 29 21:22:57.909 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7568 | 2026-08-29T21:22:58.546Z | [ recovery-image] Aug 29 21:22:57.917 INFO O| Aug 29 21:22:57.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota" |
| 7569 | 2026-08-29T21:22:58.546Z | [ recovery-image] Aug 29 21:22:57.917 INFO O| Aug 29 21:22:57.917 INFO STEP 740 (remove_files) COMPLETE |
| 7570 | 2026-08-29T21:22:58.549Z | [ recovery-image] Aug 29 21:22:57.917 INFO O| Aug 29 21:22:57.917 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7571 | 2026-08-29T21:22:58.554Z | [ recovery-image] Aug 29 21:22:57.925 INFO O| Aug 29 21:22:57.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff" |
| 7572 | 2026-08-29T21:22:58.554Z | [ recovery-image] Aug 29 21:22:57.925 INFO O| Aug 29 21:22:57.925 INFO STEP 741 (remove_files) COMPLETE |
| 7573 | 2026-08-29T21:22:58.554Z | [ recovery-image] Aug 29 21:22:57.925 INFO O| Aug 29 21:22:57.925 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7574 | 2026-08-29T21:22:58.562Z | [ recovery-image] Aug 29 21:22:57.933 INFO O| Aug 29 21:22:57.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck" |
| 7575 | 2026-08-29T21:22:58.562Z | [ recovery-image] Aug 29 21:22:57.933 INFO O| Aug 29 21:22:57.933 INFO STEP 742 (remove_files) COMPLETE |
| 7576 | 2026-08-29T21:22:58.565Z | [ recovery-image] Aug 29 21:22:57.933 INFO O| Aug 29 21:22:57.933 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7577 | 2026-08-29T21:22:58.568Z | [verify-libraries] Compiling tui-tree-widget v0.23.1 |
| 7578 | 2026-08-29T21:22:58.572Z | [ recovery-image] Aug 29 21:22:57.942 INFO O| Aug 29 21:22:57.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall" |
| 7579 | 2026-08-29T21:22:58.572Z | [ recovery-image] Aug 29 21:22:57.942 INFO O| Aug 29 21:22:57.942 INFO STEP 743 (remove_files) COMPLETE |
| 7580 | 2026-08-29T21:22:58.572Z | [ recovery-image] Aug 29 21:22:57.942 INFO O| Aug 29 21:22:57.942 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7581 | 2026-08-29T21:22:58.580Z | [ recovery-image] Aug 29 21:22:57.952 INFO O| Aug 29 21:22:57.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb" |
| 7582 | 2026-08-29T21:22:58.580Z | [ recovery-image] Aug 29 21:22:57.952 INFO O| Aug 29 21:22:57.952 INFO STEP 744 (remove_files) COMPLETE |
| 7583 | 2026-08-29T21:22:58.580Z | [ recovery-image] Aug 29 21:22:57.952 INFO O| Aug 29 21:22:57.952 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7584 | 2026-08-29T21:22:58.589Z | [ recovery-image] Aug 29 21:22:57.961 INFO O| Aug 29 21:22:57.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand" |
| 7585 | 2026-08-29T21:22:58.589Z | [ recovery-image] Aug 29 21:22:57.961 INFO O| Aug 29 21:22:57.961 INFO STEP 745 (remove_files) COMPLETE |
| 7586 | 2026-08-29T21:22:58.589Z | [ recovery-image] Aug 29 21:22:57.961 INFO O| Aug 29 21:22:57.961 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7587 | 2026-08-29T21:22:58.599Z | [ recovery-image] Aug 29 21:22:57.970 INFO O| Aug 29 21:22:57.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap" |
| 7588 | 2026-08-29T21:22:58.599Z | [ recovery-image] Aug 29 21:22:57.970 INFO O| Aug 29 21:22:57.970 INFO STEP 746 (remove_files) COMPLETE |
| 7589 | 2026-08-29T21:22:58.599Z | [ recovery-image] Aug 29 21:22:57.970 INFO O| Aug 29 21:22:57.970 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7590 | 2026-08-29T21:22:58.609Z | [ recovery-image] Aug 29 21:22:57.980 INFO O| Aug 29 21:22:57.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp" |
| 7591 | 2026-08-29T21:22:58.609Z | [ recovery-image] Aug 29 21:22:57.980 INFO O| Aug 29 21:22:57.980 INFO STEP 747 (remove_files) COMPLETE |
| 7592 | 2026-08-29T21:22:58.609Z | [ recovery-image] Aug 29 21:22:57.980 INFO O| Aug 29 21:22:57.980 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7593 | 2026-08-29T21:22:58.617Z | [ recovery-image] Aug 29 21:22:57.989 INFO O| Aug 29 21:22:57.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
| 7594 | 2026-08-29T21:22:58.617Z | [ recovery-image] Aug 29 21:22:57.989 INFO O| Aug 29 21:22:57.989 INFO STEP 748 (remove_files) COMPLETE |
| 7595 | 2026-08-29T21:22:58.617Z | [ recovery-image] Aug 29 21:22:57.989 INFO O| Aug 29 21:22:57.989 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7596 | 2026-08-29T21:22:58.631Z | [ recovery-image] Aug 29 21:22:57.998 INFO O| Aug 29 21:22:57.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit" |
| 7597 | 2026-08-29T21:22:58.631Z | [ recovery-image] Aug 29 21:22:57.998 INFO O| Aug 29 21:22:57.998 INFO STEP 749 (remove_files) COMPLETE |
| 7598 | 2026-08-29T21:22:58.631Z | [ recovery-image] Aug 29 21:22:57.998 INFO O| Aug 29 21:22:57.998 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7599 | 2026-08-29T21:22:58.637Z | [ recovery-image] Aug 29 21:22:58.008 INFO O| Aug 29 21:22:58.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs" |
| 7600 | 2026-08-29T21:22:58.637Z | [ recovery-image] Aug 29 21:22:58.008 INFO O| Aug 29 21:22:58.008 INFO STEP 750 (remove_files) COMPLETE |
| 7601 | 2026-08-29T21:22:58.640Z | [ recovery-image] Aug 29 21:22:58.008 INFO O| Aug 29 21:22:58.008 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7602 | 2026-08-29T21:22:58.649Z | [ recovery-image] Aug 29 21:22:58.019 INFO O| Aug 29 21:22:58.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs" |
| 7603 | 2026-08-29T21:22:58.649Z | [ recovery-image] Aug 29 21:22:58.019 INFO O| Aug 29 21:22:58.019 INFO STEP 751 (remove_files) COMPLETE |
| 7604 | 2026-08-29T21:22:58.649Z | [ recovery-image] Aug 29 21:22:58.019 INFO O| Aug 29 21:22:58.019 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7605 | 2026-08-29T21:22:58.657Z | [ recovery-image] Aug 29 21:22:58.028 INFO O| Aug 29 21:22:58.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck" |
| 7606 | 2026-08-29T21:22:58.657Z | [ recovery-image] Aug 29 21:22:58.029 INFO O| Aug 29 21:22:58.028 INFO STEP 752 (remove_files) COMPLETE |
| 7607 | 2026-08-29T21:22:58.657Z | [ recovery-image] Aug 29 21:22:58.029 INFO O| Aug 29 21:22:58.029 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7608 | 2026-08-29T21:22:58.668Z | [ recovery-image] Aug 29 21:22:58.038 INFO O| Aug 29 21:22:58.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs" |
| 7609 | 2026-08-29T21:22:58.668Z | [ recovery-image] Aug 29 21:22:58.038 INFO O| Aug 29 21:22:58.038 INFO STEP 753 (remove_files) COMPLETE |
| 7610 | 2026-08-29T21:22:58.668Z | [ recovery-image] Aug 29 21:22:58.038 INFO O| Aug 29 21:22:58.038 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7611 | 2026-08-29T21:22:58.681Z | [ recovery-image] Aug 29 21:22:58.047 INFO O| Aug 29 21:22:58.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot" |
| 7612 | 2026-08-29T21:22:58.681Z | [ recovery-image] Aug 29 21:22:58.047 INFO O| Aug 29 21:22:58.047 INFO STEP 754 (remove_files) COMPLETE |
| 7613 | 2026-08-29T21:22:58.681Z | [ recovery-image] Aug 29 21:22:58.047 INFO O| Aug 29 21:22:58.047 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7614 | 2026-08-29T21:22:58.685Z | [verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 7615 | 2026-08-29T21:22:58.688Z | [ recovery-image] Aug 29 21:22:58.058 INFO O| Aug 29 21:22:58.058 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck" |
| 7616 | 2026-08-29T21:22:58.688Z | [ recovery-image] Aug 29 21:22:58.058 INFO O| Aug 29 21:22:58.058 INFO STEP 755 (remove_files) COMPLETE |
| 7617 | 2026-08-29T21:22:58.688Z | [ recovery-image] Aug 29 21:22:58.058 INFO O| Aug 29 21:22:58.058 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7618 | 2026-08-29T21:22:58.697Z | [ recovery-image] Aug 29 21:22:58.067 INFO O| Aug 29 21:22:58.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff" |
| 7619 | 2026-08-29T21:22:58.697Z | [ recovery-image] Aug 29 21:22:58.067 INFO O| Aug 29 21:22:58.067 INFO STEP 756 (remove_files) COMPLETE |
| 7620 | 2026-08-29T21:22:58.697Z | [ recovery-image] Aug 29 21:22:58.067 INFO O| Aug 29 21:22:58.067 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7621 | 2026-08-29T21:22:58.706Z | [ recovery-image] Aug 29 21:22:58.077 INFO O| Aug 29 21:22:58.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon" |
| 7622 | 2026-08-29T21:22:58.706Z | [ recovery-image] Aug 29 21:22:58.077 INFO O| Aug 29 21:22:58.077 INFO STEP 757 (remove_files) COMPLETE |
| 7623 | 2026-08-29T21:22:58.709Z | [ recovery-image] Aug 29 21:22:58.077 INFO O| Aug 29 21:22:58.077 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7624 | 2026-08-29T21:22:58.716Z | [ recovery-image] Aug 29 21:22:58.088 INFO O| Aug 29 21:22:58.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota" |
| 7625 | 2026-08-29T21:22:58.716Z | [ recovery-image] Aug 29 21:22:58.088 INFO O| Aug 29 21:22:58.087 INFO STEP 758 (remove_files) COMPLETE |
| 7626 | 2026-08-29T21:22:58.716Z | [ recovery-image] Aug 29 21:22:58.088 INFO O| Aug 29 21:22:58.087 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7627 | 2026-08-29T21:22:58.725Z | [ recovery-image] Aug 29 21:22:58.097 INFO O| Aug 29 21:22:58.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs" |
| 7628 | 2026-08-29T21:22:58.726Z | [ recovery-image] Aug 29 21:22:58.097 INFO O| Aug 29 21:22:58.097 INFO STEP 759 (remove_files) COMPLETE |
| 7629 | 2026-08-29T21:22:58.726Z | [ recovery-image] Aug 29 21:22:58.097 INFO O| Aug 29 21:22:58.097 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7630 | 2026-08-29T21:22:58.736Z | [ recovery-image] Aug 29 21:22:58.108 INFO O| Aug 29 21:22:58.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump" |
| 7631 | 2026-08-29T21:22:58.736Z | [ recovery-image] Aug 29 21:22:58.108 INFO O| Aug 29 21:22:58.108 INFO STEP 760 (remove_files) COMPLETE |
| 7632 | 2026-08-29T21:22:58.736Z | [ recovery-image] Aug 29 21:22:58.108 INFO O| Aug 29 21:22:58.108 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7633 | 2026-08-29T21:22:58.745Z | [ recovery-image] Aug 29 21:22:58.117 INFO O| Aug 29 21:22:58.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore" |
| 7634 | 2026-08-29T21:22:58.745Z | [ recovery-image] Aug 29 21:22:58.117 INFO O| Aug 29 21:22:58.117 INFO STEP 761 (remove_files) COMPLETE |
| 7635 | 2026-08-29T21:22:58.745Z | [ recovery-image] Aug 29 21:22:58.117 INFO O| Aug 29 21:22:58.117 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7636 | 2026-08-29T21:22:58.754Z | [ recovery-image] Aug 29 21:22:58.125 INFO O| Aug 29 21:22:58.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy" |
| 7637 | 2026-08-29T21:22:58.757Z | [ recovery-image] Aug 29 21:22:58.126 INFO O| Aug 29 21:22:58.126 INFO STEP 762 (remove_files) COMPLETE |
| 7638 | 2026-08-29T21:22:58.757Z | [ recovery-image] Aug 29 21:22:58.126 INFO O| Aug 29 21:22:58.126 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7639 | 2026-08-29T21:22:58.766Z | [ recovery-image] Aug 29 21:22:58.138 INFO O| Aug 29 21:22:58.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1" |
| 7640 | 2026-08-29T21:22:58.766Z | [ recovery-image] Aug 29 21:22:58.138 INFO O| Aug 29 21:22:58.138 INFO STEP 763 (remove_files) COMPLETE |
| 7641 | 2026-08-29T21:22:58.770Z | [ recovery-image] Aug 29 21:22:58.138 INFO O| Aug 29 21:22:58.138 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7642 | 2026-08-29T21:22:58.778Z | [ recovery-image] Aug 29 21:22:58.148 INFO O| Aug 29 21:22:58.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1" |
| 7643 | 2026-08-29T21:22:58.778Z | [ recovery-image] Aug 29 21:22:58.148 INFO O| Aug 29 21:22:58.148 INFO STEP 764 (remove_files) COMPLETE |
| 7644 | 2026-08-29T21:22:58.781Z | [ recovery-image] Aug 29 21:22:58.148 INFO O| Aug 29 21:22:58.148 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7645 | 2026-08-29T21:22:58.786Z | [ recovery-image] Aug 29 21:22:58.157 INFO O| Aug 29 21:22:58.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean" |
| 7646 | 2026-08-29T21:22:58.786Z | [ recovery-image] Aug 29 21:22:58.157 INFO O| Aug 29 21:22:58.157 INFO STEP 765 (remove_files) COMPLETE |
| 7647 | 2026-08-29T21:22:58.786Z | [ recovery-image] Aug 29 21:22:58.157 INFO O| Aug 29 21:22:58.157 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7648 | 2026-08-29T21:22:58.796Z | [ recovery-image] Aug 29 21:22:58.167 INFO O| Aug 29 21:22:58.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd" |
| 7649 | 2026-08-29T21:22:58.796Z | [ recovery-image] Aug 29 21:22:58.167 INFO O| Aug 29 21:22:58.167 INFO STEP 766 (remove_files) COMPLETE |
| 7650 | 2026-08-29T21:22:58.796Z | [ recovery-image] Aug 29 21:22:58.167 INFO O| Aug 29 21:22:58.167 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7651 | 2026-08-29T21:22:58.805Z | [ recovery-image] Aug 29 21:22:58.176 INFO O| Aug 29 21:22:58.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1" |
| 7652 | 2026-08-29T21:22:58.805Z | [ recovery-image] Aug 29 21:22:58.176 INFO O| Aug 29 21:22:58.176 INFO STEP 767 (remove_files) COMPLETE |
| 7653 | 2026-08-29T21:22:58.808Z | [ recovery-image] Aug 29 21:22:58.176 INFO O| Aug 29 21:22:58.176 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7654 | 2026-08-29T21:22:58.815Z | [ recovery-image] Aug 29 21:22:58.187 INFO O| Aug 29 21:22:58.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1" |
| 7655 | 2026-08-29T21:22:58.815Z | [ recovery-image] Aug 29 21:22:58.187 INFO O| Aug 29 21:22:58.187 INFO STEP 768 (remove_files) COMPLETE |
| 7656 | 2026-08-29T21:22:58.815Z | [ recovery-image] Aug 29 21:22:58.187 INFO O| Aug 29 21:22:58.187 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7657 | 2026-08-29T21:22:58.824Z | [ recovery-image] Aug 29 21:22:58.196 INFO O| Aug 29 21:22:58.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1" |
| 7658 | 2026-08-29T21:22:58.824Z | [ recovery-image] Aug 29 21:22:58.196 INFO O| Aug 29 21:22:58.196 INFO STEP 769 (remove_files) COMPLETE |
| 7659 | 2026-08-29T21:22:58.828Z | [ recovery-image] Aug 29 21:22:58.196 INFO O| Aug 29 21:22:58.196 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7660 | 2026-08-29T21:22:58.835Z | [ recovery-image] Aug 29 21:22:58.206 INFO O| Aug 29 21:22:58.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked" |
| 7661 | 2026-08-29T21:22:58.839Z | [ recovery-image] Aug 29 21:22:58.207 INFO O| Aug 29 21:22:58.207 INFO STEP 770 (remove_files) COMPLETE |
| 7662 | 2026-08-29T21:22:58.839Z | [ recovery-image] Aug 29 21:22:58.207 INFO O| Aug 29 21:22:58.207 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7663 | 2026-08-29T21:22:58.839Z | [verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 7664 | 2026-08-29T21:22:58.846Z | [ recovery-image] Aug 29 21:22:58.217 INFO O| Aug 29 21:22:58.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb" |
| 7665 | 2026-08-29T21:22:58.846Z | [ recovery-image] Aug 29 21:22:58.217 INFO O| Aug 29 21:22:58.217 INFO STEP 771 (remove_files) COMPLETE |
| 7666 | 2026-08-29T21:22:58.846Z | [ recovery-image] Aug 29 21:22:58.217 INFO O| Aug 29 21:22:58.217 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7667 | 2026-08-29T21:22:58.856Z | [ recovery-image] Aug 29 21:22:58.228 INFO O| Aug 29 21:22:58.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal" |
| 7668 | 2026-08-29T21:22:58.856Z | [ recovery-image] Aug 29 21:22:58.228 INFO O| Aug 29 21:22:58.228 INFO STEP 772 (remove_files) COMPLETE |
| 7669 | 2026-08-29T21:22:58.856Z | [ recovery-image] Aug 29 21:22:58.228 INFO O| Aug 29 21:22:58.228 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7670 | 2026-08-29T21:22:58.866Z | [ recovery-image] Aug 29 21:22:58.238 INFO O| Aug 29 21:22:58.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb" |
| 7671 | 2026-08-29T21:22:58.867Z | [ recovery-image] Aug 29 21:22:58.238 INFO O| Aug 29 21:22:58.238 INFO STEP 773 (remove_files) COMPLETE |
| 7672 | 2026-08-29T21:22:58.867Z | [ recovery-image] Aug 29 21:22:58.238 INFO O| Aug 29 21:22:58.238 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7673 | 2026-08-29T21:22:58.876Z | [ recovery-image] Aug 29 21:22:58.247 INFO O| Aug 29 21:22:58.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked" |
| 7674 | 2026-08-29T21:22:58.876Z | [ recovery-image] Aug 29 21:22:58.247 INFO O| Aug 29 21:22:58.247 INFO STEP 774 (remove_files) COMPLETE |
| 7675 | 2026-08-29T21:22:58.876Z | [ recovery-image] Aug 29 21:22:58.247 INFO O| Aug 29 21:22:58.247 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7676 | 2026-08-29T21:22:58.886Z | [ recovery-image] Aug 29 21:22:58.257 INFO O| Aug 29 21:22:58.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd" |
| 7677 | 2026-08-29T21:22:58.886Z | [ recovery-image] Aug 29 21:22:58.257 INFO O| Aug 29 21:22:58.257 INFO STEP 775 (remove_files) COMPLETE |
| 7678 | 2026-08-29T21:22:58.886Z | [ recovery-image] Aug 29 21:22:58.257 INFO O| Aug 29 21:22:58.257 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7679 | 2026-08-29T21:22:58.894Z | [ recovery-image] Aug 29 21:22:58.266 INFO O| Aug 29 21:22:58.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd" |
| 7680 | 2026-08-29T21:22:58.894Z | [ recovery-image] Aug 29 21:22:58.266 INFO O| Aug 29 21:22:58.266 INFO STEP 776 (remove_files) COMPLETE |
| 7681 | 2026-08-29T21:22:58.894Z | [ recovery-image] Aug 29 21:22:58.266 INFO O| Aug 29 21:22:58.266 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7682 | 2026-08-29T21:22:58.906Z | [ recovery-image] Aug 29 21:22:58.276 INFO O| Aug 29 21:22:58.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
| 7683 | 2026-08-29T21:22:58.906Z | [ recovery-image] Aug 29 21:22:58.277 INFO O| Aug 29 21:22:58.277 INFO STEP 777 (remove_files) COMPLETE |
| 7684 | 2026-08-29T21:22:58.906Z | [ recovery-image] Aug 29 21:22:58.277 INFO O| Aug 29 21:22:58.277 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7685 | 2026-08-29T21:22:58.915Z | [ recovery-image] Aug 29 21:22:58.286 INFO O| Aug 29 21:22:58.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd" |
| 7686 | 2026-08-29T21:22:58.916Z | [ recovery-image] Aug 29 21:22:58.287 INFO O| Aug 29 21:22:58.286 INFO STEP 778 (remove_files) COMPLETE |
| 7687 | 2026-08-29T21:22:58.916Z | [ recovery-image] Aug 29 21:22:58.287 INFO O| Aug 29 21:22:58.287 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7688 | 2026-08-29T21:22:58.926Z | [ recovery-image] Aug 29 21:22:58.297 INFO O| Aug 29 21:22:58.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
| 7689 | 2026-08-29T21:22:58.926Z | [ recovery-image] Aug 29 21:22:58.297 INFO O| Aug 29 21:22:58.297 INFO STEP 779 (remove_files) COMPLETE |
| 7690 | 2026-08-29T21:22:58.926Z | [ recovery-image] Aug 29 21:22:58.297 INFO O| Aug 29 21:22:58.297 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7691 | 2026-08-29T21:22:58.935Z | [ recovery-image] Aug 29 21:22:58.306 INFO O| Aug 29 21:22:58.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1" |
| 7692 | 2026-08-29T21:22:58.935Z | [ recovery-image] Aug 29 21:22:58.306 INFO O| Aug 29 21:22:58.306 INFO STEP 780 (remove_files) COMPLETE |
| 7693 | 2026-08-29T21:22:58.935Z | [ recovery-image] Aug 29 21:22:58.306 INFO O| Aug 29 21:22:58.306 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7694 | 2026-08-29T21:22:58.945Z | [ recovery-image] Aug 29 21:22:58.317 INFO O| Aug 29 21:22:58.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
| 7695 | 2026-08-29T21:22:58.946Z | [ recovery-image] Aug 29 21:22:58.317 INFO O| Aug 29 21:22:58.317 INFO STEP 781 (remove_files) COMPLETE |
| 7696 | 2026-08-29T21:22:58.946Z | [ recovery-image] Aug 29 21:22:58.317 INFO O| Aug 29 21:22:58.317 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7697 | 2026-08-29T21:22:58.956Z | [ recovery-image] Aug 29 21:22:58.327 INFO O| Aug 29 21:22:58.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G" |
| 7698 | 2026-08-29T21:22:58.956Z | [ recovery-image] Aug 29 21:22:58.327 INFO O| Aug 29 21:22:58.327 INFO STEP 782 (remove_files) COMPLETE |
| 7699 | 2026-08-29T21:22:58.960Z | [ recovery-image] Aug 29 21:22:58.327 INFO O| Aug 29 21:22:58.327 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7700 | 2026-08-29T21:22:58.966Z | [ recovery-image] Aug 29 21:22:58.337 INFO O| Aug 29 21:22:58.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G" |
| 7701 | 2026-08-29T21:22:58.966Z | [ recovery-image] Aug 29 21:22:58.337 INFO O| Aug 29 21:22:58.337 INFO STEP 783 (remove_files) COMPLETE |
| 7702 | 2026-08-29T21:22:58.969Z | [ recovery-image] Aug 29 21:22:58.337 INFO O| Aug 29 21:22:58.337 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7703 | 2026-08-29T21:22:58.977Z | [ recovery-image] Aug 29 21:22:58.347 INFO O| Aug 29 21:22:58.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign" |
| 7704 | 2026-08-29T21:22:58.977Z | [ recovery-image] Aug 29 21:22:58.347 INFO O| Aug 29 21:22:58.347 INFO STEP 784 (remove_files) COMPLETE |
| 7705 | 2026-08-29T21:22:58.977Z | [ recovery-image] Aug 29 21:22:58.347 INFO O| Aug 29 21:22:58.347 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7706 | 2026-08-29T21:22:58.985Z | [ recovery-image] Aug 29 21:22:58.356 INFO O| Aug 29 21:22:58.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default" |
| 7707 | 2026-08-29T21:22:58.985Z | [ recovery-image] Aug 29 21:22:58.357 INFO O| Aug 29 21:22:58.357 INFO STEP 785 (remove_files) COMPLETE |
| 7708 | 2026-08-29T21:22:58.985Z | [ recovery-image] Aug 29 21:22:58.357 INFO O| Aug 29 21:22:58.357 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7709 | 2026-08-29T21:22:58.994Z | [ recovery-image] Aug 29 21:22:58.365 INFO O| Aug 29 21:22:58.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata" |
| 7710 | 2026-08-29T21:22:58.994Z | [ recovery-image] Aug 29 21:22:58.366 INFO O| Aug 29 21:22:58.365 INFO STEP 786 (remove_files) COMPLETE |
| 7711 | 2026-08-29T21:22:58.994Z | [ recovery-image] Aug 29 21:22:58.366 INFO O| Aug 29 21:22:58.366 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7712 | 2026-08-29T21:22:59.002Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 7713 | 2026-08-29T21:22:59.006Z | [ recovery-image] Aug 29 21:22:58.375 INFO O| Aug 29 21:22:58.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter" |
| 7714 | 2026-08-29T21:22:59.006Z | [ recovery-image] Aug 29 21:22:58.375 INFO O| Aug 29 21:22:58.375 INFO STEP 787 (remove_files) COMPLETE |
| 7715 | 2026-08-29T21:22:59.006Z | [ recovery-image] Aug 29 21:22:58.375 INFO O| Aug 29 21:22:58.375 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7716 | 2026-08-29T21:22:59.012Z | [ recovery-image] Aug 29 21:22:58.384 INFO O| Aug 29 21:22:58.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss" |
| 7717 | 2026-08-29T21:22:59.012Z | [ recovery-image] Aug 29 21:22:58.384 INFO O| Aug 29 21:22:58.384 INFO STEP 788 (remove_files) COMPLETE |
| 7718 | 2026-08-29T21:22:59.012Z | [ recovery-image] Aug 29 21:22:58.384 INFO O| Aug 29 21:22:58.384 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7719 | 2026-08-29T21:22:59.022Z | [ recovery-image] Aug 29 21:22:58.394 INFO O| Aug 29 21:22:58.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata" |
| 7720 | 2026-08-29T21:22:59.022Z | [ recovery-image] Aug 29 21:22:58.394 INFO O| Aug 29 21:22:58.394 INFO STEP 789 (remove_files) COMPLETE |
| 7721 | 2026-08-29T21:22:59.022Z | [ recovery-image] Aug 29 21:22:58.394 INFO O| Aug 29 21:22:58.394 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7722 | 2026-08-29T21:22:59.031Z | [ recovery-image] Aug 29 21:22:58.403 INFO O| Aug 29 21:22:58.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk" |
| 7723 | 2026-08-29T21:22:59.031Z | [ recovery-image] Aug 29 21:22:58.403 INFO O| Aug 29 21:22:58.403 INFO STEP 790 (remove_files) COMPLETE |
| 7724 | 2026-08-29T21:22:59.031Z | [ recovery-image] Aug 29 21:22:58.403 INFO O| Aug 29 21:22:58.403 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7725 | 2026-08-29T21:22:59.041Z | [ recovery-image] Aug 29 21:22:58.413 INFO O| Aug 29 21:22:58.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign" |
| 7726 | 2026-08-29T21:22:59.041Z | [ recovery-image] Aug 29 21:22:58.413 INFO O| Aug 29 21:22:58.413 INFO STEP 791 (remove_files) COMPLETE |
| 7727 | 2026-08-29T21:22:59.041Z | [ recovery-image] Aug 29 21:22:58.413 INFO O| Aug 29 21:22:58.413 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7728 | 2026-08-29T21:22:59.052Z | [ recovery-image] Aug 29 21:22:58.423 INFO O| Aug 29 21:22:58.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
| 7729 | 2026-08-29T21:22:59.052Z | [ recovery-image] Aug 29 21:22:58.423 INFO O| Aug 29 21:22:58.423 INFO STEP 792 (remove_files) COMPLETE |
| 7730 | 2026-08-29T21:22:59.052Z | [ recovery-image] Aug 29 21:22:58.423 INFO O| Aug 29 21:22:58.423 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7731 | 2026-08-29T21:22:59.061Z | [ recovery-image] Aug 29 21:22:58.432 INFO O| Aug 29 21:22:58.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
| 7732 | 2026-08-29T21:22:59.061Z | [ recovery-image] Aug 29 21:22:58.432 INFO O| Aug 29 21:22:58.432 INFO STEP 793 (remove_files) COMPLETE |
| 7733 | 2026-08-29T21:22:59.064Z | [ recovery-image] Aug 29 21:22:58.432 INFO O| Aug 29 21:22:58.432 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7734 | 2026-08-29T21:22:59.072Z | [ recovery-image] Aug 29 21:22:58.443 INFO O| Aug 29 21:22:58.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
| 7735 | 2026-08-29T21:22:59.072Z | [ recovery-image] Aug 29 21:22:58.443 INFO O| Aug 29 21:22:58.443 INFO STEP 794 (remove_files) COMPLETE |
| 7736 | 2026-08-29T21:22:59.072Z | [ recovery-image] Aug 29 21:22:58.443 INFO O| Aug 29 21:22:58.443 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7737 | 2026-08-29T21:22:59.082Z | [ recovery-image] Aug 29 21:22:58.454 INFO O| Aug 29 21:22:58.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
| 7738 | 2026-08-29T21:22:59.083Z | [ recovery-image] Aug 29 21:22:58.454 INFO O| Aug 29 21:22:58.454 INFO STEP 795 (remove_files) COMPLETE |
| 7739 | 2026-08-29T21:22:59.083Z | [ recovery-image] Aug 29 21:22:58.454 INFO O| Aug 29 21:22:58.454 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7740 | 2026-08-29T21:22:59.093Z | [ recovery-image] Aug 29 21:22:58.464 INFO O| Aug 29 21:22:58.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
| 7741 | 2026-08-29T21:22:59.093Z | [ recovery-image] Aug 29 21:22:58.464 INFO O| Aug 29 21:22:58.464 INFO STEP 796 (remove_files) COMPLETE |
| 7742 | 2026-08-29T21:22:59.093Z | [ recovery-image] Aug 29 21:22:58.464 INFO O| Aug 29 21:22:58.464 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7743 | 2026-08-29T21:22:59.103Z | [ recovery-image] Aug 29 21:22:58.475 INFO O| Aug 29 21:22:58.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1" |
| 7744 | 2026-08-29T21:22:59.103Z | [ recovery-image] Aug 29 21:22:58.475 INFO O| Aug 29 21:22:58.475 INFO STEP 797 (remove_files) COMPLETE |
| 7745 | 2026-08-29T21:22:59.104Z | [ recovery-image] Aug 29 21:22:58.475 INFO O| Aug 29 21:22:58.475 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7746 | 2026-08-29T21:22:59.114Z | [ recovery-image] Aug 29 21:22:58.485 INFO O| Aug 29 21:22:58.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1" |
| 7747 | 2026-08-29T21:22:59.114Z | [ recovery-image] Aug 29 21:22:58.485 INFO O| Aug 29 21:22:58.485 INFO STEP 798 (remove_files) COMPLETE |
| 7748 | 2026-08-29T21:22:59.114Z | [ recovery-image] Aug 29 21:22:58.485 INFO O| Aug 29 21:22:58.485 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7749 | 2026-08-29T21:22:59.124Z | [ recovery-image] Aug 29 21:22:58.495 INFO O| Aug 29 21:22:58.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1" |
| 7750 | 2026-08-29T21:22:59.124Z | [ recovery-image] Aug 29 21:22:58.495 INFO O| Aug 29 21:22:58.495 INFO STEP 799 (remove_files) COMPLETE |
| 7751 | 2026-08-29T21:22:59.124Z | [ recovery-image] Aug 29 21:22:58.495 INFO O| Aug 29 21:22:58.495 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7752 | 2026-08-29T21:22:59.134Z | [ recovery-image] Aug 29 21:22:58.506 INFO O| Aug 29 21:22:58.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb" |
| 7753 | 2026-08-29T21:22:59.134Z | [ recovery-image] Aug 29 21:22:58.506 INFO O| Aug 29 21:22:58.506 INFO STEP 800 (remove_files) COMPLETE |
| 7754 | 2026-08-29T21:22:59.134Z | [ recovery-image] Aug 29 21:22:58.506 INFO O| Aug 29 21:22:58.506 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7755 | 2026-08-29T21:22:59.144Z | [ recovery-image] Aug 29 21:22:58.515 INFO O| Aug 29 21:22:58.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so" |
| 7756 | 2026-08-29T21:22:59.147Z | [ recovery-image] Aug 29 21:22:58.516 INFO O| Aug 29 21:22:58.516 INFO STEP 801 (remove_files) COMPLETE |
| 7757 | 2026-08-29T21:22:59.147Z | [ recovery-image] Aug 29 21:22:58.516 INFO O| Aug 29 21:22:58.516 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7758 | 2026-08-29T21:22:59.147Z | [verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 7759 | 2026-08-29T21:22:59.154Z | [ recovery-image] Aug 29 21:22:58.525 INFO O| Aug 29 21:22:58.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
| 7760 | 2026-08-29T21:22:59.154Z | [ recovery-image] Aug 29 21:22:58.525 INFO O| Aug 29 21:22:58.525 INFO STEP 802 (remove_files) COMPLETE |
| 7761 | 2026-08-29T21:22:59.154Z | [ recovery-image] Aug 29 21:22:58.525 INFO O| Aug 29 21:22:58.525 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7762 | 2026-08-29T21:22:59.164Z | [ recovery-image] Aug 29 21:22:58.535 INFO O| Aug 29 21:22:58.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1" |
| 7763 | 2026-08-29T21:22:59.164Z | [ recovery-image] Aug 29 21:22:58.535 INFO O| Aug 29 21:22:58.535 INFO STEP 803 (remove_files) COMPLETE |
| 7764 | 2026-08-29T21:22:59.167Z | [ recovery-image] Aug 29 21:22:58.535 INFO O| Aug 29 21:22:58.535 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7765 | 2026-08-29T21:22:59.177Z | [ recovery-image] Aug 29 21:22:58.545 INFO O| Aug 29 21:22:58.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
| 7766 | 2026-08-29T21:22:59.177Z | [ recovery-image] Aug 29 21:22:58.545 INFO O| Aug 29 21:22:58.545 INFO STEP 804 (remove_files) COMPLETE |
| 7767 | 2026-08-29T21:22:59.177Z | [ recovery-image] Aug 29 21:22:58.545 INFO O| Aug 29 21:22:58.545 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7768 | 2026-08-29T21:22:59.184Z | [ recovery-image] Aug 29 21:22:58.555 INFO O| Aug 29 21:22:58.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed" |
| 7769 | 2026-08-29T21:22:59.184Z | [ recovery-image] Aug 29 21:22:58.555 INFO O| Aug 29 21:22:58.555 INFO STEP 805 (remove_files) COMPLETE |
| 7770 | 2026-08-29T21:22:59.184Z | [ recovery-image] Aug 29 21:22:58.555 INFO O| Aug 29 21:22:58.555 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7771 | 2026-08-29T21:22:59.192Z | [ recovery-image] Aug 29 21:22:58.564 INFO O| Aug 29 21:22:58.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen" |
| 7772 | 2026-08-29T21:22:59.192Z | [ recovery-image] Aug 29 21:22:58.564 INFO O| Aug 29 21:22:58.564 INFO STEP 806 (remove_files) COMPLETE |
| 7773 | 2026-08-29T21:22:59.192Z | [ recovery-image] Aug 29 21:22:58.564 INFO O| Aug 29 21:22:58.564 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7774 | 2026-08-29T21:22:59.203Z | [ recovery-image] Aug 29 21:22:58.574 INFO O| Aug 29 21:22:58.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server" |
| 7775 | 2026-08-29T21:22:59.203Z | [ recovery-image] Aug 29 21:22:58.574 INFO O| Aug 29 21:22:58.574 INFO STEP 807 (remove_files) COMPLETE |
| 7776 | 2026-08-29T21:22:59.203Z | [ recovery-image] Aug 29 21:22:58.574 INFO O| Aug 29 21:22:58.574 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7777 | 2026-08-29T21:22:59.213Z | [ recovery-image] Aug 29 21:22:58.584 INFO O| Aug 29 21:22:58.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
| 7778 | 2026-08-29T21:22:59.213Z | [ recovery-image] Aug 29 21:22:58.584 INFO O| Aug 29 21:22:58.584 INFO STEP 808 (remove_files) COMPLETE |
| 7779 | 2026-08-29T21:22:59.213Z | [ recovery-image] Aug 29 21:22:58.584 INFO O| Aug 29 21:22:58.584 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7780 | 2026-08-29T21:22:59.221Z | [ recovery-image] Aug 29 21:22:58.592 INFO O| Aug 29 21:22:58.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
| 7781 | 2026-08-29T21:22:59.221Z | [ recovery-image] Aug 29 21:22:58.593 INFO O| Aug 29 21:22:58.593 INFO STEP 809 (remove_files) COMPLETE |
| 7782 | 2026-08-29T21:22:59.221Z | [ recovery-image] Aug 29 21:22:58.593 INFO O| Aug 29 21:22:58.593 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7783 | 2026-08-29T21:22:59.236Z | [ recovery-image] Aug 29 21:22:58.601 INFO O| Aug 29 21:22:58.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
| 7784 | 2026-08-29T21:22:59.236Z | [ recovery-image] Aug 29 21:22:58.601 INFO O| Aug 29 21:22:58.601 INFO STEP 810 (remove_files) COMPLETE |
| 7785 | 2026-08-29T21:22:59.236Z | [ recovery-image] Aug 29 21:22:58.601 INFO O| Aug 29 21:22:58.601 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7786 | 2026-08-29T21:22:59.239Z | [verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 7787 | 2026-08-29T21:22:59.239Z | [ recovery-image] Aug 29 21:22:58.610 INFO O| Aug 29 21:22:58.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1" |
| 7788 | 2026-08-29T21:22:59.239Z | [ recovery-image] Aug 29 21:22:58.610 INFO O| Aug 29 21:22:58.610 INFO STEP 811 (remove_files) COMPLETE |
| 7789 | 2026-08-29T21:22:59.239Z | [ recovery-image] Aug 29 21:22:58.610 INFO O| Aug 29 21:22:58.610 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7790 | 2026-08-29T21:22:59.247Z | [ recovery-image] Aug 29 21:22:58.619 INFO O| Aug 29 21:22:58.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
| 7791 | 2026-08-29T21:22:59.247Z | [ recovery-image] Aug 29 21:22:58.619 INFO O| Aug 29 21:22:58.619 INFO STEP 812 (remove_files) COMPLETE |
| 7792 | 2026-08-29T21:22:59.248Z | [ recovery-image] Aug 29 21:22:58.619 INFO O| Aug 29 21:22:58.619 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7793 | 2026-08-29T21:22:59.256Z | [ recovery-image] Aug 29 21:22:58.627 INFO O| Aug 29 21:22:58.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1" |
| 7794 | 2026-08-29T21:22:59.256Z | [ recovery-image] Aug 29 21:22:58.627 INFO O| Aug 29 21:22:58.627 INFO STEP 813 (remove_files) COMPLETE |
| 7795 | 2026-08-29T21:22:59.259Z | [ recovery-image] Aug 29 21:22:58.627 INFO O| Aug 29 21:22:58.627 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7796 | 2026-08-29T21:22:59.263Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 7797 | 2026-08-29T21:22:59.267Z | [ recovery-image] Aug 29 21:22:58.637 INFO O| Aug 29 21:22:58.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1" |
| 7798 | 2026-08-29T21:22:59.267Z | [ recovery-image] Aug 29 21:22:58.637 INFO O| Aug 29 21:22:58.637 INFO STEP 814 (remove_files) COMPLETE |
| 7799 | 2026-08-29T21:22:59.267Z | [ recovery-image] Aug 29 21:22:58.637 INFO O| Aug 29 21:22:58.637 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7800 | 2026-08-29T21:22:59.274Z | [ recovery-image] Aug 29 21:22:58.646 INFO O| Aug 29 21:22:58.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1" |
| 7801 | 2026-08-29T21:22:59.275Z | [ recovery-image] Aug 29 21:22:58.646 INFO O| Aug 29 21:22:58.646 INFO STEP 815 (remove_files) COMPLETE |
| 7802 | 2026-08-29T21:22:59.275Z | [ recovery-image] Aug 29 21:22:58.646 INFO O| Aug 29 21:22:58.646 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7803 | 2026-08-29T21:22:59.285Z | [ recovery-image] Aug 29 21:22:58.656 INFO O| Aug 29 21:22:58.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1" |
| 7804 | 2026-08-29T21:22:59.285Z | [ recovery-image] Aug 29 21:22:58.656 INFO O| Aug 29 21:22:58.656 INFO STEP 816 (remove_files) COMPLETE |
| 7805 | 2026-08-29T21:22:59.285Z | [ recovery-image] Aug 29 21:22:58.656 INFO O| Aug 29 21:22:58.656 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7806 | 2026-08-29T21:22:59.298Z | [ recovery-image] Aug 29 21:22:58.666 INFO O| Aug 29 21:22:58.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1" |
| 7807 | 2026-08-29T21:22:59.302Z | [ recovery-image] Aug 29 21:22:58.666 INFO O| Aug 29 21:22:58.666 INFO STEP 817 (remove_files) COMPLETE |
| 7808 | 2026-08-29T21:22:59.302Z | [ recovery-image] Aug 29 21:22:58.666 INFO O| Aug 29 21:22:58.666 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7809 | 2026-08-29T21:22:59.305Z | [ recovery-image] Aug 29 21:22:58.676 INFO O| Aug 29 21:22:58.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
| 7810 | 2026-08-29T21:22:59.305Z | [ recovery-image] Aug 29 21:22:58.676 INFO O| Aug 29 21:22:58.676 INFO STEP 818 (remove_files) COMPLETE |
| 7811 | 2026-08-29T21:22:59.305Z | [ recovery-image] Aug 29 21:22:58.676 INFO O| Aug 29 21:22:58.676 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7812 | 2026-08-29T21:22:59.314Z | [ recovery-image] Aug 29 21:22:58.686 INFO O| Aug 29 21:22:58.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
| 7813 | 2026-08-29T21:22:59.314Z | [ recovery-image] Aug 29 21:22:58.686 INFO O| Aug 29 21:22:58.686 INFO STEP 819 (remove_files) COMPLETE |
| 7814 | 2026-08-29T21:22:59.314Z | [ recovery-image] Aug 29 21:22:58.686 INFO O| Aug 29 21:22:58.686 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7815 | 2026-08-29T21:22:59.324Z | [ recovery-image] Aug 29 21:22:58.695 INFO O| Aug 29 21:22:58.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
| 7816 | 2026-08-29T21:22:59.324Z | [ recovery-image] Aug 29 21:22:58.696 INFO O| Aug 29 21:22:58.696 INFO STEP 820 (remove_files) COMPLETE |
| 7817 | 2026-08-29T21:22:59.324Z | [ recovery-image] Aug 29 21:22:58.696 INFO O| Aug 29 21:22:58.696 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7818 | 2026-08-29T21:22:59.334Z | [ recovery-image] Aug 29 21:22:58.705 INFO O| Aug 29 21:22:58.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
| 7819 | 2026-08-29T21:22:59.334Z | [ recovery-image] Aug 29 21:22:58.705 INFO O| Aug 29 21:22:58.705 INFO STEP 821 (remove_files) COMPLETE |
| 7820 | 2026-08-29T21:22:59.334Z | [ recovery-image] Aug 29 21:22:58.705 INFO O| Aug 29 21:22:58.705 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7821 | 2026-08-29T21:22:59.345Z | [ recovery-image] Aug 29 21:22:58.717 INFO O| Aug 29 21:22:58.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
| 7822 | 2026-08-29T21:22:59.345Z | [ recovery-image] Aug 29 21:22:58.717 INFO O| Aug 29 21:22:58.717 INFO STEP 822 (remove_files) COMPLETE |
| 7823 | 2026-08-29T21:22:59.345Z | [ recovery-image] Aug 29 21:22:58.717 INFO O| Aug 29 21:22:58.717 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7824 | 2026-08-29T21:22:59.353Z | [ recovery-image] Aug 29 21:22:58.725 INFO O| Aug 29 21:22:58.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
| 7825 | 2026-08-29T21:22:59.354Z | [ recovery-image] Aug 29 21:22:58.725 INFO O| Aug 29 21:22:58.725 INFO STEP 823 (remove_files) COMPLETE |
| 7826 | 2026-08-29T21:22:59.354Z | [ recovery-image] Aug 29 21:22:58.725 INFO O| Aug 29 21:22:58.725 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7827 | 2026-08-29T21:22:59.362Z | [ recovery-image] Aug 29 21:22:58.733 INFO O| Aug 29 21:22:58.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
| 7828 | 2026-08-29T21:22:59.362Z | [ recovery-image] Aug 29 21:22:58.733 INFO O| Aug 29 21:22:58.733 INFO STEP 824 (remove_files) COMPLETE |
| 7829 | 2026-08-29T21:22:59.365Z | [ recovery-image] Aug 29 21:22:58.733 INFO O| Aug 29 21:22:58.733 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7830 | 2026-08-29T21:22:59.372Z | [ recovery-image] Aug 29 21:22:58.743 INFO O| Aug 29 21:22:58.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
| 7831 | 2026-08-29T21:22:59.372Z | [ recovery-image] Aug 29 21:22:58.743 INFO O| Aug 29 21:22:58.743 INFO STEP 825 (remove_files) COMPLETE |
| 7832 | 2026-08-29T21:22:59.372Z | [ recovery-image] Aug 29 21:22:58.743 INFO O| Aug 29 21:22:58.743 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7833 | 2026-08-29T21:22:59.380Z | [verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 7834 | 2026-08-29T21:22:59.383Z | [ recovery-image] Aug 29 21:22:58.753 INFO O| Aug 29 21:22:58.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
| 7835 | 2026-08-29T21:22:59.383Z | [ recovery-image] Aug 29 21:22:58.753 INFO O| Aug 29 21:22:58.753 INFO STEP 826 (remove_files) COMPLETE |
| 7836 | 2026-08-29T21:22:59.383Z | [ recovery-image] Aug 29 21:22:58.753 INFO O| Aug 29 21:22:58.753 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7837 | 2026-08-29T21:22:59.390Z | [ recovery-image] Aug 29 21:22:58.762 INFO O| Aug 29 21:22:58.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
| 7838 | 2026-08-29T21:22:59.390Z | [ recovery-image] Aug 29 21:22:58.762 INFO O| Aug 29 21:22:58.762 INFO STEP 827 (remove_files) COMPLETE |
| 7839 | 2026-08-29T21:22:59.394Z | [ recovery-image] Aug 29 21:22:58.762 INFO O| Aug 29 21:22:58.762 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7840 | 2026-08-29T21:22:59.400Z | [ recovery-image] Aug 29 21:22:58.771 INFO O| Aug 29 21:22:58.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
| 7841 | 2026-08-29T21:22:59.400Z | [ recovery-image] Aug 29 21:22:58.771 INFO O| Aug 29 21:22:58.771 INFO STEP 828 (remove_files) COMPLETE |
| 7842 | 2026-08-29T21:22:59.400Z | [ recovery-image] Aug 29 21:22:58.771 INFO O| Aug 29 21:22:58.771 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7843 | 2026-08-29T21:22:59.410Z | [ recovery-image] Aug 29 21:22:58.781 INFO O| Aug 29 21:22:58.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
| 7844 | 2026-08-29T21:22:59.413Z | [ recovery-image] Aug 29 21:22:58.782 INFO O| Aug 29 21:22:58.782 INFO STEP 829 (remove_files) COMPLETE |
| 7845 | 2026-08-29T21:22:59.413Z | [ recovery-image] Aug 29 21:22:58.782 INFO O| Aug 29 21:22:58.782 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7846 | 2026-08-29T21:22:59.422Z | [ recovery-image] Aug 29 21:22:58.793 INFO O| Aug 29 21:22:58.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
| 7847 | 2026-08-29T21:22:59.422Z | [ recovery-image] Aug 29 21:22:58.793 INFO O| Aug 29 21:22:58.793 INFO STEP 830 (remove_files) COMPLETE |
| 7848 | 2026-08-29T21:22:59.422Z | [ recovery-image] Aug 29 21:22:58.793 INFO O| Aug 29 21:22:58.793 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7849 | 2026-08-29T21:22:59.432Z | [ recovery-image] Aug 29 21:22:58.803 INFO O| Aug 29 21:22:58.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
| 7850 | 2026-08-29T21:22:59.432Z | [ recovery-image] Aug 29 21:22:58.803 INFO O| Aug 29 21:22:58.803 INFO STEP 831 (remove_files) COMPLETE |
| 7851 | 2026-08-29T21:22:59.432Z | [ recovery-image] Aug 29 21:22:58.804 INFO O| Aug 29 21:22:58.803 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7852 | 2026-08-29T21:22:59.442Z | [ recovery-image] Aug 29 21:22:58.814 INFO O| Aug 29 21:22:58.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
| 7853 | 2026-08-29T21:22:59.442Z | [ recovery-image] Aug 29 21:22:58.814 INFO O| Aug 29 21:22:58.814 INFO STEP 832 (remove_files) COMPLETE |
| 7854 | 2026-08-29T21:22:59.442Z | [ recovery-image] Aug 29 21:22:58.814 INFO O| Aug 29 21:22:58.814 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7855 | 2026-08-29T21:22:59.452Z | [ recovery-image] Aug 29 21:22:58.824 INFO O| Aug 29 21:22:58.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
| 7856 | 2026-08-29T21:22:59.452Z | [ recovery-image] Aug 29 21:22:58.824 INFO O| Aug 29 21:22:58.824 INFO STEP 833 (remove_files) COMPLETE |
| 7857 | 2026-08-29T21:22:59.452Z | [ recovery-image] Aug 29 21:22:58.824 INFO O| Aug 29 21:22:58.824 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7858 | 2026-08-29T21:22:59.461Z | [ recovery-image] Aug 29 21:22:58.833 INFO O| Aug 29 21:22:58.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
| 7859 | 2026-08-29T21:22:59.461Z | [ recovery-image] Aug 29 21:22:58.833 INFO O| Aug 29 21:22:58.833 INFO STEP 834 (remove_files) COMPLETE |
| 7860 | 2026-08-29T21:22:59.465Z | [ recovery-image] Aug 29 21:22:58.833 INFO O| Aug 29 21:22:58.833 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7861 | 2026-08-29T21:22:59.470Z | [ recovery-image] Aug 29 21:22:58.842 INFO O| Aug 29 21:22:58.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
| 7862 | 2026-08-29T21:22:59.470Z | [ recovery-image] Aug 29 21:22:58.842 INFO O| Aug 29 21:22:58.842 INFO STEP 835 (remove_files) COMPLETE |
| 7863 | 2026-08-29T21:22:59.470Z | [ recovery-image] Aug 29 21:22:58.842 INFO O| Aug 29 21:22:58.842 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7864 | 2026-08-29T21:22:59.481Z | [ recovery-image] Aug 29 21:22:58.852 INFO O| Aug 29 21:22:58.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
| 7865 | 2026-08-29T21:22:59.481Z | [ recovery-image] Aug 29 21:22:58.852 INFO O| Aug 29 21:22:58.852 INFO STEP 836 (remove_files) COMPLETE |
| 7866 | 2026-08-29T21:22:59.481Z | [ recovery-image] Aug 29 21:22:58.852 INFO O| Aug 29 21:22:58.852 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7867 | 2026-08-29T21:22:59.490Z | [ recovery-image] Aug 29 21:22:58.862 INFO O| Aug 29 21:22:58.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
| 7868 | 2026-08-29T21:22:59.490Z | [ recovery-image] Aug 29 21:22:58.862 INFO O| Aug 29 21:22:58.862 INFO STEP 837 (remove_files) COMPLETE |
| 7869 | 2026-08-29T21:22:59.490Z | [ recovery-image] Aug 29 21:22:58.862 INFO O| Aug 29 21:22:58.862 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7870 | 2026-08-29T21:22:59.502Z | [ recovery-image] Aug 29 21:22:58.873 INFO O| Aug 29 21:22:58.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
| 7871 | 2026-08-29T21:22:59.502Z | [ recovery-image] Aug 29 21:22:58.873 INFO O| Aug 29 21:22:58.873 INFO STEP 838 (remove_files) COMPLETE |
| 7872 | 2026-08-29T21:22:59.543Z | [ recovery-image] Aug 29 21:22:58.873 INFO O| Aug 29 21:22:58.873 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7873 | 2026-08-29T21:22:59.552Z | [ recovery-image] Aug 29 21:22:58.921 INFO O| Aug 29 21:22:58.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
| 7874 | 2026-08-29T21:22:59.552Z | [ recovery-image] Aug 29 21:22:58.921 INFO O| Aug 29 21:22:58.920 INFO STEP 839 (remove_files) COMPLETE |
| 7875 | 2026-08-29T21:22:59.552Z | [ recovery-image] Aug 29 21:22:58.921 INFO O| Aug 29 21:22:58.920 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7876 | 2026-08-29T21:22:59.576Z | [ recovery-image] Aug 29 21:22:58.947 INFO O| Aug 29 21:22:58.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
| 7877 | 2026-08-29T21:22:59.576Z | [ recovery-image] Aug 29 21:22:58.947 INFO O| Aug 29 21:22:58.947 INFO STEP 840 (remove_files) COMPLETE |
| 7878 | 2026-08-29T21:22:59.576Z | [ recovery-image] Aug 29 21:22:58.947 INFO O| Aug 29 21:22:58.947 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7879 | 2026-08-29T21:22:59.586Z | [ recovery-image] Aug 29 21:22:58.957 INFO O| Aug 29 21:22:58.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
| 7880 | 2026-08-29T21:22:59.586Z | [ recovery-image] Aug 29 21:22:58.957 INFO O| Aug 29 21:22:58.957 INFO STEP 841 (remove_files) COMPLETE |
| 7881 | 2026-08-29T21:22:59.586Z | [ recovery-image] Aug 29 21:22:58.957 INFO O| Aug 29 21:22:58.957 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7882 | 2026-08-29T21:22:59.597Z | [ recovery-image] Aug 29 21:22:58.968 INFO O| Aug 29 21:22:58.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
| 7883 | 2026-08-29T21:22:59.597Z | [ recovery-image] Aug 29 21:22:58.968 INFO O| Aug 29 21:22:58.968 INFO STEP 842 (remove_files) COMPLETE |
| 7884 | 2026-08-29T21:22:59.597Z | [ recovery-image] Aug 29 21:22:58.968 INFO O| Aug 29 21:22:58.968 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7885 | 2026-08-29T21:22:59.607Z | [ recovery-image] Aug 29 21:22:58.979 INFO O| Aug 29 21:22:58.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
| 7886 | 2026-08-29T21:22:59.607Z | [ recovery-image] Aug 29 21:22:58.979 INFO O| Aug 29 21:22:58.979 INFO STEP 843 (remove_files) COMPLETE |
| 7887 | 2026-08-29T21:22:59.611Z | [ recovery-image] Aug 29 21:22:58.979 INFO O| Aug 29 21:22:58.979 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7888 | 2026-08-29T21:22:59.623Z | [ recovery-image] Aug 29 21:22:58.990 INFO O| Aug 29 21:22:58.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
| 7889 | 2026-08-29T21:22:59.623Z | [ recovery-image] Aug 29 21:22:58.990 INFO O| Aug 29 21:22:58.990 INFO STEP 844 (remove_files) COMPLETE |
| 7890 | 2026-08-29T21:22:59.623Z | [ recovery-image] Aug 29 21:22:58.990 INFO O| Aug 29 21:22:58.990 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7891 | 2026-08-29T21:22:59.629Z | [ recovery-image] Aug 29 21:22:59.000 INFO O| Aug 29 21:22:59.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
| 7892 | 2026-08-29T21:22:59.629Z | [ recovery-image] Aug 29 21:22:59.001 INFO O| Aug 29 21:22:59.000 INFO STEP 845 (remove_files) COMPLETE |
| 7893 | 2026-08-29T21:22:59.629Z | [ recovery-image] Aug 29 21:22:59.001 INFO O| Aug 29 21:22:59.001 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7894 | 2026-08-29T21:22:59.635Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 7895 | 2026-08-29T21:22:59.640Z | [ recovery-image] Aug 29 21:22:59.012 INFO O| Aug 29 21:22:59.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
| 7896 | 2026-08-29T21:22:59.640Z | [ recovery-image] Aug 29 21:22:59.012 INFO O| Aug 29 21:22:59.012 INFO STEP 846 (remove_files) COMPLETE |
| 7897 | 2026-08-29T21:22:59.640Z | [ recovery-image] Aug 29 21:22:59.012 INFO O| Aug 29 21:22:59.012 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7898 | 2026-08-29T21:22:59.651Z | [ recovery-image] Aug 29 21:22:59.022 INFO O| Aug 29 21:22:59.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
| 7899 | 2026-08-29T21:22:59.651Z | [ recovery-image] Aug 29 21:22:59.022 INFO O| Aug 29 21:22:59.022 INFO STEP 847 (remove_files) COMPLETE |
| 7900 | 2026-08-29T21:22:59.651Z | [ recovery-image] Aug 29 21:22:59.022 INFO O| Aug 29 21:22:59.022 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7901 | 2026-08-29T21:22:59.661Z | [ recovery-image] Aug 29 21:22:59.032 INFO O| Aug 29 21:22:59.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
| 7902 | 2026-08-29T21:22:59.661Z | [ recovery-image] Aug 29 21:22:59.032 INFO O| Aug 29 21:22:59.032 INFO STEP 848 (remove_files) COMPLETE |
| 7903 | 2026-08-29T21:22:59.661Z | [ recovery-image] Aug 29 21:22:59.032 INFO O| Aug 29 21:22:59.032 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7904 | 2026-08-29T21:22:59.670Z | [ recovery-image] Aug 29 21:22:59.042 INFO O| Aug 29 21:22:59.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1" |
| 7905 | 2026-08-29T21:22:59.670Z | [ recovery-image] Aug 29 21:22:59.042 INFO O| Aug 29 21:22:59.042 INFO STEP 849 (remove_files) COMPLETE |
| 7906 | 2026-08-29T21:22:59.674Z | [ recovery-image] Aug 29 21:22:59.042 INFO O| Aug 29 21:22:59.042 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7907 | 2026-08-29T21:22:59.684Z | [ recovery-image] Aug 29 21:22:59.056 INFO O| Aug 29 21:22:59.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1" |
| 7908 | 2026-08-29T21:22:59.684Z | [ recovery-image] Aug 29 21:22:59.056 INFO O| Aug 29 21:22:59.056 INFO STEP 850 (remove_files) COMPLETE |
| 7909 | 2026-08-29T21:22:59.688Z | [ recovery-image] Aug 29 21:22:59.056 INFO O| Aug 29 21:22:59.056 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7910 | 2026-08-29T21:22:59.695Z | [ recovery-image] Aug 29 21:22:59.066 INFO O| Aug 29 21:22:59.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1" |
| 7911 | 2026-08-29T21:22:59.695Z | [ recovery-image] Aug 29 21:22:59.067 INFO O| Aug 29 21:22:59.067 INFO STEP 851 (remove_files) COMPLETE |
| 7912 | 2026-08-29T21:22:59.698Z | [ recovery-image] Aug 29 21:22:59.067 INFO O| Aug 29 21:22:59.067 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7913 | 2026-08-29T21:22:59.705Z | [ recovery-image] Aug 29 21:22:59.077 INFO O| Aug 29 21:22:59.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
| 7914 | 2026-08-29T21:22:59.705Z | [ recovery-image] Aug 29 21:22:59.077 INFO O| Aug 29 21:22:59.077 INFO STEP 852 (remove_files) COMPLETE |
| 7915 | 2026-08-29T21:22:59.709Z | [ recovery-image] Aug 29 21:22:59.077 INFO O| Aug 29 21:22:59.077 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7916 | 2026-08-29T21:22:59.714Z | [ recovery-image] Aug 29 21:22:59.086 INFO O| Aug 29 21:22:59.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
| 7917 | 2026-08-29T21:22:59.715Z | [ recovery-image] Aug 29 21:22:59.086 INFO O| Aug 29 21:22:59.086 INFO STEP 853 (remove_files) COMPLETE |
| 7918 | 2026-08-29T21:22:59.715Z | [ recovery-image] Aug 29 21:22:59.086 INFO O| Aug 29 21:22:59.086 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7919 | 2026-08-29T21:22:59.724Z | [ recovery-image] Aug 29 21:22:59.096 INFO O| Aug 29 21:22:59.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1" |
| 7920 | 2026-08-29T21:22:59.725Z | [ recovery-image] Aug 29 21:22:59.096 INFO O| Aug 29 21:22:59.096 INFO STEP 854 (remove_files) COMPLETE |
| 7921 | 2026-08-29T21:22:59.725Z | [ recovery-image] Aug 29 21:22:59.096 INFO O| Aug 29 21:22:59.096 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7922 | 2026-08-29T21:22:59.735Z | [ recovery-image] Aug 29 21:22:59.106 INFO O| Aug 29 21:22:59.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1" |
| 7923 | 2026-08-29T21:22:59.735Z | [ recovery-image] Aug 29 21:22:59.106 INFO O| Aug 29 21:22:59.106 INFO STEP 855 (remove_files) COMPLETE |
| 7924 | 2026-08-29T21:22:59.735Z | [ recovery-image] Aug 29 21:22:59.106 INFO O| Aug 29 21:22:59.106 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7925 | 2026-08-29T21:22:59.745Z | [ recovery-image] Aug 29 21:22:59.117 INFO O| Aug 29 21:22:59.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
| 7926 | 2026-08-29T21:22:59.745Z | [ recovery-image] Aug 29 21:22:59.117 INFO O| Aug 29 21:22:59.117 INFO STEP 856 (remove_files) COMPLETE |
| 7927 | 2026-08-29T21:22:59.749Z | [ recovery-image] Aug 29 21:22:59.117 INFO O| Aug 29 21:22:59.117 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7928 | 2026-08-29T21:22:59.756Z | [ recovery-image] Aug 29 21:22:59.126 INFO O| Aug 29 21:22:59.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1" |
| 7929 | 2026-08-29T21:22:59.756Z | [ recovery-image] Aug 29 21:22:59.126 INFO O| Aug 29 21:22:59.126 INFO STEP 857 (remove_files) COMPLETE |
| 7930 | 2026-08-29T21:22:59.760Z | [ recovery-image] Aug 29 21:22:59.126 INFO O| Aug 29 21:22:59.126 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7931 | 2026-08-29T21:22:59.763Z | [ recovery-image] Aug 29 21:22:59.135 INFO O| Aug 29 21:22:59.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
| 7932 | 2026-08-29T21:22:59.763Z | [ recovery-image] Aug 29 21:22:59.135 INFO O| Aug 29 21:22:59.135 INFO STEP 858 (remove_files) COMPLETE |
| 7933 | 2026-08-29T21:22:59.763Z | [ recovery-image] Aug 29 21:22:59.135 INFO O| Aug 29 21:22:59.135 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7934 | 2026-08-29T21:22:59.773Z | [ recovery-image] Aug 29 21:22:59.145 INFO O| Aug 29 21:22:59.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
| 7935 | 2026-08-29T21:22:59.773Z | [ recovery-image] Aug 29 21:22:59.145 INFO O| Aug 29 21:22:59.145 INFO STEP 859 (remove_files) COMPLETE |
| 7936 | 2026-08-29T21:22:59.773Z | [ recovery-image] Aug 29 21:22:59.145 INFO O| Aug 29 21:22:59.145 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7937 | 2026-08-29T21:22:59.783Z | [ recovery-image] Aug 29 21:22:59.155 INFO O| Aug 29 21:22:59.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1" |
| 7938 | 2026-08-29T21:22:59.783Z | [ recovery-image] Aug 29 21:22:59.155 INFO O| Aug 29 21:22:59.155 INFO STEP 860 (remove_files) COMPLETE |
| 7939 | 2026-08-29T21:22:59.783Z | [ recovery-image] Aug 29 21:22:59.155 INFO O| Aug 29 21:22:59.155 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7940 | 2026-08-29T21:22:59.792Z | [ recovery-image] Aug 29 21:22:59.163 INFO O| Aug 29 21:22:59.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1" |
| 7941 | 2026-08-29T21:22:59.792Z | [ recovery-image] Aug 29 21:22:59.163 INFO O| Aug 29 21:22:59.163 INFO STEP 861 (remove_files) COMPLETE |
| 7942 | 2026-08-29T21:22:59.792Z | [ recovery-image] Aug 29 21:22:59.163 INFO O| Aug 29 21:22:59.163 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7943 | 2026-08-29T21:22:59.802Z | [ recovery-image] Aug 29 21:22:59.174 INFO O| Aug 29 21:22:59.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
| 7944 | 2026-08-29T21:22:59.802Z | [ recovery-image] Aug 29 21:22:59.174 INFO O| Aug 29 21:22:59.174 INFO STEP 862 (remove_files) COMPLETE |
| 7945 | 2026-08-29T21:22:59.806Z | [ recovery-image] Aug 29 21:22:59.174 INFO O| Aug 29 21:22:59.174 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7946 | 2026-08-29T21:22:59.813Z | [ recovery-image] Aug 29 21:22:59.184 INFO O| Aug 29 21:22:59.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1" |
| 7947 | 2026-08-29T21:22:59.813Z | [ recovery-image] Aug 29 21:22:59.184 INFO O| Aug 29 21:22:59.184 INFO STEP 863 (remove_files) COMPLETE |
| 7948 | 2026-08-29T21:22:59.813Z | [ recovery-image] Aug 29 21:22:59.185 INFO O| Aug 29 21:22:59.184 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7949 | 2026-08-29T21:22:59.825Z | [ recovery-image] Aug 29 21:22:59.195 INFO O| Aug 29 21:22:59.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1" |
| 7950 | 2026-08-29T21:22:59.825Z | [ recovery-image] Aug 29 21:22:59.195 INFO O| Aug 29 21:22:59.195 INFO STEP 864 (remove_files) COMPLETE |
| 7951 | 2026-08-29T21:22:59.828Z | [ recovery-image] Aug 29 21:22:59.195 INFO O| Aug 29 21:22:59.195 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7952 | 2026-08-29T21:22:59.833Z | [ recovery-image] Aug 29 21:22:59.205 INFO O| Aug 29 21:22:59.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
| 7953 | 2026-08-29T21:22:59.834Z | [ recovery-image] Aug 29 21:22:59.205 INFO O| Aug 29 21:22:59.205 INFO STEP 865 (remove_files) COMPLETE |
| 7954 | 2026-08-29T21:22:59.837Z | [ recovery-image] Aug 29 21:22:59.205 INFO O| Aug 29 21:22:59.205 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7955 | 2026-08-29T21:22:59.843Z | [ recovery-image] Aug 29 21:22:59.215 INFO O| Aug 29 21:22:59.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
| 7956 | 2026-08-29T21:22:59.843Z | [ recovery-image] Aug 29 21:22:59.215 INFO O| Aug 29 21:22:59.215 INFO STEP 866 (remove_files) COMPLETE |
| 7957 | 2026-08-29T21:22:59.843Z | [ recovery-image] Aug 29 21:22:59.215 INFO O| Aug 29 21:22:59.215 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7958 | 2026-08-29T21:22:59.854Z | [ recovery-image] Aug 29 21:22:59.225 INFO O| Aug 29 21:22:59.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1" |
| 7959 | 2026-08-29T21:22:59.854Z | [ recovery-image] Aug 29 21:22:59.225 INFO O| Aug 29 21:22:59.225 INFO STEP 867 (remove_files) COMPLETE |
| 7960 | 2026-08-29T21:22:59.854Z | [ recovery-image] Aug 29 21:22:59.225 INFO O| Aug 29 21:22:59.225 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7961 | 2026-08-29T21:22:59.866Z | [ recovery-image] Aug 29 21:22:59.238 INFO O| Aug 29 21:22:59.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
| 7962 | 2026-08-29T21:22:59.867Z | [ recovery-image] Aug 29 21:22:59.238 INFO O| Aug 29 21:22:59.238 INFO STEP 868 (remove_files) COMPLETE |
| 7963 | 2026-08-29T21:22:59.867Z | [ recovery-image] Aug 29 21:22:59.238 INFO O| Aug 29 21:22:59.238 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7964 | 2026-08-29T21:22:59.878Z | [ recovery-image] Aug 29 21:22:59.249 INFO O| Aug 29 21:22:59.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
| 7965 | 2026-08-29T21:22:59.878Z | [ recovery-image] Aug 29 21:22:59.249 INFO O| Aug 29 21:22:59.249 INFO STEP 869 (remove_files) COMPLETE |
| 7966 | 2026-08-29T21:22:59.881Z | [ recovery-image] Aug 29 21:22:59.249 INFO O| Aug 29 21:22:59.249 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7967 | 2026-08-29T21:22:59.887Z | [ recovery-image] Aug 29 21:22:59.259 INFO O| Aug 29 21:22:59.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1" |
| 7968 | 2026-08-29T21:22:59.891Z | [ recovery-image] Aug 29 21:22:59.259 INFO O| Aug 29 21:22:59.259 INFO STEP 870 (remove_files) COMPLETE |
| 7969 | 2026-08-29T21:22:59.891Z | [ recovery-image] Aug 29 21:22:59.259 INFO O| Aug 29 21:22:59.259 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7970 | 2026-08-29T21:22:59.897Z | [ recovery-image] Aug 29 21:22:59.269 INFO O| Aug 29 21:22:59.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
| 7971 | 2026-08-29T21:22:59.897Z | [ recovery-image] Aug 29 21:22:59.269 INFO O| Aug 29 21:22:59.269 INFO STEP 871 (remove_files) COMPLETE |
| 7972 | 2026-08-29T21:22:59.897Z | [ recovery-image] Aug 29 21:22:59.269 INFO O| Aug 29 21:22:59.269 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7973 | 2026-08-29T21:22:59.907Z | [ recovery-image] Aug 29 21:22:59.279 INFO O| Aug 29 21:22:59.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
| 7974 | 2026-08-29T21:22:59.908Z | [ recovery-image] Aug 29 21:22:59.279 INFO O| Aug 29 21:22:59.279 INFO STEP 872 (remove_files) COMPLETE |
| 7975 | 2026-08-29T21:22:59.911Z | [ recovery-image] Aug 29 21:22:59.279 INFO O| Aug 29 21:22:59.279 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7976 | 2026-08-29T21:22:59.916Z | [ recovery-image] Aug 29 21:22:59.288 INFO O| Aug 29 21:22:59.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
| 7977 | 2026-08-29T21:22:59.916Z | [ recovery-image] Aug 29 21:22:59.288 INFO O| Aug 29 21:22:59.288 INFO STEP 873 (remove_files) COMPLETE |
| 7978 | 2026-08-29T21:22:59.920Z | [ recovery-image] Aug 29 21:22:59.288 INFO O| Aug 29 21:22:59.288 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7979 | 2026-08-29T21:22:59.925Z | [ recovery-image] Aug 29 21:22:59.297 INFO O| Aug 29 21:22:59.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
| 7980 | 2026-08-29T21:22:59.925Z | [ recovery-image] Aug 29 21:22:59.297 INFO O| Aug 29 21:22:59.297 INFO STEP 874 (remove_files) COMPLETE |
| 7981 | 2026-08-29T21:22:59.925Z | [ recovery-image] Aug 29 21:22:59.297 INFO O| Aug 29 21:22:59.297 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7982 | 2026-08-29T21:22:59.935Z | [ recovery-image] Aug 29 21:22:59.307 INFO O| Aug 29 21:22:59.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress" |
| 7983 | 2026-08-29T21:22:59.935Z | [ recovery-image] Aug 29 21:22:59.307 INFO O| Aug 29 21:22:59.307 INFO STEP 875 (remove_files) COMPLETE |
| 7984 | 2026-08-29T21:22:59.939Z | [ recovery-image] Aug 29 21:22:59.307 INFO O| Aug 29 21:22:59.307 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7985 | 2026-08-29T21:22:59.945Z | [ recovery-image] Aug 29 21:22:59.316 INFO O| Aug 29 21:22:59.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck" |
| 7986 | 2026-08-29T21:22:59.946Z | [ recovery-image] Aug 29 21:22:59.316 INFO O| Aug 29 21:22:59.316 INFO STEP 876 (remove_files) COMPLETE |
| 7987 | 2026-08-29T21:22:59.949Z | [ recovery-image] Aug 29 21:22:59.316 INFO O| Aug 29 21:22:59.316 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7988 | 2026-08-29T21:22:59.955Z | [ recovery-image] Aug 29 21:22:59.327 INFO O| Aug 29 21:22:59.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake" |
| 7989 | 2026-08-29T21:22:59.955Z | [ recovery-image] Aug 29 21:22:59.327 INFO O| Aug 29 21:22:59.327 INFO STEP 877 (remove_files) COMPLETE |
| 7990 | 2026-08-29T21:22:59.955Z | [ recovery-image] Aug 29 21:22:59.327 INFO O| Aug 29 21:22:59.327 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7991 | 2026-08-29T21:22:59.967Z | [ recovery-image] Aug 29 21:22:59.338 INFO O| Aug 29 21:22:59.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista" |
| 7992 | 2026-08-29T21:22:59.967Z | [ recovery-image] Aug 29 21:22:59.338 INFO O| Aug 29 21:22:59.338 INFO STEP 878 (remove_files) COMPLETE |
| 7993 | 2026-08-29T21:22:59.967Z | [ recovery-image] Aug 29 21:22:59.338 INFO O| Aug 29 21:22:59.338 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7994 | 2026-08-29T21:22:59.977Z | [ recovery-image] Aug 29 21:22:59.349 INFO O| Aug 29 21:22:59.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb" |
| 7995 | 2026-08-29T21:22:59.977Z | [ recovery-image] Aug 29 21:22:59.349 INFO O| Aug 29 21:22:59.349 INFO STEP 879 (remove_files) COMPLETE |
| 7996 | 2026-08-29T21:22:59.981Z | [ recovery-image] Aug 29 21:22:59.349 INFO O| Aug 29 21:22:59.349 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7997 | 2026-08-29T21:22:59.990Z | [ recovery-image] Aug 29 21:22:59.361 INFO O| Aug 29 21:22:59.361 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop" |
| 7998 | 2026-08-29T21:22:59.990Z | [ recovery-image] Aug 29 21:22:59.361 INFO O| Aug 29 21:22:59.361 INFO STEP 880 (remove_files) COMPLETE |
| 7999 | 2026-08-29T21:22:59.990Z | [ recovery-image] Aug 29 21:22:59.361 INFO O| Aug 29 21:22:59.361 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8000 | 2026-08-29T21:23:00.001Z | [ recovery-image] Aug 29 21:22:59.372 INFO O| Aug 29 21:22:59.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin" |
| 8001 | 2026-08-29T21:23:00.001Z | [ recovery-image] Aug 29 21:22:59.372 INFO O| Aug 29 21:22:59.372 INFO STEP 881 (remove_files) COMPLETE |
| 8002 | 2026-08-29T21:23:00.001Z | [ recovery-image] Aug 29 21:22:59.372 INFO O| Aug 29 21:22:59.372 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8003 | 2026-08-29T21:23:00.012Z | [ recovery-image] Aug 29 21:22:59.383 INFO O| Aug 29 21:22:59.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog" |
| 8004 | 2026-08-29T21:23:00.012Z | [ recovery-image] Aug 29 21:22:59.383 INFO O| Aug 29 21:22:59.383 INFO STEP 882 (remove_files) COMPLETE |
| 8005 | 2026-08-29T21:23:00.012Z | [ recovery-image] Aug 29 21:22:59.383 INFO O| Aug 29 21:22:59.383 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8006 | 2026-08-29T21:23:00.023Z | [ recovery-image] Aug 29 21:22:59.395 INFO O| Aug 29 21:22:59.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd" |
| 8007 | 2026-08-29T21:23:00.023Z | [ recovery-image] Aug 29 21:22:59.395 INFO O| Aug 29 21:22:59.395 INFO STEP 883 (remove_files) COMPLETE |
| 8008 | 2026-08-29T21:23:00.023Z | [ recovery-image] Aug 29 21:22:59.395 INFO O| Aug 29 21:22:59.395 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8009 | 2026-08-29T21:23:00.033Z | [ recovery-image] Aug 29 21:22:59.405 INFO O| Aug 29 21:22:59.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
| 8010 | 2026-08-29T21:23:00.033Z | [ recovery-image] Aug 29 21:22:59.405 INFO O| Aug 29 21:22:59.405 INFO STEP 884 (remove_files) COMPLETE |
| 8011 | 2026-08-29T21:23:00.033Z | [ recovery-image] Aug 29 21:22:59.405 INFO O| Aug 29 21:22:59.405 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8012 | 2026-08-29T21:23:00.043Z | [ recovery-image] Aug 29 21:22:59.414 INFO O| Aug 29 21:22:59.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
| 8013 | 2026-08-29T21:23:00.046Z | [ recovery-image] Aug 29 21:22:59.414 INFO O| Aug 29 21:22:59.414 INFO STEP 885 (remove_files) COMPLETE |
| 8014 | 2026-08-29T21:23:00.047Z | [ recovery-image] Aug 29 21:22:59.414 INFO O| Aug 29 21:22:59.414 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8015 | 2026-08-29T21:23:00.050Z | [verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 8016 | 2026-08-29T21:23:00.053Z | [ recovery-image] Aug 29 21:22:59.425 INFO O| Aug 29 21:22:59.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
| 8017 | 2026-08-29T21:23:00.053Z | [ recovery-image] Aug 29 21:22:59.425 INFO O| Aug 29 21:22:59.425 INFO STEP 886 (remove_files) COMPLETE |
| 8018 | 2026-08-29T21:23:00.053Z | [ recovery-image] Aug 29 21:22:59.425 INFO O| Aug 29 21:22:59.425 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8019 | 2026-08-29T21:23:00.064Z | [ recovery-image] Aug 29 21:22:59.435 INFO O| Aug 29 21:22:59.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
| 8020 | 2026-08-29T21:23:00.064Z | [ recovery-image] Aug 29 21:22:59.435 INFO O| Aug 29 21:22:59.435 INFO STEP 887 (remove_files) COMPLETE |
| 8021 | 2026-08-29T21:23:00.064Z | [ recovery-image] Aug 29 21:22:59.435 INFO O| Aug 29 21:22:59.435 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8022 | 2026-08-29T21:23:00.072Z | [ recovery-image] Aug 29 21:22:59.443 INFO O| Aug 29 21:22:59.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd" |
| 8023 | 2026-08-29T21:23:00.072Z | [ recovery-image] Aug 29 21:22:59.444 INFO O| Aug 29 21:22:59.443 INFO STEP 888 (remove_files) COMPLETE |
| 8024 | 2026-08-29T21:23:00.072Z | [ recovery-image] Aug 29 21:22:59.444 INFO O| Aug 29 21:22:59.443 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8025 | 2026-08-29T21:23:00.078Z | [verify-libraries] Compiling internal-russh-num-bigint v0.5.0 |
| 8026 | 2026-08-29T21:23:00.087Z | [ recovery-image] Aug 29 21:22:59.452 INFO O| Aug 29 21:22:59.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc" |
| 8027 | 2026-08-29T21:23:00.087Z | [ recovery-image] Aug 29 21:22:59.452 INFO O| Aug 29 21:22:59.452 INFO STEP 889 (remove_files) COMPLETE |
| 8028 | 2026-08-29T21:23:00.087Z | [ recovery-image] Aug 29 21:22:59.452 INFO O| Aug 29 21:22:59.452 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8029 | 2026-08-29T21:23:00.090Z | [ recovery-image] Aug 29 21:22:59.462 INFO O| Aug 29 21:22:59.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs" |
| 8030 | 2026-08-29T21:23:00.090Z | [ recovery-image] Aug 29 21:22:59.462 INFO O| Aug 29 21:22:59.462 INFO STEP 890 (remove_files) COMPLETE |
| 8031 | 2026-08-29T21:23:00.090Z | [ recovery-image] Aug 29 21:22:59.462 INFO O| Aug 29 21:22:59.462 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8032 | 2026-08-29T21:23:00.099Z | [ recovery-image] Aug 29 21:22:59.471 INFO O| Aug 29 21:22:59.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd" |
| 8033 | 2026-08-29T21:23:00.099Z | [ recovery-image] Aug 29 21:22:59.471 INFO O| Aug 29 21:22:59.471 INFO STEP 891 (remove_files) COMPLETE |
| 8034 | 2026-08-29T21:23:00.100Z | [ recovery-image] Aug 29 21:22:59.471 INFO O| Aug 29 21:22:59.471 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8035 | 2026-08-29T21:23:00.109Z | [ recovery-image] Aug 29 21:22:59.481 INFO O| Aug 29 21:22:59.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server" |
| 8036 | 2026-08-29T21:23:00.109Z | [ recovery-image] Aug 29 21:22:59.481 INFO O| Aug 29 21:22:59.481 INFO STEP 892 (remove_files) COMPLETE |
| 8037 | 2026-08-29T21:23:00.109Z | [ recovery-image] Aug 29 21:22:59.481 INFO O| Aug 29 21:22:59.481 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8038 | 2026-08-29T21:23:00.119Z | [ recovery-image] Aug 29 21:22:59.490 INFO O| Aug 29 21:22:59.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign" |
| 8039 | 2026-08-29T21:23:00.119Z | [ recovery-image] Aug 29 21:22:59.490 INFO O| Aug 29 21:22:59.490 INFO STEP 893 (remove_files) COMPLETE |
| 8040 | 2026-08-29T21:23:00.123Z | [ recovery-image] Aug 29 21:22:59.490 INFO O| Aug 29 21:22:59.490 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8041 | 2026-08-29T21:23:00.130Z | [ recovery-image] Aug 29 21:22:59.502 INFO O| Aug 29 21:22:59.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
| 8042 | 2026-08-29T21:23:00.131Z | [ recovery-image] Aug 29 21:22:59.502 INFO O| Aug 29 21:22:59.502 INFO STEP 894 (remove_files) COMPLETE |
| 8043 | 2026-08-29T21:23:00.131Z | [ recovery-image] Aug 29 21:22:59.502 INFO O| Aug 29 21:22:59.502 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8044 | 2026-08-29T21:23:00.142Z | [ recovery-image] Aug 29 21:22:59.513 INFO O| Aug 29 21:22:59.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
| 8045 | 2026-08-29T21:23:00.142Z | [ recovery-image] Aug 29 21:22:59.513 INFO O| Aug 29 21:22:59.513 INFO STEP 895 (remove_files) COMPLETE |
| 8046 | 2026-08-29T21:23:00.145Z | [ recovery-image] Aug 29 21:22:59.513 INFO O| Aug 29 21:22:59.513 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8047 | 2026-08-29T21:23:00.151Z | [ recovery-image] Aug 29 21:22:59.522 INFO O| Aug 29 21:22:59.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid" |
| 8048 | 2026-08-29T21:23:00.151Z | [ recovery-image] Aug 29 21:22:59.522 INFO O| Aug 29 21:22:59.522 INFO STEP 896 (remove_files) COMPLETE |
| 8049 | 2026-08-29T21:23:00.151Z | [ recovery-image] Aug 29 21:22:59.522 INFO O| Aug 29 21:22:59.522 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8050 | 2026-08-29T21:23:00.161Z | [ recovery-image] Aug 29 21:22:59.532 INFO O| Aug 29 21:22:59.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid" |
| 8051 | 2026-08-29T21:23:00.161Z | [ recovery-image] Aug 29 21:22:59.532 INFO O| Aug 29 21:22:59.532 INFO STEP 897 (remove_files) COMPLETE |
| 8052 | 2026-08-29T21:23:00.164Z | [ recovery-image] Aug 29 21:22:59.532 INFO O| Aug 29 21:22:59.532 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8053 | 2026-08-29T21:23:00.171Z | [ recovery-image] Aug 29 21:22:59.542 INFO O| Aug 29 21:22:59.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange" |
| 8054 | 2026-08-29T21:23:00.171Z | [ recovery-image] Aug 29 21:22:59.542 INFO O| Aug 29 21:22:59.542 INFO STEP 898 (remove_files) COMPLETE |
| 8055 | 2026-08-29T21:23:00.171Z | [ recovery-image] Aug 29 21:22:59.542 INFO O| Aug 29 21:22:59.542 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8056 | 2026-08-29T21:23:00.181Z | [ recovery-image] Aug 29 21:22:59.552 INFO O| Aug 29 21:22:59.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate" |
| 8057 | 2026-08-29T21:23:00.181Z | [ recovery-image] Aug 29 21:22:59.552 INFO O| Aug 29 21:22:59.552 INFO STEP 899 (remove_files) COMPLETE |
| 8058 | 2026-08-29T21:23:00.181Z | [ recovery-image] Aug 29 21:22:59.552 INFO O| Aug 29 21:22:59.552 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8059 | 2026-08-29T21:23:00.190Z | [ recovery-image] Aug 29 21:22:59.562 INFO O| Aug 29 21:22:59.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid" |
| 8060 | 2026-08-29T21:23:00.193Z | [ recovery-image] Aug 29 21:22:59.562 INFO O| Aug 29 21:22:59.562 INFO STEP 900 (remove_files) COMPLETE |
| 8061 | 2026-08-29T21:23:00.193Z | [ recovery-image] Aug 29 21:22:59.562 INFO O| Aug 29 21:22:59.562 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8062 | 2026-08-29T21:23:00.200Z | [ recovery-image] Aug 29 21:22:59.571 INFO O| Aug 29 21:22:59.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint" |
| 8063 | 2026-08-29T21:23:00.203Z | [ recovery-image] Aug 29 21:22:59.571 INFO O| Aug 29 21:22:59.571 INFO STEP 901 (remove_files) COMPLETE |
| 8064 | 2026-08-29T21:23:00.203Z | [ recovery-image] Aug 29 21:22:59.571 INFO O| Aug 29 21:22:59.571 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8065 | 2026-08-29T21:23:00.211Z | [ recovery-image] Aug 29 21:22:59.583 INFO O| Aug 29 21:22:59.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem" |
| 8066 | 2026-08-29T21:23:00.211Z | [ recovery-image] Aug 29 21:22:59.583 INFO O| Aug 29 21:22:59.583 INFO STEP 902 (remove_files) COMPLETE |
| 8067 | 2026-08-29T21:23:00.211Z | [ recovery-image] Aug 29 21:22:59.583 INFO O| Aug 29 21:22:59.583 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8068 | 2026-08-29T21:23:00.222Z | [ recovery-image] Aug 29 21:22:59.594 INFO O| Aug 29 21:22:59.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath" |
| 8069 | 2026-08-29T21:23:00.222Z | [ recovery-image] Aug 29 21:22:59.594 INFO O| Aug 29 21:22:59.594 INFO STEP 903 (remove_files) COMPLETE |
| 8070 | 2026-08-29T21:23:00.223Z | [ recovery-image] Aug 29 21:22:59.594 INFO O| Aug 29 21:22:59.594 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8071 | 2026-08-29T21:23:00.233Z | [ recovery-image] Aug 29 21:22:59.604 INFO O| Aug 29 21:22:59.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr" |
| 8072 | 2026-08-29T21:23:00.233Z | [ recovery-image] Aug 29 21:22:59.604 INFO O| Aug 29 21:22:59.604 INFO STEP 904 (remove_files) COMPLETE |
| 8073 | 2026-08-29T21:23:00.236Z | [ recovery-image] Aug 29 21:22:59.604 INFO O| Aug 29 21:22:59.604 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8074 | 2026-08-29T21:23:00.244Z | [ recovery-image] Aug 29 21:22:59.616 INFO O| Aug 29 21:22:59.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime" |
| 8075 | 2026-08-29T21:23:00.244Z | [ recovery-image] Aug 29 21:22:59.616 INFO O| Aug 29 21:22:59.616 INFO STEP 905 (remove_files) COMPLETE |
| 8076 | 2026-08-29T21:23:00.244Z | [ recovery-image] Aug 29 21:22:59.616 INFO O| Aug 29 21:22:59.616 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8077 | 2026-08-29T21:23:00.256Z | [ recovery-image] Aug 29 21:22:59.626 INFO O| Aug 29 21:22:59.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid" |
| 8078 | 2026-08-29T21:23:00.256Z | [ recovery-image] Aug 29 21:22:59.627 INFO O| Aug 29 21:22:59.627 INFO STEP 906 (remove_files) COMPLETE |
| 8079 | 2026-08-29T21:23:00.256Z | [ recovery-image] Aug 29 21:22:59.627 INFO O| Aug 29 21:22:59.627 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8080 | 2026-08-29T21:23:00.266Z | [ recovery-image] Aug 29 21:22:59.637 INFO O| Aug 29 21:22:59.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn" |
| 8081 | 2026-08-29T21:23:00.266Z | [ recovery-image] Aug 29 21:22:59.637 INFO O| Aug 29 21:22:59.637 INFO STEP 907 (remove_files) COMPLETE |
| 8082 | 2026-08-29T21:23:00.266Z | [ recovery-image] Aug 29 21:22:59.637 INFO O| Aug 29 21:22:59.637 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8083 | 2026-08-29T21:23:00.275Z | [ recovery-image] Aug 29 21:22:59.646 INFO O| Aug 29 21:22:59.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate" |
| 8084 | 2026-08-29T21:23:00.275Z | [ recovery-image] Aug 29 21:22:59.646 INFO O| Aug 29 21:22:59.646 INFO STEP 908 (remove_files) COMPLETE |
| 8085 | 2026-08-29T21:23:00.275Z | [ recovery-image] Aug 29 21:22:59.646 INFO O| Aug 29 21:22:59.646 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8086 | 2026-08-29T21:23:00.285Z | [ recovery-image] Aug 29 21:22:59.656 INFO O| Aug 29 21:22:59.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid" |
| 8087 | 2026-08-29T21:23:00.285Z | [ recovery-image] Aug 29 21:22:59.656 INFO O| Aug 29 21:22:59.656 INFO STEP 909 (remove_files) COMPLETE |
| 8088 | 2026-08-29T21:23:00.285Z | [ recovery-image] Aug 29 21:22:59.656 INFO O| Aug 29 21:22:59.656 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8089 | 2026-08-29T21:23:00.294Z | [verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 8090 | 2026-08-29T21:23:00.298Z | [ recovery-image] Aug 29 21:22:59.666 INFO O| Aug 29 21:22:59.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint" |
| 8091 | 2026-08-29T21:23:00.298Z | [ recovery-image] Aug 29 21:22:59.666 INFO O| Aug 29 21:22:59.666 INFO STEP 910 (remove_files) COMPLETE |
| 8092 | 2026-08-29T21:23:00.298Z | [ recovery-image] Aug 29 21:22:59.666 INFO O| Aug 29 21:22:59.666 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8093 | 2026-08-29T21:23:00.303Z | [ recovery-image] Aug 29 21:22:59.674 INFO O| Aug 29 21:22:59.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem" |
| 8094 | 2026-08-29T21:23:00.323Z | [ recovery-image] Aug 29 21:22:59.674 INFO O| Aug 29 21:22:59.674 INFO STEP 911 (remove_files) COMPLETE |
| 8095 | 2026-08-29T21:23:00.323Z | [ recovery-image] Aug 29 21:22:59.674 INFO O| Aug 29 21:22:59.674 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8096 | 2026-08-29T21:23:00.323Z | [ recovery-image] Aug 29 21:22:59.683 INFO O| Aug 29 21:22:59.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath" |
| 8097 | 2026-08-29T21:23:00.323Z | [ recovery-image] Aug 29 21:22:59.683 INFO O| Aug 29 21:22:59.683 INFO STEP 912 (remove_files) COMPLETE |
| 8098 | 2026-08-29T21:23:00.323Z | [ recovery-image] Aug 29 21:22:59.683 INFO O| Aug 29 21:22:59.683 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8099 | 2026-08-29T21:23:00.323Z | [ recovery-image] Aug 29 21:22:59.692 INFO O| Aug 29 21:22:59.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange" |
| 8100 | 2026-08-29T21:23:00.323Z | [ recovery-image] Aug 29 21:22:59.692 INFO O| Aug 29 21:22:59.692 INFO STEP 913 (remove_files) COMPLETE |
| 8101 | 2026-08-29T21:23:00.323Z | [ recovery-image] Aug 29 21:22:59.692 INFO O| Aug 29 21:22:59.692 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8102 | 2026-08-29T21:23:00.323Z | [verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 8103 | 2026-08-29T21:23:00.330Z | [ recovery-image] Aug 29 21:22:59.701 INFO O| Aug 29 21:22:59.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr" |
| 8104 | 2026-08-29T21:23:00.330Z | [ recovery-image] Aug 29 21:22:59.701 INFO O| Aug 29 21:22:59.701 INFO STEP 914 (remove_files) COMPLETE |
| 8105 | 2026-08-29T21:23:00.333Z | [ recovery-image] Aug 29 21:22:59.701 INFO O| Aug 29 21:22:59.701 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8106 | 2026-08-29T21:23:00.340Z | [ recovery-image] Aug 29 21:22:59.712 INFO O| Aug 29 21:22:59.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime" |
| 8107 | 2026-08-29T21:23:00.343Z | [ recovery-image] Aug 29 21:22:59.712 INFO O| Aug 29 21:22:59.711 INFO STEP 915 (remove_files) COMPLETE |
| 8108 | 2026-08-29T21:23:00.343Z | [ recovery-image] Aug 29 21:22:59.712 INFO O| Aug 29 21:22:59.711 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8109 | 2026-08-29T21:23:00.349Z | [ recovery-image] Aug 29 21:22:59.721 INFO O| Aug 29 21:22:59.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid" |
| 8110 | 2026-08-29T21:23:00.349Z | [ recovery-image] Aug 29 21:22:59.721 INFO O| Aug 29 21:22:59.721 INFO STEP 916 (remove_files) COMPLETE |
| 8111 | 2026-08-29T21:23:00.349Z | [ recovery-image] Aug 29 21:22:59.721 INFO O| Aug 29 21:22:59.721 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8112 | 2026-08-29T21:23:00.358Z | [ recovery-image] Aug 29 21:22:59.730 INFO O| Aug 29 21:22:59.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn" |
| 8113 | 2026-08-29T21:23:00.359Z | [ recovery-image] Aug 29 21:22:59.730 INFO O| Aug 29 21:22:59.730 INFO STEP 917 (remove_files) COMPLETE |
| 8114 | 2026-08-29T21:23:00.359Z | [ recovery-image] Aug 29 21:22:59.730 INFO O| Aug 29 21:22:59.730 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8115 | 2026-08-29T21:23:00.365Z | [verify-libraries] Compiling fatfs v0.3.6 |
| 8116 | 2026-08-29T21:23:00.369Z | [ recovery-image] Aug 29 21:22:59.741 INFO O| Aug 29 21:22:59.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext" |
| 8117 | 2026-08-29T21:23:00.369Z | [ recovery-image] Aug 29 21:22:59.741 INFO O| Aug 29 21:22:59.741 INFO STEP 918 (remove_files) COMPLETE |
| 8118 | 2026-08-29T21:23:00.373Z | [ recovery-image] Aug 29 21:22:59.741 INFO O| Aug 29 21:22:59.741 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8119 | 2026-08-29T21:23:00.379Z | [ recovery-image] Aug 29 21:22:59.751 INFO O| Aug 29 21:22:59.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate" |
| 8120 | 2026-08-29T21:23:00.379Z | [ recovery-image] Aug 29 21:22:59.751 INFO O| Aug 29 21:22:59.751 INFO STEP 919 (remove_files) COMPLETE |
| 8121 | 2026-08-29T21:23:00.383Z | [ recovery-image] Aug 29 21:22:59.751 INFO O| Aug 29 21:22:59.751 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8122 | 2026-08-29T21:23:00.389Z | [ recovery-image] Aug 29 21:22:59.760 INFO O| Aug 29 21:22:59.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid" |
| 8123 | 2026-08-29T21:23:00.392Z | [ recovery-image] Aug 29 21:22:59.760 INFO O| Aug 29 21:22:59.760 INFO STEP 920 (remove_files) COMPLETE |
| 8124 | 2026-08-29T21:23:00.392Z | [ recovery-image] Aug 29 21:22:59.760 INFO O| Aug 29 21:22:59.760 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8125 | 2026-08-29T21:23:00.398Z | [ recovery-image] Aug 29 21:22:59.769 INFO O| Aug 29 21:22:59.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint" |
| 8126 | 2026-08-29T21:23:00.398Z | [ recovery-image] Aug 29 21:22:59.769 INFO O| Aug 29 21:22:59.769 INFO STEP 921 (remove_files) COMPLETE |
| 8127 | 2026-08-29T21:23:00.401Z | [ recovery-image] Aug 29 21:22:59.769 INFO O| Aug 29 21:22:59.769 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8128 | 2026-08-29T21:23:00.407Z | [ recovery-image] Aug 29 21:22:59.778 INFO O| Aug 29 21:22:59.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath" |
| 8129 | 2026-08-29T21:23:00.407Z | [ recovery-image] Aug 29 21:22:59.778 INFO O| Aug 29 21:22:59.778 INFO STEP 922 (remove_files) COMPLETE |
| 8130 | 2026-08-29T21:23:00.407Z | [ recovery-image] Aug 29 21:22:59.778 INFO O| Aug 29 21:22:59.778 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8131 | 2026-08-29T21:23:00.416Z | [ recovery-image] Aug 29 21:22:59.788 INFO O| Aug 29 21:22:59.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange" |
| 8132 | 2026-08-29T21:23:00.416Z | [ recovery-image] Aug 29 21:22:59.788 INFO O| Aug 29 21:22:59.788 INFO STEP 923 (remove_files) COMPLETE |
| 8133 | 2026-08-29T21:23:00.417Z | [ recovery-image] Aug 29 21:22:59.788 INFO O| Aug 29 21:22:59.788 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8134 | 2026-08-29T21:23:00.427Z | [ recovery-image] Aug 29 21:22:59.798 INFO O| Aug 29 21:22:59.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr" |
| 8135 | 2026-08-29T21:23:00.427Z | [ recovery-image] Aug 29 21:22:59.798 INFO O| Aug 29 21:22:59.798 INFO STEP 924 (remove_files) COMPLETE |
| 8136 | 2026-08-29T21:23:00.427Z | [ recovery-image] Aug 29 21:22:59.798 INFO O| Aug 29 21:22:59.798 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8137 | 2026-08-29T21:23:00.431Z | [verify-libraries] Compiling num-bigint v0.4.6 |
| 8138 | 2026-08-29T21:23:00.437Z | [ recovery-image] Aug 29 21:22:59.808 INFO O| Aug 29 21:22:59.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime" |
| 8139 | 2026-08-29T21:23:00.437Z | [ recovery-image] Aug 29 21:22:59.808 INFO O| Aug 29 21:22:59.808 INFO STEP 925 (remove_files) COMPLETE |
| 8140 | 2026-08-29T21:23:00.437Z | [ recovery-image] Aug 29 21:22:59.808 INFO O| Aug 29 21:22:59.808 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8141 | 2026-08-29T21:23:00.446Z | [ recovery-image] Aug 29 21:22:59.818 INFO O| Aug 29 21:22:59.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid" |
| 8142 | 2026-08-29T21:23:00.446Z | [ recovery-image] Aug 29 21:22:59.818 INFO O| Aug 29 21:22:59.818 INFO STEP 926 (remove_files) COMPLETE |
| 8143 | 2026-08-29T21:23:00.450Z | [ recovery-image] Aug 29 21:22:59.818 INFO O| Aug 29 21:22:59.818 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8144 | 2026-08-29T21:23:00.457Z | [ recovery-image] Aug 29 21:22:59.829 INFO O| Aug 29 21:22:59.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn" |
| 8145 | 2026-08-29T21:23:00.457Z | [ recovery-image] Aug 29 21:22:59.829 INFO O| Aug 29 21:22:59.829 INFO STEP 927 (remove_files) COMPLETE |
| 8146 | 2026-08-29T21:23:00.460Z | [ recovery-image] Aug 29 21:22:59.829 INFO O| Aug 29 21:22:59.829 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8147 | 2026-08-29T21:23:00.466Z | [ recovery-image] Aug 29 21:22:59.838 INFO O| Aug 29 21:22:59.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall" |
| 8148 | 2026-08-29T21:23:00.466Z | [ recovery-image] Aug 29 21:22:59.838 INFO O| Aug 29 21:22:59.838 INFO STEP 928 (remove_files) COMPLETE |
| 8149 | 2026-08-29T21:23:00.466Z | [ recovery-image] Aug 29 21:22:59.838 INFO O| Aug 29 21:22:59.838 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8150 | 2026-08-29T21:23:00.475Z | [ recovery-image] Aug 29 21:22:59.846 INFO O| Aug 29 21:22:59.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname" |
| 8151 | 2026-08-29T21:23:00.475Z | [ recovery-image] Aug 29 21:22:59.847 INFO O| Aug 29 21:22:59.846 INFO STEP 929 (remove_files) COMPLETE |
| 8152 | 2026-08-29T21:23:00.475Z | [ recovery-image] Aug 29 21:22:59.847 INFO O| Aug 29 21:22:59.847 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8153 | 2026-08-29T21:23:00.486Z | [ recovery-image] Aug 29 21:22:59.857 INFO O| Aug 29 21:22:59.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove" |
| 8154 | 2026-08-29T21:23:00.486Z | [ recovery-image] Aug 29 21:22:59.857 INFO O| Aug 29 21:22:59.857 INFO STEP 930 (remove_files) COMPLETE |
| 8155 | 2026-08-29T21:23:00.486Z | [ recovery-image] Aug 29 21:22:59.857 INFO O| Aug 29 21:22:59.857 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8156 | 2026-08-29T21:23:00.495Z | [ recovery-image] Aug 29 21:22:59.867 INFO O| Aug 29 21:22:59.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv" |
| 8157 | 2026-08-29T21:23:00.499Z | [ recovery-image] Aug 29 21:22:59.867 INFO O| Aug 29 21:22:59.867 INFO STEP 931 (remove_files) COMPLETE |
| 8158 | 2026-08-29T21:23:00.499Z | [ recovery-image] Aug 29 21:22:59.867 INFO O| Aug 29 21:22:59.867 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8159 | 2026-08-29T21:23:00.511Z | [ recovery-image] Aug 29 21:22:59.882 INFO O| Aug 29 21:22:59.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db" |
| 8160 | 2026-08-29T21:23:00.511Z | [ recovery-image] Aug 29 21:22:59.882 INFO O| Aug 29 21:22:59.882 INFO STEP 932 (remove_files) COMPLETE |
| 8161 | 2026-08-29T21:23:00.511Z | [ recovery-image] Aug 29 21:22:59.882 INFO O| Aug 29 21:22:59.882 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8162 | 2026-08-29T21:23:00.521Z | [ recovery-image] Aug 29 21:22:59.892 INFO O| Aug 29 21:22:59.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve" |
| 8163 | 2026-08-29T21:23:00.521Z | [ recovery-image] Aug 29 21:22:59.892 INFO O| Aug 29 21:22:59.892 INFO STEP 933 (remove_files) COMPLETE |
| 8164 | 2026-08-29T21:23:00.524Z | [ recovery-image] Aug 29 21:22:59.892 INFO O| Aug 29 21:22:59.892 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8165 | 2026-08-29T21:23:00.532Z | [ recovery-image] Aug 29 21:22:59.902 INFO O| Aug 29 21:22:59.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates" |
| 8166 | 2026-08-29T21:23:00.532Z | [ recovery-image] Aug 29 21:22:59.903 INFO O| Aug 29 21:22:59.903 INFO STEP 934 (remove_files) COMPLETE |
| 8167 | 2026-08-29T21:23:00.532Z | [ recovery-image] Aug 29 21:22:59.903 INFO O| Aug 29 21:22:59.903 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8168 | 2026-08-29T21:23:00.541Z | [ recovery-image] Aug 29 21:22:59.912 INFO O| Aug 29 21:22:59.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay" |
| 8169 | 2026-08-29T21:23:00.550Z | [ recovery-image] Aug 29 21:22:59.912 INFO O| Aug 29 21:22:59.912 INFO STEP 935 (remove_files) COMPLETE |
| 8170 | 2026-08-29T21:23:00.550Z | [ recovery-image] Aug 29 21:22:59.912 INFO O| Aug 29 21:22:59.912 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8171 | 2026-08-29T21:23:00.557Z | [ recovery-image] Aug 29 21:22:59.921 INFO O| Aug 29 21:22:59.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm" |
| 8172 | 2026-08-29T21:23:00.563Z | [ recovery-image] Aug 29 21:22:59.929 INFO O| Aug 29 21:22:59.921 INFO STEP 936 (remove_files) COMPLETE |
| 8173 | 2026-08-29T21:23:00.563Z | [ recovery-image] Aug 29 21:22:59.929 INFO O| Aug 29 21:22:59.921 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8174 | 2026-08-29T21:23:00.563Z | [ recovery-image] Aug 29 21:22:59.931 INFO O| Aug 29 21:22:59.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump" |
| 8175 | 2026-08-29T21:23:00.563Z | [ recovery-image] Aug 29 21:22:59.931 INFO O| Aug 29 21:22:59.931 INFO STEP 937 (remove_files) COMPLETE |
| 8176 | 2026-08-29T21:23:00.564Z | [ recovery-image] Aug 29 21:22:59.931 INFO O| Aug 29 21:22:59.931 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8177 | 2026-08-29T21:23:00.583Z | [ recovery-image] Aug 29 21:22:59.955 INFO O| Aug 29 21:22:59.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract" |
| 8178 | 2026-08-29T21:23:00.583Z | [ recovery-image] Aug 29 21:22:59.955 INFO O| Aug 29 21:22:59.955 INFO STEP 938 (remove_files) COMPLETE |
| 8179 | 2026-08-29T21:23:00.583Z | [ recovery-image] Aug 29 21:22:59.955 INFO O| Aug 29 21:22:59.955 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8180 | 2026-08-29T21:23:00.593Z | [ recovery-image] Aug 29 21:22:59.964 INFO O| Aug 29 21:22:59.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv" |
| 8181 | 2026-08-29T21:23:00.593Z | [ recovery-image] Aug 29 21:22:59.964 INFO O| Aug 29 21:22:59.964 INFO STEP 939 (remove_files) COMPLETE |
| 8182 | 2026-08-29T21:23:00.597Z | [ recovery-image] Aug 29 21:22:59.964 INFO O| Aug 29 21:22:59.964 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8183 | 2026-08-29T21:23:00.603Z | [ recovery-image] Aug 29 21:22:59.974 INFO O| Aug 29 21:22:59.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate" |
| 8184 | 2026-08-29T21:23:00.603Z | [ recovery-image] Aug 29 21:22:59.974 INFO O| Aug 29 21:22:59.974 INFO STEP 940 (remove_files) COMPLETE |
| 8185 | 2026-08-29T21:23:00.603Z | [ recovery-image] Aug 29 21:22:59.974 INFO O| Aug 29 21:22:59.974 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8186 | 2026-08-29T21:23:00.606Z | [verify-libraries] Compiling generic-array v1.4.3 |
| 8187 | 2026-08-29T21:23:00.613Z | [ recovery-image] Aug 29 21:22:59.985 INFO O| Aug 29 21:22:59.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat" |
| 8188 | 2026-08-29T21:23:00.613Z | [ recovery-image] Aug 29 21:22:59.985 INFO O| Aug 29 21:22:59.985 INFO STEP 941 (remove_files) COMPLETE |
| 8189 | 2026-08-29T21:23:00.617Z | [ recovery-image] Aug 29 21:22:59.985 INFO O| Aug 29 21:22:59.985 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8190 | 2026-08-29T21:23:00.624Z | [ recovery-image] Aug 29 21:22:59.995 INFO O| Aug 29 21:22:59.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat" |
| 8191 | 2026-08-29T21:23:00.624Z | [ recovery-image] Aug 29 21:22:59.995 INFO O| Aug 29 21:22:59.995 INFO STEP 942 (remove_files) COMPLETE |
| 8192 | 2026-08-29T21:23:00.624Z | [ recovery-image] Aug 29 21:22:59.995 INFO O| Aug 29 21:22:59.995 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8193 | 2026-08-29T21:23:00.635Z | [ recovery-image] Aug 29 21:23:00.006 INFO O| Aug 29 21:23:00.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat" |
| 8194 | 2026-08-29T21:23:00.635Z | [ recovery-image] Aug 29 21:23:00.006 INFO O| Aug 29 21:23:00.006 INFO STEP 943 (remove_files) COMPLETE |
| 8195 | 2026-08-29T21:23:00.635Z | [ recovery-image] Aug 29 21:23:00.006 INFO O| Aug 29 21:23:00.006 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8196 | 2026-08-29T21:23:00.646Z | [ recovery-image] Aug 29 21:23:00.018 INFO O| Aug 29 21:23:00.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp" |
| 8197 | 2026-08-29T21:23:00.647Z | [ recovery-image] Aug 29 21:23:00.018 INFO O| Aug 29 21:23:00.018 INFO STEP 944 (remove_files) COMPLETE |
| 8198 | 2026-08-29T21:23:00.647Z | [ recovery-image] Aug 29 21:23:00.018 INFO O| Aug 29 21:23:00.018 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8199 | 2026-08-29T21:23:00.657Z | [ recovery-image] Aug 29 21:23:00.029 INFO O| Aug 29 21:23:00.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit" |
| 8200 | 2026-08-29T21:23:00.657Z | [ recovery-image] Aug 29 21:23:00.029 INFO O| Aug 29 21:23:00.029 INFO STEP 945 (remove_files) COMPLETE |
| 8201 | 2026-08-29T21:23:00.661Z | [ recovery-image] Aug 29 21:23:00.029 INFO O| Aug 29 21:23:00.029 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8202 | 2026-08-29T21:23:00.661Z | [verify-libraries] Compiling russh-util v0.52.0 |
| 8203 | 2026-08-29T21:23:00.668Z | [ recovery-image] Aug 29 21:23:00.039 INFO O| Aug 29 21:23:00.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig" |
| 8204 | 2026-08-29T21:23:00.668Z | [ recovery-image] Aug 29 21:23:00.039 INFO O| Aug 29 21:23:00.039 INFO STEP 946 (remove_files) COMPLETE |
| 8205 | 2026-08-29T21:23:00.673Z | [ recovery-image] Aug 29 21:23:00.039 INFO O| Aug 29 21:23:00.039 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8206 | 2026-08-29T21:23:00.679Z | [ recovery-image] Aug 29 21:23:00.051 INFO O| Aug 29 21:23:00.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd" |
| 8207 | 2026-08-29T21:23:00.679Z | [ recovery-image] Aug 29 21:23:00.051 INFO O| Aug 29 21:23:00.050 INFO STEP 947 (remove_files) COMPLETE |
| 8208 | 2026-08-29T21:23:00.679Z | [ recovery-image] Aug 29 21:23:00.051 INFO O| Aug 29 21:23:00.050 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8209 | 2026-08-29T21:23:00.689Z | [ recovery-image] Aug 29 21:23:00.061 INFO O| Aug 29 21:23:00.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord" |
| 8210 | 2026-08-29T21:23:00.689Z | [ recovery-image] Aug 29 21:23:00.061 INFO O| Aug 29 21:23:00.061 INFO STEP 948 (remove_files) COMPLETE |
| 8211 | 2026-08-29T21:23:00.690Z | [ recovery-image] Aug 29 21:23:00.061 INFO O| Aug 29 21:23:00.061 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8212 | 2026-08-29T21:23:00.699Z | [ recovery-image] Aug 29 21:23:00.071 INFO O| Aug 29 21:23:00.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce" |
| 8213 | 2026-08-29T21:23:00.700Z | [ recovery-image] Aug 29 21:23:00.071 INFO O| Aug 29 21:23:00.071 INFO STEP 949 (remove_files) COMPLETE |
| 8214 | 2026-08-29T21:23:00.703Z | [ recovery-image] Aug 29 21:23:00.071 INFO O| Aug 29 21:23:00.071 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8215 | 2026-08-29T21:23:00.709Z | [ recovery-image] Aug 29 21:23:00.080 INFO O| Aug 29 21:23:00.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat" |
| 8216 | 2026-08-29T21:23:00.709Z | [ recovery-image] Aug 29 21:23:00.080 INFO O| Aug 29 21:23:00.080 INFO STEP 950 (remove_files) COMPLETE |
| 8217 | 2026-08-29T21:23:00.709Z | [ recovery-image] Aug 29 21:23:00.080 INFO O| Aug 29 21:23:00.080 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8218 | 2026-08-29T21:23:00.718Z | [ recovery-image] Aug 29 21:23:00.090 INFO O| Aug 29 21:23:00.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks" |
| 8219 | 2026-08-29T21:23:00.719Z | [ recovery-image] Aug 29 21:23:00.090 INFO O| Aug 29 21:23:00.090 INFO STEP 951 (remove_files) COMPLETE |
| 8220 | 2026-08-29T21:23:00.719Z | [ recovery-image] Aug 29 21:23:00.090 INFO O| Aug 29 21:23:00.090 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8221 | 2026-08-29T21:23:00.730Z | [ recovery-image] Aug 29 21:23:00.101 INFO O| Aug 29 21:23:00.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve" |
| 8222 | 2026-08-29T21:23:00.733Z | [ recovery-image] Aug 29 21:23:00.101 INFO O| Aug 29 21:23:00.101 INFO STEP 952 (remove_files) COMPLETE |
| 8223 | 2026-08-29T21:23:00.733Z | [ recovery-image] Aug 29 21:23:00.101 INFO O| Aug 29 21:23:00.101 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8224 | 2026-08-29T21:23:00.739Z | [ recovery-image] Aug 29 21:23:00.111 INFO O| Aug 29 21:23:00.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl" |
| 8225 | 2026-08-29T21:23:00.740Z | [ recovery-image] Aug 29 21:23:00.111 INFO O| Aug 29 21:23:00.111 INFO STEP 953 (remove_files) COMPLETE |
| 8226 | 2026-08-29T21:23:00.740Z | [ recovery-image] Aug 29 21:23:00.111 INFO O| Aug 29 21:23:00.111 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8227 | 2026-08-29T21:23:00.749Z | [ recovery-image] Aug 29 21:23:00.121 INFO O| Aug 29 21:23:00.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm" |
| 8228 | 2026-08-29T21:23:00.749Z | [ recovery-image] Aug 29 21:23:00.121 INFO O| Aug 29 21:23:00.121 INFO STEP 954 (remove_files) COMPLETE |
| 8229 | 2026-08-29T21:23:00.753Z | [ recovery-image] Aug 29 21:23:00.121 INFO O| Aug 29 21:23:00.121 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8230 | 2026-08-29T21:23:00.760Z | [ recovery-image] Aug 29 21:23:00.131 INFO O| Aug 29 21:23:00.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd" |
| 8231 | 2026-08-29T21:23:00.760Z | [ recovery-image] Aug 29 21:23:00.131 INFO O| Aug 29 21:23:00.131 INFO STEP 955 (remove_files) COMPLETE |
| 8232 | 2026-08-29T21:23:00.760Z | [ recovery-image] Aug 29 21:23:00.131 INFO O| Aug 29 21:23:00.131 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8233 | 2026-08-29T21:23:00.770Z | [ recovery-image] Aug 29 21:23:00.141 INFO O| Aug 29 21:23:00.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot" |
| 8234 | 2026-08-29T21:23:00.770Z | [ recovery-image] Aug 29 21:23:00.141 INFO O| Aug 29 21:23:00.141 INFO STEP 956 (remove_files) COMPLETE |
| 8235 | 2026-08-29T21:23:00.770Z | [ recovery-image] Aug 29 21:23:00.141 INFO O| Aug 29 21:23:00.141 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8236 | 2026-08-29T21:23:00.780Z | [ recovery-image] Aug 29 21:23:00.151 INFO O| Aug 29 21:23:00.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks" |
| 8237 | 2026-08-29T21:23:00.780Z | [ recovery-image] Aug 29 21:23:00.151 INFO O| Aug 29 21:23:00.151 INFO STEP 957 (remove_files) COMPLETE |
| 8238 | 2026-08-29T21:23:00.780Z | [ recovery-image] Aug 29 21:23:00.151 INFO O| Aug 29 21:23:00.151 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8239 | 2026-08-29T21:23:00.789Z | [ recovery-image] Aug 29 21:23:00.161 INFO O| Aug 29 21:23:00.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo" |
| 8240 | 2026-08-29T21:23:00.789Z | [ recovery-image] Aug 29 21:23:00.161 INFO O| Aug 29 21:23:00.161 INFO STEP 958 (remove_files) COMPLETE |
| 8241 | 2026-08-29T21:23:00.793Z | [ recovery-image] Aug 29 21:23:00.161 INFO O| Aug 29 21:23:00.161 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8242 | 2026-08-29T21:23:00.800Z | [ recovery-image] Aug 29 21:23:00.171 INFO O| Aug 29 21:23:00.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri" |
| 8243 | 2026-08-29T21:23:00.800Z | [ recovery-image] Aug 29 21:23:00.171 INFO O| Aug 29 21:23:00.171 INFO STEP 959 (remove_files) COMPLETE |
| 8244 | 2026-08-29T21:23:00.800Z | [ recovery-image] Aug 29 21:23:00.171 INFO O| Aug 29 21:23:00.171 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8245 | 2026-08-29T21:23:00.805Z | [verify-libraries] Compiling enum_dispatch v0.3.13 |
| 8246 | 2026-08-29T21:23:00.809Z | [ recovery-image] Aug 29 21:23:00.181 INFO O| Aug 29 21:23:00.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm" |
| 8247 | 2026-08-29T21:23:00.809Z | [ recovery-image] Aug 29 21:23:00.181 INFO O| Aug 29 21:23:00.181 INFO STEP 960 (remove_files) COMPLETE |
| 8248 | 2026-08-29T21:23:00.813Z | [ recovery-image] Aug 29 21:23:00.181 INFO O| Aug 29 21:23:00.181 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8249 | 2026-08-29T21:23:00.818Z | [ recovery-image] Aug 29 21:23:00.190 INFO O| Aug 29 21:23:00.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd" |
| 8250 | 2026-08-29T21:23:00.818Z | [ recovery-image] Aug 29 21:23:00.190 INFO O| Aug 29 21:23:00.190 INFO STEP 961 (remove_files) COMPLETE |
| 8251 | 2026-08-29T21:23:00.822Z | [ recovery-image] Aug 29 21:23:00.190 INFO O| Aug 29 21:23:00.190 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8252 | 2026-08-29T21:23:00.826Z | [ recovery-image] Aug 29 21:23:00.198 INFO O| Aug 29 21:23:00.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate" |
| 8253 | 2026-08-29T21:23:00.826Z | [ recovery-image] Aug 29 21:23:00.198 INFO O| Aug 29 21:23:00.198 INFO STEP 962 (remove_files) COMPLETE |
| 8254 | 2026-08-29T21:23:00.826Z | [ recovery-image] Aug 29 21:23:00.198 INFO O| Aug 29 21:23:00.198 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8255 | 2026-08-29T21:23:00.835Z | [ recovery-image] Aug 29 21:23:00.206 INFO O| Aug 29 21:23:00.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo" |
| 8256 | 2026-08-29T21:23:00.835Z | [ recovery-image] Aug 29 21:23:00.206 INFO O| Aug 29 21:23:00.206 INFO STEP 963 (remove_files) COMPLETE |
| 8257 | 2026-08-29T21:23:00.835Z | [ recovery-image] Aug 29 21:23:00.206 INFO O| Aug 29 21:23:00.206 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8258 | 2026-08-29T21:23:00.843Z | [ recovery-image] Aug 29 21:23:00.215 INFO O| Aug 29 21:23:00.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks" |
| 8259 | 2026-08-29T21:23:00.843Z | [ recovery-image] Aug 29 21:23:00.215 INFO O| Aug 29 21:23:00.215 INFO STEP 964 (remove_files) COMPLETE |
| 8260 | 2026-08-29T21:23:00.844Z | [ recovery-image] Aug 29 21:23:00.215 INFO O| Aug 29 21:23:00.215 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8261 | 2026-08-29T21:23:00.852Z | [ recovery-image] Aug 29 21:23:00.224 INFO O| Aug 29 21:23:00.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df" |
| 8262 | 2026-08-29T21:23:00.852Z | [ recovery-image] Aug 29 21:23:00.224 INFO O| Aug 29 21:23:00.224 INFO STEP 965 (remove_files) COMPLETE |
| 8263 | 2026-08-29T21:23:00.856Z | [ recovery-image] Aug 29 21:23:00.224 INFO O| Aug 29 21:23:00.224 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8264 | 2026-08-29T21:23:00.862Z | [ recovery-image] Aug 29 21:23:00.233 INFO O| Aug 29 21:23:00.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts" |
| 8265 | 2026-08-29T21:23:00.862Z | [ recovery-image] Aug 29 21:23:00.233 INFO O| Aug 29 21:23:00.233 INFO STEP 966 (remove_files) COMPLETE |
| 8266 | 2026-08-29T21:23:00.865Z | [ recovery-image] Aug 29 21:23:00.233 INFO O| Aug 29 21:23:00.233 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8267 | 2026-08-29T21:23:00.865Z | [verify-libraries] Compiling delegate v0.13.5 |
| 8268 | 2026-08-29T21:23:00.870Z | [ recovery-image] Aug 29 21:23:00.242 INFO O| Aug 29 21:23:00.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares" |
| 8269 | 2026-08-29T21:23:00.871Z | [ recovery-image] Aug 29 21:23:00.242 INFO O| Aug 29 21:23:00.242 INFO STEP 967 (remove_files) COMPLETE |
| 8270 | 2026-08-29T21:23:00.874Z | [ recovery-image] Aug 29 21:23:00.242 INFO O| Aug 29 21:23:00.242 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8271 | 2026-08-29T21:23:00.882Z | [ recovery-image] Aug 29 21:23:00.253 INFO O| Aug 29 21:23:00.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks" |
| 8272 | 2026-08-29T21:23:00.882Z | [ recovery-image] Aug 29 21:23:00.253 INFO O| Aug 29 21:23:00.253 INFO STEP 968 (remove_files) COMPLETE |
| 8273 | 2026-08-29T21:23:00.882Z | [ recovery-image] Aug 29 21:23:00.253 INFO O| Aug 29 21:23:00.253 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8274 | 2026-08-29T21:23:00.892Z | [ recovery-image] Aug 29 21:23:00.263 INFO O| Aug 29 21:23:00.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin" |
| 8275 | 2026-08-29T21:23:00.892Z | [ recovery-image] Aug 29 21:23:00.263 INFO O| Aug 29 21:23:00.263 INFO STEP 969 (remove_files) COMPLETE |
| 8276 | 2026-08-29T21:23:00.892Z | [ recovery-image] Aug 29 21:23:00.263 INFO O| Aug 29 21:23:00.263 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8277 | 2026-08-29T21:23:00.905Z | [ recovery-image] Aug 29 21:23:00.275 INFO O| Aug 29 21:23:00.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo" |
| 8278 | 2026-08-29T21:23:00.908Z | [ recovery-image] Aug 29 21:23:00.275 INFO O| Aug 29 21:23:00.275 INFO STEP 970 (remove_files) COMPLETE |
| 8279 | 2026-08-29T21:23:00.908Z | [ recovery-image] Aug 29 21:23:00.275 INFO O| Aug 29 21:23:00.275 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8280 | 2026-08-29T21:23:00.915Z | [ recovery-image] Aug 29 21:23:00.285 INFO O| Aug 29 21:23:00.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig" |
| 8281 | 2026-08-29T21:23:00.918Z | [ recovery-image] Aug 29 21:23:00.285 INFO O| Aug 29 21:23:00.285 INFO STEP 971 (remove_files) COMPLETE |
| 8282 | 2026-08-29T21:23:00.918Z | [ recovery-image] Aug 29 21:23:00.285 INFO O| Aug 29 21:23:00.285 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8283 | 2026-08-29T21:23:00.922Z | [ recovery-image] Aug 29 21:23:00.293 INFO O| Aug 29 21:23:00.293 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom" |
| 8284 | 2026-08-29T21:23:00.922Z | [ recovery-image] Aug 29 21:23:00.293 INFO O| Aug 29 21:23:00.293 INFO STEP 972 (remove_files) COMPLETE |
| 8285 | 2026-08-29T21:23:00.922Z | [ recovery-image] Aug 29 21:23:00.293 INFO O| Aug 29 21:23:00.293 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8286 | 2026-08-29T21:23:00.933Z | [ recovery-image] Aug 29 21:23:00.302 INFO O| Aug 29 21:23:00.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff" |
| 8287 | 2026-08-29T21:23:00.933Z | [ recovery-image] Aug 29 21:23:00.302 INFO O| Aug 29 21:23:00.302 INFO STEP 973 (remove_files) COMPLETE |
| 8288 | 2026-08-29T21:23:00.937Z | [ recovery-image] Aug 29 21:23:00.302 INFO O| Aug 29 21:23:00.302 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8289 | 2026-08-29T21:23:00.951Z | [ recovery-image] Aug 29 21:23:00.323 INFO O| Aug 29 21:23:00.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm" |
| 8290 | 2026-08-29T21:23:00.951Z | [ recovery-image] Aug 29 21:23:00.323 INFO O| Aug 29 21:23:00.311 INFO STEP 974 (remove_files) COMPLETE |
| 8291 | 2026-08-29T21:23:00.951Z | [ recovery-image] Aug 29 21:23:00.323 INFO O| Aug 29 21:23:00.311 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8292 | 2026-08-29T21:23:00.955Z | [ recovery-image] Aug 29 21:23:00.323 INFO O| Aug 29 21:23:00.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump" |
| 8293 | 2026-08-29T21:23:00.955Z | [ recovery-image] Aug 29 21:23:00.323 INFO O| Aug 29 21:23:00.322 INFO STEP 975 (remove_files) COMPLETE |
| 8294 | 2026-08-29T21:23:00.955Z | [ recovery-image] Aug 29 21:23:00.323 INFO O| Aug 29 21:23:00.322 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8295 | 2026-08-29T21:23:00.960Z | [ recovery-image] Aug 29 21:23:00.332 INFO O| Aug 29 21:23:00.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat" |
| 8296 | 2026-08-29T21:23:00.963Z | [ recovery-image] Aug 29 21:23:00.332 INFO O| Aug 29 21:23:00.332 INFO STEP 976 (remove_files) COMPLETE |
| 8297 | 2026-08-29T21:23:00.963Z | [ recovery-image] Aug 29 21:23:00.332 INFO O| Aug 29 21:23:00.332 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8298 | 2026-08-29T21:23:00.970Z | [ recovery-image] Aug 29 21:23:00.342 INFO O| Aug 29 21:23:00.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard" |
| 8299 | 2026-08-29T21:23:00.970Z | [ recovery-image] Aug 29 21:23:00.342 INFO O| Aug 29 21:23:00.342 INFO STEP 977 (remove_files) COMPLETE |
| 8300 | 2026-08-29T21:23:00.970Z | [ recovery-image] Aug 29 21:23:00.342 INFO O| Aug 29 21:23:00.342 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8301 | 2026-08-29T21:23:00.975Z | [verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 8302 | 2026-08-29T21:23:00.979Z | [ recovery-image] Aug 29 21:23:00.351 INFO O| Aug 29 21:23:00.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format" |
| 8303 | 2026-08-29T21:23:00.979Z | [ recovery-image] Aug 29 21:23:00.351 INFO O| Aug 29 21:23:00.351 INFO STEP 978 (remove_files) COMPLETE |
| 8304 | 2026-08-29T21:23:00.983Z | [ recovery-image] Aug 29 21:23:00.351 INFO O| Aug 29 21:23:00.351 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8305 | 2026-08-29T21:23:00.988Z | [ recovery-image] Aug 29 21:23:00.360 INFO O| Aug 29 21:23:00.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck" |
| 8306 | 2026-08-29T21:23:00.988Z | [ recovery-image] Aug 29 21:23:00.360 INFO O| Aug 29 21:23:00.360 INFO STEP 979 (remove_files) COMPLETE |
| 8307 | 2026-08-29T21:23:00.988Z | [ recovery-image] Aug 29 21:23:00.360 INFO O| Aug 29 21:23:00.360 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8308 | 2026-08-29T21:23:00.997Z | [ recovery-image] Aug 29 21:23:00.369 INFO O| Aug 29 21:23:00.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser" |
| 8309 | 2026-08-29T21:23:00.997Z | [ recovery-image] Aug 29 21:23:00.369 INFO O| Aug 29 21:23:00.369 INFO STEP 980 (remove_files) COMPLETE |
| 8310 | 2026-08-29T21:23:00.997Z | [ recovery-image] Aug 29 21:23:00.369 INFO O| Aug 29 21:23:00.369 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8311 | 2026-08-29T21:23:01.007Z | [ recovery-image] Aug 29 21:23:00.379 INFO O| Aug 29 21:23:00.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy" |
| 8312 | 2026-08-29T21:23:01.007Z | [ recovery-image] Aug 29 21:23:00.379 INFO O| Aug 29 21:23:00.379 INFO STEP 981 (remove_files) COMPLETE |
| 8313 | 2026-08-29T21:23:01.011Z | [ recovery-image] Aug 29 21:23:00.379 INFO O| Aug 29 21:23:00.379 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8314 | 2026-08-29T21:23:01.016Z | [ recovery-image] Aug 29 21:23:00.387 INFO O| Aug 29 21:23:00.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor" |
| 8315 | 2026-08-29T21:23:01.016Z | [ recovery-image] Aug 29 21:23:00.388 INFO O| Aug 29 21:23:00.388 INFO STEP 982 (remove_files) COMPLETE |
| 8316 | 2026-08-29T21:23:01.018Z | [ recovery-image] Aug 29 21:23:00.388 INFO O| Aug 29 21:23:00.388 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8317 | 2026-08-29T21:23:01.025Z | [ recovery-image] Aug 29 21:23:00.397 INFO O| Aug 29 21:23:00.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd" |
| 8318 | 2026-08-29T21:23:01.025Z | [ recovery-image] Aug 29 21:23:00.397 INFO O| Aug 29 21:23:00.397 INFO STEP 983 (remove_files) COMPLETE |
| 8319 | 2026-08-29T21:23:01.028Z | [ recovery-image] Aug 29 21:23:00.397 INFO O| Aug 29 21:23:00.397 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8320 | 2026-08-29T21:23:01.035Z | [ recovery-image] Aug 29 21:23:00.406 INFO O| Aug 29 21:23:00.406 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel" |
| 8321 | 2026-08-29T21:23:01.038Z | [ recovery-image] Aug 29 21:23:00.406 INFO O| Aug 29 21:23:00.406 INFO STEP 984 (remove_files) COMPLETE |
| 8322 | 2026-08-29T21:23:01.038Z | [ recovery-image] Aug 29 21:23:00.406 INFO O| Aug 29 21:23:00.406 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8323 | 2026-08-29T21:23:01.048Z | [ recovery-image] Aug 29 21:23:00.419 INFO O| Aug 29 21:23:00.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod" |
| 8324 | 2026-08-29T21:23:01.048Z | [ recovery-image] Aug 29 21:23:00.419 INFO O| Aug 29 21:23:00.419 INFO STEP 985 (remove_files) COMPLETE |
| 8325 | 2026-08-29T21:23:01.048Z | [ recovery-image] Aug 29 21:23:00.419 INFO O| Aug 29 21:23:00.419 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8326 | 2026-08-29T21:23:01.056Z | [ recovery-image] Aug 29 21:23:00.427 INFO O| Aug 29 21:23:00.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs" |
| 8327 | 2026-08-29T21:23:01.056Z | [ recovery-image] Aug 29 21:23:00.427 INFO O| Aug 29 21:23:00.427 INFO STEP 986 (remove_files) COMPLETE |
| 8328 | 2026-08-29T21:23:01.059Z | [ recovery-image] Aug 29 21:23:00.427 INFO O| Aug 29 21:23:00.427 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8329 | 2026-08-29T21:23:01.063Z | [ recovery-image] Aug 29 21:23:00.435 INFO O| Aug 29 21:23:00.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck" |
| 8330 | 2026-08-29T21:23:01.063Z | [ recovery-image] Aug 29 21:23:00.435 INFO O| Aug 29 21:23:00.435 INFO STEP 987 (remove_files) COMPLETE |
| 8331 | 2026-08-29T21:23:01.065Z | [ recovery-image] Aug 29 21:23:00.435 INFO O| Aug 29 21:23:00.435 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8332 | 2026-08-29T21:23:01.070Z | [ recovery-image] Aug 29 21:23:00.442 INFO O| Aug 29 21:23:00.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred" |
| 8333 | 2026-08-29T21:23:01.070Z | [ recovery-image] Aug 29 21:23:00.442 INFO O| Aug 29 21:23:00.442 INFO STEP 988 (remove_files) COMPLETE |
| 8334 | 2026-08-29T21:23:01.073Z | [ recovery-image] Aug 29 21:23:00.442 INFO O| Aug 29 21:23:00.442 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8335 | 2026-08-29T21:23:01.077Z | [ recovery-image] Aug 29 21:23:00.449 INFO O| Aug 29 21:23:00.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt" |
| 8336 | 2026-08-29T21:23:01.078Z | [ recovery-image] Aug 29 21:23:00.449 INFO O| Aug 29 21:23:00.449 INFO STEP 989 (remove_files) COMPLETE |
| 8337 | 2026-08-29T21:23:01.080Z | [ recovery-image] Aug 29 21:23:00.449 INFO O| Aug 29 21:23:00.449 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8338 | 2026-08-29T21:23:01.086Z | [ recovery-image] Aug 29 21:23:00.458 INFO O| Aug 29 21:23:00.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug" |
| 8339 | 2026-08-29T21:23:01.086Z | [ recovery-image] Aug 29 21:23:00.458 INFO O| Aug 29 21:23:00.458 INFO STEP 990 (remove_files) COMPLETE |
| 8340 | 2026-08-29T21:23:01.086Z | [ recovery-image] Aug 29 21:23:00.458 INFO O| Aug 29 21:23:00.458 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8341 | 2026-08-29T21:23:01.094Z | [ recovery-image] Aug 29 21:23:00.466 INFO O| Aug 29 21:23:00.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl" |
| 8342 | 2026-08-29T21:23:01.094Z | [ recovery-image] Aug 29 21:23:00.466 INFO O| Aug 29 21:23:00.466 INFO STEP 991 (remove_files) COMPLETE |
| 8343 | 2026-08-29T21:23:01.094Z | [ recovery-image] Aug 29 21:23:00.466 INFO O| Aug 29 21:23:00.466 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8344 | 2026-08-29T21:23:01.104Z | [ recovery-image] Aug 29 21:23:00.475 INFO O| Aug 29 21:23:00.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap" |
| 8345 | 2026-08-29T21:23:01.104Z | [ recovery-image] Aug 29 21:23:00.475 INFO O| Aug 29 21:23:00.475 INFO STEP 992 (remove_files) COMPLETE |
| 8346 | 2026-08-29T21:23:01.104Z | [ recovery-image] Aug 29 21:23:00.475 INFO O| Aug 29 21:23:00.475 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8347 | 2026-08-29T21:23:01.114Z | [ recovery-image] Aug 29 21:23:00.485 INFO O| Aug 29 21:23:00.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm" |
| 8348 | 2026-08-29T21:23:01.114Z | [ recovery-image] Aug 29 21:23:00.486 INFO O| Aug 29 21:23:00.486 INFO STEP 993 (remove_files) COMPLETE |
| 8349 | 2026-08-29T21:23:01.116Z | [ recovery-image] Aug 29 21:23:00.486 INFO O| Aug 29 21:23:00.486 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8350 | 2026-08-29T21:23:01.125Z | [ recovery-image] Aug 29 21:23:00.495 INFO O| Aug 29 21:23:00.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm" |
| 8351 | 2026-08-29T21:23:01.125Z | [ recovery-image] Aug 29 21:23:00.496 INFO O| Aug 29 21:23:00.496 INFO STEP 994 (remove_files) COMPLETE |
| 8352 | 2026-08-29T21:23:01.125Z | [ recovery-image] Aug 29 21:23:00.496 INFO O| Aug 29 21:23:00.496 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8353 | 2026-08-29T21:23:01.133Z | [ recovery-image] Aug 29 21:23:00.505 INFO O| Aug 29 21:23:00.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert" |
| 8354 | 2026-08-29T21:23:01.133Z | [ recovery-image] Aug 29 21:23:00.505 INFO O| Aug 29 21:23:00.505 INFO STEP 995 (remove_files) COMPLETE |
| 8355 | 2026-08-29T21:23:01.137Z | [ recovery-image] Aug 29 21:23:00.505 INFO O| Aug 29 21:23:00.505 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8356 | 2026-08-29T21:23:01.144Z | [ recovery-image] Aug 29 21:23:00.515 INFO O| Aug 29 21:23:00.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc" |
| 8357 | 2026-08-29T21:23:01.144Z | [ recovery-image] Aug 29 21:23:00.515 INFO O| Aug 29 21:23:00.515 INFO STEP 996 (remove_files) COMPLETE |
| 8358 | 2026-08-29T21:23:01.144Z | [ recovery-image] Aug 29 21:23:00.515 INFO O| Aug 29 21:23:00.515 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8359 | 2026-08-29T21:23:01.153Z | [ recovery-image] Aug 29 21:23:00.524 INFO O| Aug 29 21:23:00.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed" |
| 8360 | 2026-08-29T21:23:01.153Z | [ recovery-image] Aug 29 21:23:00.524 INFO O| Aug 29 21:23:00.524 INFO STEP 997 (remove_files) COMPLETE |
| 8361 | 2026-08-29T21:23:01.153Z | [ recovery-image] Aug 29 21:23:00.524 INFO O| Aug 29 21:23:00.524 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8362 | 2026-08-29T21:23:01.162Z | [ recovery-image] Aug 29 21:23:00.534 INFO O| Aug 29 21:23:00.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm" |
| 8363 | 2026-08-29T21:23:01.162Z | [ recovery-image] Aug 29 21:23:00.534 INFO O| Aug 29 21:23:00.534 INFO STEP 998 (remove_files) COMPLETE |
| 8364 | 2026-08-29T21:23:01.162Z | [ recovery-image] Aug 29 21:23:00.534 INFO O| Aug 29 21:23:00.534 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8365 | 2026-08-29T21:23:01.171Z | [ recovery-image] Aug 29 21:23:00.543 INFO O| Aug 29 21:23:00.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv" |
| 8366 | 2026-08-29T21:23:01.171Z | [ recovery-image] Aug 29 21:23:00.543 INFO O| Aug 29 21:23:00.543 INFO STEP 999 (remove_files) COMPLETE |
| 8367 | 2026-08-29T21:23:01.171Z | [ recovery-image] Aug 29 21:23:00.543 INFO O| Aug 29 21:23:00.543 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8368 | 2026-08-29T21:23:01.180Z | [ recovery-image] Aug 29 21:23:00.552 INFO O| Aug 29 21:23:00.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install" |
| 8369 | 2026-08-29T21:23:01.180Z | [ recovery-image] Aug 29 21:23:00.552 INFO O| Aug 29 21:23:00.552 INFO STEP 1000 (remove_files) COMPLETE |
| 8370 | 2026-08-29T21:23:01.180Z | [ recovery-image] Aug 29 21:23:00.552 INFO O| Aug 29 21:23:00.552 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8371 | 2026-08-29T21:23:01.189Z | [ recovery-image] Aug 29 21:23:00.561 INFO O| Aug 29 21:23:00.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot" |
| 8372 | 2026-08-29T21:23:01.189Z | [ recovery-image] Aug 29 21:23:00.561 INFO O| Aug 29 21:23:00.561 INFO STEP 1001 (remove_files) COMPLETE |
| 8373 | 2026-08-29T21:23:01.189Z | [ recovery-image] Aug 29 21:23:00.561 INFO O| Aug 29 21:23:00.561 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8374 | 2026-08-29T21:23:01.198Z | [ recovery-image] Aug 29 21:23:00.569 INFO O| Aug 29 21:23:00.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf" |
| 8375 | 2026-08-29T21:23:01.198Z | [ recovery-image] Aug 29 21:23:00.569 INFO O| Aug 29 21:23:00.569 INFO STEP 1002 (remove_files) COMPLETE |
| 8376 | 2026-08-29T21:23:01.201Z | [ recovery-image] Aug 29 21:23:00.569 INFO O| Aug 29 21:23:00.569 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8377 | 2026-08-29T21:23:01.204Z | [verify-libraries] Compiling sapling-renderdag v0.1.0 |
| 8378 | 2026-08-29T21:23:01.207Z | [ recovery-image] Aug 29 21:23:00.578 INFO O| Aug 29 21:23:00.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat" |
| 8379 | 2026-08-29T21:23:01.207Z | [ recovery-image] Aug 29 21:23:00.578 INFO O| Aug 29 21:23:00.578 INFO STEP 1003 (remove_files) COMPLETE |
| 8380 | 2026-08-29T21:23:01.207Z | [ recovery-image] Aug 29 21:23:00.578 INFO O| Aug 29 21:23:00.578 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8381 | 2026-08-29T21:23:01.216Z | [ recovery-image] Aug 29 21:23:00.588 INFO O| Aug 29 21:23:00.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs" |
| 8382 | 2026-08-29T21:23:01.216Z | [ recovery-image] Aug 29 21:23:00.588 INFO O| Aug 29 21:23:00.588 INFO STEP 1004 (remove_files) COMPLETE |
| 8383 | 2026-08-29T21:23:01.216Z | [ recovery-image] Aug 29 21:23:00.588 INFO O| Aug 29 21:23:00.588 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8384 | 2026-08-29T21:23:01.235Z | [ recovery-image] Aug 29 21:23:00.606 INFO O| Aug 29 21:23:00.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf" |
| 8385 | 2026-08-29T21:23:01.235Z | [ recovery-image] Aug 29 21:23:00.606 INFO O| Aug 29 21:23:00.606 INFO STEP 1005 (remove_files) COMPLETE |
| 8386 | 2026-08-29T21:23:01.238Z | [ recovery-image] Aug 29 21:23:00.606 INFO O| Aug 29 21:23:00.606 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8387 | 2026-08-29T21:23:01.243Z | [ recovery-image] Aug 29 21:23:00.614 INFO O| Aug 29 21:23:00.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey" |
| 8388 | 2026-08-29T21:23:01.243Z | [ recovery-image] Aug 29 21:23:00.614 INFO O| Aug 29 21:23:00.614 INFO STEP 1006 (remove_files) COMPLETE |
| 8389 | 2026-08-29T21:23:01.243Z | [ recovery-image] Aug 29 21:23:00.614 INFO O| Aug 29 21:23:00.614 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8390 | 2026-08-29T21:23:01.251Z | [ recovery-image] Aug 29 21:23:00.622 INFO O| Aug 29 21:23:00.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv" |
| 8391 | 2026-08-29T21:23:01.251Z | [ recovery-image] Aug 29 21:23:00.622 INFO O| Aug 29 21:23:00.622 INFO STEP 1007 (remove_files) COMPLETE |
| 8392 | 2026-08-29T21:23:01.251Z | [ recovery-image] Aug 29 21:23:00.622 INFO O| Aug 29 21:23:00.622 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8393 | 2026-08-29T21:23:01.256Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 8394 | 2026-08-29T21:23:01.259Z | [ recovery-image] Aug 29 21:23:00.630 INFO O| Aug 29 21:23:00.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall" |
| 8395 | 2026-08-29T21:23:01.259Z | [ recovery-image] Aug 29 21:23:00.631 INFO O| Aug 29 21:23:00.631 INFO STEP 1008 (remove_files) COMPLETE |
| 8396 | 2026-08-29T21:23:01.259Z | [ recovery-image] Aug 29 21:23:00.631 INFO O| Aug 29 21:23:00.631 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8397 | 2026-08-29T21:23:01.267Z | [ recovery-image] Aug 29 21:23:00.639 INFO O| Aug 29 21:23:00.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link" |
| 8398 | 2026-08-29T21:23:01.267Z | [ recovery-image] Aug 29 21:23:00.639 INFO O| Aug 29 21:23:00.639 INFO STEP 1009 (remove_files) COMPLETE |
| 8399 | 2026-08-29T21:23:01.267Z | [ recovery-image] Aug 29 21:23:00.639 INFO O| Aug 29 21:23:00.639 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8400 | 2026-08-29T21:23:01.276Z | [ recovery-image] Aug 29 21:23:00.647 INFO O| Aug 29 21:23:00.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices" |
| 8401 | 2026-08-29T21:23:01.276Z | [ recovery-image] Aug 29 21:23:00.647 INFO O| Aug 29 21:23:00.647 INFO STEP 1010 (remove_files) COMPLETE |
| 8402 | 2026-08-29T21:23:01.276Z | [ recovery-image] Aug 29 21:23:00.647 INFO O| Aug 29 21:23:00.647 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8403 | 2026-08-29T21:23:01.284Z | [ recovery-image] Aug 29 21:23:00.655 INFO O| Aug 29 21:23:00.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator" |
| 8404 | 2026-08-29T21:23:01.284Z | [ recovery-image] Aug 29 21:23:00.656 INFO O| Aug 29 21:23:00.655 INFO STEP 1011 (remove_files) COMPLETE |
| 8405 | 2026-08-29T21:23:01.284Z | [ recovery-image] Aug 29 21:23:00.656 INFO O| Aug 29 21:23:00.656 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8406 | 2026-08-29T21:23:01.294Z | [ recovery-image] Aug 29 21:23:00.666 INFO O| Aug 29 21:23:00.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat" |
| 8407 | 2026-08-29T21:23:01.294Z | [ recovery-image] Aug 29 21:23:00.666 INFO O| Aug 29 21:23:00.666 INFO STEP 1012 (remove_files) COMPLETE |
| 8408 | 2026-08-29T21:23:01.298Z | [ recovery-image] Aug 29 21:23:00.666 INFO O| Aug 29 21:23:00.666 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8409 | 2026-08-29T21:23:01.303Z | [ recovery-image] Aug 29 21:23:00.675 INFO O| Aug 29 21:23:00.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm" |
| 8410 | 2026-08-29T21:23:01.307Z | [ recovery-image] Aug 29 21:23:00.679 INFO O| Aug 29 21:23:00.679 INFO STEP 1013 (remove_files) COMPLETE |
| 8411 | 2026-08-29T21:23:01.307Z | [ recovery-image] Aug 29 21:23:00.679 INFO O| Aug 29 21:23:00.679 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8412 | 2026-08-29T21:23:01.311Z | [verify-libraries] Compiling sync-ptr v0.1.4 |
| 8413 | 2026-08-29T21:23:01.316Z | [ recovery-image] Aug 29 21:23:00.688 INFO O| Aug 29 21:23:00.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm" |
| 8414 | 2026-08-29T21:23:01.316Z | [ recovery-image] Aug 29 21:23:00.688 INFO O| Aug 29 21:23:00.688 INFO STEP 1014 (remove_files) COMPLETE |
| 8415 | 2026-08-29T21:23:01.316Z | [ recovery-image] Aug 29 21:23:00.688 INFO O| Aug 29 21:23:00.688 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8416 | 2026-08-29T21:23:01.327Z | [ recovery-image] Aug 29 21:23:00.699 INFO O| Aug 29 21:23:00.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm" |
| 8417 | 2026-08-29T21:23:01.327Z | [ recovery-image] Aug 29 21:23:00.699 INFO O| Aug 29 21:23:00.699 INFO STEP 1015 (remove_files) COMPLETE |
| 8418 | 2026-08-29T21:23:01.328Z | [ recovery-image] Aug 29 21:23:00.699 INFO O| Aug 29 21:23:00.699 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8419 | 2026-08-29T21:23:01.338Z | [ recovery-image] Aug 29 21:23:00.710 INFO O| Aug 29 21:23:00.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc" |
| 8420 | 2026-08-29T21:23:01.338Z | [ recovery-image] Aug 29 21:23:00.710 INFO O| Aug 29 21:23:00.710 INFO STEP 1016 (remove_files) COMPLETE |
| 8421 | 2026-08-29T21:23:01.338Z | [ recovery-image] Aug 29 21:23:00.710 INFO O| Aug 29 21:23:00.710 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8422 | 2026-08-29T21:23:01.349Z | [ recovery-image] Aug 29 21:23:00.720 INFO O| Aug 29 21:23:00.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps" |
| 8423 | 2026-08-29T21:23:01.349Z | [ recovery-image] Aug 29 21:23:00.720 INFO O| Aug 29 21:23:00.720 INFO STEP 1017 (remove_files) COMPLETE |
| 8424 | 2026-08-29T21:23:01.349Z | [ recovery-image] Aug 29 21:23:00.720 INFO O| Aug 29 21:23:00.720 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8425 | 2026-08-29T21:23:01.358Z | [ recovery-image] Aug 29 21:23:00.730 INFO O| Aug 29 21:23:00.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile" |
| 8426 | 2026-08-29T21:23:01.358Z | [ recovery-image] Aug 29 21:23:00.730 INFO O| Aug 29 21:23:00.730 INFO STEP 1018 (remove_files) COMPLETE |
| 8427 | 2026-08-29T21:23:01.361Z | [ recovery-image] Aug 29 21:23:00.730 INFO O| Aug 29 21:23:00.730 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8428 | 2026-08-29T21:23:01.368Z | [ recovery-image] Aug 29 21:23:00.740 INFO O| Aug 29 21:23:00.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod" |
| 8429 | 2026-08-29T21:23:01.368Z | [ recovery-image] Aug 29 21:23:00.740 INFO O| Aug 29 21:23:00.740 INFO STEP 1019 (remove_files) COMPLETE |
| 8430 | 2026-08-29T21:23:01.372Z | [ recovery-image] Aug 29 21:23:00.740 INFO O| Aug 29 21:23:00.740 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8431 | 2026-08-29T21:23:01.377Z | [ recovery-image] Aug 29 21:23:00.749 INFO O| Aug 29 21:23:00.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo" |
| 8432 | 2026-08-29T21:23:01.377Z | [ recovery-image] Aug 29 21:23:00.749 INFO O| Aug 29 21:23:00.749 INFO STEP 1020 (remove_files) COMPLETE |
| 8433 | 2026-08-29T21:23:01.380Z | [ recovery-image] Aug 29 21:23:00.749 INFO O| Aug 29 21:23:00.749 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8434 | 2026-08-29T21:23:01.381Z | [verify-libraries] Compiling samael v0.0.19 |
| 8435 | 2026-08-29T21:23:01.386Z | [ recovery-image] Aug 29 21:23:00.758 INFO O| Aug 29 21:23:00.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload" |
| 8436 | 2026-08-29T21:23:01.386Z | [ recovery-image] Aug 29 21:23:00.758 INFO O| Aug 29 21:23:00.758 INFO STEP 1021 (remove_files) COMPLETE |
| 8437 | 2026-08-29T21:23:01.386Z | [ recovery-image] Aug 29 21:23:00.758 INFO O| Aug 29 21:23:00.758 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8438 | 2026-08-29T21:23:01.395Z | [ recovery-image] Aug 29 21:23:00.767 INFO O| Aug 29 21:23:00.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall" |
| 8439 | 2026-08-29T21:23:01.395Z | [ recovery-image] Aug 29 21:23:00.767 INFO O| Aug 29 21:23:00.767 INFO STEP 1022 (remove_files) COMPLETE |
| 8440 | 2026-08-29T21:23:01.398Z | [ recovery-image] Aug 29 21:23:00.767 INFO O| Aug 29 21:23:00.767 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8441 | 2026-08-29T21:23:01.405Z | [ recovery-image] Aug 29 21:23:00.777 INFO O| Aug 29 21:23:00.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid" |
| 8442 | 2026-08-29T21:23:01.405Z | [ recovery-image] Aug 29 21:23:00.777 INFO O| Aug 29 21:23:00.777 INFO STEP 1023 (remove_files) COMPLETE |
| 8443 | 2026-08-29T21:23:01.405Z | [ recovery-image] Aug 29 21:23:00.777 INFO O| Aug 29 21:23:00.777 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8444 | 2026-08-29T21:23:01.415Z | [ recovery-image] Aug 29 21:23:00.786 INFO O| Aug 29 21:23:00.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir" |
| 8445 | 2026-08-29T21:23:01.415Z | [ recovery-image] Aug 29 21:23:00.786 INFO O| Aug 29 21:23:00.786 INFO STEP 1024 (remove_files) COMPLETE |
| 8446 | 2026-08-29T21:23:01.415Z | [ recovery-image] Aug 29 21:23:00.786 INFO O| Aug 29 21:23:00.786 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8447 | 2026-08-29T21:23:01.424Z | [ recovery-image] Aug 29 21:23:00.796 INFO O| Aug 29 21:23:00.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp" |
| 8448 | 2026-08-29T21:23:01.425Z | [ recovery-image] Aug 29 21:23:00.796 INFO O| Aug 29 21:23:00.796 INFO STEP 1025 (remove_files) COMPLETE |
| 8449 | 2026-08-29T21:23:01.425Z | [ recovery-image] Aug 29 21:23:00.796 INFO O| Aug 29 21:23:00.796 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8450 | 2026-08-29T21:23:01.434Z | [ recovery-image] Aug 29 21:23:00.806 INFO O| Aug 29 21:23:00.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin" |
| 8451 | 2026-08-29T21:23:01.434Z | [ recovery-image] Aug 29 21:23:00.806 INFO O| Aug 29 21:23:00.806 INFO STEP 1026 (remove_files) COMPLETE |
| 8452 | 2026-08-29T21:23:01.434Z | [ recovery-image] Aug 29 21:23:00.806 INFO O| Aug 29 21:23:00.806 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8453 | 2026-08-29T21:23:01.444Z | [ recovery-image] Aug 29 21:23:00.816 INFO O| Aug 29 21:23:00.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest" |
| 8454 | 2026-08-29T21:23:01.444Z | [ recovery-image] Aug 29 21:23:00.816 INFO O| Aug 29 21:23:00.816 INFO STEP 1027 (remove_files) COMPLETE |
| 8455 | 2026-08-29T21:23:01.444Z | [ recovery-image] Aug 29 21:23:00.816 INFO O| Aug 29 21:23:00.816 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8456 | 2026-08-29T21:23:01.456Z | [ recovery-image] Aug 29 21:23:00.826 INFO O| Aug 29 21:23:00.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm" |
| 8457 | 2026-08-29T21:23:01.456Z | [ recovery-image] Aug 29 21:23:00.826 INFO O| Aug 29 21:23:00.826 INFO STEP 1028 (remove_files) COMPLETE |
| 8458 | 2026-08-29T21:23:01.456Z | [ recovery-image] Aug 29 21:23:00.826 INFO O| Aug 29 21:23:00.826 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8459 | 2026-08-29T21:23:01.467Z | [ recovery-image] Aug 29 21:23:00.836 INFO O| Aug 29 21:23:00.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg" |
| 8460 | 2026-08-29T21:23:01.467Z | [ recovery-image] Aug 29 21:23:00.836 INFO O| Aug 29 21:23:00.836 INFO STEP 1029 (remove_files) COMPLETE |
| 8461 | 2026-08-29T21:23:01.470Z | [ recovery-image] Aug 29 21:23:00.836 INFO O| Aug 29 21:23:00.836 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8462 | 2026-08-29T21:23:01.482Z | [ recovery-image] Aug 29 21:23:00.849 INFO O| Aug 29 21:23:00.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind" |
| 8463 | 2026-08-29T21:23:01.482Z | [ recovery-image] Aug 29 21:23:00.849 INFO O| Aug 29 21:23:00.849 INFO STEP 1030 (remove_files) COMPLETE |
| 8464 | 2026-08-29T21:23:01.482Z | [ recovery-image] Aug 29 21:23:00.849 INFO O| Aug 29 21:23:00.849 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8465 | 2026-08-29T21:23:01.487Z | [ recovery-image] Aug 29 21:23:00.859 INFO O| Aug 29 21:23:00.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping" |
| 8466 | 2026-08-29T21:23:01.487Z | [ recovery-image] Aug 29 21:23:00.859 INFO O| Aug 29 21:23:00.859 INFO STEP 1031 (remove_files) COMPLETE |
| 8467 | 2026-08-29T21:23:01.487Z | [ recovery-image] Aug 29 21:23:00.859 INFO O| Aug 29 21:23:00.859 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8468 | 2026-08-29T21:23:01.494Z | [verify-libraries] Compiling hex-literal v1.1.0 |
| 8469 | 2026-08-29T21:23:01.501Z | [ recovery-image] Aug 29 21:23:00.868 INFO O| Aug 29 21:23:00.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd" |
| 8470 | 2026-08-29T21:23:01.501Z | [ recovery-image] Aug 29 21:23:00.868 INFO O| Aug 29 21:23:00.868 INFO STEP 1032 (remove_files) COMPLETE |
| 8471 | 2026-08-29T21:23:01.501Z | [ recovery-image] Aug 29 21:23:00.868 INFO O| Aug 29 21:23:00.868 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8472 | 2026-08-29T21:23:01.506Z | [ recovery-image] Aug 29 21:23:00.878 INFO O| Aug 29 21:23:00.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask" |
| 8473 | 2026-08-29T21:23:01.506Z | [ recovery-image] Aug 29 21:23:00.878 INFO O| Aug 29 21:23:00.878 INFO STEP 1033 (remove_files) COMPLETE |
| 8474 | 2026-08-29T21:23:01.514Z | [ recovery-image] Aug 29 21:23:00.878 INFO O| Aug 29 21:23:00.878 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8475 | 2026-08-29T21:23:01.517Z | [ recovery-image] Aug 29 21:23:00.887 INFO O| Aug 29 21:23:00.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk" |
| 8476 | 2026-08-29T21:23:01.517Z | [ recovery-image] Aug 29 21:23:00.887 INFO O| Aug 29 21:23:00.887 INFO STEP 1034 (remove_files) COMPLETE |
| 8477 | 2026-08-29T21:23:01.517Z | [ recovery-image] Aug 29 21:23:00.887 INFO O| Aug 29 21:23:00.887 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8478 | 2026-08-29T21:23:01.525Z | [ recovery-image] Aug 29 21:23:00.897 INFO O| Aug 29 21:23:00.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm" |
| 8479 | 2026-08-29T21:23:01.525Z | [ recovery-image] Aug 29 21:23:00.897 INFO O| Aug 29 21:23:00.897 INFO STEP 1035 (remove_files) COMPLETE |
| 8480 | 2026-08-29T21:23:01.525Z | [ recovery-image] Aug 29 21:23:00.897 INFO O| Aug 29 21:23:00.897 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8481 | 2026-08-29T21:23:01.535Z | [ recovery-image] Aug 29 21:23:00.907 INFO O| Aug 29 21:23:00.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat" |
| 8482 | 2026-08-29T21:23:01.535Z | [ recovery-image] Aug 29 21:23:00.907 INFO O| Aug 29 21:23:00.907 INFO STEP 1036 (remove_files) COMPLETE |
| 8483 | 2026-08-29T21:23:01.538Z | [ recovery-image] Aug 29 21:23:00.907 INFO O| Aug 29 21:23:00.907 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8484 | 2026-08-29T21:23:01.544Z | [ recovery-image] Aug 29 21:23:00.916 INFO O| Aug 29 21:23:00.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm" |
| 8485 | 2026-08-29T21:23:01.544Z | [ recovery-image] Aug 29 21:23:00.916 INFO O| Aug 29 21:23:00.916 INFO STEP 1037 (remove_files) COMPLETE |
| 8486 | 2026-08-29T21:23:01.544Z | [ recovery-image] Aug 29 21:23:00.916 INFO O| Aug 29 21:23:00.916 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8487 | 2026-08-29T21:23:01.554Z | [ recovery-image] Aug 29 21:23:00.926 INFO O| Aug 29 21:23:00.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind" |
| 8488 | 2026-08-29T21:23:01.554Z | [ recovery-image] Aug 29 21:23:00.926 INFO O| Aug 29 21:23:00.926 INFO STEP 1038 (remove_files) COMPLETE |
| 8489 | 2026-08-29T21:23:01.554Z | [ recovery-image] Aug 29 21:23:00.926 INFO O| Aug 29 21:23:00.926 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8490 | 2026-08-29T21:23:01.564Z | [ recovery-image] Aug 29 21:23:00.935 INFO O| Aug 29 21:23:00.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg" |
| 8491 | 2026-08-29T21:23:01.564Z | [ recovery-image] Aug 29 21:23:00.935 INFO O| Aug 29 21:23:00.935 INFO STEP 1039 (remove_files) COMPLETE |
| 8492 | 2026-08-29T21:23:01.564Z | [ recovery-image] Aug 29 21:23:00.935 INFO O| Aug 29 21:23:00.935 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8493 | 2026-08-29T21:23:01.575Z | [ recovery-image] Aug 29 21:23:00.947 INFO O| Aug 29 21:23:00.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports" |
| 8494 | 2026-08-29T21:23:01.575Z | [ recovery-image] Aug 29 21:23:00.947 INFO O| Aug 29 21:23:00.945 INFO STEP 1040 (remove_files) COMPLETE |
| 8495 | 2026-08-29T21:23:01.575Z | [ recovery-image] Aug 29 21:23:00.947 INFO O| Aug 29 21:23:00.945 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8496 | 2026-08-29T21:23:01.585Z | [ recovery-image] Aug 29 21:23:00.957 INFO O| Aug 29 21:23:00.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff" |
| 8497 | 2026-08-29T21:23:01.585Z | [ recovery-image] Aug 29 21:23:00.957 INFO O| Aug 29 21:23:00.955 INFO STEP 1041 (remove_files) COMPLETE |
| 8498 | 2026-08-29T21:23:01.589Z | [ recovery-image] Aug 29 21:23:00.957 INFO O| Aug 29 21:23:00.955 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8499 | 2026-08-29T21:23:01.592Z | [ recovery-image] Aug 29 21:23:00.964 INFO O| Aug 29 21:23:00.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm" |
| 8500 | 2026-08-29T21:23:01.592Z | [ recovery-image] Aug 29 21:23:00.964 INFO O| Aug 29 21:23:00.964 INFO STEP 1042 (remove_files) COMPLETE |
| 8501 | 2026-08-29T21:23:01.592Z | [ recovery-image] Aug 29 21:23:00.964 INFO O| Aug 29 21:23:00.964 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8502 | 2026-08-29T21:23:01.602Z | [ recovery-image] Aug 29 21:23:00.974 INFO O| Aug 29 21:23:00.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit" |
| 8503 | 2026-08-29T21:23:01.602Z | [ recovery-image] Aug 29 21:23:00.974 INFO O| Aug 29 21:23:00.974 INFO STEP 1043 (remove_files) COMPLETE |
| 8504 | 2026-08-29T21:23:01.605Z | [ recovery-image] Aug 29 21:23:00.974 INFO O| Aug 29 21:23:00.974 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8505 | 2026-08-29T21:23:01.611Z | [ recovery-image] Aug 29 21:23:00.983 INFO O| Aug 29 21:23:00.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd" |
| 8506 | 2026-08-29T21:23:01.611Z | [ recovery-image] Aug 29 21:23:00.983 INFO O| Aug 29 21:23:00.983 INFO STEP 1044 (remove_files) COMPLETE |
| 8507 | 2026-08-29T21:23:01.611Z | [ recovery-image] Aug 29 21:23:00.983 INFO O| Aug 29 21:23:00.983 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8508 | 2026-08-29T21:23:01.628Z | [ recovery-image] Aug 29 21:23:01.000 INFO O| Aug 29 21:23:01.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel" |
| 8509 | 2026-08-29T21:23:01.628Z | [ recovery-image] Aug 29 21:23:01.000 INFO O| Aug 29 21:23:01.000 INFO STEP 1045 (remove_files) COMPLETE |
| 8510 | 2026-08-29T21:23:01.628Z | [ recovery-image] Aug 29 21:23:01.000 INFO O| Aug 29 21:23:01.000 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8511 | 2026-08-29T21:23:01.638Z | [ recovery-image] Aug 29 21:23:01.010 INFO O| Aug 29 21:23:01.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod" |
| 8512 | 2026-08-29T21:23:01.638Z | [ recovery-image] Aug 29 21:23:01.010 INFO O| Aug 29 21:23:01.010 INFO STEP 1046 (remove_files) COMPLETE |
| 8513 | 2026-08-29T21:23:01.638Z | [ recovery-image] Aug 29 21:23:01.010 INFO O| Aug 29 21:23:01.010 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8514 | 2026-08-29T21:23:01.650Z | [ recovery-image] Aug 29 21:23:01.021 INFO O| Aug 29 21:23:01.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag" |
| 8515 | 2026-08-29T21:23:01.650Z | [ recovery-image] Aug 29 21:23:01.021 INFO O| Aug 29 21:23:01.021 INFO STEP 1047 (remove_files) COMPLETE |
| 8516 | 2026-08-29T21:23:01.650Z | [ recovery-image] Aug 29 21:23:01.021 INFO O| Aug 29 21:23:01.021 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8517 | 2026-08-29T21:23:01.659Z | [ recovery-image] Aug 29 21:23:01.031 INFO O| Aug 29 21:23:01.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl" |
| 8518 | 2026-08-29T21:23:01.659Z | [ recovery-image] Aug 29 21:23:01.031 INFO O| Aug 29 21:23:01.031 INFO STEP 1048 (remove_files) COMPLETE |
| 8519 | 2026-08-29T21:23:01.659Z | [ recovery-image] Aug 29 21:23:01.031 INFO O| Aug 29 21:23:01.031 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8520 | 2026-08-29T21:23:01.667Z | [verify-libraries] Compiling md5 v0.8.0 |
| 8521 | 2026-08-29T21:23:01.670Z | [ recovery-image] Aug 29 21:23:01.039 INFO O| Aug 29 21:23:01.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc" |
| 8522 | 2026-08-29T21:23:01.670Z | [ recovery-image] Aug 29 21:23:01.039 INFO O| Aug 29 21:23:01.039 INFO STEP 1049 (remove_files) COMPLETE |
| 8523 | 2026-08-29T21:23:01.670Z | [ recovery-image] Aug 29 21:23:01.039 INFO O| Aug 29 21:23:01.039 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8524 | 2026-08-29T21:23:01.683Z | [ recovery-image] Aug 29 21:23:01.055 INFO O| Aug 29 21:23:01.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm" |
| 8525 | 2026-08-29T21:23:01.683Z | [ recovery-image] Aug 29 21:23:01.055 INFO O| Aug 29 21:23:01.055 INFO STEP 1050 (remove_files) COMPLETE |
| 8526 | 2026-08-29T21:23:01.683Z | [ recovery-image] Aug 29 21:23:01.055 INFO O| Aug 29 21:23:01.055 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8527 | 2026-08-29T21:23:01.692Z | [ recovery-image] Aug 29 21:23:01.064 INFO O| Aug 29 21:23:01.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo" |
| 8528 | 2026-08-29T21:23:01.693Z | [ recovery-image] Aug 29 21:23:01.064 INFO O| Aug 29 21:23:01.064 INFO STEP 1051 (remove_files) COMPLETE |
| 8529 | 2026-08-29T21:23:01.693Z | [ recovery-image] Aug 29 21:23:01.064 INFO O| Aug 29 21:23:01.064 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8530 | 2026-08-29T21:23:01.700Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 8531 | 2026-08-29T21:23:01.703Z | [ recovery-image] Aug 29 21:23:01.073 INFO O| Aug 29 21:23:01.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset" |
| 8532 | 2026-08-29T21:23:01.703Z | [ recovery-image] Aug 29 21:23:01.073 INFO O| Aug 29 21:23:01.073 INFO STEP 1052 (remove_files) COMPLETE |
| 8533 | 2026-08-29T21:23:01.703Z | [ recovery-image] Aug 29 21:23:01.073 INFO O| Aug 29 21:23:01.073 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8534 | 2026-08-29T21:23:01.719Z | [ recovery-image] Aug 29 21:23:01.083 INFO O| Aug 29 21:23:01.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck" |
| 8535 | 2026-08-29T21:23:01.719Z | [ recovery-image] Aug 29 21:23:01.083 INFO O| Aug 29 21:23:01.083 INFO STEP 1053 (remove_files) COMPLETE |
| 8536 | 2026-08-29T21:23:01.719Z | [ recovery-image] Aug 29 21:23:01.083 INFO O| Aug 29 21:23:01.083 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8537 | 2026-08-29T21:23:01.719Z | [ recovery-image] Aug 29 21:23:01.090 INFO O| Aug 29 21:23:01.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv" |
| 8538 | 2026-08-29T21:23:01.719Z | [ recovery-image] Aug 29 21:23:01.090 INFO O| Aug 29 21:23:01.090 INFO STEP 1054 (remove_files) COMPLETE |
| 8539 | 2026-08-29T21:23:01.719Z | [ recovery-image] Aug 29 21:23:01.090 INFO O| Aug 29 21:23:01.090 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8540 | 2026-08-29T21:23:01.728Z | [ recovery-image] Aug 29 21:23:01.099 INFO O| Aug 29 21:23:01.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl" |
| 8541 | 2026-08-29T21:23:01.728Z | [ recovery-image] Aug 29 21:23:01.099 INFO O| Aug 29 21:23:01.099 INFO STEP 1055 (remove_files) COMPLETE |
| 8542 | 2026-08-29T21:23:01.728Z | [ recovery-image] Aug 29 21:23:01.099 INFO O| Aug 29 21:23:01.099 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8543 | 2026-08-29T21:23:01.737Z | [ recovery-image] Aug 29 21:23:01.108 INFO O| Aug 29 21:23:01.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm" |
| 8544 | 2026-08-29T21:23:01.737Z | [ recovery-image] Aug 29 21:23:01.108 INFO O| Aug 29 21:23:01.108 INFO STEP 1056 (remove_files) COMPLETE |
| 8545 | 2026-08-29T21:23:01.740Z | [ recovery-image] Aug 29 21:23:01.108 INFO O| Aug 29 21:23:01.108 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8546 | 2026-08-29T21:23:01.747Z | [ recovery-image] Aug 29 21:23:01.118 INFO O| Aug 29 21:23:01.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm" |
| 8547 | 2026-08-29T21:23:01.747Z | [ recovery-image] Aug 29 21:23:01.118 INFO O| Aug 29 21:23:01.118 INFO STEP 1057 (remove_files) COMPLETE |
| 8548 | 2026-08-29T21:23:01.750Z | [ recovery-image] Aug 29 21:23:01.118 INFO O| Aug 29 21:23:01.118 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8549 | 2026-08-29T21:23:01.756Z | [ recovery-image] Aug 29 21:23:01.127 INFO O| Aug 29 21:23:01.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr" |
| 8550 | 2026-08-29T21:23:01.756Z | [ recovery-image] Aug 29 21:23:01.128 INFO O| Aug 29 21:23:01.128 INFO STEP 1058 (remove_files) COMPLETE |
| 8551 | 2026-08-29T21:23:01.759Z | [ recovery-image] Aug 29 21:23:01.128 INFO O| Aug 29 21:23:01.128 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8552 | 2026-08-29T21:23:01.765Z | [ recovery-image] Aug 29 21:23:01.137 INFO O| Aug 29 21:23:01.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot" |
| 8553 | 2026-08-29T21:23:01.765Z | [ recovery-image] Aug 29 21:23:01.137 INFO O| Aug 29 21:23:01.137 INFO STEP 1059 (remove_files) COMPLETE |
| 8554 | 2026-08-29T21:23:01.768Z | [ recovery-image] Aug 29 21:23:01.137 INFO O| Aug 29 21:23:01.137 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8555 | 2026-08-29T21:23:01.776Z | [ recovery-image] Aug 29 21:23:01.148 INFO O| Aug 29 21:23:01.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv" |
| 8556 | 2026-08-29T21:23:01.776Z | [ recovery-image] Aug 29 21:23:01.148 INFO O| Aug 29 21:23:01.148 INFO STEP 1060 (remove_files) COMPLETE |
| 8557 | 2026-08-29T21:23:01.776Z | [ recovery-image] Aug 29 21:23:01.148 INFO O| Aug 29 21:23:01.148 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8558 | 2026-08-29T21:23:01.787Z | [ recovery-image] Aug 29 21:23:01.158 INFO O| Aug 29 21:23:01.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef" |
| 8559 | 2026-08-29T21:23:01.787Z | [ recovery-image] Aug 29 21:23:01.158 INFO O| Aug 29 21:23:01.158 INFO STEP 1061 (remove_files) COMPLETE |
| 8560 | 2026-08-29T21:23:01.787Z | [ recovery-image] Aug 29 21:23:01.158 INFO O| Aug 29 21:23:01.158 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8561 | 2026-08-29T21:23:01.796Z | [ recovery-image] Aug 29 21:23:01.167 INFO O| Aug 29 21:23:01.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd" |
| 8562 | 2026-08-29T21:23:01.796Z | [ recovery-image] Aug 29 21:23:01.167 INFO O| Aug 29 21:23:01.167 INFO STEP 1062 (remove_files) COMPLETE |
| 8563 | 2026-08-29T21:23:01.796Z | [ recovery-image] Aug 29 21:23:01.167 INFO O| Aug 29 21:23:01.167 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8564 | 2026-08-29T21:23:01.805Z | [ recovery-image] Aug 29 21:23:01.176 INFO O| Aug 29 21:23:01.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel" |
| 8565 | 2026-08-29T21:23:01.805Z | [ recovery-image] Aug 29 21:23:01.176 INFO O| Aug 29 21:23:01.176 INFO STEP 1063 (remove_files) COMPLETE |
| 8566 | 2026-08-29T21:23:01.805Z | [ recovery-image] Aug 29 21:23:01.176 INFO O| Aug 29 21:23:01.176 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8567 | 2026-08-29T21:23:01.814Z | [ recovery-image] Aug 29 21:23:01.186 INFO O| Aug 29 21:23:01.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod" |
| 8568 | 2026-08-29T21:23:01.814Z | [ recovery-image] Aug 29 21:23:01.186 INFO O| Aug 29 21:23:01.186 INFO STEP 1064 (remove_files) COMPLETE |
| 8569 | 2026-08-29T21:23:01.814Z | [ recovery-image] Aug 29 21:23:01.186 INFO O| Aug 29 21:23:01.186 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8570 | 2026-08-29T21:23:01.823Z | [ recovery-image] Aug 29 21:23:01.195 INFO O| Aug 29 21:23:01.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive" |
| 8571 | 2026-08-29T21:23:01.827Z | [ recovery-image] Aug 29 21:23:01.196 INFO O| Aug 29 21:23:01.196 INFO STEP 1065 (remove_files) COMPLETE |
| 8572 | 2026-08-29T21:23:01.827Z | [ recovery-image] Aug 29 21:23:01.196 INFO O| Aug 29 21:23:01.196 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8573 | 2026-08-29T21:23:01.834Z | [ recovery-image] Aug 29 21:23:01.206 INFO O| Aug 29 21:23:01.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind" |
| 8574 | 2026-08-29T21:23:01.834Z | [ recovery-image] Aug 29 21:23:01.206 INFO O| Aug 29 21:23:01.206 INFO STEP 1066 (remove_files) COMPLETE |
| 8575 | 2026-08-29T21:23:01.837Z | [ recovery-image] Aug 29 21:23:01.206 INFO O| Aug 29 21:23:01.206 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8576 | 2026-08-29T21:23:01.844Z | [ recovery-image] Aug 29 21:23:01.215 INFO O| Aug 29 21:23:01.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc" |
| 8577 | 2026-08-29T21:23:01.844Z | [ recovery-image] Aug 29 21:23:01.216 INFO O| Aug 29 21:23:01.216 INFO STEP 1067 (remove_files) COMPLETE |
| 8578 | 2026-08-29T21:23:01.849Z | [ recovery-image] Aug 29 21:23:01.216 INFO O| Aug 29 21:23:01.216 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8579 | 2026-08-29T21:23:01.855Z | [ recovery-image] Aug 29 21:23:01.226 INFO O| Aug 29 21:23:01.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery" |
| 8580 | 2026-08-29T21:23:01.858Z | [ recovery-image] Aug 29 21:23:01.226 INFO O| Aug 29 21:23:01.226 INFO STEP 1068 (remove_files) COMPLETE |
| 8581 | 2026-08-29T21:23:01.858Z | [ recovery-image] Aug 29 21:23:01.226 INFO O| Aug 29 21:23:01.226 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8582 | 2026-08-29T21:23:01.865Z | [ recovery-image] Aug 29 21:23:01.237 INFO O| Aug 29 21:23:01.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt" |
| 8583 | 2026-08-29T21:23:01.865Z | [ recovery-image] Aug 29 21:23:01.237 INFO O| Aug 29 21:23:01.237 INFO STEP 1069 (remove_files) COMPLETE |
| 8584 | 2026-08-29T21:23:01.865Z | [ recovery-image] Aug 29 21:23:01.237 INFO O| Aug 29 21:23:01.237 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8585 | 2026-08-29T21:23:01.875Z | [ recovery-image] Aug 29 21:23:01.247 INFO O| Aug 29 21:23:01.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share" |
| 8586 | 2026-08-29T21:23:01.875Z | [ recovery-image] Aug 29 21:23:01.247 INFO O| Aug 29 21:23:01.247 INFO STEP 1070 (remove_files) COMPLETE |
| 8587 | 2026-08-29T21:23:01.875Z | [ recovery-image] Aug 29 21:23:01.247 INFO O| Aug 29 21:23:01.247 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8588 | 2026-08-29T21:23:01.878Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 8589 | 2026-08-29T21:23:01.885Z | [ recovery-image] Aug 29 21:23:01.257 INFO O| Aug 29 21:23:01.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall" |
| 8590 | 2026-08-29T21:23:01.885Z | [ recovery-image] Aug 29 21:23:01.257 INFO O| Aug 29 21:23:01.257 INFO STEP 1071 (remove_files) COMPLETE |
| 8591 | 2026-08-29T21:23:01.885Z | [ recovery-image] Aug 29 21:23:01.257 INFO O| Aug 29 21:23:01.257 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8592 | 2026-08-29T21:23:01.896Z | [ recovery-image] Aug 29 21:23:01.267 INFO O| Aug 29 21:23:01.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl" |
| 8593 | 2026-08-29T21:23:01.896Z | [ recovery-image] Aug 29 21:23:01.267 INFO O| Aug 29 21:23:01.267 INFO STEP 1072 (remove_files) COMPLETE |
| 8594 | 2026-08-29T21:23:01.901Z | [ recovery-image] Aug 29 21:23:01.267 INFO O| Aug 29 21:23:01.267 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8595 | 2026-08-29T21:23:01.905Z | [ recovery-image] Aug 29 21:23:01.277 INFO O| Aug 29 21:23:01.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr" |
| 8596 | 2026-08-29T21:23:01.905Z | [ recovery-image] Aug 29 21:23:01.277 INFO O| Aug 29 21:23:01.277 INFO STEP 1073 (remove_files) COMPLETE |
| 8597 | 2026-08-29T21:23:01.905Z | [ recovery-image] Aug 29 21:23:01.277 INFO O| Aug 29 21:23:01.277 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8598 | 2026-08-29T21:23:01.915Z | [ recovery-image] Aug 29 21:23:01.286 INFO O| Aug 29 21:23:01.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown" |
| 8599 | 2026-08-29T21:23:01.915Z | [ recovery-image] Aug 29 21:23:01.286 INFO O| Aug 29 21:23:01.286 INFO STEP 1074 (remove_files) COMPLETE |
| 8600 | 2026-08-29T21:23:01.918Z | [ recovery-image] Aug 29 21:23:01.286 INFO O| Aug 29 21:23:01.286 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8601 | 2026-08-29T21:23:01.925Z | [ recovery-image] Aug 29 21:23:01.296 INFO O| Aug 29 21:23:01.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm" |
| 8602 | 2026-08-29T21:23:01.925Z | [ recovery-image] Aug 29 21:23:01.296 INFO O| Aug 29 21:23:01.296 INFO STEP 1075 (remove_files) COMPLETE |
| 8603 | 2026-08-29T21:23:01.925Z | [ recovery-image] Aug 29 21:23:01.296 INFO O| Aug 29 21:23:01.296 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8604 | 2026-08-29T21:23:01.935Z | [ recovery-image] Aug 29 21:23:01.306 INFO O| Aug 29 21:23:01.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios" |
| 8605 | 2026-08-29T21:23:01.935Z | [ recovery-image] Aug 29 21:23:01.306 INFO O| Aug 29 21:23:01.306 INFO STEP 1076 (remove_files) COMPLETE |
| 8606 | 2026-08-29T21:23:01.935Z | [ recovery-image] Aug 29 21:23:01.306 INFO O| Aug 29 21:23:01.306 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8607 | 2026-08-29T21:23:01.943Z | [ recovery-image] Aug 29 21:23:01.315 INFO O| Aug 29 21:23:01.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat" |
| 8608 | 2026-08-29T21:23:01.943Z | [ recovery-image] Aug 29 21:23:01.315 INFO O| Aug 29 21:23:01.315 INFO STEP 1077 (remove_files) COMPLETE |
| 8609 | 2026-08-29T21:23:01.943Z | [ recovery-image] Aug 29 21:23:01.315 INFO O| Aug 29 21:23:01.315 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8610 | 2026-08-29T21:23:01.952Z | [ recovery-image] Aug 29 21:23:01.324 INFO O| Aug 29 21:23:01.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd" |
| 8611 | 2026-08-29T21:23:01.952Z | [ recovery-image] Aug 29 21:23:01.324 INFO O| Aug 29 21:23:01.324 INFO STEP 1078 (remove_files) COMPLETE |
| 8612 | 2026-08-29T21:23:01.955Z | [ recovery-image] Aug 29 21:23:01.324 INFO O| Aug 29 21:23:01.324 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8613 | 2026-08-29T21:23:01.963Z | [ recovery-image] Aug 29 21:23:01.335 INFO O| Aug 29 21:23:01.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd" |
| 8614 | 2026-08-29T21:23:01.963Z | [ recovery-image] Aug 29 21:23:01.335 INFO O| Aug 29 21:23:01.335 INFO STEP 1079 (remove_files) COMPLETE |
| 8615 | 2026-08-29T21:23:01.966Z | [ recovery-image] Aug 29 21:23:01.335 INFO O| Aug 29 21:23:01.335 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8616 | 2026-08-29T21:23:01.975Z | [ recovery-image] Aug 29 21:23:01.346 INFO O| Aug 29 21:23:01.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop" |
| 8617 | 2026-08-29T21:23:01.975Z | [ recovery-image] Aug 29 21:23:01.346 INFO O| Aug 29 21:23:01.346 INFO STEP 1080 (remove_files) COMPLETE |
| 8618 | 2026-08-29T21:23:01.978Z | [ recovery-image] Aug 29 21:23:01.346 INFO O| Aug 29 21:23:01.346 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8619 | 2026-08-29T21:23:01.985Z | [ recovery-image] Aug 29 21:23:01.357 INFO O| Aug 29 21:23:01.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd" |
| 8620 | 2026-08-29T21:23:01.985Z | [ recovery-image] Aug 29 21:23:01.357 INFO O| Aug 29 21:23:01.357 INFO STEP 1081 (remove_files) COMPLETE |
| 8621 | 2026-08-29T21:23:01.985Z | [ recovery-image] Aug 29 21:23:01.357 INFO O| Aug 29 21:23:01.357 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8622 | 2026-08-29T21:23:01.996Z | [ recovery-image] Aug 29 21:23:01.367 INFO O| Aug 29 21:23:01.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot" |
| 8623 | 2026-08-29T21:23:01.996Z | [ recovery-image] Aug 29 21:23:01.367 INFO O| Aug 29 21:23:01.367 INFO STEP 1082 (remove_files) COMPLETE |
| 8624 | 2026-08-29T21:23:01.998Z | [ recovery-image] Aug 29 21:23:01.367 INFO O| Aug 29 21:23:01.367 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8625 | 2026-08-29T21:23:02.006Z | [ recovery-image] Aug 29 21:23:01.377 INFO O| Aug 29 21:23:01.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace" |
| 8626 | 2026-08-29T21:23:02.006Z | [ recovery-image] Aug 29 21:23:01.377 INFO O| Aug 29 21:23:01.377 INFO STEP 1083 (remove_files) COMPLETE |
| 8627 | 2026-08-29T21:23:02.009Z | [ recovery-image] Aug 29 21:23:01.377 INFO O| Aug 29 21:23:01.377 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8628 | 2026-08-29T21:23:02.016Z | [ recovery-image] Aug 29 21:23:01.387 INFO O| Aug 29 21:23:01.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean" |
| 8629 | 2026-08-29T21:23:02.016Z | [ recovery-image] Aug 29 21:23:01.388 INFO O| Aug 29 21:23:01.388 INFO STEP 1084 (remove_files) COMPLETE |
| 8630 | 2026-08-29T21:23:02.016Z | [ recovery-image] Aug 29 21:23:01.388 INFO O| Aug 29 21:23:01.388 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8631 | 2026-08-29T21:23:02.026Z | [ recovery-image] Aug 29 21:23:01.398 INFO O| Aug 29 21:23:01.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr" |
| 8632 | 2026-08-29T21:23:02.026Z | [ recovery-image] Aug 29 21:23:01.398 INFO O| Aug 29 21:23:01.398 INFO STEP 1085 (remove_files) COMPLETE |
| 8633 | 2026-08-29T21:23:02.029Z | [ recovery-image] Aug 29 21:23:01.398 INFO O| Aug 29 21:23:01.398 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8634 | 2026-08-29T21:23:02.035Z | [ recovery-image] Aug 29 21:23:01.407 INFO O| Aug 29 21:23:01.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs" |
| 8635 | 2026-08-29T21:23:02.036Z | [ recovery-image] Aug 29 21:23:01.407 INFO O| Aug 29 21:23:01.407 INFO STEP 1086 (remove_files) COMPLETE |
| 8636 | 2026-08-29T21:23:02.036Z | [ recovery-image] Aug 29 21:23:01.407 INFO O| Aug 29 21:23:01.407 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8637 | 2026-08-29T21:23:02.046Z | [ recovery-image] Aug 29 21:23:01.417 INFO O| Aug 29 21:23:01.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit" |
| 8638 | 2026-08-29T21:23:02.046Z | [ recovery-image] Aug 29 21:23:01.417 INFO O| Aug 29 21:23:01.417 INFO STEP 1087 (remove_files) COMPLETE |
| 8639 | 2026-08-29T21:23:02.049Z | [ recovery-image] Aug 29 21:23:01.417 INFO O| Aug 29 21:23:01.417 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8640 | 2026-08-29T21:23:02.058Z | [ recovery-image] Aug 29 21:23:01.428 INFO O| Aug 29 21:23:01.428 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop" |
| 8641 | 2026-08-29T21:23:02.058Z | [ recovery-image] Aug 29 21:23:01.428 INFO O| Aug 29 21:23:01.428 INFO STEP 1088 (remove_files) COMPLETE |
| 8642 | 2026-08-29T21:23:02.058Z | [ recovery-image] Aug 29 21:23:01.428 INFO O| Aug 29 21:23:01.428 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8643 | 2026-08-29T21:23:02.066Z | [ recovery-image] Aug 29 21:23:01.438 INFO O| Aug 29 21:23:01.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat" |
| 8644 | 2026-08-29T21:23:02.066Z | [ recovery-image] Aug 29 21:23:01.438 INFO O| Aug 29 21:23:01.438 INFO STEP 1089 (remove_files) COMPLETE |
| 8645 | 2026-08-29T21:23:02.066Z | [ recovery-image] Aug 29 21:23:01.438 INFO O| Aug 29 21:23:01.438 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8646 | 2026-08-29T21:23:02.074Z | [ recovery-image] Aug 29 21:23:01.446 INFO O| Aug 29 21:23:01.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef" |
| 8647 | 2026-08-29T21:23:02.078Z | [ recovery-image] Aug 29 21:23:01.446 INFO O| Aug 29 21:23:01.446 INFO STEP 1090 (remove_files) COMPLETE |
| 8648 | 2026-08-29T21:23:02.078Z | [ recovery-image] Aug 29 21:23:01.446 INFO O| Aug 29 21:23:01.446 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8649 | 2026-08-29T21:23:02.084Z | [ recovery-image] Aug 29 21:23:01.456 INFO O| Aug 29 21:23:01.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm" |
| 8650 | 2026-08-29T21:23:02.084Z | [ recovery-image] Aug 29 21:23:01.456 INFO O| Aug 29 21:23:01.456 INFO STEP 1091 (remove_files) COMPLETE |
| 8651 | 2026-08-29T21:23:02.084Z | [ recovery-image] Aug 29 21:23:01.456 INFO O| Aug 29 21:23:01.456 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8652 | 2026-08-29T21:23:02.093Z | [ recovery-image] Aug 29 21:23:01.464 INFO O| Aug 29 21:23:01.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm" |
| 8653 | 2026-08-29T21:23:02.096Z | [ recovery-image] Aug 29 21:23:01.465 INFO O| Aug 29 21:23:01.465 INFO STEP 1092 (remove_files) COMPLETE |
| 8654 | 2026-08-29T21:23:02.096Z | [ recovery-image] Aug 29 21:23:01.465 INFO O| Aug 29 21:23:01.465 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8655 | 2026-08-29T21:23:02.103Z | [ recovery-image] Aug 29 21:23:01.475 INFO O| Aug 29 21:23:01.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes" |
| 8656 | 2026-08-29T21:23:02.103Z | [ recovery-image] Aug 29 21:23:01.475 INFO O| Aug 29 21:23:01.475 INFO STEP 1093 (remove_files) COMPLETE |
| 8657 | 2026-08-29T21:23:02.103Z | [ recovery-image] Aug 29 21:23:01.475 INFO O| Aug 29 21:23:01.475 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8658 | 2026-08-29T21:23:02.106Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 8659 | 2026-08-29T21:23:02.109Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 8660 | 2026-08-29T21:23:02.114Z | [ recovery-image] Aug 29 21:23:01.486 INFO O| Aug 29 21:23:01.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar" |
| 8661 | 2026-08-29T21:23:02.114Z | [ recovery-image] Aug 29 21:23:01.486 INFO O| Aug 29 21:23:01.486 INFO STEP 1094 (remove_files) COMPLETE |
| 8662 | 2026-08-29T21:23:02.114Z | [ recovery-image] Aug 29 21:23:01.486 INFO O| Aug 29 21:23:01.486 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8663 | 2026-08-29T21:23:02.125Z | [ recovery-image] Aug 29 21:23:01.497 INFO O| Aug 29 21:23:01.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd" |
| 8664 | 2026-08-29T21:23:02.125Z | [ recovery-image] Aug 29 21:23:01.497 INFO O| Aug 29 21:23:01.497 INFO STEP 1095 (remove_files) COMPLETE |
| 8665 | 2026-08-29T21:23:02.125Z | [ recovery-image] Aug 29 21:23:01.497 INFO O| Aug 29 21:23:01.497 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8666 | 2026-08-29T21:23:02.136Z | [ recovery-image] Aug 29 21:23:01.507 INFO O| Aug 29 21:23:01.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute" |
| 8667 | 2026-08-29T21:23:02.136Z | [ recovery-image] Aug 29 21:23:01.507 INFO O| Aug 29 21:23:01.507 INFO STEP 1096 (remove_files) COMPLETE |
| 8668 | 2026-08-29T21:23:02.139Z | [ recovery-image] Aug 29 21:23:01.508 INFO O| Aug 29 21:23:01.507 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8669 | 2026-08-29T21:23:02.147Z | [ recovery-image] Aug 29 21:23:01.519 INFO O| Aug 29 21:23:01.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat" |
| 8670 | 2026-08-29T21:23:02.148Z | [ recovery-image] Aug 29 21:23:01.519 INFO O| Aug 29 21:23:01.519 INFO STEP 1097 (remove_files) COMPLETE |
| 8671 | 2026-08-29T21:23:02.148Z | [ recovery-image] Aug 29 21:23:01.519 INFO O| Aug 29 21:23:01.519 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8672 | 2026-08-29T21:23:02.152Z | [verify-libraries] Compiling russh v0.62.4 |
| 8673 | 2026-08-29T21:23:02.157Z | [ recovery-image] Aug 29 21:23:01.528 INFO O| Aug 29 21:23:01.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm" |
| 8674 | 2026-08-29T21:23:02.157Z | [ recovery-image] Aug 29 21:23:01.529 INFO O| Aug 29 21:23:01.528 INFO STEP 1098 (remove_files) COMPLETE |
| 8675 | 2026-08-29T21:23:02.157Z | [ recovery-image] Aug 29 21:23:01.529 INFO O| Aug 29 21:23:01.529 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8676 | 2026-08-29T21:23:02.166Z | [ recovery-image] Aug 29 21:23:01.538 INFO O| Aug 29 21:23:01.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm" |
| 8677 | 2026-08-29T21:23:02.166Z | [ recovery-image] Aug 29 21:23:01.538 INFO O| Aug 29 21:23:01.538 INFO STEP 1099 (remove_files) COMPLETE |
| 8678 | 2026-08-29T21:23:02.169Z | [ recovery-image] Aug 29 21:23:01.538 INFO O| Aug 29 21:23:01.538 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8679 | 2026-08-29T21:23:02.176Z | [ recovery-image] Aug 29 21:23:01.548 INFO O| Aug 29 21:23:01.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall" |
| 8680 | 2026-08-29T21:23:02.179Z | [ recovery-image] Aug 29 21:23:01.550 INFO O| Aug 29 21:23:01.550 INFO STEP 1100 (remove_files) COMPLETE |
| 8681 | 2026-08-29T21:23:02.179Z | [ recovery-image] Aug 29 21:23:01.550 INFO O| Aug 29 21:23:01.550 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8682 | 2026-08-29T21:23:02.188Z | [ recovery-image] Aug 29 21:23:01.560 INFO O| Aug 29 21:23:01.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink" |
| 8683 | 2026-08-29T21:23:02.188Z | [ recovery-image] Aug 29 21:23:01.560 INFO O| Aug 29 21:23:01.560 INFO STEP 1101 (remove_files) COMPLETE |
| 8684 | 2026-08-29T21:23:02.188Z | [ recovery-image] Aug 29 21:23:01.560 INFO O| Aug 29 21:23:01.560 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8685 | 2026-08-29T21:23:02.197Z | [ recovery-image] Aug 29 21:23:01.569 INFO O| Aug 29 21:23:01.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare" |
| 8686 | 2026-08-29T21:23:02.197Z | [ recovery-image] Aug 29 21:23:01.569 INFO O| Aug 29 21:23:01.569 INFO STEP 1102 (remove_files) COMPLETE |
| 8687 | 2026-08-29T21:23:02.200Z | [ recovery-image] Aug 29 21:23:01.569 INFO O| Aug 29 21:23:01.569 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8688 | 2026-08-29T21:23:02.206Z | [ recovery-image] Aug 29 21:23:01.578 INFO O| Aug 29 21:23:01.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall" |
| 8689 | 2026-08-29T21:23:02.206Z | [ recovery-image] Aug 29 21:23:01.578 INFO O| Aug 29 21:23:01.578 INFO STEP 1103 (remove_files) COMPLETE |
| 8690 | 2026-08-29T21:23:02.210Z | [ recovery-image] Aug 29 21:23:01.578 INFO O| Aug 29 21:23:01.578 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8691 | 2026-08-29T21:23:02.216Z | [ recovery-image] Aug 29 21:23:01.588 INFO O| Aug 29 21:23:01.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv" |
| 8692 | 2026-08-29T21:23:02.216Z | [ recovery-image] Aug 29 21:23:01.588 INFO O| Aug 29 21:23:01.588 INFO STEP 1104 (remove_files) COMPLETE |
| 8693 | 2026-08-29T21:23:02.216Z | [ recovery-image] Aug 29 21:23:01.588 INFO O| Aug 29 21:23:01.588 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8694 | 2026-08-29T21:23:02.225Z | [ recovery-image] Aug 29 21:23:01.597 INFO O| Aug 29 21:23:01.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd" |
| 8695 | 2026-08-29T21:23:02.225Z | [ recovery-image] Aug 29 21:23:01.597 INFO O| Aug 29 21:23:01.597 INFO STEP 1105 (remove_files) COMPLETE |
| 8696 | 2026-08-29T21:23:02.225Z | [ recovery-image] Aug 29 21:23:01.597 INFO O| Aug 29 21:23:01.597 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8697 | 2026-08-29T21:23:02.234Z | [ recovery-image] Aug 29 21:23:01.606 INFO O| Aug 29 21:23:01.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel" |
| 8698 | 2026-08-29T21:23:02.234Z | [ recovery-image] Aug 29 21:23:01.606 INFO O| Aug 29 21:23:01.606 INFO STEP 1106 (remove_files) COMPLETE |
| 8699 | 2026-08-29T21:23:02.234Z | [ recovery-image] Aug 29 21:23:01.606 INFO O| Aug 29 21:23:01.606 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8700 | 2026-08-29T21:23:02.242Z | [ recovery-image] Aug 29 21:23:01.614 INFO O| Aug 29 21:23:01.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod" |
| 8701 | 2026-08-29T21:23:02.242Z | [ recovery-image] Aug 29 21:23:01.614 INFO O| Aug 29 21:23:01.614 INFO STEP 1107 (remove_files) COMPLETE |
| 8702 | 2026-08-29T21:23:02.242Z | [ recovery-image] Aug 29 21:23:01.614 INFO O| Aug 29 21:23:01.614 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8703 | 2026-08-29T21:23:02.253Z | [ recovery-image] Aug 29 21:23:01.625 INFO O| Aug 29 21:23:01.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy" |
| 8704 | 2026-08-29T21:23:02.253Z | [ recovery-image] Aug 29 21:23:01.625 INFO O| Aug 29 21:23:01.625 INFO STEP 1108 (remove_files) COMPLETE |
| 8705 | 2026-08-29T21:23:02.254Z | [ recovery-image] Aug 29 21:23:01.625 INFO O| Aug 29 21:23:01.625 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8706 | 2026-08-29T21:23:02.265Z | [ recovery-image] Aug 29 21:23:01.636 INFO O| Aug 29 21:23:01.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall" |
| 8707 | 2026-08-29T21:23:02.265Z | [ recovery-image] Aug 29 21:23:01.636 INFO O| Aug 29 21:23:01.636 INFO STEP 1109 (remove_files) COMPLETE |
| 8708 | 2026-08-29T21:23:02.265Z | [ recovery-image] Aug 29 21:23:01.636 INFO O| Aug 29 21:23:01.636 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8709 | 2026-08-29T21:23:02.274Z | [ recovery-image] Aug 29 21:23:01.646 INFO O| Aug 29 21:23:01.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo" |
| 8710 | 2026-08-29T21:23:02.274Z | [ recovery-image] Aug 29 21:23:01.646 INFO O| Aug 29 21:23:01.646 INFO STEP 1110 (remove_files) COMPLETE |
| 8711 | 2026-08-29T21:23:02.274Z | [ recovery-image] Aug 29 21:23:01.646 INFO O| Aug 29 21:23:01.646 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8712 | 2026-08-29T21:23:02.283Z | [ recovery-image] Aug 29 21:23:01.655 INFO O| Aug 29 21:23:01.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb" |
| 8713 | 2026-08-29T21:23:02.283Z | [ recovery-image] Aug 29 21:23:01.655 INFO O| Aug 29 21:23:01.655 INFO STEP 1111 (remove_files) COMPLETE |
| 8714 | 2026-08-29T21:23:02.283Z | [ recovery-image] Aug 29 21:23:01.655 INFO O| Aug 29 21:23:01.655 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8715 | 2026-08-29T21:23:02.292Z | [ recovery-image] Aug 29 21:23:01.664 INFO O| Aug 29 21:23:01.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump" |
| 8716 | 2026-08-29T21:23:02.292Z | [ recovery-image] Aug 29 21:23:01.664 INFO O| Aug 29 21:23:01.664 INFO STEP 1112 (remove_files) COMPLETE |
| 8717 | 2026-08-29T21:23:02.292Z | [ recovery-image] Aug 29 21:23:01.664 INFO O| Aug 29 21:23:01.664 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8718 | 2026-08-29T21:23:02.302Z | [ recovery-image] Aug 29 21:23:01.674 INFO O| Aug 29 21:23:01.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic" |
| 8719 | 2026-08-29T21:23:02.302Z | [ recovery-image] Aug 29 21:23:01.674 INFO O| Aug 29 21:23:01.674 INFO STEP 1113 (remove_files) COMPLETE |
| 8720 | 2026-08-29T21:23:02.305Z | [ recovery-image] Aug 29 21:23:01.674 INFO O| Aug 29 21:23:01.674 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8721 | 2026-08-29T21:23:02.311Z | [ recovery-image] Aug 29 21:23:01.683 INFO O| Aug 29 21:23:01.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin" |
| 8722 | 2026-08-29T21:23:02.311Z | [ recovery-image] Aug 29 21:23:01.683 INFO O| Aug 29 21:23:01.683 INFO STEP 1114 (remove_files) COMPLETE |
| 8723 | 2026-08-29T21:23:02.311Z | [ recovery-image] Aug 29 21:23:01.683 INFO O| Aug 29 21:23:01.683 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8724 | 2026-08-29T21:23:02.332Z | [ recovery-image] Aug 29 21:23:01.694 INFO O| Aug 29 21:23:01.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm" |
| 8725 | 2026-08-29T21:23:02.332Z | [ recovery-image] Aug 29 21:23:01.694 INFO O| Aug 29 21:23:01.694 INFO STEP 1115 (remove_files) COMPLETE |
| 8726 | 2026-08-29T21:23:02.332Z | [ recovery-image] Aug 29 21:23:01.694 INFO O| Aug 29 21:23:01.694 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8727 | 2026-08-29T21:23:02.336Z | [ recovery-image] Aug 29 21:23:01.705 INFO O| Aug 29 21:23:01.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg" |
| 8728 | 2026-08-29T21:23:02.336Z | [ recovery-image] Aug 29 21:23:01.705 INFO O| Aug 29 21:23:01.705 INFO STEP 1116 (remove_files) COMPLETE |
| 8729 | 2026-08-29T21:23:02.336Z | [ recovery-image] Aug 29 21:23:01.705 INFO O| Aug 29 21:23:01.705 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8730 | 2026-08-29T21:23:02.344Z | [ recovery-image] Aug 29 21:23:01.715 INFO O| Aug 29 21:23:01.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump" |
| 8731 | 2026-08-29T21:23:02.344Z | [ recovery-image] Aug 29 21:23:01.715 INFO O| Aug 29 21:23:01.715 INFO STEP 1117 (remove_files) COMPLETE |
| 8732 | 2026-08-29T21:23:02.344Z | [ recovery-image] Aug 29 21:23:01.715 INFO O| Aug 29 21:23:01.715 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json |
| 8733 | 2026-08-29T21:23:02.357Z | [ recovery-image] Aug 29 21:23:01.728 INFO O| Aug 29 21:23:01.728 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal |
| 8734 | 2026-08-29T21:23:02.357Z | [ recovery-image] Aug 29 21:23:01.728 INFO O| Aug 29 21:23:01.728 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 8735 | 2026-08-29T21:23:03.237Z | [ recovery-image] Aug 29 21:23:02.608 INFO O| Aug 29 21:23:02.608 INFO STEP 1118 (pack_tar) COMPLETE |
| 8736 | 2026-08-29T21:23:03.237Z | [ recovery-image] Aug 29 21:23:02.608 INFO O| Aug 29 21:23:02.608 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8737 | 2026-08-29T21:23:03.237Z | [ recovery-image] Aug 29 21:23:02.608 INFO O| Aug 29 21:23:02.608 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8738 | 2026-08-29T21:23:03.249Z | [verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 8739 | 2026-08-29T21:23:03.280Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 8740 | 2026-08-29T21:23:03.391Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 8741 | 2026-08-29T21:23:03.623Z | [verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 8742 | 2026-08-29T21:23:03.864Z | [ recovery-image] Aug 29 21:23:03.236 INFO O| Aug 29 21:23:03.235 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 8743 | 2026-08-29T21:23:03.897Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 8744 | 2026-08-29T21:23:03.967Z | [ recovery-image] Aug 29 21:23:03.339 INFO O| Aug 29 21:23:03.339 INFO completed processing sled/ramdisk-03-recovery-trim |
| 8745 | 2026-08-29T21:23:03.970Z | [ recovery-image] Aug 29 21:23:03.342 INFO image builder template: zfs-recovery... |
| 8746 | 2026-08-29T21:23:03.970Z | [ recovery-image] Aug 29 21:23:03.342 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/.tmpdiOogb/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.506", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-n", "zfs-recovery"], pwd: None |
| 8747 | 2026-08-29T21:23:03.998Z | [ recovery-image] Aug 29 21:23:03.369 INFO O| Aug 29 21:23:03.369 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8748 | 2026-08-29T21:23:04.001Z | [ recovery-image] Aug 29 21:23:03.373 INFO O| Aug 29 21:23:03.373 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8749 | 2026-08-29T21:23:04.091Z | [ recovery-image] Aug 29 21:23:03.462 INFO O| Aug 29 21:23:03.462 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled |
| 8750 | 2026-08-29T21:23:04.155Z | [ recovery-image] Aug 29 21:23:03.527 INFO O| Aug 29 21:23:03.527 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8751 | 2026-08-29T21:23:04.155Z | [ recovery-image] Aug 29 21:23:03.527 INFO O| Aug 29 21:23:03.527 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8752 | 2026-08-29T21:23:04.159Z | [ recovery-image] Aug 29 21:23:03.531 INFO O| Aug 29 21:23:03.531 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8753 | 2026-08-29T21:23:04.250Z | [ recovery-image] Aug 29 21:23:03.621 INFO O| Aug 29 21:23:03.621 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled |
| 8754 | 2026-08-29T21:23:04.257Z | [verify-libraries] Compiling socket2 v0.5.10 |
| 8755 | 2026-08-29T21:23:04.307Z | [ recovery-image] Aug 29 21:23:03.678 INFO O| Aug 29 21:23:03.678 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery |
| 8756 | 2026-08-29T21:23:04.316Z | [ recovery-image] Aug 29 21:23:03.687 INFO O| Aug 29 21:23:03.687 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8757 | 2026-08-29T21:23:04.320Z | [ recovery-image] Aug 29 21:23:03.692 INFO O| Aug 29 21:23:03.692 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot |
| 8758 | 2026-08-29T21:23:04.323Z | [ recovery-image] Aug 29 21:23:03.693 INFO O| Aug 29 21:23:03.693 INFO no lofi found |
| 8759 | 2026-08-29T21:23:04.323Z | [ recovery-image] Aug 29 21:23:03.693 INFO O| Aug 29 21:23:03.693 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal |
| 8760 | 2026-08-29T21:23:04.323Z | [ recovery-image] Aug 29 21:23:03.693 INFO O| Aug 29 21:23:03.693 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8761 | 2026-08-29T21:23:04.865Z | [verify-libraries] Compiling fs-err v2.11.0 |
| 8762 | 2026-08-29T21:23:05.090Z | [verify-libraries] Compiling git2 v0.20.4 |
| 8763 | 2026-08-29T21:23:05.124Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 8764 | 2026-08-29T21:23:05.282Z | [verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 8765 | 2026-08-29T21:23:05.999Z | [verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 8766 | 2026-08-29T21:23:06.028Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 8767 | 2026-08-29T21:23:06.144Z | [verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 8768 | 2026-08-29T21:23:06.365Z | [verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 8769 | 2026-08-29T21:23:06.630Z | [ recovery-image] Aug 29 21:23:06.001 INFO O| Aug 29 21:23:06.001 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 8770 | 2026-08-29T21:23:06.630Z | [ recovery-image] Aug 29 21:23:06.001 INFO O| Aug 29 21:23:06.001 INFO pool device = /dev/dsk/c2t1d0p0 |
| 8771 | 2026-08-29T21:23:06.634Z | [ recovery-image] Aug 29 21:23:06.001 INFO O| Aug 29 21:23:06.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"] |
| 8772 | 2026-08-29T21:23:06.797Z | [ recovery-image] Aug 29 21:23:06.169 INFO O| Aug 29 21:23:06.169 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8773 | 2026-08-29T21:23:06.797Z | [ recovery-image] Aug 29 21:23:06.169 INFO O| Aug 29 21:23:06.169 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT |
| 8774 | 2026-08-29T21:23:06.820Z | [ recovery-image] Aug 29 21:23:06.192 INFO O| Aug 29 21:23:06.192 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off |
| 8775 | 2026-08-29T21:23:06.924Z | [verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 8776 | 2026-08-29T21:23:06.980Z | [ recovery-image] Aug 29 21:23:06.352 INFO O| Aug 29 21:23:06.352 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy |
| 8777 | 2026-08-29T21:23:07.015Z | [ recovery-image] Aug 29 21:23:06.387 INFO O| Aug 29 21:23:06.386 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk |
| 8778 | 2026-08-29T21:23:07.036Z | [ recovery-image] Aug 29 21:23:06.407 INFO O| Aug 29 21:23:06.407 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto |
| 8779 | 2026-08-29T21:23:07.052Z | [ recovery-image] Aug 29 21:23:06.423 INFO O| Aug 29 21:23:06.423 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
| 8780 | 2026-08-29T21:23:07.093Z | [ recovery-image] Aug 29 21:23:06.465 INFO O| Aug 29 21:23:06.465 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8781 | 2026-08-29T21:23:07.093Z | [ recovery-image] Aug 29 21:23:06.465 INFO O| Aug 29 21:23:06.465 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8782 | 2026-08-29T21:23:07.093Z | [ recovery-image] Aug 29 21:23:06.465 INFO O| Aug 29 21:23:06.465 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8783 | 2026-08-29T21:23:07.102Z | [ recovery-image] Aug 29 21:23:06.474 INFO O| Aug 29 21:23:06.474 INFO boot environment UUID: 559f96d8-3c29-4404-8189-a236cef60f99 |
| 8784 | 2026-08-29T21:23:07.102Z | [ recovery-image] Aug 29 21:23:06.474 INFO O| Aug 29 21:23:06.474 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 559f96d8-3c29-4404-8189-a236cef60f99 |
| 8785 | 2026-08-29T21:23:07.118Z | [ recovery-image] Aug 29 21:23:06.490 INFO O| Aug 29 21:23:06.490 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 8786 | 2026-08-29T21:23:07.134Z | [ recovery-image] Aug 29 21:23:06.506 INFO O| Aug 29 21:23:06.506 INFO STEP 0 (create_be) COMPLETE |
| 8787 | 2026-08-29T21:23:07.134Z | [ recovery-image] Aug 29 21:23:06.506 INFO O| Aug 29 21:23:06.506 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8788 | 2026-08-29T21:23:07.148Z | [ recovery-image] Aug 29 21:23:06.520 INFO O| Aug 29 21:23:06.520 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"] |
| 8789 | 2026-08-29T21:23:09.016Z | [verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 8790 | 2026-08-29T21:23:09.069Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 8791 | 2026-08-29T21:23:09.455Z | [verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 8792 | 2026-08-29T21:23:09.680Z | [verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 8793 | 2026-08-29T21:23:09.739Z | [verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 8794 | 2026-08-29T21:23:09.771Z | [verify-libraries] Compiling yansi v1.0.1 |
| 8795 | 2026-08-29T21:23:10.240Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
| 8796 | 2026-08-29T21:23:10.465Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 8797 | 2026-08-29T21:23:10.658Z | [verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 8798 | 2026-08-29T21:23:11.159Z | [verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 8799 | 2026-08-29T21:23:11.358Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 8800 | 2026-08-29T21:23:11.420Z | [verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 8801 | 2026-08-29T21:23:11.708Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 8802 | 2026-08-29T21:23:11.744Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 8803 | 2026-08-29T21:23:12.084Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 8804 | 2026-08-29T21:23:12.118Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 8805 | 2026-08-29T21:23:12.146Z | [verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 8806 | 2026-08-29T21:23:12.149Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 8807 | 2026-08-29T21:23:12.485Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 8808 | 2026-08-29T21:23:12.524Z | [verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 8809 | 2026-08-29T21:23:12.582Z | [verify-libraries] Compiling drift v0.2.0 |
| 8810 | 2026-08-29T21:23:12.635Z | [verify-libraries] Compiling uzers v0.12.2 |
| 8811 | 2026-08-29T21:23:12.843Z | [verify-libraries] Compiling parse-size v1.1.0 |
| 8812 | 2026-08-29T21:23:13.158Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 8813 | 2026-08-29T21:23:13.401Z | [verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 8814 | 2026-08-29T21:23:13.741Z | [verify-libraries] Compiling dropshot-api-manager v0.8.0 |
| 8815 | 2026-08-29T21:23:14.002Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 8816 | 2026-08-29T21:23:14.632Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 8817 | 2026-08-29T21:23:16.106Z | [ recovery-image] Aug 29 21:23:15.477 INFO O| Aug 29 21:23:15.477 INFO STEP 1 (unpack_tar) COMPLETE |
| 8818 | 2026-08-29T21:23:16.106Z | [ recovery-image] Aug 29 21:23:15.477 INFO O| Aug 29 21:23:15.477 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8819 | 2026-08-29T21:23:16.118Z | [ recovery-image] Aug 29 21:23:15.490 INFO O| Aug 29 21:23:15.489 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8820 | 2026-08-29T21:23:16.127Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 8821 | 2026-08-29T21:23:16.664Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 8822 | 2026-08-29T21:23:17.199Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 8823 | 2026-08-29T21:23:17.407Z | [ recovery-image] Aug 29 21:23:16.778 INFO O| Aug 29 21:23:16.778 INFO STEP 2 (devfsadm) COMPLETE |
| 8824 | 2026-08-29T21:23:17.407Z | [ recovery-image] Aug 29 21:23:16.778 INFO O| Aug 29 21:23:16.778 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8825 | 2026-08-29T21:23:17.417Z | [ recovery-image] Aug 29 21:23:16.788 INFO O| Aug 29 21:23:16.788 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8826 | 2026-08-29T21:23:17.417Z | [ recovery-image] Aug 29 21:23:16.789 INFO O| Aug 29 21:23:16.788 INFO STEP 3 (ensure_dir) COMPLETE |
| 8827 | 2026-08-29T21:23:17.417Z | [ recovery-image] Aug 29 21:23:16.789 INFO O| Aug 29 21:23:16.788 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8828 | 2026-08-29T21:23:17.427Z | [ recovery-image] Aug 29 21:23:16.798 INFO O| Aug 29 21:23:16.798 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8829 | 2026-08-29T21:23:17.427Z | [ recovery-image] Aug 29 21:23:16.798 INFO O| Aug 29 21:23:16.798 INFO STEP 4 (ensure_dir) COMPLETE |
| 8830 | 2026-08-29T21:23:17.431Z | [ recovery-image] Aug 29 21:23:16.798 INFO O| Aug 29 21:23:16.798 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8831 | 2026-08-29T21:23:17.437Z | [ recovery-image] Aug 29 21:23:16.809 INFO O| Aug 29 21:23:16.808 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8832 | 2026-08-29T21:23:17.437Z | [ recovery-image] Aug 29 21:23:16.809 INFO O| Aug 29 21:23:16.809 INFO STEP 5 (ensure_dir) COMPLETE |
| 8833 | 2026-08-29T21:23:17.440Z | [ recovery-image] Aug 29 21:23:16.809 INFO O| Aug 29 21:23:16.809 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8834 | 2026-08-29T21:23:17.447Z | [ recovery-image] Aug 29 21:23:16.819 INFO O| Aug 29 21:23:16.819 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8835 | 2026-08-29T21:23:17.447Z | [ recovery-image] Aug 29 21:23:16.819 INFO O| Aug 29 21:23:16.819 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8836 | 2026-08-29T21:23:17.447Z | [ recovery-image] Aug 29 21:23:16.819 INFO O| Aug 29 21:23:16.819 INFO STEP 6 (ensure_dir) COMPLETE |
| 8837 | 2026-08-29T21:23:17.451Z | [ recovery-image] Aug 29 21:23:16.819 INFO O| Aug 29 21:23:16.819 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8838 | 2026-08-29T21:23:17.457Z | [ recovery-image] Aug 29 21:23:16.829 INFO O| Aug 29 21:23:16.829 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8839 | 2026-08-29T21:23:17.457Z | [ recovery-image] Aug 29 21:23:16.829 INFO O| Aug 29 21:23:16.829 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8840 | 2026-08-29T21:23:17.458Z | [ recovery-image] Aug 29 21:23:16.829 INFO O| Aug 29 21:23:16.829 INFO STEP 7 (ensure_dir) COMPLETE |
| 8841 | 2026-08-29T21:23:17.461Z | [ recovery-image] Aug 29 21:23:16.829 INFO O| Aug 29 21:23:16.829 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8842 | 2026-08-29T21:23:17.467Z | [ recovery-image] Aug 29 21:23:16.839 INFO O| Aug 29 21:23:16.839 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg" |
| 8843 | 2026-08-29T21:23:17.471Z | [ recovery-image] Aug 29 21:23:16.839 INFO O| Aug 29 21:23:16.839 INFO STEP 8 (remove_files) COMPLETE |
| 8844 | 2026-08-29T21:23:17.471Z | [ recovery-image] Aug 29 21:23:16.839 INFO O| Aug 29 21:23:16.839 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8845 | 2026-08-29T21:23:17.479Z | [ recovery-image] Aug 29 21:23:16.850 INFO O| Aug 29 21:23:16.850 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk" |
| 8846 | 2026-08-29T21:23:17.484Z | [ recovery-image] Aug 29 21:23:16.851 INFO O| Aug 29 21:23:16.851 INFO STEP 9 (remove_files) COMPLETE |
| 8847 | 2026-08-29T21:23:17.484Z | [ recovery-image] Aug 29 21:23:16.851 INFO O| Aug 29 21:23:16.851 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8848 | 2026-08-29T21:23:17.490Z | [ recovery-image] Aug 29 21:23:16.861 INFO O| Aug 29 21:23:16.861 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk" |
| 8849 | 2026-08-29T21:23:17.493Z | [ recovery-image] Aug 29 21:23:16.862 INFO O| Aug 29 21:23:16.862 INFO STEP 10 (remove_files) COMPLETE |
| 8850 | 2026-08-29T21:23:17.493Z | [ recovery-image] Aug 29 21:23:16.862 INFO O| Aug 29 21:23:16.862 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8851 | 2026-08-29T21:23:17.500Z | [ recovery-image] Aug 29 21:23:16.871 INFO O| Aug 29 21:23:16.871 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors" |
| 8852 | 2026-08-29T21:23:17.500Z | [ recovery-image] Aug 29 21:23:16.871 INFO O| Aug 29 21:23:16.871 INFO STEP 11 (remove_files) COMPLETE |
| 8853 | 2026-08-29T21:23:17.500Z | [ recovery-image] Aug 29 21:23:16.871 INFO O| Aug 29 21:23:16.871 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8854 | 2026-08-29T21:23:17.509Z | [ recovery-image] Aug 29 21:23:16.880 INFO O| Aug 29 21:23:16.880 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb" |
| 8855 | 2026-08-29T21:23:17.509Z | [ recovery-image] Aug 29 21:23:16.880 INFO O| Aug 29 21:23:16.880 INFO STEP 12 (remove_files) COMPLETE |
| 8856 | 2026-08-29T21:23:17.509Z | [ recovery-image] Aug 29 21:23:16.880 INFO O| Aug 29 21:23:16.880 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8857 | 2026-08-29T21:23:17.519Z | [ recovery-image] Aug 29 21:23:16.891 INFO O| Aug 29 21:23:16.891 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8858 | 2026-08-29T21:23:17.520Z | [ recovery-image] Aug 29 21:23:16.891 INFO O| Aug 29 21:23:16.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8859 | 2026-08-29T21:23:17.523Z | [ recovery-image] Aug 29 21:23:16.891 INFO O| Aug 29 21:23:16.891 INFO STEP 13 (ensure_dir) COMPLETE |
| 8860 | 2026-08-29T21:23:17.523Z | [ recovery-image] Aug 29 21:23:16.891 INFO O| Aug 29 21:23:16.891 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8861 | 2026-08-29T21:23:17.530Z | [ recovery-image] Aug 29 21:23:16.902 INFO O| Aug 29 21:23:16.902 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8862 | 2026-08-29T21:23:17.530Z | [ recovery-image] Aug 29 21:23:16.902 INFO O| Aug 29 21:23:16.902 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8863 | 2026-08-29T21:23:17.531Z | [ recovery-image] Aug 29 21:23:16.902 INFO O| Aug 29 21:23:16.902 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8864 | 2026-08-29T21:23:17.534Z | [ recovery-image] Aug 29 21:23:16.902 INFO O| Aug 29 21:23:16.902 INFO STEP 14 (ensure_dir) COMPLETE |
| 8865 | 2026-08-29T21:23:17.534Z | [ recovery-image] Aug 29 21:23:16.902 INFO O| Aug 29 21:23:16.902 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8866 | 2026-08-29T21:23:17.542Z | [ recovery-image] Aug 29 21:23:16.912 INFO O| Aug 29 21:23:16.912 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8867 | 2026-08-29T21:23:17.542Z | [ recovery-image] Aug 29 21:23:16.912 INFO O| Aug 29 21:23:16.912 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8868 | 2026-08-29T21:23:17.542Z | [ recovery-image] Aug 29 21:23:16.912 INFO O| Aug 29 21:23:16.912 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8869 | 2026-08-29T21:23:17.542Z | [ recovery-image] Aug 29 21:23:16.912 INFO O| Aug 29 21:23:16.912 INFO STEP 15 (ensure_dir) COMPLETE |
| 8870 | 2026-08-29T21:23:17.546Z | [ recovery-image] Aug 29 21:23:16.912 INFO O| Aug 29 21:23:16.912 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8871 | 2026-08-29T21:23:17.550Z | [ recovery-image] Aug 29 21:23:16.921 INFO O| Aug 29 21:23:16.921 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8872 | 2026-08-29T21:23:17.550Z | [ recovery-image] Aug 29 21:23:16.921 INFO O| Aug 29 21:23:16.921 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8873 | 2026-08-29T21:23:17.550Z | [ recovery-image] Aug 29 21:23:16.921 INFO O| Aug 29 21:23:16.921 INFO STEP 16 (ensure_dir) COMPLETE |
| 8874 | 2026-08-29T21:23:17.550Z | [ recovery-image] Aug 29 21:23:16.921 INFO O| Aug 29 21:23:16.921 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8875 | 2026-08-29T21:23:17.558Z | [ recovery-image] Aug 29 21:23:16.930 INFO O| Aug 29 21:23:16.930 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8876 | 2026-08-29T21:23:17.558Z | [ recovery-image] Aug 29 21:23:16.930 INFO O| Aug 29 21:23:16.930 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8877 | 2026-08-29T21:23:17.558Z | [ recovery-image] Aug 29 21:23:16.930 INFO O| Aug 29 21:23:16.930 INFO STEP 17 (ensure_dir) COMPLETE |
| 8878 | 2026-08-29T21:23:17.562Z | [ recovery-image] Aug 29 21:23:16.930 INFO O| Aug 29 21:23:16.930 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8879 | 2026-08-29T21:23:17.568Z | [ recovery-image] Aug 29 21:23:16.939 INFO O| Aug 29 21:23:16.939 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 8880 | 2026-08-29T21:23:17.568Z | [ recovery-image] Aug 29 21:23:16.939 INFO O| Aug 29 21:23:16.939 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog |
| 8881 | 2026-08-29T21:23:17.568Z | [ recovery-image] Aug 29 21:23:16.939 INFO O| Aug 29 21:23:16.939 INFO ok! |
| 8882 | 2026-08-29T21:23:17.571Z | [ recovery-image] Aug 29 21:23:16.939 INFO O| Aug 29 21:23:16.939 INFO STEP 18 (ensure_symlink) COMPLETE |
| 8883 | 2026-08-29T21:23:17.571Z | [ recovery-image] Aug 29 21:23:16.939 INFO O| Aug 29 21:23:16.939 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8884 | 2026-08-29T21:23:17.577Z | [ recovery-image] Aug 29 21:23:16.948 INFO O| Aug 29 21:23:16.948 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents |
| 8885 | 2026-08-29T21:23:17.577Z | [ recovery-image] Aug 29 21:23:16.948 INFO O| Aug 29 21:23:16.948 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure |
| 8886 | 2026-08-29T21:23:17.577Z | [ recovery-image] Aug 29 21:23:16.948 INFO O| Aug 29 21:23:16.948 INFO ok! |
| 8887 | 2026-08-29T21:23:17.580Z | [ recovery-image] Aug 29 21:23:16.948 INFO O| Aug 29 21:23:16.948 INFO STEP 19 (ensure_file) COMPLETE |
| 8888 | 2026-08-29T21:23:17.580Z | [ recovery-image] Aug 29 21:23:16.948 INFO O| Aug 29 21:23:16.948 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8889 | 2026-08-29T21:23:17.585Z | [ recovery-image] Aug 29 21:23:16.957 INFO O| Aug 29 21:23:16.957 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
| 8890 | 2026-08-29T21:23:17.585Z | [ recovery-image] Aug 29 21:23:16.957 INFO O| Aug 29 21:23:16.957 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 8891 | 2026-08-29T21:23:17.585Z | [ recovery-image] Aug 29 21:23:16.957 INFO O| Aug 29 21:23:16.957 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml |
| 8892 | 2026-08-29T21:23:17.588Z | [ recovery-image] Aug 29 21:23:16.957 INFO O| Aug 29 21:23:16.957 INFO ok! |
| 8893 | 2026-08-29T21:23:17.589Z | [ recovery-image] Aug 29 21:23:16.957 INFO O| Aug 29 21:23:16.957 INFO STEP 20 (ensure_symlink) COMPLETE |
| 8894 | 2026-08-29T21:23:17.589Z | [ recovery-image] Aug 29 21:23:16.957 INFO O| Aug 29 21:23:16.957 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8895 | 2026-08-29T21:23:17.594Z | [ recovery-image] Aug 29 21:23:16.966 INFO O| Aug 29 21:23:16.965 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
| 8896 | 2026-08-29T21:23:17.594Z | [ recovery-image] Aug 29 21:23:16.966 INFO O| Aug 29 21:23:16.966 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 8897 | 2026-08-29T21:23:17.597Z | [ recovery-image] Aug 29 21:23:16.966 INFO O| Aug 29 21:23:16.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
| 8898 | 2026-08-29T21:23:17.597Z | [ recovery-image] Aug 29 21:23:16.966 INFO O| Aug 29 21:23:16.966 INFO ok! |
| 8899 | 2026-08-29T21:23:17.597Z | [ recovery-image] Aug 29 21:23:16.966 INFO O| Aug 29 21:23:16.966 INFO STEP 21 (ensure_symlink) COMPLETE |
| 8900 | 2026-08-29T21:23:17.598Z | [ recovery-image] Aug 29 21:23:16.966 INFO O| Aug 29 21:23:16.966 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8901 | 2026-08-29T21:23:17.604Z | [ recovery-image] Aug 29 21:23:16.975 INFO O| Aug 29 21:23:16.975 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
| 8902 | 2026-08-29T21:23:17.604Z | [ recovery-image] Aug 29 21:23:16.975 INFO O| Aug 29 21:23:16.975 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 8903 | 2026-08-29T21:23:17.607Z | [ recovery-image] Aug 29 21:23:16.976 INFO O| Aug 29 21:23:16.975 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml |
| 8904 | 2026-08-29T21:23:17.608Z | [ recovery-image] Aug 29 21:23:16.976 INFO O| Aug 29 21:23:16.976 INFO ok! |
| 8905 | 2026-08-29T21:23:17.608Z | [ recovery-image] Aug 29 21:23:16.976 INFO O| Aug 29 21:23:16.976 INFO STEP 22 (ensure_symlink) COMPLETE |
| 8906 | 2026-08-29T21:23:17.608Z | [ recovery-image] Aug 29 21:23:16.976 INFO O| Aug 29 21:23:16.976 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8907 | 2026-08-29T21:23:17.614Z | [ recovery-image] Aug 29 21:23:16.985 INFO O| Aug 29 21:23:16.985 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
| 8908 | 2026-08-29T21:23:17.614Z | [ recovery-image] Aug 29 21:23:16.985 INFO O| Aug 29 21:23:16.985 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 8909 | 2026-08-29T21:23:17.614Z | [ recovery-image] Aug 29 21:23:16.985 INFO O| Aug 29 21:23:16.985 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml |
| 8910 | 2026-08-29T21:23:17.617Z | [ recovery-image] Aug 29 21:23:16.985 INFO O| Aug 29 21:23:16.985 INFO ok! |
| 8911 | 2026-08-29T21:23:17.618Z | [ recovery-image] Aug 29 21:23:16.985 INFO O| Aug 29 21:23:16.985 INFO STEP 23 (ensure_symlink) COMPLETE |
| 8912 | 2026-08-29T21:23:17.618Z | [ recovery-image] Aug 29 21:23:16.985 INFO O| Aug 29 21:23:16.985 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8913 | 2026-08-29T21:23:17.623Z | [ recovery-image] Aug 29 21:23:16.995 INFO O| Aug 29 21:23:16.994 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 8914 | 2026-08-29T21:23:17.623Z | [ recovery-image] Aug 29 21:23:16.995 INFO O| Aug 29 21:23:16.995 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 ... |
| 8915 | 2026-08-29T21:23:17.627Z | [ recovery-image] Aug 29 21:23:16.995 INFO O| Aug 29 21:23:16.995 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf |
| 8916 | 2026-08-29T21:23:17.627Z | [ recovery-image] Aug 29 21:23:16.995 INFO O| Aug 29 21:23:16.995 INFO ok! |
| 8917 | 2026-08-29T21:23:17.627Z | [ recovery-image] Aug 29 21:23:16.995 INFO O| Aug 29 21:23:16.995 INFO STEP 24 (ensure_file) COMPLETE |
| 8918 | 2026-08-29T21:23:17.627Z | [ recovery-image] Aug 29 21:23:16.995 INFO O| Aug 29 21:23:16.995 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8919 | 2026-08-29T21:23:17.641Z | [ recovery-image] Aug 29 21:23:17.012 INFO O| Aug 29 21:23:17.012 INFO updating shadow file |
| 8920 | 2026-08-29T21:23:17.641Z | [ recovery-image] Aug 29 21:23:17.012 INFO O| Aug 29 21:23:17.012 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8921 | 2026-08-29T21:23:17.644Z | [ recovery-image] Aug 29 21:23:17.012 INFO O| Aug 29 21:23:17.012 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8922 | 2026-08-29T21:23:17.644Z | [ recovery-image] Aug 29 21:23:17.012 INFO O| Aug 29 21:23:17.012 INFO STEP 25 (shadow) COMPLETE |
| 8923 | 2026-08-29T21:23:17.644Z | [ recovery-image] Aug 29 21:23:17.012 INFO O| Aug 29 21:23:17.012 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8924 | 2026-08-29T21:23:17.650Z | [ recovery-image] Aug 29 21:23:17.022 INFO O| Aug 29 21:23:17.022 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 8925 | 2026-08-29T21:23:17.651Z | [ recovery-image] Aug 29 21:23:17.022 INFO O| Aug 29 21:23:17.022 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ... |
| 8926 | 2026-08-29T21:23:17.651Z | [ recovery-image] Aug 29 21:23:17.022 INFO O| Aug 29 21:23:17.022 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts |
| 8927 | 2026-08-29T21:23:17.654Z | [ recovery-image] Aug 29 21:23:17.022 INFO O| Aug 29 21:23:17.022 INFO ok! |
| 8928 | 2026-08-29T21:23:17.654Z | [ recovery-image] Aug 29 21:23:17.022 INFO O| Aug 29 21:23:17.022 INFO STEP 26 (ensure_file) COMPLETE |
| 8929 | 2026-08-29T21:23:17.654Z | [ recovery-image] Aug 29 21:23:17.022 INFO O| Aug 29 21:23:17.022 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8930 | 2026-08-29T21:23:17.660Z | [ recovery-image] Aug 29 21:23:17.032 INFO O| Aug 29 21:23:17.032 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist |
| 8931 | 2026-08-29T21:23:17.660Z | [ recovery-image] Aug 29 21:23:17.032 INFO O| Aug 29 21:23:17.032 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ... |
| 8932 | 2026-08-29T21:23:17.660Z | [ recovery-image] Aug 29 21:23:17.032 INFO O| Aug 29 21:23:17.032 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename |
| 8933 | 2026-08-29T21:23:17.664Z | [ recovery-image] Aug 29 21:23:17.032 INFO O| Aug 29 21:23:17.032 INFO ok! |
| 8934 | 2026-08-29T21:23:17.664Z | [ recovery-image] Aug 29 21:23:17.032 INFO O| Aug 29 21:23:17.032 INFO STEP 27 (ensure_file) COMPLETE |
| 8935 | 2026-08-29T21:23:17.664Z | [ recovery-image] Aug 29 21:23:17.032 INFO O| Aug 29 21:23:17.032 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8936 | 2026-08-29T21:23:17.670Z | [ recovery-image] Aug 29 21:23:17.041 INFO O| Aug 29 21:23:17.041 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 8937 | 2026-08-29T21:23:17.670Z | [ recovery-image] Aug 29 21:23:17.041 INFO O| Aug 29 21:23:17.041 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ... |
| 8938 | 2026-08-29T21:23:17.670Z | [ recovery-image] Aug 29 21:23:17.041 INFO O| Aug 29 21:23:17.041 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8939 | 2026-08-29T21:23:17.673Z | [ recovery-image] Aug 29 21:23:17.041 INFO O| Aug 29 21:23:17.041 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8940 | 2026-08-29T21:23:17.673Z | [ recovery-image] Aug 29 21:23:17.041 INFO O| Aug 29 21:23:17.041 INFO ok! |
| 8941 | 2026-08-29T21:23:17.674Z | [ recovery-image] Aug 29 21:23:17.041 INFO O| Aug 29 21:23:17.041 INFO STEP 28 (ensure_file) COMPLETE |
| 8942 | 2026-08-29T21:23:17.674Z | [ recovery-image] Aug 29 21:23:17.041 INFO O| Aug 29 21:23:17.041 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8943 | 2026-08-29T21:23:17.679Z | [ recovery-image] Aug 29 21:23:17.051 INFO O| Aug 29 21:23:17.051 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist |
| 8944 | 2026-08-29T21:23:17.680Z | [ recovery-image] Aug 29 21:23:17.051 INFO O| Aug 29 21:23:17.051 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ... |
| 8945 | 2026-08-29T21:23:17.683Z | [ recovery-image] Aug 29 21:23:17.051 INFO O| Aug 29 21:23:17.051 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf |
| 8946 | 2026-08-29T21:23:17.683Z | [ recovery-image] Aug 29 21:23:17.051 INFO O| Aug 29 21:23:17.051 INFO ok! |
| 8947 | 2026-08-29T21:23:17.683Z | [ recovery-image] Aug 29 21:23:17.051 INFO O| Aug 29 21:23:17.051 INFO STEP 29 (ensure_file) COMPLETE |
| 8948 | 2026-08-29T21:23:17.683Z | [ recovery-image] Aug 29 21:23:17.051 INFO O| Aug 29 21:23:17.051 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8949 | 2026-08-29T21:23:17.706Z | [ recovery-image] Aug 29 21:23:17.077 INFO O| Aug 29 21:23:17.077 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8950 | 2026-08-29T21:23:17.706Z | [ recovery-image] Aug 29 21:23:17.077 INFO O| Aug 29 21:23:17.077 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8951 | 2026-08-29T21:23:17.706Z | [ recovery-image] Aug 29 21:23:17.077 INFO O| Aug 29 21:23:17.077 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8952 | 2026-08-29T21:23:17.710Z | [ recovery-image] Aug 29 21:23:17.077 INFO O| Aug 29 21:23:17.077 INFO STEP 30 (ensure_dir) COMPLETE |
| 8953 | 2026-08-29T21:23:17.710Z | [ recovery-image] Aug 29 21:23:17.077 INFO O| Aug 29 21:23:17.077 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8954 | 2026-08-29T21:23:17.715Z | [ recovery-image] Aug 29 21:23:17.086 INFO O| Aug 29 21:23:17.086 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist |
| 8955 | 2026-08-29T21:23:17.715Z | [ recovery-image] Aug 29 21:23:17.086 INFO O| Aug 29 21:23:17.086 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 ... |
| 8956 | 2026-08-29T21:23:17.715Z | [ recovery-image] Aug 29 21:23:17.086 INFO O| Aug 29 21:23:17.086 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 |
| 8957 | 2026-08-29T21:23:17.715Z | [ recovery-image] Aug 29 21:23:17.086 INFO O| Aug 29 21:23:17.086 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup |
| 8958 | 2026-08-29T21:23:17.718Z | [ recovery-image] Aug 29 21:23:17.086 INFO O| Aug 29 21:23:17.086 INFO ok! |
| 8959 | 2026-08-29T21:23:17.718Z | [ recovery-image] Aug 29 21:23:17.086 INFO O| Aug 29 21:23:17.086 INFO STEP 31 (ensure_file) COMPLETE |
| 8960 | 2026-08-29T21:23:17.718Z | [ recovery-image] Aug 29 21:23:17.086 INFO O| Aug 29 21:23:17.086 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8961 | 2026-08-29T21:23:17.725Z | [ recovery-image] Aug 29 21:23:17.096 INFO O| Aug 29 21:23:17.096 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8962 | 2026-08-29T21:23:17.725Z | [ recovery-image] Aug 29 21:23:17.096 INFO O| Aug 29 21:23:17.096 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8963 | 2026-08-29T21:23:17.725Z | [ recovery-image] Aug 29 21:23:17.096 INFO O| Aug 29 21:23:17.096 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8964 | 2026-08-29T21:23:17.725Z | [ recovery-image] Aug 29 21:23:17.096 INFO O| Aug 29 21:23:17.096 INFO STEP 32 (ensure_dir) COMPLETE |
| 8965 | 2026-08-29T21:23:17.728Z | [ recovery-image] Aug 29 21:23:17.096 INFO O| Aug 29 21:23:17.096 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8966 | 2026-08-29T21:23:17.735Z | [ recovery-image] Aug 29 21:23:17.107 INFO O| Aug 29 21:23:17.106 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 8967 | 2026-08-29T21:23:17.739Z | [ recovery-image] Aug 29 21:23:17.107 INFO O| Aug 29 21:23:17.106 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 ... |
| 8968 | 2026-08-29T21:23:17.739Z | [ recovery-image] Aug 29 21:23:17.107 INFO O| Aug 29 21:23:17.107 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 |
| 8969 | 2026-08-29T21:23:17.739Z | [ recovery-image] Aug 29 21:23:17.107 INFO O| Aug 29 21:23:17.107 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml |
| 8970 | 2026-08-29T21:23:17.739Z | [ recovery-image] Aug 29 21:23:17.107 INFO O| Aug 29 21:23:17.107 INFO ok! |
| 8971 | 2026-08-29T21:23:17.739Z | [ recovery-image] Aug 29 21:23:17.107 INFO O| Aug 29 21:23:17.107 INFO STEP 33 (ensure_file) COMPLETE |
| 8972 | 2026-08-29T21:23:17.739Z | [ recovery-image] Aug 29 21:23:17.107 INFO O| Aug 29 21:23:17.107 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8973 | 2026-08-29T21:23:17.744Z | [ recovery-image] Aug 29 21:23:17.116 INFO O| Aug 29 21:23:17.116 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist |
| 8974 | 2026-08-29T21:23:17.744Z | [ recovery-image] Aug 29 21:23:17.116 INFO O| Aug 29 21:23:17.116 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ... |
| 8975 | 2026-08-29T21:23:17.748Z | [ recovery-image] Aug 29 21:23:17.116 INFO O| Aug 29 21:23:17.116 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master |
| 8976 | 2026-08-29T21:23:17.748Z | [ recovery-image] Aug 29 21:23:17.116 INFO O| Aug 29 21:23:17.116 INFO ok! |
| 8977 | 2026-08-29T21:23:17.748Z | [ recovery-image] Aug 29 21:23:17.116 INFO O| Aug 29 21:23:17.116 INFO STEP 34 (ensure_file) COMPLETE |
| 8978 | 2026-08-29T21:23:17.748Z | [ recovery-image] Aug 29 21:23:17.116 INFO O| Aug 29 21:23:17.116 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8979 | 2026-08-29T21:23:17.753Z | [ recovery-image] Aug 29 21:23:17.125 INFO O| Aug 29 21:23:17.125 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
| 8980 | 2026-08-29T21:23:17.753Z | [ recovery-image] Aug 29 21:23:17.125 INFO O| Aug 29 21:23:17.125 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ... |
| 8981 | 2026-08-29T21:23:17.757Z | [ recovery-image] Aug 29 21:23:17.125 INFO O| Aug 29 21:23:17.125 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8982 | 2026-08-29T21:23:17.757Z | [ recovery-image] Aug 29 21:23:17.125 INFO O| Aug 29 21:23:17.125 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8983 | 2026-08-29T21:23:17.757Z | [ recovery-image] Aug 29 21:23:17.125 INFO O| Aug 29 21:23:17.125 INFO ok! |
| 8984 | 2026-08-29T21:23:17.757Z | [ recovery-image] Aug 29 21:23:17.125 INFO O| Aug 29 21:23:17.125 INFO STEP 35 (ensure_file) COMPLETE |
| 8985 | 2026-08-29T21:23:17.757Z | [ recovery-image] Aug 29 21:23:17.125 INFO O| Aug 29 21:23:17.125 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8986 | 2026-08-29T21:23:17.768Z | [ recovery-image] Aug 29 21:23:17.134 INFO O| Aug 29 21:23:17.134 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
| 8987 | 2026-08-29T21:23:17.768Z | [ recovery-image] Aug 29 21:23:17.134 INFO O| Aug 29 21:23:17.134 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ... |
| 8988 | 2026-08-29T21:23:17.768Z | [ recovery-image] Aug 29 21:23:17.134 INFO O| Aug 29 21:23:17.134 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init |
| 8989 | 2026-08-29T21:23:17.768Z | [ recovery-image] Aug 29 21:23:17.134 INFO O| Aug 29 21:23:17.134 INFO ok! |
| 8990 | 2026-08-29T21:23:17.768Z | [ recovery-image] Aug 29 21:23:17.134 INFO O| Aug 29 21:23:17.134 INFO STEP 36 (ensure_file) COMPLETE |
| 8991 | 2026-08-29T21:23:17.768Z | [ recovery-image] Aug 29 21:23:17.135 INFO O| Aug 29 21:23:17.134 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8992 | 2026-08-29T21:23:17.774Z | [ recovery-image] Aug 29 21:23:17.145 INFO O| Aug 29 21:23:17.145 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 8993 | 2026-08-29T21:23:17.774Z | [ recovery-image] Aug 29 21:23:17.145 INFO O| Aug 29 21:23:17.145 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ... |
| 8994 | 2026-08-29T21:23:17.777Z | [ recovery-image] Aug 29 21:23:17.145 INFO O| Aug 29 21:23:17.145 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config |
| 8995 | 2026-08-29T21:23:17.778Z | [ recovery-image] Aug 29 21:23:17.145 INFO O| Aug 29 21:23:17.145 INFO ok! |
| 8996 | 2026-08-29T21:23:17.778Z | [ recovery-image] Aug 29 21:23:17.145 INFO O| Aug 29 21:23:17.145 INFO STEP 37 (ensure_file) COMPLETE |
| 8997 | 2026-08-29T21:23:17.778Z | [ recovery-image] Aug 29 21:23:17.145 INFO O| Aug 29 21:23:17.145 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8998 | 2026-08-29T21:23:17.785Z | [ recovery-image] Aug 29 21:23:17.156 INFO O| Aug 29 21:23:17.156 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist |
| 8999 | 2026-08-29T21:23:17.785Z | [ recovery-image] Aug 29 21:23:17.156 INFO O| Aug 29 21:23:17.156 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ... |
| 9000 | 2026-08-29T21:23:17.788Z | [ recovery-image] Aug 29 21:23:17.156 INFO O| Aug 29 21:23:17.156 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 9001 | 2026-08-29T21:23:17.788Z | [ recovery-image] Aug 29 21:23:17.156 INFO O| Aug 29 21:23:17.156 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 9002 | 2026-08-29T21:23:17.789Z | [ recovery-image] Aug 29 21:23:17.156 INFO O| Aug 29 21:23:17.156 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 9003 | 2026-08-29T21:23:17.789Z | [ recovery-image] Aug 29 21:23:17.157 INFO O| Aug 29 21:23:17.156 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 9004 | 2026-08-29T21:23:17.789Z | [ recovery-image] Aug 29 21:23:17.157 INFO O| Aug 29 21:23:17.157 INFO ok! |
| 9005 | 2026-08-29T21:23:17.789Z | [ recovery-image] Aug 29 21:23:17.157 INFO O| Aug 29 21:23:17.157 INFO STEP 38 (ensure_file) COMPLETE |
| 9006 | 2026-08-29T21:23:17.789Z | [ recovery-image] Aug 29 21:23:17.157 INFO O| Aug 29 21:23:17.157 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9007 | 2026-08-29T21:23:17.796Z | [ recovery-image] Aug 29 21:23:17.167 INFO O| Aug 29 21:23:17.167 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 9008 | 2026-08-29T21:23:17.796Z | [ recovery-image] Aug 29 21:23:17.167 INFO O| Aug 29 21:23:17.167 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 9009 | 2026-08-29T21:23:17.796Z | [ recovery-image] Aug 29 21:23:17.167 INFO O| Aug 29 21:23:17.167 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 9010 | 2026-08-29T21:23:17.800Z | [ recovery-image] Aug 29 21:23:17.167 INFO O| Aug 29 21:23:17.167 INFO STEP 39 (ensure_dir) COMPLETE |
| 9011 | 2026-08-29T21:23:17.800Z | [ recovery-image] Aug 29 21:23:17.167 INFO O| Aug 29 21:23:17.167 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9012 | 2026-08-29T21:23:17.806Z | [ recovery-image] Aug 29 21:23:17.178 INFO O| Aug 29 21:23:17.178 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 |
| 9013 | 2026-08-29T21:23:17.806Z | [ recovery-image] Aug 29 21:23:17.178 INFO O| Aug 29 21:23:17.178 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 ... |
| 9014 | 2026-08-29T21:23:17.806Z | [ recovery-image] Aug 29 21:23:17.178 INFO O| Aug 29 21:23:17.178 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 |
| 9015 | 2026-08-29T21:23:17.810Z | [ recovery-image] Aug 29 21:23:17.178 INFO O| Aug 29 21:23:17.178 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 |
| 9016 | 2026-08-29T21:23:17.810Z | [ recovery-image] Aug 29 21:23:17.178 INFO O| Aug 29 21:23:17.178 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 |
| 9017 | 2026-08-29T21:23:17.810Z | [ recovery-image] Aug 29 21:23:17.178 INFO O| Aug 29 21:23:17.178 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 |
| 9018 | 2026-08-29T21:23:17.810Z | [ recovery-image] Aug 29 21:23:17.178 INFO O| Aug 29 21:23:17.178 INFO ok! |
| 9019 | 2026-08-29T21:23:17.810Z | [ recovery-image] Aug 29 21:23:17.178 INFO O| Aug 29 21:23:17.178 INFO STEP 40 (ensure_file) COMPLETE |
| 9020 | 2026-08-29T21:23:17.810Z | [ recovery-image] Aug 29 21:23:17.178 INFO O| Aug 29 21:23:17.178 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9021 | 2026-08-29T21:23:17.816Z | [ recovery-image] Aug 29 21:23:17.188 INFO O| Aug 29 21:23:17.188 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 9022 | 2026-08-29T21:23:17.816Z | [ recovery-image] Aug 29 21:23:17.188 INFO O| Aug 29 21:23:17.188 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 ... |
| 9023 | 2026-08-29T21:23:17.821Z | [ recovery-image] Aug 29 21:23:17.188 INFO O| Aug 29 21:23:17.188 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 9024 | 2026-08-29T21:23:17.821Z | [ recovery-image] Aug 29 21:23:17.188 INFO O| Aug 29 21:23:17.188 INFO ok! |
| 9025 | 2026-08-29T21:23:17.821Z | [ recovery-image] Aug 29 21:23:17.188 INFO O| Aug 29 21:23:17.188 INFO STEP 41 (ensure_symlink) COMPLETE |
| 9026 | 2026-08-29T21:23:17.821Z | [ recovery-image] Aug 29 21:23:17.188 INFO O| Aug 29 21:23:17.188 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9027 | 2026-08-29T21:23:17.826Z | [ recovery-image] Aug 29 21:23:17.197 INFO O| Aug 29 21:23:17.197 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist |
| 9028 | 2026-08-29T21:23:17.826Z | [ recovery-image] Aug 29 21:23:17.197 INFO O| Aug 29 21:23:17.197 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 9029 | 2026-08-29T21:23:17.830Z | [ recovery-image] Aug 29 21:23:17.197 INFO O| Aug 29 21:23:17.197 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo |
| 9030 | 2026-08-29T21:23:17.830Z | [ recovery-image] Aug 29 21:23:17.197 INFO O| Aug 29 21:23:17.197 INFO ok! |
| 9031 | 2026-08-29T21:23:17.830Z | [ recovery-image] Aug 29 21:23:17.197 INFO O| Aug 29 21:23:17.197 INFO STEP 42 (ensure_symlink) COMPLETE |
| 9032 | 2026-08-29T21:23:17.830Z | [ recovery-image] Aug 29 21:23:17.197 INFO O| Aug 29 21:23:17.197 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9033 | 2026-08-29T21:23:17.835Z | [ recovery-image] Aug 29 21:23:17.206 INFO O| Aug 29 21:23:17.206 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
| 9034 | 2026-08-29T21:23:17.835Z | [ recovery-image] Aug 29 21:23:17.207 INFO O| Aug 29 21:23:17.206 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ... |
| 9035 | 2026-08-29T21:23:17.838Z | [ recovery-image] Aug 29 21:23:17.207 INFO O| Aug 29 21:23:17.207 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 9036 | 2026-08-29T21:23:17.838Z | [ recovery-image] Aug 29 21:23:17.207 INFO O| Aug 29 21:23:17.207 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 9037 | 2026-08-29T21:23:17.838Z | [ recovery-image] Aug 29 21:23:17.207 INFO O| Aug 29 21:23:17.207 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 9038 | 2026-08-29T21:23:17.838Z | [ recovery-image] Aug 29 21:23:17.207 INFO O| Aug 29 21:23:17.207 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 9039 | 2026-08-29T21:23:17.838Z | [ recovery-image] Aug 29 21:23:17.207 INFO O| Aug 29 21:23:17.207 INFO ok! |
| 9040 | 2026-08-29T21:23:17.838Z | [ recovery-image] Aug 29 21:23:17.207 INFO O| Aug 29 21:23:17.207 INFO STEP 43 (ensure_file) COMPLETE |
| 9041 | 2026-08-29T21:23:17.838Z | [ recovery-image] Aug 29 21:23:17.207 INFO O| Aug 29 21:23:17.207 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9042 | 2026-08-29T21:23:17.846Z | [ recovery-image] Aug 29 21:23:17.217 INFO O| Aug 29 21:23:17.217 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
| 9043 | 2026-08-29T21:23:17.846Z | [ recovery-image] Aug 29 21:23:17.217 INFO O| Aug 29 21:23:17.217 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 ... |
| 9044 | 2026-08-29T21:23:17.846Z | [ recovery-image] Aug 29 21:23:17.218 INFO O| Aug 29 21:23:17.217 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 |
| 9045 | 2026-08-29T21:23:17.850Z | [ recovery-image] Aug 29 21:23:17.218 INFO O| Aug 29 21:23:17.217 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 9046 | 2026-08-29T21:23:17.850Z | [ recovery-image] Aug 29 21:23:17.218 INFO O| Aug 29 21:23:17.217 INFO ok! |
| 9047 | 2026-08-29T21:23:17.850Z | [ recovery-image] Aug 29 21:23:17.218 INFO O| Aug 29 21:23:17.217 INFO STEP 44 (ensure_file) COMPLETE |
| 9048 | 2026-08-29T21:23:17.850Z | [ recovery-image] Aug 29 21:23:17.218 INFO O| Aug 29 21:23:17.217 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9049 | 2026-08-29T21:23:17.856Z | [ recovery-image] Aug 29 21:23:17.228 INFO O| Aug 29 21:23:17.228 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist |
| 9050 | 2026-08-29T21:23:17.856Z | [ recovery-image] Aug 29 21:23:17.228 INFO O| Aug 29 21:23:17.228 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ... |
| 9051 | 2026-08-29T21:23:17.856Z | [ recovery-image] Aug 29 21:23:17.228 INFO O| Aug 29 21:23:17.228 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml |
| 9052 | 2026-08-29T21:23:17.860Z | [ recovery-image] Aug 29 21:23:17.228 INFO O| Aug 29 21:23:17.228 INFO ok! |
| 9053 | 2026-08-29T21:23:17.860Z | [ recovery-image] Aug 29 21:23:17.228 INFO O| Aug 29 21:23:17.228 INFO STEP 45 (ensure_file) COMPLETE |
| 9054 | 2026-08-29T21:23:17.860Z | [ recovery-image] Aug 29 21:23:17.228 INFO O| Aug 29 21:23:17.228 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9055 | 2026-08-29T21:23:17.868Z | [ recovery-image] Aug 29 21:23:17.240 INFO O| Aug 29 21:23:17.240 INFO updating shadow file |
| 9056 | 2026-08-29T21:23:17.868Z | [ recovery-image] Aug 29 21:23:17.240 INFO O| Aug 29 21:23:17.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 9057 | 2026-08-29T21:23:17.868Z | [ recovery-image] Aug 29 21:23:17.240 INFO O| Aug 29 21:23:17.240 INFO STEP 46 (shadow) COMPLETE |
| 9058 | 2026-08-29T21:23:17.872Z | [ recovery-image] Aug 29 21:23:17.240 INFO O| Aug 29 21:23:17.240 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9059 | 2026-08-29T21:23:17.878Z | [ recovery-image] Aug 29 21:23:17.250 INFO O| Aug 29 21:23:17.250 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
| 9060 | 2026-08-29T21:23:17.878Z | [ recovery-image] Aug 29 21:23:17.250 INFO O| Aug 29 21:23:17.250 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ... |
| 9061 | 2026-08-29T21:23:17.878Z | [ recovery-image] Aug 29 21:23:17.250 INFO O| Aug 29 21:23:17.250 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 9062 | 2026-08-29T21:23:17.882Z | [ recovery-image] Aug 29 21:23:17.250 INFO O| Aug 29 21:23:17.250 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 9063 | 2026-08-29T21:23:17.882Z | [ recovery-image] Aug 29 21:23:17.250 INFO O| Aug 29 21:23:17.250 INFO ok! |
| 9064 | 2026-08-29T21:23:17.882Z | [ recovery-image] Aug 29 21:23:17.250 INFO O| Aug 29 21:23:17.250 INFO STEP 47 (ensure_file) COMPLETE |
| 9065 | 2026-08-29T21:23:17.882Z | [ recovery-image] Aug 29 21:23:17.250 INFO O| Aug 29 21:23:17.250 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9066 | 2026-08-29T21:23:17.890Z | [ recovery-image] Aug 29 21:23:17.261 INFO O| Aug 29 21:23:17.261 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt |
| 9067 | 2026-08-29T21:23:17.890Z | [ recovery-image] Aug 29 21:23:17.261 INFO O| Aug 29 21:23:17.261 INFO STEP 48 (ensure_dir) COMPLETE |
| 9068 | 2026-08-29T21:23:17.893Z | [ recovery-image] Aug 29 21:23:17.261 INFO O| Aug 29 21:23:17.261 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9069 | 2026-08-29T21:23:17.900Z | [ recovery-image] Aug 29 21:23:17.271 INFO O| Aug 29 21:23:17.271 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 9070 | 2026-08-29T21:23:17.900Z | [ recovery-image] Aug 29 21:23:17.271 INFO O| Aug 29 21:23:17.271 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 9071 | 2026-08-29T21:23:17.903Z | [ recovery-image] Aug 29 21:23:17.271 INFO O| Aug 29 21:23:17.271 INFO STEP 49 (ensure_dir) COMPLETE |
| 9072 | 2026-08-29T21:23:17.903Z | [ recovery-image] Aug 29 21:23:17.271 INFO O| Aug 29 21:23:17.271 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9073 | 2026-08-29T21:23:17.910Z | [ recovery-image] Aug 29 21:23:17.281 INFO O| Aug 29 21:23:17.281 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 9074 | 2026-08-29T21:23:17.910Z | [ recovery-image] Aug 29 21:23:17.281 INFO O| Aug 29 21:23:17.281 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 9075 | 2026-08-29T21:23:17.913Z | [ recovery-image] Aug 29 21:23:17.281 INFO O| Aug 29 21:23:17.281 INFO STEP 50 (ensure_dir) COMPLETE |
| 9076 | 2026-08-29T21:23:17.913Z | [ recovery-image] Aug 29 21:23:17.281 INFO O| Aug 29 21:23:17.281 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9077 | 2026-08-29T21:23:17.920Z | [ recovery-image] Aug 29 21:23:17.292 INFO O| Aug 29 21:23:17.292 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
| 9078 | 2026-08-29T21:23:17.920Z | [ recovery-image] Aug 29 21:23:17.292 INFO O| Aug 29 21:23:17.292 INFO copying /tmp/.tmpdiOogb/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ... |
| 9079 | 2026-08-29T21:23:17.951Z | [ recovery-image] Aug 29 21:23:17.323 INFO O| Aug 29 21:23:17.322 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator |
| 9080 | 2026-08-29T21:23:17.952Z | [ recovery-image] Aug 29 21:23:17.323 INFO O| Aug 29 21:23:17.323 INFO ok! |
| 9081 | 2026-08-29T21:23:17.955Z | [ recovery-image] Aug 29 21:23:17.323 INFO O| Aug 29 21:23:17.323 INFO STEP 51 (ensure_file) COMPLETE |
| 9082 | 2026-08-29T21:23:17.955Z | [ recovery-image] Aug 29 21:23:17.323 INFO O| Aug 29 21:23:17.323 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9083 | 2026-08-29T21:23:17.962Z | [ recovery-image] Aug 29 21:23:17.333 INFO O| Aug 29 21:23:17.333 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 9084 | 2026-08-29T21:23:17.965Z | [ recovery-image] Aug 29 21:23:17.333 INFO O| Aug 29 21:23:17.333 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 9085 | 2026-08-29T21:23:17.966Z | [ recovery-image] Aug 29 21:23:17.333 INFO O| Aug 29 21:23:17.333 INFO STEP 52 (ensure_dir) COMPLETE |
| 9086 | 2026-08-29T21:23:17.966Z | [ recovery-image] Aug 29 21:23:17.333 INFO O| Aug 29 21:23:17.333 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9087 | 2026-08-29T21:23:17.966Z | [verify-libraries] Compiling sush-proxy v0.1.0 (/work/oxidecomputer/omicron/sush-proxy) |
| 9088 | 2026-08-29T21:23:17.972Z | [ recovery-image] Aug 29 21:23:17.344 INFO O| Aug 29 21:23:17.344 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
| 9089 | 2026-08-29T21:23:17.975Z | [ recovery-image] Aug 29 21:23:17.344 INFO O| Aug 29 21:23:17.344 INFO copying /tmp/.tmpdiOogb/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
| 9090 | 2026-08-29T21:23:17.975Z | [ recovery-image] Aug 29 21:23:17.344 INFO O| Aug 29 21:23:17.344 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION |
| 9091 | 2026-08-29T21:23:17.976Z | [ recovery-image] Aug 29 21:23:17.344 INFO O| Aug 29 21:23:17.344 INFO ok! |
| 9092 | 2026-08-29T21:23:17.976Z | [ recovery-image] Aug 29 21:23:17.344 INFO O| Aug 29 21:23:17.344 INFO STEP 53 (ensure_file) COMPLETE |
| 9093 | 2026-08-29T21:23:17.976Z | [ recovery-image] Aug 29 21:23:17.344 INFO O| Aug 29 21:23:17.344 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9094 | 2026-08-29T21:23:17.982Z | [ recovery-image] Aug 29 21:23:17.354 INFO O| Aug 29 21:23:17.353 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 9095 | 2026-08-29T21:23:17.983Z | [ recovery-image] Aug 29 21:23:17.354 INFO O| Aug 29 21:23:17.354 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 9096 | 2026-08-29T21:23:17.983Z | [ recovery-image] Aug 29 21:23:17.354 INFO O| Aug 29 21:23:17.354 INFO STEP 54 (ensure_dir) COMPLETE |
| 9097 | 2026-08-29T21:23:17.986Z | [ recovery-image] Aug 29 21:23:17.354 INFO O| Aug 29 21:23:17.354 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9098 | 2026-08-29T21:23:17.991Z | [ recovery-image] Aug 29 21:23:17.363 INFO O| Aug 29 21:23:17.363 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 9099 | 2026-08-29T21:23:17.991Z | [ recovery-image] Aug 29 21:23:17.363 INFO O| Aug 29 21:23:17.363 INFO copying /tmp/.tmpdiOogb/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
| 9100 | 2026-08-29T21:23:19.735Z | [verify-libraries] Compiling support-bundle-viewer v0.1.2 |
| 9101 | 2026-08-29T21:23:20.002Z | [ recovery-image] Aug 29 21:23:19.373 INFO O| Aug 29 21:23:19.373 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
| 9102 | 2026-08-29T21:23:20.002Z | [ recovery-image] Aug 29 21:23:19.373 INFO O| Aug 29 21:23:19.373 INFO ok! |
| 9103 | 2026-08-29T21:23:20.002Z | [ recovery-image] Aug 29 21:23:19.373 INFO O| Aug 29 21:23:19.373 INFO STEP 55 (ensure_file) COMPLETE |
| 9104 | 2026-08-29T21:23:20.006Z | [ recovery-image] Aug 29 21:23:19.373 INFO O| Aug 29 21:23:19.373 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9105 | 2026-08-29T21:23:20.015Z | [ recovery-image] Aug 29 21:23:19.385 INFO O| Aug 29 21:23:19.385 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
| 9106 | 2026-08-29T21:23:20.015Z | [ recovery-image] Aug 29 21:23:19.385 INFO O| Aug 29 21:23:19.385 INFO copying /tmp/.tmpdiOogb/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
| 9107 | 2026-08-29T21:23:20.075Z | [verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 9108 | 2026-08-29T21:23:20.340Z | [verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 9109 | 2026-08-29T21:23:20.688Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 9110 | 2026-08-29T21:23:21.063Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 9111 | 2026-08-29T21:23:21.341Z | [verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 9112 | 2026-08-29T21:23:21.392Z | [verify-libraries] Compiling multimap v0.10.1 |
| 9113 | 2026-08-29T21:23:21.724Z | [verify-libraries] Compiling termios v0.3.3 |
| 9114 | 2026-08-29T21:23:21.831Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 9115 | 2026-08-29T21:23:21.870Z | [verify-libraries] Compiling polar-core v0.27.3 |
| 9116 | 2026-08-29T21:23:21.952Z | [ recovery-image] Aug 29 21:23:21.323 INFO O| Aug 29 21:23:21.323 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
| 9117 | 2026-08-29T21:23:21.952Z | [ recovery-image] Aug 29 21:23:21.323 INFO O| Aug 29 21:23:21.323 INFO ok! |
| 9118 | 2026-08-29T21:23:21.955Z | [ recovery-image] Aug 29 21:23:21.323 INFO O| Aug 29 21:23:21.323 INFO STEP 56 (ensure_file) COMPLETE |
| 9119 | 2026-08-29T21:23:21.955Z | [ recovery-image] Aug 29 21:23:21.323 INFO O| Aug 29 21:23:21.323 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9120 | 2026-08-29T21:23:21.962Z | [ recovery-image] Aug 29 21:23:21.334 INFO O| Aug 29 21:23:21.334 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 9121 | 2026-08-29T21:23:21.962Z | [ recovery-image] Aug 29 21:23:21.334 INFO O| Aug 29 21:23:21.334 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 9122 | 2026-08-29T21:23:21.962Z | [ recovery-image] Aug 29 21:23:21.334 INFO O| Aug 29 21:23:21.334 INFO STEP 57 (ensure_dir) COMPLETE |
| 9123 | 2026-08-29T21:23:21.966Z | [ recovery-image] Aug 29 21:23:21.334 INFO O| Aug 29 21:23:21.334 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9124 | 2026-08-29T21:23:21.972Z | [ recovery-image] Aug 29 21:23:21.344 INFO O| Aug 29 21:23:21.343 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 9125 | 2026-08-29T21:23:21.972Z | [ recovery-image] Aug 29 21:23:21.344 INFO O| Aug 29 21:23:21.343 INFO copying /tmp/.tmpdiOogb/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 ... |
| 9126 | 2026-08-29T21:23:21.976Z | [ recovery-image] Aug 29 21:23:21.344 INFO O| Aug 29 21:23:21.344 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 |
| 9127 | 2026-08-29T21:23:21.976Z | [ recovery-image] Aug 29 21:23:21.344 INFO O| Aug 29 21:23:21.344 INFO ok! |
| 9128 | 2026-08-29T21:23:21.976Z | [ recovery-image] Aug 29 21:23:21.344 INFO O| Aug 29 21:23:21.344 INFO STEP 58 (ensure_file) COMPLETE |
| 9129 | 2026-08-29T21:23:21.976Z | [ recovery-image] Aug 29 21:23:21.344 INFO O| Aug 29 21:23:21.344 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9130 | 2026-08-29T21:23:21.983Z | [ recovery-image] Aug 29 21:23:21.354 INFO O| Aug 29 21:23:21.354 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 9131 | 2026-08-29T21:23:21.983Z | [ recovery-image] Aug 29 21:23:21.354 INFO O| Aug 29 21:23:21.354 INFO copying /tmp/.tmpdiOogb/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 ... |
| 9132 | 2026-08-29T21:23:21.983Z | [ recovery-image] Aug 29 21:23:21.354 INFO O| Aug 29 21:23:21.354 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 |
| 9133 | 2026-08-29T21:23:21.986Z | [ recovery-image] Aug 29 21:23:21.354 INFO O| Aug 29 21:23:21.354 INFO ok! |
| 9134 | 2026-08-29T21:23:21.986Z | [ recovery-image] Aug 29 21:23:21.354 INFO O| Aug 29 21:23:21.354 INFO STEP 59 (ensure_file) COMPLETE |
| 9135 | 2026-08-29T21:23:21.986Z | [ recovery-image] Aug 29 21:23:21.354 INFO O| Aug 29 21:23:21.354 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9136 | 2026-08-29T21:23:21.993Z | [ recovery-image] Aug 29 21:23:21.365 INFO O| Aug 29 21:23:21.365 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 9137 | 2026-08-29T21:23:21.993Z | [ recovery-image] Aug 29 21:23:21.365 INFO O| Aug 29 21:23:21.365 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 9138 | 2026-08-29T21:23:21.993Z | [ recovery-image] Aug 29 21:23:21.365 INFO O| Aug 29 21:23:21.365 INFO STEP 60 (ensure_dir) COMPLETE |
| 9139 | 2026-08-29T21:23:21.996Z | [ recovery-image] Aug 29 21:23:21.365 INFO O| Aug 29 21:23:21.365 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9140 | 2026-08-29T21:23:22.006Z | [ recovery-image] Aug 29 21:23:21.377 INFO O| Aug 29 21:23:21.377 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 9141 | 2026-08-29T21:23:22.006Z | [ recovery-image] Aug 29 21:23:21.377 INFO O| Aug 29 21:23:21.377 INFO copying /tmp/.tmpdiOogb/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 ... |
| 9142 | 2026-08-29T21:23:22.010Z | [ recovery-image] Aug 29 21:23:21.377 INFO O| Aug 29 21:23:21.377 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 9143 | 2026-08-29T21:23:22.010Z | [ recovery-image] Aug 29 21:23:21.377 INFO O| Aug 29 21:23:21.377 INFO ok! |
| 9144 | 2026-08-29T21:23:22.010Z | [ recovery-image] Aug 29 21:23:21.377 INFO O| Aug 29 21:23:21.377 INFO STEP 61 (ensure_file) COMPLETE |
| 9145 | 2026-08-29T21:23:22.010Z | [ recovery-image] Aug 29 21:23:21.377 INFO O| Aug 29 21:23:21.377 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9146 | 2026-08-29T21:23:22.014Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 9147 | 2026-08-29T21:23:22.018Z | [ recovery-image] Aug 29 21:23:21.389 INFO O| Aug 29 21:23:21.388 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 9148 | 2026-08-29T21:23:22.018Z | [ recovery-image] Aug 29 21:23:21.389 INFO O| Aug 29 21:23:21.389 INFO copying /tmp/.tmpdiOogb/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 ... |
| 9149 | 2026-08-29T21:23:22.018Z | [ recovery-image] Aug 29 21:23:21.389 INFO O| Aug 29 21:23:21.389 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 |
| 9150 | 2026-08-29T21:23:22.018Z | [ recovery-image] Aug 29 21:23:21.389 INFO O| Aug 29 21:23:21.389 INFO ok! |
| 9151 | 2026-08-29T21:23:22.018Z | [ recovery-image] Aug 29 21:23:21.389 INFO O| Aug 29 21:23:21.389 INFO STEP 62 (ensure_file) COMPLETE |
| 9152 | 2026-08-29T21:23:22.018Z | [ recovery-image] Aug 29 21:23:21.389 INFO O| Aug 29 21:23:21.389 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9153 | 2026-08-29T21:23:22.028Z | [ recovery-image] Aug 29 21:23:21.399 INFO O| Aug 29 21:23:21.399 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 9154 | 2026-08-29T21:23:22.028Z | [ recovery-image] Aug 29 21:23:21.399 INFO O| Aug 29 21:23:21.399 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 9155 | 2026-08-29T21:23:22.028Z | [ recovery-image] Aug 29 21:23:21.399 INFO O| Aug 29 21:23:21.399 INFO STEP 63 (ensure_dir) COMPLETE |
| 9156 | 2026-08-29T21:23:22.031Z | [ recovery-image] Aug 29 21:23:21.399 INFO O| Aug 29 21:23:21.399 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9157 | 2026-08-29T21:23:22.039Z | [ recovery-image] Aug 29 21:23:21.410 INFO O| Aug 29 21:23:21.410 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 9158 | 2026-08-29T21:23:22.039Z | [ recovery-image] Aug 29 21:23:21.410 INFO O| Aug 29 21:23:21.410 INFO copying /tmp/.tmpdiOogb/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 ... |
| 9159 | 2026-08-29T21:23:22.039Z | [ recovery-image] Aug 29 21:23:21.410 INFO O| Aug 29 21:23:21.410 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 9160 | 2026-08-29T21:23:22.042Z | [ recovery-image] Aug 29 21:23:21.410 INFO O| Aug 29 21:23:21.410 INFO ok! |
| 9161 | 2026-08-29T21:23:22.042Z | [ recovery-image] Aug 29 21:23:21.410 INFO O| Aug 29 21:23:21.410 INFO STEP 64 (ensure_file) COMPLETE |
| 9162 | 2026-08-29T21:23:22.042Z | [ recovery-image] Aug 29 21:23:21.410 INFO O| Aug 29 21:23:21.410 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9163 | 2026-08-29T21:23:22.049Z | [ recovery-image] Aug 29 21:23:21.420 INFO O| Aug 29 21:23:21.420 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
| 9164 | 2026-08-29T21:23:22.049Z | [ recovery-image] Aug 29 21:23:21.420 INFO O| Aug 29 21:23:21.420 INFO copying /tmp/.tmpdiOogb/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
| 9165 | 2026-08-29T21:23:22.049Z | [ recovery-image] Aug 29 21:23:21.420 INFO O| Aug 29 21:23:21.420 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
| 9166 | 2026-08-29T21:23:22.052Z | [ recovery-image] Aug 29 21:23:21.420 INFO O| Aug 29 21:23:21.420 INFO ok! |
| 9167 | 2026-08-29T21:23:22.052Z | [ recovery-image] Aug 29 21:23:21.420 INFO O| Aug 29 21:23:21.420 INFO STEP 65 (ensure_file) COMPLETE |
| 9168 | 2026-08-29T21:23:22.052Z | [ recovery-image] Aug 29 21:23:21.420 INFO O| Aug 29 21:23:21.420 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9169 | 2026-08-29T21:23:22.059Z | [ recovery-image] Aug 29 21:23:21.430 INFO O| Aug 29 21:23:21.430 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib |
| 9170 | 2026-08-29T21:23:22.059Z | [ recovery-image] Aug 29 21:23:21.431 INFO O| Aug 29 21:23:21.430 INFO STEP 66 (ensure_dir) COMPLETE |
| 9171 | 2026-08-29T21:23:22.062Z | [ recovery-image] Aug 29 21:23:21.431 INFO O| Aug 29 21:23:21.430 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9172 | 2026-08-29T21:23:22.069Z | [ recovery-image] Aug 29 21:23:21.440 INFO O| Aug 29 21:23:21.440 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc |
| 9173 | 2026-08-29T21:23:22.069Z | [ recovery-image] Aug 29 21:23:21.440 INFO O| Aug 29 21:23:21.440 INFO STEP 67 (ensure_dir) COMPLETE |
| 9174 | 2026-08-29T21:23:22.069Z | [ recovery-image] Aug 29 21:23:21.440 INFO O| Aug 29 21:23:21.440 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9175 | 2026-08-29T21:23:22.078Z | [ recovery-image] Aug 29 21:23:21.450 INFO O| Aug 29 21:23:21.450 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest |
| 9176 | 2026-08-29T21:23:22.078Z | [ recovery-image] Aug 29 21:23:21.450 INFO O| Aug 29 21:23:21.450 INFO STEP 68 (ensure_dir) COMPLETE |
| 9177 | 2026-08-29T21:23:22.078Z | [ recovery-image] Aug 29 21:23:21.450 INFO O| Aug 29 21:23:21.450 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9178 | 2026-08-29T21:23:22.088Z | [ recovery-image] Aug 29 21:23:21.459 INFO O| Aug 29 21:23:21.459 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site |
| 9179 | 2026-08-29T21:23:22.088Z | [ recovery-image] Aug 29 21:23:21.459 INFO O| Aug 29 21:23:21.459 INFO STEP 69 (ensure_dir) COMPLETE |
| 9180 | 2026-08-29T21:23:22.088Z | [ recovery-image] Aug 29 21:23:21.459 INFO O| Aug 29 21:23:21.459 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9181 | 2026-08-29T21:23:22.097Z | [ recovery-image] Aug 29 21:23:21.469 INFO O| Aug 29 21:23:21.469 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
| 9182 | 2026-08-29T21:23:22.098Z | [ recovery-image] Aug 29 21:23:21.469 INFO O| Aug 29 21:23:21.469 INFO copying /tmp/.tmpdiOogb/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
| 9183 | 2026-08-29T21:23:22.101Z | [ recovery-image] Aug 29 21:23:21.469 INFO O| Aug 29 21:23:21.469 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
| 9184 | 2026-08-29T21:23:22.101Z | [ recovery-image] Aug 29 21:23:21.469 INFO O| Aug 29 21:23:21.469 INFO ok! |
| 9185 | 2026-08-29T21:23:22.101Z | [ recovery-image] Aug 29 21:23:21.469 INFO O| Aug 29 21:23:21.469 INFO STEP 70 (ensure_file) COMPLETE |
| 9186 | 2026-08-29T21:23:22.101Z | [ recovery-image] Aug 29 21:23:21.469 INFO O| Aug 29 21:23:21.469 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9187 | 2026-08-29T21:23:22.107Z | [ recovery-image] Aug 29 21:23:21.479 INFO O| Aug 29 21:23:21.479 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
| 9188 | 2026-08-29T21:23:22.107Z | [ recovery-image] Aug 29 21:23:21.479 INFO O| Aug 29 21:23:21.479 INFO STEP 71 (remove_files) COMPLETE |
| 9189 | 2026-08-29T21:23:22.111Z | [ recovery-image] Aug 29 21:23:21.479 INFO O| Aug 29 21:23:21.479 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9190 | 2026-08-29T21:23:22.116Z | [ recovery-image] Aug 29 21:23:21.488 INFO O| Aug 29 21:23:21.488 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap" |
| 9191 | 2026-08-29T21:23:22.116Z | [ recovery-image] Aug 29 21:23:21.488 INFO O| Aug 29 21:23:21.488 INFO STEP 72 (remove_files) COMPLETE |
| 9192 | 2026-08-29T21:23:22.118Z | [ recovery-image] Aug 29 21:23:21.488 INFO O| Aug 29 21:23:21.488 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9193 | 2026-08-29T21:23:22.126Z | [ recovery-image] Aug 29 21:23:21.497 INFO O| Aug 29 21:23:21.497 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc" |
| 9194 | 2026-08-29T21:23:22.126Z | [ recovery-image] Aug 29 21:23:21.497 INFO O| Aug 29 21:23:21.497 INFO STEP 73 (remove_files) COMPLETE |
| 9195 | 2026-08-29T21:23:22.126Z | [ recovery-image] Aug 29 21:23:21.497 INFO O| Aug 29 21:23:21.497 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9196 | 2026-08-29T21:23:22.141Z | [ recovery-image] Aug 29 21:23:21.512 INFO O| Aug 29 21:23:21.512 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security" |
| 9197 | 2026-08-29T21:23:22.141Z | [ recovery-image] Aug 29 21:23:21.512 INFO O| Aug 29 21:23:21.512 INFO STEP 74 (remove_files) COMPLETE |
| 9198 | 2026-08-29T21:23:22.144Z | [ recovery-image] Aug 29 21:23:21.512 INFO O| Aug 29 21:23:21.512 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9199 | 2026-08-29T21:23:22.150Z | [ recovery-image] Aug 29 21:23:21.521 INFO O| Aug 29 21:23:21.521 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares" |
| 9200 | 2026-08-29T21:23:22.150Z | [ recovery-image] Aug 29 21:23:21.521 INFO O| Aug 29 21:23:21.521 INFO STEP 75 (remove_files) COMPLETE |
| 9201 | 2026-08-29T21:23:22.150Z | [ recovery-image] Aug 29 21:23:21.521 INFO O| Aug 29 21:23:21.521 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9202 | 2026-08-29T21:23:22.159Z | [ recovery-image] Aug 29 21:23:21.530 INFO O| Aug 29 21:23:21.530 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb" |
| 9203 | 2026-08-29T21:23:22.159Z | [ recovery-image] Aug 29 21:23:21.530 INFO O| Aug 29 21:23:21.530 INFO STEP 76 (remove_files) COMPLETE |
| 9204 | 2026-08-29T21:23:22.162Z | [ recovery-image] Aug 29 21:23:21.530 INFO O| Aug 29 21:23:21.530 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9205 | 2026-08-29T21:23:22.168Z | [ recovery-image] Aug 29 21:23:21.540 INFO O| Aug 29 21:23:21.539 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 9206 | 2026-08-29T21:23:22.168Z | [ recovery-image] Aug 29 21:23:21.540 INFO O| Aug 29 21:23:21.539 INFO STEP 77 (remove_files) COMPLETE |
| 9207 | 2026-08-29T21:23:22.168Z | [ recovery-image] Aug 29 21:23:21.540 INFO O| Aug 29 21:23:21.539 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9208 | 2026-08-29T21:23:22.178Z | [ recovery-image] Aug 29 21:23:21.550 INFO O| Aug 29 21:23:21.550 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
| 9209 | 2026-08-29T21:23:22.178Z | [ recovery-image] Aug 29 21:23:21.550 INFO O| Aug 29 21:23:21.550 INFO STEP 78 (remove_files) COMPLETE |
| 9210 | 2026-08-29T21:23:22.178Z | [ recovery-image] Aug 29 21:23:21.550 INFO O| Aug 29 21:23:21.550 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9211 | 2026-08-29T21:23:22.188Z | [ recovery-image] Aug 29 21:23:21.559 INFO O| Aug 29 21:23:21.559 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
| 9212 | 2026-08-29T21:23:22.188Z | [ recovery-image] Aug 29 21:23:21.559 INFO O| Aug 29 21:23:21.559 INFO STEP 79 (remove_files) COMPLETE |
| 9213 | 2026-08-29T21:23:22.188Z | [ recovery-image] Aug 29 21:23:21.559 INFO O| Aug 29 21:23:21.559 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9214 | 2026-08-29T21:23:22.196Z | [ recovery-image] Aug 29 21:23:21.567 INFO O| Aug 29 21:23:21.567 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 9215 | 2026-08-29T21:23:22.196Z | [ recovery-image] Aug 29 21:23:21.567 INFO O| Aug 29 21:23:21.567 INFO STEP 80 (remove_files) COMPLETE |
| 9216 | 2026-08-29T21:23:22.200Z | [ recovery-image] Aug 29 21:23:21.567 INFO O| Aug 29 21:23:21.567 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9217 | 2026-08-29T21:23:22.204Z | [ recovery-image] Aug 29 21:23:21.576 INFO O| Aug 29 21:23:21.576 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
| 9218 | 2026-08-29T21:23:22.204Z | [ recovery-image] Aug 29 21:23:21.576 INFO O| Aug 29 21:23:21.576 INFO STEP 81 (remove_files) COMPLETE |
| 9219 | 2026-08-29T21:23:22.204Z | [ recovery-image] Aug 29 21:23:21.576 INFO O| Aug 29 21:23:21.576 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9220 | 2026-08-29T21:23:22.224Z | [ recovery-image] Aug 29 21:23:21.584 INFO O| Aug 29 21:23:21.584 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
| 9221 | 2026-08-29T21:23:22.224Z | [ recovery-image] Aug 29 21:23:21.584 INFO O| Aug 29 21:23:21.584 INFO STEP 82 (remove_files) COMPLETE |
| 9222 | 2026-08-29T21:23:22.224Z | [ recovery-image] Aug 29 21:23:21.584 INFO O| Aug 29 21:23:21.584 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9223 | 2026-08-29T21:23:22.224Z | [ recovery-image] Aug 29 21:23:21.592 INFO O| Aug 29 21:23:21.592 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
| 9224 | 2026-08-29T21:23:22.224Z | [ recovery-image] Aug 29 21:23:21.592 INFO O| Aug 29 21:23:21.592 INFO STEP 83 (remove_files) COMPLETE |
| 9225 | 2026-08-29T21:23:22.224Z | [ recovery-image] Aug 29 21:23:21.592 INFO O| Aug 29 21:23:21.592 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9226 | 2026-08-29T21:23:22.229Z | [ recovery-image] Aug 29 21:23:21.600 INFO O| Aug 29 21:23:21.600 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
| 9227 | 2026-08-29T21:23:22.229Z | [ recovery-image] Aug 29 21:23:21.600 INFO O| Aug 29 21:23:21.600 INFO STEP 84 (remove_files) COMPLETE |
| 9228 | 2026-08-29T21:23:22.232Z | [ recovery-image] Aug 29 21:23:21.600 INFO O| Aug 29 21:23:21.600 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9229 | 2026-08-29T21:23:22.237Z | [ recovery-image] Aug 29 21:23:21.609 INFO O| Aug 29 21:23:21.609 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
| 9230 | 2026-08-29T21:23:22.237Z | [ recovery-image] Aug 29 21:23:21.609 INFO O| Aug 29 21:23:21.609 INFO STEP 85 (remove_files) COMPLETE |
| 9231 | 2026-08-29T21:23:22.241Z | [ recovery-image] Aug 29 21:23:21.609 INFO O| Aug 29 21:23:21.609 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9232 | 2026-08-29T21:23:22.246Z | [ recovery-image] Aug 29 21:23:21.617 INFO O| Aug 29 21:23:21.617 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
| 9233 | 2026-08-29T21:23:22.246Z | [ recovery-image] Aug 29 21:23:21.618 INFO O| Aug 29 21:23:21.618 INFO STEP 86 (remove_files) COMPLETE |
| 9234 | 2026-08-29T21:23:22.246Z | [ recovery-image] Aug 29 21:23:21.618 INFO O| Aug 29 21:23:21.618 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9235 | 2026-08-29T21:23:22.258Z | [ recovery-image] Aug 29 21:23:21.629 INFO O| Aug 29 21:23:21.629 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 9236 | 2026-08-29T21:23:22.258Z | [ recovery-image] Aug 29 21:23:21.629 INFO O| Aug 29 21:23:21.629 INFO STEP 87 (remove_files) COMPLETE |
| 9237 | 2026-08-29T21:23:22.261Z | [ recovery-image] Aug 29 21:23:21.629 INFO O| Aug 29 21:23:21.629 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9238 | 2026-08-29T21:23:22.267Z | [ recovery-image] Aug 29 21:23:21.639 INFO O| Aug 29 21:23:21.639 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
| 9239 | 2026-08-29T21:23:22.267Z | [ recovery-image] Aug 29 21:23:21.639 INFO O| Aug 29 21:23:21.639 INFO STEP 88 (remove_files) COMPLETE |
| 9240 | 2026-08-29T21:23:22.267Z | [ recovery-image] Aug 29 21:23:21.639 INFO O| Aug 29 21:23:21.639 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9241 | 2026-08-29T21:23:22.277Z | [ recovery-image] Aug 29 21:23:21.648 INFO O| Aug 29 21:23:21.648 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
| 9242 | 2026-08-29T21:23:22.278Z | [ recovery-image] Aug 29 21:23:21.648 INFO O| Aug 29 21:23:21.648 INFO STEP 89 (remove_files) COMPLETE |
| 9243 | 2026-08-29T21:23:22.278Z | [ recovery-image] Aug 29 21:23:21.648 INFO O| Aug 29 21:23:21.648 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9244 | 2026-08-29T21:23:22.287Z | [ recovery-image] Aug 29 21:23:21.658 INFO O| Aug 29 21:23:21.658 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 9245 | 2026-08-29T21:23:22.287Z | [ recovery-image] Aug 29 21:23:21.658 INFO O| Aug 29 21:23:21.658 INFO STEP 90 (remove_files) COMPLETE |
| 9246 | 2026-08-29T21:23:22.287Z | [ recovery-image] Aug 29 21:23:21.658 INFO O| Aug 29 21:23:21.658 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9247 | 2026-08-29T21:23:22.296Z | [ recovery-image] Aug 29 21:23:21.668 INFO O| Aug 29 21:23:21.668 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 9248 | 2026-08-29T21:23:22.296Z | [ recovery-image] Aug 29 21:23:21.668 INFO O| Aug 29 21:23:21.668 INFO STEP 91 (remove_files) COMPLETE |
| 9249 | 2026-08-29T21:23:22.296Z | [ recovery-image] Aug 29 21:23:21.668 INFO O| Aug 29 21:23:21.668 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9250 | 2026-08-29T21:23:22.306Z | [ recovery-image] Aug 29 21:23:21.677 INFO O| Aug 29 21:23:21.677 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat" |
| 9251 | 2026-08-29T21:23:22.306Z | [ recovery-image] Aug 29 21:23:21.677 INFO O| Aug 29 21:23:21.677 INFO STEP 92 (remove_files) COMPLETE |
| 9252 | 2026-08-29T21:23:22.306Z | [ recovery-image] Aug 29 21:23:21.677 INFO O| Aug 29 21:23:21.677 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9253 | 2026-08-29T21:23:22.315Z | [ recovery-image] Aug 29 21:23:21.687 INFO O| Aug 29 21:23:21.687 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 9254 | 2026-08-29T21:23:22.315Z | [ recovery-image] Aug 29 21:23:21.687 INFO O| Aug 29 21:23:21.687 INFO STEP 93 (remove_files) COMPLETE |
| 9255 | 2026-08-29T21:23:22.319Z | [ recovery-image] Aug 29 21:23:21.687 INFO O| Aug 29 21:23:21.687 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9256 | 2026-08-29T21:23:22.325Z | [ recovery-image] Aug 29 21:23:21.697 INFO O| Aug 29 21:23:21.697 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
| 9257 | 2026-08-29T21:23:22.325Z | [ recovery-image] Aug 29 21:23:21.697 INFO O| Aug 29 21:23:21.697 INFO STEP 94 (remove_files) COMPLETE |
| 9258 | 2026-08-29T21:23:22.329Z | [ recovery-image] Aug 29 21:23:21.697 INFO O| Aug 29 21:23:21.697 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9259 | 2026-08-29T21:23:22.337Z | [ recovery-image] Aug 29 21:23:21.708 INFO O| Aug 29 21:23:21.708 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
| 9260 | 2026-08-29T21:23:22.337Z | [ recovery-image] Aug 29 21:23:21.709 INFO O| Aug 29 21:23:21.709 INFO STEP 95 (remove_files) COMPLETE |
| 9261 | 2026-08-29T21:23:22.337Z | [ recovery-image] Aug 29 21:23:21.709 INFO O| Aug 29 21:23:21.709 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9262 | 2026-08-29T21:23:22.348Z | [ recovery-image] Aug 29 21:23:21.720 INFO O| Aug 29 21:23:21.720 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
| 9263 | 2026-08-29T21:23:22.349Z | [ recovery-image] Aug 29 21:23:21.720 INFO O| Aug 29 21:23:21.720 INFO STEP 96 (remove_files) COMPLETE |
| 9264 | 2026-08-29T21:23:22.349Z | [ recovery-image] Aug 29 21:23:21.720 INFO O| Aug 29 21:23:21.720 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9265 | 2026-08-29T21:23:22.359Z | [ recovery-image] Aug 29 21:23:21.731 INFO O| Aug 29 21:23:21.730 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
| 9266 | 2026-08-29T21:23:22.359Z | [ recovery-image] Aug 29 21:23:21.731 INFO O| Aug 29 21:23:21.731 INFO STEP 97 (remove_files) COMPLETE |
| 9267 | 2026-08-29T21:23:22.363Z | [ recovery-image] Aug 29 21:23:21.731 INFO O| Aug 29 21:23:21.731 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9268 | 2026-08-29T21:23:22.369Z | [ recovery-image] Aug 29 21:23:21.740 INFO O| Aug 29 21:23:21.740 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
| 9269 | 2026-08-29T21:23:22.369Z | [ recovery-image] Aug 29 21:23:21.740 INFO O| Aug 29 21:23:21.740 INFO STEP 98 (remove_files) COMPLETE |
| 9270 | 2026-08-29T21:23:22.369Z | [ recovery-image] Aug 29 21:23:21.740 INFO O| Aug 29 21:23:21.740 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9271 | 2026-08-29T21:23:22.378Z | [ recovery-image] Aug 29 21:23:21.749 INFO O| Aug 29 21:23:21.749 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
| 9272 | 2026-08-29T21:23:22.378Z | [ recovery-image] Aug 29 21:23:21.749 INFO O| Aug 29 21:23:21.749 INFO STEP 99 (remove_files) COMPLETE |
| 9273 | 2026-08-29T21:23:22.382Z | [ recovery-image] Aug 29 21:23:21.749 INFO O| Aug 29 21:23:21.749 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9274 | 2026-08-29T21:23:22.392Z | [ recovery-image] Aug 29 21:23:21.763 INFO O| Aug 29 21:23:21.763 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal |
| 9275 | 2026-08-29T21:23:22.392Z | [ recovery-image] Aug 29 21:23:21.763 INFO O| Aug 29 21:23:21.763 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_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"} |
| 9276 | 2026-08-29T21:23:27.529Z | [ recovery-image] Aug 29 21:23:26.889 INFO O| Aug 29 21:23:26.889 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 |
| 9277 | 2026-08-29T21:23:27.529Z | [ recovery-image] Aug 29 21:23:26.889 INFO O| Aug 29 21:23:26.889 INFO E| svccfg: Loaded 69 smf(7) service descriptions |
| 9278 | 2026-08-29T21:23:27.533Z | [ recovery-image] Aug 29 21:23:26.904 INFO O| Aug 29 21:23:26.904 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 9279 | 2026-08-29T21:23:27.633Z | [ recovery-image] Aug 29 21:23:27.004 INFO O| Aug 29 21:23:27.004 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1"} |
| 9280 | 2026-08-29T21:23:27.697Z | [ recovery-image] Aug 29 21:23:27.068 INFO O| Aug 29 21:23:27.068 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", "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"} |
| 9281 | 2026-08-29T21:23:27.773Z | [ recovery-image] Aug 29 21:23:27.144 INFO O| Aug 29 21:23:27.144 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist |
| 9282 | 2026-08-29T21:23:27.773Z | [ recovery-image] Aug 29 21:23:27.144 INFO O| Aug 29 21:23:27.144 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 ... |
| 9283 | 2026-08-29T21:23:27.777Z | [ recovery-image] Aug 29 21:23:27.145 INFO O| Aug 29 21:23:27.145 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db |
| 9284 | 2026-08-29T21:23:27.777Z | [ recovery-image] Aug 29 21:23:27.145 INFO O| Aug 29 21:23:27.145 INFO ok! |
| 9285 | 2026-08-29T21:23:27.777Z | [ recovery-image] Aug 29 21:23:27.145 INFO O| Aug 29 21:23:27.145 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing |
| 9286 | 2026-08-29T21:23:27.777Z | [ recovery-image] Aug 29 21:23:27.145 INFO O| Aug 29 21:23:27.145 INFO STEP 100 (seed_smf) COMPLETE |
| 9287 | 2026-08-29T21:23:27.777Z | [ recovery-image] Aug 29 21:23:27.145 INFO O| Aug 29 21:23:27.145 INFO steps complete; finalising image! |
| 9288 | 2026-08-29T21:23:27.777Z | [ recovery-image] Aug 29 21:23:27.145 INFO O| Aug 29 21:23:27.145 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery |
| 9289 | 2026-08-29T21:23:27.835Z | [ recovery-image] Aug 29 21:23:27.206 INFO O| Aug 29 21:23:27.206 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9290 | 2026-08-29T21:23:28.042Z | [ recovery-image] Aug 29 21:23:27.413 INFO O| Aug 29 21:23:27.413 INFO trim TEMPORARY-sled-zfs-recovery: (13% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9291 | 2026-08-29T21:23:28.249Z | [ recovery-image] Aug 29 21:23:27.620 INFO O| Aug 29 21:23:27.620 INFO trim TEMPORARY-sled-zfs-recovery: (26% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9292 | 2026-08-29T21:23:28.456Z | [ recovery-image] Aug 29 21:23:27.827 INFO O| Aug 29 21:23:27.827 INFO trim TEMPORARY-sled-zfs-recovery: (31% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9293 | 2026-08-29T21:23:28.663Z | [ recovery-image] Aug 29 21:23:28.034 INFO O| Aug 29 21:23:28.034 INFO trim TEMPORARY-sled-zfs-recovery: (59% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9294 | 2026-08-29T21:23:28.872Z | [ recovery-image] Aug 29 21:23:28.242 INFO O| Aug 29 21:23:28.242 INFO trim TEMPORARY-sled-zfs-recovery: (64% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9295 | 2026-08-29T21:23:29.077Z | [ recovery-image] Aug 29 21:23:28.448 INFO O| Aug 29 21:23:28.448 INFO trim TEMPORARY-sled-zfs-recovery: (79% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9296 | 2026-08-29T21:23:29.296Z | [ recovery-image] Aug 29 21:23:28.654 INFO O| Aug 29 21:23:28.654 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9297 | 2026-08-29T21:23:29.489Z | [ recovery-image] Aug 29 21:23:28.860 INFO O| Aug 29 21:23:28.860 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9298 | 2026-08-29T21:23:29.695Z | [ recovery-image] Aug 29 21:23:29.066 INFO O| Aug 29 21:23:29.066 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9299 | 2026-08-29T21:23:29.902Z | [ recovery-image] Aug 29 21:23:29.273 INFO O| Aug 29 21:23:29.273 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9300 | 2026-08-29T21:23:30.108Z | [ recovery-image] Aug 29 21:23:29.479 INFO O| Aug 29 21:23:29.479 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9301 | 2026-08-29T21:23:30.313Z | [ recovery-image] Aug 29 21:23:29.684 INFO O| Aug 29 21:23:29.684 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9302 | 2026-08-29T21:23:30.520Z | [ recovery-image] Aug 29 21:23:29.891 INFO O| Aug 29 21:23:29.891 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9303 | 2026-08-29T21:23:30.727Z | [ recovery-image] Aug 29 21:23:30.098 INFO O| Aug 29 21:23:30.098 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9304 | 2026-08-29T21:23:30.933Z | [ recovery-image] Aug 29 21:23:30.305 INFO O| Aug 29 21:23:30.304 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9305 | 2026-08-29T21:23:31.140Z | [ recovery-image] Aug 29 21:23:30.511 INFO O| Aug 29 21:23:30.511 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9306 | 2026-08-29T21:23:31.346Z | [ recovery-image] Aug 29 21:23:30.717 INFO O| Aug 29 21:23:30.717 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9307 | 2026-08-29T21:23:31.552Z | [ recovery-image] Aug 29 21:23:30.923 INFO O| Aug 29 21:23:30.923 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9308 | 2026-08-29T21:23:31.758Z | [ recovery-image] Aug 29 21:23:31.129 INFO O| Aug 29 21:23:31.129 INFO trim TEMPORARY-sled-zfs-recovery: (87% trimmed, started at Sat Aug 29 21:23:27 2026) |
| 9309 | 2026-08-29T21:23:31.860Z | [verify-libraries] Compiling oso v0.27.3 |
| 9310 | 2026-08-29T21:23:31.976Z | [ recovery-image] Aug 29 21:23:31.347 INFO O| Aug 29 21:23:31.347 INFO temporary pool has 500M used, 1.26G avail, 1.00x compressratio |
| 9311 | 2026-08-29T21:23:31.976Z | [ recovery-image] Aug 29 21:23:31.347 INFO O| Aug 29 21:23:31.347 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery |
| 9312 | 2026-08-29T21:23:32.946Z | [ recovery-image] Aug 29 21:23:32.317 INFO O| Aug 29 21:23:32.317 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 |
| 9313 | 2026-08-29T21:23:32.946Z | [ recovery-image] Aug 29 21:23:32.317 INFO O| Aug 29 21:23:32.317 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal |
| 9314 | 2026-08-29T21:23:33.841Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 9315 | 2026-08-29T21:23:35.692Z | [ recovery-image] Aug 29 21:23:35.062 INFO O| Aug 29 21:23:35.062 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9316 | 2026-08-29T21:23:35.692Z | [ recovery-image] Aug 29 21:23:35.062 INFO O| Aug 29 21:23:35.062 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9317 | 2026-08-29T21:23:35.692Z | [ recovery-image] Aug 29 21:23:35.062 INFO O| Aug 29 21:23:35.062 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9318 | 2026-08-29T21:23:35.696Z | [ recovery-image] Aug 29 21:23:35.062 INFO O| Aug 29 21:23:35.062 INFO completed processing sled/zfs-recovery |
| 9319 | 2026-08-29T21:23:35.696Z | [ recovery-image] Aug 29 21:23:35.062 INFO O| Aug 29 21:23:35.062 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 9320 | 2026-08-29T21:23:38.747Z | [verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 9321 | 2026-08-29T21:23:39.414Z | [verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 9322 | 2026-08-29T21:23:41.711Z | [ host-image] Aug 29 21:23:41.082 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24217:20260827T182804Z |
| 9323 | 2026-08-29T21:23:41.711Z | [ host-image] Aug 29 21:23:41.082 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24217:20260827T182804Z |
| 9324 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.082 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z |
| 9325 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.082 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z |
| 9326 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.082 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z |
| 9327 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.082 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z |
| 9328 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.082 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z |
| 9329 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.082 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z |
| 9330 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.083 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260829T210958Z |
| 9331 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.083 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z |
| 9332 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.083 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z |
| 9333 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.083 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24217:20260827T182804Z |
| 9334 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24217:20260827T182804Z |
| 9335 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24217:20260827T182805Z |
| 9336 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24217:20260827T182805Z |
| 9337 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z |
| 9338 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24217:20260827T182805Z |
| 9339 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24217:20260827T182805Z |
| 9340 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24217:20260827T182805Z |
| 9341 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24217:20260827T182805Z |
| 9342 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24217:20260827T182805Z |
| 9343 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.084 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24217:20260827T182805Z |
| 9344 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24217:20260827T182805Z |
| 9345 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24217:20260827T182805Z |
| 9346 | 2026-08-29T21:23:41.716Z | [ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24217:20260827T182806Z |
| 9347 | 2026-08-29T21:23:41.717Z | [ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24217:20260827T182806Z |
| 9348 | 2026-08-29T21:23:41.717Z | [ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24217:20260827T182806Z |
| 9349 | 2026-08-29T21:23:41.717Z | [ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24217:20260827T182806Z |
| 9350 | 2026-08-29T21:23:41.717Z | [ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24217:20260827T182807Z |
| 9351 | 2026-08-29T21:23:41.717Z | [ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24217:20260827T182807Z |
| 9352 | 2026-08-29T21:23:41.717Z | [ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24217:20260827T182807Z |
| 9353 | 2026-08-29T21:23:41.717Z | [ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z |
| 9354 | 2026-08-29T21:23:41.717Z | [ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24217:20260827T182808Z |
| 9355 | 2026-08-29T21:23:41.717Z | [ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24217:20260827T182809Z |
| 9356 | 2026-08-29T21:23:41.717Z | [ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24217:20260827T182809Z |
| 9357 | 2026-08-29T21:23:41.717Z | [ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24217:20260827T182809Z |
| 9358 | 2026-08-29T21:23:41.717Z | [ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24217:20260827T182810Z |
| 9359 | 2026-08-29T21:23:41.717Z | [ host-image] Aug 29 21:23:41.085 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24217:20260827T182810Z |
| 9360 | 2026-08-29T21:23:41.717Z | [ host-image] Aug 29 21:23:41.086 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24217:20260827T182810Z |
| 9361 | 2026-08-29T21:23:41.721Z | [ host-image] Aug 29 21:23:41.088 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z |
| 9362 | 2026-08-29T21:23:41.721Z | [ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24217:20260827T182810Z |
| 9363 | 2026-08-29T21:23:41.721Z | [ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z |
| 9364 | 2026-08-29T21:23:41.721Z | [ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z |
| 9365 | 2026-08-29T21:23:41.721Z | [ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z |
| 9366 | 2026-08-29T21:23:41.721Z | [ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z |
| 9367 | 2026-08-29T21:23:41.721Z | [ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24217:20260827T182810Z |
| 9368 | 2026-08-29T21:23:41.721Z | [ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z |
| 9369 | 2026-08-29T21:23:41.721Z | [ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z |
| 9370 | 2026-08-29T21:23:41.721Z | [ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z |
| 9371 | 2026-08-29T21:23:41.721Z | [ host-image] Aug 29 21:23:41.089 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z |
| 9372 | 2026-08-29T21:23:41.724Z | [ host-image] Aug 29 21:23:41.093 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z |
| 9373 | 2026-08-29T21:23:41.725Z | [ host-image] Aug 29 21:23:41.093 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z |
| 9374 | 2026-08-29T21:23:41.725Z | [ host-image] Aug 29 21:23:41.093 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z |
| 9375 | 2026-08-29T21:23:41.725Z | [ host-image] Aug 29 21:23:41.093 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z |
| 9376 | 2026-08-29T21:23:41.725Z | [ host-image] Aug 29 21:23:41.093 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z |
| 9377 | 2026-08-29T21:23:41.725Z | [ host-image] Aug 29 21:23:41.094 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z |
| 9378 | 2026-08-29T21:23:41.738Z | [ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z |
| 9379 | 2026-08-29T21:23:41.738Z | [ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z |
| 9380 | 2026-08-29T21:23:41.738Z | [ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z |
| 9381 | 2026-08-29T21:23:41.738Z | [ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24217:20260827T182811Z |
| 9382 | 2026-08-29T21:23:41.738Z | [ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24217:20260827T182814Z |
| 9383 | 2026-08-29T21:23:41.738Z | [ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z |
| 9384 | 2026-08-29T21:23:41.738Z | [ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24217:20260827T182814Z |
| 9385 | 2026-08-29T21:23:41.738Z | [ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z |
| 9386 | 2026-08-29T21:23:41.738Z | [ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z |
| 9387 | 2026-08-29T21:23:41.738Z | [ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z |
| 9388 | 2026-08-29T21:23:41.738Z | [ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z |
| 9389 | 2026-08-29T21:23:41.738Z | [ host-image] Aug 29 21:23:41.106 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24217:20260827T182814Z |
| 9390 | 2026-08-29T21:23:41.738Z | [ host-image] Aug 29 21:23:41.107 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z |
| 9391 | 2026-08-29T21:23:41.738Z | [ host-image] Aug 29 21:23:41.108 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z |
| 9392 | 2026-08-29T21:23:41.738Z | [ host-image] Aug 29 21:23:41.108 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z |
| 9393 | 2026-08-29T21:23:41.738Z | [ host-image] Aug 29 21:23:41.108 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z |
| 9394 | 2026-08-29T21:23:41.738Z | [ host-image] Aug 29 21:23:41.108 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24217:20260827T182814Z |
| 9395 | 2026-08-29T21:23:41.738Z | [ host-image] Aug 29 21:23:41.108 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z |
| 9396 | 2026-08-29T21:23:41.742Z | [ host-image] Aug 29 21:23:41.112 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z |
| 9397 | 2026-08-29T21:23:41.742Z | [ host-image] Aug 29 21:23:41.112 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24217:20260827T182814Z |
| 9398 | 2026-08-29T21:23:41.742Z | [ host-image] Aug 29 21:23:41.112 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24217:20260827T182815Z |
| 9399 | 2026-08-29T21:23:41.742Z | [ host-image] Aug 29 21:23:41.113 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24217:20260827T182815Z |
| 9400 | 2026-08-29T21:23:41.742Z | [ host-image] Aug 29 21:23:41.113 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z |
| 9401 | 2026-08-29T21:23:41.742Z | [ host-image] Aug 29 21:23:41.113 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24217:20260827T182815Z |
| 9402 | 2026-08-29T21:23:41.742Z | [ host-image] Aug 29 21:23:41.113 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24217:20260827T182815Z |
| 9403 | 2026-08-29T21:23:41.742Z | [ host-image] Aug 29 21:23:41.113 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24217:20260827T182815Z |
| 9404 | 2026-08-29T21:23:41.742Z | [ host-image] Aug 29 21:23:41.113 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24217:20260827T182815Z |
| 9405 | 2026-08-29T21:23:41.746Z | [ host-image] Aug 29 21:23:41.114 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z |
| 9406 | 2026-08-29T21:23:41.746Z | [ host-image] Aug 29 21:23:41.114 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24217:20260827T182816Z |
| 9407 | 2026-08-29T21:23:41.746Z | [ host-image] Aug 29 21:23:41.114 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24217:20260827T182816Z |
| 9408 | 2026-08-29T21:23:41.746Z | [ host-image] Aug 29 21:23:41.114 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z |
| 9409 | 2026-08-29T21:23:41.746Z | [ host-image] Aug 29 21:23:41.115 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24217:20260827T182816Z |
| 9410 | 2026-08-29T21:23:41.746Z | [ host-image] Aug 29 21:23:41.115 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24217:20260827T182816Z |
| 9411 | 2026-08-29T21:23:41.746Z | [ host-image] Aug 29 21:23:41.115 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24217:20260827T182816Z |
| 9412 | 2026-08-29T21:23:41.746Z | [ host-image] Aug 29 21:23:41.115 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24217:20260827T182816Z |
| 9413 | 2026-08-29T21:23:41.746Z | [ host-image] Aug 29 21:23:41.117 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24217:20260827T182816Z |
| 9414 | 2026-08-29T21:23:41.746Z | [ host-image] Aug 29 21:23:41.117 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z |
| 9415 | 2026-08-29T21:23:41.746Z | [ host-image] Aug 29 21:23:41.117 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24217:20260827T182816Z |
| 9416 | 2026-08-29T21:23:41.746Z | [ host-image] Aug 29 21:23:41.117 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24217:20260827T182816Z |
| 9417 | 2026-08-29T21:23:41.750Z | [ host-image] Aug 29 21:23:41.118 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24217:20260827T182817Z |
| 9418 | 2026-08-29T21:23:41.750Z | [ host-image] Aug 29 21:23:41.118 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24217:20260827T182817Z |
| 9419 | 2026-08-29T21:23:41.750Z | [ host-image] Aug 29 21:23:41.118 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24217:20260827T182817Z |
| 9420 | 2026-08-29T21:23:41.750Z | [ host-image] Aug 29 21:23:41.118 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24217:20260827T182817Z |
| 9421 | 2026-08-29T21:23:41.750Z | [ host-image] Aug 29 21:23:41.118 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24217:20260827T182817Z |
| 9422 | 2026-08-29T21:23:41.750Z | [ host-image] Aug 29 21:23:41.118 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24217:20260827T182817Z |
| 9423 | 2026-08-29T21:23:41.750Z | [ host-image] Aug 29 21:23:41.121 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24217:20260827T182818Z |
| 9424 | 2026-08-29T21:23:41.750Z | [ host-image] Aug 29 21:23:41.121 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24217:20260827T182817Z |
| 9425 | 2026-08-29T21:23:41.750Z | [ host-image] Aug 29 21:23:41.121 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24217:20260827T182817Z |
| 9426 | 2026-08-29T21:23:41.754Z | [ host-image] Aug 29 21:23:41.122 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24217:20260827T182817Z |
| 9427 | 2026-08-29T21:23:41.754Z | [ host-image] Aug 29 21:23:41.122 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24217:20260827T182818Z |
| 9428 | 2026-08-29T21:23:41.757Z | [ host-image] Aug 29 21:23:41.128 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24217:20260827T182819Z |
| 9429 | 2026-08-29T21:23:41.757Z | [ host-image] Aug 29 21:23:41.128 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24217:20260827T182818Z |
| 9430 | 2026-08-29T21:23:41.757Z | [ host-image] Aug 29 21:23:41.128 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24217:20260827T182818Z |
| 9431 | 2026-08-29T21:23:41.757Z | [ host-image] Aug 29 21:23:41.128 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z |
| 9432 | 2026-08-29T21:23:41.757Z | [ host-image] Aug 29 21:23:41.128 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z |
| 9433 | 2026-08-29T21:23:41.765Z | [ host-image] Aug 29 21:23:41.137 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24217:20260827T182818Z |
| 9434 | 2026-08-29T21:23:41.766Z | [ host-image] Aug 29 21:23:41.137 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z |
| 9435 | 2026-08-29T21:23:41.766Z | [ host-image] Aug 29 21:23:41.137 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24217:20260827T182818Z |
| 9436 | 2026-08-29T21:23:41.766Z | [ host-image] Aug 29 21:23:41.137 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24217:20260827T182818Z |
| 9437 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.137 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24217:20260827T182818Z |
| 9438 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.137 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z |
| 9439 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.137 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z |
| 9440 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.137 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24217:20260827T182819Z |
| 9441 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.138 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24217:20260827T182819Z |
| 9442 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.138 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24217:20260827T182819Z |
| 9443 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.138 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24217:20260827T182819Z |
| 9444 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.138 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24217:20260827T182819Z |
| 9445 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.138 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24217:20260827T182819Z |
| 9446 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.138 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z |
| 9447 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.139 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24217:20260827T182819Z |
| 9448 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.139 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24217:20260827T182819Z |
| 9449 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.139 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24217:20260827T182819Z |
| 9450 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.139 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24217:20260827T182820Z |
| 9451 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.139 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24217:20260827T182820Z |
| 9452 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.139 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24217:20260827T182820Z |
| 9453 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.139 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z |
| 9454 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.139 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z |
| 9455 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.140 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24217:20260827T182821Z |
| 9456 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.140 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24217:20260827T182821Z |
| 9457 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.140 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z |
| 9458 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.140 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z |
| 9459 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.140 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z |
| 9460 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.140 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z |
| 9461 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.140 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z |
| 9462 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.140 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z |
| 9463 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.141 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z |
| 9464 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.141 INFO O| tempdir @ "/tmp/.tmpAgFO9H/tmp" |
| 9465 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.141 INFO O| image root @ "/tmp/.tmpAgFO9H/tmp/root" |
| 9466 | 2026-08-29T21:23:41.770Z | [ host-image] Aug 29 21:23:41.141 INFO O| creating image... |
| 9467 | 2026-08-29T21:23:47.790Z | [ recovery-image] Aug 29 21:23:47.161 INFO O| Aug 29 21:23:47.161 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 9468 | 2026-08-29T21:23:47.898Z | [ host-image] Aug 29 21:23:47.264 INFO O| copying publishers... |
| 9469 | 2026-08-29T21:23:47.951Z | [ recovery-image] Aug 29 21:23:47.322 INFO BUILD STRING "heads/stlouis-0-ge73f257543\n" |
| 9470 | 2026-08-29T21:23:47.951Z | [ recovery-image] Aug 29 21:23:47.322 INFO expanded image name: "recovery 1cb7ef2/${os_short_commit} 2026-08-29 21:09" -> "recovery 1cb7ef2/e73f257 2026-08-29 21:09" |
| 9471 | 2026-08-29T21:23:47.955Z | [ recovery-image] Aug 29 21:23:47.323 INFO output artefacts stored in: "/work/os-recovery" |
| 9472 | 2026-08-29T21:23:47.955Z | [ recovery-image] Aug 29 21:23:47.323 INFO collecting git info from project "pilot"... |
| 9473 | 2026-08-29T21:23:47.963Z | [ recovery-image] Aug 29 21:23:47.334 INFO collecting git info from project "amd-host-image-builder"... |
| 9474 | 2026-08-29T21:23:48.004Z | [ recovery-image] Aug 29 21:23:47.375 INFO collecting git info from project "bootserver"... |
| 9475 | 2026-08-29T21:23:48.011Z | [ recovery-image] Aug 29 21:23:47.383 INFO collecting git info from project "amd-firmware"... |
| 9476 | 2026-08-29T21:23:48.472Z | [ recovery-image] Aug 29 21:23:47.843 INFO collecting git info from project "image-builder"... |
| 9477 | 2026-08-29T21:23:48.482Z | [ recovery-image] Aug 29 21:23:47.853 INFO collecting git info from project "dmar-report"... |
| 9478 | 2026-08-29T21:23:48.500Z | [ recovery-image] Aug 29 21:23:47.871 INFO collecting git info from project "chelsio-t6-roms"... |
| 9479 | 2026-08-29T21:23:48.523Z | [ recovery-image] Aug 29 21:23:47.894 INFO collecting git info from project "pinprick"... |
| 9480 | 2026-08-29T21:23:48.534Z | [ recovery-image] Aug 29 21:23:47.905 INFO collecting git info from project "phbl"... |
| 9481 | 2026-08-29T21:23:48.545Z | [ recovery-image] Aug 29 21:23:47.916 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 9482 | 2026-08-29T21:23:49.042Z | [ recovery-image] Aug 29 21:23:48.413 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 9483 | 2026-08-29T21:23:49.413Z | [ recovery-image] Aug 29 21:23:48.784 INFO creating Oxide boot image... |
| 9484 | 2026-08-29T21:23:49.414Z | [ recovery-image] Aug 29 21:23:48.785 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 1cb7ef2/e73f257 2026-08-29 21:09", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
| 9485 | 2026-08-29T21:23:51.273Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 9486 | 2026-08-29T21:23:51.606Z | [ host-image] Aug 29 21:23:50.976 INFO O| adding properties... |
| 9487 | 2026-08-29T21:23:52.375Z | [verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 9488 | 2026-08-29T21:23:53.299Z | [ host-image] Aug 29 21:23:52.667 INFO O| installing packages... |
| 9489 | 2026-08-29T21:23:53.362Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 9490 | 2026-08-29T21:23:53.410Z | [verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 9491 | 2026-08-29T21:23:54.389Z | [verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 9492 | 2026-08-29T21:23:54.537Z | [verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 9493 | 2026-08-29T21:23:58.793Z | [verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 9494 | 2026-08-29T21:23:59.565Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 9495 | 2026-08-29T21:24:01.699Z | [verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 9496 | 2026-08-29T21:24:04.646Z | [ host-image] Aug 29 21:24:04.015 INFO O| seeding SMF database... |
| 9497 | 2026-08-29T21:24:09.670Z | [ host-image] Aug 29 21:24:09.041 INFO O| configuring SMF profile... |
| 9498 | 2026-08-29T21:24:09.670Z | [ host-image] Aug 29 21:24:09.041 INFO O| modifying shadow(5)... |
| 9499 | 2026-08-29T21:24:09.670Z | [ host-image] Aug 29 21:24:09.041 INFO O| loading user and group database... |
| 9500 | 2026-08-29T21:24:09.675Z | [ host-image] Aug 29 21:24:09.041 INFO O| loading facet selections... |
| 9501 | 2026-08-29T21:24:10.041Z | [ host-image] Aug 29 21:24:09.411 INFO O| devel -> true |
| 9502 | 2026-08-29T21:24:10.041Z | [ host-image] Aug 29 21:24:09.411 INFO O| doc.man -> true |
| 9503 | 2026-08-29T21:24:10.046Z | [ host-image] Aug 29 21:24:09.411 INFO O| version-lock.shell/ksh93 -> true |
| 9504 | 2026-08-29T21:24:10.046Z | [ host-image] Aug 29 21:24:09.411 INFO O| version-lock.system/data/hardware-registry -> true |
| 9505 | 2026-08-29T21:24:10.046Z | [ host-image] Aug 29 21:24:09.411 INFO O| version-lock.system/data/zoneinfo -> true |
| 9506 | 2026-08-29T21:24:10.046Z | [ host-image] Aug 29 21:24:09.411 INFO O| version-lock.system/microcode/amd -> true |
| 9507 | 2026-08-29T21:24:10.046Z | [ host-image] Aug 29 21:24:09.411 INFO O| version-lock.system/microcode/intel -> true |
| 9508 | 2026-08-29T21:24:10.047Z | [ host-image] Aug 29 21:24:09.411 INFO O| version-lock.system/microcode/oxide -> true |
| 9509 | 2026-08-29T21:24:10.047Z | [ host-image] Aug 29 21:24:09.411 INFO O| assessing packaged files... |
| 9510 | 2026-08-29T21:24:10.377Z | [verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 9511 | 2026-08-29T21:24:11.782Z | [ host-image] Aug 29 21:24:11.144 INFO O| creating archive... |
| 9512 | 2026-08-29T21:24:11.845Z | [ host-image] Aug 29 21:24:11.165 INFO O| missing from packaging: |
| 9513 | 2026-08-29T21:24:11.845Z | [ host-image] Aug 29 21:24:11.165 INFO O| "etc/.pwd.lock" |
| 9514 | 2026-08-29T21:24:11.861Z | [ host-image] Aug 29 21:24:11.165 INFO O| "etc/bash" |
| 9515 | 2026-08-29T21:24:11.861Z | [ host-image] Aug 29 21:24:11.169 INFO O| "etc/svc/profile/generic.xml" |
| 9516 | 2026-08-29T21:24:11.861Z | [ host-image] Aug 29 21:24:11.169 INFO O| "etc/svc/profile/inetd_services.xml" |
| 9517 | 2026-08-29T21:24:11.861Z | [ host-image] Aug 29 21:24:11.169 INFO O| "etc/svc/profile/name_service.xml" |
| 9518 | 2026-08-29T21:24:11.861Z | [ host-image] Aug 29 21:24:11.169 INFO O| "etc/svc/profile/platform.xml" |
| 9519 | 2026-08-29T21:24:11.861Z | [ host-image] Aug 29 21:24:11.169 INFO O| "etc/svc/profile/platform_omicron1.xml" |
| 9520 | 2026-08-29T21:24:11.861Z | [ host-image] Aug 29 21:24:11.169 INFO O| "etc/svc/repository.db" |
| 9521 | 2026-08-29T21:24:11.861Z | [ host-image] Aug 29 21:24:11.175 INFO O| "opt/ooce/share" |
| 9522 | 2026-08-29T21:24:11.861Z | [ host-image] Aug 29 21:24:11.175 INFO O| "opt/ooce/share/man" |
| 9523 | 2026-08-29T21:24:11.861Z | [ host-image] Aug 29 21:24:11.175 INFO O| "opt/ooce/share/man/man1" |
| 9524 | 2026-08-29T21:24:11.861Z | [ host-image] Aug 29 21:24:11.183 INFO O| finishing archive... |
| 9525 | 2026-08-29T21:24:11.997Z | [verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 9526 | 2026-08-29T21:24:14.159Z | [ host-image] Aug 29 21:24:13.529 INFO O| creating gzonly manifest... |
| 9527 | 2026-08-29T21:24:14.165Z | [ host-image] Aug 29 21:24:13.536 INFO O| ok |
| 9528 | 2026-08-29T21:24:14.278Z | [ host-image] Aug 29 21:24:13.647 INFO image builder template: ramdisk-02-trim... |
| 9529 | 2026-08-29T21:24:14.278Z | [ host-image] Aug 29 21:24:13.647 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/.tmpdiOogb/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None |
| 9530 | 2026-08-29T21:24:14.295Z | [ host-image] Aug 29 21:24:13.666 INFO O| Aug 29 21:24:13.666 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9531 | 2026-08-29T21:24:14.299Z | [ host-image] Aug 29 21:24:13.670 INFO O| Aug 29 21:24:13.670 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9532 | 2026-08-29T21:24:15.112Z | [ host-image] Aug 29 21:24:14.482 INFO O| Aug 29 21:24:14.482 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled |
| 9533 | 2026-08-29T21:24:15.251Z | [ host-image] Aug 29 21:24:14.622 INFO O| Aug 29 21:24:14.622 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9534 | 2026-08-29T21:24:15.252Z | [ host-image] Aug 29 21:24:14.622 INFO O| Aug 29 21:24:14.622 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 9535 | 2026-08-29T21:24:15.264Z | [ host-image] Aug 29 21:24:14.627 INFO O| Aug 29 21:24:14.626 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9536 | 2026-08-29T21:24:15.264Z | [ host-image] Aug 29 21:24:14.630 INFO O| Aug 29 21:24:14.630 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 9537 | 2026-08-29T21:24:15.274Z | [ host-image] Aug 29 21:24:14.636 INFO O| Aug 29 21:24:14.636 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 9538 | 2026-08-29T21:24:15.908Z | [ host-image] Aug 29 21:24:15.279 INFO O| Aug 29 21:24:15.278 INFO rolled back to input snapshot; work may begin |
| 9539 | 2026-08-29T21:24:15.908Z | [ host-image] Aug 29 21:24:15.279 INFO O| Aug 29 21:24:15.279 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 9540 | 2026-08-29T21:24:15.916Z | [ host-image] Aug 29 21:24:15.283 INFO O| Aug 29 21:24:15.283 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9541 | 2026-08-29T21:24:15.926Z | [ host-image] Aug 29 21:24:15.291 INFO O| Aug 29 21:24:15.291 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg" |
| 9542 | 2026-08-29T21:24:15.960Z | [ host-image] Aug 29 21:24:15.331 INFO O| Aug 29 21:24:15.330 INFO STEP 0 (remove_files) COMPLETE |
| 9543 | 2026-08-29T21:24:15.961Z | [ host-image] Aug 29 21:24:15.331 INFO O| Aug 29 21:24:15.331 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9544 | 2026-08-29T21:24:15.974Z | [ host-image] Aug 29 21:24:15.340 INFO O| Aug 29 21:24:15.340 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4" |
| 9545 | 2026-08-29T21:24:15.974Z | [ host-image] Aug 29 21:24:15.341 INFO O| Aug 29 21:24:15.341 INFO STEP 1 (remove_files) COMPLETE |
| 9546 | 2026-08-29T21:24:15.974Z | [ host-image] Aug 29 21:24:15.341 INFO O| Aug 29 21:24:15.341 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9547 | 2026-08-29T21:24:15.988Z | [ host-image] Aug 29 21:24:15.349 INFO O| Aug 29 21:24:15.349 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include" |
| 9548 | 2026-08-29T21:24:15.999Z | [ host-image] Aug 29 21:24:15.362 INFO O| Aug 29 21:24:15.362 INFO STEP 2 (remove_files) COMPLETE |
| 9549 | 2026-08-29T21:24:15.999Z | [ host-image] Aug 29 21:24:15.362 INFO O| Aug 29 21:24:15.362 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9550 | 2026-08-29T21:24:16.008Z | [ host-image] Aug 29 21:24:15.371 INFO O| Aug 29 21:24:15.371 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo" |
| 9551 | 2026-08-29T21:24:16.008Z | [ host-image] Aug 29 21:24:15.372 INFO O| Aug 29 21:24:15.372 INFO STEP 3 (remove_files) COMPLETE |
| 9552 | 2026-08-29T21:24:16.008Z | [ host-image] Aug 29 21:24:15.372 INFO O| Aug 29 21:24:15.372 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9553 | 2026-08-29T21:24:16.024Z | [ host-image] Aug 29 21:24:15.380 INFO O| Aug 29 21:24:15.380 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help" |
| 9554 | 2026-08-29T21:24:16.024Z | [ host-image] Aug 29 21:24:15.383 INFO O| Aug 29 21:24:15.383 INFO STEP 4 (remove_files) COMPLETE |
| 9555 | 2026-08-29T21:24:16.024Z | [ host-image] Aug 29 21:24:15.383 INFO O| Aug 29 21:24:15.383 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9556 | 2026-08-29T21:24:16.024Z | [ host-image] Aug 29 21:24:15.391 INFO O| Aug 29 21:24:15.391 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc" |
| 9557 | 2026-08-29T21:24:16.024Z | [ host-image] Aug 29 21:24:15.393 INFO O| Aug 29 21:24:15.393 INFO STEP 5 (remove_files) COMPLETE |
| 9558 | 2026-08-29T21:24:16.024Z | [ host-image] Aug 29 21:24:15.393 INFO O| Aug 29 21:24:15.393 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9559 | 2026-08-29T21:24:16.036Z | [ host-image] Aug 29 21:24:15.401 INFO O| Aug 29 21:24:15.401 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion" |
| 9560 | 2026-08-29T21:24:16.046Z | [ host-image] Aug 29 21:24:15.410 INFO O| Aug 29 21:24:15.410 INFO STEP 6 (remove_files) COMPLETE |
| 9561 | 2026-08-29T21:24:16.046Z | [ host-image] Aug 29 21:24:15.410 INFO O| Aug 29 21:24:15.410 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9562 | 2026-08-29T21:24:16.046Z | [ host-image] Aug 29 21:24:15.410 INFO O| Aug 29 21:24:15.410 INFO skip step because feature "heliosv2" is not enabled |
| 9563 | 2026-08-29T21:24:16.046Z | [ host-image] Aug 29 21:24:15.410 INFO O| Aug 29 21:24:15.410 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9564 | 2026-08-29T21:24:16.065Z | [ host-image] Aug 29 21:24:15.419 INFO O| Aug 29 21:24:15.419 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man" |
| 9565 | 2026-08-29T21:24:16.076Z | [ host-image] Aug 29 21:24:15.430 INFO O| Aug 29 21:24:15.430 INFO STEP 8 (remove_files) COMPLETE |
| 9566 | 2026-08-29T21:24:16.076Z | [ host-image] Aug 29 21:24:15.430 INFO O| Aug 29 21:24:15.430 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9567 | 2026-08-29T21:24:16.076Z | [ host-image] Aug 29 21:24:15.441 INFO O| Aug 29 21:24:15.441 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl" |
| 9568 | 2026-08-29T21:24:16.141Z | [ host-image] Aug 29 21:24:15.508 INFO O| Aug 29 21:24:15.508 INFO STEP 9 (remove_files) COMPLETE |
| 9569 | 2026-08-29T21:24:16.141Z | [ host-image] Aug 29 21:24:15.508 INFO O| Aug 29 21:24:15.508 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9570 | 2026-08-29T21:24:16.149Z | [ host-image] Aug 29 21:24:15.520 INFO O| Aug 29 21:24:15.520 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man" |
| 9571 | 2026-08-29T21:24:16.222Z | [ host-image] Aug 29 21:24:15.592 INFO O| Aug 29 21:24:15.592 INFO STEP 10 (remove_files) COMPLETE |
| 9572 | 2026-08-29T21:24:16.222Z | [ host-image] Aug 29 21:24:15.592 INFO O| Aug 29 21:24:15.592 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9573 | 2026-08-29T21:24:16.235Z | [ host-image] Aug 29 21:24:15.605 INFO O| Aug 29 21:24:15.605 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp" |
| 9574 | 2026-08-29T21:24:16.242Z | [ host-image] Aug 29 21:24:15.608 INFO O| Aug 29 21:24:15.608 INFO STEP 11 (remove_files) COMPLETE |
| 9575 | 2026-08-29T21:24:16.242Z | [ host-image] Aug 29 21:24:15.608 INFO O| Aug 29 21:24:15.608 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9576 | 2026-08-29T21:24:16.250Z | [ host-image] Aug 29 21:24:15.620 INFO O| Aug 29 21:24:15.620 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386" |
| 9577 | 2026-08-29T21:24:16.261Z | [ host-image] Aug 29 21:24:15.621 INFO O| Aug 29 21:24:15.621 INFO STEP 12 (remove_files) COMPLETE |
| 9578 | 2026-08-29T21:24:16.261Z | [ host-image] Aug 29 21:24:15.621 INFO O| Aug 29 21:24:15.621 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9579 | 2026-08-29T21:24:16.269Z | [ host-image] Aug 29 21:24:15.634 INFO O| Aug 29 21:24:15.634 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv" |
| 9580 | 2026-08-29T21:24:16.270Z | [ host-image] Aug 29 21:24:15.635 INFO O| Aug 29 21:24:15.635 INFO STEP 13 (remove_files) COMPLETE |
| 9581 | 2026-08-29T21:24:16.270Z | [ host-image] Aug 29 21:24:15.635 INFO O| Aug 29 21:24:15.635 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9582 | 2026-08-29T21:24:16.284Z | [ host-image] Aug 29 21:24:15.654 INFO O| Aug 29 21:24:15.654 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
| 9583 | 2026-08-29T21:24:16.284Z | [ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
| 9584 | 2026-08-29T21:24:16.284Z | [ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
| 9585 | 2026-08-29T21:24:16.311Z | [ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
| 9586 | 2026-08-29T21:24:16.311Z | [ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
| 9587 | 2026-08-29T21:24:16.311Z | [ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
| 9588 | 2026-08-29T21:24:16.311Z | [ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
| 9589 | 2026-08-29T21:24:16.311Z | [ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
| 9590 | 2026-08-29T21:24:16.311Z | [ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
| 9591 | 2026-08-29T21:24:16.311Z | [ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
| 9592 | 2026-08-29T21:24:16.311Z | [ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
| 9593 | 2026-08-29T21:24:16.311Z | [ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
| 9594 | 2026-08-29T21:24:16.311Z | [ host-image] Aug 29 21:24:15.655 INFO O| Aug 29 21:24:15.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
| 9595 | 2026-08-29T21:24:16.311Z | [ host-image] Aug 29 21:24:15.656 INFO O| Aug 29 21:24:15.656 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
| 9596 | 2026-08-29T21:24:16.311Z | [ host-image] Aug 29 21:24:15.656 INFO O| Aug 29 21:24:15.656 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
| 9597 | 2026-08-29T21:24:16.312Z | [ host-image] Aug 29 21:24:15.656 INFO O| Aug 29 21:24:15.656 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
| 9598 | 2026-08-29T21:24:16.312Z | [ host-image] Aug 29 21:24:15.663 INFO O| Aug 29 21:24:15.663 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a" |
| 9599 | 2026-08-29T21:24:16.312Z | [ host-image] Aug 29 21:24:15.663 INFO O| Aug 29 21:24:15.663 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a" |
| 9600 | 2026-08-29T21:24:16.483Z | [ host-image] Aug 29 21:24:15.854 INFO O| Aug 29 21:24:15.854 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a" |
| 9601 | 2026-08-29T21:24:16.494Z | [ host-image] Aug 29 21:24:15.864 INFO O| Aug 29 21:24:15.864 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 9602 | 2026-08-29T21:24:16.543Z | [ host-image] Aug 29 21:24:15.902 INFO O| Aug 29 21:24:15.902 INFO STEP 14 (remove_files) COMPLETE |
| 9603 | 2026-08-29T21:24:16.543Z | [ host-image] Aug 29 21:24:15.902 INFO O| Aug 29 21:24:15.902 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9604 | 2026-08-29T21:24:16.565Z | [ host-image] Aug 29 21:24:15.911 INFO O| Aug 29 21:24:15.911 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot" |
| 9605 | 2026-08-29T21:24:16.566Z | [ host-image] Aug 29 21:24:15.912 INFO O| Aug 29 21:24:15.912 INFO STEP 15 (remove_files) COMPLETE |
| 9606 | 2026-08-29T21:24:16.566Z | [ host-image] Aug 29 21:24:15.912 INFO O| Aug 29 21:24:15.912 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9607 | 2026-08-29T21:24:16.571Z | [ host-image] Aug 29 21:24:15.919 INFO O| Aug 29 21:24:15.919 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc" |
| 9608 | 2026-08-29T21:24:16.579Z | [ host-image] Aug 29 21:24:15.925 INFO O| Aug 29 21:24:15.925 INFO STEP 16 (remove_files) COMPLETE |
| 9609 | 2026-08-29T21:24:16.579Z | [ host-image] Aug 29 21:24:15.925 INFO O| Aug 29 21:24:15.925 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9610 | 2026-08-29T21:24:16.579Z | [ host-image] Aug 29 21:24:15.932 INFO O| Aug 29 21:24:15.932 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv" |
| 9611 | 2026-08-29T21:24:16.579Z | [ host-image] Aug 29 21:24:15.932 INFO O| Aug 29 21:24:15.932 INFO STEP 17 (remove_files) COMPLETE |
| 9612 | 2026-08-29T21:24:16.579Z | [ host-image] Aug 29 21:24:15.932 INFO O| Aug 29 21:24:15.932 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9613 | 2026-08-29T21:24:16.579Z | [ host-image] Aug 29 21:24:15.939 INFO O| Aug 29 21:24:15.939 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc" |
| 9614 | 2026-08-29T21:24:16.579Z | [ host-image] Aug 29 21:24:15.941 INFO O| Aug 29 21:24:15.941 INFO STEP 18 (remove_files) COMPLETE |
| 9615 | 2026-08-29T21:24:16.580Z | [ host-image] Aug 29 21:24:15.941 INFO O| Aug 29 21:24:15.941 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9616 | 2026-08-29T21:24:16.580Z | [ host-image] Aug 29 21:24:15.948 INFO O| Aug 29 21:24:15.948 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 9617 | 2026-08-29T21:24:16.580Z | [ host-image] Aug 29 21:24:15.948 INFO O| Aug 29 21:24:15.948 INFO STEP 19 (remove_files) COMPLETE |
| 9618 | 2026-08-29T21:24:16.580Z | [ host-image] Aug 29 21:24:15.948 INFO O| Aug 29 21:24:15.948 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9619 | 2026-08-29T21:24:16.588Z | [ host-image] Aug 29 21:24:15.956 INFO O| Aug 29 21:24:15.955 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 9620 | 2026-08-29T21:24:16.588Z | [ host-image] Aug 29 21:24:15.956 INFO O| Aug 29 21:24:15.956 INFO STEP 20 (remove_files) COMPLETE |
| 9621 | 2026-08-29T21:24:16.588Z | [ host-image] Aug 29 21:24:15.956 INFO O| Aug 29 21:24:15.956 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9622 | 2026-08-29T21:24:16.595Z | [ host-image] Aug 29 21:24:15.965 INFO O| Aug 29 21:24:15.965 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 9623 | 2026-08-29T21:24:16.595Z | [ host-image] Aug 29 21:24:15.965 INFO O| Aug 29 21:24:15.965 INFO STEP 21 (remove_files) COMPLETE |
| 9624 | 2026-08-29T21:24:16.595Z | [ host-image] Aug 29 21:24:15.965 INFO O| Aug 29 21:24:15.965 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9625 | 2026-08-29T21:24:16.609Z | [ host-image] Aug 29 21:24:15.972 INFO O| Aug 29 21:24:15.972 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 9626 | 2026-08-29T21:24:16.609Z | [ host-image] Aug 29 21:24:15.972 INFO O| Aug 29 21:24:15.972 INFO STEP 22 (remove_files) COMPLETE |
| 9627 | 2026-08-29T21:24:16.609Z | [ host-image] Aug 29 21:24:15.972 INFO O| Aug 29 21:24:15.972 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9628 | 2026-08-29T21:24:16.627Z | [ host-image] Aug 29 21:24:15.982 INFO O| Aug 29 21:24:15.982 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 9629 | 2026-08-29T21:24:16.627Z | [ host-image] Aug 29 21:24:15.982 INFO O| Aug 29 21:24:15.982 INFO STEP 23 (remove_files) COMPLETE |
| 9630 | 2026-08-29T21:24:16.627Z | [ host-image] Aug 29 21:24:15.982 INFO O| Aug 29 21:24:15.982 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9631 | 2026-08-29T21:24:16.627Z | [ host-image] Aug 29 21:24:15.991 INFO O| Aug 29 21:24:15.991 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 9632 | 2026-08-29T21:24:16.627Z | [ host-image] Aug 29 21:24:15.991 INFO O| Aug 29 21:24:15.991 INFO STEP 24 (remove_files) COMPLETE |
| 9633 | 2026-08-29T21:24:16.627Z | [ host-image] Aug 29 21:24:15.991 INFO O| Aug 29 21:24:15.991 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9634 | 2026-08-29T21:24:16.637Z | [ host-image] Aug 29 21:24:16.001 INFO O| Aug 29 21:24:16.001 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 9635 | 2026-08-29T21:24:16.638Z | [ host-image] Aug 29 21:24:16.001 INFO O| Aug 29 21:24:16.001 INFO STEP 25 (remove_files) COMPLETE |
| 9636 | 2026-08-29T21:24:16.638Z | [ host-image] Aug 29 21:24:16.001 INFO O| Aug 29 21:24:16.001 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9637 | 2026-08-29T21:24:16.655Z | [ host-image] Aug 29 21:24:16.011 INFO O| Aug 29 21:24:16.011 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power" |
| 9638 | 2026-08-29T21:24:16.656Z | [ host-image] Aug 29 21:24:16.011 INFO O| Aug 29 21:24:16.011 INFO STEP 26 (remove_files) COMPLETE |
| 9639 | 2026-08-29T21:24:16.656Z | [ host-image] Aug 29 21:24:16.011 INFO O| Aug 29 21:24:16.011 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9640 | 2026-08-29T21:24:16.667Z | [ host-image] Aug 29 21:24:16.019 INFO O| Aug 29 21:24:16.019 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 9641 | 2026-08-29T21:24:16.667Z | [ host-image] Aug 29 21:24:16.019 INFO O| Aug 29 21:24:16.019 INFO STEP 27 (remove_files) COMPLETE |
| 9642 | 2026-08-29T21:24:16.667Z | [ host-image] Aug 29 21:24:16.019 INFO O| Aug 29 21:24:16.019 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9643 | 2026-08-29T21:24:16.667Z | [ host-image] Aug 29 21:24:16.028 INFO O| Aug 29 21:24:16.028 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 9644 | 2026-08-29T21:24:16.667Z | [ host-image] Aug 29 21:24:16.028 INFO O| Aug 29 21:24:16.028 INFO STEP 28 (remove_files) COMPLETE |
| 9645 | 2026-08-29T21:24:16.667Z | [ host-image] Aug 29 21:24:16.028 INFO O| Aug 29 21:24:16.028 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9646 | 2026-08-29T21:24:16.679Z | [ host-image] Aug 29 21:24:16.038 INFO O| Aug 29 21:24:16.038 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 9647 | 2026-08-29T21:24:16.680Z | [ host-image] Aug 29 21:24:16.038 INFO O| Aug 29 21:24:16.038 INFO STEP 29 (remove_files) COMPLETE |
| 9648 | 2026-08-29T21:24:16.680Z | [ host-image] Aug 29 21:24:16.038 INFO O| Aug 29 21:24:16.038 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9649 | 2026-08-29T21:24:16.680Z | [ host-image] Aug 29 21:24:16.047 INFO O| Aug 29 21:24:16.046 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 9650 | 2026-08-29T21:24:16.680Z | [ host-image] Aug 29 21:24:16.047 INFO O| Aug 29 21:24:16.047 INFO STEP 30 (remove_files) COMPLETE |
| 9651 | 2026-08-29T21:24:16.680Z | [ host-image] Aug 29 21:24:16.047 INFO O| Aug 29 21:24:16.047 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9652 | 2026-08-29T21:24:16.687Z | [ host-image] Aug 29 21:24:16.055 INFO O| Aug 29 21:24:16.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 9653 | 2026-08-29T21:24:16.687Z | [ host-image] Aug 29 21:24:16.055 INFO O| Aug 29 21:24:16.055 INFO STEP 31 (remove_files) COMPLETE |
| 9654 | 2026-08-29T21:24:16.687Z | [ host-image] Aug 29 21:24:16.055 INFO O| Aug 29 21:24:16.055 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9655 | 2026-08-29T21:24:16.702Z | [ host-image] Aug 29 21:24:16.063 INFO O| Aug 29 21:24:16.063 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 9656 | 2026-08-29T21:24:16.703Z | [ host-image] Aug 29 21:24:16.063 INFO O| Aug 29 21:24:16.063 INFO STEP 32 (remove_files) COMPLETE |
| 9657 | 2026-08-29T21:24:16.703Z | [ host-image] Aug 29 21:24:16.063 INFO O| Aug 29 21:24:16.063 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9658 | 2026-08-29T21:24:16.711Z | [ host-image] Aug 29 21:24:16.073 INFO O| Aug 29 21:24:16.073 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 9659 | 2026-08-29T21:24:16.711Z | [ host-image] Aug 29 21:24:16.073 INFO O| Aug 29 21:24:16.073 INFO STEP 33 (remove_files) COMPLETE |
| 9660 | 2026-08-29T21:24:16.711Z | [ host-image] Aug 29 21:24:16.073 INFO O| Aug 29 21:24:16.073 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9661 | 2026-08-29T21:24:16.711Z | [ host-image] Aug 29 21:24:16.080 INFO O| Aug 29 21:24:16.080 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 9662 | 2026-08-29T21:24:16.712Z | [ host-image] Aug 29 21:24:16.080 INFO O| Aug 29 21:24:16.080 INFO STEP 34 (remove_files) COMPLETE |
| 9663 | 2026-08-29T21:24:16.712Z | [ host-image] Aug 29 21:24:16.080 INFO O| Aug 29 21:24:16.080 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9664 | 2026-08-29T21:24:16.729Z | [ host-image] Aug 29 21:24:16.090 INFO O| Aug 29 21:24:16.090 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 9665 | 2026-08-29T21:24:16.729Z | [ host-image] Aug 29 21:24:16.090 INFO O| Aug 29 21:24:16.090 INFO STEP 35 (remove_files) COMPLETE |
| 9666 | 2026-08-29T21:24:16.729Z | [ host-image] Aug 29 21:24:16.090 INFO O| Aug 29 21:24:16.090 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9667 | 2026-08-29T21:24:16.729Z | [ host-image] Aug 29 21:24:16.098 INFO O| Aug 29 21:24:16.098 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 9668 | 2026-08-29T21:24:16.729Z | [ host-image] Aug 29 21:24:16.098 INFO O| Aug 29 21:24:16.098 INFO STEP 36 (remove_files) COMPLETE |
| 9669 | 2026-08-29T21:24:16.729Z | [ host-image] Aug 29 21:24:16.098 INFO O| Aug 29 21:24:16.098 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9670 | 2026-08-29T21:24:16.737Z | [ host-image] Aug 29 21:24:16.106 INFO O| Aug 29 21:24:16.106 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 9671 | 2026-08-29T21:24:16.737Z | [ host-image] Aug 29 21:24:16.106 INFO O| Aug 29 21:24:16.106 INFO STEP 37 (remove_files) COMPLETE |
| 9672 | 2026-08-29T21:24:16.737Z | [ host-image] Aug 29 21:24:16.106 INFO O| Aug 29 21:24:16.106 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9673 | 2026-08-29T21:24:16.745Z | [ host-image] Aug 29 21:24:16.115 INFO O| Aug 29 21:24:16.115 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 9674 | 2026-08-29T21:24:16.745Z | [ host-image] Aug 29 21:24:16.115 INFO O| Aug 29 21:24:16.115 INFO STEP 38 (remove_files) COMPLETE |
| 9675 | 2026-08-29T21:24:16.745Z | [ host-image] Aug 29 21:24:16.115 INFO O| Aug 29 21:24:16.115 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9676 | 2026-08-29T21:24:16.754Z | [ host-image] Aug 29 21:24:16.125 INFO O| Aug 29 21:24:16.124 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 9677 | 2026-08-29T21:24:16.754Z | [ host-image] Aug 29 21:24:16.125 INFO O| Aug 29 21:24:16.125 INFO STEP 39 (remove_files) COMPLETE |
| 9678 | 2026-08-29T21:24:16.762Z | [ host-image] Aug 29 21:24:16.125 INFO O| Aug 29 21:24:16.125 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9679 | 2026-08-29T21:24:16.770Z | [ host-image] Aug 29 21:24:16.135 INFO O| Aug 29 21:24:16.135 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 9680 | 2026-08-29T21:24:16.770Z | [ host-image] Aug 29 21:24:16.135 INFO O| Aug 29 21:24:16.135 INFO STEP 40 (remove_files) COMPLETE |
| 9681 | 2026-08-29T21:24:16.770Z | [ host-image] Aug 29 21:24:16.135 INFO O| Aug 29 21:24:16.135 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9682 | 2026-08-29T21:24:16.782Z | [ host-image] Aug 29 21:24:16.143 INFO O| Aug 29 21:24:16.143 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 9683 | 2026-08-29T21:24:16.782Z | [ host-image] Aug 29 21:24:16.144 INFO O| Aug 29 21:24:16.143 INFO STEP 41 (remove_files) COMPLETE |
| 9684 | 2026-08-29T21:24:16.782Z | [ host-image] Aug 29 21:24:16.144 INFO O| Aug 29 21:24:16.143 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9685 | 2026-08-29T21:24:16.791Z | [ host-image] Aug 29 21:24:16.154 INFO O| Aug 29 21:24:16.154 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 9686 | 2026-08-29T21:24:16.791Z | [ host-image] Aug 29 21:24:16.154 INFO O| Aug 29 21:24:16.154 INFO STEP 42 (remove_files) COMPLETE |
| 9687 | 2026-08-29T21:24:16.791Z | [ host-image] Aug 29 21:24:16.154 INFO O| Aug 29 21:24:16.154 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9688 | 2026-08-29T21:24:16.799Z | [ host-image] Aug 29 21:24:16.164 INFO O| Aug 29 21:24:16.164 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 9689 | 2026-08-29T21:24:16.800Z | [ host-image] Aug 29 21:24:16.164 INFO O| Aug 29 21:24:16.164 INFO STEP 43 (remove_files) COMPLETE |
| 9690 | 2026-08-29T21:24:16.800Z | [ host-image] Aug 29 21:24:16.164 INFO O| Aug 29 21:24:16.164 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9691 | 2026-08-29T21:24:16.814Z | [ host-image] Aug 29 21:24:16.174 INFO O| Aug 29 21:24:16.174 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 9692 | 2026-08-29T21:24:16.814Z | [ host-image] Aug 29 21:24:16.174 INFO O| Aug 29 21:24:16.174 INFO STEP 44 (remove_files) COMPLETE |
| 9693 | 2026-08-29T21:24:16.814Z | [ host-image] Aug 29 21:24:16.174 INFO O| Aug 29 21:24:16.174 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9694 | 2026-08-29T21:24:16.815Z | [ host-image] Aug 29 21:24:16.183 INFO O| Aug 29 21:24:16.183 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 9695 | 2026-08-29T21:24:16.815Z | [ host-image] Aug 29 21:24:16.183 INFO O| Aug 29 21:24:16.183 INFO STEP 45 (remove_files) COMPLETE |
| 9696 | 2026-08-29T21:24:16.815Z | [ host-image] Aug 29 21:24:16.183 INFO O| Aug 29 21:24:16.183 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9697 | 2026-08-29T21:24:16.825Z | [ host-image] Aug 29 21:24:16.191 INFO O| Aug 29 21:24:16.191 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 9698 | 2026-08-29T21:24:16.825Z | [ host-image] Aug 29 21:24:16.191 INFO O| Aug 29 21:24:16.191 INFO STEP 46 (remove_files) COMPLETE |
| 9699 | 2026-08-29T21:24:16.825Z | [ host-image] Aug 29 21:24:16.191 INFO O| Aug 29 21:24:16.191 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9700 | 2026-08-29T21:24:16.833Z | [ host-image] Aug 29 21:24:16.199 INFO O| Aug 29 21:24:16.199 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 9701 | 2026-08-29T21:24:16.833Z | [ host-image] Aug 29 21:24:16.200 INFO O| Aug 29 21:24:16.200 INFO STEP 47 (remove_files) COMPLETE |
| 9702 | 2026-08-29T21:24:16.833Z | [ host-image] Aug 29 21:24:16.200 INFO O| Aug 29 21:24:16.200 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9703 | 2026-08-29T21:24:16.843Z | [ host-image] Aug 29 21:24:16.208 INFO O| Aug 29 21:24:16.208 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 9704 | 2026-08-29T21:24:16.843Z | [ host-image] Aug 29 21:24:16.208 INFO O| Aug 29 21:24:16.208 INFO STEP 48 (remove_files) COMPLETE |
| 9705 | 2026-08-29T21:24:16.843Z | [ host-image] Aug 29 21:24:16.208 INFO O| Aug 29 21:24:16.208 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9706 | 2026-08-29T21:24:16.854Z | [ host-image] Aug 29 21:24:16.216 INFO O| Aug 29 21:24:16.216 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 9707 | 2026-08-29T21:24:16.854Z | [ host-image] Aug 29 21:24:16.216 INFO O| Aug 29 21:24:16.216 INFO STEP 49 (remove_files) COMPLETE |
| 9708 | 2026-08-29T21:24:16.854Z | [ host-image] Aug 29 21:24:16.216 INFO O| Aug 29 21:24:16.216 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9709 | 2026-08-29T21:24:16.854Z | [ host-image] Aug 29 21:24:16.225 INFO O| Aug 29 21:24:16.225 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 9710 | 2026-08-29T21:24:16.854Z | [ host-image] Aug 29 21:24:16.225 INFO O| Aug 29 21:24:16.225 INFO STEP 50 (remove_files) COMPLETE |
| 9711 | 2026-08-29T21:24:16.854Z | [ host-image] Aug 29 21:24:16.225 INFO O| Aug 29 21:24:16.225 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9712 | 2026-08-29T21:24:16.864Z | [ host-image] Aug 29 21:24:16.235 INFO O| Aug 29 21:24:16.235 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 9713 | 2026-08-29T21:24:16.864Z | [ host-image] Aug 29 21:24:16.235 INFO O| Aug 29 21:24:16.235 INFO STEP 51 (remove_files) COMPLETE |
| 9714 | 2026-08-29T21:24:16.872Z | [ host-image] Aug 29 21:24:16.235 INFO O| Aug 29 21:24:16.235 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9715 | 2026-08-29T21:24:16.880Z | [ host-image] Aug 29 21:24:16.246 INFO O| Aug 29 21:24:16.245 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 9716 | 2026-08-29T21:24:16.880Z | [ host-image] Aug 29 21:24:16.246 INFO O| Aug 29 21:24:16.246 INFO STEP 52 (remove_files) COMPLETE |
| 9717 | 2026-08-29T21:24:16.880Z | [ host-image] Aug 29 21:24:16.246 INFO O| Aug 29 21:24:16.246 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9718 | 2026-08-29T21:24:16.889Z | [ host-image] Aug 29 21:24:16.255 INFO O| Aug 29 21:24:16.255 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 9719 | 2026-08-29T21:24:16.889Z | [ host-image] Aug 29 21:24:16.255 INFO O| Aug 29 21:24:16.255 INFO STEP 53 (remove_files) COMPLETE |
| 9720 | 2026-08-29T21:24:16.889Z | [ host-image] Aug 29 21:24:16.255 INFO O| Aug 29 21:24:16.255 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9721 | 2026-08-29T21:24:16.899Z | [ host-image] Aug 29 21:24:16.264 INFO O| Aug 29 21:24:16.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm" |
| 9722 | 2026-08-29T21:24:16.899Z | [ host-image] Aug 29 21:24:16.264 INFO O| Aug 29 21:24:16.264 INFO STEP 54 (remove_files) COMPLETE |
| 9723 | 2026-08-29T21:24:16.899Z | [ host-image] Aug 29 21:24:16.264 INFO O| Aug 29 21:24:16.264 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9724 | 2026-08-29T21:24:16.907Z | [ host-image] Aug 29 21:24:16.272 INFO O| Aug 29 21:24:16.272 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm" |
| 9725 | 2026-08-29T21:24:16.907Z | [ host-image] Aug 29 21:24:16.272 INFO O| Aug 29 21:24:16.272 INFO STEP 55 (remove_files) COMPLETE |
| 9726 | 2026-08-29T21:24:16.907Z | [ host-image] Aug 29 21:24:16.272 INFO O| Aug 29 21:24:16.272 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9727 | 2026-08-29T21:24:16.914Z | [ host-image] Aug 29 21:24:16.279 INFO O| Aug 29 21:24:16.279 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm" |
| 9728 | 2026-08-29T21:24:16.914Z | [ host-image] Aug 29 21:24:16.280 INFO O| Aug 29 21:24:16.279 INFO STEP 56 (remove_files) COMPLETE |
| 9729 | 2026-08-29T21:24:16.914Z | [ host-image] Aug 29 21:24:16.280 INFO O| Aug 29 21:24:16.280 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9730 | 2026-08-29T21:24:16.926Z | [ host-image] Aug 29 21:24:16.288 INFO O| Aug 29 21:24:16.288 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm" |
| 9731 | 2026-08-29T21:24:16.926Z | [ host-image] Aug 29 21:24:16.288 INFO O| Aug 29 21:24:16.288 INFO STEP 57 (remove_files) COMPLETE |
| 9732 | 2026-08-29T21:24:16.926Z | [ host-image] Aug 29 21:24:16.288 INFO O| Aug 29 21:24:16.288 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9733 | 2026-08-29T21:24:16.934Z | [ host-image] Aug 29 21:24:16.299 INFO O| Aug 29 21:24:16.299 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar" |
| 9734 | 2026-08-29T21:24:16.934Z | [ host-image] Aug 29 21:24:16.299 INFO O| Aug 29 21:24:16.299 INFO STEP 58 (remove_files) COMPLETE |
| 9735 | 2026-08-29T21:24:16.934Z | [ host-image] Aug 29 21:24:16.299 INFO O| Aug 29 21:24:16.299 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9736 | 2026-08-29T21:24:16.949Z | [ host-image] Aug 29 21:24:16.308 INFO O| Aug 29 21:24:16.308 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 9737 | 2026-08-29T21:24:16.949Z | [ host-image] Aug 29 21:24:16.308 INFO O| Aug 29 21:24:16.308 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ... |
| 9738 | 2026-08-29T21:24:16.949Z | [ host-image] Aug 29 21:24:16.308 INFO O| Aug 29 21:24:16.308 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9739 | 2026-08-29T21:24:16.949Z | [ host-image] Aug 29 21:24:16.308 INFO O| Aug 29 21:24:16.308 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9740 | 2026-08-29T21:24:16.949Z | [ host-image] Aug 29 21:24:16.308 INFO O| Aug 29 21:24:16.308 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9741 | 2026-08-29T21:24:16.949Z | [ host-image] Aug 29 21:24:16.308 INFO O| Aug 29 21:24:16.308 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9742 | 2026-08-29T21:24:16.949Z | [ host-image] Aug 29 21:24:16.308 INFO O| Aug 29 21:24:16.308 INFO ok! |
| 9743 | 2026-08-29T21:24:16.949Z | [ host-image] Aug 29 21:24:16.308 INFO O| Aug 29 21:24:16.308 INFO STEP 59 (ensure_file) COMPLETE |
| 9744 | 2026-08-29T21:24:16.949Z | [ host-image] Aug 29 21:24:16.308 INFO O| Aug 29 21:24:16.308 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9745 | 2026-08-29T21:24:16.949Z | [ host-image] Aug 29 21:24:16.318 INFO O| Aug 29 21:24:16.318 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 9746 | 2026-08-29T21:24:16.949Z | [ host-image] Aug 29 21:24:16.318 INFO O| Aug 29 21:24:16.318 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 9747 | 2026-08-29T21:24:16.950Z | [ host-image] Aug 29 21:24:16.318 INFO O| Aug 29 21:24:16.318 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9748 | 2026-08-29T21:24:16.950Z | [ host-image] Aug 29 21:24:16.318 INFO O| Aug 29 21:24:16.318 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9749 | 2026-08-29T21:24:16.950Z | [ host-image] Aug 29 21:24:16.318 INFO O| Aug 29 21:24:16.318 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9750 | 2026-08-29T21:24:16.950Z | [ host-image] Aug 29 21:24:16.318 INFO O| Aug 29 21:24:16.318 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9751 | 2026-08-29T21:24:16.950Z | [ host-image] Aug 29 21:24:16.318 INFO O| Aug 29 21:24:16.318 INFO ok! |
| 9752 | 2026-08-29T21:24:16.950Z | [ host-image] Aug 29 21:24:16.318 INFO O| Aug 29 21:24:16.318 INFO STEP 60 (ensure_file) COMPLETE |
| 9753 | 2026-08-29T21:24:16.950Z | [ host-image] Aug 29 21:24:16.318 INFO O| Aug 29 21:24:16.318 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9754 | 2026-08-29T21:24:16.959Z | [ host-image] Aug 29 21:24:16.327 INFO O| Aug 29 21:24:16.327 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist |
| 9755 | 2026-08-29T21:24:16.959Z | [ host-image] Aug 29 21:24:16.327 INFO O| Aug 29 21:24:16.327 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ... |
| 9756 | 2026-08-29T21:24:16.959Z | [ host-image] Aug 29 21:24:16.327 INFO O| Aug 29 21:24:16.327 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile |
| 9757 | 2026-08-29T21:24:16.959Z | [ host-image] Aug 29 21:24:16.327 INFO O| Aug 29 21:24:16.327 INFO ok! |
| 9758 | 2026-08-29T21:24:16.959Z | [ host-image] Aug 29 21:24:16.327 INFO O| Aug 29 21:24:16.327 INFO STEP 61 (ensure_file) COMPLETE |
| 9759 | 2026-08-29T21:24:16.959Z | [ host-image] Aug 29 21:24:16.327 INFO O| Aug 29 21:24:16.327 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9760 | 2026-08-29T21:24:16.968Z | [ host-image] Aug 29 21:24:16.337 INFO O| Aug 29 21:24:16.337 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 9761 | 2026-08-29T21:24:16.968Z | [ host-image] Aug 29 21:24:16.337 INFO O| Aug 29 21:24:16.337 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ... |
| 9762 | 2026-08-29T21:24:16.968Z | [ host-image] Aug 29 21:24:16.337 INFO O| Aug 29 21:24:16.337 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc |
| 9763 | 2026-08-29T21:24:16.969Z | [ host-image] Aug 29 21:24:16.337 INFO O| Aug 29 21:24:16.337 INFO ok! |
| 9764 | 2026-08-29T21:24:16.969Z | [ host-image] Aug 29 21:24:16.337 INFO O| Aug 29 21:24:16.337 INFO STEP 62 (ensure_file) COMPLETE |
| 9765 | 2026-08-29T21:24:16.969Z | [ host-image] Aug 29 21:24:16.337 INFO O| Aug 29 21:24:16.337 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9766 | 2026-08-29T21:24:16.979Z | [ host-image] Aug 29 21:24:16.348 INFO O| Aug 29 21:24:16.347 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 9767 | 2026-08-29T21:24:16.979Z | [ host-image] Aug 29 21:24:16.348 INFO O| Aug 29 21:24:16.348 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ... |
| 9768 | 2026-08-29T21:24:16.979Z | [ host-image] Aug 29 21:24:16.348 INFO O| Aug 29 21:24:16.348 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9769 | 2026-08-29T21:24:16.979Z | [ host-image] Aug 29 21:24:16.348 INFO O| Aug 29 21:24:16.348 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9770 | 2026-08-29T21:24:16.979Z | [ host-image] Aug 29 21:24:16.348 INFO O| Aug 29 21:24:16.348 INFO ok! |
| 9771 | 2026-08-29T21:24:16.979Z | [ host-image] Aug 29 21:24:16.348 INFO O| Aug 29 21:24:16.348 INFO STEP 63 (ensure_file) COMPLETE |
| 9772 | 2026-08-29T21:24:16.979Z | [ host-image] Aug 29 21:24:16.348 INFO O| Aug 29 21:24:16.348 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9773 | 2026-08-29T21:24:16.988Z | [ host-image] Aug 29 21:24:16.359 INFO O| Aug 29 21:24:16.358 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 9774 | 2026-08-29T21:24:16.988Z | [ host-image] Aug 29 21:24:16.359 INFO O| Aug 29 21:24:16.358 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 9775 | 2026-08-29T21:24:16.988Z | [ host-image] Aug 29 21:24:16.359 INFO O| Aug 29 21:24:16.359 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9776 | 2026-08-29T21:24:16.988Z | [ host-image] Aug 29 21:24:16.359 INFO O| Aug 29 21:24:16.359 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9777 | 2026-08-29T21:24:16.988Z | [ host-image] Aug 29 21:24:16.359 INFO O| Aug 29 21:24:16.359 INFO ok! |
| 9778 | 2026-08-29T21:24:16.988Z | [ host-image] Aug 29 21:24:16.359 INFO O| Aug 29 21:24:16.359 INFO STEP 64 (ensure_file) COMPLETE |
| 9779 | 2026-08-29T21:24:16.988Z | [ host-image] Aug 29 21:24:16.359 INFO O| Aug 29 21:24:16.359 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9780 | 2026-08-29T21:24:17.006Z | [ host-image] Aug 29 21:24:16.369 INFO O| Aug 29 21:24:16.369 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 9781 | 2026-08-29T21:24:17.006Z | [ host-image] Aug 29 21:24:16.369 INFO O| Aug 29 21:24:16.369 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 9782 | 2026-08-29T21:24:17.006Z | [ host-image] Aug 29 21:24:16.369 INFO O| Aug 29 21:24:16.369 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly |
| 9783 | 2026-08-29T21:24:17.006Z | [ host-image] Aug 29 21:24:16.369 INFO O| Aug 29 21:24:16.369 INFO ok! |
| 9784 | 2026-08-29T21:24:17.007Z | [ host-image] Aug 29 21:24:16.369 INFO O| Aug 29 21:24:16.369 INFO STEP 65 (assemble_files) COMPLETE |
| 9785 | 2026-08-29T21:24:17.007Z | [ host-image] Aug 29 21:24:16.369 INFO O| Aug 29 21:24:16.369 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9786 | 2026-08-29T21:24:17.014Z | [ host-image] Aug 29 21:24:16.379 INFO O| Aug 29 21:24:16.379 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 9787 | 2026-08-29T21:24:17.015Z | [ host-image] Aug 29 21:24:16.379 INFO O| Aug 29 21:24:16.379 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ... |
| 9788 | 2026-08-29T21:24:17.015Z | [ host-image] Aug 29 21:24:16.379 INFO O| Aug 29 21:24:16.379 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9789 | 2026-08-29T21:24:17.015Z | [ host-image] Aug 29 21:24:16.379 INFO O| Aug 29 21:24:16.379 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9790 | 2026-08-29T21:24:17.015Z | [ host-image] Aug 29 21:24:16.379 INFO O| Aug 29 21:24:16.379 INFO ok! |
| 9791 | 2026-08-29T21:24:17.015Z | [ host-image] Aug 29 21:24:16.379 INFO O| Aug 29 21:24:16.379 INFO STEP 66 (ensure_file) COMPLETE |
| 9792 | 2026-08-29T21:24:17.015Z | [ host-image] Aug 29 21:24:16.379 INFO O| Aug 29 21:24:16.379 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9793 | 2026-08-29T21:24:17.023Z | [ host-image] Aug 29 21:24:16.390 INFO O| Aug 29 21:24:16.390 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9794 | 2026-08-29T21:24:17.024Z | [ host-image] Aug 29 21:24:16.390 INFO O| Aug 29 21:24:16.390 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9795 | 2026-08-29T21:24:17.024Z | [ host-image] Aug 29 21:24:16.390 INFO O| Aug 29 21:24:16.390 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9796 | 2026-08-29T21:24:17.024Z | [ host-image] Aug 29 21:24:16.390 INFO O| Aug 29 21:24:16.390 INFO STEP 67 (ensure_dir) COMPLETE |
| 9797 | 2026-08-29T21:24:17.024Z | [ host-image] Aug 29 21:24:16.390 INFO O| Aug 29 21:24:16.390 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9798 | 2026-08-29T21:24:17.032Z | [ host-image] Aug 29 21:24:16.400 INFO O| Aug 29 21:24:16.400 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
| 9799 | 2026-08-29T21:24:17.032Z | [ host-image] Aug 29 21:24:16.400 INFO O| Aug 29 21:24:16.400 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 ... |
| 9800 | 2026-08-29T21:24:17.042Z | [ host-image] Aug 29 21:24:16.406 INFO O| Aug 29 21:24:16.406 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 |
| 9801 | 2026-08-29T21:24:17.043Z | [ host-image] Aug 29 21:24:16.406 INFO O| Aug 29 21:24:16.406 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 9802 | 2026-08-29T21:24:17.043Z | [ host-image] Aug 29 21:24:16.406 INFO O| Aug 29 21:24:16.406 INFO ok! |
| 9803 | 2026-08-29T21:24:17.043Z | [ host-image] Aug 29 21:24:16.406 INFO O| Aug 29 21:24:16.406 INFO STEP 68 (ensure_file) COMPLETE |
| 9804 | 2026-08-29T21:24:17.043Z | [ host-image] Aug 29 21:24:16.406 INFO O| Aug 29 21:24:16.406 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9805 | 2026-08-29T21:24:17.053Z | [ host-image] Aug 29 21:24:16.417 INFO O| Aug 29 21:24:16.417 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
| 9806 | 2026-08-29T21:24:17.053Z | [ host-image] Aug 29 21:24:16.417 INFO O| Aug 29 21:24:16.417 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 ... |
| 9807 | 2026-08-29T21:24:17.053Z | [ host-image] Aug 29 21:24:16.418 INFO O| Aug 29 21:24:16.418 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 |
| 9808 | 2026-08-29T21:24:17.053Z | [ host-image] Aug 29 21:24:16.418 INFO O| Aug 29 21:24:16.418 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 9809 | 2026-08-29T21:24:17.053Z | [ host-image] Aug 29 21:24:16.418 INFO O| Aug 29 21:24:16.418 INFO ok! |
| 9810 | 2026-08-29T21:24:17.053Z | [ host-image] Aug 29 21:24:16.418 INFO O| Aug 29 21:24:16.418 INFO STEP 69 (ensure_file) COMPLETE |
| 9811 | 2026-08-29T21:24:17.053Z | [ host-image] Aug 29 21:24:16.418 INFO O| Aug 29 21:24:16.418 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9812 | 2026-08-29T21:24:17.069Z | [ host-image] Aug 29 21:24:16.432 INFO O| Aug 29 21:24:16.432 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal |
| 9813 | 2026-08-29T21:24:17.069Z | [ host-image] Aug 29 21:24:16.432 INFO O| Aug 29 21:24:16.432 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."] |
| 9814 | 2026-08-29T21:24:18.658Z | [ host-image] Aug 29 21:24:18.029 INFO O| Aug 29 21:24:18.029 INFO STEP 70 (pack_tar) COMPLETE |
| 9815 | 2026-08-29T21:24:18.659Z | [ host-image] Aug 29 21:24:18.029 INFO O| Aug 29 21:24:18.029 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9816 | 2026-08-29T21:24:18.659Z | [ host-image] Aug 29 21:24:18.029 INFO O| Aug 29 21:24:18.029 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim |
| 9817 | 2026-08-29T21:24:19.164Z | [ host-image] Aug 29 21:24:18.534 INFO O| Aug 29 21:24:18.534 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9818 | 2026-08-29T21:24:19.726Z | [ host-image] Aug 29 21:24:19.096 INFO O| Aug 29 21:24:19.096 INFO completed processing sled/ramdisk-02-trim |
| 9819 | 2026-08-29T21:24:19.737Z | [ host-image] Aug 29 21:24:19.098 INFO image builder template: zfs... |
| 9820 | 2026-08-29T21:24:19.737Z | [ host-image] Aug 29 21:24:19.099 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/.tmpdiOogb/proto/host/root", "-F", "genproto=/work/oxidecomputer/helios/tmp/image.host/genproto.json", "-E", "/work/oxidecomputer/helios/tmp/image.host/omicron1", "-E", "/work/oxidecomputer/helios/projects", "-F", "heliosv3", "-F", "publisher_0_name=helios", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/3/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs"], pwd: None |
| 9821 | 2026-08-29T21:24:19.745Z | [ host-image] Aug 29 21:24:19.112 INFO O| Aug 29 21:24:19.112 INFO skip include "stress" because feature "stress" is not enabled |
| 9822 | 2026-08-29T21:24:19.745Z | [ host-image] Aug 29 21:24:19.112 INFO O| Aug 29 21:24:19.112 INFO skip include "stress" because feature "compliance" is not enabled |
| 9823 | 2026-08-29T21:24:19.771Z | [ host-image] Aug 29 21:24:19.142 INFO O| Aug 29 21:24:19.142 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs |
| 9824 | 2026-08-29T21:24:19.782Z | [ host-image] Aug 29 21:24:19.147 INFO O| Aug 29 21:24:19.147 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs |
| 9825 | 2026-08-29T21:24:20.257Z | [ host-image] Aug 29 21:24:19.627 INFO O| Aug 29 21:24:19.627 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled |
| 9826 | 2026-08-29T21:24:20.334Z | [ host-image] Aug 29 21:24:19.705 INFO O| Aug 29 21:24:19.705 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs |
| 9827 | 2026-08-29T21:24:20.335Z | [ host-image] Aug 29 21:24:19.705 INFO O| Aug 29 21:24:19.705 INFO work dataset: rpool/images/build/host/work/sled/zfs |
| 9828 | 2026-08-29T21:24:20.344Z | [ host-image] Aug 29 21:24:19.709 INFO O| Aug 29 21:24:19.709 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs |
| 9829 | 2026-08-29T21:24:20.436Z | [ host-image] Aug 29 21:24:19.807 INFO O| Aug 29 21:24:19.807 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled |
| 9830 | 2026-08-29T21:24:20.568Z | [ host-image] Aug 29 21:24:19.938 INFO O| Aug 29 21:24:19.938 INFO DESTROY POOL: TEMPORARY-sled-zfs |
| 9831 | 2026-08-29T21:24:20.599Z | [ host-image] Aug 29 21:24:19.948 INFO O| Aug 29 21:24:19.948 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9832 | 2026-08-29T21:24:20.626Z | [ host-image] Aug 29 21:24:19.953 INFO O| Aug 29 21:24:19.953 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot |
| 9833 | 2026-08-29T21:24:20.627Z | [ host-image] Aug 29 21:24:19.953 INFO O| Aug 29 21:24:19.953 INFO no lofi found |
| 9834 | 2026-08-29T21:24:20.627Z | [ host-image] Aug 29 21:24:19.953 INFO O| Aug 29 21:24:19.953 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal |
| 9835 | 2026-08-29T21:24:20.627Z | [ host-image] Aug 29 21:24:19.953 INFO O| Aug 29 21:24:19.953 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9836 | 2026-08-29T21:24:22.641Z | [ host-image] Aug 29 21:24:22.001 INFO O| Aug 29 21:24:22.001 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 9837 | 2026-08-29T21:24:22.641Z | [ host-image] Aug 29 21:24:22.001 INFO O| Aug 29 21:24:22.001 INFO pool device = /dev/dsk/c2t1d0p0 |
| 9838 | 2026-08-29T21:24:22.676Z | [ host-image] Aug 29 21:24:22.001 INFO O| Aug 29 21:24:22.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"] |
| 9839 | 2026-08-29T21:24:22.696Z | [ host-image] Aug 29 21:24:22.066 INFO O| Aug 29 21:24:22.066 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9840 | 2026-08-29T21:24:22.696Z | [ host-image] Aug 29 21:24:22.066 INFO O| Aug 29 21:24:22.066 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT |
| 9841 | 2026-08-29T21:24:22.713Z | [ host-image] Aug 29 21:24:22.084 INFO O| Aug 29 21:24:22.084 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off |
| 9842 | 2026-08-29T21:24:22.762Z | [ host-image] Aug 29 21:24:22.133 INFO O| Aug 29 21:24:22.133 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy |
| 9843 | 2026-08-29T21:24:22.825Z | [ host-image] Aug 29 21:24:22.195 INFO O| Aug 29 21:24:22.195 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk |
| 9844 | 2026-08-29T21:24:22.836Z | [ host-image] Aug 29 21:24:22.207 INFO O| Aug 29 21:24:22.207 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto |
| 9845 | 2026-08-29T21:24:22.847Z | [ host-image] Aug 29 21:24:22.217 INFO O| Aug 29 21:24:22.217 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy |
| 9846 | 2026-08-29T21:24:22.880Z | [ host-image] Aug 29 21:24:22.251 INFO O| Aug 29 21:24:22.251 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a |
| 9847 | 2026-08-29T21:24:22.881Z | [ host-image] Aug 29 21:24:22.251 INFO O| Aug 29 21:24:22.251 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a |
| 9848 | 2026-08-29T21:24:22.881Z | [ host-image] Aug 29 21:24:22.251 INFO O| Aug 29 21:24:22.251 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9849 | 2026-08-29T21:24:22.891Z | [ host-image] Aug 29 21:24:22.262 INFO O| Aug 29 21:24:22.262 INFO boot environment UUID: 3f70451a-82cd-44e3-a232-78e805d0db4c |
| 9850 | 2026-08-29T21:24:22.891Z | [ host-image] Aug 29 21:24:22.262 INFO O| Aug 29 21:24:22.262 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 3f70451a-82cd-44e3-a232-78e805d0db4c |
| 9851 | 2026-08-29T21:24:22.901Z | [ host-image] Aug 29 21:24:22.272 INFO O| Aug 29 21:24:22.272 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 9852 | 2026-08-29T21:24:22.910Z | [ host-image] Aug 29 21:24:22.281 INFO O| Aug 29 21:24:22.281 INFO STEP 0 (create_be) COMPLETE |
| 9853 | 2026-08-29T21:24:22.910Z | [ host-image] Aug 29 21:24:22.281 INFO O| Aug 29 21:24:22.281 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9854 | 2026-08-29T21:24:22.922Z | [ host-image] Aug 29 21:24:22.292 INFO O| Aug 29 21:24:22.292 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9855 | 2026-08-29T21:24:31.542Z | [ recovery-image] Aug 29 21:24:30.912 INFO O| ok, image written! |
| 9856 | 2026-08-29T21:24:31.542Z | [ recovery-image] Aug 29 21:24:30.912 INFO O| ok, boot_image_csum file written! |
| 9857 | 2026-08-29T21:24:31.546Z | [ recovery-image] Aug 29 21:24:30.914 INFO creating boot archive (CPIO)... |
| 9858 | 2026-08-29T21:24:31.546Z | [ recovery-image] Aug 29 21:24:30.914 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 |
| 9859 | 2026-08-29T21:24:31.558Z | [ recovery-image] Aug 29 21:24:30.923 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk |
| 9860 | 2026-08-29T21:24:31.564Z | [ recovery-image] Aug 29 21:24:30.923 INFO E| + outfile=/work/os-recovery/cpio |
| 9861 | 2026-08-29T21:24:31.564Z | [ recovery-image] Aug 29 21:24:30.923 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
| 9862 | 2026-08-29T21:24:31.570Z | [ recovery-image] Aug 29 21:24:30.924 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk |
| 9863 | 2026-08-29T21:24:31.574Z | [ recovery-image] Aug 29 21:24:30.924 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
| 9864 | 2026-08-29T21:24:31.591Z | [ recovery-image] Aug 29 21:24:30.958 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
| 9865 | 2026-08-29T21:24:31.591Z | [ recovery-image] Aug 29 21:24:30.958 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
| 9866 | 2026-08-29T21:24:31.594Z | [ recovery-image] Aug 29 21:24:30.964 INFO creating compressed cpio/unix for dev loaders... |
| 9867 | 2026-08-29T21:24:31.594Z | [ recovery-image] Aug 29 21:24:30.964 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 |
| 9868 | 2026-08-29T21:24:31.868Z | [ host-image] Aug 29 21:24:31.239 INFO O| Aug 29 21:24:31.239 INFO STEP 1 (unpack_tar) COMPLETE |
| 9869 | 2026-08-29T21:24:31.869Z | [ host-image] Aug 29 21:24:31.239 INFO O| Aug 29 21:24:31.239 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9870 | 2026-08-29T21:24:31.878Z | [ host-image] Aug 29 21:24:31.248 INFO O| Aug 29 21:24:31.248 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9871 | 2026-08-29T21:24:31.952Z | [ recovery-image] Aug 29 21:24:31.322 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None |
| 9872 | 2026-08-29T21:24:32.152Z | [ host-image] Aug 29 21:24:31.522 INFO O| Aug 29 21:24:31.522 INFO STEP 2 (devfsadm) COMPLETE |
| 9873 | 2026-08-29T21:24:32.152Z | [ host-image] Aug 29 21:24:31.522 INFO O| Aug 29 21:24:31.522 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9874 | 2026-08-29T21:24:32.162Z | [ host-image] Aug 29 21:24:31.533 INFO O| Aug 29 21:24:31.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9875 | 2026-08-29T21:24:32.162Z | [ host-image] Aug 29 21:24:31.533 INFO O| Aug 29 21:24:31.533 INFO STEP 3 (ensure_dir) COMPLETE |
| 9876 | 2026-08-29T21:24:32.162Z | [ host-image] Aug 29 21:24:31.533 INFO O| Aug 29 21:24:31.533 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9877 | 2026-08-29T21:24:32.170Z | [ host-image] Aug 29 21:24:31.541 INFO O| Aug 29 21:24:31.541 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9878 | 2026-08-29T21:24:32.170Z | [ host-image] Aug 29 21:24:31.541 INFO O| Aug 29 21:24:31.541 INFO STEP 4 (ensure_dir) COMPLETE |
| 9879 | 2026-08-29T21:24:32.173Z | [ host-image] Aug 29 21:24:31.541 INFO O| Aug 29 21:24:31.541 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9880 | 2026-08-29T21:24:32.177Z | [ host-image] Aug 29 21:24:31.548 INFO O| Aug 29 21:24:31.548 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9881 | 2026-08-29T21:24:32.177Z | [ host-image] Aug 29 21:24:31.548 INFO O| Aug 29 21:24:31.548 INFO STEP 5 (ensure_dir) COMPLETE |
| 9882 | 2026-08-29T21:24:32.177Z | [ host-image] Aug 29 21:24:31.548 INFO O| Aug 29 21:24:31.548 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9883 | 2026-08-29T21:24:32.186Z | [ host-image] Aug 29 21:24:31.557 INFO O| Aug 29 21:24:31.557 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9884 | 2026-08-29T21:24:32.190Z | [ host-image] Aug 29 21:24:31.557 INFO O| Aug 29 21:24:31.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9885 | 2026-08-29T21:24:32.190Z | [ host-image] Aug 29 21:24:31.557 INFO O| Aug 29 21:24:31.557 INFO STEP 6 (ensure_dir) COMPLETE |
| 9886 | 2026-08-29T21:24:32.190Z | [ host-image] Aug 29 21:24:31.557 INFO O| Aug 29 21:24:31.557 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9887 | 2026-08-29T21:24:32.194Z | [ host-image] Aug 29 21:24:31.565 INFO O| Aug 29 21:24:31.565 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9888 | 2026-08-29T21:24:32.194Z | [ host-image] Aug 29 21:24:31.565 INFO O| Aug 29 21:24:31.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9889 | 2026-08-29T21:24:32.198Z | [ host-image] Aug 29 21:24:31.565 INFO O| Aug 29 21:24:31.565 INFO STEP 7 (ensure_dir) COMPLETE |
| 9890 | 2026-08-29T21:24:32.198Z | [ host-image] Aug 29 21:24:31.566 INFO O| Aug 29 21:24:31.565 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9891 | 2026-08-29T21:24:32.204Z | [ host-image] Aug 29 21:24:31.575 INFO O| Aug 29 21:24:31.575 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg" |
| 9892 | 2026-08-29T21:24:32.207Z | [ host-image] Aug 29 21:24:31.575 INFO O| Aug 29 21:24:31.575 INFO STEP 8 (remove_files) COMPLETE |
| 9893 | 2026-08-29T21:24:32.207Z | [ host-image] Aug 29 21:24:31.575 INFO O| Aug 29 21:24:31.575 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9894 | 2026-08-29T21:24:32.214Z | [ host-image] Aug 29 21:24:31.585 INFO O| Aug 29 21:24:31.585 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk" |
| 9895 | 2026-08-29T21:24:32.217Z | [ host-image] Aug 29 21:24:31.585 INFO O| Aug 29 21:24:31.585 INFO STEP 9 (remove_files) COMPLETE |
| 9896 | 2026-08-29T21:24:32.217Z | [ host-image] Aug 29 21:24:31.585 INFO O| Aug 29 21:24:31.585 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9897 | 2026-08-29T21:24:32.223Z | [ host-image] Aug 29 21:24:31.594 INFO O| Aug 29 21:24:31.594 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk" |
| 9898 | 2026-08-29T21:24:32.226Z | [ host-image] Aug 29 21:24:31.595 INFO O| Aug 29 21:24:31.595 INFO STEP 10 (remove_files) COMPLETE |
| 9899 | 2026-08-29T21:24:32.226Z | [ host-image] Aug 29 21:24:31.595 INFO O| Aug 29 21:24:31.595 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9900 | 2026-08-29T21:24:32.232Z | [ host-image] Aug 29 21:24:31.603 INFO O| Aug 29 21:24:31.603 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors" |
| 9901 | 2026-08-29T21:24:32.232Z | [ host-image] Aug 29 21:24:31.603 INFO O| Aug 29 21:24:31.603 INFO STEP 11 (remove_files) COMPLETE |
| 9902 | 2026-08-29T21:24:32.235Z | [ host-image] Aug 29 21:24:31.603 INFO O| Aug 29 21:24:31.603 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9903 | 2026-08-29T21:24:32.239Z | [ host-image] Aug 29 21:24:31.610 INFO O| Aug 29 21:24:31.610 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb" |
| 9904 | 2026-08-29T21:24:32.243Z | [ host-image] Aug 29 21:24:31.611 INFO O| Aug 29 21:24:31.611 INFO STEP 12 (remove_files) COMPLETE |
| 9905 | 2026-08-29T21:24:32.243Z | [ host-image] Aug 29 21:24:31.611 INFO O| Aug 29 21:24:31.611 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9906 | 2026-08-29T21:24:32.246Z | [ host-image] Aug 29 21:24:31.617 INFO O| Aug 29 21:24:31.617 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9907 | 2026-08-29T21:24:32.250Z | [ host-image] Aug 29 21:24:31.618 INFO O| Aug 29 21:24:31.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9908 | 2026-08-29T21:24:32.250Z | [ host-image] Aug 29 21:24:31.618 INFO O| Aug 29 21:24:31.618 INFO STEP 13 (ensure_dir) COMPLETE |
| 9909 | 2026-08-29T21:24:32.250Z | [ host-image] Aug 29 21:24:31.618 INFO O| Aug 29 21:24:31.618 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9910 | 2026-08-29T21:24:32.255Z | [ host-image] Aug 29 21:24:31.626 INFO O| Aug 29 21:24:31.626 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9911 | 2026-08-29T21:24:32.258Z | [ host-image] Aug 29 21:24:31.626 INFO O| Aug 29 21:24:31.626 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9912 | 2026-08-29T21:24:32.258Z | [ host-image] Aug 29 21:24:31.626 INFO O| Aug 29 21:24:31.626 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9913 | 2026-08-29T21:24:32.258Z | [ host-image] Aug 29 21:24:31.626 INFO O| Aug 29 21:24:31.626 INFO STEP 14 (ensure_dir) COMPLETE |
| 9914 | 2026-08-29T21:24:32.258Z | [ host-image] Aug 29 21:24:31.626 INFO O| Aug 29 21:24:31.626 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9915 | 2026-08-29T21:24:32.262Z | [ host-image] Aug 29 21:24:31.633 INFO O| Aug 29 21:24:31.633 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9916 | 2026-08-29T21:24:32.266Z | [ host-image] Aug 29 21:24:31.633 INFO O| Aug 29 21:24:31.633 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9917 | 2026-08-29T21:24:32.266Z | [ host-image] Aug 29 21:24:31.633 INFO O| Aug 29 21:24:31.633 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9918 | 2026-08-29T21:24:32.266Z | [ host-image] Aug 29 21:24:31.633 INFO O| Aug 29 21:24:31.633 INFO STEP 15 (ensure_dir) COMPLETE |
| 9919 | 2026-08-29T21:24:32.266Z | [ host-image] Aug 29 21:24:31.633 INFO O| Aug 29 21:24:31.633 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9920 | 2026-08-29T21:24:32.271Z | [ host-image] Aug 29 21:24:31.642 INFO O| Aug 29 21:24:31.642 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9921 | 2026-08-29T21:24:32.274Z | [ host-image] Aug 29 21:24:31.642 INFO O| Aug 29 21:24:31.642 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9922 | 2026-08-29T21:24:32.274Z | [ host-image] Aug 29 21:24:31.642 INFO O| Aug 29 21:24:31.642 INFO STEP 16 (ensure_dir) COMPLETE |
| 9923 | 2026-08-29T21:24:32.274Z | [ host-image] Aug 29 21:24:31.642 INFO O| Aug 29 21:24:31.642 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9924 | 2026-08-29T21:24:32.279Z | [ host-image] Aug 29 21:24:31.650 INFO O| Aug 29 21:24:31.650 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9925 | 2026-08-29T21:24:32.282Z | [ host-image] Aug 29 21:24:31.650 INFO O| Aug 29 21:24:31.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9926 | 2026-08-29T21:24:32.282Z | [ host-image] Aug 29 21:24:31.650 INFO O| Aug 29 21:24:31.650 INFO STEP 17 (ensure_dir) COMPLETE |
| 9927 | 2026-08-29T21:24:32.282Z | [ host-image] Aug 29 21:24:31.650 INFO O| Aug 29 21:24:31.650 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9928 | 2026-08-29T21:24:32.287Z | [ host-image] Aug 29 21:24:31.658 INFO O| Aug 29 21:24:31.658 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 9929 | 2026-08-29T21:24:32.287Z | [ host-image] Aug 29 21:24:31.658 INFO O| Aug 29 21:24:31.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog |
| 9930 | 2026-08-29T21:24:32.287Z | [ host-image] Aug 29 21:24:31.658 INFO O| Aug 29 21:24:31.658 INFO ok! |
| 9931 | 2026-08-29T21:24:32.290Z | [ host-image] Aug 29 21:24:31.658 INFO O| Aug 29 21:24:31.658 INFO STEP 18 (ensure_symlink) COMPLETE |
| 9932 | 2026-08-29T21:24:32.291Z | [ host-image] Aug 29 21:24:31.658 INFO O| Aug 29 21:24:31.658 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9933 | 2026-08-29T21:24:32.295Z | [ host-image] Aug 29 21:24:31.666 INFO O| Aug 29 21:24:31.666 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents |
| 9934 | 2026-08-29T21:24:32.295Z | [ host-image] Aug 29 21:24:31.666 INFO O| Aug 29 21:24:31.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure |
| 9935 | 2026-08-29T21:24:32.298Z | [ host-image] Aug 29 21:24:31.666 INFO O| Aug 29 21:24:31.666 INFO ok! |
| 9936 | 2026-08-29T21:24:32.298Z | [ host-image] Aug 29 21:24:31.666 INFO O| Aug 29 21:24:31.666 INFO STEP 19 (ensure_file) COMPLETE |
| 9937 | 2026-08-29T21:24:32.298Z | [ host-image] Aug 29 21:24:31.666 INFO O| Aug 29 21:24:31.666 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9938 | 2026-08-29T21:24:32.302Z | [ host-image] Aug 29 21:24:31.673 INFO O| Aug 29 21:24:31.673 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist |
| 9939 | 2026-08-29T21:24:32.302Z | [ host-image] Aug 29 21:24:31.673 INFO O| Aug 29 21:24:31.673 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 9940 | 2026-08-29T21:24:32.306Z | [ host-image] Aug 29 21:24:31.674 INFO O| Aug 29 21:24:31.673 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml |
| 9941 | 2026-08-29T21:24:32.306Z | [ host-image] Aug 29 21:24:31.674 INFO O| Aug 29 21:24:31.674 INFO ok! |
| 9942 | 2026-08-29T21:24:32.306Z | [ host-image] Aug 29 21:24:31.674 INFO O| Aug 29 21:24:31.674 INFO STEP 20 (ensure_symlink) COMPLETE |
| 9943 | 2026-08-29T21:24:32.306Z | [ host-image] Aug 29 21:24:31.674 INFO O| Aug 29 21:24:31.674 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9944 | 2026-08-29T21:24:32.310Z | [ host-image] Aug 29 21:24:31.682 INFO O| Aug 29 21:24:31.682 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
| 9945 | 2026-08-29T21:24:32.314Z | [ host-image] Aug 29 21:24:31.682 INFO O| Aug 29 21:24:31.682 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 9946 | 2026-08-29T21:24:32.314Z | [ host-image] Aug 29 21:24:31.682 INFO O| Aug 29 21:24:31.682 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml |
| 9947 | 2026-08-29T21:24:32.314Z | [ host-image] Aug 29 21:24:31.682 INFO O| Aug 29 21:24:31.682 INFO ok! |
| 9948 | 2026-08-29T21:24:32.314Z | [ host-image] Aug 29 21:24:31.682 INFO O| Aug 29 21:24:31.682 INFO STEP 21 (ensure_symlink) COMPLETE |
| 9949 | 2026-08-29T21:24:32.314Z | [ host-image] Aug 29 21:24:31.682 INFO O| Aug 29 21:24:31.682 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9950 | 2026-08-29T21:24:32.319Z | [ host-image] Aug 29 21:24:31.690 INFO O| Aug 29 21:24:31.690 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist |
| 9951 | 2026-08-29T21:24:32.319Z | [ host-image] Aug 29 21:24:31.690 INFO O| Aug 29 21:24:31.690 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 9952 | 2026-08-29T21:24:32.319Z | [ host-image] Aug 29 21:24:31.690 INFO O| Aug 29 21:24:31.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml |
| 9953 | 2026-08-29T21:24:32.322Z | [ host-image] Aug 29 21:24:31.690 INFO O| Aug 29 21:24:31.690 INFO ok! |
| 9954 | 2026-08-29T21:24:32.322Z | [ host-image] Aug 29 21:24:31.690 INFO O| Aug 29 21:24:31.690 INFO STEP 22 (ensure_symlink) COMPLETE |
| 9955 | 2026-08-29T21:24:32.322Z | [ host-image] Aug 29 21:24:31.690 INFO O| Aug 29 21:24:31.690 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9956 | 2026-08-29T21:24:32.327Z | [ host-image] Aug 29 21:24:31.698 INFO O| Aug 29 21:24:31.698 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist |
| 9957 | 2026-08-29T21:24:32.330Z | [ host-image] Aug 29 21:24:31.698 INFO O| Aug 29 21:24:31.698 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 9958 | 2026-08-29T21:24:32.331Z | [ host-image] Aug 29 21:24:31.698 INFO O| Aug 29 21:24:31.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml |
| 9959 | 2026-08-29T21:24:32.331Z | [ host-image] Aug 29 21:24:31.698 INFO O| Aug 29 21:24:31.698 INFO ok! |
| 9960 | 2026-08-29T21:24:32.331Z | [ host-image] Aug 29 21:24:31.698 INFO O| Aug 29 21:24:31.698 INFO STEP 23 (ensure_symlink) COMPLETE |
| 9961 | 2026-08-29T21:24:32.331Z | [ host-image] Aug 29 21:24:31.698 INFO O| Aug 29 21:24:31.698 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9962 | 2026-08-29T21:24:32.335Z | [ host-image] Aug 29 21:24:31.706 INFO O| Aug 29 21:24:31.706 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 9963 | 2026-08-29T21:24:32.339Z | [ host-image] Aug 29 21:24:31.706 INFO O| Aug 29 21:24:31.706 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ... |
| 9964 | 2026-08-29T21:24:32.339Z | [ host-image] Aug 29 21:24:31.706 INFO O| Aug 29 21:24:31.706 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf |
| 9965 | 2026-08-29T21:24:32.339Z | [ host-image] Aug 29 21:24:31.706 INFO O| Aug 29 21:24:31.706 INFO ok! |
| 9966 | 2026-08-29T21:24:32.339Z | [ host-image] Aug 29 21:24:31.706 INFO O| Aug 29 21:24:31.706 INFO STEP 24 (ensure_file) COMPLETE |
| 9967 | 2026-08-29T21:24:32.339Z | [ host-image] Aug 29 21:24:31.706 INFO O| Aug 29 21:24:31.706 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9968 | 2026-08-29T21:24:32.342Z | [ host-image] Aug 29 21:24:31.712 INFO O| Aug 29 21:24:31.712 INFO updating shadow file |
| 9969 | 2026-08-29T21:24:32.342Z | [ host-image] Aug 29 21:24:31.712 INFO O| Aug 29 21:24:31.712 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9970 | 2026-08-29T21:24:32.342Z | [ host-image] Aug 29 21:24:31.713 INFO O| Aug 29 21:24:31.712 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9971 | 2026-08-29T21:24:32.342Z | [ host-image] Aug 29 21:24:31.713 INFO O| Aug 29 21:24:31.713 INFO STEP 25 (shadow) COMPLETE |
| 9972 | 2026-08-29T21:24:32.342Z | [ host-image] Aug 29 21:24:31.713 INFO O| Aug 29 21:24:31.713 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9973 | 2026-08-29T21:24:32.347Z | [ host-image] Aug 29 21:24:31.719 INFO O| Aug 29 21:24:31.719 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 9974 | 2026-08-29T21:24:32.347Z | [ host-image] Aug 29 21:24:31.719 INFO O| Aug 29 21:24:31.719 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ... |
| 9975 | 2026-08-29T21:24:32.351Z | [ host-image] Aug 29 21:24:31.719 INFO O| Aug 29 21:24:31.719 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts |
| 9976 | 2026-08-29T21:24:32.351Z | [ host-image] Aug 29 21:24:31.719 INFO O| Aug 29 21:24:31.719 INFO ok! |
| 9977 | 2026-08-29T21:24:32.351Z | [ host-image] Aug 29 21:24:31.719 INFO O| Aug 29 21:24:31.719 INFO STEP 26 (ensure_file) COMPLETE |
| 9978 | 2026-08-29T21:24:32.351Z | [ host-image] Aug 29 21:24:31.719 INFO O| Aug 29 21:24:31.719 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9979 | 2026-08-29T21:24:32.357Z | [ host-image] Aug 29 21:24:31.728 INFO O| Aug 29 21:24:31.728 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist |
| 9980 | 2026-08-29T21:24:32.357Z | [ host-image] Aug 29 21:24:31.728 INFO O| Aug 29 21:24:31.728 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ... |
| 9981 | 2026-08-29T21:24:32.357Z | [ host-image] Aug 29 21:24:31.728 INFO O| Aug 29 21:24:31.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename |
| 9982 | 2026-08-29T21:24:32.357Z | [ host-image] Aug 29 21:24:31.728 INFO O| Aug 29 21:24:31.728 INFO ok! |
| 9983 | 2026-08-29T21:24:32.357Z | [ host-image] Aug 29 21:24:31.728 INFO O| Aug 29 21:24:31.728 INFO STEP 27 (ensure_file) COMPLETE |
| 9984 | 2026-08-29T21:24:32.360Z | [ host-image] Aug 29 21:24:31.728 INFO O| Aug 29 21:24:31.728 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9985 | 2026-08-29T21:24:32.367Z | [ host-image] Aug 29 21:24:31.737 INFO O| Aug 29 21:24:31.737 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 9986 | 2026-08-29T21:24:32.367Z | [ host-image] Aug 29 21:24:31.737 INFO O| Aug 29 21:24:31.737 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ... |
| 9987 | 2026-08-29T21:24:32.370Z | [ host-image] Aug 29 21:24:31.737 INFO O| Aug 29 21:24:31.737 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9988 | 2026-08-29T21:24:32.370Z | [ host-image] Aug 29 21:24:31.737 INFO O| Aug 29 21:24:31.737 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9989 | 2026-08-29T21:24:32.370Z | [ host-image] Aug 29 21:24:31.737 INFO O| Aug 29 21:24:31.737 INFO ok! |
| 9990 | 2026-08-29T21:24:32.370Z | [ host-image] Aug 29 21:24:31.737 INFO O| Aug 29 21:24:31.737 INFO STEP 28 (ensure_file) COMPLETE |
| 9991 | 2026-08-29T21:24:32.370Z | [ host-image] Aug 29 21:24:31.737 INFO O| Aug 29 21:24:31.737 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9992 | 2026-08-29T21:24:32.374Z | [ host-image] Aug 29 21:24:31.745 INFO O| Aug 29 21:24:31.745 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist |
| 9993 | 2026-08-29T21:24:32.375Z | [ host-image] Aug 29 21:24:31.745 INFO O| Aug 29 21:24:31.745 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ... |
| 9994 | 2026-08-29T21:24:32.375Z | [ host-image] Aug 29 21:24:31.745 INFO O| Aug 29 21:24:31.745 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf |
| 9995 | 2026-08-29T21:24:32.375Z | [ host-image] Aug 29 21:24:31.745 INFO O| Aug 29 21:24:31.745 INFO ok! |
| 9996 | 2026-08-29T21:24:32.375Z | [ host-image] Aug 29 21:24:31.745 INFO O| Aug 29 21:24:31.745 INFO STEP 29 (ensure_file) COMPLETE |
| 9997 | 2026-08-29T21:24:32.375Z | [ host-image] Aug 29 21:24:31.745 INFO O| Aug 29 21:24:31.745 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9998 | 2026-08-29T21:24:32.382Z | [ host-image] Aug 29 21:24:31.753 INFO O| Aug 29 21:24:31.753 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9999 | 2026-08-29T21:24:32.385Z | [ host-image] Aug 29 21:24:31.753 INFO O| Aug 29 21:24:31.753 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 10000 | 2026-08-29T21:24:32.385Z | [ host-image] Aug 29 21:24:31.753 INFO O| Aug 29 21:24:31.753 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 10001 | 2026-08-29T21:24:32.385Z | [ host-image] Aug 29 21:24:31.753 INFO O| Aug 29 21:24:31.753 INFO STEP 30 (ensure_dir) COMPLETE |
| 10002 | 2026-08-29T21:24:32.385Z | [ host-image] Aug 29 21:24:31.753 INFO O| Aug 29 21:24:31.753 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 10003 | 2026-08-29T21:24:32.390Z | [ host-image] Aug 29 21:24:31.761 INFO O| Aug 29 21:24:31.761 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist |
| 10004 | 2026-08-29T21:24:32.390Z | [ host-image] Aug 29 21:24:31.761 INFO O| Aug 29 21:24:31.761 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ... |
| 10005 | 2026-08-29T21:24:32.390Z | [ host-image] Aug 29 21:24:31.761 INFO O| Aug 29 21:24:31.761 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 10006 | 2026-08-29T21:24:32.393Z | [ host-image] Aug 29 21:24:31.761 INFO O| Aug 29 21:24:31.761 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 10007 | 2026-08-29T21:24:32.393Z | [ host-image] Aug 29 21:24:31.761 INFO O| Aug 29 21:24:31.761 INFO ok! |
| 10008 | 2026-08-29T21:24:32.393Z | [ host-image] Aug 29 21:24:31.761 INFO O| Aug 29 21:24:31.761 INFO STEP 31 (ensure_file) COMPLETE |
| 10009 | 2026-08-29T21:24:32.393Z | [ host-image] Aug 29 21:24:31.761 INFO O| Aug 29 21:24:31.761 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 10010 | 2026-08-29T21:24:32.398Z | [ host-image] Aug 29 21:24:31.769 INFO O| Aug 29 21:24:31.768 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 10011 | 2026-08-29T21:24:32.401Z | [ host-image] Aug 29 21:24:31.769 INFO O| Aug 29 21:24:31.769 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 10012 | 2026-08-29T21:24:32.401Z | [ host-image] Aug 29 21:24:31.769 INFO O| Aug 29 21:24:31.769 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 10013 | 2026-08-29T21:24:32.401Z | [ host-image] Aug 29 21:24:31.769 INFO O| Aug 29 21:24:31.769 INFO STEP 32 (ensure_dir) COMPLETE |
| 10014 | 2026-08-29T21:24:32.401Z | [ host-image] Aug 29 21:24:31.769 INFO O| Aug 29 21:24:31.769 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 10015 | 2026-08-29T21:24:32.406Z | [ host-image] Aug 29 21:24:31.777 INFO O| Aug 29 21:24:31.777 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 10016 | 2026-08-29T21:24:32.406Z | [ host-image] Aug 29 21:24:31.777 INFO O| Aug 29 21:24:31.777 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 ... |
| 10017 | 2026-08-29T21:24:32.410Z | [ host-image] Aug 29 21:24:31.777 INFO O| Aug 29 21:24:31.777 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 |
| 10018 | 2026-08-29T21:24:32.410Z | [ host-image] Aug 29 21:24:31.777 INFO O| Aug 29 21:24:31.777 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml |
| 10019 | 2026-08-29T21:24:32.410Z | [ host-image] Aug 29 21:24:31.777 INFO O| Aug 29 21:24:31.777 INFO ok! |
| 10020 | 2026-08-29T21:24:32.410Z | [ host-image] Aug 29 21:24:31.777 INFO O| Aug 29 21:24:31.777 INFO STEP 33 (ensure_file) COMPLETE |
| 10021 | 2026-08-29T21:24:32.410Z | [ host-image] Aug 29 21:24:31.777 INFO O| Aug 29 21:24:31.777 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10022 | 2026-08-29T21:24:32.414Z | [ host-image] Aug 29 21:24:31.785 INFO O| Aug 29 21:24:31.785 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist |
| 10023 | 2026-08-29T21:24:32.414Z | [ host-image] Aug 29 21:24:31.785 INFO O| Aug 29 21:24:31.785 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ... |
| 10024 | 2026-08-29T21:24:32.417Z | [ host-image] Aug 29 21:24:31.785 INFO O| Aug 29 21:24:31.785 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master |
| 10025 | 2026-08-29T21:24:32.417Z | [ host-image] Aug 29 21:24:31.785 INFO O| Aug 29 21:24:31.785 INFO ok! |
| 10026 | 2026-08-29T21:24:32.417Z | [ host-image] Aug 29 21:24:31.785 INFO O| Aug 29 21:24:31.785 INFO STEP 34 (ensure_file) COMPLETE |
| 10027 | 2026-08-29T21:24:32.418Z | [ host-image] Aug 29 21:24:31.785 INFO O| Aug 29 21:24:31.785 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10028 | 2026-08-29T21:24:32.421Z | [ host-image] Aug 29 21:24:31.792 INFO O| Aug 29 21:24:31.792 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
| 10029 | 2026-08-29T21:24:32.421Z | [ host-image] Aug 29 21:24:31.792 INFO O| Aug 29 21:24:31.792 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ... |
| 10030 | 2026-08-29T21:24:32.424Z | [ host-image] Aug 29 21:24:31.792 INFO O| Aug 29 21:24:31.792 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 10031 | 2026-08-29T21:24:32.424Z | [ host-image] Aug 29 21:24:31.792 INFO O| Aug 29 21:24:31.792 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 10032 | 2026-08-29T21:24:32.425Z | [ host-image] Aug 29 21:24:31.792 INFO O| Aug 29 21:24:31.792 INFO ok! |
| 10033 | 2026-08-29T21:24:32.425Z | [ host-image] Aug 29 21:24:31.792 INFO O| Aug 29 21:24:31.792 INFO STEP 35 (ensure_file) COMPLETE |
| 10034 | 2026-08-29T21:24:32.425Z | [ host-image] Aug 29 21:24:31.792 INFO O| Aug 29 21:24:31.792 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10035 | 2026-08-29T21:24:32.428Z | [ host-image] Aug 29 21:24:31.799 INFO O| Aug 29 21:24:31.799 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking |
| 10036 | 2026-08-29T21:24:32.428Z | [ host-image] Aug 29 21:24:31.799 INFO O| Aug 29 21:24:31.799 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ... |
| 10037 | 2026-08-29T21:24:32.428Z | [ host-image] Aug 29 21:24:31.799 INFO O| Aug 29 21:24:31.799 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init |
| 10038 | 2026-08-29T21:24:32.428Z | [ host-image] Aug 29 21:24:31.799 INFO O| Aug 29 21:24:31.799 INFO ok! |
| 10039 | 2026-08-29T21:24:32.428Z | [ host-image] Aug 29 21:24:31.799 INFO O| Aug 29 21:24:31.799 INFO STEP 36 (ensure_file) COMPLETE |
| 10040 | 2026-08-29T21:24:32.428Z | [ host-image] Aug 29 21:24:31.799 INFO O| Aug 29 21:24:31.799 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10041 | 2026-08-29T21:24:32.434Z | [ host-image] Aug 29 21:24:31.805 INFO O| Aug 29 21:24:31.805 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 10042 | 2026-08-29T21:24:32.434Z | [ host-image] Aug 29 21:24:31.805 INFO O| Aug 29 21:24:31.805 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ... |
| 10043 | 2026-08-29T21:24:32.437Z | [ host-image] Aug 29 21:24:31.805 INFO O| Aug 29 21:24:31.805 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config |
| 10044 | 2026-08-29T21:24:32.437Z | [ host-image] Aug 29 21:24:31.805 INFO O| Aug 29 21:24:31.805 INFO ok! |
| 10045 | 2026-08-29T21:24:32.437Z | [ host-image] Aug 29 21:24:31.805 INFO O| Aug 29 21:24:31.805 INFO STEP 37 (ensure_file) COMPLETE |
| 10046 | 2026-08-29T21:24:32.437Z | [ host-image] Aug 29 21:24:31.805 INFO O| Aug 29 21:24:31.805 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10047 | 2026-08-29T21:24:32.460Z | [ host-image] Aug 29 21:24:31.812 INFO O| Aug 29 21:24:31.811 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist |
| 10048 | 2026-08-29T21:24:32.460Z | [ host-image] Aug 29 21:24:31.812 INFO O| Aug 29 21:24:31.812 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ... |
| 10049 | 2026-08-29T21:24:32.460Z | [ host-image] Aug 29 21:24:31.812 INFO O| Aug 29 21:24:31.812 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 10050 | 2026-08-29T21:24:32.460Z | [ host-image] Aug 29 21:24:31.812 INFO O| Aug 29 21:24:31.812 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 10051 | 2026-08-29T21:24:32.460Z | [ host-image] Aug 29 21:24:31.812 INFO O| Aug 29 21:24:31.812 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 10052 | 2026-08-29T21:24:32.460Z | [ host-image] Aug 29 21:24:31.812 INFO O| Aug 29 21:24:31.812 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 10053 | 2026-08-29T21:24:32.460Z | [ host-image] Aug 29 21:24:31.812 INFO O| Aug 29 21:24:31.812 INFO ok! |
| 10054 | 2026-08-29T21:24:32.461Z | [ host-image] Aug 29 21:24:31.812 INFO O| Aug 29 21:24:31.812 INFO STEP 38 (ensure_file) COMPLETE |
| 10055 | 2026-08-29T21:24:32.461Z | [ host-image] Aug 29 21:24:31.812 INFO O| Aug 29 21:24:31.812 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 10056 | 2026-08-29T21:24:32.461Z | [ host-image] Aug 29 21:24:31.818 INFO O| Aug 29 21:24:31.818 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 10057 | 2026-08-29T21:24:32.461Z | [ host-image] Aug 29 21:24:31.818 INFO O| Aug 29 21:24:31.818 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 10058 | 2026-08-29T21:24:32.461Z | [ host-image] Aug 29 21:24:31.818 INFO O| Aug 29 21:24:31.818 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 10059 | 2026-08-29T21:24:32.461Z | [ host-image] Aug 29 21:24:31.818 INFO O| Aug 29 21:24:31.818 INFO STEP 39 (ensure_dir) COMPLETE |
| 10060 | 2026-08-29T21:24:32.461Z | [ host-image] Aug 29 21:24:31.818 INFO O| Aug 29 21:24:31.818 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 10061 | 2026-08-29T21:24:32.461Z | [ host-image] Aug 29 21:24:31.824 INFO O| Aug 29 21:24:31.824 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 |
| 10062 | 2026-08-29T21:24:32.461Z | [ host-image] Aug 29 21:24:31.824 INFO O| Aug 29 21:24:31.824 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 ... |
| 10063 | 2026-08-29T21:24:32.461Z | [ host-image] Aug 29 21:24:31.824 INFO O| Aug 29 21:24:31.824 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 |
| 10064 | 2026-08-29T21:24:32.461Z | [ host-image] Aug 29 21:24:31.824 INFO O| Aug 29 21:24:31.824 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 |
| 10065 | 2026-08-29T21:24:32.461Z | [ host-image] Aug 29 21:24:31.824 INFO O| Aug 29 21:24:31.824 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 |
| 10066 | 2026-08-29T21:24:32.461Z | [ host-image] Aug 29 21:24:31.824 INFO O| Aug 29 21:24:31.824 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 |
| 10067 | 2026-08-29T21:24:32.461Z | [ host-image] Aug 29 21:24:31.824 INFO O| Aug 29 21:24:31.824 INFO ok! |
| 10068 | 2026-08-29T21:24:32.461Z | [ host-image] Aug 29 21:24:31.824 INFO O| Aug 29 21:24:31.824 INFO STEP 40 (ensure_file) COMPLETE |
| 10069 | 2026-08-29T21:24:32.461Z | [ host-image] Aug 29 21:24:31.824 INFO O| Aug 29 21:24:31.824 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 10070 | 2026-08-29T21:24:32.465Z | [ host-image] Aug 29 21:24:31.833 INFO O| Aug 29 21:24:31.833 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 10071 | 2026-08-29T21:24:32.465Z | [ host-image] Aug 29 21:24:31.833 INFO O| Aug 29 21:24:31.833 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 ... |
| 10072 | 2026-08-29T21:24:32.465Z | [ host-image] Aug 29 21:24:31.833 INFO O| Aug 29 21:24:31.833 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 10073 | 2026-08-29T21:24:32.465Z | [ host-image] Aug 29 21:24:31.833 INFO O| Aug 29 21:24:31.833 INFO ok! |
| 10074 | 2026-08-29T21:24:32.465Z | [ host-image] Aug 29 21:24:31.833 INFO O| Aug 29 21:24:31.833 INFO STEP 41 (ensure_symlink) COMPLETE |
| 10075 | 2026-08-29T21:24:32.465Z | [ host-image] Aug 29 21:24:31.833 INFO O| Aug 29 21:24:31.833 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 10076 | 2026-08-29T21:24:32.469Z | [ host-image] Aug 29 21:24:31.840 INFO O| Aug 29 21:24:31.840 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist |
| 10077 | 2026-08-29T21:24:32.469Z | [ host-image] Aug 29 21:24:31.840 INFO O| Aug 29 21:24:31.840 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 10078 | 2026-08-29T21:24:32.472Z | [ host-image] Aug 29 21:24:31.840 INFO O| Aug 29 21:24:31.840 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo |
| 10079 | 2026-08-29T21:24:32.473Z | [ host-image] Aug 29 21:24:31.840 INFO O| Aug 29 21:24:31.840 INFO ok! |
| 10080 | 2026-08-29T21:24:32.473Z | [ host-image] Aug 29 21:24:31.840 INFO O| Aug 29 21:24:31.840 INFO STEP 42 (ensure_symlink) COMPLETE |
| 10081 | 2026-08-29T21:24:32.473Z | [ host-image] Aug 29 21:24:31.840 INFO O| Aug 29 21:24:31.840 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10082 | 2026-08-29T21:24:32.478Z | [ host-image] Aug 29 21:24:31.849 INFO O| Aug 29 21:24:31.849 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist |
| 10083 | 2026-08-29T21:24:32.478Z | [ host-image] Aug 29 21:24:31.849 INFO O| Aug 29 21:24:31.849 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ... |
| 10084 | 2026-08-29T21:24:32.482Z | [ host-image] Aug 29 21:24:31.849 INFO O| Aug 29 21:24:31.849 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 10085 | 2026-08-29T21:24:32.482Z | [ host-image] Aug 29 21:24:31.849 INFO O| Aug 29 21:24:31.849 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 10086 | 2026-08-29T21:24:32.482Z | [ host-image] Aug 29 21:24:31.849 INFO O| Aug 29 21:24:31.849 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 10087 | 2026-08-29T21:24:32.482Z | [ host-image] Aug 29 21:24:31.849 INFO O| Aug 29 21:24:31.849 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 10088 | 2026-08-29T21:24:32.482Z | [ host-image] Aug 29 21:24:31.849 INFO O| Aug 29 21:24:31.849 INFO ok! |
| 10089 | 2026-08-29T21:24:32.482Z | [ host-image] Aug 29 21:24:31.849 INFO O| Aug 29 21:24:31.849 INFO STEP 43 (ensure_file) COMPLETE |
| 10090 | 2026-08-29T21:24:32.482Z | [ host-image] Aug 29 21:24:31.849 INFO O| Aug 29 21:24:31.849 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10091 | 2026-08-29T21:24:32.486Z | [ host-image] Aug 29 21:24:31.857 INFO O| Aug 29 21:24:31.857 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
| 10092 | 2026-08-29T21:24:32.486Z | [ host-image] Aug 29 21:24:31.857 INFO O| Aug 29 21:24:31.857 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 ... |
| 10093 | 2026-08-29T21:24:32.489Z | [ host-image] Aug 29 21:24:31.857 INFO O| Aug 29 21:24:31.857 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 |
| 10094 | 2026-08-29T21:24:32.489Z | [ host-image] Aug 29 21:24:31.857 INFO O| Aug 29 21:24:31.857 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml |
| 10095 | 2026-08-29T21:24:32.489Z | [ host-image] Aug 29 21:24:31.857 INFO O| Aug 29 21:24:31.857 INFO ok! |
| 10096 | 2026-08-29T21:24:32.489Z | [ host-image] Aug 29 21:24:31.857 INFO O| Aug 29 21:24:31.857 INFO STEP 44 (ensure_file) COMPLETE |
| 10097 | 2026-08-29T21:24:32.490Z | [ host-image] Aug 29 21:24:31.857 INFO O| Aug 29 21:24:31.857 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10098 | 2026-08-29T21:24:32.494Z | [ host-image] Aug 29 21:24:31.865 INFO O| Aug 29 21:24:31.865 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist |
| 10099 | 2026-08-29T21:24:32.494Z | [ host-image] Aug 29 21:24:31.865 INFO O| Aug 29 21:24:31.865 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ... |
| 10100 | 2026-08-29T21:24:32.497Z | [ host-image] Aug 29 21:24:31.865 INFO O| Aug 29 21:24:31.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml |
| 10101 | 2026-08-29T21:24:32.497Z | [ host-image] Aug 29 21:24:31.865 INFO O| Aug 29 21:24:31.865 INFO ok! |
| 10102 | 2026-08-29T21:24:32.497Z | [ host-image] Aug 29 21:24:31.865 INFO O| Aug 29 21:24:31.865 INFO STEP 45 (ensure_file) COMPLETE |
| 10103 | 2026-08-29T21:24:32.497Z | [ host-image] Aug 29 21:24:31.865 INFO O| Aug 29 21:24:31.865 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 10104 | 2026-08-29T21:24:32.503Z | [ host-image] Aug 29 21:24:31.874 INFO O| Aug 29 21:24:31.874 INFO updating shadow file |
| 10105 | 2026-08-29T21:24:32.506Z | [ host-image] Aug 29 21:24:31.874 INFO O| Aug 29 21:24:31.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 10106 | 2026-08-29T21:24:32.506Z | [ host-image] Aug 29 21:24:31.874 INFO O| Aug 29 21:24:31.874 INFO STEP 46 (shadow) COMPLETE |
| 10107 | 2026-08-29T21:24:32.506Z | [ host-image] Aug 29 21:24:31.874 INFO O| Aug 29 21:24:31.874 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 10108 | 2026-08-29T21:24:32.510Z | [ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking |
| 10109 | 2026-08-29T21:24:32.514Z | [ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ... |
| 10110 | 2026-08-29T21:24:32.514Z | [ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 10111 | 2026-08-29T21:24:32.514Z | [ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 10112 | 2026-08-29T21:24:32.514Z | [ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO ok! |
| 10113 | 2026-08-29T21:24:32.514Z | [ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO STEP 47 (ensure_file) COMPLETE |
| 10114 | 2026-08-29T21:24:32.514Z | [ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10115 | 2026-08-29T21:24:32.514Z | [ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO skip step because feature "mfg" is not enabled |
| 10116 | 2026-08-29T21:24:32.514Z | [ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10117 | 2026-08-29T21:24:32.514Z | [ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO skip step because feature "mfg" is not enabled |
| 10118 | 2026-08-29T21:24:32.514Z | [ host-image] Aug 29 21:24:31.882 INFO O| Aug 29 21:24:31.882 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10119 | 2026-08-29T21:24:32.518Z | [ host-image] Aug 29 21:24:31.889 INFO O| Aug 29 21:24:31.889 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist |
| 10120 | 2026-08-29T21:24:32.518Z | [ host-image] Aug 29 21:24:31.889 INFO O| Aug 29 21:24:31.889 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ... |
| 10121 | 2026-08-29T21:24:32.542Z | [ host-image] Aug 29 21:24:31.913 INFO O| Aug 29 21:24:31.913 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 10122 | 2026-08-29T21:24:32.542Z | [ host-image] Aug 29 21:24:31.913 INFO O| Aug 29 21:24:31.913 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 10123 | 2026-08-29T21:24:32.546Z | [ host-image] Aug 29 21:24:31.913 INFO O| Aug 29 21:24:31.913 INFO ok! |
| 10124 | 2026-08-29T21:24:32.546Z | [ host-image] Aug 29 21:24:31.913 INFO O| Aug 29 21:24:31.913 INFO STEP 50 (ensure_file) COMPLETE |
| 10125 | 2026-08-29T21:24:32.546Z | [ host-image] Aug 29 21:24:31.913 INFO O| Aug 29 21:24:31.913 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10126 | 2026-08-29T21:24:32.546Z | [ host-image] Aug 29 21:24:31.913 INFO O| Aug 29 21:24:31.913 INFO skip step because feature "compliance" is not enabled |
| 10127 | 2026-08-29T21:24:32.546Z | [ host-image] Aug 29 21:24:31.913 INFO O| Aug 29 21:24:31.913 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10128 | 2026-08-29T21:24:32.549Z | [ host-image] Aug 29 21:24:31.920 INFO O| Aug 29 21:24:31.920 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist |
| 10129 | 2026-08-29T21:24:32.549Z | [ host-image] Aug 29 21:24:31.920 INFO O| Aug 29 21:24:31.920 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ... |
| 10130 | 2026-08-29T21:24:32.549Z | [ host-image] Aug 29 21:24:31.920 INFO O| Aug 29 21:24:31.920 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 10131 | 2026-08-29T21:24:32.549Z | [ host-image] Aug 29 21:24:31.920 INFO O| Aug 29 21:24:31.920 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 10132 | 2026-08-29T21:24:32.549Z | [ host-image] Aug 29 21:24:31.920 INFO O| Aug 29 21:24:31.920 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 10133 | 2026-08-29T21:24:32.549Z | [ host-image] Aug 29 21:24:31.920 INFO O| Aug 29 21:24:31.920 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 10134 | 2026-08-29T21:24:32.549Z | [ host-image] Aug 29 21:24:31.920 INFO O| Aug 29 21:24:31.920 INFO ok! |
| 10135 | 2026-08-29T21:24:32.549Z | [ host-image] Aug 29 21:24:31.920 INFO O| Aug 29 21:24:31.920 INFO STEP 52 (ensure_file) COMPLETE |
| 10136 | 2026-08-29T21:24:32.553Z | [ host-image] Aug 29 21:24:31.920 INFO O| Aug 29 21:24:31.920 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10137 | 2026-08-29T21:24:32.558Z | [ host-image] Aug 29 21:24:31.929 INFO O| Aug 29 21:24:31.929 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
| 10138 | 2026-08-29T21:24:32.558Z | [ host-image] Aug 29 21:24:31.929 INFO O| Aug 29 21:24:31.929 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 ... |
| 10139 | 2026-08-29T21:24:32.561Z | [ host-image] Aug 29 21:24:31.929 INFO O| Aug 29 21:24:31.929 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 |
| 10140 | 2026-08-29T21:24:32.561Z | [ host-image] Aug 29 21:24:31.929 INFO O| Aug 29 21:24:31.929 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 10141 | 2026-08-29T21:24:32.561Z | [ host-image] Aug 29 21:24:31.929 INFO O| Aug 29 21:24:31.929 INFO ok! |
| 10142 | 2026-08-29T21:24:32.561Z | [ host-image] Aug 29 21:24:31.929 INFO O| Aug 29 21:24:31.929 INFO STEP 53 (ensure_file) COMPLETE |
| 10143 | 2026-08-29T21:24:32.561Z | [ host-image] Aug 29 21:24:31.929 INFO O| Aug 29 21:24:31.929 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10144 | 2026-08-29T21:24:32.565Z | [ host-image] Aug 29 21:24:31.936 INFO O| Aug 29 21:24:31.936 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist |
| 10145 | 2026-08-29T21:24:32.568Z | [ host-image] Aug 29 21:24:31.936 INFO O| Aug 29 21:24:31.936 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 ... |
| 10146 | 2026-08-29T21:24:32.568Z | [ host-image] Aug 29 21:24:31.936 INFO O| Aug 29 21:24:31.936 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 10147 | 2026-08-29T21:24:32.568Z | [ host-image] Aug 29 21:24:31.936 INFO O| Aug 29 21:24:31.936 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 10148 | 2026-08-29T21:24:32.568Z | [ host-image] Aug 29 21:24:31.936 INFO O| Aug 29 21:24:31.936 INFO ok! |
| 10149 | 2026-08-29T21:24:32.568Z | [ host-image] Aug 29 21:24:31.936 INFO O| Aug 29 21:24:31.936 INFO STEP 54 (ensure_file) COMPLETE |
| 10150 | 2026-08-29T21:24:32.568Z | [ host-image] Aug 29 21:24:31.936 INFO O| Aug 29 21:24:31.936 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10151 | 2026-08-29T21:24:32.572Z | [ host-image] Aug 29 21:24:31.943 INFO O| Aug 29 21:24:31.943 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist |
| 10152 | 2026-08-29T21:24:32.572Z | [ host-image] Aug 29 21:24:31.943 INFO O| Aug 29 21:24:31.943 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 ... |
| 10153 | 2026-08-29T21:24:32.572Z | [ host-image] Aug 29 21:24:31.943 INFO O| Aug 29 21:24:31.943 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 |
| 10154 | 2026-08-29T21:24:32.572Z | [ host-image] Aug 29 21:24:31.943 INFO O| Aug 29 21:24:31.943 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml |
| 10155 | 2026-08-29T21:24:32.572Z | [ host-image] Aug 29 21:24:31.943 INFO O| Aug 29 21:24:31.943 INFO ok! |
| 10156 | 2026-08-29T21:24:32.572Z | [ host-image] Aug 29 21:24:31.943 INFO O| Aug 29 21:24:31.943 INFO STEP 55 (ensure_file) COMPLETE |
| 10157 | 2026-08-29T21:24:32.572Z | [ host-image] Aug 29 21:24:31.943 INFO O| Aug 29 21:24:31.943 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10158 | 2026-08-29T21:24:32.580Z | [ host-image] Aug 29 21:24:31.951 INFO O| Aug 29 21:24:31.951 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist |
| 10159 | 2026-08-29T21:24:32.580Z | [ host-image] Aug 29 21:24:31.951 INFO O| Aug 29 21:24:31.951 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 ... |
| 10160 | 2026-08-29T21:24:32.584Z | [ host-image] Aug 29 21:24:31.951 INFO O| Aug 29 21:24:31.951 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 10161 | 2026-08-29T21:24:32.584Z | [ host-image] Aug 29 21:24:31.951 INFO O| Aug 29 21:24:31.951 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 10162 | 2026-08-29T21:24:32.584Z | [ host-image] Aug 29 21:24:31.951 INFO O| Aug 29 21:24:31.951 INFO ok! |
| 10163 | 2026-08-29T21:24:32.584Z | [ host-image] Aug 29 21:24:31.951 INFO O| Aug 29 21:24:31.951 INFO STEP 56 (ensure_file) COMPLETE |
| 10164 | 2026-08-29T21:24:32.584Z | [ host-image] Aug 29 21:24:31.951 INFO O| Aug 29 21:24:31.951 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10165 | 2026-08-29T21:24:32.587Z | [ host-image] Aug 29 21:24:31.958 INFO O| Aug 29 21:24:31.958 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist |
| 10166 | 2026-08-29T21:24:32.587Z | [ host-image] Aug 29 21:24:31.958 INFO O| Aug 29 21:24:31.958 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 ... |
| 10167 | 2026-08-29T21:24:32.587Z | [ host-image] Aug 29 21:24:31.958 INFO O| Aug 29 21:24:31.958 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 |
| 10168 | 2026-08-29T21:24:32.588Z | [ host-image] Aug 29 21:24:31.958 INFO O| Aug 29 21:24:31.958 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml |
| 10169 | 2026-08-29T21:24:32.588Z | [ host-image] Aug 29 21:24:31.958 INFO O| Aug 29 21:24:31.958 INFO ok! |
| 10170 | 2026-08-29T21:24:32.588Z | [ host-image] Aug 29 21:24:31.958 INFO O| Aug 29 21:24:31.958 INFO STEP 57 (ensure_file) COMPLETE |
| 10171 | 2026-08-29T21:24:32.588Z | [ host-image] Aug 29 21:24:31.958 INFO O| Aug 29 21:24:31.958 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10172 | 2026-08-29T21:24:32.595Z | [ host-image] Aug 29 21:24:31.966 INFO O| Aug 29 21:24:31.966 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist |
| 10173 | 2026-08-29T21:24:32.595Z | [ host-image] Aug 29 21:24:31.966 INFO O| Aug 29 21:24:31.966 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 ... |
| 10174 | 2026-08-29T21:24:32.599Z | [ host-image] Aug 29 21:24:31.966 INFO O| Aug 29 21:24:31.966 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10175 | 2026-08-29T21:24:32.599Z | [ host-image] Aug 29 21:24:31.966 INFO O| Aug 29 21:24:31.966 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10176 | 2026-08-29T21:24:32.599Z | [ host-image] Aug 29 21:24:31.966 INFO O| Aug 29 21:24:31.966 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10177 | 2026-08-29T21:24:32.599Z | [ host-image] Aug 29 21:24:31.966 INFO O| Aug 29 21:24:31.966 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10178 | 2026-08-29T21:24:32.599Z | [ host-image] Aug 29 21:24:31.966 INFO O| Aug 29 21:24:31.966 INFO ok! |
| 10179 | 2026-08-29T21:24:32.599Z | [ host-image] Aug 29 21:24:31.966 INFO O| Aug 29 21:24:31.966 INFO STEP 58 (ensure_file) COMPLETE |
| 10180 | 2026-08-29T21:24:32.599Z | [ host-image] Aug 29 21:24:31.966 INFO O| Aug 29 21:24:31.966 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10181 | 2026-08-29T21:24:32.603Z | [ host-image] Aug 29 21:24:31.974 INFO O| Aug 29 21:24:31.974 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist |
| 10182 | 2026-08-29T21:24:32.606Z | [ host-image] Aug 29 21:24:31.974 INFO O| Aug 29 21:24:31.974 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 ... |
| 10183 | 2026-08-29T21:24:32.606Z | [ host-image] Aug 29 21:24:31.974 INFO O| Aug 29 21:24:31.974 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 |
| 10184 | 2026-08-29T21:24:32.606Z | [ host-image] Aug 29 21:24:31.974 INFO O| Aug 29 21:24:31.974 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml |
| 10185 | 2026-08-29T21:24:32.606Z | [ host-image] Aug 29 21:24:31.974 INFO O| Aug 29 21:24:31.974 INFO ok! |
| 10186 | 2026-08-29T21:24:32.606Z | [ host-image] Aug 29 21:24:31.974 INFO O| Aug 29 21:24:31.974 INFO STEP 59 (ensure_file) COMPLETE |
| 10187 | 2026-08-29T21:24:32.607Z | [ host-image] Aug 29 21:24:31.974 INFO O| Aug 29 21:24:31.974 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10188 | 2026-08-29T21:24:32.611Z | [ host-image] Aug 29 21:24:31.982 INFO O| Aug 29 21:24:31.982 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist |
| 10189 | 2026-08-29T21:24:32.614Z | [ host-image] Aug 29 21:24:31.982 INFO O| Aug 29 21:24:31.982 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ... |
| 10190 | 2026-08-29T21:24:32.614Z | [ host-image] Aug 29 21:24:31.982 INFO O| Aug 29 21:24:31.982 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 10191 | 2026-08-29T21:24:32.614Z | [ host-image] Aug 29 21:24:31.982 INFO O| Aug 29 21:24:31.982 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 10192 | 2026-08-29T21:24:32.614Z | [ host-image] Aug 29 21:24:31.982 INFO O| Aug 29 21:24:31.982 INFO ok! |
| 10193 | 2026-08-29T21:24:32.614Z | [ host-image] Aug 29 21:24:31.982 INFO O| Aug 29 21:24:31.982 INFO STEP 60 (ensure_file) COMPLETE |
| 10194 | 2026-08-29T21:24:32.614Z | [ host-image] Aug 29 21:24:31.982 INFO O| Aug 29 21:24:31.982 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10195 | 2026-08-29T21:24:32.618Z | [ host-image] Aug 29 21:24:31.988 INFO O| Aug 29 21:24:31.988 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist |
| 10196 | 2026-08-29T21:24:32.618Z | [ host-image] Aug 29 21:24:31.988 INFO O| Aug 29 21:24:31.988 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 ... |
| 10197 | 2026-08-29T21:24:32.618Z | [ host-image] Aug 29 21:24:31.988 INFO O| Aug 29 21:24:31.988 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 |
| 10198 | 2026-08-29T21:24:32.618Z | [ host-image] Aug 29 21:24:31.988 INFO O| Aug 29 21:24:31.988 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml |
| 10199 | 2026-08-29T21:24:32.618Z | [ host-image] Aug 29 21:24:31.988 INFO O| Aug 29 21:24:31.988 INFO ok! |
| 10200 | 2026-08-29T21:24:32.618Z | [ host-image] Aug 29 21:24:31.988 INFO O| Aug 29 21:24:31.988 INFO STEP 61 (ensure_file) COMPLETE |
| 10201 | 2026-08-29T21:24:32.618Z | [ host-image] Aug 29 21:24:31.988 INFO O| Aug 29 21:24:31.988 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10202 | 2026-08-29T21:24:32.626Z | [ host-image] Aug 29 21:24:31.997 INFO O| Aug 29 21:24:31.997 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist |
| 10203 | 2026-08-29T21:24:32.626Z | [ host-image] Aug 29 21:24:31.997 INFO O| Aug 29 21:24:31.997 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ... |
| 10204 | 2026-08-29T21:24:32.629Z | [ host-image] Aug 29 21:24:31.997 INFO O| Aug 29 21:24:31.997 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10205 | 2026-08-29T21:24:32.629Z | [ host-image] Aug 29 21:24:31.997 INFO O| Aug 29 21:24:31.997 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10206 | 2026-08-29T21:24:32.629Z | [ host-image] Aug 29 21:24:31.997 INFO O| Aug 29 21:24:31.997 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10207 | 2026-08-29T21:24:32.629Z | [ host-image] Aug 29 21:24:31.997 INFO O| Aug 29 21:24:31.997 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10208 | 2026-08-29T21:24:32.629Z | [ host-image] Aug 29 21:24:31.997 INFO O| Aug 29 21:24:31.997 INFO ok! |
| 10209 | 2026-08-29T21:24:32.629Z | [ host-image] Aug 29 21:24:31.997 INFO O| Aug 29 21:24:31.997 INFO STEP 62 (ensure_file) COMPLETE |
| 10210 | 2026-08-29T21:24:32.629Z | [ host-image] Aug 29 21:24:31.997 INFO O| Aug 29 21:24:31.997 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10211 | 2026-08-29T21:24:32.633Z | [ host-image] Aug 29 21:24:32.004 INFO O| Aug 29 21:24:32.004 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
| 10212 | 2026-08-29T21:24:32.636Z | [ host-image] Aug 29 21:24:32.004 INFO O| Aug 29 21:24:32.004 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 ... |
| 10213 | 2026-08-29T21:24:32.637Z | [ host-image] Aug 29 21:24:32.004 INFO O| Aug 29 21:24:32.004 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 |
| 10214 | 2026-08-29T21:24:32.637Z | [ host-image] Aug 29 21:24:32.004 INFO O| Aug 29 21:24:32.004 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 10215 | 2026-08-29T21:24:32.637Z | [ host-image] Aug 29 21:24:32.004 INFO O| Aug 29 21:24:32.004 INFO ok! |
| 10216 | 2026-08-29T21:24:32.637Z | [ host-image] Aug 29 21:24:32.004 INFO O| Aug 29 21:24:32.004 INFO STEP 63 (ensure_file) COMPLETE |
| 10217 | 2026-08-29T21:24:32.637Z | [ host-image] Aug 29 21:24:32.004 INFO O| Aug 29 21:24:32.004 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10218 | 2026-08-29T21:24:32.641Z | [ host-image] Aug 29 21:24:32.012 INFO O| Aug 29 21:24:32.012 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
| 10219 | 2026-08-29T21:24:32.641Z | [ host-image] Aug 29 21:24:32.012 INFO O| Aug 29 21:24:32.012 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 ... |
| 10220 | 2026-08-29T21:24:32.644Z | [ host-image] Aug 29 21:24:32.012 INFO O| Aug 29 21:24:32.012 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 |
| 10221 | 2026-08-29T21:24:32.644Z | [ host-image] Aug 29 21:24:32.012 INFO O| Aug 29 21:24:32.012 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 10222 | 2026-08-29T21:24:32.644Z | [ host-image] Aug 29 21:24:32.012 INFO O| Aug 29 21:24:32.012 INFO ok! |
| 10223 | 2026-08-29T21:24:32.645Z | [ host-image] Aug 29 21:24:32.012 INFO O| Aug 29 21:24:32.012 INFO STEP 64 (ensure_file) COMPLETE |
| 10224 | 2026-08-29T21:24:32.645Z | [ host-image] Aug 29 21:24:32.012 INFO O| Aug 29 21:24:32.012 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10225 | 2026-08-29T21:24:32.649Z | [ host-image] Aug 29 21:24:32.020 INFO O| Aug 29 21:24:32.020 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
| 10226 | 2026-08-29T21:24:32.649Z | [ host-image] Aug 29 21:24:32.020 INFO O| Aug 29 21:24:32.020 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 ... |
| 10227 | 2026-08-29T21:24:32.652Z | [ host-image] Aug 29 21:24:32.020 INFO O| Aug 29 21:24:32.020 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 |
| 10228 | 2026-08-29T21:24:32.652Z | [ host-image] Aug 29 21:24:32.020 INFO O| Aug 29 21:24:32.020 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 10229 | 2026-08-29T21:24:32.652Z | [ host-image] Aug 29 21:24:32.020 INFO O| Aug 29 21:24:32.020 INFO ok! |
| 10230 | 2026-08-29T21:24:32.652Z | [ host-image] Aug 29 21:24:32.020 INFO O| Aug 29 21:24:32.020 INFO STEP 65 (ensure_file) COMPLETE |
| 10231 | 2026-08-29T21:24:32.652Z | [ host-image] Aug 29 21:24:32.020 INFO O| Aug 29 21:24:32.020 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10232 | 2026-08-29T21:24:32.652Z | [ host-image] Aug 29 21:24:32.020 INFO O| Aug 29 21:24:32.020 INFO skip step because feature "mbist" is not enabled |
| 10233 | 2026-08-29T21:24:32.652Z | [ host-image] Aug 29 21:24:32.020 INFO O| Aug 29 21:24:32.020 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10234 | 2026-08-29T21:24:32.656Z | [ host-image] Aug 29 21:24:32.027 INFO O| Aug 29 21:24:32.027 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt |
| 10235 | 2026-08-29T21:24:32.656Z | [ host-image] Aug 29 21:24:32.027 INFO O| Aug 29 21:24:32.027 INFO STEP 67 (ensure_dir) COMPLETE |
| 10236 | 2026-08-29T21:24:32.656Z | [ host-image] Aug 29 21:24:32.027 INFO O| Aug 29 21:24:32.027 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10237 | 2026-08-29T21:24:32.663Z | [ host-image] Aug 29 21:24:32.034 INFO O| Aug 29 21:24:32.034 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 10238 | 2026-08-29T21:24:32.663Z | [ host-image] Aug 29 21:24:32.034 INFO O| Aug 29 21:24:32.034 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 10239 | 2026-08-29T21:24:32.666Z | [ host-image] Aug 29 21:24:32.034 INFO O| Aug 29 21:24:32.034 INFO STEP 68 (ensure_dir) COMPLETE |
| 10240 | 2026-08-29T21:24:32.666Z | [ host-image] Aug 29 21:24:32.034 INFO O| Aug 29 21:24:32.034 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10241 | 2026-08-29T21:24:32.669Z | [ host-image] Aug 29 21:24:32.040 INFO O| Aug 29 21:24:32.040 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 10242 | 2026-08-29T21:24:32.670Z | [ host-image] Aug 29 21:24:32.040 INFO O| Aug 29 21:24:32.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 10243 | 2026-08-29T21:24:32.670Z | [ host-image] Aug 29 21:24:32.040 INFO O| Aug 29 21:24:32.040 INFO STEP 69 (ensure_dir) COMPLETE |
| 10244 | 2026-08-29T21:24:32.670Z | [ host-image] Aug 29 21:24:32.040 INFO O| Aug 29 21:24:32.040 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10245 | 2026-08-29T21:24:32.677Z | [ host-image] Aug 29 21:24:32.048 INFO O| Aug 29 21:24:32.048 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 10246 | 2026-08-29T21:24:32.680Z | [ host-image] Aug 29 21:24:32.048 INFO O| Aug 29 21:24:32.048 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
| 10247 | 2026-08-29T21:24:33.035Z | [ host-image] Aug 29 21:24:32.405 INFO O| Aug 29 21:24:32.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm |
| 10248 | 2026-08-29T21:24:33.035Z | [ host-image] Aug 29 21:24:32.405 INFO O| Aug 29 21:24:32.405 INFO ok! |
| 10249 | 2026-08-29T21:24:33.035Z | [ host-image] Aug 29 21:24:32.405 INFO O| Aug 29 21:24:32.405 INFO STEP 70 (ensure_file) COMPLETE |
| 10250 | 2026-08-29T21:24:33.038Z | [ host-image] Aug 29 21:24:32.405 INFO O| Aug 29 21:24:32.405 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10251 | 2026-08-29T21:24:33.044Z | [ host-image] Aug 29 21:24:32.415 INFO O| Aug 29 21:24:32.415 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
| 10252 | 2026-08-29T21:24:33.044Z | [ host-image] Aug 29 21:24:32.415 INFO O| Aug 29 21:24:32.415 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ... |
| 10253 | 2026-08-29T21:24:33.710Z | [ host-image] Aug 29 21:24:33.081 INFO O| Aug 29 21:24:33.081 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd |
| 10254 | 2026-08-29T21:24:33.710Z | [ host-image] Aug 29 21:24:33.081 INFO O| Aug 29 21:24:33.081 INFO ok! |
| 10255 | 2026-08-29T21:24:33.710Z | [ host-image] Aug 29 21:24:33.081 INFO O| Aug 29 21:24:33.081 INFO STEP 71 (ensure_file) COMPLETE |
| 10256 | 2026-08-29T21:24:33.714Z | [ host-image] Aug 29 21:24:33.081 INFO O| Aug 29 21:24:33.081 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10257 | 2026-08-29T21:24:33.720Z | [ host-image] Aug 29 21:24:33.091 INFO O| Aug 29 21:24:33.091 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 10258 | 2026-08-29T21:24:33.721Z | [ host-image] Aug 29 21:24:33.091 INFO O| Aug 29 21:24:33.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 10259 | 2026-08-29T21:24:33.724Z | [ host-image] Aug 29 21:24:33.091 INFO O| Aug 29 21:24:33.091 INFO STEP 72 (ensure_dir) COMPLETE |
| 10260 | 2026-08-29T21:24:33.724Z | [ host-image] Aug 29 21:24:33.091 INFO O| Aug 29 21:24:33.091 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10261 | 2026-08-29T21:24:33.730Z | [ host-image] Aug 29 21:24:33.101 INFO O| Aug 29 21:24:33.101 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 10262 | 2026-08-29T21:24:33.730Z | [ host-image] Aug 29 21:24:33.101 INFO O| Aug 29 21:24:33.101 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10263 | 2026-08-29T21:24:33.733Z | [ host-image] Aug 29 21:24:33.101 INFO O| Aug 29 21:24:33.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 10264 | 2026-08-29T21:24:33.733Z | [ host-image] Aug 29 21:24:33.101 INFO O| Aug 29 21:24:33.101 INFO ok! |
| 10265 | 2026-08-29T21:24:33.733Z | [ host-image] Aug 29 21:24:33.101 INFO O| Aug 29 21:24:33.101 INFO STEP 73 (ensure_file) COMPLETE |
| 10266 | 2026-08-29T21:24:33.733Z | [ host-image] Aug 29 21:24:33.101 INFO O| Aug 29 21:24:33.101 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10267 | 2026-08-29T21:24:33.738Z | [ host-image] Aug 29 21:24:33.109 INFO O| Aug 29 21:24:33.109 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 10268 | 2026-08-29T21:24:33.738Z | [ host-image] Aug 29 21:24:33.109 INFO O| Aug 29 21:24:33.109 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10269 | 2026-08-29T21:24:33.742Z | [ host-image] Aug 29 21:24:33.109 INFO O| Aug 29 21:24:33.109 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 10270 | 2026-08-29T21:24:33.742Z | [ host-image] Aug 29 21:24:33.109 INFO O| Aug 29 21:24:33.109 INFO ok! |
| 10271 | 2026-08-29T21:24:33.742Z | [ host-image] Aug 29 21:24:33.109 INFO O| Aug 29 21:24:33.109 INFO STEP 74 (ensure_file) COMPLETE |
| 10272 | 2026-08-29T21:24:33.742Z | [ host-image] Aug 29 21:24:33.109 INFO O| Aug 29 21:24:33.109 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10273 | 2026-08-29T21:24:33.745Z | [ host-image] Aug 29 21:24:33.117 INFO O| Aug 29 21:24:33.117 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 10274 | 2026-08-29T21:24:33.746Z | [ host-image] Aug 29 21:24:33.117 INFO O| Aug 29 21:24:33.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 10275 | 2026-08-29T21:24:33.749Z | [ host-image] Aug 29 21:24:33.117 INFO O| Aug 29 21:24:33.117 INFO STEP 75 (ensure_dir) COMPLETE |
| 10276 | 2026-08-29T21:24:33.749Z | [ host-image] Aug 29 21:24:33.117 INFO O| Aug 29 21:24:33.117 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10277 | 2026-08-29T21:24:33.754Z | [ host-image] Aug 29 21:24:33.125 INFO O| Aug 29 21:24:33.125 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 10278 | 2026-08-29T21:24:33.754Z | [ host-image] Aug 29 21:24:33.125 INFO O| Aug 29 21:24:33.125 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10279 | 2026-08-29T21:24:33.757Z | [ host-image] Aug 29 21:24:33.125 INFO O| Aug 29 21:24:33.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 10280 | 2026-08-29T21:24:33.758Z | [ host-image] Aug 29 21:24:33.125 INFO O| Aug 29 21:24:33.125 INFO ok! |
| 10281 | 2026-08-29T21:24:33.758Z | [ host-image] Aug 29 21:24:33.125 INFO O| Aug 29 21:24:33.125 INFO STEP 76 (ensure_file) COMPLETE |
| 10282 | 2026-08-29T21:24:33.758Z | [ host-image] Aug 29 21:24:33.125 INFO O| Aug 29 21:24:33.125 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10283 | 2026-08-29T21:24:33.762Z | [ host-image] Aug 29 21:24:33.133 INFO O| Aug 29 21:24:33.133 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 10284 | 2026-08-29T21:24:33.766Z | [ host-image] Aug 29 21:24:33.133 INFO O| Aug 29 21:24:33.133 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10285 | 2026-08-29T21:24:33.766Z | [ host-image] Aug 29 21:24:33.133 INFO O| Aug 29 21:24:33.133 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 10286 | 2026-08-29T21:24:33.766Z | [ host-image] Aug 29 21:24:33.133 INFO O| Aug 29 21:24:33.133 INFO ok! |
| 10287 | 2026-08-29T21:24:33.766Z | [ host-image] Aug 29 21:24:33.133 INFO O| Aug 29 21:24:33.133 INFO STEP 77 (ensure_file) COMPLETE |
| 10288 | 2026-08-29T21:24:33.766Z | [ host-image] Aug 29 21:24:33.133 INFO O| Aug 29 21:24:33.133 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10289 | 2026-08-29T21:24:33.771Z | [ host-image] Aug 29 21:24:33.142 INFO O| Aug 29 21:24:33.142 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 10290 | 2026-08-29T21:24:33.774Z | [ host-image] Aug 29 21:24:33.142 INFO O| Aug 29 21:24:33.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 10291 | 2026-08-29T21:24:33.775Z | [ host-image] Aug 29 21:24:33.142 INFO O| Aug 29 21:24:33.142 INFO STEP 78 (ensure_dir) COMPLETE |
| 10292 | 2026-08-29T21:24:33.775Z | [ host-image] Aug 29 21:24:33.142 INFO O| Aug 29 21:24:33.142 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10293 | 2026-08-29T21:24:33.781Z | [ host-image] Aug 29 21:24:33.152 INFO O| Aug 29 21:24:33.152 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 10294 | 2026-08-29T21:24:33.781Z | [ host-image] Aug 29 21:24:33.152 INFO O| Aug 29 21:24:33.152 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10295 | 2026-08-29T21:24:33.784Z | [ host-image] Aug 29 21:24:33.152 INFO O| Aug 29 21:24:33.152 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 10296 | 2026-08-29T21:24:33.784Z | [ host-image] Aug 29 21:24:33.152 INFO O| Aug 29 21:24:33.152 INFO ok! |
| 10297 | 2026-08-29T21:24:33.784Z | [ host-image] Aug 29 21:24:33.152 INFO O| Aug 29 21:24:33.152 INFO STEP 79 (ensure_file) COMPLETE |
| 10298 | 2026-08-29T21:24:33.784Z | [ host-image] Aug 29 21:24:33.152 INFO O| Aug 29 21:24:33.152 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10299 | 2026-08-29T21:24:33.789Z | [ host-image] Aug 29 21:24:33.160 INFO O| Aug 29 21:24:33.160 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
| 10300 | 2026-08-29T21:24:33.793Z | [ host-image] Aug 29 21:24:33.160 INFO O| Aug 29 21:24:33.160 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ... |
| 10301 | 2026-08-29T21:24:33.793Z | [ host-image] Aug 29 21:24:33.160 INFO O| Aug 29 21:24:33.160 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION |
| 10302 | 2026-08-29T21:24:33.793Z | [ host-image] Aug 29 21:24:33.160 INFO O| Aug 29 21:24:33.160 INFO ok! |
| 10303 | 2026-08-29T21:24:33.793Z | [ host-image] Aug 29 21:24:33.160 INFO O| Aug 29 21:24:33.160 INFO STEP 80 (ensure_file) COMPLETE |
| 10304 | 2026-08-29T21:24:33.793Z | [ host-image] Aug 29 21:24:33.160 INFO O| Aug 29 21:24:33.160 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10305 | 2026-08-29T21:24:33.797Z | [ host-image] Aug 29 21:24:33.168 INFO O| Aug 29 21:24:33.168 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 10306 | 2026-08-29T21:24:33.800Z | [ host-image] Aug 29 21:24:33.168 INFO O| Aug 29 21:24:33.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 10307 | 2026-08-29T21:24:33.800Z | [ host-image] Aug 29 21:24:33.168 INFO O| Aug 29 21:24:33.168 INFO STEP 81 (ensure_dir) COMPLETE |
| 10308 | 2026-08-29T21:24:33.801Z | [ host-image] Aug 29 21:24:33.168 INFO O| Aug 29 21:24:33.168 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10309 | 2026-08-29T21:24:33.804Z | [ host-image] Aug 29 21:24:33.176 INFO O| Aug 29 21:24:33.176 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
| 10310 | 2026-08-29T21:24:33.808Z | [ host-image] Aug 29 21:24:33.176 INFO O| Aug 29 21:24:33.176 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
| 10311 | 2026-08-29T21:24:34.410Z | [ host-image] Aug 29 21:24:33.780 INFO O| Aug 29 21:24:33.780 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle |
| 10312 | 2026-08-29T21:24:34.410Z | [ host-image] Aug 29 21:24:33.780 INFO O| Aug 29 21:24:33.780 INFO ok! |
| 10313 | 2026-08-29T21:24:34.410Z | [ host-image] Aug 29 21:24:33.780 INFO O| Aug 29 21:24:33.780 INFO STEP 82 (ensure_file) COMPLETE |
| 10314 | 2026-08-29T21:24:34.410Z | [ host-image] Aug 29 21:24:33.780 INFO O| Aug 29 21:24:33.780 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10315 | 2026-08-29T21:24:34.418Z | [ host-image] Aug 29 21:24:33.789 INFO O| Aug 29 21:24:33.789 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist |
| 10316 | 2026-08-29T21:24:34.418Z | [ host-image] Aug 29 21:24:33.789 INFO O| Aug 29 21:24:33.789 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ... |
| 10317 | 2026-08-29T21:24:34.705Z | [ host-image] Aug 29 21:24:34.075 INFO O| Aug 29 21:24:34.075 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor |
| 10318 | 2026-08-29T21:24:34.705Z | [ host-image] Aug 29 21:24:34.075 INFO O| Aug 29 21:24:34.075 INFO ok! |
| 10319 | 2026-08-29T21:24:34.708Z | [ host-image] Aug 29 21:24:34.075 INFO O| Aug 29 21:24:34.075 INFO STEP 83 (ensure_file) COMPLETE |
| 10320 | 2026-08-29T21:24:34.708Z | [ host-image] Aug 29 21:24:34.075 INFO O| Aug 29 21:24:34.075 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10321 | 2026-08-29T21:24:34.714Z | [ host-image] Aug 29 21:24:34.085 INFO O| Aug 29 21:24:34.085 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
| 10322 | 2026-08-29T21:24:34.714Z | [ host-image] Aug 29 21:24:34.085 INFO O| Aug 29 21:24:34.085 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ... |
| 10323 | 2026-08-29T21:24:35.857Z | [ recovery-image] Aug 29 21:24:35.226 INFO creating reset image... |
| 10324 | 2026-08-29T21:24:35.857Z | [ recovery-image] Aug 29 21:24:35.226 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") |
| 10325 | 2026-08-29T21:24:36.139Z | [ recovery-image] Aug 29 21:24:35.510 INFO E| Updating crates.io index |
| 10326 | 2026-08-29T21:24:36.282Z | [ host-image] Aug 29 21:24:35.653 INFO O| Aug 29 21:24:35.653 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent |
| 10327 | 2026-08-29T21:24:36.282Z | [ host-image] Aug 29 21:24:35.653 INFO O| Aug 29 21:24:35.653 INFO ok! |
| 10328 | 2026-08-29T21:24:36.282Z | [ host-image] Aug 29 21:24:35.653 INFO O| Aug 29 21:24:35.653 INFO STEP 84 (ensure_file) COMPLETE |
| 10329 | 2026-08-29T21:24:36.287Z | [ host-image] Aug 29 21:24:35.653 INFO O| Aug 29 21:24:35.653 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10330 | 2026-08-29T21:24:36.291Z | [ host-image] Aug 29 21:24:35.662 INFO O| Aug 29 21:24:35.662 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 10331 | 2026-08-29T21:24:36.295Z | [ host-image] Aug 29 21:24:35.662 INFO O| Aug 29 21:24:35.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 10332 | 2026-08-29T21:24:36.295Z | [ host-image] Aug 29 21:24:35.662 INFO O| Aug 29 21:24:35.662 INFO STEP 85 (ensure_dir) COMPLETE |
| 10333 | 2026-08-29T21:24:36.295Z | [ host-image] Aug 29 21:24:35.662 INFO O| Aug 29 21:24:35.662 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10334 | 2026-08-29T21:24:36.299Z | [ host-image] Aug 29 21:24:35.670 INFO O| Aug 29 21:24:35.670 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-weekend.pem does not exist |
| 10335 | 2026-08-29T21:24:36.299Z | [ host-image] Aug 29 21:24:35.670 INFO O| Aug 29 21:24:35.670 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/sled-agent/pkg/sush-weekend.pem -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-weekend.pem ... |
| 10336 | 2026-08-29T21:24:36.299Z | [ host-image] Aug 29 21:24:35.670 INFO O| Aug 29 21:24:35.670 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-weekend.pem |
| 10337 | 2026-08-29T21:24:36.303Z | [ host-image] Aug 29 21:24:35.670 INFO O| Aug 29 21:24:35.670 INFO ok! |
| 10338 | 2026-08-29T21:24:36.303Z | [ host-image] Aug 29 21:24:35.670 INFO O| Aug 29 21:24:35.670 INFO STEP 86 (ensure_file) COMPLETE |
| 10339 | 2026-08-29T21:24:36.303Z | [ host-image] Aug 29 21:24:35.670 INFO O| Aug 29 21:24:35.670 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10340 | 2026-08-29T21:24:36.307Z | [ host-image] Aug 29 21:24:35.677 INFO O| Aug 29 21:24:35.677 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem does not exist |
| 10341 | 2026-08-29T21:24:36.307Z | [ host-image] Aug 29 21:24:35.677 INFO O| Aug 29 21:24:35.677 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/sled-agent/pkg/sush-sandbox.pem -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem ... |
| 10342 | 2026-08-29T21:24:36.307Z | [ host-image] Aug 29 21:24:35.677 INFO O| Aug 29 21:24:35.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/sush-sandbox.pem |
| 10343 | 2026-08-29T21:24:36.307Z | [ host-image] Aug 29 21:24:35.677 INFO O| Aug 29 21:24:35.677 INFO ok! |
| 10344 | 2026-08-29T21:24:36.307Z | [ host-image] Aug 29 21:24:35.677 INFO O| Aug 29 21:24:35.677 INFO STEP 87 (ensure_file) COMPLETE |
| 10345 | 2026-08-29T21:24:36.308Z | [ host-image] Aug 29 21:24:35.677 INFO O| Aug 29 21:24:35.677 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10346 | 2026-08-29T21:24:36.314Z | [ host-image] Aug 29 21:24:35.684 INFO O| Aug 29 21:24:35.684 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
| 10347 | 2026-08-29T21:24:36.314Z | [ host-image] Aug 29 21:24:35.684 INFO O| Aug 29 21:24:35.684 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10348 | 2026-08-29T21:24:36.318Z | [ host-image] Aug 29 21:24:35.684 INFO O| Aug 29 21:24:35.684 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
| 10349 | 2026-08-29T21:24:36.318Z | [ host-image] Aug 29 21:24:35.684 INFO O| Aug 29 21:24:35.684 INFO ok! |
| 10350 | 2026-08-29T21:24:36.318Z | [ host-image] Aug 29 21:24:35.684 INFO O| Aug 29 21:24:35.684 INFO STEP 88 (ensure_file) COMPLETE |
| 10351 | 2026-08-29T21:24:36.318Z | [ host-image] Aug 29 21:24:35.684 INFO O| Aug 29 21:24:35.684 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10352 | 2026-08-29T21:24:36.322Z | [ host-image] Aug 29 21:24:35.691 INFO O| Aug 29 21:24:35.691 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
| 10353 | 2026-08-29T21:24:36.322Z | [ host-image] Aug 29 21:24:35.691 INFO O| Aug 29 21:24:35.691 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10354 | 2026-08-29T21:24:36.322Z | [ host-image] Aug 29 21:24:35.691 INFO O| Aug 29 21:24:35.691 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md |
| 10355 | 2026-08-29T21:24:36.322Z | [ host-image] Aug 29 21:24:35.691 INFO O| Aug 29 21:24:35.691 INFO ok! |
| 10356 | 2026-08-29T21:24:36.322Z | [ host-image] Aug 29 21:24:35.691 INFO O| Aug 29 21:24:35.691 INFO STEP 89 (ensure_file) COMPLETE |
| 10357 | 2026-08-29T21:24:36.322Z | [ host-image] Aug 29 21:24:35.691 INFO O| Aug 29 21:24:35.691 INFO STEP 90: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10358 | 2026-08-29T21:24:36.329Z | [ host-image] Aug 29 21:24:35.700 INFO O| Aug 29 21:24:35.700 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
| 10359 | 2026-08-29T21:24:36.333Z | [ host-image] Aug 29 21:24:35.700 INFO O| Aug 29 21:24:35.700 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ... |
| 10360 | 2026-08-29T21:24:36.333Z | [ host-image] Aug 29 21:24:35.700 INFO O| Aug 29 21:24:35.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION |
| 10361 | 2026-08-29T21:24:36.333Z | [ host-image] Aug 29 21:24:35.700 INFO O| Aug 29 21:24:35.700 INFO ok! |
| 10362 | 2026-08-29T21:24:36.333Z | [ host-image] Aug 29 21:24:35.700 INFO O| Aug 29 21:24:35.700 INFO STEP 90 (ensure_file) COMPLETE |
| 10363 | 2026-08-29T21:24:36.333Z | [ host-image] Aug 29 21:24:35.700 INFO O| Aug 29 21:24:35.700 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10364 | 2026-08-29T21:24:36.338Z | [ host-image] Aug 29 21:24:35.708 INFO O| Aug 29 21:24:35.708 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist |
| 10365 | 2026-08-29T21:24:36.338Z | [ host-image] Aug 29 21:24:35.708 INFO O| Aug 29 21:24:35.708 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ... |
| 10366 | 2026-08-29T21:24:36.338Z | [ host-image] Aug 29 21:24:35.708 INFO O| Aug 29 21:24:35.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz |
| 10367 | 2026-08-29T21:24:36.338Z | [ host-image] Aug 29 21:24:35.708 INFO O| Aug 29 21:24:35.708 INFO ok! |
| 10368 | 2026-08-29T21:24:36.338Z | [ host-image] Aug 29 21:24:35.708 INFO O| Aug 29 21:24:35.708 INFO STEP 91 (ensure_file) COMPLETE |
| 10369 | 2026-08-29T21:24:36.338Z | [ host-image] Aug 29 21:24:35.708 INFO O| Aug 29 21:24:35.708 INFO STEP 92: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10370 | 2026-08-29T21:24:36.344Z | [ host-image] Aug 29 21:24:35.715 INFO O| Aug 29 21:24:35.715 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10371 | 2026-08-29T21:24:36.349Z | [ host-image] Aug 29 21:24:35.715 INFO O| Aug 29 21:24:35.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10372 | 2026-08-29T21:24:36.349Z | [ host-image] Aug 29 21:24:35.715 INFO O| Aug 29 21:24:35.715 INFO STEP 92 (ensure_dir) COMPLETE |
| 10373 | 2026-08-29T21:24:36.349Z | [ host-image] Aug 29 21:24:35.715 INFO O| Aug 29 21:24:35.715 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10374 | 2026-08-29T21:24:36.353Z | [ host-image] Aug 29 21:24:35.723 INFO O| Aug 29 21:24:35.723 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist |
| 10375 | 2026-08-29T21:24:36.353Z | [ host-image] Aug 29 21:24:35.723 INFO O| Aug 29 21:24:35.723 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ... |
| 10376 | 2026-08-29T21:24:36.357Z | [ host-image] Aug 29 21:24:35.727 INFO O| Aug 29 21:24:35.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog |
| 10377 | 2026-08-29T21:24:36.357Z | [ host-image] Aug 29 21:24:35.727 INFO O| Aug 29 21:24:35.727 INFO ok! |
| 10378 | 2026-08-29T21:24:36.357Z | [ host-image] Aug 29 21:24:35.727 INFO O| Aug 29 21:24:35.727 INFO STEP 93 (ensure_file) COMPLETE |
| 10379 | 2026-08-29T21:24:36.357Z | [ host-image] Aug 29 21:24:35.727 INFO O| Aug 29 21:24:35.727 INFO STEP 94: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10380 | 2026-08-29T21:24:36.363Z | [ host-image] Aug 29 21:24:35.734 INFO O| Aug 29 21:24:35.734 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist |
| 10381 | 2026-08-29T21:24:36.364Z | [ host-image] Aug 29 21:24:35.734 INFO O| Aug 29 21:24:35.734 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ... |
| 10382 | 2026-08-29T21:24:36.367Z | [ host-image] Aug 29 21:24:35.734 INFO O| Aug 29 21:24:35.734 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION |
| 10383 | 2026-08-29T21:24:36.367Z | [ host-image] Aug 29 21:24:35.734 INFO O| Aug 29 21:24:35.734 INFO ok! |
| 10384 | 2026-08-29T21:24:36.367Z | [ host-image] Aug 29 21:24:35.734 INFO O| Aug 29 21:24:35.734 INFO STEP 94 (ensure_file) COMPLETE |
| 10385 | 2026-08-29T21:24:36.367Z | [ host-image] Aug 29 21:24:35.734 INFO O| Aug 29 21:24:35.734 INFO STEP 95: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10386 | 2026-08-29T21:24:36.371Z | [ host-image] Aug 29 21:24:35.741 INFO O| Aug 29 21:24:35.741 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
| 10387 | 2026-08-29T21:24:36.371Z | [ host-image] Aug 29 21:24:35.741 INFO O| Aug 29 21:24:35.741 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ... |
| 10388 | 2026-08-29T21:24:36.503Z | [ recovery-image] Aug 29 21:24:35.870 INFO E| Downloading crates ... |
| 10389 | 2026-08-29T21:24:36.587Z | [ recovery-image] Aug 29 21:24:35.957 INFO E| Downloaded clap_lex v1.1.0 |
| 10390 | 2026-08-29T21:24:36.591Z | [ recovery-image] Aug 29 21:24:35.959 INFO E| Downloaded os_pipe v1.2.3 |
| 10391 | 2026-08-29T21:24:36.591Z | [ recovery-image] Aug 29 21:24:35.960 INFO E| Downloaded colorchoice v1.0.5 |
| 10392 | 2026-08-29T21:24:36.595Z | [ recovery-image] Aug 29 21:24:35.962 INFO E| Downloaded sigchld v0.2.4 |
| 10393 | 2026-08-29T21:24:36.595Z | [ recovery-image] Aug 29 21:24:35.963 INFO E| Downloaded duct v1.1.1 |
| 10394 | 2026-08-29T21:24:36.595Z | [ recovery-image] Aug 29 21:24:35.965 INFO E| Downloaded shared_child v1.1.1 |
| 10395 | 2026-08-29T21:24:36.595Z | [ recovery-image] Aug 29 21:24:35.966 INFO E| Downloaded shared_thread v0.2.0 |
| 10396 | 2026-08-29T21:24:36.646Z | [ recovery-image] Aug 29 21:24:36.016 INFO E| Compiling libc v0.2.186 |
| 10397 | 2026-08-29T21:24:36.646Z | [ recovery-image] Aug 29 21:24:36.016 INFO E| Compiling proc-macro2 v1.0.106 |
| 10398 | 2026-08-29T21:24:36.650Z | [ recovery-image] Aug 29 21:24:36.016 INFO E| Compiling unicode-ident v1.0.24 |
| 10399 | 2026-08-29T21:24:36.650Z | [ recovery-image] Aug 29 21:24:36.016 INFO E| Compiling quote v1.0.45 |
| 10400 | 2026-08-29T21:24:36.650Z | [ recovery-image] Aug 29 21:24:36.016 INFO E| Compiling signal-hook v0.3.18 |
| 10401 | 2026-08-29T21:24:36.650Z | [ recovery-image] Aug 29 21:24:36.016 INFO E| Compiling utf8parse v0.2.2 |
| 10402 | 2026-08-29T21:24:36.650Z | [ recovery-image] Aug 29 21:24:36.016 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 10403 | 2026-08-29T21:24:36.650Z | [ recovery-image] Aug 29 21:24:36.016 INFO E| Compiling anstyle-query v1.1.5 |
| 10404 | 2026-08-29T21:24:36.650Z | [ recovery-image] Aug 29 21:24:36.016 INFO E| Compiling anstyle v1.0.14 |
| 10405 | 2026-08-29T21:24:36.650Z | [ recovery-image] Aug 29 21:24:36.017 INFO E| Compiling colorchoice v1.0.5 |
| 10406 | 2026-08-29T21:24:36.650Z | [ recovery-image] Aug 29 21:24:36.017 INFO E| Compiling clap_lex v1.1.0 |
| 10407 | 2026-08-29T21:24:36.650Z | [ recovery-image] Aug 29 21:24:36.017 INFO E| Compiling strsim v0.11.1 |
| 10408 | 2026-08-29T21:24:36.651Z | [ recovery-image] Aug 29 21:24:36.017 INFO E| Compiling heck v0.5.0 |
| 10409 | 2026-08-29T21:24:36.659Z | [ recovery-image] Aug 29 21:24:36.030 INFO E| Compiling shared_thread v0.2.0 |
| 10410 | 2026-08-29T21:24:36.818Z | [ recovery-image] Aug 29 21:24:36.188 INFO E| Compiling anstyle-parse v1.0.0 |
| 10411 | 2026-08-29T21:24:36.974Z | [ recovery-image] Aug 29 21:24:36.345 INFO E| Compiling anstream v1.0.0 |
| 10412 | 2026-08-29T21:24:37.207Z | [ recovery-image] Aug 29 21:24:36.576 INFO E| Compiling clap_builder v4.6.0 |
| 10413 | 2026-08-29T21:24:37.313Z | [ host-image] Aug 29 21:24:36.683 INFO O| Aug 29 21:24:36.683 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz |
| 10414 | 2026-08-29T21:24:37.313Z | [ host-image] Aug 29 21:24:36.683 INFO O| Aug 29 21:24:36.683 INFO ok! |
| 10415 | 2026-08-29T21:24:37.317Z | [ host-image] Aug 29 21:24:36.683 INFO O| Aug 29 21:24:36.683 INFO STEP 95 (ensure_file) COMPLETE |
| 10416 | 2026-08-29T21:24:37.317Z | [ host-image] Aug 29 21:24:36.683 INFO O| Aug 29 21:24:36.683 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10417 | 2026-08-29T21:24:37.321Z | [ host-image] Aug 29 21:24:36.692 INFO O| Aug 29 21:24:36.692 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10418 | 2026-08-29T21:24:37.321Z | [ host-image] Aug 29 21:24:36.692 INFO O| Aug 29 21:24:36.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10419 | 2026-08-29T21:24:37.321Z | [ host-image] Aug 29 21:24:36.692 INFO O| Aug 29 21:24:36.692 INFO STEP 96 (ensure_dir) COMPLETE |
| 10420 | 2026-08-29T21:24:37.325Z | [ host-image] Aug 29 21:24:36.692 INFO O| Aug 29 21:24:36.692 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10421 | 2026-08-29T21:24:37.329Z | [ host-image] Aug 29 21:24:36.700 INFO O| Aug 29 21:24:36.700 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10422 | 2026-08-29T21:24:37.329Z | [ host-image] Aug 29 21:24:36.700 INFO O| Aug 29 21:24:36.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10423 | 2026-08-29T21:24:37.333Z | [ host-image] Aug 29 21:24:36.700 INFO O| Aug 29 21:24:36.700 INFO STEP 97 (ensure_dir) COMPLETE |
| 10424 | 2026-08-29T21:24:37.333Z | [ host-image] Aug 29 21:24:36.700 INFO O| Aug 29 21:24:36.700 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10425 | 2026-08-29T21:24:37.337Z | [ host-image] Aug 29 21:24:36.708 INFO O| Aug 29 21:24:36.708 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10426 | 2026-08-29T21:24:37.337Z | [ host-image] Aug 29 21:24:36.708 INFO O| Aug 29 21:24:36.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10427 | 2026-08-29T21:24:37.341Z | [ host-image] Aug 29 21:24:36.708 INFO O| Aug 29 21:24:36.708 INFO STEP 98 (ensure_dir) COMPLETE |
| 10428 | 2026-08-29T21:24:37.341Z | [ host-image] Aug 29 21:24:36.708 INFO O| Aug 29 21:24:36.708 INFO STEP 99: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10429 | 2026-08-29T21:24:37.345Z | [ host-image] Aug 29 21:24:36.715 INFO O| Aug 29 21:24:36.715 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10430 | 2026-08-29T21:24:37.345Z | [ host-image] Aug 29 21:24:36.715 INFO O| Aug 29 21:24:36.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10431 | 2026-08-29T21:24:37.345Z | [ host-image] Aug 29 21:24:36.715 INFO O| Aug 29 21:24:36.715 INFO STEP 99 (ensure_dir) COMPLETE |
| 10432 | 2026-08-29T21:24:37.345Z | [ host-image] Aug 29 21:24:36.715 INFO O| Aug 29 21:24:36.715 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10433 | 2026-08-29T21:24:37.352Z | [ host-image] Aug 29 21:24:36.722 INFO O| Aug 29 21:24:36.722 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10434 | 2026-08-29T21:24:37.352Z | [ host-image] Aug 29 21:24:36.722 INFO O| Aug 29 21:24:36.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10435 | 2026-08-29T21:24:37.356Z | [ host-image] Aug 29 21:24:36.722 INFO O| Aug 29 21:24:36.722 INFO STEP 100 (ensure_dir) COMPLETE |
| 10436 | 2026-08-29T21:24:37.356Z | [ host-image] Aug 29 21:24:36.722 INFO O| Aug 29 21:24:36.722 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10437 | 2026-08-29T21:24:37.360Z | [ host-image] Aug 29 21:24:36.731 INFO O| Aug 29 21:24:36.731 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
| 10438 | 2026-08-29T21:24:37.360Z | [ host-image] Aug 29 21:24:36.731 INFO O| Aug 29 21:24:36.731 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10439 | 2026-08-29T21:24:37.364Z | [ host-image] Aug 29 21:24:36.731 INFO O| Aug 29 21:24:36.731 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
| 10440 | 2026-08-29T21:24:37.364Z | [ host-image] Aug 29 21:24:36.731 INFO O| Aug 29 21:24:36.731 INFO ok! |
| 10441 | 2026-08-29T21:24:37.365Z | [ host-image] Aug 29 21:24:36.731 INFO O| Aug 29 21:24:36.731 INFO STEP 101 (ensure_file) COMPLETE |
| 10442 | 2026-08-29T21:24:37.365Z | [ host-image] Aug 29 21:24:36.731 INFO O| Aug 29 21:24:36.731 INFO STEP 102: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10443 | 2026-08-29T21:24:37.368Z | [ host-image] Aug 29 21:24:36.739 INFO O| Aug 29 21:24:36.739 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10444 | 2026-08-29T21:24:37.368Z | [ host-image] Aug 29 21:24:36.739 INFO O| Aug 29 21:24:36.739 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10445 | 2026-08-29T21:24:37.368Z | [ host-image] Aug 29 21:24:36.739 INFO O| Aug 29 21:24:36.739 INFO STEP 102 (ensure_dir) COMPLETE |
| 10446 | 2026-08-29T21:24:37.368Z | [ host-image] Aug 29 21:24:36.739 INFO O| Aug 29 21:24:36.739 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10447 | 2026-08-29T21:24:37.375Z | [ host-image] Aug 29 21:24:36.745 INFO O| Aug 29 21:24:36.745 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
| 10448 | 2026-08-29T21:24:37.375Z | [ host-image] Aug 29 21:24:36.745 INFO O| Aug 29 21:24:36.745 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
| 10449 | 2026-08-29T21:24:37.385Z | [ host-image] Aug 29 21:24:36.755 INFO O| Aug 29 21:24:36.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
| 10450 | 2026-08-29T21:24:37.385Z | [ host-image] Aug 29 21:24:36.755 INFO O| Aug 29 21:24:36.755 INFO ok! |
| 10451 | 2026-08-29T21:24:37.389Z | [ host-image] Aug 29 21:24:36.755 INFO O| Aug 29 21:24:36.755 INFO STEP 103 (ensure_file) COMPLETE |
| 10452 | 2026-08-29T21:24:37.389Z | [ host-image] Aug 29 21:24:36.755 INFO O| Aug 29 21:24:36.755 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10453 | 2026-08-29T21:24:37.394Z | [ host-image] Aug 29 21:24:36.764 INFO O| Aug 29 21:24:36.764 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
| 10454 | 2026-08-29T21:24:37.394Z | [ host-image] Aug 29 21:24:36.764 INFO O| Aug 29 21:24:36.764 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
| 10455 | 2026-08-29T21:24:37.398Z | [ host-image] Aug 29 21:24:36.764 INFO O| Aug 29 21:24:36.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
| 10456 | 2026-08-29T21:24:37.398Z | [ host-image] Aug 29 21:24:36.764 INFO O| Aug 29 21:24:36.764 INFO ok! |
| 10457 | 2026-08-29T21:24:37.398Z | [ host-image] Aug 29 21:24:36.764 INFO O| Aug 29 21:24:36.764 INFO STEP 104 (ensure_file) COMPLETE |
| 10458 | 2026-08-29T21:24:37.398Z | [ host-image] Aug 29 21:24:36.764 INFO O| Aug 29 21:24:36.764 INFO STEP 105: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10459 | 2026-08-29T21:24:37.402Z | [ host-image] Aug 29 21:24:36.772 INFO O| Aug 29 21:24:36.772 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
| 10460 | 2026-08-29T21:24:37.402Z | [ host-image] Aug 29 21:24:36.772 INFO O| Aug 29 21:24:36.772 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
| 10461 | 2026-08-29T21:24:37.517Z | [ recovery-image] Aug 29 21:24:36.887 INFO E| Compiling errno v0.3.14 |
| 10462 | 2026-08-29T21:24:37.517Z | [ recovery-image] Aug 29 21:24:36.887 INFO E| Compiling os_pipe v1.2.3 |
| 10463 | 2026-08-29T21:24:37.619Z | [ recovery-image] Aug 29 21:24:36.990 INFO E| Compiling signal-hook-registry v1.4.8 |
| 10464 | 2026-08-29T21:24:37.727Z | [ host-image] Aug 29 21:24:37.097 INFO O| Aug 29 21:24:37.097 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
| 10465 | 2026-08-29T21:24:37.727Z | [ host-image] Aug 29 21:24:37.097 INFO O| Aug 29 21:24:37.097 INFO ok! |
| 10466 | 2026-08-29T21:24:37.727Z | [ host-image] Aug 29 21:24:37.097 INFO O| Aug 29 21:24:37.097 INFO STEP 105 (ensure_file) COMPLETE |
| 10467 | 2026-08-29T21:24:37.731Z | [ host-image] Aug 29 21:24:37.097 INFO O| Aug 29 21:24:37.097 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10468 | 2026-08-29T21:24:37.735Z | [ host-image] Aug 29 21:24:37.106 INFO O| Aug 29 21:24:37.105 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
| 10469 | 2026-08-29T21:24:37.735Z | [ host-image] Aug 29 21:24:37.106 INFO O| Aug 29 21:24:37.106 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ... |
| 10470 | 2026-08-29T21:24:37.739Z | [ host-image] Aug 29 21:24:37.106 INFO O| Aug 29 21:24:37.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION |
| 10471 | 2026-08-29T21:24:37.739Z | [ host-image] Aug 29 21:24:37.106 INFO O| Aug 29 21:24:37.106 INFO ok! |
| 10472 | 2026-08-29T21:24:37.739Z | [ host-image] Aug 29 21:24:37.106 INFO O| Aug 29 21:24:37.106 INFO STEP 106 (ensure_file) COMPLETE |
| 10473 | 2026-08-29T21:24:37.739Z | [ host-image] Aug 29 21:24:37.106 INFO O| Aug 29 21:24:37.106 INFO STEP 107: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10474 | 2026-08-29T21:24:37.743Z | [ host-image] Aug 29 21:24:37.114 INFO O| Aug 29 21:24:37.114 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10475 | 2026-08-29T21:24:37.743Z | [ host-image] Aug 29 21:24:37.114 INFO O| Aug 29 21:24:37.114 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10476 | 2026-08-29T21:24:37.743Z | [ host-image] Aug 29 21:24:37.114 INFO O| Aug 29 21:24:37.114 INFO STEP 107 (ensure_dir) COMPLETE |
| 10477 | 2026-08-29T21:24:37.747Z | [ host-image] Aug 29 21:24:37.114 INFO O| Aug 29 21:24:37.114 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10478 | 2026-08-29T21:24:37.753Z | [ host-image] Aug 29 21:24:37.123 INFO O| Aug 29 21:24:37.123 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist |
| 10479 | 2026-08-29T21:24:37.753Z | [ host-image] Aug 29 21:24:37.123 INFO O| Aug 29 21:24:37.123 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10480 | 2026-08-29T21:24:37.764Z | [ host-image] Aug 29 21:24:37.134 INFO O| Aug 29 21:24:37.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw |
| 10481 | 2026-08-29T21:24:37.764Z | [ host-image] Aug 29 21:24:37.134 INFO O| Aug 29 21:24:37.134 INFO ok! |
| 10482 | 2026-08-29T21:24:37.768Z | [ host-image] Aug 29 21:24:37.134 INFO O| Aug 29 21:24:37.134 INFO STEP 108 (ensure_file) COMPLETE |
| 10483 | 2026-08-29T21:24:37.768Z | [ host-image] Aug 29 21:24:37.134 INFO O| Aug 29 21:24:37.134 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10484 | 2026-08-29T21:24:37.772Z | [ host-image] Aug 29 21:24:37.142 INFO O| Aug 29 21:24:37.142 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist |
| 10485 | 2026-08-29T21:24:37.772Z | [ host-image] Aug 29 21:24:37.142 INFO O| Aug 29 21:24:37.142 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10486 | 2026-08-29T21:24:37.775Z | [ host-image] Aug 29 21:24:37.142 INFO O| Aug 29 21:24:37.142 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d |
| 10487 | 2026-08-29T21:24:37.775Z | [ host-image] Aug 29 21:24:37.142 INFO O| Aug 29 21:24:37.142 INFO ok! |
| 10488 | 2026-08-29T21:24:37.775Z | [ host-image] Aug 29 21:24:37.142 INFO O| Aug 29 21:24:37.142 INFO STEP 109 (ensure_file) COMPLETE |
| 10489 | 2026-08-29T21:24:37.776Z | [ host-image] Aug 29 21:24:37.142 INFO O| Aug 29 21:24:37.142 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10490 | 2026-08-29T21:24:37.779Z | [ host-image] Aug 29 21:24:37.150 INFO O| Aug 29 21:24:37.150 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist |
| 10491 | 2026-08-29T21:24:37.779Z | [ host-image] Aug 29 21:24:37.150 INFO O| Aug 29 21:24:37.150 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10492 | 2026-08-29T21:24:37.783Z | [ host-image] Aug 29 21:24:37.150 INFO O| Aug 29 21:24:37.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d |
| 10493 | 2026-08-29T21:24:37.783Z | [ host-image] Aug 29 21:24:37.150 INFO O| Aug 29 21:24:37.150 INFO ok! |
| 10494 | 2026-08-29T21:24:37.784Z | [ host-image] Aug 29 21:24:37.150 INFO O| Aug 29 21:24:37.150 INFO STEP 110 (ensure_file) COMPLETE |
| 10495 | 2026-08-29T21:24:37.784Z | [ host-image] Aug 29 21:24:37.150 INFO O| Aug 29 21:24:37.150 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10496 | 2026-08-29T21:24:37.788Z | [ host-image] Aug 29 21:24:37.159 INFO O| Aug 29 21:24:37.159 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist |
| 10497 | 2026-08-29T21:24:37.788Z | [ host-image] Aug 29 21:24:37.159 INFO O| Aug 29 21:24:37.159 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10498 | 2026-08-29T21:24:37.792Z | [ host-image] Aug 29 21:24:37.159 INFO O| Aug 29 21:24:37.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d |
| 10499 | 2026-08-29T21:24:37.792Z | [ host-image] Aug 29 21:24:37.159 INFO O| Aug 29 21:24:37.159 INFO ok! |
| 10500 | 2026-08-29T21:24:37.792Z | [ host-image] Aug 29 21:24:37.159 INFO O| Aug 29 21:24:37.159 INFO STEP 111 (ensure_file) COMPLETE |
| 10501 | 2026-08-29T21:24:37.793Z | [ host-image] Aug 29 21:24:37.159 INFO O| Aug 29 21:24:37.159 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10502 | 2026-08-29T21:24:37.796Z | [ host-image] Aug 29 21:24:37.166 INFO O| Aug 29 21:24:37.166 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist |
| 10503 | 2026-08-29T21:24:37.796Z | [ host-image] Aug 29 21:24:37.166 INFO O| Aug 29 21:24:37.166 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10504 | 2026-08-29T21:24:37.796Z | [ host-image] Aug 29 21:24:37.166 INFO O| Aug 29 21:24:37.166 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d |
| 10505 | 2026-08-29T21:24:37.796Z | [ host-image] Aug 29 21:24:37.166 INFO O| Aug 29 21:24:37.166 INFO ok! |
| 10506 | 2026-08-29T21:24:37.797Z | [ host-image] Aug 29 21:24:37.166 INFO O| Aug 29 21:24:37.166 INFO STEP 112 (ensure_file) COMPLETE |
| 10507 | 2026-08-29T21:24:37.797Z | [ host-image] Aug 29 21:24:37.166 INFO O| Aug 29 21:24:37.166 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10508 | 2026-08-29T21:24:37.805Z | [ host-image] Aug 29 21:24:37.176 INFO O| Aug 29 21:24:37.176 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist |
| 10509 | 2026-08-29T21:24:37.805Z | [ host-image] Aug 29 21:24:37.176 INFO O| Aug 29 21:24:37.176 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10510 | 2026-08-29T21:24:37.809Z | [ host-image] Aug 29 21:24:37.176 INFO O| Aug 29 21:24:37.176 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d |
| 10511 | 2026-08-29T21:24:37.809Z | [ host-image] Aug 29 21:24:37.176 INFO O| Aug 29 21:24:37.176 INFO ok! |
| 10512 | 2026-08-29T21:24:37.809Z | [ host-image] Aug 29 21:24:37.176 INFO O| Aug 29 21:24:37.176 INFO STEP 113 (ensure_file) COMPLETE |
| 10513 | 2026-08-29T21:24:37.809Z | [ host-image] Aug 29 21:24:37.176 INFO O| Aug 29 21:24:37.176 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10514 | 2026-08-29T21:24:37.813Z | [ host-image] Aug 29 21:24:37.184 INFO O| Aug 29 21:24:37.184 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist |
| 10515 | 2026-08-29T21:24:37.813Z | [ host-image] Aug 29 21:24:37.184 INFO O| Aug 29 21:24:37.184 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10516 | 2026-08-29T21:24:37.817Z | [ host-image] Aug 29 21:24:37.184 INFO O| Aug 29 21:24:37.184 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d |
| 10517 | 2026-08-29T21:24:37.817Z | [ host-image] Aug 29 21:24:37.184 INFO O| Aug 29 21:24:37.184 INFO ok! |
| 10518 | 2026-08-29T21:24:37.817Z | [ host-image] Aug 29 21:24:37.184 INFO O| Aug 29 21:24:37.184 INFO STEP 114 (ensure_file) COMPLETE |
| 10519 | 2026-08-29T21:24:37.817Z | [ host-image] Aug 29 21:24:37.184 INFO O| Aug 29 21:24:37.184 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10520 | 2026-08-29T21:24:37.821Z | [ host-image] Aug 29 21:24:37.192 INFO O| Aug 29 21:24:37.192 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist |
| 10521 | 2026-08-29T21:24:37.821Z | [ host-image] Aug 29 21:24:37.192 INFO O| Aug 29 21:24:37.192 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ... |
| 10522 | 2026-08-29T21:24:37.822Z | [ host-image] Aug 29 21:24:37.192 INFO O| Aug 29 21:24:37.192 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d |
| 10523 | 2026-08-29T21:24:37.822Z | [ host-image] Aug 29 21:24:37.192 INFO O| Aug 29 21:24:37.192 INFO ok! |
| 10524 | 2026-08-29T21:24:37.822Z | [ host-image] Aug 29 21:24:37.192 INFO O| Aug 29 21:24:37.192 INFO STEP 115 (ensure_file) COMPLETE |
| 10525 | 2026-08-29T21:24:37.825Z | [ host-image] Aug 29 21:24:37.192 INFO O| Aug 29 21:24:37.192 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10526 | 2026-08-29T21:24:37.831Z | [ host-image] Aug 29 21:24:37.201 INFO O| Aug 29 21:24:37.201 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist |
| 10527 | 2026-08-29T21:24:37.831Z | [ host-image] Aug 29 21:24:37.201 INFO O| Aug 29 21:24:37.201 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10528 | 2026-08-29T21:24:37.835Z | [ host-image] Aug 29 21:24:37.201 INFO O| Aug 29 21:24:37.201 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d |
| 10529 | 2026-08-29T21:24:37.835Z | [ host-image] Aug 29 21:24:37.201 INFO O| Aug 29 21:24:37.201 INFO ok! |
| 10530 | 2026-08-29T21:24:37.835Z | [ host-image] Aug 29 21:24:37.201 INFO O| Aug 29 21:24:37.201 INFO STEP 116 (ensure_file) COMPLETE |
| 10531 | 2026-08-29T21:24:37.835Z | [ host-image] Aug 29 21:24:37.201 INFO O| Aug 29 21:24:37.201 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10532 | 2026-08-29T21:24:37.840Z | [ host-image] Aug 29 21:24:37.211 INFO O| Aug 29 21:24:37.211 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist |
| 10533 | 2026-08-29T21:24:37.840Z | [ host-image] Aug 29 21:24:37.211 INFO O| Aug 29 21:24:37.211 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10534 | 2026-08-29T21:24:37.844Z | [ host-image] Aug 29 21:24:37.211 INFO O| Aug 29 21:24:37.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d |
| 10535 | 2026-08-29T21:24:37.844Z | [ host-image] Aug 29 21:24:37.211 INFO O| Aug 29 21:24:37.211 INFO ok! |
| 10536 | 2026-08-29T21:24:37.844Z | [ host-image] Aug 29 21:24:37.211 INFO O| Aug 29 21:24:37.211 INFO STEP 117 (ensure_file) COMPLETE |
| 10537 | 2026-08-29T21:24:37.844Z | [ host-image] Aug 29 21:24:37.211 INFO O| Aug 29 21:24:37.211 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10538 | 2026-08-29T21:24:37.849Z | [ host-image] Aug 29 21:24:37.220 INFO O| Aug 29 21:24:37.220 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist |
| 10539 | 2026-08-29T21:24:37.849Z | [ host-image] Aug 29 21:24:37.220 INFO O| Aug 29 21:24:37.220 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10540 | 2026-08-29T21:24:37.849Z | [ host-image] Aug 29 21:24:37.220 INFO O| Aug 29 21:24:37.220 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d |
| 10541 | 2026-08-29T21:24:37.853Z | [ host-image] Aug 29 21:24:37.220 INFO O| Aug 29 21:24:37.220 INFO ok! |
| 10542 | 2026-08-29T21:24:37.853Z | [ host-image] Aug 29 21:24:37.220 INFO O| Aug 29 21:24:37.220 INFO STEP 118 (ensure_file) COMPLETE |
| 10543 | 2026-08-29T21:24:37.853Z | [ host-image] Aug 29 21:24:37.220 INFO O| Aug 29 21:24:37.220 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10544 | 2026-08-29T21:24:37.859Z | [ host-image] Aug 29 21:24:37.229 INFO O| Aug 29 21:24:37.229 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist |
| 10545 | 2026-08-29T21:24:37.859Z | [ host-image] Aug 29 21:24:37.229 INFO O| Aug 29 21:24:37.229 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ... |
| 10546 | 2026-08-29T21:24:37.862Z | [ host-image] Aug 29 21:24:37.229 INFO O| Aug 29 21:24:37.229 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d |
| 10547 | 2026-08-29T21:24:37.863Z | [ host-image] Aug 29 21:24:37.229 INFO O| Aug 29 21:24:37.229 INFO ok! |
| 10548 | 2026-08-29T21:24:37.863Z | [ host-image] Aug 29 21:24:37.229 INFO O| Aug 29 21:24:37.229 INFO STEP 119 (ensure_file) COMPLETE |
| 10549 | 2026-08-29T21:24:37.863Z | [ host-image] Aug 29 21:24:37.229 INFO O| Aug 29 21:24:37.229 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10550 | 2026-08-29T21:24:37.867Z | [ host-image] Aug 29 21:24:37.237 INFO O| Aug 29 21:24:37.237 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist |
| 10551 | 2026-08-29T21:24:37.867Z | [ host-image] Aug 29 21:24:37.237 INFO O| Aug 29 21:24:37.237 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10552 | 2026-08-29T21:24:37.867Z | [ host-image] Aug 29 21:24:37.237 INFO O| Aug 29 21:24:37.237 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d |
| 10553 | 2026-08-29T21:24:37.867Z | [ host-image] Aug 29 21:24:37.237 INFO O| Aug 29 21:24:37.237 INFO ok! |
| 10554 | 2026-08-29T21:24:37.867Z | [ host-image] Aug 29 21:24:37.237 INFO O| Aug 29 21:24:37.237 INFO STEP 120 (ensure_file) COMPLETE |
| 10555 | 2026-08-29T21:24:37.867Z | [ host-image] Aug 29 21:24:37.237 INFO O| Aug 29 21:24:37.237 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10556 | 2026-08-29T21:24:37.875Z | [ host-image] Aug 29 21:24:37.245 INFO O| Aug 29 21:24:37.245 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist |
| 10557 | 2026-08-29T21:24:37.875Z | [ host-image] Aug 29 21:24:37.245 INFO O| Aug 29 21:24:37.245 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10558 | 2026-08-29T21:24:37.879Z | [ host-image] Aug 29 21:24:37.245 INFO O| Aug 29 21:24:37.245 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d |
| 10559 | 2026-08-29T21:24:37.879Z | [ host-image] Aug 29 21:24:37.245 INFO O| Aug 29 21:24:37.245 INFO ok! |
| 10560 | 2026-08-29T21:24:37.879Z | [ host-image] Aug 29 21:24:37.245 INFO O| Aug 29 21:24:37.245 INFO STEP 121 (ensure_file) COMPLETE |
| 10561 | 2026-08-29T21:24:37.879Z | [ host-image] Aug 29 21:24:37.245 INFO O| Aug 29 21:24:37.245 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10562 | 2026-08-29T21:24:37.885Z | [ host-image] Aug 29 21:24:37.256 INFO O| Aug 29 21:24:37.256 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist |
| 10563 | 2026-08-29T21:24:37.885Z | [ host-image] Aug 29 21:24:37.256 INFO O| Aug 29 21:24:37.256 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10564 | 2026-08-29T21:24:37.889Z | [ host-image] Aug 29 21:24:37.256 INFO O| Aug 29 21:24:37.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d |
| 10565 | 2026-08-29T21:24:37.889Z | [ host-image] Aug 29 21:24:37.256 INFO O| Aug 29 21:24:37.256 INFO ok! |
| 10566 | 2026-08-29T21:24:37.889Z | [ host-image] Aug 29 21:24:37.256 INFO O| Aug 29 21:24:37.256 INFO STEP 122 (ensure_file) COMPLETE |
| 10567 | 2026-08-29T21:24:37.889Z | [ host-image] Aug 29 21:24:37.256 INFO O| Aug 29 21:24:37.256 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10568 | 2026-08-29T21:24:37.894Z | [ recovery-image] Aug 29 21:24:37.265 INFO E| Compiling sigchld v0.2.4 |
| 10569 | 2026-08-29T21:24:37.897Z | [ host-image] Aug 29 21:24:37.265 INFO O| Aug 29 21:24:37.265 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist |
| 10570 | 2026-08-29T21:24:37.897Z | [ host-image] Aug 29 21:24:37.265 INFO O| Aug 29 21:24:37.265 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10571 | 2026-08-29T21:24:37.898Z | [ host-image] Aug 29 21:24:37.265 INFO O| Aug 29 21:24:37.265 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d |
| 10572 | 2026-08-29T21:24:37.898Z | [ host-image] Aug 29 21:24:37.265 INFO O| Aug 29 21:24:37.265 INFO ok! |
| 10573 | 2026-08-29T21:24:37.898Z | [ host-image] Aug 29 21:24:37.265 INFO O| Aug 29 21:24:37.265 INFO STEP 123 (ensure_file) COMPLETE |
| 10574 | 2026-08-29T21:24:37.898Z | [ host-image] Aug 29 21:24:37.265 INFO O| Aug 29 21:24:37.265 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10575 | 2026-08-29T21:24:37.902Z | [ host-image] Aug 29 21:24:37.272 INFO O| Aug 29 21:24:37.272 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist |
| 10576 | 2026-08-29T21:24:37.902Z | [ host-image] Aug 29 21:24:37.272 INFO O| Aug 29 21:24:37.272 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10577 | 2026-08-29T21:24:37.902Z | [ host-image] Aug 29 21:24:37.272 INFO O| Aug 29 21:24:37.272 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d |
| 10578 | 2026-08-29T21:24:37.902Z | [ host-image] Aug 29 21:24:37.272 INFO O| Aug 29 21:24:37.272 INFO ok! |
| 10579 | 2026-08-29T21:24:37.906Z | [ host-image] Aug 29 21:24:37.272 INFO O| Aug 29 21:24:37.272 INFO STEP 124 (ensure_file) COMPLETE |
| 10580 | 2026-08-29T21:24:37.906Z | [ host-image] Aug 29 21:24:37.272 INFO O| Aug 29 21:24:37.272 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10581 | 2026-08-29T21:24:37.911Z | [ host-image] Aug 29 21:24:37.282 INFO O| Aug 29 21:24:37.282 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist |
| 10582 | 2026-08-29T21:24:37.911Z | [ host-image] Aug 29 21:24:37.282 INFO O| Aug 29 21:24:37.282 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10583 | 2026-08-29T21:24:37.911Z | [ host-image] Aug 29 21:24:37.282 INFO O| Aug 29 21:24:37.282 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d |
| 10584 | 2026-08-29T21:24:37.915Z | [ host-image] Aug 29 21:24:37.282 INFO O| Aug 29 21:24:37.282 INFO ok! |
| 10585 | 2026-08-29T21:24:37.915Z | [ host-image] Aug 29 21:24:37.282 INFO O| Aug 29 21:24:37.282 INFO STEP 125 (ensure_file) COMPLETE |
| 10586 | 2026-08-29T21:24:37.915Z | [ host-image] Aug 29 21:24:37.282 INFO O| Aug 29 21:24:37.282 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10587 | 2026-08-29T21:24:37.919Z | [ host-image] Aug 29 21:24:37.290 INFO O| Aug 29 21:24:37.290 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist |
| 10588 | 2026-08-29T21:24:37.919Z | [ host-image] Aug 29 21:24:37.290 INFO O| Aug 29 21:24:37.290 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10589 | 2026-08-29T21:24:37.923Z | [ host-image] Aug 29 21:24:37.290 INFO O| Aug 29 21:24:37.290 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d |
| 10590 | 2026-08-29T21:24:37.923Z | [ host-image] Aug 29 21:24:37.290 INFO O| Aug 29 21:24:37.290 INFO ok! |
| 10591 | 2026-08-29T21:24:37.923Z | [ host-image] Aug 29 21:24:37.290 INFO O| Aug 29 21:24:37.290 INFO STEP 126 (ensure_file) COMPLETE |
| 10592 | 2026-08-29T21:24:37.923Z | [ host-image] Aug 29 21:24:37.290 INFO O| Aug 29 21:24:37.290 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10593 | 2026-08-29T21:24:37.928Z | [ host-image] Aug 29 21:24:37.299 INFO O| Aug 29 21:24:37.299 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist |
| 10594 | 2026-08-29T21:24:37.929Z | [ host-image] Aug 29 21:24:37.299 INFO O| Aug 29 21:24:37.299 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10595 | 2026-08-29T21:24:37.932Z | [ host-image] Aug 29 21:24:37.299 INFO O| Aug 29 21:24:37.299 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d |
| 10596 | 2026-08-29T21:24:37.932Z | [ host-image] Aug 29 21:24:37.299 INFO O| Aug 29 21:24:37.299 INFO ok! |
| 10597 | 2026-08-29T21:24:37.932Z | [ host-image] Aug 29 21:24:37.299 INFO O| Aug 29 21:24:37.299 INFO STEP 127 (ensure_file) COMPLETE |
| 10598 | 2026-08-29T21:24:37.932Z | [ host-image] Aug 29 21:24:37.299 INFO O| Aug 29 21:24:37.299 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10599 | 2026-08-29T21:24:37.936Z | [ host-image] Aug 29 21:24:37.307 INFO O| Aug 29 21:24:37.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist |
| 10600 | 2026-08-29T21:24:37.936Z | [ host-image] Aug 29 21:24:37.307 INFO O| Aug 29 21:24:37.307 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10601 | 2026-08-29T21:24:37.936Z | [ host-image] Aug 29 21:24:37.307 INFO O| Aug 29 21:24:37.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d |
| 10602 | 2026-08-29T21:24:37.936Z | [ host-image] Aug 29 21:24:37.307 INFO O| Aug 29 21:24:37.307 INFO ok! |
| 10603 | 2026-08-29T21:24:37.937Z | [ host-image] Aug 29 21:24:37.307 INFO O| Aug 29 21:24:37.307 INFO STEP 128 (ensure_file) COMPLETE |
| 10604 | 2026-08-29T21:24:37.937Z | [ host-image] Aug 29 21:24:37.307 INFO O| Aug 29 21:24:37.307 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10605 | 2026-08-29T21:24:37.945Z | [ host-image] Aug 29 21:24:37.315 INFO O| Aug 29 21:24:37.315 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist |
| 10606 | 2026-08-29T21:24:37.945Z | [ host-image] Aug 29 21:24:37.315 INFO O| Aug 29 21:24:37.315 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10607 | 2026-08-29T21:24:37.949Z | [ host-image] Aug 29 21:24:37.315 INFO O| Aug 29 21:24:37.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d |
| 10608 | 2026-08-29T21:24:37.950Z | [ host-image] Aug 29 21:24:37.315 INFO O| Aug 29 21:24:37.315 INFO ok! |
| 10609 | 2026-08-29T21:24:37.950Z | [ host-image] Aug 29 21:24:37.315 INFO O| Aug 29 21:24:37.315 INFO STEP 129 (ensure_file) COMPLETE |
| 10610 | 2026-08-29T21:24:37.950Z | [ host-image] Aug 29 21:24:37.315 INFO O| Aug 29 21:24:37.315 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10611 | 2026-08-29T21:24:37.954Z | [ host-image] Aug 29 21:24:37.323 INFO O| Aug 29 21:24:37.323 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist |
| 10612 | 2026-08-29T21:24:37.954Z | [ host-image] Aug 29 21:24:37.323 INFO O| Aug 29 21:24:37.323 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10613 | 2026-08-29T21:24:37.954Z | [ host-image] Aug 29 21:24:37.323 INFO O| Aug 29 21:24:37.323 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh |
| 10614 | 2026-08-29T21:24:37.954Z | [ host-image] Aug 29 21:24:37.323 INFO O| Aug 29 21:24:37.323 INFO ok! |
| 10615 | 2026-08-29T21:24:37.954Z | [ host-image] Aug 29 21:24:37.323 INFO O| Aug 29 21:24:37.323 INFO STEP 130 (ensure_file) COMPLETE |
| 10616 | 2026-08-29T21:24:37.954Z | [ host-image] Aug 29 21:24:37.323 INFO O| Aug 29 21:24:37.323 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10617 | 2026-08-29T21:24:37.954Z | [ recovery-image] Aug 29 21:24:37.323 INFO E| Compiling syn v2.0.117 |
| 10618 | 2026-08-29T21:24:37.960Z | [ host-image] Aug 29 21:24:37.331 INFO O| Aug 29 21:24:37.331 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist |
| 10619 | 2026-08-29T21:24:37.961Z | [ host-image] Aug 29 21:24:37.331 INFO O| Aug 29 21:24:37.331 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10620 | 2026-08-29T21:24:37.965Z | [ host-image] Aug 29 21:24:37.331 INFO O| Aug 29 21:24:37.331 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d |
| 10621 | 2026-08-29T21:24:37.965Z | [ host-image] Aug 29 21:24:37.331 INFO O| Aug 29 21:24:37.331 INFO ok! |
| 10622 | 2026-08-29T21:24:37.965Z | [ host-image] Aug 29 21:24:37.331 INFO O| Aug 29 21:24:37.331 INFO STEP 131 (ensure_file) COMPLETE |
| 10623 | 2026-08-29T21:24:37.965Z | [ host-image] Aug 29 21:24:37.331 INFO O| Aug 29 21:24:37.331 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10624 | 2026-08-29T21:24:37.969Z | [ host-image] Aug 29 21:24:37.339 INFO O| Aug 29 21:24:37.339 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist |
| 10625 | 2026-08-29T21:24:37.969Z | [ host-image] Aug 29 21:24:37.339 INFO O| Aug 29 21:24:37.339 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10626 | 2026-08-29T21:24:37.969Z | [ host-image] Aug 29 21:24:37.339 INFO O| Aug 29 21:24:37.339 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh |
| 10627 | 2026-08-29T21:24:37.969Z | [ host-image] Aug 29 21:24:37.339 INFO O| Aug 29 21:24:37.339 INFO ok! |
| 10628 | 2026-08-29T21:24:37.969Z | [ host-image] Aug 29 21:24:37.339 INFO O| Aug 29 21:24:37.339 INFO STEP 132 (ensure_file) COMPLETE |
| 10629 | 2026-08-29T21:24:37.969Z | [ host-image] Aug 29 21:24:37.339 INFO O| Aug 29 21:24:37.339 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10630 | 2026-08-29T21:24:37.976Z | [ host-image] Aug 29 21:24:37.347 INFO O| Aug 29 21:24:37.347 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist |
| 10631 | 2026-08-29T21:24:37.977Z | [ host-image] Aug 29 21:24:37.347 INFO O| Aug 29 21:24:37.347 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10632 | 2026-08-29T21:24:37.981Z | [ host-image] Aug 29 21:24:37.347 INFO O| Aug 29 21:24:37.347 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d |
| 10633 | 2026-08-29T21:24:37.981Z | [ host-image] Aug 29 21:24:37.347 INFO O| Aug 29 21:24:37.347 INFO ok! |
| 10634 | 2026-08-29T21:24:37.981Z | [ host-image] Aug 29 21:24:37.347 INFO O| Aug 29 21:24:37.347 INFO STEP 133 (ensure_file) COMPLETE |
| 10635 | 2026-08-29T21:24:37.981Z | [ host-image] Aug 29 21:24:37.347 INFO O| Aug 29 21:24:37.347 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10636 | 2026-08-29T21:24:37.985Z | [ host-image] Aug 29 21:24:37.355 INFO O| Aug 29 21:24:37.355 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist |
| 10637 | 2026-08-29T21:24:37.985Z | [ host-image] Aug 29 21:24:37.355 INFO O| Aug 29 21:24:37.355 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10638 | 2026-08-29T21:24:37.985Z | [ host-image] Aug 29 21:24:37.355 INFO O| Aug 29 21:24:37.355 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh |
| 10639 | 2026-08-29T21:24:37.985Z | [ host-image] Aug 29 21:24:37.356 INFO O| Aug 29 21:24:37.355 INFO ok! |
| 10640 | 2026-08-29T21:24:37.989Z | [ host-image] Aug 29 21:24:37.356 INFO O| Aug 29 21:24:37.355 INFO STEP 134 (ensure_file) COMPLETE |
| 10641 | 2026-08-29T21:24:37.989Z | [ host-image] Aug 29 21:24:37.356 INFO O| Aug 29 21:24:37.356 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10642 | 2026-08-29T21:24:37.989Z | [ recovery-image] Aug 29 21:24:37.356 INFO E| Compiling shared_child v1.1.1 |
| 10643 | 2026-08-29T21:24:37.993Z | [ host-image] Aug 29 21:24:37.364 INFO O| Aug 29 21:24:37.364 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist |
| 10644 | 2026-08-29T21:24:37.996Z | [ host-image] Aug 29 21:24:37.364 INFO O| Aug 29 21:24:37.364 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10645 | 2026-08-29T21:24:37.996Z | [ host-image] Aug 29 21:24:37.364 INFO O| Aug 29 21:24:37.364 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d |
| 10646 | 2026-08-29T21:24:37.997Z | [ host-image] Aug 29 21:24:37.364 INFO O| Aug 29 21:24:37.364 INFO ok! |
| 10647 | 2026-08-29T21:24:37.997Z | [ host-image] Aug 29 21:24:37.364 INFO O| Aug 29 21:24:37.364 INFO STEP 135 (ensure_file) COMPLETE |
| 10648 | 2026-08-29T21:24:37.997Z | [ host-image] Aug 29 21:24:37.364 INFO O| Aug 29 21:24:37.364 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10649 | 2026-08-29T21:24:38.001Z | [ host-image] Aug 29 21:24:37.372 INFO O| Aug 29 21:24:37.372 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist |
| 10650 | 2026-08-29T21:24:38.001Z | [ host-image] Aug 29 21:24:37.372 INFO O| Aug 29 21:24:37.372 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10651 | 2026-08-29T21:24:38.005Z | [ host-image] Aug 29 21:24:37.372 INFO O| Aug 29 21:24:37.372 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d |
| 10652 | 2026-08-29T21:24:38.005Z | [ host-image] Aug 29 21:24:37.372 INFO O| Aug 29 21:24:37.372 INFO ok! |
| 10653 | 2026-08-29T21:24:38.005Z | [ host-image] Aug 29 21:24:37.372 INFO O| Aug 29 21:24:37.372 INFO STEP 136 (ensure_file) COMPLETE |
| 10654 | 2026-08-29T21:24:38.005Z | [ host-image] Aug 29 21:24:37.372 INFO O| Aug 29 21:24:37.372 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10655 | 2026-08-29T21:24:38.010Z | [ host-image] Aug 29 21:24:37.379 INFO O| Aug 29 21:24:37.379 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist |
| 10656 | 2026-08-29T21:24:38.010Z | [ host-image] Aug 29 21:24:37.379 INFO O| Aug 29 21:24:37.379 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10657 | 2026-08-29T21:24:38.010Z | [ host-image] Aug 29 21:24:37.379 INFO O| Aug 29 21:24:37.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d |
| 10658 | 2026-08-29T21:24:38.010Z | [ host-image] Aug 29 21:24:37.379 INFO O| Aug 29 21:24:37.379 INFO ok! |
| 10659 | 2026-08-29T21:24:38.010Z | [ host-image] Aug 29 21:24:37.379 INFO O| Aug 29 21:24:37.379 INFO STEP 137 (ensure_file) COMPLETE |
| 10660 | 2026-08-29T21:24:38.010Z | [ host-image] Aug 29 21:24:37.379 INFO O| Aug 29 21:24:37.379 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10661 | 2026-08-29T21:24:38.015Z | [ host-image] Aug 29 21:24:37.386 INFO O| Aug 29 21:24:37.386 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist |
| 10662 | 2026-08-29T21:24:38.015Z | [ host-image] Aug 29 21:24:37.386 INFO O| Aug 29 21:24:37.386 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ... |
| 10663 | 2026-08-29T21:24:38.019Z | [ host-image] Aug 29 21:24:37.386 INFO O| Aug 29 21:24:37.386 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md |
| 10664 | 2026-08-29T21:24:38.019Z | [ host-image] Aug 29 21:24:37.386 INFO O| Aug 29 21:24:37.386 INFO ok! |
| 10665 | 2026-08-29T21:24:38.019Z | [ host-image] Aug 29 21:24:37.386 INFO O| Aug 29 21:24:37.386 INFO STEP 138 (ensure_file) COMPLETE |
| 10666 | 2026-08-29T21:24:38.019Z | [ host-image] Aug 29 21:24:37.386 INFO O| Aug 29 21:24:37.386 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10667 | 2026-08-29T21:24:38.023Z | [ host-image] Aug 29 21:24:37.392 INFO O| Aug 29 21:24:37.392 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist |
| 10668 | 2026-08-29T21:24:38.023Z | [ host-image] Aug 29 21:24:37.392 INFO O| Aug 29 21:24:37.392 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10669 | 2026-08-29T21:24:38.023Z | [ host-image] Aug 29 21:24:37.392 INFO O| Aug 29 21:24:37.392 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt |
| 10670 | 2026-08-29T21:24:38.023Z | [ host-image] Aug 29 21:24:37.393 INFO O| Aug 29 21:24:37.392 INFO ok! |
| 10671 | 2026-08-29T21:24:38.023Z | [ host-image] Aug 29 21:24:37.393 INFO O| Aug 29 21:24:37.392 INFO STEP 139 (ensure_file) COMPLETE |
| 10672 | 2026-08-29T21:24:38.024Z | [ host-image] Aug 29 21:24:37.393 INFO O| Aug 29 21:24:37.392 INFO STEP 140: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10673 | 2026-08-29T21:24:38.032Z | [ host-image] Aug 29 21:24:37.402 INFO O| Aug 29 21:24:37.402 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist |
| 10674 | 2026-08-29T21:24:38.032Z | [ host-image] Aug 29 21:24:37.402 INFO O| Aug 29 21:24:37.402 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ... |
| 10675 | 2026-08-29T21:24:38.036Z | [ host-image] Aug 29 21:24:37.402 INFO O| Aug 29 21:24:37.402 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION |
| 10676 | 2026-08-29T21:24:38.036Z | [ host-image] Aug 29 21:24:37.402 INFO O| Aug 29 21:24:37.402 INFO ok! |
| 10677 | 2026-08-29T21:24:38.036Z | [ host-image] Aug 29 21:24:37.402 INFO O| Aug 29 21:24:37.402 INFO STEP 140 (ensure_file) COMPLETE |
| 10678 | 2026-08-29T21:24:38.036Z | [ host-image] Aug 29 21:24:37.402 INFO O| Aug 29 21:24:37.402 INFO STEP 141: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10679 | 2026-08-29T21:24:38.039Z | [ host-image] Aug 29 21:24:37.410 INFO O| Aug 29 21:24:37.410 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist |
| 10680 | 2026-08-29T21:24:38.040Z | [ host-image] Aug 29 21:24:37.410 INFO O| Aug 29 21:24:37.410 INFO copying /tmp/.tmpdiOogb/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ... |
| 10681 | 2026-08-29T21:24:38.190Z | [ recovery-image] Aug 29 21:24:37.558 INFO E| Compiling duct v1.1.1 |
| 10682 | 2026-08-29T21:24:40.296Z | [ recovery-image] Aug 29 21:24:39.666 INFO E| Compiling clap_derive v4.6.1 |
| 10683 | 2026-08-29T21:24:41.869Z | [ recovery-image] Aug 29 21:24:41.239 INFO E| Compiling clap v4.6.1 |
| 10684 | 2026-08-29T21:24:41.947Z | [ recovery-image] Aug 29 21:24:41.318 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
| 10685 | 2026-08-29T21:24:42.959Z | [ recovery-image] Aug 29 21:24:42.329 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.04s |
| 10686 | 2026-08-29T21:24:42.966Z | [ recovery-image] Aug 29 21:24:42.337 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl` |
| 10687 | 2026-08-29T21:24:43.236Z | [ recovery-image] Aug 29 21:24:42.606 INFO E| Downloading crates ... |
| 10688 | 2026-08-29T21:24:43.292Z | [ recovery-image] Aug 29 21:24:42.662 INFO E| Downloaded bit_field v0.10.3 |
| 10689 | 2026-08-29T21:24:43.296Z | [ recovery-image] Aug 29 21:24:42.664 INFO E| Downloaded miniz_oxide v0.9.1 |
| 10690 | 2026-08-29T21:24:43.296Z | [ recovery-image] Aug 29 21:24:42.666 INFO E| Downloaded cpio_reader v0.1.2 |
| 10691 | 2026-08-29T21:24:43.301Z | [ recovery-image] Aug 29 21:24:42.668 INFO E| Downloaded bitstruct_derive v0.1.0 |
| 10692 | 2026-08-29T21:24:43.301Z | [ recovery-image] Aug 29 21:24:42.670 INFO E| Downloaded bitflags v2.13.0 |
| 10693 | 2026-08-29T21:24:43.304Z | [ recovery-image] Aug 29 21:24:42.674 INFO E| Downloaded bitstruct v0.1.1 |
| 10694 | 2026-08-29T21:24:43.308Z | [ recovery-image] Aug 29 21:24:42.679 INFO E| Downloaded log v0.4.32 |
| 10695 | 2026-08-29T21:24:43.326Z | [ recovery-image] Aug 29 21:24:42.696 INFO E| Downloaded raw-cpuid v10.7.0 |
| 10696 | 2026-08-29T21:24:43.348Z | [ recovery-image] Aug 29 21:24:42.719 INFO E| Downloaded goblin v0.10.7 |
| 10697 | 2026-08-29T21:24:43.460Z | [ recovery-image] Aug 29 21:24:42.830 INFO E| Downloaded x86 v0.52.0 |
| 10698 | 2026-08-29T21:24:43.515Z | [ recovery-image] Aug 29 21:24:42.886 INFO E| Updating crates.io index |
| 10699 | 2026-08-29T21:24:43.563Z | [ recovery-image] Aug 29 21:24:42.932 INFO E| Downloading crates ... |
| 10700 | 2026-08-29T21:24:43.585Z | [ recovery-image] Aug 29 21:24:42.955 INFO E| Downloaded rustc-literal-escaper v0.0.7 |
| 10701 | 2026-08-29T21:24:43.589Z | [ recovery-image] Aug 29 21:24:42.956 INFO E| Downloaded hashbrown v0.17.1 |
| 10702 | 2026-08-29T21:24:43.647Z | [ recovery-image] Aug 29 21:24:43.017 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) |
| 10703 | 2026-08-29T21:24:43.647Z | [ recovery-image] Aug 29 21:24:43.017 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) |
| 10704 | 2026-08-29T21:24:43.647Z | [ recovery-image] Aug 29 21:24:43.017 INFO E| Compiling proc-macro2 v1.0.106 |
| 10705 | 2026-08-29T21:24:43.647Z | [ recovery-image] Aug 29 21:24:43.017 INFO E| Compiling quote v1.0.45 |
| 10706 | 2026-08-29T21:24:43.651Z | [ recovery-image] Aug 29 21:24:43.017 INFO E| Compiling unicode-ident v1.0.24 |
| 10707 | 2026-08-29T21:24:43.652Z | [ recovery-image] Aug 29 21:24:43.017 INFO E| Compiling syn v1.0.109 |
| 10708 | 2026-08-29T21:24:43.652Z | [ recovery-image] Aug 29 21:24:43.017 INFO E| Compiling x86 v0.52.0 |
| 10709 | 2026-08-29T21:24:43.652Z | [ recovery-image] Aug 29 21:24:43.017 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 10710 | 2026-08-29T21:24:43.652Z | [ recovery-image] Aug 29 21:24:43.017 INFO E| Compiling seq-macro v0.3.6 |
| 10711 | 2026-08-29T21:24:44.757Z | [ recovery-image] Aug 29 21:24:44.128 INFO E| Compiling syn v2.0.117 |
| 10712 | 2026-08-29T21:24:45.104Z | [ host-image] Aug 29 21:24:44.474 INFO O| Aug 29 21:24:44.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz |
| 10713 | 2026-08-29T21:24:45.108Z | [ host-image] Aug 29 21:24:44.474 INFO O| Aug 29 21:24:44.474 INFO ok! |
| 10714 | 2026-08-29T21:24:45.108Z | [ host-image] Aug 29 21:24:44.474 INFO O| Aug 29 21:24:44.474 INFO STEP 141 (ensure_file) COMPLETE |
| 10715 | 2026-08-29T21:24:45.108Z | [ host-image] Aug 29 21:24:44.474 INFO O| Aug 29 21:24:44.474 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10716 | 2026-08-29T21:24:45.113Z | [ host-image] Aug 29 21:24:44.483 INFO O| Aug 29 21:24:44.483 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib |
| 10717 | 2026-08-29T21:24:45.117Z | [ host-image] Aug 29 21:24:44.483 INFO O| Aug 29 21:24:44.483 INFO STEP 142 (ensure_dir) COMPLETE |
| 10718 | 2026-08-29T21:24:45.117Z | [ host-image] Aug 29 21:24:44.483 INFO O| Aug 29 21:24:44.483 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10719 | 2026-08-29T21:24:45.121Z | [ host-image] Aug 29 21:24:44.492 INFO O| Aug 29 21:24:44.491 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc |
| 10720 | 2026-08-29T21:24:45.121Z | [ host-image] Aug 29 21:24:44.492 INFO O| Aug 29 21:24:44.491 INFO STEP 143 (ensure_dir) COMPLETE |
| 10721 | 2026-08-29T21:24:45.121Z | [ host-image] Aug 29 21:24:44.492 INFO O| Aug 29 21:24:44.491 INFO STEP 144: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10722 | 2026-08-29T21:24:45.128Z | [ host-image] Aug 29 21:24:44.499 INFO O| Aug 29 21:24:44.499 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest |
| 10723 | 2026-08-29T21:24:45.128Z | [ host-image] Aug 29 21:24:44.499 INFO O| Aug 29 21:24:44.499 INFO STEP 144 (ensure_dir) COMPLETE |
| 10724 | 2026-08-29T21:24:45.129Z | [ host-image] Aug 29 21:24:44.499 INFO O| Aug 29 21:24:44.499 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10725 | 2026-08-29T21:24:45.134Z | [ host-image] Aug 29 21:24:44.505 INFO O| Aug 29 21:24:44.505 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site |
| 10726 | 2026-08-29T21:24:45.134Z | [ host-image] Aug 29 21:24:44.505 INFO O| Aug 29 21:24:44.505 INFO STEP 145 (ensure_dir) COMPLETE |
| 10727 | 2026-08-29T21:24:45.139Z | [ host-image] Aug 29 21:24:44.505 INFO O| Aug 29 21:24:44.505 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10728 | 2026-08-29T21:24:45.143Z | [ host-image] Aug 29 21:24:44.511 INFO O| Aug 29 21:24:44.511 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
| 10729 | 2026-08-29T21:24:45.143Z | [ host-image] Aug 29 21:24:44.511 INFO O| Aug 29 21:24:44.511 INFO copying /tmp/.tmpdiOogb/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 ... |
| 10730 | 2026-08-29T21:24:45.143Z | [ host-image] Aug 29 21:24:44.511 INFO O| Aug 29 21:24:44.511 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml |
| 10731 | 2026-08-29T21:24:45.143Z | [ host-image] Aug 29 21:24:44.511 INFO O| Aug 29 21:24:44.511 INFO ok! |
| 10732 | 2026-08-29T21:24:45.143Z | [ host-image] Aug 29 21:24:44.511 INFO O| Aug 29 21:24:44.511 INFO STEP 146 (ensure_file) COMPLETE |
| 10733 | 2026-08-29T21:24:45.143Z | [ host-image] Aug 29 21:24:44.511 INFO O| Aug 29 21:24:44.511 INFO STEP 147: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10734 | 2026-08-29T21:24:45.148Z | [ host-image] Aug 29 21:24:44.519 INFO O| Aug 29 21:24:44.519 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10735 | 2026-08-29T21:24:45.148Z | [ host-image] Aug 29 21:24:44.519 INFO O| Aug 29 21:24:44.519 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10736 | 2026-08-29T21:24:45.153Z | [ host-image] Aug 29 21:24:44.519 INFO O| Aug 29 21:24:44.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10737 | 2026-08-29T21:24:45.153Z | [ host-image] Aug 29 21:24:44.519 INFO O| Aug 29 21:24:44.519 INFO STEP 147 (ensure_dir) COMPLETE |
| 10738 | 2026-08-29T21:24:45.153Z | [ host-image] Aug 29 21:24:44.519 INFO O| Aug 29 21:24:44.519 INFO STEP 148: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10739 | 2026-08-29T21:24:45.157Z | [ host-image] Aug 29 21:24:44.526 INFO O| Aug 29 21:24:44.526 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking |
| 10740 | 2026-08-29T21:24:45.157Z | [ host-image] Aug 29 21:24:44.526 INFO O| Aug 29 21:24:44.526 INFO copying /tmp/.tmpdiOogb/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ... |
| 10741 | 2026-08-29T21:24:45.157Z | [ host-image] Aug 29 21:24:44.526 INFO O| Aug 29 21:24:44.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile |
| 10742 | 2026-08-29T21:24:45.157Z | [ host-image] Aug 29 21:24:44.526 INFO O| Aug 29 21:24:44.526 INFO ok! |
| 10743 | 2026-08-29T21:24:45.157Z | [ host-image] Aug 29 21:24:44.526 INFO O| Aug 29 21:24:44.526 INFO STEP 148 (ensure_file) COMPLETE |
| 10744 | 2026-08-29T21:24:45.157Z | [ host-image] Aug 29 21:24:44.526 INFO O| Aug 29 21:24:44.526 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10745 | 2026-08-29T21:24:45.163Z | [ host-image] Aug 29 21:24:44.533 INFO O| Aug 29 21:24:44.533 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec" |
| 10746 | 2026-08-29T21:24:45.166Z | [ host-image] Aug 29 21:24:44.533 INFO O| Aug 29 21:24:44.533 INFO STEP 149 (remove_files) COMPLETE |
| 10747 | 2026-08-29T21:24:45.166Z | [ host-image] Aug 29 21:24:44.533 INFO O| Aug 29 21:24:44.533 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10748 | 2026-08-29T21:24:45.170Z | [ host-image] Aug 29 21:24:44.540 INFO O| Aug 29 21:24:44.540 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap" |
| 10749 | 2026-08-29T21:24:45.170Z | [ host-image] Aug 29 21:24:44.541 INFO O| Aug 29 21:24:44.541 INFO STEP 150 (remove_files) COMPLETE |
| 10750 | 2026-08-29T21:24:45.170Z | [ host-image] Aug 29 21:24:44.541 INFO O| Aug 29 21:24:44.541 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10751 | 2026-08-29T21:24:45.176Z | [ host-image] Aug 29 21:24:44.547 INFO O| Aug 29 21:24:44.547 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc" |
| 10752 | 2026-08-29T21:24:45.180Z | [ host-image] Aug 29 21:24:44.547 INFO O| Aug 29 21:24:44.547 INFO STEP 151 (remove_files) COMPLETE |
| 10753 | 2026-08-29T21:24:45.180Z | [ host-image] Aug 29 21:24:44.547 INFO O| Aug 29 21:24:44.547 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10754 | 2026-08-29T21:24:45.184Z | [ host-image] Aug 29 21:24:44.555 INFO O| Aug 29 21:24:44.554 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security" |
| 10755 | 2026-08-29T21:24:45.184Z | [ host-image] Aug 29 21:24:44.555 INFO O| Aug 29 21:24:44.555 INFO STEP 152 (remove_files) COMPLETE |
| 10756 | 2026-08-29T21:24:45.184Z | [ host-image] Aug 29 21:24:44.555 INFO O| Aug 29 21:24:44.555 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10757 | 2026-08-29T21:24:45.191Z | [ host-image] Aug 29 21:24:44.561 INFO O| Aug 29 21:24:44.561 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares" |
| 10758 | 2026-08-29T21:24:45.195Z | [ host-image] Aug 29 21:24:44.561 INFO O| Aug 29 21:24:44.561 INFO STEP 153 (remove_files) COMPLETE |
| 10759 | 2026-08-29T21:24:45.195Z | [ host-image] Aug 29 21:24:44.561 INFO O| Aug 29 21:24:44.561 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10760 | 2026-08-29T21:24:45.198Z | [ host-image] Aug 29 21:24:44.568 INFO O| Aug 29 21:24:44.568 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb" |
| 10761 | 2026-08-29T21:24:45.198Z | [ host-image] Aug 29 21:24:44.568 INFO O| Aug 29 21:24:44.568 INFO STEP 154 (remove_files) COMPLETE |
| 10762 | 2026-08-29T21:24:45.199Z | [ host-image] Aug 29 21:24:44.568 INFO O| Aug 29 21:24:44.568 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10763 | 2026-08-29T21:24:45.204Z | [ host-image] Aug 29 21:24:44.575 INFO O| Aug 29 21:24:44.575 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 10764 | 2026-08-29T21:24:45.204Z | [ host-image] Aug 29 21:24:44.575 INFO O| Aug 29 21:24:44.575 INFO STEP 155 (remove_files) COMPLETE |
| 10765 | 2026-08-29T21:24:45.209Z | [ host-image] Aug 29 21:24:44.575 INFO O| Aug 29 21:24:44.575 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10766 | 2026-08-29T21:24:45.213Z | [ host-image] Aug 29 21:24:44.581 INFO O| Aug 29 21:24:44.581 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
| 10767 | 2026-08-29T21:24:45.213Z | [ host-image] Aug 29 21:24:44.581 INFO O| Aug 29 21:24:44.581 INFO STEP 156 (remove_files) COMPLETE |
| 10768 | 2026-08-29T21:24:45.214Z | [ host-image] Aug 29 21:24:44.581 INFO O| Aug 29 21:24:44.581 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10769 | 2026-08-29T21:24:45.218Z | [ host-image] Aug 29 21:24:44.588 INFO O| Aug 29 21:24:44.588 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml" |
| 10770 | 2026-08-29T21:24:45.222Z | [ host-image] Aug 29 21:24:44.588 INFO O| Aug 29 21:24:44.588 INFO STEP 157 (remove_files) COMPLETE |
| 10771 | 2026-08-29T21:24:45.222Z | [ host-image] Aug 29 21:24:44.588 INFO O| Aug 29 21:24:44.588 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10772 | 2026-08-29T21:24:45.226Z | [ host-image] Aug 29 21:24:44.595 INFO O| Aug 29 21:24:44.595 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 10773 | 2026-08-29T21:24:45.226Z | [ host-image] Aug 29 21:24:44.595 INFO O| Aug 29 21:24:44.595 INFO STEP 158 (remove_files) COMPLETE |
| 10774 | 2026-08-29T21:24:45.226Z | [ host-image] Aug 29 21:24:44.595 INFO O| Aug 29 21:24:44.595 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10775 | 2026-08-29T21:24:45.231Z | [ host-image] Aug 29 21:24:44.602 INFO O| Aug 29 21:24:44.602 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml" |
| 10776 | 2026-08-29T21:24:45.231Z | [ host-image] Aug 29 21:24:44.602 INFO O| Aug 29 21:24:44.602 INFO STEP 159 (remove_files) COMPLETE |
| 10777 | 2026-08-29T21:24:45.235Z | [ host-image] Aug 29 21:24:44.602 INFO O| Aug 29 21:24:44.602 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10778 | 2026-08-29T21:24:45.240Z | [ host-image] Aug 29 21:24:44.610 INFO O| Aug 29 21:24:44.610 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml" |
| 10779 | 2026-08-29T21:24:45.240Z | [ host-image] Aug 29 21:24:44.610 INFO O| Aug 29 21:24:44.610 INFO STEP 160 (remove_files) COMPLETE |
| 10780 | 2026-08-29T21:24:45.240Z | [ host-image] Aug 29 21:24:44.610 INFO O| Aug 29 21:24:44.610 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10781 | 2026-08-29T21:24:45.247Z | [ host-image] Aug 29 21:24:44.617 INFO O| Aug 29 21:24:44.617 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
| 10782 | 2026-08-29T21:24:45.247Z | [ host-image] Aug 29 21:24:44.617 INFO O| Aug 29 21:24:44.617 INFO STEP 161 (remove_files) COMPLETE |
| 10783 | 2026-08-29T21:24:45.251Z | [ host-image] Aug 29 21:24:44.617 INFO O| Aug 29 21:24:44.617 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10784 | 2026-08-29T21:24:45.256Z | [ host-image] Aug 29 21:24:44.625 INFO O| Aug 29 21:24:44.625 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
| 10785 | 2026-08-29T21:24:45.256Z | [ host-image] Aug 29 21:24:44.625 INFO O| Aug 29 21:24:44.625 INFO STEP 162 (remove_files) COMPLETE |
| 10786 | 2026-08-29T21:24:45.256Z | [ host-image] Aug 29 21:24:44.625 INFO O| Aug 29 21:24:44.625 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10787 | 2026-08-29T21:24:45.261Z | [ host-image] Aug 29 21:24:44.632 INFO O| Aug 29 21:24:44.632 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml" |
| 10788 | 2026-08-29T21:24:45.261Z | [ host-image] Aug 29 21:24:44.632 INFO O| Aug 29 21:24:44.632 INFO STEP 163 (remove_files) COMPLETE |
| 10789 | 2026-08-29T21:24:45.266Z | [ host-image] Aug 29 21:24:44.632 INFO O| Aug 29 21:24:44.632 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10790 | 2026-08-29T21:24:45.269Z | [ host-image] Aug 29 21:24:44.639 INFO O| Aug 29 21:24:44.639 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
| 10791 | 2026-08-29T21:24:45.269Z | [ host-image] Aug 29 21:24:44.639 INFO O| Aug 29 21:24:44.639 INFO STEP 164 (remove_files) COMPLETE |
| 10792 | 2026-08-29T21:24:45.269Z | [ host-image] Aug 29 21:24:44.639 INFO O| Aug 29 21:24:44.639 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10793 | 2026-08-29T21:24:45.275Z | [ host-image] Aug 29 21:24:44.645 INFO O| Aug 29 21:24:44.645 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 10794 | 2026-08-29T21:24:45.279Z | [ host-image] Aug 29 21:24:44.645 INFO O| Aug 29 21:24:44.645 INFO STEP 165 (remove_files) COMPLETE |
| 10795 | 2026-08-29T21:24:45.279Z | [ host-image] Aug 29 21:24:44.645 INFO O| Aug 29 21:24:44.645 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10796 | 2026-08-29T21:24:45.283Z | [ host-image] Aug 29 21:24:44.652 INFO O| Aug 29 21:24:44.652 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml" |
| 10797 | 2026-08-29T21:24:45.283Z | [ host-image] Aug 29 21:24:44.653 INFO O| Aug 29 21:24:44.653 INFO STEP 166 (remove_files) COMPLETE |
| 10798 | 2026-08-29T21:24:45.283Z | [ host-image] Aug 29 21:24:44.653 INFO O| Aug 29 21:24:44.653 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10799 | 2026-08-29T21:24:45.289Z | [ host-image] Aug 29 21:24:44.660 INFO O| Aug 29 21:24:44.660 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
| 10800 | 2026-08-29T21:24:45.289Z | [ host-image] Aug 29 21:24:44.660 INFO O| Aug 29 21:24:44.660 INFO STEP 167 (remove_files) COMPLETE |
| 10801 | 2026-08-29T21:24:45.289Z | [ host-image] Aug 29 21:24:44.660 INFO O| Aug 29 21:24:44.660 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10802 | 2026-08-29T21:24:45.296Z | [ host-image] Aug 29 21:24:44.667 INFO O| Aug 29 21:24:44.667 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 10803 | 2026-08-29T21:24:45.296Z | [ host-image] Aug 29 21:24:44.667 INFO O| Aug 29 21:24:44.667 INFO STEP 168 (remove_files) COMPLETE |
| 10804 | 2026-08-29T21:24:45.301Z | [ host-image] Aug 29 21:24:44.667 INFO O| Aug 29 21:24:44.667 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10805 | 2026-08-29T21:24:45.305Z | [ host-image] Aug 29 21:24:44.673 INFO O| Aug 29 21:24:44.673 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 10806 | 2026-08-29T21:24:45.305Z | [ host-image] Aug 29 21:24:44.673 INFO O| Aug 29 21:24:44.673 INFO STEP 169 (remove_files) COMPLETE |
| 10807 | 2026-08-29T21:24:45.305Z | [ host-image] Aug 29 21:24:44.673 INFO O| Aug 29 21:24:44.673 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10808 | 2026-08-29T21:24:45.310Z | [ host-image] Aug 29 21:24:44.680 INFO O| Aug 29 21:24:44.680 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat" |
| 10809 | 2026-08-29T21:24:45.310Z | [ host-image] Aug 29 21:24:44.680 INFO O| Aug 29 21:24:44.680 INFO STEP 170 (remove_files) COMPLETE |
| 10810 | 2026-08-29T21:24:45.314Z | [ host-image] Aug 29 21:24:44.680 INFO O| Aug 29 21:24:44.680 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10811 | 2026-08-29T21:24:45.318Z | [ host-image] Aug 29 21:24:44.687 INFO O| Aug 29 21:24:44.687 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 10812 | 2026-08-29T21:24:45.319Z | [ host-image] Aug 29 21:24:44.687 INFO O| Aug 29 21:24:44.687 INFO STEP 171 (remove_files) COMPLETE |
| 10813 | 2026-08-29T21:24:45.319Z | [ host-image] Aug 29 21:24:44.687 INFO O| Aug 29 21:24:44.687 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10814 | 2026-08-29T21:24:45.323Z | [ host-image] Aug 29 21:24:44.693 INFO O| Aug 29 21:24:44.693 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml" |
| 10815 | 2026-08-29T21:24:45.323Z | [ host-image] Aug 29 21:24:44.693 INFO O| Aug 29 21:24:44.693 INFO STEP 172 (remove_files) COMPLETE |
| 10816 | 2026-08-29T21:24:45.323Z | [ host-image] Aug 29 21:24:44.693 INFO O| Aug 29 21:24:44.693 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10817 | 2026-08-29T21:24:45.328Z | [ host-image] Aug 29 21:24:44.699 INFO O| Aug 29 21:24:44.699 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml" |
| 10818 | 2026-08-29T21:24:45.328Z | [ host-image] Aug 29 21:24:44.699 INFO O| Aug 29 21:24:44.699 INFO STEP 173 (remove_files) COMPLETE |
| 10819 | 2026-08-29T21:24:45.332Z | [ host-image] Aug 29 21:24:44.699 INFO O| Aug 29 21:24:44.699 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10820 | 2026-08-29T21:24:45.336Z | [ host-image] Aug 29 21:24:44.705 INFO O| Aug 29 21:24:44.705 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
| 10821 | 2026-08-29T21:24:45.336Z | [ host-image] Aug 29 21:24:44.705 INFO O| Aug 29 21:24:44.705 INFO STEP 174 (remove_files) COMPLETE |
| 10822 | 2026-08-29T21:24:45.336Z | [ host-image] Aug 29 21:24:44.705 INFO O| Aug 29 21:24:44.705 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10823 | 2026-08-29T21:24:45.340Z | [ host-image] Aug 29 21:24:44.711 INFO O| Aug 29 21:24:44.711 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml" |
| 10824 | 2026-08-29T21:24:45.341Z | [ host-image] Aug 29 21:24:44.711 INFO O| Aug 29 21:24:44.711 INFO STEP 175 (remove_files) COMPLETE |
| 10825 | 2026-08-29T21:24:45.341Z | [ host-image] Aug 29 21:24:44.711 INFO O| Aug 29 21:24:44.711 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10826 | 2026-08-29T21:24:45.349Z | [ host-image] Aug 29 21:24:44.719 INFO O| Aug 29 21:24:44.719 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml" |
| 10827 | 2026-08-29T21:24:45.352Z | [ host-image] Aug 29 21:24:44.719 INFO O| Aug 29 21:24:44.719 INFO STEP 176 (remove_files) COMPLETE |
| 10828 | 2026-08-29T21:24:45.353Z | [ host-image] Aug 29 21:24:44.719 INFO O| Aug 29 21:24:44.719 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10829 | 2026-08-29T21:24:45.356Z | [ host-image] Aug 29 21:24:44.726 INFO O| Aug 29 21:24:44.726 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml" |
| 10830 | 2026-08-29T21:24:45.356Z | [ host-image] Aug 29 21:24:44.726 INFO O| Aug 29 21:24:44.726 INFO STEP 177 (remove_files) COMPLETE |
| 10831 | 2026-08-29T21:24:45.356Z | [ host-image] Aug 29 21:24:44.726 INFO O| Aug 29 21:24:44.726 INFO STEP 178: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10832 | 2026-08-29T21:24:45.366Z | [ host-image] Aug 29 21:24:44.736 INFO O| Aug 29 21:24:44.736 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal |
| 10833 | 2026-08-29T21:24:45.366Z | [ host-image] Aug 29 21:24:44.736 INFO O| Aug 29 21:24:44.736 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"} |
| 10834 | 2026-08-29T21:24:46.079Z | [ recovery-image] Aug 29 21:24:45.449 INFO E| Compiling scroll_derive v0.13.1 |
| 10835 | 2026-08-29T21:24:47.111Z | [ recovery-image] Aug 29 21:24:46.481 INFO E| Compiling bitstruct_derive v0.1.0 |
| 10836 | 2026-08-29T21:24:52.369Z | [ host-image] Aug 29 21:24:51.738 INFO O| Aug 29 21:24:51.738 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 |
| 10837 | 2026-08-29T21:24:52.369Z | [ host-image] Aug 29 21:24:51.738 INFO O| Aug 29 21:24:51.738 INFO E| svccfg: Loaded 80 smf(7) service descriptions |
| 10838 | 2026-08-29T21:24:52.383Z | [ host-image] Aug 29 21:24:51.752 INFO O| Aug 29 21:24:51.752 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.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"} |
| 10839 | 2026-08-29T21:24:52.478Z | [ host-image] Aug 29 21:24:51.849 INFO O| Aug 29 21:24:51.849 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "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", "SVCCFG_CHECKHASH": "1"} |
| 10840 | 2026-08-29T21:24:52.544Z | [ host-image] Aug 29 21:24:51.905 INFO O| Aug 29 21:24:51.905 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db"} |
| 10841 | 2026-08-29T21:24:52.598Z | [ host-image] Aug 29 21:24:51.968 INFO O| Aug 29 21:24:51.968 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist |
| 10842 | 2026-08-29T21:24:52.598Z | [ host-image] Aug 29 21:24:51.968 INFO O| Aug 29 21:24:51.968 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ... |
| 10843 | 2026-08-29T21:24:52.602Z | [ host-image] Aug 29 21:24:51.970 INFO O| Aug 29 21:24:51.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db |
| 10844 | 2026-08-29T21:24:52.602Z | [ host-image] Aug 29 21:24:51.970 INFO O| Aug 29 21:24:51.970 INFO ok! |
| 10845 | 2026-08-29T21:24:52.602Z | [ host-image] Aug 29 21:24:51.970 INFO O| Aug 29 21:24:51.970 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing |
| 10846 | 2026-08-29T21:24:52.602Z | [ host-image] Aug 29 21:24:51.971 INFO O| Aug 29 21:24:51.971 INFO STEP 178 (seed_smf) COMPLETE |
| 10847 | 2026-08-29T21:24:52.603Z | [ host-image] Aug 29 21:24:51.971 INFO O| Aug 29 21:24:51.971 INFO steps complete; finalising image! |
| 10848 | 2026-08-29T21:24:52.603Z | [ host-image] Aug 29 21:24:51.971 INFO O| Aug 29 21:24:51.971 INFO TRIM POOL: TEMPORARY-sled-zfs |
| 10849 | 2026-08-29T21:24:52.680Z | [ host-image] Aug 29 21:24:52.050 INFO O| Aug 29 21:24:52.050 INFO trim TEMPORARY-sled-zfs: (4% trimmed, started at Sat Aug 29 21:24:51 2026) |
| 10850 | 2026-08-29T21:24:52.894Z | [ host-image] Aug 29 21:24:52.264 INFO O| Aug 29 21:24:52.264 INFO temporary pool has 946M used, 78.0M avail, 1.79x compressratio |
| 10851 | 2026-08-29T21:24:52.894Z | [ host-image] Aug 29 21:24:52.264 INFO O| Aug 29 21:24:52.264 INFO EXPORT POOL: TEMPORARY-sled-zfs |
| 10852 | 2026-08-29T21:24:53.242Z | [ host-image] Aug 29 21:24:52.613 INFO O| Aug 29 21:24:52.613 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw |
| 10853 | 2026-08-29T21:24:53.243Z | [ host-image] Aug 29 21:24:52.613 INFO O| Aug 29 21:24:52.613 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal |
| 10854 | 2026-08-29T21:24:54.056Z | [ host-image] Aug 29 21:24:53.426 INFO O| Aug 29 21:24:53.426 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10855 | 2026-08-29T21:24:54.056Z | [ host-image] Aug 29 21:24:53.426 INFO O| Aug 29 21:24:53.426 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10856 | 2026-08-29T21:24:54.056Z | [ host-image] Aug 29 21:24:53.426 INFO O| Aug 29 21:24:53.426 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw |
| 10857 | 2026-08-29T21:24:54.060Z | [ host-image] Aug 29 21:24:53.426 INFO O| Aug 29 21:24:53.426 INFO completed processing sled/zfs |
| 10858 | 2026-08-29T21:24:54.060Z | [ host-image] Aug 29 21:24:53.426 INFO O| Aug 29 21:24:53.426 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs |
| 10859 | 2026-08-29T21:24:56.118Z | [ recovery-image] Aug 29 21:24:55.488 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) |
| 10860 | 2026-08-29T21:24:58.161Z | [ recovery-image] Aug 29 21:24:57.531 INFO E| Compiling bitflags v1.3.2 |
| 10861 | 2026-08-29T21:24:58.161Z | [ recovery-image] Aug 29 21:24:57.531 INFO E| Compiling bit_field v0.10.3 |
| 10862 | 2026-08-29T21:24:58.165Z | [ recovery-image] Aug 29 21:24:57.531 INFO E| Compiling scroll v0.13.0 |
| 10863 | 2026-08-29T21:24:58.165Z | [ recovery-image] Aug 29 21:24:57.531 INFO E| Compiling log v0.4.32 |
| 10864 | 2026-08-29T21:24:58.165Z | [ recovery-image] Aug 29 21:24:57.531 INFO E| Compiling bitflags v2.13.0 |
| 10865 | 2026-08-29T21:24:58.165Z | [ recovery-image] Aug 29 21:24:57.531 INFO E| Compiling adler2 v2.0.1 |
| 10866 | 2026-08-29T21:24:58.165Z | [ recovery-image] Aug 29 21:24:57.531 INFO E| Compiling plain v0.2.3 |
| 10867 | 2026-08-29T21:24:58.165Z | [ recovery-image] Aug 29 21:24:57.531 INFO E| Compiling static_assertions v1.1.0 |
| 10868 | 2026-08-29T21:24:58.166Z | [ recovery-image] Aug 29 21:24:57.531 INFO E| Compiling bitstruct v0.1.1 |
| 10869 | 2026-08-29T21:24:58.211Z | [ recovery-image] Aug 29 21:24:57.582 INFO E| Compiling raw-cpuid v10.7.0 |
| 10870 | 2026-08-29T21:24:58.252Z | [ recovery-image] Aug 29 21:24:57.621 INFO E| Compiling miniz_oxide v0.9.1 |
| 10871 | 2026-08-29T21:24:58.321Z | [ recovery-image] Aug 29 21:24:57.691 INFO E| Compiling cpio_reader v0.1.2 |
| 10872 | 2026-08-29T21:24:58.365Z | [ recovery-image] Aug 29 21:24:57.735 INFO E| Compiling goblin v0.10.7 |
| 10873 | 2026-08-29T21:25:01.397Z | [ recovery-image] Aug 29 21:25:00.766 INFO E| Finished `release` profile [optimized] target(s) in 18.41s |
| 10874 | 2026-08-29T21:25:01.418Z | [ recovery-image] Aug 29 21:25:00.788 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 10875 | 2026-08-29T21:25:01.418Z | [ recovery-image] Aug 29 21:25:00.788 INFO building ROM for gimlet |
| 10876 | 2026-08-29T21:25:01.423Z | [ recovery-image] Aug 29 21:25:00.788 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") |
| 10877 | 2026-08-29T21:25:01.509Z | [ recovery-image] Aug 29 21:25:00.879 INFO E| Downloading crates ... |
| 10878 | 2026-08-29T21:25:01.570Z | [ recovery-image] Aug 29 21:25:00.939 INFO E| Downloaded toml_datetime v0.6.9 |
| 10879 | 2026-08-29T21:25:01.575Z | [ recovery-image] Aug 29 21:25:00.945 INFO E| Downloaded anstream v0.6.18 |
| 10880 | 2026-08-29T21:25:01.579Z | [ recovery-image] Aug 29 21:25:00.947 INFO E| Downloaded anstyle v1.0.10 |
| 10881 | 2026-08-29T21:25:01.584Z | [ recovery-image] Aug 29 21:25:00.955 INFO E| Downloaded serde_spanned v0.6.8 |
| 10882 | 2026-08-29T21:25:01.588Z | [ recovery-image] Aug 29 21:25:00.956 INFO E| Downloaded clap_lex v0.7.4 |
| 10883 | 2026-08-29T21:25:01.588Z | [ recovery-image] Aug 29 21:25:00.956 INFO E| Downloaded anstyle-query v1.1.2 |
| 10884 | 2026-08-29T21:25:01.592Z | [ recovery-image] Aug 29 21:25:00.961 INFO E| Downloaded colorchoice v1.0.3 |
| 10885 | 2026-08-29T21:25:01.592Z | [ recovery-image] Aug 29 21:25:00.962 INFO E| Downloaded is_terminal_polyfill v1.70.1 |
| 10886 | 2026-08-29T21:25:01.596Z | [ recovery-image] Aug 29 21:25:00.963 INFO E| Downloaded os_pipe v1.2.1 |
| 10887 | 2026-08-29T21:25:01.596Z | [ recovery-image] Aug 29 21:25:00.964 INFO E| Downloaded toml_write v0.1.1 |
| 10888 | 2026-08-29T21:25:01.596Z | [ recovery-image] Aug 29 21:25:00.965 INFO E| Downloaded anstyle-parse v0.2.6 |
| 10889 | 2026-08-29T21:25:01.600Z | [ recovery-image] Aug 29 21:25:00.967 INFO E| Downloaded shared_child v1.0.1 |
| 10890 | 2026-08-29T21:25:01.607Z | [ recovery-image] Aug 29 21:25:00.977 INFO E| Downloaded clap_derive v4.5.32 |
| 10891 | 2026-08-29T21:25:01.611Z | [ recovery-image] Aug 29 21:25:00.979 INFO E| Downloaded duct v0.13.7 |
| 10892 | 2026-08-29T21:25:01.615Z | [ recovery-image] Aug 29 21:25:00.985 INFO E| Downloaded clap v4.5.37 |
| 10893 | 2026-08-29T21:25:01.626Z | [ recovery-image] Aug 29 21:25:00.996 INFO E| Downloaded toml v0.8.22 |
| 10894 | 2026-08-29T21:25:01.647Z | [ recovery-image] Aug 29 21:25:01.017 INFO E| Downloaded cc v1.2.20 |
| 10895 | 2026-08-29T21:25:01.651Z | [ recovery-image] Aug 29 21:25:01.019 INFO E| Downloaded toml_edit v0.22.26 |
| 10896 | 2026-08-29T21:25:01.671Z | [ recovery-image] Aug 29 21:25:01.041 INFO E| Downloaded clap_builder v4.5.37 |
| 10897 | 2026-08-29T21:25:01.675Z | [ recovery-image] Aug 29 21:25:01.046 INFO E| Downloaded winnow v0.7.7 |
| 10898 | 2026-08-29T21:25:01.697Z | [ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling syn v2.0.101 |
| 10899 | 2026-08-29T21:25:01.697Z | [ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling libc v0.2.172 |
| 10900 | 2026-08-29T21:25:01.697Z | [ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling utf8parse v0.2.2 |
| 10901 | 2026-08-29T21:25:01.697Z | [ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling anstyle-query v1.1.2 |
| 10902 | 2026-08-29T21:25:01.701Z | [ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling equivalent v1.0.2 |
| 10903 | 2026-08-29T21:25:01.701Z | [ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling once_cell v1.21.3 |
| 10904 | 2026-08-29T21:25:01.701Z | [ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling is_terminal_polyfill v1.70.1 |
| 10905 | 2026-08-29T21:25:01.701Z | [ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling hashbrown v0.15.2 |
| 10906 | 2026-08-29T21:25:01.701Z | [ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling shlex v1.3.0 |
| 10907 | 2026-08-29T21:25:01.701Z | [ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling anstyle v1.0.10 |
| 10908 | 2026-08-29T21:25:01.701Z | [ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling colorchoice v1.0.3 |
| 10909 | 2026-08-29T21:25:01.701Z | [ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling anyhow v1.0.98 |
| 10910 | 2026-08-29T21:25:01.702Z | [ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling toml_write v0.1.1 |
| 10911 | 2026-08-29T21:25:01.702Z | [ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling winnow v0.7.7 |
| 10912 | 2026-08-29T21:25:01.702Z | [ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling clap_lex v0.7.4 |
| 10913 | 2026-08-29T21:25:01.702Z | [ recovery-image] Aug 29 21:25:01.067 INFO E| Compiling strsim v0.11.1 |
| 10914 | 2026-08-29T21:25:01.960Z | [ recovery-image] Aug 29 21:25:01.331 INFO E| Compiling anstyle-parse v0.2.6 |
| 10915 | 2026-08-29T21:25:02.010Z | [ recovery-image] Aug 29 21:25:01.379 INFO E| Compiling cc v1.2.20 |
| 10916 | 2026-08-29T21:25:02.175Z | [ recovery-image] Aug 29 21:25:01.545 INFO E| Compiling anstream v0.6.18 |
| 10917 | 2026-08-29T21:25:02.437Z | [ recovery-image] Aug 29 21:25:01.807 INFO E| Compiling clap_builder v4.5.37 |
| 10918 | 2026-08-29T21:25:02.458Z | [ recovery-image] Aug 29 21:25:01.828 INFO E| Compiling indexmap v2.9.0 |
| 10919 | 2026-08-29T21:25:02.643Z | [ recovery-image] Aug 29 21:25:02.008 INFO E| Compiling os_pipe v1.2.1 |
| 10920 | 2026-08-29T21:25:02.643Z | [ recovery-image] Aug 29 21:25:02.008 INFO E| Compiling shared_child v1.0.1 |
| 10921 | 2026-08-29T21:25:02.767Z | [ recovery-image] Aug 29 21:25:02.137 INFO E| Compiling duct v0.13.7 |
| 10922 | 2026-08-29T21:25:03.324Z | [ recovery-image] Aug 29 21:25:02.694 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask) |
| 10923 | 2026-08-29T21:25:04.228Z | [ recovery-image] Aug 29 21:25:03.598 INFO E| Compiling serde_derive v1.0.219 |
| 10924 | 2026-08-29T21:25:04.228Z | [ recovery-image] Aug 29 21:25:03.598 INFO E| Compiling clap_derive v4.5.32 |
| 10925 | 2026-08-29T21:25:05.598Z | [ recovery-image] Aug 29 21:25:04.968 INFO E| Compiling clap v4.5.37 |
| 10926 | 2026-08-29T21:25:06.249Z | [ recovery-image] Aug 29 21:25:05.619 INFO E| Compiling serde v1.0.219 |
| 10927 | 2026-08-29T21:25:08.261Z | [ recovery-image] Aug 29 21:25:07.502 INFO E| Compiling toml_datetime v0.6.9 |
| 10928 | 2026-08-29T21:25:08.261Z | [ recovery-image] Aug 29 21:25:07.502 INFO E| Compiling serde_spanned v0.6.8 |
| 10929 | 2026-08-29T21:25:08.295Z | [ recovery-image] Aug 29 21:25:07.666 INFO E| Compiling toml_edit v0.22.26 |
| 10930 | 2026-08-29T21:25:09.570Z | [ recovery-image] Aug 29 21:25:08.940 INFO E| Compiling toml v0.8.22 |
| 10931 | 2026-08-29T21:25:11.747Z | [ recovery-image] Aug 29 21:25:11.117 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.28s |
| 10932 | 2026-08-29T21:25:11.756Z | [ recovery-image] Aug 29 21:25:11.126 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` |
| 10933 | 2026-08-29T21:25:11.771Z | [ recovery-image] Aug 29 21:25:11.142 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 10934 | 2026-08-29T21:25:11.846Z | [ recovery-image] Aug 29 21:25:11.217 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 10935 | 2026-08-29T21:25:11.852Z | [ recovery-image] Aug 29 21:25:11.223 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` |
| 10936 | 2026-08-29T21:25:11.971Z | [ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn" |
| 10937 | 2026-08-29T21:25:11.971Z | [ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin" |
| 10938 | 2026-08-29T21:25:11.971Z | [ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin" |
| 10939 | 2026-08-29T21:25:11.975Z | [ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin" |
| 10940 | 2026-08-29T21:25:11.975Z | [ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn" |
| 10941 | 2026-08-29T21:25:11.975Z | [ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn" |
| 10942 | 2026-08-29T21:25:11.975Z | [ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin" |
| 10943 | 2026-08-29T21:25:11.975Z | [ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin" |
| 10944 | 2026-08-29T21:25:11.975Z | [ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin" |
| 10945 | 2026-08-29T21:25:11.975Z | [ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin" |
| 10946 | 2026-08-29T21:25:11.975Z | [ recovery-image] Aug 29 21:25:11.341 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin" |
| 10947 | 2026-08-29T21:25:11.975Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin" |
| 10948 | 2026-08-29T21:25:11.975Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin" |
| 10949 | 2026-08-29T21:25:11.975Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin" |
| 10950 | 2026-08-29T21:25:11.975Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin" |
| 10951 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.342 INFO O| Info: ABL version: 0x100f5010 |
| 10952 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.342 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100 |
| 10953 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 10954 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 10955 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 10956 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 10957 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 10958 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 10959 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 10960 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 10961 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 10962 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 10963 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 10964 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 10965 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 10966 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 10967 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 10968 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.342 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 10969 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 10970 | 2026-08-29T21:25:11.976Z | [ recovery-image] Aug 29 21:25:11.343 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 10971 | 2026-08-29T21:25:12.012Z | [ recovery-image] Aug 29 21:25:11.382 INFO building ROM for cosmo |
| 10972 | 2026-08-29T21:25:12.012Z | [ recovery-image] Aug 29 21:25:11.382 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") |
| 10973 | 2026-08-29T21:25:12.108Z | [ recovery-image] Aug 29 21:25:11.478 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
| 10974 | 2026-08-29T21:25:12.112Z | [ recovery-image] Aug 29 21:25:11.481 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` |
| 10975 | 2026-08-29T21:25:12.125Z | [ recovery-image] Aug 29 21:25:11.495 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 10976 | 2026-08-29T21:25:12.197Z | [ recovery-image] Aug 29 21:25:11.567 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 10977 | 2026-08-29T21:25:12.201Z | [ recovery-image] Aug 29 21:25:11.571 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` |
| 10978 | 2026-08-29T21:25:12.413Z | [ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10979 | 2026-08-29T21:25:12.413Z | [ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin" |
| 10980 | 2026-08-29T21:25:12.413Z | [ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin" |
| 10981 | 2026-08-29T21:25:12.417Z | [ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin" |
| 10982 | 2026-08-29T21:25:12.417Z | [ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 10983 | 2026-08-29T21:25:12.417Z | [ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 10984 | 2026-08-29T21:25:12.417Z | [ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 10985 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 10986 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin" |
| 10987 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin" |
| 10988 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin" |
| 10989 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 10990 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 10991 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 10992 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 10993 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 10994 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin" |
| 10995 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.783 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 10996 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin" |
| 10997 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin" |
| 10998 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 10999 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 11000 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 11001 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 11002 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin" |
| 11003 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin" |
| 11004 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin" |
| 11005 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 11006 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 11007 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 11008 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 11009 | 2026-08-29T21:25:12.418Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 11010 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 11011 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 11012 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin" |
| 11013 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 11014 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 11015 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 11016 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 11017 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin" |
| 11018 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin" |
| 11019 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin" |
| 11020 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 11021 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin" |
| 11022 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 11023 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 11024 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 11025 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 11026 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 11027 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 11028 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 11029 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 11030 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.784 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 11031 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.785 INFO O| Info: ABL version: 0x100af010 |
| 11032 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.785 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0 |
| 11033 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.785 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0 |
| 11034 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin" |
| 11035 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 11036 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 11037 | 2026-08-29T21:25:12.419Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 11038 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 11039 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 11040 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 11041 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 11042 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 11043 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 11044 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 11045 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 11046 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 11047 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 11048 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 11049 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 11050 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 11051 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 11052 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 11053 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 11054 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin" |
| 11055 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin" |
| 11056 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin" |
| 11057 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin" |
| 11058 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin" |
| 11059 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin" |
| 11060 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin" |
| 11061 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.785 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin" |
| 11062 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin" |
| 11063 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin" |
| 11064 | 2026-08-29T21:25:12.420Z | [ recovery-image] Aug 29 21:25:11.786 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin" |
| 11065 | 2026-08-29T21:25:12.451Z | [ recovery-image] Aug 29 21:25:11.821 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 11066 | 2026-08-29T21:25:12.451Z | [ recovery-image] Aug 29 21:25:11.821 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
| 11067 | 2026-08-29T21:25:13.632Z | [ recovery-image] Aug 29 21:25:13.002 INFO image complete! materials are in "/work/os-recovery" |
| 11068 | 2026-08-29T21:25:13.636Z | [ recovery-image] |
| 11069 | 2026-08-29T21:25:13.636Z | [ recovery-image] real 3:24.352656597 |
| 11070 | 2026-08-29T21:25:13.636Z | [ recovery-image] user 2:40.184656667 |
| 11071 | 2026-08-29T21:25:13.636Z | [ recovery-image] sys 39.813424202 |
| 11072 | 2026-08-29T21:25:13.636Z | [ recovery-image] trap 0.153117840 |
| 11073 | 2026-08-29T21:25:13.636Z | [ recovery-image] tflt 0.683312330 |
| 11074 | 2026-08-29T21:25:13.636Z | [ recovery-image] dflt 0.891349549 |
| 11075 | 2026-08-29T21:25:13.636Z | [ recovery-image] kflt 0.000146645 |
| 11076 | 2026-08-29T21:25:13.636Z | [ recovery-image] lock 8:15.135203786 |
| 11077 | 2026-08-29T21:25:13.636Z | [ recovery-image] slp 18:14.249450860 |
| 11078 | 2026-08-29T21:25:13.636Z | [ recovery-image] lat 31.117173518 |
| 11079 | 2026-08-29T21:25:13.636Z | [ recovery-image] stop 7.956604464 |
| 11080 | 2026-08-29T21:25:13.636Z | Aug 29 21:25:13.006 INFO [recovery-image] process exited with exit status: 0 (204.357640595s) |
| 11081 | 2026-08-29T21:25:13.636Z | Aug 29 21:25:13.006 INFO [tuf-v2-recovery] running task |
| 11082 | 2026-08-29T21:25:13.640Z | Aug 29 21:25:13.007 INFO [tuf-v2-recovery] task succeeded (784.91µs) |
| 11083 | 2026-08-29T21:25:14.264Z | [ host-image] Aug 29 21:25:13.635 INFO O| Aug 29 21:25:13.635 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs |
| 11084 | 2026-08-29T21:25:14.360Z | [ host-image] Aug 29 21:25:13.731 INFO BUILD STRING "heads/stlouis-0-ge73f257543\n" |
| 11085 | 2026-08-29T21:25:14.360Z | [ host-image] Aug 29 21:25:13.731 INFO expanded image name: "ci 1cb7ef2/${os_short_commit} 2026-08-29 21:09" -> "ci 1cb7ef2/e73f257 2026-08-29 21:09" |
| 11086 | 2026-08-29T21:25:14.364Z | [ host-image] Aug 29 21:25:13.731 INFO output artefacts stored in: "/work/os-host" |
| 11087 | 2026-08-29T21:25:14.364Z | [ host-image] Aug 29 21:25:13.731 INFO collecting git info from project "pilot"... |
| 11088 | 2026-08-29T21:25:14.367Z | [ host-image] Aug 29 21:25:13.737 INFO collecting git info from project "amd-host-image-builder"... |
| 11089 | 2026-08-29T21:25:14.371Z | [ host-image] Aug 29 21:25:13.742 INFO collecting git info from project "bootserver"... |
| 11090 | 2026-08-29T21:25:14.376Z | [ host-image] Aug 29 21:25:13.747 INFO collecting git info from project "amd-firmware"... |
| 11091 | 2026-08-29T21:25:14.387Z | [ host-image] Aug 29 21:25:13.758 INFO collecting git info from project "image-builder"... |
| 11092 | 2026-08-29T21:25:14.391Z | [ host-image] Aug 29 21:25:13.762 INFO collecting git info from project "dmar-report"... |
| 11093 | 2026-08-29T21:25:14.395Z | [ host-image] Aug 29 21:25:13.766 INFO collecting git info from project "chelsio-t6-roms"... |
| 11094 | 2026-08-29T21:25:14.399Z | [ host-image] Aug 29 21:25:13.770 INFO collecting git info from project "pinprick"... |
| 11095 | 2026-08-29T21:25:14.403Z | [ host-image] Aug 29 21:25:13.774 INFO collecting git info from project "phbl"... |
| 11096 | 2026-08-29T21:25:14.408Z | [ host-image] Aug 29 21:25:13.779 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 11097 | 2026-08-29T21:25:14.715Z | [ host-image] Aug 29 21:25:14.085 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 11098 | 2026-08-29T21:25:15.005Z | [ host-image] Aug 29 21:25:14.375 INFO creating Oxide boot image... |
| 11099 | 2026-08-29T21:25:15.005Z | [ host-image] Aug 29 21:25:14.375 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 1cb7ef2/e73f257 2026-08-29 21:09", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
| 11100 | 2026-08-29T21:25:15.771Z | [ host-image] Aug 29 21:25:15.142 INFO O| ok, image written! |
| 11101 | 2026-08-29T21:25:15.771Z | [ host-image] Aug 29 21:25:15.142 INFO O| ok, boot_image_csum file written! |
| 11102 | 2026-08-29T21:25:15.775Z | [ host-image] Aug 29 21:25:15.144 INFO creating boot archive (CPIO)... |
| 11103 | 2026-08-29T21:25:15.775Z | [ host-image] Aug 29 21:25:15.144 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 |
| 11104 | 2026-08-29T21:25:15.778Z | [ host-image] Aug 29 21:25:15.148 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk |
| 11105 | 2026-08-29T21:25:15.778Z | [ host-image] Aug 29 21:25:15.148 INFO E| + outfile=/work/os-host/cpio |
| 11106 | 2026-08-29T21:25:15.778Z | [ host-image] Aug 29 21:25:15.148 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
| 11107 | 2026-08-29T21:25:15.782Z | [ host-image] Aug 29 21:25:15.150 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk |
| 11108 | 2026-08-29T21:25:15.782Z | [ host-image] Aug 29 21:25:15.150 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
| 11109 | 2026-08-29T21:25:15.805Z | [ host-image] Aug 29 21:25:15.176 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
| 11110 | 2026-08-29T21:25:15.808Z | [ host-image] Aug 29 21:25:15.176 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
| 11111 | 2026-08-29T21:25:15.811Z | [ host-image] Aug 29 21:25:15.181 INFO creating compressed cpio/unix for dev loaders... |
| 11112 | 2026-08-29T21:25:15.811Z | [ host-image] Aug 29 21:25:15.182 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 |
| 11113 | 2026-08-29T21:25:16.033Z | [ host-image] Aug 29 21:25:15.404 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None |
| 11114 | 2026-08-29T21:25:19.271Z | [ host-image] Aug 29 21:25:18.642 INFO creating reset image... |
| 11115 | 2026-08-29T21:25:19.271Z | [ host-image] Aug 29 21:25:18.642 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") |
| 11116 | 2026-08-29T21:25:19.334Z | [ host-image] Aug 29 21:25:18.705 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
| 11117 | 2026-08-29T21:25:19.338Z | [ host-image] Aug 29 21:25:18.706 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl` |
| 11118 | 2026-08-29T21:25:19.589Z | [ host-image] Aug 29 21:25:18.959 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) |
| 11119 | 2026-08-29T21:25:19.589Z | [ host-image] Aug 29 21:25:18.960 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) |
| 11120 | 2026-08-29T21:25:19.593Z | [ host-image] Aug 29 21:25:18.960 INFO E| Compiling proc-macro2 v1.0.106 |
| 11121 | 2026-08-29T21:25:19.593Z | [ host-image] Aug 29 21:25:18.960 INFO E| Compiling unicode-ident v1.0.24 |
| 11122 | 2026-08-29T21:25:19.593Z | [ host-image] Aug 29 21:25:18.960 INFO E| Compiling quote v1.0.45 |
| 11123 | 2026-08-29T21:25:19.593Z | [ host-image] Aug 29 21:25:18.960 INFO E| Compiling syn v1.0.109 |
| 11124 | 2026-08-29T21:25:19.593Z | [ host-image] Aug 29 21:25:18.960 INFO E| Compiling x86 v0.52.0 |
| 11125 | 2026-08-29T21:25:19.593Z | [ host-image] Aug 29 21:25:18.960 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 11126 | 2026-08-29T21:25:19.598Z | [ host-image] Aug 29 21:25:18.969 INFO E| Compiling seq-macro v0.3.6 |
| 11127 | 2026-08-29T21:25:20.549Z | [ host-image] Aug 29 21:25:19.920 INFO E| Compiling syn v2.0.117 |
| 11128 | 2026-08-29T21:25:21.858Z | [ host-image] Aug 29 21:25:21.228 INFO E| Compiling scroll_derive v0.13.1 |
| 11129 | 2026-08-29T21:25:22.864Z | [ host-image] Aug 29 21:25:22.234 INFO E| Compiling bitstruct_derive v0.1.0 |
| 11130 | 2026-08-29T21:25:31.800Z | [ host-image] Aug 29 21:25:31.170 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) |
| 11131 | 2026-08-29T21:25:33.866Z | [ host-image] Aug 29 21:25:33.236 INFO E| Compiling bitflags v1.3.2 |
| 11132 | 2026-08-29T21:25:33.866Z | [ host-image] Aug 29 21:25:33.236 INFO E| Compiling plain v0.2.3 |
| 11133 | 2026-08-29T21:25:33.866Z | [ host-image] Aug 29 21:25:33.236 INFO E| Compiling adler2 v2.0.1 |
| 11134 | 2026-08-29T21:25:33.870Z | [ host-image] Aug 29 21:25:33.236 INFO E| Compiling scroll v0.13.0 |
| 11135 | 2026-08-29T21:25:33.870Z | [ host-image] Aug 29 21:25:33.236 INFO E| Compiling log v0.4.32 |
| 11136 | 2026-08-29T21:25:33.870Z | [ host-image] Aug 29 21:25:33.236 INFO E| Compiling bitflags v2.13.0 |
| 11137 | 2026-08-29T21:25:33.870Z | [ host-image] Aug 29 21:25:33.236 INFO E| Compiling bit_field v0.10.3 |
| 11138 | 2026-08-29T21:25:33.870Z | [ host-image] Aug 29 21:25:33.236 INFO E| Compiling static_assertions v1.1.0 |
| 11139 | 2026-08-29T21:25:33.870Z | [ host-image] Aug 29 21:25:33.236 INFO E| Compiling bitstruct v0.1.1 |
| 11140 | 2026-08-29T21:25:33.917Z | [ host-image] Aug 29 21:25:33.288 INFO E| Compiling raw-cpuid v10.7.0 |
| 11141 | 2026-08-29T21:25:33.955Z | [ host-image] Aug 29 21:25:33.325 INFO E| Compiling miniz_oxide v0.9.1 |
| 11142 | 2026-08-29T21:25:34.015Z | [ host-image] Aug 29 21:25:33.385 INFO E| Compiling cpio_reader v0.1.2 |
| 11143 | 2026-08-29T21:25:34.091Z | [ host-image] Aug 29 21:25:33.461 INFO E| Compiling goblin v0.10.7 |
| 11144 | 2026-08-29T21:25:36.859Z | [ host-image] Aug 29 21:25:36.230 INFO E| Finished `release` profile [optimized] target(s) in 17.51s |
| 11145 | 2026-08-29T21:25:36.871Z | [ host-image] Aug 29 21:25:36.242 INFO building ROM for gimlet |
| 11146 | 2026-08-29T21:25:36.871Z | [ host-image] Aug 29 21:25:36.242 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") |
| 11147 | 2026-08-29T21:25:36.961Z | [ host-image] Aug 29 21:25:36.332 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
| 11148 | 2026-08-29T21:25:36.964Z | [ host-image] Aug 29 21:25:36.334 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` |
| 11149 | 2026-08-29T21:25:36.976Z | [ host-image] Aug 29 21:25:36.346 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 11150 | 2026-08-29T21:25:37.045Z | [ host-image] Aug 29 21:25:36.415 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 11151 | 2026-08-29T21:25:37.050Z | [ host-image] Aug 29 21:25:36.421 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` |
| 11152 | 2026-08-29T21:25:37.164Z | [ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn" |
| 11153 | 2026-08-29T21:25:37.164Z | [ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin" |
| 11154 | 2026-08-29T21:25:37.164Z | [ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin" |
| 11155 | 2026-08-29T21:25:37.164Z | [ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin" |
| 11156 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn" |
| 11157 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn" |
| 11158 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin" |
| 11159 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin" |
| 11160 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin" |
| 11161 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin" |
| 11162 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin" |
| 11163 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin" |
| 11164 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin" |
| 11165 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin" |
| 11166 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.534 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin" |
| 11167 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.535 INFO O| Info: ABL version: 0x100f5010 |
| 11168 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.535 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100 |
| 11169 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 11170 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 11171 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 11172 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 11173 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 11174 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 11175 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 11176 | 2026-08-29T21:25:37.168Z | [ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 11177 | 2026-08-29T21:25:37.169Z | [ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 11178 | 2026-08-29T21:25:37.169Z | [ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 11179 | 2026-08-29T21:25:37.169Z | [ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 11180 | 2026-08-29T21:25:37.169Z | [ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 11181 | 2026-08-29T21:25:37.169Z | [ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 11182 | 2026-08-29T21:25:37.169Z | [ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 11183 | 2026-08-29T21:25:37.169Z | [ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 11184 | 2026-08-29T21:25:37.169Z | [ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 11185 | 2026-08-29T21:25:37.169Z | [ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 11186 | 2026-08-29T21:25:37.169Z | [ host-image] Aug 29 21:25:36.535 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 11187 | 2026-08-29T21:25:37.197Z | [ host-image] Aug 29 21:25:36.567 INFO building ROM for cosmo |
| 11188 | 2026-08-29T21:25:37.201Z | [ host-image] Aug 29 21:25:36.567 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") |
| 11189 | 2026-08-29T21:25:37.280Z | [ host-image] Aug 29 21:25:36.650 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
| 11190 | 2026-08-29T21:25:37.283Z | [ host-image] Aug 29 21:25:36.652 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` |
| 11191 | 2026-08-29T21:25:37.292Z | [ host-image] Aug 29 21:25:36.663 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 11192 | 2026-08-29T21:25:37.358Z | [ host-image] Aug 29 21:25:36.728 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 11193 | 2026-08-29T21:25:37.361Z | [ host-image] Aug 29 21:25:36.730 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` |
| 11194 | 2026-08-29T21:25:37.564Z | [ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn" |
| 11195 | 2026-08-29T21:25:37.564Z | [ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin" |
| 11196 | 2026-08-29T21:25:37.564Z | [ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin" |
| 11197 | 2026-08-29T21:25:37.564Z | [ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin" |
| 11198 | 2026-08-29T21:25:37.568Z | [ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 11199 | 2026-08-29T21:25:37.568Z | [ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 11200 | 2026-08-29T21:25:37.568Z | [ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 11201 | 2026-08-29T21:25:37.568Z | [ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 11202 | 2026-08-29T21:25:37.568Z | [ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin" |
| 11203 | 2026-08-29T21:25:37.568Z | [ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin" |
| 11204 | 2026-08-29T21:25:37.568Z | [ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin" |
| 11205 | 2026-08-29T21:25:37.568Z | [ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 11206 | 2026-08-29T21:25:37.568Z | [ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 11207 | 2026-08-29T21:25:37.568Z | [ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 11208 | 2026-08-29T21:25:37.568Z | [ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 11209 | 2026-08-29T21:25:37.568Z | [ host-image] Aug 29 21:25:36.934 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 11210 | 2026-08-29T21:25:37.568Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin" |
| 11211 | 2026-08-29T21:25:37.568Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 11212 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin" |
| 11213 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin" |
| 11214 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 11215 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 11216 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 11217 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 11218 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin" |
| 11219 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin" |
| 11220 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin" |
| 11221 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 11222 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 11223 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 11224 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 11225 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 11226 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 11227 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 11228 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin" |
| 11229 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 11230 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 11231 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 11232 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 11233 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin" |
| 11234 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin" |
| 11235 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin" |
| 11236 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 11237 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin" |
| 11238 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 11239 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 11240 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 11241 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 11242 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 11243 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 11244 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 11245 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.935 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 11246 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 11247 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.936 INFO O| Info: ABL version: 0x100af010 |
| 11248 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.936 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0 |
| 11249 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.936 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0 |
| 11250 | 2026-08-29T21:25:37.569Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin" |
| 11251 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 11252 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 11253 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 11254 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 11255 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 11256 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 11257 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 11258 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 11259 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 11260 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 11261 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 11262 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 11263 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 11264 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 11265 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 11266 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 11267 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 11268 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.936 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 11269 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 11270 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin" |
| 11271 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin" |
| 11272 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin" |
| 11273 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin" |
| 11274 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin" |
| 11275 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin" |
| 11276 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin" |
| 11277 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin" |
| 11278 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin" |
| 11279 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin" |
| 11280 | 2026-08-29T21:25:37.570Z | [ host-image] Aug 29 21:25:36.937 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin" |
| 11281 | 2026-08-29T21:25:37.597Z | [ host-image] Aug 29 21:25:36.967 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 11282 | 2026-08-29T21:25:37.597Z | [ host-image] Aug 29 21:25:36.967 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 11283 | 2026-08-29T21:25:37.597Z | [ host-image] Aug 29 21:25:36.967 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
| 11284 | 2026-08-29T21:25:50.554Z | [ host-image] Aug 29 21:25:49.925 INFO image complete! materials are in "/work/os-host" |
| 11285 | 2026-08-29T21:25:50.557Z | [ host-image] |
| 11286 | 2026-08-29T21:25:50.558Z | [ host-image] real 4:09.841227661 |
| 11287 | 2026-08-29T21:25:50.558Z | [ host-image] user 2:52.024896594 |
| 11288 | 2026-08-29T21:25:50.558Z | [ host-image] sys 38.613552176 |
| 11289 | 2026-08-29T21:25:50.558Z | [ host-image] trap 0.133051209 |
| 11290 | 2026-08-29T21:25:50.558Z | [ host-image] tflt 0.353704994 |
| 11291 | 2026-08-29T21:25:50.558Z | [ host-image] dflt 0.194372494 |
| 11292 | 2026-08-29T21:25:50.558Z | [ host-image] kflt 0.000354650 |
| 11293 | 2026-08-29T21:25:50.558Z | [ host-image] lock 4:53.368941635 |
| 11294 | 2026-08-29T21:25:50.558Z | [ host-image] slp 21:15.955289717 |
| 11295 | 2026-08-29T21:25:50.558Z | [ host-image] lat 24.811769269 |
| 11296 | 2026-08-29T21:25:50.561Z | [ host-image] stop 1.520736026 |
| 11297 | 2026-08-29T21:25:50.561Z | Aug 29 21:25:49.929 INFO [host-image] process exited with exit status: 0 (249.84646281s) |
| 11298 | 2026-08-29T21:25:50.561Z | Aug 29 21:25:49.929 INFO [tuf-v2-host] running task |
| 11299 | 2026-08-29T21:25:50.561Z | Aug 29 21:25:49.929 INFO [tuf-repo] running task |
| 11300 | 2026-08-29T21:25:50.561Z | Aug 29 21:25:49.929 INFO [tuf-v2-host] task succeeded (430.67µs) |
| 11301 | 2026-08-29T21:25:50.561Z | Aug 29 21:25:49.929 INFO [tuf-v2-repo] running task |
| 11302 | 2026-08-29T21:26:12.486Z | Aug 29 21:26:11.856 INFO assembling repository in `/tmp/tufaceous6AiPOR`, component: OmicronRepoAssembler |
| 11303 | 2026-08-29T21:26:12.690Z | Aug 29 21:26:12.060 INFO [tuf-v2-repo] task succeeded (22.130949461s) |
| 11304 | 2026-08-29T21:26:21.507Z | Aug 29 21:26:20.877 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
| 11305 | 2026-08-29T21:26:21.742Z | Aug 29 21:26:21.112 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
| 11306 | 2026-08-29T21:26:23.771Z | Aug 29 21:26:23.141 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a" |
| 11307 | 2026-08-29T21:26:23.821Z | Aug 29 21:26:23.191 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b" |
| 11308 | 2026-08-29T21:26:23.869Z | Aug 29 21:26:23.239 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b" |
| 11309 | 2026-08-29T21:26:23.917Z | Aug 29 21:26:23.287 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c" |
| 11310 | 2026-08-29T21:26:23.966Z | Aug 29 21:26:23.336 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d" |
| 11311 | 2026-08-29T21:26:24.017Z | Aug 29 21:26:23.387 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e" |
| 11312 | 2026-08-29T21:26:24.071Z | Aug 29 21:26:23.441 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f" |
| 11313 | 2026-08-29T21:26:34.558Z | Aug 29 21:26:33.928 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 |
| 11314 | 2026-08-29T21:26:34.564Z | Aug 29 21:26:33.934 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 |
| 11315 | 2026-08-29T21:26:34.587Z | Aug 29 21:26:33.957 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 |
| 11316 | 2026-08-29T21:26:34.641Z | Aug 29 21:26:34.011 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b" |
| 11317 | 2026-08-29T21:26:34.709Z | Aug 29 21:26:34.079 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c" |
| 11318 | 2026-08-29T21:26:34.766Z | Aug 29 21:26:34.137 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d" |
| 11319 | 2026-08-29T21:26:34.831Z | Aug 29 21:26:34.201 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 |
| 11320 | 2026-08-29T21:26:34.837Z | Aug 29 21:26:34.207 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 |
| 11321 | 2026-08-29T21:26:34.860Z | Aug 29 21:26:34.230 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 |
| 11322 | 2026-08-29T21:26:36.537Z | Aug 29 21:26:35.907 INFO [tuf-repo] task succeeded (45.978539044s) |
| 11323 | 2026-08-29T21:28:57.926Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 05s |
| 11324 | 2026-08-29T21:28:57.930Z | [verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 11325 | 2026-08-29T21:28:57.930Z | [verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 11326 | 2026-08-29T21:29:00.612Z | Aug 29 21:28:59.980 INFO [verify-libraries] process exited with exit status: 0 (431.609000734s) |
| 11327 | 2026-08-29T21:29:00.612Z | Aug 29 21:28:59.980 INFO all jobs completed in 1146.76238766s |
| 11328 | 2026-08-29T21:29:01.752Z | process exited: duration 1390511 ms, exit code 0 |
| |
| 11329 | 2026-08-29T21:29:01.765Z | found 41 output files |
| 11330 | 2026-08-29T21:29:01.765Z | uploading: /work/manifest.toml (17334 bytes) |
| 11331 | 2026-08-29T21:29:02.782Z | uploaded: /work/manifest.toml |
| 11332 | 2026-08-29T21:29:02.782Z | uploading: /work/repo.zip (3327421119 bytes) |
| 11333 | 2026-08-29T21:29:42.929Z | uploaded: /work/repo.zip |
| 11334 | 2026-08-29T21:29:42.929Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
| 11335 | 2026-08-29T21:29:43.944Z | uploaded: /work/repo.zip.sha256.txt |
| 11336 | 2026-08-29T21:29:43.944Z | uploading: /work/helios.json (647 bytes) |
| 11337 | 2026-08-29T21:29:44.955Z | uploaded: /work/helios.json |
| 11338 | 2026-08-29T21:29:44.955Z | uploading: /work/incorporation.p5m (113590 bytes) |
| 11339 | 2026-08-29T21:29:45.970Z | uploaded: /work/incorporation.p5m |
| 11340 | 2026-08-29T21:29:45.970Z | uploading: /work/incorporation.p5p (133120 bytes) |
| 11341 | 2026-08-29T21:29:46.988Z | uploaded: /work/incorporation.p5p |
| 11342 | 2026-08-29T21:29:46.988Z | uploading: /work/helios-incorp.log (522 bytes) |
| 11343 | 2026-08-29T21:29:47.999Z | uploaded: /work/helios-incorp.log |
| 11344 | 2026-08-29T21:29:48.000Z | uploading: /work/helios-setup.log (57093 bytes) |
| 11345 | 2026-08-29T21:29:49.011Z | uploaded: /work/helios-setup.log |
| 11346 | 2026-08-29T21:29:49.011Z | uploading: /work/host-image.log (235012 bytes) |
| 11347 | 2026-08-29T21:29:50.028Z | uploaded: /work/host-image.log |
| 11348 | 2026-08-29T21:29:50.028Z | uploading: /work/host-package.log (32334 bytes) |
| 11349 | 2026-08-29T21:29:51.041Z | uploaded: /work/host-package.log |
| 11350 | 2026-08-29T21:29:51.044Z | uploading: /work/host-target.log (101 bytes) |
| 11351 | 2026-08-29T21:29:52.056Z | uploaded: /work/host-target.log |
| 11352 | 2026-08-29T21:29:52.056Z | uploading: /work/incorp-create.log (0 bytes) |
| 11353 | 2026-08-29T21:29:53.067Z | uploaded: /work/incorp-create.log |
| 11354 | 2026-08-29T21:29:53.067Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 11355 | 2026-08-29T21:29:54.078Z | uploaded: /work/incorp-fmt.log |
| 11356 | 2026-08-29T21:29:54.078Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 11357 | 2026-08-29T21:29:55.088Z | uploaded: /work/incorp-pkgsend.log |
| 11358 | 2026-08-29T21:29:55.091Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 11359 | 2026-08-29T21:29:56.099Z | uploaded: /work/incorp-publisher.log |
| 11360 | 2026-08-29T21:29:56.099Z | uploading: /work/omicron-package.log (10208 bytes) |
| 11361 | 2026-08-29T21:29:57.113Z | uploaded: /work/omicron-package.log |
| 11362 | 2026-08-29T21:29:57.113Z | uploading: /work/recovery-image.log (591247 bytes) |
| 11363 | 2026-08-29T21:29:58.135Z | uploaded: /work/recovery-image.log |
| 11364 | 2026-08-29T21:29:58.136Z | uploading: /work/recovery-package.log (602 bytes) |
| 11365 | 2026-08-29T21:29:59.149Z | uploaded: /work/recovery-package.log |
| 11366 | 2026-08-29T21:29:59.149Z | uploading: /work/recovery-target.log (98 bytes) |
| 11367 | 2026-08-29T21:30:00.160Z | uploaded: /work/recovery-target.log |
| 11368 | 2026-08-29T21:30:00.166Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 11369 | 2026-08-29T21:30:01.173Z | uploaded: /work/stamp-clickhouse.log |
| 11370 | 2026-08-29T21:30:01.173Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 11371 | 2026-08-29T21:30:02.185Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 11372 | 2026-08-29T21:30:02.188Z | uploading: /work/stamp-clickhouse_server.log (124 bytes) |
| 11373 | 2026-08-29T21:30:03.197Z | uploaded: /work/stamp-clickhouse_server.log |
| 11374 | 2026-08-29T21:30:03.201Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 11375 | 2026-08-29T21:30:04.209Z | uploaded: /work/stamp-cockroachdb.log |
| 11376 | 2026-08-29T21:30:04.209Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 11377 | 2026-08-29T21:30:05.222Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 11378 | 2026-08-29T21:30:05.222Z | uploading: /work/stamp-crucible-utils.log (118 bytes) |
| 11379 | 2026-08-29T21:30:06.233Z | uploaded: /work/stamp-crucible-utils.log |
| 11380 | 2026-08-29T21:30:06.233Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 11381 | 2026-08-29T21:30:07.246Z | uploaded: /work/stamp-crucible-zone.log |
| 11382 | 2026-08-29T21:30:07.246Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 11383 | 2026-08-29T21:30:08.257Z | uploaded: /work/stamp-external-dns.log |
| 11384 | 2026-08-29T21:30:08.257Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 11385 | 2026-08-29T21:30:09.268Z | uploaded: /work/stamp-installinator.log |
| 11386 | 2026-08-29T21:30:09.268Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 11387 | 2026-08-29T21:30:10.279Z | uploaded: /work/stamp-internal-dns.log |
| 11388 | 2026-08-29T21:30:10.279Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 11389 | 2026-08-29T21:30:11.289Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 11390 | 2026-08-29T21:30:11.290Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 11391 | 2026-08-29T21:30:12.299Z | uploaded: /work/stamp-nexus.log |
| 11392 | 2026-08-29T21:30:12.299Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 11393 | 2026-08-29T21:30:13.310Z | uploaded: /work/stamp-ntp.log |
| 11394 | 2026-08-29T21:30:13.310Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 11395 | 2026-08-29T21:30:14.323Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 11396 | 2026-08-29T21:30:14.323Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 11397 | 2026-08-29T21:30:15.335Z | uploaded: /work/stamp-overlay.log |
| 11398 | 2026-08-29T21:30:15.335Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 11399 | 2026-08-29T21:30:16.347Z | uploaded: /work/stamp-oximeter.log |
| 11400 | 2026-08-29T21:30:16.347Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 11401 | 2026-08-29T21:30:17.358Z | uploaded: /work/stamp-oxlog.log |
| 11402 | 2026-08-29T21:30:17.358Z | uploading: /work/stamp-probe.log (112 bytes) |
| 11403 | 2026-08-29T21:30:18.369Z | uploaded: /work/stamp-probe.log |
| 11404 | 2026-08-29T21:30:18.369Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 11405 | 2026-08-29T21:30:19.378Z | uploaded: /work/stamp-propolis-server.log |
| 11406 | 2026-08-29T21:30:19.379Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 11407 | 2026-08-29T21:30:20.390Z | uploaded: /work/stamp-pumpkind-gz.log |
| 11408 | 2026-08-29T21:30:20.390Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 11409 | 2026-08-29T21:30:21.403Z | uploaded: /work/stamp-switch-asic.log |
| 11410 | 2026-08-29T21:30:21.403Z | uploading: /work/verify-libraries.log (48735 bytes) |
| 11411 | 2026-08-29T21:30:22.416Z | uploaded: /work/verify-libraries.log |