|
|
|
| 1 | 2026-08-20T02:55:27.122Z | job assigned to worker 01M0EHF8HAB3H4BZBFDB4TRKMA [factory aws, i-02a24a0274229d037] (queued for 52 s) |
| |
| 2 | 2026-08-20T02:55:33.923Z | starting task 0: "setup" |
| 3 | 2026-08-20T02:55:33.928Z | ++ uname -s |
| 4 | 2026-08-20T02:55:33.932Z | + kern=SunOS |
| 5 | 2026-08-20T02:55:33.932Z | + build_user=build |
| 6 | 2026-08-20T02:55:33.932Z | + build_uid=12345 |
| 7 | 2026-08-20T02:55:33.932Z | + work_dir=/work |
| 8 | 2026-08-20T02:55:33.932Z | + input_dir=/input |
| 9 | 2026-08-20T02:55:33.932Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-20T02:55:33.932Z | + case "$kern" in |
| 11 | 2026-08-20T02:55:33.932Z | + groupadd -g 12345 build |
| 12 | 2026-08-20T02:55:33.936Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-20T02:55:35.939Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-20T02:55:36.114Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-20T02:55:36.117Z | + home_fs=zfs |
| 16 | 2026-08-20T02:55:36.117Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-20T02:55:36.117Z | + mkdir -p /home/build |
| 18 | 2026-08-20T02:55:36.117Z | + chown build:build /home/build /work |
| 19 | 2026-08-20T02:55:38.119Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-20T02:55:38.123Z | process exited: duration 4200 ms, exit code 0 |
| |
| 21 | 2026-08-20T02:55:38.130Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-20T02:55:38.136Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-20T02:55:38.136Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-20T02:55:38.136Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-20T02:55:38.136Z | * rust toolchain profile = "default" |
| 26 | 2026-08-20T02:55:38.136Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-20T02:55:38.136Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-20T02:55:38.139Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-20T02:55:38.139Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-20T02:55:38.236Z | info: downloading installer |
| 31 | 2026-08-20T02:55:39.537Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-20T02:55:39.537Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-20T02:55:39.537Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-20T02:55:39.537Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-20T02:55:39.549Z | info: profile set to default |
| 36 | 2026-08-20T02:55:39.550Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-20T02:55:39.553Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-20T02:55:39.685Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-20T02:55:39.691Z | info: downloading 6 components |
| 40 | 2026-08-20T02:55:54.424Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-20T02:55:54.424Z | |
| 42 | 2026-08-20T02:55:54.452Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-20T02:55:54.452Z | |
| 44 | 2026-08-20T02:55:54.452Z | |
| 45 | 2026-08-20T02:55:54.452Z | Rust is installed now. Great! |
| 46 | 2026-08-20T02:55:54.452Z | |
| 47 | 2026-08-20T02:55:54.452Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-20T02:55:54.452Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-20T02:55:54.452Z | |
| 50 | 2026-08-20T02:55:54.452Z | To configure your current shell, you need to source |
| 51 | 2026-08-20T02:55:54.452Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-20T02:55:54.452Z | |
| 53 | 2026-08-20T02:55:54.453Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-20T02:55:54.453Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-20T02:55:54.453Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-20T02:55:54.453Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-20T02:55:54.453Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-20T02:55:54.453Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-20T02:55:54.453Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-20T02:55:54.458Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-20T02:55:54.458Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-20T02:55:54.556Z | + rustup --version |
| 63 | 2026-08-20T02:55:54.562Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-20T02:55:54.564Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-20T02:55:54.584Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-20T02:55:54.587Z | + cargo --version |
| 67 | 2026-08-20T02:55:54.662Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-20T02:55:54.669Z | + rustc --version |
| 69 | 2026-08-20T02:55:54.669Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-20T02:55:54.669Z | process exited: duration 16490 ms, exit code 0 |
| |
| 71 | 2026-08-20T02:55:54.679Z | starting task 2: "authentication" |
| 72 | 2026-08-20T02:55:54.695Z | process exited: duration 18 ms, exit code 0 |
| |
| 73 | 2026-08-20T02:55:54.704Z | starting task 3: "clone repository" |
| 74 | 2026-08-20T02:55:54.708Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-20T02:55:54.712Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-20T02:55:54.742Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-20T02:56:12.902Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-20T02:56:12.902Z | + git fetch origin b18d02a9e9f33fb489d592304e163dcaef9c1635 |
| 79 | 2026-08-20T02:56:13.269Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-20T02:56:13.269Z | * branch b18d02a9e9f33fb489d592304e163dcaef9c1635 -> FETCH_HEAD |
| 81 | 2026-08-20T02:56:13.285Z | + [[ -n '' ]] |
| 82 | 2026-08-20T02:56:13.285Z | + git reset --hard b18d02a9e9f33fb489d592304e163dcaef9c1635 |
| 83 | 2026-08-20T02:56:13.485Z | HEAD is now at b18d02a9e rebase on main |
| 84 | 2026-08-20T02:56:13.490Z | process exited: duration 18772 ms, exit code 0 |
| |
| 85 | 2026-08-20T02:56:13.568Z | starting task 4: "build" |
| 86 | 2026-08-20T02:56:13.574Z | + source .github/buildomat/ci-env.sh |
| 87 | 2026-08-20T02:56:13.574Z | ++ export CARGO_TERM_COLOR=always |
| 88 | 2026-08-20T02:56:13.574Z | ++ CARGO_TERM_COLOR=always |
| 89 | 2026-08-20T02:56:13.628Z | +++ uname -s |
| 90 | 2026-08-20T02:56:13.628Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 91 | 2026-08-20T02:56:13.628Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 92 | 2026-08-20T02:56:13.628Z | + cargo --version |
| 93 | 2026-08-20T02:56:13.674Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 94 | 2026-08-20T02:56:13.674Z | + rustc --version |
| 95 | 2026-08-20T02:56:13.674Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 96 | 2026-08-20T02:56:13.674Z | + cargo tree --locked |
| 97 | 2026-08-20T02:56:13.789Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 98 | 2026-08-20T02:56:14.119Z | Updating crates.io index |
| 99 | 2026-08-20T02:56:14.124Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 100 | 2026-08-20T02:56:14.398Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 101 | 2026-08-20T02:56:14.801Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 102 | 2026-08-20T02:56:16.122Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 103 | 2026-08-20T02:56:16.761Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 104 | 2026-08-20T02:56:19.154Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 105 | 2026-08-20T02:56:20.239Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 106 | 2026-08-20T02:56:20.542Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 107 | 2026-08-20T02:56:20.909Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 108 | 2026-08-20T02:56:22.225Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 109 | 2026-08-20T02:56:22.542Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 110 | 2026-08-20T02:56:22.958Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 111 | 2026-08-20T02:56:23.232Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 112 | 2026-08-20T02:56:23.505Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 113 | 2026-08-20T02:56:23.764Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 114 | 2026-08-20T02:56:24.065Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 115 | 2026-08-20T02:56:24.322Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 116 | 2026-08-20T02:56:24.622Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 117 | 2026-08-20T02:56:25.233Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 118 | 2026-08-20T02:56:25.598Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 119 | 2026-08-20T02:56:26.118Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 120 | 2026-08-20T02:56:26.404Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 121 | 2026-08-20T02:56:26.974Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 122 | 2026-08-20T02:56:27.304Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 123 | 2026-08-20T02:56:27.591Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 124 | 2026-08-20T02:56:28.224Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 125 | 2026-08-20T02:56:28.382Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 126 | 2026-08-20T02:56:28.639Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 127 | 2026-08-20T02:56:29.022Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 128 | 2026-08-20T02:56:29.290Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 129 | 2026-08-20T02:56:29.613Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 130 | 2026-08-20T02:56:30.103Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 131 | 2026-08-20T02:56:30.810Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 132 | 2026-08-20T02:56:31.081Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 133 | 2026-08-20T02:56:31.656Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 134 | 2026-08-20T02:56:31.868Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 135 | 2026-08-20T02:56:32.135Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 136 | 2026-08-20T02:56:32.356Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 137 | 2026-08-20T02:56:32.647Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 138 | 2026-08-20T02:56:32.926Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 139 | 2026-08-20T02:56:33.247Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 140 | 2026-08-20T02:56:34.122Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 141 | 2026-08-20T02:56:36.197Z | Downloading crates ... |
| 142 | 2026-08-20T02:56:36.257Z | Downloaded darling_core v0.21.3 |
| 143 | 2026-08-20T02:56:36.285Z | Downloaded deranged v0.5.8 |
| 144 | 2026-08-20T02:56:36.285Z | Downloaded constant_time_eq v0.4.2 |
| 145 | 2026-08-20T02:56:36.285Z | Downloaded console v0.15.11 |
| 146 | 2026-08-20T02:56:36.285Z | Downloaded const-oid v0.9.6 |
| 147 | 2026-08-20T02:56:36.324Z | Downloaded crypto-common v0.1.7 |
| 148 | 2026-08-20T02:56:36.324Z | Downloaded heck v0.4.1 |
| 149 | 2026-08-20T02:56:36.324Z | Downloaded cobs v0.3.0 |
| 150 | 2026-08-20T02:56:36.324Z | Downloaded convert_case v0.4.0 |
| 151 | 2026-08-20T02:56:36.324Z | Downloaded hashbrown v0.12.3 |
| 152 | 2026-08-20T02:56:36.325Z | Downloaded headers-core v0.3.0 |
| 153 | 2026-08-20T02:56:36.325Z | Downloaded http-body-util v0.1.3 |
| 154 | 2026-08-20T02:56:36.325Z | Downloaded colorchoice v1.0.4 |
| 155 | 2026-08-20T02:56:36.325Z | Downloaded crucible-workspace-hack v0.1.0 |
| 156 | 2026-08-20T02:56:36.325Z | Downloaded hmac v0.13.0 |
| 157 | 2026-08-20T02:56:36.325Z | Downloaded indexmap v1.9.3 |
| 158 | 2026-08-20T02:56:36.325Z | Downloaded instant v0.1.13 |
| 159 | 2026-08-20T02:56:36.325Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 160 | 2026-08-20T02:56:36.325Z | Downloaded hostname v0.3.1 |
| 161 | 2026-08-20T02:56:36.344Z | Downloaded hostname v0.4.2 |
| 162 | 2026-08-20T02:56:36.344Z | Downloaded home v0.5.12 |
| 163 | 2026-08-20T02:56:36.344Z | Downloaded colored v3.1.1 |
| 164 | 2026-08-20T02:56:36.345Z | Downloaded highway v1.3.0 |
| 165 | 2026-08-20T02:56:36.345Z | Downloaded cpubits v0.1.1 |
| 166 | 2026-08-20T02:56:36.347Z | Downloaded cpufeatures v0.3.0 |
| 167 | 2026-08-20T02:56:36.347Z | Downloaded group v0.14.0 |
| 168 | 2026-08-20T02:56:36.347Z | Downloaded hickory-server v0.25.2 |
| 169 | 2026-08-20T02:56:36.347Z | Downloaded hash32 v0.2.1 |
| 170 | 2026-08-20T02:56:36.347Z | Downloaded defmt-parser v1.0.0 |
| 171 | 2026-08-20T02:56:36.350Z | Downloaded difflib v0.4.0 |
| 172 | 2026-08-20T02:56:36.350Z | Downloaded hubpack_derive v0.1.1 |
| 173 | 2026-08-20T02:56:36.350Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 174 | 2026-08-20T02:56:36.350Z | Downloaded crc8 v0.1.1 |
| 175 | 2026-08-20T02:56:36.350Z | Downloaded httpdate v1.0.3 |
| 176 | 2026-08-20T02:56:36.350Z | Downloaded compression-codecs v0.4.37 |
| 177 | 2026-08-20T02:56:36.351Z | Downloaded clap v4.6.1 |
| 178 | 2026-08-20T02:56:36.351Z | Downloaded compression-core v0.4.31 |
| 179 | 2026-08-20T02:56:36.371Z | Downloaded darling_macro v0.21.3 |
| 180 | 2026-08-20T02:56:36.372Z | Downloaded hash32 v0.3.1 |
| 181 | 2026-08-20T02:56:36.372Z | Downloaded http-body v1.0.1 |
| 182 | 2026-08-20T02:56:36.372Z | Downloaded is-terminal v0.4.17 |
| 183 | 2026-08-20T02:56:36.372Z | Downloaded hubpack v0.1.2 |
| 184 | 2026-08-20T02:56:36.372Z | Downloaded cpufeatures v0.2.17 |
| 185 | 2026-08-20T02:56:36.372Z | Downloaded constant_time_eq v0.3.1 |
| 186 | 2026-08-20T02:56:36.372Z | Downloaded crc v3.4.0 |
| 187 | 2026-08-20T02:56:36.372Z | Downloaded darling_macro v0.23.0 |
| 188 | 2026-08-20T02:56:36.372Z | Downloaded half v1.8.3 |
| 189 | 2026-08-20T02:56:36.372Z | Downloaded cstr-argument v0.1.2 |
| 190 | 2026-08-20T02:56:36.372Z | Downloaded crunchy v0.2.4 |
| 191 | 2026-08-20T02:56:36.372Z | Downloaded clap_lex v1.0.0 |
| 192 | 2026-08-20T02:56:36.401Z | Downloaded cmov v0.5.4 |
| 193 | 2026-08-20T02:56:36.401Z | Downloaded half v2.7.1 |
| 194 | 2026-08-20T02:56:36.401Z | Downloaded hex-literal v1.1.0 |
| 195 | 2026-08-20T02:56:36.401Z | Downloaded convert_case v0.10.0 |
| 196 | 2026-08-20T02:56:36.401Z | Downloaded crc-catalog v2.4.0 |
| 197 | 2026-08-20T02:56:36.402Z | Downloaded crossbeam-deque v0.8.6 |
| 198 | 2026-08-20T02:56:36.402Z | Downloaded guppy-workspace-hack v0.1.0 |
| 199 | 2026-08-20T02:56:36.402Z | Downloaded heck v0.5.0 |
| 200 | 2026-08-20T02:56:36.402Z | Downloaded delegate v0.13.5 |
| 201 | 2026-08-20T02:56:36.402Z | Downloaded itoa v1.0.17 |
| 202 | 2026-08-20T02:56:36.402Z | Downloaded internet-checksum v0.2.1 |
| 203 | 2026-08-20T02:56:36.402Z | Downloaded darling_macro v0.20.11 |
| 204 | 2026-08-20T02:56:36.402Z | Downloaded darling_macro v0.13.4 |
| 205 | 2026-08-20T02:56:36.402Z | Downloaded crypto-common v0.2.2 |
| 206 | 2026-08-20T02:56:36.402Z | Downloaded inout v0.2.2 |
| 207 | 2026-08-20T02:56:36.402Z | Downloaded instability v0.3.11 |
| 208 | 2026-08-20T02:56:36.416Z | Downloaded is_ci v1.2.0 |
| 209 | 2026-08-20T02:56:36.416Z | Downloaded is_terminal_polyfill v1.70.2 |
| 210 | 2026-08-20T02:56:36.416Z | Downloaded hyper-tls v0.6.0 |
| 211 | 2026-08-20T02:56:36.416Z | Downloaded const-oid v0.10.2 |
| 212 | 2026-08-20T02:56:36.417Z | Downloaded hex-literal v0.4.1 |
| 213 | 2026-08-20T02:56:36.417Z | Downloaded derive_builder_macro v0.20.2 |
| 214 | 2026-08-20T02:56:36.417Z | Downloaded ident_case v1.0.1 |
| 215 | 2026-08-20T02:56:36.417Z | Downloaded hex v0.4.3 |
| 216 | 2026-08-20T02:56:36.418Z | Downloaded illumos-nvpair v0.3.0 |
| 217 | 2026-08-20T02:56:36.418Z | Downloaded defmt v0.3.100 |
| 218 | 2026-08-20T02:56:36.464Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 219 | 2026-08-20T02:56:36.464Z | Downloaded http-range v0.1.5 |
| 220 | 2026-08-20T02:56:36.464Z | Downloaded cmake v0.1.57 |
| 221 | 2026-08-20T02:56:36.464Z | Downloaded hmac v0.12.1 |
| 222 | 2026-08-20T02:56:36.464Z | Downloaded httptest v0.16.4 |
| 223 | 2026-08-20T02:56:36.464Z | Downloaded group v0.13.0 |
| 224 | 2026-08-20T02:56:36.464Z | Downloaded criterion-plot v0.6.0 |
| 225 | 2026-08-20T02:56:36.464Z | Downloaded corncobs v0.1.4 |
| 226 | 2026-08-20T02:56:36.487Z | Downloaded derive_builder_core v0.20.2 |
| 227 | 2026-08-20T02:56:36.487Z | Downloaded defmt-macros v1.0.1 |
| 228 | 2026-08-20T02:56:36.487Z | Downloaded hickory-resolver v0.25.2 |
| 229 | 2026-08-20T02:56:36.487Z | Downloaded indoc v1.0.9 |
| 230 | 2026-08-20T02:56:36.487Z | Downloaded critical-section v1.2.0 |
| 231 | 2026-08-20T02:56:36.487Z | Downloaded idna_adapter v1.2.1 |
| 232 | 2026-08-20T02:56:36.487Z | Downloaded inout v0.1.4 |
| 233 | 2026-08-20T02:56:36.487Z | Downloaded debug-ignore v1.0.5 |
| 234 | 2026-08-20T02:56:36.487Z | Downloaded async-stream v0.3.6 |
| 235 | 2026-08-20T02:56:36.487Z | Downloaded async-stream-impl v0.3.6 |
| 236 | 2026-08-20T02:56:36.487Z | Downloaded bitfield-struct v0.6.2 |
| 237 | 2026-08-20T02:56:36.487Z | Downloaded crossbeam-utils v0.8.21 |
| 238 | 2026-08-20T02:56:36.488Z | Downloaded defmt v1.0.1 |
| 239 | 2026-08-20T02:56:36.488Z | Downloaded addr2line v0.25.1 |
| 240 | 2026-08-20T02:56:36.488Z | Downloaded cfg-if v1.0.4 |
| 241 | 2026-08-20T02:56:36.488Z | Downloaded daft v0.1.7 |
| 242 | 2026-08-20T02:56:36.488Z | Downloaded olpc-cjson v0.1.4 |
| 243 | 2026-08-20T02:56:36.488Z | Downloaded derive_builder v0.20.2 |
| 244 | 2026-08-20T02:56:36.488Z | Downloaded darling v0.13.4 |
| 245 | 2026-08-20T02:56:36.488Z | Downloaded diesel-dtrace v0.5.0 |
| 246 | 2026-08-20T02:56:36.488Z | Downloaded array-init v0.0.4 |
| 247 | 2026-08-20T02:56:36.488Z | Downloaded arrayref v0.3.9 |
| 248 | 2026-08-20T02:56:36.488Z | Downloaded cargo-platform v0.3.2 |
| 249 | 2026-08-20T02:56:36.488Z | Downloaded ipnetwork v0.21.1 |
| 250 | 2026-08-20T02:56:36.488Z | Downloaded crc32fast v1.5.0 |
| 251 | 2026-08-20T02:56:36.488Z | Downloaded derive-ex v0.1.8 |
| 252 | 2026-08-20T02:56:36.488Z | Downloaded anstyle-parse v1.0.0 |
| 253 | 2026-08-20T02:56:36.488Z | Downloaded der_derive v0.7.3 |
| 254 | 2026-08-20T02:56:36.488Z | Downloaded clap_derive v4.6.1 |
| 255 | 2026-08-20T02:56:36.515Z | Downloaded peg-runtime v0.8.5 |
| 256 | 2026-08-20T02:56:36.515Z | Downloaded plotters-svg v0.3.7 |
| 257 | 2026-08-20T02:56:36.515Z | Downloaded crc-any v2.5.0 |
| 258 | 2026-08-20T02:56:36.515Z | Downloaded crossbeam-epoch v0.9.18 |
| 259 | 2026-08-20T02:56:36.515Z | Downloaded opaque-debug v0.3.1 |
| 260 | 2026-08-20T02:56:36.516Z | Downloaded ipnet v2.12.0 |
| 261 | 2026-08-20T02:56:36.516Z | Downloaded ctr v0.10.1 |
| 262 | 2026-08-20T02:56:36.516Z | Downloaded hyper-staticfile v0.10.1 |
| 263 | 2026-08-20T02:56:36.516Z | Downloaded parking v2.2.1 |
| 264 | 2026-08-20T02:56:36.516Z | Downloaded indent_write v2.2.0 |
| 265 | 2026-08-20T02:56:36.516Z | Downloaded ingot v0.2.1 |
| 266 | 2026-08-20T02:56:36.542Z | Downloaded predicates-tree v1.0.13 |
| 267 | 2026-08-20T02:56:36.543Z | Downloaded colored v2.2.0 |
| 268 | 2026-08-20T02:56:36.543Z | Downloaded http v1.4.2 |
| 269 | 2026-08-20T02:56:36.543Z | Downloaded radium v0.7.0 |
| 270 | 2026-08-20T02:56:36.543Z | Downloaded daft-derive v0.1.7 |
| 271 | 2026-08-20T02:56:36.543Z | Downloaded data-encoding v2.10.0 |
| 272 | 2026-08-20T02:56:36.543Z | Downloaded proc-macro-crate v1.3.1 |
| 273 | 2026-08-20T02:56:36.543Z | Downloaded concurrent-queue v2.5.0 |
| 274 | 2026-08-20T02:56:36.543Z | Downloaded diff v0.1.13 |
| 275 | 2026-08-20T02:56:36.574Z | Downloaded heapless v0.7.17 |
| 276 | 2026-08-20T02:56:36.574Z | Downloaded cookie_store v0.22.1 |
| 277 | 2026-08-20T02:56:36.574Z | Downloaded csv-core v0.1.13 |
| 278 | 2026-08-20T02:56:36.574Z | Downloaded ingot-types v0.2.0 |
| 279 | 2026-08-20T02:56:36.574Z | Downloaded humantime v2.3.0 |
| 280 | 2026-08-20T02:56:36.574Z | Downloaded bs58 v0.5.1 |
| 281 | 2026-08-20T02:56:36.574Z | Downloaded bcs v0.1.6 |
| 282 | 2026-08-20T02:56:36.574Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 283 | 2026-08-20T02:56:36.574Z | Downloaded ctutils v0.4.2 |
| 284 | 2026-08-20T02:56:36.574Z | Downloaded backoff v0.4.0 |
| 285 | 2026-08-20T02:56:36.574Z | Downloaded camino-tempfile v1.4.1 |
| 286 | 2026-08-20T02:56:36.574Z | Downloaded indoc v2.0.7 |
| 287 | 2026-08-20T02:56:36.574Z | Downloaded cookie v0.18.1 |
| 288 | 2026-08-20T02:56:36.574Z | Downloaded cbc v0.2.1 |
| 289 | 2026-08-20T02:56:36.574Z | Downloaded console v0.16.2 |
| 290 | 2026-08-20T02:56:36.622Z | Downloaded darling v0.20.11 |
| 291 | 2026-08-20T02:56:36.622Z | Downloaded anstream v0.6.21 |
| 292 | 2026-08-20T02:56:36.622Z | Downloaded hybrid-array v0.4.13 |
| 293 | 2026-08-20T02:56:36.622Z | Downloaded hyper-rustls v0.27.7 |
| 294 | 2026-08-20T02:56:36.622Z | Downloaded iana-time-zone v0.1.65 |
| 295 | 2026-08-20T02:56:36.622Z | Downloaded chacha20 v0.9.1 |
| 296 | 2026-08-20T02:56:36.622Z | Downloaded oxnet v0.1.6 |
| 297 | 2026-08-20T02:56:36.622Z | Downloaded packed_struct v0.10.1 |
| 298 | 2026-08-20T02:56:36.622Z | Downloaded peg v0.8.5 |
| 299 | 2026-08-20T02:56:36.622Z | Downloaded peg-macros v0.8.5 |
| 300 | 2026-08-20T02:56:36.622Z | Downloaded datatest-stable v0.3.3 |
| 301 | 2026-08-20T02:56:36.622Z | Downloaded partial-io v0.5.4 |
| 302 | 2026-08-20T02:56:36.622Z | Downloaded const_format_proc_macros v0.2.34 |
| 303 | 2026-08-20T02:56:36.622Z | Downloaded password-hash v0.5.0 |
| 304 | 2026-08-20T02:56:36.622Z | Downloaded sha1 v0.11.0 |
| 305 | 2026-08-20T02:56:36.623Z | Downloaded polyval v0.7.1 |
| 306 | 2026-08-20T02:56:36.623Z | Downloaded rand_core v0.9.5 |
| 307 | 2026-08-20T02:56:36.623Z | Downloaded phf v0.13.1 |
| 308 | 2026-08-20T02:56:37.056Z | Downloaded darling_core v0.13.4 |
| 309 | 2026-08-20T02:56:37.056Z | Downloaded serde_spanned v1.1.1 |
| 310 | 2026-08-20T02:56:37.056Z | Downloaded darling v0.21.3 |
| 311 | 2026-08-20T02:56:37.056Z | Downloaded hickory-client v0.25.2 |
| 312 | 2026-08-20T02:56:37.056Z | Downloaded ahash v0.8.12 |
| 313 | 2026-08-20T02:56:37.056Z | Downloaded des v0.9.0 |
| 314 | 2026-08-20T02:56:37.057Z | Downloaded darling v0.23.0 |
| 315 | 2026-08-20T02:56:37.063Z | Downloaded signature v2.2.0 |
| 316 | 2026-08-20T02:56:37.063Z | Downloaded ingot-macros v0.2.0 |
| 317 | 2026-08-20T02:56:37.063Z | Downloaded sync_wrapper v1.0.2 |
| 318 | 2026-08-20T02:56:37.063Z | Downloaded tabwriter v1.4.1 |
| 319 | 2026-08-20T02:56:37.063Z | Downloaded structmeta v0.3.0 |
| 320 | 2026-08-20T02:56:37.063Z | Downloaded structmeta-derive v0.3.0 |
| 321 | 2026-08-20T02:56:37.063Z | Downloaded tabled_derive v0.7.0 |
| 322 | 2026-08-20T02:56:37.063Z | Downloaded derive_more v0.99.20 |
| 323 | 2026-08-20T02:56:37.063Z | Downloaded rustc-demangle v0.1.27 |
| 324 | 2026-08-20T02:56:37.063Z | Downloaded blake2 v0.10.6 |
| 325 | 2026-08-20T02:56:37.183Z | Downloaded smawk v0.3.2 |
| 326 | 2026-08-20T02:56:37.183Z | Downloaded thread-id v5.1.0 |
| 327 | 2026-08-20T02:56:37.183Z | Downloaded bzip2 v0.4.4 |
| 328 | 2026-08-20T02:56:37.183Z | Downloaded ciborium v0.2.2 |
| 329 | 2026-08-20T02:56:37.183Z | Downloaded thread-id v4.2.2 |
| 330 | 2026-08-20T02:56:37.183Z | Downloaded tower-service v0.3.3 |
| 331 | 2026-08-20T02:56:37.183Z | Downloaded owo-colors v3.5.0 |
| 332 | 2026-08-20T02:56:37.184Z | Downloaded proc-macro-error2 v2.0.1 |
| 333 | 2026-08-20T02:56:37.184Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 334 | 2026-08-20T02:56:37.184Z | Downloaded rustls-pemfile v2.2.0 |
| 335 | 2026-08-20T02:56:37.184Z | Downloaded ignore v0.4.25 |
| 336 | 2026-08-20T02:56:37.184Z | Downloaded tower-layer v0.3.3 |
| 337 | 2026-08-20T02:56:37.187Z | Downloaded derive-where v1.6.0 |
| 338 | 2026-08-20T02:56:37.187Z | Downloaded darling_core v0.23.0 |
| 339 | 2026-08-20T02:56:37.187Z | Downloaded universal-hash v0.6.1 |
| 340 | 2026-08-20T02:56:37.187Z | Downloaded utf8parse v0.2.2 |
| 341 | 2026-08-20T02:56:37.187Z | Downloaded xshell-macros v0.2.7 |
| 342 | 2026-08-20T02:56:37.187Z | Downloaded darling_core v0.20.11 |
| 343 | 2026-08-20T02:56:37.187Z | Downloaded serde_path_to_error v0.1.20 |
| 344 | 2026-08-20T02:56:37.187Z | Downloaded usdt-macro v0.6.0 |
| 345 | 2026-08-20T02:56:37.187Z | Downloaded version_check v0.9.5 |
| 346 | 2026-08-20T02:56:37.187Z | Downloaded crypto-bigint v0.5.5 |
| 347 | 2026-08-20T02:56:37.187Z | Downloaded sec1 v0.7.3 |
| 348 | 2026-08-20T02:56:37.187Z | Downloaded serde_with_macros v1.5.2 |
| 349 | 2026-08-20T02:56:37.187Z | Downloaded scroll v0.13.0 |
| 350 | 2026-08-20T02:56:37.187Z | Downloaded untrusted v0.9.0 |
| 351 | 2026-08-20T02:56:37.187Z | Downloaded zerofrom-derive v0.1.6 |
| 352 | 2026-08-20T02:56:37.187Z | Downloaded yoke-derive v0.8.1 |
| 353 | 2026-08-20T02:56:37.187Z | Downloaded ssh-encoding v0.3.0 |
| 354 | 2026-08-20T02:56:37.187Z | Downloaded strum_macros v0.24.3 |
| 355 | 2026-08-20T02:56:37.187Z | Downloaded termcolor v1.4.1 |
| 356 | 2026-08-20T02:56:37.188Z | Downloaded slog-stdlog v4.1.1 |
| 357 | 2026-08-20T02:56:37.188Z | Downloaded derive_more v2.1.1 |
| 358 | 2026-08-20T02:56:37.188Z | Downloaded strum v0.27.2 |
| 359 | 2026-08-20T02:56:37.188Z | Downloaded clap_builder v4.6.0 |
| 360 | 2026-08-20T02:56:37.188Z | Downloaded static_assertions v1.1.0 |
| 361 | 2026-08-20T02:56:37.188Z | Downloaded dof v0.3.0 |
| 362 | 2026-08-20T02:56:37.188Z | Downloaded sapling-renderdag v0.1.0 |
| 363 | 2026-08-20T02:56:37.190Z | Downloaded tagptr v0.2.0 |
| 364 | 2026-08-20T02:56:37.190Z | Downloaded dyn-clone v1.0.20 |
| 365 | 2026-08-20T02:56:37.190Z | Downloaded event-listener-strategy v0.5.4 |
| 366 | 2026-08-20T02:56:37.190Z | Downloaded futures-core v0.3.32 |
| 367 | 2026-08-20T02:56:37.191Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 368 | 2026-08-20T02:56:37.191Z | Downloaded parking_lot_core v0.9.12 |
| 369 | 2026-08-20T02:56:37.191Z | Downloaded termios v0.3.3 |
| 370 | 2026-08-20T02:56:37.191Z | Downloaded blake2 v0.11.0-rc.6 |
| 371 | 2026-08-20T02:56:37.191Z | Downloaded pkcs8 v0.11.0 |
| 372 | 2026-08-20T02:56:37.191Z | Downloaded postcard v1.1.3 |
| 373 | 2026-08-20T02:56:37.191Z | Downloaded proc-macro2 v1.0.106 |
| 374 | 2026-08-20T02:56:37.191Z | Downloaded tokio-tungstenite v0.21.0 |
| 375 | 2026-08-20T02:56:37.191Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 376 | 2026-08-20T02:56:37.191Z | Downloaded dof v0.4.0 |
| 377 | 2026-08-20T02:56:37.191Z | Downloaded unicode-xid v0.2.6 |
| 378 | 2026-08-20T02:56:37.191Z | Downloaded gethostname v0.5.0 |
| 379 | 2026-08-20T02:56:37.191Z | Downloaded headers v0.4.1 |
| 380 | 2026-08-20T02:56:37.191Z | Downloaded heapless v0.8.0 |
| 381 | 2026-08-20T02:56:37.191Z | Downloaded float-ord v0.3.2 |
| 382 | 2026-08-20T02:56:37.191Z | Downloaded httparse v1.10.1 |
| 383 | 2026-08-20T02:56:37.191Z | Downloaded usdt-attr-macro v0.5.0 |
| 384 | 2026-08-20T02:56:37.191Z | Downloaded strum v0.26.3 |
| 385 | 2026-08-20T02:56:37.191Z | Downloaded compact_str v0.8.1 |
| 386 | 2026-08-20T02:56:37.191Z | Downloaded salsa20 v0.11.0 |
| 387 | 2026-08-20T02:56:37.191Z | Downloaded rustls-pki-types v1.14.0 |
| 388 | 2026-08-20T02:56:37.191Z | Downloaded ghash v0.6.0 |
| 389 | 2026-08-20T02:56:37.194Z | Downloaded dsl_auto_type v0.2.0 |
| 390 | 2026-08-20T02:56:37.194Z | Downloaded derive_more-impl v2.1.1 |
| 391 | 2026-08-20T02:56:37.194Z | Downloaded stringprep v0.1.5 |
| 392 | 2026-08-20T02:56:37.194Z | Downloaded icu_provider v2.1.1 |
| 393 | 2026-08-20T02:56:37.195Z | Downloaded indicatif v0.18.4 |
| 394 | 2026-08-20T02:56:37.195Z | Downloaded rand_seeder v0.4.0 |
| 395 | 2026-08-20T02:56:37.195Z | Downloaded zerovec-derive v0.11.2 |
| 396 | 2026-08-20T02:56:37.195Z | Downloaded keccak v0.1.6 |
| 397 | 2026-08-20T02:56:37.195Z | Downloaded icu_locale_core v2.1.1 |
| 398 | 2026-08-20T02:56:37.195Z | Downloaded lru v0.12.5 |
| 399 | 2026-08-20T02:56:37.195Z | Downloaded lru-cache v0.1.2 |
| 400 | 2026-08-20T02:56:37.195Z | Downloaded hickory-resolver v0.24.4 |
| 401 | 2026-08-20T02:56:37.195Z | Downloaded erased-serde v0.3.31 |
| 402 | 2026-08-20T02:56:37.195Z | Downloaded fixedbitset v0.5.7 |
| 403 | 2026-08-20T02:56:37.195Z | Downloaded nonempty v0.12.0 |
| 404 | 2026-08-20T02:56:37.195Z | Downloaded memmap v0.7.0 |
| 405 | 2026-08-20T02:56:37.195Z | Downloaded newtype_derive v0.1.6 |
| 406 | 2026-08-20T02:56:37.195Z | Downloaded maybe-uninit v2.0.0 |
| 407 | 2026-08-20T02:56:37.195Z | Downloaded multimap v0.10.1 |
| 408 | 2026-08-20T02:56:37.195Z | Downloaded new_debug_unreachable v1.0.6 |
| 409 | 2026-08-20T02:56:37.195Z | Downloaded num-derive v0.4.2 |
| 410 | 2026-08-20T02:56:37.195Z | Downloaded num v0.4.3 |
| 411 | 2026-08-20T02:56:37.195Z | Downloaded aead v0.5.2 |
| 412 | 2026-08-20T02:56:37.195Z | Downloaded ascii-canvas v3.0.0 |
| 413 | 2026-08-20T02:56:37.195Z | Downloaded async-recursion v1.1.1 |
| 414 | 2026-08-20T02:56:37.195Z | Downloaded base64 v0.22.1 |
| 415 | 2026-08-20T02:56:37.198Z | Downloaded smf v0.2.3 |
| 416 | 2026-08-20T02:56:37.198Z | Downloaded foldhash v0.2.0 |
| 417 | 2026-08-20T02:56:37.198Z | Downloaded ecdsa v0.16.9 |
| 418 | 2026-08-20T02:56:37.198Z | Downloaded thiserror-impl v2.0.18 |
| 419 | 2026-08-20T02:56:37.198Z | Downloaded digest v0.10.7 |
| 420 | 2026-08-20T02:56:37.198Z | Downloaded toml v0.8.23 |
| 421 | 2026-08-20T02:56:37.198Z | Downloaded const_format v0.2.35 |
| 422 | 2026-08-20T02:56:37.198Z | Downloaded digest v0.11.3 |
| 423 | 2026-08-20T02:56:37.198Z | Downloaded pin-project v1.1.11 |
| 424 | 2026-08-20T02:56:37.198Z | Downloaded icu_properties v2.1.2 |
| 425 | 2026-08-20T02:56:37.297Z | Downloaded ena v0.14.4 |
| 426 | 2026-08-20T02:56:37.297Z | Downloaded fastrand v2.3.0 |
| 427 | 2026-08-20T02:56:37.297Z | Downloaded icu_normalizer v2.1.1 |
| 428 | 2026-08-20T02:56:37.297Z | Downloaded atty v0.2.14 |
| 429 | 2026-08-20T02:56:37.297Z | Downloaded foldhash v0.1.5 |
| 430 | 2026-08-20T02:56:37.297Z | Downloaded chumsky v0.9.3 |
| 431 | 2026-08-20T02:56:37.297Z | Downloaded block-buffer v0.12.1 |
| 432 | 2026-08-20T02:56:37.301Z | Downloaded crossbeam-channel v0.5.15 |
| 433 | 2026-08-20T02:56:37.301Z | Downloaded bit-set v0.5.3 |
| 434 | 2026-08-20T02:56:37.301Z | Downloaded similar v2.7.0 |
| 435 | 2026-08-20T02:56:37.301Z | Downloaded block-padding v0.4.2 |
| 436 | 2026-08-20T02:56:37.301Z | Downloaded cast v0.3.0 |
| 437 | 2026-08-20T02:56:37.301Z | Downloaded ciborium-io v0.2.2 |
| 438 | 2026-08-20T02:56:37.301Z | Downloaded fs-err v3.3.0 |
| 439 | 2026-08-20T02:56:37.301Z | Downloaded bit-set v0.8.0 |
| 440 | 2026-08-20T02:56:37.301Z | Downloaded jobserver v0.1.34 |
| 441 | 2026-08-20T02:56:37.301Z | Downloaded keccak v0.2.0 |
| 442 | 2026-08-20T02:56:37.301Z | Downloaded wyz v0.5.1 |
| 443 | 2026-08-20T02:56:37.301Z | Downloaded libloading v0.8.9 |
| 444 | 2026-08-20T02:56:37.301Z | Downloaded ppv-lite86 v0.2.21 |
| 445 | 2026-08-20T02:56:37.302Z | Downloaded icu_normalizer_data v2.1.1 |
| 446 | 2026-08-20T02:56:37.302Z | Downloaded password-hash v0.6.1 |
| 447 | 2026-08-20T02:56:37.302Z | Downloaded linear-map v1.2.0 |
| 448 | 2026-08-20T02:56:37.302Z | Downloaded mime_guess v2.0.5 |
| 449 | 2026-08-20T02:56:37.302Z | Downloaded plotters-backend v0.3.7 |
| 450 | 2026-08-20T02:56:37.302Z | Downloaded pretty_assertions v1.4.1 |
| 451 | 2026-08-20T02:56:37.302Z | Downloaded whoami v1.6.1 |
| 452 | 2026-08-20T02:56:37.302Z | Downloaded num-integer v0.1.46 |
| 453 | 2026-08-20T02:56:37.302Z | Downloaded anes v0.1.6 |
| 454 | 2026-08-20T02:56:37.302Z | Downloaded proc-macro-crate v3.4.0 |
| 455 | 2026-08-20T02:56:37.302Z | Downloaded psl-types v2.0.11 |
| 456 | 2026-08-20T02:56:37.302Z | Downloaded rand_chacha v0.3.1 |
| 457 | 2026-08-20T02:56:37.302Z | Downloaded ref-cast v1.0.25 |
| 458 | 2026-08-20T02:56:37.302Z | Downloaded num_enum_derive v0.7.6 |
| 459 | 2026-08-20T02:56:37.302Z | Downloaded autocfg v1.5.0 |
| 460 | 2026-08-20T02:56:37.302Z | Downloaded arrayvec v0.7.6 |
| 461 | 2026-08-20T02:56:37.302Z | Downloaded der v0.7.10 |
| 462 | 2026-08-20T02:56:37.302Z | Downloaded futures-channel v0.3.32 |
| 463 | 2026-08-20T02:56:37.302Z | Downloaded icu_collections v2.1.1 |
| 464 | 2026-08-20T02:56:37.302Z | Downloaded bumpalo v3.20.2 |
| 465 | 2026-08-20T02:56:37.302Z | Downloaded ref-cast-impl v1.0.25 |
| 466 | 2026-08-20T02:56:37.302Z | Downloaded ar_archive_writer v0.5.1 |
| 467 | 2026-08-20T02:56:37.302Z | Downloaded serde_spanned v0.6.9 |
| 468 | 2026-08-20T02:56:37.302Z | Downloaded rfc6979 v0.6.0 |
| 469 | 2026-08-20T02:56:37.303Z | Downloaded scheduled-thread-pool v0.2.7 |
| 470 | 2026-08-20T02:56:37.303Z | Downloaded tungstenite v0.21.0 |
| 471 | 2026-08-20T02:56:37.303Z | Downloaded unicode-ident v1.0.24 |
| 472 | 2026-08-20T02:56:37.303Z | Downloaded bit-vec v0.6.3 |
| 473 | 2026-08-20T02:56:37.303Z | Downloaded serde_cbor v0.11.2 |
| 474 | 2026-08-20T02:56:37.303Z | Downloaded vte v0.14.1 |
| 475 | 2026-08-20T02:56:37.303Z | Downloaded uuid v1.23.4 |
| 476 | 2026-08-20T02:56:37.303Z | Downloaded libsw-core v0.3.2 |
| 477 | 2026-08-20T02:56:37.303Z | Downloaded shell-words v1.1.1 |
| 478 | 2026-08-20T02:56:37.303Z | Downloaded sqlparser_derive v0.5.0 |
| 479 | 2026-08-20T02:56:37.303Z | Downloaded sponge-cursor v0.1.0 |
| 480 | 2026-08-20T02:56:37.303Z | Downloaded supports-color v3.0.2 |
| 481 | 2026-08-20T02:56:37.303Z | Downloaded oxide-update-engine v0.1.2 |
| 482 | 2026-08-20T02:56:37.303Z | Downloaded serde_urlencoded v0.7.1 |
| 483 | 2026-08-20T02:56:37.303Z | Downloaded scuffle v0.1.0 |
| 484 | 2026-08-20T02:56:37.303Z | Downloaded paste v1.0.15 |
| 485 | 2026-08-20T02:56:37.303Z | Downloaded strsim v0.10.0 |
| 486 | 2026-08-20T02:56:37.303Z | Downloaded parking_lot_core v0.8.6 |
| 487 | 2026-08-20T02:56:37.303Z | Downloaded strsim v0.11.1 |
| 488 | 2026-08-20T02:56:37.303Z | Downloaded tap v1.0.1 |
| 489 | 2026-08-20T02:56:37.303Z | Downloaded supports-unicode v3.0.0 |
| 490 | 2026-08-20T02:56:37.303Z | Downloaded take_mut v0.2.2 |
| 491 | 2026-08-20T02:56:37.303Z | Downloaded indexmap v2.14.0 |
| 492 | 2026-08-20T02:56:37.303Z | Downloaded ml-kem v0.3.2 |
| 493 | 2026-08-20T02:56:37.303Z | Downloaded toml_datetime v0.6.11 |
| 494 | 2026-08-20T02:56:37.303Z | Downloaded typify v0.6.2 |
| 495 | 2026-08-20T02:56:37.303Z | Downloaded pem-rfc7468 v1.0.0 |
| 496 | 2026-08-20T02:56:37.304Z | Downloaded predicates v3.1.4 |
| 497 | 2026-08-20T02:56:37.304Z | Downloaded hashbrown v0.13.2 |
| 498 | 2026-08-20T02:56:37.304Z | Downloaded typify-macro v0.6.2 |
| 499 | 2026-08-20T02:56:37.304Z | Downloaded hashbrown v0.14.5 |
| 500 | 2026-08-20T02:56:37.304Z | Downloaded rayon-core v1.13.0 |
| 501 | 2026-08-20T02:56:37.304Z | Downloaded tinyvec v1.10.0 |
| 502 | 2026-08-20T02:56:37.304Z | Downloaded fatfs v0.3.6 |
| 503 | 2026-08-20T02:56:37.304Z | Downloaded elliptic-curve v0.13.8 |
| 504 | 2026-08-20T02:56:37.304Z | Downloaded unit-prefix v0.5.2 |
| 505 | 2026-08-20T02:56:37.304Z | Downloaded der v0.8.0 |
| 506 | 2026-08-20T02:56:37.304Z | Downloaded r2d2 v0.8.10 |
| 507 | 2026-08-20T02:56:37.304Z | Downloaded rust-argon2 v2.1.0 |
| 508 | 2026-08-20T02:56:37.304Z | Downloaded crossterm v0.28.1 |
| 509 | 2026-08-20T02:56:37.304Z | Downloaded utf-8 v0.7.6 |
| 510 | 2026-08-20T02:56:37.304Z | Downloaded usdt-attr-macro v0.6.0 |
| 511 | 2026-08-20T02:56:37.304Z | Downloaded waitgroup v0.1.2 |
| 512 | 2026-08-20T02:56:37.304Z | Downloaded zerofrom v0.1.6 |
| 513 | 2026-08-20T02:56:37.304Z | Downloaded libbz2-rs-sys v0.2.2 |
| 514 | 2026-08-20T02:56:37.304Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 515 | 2026-08-20T02:56:37.304Z | Downloaded schemars v1.2.1 |
| 516 | 2026-08-20T02:56:37.304Z | Downloaded signal-hook-registry v1.4.8 |
| 517 | 2026-08-20T02:56:37.304Z | Downloaded semver v0.1.20 |
| 518 | 2026-08-20T02:56:37.304Z | Downloaded zone v0.3.1 |
| 519 | 2026-08-20T02:56:37.304Z | Downloaded embedded-io v0.6.1 |
| 520 | 2026-08-20T02:56:37.304Z | Downloaded env_filter v2.0.0 |
| 521 | 2026-08-20T02:56:37.304Z | Downloaded litemap v0.8.1 |
| 522 | 2026-08-20T02:56:37.305Z | Downloaded camino-tempfile-ext v0.3.3 |
| 523 | 2026-08-20T02:56:37.305Z | Downloaded escape8259 v0.5.3 |
| 524 | 2026-08-20T02:56:37.305Z | Downloaded async-compression v0.4.41 |
| 525 | 2026-08-20T02:56:37.554Z | Downloaded simd-adler32 v0.3.8 |
| 526 | 2026-08-20T02:56:37.554Z | Downloaded slog-json v2.6.1 |
| 527 | 2026-08-20T02:56:37.554Z | Downloaded ssh-cipher v0.3.0 |
| 528 | 2026-08-20T02:56:37.554Z | Downloaded itertools v0.10.5 |
| 529 | 2026-08-20T02:56:37.554Z | Downloaded serde-hex v0.1.0 |
| 530 | 2026-08-20T02:56:37.554Z | Downloaded slog-async v2.8.0 |
| 531 | 2026-08-20T02:56:37.554Z | Downloaded scrypt v0.12.0 |
| 532 | 2026-08-20T02:56:37.554Z | Downloaded serde v1.0.228 |
| 533 | 2026-08-20T02:56:37.554Z | Downloaded time-macros v0.2.27 |
| 534 | 2026-08-20T02:56:37.555Z | Downloaded display-error-chain v0.2.2 |
| 535 | 2026-08-20T02:56:37.555Z | Downloaded thread_local v1.1.9 |
| 536 | 2026-08-20T02:56:37.555Z | Downloaded thiserror v1.0.69 |
| 537 | 2026-08-20T02:56:37.555Z | Downloaded postgres-types v0.2.12 |
| 538 | 2026-08-20T02:56:37.555Z | Downloaded rand v0.10.1 |
| 539 | 2026-08-20T02:56:37.555Z | Downloaded textwrap v0.16.2 |
| 540 | 2026-08-20T02:56:37.555Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 541 | 2026-08-20T02:56:37.555Z | Downloaded guppy v0.17.25 |
| 542 | 2026-08-20T02:56:37.555Z | Downloaded zopfli v0.8.3 |
| 543 | 2026-08-20T02:56:37.555Z | Downloaded criterion v0.7.0 |
| 544 | 2026-08-20T02:56:37.555Z | Downloaded tls_codec v0.4.2 |
| 545 | 2026-08-20T02:56:37.555Z | Downloaded tls_codec_derive v0.4.2 |
| 546 | 2026-08-20T02:56:37.555Z | Downloaded tokio-dtrace v0.1.1 |
| 547 | 2026-08-20T02:56:37.555Z | Downloaded form_urlencoded v1.2.2 |
| 548 | 2026-08-20T02:56:37.555Z | Downloaded foreign-types-shared v0.3.1 |
| 549 | 2026-08-20T02:56:37.555Z | Downloaded foreign-types v0.3.2 |
| 550 | 2026-08-20T02:56:37.555Z | Downloaded futures-sink v0.3.32 |
| 551 | 2026-08-20T02:56:37.555Z | Downloaded progenitor v0.14.0 |
| 552 | 2026-08-20T02:56:37.555Z | Downloaded tui-tree-widget v0.23.1 |
| 553 | 2026-08-20T02:56:37.555Z | Downloaded diesel_derives v2.3.7 |
| 554 | 2026-08-20T02:56:37.555Z | Downloaded lzss v0.8.2 |
| 555 | 2026-08-20T02:56:37.555Z | Downloaded qorb v0.4.1 |
| 556 | 2026-08-20T02:56:37.555Z | Downloaded kstat-rs v0.2.5 |
| 557 | 2026-08-20T02:56:37.555Z | Downloaded allocator-api2 v0.2.21 |
| 558 | 2026-08-20T02:56:37.555Z | Downloaded hyper-util v0.1.20 |
| 559 | 2026-08-20T02:56:37.562Z | Downloaded cfg-expr v0.20.6 |
| 560 | 2026-08-20T02:56:37.562Z | Downloaded normalize-line-endings v0.3.0 |
| 561 | 2026-08-20T02:56:37.562Z | Downloaded writeable v0.6.2 |
| 562 | 2026-08-20T02:56:37.562Z | Downloaded match_cfg v0.1.0 |
| 563 | 2026-08-20T02:56:37.562Z | Downloaded newtype-uuid-macros v0.1.0 |
| 564 | 2026-08-20T02:56:37.562Z | Downloaded num_threads v0.1.7 |
| 565 | 2026-08-20T02:56:37.562Z | Downloaded smallvec v1.15.1 |
| 566 | 2026-08-20T02:56:37.562Z | Downloaded zeroize v1.9.0 |
| 567 | 2026-08-20T02:56:37.562Z | Downloaded crossterm v0.29.0 |
| 568 | 2026-08-20T02:56:37.562Z | Downloaded serde_tokenstream v0.2.3 |
| 569 | 2026-08-20T02:56:37.562Z | Downloaded oso v0.27.3 |
| 570 | 2026-08-20T02:56:37.562Z | Downloaded pest_generator v2.8.6 |
| 571 | 2026-08-20T02:56:37.562Z | Downloaded base16ct v0.2.0 |
| 572 | 2026-08-20T02:56:37.562Z | Downloaded base16ct v1.0.0 |
| 573 | 2026-08-20T02:56:37.563Z | Downloaded rsa v0.10.0-rc.18 |
| 574 | 2026-08-20T02:56:37.563Z | Downloaded async-object-pool v0.2.0 |
| 575 | 2026-08-20T02:56:37.563Z | Downloaded filetime v0.2.27 |
| 576 | 2026-08-20T02:56:37.563Z | Downloaded pkcs5 v0.8.1 |
| 577 | 2026-08-20T02:56:37.563Z | Downloaded slog v2.8.2 |
| 578 | 2026-08-20T02:56:37.563Z | Downloaded h2 v0.4.15 |
| 579 | 2026-08-20T02:56:37.563Z | Downloaded futures-macro v0.3.32 |
| 580 | 2026-08-20T02:56:37.563Z | Downloaded ciborium-ll v0.2.2 |
| 581 | 2026-08-20T02:56:37.563Z | Downloaded oso-derive v0.27.3 |
| 582 | 2026-08-20T02:56:37.563Z | Downloaded progenitor-impl v0.13.0 |
| 583 | 2026-08-20T02:56:37.563Z | Downloaded typenum v1.20.1 |
| 584 | 2026-08-20T02:56:37.563Z | Downloaded phf_shared v0.12.1 |
| 585 | 2026-08-20T02:56:37.563Z | Downloaded phf_shared v0.13.1 |
| 586 | 2026-08-20T02:56:37.563Z | Downloaded proc-macro-error-attr v1.0.4 |
| 587 | 2026-08-20T02:56:37.563Z | Downloaded parse-display v0.10.0 |
| 588 | 2026-08-20T02:56:37.563Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 589 | 2026-08-20T02:56:37.563Z | Downloaded ryu v1.0.23 |
| 590 | 2026-08-20T02:56:37.563Z | Downloaded unicode-properties v0.1.4 |
| 591 | 2026-08-20T02:56:37.563Z | Downloaded bytes v1.11.1 |
| 592 | 2026-08-20T02:56:37.563Z | Downloaded libefi-sys v0.1.0 |
| 593 | 2026-08-20T02:56:37.563Z | Downloaded miette-derive v7.6.0 |
| 594 | 2026-08-20T02:56:37.563Z | Downloaded precomputed-hash v0.1.1 |
| 595 | 2026-08-20T02:56:37.563Z | Downloaded predicates-core v1.0.10 |
| 596 | 2026-08-20T02:56:37.564Z | Downloaded vergen v9.1.0 |
| 597 | 2026-08-20T02:56:37.564Z | Downloaded vergen-git2 v9.1.0 |
| 598 | 2026-08-20T02:56:37.564Z | Downloaded newtype-uuid v1.3.2 |
| 599 | 2026-08-20T02:56:37.564Z | Downloaded num-complex v0.4.6 |
| 600 | 2026-08-20T02:56:37.564Z | Downloaded anstyle-parse v0.2.7 |
| 601 | 2026-08-20T02:56:37.564Z | Downloaded itertools v0.12.1 |
| 602 | 2026-08-20T02:56:37.564Z | Downloaded russh-util v0.52.0 |
| 603 | 2026-08-20T02:56:37.564Z | Downloaded yasna v0.5.2 |
| 604 | 2026-08-20T02:56:37.564Z | Downloaded git-stub-vcs v0.1.0 |
| 605 | 2026-08-20T02:56:37.564Z | Downloaded sha1 v0.10.6 |
| 606 | 2026-08-20T02:56:37.564Z | Downloaded toml_edit v0.19.15 |
| 607 | 2026-08-20T02:56:37.564Z | Downloaded hashbrown v0.16.1 |
| 608 | 2026-08-20T02:56:37.564Z | Downloaded schemars v0.8.22 |
| 609 | 2026-08-20T02:56:37.564Z | Downloaded chacha20poly1305 v0.10.1 |
| 610 | 2026-08-20T02:56:37.564Z | Downloaded serde_derive v1.0.228 |
| 611 | 2026-08-20T02:56:37.564Z | Downloaded module-lattice v0.2.3 |
| 612 | 2026-08-20T02:56:37.564Z | Downloaded serde-big-array v0.5.1 |
| 613 | 2026-08-20T02:56:37.564Z | Downloaded serde_plain v1.0.2 |
| 614 | 2026-08-20T02:56:37.564Z | Downloaded p384 v0.14.0 |
| 615 | 2026-08-20T02:56:37.564Z | Downloaded test-strategy v0.4.5 |
| 616 | 2026-08-20T02:56:37.564Z | Downloaded scopeguard v1.2.0 |
| 617 | 2026-08-20T02:56:37.564Z | Downloaded assert_cmd v2.1.2 |
| 618 | 2026-08-20T02:56:37.564Z | Downloaded pest_meta v2.8.6 |
| 619 | 2026-08-20T02:56:37.564Z | Downloaded bitflags v1.3.2 |
| 620 | 2026-08-20T02:56:37.564Z | Downloaded iri-string v0.7.10 |
| 621 | 2026-08-20T02:56:37.564Z | Downloaded tokio-postgres v0.7.16 |
| 622 | 2026-08-20T02:56:37.564Z | Downloaded ecdsa v0.17.0 |
| 623 | 2026-08-20T02:56:37.565Z | Downloaded idna v1.1.0 |
| 624 | 2026-08-20T02:56:37.565Z | Downloaded tinyvec_macros v0.1.1 |
| 625 | 2026-08-20T02:56:37.610Z | Downloaded cexpr v0.6.0 |
| 626 | 2026-08-20T02:56:37.610Z | Downloaded supports-hyperlinks v2.1.0 |
| 627 | 2026-08-20T02:56:37.610Z | Downloaded supports-hyperlinks v3.2.0 |
| 628 | 2026-08-20T02:56:37.610Z | Downloaded terminal_size v0.4.3 |
| 629 | 2026-08-20T02:56:37.611Z | Downloaded trait-variant v0.1.2 |
| 630 | 2026-08-20T02:56:37.611Z | Downloaded prettyplease v0.2.37 |
| 631 | 2026-08-20T02:56:37.611Z | Downloaded rcgen v0.12.1 |
| 632 | 2026-08-20T02:56:37.611Z | Downloaded tracing-core v0.1.36 |
| 633 | 2026-08-20T02:56:37.611Z | Downloaded plain v0.2.3 |
| 634 | 2026-08-20T02:56:37.611Z | Downloaded cargo_metadata v0.23.1 |
| 635 | 2026-08-20T02:56:37.611Z | Downloaded pkg-config v0.3.32 |
| 636 | 2026-08-20T02:56:37.611Z | Downloaded unicode-truncate v1.1.0 |
| 637 | 2026-08-20T02:56:37.611Z | Downloaded parse-display-derive v0.10.0 |
| 638 | 2026-08-20T02:56:37.611Z | Downloaded usdt v0.6.0 |
| 639 | 2026-08-20T02:56:37.611Z | Downloaded memmap2 v0.9.10 |
| 640 | 2026-08-20T02:56:37.611Z | Downloaded hashbrown v0.15.5 |
| 641 | 2026-08-20T02:56:37.611Z | Downloaded rand_chacha v0.9.0 |
| 642 | 2026-08-20T02:56:37.611Z | Downloaded resolv-conf v0.7.6 |
| 643 | 2026-08-20T02:56:37.611Z | Downloaded rstest_macros v0.25.0 |
| 644 | 2026-08-20T02:56:37.611Z | Downloaded rustls-native-certs v0.8.3 |
| 645 | 2026-08-20T02:56:37.611Z | Downloaded progenitor v0.13.0 |
| 646 | 2026-08-20T02:56:37.611Z | Downloaded snafu-derive v0.8.9 |
| 647 | 2026-08-20T02:56:37.611Z | Downloaded progenitor-client v0.13.0 |
| 648 | 2026-08-20T02:56:37.611Z | Downloaded sha2 v0.10.9 |
| 649 | 2026-08-20T02:56:37.611Z | Downloaded spki v0.8.0 |
| 650 | 2026-08-20T02:56:37.614Z | Downloaded wait-timeout v0.2.1 |
| 651 | 2026-08-20T02:56:37.614Z | Downloaded itertools v0.13.0 |
| 652 | 2026-08-20T02:56:37.614Z | Downloaded xattr v1.6.1 |
| 653 | 2026-08-20T02:56:37.614Z | Downloaded dunce v1.0.5 |
| 654 | 2026-08-20T02:56:37.614Z | Downloaded schemars_derive v0.8.22 |
| 655 | 2026-08-20T02:56:37.614Z | Downloaded dropshot_endpoint v0.17.1 |
| 656 | 2026-08-20T02:56:37.614Z | Downloaded string_cache v0.8.9 |
| 657 | 2026-08-20T02:56:37.615Z | Downloaded rusty-fork v0.3.1 |
| 658 | 2026-08-20T02:56:37.615Z | Downloaded slog-scope v4.4.1 |
| 659 | 2026-08-20T02:56:37.615Z | Downloaded synstructure v0.13.2 |
| 660 | 2026-08-20T02:56:37.615Z | Downloaded hyper v1.10.1 |
| 661 | 2026-08-20T02:56:37.615Z | Downloaded itertools v0.14.0 |
| 662 | 2026-08-20T02:56:37.615Z | Downloaded fixedbitset v0.4.2 |
| 663 | 2026-08-20T02:56:37.615Z | Downloaded tar v0.4.46 |
| 664 | 2026-08-20T02:56:37.615Z | Downloaded miette v7.6.0 |
| 665 | 2026-08-20T02:56:37.615Z | Downloaded embedded-io v0.4.0 |
| 666 | 2026-08-20T02:56:37.615Z | Downloaded fxhash v0.2.1 |
| 667 | 2026-08-20T02:56:37.615Z | Downloaded fnv v1.0.7 |
| 668 | 2026-08-20T02:56:37.615Z | Downloaded globwalk v0.9.1 |
| 669 | 2026-08-20T02:56:37.615Z | Downloaded bzip2 v0.6.1 |
| 670 | 2026-08-20T02:56:37.615Z | Downloaded hashbrown v0.17.0 |
| 671 | 2026-08-20T02:56:37.615Z | Downloaded toml_edit v0.22.27 |
| 672 | 2026-08-20T02:56:37.615Z | Downloaded blake2b_simd v1.0.4 |
| 673 | 2026-08-20T02:56:37.615Z | Downloaded lalrpop-util v0.19.12 |
| 674 | 2026-08-20T02:56:37.615Z | Downloaded tinytemplate v1.2.1 |
| 675 | 2026-08-20T02:56:37.615Z | Downloaded miette-derive v5.10.0 |
| 676 | 2026-08-20T02:56:37.615Z | Downloaded atomic-waker v1.1.2 |
| 677 | 2026-08-20T02:56:37.616Z | Downloaded base64 v0.21.7 |
| 678 | 2026-08-20T02:56:37.616Z | Downloaded rand_distr v0.5.1 |
| 679 | 2026-08-20T02:56:37.616Z | Downloaded linked-hash-map v0.5.6 |
| 680 | 2026-08-20T02:56:37.616Z | Downloaded unicase v2.9.0 |
| 681 | 2026-08-20T02:56:37.616Z | Downloaded litrs v1.0.0 |
| 682 | 2026-08-20T02:56:37.616Z | Downloaded nodrop v0.1.14 |
| 683 | 2026-08-20T02:56:37.616Z | Downloaded openssl-probe v0.2.1 |
| 684 | 2026-08-20T02:56:37.616Z | Downloaded vergen-lib v0.1.6 |
| 685 | 2026-08-20T02:56:37.616Z | Downloaded quinn-udp v0.5.14 |
| 686 | 2026-08-20T02:56:37.616Z | Downloaded castaway v0.2.4 |
| 687 | 2026-08-20T02:56:37.616Z | Downloaded zeroize_derive v1.5.0 |
| 688 | 2026-08-20T02:56:37.616Z | Downloaded yansi v1.0.1 |
| 689 | 2026-08-20T02:56:37.616Z | Downloaded num-traits v0.2.19 |
| 690 | 2026-08-20T02:56:37.616Z | Downloaded sha2 v0.11.0 |
| 691 | 2026-08-20T02:56:37.616Z | Downloaded usdt-impl v0.5.0 |
| 692 | 2026-08-20T02:56:37.616Z | Downloaded zmij v1.0.21 |
| 693 | 2026-08-20T02:56:37.616Z | Downloaded path-slash v0.1.5 |
| 694 | 2026-08-20T02:56:37.616Z | Downloaded mime v0.3.17 |
| 695 | 2026-08-20T02:56:37.616Z | Downloaded phf_shared v0.11.3 |
| 696 | 2026-08-20T02:56:37.616Z | Downloaded progenitor-macro v0.13.0 |
| 697 | 2026-08-20T02:56:37.616Z | Downloaded slab v0.4.12 |
| 698 | 2026-08-20T02:56:37.616Z | Downloaded either v1.15.0 |
| 699 | 2026-08-20T02:56:37.616Z | Downloaded icu_properties_data v2.1.2 |
| 700 | 2026-08-20T02:56:37.616Z | Downloaded snafu v0.8.9 |
| 701 | 2026-08-20T02:56:37.616Z | Downloaded tempfile v3.27.0 |
| 702 | 2026-08-20T02:56:37.618Z | Downloaded pretty-hex v0.4.1 |
| 703 | 2026-08-20T02:56:37.618Z | Downloaded rand_xorshift v0.4.0 |
| 704 | 2026-08-20T02:56:37.619Z | Downloaded rtoolbox v0.0.3 |
| 705 | 2026-08-20T02:56:37.619Z | Downloaded crypto-primes v0.7.2 |
| 706 | 2026-08-20T02:56:37.619Z | Downloaded drift v0.2.0 |
| 707 | 2026-08-20T02:56:37.619Z | Downloaded fd-lock v4.0.4 |
| 708 | 2026-08-20T02:56:37.619Z | Downloaded foreign-types v0.5.0 |
| 709 | 2026-08-20T02:56:37.619Z | Downloaded sigpipe v0.1.3 |
| 710 | 2026-08-20T02:56:37.619Z | Downloaded getrandom v0.3.4 |
| 711 | 2026-08-20T02:56:37.619Z | Downloaded omicron-zone-package v0.12.3 |
| 712 | 2026-08-20T02:56:37.619Z | Downloaded scroll_derive v0.12.1 |
| 713 | 2026-08-20T02:56:37.619Z | Downloaded globset v0.4.18 |
| 714 | 2026-08-20T02:56:37.619Z | Downloaded serde_regex v1.1.0 |
| 715 | 2026-08-20T02:56:37.619Z | Downloaded backtrace-ext v0.2.1 |
| 716 | 2026-08-20T02:56:37.619Z | Downloaded num-rational v0.4.2 |
| 717 | 2026-08-20T02:56:37.619Z | Downloaded termtree v0.5.1 |
| 718 | 2026-08-20T02:56:37.619Z | Downloaded futures-executor v0.3.32 |
| 719 | 2026-08-20T02:56:37.619Z | Downloaded linkme v0.3.35 |
| 720 | 2026-08-20T02:56:37.619Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 721 | 2026-08-20T02:56:37.619Z | Downloaded tracing-attributes v0.1.31 |
| 722 | 2026-08-20T02:56:37.619Z | Downloaded time-core v0.1.8 |
| 723 | 2026-08-20T02:56:37.619Z | Downloaded buf-list v1.1.2 |
| 724 | 2026-08-20T02:56:37.627Z | Downloaded itertools v0.15.0 |
| 725 | 2026-08-20T02:56:37.699Z | Downloaded unicode-segmentation v1.12.0 |
| 726 | 2026-08-20T02:56:37.699Z | Downloaded anstream v1.0.0 |
| 727 | 2026-08-20T02:56:37.699Z | Downloaded oxide-update-engine-types v0.1.2 |
| 728 | 2026-08-20T02:56:37.699Z | Downloaded papergrid v0.11.0 |
| 729 | 2026-08-20T02:56:37.699Z | Downloaded anstyle v1.0.14 |
| 730 | 2026-08-20T02:56:37.700Z | Downloaded assert_matches v1.5.0 |
| 731 | 2026-08-20T02:56:37.700Z | Downloaded bit-vec v0.8.0 |
| 732 | 2026-08-20T02:56:37.700Z | Downloaded bitfield v0.19.4 |
| 733 | 2026-08-20T02:56:37.700Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 734 | 2026-08-20T02:56:37.700Z | Downloaded unicode-linebreak v0.1.5 |
| 735 | 2026-08-20T02:56:37.700Z | Downloaded untrusted v0.7.1 |
| 736 | 2026-08-20T02:56:37.700Z | Downloaded thiserror v2.0.18 |
| 737 | 2026-08-20T02:56:37.700Z | Downloaded unicode_categories v0.1.1 |
| 738 | 2026-08-20T02:56:37.700Z | Downloaded sqlformat v0.3.5 |
| 739 | 2026-08-20T02:56:37.700Z | Downloaded displaydoc v0.2.5 |
| 740 | 2026-08-20T02:56:37.700Z | Downloaded wnaf v0.14.0 |
| 741 | 2026-08-20T02:56:37.700Z | Downloaded quick-error v1.2.3 |
| 742 | 2026-08-20T02:56:37.700Z | Downloaded path-tree v0.8.3 |
| 743 | 2026-08-20T02:56:37.700Z | Downloaded postgres-protocol v0.6.10 |
| 744 | 2026-08-20T02:56:37.708Z | Downloaded iddqd v0.4.2 |
| 745 | 2026-08-20T02:56:37.708Z | Downloaded phc v0.6.1 |
| 746 | 2026-08-20T02:56:37.708Z | Downloaded primefield v0.14.0 |
| 747 | 2026-08-20T02:56:37.708Z | Downloaded rawzip v0.4.4 |
| 748 | 2026-08-20T02:56:37.709Z | Downloaded dirs-sys-next v0.1.2 |
| 749 | 2026-08-20T02:56:37.709Z | Downloaded arc-swap v1.8.2 |
| 750 | 2026-08-20T02:56:37.709Z | Downloaded zerovec v0.11.5 |
| 751 | 2026-08-20T02:56:37.709Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 752 | 2026-08-20T02:56:37.709Z | Downloaded futures-task v0.3.32 |
| 753 | 2026-08-20T02:56:37.709Z | Downloaded jiff-static v0.2.34 |
| 754 | 2026-08-20T02:56:37.709Z | Downloaded fancy-regex v0.14.0 |
| 755 | 2026-08-20T02:56:37.709Z | Downloaded scroll v0.12.0 |
| 756 | 2026-08-20T02:56:37.709Z | Downloaded smallvec v0.6.14 |
| 757 | 2026-08-20T02:56:37.709Z | Downloaded stringmetrics v2.2.2 |
| 758 | 2026-08-20T02:56:37.709Z | Downloaded linkme-impl v0.3.35 |
| 759 | 2026-08-20T02:56:37.709Z | Downloaded slog-dtrace v0.3.0 |
| 760 | 2026-08-20T02:56:37.709Z | Downloaded md5 v0.8.0 |
| 761 | 2026-08-20T02:56:37.709Z | Downloaded approx v0.5.1 |
| 762 | 2026-08-20T02:56:37.709Z | Downloaded target-spec v3.5.7 |
| 763 | 2026-08-20T02:56:37.709Z | Downloaded rayon v1.11.0 |
| 764 | 2026-08-20T02:56:37.709Z | Downloaded strum_macros v0.27.2 |
| 765 | 2026-08-20T02:56:37.709Z | Downloaded nested v0.1.1 |
| 766 | 2026-08-20T02:56:37.709Z | Downloaded unsafe-libyaml v0.2.11 |
| 767 | 2026-08-20T02:56:37.709Z | Downloaded flate2 v1.1.9 |
| 768 | 2026-08-20T02:56:37.709Z | Downloaded thiserror-no-std v2.0.2 |
| 769 | 2026-08-20T02:56:37.709Z | Downloaded bitfield-macros v0.19.4 |
| 770 | 2026-08-20T02:56:37.715Z | Downloaded chacha20 v0.10.0 |
| 771 | 2026-08-20T02:56:37.715Z | Downloaded once_cell v1.21.3 |
| 772 | 2026-08-20T02:56:37.715Z | Downloaded vergen-lib v9.1.0 |
| 773 | 2026-08-20T02:56:37.715Z | Downloaded openssl-probe v0.1.6 |
| 774 | 2026-08-20T02:56:37.715Z | Downloaded phf v0.12.1 |
| 775 | 2026-08-20T02:56:37.715Z | Downloaded openssl-macros v0.1.1 |
| 776 | 2026-08-20T02:56:37.715Z | Downloaded signal-hook-mio v0.2.5 |
| 777 | 2026-08-20T02:56:37.716Z | Downloaded hkdf v0.12.4 |
| 778 | 2026-08-20T02:56:37.716Z | Downloaded ed25519 v3.0.0 |
| 779 | 2026-08-20T02:56:37.716Z | Downloaded elliptic-curve v0.14.1 |
| 780 | 2026-08-20T02:56:37.716Z | Downloaded scroll_derive v0.13.1 |
| 781 | 2026-08-20T02:56:37.716Z | Downloaded same-file v1.0.6 |
| 782 | 2026-08-20T02:56:37.716Z | Downloaded rustversion v1.0.22 |
| 783 | 2026-08-20T02:56:37.716Z | Downloaded getrandom v0.4.3 |
| 784 | 2026-08-20T02:56:37.716Z | Downloaded siphasher v1.0.2 |
| 785 | 2026-08-20T02:56:37.716Z | Downloaded terminal_size v0.1.17 |
| 786 | 2026-08-20T02:56:37.716Z | Downloaded testing_table v0.3.0 |
| 787 | 2026-08-20T02:56:37.716Z | Downloaded ed25519-dalek v2.2.0 |
| 788 | 2026-08-20T02:56:37.716Z | Downloaded fs_extra v1.3.0 |
| 789 | 2026-08-20T02:56:37.716Z | Downloaded hkdf v0.13.0 |
| 790 | 2026-08-20T02:56:37.716Z | Downloaded lock_api v0.4.14 |
| 791 | 2026-08-20T02:56:37.783Z | Downloaded universal-hash v0.5.1 |
| 792 | 2026-08-20T02:56:37.783Z | Downloaded topological-sort v0.2.2 |
| 793 | 2026-08-20T02:56:37.783Z | Downloaded dirs-next v2.0.0 |
| 794 | 2026-08-20T02:56:37.783Z | Downloaded endian-type v0.1.2 |
| 795 | 2026-08-20T02:56:37.783Z | Downloaded pem-rfc7468 v0.7.0 |
| 796 | 2026-08-20T02:56:37.783Z | Downloaded vergen-gitcl v1.0.8 |
| 797 | 2026-08-20T02:56:37.783Z | Downloaded num_enum v0.7.6 |
| 798 | 2026-08-20T02:56:37.783Z | Downloaded foreign-types-shared v0.1.1 |
| 799 | 2026-08-20T02:56:37.783Z | Downloaded port-file v0.1.0 |
| 800 | 2026-08-20T02:56:37.783Z | Downloaded trybuild v1.0.116 |
| 801 | 2026-08-20T02:56:37.784Z | Downloaded pin-project-lite v0.2.17 |
| 802 | 2026-08-20T02:56:37.784Z | Downloaded owo-colors v4.3.0 |
| 803 | 2026-08-20T02:56:37.784Z | Downloaded papergrid v0.18.0 |
| 804 | 2026-08-20T02:56:37.784Z | Downloaded rsa v0.9.10 |
| 805 | 2026-08-20T02:56:37.784Z | Downloaded byteorder v1.5.0 |
| 806 | 2026-08-20T02:56:37.792Z | Downloaded zstd v0.13.3 |
| 807 | 2026-08-20T02:56:37.792Z | Downloaded cipher v0.5.2 |
| 808 | 2026-08-20T02:56:37.792Z | Downloaded maplit v1.0.2 |
| 809 | 2026-08-20T02:56:37.792Z | Downloaded document-features v0.2.12 |
| 810 | 2026-08-20T02:56:37.792Z | Downloaded primeorder v0.13.6 |
| 811 | 2026-08-20T02:56:37.792Z | Downloaded progenitor-extras v0.2.0 |
| 812 | 2026-08-20T02:56:37.792Z | Downloaded num_enum_derive v0.5.11 |
| 813 | 2026-08-20T02:56:37.792Z | Downloaded rpassword v7.5.4 |
| 814 | 2026-08-20T02:56:37.792Z | Downloaded newline-converter v0.3.0 |
| 815 | 2026-08-20T02:56:37.793Z | Downloaded assert-json-diff v2.0.2 |
| 816 | 2026-08-20T02:56:37.793Z | Downloaded oorandom v11.1.5 |
| 817 | 2026-08-20T02:56:37.793Z | Downloaded rand_core v0.6.4 |
| 818 | 2026-08-20T02:56:37.793Z | Downloaded relative-path v1.9.3 |
| 819 | 2026-08-20T02:56:37.793Z | Downloaded plotters v0.3.7 |
| 820 | 2026-08-20T02:56:37.793Z | Downloaded enum_dispatch v0.3.13 |
| 821 | 2026-08-20T02:56:37.793Z | Downloaded strum_macros v0.26.4 |
| 822 | 2026-08-20T02:56:37.793Z | Downloaded progenitor-macro v0.14.0 |
| 823 | 2026-08-20T02:56:37.793Z | Downloaded subtle v2.6.1 |
| 824 | 2026-08-20T02:56:37.793Z | Downloaded packed_struct_codegen v0.10.1 |
| 825 | 2026-08-20T02:56:37.793Z | Downloaded pathdiff v0.2.3 |
| 826 | 2026-08-20T02:56:37.850Z | Downloaded event-listener v5.4.1 |
| 827 | 2026-08-20T02:56:37.851Z | Downloaded getrandom v0.2.17 |
| 828 | 2026-08-20T02:56:37.851Z | Downloaded rstest v0.25.0 |
| 829 | 2026-08-20T02:56:37.851Z | Downloaded errno v0.3.14 |
| 830 | 2026-08-20T02:56:37.851Z | Downloaded fallible-iterator v0.2.0 |
| 831 | 2026-08-20T02:56:37.851Z | Downloaded usdt v0.5.0 |
| 832 | 2026-08-20T02:56:37.851Z | Downloaded vsss-rs v3.3.4 |
| 833 | 2026-08-20T02:56:37.851Z | Downloaded whoami v2.1.0 |
| 834 | 2026-08-20T02:56:37.851Z | Downloaded rustc_version v0.4.1 |
| 835 | 2026-08-20T02:56:37.851Z | Downloaded signal-hook v0.3.18 |
| 836 | 2026-08-20T02:56:37.851Z | Downloaded ucd-trie v0.1.7 |
| 837 | 2026-08-20T02:56:37.851Z | Downloaded serde_json v1.0.151 |
| 838 | 2026-08-20T02:56:37.851Z | Downloaded async-lock v3.4.2 |
| 839 | 2026-08-20T02:56:37.852Z | Downloaded bitflags v2.11.0 |
| 840 | 2026-08-20T02:56:37.852Z | Downloaded slog-envlogger v2.2.0 |
| 841 | 2026-08-20T02:56:37.852Z | Downloaded signal-hook-tokio v0.3.1 |
| 842 | 2026-08-20T02:56:37.852Z | Downloaded tokio-macros v2.7.0 |
| 843 | 2026-08-20T02:56:37.852Z | Downloaded tough v0.22.0 |
| 844 | 2026-08-20T02:56:37.852Z | Downloaded winnow v0.7.14 |
| 845 | 2026-08-20T02:56:37.852Z | Downloaded fs-err v2.11.0 |
| 846 | 2026-08-20T02:56:37.852Z | Downloaded rand v0.9.2 |
| 847 | 2026-08-20T02:56:37.852Z | Downloaded clang-sys v1.8.1 |
| 848 | 2026-08-20T02:56:37.853Z | Downloaded openssl-sys v0.9.117 |
| 849 | 2026-08-20T02:56:37.853Z | Downloaded sync-ptr v0.1.4 |
| 850 | 2026-08-20T02:56:37.853Z | Downloaded utf8_iter v1.0.4 |
| 851 | 2026-08-20T02:56:37.853Z | Downloaded native-tls v0.2.18 |
| 852 | 2026-08-20T02:56:37.869Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 853 | 2026-08-20T02:56:37.869Z | Downloaded num_enum v0.5.11 |
| 854 | 2026-08-20T02:56:37.869Z | Downloaded zone_cfg_derive v0.3.1 |
| 855 | 2026-08-20T02:56:37.869Z | Downloaded equivalent v1.0.2 |
| 856 | 2026-08-20T02:56:37.869Z | Downloaded byte-wrapper v0.1.0 |
| 857 | 2026-08-20T02:56:37.869Z | Downloaded cassowary v0.3.0 |
| 858 | 2026-08-20T02:56:37.869Z | Downloaded serde_yaml v0.9.34+deprecated |
| 859 | 2026-08-20T02:56:37.869Z | Downloaded oxide-tokio-rt v0.1.4 |
| 860 | 2026-08-20T02:56:37.869Z | Downloaded flagset v0.4.7 |
| 861 | 2026-08-20T02:56:37.869Z | Downloaded minimal-lexical v0.2.1 |
| 862 | 2026-08-20T02:56:37.869Z | Downloaded pbkdf2 v0.13.0 |
| 863 | 2026-08-20T02:56:37.869Z | Downloaded serde_derive_internals v0.29.1 |
| 864 | 2026-08-20T02:56:37.869Z | Downloaded zerocopy-derive v0.7.35 |
| 865 | 2026-08-20T02:56:37.869Z | Downloaded term v1.2.1 |
| 866 | 2026-08-20T02:56:37.869Z | Downloaded seq-macro v0.3.6 |
| 867 | 2026-08-20T02:56:37.869Z | Downloaded recursive v0.1.1 |
| 868 | 2026-08-20T02:56:37.869Z | Downloaded funty v2.0.0 |
| 869 | 2026-08-20T02:56:37.870Z | Downloaded managed v0.8.0 |
| 870 | 2026-08-20T02:56:37.870Z | Downloaded proptest v1.11.0 |
| 871 | 2026-08-20T02:56:37.870Z | Downloaded num-iter v0.1.45 |
| 872 | 2026-08-20T02:56:37.870Z | Downloaded adler2 v2.0.1 |
| 873 | 2026-08-20T02:56:37.870Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 874 | 2026-08-20T02:56:37.870Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 875 | 2026-08-20T02:56:37.877Z | Downloaded potential_utf v0.1.4 |
| 876 | 2026-08-20T02:56:37.878Z | Downloaded primeorder v0.14.0 |
| 877 | 2026-08-20T02:56:37.878Z | Downloaded subprocess v0.2.15 |
| 878 | 2026-08-20T02:56:37.878Z | Downloaded rfc6979 v0.4.0 |
| 879 | 2026-08-20T02:56:37.878Z | Downloaded sec1 v0.8.1 |
| 880 | 2026-08-20T02:56:37.878Z | Downloaded tower v0.5.3 |
| 881 | 2026-08-20T02:56:37.882Z | Downloaded similar-asserts v1.7.0 |
| 882 | 2026-08-20T02:56:37.882Z | Downloaded aho-corasick v1.1.4 |
| 883 | 2026-08-20T02:56:37.983Z | Downloaded spki v0.7.3 |
| 884 | 2026-08-20T02:56:37.983Z | Downloaded supports-color v2.1.0 |
| 885 | 2026-08-20T02:56:38.071Z | Downloaded target-triple v1.0.0 |
| 886 | 2026-08-20T02:56:38.071Z | Downloaded support-bundle-viewer v0.1.2 |
| 887 | 2026-08-20T02:56:38.071Z | Downloaded tokio-test v0.4.5 |
| 888 | 2026-08-20T02:56:38.071Z | Downloaded futures-util v0.3.32 |
| 889 | 2026-08-20T02:56:38.071Z | Downloaded cfg_aliases v0.2.1 |
| 890 | 2026-08-20T02:56:38.071Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 891 | 2026-08-20T02:56:38.071Z | Downloaded rustyline v14.0.0 |
| 892 | 2026-08-20T02:56:38.071Z | Downloaded aes v0.9.1 |
| 893 | 2026-08-20T02:56:38.071Z | Downloaded rand v0.8.6 |
| 894 | 2026-08-20T02:56:38.071Z | Downloaded yoke v0.8.1 |
| 895 | 2026-08-20T02:56:38.071Z | Downloaded socket2 v0.5.10 |
| 896 | 2026-08-20T02:56:38.071Z | Downloaded enum-as-inner v0.6.1 |
| 897 | 2026-08-20T02:56:38.071Z | Downloaded futures-io v0.3.32 |
| 898 | 2026-08-20T02:56:38.071Z | Downloaded libscf-sys v1.2.0 |
| 899 | 2026-08-20T02:56:38.072Z | Downloaded num-conv v0.2.0 |
| 900 | 2026-08-20T02:56:38.072Z | Downloaded steno v0.4.1 |
| 901 | 2026-08-20T02:56:38.072Z | Downloaded walkdir v2.5.0 |
| 902 | 2026-08-20T02:56:38.072Z | Downloaded ed25519 v2.2.3 |
| 903 | 2026-08-20T02:56:38.072Z | Downloaded goblin v0.8.2 |
| 904 | 2026-08-20T02:56:38.072Z | Downloaded pkcs8 v0.10.2 |
| 905 | 2026-08-20T02:56:38.072Z | Downloaded jiff-core v0.1.0 |
| 906 | 2026-08-20T02:56:38.072Z | Downloaded rustls-platform-verifier v0.6.2 |
| 907 | 2026-08-20T02:56:38.072Z | Downloaded memchr v2.8.0 |
| 908 | 2026-08-20T02:56:38.072Z | Downloaded serde_core v1.0.228 |
| 909 | 2026-08-20T02:56:38.072Z | Downloaded unicode-bidi v0.3.18 |
| 910 | 2026-08-20T02:56:38.072Z | Downloaded nibble_vec v0.1.0 |
| 911 | 2026-08-20T02:56:38.072Z | Downloaded bb8 v0.8.6 |
| 912 | 2026-08-20T02:56:38.072Z | Downloaded block-buffer v0.10.4 |
| 913 | 2026-08-20T02:56:38.072Z | Downloaded rand_pcg v0.10.2 |
| 914 | 2026-08-20T02:56:38.073Z | Downloaded secrecy v0.8.0 |
| 915 | 2026-08-20T02:56:38.073Z | Downloaded schemars v0.9.0 |
| 916 | 2026-08-20T02:56:38.073Z | Downloaded serde_with_macros v3.21.0 |
| 917 | 2026-08-20T02:56:38.073Z | Downloaded url v2.5.8 |
| 918 | 2026-08-20T02:56:38.073Z | Downloaded knuffel-derive v3.2.0 |
| 919 | 2026-08-20T02:56:38.073Z | Downloaded log v0.4.33 |
| 920 | 2026-08-20T02:56:38.073Z | Downloaded async-trait v0.1.89 |
| 921 | 2026-08-20T02:56:38.073Z | Downloaded rustc-hash v2.1.1 |
| 922 | 2026-08-20T02:56:38.073Z | Downloaded stable_deref_trait v1.2.1 |
| 923 | 2026-08-20T02:56:38.073Z | Downloaded slog-bunyan v2.5.0 |
| 924 | 2026-08-20T02:56:38.073Z | Downloaded multer v3.1.0 |
| 925 | 2026-08-20T02:56:38.073Z | Downloaded cipher v0.4.4 |
| 926 | 2026-08-20T02:56:38.073Z | Downloaded twox-hash v2.1.2 |
| 927 | 2026-08-20T02:56:38.073Z | Downloaded serdect v0.4.3 |
| 928 | 2026-08-20T02:56:38.073Z | Downloaded unarray v0.1.4 |
| 929 | 2026-08-20T02:56:38.073Z | Downloaded usdt-macro v0.5.0 |
| 930 | 2026-08-20T02:56:38.073Z | Downloaded dtrace-parser v0.2.0 |
| 931 | 2026-08-20T02:56:38.073Z | Downloaded mio v1.2.0 |
| 932 | 2026-08-20T02:56:38.073Z | Downloaded tokio-native-tls v0.3.1 |
| 933 | 2026-08-20T02:56:38.073Z | Downloaded toml_write v0.1.2 |
| 934 | 2026-08-20T02:56:38.073Z | Downloaded x509-cert v0.2.5 |
| 935 | 2026-08-20T02:56:38.073Z | Downloaded foreign-types-macros v0.2.3 |
| 936 | 2026-08-20T02:56:38.073Z | Downloaded pem v3.0.6 |
| 937 | 2026-08-20T02:56:38.074Z | Downloaded tinystr v0.8.2 |
| 938 | 2026-08-20T02:56:38.217Z | Downloaded bindgen v0.71.1 |
| 939 | 2026-08-20T02:56:38.217Z | Downloaded backon v1.6.0 |
| 940 | 2026-08-20T02:56:38.217Z | Downloaded git-stub v1.0.0 |
| 941 | 2026-08-20T02:56:38.217Z | Downloaded lru-slab v0.1.2 |
| 942 | 2026-08-20T02:56:38.217Z | Downloaded parse-size v1.1.0 |
| 943 | 2026-08-20T02:56:38.217Z | Downloaded percent-encoding v2.3.2 |
| 944 | 2026-08-20T02:56:38.217Z | Downloaded strip-ansi-escapes v0.2.1 |
| 945 | 2026-08-20T02:56:38.217Z | Downloaded progenitor-client v0.14.0 |
| 946 | 2026-08-20T02:56:38.217Z | Downloaded num-bigint v0.4.6 |
| 947 | 2026-08-20T02:56:38.217Z | Downloaded find-msvc-tools v0.1.9 |
| 948 | 2026-08-20T02:56:38.217Z | Downloaded zstd-safe v7.2.4 |
| 949 | 2026-08-20T02:56:38.217Z | Downloaded libsw v3.5.0 |
| 950 | 2026-08-20T02:56:38.218Z | Downloaded libtest-mimic v0.8.1 |
| 951 | 2026-08-20T02:56:38.218Z | Downloaded glob v0.3.3 |
| 952 | 2026-08-20T02:56:38.218Z | Downloaded serde_repr v0.1.20 |
| 953 | 2026-08-20T02:56:38.218Z | Downloaded russh v0.62.4 |
| 954 | 2026-08-20T02:56:38.218Z | Downloaded dtrace-parser v0.3.0 |
| 955 | 2026-08-20T02:56:38.218Z | Downloaded md-5 v0.10.6 |
| 956 | 2026-08-20T02:56:38.218Z | Downloaded flume v0.11.1 |
| 957 | 2026-08-20T02:56:38.218Z | Downloaded winnow v0.5.40 |
| 958 | 2026-08-20T02:56:38.218Z | Downloaded backtrace v0.3.76 |
| 959 | 2026-08-20T02:56:38.218Z | Downloaded ron v0.8.1 |
| 960 | 2026-08-20T02:56:38.218Z | Downloaded base64ct v1.8.3 |
| 961 | 2026-08-20T02:56:38.218Z | Downloaded knus v3.4.0 |
| 962 | 2026-08-20T02:56:38.218Z | Downloaded textwrap v0.15.2 |
| 963 | 2026-08-20T02:56:38.218Z | Downloaded tungstenite v0.23.0 |
| 964 | 2026-08-20T02:56:38.218Z | Downloaded generic-array v0.14.7 |
| 965 | 2026-08-20T02:56:38.218Z | Downloaded poly1305 v0.9.0 |
| 966 | 2026-08-20T02:56:38.218Z | Downloaded pin-project-internal v1.1.11 |
| 967 | 2026-08-20T02:56:38.218Z | Downloaded macaddr v1.0.1 |
| 968 | 2026-08-20T02:56:38.218Z | Downloaded downcast-rs v2.0.2 |
| 969 | 2026-08-20T02:56:38.294Z | Downloaded slog-term v2.9.2 |
| 970 | 2026-08-20T02:56:38.294Z | Downloaded knuffel v3.2.0 |
| 971 | 2026-08-20T02:56:38.294Z | Downloaded supports-unicode v2.1.0 |
| 972 | 2026-08-20T02:56:38.294Z | Downloaded kem v0.3.0 |
| 973 | 2026-08-20T02:56:38.294Z | Downloaded digest-io v0.1.0 |
| 974 | 2026-08-20T02:56:38.294Z | Downloaded float-cmp v0.10.0 |
| 975 | 2026-08-20T02:56:38.294Z | Downloaded lazy_static v1.5.0 |
| 976 | 2026-08-20T02:56:38.294Z | Downloaded cfg_aliases v0.1.1 |
| 977 | 2026-08-20T02:56:38.294Z | Downloaded spin v0.9.8 |
| 978 | 2026-08-20T02:56:38.294Z | Downloaded semver v1.0.28 |
| 979 | 2026-08-20T02:56:38.294Z | Downloaded bytecount v0.6.9 |
| 980 | 2026-08-20T02:56:38.294Z | Downloaded uzers v0.12.2 |
| 981 | 2026-08-20T02:56:38.294Z | Downloaded quick-xml v0.37.5 |
| 982 | 2026-08-20T02:56:38.295Z | Downloaded stacker v0.1.23 |
| 983 | 2026-08-20T02:56:38.295Z | Downloaded rustc_version v0.1.7 |
| 984 | 2026-08-20T02:56:38.295Z | Downloaded anstyle-query v1.1.5 |
| 985 | 2026-08-20T02:56:38.295Z | Downloaded secrecy v0.10.3 |
| 986 | 2026-08-20T02:56:38.295Z | Downloaded publicsuffix v2.3.0 |
| 987 | 2026-08-20T02:56:38.295Z | Downloaded aead v0.6.1 |
| 988 | 2026-08-20T02:56:38.295Z | Downloaded expectorate v1.2.0 |
| 989 | 2026-08-20T02:56:38.295Z | Downloaded memoffset v0.9.1 |
| 990 | 2026-08-20T02:56:38.295Z | Downloaded void v1.0.2 |
| 991 | 2026-08-20T02:56:38.295Z | Downloaded russh-cryptovec v0.62.0 |
| 992 | 2026-08-20T02:56:38.295Z | Downloaded powerfmt v0.2.0 |
| 993 | 2026-08-20T02:56:38.295Z | Downloaded parking_lot v0.12.5 |
| 994 | 2026-08-20T02:56:38.295Z | Downloaded xshell v0.2.7 |
| 995 | 2026-08-20T02:56:38.295Z | Downloaded swrite v0.1.0 |
| 996 | 2026-08-20T02:56:38.300Z | Downloaded quote v1.0.45 |
| 997 | 2026-08-20T02:56:38.300Z | Downloaded psm v0.1.30 |
| 998 | 2026-08-20T02:56:38.300Z | Downloaded argon2 v0.5.3 |
| 999 | 2026-08-20T02:56:38.300Z | Downloaded p384 v0.13.1 |
| 1000 | 2026-08-20T02:56:38.300Z | Downloaded poly1305 v0.8.0 |
| 1001 | 2026-08-20T02:56:38.300Z | Downloaded nu-ansi-term v0.50.3 |
| 1002 | 2026-08-20T02:56:38.300Z | Downloaded try-lock v0.2.5 |
| 1003 | 2026-08-20T02:56:38.301Z | Downloaded thiserror-impl v1.0.69 |
| 1004 | 2026-08-20T02:56:38.301Z | Downloaded tiny-keccak v2.0.2 |
| 1005 | 2026-08-20T02:56:38.302Z | Downloaded proc-macro-error v1.0.4 |
| 1006 | 2026-08-20T02:56:38.302Z | Downloaded pkcs1 v0.7.5 |
| 1007 | 2026-08-20T02:56:38.302Z | Downloaded pest_derive v2.8.6 |
| 1008 | 2026-08-20T02:56:38.302Z | Downloaded serde_bytes v0.11.19 |
| 1009 | 2026-08-20T02:56:38.302Z | Downloaded signature v3.0.0 |
| 1010 | 2026-08-20T02:56:38.302Z | Downloaded tokio-util v0.7.18 |
| 1011 | 2026-08-20T02:56:38.302Z | Downloaded zerocopy v0.6.6 |
| 1012 | 2026-08-20T02:56:38.302Z | Downloaded want v0.3.1 |
| 1013 | 2026-08-20T02:56:38.302Z | Downloaded env_logger v0.11.11 |
| 1014 | 2026-08-20T02:56:38.302Z | Downloaded libxml v0.3.3 |
| 1015 | 2026-08-20T02:56:38.302Z | Downloaded shlex v1.3.0 |
| 1016 | 2026-08-20T02:56:38.302Z | Downloaded reqwest v0.13.2 |
| 1017 | 2026-08-20T02:56:38.302Z | Downloaded atomicwrites v0.4.4 |
| 1018 | 2026-08-20T02:56:38.302Z | Downloaded miniz_oxide v0.8.9 |
| 1019 | 2026-08-20T02:56:38.302Z | Downloaded crypto-bigint v0.7.5 |
| 1020 | 2026-08-20T02:56:38.302Z | Downloaded zip v0.6.6 |
| 1021 | 2026-08-20T02:56:38.302Z | Downloaded oxide-update-engine-display v0.1.2 |
| 1022 | 2026-08-20T02:56:38.305Z | Downloaded tokio-tungstenite v0.23.1 |
| 1023 | 2026-08-20T02:56:38.305Z | Downloaded progenitor-impl v0.14.0 |
| 1024 | 2026-08-20T02:56:38.306Z | Downloaded cc v1.2.56 |
| 1025 | 2026-08-20T02:56:38.306Z | Downloaded dropshot-api-manager v0.8.0 |
| 1026 | 2026-08-20T02:56:38.306Z | Downloaded tokio-rustls v0.26.4 |
| 1027 | 2026-08-20T02:56:38.306Z | Downloaded blowfish v0.10.0 |
| 1028 | 2026-08-20T02:56:38.306Z | Downloaded generic-array v1.4.3 |
| 1029 | 2026-08-20T02:56:38.306Z | Downloaded nanorand v0.7.0 |
| 1030 | 2026-08-20T02:56:38.327Z | Downloaded ff v0.13.1 |
| 1031 | 2026-08-20T02:56:38.327Z | Downloaded ff v0.14.0 |
| 1032 | 2026-08-20T02:56:38.327Z | Downloaded knus-derive v3.4.0 |
| 1033 | 2026-08-20T02:56:38.327Z | Downloaded argon2 v0.6.0-rc.8 |
| 1034 | 2026-08-20T02:56:38.327Z | Downloaded rand_core v0.10.0 |
| 1035 | 2026-08-20T02:56:38.327Z | Downloaded smoltcp v0.9.1 |
| 1036 | 2026-08-20T02:56:38.327Z | Downloaded target-lexicon v0.13.3 |
| 1037 | 2026-08-20T02:56:38.327Z | Downloaded camino v1.2.5 |
| 1038 | 2026-08-20T02:56:38.327Z | Downloaded futures-timer v3.0.3 |
| 1039 | 2026-08-20T02:56:38.327Z | Downloaded usdt-impl v0.6.0 |
| 1040 | 2026-08-20T02:56:38.327Z | Downloaded winnow v0.6.26 |
| 1041 | 2026-08-20T02:56:38.327Z | Downloaded cancel-safe-futures v0.1.5 |
| 1042 | 2026-08-20T02:56:38.327Z | Downloaded term v0.7.0 |
| 1043 | 2026-08-20T02:56:38.327Z | Downloaded git2 v0.20.4 |
| 1044 | 2026-08-20T02:56:38.333Z | Downloaded zerotrie v0.2.3 |
| 1045 | 2026-08-20T02:56:38.333Z | Downloaded quinn-proto v0.11.16 |
| 1046 | 2026-08-20T02:56:38.333Z | Downloaded reedline v0.40.0 |
| 1047 | 2026-08-20T02:56:38.367Z | Downloaded zip v4.6.1 |
| 1048 | 2026-08-20T02:56:38.367Z | Downloaded tokio-stream v0.1.18 |
| 1049 | 2026-08-20T02:56:38.367Z | Downloaded async-bb8-diesel v0.2.1 |
| 1050 | 2026-08-20T02:56:38.367Z | Downloaded parking_lot v0.11.2 |
| 1051 | 2026-08-20T02:56:38.367Z | Downloaded nom v7.1.3 |
| 1052 | 2026-08-20T02:56:38.367Z | Downloaded anyhow v1.0.104 |
| 1053 | 2026-08-20T02:56:38.421Z | Downloaded futures v0.3.32 |
| 1054 | 2026-08-20T02:56:38.421Z | Downloaded curve25519-dalek v4.1.3 |
| 1055 | 2026-08-20T02:56:38.421Z | Downloaded quinn v0.11.11 |
| 1056 | 2026-08-20T02:56:38.456Z | Downloaded prefix-trie v0.7.0 |
| 1057 | 2026-08-20T02:56:38.456Z | Downloaded openssl v0.10.80 |
| 1058 | 2026-08-20T02:56:38.456Z | Downloaded toml v0.7.8 |
| 1059 | 2026-08-20T02:56:38.456Z | Downloaded socket2 v0.6.3 |
| 1060 | 2026-08-20T02:56:38.456Z | Downloaded zerocopy v0.7.35 |
| 1061 | 2026-08-20T02:56:38.456Z | Downloaded chrono v0.4.45 |
| 1062 | 2026-08-20T02:56:38.457Z | Downloaded rustls-webpki v0.103.13 |
| 1063 | 2026-08-20T02:56:38.457Z | Downloaded miette v5.10.0 |
| 1064 | 2026-08-20T02:56:38.457Z | Downloaded reqwest v0.12.28 |
| 1065 | 2026-08-20T02:56:38.457Z | Downloaded curve25519-dalek v5.0.0 |
| 1066 | 2026-08-20T02:56:38.457Z | Downloaded aes-gcm v0.11.0 |
| 1067 | 2026-08-20T02:56:38.457Z | Downloaded serde_with v3.21.0 |
| 1068 | 2026-08-20T02:56:38.547Z | Downloaded libm v0.2.16 |
| 1069 | 2026-08-20T02:56:38.547Z | Downloaded zlib-rs v0.6.2 |
| 1070 | 2026-08-20T02:56:38.547Z | Downloaded blake3 v1.8.5 |
| 1071 | 2026-08-20T02:56:38.547Z | Downloaded ssh-key v0.7.0-rc.11 |
| 1072 | 2026-08-20T02:56:38.548Z | Downloaded smoltcp v0.11.0 |
| 1073 | 2026-08-20T02:56:38.616Z | Downloaded aws-lc-rs v1.16.3 |
| 1074 | 2026-08-20T02:56:38.616Z | Downloaded samael v0.0.19 |
| 1075 | 2026-08-20T02:56:38.616Z | Downloaded nom v8.0.0 |
| 1076 | 2026-08-20T02:56:38.616Z | Downloaded ed25519-dalek v3.0.0 |
| 1077 | 2026-08-20T02:56:38.616Z | Downloaded p256 v0.14.0 |
| 1078 | 2026-08-20T02:56:38.616Z | Downloaded petname v2.0.2 |
| 1079 | 2026-08-20T02:56:38.616Z | Downloaded num-bigint-dig v0.8.6 |
| 1080 | 2026-08-20T02:56:38.616Z | Downloaded typed-path v0.9.3 |
| 1081 | 2026-08-20T02:56:38.616Z | Downloaded unicode-normalization v0.1.25 |
| 1082 | 2026-08-20T02:56:38.617Z | Downloaded lalrpop v0.19.12 |
| 1083 | 2026-08-20T02:56:38.617Z | Downloaded regress v0.10.5 |
| 1084 | 2026-08-20T02:56:38.617Z | Downloaded pest v2.8.6 |
| 1085 | 2026-08-20T02:56:38.617Z | Downloaded regex v1.12.3 |
| 1086 | 2026-08-20T02:56:38.617Z | Downloaded serde_with v1.14.0 |
| 1087 | 2026-08-20T02:56:38.677Z | Downloaded hickory-proto v0.24.4 |
| 1088 | 2026-08-20T02:56:38.677Z | Downloaded time v0.3.47 |
| 1089 | 2026-08-20T02:56:38.677Z | Downloaded zerocopy-derive v0.8.55 |
| 1090 | 2026-08-20T02:56:38.677Z | Downloaded winnow v1.0.3 |
| 1091 | 2026-08-20T02:56:38.677Z | Downloaded tabled v0.15.0 |
| 1092 | 2026-08-20T02:56:38.677Z | Downloaded p521 v0.14.0 |
| 1093 | 2026-08-20T02:56:38.677Z | Downloaded syn v2.0.117 |
| 1094 | 2026-08-20T02:56:38.677Z | Downloaded goblin v0.10.5 |
| 1095 | 2026-08-20T02:56:38.677Z | Downloaded nix v0.31.2 |
| 1096 | 2026-08-20T02:56:38.685Z | Downloaded regress v0.11.1 |
| 1097 | 2026-08-20T02:56:38.773Z | Downloaded tower-http v0.6.8 |
| 1098 | 2026-08-20T02:56:38.774Z | Downloaded object v0.30.4 |
| 1099 | 2026-08-20T02:56:38.774Z | Downloaded rustix v0.38.44 |
| 1100 | 2026-08-20T02:56:38.774Z | Downloaded diesel v2.3.7 |
| 1101 | 2026-08-20T02:56:38.774Z | Downloaded salty v0.3.0 |
| 1102 | 2026-08-20T02:56:38.774Z | Downloaded portable-atomic v1.13.1 |
| 1103 | 2026-08-20T02:56:38.774Z | Downloaded moka v0.12.13 |
| 1104 | 2026-08-20T02:56:38.774Z | Downloaded hickory-proto v0.25.2 |
| 1105 | 2026-08-20T02:56:38.774Z | Downloaded tabled v0.21.0 |
| 1106 | 2026-08-20T02:56:38.861Z | Downloaded bitvec v1.0.1 |
| 1107 | 2026-08-20T02:56:38.861Z | Downloaded regex-syntax v0.6.29 |
| 1108 | 2026-08-20T02:56:38.861Z | Downloaded openapiv3 v2.2.0 |
| 1109 | 2026-08-20T02:56:38.861Z | Downloaded rustls v0.23.41 |
| 1110 | 2026-08-20T02:56:38.862Z | Downloaded sha3 v0.12.0 |
| 1111 | 2026-08-20T02:56:38.862Z | Downloaded syn v1.0.109 |
| 1112 | 2026-08-20T02:56:38.862Z | Downloaded nix v0.28.0 |
| 1113 | 2026-08-20T02:56:38.862Z | Downloaded sled v0.34.7 |
| 1114 | 2026-08-20T02:56:38.862Z | Downloaded vcpkg v0.2.15 |
| 1115 | 2026-08-20T02:56:38.862Z | Downloaded radix_trie v0.2.1 |
| 1116 | 2026-08-20T02:56:38.862Z | Downloaded object v0.37.3 |
| 1117 | 2026-08-20T02:56:38.961Z | Downloaded zerocopy v0.8.55 |
| 1118 | 2026-08-20T02:56:38.961Z | Downloaded unicode-width v0.2.0 |
| 1119 | 2026-08-20T02:56:38.961Z | Downloaded polar-core v0.27.3 |
| 1120 | 2026-08-20T02:56:38.961Z | Downloaded gimli v0.32.3 |
| 1121 | 2026-08-20T02:56:38.961Z | Downloaded unicode-width v0.1.14 |
| 1122 | 2026-08-20T02:56:38.961Z | Downloaded typify-impl v0.6.2 |
| 1123 | 2026-08-20T02:56:38.961Z | Downloaded rustix v1.1.4 |
| 1124 | 2026-08-20T02:56:38.964Z | Downloaded bstr v1.12.1 |
| 1125 | 2026-08-20T02:56:38.964Z | Downloaded dropshot v0.17.1 |
| 1126 | 2026-08-20T02:56:38.964Z | Downloaded zerocopy-derive v0.6.6 |
| 1127 | 2026-08-20T02:56:38.964Z | Downloaded regex-syntax v0.8.10 |
| 1128 | 2026-08-20T02:56:38.984Z | Downloaded nix v0.27.1 |
| 1129 | 2026-08-20T02:56:38.984Z | Downloaded sha3 v0.11.0 |
| 1130 | 2026-08-20T02:56:38.984Z | Downloaded sqlparser v0.61.0 |
| 1131 | 2026-08-20T02:56:38.984Z | Downloaded tracing v0.1.44 |
| 1132 | 2026-08-20T02:56:39.100Z | Downloaded ratatui v0.29.0 |
| 1133 | 2026-08-20T02:56:39.100Z | Downloaded jiff v0.2.34 |
| 1134 | 2026-08-20T02:56:39.100Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1135 | 2026-08-20T02:56:39.100Z | Downloaded csv v1.4.0 |
| 1136 | 2026-08-20T02:56:39.100Z | Downloaded regex-automata v0.4.14 |
| 1137 | 2026-08-20T02:56:39.122Z | Downloaded sha3 v0.10.8 |
| 1138 | 2026-08-20T02:56:39.122Z | Downloaded libz-sys v1.1.24 |
| 1139 | 2026-08-20T02:56:39.122Z | Downloaded petgraph v0.6.5 |
| 1140 | 2026-08-20T02:56:39.122Z | Downloaded petgraph v0.8.3 |
| 1141 | 2026-08-20T02:56:39.122Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1142 | 2026-08-20T02:56:39.122Z | Downloaded chrono-tz v0.10.4 |
| 1143 | 2026-08-20T02:56:39.169Z | Downloaded encoding_rs v0.8.35 |
| 1144 | 2026-08-20T02:56:39.169Z | Downloaded tokio v1.52.1 |
| 1145 | 2026-08-20T02:56:39.187Z | Downloaded libc v0.2.185 |
| 1146 | 2026-08-20T02:56:39.187Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1147 | 2026-08-20T02:56:44.197Z | Downloaded ring v0.17.14 |
| 1148 | 2026-08-20T02:56:44.434Z | Downloaded httpmock v0.8.3 |
| 1149 | 2026-08-20T02:56:44.434Z | Downloaded aws-lc-sys v0.40.0 |
| 1150 | 2026-08-20T02:56:44.434Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1151 | 2026-08-20T02:56:44.434Z | Startup: Refreshing catalog 'helios' ... Done |
| 1152 | 2026-08-20T02:56:44.434Z | Startup: Caching catalogs ... Done |
| 1153 | 2026-08-20T02:56:44.663Z | Planning: Solver setup ... Done (1.783s) |
| 1154 | 2026-08-20T02:56:44.759Z | Planning: Running solver ... Done (0.056s) |
| 1155 | 2026-08-20T02:56:44.759Z | Planning: Finding local manifests ... Done (0.004s) |
| 1156 | 2026-08-20T02:56:44.760Z | Planning: Fetching manifests: 0/2 0% complete |
| 1157 | 2026-08-20T02:56:44.760Z | Planning: Fetching manifests: 2/2 100% complete |
| 1158 | 2026-08-20T02:56:44.778Z | Planning: Package planning ... Done (0.014s) |
| 1159 | 2026-08-20T02:56:44.779Z | Planning: Merging actions ... Done (0.001s) |
| 1160 | 2026-08-20T02:56:44.840Z | Planning: Checking for conflicting actions ... Done (0.159s) |
| 1161 | 2026-08-20T02:56:44.845Z | Planning: Consolidating action changes ... Done (0.001s) |
| 1162 | 2026-08-20T02:56:45.721Z | Planning: Evaluating mediators ... Done (0.881s) |
| 1163 | 2026-08-20T02:56:45.725Z | Planning: Planning completed in 3.05 seconds |
| 1164 | 2026-08-20T02:56:45.872Z | Packages to install: 2 |
| 1165 | 2026-08-20T02:56:45.872Z | Estimated space available: 155.73 GB |
| 1166 | 2026-08-20T02:56:45.872Z | Estimated space to be consumed: 72.15 MB |
| 1167 | 2026-08-20T02:56:45.872Z | Create boot environment: No |
| 1168 | 2026-08-20T02:56:45.872Z | Create backup boot environment: No |
| 1169 | 2026-08-20T02:56:45.872Z | Rebuild boot archive: No |
| 1170 | 2026-08-20T02:56:45.872Z | |
| 1171 | 2026-08-20T02:56:45.872Z | Changed packages: |
| 1172 | 2026-08-20T02:56:45.872Z | helios |
| 1173 | 2026-08-20T02:56:45.872Z | developer/build-essential |
| 1174 | 2026-08-20T02:56:45.872Z | None -> 11-3.0 |
| 1175 | 2026-08-20T02:56:45.872Z | library/libxmlsec1 |
| 1176 | 2026-08-20T02:56:45.872Z | None -> 1.2.35-3.0 |
| 1177 | 2026-08-20T02:56:45.872Z | |
| 1178 | 2026-08-20T02:56:45.872Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 1179 | 2026-08-20T02:56:45.872Z | Download: Completed 1.28 MB in 0.07 seconds (18.5M/s) |
| 1180 | 2026-08-20T02:56:45.914Z | Actions: 1/268 actions (Installing new actions) |
| 1181 | 2026-08-20T02:56:45.953Z | Actions: Completed 268 actions in 0.04 seconds. |
| 1182 | 2026-08-20T02:56:45.986Z | Finalize: Updating package state database ... Done (0.032s) |
| 1183 | 2026-08-20T02:56:45.989Z | Finalize: Updating package cache ... Done (0.000s) |
| 1184 | 2026-08-20T02:56:46.066Z | Finalize: Updating image state ... Done (0.080s) |
| 1185 | 2026-08-20T02:56:48.722Z | Finalize: Creating fast lookup database ... Done (2.588s) |
| 1186 | 2026-08-20T02:56:48.802Z | Finalize: Reading search index ... Done (0.012s) |
| 1187 | 2026-08-20T02:56:48.811Z | Finalize: Updating search index ... Done (0.000s) |
| 1188 | 2026-08-20T02:56:48.895Z | Finalize: Updating package cache ... Done (0.000s) |
| 1189 | 2026-08-20T02:56:49.243Z | Planning: Evaluating mediator changes ... Done |
| 1190 | 2026-08-20T02:56:49.342Z | Planning: Checking for conflicting actions ... Done |
| 1191 | 2026-08-20T02:56:49.358Z | Planning: Consolidating action changes ... Done |
| 1192 | 2026-08-20T02:56:49.528Z | Planning: Evaluating mediators ... Done |
| 1193 | 2026-08-20T02:56:49.549Z | Planning: Planning completed in 0.26 seconds |
| 1194 | 2026-08-20T02:56:49.550Z | Mediators to change: 2 |
| 1195 | 2026-08-20T02:56:49.550Z | Create boot environment: No |
| 1196 | 2026-08-20T02:56:49.550Z | Create backup boot environment: No |
| 1197 | 2026-08-20T02:56:49.583Z | Finalize: Updating package state database ... Done |
| 1198 | 2026-08-20T02:56:49.583Z | Finalize: Updating package cache ... Done |
| 1199 | 2026-08-20T02:56:49.619Z | Finalize: Updating image state ... Done |
| 1200 | 2026-08-20T02:56:51.561Z | Finalize: Creating fast lookup database ... Done |
| 1201 | 2026-08-20T02:56:51.624Z | Finalize: Reading search index ... Done |
| 1202 | 2026-08-20T02:56:51.627Z | Finalize: Updating search index ... Done |
| 1203 | 2026-08-20T02:56:51.690Z | Finalize: Updating package cache ... Done |
| 1204 | 2026-08-20T02:56:51.981Z | Planning: Evaluating mediator changes ... Done |
| 1205 | 2026-08-20T02:56:52.077Z | Planning: Checking for conflicting actions ... Done |
| 1206 | 2026-08-20T02:56:52.080Z | Planning: Consolidating action changes ... Done |
| 1207 | 2026-08-20T02:56:52.238Z | Planning: Evaluating mediators ... Done |
| 1208 | 2026-08-20T02:56:52.241Z | Planning: Planning completed in 0.26 seconds |
| 1209 | 2026-08-20T02:56:52.267Z | Mediators to change: 1 |
| 1210 | 2026-08-20T02:56:52.267Z | Create boot environment: No |
| 1211 | 2026-08-20T02:56:52.267Z | Create backup boot environment: No |
| 1212 | 2026-08-20T02:56:52.330Z | Finalize: Updating package state database ... Done |
| 1213 | 2026-08-20T02:56:52.330Z | Finalize: Updating package cache ... Done |
| 1214 | 2026-08-20T02:56:52.365Z | Finalize: Updating image state ... Done |
| 1215 | 2026-08-20T02:56:54.296Z | Finalize: Creating fast lookup database ... Done |
| 1216 | 2026-08-20T02:56:54.370Z | Finalize: Reading search index ... Done |
| 1217 | 2026-08-20T02:56:54.384Z | Finalize: Updating search index ... Done |
| 1218 | 2026-08-20T02:56:54.418Z | Finalize: Updating package cache ... Done |
| 1219 | 2026-08-20T02:56:54.724Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1220 | 2026-08-20T02:56:54.724Z | apache system 2.4 system |
| 1221 | 2026-08-20T02:56:54.724Z | clang system 15 system |
| 1222 | 2026-08-20T02:56:54.724Z | csh system system illumos |
| 1223 | 2026-08-20T02:56:54.724Z | ctags system system illumos |
| 1224 | 2026-08-20T02:56:54.724Z | file vendor vendor darwinsys |
| 1225 | 2026-08-20T02:56:54.724Z | file system system illumos |
| 1226 | 2026-08-20T02:56:54.724Z | gcc vendor 14 vendor |
| 1227 | 2026-08-20T02:56:54.724Z | gcc system 13 system |
| 1228 | 2026-08-20T02:56:54.724Z | gcc system 10 system |
| 1229 | 2026-08-20T02:56:54.724Z | go system 1.25 system |
| 1230 | 2026-08-20T02:56:54.724Z | llvm system 15 system |
| 1231 | 2026-08-20T02:56:54.724Z | mariadb system 11.4 system |
| 1232 | 2026-08-20T02:56:54.724Z | mta vendor vendor dma |
| 1233 | 2026-08-20T02:56:54.724Z | openjdk system 17 system |
| 1234 | 2026-08-20T02:56:54.725Z | openjdk system 11 system |
| 1235 | 2026-08-20T02:56:54.725Z | openssl vendor 3 vendor |
| 1236 | 2026-08-20T02:56:54.725Z | perl system 5.40 system |
| 1237 | 2026-08-20T02:56:54.725Z | postgresql system 18 system |
| 1238 | 2026-08-20T02:56:54.725Z | postgresql system 17 system |
| 1239 | 2026-08-20T02:56:54.725Z | python vendor 3 vendor |
| 1240 | 2026-08-20T02:56:54.725Z | python system 2 system |
| 1241 | 2026-08-20T02:56:54.725Z | python3 vendor 3.13 vendor |
| 1242 | 2026-08-20T02:56:54.725Z | ruby system 3.4 system |
| 1243 | 2026-08-20T02:56:54.725Z | ruby system 3.0 system |
| 1244 | 2026-08-20T02:56:54.725Z | words vendor vendor american-english |
| 1245 | 2026-08-20T02:56:54.725Z | words system system australian-english |
| 1246 | 2026-08-20T02:56:54.725Z | words system system british-english |
| 1247 | 2026-08-20T02:56:54.726Z | words system system canadian-english |
| 1248 | 2026-08-20T02:56:54.726Z | words system system french |
| 1249 | 2026-08-20T02:56:54.726Z | words system system italian |
| 1250 | 2026-08-20T02:56:54.726Z | words system system ngerman |
| 1251 | 2026-08-20T02:56:54.726Z | words system system ogerman |
| 1252 | 2026-08-20T02:56:54.726Z | words system system spanish |
| 1253 | 2026-08-20T02:56:54.978Z | PUBLISHER TYPE STATUS P LOCATION |
| 1254 | 2026-08-20T02:56:54.979Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 1255 | 2026-08-20T02:56:55.438Z | FMRI IFO |
| 1256 | 2026-08-20T02:56:55.439Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 1257 | 2026-08-20T02:56:55.439Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 1258 | 2026-08-20T02:56:55.439Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 1259 | 2026-08-20T02:56:55.439Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 1260 | 2026-08-20T02:56:55.439Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 1261 | 2026-08-20T02:56:55.439Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 1262 | 2026-08-20T02:56:55.439Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 1263 | 2026-08-20T02:56:55.439Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 1264 | 2026-08-20T02:56:55.439Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 1265 | 2026-08-20T02:56:56.051Z | Downloading crates ... |
| 1266 | 2026-08-20T02:56:56.100Z | Downloaded cargo_toml v0.21.0 |
| 1267 | 2026-08-20T02:56:56.148Z | Compiling proc-macro2 v1.0.106 |
| 1268 | 2026-08-20T02:56:56.148Z | Compiling quote v1.0.45 |
| 1269 | 2026-08-20T02:56:56.148Z | Compiling unicode-ident v1.0.24 |
| 1270 | 2026-08-20T02:56:56.151Z | Compiling serde_core v1.0.228 |
| 1271 | 2026-08-20T02:56:56.151Z | Compiling libc v0.2.185 |
| 1272 | 2026-08-20T02:56:56.151Z | Compiling version_check v0.9.5 |
| 1273 | 2026-08-20T02:56:56.151Z | Compiling memchr v2.8.0 |
| 1274 | 2026-08-20T02:56:56.151Z | Compiling serde v1.0.228 |
| 1275 | 2026-08-20T02:56:56.151Z | Compiling zmij v1.0.21 |
| 1276 | 2026-08-20T02:56:56.227Z | Compiling itoa v1.0.17 |
| 1277 | 2026-08-20T02:56:56.231Z | Compiling thiserror v1.0.69 |
| 1278 | 2026-08-20T02:56:56.231Z | Compiling ucd-trie v0.1.7 |
| 1279 | 2026-08-20T02:56:56.231Z | Compiling byteorder v1.5.0 |
| 1280 | 2026-08-20T02:56:56.231Z | Compiling rustix v1.1.4 |
| 1281 | 2026-08-20T02:56:56.438Z | Compiling bitflags v2.11.0 |
| 1282 | 2026-08-20T02:56:56.553Z | Compiling serde_json v1.0.151 |
| 1283 | 2026-08-20T02:56:56.696Z | Compiling camino v1.2.5 |
| 1284 | 2026-08-20T02:56:56.696Z | Compiling usdt-impl v0.5.0 |
| 1285 | 2026-08-20T02:56:56.707Z | Compiling proc-macro-error-attr v1.0.4 |
| 1286 | 2026-08-20T02:56:56.759Z | Compiling pest v2.8.6 |
| 1287 | 2026-08-20T02:56:56.848Z | Compiling syn v1.0.109 |
| 1288 | 2026-08-20T02:56:56.858Z | Compiling proc-macro-error v1.0.4 |
| 1289 | 2026-08-20T02:56:56.869Z | Compiling log v0.4.33 |
| 1290 | 2026-08-20T02:56:56.893Z | Compiling hashbrown v0.17.0 |
| 1291 | 2026-08-20T02:56:56.959Z | Compiling utf8parse v0.2.2 |
| 1292 | 2026-08-20T02:56:56.970Z | Compiling equivalent v1.0.2 |
| 1293 | 2026-08-20T02:56:56.996Z | Compiling plain v0.2.3 |
| 1294 | 2026-08-20T02:56:57.008Z | Compiling getrandom v0.3.4 |
| 1295 | 2026-08-20T02:56:57.036Z | Compiling winnow v0.7.14 |
| 1296 | 2026-08-20T02:56:57.080Z | Compiling anstyle-parse v1.0.0 |
| 1297 | 2026-08-20T02:56:57.094Z | Compiling thiserror v2.0.18 |
| 1298 | 2026-08-20T02:56:57.097Z | Compiling colorchoice v1.0.4 |
| 1299 | 2026-08-20T02:56:57.109Z | Compiling autocfg v1.5.0 |
| 1300 | 2026-08-20T02:56:57.119Z | Compiling pretty-hex v0.4.1 |
| 1301 | 2026-08-20T02:56:57.179Z | Compiling errno v0.3.14 |
| 1302 | 2026-08-20T02:56:57.188Z | Compiling thread-id v4.2.2 |
| 1303 | 2026-08-20T02:56:57.229Z | Compiling is_terminal_polyfill v1.70.2 |
| 1304 | 2026-08-20T02:56:57.257Z | Compiling cfg-if v1.0.4 |
| 1305 | 2026-08-20T02:56:57.270Z | Compiling anstyle v1.0.14 |
| 1306 | 2026-08-20T02:56:57.274Z | Compiling toml_write v0.1.2 |
| 1307 | 2026-08-20T02:56:57.291Z | Compiling anstyle-query v1.1.5 |
| 1308 | 2026-08-20T02:56:57.341Z | Compiling unicode-width v0.1.14 |
| 1309 | 2026-08-20T02:56:57.352Z | Compiling heck v0.5.0 |
| 1310 | 2026-08-20T02:56:57.440Z | Compiling indexmap v2.14.0 |
| 1311 | 2026-08-20T02:56:57.467Z | Compiling anstream v1.0.0 |
| 1312 | 2026-08-20T02:56:57.492Z | Compiling anyhow v1.0.104 |
| 1313 | 2026-08-20T02:56:57.505Z | Compiling clap_lex v1.0.0 |
| 1314 | 2026-08-20T02:56:57.553Z | Compiling fs-err v3.3.0 |
| 1315 | 2026-08-20T02:56:57.612Z | Compiling syn v2.0.117 |
| 1316 | 2026-08-20T02:56:57.666Z | Compiling strsim v0.11.1 |
| 1317 | 2026-08-20T02:56:57.679Z | Compiling fastrand v2.3.0 |
| 1318 | 2026-08-20T02:56:57.756Z | Compiling bytecount v0.6.9 |
| 1319 | 2026-08-20T02:56:57.764Z | Compiling once_cell v1.21.3 |
| 1320 | 2026-08-20T02:56:57.795Z | Compiling fnv v1.0.7 |
| 1321 | 2026-08-20T02:56:57.817Z | Compiling pest_meta v2.8.6 |
| 1322 | 2026-08-20T02:56:57.894Z | Compiling heck v0.4.1 |
| 1323 | 2026-08-20T02:56:57.906Z | Compiling papergrid v0.11.0 |
| 1324 | 2026-08-20T02:56:58.005Z | Compiling memmap v0.7.0 |
| 1325 | 2026-08-20T02:56:58.033Z | Compiling smawk v0.3.2 |
| 1326 | 2026-08-20T02:56:58.073Z | Compiling unicode-linebreak v0.1.5 |
| 1327 | 2026-08-20T02:56:58.077Z | Compiling unicode-width v0.2.0 |
| 1328 | 2026-08-20T02:56:58.138Z | Compiling terminal_size v0.4.3 |
| 1329 | 2026-08-20T02:56:58.156Z | Compiling tempfile v3.27.0 |
| 1330 | 2026-08-20T02:56:58.187Z | Compiling swrite v0.1.0 |
| 1331 | 2026-08-20T02:56:58.243Z | Compiling clap_builder v4.6.0 |
| 1332 | 2026-08-20T02:56:58.308Z | Compiling textwrap v0.16.2 |
| 1333 | 2026-08-20T02:56:58.435Z | Compiling cargo-platform v0.3.2 |
| 1334 | 2026-08-20T02:56:58.483Z | Compiling semver v1.0.28 |
| 1335 | 2026-08-20T02:56:58.713Z | Compiling camino-tempfile v1.4.1 |
| 1336 | 2026-08-20T02:56:59.126Z | Compiling tabled_derive v0.7.0 |
| 1337 | 2026-08-20T02:56:59.759Z | Compiling tabled v0.15.0 |
| 1338 | 2026-08-20T02:56:59.779Z | Compiling pest_generator v2.8.6 |
| 1339 | 2026-08-20T02:57:00.261Z | Compiling serde_derive v1.0.228 |
| 1340 | 2026-08-20T02:57:00.266Z | Compiling thiserror-impl v1.0.69 |
| 1341 | 2026-08-20T02:57:00.266Z | Compiling zerocopy-derive v0.7.35 |
| 1342 | 2026-08-20T02:57:00.266Z | Compiling scroll_derive v0.12.1 |
| 1343 | 2026-08-20T02:57:00.266Z | Compiling thiserror-impl v2.0.18 |
| 1344 | 2026-08-20T02:57:00.266Z | Compiling clap_derive v4.6.1 |
| 1345 | 2026-08-20T02:57:00.299Z | Compiling pest_derive v2.8.6 |
| 1346 | 2026-08-20T02:57:00.870Z | Compiling scroll v0.12.0 |
| 1347 | 2026-08-20T02:57:00.931Z | Compiling zerocopy v0.7.35 |
| 1348 | 2026-08-20T02:57:01.074Z | Compiling goblin v0.8.2 |
| 1349 | 2026-08-20T02:57:01.270Z | Compiling dtrace-parser v0.2.0 |
| 1350 | 2026-08-20T02:57:01.543Z | Compiling clap v4.6.1 |
| 1351 | 2026-08-20T02:57:02.622Z | Compiling toml_datetime v0.6.11 |
| 1352 | 2026-08-20T02:57:02.622Z | Compiling serde_spanned v0.6.9 |
| 1353 | 2026-08-20T02:57:02.631Z | Compiling cargo_metadata v0.23.1 |
| 1354 | 2026-08-20T02:57:02.631Z | Compiling macaddr v1.0.1 |
| 1355 | 2026-08-20T02:57:02.631Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1356 | 2026-08-20T02:57:02.636Z | Compiling dof v0.3.0 |
| 1357 | 2026-08-20T02:57:02.637Z | Compiling serde_tokenstream v0.2.3 |
| 1358 | 2026-08-20T02:57:02.803Z | Compiling toml_edit v0.22.27 |
| 1359 | 2026-08-20T02:57:03.323Z | Compiling usdt-attr-macro v0.5.0 |
| 1360 | 2026-08-20T02:57:03.331Z | Compiling usdt-macro v0.5.0 |
| 1361 | 2026-08-20T02:57:03.914Z | Compiling usdt v0.5.0 |
| 1362 | 2026-08-20T02:57:04.054Z | Compiling toml v0.8.23 |
| 1363 | 2026-08-20T02:57:04.397Z | Compiling cargo_toml v0.21.0 |
| 1364 | 2026-08-20T02:57:05.658Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1365 | 2026-08-20T02:57:07.742Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.11s |
| 1366 | 2026-08-20T02:57:07.750Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1367 | 2026-08-20T02:57:08.515Z | Compiling serde_core v1.0.228 |
| 1368 | 2026-08-20T02:57:08.515Z | Compiling libc v0.2.185 |
| 1369 | 2026-08-20T02:57:08.515Z | Compiling serde v1.0.228 |
| 1370 | 2026-08-20T02:57:08.518Z | Compiling log v0.4.33 |
| 1371 | 2026-08-20T02:57:08.518Z | Compiling smallvec v1.15.1 |
| 1372 | 2026-08-20T02:57:08.518Z | Compiling shlex v1.3.0 |
| 1373 | 2026-08-20T02:57:08.518Z | Compiling find-msvc-tools v0.1.9 |
| 1374 | 2026-08-20T02:57:08.519Z | Compiling subtle v2.6.1 |
| 1375 | 2026-08-20T02:57:08.651Z | Compiling scopeguard v1.2.0 |
| 1376 | 2026-08-20T02:57:08.666Z | Compiling stable_deref_trait v1.2.1 |
| 1377 | 2026-08-20T02:57:08.667Z | Compiling typenum v1.20.1 |
| 1378 | 2026-08-20T02:57:08.667Z | Compiling zerocopy v0.8.55 |
| 1379 | 2026-08-20T02:57:08.674Z | Compiling portable-atomic v1.13.1 |
| 1380 | 2026-08-20T02:57:08.736Z | Compiling serde_json v1.0.151 |
| 1381 | 2026-08-20T02:57:08.747Z | Compiling syn v2.0.117 |
| 1382 | 2026-08-20T02:57:08.772Z | Compiling critical-section v1.2.0 |
| 1383 | 2026-08-20T02:57:08.780Z | Compiling libm v0.2.16 |
| 1384 | 2026-08-20T02:57:08.806Z | Compiling lock_api v0.4.14 |
| 1385 | 2026-08-20T02:57:08.879Z | Compiling num-traits v0.2.19 |
| 1386 | 2026-08-20T02:57:08.909Z | Compiling pkg-config v0.3.32 |
| 1387 | 2026-08-20T02:57:08.929Z | Compiling generic-array v0.14.7 |
| 1388 | 2026-08-20T02:57:08.935Z | Compiling parking_lot_core v0.9.12 |
| 1389 | 2026-08-20T02:57:08.984Z | Compiling const-oid v0.9.6 |
| 1390 | 2026-08-20T02:57:08.988Z | Compiling pin-project-lite v0.2.17 |
| 1391 | 2026-08-20T02:57:09.029Z | Compiling getrandom v0.3.4 |
| 1392 | 2026-08-20T02:57:09.074Z | Compiling writeable v0.6.2 |
| 1393 | 2026-08-20T02:57:09.115Z | Compiling litemap v0.8.1 |
| 1394 | 2026-08-20T02:57:09.118Z | Compiling futures-core v0.3.32 |
| 1395 | 2026-08-20T02:57:09.229Z | Compiling percent-encoding v2.3.2 |
| 1396 | 2026-08-20T02:57:09.240Z | Compiling icu_normalizer_data v2.1.1 |
| 1397 | 2026-08-20T02:57:09.269Z | Compiling icu_properties_data v2.1.2 |
| 1398 | 2026-08-20T02:57:09.285Z | Compiling getrandom v0.4.3 |
| 1399 | 2026-08-20T02:57:09.293Z | Compiling rustix v1.1.4 |
| 1400 | 2026-08-20T02:57:09.329Z | Compiling futures-sink v0.3.32 |
| 1401 | 2026-08-20T02:57:09.334Z | Compiling rand_core v0.10.0 |
| 1402 | 2026-08-20T02:57:09.445Z | Compiling futures-channel v0.3.32 |
| 1403 | 2026-08-20T02:57:09.448Z | Compiling futures-io v0.3.32 |
| 1404 | 2026-08-20T02:57:09.496Z | Compiling slab v0.4.12 |
| 1405 | 2026-08-20T02:57:09.535Z | Compiling futures-task v0.3.32 |
| 1406 | 2026-08-20T02:57:09.568Z | Compiling utf8_iter v1.0.4 |
| 1407 | 2026-08-20T02:57:09.604Z | Compiling errno v0.3.14 |
| 1408 | 2026-08-20T02:57:09.629Z | Compiling jobserver v0.1.34 |
| 1409 | 2026-08-20T02:57:09.669Z | Compiling getrandom v0.2.17 |
| 1410 | 2026-08-20T02:57:09.688Z | Compiling mio v1.2.0 |
| 1411 | 2026-08-20T02:57:09.691Z | Compiling socket2 v0.6.3 |
| 1412 | 2026-08-20T02:57:09.745Z | Compiling signal-hook-registry v1.4.8 |
| 1413 | 2026-08-20T02:57:09.751Z | Compiling form_urlencoded v1.2.2 |
| 1414 | 2026-08-20T02:57:09.786Z | Compiling once_cell v1.21.3 |
| 1415 | 2026-08-20T02:57:09.797Z | Compiling rustversion v1.0.22 |
| 1416 | 2026-08-20T02:57:09.829Z | Compiling rand_core v0.6.4 |
| 1417 | 2026-08-20T02:57:09.894Z | Compiling cc v1.2.56 |
| 1418 | 2026-08-20T02:57:09.909Z | Compiling parking_lot v0.12.5 |
| 1419 | 2026-08-20T02:57:09.965Z | Compiling base64ct v1.8.3 |
| 1420 | 2026-08-20T02:57:09.998Z | Compiling iana-time-zone v0.1.65 |
| 1421 | 2026-08-20T02:57:10.036Z | Compiling regex-syntax v0.8.10 |
| 1422 | 2026-08-20T02:57:10.051Z | Compiling fs_extra v1.3.0 |
| 1423 | 2026-08-20T02:57:10.081Z | Compiling dunce v1.0.5 |
| 1424 | 2026-08-20T02:57:10.150Z | Compiling ident_case v1.0.1 |
| 1425 | 2026-08-20T02:57:10.150Z | Compiling flagset v0.4.7 |
| 1426 | 2026-08-20T02:57:10.196Z | Compiling rand_core v0.9.5 |
| 1427 | 2026-08-20T02:57:10.225Z | Compiling pem-rfc7468 v0.7.0 |
| 1428 | 2026-08-20T02:57:10.230Z | Compiling base64 v0.22.1 |
| 1429 | 2026-08-20T02:57:10.255Z | Compiling vcpkg v0.2.15 |
| 1430 | 2026-08-20T02:57:10.292Z | Compiling syn v1.0.109 |
| 1431 | 2026-08-20T02:57:10.295Z | Compiling tracing-core v0.1.36 |
| 1432 | 2026-08-20T02:57:10.320Z | Compiling cpufeatures v0.2.17 |
| 1433 | 2026-08-20T02:57:10.336Z | Compiling schemars v0.8.22 |
| 1434 | 2026-08-20T02:57:10.364Z | Compiling aws-lc-rs v1.16.3 |
| 1435 | 2026-08-20T02:57:10.402Z | Compiling dyn-clone v1.0.20 |
| 1436 | 2026-08-20T02:57:10.414Z | Compiling simd-adler32 v0.3.8 |
| 1437 | 2026-08-20T02:57:10.513Z | Compiling spin v0.9.8 |
| 1438 | 2026-08-20T02:57:10.561Z | Compiling adler2 v2.0.1 |
| 1439 | 2026-08-20T02:57:10.564Z | Compiling tinyvec_macros v0.1.1 |
| 1440 | 2026-08-20T02:57:10.593Z | Compiling cmov v0.5.4 |
| 1441 | 2026-08-20T02:57:10.593Z | Compiling crc32fast v1.5.0 |
| 1442 | 2026-08-20T02:57:10.639Z | Compiling cmake v0.1.57 |
| 1443 | 2026-08-20T02:57:10.665Z | Compiling openssl-probe v0.2.1 |
| 1444 | 2026-08-20T02:57:10.693Z | Compiling httparse v1.10.1 |
| 1445 | 2026-08-20T02:57:10.696Z | Compiling miniz_oxide v0.8.9 |
| 1446 | 2026-08-20T02:57:10.726Z | Compiling tinyvec v1.10.0 |
| 1447 | 2026-08-20T02:57:10.743Z | Compiling aho-corasick v1.1.4 |
| 1448 | 2026-08-20T02:57:10.829Z | Compiling bitflags v2.11.0 |
| 1449 | 2026-08-20T02:57:10.866Z | Compiling semver v1.0.28 |
| 1450 | 2026-08-20T02:57:10.879Z | Compiling indexmap v2.14.0 |
| 1451 | 2026-08-20T02:57:10.927Z | Compiling uuid v1.23.4 |
| 1452 | 2026-08-20T02:57:11.041Z | Compiling ctutils v0.4.2 |
| 1453 | 2026-08-20T02:57:11.055Z | Compiling tower-layer v0.3.3 |
| 1454 | 2026-08-20T02:57:11.084Z | Compiling rustc_version v0.4.1 |
| 1455 | 2026-08-20T02:57:11.098Z | Compiling radium v0.7.0 |
| 1456 | 2026-08-20T02:57:11.112Z | Compiling tower-service v0.3.3 |
| 1457 | 2026-08-20T02:57:11.194Z | Compiling try-lock v0.2.5 |
| 1458 | 2026-08-20T02:57:11.214Z | Compiling untrusted v0.7.1 |
| 1459 | 2026-08-20T02:57:11.241Z | Compiling atomic-waker v1.1.2 |
| 1460 | 2026-08-20T02:57:11.294Z | Compiling want v0.3.1 |
| 1461 | 2026-08-20T02:57:11.361Z | Compiling openssl v0.10.80 |
| 1462 | 2026-08-20T02:57:11.389Z | Compiling maybe-uninit v2.0.0 |
| 1463 | 2026-08-20T02:57:11.407Z | Compiling httpdate v1.0.3 |
| 1464 | 2026-08-20T02:57:11.424Z | Compiling tap v1.0.1 |
| 1465 | 2026-08-20T02:57:11.457Z | Compiling aws-lc-sys v0.40.0 |
| 1466 | 2026-08-20T02:57:11.471Z | Compiling openssl-sys v0.9.117 |
| 1467 | 2026-08-20T02:57:11.532Z | Compiling foreign-types-shared v0.1.1 |
| 1468 | 2026-08-20T02:57:11.544Z | Compiling untrusted v0.9.0 |
| 1469 | 2026-08-20T02:57:11.557Z | Compiling regex-automata v0.4.14 |
| 1470 | 2026-08-20T02:57:11.583Z | Compiling rustls v0.23.41 |
| 1471 | 2026-08-20T02:57:11.611Z | Compiling foreign-types v0.3.2 |
| 1472 | 2026-08-20T02:57:11.626Z | Compiling wyz v0.5.1 |
| 1473 | 2026-08-20T02:57:11.641Z | Compiling synstructure v0.13.2 |
| 1474 | 2026-08-20T02:57:11.654Z | Compiling serde_derive_internals v0.29.1 |
| 1475 | 2026-08-20T02:57:11.677Z | Compiling pest_generator v2.8.6 |
| 1476 | 2026-08-20T02:57:11.683Z | Compiling darling_core v0.20.11 |
| 1477 | 2026-08-20T02:57:11.752Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1478 | 2026-08-20T02:57:11.771Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1479 | 2026-08-20T02:57:12.002Z | Compiling tempfile v3.27.0 |
| 1480 | 2026-08-20T02:57:12.075Z | Compiling terminal_size v0.4.3 |
| 1481 | 2026-08-20T02:57:12.088Z | Compiling unicode-normalization v0.1.25 |
| 1482 | 2026-08-20T02:57:12.174Z | Compiling num-integer v0.1.46 |
| 1483 | 2026-08-20T02:57:12.226Z | Compiling wait-timeout v0.2.1 |
| 1484 | 2026-08-20T02:57:12.239Z | Compiling ahash v0.8.12 |
| 1485 | 2026-08-20T02:57:12.271Z | Compiling time-core v0.1.8 |
| 1486 | 2026-08-20T02:57:12.423Z | Compiling packed_struct v0.10.1 |
| 1487 | 2026-08-20T02:57:12.434Z | Compiling native-tls v0.2.18 |
| 1488 | 2026-08-20T02:57:12.437Z | Compiling funty v2.0.0 |
| 1489 | 2026-08-20T02:57:12.448Z | Compiling quick-error v1.2.3 |
| 1490 | 2026-08-20T02:57:12.477Z | Compiling num-conv v0.2.0 |
| 1491 | 2026-08-20T02:57:12.492Z | Compiling powerfmt v0.2.0 |
| 1492 | 2026-08-20T02:57:12.505Z | Compiling num-bigint-dig v0.8.6 |
| 1493 | 2026-08-20T02:57:12.538Z | Compiling bit-vec v0.8.0 |
| 1494 | 2026-08-20T02:57:12.559Z | Compiling rusty-fork v0.3.1 |
| 1495 | 2026-08-20T02:57:12.598Z | Compiling num-iter v0.1.45 |
| 1496 | 2026-08-20T02:57:12.620Z | Compiling time-macros v0.2.27 |
| 1497 | 2026-08-20T02:57:12.640Z | Compiling deranged v0.5.8 |
| 1498 | 2026-08-20T02:57:12.689Z | Compiling clap_builder v4.6.0 |
| 1499 | 2026-08-20T02:57:12.720Z | Compiling bit-set v0.8.0 |
| 1500 | 2026-08-20T02:57:12.777Z | Compiling bitvec v1.0.1 |
| 1501 | 2026-08-20T02:57:12.782Z | Compiling lazy_static v1.5.0 |
| 1502 | 2026-08-20T02:57:12.858Z | Compiling rand_xorshift v0.4.0 |
| 1503 | 2026-08-20T02:57:12.893Z | Compiling sync_wrapper v1.0.2 |
| 1504 | 2026-08-20T02:57:12.907Z | Compiling indexmap v1.9.3 |
| 1505 | 2026-08-20T02:57:12.911Z | Compiling nodrop v0.1.14 |
| 1506 | 2026-08-20T02:57:13.015Z | Compiling num_threads v0.1.7 |
| 1507 | 2026-08-20T02:57:13.029Z | Compiling crossbeam-utils v0.8.21 |
| 1508 | 2026-08-20T02:57:13.032Z | Compiling object v0.37.3 |
| 1509 | 2026-08-20T02:57:13.057Z | Compiling siphasher v1.0.2 |
| 1510 | 2026-08-20T02:57:13.126Z | Compiling usdt-impl v0.6.0 |
| 1511 | 2026-08-20T02:57:13.130Z | Compiling zlib-rs v0.6.2 |
| 1512 | 2026-08-20T02:57:13.250Z | Compiling unarray v0.1.4 |
| 1513 | 2026-08-20T02:57:13.330Z | Compiling crc-catalog v2.4.0 |
| 1514 | 2026-08-20T02:57:13.347Z | Compiling paste v1.0.15 |
| 1515 | 2026-08-20T02:57:13.392Z | Compiling serde_derive v1.0.228 |
| 1516 | 2026-08-20T02:57:13.405Z | Compiling zeroize_derive v1.5.0 |
| 1517 | 2026-08-20T02:57:13.422Z | Compiling zerocopy-derive v0.8.55 |
| 1518 | 2026-08-20T02:57:13.436Z | Compiling zerofrom-derive v0.1.6 |
| 1519 | 2026-08-20T02:57:13.638Z | Compiling yoke-derive v0.8.1 |
| 1520 | 2026-08-20T02:57:13.653Z | Compiling zerovec-derive v0.11.2 |
| 1521 | 2026-08-20T02:57:13.695Z | Compiling displaydoc v0.2.5 |
| 1522 | 2026-08-20T02:57:13.724Z | Compiling tokio-macros v2.7.0 |
| 1523 | 2026-08-20T02:57:13.993Z | Compiling futures-macro v0.3.32 |
| 1524 | 2026-08-20T02:57:14.076Z | Compiling thiserror-impl v2.0.18 |
| 1525 | 2026-08-20T02:57:14.226Z | Compiling der_derive v0.7.3 |
| 1526 | 2026-08-20T02:57:14.496Z | Compiling tracing-attributes v0.1.31 |
| 1527 | 2026-08-20T02:57:14.527Z | Compiling schemars_derive v0.8.22 |
| 1528 | 2026-08-20T02:57:14.588Z | Compiling scroll_derive v0.13.1 |
| 1529 | 2026-08-20T02:57:14.872Z | Compiling pest_derive v2.8.6 |
| 1530 | 2026-08-20T02:57:14.913Z | Compiling darling_macro v0.20.11 |
| 1531 | 2026-08-20T02:57:14.931Z | Compiling futures-util v0.3.32 |
| 1532 | 2026-08-20T02:57:14.947Z | Compiling zerofrom v0.1.6 |
| 1533 | 2026-08-20T02:57:15.093Z | Compiling yoke v0.8.1 |
| 1534 | 2026-08-20T02:57:15.291Z | Compiling zerovec v0.11.5 |
| 1535 | 2026-08-20T02:57:15.306Z | Compiling zerotrie v0.2.3 |
| 1536 | 2026-08-20T02:57:15.367Z | Compiling thiserror-impl v1.0.69 |
| 1537 | 2026-08-20T02:57:15.447Z | Compiling openssl-macros v0.1.1 |
| 1538 | 2026-08-20T02:57:15.463Z | Compiling scroll v0.13.0 |
| 1539 | 2026-08-20T02:57:15.515Z | Compiling thiserror v2.0.18 |
| 1540 | 2026-08-20T02:57:15.622Z | Compiling darling v0.20.11 |
| 1541 | 2026-08-20T02:57:15.637Z | Compiling packed_struct_codegen v0.10.1 |
| 1542 | 2026-08-20T02:57:15.719Z | Compiling goblin v0.10.5 |
| 1543 | 2026-08-20T02:57:15.757Z | Compiling zerocopy-derive v0.6.6 |
| 1544 | 2026-08-20T02:57:15.775Z | Compiling tinystr v0.8.2 |
| 1545 | 2026-08-20T02:57:15.797Z | Compiling potential_utf v0.1.4 |
| 1546 | 2026-08-20T02:57:15.839Z | Compiling bitfield-macros v0.19.4 |
| 1547 | 2026-08-20T02:57:15.876Z | Compiling clap_derive v4.6.1 |
| 1548 | 2026-08-20T02:57:15.907Z | Compiling tracing v0.1.44 |
| 1549 | 2026-08-20T02:57:15.978Z | Compiling icu_locale_core v2.1.1 |
| 1550 | 2026-08-20T02:57:16.004Z | Compiling icu_collections v2.1.1 |
| 1551 | 2026-08-20T02:57:16.201Z | Compiling flate2 v1.1.9 |
| 1552 | 2026-08-20T02:57:16.474Z | Compiling derive_builder_core v0.20.2 |
| 1553 | 2026-08-20T02:57:16.519Z | Compiling dtrace-parser v0.3.0 |
| 1554 | 2026-08-20T02:57:16.601Z | Compiling icu_provider v2.1.1 |
| 1555 | 2026-08-20T02:57:16.638Z | Compiling bitfield v0.19.4 |
| 1556 | 2026-08-20T02:57:16.654Z | Compiling zerocopy v0.6.6 |
| 1557 | 2026-08-20T02:57:16.697Z | Compiling thiserror v1.0.69 |
| 1558 | 2026-08-20T02:57:16.814Z | Compiling time v0.3.47 |
| 1559 | 2026-08-20T02:57:16.896Z | Compiling icu_properties v2.1.2 |
| 1560 | 2026-08-20T02:57:16.910Z | Compiling zeroize v1.9.0 |
| 1561 | 2026-08-20T02:57:16.940Z | Compiling bytes v1.11.1 |
| 1562 | 2026-08-20T02:57:16.959Z | Compiling icu_normalizer v2.1.1 |
| 1563 | 2026-08-20T02:57:16.996Z | Compiling chrono v0.4.45 |
| 1564 | 2026-08-20T02:57:17.010Z | Compiling ipnet v2.12.0 |
| 1565 | 2026-08-20T02:57:17.297Z | Compiling der v0.7.10 |
| 1566 | 2026-08-20T02:57:17.331Z | Compiling rustls-pki-types v1.14.0 |
| 1567 | 2026-08-20T02:57:17.381Z | Compiling hybrid-array v0.4.13 |
| 1568 | 2026-08-20T02:57:17.506Z | Compiling tokio v1.52.1 |
| 1569 | 2026-08-20T02:57:17.527Z | Compiling http v1.4.2 |
| 1570 | 2026-08-20T02:57:17.574Z | Compiling hex v0.4.3 |
| 1571 | 2026-08-20T02:57:17.701Z | Compiling block-buffer v0.10.4 |
| 1572 | 2026-08-20T02:57:17.723Z | Compiling crypto-common v0.1.7 |
| 1573 | 2026-08-20T02:57:17.787Z | Compiling idna_adapter v1.2.1 |
| 1574 | 2026-08-20T02:57:17.853Z | Compiling digest v0.10.7 |
| 1575 | 2026-08-20T02:57:17.886Z | Compiling serde_spanned v0.6.9 |
| 1576 | 2026-08-20T02:57:17.901Z | Compiling idna v1.1.0 |
| 1577 | 2026-08-20T02:57:17.939Z | Compiling ppv-lite86 v0.2.21 |
| 1578 | 2026-08-20T02:57:17.997Z | Compiling toml_datetime v0.6.11 |
| 1579 | 2026-08-20T02:57:18.112Z | Compiling sha2 v0.10.9 |
| 1580 | 2026-08-20T02:57:18.127Z | Compiling spki v0.7.3 |
| 1581 | 2026-08-20T02:57:18.160Z | Compiling signature v2.2.0 |
| 1582 | 2026-08-20T02:57:18.268Z | Compiling url v2.5.8 |
| 1583 | 2026-08-20T02:57:18.281Z | Compiling rand_chacha v0.9.0 |
| 1584 | 2026-08-20T02:57:18.300Z | Compiling pkcs8 v0.10.2 |
| 1585 | 2026-08-20T02:57:18.354Z | Compiling http-body v1.0.1 |
| 1586 | 2026-08-20T02:57:18.369Z | Compiling rand_chacha v0.3.1 |
| 1587 | 2026-08-20T02:57:18.389Z | Compiling hmac v0.12.1 |
| 1588 | 2026-08-20T02:57:18.465Z | Compiling clap v4.6.1 |
| 1589 | 2026-08-20T02:57:18.505Z | Compiling rand v0.9.2 |
| 1590 | 2026-08-20T02:57:18.522Z | Compiling http-body-util v0.1.3 |
| 1591 | 2026-08-20T02:57:18.555Z | Compiling dof v0.4.0 |
| 1592 | 2026-08-20T02:57:18.570Z | Compiling pkcs1 v0.7.5 |
| 1593 | 2026-08-20T02:57:18.602Z | Compiling rand v0.8.6 |
| 1594 | 2026-08-20T02:57:18.794Z | Compiling crc v3.4.0 |
| 1595 | 2026-08-20T02:57:18.889Z | Compiling scroll_derive v0.12.1 |
| 1596 | 2026-08-20T02:57:18.983Z | Compiling structmeta-derive v0.3.0 |
| 1597 | 2026-08-20T02:57:19.033Z | Compiling array-init v0.0.4 |
| 1598 | 2026-08-20T02:57:19.048Z | Compiling smallvec v0.6.14 |
| 1599 | 2026-08-20T02:57:19.082Z | Compiling proptest v1.11.0 |
| 1600 | 2026-08-20T02:57:19.170Z | Compiling darling_core v0.23.0 |
| 1601 | 2026-08-20T02:57:19.289Z | Compiling heapless v0.7.17 |
| 1602 | 2026-08-20T02:57:19.409Z | Compiling slog v2.8.2 |
| 1603 | 2026-08-20T02:57:19.467Z | Compiling thread-id v5.1.0 |
| 1604 | 2026-08-20T02:57:19.470Z | Compiling env_filter v2.0.0 |
| 1605 | 2026-08-20T02:57:19.565Z | Compiling cookie v0.18.1 |
| 1606 | 2026-08-20T02:57:19.603Z | Compiling ipnetwork v0.21.1 |
| 1607 | 2026-08-20T02:57:19.679Z | Compiling zstd-safe v7.2.4 |
| 1608 | 2026-08-20T02:57:19.703Z | Compiling base64 v0.21.7 |
| 1609 | 2026-08-20T02:57:19.703Z | Compiling iri-string v0.7.10 |
| 1610 | 2026-08-20T02:57:19.770Z | Compiling signal-hook v0.3.18 |
| 1611 | 2026-08-20T02:57:19.805Z | Compiling ryu v1.0.23 |
| 1612 | 2026-08-20T02:57:19.820Z | Compiling gimli v0.32.3 |
| 1613 | 2026-08-20T02:57:19.835Z | Compiling winnow v0.5.40 |
| 1614 | 2026-08-20T02:57:19.961Z | Compiling hashbrown v0.12.3 |
| 1615 | 2026-08-20T02:57:19.975Z | Compiling unicode-bidi v0.3.18 |
| 1616 | 2026-08-20T02:57:19.993Z | Compiling unicode-properties v0.1.4 |
| 1617 | 2026-08-20T02:57:20.008Z | Compiling anyhow v1.0.104 |
| 1618 | 2026-08-20T02:57:20.028Z | Compiling allocator-api2 v0.2.21 |
| 1619 | 2026-08-20T02:57:20.099Z | Compiling serde_urlencoded v0.7.1 |
| 1620 | 2026-08-20T02:57:20.156Z | Compiling structmeta v0.3.0 |
| 1621 | 2026-08-20T02:57:20.171Z | Compiling ron v0.8.1 |
| 1622 | 2026-08-20T02:57:20.221Z | Compiling oxnet v0.1.6 |
| 1623 | 2026-08-20T02:57:20.366Z | Compiling rsa v0.9.10 |
| 1624 | 2026-08-20T02:57:20.380Z | Compiling stringprep v0.1.5 |
| 1625 | 2026-08-20T02:57:20.524Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1626 | 2026-08-20T02:57:20.560Z | Compiling scroll v0.12.0 |
| 1627 | 2026-08-20T02:57:20.575Z | Compiling env_logger v0.11.11 |
| 1628 | 2026-08-20T02:57:20.842Z | Compiling serde-hex v0.1.0 |
| 1629 | 2026-08-20T02:57:20.857Z | Compiling camino v1.2.5 |
| 1630 | 2026-08-20T02:57:20.949Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1631 | 2026-08-20T02:57:21.178Z | Compiling toml_edit v0.19.15 |
| 1632 | 2026-08-20T02:57:21.240Z | Compiling x509-cert v0.2.5 |
| 1633 | 2026-08-20T02:57:21.305Z | Compiling hashbrown v0.13.2 |
| 1634 | 2026-08-20T02:57:21.329Z | Compiling crypto-common v0.2.2 |
| 1635 | 2026-08-20T02:57:21.459Z | Compiling tokio-util v0.7.18 |
| 1636 | 2026-08-20T02:57:21.682Z | Compiling tower v0.5.3 |
| 1637 | 2026-08-20T02:57:21.763Z | Compiling darling_macro v0.23.0 |
| 1638 | 2026-08-20T02:57:21.806Z | Compiling newtype-uuid v1.3.2 |
| 1639 | 2026-08-20T02:57:21.841Z | Compiling addr2line v0.25.1 |
| 1640 | 2026-08-20T02:57:22.161Z | Compiling h2 v0.4.15 |
| 1641 | 2026-08-20T02:57:22.193Z | Compiling tower-http v0.6.8 |
| 1642 | 2026-08-20T02:57:22.208Z | Compiling tokio-native-tls v0.3.1 |
| 1643 | 2026-08-20T02:57:22.292Z | Compiling block-buffer v0.12.1 |
| 1644 | 2026-08-20T02:57:22.395Z | Compiling block-padding v0.4.2 |
| 1645 | 2026-08-20T02:57:22.511Z | Compiling md-5 v0.10.6 |
| 1646 | 2026-08-20T02:57:22.516Z | Compiling rustls-native-certs v0.8.3 |
| 1647 | 2026-08-20T02:57:22.586Z | Compiling derive_builder_macro v0.20.2 |
| 1648 | 2026-08-20T02:57:22.625Z | Compiling erased-serde v0.3.31 |
| 1649 | 2026-08-20T02:57:22.641Z | Compiling serde_tokenstream v0.2.3 |
| 1650 | 2026-08-20T02:57:22.695Z | Compiling bzip2 v0.4.4 |
| 1651 | 2026-08-20T02:57:22.835Z | Compiling bstr v1.12.1 |
| 1652 | 2026-08-20T02:57:22.919Z | Compiling async-trait v0.1.89 |
| 1653 | 2026-08-20T02:57:22.965Z | Compiling zerocopy-derive v0.7.35 |
| 1654 | 2026-08-20T02:57:23.092Z | Compiling daft-derive v0.1.7 |
| 1655 | 2026-08-20T02:57:23.105Z | Compiling pin-project-internal v1.1.11 |
| 1656 | 2026-08-20T02:57:23.133Z | Compiling curve25519-dalek v4.1.3 |
| 1657 | 2026-08-20T02:57:23.351Z | Compiling vergen-lib v9.1.0 |
| 1658 | 2026-08-20T02:57:23.383Z | Compiling hash32 v0.2.1 |
| 1659 | 2026-08-20T02:57:23.464Z | Compiling encoding_rs v0.8.35 |
| 1660 | 2026-08-20T02:57:23.491Z | Compiling memoffset v0.9.1 |
| 1661 | 2026-08-20T02:57:23.506Z | Compiling mime v0.3.17 |
| 1662 | 2026-08-20T02:57:23.543Z | Compiling owo-colors v4.3.0 |
| 1663 | 2026-08-20T02:57:23.587Z | Compiling ref-cast v1.0.25 |
| 1664 | 2026-08-20T02:57:23.715Z | Compiling crc-any v2.5.0 |
| 1665 | 2026-08-20T02:57:23.731Z | Compiling psl-types v2.0.11 |
| 1666 | 2026-08-20T02:57:23.785Z | Compiling cfg_aliases v0.2.1 |
| 1667 | 2026-08-20T02:57:23.863Z | Compiling rustc-demangle v0.1.27 |
| 1668 | 2026-08-20T02:57:23.881Z | Compiling rustix v0.38.44 |
| 1669 | 2026-08-20T02:57:23.884Z | Compiling smoltcp v0.9.1 |
| 1670 | 2026-08-20T02:57:23.884Z | Compiling litrs v1.0.0 |
| 1671 | 2026-08-20T02:57:23.909Z | Compiling fallible-iterator v0.2.0 |
| 1672 | 2026-08-20T02:57:23.940Z | Compiling zerocopy v0.7.35 |
| 1673 | 2026-08-20T02:57:23.997Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1674 | 2026-08-20T02:57:24.022Z | Compiling nix v0.31.2 |
| 1675 | 2026-08-20T02:57:24.047Z | Compiling daft v0.1.7 |
| 1676 | 2026-08-20T02:57:24.302Z | Compiling postgres-protocol v0.6.10 |
| 1677 | 2026-08-20T02:57:24.302Z | Compiling pin-project v1.1.11 |
| 1678 | 2026-08-20T02:57:24.343Z | Compiling backtrace v0.3.76 |
| 1679 | 2026-08-20T02:57:24.355Z | Compiling publicsuffix v2.3.0 |
| 1680 | 2026-08-20T02:57:24.678Z | Compiling derive_builder v0.20.2 |
| 1681 | 2026-08-20T02:57:24.711Z | Compiling document-features v0.2.12 |
| 1682 | 2026-08-20T02:57:24.711Z | Compiling zip v0.6.6 |
| 1683 | 2026-08-20T02:57:24.711Z | Compiling inout v0.2.2 |
| 1684 | 2026-08-20T02:57:24.711Z | Compiling toml v0.7.8 |
| 1685 | 2026-08-20T02:57:24.711Z | Compiling darling v0.23.0 |
| 1686 | 2026-08-20T02:57:24.780Z | Compiling object v0.30.4 |
| 1687 | 2026-08-20T02:57:24.795Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1688 | 2026-08-20T02:57:24.898Z | Compiling goblin v0.8.2 |
| 1689 | 2026-08-20T02:57:25.069Z | Compiling derive-ex v0.1.8 |
| 1690 | 2026-08-20T02:57:25.131Z | Compiling futures-executor v0.3.32 |
| 1691 | 2026-08-20T02:57:25.190Z | Compiling hubpack_derive v0.1.1 |
| 1692 | 2026-08-20T02:57:25.289Z | Compiling regex v1.12.3 |
| 1693 | 2026-08-20T02:57:25.289Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1694 | 2026-08-20T02:57:25.363Z | Compiling strum_macros v0.27.2 |
| 1695 | 2026-08-20T02:57:25.363Z | Compiling snafu-derive v0.8.9 |
| 1696 | 2026-08-20T02:57:25.464Z | Compiling hyper v1.10.1 |
| 1697 | 2026-08-20T02:57:25.520Z | Compiling ref-cast-impl v1.0.25 |
| 1698 | 2026-08-20T02:57:25.597Z | Compiling phf_shared v0.13.1 |
| 1699 | 2026-08-20T02:57:25.649Z | Compiling vergen v9.1.0 |
| 1700 | 2026-08-20T02:57:25.649Z | Compiling cargo-platform v0.3.2 |
| 1701 | 2026-08-20T02:57:25.649Z | Compiling ff v0.13.1 |
| 1702 | 2026-08-20T02:57:25.793Z | Compiling fs-err v3.3.0 |
| 1703 | 2026-08-20T02:57:25.809Z | Compiling same-file v1.0.6 |
| 1704 | 2026-08-20T02:57:25.809Z | Compiling managed v0.8.0 |
| 1705 | 2026-08-20T02:57:25.887Z | Compiling libbz2-rs-sys v0.2.2 |
| 1706 | 2026-08-20T02:57:25.954Z | Compiling is_ci v1.2.0 |
| 1707 | 2026-08-20T02:57:25.989Z | Compiling unicode-segmentation v1.12.0 |
| 1708 | 2026-08-20T02:57:26.037Z | Compiling bumpalo v3.20.2 |
| 1709 | 2026-08-20T02:57:26.037Z | Compiling foldhash v0.2.0 |
| 1710 | 2026-08-20T02:57:26.065Z | Compiling base16ct v0.2.0 |
| 1711 | 2026-08-20T02:57:26.065Z | Compiling jiff-core v0.1.0 |
| 1712 | 2026-08-20T02:57:26.270Z | Compiling foldhash v0.1.5 |
| 1713 | 2026-08-20T02:57:26.331Z | Compiling either v1.15.0 |
| 1714 | 2026-08-20T02:57:26.332Z | Compiling path-slash v0.1.5 |
| 1715 | 2026-08-20T02:57:26.416Z | Compiling bitflags v1.3.2 |
| 1716 | 2026-08-20T02:57:26.456Z | Compiling hashbrown v0.15.5 |
| 1717 | 2026-08-20T02:57:26.456Z | Compiling bzip2 v0.6.1 |
| 1718 | 2026-08-20T02:57:26.456Z | Compiling zopfli v0.8.3 |
| 1719 | 2026-08-20T02:57:26.491Z | Compiling sec1 v0.7.3 |
| 1720 | 2026-08-20T02:57:26.587Z | Compiling hyper-util v0.1.20 |
| 1721 | 2026-08-20T02:57:26.644Z | Compiling hashbrown v0.16.1 |
| 1722 | 2026-08-20T02:57:26.758Z | Compiling test-strategy v0.4.5 |
| 1723 | 2026-08-20T02:57:26.795Z | Compiling textwrap v0.16.2 |
| 1724 | 2026-08-20T02:57:26.981Z | Compiling jiff v0.2.34 |
| 1725 | 2026-08-20T02:57:27.105Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1726 | 2026-08-20T02:57:27.169Z | Compiling supports-color v3.0.2 |
| 1727 | 2026-08-20T02:57:27.188Z | Compiling dof v0.3.0 |
| 1728 | 2026-08-20T02:57:27.277Z | Compiling walkdir v2.5.0 |
| 1729 | 2026-08-20T02:57:27.307Z | Compiling snafu v0.8.9 |
| 1730 | 2026-08-20T02:57:27.337Z | Compiling strum v0.27.2 |
| 1731 | 2026-08-20T02:57:27.361Z | Compiling cargo_metadata v0.23.1 |
| 1732 | 2026-08-20T02:57:27.423Z | Compiling group v0.13.0 |
| 1733 | 2026-08-20T02:57:27.488Z | Compiling phf v0.13.1 |
| 1734 | 2026-08-20T02:57:27.609Z | Compiling hubpack v0.1.2 |
| 1735 | 2026-08-20T02:57:27.625Z | Compiling signal-hook-mio v0.2.5 |
| 1736 | 2026-08-20T02:57:27.661Z | Compiling futures v0.3.32 |
| 1737 | 2026-08-20T02:57:27.681Z | Compiling cookie_store v0.22.1 |
| 1738 | 2026-08-20T02:57:27.751Z | Compiling zstd v0.13.3 |
| 1739 | 2026-08-20T02:57:27.767Z | Compiling backtrace-ext v0.2.1 |
| 1740 | 2026-08-20T02:57:27.842Z | Compiling serde_with_macros v3.21.0 |
| 1741 | 2026-08-20T02:57:27.926Z | Compiling cipher v0.5.2 |
| 1742 | 2026-08-20T02:57:28.010Z | Compiling postgres-types v0.2.12 |
| 1743 | 2026-08-20T02:57:28.041Z | Compiling hyper-tls v0.6.0 |
| 1744 | 2026-08-20T02:57:28.240Z | Compiling reqwest v0.12.28 |
| 1745 | 2026-08-20T02:57:28.299Z | Compiling globset v0.4.18 |
| 1746 | 2026-08-20T02:57:28.364Z | Compiling usdt-macro v0.6.0 |
| 1747 | 2026-08-20T02:57:28.377Z | Compiling usdt-attr-macro v0.6.0 |
| 1748 | 2026-08-20T02:57:28.458Z | Compiling byte-wrapper v0.1.0 |
| 1749 | 2026-08-20T02:57:28.536Z | Compiling hkdf v0.12.4 |
| 1750 | 2026-08-20T02:57:28.540Z | Compiling ed25519 v2.2.3 |
| 1751 | 2026-08-20T02:57:28.732Z | Compiling crypto-bigint v0.5.5 |
| 1752 | 2026-08-20T02:57:28.785Z | Compiling serde-big-array v0.5.1 |
| 1753 | 2026-08-20T02:57:28.825Z | Compiling serde_plain v1.0.2 |
| 1754 | 2026-08-20T02:57:28.949Z | Compiling olpc-cjson v0.1.4 |
| 1755 | 2026-08-20T02:57:28.995Z | Compiling dtrace-parser v0.2.0 |
| 1756 | 2026-08-20T02:57:29.033Z | Compiling miette-derive v7.6.0 |
| 1757 | 2026-08-20T02:57:29.037Z | Compiling strum_macros v0.26.4 |
| 1758 | 2026-08-20T02:57:29.058Z | Compiling async-recursion v1.1.1 |
| 1759 | 2026-08-20T02:57:29.078Z | Compiling serde_repr v0.1.20 |
| 1760 | 2026-08-20T02:57:29.197Z | Compiling enum-as-inner v0.6.1 |
| 1761 | 2026-08-20T02:57:29.243Z | Compiling phf_shared v0.11.3 |
| 1762 | 2026-08-20T02:57:29.329Z | Compiling float-cmp v0.10.0 |
| 1763 | 2026-08-20T02:57:29.487Z | Compiling pem v3.0.6 |
| 1764 | 2026-08-20T02:57:29.502Z | Compiling memmap2 v0.9.10 |
| 1765 | 2026-08-20T02:57:29.506Z | Compiling thread-id v4.2.2 |
| 1766 | 2026-08-20T02:57:29.615Z | Compiling static_assertions v1.1.0 |
| 1767 | 2026-08-20T02:57:29.704Z | Compiling supports-unicode v3.0.0 |
| 1768 | 2026-08-20T02:57:29.704Z | Compiling predicates-core v1.0.10 |
| 1769 | 2026-08-20T02:57:29.749Z | Compiling fixedbitset v0.5.7 |
| 1770 | 2026-08-20T02:57:29.798Z | Compiling winnow v1.0.3 |
| 1771 | 2026-08-20T02:57:29.827Z | Compiling typed-path v0.9.3 |
| 1772 | 2026-08-20T02:57:29.832Z | Compiling keccak v0.1.6 |
| 1773 | 2026-08-20T02:57:29.848Z | Compiling new_debug_unreachable v1.0.6 |
| 1774 | 2026-08-20T02:57:29.873Z | Compiling data-encoding v2.10.0 |
| 1775 | 2026-08-20T02:57:29.920Z | Compiling precomputed-hash v0.1.1 |
| 1776 | 2026-08-20T02:57:29.935Z | Compiling const-oid v0.10.2 |
| 1777 | 2026-08-20T02:57:30.021Z | Compiling cpufeatures v0.3.0 |
| 1778 | 2026-08-20T02:57:30.077Z | Compiling normalize-line-endings v0.3.0 |
| 1779 | 2026-08-20T02:57:30.113Z | Compiling supports-hyperlinks v3.2.0 |
| 1780 | 2026-08-20T02:57:30.153Z | Compiling whoami v2.1.0 |
| 1781 | 2026-08-20T02:57:30.187Z | Compiling difflib v0.4.0 |
| 1782 | 2026-08-20T02:57:30.257Z | Compiling fixedbitset v0.4.2 |
| 1783 | 2026-08-20T02:57:30.289Z | Compiling toml_edit v0.22.27 |
| 1784 | 2026-08-20T02:57:30.321Z | Compiling miette v7.6.0 |
| 1785 | 2026-08-20T02:57:30.339Z | Compiling hickory-proto v0.25.2 |
| 1786 | 2026-08-20T02:57:30.550Z | Compiling predicates v3.1.4 |
| 1787 | 2026-08-20T02:57:30.565Z | Compiling petgraph v0.6.5 |
| 1788 | 2026-08-20T02:57:30.580Z | Compiling tokio-postgres v0.7.16 |
| 1789 | 2026-08-20T02:57:30.603Z | Compiling chacha20 v0.10.0 |
| 1790 | 2026-08-20T02:57:30.617Z | Compiling digest v0.11.3 |
| 1791 | 2026-08-20T02:57:30.795Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1792 | 2026-08-20T02:57:30.870Z | Compiling string_cache v0.8.9 |
| 1793 | 2026-08-20T02:57:30.911Z | Compiling strum v0.26.3 |
| 1794 | 2026-08-20T02:57:30.926Z | Compiling sha3 v0.10.8 |
| 1795 | 2026-08-20T02:57:30.957Z | Compiling petgraph v0.8.3 |
| 1796 | 2026-08-20T02:57:31.026Z | Compiling elliptic-curve v0.13.8 |
| 1797 | 2026-08-20T02:57:31.066Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1798 | 2026-08-20T02:57:31.083Z | Compiling usdt v0.6.0 |
| 1799 | 2026-08-20T02:57:31.121Z | Compiling usdt-impl v0.5.0 |
| 1800 | 2026-08-20T02:57:31.170Z | Compiling zip v4.6.1 |
| 1801 | 2026-08-20T02:57:31.378Z | Compiling crossterm v0.28.1 |
| 1802 | 2026-08-20T02:57:31.406Z | Compiling serde_with v3.21.0 |
| 1803 | 2026-08-20T02:57:31.455Z | Compiling ed25519-dalek v2.2.0 |
| 1804 | 2026-08-20T02:57:31.479Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1805 | 2026-08-20T02:57:31.992Z | Compiling iddqd v0.4.2 |
| 1806 | 2026-08-20T02:57:32.094Z | Compiling itertools v0.13.0 |
| 1807 | 2026-08-20T02:57:32.126Z | Compiling itertools v0.15.0 |
| 1808 | 2026-08-20T02:57:32.150Z | Compiling heck v0.4.1 |
| 1809 | 2026-08-20T02:57:32.359Z | Compiling similar v2.7.0 |
| 1810 | 2026-08-20T02:57:32.391Z | Compiling crossbeam-epoch v0.9.18 |
| 1811 | 2026-08-20T02:57:32.688Z | Compiling tokio-stream v0.1.18 |
| 1812 | 2026-08-20T02:57:32.733Z | Compiling buf-list v1.1.2 |
| 1813 | 2026-08-20T02:57:32.888Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1814 | 2026-08-20T02:57:32.938Z | Compiling openapiv3 v2.2.0 |
| 1815 | 2026-08-20T02:57:33.034Z | Compiling peg-runtime v0.8.5 |
| 1816 | 2026-08-20T02:57:33.049Z | Compiling lalrpop-util v0.19.12 |
| 1817 | 2026-08-20T02:57:33.108Z | Compiling thread_local v1.1.9 |
| 1818 | 2026-08-20T02:57:33.192Z | Compiling slog-async v2.8.0 |
| 1819 | 2026-08-20T02:57:33.213Z | Compiling crossbeam-channel v0.5.15 |
| 1820 | 2026-08-20T02:57:33.231Z | Compiling filetime v0.2.27 |
| 1821 | 2026-08-20T02:57:33.247Z | Compiling is-terminal v0.4.17 |
| 1822 | 2026-08-20T02:57:33.263Z | Compiling xattr v1.6.1 |
| 1823 | 2026-08-20T02:57:33.267Z | Compiling take_mut v0.2.2 |
| 1824 | 2026-08-20T02:57:33.294Z | Compiling term v1.2.1 |
| 1825 | 2026-08-20T02:57:33.395Z | Compiling camino-tempfile v1.4.1 |
| 1826 | 2026-08-20T02:57:33.408Z | Compiling tar v0.4.46 |
| 1827 | 2026-08-20T02:57:33.698Z | Compiling slog-term v2.9.2 |
| 1828 | 2026-08-20T02:57:50.732Z | Compiling rustls-webpki v0.103.13 |
| 1829 | 2026-08-20T02:57:53.403Z | Compiling tokio-rustls v0.26.4 |
| 1830 | 2026-08-20T02:57:53.403Z | Compiling rustls-platform-verifier v0.6.2 |
| 1831 | 2026-08-20T02:57:53.411Z | Compiling tough v0.22.0 |
| 1832 | 2026-08-20T02:57:53.648Z | Compiling hyper-rustls v0.27.7 |
| 1833 | 2026-08-20T02:57:53.785Z | Compiling reqwest v0.13.2 |
| 1834 | 2026-08-20T02:57:56.007Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1835 | 2026-08-20T02:57:56.241Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1836 | 2026-08-20T02:57:59.086Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.28s |
| 1837 | 2026-08-20T02:57:59.213Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1838 | 2026-08-20T02:57:59.261Z | Aug 20 02:57:58.554 INFO Starting download, target: Clickhouse |
| 1839 | 2026-08-20T02:57:59.262Z | Aug 20 02:57:58.555 INFO Starting download, target: Cockroach |
| 1840 | 2026-08-20T02:57:59.262Z | Aug 20 02:57:58.555 INFO Starting download, target: DendriteStub |
| 1841 | 2026-08-20T02:57:59.279Z | Aug 20 02:57:58.555 INFO Starting download, target: Console |
| 1842 | 2026-08-20T02:57:59.280Z | Aug 20 02:57:58.555 INFO Starting download, target: MaghemiteMgd |
| 1843 | 2026-08-20T02:57:59.280Z | Aug 20 02:57:58.555 INFO Starting download, target: MaghemiteDdmd |
| 1844 | 2026-08-20T02:57:59.280Z | Aug 20 02:57:58.555 INFO Starting download, target: TransceiverControl |
| 1845 | 2026-08-20T02:57:59.281Z | Aug 20 02:57:58.555 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1846 | 2026-08-20T02:57:59.281Z | Aug 20 02:57:58.555 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1847 | 2026-08-20T02:57:59.281Z | Aug 20 02:57:58.555 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1848 | 2026-08-20T02:57:59.281Z | Aug 20 02:57:58.555 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1849 | 2026-08-20T02:57:59.281Z | Aug 20 02:57:58.555 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1850 | 2026-08-20T02:57:59.281Z | Aug 20 02:57:58.555 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1851 | 2026-08-20T02:57:59.282Z | Aug 20 02:57:58.556 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1852 | 2026-08-20T02:58:00.208Z | Aug 20 02:57:59.381 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1853 | 2026-08-20T02:58:00.337Z | Aug 20 02:57:59.612 INFO Download complete, target: TransceiverControl |
| 1854 | 2026-08-20T02:58:01.043Z | Aug 20 02:58:00.316 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1855 | 2026-08-20T02:58:01.283Z | Aug 20 02:58:00.568 INFO Download complete, target: Console |
| 1856 | 2026-08-20T02:58:01.723Z | Aug 20 02:58:00.964 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1857 | 2026-08-20T02:58:02.493Z | Aug 20 02:58:01.768 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1858 | 2026-08-20T02:58:02.609Z | Aug 20 02:58:01.890 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1859 | 2026-08-20T02:58:03.269Z | Aug 20 02:58:02.557 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1860 | 2026-08-20T02:58:03.780Z | Aug 20 02:58:03.053 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1861 | 2026-08-20T02:58:03.780Z | Aug 20 02:58:03.053 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1862 | 2026-08-20T02:58:04.521Z | Aug 20 02:58:03.721 INFO Download complete, target: MaghemiteDdmd |
| 1863 | 2026-08-20T02:58:05.182Z | Aug 20 02:58:04.469 INFO Download complete, target: DendriteStub |
| 1864 | 2026-08-20T02:58:05.890Z | Aug 20 02:58:05.184 INFO Download complete, target: MaghemiteMgd |
| 1865 | 2026-08-20T02:58:08.440Z | Aug 20 02:58:07.735 INFO Checking that binary works, target: Cockroach |
| 1866 | 2026-08-20T02:58:08.557Z | Aug 20 02:58:07.852 INFO Download complete, target: Cockroach |
| 1867 | 2026-08-20T02:58:08.571Z | Aug 20 02:58:07.866 INFO Checking that binary works, target: Clickhouse |
| 1868 | 2026-08-20T02:58:08.655Z | Aug 20 02:58:07.952 INFO Download complete, target: Clickhouse |
| 1869 | 2026-08-20T02:58:08.661Z | All prerequisites installed successfully |
| 1870 | 2026-08-20T02:58:08.666Z | |
| 1871 | 2026-08-20T02:58:08.666Z | real 1:28.251834773 |
| 1872 | 2026-08-20T02:58:08.666Z | user 7:13.935504090 |
| 1873 | 2026-08-20T02:58:08.666Z | sys 1:42.205694763 |
| 1874 | 2026-08-20T02:58:08.666Z | trap 0.258483545 |
| 1875 | 2026-08-20T02:58:08.666Z | tflt 1.012694021 |
| 1876 | 2026-08-20T02:58:08.666Z | dflt 1.764779385 |
| 1877 | 2026-08-20T02:58:08.666Z | kflt 0.021413934 |
| 1878 | 2026-08-20T02:58:08.666Z | lock 27:42.983412007 |
| 1879 | 2026-08-20T02:58:08.666Z | slp 19:25.880152281 |
| 1880 | 2026-08-20T02:58:08.666Z | lat 25.122586315 |
| 1881 | 2026-08-20T02:58:08.666Z | stop 2:57.363845912 |
| 1882 | 2026-08-20T02:58:08.666Z | + source ./tools/include/force-git-over-https.sh |
| 1883 | 2026-08-20T02:58:08.666Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1884 | 2026-08-20T02:58:08.666Z | ++ (( i = 0 )) |
| 1885 | 2026-08-20T02:58:08.666Z | ++ (( i < 5 )) |
| 1886 | 2026-08-20T02:58:08.666Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1887 | 2026-08-20T02:58:08.672Z | ++ (( i++ )) |
| 1888 | 2026-08-20T02:58:08.672Z | ++ (( i < 5 )) |
| 1889 | 2026-08-20T02:58:08.672Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1890 | 2026-08-20T02:58:08.672Z | ++ (( i++ )) |
| 1891 | 2026-08-20T02:58:08.672Z | ++ (( i < 5 )) |
| 1892 | 2026-08-20T02:58:08.672Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1893 | 2026-08-20T02:58:08.676Z | ++ (( i++ )) |
| 1894 | 2026-08-20T02:58:08.677Z | ++ (( i < 5 )) |
| 1895 | 2026-08-20T02:58:08.677Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1896 | 2026-08-20T02:58:08.677Z | ++ (( i++ )) |
| 1897 | 2026-08-20T02:58:08.677Z | ++ (( i < 5 )) |
| 1898 | 2026-08-20T02:58:08.677Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1899 | 2026-08-20T02:58:08.677Z | ++ (( i++ )) |
| 1900 | 2026-08-20T02:58:08.677Z | ++ (( i < 5 )) |
| 1901 | 2026-08-20T02:58:08.677Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1902 | 2026-08-20T02:58:08.677Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1903 | 2026-08-20T02:58:08.677Z | + rc=0 |
| 1904 | 2026-08-20T02:58:08.677Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1905 | 2026-08-20T02:58:17.516Z | + case $rc in |
| 1906 | 2026-08-20T02:58:17.516Z | + pfexec zfs create -p rpool/images/build/host |
| 1907 | 2026-08-20T02:58:17.743Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1908 | 2026-08-20T02:58:17.829Z | + cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries |
| 1909 | 2026-08-20T02:58:18.280Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s |
| 1910 | 2026-08-20T02:58:18.325Z | Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries` |
| 1911 | 2026-08-20T02:58:19.151Z | Compiling proc-macro2 v1.0.106 |
| 1912 | 2026-08-20T02:58:19.151Z | Compiling quote v1.0.45 |
| 1913 | 2026-08-20T02:58:19.187Z | Compiling unicode-ident v1.0.24 |
| 1914 | 2026-08-20T02:58:19.187Z | Compiling serde_core v1.0.228 |
| 1915 | 2026-08-20T02:58:19.188Z | Compiling libc v0.2.185 |
| 1916 | 2026-08-20T02:58:19.188Z | Compiling serde v1.0.228 |
| 1917 | 2026-08-20T02:58:19.188Z | Compiling cfg-if v1.0.4 |
| 1918 | 2026-08-20T02:58:19.283Z | Compiling shlex v1.3.0 |
| 1919 | 2026-08-20T02:58:19.307Z | Compiling find-msvc-tools v0.1.9 |
| 1920 | 2026-08-20T02:58:19.307Z | Compiling autocfg v1.5.0 |
| 1921 | 2026-08-20T02:58:19.308Z | Compiling version_check v0.9.5 |
| 1922 | 2026-08-20T02:58:19.308Z | Compiling zerocopy v0.8.55 |
| 1923 | 2026-08-20T02:58:19.308Z | Compiling memchr v2.8.0 |
| 1924 | 2026-08-20T02:58:19.308Z | Compiling portable-atomic v1.13.1 |
| 1925 | 2026-08-20T02:58:19.308Z | Compiling zmij v1.0.21 |
| 1926 | 2026-08-20T02:58:19.551Z | Compiling serde_json v1.0.151 |
| 1927 | 2026-08-20T02:58:19.605Z | Compiling libm v0.2.16 |
| 1928 | 2026-08-20T02:58:19.609Z | Compiling getrandom v0.3.4 |
| 1929 | 2026-08-20T02:58:19.637Z | Compiling generic-array v0.14.7 |
| 1930 | 2026-08-20T02:58:19.637Z | Compiling parking_lot_core v0.9.12 |
| 1931 | 2026-08-20T02:58:19.728Z | Compiling num-traits v0.2.19 |
| 1932 | 2026-08-20T02:58:19.746Z | Compiling pkg-config v0.3.32 |
| 1933 | 2026-08-20T02:58:19.762Z | Compiling icu_properties_data v2.1.2 |
| 1934 | 2026-08-20T02:58:19.777Z | Compiling icu_normalizer_data v2.1.1 |
| 1935 | 2026-08-20T02:58:19.888Z | Compiling smallvec v1.15.1 |
| 1936 | 2026-08-20T02:58:19.914Z | Compiling rustix v1.1.4 |
| 1937 | 2026-08-20T02:58:19.930Z | Compiling log v0.4.33 |
| 1938 | 2026-08-20T02:58:19.934Z | Compiling getrandom v0.4.3 |
| 1939 | 2026-08-20T02:58:20.030Z | Compiling itoa v1.0.17 |
| 1940 | 2026-08-20T02:58:20.050Z | Compiling subtle v2.6.1 |
| 1941 | 2026-08-20T02:58:20.164Z | Compiling scopeguard v1.2.0 |
| 1942 | 2026-08-20T02:58:20.191Z | Compiling stable_deref_trait v1.2.1 |
| 1943 | 2026-08-20T02:58:20.207Z | Compiling typenum v1.20.1 |
| 1944 | 2026-08-20T02:58:20.239Z | Compiling jobserver v0.1.34 |
| 1945 | 2026-08-20T02:58:20.244Z | Compiling errno v0.3.14 |
| 1946 | 2026-08-20T02:58:20.244Z | Compiling heck v0.5.0 |
| 1947 | 2026-08-20T02:58:20.302Z | Compiling lock_api v0.4.14 |
| 1948 | 2026-08-20T02:58:20.316Z | Compiling critical-section v1.2.0 |
| 1949 | 2026-08-20T02:58:20.399Z | Compiling thiserror v2.0.18 |
| 1950 | 2026-08-20T02:58:20.442Z | Compiling cc v1.2.56 |
| 1951 | 2026-08-20T02:58:20.557Z | Compiling syn v2.0.117 |
| 1952 | 2026-08-20T02:58:20.589Z | Compiling getrandom v0.2.17 |
| 1953 | 2026-08-20T02:58:20.654Z | Compiling fs_extra v1.3.0 |
| 1954 | 2026-08-20T02:58:20.671Z | Compiling dunce v1.0.5 |
| 1955 | 2026-08-20T02:58:20.775Z | Compiling rand_core v0.6.4 |
| 1956 | 2026-08-20T02:58:20.780Z | Compiling writeable v0.6.2 |
| 1957 | 2026-08-20T02:58:20.794Z | Compiling litemap v0.8.1 |
| 1958 | 2026-08-20T02:58:20.854Z | Compiling once_cell v1.21.3 |
| 1959 | 2026-08-20T02:58:20.854Z | Compiling percent-encoding v2.3.2 |
| 1960 | 2026-08-20T02:58:20.986Z | Compiling const-oid v0.9.6 |
| 1961 | 2026-08-20T02:58:21.113Z | Compiling schemars v0.8.22 |
| 1962 | 2026-08-20T02:58:21.145Z | Compiling pin-project-lite v0.2.17 |
| 1963 | 2026-08-20T02:58:21.178Z | Compiling cmake v0.1.57 |
| 1964 | 2026-08-20T02:58:21.274Z | Compiling equivalent v1.0.2 |
| 1965 | 2026-08-20T02:58:21.279Z | Compiling signal-hook-registry v1.4.8 |
| 1966 | 2026-08-20T02:58:21.420Z | Compiling aws-lc-rs v1.16.3 |
| 1967 | 2026-08-20T02:58:21.436Z | Compiling rustversion v1.0.22 |
| 1968 | 2026-08-20T02:58:21.452Z | Compiling bitflags v2.11.0 |
| 1969 | 2026-08-20T02:58:21.475Z | Compiling semver v1.0.28 |
| 1970 | 2026-08-20T02:58:21.690Z | Compiling rand_core v0.10.0 |
| 1971 | 2026-08-20T02:58:21.743Z | Compiling futures-core v0.3.32 |
| 1972 | 2026-08-20T02:58:21.743Z | Compiling parking_lot v0.12.5 |
| 1973 | 2026-08-20T02:58:21.774Z | Compiling aws-lc-sys v0.40.0 |
| 1974 | 2026-08-20T02:58:21.870Z | Compiling mio v1.2.0 |
| 1975 | 2026-08-20T02:58:21.951Z | Compiling crc32fast v1.5.0 |
| 1976 | 2026-08-20T02:58:21.967Z | Compiling utf8_iter v1.0.4 |
| 1977 | 2026-08-20T02:58:22.074Z | Compiling form_urlencoded v1.2.2 |
| 1978 | 2026-08-20T02:58:22.228Z | Compiling vcpkg v0.2.15 |
| 1979 | 2026-08-20T02:58:22.248Z | Compiling byteorder v1.5.0 |
| 1980 | 2026-08-20T02:58:22.295Z | Compiling syn v1.0.109 |
| 1981 | 2026-08-20T02:58:22.367Z | Compiling strsim v0.11.1 |
| 1982 | 2026-08-20T02:58:22.377Z | Compiling hashbrown v0.17.0 |
| 1983 | 2026-08-20T02:58:22.472Z | Compiling fnv v1.0.7 |
| 1984 | 2026-08-20T02:58:22.597Z | Compiling socket2 v0.6.3 |
| 1985 | 2026-08-20T02:58:22.726Z | Compiling openssl-sys v0.9.117 |
| 1986 | 2026-08-20T02:58:22.793Z | Compiling httparse v1.10.1 |
| 1987 | 2026-08-20T02:58:22.810Z | Compiling futures-sink v0.3.32 |
| 1988 | 2026-08-20T02:58:22.826Z | Compiling radium v0.7.0 |
| 1989 | 2026-08-20T02:58:23.001Z | Compiling futures-channel v0.3.32 |
| 1990 | 2026-08-20T02:58:23.010Z | Compiling iana-time-zone v0.1.65 |
| 1991 | 2026-08-20T02:58:23.010Z | Compiling futures-task v0.3.32 |
| 1992 | 2026-08-20T02:58:23.104Z | Compiling indexmap v2.14.0 |
| 1993 | 2026-08-20T02:58:23.143Z | Compiling futures-io v0.3.32 |
| 1994 | 2026-08-20T02:58:23.157Z | Compiling slab v0.4.12 |
| 1995 | 2026-08-20T02:58:23.157Z | Compiling thiserror v1.0.69 |
| 1996 | 2026-08-20T02:58:23.216Z | Compiling base64 v0.22.1 |
| 1997 | 2026-08-20T02:58:23.328Z | Compiling maybe-uninit v2.0.0 |
| 1998 | 2026-08-20T02:58:23.360Z | Compiling rustls v0.23.41 |
| 1999 | 2026-08-20T02:58:23.360Z | Compiling rustc_version v0.4.1 |
| 2000 | 2026-08-20T02:58:23.375Z | Compiling synstructure v0.13.2 |
| 2001 | 2026-08-20T02:58:23.381Z | Compiling serde_derive_internals v0.29.1 |
| 2002 | 2026-08-20T02:58:23.701Z | Compiling uuid v1.23.4 |
| 2003 | 2026-08-20T02:58:23.705Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2004 | 2026-08-20T02:58:23.735Z | Compiling ahash v0.8.12 |
| 2005 | 2026-08-20T02:58:23.755Z | Compiling num-bigint-dig v0.8.6 |
| 2006 | 2026-08-20T02:58:23.772Z | Compiling regex-syntax v0.8.10 |
| 2007 | 2026-08-20T02:58:23.816Z | Compiling ident_case v1.0.1 |
| 2008 | 2026-08-20T02:58:23.851Z | Compiling ucd-trie v0.1.7 |
| 2009 | 2026-08-20T02:58:23.879Z | Compiling base64ct v1.8.3 |
| 2010 | 2026-08-20T02:58:23.941Z | Compiling packed_struct v0.10.1 |
| 2011 | 2026-08-20T02:58:24.001Z | Compiling rand_core v0.9.5 |
| 2012 | 2026-08-20T02:58:24.043Z | Compiling pest v2.8.6 |
| 2013 | 2026-08-20T02:58:24.116Z | Compiling fastrand v2.3.0 |
| 2014 | 2026-08-20T02:58:24.138Z | Compiling flagset v0.4.7 |
| 2015 | 2026-08-20T02:58:24.142Z | Compiling dyn-clone v1.0.20 |
| 2016 | 2026-08-20T02:58:24.223Z | Compiling pem-rfc7468 v0.7.0 |
| 2017 | 2026-08-20T02:58:24.320Z | Compiling openssl v0.10.80 |
| 2018 | 2026-08-20T02:58:24.333Z | Compiling indexmap v1.9.3 |
| 2019 | 2026-08-20T02:58:24.341Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 2020 | 2026-08-20T02:58:24.371Z | Compiling tempfile v3.27.0 |
| 2021 | 2026-08-20T02:58:24.564Z | Compiling cpufeatures v0.2.17 |
| 2022 | 2026-08-20T02:58:24.596Z | Compiling native-tls v0.2.18 |
| 2023 | 2026-08-20T02:58:24.618Z | Compiling paste v1.0.15 |
| 2024 | 2026-08-20T02:58:24.636Z | Compiling serde_derive v1.0.228 |
| 2025 | 2026-08-20T02:58:24.664Z | Compiling zeroize_derive v1.5.0 |
| 2026 | 2026-08-20T02:58:24.677Z | Compiling zerocopy-derive v0.8.55 |
| 2027 | 2026-08-20T02:58:24.724Z | Compiling zerofrom-derive v0.1.6 |
| 2028 | 2026-08-20T02:58:24.745Z | Compiling yoke-derive v0.8.1 |
| 2029 | 2026-08-20T02:58:24.824Z | Compiling zerovec-derive v0.11.2 |
| 2030 | 2026-08-20T02:58:24.841Z | Compiling displaydoc v0.2.5 |
| 2031 | 2026-08-20T02:58:24.869Z | Compiling tokio-macros v2.7.0 |
| 2032 | 2026-08-20T02:58:24.895Z | Compiling futures-macro v0.3.32 |
| 2033 | 2026-08-20T02:58:24.955Z | Compiling der_derive v0.7.3 |
| 2034 | 2026-08-20T02:58:25.186Z | Compiling thiserror-impl v2.0.18 |
| 2035 | 2026-08-20T02:58:25.295Z | Compiling schemars_derive v0.8.22 |
| 2036 | 2026-08-20T02:58:25.367Z | Compiling tracing-attributes v0.1.31 |
| 2037 | 2026-08-20T02:58:25.563Z | Compiling thiserror-impl v1.0.69 |
| 2038 | 2026-08-20T02:58:25.579Z | Compiling clap_derive v4.6.1 |
| 2039 | 2026-08-20T02:58:25.701Z | Compiling futures-util v0.3.32 |
| 2040 | 2026-08-20T02:58:25.890Z | Compiling pest_meta v2.8.6 |
| 2041 | 2026-08-20T02:58:25.908Z | Compiling zerofrom v0.1.6 |
| 2042 | 2026-08-20T02:58:26.054Z | Compiling yoke v0.8.1 |
| 2043 | 2026-08-20T02:58:26.312Z | Compiling zerovec v0.11.5 |
| 2044 | 2026-08-20T02:58:26.367Z | Compiling zerotrie v0.2.3 |
| 2045 | 2026-08-20T02:58:26.631Z | Compiling packed_struct_codegen v0.10.1 |
| 2046 | 2026-08-20T02:58:26.680Z | Compiling zerocopy-derive v0.6.6 |
| 2047 | 2026-08-20T02:58:26.700Z | Compiling bitfield-macros v0.19.4 |
| 2048 | 2026-08-20T02:58:26.755Z | Compiling pest_generator v2.8.6 |
| 2049 | 2026-08-20T02:58:26.928Z | Compiling tinystr v0.8.2 |
| 2050 | 2026-08-20T02:58:26.943Z | Compiling potential_utf v0.1.4 |
| 2051 | 2026-08-20T02:58:27.169Z | Compiling icu_locale_core v2.1.1 |
| 2052 | 2026-08-20T02:58:27.186Z | Compiling icu_collections v2.1.1 |
| 2053 | 2026-08-20T02:58:27.280Z | Compiling openssl-macros v0.1.1 |
| 2054 | 2026-08-20T02:58:27.448Z | Compiling simd-adler32 v0.3.8 |
| 2055 | 2026-08-20T02:58:27.642Z | Compiling pest_derive v2.8.6 |
| 2056 | 2026-08-20T02:58:27.721Z | Compiling scroll_derive v0.13.1 |
| 2057 | 2026-08-20T02:58:27.958Z | Compiling zeroize v1.9.0 |
| 2058 | 2026-08-20T02:58:28.007Z | Compiling bytes v1.11.1 |
| 2059 | 2026-08-20T02:58:28.133Z | Compiling icu_provider v2.1.1 |
| 2060 | 2026-08-20T02:58:28.233Z | Compiling chrono v0.4.45 |
| 2061 | 2026-08-20T02:58:28.253Z | Compiling der v0.7.10 |
| 2062 | 2026-08-20T02:58:28.269Z | Compiling hex v0.4.3 |
| 2063 | 2026-08-20T02:58:28.486Z | Compiling icu_normalizer v2.1.1 |
| 2064 | 2026-08-20T02:58:28.568Z | Compiling icu_properties v2.1.2 |
| 2065 | 2026-08-20T02:58:28.594Z | Compiling tokio v1.52.1 |
| 2066 | 2026-08-20T02:58:28.648Z | Compiling crypto-common v0.1.7 |
| 2067 | 2026-08-20T02:58:28.738Z | Compiling block-buffer v0.10.4 |
| 2068 | 2026-08-20T02:58:28.904Z | Compiling digest v0.10.7 |
| 2069 | 2026-08-20T02:58:29.138Z | Compiling ppv-lite86 v0.2.21 |
| 2070 | 2026-08-20T02:58:29.524Z | Compiling spki v0.7.3 |
| 2071 | 2026-08-20T02:58:29.712Z | Compiling idna_adapter v1.2.1 |
| 2072 | 2026-08-20T02:58:29.729Z | Compiling camino v1.2.5 |
| 2073 | 2026-08-20T02:58:29.729Z | Compiling idna v1.1.0 |
| 2074 | 2026-08-20T02:58:29.730Z | Compiling rand_chacha v0.9.0 |
| 2075 | 2026-08-20T02:58:29.730Z | Compiling anstyle v1.0.14 |
| 2076 | 2026-08-20T02:58:29.928Z | Compiling rand v0.9.2 |
| 2077 | 2026-08-20T02:58:29.928Z | Compiling adler2 v2.0.1 |
| 2078 | 2026-08-20T02:58:29.953Z | Compiling crossbeam-utils v0.8.21 |
| 2079 | 2026-08-20T02:58:30.015Z | Compiling utf8parse v0.2.2 |
| 2080 | 2026-08-20T02:58:30.084Z | Compiling url v2.5.8 |
| 2081 | 2026-08-20T02:58:30.117Z | Compiling anstyle-parse v1.0.0 |
| 2082 | 2026-08-20T02:58:30.139Z | Compiling miniz_oxide v0.8.9 |
| 2083 | 2026-08-20T02:58:30.302Z | Compiling pkcs8 v0.10.2 |
| 2084 | 2026-08-20T02:58:30.386Z | Compiling sha2 v0.10.9 |
| 2085 | 2026-08-20T02:58:30.414Z | Compiling http v1.4.2 |
| 2086 | 2026-08-20T02:58:30.462Z | Compiling rustls-pki-types v1.14.0 |
| 2087 | 2026-08-20T02:58:31.038Z | Compiling daft-derive v0.1.7 |
| 2088 | 2026-08-20T02:58:31.056Z | Compiling terminal_size v0.4.3 |
| 2089 | 2026-08-20T02:58:31.265Z | Compiling spin v0.9.8 |
| 2090 | 2026-08-20T02:58:31.298Z | Compiling tinyvec_macros v0.1.1 |
| 2091 | 2026-08-20T02:58:31.332Z | Compiling anstyle-query v1.1.5 |
| 2092 | 2026-08-20T02:58:31.332Z | Compiling is_terminal_polyfill v1.70.2 |
| 2093 | 2026-08-20T02:58:31.376Z | Compiling time-core v0.1.8 |
| 2094 | 2026-08-20T02:58:31.449Z | Compiling num-conv v0.2.0 |
| 2095 | 2026-08-20T02:58:31.477Z | Compiling colorchoice v1.0.4 |
| 2096 | 2026-08-20T02:58:31.504Z | Compiling tinyvec v1.10.0 |
| 2097 | 2026-08-20T02:58:31.634Z | Compiling time-macros v0.2.27 |
| 2098 | 2026-08-20T02:58:31.660Z | Compiling anstream v1.0.0 |
| 2099 | 2026-08-20T02:58:31.680Z | Compiling async-trait v0.1.89 |
| 2100 | 2026-08-20T02:58:31.749Z | Compiling structmeta-derive v0.3.0 |
| 2101 | 2026-08-20T02:58:31.760Z | Compiling tracing-core v0.1.36 |
| 2102 | 2026-08-20T02:58:31.811Z | Compiling plain v0.2.3 |
| 2103 | 2026-08-20T02:58:31.963Z | Compiling cmov v0.5.4 |
| 2104 | 2026-08-20T02:58:32.005Z | Compiling untrusted v0.7.1 |
| 2105 | 2026-08-20T02:58:32.146Z | Compiling object v0.37.3 |
| 2106 | 2026-08-20T02:58:32.180Z | Compiling tracing v0.1.44 |
| 2107 | 2026-08-20T02:58:32.203Z | Compiling ctutils v0.4.2 |
| 2108 | 2026-08-20T02:58:32.378Z | Compiling http-body v1.0.1 |
| 2109 | 2026-08-20T02:58:32.436Z | Compiling tokio-util v0.7.18 |
| 2110 | 2026-08-20T02:58:32.568Z | Compiling toml_datetime v0.6.11 |
| 2111 | 2026-08-20T02:58:32.590Z | Compiling serde_spanned v0.6.9 |
| 2112 | 2026-08-20T02:58:32.617Z | Compiling pin-project-internal v1.1.11 |
| 2113 | 2026-08-20T02:58:32.744Z | Compiling structmeta v0.3.0 |
| 2114 | 2026-08-20T02:58:32.809Z | Compiling slog v2.8.2 |
| 2115 | 2026-08-20T02:58:32.872Z | Compiling wait-timeout v0.2.1 |
| 2116 | 2026-08-20T02:58:32.872Z | Compiling cookie v0.18.1 |
| 2117 | 2026-08-20T02:58:32.899Z | Compiling zstd-safe v7.2.4 |
| 2118 | 2026-08-20T02:58:32.975Z | Compiling openssl-probe v0.2.1 |
| 2119 | 2026-08-20T02:58:33.140Z | Compiling quick-error v1.2.3 |
| 2120 | 2026-08-20T02:58:33.155Z | Compiling bit-vec v0.8.0 |
| 2121 | 2026-08-20T02:58:33.196Z | Compiling clap_lex v1.0.0 |
| 2122 | 2026-08-20T02:58:33.230Z | Compiling tap v1.0.1 |
| 2123 | 2026-08-20T02:58:33.246Z | Compiling untrusted v0.9.0 |
| 2124 | 2026-08-20T02:58:33.287Z | Compiling rusty-fork v0.3.1 |
| 2125 | 2026-08-20T02:58:33.352Z | Compiling wyz v0.5.1 |
| 2126 | 2026-08-20T02:58:33.402Z | Compiling bit-set v0.8.0 |
| 2127 | 2026-08-20T02:58:33.567Z | Compiling clap_builder v4.6.0 |
| 2128 | 2026-08-20T02:58:33.583Z | Compiling derive-ex v0.1.8 |
| 2129 | 2026-08-20T02:58:33.694Z | Compiling hybrid-array v0.4.13 |
| 2130 | 2026-08-20T02:58:33.789Z | Compiling unicode-normalization v0.1.25 |
| 2131 | 2026-08-20T02:58:33.851Z | Compiling rand_chacha v0.3.1 |
| 2132 | 2026-08-20T02:58:33.903Z | Compiling signature v2.2.0 |
| 2133 | 2026-08-20T02:58:33.980Z | Compiling scroll_derive v0.12.1 |
| 2134 | 2026-08-20T02:58:34.089Z | Compiling rand_xorshift v0.4.0 |
| 2135 | 2026-08-20T02:58:34.105Z | Compiling heapless v0.7.17 |
| 2136 | 2026-08-20T02:58:34.298Z | Compiling num-integer v0.1.46 |
| 2137 | 2026-08-20T02:58:34.332Z | Compiling aho-corasick v1.1.4 |
| 2138 | 2026-08-20T02:58:34.376Z | Compiling signal-hook v0.3.18 |
| 2139 | 2026-08-20T02:58:34.462Z | Compiling tower-layer v0.3.3 |
| 2140 | 2026-08-20T02:58:34.492Z | Compiling atomic-waker v1.1.2 |
| 2141 | 2026-08-20T02:58:34.537Z | Compiling rustix v0.38.44 |
| 2142 | 2026-08-20T02:58:34.578Z | Compiling try-lock v0.2.5 |
| 2143 | 2026-08-20T02:58:34.651Z | Compiling tower-service v0.3.3 |
| 2144 | 2026-08-20T02:58:34.761Z | Compiling zlib-rs v0.6.2 |
| 2145 | 2026-08-20T02:58:34.834Z | Compiling unarray v0.1.4 |
| 2146 | 2026-08-20T02:58:34.881Z | Compiling funty v2.0.0 |
| 2147 | 2026-08-20T02:58:34.912Z | Compiling usdt-impl v0.6.0 |
| 2148 | 2026-08-20T02:58:34.933Z | Compiling pretty-hex v0.4.1 |
| 2149 | 2026-08-20T02:58:34.973Z | Compiling anyhow v1.0.104 |
| 2150 | 2026-08-20T02:58:35.093Z | Compiling proptest v1.11.0 |
| 2151 | 2026-08-20T02:58:35.106Z | Compiling want v0.3.1 |
| 2152 | 2026-08-20T02:58:35.123Z | Compiling test-strategy v0.4.5 |
| 2153 | 2026-08-20T02:58:35.163Z | Compiling regex-automata v0.4.14 |
| 2154 | 2026-08-20T02:58:35.179Z | Compiling h2 v0.4.15 |
| 2155 | 2026-08-20T02:58:35.309Z | Compiling bitvec v1.0.1 |
| 2156 | 2026-08-20T02:58:35.543Z | Compiling clap v4.6.1 |
| 2157 | 2026-08-20T02:58:35.648Z | Compiling num-iter v0.1.45 |
| 2158 | 2026-08-20T02:58:36.022Z | Compiling rand v0.8.6 |
| 2159 | 2026-08-20T02:58:36.356Z | Compiling ipnetwork v0.21.1 |
| 2160 | 2026-08-20T02:58:36.401Z | Compiling lazy_static v1.5.0 |
| 2161 | 2026-08-20T02:58:36.514Z | Compiling scroll v0.13.0 |
| 2162 | 2026-08-20T02:58:36.801Z | Compiling ipnet v2.12.0 |
| 2163 | 2026-08-20T02:58:36.875Z | Compiling snafu-derive v0.8.9 |
| 2164 | 2026-08-20T02:58:37.164Z | Compiling flate2 v1.1.9 |
| 2165 | 2026-08-20T02:58:37.291Z | Compiling strum_macros v0.26.4 |
| 2166 | 2026-08-20T02:58:37.929Z | Compiling darling_core v0.20.11 |
| 2167 | 2026-08-20T02:58:38.085Z | Compiling darling_core v0.23.0 |
| 2168 | 2026-08-20T02:58:38.674Z | Compiling crc-catalog v2.4.0 |
| 2169 | 2026-08-20T02:58:38.748Z | Compiling foreign-types-shared v0.1.1 |
| 2170 | 2026-08-20T02:58:38.801Z | Compiling httpdate v1.0.3 |
| 2171 | 2026-08-20T02:58:38.850Z | Compiling nodrop v0.1.14 |
| 2172 | 2026-08-20T02:58:39.009Z | Compiling winnow v0.5.40 |
| 2173 | 2026-08-20T02:58:39.120Z | Compiling hyper v1.10.1 |
| 2174 | 2026-08-20T02:58:39.238Z | Compiling array-init v0.0.4 |
| 2175 | 2026-08-20T02:58:39.397Z | Compiling foreign-types v0.3.2 |
| 2176 | 2026-08-20T02:58:39.500Z | Compiling crc v3.4.0 |
| 2177 | 2026-08-20T02:58:39.969Z | Compiling darling_macro v0.20.11 |
| 2178 | 2026-08-20T02:58:40.144Z | Compiling newtype-uuid v1.3.2 |
| 2179 | 2026-08-20T02:58:40.352Z | Compiling darling_macro v0.23.0 |
| 2180 | 2026-08-20T02:58:40.463Z | Compiling goblin v0.10.5 |
| 2181 | 2026-08-20T02:58:40.643Z | Compiling toml_edit v0.19.15 |
| 2182 | 2026-08-20T02:58:40.809Z | Compiling oxnet v0.1.6 |
| 2183 | 2026-08-20T02:58:40.843Z | Compiling smallvec v0.6.14 |
| 2184 | 2026-08-20T02:58:41.118Z | Compiling pkcs1 v0.7.5 |
| 2185 | 2026-08-20T02:58:41.503Z | Compiling zerocopy v0.6.6 |
| 2186 | 2026-08-20T02:58:41.571Z | Compiling bitfield v0.19.4 |
| 2187 | 2026-08-20T02:58:41.699Z | Compiling zerocopy-derive v0.7.35 |
| 2188 | 2026-08-20T02:58:41.801Z | Compiling curve25519-dalek v4.1.3 |
| 2189 | 2026-08-20T02:58:42.084Z | Compiling env_filter v2.0.0 |
| 2190 | 2026-08-20T02:58:42.308Z | Compiling memoffset v0.9.1 |
| 2191 | 2026-08-20T02:58:42.338Z | Compiling litrs v1.0.0 |
| 2192 | 2026-08-20T02:58:42.374Z | Compiling hashbrown v0.12.3 |
| 2193 | 2026-08-20T02:58:42.506Z | Compiling base64 v0.21.7 |
| 2194 | 2026-08-20T02:58:42.758Z | Compiling smoltcp v0.9.1 |
| 2195 | 2026-08-20T02:58:42.808Z | Compiling ref-cast v1.0.25 |
| 2196 | 2026-08-20T02:58:43.019Z | Compiling owo-colors v4.3.0 |
| 2197 | 2026-08-20T02:58:43.215Z | Compiling ron v0.8.1 |
| 2198 | 2026-08-20T02:58:43.303Z | Compiling dof v0.4.0 |
| 2199 | 2026-08-20T02:58:43.309Z | Compiling document-features v0.2.12 |
| 2200 | 2026-08-20T02:58:43.313Z | Compiling env_logger v0.11.11 |
| 2201 | 2026-08-20T02:58:43.338Z | Compiling toml v0.7.8 |
| 2202 | 2026-08-20T02:58:43.651Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2203 | 2026-08-20T02:58:43.668Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2204 | 2026-08-20T02:58:44.028Z | Compiling rsa v0.9.10 |
| 2205 | 2026-08-20T02:58:44.174Z | Compiling daft v0.1.7 |
| 2206 | 2026-08-20T02:58:44.305Z | Compiling serde-hex v0.1.0 |
| 2207 | 2026-08-20T02:58:44.310Z | Compiling darling v0.23.0 |
| 2208 | 2026-08-20T02:58:44.350Z | Compiling bzip2 v0.4.4 |
| 2209 | 2026-08-20T02:58:44.438Z | Compiling hyper-util v0.1.20 |
| 2210 | 2026-08-20T02:58:44.515Z | Compiling darling v0.20.11 |
| 2211 | 2026-08-20T02:58:44.603Z | Compiling hashbrown v0.13.2 |
| 2212 | 2026-08-20T02:58:44.887Z | Compiling x509-cert v0.2.5 |
| 2213 | 2026-08-20T02:58:45.184Z | Compiling hmac v0.12.1 |
| 2214 | 2026-08-20T02:58:45.254Z | Compiling dtrace-parser v0.3.0 |
| 2215 | 2026-08-20T02:58:45.556Z | Compiling async-recursion v1.1.1 |
| 2216 | 2026-08-20T02:58:45.769Z | Compiling sync_wrapper v1.0.2 |
| 2217 | 2026-08-20T02:58:45.884Z | Compiling thread-id v5.1.0 |
| 2218 | 2026-08-20T02:58:45.952Z | Compiling powerfmt v0.2.0 |
| 2219 | 2026-08-20T02:58:46.158Z | Compiling cfg_aliases v0.2.1 |
| 2220 | 2026-08-20T02:58:46.211Z | Compiling crc-any v2.5.0 |
| 2221 | 2026-08-20T02:58:46.292Z | Compiling siphasher v1.0.2 |
| 2222 | 2026-08-20T02:58:46.468Z | Compiling nix v0.31.2 |
| 2223 | 2026-08-20T02:58:46.560Z | Compiling deranged v0.5.8 |
| 2224 | 2026-08-20T02:58:46.770Z | Compiling tower v0.5.3 |
| 2225 | 2026-08-20T02:58:47.366Z | Compiling object v0.30.4 |
| 2226 | 2026-08-20T02:58:47.649Z | Compiling derive_builder_core v0.20.2 |
| 2227 | 2026-08-20T02:58:47.722Z | Compiling zip v0.6.6 |
| 2228 | 2026-08-20T02:58:47.987Z | Compiling serde_with_macros v3.21.0 |
| 2229 | 2026-08-20T02:58:48.074Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2230 | 2026-08-20T02:58:48.532Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2231 | 2026-08-20T02:58:48.730Z | Compiling bstr v1.12.1 |
| 2232 | 2026-08-20T02:58:48.871Z | Compiling block-buffer v0.12.1 |
| 2233 | 2026-08-20T02:58:48.895Z | Compiling crypto-common v0.2.2 |
| 2234 | 2026-08-20T02:58:49.097Z | Compiling http-body-util v0.1.3 |
| 2235 | 2026-08-20T02:58:49.375Z | Compiling futures-executor v0.3.32 |
| 2236 | 2026-08-20T02:58:49.420Z | Compiling serde_tokenstream v0.2.3 |
| 2237 | 2026-08-20T02:58:49.529Z | Compiling erased-serde v0.3.31 |
| 2238 | 2026-08-20T02:58:49.666Z | Compiling hubpack_derive v0.1.1 |
| 2239 | 2026-08-20T02:58:49.734Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2240 | 2026-08-20T02:58:49.828Z | Compiling strum_macros v0.27.2 |
| 2241 | 2026-08-20T02:58:49.861Z | Compiling ref-cast-impl v1.0.25 |
| 2242 | 2026-08-20T02:58:50.071Z | Compiling fs-err v3.3.0 |
| 2243 | 2026-08-20T02:58:50.126Z | Compiling usdt-impl v0.5.0 |
| 2244 | 2026-08-20T02:58:50.187Z | Compiling path-slash v0.1.5 |
| 2245 | 2026-08-20T02:58:50.288Z | Compiling ryu v1.0.23 |
| 2246 | 2026-08-20T02:58:50.354Z | Compiling allocator-api2 v0.2.21 |
| 2247 | 2026-08-20T02:58:50.358Z | Compiling iri-string v0.7.10 |
| 2248 | 2026-08-20T02:58:50.377Z | Compiling unicode-properties v0.1.4 |
| 2249 | 2026-08-20T02:58:50.591Z | Compiling same-file v1.0.6 |
| 2250 | 2026-08-20T02:58:50.601Z | Compiling num_threads v0.1.7 |
| 2251 | 2026-08-20T02:58:50.628Z | Compiling gimli v0.32.3 |
| 2252 | 2026-08-20T02:58:50.716Z | Compiling unicode-bidi v0.3.18 |
| 2253 | 2026-08-20T02:58:51.149Z | Compiling time v0.3.47 |
| 2254 | 2026-08-20T02:58:51.346Z | Compiling stringprep v0.1.5 |
| 2255 | 2026-08-20T02:58:51.715Z | Compiling serde_urlencoded v0.7.1 |
| 2256 | 2026-08-20T02:58:51.998Z | Compiling tower-http v0.6.8 |
| 2257 | 2026-08-20T02:58:52.219Z | Compiling walkdir v2.5.0 |
| 2258 | 2026-08-20T02:58:52.493Z | Compiling addr2line v0.25.1 |
| 2259 | 2026-08-20T02:58:53.258Z | Compiling futures v0.3.32 |
| 2260 | 2026-08-20T02:58:53.728Z | Compiling derive_builder_macro v0.20.2 |
| 2261 | 2026-08-20T02:58:53.997Z | Compiling tokio-native-tls v0.3.1 |
| 2262 | 2026-08-20T02:58:54.034Z | Compiling strum v0.26.3 |
| 2263 | 2026-08-20T02:58:54.172Z | Compiling block-padding v0.4.2 |
| 2264 | 2026-08-20T02:58:54.216Z | Compiling scroll v0.12.0 |
| 2265 | 2026-08-20T02:58:54.274Z | Compiling pin-project v1.1.11 |
| 2266 | 2026-08-20T02:58:54.315Z | Compiling rustls-native-certs v0.8.3 |
| 2267 | 2026-08-20T02:58:54.383Z | Compiling md-5 v0.10.6 |
| 2268 | 2026-08-20T02:58:54.401Z | Compiling vergen-lib v9.1.0 |
| 2269 | 2026-08-20T02:58:54.440Z | Compiling hash32 v0.2.1 |
| 2270 | 2026-08-20T02:58:54.504Z | Compiling encoding_rs v0.8.35 |
| 2271 | 2026-08-20T02:58:54.565Z | Compiling jiff-core v0.1.0 |
| 2272 | 2026-08-20T02:58:54.604Z | Compiling mime v0.3.17 |
| 2273 | 2026-08-20T02:58:54.673Z | Compiling fallible-iterator v0.2.0 |
| 2274 | 2026-08-20T02:58:54.778Z | Compiling cpufeatures v0.3.0 |
| 2275 | 2026-08-20T02:58:54.848Z | Compiling rustc-demangle v0.1.27 |
| 2276 | 2026-08-20T02:58:54.867Z | Compiling psl-types v2.0.11 |
| 2277 | 2026-08-20T02:58:54.962Z | Compiling postgres-protocol v0.6.10 |
| 2278 | 2026-08-20T02:58:55.001Z | Compiling publicsuffix v2.3.0 |
| 2279 | 2026-08-20T02:58:55.075Z | Compiling goblin v0.8.2 |
| 2280 | 2026-08-20T02:58:55.468Z | Compiling jiff v0.2.34 |
| 2281 | 2026-08-20T02:58:55.505Z | Compiling snafu v0.8.9 |
| 2282 | 2026-08-20T02:58:55.519Z | Compiling inout v0.2.2 |
| 2283 | 2026-08-20T02:58:55.704Z | Compiling derive_builder v0.20.2 |
| 2284 | 2026-08-20T02:58:55.852Z | Compiling hyper-tls v0.6.0 |
| 2285 | 2026-08-20T02:58:55.887Z | Compiling backtrace v0.3.76 |
| 2286 | 2026-08-20T02:58:56.150Z | Compiling usdt-macro v0.6.0 |
| 2287 | 2026-08-20T02:58:56.190Z | Compiling usdt-attr-macro v0.6.0 |
| 2288 | 2026-08-20T02:58:56.312Z | Compiling globset v0.4.18 |
| 2289 | 2026-08-20T02:58:56.393Z | Compiling phf_shared v0.13.1 |
| 2290 | 2026-08-20T02:58:56.420Z | Compiling crossbeam-epoch v0.9.18 |
| 2291 | 2026-08-20T02:58:56.647Z | Compiling zerocopy v0.7.35 |
| 2292 | 2026-08-20T02:58:56.834Z | Compiling regex v1.12.3 |
| 2293 | 2026-08-20T02:58:57.076Z | Compiling serde_plain v1.0.2 |
| 2294 | 2026-08-20T02:58:57.226Z | Compiling enum-as-inner v0.6.1 |
| 2295 | 2026-08-20T02:58:57.251Z | Compiling miette-derive v7.6.0 |
| 2296 | 2026-08-20T02:58:57.309Z | Compiling serde_repr v0.1.20 |
| 2297 | 2026-08-20T02:58:57.355Z | Compiling pem v3.0.6 |
| 2298 | 2026-08-20T02:58:57.374Z | Compiling vergen v9.1.0 |
| 2299 | 2026-08-20T02:58:57.389Z | Compiling cargo-platform v0.3.2 |
| 2300 | 2026-08-20T02:58:57.690Z | Compiling ff v0.13.1 |
| 2301 | 2026-08-20T02:58:57.717Z | Compiling filetime v0.2.27 |
| 2302 | 2026-08-20T02:58:57.761Z | Compiling xattr v1.6.1 |
| 2303 | 2026-08-20T02:58:57.796Z | Compiling unicode-segmentation v1.12.0 |
| 2304 | 2026-08-20T02:58:57.808Z | Compiling bumpalo v3.20.2 |
| 2305 | 2026-08-20T02:58:57.871Z | Compiling typed-path v0.9.3 |
| 2306 | 2026-08-20T02:58:57.954Z | Compiling is_ci v1.2.0 |
| 2307 | 2026-08-20T02:58:58.005Z | Compiling unicode-width v0.2.0 |
| 2308 | 2026-08-20T02:58:58.070Z | Compiling base16ct v0.2.0 |
| 2309 | 2026-08-20T02:58:58.087Z | Compiling unicode-linebreak v0.1.5 |
| 2310 | 2026-08-20T02:58:58.114Z | Compiling bitflags v1.3.2 |
| 2311 | 2026-08-20T02:58:58.179Z | Compiling foldhash v0.2.0 |
| 2312 | 2026-08-20T02:58:58.197Z | Compiling smawk v0.3.2 |
| 2313 | 2026-08-20T02:58:58.327Z | Compiling foldhash v0.1.5 |
| 2314 | 2026-08-20T02:58:58.351Z | Compiling either v1.15.0 |
| 2315 | 2026-08-20T02:58:58.357Z | Compiling const-oid v0.10.2 |
| 2316 | 2026-08-20T02:58:58.449Z | Compiling managed v0.8.0 |
| 2317 | 2026-08-20T02:58:58.523Z | Compiling libbz2-rs-sys v0.2.2 |
| 2318 | 2026-08-20T02:58:58.572Z | Compiling digest v0.11.3 |
| 2319 | 2026-08-20T02:58:58.590Z | Compiling hashbrown v0.15.5 |
| 2320 | 2026-08-20T02:58:58.841Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2321 | 2026-08-20T02:58:58.873Z | Compiling hashbrown v0.16.1 |
| 2322 | 2026-08-20T02:58:58.978Z | Compiling bzip2 v0.6.1 |
| 2323 | 2026-08-20T02:58:59.139Z | Compiling textwrap v0.16.2 |
| 2324 | 2026-08-20T02:58:59.147Z | Compiling sec1 v0.7.3 |
| 2325 | 2026-08-20T02:58:59.147Z | Compiling supports-color v3.0.2 |
| 2326 | 2026-08-20T02:58:59.179Z | Compiling zopfli v0.8.3 |
| 2327 | 2026-08-20T02:58:59.201Z | Compiling tar v0.4.46 |
| 2328 | 2026-08-20T02:58:59.477Z | Compiling group v0.13.0 |
| 2329 | 2026-08-20T02:58:59.504Z | Compiling cargo_metadata v0.23.1 |
| 2330 | 2026-08-20T02:58:59.508Z | Compiling dof v0.3.0 |
| 2331 | 2026-08-20T02:59:00.810Z | Compiling phf v0.13.1 |
| 2332 | 2026-08-20T02:59:00.990Z | Compiling backtrace-ext v0.2.1 |
| 2333 | 2026-08-20T02:59:01.162Z | Compiling zstd v0.13.3 |
| 2334 | 2026-08-20T02:59:01.178Z | Compiling reqwest v0.12.28 |
| 2335 | 2026-08-20T02:59:01.287Z | Compiling signal-hook-mio v0.2.5 |
| 2336 | 2026-08-20T02:59:01.318Z | Compiling cipher v0.5.2 |
| 2337 | 2026-08-20T02:59:01.421Z | Compiling cookie_store v0.22.1 |
| 2338 | 2026-08-20T02:59:01.435Z | Compiling postgres-types v0.2.12 |
| 2339 | 2026-08-20T02:59:01.610Z | Compiling strum v0.27.2 |
| 2340 | 2026-08-20T02:59:01.758Z | Compiling hubpack v0.1.2 |
| 2341 | 2026-08-20T02:59:01.797Z | Compiling phf_shared v0.11.3 |
| 2342 | 2026-08-20T02:59:01.901Z | Compiling hkdf v0.12.4 |
| 2343 | 2026-08-20T02:59:01.955Z | Compiling dtrace-parser v0.2.0 |
| 2344 | 2026-08-20T02:59:01.997Z | Compiling byte-wrapper v0.1.0 |
| 2345 | 2026-08-20T02:59:02.003Z | Compiling ed25519 v2.2.3 |
| 2346 | 2026-08-20T02:59:02.028Z | Compiling olpc-cjson v0.1.4 |
| 2347 | 2026-08-20T02:59:02.417Z | Compiling crypto-bigint v0.5.5 |
| 2348 | 2026-08-20T02:59:02.479Z | Compiling serde-big-array v0.5.1 |
| 2349 | 2026-08-20T02:59:02.541Z | Compiling float-cmp v0.10.0 |
| 2350 | 2026-08-20T02:59:02.640Z | Compiling memmap2 v0.9.10 |
| 2351 | 2026-08-20T02:59:02.654Z | Compiling thread-id v4.2.2 |
| 2352 | 2026-08-20T02:59:02.875Z | Compiling winnow v1.0.3 |
| 2353 | 2026-08-20T02:59:02.975Z | Compiling difflib v0.4.0 |
| 2354 | 2026-08-20T02:59:03.058Z | Compiling whoami v2.1.0 |
| 2355 | 2026-08-20T02:59:03.106Z | Compiling precomputed-hash v0.1.1 |
| 2356 | 2026-08-20T02:59:03.208Z | Compiling toml_write v0.1.2 |
| 2357 | 2026-08-20T02:59:03.289Z | Compiling data-encoding v2.10.0 |
| 2358 | 2026-08-20T02:59:03.373Z | Compiling fixedbitset v0.4.2 |
| 2359 | 2026-08-20T02:59:03.399Z | Compiling supports-hyperlinks v3.2.0 |
| 2360 | 2026-08-20T02:59:03.423Z | Compiling static_assertions v1.1.0 |
| 2361 | 2026-08-20T02:59:03.483Z | Compiling normalize-line-endings v0.3.0 |
| 2362 | 2026-08-20T02:59:03.514Z | Compiling winnow v0.7.14 |
| 2363 | 2026-08-20T02:59:03.528Z | Compiling supports-unicode v3.0.0 |
| 2364 | 2026-08-20T02:59:03.596Z | Compiling rayon-core v1.13.0 |
| 2365 | 2026-08-20T02:59:03.600Z | Compiling predicates-core v1.0.10 |
| 2366 | 2026-08-20T02:59:03.811Z | Compiling fixedbitset v0.5.7 |
| 2367 | 2026-08-20T02:59:03.943Z | Compiling new_debug_unreachable v1.0.6 |
| 2368 | 2026-08-20T02:59:03.955Z | Compiling keccak v0.1.6 |
| 2369 | 2026-08-20T02:59:04.013Z | Compiling unicode-width v0.1.14 |
| 2370 | 2026-08-20T02:59:04.217Z | Compiling sha3 v0.10.8 |
| 2371 | 2026-08-20T02:59:04.238Z | Compiling petgraph v0.8.3 |
| 2372 | 2026-08-20T02:59:04.315Z | Compiling miette v7.6.0 |
| 2373 | 2026-08-20T02:59:04.904Z | Compiling string_cache v0.8.9 |
| 2374 | 2026-08-20T02:59:05.110Z | Compiling toml_edit v0.22.27 |
| 2375 | 2026-08-20T02:59:05.153Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2376 | 2026-08-20T02:59:05.329Z | Compiling predicates v3.1.4 |
| 2377 | 2026-08-20T02:59:05.364Z | Compiling hickory-proto v0.25.2 |
| 2378 | 2026-08-20T02:59:05.431Z | Compiling petgraph v0.6.5 |
| 2379 | 2026-08-20T02:59:05.654Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2380 | 2026-08-20T02:59:05.710Z | Compiling elliptic-curve v0.13.8 |
| 2381 | 2026-08-20T02:59:06.145Z | Compiling tokio-postgres v0.7.16 |
| 2382 | 2026-08-20T02:59:06.189Z | Compiling chacha20 v0.10.0 |
| 2383 | 2026-08-20T02:59:06.189Z | Compiling usdt v0.6.0 |
| 2384 | 2026-08-20T02:59:06.914Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2385 | 2026-08-20T02:59:07.902Z | Compiling ed25519-dalek v2.2.0 |
| 2386 | 2026-08-20T02:59:08.236Z | Compiling zip v4.6.1 |
| 2387 | 2026-08-20T02:59:08.409Z | Compiling crossterm v0.28.1 |
| 2388 | 2026-08-20T02:59:08.981Z | Compiling iddqd v0.4.2 |
| 2389 | 2026-08-20T02:59:09.422Z | Compiling itertools v0.13.0 |
| 2390 | 2026-08-20T02:59:09.442Z | Compiling itertools v0.15.0 |
| 2391 | 2026-08-20T02:59:09.560Z | Compiling heck v0.4.1 |
| 2392 | 2026-08-20T02:59:09.581Z | Compiling similar v2.7.0 |
| 2393 | 2026-08-20T02:59:09.966Z | Compiling serde_with v3.21.0 |
| 2394 | 2026-08-20T02:59:10.799Z | Compiling tokio-stream v0.1.18 |
| 2395 | 2026-08-20T02:59:10.892Z | Compiling buf-list v1.1.2 |
| 2396 | 2026-08-20T02:59:10.973Z | Compiling half v2.7.1 |
| 2397 | 2026-08-20T02:59:10.999Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2398 | 2026-08-20T02:59:11.091Z | Compiling openapiv3 v2.2.0 |
| 2399 | 2026-08-20T02:59:11.618Z | Compiling lalrpop-util v0.19.12 |
| 2400 | 2026-08-20T02:59:11.639Z | Compiling peg-runtime v0.8.5 |
| 2401 | 2026-08-20T02:59:11.884Z | Compiling ciborium-io v0.2.2 |
| 2402 | 2026-08-20T02:59:11.978Z | Compiling ciborium-ll v0.2.2 |
| 2403 | 2026-08-20T02:59:13.311Z | Compiling crossbeam-deque v0.8.6 |
| 2404 | 2026-08-20T02:59:13.771Z | Compiling camino-tempfile v1.4.1 |
| 2405 | 2026-08-20T02:59:14.435Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2406 | 2026-08-20T02:59:14.708Z | Compiling blake3 v1.8.5 |
| 2407 | 2026-08-20T02:59:14.850Z | Compiling fs-err v2.11.0 |
| 2408 | 2026-08-20T02:59:17.472Z | Compiling rustls-webpki v0.103.13 |
| 2409 | 2026-08-20T02:59:17.722Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2410 | 2026-08-20T02:59:18.788Z | Compiling ciborium v0.2.2 |
| 2411 | 2026-08-20T02:59:19.503Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2412 | 2026-08-20T02:59:19.755Z | Compiling thread_local v1.1.9 |
| 2413 | 2026-08-20T02:59:20.050Z | Compiling constant_time_eq v0.4.2 |
| 2414 | 2026-08-20T02:59:20.236Z | Compiling slog-async v2.8.0 |
| 2415 | 2026-08-20T02:59:20.249Z | Compiling arrayvec v0.7.6 |
| 2416 | 2026-08-20T02:59:20.359Z | Compiling arrayref v0.3.9 |
| 2417 | 2026-08-20T02:59:20.575Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2418 | 2026-08-20T02:59:20.652Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2419 | 2026-08-20T02:59:20.780Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2420 | 2026-08-20T02:59:20.861Z | Compiling toml v0.8.23 |
| 2421 | 2026-08-20T02:59:20.957Z | Compiling atomicwrites v0.4.4 |
| 2422 | 2026-08-20T02:59:20.969Z | Compiling sha2 v0.11.0 |
| 2423 | 2026-08-20T02:59:21.058Z | Compiling tokio-rustls v0.26.4 |
| 2424 | 2026-08-20T02:59:21.104Z | Compiling rustls-platform-verifier v0.6.2 |
| 2425 | 2026-08-20T02:59:21.255Z | Compiling tough v0.22.0 |
| 2426 | 2026-08-20T02:59:21.324Z | Compiling hyper-rustls v0.27.7 |
| 2427 | 2026-08-20T02:59:21.338Z | Compiling digest-io v0.1.0 |
| 2428 | 2026-08-20T02:59:21.473Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2429 | 2026-08-20T02:59:21.505Z | Compiling crossbeam-channel v0.5.15 |
| 2430 | 2026-08-20T02:59:21.645Z | Compiling reqwest v0.13.2 |
| 2431 | 2026-08-20T02:59:21.654Z | Compiling serde_path_to_error v0.1.20 |
| 2432 | 2026-08-20T02:59:21.829Z | Compiling is-terminal v0.4.17 |
| 2433 | 2026-08-20T02:59:21.858Z | Compiling term v1.2.1 |
| 2434 | 2026-08-20T02:59:21.954Z | Compiling parse-size v1.1.0 |
| 2435 | 2026-08-20T02:59:22.118Z | Compiling indent_write v2.2.0 |
| 2436 | 2026-08-20T02:59:22.157Z | Compiling rawzip v0.4.4 |
| 2437 | 2026-08-20T02:59:22.210Z | Compiling debug-ignore v1.0.5 |
| 2438 | 2026-08-20T02:59:22.289Z | Compiling topological-sort v0.2.2 |
| 2439 | 2026-08-20T02:59:22.334Z | Compiling take_mut v0.2.2 |
| 2440 | 2026-08-20T02:59:22.485Z | Compiling slog-term v2.9.2 |
| 2441 | 2026-08-20T02:59:22.499Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2442 | 2026-08-20T02:59:22.525Z | Compiling shell-words v1.1.1 |
| 2443 | 2026-08-20T02:59:24.752Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2444 | 2026-08-20T02:59:30.247Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2445 | 2026-08-20T02:59:32.315Z | Compiling omicron-zone-package v0.12.3 |
| 2446 | 2026-08-20T02:59:32.611Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2447 | 2026-08-20T02:59:32.916Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2448 | 2026-08-20T02:59:32.973Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2449 | 2026-08-20T02:59:37.590Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2450 | 2026-08-20T02:59:49.865Z | Finished `release` profile [optimized] target(s) in 1m 31s |
| 2451 | 2026-08-20T02:59:50.001Z | Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries` |
| 2452 | 2026-08-20T02:59:50.057Z | Aug 20 02:59:49.354 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2453 | 2026-08-20T02:59:50.155Z | Aug 20 02:59:49.452 DEBG running: git rev-parse HEAD |
| 2454 | 2026-08-20T02:59:50.159Z | Aug 20 02:59:49.455 DEBG process exited with exit status: 0 (2.45839ms) |
| 2455 | 2026-08-20T02:59:50.159Z | Aug 20 02:59:49.455 INFO version: 23.0.0-0.ci+gitb18d02a9e9f |
| 2456 | 2026-08-20T02:59:50.167Z | Aug 20 02:59:49.463 INFO cloning helios to /work/oxidecomputer/helios |
| 2457 | 2026-08-20T02:59:50.167Z | Aug 20 02:59:49.463 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2458 | 2026-08-20T02:59:50.171Z | Cloning into '/work/oxidecomputer/helios'... |
| 2459 | 2026-08-20T02:59:50.787Z | Aug 20 02:59:50.084 DEBG process exited with exit status: 0 (621.562279ms) |
| 2460 | 2026-08-20T02:59:50.787Z | Aug 20 02:59:50.084 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2461 | 2026-08-20T02:59:50.790Z | Aug 20 02:59:50.087 DEBG process exited with exit status: 0 (2.3789ms) |
| 2462 | 2026-08-20T02:59:50.790Z | Aug 20 02:59:50.087 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2463 | 2026-08-20T02:59:51.151Z | Aug 20 02:59:50.446 DEBG process exited with exit status: 0 (358.68484ms) |
| 2464 | 2026-08-20T02:59:51.151Z | Aug 20 02:59:50.446 DEBG running: zfs list rpool/images/build/host |
| 2465 | 2026-08-20T02:59:51.154Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2466 | 2026-08-20T02:59:51.154Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2467 | 2026-08-20T02:59:51.154Z | Aug 20 02:59:50.450 DEBG process exited with exit status: 0 (4.49837ms) |
| 2468 | 2026-08-20T02:59:51.154Z | Aug 20 02:59:50.450 DEBG running: zfs list rpool/images/build/recovery |
| 2469 | 2026-08-20T02:59:51.158Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2470 | 2026-08-20T02:59:51.158Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2471 | 2026-08-20T02:59:51.158Z | Aug 20 02:59:50.453 DEBG process exited with exit status: 0 (3.52554ms) |
| 2472 | 2026-08-20T02:59:51.158Z | Aug 20 02:59:50.454 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e) |
| 2473 | 2026-08-20T02:59:51.170Z | Aug 20 02:59:50.466 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 |
| 2474 | 2026-08-20T02:59:51.174Z | Aug 20 02:59:50.467 INFO [incorp-manifest] running task |
| 2475 | 2026-08-20T02:59:51.174Z | Aug 20 02:59:50.467 INFO [hubris-production] running task |
| 2476 | 2026-08-20T02:59:51.174Z | Aug 20 02:59:50.467 INFO [hubris-staging] running task |
| 2477 | 2026-08-20T02:59:51.174Z | Aug 20 02:59:50.467 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name |
| 2478 | 2026-08-20T02:59:51.174Z | Aug 20 02:59:50.467 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2479 | 2026-08-20T02:59:51.174Z | Aug 20 02:59:50.469 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2480 | 2026-08-20T02:59:51.174Z | Aug 20 02:59:50.469 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 |
| 2481 | 2026-08-20T02:59:51.212Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2482 | 2026-08-20T02:59:51.281Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2483 | 2026-08-20T02:59:51.404Z | Aug 20 02:59:50.697 INFO [incorp-create] process exited with exit status: 0 (229.67137ms) |
| 2484 | 2026-08-20T02:59:51.412Z | Aug 20 02:59:50.697 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios |
| 2485 | 2026-08-20T02:59:51.617Z | Aug 20 02:59:50.915 INFO [incorp-publisher] process exited with exit status: 0 (217.336619ms) |
| 2486 | 2026-08-20T02:59:52.002Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2487 | 2026-08-20T02:59:52.336Z | Aug 20 02:59:51.633 INFO [hubris-production] task succeeded (1.166320148s) |
| 2488 | 2026-08-20T02:59:53.113Z | Aug 20 02:59:52.410 DEBG process exited with exit status: 0 (1.942840407s) |
| 2489 | 2026-08-20T02:59:53.116Z | Aug 20 02:59:52.410 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*' |
| 2490 | 2026-08-20T02:59:53.333Z | [ omicron-package] Compiling macaddr v1.0.1 |
| 2491 | 2026-08-20T02:59:53.337Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2492 | 2026-08-20T02:59:53.337Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2493 | 2026-08-20T02:59:53.337Z | [ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2494 | 2026-08-20T02:59:53.337Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2495 | 2026-08-20T02:59:53.337Z | [ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2496 | 2026-08-20T02:59:53.337Z | [ omicron-package] Compiling ingot-macros v0.2.0 |
| 2497 | 2026-08-20T02:59:53.337Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2498 | 2026-08-20T02:59:53.337Z | [ omicron-package] Compiling inout v0.1.4 |
| 2499 | 2026-08-20T02:59:53.337Z | [ omicron-package] Compiling multer v3.1.0 |
| 2500 | 2026-08-20T02:59:53.337Z | [ omicron-package] Compiling match_cfg v0.1.0 |
| 2501 | 2026-08-20T02:59:53.337Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2502 | 2026-08-20T02:59:53.337Z | [ omicron-package] Compiling compression-core v0.4.31 |
| 2503 | 2026-08-20T02:59:53.337Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2504 | 2026-08-20T02:59:53.337Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2505 | 2026-08-20T02:59:53.337Z | [ omicron-package] Compiling slog-json v2.6.1 |
| 2506 | 2026-08-20T02:59:53.817Z | [ omicron-package] Compiling hostname v0.3.1 |
| 2507 | 2026-08-20T02:59:53.958Z | [ omicron-package] Compiling newtype-uuid-macros v0.1.0 |
| 2508 | 2026-08-20T02:59:54.221Z | [ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2509 | 2026-08-20T02:59:54.260Z | [ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2510 | 2026-08-20T02:59:54.381Z | [ omicron-package] Compiling cobs v0.3.0 |
| 2511 | 2026-08-20T02:59:54.387Z | [ omicron-package] Compiling universal-hash v0.5.1 |
| 2512 | 2026-08-20T02:59:54.589Z | [ omicron-package] Compiling cipher v0.4.4 |
| 2513 | 2026-08-20T02:59:54.655Z | [ omicron-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2514 | 2026-08-20T02:59:54.659Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2515 | 2026-08-20T02:59:54.800Z | [ omicron-package] Compiling compression-codecs v0.4.37 |
| 2516 | 2026-08-20T02:59:54.812Z | [ omicron-package] Compiling dropshot v0.17.1 |
| 2517 | 2026-08-20T02:59:54.812Z | [ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2518 | 2026-08-20T02:59:54.812Z | [ omicron-package] Compiling serde_spanned v1.1.1 |
| 2519 | 2026-08-20T02:59:54.812Z | [ omicron-package] Compiling async-stream-impl v0.3.6 |
| 2520 | 2026-08-20T02:59:54.812Z | [ omicron-package] Compiling opaque-debug v0.3.1 |
| 2521 | 2026-08-20T02:59:54.812Z | [ omicron-package] Compiling convert_case v0.4.0 |
| 2522 | 2026-08-20T02:59:54.822Z | [ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2523 | 2026-08-20T02:59:54.931Z | [ omicron-package] Compiling proc-macro-crate v3.4.0 |
| 2524 | 2026-08-20T02:59:55.029Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2525 | 2026-08-20T02:59:55.047Z | [ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2526 | 2026-08-20T02:59:55.230Z | [ omicron-package] Compiling chacha20 v0.9.1 |
| 2527 | 2026-08-20T02:59:55.310Z | [ omicron-package] Compiling async-compression v0.4.41 |
| 2528 | 2026-08-20T02:59:55.393Z | [ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2529 | 2026-08-20T02:59:55.448Z | [ omicron-package] Compiling num_enum_derive v0.7.6 |
| 2530 | 2026-08-20T02:59:55.527Z | [ omicron-package] Compiling postcard v1.1.3 |
| 2531 | 2026-08-20T02:59:55.586Z | [ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2532 | 2026-08-20T02:59:55.622Z | [ omicron-package] Compiling derive_more v0.99.20 |
| 2533 | 2026-08-20T02:59:55.655Z | Aug 20 02:59:54.951 DEBG process exited with exit status: 0 (2.540873974s) |
| 2534 | 2026-08-20T02:59:55.659Z | [ omicron-package] Compiling async-stream v0.3.6 |
| 2535 | 2026-08-20T02:59:55.659Z | [ omicron-package] Compiling poly1305 v0.8.0 |
| 2536 | 2026-08-20T02:59:55.663Z | Aug 20 02:59:54.960 INFO [incorp-manifest] task succeeded (4.493276631s) |
| 2537 | 2026-08-20T02:59:55.666Z | Aug 20 02:59:54.960 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2538 | 2026-08-20T02:59:55.721Z | [ omicron-package] Compiling toml v1.1.2+spec-1.1.0 |
| 2539 | 2026-08-20T02:59:55.743Z | [ omicron-package] Compiling slog-bunyan v2.5.0 |
| 2540 | 2026-08-20T02:59:55.814Z | [ omicron-package] Compiling thiserror-no-std v2.0.2 |
| 2541 | 2026-08-20T02:59:55.906Z | Aug 20 02:59:55.203 INFO [incorp-fmt] process exited with exit status: 0 (242.56714ms) |
| 2542 | 2026-08-20T02:59:55.906Z | Aug 20 02:59:55.203 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2543 | 2026-08-20T02:59:55.967Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2544 | 2026-08-20T02:59:55.967Z | [ omicron-package] Compiling sha1 v0.11.0 |
| 2545 | 2026-08-20T02:59:56.031Z | [ omicron-package] Compiling progenitor-client v0.14.0 |
| 2546 | 2026-08-20T02:59:56.035Z | [ omicron-package] Compiling parse-display-derive v0.10.0 |
| 2547 | 2026-08-20T02:59:56.035Z | [ omicron-package] Compiling waitgroup v0.1.2 |
| 2548 | 2026-08-20T02:59:56.100Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2549 | 2026-08-20T02:59:56.221Z | [ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260820T025955Z |
| 2550 | 2026-08-20T02:59:56.221Z | [ incorp-pkgsend] PUBLISHED |
| 2551 | 2026-08-20T02:59:56.230Z | [ omicron-package] Compiling backon v1.6.0 |
| 2552 | 2026-08-20T02:59:56.286Z | Aug 20 02:59:55.580 INFO [incorp-pkgsend] process exited with exit status: 0 (376.959489ms) |
| 2553 | 2026-08-20T02:59:56.286Z | Aug 20 02:59:55.580 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2554 | 2026-08-20T02:59:56.291Z | [ omicron-package] Compiling rustls-pemfile v2.2.0 |
| 2555 | 2026-08-20T02:59:56.472Z | [ omicron-package] Compiling password-hash v0.5.0 |
| 2556 | 2026-08-20T02:59:56.560Z | [ helios-incorp] Retrieving packages for publisher helios ... |
| 2557 | 2026-08-20T02:59:56.565Z | [ helios-incorp] Retrieving catalog 'helios' ... Done |
| 2558 | 2026-08-20T02:59:56.587Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2559 | 2026-08-20T02:59:56.587Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2560 | 2026-08-20T02:59:56.588Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2561 | 2026-08-20T02:59:56.594Z | [ helios-incorp] |
| 2562 | 2026-08-20T02:59:56.594Z | [ helios-incorp] Archiving packages ... |
| 2563 | 2026-08-20T02:59:56.600Z | [ helios-incorp] Packages to add: 1 |
| 2564 | 2026-08-20T02:59:56.600Z | [ helios-incorp] Files to retrieve: 0 |
| 2565 | 2026-08-20T02:59:56.600Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2566 | 2026-08-20T02:59:56.600Z | [ helios-incorp] |
| 2567 | 2026-08-20T02:59:56.600Z | [ helios-incorp] Packages to archive: |
| 2568 | 2026-08-20T02:59:56.600Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260820T025955Z |
| 2569 | 2026-08-20T02:59:56.600Z | [ helios-incorp] |
| 2570 | 2026-08-20T02:59:56.600Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2571 | 2026-08-20T02:59:56.600Z | [ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds |
| 2572 | 2026-08-20T02:59:56.600Z | [ omicron-package] Compiling dropshot_endpoint v0.17.1 |
| 2573 | 2026-08-20T02:59:56.646Z | [ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2574 | 2026-08-20T02:59:56.660Z | Aug 20 02:59:55.955 INFO [helios-incorp] process exited with exit status: 0 (374.781199ms) |
| 2575 | 2026-08-20T02:59:56.677Z | [ omicron-package] Compiling blake2 v0.10.6 |
| 2576 | 2026-08-20T02:59:56.705Z | [ omicron-package] Compiling aead v0.5.2 |
| 2577 | 2026-08-20T02:59:56.750Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2578 | 2026-08-20T02:59:56.754Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2579 | 2026-08-20T02:59:56.934Z | [ omicron-package] Compiling ingot-types v0.2.0 |
| 2580 | 2026-08-20T02:59:56.964Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2581 | 2026-08-20T02:59:57.130Z | [ omicron-package] Compiling hostname v0.4.2 |
| 2582 | 2026-08-20T02:59:57.197Z | [ omicron-package] Compiling instant v0.1.13 |
| 2583 | 2026-08-20T02:59:57.238Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2584 | 2026-08-20T02:59:57.259Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2585 | 2026-08-20T02:59:57.287Z | [ omicron-package] Compiling backoff v0.4.0 |
| 2586 | 2026-08-20T02:59:57.355Z | [ omicron-package] Compiling argon2 v0.5.3 |
| 2587 | 2026-08-20T02:59:57.445Z | [ omicron-package] Compiling ingot v0.2.1 |
| 2588 | 2026-08-20T02:59:57.499Z | [ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2589 | 2026-08-20T02:59:57.561Z | [ omicron-package] Compiling chacha20poly1305 v0.10.1 |
| 2590 | 2026-08-20T02:59:57.593Z | [ omicron-package] Compiling num_enum v0.7.6 |
| 2591 | 2026-08-20T02:59:57.632Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2592 | 2026-08-20T02:59:57.695Z | [ omicron-package] Compiling progenitor-extras v0.2.0 |
| 2593 | 2026-08-20T02:59:57.740Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2594 | 2026-08-20T02:59:57.775Z | [ omicron-package] Compiling parse-display v0.10.0 |
| 2595 | 2026-08-20T02:59:57.775Z | [ omicron-package] Compiling vsss-rs v3.3.4 |
| 2596 | 2026-08-20T02:59:57.982Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2597 | 2026-08-20T02:59:57.999Z | [ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2598 | 2026-08-20T02:59:58.048Z | [ omicron-package] Compiling regress v0.10.5 |
| 2599 | 2026-08-20T02:59:58.106Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2600 | 2026-08-20T02:59:58.143Z | [ omicron-package] Compiling tabwriter v1.4.1 |
| 2601 | 2026-08-20T02:59:58.197Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2602 | 2026-08-20T02:59:58.381Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2603 | 2026-08-20T02:59:58.545Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2604 | 2026-08-20T02:59:58.605Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2605 | 2026-08-20T02:59:58.731Z | [ omicron-package] Compiling humantime v2.3.0 |
| 2606 | 2026-08-20T02:59:58.800Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2607 | 2026-08-20T02:59:58.830Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2608 | 2026-08-20T02:59:58.841Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2609 | 2026-08-20T02:59:59.068Z | [ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2610 | 2026-08-20T02:59:59.116Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2611 | 2026-08-20T02:59:59.275Z | [ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2612 | 2026-08-20T02:59:59.291Z | [ omicron-package] Compiling rayon v1.11.0 |
| 2613 | 2026-08-20T02:59:59.291Z | [ omicron-package] Compiling rand v0.10.1 |
| 2614 | 2026-08-20T02:59:59.342Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2615 | 2026-08-20T02:59:59.476Z | [ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2616 | 2026-08-20T02:59:59.535Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2617 | 2026-08-20T02:59:59.573Z | [ omicron-package] Compiling colored v3.1.1 |
| 2618 | 2026-08-20T02:59:59.667Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2619 | 2026-08-20T02:59:59.790Z | [ omicron-package] Compiling zone_cfg_derive v0.3.1 |
| 2620 | 2026-08-20T02:59:59.790Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2621 | 2026-08-20T02:59:59.875Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2622 | 2026-08-20T02:59:59.925Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2623 | 2026-08-20T02:59:59.956Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2624 | 2026-08-20T03:00:00.226Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2625 | 2026-08-20T03:00:00.274Z | [ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2626 | 2026-08-20T03:00:00.304Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2627 | 2026-08-20T03:00:00.304Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2628 | 2026-08-20T03:00:00.488Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2629 | 2026-08-20T03:00:00.555Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2630 | 2026-08-20T03:00:00.575Z | [ omicron-package] Compiling glob v0.3.3 |
| 2631 | 2026-08-20T03:00:00.600Z | [ omicron-package] Compiling swrite v0.1.0 |
| 2632 | 2026-08-20T03:00:00.620Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2633 | 2026-08-20T03:00:00.982Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 2634 | 2026-08-20T03:00:01.273Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2635 | 2026-08-20T03:00:01.403Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2636 | 2026-08-20T03:00:01.447Z | [ omicron-package] Compiling zone v0.3.1 |
| 2637 | 2026-08-20T03:00:01.639Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2638 | 2026-08-20T03:00:01.693Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2639 | 2026-08-20T03:00:01.785Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2640 | 2026-08-20T03:00:01.796Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2641 | 2026-08-20T03:00:01.885Z | [ omicron-package] Compiling smf v0.2.3 |
| 2642 | 2026-08-20T03:00:01.991Z | [ omicron-package] Compiling whoami v1.6.1 |
| 2643 | 2026-08-20T03:00:02.075Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2644 | 2026-08-20T03:00:02.127Z | [ omicron-package] Compiling tokio-dtrace v0.1.1 |
| 2645 | 2026-08-20T03:00:02.235Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2646 | 2026-08-20T03:00:02.261Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2647 | 2026-08-20T03:00:02.295Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2648 | 2026-08-20T03:00:02.509Z | [ omicron-package] Compiling console v0.16.2 |
| 2649 | 2026-08-20T03:00:02.555Z | [ omicron-package] Compiling unit-prefix v0.5.2 |
| 2650 | 2026-08-20T03:00:02.589Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.4 |
| 2651 | 2026-08-20T03:00:03.145Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2652 | 2026-08-20T03:00:03.265Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2653 | 2026-08-20T03:00:03.279Z | [ omicron-package] Compiling indicatif v0.18.4 |
| 2654 | 2026-08-20T03:00:07.155Z | [ helios-setup] Aug 20 03:00:06.381 INFO helios repository root is: /work/oxidecomputer/helios |
| 2655 | 2026-08-20T03:00:07.162Z | [ helios-setup] Aug 20 03:00:06.382 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 |
| 2656 | 2026-08-20T03:00:07.162Z | [ helios-setup] Aug 20 03:00:06.382 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2657 | 2026-08-20T03:00:07.163Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2658 | 2026-08-20T03:00:07.163Z | [ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2659 | 2026-08-20T03:00:10.181Z | Aug 20 03:00:09.478 INFO [hubris-staging] task succeeded (19.010822822s) |
| 2660 | 2026-08-20T03:00:16.084Z | [ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2661 | 2026-08-20T03:00:17.828Z | [ helios-setup] Aug 20 03:00:17.126 INFO clone ok!, project: amd-firmware |
| 2662 | 2026-08-20T03:00:17.831Z | [ helios-setup] Aug 20 03:00:17.126 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 |
| 2663 | 2026-08-20T03:00:17.831Z | [ helios-setup] Aug 20 03:00:17.126 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2664 | 2026-08-20T03:00:17.831Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2665 | 2026-08-20T03:00:18.592Z | [ helios-setup] Aug 20 03:00:17.886 INFO clone ok!, project: dmar-report |
| 2666 | 2026-08-20T03:00:18.592Z | [ helios-setup] Aug 20 03:00:17.886 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 |
| 2667 | 2026-08-20T03:00:18.596Z | [ helios-setup] Aug 20 03:00:17.886 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2668 | 2026-08-20T03:00:18.596Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2669 | 2026-08-20T03:00:19.379Z | [ helios-setup] Aug 20 03:00:18.672 INFO clone ok!, project: pilot |
| 2670 | 2026-08-20T03:00:19.384Z | [ helios-setup] Aug 20 03:00:18.672 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2671 | 2026-08-20T03:00:19.384Z | [ helios-setup] Aug 20 03:00:18.672 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 |
| 2672 | 2026-08-20T03:00:19.384Z | [ helios-setup] Aug 20 03:00:18.672 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2673 | 2026-08-20T03:00:19.384Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2674 | 2026-08-20T03:00:19.481Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2675 | 2026-08-20T03:00:20.501Z | [ helios-setup] Aug 20 03:00:19.798 INFO clone ok!, project: image-builder |
| 2676 | 2026-08-20T03:00:20.501Z | [ helios-setup] Aug 20 03:00:19.798 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2677 | 2026-08-20T03:00:20.504Z | [ helios-setup] Aug 20 03:00:19.798 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2678 | 2026-08-20T03:00:20.504Z | [ helios-setup] Aug 20 03:00:19.798 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 |
| 2679 | 2026-08-20T03:00:20.504Z | [ helios-setup] Aug 20 03:00:19.798 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2680 | 2026-08-20T03:00:20.504Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2681 | 2026-08-20T03:00:20.578Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2682 | 2026-08-20T03:00:21.037Z | [ helios-setup] Aug 20 03:00:20.334 INFO clone ok!, project: pinprick |
| 2683 | 2026-08-20T03:00:21.037Z | [ helios-setup] Aug 20 03:00:20.334 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 |
| 2684 | 2026-08-20T03:00:21.041Z | [ helios-setup] Aug 20 03:00:20.334 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 |
| 2685 | 2026-08-20T03:00:21.042Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2686 | 2026-08-20T03:00:21.885Z | [ helios-setup] Aug 20 03:00:21.183 INFO clone ok!, project: amd-host-image-builder |
| 2687 | 2026-08-20T03:00:21.888Z | [ helios-setup] Aug 20 03:00:21.183 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 |
| 2688 | 2026-08-20T03:00:21.888Z | [ helios-setup] Aug 20 03:00:21.183 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2689 | 2026-08-20T03:00:21.888Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2690 | 2026-08-20T03:00:22.850Z | [ helios-setup] Aug 20 03:00:22.148 INFO clone ok!, project: chelsio-t6-roms |
| 2691 | 2026-08-20T03:00:22.854Z | [ helios-setup] Aug 20 03:00:22.148 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 |
| 2692 | 2026-08-20T03:00:22.854Z | [ helios-setup] Aug 20 03:00:22.148 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2693 | 2026-08-20T03:00:22.854Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2694 | 2026-08-20T03:00:23.341Z | [ helios-setup] Aug 20 03:00:22.637 INFO clone ok!, project: bootserver |
| 2695 | 2026-08-20T03:00:23.344Z | [ helios-setup] Aug 20 03:00:22.638 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 |
| 2696 | 2026-08-20T03:00:23.344Z | [ helios-setup] Aug 20 03:00:22.638 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2697 | 2026-08-20T03:00:23.344Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2698 | 2026-08-20T03:00:23.890Z | [ helios-setup] Aug 20 03:00:23.187 INFO clone ok!, project: phbl |
| 2699 | 2026-08-20T03:00:23.890Z | [ helios-setup] Aug 20 03:00:23.188 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2700 | 2026-08-20T03:00:24.105Z | [ helios-setup] Aug 20 03:00:23.399 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None |
| 2701 | 2026-08-20T03:00:24.314Z | [ helios-setup] Aug 20 03:00:23.612 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created |
| 2702 | 2026-08-20T03:00:24.314Z | [ helios-setup] Aug 20 03:00:23.612 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2703 | 2026-08-20T03:00:24.524Z | [ helios-setup] Aug 20 03:00:23.822 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None |
| 2704 | 2026-08-20T03:00:24.742Z | [ helios-setup] Aug 20 03:00:24.040 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created |
| 2705 | 2026-08-20T03:00:24.743Z | [ helios-setup] Aug 20 03:00:24.040 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2706 | 2026-08-20T03:00:24.953Z | [ helios-setup] Aug 20 03:00:24.249 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None |
| 2707 | 2026-08-20T03:00:25.161Z | [ helios-setup] Aug 20 03:00:24.459 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created |
| 2708 | 2026-08-20T03:00:25.165Z | [ helios-setup] Aug 20 03:00:24.459 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2709 | 2026-08-20T03:00:25.165Z | [ helios-setup] Aug 20 03:00:24.459 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2710 | 2026-08-20T03:00:25.165Z | [ helios-setup] Aug 20 03:00:24.459 INFO ok! |
| 2711 | 2026-08-20T03:00:25.165Z | [ helios-setup] Aug 20 03:00:24.459 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2712 | 2026-08-20T03:00:25.165Z | [ helios-setup] Aug 20 03:00:24.459 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2713 | 2026-08-20T03:00:25.165Z | [ helios-setup] Aug 20 03:00:24.459 INFO ok! |
| 2714 | 2026-08-20T03:00:25.165Z | [ helios-setup] Aug 20 03:00:24.459 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2715 | 2026-08-20T03:00:25.165Z | [ helios-setup] Aug 20 03:00:24.459 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2716 | 2026-08-20T03:00:25.165Z | [ helios-setup] Aug 20 03:00:24.459 INFO ok! |
| 2717 | 2026-08-20T03:00:25.165Z | [ helios-setup] Aug 20 03:00:24.459 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 2718 | 2026-08-20T03:00:25.169Z | [ helios-setup] Aug 20 03:00:24.467 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)" |
| 2719 | 2026-08-20T03:00:25.169Z | [ helios-setup] Aug 20 03:00:24.467 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 2720 | 2026-08-20T03:00:25.172Z | [ helios-setup] Aug 20 03:00:24.467 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 2721 | 2026-08-20T03:00:25.258Z | [ helios-setup] Aug 20 03:00:24.555 INFO E| Updating crates.io index |
| 2722 | 2026-08-20T03:00:25.344Z | [ helios-setup] Aug 20 03:00:24.641 INFO E| Downloading crates ... |
| 2723 | 2026-08-20T03:00:25.394Z | [ helios-setup] Aug 20 03:00:24.690 INFO E| Downloaded quote v1.0.40 |
| 2724 | 2026-08-20T03:00:25.398Z | [ helios-setup] Aug 20 03:00:24.692 INFO E| Downloaded time-core v0.1.4 |
| 2725 | 2026-08-20T03:00:25.401Z | [ helios-setup] Aug 20 03:00:24.696 INFO E| Downloaded tempfile v3.20.0 |
| 2726 | 2026-08-20T03:00:25.404Z | [ helios-setup] Aug 20 03:00:24.701 INFO E| Downloaded errno v0.3.12 |
| 2727 | 2026-08-20T03:00:25.417Z | [ helios-setup] Aug 20 03:00:24.715 INFO E| Downloaded time-macros v0.2.22 |
| 2728 | 2026-08-20T03:00:25.420Z | [ helios-setup] Aug 20 03:00:24.716 INFO E| Downloaded thiserror v2.0.12 |
| 2729 | 2026-08-20T03:00:25.430Z | [ helios-setup] Aug 20 03:00:24.728 INFO E| Downloaded deranged v0.4.0 |
| 2730 | 2026-08-20T03:00:25.434Z | [ helios-setup] Aug 20 03:00:24.732 INFO E| Downloaded memchr v2.7.4 |
| 2731 | 2026-08-20T03:00:25.467Z | [ helios-setup] Aug 20 03:00:24.736 INFO E| Downloaded itoa v1.0.15 |
| 2732 | 2026-08-20T03:00:25.470Z | [ helios-setup] Aug 20 03:00:24.740 INFO E| Downloaded serde_with_macros v3.12.0 |
| 2733 | 2026-08-20T03:00:25.470Z | [ helios-setup] Aug 20 03:00:24.741 INFO E| Downloaded autocfg v1.4.0 |
| 2734 | 2026-08-20T03:00:25.470Z | [ helios-setup] Aug 20 03:00:24.747 INFO E| Downloaded serde_derive v1.0.219 |
| 2735 | 2026-08-20T03:00:25.470Z | [ helios-setup] Aug 20 03:00:24.754 INFO E| Downloaded iana-time-zone v0.1.63 |
| 2736 | 2026-08-20T03:00:25.470Z | [ helios-setup] Aug 20 03:00:24.756 INFO E| Downloaded thiserror-impl v2.0.12 |
| 2737 | 2026-08-20T03:00:25.470Z | [ helios-setup] Aug 20 03:00:24.757 INFO E| Downloaded ryu v1.0.20 |
| 2738 | 2026-08-20T03:00:25.470Z | [ helios-setup] Aug 20 03:00:24.764 INFO E| Downloaded anyhow v1.0.98 |
| 2739 | 2026-08-20T03:00:25.470Z | [ helios-setup] Aug 20 03:00:24.767 INFO E| Downloaded unicode-ident v1.0.18 |
| 2740 | 2026-08-20T03:00:25.474Z | [ helios-setup] Aug 20 03:00:24.769 INFO E| Downloaded bitflags v2.9.1 |
| 2741 | 2026-08-20T03:00:25.477Z | [ helios-setup] Aug 20 03:00:24.773 INFO E| Downloaded proc-macro2 v1.0.95 |
| 2742 | 2026-08-20T03:00:25.483Z | [ helios-setup] Aug 20 03:00:24.777 INFO E| Downloaded getrandom v0.3.3 |
| 2743 | 2026-08-20T03:00:25.498Z | [ helios-setup] Aug 20 03:00:24.795 INFO E| Downloaded indexmap v2.9.0 |
| 2744 | 2026-08-20T03:00:25.501Z | [ helios-setup] Aug 20 03:00:24.798 INFO E| Downloaded serde v1.0.219 |
| 2745 | 2026-08-20T03:00:25.518Z | [ helios-setup] Aug 20 03:00:24.815 INFO E| Downloaded serde_with v3.12.0 |
| 2746 | 2026-08-20T03:00:25.525Z | [ helios-setup] Aug 20 03:00:24.820 INFO E| Downloaded serde_json v1.0.140 |
| 2747 | 2026-08-20T03:00:25.528Z | [ helios-setup] Aug 20 03:00:24.823 INFO E| Downloaded time v0.3.41 |
| 2748 | 2026-08-20T03:00:25.534Z | [ helios-setup] Aug 20 03:00:24.830 INFO E| Downloaded hashbrown v0.15.3 |
| 2749 | 2026-08-20T03:00:25.552Z | [ helios-setup] Aug 20 03:00:24.849 INFO E| Downloaded syn v2.0.101 |
| 2750 | 2026-08-20T03:00:25.557Z | [ helios-setup] Aug 20 03:00:24.855 INFO E| Downloaded chrono v0.4.41 |
| 2751 | 2026-08-20T03:00:25.581Z | [ helios-setup] Aug 20 03:00:24.879 INFO E| Downloaded rustix v1.0.7 |
| 2752 | 2026-08-20T03:00:25.606Z | [ helios-setup] Aug 20 03:00:24.903 INFO E| Downloaded libc v0.2.172 |
| 2753 | 2026-08-20T03:00:25.654Z | [ helios-setup] Aug 20 03:00:24.951 INFO E| Compiling proc-macro2 v1.0.95 |
| 2754 | 2026-08-20T03:00:25.654Z | [ helios-setup] Aug 20 03:00:24.952 INFO E| Compiling unicode-ident v1.0.18 |
| 2755 | 2026-08-20T03:00:25.657Z | [ helios-setup] Aug 20 03:00:24.952 INFO E| Compiling libc v0.2.172 |
| 2756 | 2026-08-20T03:00:25.657Z | [ helios-setup] Aug 20 03:00:24.952 INFO E| Compiling fnv v1.0.7 |
| 2757 | 2026-08-20T03:00:25.657Z | [ helios-setup] Aug 20 03:00:24.952 INFO E| Compiling strsim v0.11.1 |
| 2758 | 2026-08-20T03:00:25.657Z | [ helios-setup] Aug 20 03:00:24.952 INFO E| Compiling ident_case v1.0.1 |
| 2759 | 2026-08-20T03:00:25.657Z | [ helios-setup] Aug 20 03:00:24.952 INFO E| Compiling serde v1.0.219 |
| 2760 | 2026-08-20T03:00:25.669Z | [ helios-setup] Aug 20 03:00:24.967 INFO E| Compiling getrandom v0.3.3 |
| 2761 | 2026-08-20T03:00:25.672Z | [ helios-setup] Aug 20 03:00:24.967 INFO E| Compiling rustix v1.0.7 |
| 2762 | 2026-08-20T03:00:25.672Z | [ helios-setup] Aug 20 03:00:24.967 INFO E| Compiling thiserror v2.0.12 |
| 2763 | 2026-08-20T03:00:25.672Z | [ helios-setup] Aug 20 03:00:24.967 INFO E| Compiling anyhow v1.0.98 |
| 2764 | 2026-08-20T03:00:25.672Z | [ helios-setup] Aug 20 03:00:24.967 INFO E| Compiling bitflags v2.9.1 |
| 2765 | 2026-08-20T03:00:25.672Z | [ helios-setup] Aug 20 03:00:24.967 INFO E| Compiling serde_json v1.0.140 |
| 2766 | 2026-08-20T03:00:25.672Z | [ helios-setup] Aug 20 03:00:24.967 INFO E| Compiling cfg-if v1.0.0 |
| 2767 | 2026-08-20T03:00:25.672Z | [ helios-setup] Aug 20 03:00:24.968 INFO E| Compiling ryu v1.0.20 |
| 2768 | 2026-08-20T03:00:25.672Z | [ helios-setup] Aug 20 03:00:24.968 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 2769 | 2026-08-20T03:00:25.743Z | [ helios-setup] Aug 20 03:00:25.040 INFO E| Compiling fastrand v2.3.0 |
| 2770 | 2026-08-20T03:00:25.796Z | [ helios-setup] Aug 20 03:00:25.093 INFO E| Compiling itoa v1.0.15 |
| 2771 | 2026-08-20T03:00:25.805Z | [ helios-setup] Aug 20 03:00:25.102 INFO E| Compiling memchr v2.7.4 |
| 2772 | 2026-08-20T03:00:25.871Z | [ helios-setup] Aug 20 03:00:25.159 INFO E| Compiling once_cell v1.21.3 |
| 2773 | 2026-08-20T03:00:26.302Z | [ helios-setup] Aug 20 03:00:25.599 INFO E| Compiling errno v0.3.12 |
| 2774 | 2026-08-20T03:00:26.536Z | [ helios-setup] Aug 20 03:00:25.830 INFO E| Compiling quote v1.0.40 |
| 2775 | 2026-08-20T03:00:26.681Z | [ helios-setup] Aug 20 03:00:25.978 INFO E| Compiling syn v2.0.101 |
| 2776 | 2026-08-20T03:00:27.043Z | [ helios-setup] Aug 20 03:00:26.339 INFO E| Compiling tempfile v3.20.0 |
| 2777 | 2026-08-20T03:00:28.690Z | [ helios-setup] Aug 20 03:00:27.986 INFO E| Compiling darling_core v0.20.11 |
| 2778 | 2026-08-20T03:00:29.437Z | [ helios-setup] Aug 20 03:00:28.734 INFO E| Compiling serde_derive v1.0.219 |
| 2779 | 2026-08-20T03:00:29.437Z | [ helios-setup] Aug 20 03:00:28.734 INFO E| Compiling thiserror-impl v2.0.12 |
| 2780 | 2026-08-20T03:00:29.985Z | [ helios-setup] Aug 20 03:00:29.282 INFO E| Compiling darling_macro v0.20.11 |
| 2781 | 2026-08-20T03:00:30.534Z | [ helios-setup] Aug 20 03:00:29.832 INFO E| Compiling darling v0.20.11 |
| 2782 | 2026-08-20T03:00:30.605Z | [ helios-setup] Aug 20 03:00:29.902 INFO E| Compiling serde_with_macros v3.12.0 |
| 2783 | 2026-08-20T03:00:31.079Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 39.90s |
| 2784 | 2026-08-20T03:00:31.346Z | [ omicron-package] |
| 2785 | 2026-08-20T03:00:31.346Z | [ omicron-package] real 40.081011580 |
| 2786 | 2026-08-20T03:00:31.350Z | [ omicron-package] user 3:54.810056388 |
| 2787 | 2026-08-20T03:00:31.350Z | [ omicron-package] sys 27.764593605 |
| 2788 | 2026-08-20T03:00:31.350Z | [ omicron-package] trap 0.394874504 |
| 2789 | 2026-08-20T03:00:31.350Z | [ omicron-package] tflt 0.543716063 |
| 2790 | 2026-08-20T03:00:31.351Z | [ omicron-package] dflt 2.730490075 |
| 2791 | 2026-08-20T03:00:31.351Z | [ omicron-package] kflt 0.000088339 |
| 2792 | 2026-08-20T03:00:31.351Z | [ omicron-package] lock 11:21.111969254 |
| 2793 | 2026-08-20T03:00:31.351Z | [ omicron-package] slp 6:07.751435753 |
| 2794 | 2026-08-20T03:00:31.351Z | [ omicron-package] lat 46.033034566 |
| 2795 | 2026-08-20T03:00:31.351Z | [ omicron-package] stop 1:46.784516845 |
| 2796 | 2026-08-20T03:00:31.351Z | Aug 20 03:00:30.644 INFO [omicron-package] process exited with exit status: 0 (40.17487959s) |
| 2797 | 2026-08-20T03:00:31.351Z | Aug 20 03:00:30.644 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2798 | 2026-08-20T03:00:31.351Z | Aug 20 03:00:30.645 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2799 | 2026-08-20T03:00:31.358Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2800 | 2026-08-20T03:00:31.358Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2801 | 2026-08-20T03:00:31.361Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2802 | 2026-08-20T03:00:31.361Z | [ host-target] Created new build target 'host' and set it as active |
| 2803 | 2026-08-20T03:00:31.361Z | Aug 20 03:00:30.658 INFO [host-target] process exited with exit status: 0 (13.33647ms) |
| 2804 | 2026-08-20T03:00:31.361Z | Aug 20 03:00:30.658 INFO [recovery-target] process exited with exit status: 0 (13.03358ms) |
| 2805 | 2026-08-20T03:00:31.361Z | Aug 20 03:00:30.658 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2806 | 2026-08-20T03:00:31.366Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2807 | 2026-08-20T03:00:32.864Z | [ host-package] Compiling heck v0.5.0 |
| 2808 | 2026-08-20T03:00:32.865Z | [ host-package] Compiling regress v0.11.1 |
| 2809 | 2026-08-20T03:00:33.112Z | [ host-package] Compiling unsafe-libyaml v0.2.11 |
| 2810 | 2026-08-20T03:00:33.133Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2811 | 2026-08-20T03:00:33.136Z | [ helios-setup] Aug 20 03:00:32.432 INFO E| Compiling serde_with v3.12.0 |
| 2812 | 2026-08-20T03:00:33.165Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2813 | 2026-08-20T03:00:33.165Z | [ host-package] Compiling derive-where v1.6.0 |
| 2814 | 2026-08-20T03:00:33.165Z | [ host-package] Compiling bytecount v0.6.9 |
| 2815 | 2026-08-20T03:00:33.234Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2816 | 2026-08-20T03:00:33.235Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 2817 | 2026-08-20T03:00:33.239Z | [ host-package] Compiling is-terminal v0.4.17 |
| 2818 | 2026-08-20T03:00:33.240Z | [ host-package] Compiling prettyplease v0.2.37 |
| 2819 | 2026-08-20T03:00:33.240Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2820 | 2026-08-20T03:00:33.279Z | [ host-package] Compiling console v0.15.11 |
| 2821 | 2026-08-20T03:00:33.319Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2822 | 2026-08-20T03:00:33.319Z | [ host-package] Compiling resolv-conf v0.7.6 |
| 2823 | 2026-08-20T03:00:33.405Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 2824 | 2026-08-20T03:00:33.485Z | [ host-package] Compiling num-rational v0.4.2 |
| 2825 | 2026-08-20T03:00:33.500Z | [ host-package] Compiling num-complex v0.4.6 |
| 2826 | 2026-08-20T03:00:33.500Z | [ host-package] Compiling thread_local v1.1.9 |
| 2827 | 2026-08-20T03:00:33.529Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2828 | 2026-08-20T03:00:33.682Z | [ host-package] Compiling serde_yaml v0.9.34+deprecated |
| 2829 | 2026-08-20T03:00:33.808Z | [ host-package] Compiling expectorate v1.2.0 |
| 2830 | 2026-08-20T03:00:33.833Z | [ host-package] Compiling compression-core v0.4.31 |
| 2831 | 2026-08-20T03:00:33.889Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2832 | 2026-08-20T03:00:33.983Z | [ host-package] Compiling num v0.4.3 |
| 2833 | 2026-08-20T03:00:33.987Z | [ host-package] Compiling slog-async v2.8.0 |
| 2834 | 2026-08-20T03:00:34.039Z | [ host-package] Compiling compression-codecs v0.4.37 |
| 2835 | 2026-08-20T03:00:34.112Z | [ host-package] Compiling hostname v0.3.1 |
| 2836 | 2026-08-20T03:00:34.165Z | [ host-package] Compiling multer v3.1.0 |
| 2837 | 2026-08-20T03:00:34.165Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 2838 | 2026-08-20T03:00:34.169Z | [ host-package] Compiling slog-json v2.6.1 |
| 2839 | 2026-08-20T03:00:34.382Z | [ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2840 | 2026-08-20T03:00:34.408Z | [ host-package] Compiling serde_spanned v1.1.1 |
| 2841 | 2026-08-20T03:00:34.443Z | [ host-package] Compiling linear-map v1.2.0 |
| 2842 | 2026-08-20T03:00:34.447Z | [ host-package] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2843 | 2026-08-20T03:00:34.605Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2844 | 2026-08-20T03:00:34.605Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2845 | 2026-08-20T03:00:34.656Z | [ host-package] Compiling oxide-update-engine-types v0.1.2 |
| 2846 | 2026-08-20T03:00:34.741Z | [ host-package] Compiling typify-impl v0.6.2 |
| 2847 | 2026-08-20T03:00:34.741Z | [ host-package] Compiling take_mut v0.2.2 |
| 2848 | 2026-08-20T03:00:34.747Z | [ host-package] Compiling float-ord v0.3.2 |
| 2849 | 2026-08-20T03:00:34.748Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 2850 | 2026-08-20T03:00:34.748Z | [ host-package] Compiling term v1.2.1 |
| 2851 | 2026-08-20T03:00:34.842Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2852 | 2026-08-20T03:00:34.852Z | [ host-package] Compiling toml v1.1.2+spec-1.1.0 |
| 2853 | 2026-08-20T03:00:34.852Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2854 | 2026-08-20T03:00:35.038Z | [ host-package] Compiling lru-cache v0.1.2 |
| 2855 | 2026-08-20T03:00:35.069Z | [ host-package] Compiling async-compression v0.4.41 |
| 2856 | 2026-08-20T03:00:35.181Z | [ host-package] Compiling slog-term v2.9.2 |
| 2857 | 2026-08-20T03:00:35.267Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2858 | 2026-08-20T03:00:35.347Z | [ host-package] Compiling async-stream v0.3.6 |
| 2859 | 2026-08-20T03:00:35.385Z | [ host-package] Compiling dropshot v0.17.1 |
| 2860 | 2026-08-20T03:00:35.445Z | [ host-package] Compiling sha1 v0.11.0 |
| 2861 | 2026-08-20T03:00:35.471Z | [ host-package] Compiling progenitor-client v0.14.0 |
| 2862 | 2026-08-20T03:00:35.497Z | [ host-package] Compiling waitgroup v0.1.2 |
| 2863 | 2026-08-20T03:00:35.501Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 2864 | 2026-08-20T03:00:35.665Z | [ host-package] Compiling backon v1.6.0 |
| 2865 | 2026-08-20T03:00:35.723Z | [ host-package] Compiling hostname v0.4.2 |
| 2866 | 2026-08-20T03:00:35.747Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 2867 | 2026-08-20T03:00:35.819Z | [ host-package] Compiling instant v0.1.13 |
| 2868 | 2026-08-20T03:00:35.905Z | [ host-package] Compiling minimal-lexical v0.2.1 |
| 2869 | 2026-08-20T03:00:35.946Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 2870 | 2026-08-20T03:00:35.946Z | [ host-package] Compiling progenitor-extras v0.2.0 |
| 2871 | 2026-08-20T03:00:35.973Z | [ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2872 | 2026-08-20T03:00:36.087Z | [ host-package] Compiling oxide-update-engine v0.1.2 |
| 2873 | 2026-08-20T03:00:36.269Z | [ host-package] Compiling nom v7.1.3 |
| 2874 | 2026-08-20T03:00:36.317Z | [ host-package] Compiling backoff v0.4.0 |
| 2875 | 2026-08-20T03:00:36.373Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2876 | 2026-08-20T03:00:36.376Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2877 | 2026-08-20T03:00:36.467Z | [ host-package] Compiling parse-display v0.10.0 |
| 2878 | 2026-08-20T03:00:36.577Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2879 | 2026-08-20T03:00:36.603Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 2880 | 2026-08-20T03:00:36.822Z | [ host-package] Compiling regress v0.10.5 |
| 2881 | 2026-08-20T03:00:37.158Z | [ helios-setup] Aug 20 03:00:36.451 INFO E| Finished `release` profile [optimized] target(s) in 11.97s |
| 2882 | 2026-08-20T03:00:37.187Z | [ helios-setup] Aug 20 03:00:36.482 INFO building project "dmar-report" ok (12 seconds) |
| 2883 | 2026-08-20T03:00:37.187Z | [ helios-setup] Aug 20 03:00:36.482 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 2884 | 2026-08-20T03:00:37.194Z | [ helios-setup] Aug 20 03:00:36.491 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)" |
| 2885 | 2026-08-20T03:00:37.194Z | [ helios-setup] Aug 20 03:00:36.491 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 2886 | 2026-08-20T03:00:37.194Z | [ helios-setup] Aug 20 03:00:36.491 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 2887 | 2026-08-20T03:00:37.222Z | [ host-package] Compiling itertools v0.14.0 |
| 2888 | 2026-08-20T03:00:37.301Z | [ helios-setup] Aug 20 03:00:36.598 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 2889 | 2026-08-20T03:00:37.486Z | [ host-package] Compiling macaddr v1.0.1 |
| 2890 | 2026-08-20T03:00:37.719Z | [ host-package] Compiling humantime v2.3.0 |
| 2891 | 2026-08-20T03:00:37.746Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 2892 | 2026-08-20T03:00:37.911Z | [ helios-setup] Aug 20 03:00:37.208 INFO E| From https://github.com/jclulow/hiercmd |
| 2893 | 2026-08-20T03:00:37.911Z | [ helios-setup] Aug 20 03:00:37.208 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 2894 | 2026-08-20T03:00:37.927Z | [ helios-setup] Aug 20 03:00:37.220 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 2895 | 2026-08-20T03:00:37.961Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2896 | 2026-08-20T03:00:38.063Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2897 | 2026-08-20T03:00:38.084Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2898 | 2026-08-20T03:00:38.096Z | [ host-package] Compiling convert_case v0.10.0 |
| 2899 | 2026-08-20T03:00:38.182Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2900 | 2026-08-20T03:00:38.253Z | [ helios-setup] Aug 20 03:00:37.550 INFO E| From https://github.com/oxidecomputer/network-interface |
| 2901 | 2026-08-20T03:00:38.253Z | [ helios-setup] Aug 20 03:00:37.550 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 2902 | 2026-08-20T03:00:38.265Z | [ helios-setup] Aug 20 03:00:37.562 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 2903 | 2026-08-20T03:00:38.382Z | [ host-package] Compiling toml v0.8.23 |
| 2904 | 2026-08-20T03:00:38.419Z | [ host-package] Compiling derive_more-impl v2.1.1 |
| 2905 | 2026-08-20T03:00:38.600Z | [ host-package] Compiling typify-macro v0.6.2 |
| 2906 | 2026-08-20T03:00:38.645Z | [ helios-setup] Aug 20 03:00:37.942 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 2907 | 2026-08-20T03:00:38.645Z | [ helios-setup] Aug 20 03:00:37.942 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 2908 | 2026-08-20T03:00:38.663Z | [ helios-setup] Aug 20 03:00:37.960 INFO E| Updating crates.io index |
| 2909 | 2026-08-20T03:00:38.669Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2910 | 2026-08-20T03:00:38.730Z | [ helios-setup] Aug 20 03:00:38.027 INFO E| Downloading crates ... |
| 2911 | 2026-08-20T03:00:38.786Z | [ helios-setup] Aug 20 03:00:38.083 INFO E| Downloaded base64ct v1.8.0 |
| 2912 | 2026-08-20T03:00:38.792Z | [ helios-setup] Aug 20 03:00:38.085 INFO E| Downloaded bitflags v2.10.0 |
| 2913 | 2026-08-20T03:00:38.796Z | [ helios-setup] Aug 20 03:00:38.090 INFO E| Downloaded futures-core v0.3.31 |
| 2914 | 2026-08-20T03:00:38.796Z | [ helios-setup] Aug 20 03:00:38.091 INFO E| Downloaded anstyle v1.0.13 |
| 2915 | 2026-08-20T03:00:38.799Z | [ helios-setup] Aug 20 03:00:38.097 INFO E| Downloaded slab v0.4.11 |
| 2916 | 2026-08-20T03:00:38.814Z | [ helios-setup] Aug 20 03:00:38.104 INFO E| Downloaded log v0.4.28 |
| 2917 | 2026-08-20T03:00:38.818Z | [ helios-setup] Aug 20 03:00:38.112 INFO E| Downloaded iddqd v0.3.14 |
| 2918 | 2026-08-20T03:00:38.822Z | [ helios-setup] Aug 20 03:00:38.119 INFO E| Downloaded deranged v0.5.5 |
| 2919 | 2026-08-20T03:00:38.826Z | [ helios-setup] Aug 20 03:00:38.121 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 2920 | 2026-08-20T03:00:38.830Z | [ helios-setup] Aug 20 03:00:38.126 INFO E| Downloaded clap_derive v4.5.49 |
| 2921 | 2026-08-20T03:00:38.835Z | [ helios-setup] Aug 20 03:00:38.128 INFO E| Downloaded env_logger v0.11.8 |
| 2922 | 2026-08-20T03:00:38.835Z | [ helios-setup] Aug 20 03:00:38.129 INFO E| Downloaded syn v2.0.108 |
| 2923 | 2026-08-20T03:00:38.839Z | [ helios-setup] Aug 20 03:00:38.136 INFO E| Downloaded crc v3.3.0 |
| 2924 | 2026-08-20T03:00:38.845Z | [ helios-setup] Aug 20 03:00:38.137 INFO E| Downloaded devinfo v0.1.0 |
| 2925 | 2026-08-20T03:00:38.846Z | [ helios-setup] Aug 20 03:00:38.138 INFO E| Downloaded anstyle-query v1.1.4 |
| 2926 | 2026-08-20T03:00:38.846Z | [ helios-setup] Aug 20 03:00:38.138 INFO E| Downloaded flate2 v1.1.5 |
| 2927 | 2026-08-20T03:00:38.849Z | [ helios-setup] Aug 20 03:00:38.141 INFO E| Downloaded zeroize_derive v1.4.2 |
| 2928 | 2026-08-20T03:00:38.849Z | [ helios-setup] Aug 20 03:00:38.142 INFO E| Downloaded clap_lex v0.7.6 |
| 2929 | 2026-08-20T03:00:38.849Z | [ helios-setup] Aug 20 03:00:38.143 INFO E| Downloaded futures-task v0.3.31 |
| 2930 | 2026-08-20T03:00:38.849Z | [ helios-setup] Aug 20 03:00:38.147 INFO E| Downloaded futures-macro v0.3.31 |
| 2931 | 2026-08-20T03:00:38.853Z | [ helios-setup] Aug 20 03:00:38.147 INFO E| Downloaded simd-adler32 v0.3.7 |
| 2932 | 2026-08-20T03:00:38.857Z | [ helios-setup] Aug 20 03:00:38.153 INFO E| Downloaded pin-utils v0.1.0 |
| 2933 | 2026-08-20T03:00:38.866Z | [ helios-setup] Aug 20 03:00:38.162 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 2934 | 2026-08-20T03:00:38.876Z | [ helios-setup] Aug 20 03:00:38.173 INFO E| Downloaded serde_spanned v1.0.3 |
| 2935 | 2026-08-20T03:00:38.880Z | [ helios-setup] Aug 20 03:00:38.176 INFO E| Downloaded env_filter v0.1.4 |
| 2936 | 2026-08-20T03:00:38.885Z | [ helios-setup] Aug 20 03:00:38.182 INFO E| Downloaded bitfield-macros v0.19.3 |
| 2937 | 2026-08-20T03:00:38.892Z | [ helios-setup] Aug 20 03:00:38.189 INFO E| Downloaded futures-sink v0.3.31 |
| 2938 | 2026-08-20T03:00:38.896Z | [ helios-setup] Aug 20 03:00:38.190 INFO E| Downloaded time-core v0.1.6 |
| 2939 | 2026-08-20T03:00:38.900Z | [ helios-setup] Aug 20 03:00:38.196 INFO E| Downloaded time-macros v0.2.24 |
| 2940 | 2026-08-20T03:00:38.903Z | [ helios-setup] Aug 20 03:00:38.197 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 2941 | 2026-08-20T03:00:38.907Z | [ helios-setup] Aug 20 03:00:38.202 INFO E| Downloaded pin-project-lite v0.2.16 |
| 2942 | 2026-08-20T03:00:38.912Z | [ helios-setup] Aug 20 03:00:38.206 INFO E| Downloaded futures-io v0.3.31 |
| 2943 | 2026-08-20T03:00:38.912Z | [ helios-setup] Aug 20 03:00:38.206 INFO E| Downloaded getrandom v0.2.16 |
| 2944 | 2026-08-20T03:00:38.917Z | [ helios-setup] Aug 20 03:00:38.213 INFO E| Downloaded futures-channel v0.3.31 |
| 2945 | 2026-08-20T03:00:38.922Z | [ helios-setup] Aug 20 03:00:38.215 INFO E| Downloaded futures-executor v0.3.31 |
| 2946 | 2026-08-20T03:00:38.922Z | [ helios-setup] Aug 20 03:00:38.216 INFO E| Downloaded zeroize v1.8.2 |
| 2947 | 2026-08-20T03:00:38.922Z | [ helios-setup] Aug 20 03:00:38.216 INFO E| Downloaded thiserror v2.0.17 |
| 2948 | 2026-08-20T03:00:38.934Z | [ helios-setup] Aug 20 03:00:38.220 INFO E| Downloaded toml_writer v1.0.4 |
| 2949 | 2026-08-20T03:00:38.937Z | [ helios-setup] Aug 20 03:00:38.221 INFO E| Downloaded generic-array v0.14.9 |
| 2950 | 2026-08-20T03:00:38.937Z | [ helios-setup] Aug 20 03:00:38.222 INFO E| Downloaded toml_datetime v0.7.3 |
| 2951 | 2026-08-20T03:00:38.937Z | [ helios-setup] Aug 20 03:00:38.223 INFO E| Downloaded getopts v0.2.24 |
| 2952 | 2026-08-20T03:00:38.937Z | [ helios-setup] Aug 20 03:00:38.224 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 2953 | 2026-08-20T03:00:38.946Z | [ helios-setup] Aug 20 03:00:38.241 INFO E| Downloaded num_enum_derive v0.7.5 |
| 2954 | 2026-08-20T03:00:38.951Z | [ helios-setup] Aug 20 03:00:38.242 INFO E| Downloaded term v1.2.0 |
| 2955 | 2026-08-20T03:00:38.952Z | [ helios-setup] Aug 20 03:00:38.244 INFO E| Downloaded thiserror-impl v2.0.17 |
| 2956 | 2026-08-20T03:00:38.952Z | [ helios-setup] Aug 20 03:00:38.245 INFO E| Downloaded unicode-ident v1.0.22 |
| 2957 | 2026-08-20T03:00:38.952Z | [ helios-setup] Aug 20 03:00:38.246 INFO E| Downloaded tokio-macros v2.6.0 |
| 2958 | 2026-08-20T03:00:38.952Z | [ helios-setup] Aug 20 03:00:38.247 INFO E| Downloaded quote v1.0.41 |
| 2959 | 2026-08-20T03:00:38.955Z | [ helios-setup] Aug 20 03:00:38.249 INFO E| Downloaded bitfield v0.19.3 |
| 2960 | 2026-08-20T03:00:38.955Z | [ helios-setup] Aug 20 03:00:38.250 INFO E| Downloaded iana-time-zone v0.1.64 |
| 2961 | 2026-08-20T03:00:38.956Z | [ helios-setup] Aug 20 03:00:38.252 INFO E| Downloaded toml_parser v1.0.4 |
| 2962 | 2026-08-20T03:00:38.961Z | [ helios-setup] Aug 20 03:00:38.259 INFO E| Downloaded num_enum v0.7.5 |
| 2963 | 2026-08-20T03:00:38.965Z | [ helios-setup] Aug 20 03:00:38.262 INFO E| Downloaded proc-macro2 v1.0.103 |
| 2964 | 2026-08-20T03:00:38.968Z | [ helios-setup] Aug 20 03:00:38.265 INFO E| Downloaded socket2 v0.6.1 |
| 2965 | 2026-08-20T03:00:38.975Z | [ helios-setup] Aug 20 03:00:38.271 INFO E| Downloaded clap v4.5.51 |
| 2966 | 2026-08-20T03:00:38.978Z | [ helios-setup] Aug 20 03:00:38.271 INFO E| Downloaded typenum v1.19.0 |
| 2967 | 2026-08-20T03:00:38.984Z | [ helios-setup] Aug 20 03:00:38.281 INFO E| Downloaded futures v0.3.31 |
| 2968 | 2026-08-20T03:00:39.025Z | [ helios-setup] Aug 20 03:00:38.317 INFO E| Downloaded uuid v1.18.1 |
| 2969 | 2026-08-20T03:00:39.034Z | [ helios-setup] Aug 20 03:00:38.319 INFO E| Downloaded anyhow v1.0.100 |
| 2970 | 2026-08-20T03:00:39.034Z | [ helios-setup] Aug 20 03:00:38.322 INFO E| Downloaded toml v0.9.8 |
| 2971 | 2026-08-20T03:00:39.034Z | [ helios-setup] Aug 20 03:00:38.324 INFO E| Downloaded toml_edit v0.23.7 |
| 2972 | 2026-08-20T03:00:39.039Z | [ helios-setup] Aug 20 03:00:38.327 INFO E| Downloaded rand v0.8.5 |
| 2973 | 2026-08-20T03:00:39.039Z | [ helios-setup] Aug 20 03:00:38.329 INFO E| Downloaded indexmap v2.12.0 |
| 2974 | 2026-08-20T03:00:39.039Z | [ host-package] Compiling papergrid v0.11.0 |
| 2975 | 2026-08-20T03:00:39.039Z | [ helios-setup] Aug 20 03:00:38.331 INFO E| Downloaded memchr v2.7.6 |
| 2976 | 2026-08-20T03:00:39.039Z | [ helios-setup] Aug 20 03:00:38.335 INFO E| Downloaded rsa v0.9.8 |
| 2977 | 2026-08-20T03:00:39.042Z | [ helios-setup] Aug 20 03:00:38.338 INFO E| Downloaded bytes v1.10.1 |
| 2978 | 2026-08-20T03:00:39.046Z | [ helios-setup] Aug 20 03:00:38.341 INFO E| Downloaded zerocopy-derive v0.8.27 |
| 2979 | 2026-08-20T03:00:39.049Z | [ helios-setup] Aug 20 03:00:38.344 INFO E| Downloaded cc v1.2.44 |
| 2980 | 2026-08-20T03:00:39.052Z | [ helios-setup] Aug 20 03:00:38.348 INFO E| Downloaded mio v1.1.0 |
| 2981 | 2026-08-20T03:00:39.059Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 2982 | 2026-08-20T03:00:39.076Z | [ helios-setup] Aug 20 03:00:38.371 INFO E| Downloaded hashbrown v0.16.0 |
| 2983 | 2026-08-20T03:00:39.080Z | [ helios-setup] Aug 20 03:00:38.377 INFO E| Downloaded time v0.3.44 |
| 2984 | 2026-08-20T03:00:39.085Z | [ helios-setup] Aug 20 03:00:38.382 INFO E| Downloaded serde_json v1.0.145 |
| 2985 | 2026-08-20T03:00:39.088Z | [ host-package] Compiling termtree v0.5.1 |
| 2986 | 2026-08-20T03:00:39.091Z | [ helios-setup] Aug 20 03:00:38.386 INFO E| Downloaded futures-util v0.3.31 |
| 2987 | 2026-08-20T03:00:39.097Z | [ helios-setup] Aug 20 03:00:38.393 INFO E| Downloaded libm v0.2.15 |
| 2988 | 2026-08-20T03:00:39.103Z | [ helios-setup] Aug 20 03:00:38.400 INFO E| Downloaded winnow v0.7.13 |
| 2989 | 2026-08-20T03:00:39.112Z | [ helios-setup] Aug 20 03:00:38.406 INFO E| Downloaded clap_builder v4.5.51 |
| 2990 | 2026-08-20T03:00:39.118Z | [ helios-setup] Aug 20 03:00:38.410 INFO E| Downloaded zerocopy v0.8.27 |
| 2991 | 2026-08-20T03:00:39.128Z | [ helios-setup] Aug 20 03:00:38.425 INFO E| Downloaded chrono v0.4.42 |
| 2992 | 2026-08-20T03:00:39.134Z | [ helios-setup] Aug 20 03:00:38.430 INFO E| Downloaded unicode-width v0.2.2 |
| 2993 | 2026-08-20T03:00:39.141Z | [ helios-setup] Aug 20 03:00:38.438 INFO E| Downloaded rustix v1.1.2 |
| 2994 | 2026-08-20T03:00:39.214Z | [ helios-setup] Aug 20 03:00:38.509 INFO E| Downloaded libc v0.2.177 |
| 2995 | 2026-08-20T03:00:39.228Z | [ helios-setup] Aug 20 03:00:38.525 INFO E| Downloaded tokio v1.48.0 |
| 2996 | 2026-08-20T03:00:39.297Z | [ host-package] Compiling derive_more v2.1.1 |
| 2997 | 2026-08-20T03:00:39.331Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2998 | 2026-08-20T03:00:39.336Z | [ helios-setup] Aug 20 03:00:38.633 INFO E| Compiling proc-macro2 v1.0.103 |
| 2999 | 2026-08-20T03:00:39.336Z | [ helios-setup] Aug 20 03:00:38.633 INFO E| Compiling unicode-ident v1.0.22 |
| 3000 | 2026-08-20T03:00:39.336Z | [ helios-setup] Aug 20 03:00:38.633 INFO E| Compiling quote v1.0.41 |
| 3001 | 2026-08-20T03:00:39.336Z | [ helios-setup] Aug 20 03:00:38.633 INFO E| Compiling libc v0.2.177 |
| 3002 | 2026-08-20T03:00:39.339Z | [ helios-setup] Aug 20 03:00:38.633 INFO E| Compiling serde_core v1.0.228 |
| 3003 | 2026-08-20T03:00:39.339Z | [ helios-setup] Aug 20 03:00:38.633 INFO E| Compiling cfg-if v1.0.4 |
| 3004 | 2026-08-20T03:00:39.339Z | [ helios-setup] Aug 20 03:00:38.633 INFO E| Compiling serde v1.0.228 |
| 3005 | 2026-08-20T03:00:39.339Z | [ helios-setup] Aug 20 03:00:38.633 INFO E| Compiling version_check v0.9.5 |
| 3006 | 2026-08-20T03:00:39.340Z | [ helios-setup] Aug 20 03:00:38.633 INFO E| Compiling autocfg v1.5.0 |
| 3007 | 2026-08-20T03:00:39.340Z | [ helios-setup] Aug 20 03:00:38.633 INFO E| Compiling typenum v1.19.0 |
| 3008 | 2026-08-20T03:00:39.340Z | [ helios-setup] Aug 20 03:00:38.633 INFO E| Compiling const-oid v0.9.6 |
| 3009 | 2026-08-20T03:00:39.340Z | [ helios-setup] Aug 20 03:00:38.633 INFO E| Compiling libm v0.2.15 |
| 3010 | 2026-08-20T03:00:39.340Z | [ helios-setup] Aug 20 03:00:38.633 INFO E| Compiling zerocopy v0.8.27 |
| 3011 | 2026-08-20T03:00:39.340Z | [ helios-setup] Aug 20 03:00:38.633 INFO E| Compiling rustversion v1.0.22 |
| 3012 | 2026-08-20T03:00:39.340Z | [ helios-setup] Aug 20 03:00:38.633 INFO E| Compiling smallvec v1.15.1 |
| 3013 | 2026-08-20T03:00:39.340Z | [ helios-setup] Aug 20 03:00:38.633 INFO E| Compiling zeroize v1.8.2 |
| 3014 | 2026-08-20T03:00:39.383Z | [ host-package] Compiling crossterm v0.29.0 |
| 3015 | 2026-08-20T03:00:39.431Z | [ host-package] Compiling phf_shared v0.12.1 |
| 3016 | 2026-08-20T03:00:39.620Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 3017 | 2026-08-20T03:00:39.743Z | [ helios-setup] Aug 20 03:00:39.040 INFO E| Compiling base64ct v1.8.0 |
| 3018 | 2026-08-20T03:00:39.758Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3019 | 2026-08-20T03:00:40.263Z | [ helios-setup] Aug 20 03:00:39.549 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 3020 | 2026-08-20T03:00:40.349Z | [ helios-setup] Aug 20 03:00:39.645 INFO E| Compiling generic-array v0.14.9 |
| 3021 | 2026-08-20T03:00:40.424Z | [ helios-setup] Aug 20 03:00:39.717 INFO E| Compiling anyhow v1.0.100 |
| 3022 | 2026-08-20T03:00:40.434Z | [ helios-setup] Aug 20 03:00:39.732 INFO E| Compiling hashbrown v0.16.0 |
| 3023 | 2026-08-20T03:00:40.521Z | [ helios-setup] Aug 20 03:00:39.818 INFO E| Compiling memchr v2.7.6 |
| 3024 | 2026-08-20T03:00:40.696Z | [ helios-setup] Aug 20 03:00:39.993 INFO E| Compiling winnow v0.7.13 |
| 3025 | 2026-08-20T03:00:40.782Z | [ helios-setup] Aug 20 03:00:40.079 INFO E| Compiling num-traits v0.2.19 |
| 3026 | 2026-08-20T03:00:40.800Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3027 | 2026-08-20T03:00:40.825Z | [ helios-setup] Aug 20 03:00:40.122 INFO E| Compiling rustix v1.1.2 |
| 3028 | 2026-08-20T03:00:40.840Z | [ helios-setup] Aug 20 03:00:40.135 INFO E| Compiling utf8parse v0.2.2 |
| 3029 | 2026-08-20T03:00:40.980Z | [ host-package] Compiling tabled v0.15.0 |
| 3030 | 2026-08-20T03:00:40.980Z | [ host-package] Compiling typify v0.6.2 |
| 3031 | 2026-08-20T03:00:41.087Z | [ helios-setup] Aug 20 03:00:40.385 INFO E| Compiling getrandom v0.2.16 |
| 3032 | 2026-08-20T03:00:41.104Z | [ helios-setup] Aug 20 03:00:40.401 INFO E| Compiling equivalent v1.0.2 |
| 3033 | 2026-08-20T03:00:41.209Z | [ helios-setup] Aug 20 03:00:40.507 INFO E| Compiling byteorder v1.5.0 |
| 3034 | 2026-08-20T03:00:41.274Z | [ helios-setup] Aug 20 03:00:40.572 INFO E| Compiling flagset v0.4.7 |
| 3035 | 2026-08-20T03:00:41.316Z | [ helios-setup] Aug 20 03:00:40.613 INFO E| Compiling crc32fast v1.5.0 |
| 3036 | 2026-08-20T03:00:41.513Z | [ helios-setup] Aug 20 03:00:40.810 INFO E| Compiling indexmap v2.12.0 |
| 3037 | 2026-08-20T03:00:41.519Z | [ helios-setup] Aug 20 03:00:40.817 INFO E| Compiling rand_core v0.6.4 |
| 3038 | 2026-08-20T03:00:41.609Z | [ helios-setup] Aug 20 03:00:40.906 INFO E| Compiling errno v0.3.14 |
| 3039 | 2026-08-20T03:00:41.786Z | [ helios-setup] Aug 20 03:00:41.082 INFO E| Compiling anstyle-parse v0.2.7 |
| 3040 | 2026-08-20T03:00:41.790Z | [ helios-setup] Aug 20 03:00:41.082 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 3041 | 2026-08-20T03:00:41.920Z | [ helios-setup] Aug 20 03:00:41.217 INFO E| Compiling anstyle-query v1.1.4 |
| 3042 | 2026-08-20T03:00:41.931Z | [ helios-setup] Aug 20 03:00:41.229 INFO E| Compiling cpufeatures v0.2.17 |
| 3043 | 2026-08-20T03:00:41.935Z | [ helios-setup] Aug 20 03:00:41.230 INFO E| Compiling shlex v1.3.0 |
| 3044 | 2026-08-20T03:00:41.985Z | [ helios-setup] Aug 20 03:00:41.283 INFO E| Compiling syn v1.0.109 |
| 3045 | 2026-08-20T03:00:42.028Z | [ helios-setup] Aug 20 03:00:41.324 INFO E| Compiling toml_datetime v0.7.3 |
| 3046 | 2026-08-20T03:00:42.034Z | [ helios-setup] Aug 20 03:00:41.331 INFO E| Compiling radium v0.7.0 |
| 3047 | 2026-08-20T03:00:42.061Z | [ helios-setup] Aug 20 03:00:41.358 INFO E| Compiling anstyle v1.0.13 |
| 3048 | 2026-08-20T03:00:42.094Z | [ helios-setup] Aug 20 03:00:41.391 INFO E| Compiling allocator-api2 v0.2.21 |
| 3049 | 2026-08-20T03:00:42.218Z | [ host-package] Compiling progenitor-impl v0.14.0 |
| 3050 | 2026-08-20T03:00:42.256Z | [ helios-setup] Aug 20 03:00:41.552 INFO E| Compiling syn v2.0.108 |
| 3051 | 2026-08-20T03:00:42.271Z | [ helios-setup] Aug 20 03:00:41.569 INFO E| Compiling find-msvc-tools v0.1.4 |
| 3052 | 2026-08-20T03:00:42.378Z | [ helios-setup] Aug 20 03:00:41.675 INFO E| Compiling colorchoice v1.0.4 |
| 3053 | 2026-08-20T03:00:42.522Z | [ helios-setup] Aug 20 03:00:41.818 INFO E| Compiling slog v2.8.2 |
| 3054 | 2026-08-20T03:00:42.664Z | [ helios-setup] Aug 20 03:00:41.961 INFO E| Compiling anstream v0.6.21 |
| 3055 | 2026-08-20T03:00:42.750Z | [ host-package] Compiling qorb v0.4.1 |
| 3056 | 2026-08-20T03:00:42.783Z | [ helios-setup] Aug 20 03:00:42.080 INFO E| Compiling cc v1.2.44 |
| 3057 | 2026-08-20T03:00:42.801Z | [ helios-setup] Aug 20 03:00:42.099 INFO E| Compiling block-buffer v0.10.4 |
| 3058 | 2026-08-20T03:00:42.823Z | [ host-package] Compiling vte v0.14.1 |
| 3059 | 2026-08-20T03:00:42.901Z | [ helios-setup] Aug 20 03:00:42.199 INFO E| Compiling crypto-common v0.1.6 |
| 3060 | 2026-08-20T03:00:42.925Z | [ helios-setup] Aug 20 03:00:42.222 INFO E| Compiling pin-project-lite v0.2.16 |
| 3061 | 2026-08-20T03:00:42.989Z | [ helios-setup] Aug 20 03:00:42.286 INFO E| Compiling maybe-uninit v2.0.0 |
| 3062 | 2026-08-20T03:00:43.002Z | [ helios-setup] Aug 20 03:00:42.299 INFO E| Compiling unicode-width v0.2.2 |
| 3063 | 2026-08-20T03:00:43.093Z | [ helios-setup] Aug 20 03:00:42.390 INFO E| Compiling digest v0.10.7 |
| 3064 | 2026-08-20T03:00:43.112Z | [ helios-setup] Aug 20 03:00:42.409 INFO E| Compiling tap v1.0.1 |
| 3065 | 2026-08-20T03:00:43.252Z | [ helios-setup] Aug 20 03:00:42.547 INFO E| Compiling futures-core v0.3.31 |
| 3066 | 2026-08-20T03:00:43.256Z | [ host-package] Compiling csv-core v0.1.13 |
| 3067 | 2026-08-20T03:00:43.262Z | [ helios-setup] Aug 20 03:00:42.560 INFO E| Compiling futures-sink v0.3.31 |
| 3068 | 2026-08-20T03:00:43.301Z | [ helios-setup] Aug 20 03:00:42.598 INFO E| Compiling parking_lot_core v0.9.12 |
| 3069 | 2026-08-20T03:00:43.416Z | [ helios-setup] Aug 20 03:00:42.714 INFO E| Compiling pkg-config v0.3.32 |
| 3070 | 2026-08-20T03:00:43.443Z | [ helios-setup] Aug 20 03:00:42.736 INFO E| Compiling sha2 v0.10.9 |
| 3071 | 2026-08-20T03:00:43.570Z | [ helios-setup] Aug 20 03:00:42.865 INFO E| Compiling getopts v0.2.24 |
| 3072 | 2026-08-20T03:00:43.660Z | [ helios-setup] Aug 20 03:00:42.957 INFO E| Compiling futures-channel v0.3.31 |
| 3073 | 2026-08-20T03:00:43.782Z | [ helios-setup] Aug 20 03:00:43.079 INFO E| Compiling wyz v0.5.1 |
| 3074 | 2026-08-20T03:00:44.022Z | [ helios-setup] Aug 20 03:00:43.319 INFO E| Compiling bitflags v2.10.0 |
| 3075 | 2026-08-20T03:00:44.125Z | [ helios-setup] Aug 20 03:00:43.422 INFO E| Compiling toml_parser v1.0.4 |
| 3076 | 2026-08-20T03:00:44.193Z | [ helios-setup] Aug 20 03:00:43.490 INFO E| Compiling ahash v0.8.12 |
| 3077 | 2026-08-20T03:00:44.350Z | [ helios-setup] Aug 20 03:00:43.646 INFO E| Compiling spin v0.9.8 |
| 3078 | 2026-08-20T03:00:44.378Z | [ helios-setup] Aug 20 03:00:43.675 INFO E| Compiling pin-utils v0.1.0 |
| 3079 | 2026-08-20T03:00:44.419Z | [ helios-setup] Aug 20 03:00:43.716 INFO E| Compiling getrandom v0.3.4 |
| 3080 | 2026-08-20T03:00:44.473Z | [ helios-setup] Aug 20 03:00:43.770 INFO E| Compiling futures-io v0.3.31 |
| 3081 | 2026-08-20T03:00:44.531Z | [ helios-setup] Aug 20 03:00:43.829 INFO E| Compiling num-integer v0.1.46 |
| 3082 | 2026-08-20T03:00:44.663Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 3083 | 2026-08-20T03:00:44.708Z | [ host-package] Compiling highway v1.3.0 |
| 3084 | 2026-08-20T03:00:44.760Z | [ helios-setup] Aug 20 03:00:44.058 INFO E| Compiling clap_lex v0.7.6 |
| 3085 | 2026-08-20T03:00:44.788Z | [ helios-setup] Aug 20 03:00:44.085 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 3086 | 2026-08-20T03:00:44.791Z | [ helios-setup] Aug 20 03:00:44.086 INFO E| Compiling powerfmt v0.2.0 |
| 3087 | 2026-08-20T03:00:44.791Z | [ helios-setup] Aug 20 03:00:44.086 INFO E| Compiling num-bigint-dig v0.8.4 |
| 3088 | 2026-08-20T03:00:44.807Z | [ helios-setup] Aug 20 03:00:44.105 INFO E| Compiling bytes v1.10.1 |
| 3089 | 2026-08-20T03:00:44.820Z | [ helios-setup] Aug 20 03:00:44.117 INFO E| Compiling time-core v0.1.6 |
| 3090 | 2026-08-20T03:00:44.823Z | [ helios-setup] Aug 20 03:00:44.118 INFO E| Compiling futures-task v0.3.31 |
| 3091 | 2026-08-20T03:00:45.047Z | [ helios-setup] Aug 20 03:00:44.324 INFO E| Compiling toml_edit v0.23.7 |
| 3092 | 2026-08-20T03:00:45.082Z | [ helios-setup] Aug 20 03:00:44.379 INFO E| Compiling slab v0.4.11 |
| 3093 | 2026-08-20T03:00:45.200Z | [ helios-setup] Aug 20 03:00:44.497 INFO E| Compiling packed_struct v0.10.1 |
| 3094 | 2026-08-20T03:00:45.293Z | [ host-package] Compiling csv v1.4.0 |
| 3095 | 2026-08-20T03:00:45.322Z | [ helios-setup] Aug 20 03:00:44.618 INFO E| Compiling thiserror v1.0.69 |
| 3096 | 2026-08-20T03:00:45.353Z | [ helios-setup] Aug 20 03:00:44.649 INFO E| Compiling itoa v1.0.15 |
| 3097 | 2026-08-20T03:00:45.398Z | [ helios-setup] Aug 20 03:00:44.696 INFO E| Compiling funty v2.0.0 |
| 3098 | 2026-08-20T03:00:45.536Z | [ helios-setup] Aug 20 03:00:44.834 INFO E| Compiling terminal_size v0.4.3 |
| 3099 | 2026-08-20T03:00:45.549Z | [ helios-setup] Aug 20 03:00:44.847 INFO E| Compiling heck v0.5.0 |
| 3100 | 2026-08-20T03:00:45.591Z | [ helios-setup] Aug 20 03:00:44.888 INFO E| Compiling strsim v0.11.1 |
| 3101 | 2026-08-20T03:00:45.694Z | [ helios-setup] Aug 20 03:00:44.991 INFO E| Compiling num-conv v0.1.0 |
| 3102 | 2026-08-20T03:00:45.734Z | [ helios-setup] Aug 20 03:00:45.032 INFO E| Compiling scopeguard v1.2.0 |
| 3103 | 2026-08-20T03:00:45.835Z | [ helios-setup] Aug 20 03:00:45.131 INFO E| Compiling num-iter v0.1.45 |
| 3104 | 2026-08-20T03:00:45.852Z | [ helios-setup] Aug 20 03:00:45.148 INFO E| Compiling deranged v0.5.5 |
| 3105 | 2026-08-20T03:00:45.912Z | [ helios-setup] Aug 20 03:00:45.210 INFO E| Compiling lock_api v0.4.14 |
| 3106 | 2026-08-20T03:00:45.997Z | [ helios-setup] Aug 20 03:00:45.294 INFO E| Compiling clap_builder v4.5.51 |
| 3107 | 2026-08-20T03:00:46.084Z | [ helios-setup] Aug 20 03:00:45.381 INFO E| Compiling lazy_static v1.5.0 |
| 3108 | 2026-08-20T03:00:46.189Z | [ helios-setup] Aug 20 03:00:45.487 INFO E| Compiling time-macros v0.2.24 |
| 3109 | 2026-08-20T03:00:46.265Z | [ helios-setup] Aug 20 03:00:45.562 INFO E| Compiling bitvec v1.0.1 |
| 3110 | 2026-08-20T03:00:46.363Z | [ helios-setup] Aug 20 03:00:45.661 INFO E| Compiling proc-macro-crate v3.4.0 |
| 3111 | 2026-08-20T03:00:46.438Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3112 | 2026-08-20T03:00:46.497Z | [ helios-setup] Aug 20 03:00:45.794 INFO E| Compiling indexmap v1.9.3 |
| 3113 | 2026-08-20T03:00:46.535Z | [ helios-setup] Aug 20 03:00:45.832 INFO E| Compiling thiserror v2.0.17 |
| 3114 | 2026-08-20T03:00:46.555Z | [ host-package] Compiling progenitor-macro v0.14.0 |
| 3115 | 2026-08-20T03:00:46.590Z | [ helios-setup] Aug 20 03:00:45.887 INFO E| Compiling crc-catalog v2.4.0 |
| 3116 | 2026-08-20T03:00:46.698Z | [ helios-setup] Aug 20 03:00:45.995 INFO E| Compiling log v0.4.28 |
| 3117 | 2026-08-20T03:00:47.022Z | [ helios-setup] Aug 20 03:00:46.319 INFO E| Compiling iana-time-zone v0.1.64 |
| 3118 | 2026-08-20T03:00:47.127Z | [ helios-setup] Aug 20 03:00:46.425 INFO E| Compiling serde_json v1.0.145 |
| 3119 | 2026-08-20T03:00:47.216Z | [ helios-setup] Aug 20 03:00:46.513 INFO E| Compiling adler2 v2.0.1 |
| 3120 | 2026-08-20T03:00:47.234Z | [ host-package] Compiling strip-ansi-escapes v0.2.1 |
| 3121 | 2026-08-20T03:00:47.368Z | [ helios-setup] Aug 20 03:00:46.665 INFO E| Compiling once_cell v1.21.3 |
| 3122 | 2026-08-20T03:00:47.376Z | [ helios-setup] Aug 20 03:00:46.674 INFO E| Compiling nodrop v0.1.14 |
| 3123 | 2026-08-20T03:00:47.514Z | [ helios-setup] Aug 20 03:00:46.740 INFO E| Compiling simd-adler32 v0.3.7 |
| 3124 | 2026-08-20T03:00:47.524Z | [ helios-setup] Aug 20 03:00:46.785 INFO E| Compiling array-init v0.0.4 |
| 3125 | 2026-08-20T03:00:47.683Z | [ helios-setup] Aug 20 03:00:46.980 INFO E| Compiling chrono v0.4.42 |
| 3126 | 2026-08-20T03:00:47.731Z | [ helios-setup] Aug 20 03:00:47.028 INFO E| Compiling miniz_oxide v0.8.9 |
| 3127 | 2026-08-20T03:00:47.765Z | [ helios-setup] Aug 20 03:00:47.063 INFO E| Compiling env_filter v0.1.4 |
| 3128 | 2026-08-20T03:00:47.851Z | [ helios-setup] Aug 20 03:00:47.148 INFO E| Compiling crc v3.3.0 |
| 3129 | 2026-08-20T03:00:47.905Z | [ helios-setup] Aug 20 03:00:47.202 INFO E| Compiling parking_lot v0.12.5 |
| 3130 | 2026-08-20T03:00:48.020Z | [ helios-setup] Aug 20 03:00:47.317 INFO E| Compiling smallvec v0.6.14 |
| 3131 | 2026-08-20T03:00:48.515Z | [ host-package] Compiling phf v0.12.1 |
| 3132 | 2026-08-20T03:00:48.587Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 3133 | 2026-08-20T03:00:48.671Z | [ helios-setup] Aug 20 03:00:47.969 INFO E| Compiling serde_spanned v1.0.3 |
| 3134 | 2026-08-20T03:00:48.833Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3135 | 2026-08-20T03:00:48.839Z | [ helios-setup] Aug 20 03:00:48.137 INFO E| Compiling signature v2.2.0 |
| 3136 | 2026-08-20T03:00:48.937Z | [ helios-setup] Aug 20 03:00:48.234 INFO E| Compiling time v0.3.44 |
| 3137 | 2026-08-20T03:00:49.006Z | [ helios-setup] Aug 20 03:00:48.304 INFO E| Compiling signal-hook-registry v1.4.6 |
| 3138 | 2026-08-20T03:00:49.006Z | [ helios-setup] Aug 20 03:00:48.304 INFO E| Compiling socket2 v0.6.1 |
| 3139 | 2026-08-20T03:00:49.181Z | [ helios-setup] Aug 20 03:00:48.475 INFO E| Compiling mio v1.1.0 |
| 3140 | 2026-08-20T03:00:49.196Z | [ host-package] Compiling fd-lock v4.0.4 |
| 3141 | 2026-08-20T03:00:49.216Z | [ helios-setup] Aug 20 03:00:48.512 INFO E| Compiling is-terminal v0.4.17 |
| 3142 | 2026-08-20T03:00:49.280Z | [ host-package] Compiling peg-macros v0.8.5 |
| 3143 | 2026-08-20T03:00:49.540Z | [ helios-setup] Aug 20 03:00:48.837 INFO E| Compiling thread_local v1.1.9 |
| 3144 | 2026-08-20T03:00:49.547Z | [ helios-setup] Aug 20 03:00:48.844 INFO E| Compiling hashbrown v0.12.3 |
| 3145 | 2026-08-20T03:00:49.550Z | [ host-package] Compiling nu-ansi-term v0.50.3 |
| 3146 | 2026-08-20T03:00:49.571Z | [ helios-setup] Aug 20 03:00:48.868 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 3147 | 2026-08-20T03:00:49.656Z | [ helios-setup] Aug 20 03:00:48.953 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3148 | 2026-08-20T03:00:49.664Z | [ helios-setup] Aug 20 03:00:48.960 INFO E| Compiling ryu v1.0.20 |
| 3149 | 2026-08-20T03:00:50.044Z | [ host-package] Compiling reedline v0.40.0 |
| 3150 | 2026-08-20T03:00:50.241Z | [ helios-setup] Aug 20 03:00:49.536 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 3151 | 2026-08-20T03:00:50.338Z | [ helios-setup] Aug 20 03:00:49.635 INFO E| Compiling toml_writer v1.0.4 |
| 3152 | 2026-08-20T03:00:50.362Z | [ helios-setup] Aug 20 03:00:49.659 INFO E| Compiling serde_derive v1.0.228 |
| 3153 | 2026-08-20T03:00:50.369Z | [ helios-setup] Aug 20 03:00:49.666 INFO E| Compiling zerocopy-derive v0.8.27 |
| 3154 | 2026-08-20T03:00:50.394Z | [ helios-setup] Aug 20 03:00:49.692 INFO E| Compiling der_derive v0.7.3 |
| 3155 | 2026-08-20T03:00:50.448Z | [ helios-setup] Aug 20 03:00:49.745 INFO E| Compiling futures-macro v0.3.31 |
| 3156 | 2026-08-20T03:00:50.487Z | [ helios-setup] Aug 20 03:00:49.784 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3157 | 2026-08-20T03:00:50.515Z | [ helios-setup] Aug 20 03:00:49.812 INFO E| Compiling bitfield-macros v0.19.3 |
| 3158 | 2026-08-20T03:00:50.639Z | [ host-package] Compiling const_format v0.2.35 |
| 3159 | 2026-08-20T03:00:50.649Z | [ helios-setup] Aug 20 03:00:49.919 INFO E| Compiling num_enum_derive v0.7.5 |
| 3160 | 2026-08-20T03:00:50.679Z | [ helios-setup] Aug 20 03:00:49.977 INFO E| Compiling clap_derive v4.5.49 |
| 3161 | 2026-08-20T03:00:50.784Z | [ helios-setup] Aug 20 03:00:50.082 INFO E| Compiling thiserror-impl v1.0.69 |
| 3162 | 2026-08-20T03:00:50.863Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3163 | 2026-08-20T03:00:50.988Z | [ helios-setup] Aug 20 03:00:50.285 INFO E| Compiling thiserror-impl v2.0.17 |
| 3164 | 2026-08-20T03:00:51.070Z | [ helios-setup] Aug 20 03:00:50.367 INFO E| Compiling tokio-macros v2.6.0 |
| 3165 | 2026-08-20T03:00:52.007Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3166 | 2026-08-20T03:00:52.044Z | [ host-package] Compiling peg v0.8.5 |
| 3167 | 2026-08-20T03:00:52.207Z | [ helios-setup] Aug 20 03:00:51.504 INFO E| Compiling term v1.2.0 |
| 3168 | 2026-08-20T03:00:52.480Z | [ helios-setup] Aug 20 03:00:51.778 INFO E| Compiling der v0.7.10 |
| 3169 | 2026-08-20T03:00:52.617Z | [ host-package] Compiling bcs v0.1.6 |
| 3170 | 2026-08-20T03:00:52.729Z | [ helios-setup] Aug 20 03:00:52.026 INFO E| Compiling winnow v0.5.40 |
| 3171 | 2026-08-20T03:00:52.834Z | [ helios-setup] Aug 20 03:00:52.131 INFO E| Compiling num_enum v0.7.5 |
| 3172 | 2026-08-20T03:00:52.847Z | [ helios-setup] Aug 20 03:00:52.144 INFO E| Compiling bitfield v0.19.3 |
| 3173 | 2026-08-20T03:00:52.847Z | [ helios-setup] Aug 20 03:00:52.145 INFO E| Compiling futures-util v0.3.31 |
| 3174 | 2026-08-20T03:00:52.896Z | [ helios-setup] Aug 20 03:00:52.193 INFO E| Compiling zerocopy v0.6.6 |
| 3175 | 2026-08-20T03:00:53.078Z | [ helios-setup] Aug 20 03:00:52.345 INFO E| Compiling base64 v0.21.7 |
| 3176 | 2026-08-20T03:00:53.239Z | [ helios-setup] Aug 20 03:00:52.536 INFO E| Compiling subtle v2.6.1 |
| 3177 | 2026-08-20T03:00:53.557Z | [ helios-setup] Aug 20 03:00:52.854 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3178 | 2026-08-20T03:00:53.596Z | [ helios-setup] Aug 20 03:00:52.893 INFO E| Compiling devinfo v0.1.0 |
| 3179 | 2026-08-20T03:00:53.629Z | [ helios-setup] Aug 20 03:00:52.927 INFO E| Compiling tokio v1.48.0 |
| 3180 | 2026-08-20T03:00:53.691Z | [ helios-setup] Aug 20 03:00:52.989 INFO E| Compiling toml v0.9.8 |
| 3181 | 2026-08-20T03:00:53.982Z | [ helios-setup] Aug 20 03:00:53.279 INFO E| Compiling bzip2 v0.4.4 |
| 3182 | 2026-08-20T03:00:54.091Z | [ host-package] Compiling nom v8.0.0 |
| 3183 | 2026-08-20T03:00:54.134Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3184 | 2026-08-20T03:00:54.223Z | [ helios-setup] Aug 20 03:00:53.521 INFO E| Compiling clap v4.5.51 |
| 3185 | 2026-08-20T03:00:54.251Z | [ helios-setup] Aug 20 03:00:53.549 INFO E| Compiling flate2 v1.1.5 |
| 3186 | 2026-08-20T03:00:54.351Z | [ helios-setup] Aug 20 03:00:53.648 INFO E| Compiling uuid v1.18.1 |
| 3187 | 2026-08-20T03:00:54.641Z | [ helios-setup] Aug 20 03:00:53.938 INFO E| Compiling env_logger v0.11.8 |
| 3188 | 2026-08-20T03:00:54.662Z | [ helios-setup] Aug 20 03:00:53.959 INFO E| Compiling bitflags v1.3.2 |
| 3189 | 2026-08-20T03:00:54.793Z | [ helios-setup] Aug 20 03:00:54.064 INFO E| Compiling rustc-hash v2.1.1 |
| 3190 | 2026-08-20T03:00:54.834Z | [ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3191 | 2026-08-20T03:00:54.864Z | [ helios-setup] Aug 20 03:00:54.161 INFO E| Compiling hex v0.4.3 |
| 3192 | 2026-08-20T03:00:55.317Z | [ host-package] Compiling progenitor v0.14.0 |
| 3193 | 2026-08-20T03:00:55.333Z | [ helios-setup] Aug 20 03:00:54.630 INFO E| Compiling spki v0.7.3 |
| 3194 | 2026-08-20T03:00:55.435Z | [ helios-setup] Aug 20 03:00:54.732 INFO E| Compiling foldhash v0.2.0 |
| 3195 | 2026-08-20T03:00:55.471Z | [ helios-setup] Aug 20 03:00:54.768 INFO E| Compiling crc-any v2.5.0 |
| 3196 | 2026-08-20T03:00:55.498Z | [ helios-setup] Aug 20 03:00:54.795 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3197 | 2026-08-20T03:00:55.601Z | [ helios-setup] Aug 20 03:00:54.896 INFO E| Compiling zip v0.6.6 |
| 3198 | 2026-08-20T03:00:55.783Z | [ helios-setup] Aug 20 03:00:55.080 INFO E| Compiling pkcs8 v0.10.2 |
| 3199 | 2026-08-20T03:00:55.791Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3200 | 2026-08-20T03:00:55.878Z | [ helios-setup] Aug 20 03:00:55.175 INFO E| Compiling x509-cert v0.2.5 |
| 3201 | 2026-08-20T03:00:55.953Z | [ helios-setup] Aug 20 03:00:55.250 INFO E| Compiling iddqd v0.3.14 |
| 3202 | 2026-08-20T03:00:56.394Z | [ host-package] Compiling semver v0.1.20 |
| 3203 | 2026-08-20T03:00:56.476Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3204 | 2026-08-20T03:00:56.498Z | [ helios-setup] Aug 20 03:00:55.794 INFO E| Compiling pkcs1 v0.7.5 |
| 3205 | 2026-08-20T03:00:56.680Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3206 | 2026-08-20T03:00:56.688Z | [ helios-setup] Aug 20 03:00:55.985 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3207 | 2026-08-20T03:00:56.959Z | [ helios-setup] Aug 20 03:00:56.250 INFO E| Compiling ppv-lite86 v0.2.21 |
| 3208 | 2026-08-20T03:00:57.199Z | [ host-package] Compiling rustc_version v0.1.7 |
| 3209 | 2026-08-20T03:00:57.282Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3210 | 2026-08-20T03:00:57.570Z | [ helios-setup] Aug 20 03:00:56.867 INFO E| Compiling erased-serde v0.3.31 |
| 3211 | 2026-08-20T03:00:57.570Z | [ helios-setup] Aug 20 03:00:56.867 INFO E| Compiling toml_datetime v0.6.11 |
| 3212 | 2026-08-20T03:00:57.726Z | [ helios-setup] Aug 20 03:00:57.018 INFO E| Compiling rand_chacha v0.3.1 |
| 3213 | 2026-08-20T03:00:57.856Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 3214 | 2026-08-20T03:00:57.943Z | [ helios-setup] Aug 20 03:00:57.240 INFO E| Compiling serde_spanned v0.6.9 |
| 3215 | 2026-08-20T03:00:57.950Z | [ helios-setup] Aug 20 03:00:57.248 INFO E| Compiling hashbrown v0.13.2 |
| 3216 | 2026-08-20T03:00:58.209Z | [ helios-setup] Aug 20 03:00:57.506 INFO E| Compiling rand v0.8.5 |
| 3217 | 2026-08-20T03:00:58.232Z | [ helios-setup] Aug 20 03:00:57.525 INFO E| Compiling toml_edit v0.19.15 |
| 3218 | 2026-08-20T03:00:58.236Z | [ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3219 | 2026-08-20T03:00:58.382Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3220 | 2026-08-20T03:00:58.494Z | [ helios-setup] Aug 20 03:00:57.788 INFO E| Compiling futures-executor v0.3.31 |
| 3221 | 2026-08-20T03:00:58.669Z | [ helios-setup] Aug 20 03:00:57.966 INFO E| Compiling serde-hex v0.1.0 |
| 3222 | 2026-08-20T03:00:58.683Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3223 | 2026-08-20T03:00:58.846Z | [ helios-setup] Aug 20 03:00:58.144 INFO E| Compiling futures v0.3.31 |
| 3224 | 2026-08-20T03:00:58.930Z | [ helios-setup] Aug 20 03:00:58.227 INFO E| Compiling ron v0.8.1 |
| 3225 | 2026-08-20T03:00:58.948Z | [ helios-setup] Aug 20 03:00:58.246 INFO E| Compiling object v0.30.4 |
| 3226 | 2026-08-20T03:00:59.039Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3227 | 2026-08-20T03:00:59.044Z | [ helios-setup] Aug 20 03:00:58.341 INFO E| Compiling path-slash v0.1.5 |
| 3228 | 2026-08-20T03:00:59.389Z | [ host-package] Compiling steno v0.4.1 |
| 3229 | 2026-08-20T03:00:59.399Z | [ helios-setup] Aug 20 03:00:58.696 INFO E| Compiling slog-term v2.9.2 |
| 3230 | 2026-08-20T03:00:59.520Z | [ helios-setup] Aug 20 03:00:58.817 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3231 | 2026-08-20T03:01:00.062Z | [ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3232 | 2026-08-20T03:01:00.795Z | [ host-package] Compiling dropshot-api-manager-types v0.8.0 |
| 3233 | 2026-08-20T03:01:00.838Z | [ helios-setup] Aug 20 03:01:00.135 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3234 | 2026-08-20T03:01:01.194Z | [ helios-setup] Aug 20 03:01:00.491 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3235 | 2026-08-20T03:01:01.253Z | [ host-package] Compiling sha1 v0.10.6 |
| 3236 | 2026-08-20T03:01:01.464Z | [ helios-setup] Aug 20 03:01:00.761 INFO E| Compiling rsa v0.9.8 |
| 3237 | 2026-08-20T03:01:01.877Z | [ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3238 | 2026-08-20T03:01:02.157Z | [ helios-setup] Aug 20 03:01:01.454 INFO E| Compiling toml v0.7.8 |
| 3239 | 2026-08-20T03:01:02.347Z | [ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3240 | 2026-08-20T03:01:02.405Z | [ host-package] Compiling utf-8 v0.7.6 |
| 3241 | 2026-08-20T03:01:02.543Z | [ helios-setup] Aug 20 03:01:01.840 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3242 | 2026-08-20T03:01:02.578Z | [ helios-setup] Aug 20 03:01:01.871 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3243 | 2026-08-20T03:01:02.778Z | [ host-package] Compiling tagptr v0.2.0 |
| 3244 | 2026-08-20T03:01:02.921Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3245 | 2026-08-20T03:01:02.974Z | [ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3246 | 2026-08-20T03:01:03.284Z | [ host-package] Compiling moka v0.12.13 |
| 3247 | 2026-08-20T03:01:03.354Z | [ host-package] Compiling tungstenite v0.21.0 |
| 3248 | 2026-08-20T03:01:04.480Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3249 | 2026-08-20T03:01:05.110Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3250 | 2026-08-20T03:01:06.374Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3251 | 2026-08-20T03:01:07.140Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3252 | 2026-08-20T03:01:07.725Z | [ host-package] Compiling darling_core v0.21.3 |
| 3253 | 2026-08-20T03:01:08.129Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3254 | 2026-08-20T03:01:09.267Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3255 | 2026-08-20T03:01:09.593Z | [ helios-setup] Aug 20 03:01:08.891 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3256 | 2026-08-20T03:01:09.824Z | [ host-package] Compiling display-error-chain v0.2.2 |
| 3257 | 2026-08-20T03:01:10.264Z | [ host-package] Compiling libscf-sys v1.2.0 |
| 3258 | 2026-08-20T03:01:10.525Z | [ host-package] Compiling darling_macro v0.21.3 |
| 3259 | 2026-08-20T03:01:10.565Z | [ host-package] Compiling vergen-lib v0.1.6 |
| 3260 | 2026-08-20T03:01:10.813Z | [ host-package] Compiling diesel_derives v2.3.7 |
| 3261 | 2026-08-20T03:01:10.945Z | [ helios-setup] Aug 20 03:01:10.242 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3262 | 2026-08-20T03:01:11.153Z | [ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3263 | 2026-08-20T03:01:11.187Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3264 | 2026-08-20T03:01:11.253Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3265 | 2026-08-20T03:01:11.403Z | [ host-package] Compiling darling v0.21.3 |
| 3266 | 2026-08-20T03:01:11.613Z | [ host-package] Compiling dsl_auto_type v0.2.0 |
| 3267 | 2026-08-20T03:01:12.973Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3268 | 2026-08-20T03:01:13.525Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3269 | 2026-08-20T03:01:13.720Z | [ host-package] Compiling diesel_table_macro_syntax v0.3.0 |
| 3270 | 2026-08-20T03:01:13.938Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3271 | 2026-08-20T03:01:14.028Z | [ host-package] Compiling maplit v1.0.2 |
| 3272 | 2026-08-20T03:01:14.082Z | [ host-package] Compiling glob v0.3.3 |
| 3273 | 2026-08-20T03:01:14.254Z | [ host-package] Compiling crunchy v0.2.4 |
| 3274 | 2026-08-20T03:01:14.293Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3275 | 2026-08-20T03:01:14.437Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3276 | 2026-08-20T03:01:14.552Z | [ host-package] Compiling clang-sys v1.8.1 |
| 3277 | 2026-08-20T03:01:14.665Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3278 | 2026-08-20T03:01:14.790Z | [ host-package] Compiling papergrid v0.18.0 |
| 3279 | 2026-08-20T03:01:14.938Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3280 | 2026-08-20T03:01:15.075Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3281 | 2026-08-20T03:01:15.162Z | [ host-package] Compiling downcast-rs v2.0.2 |
| 3282 | 2026-08-20T03:01:15.503Z | [ helios-setup] Aug 20 03:01:14.800 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3283 | 2026-08-20T03:01:15.566Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3284 | 2026-08-20T03:01:15.600Z | [ host-package] Compiling xshell v0.2.7 |
| 3285 | 2026-08-20T03:01:15.603Z | [ host-package] Compiling term v0.7.0 |
| 3286 | 2026-08-20T03:01:15.603Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3287 | 2026-08-20T03:01:16.015Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3288 | 2026-08-20T03:01:16.168Z | [ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3289 | 2026-08-20T03:01:16.201Z | [ host-package] Compiling tabled v0.21.0 |
| 3290 | 2026-08-20T03:01:16.604Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3291 | 2026-08-20T03:01:16.989Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3292 | 2026-08-20T03:01:17.098Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3293 | 2026-08-20T03:01:17.285Z | [ host-package] Compiling bit-set v0.5.3 |
| 3294 | 2026-08-20T03:01:17.499Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3295 | 2026-08-20T03:01:17.550Z | [ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3296 | 2026-08-20T03:01:17.598Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3297 | 2026-08-20T03:01:18.231Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3298 | 2026-08-20T03:01:18.265Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3299 | 2026-08-20T03:01:18.308Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3300 | 2026-08-20T03:01:18.601Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3301 | 2026-08-20T03:01:18.837Z | [ host-package] Compiling itertools v0.10.5 |
| 3302 | 2026-08-20T03:01:18.922Z | [ host-package] Compiling ena v0.14.4 |
| 3303 | 2026-08-20T03:01:18.947Z | [ host-package] Compiling libloading v0.8.9 |
| 3304 | 2026-08-20T03:01:19.026Z | [ host-package] Compiling unicase v2.9.0 |
| 3305 | 2026-08-20T03:01:19.232Z | [ host-package] Compiling bindgen v0.71.1 |
| 3306 | 2026-08-20T03:01:19.277Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3307 | 2026-08-20T03:01:19.391Z | [ host-package] Compiling diff v0.1.13 |
| 3308 | 2026-08-20T03:01:19.438Z | [ host-package] Compiling diesel v2.3.7 |
| 3309 | 2026-08-20T03:01:20.134Z | [ host-package] Compiling cexpr v0.6.0 |
| 3310 | 2026-08-20T03:01:20.326Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3311 | 2026-08-20T03:01:20.372Z | [ host-package] Compiling crc8 v0.1.1 |
| 3312 | 2026-08-20T03:01:20.598Z | [ host-package] Compiling rustc-hash v2.1.1 |
| 3313 | 2026-08-20T03:01:20.911Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3314 | 2026-08-20T03:01:20.987Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3315 | 2026-08-20T03:01:21.055Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3316 | 2026-08-20T03:01:21.355Z | [ host-package] Compiling headers-core v0.3.0 |
| 3317 | 2026-08-20T03:01:21.732Z | [ host-package] Compiling libxml v0.3.3 |
| 3318 | 2026-08-20T03:01:21.838Z | [ host-package] Compiling headers v0.4.1 |
| 3319 | 2026-08-20T03:01:22.007Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3320 | 2026-08-20T03:01:22.292Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3321 | 2026-08-20T03:01:22.342Z | [ host-package] Compiling indoc v1.0.9 |
| 3322 | 2026-08-20T03:01:22.903Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3323 | 2026-08-20T03:01:23.016Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3324 | 2026-08-20T03:01:23.211Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3325 | 2026-08-20T03:01:23.589Z | [ host-package] Compiling quick-xml v0.37.5 |
| 3326 | 2026-08-20T03:01:23.764Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3327 | 2026-08-20T03:01:23.954Z | [ host-package] Compiling impl-trait-for-tuples v0.2.3 |
| 3328 | 2026-08-20T03:01:24.234Z | [ host-package] Compiling openssl-probe v0.1.6 |
| 3329 | 2026-08-20T03:01:24.441Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3330 | 2026-08-20T03:01:24.775Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3331 | 2026-08-20T03:01:24.821Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3332 | 2026-08-20T03:01:25.584Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3333 | 2026-08-20T03:01:25.656Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3334 | 2026-08-20T03:01:25.760Z | [ host-package] Compiling bb8 v0.8.6 |
| 3335 | 2026-08-20T03:01:25.763Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3336 | 2026-08-20T03:01:26.047Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 3337 | 2026-08-20T03:01:26.296Z | [ host-package] Compiling half v1.8.3 |
| 3338 | 2026-08-20T03:01:26.356Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3339 | 2026-08-20T03:01:26.518Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3340 | 2026-08-20T03:01:26.614Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 3341 | 2026-08-20T03:01:26.835Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3342 | 2026-08-20T03:01:26.886Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3343 | 2026-08-20T03:01:26.889Z | [ host-package] Compiling hashbrown v0.14.5 |
| 3344 | 2026-08-20T03:01:27.118Z | [ host-package] Compiling rfc6979 v0.4.0 |
| 3345 | 2026-08-20T03:01:27.171Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 3346 | 2026-08-20T03:01:27.440Z | [ host-package] Compiling salty v0.3.0 |
| 3347 | 2026-08-20T03:01:27.555Z | [ host-package] Compiling knus-derive v3.4.0 |
| 3348 | 2026-08-20T03:01:27.612Z | [ host-package] Compiling chumsky v0.9.3 |
| 3349 | 2026-08-20T03:01:27.801Z | [ host-package] Compiling ecdsa v0.16.9 |
| 3350 | 2026-08-20T03:01:27.995Z | [ host-package] Compiling samael v0.0.19 |
| 3351 | 2026-08-20T03:01:28.218Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3352 | 2026-08-20T03:01:28.270Z | [ helios-setup] Aug 20 03:01:27.567 INFO E| Finished `release` profile [optimized] target(s) in 51.06s |
| 3353 | 2026-08-20T03:01:28.274Z | [ helios-setup] Aug 20 03:01:27.569 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3354 | 2026-08-20T03:01:28.274Z | [ helios-setup] Aug 20 03:01:27.569 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3355 | 2026-08-20T03:01:28.287Z | [ host-package] Compiling progenitor-impl v0.13.0 |
| 3356 | 2026-08-20T03:01:28.328Z | [ helios-setup] Aug 20 03:01:27.626 INFO building project "pilot" ok (51 seconds) |
| 3357 | 2026-08-20T03:01:28.328Z | [ helios-setup] Aug 20 03:01:27.626 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 3358 | 2026-08-20T03:01:28.338Z | [ helios-setup] Aug 20 03:01:27.635 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)" |
| 3359 | 2026-08-20T03:01:28.338Z | [ helios-setup] Aug 20 03:01:27.635 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 3360 | 2026-08-20T03:01:28.338Z | [ helios-setup] Aug 20 03:01:27.635 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 3361 | 2026-08-20T03:01:28.509Z | [ helios-setup] Aug 20 03:01:27.744 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 3362 | 2026-08-20T03:01:28.514Z | [ host-package] Compiling primeorder v0.13.6 |
| 3363 | 2026-08-20T03:01:28.782Z | [ helios-setup] Aug 20 03:01:28.068 INFO E| From https://github.com/jclulow/rust-jmclib |
| 3364 | 2026-08-20T03:01:28.782Z | [ helios-setup] Aug 20 03:01:28.068 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 3365 | 2026-08-20T03:01:28.803Z | [ helios-setup] Aug 20 03:01:28.097 INFO E| Updating crates.io index |
| 3366 | 2026-08-20T03:01:28.808Z | [ host-package] Compiling nonempty v0.12.0 |
| 3367 | 2026-08-20T03:01:28.851Z | [ helios-setup] Aug 20 03:01:28.147 INFO E| Downloading crates ... |
| 3368 | 2026-08-20T03:01:28.904Z | [ helios-setup] Aug 20 03:01:28.201 INFO E| Downloaded serde v1.0.193 |
| 3369 | 2026-08-20T03:01:28.907Z | [ helios-setup] Aug 20 03:01:28.204 INFO E| Downloaded glob v0.3.1 |
| 3370 | 2026-08-20T03:01:28.910Z | [ helios-setup] Aug 20 03:01:28.206 INFO E| Downloaded anyhow v1.0.72 |
| 3371 | 2026-08-20T03:01:28.913Z | [ helios-setup] Aug 20 03:01:28.209 INFO E| Downloaded cpufeatures v0.2.9 |
| 3372 | 2026-08-20T03:01:28.913Z | [ helios-setup] Aug 20 03:01:28.210 INFO E| Downloaded getrandom v0.2.10 |
| 3373 | 2026-08-20T03:01:28.916Z | [ helios-setup] Aug 20 03:01:28.212 INFO E| Downloaded uuid v0.8.2 |
| 3374 | 2026-08-20T03:01:28.920Z | [ helios-setup] Aug 20 03:01:28.214 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 3375 | 2026-08-20T03:01:28.920Z | [ helios-setup] Aug 20 03:01:28.215 INFO E| Downloaded errno v0.3.1 |
| 3376 | 2026-08-20T03:01:28.920Z | [ helios-setup] Aug 20 03:01:28.216 INFO E| Downloaded md-5 v0.9.1 |
| 3377 | 2026-08-20T03:01:28.920Z | [ helios-setup] Aug 20 03:01:28.217 INFO E| Downloaded unicode-width v0.1.10 |
| 3378 | 2026-08-20T03:01:28.925Z | [ helios-setup] Aug 20 03:01:28.218 INFO E| Downloaded ryu v1.0.15 |
| 3379 | 2026-08-20T03:01:28.925Z | [ helios-setup] Aug 20 03:01:28.220 INFO E| Downloaded opaque-debug v0.3.0 |
| 3380 | 2026-08-20T03:01:28.931Z | [ helios-setup] Aug 20 03:01:28.227 INFO E| Downloaded digest v0.9.0 |
| 3381 | 2026-08-20T03:01:28.931Z | [ helios-setup] Aug 20 03:01:28.228 INFO E| Downloaded sha-1 v0.9.8 |
| 3382 | 2026-08-20T03:01:28.935Z | [ helios-setup] Aug 20 03:01:28.230 INFO E| Downloaded block-buffer v0.9.0 |
| 3383 | 2026-08-20T03:01:28.935Z | [ helios-setup] Aug 20 03:01:28.230 INFO E| Downloaded fastrand v2.0.0 |
| 3384 | 2026-08-20T03:01:28.938Z | [ helios-setup] Aug 20 03:01:28.234 INFO E| Downloaded quote v1.0.31 |
| 3385 | 2026-08-20T03:01:28.938Z | [ helios-setup] Aug 20 03:01:28.236 INFO E| Downloaded walkdir v2.3.3 |
| 3386 | 2026-08-20T03:01:28.945Z | [ helios-setup] Aug 20 03:01:28.240 INFO E| Downloaded itoa v1.0.9 |
| 3387 | 2026-08-20T03:01:28.949Z | [ helios-setup] Aug 20 03:01:28.241 INFO E| Downloaded once_cell v1.18.0 |
| 3388 | 2026-08-20T03:01:28.954Z | [ helios-setup] Aug 20 03:01:28.248 INFO E| Downloaded typenum v1.16.0 |
| 3389 | 2026-08-20T03:01:28.957Z | [ helios-setup] Aug 20 03:01:28.250 INFO E| Downloaded tempfile v3.7.0 |
| 3390 | 2026-08-20T03:01:28.957Z | [ helios-setup] Aug 20 03:01:28.254 INFO E| Downloaded bitflags v2.3.3 |
| 3391 | 2026-08-20T03:01:28.960Z | [ helios-setup] Aug 20 03:01:28.256 INFO E| Downloaded proc-macro2 v1.0.66 |
| 3392 | 2026-08-20T03:01:28.965Z | [ helios-setup] Aug 20 03:01:28.258 INFO E| Downloaded toml v0.5.11 |
| 3393 | 2026-08-20T03:01:28.965Z | [ helios-setup] Aug 20 03:01:28.259 INFO E| Downloaded unicode-ident v1.0.11 |
| 3394 | 2026-08-20T03:01:28.965Z | [ helios-setup] Aug 20 03:01:28.261 INFO E| Downloaded serde_derive v1.0.193 |
| 3395 | 2026-08-20T03:01:28.982Z | [ helios-setup] Aug 20 03:01:28.277 INFO E| Downloaded serde_json v1.0.103 |
| 3396 | 2026-08-20T03:01:28.992Z | [ helios-setup] Aug 20 03:01:28.289 INFO E| Downloaded syn v2.0.32 |
| 3397 | 2026-08-20T03:01:29.005Z | [ helios-setup] Aug 20 03:01:28.303 INFO E| Downloaded rustix v0.38.4 |
| 3398 | 2026-08-20T03:01:29.018Z | [ host-package] Compiling knus v3.4.0 |
| 3399 | 2026-08-20T03:01:29.023Z | [ helios-setup] Aug 20 03:01:28.320 INFO E| Downloaded libc v0.2.147 |
| 3400 | 2026-08-20T03:01:29.045Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3401 | 2026-08-20T03:01:29.048Z | [ host-package] Compiling p384 v0.13.1 |
| 3402 | 2026-08-20T03:01:29.085Z | [ helios-setup] Aug 20 03:01:28.380 INFO E| Compiling libc v0.2.147 |
| 3403 | 2026-08-20T03:01:29.085Z | [ helios-setup] Aug 20 03:01:28.380 INFO E| Compiling proc-macro2 v1.0.66 |
| 3404 | 2026-08-20T03:01:29.085Z | [ helios-setup] Aug 20 03:01:28.380 INFO E| Compiling cfg-if v1.0.0 |
| 3405 | 2026-08-20T03:01:29.085Z | [ helios-setup] Aug 20 03:01:28.380 INFO E| Compiling unicode-ident v1.0.11 |
| 3406 | 2026-08-20T03:01:29.088Z | [ helios-setup] Aug 20 03:01:28.381 INFO E| Compiling version_check v0.9.4 |
| 3407 | 2026-08-20T03:01:29.088Z | [ helios-setup] Aug 20 03:01:28.381 INFO E| Compiling typenum v1.16.0 |
| 3408 | 2026-08-20T03:01:29.089Z | [ helios-setup] Aug 20 03:01:28.381 INFO E| Compiling serde v1.0.193 |
| 3409 | 2026-08-20T03:01:29.089Z | [ helios-setup] Aug 20 03:01:28.381 INFO E| Compiling itoa v1.0.9 |
| 3410 | 2026-08-20T03:01:29.119Z | [ helios-setup] Aug 20 03:01:28.416 INFO E| Compiling powerfmt v0.2.0 |
| 3411 | 2026-08-20T03:01:29.122Z | [ helios-setup] Aug 20 03:01:28.416 INFO E| Compiling slog v2.7.0 |
| 3412 | 2026-08-20T03:01:29.122Z | [ helios-setup] Aug 20 03:01:28.416 INFO E| Compiling time-core v0.1.2 |
| 3413 | 2026-08-20T03:01:29.122Z | [ helios-setup] Aug 20 03:01:28.416 INFO E| Compiling num-conv v0.1.0 |
| 3414 | 2026-08-20T03:01:29.123Z | [ helios-setup] Aug 20 03:01:28.416 INFO E| Compiling rustix v0.38.4 |
| 3415 | 2026-08-20T03:01:29.123Z | [ helios-setup] Aug 20 03:01:28.417 INFO E| Compiling bitflags v2.3.3 |
| 3416 | 2026-08-20T03:01:29.123Z | [ helios-setup] Aug 20 03:01:28.417 INFO E| Compiling num_threads v0.1.6 |
| 3417 | 2026-08-20T03:01:29.123Z | [ helios-setup] Aug 20 03:01:28.417 INFO E| Compiling once_cell v1.18.0 |
| 3418 | 2026-08-20T03:01:29.774Z | [ helios-setup] Aug 20 03:01:29.071 INFO E| Compiling thread_local v1.1.7 |
| 3419 | 2026-08-20T03:01:29.778Z | [ helios-setup] Aug 20 03:01:29.074 INFO E| Compiling opaque-debug v0.3.0 |
| 3420 | 2026-08-20T03:01:29.781Z | [ helios-setup] Aug 20 03:01:29.074 INFO E| Compiling serde_json v1.0.103 |
| 3421 | 2026-08-20T03:01:29.781Z | [ helios-setup] Aug 20 03:01:29.074 INFO E| Compiling fastrand v2.0.0 |
| 3422 | 2026-08-20T03:01:29.859Z | [ helios-setup] Aug 20 03:01:29.151 INFO E| Compiling anyhow v1.0.72 |
| 3423 | 2026-08-20T03:01:29.937Z | [ helios-setup] Aug 20 03:01:29.235 INFO E| Compiling same-file v1.0.6 |
| 3424 | 2026-08-20T03:01:29.957Z | [ helios-setup] Aug 20 03:01:29.255 INFO E| Compiling cpufeatures v0.2.9 |
| 3425 | 2026-08-20T03:01:29.957Z | [ helios-setup] Aug 20 03:01:29.255 INFO E| Compiling ryu v1.0.15 |
| 3426 | 2026-08-20T03:01:30.004Z | [ helios-setup] Aug 20 03:01:29.301 INFO E| Compiling unicode-width v0.1.10 |
| 3427 | 2026-08-20T03:01:30.081Z | [ helios-setup] Aug 20 03:01:29.379 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 3428 | 2026-08-20T03:01:30.174Z | [ helios-setup] Aug 20 03:01:29.472 INFO E| Compiling deranged v0.3.11 |
| 3429 | 2026-08-20T03:01:30.305Z | [ helios-setup] Aug 20 03:01:29.598 INFO E| Compiling time-macros v0.2.18 |
| 3430 | 2026-08-20T03:01:30.342Z | [ helios-setup] Aug 20 03:01:29.637 INFO E| Compiling getopts v0.2.21 |
| 3431 | 2026-08-20T03:01:30.370Z | [ helios-setup] Aug 20 03:01:29.667 INFO E| Compiling walkdir v2.3.3 |
| 3432 | 2026-08-20T03:01:30.392Z | [ helios-setup] Aug 20 03:01:29.690 INFO E| Compiling glob v0.3.1 |
| 3433 | 2026-08-20T03:01:30.434Z | [ helios-setup] Aug 20 03:01:29.726 INFO E| Compiling generic-array v0.14.7 |
| 3434 | 2026-08-20T03:01:30.452Z | [ host-package] Compiling polar-core v0.27.3 |
| 3435 | 2026-08-20T03:01:30.558Z | [ helios-setup] Aug 20 03:01:29.854 INFO E| Compiling dirs-sys-next v0.1.2 |
| 3436 | 2026-08-20T03:01:30.577Z | [ helios-setup] Aug 20 03:01:29.875 INFO E| Compiling errno v0.3.1 |
| 3437 | 2026-08-20T03:01:30.672Z | [ helios-setup] Aug 20 03:01:29.969 INFO E| Compiling quote v1.0.31 |
| 3438 | 2026-08-20T03:01:30.712Z | [ helios-setup] Aug 20 03:01:30.009 INFO E| Compiling atty v0.2.14 |
| 3439 | 2026-08-20T03:01:30.784Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3440 | 2026-08-20T03:01:30.824Z | [ helios-setup] Aug 20 03:01:30.121 INFO E| Compiling dirs-next v2.0.0 |
| 3441 | 2026-08-20T03:01:30.908Z | [ helios-setup] Aug 20 03:01:30.205 INFO E| Compiling term v0.7.0 |
| 3442 | 2026-08-20T03:01:30.967Z | [ helios-setup] Aug 20 03:01:30.264 INFO E| Compiling getrandom v0.2.10 |
| 3443 | 2026-08-20T03:01:30.974Z | [ host-package] Compiling progenitor-macro v0.13.0 |
| 3444 | 2026-08-20T03:01:31.090Z | [ helios-setup] Aug 20 03:01:30.380 INFO E| Compiling syn v2.0.32 |
| 3445 | 2026-08-20T03:01:31.505Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3446 | 2026-08-20T03:01:31.677Z | [ helios-setup] Aug 20 03:01:30.974 INFO E| Compiling digest v0.9.0 |
| 3447 | 2026-08-20T03:01:31.677Z | [ helios-setup] Aug 20 03:01:30.974 INFO E| Compiling block-buffer v0.9.0 |
| 3448 | 2026-08-20T03:01:31.715Z | [ host-package] Compiling progenitor-client v0.13.0 |
| 3449 | 2026-08-20T03:01:31.814Z | [ helios-setup] Aug 20 03:01:31.110 INFO E| Compiling md-5 v0.9.1 |
| 3450 | 2026-08-20T03:01:31.814Z | [ helios-setup] Aug 20 03:01:31.110 INFO E| Compiling sha-1 v0.9.8 |
| 3451 | 2026-08-20T03:01:31.967Z | [ helios-setup] Aug 20 03:01:31.264 INFO E| Compiling tempfile v3.7.0 |
| 3452 | 2026-08-20T03:01:32.052Z | [ helios-setup] Aug 20 03:01:31.349 INFO E| Compiling time v0.3.36 |
| 3453 | 2026-08-20T03:01:32.508Z | [ host-package] Compiling fxhash v0.2.1 |
| 3454 | 2026-08-20T03:01:32.846Z | [ host-package] Compiling libz-sys v1.1.24 |
| 3455 | 2026-08-20T03:01:32.924Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3456 | 2026-08-20T03:01:32.940Z | [ helios-setup] Aug 20 03:01:32.237 INFO E| Compiling slog-term v2.9.0 |
| 3457 | 2026-08-20T03:01:33.053Z | [ helios-setup] Aug 20 03:01:32.350 INFO E| Compiling serde_derive v1.0.193 |
| 3458 | 2026-08-20T03:01:33.144Z | [ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3459 | 2026-08-20T03:01:33.311Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3460 | 2026-08-20T03:01:33.736Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3461 | 2026-08-20T03:01:34.274Z | [ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3462 | 2026-08-20T03:01:34.684Z | [ host-package] Compiling kstat-rs v0.2.5 |
| 3463 | 2026-08-20T03:01:35.487Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3464 | 2026-08-20T03:01:35.914Z | [ host-package] Compiling progenitor v0.13.0 |
| 3465 | 2026-08-20T03:01:36.096Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3466 | 2026-08-20T03:01:36.736Z | [ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3467 | 2026-08-20T03:01:37.278Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3468 | 2026-08-20T03:01:37.374Z | [ host-package] Compiling nanorand v0.7.0 |
| 3469 | 2026-08-20T03:01:37.510Z | [ host-package] Compiling libgit2-sys v0.18.3+1.9.2 |
| 3470 | 2026-08-20T03:01:37.693Z | [ helios-setup] Aug 20 03:01:36.991 INFO E| Compiling toml v0.5.11 |
| 3471 | 2026-08-20T03:01:37.696Z | [ helios-setup] Aug 20 03:01:36.991 INFO E| Compiling uuid v0.8.2 |
| 3472 | 2026-08-20T03:01:37.870Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3473 | 2026-08-20T03:01:38.339Z | [ host-package] Compiling flume v0.11.1 |
| 3474 | 2026-08-20T03:01:38.517Z | [ helios-setup] Aug 20 03:01:37.815 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 3475 | 2026-08-20T03:01:38.530Z | [ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3476 | 2026-08-20T03:01:38.645Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3477 | 2026-08-20T03:01:38.982Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3478 | 2026-08-20T03:01:39.235Z | [ helios-setup] Aug 20 03:01:38.532 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 3479 | 2026-08-20T03:01:39.735Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3480 | 2026-08-20T03:01:39.878Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3481 | 2026-08-20T03:01:40.005Z | [ host-package] Compiling git-stub v1.0.0 |
| 3482 | 2026-08-20T03:01:40.297Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3483 | 2026-08-20T03:01:40.448Z | [ host-package] Compiling strsim v0.10.0 |
| 3484 | 2026-08-20T03:01:40.570Z | [ host-package] Compiling instability v0.3.11 |
| 3485 | 2026-08-20T03:01:40.760Z | [ host-package] Compiling corncobs v0.1.4 |
| 3486 | 2026-08-20T03:01:40.883Z | [ host-package] Compiling http-range v0.1.5 |
| 3487 | 2026-08-20T03:01:40.999Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3488 | 2026-08-20T03:01:41.076Z | [ host-package] Compiling darling_core v0.13.4 |
| 3489 | 2026-08-20T03:01:41.231Z | [ host-package] Compiling oso v0.27.3 |
| 3490 | 2026-08-20T03:01:41.736Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3491 | 2026-08-20T03:01:42.228Z | [ host-package] Compiling diesel-dtrace v0.5.0 |
| 3492 | 2026-08-20T03:01:42.583Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3493 | 2026-08-20T03:01:42.909Z | [ host-package] Compiling git-stub-vcs v0.1.0 |
| 3494 | 2026-08-20T03:01:43.419Z | [ helios-setup] Aug 20 03:01:42.716 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.06s |
| 3495 | 2026-08-20T03:01:43.446Z | [ helios-setup] Aug 20 03:01:42.743 INFO building project "image-builder" ok (15 seconds) |
| 3496 | 2026-08-20T03:01:43.446Z | [ helios-setup] Aug 20 03:01:42.743 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 3497 | 2026-08-20T03:01:43.456Z | [ helios-setup] Aug 20 03:01:42.753 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)" |
| 3498 | 2026-08-20T03:01:43.456Z | [ helios-setup] Aug 20 03:01:42.753 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 3499 | 2026-08-20T03:01:43.456Z | [ helios-setup] Aug 20 03:01:42.753 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 3500 | 2026-08-20T03:01:43.639Z | [ helios-setup] Aug 20 03:01:42.937 INFO E| Downloading crates ... |
| 3501 | 2026-08-20T03:01:43.690Z | [ helios-setup] Aug 20 03:01:42.987 INFO E| Downloaded adler2 v2.0.0 |
| 3502 | 2026-08-20T03:01:43.699Z | [ helios-setup] Aug 20 03:01:42.997 INFO E| Downloaded miniz_oxide v0.8.8 |
| 3503 | 2026-08-20T03:01:43.746Z | [ helios-setup] Aug 20 03:01:43.042 INFO E| Compiling adler2 v2.0.0 |
| 3504 | 2026-08-20T03:01:43.857Z | [ helios-setup] Aug 20 03:01:43.154 INFO E| Compiling miniz_oxide v0.8.8 |
| 3505 | 2026-08-20T03:01:44.635Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 3506 | 2026-08-20T03:01:45.043Z | [ helios-setup] Aug 20 03:01:44.340 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 3507 | 2026-08-20T03:01:45.529Z | [ helios-setup] Aug 20 03:01:44.827 INFO E| Finished `release` profile [optimized] target(s) in 2.06s |
| 3508 | 2026-08-20T03:01:45.540Z | [ helios-setup] Aug 20 03:01:44.837 INFO building project "pinprick" ok (2 seconds) |
| 3509 | 2026-08-20T03:01:45.540Z | [ helios-setup] Aug 20 03:01:44.837 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 3510 | 2026-08-20T03:01:45.580Z | [ helios-setup] Aug 20 03:01:44.876 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')" |
| 3511 | 2026-08-20T03:01:45.580Z | [ helios-setup] Aug 20 03:01:44.876 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 3512 | 2026-08-20T03:01:45.580Z | [ helios-setup] Aug 20 03:01:44.876 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 3513 | 2026-08-20T03:01:45.755Z | [ helios-setup] Aug 20 03:01:45.051 INFO E| Updating crates.io index |
| 3514 | 2026-08-20T03:01:45.758Z | [ helios-setup] Aug 20 03:01:45.052 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 3515 | 2026-08-20T03:01:45.900Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3516 | 2026-08-20T03:01:46.124Z | [ host-package] Compiling ignore v0.4.25 |
| 3517 | 2026-08-20T03:01:46.228Z | [ helios-setup] Aug 20 03:01:45.525 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 3518 | 2026-08-20T03:01:46.228Z | [ helios-setup] Aug 20 03:01:45.525 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 3519 | 2026-08-20T03:01:46.246Z | [ helios-setup] Aug 20 03:01:45.543 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 3520 | 2026-08-20T03:01:46.646Z | [ helios-setup] Aug 20 03:01:45.942 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 3521 | 2026-08-20T03:01:46.646Z | [ helios-setup] Aug 20 03:01:45.943 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 3522 | 2026-08-20T03:01:46.910Z | [ helios-setup] Aug 20 03:01:46.207 INFO E| Downloading crates ... |
| 3523 | 2026-08-20T03:01:46.966Z | [ helios-setup] Aug 20 03:01:46.263 INFO E| Downloaded structopt-derive v0.4.18 |
| 3524 | 2026-08-20T03:01:46.982Z | [ helios-setup] Aug 20 03:01:46.279 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 3525 | 2026-08-20T03:01:46.991Z | [ helios-setup] Aug 20 03:01:46.287 INFO E| Downloaded strum_macros v0.27.1 |
| 3526 | 2026-08-20T03:01:46.996Z | [ helios-setup] Aug 20 03:01:46.293 INFO E| Downloaded strum v0.27.1 |
| 3527 | 2026-08-20T03:01:47.000Z | [ helios-setup] Aug 20 03:01:46.296 INFO E| Downloaded typenum v1.18.0 |
| 3528 | 2026-08-20T03:01:47.003Z | [ helios-setup] Aug 20 03:01:46.299 INFO E| Downloaded unic-common v0.9.0 |
| 3529 | 2026-08-20T03:01:47.005Z | [ helios-setup] Aug 20 03:01:46.299 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 3530 | 2026-08-20T03:01:47.005Z | [ helios-setup] Aug 20 03:01:46.300 INFO E| Downloaded fletcher v1.0.0 |
| 3531 | 2026-08-20T03:01:47.005Z | [ helios-setup] Aug 20 03:01:46.303 INFO E| Downloaded textwrap v0.11.0 |
| 3532 | 2026-08-20T03:01:47.013Z | [ helios-setup] Aug 20 03:01:46.310 INFO E| Downloaded vec_map v0.8.2 |
| 3533 | 2026-08-20T03:01:47.016Z | [ helios-setup] Aug 20 03:01:46.314 INFO E| Downloaded heck v0.3.3 |
| 3534 | 2026-08-20T03:01:47.019Z | [ helios-setup] Aug 20 03:01:46.315 INFO E| Downloaded four-cc v0.4.0 |
| 3535 | 2026-08-20T03:01:47.025Z | [ helios-setup] Aug 20 03:01:46.323 INFO E| Downloaded strsim v0.8.0 |
| 3536 | 2026-08-20T03:01:47.029Z | [ helios-setup] Aug 20 03:01:46.324 INFO E| Downloaded dyn-clone v1.0.19 |
| 3537 | 2026-08-20T03:01:47.032Z | [ helios-setup] Aug 20 03:01:46.329 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 3538 | 2026-08-20T03:01:47.032Z | [ helios-setup] Aug 20 03:01:46.329 INFO E| Downloaded ansi_term v0.12.1 |
| 3539 | 2026-08-20T03:01:47.035Z | [ helios-setup] Aug 20 03:01:46.333 INFO E| Downloaded pest_meta v2.8.0 |
| 3540 | 2026-08-20T03:01:47.038Z | [ helios-setup] Aug 20 03:01:46.334 INFO E| Downloaded unic-char-property v0.9.0 |
| 3541 | 2026-08-20T03:01:47.038Z | [ helios-setup] Aug 20 03:01:46.336 INFO E| Downloaded unic-char-range v0.9.0 |
| 3542 | 2026-08-20T03:01:47.041Z | [ helios-setup] Aug 20 03:01:46.337 INFO E| Downloaded modular-bitfield v0.11.2 |
| 3543 | 2026-08-20T03:01:47.045Z | [ helios-setup] Aug 20 03:01:46.343 INFO E| Downloaded rustversion v1.0.20 |
| 3544 | 2026-08-20T03:01:47.048Z | [ helios-setup] Aug 20 03:01:46.345 INFO E| Downloaded modular-bitfield v0.13.1 |
| 3545 | 2026-08-20T03:01:47.052Z | [ helios-setup] Aug 20 03:01:46.349 INFO E| Downloaded pest_derive v2.8.0 |
| 3546 | 2026-08-20T03:01:47.055Z | [ helios-setup] Aug 20 03:01:46.351 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 3547 | 2026-08-20T03:01:47.055Z | [ helios-setup] Aug 20 03:01:46.352 INFO E| Downloaded pest_generator v2.8.0 |
| 3548 | 2026-08-20T03:01:47.059Z | [ helios-setup] Aug 20 03:01:46.354 INFO E| Downloaded parse_int v0.9.0 |
| 3549 | 2026-08-20T03:01:47.063Z | [ helios-setup] Aug 20 03:01:46.356 INFO E| Downloaded pest v2.8.0 |
| 3550 | 2026-08-20T03:01:47.078Z | [ helios-setup] Aug 20 03:01:46.375 INFO E| Downloaded structopt v0.3.26 |
| 3551 | 2026-08-20T03:01:47.082Z | [ helios-setup] Aug 20 03:01:46.380 INFO E| Downloaded bytesize v2.0.1 |
| 3552 | 2026-08-20T03:01:47.085Z | [ helios-setup] Aug 20 03:01:46.380 INFO E| Downloaded log v0.4.27 |
| 3553 | 2026-08-20T03:01:47.085Z | [ helios-setup] Aug 20 03:01:46.382 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 3554 | 2026-08-20T03:01:47.091Z | [ helios-setup] Aug 20 03:01:46.389 INFO E| Downloaded goblin v0.9.3 |
| 3555 | 2026-08-20T03:01:47.099Z | [ helios-setup] Aug 20 03:01:46.396 INFO E| Downloaded clap v2.34.0 |
| 3556 | 2026-08-20T03:01:47.114Z | [ helios-setup] Aug 20 03:01:46.411 INFO E| Downloaded zerocopy v0.8.25 |
| 3557 | 2026-08-20T03:01:47.183Z | [ helios-setup] Aug 20 03:01:46.481 INFO E| Compiling proc-macro2 v1.0.95 |
| 3558 | 2026-08-20T03:01:47.184Z | [ helios-setup] Aug 20 03:01:46.481 INFO E| Compiling unicode-ident v1.0.18 |
| 3559 | 2026-08-20T03:01:47.184Z | [ helios-setup] Aug 20 03:01:46.481 INFO E| Compiling memchr v2.7.4 |
| 3560 | 2026-08-20T03:01:47.187Z | [ helios-setup] Aug 20 03:01:46.481 INFO E| Compiling autocfg v1.4.0 |
| 3561 | 2026-08-20T03:01:47.187Z | [ helios-setup] Aug 20 03:01:46.481 INFO E| Compiling thiserror v2.0.12 |
| 3562 | 2026-08-20T03:01:47.187Z | [ helios-setup] Aug 20 03:01:46.481 INFO E| Compiling syn v1.0.109 |
| 3563 | 2026-08-20T03:01:47.187Z | [ helios-setup] Aug 20 03:01:46.481 INFO E| Compiling serde v1.0.219 |
| 3564 | 2026-08-20T03:01:47.187Z | [ helios-setup] Aug 20 03:01:46.481 INFO E| Compiling version_check v0.9.5 |
| 3565 | 2026-08-20T03:01:47.187Z | [ helios-setup] Aug 20 03:01:46.481 INFO E| Compiling serde_json v1.0.140 |
| 3566 | 2026-08-20T03:01:47.187Z | [ helios-setup] Aug 20 03:01:46.481 INFO E| Compiling schemars v0.8.22 |
| 3567 | 2026-08-20T03:01:47.187Z | [ helios-setup] Aug 20 03:01:46.481 INFO E| Compiling ryu v1.0.20 |
| 3568 | 2026-08-20T03:01:47.187Z | [ helios-setup] Aug 20 03:01:46.481 INFO E| Compiling itoa v1.0.15 |
| 3569 | 2026-08-20T03:01:47.187Z | [ helios-setup] Aug 20 03:01:46.481 INFO E| Compiling paste v1.0.15 |
| 3570 | 2026-08-20T03:01:47.187Z | [ helios-setup] Aug 20 03:01:46.481 INFO E| Compiling rustversion v1.0.20 |
| 3571 | 2026-08-20T03:01:47.187Z | [ helios-setup] Aug 20 03:01:46.481 INFO E| Compiling libc v0.2.172 |
| 3572 | 2026-08-20T03:01:47.187Z | [ helios-setup] Aug 20 03:01:46.482 INFO E| Compiling static_assertions v1.1.0 |
| 3573 | 2026-08-20T03:01:47.482Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3574 | 2026-08-20T03:01:47.594Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3575 | 2026-08-20T03:01:47.917Z | [ helios-setup] Aug 20 03:01:47.214 INFO E| Compiling zerocopy v0.8.25 |
| 3576 | 2026-08-20T03:01:47.960Z | [ helios-setup] Aug 20 03:01:47.257 INFO E| Compiling dyn-clone v1.0.19 |
| 3577 | 2026-08-20T03:01:48.082Z | [ helios-setup] Aug 20 03:01:47.379 INFO E| Compiling ucd-trie v0.1.7 |
| 3578 | 2026-08-20T03:01:48.132Z | [ helios-setup] Aug 20 03:01:47.429 INFO E| Compiling once_cell v1.21.3 |
| 3579 | 2026-08-20T03:01:48.140Z | [ helios-setup] Aug 20 03:01:47.437 INFO E| Compiling unicode-segmentation v1.12.0 |
| 3580 | 2026-08-20T03:01:48.161Z | [ helios-setup] Aug 20 03:01:47.458 INFO E| Compiling heck v0.5.0 |
| 3581 | 2026-08-20T03:01:48.283Z | [ helios-setup] Aug 20 03:01:47.580 INFO E| Compiling unicode-width v0.1.14 |
| 3582 | 2026-08-20T03:01:48.371Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3583 | 2026-08-20T03:01:48.463Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 3584 | 2026-08-20T03:01:48.770Z | [ helios-setup] Aug 20 03:01:48.067 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 3585 | 2026-08-20T03:01:48.770Z | [ helios-setup] Aug 20 03:01:48.067 INFO E| Compiling proc-macro-error v1.0.4 |
| 3586 | 2026-08-20T03:01:48.784Z | [ helios-setup] Aug 20 03:01:48.081 INFO E| Compiling heck v0.3.3 |
| 3587 | 2026-08-20T03:01:48.872Z | [ helios-setup] Aug 20 03:01:48.167 INFO E| Compiling vec_map v0.8.2 |
| 3588 | 2026-08-20T03:01:48.888Z | [ helios-setup] Aug 20 03:01:48.186 INFO E| Compiling ansi_term v0.12.1 |
| 3589 | 2026-08-20T03:01:48.895Z | [ helios-setup] Aug 20 03:01:48.193 INFO E| Compiling num-traits v0.2.19 |
| 3590 | 2026-08-20T03:01:48.927Z | [ helios-setup] Aug 20 03:01:48.221 INFO E| Compiling memoffset v0.9.1 |
| 3591 | 2026-08-20T03:01:49.066Z | [ helios-setup] Aug 20 03:01:48.364 INFO E| Compiling atty v0.2.14 |
| 3592 | 2026-08-20T03:01:49.090Z | [ helios-setup] Aug 20 03:01:48.383 INFO E| Compiling textwrap v0.11.0 |
| 3593 | 2026-08-20T03:01:49.095Z | [ helios-setup] Aug 20 03:01:48.389 INFO E| Compiling strum v0.27.1 |
| 3594 | 2026-08-20T03:01:49.227Z | [ helios-setup] Aug 20 03:01:48.458 INFO E| Compiling unic-char-range v0.9.0 |
| 3595 | 2026-08-20T03:01:49.233Z | [ helios-setup] Aug 20 03:01:48.486 INFO E| Compiling unic-common v0.9.0 |
| 3596 | 2026-08-20T03:01:49.233Z | [ helios-setup] Aug 20 03:01:48.510 INFO E| Compiling bitflags v1.3.2 |
| 3597 | 2026-08-20T03:01:49.233Z | [ helios-setup] Aug 20 03:01:48.510 INFO E| Compiling strsim v0.8.0 |
| 3598 | 2026-08-20T03:01:49.301Z | [ helios-setup] Aug 20 03:01:48.598 INFO E| Compiling byteorder v1.5.0 |
| 3599 | 2026-08-20T03:01:49.306Z | [ helios-setup] Aug 20 03:01:48.604 INFO E| Compiling fletcher v1.0.0 |
| 3600 | 2026-08-20T03:01:49.389Z | [ helios-setup] Aug 20 03:01:48.686 INFO E| Compiling quote v1.0.40 |
| 3601 | 2026-08-20T03:01:49.430Z | [ helios-setup] Aug 20 03:01:48.727 INFO E| Compiling unic-ucd-version v0.9.0 |
| 3602 | 2026-08-20T03:01:49.484Z | [ helios-setup] Aug 20 03:01:48.781 INFO E| Compiling unic-char-property v0.9.0 |
| 3603 | 2026-08-20T03:01:49.528Z | [ helios-setup] Aug 20 03:01:48.825 INFO E| Compiling lazy_static v1.5.0 |
| 3604 | 2026-08-20T03:01:49.586Z | [ helios-setup] Aug 20 03:01:48.883 INFO E| Compiling log v0.4.27 |
| 3605 | 2026-08-20T03:01:49.661Z | [ helios-setup] Aug 20 03:01:48.958 INFO E| Compiling clap v2.34.0 |
| 3606 | 2026-08-20T03:01:49.673Z | [ helios-setup] Aug 20 03:01:48.970 INFO E| Compiling plain v0.2.3 |
| 3607 | 2026-08-20T03:01:49.682Z | [ helios-setup] Aug 20 03:01:48.979 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 3608 | 2026-08-20T03:01:49.710Z | [ helios-setup] Aug 20 03:01:49.007 INFO E| Compiling bytesize v2.0.1 |
| 3609 | 2026-08-20T03:01:49.796Z | [ helios-setup] Aug 20 03:01:49.093 INFO E| Compiling syn v2.0.101 |
| 3610 | 2026-08-20T03:01:50.429Z | [ host-package] Compiling anstyle-parse v0.2.7 |
| 3611 | 2026-08-20T03:01:50.473Z | [ host-package] Compiling secrecy v0.8.0 |
| 3612 | 2026-08-20T03:01:50.691Z | [ helios-setup] Aug 20 03:01:49.988 INFO E| Compiling parse_int v0.9.0 |
| 3613 | 2026-08-20T03:01:50.742Z | [ host-package] Compiling vergen-git2 v9.1.0 |
| 3614 | 2026-08-20T03:01:50.808Z | [ host-package] Compiling castaway v0.2.4 |
| 3615 | 2026-08-20T03:01:51.022Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3616 | 2026-08-20T03:01:51.116Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 3617 | 2026-08-20T03:01:51.521Z | [ host-package] Compiling indoc v2.0.7 |
| 3618 | 2026-08-20T03:01:51.720Z | [ host-package] Compiling compact_str v0.8.1 |
| 3619 | 2026-08-20T03:01:52.435Z | [ helios-setup] Aug 20 03:01:51.732 INFO E| Compiling serde_derive_internals v0.29.1 |
| 3620 | 2026-08-20T03:01:52.444Z | [ host-package] Compiling anstream v0.6.21 |
| 3621 | 2026-08-20T03:01:53.185Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 3622 | 2026-08-20T03:01:53.318Z | [ host-package] Compiling globwalk v0.9.1 |
| 3623 | 2026-08-20T03:01:53.335Z | [ helios-setup] Aug 20 03:01:52.632 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 3624 | 2026-08-20T03:01:53.339Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3625 | 2026-08-20T03:01:53.345Z | [ helios-setup] Aug 20 03:01:52.637 INFO E| Compiling structopt-derive v0.4.18 |
| 3626 | 2026-08-20T03:01:53.412Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3627 | 2026-08-20T03:01:53.459Z | [ helios-setup] Aug 20 03:01:52.756 INFO E| Compiling thiserror-impl v2.0.12 |
| 3628 | 2026-08-20T03:01:53.462Z | [ helios-setup] Aug 20 03:01:52.756 INFO E| Compiling serde_derive v1.0.219 |
| 3629 | 2026-08-20T03:01:53.462Z | [ helios-setup] Aug 20 03:01:52.756 INFO E| Compiling zerocopy-derive v0.8.25 |
| 3630 | 2026-08-20T03:01:53.462Z | [ helios-setup] Aug 20 03:01:52.756 INFO E| Compiling num-derive v0.4.2 |
| 3631 | 2026-08-20T03:01:53.462Z | [ helios-setup] Aug 20 03:01:52.756 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 3632 | 2026-08-20T03:01:53.462Z | [ helios-setup] Aug 20 03:01:52.756 INFO E| Compiling scroll_derive v0.12.1 |
| 3633 | 2026-08-20T03:01:53.462Z | [ helios-setup] Aug 20 03:01:52.756 INFO E| Compiling strum_macros v0.27.1 |
| 3634 | 2026-08-20T03:01:53.602Z | [ helios-setup] Aug 20 03:01:52.899 INFO E| Compiling schemars_derive v0.8.22 |
| 3635 | 2026-08-20T03:01:54.767Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3636 | 2026-08-20T03:01:54.850Z | [ helios-setup] Aug 20 03:01:54.147 INFO E| Compiling modular-bitfield v0.11.2 |
| 3637 | 2026-08-20T03:01:54.855Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3638 | 2026-08-20T03:01:54.855Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3639 | 2026-08-20T03:01:54.900Z | [ helios-setup] Aug 20 03:01:54.194 INFO E| Compiling scroll v0.12.0 |
| 3640 | 2026-08-20T03:01:55.166Z | [ host-package] Compiling darling_macro v0.13.4 |
| 3641 | 2026-08-20T03:01:55.231Z | [ helios-setup] Aug 20 03:01:54.528 INFO E| Compiling goblin v0.9.3 |
| 3642 | 2026-08-20T03:01:55.504Z | [ helios-setup] Aug 20 03:01:54.801 INFO E| Compiling structopt v0.3.26 |
| 3643 | 2026-08-20T03:01:55.592Z | [ helios-setup] Aug 20 03:01:54.890 INFO E| Compiling modular-bitfield v0.13.1 |
| 3644 | 2026-08-20T03:01:55.816Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3645 | 2026-08-20T03:01:55.850Z | [ helios-setup] Aug 20 03:01:55.136 INFO E| Compiling pest v2.8.0 |
| 3646 | 2026-08-20T03:01:55.968Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3647 | 2026-08-20T03:01:56.034Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3648 | 2026-08-20T03:01:56.735Z | [ host-package] Compiling predicates-tree v1.0.13 |
| 3649 | 2026-08-20T03:01:57.123Z | [ helios-setup] Aug 20 03:01:56.420 INFO E| Compiling pest_meta v2.8.0 |
| 3650 | 2026-08-20T03:01:57.371Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3651 | 2026-08-20T03:01:57.475Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3652 | 2026-08-20T03:01:57.765Z | [ host-package] Compiling lru v0.12.5 |
| 3653 | 2026-08-20T03:01:57.821Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3654 | 2026-08-20T03:01:57.966Z | [ helios-setup] Aug 20 03:01:57.261 INFO E| Compiling pest_generator v2.8.0 |
| 3655 | 2026-08-20T03:01:58.109Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3656 | 2026-08-20T03:01:58.188Z | [ host-package] Compiling illumos-nvpair-sys v0.2.0 |
| 3657 | 2026-08-20T03:01:58.235Z | [ host-package] Compiling cassowary v0.3.0 |
| 3658 | 2026-08-20T03:01:58.316Z | [ host-package] Compiling camino-tempfile-ext v0.3.3 |
| 3659 | 2026-08-20T03:01:58.320Z | [ host-package] Compiling darling v0.13.4 |
| 3660 | 2026-08-20T03:01:58.402Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3661 | 2026-08-20T03:01:58.509Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3662 | 2026-08-20T03:01:58.649Z | [ host-package] Compiling ratatui v0.29.0 |
| 3663 | 2026-08-20T03:01:58.767Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3664 | 2026-08-20T03:01:58.805Z | [ host-package] Compiling sled v0.34.7 |
| 3665 | 2026-08-20T03:01:58.881Z | [ helios-setup] Aug 20 03:01:58.179 INFO E| Compiling pest_derive v2.8.0 |
| 3666 | 2026-08-20T03:01:58.987Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3667 | 2026-08-20T03:01:59.123Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3668 | 2026-08-20T03:01:59.343Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3669 | 2026-08-20T03:01:59.561Z | [ helios-setup] Aug 20 03:01:58.858 INFO E| Compiling json5 v0.4.1 |
| 3670 | 2026-08-20T03:01:59.598Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3671 | 2026-08-20T03:01:59.934Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3672 | 2026-08-20T03:02:00.220Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3673 | 2026-08-20T03:02:00.351Z | [ host-package] Compiling serde_with_macros v1.5.2 |
| 3674 | 2026-08-20T03:02:01.109Z | [ helios-setup] Aug 20 03:02:00.406 INFO E| Compiling four-cc v0.4.0 |
| 3675 | 2026-08-20T03:02:01.109Z | [ helios-setup] Aug 20 03:02:00.406 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 3676 | 2026-08-20T03:02:01.248Z | [ helios-setup] Aug 20 03:02:00.545 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 3677 | 2026-08-20T03:02:01.656Z | [ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3678 | 2026-08-20T03:02:02.059Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3679 | 2026-08-20T03:02:02.974Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3680 | 2026-08-20T03:02:03.901Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3681 | 2026-08-20T03:02:04.188Z | [ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3682 | 2026-08-20T03:02:04.433Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3683 | 2026-08-20T03:02:04.710Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3684 | 2026-08-20T03:02:05.043Z | [ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3685 | 2026-08-20T03:02:05.201Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3686 | 2026-08-20T03:02:05.278Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3687 | 2026-08-20T03:02:05.470Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3688 | 2026-08-20T03:02:05.548Z | [ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3689 | 2026-08-20T03:02:05.570Z | [ host-package] Compiling arc-swap v1.8.2 |
| 3690 | 2026-08-20T03:02:05.723Z | [ host-package] Compiling void v1.0.2 |
| 3691 | 2026-08-20T03:02:05.880Z | [ host-package] Compiling lzss v0.8.2 |
| 3692 | 2026-08-20T03:02:05.916Z | [ host-package] Compiling slog-scope v4.4.1 |
| 3693 | 2026-08-20T03:02:05.969Z | [ host-package] Compiling git2 v0.20.4 |
| 3694 | 2026-08-20T03:02:06.359Z | [ host-package] Compiling serde_with v1.14.0 |
| 3695 | 2026-08-20T03:02:06.404Z | [ host-package] Compiling illumos-nvpair v0.3.0 |
| 3696 | 2026-08-20T03:02:06.979Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3697 | 2026-08-20T03:02:08.193Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3698 | 2026-08-20T03:02:08.862Z | [ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3699 | 2026-08-20T03:02:08.919Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3700 | 2026-08-20T03:02:09.040Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3701 | 2026-08-20T03:02:09.142Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3702 | 2026-08-20T03:02:09.878Z | [ host-package] Compiling scuffle v0.1.0 |
| 3703 | 2026-08-20T03:02:10.138Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3704 | 2026-08-20T03:02:11.982Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3705 | 2026-08-20T03:02:12.023Z | [ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3706 | 2026-08-20T03:02:12.224Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3707 | 2026-08-20T03:02:12.491Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3708 | 2026-08-20T03:02:12.773Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3709 | 2026-08-20T03:02:13.009Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3710 | 2026-08-20T03:02:13.279Z | [ host-package] Compiling nix v0.27.1 |
| 3711 | 2026-08-20T03:02:13.577Z | [ host-package] Compiling twox-hash v2.1.2 |
| 3712 | 2026-08-20T03:02:14.103Z | [ host-package] Compiling libsw-core v0.3.2 |
| 3713 | 2026-08-20T03:02:14.144Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3714 | 2026-08-20T03:02:14.342Z | [ host-package] Compiling atty v0.2.14 |
| 3715 | 2026-08-20T03:02:14.366Z | [ host-package] Compiling libsw v3.5.0 |
| 3716 | 2026-08-20T03:02:14.480Z | [ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3717 | 2026-08-20T03:02:14.577Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3718 | 2026-08-20T03:02:14.630Z | [ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3719 | 2026-08-20T03:02:14.630Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3720 | 2026-08-20T03:02:15.028Z | [ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3721 | 2026-08-20T03:02:15.067Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3722 | 2026-08-20T03:02:15.385Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3723 | 2026-08-20T03:02:15.432Z | [ helios-setup] Aug 20 03:02:14.727 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 3724 | 2026-08-20T03:02:15.437Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3725 | 2026-08-20T03:02:17.596Z | [ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3726 | 2026-08-20T03:02:18.536Z | [ helios-setup] Aug 20 03:02:17.833 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3727 | 2026-08-20T03:02:19.020Z | [ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3728 | 2026-08-20T03:02:19.120Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3729 | 2026-08-20T03:02:19.185Z | [ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3730 | 2026-08-20T03:02:19.322Z | [ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3731 | 2026-08-20T03:02:19.533Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3732 | 2026-08-20T03:02:19.669Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3733 | 2026-08-20T03:02:19.697Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3734 | 2026-08-20T03:02:20.769Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3735 | 2026-08-20T03:02:21.251Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3736 | 2026-08-20T03:02:23.302Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3737 | 2026-08-20T03:02:24.557Z | [ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3738 | 2026-08-20T03:02:24.715Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 3739 | 2026-08-20T03:02:25.349Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3740 | 2026-08-20T03:02:26.743Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3741 | 2026-08-20T03:02:27.519Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3742 | 2026-08-20T03:02:29.406Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3743 | 2026-08-20T03:02:29.627Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3744 | 2026-08-20T03:02:30.229Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3745 | 2026-08-20T03:02:30.473Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3746 | 2026-08-20T03:02:31.248Z | [ helios-setup] Aug 20 03:02:30.546 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.63s |
| 3747 | 2026-08-20T03:02:31.295Z | [ helios-setup] Aug 20 03:02:30.592 INFO building project "amd-host-image-builder" ok (45 seconds) |
| 3748 | 2026-08-20T03:02:31.295Z | [ helios-setup] Aug 20 03:02:30.592 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 3749 | 2026-08-20T03:02:31.306Z | [ helios-setup] Aug 20 03:02:30.604 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)" |
| 3750 | 2026-08-20T03:02:31.307Z | [ helios-setup] Aug 20 03:02:30.604 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 3751 | 2026-08-20T03:02:31.307Z | [ helios-setup] Aug 20 03:02:30.604 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 3752 | 2026-08-20T03:02:31.424Z | [ helios-setup] Aug 20 03:02:30.719 INFO E| Downloading crates ... |
| 3753 | 2026-08-20T03:02:31.477Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3754 | 2026-08-20T03:02:31.480Z | [ helios-setup] Aug 20 03:02:30.776 INFO E| Downloaded anyhow v1.0.62 |
| 3755 | 2026-08-20T03:02:31.484Z | [ helios-setup] Aug 20 03:02:30.779 INFO E| Downloaded block-buffer v0.10.3 |
| 3756 | 2026-08-20T03:02:31.484Z | [ helios-setup] Aug 20 03:02:30.780 INFO E| Downloaded generic-array v0.14.6 |
| 3757 | 2026-08-20T03:02:31.484Z | [ helios-setup] Aug 20 03:02:30.781 INFO E| Downloaded cpufeatures v0.2.5 |
| 3758 | 2026-08-20T03:02:31.487Z | [ helios-setup] Aug 20 03:02:30.782 INFO E| Downloaded typenum v1.15.0 |
| 3759 | 2026-08-20T03:02:31.495Z | [ helios-setup] Aug 20 03:02:30.792 INFO E| Downloaded sha2 v0.10.5 |
| 3760 | 2026-08-20T03:02:31.498Z | [ helios-setup] Aug 20 03:02:30.793 INFO E| Downloaded digest v0.10.3 |
| 3761 | 2026-08-20T03:02:31.501Z | [ helios-setup] Aug 20 03:02:30.796 INFO E| Downloaded bytes v1.2.1 |
| 3762 | 2026-08-20T03:02:31.505Z | [ helios-setup] Aug 20 03:02:30.798 INFO E| Downloaded miniz_oxide v0.6.2 |
| 3763 | 2026-08-20T03:02:31.505Z | [ helios-setup] Aug 20 03:02:30.800 INFO E| Downloaded flate2 v1.0.25 |
| 3764 | 2026-08-20T03:02:31.553Z | [ helios-setup] Aug 20 03:02:30.849 INFO E| Compiling version_check v0.9.4 |
| 3765 | 2026-08-20T03:02:31.553Z | [ helios-setup] Aug 20 03:02:30.849 INFO E| Compiling typenum v1.15.0 |
| 3766 | 2026-08-20T03:02:31.556Z | [ helios-setup] Aug 20 03:02:30.849 INFO E| Compiling cfg-if v1.0.0 |
| 3767 | 2026-08-20T03:02:31.556Z | [ helios-setup] Aug 20 03:02:30.849 INFO E| Compiling crc32fast v1.3.2 |
| 3768 | 2026-08-20T03:02:31.556Z | [ helios-setup] Aug 20 03:02:30.849 INFO E| Compiling anyhow v1.0.62 |
| 3769 | 2026-08-20T03:02:31.556Z | [ helios-setup] Aug 20 03:02:30.849 INFO E| Compiling adler v1.0.2 |
| 3770 | 2026-08-20T03:02:31.556Z | [ helios-setup] Aug 20 03:02:30.849 INFO E| Compiling cpufeatures v0.2.5 |
| 3771 | 2026-08-20T03:02:31.556Z | [ helios-setup] Aug 20 03:02:30.849 INFO E| Compiling unicode-width v0.1.10 |
| 3772 | 2026-08-20T03:02:31.556Z | [ helios-setup] Aug 20 03:02:30.849 INFO E| Compiling bytes v1.2.1 |
| 3773 | 2026-08-20T03:02:31.556Z | [ helios-setup] Aug 20 03:02:30.849 INFO E| Compiling bitflags v1.3.2 |
| 3774 | 2026-08-20T03:02:31.708Z | [ helios-setup] Aug 20 03:02:31.005 INFO E| Compiling miniz_oxide v0.6.2 |
| 3775 | 2026-08-20T03:02:31.730Z | [ helios-setup] Aug 20 03:02:31.027 INFO E| Compiling getopts v0.2.21 |
| 3776 | 2026-08-20T03:02:31.783Z | [ host-package] Compiling fatfs v0.3.6 |
| 3777 | 2026-08-20T03:02:31.910Z | [ helios-setup] Aug 20 03:02:31.207 INFO E| Compiling generic-array v0.14.6 |
| 3778 | 2026-08-20T03:02:32.214Z | [ host-package] Compiling yasna v0.5.2 |
| 3779 | 2026-08-20T03:02:32.485Z | [ helios-setup] Aug 20 03:02:31.782 INFO E| Compiling flate2 v1.0.25 |
| 3780 | 2026-08-20T03:02:33.665Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3781 | 2026-08-20T03:02:33.693Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3782 | 2026-08-20T03:02:33.841Z | [ helios-setup] Aug 20 03:02:33.139 INFO E| Compiling block-buffer v0.10.3 |
| 3783 | 2026-08-20T03:02:33.842Z | [ helios-setup] Aug 20 03:02:33.139 INFO E| Compiling crypto-common v0.1.6 |
| 3784 | 2026-08-20T03:02:33.971Z | [ helios-setup] Aug 20 03:02:33.268 INFO E| Compiling digest v0.10.3 |
| 3785 | 2026-08-20T03:02:34.079Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3786 | 2026-08-20T03:02:34.152Z | [ helios-setup] Aug 20 03:02:33.449 INFO E| Compiling sha2 v0.10.5 |
| 3787 | 2026-08-20T03:02:34.330Z | [ host-package] Compiling rcgen v0.12.1 |
| 3788 | 2026-08-20T03:02:34.392Z | [ helios-setup] Aug 20 03:02:33.690 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 3789 | 2026-08-20T03:02:34.416Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3790 | 2026-08-20T03:02:36.264Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3791 | 2026-08-20T03:02:36.662Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3792 | 2026-08-20T03:02:36.935Z | [ host-package] Compiling oxide-update-engine-display v0.1.2 |
| 3793 | 2026-08-20T03:02:37.263Z | [ helios-setup] Aug 20 03:02:36.552 INFO E| Finished `release` profile [optimized] target(s) in 5.93s |
| 3794 | 2026-08-20T03:02:37.269Z | [ helios-setup] Aug 20 03:02:36.565 INFO building project "bootserver" ok (5 seconds) |
| 3795 | 2026-08-20T03:02:37.269Z | [ helios-setup] Aug 20 03:02:36.565 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 3796 | 2026-08-20T03:02:37.863Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3797 | 2026-08-20T03:02:37.887Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3798 | 2026-08-20T03:02:37.921Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3799 | 2026-08-20T03:02:38.335Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3800 | 2026-08-20T03:02:38.382Z | [ host-package] Compiling port-file v0.1.0 |
| 3801 | 2026-08-20T03:02:38.595Z | [ host-package] Compiling subprocess v0.2.15 |
| 3802 | 2026-08-20T03:02:38.729Z | [ host-package] Compiling rtoolbox v0.0.3 |
| 3803 | 2026-08-20T03:02:39.015Z | [ host-package] Compiling rpassword v7.5.4 |
| 3804 | 2026-08-20T03:02:39.218Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3805 | 2026-08-20T03:02:39.599Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3806 | 2026-08-20T03:02:40.860Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3807 | 2026-08-20T03:02:41.003Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3808 | 2026-08-20T03:02:41.862Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3809 | 2026-08-20T03:02:43.424Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3810 | 2026-08-20T03:02:43.758Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3811 | 2026-08-20T03:02:44.011Z | [ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3812 | 2026-08-20T03:02:44.919Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3813 | 2026-08-20T03:02:45.005Z | [ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3814 | 2026-08-20T03:02:47.385Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3815 | 2026-08-20T03:02:47.615Z | [ host-package] Compiling uzers v0.12.2 |
| 3816 | 2026-08-20T03:02:47.649Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3817 | 2026-08-20T03:02:48.559Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3818 | 2026-08-20T03:02:49.528Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3819 | 2026-08-20T03:02:49.774Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3820 | 2026-08-20T03:02:49.951Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3821 | 2026-08-20T03:02:51.193Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3822 | 2026-08-20T03:02:52.075Z | [ host-package] Compiling multimap v0.10.1 |
| 3823 | 2026-08-20T03:03:00.665Z | [ helios-setup] Aug 20 03:02:59.962 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')" |
| 3824 | 2026-08-20T03:03:00.669Z | [ helios-setup] rm -f helios-build |
| 3825 | 2026-08-20T03:03:00.669Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3826 | 2026-08-20T03:03:00.672Z | [ helios-setup] |
| 3827 | 2026-08-20T03:03:00.675Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3828 | 2026-08-20T03:03:00.675Z | [ helios-setup] |
| 3829 | 2026-08-20T03:03:00.675Z | [ helios-setup] |
| 3830 | 2026-08-20T03:03:00.675Z | [ helios-setup] real 3:09.501146361 |
| 3831 | 2026-08-20T03:03:00.675Z | [ helios-setup] user 7:15.103442968 |
| 3832 | 2026-08-20T03:03:00.675Z | [ helios-setup] sys 1:20.380567305 |
| 3833 | 2026-08-20T03:03:00.675Z | [ helios-setup] trap 0.554774703 |
| 3834 | 2026-08-20T03:03:00.676Z | [ helios-setup] tflt 2.474535047 |
| 3835 | 2026-08-20T03:03:00.676Z | [ helios-setup] dflt 8.980059105 |
| 3836 | 2026-08-20T03:03:00.676Z | [ helios-setup] kflt 0.002888164 |
| 3837 | 2026-08-20T03:03:00.676Z | [ helios-setup] lock 1:01:13.827347014 |
| 3838 | 2026-08-20T03:03:00.676Z | [ helios-setup] slp 39:31.931640992 |
| 3839 | 2026-08-20T03:03:00.676Z | [ helios-setup] lat 7:27.645575859 |
| 3840 | 2026-08-20T03:03:00.679Z | [ helios-setup] stop 1:35.162587908 |
| 3841 | 2026-08-20T03:03:00.680Z | Aug 20 03:02:59.973 INFO [helios-setup] process exited with exit status: 0 (189.504117631s) |
| 3842 | 2026-08-20T03:03:00.680Z | Aug 20 03:02:59.973 INFO [helios-record] running task |
| 3843 | 2026-08-20T03:03:00.680Z | Aug 20 03:02:59.973 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3844 | 2026-08-20T03:03:00.683Z | Aug 20 03:02:59.978 DEBG process exited with exit status: 0 (4.98564ms) |
| 3845 | 2026-08-20T03:03:00.683Z | Aug 20 03:02:59.978 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3846 | 2026-08-20T03:03:00.686Z | Aug 20 03:02:59.982 DEBG process exited with exit status: 0 (4.14121ms) |
| 3847 | 2026-08-20T03:03:00.686Z | Aug 20 03:02:59.982 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3848 | 2026-08-20T03:03:00.689Z | Aug 20 03:02:59.986 DEBG process exited with exit status: 0 (3.75474ms) |
| 3849 | 2026-08-20T03:03:00.689Z | Aug 20 03:02:59.986 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3850 | 2026-08-20T03:03:00.693Z | Aug 20 03:02:59.990 DEBG process exited with exit status: 0 (3.65692ms) |
| 3851 | 2026-08-20T03:03:00.693Z | Aug 20 03:02:59.990 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3852 | 2026-08-20T03:03:00.696Z | Aug 20 03:02:59.993 DEBG process exited with exit status: 0 (3.54586ms) |
| 3853 | 2026-08-20T03:03:00.696Z | Aug 20 03:02:59.993 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3854 | 2026-08-20T03:03:00.700Z | Aug 20 03:02:59.997 DEBG process exited with exit status: 0 (3.65839ms) |
| 3855 | 2026-08-20T03:03:00.700Z | Aug 20 03:02:59.997 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3856 | 2026-08-20T03:03:00.703Z | Aug 20 03:03:00.001 DEBG process exited with exit status: 0 (3.82637ms) |
| 3857 | 2026-08-20T03:03:00.703Z | Aug 20 03:03:00.001 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3858 | 2026-08-20T03:03:00.708Z | Aug 20 03:03:00.005 DEBG process exited with exit status: 0 (4.08301ms) |
| 3859 | 2026-08-20T03:03:00.708Z | Aug 20 03:03:00.005 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3860 | 2026-08-20T03:03:00.712Z | Aug 20 03:03:00.009 DEBG process exited with exit status: 0 (4.11957ms) |
| 3861 | 2026-08-20T03:03:00.715Z | Aug 20 03:03:00.009 INFO [helios-record] task succeeded (36.38945ms) |
| 3862 | 2026-08-20T03:03:02.012Z | [ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3863 | 2026-08-20T03:03:06.961Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3864 | 2026-08-20T03:03:08.742Z | [ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3865 | 2026-08-20T03:03:14.364Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3866 | 2026-08-20T03:03:14.600Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3867 | 2026-08-20T03:14:33.486Z | [ host-package] Finished `release` profile [optimized] target(s) in 14m 01s |
| 3868 | 2026-08-20T03:14:33.489Z | [ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3869 | 2026-08-20T03:14:33.489Z | [ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3870 | 2026-08-20T03:15:24.293Z | Aug 20 03:15:23.588 INFO [host-package] process exited with exit status: 0 (892.930444074s) |
| 3871 | 2026-08-20T03:15:24.293Z | Aug 20 03:15:23.588 INFO [host-libraries] running task |
| 3872 | 2026-08-20T03:15:24.293Z | Aug 20 03:15:23.588 INFO [host-stamp] running task |
| 3873 | 2026-08-20T03:15:24.306Z | Aug 20 03:15:23.591 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+gitb18d02a9e9f |
| 3874 | 2026-08-20T03:15:24.306Z | Aug 20 03:15:23.591 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+gitb18d02a9e9f |
| 3875 | 2026-08-20T03:15:24.306Z | Aug 20 03:15:23.592 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+gitb18d02a9e9f |
| 3876 | 2026-08-20T03:15:24.306Z | Aug 20 03:15:23.592 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+gitb18d02a9e9f |
| 3877 | 2026-08-20T03:15:24.306Z | Aug 20 03:15:23.592 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+gitb18d02a9e9f |
| 3878 | 2026-08-20T03:15:24.306Z | Aug 20 03:15:23.592 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+gitb18d02a9e9f |
| 3879 | 2026-08-20T03:15:24.306Z | Aug 20 03:15:23.593 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+gitb18d02a9e9f |
| 3880 | 2026-08-20T03:15:24.314Z | Aug 20 03:15:23.593 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+gitb18d02a9e9f |
| 3881 | 2026-08-20T03:15:24.314Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3882 | 2026-08-20T03:15:24.314Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3883 | 2026-08-20T03:15:24.314Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3884 | 2026-08-20T03:15:24.314Z | [stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3885 | 2026-08-20T03:15:24.314Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3886 | 2026-08-20T03:15:24.314Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3887 | 2026-08-20T03:15:24.314Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3888 | 2026-08-20T03:15:24.314Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3889 | 2026-08-20T03:15:24.314Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3890 | 2026-08-20T03:15:24.314Z | Aug 20 03:15:23.605 INFO [stamp-overlay] process exited with exit status: 0 (12.73671ms) |
| 3891 | 2026-08-20T03:15:24.318Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 3892 | 2026-08-20T03:15:24.322Z | Aug 20 03:15:23.617 INFO [stamp-oxlog] process exited with exit status: 0 (25.03126ms) |
| 3893 | 2026-08-20T03:15:24.354Z | [stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar |
| 3894 | 2026-08-20T03:15:24.360Z | Aug 20 03:15:23.651 INFO [stamp-crucible-utils] process exited with exit status: 0 (58.76789ms) |
| 3895 | 2026-08-20T03:15:24.368Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 3896 | 2026-08-20T03:15:24.376Z | Aug 20 03:15:23.666 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (74.92067ms) |
| 3897 | 2026-08-20T03:15:24.538Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 3898 | 2026-08-20T03:15:24.551Z | Aug 20 03:15:23.836 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (242.962309ms) |
| 3899 | 2026-08-20T03:15:24.888Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 3900 | 2026-08-20T03:15:24.893Z | Aug 20 03:15:24.153 INFO [stamp-propolis-server] process exited with exit status: 0 (560.340079ms) |
| 3901 | 2026-08-20T03:15:24.893Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 3902 | 2026-08-20T03:15:24.893Z | Aug 20 03:15:24.176 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (585.606539ms) |
| 3903 | 2026-08-20T03:15:26.122Z | Aug 20 03:15:25.356 INFO [host-libraries] task succeeded (1.767685937s) |
| 3904 | 2026-08-20T03:15:26.149Z | Aug 20 03:15:25.356 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 3905 | 2026-08-20T03:15:26.149Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 3906 | 2026-08-20T03:15:27.028Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3907 | 2026-08-20T03:15:27.873Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3908 | 2026-08-20T03:15:31.450Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 3909 | 2026-08-20T03:15:31.461Z | Aug 20 03:15:30.750 INFO [stamp-switch-asic] process exited with exit status: 0 (7.156778056s) |
| 3910 | 2026-08-20T03:15:31.461Z | Aug 20 03:15:30.750 INFO [host-stamp] task succeeded (7.161474316s) |
| 3911 | 2026-08-20T03:15:31.461Z | Aug 20 03:15:30.750 INFO [host-proto] running task |
| 3912 | 2026-08-20T03:15:31.921Z | Aug 20 03:15:31.217 INFO [host-proto] task succeeded (466.960809ms) |
| 3913 | 2026-08-20T03:15:31.922Z | Aug 20 03:15:31.217 INFO [host-profile] running task |
| 3914 | 2026-08-20T03:15:31.928Z | Aug 20 03:15:31.217 INFO [host-profile] task succeeded (188.07µs) |
| 3915 | 2026-08-20T03:15:31.928Z | Aug 20 03:15:31.217 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/.tmpkAvEhq/proto/host/root -N 'ci b18d02a/${os_short_commit} 2026-08-20 02:59' -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/' |
| 3916 | 2026-08-20T03:15:31.928Z | [ host-image] Aug 20 03:15:31.223 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 3917 | 2026-08-20T03:15:31.928Z | [ host-image] Aug 20 03:15:31.223 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml" |
| 3918 | 2026-08-20T03:15:31.928Z | [ host-image] Aug 20 03:15:31.223 INFO Checking files for board 'gimlet' |
| 3919 | 2026-08-20T03:15:31.928Z | [ host-image] Aug 20 03:15:31.223 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3920 | 2026-08-20T03:15:31.928Z | [ host-image] Aug 20 03:15:31.223 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 3921 | 2026-08-20T03:15:31.928Z | [ host-image] Aug 20 03:15:31.223 INFO Checking files for board 'cosmo' |
| 3922 | 2026-08-20T03:15:31.928Z | [ host-image] Aug 20 03:15:31.223 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 3923 | 2026-08-20T03:15:31.928Z | [ host-image] Aug 20 03:15:31.223 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 3924 | 2026-08-20T03:15:31.928Z | [ host-image] Aug 20 03:15:31.224 INFO Checking files for board 'cosmo-mbist' |
| 3925 | 2026-08-20T03:15:31.928Z | [ host-image] Aug 20 03:15:31.224 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml" |
| 3926 | 2026-08-20T03:15:31.939Z | [ host-image] Aug 20 03:15:31.233 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpkAvEhq/proto/host/root" |
| 3927 | 2026-08-20T03:15:31.943Z | [ host-image] Aug 20 03:15:31.233 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 3928 | 2026-08-20T03:15:31.943Z | [ host-image] Aug 20 03:15:31.233 INFO image builder template: ramdisk-01-os... |
| 3929 | 2026-08-20T03:15:31.943Z | [ host-image] Aug 20 03:15:31.233 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/.tmpkAvEhq/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 |
| 3930 | 2026-08-20T03:15:31.950Z | [ host-image] Aug 20 03:15:31.246 INFO O| Aug 20 03:15:31.246 INFO CREATE DATASET: rpool/images/build/host/output |
| 3931 | 2026-08-20T03:15:33.601Z | [ host-image] Aug 20 03:15:32.897 INFO O| Aug 20 03:15:32.896 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3932 | 2026-08-20T03:15:33.616Z | [ host-image] Aug 20 03:15:32.899 INFO O| Aug 20 03:15:32.899 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3933 | 2026-08-20T03:15:33.848Z | [ host-image] Aug 20 03:15:33.133 INFO O| Aug 20 03:15:33.133 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled |
| 3934 | 2026-08-20T03:15:33.885Z | [ host-image] Aug 20 03:15:33.181 INFO O| Aug 20 03:15:33.181 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3935 | 2026-08-20T03:15:33.885Z | [ host-image] Aug 20 03:15:33.181 INFO O| Aug 20 03:15:33.181 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3936 | 2026-08-20T03:15:33.895Z | [ host-image] Aug 20 03:15:33.181 INFO O| Aug 20 03:15:33.181 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3937 | 2026-08-20T03:15:33.895Z | [ host-image] Aug 20 03:15:33.181 INFO O| Aug 20 03:15:33.181 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3938 | 2026-08-20T03:15:33.895Z | [ host-image] Aug 20 03:15:33.186 INFO O| Aug 20 03:15:33.186 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3939 | 2026-08-20T03:15:34.126Z | [ host-image] Aug 20 03:15:33.416 INFO O| Aug 20 03:15:33.416 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3940 | 2026-08-20T03:15:34.142Z | [ host-image] Aug 20 03:15:33.425 INFO O| Aug 20 03:15:33.425 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"] |
| 3941 | 2026-08-20T03:15:34.500Z | [ host-image] Aug 20 03:15:33.702 INFO O| Aug 20 03:15:33.702 INFO O| Caching catalogs ... Done |
| 3942 | 2026-08-20T03:15:34.528Z | [ host-image] Aug 20 03:15:33.772 INFO O| Aug 20 03:15:33.772 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3943 | 2026-08-20T03:15:34.528Z | [ host-image] Aug 20 03:15:33.772 INFO O| Aug 20 03:15:33.772 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3944 | 2026-08-20T03:15:34.528Z | [ host-image] Aug 20 03:15:33.779 INFO O| Aug 20 03:15:33.779 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"] |
| 3945 | 2026-08-20T03:15:34.739Z | [ host-image] Aug 20 03:15:34.031 INFO O| Aug 20 03:15:34.030 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 3946 | 2026-08-20T03:15:34.740Z | [ host-image] Aug 20 03:15:34.031 INFO O| Aug 20 03:15:34.031 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3947 | 2026-08-20T03:15:34.740Z | [ host-image] Aug 20 03:15:34.031 INFO O| Aug 20 03:15:34.031 INFO skip step because feature "publisher_1_name" is not enabled |
| 3948 | 2026-08-20T03:15:34.762Z | [ host-image] Aug 20 03:15:34.031 INFO O| Aug 20 03:15:34.031 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3949 | 2026-08-20T03:15:34.762Z | [ host-image] Aug 20 03:15:34.031 INFO O| Aug 20 03:15:34.031 INFO skip step because feature "publisher_2_name" is not enabled |
| 3950 | 2026-08-20T03:15:34.762Z | [ host-image] Aug 20 03:15:34.031 INFO O| Aug 20 03:15:34.031 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3951 | 2026-08-20T03:15:34.762Z | [ host-image] Aug 20 03:15:34.031 INFO O| Aug 20 03:15:34.031 INFO skip step because feature "publisher_3_name" is not enabled |
| 3952 | 2026-08-20T03:15:34.762Z | [ host-image] Aug 20 03:15:34.031 INFO O| Aug 20 03:15:34.031 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3953 | 2026-08-20T03:15:35.056Z | [ host-image] Aug 20 03:15:34.351 INFO O| Aug 20 03:15:34.351 INFO variant opensolaris.zone is already global |
| 3954 | 2026-08-20T03:15:35.056Z | [ host-image] Aug 20 03:15:34.351 INFO O| Aug 20 03:15:34.351 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3955 | 2026-08-20T03:15:35.063Z | [ host-image] Aug 20 03:15:34.351 INFO O| Aug 20 03:15:34.351 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3956 | 2026-08-20T03:15:35.352Z | [ host-image] Aug 20 03:15:34.646 INFO O| Aug 20 03:15:34.646 INFO variant opensolaris.imagetype is full; changing to partial |
| 3957 | 2026-08-20T03:15:35.352Z | [ host-image] Aug 20 03:15:34.646 INFO O| Aug 20 03:15:34.646 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3958 | 2026-08-20T03:15:36.868Z | [ host-image] Aug 20 03:15:36.163 INFO O| Aug 20 03:15:36.163 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3959 | 2026-08-20T03:15:37.236Z | [ host-image] Aug 20 03:15:36.532 INFO O| Aug 20 03:15:36.532 INFO O| Startup: Caching catalogs ... Done |
| 3960 | 2026-08-20T03:15:37.250Z | [ host-image] Aug 20 03:15:36.546 INFO O| Aug 20 03:15:36.546 INFO O| Planning: Planning completed in 0.00 seconds |
| 3961 | 2026-08-20T03:15:37.259Z | [ host-image] Aug 20 03:15:36.546 INFO O| Aug 20 03:15:36.546 INFO O| Planning: Consolidating action changes ... Done |
| 3962 | 2026-08-20T03:15:37.259Z | [ host-image] Aug 20 03:15:36.546 INFO O| Aug 20 03:15:36.546 INFO O| Planning: Evaluating mediators ... Done |
| 3963 | 2026-08-20T03:15:37.259Z | [ host-image] Aug 20 03:15:36.546 INFO O| Aug 20 03:15:36.546 INFO O| Planning: Planning completed in 0.00 seconds |
| 3964 | 2026-08-20T03:15:37.259Z | [ host-image] Aug 20 03:15:36.546 INFO O| Aug 20 03:15:36.546 INFO O| Variants/Facets to change: 1 |
| 3965 | 2026-08-20T03:15:37.270Z | [ host-image] Aug 20 03:15:36.555 INFO O| Aug 20 03:15:36.555 INFO O| Finalize: Updating package state database ... Done |
| 3966 | 2026-08-20T03:15:37.270Z | [ host-image] Aug 20 03:15:36.555 INFO O| Aug 20 03:15:36.555 INFO O| Finalize: Updating package cache ... Done |
| 3967 | 2026-08-20T03:15:37.316Z | [ host-image] Aug 20 03:15:36.612 INFO O| Aug 20 03:15:36.612 INFO O| Finalize: Updating image state ... Done |
| 3968 | 2026-08-20T03:15:37.327Z | [ host-image] Aug 20 03:15:36.623 INFO O| Aug 20 03:15:36.622 INFO O| Finalize: Creating fast lookup database ... Done |
| 3969 | 2026-08-20T03:15:37.337Z | [ host-image] Aug 20 03:15:36.623 INFO O| Aug 20 03:15:36.623 INFO O| Finalize: Reading search index ... Done |
| 3970 | 2026-08-20T03:15:37.337Z | [ host-image] Aug 20 03:15:36.623 INFO O| Aug 20 03:15:36.623 INFO O| Finalize: Updating search index ... Done |
| 3971 | 2026-08-20T03:15:37.337Z | [ host-image] Aug 20 03:15:36.624 INFO O| Aug 20 03:15:36.624 INFO O| Finalize: Updating package cache ... Done |
| 3972 | 2026-08-20T03:15:37.494Z | [ host-image] Aug 20 03:15:36.790 INFO O| Aug 20 03:15:36.790 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 3973 | 2026-08-20T03:15:37.494Z | [ host-image] Aug 20 03:15:36.790 INFO O| Aug 20 03:15:36.790 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3974 | 2026-08-20T03:15:37.500Z | [ host-image] Aug 20 03:15:36.790 INFO O| Aug 20 03:15:36.790 INFO skip step because feature "debug_variant" is not enabled |
| 3975 | 2026-08-20T03:15:37.500Z | [ host-image] Aug 20 03:15:36.790 INFO O| Aug 20 03:15:36.790 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3976 | 2026-08-20T03:15:37.746Z | [ host-image] Aug 20 03:15:37.038 INFO O| Aug 20 03:15:37.038 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 3977 | 2026-08-20T03:15:38.984Z | [recovery-package] Finished `release` profile [optimized] target(s) in 12.79s |
| 3978 | 2026-08-20T03:15:39.209Z | [ host-image] Aug 20 03:15:38.503 INFO O| Aug 20 03:15:38.503 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3979 | 2026-08-20T03:15:39.580Z | [ host-image] Aug 20 03:15:38.875 INFO O| Aug 20 03:15:38.875 INFO O| Startup: Caching catalogs ... Done |
| 3980 | 2026-08-20T03:15:39.592Z | [ host-image] Aug 20 03:15:38.889 INFO O| Aug 20 03:15:38.889 INFO O| Planning: Planning completed in 0.00 seconds |
| 3981 | 2026-08-20T03:15:39.599Z | [ host-image] Aug 20 03:15:38.889 INFO O| Aug 20 03:15:38.889 INFO O| Planning: Consolidating action changes ... Done |
| 3982 | 2026-08-20T03:15:39.599Z | [ host-image] Aug 20 03:15:38.889 INFO O| Aug 20 03:15:38.889 INFO O| Planning: Evaluating mediators ... Done |
| 3983 | 2026-08-20T03:15:39.599Z | [ host-image] Aug 20 03:15:38.889 INFO O| Aug 20 03:15:38.889 INFO O| Planning: Planning completed in 0.00 seconds |
| 3984 | 2026-08-20T03:15:39.599Z | [ host-image] Aug 20 03:15:38.889 INFO O| Aug 20 03:15:38.889 INFO O| Variants/Facets to change: 1 |
| 3985 | 2026-08-20T03:15:39.606Z | [ host-image] Aug 20 03:15:38.898 INFO O| Aug 20 03:15:38.898 INFO O| Finalize: Updating package state database ... Done |
| 3986 | 2026-08-20T03:15:39.606Z | [ host-image] Aug 20 03:15:38.898 INFO O| Aug 20 03:15:38.898 INFO O| Finalize: Updating package cache ... Done |
| 3987 | 2026-08-20T03:15:39.665Z | [ host-image] Aug 20 03:15:38.961 INFO O| Aug 20 03:15:38.961 INFO O| Finalize: Updating image state ... Done |
| 3988 | 2026-08-20T03:15:39.675Z | [ host-image] Aug 20 03:15:38.971 INFO O| Aug 20 03:15:38.971 INFO O| Finalize: Creating fast lookup database ... Done |
| 3989 | 2026-08-20T03:15:39.686Z | [ host-image] Aug 20 03:15:38.971 INFO O| Aug 20 03:15:38.971 INFO O| Finalize: Reading search index ... Done |
| 3990 | 2026-08-20T03:15:39.686Z | [ host-image] Aug 20 03:15:38.971 INFO O| Aug 20 03:15:38.971 INFO O| Finalize: Updating search index ... Done |
| 3991 | 2026-08-20T03:15:39.686Z | [ host-image] Aug 20 03:15:38.972 INFO O| Aug 20 03:15:38.972 INFO O| Finalize: Updating package cache ... Done |
| 3992 | 2026-08-20T03:15:39.837Z | [ host-image] Aug 20 03:15:39.133 INFO O| Aug 20 03:15:39.133 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 3993 | 2026-08-20T03:15:39.837Z | [ host-image] Aug 20 03:15:39.133 INFO O| Aug 20 03:15:39.133 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3994 | 2026-08-20T03:15:39.845Z | [ host-image] Aug 20 03:15:39.133 INFO O| Aug 20 03:15:39.133 INFO skip step because feature "recovery" is not enabled |
| 3995 | 2026-08-20T03:15:39.845Z | [ host-image] Aug 20 03:15:39.133 INFO O| Aug 20 03:15:39.133 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3996 | 2026-08-20T03:15:39.845Z | [ host-image] Aug 20 03:15:39.133 INFO O| Aug 20 03:15:39.133 INFO skip step because feature "recovery" is not enabled |
| 3997 | 2026-08-20T03:15:39.845Z | [ host-image] Aug 20 03:15:39.133 INFO O| Aug 20 03:15:39.133 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3998 | 2026-08-20T03:15:39.845Z | [ host-image] Aug 20 03:15:39.140 INFO O| Aug 20 03:15:39.140 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"] |
| 3999 | 2026-08-20T03:15:41.283Z | [ host-image] Aug 20 03:15:40.578 INFO O| Aug 20 03:15:40.578 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4000 | 2026-08-20T03:15:41.662Z | [ host-image] Aug 20 03:15:40.958 INFO O| Aug 20 03:15:40.958 INFO O| Startup: Caching catalogs ... Done |
| 4001 | 2026-08-20T03:15:43.468Z | [ host-image] Aug 20 03:15:42.764 INFO O| Aug 20 03:15:42.764 INFO O| Planning: Solver setup ... Done |
| 4002 | 2026-08-20T03:15:43.658Z | [ host-image] Aug 20 03:15:42.934 INFO O| Aug 20 03:15:42.934 INFO O| Planning: Running solver ... Done |
| 4003 | 2026-08-20T03:15:43.681Z | [ host-image] Aug 20 03:15:42.977 INFO O| Aug 20 03:15:42.977 INFO O| Planning: Finding local manifests ... Done |
| 4004 | 2026-08-20T03:15:43.699Z | [ host-image] Aug 20 03:15:42.995 INFO O| Aug 20 03:15:42.995 INFO O| Planning: Fetching manifests: 0/130 0% complete |
| 4005 | 2026-08-20T03:15:45.236Z | [ host-image] Aug 20 03:15:44.532 INFO O| Aug 20 03:15:44.532 INFO O| Planning: Fetching manifests: 130/130 100% complete |
| 4006 | 2026-08-20T03:15:45.565Z | [ host-image] Aug 20 03:15:44.861 INFO O| Aug 20 03:15:44.861 INFO O| Planning: Package planning ... Done |
| 4007 | 2026-08-20T03:15:45.993Z | [ host-image] Aug 20 03:15:45.289 INFO O| Aug 20 03:15:45.289 INFO O| Planning: Merging actions ... Done |
| 4008 | 2026-08-20T03:15:46.092Z | [ host-image] Aug 20 03:15:45.388 INFO O| Aug 20 03:15:45.388 INFO O| Planning: Checking for conflicting actions ... Done |
| 4009 | 2026-08-20T03:15:46.192Z | [ host-image] Aug 20 03:15:45.488 INFO O| Aug 20 03:15:45.487 INFO O| Planning: Consolidating action changes ... Done |
| 4010 | 2026-08-20T03:15:46.359Z | [ host-image] Aug 20 03:15:45.655 INFO O| Aug 20 03:15:45.655 INFO O| Planning: Evaluating mediators ... Done |
| 4011 | 2026-08-20T03:15:47.733Z | [ host-image] Aug 20 03:15:47.028 INFO O| Aug 20 03:15:47.028 INFO O| Planning: Planning completed in 6.06 seconds |
| 4012 | 2026-08-20T03:15:47.751Z | [ host-image] Aug 20 03:15:47.030 INFO O| Aug 20 03:15:47.030 INFO O| Packages to install: 130 |
| 4013 | 2026-08-20T03:15:47.751Z | [ host-image] Aug 20 03:15:47.030 INFO O| Aug 20 03:15:47.030 INFO O| Mediators to change: 5 |
| 4014 | 2026-08-20T03:15:47.751Z | [ host-image] Aug 20 03:15:47.030 INFO O| Aug 20 03:15:47.030 INFO O| Services to change: 6 |
| 4015 | 2026-08-20T03:15:47.759Z | [ host-image] Aug 20 03:15:47.054 INFO O| Aug 20 03:15:47.054 INFO O| Download: 0/23887 items 0.0/222.8MB 0% complete |
| 4016 | 2026-08-20T03:15:52.762Z | [ host-image] Aug 20 03:15:52.054 INFO O| Aug 20 03:15:52.054 INFO O| Download: 20981/23887 items 180.4/222.8MB 80% complete (36.1M/s) |
| 4017 | 2026-08-20T03:15:53.663Z | [ host-image] Aug 20 03:15:52.848 INFO O| Aug 20 03:15:52.848 INFO O| Download: Completed 222.83 MB in 5.79 seconds (38.4M/s) |
| 4018 | 2026-08-20T03:15:54.007Z | [ host-image] Aug 20 03:15:53.303 INFO O| Aug 20 03:15:53.303 INFO O| Actions: 1/54180 actions (Installing new actions) |
| 4019 | 2026-08-20T03:15:59.007Z | [ host-image] Aug 20 03:15:58.303 INFO O| Aug 20 03:15:58.303 INFO O| Actions: 28070/54180 actions (Installing new actions) |
| 4020 | 2026-08-20T03:16:00.664Z | [ host-image] Aug 20 03:15:59.648 INFO O| Aug 20 03:15:59.648 INFO O| Actions: Completed 54180 actions in 6.34 seconds. |
| 4021 | 2026-08-20T03:16:00.726Z | [ host-image] Aug 20 03:15:59.715 INFO O| Aug 20 03:15:59.715 INFO O| Finalize: Updating package state database ... Done |
| 4022 | 2026-08-20T03:16:00.749Z | [ host-image] Aug 20 03:15:59.715 INFO O| Aug 20 03:15:59.715 INFO O| Finalize: Updating package cache ... Done |
| 4023 | 2026-08-20T03:16:00.749Z | [ host-image] Aug 20 03:15:59.816 INFO O| Aug 20 03:15:59.816 INFO O| Finalize: Updating image state ... Done |
| 4024 | 2026-08-20T03:16:01.281Z | [ host-image] Aug 20 03:16:00.574 INFO O| Aug 20 03:16:00.573 INFO O| Finalize: Creating fast lookup database ... Done |
| 4025 | 2026-08-20T03:16:01.300Z | [ host-image] Aug 20 03:16:00.596 INFO O| Aug 20 03:16:00.596 INFO O| Finalize: Reading search index ... Done |
| 4026 | 2026-08-20T03:16:03.605Z | [ host-image] Aug 20 03:16:02.900 INFO O| Aug 20 03:16:02.900 INFO O| Finalize: Building new search index ... Done |
| 4027 | 2026-08-20T03:16:03.953Z | [ host-image] Aug 20 03:16:03.249 INFO O| Aug 20 03:16:03.249 INFO O| Finalize: Updating package cache ... Done |
| 4028 | 2026-08-20T03:16:04.168Z | [ host-image] Aug 20 03:16:03.464 INFO O| Aug 20 03:16:03.464 INFO STEP 11 (pkg_install) COMPLETE |
| 4029 | 2026-08-20T03:16:04.168Z | [ host-image] Aug 20 03:16:03.464 INFO O| Aug 20 03:16:03.464 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4030 | 2026-08-20T03:16:04.177Z | [ host-image] Aug 20 03:16:03.471 INFO O| Aug 20 03:16:03.471 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"] |
| 4031 | 2026-08-20T03:16:06.532Z | [ host-image] Aug 20 03:16:05.814 INFO O| Aug 20 03:16:05.814 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4032 | 2026-08-20T03:16:06.898Z | [ host-image] Aug 20 03:16:06.190 INFO O| Aug 20 03:16:06.190 INFO O| Startup: Caching catalogs ... Done |
| 4033 | 2026-08-20T03:16:07.273Z | [ host-image] Aug 20 03:16:06.569 INFO O| Aug 20 03:16:06.569 INFO O| Planning: Solver setup ... Done |
| 4034 | 2026-08-20T03:16:07.283Z | [ host-image] Aug 20 03:16:06.573 INFO O| Aug 20 03:16:06.573 INFO O| Planning: Running solver ... Done |
| 4035 | 2026-08-20T03:16:07.290Z | [ host-image] Aug 20 03:16:06.582 INFO O| Aug 20 03:16:06.582 INFO O| Planning: Finding local manifests ... Done |
| 4036 | 2026-08-20T03:16:07.298Z | [ host-image] Aug 20 03:16:06.594 INFO O| Aug 20 03:16:06.594 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4037 | 2026-08-20T03:16:07.332Z | [ host-image] Aug 20 03:16:06.628 INFO O| Aug 20 03:16:06.628 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4038 | 2026-08-20T03:16:07.347Z | [ host-image] Aug 20 03:16:06.643 INFO O| Aug 20 03:16:06.643 INFO O| Planning: Package planning ... Done |
| 4039 | 2026-08-20T03:16:07.355Z | [ host-image] Aug 20 03:16:06.645 INFO O| Aug 20 03:16:06.645 INFO O| Planning: Merging actions ... Done |
| 4040 | 2026-08-20T03:16:07.474Z | [ host-image] Aug 20 03:16:06.770 INFO O| Aug 20 03:16:06.770 INFO O| Planning: Checking for conflicting actions ... Done |
| 4041 | 2026-08-20T03:16:07.480Z | [ host-image] Aug 20 03:16:06.771 INFO O| Aug 20 03:16:06.771 INFO O| Planning: Consolidating action changes ... Done |
| 4042 | 2026-08-20T03:16:07.611Z | [ host-image] Aug 20 03:16:06.892 INFO O| Aug 20 03:16:06.892 INFO O| Planning: Evaluating mediators ... Done |
| 4043 | 2026-08-20T03:16:07.630Z | [ host-image] Aug 20 03:16:06.893 INFO O| Aug 20 03:16:06.893 INFO O| Planning: Planning completed in 0.69 seconds |
| 4044 | 2026-08-20T03:16:07.630Z | [ host-image] Aug 20 03:16:06.893 INFO O| Aug 20 03:16:06.893 INFO O| Packages to install: 6 |
| 4045 | 2026-08-20T03:16:07.630Z | [ host-image] Aug 20 03:16:06.893 INFO O| Aug 20 03:16:06.893 INFO O| Services to change: 2 |
| 4046 | 2026-08-20T03:16:07.630Z | [ host-image] Aug 20 03:16:06.903 INFO O| Aug 20 03:16:06.903 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete |
| 4047 | 2026-08-20T03:16:07.712Z | [ host-image] Aug 20 03:16:07.008 INFO O| Aug 20 03:16:07.008 INFO O| Download: Completed 1.75 MB in 0.10 seconds (16.6M/s) |
| 4048 | 2026-08-20T03:16:07.730Z | [ host-image] Aug 20 03:16:07.026 INFO O| Aug 20 03:16:07.026 INFO O| Actions: 1/390 actions (Installing new actions) |
| 4049 | 2026-08-20T03:16:07.843Z | [ host-image] Aug 20 03:16:07.139 INFO O| Aug 20 03:16:07.139 INFO O| Actions: Completed 390 actions in 0.11 seconds. |
| 4050 | 2026-08-20T03:16:07.881Z | [ host-image] Aug 20 03:16:07.173 INFO O| Aug 20 03:16:07.173 INFO O| Finalize: Updating package state database ... Done |
| 4051 | 2026-08-20T03:16:07.881Z | [ host-image] Aug 20 03:16:07.173 INFO O| Aug 20 03:16:07.173 INFO O| Finalize: Updating package cache ... Done |
| 4052 | 2026-08-20T03:16:07.960Z | [ host-image] Aug 20 03:16:07.256 INFO O| Aug 20 03:16:07.256 INFO O| Finalize: Updating image state ... Done |
| 4053 | 2026-08-20T03:16:10.155Z | [ host-image] Aug 20 03:16:07.993 INFO O| Aug 20 03:16:07.993 INFO O| Finalize: Creating fast lookup database ... Done |
| 4054 | 2026-08-20T03:16:10.204Z | [ host-image] Aug 20 03:16:08.016 INFO O| Aug 20 03:16:08.016 INFO O| Finalize: Reading search index ... Done |
| 4055 | 2026-08-20T03:16:10.204Z | [ host-image] Aug 20 03:16:08.016 INFO O| Aug 20 03:16:08.016 INFO O| Finalize: Updating search index ... Done |
| 4056 | 2026-08-20T03:16:10.204Z | [ host-image] Aug 20 03:16:08.030 INFO O| Aug 20 03:16:08.030 INFO O| Finalize: Updating package cache ... Done |
| 4057 | 2026-08-20T03:16:10.204Z | [ host-image] Aug 20 03:16:08.210 INFO O| Aug 20 03:16:08.210 INFO STEP 12 (pkg_install) COMPLETE |
| 4058 | 2026-08-20T03:16:10.204Z | [ host-image] Aug 20 03:16:08.210 INFO O| Aug 20 03:16:08.210 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4059 | 2026-08-20T03:16:10.204Z | [ host-image] Aug 20 03:16:08.217 INFO O| Aug 20 03:16:08.217 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
| 4060 | 2026-08-20T03:16:10.367Z | [ host-image] Aug 20 03:16:09.663 INFO O| Aug 20 03:16:09.662 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4061 | 2026-08-20T03:16:10.766Z | [ host-image] Aug 20 03:16:10.046 INFO O| Aug 20 03:16:10.046 INFO O| Startup: Caching catalogs ... Done |
| 4062 | 2026-08-20T03:16:11.127Z | [ host-image] Aug 20 03:16:10.393 INFO O| Aug 20 03:16:10.393 INFO O| Planning: Solver setup ... Done |
| 4063 | 2026-08-20T03:16:11.143Z | [ host-image] Aug 20 03:16:10.397 INFO O| Aug 20 03:16:10.397 INFO O| Planning: Running solver ... Done |
| 4064 | 2026-08-20T03:16:11.143Z | [ host-image] Aug 20 03:16:10.405 INFO O| Aug 20 03:16:10.405 INFO O| Planning: Finding local manifests ... Done |
| 4065 | 2026-08-20T03:16:11.143Z | [ host-image] Aug 20 03:16:10.418 INFO O| Aug 20 03:16:10.418 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4066 | 2026-08-20T03:16:11.253Z | [ host-image] Aug 20 03:16:10.471 INFO O| Aug 20 03:16:10.471 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4067 | 2026-08-20T03:16:11.258Z | [ host-image] Aug 20 03:16:10.492 INFO O| Aug 20 03:16:10.492 INFO O| Planning: Package planning ... Done |
| 4068 | 2026-08-20T03:16:11.258Z | [ host-image] Aug 20 03:16:10.500 INFO O| Aug 20 03:16:10.500 INFO O| Planning: Merging actions ... Done |
| 4069 | 2026-08-20T03:16:11.327Z | [ host-image] Aug 20 03:16:10.623 INFO O| Aug 20 03:16:10.623 INFO O| Planning: Checking for conflicting actions ... Done |
| 4070 | 2026-08-20T03:16:11.345Z | [ host-image] Aug 20 03:16:10.625 INFO O| Aug 20 03:16:10.625 INFO O| Planning: Consolidating action changes ... Done |
| 4071 | 2026-08-20T03:16:11.452Z | [ host-image] Aug 20 03:16:10.748 INFO O| Aug 20 03:16:10.748 INFO O| Planning: Evaluating mediators ... Done |
| 4072 | 2026-08-20T03:16:11.455Z | [ host-image] Aug 20 03:16:10.751 INFO O| Aug 20 03:16:10.751 INFO O| Planning: Planning completed in 0.69 seconds |
| 4073 | 2026-08-20T03:16:11.455Z | [ host-image] Aug 20 03:16:10.751 INFO O| Aug 20 03:16:10.751 INFO O| Packages to install: 6 |
| 4074 | 2026-08-20T03:16:11.455Z | [ host-image] Aug 20 03:16:10.751 INFO O| Aug 20 03:16:10.751 INFO O| Mediators to change: 1 |
| 4075 | 2026-08-20T03:16:11.457Z | [ host-image] Aug 20 03:16:10.751 INFO O| Aug 20 03:16:10.751 INFO O| Services to change: 1 |
| 4076 | 2026-08-20T03:16:11.464Z | [ host-image] Aug 20 03:16:10.760 INFO O| Aug 20 03:16:10.760 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete |
| 4077 | 2026-08-20T03:16:11.724Z | [ host-image] Aug 20 03:16:11.020 INFO O| Aug 20 03:16:11.020 INFO O| Download: Completed 7.84 MB in 0.26 seconds (30.2M/s) |
| 4078 | 2026-08-20T03:16:11.755Z | [ host-image] Aug 20 03:16:11.051 INFO O| Aug 20 03:16:11.051 INFO O| Actions: 1/1366 actions (Installing new actions) |
| 4079 | 2026-08-20T03:16:11.965Z | [ host-image] Aug 20 03:16:11.261 INFO O| Aug 20 03:16:11.261 INFO O| Actions: Completed 1366 actions in 0.21 seconds. |
| 4080 | 2026-08-20T03:16:12.000Z | [ host-image] Aug 20 03:16:11.296 INFO O| Aug 20 03:16:11.296 INFO O| Finalize: Updating package state database ... Done |
| 4081 | 2026-08-20T03:16:12.000Z | [ host-image] Aug 20 03:16:11.296 INFO O| Aug 20 03:16:11.296 INFO O| Finalize: Updating package cache ... Done |
| 4082 | 2026-08-20T03:16:12.083Z | [ host-image] Aug 20 03:16:11.379 INFO O| Aug 20 03:16:11.379 INFO O| Finalize: Updating image state ... Done |
| 4083 | 2026-08-20T03:16:12.840Z | [ host-image] Aug 20 03:16:12.136 INFO O| Aug 20 03:16:12.136 INFO O| Finalize: Creating fast lookup database ... Done |
| 4084 | 2026-08-20T03:16:12.863Z | [ host-image] Aug 20 03:16:12.159 INFO O| Aug 20 03:16:12.159 INFO O| Finalize: Reading search index ... Done |
| 4085 | 2026-08-20T03:16:12.866Z | [ host-image] Aug 20 03:16:12.159 INFO O| Aug 20 03:16:12.159 INFO O| Finalize: Updating search index ... Done |
| 4086 | 2026-08-20T03:16:12.895Z | [ host-image] Aug 20 03:16:12.191 INFO O| Aug 20 03:16:12.190 INFO O| Finalize: Updating package cache ... Done |
| 4087 | 2026-08-20T03:16:13.080Z | [ host-image] Aug 20 03:16:12.374 INFO O| Aug 20 03:16:12.374 INFO STEP 13 (pkg_install) COMPLETE |
| 4088 | 2026-08-20T03:16:13.080Z | [ host-image] Aug 20 03:16:12.374 INFO O| Aug 20 03:16:12.374 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4089 | 2026-08-20T03:16:13.084Z | [ host-image] Aug 20 03:16:12.380 INFO O| Aug 20 03:16:12.380 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"] |
| 4090 | 2026-08-20T03:16:14.536Z | [ host-image] Aug 20 03:16:13.832 INFO O| Aug 20 03:16:13.832 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4091 | 2026-08-20T03:16:15.335Z | [ host-image] Aug 20 03:16:14.208 INFO O| Aug 20 03:16:14.208 INFO O| Startup: Caching catalogs ... Done |
| 4092 | 2026-08-20T03:16:15.351Z | [ host-image] Aug 20 03:16:14.555 INFO O| Aug 20 03:16:14.555 INFO O| Planning: Solver setup ... Done |
| 4093 | 2026-08-20T03:16:15.351Z | [ host-image] Aug 20 03:16:14.559 INFO O| Aug 20 03:16:14.559 INFO O| Planning: Running solver ... Done |
| 4094 | 2026-08-20T03:16:15.351Z | [ host-image] Aug 20 03:16:14.567 INFO O| Aug 20 03:16:14.567 INFO O| Planning: Finding local manifests ... Done |
| 4095 | 2026-08-20T03:16:15.351Z | [ host-image] Aug 20 03:16:14.580 INFO O| Aug 20 03:16:14.580 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4096 | 2026-08-20T03:16:15.351Z | [ host-image] Aug 20 03:16:14.584 INFO O| Aug 20 03:16:14.584 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4097 | 2026-08-20T03:16:15.351Z | [ host-image] Aug 20 03:16:14.597 INFO O| Aug 20 03:16:14.597 INFO O| Planning: Package planning ... Done |
| 4098 | 2026-08-20T03:16:15.351Z | [ host-image] Aug 20 03:16:14.597 INFO O| Aug 20 03:16:14.597 INFO O| Planning: Merging actions ... Done |
| 4099 | 2026-08-20T03:16:15.414Z | [ host-image] Aug 20 03:16:14.710 INFO O| Aug 20 03:16:14.709 INFO O| Planning: Checking for conflicting actions ... Done |
| 4100 | 2026-08-20T03:16:15.417Z | [ host-image] Aug 20 03:16:14.710 INFO O| Aug 20 03:16:14.710 INFO O| Planning: Consolidating action changes ... Done |
| 4101 | 2026-08-20T03:16:15.534Z | [ host-image] Aug 20 03:16:14.830 INFO O| Aug 20 03:16:14.830 INFO O| Planning: Evaluating mediators ... Done |
| 4102 | 2026-08-20T03:16:15.537Z | [ host-image] Aug 20 03:16:14.830 INFO O| Aug 20 03:16:14.830 INFO O| Planning: Planning completed in 0.61 seconds |
| 4103 | 2026-08-20T03:16:15.537Z | [ host-image] Aug 20 03:16:14.831 INFO O| Aug 20 03:16:14.831 INFO O| Packages to install: 1 |
| 4104 | 2026-08-20T03:16:15.545Z | [ host-image] Aug 20 03:16:14.840 INFO O| Aug 20 03:16:14.840 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete |
| 4105 | 2026-08-20T03:16:15.652Z | [ host-image] Aug 20 03:16:14.948 INFO O| Aug 20 03:16:14.948 INFO O| Download: Completed 13.27 MB in 0.11 seconds (123M/s) |
| 4106 | 2026-08-20T03:16:15.667Z | [ host-image] Aug 20 03:16:14.963 INFO O| Aug 20 03:16:14.963 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4107 | 2026-08-20T03:16:15.885Z | [ host-image] Aug 20 03:16:15.181 INFO O| Aug 20 03:16:15.180 INFO O| Actions: Completed 22 actions in 0.22 seconds. |
| 4108 | 2026-08-20T03:16:15.917Z | [ host-image] Aug 20 03:16:15.212 INFO O| Aug 20 03:16:15.212 INFO O| Finalize: Updating package state database ... Done |
| 4109 | 2026-08-20T03:16:15.917Z | [ host-image] Aug 20 03:16:15.212 INFO O| Aug 20 03:16:15.212 INFO O| Finalize: Updating package cache ... Done |
| 4110 | 2026-08-20T03:16:15.999Z | [ host-image] Aug 20 03:16:15.294 INFO O| Aug 20 03:16:15.294 INFO O| Finalize: Updating image state ... Done |
| 4111 | 2026-08-20T03:16:16.751Z | [ host-image] Aug 20 03:16:16.047 INFO O| Aug 20 03:16:16.046 INFO O| Finalize: Creating fast lookup database ... Done |
| 4112 | 2026-08-20T03:16:16.773Z | [ host-image] Aug 20 03:16:16.069 INFO O| Aug 20 03:16:16.069 INFO O| Finalize: Reading search index ... Done |
| 4113 | 2026-08-20T03:16:16.773Z | [ host-image] Aug 20 03:16:16.069 INFO O| Aug 20 03:16:16.069 INFO O| Finalize: Updating search index ... Done |
| 4114 | 2026-08-20T03:16:16.782Z | [ host-image] Aug 20 03:16:16.078 INFO O| Aug 20 03:16:16.078 INFO O| Finalize: Updating package cache ... Done |
| 4115 | 2026-08-20T03:16:16.957Z | [ host-image] Aug 20 03:16:16.253 INFO O| Aug 20 03:16:16.253 INFO STEP 14 (pkg_install) COMPLETE |
| 4116 | 2026-08-20T03:16:16.957Z | [ host-image] Aug 20 03:16:16.253 INFO O| Aug 20 03:16:16.253 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4117 | 2026-08-20T03:16:17.028Z | [ host-image] Aug 20 03:16:16.253 INFO O| Aug 20 03:16:16.253 INFO skip step because feature "mbist" is not enabled |
| 4118 | 2026-08-20T03:16:17.028Z | [ host-image] Aug 20 03:16:16.253 INFO O| Aug 20 03:16:16.253 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4119 | 2026-08-20T03:16:17.028Z | [ host-image] Aug 20 03:16:16.253 INFO O| Aug 20 03:16:16.253 INFO skip step because feature "mfg" is not enabled |
| 4120 | 2026-08-20T03:16:17.028Z | [ host-image] Aug 20 03:16:16.253 INFO O| Aug 20 03:16:16.253 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4121 | 2026-08-20T03:16:17.028Z | [ host-image] Aug 20 03:16:16.253 INFO O| Aug 20 03:16:16.253 INFO skip step because feature "compliance" is not enabled |
| 4122 | 2026-08-20T03:16:17.028Z | [ host-image] Aug 20 03:16:16.253 INFO O| Aug 20 03:16:16.253 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4123 | 2026-08-20T03:16:17.028Z | [ host-image] Aug 20 03:16:16.253 INFO O| Aug 20 03:16:16.253 INFO skip step because feature "stress" is not enabled |
| 4124 | 2026-08-20T03:16:17.028Z | [ host-image] Aug 20 03:16:16.253 INFO O| Aug 20 03:16:16.253 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4125 | 2026-08-20T03:16:17.028Z | [ host-image] Aug 20 03:16:16.253 INFO O| Aug 20 03:16:16.253 INFO skip step because feature "compliance" is not enabled |
| 4126 | 2026-08-20T03:16:17.028Z | [ host-image] Aug 20 03:16:16.253 INFO O| Aug 20 03:16:16.253 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4127 | 2026-08-20T03:16:17.028Z | [ host-image] Aug 20 03:16:16.253 INFO O| Aug 20 03:16:16.253 INFO skip step because feature "nfs" is not enabled |
| 4128 | 2026-08-20T03:16:17.028Z | [ host-image] Aug 20 03:16:16.253 INFO O| Aug 20 03:16:16.253 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 4129 | 2026-08-20T03:16:17.028Z | [ host-image] Aug 20 03:16:16.253 INFO O| Aug 20 03:16:16.253 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 4130 | 2026-08-20T03:16:17.036Z | [ host-image] Aug 20 03:16:16.333 INFO O| Aug 20 03:16:16.333 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4131 | 2026-08-20T03:16:17.099Z | [ host-image] Aug 20 03:16:16.395 INFO O| Aug 20 03:16:16.395 INFO completed processing sled/ramdisk-01-os |
| 4132 | 2026-08-20T03:16:17.102Z | [ host-image] Aug 20 03:16:16.397 INFO omicron1 baseline generation... |
| 4133 | 2026-08-20T03:16:17.102Z | [ host-image] Aug 20 03:16:16.397 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
| 4134 | 2026-08-20T03:16:17.378Z | [ host-image] Aug 20 03:16:16.674 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24193:20260819T212204Z |
| 4135 | 2026-08-20T03:16:36.438Z | Aug 20 03:16:35.728 INFO [recovery-package] process exited with exit status: 0 (70.371901659s) |
| 4136 | 2026-08-20T03:16:36.439Z | Aug 20 03:16:35.728 INFO [recovery-libraries] running task |
| 4137 | 2026-08-20T03:16:36.439Z | Aug 20 03:16:35.728 INFO [recovery-stamp] running task |
| 4138 | 2026-08-20T03:16:36.445Z | Aug 20 03:16:35.729 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+gitb18d02a9e9f |
| 4139 | 2026-08-20T03:16:36.445Z | Aug 20 03:16:35.729 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+gitb18d02a9e9f |
| 4140 | 2026-08-20T03:16:36.445Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 4141 | 2026-08-20T03:16:36.445Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 4142 | 2026-08-20T03:16:36.489Z | Aug 20 03:16:35.784 INFO [recovery-libraries] task succeeded (55.51152ms) |
| 4143 | 2026-08-20T03:16:36.493Z | Aug 20 03:16:35.784 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries |
| 4144 | 2026-08-20T03:16:36.540Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 4145 | 2026-08-20T03:16:36.554Z | Aug 20 03:16:35.825 INFO [stamp-installinator] process exited with exit status: 0 (96.148959ms) |
| 4146 | 2026-08-20T03:16:36.590Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 4147 | 2026-08-20T03:16:36.603Z | Aug 20 03:16:35.884 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (155.782569ms) |
| 4148 | 2026-08-20T03:16:36.603Z | Aug 20 03:16:35.884 INFO [recovery-stamp] task succeeded (156.191549ms) |
| 4149 | 2026-08-20T03:16:36.603Z | Aug 20 03:16:35.884 INFO [recovery-proto] running task |
| 4150 | 2026-08-20T03:16:36.603Z | Aug 20 03:16:35.884 INFO [tuf-stamp] running task |
| 4151 | 2026-08-20T03:16:36.603Z | Aug 20 03:16:35.885 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+gitb18d02a9e9f |
| 4152 | 2026-08-20T03:16:36.603Z | Aug 20 03:16:35.885 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+gitb18d02a9e9f |
| 4153 | 2026-08-20T03:16:36.603Z | Aug 20 03:16:35.886 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+gitb18d02a9e9f |
| 4154 | 2026-08-20T03:16:36.604Z | Aug 20 03:16:35.886 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+gitb18d02a9e9f |
| 4155 | 2026-08-20T03:16:36.604Z | Aug 20 03:16:35.887 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+gitb18d02a9e9f |
| 4156 | 2026-08-20T03:16:36.604Z | Aug 20 03:16:35.887 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+gitb18d02a9e9f |
| 4157 | 2026-08-20T03:16:36.604Z | Aug 20 03:16:35.887 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+gitb18d02a9e9f |
| 4158 | 2026-08-20T03:16:36.604Z | Aug 20 03:16:35.888 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+gitb18d02a9e9f |
| 4159 | 2026-08-20T03:16:36.604Z | Aug 20 03:16:35.888 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+gitb18d02a9e9f |
| 4160 | 2026-08-20T03:16:36.604Z | Aug 20 03:16:35.888 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+gitb18d02a9e9f |
| 4161 | 2026-08-20T03:16:36.604Z | Aug 20 03:16:35.888 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+gitb18d02a9e9f |
| 4162 | 2026-08-20T03:16:36.604Z | Aug 20 03:16:35.889 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+gitb18d02a9e9f |
| 4163 | 2026-08-20T03:16:36.604Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4164 | 2026-08-20T03:16:36.604Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4165 | 2026-08-20T03:16:36.604Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4166 | 2026-08-20T03:16:36.604Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4167 | 2026-08-20T03:16:36.604Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4168 | 2026-08-20T03:16:36.604Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4169 | 2026-08-20T03:16:36.604Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4170 | 2026-08-20T03:16:36.604Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4171 | 2026-08-20T03:16:36.604Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4172 | 2026-08-20T03:16:36.604Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4173 | 2026-08-20T03:16:36.605Z | [stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4174 | 2026-08-20T03:16:36.605Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4175 | 2026-08-20T03:16:36.659Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 4176 | 2026-08-20T03:16:36.676Z | Aug 20 03:16:35.943 INFO [stamp-probe] process exited with exit status: 0 (58.10452ms) |
| 4177 | 2026-08-20T03:16:36.717Z | Aug 20 03:16:36.011 INFO [recovery-proto] task succeeded (126.62515ms) |
| 4178 | 2026-08-20T03:16:36.726Z | Aug 20 03:16:36.011 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/.tmpkAvEhq/proto/recovery/root -N 'recovery b18d02a/${os_short_commit} 2026-08-20 02:59' -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/' |
| 4179 | 2026-08-20T03:16:36.726Z | [ recovery-image] Aug 20 03:16:36.018 INFO Checking files for board 'cosmo' |
| 4180 | 2026-08-20T03:16:36.726Z | [ recovery-image] Aug 20 03:16:36.018 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 4181 | 2026-08-20T03:16:36.726Z | [ recovery-image] Aug 20 03:16:36.018 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 4182 | 2026-08-20T03:16:36.726Z | [ recovery-image] Aug 20 03:16:36.018 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 4183 | 2026-08-20T03:16:36.738Z | [ recovery-image] Aug 20 03:16:36.018 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml" |
| 4184 | 2026-08-20T03:16:36.738Z | [ recovery-image] Aug 20 03:16:36.018 INFO Checking files for board 'cosmo-mbist' |
| 4185 | 2026-08-20T03:16:36.738Z | [ recovery-image] Aug 20 03:16:36.018 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml" |
| 4186 | 2026-08-20T03:16:36.738Z | [ recovery-image] Aug 20 03:16:36.018 INFO Checking files for board 'gimlet' |
| 4187 | 2026-08-20T03:16:36.738Z | [ recovery-image] Aug 20 03:16:36.018 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 4188 | 2026-08-20T03:16:36.738Z | [ recovery-image] Aug 20 03:16:36.018 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 4189 | 2026-08-20T03:16:36.756Z | [ recovery-image] Aug 20 03:16:36.028 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpkAvEhq/proto/recovery/root" |
| 4190 | 2026-08-20T03:16:36.756Z | [ recovery-image] Aug 20 03:16:36.028 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 4191 | 2026-08-20T03:16:36.756Z | [ recovery-image] Aug 20 03:16:36.028 INFO image builder template: ramdisk-01-os... |
| 4192 | 2026-08-20T03:16:36.756Z | [ recovery-image] Aug 20 03:16:36.028 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/.tmpkAvEhq/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 |
| 4193 | 2026-08-20T03:16:36.756Z | [ recovery-image] Aug 20 03:16:36.044 INFO O| Aug 20 03:16:36.044 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 4194 | 2026-08-20T03:16:37.041Z | [ recovery-image] Aug 20 03:16:36.337 INFO O| Aug 20 03:16:36.337 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4195 | 2026-08-20T03:16:37.049Z | [ recovery-image] Aug 20 03:16:36.341 INFO O| Aug 20 03:16:36.340 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4196 | 2026-08-20T03:16:37.078Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.58s |
| 4197 | 2026-08-20T03:16:37.103Z | [verify-libraries] Running `target/debug/xtask verify-libraries` |
| 4198 | 2026-08-20T03:16:37.138Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 4199 | 2026-08-20T03:16:37.153Z | Aug 20 03:16:36.432 INFO [stamp-ntp] process exited with exit status: 0 (545.76998ms) |
| 4200 | 2026-08-20T03:16:37.233Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 4201 | 2026-08-20T03:16:37.252Z | Aug 20 03:16:36.530 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (643.345249ms) |
| 4202 | 2026-08-20T03:16:37.416Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 4203 | 2026-08-20T03:16:37.426Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 4204 | 2026-08-20T03:16:37.426Z | Aug 20 03:16:36.713 INFO [stamp-internal-dns] process exited with exit status: 0 (825.290899ms) |
| 4205 | 2026-08-20T03:16:37.426Z | Aug 20 03:16:36.714 INFO [stamp-external-dns] process exited with exit status: 0 (827.199549ms) |
| 4206 | 2026-08-20T03:16:37.453Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 4207 | 2026-08-20T03:16:37.462Z | Aug 20 03:16:36.748 INFO [stamp-crucible-zone] process exited with exit status: 0 (860.379709ms) |
| 4208 | 2026-08-20T03:16:37.628Z | [ recovery-image] Aug 20 03:16:36.923 INFO O| Aug 20 03:16:36.923 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled |
| 4209 | 2026-08-20T03:16:37.680Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 4210 | 2026-08-20T03:16:37.684Z | Aug 20 03:16:36.975 INFO [stamp-oximeter] process exited with exit status: 0 (1.089288798s) |
| 4211 | 2026-08-20T03:16:37.756Z | [ recovery-image] Aug 20 03:16:37.039 INFO O| Aug 20 03:16:37.039 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4212 | 2026-08-20T03:16:37.756Z | [ recovery-image] Aug 20 03:16:37.039 INFO O| Aug 20 03:16:37.039 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4213 | 2026-08-20T03:16:37.765Z | [ recovery-image] Aug 20 03:16:37.039 INFO O| Aug 20 03:16:37.039 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4214 | 2026-08-20T03:16:37.765Z | [ recovery-image] Aug 20 03:16:37.039 INFO O| Aug 20 03:16:37.039 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4215 | 2026-08-20T03:16:37.766Z | [ recovery-image] Aug 20 03:16:37.045 INFO O| Aug 20 03:16:37.045 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4216 | 2026-08-20T03:16:38.084Z | [ recovery-image] Aug 20 03:16:37.377 INFO O| Aug 20 03:16:37.377 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4217 | 2026-08-20T03:16:38.093Z | [ recovery-image] Aug 20 03:16:37.384 INFO O| Aug 20 03:16:37.384 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"] |
| 4218 | 2026-08-20T03:16:38.358Z | [ recovery-image] Aug 20 03:16:37.654 INFO O| Aug 20 03:16:37.653 INFO O| Caching catalogs ... Done |
| 4219 | 2026-08-20T03:16:38.425Z | [ recovery-image] Aug 20 03:16:37.720 INFO O| Aug 20 03:16:37.720 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4220 | 2026-08-20T03:16:38.425Z | [ recovery-image] Aug 20 03:16:37.720 INFO O| Aug 20 03:16:37.720 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4221 | 2026-08-20T03:16:38.432Z | [ recovery-image] Aug 20 03:16:37.728 INFO O| Aug 20 03:16:37.728 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"] |
| 4222 | 2026-08-20T03:16:38.712Z | [ recovery-image] Aug 20 03:16:38.008 INFO O| Aug 20 03:16:38.008 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4223 | 2026-08-20T03:16:38.712Z | [ recovery-image] Aug 20 03:16:38.008 INFO O| Aug 20 03:16:38.008 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4224 | 2026-08-20T03:16:38.712Z | [ recovery-image] Aug 20 03:16:38.008 INFO O| Aug 20 03:16:38.008 INFO skip step because feature "publisher_1_name" is not enabled |
| 4225 | 2026-08-20T03:16:38.716Z | [ recovery-image] Aug 20 03:16:38.008 INFO O| Aug 20 03:16:38.008 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4226 | 2026-08-20T03:16:38.716Z | [ recovery-image] Aug 20 03:16:38.008 INFO O| Aug 20 03:16:38.008 INFO skip step because feature "publisher_2_name" is not enabled |
| 4227 | 2026-08-20T03:16:38.716Z | [ recovery-image] Aug 20 03:16:38.008 INFO O| Aug 20 03:16:38.008 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4228 | 2026-08-20T03:16:38.716Z | [ recovery-image] Aug 20 03:16:38.008 INFO O| Aug 20 03:16:38.008 INFO skip step because feature "publisher_3_name" is not enabled |
| 4229 | 2026-08-20T03:16:38.716Z | [ recovery-image] Aug 20 03:16:38.008 INFO O| Aug 20 03:16:38.008 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4230 | 2026-08-20T03:16:38.998Z | [ recovery-image] Aug 20 03:16:38.293 INFO O| Aug 20 03:16:38.293 INFO variant opensolaris.zone is already global |
| 4231 | 2026-08-20T03:16:38.998Z | [ recovery-image] Aug 20 03:16:38.293 INFO O| Aug 20 03:16:38.293 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4232 | 2026-08-20T03:16:38.998Z | [ recovery-image] Aug 20 03:16:38.293 INFO O| Aug 20 03:16:38.293 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4233 | 2026-08-20T03:16:39.279Z | [ recovery-image] Aug 20 03:16:38.568 INFO O| Aug 20 03:16:38.568 INFO variant opensolaris.imagetype is full; changing to partial |
| 4234 | 2026-08-20T03:16:39.279Z | [ recovery-image] Aug 20 03:16:38.568 INFO O| Aug 20 03:16:38.568 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4235 | 2026-08-20T03:16:39.294Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 4236 | 2026-08-20T03:16:39.298Z | Aug 20 03:16:38.594 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.706783485s) |
| 4237 | 2026-08-20T03:16:41.301Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 4238 | 2026-08-20T03:16:41.304Z | Aug 20 03:16:40.600 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.713503131s) |
| 4239 | 2026-08-20T03:16:41.585Z | [stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz |
| 4240 | 2026-08-20T03:16:41.589Z | Aug 20 03:16:40.885 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.99612824s) |
| 4241 | 2026-08-20T03:16:41.637Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 4242 | 2026-08-20T03:16:41.641Z | Aug 20 03:16:40.936 INFO [stamp-clickhouse] process exited with exit status: 0 (5.04792689s) |
| 4243 | 2026-08-20T03:16:41.679Z | [verify-libraries] Compiling match_cfg v0.1.0 |
| 4244 | 2026-08-20T03:16:41.679Z | [verify-libraries] Compiling slog-json v2.6.1 |
| 4245 | 2026-08-20T03:16:41.679Z | [verify-libraries] Compiling debug-ignore v1.0.5 |
| 4246 | 2026-08-20T03:16:41.683Z | [verify-libraries] Compiling progenitor-client v0.14.0 |
| 4247 | 2026-08-20T03:16:41.683Z | [verify-libraries] Compiling sha1 v0.11.0 |
| 4248 | 2026-08-20T03:16:41.683Z | [verify-libraries] Compiling newtype-uuid-macros v0.1.0 |
| 4249 | 2026-08-20T03:16:41.683Z | [verify-libraries] Compiling serde_path_to_error v0.1.20 |
| 4250 | 2026-08-20T03:16:41.962Z | [verify-libraries] Compiling multer v3.1.0 |
| 4251 | 2026-08-20T03:16:41.965Z | [verify-libraries] Compiling compression-core v0.4.31 |
| 4252 | 2026-08-20T03:16:41.980Z | [verify-libraries] Compiling async-stream-impl v0.3.6 |
| 4253 | 2026-08-20T03:16:41.983Z | [verify-libraries] Compiling serde_spanned v1.1.1 |
| 4254 | 2026-08-20T03:16:41.983Z | [verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 4255 | 2026-08-20T03:16:41.983Z | [verify-libraries] Compiling dropshot v0.17.1 |
| 4256 | 2026-08-20T03:16:42.127Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 4257 | 2026-08-20T03:16:42.130Z | Aug 20 03:16:41.426 INFO [stamp-nexus] process exited with exit status: 0 (5.53885004s) |
| 4258 | 2026-08-20T03:16:42.133Z | Aug 20 03:16:41.426 INFO [tuf-stamp] task succeeded (5.54202758s) |
| 4259 | 2026-08-20T03:16:42.133Z | Aug 20 03:16:41.426 INFO [tuf-v2-zones] running task |
| 4260 | 2026-08-20T03:16:42.137Z | [verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 4261 | 2026-08-20T03:16:42.160Z | [verify-libraries] Compiling hostname v0.3.1 |
| 4262 | 2026-08-20T03:16:42.160Z | [verify-libraries] Compiling waitgroup v0.1.2 |
| 4263 | 2026-08-20T03:16:42.164Z | [verify-libraries] Compiling rustls-pemfile v2.2.0 |
| 4264 | 2026-08-20T03:16:42.233Z | [verify-libraries] Compiling dropshot_endpoint v0.17.1 |
| 4265 | 2026-08-20T03:16:42.238Z | [verify-libraries] Compiling hostname v0.4.2 |
| 4266 | 2026-08-20T03:16:42.238Z | [verify-libraries] Compiling atomicwrites v0.4.4 |
| 4267 | 2026-08-20T03:16:42.238Z | [verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 4268 | 2026-08-20T03:16:42.238Z | [verify-libraries] Compiling macaddr v1.0.1 |
| 4269 | 2026-08-20T03:16:42.249Z | Aug 20 03:16:41.544 INFO [tuf-v2-zones] task succeeded (117.618559ms) |
| 4270 | 2026-08-20T03:16:42.367Z | [verify-libraries] Compiling slog-bunyan v2.5.0 |
| 4271 | 2026-08-20T03:16:42.371Z | [verify-libraries] Compiling compression-codecs v0.4.37 |
| 4272 | 2026-08-20T03:16:42.371Z | [verify-libraries] Compiling toml v1.1.2+spec-1.1.0 |
| 4273 | 2026-08-20T03:16:42.371Z | [verify-libraries] Compiling regress v0.10.5 |
| 4274 | 2026-08-20T03:16:42.377Z | [ recovery-image] Aug 20 03:16:41.673 INFO O| Aug 20 03:16:41.673 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4275 | 2026-08-20T03:16:42.492Z | [verify-libraries] Compiling instant v0.1.13 |
| 4276 | 2026-08-20T03:16:42.492Z | [verify-libraries] Compiling parse-display-derive v0.10.0 |
| 4277 | 2026-08-20T03:16:42.495Z | [verify-libraries] Compiling itertools v0.14.0 |
| 4278 | 2026-08-20T03:16:42.557Z | [verify-libraries] Compiling async-compression v0.4.41 |
| 4279 | 2026-08-20T03:16:42.557Z | [verify-libraries] Compiling backon v1.6.0 |
| 4280 | 2026-08-20T03:16:42.561Z | [verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 4281 | 2026-08-20T03:16:42.562Z | [verify-libraries] Compiling humantime v2.3.0 |
| 4282 | 2026-08-20T03:16:42.562Z | [verify-libraries] Compiling convert_case v0.4.0 |
| 4283 | 2026-08-20T03:16:42.668Z | [verify-libraries] Compiling backoff v0.4.0 |
| 4284 | 2026-08-20T03:16:42.710Z | [verify-libraries] Compiling half v2.7.1 |
| 4285 | 2026-08-20T03:16:42.744Z | [verify-libraries] Compiling async-stream v0.3.6 |
| 4286 | 2026-08-20T03:16:42.773Z | [verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 4287 | 2026-08-20T03:16:42.808Z | [verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 4288 | 2026-08-20T03:16:42.837Z | [verify-libraries] Compiling progenitor-extras v0.2.0 |
| 4289 | 2026-08-20T03:16:42.906Z | [verify-libraries] Compiling ciborium-io v0.2.2 |
| 4290 | 2026-08-20T03:16:42.944Z | [verify-libraries] Compiling crucible-workspace-hack v0.1.0 |
| 4291 | 2026-08-20T03:16:42.964Z | [verify-libraries] Compiling indent_write v2.2.0 |
| 4292 | 2026-08-20T03:16:42.990Z | [verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 4293 | 2026-08-20T03:16:43.013Z | [verify-libraries] Compiling ciborium-ll v0.2.2 |
| 4294 | 2026-08-20T03:16:43.013Z | [verify-libraries] Compiling regress v0.11.1 |
| 4295 | 2026-08-20T03:16:43.075Z | [verify-libraries] Compiling derive_more v0.99.20 |
| 4296 | 2026-08-20T03:16:43.094Z | [verify-libraries] Compiling secrecy v0.10.3 |
| 4297 | 2026-08-20T03:16:43.132Z | [verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4298 | 2026-08-20T03:16:43.156Z | [verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4299 | 2026-08-20T03:16:43.181Z | [verify-libraries] Compiling inout v0.1.4 |
| 4300 | 2026-08-20T03:16:43.220Z | [verify-libraries] Compiling ciborium v0.2.2 |
| 4301 | 2026-08-20T03:16:43.295Z | [verify-libraries] Compiling unsafe-libyaml v0.2.11 |
| 4302 | 2026-08-20T03:16:43.322Z | [verify-libraries] Compiling universal-hash v0.5.1 |
| 4303 | 2026-08-20T03:16:43.372Z | [verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4304 | 2026-08-20T03:16:43.400Z | [verify-libraries] Compiling cipher v0.4.4 |
| 4305 | 2026-08-20T03:16:43.438Z | [verify-libraries] Compiling thiserror-impl-no-std v2.0.2 |
| 4306 | 2026-08-20T03:16:43.538Z | [verify-libraries] Compiling opaque-debug v0.3.1 |
| 4307 | 2026-08-20T03:16:43.588Z | [verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4308 | 2026-08-20T03:16:43.647Z | [verify-libraries] Compiling poly1305 v0.8.0 |
| 4309 | 2026-08-20T03:16:43.669Z | [verify-libraries] Compiling chacha20 v0.9.1 |
| 4310 | 2026-08-20T03:16:43.692Z | [verify-libraries] Compiling blake2 v0.10.6 |
| 4311 | 2026-08-20T03:16:43.766Z | [verify-libraries] Compiling aead v0.5.2 |
| 4312 | 2026-08-20T03:16:43.839Z | [verify-libraries] Compiling password-hash v0.5.0 |
| 4313 | 2026-08-20T03:16:43.930Z | [verify-libraries] Compiling serde_yaml v0.9.34+deprecated |
| 4314 | 2026-08-20T03:16:43.986Z | [verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4315 | 2026-08-20T03:16:44.033Z | [verify-libraries] Compiling chacha20poly1305 v0.10.1 |
| 4316 | 2026-08-20T03:16:44.103Z | [verify-libraries] Compiling num-derive v0.4.2 |
| 4317 | 2026-08-20T03:16:44.132Z | [ recovery-image] Aug 20 03:16:43.423 INFO O| Aug 20 03:16:43.423 INFO O| Startup: Caching catalogs ... Done |
| 4318 | 2026-08-20T03:16:44.140Z | [ recovery-image] Aug 20 03:16:43.435 INFO O| Aug 20 03:16:43.435 INFO O| Planning: Planning completed in 0.00 seconds |
| 4319 | 2026-08-20T03:16:44.143Z | [ recovery-image] Aug 20 03:16:43.436 INFO O| Aug 20 03:16:43.436 INFO O| Planning: Consolidating action changes ... Done |
| 4320 | 2026-08-20T03:16:44.143Z | [ recovery-image] Aug 20 03:16:43.436 INFO O| Aug 20 03:16:43.436 INFO O| Planning: Evaluating mediators ... Done |
| 4321 | 2026-08-20T03:16:44.143Z | [ recovery-image] Aug 20 03:16:43.436 INFO O| Aug 20 03:16:43.436 INFO O| Planning: Planning completed in 0.00 seconds |
| 4322 | 2026-08-20T03:16:44.143Z | [ recovery-image] Aug 20 03:16:43.436 INFO O| Aug 20 03:16:43.436 INFO O| Variants/Facets to change: 1 |
| 4323 | 2026-08-20T03:16:44.168Z | [verify-libraries] Compiling argon2 v0.5.3 |
| 4324 | 2026-08-20T03:16:44.179Z | [ recovery-image] Aug 20 03:16:43.475 INFO O| Aug 20 03:16:43.475 INFO O| Finalize: Updating package state database ... Done |
| 4325 | 2026-08-20T03:16:44.180Z | [ recovery-image] Aug 20 03:16:43.475 INFO O| Aug 20 03:16:43.475 INFO O| Finalize: Updating package cache ... Done |
| 4326 | 2026-08-20T03:16:44.226Z | [verify-libraries] Compiling crossbeam-deque v0.8.6 |
| 4327 | 2026-08-20T03:16:44.251Z | [ recovery-image] Aug 20 03:16:43.547 INFO O| Aug 20 03:16:43.547 INFO O| Finalize: Updating image state ... Done |
| 4328 | 2026-08-20T03:16:44.267Z | [ recovery-image] Aug 20 03:16:43.563 INFO O| Aug 20 03:16:43.563 INFO O| Finalize: Creating fast lookup database ... Done |
| 4329 | 2026-08-20T03:16:44.271Z | [ recovery-image] Aug 20 03:16:43.564 INFO O| Aug 20 03:16:43.564 INFO O| Finalize: Reading search index ... Done |
| 4330 | 2026-08-20T03:16:44.271Z | [ recovery-image] Aug 20 03:16:43.564 INFO O| Aug 20 03:16:43.564 INFO O| Finalize: Updating search index ... Done |
| 4331 | 2026-08-20T03:16:44.271Z | [ recovery-image] Aug 20 03:16:43.565 INFO O| Aug 20 03:16:43.565 INFO O| Finalize: Updating package cache ... Done |
| 4332 | 2026-08-20T03:16:44.347Z | [verify-libraries] Compiling rayon-core v1.13.0 |
| 4333 | 2026-08-20T03:16:44.422Z | [verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 4334 | 2026-08-20T03:16:44.499Z | [verify-libraries] Compiling glob v0.3.3 |
| 4335 | 2026-08-20T03:16:44.506Z | [verify-libraries] Compiling parse-display v0.10.0 |
| 4336 | 2026-08-20T03:16:44.509Z | [verify-libraries] Compiling usdt-macro v0.5.0 |
| 4337 | 2026-08-20T03:16:44.509Z | [verify-libraries] Compiling usdt-attr-macro v0.5.0 |
| 4338 | 2026-08-20T03:16:44.533Z | [ recovery-image] Aug 20 03:16:43.829 INFO O| Aug 20 03:16:43.829 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4339 | 2026-08-20T03:16:44.533Z | [ recovery-image] Aug 20 03:16:43.829 INFO O| Aug 20 03:16:43.829 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4340 | 2026-08-20T03:16:44.536Z | [ recovery-image] Aug 20 03:16:43.829 INFO O| Aug 20 03:16:43.829 INFO skip step because feature "debug_variant" is not enabled |
| 4341 | 2026-08-20T03:16:44.536Z | [ recovery-image] Aug 20 03:16:43.829 INFO O| Aug 20 03:16:43.829 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4342 | 2026-08-20T03:16:44.692Z | [verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4343 | 2026-08-20T03:16:44.765Z | [verify-libraries] Compiling thiserror-no-std v2.0.2 |
| 4344 | 2026-08-20T03:16:44.834Z | [verify-libraries] Compiling typify-impl v0.6.2 |
| 4345 | 2026-08-20T03:16:44.882Z | [verify-libraries] Compiling vsss-rs v3.3.4 |
| 4346 | 2026-08-20T03:16:44.887Z | [ recovery-image] Aug 20 03:16:44.183 INFO O| Aug 20 03:16:44.183 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4347 | 2026-08-20T03:16:44.924Z | [verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 4348 | 2026-08-20T03:16:45.187Z | [verify-libraries] Compiling memmap v0.7.0 |
| 4349 | 2026-08-20T03:16:45.242Z | [verify-libraries] Compiling heapless v0.8.0 |
| 4350 | 2026-08-20T03:16:45.502Z | [verify-libraries] Compiling proc-macro-error v1.0.4 |
| 4351 | 2026-08-20T03:16:45.526Z | [verify-libraries] Compiling ingot-macros v0.2.0 |
| 4352 | 2026-08-20T03:16:45.553Z | [verify-libraries] Compiling proc-macro-crate v3.4.0 |
| 4353 | 2026-08-20T03:16:45.634Z | [verify-libraries] Compiling usdt v0.5.0 |
| 4354 | 2026-08-20T03:16:45.638Z | [verify-libraries] Compiling tabwriter v1.4.1 |
| 4355 | 2026-08-20T03:16:45.769Z | [verify-libraries] Compiling hash32 v0.3.1 |
| 4356 | 2026-08-20T03:16:45.840Z | [verify-libraries] Compiling smoltcp v0.11.0 |
| 4357 | 2026-08-20T03:16:45.869Z | [verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 4358 | 2026-08-20T03:16:45.896Z | [verify-libraries] Compiling cobs v0.3.0 |
| 4359 | 2026-08-20T03:16:45.900Z | [verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4360 | 2026-08-20T03:16:45.985Z | [verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 4361 | 2026-08-20T03:16:46.041Z | [verify-libraries] Compiling colored v3.1.1 |
| 4362 | 2026-08-20T03:16:46.045Z | [verify-libraries] Compiling rayon v1.11.0 |
| 4363 | 2026-08-20T03:16:46.095Z | [verify-libraries] Compiling postcard v1.1.3 |
| 4364 | 2026-08-20T03:16:46.142Z | [verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4365 | 2026-08-20T03:16:46.198Z | [verify-libraries] Compiling rand v0.10.1 |
| 4366 | 2026-08-20T03:16:46.254Z | [verify-libraries] Compiling num_enum_derive v0.7.6 |
| 4367 | 2026-08-20T03:16:46.336Z | [verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4368 | 2026-08-20T03:16:46.340Z | [verify-libraries] Compiling proc-macro-crate v1.3.1 |
| 4369 | 2026-08-20T03:16:46.468Z | [verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4370 | 2026-08-20T03:16:46.573Z | [verify-libraries] Compiling foreign-types-macros v0.2.3 |
| 4371 | 2026-08-20T03:16:46.592Z | [verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4372 | 2026-08-20T03:16:46.592Z | [verify-libraries] Compiling foreign-types-shared v0.3.1 |
| 4373 | 2026-08-20T03:16:46.874Z | [verify-libraries] Compiling num_enum_derive v0.5.11 |
| 4374 | 2026-08-20T03:16:46.896Z | [ recovery-image] Aug 20 03:16:46.192 INFO O| Aug 20 03:16:46.192 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4375 | 2026-08-20T03:16:46.914Z | [verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 4376 | 2026-08-20T03:16:46.959Z | [verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 4377 | 2026-08-20T03:16:47.003Z | [verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4378 | 2026-08-20T03:16:47.045Z | [verify-libraries] Compiling cstr-argument v0.1.2 |
| 4379 | 2026-08-20T03:16:47.250Z | [verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 4380 | 2026-08-20T03:16:47.303Z | [verify-libraries] Compiling foreign-types v0.5.0 |
| 4381 | 2026-08-20T03:16:47.324Z | [verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 4382 | 2026-08-20T03:16:47.328Z | [verify-libraries] Compiling sigpipe v0.1.3 |
| 4383 | 2026-08-20T03:16:47.422Z | [verify-libraries] Compiling zone_cfg_derive v0.3.1 |
| 4384 | 2026-08-20T03:16:47.479Z | [verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 4385 | 2026-08-20T03:16:47.505Z | [verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 4386 | 2026-08-20T03:16:47.505Z | [verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 4387 | 2026-08-20T03:16:47.543Z | [verify-libraries] Compiling num_enum v0.7.6 |
| 4388 | 2026-08-20T03:16:47.543Z | [verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 4389 | 2026-08-20T03:16:47.566Z | [verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4390 | 2026-08-20T03:16:47.661Z | [ recovery-image] Aug 20 03:16:46.955 INFO O| Aug 20 03:16:46.955 INFO O| Startup: Caching catalogs ... Done |
| 4391 | 2026-08-20T03:16:47.665Z | [verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 4392 | 2026-08-20T03:16:47.675Z | [ recovery-image] Aug 20 03:16:46.971 INFO O| Aug 20 03:16:46.970 INFO O| Planning: Planning completed in 0.00 seconds |
| 4393 | 2026-08-20T03:16:47.679Z | [ recovery-image] Aug 20 03:16:46.971 INFO O| Aug 20 03:16:46.971 INFO O| Planning: Consolidating action changes ... Done |
| 4394 | 2026-08-20T03:16:47.679Z | [ recovery-image] Aug 20 03:16:46.971 INFO O| Aug 20 03:16:46.971 INFO O| Planning: Evaluating mediators ... Done |
| 4395 | 2026-08-20T03:16:47.679Z | [ recovery-image] Aug 20 03:16:46.972 INFO O| Aug 20 03:16:46.972 INFO O| Planning: Planning completed in 0.00 seconds |
| 4396 | 2026-08-20T03:16:47.679Z | [ recovery-image] Aug 20 03:16:46.972 INFO O| Aug 20 03:16:46.972 INFO O| Variants/Facets to change: 1 |
| 4397 | 2026-08-20T03:16:47.689Z | [ recovery-image] Aug 20 03:16:46.982 INFO O| Aug 20 03:16:46.982 INFO O| Finalize: Updating package state database ... Done |
| 4398 | 2026-08-20T03:16:47.689Z | [ recovery-image] Aug 20 03:16:46.982 INFO O| Aug 20 03:16:46.982 INFO O| Finalize: Updating package cache ... Done |
| 4399 | 2026-08-20T03:16:47.736Z | [verify-libraries] Compiling itertools v0.12.1 |
| 4400 | 2026-08-20T03:16:47.739Z | [verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4401 | 2026-08-20T03:16:47.739Z | [verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4402 | 2026-08-20T03:16:47.750Z | [ recovery-image] Aug 20 03:16:47.046 INFO O| Aug 20 03:16:47.046 INFO O| Finalize: Updating image state ... Done |
| 4403 | 2026-08-20T03:16:47.766Z | [ recovery-image] Aug 20 03:16:47.062 INFO O| Aug 20 03:16:47.061 INFO O| Finalize: Creating fast lookup database ... Done |
| 4404 | 2026-08-20T03:16:47.769Z | [ recovery-image] Aug 20 03:16:47.062 INFO O| Aug 20 03:16:47.062 INFO O| Finalize: Reading search index ... Done |
| 4405 | 2026-08-20T03:16:47.769Z | [ recovery-image] Aug 20 03:16:47.062 INFO O| Aug 20 03:16:47.062 INFO O| Finalize: Updating search index ... Done |
| 4406 | 2026-08-20T03:16:47.769Z | [ recovery-image] Aug 20 03:16:47.063 INFO O| Aug 20 03:16:47.063 INFO O| Finalize: Updating package cache ... Done |
| 4407 | 2026-08-20T03:16:47.782Z | [verify-libraries] Compiling toml v0.8.23 |
| 4408 | 2026-08-20T03:16:47.829Z | [verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4409 | 2026-08-20T03:16:47.915Z | [verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 4410 | 2026-08-20T03:16:48.046Z | [verify-libraries] Compiling num_enum v0.5.11 |
| 4411 | 2026-08-20T03:16:48.060Z | [ recovery-image] Aug 20 03:16:47.356 INFO O| Aug 20 03:16:47.356 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4412 | 2026-08-20T03:16:48.061Z | [ recovery-image] Aug 20 03:16:47.356 INFO O| Aug 20 03:16:47.356 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4413 | 2026-08-20T03:16:48.123Z | [verify-libraries] Compiling smf v0.2.3 |
| 4414 | 2026-08-20T03:16:48.190Z | [verify-libraries] Compiling whoami v1.6.1 |
| 4415 | 2026-08-20T03:16:48.194Z | [verify-libraries] Compiling tokio-dtrace v0.1.1 |
| 4416 | 2026-08-20T03:16:48.253Z | [verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 4417 | 2026-08-20T03:16:48.253Z | [verify-libraries] Compiling derive-where v1.6.0 |
| 4418 | 2026-08-20T03:16:48.314Z | [verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4419 | 2026-08-20T03:16:48.411Z | [ recovery-image] Aug 20 03:16:47.706 INFO O| Aug 20 03:16:47.706 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"] |
| 4420 | 2026-08-20T03:16:48.592Z | [verify-libraries] Compiling oxide-tokio-rt v0.1.4 |
| 4421 | 2026-08-20T03:16:48.619Z | [verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4422 | 2026-08-20T03:16:48.678Z | [verify-libraries] Compiling gethostname v0.5.0 |
| 4423 | 2026-08-20T03:16:48.700Z | [verify-libraries] Compiling cancel-safe-futures v0.1.5 |
| 4424 | 2026-08-20T03:16:48.725Z | [verify-libraries] Compiling newline-converter v0.3.0 |
| 4425 | 2026-08-20T03:16:48.779Z | [verify-libraries] Compiling ingot-types v0.2.0 |
| 4426 | 2026-08-20T03:16:48.819Z | [verify-libraries] Compiling console v0.15.11 |
| 4427 | 2026-08-20T03:16:48.851Z | [verify-libraries] Compiling resolv-conf v0.7.6 |
| 4428 | 2026-08-20T03:16:48.854Z | [verify-libraries] Compiling linear-map v1.2.0 |
| 4429 | 2026-08-20T03:16:48.900Z | [verify-libraries] Compiling num-rational v0.4.2 |
| 4430 | 2026-08-20T03:16:48.952Z | [verify-libraries] Compiling zone v0.3.1 |
| 4431 | 2026-08-20T03:16:49.041Z | [verify-libraries] Compiling num-complex v0.4.6 |
| 4432 | 2026-08-20T03:16:49.149Z | [verify-libraries] Compiling slog-dtrace v0.3.0 |
| 4433 | 2026-08-20T03:16:49.197Z | [verify-libraries] Compiling expectorate v1.2.0 |
| 4434 | 2026-08-20T03:16:49.247Z | [verify-libraries] Compiling ingot v0.2.1 |
| 4435 | 2026-08-20T03:16:49.404Z | [verify-libraries] Compiling prettyplease v0.2.37 |
| 4436 | 2026-08-20T03:16:49.492Z | [verify-libraries] Compiling num v0.4.3 |
| 4437 | 2026-08-20T03:16:49.492Z | [verify-libraries] Compiling float-ord v0.3.2 |
| 4438 | 2026-08-20T03:16:49.545Z | [verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4439 | 2026-08-20T03:16:49.548Z | [verify-libraries] Compiling linked-hash-map v0.5.6 |
| 4440 | 2026-08-20T03:16:49.622Z | [verify-libraries] Compiling hickory-proto v0.24.4 |
| 4441 | 2026-08-20T03:16:49.626Z | [verify-libraries] Compiling convert_case v0.10.0 |
| 4442 | 2026-08-20T03:16:49.718Z | [verify-libraries] Compiling minimal-lexical v0.2.1 |
| 4443 | 2026-08-20T03:16:49.723Z | [verify-libraries] Compiling unicode-xid v0.2.6 |
| 4444 | 2026-08-20T03:16:49.740Z | [verify-libraries] Compiling tabled_derive v0.7.0 |
| 4445 | 2026-08-20T03:16:49.765Z | [verify-libraries] Compiling oxide-update-engine-types v0.1.2 |
| 4446 | 2026-08-20T03:16:49.765Z | [verify-libraries] Compiling typify-macro v0.6.2 |
| 4447 | 2026-08-20T03:16:49.839Z | [verify-libraries] Compiling lru-cache v0.1.2 |
| 4448 | 2026-08-20T03:16:49.918Z | [verify-libraries] Compiling nom v7.1.3 |
| 4449 | 2026-08-20T03:16:49.974Z | [verify-libraries] Compiling ar_archive_writer v0.5.1 |
| 4450 | 2026-08-20T03:16:50.024Z | [verify-libraries] Compiling fd-lock v4.0.4 |
| 4451 | 2026-08-20T03:16:50.048Z | [verify-libraries] Compiling derive_more-impl v2.1.1 |
| 4452 | 2026-08-20T03:16:50.063Z | [ recovery-image] Aug 20 03:16:49.358 INFO O| Aug 20 03:16:49.358 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4453 | 2026-08-20T03:16:50.091Z | [verify-libraries] Compiling vte v0.14.1 |
| 4454 | 2026-08-20T03:16:50.217Z | [verify-libraries] Compiling display-error-chain v0.2.2 |
| 4455 | 2026-08-20T03:16:50.276Z | [verify-libraries] Compiling strip-ansi-escapes v0.2.1 |
| 4456 | 2026-08-20T03:16:50.367Z | [verify-libraries] Compiling nu-ansi-term v0.50.3 |
| 4457 | 2026-08-20T03:16:50.451Z | [verify-libraries] Compiling stacker v0.1.23 |
| 4458 | 2026-08-20T03:16:50.551Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
| 4459 | 2026-08-20T03:16:50.573Z | [ recovery-image] Aug 20 03:16:49.869 INFO O| Aug 20 03:16:49.868 INFO O| Startup: Caching catalogs ... Done |
| 4460 | 2026-08-20T03:16:50.589Z | [ recovery-image] Aug 20 03:16:49.884 INFO O| Aug 20 03:16:49.884 INFO O| Planning: Planning completed in 0.00 seconds |
| 4461 | 2026-08-20T03:16:50.593Z | [ recovery-image] Aug 20 03:16:49.885 INFO O| Aug 20 03:16:49.885 INFO O| Planning: Consolidating action changes ... Done |
| 4462 | 2026-08-20T03:16:50.593Z | [ recovery-image] Aug 20 03:16:49.885 INFO O| Aug 20 03:16:49.885 INFO O| Planning: Evaluating mediators ... Done |
| 4463 | 2026-08-20T03:16:50.593Z | [ recovery-image] Aug 20 03:16:49.885 INFO O| Aug 20 03:16:49.885 INFO O| Planning: Planning completed in 0.00 seconds |
| 4464 | 2026-08-20T03:16:50.593Z | [ recovery-image] Aug 20 03:16:49.885 INFO O| Aug 20 03:16:49.885 INFO O| Variants/Facets to change: 1 |
| 4465 | 2026-08-20T03:16:50.616Z | [verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4466 | 2026-08-20T03:16:50.624Z | [ recovery-image] Aug 20 03:16:49.920 INFO O| Aug 20 03:16:49.918 INFO O| Finalize: Updating package state database ... Done |
| 4467 | 2026-08-20T03:16:50.625Z | [ recovery-image] Aug 20 03:16:49.920 INFO O| Aug 20 03:16:49.918 INFO O| Finalize: Updating package cache ... Done |
| 4468 | 2026-08-20T03:16:50.689Z | [ recovery-image] Aug 20 03:16:49.985 INFO O| Aug 20 03:16:49.985 INFO O| Finalize: Updating image state ... Done |
| 4469 | 2026-08-20T03:16:50.707Z | [ recovery-image] Aug 20 03:16:50.002 INFO O| Aug 20 03:16:50.002 INFO O| Finalize: Creating fast lookup database ... Done |
| 4470 | 2026-08-20T03:16:50.707Z | [ recovery-image] Aug 20 03:16:50.003 INFO O| Aug 20 03:16:50.002 INFO O| Finalize: Reading search index ... Done |
| 4471 | 2026-08-20T03:16:50.711Z | [ recovery-image] Aug 20 03:16:50.003 INFO O| Aug 20 03:16:50.003 INFO O| Finalize: Updating search index ... Done |
| 4472 | 2026-08-20T03:16:50.711Z | [ recovery-image] Aug 20 03:16:50.004 INFO O| Aug 20 03:16:50.003 INFO O| Finalize: Updating package cache ... Done |
| 4473 | 2026-08-20T03:16:50.734Z | [verify-libraries] Compiling reedline v0.40.0 |
| 4474 | 2026-08-20T03:16:50.800Z | [verify-libraries] Compiling nix v0.28.0 |
| 4475 | 2026-08-20T03:16:50.863Z | [verify-libraries] Compiling oxide-update-engine v0.1.2 |
| 4476 | 2026-08-20T03:16:50.890Z | [verify-libraries] Compiling tabled v0.15.0 |
| 4477 | 2026-08-20T03:16:50.996Z | [verify-libraries] Compiling derive_more v2.1.1 |
| 4478 | 2026-08-20T03:16:50.996Z | [verify-libraries] Compiling psm v0.1.30 |
| 4479 | 2026-08-20T03:16:51.021Z | [ recovery-image] Aug 20 03:16:50.316 INFO O| Aug 20 03:16:50.316 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 4480 | 2026-08-20T03:16:51.021Z | [ recovery-image] Aug 20 03:16:50.316 INFO O| Aug 20 03:16:50.316 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4481 | 2026-08-20T03:16:51.057Z | [verify-libraries] Compiling semver v0.1.20 |
| 4482 | 2026-08-20T03:16:51.119Z | [verify-libraries] Compiling termtree v0.5.1 |
| 4483 | 2026-08-20T03:16:51.170Z | [verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4484 | 2026-08-20T03:16:51.213Z | [verify-libraries] Compiling crossterm v0.29.0 |
| 4485 | 2026-08-20T03:16:51.360Z | [ recovery-image] Aug 20 03:16:50.654 INFO O| Aug 20 03:16:50.653 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"] |
| 4486 | 2026-08-20T03:16:51.369Z | [verify-libraries] Compiling rustc_version v0.1.7 |
| 4487 | 2026-08-20T03:16:51.411Z | [verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 4488 | 2026-08-20T03:16:51.495Z | [verify-libraries] Compiling phf_shared v0.12.1 |
| 4489 | 2026-08-20T03:16:51.520Z | [verify-libraries] Compiling recursive-proc-macro-impl v0.1.1 |
| 4490 | 2026-08-20T03:16:51.524Z | [verify-libraries] Compiling nibble_vec v0.1.0 |
| 4491 | 2026-08-20T03:16:51.565Z | [verify-libraries] Compiling chrono-tz v0.10.4 |
| 4492 | 2026-08-20T03:16:51.569Z | [verify-libraries] Compiling endian-type v0.1.2 |
| 4493 | 2026-08-20T03:16:51.742Z | [verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4494 | 2026-08-20T03:16:51.743Z | [verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 4495 | 2026-08-20T03:16:51.746Z | [verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4496 | 2026-08-20T03:16:51.816Z | [verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 4497 | 2026-08-20T03:16:51.900Z | [verify-libraries] Compiling highway v1.3.0 |
| 4498 | 2026-08-20T03:16:51.903Z | [verify-libraries] Compiling typify v0.6.2 |
| 4499 | 2026-08-20T03:16:52.063Z | [verify-libraries] Compiling progenitor-impl v0.14.0 |
| 4500 | 2026-08-20T03:16:52.113Z | [verify-libraries] Compiling hickory-resolver v0.24.4 |
| 4501 | 2026-08-20T03:16:52.453Z | [verify-libraries] Compiling radix_trie v0.2.1 |
| 4502 | 2026-08-20T03:16:52.512Z | [verify-libraries] Compiling recursive v0.1.1 |
| 4503 | 2026-08-20T03:16:52.592Z | [verify-libraries] Compiling newtype_derive v0.1.6 |
| 4504 | 2026-08-20T03:16:52.664Z | [verify-libraries] Compiling phf v0.12.1 |
| 4505 | 2026-08-20T03:16:52.724Z | [verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4506 | 2026-08-20T03:16:52.846Z | [verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 4507 | 2026-08-20T03:16:52.872Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 4508 | 2026-08-20T03:16:52.953Z | [verify-libraries] Compiling const_format_proc_macros v0.2.34 |
| 4509 | 2026-08-20T03:16:53.227Z | [verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 4510 | 2026-08-20T03:16:53.265Z | [ recovery-image] Aug 20 03:16:52.561 INFO O| Aug 20 03:16:52.560 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4511 | 2026-08-20T03:16:53.398Z | [verify-libraries] Compiling peg-macros v0.8.5 |
| 4512 | 2026-08-20T03:16:53.499Z | [verify-libraries] Compiling qorb v0.4.1 |
| 4513 | 2026-08-20T03:16:53.654Z | [verify-libraries] Compiling sqlparser_derive v0.5.0 |
| 4514 | 2026-08-20T03:16:53.723Z | [verify-libraries] Compiling csv-core v0.1.13 |
| 4515 | 2026-08-20T03:16:53.730Z | [ recovery-image] Aug 20 03:16:53.026 INFO O| Aug 20 03:16:53.026 INFO O| Startup: Caching catalogs ... Done |
| 4516 | 2026-08-20T03:16:53.750Z | [ recovery-image] Aug 20 03:16:53.041 INFO O| Aug 20 03:16:53.041 INFO O| Planning: Planning completed in 0.00 seconds |
| 4517 | 2026-08-20T03:16:53.750Z | [ recovery-image] Aug 20 03:16:53.041 INFO O| Aug 20 03:16:53.041 INFO O| Planning: Consolidating action changes ... Done |
| 4518 | 2026-08-20T03:16:53.750Z | [ recovery-image] Aug 20 03:16:53.041 INFO O| Aug 20 03:16:53.041 INFO O| Planning: Evaluating mediators ... Done |
| 4519 | 2026-08-20T03:16:53.750Z | [ recovery-image] Aug 20 03:16:53.041 INFO O| Aug 20 03:16:53.041 INFO O| Planning: Planning completed in 0.00 seconds |
| 4520 | 2026-08-20T03:16:53.750Z | [ recovery-image] Aug 20 03:16:53.042 INFO O| Aug 20 03:16:53.042 INFO O| Variants/Facets to change: 1 |
| 4521 | 2026-08-20T03:16:53.764Z | [ recovery-image] Aug 20 03:16:53.056 INFO O| Aug 20 03:16:53.056 INFO O| Finalize: Updating package state database ... Done |
| 4522 | 2026-08-20T03:16:53.764Z | [ recovery-image] Aug 20 03:16:53.056 INFO O| Aug 20 03:16:53.056 INFO O| Finalize: Updating package cache ... Done |
| 4523 | 2026-08-20T03:16:53.824Z | [ recovery-image] Aug 20 03:16:53.120 INFO O| Aug 20 03:16:53.120 INFO O| Finalize: Updating image state ... Done |
| 4524 | 2026-08-20T03:16:53.842Z | [ recovery-image] Aug 20 03:16:53.137 INFO O| Aug 20 03:16:53.137 INFO O| Finalize: Creating fast lookup database ... Done |
| 4525 | 2026-08-20T03:16:53.845Z | [ recovery-image] Aug 20 03:16:53.137 INFO O| Aug 20 03:16:53.137 INFO O| Finalize: Reading search index ... Done |
| 4526 | 2026-08-20T03:16:53.846Z | [ recovery-image] Aug 20 03:16:53.137 INFO O| Aug 20 03:16:53.137 INFO O| Finalize: Updating search index ... Done |
| 4527 | 2026-08-20T03:16:53.846Z | [ recovery-image] Aug 20 03:16:53.138 INFO O| Aug 20 03:16:53.138 INFO O| Finalize: Updating package cache ... Done |
| 4528 | 2026-08-20T03:16:54.028Z | [verify-libraries] Compiling winnow v0.6.26 |
| 4529 | 2026-08-20T03:16:54.081Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
| 4530 | 2026-08-20T03:16:54.127Z | [ recovery-image] Aug 20 03:16:53.422 INFO O| Aug 20 03:16:53.422 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 4531 | 2026-08-20T03:16:54.131Z | [ recovery-image] Aug 20 03:16:53.422 INFO O| Aug 20 03:16:53.422 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4532 | 2026-08-20T03:16:54.138Z | [ recovery-image] Aug 20 03:16:53.433 INFO O| Aug 20 03:16:53.433 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"] |
| 4533 | 2026-08-20T03:16:54.180Z | [verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4534 | 2026-08-20T03:16:54.345Z | [verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 4535 | 2026-08-20T03:16:54.426Z | [verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4536 | 2026-08-20T03:16:54.497Z | [verify-libraries] Compiling home v0.5.12 |
| 4537 | 2026-08-20T03:16:54.539Z | [verify-libraries] Compiling const_format v0.2.35 |
| 4538 | 2026-08-20T03:16:54.579Z | [verify-libraries] Compiling sqlparser v0.61.0 |
| 4539 | 2026-08-20T03:16:54.635Z | [verify-libraries] Compiling csv v1.4.0 |
| 4540 | 2026-08-20T03:16:54.706Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4541 | 2026-08-20T03:16:54.737Z | [verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 4542 | 2026-08-20T03:16:54.774Z | [verify-libraries] Compiling rustyline v14.0.0 |
| 4543 | 2026-08-20T03:16:55.053Z | [verify-libraries] Compiling bcs v0.1.6 |
| 4544 | 2026-08-20T03:16:55.086Z | [verify-libraries] Compiling peg v0.8.5 |
| 4545 | 2026-08-20T03:16:55.122Z | [verify-libraries] Compiling progenitor-macro v0.14.0 |
| 4546 | 2026-08-20T03:16:55.247Z | [verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 4547 | 2026-08-20T03:16:55.308Z | [verify-libraries] Compiling nom v8.0.0 |
| 4548 | 2026-08-20T03:16:55.420Z | [verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4549 | 2026-08-20T03:16:55.495Z | [verify-libraries] Compiling sqlformat v0.3.5 |
| 4550 | 2026-08-20T03:16:55.560Z | [verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4551 | 2026-08-20T03:16:55.717Z | [verify-libraries] Compiling steno v0.4.1 |
| 4552 | 2026-08-20T03:16:55.753Z | [verify-libraries] Compiling sha1 v0.10.6 |
| 4553 | 2026-08-20T03:16:55.757Z | [verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 4554 | 2026-08-20T03:16:56.006Z | [ recovery-image] Aug 20 03:16:55.298 INFO O| Aug 20 03:16:55.298 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4555 | 2026-08-20T03:16:56.035Z | [verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 4556 | 2026-08-20T03:16:56.039Z | [verify-libraries] Compiling dropshot-api-manager-types v0.8.0 |
| 4557 | 2026-08-20T03:16:56.341Z | [verify-libraries] Compiling tagptr v0.2.0 |
| 4558 | 2026-08-20T03:16:56.423Z | [verify-libraries] Compiling utf-8 v0.7.6 |
| 4559 | 2026-08-20T03:16:56.490Z | [verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4560 | 2026-08-20T03:16:56.510Z | [ recovery-image] Aug 20 03:16:55.805 INFO O| Aug 20 03:16:55.805 INFO O| Startup: Caching catalogs ... Done |
| 4561 | 2026-08-20T03:16:56.524Z | [verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 4562 | 2026-08-20T03:16:56.565Z | [verify-libraries] Compiling libefi-sys v0.1.0 |
| 4563 | 2026-08-20T03:16:56.616Z | [verify-libraries] Compiling moka v0.12.13 |
| 4564 | 2026-08-20T03:16:56.645Z | [verify-libraries] Compiling tungstenite v0.21.0 |
| 4565 | 2026-08-20T03:16:56.704Z | [verify-libraries] Compiling bitfield-struct v0.6.2 |
| 4566 | 2026-08-20T03:16:56.772Z | [verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4567 | 2026-08-20T03:16:56.798Z | [verify-libraries] Compiling xshell-macros v0.2.7 |
| 4568 | 2026-08-20T03:16:57.038Z | [verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 4569 | 2026-08-20T03:16:57.122Z | [verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 4570 | 2026-08-20T03:16:57.151Z | [verify-libraries] Compiling libscf-sys v1.2.0 |
| 4571 | 2026-08-20T03:16:57.201Z | [verify-libraries] Compiling papergrid v0.18.0 |
| 4572 | 2026-08-20T03:16:57.251Z | [verify-libraries] Compiling tokio-tungstenite v0.21.0 |
| 4573 | 2026-08-20T03:16:57.357Z | [verify-libraries] Compiling xshell v0.2.7 |
| 4574 | 2026-08-20T03:16:57.428Z | [verify-libraries] Compiling hickory-resolver v0.25.2 |
| 4575 | 2026-08-20T03:16:57.464Z | [verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4576 | 2026-08-20T03:16:57.533Z | [verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4577 | 2026-08-20T03:16:57.609Z | [verify-libraries] Compiling sha2 v0.11.0 |
| 4578 | 2026-08-20T03:16:57.737Z | [verify-libraries] Compiling subprocess v0.2.15 |
| 4579 | 2026-08-20T03:16:57.830Z | [verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4580 | 2026-08-20T03:16:57.891Z | [verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4581 | 2026-08-20T03:16:57.941Z | [verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4582 | 2026-08-20T03:16:57.986Z | [verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4583 | 2026-08-20T03:16:58.085Z | [verify-libraries] Compiling headers-core v0.3.0 |
| 4584 | 2026-08-20T03:16:58.351Z | [verify-libraries] Compiling tabled v0.21.0 |
| 4585 | 2026-08-20T03:16:58.450Z | [verify-libraries] Compiling unicase v2.9.0 |
| 4586 | 2026-08-20T03:16:58.522Z | [verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4587 | 2026-08-20T03:16:58.657Z | [verify-libraries] Compiling headers v0.4.1 |
| 4588 | 2026-08-20T03:16:58.727Z | [verify-libraries] Compiling darling_core v0.21.3 |
| 4589 | 2026-08-20T03:16:58.757Z | [verify-libraries] Compiling maplit v1.0.2 |
| 4590 | 2026-08-20T03:16:58.765Z | [ recovery-image] Aug 20 03:16:58.061 INFO O| Aug 20 03:16:58.061 INFO O| Planning: Solver setup ... Done |
| 4591 | 2026-08-20T03:16:58.952Z | [ recovery-image] Aug 20 03:16:58.248 INFO O| Aug 20 03:16:58.245 INFO O| Planning: Running solver ... Done |
| 4592 | 2026-08-20T03:16:58.996Z | [ recovery-image] Aug 20 03:16:58.291 INFO O| Aug 20 03:16:58.291 INFO O| Planning: Finding local manifests ... Done |
| 4593 | 2026-08-20T03:16:59.002Z | [verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4594 | 2026-08-20T03:16:59.034Z | [verify-libraries] Compiling crc8 v0.1.1 |
| 4595 | 2026-08-20T03:16:59.038Z | [ recovery-image] Aug 20 03:16:58.334 INFO O| Aug 20 03:16:58.334 INFO O| Planning: Fetching manifests: 0/130 0% complete |
| 4596 | 2026-08-20T03:16:59.095Z | [verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4597 | 2026-08-20T03:16:59.248Z | [verify-libraries] Compiling yasna v0.5.2 |
| 4598 | 2026-08-20T03:16:59.463Z | [ host-image] Aug 20 03:16:58.758 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24193:20260819T212218Z |
| 4599 | 2026-08-20T03:16:59.463Z | [ host-image] Aug 20 03:16:58.758 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24193:20260819T212218Z |
| 4600 | 2026-08-20T03:16:59.467Z | [ host-image] Aug 20 03:16:58.758 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z |
| 4601 | 2026-08-20T03:16:59.467Z | [ host-image] Aug 20 03:16:58.758 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z |
| 4602 | 2026-08-20T03:16:59.467Z | [ host-image] Aug 20 03:16:58.758 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z |
| 4603 | 2026-08-20T03:16:59.467Z | [ host-image] Aug 20 03:16:58.758 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z |
| 4604 | 2026-08-20T03:16:59.467Z | [ host-image] Aug 20 03:16:58.758 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z |
| 4605 | 2026-08-20T03:16:59.467Z | [ host-image] Aug 20 03:16:58.758 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z |
| 4606 | 2026-08-20T03:16:59.467Z | [ host-image] Aug 20 03:16:58.759 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260820T025955Z |
| 4607 | 2026-08-20T03:16:59.467Z | [ host-image] Aug 20 03:16:58.759 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z |
| 4608 | 2026-08-20T03:16:59.467Z | [ host-image] Aug 20 03:16:58.759 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z |
| 4609 | 2026-08-20T03:16:59.468Z | [ host-image] Aug 20 03:16:58.759 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24193:20260819T212219Z |
| 4610 | 2026-08-20T03:16:59.468Z | [ host-image] Aug 20 03:16:58.759 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24193:20260819T212219Z |
| 4611 | 2026-08-20T03:16:59.468Z | [ host-image] Aug 20 03:16:58.760 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24193:20260819T212219Z |
| 4612 | 2026-08-20T03:16:59.468Z | [ host-image] Aug 20 03:16:58.760 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24193:20260819T212219Z |
| 4613 | 2026-08-20T03:16:59.468Z | [ host-image] Aug 20 03:16:58.760 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z |
| 4614 | 2026-08-20T03:16:59.468Z | [ host-image] Aug 20 03:16:58.760 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24193:20260819T212219Z |
| 4615 | 2026-08-20T03:16:59.468Z | [ host-image] Aug 20 03:16:58.760 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24193:20260819T212219Z |
| 4616 | 2026-08-20T03:16:59.468Z | [ host-image] Aug 20 03:16:58.760 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24193:20260819T212219Z |
| 4617 | 2026-08-20T03:16:59.468Z | [ host-image] Aug 20 03:16:58.760 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24193:20260819T212219Z |
| 4618 | 2026-08-20T03:16:59.468Z | [ host-image] Aug 20 03:16:58.760 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24193:20260819T212220Z |
| 4619 | 2026-08-20T03:16:59.468Z | [ host-image] Aug 20 03:16:58.760 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24193:20260819T212220Z |
| 4620 | 2026-08-20T03:16:59.468Z | [ host-image] Aug 20 03:16:58.760 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24193:20260819T212220Z |
| 4621 | 2026-08-20T03:16:59.468Z | [ host-image] Aug 20 03:16:58.761 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24193:20260819T212220Z |
| 4622 | 2026-08-20T03:16:59.469Z | [ host-image] Aug 20 03:16:58.761 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24193:20260819T212220Z |
| 4623 | 2026-08-20T03:16:59.469Z | [ host-image] Aug 20 03:16:58.761 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24193:20260819T212221Z |
| 4624 | 2026-08-20T03:16:59.469Z | [ host-image] Aug 20 03:16:58.761 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24193:20260819T212221Z |
| 4625 | 2026-08-20T03:16:59.469Z | [ host-image] Aug 20 03:16:58.761 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24193:20260819T212221Z |
| 4626 | 2026-08-20T03:16:59.469Z | [ host-image] Aug 20 03:16:58.761 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24193:20260819T212221Z |
| 4627 | 2026-08-20T03:16:59.469Z | [ host-image] Aug 20 03:16:58.761 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24193:20260819T212222Z |
| 4628 | 2026-08-20T03:16:59.469Z | [ host-image] Aug 20 03:16:58.761 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24193:20260819T212222Z |
| 4629 | 2026-08-20T03:16:59.469Z | [ host-image] Aug 20 03:16:58.761 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z |
| 4630 | 2026-08-20T03:16:59.469Z | [ host-image] Aug 20 03:16:58.761 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24193:20260819T212223Z |
| 4631 | 2026-08-20T03:16:59.469Z | [ host-image] Aug 20 03:16:58.761 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24193:20260819T212224Z |
| 4632 | 2026-08-20T03:16:59.469Z | [ host-image] Aug 20 03:16:58.761 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24193:20260819T212224Z |
| 4633 | 2026-08-20T03:16:59.469Z | [ host-image] Aug 20 03:16:58.761 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24193:20260819T212224Z |
| 4634 | 2026-08-20T03:16:59.469Z | [ host-image] Aug 20 03:16:58.761 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24193:20260819T212224Z |
| 4635 | 2026-08-20T03:16:59.470Z | [ host-image] Aug 20 03:16:58.761 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24193:20260819T212225Z |
| 4636 | 2026-08-20T03:16:59.470Z | [ host-image] Aug 20 03:16:58.761 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24193:20260819T212225Z |
| 4637 | 2026-08-20T03:16:59.474Z | [ host-image] Aug 20 03:16:58.764 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z |
| 4638 | 2026-08-20T03:16:59.474Z | [ host-image] Aug 20 03:16:58.764 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24193:20260819T212225Z |
| 4639 | 2026-08-20T03:16:59.474Z | [ host-image] Aug 20 03:16:58.764 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z |
| 4640 | 2026-08-20T03:16:59.474Z | [ host-image] Aug 20 03:16:58.764 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z |
| 4641 | 2026-08-20T03:16:59.475Z | [ host-image] Aug 20 03:16:58.765 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z |
| 4642 | 2026-08-20T03:16:59.475Z | [ host-image] Aug 20 03:16:58.765 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z |
| 4643 | 2026-08-20T03:16:59.475Z | [ host-image] Aug 20 03:16:58.765 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24193:20260819T212225Z |
| 4644 | 2026-08-20T03:16:59.475Z | [ host-image] Aug 20 03:16:58.765 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z |
| 4645 | 2026-08-20T03:16:59.475Z | [ host-image] Aug 20 03:16:58.765 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z |
| 4646 | 2026-08-20T03:16:59.476Z | [ host-image] Aug 20 03:16:58.765 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z |
| 4647 | 2026-08-20T03:16:59.476Z | [ host-image] Aug 20 03:16:58.765 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z |
| 4648 | 2026-08-20T03:16:59.480Z | [ host-image] Aug 20 03:16:58.768 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z |
| 4649 | 2026-08-20T03:16:59.480Z | [ host-image] Aug 20 03:16:58.768 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z |
| 4650 | 2026-08-20T03:16:59.480Z | [ host-image] Aug 20 03:16:58.769 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z |
| 4651 | 2026-08-20T03:16:59.480Z | [ host-image] Aug 20 03:16:58.769 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z |
| 4652 | 2026-08-20T03:16:59.480Z | [ host-image] Aug 20 03:16:58.769 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z |
| 4653 | 2026-08-20T03:16:59.480Z | [ host-image] Aug 20 03:16:58.769 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z |
| 4654 | 2026-08-20T03:16:59.485Z | [ host-image] Aug 20 03:16:58.781 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z |
| 4655 | 2026-08-20T03:16:59.485Z | [ host-image] Aug 20 03:16:58.781 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z |
| 4656 | 2026-08-20T03:16:59.485Z | [ host-image] Aug 20 03:16:58.781 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z |
| 4657 | 2026-08-20T03:16:59.489Z | [ host-image] Aug 20 03:16:58.781 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24193:20260819T212226Z |
| 4658 | 2026-08-20T03:16:59.489Z | [ host-image] Aug 20 03:16:58.781 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24193:20260819T212229Z |
| 4659 | 2026-08-20T03:16:59.489Z | [ host-image] Aug 20 03:16:58.781 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z |
| 4660 | 2026-08-20T03:16:59.490Z | [ host-image] Aug 20 03:16:58.781 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24193:20260819T212229Z |
| 4661 | 2026-08-20T03:16:59.490Z | [ host-image] Aug 20 03:16:58.781 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z |
| 4662 | 2026-08-20T03:16:59.490Z | [ host-image] Aug 20 03:16:58.781 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z |
| 4663 | 2026-08-20T03:16:59.490Z | [ host-image] Aug 20 03:16:58.781 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z |
| 4664 | 2026-08-20T03:16:59.490Z | [ host-image] Aug 20 03:16:58.781 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z |
| 4665 | 2026-08-20T03:16:59.490Z | [ host-image] Aug 20 03:16:58.781 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24193:20260819T212229Z |
| 4666 | 2026-08-20T03:16:59.490Z | [ host-image] Aug 20 03:16:58.781 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z |
| 4667 | 2026-08-20T03:16:59.490Z | [ host-image] Aug 20 03:16:58.782 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z |
| 4668 | 2026-08-20T03:16:59.490Z | [ host-image] Aug 20 03:16:58.782 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z |
| 4669 | 2026-08-20T03:16:59.490Z | [ host-image] Aug 20 03:16:58.782 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z |
| 4670 | 2026-08-20T03:16:59.490Z | [ host-image] Aug 20 03:16:58.783 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24193:20260819T212229Z |
| 4671 | 2026-08-20T03:16:59.490Z | [ host-image] Aug 20 03:16:58.783 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z |
| 4672 | 2026-08-20T03:16:59.495Z | [ host-image] Aug 20 03:16:58.787 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z |
| 4673 | 2026-08-20T03:16:59.495Z | [ host-image] Aug 20 03:16:58.787 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24193:20260819T212229Z |
| 4674 | 2026-08-20T03:16:59.495Z | [ host-image] Aug 20 03:16:58.787 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24193:20260819T212229Z |
| 4675 | 2026-08-20T03:16:59.495Z | [ host-image] Aug 20 03:16:58.787 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24193:20260819T212229Z |
| 4676 | 2026-08-20T03:16:59.495Z | [ host-image] Aug 20 03:16:58.787 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z |
| 4677 | 2026-08-20T03:16:59.495Z | [ host-image] Aug 20 03:16:58.788 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24193:20260819T212230Z |
| 4678 | 2026-08-20T03:16:59.495Z | [ host-image] Aug 20 03:16:58.788 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24193:20260819T212230Z |
| 4679 | 2026-08-20T03:16:59.495Z | [ host-image] Aug 20 03:16:58.788 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24193:20260819T212230Z |
| 4680 | 2026-08-20T03:16:59.495Z | [ host-image] Aug 20 03:16:58.788 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24193:20260819T212230Z |
| 4681 | 2026-08-20T03:16:59.496Z | [ host-image] Aug 20 03:16:58.789 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z |
| 4682 | 2026-08-20T03:16:59.496Z | [ host-image] Aug 20 03:16:58.789 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24193:20260819T212230Z |
| 4683 | 2026-08-20T03:16:59.496Z | [ host-image] Aug 20 03:16:58.789 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24193:20260819T212231Z |
| 4684 | 2026-08-20T03:16:59.496Z | [ host-image] Aug 20 03:16:58.789 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z |
| 4685 | 2026-08-20T03:16:59.496Z | [ host-image] Aug 20 03:16:58.789 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24193:20260819T212231Z |
| 4686 | 2026-08-20T03:16:59.496Z | [ host-image] Aug 20 03:16:58.789 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24193:20260819T212231Z |
| 4687 | 2026-08-20T03:16:59.496Z | [ host-image] Aug 20 03:16:58.789 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24193:20260819T212231Z |
| 4688 | 2026-08-20T03:16:59.496Z | [ host-image] Aug 20 03:16:58.789 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24193:20260819T212231Z |
| 4689 | 2026-08-20T03:16:59.500Z | [ host-image] Aug 20 03:16:58.791 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24193:20260819T212231Z |
| 4690 | 2026-08-20T03:16:59.500Z | [ host-image] Aug 20 03:16:58.791 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z |
| 4691 | 2026-08-20T03:16:59.500Z | [ host-image] Aug 20 03:16:58.792 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24193:20260819T212231Z |
| 4692 | 2026-08-20T03:16:59.500Z | [ host-image] Aug 20 03:16:58.792 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24193:20260819T212231Z |
| 4693 | 2026-08-20T03:16:59.501Z | [ host-image] Aug 20 03:16:58.792 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24193:20260819T212231Z |
| 4694 | 2026-08-20T03:16:59.501Z | [ host-image] Aug 20 03:16:58.792 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24193:20260819T212231Z |
| 4695 | 2026-08-20T03:16:59.501Z | [ host-image] Aug 20 03:16:58.792 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24193:20260819T212232Z |
| 4696 | 2026-08-20T03:16:59.501Z | [ host-image] Aug 20 03:16:58.793 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24193:20260819T212232Z |
| 4697 | 2026-08-20T03:16:59.501Z | [ host-image] Aug 20 03:16:58.793 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24193:20260819T212232Z |
| 4698 | 2026-08-20T03:16:59.501Z | [ host-image] Aug 20 03:16:58.793 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24193:20260819T212232Z |
| 4699 | 2026-08-20T03:16:59.501Z | [ host-image] Aug 20 03:16:58.796 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24193:20260819T212233Z |
| 4700 | 2026-08-20T03:16:59.501Z | [ host-image] Aug 20 03:16:58.796 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24193:20260819T212232Z |
| 4701 | 2026-08-20T03:16:59.501Z | [ host-image] Aug 20 03:16:58.796 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24193:20260819T212232Z |
| 4702 | 2026-08-20T03:16:59.505Z | [ host-image] Aug 20 03:16:58.796 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24193:20260819T212232Z |
| 4703 | 2026-08-20T03:16:59.505Z | [ host-image] Aug 20 03:16:58.796 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24193:20260819T212233Z |
| 4704 | 2026-08-20T03:16:59.509Z | [ host-image] Aug 20 03:16:58.802 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24193:20260819T212234Z |
| 4705 | 2026-08-20T03:16:59.509Z | [ host-image] Aug 20 03:16:58.802 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24193:20260819T212233Z |
| 4706 | 2026-08-20T03:16:59.509Z | [ host-image] Aug 20 03:16:58.802 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24193:20260819T212233Z |
| 4707 | 2026-08-20T03:16:59.509Z | [ host-image] Aug 20 03:16:58.802 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z |
| 4708 | 2026-08-20T03:16:59.509Z | [ host-image] Aug 20 03:16:58.802 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z |
| 4709 | 2026-08-20T03:16:59.515Z | [ host-image] Aug 20 03:16:58.810 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24193:20260819T212233Z |
| 4710 | 2026-08-20T03:16:59.519Z | [ host-image] Aug 20 03:16:58.810 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z |
| 4711 | 2026-08-20T03:16:59.519Z | [ host-image] Aug 20 03:16:58.810 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24193:20260819T212233Z |
| 4712 | 2026-08-20T03:16:59.519Z | [ host-image] Aug 20 03:16:58.810 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24193:20260819T212233Z |
| 4713 | 2026-08-20T03:16:59.519Z | [ host-image] Aug 20 03:16:58.811 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24193:20260819T212233Z |
| 4714 | 2026-08-20T03:16:59.520Z | [ host-image] Aug 20 03:16:58.811 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z |
| 4715 | 2026-08-20T03:16:59.520Z | [ host-image] Aug 20 03:16:58.811 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z |
| 4716 | 2026-08-20T03:16:59.520Z | [ host-image] Aug 20 03:16:58.811 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24193:20260819T212234Z |
| 4717 | 2026-08-20T03:16:59.520Z | [ host-image] Aug 20 03:16:58.811 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24193:20260819T212234Z |
| 4718 | 2026-08-20T03:16:59.520Z | [ host-image] Aug 20 03:16:58.811 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24193:20260819T212234Z |
| 4719 | 2026-08-20T03:16:59.520Z | [ host-image] Aug 20 03:16:58.811 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24193:20260819T212234Z |
| 4720 | 2026-08-20T03:16:59.520Z | [ host-image] Aug 20 03:16:58.811 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24193:20260819T212234Z |
| 4721 | 2026-08-20T03:16:59.520Z | [ host-image] Aug 20 03:16:58.811 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24193:20260819T212234Z |
| 4722 | 2026-08-20T03:16:59.520Z | [ host-image] Aug 20 03:16:58.812 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z |
| 4723 | 2026-08-20T03:16:59.520Z | [ host-image] Aug 20 03:16:58.812 INFO O| install = pkg://helios/system/microcode/amd@20260416-3.0.24193:20260819T212234Z |
| 4724 | 2026-08-20T03:16:59.520Z | [ host-image] Aug 20 03:16:58.813 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24193:20260819T212234Z |
| 4725 | 2026-08-20T03:16:59.520Z | [ host-image] Aug 20 03:16:58.813 INFO O| install = pkg://helios/system/microcode/oxide@20251202-3.0.24193:20260819T212234Z |
| 4726 | 2026-08-20T03:16:59.520Z | [ host-image] Aug 20 03:16:58.813 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24193:20260819T212235Z |
| 4727 | 2026-08-20T03:16:59.521Z | [ host-image] Aug 20 03:16:58.813 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24193:20260819T212235Z |
| 4728 | 2026-08-20T03:16:59.521Z | [ host-image] Aug 20 03:16:58.813 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24193:20260819T212235Z |
| 4729 | 2026-08-20T03:16:59.521Z | [ host-image] Aug 20 03:16:58.813 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z |
| 4730 | 2026-08-20T03:16:59.521Z | [ host-image] Aug 20 03:16:58.813 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z |
| 4731 | 2026-08-20T03:16:59.521Z | [ host-image] Aug 20 03:16:58.813 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24193:20260819T212236Z |
| 4732 | 2026-08-20T03:16:59.521Z | [ host-image] Aug 20 03:16:58.813 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24193:20260819T212236Z |
| 4733 | 2026-08-20T03:16:59.522Z | [ host-image] Aug 20 03:16:58.813 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z |
| 4734 | 2026-08-20T03:16:59.523Z | [ host-image] Aug 20 03:16:58.813 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z |
| 4735 | 2026-08-20T03:16:59.523Z | [ host-image] Aug 20 03:16:58.813 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z |
| 4736 | 2026-08-20T03:16:59.523Z | [ host-image] Aug 20 03:16:58.813 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z |
| 4737 | 2026-08-20T03:16:59.523Z | [ host-image] Aug 20 03:16:58.813 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z |
| 4738 | 2026-08-20T03:16:59.523Z | [ host-image] Aug 20 03:16:58.814 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z |
| 4739 | 2026-08-20T03:16:59.524Z | [ host-image] Aug 20 03:16:58.814 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z |
| 4740 | 2026-08-20T03:16:59.524Z | [ host-image] Aug 20 03:16:58.814 INFO O| tempdir @ "/tmp/.tmpeDNrfD/tmp" |
| 4741 | 2026-08-20T03:16:59.524Z | [ host-image] Aug 20 03:16:58.814 INFO O| image root @ "/tmp/.tmpeDNrfD/tmp/root" |
| 4742 | 2026-08-20T03:16:59.524Z | [ host-image] Aug 20 03:16:58.814 INFO O| creating image... |
| 4743 | 2026-08-20T03:16:59.538Z | [verify-libraries] Compiling vergen-lib v0.1.6 |
| 4744 | 2026-08-20T03:16:59.623Z | [verify-libraries] Compiling diesel_derives v2.3.7 |
| 4745 | 2026-08-20T03:16:59.683Z | [verify-libraries] Compiling port-file v0.1.0 |
| 4746 | 2026-08-20T03:16:59.738Z | [verify-libraries] Compiling vergen-gitcl v1.0.8 |
| 4747 | 2026-08-20T03:16:59.810Z | [verify-libraries] Compiling rcgen v0.12.1 |
| 4748 | 2026-08-20T03:16:59.964Z | [ host-image] Aug 20 03:16:59.256 INFO O| copying publishers... |
| 4749 | 2026-08-20T03:16:59.978Z | [verify-libraries] Compiling scheduled-thread-pool v0.2.7 |
| 4750 | 2026-08-20T03:17:00.002Z | [verify-libraries] Compiling diesel_table_macro_syntax v0.3.0 |
| 4751 | 2026-08-20T03:17:00.034Z | [verify-libraries] Compiling half v1.8.3 |
| 4752 | 2026-08-20T03:17:00.269Z | [verify-libraries] Compiling serde_cbor v0.11.2 |
| 4753 | 2026-08-20T03:17:00.327Z | [verify-libraries] Compiling r2d2 v0.8.10 |
| 4754 | 2026-08-20T03:17:00.390Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4755 | 2026-08-20T03:17:00.490Z | [verify-libraries] Compiling dirs-sys-next v0.1.2 |
| 4756 | 2026-08-20T03:17:00.579Z | [verify-libraries] Compiling crunchy v0.2.4 |
| 4757 | 2026-08-20T03:17:00.670Z | [verify-libraries] Compiling downcast-rs v2.0.2 |
| 4758 | 2026-08-20T03:17:00.783Z | [verify-libraries] Compiling progenitor v0.14.0 |
| 4759 | 2026-08-20T03:17:00.806Z | [verify-libraries] Compiling cpubits v0.1.1 |
| 4760 | 2026-08-20T03:17:00.830Z | [verify-libraries] Compiling dirs-next v2.0.0 |
| 4761 | 2026-08-20T03:17:00.916Z | [verify-libraries] Compiling clang-sys v1.8.1 |
| 4762 | 2026-08-20T03:17:00.956Z | [verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4763 | 2026-08-20T03:17:00.984Z | [verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 4764 | 2026-08-20T03:17:01.009Z | [verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 4765 | 2026-08-20T03:17:01.078Z | [verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 4766 | 2026-08-20T03:17:01.180Z | [verify-libraries] Compiling tiny-keccak v2.0.2 |
| 4767 | 2026-08-20T03:17:01.492Z | [verify-libraries] Compiling darling_macro v0.21.3 |
| 4768 | 2026-08-20T03:17:01.492Z | [verify-libraries] Compiling term v0.7.0 |
| 4769 | 2026-08-20T03:17:01.540Z | [verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 4770 | 2026-08-20T03:17:01.617Z | [verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4771 | 2026-08-20T03:17:01.646Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 4772 | 2026-08-20T03:17:01.671Z | [verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4773 | 2026-08-20T03:17:01.721Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=04a52a3240a26c58f03e1cf40353d67ff69d76b6#04a52a32) |
| 4774 | 2026-08-20T03:17:01.909Z | [verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4775 | 2026-08-20T03:17:01.966Z | [verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4776 | 2026-08-20T03:17:02.073Z | [verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4777 | 2026-08-20T03:17:02.102Z | [verify-libraries] Compiling diff v0.1.13 |
| 4778 | 2026-08-20T03:17:02.145Z | [verify-libraries] Compiling darling v0.21.3 |
| 4779 | 2026-08-20T03:17:02.200Z | [verify-libraries] Compiling bit-vec v0.6.3 |
| 4780 | 2026-08-20T03:17:02.276Z | [verify-libraries] Compiling dsl_auto_type v0.2.0 |
| 4781 | 2026-08-20T03:17:02.311Z | [verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 4782 | 2026-08-20T03:17:02.315Z | [verify-libraries] Compiling ascii-canvas v3.0.0 |
| 4783 | 2026-08-20T03:17:02.402Z | [ recovery-image] Aug 20 03:17:01.697 INFO O| Aug 20 03:17:01.697 INFO O| Planning: Fetching manifests: 130/130 100% complete |
| 4784 | 2026-08-20T03:17:02.464Z | [verify-libraries] Compiling bit-set v0.5.3 |
| 4785 | 2026-08-20T03:17:02.501Z | [verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4786 | 2026-08-20T03:17:02.562Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4787 | 2026-08-20T03:17:02.672Z | [verify-libraries] Compiling itertools v0.10.5 |
| 4788 | 2026-08-20T03:17:02.675Z | [verify-libraries] Compiling libloading v0.8.9 |
| 4789 | 2026-08-20T03:17:02.675Z | [verify-libraries] Compiling ena v0.14.4 |
| 4790 | 2026-08-20T03:17:02.676Z | [verify-libraries] Compiling regex-syntax v0.6.29 |
| 4791 | 2026-08-20T03:17:02.756Z | [verify-libraries] Compiling bindgen v0.71.1 |
| 4792 | 2026-08-20T03:17:02.791Z | [ host-image] Aug 20 03:17:02.086 INFO O| adding properties... |
| 4793 | 2026-08-20T03:17:02.811Z | [ recovery-image] Aug 20 03:17:02.107 INFO O| Aug 20 03:17:02.107 INFO O| Planning: Package planning ... Done |
| 4794 | 2026-08-20T03:17:02.964Z | [ recovery-image] Aug 20 03:17:02.259 INFO O| Aug 20 03:17:02.259 INFO O| Planning: Merging actions ... Done |
| 4795 | 2026-08-20T03:17:02.975Z | [verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4796 | 2026-08-20T03:17:03.174Z | [verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4797 | 2026-08-20T03:17:03.213Z | [ recovery-image] Aug 20 03:17:02.507 INFO O| Aug 20 03:17:02.507 INFO O| Planning: Checking for conflicting actions ... Done |
| 4798 | 2026-08-20T03:17:03.225Z | [verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4799 | 2026-08-20T03:17:03.268Z | [ recovery-image] Aug 20 03:17:02.563 INFO O| Aug 20 03:17:02.563 INFO O| Planning: Consolidating action changes ... Done |
| 4800 | 2026-08-20T03:17:03.297Z | [verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4801 | 2026-08-20T03:17:03.386Z | [verify-libraries] Compiling cexpr v0.6.0 |
| 4802 | 2026-08-20T03:17:03.402Z | [ recovery-image] Aug 20 03:17:02.697 INFO O| Aug 20 03:17:02.697 INFO O| Planning: Evaluating mediators ... Done |
| 4803 | 2026-08-20T03:17:03.523Z | [verify-libraries] Compiling pem-rfc7468 v1.0.0 |
| 4804 | 2026-08-20T03:17:03.605Z | [verify-libraries] Compiling rustc-hash v2.1.1 |
| 4805 | 2026-08-20T03:17:03.711Z | [verify-libraries] Compiling rfc6979 v0.4.0 |
| 4806 | 2026-08-20T03:17:03.792Z | [ host-image] Aug 20 03:17:03.087 INFO O| installing packages... |
| 4807 | 2026-08-20T03:17:03.821Z | [verify-libraries] Compiling libxml v0.3.3 |
| 4808 | 2026-08-20T03:17:03.865Z | [verify-libraries] Compiling proc-macro-error-attr2 v2.0.0 |
| 4809 | 2026-08-20T03:17:03.904Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4810 | 2026-08-20T03:17:03.908Z | [verify-libraries] Compiling strum_macros v0.24.3 |
| 4811 | 2026-08-20T03:17:04.014Z | [verify-libraries] Compiling ecdsa v0.16.9 |
| 4812 | 2026-08-20T03:17:04.171Z | [verify-libraries] Compiling lalrpop v0.19.12 |
| 4813 | 2026-08-20T03:17:04.280Z | [verify-libraries] Compiling primeorder v0.13.6 |
| 4814 | 2026-08-20T03:17:04.332Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4815 | 2026-08-20T03:17:04.409Z | [verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4816 | 2026-08-20T03:17:04.519Z | [verify-libraries] Compiling proc-macro-error2 v2.0.1 |
| 4817 | 2026-08-20T03:17:04.569Z | [verify-libraries] Compiling hashbrown v0.14.5 |
| 4818 | 2026-08-20T03:17:04.672Z | [verify-libraries] Compiling hmac v0.13.0 |
| 4819 | 2026-08-20T03:17:04.819Z | [ recovery-image] Aug 20 03:17:04.114 INFO O| Aug 20 03:17:04.114 INFO O| Planning: Planning completed in 8.29 seconds |
| 4820 | 2026-08-20T03:17:04.824Z | [ recovery-image] Aug 20 03:17:04.116 INFO O| Aug 20 03:17:04.116 INFO O| Packages to install: 130 |
| 4821 | 2026-08-20T03:17:04.824Z | [ recovery-image] Aug 20 03:17:04.116 INFO O| Aug 20 03:17:04.116 INFO O| Mediators to change: 5 |
| 4822 | 2026-08-20T03:17:04.824Z | [ recovery-image] Aug 20 03:17:04.116 INFO O| Aug 20 03:17:04.116 INFO O| Services to change: 5 |
| 4823 | 2026-08-20T03:17:04.850Z | [ recovery-image] Aug 20 03:17:04.145 INFO O| Aug 20 03:17:04.145 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete |
| 4824 | 2026-08-20T03:17:04.995Z | [verify-libraries] Compiling universal-hash v0.6.1 |
| 4825 | 2026-08-20T03:17:04.999Z | [verify-libraries] Compiling fxhash v0.2.1 |
| 4826 | 2026-08-20T03:17:05.068Z | [verify-libraries] Compiling salty v0.3.0 |
| 4827 | 2026-08-20T03:17:05.208Z | [verify-libraries] Compiling indoc v1.0.9 |
| 4828 | 2026-08-20T03:17:05.253Z | [verify-libraries] Compiling chumsky v0.9.3 |
| 4829 | 2026-08-20T03:17:05.311Z | [verify-libraries] Compiling knus-derive v3.4.0 |
| 4830 | 2026-08-20T03:17:05.474Z | [verify-libraries] Compiling p384 v0.13.1 |
| 4831 | 2026-08-20T03:17:05.823Z | [verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 4832 | 2026-08-20T03:17:06.116Z | [verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4833 | 2026-08-20T03:17:06.618Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4834 | 2026-08-20T03:17:06.758Z | [verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4835 | 2026-08-20T03:17:07.006Z | [verify-libraries] Compiling progenitor-impl v0.13.0 |
| 4836 | 2026-08-20T03:17:07.157Z | [verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4837 | 2026-08-20T03:17:07.564Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4838 | 2026-08-20T03:17:07.846Z | [verify-libraries] Compiling oso-derive v0.27.3 |
| 4839 | 2026-08-20T03:17:07.994Z | [verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4840 | 2026-08-20T03:17:08.021Z | [verify-libraries] Compiling quick-xml v0.37.5 |
| 4841 | 2026-08-20T03:17:08.336Z | [verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4842 | 2026-08-20T03:17:08.490Z | [verify-libraries] Compiling impl-trait-for-tuples v0.2.3 |
| 4843 | 2026-08-20T03:17:08.826Z | [verify-libraries] Compiling diesel v2.3.7 |
| 4844 | 2026-08-20T03:17:09.568Z | [verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4845 | 2026-08-20T03:17:09.639Z | [verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4846 | 2026-08-20T03:17:09.850Z | [ recovery-image] Aug 20 03:17:09.145 INFO O| Aug 20 03:17:09.145 INFO O| Download: 6861/16682 items 72.3/200.0MB 36% complete (14.5M/s) |
| 4847 | 2026-08-20T03:17:09.894Z | [verify-libraries] Compiling openssl-probe v0.1.6 |
| 4848 | 2026-08-20T03:17:09.935Z | [verify-libraries] Compiling progenitor-macro v0.13.0 |
| 4849 | 2026-08-20T03:17:10.093Z | [verify-libraries] Compiling knus v3.4.0 |
| 4850 | 2026-08-20T03:17:10.287Z | [verify-libraries] Compiling polyval v0.7.1 |
| 4851 | 2026-08-20T03:17:10.608Z | [verify-libraries] Compiling der v0.8.0 |
| 4852 | 2026-08-20T03:17:10.683Z | [verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4853 | 2026-08-20T03:17:10.765Z | [verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4854 | 2026-08-20T03:17:11.139Z | [verify-libraries] Compiling progenitor-client v0.13.0 |
| 4855 | 2026-08-20T03:17:11.271Z | [verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4856 | 2026-08-20T03:17:11.594Z | [verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4857 | 2026-08-20T03:17:11.850Z | [verify-libraries] Compiling git-stub v1.0.0 |
| 4858 | 2026-08-20T03:17:12.100Z | [verify-libraries] Compiling kstat-rs v0.2.5 |
| 4859 | 2026-08-20T03:17:12.167Z | [verify-libraries] Compiling trait-variant v0.1.2 |
| 4860 | 2026-08-20T03:17:12.201Z | [verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 4861 | 2026-08-20T03:17:12.245Z | [verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4862 | 2026-08-20T03:17:12.468Z | [verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 4863 | 2026-08-20T03:17:12.564Z | [verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4864 | 2026-08-20T03:17:12.617Z | [verify-libraries] Compiling git-stub-vcs v0.1.0 |
| 4865 | 2026-08-20T03:17:12.710Z | [verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 4866 | 2026-08-20T03:17:12.747Z | [verify-libraries] Compiling ghash v0.6.0 |
| 4867 | 2026-08-20T03:17:12.791Z | [verify-libraries] Compiling pbkdf2 v0.13.0 |
| 4868 | 2026-08-20T03:17:12.880Z | [verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4869 | 2026-08-20T03:17:12.901Z | [verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4870 | 2026-08-20T03:17:12.981Z | [verify-libraries] Compiling aes v0.9.1 |
| 4871 | 2026-08-20T03:17:13.024Z | [verify-libraries] Compiling crypto-bigint v0.7.5 |
| 4872 | 2026-08-20T03:17:13.028Z | [verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4873 | 2026-08-20T03:17:13.117Z | [ host-image] Aug 20 03:17:12.412 INFO O| seeding SMF database... |
| 4874 | 2026-08-20T03:17:13.121Z | [verify-libraries] Compiling ctr v0.10.1 |
| 4875 | 2026-08-20T03:17:13.365Z | [verify-libraries] Compiling aead v0.6.1 |
| 4876 | 2026-08-20T03:17:13.447Z | [verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4877 | 2026-08-20T03:17:13.600Z | [verify-libraries] Compiling bb8 v0.8.6 |
| 4878 | 2026-08-20T03:17:13.658Z | [verify-libraries] Compiling parking_lot_core v0.8.6 |
| 4879 | 2026-08-20T03:17:14.019Z | [verify-libraries] Compiling aes-gcm v0.11.0 |
| 4880 | 2026-08-20T03:17:14.114Z | [verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=ce015cde17a1ebc839ae482026d522cf0e369a3b#ce015cde) |
| 4881 | 2026-08-20T03:17:14.209Z | [verify-libraries] Compiling spki v0.8.0 |
| 4882 | 2026-08-20T03:17:14.414Z | [verify-libraries] Compiling mime_guess v2.0.5 |
| 4883 | 2026-08-20T03:17:14.476Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4884 | 2026-08-20T03:17:14.601Z | [verify-libraries] Compiling salsa20 v0.11.0 |
| 4885 | 2026-08-20T03:17:14.647Z | [verify-libraries] Compiling nanorand v0.7.0 |
| 4886 | 2026-08-20T03:17:14.805Z | [verify-libraries] Compiling scrypt v0.12.0 |
| 4887 | 2026-08-20T03:17:14.850Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4888 | 2026-08-20T03:17:14.861Z | [ recovery-image] Aug 20 03:17:14.156 INFO O| Aug 20 03:17:14.156 INFO O| Download: 14901/16682 items 159.4/200.0MB 79% complete (16.0M/s) |
| 4889 | 2026-08-20T03:17:14.925Z | [verify-libraries] Compiling flume v0.11.1 |
| 4890 | 2026-08-20T03:17:15.023Z | [verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4891 | 2026-08-20T03:17:15.252Z | [verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4892 | 2026-08-20T03:17:15.441Z | [verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 4893 | 2026-08-20T03:17:15.534Z | [verify-libraries] Compiling progenitor v0.13.0 |
| 4894 | 2026-08-20T03:17:15.586Z | [verify-libraries] Compiling cbc v0.2.1 |
| 4895 | 2026-08-20T03:17:15.693Z | [verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 4896 | 2026-08-20T03:17:15.781Z | [verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4897 | 2026-08-20T03:17:15.815Z | [verify-libraries] Compiling corncobs v0.1.4 |
| 4898 | 2026-08-20T03:17:15.850Z | [verify-libraries] Compiling http-range v0.1.5 |
| 4899 | 2026-08-20T03:17:15.880Z | [verify-libraries] Compiling nonempty v0.12.0 |
| 4900 | 2026-08-20T03:17:15.880Z | [verify-libraries] Compiling pkcs5 v0.8.1 |
| 4901 | 2026-08-20T03:17:16.085Z | [verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4902 | 2026-08-20T03:17:16.125Z | [verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 4903 | 2026-08-20T03:17:16.129Z | [verify-libraries] Compiling parking_lot v0.11.2 |
| 4904 | 2026-08-20T03:17:16.221Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4905 | 2026-08-20T03:17:16.633Z | [verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4906 | 2026-08-20T03:17:16.661Z | [verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4907 | 2026-08-20T03:17:16.682Z | [verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4908 | 2026-08-20T03:17:16.687Z | [verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4909 | 2026-08-20T03:17:16.770Z | [verify-libraries] Compiling digest-io v0.1.0 |
| 4910 | 2026-08-20T03:17:16.908Z | [verify-libraries] Compiling prefix-trie v0.7.0 |
| 4911 | 2026-08-20T03:17:16.961Z | [verify-libraries] Compiling secrecy v0.8.0 |
| 4912 | 2026-08-20T03:17:17.145Z | [verify-libraries] Compiling rawzip v0.4.4 |
| 4913 | 2026-08-20T03:17:17.252Z | [ recovery-image] Aug 20 03:17:16.548 INFO O| Aug 20 03:17:16.548 INFO O| Download: Completed 200.00 MB in 12.40 seconds (16.1M/s) |
| 4914 | 2026-08-20T03:17:17.376Z | [verify-libraries] Compiling hickory-server v0.25.2 |
| 4915 | 2026-08-20T03:17:17.732Z | [verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4916 | 2026-08-20T03:17:17.758Z | [ host-image] Aug 20 03:17:17.053 INFO O| configuring SMF profile... |
| 4917 | 2026-08-20T03:17:17.758Z | [ host-image] Aug 20 03:17:17.053 INFO O| modifying shadow(5)... |
| 4918 | 2026-08-20T03:17:17.758Z | [ host-image] Aug 20 03:17:17.053 INFO O| loading user and group database... |
| 4919 | 2026-08-20T03:17:17.758Z | [ host-image] Aug 20 03:17:17.053 INFO O| loading facet selections... |
| 4920 | 2026-08-20T03:17:17.905Z | [verify-libraries] Compiling hyper-staticfile v0.10.1 |
| 4921 | 2026-08-20T03:17:17.958Z | [verify-libraries] Compiling sled v0.34.7 |
| 4922 | 2026-08-20T03:17:17.986Z | [verify-libraries] Compiling pkcs8 v0.11.0 |
| 4923 | 2026-08-20T03:17:18.055Z | [verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4924 | 2026-08-20T03:17:18.119Z | [ host-image] Aug 20 03:17:17.414 INFO O| devel -> true |
| 4925 | 2026-08-20T03:17:18.119Z | [ host-image] Aug 20 03:17:17.414 INFO O| doc.man -> true |
| 4926 | 2026-08-20T03:17:18.123Z | [ host-image] Aug 20 03:17:17.414 INFO O| version-lock.shell/ksh93 -> true |
| 4927 | 2026-08-20T03:17:18.123Z | [ host-image] Aug 20 03:17:17.414 INFO O| version-lock.system/data/hardware-registry -> true |
| 4928 | 2026-08-20T03:17:18.123Z | [ host-image] Aug 20 03:17:17.414 INFO O| version-lock.system/data/zoneinfo -> true |
| 4929 | 2026-08-20T03:17:18.123Z | [ host-image] Aug 20 03:17:17.414 INFO O| version-lock.system/microcode/amd -> true |
| 4930 | 2026-08-20T03:17:18.123Z | [ host-image] Aug 20 03:17:17.414 INFO O| version-lock.system/microcode/intel -> true |
| 4931 | 2026-08-20T03:17:18.123Z | [ host-image] Aug 20 03:17:17.414 INFO O| version-lock.system/microcode/oxide -> true |
| 4932 | 2026-08-20T03:17:18.124Z | [ host-image] Aug 20 03:17:17.414 INFO O| assessing packaged files... |
| 4933 | 2026-08-20T03:17:18.457Z | [verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4934 | 2026-08-20T03:17:18.565Z | [verify-libraries] Compiling ignore v0.4.25 |
| 4935 | 2026-08-20T03:17:18.634Z | [verify-libraries] Compiling anstyle-parse v0.2.7 |
| 4936 | 2026-08-20T03:17:18.734Z | [verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 4937 | 2026-08-20T03:17:18.895Z | [verify-libraries] Compiling ff v0.14.0 |
| 4938 | 2026-08-20T03:17:18.962Z | [verify-libraries] Compiling illumos-nvpair-sys v0.2.0 |
| 4939 | 2026-08-20T03:17:19.099Z | [verify-libraries] Compiling anstream v0.6.21 |
| 4940 | 2026-08-20T03:17:19.269Z | [verify-libraries] Compiling globwalk v0.9.1 |
| 4941 | 2026-08-20T03:17:19.345Z | [verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4942 | 2026-08-20T03:17:19.459Z | [verify-libraries] Compiling predicates-tree v1.0.13 |
| 4943 | 2026-08-20T03:17:19.554Z | [verify-libraries] Compiling libz-sys v1.1.24 |
| 4944 | 2026-08-20T03:17:19.597Z | [verify-libraries] Compiling rand_seeder v0.4.0 |
| 4945 | 2026-08-20T03:17:19.849Z | [ host-image] Aug 20 03:17:19.145 INFO O| creating archive... |
| 4946 | 2026-08-20T03:17:19.872Z | [ host-image] Aug 20 03:17:19.167 INFO O| missing from packaging: |
| 4947 | 2026-08-20T03:17:19.872Z | [ host-image] Aug 20 03:17:19.167 INFO O| "etc/.pwd.lock" |
| 4948 | 2026-08-20T03:17:19.876Z | [ host-image] Aug 20 03:17:19.167 INFO O| "etc/bash" |
| 4949 | 2026-08-20T03:17:19.876Z | [ host-image] Aug 20 03:17:19.171 INFO O| "etc/svc/profile/generic.xml" |
| 4950 | 2026-08-20T03:17:19.876Z | [ host-image] Aug 20 03:17:19.171 INFO O| "etc/svc/profile/inetd_services.xml" |
| 4951 | 2026-08-20T03:17:19.876Z | [ host-image] Aug 20 03:17:19.171 INFO O| "etc/svc/profile/name_service.xml" |
| 4952 | 2026-08-20T03:17:19.876Z | [ host-image] Aug 20 03:17:19.171 INFO O| "etc/svc/profile/platform.xml" |
| 4953 | 2026-08-20T03:17:19.876Z | [ host-image] Aug 20 03:17:19.171 INFO O| "etc/svc/profile/platform_omicron1.xml" |
| 4954 | 2026-08-20T03:17:19.876Z | [ host-image] Aug 20 03:17:19.171 INFO O| "etc/svc/repository.db" |
| 4955 | 2026-08-20T03:17:19.882Z | [ host-image] Aug 20 03:17:19.178 INFO O| "opt/ooce/share" |
| 4956 | 2026-08-20T03:17:19.882Z | [ host-image] Aug 20 03:17:19.178 INFO O| "opt/ooce/share/man" |
| 4957 | 2026-08-20T03:17:19.886Z | [ host-image] Aug 20 03:17:19.178 INFO O| "opt/ooce/share/man/man1" |
| 4958 | 2026-08-20T03:17:19.891Z | [ host-image] Aug 20 03:17:19.187 INFO O| finishing archive... |
| 4959 | 2026-08-20T03:17:19.984Z | [verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4960 | 2026-08-20T03:17:20.145Z | [verify-libraries] Compiling camino-tempfile-ext v0.3.3 |
| 4961 | 2026-08-20T03:17:20.287Z | [verify-libraries] Compiling group v0.14.0 |
| 4962 | 2026-08-20T03:17:20.424Z | [verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4963 | 2026-08-20T03:17:20.472Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4964 | 2026-08-20T03:17:20.514Z | [verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4965 | 2026-08-20T03:17:20.565Z | [verify-libraries] Compiling signature v3.0.0 |
| 4966 | 2026-08-20T03:17:20.759Z | [verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4967 | 2026-08-20T03:17:20.861Z | [verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4968 | 2026-08-20T03:17:20.960Z | [ recovery-image] Aug 20 03:17:20.256 INFO O| Aug 20 03:17:20.256 INFO O| Actions: 1/27580 actions (Installing new actions) |
| 4969 | 2026-08-20T03:17:21.023Z | [verify-libraries] Compiling instability v0.3.11 |
| 4970 | 2026-08-20T03:17:21.196Z | [verify-libraries] Compiling base16ct v1.0.0 |
| 4971 | 2026-08-20T03:17:21.392Z | [verify-libraries] Compiling illumos-nvpair v0.3.0 |
| 4972 | 2026-08-20T03:17:21.464Z | [verify-libraries] Compiling sec1 v0.8.1 |
| 4973 | 2026-08-20T03:17:21.505Z | [verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4974 | 2026-08-20T03:17:21.510Z | [verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4975 | 2026-08-20T03:17:21.759Z | [verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4976 | 2026-08-20T03:17:21.817Z | [verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4977 | 2026-08-20T03:17:21.822Z | [verify-libraries] Compiling hkdf v0.13.0 |
| 4978 | 2026-08-20T03:17:21.884Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4979 | 2026-08-20T03:17:21.987Z | [verify-libraries] Compiling scuffle v0.1.0 |
| 4980 | 2026-08-20T03:17:22.076Z | [verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4981 | 2026-08-20T03:17:22.151Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4982 | 2026-08-20T03:17:22.273Z | [verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2 |
| 4983 | 2026-08-20T03:17:22.478Z | [ host-image] Aug 20 03:17:21.774 INFO O| creating gzonly manifest... |
| 4984 | 2026-08-20T03:17:22.504Z | [ host-image] Aug 20 03:17:21.800 INFO O| ok |
| 4985 | 2026-08-20T03:17:22.531Z | [verify-libraries] Compiling castaway v0.2.4 |
| 4986 | 2026-08-20T03:17:22.608Z | [ host-image] Aug 20 03:17:21.904 INFO image builder template: ramdisk-02-trim... |
| 4987 | 2026-08-20T03:17:22.609Z | [ host-image] Aug 20 03:17:21.904 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/.tmpkAvEhq/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 |
| 4988 | 2026-08-20T03:17:22.630Z | [ host-image] Aug 20 03:17:21.925 INFO O| Aug 20 03:17:21.924 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 4989 | 2026-08-20T03:17:22.635Z | [ host-image] Aug 20 03:17:21.930 INFO O| Aug 20 03:17:21.930 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 4990 | 2026-08-20T03:17:22.732Z | [verify-libraries] Compiling indoc v2.0.7 |
| 4991 | 2026-08-20T03:17:22.977Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4992 | 2026-08-20T03:17:22.986Z | [ host-image] Aug 20 03:17:22.281 INFO O| Aug 20 03:17:22.281 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled |
| 4993 | 2026-08-20T03:17:23.012Z | [verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4994 | 2026-08-20T03:17:23.072Z | [verify-libraries] Compiling compact_str v0.8.1 |
| 4995 | 2026-08-20T03:17:23.110Z | [verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4996 | 2026-08-20T03:17:23.166Z | [ host-image] Aug 20 03:17:22.459 INFO O| Aug 20 03:17:22.459 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 4997 | 2026-08-20T03:17:23.166Z | [ host-image] Aug 20 03:17:22.459 INFO O| Aug 20 03:17:22.459 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 4998 | 2026-08-20T03:17:23.171Z | [ host-image] Aug 20 03:17:22.465 INFO O| Aug 20 03:17:22.465 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 4999 | 2026-08-20T03:17:23.174Z | [ host-image] Aug 20 03:17:22.469 INFO O| Aug 20 03:17:22.469 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 5000 | 2026-08-20T03:17:23.181Z | [ host-image] Aug 20 03:17:22.476 INFO O| Aug 20 03:17:22.476 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 5001 | 2026-08-20T03:17:23.391Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 5002 | 2026-08-20T03:17:23.637Z | [verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 5003 | 2026-08-20T03:17:23.777Z | [verify-libraries] Compiling elliptic-curve v0.14.1 |
| 5004 | 2026-08-20T03:17:24.210Z | [verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 5005 | 2026-08-20T03:17:24.260Z | [ host-image] Aug 20 03:17:23.556 INFO O| Aug 20 03:17:23.556 INFO rolled back to input snapshot; work may begin |
| 5006 | 2026-08-20T03:17:24.260Z | [ host-image] Aug 20 03:17:23.556 INFO O| Aug 20 03:17:23.556 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 5007 | 2026-08-20T03:17:24.266Z | [ host-image] Aug 20 03:17:23.562 INFO O| Aug 20 03:17:23.561 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5008 | 2026-08-20T03:17:24.271Z | [verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 5009 | 2026-08-20T03:17:24.276Z | [ host-image] Aug 20 03:17:23.572 INFO O| Aug 20 03:17:23.572 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg" |
| 5010 | 2026-08-20T03:17:24.327Z | [ host-image] Aug 20 03:17:23.621 INFO O| Aug 20 03:17:23.621 INFO STEP 0 (remove_files) COMPLETE |
| 5011 | 2026-08-20T03:17:24.327Z | [ host-image] Aug 20 03:17:23.622 INFO O| Aug 20 03:17:23.621 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5012 | 2026-08-20T03:17:24.339Z | [ host-image] Aug 20 03:17:23.633 INFO O| Aug 20 03:17:23.633 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4" |
| 5013 | 2026-08-20T03:17:24.344Z | [ host-image] Aug 20 03:17:23.635 INFO O| Aug 20 03:17:23.635 INFO STEP 1 (remove_files) COMPLETE |
| 5014 | 2026-08-20T03:17:24.344Z | [ host-image] Aug 20 03:17:23.635 INFO O| Aug 20 03:17:23.635 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5015 | 2026-08-20T03:17:24.349Z | [ host-image] Aug 20 03:17:23.645 INFO O| Aug 20 03:17:23.645 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include" |
| 5016 | 2026-08-20T03:17:24.365Z | [ host-image] Aug 20 03:17:23.660 INFO O| Aug 20 03:17:23.660 INFO STEP 2 (remove_files) COMPLETE |
| 5017 | 2026-08-20T03:17:24.365Z | [ host-image] Aug 20 03:17:23.660 INFO O| Aug 20 03:17:23.660 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5018 | 2026-08-20T03:17:24.374Z | [ host-image] Aug 20 03:17:23.670 INFO O| Aug 20 03:17:23.670 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo" |
| 5019 | 2026-08-20T03:17:24.378Z | [ host-image] Aug 20 03:17:23.671 INFO O| Aug 20 03:17:23.671 INFO STEP 3 (remove_files) COMPLETE |
| 5020 | 2026-08-20T03:17:24.378Z | [ host-image] Aug 20 03:17:23.671 INFO O| Aug 20 03:17:23.671 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5021 | 2026-08-20T03:17:24.384Z | [ host-image] Aug 20 03:17:23.680 INFO O| Aug 20 03:17:23.680 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help" |
| 5022 | 2026-08-20T03:17:24.388Z | [ host-image] Aug 20 03:17:23.683 INFO O| Aug 20 03:17:23.683 INFO STEP 4 (remove_files) COMPLETE |
| 5023 | 2026-08-20T03:17:24.388Z | [ host-image] Aug 20 03:17:23.683 INFO O| Aug 20 03:17:23.683 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5024 | 2026-08-20T03:17:24.397Z | [ host-image] Aug 20 03:17:23.692 INFO O| Aug 20 03:17:23.692 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc" |
| 5025 | 2026-08-20T03:17:24.400Z | [ host-image] Aug 20 03:17:23.694 INFO O| Aug 20 03:17:23.694 INFO STEP 5 (remove_files) COMPLETE |
| 5026 | 2026-08-20T03:17:24.401Z | [ host-image] Aug 20 03:17:23.694 INFO O| Aug 20 03:17:23.694 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5027 | 2026-08-20T03:17:24.409Z | [ host-image] Aug 20 03:17:23.704 INFO O| Aug 20 03:17:23.704 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion" |
| 5028 | 2026-08-20T03:17:24.420Z | [ host-image] Aug 20 03:17:23.714 INFO O| Aug 20 03:17:23.714 INFO STEP 6 (remove_files) COMPLETE |
| 5029 | 2026-08-20T03:17:24.420Z | [ host-image] Aug 20 03:17:23.714 INFO O| Aug 20 03:17:23.714 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5030 | 2026-08-20T03:17:24.420Z | [ host-image] Aug 20 03:17:23.714 INFO O| Aug 20 03:17:23.714 INFO skip step because feature "heliosv2" is not enabled |
| 5031 | 2026-08-20T03:17:24.425Z | [ host-image] Aug 20 03:17:23.714 INFO O| Aug 20 03:17:23.714 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5032 | 2026-08-20T03:17:24.429Z | [ host-image] Aug 20 03:17:23.725 INFO O| Aug 20 03:17:23.725 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man" |
| 5033 | 2026-08-20T03:17:24.441Z | [ host-image] Aug 20 03:17:23.737 INFO O| Aug 20 03:17:23.736 INFO STEP 8 (remove_files) COMPLETE |
| 5034 | 2026-08-20T03:17:24.441Z | [ host-image] Aug 20 03:17:23.737 INFO O| Aug 20 03:17:23.736 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5035 | 2026-08-20T03:17:24.452Z | [ host-image] Aug 20 03:17:23.747 INFO O| Aug 20 03:17:23.747 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl" |
| 5036 | 2026-08-20T03:17:24.512Z | [verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 5037 | 2026-08-20T03:17:24.535Z | [ host-image] Aug 20 03:17:23.830 INFO O| Aug 20 03:17:23.830 INFO STEP 9 (remove_files) COMPLETE |
| 5038 | 2026-08-20T03:17:24.535Z | [ host-image] Aug 20 03:17:23.830 INFO O| Aug 20 03:17:23.830 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5039 | 2026-08-20T03:17:24.551Z | [ host-image] Aug 20 03:17:23.847 INFO O| Aug 20 03:17:23.847 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man" |
| 5040 | 2026-08-20T03:17:24.637Z | [verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 5041 | 2026-08-20T03:17:24.641Z | [ host-image] Aug 20 03:17:23.937 INFO O| Aug 20 03:17:23.936 INFO STEP 10 (remove_files) COMPLETE |
| 5042 | 2026-08-20T03:17:24.642Z | [ host-image] Aug 20 03:17:23.937 INFO O| Aug 20 03:17:23.936 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5043 | 2026-08-20T03:17:24.652Z | [ host-image] Aug 20 03:17:23.946 INFO O| Aug 20 03:17:23.946 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp" |
| 5044 | 2026-08-20T03:17:24.691Z | [ host-image] Aug 20 03:17:23.949 INFO O| Aug 20 03:17:23.949 INFO STEP 11 (remove_files) COMPLETE |
| 5045 | 2026-08-20T03:17:24.691Z | [ host-image] Aug 20 03:17:23.949 INFO O| Aug 20 03:17:23.949 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5046 | 2026-08-20T03:17:24.696Z | [ host-image] Aug 20 03:17:23.970 INFO O| Aug 20 03:17:23.970 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386" |
| 5047 | 2026-08-20T03:17:24.696Z | [ host-image] Aug 20 03:17:23.971 INFO O| Aug 20 03:17:23.971 INFO STEP 12 (remove_files) COMPLETE |
| 5048 | 2026-08-20T03:17:24.696Z | [ host-image] Aug 20 03:17:23.971 INFO O| Aug 20 03:17:23.971 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5049 | 2026-08-20T03:17:24.696Z | [ host-image] Aug 20 03:17:23.981 INFO O| Aug 20 03:17:23.981 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv" |
| 5050 | 2026-08-20T03:17:24.696Z | [verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=046f74302e2ea09a75b0a6810645d42c7df6644a#046f7430) |
| 5051 | 2026-08-20T03:17:24.696Z | [ host-image] Aug 20 03:17:23.983 INFO O| Aug 20 03:17:23.982 INFO STEP 13 (remove_files) COMPLETE |
| 5052 | 2026-08-20T03:17:24.696Z | [ host-image] Aug 20 03:17:23.983 INFO O| Aug 20 03:17:23.982 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5053 | 2026-08-20T03:17:24.751Z | [ host-image] Aug 20 03:17:24.047 INFO O| Aug 20 03:17:24.046 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 5054 | 2026-08-20T03:17:24.756Z | [ host-image] Aug 20 03:17:24.051 INFO O| Aug 20 03:17:24.051 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a" |
| 5055 | 2026-08-20T03:17:24.760Z | [verify-libraries] Compiling lru v0.12.5 |
| 5056 | 2026-08-20T03:17:24.808Z | [verify-libraries] Compiling unicode-truncate v1.1.0 |
| 5057 | 2026-08-20T03:17:25.022Z | [verify-libraries] Compiling arc-swap v1.8.2 |
| 5058 | 2026-08-20T03:17:25.051Z | [verify-libraries] Compiling cassowary v0.3.0 |
| 5059 | 2026-08-20T03:17:25.055Z | [ host-image] Aug 20 03:17:24.348 INFO O| Aug 20 03:17:24.348 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
| 5060 | 2026-08-20T03:17:25.055Z | [ host-image] Aug 20 03:17:24.348 INFO O| Aug 20 03:17:24.348 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
| 5061 | 2026-08-20T03:17:25.055Z | [ host-image] Aug 20 03:17:24.348 INFO O| Aug 20 03:17:24.348 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
| 5062 | 2026-08-20T03:17:25.055Z | [ host-image] Aug 20 03:17:24.348 INFO O| Aug 20 03:17:24.348 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
| 5063 | 2026-08-20T03:17:25.055Z | [ host-image] Aug 20 03:17:24.348 INFO O| Aug 20 03:17:24.348 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
| 5064 | 2026-08-20T03:17:25.055Z | [ host-image] Aug 20 03:17:24.348 INFO O| Aug 20 03:17:24.348 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
| 5065 | 2026-08-20T03:17:25.055Z | [ host-image] Aug 20 03:17:24.348 INFO O| Aug 20 03:17:24.348 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
| 5066 | 2026-08-20T03:17:25.055Z | [ host-image] Aug 20 03:17:24.348 INFO O| Aug 20 03:17:24.348 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
| 5067 | 2026-08-20T03:17:25.055Z | [ host-image] Aug 20 03:17:24.348 INFO O| Aug 20 03:17:24.348 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
| 5068 | 2026-08-20T03:17:25.059Z | [ host-image] Aug 20 03:17:24.349 INFO O| Aug 20 03:17:24.349 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
| 5069 | 2026-08-20T03:17:25.059Z | [ host-image] Aug 20 03:17:24.349 INFO O| Aug 20 03:17:24.349 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
| 5070 | 2026-08-20T03:17:25.059Z | [ host-image] Aug 20 03:17:24.349 INFO O| Aug 20 03:17:24.349 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
| 5071 | 2026-08-20T03:17:25.059Z | [ host-image] Aug 20 03:17:24.349 INFO O| Aug 20 03:17:24.349 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
| 5072 | 2026-08-20T03:17:25.059Z | [ host-image] Aug 20 03:17:24.349 INFO O| Aug 20 03:17:24.349 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
| 5073 | 2026-08-20T03:17:25.059Z | [ host-image] Aug 20 03:17:24.349 INFO O| Aug 20 03:17:24.349 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
| 5074 | 2026-08-20T03:17:25.059Z | [ host-image] Aug 20 03:17:24.349 INFO O| Aug 20 03:17:24.349 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
| 5075 | 2026-08-20T03:17:25.059Z | [ host-image] Aug 20 03:17:24.350 INFO O| Aug 20 03:17:24.350 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a" |
| 5076 | 2026-08-20T03:17:25.060Z | [ host-image] Aug 20 03:17:24.350 INFO O| Aug 20 03:17:24.350 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a" |
| 5077 | 2026-08-20T03:17:25.063Z | [ host-image] Aug 20 03:17:24.355 INFO O| Aug 20 03:17:24.355 INFO STEP 14 (remove_files) COMPLETE |
| 5078 | 2026-08-20T03:17:25.063Z | [ host-image] Aug 20 03:17:24.355 INFO O| Aug 20 03:17:24.355 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5079 | 2026-08-20T03:17:25.071Z | [ host-image] Aug 20 03:17:24.366 INFO O| Aug 20 03:17:24.366 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot" |
| 5080 | 2026-08-20T03:17:25.074Z | [ host-image] Aug 20 03:17:24.368 INFO O| Aug 20 03:17:24.368 INFO STEP 15 (remove_files) COMPLETE |
| 5081 | 2026-08-20T03:17:25.075Z | [ host-image] Aug 20 03:17:24.368 INFO O| Aug 20 03:17:24.368 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5082 | 2026-08-20T03:17:25.082Z | [ host-image] Aug 20 03:17:24.377 INFO O| Aug 20 03:17:24.377 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc" |
| 5083 | 2026-08-20T03:17:25.091Z | [ host-image] Aug 20 03:17:24.385 INFO O| Aug 20 03:17:24.385 INFO STEP 16 (remove_files) COMPLETE |
| 5084 | 2026-08-20T03:17:25.091Z | [ host-image] Aug 20 03:17:24.385 INFO O| Aug 20 03:17:24.385 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5085 | 2026-08-20T03:17:25.100Z | [ host-image] Aug 20 03:17:24.396 INFO O| Aug 20 03:17:24.396 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv" |
| 5086 | 2026-08-20T03:17:25.104Z | [ host-image] Aug 20 03:17:24.396 INFO O| Aug 20 03:17:24.396 INFO STEP 17 (remove_files) COMPLETE |
| 5087 | 2026-08-20T03:17:25.104Z | [ host-image] Aug 20 03:17:24.396 INFO O| Aug 20 03:17:24.396 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5088 | 2026-08-20T03:17:25.117Z | [ host-image] Aug 20 03:17:24.412 INFO O| Aug 20 03:17:24.412 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc" |
| 5089 | 2026-08-20T03:17:25.121Z | [ host-image] Aug 20 03:17:24.414 INFO O| Aug 20 03:17:24.414 INFO STEP 18 (remove_files) COMPLETE |
| 5090 | 2026-08-20T03:17:25.121Z | [ host-image] Aug 20 03:17:24.414 INFO O| Aug 20 03:17:24.414 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5091 | 2026-08-20T03:17:25.130Z | [ host-image] Aug 20 03:17:24.425 INFO O| Aug 20 03:17:24.425 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 5092 | 2026-08-20T03:17:25.130Z | [ host-image] Aug 20 03:17:24.425 INFO O| Aug 20 03:17:24.425 INFO STEP 19 (remove_files) COMPLETE |
| 5093 | 2026-08-20T03:17:25.134Z | [ host-image] Aug 20 03:17:24.425 INFO O| Aug 20 03:17:24.425 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5094 | 2026-08-20T03:17:25.139Z | [ host-image] Aug 20 03:17:24.435 INFO O| Aug 20 03:17:24.435 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 5095 | 2026-08-20T03:17:25.161Z | [ host-image] Aug 20 03:17:24.435 INFO O| Aug 20 03:17:24.435 INFO STEP 20 (remove_files) COMPLETE |
| 5096 | 2026-08-20T03:17:25.161Z | [ host-image] Aug 20 03:17:24.435 INFO O| Aug 20 03:17:24.435 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5097 | 2026-08-20T03:17:25.166Z | [ host-image] Aug 20 03:17:24.448 INFO O| Aug 20 03:17:24.447 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 5098 | 2026-08-20T03:17:25.166Z | [ host-image] Aug 20 03:17:24.448 INFO O| Aug 20 03:17:24.448 INFO STEP 21 (remove_files) COMPLETE |
| 5099 | 2026-08-20T03:17:25.166Z | [ host-image] Aug 20 03:17:24.448 INFO O| Aug 20 03:17:24.448 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5100 | 2026-08-20T03:17:25.166Z | [ host-image] Aug 20 03:17:24.458 INFO O| Aug 20 03:17:24.458 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 5101 | 2026-08-20T03:17:25.166Z | [ host-image] Aug 20 03:17:24.458 INFO O| Aug 20 03:17:24.458 INFO STEP 22 (remove_files) COMPLETE |
| 5102 | 2026-08-20T03:17:25.172Z | [ host-image] Aug 20 03:17:24.458 INFO O| Aug 20 03:17:24.458 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5103 | 2026-08-20T03:17:25.181Z | [ host-image] Aug 20 03:17:24.469 INFO O| Aug 20 03:17:24.469 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 5104 | 2026-08-20T03:17:25.181Z | [ host-image] Aug 20 03:17:24.469 INFO O| Aug 20 03:17:24.469 INFO STEP 23 (remove_files) COMPLETE |
| 5105 | 2026-08-20T03:17:25.181Z | [ host-image] Aug 20 03:17:24.469 INFO O| Aug 20 03:17:24.469 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5106 | 2026-08-20T03:17:25.194Z | [ host-image] Aug 20 03:17:24.479 INFO O| Aug 20 03:17:24.479 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 5107 | 2026-08-20T03:17:25.194Z | [ host-image] Aug 20 03:17:24.479 INFO O| Aug 20 03:17:24.479 INFO STEP 24 (remove_files) COMPLETE |
| 5108 | 2026-08-20T03:17:25.194Z | [ host-image] Aug 20 03:17:24.479 INFO O| Aug 20 03:17:24.479 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5109 | 2026-08-20T03:17:25.200Z | [ host-image] Aug 20 03:17:24.489 INFO O| Aug 20 03:17:24.489 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 5110 | 2026-08-20T03:17:25.200Z | [ host-image] Aug 20 03:17:24.489 INFO O| Aug 20 03:17:24.489 INFO STEP 25 (remove_files) COMPLETE |
| 5111 | 2026-08-20T03:17:25.200Z | [ host-image] Aug 20 03:17:24.489 INFO O| Aug 20 03:17:24.489 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5112 | 2026-08-20T03:17:25.204Z | [ host-image] Aug 20 03:17:24.498 INFO O| Aug 20 03:17:24.498 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power" |
| 5113 | 2026-08-20T03:17:25.204Z | [ host-image] Aug 20 03:17:24.498 INFO O| Aug 20 03:17:24.498 INFO STEP 26 (remove_files) COMPLETE |
| 5114 | 2026-08-20T03:17:25.204Z | [ host-image] Aug 20 03:17:24.499 INFO O| Aug 20 03:17:24.498 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5115 | 2026-08-20T03:17:25.213Z | [ host-image] Aug 20 03:17:24.508 INFO O| Aug 20 03:17:24.508 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 5116 | 2026-08-20T03:17:25.213Z | [ host-image] Aug 20 03:17:24.509 INFO O| Aug 20 03:17:24.509 INFO STEP 27 (remove_files) COMPLETE |
| 5117 | 2026-08-20T03:17:25.213Z | [ host-image] Aug 20 03:17:24.509 INFO O| Aug 20 03:17:24.509 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5118 | 2026-08-20T03:17:25.223Z | [ host-image] Aug 20 03:17:24.518 INFO O| Aug 20 03:17:24.518 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 5119 | 2026-08-20T03:17:25.223Z | [ host-image] Aug 20 03:17:24.518 INFO O| Aug 20 03:17:24.518 INFO STEP 28 (remove_files) COMPLETE |
| 5120 | 2026-08-20T03:17:25.227Z | [ host-image] Aug 20 03:17:24.518 INFO O| Aug 20 03:17:24.518 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5121 | 2026-08-20T03:17:25.232Z | [ host-image] Aug 20 03:17:24.528 INFO O| Aug 20 03:17:24.528 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 5122 | 2026-08-20T03:17:25.232Z | [ host-image] Aug 20 03:17:24.528 INFO O| Aug 20 03:17:24.528 INFO STEP 29 (remove_files) COMPLETE |
| 5123 | 2026-08-20T03:17:25.237Z | [ host-image] Aug 20 03:17:24.528 INFO O| Aug 20 03:17:24.528 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5124 | 2026-08-20T03:17:25.242Z | [ host-image] Aug 20 03:17:24.538 INFO O| Aug 20 03:17:24.538 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 5125 | 2026-08-20T03:17:25.242Z | [ host-image] Aug 20 03:17:24.538 INFO O| Aug 20 03:17:24.538 INFO STEP 30 (remove_files) COMPLETE |
| 5126 | 2026-08-20T03:17:25.245Z | [ host-image] Aug 20 03:17:24.538 INFO O| Aug 20 03:17:24.538 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5127 | 2026-08-20T03:17:25.269Z | [ host-image] Aug 20 03:17:24.565 INFO O| Aug 20 03:17:24.565 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 5128 | 2026-08-20T03:17:25.269Z | [ host-image] Aug 20 03:17:24.565 INFO O| Aug 20 03:17:24.565 INFO STEP 31 (remove_files) COMPLETE |
| 5129 | 2026-08-20T03:17:25.330Z | [ host-image] Aug 20 03:17:24.565 INFO O| Aug 20 03:17:24.565 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5130 | 2026-08-20T03:17:25.330Z | [verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 5131 | 2026-08-20T03:17:25.331Z | [ host-image] Aug 20 03:17:24.582 INFO O| Aug 20 03:17:24.582 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 5132 | 2026-08-20T03:17:25.331Z | [ host-image] Aug 20 03:17:24.583 INFO O| Aug 20 03:17:24.583 INFO STEP 32 (remove_files) COMPLETE |
| 5133 | 2026-08-20T03:17:25.331Z | [ host-image] Aug 20 03:17:24.583 INFO O| Aug 20 03:17:24.583 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5134 | 2026-08-20T03:17:25.331Z | [ host-image] Aug 20 03:17:24.607 INFO O| Aug 20 03:17:24.607 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 5135 | 2026-08-20T03:17:25.331Z | [ host-image] Aug 20 03:17:24.607 INFO O| Aug 20 03:17:24.607 INFO STEP 33 (remove_files) COMPLETE |
| 5136 | 2026-08-20T03:17:25.331Z | [ host-image] Aug 20 03:17:24.607 INFO O| Aug 20 03:17:24.607 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5137 | 2026-08-20T03:17:25.353Z | [ host-image] Aug 20 03:17:24.643 INFO O| Aug 20 03:17:24.643 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 5138 | 2026-08-20T03:17:25.353Z | [ host-image] Aug 20 03:17:24.643 INFO O| Aug 20 03:17:24.643 INFO STEP 34 (remove_files) COMPLETE |
| 5139 | 2026-08-20T03:17:25.357Z | [ host-image] Aug 20 03:17:24.643 INFO O| Aug 20 03:17:24.643 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5140 | 2026-08-20T03:17:25.364Z | [ host-image] Aug 20 03:17:24.653 INFO O| Aug 20 03:17:24.653 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 5141 | 2026-08-20T03:17:25.364Z | [ host-image] Aug 20 03:17:24.653 INFO O| Aug 20 03:17:24.653 INFO STEP 35 (remove_files) COMPLETE |
| 5142 | 2026-08-20T03:17:25.364Z | [ host-image] Aug 20 03:17:24.653 INFO O| Aug 20 03:17:24.653 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5143 | 2026-08-20T03:17:25.367Z | [ host-image] Aug 20 03:17:24.662 INFO O| Aug 20 03:17:24.662 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 5144 | 2026-08-20T03:17:25.367Z | [ host-image] Aug 20 03:17:24.662 INFO O| Aug 20 03:17:24.662 INFO STEP 36 (remove_files) COMPLETE |
| 5145 | 2026-08-20T03:17:25.368Z | [ host-image] Aug 20 03:17:24.662 INFO O| Aug 20 03:17:24.662 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5146 | 2026-08-20T03:17:25.379Z | [ host-image] Aug 20 03:17:24.672 INFO O| Aug 20 03:17:24.672 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 5147 | 2026-08-20T03:17:25.380Z | [ host-image] Aug 20 03:17:24.672 INFO O| Aug 20 03:17:24.672 INFO STEP 37 (remove_files) COMPLETE |
| 5148 | 2026-08-20T03:17:25.396Z | [ host-image] Aug 20 03:17:24.672 INFO O| Aug 20 03:17:24.672 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5149 | 2026-08-20T03:17:25.404Z | [ host-image] Aug 20 03:17:24.682 INFO O| Aug 20 03:17:24.682 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 5150 | 2026-08-20T03:17:25.405Z | [ host-image] Aug 20 03:17:24.682 INFO O| Aug 20 03:17:24.682 INFO STEP 38 (remove_files) COMPLETE |
| 5151 | 2026-08-20T03:17:25.405Z | [ host-image] Aug 20 03:17:24.682 INFO O| Aug 20 03:17:24.682 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5152 | 2026-08-20T03:17:25.421Z | [ host-image] Aug 20 03:17:24.712 INFO O| Aug 20 03:17:24.712 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 5153 | 2026-08-20T03:17:25.421Z | [ host-image] Aug 20 03:17:24.712 INFO O| Aug 20 03:17:24.712 INFO STEP 39 (remove_files) COMPLETE |
| 5154 | 2026-08-20T03:17:25.439Z | [ host-image] Aug 20 03:17:24.712 INFO O| Aug 20 03:17:24.712 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5155 | 2026-08-20T03:17:25.439Z | [verify-libraries] Compiling ratatui v0.29.0 |
| 5156 | 2026-08-20T03:17:25.448Z | [ host-image] Aug 20 03:17:24.722 INFO O| Aug 20 03:17:24.722 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 5157 | 2026-08-20T03:17:25.448Z | [ host-image] Aug 20 03:17:24.722 INFO O| Aug 20 03:17:24.722 INFO STEP 40 (remove_files) COMPLETE |
| 5158 | 2026-08-20T03:17:25.448Z | [ host-image] Aug 20 03:17:24.722 INFO O| Aug 20 03:17:24.722 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5159 | 2026-08-20T03:17:25.458Z | [ host-image] Aug 20 03:17:24.740 INFO O| Aug 20 03:17:24.740 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 5160 | 2026-08-20T03:17:25.458Z | [ host-image] Aug 20 03:17:24.740 INFO O| Aug 20 03:17:24.740 INFO STEP 41 (remove_files) COMPLETE |
| 5161 | 2026-08-20T03:17:25.458Z | [ host-image] Aug 20 03:17:24.740 INFO O| Aug 20 03:17:24.740 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5162 | 2026-08-20T03:17:25.459Z | [verify-libraries] Compiling slog-scope v4.4.1 |
| 5163 | 2026-08-20T03:17:25.459Z | [ host-image] Aug 20 03:17:24.749 INFO O| Aug 20 03:17:24.749 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 5164 | 2026-08-20T03:17:25.459Z | [ host-image] Aug 20 03:17:24.749 INFO O| Aug 20 03:17:24.749 INFO STEP 42 (remove_files) COMPLETE |
| 5165 | 2026-08-20T03:17:25.459Z | [ host-image] Aug 20 03:17:24.749 INFO O| Aug 20 03:17:24.749 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5166 | 2026-08-20T03:17:25.475Z | [ host-image] Aug 20 03:17:24.759 INFO O| Aug 20 03:17:24.759 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 5167 | 2026-08-20T03:17:25.476Z | [ host-image] Aug 20 03:17:24.759 INFO O| Aug 20 03:17:24.759 INFO STEP 43 (remove_files) COMPLETE |
| 5168 | 2026-08-20T03:17:25.476Z | [ host-image] Aug 20 03:17:24.759 INFO O| Aug 20 03:17:24.759 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5169 | 2026-08-20T03:17:25.482Z | [ host-image] Aug 20 03:17:24.768 INFO O| Aug 20 03:17:24.768 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 5170 | 2026-08-20T03:17:25.482Z | [ host-image] Aug 20 03:17:24.768 INFO O| Aug 20 03:17:24.768 INFO STEP 44 (remove_files) COMPLETE |
| 5171 | 2026-08-20T03:17:25.482Z | [ host-image] Aug 20 03:17:24.768 INFO O| Aug 20 03:17:24.768 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5172 | 2026-08-20T03:17:25.482Z | [ host-image] Aug 20 03:17:24.777 INFO O| Aug 20 03:17:24.777 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 5173 | 2026-08-20T03:17:25.483Z | [ host-image] Aug 20 03:17:24.777 INFO O| Aug 20 03:17:24.777 INFO STEP 45 (remove_files) COMPLETE |
| 5174 | 2026-08-20T03:17:25.483Z | [ host-image] Aug 20 03:17:24.777 INFO O| Aug 20 03:17:24.777 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5175 | 2026-08-20T03:17:25.492Z | [ host-image] Aug 20 03:17:24.787 INFO O| Aug 20 03:17:24.786 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 5176 | 2026-08-20T03:17:25.492Z | [ host-image] Aug 20 03:17:24.787 INFO O| Aug 20 03:17:24.787 INFO STEP 46 (remove_files) COMPLETE |
| 5177 | 2026-08-20T03:17:25.503Z | [ host-image] Aug 20 03:17:24.787 INFO O| Aug 20 03:17:24.787 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5178 | 2026-08-20T03:17:25.511Z | [ host-image] Aug 20 03:17:24.796 INFO O| Aug 20 03:17:24.796 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 5179 | 2026-08-20T03:17:25.511Z | [ host-image] Aug 20 03:17:24.796 INFO O| Aug 20 03:17:24.796 INFO STEP 47 (remove_files) COMPLETE |
| 5180 | 2026-08-20T03:17:25.512Z | [ host-image] Aug 20 03:17:24.796 INFO O| Aug 20 03:17:24.796 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5181 | 2026-08-20T03:17:25.525Z | [ host-image] Aug 20 03:17:24.817 INFO O| Aug 20 03:17:24.817 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 5182 | 2026-08-20T03:17:25.530Z | [ host-image] Aug 20 03:17:24.817 INFO O| Aug 20 03:17:24.817 INFO STEP 48 (remove_files) COMPLETE |
| 5183 | 2026-08-20T03:17:25.530Z | [ host-image] Aug 20 03:17:24.817 INFO O| Aug 20 03:17:24.817 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5184 | 2026-08-20T03:17:25.534Z | [ host-image] Aug 20 03:17:24.826 INFO O| Aug 20 03:17:24.826 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 5185 | 2026-08-20T03:17:25.534Z | [ host-image] Aug 20 03:17:24.826 INFO O| Aug 20 03:17:24.826 INFO STEP 49 (remove_files) COMPLETE |
| 5186 | 2026-08-20T03:17:25.534Z | [ host-image] Aug 20 03:17:24.826 INFO O| Aug 20 03:17:24.826 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5187 | 2026-08-20T03:17:25.542Z | [ host-image] Aug 20 03:17:24.837 INFO O| Aug 20 03:17:24.836 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 5188 | 2026-08-20T03:17:25.542Z | [ host-image] Aug 20 03:17:24.837 INFO O| Aug 20 03:17:24.837 INFO STEP 50 (remove_files) COMPLETE |
| 5189 | 2026-08-20T03:17:25.542Z | [ host-image] Aug 20 03:17:24.837 INFO O| Aug 20 03:17:24.837 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5190 | 2026-08-20T03:17:25.567Z | [ host-image] Aug 20 03:17:24.860 INFO O| Aug 20 03:17:24.860 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 5191 | 2026-08-20T03:17:25.567Z | [ host-image] Aug 20 03:17:24.860 INFO O| Aug 20 03:17:24.860 INFO STEP 51 (remove_files) COMPLETE |
| 5192 | 2026-08-20T03:17:25.567Z | [ host-image] Aug 20 03:17:24.860 INFO O| Aug 20 03:17:24.860 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5193 | 2026-08-20T03:17:25.578Z | [ host-image] Aug 20 03:17:24.873 INFO O| Aug 20 03:17:24.873 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 5194 | 2026-08-20T03:17:25.578Z | [ host-image] Aug 20 03:17:24.873 INFO O| Aug 20 03:17:24.873 INFO STEP 52 (remove_files) COMPLETE |
| 5195 | 2026-08-20T03:17:25.584Z | [ host-image] Aug 20 03:17:24.873 INFO O| Aug 20 03:17:24.873 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5196 | 2026-08-20T03:17:25.589Z | [ host-image] Aug 20 03:17:24.883 INFO O| Aug 20 03:17:24.883 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 5197 | 2026-08-20T03:17:25.589Z | [ host-image] Aug 20 03:17:24.883 INFO O| Aug 20 03:17:24.883 INFO STEP 53 (remove_files) COMPLETE |
| 5198 | 2026-08-20T03:17:25.589Z | [ host-image] Aug 20 03:17:24.883 INFO O| Aug 20 03:17:24.883 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5199 | 2026-08-20T03:17:25.607Z | [ host-image] Aug 20 03:17:24.902 INFO O| Aug 20 03:17:24.902 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm" |
| 5200 | 2026-08-20T03:17:25.607Z | [ host-image] Aug 20 03:17:24.902 INFO O| Aug 20 03:17:24.902 INFO STEP 54 (remove_files) COMPLETE |
| 5201 | 2026-08-20T03:17:25.607Z | [ host-image] Aug 20 03:17:24.902 INFO O| Aug 20 03:17:24.902 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5202 | 2026-08-20T03:17:25.615Z | [verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 5203 | 2026-08-20T03:17:25.620Z | [ host-image] Aug 20 03:17:24.914 INFO O| Aug 20 03:17:24.914 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm" |
| 5204 | 2026-08-20T03:17:25.620Z | [ host-image] Aug 20 03:17:24.914 INFO O| Aug 20 03:17:24.914 INFO STEP 55 (remove_files) COMPLETE |
| 5205 | 2026-08-20T03:17:25.620Z | [ host-image] Aug 20 03:17:24.914 INFO O| Aug 20 03:17:24.914 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5206 | 2026-08-20T03:17:25.628Z | [ host-image] Aug 20 03:17:24.924 INFO O| Aug 20 03:17:24.924 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm" |
| 5207 | 2026-08-20T03:17:25.628Z | [ host-image] Aug 20 03:17:24.924 INFO O| Aug 20 03:17:24.924 INFO STEP 56 (remove_files) COMPLETE |
| 5208 | 2026-08-20T03:17:25.628Z | [ host-image] Aug 20 03:17:24.924 INFO O| Aug 20 03:17:24.924 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5209 | 2026-08-20T03:17:25.639Z | [ host-image] Aug 20 03:17:24.933 INFO O| Aug 20 03:17:24.933 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm" |
| 5210 | 2026-08-20T03:17:25.639Z | [ host-image] Aug 20 03:17:24.933 INFO O| Aug 20 03:17:24.933 INFO STEP 57 (remove_files) COMPLETE |
| 5211 | 2026-08-20T03:17:25.639Z | [ host-image] Aug 20 03:17:24.933 INFO O| Aug 20 03:17:24.933 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5212 | 2026-08-20T03:17:25.647Z | [ host-image] Aug 20 03:17:24.942 INFO O| Aug 20 03:17:24.942 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar" |
| 5213 | 2026-08-20T03:17:25.647Z | [ host-image] Aug 20 03:17:24.942 INFO O| Aug 20 03:17:24.942 INFO STEP 58 (remove_files) COMPLETE |
| 5214 | 2026-08-20T03:17:25.651Z | [ host-image] Aug 20 03:17:24.942 INFO O| Aug 20 03:17:24.942 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5215 | 2026-08-20T03:17:25.655Z | [ host-image] Aug 20 03:17:24.951 INFO O| Aug 20 03:17:24.951 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 5216 | 2026-08-20T03:17:25.655Z | [ host-image] Aug 20 03:17:24.951 INFO O| Aug 20 03:17:24.951 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ... |
| 5217 | 2026-08-20T03:17:25.656Z | [ host-image] Aug 20 03:17:24.951 INFO O| Aug 20 03:17:24.951 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 5218 | 2026-08-20T03:17:25.660Z | [ host-image] Aug 20 03:17:24.951 INFO O| Aug 20 03:17:24.951 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 5219 | 2026-08-20T03:17:25.660Z | [ host-image] Aug 20 03:17:24.951 INFO O| Aug 20 03:17:24.951 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 5220 | 2026-08-20T03:17:25.660Z | [ host-image] Aug 20 03:17:24.951 INFO O| Aug 20 03:17:24.951 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 5221 | 2026-08-20T03:17:25.660Z | [ host-image] Aug 20 03:17:24.951 INFO O| Aug 20 03:17:24.951 INFO ok! |
| 5222 | 2026-08-20T03:17:25.660Z | [ host-image] Aug 20 03:17:24.951 INFO O| Aug 20 03:17:24.951 INFO STEP 59 (ensure_file) COMPLETE |
| 5223 | 2026-08-20T03:17:25.660Z | [ host-image] Aug 20 03:17:24.951 INFO O| Aug 20 03:17:24.951 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5224 | 2026-08-20T03:17:25.664Z | [ host-image] Aug 20 03:17:24.960 INFO O| Aug 20 03:17:24.960 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 5225 | 2026-08-20T03:17:25.664Z | [ host-image] Aug 20 03:17:24.960 INFO O| Aug 20 03:17:24.960 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 5226 | 2026-08-20T03:17:25.664Z | [ host-image] Aug 20 03:17:24.960 INFO O| Aug 20 03:17:24.960 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5227 | 2026-08-20T03:17:25.669Z | [ host-image] Aug 20 03:17:24.960 INFO O| Aug 20 03:17:24.960 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5228 | 2026-08-20T03:17:25.669Z | [ host-image] Aug 20 03:17:24.960 INFO O| Aug 20 03:17:24.960 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5229 | 2026-08-20T03:17:25.669Z | [ host-image] Aug 20 03:17:24.960 INFO O| Aug 20 03:17:24.960 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5230 | 2026-08-20T03:17:25.669Z | [ host-image] Aug 20 03:17:24.960 INFO O| Aug 20 03:17:24.960 INFO ok! |
| 5231 | 2026-08-20T03:17:25.669Z | [ host-image] Aug 20 03:17:24.960 INFO O| Aug 20 03:17:24.960 INFO STEP 60 (ensure_file) COMPLETE |
| 5232 | 2026-08-20T03:17:25.669Z | [ host-image] Aug 20 03:17:24.960 INFO O| Aug 20 03:17:24.960 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5233 | 2026-08-20T03:17:25.669Z | [verify-libraries] Compiling wnaf v0.14.0 |
| 5234 | 2026-08-20T03:17:25.674Z | [ host-image] Aug 20 03:17:24.970 INFO O| Aug 20 03:17:24.970 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist |
| 5235 | 2026-08-20T03:17:25.675Z | [ host-image] Aug 20 03:17:24.970 INFO O| Aug 20 03:17:24.970 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ... |
| 5236 | 2026-08-20T03:17:25.675Z | [ host-image] Aug 20 03:17:24.970 INFO O| Aug 20 03:17:24.970 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile |
| 5237 | 2026-08-20T03:17:25.678Z | [ host-image] Aug 20 03:17:24.970 INFO O| Aug 20 03:17:24.970 INFO ok! |
| 5238 | 2026-08-20T03:17:25.678Z | [ host-image] Aug 20 03:17:24.970 INFO O| Aug 20 03:17:24.970 INFO STEP 61 (ensure_file) COMPLETE |
| 5239 | 2026-08-20T03:17:25.678Z | [ host-image] Aug 20 03:17:24.970 INFO O| Aug 20 03:17:24.970 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5240 | 2026-08-20T03:17:25.689Z | [ host-image] Aug 20 03:17:24.980 INFO O| Aug 20 03:17:24.980 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 5241 | 2026-08-20T03:17:25.689Z | [ host-image] Aug 20 03:17:24.980 INFO O| Aug 20 03:17:24.980 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ... |
| 5242 | 2026-08-20T03:17:25.689Z | [ host-image] Aug 20 03:17:24.980 INFO O| Aug 20 03:17:24.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc |
| 5243 | 2026-08-20T03:17:25.697Z | [ host-image] Aug 20 03:17:24.980 INFO O| Aug 20 03:17:24.980 INFO ok! |
| 5244 | 2026-08-20T03:17:25.697Z | [ host-image] Aug 20 03:17:24.980 INFO O| Aug 20 03:17:24.980 INFO STEP 62 (ensure_file) COMPLETE |
| 5245 | 2026-08-20T03:17:25.698Z | [ host-image] Aug 20 03:17:24.980 INFO O| Aug 20 03:17:24.980 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5246 | 2026-08-20T03:17:25.706Z | [ host-image] Aug 20 03:17:24.989 INFO O| Aug 20 03:17:24.989 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 5247 | 2026-08-20T03:17:25.707Z | [ host-image] Aug 20 03:17:24.989 INFO O| Aug 20 03:17:24.989 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ... |
| 5248 | 2026-08-20T03:17:25.707Z | [ host-image] Aug 20 03:17:24.989 INFO O| Aug 20 03:17:24.989 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 5249 | 2026-08-20T03:17:25.707Z | [ host-image] Aug 20 03:17:24.989 INFO O| Aug 20 03:17:24.989 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 5250 | 2026-08-20T03:17:25.707Z | [ host-image] Aug 20 03:17:24.989 INFO O| Aug 20 03:17:24.989 INFO ok! |
| 5251 | 2026-08-20T03:17:25.707Z | [ host-image] Aug 20 03:17:24.989 INFO O| Aug 20 03:17:24.989 INFO STEP 63 (ensure_file) COMPLETE |
| 5252 | 2026-08-20T03:17:25.708Z | [ host-image] Aug 20 03:17:24.989 INFO O| Aug 20 03:17:24.989 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5253 | 2026-08-20T03:17:25.708Z | [ host-image] Aug 20 03:17:24.997 INFO O| Aug 20 03:17:24.997 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 5254 | 2026-08-20T03:17:25.708Z | [ host-image] Aug 20 03:17:24.997 INFO O| Aug 20 03:17:24.997 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 5255 | 2026-08-20T03:17:25.708Z | [ host-image] Aug 20 03:17:24.997 INFO O| Aug 20 03:17:24.997 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 5256 | 2026-08-20T03:17:25.708Z | [ host-image] Aug 20 03:17:24.997 INFO O| Aug 20 03:17:24.997 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 5257 | 2026-08-20T03:17:25.710Z | [ host-image] Aug 20 03:17:24.997 INFO O| Aug 20 03:17:24.997 INFO ok! |
| 5258 | 2026-08-20T03:17:25.710Z | [ host-image] Aug 20 03:17:24.997 INFO O| Aug 20 03:17:24.997 INFO STEP 64 (ensure_file) COMPLETE |
| 5259 | 2026-08-20T03:17:25.711Z | [ host-image] Aug 20 03:17:24.997 INFO O| Aug 20 03:17:24.997 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5260 | 2026-08-20T03:17:25.716Z | [ host-image] Aug 20 03:17:25.006 INFO O| Aug 20 03:17:25.006 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 5261 | 2026-08-20T03:17:25.717Z | [ host-image] Aug 20 03:17:25.006 INFO O| Aug 20 03:17:25.006 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 5262 | 2026-08-20T03:17:25.717Z | [ host-image] Aug 20 03:17:25.006 INFO O| Aug 20 03:17:25.006 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly |
| 5263 | 2026-08-20T03:17:25.717Z | [ host-image] Aug 20 03:17:25.006 INFO O| Aug 20 03:17:25.006 INFO ok! |
| 5264 | 2026-08-20T03:17:25.717Z | [ host-image] Aug 20 03:17:25.006 INFO O| Aug 20 03:17:25.006 INFO STEP 65 (assemble_files) COMPLETE |
| 5265 | 2026-08-20T03:17:25.717Z | [ host-image] Aug 20 03:17:25.006 INFO O| Aug 20 03:17:25.006 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5266 | 2026-08-20T03:17:25.727Z | [ host-image] Aug 20 03:17:25.015 INFO O| Aug 20 03:17:25.015 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 5267 | 2026-08-20T03:17:25.727Z | [ host-image] Aug 20 03:17:25.015 INFO O| Aug 20 03:17:25.015 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ... |
| 5268 | 2026-08-20T03:17:25.727Z | [ host-image] Aug 20 03:17:25.015 INFO O| Aug 20 03:17:25.015 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 5269 | 2026-08-20T03:17:25.728Z | [ host-image] Aug 20 03:17:25.015 INFO O| Aug 20 03:17:25.015 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 5270 | 2026-08-20T03:17:25.728Z | [ host-image] Aug 20 03:17:25.015 INFO O| Aug 20 03:17:25.015 INFO ok! |
| 5271 | 2026-08-20T03:17:25.728Z | [ host-image] Aug 20 03:17:25.015 INFO O| Aug 20 03:17:25.015 INFO STEP 66 (ensure_file) COMPLETE |
| 5272 | 2026-08-20T03:17:25.728Z | [ host-image] Aug 20 03:17:25.015 INFO O| Aug 20 03:17:25.015 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5273 | 2026-08-20T03:17:25.739Z | [ host-image] Aug 20 03:17:25.024 INFO O| Aug 20 03:17:25.024 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 5274 | 2026-08-20T03:17:25.739Z | [ host-image] Aug 20 03:17:25.024 INFO O| Aug 20 03:17:25.024 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 5275 | 2026-08-20T03:17:25.740Z | [ host-image] Aug 20 03:17:25.024 INFO O| Aug 20 03:17:25.024 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 5276 | 2026-08-20T03:17:25.740Z | [ host-image] Aug 20 03:17:25.024 INFO O| Aug 20 03:17:25.024 INFO STEP 67 (ensure_dir) COMPLETE |
| 5277 | 2026-08-20T03:17:25.740Z | [ host-image] Aug 20 03:17:25.024 INFO O| Aug 20 03:17:25.024 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5278 | 2026-08-20T03:17:25.740Z | [ host-image] Aug 20 03:17:25.032 INFO O| Aug 20 03:17:25.032 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
| 5279 | 2026-08-20T03:17:25.740Z | [ host-image] Aug 20 03:17:25.032 INFO O| Aug 20 03:17:25.032 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 ... |
| 5280 | 2026-08-20T03:17:25.752Z | [ host-image] Aug 20 03:17:25.042 INFO O| Aug 20 03:17:25.042 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 |
| 5281 | 2026-08-20T03:17:25.752Z | [ host-image] Aug 20 03:17:25.042 INFO O| Aug 20 03:17:25.042 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 5282 | 2026-08-20T03:17:25.752Z | [ host-image] Aug 20 03:17:25.042 INFO O| Aug 20 03:17:25.042 INFO ok! |
| 5283 | 2026-08-20T03:17:25.764Z | [ host-image] Aug 20 03:17:25.042 INFO O| Aug 20 03:17:25.042 INFO STEP 68 (ensure_file) COMPLETE |
| 5284 | 2026-08-20T03:17:25.764Z | [ host-image] Aug 20 03:17:25.042 INFO O| Aug 20 03:17:25.042 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5285 | 2026-08-20T03:17:25.764Z | [ host-image] Aug 20 03:17:25.052 INFO O| Aug 20 03:17:25.052 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
| 5286 | 2026-08-20T03:17:25.764Z | [ host-image] Aug 20 03:17:25.052 INFO O| Aug 20 03:17:25.052 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 ... |
| 5287 | 2026-08-20T03:17:25.765Z | [ host-image] Aug 20 03:17:25.052 INFO O| Aug 20 03:17:25.052 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 |
| 5288 | 2026-08-20T03:17:25.766Z | [ host-image] Aug 20 03:17:25.052 INFO O| Aug 20 03:17:25.052 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 5289 | 2026-08-20T03:17:25.766Z | [ host-image] Aug 20 03:17:25.052 INFO O| Aug 20 03:17:25.052 INFO ok! |
| 5290 | 2026-08-20T03:17:25.766Z | [ host-image] Aug 20 03:17:25.052 INFO O| Aug 20 03:17:25.052 INFO STEP 69 (ensure_file) COMPLETE |
| 5291 | 2026-08-20T03:17:25.766Z | [ host-image] Aug 20 03:17:25.052 INFO O| Aug 20 03:17:25.052 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5292 | 2026-08-20T03:17:25.774Z | [ host-image] Aug 20 03:17:25.069 INFO O| Aug 20 03:17:25.069 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal |
| 5293 | 2026-08-20T03:17:25.774Z | [ host-image] Aug 20 03:17:25.069 INFO O| Aug 20 03:17:25.069 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."] |
| 5294 | 2026-08-20T03:17:25.920Z | [verify-libraries] Compiling diesel-dtrace v0.5.0 |
| 5295 | 2026-08-20T03:17:25.969Z | [ recovery-image] Aug 20 03:17:25.256 INFO O| Aug 20 03:17:25.256 INFO O| Actions: 26511/27580 actions (Installing new actions) |
| 5296 | 2026-08-20T03:17:26.138Z | [verify-libraries] Compiling async-bb8-diesel v0.2.1 |
| 5297 | 2026-08-20T03:17:26.419Z | [verify-libraries] Compiling primefield v0.14.0 |
| 5298 | 2026-08-20T03:17:26.788Z | [verify-libraries] Compiling rfc6979 v0.6.0 |
| 5299 | 2026-08-20T03:17:26.810Z | [verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 5300 | 2026-08-20T03:17:26.839Z | [ recovery-image] Aug 20 03:17:26.134 INFO O| Aug 20 03:17:26.133 INFO O| Actions: Completed 27580 actions in 5.88 seconds. |
| 5301 | 2026-08-20T03:17:26.855Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 5302 | 2026-08-20T03:17:26.918Z | [ recovery-image] Aug 20 03:17:26.212 INFO O| Aug 20 03:17:26.212 INFO O| Finalize: Updating package state database ... Done |
| 5303 | 2026-08-20T03:17:26.918Z | [ recovery-image] Aug 20 03:17:26.212 INFO O| Aug 20 03:17:26.212 INFO O| Finalize: Updating package cache ... Done |
| 5304 | 2026-08-20T03:17:26.995Z | [verify-libraries] Compiling signal-hook-tokio v0.3.1 |
| 5305 | 2026-08-20T03:17:27.077Z | [ recovery-image] Aug 20 03:17:26.333 INFO O| Aug 20 03:17:26.333 INFO O| Finalize: Updating image state ... Done |
| 5306 | 2026-08-20T03:17:27.083Z | [verify-libraries] Compiling vergen-git2 v9.1.0 |
| 5307 | 2026-08-20T03:17:27.197Z | [verify-libraries] Compiling strsim v0.10.0 |
| 5308 | 2026-08-20T03:17:27.397Z | [verify-libraries] Compiling ecdsa v0.17.0 |
| 5309 | 2026-08-20T03:17:27.570Z | [verify-libraries] Compiling darling_core v0.13.4 |
| 5310 | 2026-08-20T03:17:27.618Z | [ host-image] Aug 20 03:17:26.910 INFO O| Aug 20 03:17:26.910 INFO STEP 70 (pack_tar) COMPLETE |
| 5311 | 2026-08-20T03:17:27.618Z | [ host-image] Aug 20 03:17:26.910 INFO O| Aug 20 03:17:26.910 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 5312 | 2026-08-20T03:17:27.618Z | [ host-image] Aug 20 03:17:26.910 INFO O| Aug 20 03:17:26.910 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim |
| 5313 | 2026-08-20T03:17:27.720Z | [verify-libraries] Compiling primeorder v0.14.0 |
| 5314 | 2026-08-20T03:17:27.798Z | [verify-libraries] Compiling slog-stdlog v4.1.1 |
| 5315 | 2026-08-20T03:17:27.805Z | [ recovery-image] Aug 20 03:17:27.101 INFO O| Aug 20 03:17:27.101 INFO O| Finalize: Creating fast lookup database ... Done |
| 5316 | 2026-08-20T03:17:27.827Z | [ recovery-image] Aug 20 03:17:27.122 INFO O| Aug 20 03:17:27.122 INFO O| Finalize: Reading search index ... Done |
| 5317 | 2026-08-20T03:17:28.014Z | [verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 5318 | 2026-08-20T03:17:28.115Z | [verify-libraries] Compiling tungstenite v0.23.0 |
| 5319 | 2026-08-20T03:17:28.156Z | [ host-image] Aug 20 03:17:27.450 INFO O| Aug 20 03:17:27.450 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 5320 | 2026-08-20T03:17:28.268Z | [verify-libraries] Compiling curve25519-dalek v5.0.0 |
| 5321 | 2026-08-20T03:17:28.312Z | [ host-image] Aug 20 03:17:27.608 INFO O| Aug 20 03:17:27.607 INFO completed processing sled/ramdisk-02-trim |
| 5322 | 2026-08-20T03:17:28.317Z | [ host-image] Aug 20 03:17:27.610 INFO image builder template: zfs... |
| 5323 | 2026-08-20T03:17:28.317Z | [ host-image] Aug 20 03:17:27.610 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/.tmpkAvEhq/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 |
| 5324 | 2026-08-20T03:17:28.327Z | [ host-image] Aug 20 03:17:27.622 INFO O| Aug 20 03:17:27.622 INFO skip include "stress" because feature "stress" is not enabled |
| 5325 | 2026-08-20T03:17:28.327Z | [ host-image] Aug 20 03:17:27.623 INFO O| Aug 20 03:17:27.622 INFO skip include "stress" because feature "compliance" is not enabled |
| 5326 | 2026-08-20T03:17:28.357Z | [ host-image] Aug 20 03:17:27.651 INFO O| Aug 20 03:17:27.651 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs |
| 5327 | 2026-08-20T03:17:28.361Z | [ host-image] Aug 20 03:17:27.655 INFO O| Aug 20 03:17:27.655 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs |
| 5328 | 2026-08-20T03:17:28.468Z | [verify-libraries] Compiling console v0.16.2 |
| 5329 | 2026-08-20T03:17:28.472Z | [ host-image] Aug 20 03:17:27.765 INFO O| Aug 20 03:17:27.765 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled |
| 5330 | 2026-08-20T03:17:28.560Z | [ host-image] Aug 20 03:17:27.849 INFO O| Aug 20 03:17:27.849 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs |
| 5331 | 2026-08-20T03:17:28.560Z | [ host-image] Aug 20 03:17:27.849 INFO O| Aug 20 03:17:27.849 INFO work dataset: rpool/images/build/host/work/sled/zfs |
| 5332 | 2026-08-20T03:17:28.564Z | [ host-image] Aug 20 03:17:27.853 INFO O| Aug 20 03:17:27.853 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs |
| 5333 | 2026-08-20T03:17:28.594Z | [verify-libraries] Compiling libsw-core v0.3.2 |
| 5334 | 2026-08-20T03:17:28.670Z | [ host-image] Aug 20 03:17:27.964 INFO O| Aug 20 03:17:27.964 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled |
| 5335 | 2026-08-20T03:17:28.763Z | [verify-libraries] Compiling void v1.0.2 |
| 5336 | 2026-08-20T03:17:28.782Z | [verify-libraries] Compiling assert_matches v1.5.0 |
| 5337 | 2026-08-20T03:17:28.811Z | [verify-libraries] Compiling unit-prefix v0.5.2 |
| 5338 | 2026-08-20T03:17:28.835Z | [ host-image] Aug 20 03:17:28.130 INFO O| Aug 20 03:17:28.130 INFO DESTROY POOL: TEMPORARY-sled-zfs |
| 5339 | 2026-08-20T03:17:28.845Z | [ host-image] Aug 20 03:17:28.141 INFO O| Aug 20 03:17:28.141 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 5340 | 2026-08-20T03:17:28.850Z | [ host-image] Aug 20 03:17:28.146 INFO O| Aug 20 03:17:28.146 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot |
| 5341 | 2026-08-20T03:17:28.856Z | [ host-image] Aug 20 03:17:28.147 INFO O| Aug 20 03:17:28.147 INFO no lofi found |
| 5342 | 2026-08-20T03:17:28.856Z | [ host-image] Aug 20 03:17:28.147 INFO O| Aug 20 03:17:28.147 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal |
| 5343 | 2026-08-20T03:17:28.856Z | [ host-image] Aug 20 03:17:28.147 INFO O| Aug 20 03:17:28.147 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 5344 | 2026-08-20T03:17:28.920Z | [verify-libraries] Compiling lzss v0.8.2 |
| 5345 | 2026-08-20T03:17:28.967Z | [verify-libraries] Compiling indicatif v0.18.4 |
| 5346 | 2026-08-20T03:17:29.117Z | [verify-libraries] Compiling libsw v3.5.0 |
| 5347 | 2026-08-20T03:17:29.167Z | [verify-libraries] Compiling tokio-tungstenite v0.23.1 |
| 5348 | 2026-08-20T03:17:29.214Z | [verify-libraries] Compiling slog-envlogger v2.2.0 |
| 5349 | 2026-08-20T03:17:29.235Z | [verify-libraries] Compiling ssh-encoding v0.3.0 |
| 5350 | 2026-08-20T03:17:29.257Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 5351 | 2026-08-20T03:17:29.355Z | [verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 5352 | 2026-08-20T03:17:29.529Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 5353 | 2026-08-20T03:17:29.630Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 5354 | 2026-08-20T03:17:29.678Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 5355 | 2026-08-20T03:17:29.690Z | [ recovery-image] Aug 20 03:17:28.985 INFO O| Aug 20 03:17:28.985 INFO O| Finalize: Building new search index ... Done |
| 5356 | 2026-08-20T03:17:29.799Z | [verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 5357 | 2026-08-20T03:17:29.904Z | [verify-libraries] Compiling nix v0.27.1 |
| 5358 | 2026-08-20T03:17:29.942Z | [verify-libraries] Compiling colored v2.2.0 |
| 5359 | 2026-08-20T03:17:29.966Z | [verify-libraries] Compiling darling_macro v0.13.4 |
| 5360 | 2026-08-20T03:17:29.989Z | [ recovery-image] Aug 20 03:17:29.283 INFO O| Aug 20 03:17:29.283 INFO O| Finalize: Updating package cache ... Done |
| 5361 | 2026-08-20T03:17:30.064Z | [verify-libraries] Compiling blake3 v1.8.5 |
| 5362 | 2026-08-20T03:17:30.108Z | [verify-libraries] Compiling serde_bytes v0.11.19 |
| 5363 | 2026-08-20T03:17:30.328Z | [ recovery-image] Aug 20 03:17:29.621 INFO O| Aug 20 03:17:29.621 INFO STEP 11 (pkg_install) COMPLETE |
| 5364 | 2026-08-20T03:17:30.328Z | [ recovery-image] Aug 20 03:17:29.621 INFO O| Aug 20 03:17:29.621 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5365 | 2026-08-20T03:17:30.335Z | [ recovery-image] Aug 20 03:17:29.621 INFO O| Aug 20 03:17:29.621 INFO skip step because feature "recovery" is enabled |
| 5366 | 2026-08-20T03:17:30.335Z | [ recovery-image] Aug 20 03:17:29.621 INFO O| Aug 20 03:17:29.621 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5367 | 2026-08-20T03:17:30.335Z | [ recovery-image] Aug 20 03:17:29.621 INFO O| Aug 20 03:17:29.621 INFO skip step because feature "omicron1" is not enabled |
| 5368 | 2026-08-20T03:17:30.335Z | [ recovery-image] Aug 20 03:17:29.621 INFO O| Aug 20 03:17:29.621 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5369 | 2026-08-20T03:17:30.341Z | [ recovery-image] Aug 20 03:17:29.632 INFO O| Aug 20 03:17:29.631 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"] |
| 5370 | 2026-08-20T03:17:30.366Z | [verify-libraries] Compiling keccak v0.2.0 |
| 5371 | 2026-08-20T03:17:30.506Z | [verify-libraries] Compiling shell-words v1.1.1 |
| 5372 | 2026-08-20T03:17:30.584Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 5373 | 2026-08-20T03:17:30.589Z | [verify-libraries] Compiling darling v0.13.4 |
| 5374 | 2026-08-20T03:17:30.709Z | [verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 5375 | 2026-08-20T03:17:30.716Z | [ host-image] Aug 20 03:17:30.001 INFO O| Aug 20 03:17:30.001 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 5376 | 2026-08-20T03:17:30.716Z | [ host-image] Aug 20 03:17:30.001 INFO O| Aug 20 03:17:30.001 INFO pool device = /dev/dsk/c2t1d0p0 |
| 5377 | 2026-08-20T03:17:30.716Z | [ host-image] Aug 20 03:17:30.001 INFO O| Aug 20 03:17:30.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"] |
| 5378 | 2026-08-20T03:17:30.833Z | [ host-image] Aug 20 03:17:30.108 INFO O| Aug 20 03:17:30.108 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 5379 | 2026-08-20T03:17:30.833Z | [ host-image] Aug 20 03:17:30.108 INFO O| Aug 20 03:17:30.108 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT |
| 5380 | 2026-08-20T03:17:30.838Z | [ host-image] Aug 20 03:17:30.129 INFO O| Aug 20 03:17:30.129 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off |
| 5381 | 2026-08-20T03:17:30.843Z | [verify-libraries] Compiling oxide-update-engine-display v0.1.2 |
| 5382 | 2026-08-20T03:17:30.895Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 5383 | 2026-08-20T03:17:30.900Z | [ host-image] Aug 20 03:17:30.192 INFO O| Aug 20 03:17:30.192 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy |
| 5384 | 2026-08-20T03:17:30.927Z | [ host-image] Aug 20 03:17:30.223 INFO O| Aug 20 03:17:30.223 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk |
| 5385 | 2026-08-20T03:17:30.949Z | [ host-image] Aug 20 03:17:30.241 INFO O| Aug 20 03:17:30.241 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto |
| 5386 | 2026-08-20T03:17:30.960Z | [ host-image] Aug 20 03:17:30.253 INFO O| Aug 20 03:17:30.253 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy |
| 5387 | 2026-08-20T03:17:30.998Z | [ host-image] Aug 20 03:17:30.294 INFO O| Aug 20 03:17:30.294 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a |
| 5388 | 2026-08-20T03:17:30.998Z | [ host-image] Aug 20 03:17:30.294 INFO O| Aug 20 03:17:30.294 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a |
| 5389 | 2026-08-20T03:17:30.998Z | [ host-image] Aug 20 03:17:30.294 INFO O| Aug 20 03:17:30.294 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"] |
| 5390 | 2026-08-20T03:17:31.008Z | [ host-image] Aug 20 03:17:30.303 INFO O| Aug 20 03:17:30.303 INFO boot environment UUID: 8584eb99-1690-4ef3-b662-32b13908ee31 |
| 5391 | 2026-08-20T03:17:31.012Z | [ host-image] Aug 20 03:17:30.303 INFO O| Aug 20 03:17:30.303 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 8584eb99-1690-4ef3-b662-32b13908ee31 |
| 5392 | 2026-08-20T03:17:31.023Z | [ host-image] Aug 20 03:17:30.317 INFO O| Aug 20 03:17:30.317 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 5393 | 2026-08-20T03:17:31.035Z | [ host-image] Aug 20 03:17:30.331 INFO O| Aug 20 03:17:30.331 INFO STEP 0 (create_be) COMPLETE |
| 5394 | 2026-08-20T03:17:31.035Z | [ host-image] Aug 20 03:17:30.331 INFO O| Aug 20 03:17:30.331 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 5395 | 2026-08-20T03:17:31.049Z | [ host-image] Aug 20 03:17:30.344 INFO O| Aug 20 03:17:30.344 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"] |
| 5396 | 2026-08-20T03:17:31.097Z | [verify-libraries] Compiling ed25519 v3.0.0 |
| 5397 | 2026-08-20T03:17:31.748Z | [verify-libraries] Compiling crypto-primes v0.7.2 |
| 5398 | 2026-08-20T03:17:31.889Z | [verify-libraries] Compiling pkcs1 v0.8.0-rc.4 |
| 5399 | 2026-08-20T03:17:33.687Z | [verify-libraries] Compiling poly1305 v0.9.0 |
| 5400 | 2026-08-20T03:17:34.039Z | [verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 5401 | 2026-08-20T03:17:34.197Z | [ recovery-image] Aug 20 03:17:33.493 INFO O| Aug 20 03:17:33.493 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 5402 | 2026-08-20T03:17:34.576Z | [verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 5403 | 2026-08-20T03:17:34.623Z | [verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 5404 | 2026-08-20T03:17:34.674Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 5405 | 2026-08-20T03:17:35.041Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 5406 | 2026-08-20T03:17:35.123Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 5407 | 2026-08-20T03:17:36.123Z | [verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 5408 | 2026-08-20T03:17:36.147Z | [verify-libraries] Compiling blowfish v0.10.0 |
| 5409 | 2026-08-20T03:17:36.147Z | [verify-libraries] Compiling blake2 v0.11.0-rc.6 |
| 5410 | 2026-08-20T03:17:36.147Z | [ recovery-image] Aug 20 03:17:34.644 INFO O| Aug 20 03:17:34.644 INFO O| Startup: Caching catalogs ... Done |
| 5411 | 2026-08-20T03:17:36.147Z | [verify-libraries] Compiling petname v2.0.2 |
| 5412 | 2026-08-20T03:17:36.147Z | [verify-libraries] Compiling constant_time_eq v0.4.2 |
| 5413 | 2026-08-20T03:17:36.147Z | [verify-libraries] Compiling arrayvec v0.7.6 |
| 5414 | 2026-08-20T03:17:36.147Z | [verify-libraries] Compiling arrayref v0.3.9 |
| 5415 | 2026-08-20T03:17:36.147Z | [verify-libraries] Compiling argon2 v0.6.0-rc.8 |
| 5416 | 2026-08-20T03:17:36.147Z | [ recovery-image] Aug 20 03:17:35.179 INFO O| Aug 20 03:17:35.179 INFO O| Planning: Solver setup ... Done |
| 5417 | 2026-08-20T03:17:36.147Z | [ recovery-image] Aug 20 03:17:35.184 INFO O| Aug 20 03:17:35.184 INFO O| Planning: Running solver ... Done |
| 5418 | 2026-08-20T03:17:36.147Z | [ recovery-image] Aug 20 03:17:35.201 INFO O| Aug 20 03:17:35.199 INFO O| Planning: Finding local manifests ... Done |
| 5419 | 2026-08-20T03:17:36.147Z | [ recovery-image] Aug 20 03:17:35.413 INFO O| Aug 20 03:17:35.409 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 5420 | 2026-08-20T03:17:36.147Z | [ recovery-image] Aug 20 03:17:35.419 INFO O| Aug 20 03:17:35.419 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 5421 | 2026-08-20T03:17:36.186Z | [ recovery-image] Aug 20 03:17:35.437 INFO O| Aug 20 03:17:35.437 INFO O| Planning: Package planning ... Done |
| 5422 | 2026-08-20T03:17:36.187Z | [ recovery-image] Aug 20 03:17:35.438 INFO O| Aug 20 03:17:35.438 INFO O| Planning: Merging actions ... Done |
| 5423 | 2026-08-20T03:17:36.199Z | [verify-libraries] Compiling bcrypt-pbkdf v0.11.0 |
| 5424 | 2026-08-20T03:17:36.274Z | [ recovery-image] Aug 20 03:17:35.569 INFO O| Aug 20 03:17:35.569 INFO O| Planning: Checking for conflicting actions ... Done |
| 5425 | 2026-08-20T03:17:36.280Z | [ recovery-image] Aug 20 03:17:35.570 INFO O| Aug 20 03:17:35.570 INFO O| Planning: Consolidating action changes ... Done |
| 5426 | 2026-08-20T03:17:36.372Z | [ recovery-image] Aug 20 03:17:35.668 INFO O| Aug 20 03:17:35.668 INFO O| Planning: Evaluating mediators ... Done |
| 5427 | 2026-08-20T03:17:36.378Z | [ recovery-image] Aug 20 03:17:35.668 INFO O| Aug 20 03:17:35.668 INFO O| Planning: Planning completed in 1.01 seconds |
| 5428 | 2026-08-20T03:17:36.378Z | [ recovery-image] Aug 20 03:17:35.669 INFO O| Aug 20 03:17:35.668 INFO O| Packages to install: 1 |
| 5429 | 2026-08-20T03:17:36.383Z | [ recovery-image] Aug 20 03:17:35.679 INFO O| Aug 20 03:17:35.679 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete |
| 5430 | 2026-08-20T03:17:36.436Z | [verify-libraries] Compiling rsa v0.10.0-rc.18 |
| 5431 | 2026-08-20T03:17:36.460Z | [verify-libraries] Compiling ssh-cipher v0.3.0 |
| 5432 | 2026-08-20T03:17:36.597Z | [verify-libraries] Compiling ed25519-dalek v3.0.0 |
| 5433 | 2026-08-20T03:17:36.652Z | [verify-libraries] Compiling serde_with_macros v1.5.2 |
| 5434 | 2026-08-20T03:17:36.694Z | [ recovery-image] Aug 20 03:17:35.989 INFO O| Aug 20 03:17:35.988 INFO O| Download: Completed 13.27 MB in 0.31 seconds (42.9M/s) |
| 5435 | 2026-08-20T03:17:36.748Z | [verify-libraries] Compiling sha3 v0.11.0 |
| 5436 | 2026-08-20T03:17:36.933Z | [ recovery-image] Aug 20 03:17:36.228 INFO O| Aug 20 03:17:36.228 INFO O| Actions: 1/22 actions (Installing new actions) |
| 5437 | 2026-08-20T03:17:37.081Z | [verify-libraries] Compiling p256 v0.14.0 |
| 5438 | 2026-08-20T03:17:37.373Z | [ recovery-image] Aug 20 03:17:36.667 INFO O| Aug 20 03:17:36.667 INFO O| Actions: Completed 22 actions in 0.44 seconds. |
| 5439 | 2026-08-20T03:17:37.406Z | [verify-libraries] Compiling p384 v0.14.0 |
| 5440 | 2026-08-20T03:17:37.492Z | [ recovery-image] Aug 20 03:17:36.788 INFO O| Aug 20 03:17:36.788 INFO O| Finalize: Updating package state database ... Done |
| 5441 | 2026-08-20T03:17:37.492Z | [ recovery-image] Aug 20 03:17:36.788 INFO O| Aug 20 03:17:36.788 INFO O| Finalize: Updating package cache ... Done |
| 5442 | 2026-08-20T03:17:37.691Z | [verify-libraries] Compiling p521 v0.14.0 |
| 5443 | 2026-08-20T03:17:37.755Z | [ recovery-image] Aug 20 03:17:37.051 INFO O| Aug 20 03:17:37.051 INFO O| Finalize: Updating image state ... Done |
| 5444 | 2026-08-20T03:17:37.781Z | [verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 5445 | 2026-08-20T03:17:38.165Z | [verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 5446 | 2026-08-20T03:17:38.169Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 5447 | 2026-08-20T03:17:38.316Z | [verify-libraries] Compiling twox-hash v2.1.2 |
| 5448 | 2026-08-20T03:17:38.759Z | [verify-libraries] Compiling kem v0.3.0 |
| 5449 | 2026-08-20T03:17:39.159Z | [ recovery-image] Aug 20 03:17:38.455 INFO O| Aug 20 03:17:38.455 INFO O| Finalize: Creating fast lookup database ... Done |
| 5450 | 2026-08-20T03:17:39.179Z | [verify-libraries] Compiling module-lattice v0.2.3 |
| 5451 | 2026-08-20T03:17:39.183Z | [ recovery-image] Aug 20 03:17:38.473 INFO O| Aug 20 03:17:38.473 INFO O| Finalize: Reading search index ... Done |
| 5452 | 2026-08-20T03:17:39.183Z | [ recovery-image] Aug 20 03:17:38.473 INFO O| Aug 20 03:17:38.473 INFO O| Finalize: Updating search index ... Done |
| 5453 | 2026-08-20T03:17:39.187Z | [ recovery-image] Aug 20 03:17:38.483 INFO O| Aug 20 03:17:38.483 INFO O| Finalize: Updating package cache ... Done |
| 5454 | 2026-08-20T03:17:39.427Z | [verify-libraries] Compiling rtoolbox v0.0.3 |
| 5455 | 2026-08-20T03:17:39.694Z | [ recovery-image] Aug 20 03:17:38.979 INFO O| Aug 20 03:17:38.979 INFO STEP 14 (pkg_install) COMPLETE |
| 5456 | 2026-08-20T03:17:39.695Z | [ recovery-image] Aug 20 03:17:38.979 INFO O| Aug 20 03:17:38.979 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5457 | 2026-08-20T03:17:39.695Z | [ recovery-image] Aug 20 03:17:38.979 INFO O| Aug 20 03:17:38.979 INFO skip step because feature "mbist" is not enabled |
| 5458 | 2026-08-20T03:17:39.695Z | [ recovery-image] Aug 20 03:17:38.979 INFO O| Aug 20 03:17:38.979 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5459 | 2026-08-20T03:17:39.695Z | [ recovery-image] Aug 20 03:17:38.979 INFO O| Aug 20 03:17:38.979 INFO skip step because feature "mfg" is not enabled |
| 5460 | 2026-08-20T03:17:39.695Z | [ recovery-image] Aug 20 03:17:38.979 INFO O| Aug 20 03:17:38.979 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5461 | 2026-08-20T03:17:39.695Z | [ recovery-image] Aug 20 03:17:38.979 INFO O| Aug 20 03:17:38.979 INFO skip step because feature "compliance" is not enabled |
| 5462 | 2026-08-20T03:17:39.695Z | [ recovery-image] Aug 20 03:17:38.979 INFO O| Aug 20 03:17:38.979 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5463 | 2026-08-20T03:17:39.695Z | [ recovery-image] Aug 20 03:17:38.979 INFO O| Aug 20 03:17:38.979 INFO skip step because feature "stress" is not enabled |
| 5464 | 2026-08-20T03:17:39.695Z | [ recovery-image] Aug 20 03:17:38.979 INFO O| Aug 20 03:17:38.979 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5465 | 2026-08-20T03:17:39.695Z | [ recovery-image] Aug 20 03:17:38.979 INFO O| Aug 20 03:17:38.979 INFO skip step because feature "compliance" is not enabled |
| 5466 | 2026-08-20T03:17:39.695Z | [ recovery-image] Aug 20 03:17:38.979 INFO O| Aug 20 03:17:38.979 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 5467 | 2026-08-20T03:17:39.695Z | [ recovery-image] Aug 20 03:17:38.979 INFO O| Aug 20 03:17:38.979 INFO skip step because feature "nfs" is not enabled |
| 5468 | 2026-08-20T03:17:39.695Z | [ recovery-image] Aug 20 03:17:38.979 INFO O| Aug 20 03:17:38.979 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 5469 | 2026-08-20T03:17:39.695Z | [ recovery-image] Aug 20 03:17:38.979 INFO O| Aug 20 03:17:38.979 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 5470 | 2026-08-20T03:17:39.755Z | [verify-libraries] Compiling atty v0.2.14 |
| 5471 | 2026-08-20T03:17:39.857Z | [verify-libraries] Compiling topological-sort v0.2.2 |
| 5472 | 2026-08-20T03:17:39.960Z | [verify-libraries] Compiling sponge-cursor v0.1.0 |
| 5473 | 2026-08-20T03:17:39.972Z | [ recovery-image] Aug 20 03:17:39.267 INFO O| Aug 20 03:17:39.266 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 5474 | 2026-08-20T03:17:40.184Z | [verify-libraries] Compiling rpassword v7.5.4 |
| 5475 | 2026-08-20T03:17:40.249Z | [ recovery-image] Aug 20 03:17:39.541 INFO O| Aug 20 03:17:39.541 INFO completed processing sled/ramdisk-01-os |
| 5476 | 2026-08-20T03:17:40.273Z | [ recovery-image] Aug 20 03:17:39.545 INFO image builder template: ramdisk-02-trim... |
| 5477 | 2026-08-20T03:17:40.274Z | [ recovery-image] Aug 20 03:17:39.545 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/.tmpkAvEhq/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 |
| 5478 | 2026-08-20T03:17:40.278Z | [ recovery-image] Aug 20 03:17:39.566 INFO O| Aug 20 03:17:39.566 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 5479 | 2026-08-20T03:17:40.278Z | [ recovery-image] Aug 20 03:17:39.571 INFO O| Aug 20 03:17:39.571 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 5480 | 2026-08-20T03:17:40.403Z | [ recovery-image] Aug 20 03:17:39.696 INFO O| Aug 20 03:17:39.696 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled |
| 5481 | 2026-08-20T03:17:40.487Z | [verify-libraries] Compiling sha3 v0.12.0 |
| 5482 | 2026-08-20T03:17:40.536Z | [ recovery-image] Aug 20 03:17:39.831 INFO O| Aug 20 03:17:39.831 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 5483 | 2026-08-20T03:17:40.537Z | [ recovery-image] Aug 20 03:17:39.831 INFO O| Aug 20 03:17:39.831 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 5484 | 2026-08-20T03:17:40.547Z | [ recovery-image] Aug 20 03:17:39.839 INFO O| Aug 20 03:17:39.837 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5485 | 2026-08-20T03:17:40.550Z | [ recovery-image] Aug 20 03:17:39.843 INFO O| Aug 20 03:17:39.842 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 5486 | 2026-08-20T03:17:40.553Z | [ recovery-image] Aug 20 03:17:39.847 INFO O| Aug 20 03:17:39.846 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 5487 | 2026-08-20T03:17:40.700Z | [verify-libraries] Compiling omicron-zone-package v0.12.3 |
| 5488 | 2026-08-20T03:17:40.736Z | [verify-libraries] Compiling ml-kem v0.3.2 |
| 5489 | 2026-08-20T03:17:40.973Z | [verify-libraries] Compiling serde_with v1.14.0 |
| 5490 | 2026-08-20T03:17:41.508Z | [ recovery-image] Aug 20 03:17:40.791 INFO O| Aug 20 03:17:40.791 INFO rolled back to input snapshot; work may begin |
| 5491 | 2026-08-20T03:17:41.508Z | [ recovery-image] Aug 20 03:17:40.791 INFO O| Aug 20 03:17:40.791 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 5492 | 2026-08-20T03:17:41.516Z | [ recovery-image] Aug 20 03:17:40.796 INFO O| Aug 20 03:17:40.796 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5493 | 2026-08-20T03:17:41.517Z | [ recovery-image] Aug 20 03:17:40.806 INFO O| Aug 20 03:17:40.805 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg" |
| 5494 | 2026-08-20T03:17:41.554Z | [ recovery-image] Aug 20 03:17:40.847 INFO O| Aug 20 03:17:40.847 INFO STEP 0 (remove_files) COMPLETE |
| 5495 | 2026-08-20T03:17:41.554Z | [ recovery-image] Aug 20 03:17:40.847 INFO O| Aug 20 03:17:40.847 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5496 | 2026-08-20T03:17:41.574Z | [ recovery-image] Aug 20 03:17:40.859 INFO O| Aug 20 03:17:40.859 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4" |
| 5497 | 2026-08-20T03:17:41.578Z | [ recovery-image] Aug 20 03:17:40.860 INFO O| Aug 20 03:17:40.860 INFO STEP 1 (remove_files) COMPLETE |
| 5498 | 2026-08-20T03:17:41.578Z | [ recovery-image] Aug 20 03:17:40.860 INFO O| Aug 20 03:17:40.860 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5499 | 2026-08-20T03:17:41.578Z | [ recovery-image] Aug 20 03:17:40.871 INFO O| Aug 20 03:17:40.871 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include" |
| 5500 | 2026-08-20T03:17:41.593Z | [ recovery-image] Aug 20 03:17:40.885 INFO O| Aug 20 03:17:40.885 INFO STEP 2 (remove_files) COMPLETE |
| 5501 | 2026-08-20T03:17:41.593Z | [ recovery-image] Aug 20 03:17:40.885 INFO O| Aug 20 03:17:40.885 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5502 | 2026-08-20T03:17:41.605Z | [ recovery-image] Aug 20 03:17:40.895 INFO O| Aug 20 03:17:40.895 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo" |
| 5503 | 2026-08-20T03:17:41.620Z | [ recovery-image] Aug 20 03:17:40.896 INFO O| Aug 20 03:17:40.896 INFO STEP 3 (remove_files) COMPLETE |
| 5504 | 2026-08-20T03:17:41.620Z | [ recovery-image] Aug 20 03:17:40.896 INFO O| Aug 20 03:17:40.896 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5505 | 2026-08-20T03:17:41.620Z | [ recovery-image] Aug 20 03:17:40.903 INFO O| Aug 20 03:17:40.903 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help" |
| 5506 | 2026-08-20T03:17:41.620Z | [ recovery-image] Aug 20 03:17:40.906 INFO O| Aug 20 03:17:40.906 INFO STEP 4 (remove_files) COMPLETE |
| 5507 | 2026-08-20T03:17:41.620Z | [ recovery-image] Aug 20 03:17:40.906 INFO O| Aug 20 03:17:40.906 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5508 | 2026-08-20T03:17:41.627Z | [ recovery-image] Aug 20 03:17:40.914 INFO O| Aug 20 03:17:40.914 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc" |
| 5509 | 2026-08-20T03:17:41.627Z | [ recovery-image] Aug 20 03:17:40.914 INFO O| Aug 20 03:17:40.914 INFO STEP 5 (remove_files) COMPLETE |
| 5510 | 2026-08-20T03:17:41.627Z | [ recovery-image] Aug 20 03:17:40.914 INFO O| Aug 20 03:17:40.914 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5511 | 2026-08-20T03:17:41.634Z | [ recovery-image] Aug 20 03:17:40.922 INFO O| Aug 20 03:17:40.922 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion" |
| 5512 | 2026-08-20T03:17:41.652Z | [ recovery-image] Aug 20 03:17:40.932 INFO O| Aug 20 03:17:40.932 INFO STEP 6 (remove_files) COMPLETE |
| 5513 | 2026-08-20T03:17:41.652Z | [ recovery-image] Aug 20 03:17:40.932 INFO O| Aug 20 03:17:40.932 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5514 | 2026-08-20T03:17:41.652Z | [ host-image] Aug 20 03:17:40.932 INFO O| Aug 20 03:17:40.932 INFO STEP 1 (unpack_tar) COMPLETE |
| 5515 | 2026-08-20T03:17:41.652Z | [ host-image] Aug 20 03:17:40.932 INFO O| Aug 20 03:17:40.932 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 5516 | 2026-08-20T03:17:41.652Z | [ recovery-image] Aug 20 03:17:40.932 INFO O| Aug 20 03:17:40.932 INFO skip step because feature "heliosv2" is not enabled |
| 5517 | 2026-08-20T03:17:41.652Z | [ recovery-image] Aug 20 03:17:40.932 INFO O| Aug 20 03:17:40.932 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5518 | 2026-08-20T03:17:41.652Z | [ recovery-image] Aug 20 03:17:40.932 INFO O| Aug 20 03:17:40.932 INFO skip step because feature "recovery" is enabled |
| 5519 | 2026-08-20T03:17:41.652Z | [ recovery-image] Aug 20 03:17:40.932 INFO O| Aug 20 03:17:40.932 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5520 | 2026-08-20T03:17:41.652Z | [ recovery-image] Aug 20 03:17:40.932 INFO O| Aug 20 03:17:40.932 INFO skip step because feature "recovery" is enabled |
| 5521 | 2026-08-20T03:17:41.652Z | [ recovery-image] Aug 20 03:17:40.932 INFO O| Aug 20 03:17:40.932 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5522 | 2026-08-20T03:17:41.652Z | [ recovery-image] Aug 20 03:17:40.932 INFO O| Aug 20 03:17:40.932 INFO skip step because feature "recovery" is enabled |
| 5523 | 2026-08-20T03:17:41.653Z | [ recovery-image] Aug 20 03:17:40.932 INFO O| Aug 20 03:17:40.932 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5524 | 2026-08-20T03:17:41.686Z | [ recovery-image] Aug 20 03:17:40.941 INFO O| Aug 20 03:17:40.941 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp" |
| 5525 | 2026-08-20T03:17:41.686Z | [ host-image] Aug 20 03:17:40.943 INFO O| Aug 20 03:17:40.943 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"] |
| 5526 | 2026-08-20T03:17:41.686Z | [ recovery-image] Aug 20 03:17:40.944 INFO O| Aug 20 03:17:40.944 INFO STEP 11 (remove_files) COMPLETE |
| 5527 | 2026-08-20T03:17:41.686Z | [ recovery-image] Aug 20 03:17:40.944 INFO O| Aug 20 03:17:40.944 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5528 | 2026-08-20T03:17:41.693Z | [ recovery-image] Aug 20 03:17:40.953 INFO O| Aug 20 03:17:40.953 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386" |
| 5529 | 2026-08-20T03:17:41.693Z | [ recovery-image] Aug 20 03:17:40.954 INFO O| Aug 20 03:17:40.954 INFO STEP 12 (remove_files) COMPLETE |
| 5530 | 2026-08-20T03:17:41.693Z | [ recovery-image] Aug 20 03:17:40.954 INFO O| Aug 20 03:17:40.954 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5531 | 2026-08-20T03:17:41.693Z | [ recovery-image] Aug 20 03:17:40.963 INFO O| Aug 20 03:17:40.963 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv" |
| 5532 | 2026-08-20T03:17:41.693Z | [ recovery-image] Aug 20 03:17:40.966 INFO O| Aug 20 03:17:40.964 INFO STEP 13 (remove_files) COMPLETE |
| 5533 | 2026-08-20T03:17:41.693Z | [ recovery-image] Aug 20 03:17:40.966 INFO O| Aug 20 03:17:40.964 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5534 | 2026-08-20T03:17:41.908Z | [ recovery-image] Aug 20 03:17:41.186 INFO O| Aug 20 03:17:41.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 5535 | 2026-08-20T03:17:41.916Z | [ recovery-image] Aug 20 03:17:41.190 INFO O| Aug 20 03:17:41.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a" |
| 5536 | 2026-08-20T03:17:41.985Z | [ recovery-image] Aug 20 03:17:41.253 INFO O| Aug 20 03:17:41.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a" |
| 5537 | 2026-08-20T03:17:41.985Z | [ recovery-image] Aug 20 03:17:41.253 INFO O| Aug 20 03:17:41.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a" |
| 5538 | 2026-08-20T03:17:41.993Z | [ recovery-image] Aug 20 03:17:41.254 INFO O| Aug 20 03:17:41.254 INFO STEP 14 (remove_files) COMPLETE |
| 5539 | 2026-08-20T03:17:41.993Z | [ recovery-image] Aug 20 03:17:41.254 INFO O| Aug 20 03:17:41.254 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5540 | 2026-08-20T03:17:41.993Z | [ recovery-image] Aug 20 03:17:41.263 INFO O| Aug 20 03:17:41.263 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot" |
| 5541 | 2026-08-20T03:17:41.993Z | [ recovery-image] Aug 20 03:17:41.265 INFO O| Aug 20 03:17:41.264 INFO STEP 15 (remove_files) COMPLETE |
| 5542 | 2026-08-20T03:17:41.994Z | [ recovery-image] Aug 20 03:17:41.265 INFO O| Aug 20 03:17:41.265 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5543 | 2026-08-20T03:17:41.994Z | [ host-image] Aug 20 03:17:41.268 INFO O| Aug 20 03:17:41.268 INFO STEP 2 (devfsadm) COMPLETE |
| 5544 | 2026-08-20T03:17:41.994Z | [ host-image] Aug 20 03:17:41.268 INFO O| Aug 20 03:17:41.268 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 5545 | 2026-08-20T03:17:41.994Z | [ recovery-image] Aug 20 03:17:41.278 INFO O| Aug 20 03:17:41.278 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc" |
| 5546 | 2026-08-20T03:17:41.994Z | [ host-image] Aug 20 03:17:41.279 INFO O| Aug 20 03:17:41.279 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 5547 | 2026-08-20T03:17:41.994Z | [ host-image] Aug 20 03:17:41.279 INFO O| Aug 20 03:17:41.279 INFO STEP 3 (ensure_dir) COMPLETE |
| 5548 | 2026-08-20T03:17:41.994Z | [ host-image] Aug 20 03:17:41.279 INFO O| Aug 20 03:17:41.279 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 5549 | 2026-08-20T03:17:41.994Z | [ recovery-image] Aug 20 03:17:41.284 INFO O| Aug 20 03:17:41.284 INFO STEP 16 (remove_files) COMPLETE |
| 5550 | 2026-08-20T03:17:41.994Z | [ recovery-image] Aug 20 03:17:41.284 INFO O| Aug 20 03:17:41.284 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5551 | 2026-08-20T03:17:42.007Z | [ host-image] Aug 20 03:17:41.287 INFO O| Aug 20 03:17:41.287 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 5552 | 2026-08-20T03:17:42.008Z | [ host-image] Aug 20 03:17:41.287 INFO O| Aug 20 03:17:41.287 INFO STEP 4 (ensure_dir) COMPLETE |
| 5553 | 2026-08-20T03:17:42.008Z | [ host-image] Aug 20 03:17:41.287 INFO O| Aug 20 03:17:41.287 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 5554 | 2026-08-20T03:17:42.029Z | [ recovery-image] Aug 20 03:17:41.294 INFO O| Aug 20 03:17:41.294 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv" |
| 5555 | 2026-08-20T03:17:42.029Z | [ recovery-image] Aug 20 03:17:41.295 INFO O| Aug 20 03:17:41.295 INFO STEP 17 (remove_files) COMPLETE |
| 5556 | 2026-08-20T03:17:42.030Z | [ recovery-image] Aug 20 03:17:41.295 INFO O| Aug 20 03:17:41.295 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5557 | 2026-08-20T03:17:42.030Z | [ host-image] Aug 20 03:17:41.296 INFO O| Aug 20 03:17:41.296 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 5558 | 2026-08-20T03:17:42.030Z | [ host-image] Aug 20 03:17:41.296 INFO O| Aug 20 03:17:41.296 INFO STEP 5 (ensure_dir) COMPLETE |
| 5559 | 2026-08-20T03:17:42.030Z | [ host-image] Aug 20 03:17:41.297 INFO O| Aug 20 03:17:41.296 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 5560 | 2026-08-20T03:17:42.030Z | [ recovery-image] Aug 20 03:17:41.304 INFO O| Aug 20 03:17:41.304 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc" |
| 5561 | 2026-08-20T03:17:42.030Z | [ recovery-image] Aug 20 03:17:41.306 INFO O| Aug 20 03:17:41.305 INFO STEP 18 (remove_files) COMPLETE |
| 5562 | 2026-08-20T03:17:42.030Z | [ recovery-image] Aug 20 03:17:41.306 INFO O| Aug 20 03:17:41.305 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5563 | 2026-08-20T03:17:42.030Z | [ host-image] Aug 20 03:17:41.306 INFO O| Aug 20 03:17:41.306 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 5564 | 2026-08-20T03:17:42.030Z | [ host-image] Aug 20 03:17:41.306 INFO O| Aug 20 03:17:41.306 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 5565 | 2026-08-20T03:17:42.031Z | [ host-image] Aug 20 03:17:41.306 INFO O| Aug 20 03:17:41.306 INFO STEP 6 (ensure_dir) COMPLETE |
| 5566 | 2026-08-20T03:17:42.031Z | [ host-image] Aug 20 03:17:41.306 INFO O| Aug 20 03:17:41.306 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 5567 | 2026-08-20T03:17:42.031Z | [verify-libraries] Compiling russh-cryptovec v0.62.0 |
| 5568 | 2026-08-20T03:17:42.076Z | [ host-image] Aug 20 03:17:41.315 INFO O| Aug 20 03:17:41.315 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 5569 | 2026-08-20T03:17:42.076Z | [ host-image] Aug 20 03:17:41.315 INFO O| Aug 20 03:17:41.315 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 5570 | 2026-08-20T03:17:42.076Z | [ host-image] Aug 20 03:17:41.315 INFO O| Aug 20 03:17:41.315 INFO STEP 7 (ensure_dir) COMPLETE |
| 5571 | 2026-08-20T03:17:42.076Z | [ host-image] Aug 20 03:17:41.315 INFO O| Aug 20 03:17:41.315 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 5572 | 2026-08-20T03:17:42.076Z | [ recovery-image] Aug 20 03:17:41.316 INFO O| Aug 20 03:17:41.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 5573 | 2026-08-20T03:17:42.076Z | [ recovery-image] Aug 20 03:17:41.316 INFO O| Aug 20 03:17:41.316 INFO STEP 19 (remove_files) COMPLETE |
| 5574 | 2026-08-20T03:17:42.076Z | [ recovery-image] Aug 20 03:17:41.316 INFO O| Aug 20 03:17:41.316 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5575 | 2026-08-20T03:17:42.076Z | [ host-image] Aug 20 03:17:41.325 INFO O| Aug 20 03:17:41.325 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg" |
| 5576 | 2026-08-20T03:17:42.076Z | [ host-image] Aug 20 03:17:41.326 INFO O| Aug 20 03:17:41.326 INFO STEP 8 (remove_files) COMPLETE |
| 5577 | 2026-08-20T03:17:42.076Z | [ host-image] Aug 20 03:17:41.326 INFO O| Aug 20 03:17:41.326 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 5578 | 2026-08-20T03:17:42.077Z | [ recovery-image] Aug 20 03:17:41.326 INFO O| Aug 20 03:17:41.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 5579 | 2026-08-20T03:17:42.077Z | [ recovery-image] Aug 20 03:17:41.326 INFO O| Aug 20 03:17:41.326 INFO STEP 20 (remove_files) COMPLETE |
| 5580 | 2026-08-20T03:17:42.077Z | [ recovery-image] Aug 20 03:17:41.326 INFO O| Aug 20 03:17:41.326 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5581 | 2026-08-20T03:17:42.107Z | [ host-image] Aug 20 03:17:41.336 INFO O| Aug 20 03:17:41.336 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk" |
| 5582 | 2026-08-20T03:17:42.107Z | [ recovery-image] Aug 20 03:17:41.336 INFO O| Aug 20 03:17:41.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 5583 | 2026-08-20T03:17:42.107Z | [ recovery-image] Aug 20 03:17:41.336 INFO O| Aug 20 03:17:41.336 INFO STEP 21 (remove_files) COMPLETE |
| 5584 | 2026-08-20T03:17:42.107Z | [ recovery-image] Aug 20 03:17:41.336 INFO O| Aug 20 03:17:41.336 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5585 | 2026-08-20T03:17:42.107Z | [ host-image] Aug 20 03:17:41.336 INFO O| Aug 20 03:17:41.336 INFO STEP 9 (remove_files) COMPLETE |
| 5586 | 2026-08-20T03:17:42.107Z | [ host-image] Aug 20 03:17:41.336 INFO O| Aug 20 03:17:41.336 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 5587 | 2026-08-20T03:17:42.107Z | [ host-image] Aug 20 03:17:41.347 INFO O| Aug 20 03:17:41.347 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk" |
| 5588 | 2026-08-20T03:17:42.107Z | [ host-image] Aug 20 03:17:41.348 INFO O| Aug 20 03:17:41.347 INFO STEP 10 (remove_files) COMPLETE |
| 5589 | 2026-08-20T03:17:42.110Z | [ host-image] Aug 20 03:17:41.348 INFO O| Aug 20 03:17:41.347 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 5590 | 2026-08-20T03:17:42.110Z | [ recovery-image] Aug 20 03:17:41.354 INFO O| Aug 20 03:17:41.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 5591 | 2026-08-20T03:17:42.110Z | [ recovery-image] Aug 20 03:17:41.354 INFO O| Aug 20 03:17:41.354 INFO STEP 22 (remove_files) COMPLETE |
| 5592 | 2026-08-20T03:17:42.110Z | [ recovery-image] Aug 20 03:17:41.354 INFO O| Aug 20 03:17:41.354 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5593 | 2026-08-20T03:17:42.110Z | [ host-image] Aug 20 03:17:41.356 INFO O| Aug 20 03:17:41.356 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors" |
| 5594 | 2026-08-20T03:17:42.110Z | [ host-image] Aug 20 03:17:41.356 INFO O| Aug 20 03:17:41.356 INFO STEP 11 (remove_files) COMPLETE |
| 5595 | 2026-08-20T03:17:42.110Z | [ host-image] Aug 20 03:17:41.356 INFO O| Aug 20 03:17:41.356 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 5596 | 2026-08-20T03:17:42.110Z | [ host-image] Aug 20 03:17:41.365 INFO O| Aug 20 03:17:41.365 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb" |
| 5597 | 2026-08-20T03:17:42.110Z | [ host-image] Aug 20 03:17:41.365 INFO O| Aug 20 03:17:41.365 INFO STEP 12 (remove_files) COMPLETE |
| 5598 | 2026-08-20T03:17:42.110Z | [ host-image] Aug 20 03:17:41.365 INFO O| Aug 20 03:17:41.365 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 5599 | 2026-08-20T03:17:42.110Z | [ host-image] Aug 20 03:17:41.374 INFO O| Aug 20 03:17:41.374 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 5600 | 2026-08-20T03:17:42.110Z | [ host-image] Aug 20 03:17:41.374 INFO O| Aug 20 03:17:41.374 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 5601 | 2026-08-20T03:17:42.110Z | [ host-image] Aug 20 03:17:41.374 INFO O| Aug 20 03:17:41.374 INFO STEP 13 (ensure_dir) COMPLETE |
| 5602 | 2026-08-20T03:17:42.111Z | [ host-image] Aug 20 03:17:41.374 INFO O| Aug 20 03:17:41.374 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 5603 | 2026-08-20T03:17:42.111Z | [ recovery-image] Aug 20 03:17:41.376 INFO O| Aug 20 03:17:41.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 5604 | 2026-08-20T03:17:42.111Z | [ recovery-image] Aug 20 03:17:41.376 INFO O| Aug 20 03:17:41.376 INFO STEP 23 (remove_files) COMPLETE |
| 5605 | 2026-08-20T03:17:42.111Z | [ recovery-image] Aug 20 03:17:41.376 INFO O| Aug 20 03:17:41.376 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5606 | 2026-08-20T03:17:42.111Z | [ host-image] Aug 20 03:17:41.382 INFO O| Aug 20 03:17:41.382 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 5607 | 2026-08-20T03:17:42.111Z | [ host-image] Aug 20 03:17:41.382 INFO O| Aug 20 03:17:41.382 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 5608 | 2026-08-20T03:17:42.111Z | [ host-image] Aug 20 03:17:41.382 INFO O| Aug 20 03:17:41.382 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 5609 | 2026-08-20T03:17:42.111Z | [ host-image] Aug 20 03:17:41.382 INFO O| Aug 20 03:17:41.382 INFO STEP 14 (ensure_dir) COMPLETE |
| 5610 | 2026-08-20T03:17:42.111Z | [ host-image] Aug 20 03:17:41.382 INFO O| Aug 20 03:17:41.382 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 5611 | 2026-08-20T03:17:42.142Z | [ recovery-image] Aug 20 03:17:41.390 INFO O| Aug 20 03:17:41.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 5612 | 2026-08-20T03:17:42.142Z | [ recovery-image] Aug 20 03:17:41.390 INFO O| Aug 20 03:17:41.390 INFO STEP 24 (remove_files) COMPLETE |
| 5613 | 2026-08-20T03:17:42.142Z | [ recovery-image] Aug 20 03:17:41.390 INFO O| Aug 20 03:17:41.390 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5614 | 2026-08-20T03:17:42.142Z | [ host-image] Aug 20 03:17:41.392 INFO O| Aug 20 03:17:41.391 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 5615 | 2026-08-20T03:17:42.142Z | [ host-image] Aug 20 03:17:41.392 INFO O| Aug 20 03:17:41.392 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 5616 | 2026-08-20T03:17:42.142Z | [ host-image] Aug 20 03:17:41.392 INFO O| Aug 20 03:17:41.392 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 5617 | 2026-08-20T03:17:42.143Z | [ host-image] Aug 20 03:17:41.392 INFO O| Aug 20 03:17:41.392 INFO STEP 15 (ensure_dir) COMPLETE |
| 5618 | 2026-08-20T03:17:42.143Z | [ host-image] Aug 20 03:17:41.392 INFO O| Aug 20 03:17:41.392 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 5619 | 2026-08-20T03:17:42.143Z | [ host-image] Aug 20 03:17:41.401 INFO O| Aug 20 03:17:41.401 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 5620 | 2026-08-20T03:17:42.143Z | [ host-image] Aug 20 03:17:41.401 INFO O| Aug 20 03:17:41.401 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 5621 | 2026-08-20T03:17:42.144Z | [ host-image] Aug 20 03:17:41.401 INFO O| Aug 20 03:17:41.401 INFO STEP 16 (ensure_dir) COMPLETE |
| 5622 | 2026-08-20T03:17:42.144Z | [ host-image] Aug 20 03:17:41.401 INFO O| Aug 20 03:17:41.401 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 5623 | 2026-08-20T03:17:42.144Z | [ recovery-image] Aug 20 03:17:41.405 INFO O| Aug 20 03:17:41.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 5624 | 2026-08-20T03:17:42.144Z | [ recovery-image] Aug 20 03:17:41.405 INFO O| Aug 20 03:17:41.405 INFO STEP 25 (remove_files) COMPLETE |
| 5625 | 2026-08-20T03:17:42.144Z | [ recovery-image] Aug 20 03:17:41.405 INFO O| Aug 20 03:17:41.405 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5626 | 2026-08-20T03:17:42.144Z | [ host-image] Aug 20 03:17:41.410 INFO O| Aug 20 03:17:41.410 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 5627 | 2026-08-20T03:17:42.144Z | [ host-image] Aug 20 03:17:41.410 INFO O| Aug 20 03:17:41.410 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 5628 | 2026-08-20T03:17:42.144Z | [ host-image] Aug 20 03:17:41.410 INFO O| Aug 20 03:17:41.410 INFO STEP 17 (ensure_dir) COMPLETE |
| 5629 | 2026-08-20T03:17:42.144Z | [ host-image] Aug 20 03:17:41.410 INFO O| Aug 20 03:17:41.410 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 5630 | 2026-08-20T03:17:42.186Z | [ host-image] Aug 20 03:17:41.419 INFO O| Aug 20 03:17:41.419 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 5631 | 2026-08-20T03:17:42.186Z | [ host-image] Aug 20 03:17:41.419 INFO O| Aug 20 03:17:41.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog |
| 5632 | 2026-08-20T03:17:42.186Z | [ host-image] Aug 20 03:17:41.419 INFO O| Aug 20 03:17:41.419 INFO ok! |
| 5633 | 2026-08-20T03:17:42.186Z | [ host-image] Aug 20 03:17:41.419 INFO O| Aug 20 03:17:41.419 INFO STEP 18 (ensure_symlink) COMPLETE |
| 5634 | 2026-08-20T03:17:42.186Z | [ host-image] Aug 20 03:17:41.419 INFO O| Aug 20 03:17:41.419 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 5635 | 2026-08-20T03:17:42.186Z | [ recovery-image] Aug 20 03:17:41.421 INFO O| Aug 20 03:17:41.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power" |
| 5636 | 2026-08-20T03:17:42.186Z | [ recovery-image] Aug 20 03:17:41.422 INFO O| Aug 20 03:17:41.422 INFO STEP 26 (remove_files) COMPLETE |
| 5637 | 2026-08-20T03:17:42.186Z | [ recovery-image] Aug 20 03:17:41.422 INFO O| Aug 20 03:17:41.422 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5638 | 2026-08-20T03:17:42.186Z | [ host-image] Aug 20 03:17:41.428 INFO O| Aug 20 03:17:41.428 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents |
| 5639 | 2026-08-20T03:17:42.186Z | [ host-image] Aug 20 03:17:41.428 INFO O| Aug 20 03:17:41.428 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure |
| 5640 | 2026-08-20T03:17:42.186Z | [ host-image] Aug 20 03:17:41.428 INFO O| Aug 20 03:17:41.428 INFO ok! |
| 5641 | 2026-08-20T03:17:42.186Z | [ host-image] Aug 20 03:17:41.428 INFO O| Aug 20 03:17:41.428 INFO STEP 19 (ensure_file) COMPLETE |
| 5642 | 2026-08-20T03:17:42.186Z | [ host-image] Aug 20 03:17:41.428 INFO O| Aug 20 03:17:41.428 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 5643 | 2026-08-20T03:17:42.186Z | [ host-image] Aug 20 03:17:41.436 INFO O| Aug 20 03:17:41.436 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist |
| 5644 | 2026-08-20T03:17:42.186Z | [ host-image] Aug 20 03:17:41.436 INFO O| Aug 20 03:17:41.436 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 5645 | 2026-08-20T03:17:42.186Z | [ host-image] Aug 20 03:17:41.436 INFO O| Aug 20 03:17:41.436 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml |
| 5646 | 2026-08-20T03:17:42.186Z | [ host-image] Aug 20 03:17:41.436 INFO O| Aug 20 03:17:41.436 INFO ok! |
| 5647 | 2026-08-20T03:17:42.187Z | [ host-image] Aug 20 03:17:41.436 INFO O| Aug 20 03:17:41.436 INFO STEP 20 (ensure_symlink) COMPLETE |
| 5648 | 2026-08-20T03:17:42.187Z | [ host-image] Aug 20 03:17:41.436 INFO O| Aug 20 03:17:41.436 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 5649 | 2026-08-20T03:17:42.187Z | [ host-image] Aug 20 03:17:41.444 INFO O| Aug 20 03:17:41.444 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
| 5650 | 2026-08-20T03:17:42.187Z | [ host-image] Aug 20 03:17:41.444 INFO O| Aug 20 03:17:41.444 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 5651 | 2026-08-20T03:17:42.187Z | [ host-image] Aug 20 03:17:41.444 INFO O| Aug 20 03:17:41.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml |
| 5652 | 2026-08-20T03:17:42.187Z | [ host-image] Aug 20 03:17:41.444 INFO O| Aug 20 03:17:41.444 INFO ok! |
| 5653 | 2026-08-20T03:17:42.187Z | [ host-image] Aug 20 03:17:41.444 INFO O| Aug 20 03:17:41.444 INFO STEP 21 (ensure_symlink) COMPLETE |
| 5654 | 2026-08-20T03:17:42.187Z | [ host-image] Aug 20 03:17:41.444 INFO O| Aug 20 03:17:41.444 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 5655 | 2026-08-20T03:17:42.187Z | [ recovery-image] Aug 20 03:17:41.452 INFO O| Aug 20 03:17:41.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 5656 | 2026-08-20T03:17:42.187Z | [ recovery-image] Aug 20 03:17:41.452 INFO O| Aug 20 03:17:41.452 INFO STEP 27 (remove_files) COMPLETE |
| 5657 | 2026-08-20T03:17:42.187Z | [ recovery-image] Aug 20 03:17:41.452 INFO O| Aug 20 03:17:41.452 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5658 | 2026-08-20T03:17:42.187Z | [ host-image] Aug 20 03:17:41.454 INFO O| Aug 20 03:17:41.454 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist |
| 5659 | 2026-08-20T03:17:42.187Z | [ host-image] Aug 20 03:17:41.454 INFO O| Aug 20 03:17:41.454 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 5660 | 2026-08-20T03:17:42.187Z | [ host-image] Aug 20 03:17:41.454 INFO O| Aug 20 03:17:41.454 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml |
| 5661 | 2026-08-20T03:17:42.187Z | [ host-image] Aug 20 03:17:41.454 INFO O| Aug 20 03:17:41.454 INFO ok! |
| 5662 | 2026-08-20T03:17:42.187Z | [ host-image] Aug 20 03:17:41.454 INFO O| Aug 20 03:17:41.454 INFO STEP 22 (ensure_symlink) COMPLETE |
| 5663 | 2026-08-20T03:17:42.187Z | [ host-image] Aug 20 03:17:41.454 INFO O| Aug 20 03:17:41.454 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 5664 | 2026-08-20T03:17:42.187Z | [ recovery-image] Aug 20 03:17:41.462 INFO O| Aug 20 03:17:41.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 5665 | 2026-08-20T03:17:42.187Z | [ recovery-image] Aug 20 03:17:41.462 INFO O| Aug 20 03:17:41.462 INFO STEP 28 (remove_files) COMPLETE |
| 5666 | 2026-08-20T03:17:42.187Z | [ recovery-image] Aug 20 03:17:41.462 INFO O| Aug 20 03:17:41.462 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5667 | 2026-08-20T03:17:42.189Z | [ host-image] Aug 20 03:17:41.462 INFO O| Aug 20 03:17:41.462 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist |
| 5668 | 2026-08-20T03:17:42.189Z | [ host-image] Aug 20 03:17:41.463 INFO O| Aug 20 03:17:41.462 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 5669 | 2026-08-20T03:17:42.189Z | [ host-image] Aug 20 03:17:41.463 INFO O| Aug 20 03:17:41.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml |
| 5670 | 2026-08-20T03:17:42.189Z | [ host-image] Aug 20 03:17:41.463 INFO O| Aug 20 03:17:41.462 INFO ok! |
| 5671 | 2026-08-20T03:17:42.189Z | [ host-image] Aug 20 03:17:41.463 INFO O| Aug 20 03:17:41.462 INFO STEP 23 (ensure_symlink) COMPLETE |
| 5672 | 2026-08-20T03:17:42.189Z | [ host-image] Aug 20 03:17:41.463 INFO O| Aug 20 03:17:41.462 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 5673 | 2026-08-20T03:17:42.218Z | [ recovery-image] Aug 20 03:17:41.471 INFO O| Aug 20 03:17:41.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 5674 | 2026-08-20T03:17:42.218Z | [ recovery-image] Aug 20 03:17:41.471 INFO O| Aug 20 03:17:41.471 INFO STEP 29 (remove_files) COMPLETE |
| 5675 | 2026-08-20T03:17:42.218Z | [ recovery-image] Aug 20 03:17:41.471 INFO O| Aug 20 03:17:41.471 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5676 | 2026-08-20T03:17:42.218Z | [ host-image] Aug 20 03:17:41.472 INFO O| Aug 20 03:17:41.472 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 5677 | 2026-08-20T03:17:42.218Z | [ host-image] Aug 20 03:17:41.472 INFO O| Aug 20 03:17:41.472 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ... |
| 5678 | 2026-08-20T03:17:42.218Z | [ host-image] Aug 20 03:17:41.472 INFO O| Aug 20 03:17:41.472 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf |
| 5679 | 2026-08-20T03:17:42.218Z | [ host-image] Aug 20 03:17:41.472 INFO O| Aug 20 03:17:41.472 INFO ok! |
| 5680 | 2026-08-20T03:17:42.218Z | [ host-image] Aug 20 03:17:41.472 INFO O| Aug 20 03:17:41.472 INFO STEP 24 (ensure_file) COMPLETE |
| 5681 | 2026-08-20T03:17:42.218Z | [ host-image] Aug 20 03:17:41.472 INFO O| Aug 20 03:17:41.472 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 5682 | 2026-08-20T03:17:42.219Z | [ recovery-image] Aug 20 03:17:41.479 INFO O| Aug 20 03:17:41.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 5683 | 2026-08-20T03:17:42.219Z | [ recovery-image] Aug 20 03:17:41.479 INFO O| Aug 20 03:17:41.479 INFO STEP 30 (remove_files) COMPLETE |
| 5684 | 2026-08-20T03:17:42.219Z | [ recovery-image] Aug 20 03:17:41.479 INFO O| Aug 20 03:17:41.479 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5685 | 2026-08-20T03:17:42.219Z | [ host-image] Aug 20 03:17:41.481 INFO O| Aug 20 03:17:41.481 INFO updating shadow file |
| 5686 | 2026-08-20T03:17:42.219Z | [ host-image] Aug 20 03:17:41.481 INFO O| Aug 20 03:17:41.481 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 5687 | 2026-08-20T03:17:42.219Z | [ host-image] Aug 20 03:17:41.481 INFO O| Aug 20 03:17:41.481 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 5688 | 2026-08-20T03:17:42.219Z | [ host-image] Aug 20 03:17:41.481 INFO O| Aug 20 03:17:41.481 INFO STEP 25 (shadow) COMPLETE |
| 5689 | 2026-08-20T03:17:42.219Z | [ host-image] Aug 20 03:17:41.481 INFO O| Aug 20 03:17:41.481 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 5690 | 2026-08-20T03:17:42.219Z | [ host-image] Aug 20 03:17:41.490 INFO O| Aug 20 03:17:41.490 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 5691 | 2026-08-20T03:17:42.219Z | [ host-image] Aug 20 03:17:41.490 INFO O| Aug 20 03:17:41.490 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ... |
| 5692 | 2026-08-20T03:17:42.219Z | [ host-image] Aug 20 03:17:41.490 INFO O| Aug 20 03:17:41.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts |
| 5693 | 2026-08-20T03:17:42.220Z | [ host-image] Aug 20 03:17:41.490 INFO O| Aug 20 03:17:41.490 INFO ok! |
| 5694 | 2026-08-20T03:17:42.220Z | [ host-image] Aug 20 03:17:41.490 INFO O| Aug 20 03:17:41.490 INFO STEP 26 (ensure_file) COMPLETE |
| 5695 | 2026-08-20T03:17:42.220Z | [ host-image] Aug 20 03:17:41.490 INFO O| Aug 20 03:17:41.490 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 5696 | 2026-08-20T03:17:42.252Z | [ host-image] Aug 20 03:17:41.499 INFO O| Aug 20 03:17:41.499 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist |
| 5697 | 2026-08-20T03:17:42.253Z | [ host-image] Aug 20 03:17:41.499 INFO O| Aug 20 03:17:41.499 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ... |
| 5698 | 2026-08-20T03:17:42.253Z | [ host-image] Aug 20 03:17:41.499 INFO O| Aug 20 03:17:41.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename |
| 5699 | 2026-08-20T03:17:42.253Z | [ host-image] Aug 20 03:17:41.499 INFO O| Aug 20 03:17:41.499 INFO ok! |
| 5700 | 2026-08-20T03:17:42.253Z | [ host-image] Aug 20 03:17:41.499 INFO O| Aug 20 03:17:41.499 INFO STEP 27 (ensure_file) COMPLETE |
| 5701 | 2026-08-20T03:17:42.253Z | [ host-image] Aug 20 03:17:41.499 INFO O| Aug 20 03:17:41.499 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 5702 | 2026-08-20T03:17:42.253Z | [ recovery-image] Aug 20 03:17:41.508 INFO O| Aug 20 03:17:41.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 5703 | 2026-08-20T03:17:42.253Z | [ recovery-image] Aug 20 03:17:41.508 INFO O| Aug 20 03:17:41.508 INFO STEP 31 (remove_files) COMPLETE |
| 5704 | 2026-08-20T03:17:42.253Z | [ recovery-image] Aug 20 03:17:41.509 INFO O| Aug 20 03:17:41.508 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5705 | 2026-08-20T03:17:42.253Z | [ host-image] Aug 20 03:17:41.510 INFO O| Aug 20 03:17:41.510 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 5706 | 2026-08-20T03:17:42.253Z | [ host-image] Aug 20 03:17:41.510 INFO O| Aug 20 03:17:41.510 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ... |
| 5707 | 2026-08-20T03:17:42.253Z | [ host-image] Aug 20 03:17:41.510 INFO O| Aug 20 03:17:41.510 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 5708 | 2026-08-20T03:17:42.253Z | [ host-image] Aug 20 03:17:41.510 INFO O| Aug 20 03:17:41.510 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 5709 | 2026-08-20T03:17:42.253Z | [ host-image] Aug 20 03:17:41.510 INFO O| Aug 20 03:17:41.510 INFO ok! |
| 5710 | 2026-08-20T03:17:42.253Z | [ host-image] Aug 20 03:17:41.510 INFO O| Aug 20 03:17:41.510 INFO STEP 28 (ensure_file) COMPLETE |
| 5711 | 2026-08-20T03:17:42.253Z | [ host-image] Aug 20 03:17:41.510 INFO O| Aug 20 03:17:41.510 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 5712 | 2026-08-20T03:17:42.253Z | [ recovery-image] Aug 20 03:17:41.519 INFO O| Aug 20 03:17:41.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 5713 | 2026-08-20T03:17:42.253Z | [ recovery-image] Aug 20 03:17:41.519 INFO O| Aug 20 03:17:41.519 INFO STEP 32 (remove_files) COMPLETE |
| 5714 | 2026-08-20T03:17:42.253Z | [ recovery-image] Aug 20 03:17:41.519 INFO O| Aug 20 03:17:41.519 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5715 | 2026-08-20T03:17:42.262Z | [ host-image] Aug 20 03:17:41.521 INFO O| Aug 20 03:17:41.521 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist |
| 5716 | 2026-08-20T03:17:42.262Z | [ host-image] Aug 20 03:17:41.521 INFO O| Aug 20 03:17:41.521 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ... |
| 5717 | 2026-08-20T03:17:42.263Z | [ host-image] Aug 20 03:17:41.521 INFO O| Aug 20 03:17:41.521 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf |
| 5718 | 2026-08-20T03:17:42.263Z | [ host-image] Aug 20 03:17:41.521 INFO O| Aug 20 03:17:41.521 INFO ok! |
| 5719 | 2026-08-20T03:17:42.263Z | [ host-image] Aug 20 03:17:41.521 INFO O| Aug 20 03:17:41.521 INFO STEP 29 (ensure_file) COMPLETE |
| 5720 | 2026-08-20T03:17:42.263Z | [ host-image] Aug 20 03:17:41.521 INFO O| Aug 20 03:17:41.521 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 5721 | 2026-08-20T03:17:42.263Z | [ recovery-image] Aug 20 03:17:41.533 INFO O| Aug 20 03:17:41.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 5722 | 2026-08-20T03:17:42.263Z | [ host-image] Aug 20 03:17:41.533 INFO O| Aug 20 03:17:41.533 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 5723 | 2026-08-20T03:17:42.263Z | [ host-image] Aug 20 03:17:41.533 INFO O| Aug 20 03:17:41.533 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 5724 | 2026-08-20T03:17:42.263Z | [ host-image] Aug 20 03:17:41.533 INFO O| Aug 20 03:17:41.533 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 5725 | 2026-08-20T03:17:42.263Z | [ recovery-image] Aug 20 03:17:41.533 INFO O| Aug 20 03:17:41.533 INFO STEP 33 (remove_files) COMPLETE |
| 5726 | 2026-08-20T03:17:42.263Z | [ host-image] Aug 20 03:17:41.533 INFO O| Aug 20 03:17:41.533 INFO STEP 30 (ensure_dir) COMPLETE |
| 5727 | 2026-08-20T03:17:42.263Z | [ recovery-image] Aug 20 03:17:41.533 INFO O| Aug 20 03:17:41.533 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5728 | 2026-08-20T03:17:42.263Z | [ host-image] Aug 20 03:17:41.533 INFO O| Aug 20 03:17:41.533 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 5729 | 2026-08-20T03:17:42.263Z | [ host-image] Aug 20 03:17:41.545 INFO O| Aug 20 03:17:41.545 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist |
| 5730 | 2026-08-20T03:17:42.263Z | [ host-image] Aug 20 03:17:41.545 INFO O| Aug 20 03:17:41.545 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ... |
| 5731 | 2026-08-20T03:17:42.263Z | [ host-image] Aug 20 03:17:41.545 INFO O| Aug 20 03:17:41.545 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 5732 | 2026-08-20T03:17:42.263Z | [ host-image] Aug 20 03:17:41.545 INFO O| Aug 20 03:17:41.545 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 5733 | 2026-08-20T03:17:42.263Z | [ host-image] Aug 20 03:17:41.545 INFO O| Aug 20 03:17:41.545 INFO ok! |
| 5734 | 2026-08-20T03:17:42.263Z | [ host-image] Aug 20 03:17:41.545 INFO O| Aug 20 03:17:41.545 INFO STEP 31 (ensure_file) COMPLETE |
| 5735 | 2026-08-20T03:17:42.263Z | [ host-image] Aug 20 03:17:41.545 INFO O| Aug 20 03:17:41.545 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 5736 | 2026-08-20T03:17:42.263Z | [ recovery-image] Aug 20 03:17:41.551 INFO O| Aug 20 03:17:41.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 5737 | 2026-08-20T03:17:42.263Z | [ recovery-image] Aug 20 03:17:41.551 INFO O| Aug 20 03:17:41.551 INFO STEP 34 (remove_files) COMPLETE |
| 5738 | 2026-08-20T03:17:42.263Z | [ recovery-image] Aug 20 03:17:41.551 INFO O| Aug 20 03:17:41.551 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5739 | 2026-08-20T03:17:42.305Z | [ host-image] Aug 20 03:17:41.556 INFO O| Aug 20 03:17:41.555 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 5740 | 2026-08-20T03:17:42.305Z | [ host-image] Aug 20 03:17:41.556 INFO O| Aug 20 03:17:41.556 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 5741 | 2026-08-20T03:17:42.305Z | [ host-image] Aug 20 03:17:41.556 INFO O| Aug 20 03:17:41.556 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 5742 | 2026-08-20T03:17:42.305Z | [ host-image] Aug 20 03:17:41.556 INFO O| Aug 20 03:17:41.556 INFO STEP 32 (ensure_dir) COMPLETE |
| 5743 | 2026-08-20T03:17:42.305Z | [ host-image] Aug 20 03:17:41.556 INFO O| Aug 20 03:17:41.556 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 5744 | 2026-08-20T03:17:42.305Z | [ recovery-image] Aug 20 03:17:41.562 INFO O| Aug 20 03:17:41.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 5745 | 2026-08-20T03:17:42.305Z | [ recovery-image] Aug 20 03:17:41.562 INFO O| Aug 20 03:17:41.562 INFO STEP 35 (remove_files) COMPLETE |
| 5746 | 2026-08-20T03:17:42.306Z | [ recovery-image] Aug 20 03:17:41.562 INFO O| Aug 20 03:17:41.562 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5747 | 2026-08-20T03:17:42.331Z | [ host-image] Aug 20 03:17:41.566 INFO O| Aug 20 03:17:41.566 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 5748 | 2026-08-20T03:17:42.331Z | [ host-image] Aug 20 03:17:41.566 INFO O| Aug 20 03:17:41.566 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 ... |
| 5749 | 2026-08-20T03:17:42.331Z | [ host-image] Aug 20 03:17:41.566 INFO O| Aug 20 03:17:41.566 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 |
| 5750 | 2026-08-20T03:17:42.331Z | [ host-image] Aug 20 03:17:41.566 INFO O| Aug 20 03:17:41.566 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml |
| 5751 | 2026-08-20T03:17:42.331Z | [ host-image] Aug 20 03:17:41.566 INFO O| Aug 20 03:17:41.566 INFO ok! |
| 5752 | 2026-08-20T03:17:42.331Z | [ host-image] Aug 20 03:17:41.566 INFO O| Aug 20 03:17:41.566 INFO STEP 33 (ensure_file) COMPLETE |
| 5753 | 2026-08-20T03:17:42.331Z | [ host-image] Aug 20 03:17:41.566 INFO O| Aug 20 03:17:41.566 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 5754 | 2026-08-20T03:17:42.331Z | [ recovery-image] Aug 20 03:17:41.571 INFO O| Aug 20 03:17:41.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 5755 | 2026-08-20T03:17:42.331Z | [ recovery-image] Aug 20 03:17:41.571 INFO O| Aug 20 03:17:41.571 INFO STEP 36 (remove_files) COMPLETE |
| 5756 | 2026-08-20T03:17:42.331Z | [ recovery-image] Aug 20 03:17:41.571 INFO O| Aug 20 03:17:41.571 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5757 | 2026-08-20T03:17:42.331Z | [ host-image] Aug 20 03:17:41.574 INFO O| Aug 20 03:17:41.574 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist |
| 5758 | 2026-08-20T03:17:42.331Z | [ host-image] Aug 20 03:17:41.574 INFO O| Aug 20 03:17:41.574 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ... |
| 5759 | 2026-08-20T03:17:42.331Z | [ host-image] Aug 20 03:17:41.574 INFO O| Aug 20 03:17:41.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master |
| 5760 | 2026-08-20T03:17:42.331Z | [ host-image] Aug 20 03:17:41.574 INFO O| Aug 20 03:17:41.574 INFO ok! |
| 5761 | 2026-08-20T03:17:42.331Z | [ host-image] Aug 20 03:17:41.574 INFO O| Aug 20 03:17:41.574 INFO STEP 34 (ensure_file) COMPLETE |
| 5762 | 2026-08-20T03:17:42.331Z | [ host-image] Aug 20 03:17:41.574 INFO O| Aug 20 03:17:41.574 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 5763 | 2026-08-20T03:17:42.331Z | [ recovery-image] Aug 20 03:17:41.581 INFO O| Aug 20 03:17:41.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 5764 | 2026-08-20T03:17:42.331Z | [ recovery-image] Aug 20 03:17:41.581 INFO O| Aug 20 03:17:41.581 INFO STEP 37 (remove_files) COMPLETE |
| 5765 | 2026-08-20T03:17:42.332Z | [ recovery-image] Aug 20 03:17:41.581 INFO O| Aug 20 03:17:41.581 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5766 | 2026-08-20T03:17:42.332Z | [ host-image] Aug 20 03:17:41.583 INFO O| Aug 20 03:17:41.582 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
| 5767 | 2026-08-20T03:17:42.332Z | [ host-image] Aug 20 03:17:41.583 INFO O| Aug 20 03:17:41.583 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ... |
| 5768 | 2026-08-20T03:17:42.332Z | [ host-image] Aug 20 03:17:41.583 INFO O| Aug 20 03:17:41.583 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 5769 | 2026-08-20T03:17:42.332Z | [ host-image] Aug 20 03:17:41.583 INFO O| Aug 20 03:17:41.583 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 5770 | 2026-08-20T03:17:42.332Z | [ host-image] Aug 20 03:17:41.583 INFO O| Aug 20 03:17:41.583 INFO ok! |
| 5771 | 2026-08-20T03:17:42.332Z | [ host-image] Aug 20 03:17:41.583 INFO O| Aug 20 03:17:41.583 INFO STEP 35 (ensure_file) COMPLETE |
| 5772 | 2026-08-20T03:17:42.332Z | [ host-image] Aug 20 03:17:41.583 INFO O| Aug 20 03:17:41.583 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 5773 | 2026-08-20T03:17:42.332Z | [ recovery-image] Aug 20 03:17:41.589 INFO O| Aug 20 03:17:41.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 5774 | 2026-08-20T03:17:42.332Z | [ recovery-image] Aug 20 03:17:41.589 INFO O| Aug 20 03:17:41.589 INFO STEP 38 (remove_files) COMPLETE |
| 5775 | 2026-08-20T03:17:42.332Z | [ recovery-image] Aug 20 03:17:41.589 INFO O| Aug 20 03:17:41.589 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5776 | 2026-08-20T03:17:42.332Z | [ host-image] Aug 20 03:17:41.591 INFO O| Aug 20 03:17:41.591 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking |
| 5777 | 2026-08-20T03:17:42.332Z | [ host-image] Aug 20 03:17:41.591 INFO O| Aug 20 03:17:41.591 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ... |
| 5778 | 2026-08-20T03:17:42.332Z | [ host-image] Aug 20 03:17:41.591 INFO O| Aug 20 03:17:41.591 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init |
| 5779 | 2026-08-20T03:17:42.332Z | [ host-image] Aug 20 03:17:41.591 INFO O| Aug 20 03:17:41.591 INFO ok! |
| 5780 | 2026-08-20T03:17:42.332Z | [ host-image] Aug 20 03:17:41.591 INFO O| Aug 20 03:17:41.591 INFO STEP 36 (ensure_file) COMPLETE |
| 5781 | 2026-08-20T03:17:42.332Z | [ host-image] Aug 20 03:17:41.591 INFO O| Aug 20 03:17:41.591 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 5782 | 2026-08-20T03:17:42.332Z | [ recovery-image] Aug 20 03:17:41.599 INFO O| Aug 20 03:17:41.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 5783 | 2026-08-20T03:17:42.332Z | [ recovery-image] Aug 20 03:17:41.599 INFO O| Aug 20 03:17:41.599 INFO STEP 39 (remove_files) COMPLETE |
| 5784 | 2026-08-20T03:17:42.332Z | [ recovery-image] Aug 20 03:17:41.599 INFO O| Aug 20 03:17:41.599 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5785 | 2026-08-20T03:17:42.333Z | [ recovery-image] Aug 20 03:17:41.607 INFO O| Aug 20 03:17:41.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 5786 | 2026-08-20T03:17:42.333Z | [ recovery-image] Aug 20 03:17:41.607 INFO O| Aug 20 03:17:41.607 INFO STEP 40 (remove_files) COMPLETE |
| 5787 | 2026-08-20T03:17:42.333Z | [ recovery-image] Aug 20 03:17:41.607 INFO O| Aug 20 03:17:41.607 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5788 | 2026-08-20T03:17:42.361Z | [ recovery-image] Aug 20 03:17:41.615 INFO O| Aug 20 03:17:41.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 5789 | 2026-08-20T03:17:42.362Z | [ recovery-image] Aug 20 03:17:41.615 INFO O| Aug 20 03:17:41.615 INFO STEP 41 (remove_files) COMPLETE |
| 5790 | 2026-08-20T03:17:42.362Z | [ recovery-image] Aug 20 03:17:41.615 INFO O| Aug 20 03:17:41.615 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5791 | 2026-08-20T03:17:42.362Z | [ recovery-image] Aug 20 03:17:41.623 INFO O| Aug 20 03:17:41.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 5792 | 2026-08-20T03:17:42.362Z | [ recovery-image] Aug 20 03:17:41.623 INFO O| Aug 20 03:17:41.623 INFO STEP 42 (remove_files) COMPLETE |
| 5793 | 2026-08-20T03:17:42.362Z | [ recovery-image] Aug 20 03:17:41.623 INFO O| Aug 20 03:17:41.623 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5794 | 2026-08-20T03:17:42.362Z | [ recovery-image] Aug 20 03:17:41.631 INFO O| Aug 20 03:17:41.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 5795 | 2026-08-20T03:17:42.362Z | [ recovery-image] Aug 20 03:17:41.631 INFO O| Aug 20 03:17:41.631 INFO STEP 43 (remove_files) COMPLETE |
| 5796 | 2026-08-20T03:17:42.362Z | [ recovery-image] Aug 20 03:17:41.631 INFO O| Aug 20 03:17:41.631 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5797 | 2026-08-20T03:17:42.362Z | [ host-image] Aug 20 03:17:41.632 INFO O| Aug 20 03:17:41.632 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 5798 | 2026-08-20T03:17:42.362Z | [ host-image] Aug 20 03:17:41.632 INFO O| Aug 20 03:17:41.632 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ... |
| 5799 | 2026-08-20T03:17:42.362Z | [ host-image] Aug 20 03:17:41.632 INFO O| Aug 20 03:17:41.632 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config |
| 5800 | 2026-08-20T03:17:42.362Z | [ host-image] Aug 20 03:17:41.632 INFO O| Aug 20 03:17:41.632 INFO ok! |
| 5801 | 2026-08-20T03:17:42.362Z | [ host-image] Aug 20 03:17:41.632 INFO O| Aug 20 03:17:41.632 INFO STEP 37 (ensure_file) COMPLETE |
| 5802 | 2026-08-20T03:17:42.362Z | [ host-image] Aug 20 03:17:41.632 INFO O| Aug 20 03:17:41.632 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 5803 | 2026-08-20T03:17:42.402Z | [ recovery-image] Aug 20 03:17:41.639 INFO O| Aug 20 03:17:41.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 5804 | 2026-08-20T03:17:42.403Z | [ recovery-image] Aug 20 03:17:41.639 INFO O| Aug 20 03:17:41.639 INFO STEP 44 (remove_files) COMPLETE |
| 5805 | 2026-08-20T03:17:42.403Z | [ recovery-image] Aug 20 03:17:41.639 INFO O| Aug 20 03:17:41.639 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5806 | 2026-08-20T03:17:42.403Z | [verify-libraries] Compiling tui-tree-widget v0.23.1 |
| 5807 | 2026-08-20T03:17:42.403Z | [ host-image] Aug 20 03:17:41.641 INFO O| Aug 20 03:17:41.641 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist |
| 5808 | 2026-08-20T03:17:42.403Z | [ host-image] Aug 20 03:17:41.641 INFO O| Aug 20 03:17:41.641 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ... |
| 5809 | 2026-08-20T03:17:42.403Z | [ host-image] Aug 20 03:17:41.641 INFO O| Aug 20 03:17:41.641 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 5810 | 2026-08-20T03:17:42.403Z | [ host-image] Aug 20 03:17:41.641 INFO O| Aug 20 03:17:41.641 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 5811 | 2026-08-20T03:17:42.403Z | [ host-image] Aug 20 03:17:41.641 INFO O| Aug 20 03:17:41.641 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 5812 | 2026-08-20T03:17:42.403Z | [ host-image] Aug 20 03:17:41.641 INFO O| Aug 20 03:17:41.641 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 5813 | 2026-08-20T03:17:42.403Z | [ host-image] Aug 20 03:17:41.641 INFO O| Aug 20 03:17:41.641 INFO ok! |
| 5814 | 2026-08-20T03:17:42.403Z | [ host-image] Aug 20 03:17:41.641 INFO O| Aug 20 03:17:41.641 INFO STEP 38 (ensure_file) COMPLETE |
| 5815 | 2026-08-20T03:17:42.403Z | [ host-image] Aug 20 03:17:41.641 INFO O| Aug 20 03:17:41.641 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 5816 | 2026-08-20T03:17:42.403Z | [ recovery-image] Aug 20 03:17:41.648 INFO O| Aug 20 03:17:41.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 5817 | 2026-08-20T03:17:42.403Z | [ recovery-image] Aug 20 03:17:41.648 INFO O| Aug 20 03:17:41.648 INFO STEP 45 (remove_files) COMPLETE |
| 5818 | 2026-08-20T03:17:42.403Z | [ recovery-image] Aug 20 03:17:41.648 INFO O| Aug 20 03:17:41.648 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5819 | 2026-08-20T03:17:42.403Z | [ host-image] Aug 20 03:17:41.650 INFO O| Aug 20 03:17:41.650 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 5820 | 2026-08-20T03:17:42.403Z | [ host-image] Aug 20 03:17:41.650 INFO O| Aug 20 03:17:41.650 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 5821 | 2026-08-20T03:17:42.403Z | [ host-image] Aug 20 03:17:41.650 INFO O| Aug 20 03:17:41.650 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 5822 | 2026-08-20T03:17:42.404Z | [ host-image] Aug 20 03:17:41.650 INFO O| Aug 20 03:17:41.650 INFO STEP 39 (ensure_dir) COMPLETE |
| 5823 | 2026-08-20T03:17:42.404Z | [ host-image] Aug 20 03:17:41.650 INFO O| Aug 20 03:17:41.650 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 5824 | 2026-08-20T03:17:42.404Z | [ recovery-image] Aug 20 03:17:41.656 INFO O| Aug 20 03:17:41.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 5825 | 2026-08-20T03:17:42.404Z | [ recovery-image] Aug 20 03:17:41.656 INFO O| Aug 20 03:17:41.656 INFO STEP 46 (remove_files) COMPLETE |
| 5826 | 2026-08-20T03:17:42.404Z | [ recovery-image] Aug 20 03:17:41.656 INFO O| Aug 20 03:17:41.656 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5827 | 2026-08-20T03:17:42.404Z | [ host-image] Aug 20 03:17:41.658 INFO O| Aug 20 03:17:41.658 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 |
| 5828 | 2026-08-20T03:17:42.404Z | [ host-image] Aug 20 03:17:41.658 INFO O| Aug 20 03:17:41.658 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 ... |
| 5829 | 2026-08-20T03:17:42.404Z | [ host-image] Aug 20 03:17:41.658 INFO O| Aug 20 03:17:41.658 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 |
| 5830 | 2026-08-20T03:17:42.404Z | [ host-image] Aug 20 03:17:41.658 INFO O| Aug 20 03:17:41.658 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 |
| 5831 | 2026-08-20T03:17:42.404Z | [ host-image] Aug 20 03:17:41.658 INFO O| Aug 20 03:17:41.658 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 |
| 5832 | 2026-08-20T03:17:42.404Z | [ host-image] Aug 20 03:17:41.658 INFO O| Aug 20 03:17:41.658 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 |
| 5833 | 2026-08-20T03:17:42.416Z | [ host-image] Aug 20 03:17:41.658 INFO O| Aug 20 03:17:41.658 INFO ok! |
| 5834 | 2026-08-20T03:17:42.416Z | [ host-image] Aug 20 03:17:41.658 INFO O| Aug 20 03:17:41.658 INFO STEP 40 (ensure_file) COMPLETE |
| 5835 | 2026-08-20T03:17:42.416Z | [ host-image] Aug 20 03:17:41.658 INFO O| Aug 20 03:17:41.658 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 5836 | 2026-08-20T03:17:42.431Z | [ recovery-image] Aug 20 03:17:41.665 INFO O| Aug 20 03:17:41.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 5837 | 2026-08-20T03:17:42.431Z | [ recovery-image] Aug 20 03:17:41.665 INFO O| Aug 20 03:17:41.665 INFO STEP 47 (remove_files) COMPLETE |
| 5838 | 2026-08-20T03:17:42.431Z | [ recovery-image] Aug 20 03:17:41.665 INFO O| Aug 20 03:17:41.665 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5839 | 2026-08-20T03:17:42.431Z | [ host-image] Aug 20 03:17:41.669 INFO O| Aug 20 03:17:41.668 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 5840 | 2026-08-20T03:17:42.431Z | [ host-image] Aug 20 03:17:41.669 INFO O| Aug 20 03:17:41.669 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 ... |
| 5841 | 2026-08-20T03:17:42.431Z | [ host-image] Aug 20 03:17:41.669 INFO O| Aug 20 03:17:41.669 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 5842 | 2026-08-20T03:17:42.432Z | [ host-image] Aug 20 03:17:41.669 INFO O| Aug 20 03:17:41.669 INFO ok! |
| 5843 | 2026-08-20T03:17:42.432Z | [ host-image] Aug 20 03:17:41.669 INFO O| Aug 20 03:17:41.669 INFO STEP 41 (ensure_symlink) COMPLETE |
| 5844 | 2026-08-20T03:17:42.432Z | [ host-image] Aug 20 03:17:41.669 INFO O| Aug 20 03:17:41.669 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 5845 | 2026-08-20T03:17:42.432Z | [ recovery-image] Aug 20 03:17:41.676 INFO O| Aug 20 03:17:41.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 5846 | 2026-08-20T03:17:42.432Z | [ recovery-image] Aug 20 03:17:41.676 INFO O| Aug 20 03:17:41.676 INFO STEP 48 (remove_files) COMPLETE |
| 5847 | 2026-08-20T03:17:42.432Z | [ recovery-image] Aug 20 03:17:41.676 INFO O| Aug 20 03:17:41.676 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5848 | 2026-08-20T03:17:42.432Z | [ host-image] Aug 20 03:17:41.678 INFO O| Aug 20 03:17:41.678 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist |
| 5849 | 2026-08-20T03:17:42.432Z | [ host-image] Aug 20 03:17:41.678 INFO O| Aug 20 03:17:41.678 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 5850 | 2026-08-20T03:17:42.432Z | [ host-image] Aug 20 03:17:41.678 INFO O| Aug 20 03:17:41.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo |
| 5851 | 2026-08-20T03:17:42.432Z | [ host-image] Aug 20 03:17:41.678 INFO O| Aug 20 03:17:41.678 INFO ok! |
| 5852 | 2026-08-20T03:17:42.432Z | [ host-image] Aug 20 03:17:41.678 INFO O| Aug 20 03:17:41.678 INFO STEP 42 (ensure_symlink) COMPLETE |
| 5853 | 2026-08-20T03:17:42.432Z | [ host-image] Aug 20 03:17:41.678 INFO O| Aug 20 03:17:41.678 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 5854 | 2026-08-20T03:17:42.432Z | [ recovery-image] Aug 20 03:17:41.685 INFO O| Aug 20 03:17:41.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 5855 | 2026-08-20T03:17:42.432Z | [ recovery-image] Aug 20 03:17:41.686 INFO O| Aug 20 03:17:41.686 INFO STEP 49 (remove_files) COMPLETE |
| 5856 | 2026-08-20T03:17:42.432Z | [ recovery-image] Aug 20 03:17:41.686 INFO O| Aug 20 03:17:41.686 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5857 | 2026-08-20T03:17:42.432Z | [ host-image] Aug 20 03:17:41.688 INFO O| Aug 20 03:17:41.687 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist |
| 5858 | 2026-08-20T03:17:42.432Z | [ host-image] Aug 20 03:17:41.688 INFO O| Aug 20 03:17:41.688 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ... |
| 5859 | 2026-08-20T03:17:42.432Z | [ host-image] Aug 20 03:17:41.688 INFO O| Aug 20 03:17:41.688 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 5860 | 2026-08-20T03:17:42.432Z | [ host-image] Aug 20 03:17:41.688 INFO O| Aug 20 03:17:41.688 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 5861 | 2026-08-20T03:17:42.432Z | [ host-image] Aug 20 03:17:41.688 INFO O| Aug 20 03:17:41.688 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 5862 | 2026-08-20T03:17:42.432Z | [ host-image] Aug 20 03:17:41.688 INFO O| Aug 20 03:17:41.688 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 5863 | 2026-08-20T03:17:42.433Z | [ host-image] Aug 20 03:17:41.688 INFO O| Aug 20 03:17:41.688 INFO ok! |
| 5864 | 2026-08-20T03:17:42.433Z | [ host-image] Aug 20 03:17:41.688 INFO O| Aug 20 03:17:41.688 INFO STEP 43 (ensure_file) COMPLETE |
| 5865 | 2026-08-20T03:17:42.433Z | [ host-image] Aug 20 03:17:41.688 INFO O| Aug 20 03:17:41.688 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 5866 | 2026-08-20T03:17:42.433Z | [ recovery-image] Aug 20 03:17:41.695 INFO O| Aug 20 03:17:41.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 5867 | 2026-08-20T03:17:42.433Z | [ recovery-image] Aug 20 03:17:41.695 INFO O| Aug 20 03:17:41.695 INFO STEP 50 (remove_files) COMPLETE |
| 5868 | 2026-08-20T03:17:42.433Z | [ recovery-image] Aug 20 03:17:41.695 INFO O| Aug 20 03:17:41.695 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5869 | 2026-08-20T03:17:42.433Z | [ host-image] Aug 20 03:17:41.698 INFO O| Aug 20 03:17:41.698 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
| 5870 | 2026-08-20T03:17:42.433Z | [ host-image] Aug 20 03:17:41.698 INFO O| Aug 20 03:17:41.698 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 ... |
| 5871 | 2026-08-20T03:17:42.433Z | [ host-image] Aug 20 03:17:41.698 INFO O| Aug 20 03:17:41.698 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 |
| 5872 | 2026-08-20T03:17:42.433Z | [ host-image] Aug 20 03:17:41.698 INFO O| Aug 20 03:17:41.698 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml |
| 5873 | 2026-08-20T03:17:42.433Z | [ host-image] Aug 20 03:17:41.698 INFO O| Aug 20 03:17:41.698 INFO ok! |
| 5874 | 2026-08-20T03:17:42.433Z | [ host-image] Aug 20 03:17:41.698 INFO O| Aug 20 03:17:41.698 INFO STEP 44 (ensure_file) COMPLETE |
| 5875 | 2026-08-20T03:17:42.433Z | [ host-image] Aug 20 03:17:41.698 INFO O| Aug 20 03:17:41.698 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 5876 | 2026-08-20T03:17:42.433Z | [ recovery-image] Aug 20 03:17:41.706 INFO O| Aug 20 03:17:41.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 5877 | 2026-08-20T03:17:42.433Z | [ recovery-image] Aug 20 03:17:41.706 INFO O| Aug 20 03:17:41.706 INFO STEP 51 (remove_files) COMPLETE |
| 5878 | 2026-08-20T03:17:42.433Z | [ recovery-image] Aug 20 03:17:41.706 INFO O| Aug 20 03:17:41.706 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5879 | 2026-08-20T03:17:42.433Z | [ host-image] Aug 20 03:17:41.708 INFO O| Aug 20 03:17:41.708 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist |
| 5880 | 2026-08-20T03:17:42.433Z | [ host-image] Aug 20 03:17:41.708 INFO O| Aug 20 03:17:41.708 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ... |
| 5881 | 2026-08-20T03:17:42.433Z | [ host-image] Aug 20 03:17:41.708 INFO O| Aug 20 03:17:41.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml |
| 5882 | 2026-08-20T03:17:42.433Z | [ host-image] Aug 20 03:17:41.708 INFO O| Aug 20 03:17:41.708 INFO ok! |
| 5883 | 2026-08-20T03:17:42.433Z | [ host-image] Aug 20 03:17:41.708 INFO O| Aug 20 03:17:41.708 INFO STEP 45 (ensure_file) COMPLETE |
| 5884 | 2026-08-20T03:17:42.433Z | [ host-image] Aug 20 03:17:41.708 INFO O| Aug 20 03:17:41.708 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 5885 | 2026-08-20T03:17:42.453Z | [ recovery-image] Aug 20 03:17:41.718 INFO O| Aug 20 03:17:41.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 5886 | 2026-08-20T03:17:42.453Z | [ recovery-image] Aug 20 03:17:41.718 INFO O| Aug 20 03:17:41.718 INFO STEP 52 (remove_files) COMPLETE |
| 5887 | 2026-08-20T03:17:42.453Z | [ host-image] Aug 20 03:17:41.718 INFO O| Aug 20 03:17:41.718 INFO updating shadow file |
| 5888 | 2026-08-20T03:17:42.453Z | [ recovery-image] Aug 20 03:17:41.718 INFO O| Aug 20 03:17:41.718 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5889 | 2026-08-20T03:17:42.453Z | [ host-image] Aug 20 03:17:41.718 INFO O| Aug 20 03:17:41.718 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 5890 | 2026-08-20T03:17:42.453Z | [ host-image] Aug 20 03:17:41.718 INFO O| Aug 20 03:17:41.718 INFO STEP 46 (shadow) COMPLETE |
| 5891 | 2026-08-20T03:17:42.453Z | [ host-image] Aug 20 03:17:41.718 INFO O| Aug 20 03:17:41.718 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 5892 | 2026-08-20T03:17:42.465Z | [ host-image] Aug 20 03:17:41.727 INFO O| Aug 20 03:17:41.727 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking |
| 5893 | 2026-08-20T03:17:42.465Z | [ host-image] Aug 20 03:17:41.727 INFO O| Aug 20 03:17:41.727 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ... |
| 5894 | 2026-08-20T03:17:42.465Z | [ host-image] Aug 20 03:17:41.727 INFO O| Aug 20 03:17:41.727 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 5895 | 2026-08-20T03:17:42.466Z | [ host-image] Aug 20 03:17:41.727 INFO O| Aug 20 03:17:41.727 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 5896 | 2026-08-20T03:17:42.466Z | [ host-image] Aug 20 03:17:41.727 INFO O| Aug 20 03:17:41.727 INFO ok! |
| 5897 | 2026-08-20T03:17:42.466Z | [ host-image] Aug 20 03:17:41.727 INFO O| Aug 20 03:17:41.727 INFO STEP 47 (ensure_file) COMPLETE |
| 5898 | 2026-08-20T03:17:42.466Z | [ host-image] Aug 20 03:17:41.727 INFO O| Aug 20 03:17:41.727 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 5899 | 2026-08-20T03:17:42.466Z | [ host-image] Aug 20 03:17:41.727 INFO O| Aug 20 03:17:41.727 INFO skip step because feature "mfg" is not enabled |
| 5900 | 2026-08-20T03:17:42.466Z | [ host-image] Aug 20 03:17:41.727 INFO O| Aug 20 03:17:41.727 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 5901 | 2026-08-20T03:17:42.466Z | [ host-image] Aug 20 03:17:41.727 INFO O| Aug 20 03:17:41.727 INFO skip step because feature "mfg" is not enabled |
| 5902 | 2026-08-20T03:17:42.467Z | [ host-image] Aug 20 03:17:41.727 INFO O| Aug 20 03:17:41.727 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 5903 | 2026-08-20T03:17:42.467Z | [ host-image] Aug 20 03:17:41.736 INFO O| Aug 20 03:17:41.736 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist |
| 5904 | 2026-08-20T03:17:42.467Z | [ host-image] Aug 20 03:17:41.736 INFO O| Aug 20 03:17:41.736 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ... |
| 5905 | 2026-08-20T03:17:42.467Z | [ recovery-image] Aug 20 03:17:41.739 INFO O| Aug 20 03:17:41.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 5906 | 2026-08-20T03:17:42.467Z | [ recovery-image] Aug 20 03:17:41.739 INFO O| Aug 20 03:17:41.739 INFO STEP 53 (remove_files) COMPLETE |
| 5907 | 2026-08-20T03:17:42.467Z | [ recovery-image] Aug 20 03:17:41.739 INFO O| Aug 20 03:17:41.739 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5908 | 2026-08-20T03:17:42.467Z | [ recovery-image] Aug 20 03:17:41.747 INFO O| Aug 20 03:17:41.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm" |
| 5909 | 2026-08-20T03:17:42.467Z | [ recovery-image] Aug 20 03:17:41.747 INFO O| Aug 20 03:17:41.747 INFO STEP 54 (remove_files) COMPLETE |
| 5910 | 2026-08-20T03:17:42.467Z | [ recovery-image] Aug 20 03:17:41.747 INFO O| Aug 20 03:17:41.747 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5911 | 2026-08-20T03:17:42.485Z | [ host-image] Aug 20 03:17:41.759 INFO O| Aug 20 03:17:41.759 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 5912 | 2026-08-20T03:17:42.485Z | [ host-image] Aug 20 03:17:41.759 INFO O| Aug 20 03:17:41.759 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 5913 | 2026-08-20T03:17:42.485Z | [ host-image] Aug 20 03:17:41.759 INFO O| Aug 20 03:17:41.759 INFO ok! |
| 5914 | 2026-08-20T03:17:42.487Z | [ host-image] Aug 20 03:17:41.759 INFO O| Aug 20 03:17:41.759 INFO STEP 50 (ensure_file) COMPLETE |
| 5915 | 2026-08-20T03:17:42.487Z | [ host-image] Aug 20 03:17:41.759 INFO O| Aug 20 03:17:41.759 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 5916 | 2026-08-20T03:17:42.487Z | [ host-image] Aug 20 03:17:41.759 INFO O| Aug 20 03:17:41.759 INFO skip step because feature "compliance" is not enabled |
| 5917 | 2026-08-20T03:17:42.487Z | [ host-image] Aug 20 03:17:41.759 INFO O| Aug 20 03:17:41.759 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 5918 | 2026-08-20T03:17:42.531Z | [ host-image] Aug 20 03:17:41.771 INFO O| Aug 20 03:17:41.771 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist |
| 5919 | 2026-08-20T03:17:42.548Z | [ host-image] Aug 20 03:17:41.771 INFO O| Aug 20 03:17:41.771 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ... |
| 5920 | 2026-08-20T03:17:42.548Z | [ host-image] Aug 20 03:17:41.771 INFO O| Aug 20 03:17:41.771 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 5921 | 2026-08-20T03:17:42.548Z | [ host-image] Aug 20 03:17:41.771 INFO O| Aug 20 03:17:41.771 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 5922 | 2026-08-20T03:17:42.548Z | [ host-image] Aug 20 03:17:41.771 INFO O| Aug 20 03:17:41.771 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 5923 | 2026-08-20T03:17:42.548Z | [ host-image] Aug 20 03:17:41.771 INFO O| Aug 20 03:17:41.771 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 5924 | 2026-08-20T03:17:42.548Z | [ host-image] Aug 20 03:17:41.771 INFO O| Aug 20 03:17:41.771 INFO ok! |
| 5925 | 2026-08-20T03:17:42.549Z | [ host-image] Aug 20 03:17:41.771 INFO O| Aug 20 03:17:41.771 INFO STEP 52 (ensure_file) COMPLETE |
| 5926 | 2026-08-20T03:17:42.549Z | [ host-image] Aug 20 03:17:41.771 INFO O| Aug 20 03:17:41.771 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 5927 | 2026-08-20T03:17:42.549Z | [ recovery-image] Aug 20 03:17:41.775 INFO O| Aug 20 03:17:41.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm" |
| 5928 | 2026-08-20T03:17:42.549Z | [ recovery-image] Aug 20 03:17:41.775 INFO O| Aug 20 03:17:41.775 INFO STEP 55 (remove_files) COMPLETE |
| 5929 | 2026-08-20T03:17:42.549Z | [ recovery-image] Aug 20 03:17:41.775 INFO O| Aug 20 03:17:41.775 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5930 | 2026-08-20T03:17:42.549Z | [ recovery-image] Aug 20 03:17:41.785 INFO O| Aug 20 03:17:41.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm" |
| 5931 | 2026-08-20T03:17:42.549Z | [ recovery-image] Aug 20 03:17:41.785 INFO O| Aug 20 03:17:41.785 INFO STEP 56 (remove_files) COMPLETE |
| 5932 | 2026-08-20T03:17:42.549Z | [ recovery-image] Aug 20 03:17:41.785 INFO O| Aug 20 03:17:41.785 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5933 | 2026-08-20T03:17:42.573Z | [ host-image] Aug 20 03:17:41.787 INFO O| Aug 20 03:17:41.787 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
| 5934 | 2026-08-20T03:17:42.573Z | [ host-image] Aug 20 03:17:41.787 INFO O| Aug 20 03:17:41.787 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 ... |
| 5935 | 2026-08-20T03:17:42.573Z | [ host-image] Aug 20 03:17:41.787 INFO O| Aug 20 03:17:41.787 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 |
| 5936 | 2026-08-20T03:17:42.573Z | [ host-image] Aug 20 03:17:41.787 INFO O| Aug 20 03:17:41.787 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 5937 | 2026-08-20T03:17:42.574Z | [ host-image] Aug 20 03:17:41.787 INFO O| Aug 20 03:17:41.787 INFO ok! |
| 5938 | 2026-08-20T03:17:42.574Z | [ host-image] Aug 20 03:17:41.787 INFO O| Aug 20 03:17:41.787 INFO STEP 53 (ensure_file) COMPLETE |
| 5939 | 2026-08-20T03:17:42.574Z | [ host-image] Aug 20 03:17:41.787 INFO O| Aug 20 03:17:41.787 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 5940 | 2026-08-20T03:17:42.574Z | [ host-image] Aug 20 03:17:41.795 INFO O| Aug 20 03:17:41.795 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist |
| 5941 | 2026-08-20T03:17:42.574Z | [ host-image] Aug 20 03:17:41.795 INFO O| Aug 20 03:17:41.795 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 ... |
| 5942 | 2026-08-20T03:17:42.574Z | [ host-image] Aug 20 03:17:41.795 INFO O| Aug 20 03:17:41.795 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 5943 | 2026-08-20T03:17:42.574Z | [ host-image] Aug 20 03:17:41.795 INFO O| Aug 20 03:17:41.795 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 5944 | 2026-08-20T03:17:42.575Z | [ host-image] Aug 20 03:17:41.795 INFO O| Aug 20 03:17:41.795 INFO ok! |
| 5945 | 2026-08-20T03:17:42.575Z | [ host-image] Aug 20 03:17:41.795 INFO O| Aug 20 03:17:41.795 INFO STEP 54 (ensure_file) COMPLETE |
| 5946 | 2026-08-20T03:17:42.575Z | [ host-image] Aug 20 03:17:41.795 INFO O| Aug 20 03:17:41.795 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 5947 | 2026-08-20T03:17:42.575Z | [ recovery-image] Aug 20 03:17:41.799 INFO O| Aug 20 03:17:41.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm" |
| 5948 | 2026-08-20T03:17:42.575Z | [ recovery-image] Aug 20 03:17:41.803 INFO O| Aug 20 03:17:41.803 INFO STEP 57 (remove_files) COMPLETE |
| 5949 | 2026-08-20T03:17:42.575Z | [ recovery-image] Aug 20 03:17:41.803 INFO O| Aug 20 03:17:41.803 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5950 | 2026-08-20T03:17:42.575Z | [ host-image] Aug 20 03:17:41.803 INFO O| Aug 20 03:17:41.803 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist |
| 5951 | 2026-08-20T03:17:42.575Z | [ host-image] Aug 20 03:17:41.803 INFO O| Aug 20 03:17:41.803 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 ... |
| 5952 | 2026-08-20T03:17:42.575Z | [ host-image] Aug 20 03:17:41.803 INFO O| Aug 20 03:17:41.803 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 |
| 5953 | 2026-08-20T03:17:42.575Z | [ host-image] Aug 20 03:17:41.803 INFO O| Aug 20 03:17:41.803 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml |
| 5954 | 2026-08-20T03:17:42.575Z | [ host-image] Aug 20 03:17:41.803 INFO O| Aug 20 03:17:41.803 INFO ok! |
| 5955 | 2026-08-20T03:17:42.575Z | [ host-image] Aug 20 03:17:41.803 INFO O| Aug 20 03:17:41.803 INFO STEP 55 (ensure_file) COMPLETE |
| 5956 | 2026-08-20T03:17:42.575Z | [ host-image] Aug 20 03:17:41.803 INFO O| Aug 20 03:17:41.803 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 5957 | 2026-08-20T03:17:42.575Z | [ host-image] Aug 20 03:17:41.811 INFO O| Aug 20 03:17:41.811 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist |
| 5958 | 2026-08-20T03:17:42.575Z | [ host-image] Aug 20 03:17:41.811 INFO O| Aug 20 03:17:41.811 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 ... |
| 5959 | 2026-08-20T03:17:42.575Z | [ host-image] Aug 20 03:17:41.811 INFO O| Aug 20 03:17:41.811 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 5960 | 2026-08-20T03:17:42.575Z | [ host-image] Aug 20 03:17:41.811 INFO O| Aug 20 03:17:41.811 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 5961 | 2026-08-20T03:17:42.575Z | [ host-image] Aug 20 03:17:41.811 INFO O| Aug 20 03:17:41.811 INFO ok! |
| 5962 | 2026-08-20T03:17:42.575Z | [ host-image] Aug 20 03:17:41.811 INFO O| Aug 20 03:17:41.811 INFO STEP 56 (ensure_file) COMPLETE |
| 5963 | 2026-08-20T03:17:42.575Z | [ host-image] Aug 20 03:17:41.811 INFO O| Aug 20 03:17:41.811 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 5964 | 2026-08-20T03:17:42.575Z | [ host-image] Aug 20 03:17:41.819 INFO O| Aug 20 03:17:41.819 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist |
| 5965 | 2026-08-20T03:17:42.575Z | [ host-image] Aug 20 03:17:41.819 INFO O| Aug 20 03:17:41.819 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 ... |
| 5966 | 2026-08-20T03:17:42.576Z | [ host-image] Aug 20 03:17:41.820 INFO O| Aug 20 03:17:41.820 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 |
| 5967 | 2026-08-20T03:17:42.576Z | [ host-image] Aug 20 03:17:41.820 INFO O| Aug 20 03:17:41.820 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml |
| 5968 | 2026-08-20T03:17:42.576Z | [ host-image] Aug 20 03:17:41.820 INFO O| Aug 20 03:17:41.820 INFO ok! |
| 5969 | 2026-08-20T03:17:42.576Z | [ host-image] Aug 20 03:17:41.820 INFO O| Aug 20 03:17:41.820 INFO STEP 57 (ensure_file) COMPLETE |
| 5970 | 2026-08-20T03:17:42.576Z | [ host-image] Aug 20 03:17:41.820 INFO O| Aug 20 03:17:41.820 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 5971 | 2026-08-20T03:17:42.576Z | [ recovery-image] Aug 20 03:17:41.829 INFO O| Aug 20 03:17:41.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar" |
| 5972 | 2026-08-20T03:17:42.576Z | [ recovery-image] Aug 20 03:17:41.829 INFO O| Aug 20 03:17:41.829 INFO STEP 58 (remove_files) COMPLETE |
| 5973 | 2026-08-20T03:17:42.576Z | [ recovery-image] Aug 20 03:17:41.829 INFO O| Aug 20 03:17:41.829 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5974 | 2026-08-20T03:17:42.576Z | [ host-image] Aug 20 03:17:41.830 INFO O| Aug 20 03:17:41.829 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist |
| 5975 | 2026-08-20T03:17:42.576Z | [ host-image] Aug 20 03:17:41.830 INFO O| Aug 20 03:17:41.830 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 ... |
| 5976 | 2026-08-20T03:17:42.576Z | [ host-image] Aug 20 03:17:41.830 INFO O| Aug 20 03:17:41.830 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 5977 | 2026-08-20T03:17:42.576Z | [ host-image] Aug 20 03:17:41.830 INFO O| Aug 20 03:17:41.830 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 5978 | 2026-08-20T03:17:42.576Z | [ host-image] Aug 20 03:17:41.830 INFO O| Aug 20 03:17:41.830 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 5979 | 2026-08-20T03:17:42.576Z | [ host-image] Aug 20 03:17:41.830 INFO O| Aug 20 03:17:41.830 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 5980 | 2026-08-20T03:17:42.576Z | [ host-image] Aug 20 03:17:41.830 INFO O| Aug 20 03:17:41.830 INFO ok! |
| 5981 | 2026-08-20T03:17:42.576Z | [ host-image] Aug 20 03:17:41.830 INFO O| Aug 20 03:17:41.830 INFO STEP 58 (ensure_file) COMPLETE |
| 5982 | 2026-08-20T03:17:42.576Z | [ host-image] Aug 20 03:17:41.830 INFO O| Aug 20 03:17:41.830 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 5983 | 2026-08-20T03:17:42.576Z | [verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5984 | 2026-08-20T03:17:42.576Z | [ host-image] Aug 20 03:17:41.839 INFO O| Aug 20 03:17:41.839 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist |
| 5985 | 2026-08-20T03:17:42.576Z | [ host-image] Aug 20 03:17:41.839 INFO O| Aug 20 03:17:41.839 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 ... |
| 5986 | 2026-08-20T03:17:42.576Z | [ host-image] Aug 20 03:17:41.839 INFO O| Aug 20 03:17:41.839 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 |
| 5987 | 2026-08-20T03:17:42.577Z | [ host-image] Aug 20 03:17:41.839 INFO O| Aug 20 03:17:41.839 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml |
| 5988 | 2026-08-20T03:17:42.577Z | [ host-image] Aug 20 03:17:41.839 INFO O| Aug 20 03:17:41.839 INFO ok! |
| 5989 | 2026-08-20T03:17:42.577Z | [ host-image] Aug 20 03:17:41.839 INFO O| Aug 20 03:17:41.839 INFO STEP 59 (ensure_file) COMPLETE |
| 5990 | 2026-08-20T03:17:42.577Z | [ host-image] Aug 20 03:17:41.839 INFO O| Aug 20 03:17:41.839 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 5991 | 2026-08-20T03:17:42.577Z | [ recovery-image] Aug 20 03:17:41.845 INFO O| Aug 20 03:17:41.845 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 5992 | 2026-08-20T03:17:42.577Z | [ recovery-image] Aug 20 03:17:41.845 INFO O| Aug 20 03:17:41.845 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ... |
| 5993 | 2026-08-20T03:17:42.577Z | [ recovery-image] Aug 20 03:17:41.845 INFO O| Aug 20 03:17:41.845 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5994 | 2026-08-20T03:17:42.577Z | [ recovery-image] Aug 20 03:17:41.845 INFO O| Aug 20 03:17:41.845 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5995 | 2026-08-20T03:17:42.577Z | [ recovery-image] Aug 20 03:17:41.846 INFO O| Aug 20 03:17:41.845 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5996 | 2026-08-20T03:17:42.577Z | [ recovery-image] Aug 20 03:17:41.846 INFO O| Aug 20 03:17:41.846 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5997 | 2026-08-20T03:17:42.577Z | [ recovery-image] Aug 20 03:17:41.846 INFO O| Aug 20 03:17:41.846 INFO ok! |
| 5998 | 2026-08-20T03:17:42.577Z | [ recovery-image] Aug 20 03:17:41.846 INFO O| Aug 20 03:17:41.846 INFO STEP 59 (ensure_file) COMPLETE |
| 5999 | 2026-08-20T03:17:42.577Z | [ recovery-image] Aug 20 03:17:41.846 INFO O| Aug 20 03:17:41.846 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 6000 | 2026-08-20T03:17:42.577Z | [ host-image] Aug 20 03:17:41.847 INFO O| Aug 20 03:17:41.847 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist |
| 6001 | 2026-08-20T03:17:42.577Z | [ host-image] Aug 20 03:17:41.847 INFO O| Aug 20 03:17:41.847 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ... |
| 6002 | 2026-08-20T03:17:42.577Z | [ host-image] Aug 20 03:17:41.847 INFO O| Aug 20 03:17:41.847 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 6003 | 2026-08-20T03:17:42.577Z | [ host-image] Aug 20 03:17:41.847 INFO O| Aug 20 03:17:41.847 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 6004 | 2026-08-20T03:17:42.577Z | [ host-image] Aug 20 03:17:41.847 INFO O| Aug 20 03:17:41.847 INFO ok! |
| 6005 | 2026-08-20T03:17:42.577Z | [ host-image] Aug 20 03:17:41.847 INFO O| Aug 20 03:17:41.847 INFO STEP 60 (ensure_file) COMPLETE |
| 6006 | 2026-08-20T03:17:42.577Z | [ host-image] Aug 20 03:17:41.847 INFO O| Aug 20 03:17:41.847 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 6007 | 2026-08-20T03:17:42.585Z | [ recovery-image] Aug 20 03:17:41.853 INFO O| Aug 20 03:17:41.853 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 6008 | 2026-08-20T03:17:42.585Z | [ recovery-image] Aug 20 03:17:41.853 INFO O| Aug 20 03:17:41.853 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 6009 | 2026-08-20T03:17:42.585Z | [ recovery-image] Aug 20 03:17:41.853 INFO O| Aug 20 03:17:41.853 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 6010 | 2026-08-20T03:17:42.585Z | [ recovery-image] Aug 20 03:17:41.853 INFO O| Aug 20 03:17:41.853 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 6011 | 2026-08-20T03:17:42.586Z | [ recovery-image] Aug 20 03:17:41.853 INFO O| Aug 20 03:17:41.853 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 6012 | 2026-08-20T03:17:42.586Z | [ recovery-image] Aug 20 03:17:41.853 INFO O| Aug 20 03:17:41.853 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 6013 | 2026-08-20T03:17:42.586Z | [ recovery-image] Aug 20 03:17:41.853 INFO O| Aug 20 03:17:41.853 INFO ok! |
| 6014 | 2026-08-20T03:17:42.586Z | [ recovery-image] Aug 20 03:17:41.853 INFO O| Aug 20 03:17:41.853 INFO STEP 60 (ensure_file) COMPLETE |
| 6015 | 2026-08-20T03:17:42.586Z | [ recovery-image] Aug 20 03:17:41.853 INFO O| Aug 20 03:17:41.853 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 6016 | 2026-08-20T03:17:42.586Z | [ host-image] Aug 20 03:17:41.855 INFO O| Aug 20 03:17:41.855 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist |
| 6017 | 2026-08-20T03:17:42.586Z | [ host-image] Aug 20 03:17:41.855 INFO O| Aug 20 03:17:41.855 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 ... |
| 6018 | 2026-08-20T03:17:42.586Z | [ host-image] Aug 20 03:17:41.855 INFO O| Aug 20 03:17:41.855 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 |
| 6019 | 2026-08-20T03:17:42.586Z | [ host-image] Aug 20 03:17:41.855 INFO O| Aug 20 03:17:41.855 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml |
| 6020 | 2026-08-20T03:17:42.586Z | [ host-image] Aug 20 03:17:41.855 INFO O| Aug 20 03:17:41.855 INFO ok! |
| 6021 | 2026-08-20T03:17:42.586Z | [ host-image] Aug 20 03:17:41.855 INFO O| Aug 20 03:17:41.855 INFO STEP 61 (ensure_file) COMPLETE |
| 6022 | 2026-08-20T03:17:42.586Z | [ host-image] Aug 20 03:17:41.855 INFO O| Aug 20 03:17:41.855 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 6023 | 2026-08-20T03:17:42.586Z | [ recovery-image] Aug 20 03:17:41.861 INFO O| Aug 20 03:17:41.861 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist |
| 6024 | 2026-08-20T03:17:42.586Z | [ recovery-image] Aug 20 03:17:41.861 INFO O| Aug 20 03:17:41.861 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ... |
| 6025 | 2026-08-20T03:17:42.586Z | [ recovery-image] Aug 20 03:17:41.861 INFO O| Aug 20 03:17:41.861 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile |
| 6026 | 2026-08-20T03:17:42.586Z | [ recovery-image] Aug 20 03:17:41.861 INFO O| Aug 20 03:17:41.861 INFO ok! |
| 6027 | 2026-08-20T03:17:42.586Z | [ recovery-image] Aug 20 03:17:41.861 INFO O| Aug 20 03:17:41.861 INFO STEP 61 (ensure_file) COMPLETE |
| 6028 | 2026-08-20T03:17:42.587Z | [ recovery-image] Aug 20 03:17:41.861 INFO O| Aug 20 03:17:41.861 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 6029 | 2026-08-20T03:17:42.587Z | [ host-image] Aug 20 03:17:41.863 INFO O| Aug 20 03:17:41.862 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist |
| 6030 | 2026-08-20T03:17:42.587Z | [ host-image] Aug 20 03:17:41.863 INFO O| Aug 20 03:17:41.863 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ... |
| 6031 | 2026-08-20T03:17:42.587Z | [ host-image] Aug 20 03:17:41.863 INFO O| Aug 20 03:17:41.863 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 6032 | 2026-08-20T03:17:42.587Z | [ host-image] Aug 20 03:17:41.863 INFO O| Aug 20 03:17:41.863 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 6033 | 2026-08-20T03:17:42.587Z | [ host-image] Aug 20 03:17:41.863 INFO O| Aug 20 03:17:41.863 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 6034 | 2026-08-20T03:17:42.587Z | [ host-image] Aug 20 03:17:41.863 INFO O| Aug 20 03:17:41.863 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 6035 | 2026-08-20T03:17:42.587Z | [ host-image] Aug 20 03:17:41.863 INFO O| Aug 20 03:17:41.863 INFO ok! |
| 6036 | 2026-08-20T03:17:42.587Z | [ host-image] Aug 20 03:17:41.863 INFO O| Aug 20 03:17:41.863 INFO STEP 62 (ensure_file) COMPLETE |
| 6037 | 2026-08-20T03:17:42.587Z | [ host-image] Aug 20 03:17:41.863 INFO O| Aug 20 03:17:41.863 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 6038 | 2026-08-20T03:17:42.587Z | [ recovery-image] Aug 20 03:17:41.868 INFO O| Aug 20 03:17:41.868 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 6039 | 2026-08-20T03:17:42.587Z | [ recovery-image] Aug 20 03:17:41.868 INFO O| Aug 20 03:17:41.868 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ... |
| 6040 | 2026-08-20T03:17:42.587Z | [ recovery-image] Aug 20 03:17:41.868 INFO O| Aug 20 03:17:41.868 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc |
| 6041 | 2026-08-20T03:17:42.587Z | [ recovery-image] Aug 20 03:17:41.868 INFO O| Aug 20 03:17:41.868 INFO ok! |
| 6042 | 2026-08-20T03:17:42.587Z | [ recovery-image] Aug 20 03:17:41.868 INFO O| Aug 20 03:17:41.868 INFO STEP 62 (ensure_file) COMPLETE |
| 6043 | 2026-08-20T03:17:42.587Z | [ recovery-image] Aug 20 03:17:41.868 INFO O| Aug 20 03:17:41.868 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 6044 | 2026-08-20T03:17:42.587Z | [ host-image] Aug 20 03:17:41.870 INFO O| Aug 20 03:17:41.870 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
| 6045 | 2026-08-20T03:17:42.587Z | [ host-image] Aug 20 03:17:41.870 INFO O| Aug 20 03:17:41.870 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 ... |
| 6046 | 2026-08-20T03:17:42.587Z | [ host-image] Aug 20 03:17:41.870 INFO O| Aug 20 03:17:41.870 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 |
| 6047 | 2026-08-20T03:17:42.587Z | [ host-image] Aug 20 03:17:41.870 INFO O| Aug 20 03:17:41.870 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 6048 | 2026-08-20T03:17:42.587Z | [ host-image] Aug 20 03:17:41.870 INFO O| Aug 20 03:17:41.870 INFO ok! |
| 6049 | 2026-08-20T03:17:42.588Z | [ host-image] Aug 20 03:17:41.870 INFO O| Aug 20 03:17:41.870 INFO STEP 63 (ensure_file) COMPLETE |
| 6050 | 2026-08-20T03:17:42.588Z | [ host-image] Aug 20 03:17:41.870 INFO O| Aug 20 03:17:41.870 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 6051 | 2026-08-20T03:17:42.610Z | [ recovery-image] Aug 20 03:17:41.875 INFO O| Aug 20 03:17:41.875 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 6052 | 2026-08-20T03:17:42.610Z | [ host-image] Aug 20 03:17:41.877 INFO O| Aug 20 03:17:41.877 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
| 6053 | 2026-08-20T03:17:42.610Z | [ host-image] Aug 20 03:17:41.877 INFO O| Aug 20 03:17:41.877 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 ... |
| 6054 | 2026-08-20T03:17:42.610Z | [ recovery-image] Aug 20 03:17:41.875 INFO O| Aug 20 03:17:41.875 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ... |
| 6055 | 2026-08-20T03:17:42.610Z | [ host-image] Aug 20 03:17:41.877 INFO O| Aug 20 03:17:41.877 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 |
| 6056 | 2026-08-20T03:17:42.610Z | [ recovery-image] Aug 20 03:17:41.876 INFO O| Aug 20 03:17:41.876 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 6057 | 2026-08-20T03:17:42.610Z | [ host-image] Aug 20 03:17:41.877 INFO O| Aug 20 03:17:41.877 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 6058 | 2026-08-20T03:17:42.610Z | [ recovery-image] Aug 20 03:17:41.876 INFO O| Aug 20 03:17:41.876 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 6059 | 2026-08-20T03:17:42.610Z | [ host-image] Aug 20 03:17:41.877 INFO O| Aug 20 03:17:41.877 INFO ok! |
| 6060 | 2026-08-20T03:17:42.611Z | [ recovery-image] Aug 20 03:17:41.876 INFO O| Aug 20 03:17:41.876 INFO ok! |
| 6061 | 2026-08-20T03:17:42.611Z | [ host-image] Aug 20 03:17:41.877 INFO O| Aug 20 03:17:41.877 INFO STEP 64 (ensure_file) COMPLETE |
| 6062 | 2026-08-20T03:17:42.611Z | [ host-image] Aug 20 03:17:41.877 INFO O| Aug 20 03:17:41.877 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 6063 | 2026-08-20T03:17:42.611Z | [ recovery-image] Aug 20 03:17:41.876 INFO O| Aug 20 03:17:41.876 INFO STEP 63 (ensure_file) COMPLETE |
| 6064 | 2026-08-20T03:17:42.611Z | [ recovery-image] Aug 20 03:17:41.876 INFO O| Aug 20 03:17:41.876 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 6065 | 2026-08-20T03:17:42.611Z | [verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 6066 | 2026-08-20T03:17:42.638Z | [ recovery-image] Aug 20 03:17:41.884 INFO O| Aug 20 03:17:41.884 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 6067 | 2026-08-20T03:17:42.638Z | [ host-image] Aug 20 03:17:41.889 INFO O| Aug 20 03:17:41.888 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
| 6068 | 2026-08-20T03:17:42.639Z | [ recovery-image] Aug 20 03:17:41.884 INFO O| Aug 20 03:17:41.884 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 6069 | 2026-08-20T03:17:42.639Z | [ recovery-image] Aug 20 03:17:41.884 INFO O| Aug 20 03:17:41.884 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 6070 | 2026-08-20T03:17:42.639Z | [ recovery-image] Aug 20 03:17:41.884 INFO O| Aug 20 03:17:41.884 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 6071 | 2026-08-20T03:17:42.639Z | [ recovery-image] Aug 20 03:17:41.884 INFO O| Aug 20 03:17:41.884 INFO ok! |
| 6072 | 2026-08-20T03:17:42.639Z | [ recovery-image] Aug 20 03:17:41.884 INFO O| Aug 20 03:17:41.884 INFO STEP 64 (ensure_file) COMPLETE |
| 6073 | 2026-08-20T03:17:42.639Z | [ host-image] Aug 20 03:17:41.892 INFO O| Aug 20 03:17:41.889 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 ... |
| 6074 | 2026-08-20T03:17:42.639Z | [ recovery-image] Aug 20 03:17:41.884 INFO O| Aug 20 03:17:41.884 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 6075 | 2026-08-20T03:17:42.639Z | [ host-image] Aug 20 03:17:41.892 INFO O| Aug 20 03:17:41.892 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 |
| 6076 | 2026-08-20T03:17:42.639Z | [ host-image] Aug 20 03:17:41.892 INFO O| Aug 20 03:17:41.892 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 6077 | 2026-08-20T03:17:42.639Z | [ host-image] Aug 20 03:17:41.892 INFO O| Aug 20 03:17:41.892 INFO ok! |
| 6078 | 2026-08-20T03:17:42.639Z | [ host-image] Aug 20 03:17:41.892 INFO O| Aug 20 03:17:41.892 INFO STEP 65 (ensure_file) COMPLETE |
| 6079 | 2026-08-20T03:17:42.639Z | [ host-image] Aug 20 03:17:41.892 INFO O| Aug 20 03:17:41.892 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 6080 | 2026-08-20T03:17:42.639Z | [ host-image] Aug 20 03:17:41.892 INFO O| Aug 20 03:17:41.892 INFO skip step because feature "mbist" is not enabled |
| 6081 | 2026-08-20T03:17:42.639Z | [ host-image] Aug 20 03:17:41.892 INFO O| Aug 20 03:17:41.892 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6082 | 2026-08-20T03:17:42.640Z | [ recovery-image] Aug 20 03:17:41.895 INFO O| Aug 20 03:17:41.895 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 6083 | 2026-08-20T03:17:42.640Z | [ recovery-image] Aug 20 03:17:41.895 INFO O| Aug 20 03:17:41.895 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 6084 | 2026-08-20T03:17:42.640Z | [ recovery-image] Aug 20 03:17:41.895 INFO O| Aug 20 03:17:41.895 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly |
| 6085 | 2026-08-20T03:17:42.640Z | [ recovery-image] Aug 20 03:17:41.895 INFO O| Aug 20 03:17:41.895 INFO ok! |
| 6086 | 2026-08-20T03:17:42.640Z | [ recovery-image] Aug 20 03:17:41.895 INFO O| Aug 20 03:17:41.895 INFO STEP 65 (assemble_files) COMPLETE |
| 6087 | 2026-08-20T03:17:42.640Z | [ recovery-image] Aug 20 03:17:41.895 INFO O| Aug 20 03:17:41.895 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 6088 | 2026-08-20T03:17:42.640Z | [ host-image] Aug 20 03:17:41.901 INFO O| Aug 20 03:17:41.901 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt |
| 6089 | 2026-08-20T03:17:42.640Z | [ host-image] Aug 20 03:17:41.901 INFO O| Aug 20 03:17:41.901 INFO STEP 67 (ensure_dir) COMPLETE |
| 6090 | 2026-08-20T03:17:42.640Z | [ host-image] Aug 20 03:17:41.901 INFO O| Aug 20 03:17:41.901 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6091 | 2026-08-20T03:17:42.640Z | [ recovery-image] Aug 20 03:17:41.904 INFO O| Aug 20 03:17:41.904 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 6092 | 2026-08-20T03:17:42.640Z | [ recovery-image] Aug 20 03:17:41.904 INFO O| Aug 20 03:17:41.904 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ... |
| 6093 | 2026-08-20T03:17:42.640Z | [ recovery-image] Aug 20 03:17:41.904 INFO O| Aug 20 03:17:41.904 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 6094 | 2026-08-20T03:17:42.640Z | [ recovery-image] Aug 20 03:17:41.904 INFO O| Aug 20 03:17:41.904 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 6095 | 2026-08-20T03:17:42.640Z | [ recovery-image] Aug 20 03:17:41.904 INFO O| Aug 20 03:17:41.904 INFO ok! |
| 6096 | 2026-08-20T03:17:42.640Z | [ recovery-image] Aug 20 03:17:41.904 INFO O| Aug 20 03:17:41.904 INFO STEP 66 (ensure_file) COMPLETE |
| 6097 | 2026-08-20T03:17:42.640Z | [ recovery-image] Aug 20 03:17:41.904 INFO O| Aug 20 03:17:41.904 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 6098 | 2026-08-20T03:17:42.640Z | [ recovery-image] Aug 20 03:17:41.904 INFO O| Aug 20 03:17:41.904 INFO skip step because feature "omicron1" is not enabled |
| 6099 | 2026-08-20T03:17:42.640Z | [ recovery-image] Aug 20 03:17:41.904 INFO O| Aug 20 03:17:41.904 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 6100 | 2026-08-20T03:17:42.640Z | [ recovery-image] Aug 20 03:17:41.904 INFO O| Aug 20 03:17:41.904 INFO skip step because feature "omicron1" is not enabled |
| 6101 | 2026-08-20T03:17:42.640Z | [ recovery-image] Aug 20 03:17:41.904 INFO O| Aug 20 03:17:41.904 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 6102 | 2026-08-20T03:17:42.641Z | [ recovery-image] Aug 20 03:17:41.904 INFO O| Aug 20 03:17:41.904 INFO skip step because feature "omicron1" is not enabled |
| 6103 | 2026-08-20T03:17:42.641Z | [ recovery-image] Aug 20 03:17:41.904 INFO O| Aug 20 03:17:41.904 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 6104 | 2026-08-20T03:17:42.641Z | [ host-image] Aug 20 03:17:41.910 INFO O| Aug 20 03:17:41.910 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 6105 | 2026-08-20T03:17:42.641Z | [ host-image] Aug 20 03:17:41.910 INFO O| Aug 20 03:17:41.910 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 6106 | 2026-08-20T03:17:42.641Z | [ host-image] Aug 20 03:17:41.910 INFO O| Aug 20 03:17:41.910 INFO STEP 68 (ensure_dir) COMPLETE |
| 6107 | 2026-08-20T03:17:42.641Z | [ host-image] Aug 20 03:17:41.910 INFO O| Aug 20 03:17:41.910 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6108 | 2026-08-20T03:17:42.666Z | [ recovery-image] Aug 20 03:17:41.917 INFO O| Aug 20 03:17:41.917 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal |
| 6109 | 2026-08-20T03:17:42.666Z | [ recovery-image] Aug 20 03:17:41.917 INFO O| Aug 20 03:17:41.917 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 6110 | 2026-08-20T03:17:42.666Z | [ host-image] Aug 20 03:17:41.919 INFO O| Aug 20 03:17:41.919 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 6111 | 2026-08-20T03:17:42.667Z | [ host-image] Aug 20 03:17:41.919 INFO O| Aug 20 03:17:41.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 6112 | 2026-08-20T03:17:42.667Z | [ host-image] Aug 20 03:17:41.919 INFO O| Aug 20 03:17:41.919 INFO STEP 69 (ensure_dir) COMPLETE |
| 6113 | 2026-08-20T03:17:42.667Z | [ host-image] Aug 20 03:17:41.919 INFO O| Aug 20 03:17:41.919 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6114 | 2026-08-20T03:17:42.667Z | [ host-image] Aug 20 03:17:41.929 INFO O| Aug 20 03:17:41.929 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 6115 | 2026-08-20T03:17:42.667Z | [ host-image] Aug 20 03:17:41.929 INFO O| Aug 20 03:17:41.929 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
| 6116 | 2026-08-20T03:17:42.667Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 6117 | 2026-08-20T03:17:42.722Z | [verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 6118 | 2026-08-20T03:17:42.747Z | [verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 6119 | 2026-08-20T03:17:43.055Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 6120 | 2026-08-20T03:17:43.101Z | [ host-image] Aug 20 03:17:42.371 INFO O| Aug 20 03:17:42.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm |
| 6121 | 2026-08-20T03:17:43.101Z | [ host-image] Aug 20 03:17:42.371 INFO O| Aug 20 03:17:42.371 INFO ok! |
| 6122 | 2026-08-20T03:17:43.101Z | [ host-image] Aug 20 03:17:42.371 INFO O| Aug 20 03:17:42.371 INFO STEP 70 (ensure_file) COMPLETE |
| 6123 | 2026-08-20T03:17:43.189Z | [ host-image] Aug 20 03:17:42.371 INFO O| Aug 20 03:17:42.371 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6124 | 2026-08-20T03:17:43.189Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 6125 | 2026-08-20T03:17:43.189Z | [ host-image] Aug 20 03:17:42.381 INFO O| Aug 20 03:17:42.381 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
| 6126 | 2026-08-20T03:17:43.189Z | [ host-image] Aug 20 03:17:42.381 INFO O| Aug 20 03:17:42.381 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ... |
| 6127 | 2026-08-20T03:17:43.768Z | [verify-libraries] Compiling ssh-key v0.7.0-rc.11 |
| 6128 | 2026-08-20T03:17:43.859Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 6129 | 2026-08-20T03:17:43.959Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 6130 | 2026-08-20T03:17:43.993Z | [ host-image] Aug 20 03:17:43.288 INFO O| Aug 20 03:17:43.288 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd |
| 6131 | 2026-08-20T03:17:43.993Z | [ host-image] Aug 20 03:17:43.288 INFO O| Aug 20 03:17:43.288 INFO ok! |
| 6132 | 2026-08-20T03:17:43.993Z | [ host-image] Aug 20 03:17:43.288 INFO O| Aug 20 03:17:43.288 INFO STEP 71 (ensure_file) COMPLETE |
| 6133 | 2026-08-20T03:17:43.993Z | [ host-image] Aug 20 03:17:43.288 INFO O| Aug 20 03:17:43.288 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6134 | 2026-08-20T03:17:44.005Z | [ host-image] Aug 20 03:17:43.300 INFO O| Aug 20 03:17:43.300 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 6135 | 2026-08-20T03:17:44.005Z | [ host-image] Aug 20 03:17:43.300 INFO O| Aug 20 03:17:43.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 6136 | 2026-08-20T03:17:44.005Z | [ host-image] Aug 20 03:17:43.300 INFO O| Aug 20 03:17:43.300 INFO STEP 72 (ensure_dir) COMPLETE |
| 6137 | 2026-08-20T03:17:44.005Z | [ host-image] Aug 20 03:17:43.300 INFO O| Aug 20 03:17:43.300 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6138 | 2026-08-20T03:17:44.056Z | [ host-image] Aug 20 03:17:43.311 INFO O| Aug 20 03:17:43.311 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 6139 | 2026-08-20T03:17:44.067Z | [ host-image] Aug 20 03:17:43.311 INFO O| Aug 20 03:17:43.311 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6140 | 2026-08-20T03:17:44.068Z | [ host-image] Aug 20 03:17:43.311 INFO O| Aug 20 03:17:43.311 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 6141 | 2026-08-20T03:17:44.079Z | [ host-image] Aug 20 03:17:43.311 INFO O| Aug 20 03:17:43.311 INFO ok! |
| 6142 | 2026-08-20T03:17:44.079Z | [ host-image] Aug 20 03:17:43.311 INFO O| Aug 20 03:17:43.311 INFO STEP 73 (ensure_file) COMPLETE |
| 6143 | 2026-08-20T03:17:44.079Z | [ host-image] Aug 20 03:17:43.311 INFO O| Aug 20 03:17:43.311 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6144 | 2026-08-20T03:17:44.079Z | [ host-image] Aug 20 03:17:43.322 INFO O| Aug 20 03:17:43.322 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 6145 | 2026-08-20T03:17:44.079Z | [ host-image] Aug 20 03:17:43.322 INFO O| Aug 20 03:17:43.322 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6146 | 2026-08-20T03:17:44.079Z | [ host-image] Aug 20 03:17:43.322 INFO O| Aug 20 03:17:43.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 6147 | 2026-08-20T03:17:44.079Z | [ host-image] Aug 20 03:17:43.322 INFO O| Aug 20 03:17:43.322 INFO ok! |
| 6148 | 2026-08-20T03:17:44.079Z | [ host-image] Aug 20 03:17:43.322 INFO O| Aug 20 03:17:43.322 INFO STEP 74 (ensure_file) COMPLETE |
| 6149 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.322 INFO O| Aug 20 03:17:43.322 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6150 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.332 INFO O| Aug 20 03:17:43.332 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 6151 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.332 INFO O| Aug 20 03:17:43.332 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 6152 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.332 INFO O| Aug 20 03:17:43.332 INFO STEP 75 (ensure_dir) COMPLETE |
| 6153 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.332 INFO O| Aug 20 03:17:43.332 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6154 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.341 INFO O| Aug 20 03:17:43.341 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 6155 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.341 INFO O| Aug 20 03:17:43.341 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6156 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.341 INFO O| Aug 20 03:17:43.341 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 6157 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.341 INFO O| Aug 20 03:17:43.341 INFO ok! |
| 6158 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.341 INFO O| Aug 20 03:17:43.341 INFO STEP 76 (ensure_file) COMPLETE |
| 6159 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.341 INFO O| Aug 20 03:17:43.341 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6160 | 2026-08-20T03:17:44.080Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 6161 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.349 INFO O| Aug 20 03:17:43.349 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 6162 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.350 INFO O| Aug 20 03:17:43.349 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6163 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.350 INFO O| Aug 20 03:17:43.349 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 6164 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.350 INFO O| Aug 20 03:17:43.350 INFO ok! |
| 6165 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.350 INFO O| Aug 20 03:17:43.350 INFO STEP 77 (ensure_file) COMPLETE |
| 6166 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.350 INFO O| Aug 20 03:17:43.350 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6167 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.359 INFO O| Aug 20 03:17:43.359 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 6168 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.360 INFO O| Aug 20 03:17:43.359 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 6169 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.360 INFO O| Aug 20 03:17:43.360 INFO STEP 78 (ensure_dir) COMPLETE |
| 6170 | 2026-08-20T03:17:44.080Z | [ host-image] Aug 20 03:17:43.360 INFO O| Aug 20 03:17:43.360 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6171 | 2026-08-20T03:17:44.081Z | [ host-image] Aug 20 03:17:43.370 INFO O| Aug 20 03:17:43.370 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 6172 | 2026-08-20T03:17:44.081Z | [ host-image] Aug 20 03:17:43.370 INFO O| Aug 20 03:17:43.370 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6173 | 2026-08-20T03:17:44.081Z | [ host-image] Aug 20 03:17:43.370 INFO O| Aug 20 03:17:43.370 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 6174 | 2026-08-20T03:17:44.081Z | [ host-image] Aug 20 03:17:43.370 INFO O| Aug 20 03:17:43.370 INFO ok! |
| 6175 | 2026-08-20T03:17:44.081Z | [ host-image] Aug 20 03:17:43.370 INFO O| Aug 20 03:17:43.370 INFO STEP 79 (ensure_file) COMPLETE |
| 6176 | 2026-08-20T03:17:44.081Z | [ host-image] Aug 20 03:17:43.370 INFO O| Aug 20 03:17:43.370 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6177 | 2026-08-20T03:17:44.092Z | [ host-image] Aug 20 03:17:43.381 INFO O| Aug 20 03:17:43.380 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
| 6178 | 2026-08-20T03:17:44.092Z | [ host-image] Aug 20 03:17:43.381 INFO O| Aug 20 03:17:43.380 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ... |
| 6179 | 2026-08-20T03:17:44.092Z | [ host-image] Aug 20 03:17:43.381 INFO O| Aug 20 03:17:43.381 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION |
| 6180 | 2026-08-20T03:17:44.092Z | [ host-image] Aug 20 03:17:43.381 INFO O| Aug 20 03:17:43.381 INFO ok! |
| 6181 | 2026-08-20T03:17:44.108Z | [ host-image] Aug 20 03:17:43.381 INFO O| Aug 20 03:17:43.381 INFO STEP 80 (ensure_file) COMPLETE |
| 6182 | 2026-08-20T03:17:44.108Z | [ host-image] Aug 20 03:17:43.381 INFO O| Aug 20 03:17:43.381 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6183 | 2026-08-20T03:17:44.108Z | [ host-image] Aug 20 03:17:43.390 INFO O| Aug 20 03:17:43.390 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 6184 | 2026-08-20T03:17:44.108Z | [ host-image] Aug 20 03:17:43.390 INFO O| Aug 20 03:17:43.390 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 6185 | 2026-08-20T03:17:44.108Z | [ host-image] Aug 20 03:17:43.390 INFO O| Aug 20 03:17:43.390 INFO STEP 81 (ensure_dir) COMPLETE |
| 6186 | 2026-08-20T03:17:44.108Z | [ host-image] Aug 20 03:17:43.390 INFO O| Aug 20 03:17:43.390 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6187 | 2026-08-20T03:17:44.119Z | [ host-image] Aug 20 03:17:43.400 INFO O| Aug 20 03:17:43.400 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
| 6188 | 2026-08-20T03:17:44.119Z | [ host-image] Aug 20 03:17:43.400 INFO O| Aug 20 03:17:43.400 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
| 6189 | 2026-08-20T03:17:44.532Z | [verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 6190 | 2026-08-20T03:17:44.864Z | [ host-image] Aug 20 03:17:44.153 INFO O| Aug 20 03:17:44.153 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle |
| 6191 | 2026-08-20T03:17:44.864Z | [ host-image] Aug 20 03:17:44.153 INFO O| Aug 20 03:17:44.153 INFO ok! |
| 6192 | 2026-08-20T03:17:44.876Z | [ host-image] Aug 20 03:17:44.153 INFO O| Aug 20 03:17:44.153 INFO STEP 82 (ensure_file) COMPLETE |
| 6193 | 2026-08-20T03:17:44.876Z | [ host-image] Aug 20 03:17:44.153 INFO O| Aug 20 03:17:44.153 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6194 | 2026-08-20T03:17:44.884Z | [ host-image] Aug 20 03:17:44.164 INFO O| Aug 20 03:17:44.164 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist |
| 6195 | 2026-08-20T03:17:44.884Z | [ host-image] Aug 20 03:17:44.164 INFO O| Aug 20 03:17:44.164 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ... |
| 6196 | 2026-08-20T03:17:45.157Z | [ recovery-image] Aug 20 03:17:44.450 INFO O| Aug 20 03:17:44.450 INFO STEP 70 (pack_tar) COMPLETE |
| 6197 | 2026-08-20T03:17:45.157Z | [ recovery-image] Aug 20 03:17:44.451 INFO O| Aug 20 03:17:44.450 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 6198 | 2026-08-20T03:17:45.172Z | [ recovery-image] Aug 20 03:17:44.451 INFO O| Aug 20 03:17:44.450 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 6199 | 2026-08-20T03:17:45.295Z | [ host-image] Aug 20 03:17:44.586 INFO O| Aug 20 03:17:44.586 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor |
| 6200 | 2026-08-20T03:17:45.296Z | [ host-image] Aug 20 03:17:44.586 INFO O| Aug 20 03:17:44.586 INFO ok! |
| 6201 | 2026-08-20T03:17:45.301Z | [ host-image] Aug 20 03:17:44.586 INFO O| Aug 20 03:17:44.586 INFO STEP 83 (ensure_file) COMPLETE |
| 6202 | 2026-08-20T03:17:45.301Z | [ host-image] Aug 20 03:17:44.586 INFO O| Aug 20 03:17:44.586 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6203 | 2026-08-20T03:17:45.319Z | [ host-image] Aug 20 03:17:44.599 INFO O| Aug 20 03:17:44.599 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
| 6204 | 2026-08-20T03:17:45.319Z | [ host-image] Aug 20 03:17:44.599 INFO O| Aug 20 03:17:44.599 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ... |
| 6205 | 2026-08-20T03:17:45.733Z | [ recovery-image] Aug 20 03:17:45.025 INFO O| Aug 20 03:17:45.025 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 6206 | 2026-08-20T03:17:45.876Z | [verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 6207 | 2026-08-20T03:17:45.920Z | [ recovery-image] Aug 20 03:17:45.215 INFO O| Aug 20 03:17:45.215 INFO completed processing sled/ramdisk-02-trim |
| 6208 | 2026-08-20T03:17:45.925Z | [ recovery-image] Aug 20 03:17:45.218 INFO image builder template: ramdisk-03-recovery-trim... |
| 6209 | 2026-08-20T03:17:45.925Z | [ recovery-image] Aug 20 03:17:45.218 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/.tmpkAvEhq/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 |
| 6210 | 2026-08-20T03:17:45.930Z | [ recovery-image] Aug 20 03:17:45.225 INFO O| Aug 20 03:17:45.225 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled |
| 6211 | 2026-08-20T03:17:46.004Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 6212 | 2026-08-20T03:17:46.014Z | [ recovery-image] Aug 20 03:17:45.304 INFO O| Aug 20 03:17:45.304 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 6213 | 2026-08-20T03:17:46.021Z | [ recovery-image] Aug 20 03:17:45.309 INFO O| Aug 20 03:17:45.308 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 6214 | 2026-08-20T03:17:46.043Z | [verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 6215 | 2026-08-20T03:17:46.202Z | [ recovery-image] Aug 20 03:17:45.480 INFO O| Aug 20 03:17:45.480 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled |
| 6216 | 2026-08-20T03:17:46.576Z | [ recovery-image] Aug 20 03:17:45.662 INFO O| Aug 20 03:17:45.662 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 6217 | 2026-08-20T03:17:46.576Z | [ recovery-image] Aug 20 03:17:45.662 INFO O| Aug 20 03:17:45.662 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 6218 | 2026-08-20T03:17:46.613Z | [ recovery-image] Aug 20 03:17:45.670 INFO O| Aug 20 03:17:45.669 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 6219 | 2026-08-20T03:17:46.613Z | [ recovery-image] Aug 20 03:17:45.674 INFO O| Aug 20 03:17:45.674 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 6220 | 2026-08-20T03:17:46.613Z | [ recovery-image] Aug 20 03:17:45.678 INFO O| Aug 20 03:17:45.678 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 6221 | 2026-08-20T03:17:46.697Z | [verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 6222 | 2026-08-20T03:17:47.461Z | [ host-image] Aug 20 03:17:46.757 INFO O| Aug 20 03:17:46.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent |
| 6223 | 2026-08-20T03:17:47.461Z | [ host-image] Aug 20 03:17:46.757 INFO O| Aug 20 03:17:46.757 INFO ok! |
| 6224 | 2026-08-20T03:17:47.470Z | [ host-image] Aug 20 03:17:46.757 INFO O| Aug 20 03:17:46.757 INFO STEP 84 (ensure_file) COMPLETE |
| 6225 | 2026-08-20T03:17:47.470Z | [ host-image] Aug 20 03:17:46.757 INFO O| Aug 20 03:17:46.757 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6226 | 2026-08-20T03:17:47.474Z | [ host-image] Aug 20 03:17:46.768 INFO O| Aug 20 03:17:46.768 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 6227 | 2026-08-20T03:17:47.474Z | [ host-image] Aug 20 03:17:46.768 INFO O| Aug 20 03:17:46.768 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 6228 | 2026-08-20T03:17:47.474Z | [ host-image] Aug 20 03:17:46.768 INFO O| Aug 20 03:17:46.768 INFO STEP 85 (ensure_dir) COMPLETE |
| 6229 | 2026-08-20T03:17:47.474Z | [ host-image] Aug 20 03:17:46.768 INFO O| Aug 20 03:17:46.768 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6230 | 2026-08-20T03:17:47.483Z | [ host-image] Aug 20 03:17:46.779 INFO O| Aug 20 03:17:46.779 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
| 6231 | 2026-08-20T03:17:47.483Z | [ host-image] Aug 20 03:17:46.779 INFO O| Aug 20 03:17:46.779 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6232 | 2026-08-20T03:17:47.483Z | [ host-image] Aug 20 03:17:46.779 INFO O| Aug 20 03:17:46.779 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
| 6233 | 2026-08-20T03:17:47.483Z | [ host-image] Aug 20 03:17:46.779 INFO O| Aug 20 03:17:46.779 INFO ok! |
| 6234 | 2026-08-20T03:17:47.490Z | [ host-image] Aug 20 03:17:46.779 INFO O| Aug 20 03:17:46.779 INFO STEP 86 (ensure_file) COMPLETE |
| 6235 | 2026-08-20T03:17:47.490Z | [ host-image] Aug 20 03:17:46.779 INFO O| Aug 20 03:17:46.779 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6236 | 2026-08-20T03:17:47.500Z | [ host-image] Aug 20 03:17:46.790 INFO O| Aug 20 03:17:46.790 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
| 6237 | 2026-08-20T03:17:47.500Z | [ host-image] Aug 20 03:17:46.790 INFO O| Aug 20 03:17:46.790 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6238 | 2026-08-20T03:17:47.500Z | [ host-image] Aug 20 03:17:46.790 INFO O| Aug 20 03:17:46.790 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md |
| 6239 | 2026-08-20T03:17:47.500Z | [ host-image] Aug 20 03:17:46.790 INFO O| Aug 20 03:17:46.790 INFO ok! |
| 6240 | 2026-08-20T03:17:47.505Z | [ host-image] Aug 20 03:17:46.790 INFO O| Aug 20 03:17:46.790 INFO STEP 87 (ensure_file) COMPLETE |
| 6241 | 2026-08-20T03:17:47.505Z | [ host-image] Aug 20 03:17:46.790 INFO O| Aug 20 03:17:46.790 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6242 | 2026-08-20T03:17:47.508Z | [ host-image] Aug 20 03:17:46.802 INFO O| Aug 20 03:17:46.802 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
| 6243 | 2026-08-20T03:17:47.508Z | [ host-image] Aug 20 03:17:46.802 INFO O| Aug 20 03:17:46.802 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ... |
| 6244 | 2026-08-20T03:17:47.508Z | [ host-image] Aug 20 03:17:46.802 INFO O| Aug 20 03:17:46.802 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION |
| 6245 | 2026-08-20T03:17:47.508Z | [ host-image] Aug 20 03:17:46.802 INFO O| Aug 20 03:17:46.802 INFO ok! |
| 6246 | 2026-08-20T03:17:47.508Z | [ host-image] Aug 20 03:17:46.802 INFO O| Aug 20 03:17:46.802 INFO STEP 88 (ensure_file) COMPLETE |
| 6247 | 2026-08-20T03:17:47.509Z | [ host-image] Aug 20 03:17:46.802 INFO O| Aug 20 03:17:46.802 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6248 | 2026-08-20T03:17:47.518Z | [ host-image] Aug 20 03:17:46.814 INFO O| Aug 20 03:17:46.814 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist |
| 6249 | 2026-08-20T03:17:47.518Z | [ host-image] Aug 20 03:17:46.814 INFO O| Aug 20 03:17:46.814 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ... |
| 6250 | 2026-08-20T03:17:47.518Z | [ host-image] Aug 20 03:17:46.814 INFO O| Aug 20 03:17:46.814 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz |
| 6251 | 2026-08-20T03:17:47.526Z | [ host-image] Aug 20 03:17:46.814 INFO O| Aug 20 03:17:46.814 INFO ok! |
| 6252 | 2026-08-20T03:17:47.526Z | [ host-image] Aug 20 03:17:46.814 INFO O| Aug 20 03:17:46.814 INFO STEP 89 (ensure_file) COMPLETE |
| 6253 | 2026-08-20T03:17:47.526Z | [ host-image] Aug 20 03:17:46.814 INFO O| Aug 20 03:17:46.814 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6254 | 2026-08-20T03:17:47.529Z | [ host-image] Aug 20 03:17:46.824 INFO O| Aug 20 03:17:46.824 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 6255 | 2026-08-20T03:17:47.529Z | [ host-image] Aug 20 03:17:46.824 INFO O| Aug 20 03:17:46.824 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 6256 | 2026-08-20T03:17:47.529Z | [ host-image] Aug 20 03:17:46.824 INFO O| Aug 20 03:17:46.824 INFO STEP 90 (ensure_dir) COMPLETE |
| 6257 | 2026-08-20T03:17:47.532Z | [ host-image] Aug 20 03:17:46.824 INFO O| Aug 20 03:17:46.824 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6258 | 2026-08-20T03:17:47.539Z | [ host-image] Aug 20 03:17:46.835 INFO O| Aug 20 03:17:46.834 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist |
| 6259 | 2026-08-20T03:17:47.539Z | [ host-image] Aug 20 03:17:46.835 INFO O| Aug 20 03:17:46.834 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ... |
| 6260 | 2026-08-20T03:17:47.542Z | [ host-image] Aug 20 03:17:46.837 INFO O| Aug 20 03:17:46.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog |
| 6261 | 2026-08-20T03:17:47.542Z | [ host-image] Aug 20 03:17:46.837 INFO O| Aug 20 03:17:46.837 INFO ok! |
| 6262 | 2026-08-20T03:17:47.542Z | [ host-image] Aug 20 03:17:46.837 INFO O| Aug 20 03:17:46.837 INFO STEP 91 (ensure_file) COMPLETE |
| 6263 | 2026-08-20T03:17:47.542Z | [ host-image] Aug 20 03:17:46.837 INFO O| Aug 20 03:17:46.837 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6264 | 2026-08-20T03:17:47.552Z | [ host-image] Aug 20 03:17:46.847 INFO O| Aug 20 03:17:46.847 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist |
| 6265 | 2026-08-20T03:17:47.552Z | [ host-image] Aug 20 03:17:46.847 INFO O| Aug 20 03:17:46.847 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ... |
| 6266 | 2026-08-20T03:17:47.552Z | [ host-image] Aug 20 03:17:46.847 INFO O| Aug 20 03:17:46.847 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION |
| 6267 | 2026-08-20T03:17:47.561Z | [ host-image] Aug 20 03:17:46.847 INFO O| Aug 20 03:17:46.847 INFO ok! |
| 6268 | 2026-08-20T03:17:47.561Z | [ host-image] Aug 20 03:17:46.847 INFO O| Aug 20 03:17:46.847 INFO STEP 92 (ensure_file) COMPLETE |
| 6269 | 2026-08-20T03:17:47.561Z | [ host-image] Aug 20 03:17:46.847 INFO O| Aug 20 03:17:46.847 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6270 | 2026-08-20T03:17:47.565Z | [ host-image] Aug 20 03:17:46.857 INFO O| Aug 20 03:17:46.856 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
| 6271 | 2026-08-20T03:17:47.565Z | [ host-image] Aug 20 03:17:46.857 INFO O| Aug 20 03:17:46.857 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ... |
| 6272 | 2026-08-20T03:17:47.681Z | [ recovery-image] Aug 20 03:17:46.977 INFO O| Aug 20 03:17:46.976 INFO rolled back to input snapshot; work may begin |
| 6273 | 2026-08-20T03:17:47.681Z | [ recovery-image] Aug 20 03:17:46.977 INFO O| Aug 20 03:17:46.977 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 6274 | 2026-08-20T03:17:47.687Z | [ recovery-image] Aug 20 03:17:46.982 INFO O| Aug 20 03:17:46.982 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6275 | 2026-08-20T03:17:47.696Z | [ recovery-image] Aug 20 03:17:46.992 INFO O| Aug 20 03:17:46.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm" |
| 6276 | 2026-08-20T03:17:47.699Z | [ recovery-image] Aug 20 03:17:46.995 INFO O| Aug 20 03:17:46.995 INFO STEP 0 (remove_files) COMPLETE |
| 6277 | 2026-08-20T03:17:47.699Z | [ recovery-image] Aug 20 03:17:46.995 INFO O| Aug 20 03:17:46.995 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6278 | 2026-08-20T03:17:47.709Z | [ recovery-image] Aug 20 03:17:47.005 INFO O| Aug 20 03:17:47.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf" |
| 6279 | 2026-08-20T03:17:47.710Z | [ recovery-image] Aug 20 03:17:47.005 INFO O| Aug 20 03:17:47.005 INFO STEP 1 (remove_files) COMPLETE |
| 6280 | 2026-08-20T03:17:47.716Z | [ recovery-image] Aug 20 03:17:47.005 INFO O| Aug 20 03:17:47.005 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6281 | 2026-08-20T03:17:47.726Z | [ recovery-image] Aug 20 03:17:47.022 INFO O| Aug 20 03:17:47.021 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7" |
| 6282 | 2026-08-20T03:17:47.731Z | [ recovery-image] Aug 20 03:17:47.026 INFO O| Aug 20 03:17:47.026 INFO STEP 2 (remove_files) COMPLETE |
| 6283 | 2026-08-20T03:17:47.731Z | [ recovery-image] Aug 20 03:17:47.026 INFO O| Aug 20 03:17:47.026 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6284 | 2026-08-20T03:17:47.742Z | [ recovery-image] Aug 20 03:17:47.037 INFO O| Aug 20 03:17:47.037 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share" |
| 6285 | 2026-08-20T03:17:47.808Z | [ recovery-image] Aug 20 03:17:47.103 INFO O| Aug 20 03:17:47.103 INFO STEP 3 (remove_files) COMPLETE |
| 6286 | 2026-08-20T03:17:47.808Z | [ recovery-image] Aug 20 03:17:47.103 INFO O| Aug 20 03:17:47.103 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6287 | 2026-08-20T03:17:47.827Z | [ recovery-image] Aug 20 03:17:47.115 INFO O| Aug 20 03:17:47.115 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns" |
| 6288 | 2026-08-20T03:17:47.827Z | [ recovery-image] Aug 20 03:17:47.119 INFO O| Aug 20 03:17:47.119 INFO STEP 4 (remove_files) COMPLETE |
| 6289 | 2026-08-20T03:17:47.827Z | [ recovery-image] Aug 20 03:17:47.119 INFO O| Aug 20 03:17:47.119 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6290 | 2026-08-20T03:17:47.839Z | [ recovery-image] Aug 20 03:17:47.129 INFO O| Aug 20 03:17:47.129 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv" |
| 6291 | 2026-08-20T03:17:47.870Z | [ recovery-image] Aug 20 03:17:47.165 INFO O| Aug 20 03:17:47.165 INFO STEP 5 (remove_files) COMPLETE |
| 6292 | 2026-08-20T03:17:47.870Z | [ recovery-image] Aug 20 03:17:47.165 INFO O| Aug 20 03:17:47.165 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6293 | 2026-08-20T03:17:47.881Z | [ recovery-image] Aug 20 03:17:47.174 INFO O| Aug 20 03:17:47.174 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale" |
| 6294 | 2026-08-20T03:17:47.899Z | [ recovery-image] Aug 20 03:17:47.190 INFO O| Aug 20 03:17:47.190 INFO STEP 6 (remove_files) COMPLETE |
| 6295 | 2026-08-20T03:17:47.900Z | [ recovery-image] Aug 20 03:17:47.190 INFO O| Aug 20 03:17:47.190 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6296 | 2026-08-20T03:17:47.914Z | [ recovery-image] Aug 20 03:17:47.200 INFO O| Aug 20 03:17:47.200 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps" |
| 6297 | 2026-08-20T03:17:47.915Z | [ recovery-image] Aug 20 03:17:47.202 INFO O| Aug 20 03:17:47.202 INFO STEP 7 (remove_files) COMPLETE |
| 6298 | 2026-08-20T03:17:47.915Z | [ recovery-image] Aug 20 03:17:47.202 INFO O| Aug 20 03:17:47.202 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6299 | 2026-08-20T03:17:47.927Z | [ recovery-image] Aug 20 03:17:47.211 INFO O| Aug 20 03:17:47.211 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig" |
| 6300 | 2026-08-20T03:17:47.927Z | [ recovery-image] Aug 20 03:17:47.213 INFO O| Aug 20 03:17:47.213 INFO STEP 8 (remove_files) COMPLETE |
| 6301 | 2026-08-20T03:17:47.927Z | [ recovery-image] Aug 20 03:17:47.213 INFO O| Aug 20 03:17:47.213 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6302 | 2026-08-20T03:17:47.934Z | [ recovery-image] Aug 20 03:17:47.223 INFO O| Aug 20 03:17:47.223 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi" |
| 6303 | 2026-08-20T03:17:47.934Z | [ recovery-image] Aug 20 03:17:47.225 INFO O| Aug 20 03:17:47.225 INFO STEP 9 (remove_files) COMPLETE |
| 6304 | 2026-08-20T03:17:47.935Z | [ recovery-image] Aug 20 03:17:47.225 INFO O| Aug 20 03:17:47.225 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6305 | 2026-08-20T03:17:47.947Z | [ recovery-image] Aug 20 03:17:47.236 INFO O| Aug 20 03:17:47.236 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs" |
| 6306 | 2026-08-20T03:17:47.953Z | [ recovery-image] Aug 20 03:17:47.238 INFO O| Aug 20 03:17:47.238 INFO STEP 10 (remove_files) COMPLETE |
| 6307 | 2026-08-20T03:17:47.953Z | [ recovery-image] Aug 20 03:17:47.238 INFO O| Aug 20 03:17:47.238 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6308 | 2026-08-20T03:17:47.957Z | [ recovery-image] Aug 20 03:17:47.248 INFO O| Aug 20 03:17:47.248 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv" |
| 6309 | 2026-08-20T03:17:47.957Z | [ recovery-image] Aug 20 03:17:47.249 INFO O| Aug 20 03:17:47.249 INFO STEP 11 (remove_files) COMPLETE |
| 6310 | 2026-08-20T03:17:47.957Z | [ recovery-image] Aug 20 03:17:47.249 INFO O| Aug 20 03:17:47.249 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6311 | 2026-08-20T03:17:48.037Z | [ recovery-image] Aug 20 03:17:47.259 INFO O| Aug 20 03:17:47.259 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5" |
| 6312 | 2026-08-20T03:17:48.044Z | [verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 6313 | 2026-08-20T03:17:48.044Z | [verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 6314 | 2026-08-20T03:17:48.224Z | [ recovery-image] Aug 20 03:17:47.519 INFO O| Aug 20 03:17:47.518 INFO STEP 12 (remove_files) COMPLETE |
| 6315 | 2026-08-20T03:17:48.224Z | [ recovery-image] Aug 20 03:17:47.519 INFO O| Aug 20 03:17:47.518 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6316 | 2026-08-20T03:17:48.233Z | [ recovery-image] Aug 20 03:17:47.529 INFO O| Aug 20 03:17:47.529 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash" |
| 6317 | 2026-08-20T03:17:48.251Z | [ recovery-image] Aug 20 03:17:47.547 INFO O| Aug 20 03:17:47.547 INFO STEP 13 (remove_files) COMPLETE |
| 6318 | 2026-08-20T03:17:48.251Z | [ recovery-image] Aug 20 03:17:47.547 INFO O| Aug 20 03:17:47.547 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6319 | 2026-08-20T03:17:48.262Z | [ recovery-image] Aug 20 03:17:47.557 INFO O| Aug 20 03:17:47.557 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve" |
| 6320 | 2026-08-20T03:17:48.273Z | [ recovery-image] Aug 20 03:17:47.564 INFO O| Aug 20 03:17:47.564 INFO STEP 14 (remove_files) COMPLETE |
| 6321 | 2026-08-20T03:17:48.291Z | [ recovery-image] Aug 20 03:17:47.565 INFO O| Aug 20 03:17:47.564 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6322 | 2026-08-20T03:17:48.334Z | [ recovery-image] Aug 20 03:17:47.622 INFO O| Aug 20 03:17:47.622 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs" |
| 6323 | 2026-08-20T03:17:48.334Z | [ recovery-image] Aug 20 03:17:47.622 INFO O| Aug 20 03:17:47.622 INFO STEP 15 (remove_files) COMPLETE |
| 6324 | 2026-08-20T03:17:48.346Z | [ recovery-image] Aug 20 03:17:47.622 INFO O| Aug 20 03:17:47.622 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6325 | 2026-08-20T03:17:48.346Z | [ recovery-image] Aug 20 03:17:47.632 INFO O| Aug 20 03:17:47.632 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons" |
| 6326 | 2026-08-20T03:17:48.347Z | [ recovery-image] Aug 20 03:17:47.632 INFO O| Aug 20 03:17:47.632 INFO STEP 16 (remove_files) COMPLETE |
| 6327 | 2026-08-20T03:17:48.347Z | [ recovery-image] Aug 20 03:17:47.632 INFO O| Aug 20 03:17:47.632 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6328 | 2026-08-20T03:17:48.357Z | [ recovery-image] Aug 20 03:17:47.641 INFO O| Aug 20 03:17:47.641 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale" |
| 6329 | 2026-08-20T03:17:48.380Z | [ recovery-image] Aug 20 03:17:47.674 INFO O| Aug 20 03:17:47.674 INFO STEP 17 (remove_files) COMPLETE |
| 6330 | 2026-08-20T03:17:48.380Z | [ recovery-image] Aug 20 03:17:47.674 INFO O| Aug 20 03:17:47.674 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6331 | 2026-08-20T03:17:48.395Z | [ recovery-image] Aug 20 03:17:47.689 INFO O| Aug 20 03:17:47.689 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src" |
| 6332 | 2026-08-20T03:17:48.398Z | [ recovery-image] Aug 20 03:17:47.690 INFO O| Aug 20 03:17:47.690 INFO STEP 18 (remove_files) COMPLETE |
| 6333 | 2026-08-20T03:17:48.399Z | [ recovery-image] Aug 20 03:17:47.690 INFO O| Aug 20 03:17:47.690 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6334 | 2026-08-20T03:17:48.412Z | [ host-image] Aug 20 03:17:47.704 INFO O| Aug 20 03:17:47.704 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz |
| 6335 | 2026-08-20T03:17:48.412Z | [ host-image] Aug 20 03:17:47.704 INFO O| Aug 20 03:17:47.704 INFO ok! |
| 6336 | 2026-08-20T03:17:48.413Z | [ host-image] Aug 20 03:17:47.704 INFO O| Aug 20 03:17:47.704 INFO STEP 93 (ensure_file) COMPLETE |
| 6337 | 2026-08-20T03:17:48.419Z | [ host-image] Aug 20 03:17:47.704 INFO O| Aug 20 03:17:47.704 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6338 | 2026-08-20T03:17:48.419Z | [ recovery-image] Aug 20 03:17:47.705 INFO O| Aug 20 03:17:47.704 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo" |
| 6339 | 2026-08-20T03:17:48.419Z | [ recovery-image] Aug 20 03:17:47.705 INFO O| Aug 20 03:17:47.705 INFO STEP 19 (remove_files) COMPLETE |
| 6340 | 2026-08-20T03:17:48.419Z | [ recovery-image] Aug 20 03:17:47.705 INFO O| Aug 20 03:17:47.705 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6341 | 2026-08-20T03:17:48.426Z | [ host-image] Aug 20 03:17:47.716 INFO O| Aug 20 03:17:47.716 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 6342 | 2026-08-20T03:17:48.426Z | [ host-image] Aug 20 03:17:47.716 INFO O| Aug 20 03:17:47.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 6343 | 2026-08-20T03:17:48.426Z | [ host-image] Aug 20 03:17:47.716 INFO O| Aug 20 03:17:47.716 INFO STEP 94 (ensure_dir) COMPLETE |
| 6344 | 2026-08-20T03:17:48.426Z | [ host-image] Aug 20 03:17:47.716 INFO O| Aug 20 03:17:47.716 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6345 | 2026-08-20T03:17:48.432Z | [ host-image] Aug 20 03:17:47.726 INFO O| Aug 20 03:17:47.726 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 6346 | 2026-08-20T03:17:48.433Z | [ host-image] Aug 20 03:17:47.726 INFO O| Aug 20 03:17:47.726 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 6347 | 2026-08-20T03:17:48.433Z | [ host-image] Aug 20 03:17:47.726 INFO O| Aug 20 03:17:47.726 INFO STEP 95 (ensure_dir) COMPLETE |
| 6348 | 2026-08-20T03:17:48.433Z | [ host-image] Aug 20 03:17:47.726 INFO O| Aug 20 03:17:47.726 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6349 | 2026-08-20T03:17:48.441Z | [ host-image] Aug 20 03:17:47.737 INFO O| Aug 20 03:17:47.737 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 6350 | 2026-08-20T03:17:48.442Z | [ host-image] Aug 20 03:17:47.737 INFO O| Aug 20 03:17:47.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 6351 | 2026-08-20T03:17:48.442Z | [ host-image] Aug 20 03:17:47.737 INFO O| Aug 20 03:17:47.737 INFO STEP 96 (ensure_dir) COMPLETE |
| 6352 | 2026-08-20T03:17:48.442Z | [ host-image] Aug 20 03:17:47.737 INFO O| Aug 20 03:17:47.737 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6353 | 2026-08-20T03:17:48.467Z | [ recovery-image] Aug 20 03:17:47.737 INFO O| Aug 20 03:17:47.737 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim" |
| 6354 | 2026-08-20T03:17:48.485Z | [ host-image] Aug 20 03:17:47.747 INFO O| Aug 20 03:17:47.747 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 6355 | 2026-08-20T03:17:48.485Z | [ host-image] Aug 20 03:17:47.747 INFO O| Aug 20 03:17:47.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 6356 | 2026-08-20T03:17:48.486Z | [ host-image] Aug 20 03:17:47.747 INFO O| Aug 20 03:17:47.747 INFO STEP 97 (ensure_dir) COMPLETE |
| 6357 | 2026-08-20T03:17:48.486Z | [ host-image] Aug 20 03:17:47.747 INFO O| Aug 20 03:17:47.747 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6358 | 2026-08-20T03:17:48.486Z | [ host-image] Aug 20 03:17:47.757 INFO O| Aug 20 03:17:47.757 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 6359 | 2026-08-20T03:17:48.486Z | [ host-image] Aug 20 03:17:47.757 INFO O| Aug 20 03:17:47.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 6360 | 2026-08-20T03:17:48.486Z | [ host-image] Aug 20 03:17:47.757 INFO O| Aug 20 03:17:47.757 INFO STEP 98 (ensure_dir) COMPLETE |
| 6361 | 2026-08-20T03:17:48.486Z | [ host-image] Aug 20 03:17:47.757 INFO O| Aug 20 03:17:47.757 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6362 | 2026-08-20T03:17:48.486Z | [ host-image] Aug 20 03:17:47.766 INFO O| Aug 20 03:17:47.766 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
| 6363 | 2026-08-20T03:17:48.487Z | [ host-image] Aug 20 03:17:47.766 INFO O| Aug 20 03:17:47.766 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6364 | 2026-08-20T03:17:48.487Z | [ host-image] Aug 20 03:17:47.766 INFO O| Aug 20 03:17:47.766 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
| 6365 | 2026-08-20T03:17:48.487Z | [ host-image] Aug 20 03:17:47.766 INFO O| Aug 20 03:17:47.766 INFO ok! |
| 6366 | 2026-08-20T03:17:48.487Z | [ host-image] Aug 20 03:17:47.766 INFO O| Aug 20 03:17:47.766 INFO STEP 99 (ensure_file) COMPLETE |
| 6367 | 2026-08-20T03:17:48.487Z | [ host-image] Aug 20 03:17:47.766 INFO O| Aug 20 03:17:47.766 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6368 | 2026-08-20T03:17:48.487Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 6369 | 2026-08-20T03:17:48.487Z | [ host-image] Aug 20 03:17:47.776 INFO O| Aug 20 03:17:47.776 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 6370 | 2026-08-20T03:17:48.487Z | [ host-image] Aug 20 03:17:47.776 INFO O| Aug 20 03:17:47.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 6371 | 2026-08-20T03:17:48.487Z | [ host-image] Aug 20 03:17:47.776 INFO O| Aug 20 03:17:47.776 INFO STEP 100 (ensure_dir) COMPLETE |
| 6372 | 2026-08-20T03:17:48.487Z | [ host-image] Aug 20 03:17:47.776 INFO O| Aug 20 03:17:47.776 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6373 | 2026-08-20T03:17:48.497Z | [ host-image] Aug 20 03:17:47.785 INFO O| Aug 20 03:17:47.785 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
| 6374 | 2026-08-20T03:17:48.497Z | [ host-image] Aug 20 03:17:47.785 INFO O| Aug 20 03:17:47.785 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
| 6375 | 2026-08-20T03:17:48.696Z | [ recovery-image] Aug 20 03:17:47.985 INFO O| Aug 20 03:17:47.985 INFO STEP 20 (remove_files) COMPLETE |
| 6376 | 2026-08-20T03:17:48.696Z | [ recovery-image] Aug 20 03:17:47.985 INFO O| Aug 20 03:17:47.985 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6377 | 2026-08-20T03:17:48.710Z | [ recovery-image] Aug 20 03:17:48.005 INFO O| Aug 20 03:17:48.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml" |
| 6378 | 2026-08-20T03:17:48.714Z | [ recovery-image] Aug 20 03:17:48.009 INFO O| Aug 20 03:17:48.009 INFO STEP 21 (remove_files) COMPLETE |
| 6379 | 2026-08-20T03:17:48.714Z | [ recovery-image] Aug 20 03:17:48.009 INFO O| Aug 20 03:17:48.009 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6380 | 2026-08-20T03:17:48.731Z | [ recovery-image] Aug 20 03:17:48.020 INFO O| Aug 20 03:17:48.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml" |
| 6381 | 2026-08-20T03:17:48.742Z | [ recovery-image] Aug 20 03:17:48.023 INFO O| Aug 20 03:17:48.023 INFO STEP 22 (remove_files) COMPLETE |
| 6382 | 2026-08-20T03:17:48.742Z | [ recovery-image] Aug 20 03:17:48.023 INFO O| Aug 20 03:17:48.023 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6383 | 2026-08-20T03:17:48.742Z | [ recovery-image] Aug 20 03:17:48.034 INFO O| Aug 20 03:17:48.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb" |
| 6384 | 2026-08-20T03:17:48.742Z | [ recovery-image] Aug 20 03:17:48.034 INFO O| Aug 20 03:17:48.034 INFO STEP 23 (remove_files) COMPLETE |
| 6385 | 2026-08-20T03:17:48.742Z | [ recovery-image] Aug 20 03:17:48.034 INFO O| Aug 20 03:17:48.034 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6386 | 2026-08-20T03:17:48.749Z | [ recovery-image] Aug 20 03:17:48.044 INFO O| Aug 20 03:17:48.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec" |
| 6387 | 2026-08-20T03:17:48.749Z | [ recovery-image] Aug 20 03:17:48.044 INFO O| Aug 20 03:17:48.044 INFO STEP 24 (remove_files) COMPLETE |
| 6388 | 2026-08-20T03:17:48.757Z | [ recovery-image] Aug 20 03:17:48.044 INFO O| Aug 20 03:17:48.044 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6389 | 2026-08-20T03:17:48.761Z | [ recovery-image] Aug 20 03:17:48.054 INFO O| Aug 20 03:17:48.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap" |
| 6390 | 2026-08-20T03:17:48.761Z | [ recovery-image] Aug 20 03:17:48.055 INFO O| Aug 20 03:17:48.055 INFO STEP 25 (remove_files) COMPLETE |
| 6391 | 2026-08-20T03:17:48.761Z | [ recovery-image] Aug 20 03:17:48.055 INFO O| Aug 20 03:17:48.055 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6392 | 2026-08-20T03:17:48.775Z | [ recovery-image] Aug 20 03:17:48.065 INFO O| Aug 20 03:17:48.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias" |
| 6393 | 2026-08-20T03:17:48.775Z | [ recovery-image] Aug 20 03:17:48.065 INFO O| Aug 20 03:17:48.065 INFO STEP 26 (remove_files) COMPLETE |
| 6394 | 2026-08-20T03:17:48.775Z | [ recovery-image] Aug 20 03:17:48.065 INFO O| Aug 20 03:17:48.065 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6395 | 2026-08-20T03:17:48.781Z | [ recovery-image] Aug 20 03:17:48.076 INFO O| Aug 20 03:17:48.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb" |
| 6396 | 2026-08-20T03:17:48.782Z | [ recovery-image] Aug 20 03:17:48.076 INFO O| Aug 20 03:17:48.076 INFO STEP 27 (remove_files) COMPLETE |
| 6397 | 2026-08-20T03:17:48.782Z | [ recovery-image] Aug 20 03:17:48.076 INFO O| Aug 20 03:17:48.076 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6398 | 2026-08-20T03:17:48.790Z | [ recovery-image] Aug 20 03:17:48.085 INFO O| Aug 20 03:17:48.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt" |
| 6399 | 2026-08-20T03:17:48.797Z | [ recovery-image] Aug 20 03:17:48.086 INFO O| Aug 20 03:17:48.086 INFO STEP 28 (remove_files) COMPLETE |
| 6400 | 2026-08-20T03:17:48.797Z | [ recovery-image] Aug 20 03:17:48.086 INFO O| Aug 20 03:17:48.086 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6401 | 2026-08-20T03:17:48.801Z | [ recovery-image] Aug 20 03:17:48.095 INFO O| Aug 20 03:17:48.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle" |
| 6402 | 2026-08-20T03:17:48.801Z | [ recovery-image] Aug 20 03:17:48.095 INFO O| Aug 20 03:17:48.095 INFO STEP 29 (remove_files) COMPLETE |
| 6403 | 2026-08-20T03:17:48.801Z | [ recovery-image] Aug 20 03:17:48.095 INFO O| Aug 20 03:17:48.095 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6404 | 2026-08-20T03:17:48.810Z | [ recovery-image] Aug 20 03:17:48.105 INFO O| Aug 20 03:17:48.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl" |
| 6405 | 2026-08-20T03:17:48.810Z | [ recovery-image] Aug 20 03:17:48.105 INFO O| Aug 20 03:17:48.105 INFO STEP 30 (remove_files) COMPLETE |
| 6406 | 2026-08-20T03:17:48.810Z | [ recovery-image] Aug 20 03:17:48.105 INFO O| Aug 20 03:17:48.105 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6407 | 2026-08-20T03:17:48.817Z | [ recovery-image] Aug 20 03:17:48.113 INFO O| Aug 20 03:17:48.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config" |
| 6408 | 2026-08-20T03:17:48.817Z | [ recovery-image] Aug 20 03:17:48.113 INFO O| Aug 20 03:17:48.113 INFO STEP 31 (remove_files) COMPLETE |
| 6409 | 2026-08-20T03:17:48.822Z | [ recovery-image] Aug 20 03:17:48.113 INFO O| Aug 20 03:17:48.113 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6410 | 2026-08-20T03:17:48.829Z | [ recovery-image] Aug 20 03:17:48.125 INFO O| Aug 20 03:17:48.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt" |
| 6411 | 2026-08-20T03:17:48.833Z | [ recovery-image] Aug 20 03:17:48.125 INFO O| Aug 20 03:17:48.125 INFO STEP 32 (remove_files) COMPLETE |
| 6412 | 2026-08-20T03:17:48.833Z | [ recovery-image] Aug 20 03:17:48.126 INFO O| Aug 20 03:17:48.125 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6413 | 2026-08-20T03:17:48.841Z | [ recovery-image] Aug 20 03:17:48.137 INFO O| Aug 20 03:17:48.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest" |
| 6414 | 2026-08-20T03:17:48.841Z | [ recovery-image] Aug 20 03:17:48.137 INFO O| Aug 20 03:17:48.137 INFO STEP 33 (remove_files) COMPLETE |
| 6415 | 2026-08-20T03:17:48.852Z | [ recovery-image] Aug 20 03:17:48.137 INFO O| Aug 20 03:17:48.137 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6416 | 2026-08-20T03:17:48.856Z | [ recovery-image] Aug 20 03:17:48.149 INFO O| Aug 20 03:17:48.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap" |
| 6417 | 2026-08-20T03:17:48.856Z | [ recovery-image] Aug 20 03:17:48.149 INFO O| Aug 20 03:17:48.149 INFO STEP 34 (remove_files) COMPLETE |
| 6418 | 2026-08-20T03:17:48.856Z | [ recovery-image] Aug 20 03:17:48.149 INFO O| Aug 20 03:17:48.149 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6419 | 2026-08-20T03:17:48.865Z | [ recovery-image] Aug 20 03:17:48.160 INFO O| Aug 20 03:17:48.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt" |
| 6420 | 2026-08-20T03:17:48.875Z | [ recovery-image] Aug 20 03:17:48.161 INFO O| Aug 20 03:17:48.161 INFO STEP 35 (remove_files) COMPLETE |
| 6421 | 2026-08-20T03:17:48.875Z | [ recovery-image] Aug 20 03:17:48.161 INFO O| Aug 20 03:17:48.161 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6422 | 2026-08-20T03:17:48.887Z | [ recovery-image] Aug 20 03:17:48.173 INFO O| Aug 20 03:17:48.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear" |
| 6423 | 2026-08-20T03:17:48.887Z | [ recovery-image] Aug 20 03:17:48.173 INFO O| Aug 20 03:17:48.173 INFO STEP 36 (remove_files) COMPLETE |
| 6424 | 2026-08-20T03:17:48.887Z | [ recovery-image] Aug 20 03:17:48.173 INFO O| Aug 20 03:17:48.173 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6425 | 2026-08-20T03:17:48.907Z | [ recovery-image] Aug 20 03:17:48.183 INFO O| Aug 20 03:17:48.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp" |
| 6426 | 2026-08-20T03:17:48.907Z | [ recovery-image] Aug 20 03:17:48.183 INFO O| Aug 20 03:17:48.183 INFO STEP 37 (remove_files) COMPLETE |
| 6427 | 2026-08-20T03:17:48.907Z | [ recovery-image] Aug 20 03:17:48.183 INFO O| Aug 20 03:17:48.183 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6428 | 2026-08-20T03:17:48.919Z | [ recovery-image] Aug 20 03:17:48.194 INFO O| Aug 20 03:17:48.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs" |
| 6429 | 2026-08-20T03:17:48.919Z | [ recovery-image] Aug 20 03:17:48.194 INFO O| Aug 20 03:17:48.194 INFO STEP 38 (remove_files) COMPLETE |
| 6430 | 2026-08-20T03:17:48.920Z | [ recovery-image] Aug 20 03:17:48.194 INFO O| Aug 20 03:17:48.194 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6431 | 2026-08-20T03:17:48.920Z | [ recovery-image] Aug 20 03:17:48.203 INFO O| Aug 20 03:17:48.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic" |
| 6432 | 2026-08-20T03:17:48.920Z | [ recovery-image] Aug 20 03:17:48.203 INFO O| Aug 20 03:17:48.203 INFO STEP 39 (remove_files) COMPLETE |
| 6433 | 2026-08-20T03:17:48.920Z | [ recovery-image] Aug 20 03:17:48.204 INFO O| Aug 20 03:17:48.203 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6434 | 2026-08-20T03:17:48.936Z | [ recovery-image] Aug 20 03:17:48.214 INFO O| Aug 20 03:17:48.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe" |
| 6435 | 2026-08-20T03:17:48.936Z | [ recovery-image] Aug 20 03:17:48.214 INFO O| Aug 20 03:17:48.214 INFO STEP 40 (remove_files) COMPLETE |
| 6436 | 2026-08-20T03:17:48.936Z | [ recovery-image] Aug 20 03:17:48.214 INFO O| Aug 20 03:17:48.214 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6437 | 2026-08-20T03:17:48.940Z | [ recovery-image] Aug 20 03:17:48.224 INFO O| Aug 20 03:17:48.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput" |
| 6438 | 2026-08-20T03:17:48.940Z | [ recovery-image] Aug 20 03:17:48.224 INFO O| Aug 20 03:17:48.224 INFO STEP 41 (remove_files) COMPLETE |
| 6439 | 2026-08-20T03:17:48.940Z | [ recovery-image] Aug 20 03:17:48.224 INFO O| Aug 20 03:17:48.224 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6440 | 2026-08-20T03:17:48.940Z | [ recovery-image] Aug 20 03:17:48.235 INFO O| Aug 20 03:17:48.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset" |
| 6441 | 2026-08-20T03:17:48.940Z | [ recovery-image] Aug 20 03:17:48.235 INFO O| Aug 20 03:17:48.235 INFO STEP 42 (remove_files) COMPLETE |
| 6442 | 2026-08-20T03:17:48.940Z | [ recovery-image] Aug 20 03:17:48.235 INFO O| Aug 20 03:17:48.235 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6443 | 2026-08-20T03:17:48.952Z | [ recovery-image] Aug 20 03:17:48.242 INFO O| Aug 20 03:17:48.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn" |
| 6444 | 2026-08-20T03:17:48.961Z | [ recovery-image] Aug 20 03:17:48.243 INFO O| Aug 20 03:17:48.242 INFO STEP 43 (remove_files) COMPLETE |
| 6445 | 2026-08-20T03:17:48.961Z | [ recovery-image] Aug 20 03:17:48.243 INFO O| Aug 20 03:17:48.243 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6446 | 2026-08-20T03:17:48.961Z | [ recovery-image] Aug 20 03:17:48.251 INFO O| Aug 20 03:17:48.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93" |
| 6447 | 2026-08-20T03:17:48.961Z | [ recovery-image] Aug 20 03:17:48.251 INFO O| Aug 20 03:17:48.251 INFO STEP 44 (remove_files) COMPLETE |
| 6448 | 2026-08-20T03:17:48.961Z | [ recovery-image] Aug 20 03:17:48.251 INFO O| Aug 20 03:17:48.251 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6449 | 2026-08-20T03:17:48.976Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 6450 | 2026-08-20T03:17:48.976Z | [ recovery-image] Aug 20 03:17:48.263 INFO O| Aug 20 03:17:48.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls" |
| 6451 | 2026-08-20T03:17:48.976Z | [ recovery-image] Aug 20 03:17:48.263 INFO O| Aug 20 03:17:48.263 INFO STEP 45 (remove_files) COMPLETE |
| 6452 | 2026-08-20T03:17:48.976Z | [ recovery-image] Aug 20 03:17:48.263 INFO O| Aug 20 03:17:48.263 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6453 | 2026-08-20T03:17:48.981Z | [ recovery-image] Aug 20 03:17:48.274 INFO O| Aug 20 03:17:48.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac" |
| 6454 | 2026-08-20T03:17:48.981Z | [ recovery-image] Aug 20 03:17:48.274 INFO O| Aug 20 03:17:48.274 INFO STEP 46 (remove_files) COMPLETE |
| 6455 | 2026-08-20T03:17:48.981Z | [ recovery-image] Aug 20 03:17:48.274 INFO O| Aug 20 03:17:48.274 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6456 | 2026-08-20T03:17:48.999Z | [ recovery-image] Aug 20 03:17:48.285 INFO O| Aug 20 03:17:48.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe" |
| 6457 | 2026-08-20T03:17:49.000Z | [ recovery-image] Aug 20 03:17:48.285 INFO O| Aug 20 03:17:48.285 INFO STEP 47 (remove_files) COMPLETE |
| 6458 | 2026-08-20T03:17:49.005Z | [ recovery-image] Aug 20 03:17:48.285 INFO O| Aug 20 03:17:48.285 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6459 | 2026-08-20T03:17:49.005Z | [ recovery-image] Aug 20 03:17:48.295 INFO O| Aug 20 03:17:48.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config" |
| 6460 | 2026-08-20T03:17:49.005Z | [ recovery-image] Aug 20 03:17:48.295 INFO O| Aug 20 03:17:48.295 INFO STEP 48 (remove_files) COMPLETE |
| 6461 | 2026-08-20T03:17:49.006Z | [ recovery-image] Aug 20 03:17:48.295 INFO O| Aug 20 03:17:48.295 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6462 | 2026-08-20T03:17:49.020Z | [ recovery-image] Aug 20 03:17:48.306 INFO O| Aug 20 03:17:48.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask" |
| 6463 | 2026-08-20T03:17:49.020Z | [ recovery-image] Aug 20 03:17:48.306 INFO O| Aug 20 03:17:48.306 INFO STEP 49 (remove_files) COMPLETE |
| 6464 | 2026-08-20T03:17:49.020Z | [ recovery-image] Aug 20 03:17:48.306 INFO O| Aug 20 03:17:48.306 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6465 | 2026-08-20T03:17:49.025Z | [ recovery-image] Aug 20 03:17:48.317 INFO O| Aug 20 03:17:48.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup" |
| 6466 | 2026-08-20T03:17:49.025Z | [ recovery-image] Aug 20 03:17:48.317 INFO O| Aug 20 03:17:48.317 INFO STEP 50 (remove_files) COMPLETE |
| 6467 | 2026-08-20T03:17:49.025Z | [ recovery-image] Aug 20 03:17:48.317 INFO O| Aug 20 03:17:48.317 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6468 | 2026-08-20T03:17:49.033Z | [ recovery-image] Aug 20 03:17:48.328 INFO O| Aug 20 03:17:48.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs" |
| 6469 | 2026-08-20T03:17:49.037Z | [ recovery-image] Aug 20 03:17:48.329 INFO O| Aug 20 03:17:48.329 INFO STEP 51 (remove_files) COMPLETE |
| 6470 | 2026-08-20T03:17:49.037Z | [ recovery-image] Aug 20 03:17:48.329 INFO O| Aug 20 03:17:48.329 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6471 | 2026-08-20T03:17:49.045Z | [ recovery-image] Aug 20 03:17:48.341 INFO O| Aug 20 03:17:48.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv" |
| 6472 | 2026-08-20T03:17:49.045Z | [ recovery-image] Aug 20 03:17:48.341 INFO O| Aug 20 03:17:48.341 INFO STEP 52 (remove_files) COMPLETE |
| 6473 | 2026-08-20T03:17:49.054Z | [ recovery-image] Aug 20 03:17:48.341 INFO O| Aug 20 03:17:48.341 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6474 | 2026-08-20T03:17:49.061Z | [ recovery-image] Aug 20 03:17:48.351 INFO O| Aug 20 03:17:48.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config" |
| 6475 | 2026-08-20T03:17:49.061Z | [ recovery-image] Aug 20 03:17:48.352 INFO O| Aug 20 03:17:48.352 INFO STEP 53 (remove_files) COMPLETE |
| 6476 | 2026-08-20T03:17:49.061Z | [ recovery-image] Aug 20 03:17:48.352 INFO O| Aug 20 03:17:48.352 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6477 | 2026-08-20T03:17:49.195Z | [ recovery-image] Aug 20 03:17:48.362 INFO O| Aug 20 03:17:48.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config" |
| 6478 | 2026-08-20T03:17:49.195Z | [ recovery-image] Aug 20 03:17:48.362 INFO O| Aug 20 03:17:48.362 INFO STEP 54 (remove_files) COMPLETE |
| 6479 | 2026-08-20T03:17:49.208Z | [ recovery-image] Aug 20 03:17:48.362 INFO O| Aug 20 03:17:48.362 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6480 | 2026-08-20T03:17:49.208Z | [ recovery-image] Aug 20 03:17:48.373 INFO O| Aug 20 03:17:48.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config" |
| 6481 | 2026-08-20T03:17:49.208Z | [ recovery-image] Aug 20 03:17:48.374 INFO O| Aug 20 03:17:48.374 INFO STEP 55 (remove_files) COMPLETE |
| 6482 | 2026-08-20T03:17:49.208Z | [ recovery-image] Aug 20 03:17:48.374 INFO O| Aug 20 03:17:48.374 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6483 | 2026-08-20T03:17:49.208Z | [ recovery-image] Aug 20 03:17:48.383 INFO O| Aug 20 03:17:48.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred" |
| 6484 | 2026-08-20T03:17:49.208Z | [ recovery-image] Aug 20 03:17:48.383 INFO O| Aug 20 03:17:48.383 INFO STEP 56 (remove_files) COMPLETE |
| 6485 | 2026-08-20T03:17:49.208Z | [ recovery-image] Aug 20 03:17:48.383 INFO O| Aug 20 03:17:48.383 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6486 | 2026-08-20T03:17:49.208Z | [ recovery-image] Aug 20 03:17:48.394 INFO O| Aug 20 03:17:48.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep" |
| 6487 | 2026-08-20T03:17:49.208Z | [ recovery-image] Aug 20 03:17:48.394 INFO O| Aug 20 03:17:48.394 INFO STEP 57 (remove_files) COMPLETE |
| 6488 | 2026-08-20T03:17:49.208Z | [ recovery-image] Aug 20 03:17:48.394 INFO O| Aug 20 03:17:48.394 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6489 | 2026-08-20T03:17:49.209Z | [ recovery-image] Aug 20 03:17:48.405 INFO O| Aug 20 03:17:48.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest" |
| 6490 | 2026-08-20T03:17:49.209Z | [ recovery-image] Aug 20 03:17:48.405 INFO O| Aug 20 03:17:48.405 INFO STEP 58 (remove_files) COMPLETE |
| 6491 | 2026-08-20T03:17:49.209Z | [ recovery-image] Aug 20 03:17:48.405 INFO O| Aug 20 03:17:48.405 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6492 | 2026-08-20T03:17:49.209Z | [ recovery-image] Aug 20 03:17:48.416 INFO O| Aug 20 03:17:48.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv" |
| 6493 | 2026-08-20T03:17:49.209Z | [ recovery-image] Aug 20 03:17:48.416 INFO O| Aug 20 03:17:48.416 INFO STEP 59 (remove_files) COMPLETE |
| 6494 | 2026-08-20T03:17:49.209Z | [ recovery-image] Aug 20 03:17:48.416 INFO O| Aug 20 03:17:48.416 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6495 | 2026-08-20T03:17:49.210Z | [ recovery-image] Aug 20 03:17:48.427 INFO O| Aug 20 03:17:48.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles" |
| 6496 | 2026-08-20T03:17:49.210Z | [ recovery-image] Aug 20 03:17:48.427 INFO O| Aug 20 03:17:48.427 INFO STEP 60 (remove_files) COMPLETE |
| 6497 | 2026-08-20T03:17:49.210Z | [ recovery-image] Aug 20 03:17:48.427 INFO O| Aug 20 03:17:48.427 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6498 | 2026-08-20T03:17:49.210Z | [ recovery-image] Aug 20 03:17:48.438 INFO O| Aug 20 03:17:48.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags" |
| 6499 | 2026-08-20T03:17:49.210Z | [ recovery-image] Aug 20 03:17:48.438 INFO O| Aug 20 03:17:48.438 INFO STEP 61 (remove_files) COMPLETE |
| 6500 | 2026-08-20T03:17:49.210Z | [ recovery-image] Aug 20 03:17:48.438 INFO O| Aug 20 03:17:48.438 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6501 | 2026-08-20T03:17:49.210Z | [ recovery-image] Aug 20 03:17:48.450 INFO O| Aug 20 03:17:48.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd" |
| 6502 | 2026-08-20T03:17:49.210Z | [ recovery-image] Aug 20 03:17:48.450 INFO O| Aug 20 03:17:48.450 INFO STEP 62 (remove_files) COMPLETE |
| 6503 | 2026-08-20T03:17:49.210Z | [ recovery-image] Aug 20 03:17:48.450 INFO O| Aug 20 03:17:48.450 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6504 | 2026-08-20T03:17:49.211Z | [ recovery-image] Aug 20 03:17:48.461 INFO O| Aug 20 03:17:48.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp" |
| 6505 | 2026-08-20T03:17:49.211Z | [ recovery-image] Aug 20 03:17:48.461 INFO O| Aug 20 03:17:48.461 INFO STEP 63 (remove_files) COMPLETE |
| 6506 | 2026-08-20T03:17:49.211Z | [ recovery-image] Aug 20 03:17:48.461 INFO O| Aug 20 03:17:48.461 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6507 | 2026-08-20T03:17:49.211Z | [ host-image] Aug 20 03:17:48.464 INFO O| Aug 20 03:17:48.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
| 6508 | 2026-08-20T03:17:49.211Z | [ host-image] Aug 20 03:17:48.464 INFO O| Aug 20 03:17:48.463 INFO ok! |
| 6509 | 2026-08-20T03:17:49.211Z | [ host-image] Aug 20 03:17:48.464 INFO O| Aug 20 03:17:48.464 INFO STEP 101 (ensure_file) COMPLETE |
| 6510 | 2026-08-20T03:17:49.211Z | [ host-image] Aug 20 03:17:48.464 INFO O| Aug 20 03:17:48.464 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6511 | 2026-08-20T03:17:49.211Z | [ recovery-image] Aug 20 03:17:48.471 INFO O| Aug 20 03:17:48.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit" |
| 6512 | 2026-08-20T03:17:49.211Z | [ recovery-image] Aug 20 03:17:48.471 INFO O| Aug 20 03:17:48.471 INFO STEP 64 (remove_files) COMPLETE |
| 6513 | 2026-08-20T03:17:49.211Z | [ recovery-image] Aug 20 03:17:48.471 INFO O| Aug 20 03:17:48.471 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6514 | 2026-08-20T03:17:49.211Z | [ host-image] Aug 20 03:17:48.476 INFO O| Aug 20 03:17:48.475 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
| 6515 | 2026-08-20T03:17:49.211Z | [ host-image] Aug 20 03:17:48.476 INFO O| Aug 20 03:17:48.475 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
| 6516 | 2026-08-20T03:17:49.211Z | [ host-image] Aug 20 03:17:48.476 INFO O| Aug 20 03:17:48.476 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
| 6517 | 2026-08-20T03:17:49.211Z | [ host-image] Aug 20 03:17:48.476 INFO O| Aug 20 03:17:48.476 INFO ok! |
| 6518 | 2026-08-20T03:17:49.211Z | [ host-image] Aug 20 03:17:48.476 INFO O| Aug 20 03:17:48.476 INFO STEP 102 (ensure_file) COMPLETE |
| 6519 | 2026-08-20T03:17:49.211Z | [ host-image] Aug 20 03:17:48.476 INFO O| Aug 20 03:17:48.476 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6520 | 2026-08-20T03:17:49.211Z | [ recovery-image] Aug 20 03:17:48.481 INFO O| Aug 20 03:17:48.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise" |
| 6521 | 2026-08-20T03:17:49.212Z | [ recovery-image] Aug 20 03:17:48.481 INFO O| Aug 20 03:17:48.481 INFO STEP 65 (remove_files) COMPLETE |
| 6522 | 2026-08-20T03:17:49.212Z | [ recovery-image] Aug 20 03:17:48.481 INFO O| Aug 20 03:17:48.481 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6523 | 2026-08-20T03:17:49.212Z | [ host-image] Aug 20 03:17:48.486 INFO O| Aug 20 03:17:48.486 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
| 6524 | 2026-08-20T03:17:49.212Z | [ host-image] Aug 20 03:17:48.486 INFO O| Aug 20 03:17:48.486 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
| 6525 | 2026-08-20T03:17:49.212Z | [ recovery-image] Aug 20 03:17:48.492 INFO O| Aug 20 03:17:48.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap" |
| 6526 | 2026-08-20T03:17:49.212Z | [ recovery-image] Aug 20 03:17:48.492 INFO O| Aug 20 03:17:48.492 INFO STEP 66 (remove_files) COMPLETE |
| 6527 | 2026-08-20T03:17:49.212Z | [ recovery-image] Aug 20 03:17:48.492 INFO O| Aug 20 03:17:48.492 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6528 | 2026-08-20T03:17:49.217Z | [ host-image] Aug 20 03:17:48.496 INFO O| Aug 20 03:17:48.496 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
| 6529 | 2026-08-20T03:17:49.217Z | [ host-image] Aug 20 03:17:48.496 INFO O| Aug 20 03:17:48.496 INFO ok! |
| 6530 | 2026-08-20T03:17:49.217Z | [ host-image] Aug 20 03:17:48.496 INFO O| Aug 20 03:17:48.496 INFO STEP 103 (ensure_file) COMPLETE |
| 6531 | 2026-08-20T03:17:49.217Z | [ host-image] Aug 20 03:17:48.496 INFO O| Aug 20 03:17:48.496 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6532 | 2026-08-20T03:17:49.217Z | [ recovery-image] Aug 20 03:17:48.503 INFO O| Aug 20 03:17:48.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz" |
| 6533 | 2026-08-20T03:17:49.217Z | [ recovery-image] Aug 20 03:17:48.504 INFO O| Aug 20 03:17:48.504 INFO STEP 67 (remove_files) COMPLETE |
| 6534 | 2026-08-20T03:17:49.217Z | [ recovery-image] Aug 20 03:17:48.504 INFO O| Aug 20 03:17:48.504 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6535 | 2026-08-20T03:17:49.217Z | [ host-image] Aug 20 03:17:48.506 INFO O| Aug 20 03:17:48.505 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
| 6536 | 2026-08-20T03:17:49.217Z | [ host-image] Aug 20 03:17:48.506 INFO O| Aug 20 03:17:48.506 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ... |
| 6537 | 2026-08-20T03:17:49.217Z | [ host-image] Aug 20 03:17:48.506 INFO O| Aug 20 03:17:48.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION |
| 6538 | 2026-08-20T03:17:49.218Z | [ host-image] Aug 20 03:17:48.506 INFO O| Aug 20 03:17:48.506 INFO ok! |
| 6539 | 2026-08-20T03:17:49.218Z | [ host-image] Aug 20 03:17:48.506 INFO O| Aug 20 03:17:48.506 INFO STEP 104 (ensure_file) COMPLETE |
| 6540 | 2026-08-20T03:17:49.218Z | [ host-image] Aug 20 03:17:48.506 INFO O| Aug 20 03:17:48.506 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6541 | 2026-08-20T03:17:49.224Z | [ recovery-image] Aug 20 03:17:48.514 INFO O| Aug 20 03:17:48.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv" |
| 6542 | 2026-08-20T03:17:49.224Z | [ recovery-image] Aug 20 03:17:48.514 INFO O| Aug 20 03:17:48.514 INFO STEP 68 (remove_files) COMPLETE |
| 6543 | 2026-08-20T03:17:49.225Z | [ recovery-image] Aug 20 03:17:48.514 INFO O| Aug 20 03:17:48.514 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6544 | 2026-08-20T03:17:49.225Z | [ host-image] Aug 20 03:17:48.516 INFO O| Aug 20 03:17:48.516 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 6545 | 2026-08-20T03:17:49.225Z | [ host-image] Aug 20 03:17:48.516 INFO O| Aug 20 03:17:48.516 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 6546 | 2026-08-20T03:17:49.225Z | [ host-image] Aug 20 03:17:48.516 INFO O| Aug 20 03:17:48.516 INFO STEP 105 (ensure_dir) COMPLETE |
| 6547 | 2026-08-20T03:17:49.225Z | [ host-image] Aug 20 03:17:48.516 INFO O| Aug 20 03:17:48.516 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6548 | 2026-08-20T03:17:49.231Z | [ recovery-image] Aug 20 03:17:48.524 INFO O| Aug 20 03:17:48.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl" |
| 6549 | 2026-08-20T03:17:49.231Z | [ recovery-image] Aug 20 03:17:48.524 INFO O| Aug 20 03:17:48.524 INFO STEP 69 (remove_files) COMPLETE |
| 6550 | 2026-08-20T03:17:49.231Z | [ recovery-image] Aug 20 03:17:48.524 INFO O| Aug 20 03:17:48.524 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6551 | 2026-08-20T03:17:49.240Z | [ host-image] Aug 20 03:17:48.526 INFO O| Aug 20 03:17:48.526 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist |
| 6552 | 2026-08-20T03:17:49.240Z | [ host-image] Aug 20 03:17:48.527 INFO O| Aug 20 03:17:48.526 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6553 | 2026-08-20T03:17:49.248Z | [ recovery-image] Aug 20 03:17:48.533 INFO O| Aug 20 03:17:48.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap" |
| 6554 | 2026-08-20T03:17:49.248Z | [ recovery-image] Aug 20 03:17:48.533 INFO O| Aug 20 03:17:48.533 INFO STEP 70 (remove_files) COMPLETE |
| 6555 | 2026-08-20T03:17:49.248Z | [ recovery-image] Aug 20 03:17:48.533 INFO O| Aug 20 03:17:48.533 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6556 | 2026-08-20T03:17:49.279Z | [ recovery-image] Aug 20 03:17:48.572 INFO O| Aug 20 03:17:48.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat" |
| 6557 | 2026-08-20T03:17:49.281Z | [ recovery-image] Aug 20 03:17:48.572 INFO O| Aug 20 03:17:48.572 INFO STEP 71 (remove_files) COMPLETE |
| 6558 | 2026-08-20T03:17:49.288Z | [ recovery-image] Aug 20 03:17:48.572 INFO O| Aug 20 03:17:48.572 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6559 | 2026-08-20T03:17:49.294Z | [ recovery-image] Aug 20 03:17:48.582 INFO O| Aug 20 03:17:48.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun" |
| 6560 | 2026-08-20T03:17:49.294Z | [ recovery-image] Aug 20 03:17:48.582 INFO O| Aug 20 03:17:48.582 INFO STEP 72 (remove_files) COMPLETE |
| 6561 | 2026-08-20T03:17:49.294Z | [ recovery-image] Aug 20 03:17:48.582 INFO O| Aug 20 03:17:48.582 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6562 | 2026-08-20T03:17:49.299Z | [ recovery-image] Aug 20 03:17:48.590 INFO O| Aug 20 03:17:48.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags" |
| 6563 | 2026-08-20T03:17:49.299Z | [ recovery-image] Aug 20 03:17:48.590 INFO O| Aug 20 03:17:48.590 INFO STEP 73 (remove_files) COMPLETE |
| 6564 | 2026-08-20T03:17:49.300Z | [ recovery-image] Aug 20 03:17:48.590 INFO O| Aug 20 03:17:48.590 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6565 | 2026-08-20T03:17:49.311Z | [ recovery-image] Aug 20 03:17:48.603 INFO O| Aug 20 03:17:48.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig" |
| 6566 | 2026-08-20T03:17:49.311Z | [ recovery-image] Aug 20 03:17:48.603 INFO O| Aug 20 03:17:48.603 INFO STEP 74 (remove_files) COMPLETE |
| 6567 | 2026-08-20T03:17:49.312Z | [ recovery-image] Aug 20 03:17:48.603 INFO O| Aug 20 03:17:48.603 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6568 | 2026-08-20T03:17:49.322Z | [ recovery-image] Aug 20 03:17:48.614 INFO O| Aug 20 03:17:48.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack" |
| 6569 | 2026-08-20T03:17:49.322Z | [ recovery-image] Aug 20 03:17:48.614 INFO O| Aug 20 03:17:48.614 INFO STEP 75 (remove_files) COMPLETE |
| 6570 | 2026-08-20T03:17:49.322Z | [ recovery-image] Aug 20 03:17:48.614 INFO O| Aug 20 03:17:48.614 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6571 | 2026-08-20T03:17:49.328Z | [ recovery-image] Aug 20 03:17:48.622 INFO O| Aug 20 03:17:48.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop" |
| 6572 | 2026-08-20T03:17:49.328Z | [ recovery-image] Aug 20 03:17:48.622 INFO O| Aug 20 03:17:48.622 INFO STEP 76 (remove_files) COMPLETE |
| 6573 | 2026-08-20T03:17:49.328Z | [ recovery-image] Aug 20 03:17:48.622 INFO O| Aug 20 03:17:48.622 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6574 | 2026-08-20T03:17:49.349Z | [ recovery-image] Aug 20 03:17:48.640 INFO O| Aug 20 03:17:48.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime" |
| 6575 | 2026-08-20T03:17:49.349Z | [ recovery-image] Aug 20 03:17:48.640 INFO O| Aug 20 03:17:48.640 INFO STEP 77 (remove_files) COMPLETE |
| 6576 | 2026-08-20T03:17:49.349Z | [ recovery-image] Aug 20 03:17:48.640 INFO O| Aug 20 03:17:48.640 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6577 | 2026-08-20T03:17:49.354Z | [ recovery-image] Aug 20 03:17:48.648 INFO O| Aug 20 03:17:48.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree" |
| 6578 | 2026-08-20T03:17:49.354Z | [ recovery-image] Aug 20 03:17:48.648 INFO O| Aug 20 03:17:48.648 INFO STEP 78 (remove_files) COMPLETE |
| 6579 | 2026-08-20T03:17:49.354Z | [ recovery-image] Aug 20 03:17:48.648 INFO O| Aug 20 03:17:48.648 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6580 | 2026-08-20T03:17:49.430Z | [ recovery-image] Aug 20 03:17:48.671 INFO O| Aug 20 03:17:48.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait" |
| 6581 | 2026-08-20T03:17:49.488Z | [ recovery-image] Aug 20 03:17:48.671 INFO O| Aug 20 03:17:48.671 INFO STEP 79 (remove_files) COMPLETE |
| 6582 | 2026-08-20T03:17:49.488Z | [ recovery-image] Aug 20 03:17:48.671 INFO O| Aug 20 03:17:48.671 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6583 | 2026-08-20T03:17:49.488Z | [ recovery-image] Aug 20 03:17:48.679 INFO O| Aug 20 03:17:48.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx" |
| 6584 | 2026-08-20T03:17:49.488Z | [ recovery-image] Aug 20 03:17:48.679 INFO O| Aug 20 03:17:48.679 INFO STEP 80 (remove_files) COMPLETE |
| 6585 | 2026-08-20T03:17:49.488Z | [ recovery-image] Aug 20 03:17:48.679 INFO O| Aug 20 03:17:48.679 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6586 | 2026-08-20T03:17:49.488Z | [ recovery-image] Aug 20 03:17:48.689 INFO O| Aug 20 03:17:48.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh" |
| 6587 | 2026-08-20T03:17:49.488Z | [ recovery-image] Aug 20 03:17:48.689 INFO O| Aug 20 03:17:48.689 INFO STEP 81 (remove_files) COMPLETE |
| 6588 | 2026-08-20T03:17:49.488Z | [ recovery-image] Aug 20 03:17:48.689 INFO O| Aug 20 03:17:48.689 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6589 | 2026-08-20T03:17:49.488Z | [ recovery-image] Aug 20 03:17:48.697 INFO O| Aug 20 03:17:48.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93" |
| 6590 | 2026-08-20T03:17:49.488Z | [ recovery-image] Aug 20 03:17:48.697 INFO O| Aug 20 03:17:48.697 INFO STEP 82 (remove_files) COMPLETE |
| 6591 | 2026-08-20T03:17:49.489Z | [ recovery-image] Aug 20 03:17:48.697 INFO O| Aug 20 03:17:48.697 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6592 | 2026-08-20T03:17:49.489Z | [ recovery-image] Aug 20 03:17:48.704 INFO O| Aug 20 03:17:48.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings" |
| 6593 | 2026-08-20T03:17:49.489Z | [ recovery-image] Aug 20 03:17:48.704 INFO O| Aug 20 03:17:48.704 INFO STEP 83 (remove_files) COMPLETE |
| 6594 | 2026-08-20T03:17:49.489Z | [ recovery-image] Aug 20 03:17:48.704 INFO O| Aug 20 03:17:48.704 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6595 | 2026-08-20T03:17:49.489Z | [ recovery-image] Aug 20 03:17:48.712 INFO O| Aug 20 03:17:48.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config" |
| 6596 | 2026-08-20T03:17:49.489Z | [ recovery-image] Aug 20 03:17:48.712 INFO O| Aug 20 03:17:48.712 INFO STEP 84 (remove_files) COMPLETE |
| 6597 | 2026-08-20T03:17:49.489Z | [ recovery-image] Aug 20 03:17:48.712 INFO O| Aug 20 03:17:48.712 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6598 | 2026-08-20T03:17:49.489Z | [ recovery-image] Aug 20 03:17:48.721 INFO O| Aug 20 03:17:48.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog" |
| 6599 | 2026-08-20T03:17:49.490Z | [ recovery-image] Aug 20 03:17:48.721 INFO O| Aug 20 03:17:48.721 INFO STEP 85 (remove_files) COMPLETE |
| 6600 | 2026-08-20T03:17:49.490Z | [ recovery-image] Aug 20 03:17:48.721 INFO O| Aug 20 03:17:48.721 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6601 | 2026-08-20T03:17:49.490Z | [ recovery-image] Aug 20 03:17:48.729 INFO O| Aug 20 03:17:48.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint" |
| 6602 | 2026-08-20T03:17:49.490Z | [ recovery-image] Aug 20 03:17:48.729 INFO O| Aug 20 03:17:48.729 INFO STEP 86 (remove_files) COMPLETE |
| 6603 | 2026-08-20T03:17:49.490Z | [ recovery-image] Aug 20 03:17:48.729 INFO O| Aug 20 03:17:48.729 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6604 | 2026-08-20T03:17:49.490Z | [ recovery-image] Aug 20 03:17:48.738 INFO O| Aug 20 03:17:48.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt" |
| 6605 | 2026-08-20T03:17:49.490Z | [ recovery-image] Aug 20 03:17:48.738 INFO O| Aug 20 03:17:48.738 INFO STEP 87 (remove_files) COMPLETE |
| 6606 | 2026-08-20T03:17:49.490Z | [ recovery-image] Aug 20 03:17:48.738 INFO O| Aug 20 03:17:48.738 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6607 | 2026-08-20T03:17:49.490Z | [ recovery-image] Aug 20 03:17:48.748 INFO O| Aug 20 03:17:48.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch" |
| 6608 | 2026-08-20T03:17:49.490Z | [ recovery-image] Aug 20 03:17:48.748 INFO O| Aug 20 03:17:48.748 INFO STEP 88 (remove_files) COMPLETE |
| 6609 | 2026-08-20T03:17:49.491Z | [ recovery-image] Aug 20 03:17:48.748 INFO O| Aug 20 03:17:48.748 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6610 | 2026-08-20T03:17:49.496Z | [ recovery-image] Aug 20 03:17:48.792 INFO O| Aug 20 03:17:48.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa" |
| 6611 | 2026-08-20T03:17:49.496Z | [ recovery-image] Aug 20 03:17:48.792 INFO O| Aug 20 03:17:48.792 INFO STEP 89 (remove_files) COMPLETE |
| 6612 | 2026-08-20T03:17:49.502Z | [ recovery-image] Aug 20 03:17:48.792 INFO O| Aug 20 03:17:48.792 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6613 | 2026-08-20T03:17:49.510Z | [ recovery-image] Aug 20 03:17:48.803 INFO O| Aug 20 03:17:48.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at" |
| 6614 | 2026-08-20T03:17:49.510Z | [ recovery-image] Aug 20 03:17:48.803 INFO O| Aug 20 03:17:48.803 INFO STEP 90 (remove_files) COMPLETE |
| 6615 | 2026-08-20T03:17:49.510Z | [ recovery-image] Aug 20 03:17:48.803 INFO O| Aug 20 03:17:48.803 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6616 | 2026-08-20T03:17:49.519Z | [ recovery-image] Aug 20 03:17:48.814 INFO O| Aug 20 03:17:48.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq" |
| 6617 | 2026-08-20T03:17:49.519Z | [ recovery-image] Aug 20 03:17:48.814 INFO O| Aug 20 03:17:48.814 INFO STEP 91 (remove_files) COMPLETE |
| 6618 | 2026-08-20T03:17:49.520Z | [ recovery-image] Aug 20 03:17:48.814 INFO O| Aug 20 03:17:48.814 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6619 | 2026-08-20T03:17:49.529Z | [ recovery-image] Aug 20 03:17:48.824 INFO O| Aug 20 03:17:48.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm" |
| 6620 | 2026-08-20T03:17:49.529Z | [ recovery-image] Aug 20 03:17:48.824 INFO O| Aug 20 03:17:48.824 INFO STEP 92 (remove_files) COMPLETE |
| 6621 | 2026-08-20T03:17:49.533Z | [ recovery-image] Aug 20 03:17:48.824 INFO O| Aug 20 03:17:48.824 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6622 | 2026-08-20T03:17:49.539Z | [ recovery-image] Aug 20 03:17:48.835 INFO O| Aug 20 03:17:48.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths" |
| 6623 | 2026-08-20T03:17:49.539Z | [ recovery-image] Aug 20 03:17:48.835 INFO O| Aug 20 03:17:48.835 INFO STEP 93 (remove_files) COMPLETE |
| 6624 | 2026-08-20T03:17:49.539Z | [ recovery-image] Aug 20 03:17:48.835 INFO O| Aug 20 03:17:48.835 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6625 | 2026-08-20T03:17:49.546Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 6626 | 2026-08-20T03:17:49.550Z | [ recovery-image] Aug 20 03:17:48.845 INFO O| Aug 20 03:17:48.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner" |
| 6627 | 2026-08-20T03:17:49.550Z | [ recovery-image] Aug 20 03:17:48.845 INFO O| Aug 20 03:17:48.845 INFO STEP 94 (remove_files) COMPLETE |
| 6628 | 2026-08-20T03:17:49.550Z | [ recovery-image] Aug 20 03:17:48.845 INFO O| Aug 20 03:17:48.845 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6629 | 2026-08-20T03:17:49.564Z | [ recovery-image] Aug 20 03:17:48.856 INFO O| Aug 20 03:17:48.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug" |
| 6630 | 2026-08-20T03:17:49.564Z | [ recovery-image] Aug 20 03:17:48.856 INFO O| Aug 20 03:17:48.855 INFO STEP 95 (remove_files) COMPLETE |
| 6631 | 2026-08-20T03:17:49.569Z | [ recovery-image] Aug 20 03:17:48.856 INFO O| Aug 20 03:17:48.855 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6632 | 2026-08-20T03:17:49.575Z | [ recovery-image] Aug 20 03:17:48.867 INFO O| Aug 20 03:17:48.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch" |
| 6633 | 2026-08-20T03:17:49.575Z | [ recovery-image] Aug 20 03:17:48.867 INFO O| Aug 20 03:17:48.867 INFO STEP 96 (remove_files) COMPLETE |
| 6634 | 2026-08-20T03:17:49.575Z | [ recovery-image] Aug 20 03:17:48.867 INFO O| Aug 20 03:17:48.867 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6635 | 2026-08-20T03:17:49.590Z | [ recovery-image] Aug 20 03:17:48.877 INFO O| Aug 20 03:17:48.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc" |
| 6636 | 2026-08-20T03:17:49.590Z | [ recovery-image] Aug 20 03:17:48.878 INFO O| Aug 20 03:17:48.878 INFO STEP 97 (remove_files) COMPLETE |
| 6637 | 2026-08-20T03:17:49.594Z | [ recovery-image] Aug 20 03:17:48.878 INFO O| Aug 20 03:17:48.878 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6638 | 2026-08-20T03:17:49.594Z | [ recovery-image] Aug 20 03:17:48.889 INFO O| Aug 20 03:17:48.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff" |
| 6639 | 2026-08-20T03:17:49.594Z | [ recovery-image] Aug 20 03:17:48.889 INFO O| Aug 20 03:17:48.889 INFO STEP 98 (remove_files) COMPLETE |
| 6640 | 2026-08-20T03:17:49.595Z | [ recovery-image] Aug 20 03:17:48.889 INFO O| Aug 20 03:17:48.889 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6641 | 2026-08-20T03:17:49.605Z | [ recovery-image] Aug 20 03:17:48.899 INFO O| Aug 20 03:17:48.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg" |
| 6642 | 2026-08-20T03:17:49.605Z | [ recovery-image] Aug 20 03:17:48.899 INFO O| Aug 20 03:17:48.899 INFO STEP 99 (remove_files) COMPLETE |
| 6643 | 2026-08-20T03:17:49.609Z | [ recovery-image] Aug 20 03:17:48.899 INFO O| Aug 20 03:17:48.899 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6644 | 2026-08-20T03:17:49.616Z | [ recovery-image] Aug 20 03:17:48.908 INFO O| Aug 20 03:17:48.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli" |
| 6645 | 2026-08-20T03:17:49.616Z | [ recovery-image] Aug 20 03:17:48.908 INFO O| Aug 20 03:17:48.908 INFO STEP 100 (remove_files) COMPLETE |
| 6646 | 2026-08-20T03:17:49.616Z | [ recovery-image] Aug 20 03:17:48.908 INFO O| Aug 20 03:17:48.908 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6647 | 2026-08-20T03:17:49.621Z | [ recovery-image] Aug 20 03:17:48.917 INFO O| Aug 20 03:17:48.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2" |
| 6648 | 2026-08-20T03:17:49.630Z | [ recovery-image] Aug 20 03:17:48.918 INFO O| Aug 20 03:17:48.918 INFO STEP 101 (remove_files) COMPLETE |
| 6649 | 2026-08-20T03:17:49.630Z | [ recovery-image] Aug 20 03:17:48.919 INFO O| Aug 20 03:17:48.918 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6650 | 2026-08-20T03:17:49.639Z | [ recovery-image] Aug 20 03:17:48.930 INFO O| Aug 20 03:17:48.930 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat" |
| 6651 | 2026-08-20T03:17:49.639Z | [ recovery-image] Aug 20 03:17:48.930 INFO O| Aug 20 03:17:48.930 INFO STEP 102 (remove_files) COMPLETE |
| 6652 | 2026-08-20T03:17:49.645Z | [ recovery-image] Aug 20 03:17:48.930 INFO O| Aug 20 03:17:48.930 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6653 | 2026-08-20T03:17:49.650Z | [ host-image] Aug 20 03:17:48.940 INFO O| Aug 20 03:17:48.940 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw |
| 6654 | 2026-08-20T03:17:49.651Z | [ host-image] Aug 20 03:17:48.940 INFO O| Aug 20 03:17:48.940 INFO ok! |
| 6655 | 2026-08-20T03:17:49.651Z | [ host-image] Aug 20 03:17:48.940 INFO O| Aug 20 03:17:48.940 INFO STEP 106 (ensure_file) COMPLETE |
| 6656 | 2026-08-20T03:17:49.651Z | [ host-image] Aug 20 03:17:48.940 INFO O| Aug 20 03:17:48.940 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6657 | 2026-08-20T03:17:49.651Z | [ recovery-image] Aug 20 03:17:48.941 INFO O| Aug 20 03:17:48.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat" |
| 6658 | 2026-08-20T03:17:49.651Z | [ recovery-image] Aug 20 03:17:48.941 INFO O| Aug 20 03:17:48.941 INFO STEP 103 (remove_files) COMPLETE |
| 6659 | 2026-08-20T03:17:49.651Z | [ recovery-image] Aug 20 03:17:48.941 INFO O| Aug 20 03:17:48.941 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6660 | 2026-08-20T03:17:49.660Z | [ host-image] Aug 20 03:17:48.950 INFO O| Aug 20 03:17:48.950 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist |
| 6661 | 2026-08-20T03:17:49.660Z | [ host-image] Aug 20 03:17:48.950 INFO O| Aug 20 03:17:48.950 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6662 | 2026-08-20T03:17:49.660Z | [ host-image] Aug 20 03:17:48.950 INFO O| Aug 20 03:17:48.950 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d |
| 6663 | 2026-08-20T03:17:49.660Z | [ host-image] Aug 20 03:17:48.950 INFO O| Aug 20 03:17:48.950 INFO ok! |
| 6664 | 2026-08-20T03:17:49.660Z | [ host-image] Aug 20 03:17:48.950 INFO O| Aug 20 03:17:48.950 INFO STEP 107 (ensure_file) COMPLETE |
| 6665 | 2026-08-20T03:17:49.660Z | [ host-image] Aug 20 03:17:48.950 INFO O| Aug 20 03:17:48.950 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6666 | 2026-08-20T03:17:49.660Z | [ recovery-image] Aug 20 03:17:48.950 INFO O| Aug 20 03:17:48.950 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff" |
| 6667 | 2026-08-20T03:17:49.660Z | [ recovery-image] Aug 20 03:17:48.951 INFO O| Aug 20 03:17:48.950 INFO STEP 104 (remove_files) COMPLETE |
| 6668 | 2026-08-20T03:17:49.660Z | [ recovery-image] Aug 20 03:17:48.951 INFO O| Aug 20 03:17:48.950 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6669 | 2026-08-20T03:17:49.683Z | [ host-image] Aug 20 03:17:48.960 INFO O| Aug 20 03:17:48.959 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist |
| 6670 | 2026-08-20T03:17:49.683Z | [ host-image] Aug 20 03:17:48.960 INFO O| Aug 20 03:17:48.959 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6671 | 2026-08-20T03:17:49.683Z | [ host-image] Aug 20 03:17:48.960 INFO O| Aug 20 03:17:48.960 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d |
| 6672 | 2026-08-20T03:17:49.683Z | [ host-image] Aug 20 03:17:48.960 INFO O| Aug 20 03:17:48.960 INFO ok! |
| 6673 | 2026-08-20T03:17:49.683Z | [ host-image] Aug 20 03:17:48.960 INFO O| Aug 20 03:17:48.960 INFO STEP 108 (ensure_file) COMPLETE |
| 6674 | 2026-08-20T03:17:49.683Z | [ host-image] Aug 20 03:17:48.960 INFO O| Aug 20 03:17:48.960 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6675 | 2026-08-20T03:17:49.683Z | [ recovery-image] Aug 20 03:17:48.962 INFO O| Aug 20 03:17:48.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep" |
| 6676 | 2026-08-20T03:17:49.683Z | [ recovery-image] Aug 20 03:17:48.963 INFO O| Aug 20 03:17:48.963 INFO STEP 105 (remove_files) COMPLETE |
| 6677 | 2026-08-20T03:17:49.683Z | [ recovery-image] Aug 20 03:17:48.963 INFO O| Aug 20 03:17:48.963 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6678 | 2026-08-20T03:17:49.687Z | [ host-image] Aug 20 03:17:48.969 INFO O| Aug 20 03:17:48.969 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist |
| 6679 | 2026-08-20T03:17:49.687Z | [ host-image] Aug 20 03:17:48.969 INFO O| Aug 20 03:17:48.969 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6680 | 2026-08-20T03:17:49.687Z | [ host-image] Aug 20 03:17:48.969 INFO O| Aug 20 03:17:48.969 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d |
| 6681 | 2026-08-20T03:17:49.687Z | [ host-image] Aug 20 03:17:48.969 INFO O| Aug 20 03:17:48.969 INFO ok! |
| 6682 | 2026-08-20T03:17:49.687Z | [ host-image] Aug 20 03:17:48.969 INFO O| Aug 20 03:17:48.969 INFO STEP 109 (ensure_file) COMPLETE |
| 6683 | 2026-08-20T03:17:49.687Z | [ host-image] Aug 20 03:17:48.969 INFO O| Aug 20 03:17:48.969 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6684 | 2026-08-20T03:17:49.687Z | [ recovery-image] Aug 20 03:17:48.974 INFO O| Aug 20 03:17:48.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2" |
| 6685 | 2026-08-20T03:17:49.687Z | [ recovery-image] Aug 20 03:17:48.974 INFO O| Aug 20 03:17:48.974 INFO STEP 106 (remove_files) COMPLETE |
| 6686 | 2026-08-20T03:17:49.687Z | [ recovery-image] Aug 20 03:17:48.974 INFO O| Aug 20 03:17:48.974 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6687 | 2026-08-20T03:17:49.687Z | [ host-image] Aug 20 03:17:48.980 INFO O| Aug 20 03:17:48.980 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist |
| 6688 | 2026-08-20T03:17:49.687Z | [ host-image] Aug 20 03:17:48.980 INFO O| Aug 20 03:17:48.980 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6689 | 2026-08-20T03:17:49.687Z | [ host-image] Aug 20 03:17:48.980 INFO O| Aug 20 03:17:48.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d |
| 6690 | 2026-08-20T03:17:49.687Z | [ host-image] Aug 20 03:17:48.980 INFO O| Aug 20 03:17:48.980 INFO ok! |
| 6691 | 2026-08-20T03:17:49.687Z | [ host-image] Aug 20 03:17:48.980 INFO O| Aug 20 03:17:48.980 INFO STEP 110 (ensure_file) COMPLETE |
| 6692 | 2026-08-20T03:17:49.688Z | [ host-image] Aug 20 03:17:48.980 INFO O| Aug 20 03:17:48.980 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6693 | 2026-08-20T03:17:49.692Z | [ recovery-image] Aug 20 03:17:48.985 INFO O| Aug 20 03:17:48.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover" |
| 6694 | 2026-08-20T03:17:49.692Z | [ recovery-image] Aug 20 03:17:48.985 INFO O| Aug 20 03:17:48.985 INFO STEP 107 (remove_files) COMPLETE |
| 6695 | 2026-08-20T03:17:49.692Z | [ recovery-image] Aug 20 03:17:48.985 INFO O| Aug 20 03:17:48.985 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6696 | 2026-08-20T03:17:49.696Z | [ host-image] Aug 20 03:17:48.991 INFO O| Aug 20 03:17:48.991 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist |
| 6697 | 2026-08-20T03:17:49.696Z | [ host-image] Aug 20 03:17:48.991 INFO O| Aug 20 03:17:48.991 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6698 | 2026-08-20T03:17:49.696Z | [ host-image] Aug 20 03:17:48.991 INFO O| Aug 20 03:17:48.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d |
| 6699 | 2026-08-20T03:17:49.700Z | [ host-image] Aug 20 03:17:48.991 INFO O| Aug 20 03:17:48.991 INFO ok! |
| 6700 | 2026-08-20T03:17:49.700Z | [ host-image] Aug 20 03:17:48.991 INFO O| Aug 20 03:17:48.991 INFO STEP 111 (ensure_file) COMPLETE |
| 6701 | 2026-08-20T03:17:49.700Z | [ host-image] Aug 20 03:17:48.991 INFO O| Aug 20 03:17:48.991 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6702 | 2026-08-20T03:17:49.700Z | [ recovery-image] Aug 20 03:17:48.995 INFO O| Aug 20 03:17:48.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore" |
| 6703 | 2026-08-20T03:17:49.700Z | [ recovery-image] Aug 20 03:17:48.995 INFO O| Aug 20 03:17:48.995 INFO STEP 108 (remove_files) COMPLETE |
| 6704 | 2026-08-20T03:17:49.700Z | [ recovery-image] Aug 20 03:17:48.995 INFO O| Aug 20 03:17:48.995 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6705 | 2026-08-20T03:17:49.706Z | [ host-image] Aug 20 03:17:49.001 INFO O| Aug 20 03:17:49.001 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist |
| 6706 | 2026-08-20T03:17:49.706Z | [ host-image] Aug 20 03:17:49.001 INFO O| Aug 20 03:17:49.001 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6707 | 2026-08-20T03:17:49.706Z | [ host-image] Aug 20 03:17:49.001 INFO O| Aug 20 03:17:49.001 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d |
| 6708 | 2026-08-20T03:17:49.706Z | [ host-image] Aug 20 03:17:49.001 INFO O| Aug 20 03:17:49.001 INFO ok! |
| 6709 | 2026-08-20T03:17:49.710Z | [ host-image] Aug 20 03:17:49.001 INFO O| Aug 20 03:17:49.001 INFO STEP 112 (ensure_file) COMPLETE |
| 6710 | 2026-08-20T03:17:49.710Z | [ host-image] Aug 20 03:17:49.001 INFO O| Aug 20 03:17:49.001 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6711 | 2026-08-20T03:17:49.711Z | [ recovery-image] Aug 20 03:17:49.003 INFO O| Aug 20 03:17:49.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal" |
| 6712 | 2026-08-20T03:17:49.711Z | [ recovery-image] Aug 20 03:17:49.004 INFO O| Aug 20 03:17:49.003 INFO STEP 109 (remove_files) COMPLETE |
| 6713 | 2026-08-20T03:17:49.711Z | [ recovery-image] Aug 20 03:17:49.004 INFO O| Aug 20 03:17:49.003 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6714 | 2026-08-20T03:17:49.716Z | [ host-image] Aug 20 03:17:49.011 INFO O| Aug 20 03:17:49.010 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist |
| 6715 | 2026-08-20T03:17:49.716Z | [ host-image] Aug 20 03:17:49.011 INFO O| Aug 20 03:17:49.011 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ... |
| 6716 | 2026-08-20T03:17:49.716Z | [ host-image] Aug 20 03:17:49.011 INFO O| Aug 20 03:17:49.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d |
| 6717 | 2026-08-20T03:17:49.721Z | [ host-image] Aug 20 03:17:49.011 INFO O| Aug 20 03:17:49.011 INFO ok! |
| 6718 | 2026-08-20T03:17:49.721Z | [ host-image] Aug 20 03:17:49.011 INFO O| Aug 20 03:17:49.011 INFO STEP 113 (ensure_file) COMPLETE |
| 6719 | 2026-08-20T03:17:49.721Z | [ host-image] Aug 20 03:17:49.011 INFO O| Aug 20 03:17:49.011 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6720 | 2026-08-20T03:17:49.721Z | [ recovery-image] Aug 20 03:17:49.015 INFO O| Aug 20 03:17:49.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo" |
| 6721 | 2026-08-20T03:17:49.721Z | [ recovery-image] Aug 20 03:17:49.015 INFO O| Aug 20 03:17:49.015 INFO STEP 110 (remove_files) COMPLETE |
| 6722 | 2026-08-20T03:17:49.721Z | [ recovery-image] Aug 20 03:17:49.015 INFO O| Aug 20 03:17:49.015 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6723 | 2026-08-20T03:17:49.732Z | [ recovery-image] Aug 20 03:17:49.026 INFO O| Aug 20 03:17:49.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd" |
| 6724 | 2026-08-20T03:17:49.732Z | [ recovery-image] Aug 20 03:17:49.026 INFO O| Aug 20 03:17:49.026 INFO STEP 111 (remove_files) COMPLETE |
| 6725 | 2026-08-20T03:17:49.732Z | [ recovery-image] Aug 20 03:17:49.026 INFO O| Aug 20 03:17:49.026 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6726 | 2026-08-20T03:17:49.737Z | [ host-image] Aug 20 03:17:49.022 INFO O| Aug 20 03:17:49.022 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist |
| 6727 | 2026-08-20T03:17:49.737Z | [ host-image] Aug 20 03:17:49.022 INFO O| Aug 20 03:17:49.022 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6728 | 2026-08-20T03:17:49.737Z | [ host-image] Aug 20 03:17:49.022 INFO O| Aug 20 03:17:49.022 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d |
| 6729 | 2026-08-20T03:17:49.737Z | [ host-image] Aug 20 03:17:49.023 INFO O| Aug 20 03:17:49.022 INFO ok! |
| 6730 | 2026-08-20T03:17:49.737Z | [ host-image] Aug 20 03:17:49.023 INFO O| Aug 20 03:17:49.023 INFO STEP 114 (ensure_file) COMPLETE |
| 6731 | 2026-08-20T03:17:49.737Z | [ host-image] Aug 20 03:17:49.023 INFO O| Aug 20 03:17:49.023 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6732 | 2026-08-20T03:17:49.742Z | [ host-image] Aug 20 03:17:49.032 INFO O| Aug 20 03:17:49.032 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist |
| 6733 | 2026-08-20T03:17:49.742Z | [ host-image] Aug 20 03:17:49.032 INFO O| Aug 20 03:17:49.032 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6734 | 2026-08-20T03:17:49.742Z | [ host-image] Aug 20 03:17:49.032 INFO O| Aug 20 03:17:49.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d |
| 6735 | 2026-08-20T03:17:49.742Z | [ host-image] Aug 20 03:17:49.032 INFO O| Aug 20 03:17:49.032 INFO ok! |
| 6736 | 2026-08-20T03:17:49.742Z | [ host-image] Aug 20 03:17:49.032 INFO O| Aug 20 03:17:49.032 INFO STEP 115 (ensure_file) COMPLETE |
| 6737 | 2026-08-20T03:17:49.742Z | [ host-image] Aug 20 03:17:49.032 INFO O| Aug 20 03:17:49.032 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6738 | 2026-08-20T03:17:49.742Z | [ recovery-image] Aug 20 03:17:49.036 INFO O| Aug 20 03:17:49.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil" |
| 6739 | 2026-08-20T03:17:49.742Z | [ recovery-image] Aug 20 03:17:49.036 INFO O| Aug 20 03:17:49.036 INFO STEP 112 (remove_files) COMPLETE |
| 6740 | 2026-08-20T03:17:49.742Z | [ recovery-image] Aug 20 03:17:49.036 INFO O| Aug 20 03:17:49.036 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6741 | 2026-08-20T03:17:49.746Z | [ host-image] Aug 20 03:17:49.041 INFO O| Aug 20 03:17:49.041 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist |
| 6742 | 2026-08-20T03:17:49.746Z | [ host-image] Aug 20 03:17:49.041 INFO O| Aug 20 03:17:49.041 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6743 | 2026-08-20T03:17:49.746Z | [ host-image] Aug 20 03:17:49.041 INFO O| Aug 20 03:17:49.041 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d |
| 6744 | 2026-08-20T03:17:49.755Z | [ host-image] Aug 20 03:17:49.041 INFO O| Aug 20 03:17:49.041 INFO ok! |
| 6745 | 2026-08-20T03:17:49.755Z | [ host-image] Aug 20 03:17:49.041 INFO O| Aug 20 03:17:49.041 INFO STEP 116 (ensure_file) COMPLETE |
| 6746 | 2026-08-20T03:17:49.755Z | [ host-image] Aug 20 03:17:49.041 INFO O| Aug 20 03:17:49.041 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6747 | 2026-08-20T03:17:49.755Z | [ recovery-image] Aug 20 03:17:49.044 INFO O| Aug 20 03:17:49.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth" |
| 6748 | 2026-08-20T03:17:49.755Z | [ recovery-image] Aug 20 03:17:49.044 INFO O| Aug 20 03:17:49.044 INFO STEP 113 (remove_files) COMPLETE |
| 6749 | 2026-08-20T03:17:49.755Z | [ recovery-image] Aug 20 03:17:49.044 INFO O| Aug 20 03:17:49.044 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6750 | 2026-08-20T03:17:49.770Z | [ host-image] Aug 20 03:17:49.051 INFO O| Aug 20 03:17:49.050 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist |
| 6751 | 2026-08-20T03:17:49.770Z | [ host-image] Aug 20 03:17:49.051 INFO O| Aug 20 03:17:49.050 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ... |
| 6752 | 2026-08-20T03:17:49.770Z | [ host-image] Aug 20 03:17:49.051 INFO O| Aug 20 03:17:49.051 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d |
| 6753 | 2026-08-20T03:17:49.770Z | [ host-image] Aug 20 03:17:49.051 INFO O| Aug 20 03:17:49.051 INFO ok! |
| 6754 | 2026-08-20T03:17:49.770Z | [ host-image] Aug 20 03:17:49.051 INFO O| Aug 20 03:17:49.051 INFO STEP 117 (ensure_file) COMPLETE |
| 6755 | 2026-08-20T03:17:49.770Z | [ host-image] Aug 20 03:17:49.051 INFO O| Aug 20 03:17:49.051 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6756 | 2026-08-20T03:17:49.770Z | [ recovery-image] Aug 20 03:17:49.055 INFO O| Aug 20 03:17:49.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp" |
| 6757 | 2026-08-20T03:17:49.770Z | [ recovery-image] Aug 20 03:17:49.056 INFO O| Aug 20 03:17:49.056 INFO STEP 114 (remove_files) COMPLETE |
| 6758 | 2026-08-20T03:17:49.770Z | [ recovery-image] Aug 20 03:17:49.056 INFO O| Aug 20 03:17:49.056 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6759 | 2026-08-20T03:17:49.787Z | [ host-image] Aug 20 03:17:49.060 INFO O| Aug 20 03:17:49.060 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist |
| 6760 | 2026-08-20T03:17:49.787Z | [ host-image] Aug 20 03:17:49.060 INFO O| Aug 20 03:17:49.060 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6761 | 2026-08-20T03:17:49.787Z | [ host-image] Aug 20 03:17:49.060 INFO O| Aug 20 03:17:49.060 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d |
| 6762 | 2026-08-20T03:17:49.787Z | [ host-image] Aug 20 03:17:49.060 INFO O| Aug 20 03:17:49.060 INFO ok! |
| 6763 | 2026-08-20T03:17:49.787Z | [ host-image] Aug 20 03:17:49.060 INFO O| Aug 20 03:17:49.060 INFO STEP 118 (ensure_file) COMPLETE |
| 6764 | 2026-08-20T03:17:49.787Z | [ host-image] Aug 20 03:17:49.060 INFO O| Aug 20 03:17:49.060 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6765 | 2026-08-20T03:17:49.787Z | [ recovery-image] Aug 20 03:17:49.067 INFO O| Aug 20 03:17:49.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc" |
| 6766 | 2026-08-20T03:17:49.787Z | [ recovery-image] Aug 20 03:17:49.067 INFO O| Aug 20 03:17:49.067 INFO STEP 115 (remove_files) COMPLETE |
| 6767 | 2026-08-20T03:17:49.787Z | [ recovery-image] Aug 20 03:17:49.067 INFO O| Aug 20 03:17:49.067 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6768 | 2026-08-20T03:17:49.787Z | [ host-image] Aug 20 03:17:49.069 INFO O| Aug 20 03:17:49.069 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist |
| 6769 | 2026-08-20T03:17:49.787Z | [ host-image] Aug 20 03:17:49.069 INFO O| Aug 20 03:17:49.069 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6770 | 2026-08-20T03:17:49.787Z | [ host-image] Aug 20 03:17:49.069 INFO O| Aug 20 03:17:49.069 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d |
| 6771 | 2026-08-20T03:17:49.787Z | [ host-image] Aug 20 03:17:49.069 INFO O| Aug 20 03:17:49.069 INFO ok! |
| 6772 | 2026-08-20T03:17:49.787Z | [ host-image] Aug 20 03:17:49.069 INFO O| Aug 20 03:17:49.069 INFO STEP 119 (ensure_file) COMPLETE |
| 6773 | 2026-08-20T03:17:49.788Z | [ host-image] Aug 20 03:17:49.069 INFO O| Aug 20 03:17:49.069 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6774 | 2026-08-20T03:17:49.788Z | [ recovery-image] Aug 20 03:17:49.075 INFO O| Aug 20 03:17:49.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate" |
| 6775 | 2026-08-20T03:17:49.788Z | [ recovery-image] Aug 20 03:17:49.075 INFO O| Aug 20 03:17:49.075 INFO STEP 116 (remove_files) COMPLETE |
| 6776 | 2026-08-20T03:17:49.788Z | [ recovery-image] Aug 20 03:17:49.075 INFO O| Aug 20 03:17:49.075 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6777 | 2026-08-20T03:17:49.794Z | [ host-image] Aug 20 03:17:49.077 INFO O| Aug 20 03:17:49.077 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist |
| 6778 | 2026-08-20T03:17:49.794Z | [ host-image] Aug 20 03:17:49.077 INFO O| Aug 20 03:17:49.077 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6779 | 2026-08-20T03:17:49.794Z | [ host-image] Aug 20 03:17:49.077 INFO O| Aug 20 03:17:49.077 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d |
| 6780 | 2026-08-20T03:17:49.795Z | [ host-image] Aug 20 03:17:49.077 INFO O| Aug 20 03:17:49.077 INFO ok! |
| 6781 | 2026-08-20T03:17:49.795Z | [ host-image] Aug 20 03:17:49.077 INFO O| Aug 20 03:17:49.077 INFO STEP 120 (ensure_file) COMPLETE |
| 6782 | 2026-08-20T03:17:49.795Z | [ host-image] Aug 20 03:17:49.077 INFO O| Aug 20 03:17:49.077 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6783 | 2026-08-20T03:17:49.795Z | [ recovery-image] Aug 20 03:17:49.085 INFO O| Aug 20 03:17:49.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid" |
| 6784 | 2026-08-20T03:17:49.795Z | [ recovery-image] Aug 20 03:17:49.085 INFO O| Aug 20 03:17:49.085 INFO STEP 117 (remove_files) COMPLETE |
| 6785 | 2026-08-20T03:17:49.795Z | [ recovery-image] Aug 20 03:17:49.085 INFO O| Aug 20 03:17:49.085 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6786 | 2026-08-20T03:17:49.795Z | [ host-image] Aug 20 03:17:49.087 INFO O| Aug 20 03:17:49.087 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist |
| 6787 | 2026-08-20T03:17:49.795Z | [ host-image] Aug 20 03:17:49.087 INFO O| Aug 20 03:17:49.087 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6788 | 2026-08-20T03:17:49.795Z | [ host-image] Aug 20 03:17:49.087 INFO O| Aug 20 03:17:49.087 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d |
| 6789 | 2026-08-20T03:17:49.795Z | [ host-image] Aug 20 03:17:49.087 INFO O| Aug 20 03:17:49.087 INFO ok! |
| 6790 | 2026-08-20T03:17:49.796Z | [ host-image] Aug 20 03:17:49.087 INFO O| Aug 20 03:17:49.087 INFO STEP 121 (ensure_file) COMPLETE |
| 6791 | 2026-08-20T03:17:49.796Z | [ host-image] Aug 20 03:17:49.087 INFO O| Aug 20 03:17:49.087 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6792 | 2026-08-20T03:17:49.800Z | [ recovery-image] Aug 20 03:17:49.094 INFO O| Aug 20 03:17:49.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint" |
| 6793 | 2026-08-20T03:17:49.800Z | [ recovery-image] Aug 20 03:17:49.094 INFO O| Aug 20 03:17:49.094 INFO STEP 118 (remove_files) COMPLETE |
| 6794 | 2026-08-20T03:17:49.800Z | [ recovery-image] Aug 20 03:17:49.094 INFO O| Aug 20 03:17:49.094 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6795 | 2026-08-20T03:17:49.803Z | [ host-image] Aug 20 03:17:49.096 INFO O| Aug 20 03:17:49.096 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist |
| 6796 | 2026-08-20T03:17:49.803Z | [ host-image] Aug 20 03:17:49.096 INFO O| Aug 20 03:17:49.096 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6797 | 2026-08-20T03:17:49.804Z | [ host-image] Aug 20 03:17:49.096 INFO O| Aug 20 03:17:49.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d |
| 6798 | 2026-08-20T03:17:49.804Z | [ host-image] Aug 20 03:17:49.096 INFO O| Aug 20 03:17:49.096 INFO ok! |
| 6799 | 2026-08-20T03:17:49.804Z | [ host-image] Aug 20 03:17:49.096 INFO O| Aug 20 03:17:49.096 INFO STEP 122 (ensure_file) COMPLETE |
| 6800 | 2026-08-20T03:17:49.804Z | [ host-image] Aug 20 03:17:49.096 INFO O| Aug 20 03:17:49.096 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6801 | 2026-08-20T03:17:49.808Z | [ recovery-image] Aug 20 03:17:49.102 INFO O| Aug 20 03:17:49.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem" |
| 6802 | 2026-08-20T03:17:49.811Z | [ recovery-image] Aug 20 03:17:49.103 INFO O| Aug 20 03:17:49.103 INFO STEP 119 (remove_files) COMPLETE |
| 6803 | 2026-08-20T03:17:49.811Z | [ recovery-image] Aug 20 03:17:49.103 INFO O| Aug 20 03:17:49.103 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6804 | 2026-08-20T03:17:49.811Z | [ host-image] Aug 20 03:17:49.105 INFO O| Aug 20 03:17:49.104 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist |
| 6805 | 2026-08-20T03:17:49.812Z | [ host-image] Aug 20 03:17:49.105 INFO O| Aug 20 03:17:49.104 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6806 | 2026-08-20T03:17:49.812Z | [ host-image] Aug 20 03:17:49.105 INFO O| Aug 20 03:17:49.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d |
| 6807 | 2026-08-20T03:17:49.812Z | [ host-image] Aug 20 03:17:49.105 INFO O| Aug 20 03:17:49.105 INFO ok! |
| 6808 | 2026-08-20T03:17:49.812Z | [ host-image] Aug 20 03:17:49.105 INFO O| Aug 20 03:17:49.105 INFO STEP 123 (ensure_file) COMPLETE |
| 6809 | 2026-08-20T03:17:49.813Z | [ host-image] Aug 20 03:17:49.105 INFO O| Aug 20 03:17:49.105 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6810 | 2026-08-20T03:17:49.819Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 6811 | 2026-08-20T03:17:49.827Z | [ recovery-image] Aug 20 03:17:49.113 INFO O| Aug 20 03:17:49.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd" |
| 6812 | 2026-08-20T03:17:49.827Z | [ recovery-image] Aug 20 03:17:49.113 INFO O| Aug 20 03:17:49.113 INFO STEP 120 (remove_files) COMPLETE |
| 6813 | 2026-08-20T03:17:49.827Z | [ recovery-image] Aug 20 03:17:49.113 INFO O| Aug 20 03:17:49.113 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6814 | 2026-08-20T03:17:49.827Z | [ host-image] Aug 20 03:17:49.115 INFO O| Aug 20 03:17:49.115 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist |
| 6815 | 2026-08-20T03:17:49.827Z | [ host-image] Aug 20 03:17:49.115 INFO O| Aug 20 03:17:49.115 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6816 | 2026-08-20T03:17:49.827Z | [ host-image] Aug 20 03:17:49.115 INFO O| Aug 20 03:17:49.115 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d |
| 6817 | 2026-08-20T03:17:49.827Z | [ host-image] Aug 20 03:17:49.115 INFO O| Aug 20 03:17:49.115 INFO ok! |
| 6818 | 2026-08-20T03:17:49.827Z | [ host-image] Aug 20 03:17:49.115 INFO O| Aug 20 03:17:49.115 INFO STEP 124 (ensure_file) COMPLETE |
| 6819 | 2026-08-20T03:17:49.827Z | [ host-image] Aug 20 03:17:49.115 INFO O| Aug 20 03:17:49.115 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6820 | 2026-08-20T03:17:49.833Z | [ recovery-image] Aug 20 03:17:49.123 INFO O| Aug 20 03:17:49.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath" |
| 6821 | 2026-08-20T03:17:49.833Z | [ recovery-image] Aug 20 03:17:49.123 INFO O| Aug 20 03:17:49.123 INFO STEP 121 (remove_files) COMPLETE |
| 6822 | 2026-08-20T03:17:49.833Z | [ recovery-image] Aug 20 03:17:49.123 INFO O| Aug 20 03:17:49.123 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6823 | 2026-08-20T03:17:49.833Z | [ host-image] Aug 20 03:17:49.125 INFO O| Aug 20 03:17:49.125 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist |
| 6824 | 2026-08-20T03:17:49.833Z | [ host-image] Aug 20 03:17:49.125 INFO O| Aug 20 03:17:49.125 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6825 | 2026-08-20T03:17:49.833Z | [ host-image] Aug 20 03:17:49.125 INFO O| Aug 20 03:17:49.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d |
| 6826 | 2026-08-20T03:17:49.833Z | [ host-image] Aug 20 03:17:49.125 INFO O| Aug 20 03:17:49.125 INFO ok! |
| 6827 | 2026-08-20T03:17:49.833Z | [ host-image] Aug 20 03:17:49.125 INFO O| Aug 20 03:17:49.125 INFO STEP 125 (ensure_file) COMPLETE |
| 6828 | 2026-08-20T03:17:49.833Z | [ host-image] Aug 20 03:17:49.125 INFO O| Aug 20 03:17:49.125 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6829 | 2026-08-20T03:17:49.839Z | [ recovery-image] Aug 20 03:17:49.134 INFO O| Aug 20 03:17:49.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange" |
| 6830 | 2026-08-20T03:17:49.839Z | [ recovery-image] Aug 20 03:17:49.134 INFO O| Aug 20 03:17:49.134 INFO STEP 122 (remove_files) COMPLETE |
| 6831 | 2026-08-20T03:17:49.839Z | [ recovery-image] Aug 20 03:17:49.134 INFO O| Aug 20 03:17:49.134 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6832 | 2026-08-20T03:17:49.843Z | [ host-image] Aug 20 03:17:49.137 INFO O| Aug 20 03:17:49.137 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist |
| 6833 | 2026-08-20T03:17:49.843Z | [ host-image] Aug 20 03:17:49.137 INFO O| Aug 20 03:17:49.137 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6834 | 2026-08-20T03:17:49.843Z | [ host-image] Aug 20 03:17:49.138 INFO O| Aug 20 03:17:49.137 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d |
| 6835 | 2026-08-20T03:17:49.843Z | [ host-image] Aug 20 03:17:49.138 INFO O| Aug 20 03:17:49.137 INFO ok! |
| 6836 | 2026-08-20T03:17:49.843Z | [ host-image] Aug 20 03:17:49.138 INFO O| Aug 20 03:17:49.138 INFO STEP 126 (ensure_file) COMPLETE |
| 6837 | 2026-08-20T03:17:49.843Z | [ host-image] Aug 20 03:17:49.138 INFO O| Aug 20 03:17:49.138 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6838 | 2026-08-20T03:17:49.850Z | [ recovery-image] Aug 20 03:17:49.145 INFO O| Aug 20 03:17:49.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr" |
| 6839 | 2026-08-20T03:17:49.850Z | [ recovery-image] Aug 20 03:17:49.145 INFO O| Aug 20 03:17:49.145 INFO STEP 123 (remove_files) COMPLETE |
| 6840 | 2026-08-20T03:17:49.850Z | [ recovery-image] Aug 20 03:17:49.145 INFO O| Aug 20 03:17:49.145 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6841 | 2026-08-20T03:17:49.855Z | [ host-image] Aug 20 03:17:49.147 INFO O| Aug 20 03:17:49.147 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist |
| 6842 | 2026-08-20T03:17:49.855Z | [ host-image] Aug 20 03:17:49.147 INFO O| Aug 20 03:17:49.147 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6843 | 2026-08-20T03:17:49.855Z | [ host-image] Aug 20 03:17:49.147 INFO O| Aug 20 03:17:49.147 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d |
| 6844 | 2026-08-20T03:17:49.855Z | [ host-image] Aug 20 03:17:49.147 INFO O| Aug 20 03:17:49.147 INFO ok! |
| 6845 | 2026-08-20T03:17:49.855Z | [ host-image] Aug 20 03:17:49.147 INFO O| Aug 20 03:17:49.147 INFO STEP 127 (ensure_file) COMPLETE |
| 6846 | 2026-08-20T03:17:49.855Z | [ host-image] Aug 20 03:17:49.147 INFO O| Aug 20 03:17:49.147 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6847 | 2026-08-20T03:17:49.861Z | [ recovery-image] Aug 20 03:17:49.155 INFO O| Aug 20 03:17:49.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum" |
| 6848 | 2026-08-20T03:17:49.861Z | [ recovery-image] Aug 20 03:17:49.155 INFO O| Aug 20 03:17:49.155 INFO STEP 124 (remove_files) COMPLETE |
| 6849 | 2026-08-20T03:17:49.861Z | [ recovery-image] Aug 20 03:17:49.155 INFO O| Aug 20 03:17:49.155 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6850 | 2026-08-20T03:17:49.866Z | [ host-image] Aug 20 03:17:49.157 INFO O| Aug 20 03:17:49.157 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist |
| 6851 | 2026-08-20T03:17:49.866Z | [ host-image] Aug 20 03:17:49.157 INFO O| Aug 20 03:17:49.157 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6852 | 2026-08-20T03:17:49.866Z | [ host-image] Aug 20 03:17:49.157 INFO O| Aug 20 03:17:49.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh |
| 6853 | 2026-08-20T03:17:49.866Z | [ host-image] Aug 20 03:17:49.157 INFO O| Aug 20 03:17:49.157 INFO ok! |
| 6854 | 2026-08-20T03:17:49.866Z | [ host-image] Aug 20 03:17:49.157 INFO O| Aug 20 03:17:49.157 INFO STEP 128 (ensure_file) COMPLETE |
| 6855 | 2026-08-20T03:17:49.866Z | [ host-image] Aug 20 03:17:49.158 INFO O| Aug 20 03:17:49.157 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6856 | 2026-08-20T03:17:49.870Z | [ recovery-image] Aug 20 03:17:49.165 INFO O| Aug 20 03:17:49.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime" |
| 6857 | 2026-08-20T03:17:49.870Z | [ recovery-image] Aug 20 03:17:49.165 INFO O| Aug 20 03:17:49.165 INFO STEP 125 (remove_files) COMPLETE |
| 6858 | 2026-08-20T03:17:49.875Z | [ recovery-image] Aug 20 03:17:49.165 INFO O| Aug 20 03:17:49.165 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6859 | 2026-08-20T03:17:49.875Z | [ host-image] Aug 20 03:17:49.168 INFO O| Aug 20 03:17:49.168 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist |
| 6860 | 2026-08-20T03:17:49.875Z | [ host-image] Aug 20 03:17:49.168 INFO O| Aug 20 03:17:49.168 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6861 | 2026-08-20T03:17:49.875Z | [ host-image] Aug 20 03:17:49.168 INFO O| Aug 20 03:17:49.168 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d |
| 6862 | 2026-08-20T03:17:49.875Z | [ host-image] Aug 20 03:17:49.168 INFO O| Aug 20 03:17:49.168 INFO ok! |
| 6863 | 2026-08-20T03:17:49.875Z | [ host-image] Aug 20 03:17:49.168 INFO O| Aug 20 03:17:49.168 INFO STEP 129 (ensure_file) COMPLETE |
| 6864 | 2026-08-20T03:17:49.875Z | [ host-image] Aug 20 03:17:49.168 INFO O| Aug 20 03:17:49.168 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6865 | 2026-08-20T03:17:49.882Z | [ recovery-image] Aug 20 03:17:49.176 INFO O| Aug 20 03:17:49.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid" |
| 6866 | 2026-08-20T03:17:49.882Z | [ recovery-image] Aug 20 03:17:49.176 INFO O| Aug 20 03:17:49.176 INFO STEP 126 (remove_files) COMPLETE |
| 6867 | 2026-08-20T03:17:49.882Z | [ recovery-image] Aug 20 03:17:49.176 INFO O| Aug 20 03:17:49.176 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6868 | 2026-08-20T03:17:49.887Z | [ host-image] Aug 20 03:17:49.179 INFO O| Aug 20 03:17:49.179 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist |
| 6869 | 2026-08-20T03:17:49.887Z | [ host-image] Aug 20 03:17:49.179 INFO O| Aug 20 03:17:49.179 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6870 | 2026-08-20T03:17:49.887Z | [ host-image] Aug 20 03:17:49.179 INFO O| Aug 20 03:17:49.179 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh |
| 6871 | 2026-08-20T03:17:49.887Z | [ host-image] Aug 20 03:17:49.179 INFO O| Aug 20 03:17:49.179 INFO ok! |
| 6872 | 2026-08-20T03:17:49.887Z | [ host-image] Aug 20 03:17:49.179 INFO O| Aug 20 03:17:49.179 INFO STEP 130 (ensure_file) COMPLETE |
| 6873 | 2026-08-20T03:17:49.887Z | [ host-image] Aug 20 03:17:49.179 INFO O| Aug 20 03:17:49.179 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6874 | 2026-08-20T03:17:49.893Z | [ recovery-image] Aug 20 03:17:49.186 INFO O| Aug 20 03:17:49.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn" |
| 6875 | 2026-08-20T03:17:49.893Z | [ recovery-image] Aug 20 03:17:49.186 INFO O| Aug 20 03:17:49.186 INFO STEP 127 (remove_files) COMPLETE |
| 6876 | 2026-08-20T03:17:49.893Z | [ recovery-image] Aug 20 03:17:49.186 INFO O| Aug 20 03:17:49.186 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6877 | 2026-08-20T03:17:49.897Z | [ host-image] Aug 20 03:17:49.190 INFO O| Aug 20 03:17:49.190 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist |
| 6878 | 2026-08-20T03:17:49.898Z | [ host-image] Aug 20 03:17:49.190 INFO O| Aug 20 03:17:49.190 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6879 | 2026-08-20T03:17:49.898Z | [ host-image] Aug 20 03:17:49.190 INFO O| Aug 20 03:17:49.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d |
| 6880 | 2026-08-20T03:17:49.898Z | [ host-image] Aug 20 03:17:49.190 INFO O| Aug 20 03:17:49.190 INFO ok! |
| 6881 | 2026-08-20T03:17:49.898Z | [ host-image] Aug 20 03:17:49.190 INFO O| Aug 20 03:17:49.190 INFO STEP 131 (ensure_file) COMPLETE |
| 6882 | 2026-08-20T03:17:49.898Z | [ host-image] Aug 20 03:17:49.190 INFO O| Aug 20 03:17:49.190 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6883 | 2026-08-20T03:17:49.903Z | [ recovery-image] Aug 20 03:17:49.197 INFO O| Aug 20 03:17:49.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear" |
| 6884 | 2026-08-20T03:17:49.903Z | [ recovery-image] Aug 20 03:17:49.197 INFO O| Aug 20 03:17:49.197 INFO STEP 128 (remove_files) COMPLETE |
| 6885 | 2026-08-20T03:17:49.910Z | [ recovery-image] Aug 20 03:17:49.198 INFO O| Aug 20 03:17:49.197 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6886 | 2026-08-20T03:17:49.910Z | [ host-image] Aug 20 03:17:49.200 INFO O| Aug 20 03:17:49.200 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist |
| 6887 | 2026-08-20T03:17:49.910Z | [ host-image] Aug 20 03:17:49.200 INFO O| Aug 20 03:17:49.200 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6888 | 2026-08-20T03:17:49.910Z | [ host-image] Aug 20 03:17:49.200 INFO O| Aug 20 03:17:49.200 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh |
| 6889 | 2026-08-20T03:17:49.910Z | [ host-image] Aug 20 03:17:49.200 INFO O| Aug 20 03:17:49.200 INFO ok! |
| 6890 | 2026-08-20T03:17:49.910Z | [ host-image] Aug 20 03:17:49.200 INFO O| Aug 20 03:17:49.200 INFO STEP 132 (ensure_file) COMPLETE |
| 6891 | 2026-08-20T03:17:49.910Z | [ host-image] Aug 20 03:17:49.200 INFO O| Aug 20 03:17:49.200 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6892 | 2026-08-20T03:17:49.918Z | [ recovery-image] Aug 20 03:17:49.208 INFO O| Aug 20 03:17:49.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp" |
| 6893 | 2026-08-20T03:17:49.918Z | [ recovery-image] Aug 20 03:17:49.208 INFO O| Aug 20 03:17:49.208 INFO STEP 129 (remove_files) COMPLETE |
| 6894 | 2026-08-20T03:17:49.918Z | [ recovery-image] Aug 20 03:17:49.208 INFO O| Aug 20 03:17:49.208 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6895 | 2026-08-20T03:17:49.930Z | [ host-image] Aug 20 03:17:49.211 INFO O| Aug 20 03:17:49.211 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist |
| 6896 | 2026-08-20T03:17:49.930Z | [ host-image] Aug 20 03:17:49.211 INFO O| Aug 20 03:17:49.211 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6897 | 2026-08-20T03:17:49.930Z | [ host-image] Aug 20 03:17:49.211 INFO O| Aug 20 03:17:49.211 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d |
| 6898 | 2026-08-20T03:17:49.930Z | [ host-image] Aug 20 03:17:49.211 INFO O| Aug 20 03:17:49.211 INFO ok! |
| 6899 | 2026-08-20T03:17:49.930Z | [ host-image] Aug 20 03:17:49.211 INFO O| Aug 20 03:17:49.211 INFO STEP 133 (ensure_file) COMPLETE |
| 6900 | 2026-08-20T03:17:49.930Z | [ host-image] Aug 20 03:17:49.211 INFO O| Aug 20 03:17:49.211 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6901 | 2026-08-20T03:17:49.930Z | [ recovery-image] Aug 20 03:17:49.217 INFO O| Aug 20 03:17:49.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col" |
| 6902 | 2026-08-20T03:17:49.931Z | [ recovery-image] Aug 20 03:17:49.217 INFO O| Aug 20 03:17:49.217 INFO STEP 130 (remove_files) COMPLETE |
| 6903 | 2026-08-20T03:17:49.931Z | [ recovery-image] Aug 20 03:17:49.217 INFO O| Aug 20 03:17:49.217 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6904 | 2026-08-20T03:17:49.931Z | [ host-image] Aug 20 03:17:49.219 INFO O| Aug 20 03:17:49.219 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist |
| 6905 | 2026-08-20T03:17:49.931Z | [ host-image] Aug 20 03:17:49.219 INFO O| Aug 20 03:17:49.219 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6906 | 2026-08-20T03:17:49.931Z | [ host-image] Aug 20 03:17:49.219 INFO O| Aug 20 03:17:49.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d |
| 6907 | 2026-08-20T03:17:49.931Z | [ host-image] Aug 20 03:17:49.219 INFO O| Aug 20 03:17:49.219 INFO ok! |
| 6908 | 2026-08-20T03:17:49.932Z | [ host-image] Aug 20 03:17:49.219 INFO O| Aug 20 03:17:49.219 INFO STEP 134 (ensure_file) COMPLETE |
| 6909 | 2026-08-20T03:17:49.932Z | [ host-image] Aug 20 03:17:49.219 INFO O| Aug 20 03:17:49.219 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6910 | 2026-08-20T03:17:49.941Z | [ recovery-image] Aug 20 03:17:49.225 INFO O| Aug 20 03:17:49.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm" |
| 6911 | 2026-08-20T03:17:49.941Z | [ recovery-image] Aug 20 03:17:49.225 INFO O| Aug 20 03:17:49.225 INFO STEP 131 (remove_files) COMPLETE |
| 6912 | 2026-08-20T03:17:49.941Z | [ recovery-image] Aug 20 03:17:49.225 INFO O| Aug 20 03:17:49.225 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6913 | 2026-08-20T03:17:49.941Z | [ host-image] Aug 20 03:17:49.227 INFO O| Aug 20 03:17:49.227 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist |
| 6914 | 2026-08-20T03:17:49.941Z | [ host-image] Aug 20 03:17:49.227 INFO O| Aug 20 03:17:49.227 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6915 | 2026-08-20T03:17:49.942Z | [ host-image] Aug 20 03:17:49.227 INFO O| Aug 20 03:17:49.227 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d |
| 6916 | 2026-08-20T03:17:49.942Z | [ host-image] Aug 20 03:17:49.227 INFO O| Aug 20 03:17:49.227 INFO ok! |
| 6917 | 2026-08-20T03:17:49.942Z | [ host-image] Aug 20 03:17:49.227 INFO O| Aug 20 03:17:49.227 INFO STEP 135 (ensure_file) COMPLETE |
| 6918 | 2026-08-20T03:17:49.942Z | [ host-image] Aug 20 03:17:49.227 INFO O| Aug 20 03:17:49.227 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6919 | 2026-08-20T03:17:49.949Z | [ recovery-image] Aug 20 03:17:49.235 INFO O| Aug 20 03:17:49.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command" |
| 6920 | 2026-08-20T03:17:49.949Z | [ recovery-image] Aug 20 03:17:49.235 INFO O| Aug 20 03:17:49.235 INFO STEP 132 (remove_files) COMPLETE |
| 6921 | 2026-08-20T03:17:49.949Z | [ recovery-image] Aug 20 03:17:49.235 INFO O| Aug 20 03:17:49.235 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6922 | 2026-08-20T03:17:49.949Z | [ host-image] Aug 20 03:17:49.236 INFO O| Aug 20 03:17:49.236 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist |
| 6923 | 2026-08-20T03:17:49.949Z | [ host-image] Aug 20 03:17:49.236 INFO O| Aug 20 03:17:49.236 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ... |
| 6924 | 2026-08-20T03:17:49.949Z | [ host-image] Aug 20 03:17:49.237 INFO O| Aug 20 03:17:49.236 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md |
| 6925 | 2026-08-20T03:17:49.949Z | [ host-image] Aug 20 03:17:49.237 INFO O| Aug 20 03:17:49.236 INFO ok! |
| 6926 | 2026-08-20T03:17:49.949Z | [ host-image] Aug 20 03:17:49.237 INFO O| Aug 20 03:17:49.236 INFO STEP 136 (ensure_file) COMPLETE |
| 6927 | 2026-08-20T03:17:49.949Z | [ host-image] Aug 20 03:17:49.237 INFO O| Aug 20 03:17:49.236 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6928 | 2026-08-20T03:17:49.954Z | [ recovery-image] Aug 20 03:17:49.245 INFO O| Aug 20 03:17:49.244 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress" |
| 6929 | 2026-08-20T03:17:49.954Z | [ recovery-image] Aug 20 03:17:49.245 INFO O| Aug 20 03:17:49.245 INFO STEP 133 (remove_files) COMPLETE |
| 6930 | 2026-08-20T03:17:49.954Z | [ recovery-image] Aug 20 03:17:49.245 INFO O| Aug 20 03:17:49.245 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6931 | 2026-08-20T03:17:49.954Z | [ host-image] Aug 20 03:17:49.247 INFO O| Aug 20 03:17:49.247 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist |
| 6932 | 2026-08-20T03:17:49.954Z | [ host-image] Aug 20 03:17:49.247 INFO O| Aug 20 03:17:49.247 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 6933 | 2026-08-20T03:17:49.954Z | [ host-image] Aug 20 03:17:49.247 INFO O| Aug 20 03:17:49.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt |
| 6934 | 2026-08-20T03:17:49.954Z | [ host-image] Aug 20 03:17:49.247 INFO O| Aug 20 03:17:49.247 INFO ok! |
| 6935 | 2026-08-20T03:17:49.954Z | [ host-image] Aug 20 03:17:49.247 INFO O| Aug 20 03:17:49.247 INFO STEP 137 (ensure_file) COMPLETE |
| 6936 | 2026-08-20T03:17:49.954Z | [ host-image] Aug 20 03:17:49.247 INFO O| Aug 20 03:17:49.247 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6937 | 2026-08-20T03:17:49.964Z | [ recovery-image] Aug 20 03:17:49.255 INFO O| Aug 20 03:17:49.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat" |
| 6938 | 2026-08-20T03:17:49.964Z | [ recovery-image] Aug 20 03:17:49.255 INFO O| Aug 20 03:17:49.255 INFO STEP 134 (remove_files) COMPLETE |
| 6939 | 2026-08-20T03:17:49.964Z | [ recovery-image] Aug 20 03:17:49.255 INFO O| Aug 20 03:17:49.255 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6940 | 2026-08-20T03:17:49.971Z | [ host-image] Aug 20 03:17:49.257 INFO O| Aug 20 03:17:49.257 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist |
| 6941 | 2026-08-20T03:17:49.971Z | [ host-image] Aug 20 03:17:49.257 INFO O| Aug 20 03:17:49.257 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ... |
| 6942 | 2026-08-20T03:17:49.971Z | [ host-image] Aug 20 03:17:49.257 INFO O| Aug 20 03:17:49.257 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION |
| 6943 | 2026-08-20T03:17:49.971Z | [ host-image] Aug 20 03:17:49.257 INFO O| Aug 20 03:17:49.257 INFO ok! |
| 6944 | 2026-08-20T03:17:49.971Z | [ host-image] Aug 20 03:17:49.257 INFO O| Aug 20 03:17:49.257 INFO STEP 138 (ensure_file) COMPLETE |
| 6945 | 2026-08-20T03:17:49.971Z | [ host-image] Aug 20 03:17:49.257 INFO O| Aug 20 03:17:49.257 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 6946 | 2026-08-20T03:17:49.989Z | [ recovery-image] Aug 20 03:17:49.266 INFO O| Aug 20 03:17:49.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio" |
| 6947 | 2026-08-20T03:17:49.989Z | [ recovery-image] Aug 20 03:17:49.266 INFO O| Aug 20 03:17:49.266 INFO STEP 135 (remove_files) COMPLETE |
| 6948 | 2026-08-20T03:17:49.989Z | [ recovery-image] Aug 20 03:17:49.266 INFO O| Aug 20 03:17:49.266 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6949 | 2026-08-20T03:17:49.989Z | [ host-image] Aug 20 03:17:49.268 INFO O| Aug 20 03:17:49.268 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist |
| 6950 | 2026-08-20T03:17:49.989Z | [ host-image] Aug 20 03:17:49.268 INFO O| Aug 20 03:17:49.268 INFO copying /tmp/.tmpkAvEhq/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ... |
| 6951 | 2026-08-20T03:17:49.995Z | [ recovery-image] Aug 20 03:17:49.276 INFO O| Aug 20 03:17:49.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle" |
| 6952 | 2026-08-20T03:17:49.995Z | [ recovery-image] Aug 20 03:17:49.276 INFO O| Aug 20 03:17:49.276 INFO STEP 136 (remove_files) COMPLETE |
| 6953 | 2026-08-20T03:17:49.996Z | [ recovery-image] Aug 20 03:17:49.276 INFO O| Aug 20 03:17:49.276 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6954 | 2026-08-20T03:17:49.996Z | [ recovery-image] Aug 20 03:17:49.287 INFO O| Aug 20 03:17:49.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab" |
| 6955 | 2026-08-20T03:17:49.996Z | [ recovery-image] Aug 20 03:17:49.287 INFO O| Aug 20 03:17:49.287 INFO STEP 137 (remove_files) COMPLETE |
| 6956 | 2026-08-20T03:17:49.996Z | [ recovery-image] Aug 20 03:17:49.287 INFO O| Aug 20 03:17:49.287 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6957 | 2026-08-20T03:17:50.021Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 6958 | 2026-08-20T03:17:50.053Z | [ recovery-image] Aug 20 03:17:49.313 INFO O| Aug 20 03:17:49.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt" |
| 6959 | 2026-08-20T03:17:50.053Z | [ recovery-image] Aug 20 03:17:49.313 INFO O| Aug 20 03:17:49.313 INFO STEP 138 (remove_files) COMPLETE |
| 6960 | 2026-08-20T03:17:50.053Z | [ recovery-image] Aug 20 03:17:49.313 INFO O| Aug 20 03:17:49.313 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6961 | 2026-08-20T03:17:50.053Z | [ recovery-image] Aug 20 03:17:49.322 INFO O| Aug 20 03:17:49.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh" |
| 6962 | 2026-08-20T03:17:50.053Z | [ recovery-image] Aug 20 03:17:49.322 INFO O| Aug 20 03:17:49.322 INFO STEP 139 (remove_files) COMPLETE |
| 6963 | 2026-08-20T03:17:50.053Z | [ recovery-image] Aug 20 03:17:49.322 INFO O| Aug 20 03:17:49.322 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6964 | 2026-08-20T03:17:50.074Z | [ recovery-image] Aug 20 03:17:49.331 INFO O| Aug 20 03:17:49.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit" |
| 6965 | 2026-08-20T03:17:50.074Z | [ recovery-image] Aug 20 03:17:49.331 INFO O| Aug 20 03:17:49.331 INFO STEP 140 (remove_files) COMPLETE |
| 6966 | 2026-08-20T03:17:50.074Z | [ recovery-image] Aug 20 03:17:49.331 INFO O| Aug 20 03:17:49.331 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6967 | 2026-08-20T03:17:50.074Z | [ recovery-image] Aug 20 03:17:49.342 INFO O| Aug 20 03:17:49.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl" |
| 6968 | 2026-08-20T03:17:50.074Z | [ recovery-image] Aug 20 03:17:49.342 INFO O| Aug 20 03:17:49.342 INFO STEP 141 (remove_files) COMPLETE |
| 6969 | 2026-08-20T03:17:50.074Z | [ recovery-image] Aug 20 03:17:49.342 INFO O| Aug 20 03:17:49.342 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6970 | 2026-08-20T03:17:50.089Z | [ recovery-image] Aug 20 03:17:49.354 INFO O| Aug 20 03:17:49.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config" |
| 6971 | 2026-08-20T03:17:50.089Z | [ recovery-image] Aug 20 03:17:49.354 INFO O| Aug 20 03:17:49.352 INFO STEP 142 (remove_files) COMPLETE |
| 6972 | 2026-08-20T03:17:50.089Z | [ recovery-image] Aug 20 03:17:49.354 INFO O| Aug 20 03:17:49.352 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6973 | 2026-08-20T03:17:50.089Z | [ recovery-image] Aug 20 03:17:49.363 INFO O| Aug 20 03:17:49.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc" |
| 6974 | 2026-08-20T03:17:50.089Z | [ recovery-image] Aug 20 03:17:49.363 INFO O| Aug 20 03:17:49.362 INFO STEP 143 (remove_files) COMPLETE |
| 6975 | 2026-08-20T03:17:50.089Z | [ recovery-image] Aug 20 03:17:49.363 INFO O| Aug 20 03:17:49.362 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6976 | 2026-08-20T03:17:50.094Z | [ recovery-image] Aug 20 03:17:49.376 INFO O| Aug 20 03:17:49.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt" |
| 6977 | 2026-08-20T03:17:50.094Z | [ recovery-image] Aug 20 03:17:49.376 INFO O| Aug 20 03:17:49.375 INFO STEP 144 (remove_files) COMPLETE |
| 6978 | 2026-08-20T03:17:50.094Z | [ recovery-image] Aug 20 03:17:49.376 INFO O| Aug 20 03:17:49.375 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6979 | 2026-08-20T03:17:50.101Z | [ recovery-image] Aug 20 03:17:49.395 INFO O| Aug 20 03:17:49.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr" |
| 6980 | 2026-08-20T03:17:50.108Z | [ recovery-image] Aug 20 03:17:49.395 INFO O| Aug 20 03:17:49.393 INFO STEP 145 (remove_files) COMPLETE |
| 6981 | 2026-08-20T03:17:50.108Z | [ recovery-image] Aug 20 03:17:49.395 INFO O| Aug 20 03:17:49.393 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6982 | 2026-08-20T03:17:50.113Z | [ recovery-image] Aug 20 03:17:49.404 INFO O| Aug 20 03:17:49.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree" |
| 6983 | 2026-08-20T03:17:50.113Z | [ recovery-image] Aug 20 03:17:49.404 INFO O| Aug 20 03:17:49.404 INFO STEP 146 (remove_files) COMPLETE |
| 6984 | 2026-08-20T03:17:50.113Z | [ recovery-image] Aug 20 03:17:49.404 INFO O| Aug 20 03:17:49.404 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6985 | 2026-08-20T03:17:50.120Z | [ recovery-image] Aug 20 03:17:49.415 INFO O| Aug 20 03:17:49.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv" |
| 6986 | 2026-08-20T03:17:50.129Z | [ recovery-image] Aug 20 03:17:49.415 INFO O| Aug 20 03:17:49.415 INFO STEP 147 (remove_files) COMPLETE |
| 6987 | 2026-08-20T03:17:50.129Z | [ recovery-image] Aug 20 03:17:49.415 INFO O| Aug 20 03:17:49.415 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6988 | 2026-08-20T03:17:50.139Z | [ recovery-image] Aug 20 03:17:49.425 INFO O| Aug 20 03:17:49.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3" |
| 6989 | 2026-08-20T03:17:50.139Z | [ recovery-image] Aug 20 03:17:49.425 INFO O| Aug 20 03:17:49.425 INFO STEP 148 (remove_files) COMPLETE |
| 6990 | 2026-08-20T03:17:50.140Z | [ recovery-image] Aug 20 03:17:49.425 INFO O| Aug 20 03:17:49.425 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6991 | 2026-08-20T03:17:50.145Z | [ recovery-image] Aug 20 03:17:49.437 INFO O| Aug 20 03:17:49.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest" |
| 6992 | 2026-08-20T03:17:50.146Z | [ recovery-image] Aug 20 03:17:49.437 INFO O| Aug 20 03:17:49.437 INFO STEP 149 (remove_files) COMPLETE |
| 6993 | 2026-08-20T03:17:50.146Z | [ recovery-image] Aug 20 03:17:49.437 INFO O| Aug 20 03:17:49.437 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6994 | 2026-08-20T03:17:50.158Z | [ recovery-image] Aug 20 03:17:49.446 INFO O| Aug 20 03:17:49.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp" |
| 6995 | 2026-08-20T03:17:50.158Z | [ recovery-image] Aug 20 03:17:49.446 INFO O| Aug 20 03:17:49.446 INFO STEP 150 (remove_files) COMPLETE |
| 6996 | 2026-08-20T03:17:50.158Z | [ recovery-image] Aug 20 03:17:49.446 INFO O| Aug 20 03:17:49.446 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6997 | 2026-08-20T03:17:50.168Z | [ recovery-image] Aug 20 03:17:49.458 INFO O| Aug 20 03:17:49.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname" |
| 6998 | 2026-08-20T03:17:50.177Z | [ recovery-image] Aug 20 03:17:49.458 INFO O| Aug 20 03:17:49.458 INFO STEP 151 (remove_files) COMPLETE |
| 6999 | 2026-08-20T03:17:50.177Z | [ recovery-image] Aug 20 03:17:49.458 INFO O| Aug 20 03:17:49.458 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7000 | 2026-08-20T03:17:50.177Z | [ recovery-image] Aug 20 03:17:49.467 INFO O| Aug 20 03:17:49.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan" |
| 7001 | 2026-08-20T03:17:50.177Z | [ recovery-image] Aug 20 03:17:49.467 INFO O| Aug 20 03:17:49.467 INFO STEP 152 (remove_files) COMPLETE |
| 7002 | 2026-08-20T03:17:50.177Z | [ recovery-image] Aug 20 03:17:49.467 INFO O| Aug 20 03:17:49.467 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7003 | 2026-08-20T03:17:50.183Z | [ recovery-image] Aug 20 03:17:49.476 INFO O| Aug 20 03:17:49.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid" |
| 7004 | 2026-08-20T03:17:50.183Z | [ recovery-image] Aug 20 03:17:49.476 INFO O| Aug 20 03:17:49.476 INFO STEP 153 (remove_files) COMPLETE |
| 7005 | 2026-08-20T03:17:50.183Z | [ recovery-image] Aug 20 03:17:49.476 INFO O| Aug 20 03:17:49.476 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7006 | 2026-08-20T03:17:50.194Z | [ recovery-image] Aug 20 03:17:49.486 INFO O| Aug 20 03:17:49.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid" |
| 7007 | 2026-08-20T03:17:50.194Z | [ recovery-image] Aug 20 03:17:49.486 INFO O| Aug 20 03:17:49.486 INFO STEP 154 (remove_files) COMPLETE |
| 7008 | 2026-08-20T03:17:50.205Z | [ recovery-image] Aug 20 03:17:49.486 INFO O| Aug 20 03:17:49.486 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7009 | 2026-08-20T03:17:50.224Z | [ recovery-image] Aug 20 03:17:49.498 INFO O| Aug 20 03:17:49.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix" |
| 7010 | 2026-08-20T03:17:50.224Z | [ recovery-image] Aug 20 03:17:49.498 INFO O| Aug 20 03:17:49.498 INFO STEP 155 (remove_files) COMPLETE |
| 7011 | 2026-08-20T03:17:50.224Z | [ recovery-image] Aug 20 03:17:49.498 INFO O| Aug 20 03:17:49.498 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7012 | 2026-08-20T03:17:50.225Z | [ recovery-image] Aug 20 03:17:49.509 INFO O| Aug 20 03:17:49.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du" |
| 7013 | 2026-08-20T03:17:50.225Z | [ recovery-image] Aug 20 03:17:49.509 INFO O| Aug 20 03:17:49.509 INFO STEP 156 (remove_files) COMPLETE |
| 7014 | 2026-08-20T03:17:50.225Z | [ recovery-image] Aug 20 03:17:49.509 INFO O| Aug 20 03:17:49.509 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7015 | 2026-08-20T03:17:50.234Z | [ recovery-image] Aug 20 03:17:49.520 INFO O| Aug 20 03:17:49.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs" |
| 7016 | 2026-08-20T03:17:50.235Z | [ recovery-image] Aug 20 03:17:49.520 INFO O| Aug 20 03:17:49.520 INFO STEP 157 (remove_files) COMPLETE |
| 7017 | 2026-08-20T03:17:50.235Z | [ recovery-image] Aug 20 03:17:49.520 INFO O| Aug 20 03:17:49.520 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7018 | 2026-08-20T03:17:50.239Z | [ recovery-image] Aug 20 03:17:49.532 INFO O| Aug 20 03:17:49.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys" |
| 7019 | 2026-08-20T03:17:50.240Z | [ recovery-image] Aug 20 03:17:49.532 INFO O| Aug 20 03:17:49.532 INFO STEP 158 (remove_files) COMPLETE |
| 7020 | 2026-08-20T03:17:50.240Z | [ recovery-image] Aug 20 03:17:49.532 INFO O| Aug 20 03:17:49.532 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7021 | 2026-08-20T03:17:50.248Z | [ recovery-image] Aug 20 03:17:49.543 INFO O| Aug 20 03:17:49.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit" |
| 7022 | 2026-08-20T03:17:50.249Z | [ recovery-image] Aug 20 03:17:49.543 INFO O| Aug 20 03:17:49.543 INFO STEP 159 (remove_files) COMPLETE |
| 7023 | 2026-08-20T03:17:50.249Z | [ recovery-image] Aug 20 03:17:49.543 INFO O| Aug 20 03:17:49.543 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7024 | 2026-08-20T03:17:50.270Z | [ recovery-image] Aug 20 03:17:49.555 INFO O| Aug 20 03:17:49.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject" |
| 7025 | 2026-08-20T03:17:50.270Z | [ recovery-image] Aug 20 03:17:49.555 INFO O| Aug 20 03:17:49.555 INFO STEP 160 (remove_files) COMPLETE |
| 7026 | 2026-08-20T03:17:50.274Z | [ recovery-image] Aug 20 03:17:49.555 INFO O| Aug 20 03:17:49.555 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7027 | 2026-08-20T03:17:50.274Z | [ recovery-image] Aug 20 03:17:49.567 INFO O| Aug 20 03:17:49.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign" |
| 7028 | 2026-08-20T03:17:50.274Z | [ recovery-image] Aug 20 03:17:49.567 INFO O| Aug 20 03:17:49.567 INFO STEP 161 (remove_files) COMPLETE |
| 7029 | 2026-08-20T03:17:50.274Z | [ recovery-image] Aug 20 03:17:49.567 INFO O| Aug 20 03:17:49.567 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7030 | 2026-08-20T03:17:50.283Z | [ recovery-image] Aug 20 03:17:49.579 INFO O| Aug 20 03:17:49.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap" |
| 7031 | 2026-08-20T03:17:50.284Z | [ recovery-image] Aug 20 03:17:49.579 INFO O| Aug 20 03:17:49.579 INFO STEP 162 (remove_files) COMPLETE |
| 7032 | 2026-08-20T03:17:50.361Z | [ recovery-image] Aug 20 03:17:49.579 INFO O| Aug 20 03:17:49.579 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7033 | 2026-08-20T03:17:50.398Z | [ recovery-image] Aug 20 03:17:49.590 INFO O| Aug 20 03:17:49.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange" |
| 7034 | 2026-08-20T03:17:50.398Z | [ recovery-image] Aug 20 03:17:49.591 INFO O| Aug 20 03:17:49.591 INFO STEP 163 (remove_files) COMPLETE |
| 7035 | 2026-08-20T03:17:50.398Z | [ recovery-image] Aug 20 03:17:49.591 INFO O| Aug 20 03:17:49.591 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7036 | 2026-08-20T03:17:50.398Z | [ recovery-image] Aug 20 03:17:49.602 INFO O| Aug 20 03:17:49.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt" |
| 7037 | 2026-08-20T03:17:50.398Z | [ recovery-image] Aug 20 03:17:49.602 INFO O| Aug 20 03:17:49.602 INFO STEP 164 (remove_files) COMPLETE |
| 7038 | 2026-08-20T03:17:50.398Z | [ recovery-image] Aug 20 03:17:49.603 INFO O| Aug 20 03:17:49.602 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7039 | 2026-08-20T03:17:50.398Z | [ recovery-image] Aug 20 03:17:49.613 INFO O| Aug 20 03:17:49.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance" |
| 7040 | 2026-08-20T03:17:50.398Z | [ recovery-image] Aug 20 03:17:49.613 INFO O| Aug 20 03:17:49.613 INFO STEP 165 (remove_files) COMPLETE |
| 7041 | 2026-08-20T03:17:50.398Z | [ recovery-image] Aug 20 03:17:49.613 INFO O| Aug 20 03:17:49.613 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7042 | 2026-08-20T03:17:50.399Z | [ recovery-image] Aug 20 03:17:49.624 INFO O| Aug 20 03:17:49.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env" |
| 7043 | 2026-08-20T03:17:50.399Z | [ recovery-image] Aug 20 03:17:49.624 INFO O| Aug 20 03:17:49.624 INFO STEP 166 (remove_files) COMPLETE |
| 7044 | 2026-08-20T03:17:50.399Z | [ recovery-image] Aug 20 03:17:49.624 INFO O| Aug 20 03:17:49.624 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7045 | 2026-08-20T03:17:50.399Z | [ recovery-image] Aug 20 03:17:49.635 INFO O| Aug 20 03:17:49.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump" |
| 7046 | 2026-08-20T03:17:50.399Z | [ recovery-image] Aug 20 03:17:49.635 INFO O| Aug 20 03:17:49.635 INFO STEP 167 (remove_files) COMPLETE |
| 7047 | 2026-08-20T03:17:50.399Z | [ recovery-image] Aug 20 03:17:49.635 INFO O| Aug 20 03:17:49.635 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7048 | 2026-08-20T03:17:50.399Z | [ recovery-image] Aug 20 03:17:49.645 INFO O| Aug 20 03:17:49.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand" |
| 7049 | 2026-08-20T03:17:50.399Z | [ recovery-image] Aug 20 03:17:49.645 INFO O| Aug 20 03:17:49.645 INFO STEP 168 (remove_files) COMPLETE |
| 7050 | 2026-08-20T03:17:50.399Z | [ recovery-image] Aug 20 03:17:49.645 INFO O| Aug 20 03:17:49.645 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7051 | 2026-08-20T03:17:50.399Z | [ recovery-image] Aug 20 03:17:49.655 INFO O| Aug 20 03:17:49.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr" |
| 7052 | 2026-08-20T03:17:50.399Z | [ recovery-image] Aug 20 03:17:49.655 INFO O| Aug 20 03:17:49.655 INFO STEP 169 (remove_files) COMPLETE |
| 7053 | 2026-08-20T03:17:50.399Z | [ recovery-image] Aug 20 03:17:49.655 INFO O| Aug 20 03:17:49.655 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7054 | 2026-08-20T03:17:50.416Z | [ recovery-image] Aug 20 03:17:49.666 INFO O| Aug 20 03:17:49.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor" |
| 7055 | 2026-08-20T03:17:50.416Z | [ recovery-image] Aug 20 03:17:49.666 INFO O| Aug 20 03:17:49.666 INFO STEP 170 (remove_files) COMPLETE |
| 7056 | 2026-08-20T03:17:50.416Z | [ recovery-image] Aug 20 03:17:49.666 INFO O| Aug 20 03:17:49.666 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7057 | 2026-08-20T03:17:50.416Z | [ recovery-image] Aug 20 03:17:49.678 INFO O| Aug 20 03:17:49.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false" |
| 7058 | 2026-08-20T03:17:50.416Z | [ recovery-image] Aug 20 03:17:49.678 INFO O| Aug 20 03:17:49.678 INFO STEP 171 (remove_files) COMPLETE |
| 7059 | 2026-08-20T03:17:50.416Z | [ recovery-image] Aug 20 03:17:49.678 INFO O| Aug 20 03:17:49.678 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7060 | 2026-08-20T03:17:50.416Z | [ recovery-image] Aug 20 03:17:49.689 INFO O| Aug 20 03:17:49.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc" |
| 7061 | 2026-08-20T03:17:50.416Z | [ recovery-image] Aug 20 03:17:49.689 INFO O| Aug 20 03:17:49.689 INFO STEP 172 (remove_files) COMPLETE |
| 7062 | 2026-08-20T03:17:50.416Z | [ recovery-image] Aug 20 03:17:49.689 INFO O| Aug 20 03:17:49.689 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7063 | 2026-08-20T03:17:50.416Z | [verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 7064 | 2026-08-20T03:17:50.423Z | [ recovery-image] Aug 20 03:17:49.699 INFO O| Aug 20 03:17:49.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach" |
| 7065 | 2026-08-20T03:17:50.423Z | [ recovery-image] Aug 20 03:17:49.700 INFO O| Aug 20 03:17:49.700 INFO STEP 173 (remove_files) COMPLETE |
| 7066 | 2026-08-20T03:17:50.423Z | [ recovery-image] Aug 20 03:17:49.700 INFO O| Aug 20 03:17:49.700 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7067 | 2026-08-20T03:17:50.423Z | [ recovery-image] Aug 20 03:17:49.711 INFO O| Aug 20 03:17:49.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat" |
| 7068 | 2026-08-20T03:17:50.423Z | [ recovery-image] Aug 20 03:17:49.711 INFO O| Aug 20 03:17:49.711 INFO STEP 174 (remove_files) COMPLETE |
| 7069 | 2026-08-20T03:17:50.423Z | [ recovery-image] Aug 20 03:17:49.711 INFO O| Aug 20 03:17:49.711 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7070 | 2026-08-20T03:17:50.430Z | [ recovery-image] Aug 20 03:17:49.720 INFO O| Aug 20 03:17:49.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg" |
| 7071 | 2026-08-20T03:17:50.430Z | [ recovery-image] Aug 20 03:17:49.721 INFO O| Aug 20 03:17:49.720 INFO STEP 175 (remove_files) COMPLETE |
| 7072 | 2026-08-20T03:17:50.430Z | [ recovery-image] Aug 20 03:17:49.721 INFO O| Aug 20 03:17:49.720 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7073 | 2026-08-20T03:17:50.436Z | [ recovery-image] Aug 20 03:17:49.732 INFO O| Aug 20 03:17:49.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep" |
| 7074 | 2026-08-20T03:17:50.445Z | [ recovery-image] Aug 20 03:17:49.733 INFO O| Aug 20 03:17:49.733 INFO STEP 176 (remove_files) COMPLETE |
| 7075 | 2026-08-20T03:17:50.445Z | [ recovery-image] Aug 20 03:17:49.733 INFO O| Aug 20 03:17:49.733 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7076 | 2026-08-20T03:17:50.450Z | [ recovery-image] Aug 20 03:17:49.744 INFO O| Aug 20 03:17:49.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file" |
| 7077 | 2026-08-20T03:17:50.450Z | [ recovery-image] Aug 20 03:17:49.744 INFO O| Aug 20 03:17:49.744 INFO STEP 177 (remove_files) COMPLETE |
| 7078 | 2026-08-20T03:17:50.450Z | [ recovery-image] Aug 20 03:17:49.744 INFO O| Aug 20 03:17:49.744 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7079 | 2026-08-20T03:17:50.462Z | [ recovery-image] Aug 20 03:17:49.755 INFO O| Aug 20 03:17:49.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc" |
| 7080 | 2026-08-20T03:17:50.462Z | [ recovery-image] Aug 20 03:17:49.755 INFO O| Aug 20 03:17:49.755 INFO STEP 178 (remove_files) COMPLETE |
| 7081 | 2026-08-20T03:17:50.462Z | [ recovery-image] Aug 20 03:17:49.755 INFO O| Aug 20 03:17:49.755 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7082 | 2026-08-20T03:17:50.470Z | [ recovery-image] Aug 20 03:17:49.764 INFO O| Aug 20 03:17:49.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt" |
| 7083 | 2026-08-20T03:17:50.482Z | [ recovery-image] Aug 20 03:17:49.765 INFO O| Aug 20 03:17:49.765 INFO STEP 179 (remove_files) COMPLETE |
| 7084 | 2026-08-20T03:17:50.482Z | [ recovery-image] Aug 20 03:17:49.765 INFO O| Aug 20 03:17:49.765 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7085 | 2026-08-20T03:17:50.487Z | [ recovery-image] Aug 20 03:17:49.775 INFO O| Aug 20 03:17:49.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg" |
| 7086 | 2026-08-20T03:17:50.487Z | [ recovery-image] Aug 20 03:17:49.775 INFO O| Aug 20 03:17:49.775 INFO STEP 180 (remove_files) COMPLETE |
| 7087 | 2026-08-20T03:17:50.487Z | [ recovery-image] Aug 20 03:17:49.775 INFO O| Aug 20 03:17:49.775 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7088 | 2026-08-20T03:17:50.500Z | [ recovery-image] Aug 20 03:17:49.789 INFO O| Aug 20 03:17:49.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold" |
| 7089 | 2026-08-20T03:17:50.500Z | [ recovery-image] Aug 20 03:17:49.789 INFO O| Aug 20 03:17:49.789 INFO STEP 181 (remove_files) COMPLETE |
| 7090 | 2026-08-20T03:17:50.500Z | [ recovery-image] Aug 20 03:17:49.789 INFO O| Aug 20 03:17:49.789 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7091 | 2026-08-20T03:17:50.504Z | [ recovery-image] Aug 20 03:17:49.800 INFO O| Aug 20 03:17:49.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat" |
| 7092 | 2026-08-20T03:17:50.504Z | [ recovery-image] Aug 20 03:17:49.800 INFO O| Aug 20 03:17:49.800 INFO STEP 182 (remove_files) COMPLETE |
| 7093 | 2026-08-20T03:17:50.505Z | [ recovery-image] Aug 20 03:17:49.800 INFO O| Aug 20 03:17:49.800 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7094 | 2026-08-20T03:17:50.517Z | [ recovery-image] Aug 20 03:17:49.811 INFO O| Aug 20 03:17:49.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear" |
| 7095 | 2026-08-20T03:17:50.517Z | [ recovery-image] Aug 20 03:17:49.811 INFO O| Aug 20 03:17:49.811 INFO STEP 183 (remove_files) COMPLETE |
| 7096 | 2026-08-20T03:17:50.517Z | [ recovery-image] Aug 20 03:17:49.811 INFO O| Aug 20 03:17:49.811 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7097 | 2026-08-20T03:17:50.526Z | [ recovery-image] Aug 20 03:17:49.821 INFO O| Aug 20 03:17:49.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl" |
| 7098 | 2026-08-20T03:17:50.527Z | [ recovery-image] Aug 20 03:17:49.821 INFO O| Aug 20 03:17:49.821 INFO STEP 184 (remove_files) COMPLETE |
| 7099 | 2026-08-20T03:17:50.542Z | [ recovery-image] Aug 20 03:17:49.821 INFO O| Aug 20 03:17:49.821 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7100 | 2026-08-20T03:17:50.545Z | [ recovery-image] Aug 20 03:17:49.831 INFO O| Aug 20 03:17:49.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf" |
| 7101 | 2026-08-20T03:17:50.545Z | [ recovery-image] Aug 20 03:17:49.831 INFO O| Aug 20 03:17:49.831 INFO STEP 185 (remove_files) COMPLETE |
| 7102 | 2026-08-20T03:17:50.545Z | [ recovery-image] Aug 20 03:17:49.831 INFO O| Aug 20 03:17:49.831 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7103 | 2026-08-20T03:17:50.562Z | [ recovery-image] Aug 20 03:17:49.842 INFO O| Aug 20 03:17:49.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev" |
| 7104 | 2026-08-20T03:17:50.562Z | [ recovery-image] Aug 20 03:17:49.842 INFO O| Aug 20 03:17:49.842 INFO STEP 186 (remove_files) COMPLETE |
| 7105 | 2026-08-20T03:17:50.562Z | [ recovery-image] Aug 20 03:17:49.842 INFO O| Aug 20 03:17:49.842 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7106 | 2026-08-20T03:17:50.562Z | [ recovery-image] Aug 20 03:17:49.852 INFO O| Aug 20 03:17:49.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp" |
| 7107 | 2026-08-20T03:17:50.568Z | [ recovery-image] Aug 20 03:17:49.852 INFO O| Aug 20 03:17:49.852 INFO STEP 187 (remove_files) COMPLETE |
| 7108 | 2026-08-20T03:17:50.569Z | [ recovery-image] Aug 20 03:17:49.853 INFO O| Aug 20 03:17:49.852 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7109 | 2026-08-20T03:17:50.573Z | [ recovery-image] Aug 20 03:17:49.863 INFO O| Aug 20 03:17:49.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent" |
| 7110 | 2026-08-20T03:17:50.573Z | [ recovery-image] Aug 20 03:17:49.863 INFO O| Aug 20 03:17:49.863 INFO STEP 188 (remove_files) COMPLETE |
| 7111 | 2026-08-20T03:17:50.573Z | [ recovery-image] Aug 20 03:17:49.863 INFO O| Aug 20 03:17:49.863 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7112 | 2026-08-20T03:17:50.581Z | [ recovery-image] Aug 20 03:17:49.872 INFO O| Aug 20 03:17:49.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl" |
| 7113 | 2026-08-20T03:17:50.581Z | [ recovery-image] Aug 20 03:17:49.872 INFO O| Aug 20 03:17:49.872 INFO STEP 189 (remove_files) COMPLETE |
| 7114 | 2026-08-20T03:17:50.582Z | [ recovery-image] Aug 20 03:17:49.872 INFO O| Aug 20 03:17:49.872 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7115 | 2026-08-20T03:17:50.591Z | [ recovery-image] Aug 20 03:17:49.881 INFO O| Aug 20 03:17:49.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt" |
| 7116 | 2026-08-20T03:17:50.591Z | [ recovery-image] Aug 20 03:17:49.881 INFO O| Aug 20 03:17:49.881 INFO STEP 190 (remove_files) COMPLETE |
| 7117 | 2026-08-20T03:17:50.607Z | [ recovery-image] Aug 20 03:17:49.881 INFO O| Aug 20 03:17:49.881 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7118 | 2026-08-20T03:17:50.607Z | [ recovery-image] Aug 20 03:17:49.890 INFO O| Aug 20 03:17:49.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts" |
| 7119 | 2026-08-20T03:17:50.607Z | [ recovery-image] Aug 20 03:17:49.890 INFO O| Aug 20 03:17:49.890 INFO STEP 191 (remove_files) COMPLETE |
| 7120 | 2026-08-20T03:17:50.607Z | [ recovery-image] Aug 20 03:17:49.890 INFO O| Aug 20 03:17:49.890 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7121 | 2026-08-20T03:17:50.615Z | [ recovery-image] Aug 20 03:17:49.899 INFO O| Aug 20 03:17:49.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext" |
| 7122 | 2026-08-20T03:17:50.616Z | [ recovery-image] Aug 20 03:17:49.899 INFO O| Aug 20 03:17:49.899 INFO STEP 192 (remove_files) COMPLETE |
| 7123 | 2026-08-20T03:17:50.616Z | [ recovery-image] Aug 20 03:17:49.899 INFO O| Aug 20 03:17:49.899 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7124 | 2026-08-20T03:17:50.626Z | [ recovery-image] Aug 20 03:17:49.915 INFO O| Aug 20 03:17:49.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol" |
| 7125 | 2026-08-20T03:17:50.627Z | [ recovery-image] Aug 20 03:17:49.915 INFO O| Aug 20 03:17:49.915 INFO STEP 193 (remove_files) COMPLETE |
| 7126 | 2026-08-20T03:17:50.627Z | [ recovery-image] Aug 20 03:17:49.915 INFO O| Aug 20 03:17:49.915 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7127 | 2026-08-20T03:17:50.630Z | [ recovery-image] Aug 20 03:17:49.924 INFO O| Aug 20 03:17:49.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp" |
| 7128 | 2026-08-20T03:17:50.630Z | [ recovery-image] Aug 20 03:17:49.924 INFO O| Aug 20 03:17:49.924 INFO STEP 194 (remove_files) COMPLETE |
| 7129 | 2026-08-20T03:17:50.630Z | [ recovery-image] Aug 20 03:17:49.924 INFO O| Aug 20 03:17:49.924 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7130 | 2026-08-20T03:17:50.647Z | [ recovery-image] Aug 20 03:17:49.933 INFO O| Aug 20 03:17:49.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups" |
| 7131 | 2026-08-20T03:17:50.647Z | [ recovery-image] Aug 20 03:17:49.933 INFO O| Aug 20 03:17:49.933 INFO STEP 195 (remove_files) COMPLETE |
| 7132 | 2026-08-20T03:17:50.647Z | [ recovery-image] Aug 20 03:17:49.933 INFO O| Aug 20 03:17:49.933 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7133 | 2026-08-20T03:17:50.654Z | [ recovery-image] Aug 20 03:17:49.943 INFO O| Aug 20 03:17:49.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs" |
| 7134 | 2026-08-20T03:17:50.654Z | [ recovery-image] Aug 20 03:17:49.943 INFO O| Aug 20 03:17:49.943 INFO STEP 196 (remove_files) COMPLETE |
| 7135 | 2026-08-20T03:17:50.654Z | [ recovery-image] Aug 20 03:17:49.943 INFO O| Aug 20 03:17:49.943 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7136 | 2026-08-20T03:17:50.671Z | [ recovery-image] Aug 20 03:17:49.952 INFO O| Aug 20 03:17:49.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic" |
| 7137 | 2026-08-20T03:17:50.671Z | [ recovery-image] Aug 20 03:17:49.952 INFO O| Aug 20 03:17:49.952 INFO STEP 197 (remove_files) COMPLETE |
| 7138 | 2026-08-20T03:17:50.671Z | [ recovery-image] Aug 20 03:17:49.952 INFO O| Aug 20 03:17:49.952 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7139 | 2026-08-20T03:17:50.690Z | [ recovery-image] Aug 20 03:17:49.962 INFO O| Aug 20 03:17:49.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe" |
| 7140 | 2026-08-20T03:17:50.690Z | [ recovery-image] Aug 20 03:17:49.962 INFO O| Aug 20 03:17:49.962 INFO STEP 198 (remove_files) COMPLETE |
| 7141 | 2026-08-20T03:17:50.690Z | [ recovery-image] Aug 20 03:17:49.962 INFO O| Aug 20 03:17:49.962 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7142 | 2026-08-20T03:17:50.706Z | [ recovery-image] Aug 20 03:17:49.972 INFO O| Aug 20 03:17:49.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput" |
| 7143 | 2026-08-20T03:17:50.706Z | [ recovery-image] Aug 20 03:17:49.972 INFO O| Aug 20 03:17:49.972 INFO STEP 199 (remove_files) COMPLETE |
| 7144 | 2026-08-20T03:17:50.707Z | [ recovery-image] Aug 20 03:17:49.972 INFO O| Aug 20 03:17:49.972 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7145 | 2026-08-20T03:17:50.707Z | [ recovery-image] Aug 20 03:17:49.982 INFO O| Aug 20 03:17:49.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset" |
| 7146 | 2026-08-20T03:17:50.707Z | [ recovery-image] Aug 20 03:17:49.982 INFO O| Aug 20 03:17:49.982 INFO STEP 200 (remove_files) COMPLETE |
| 7147 | 2026-08-20T03:17:50.707Z | [ recovery-image] Aug 20 03:17:49.982 INFO O| Aug 20 03:17:49.982 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7148 | 2026-08-20T03:17:50.712Z | [ recovery-image] Aug 20 03:17:49.992 INFO O| Aug 20 03:17:49.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip" |
| 7149 | 2026-08-20T03:17:50.713Z | [ recovery-image] Aug 20 03:17:49.992 INFO O| Aug 20 03:17:49.992 INFO STEP 201 (remove_files) COMPLETE |
| 7150 | 2026-08-20T03:17:50.713Z | [ recovery-image] Aug 20 03:17:49.992 INFO O| Aug 20 03:17:49.992 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7151 | 2026-08-20T03:17:50.713Z | [ recovery-image] Aug 20 03:17:50.004 INFO O| Aug 20 03:17:50.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat" |
| 7152 | 2026-08-20T03:17:50.713Z | [ recovery-image] Aug 20 03:17:50.004 INFO O| Aug 20 03:17:50.004 INFO STEP 202 (remove_files) COMPLETE |
| 7153 | 2026-08-20T03:17:50.713Z | [ recovery-image] Aug 20 03:17:50.004 INFO O| Aug 20 03:17:50.004 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7154 | 2026-08-20T03:17:50.732Z | [ recovery-image] Aug 20 03:17:50.018 INFO O| Aug 20 03:17:50.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp" |
| 7155 | 2026-08-20T03:17:50.733Z | [ recovery-image] Aug 20 03:17:50.019 INFO O| Aug 20 03:17:50.019 INFO STEP 203 (remove_files) COMPLETE |
| 7156 | 2026-08-20T03:17:50.741Z | [ recovery-image] Aug 20 03:17:50.019 INFO O| Aug 20 03:17:50.019 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7157 | 2026-08-20T03:17:50.741Z | [ recovery-image] Aug 20 03:17:50.029 INFO O| Aug 20 03:17:50.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff" |
| 7158 | 2026-08-20T03:17:50.741Z | [ recovery-image] Aug 20 03:17:50.029 INFO O| Aug 20 03:17:50.029 INFO STEP 204 (remove_files) COMPLETE |
| 7159 | 2026-08-20T03:17:50.741Z | [ recovery-image] Aug 20 03:17:50.029 INFO O| Aug 20 03:17:50.029 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7160 | 2026-08-20T03:17:50.757Z | [ recovery-image] Aug 20 03:17:50.037 INFO O| Aug 20 03:17:50.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep" |
| 7161 | 2026-08-20T03:17:50.757Z | [ recovery-image] Aug 20 03:17:50.037 INFO O| Aug 20 03:17:50.037 INFO STEP 205 (remove_files) COMPLETE |
| 7162 | 2026-08-20T03:17:50.757Z | [ recovery-image] Aug 20 03:17:50.037 INFO O| Aug 20 03:17:50.037 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7163 | 2026-08-20T03:17:50.767Z | [ recovery-image] Aug 20 03:17:50.048 INFO O| Aug 20 03:17:50.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe" |
| 7164 | 2026-08-20T03:17:50.767Z | [ recovery-image] Aug 20 03:17:50.048 INFO O| Aug 20 03:17:50.048 INFO STEP 206 (remove_files) COMPLETE |
| 7165 | 2026-08-20T03:17:50.767Z | [ recovery-image] Aug 20 03:17:50.048 INFO O| Aug 20 03:17:50.048 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7166 | 2026-08-20T03:17:50.782Z | [ recovery-image] Aug 20 03:17:50.061 INFO O| Aug 20 03:17:50.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep" |
| 7167 | 2026-08-20T03:17:50.782Z | [ recovery-image] Aug 20 03:17:50.061 INFO O| Aug 20 03:17:50.061 INFO STEP 207 (remove_files) COMPLETE |
| 7168 | 2026-08-20T03:17:50.782Z | [ recovery-image] Aug 20 03:17:50.061 INFO O| Aug 20 03:17:50.061 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7169 | 2026-08-20T03:17:50.790Z | [ recovery-image] Aug 20 03:17:50.074 INFO O| Aug 20 03:17:50.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce" |
| 7170 | 2026-08-20T03:17:50.790Z | [ recovery-image] Aug 20 03:17:50.074 INFO O| Aug 20 03:17:50.073 INFO STEP 208 (remove_files) COMPLETE |
| 7171 | 2026-08-20T03:17:50.790Z | [ recovery-image] Aug 20 03:17:50.074 INFO O| Aug 20 03:17:50.073 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7172 | 2026-08-20T03:17:50.795Z | [ recovery-image] Aug 20 03:17:50.083 INFO O| Aug 20 03:17:50.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep" |
| 7173 | 2026-08-20T03:17:50.795Z | [ recovery-image] Aug 20 03:17:50.083 INFO O| Aug 20 03:17:50.083 INFO STEP 209 (remove_files) COMPLETE |
| 7174 | 2026-08-20T03:17:50.795Z | [ recovery-image] Aug 20 03:17:50.083 INFO O| Aug 20 03:17:50.083 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7175 | 2026-08-20T03:17:50.810Z | [ recovery-image] Aug 20 03:17:50.103 INFO O| Aug 20 03:17:50.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip" |
| 7176 | 2026-08-20T03:17:50.810Z | [ recovery-image] Aug 20 03:17:50.103 INFO O| Aug 20 03:17:50.103 INFO STEP 210 (remove_files) COMPLETE |
| 7177 | 2026-08-20T03:17:50.823Z | [ recovery-image] Aug 20 03:17:50.103 INFO O| Aug 20 03:17:50.103 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7178 | 2026-08-20T03:17:50.830Z | [ recovery-image] Aug 20 03:17:50.115 INFO O| Aug 20 03:17:50.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless" |
| 7179 | 2026-08-20T03:17:50.830Z | [ recovery-image] Aug 20 03:17:50.115 INFO O| Aug 20 03:17:50.115 INFO STEP 211 (remove_files) COMPLETE |
| 7180 | 2026-08-20T03:17:50.830Z | [ recovery-image] Aug 20 03:17:50.115 INFO O| Aug 20 03:17:50.115 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7181 | 2026-08-20T03:17:50.841Z | [ recovery-image] Aug 20 03:17:50.127 INFO O| Aug 20 03:17:50.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore" |
| 7182 | 2026-08-20T03:17:50.841Z | [ recovery-image] Aug 20 03:17:50.127 INFO O| Aug 20 03:17:50.127 INFO STEP 212 (remove_files) COMPLETE |
| 7183 | 2026-08-20T03:17:50.841Z | [ recovery-image] Aug 20 03:17:50.127 INFO O| Aug 20 03:17:50.127 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7184 | 2026-08-20T03:17:50.849Z | [ recovery-image] Aug 20 03:17:50.138 INFO O| Aug 20 03:17:50.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew" |
| 7185 | 2026-08-20T03:17:50.849Z | [ recovery-image] Aug 20 03:17:50.138 INFO O| Aug 20 03:17:50.138 INFO STEP 213 (remove_files) COMPLETE |
| 7186 | 2026-08-20T03:17:50.849Z | [ recovery-image] Aug 20 03:17:50.138 INFO O| Aug 20 03:17:50.138 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7187 | 2026-08-20T03:17:50.857Z | [ recovery-image] Aug 20 03:17:50.149 INFO O| Aug 20 03:17:50.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash" |
| 7188 | 2026-08-20T03:17:50.857Z | [ recovery-image] Aug 20 03:17:50.149 INFO O| Aug 20 03:17:50.149 INFO STEP 214 (remove_files) COMPLETE |
| 7189 | 2026-08-20T03:17:50.857Z | [ recovery-image] Aug 20 03:17:50.149 INFO O| Aug 20 03:17:50.149 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7190 | 2026-08-20T03:17:50.875Z | [ recovery-image] Aug 20 03:17:50.159 INFO O| Aug 20 03:17:50.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid" |
| 7191 | 2026-08-20T03:17:50.876Z | [ recovery-image] Aug 20 03:17:50.159 INFO O| Aug 20 03:17:50.159 INFO STEP 215 (remove_files) COMPLETE |
| 7192 | 2026-08-20T03:17:50.892Z | [ recovery-image] Aug 20 03:17:50.159 INFO O| Aug 20 03:17:50.159 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7193 | 2026-08-20T03:17:50.892Z | [ recovery-image] Aug 20 03:17:50.169 INFO O| Aug 20 03:17:50.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname" |
| 7194 | 2026-08-20T03:17:50.892Z | [ recovery-image] Aug 20 03:17:50.169 INFO O| Aug 20 03:17:50.169 INFO STEP 216 (remove_files) COMPLETE |
| 7195 | 2026-08-20T03:17:50.892Z | [ recovery-image] Aug 20 03:17:50.169 INFO O| Aug 20 03:17:50.169 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7196 | 2026-08-20T03:17:50.901Z | [ recovery-image] Aug 20 03:17:50.179 INFO O| Aug 20 03:17:50.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb" |
| 7197 | 2026-08-20T03:17:50.901Z | [ recovery-image] Aug 20 03:17:50.179 INFO O| Aug 20 03:17:50.179 INFO STEP 217 (remove_files) COMPLETE |
| 7198 | 2026-08-20T03:17:50.901Z | [ recovery-image] Aug 20 03:17:50.179 INFO O| Aug 20 03:17:50.179 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7199 | 2026-08-20T03:17:50.901Z | [ recovery-image] Aug 20 03:17:50.190 INFO O| Aug 20 03:17:50.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt" |
| 7200 | 2026-08-20T03:17:50.901Z | [ recovery-image] Aug 20 03:17:50.190 INFO O| Aug 20 03:17:50.190 INFO STEP 218 (remove_files) COMPLETE |
| 7201 | 2026-08-20T03:17:50.901Z | [ recovery-image] Aug 20 03:17:50.190 INFO O| Aug 20 03:17:50.190 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7202 | 2026-08-20T03:17:50.917Z | [ recovery-image] Aug 20 03:17:50.200 INFO O| Aug 20 03:17:50.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh" |
| 7203 | 2026-08-20T03:17:50.917Z | [ recovery-image] Aug 20 03:17:50.200 INFO O| Aug 20 03:17:50.200 INFO STEP 219 (remove_files) COMPLETE |
| 7204 | 2026-08-20T03:17:50.917Z | [ recovery-image] Aug 20 03:17:50.200 INFO O| Aug 20 03:17:50.200 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7205 | 2026-08-20T03:17:50.925Z | [ recovery-image] Aug 20 03:17:50.212 INFO O| Aug 20 03:17:50.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb" |
| 7206 | 2026-08-20T03:17:50.925Z | [ recovery-image] Aug 20 03:17:50.212 INFO O| Aug 20 03:17:50.212 INFO STEP 220 (remove_files) COMPLETE |
| 7207 | 2026-08-20T03:17:50.925Z | [ recovery-image] Aug 20 03:17:50.212 INFO O| Aug 20 03:17:50.212 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7208 | 2026-08-20T03:17:50.929Z | [ recovery-image] Aug 20 03:17:50.224 INFO O| Aug 20 03:17:50.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh" |
| 7209 | 2026-08-20T03:17:50.929Z | [ recovery-image] Aug 20 03:17:50.224 INFO O| Aug 20 03:17:50.224 INFO STEP 221 (remove_files) COMPLETE |
| 7210 | 2026-08-20T03:17:50.929Z | [ recovery-image] Aug 20 03:17:50.224 INFO O| Aug 20 03:17:50.224 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7211 | 2026-08-20T03:17:50.940Z | [ recovery-image] Aug 20 03:17:50.234 INFO O| Aug 20 03:17:50.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93" |
| 7212 | 2026-08-20T03:17:50.940Z | [ recovery-image] Aug 20 03:17:50.234 INFO O| Aug 20 03:17:50.234 INFO STEP 222 (remove_files) COMPLETE |
| 7213 | 2026-08-20T03:17:50.940Z | [ recovery-image] Aug 20 03:17:50.234 INFO O| Aug 20 03:17:50.234 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7214 | 2026-08-20T03:17:50.949Z | [verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 7215 | 2026-08-20T03:17:50.954Z | [ recovery-image] Aug 20 03:17:50.245 INFO O| Aug 20 03:17:50.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv" |
| 7216 | 2026-08-20T03:17:50.954Z | [ recovery-image] Aug 20 03:17:50.245 INFO O| Aug 20 03:17:50.245 INFO STEP 223 (remove_files) COMPLETE |
| 7217 | 2026-08-20T03:17:50.954Z | [ recovery-image] Aug 20 03:17:50.245 INFO O| Aug 20 03:17:50.245 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7218 | 2026-08-20T03:17:51.065Z | [ recovery-image] Aug 20 03:17:50.255 INFO O| Aug 20 03:17:50.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id" |
| 7219 | 2026-08-20T03:17:51.065Z | [ recovery-image] Aug 20 03:17:50.255 INFO O| Aug 20 03:17:50.255 INFO STEP 224 (remove_files) COMPLETE |
| 7220 | 2026-08-20T03:17:51.065Z | [ recovery-image] Aug 20 03:17:50.255 INFO O| Aug 20 03:17:50.255 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7221 | 2026-08-20T03:17:51.071Z | [ recovery-image] Aug 20 03:17:50.264 INFO O| Aug 20 03:17:50.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn" |
| 7222 | 2026-08-20T03:17:51.071Z | [ recovery-image] Aug 20 03:17:50.264 INFO O| Aug 20 03:17:50.264 INFO STEP 225 (remove_files) COMPLETE |
| 7223 | 2026-08-20T03:17:51.071Z | [ recovery-image] Aug 20 03:17:50.264 INFO O| Aug 20 03:17:50.264 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7224 | 2026-08-20T03:17:51.071Z | [ recovery-image] Aug 20 03:17:50.274 INFO O| Aug 20 03:17:50.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp" |
| 7225 | 2026-08-20T03:17:51.071Z | [ recovery-image] Aug 20 03:17:50.274 INFO O| Aug 20 03:17:50.274 INFO STEP 226 (remove_files) COMPLETE |
| 7226 | 2026-08-20T03:17:51.071Z | [ recovery-image] Aug 20 03:17:50.274 INFO O| Aug 20 03:17:50.274 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7227 | 2026-08-20T03:17:51.071Z | [ recovery-image] Aug 20 03:17:50.284 INFO O| Aug 20 03:17:50.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat" |
| 7228 | 2026-08-20T03:17:51.071Z | [ recovery-image] Aug 20 03:17:50.284 INFO O| Aug 20 03:17:50.284 INFO STEP 227 (remove_files) COMPLETE |
| 7229 | 2026-08-20T03:17:51.071Z | [ recovery-image] Aug 20 03:17:50.284 INFO O| Aug 20 03:17:50.284 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7230 | 2026-08-20T03:17:51.071Z | [ recovery-image] Aug 20 03:17:50.294 INFO O| Aug 20 03:17:50.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl" |
| 7231 | 2026-08-20T03:17:51.071Z | [ recovery-image] Aug 20 03:17:50.294 INFO O| Aug 20 03:17:50.294 INFO STEP 228 (remove_files) COMPLETE |
| 7232 | 2026-08-20T03:17:51.071Z | [ recovery-image] Aug 20 03:17:50.294 INFO O| Aug 20 03:17:50.294 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7233 | 2026-08-20T03:17:51.071Z | [ recovery-image] Aug 20 03:17:50.305 INFO O| Aug 20 03:17:50.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo" |
| 7234 | 2026-08-20T03:17:51.071Z | [ recovery-image] Aug 20 03:17:50.305 INFO O| Aug 20 03:17:50.305 INFO STEP 229 (remove_files) COMPLETE |
| 7235 | 2026-08-20T03:17:51.071Z | [ recovery-image] Aug 20 03:17:50.305 INFO O| Aug 20 03:17:50.305 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7236 | 2026-08-20T03:17:51.071Z | [ recovery-image] Aug 20 03:17:50.317 INFO O| Aug 20 03:17:50.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist" |
| 7237 | 2026-08-20T03:17:51.072Z | [ recovery-image] Aug 20 03:17:50.317 INFO O| Aug 20 03:17:50.317 INFO STEP 230 (remove_files) COMPLETE |
| 7238 | 2026-08-20T03:17:51.072Z | [ recovery-image] Aug 20 03:17:50.317 INFO O| Aug 20 03:17:50.317 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7239 | 2026-08-20T03:17:51.072Z | [ recovery-image] Aug 20 03:17:50.328 INFO O| Aug 20 03:17:50.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs" |
| 7240 | 2026-08-20T03:17:51.072Z | [ recovery-image] Aug 20 03:17:50.328 INFO O| Aug 20 03:17:50.328 INFO STEP 231 (remove_files) COMPLETE |
| 7241 | 2026-08-20T03:17:51.072Z | [ recovery-image] Aug 20 03:17:50.328 INFO O| Aug 20 03:17:50.328 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7242 | 2026-08-20T03:17:51.072Z | [ recovery-image] Aug 20 03:17:50.339 INFO O| Aug 20 03:17:50.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join" |
| 7243 | 2026-08-20T03:17:51.072Z | [ recovery-image] Aug 20 03:17:50.339 INFO O| Aug 20 03:17:50.339 INFO STEP 232 (remove_files) COMPLETE |
| 7244 | 2026-08-20T03:17:51.072Z | [ recovery-image] Aug 20 03:17:50.339 INFO O| Aug 20 03:17:50.339 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7245 | 2026-08-20T03:17:51.072Z | [ recovery-image] Aug 20 03:17:50.351 INFO O| Aug 20 03:17:50.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd" |
| 7246 | 2026-08-20T03:17:51.072Z | [ recovery-image] Aug 20 03:17:50.351 INFO O| Aug 20 03:17:50.351 INFO STEP 233 (remove_files) COMPLETE |
| 7247 | 2026-08-20T03:17:51.072Z | [ recovery-image] Aug 20 03:17:50.351 INFO O| Aug 20 03:17:50.351 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7248 | 2026-08-20T03:17:51.072Z | [ recovery-image] Aug 20 03:17:50.362 INFO O| Aug 20 03:17:50.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy" |
| 7249 | 2026-08-20T03:17:51.072Z | [ recovery-image] Aug 20 03:17:50.362 INFO O| Aug 20 03:17:50.362 INFO STEP 234 (remove_files) COMPLETE |
| 7250 | 2026-08-20T03:17:51.072Z | [ recovery-image] Aug 20 03:17:50.362 INFO O| Aug 20 03:17:50.362 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7251 | 2026-08-20T03:17:51.116Z | [ recovery-image] Aug 20 03:17:50.373 INFO O| Aug 20 03:17:50.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin" |
| 7252 | 2026-08-20T03:17:51.116Z | [ recovery-image] Aug 20 03:17:50.373 INFO O| Aug 20 03:17:50.373 INFO STEP 235 (remove_files) COMPLETE |
| 7253 | 2026-08-20T03:17:51.123Z | [ recovery-image] Aug 20 03:17:50.373 INFO O| Aug 20 03:17:50.373 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7254 | 2026-08-20T03:17:51.164Z | [ recovery-image] Aug 20 03:17:50.384 INFO O| Aug 20 03:17:50.384 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout" |
| 7255 | 2026-08-20T03:17:51.164Z | [ recovery-image] Aug 20 03:17:50.384 INFO O| Aug 20 03:17:50.384 INFO STEP 236 (remove_files) COMPLETE |
| 7256 | 2026-08-20T03:17:51.164Z | [ recovery-image] Aug 20 03:17:50.384 INFO O| Aug 20 03:17:50.384 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7257 | 2026-08-20T03:17:51.164Z | [ recovery-image] Aug 20 03:17:50.395 INFO O| Aug 20 03:17:50.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill" |
| 7258 | 2026-08-20T03:17:51.164Z | [ recovery-image] Aug 20 03:17:50.395 INFO O| Aug 20 03:17:50.395 INFO STEP 237 (remove_files) COMPLETE |
| 7259 | 2026-08-20T03:17:51.164Z | [ recovery-image] Aug 20 03:17:50.395 INFO O| Aug 20 03:17:50.395 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7260 | 2026-08-20T03:17:51.164Z | [ recovery-image] Aug 20 03:17:50.405 INFO O| Aug 20 03:17:50.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit" |
| 7261 | 2026-08-20T03:17:51.164Z | [ recovery-image] Aug 20 03:17:50.405 INFO O| Aug 20 03:17:50.405 INFO STEP 238 (remove_files) COMPLETE |
| 7262 | 2026-08-20T03:17:51.164Z | [ recovery-image] Aug 20 03:17:50.405 INFO O| Aug 20 03:17:50.405 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7263 | 2026-08-20T03:17:51.164Z | [ recovery-image] Aug 20 03:17:50.416 INFO O| Aug 20 03:17:50.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist" |
| 7264 | 2026-08-20T03:17:51.164Z | [ recovery-image] Aug 20 03:17:50.416 INFO O| Aug 20 03:17:50.416 INFO STEP 239 (remove_files) COMPLETE |
| 7265 | 2026-08-20T03:17:51.164Z | [ recovery-image] Aug 20 03:17:50.416 INFO O| Aug 20 03:17:50.416 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7266 | 2026-08-20T03:17:51.304Z | [ recovery-image] Aug 20 03:17:50.427 INFO O| Aug 20 03:17:50.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg" |
| 7267 | 2026-08-20T03:17:51.304Z | [ recovery-image] Aug 20 03:17:50.427 INFO O| Aug 20 03:17:50.427 INFO STEP 240 (remove_files) COMPLETE |
| 7268 | 2026-08-20T03:17:51.304Z | [ recovery-image] Aug 20 03:17:50.427 INFO O| Aug 20 03:17:50.427 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7269 | 2026-08-20T03:17:51.304Z | [verify-libraries] Compiling internal-russh-num-bigint v0.5.0 |
| 7270 | 2026-08-20T03:17:51.304Z | [ recovery-image] Aug 20 03:17:50.438 INFO O| Aug 20 03:17:50.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd" |
| 7271 | 2026-08-20T03:17:51.304Z | [ recovery-image] Aug 20 03:17:50.438 INFO O| Aug 20 03:17:50.438 INFO STEP 241 (remove_files) COMPLETE |
| 7272 | 2026-08-20T03:17:51.304Z | [ recovery-image] Aug 20 03:17:50.438 INFO O| Aug 20 03:17:50.438 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7273 | 2026-08-20T03:17:51.304Z | [ recovery-image] Aug 20 03:17:50.448 INFO O| Aug 20 03:17:50.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config" |
| 7274 | 2026-08-20T03:17:51.304Z | [ recovery-image] Aug 20 03:17:50.448 INFO O| Aug 20 03:17:50.448 INFO STEP 242 (remove_files) COMPLETE |
| 7275 | 2026-08-20T03:17:51.304Z | [ recovery-image] Aug 20 03:17:50.448 INFO O| Aug 20 03:17:50.448 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7276 | 2026-08-20T03:17:51.304Z | [ recovery-image] Aug 20 03:17:50.458 INFO O| Aug 20 03:17:50.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93" |
| 7277 | 2026-08-20T03:17:51.304Z | [ recovery-image] Aug 20 03:17:50.458 INFO O| Aug 20 03:17:50.458 INFO STEP 243 (remove_files) COMPLETE |
| 7278 | 2026-08-20T03:17:51.304Z | [ recovery-image] Aug 20 03:17:50.458 INFO O| Aug 20 03:17:50.458 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7279 | 2026-08-20T03:17:51.304Z | [ recovery-image] Aug 20 03:17:50.467 INFO O| Aug 20 03:17:50.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil" |
| 7280 | 2026-08-20T03:17:51.304Z | [ recovery-image] Aug 20 03:17:50.467 INFO O| Aug 20 03:17:50.467 INFO STEP 244 (remove_files) COMPLETE |
| 7281 | 2026-08-20T03:17:51.304Z | [ recovery-image] Aug 20 03:17:50.467 INFO O| Aug 20 03:17:50.467 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7282 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.477 INFO O| Aug 20 03:17:50.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat" |
| 7283 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.477 INFO O| Aug 20 03:17:50.477 INFO STEP 245 (remove_files) COMPLETE |
| 7284 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.477 INFO O| Aug 20 03:17:50.477 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7285 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.488 INFO O| Aug 20 03:17:50.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last" |
| 7286 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.488 INFO O| Aug 20 03:17:50.488 INFO STEP 246 (remove_files) COMPLETE |
| 7287 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.488 INFO O| Aug 20 03:17:50.488 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7288 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.498 INFO O| Aug 20 03:17:50.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm" |
| 7289 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.498 INFO O| Aug 20 03:17:50.498 INFO STEP 247 (remove_files) COMPLETE |
| 7290 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.498 INFO O| Aug 20 03:17:50.498 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7291 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.509 INFO O| Aug 20 03:17:50.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld" |
| 7292 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.509 INFO O| Aug 20 03:17:50.509 INFO STEP 248 (remove_files) COMPLETE |
| 7293 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.509 INFO O| Aug 20 03:17:50.509 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7294 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.520 INFO O| Aug 20 03:17:50.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd" |
| 7295 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.521 INFO O| Aug 20 03:17:50.521 INFO STEP 249 (remove_files) COMPLETE |
| 7296 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.521 INFO O| Aug 20 03:17:50.521 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7297 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.531 INFO O| Aug 20 03:17:50.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less" |
| 7298 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.531 INFO O| Aug 20 03:17:50.531 INFO STEP 250 (remove_files) COMPLETE |
| 7299 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.531 INFO O| Aug 20 03:17:50.531 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7300 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.542 INFO O| Aug 20 03:17:50.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho" |
| 7301 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.542 INFO O| Aug 20 03:17:50.542 INFO STEP 251 (remove_files) COMPLETE |
| 7302 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.542 INFO O| Aug 20 03:17:50.542 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7303 | 2026-08-20T03:17:51.340Z | [verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 7304 | 2026-08-20T03:17:51.340Z | [verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 7305 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.552 INFO O| Aug 20 03:17:50.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey" |
| 7306 | 2026-08-20T03:17:51.340Z | [ recovery-image] Aug 20 03:17:50.552 INFO O| Aug 20 03:17:50.552 INFO STEP 252 (remove_files) COMPLETE |
| 7307 | 2026-08-20T03:17:51.341Z | [ recovery-image] Aug 20 03:17:50.552 INFO O| Aug 20 03:17:50.552 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7308 | 2026-08-20T03:17:51.341Z | [ recovery-image] Aug 20 03:17:50.562 INFO O| Aug 20 03:17:50.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo" |
| 7309 | 2026-08-20T03:17:51.341Z | [ recovery-image] Aug 20 03:17:50.563 INFO O| Aug 20 03:17:50.562 INFO STEP 253 (remove_files) COMPLETE |
| 7310 | 2026-08-20T03:17:51.341Z | [ recovery-image] Aug 20 03:17:50.563 INFO O| Aug 20 03:17:50.563 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7311 | 2026-08-20T03:17:51.341Z | [ recovery-image] Aug 20 03:17:50.574 INFO O| Aug 20 03:17:50.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line" |
| 7312 | 2026-08-20T03:17:51.341Z | [ recovery-image] Aug 20 03:17:50.574 INFO O| Aug 20 03:17:50.574 INFO STEP 254 (remove_files) COMPLETE |
| 7313 | 2026-08-20T03:17:51.341Z | [ recovery-image] Aug 20 03:17:50.574 INFO O| Aug 20 03:17:50.574 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7314 | 2026-08-20T03:17:51.341Z | [ recovery-image] Aug 20 03:17:50.583 INFO O| Aug 20 03:17:50.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp" |
| 7315 | 2026-08-20T03:17:51.341Z | [ recovery-image] Aug 20 03:17:50.583 INFO O| Aug 20 03:17:50.583 INFO STEP 255 (remove_files) COMPLETE |
| 7316 | 2026-08-20T03:17:51.341Z | [ recovery-image] Aug 20 03:17:50.583 INFO O| Aug 20 03:17:50.583 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7317 | 2026-08-20T03:17:51.341Z | [ recovery-image] Aug 20 03:17:50.594 INFO O| Aug 20 03:17:50.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers" |
| 7318 | 2026-08-20T03:17:51.341Z | [ recovery-image] Aug 20 03:17:50.594 INFO O| Aug 20 03:17:50.594 INFO STEP 256 (remove_files) COMPLETE |
| 7319 | 2026-08-20T03:17:51.341Z | [ recovery-image] Aug 20 03:17:50.594 INFO O| Aug 20 03:17:50.594 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7320 | 2026-08-20T03:17:51.386Z | [ recovery-image] Aug 20 03:17:50.604 INFO O| Aug 20 03:17:50.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys" |
| 7321 | 2026-08-20T03:17:51.386Z | [ recovery-image] Aug 20 03:17:50.604 INFO O| Aug 20 03:17:50.604 INFO STEP 257 (remove_files) COMPLETE |
| 7322 | 2026-08-20T03:17:51.386Z | [ recovery-image] Aug 20 03:17:50.604 INFO O| Aug 20 03:17:50.604 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7323 | 2026-08-20T03:17:51.386Z | [ recovery-image] Aug 20 03:17:50.614 INFO O| Aug 20 03:17:50.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger" |
| 7324 | 2026-08-20T03:17:51.386Z | [ recovery-image] Aug 20 03:17:50.614 INFO O| Aug 20 03:17:50.614 INFO STEP 258 (remove_files) COMPLETE |
| 7325 | 2026-08-20T03:17:51.386Z | [ recovery-image] Aug 20 03:17:50.614 INFO O| Aug 20 03:17:50.614 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7326 | 2026-08-20T03:17:51.386Z | [ recovery-image] Aug 20 03:17:50.625 INFO O| Aug 20 03:17:50.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins" |
| 7327 | 2026-08-20T03:17:51.386Z | [ recovery-image] Aug 20 03:17:50.625 INFO O| Aug 20 03:17:50.625 INFO STEP 259 (remove_files) COMPLETE |
| 7328 | 2026-08-20T03:17:51.386Z | [ recovery-image] Aug 20 03:17:50.625 INFO O| Aug 20 03:17:50.625 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7329 | 2026-08-20T03:17:51.386Z | [ recovery-image] Aug 20 03:17:50.634 INFO O| Aug 20 03:17:50.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname" |
| 7330 | 2026-08-20T03:17:51.386Z | [ recovery-image] Aug 20 03:17:50.634 INFO O| Aug 20 03:17:50.634 INFO STEP 260 (remove_files) COMPLETE |
| 7331 | 2026-08-20T03:17:51.386Z | [ recovery-image] Aug 20 03:17:50.634 INFO O| Aug 20 03:17:50.634 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7332 | 2026-08-20T03:17:51.445Z | [ recovery-image] Aug 20 03:17:50.644 INFO O| Aug 20 03:17:50.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look" |
| 7333 | 2026-08-20T03:17:51.445Z | [ recovery-image] Aug 20 03:17:50.644 INFO O| Aug 20 03:17:50.644 INFO STEP 261 (remove_files) COMPLETE |
| 7334 | 2026-08-20T03:17:51.445Z | [ recovery-image] Aug 20 03:17:50.644 INFO O| Aug 20 03:17:50.644 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7335 | 2026-08-20T03:17:51.445Z | [ recovery-image] Aug 20 03:17:50.653 INFO O| Aug 20 03:17:50.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4" |
| 7336 | 2026-08-20T03:17:51.445Z | [ recovery-image] Aug 20 03:17:50.654 INFO O| Aug 20 03:17:50.654 INFO STEP 262 (remove_files) COMPLETE |
| 7337 | 2026-08-20T03:17:51.445Z | [ recovery-image] Aug 20 03:17:50.654 INFO O| Aug 20 03:17:50.654 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7338 | 2026-08-20T03:17:51.445Z | [ recovery-image] Aug 20 03:17:50.664 INFO O| Aug 20 03:17:50.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec" |
| 7339 | 2026-08-20T03:17:51.445Z | [ recovery-image] Aug 20 03:17:50.664 INFO O| Aug 20 03:17:50.664 INFO STEP 263 (remove_files) COMPLETE |
| 7340 | 2026-08-20T03:17:51.445Z | [ recovery-image] Aug 20 03:17:50.664 INFO O| Aug 20 03:17:50.664 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7341 | 2026-08-20T03:17:51.445Z | [ recovery-image] Aug 20 03:17:50.675 INFO O| Aug 20 03:17:50.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo" |
| 7342 | 2026-08-20T03:17:51.445Z | [ recovery-image] Aug 20 03:17:50.675 INFO O| Aug 20 03:17:50.675 INFO STEP 264 (remove_files) COMPLETE |
| 7343 | 2026-08-20T03:17:51.445Z | [ recovery-image] Aug 20 03:17:50.675 INFO O| Aug 20 03:17:50.675 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7344 | 2026-08-20T03:17:51.445Z | [ recovery-image] Aug 20 03:17:50.687 INFO O| Aug 20 03:17:50.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac" |
| 7345 | 2026-08-20T03:17:51.446Z | [ recovery-image] Aug 20 03:17:50.687 INFO O| Aug 20 03:17:50.687 INFO STEP 265 (remove_files) COMPLETE |
| 7346 | 2026-08-20T03:17:51.447Z | [ recovery-image] Aug 20 03:17:50.687 INFO O| Aug 20 03:17:50.687 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7347 | 2026-08-20T03:17:51.447Z | [ recovery-image] Aug 20 03:17:50.697 INFO O| Aug 20 03:17:50.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach" |
| 7348 | 2026-08-20T03:17:51.447Z | [ recovery-image] Aug 20 03:17:50.697 INFO O| Aug 20 03:17:50.697 INFO STEP 266 (remove_files) COMPLETE |
| 7349 | 2026-08-20T03:17:51.447Z | [ recovery-image] Aug 20 03:17:50.697 INFO O| Aug 20 03:17:50.697 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7350 | 2026-08-20T03:17:51.447Z | [ recovery-image] Aug 20 03:17:50.707 INFO O| Aug 20 03:17:50.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx" |
| 7351 | 2026-08-20T03:17:51.447Z | [ recovery-image] Aug 20 03:17:50.707 INFO O| Aug 20 03:17:50.707 INFO STEP 267 (remove_files) COMPLETE |
| 7352 | 2026-08-20T03:17:51.447Z | [ recovery-image] Aug 20 03:17:50.707 INFO O| Aug 20 03:17:50.707 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7353 | 2026-08-20T03:17:51.475Z | [ recovery-image] Aug 20 03:17:50.718 INFO O| Aug 20 03:17:50.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev" |
| 7354 | 2026-08-20T03:17:51.475Z | [ recovery-image] Aug 20 03:17:50.718 INFO O| Aug 20 03:17:50.718 INFO STEP 268 (remove_files) COMPLETE |
| 7355 | 2026-08-20T03:17:51.475Z | [ recovery-image] Aug 20 03:17:50.718 INFO O| Aug 20 03:17:50.718 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7356 | 2026-08-20T03:17:51.475Z | [ recovery-image] Aug 20 03:17:50.729 INFO O| Aug 20 03:17:50.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg" |
| 7357 | 2026-08-20T03:17:51.475Z | [ recovery-image] Aug 20 03:17:50.729 INFO O| Aug 20 03:17:50.729 INFO STEP 269 (remove_files) COMPLETE |
| 7358 | 2026-08-20T03:17:51.475Z | [ recovery-image] Aug 20 03:17:50.729 INFO O| Aug 20 03:17:50.729 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7359 | 2026-08-20T03:17:51.475Z | [ recovery-image] Aug 20 03:17:50.739 INFO O| Aug 20 03:17:50.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c" |
| 7360 | 2026-08-20T03:17:51.475Z | [ recovery-image] Aug 20 03:17:50.740 INFO O| Aug 20 03:17:50.740 INFO STEP 270 (remove_files) COMPLETE |
| 7361 | 2026-08-20T03:17:51.475Z | [ recovery-image] Aug 20 03:17:50.740 INFO O| Aug 20 03:17:50.740 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7362 | 2026-08-20T03:17:51.476Z | [ recovery-image] Aug 20 03:17:50.750 INFO O| Aug 20 03:17:50.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update" |
| 7363 | 2026-08-20T03:17:51.476Z | [ recovery-image] Aug 20 03:17:50.750 INFO O| Aug 20 03:17:50.750 INFO STEP 271 (remove_files) COMPLETE |
| 7364 | 2026-08-20T03:17:51.476Z | [ recovery-image] Aug 20 03:17:50.750 INFO O| Aug 20 03:17:50.750 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7365 | 2026-08-20T03:17:51.487Z | [ recovery-image] Aug 20 03:17:50.760 INFO O| Aug 20 03:17:50.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo" |
| 7366 | 2026-08-20T03:17:51.487Z | [ recovery-image] Aug 20 03:17:50.761 INFO O| Aug 20 03:17:50.761 INFO STEP 272 (remove_files) COMPLETE |
| 7367 | 2026-08-20T03:17:51.487Z | [ recovery-image] Aug 20 03:17:50.761 INFO O| Aug 20 03:17:50.761 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7368 | 2026-08-20T03:17:51.487Z | [ recovery-image] Aug 20 03:17:50.771 INFO O| Aug 20 03:17:50.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict" |
| 7369 | 2026-08-20T03:17:51.487Z | [ recovery-image] Aug 20 03:17:50.771 INFO O| Aug 20 03:17:50.771 INFO STEP 273 (remove_files) COMPLETE |
| 7370 | 2026-08-20T03:17:51.487Z | [ recovery-image] Aug 20 03:17:50.771 INFO O| Aug 20 03:17:50.771 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7371 | 2026-08-20T03:17:51.492Z | [ recovery-image] Aug 20 03:17:50.782 INFO O| Aug 20 03:17:50.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe" |
| 7372 | 2026-08-20T03:17:51.492Z | [ recovery-image] Aug 20 03:17:50.783 INFO O| Aug 20 03:17:50.783 INFO STEP 274 (remove_files) COMPLETE |
| 7373 | 2026-08-20T03:17:51.492Z | [ recovery-image] Aug 20 03:17:50.783 INFO O| Aug 20 03:17:50.783 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7374 | 2026-08-20T03:17:51.505Z | [ recovery-image] Aug 20 03:17:50.794 INFO O| Aug 20 03:17:50.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat" |
| 7375 | 2026-08-20T03:17:51.505Z | [ recovery-image] Aug 20 03:17:50.794 INFO O| Aug 20 03:17:50.794 INFO STEP 275 (remove_files) COMPLETE |
| 7376 | 2026-08-20T03:17:51.514Z | [ recovery-image] Aug 20 03:17:50.794 INFO O| Aug 20 03:17:50.794 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7377 | 2026-08-20T03:17:51.525Z | [ recovery-image] Aug 20 03:17:50.805 INFO O| Aug 20 03:17:50.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt" |
| 7378 | 2026-08-20T03:17:51.525Z | [ recovery-image] Aug 20 03:17:50.805 INFO O| Aug 20 03:17:50.805 INFO STEP 276 (remove_files) COMPLETE |
| 7379 | 2026-08-20T03:17:51.525Z | [ recovery-image] Aug 20 03:17:50.805 INFO O| Aug 20 03:17:50.805 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7380 | 2026-08-20T03:17:51.534Z | [ recovery-image] Aug 20 03:17:50.815 INFO O| Aug 20 03:17:50.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config" |
| 7381 | 2026-08-20T03:17:51.534Z | [ recovery-image] Aug 20 03:17:50.815 INFO O| Aug 20 03:17:50.815 INFO STEP 277 (remove_files) COMPLETE |
| 7382 | 2026-08-20T03:17:51.534Z | [ recovery-image] Aug 20 03:17:50.815 INFO O| Aug 20 03:17:50.815 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7383 | 2026-08-20T03:17:51.544Z | [ recovery-image] Aug 20 03:17:50.825 INFO O| Aug 20 03:17:50.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert" |
| 7384 | 2026-08-20T03:17:51.544Z | [ recovery-image] Aug 20 03:17:50.825 INFO O| Aug 20 03:17:50.825 INFO STEP 278 (remove_files) COMPLETE |
| 7385 | 2026-08-20T03:17:51.544Z | [ recovery-image] Aug 20 03:17:50.825 INFO O| Aug 20 03:17:50.825 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7386 | 2026-08-20T03:17:51.557Z | [ recovery-image] Aug 20 03:17:50.835 INFO O| Aug 20 03:17:50.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config" |
| 7387 | 2026-08-20T03:17:51.557Z | [ recovery-image] Aug 20 03:17:50.835 INFO O| Aug 20 03:17:50.835 INFO STEP 279 (remove_files) COMPLETE |
| 7388 | 2026-08-20T03:17:51.557Z | [ recovery-image] Aug 20 03:17:50.835 INFO O| Aug 20 03:17:50.835 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7389 | 2026-08-20T03:17:51.557Z | [ recovery-image] Aug 20 03:17:50.845 INFO O| Aug 20 03:17:50.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user" |
| 7390 | 2026-08-20T03:17:51.557Z | [ recovery-image] Aug 20 03:17:50.845 INFO O| Aug 20 03:17:50.845 INFO STEP 280 (remove_files) COMPLETE |
| 7391 | 2026-08-20T03:17:51.557Z | [ recovery-image] Aug 20 03:17:50.845 INFO O| Aug 20 03:17:50.845 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7392 | 2026-08-20T03:17:51.573Z | [ recovery-image] Aug 20 03:17:50.857 INFO O| Aug 20 03:17:50.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform" |
| 7393 | 2026-08-20T03:17:51.573Z | [ recovery-image] Aug 20 03:17:50.857 INFO O| Aug 20 03:17:50.857 INFO STEP 281 (remove_files) COMPLETE |
| 7394 | 2026-08-20T03:17:51.573Z | [ recovery-image] Aug 20 03:17:50.857 INFO O| Aug 20 03:17:50.857 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7395 | 2026-08-20T03:17:51.583Z | [ recovery-image] Aug 20 03:17:50.867 INFO O| Aug 20 03:17:50.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp" |
| 7396 | 2026-08-20T03:17:51.584Z | [ recovery-image] Aug 20 03:17:50.867 INFO O| Aug 20 03:17:50.867 INFO STEP 282 (remove_files) COMPLETE |
| 7397 | 2026-08-20T03:17:51.584Z | [ recovery-image] Aug 20 03:17:50.867 INFO O| Aug 20 03:17:50.867 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7398 | 2026-08-20T03:17:51.594Z | [ recovery-image] Aug 20 03:17:50.877 INFO O| Aug 20 03:17:50.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news" |
| 7399 | 2026-08-20T03:17:51.594Z | [ recovery-image] Aug 20 03:17:50.877 INFO O| Aug 20 03:17:50.877 INFO STEP 283 (remove_files) COMPLETE |
| 7400 | 2026-08-20T03:17:51.594Z | [ recovery-image] Aug 20 03:17:50.877 INFO O| Aug 20 03:17:50.877 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7401 | 2026-08-20T03:17:51.600Z | [ recovery-image] Aug 20 03:17:50.886 INFO O| Aug 20 03:17:50.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask" |
| 7402 | 2026-08-20T03:17:51.601Z | [ recovery-image] Aug 20 03:17:50.886 INFO O| Aug 20 03:17:50.886 INFO STEP 284 (remove_files) COMPLETE |
| 7403 | 2026-08-20T03:17:51.601Z | [ recovery-image] Aug 20 03:17:50.886 INFO O| Aug 20 03:17:50.886 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7404 | 2026-08-20T03:17:51.601Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 7405 | 2026-08-20T03:17:51.650Z | [ recovery-image] Aug 20 03:17:50.938 INFO O| Aug 20 03:17:50.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice" |
| 7406 | 2026-08-20T03:17:51.650Z | [ recovery-image] Aug 20 03:17:50.938 INFO O| Aug 20 03:17:50.938 INFO STEP 285 (remove_files) COMPLETE |
| 7407 | 2026-08-20T03:17:51.660Z | [ recovery-image] Aug 20 03:17:50.938 INFO O| Aug 20 03:17:50.938 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7408 | 2026-08-20T03:17:51.660Z | [ recovery-image] Aug 20 03:17:50.949 INFO O| Aug 20 03:17:50.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl" |
| 7409 | 2026-08-20T03:17:51.660Z | [ recovery-image] Aug 20 03:17:50.949 INFO O| Aug 20 03:17:50.949 INFO STEP 286 (remove_files) COMPLETE |
| 7410 | 2026-08-20T03:17:51.660Z | [ recovery-image] Aug 20 03:17:50.949 INFO O| Aug 20 03:17:50.949 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7411 | 2026-08-20T03:17:51.667Z | [ recovery-image] Aug 20 03:17:50.958 INFO O| Aug 20 03:17:50.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk" |
| 7412 | 2026-08-20T03:17:51.667Z | [ recovery-image] Aug 20 03:17:50.958 INFO O| Aug 20 03:17:50.958 INFO STEP 287 (remove_files) COMPLETE |
| 7413 | 2026-08-20T03:17:51.667Z | [ recovery-image] Aug 20 03:17:50.958 INFO O| Aug 20 03:17:50.958 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7414 | 2026-08-20T03:17:51.680Z | [ recovery-image] Aug 20 03:17:50.967 INFO O| Aug 20 03:17:50.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od" |
| 7415 | 2026-08-20T03:17:51.680Z | [ recovery-image] Aug 20 03:17:50.967 INFO O| Aug 20 03:17:50.967 INFO STEP 288 (remove_files) COMPLETE |
| 7416 | 2026-08-20T03:17:51.701Z | [ recovery-image] Aug 20 03:17:50.967 INFO O| Aug 20 03:17:50.967 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7417 | 2026-08-20T03:17:51.701Z | [ recovery-image] Aug 20 03:17:50.976 INFO O| Aug 20 03:17:50.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa" |
| 7418 | 2026-08-20T03:17:51.701Z | [ recovery-image] Aug 20 03:17:50.976 INFO O| Aug 20 03:17:50.976 INFO STEP 289 (remove_files) COMPLETE |
| 7419 | 2026-08-20T03:17:51.701Z | [ recovery-image] Aug 20 03:17:50.976 INFO O| Aug 20 03:17:50.976 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7420 | 2026-08-20T03:17:51.712Z | [ recovery-image] Aug 20 03:17:50.986 INFO O| Aug 20 03:17:50.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack" |
| 7421 | 2026-08-20T03:17:51.713Z | [ recovery-image] Aug 20 03:17:50.986 INFO O| Aug 20 03:17:50.986 INFO STEP 290 (remove_files) COMPLETE |
| 7422 | 2026-08-20T03:17:51.713Z | [ recovery-image] Aug 20 03:17:50.986 INFO O| Aug 20 03:17:50.986 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7423 | 2026-08-20T03:17:51.713Z | [ recovery-image] Aug 20 03:17:50.995 INFO O| Aug 20 03:17:50.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page" |
| 7424 | 2026-08-20T03:17:51.713Z | [ recovery-image] Aug 20 03:17:50.995 INFO O| Aug 20 03:17:50.995 INFO STEP 291 (remove_files) COMPLETE |
| 7425 | 2026-08-20T03:17:51.713Z | [ recovery-image] Aug 20 03:17:50.995 INFO O| Aug 20 03:17:50.995 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7426 | 2026-08-20T03:17:51.723Z | [ recovery-image] Aug 20 03:17:51.009 INFO O| Aug 20 03:17:51.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize" |
| 7427 | 2026-08-20T03:17:51.723Z | [ recovery-image] Aug 20 03:17:51.009 INFO O| Aug 20 03:17:51.009 INFO STEP 292 (remove_files) COMPLETE |
| 7428 | 2026-08-20T03:17:51.723Z | [ recovery-image] Aug 20 03:17:51.009 INFO O| Aug 20 03:17:51.009 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7429 | 2026-08-20T03:17:51.736Z | [ recovery-image] Aug 20 03:17:51.026 INFO O| Aug 20 03:17:51.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd" |
| 7430 | 2026-08-20T03:17:51.743Z | [ recovery-image] Aug 20 03:17:51.027 INFO O| Aug 20 03:17:51.027 INFO STEP 293 (remove_files) COMPLETE |
| 7431 | 2026-08-20T03:17:51.743Z | [ recovery-image] Aug 20 03:17:51.027 INFO O| Aug 20 03:17:51.027 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7432 | 2026-08-20T03:17:51.752Z | [ recovery-image] Aug 20 03:17:51.037 INFO O| Aug 20 03:17:51.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste" |
| 7433 | 2026-08-20T03:17:51.753Z | [ recovery-image] Aug 20 03:17:51.038 INFO O| Aug 20 03:17:51.038 INFO STEP 294 (remove_files) COMPLETE |
| 7434 | 2026-08-20T03:17:51.753Z | [ recovery-image] Aug 20 03:17:51.038 INFO O| Aug 20 03:17:51.038 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7435 | 2026-08-20T03:17:51.762Z | [ recovery-image] Aug 20 03:17:51.049 INFO O| Aug 20 03:17:51.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk" |
| 7436 | 2026-08-20T03:17:51.762Z | [ recovery-image] Aug 20 03:17:51.049 INFO O| Aug 20 03:17:51.049 INFO STEP 295 (remove_files) COMPLETE |
| 7437 | 2026-08-20T03:17:51.762Z | [ recovery-image] Aug 20 03:17:51.049 INFO O| Aug 20 03:17:51.049 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7438 | 2026-08-20T03:17:51.765Z | [ recovery-image] Aug 20 03:17:51.059 INFO O| Aug 20 03:17:51.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax" |
| 7439 | 2026-08-20T03:17:51.765Z | [ recovery-image] Aug 20 03:17:51.059 INFO O| Aug 20 03:17:51.059 INFO STEP 296 (remove_files) COMPLETE |
| 7440 | 2026-08-20T03:17:51.766Z | [ recovery-image] Aug 20 03:17:51.059 INFO O| Aug 20 03:17:51.059 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7441 | 2026-08-20T03:17:51.779Z | [ recovery-image] Aug 20 03:17:51.069 INFO O| Aug 20 03:17:51.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config" |
| 7442 | 2026-08-20T03:17:51.779Z | [ recovery-image] Aug 20 03:17:51.069 INFO O| Aug 20 03:17:51.069 INFO STEP 297 (remove_files) COMPLETE |
| 7443 | 2026-08-20T03:17:51.788Z | [ recovery-image] Aug 20 03:17:51.069 INFO O| Aug 20 03:17:51.069 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7444 | 2026-08-20T03:17:51.792Z | [ recovery-image] Aug 20 03:17:51.079 INFO O| Aug 20 03:17:51.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config" |
| 7445 | 2026-08-20T03:17:51.792Z | [ recovery-image] Aug 20 03:17:51.079 INFO O| Aug 20 03:17:51.079 INFO STEP 298 (remove_files) COMPLETE |
| 7446 | 2026-08-20T03:17:51.792Z | [ recovery-image] Aug 20 03:17:51.079 INFO O| Aug 20 03:17:51.079 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7447 | 2026-08-20T03:17:51.796Z | [ recovery-image] Aug 20 03:17:51.089 INFO O| Aug 20 03:17:51.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config" |
| 7448 | 2026-08-20T03:17:51.796Z | [ recovery-image] Aug 20 03:17:51.089 INFO O| Aug 20 03:17:51.089 INFO STEP 299 (remove_files) COMPLETE |
| 7449 | 2026-08-20T03:17:51.796Z | [ recovery-image] Aug 20 03:17:51.089 INFO O| Aug 20 03:17:51.089 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7450 | 2026-08-20T03:17:51.809Z | [ recovery-image] Aug 20 03:17:51.100 INFO O| Aug 20 03:17:51.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep" |
| 7451 | 2026-08-20T03:17:51.809Z | [ recovery-image] Aug 20 03:17:51.100 INFO O| Aug 20 03:17:51.100 INFO STEP 300 (remove_files) COMPLETE |
| 7452 | 2026-08-20T03:17:51.815Z | [ recovery-image] Aug 20 03:17:51.100 INFO O| Aug 20 03:17:51.100 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7453 | 2026-08-20T03:17:51.820Z | [ recovery-image] Aug 20 03:17:51.111 INFO O| Aug 20 03:17:51.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test" |
| 7454 | 2026-08-20T03:17:51.820Z | [ recovery-image] Aug 20 03:17:51.111 INFO O| Aug 20 03:17:51.111 INFO STEP 301 (remove_files) COMPLETE |
| 7455 | 2026-08-20T03:17:51.820Z | [ recovery-image] Aug 20 03:17:51.111 INFO O| Aug 20 03:17:51.111 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7456 | 2026-08-20T03:17:51.827Z | [ recovery-image] Aug 20 03:17:51.122 INFO O| Aug 20 03:17:51.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep" |
| 7457 | 2026-08-20T03:17:51.827Z | [ recovery-image] Aug 20 03:17:51.122 INFO O| Aug 20 03:17:51.122 INFO STEP 302 (remove_files) COMPLETE |
| 7458 | 2026-08-20T03:17:51.828Z | [ recovery-image] Aug 20 03:17:51.122 INFO O| Aug 20 03:17:51.122 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7459 | 2026-08-20T03:17:51.908Z | [ recovery-image] Aug 20 03:17:51.131 INFO O| Aug 20 03:17:51.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest" |
| 7460 | 2026-08-20T03:17:51.908Z | [ recovery-image] Aug 20 03:17:51.131 INFO O| Aug 20 03:17:51.131 INFO STEP 303 (remove_files) COMPLETE |
| 7461 | 2026-08-20T03:17:51.908Z | [ recovery-image] Aug 20 03:17:51.131 INFO O| Aug 20 03:17:51.131 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7462 | 2026-08-20T03:17:51.936Z | [ recovery-image] Aug 20 03:17:51.140 INFO O| Aug 20 03:17:51.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash" |
| 7463 | 2026-08-20T03:17:51.936Z | [ recovery-image] Aug 20 03:17:51.140 INFO O| Aug 20 03:17:51.140 INFO STEP 304 (remove_files) COMPLETE |
| 7464 | 2026-08-20T03:17:51.936Z | [ recovery-image] Aug 20 03:17:51.140 INFO O| Aug 20 03:17:51.140 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7465 | 2026-08-20T03:17:51.936Z | [verify-libraries] Compiling fatfs v0.3.6 |
| 7466 | 2026-08-20T03:17:51.936Z | [ recovery-image] Aug 20 03:17:51.148 INFO O| Aug 20 03:17:51.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh" |
| 7467 | 2026-08-20T03:17:51.936Z | [ recovery-image] Aug 20 03:17:51.149 INFO O| Aug 20 03:17:51.149 INFO STEP 305 (remove_files) COMPLETE |
| 7468 | 2026-08-20T03:17:51.936Z | [ recovery-image] Aug 20 03:17:51.149 INFO O| Aug 20 03:17:51.149 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7469 | 2026-08-20T03:17:51.936Z | [ recovery-image] Aug 20 03:17:51.157 INFO O| Aug 20 03:17:51.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh" |
| 7470 | 2026-08-20T03:17:51.936Z | [ recovery-image] Aug 20 03:17:51.158 INFO O| Aug 20 03:17:51.157 INFO STEP 306 (remove_files) COMPLETE |
| 7471 | 2026-08-20T03:17:51.936Z | [ recovery-image] Aug 20 03:17:51.158 INFO O| Aug 20 03:17:51.158 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7472 | 2026-08-20T03:17:51.936Z | [ recovery-image] Aug 20 03:17:51.168 INFO O| Aug 20 03:17:51.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93" |
| 7473 | 2026-08-20T03:17:51.937Z | [ recovery-image] Aug 20 03:17:51.168 INFO O| Aug 20 03:17:51.168 INFO STEP 307 (remove_files) COMPLETE |
| 7474 | 2026-08-20T03:17:51.937Z | [ recovery-image] Aug 20 03:17:51.168 INFO O| Aug 20 03:17:51.168 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7475 | 2026-08-20T03:17:51.937Z | [ recovery-image] Aug 20 03:17:51.176 INFO O| Aug 20 03:17:51.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh" |
| 7476 | 2026-08-20T03:17:51.937Z | [ recovery-image] Aug 20 03:17:51.176 INFO O| Aug 20 03:17:51.176 INFO STEP 308 (remove_files) COMPLETE |
| 7477 | 2026-08-20T03:17:51.937Z | [ recovery-image] Aug 20 03:17:51.176 INFO O| Aug 20 03:17:51.176 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7478 | 2026-08-20T03:17:51.937Z | [ recovery-image] Aug 20 03:17:51.186 INFO O| Aug 20 03:17:51.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93" |
| 7479 | 2026-08-20T03:17:51.937Z | [ recovery-image] Aug 20 03:17:51.186 INFO O| Aug 20 03:17:51.186 INFO STEP 309 (remove_files) COMPLETE |
| 7480 | 2026-08-20T03:17:51.937Z | [ recovery-image] Aug 20 03:17:51.186 INFO O| Aug 20 03:17:51.186 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7481 | 2026-08-20T03:17:51.937Z | [ recovery-image] Aug 20 03:17:51.195 INFO O| Aug 20 03:17:51.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh" |
| 7482 | 2026-08-20T03:17:51.937Z | [ recovery-image] Aug 20 03:17:51.195 INFO O| Aug 20 03:17:51.195 INFO STEP 310 (remove_files) COMPLETE |
| 7483 | 2026-08-20T03:17:51.937Z | [ recovery-image] Aug 20 03:17:51.195 INFO O| Aug 20 03:17:51.195 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7484 | 2026-08-20T03:17:51.937Z | [ recovery-image] Aug 20 03:17:51.204 INFO O| Aug 20 03:17:51.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh" |
| 7485 | 2026-08-20T03:17:51.937Z | [ recovery-image] Aug 20 03:17:51.204 INFO O| Aug 20 03:17:51.204 INFO STEP 311 (remove_files) COMPLETE |
| 7486 | 2026-08-20T03:17:51.937Z | [ recovery-image] Aug 20 03:17:51.205 INFO O| Aug 20 03:17:51.204 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7487 | 2026-08-20T03:17:51.947Z | [ recovery-image] Aug 20 03:17:51.216 INFO O| Aug 20 03:17:51.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh" |
| 7488 | 2026-08-20T03:17:51.947Z | [ recovery-image] Aug 20 03:17:51.216 INFO O| Aug 20 03:17:51.216 INFO STEP 312 (remove_files) COMPLETE |
| 7489 | 2026-08-20T03:17:51.948Z | [ recovery-image] Aug 20 03:17:51.216 INFO O| Aug 20 03:17:51.216 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7490 | 2026-08-20T03:17:51.948Z | [ recovery-image] Aug 20 03:17:51.226 INFO O| Aug 20 03:17:51.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg" |
| 7491 | 2026-08-20T03:17:51.948Z | [ recovery-image] Aug 20 03:17:51.226 INFO O| Aug 20 03:17:51.226 INFO STEP 313 (remove_files) COMPLETE |
| 7492 | 2026-08-20T03:17:51.948Z | [ recovery-image] Aug 20 03:17:51.226 INFO O| Aug 20 03:17:51.226 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7493 | 2026-08-20T03:17:51.948Z | [ recovery-image] Aug 20 03:17:51.236 INFO O| Aug 20 03:17:51.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo" |
| 7494 | 2026-08-20T03:17:51.948Z | [ recovery-image] Aug 20 03:17:51.236 INFO O| Aug 20 03:17:51.236 INFO STEP 314 (remove_files) COMPLETE |
| 7495 | 2026-08-20T03:17:51.948Z | [ recovery-image] Aug 20 03:17:51.236 INFO O| Aug 20 03:17:51.236 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7496 | 2026-08-20T03:17:51.955Z | [ recovery-image] Aug 20 03:17:51.245 INFO O| Aug 20 03:17:51.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat" |
| 7497 | 2026-08-20T03:17:51.955Z | [ recovery-image] Aug 20 03:17:51.245 INFO O| Aug 20 03:17:51.245 INFO STEP 315 (remove_files) COMPLETE |
| 7498 | 2026-08-20T03:17:51.955Z | [ recovery-image] Aug 20 03:17:51.245 INFO O| Aug 20 03:17:51.245 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7499 | 2026-08-20T03:17:51.966Z | [ recovery-image] Aug 20 03:17:51.254 INFO O| Aug 20 03:17:51.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm" |
| 7500 | 2026-08-20T03:17:51.966Z | [ recovery-image] Aug 20 03:17:51.255 INFO O| Aug 20 03:17:51.255 INFO STEP 316 (remove_files) COMPLETE |
| 7501 | 2026-08-20T03:17:51.966Z | [ recovery-image] Aug 20 03:17:51.255 INFO O| Aug 20 03:17:51.255 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7502 | 2026-08-20T03:17:51.969Z | [ recovery-image] Aug 20 03:17:51.264 INFO O| Aug 20 03:17:51.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond" |
| 7503 | 2026-08-20T03:17:51.970Z | [ recovery-image] Aug 20 03:17:51.264 INFO O| Aug 20 03:17:51.264 INFO STEP 317 (remove_files) COMPLETE |
| 7504 | 2026-08-20T03:17:51.970Z | [ recovery-image] Aug 20 03:17:51.264 INFO O| Aug 20 03:17:51.264 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7505 | 2026-08-20T03:17:51.980Z | [ recovery-image] Aug 20 03:17:51.274 INFO O| Aug 20 03:17:51.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo" |
| 7506 | 2026-08-20T03:17:51.980Z | [ recovery-image] Aug 20 03:17:51.274 INFO O| Aug 20 03:17:51.274 INFO STEP 318 (remove_files) COMPLETE |
| 7507 | 2026-08-20T03:17:51.990Z | [ recovery-image] Aug 20 03:17:51.274 INFO O| Aug 20 03:17:51.274 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7508 | 2026-08-20T03:17:52.005Z | [ recovery-image] Aug 20 03:17:51.284 INFO O| Aug 20 03:17:51.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk" |
| 7509 | 2026-08-20T03:17:52.005Z | [ recovery-image] Aug 20 03:17:51.284 INFO O| Aug 20 03:17:51.284 INFO STEP 319 (remove_files) COMPLETE |
| 7510 | 2026-08-20T03:17:52.005Z | [ recovery-image] Aug 20 03:17:51.284 INFO O| Aug 20 03:17:51.284 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7511 | 2026-08-20T03:17:52.021Z | [ recovery-image] Aug 20 03:17:51.295 INFO O| Aug 20 03:17:51.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam" |
| 7512 | 2026-08-20T03:17:52.021Z | [ recovery-image] Aug 20 03:17:51.295 INFO O| Aug 20 03:17:51.295 INFO STEP 320 (remove_files) COMPLETE |
| 7513 | 2026-08-20T03:17:52.021Z | [ recovery-image] Aug 20 03:17:51.295 INFO O| Aug 20 03:17:51.295 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7514 | 2026-08-20T03:17:52.026Z | [ recovery-image] Aug 20 03:17:51.305 INFO O| Aug 20 03:17:51.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto" |
| 7515 | 2026-08-20T03:17:52.026Z | [ recovery-image] Aug 20 03:17:51.305 INFO O| Aug 20 03:17:51.305 INFO STEP 321 (remove_files) COMPLETE |
| 7516 | 2026-08-20T03:17:52.026Z | [ recovery-image] Aug 20 03:17:51.305 INFO O| Aug 20 03:17:51.305 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7517 | 2026-08-20T03:17:52.026Z | [ recovery-image] Aug 20 03:17:51.316 INFO O| Aug 20 03:17:51.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans" |
| 7518 | 2026-08-20T03:17:52.027Z | [ recovery-image] Aug 20 03:17:51.316 INFO O| Aug 20 03:17:51.316 INFO STEP 322 (remove_files) COMPLETE |
| 7519 | 2026-08-20T03:17:52.027Z | [ recovery-image] Aug 20 03:17:51.316 INFO O| Aug 20 03:17:51.316 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7520 | 2026-08-20T03:17:52.040Z | [ recovery-image] Aug 20 03:17:51.325 INFO O| Aug 20 03:17:51.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool" |
| 7521 | 2026-08-20T03:17:52.040Z | [ recovery-image] Aug 20 03:17:51.325 INFO O| Aug 20 03:17:51.325 INFO STEP 323 (remove_files) COMPLETE |
| 7522 | 2026-08-20T03:17:52.040Z | [ recovery-image] Aug 20 03:17:51.325 INFO O| Aug 20 03:17:51.325 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7523 | 2026-08-20T03:17:52.047Z | [ recovery-image] Aug 20 03:17:51.339 INFO O| Aug 20 03:17:51.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp" |
| 7524 | 2026-08-20T03:17:52.049Z | [ recovery-image] Aug 20 03:17:51.339 INFO O| Aug 20 03:17:51.339 INFO STEP 324 (remove_files) COMPLETE |
| 7525 | 2026-08-20T03:17:52.049Z | [ recovery-image] Aug 20 03:17:51.339 INFO O| Aug 20 03:17:51.339 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7526 | 2026-08-20T03:17:52.064Z | [ recovery-image] Aug 20 03:17:51.349 INFO O| Aug 20 03:17:51.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise" |
| 7527 | 2026-08-20T03:17:52.064Z | [ recovery-image] Aug 20 03:17:51.349 INFO O| Aug 20 03:17:51.349 INFO STEP 325 (remove_files) COMPLETE |
| 7528 | 2026-08-20T03:17:52.073Z | [ recovery-image] Aug 20 03:17:51.349 INFO O| Aug 20 03:17:51.349 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7529 | 2026-08-20T03:17:52.073Z | [ recovery-image] Aug 20 03:17:51.359 INFO O| Aug 20 03:17:51.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat" |
| 7530 | 2026-08-20T03:17:52.073Z | [ recovery-image] Aug 20 03:17:51.359 INFO O| Aug 20 03:17:51.359 INFO STEP 326 (remove_files) COMPLETE |
| 7531 | 2026-08-20T03:17:52.073Z | [ recovery-image] Aug 20 03:17:51.359 INFO O| Aug 20 03:17:51.359 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7532 | 2026-08-20T03:17:52.078Z | [ recovery-image] Aug 20 03:17:51.369 INFO O| Aug 20 03:17:51.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz" |
| 7533 | 2026-08-20T03:17:52.078Z | [ recovery-image] Aug 20 03:17:51.369 INFO O| Aug 20 03:17:51.369 INFO STEP 327 (remove_files) COMPLETE |
| 7534 | 2026-08-20T03:17:52.078Z | [ recovery-image] Aug 20 03:17:51.369 INFO O| Aug 20 03:17:51.369 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7535 | 2026-08-20T03:17:52.086Z | [ recovery-image] Aug 20 03:17:51.378 INFO O| Aug 20 03:17:51.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr" |
| 7536 | 2026-08-20T03:17:52.086Z | [ recovery-image] Aug 20 03:17:51.378 INFO O| Aug 20 03:17:51.378 INFO STEP 328 (remove_files) COMPLETE |
| 7537 | 2026-08-20T03:17:52.095Z | [ recovery-image] Aug 20 03:17:51.378 INFO O| Aug 20 03:17:51.378 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7538 | 2026-08-20T03:17:52.095Z | [ recovery-image] Aug 20 03:17:51.388 INFO O| Aug 20 03:17:51.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print" |
| 7539 | 2026-08-20T03:17:52.095Z | [ recovery-image] Aug 20 03:17:51.388 INFO O| Aug 20 03:17:51.388 INFO STEP 329 (remove_files) COMPLETE |
| 7540 | 2026-08-20T03:17:52.095Z | [ recovery-image] Aug 20 03:17:51.388 INFO O| Aug 20 03:17:51.388 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7541 | 2026-08-20T03:17:52.105Z | [ recovery-image] Aug 20 03:17:51.398 INFO O| Aug 20 03:17:51.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf" |
| 7542 | 2026-08-20T03:17:52.105Z | [ recovery-image] Aug 20 03:17:51.398 INFO O| Aug 20 03:17:51.398 INFO STEP 330 (remove_files) COMPLETE |
| 7543 | 2026-08-20T03:17:52.105Z | [ recovery-image] Aug 20 03:17:51.398 INFO O| Aug 20 03:17:51.398 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7544 | 2026-08-20T03:17:52.116Z | [ recovery-image] Aug 20 03:17:51.409 INFO O| Aug 20 03:17:51.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl" |
| 7545 | 2026-08-20T03:17:52.116Z | [ recovery-image] Aug 20 03:17:51.409 INFO O| Aug 20 03:17:51.409 INFO STEP 331 (remove_files) COMPLETE |
| 7546 | 2026-08-20T03:17:52.116Z | [ recovery-image] Aug 20 03:17:51.409 INFO O| Aug 20 03:17:51.409 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7547 | 2026-08-20T03:17:52.130Z | [ recovery-image] Aug 20 03:17:51.419 INFO O| Aug 20 03:17:51.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles" |
| 7548 | 2026-08-20T03:17:52.130Z | [ recovery-image] Aug 20 03:17:51.419 INFO O| Aug 20 03:17:51.419 INFO STEP 332 (remove_files) COMPLETE |
| 7549 | 2026-08-20T03:17:52.137Z | [ recovery-image] Aug 20 03:17:51.419 INFO O| Aug 20 03:17:51.419 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7550 | 2026-08-20T03:17:52.142Z | [ recovery-image] Aug 20 03:17:51.430 INFO O| Aug 20 03:17:51.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects" |
| 7551 | 2026-08-20T03:17:52.143Z | [ recovery-image] Aug 20 03:17:51.430 INFO O| Aug 20 03:17:51.430 INFO STEP 333 (remove_files) COMPLETE |
| 7552 | 2026-08-20T03:17:52.143Z | [ recovery-image] Aug 20 03:17:51.430 INFO O| Aug 20 03:17:51.430 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7553 | 2026-08-20T03:17:52.147Z | [ recovery-image] Aug 20 03:17:51.439 INFO O| Aug 20 03:17:51.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags" |
| 7554 | 2026-08-20T03:17:52.147Z | [ recovery-image] Aug 20 03:17:51.439 INFO O| Aug 20 03:17:51.439 INFO STEP 334 (remove_files) COMPLETE |
| 7555 | 2026-08-20T03:17:52.148Z | [ recovery-image] Aug 20 03:17:51.439 INFO O| Aug 20 03:17:51.439 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7556 | 2026-08-20T03:17:52.153Z | [ recovery-image] Aug 20 03:17:51.448 INFO O| Aug 20 03:17:51.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev" |
| 7557 | 2026-08-20T03:17:52.153Z | [ recovery-image] Aug 20 03:17:51.449 INFO O| Aug 20 03:17:51.449 INFO STEP 335 (remove_files) COMPLETE |
| 7558 | 2026-08-20T03:17:52.153Z | [ recovery-image] Aug 20 03:17:51.449 INFO O| Aug 20 03:17:51.449 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7559 | 2026-08-20T03:17:52.169Z | [ recovery-image] Aug 20 03:17:51.460 INFO O| Aug 20 03:17:51.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp" |
| 7560 | 2026-08-20T03:17:52.169Z | [ recovery-image] Aug 20 03:17:51.460 INFO O| Aug 20 03:17:51.460 INFO STEP 336 (remove_files) COMPLETE |
| 7561 | 2026-08-20T03:17:52.169Z | [ recovery-image] Aug 20 03:17:51.460 INFO O| Aug 20 03:17:51.460 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7562 | 2026-08-20T03:17:52.176Z | [ recovery-image] Aug 20 03:17:51.471 INFO O| Aug 20 03:17:51.471 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs" |
| 7563 | 2026-08-20T03:17:52.176Z | [ recovery-image] Aug 20 03:17:51.471 INFO O| Aug 20 03:17:51.471 INFO STEP 337 (remove_files) COMPLETE |
| 7564 | 2026-08-20T03:17:52.181Z | [ recovery-image] Aug 20 03:17:51.471 INFO O| Aug 20 03:17:51.471 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7565 | 2026-08-20T03:17:52.186Z | [ recovery-image] Aug 20 03:17:51.481 INFO O| Aug 20 03:17:51.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait" |
| 7566 | 2026-08-20T03:17:52.186Z | [ recovery-image] Aug 20 03:17:51.481 INFO O| Aug 20 03:17:51.481 INFO STEP 338 (remove_files) COMPLETE |
| 7567 | 2026-08-20T03:17:52.186Z | [ recovery-image] Aug 20 03:17:51.481 INFO O| Aug 20 03:17:51.481 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7568 | 2026-08-20T03:17:52.202Z | [ recovery-image] Aug 20 03:17:51.493 INFO O| Aug 20 03:17:51.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd" |
| 7569 | 2026-08-20T03:17:52.202Z | [ recovery-image] Aug 20 03:17:51.493 INFO O| Aug 20 03:17:51.493 INFO STEP 339 (remove_files) COMPLETE |
| 7570 | 2026-08-20T03:17:52.202Z | [ recovery-image] Aug 20 03:17:51.493 INFO O| Aug 20 03:17:51.493 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7571 | 2026-08-20T03:17:52.208Z | [ recovery-image] Aug 20 03:17:51.504 INFO O| Aug 20 03:17:51.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read" |
| 7572 | 2026-08-20T03:17:52.208Z | [ recovery-image] Aug 20 03:17:51.504 INFO O| Aug 20 03:17:51.504 INFO STEP 340 (remove_files) COMPLETE |
| 7573 | 2026-08-20T03:17:52.212Z | [ recovery-image] Aug 20 03:17:51.504 INFO O| Aug 20 03:17:51.504 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7574 | 2026-08-20T03:17:52.218Z | [ recovery-image] Aug 20 03:17:51.514 INFO O| Aug 20 03:17:51.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red" |
| 7575 | 2026-08-20T03:17:52.218Z | [ recovery-image] Aug 20 03:17:51.514 INFO O| Aug 20 03:17:51.514 INFO STEP 341 (remove_files) COMPLETE |
| 7576 | 2026-08-20T03:17:52.222Z | [ recovery-image] Aug 20 03:17:51.514 INFO O| Aug 20 03:17:51.514 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7577 | 2026-08-20T03:17:52.230Z | [ recovery-image] Aug 20 03:17:51.525 INFO O| Aug 20 03:17:51.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp" |
| 7578 | 2026-08-20T03:17:52.230Z | [ recovery-image] Aug 20 03:17:51.526 INFO O| Aug 20 03:17:51.525 INFO STEP 342 (remove_files) COMPLETE |
| 7579 | 2026-08-20T03:17:52.236Z | [ recovery-image] Aug 20 03:17:51.526 INFO O| Aug 20 03:17:51.526 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7580 | 2026-08-20T03:17:52.242Z | [ recovery-image] Aug 20 03:17:51.536 INFO O| Aug 20 03:17:51.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice" |
| 7581 | 2026-08-20T03:17:52.243Z | [ recovery-image] Aug 20 03:17:51.536 INFO O| Aug 20 03:17:51.536 INFO STEP 343 (remove_files) COMPLETE |
| 7582 | 2026-08-20T03:17:52.243Z | [ recovery-image] Aug 20 03:17:51.536 INFO O| Aug 20 03:17:51.536 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7583 | 2026-08-20T03:17:52.252Z | [ recovery-image] Aug 20 03:17:51.547 INFO O| Aug 20 03:17:51.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize" |
| 7584 | 2026-08-20T03:17:52.269Z | [ recovery-image] Aug 20 03:17:51.548 INFO O| Aug 20 03:17:51.548 INFO STEP 344 (remove_files) COMPLETE |
| 7585 | 2026-08-20T03:17:52.269Z | [ recovery-image] Aug 20 03:17:51.548 INFO O| Aug 20 03:17:51.548 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7586 | 2026-08-20T03:17:52.281Z | [ recovery-image] Aug 20 03:17:51.559 INFO O| Aug 20 03:17:51.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev" |
| 7587 | 2026-08-20T03:17:52.282Z | [ recovery-image] Aug 20 03:17:51.559 INFO O| Aug 20 03:17:51.559 INFO STEP 345 (remove_files) COMPLETE |
| 7588 | 2026-08-20T03:17:52.282Z | [ recovery-image] Aug 20 03:17:51.559 INFO O| Aug 20 03:17:51.559 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7589 | 2026-08-20T03:17:52.282Z | [ recovery-image] Aug 20 03:17:51.568 INFO O| Aug 20 03:17:51.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh" |
| 7590 | 2026-08-20T03:17:52.282Z | [ recovery-image] Aug 20 03:17:51.569 INFO O| Aug 20 03:17:51.569 INFO STEP 346 (remove_files) COMPLETE |
| 7591 | 2026-08-20T03:17:52.282Z | [ recovery-image] Aug 20 03:17:51.569 INFO O| Aug 20 03:17:51.569 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7592 | 2026-08-20T03:17:52.289Z | [ recovery-image] Aug 20 03:17:51.577 INFO O| Aug 20 03:17:51.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93" |
| 7593 | 2026-08-20T03:17:52.291Z | [ recovery-image] Aug 20 03:17:51.577 INFO O| Aug 20 03:17:51.577 INFO STEP 347 (remove_files) COMPLETE |
| 7594 | 2026-08-20T03:17:52.291Z | [ recovery-image] Aug 20 03:17:51.577 INFO O| Aug 20 03:17:51.577 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7595 | 2026-08-20T03:17:52.302Z | [ recovery-image] Aug 20 03:17:51.586 INFO O| Aug 20 03:17:51.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles" |
| 7596 | 2026-08-20T03:17:52.302Z | [ recovery-image] Aug 20 03:17:51.586 INFO O| Aug 20 03:17:51.586 INFO STEP 348 (remove_files) COMPLETE |
| 7597 | 2026-08-20T03:17:52.302Z | [ recovery-image] Aug 20 03:17:51.586 INFO O| Aug 20 03:17:51.586 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7598 | 2026-08-20T03:17:52.319Z | [ recovery-image] Aug 20 03:17:51.594 INFO O| Aug 20 03:17:51.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo" |
| 7599 | 2026-08-20T03:17:52.319Z | [ recovery-image] Aug 20 03:17:51.594 INFO O| Aug 20 03:17:51.594 INFO STEP 349 (remove_files) COMPLETE |
| 7600 | 2026-08-20T03:17:52.319Z | [ recovery-image] Aug 20 03:17:51.594 INFO O| Aug 20 03:17:51.594 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7601 | 2026-08-20T03:17:52.327Z | [ recovery-image] Aug 20 03:17:51.602 INFO O| Aug 20 03:17:51.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync" |
| 7602 | 2026-08-20T03:17:52.328Z | [ recovery-image] Aug 20 03:17:51.603 INFO O| Aug 20 03:17:51.603 INFO STEP 350 (remove_files) COMPLETE |
| 7603 | 2026-08-20T03:17:52.328Z | [ recovery-image] Aug 20 03:17:51.603 INFO O| Aug 20 03:17:51.603 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7604 | 2026-08-20T03:17:52.328Z | [ recovery-image] Aug 20 03:17:51.613 INFO O| Aug 20 03:17:51.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl" |
| 7605 | 2026-08-20T03:17:52.328Z | [ recovery-image] Aug 20 03:17:51.613 INFO O| Aug 20 03:17:51.613 INFO STEP 351 (remove_files) COMPLETE |
| 7606 | 2026-08-20T03:17:52.328Z | [ recovery-image] Aug 20 03:17:51.613 INFO O| Aug 20 03:17:51.613 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7607 | 2026-08-20T03:17:52.339Z | [ recovery-image] Aug 20 03:17:51.624 INFO O| Aug 20 03:17:51.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat" |
| 7608 | 2026-08-20T03:17:52.339Z | [ recovery-image] Aug 20 03:17:51.625 INFO O| Aug 20 03:17:51.624 INFO STEP 352 (remove_files) COMPLETE |
| 7609 | 2026-08-20T03:17:52.339Z | [ recovery-image] Aug 20 03:17:51.625 INFO O| Aug 20 03:17:51.624 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7610 | 2026-08-20T03:17:52.345Z | [ recovery-image] Aug 20 03:17:51.634 INFO O| Aug 20 03:17:51.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp" |
| 7611 | 2026-08-20T03:17:52.345Z | [ recovery-image] Aug 20 03:17:51.635 INFO O| Aug 20 03:17:51.635 INFO STEP 353 (remove_files) COMPLETE |
| 7612 | 2026-08-20T03:17:52.346Z | [ recovery-image] Aug 20 03:17:51.635 INFO O| Aug 20 03:17:51.635 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7613 | 2026-08-20T03:17:52.350Z | [ recovery-image] Aug 20 03:17:51.645 INFO O| Aug 20 03:17:51.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script" |
| 7614 | 2026-08-20T03:17:52.350Z | [ recovery-image] Aug 20 03:17:51.645 INFO O| Aug 20 03:17:51.645 INFO STEP 354 (remove_files) COMPLETE |
| 7615 | 2026-08-20T03:17:52.350Z | [ recovery-image] Aug 20 03:17:51.645 INFO O| Aug 20 03:17:51.645 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7616 | 2026-08-20T03:17:52.362Z | [ recovery-image] Aug 20 03:17:51.655 INFO O| Aug 20 03:17:51.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff" |
| 7617 | 2026-08-20T03:17:52.363Z | [ recovery-image] Aug 20 03:17:51.655 INFO O| Aug 20 03:17:51.655 INFO STEP 355 (remove_files) COMPLETE |
| 7618 | 2026-08-20T03:17:52.366Z | [ recovery-image] Aug 20 03:17:51.655 INFO O| Aug 20 03:17:51.655 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7619 | 2026-08-20T03:17:52.373Z | [ recovery-image] Aug 20 03:17:51.666 INFO O| Aug 20 03:17:51.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp" |
| 7620 | 2026-08-20T03:17:52.373Z | [ recovery-image] Aug 20 03:17:51.666 INFO O| Aug 20 03:17:51.666 INFO STEP 356 (remove_files) COMPLETE |
| 7621 | 2026-08-20T03:17:52.373Z | [ recovery-image] Aug 20 03:17:51.666 INFO O| Aug 20 03:17:51.666 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7622 | 2026-08-20T03:17:52.381Z | [ recovery-image] Aug 20 03:17:51.677 INFO O| Aug 20 03:17:51.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp" |
| 7623 | 2026-08-20T03:17:52.381Z | [ recovery-image] Aug 20 03:17:51.677 INFO O| Aug 20 03:17:51.677 INFO STEP 357 (remove_files) COMPLETE |
| 7624 | 2026-08-20T03:17:52.382Z | [ recovery-image] Aug 20 03:17:51.677 INFO O| Aug 20 03:17:51.677 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7625 | 2026-08-20T03:17:52.415Z | [ recovery-image] Aug 20 03:17:51.695 INFO O| Aug 20 03:17:51.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp" |
| 7626 | 2026-08-20T03:17:52.415Z | [ recovery-image] Aug 20 03:17:51.695 INFO O| Aug 20 03:17:51.695 INFO STEP 358 (remove_files) COMPLETE |
| 7627 | 2026-08-20T03:17:52.423Z | [ recovery-image] Aug 20 03:17:51.695 INFO O| Aug 20 03:17:51.695 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7628 | 2026-08-20T03:17:52.465Z | [ recovery-image] Aug 20 03:17:51.755 INFO O| Aug 20 03:17:51.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil" |
| 7629 | 2026-08-20T03:17:52.465Z | [ recovery-image] Aug 20 03:17:51.755 INFO O| Aug 20 03:17:51.755 INFO STEP 359 (remove_files) COMPLETE |
| 7630 | 2026-08-20T03:17:52.465Z | [ recovery-image] Aug 20 03:17:51.755 INFO O| Aug 20 03:17:51.755 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7631 | 2026-08-20T03:17:52.477Z | [ recovery-image] Aug 20 03:17:51.765 INFO O| Aug 20 03:17:51.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib" |
| 7632 | 2026-08-20T03:17:52.477Z | [ recovery-image] Aug 20 03:17:51.765 INFO O| Aug 20 03:17:51.765 INFO STEP 360 (remove_files) COMPLETE |
| 7633 | 2026-08-20T03:17:52.477Z | [ recovery-image] Aug 20 03:17:51.765 INFO O| Aug 20 03:17:51.765 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7634 | 2026-08-20T03:17:52.488Z | [ recovery-image] Aug 20 03:17:51.782 INFO O| Aug 20 03:17:51.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget" |
| 7635 | 2026-08-20T03:17:52.488Z | [ recovery-image] Aug 20 03:17:51.782 INFO O| Aug 20 03:17:51.782 INFO STEP 361 (remove_files) COMPLETE |
| 7636 | 2026-08-20T03:17:52.496Z | [ recovery-image] Aug 20 03:17:51.782 INFO O| Aug 20 03:17:51.782 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7637 | 2026-08-20T03:17:52.504Z | [ recovery-image] Aug 20 03:17:51.792 INFO O| Aug 20 03:17:51.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk" |
| 7638 | 2026-08-20T03:17:52.504Z | [ recovery-image] Aug 20 03:17:51.792 INFO O| Aug 20 03:17:51.792 INFO STEP 362 (remove_files) COMPLETE |
| 7639 | 2026-08-20T03:17:52.504Z | [ recovery-image] Aug 20 03:17:51.792 INFO O| Aug 20 03:17:51.792 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7640 | 2026-08-20T03:17:52.511Z | [ recovery-image] Aug 20 03:17:51.801 INFO O| Aug 20 03:17:51.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck" |
| 7641 | 2026-08-20T03:17:52.511Z | [ recovery-image] Aug 20 03:17:51.802 INFO O| Aug 20 03:17:51.802 INFO STEP 363 (remove_files) COMPLETE |
| 7642 | 2026-08-20T03:17:52.512Z | [ recovery-image] Aug 20 03:17:51.802 INFO O| Aug 20 03:17:51.802 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7643 | 2026-08-20T03:17:52.519Z | [ recovery-image] Aug 20 03:17:51.810 INFO O| Aug 20 03:17:51.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf" |
| 7644 | 2026-08-20T03:17:52.519Z | [ recovery-image] Aug 20 03:17:51.811 INFO O| Aug 20 03:17:51.810 INFO STEP 364 (remove_files) COMPLETE |
| 7645 | 2026-08-20T03:17:52.519Z | [ recovery-image] Aug 20 03:17:51.811 INFO O| Aug 20 03:17:51.811 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7646 | 2026-08-20T03:17:52.530Z | [ recovery-image] Aug 20 03:17:51.823 INFO O| Aug 20 03:17:51.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta" |
| 7647 | 2026-08-20T03:17:52.533Z | [ recovery-image] Aug 20 03:17:51.823 INFO O| Aug 20 03:17:51.823 INFO STEP 365 (remove_files) COMPLETE |
| 7648 | 2026-08-20T03:17:52.533Z | [ recovery-image] Aug 20 03:17:51.823 INFO O| Aug 20 03:17:51.823 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7649 | 2026-08-20T03:17:52.549Z | [ recovery-image] Aug 20 03:17:51.842 INFO O| Aug 20 03:17:51.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf" |
| 7650 | 2026-08-20T03:17:52.549Z | [ recovery-image] Aug 20 03:17:51.842 INFO O| Aug 20 03:17:51.842 INFO STEP 366 (remove_files) COMPLETE |
| 7651 | 2026-08-20T03:17:52.550Z | [ recovery-image] Aug 20 03:17:51.842 INFO O| Aug 20 03:17:51.842 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7652 | 2026-08-20T03:17:52.560Z | [ recovery-image] Aug 20 03:17:51.856 INFO O| Aug 20 03:17:51.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget" |
| 7653 | 2026-08-20T03:17:52.560Z | [ recovery-image] Aug 20 03:17:51.856 INFO O| Aug 20 03:17:51.856 INFO STEP 367 (remove_files) COMPLETE |
| 7654 | 2026-08-20T03:17:52.560Z | [ recovery-image] Aug 20 03:17:51.856 INFO O| Aug 20 03:17:51.856 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7655 | 2026-08-20T03:17:52.573Z | [ recovery-image] Aug 20 03:17:51.869 INFO O| Aug 20 03:17:51.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext" |
| 7656 | 2026-08-20T03:17:52.573Z | [ recovery-image] Aug 20 03:17:51.869 INFO O| Aug 20 03:17:51.869 INFO STEP 368 (remove_files) COMPLETE |
| 7657 | 2026-08-20T03:17:52.578Z | [ recovery-image] Aug 20 03:17:51.869 INFO O| Aug 20 03:17:51.869 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7658 | 2026-08-20T03:17:52.591Z | [ recovery-image] Aug 20 03:17:51.881 INFO O| Aug 20 03:17:51.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat" |
| 7659 | 2026-08-20T03:17:52.591Z | [ recovery-image] Aug 20 03:17:51.882 INFO O| Aug 20 03:17:51.881 INFO STEP 369 (remove_files) COMPLETE |
| 7660 | 2026-08-20T03:17:52.601Z | [ recovery-image] Aug 20 03:17:51.882 INFO O| Aug 20 03:17:51.882 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7661 | 2026-08-20T03:17:52.606Z | [ recovery-image] Aug 20 03:17:51.893 INFO O| Aug 20 03:17:51.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap" |
| 7662 | 2026-08-20T03:17:52.606Z | [ recovery-image] Aug 20 03:17:51.893 INFO O| Aug 20 03:17:51.893 INFO STEP 370 (remove_files) COMPLETE |
| 7663 | 2026-08-20T03:17:52.607Z | [ recovery-image] Aug 20 03:17:51.893 INFO O| Aug 20 03:17:51.893 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7664 | 2026-08-20T03:17:52.612Z | [ recovery-image] Aug 20 03:17:51.906 INFO O| Aug 20 03:17:51.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping" |
| 7665 | 2026-08-20T03:17:52.612Z | [ recovery-image] Aug 20 03:17:51.906 INFO O| Aug 20 03:17:51.906 INFO STEP 371 (remove_files) COMPLETE |
| 7666 | 2026-08-20T03:17:52.612Z | [ recovery-image] Aug 20 03:17:51.906 INFO O| Aug 20 03:17:51.906 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7667 | 2026-08-20T03:17:52.621Z | [ recovery-image] Aug 20 03:17:51.917 INFO O| Aug 20 03:17:51.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps" |
| 7668 | 2026-08-20T03:17:52.621Z | [ recovery-image] Aug 20 03:17:51.917 INFO O| Aug 20 03:17:51.917 INFO STEP 372 (remove_files) COMPLETE |
| 7669 | 2026-08-20T03:17:52.625Z | [ recovery-image] Aug 20 03:17:51.917 INFO O| Aug 20 03:17:51.917 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7670 | 2026-08-20T03:17:52.634Z | [ recovery-image] Aug 20 03:17:51.928 INFO O| Aug 20 03:17:51.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset" |
| 7671 | 2026-08-20T03:17:52.635Z | [ recovery-image] Aug 20 03:17:51.928 INFO O| Aug 20 03:17:51.928 INFO STEP 373 (remove_files) COMPLETE |
| 7672 | 2026-08-20T03:17:52.640Z | [ recovery-image] Aug 20 03:17:51.928 INFO O| Aug 20 03:17:51.928 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7673 | 2026-08-20T03:17:52.646Z | [ recovery-image] Aug 20 03:17:51.939 INFO O| Aug 20 03:17:51.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus" |
| 7674 | 2026-08-20T03:17:52.646Z | [ recovery-image] Aug 20 03:17:51.939 INFO O| Aug 20 03:17:51.939 INFO STEP 374 (remove_files) COMPLETE |
| 7675 | 2026-08-20T03:17:52.646Z | [ recovery-image] Aug 20 03:17:51.939 INFO O| Aug 20 03:17:51.939 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7676 | 2026-08-20T03:17:52.655Z | [ recovery-image] Aug 20 03:17:51.951 INFO O| Aug 20 03:17:51.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable" |
| 7677 | 2026-08-20T03:17:52.655Z | [ recovery-image] Aug 20 03:17:51.951 INFO O| Aug 20 03:17:51.951 INFO STEP 375 (remove_files) COMPLETE |
| 7678 | 2026-08-20T03:17:52.661Z | [ recovery-image] Aug 20 03:17:51.951 INFO O| Aug 20 03:17:51.951 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7679 | 2026-08-20T03:17:52.673Z | [ recovery-image] Aug 20 03:17:51.963 INFO O| Aug 20 03:17:51.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest" |
| 7680 | 2026-08-20T03:17:52.673Z | [ recovery-image] Aug 20 03:17:51.963 INFO O| Aug 20 03:17:51.963 INFO STEP 376 (remove_files) COMPLETE |
| 7681 | 2026-08-20T03:17:52.673Z | [ recovery-image] Aug 20 03:17:51.963 INFO O| Aug 20 03:17:51.963 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7682 | 2026-08-20T03:17:52.686Z | [ recovery-image] Aug 20 03:17:51.975 INFO O| Aug 20 03:17:51.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate" |
| 7683 | 2026-08-20T03:17:52.686Z | [ recovery-image] Aug 20 03:17:51.975 INFO O| Aug 20 03:17:51.975 INFO STEP 377 (remove_files) COMPLETE |
| 7684 | 2026-08-20T03:17:52.692Z | [ recovery-image] Aug 20 03:17:51.975 INFO O| Aug 20 03:17:51.975 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7685 | 2026-08-20T03:17:52.695Z | [ recovery-image] Aug 20 03:17:51.988 INFO O| Aug 20 03:17:51.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap" |
| 7686 | 2026-08-20T03:17:52.695Z | [ recovery-image] Aug 20 03:17:51.988 INFO O| Aug 20 03:17:51.988 INFO STEP 378 (remove_files) COMPLETE |
| 7687 | 2026-08-20T03:17:52.695Z | [ recovery-image] Aug 20 03:17:51.988 INFO O| Aug 20 03:17:51.988 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7688 | 2026-08-20T03:17:52.712Z | [ recovery-image] Aug 20 03:17:52.000 INFO O| Aug 20 03:17:52.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm" |
| 7689 | 2026-08-20T03:17:52.725Z | [ recovery-image] Aug 20 03:17:52.006 INFO O| Aug 20 03:17:52.006 INFO STEP 379 (remove_files) COMPLETE |
| 7690 | 2026-08-20T03:17:52.725Z | [ recovery-image] Aug 20 03:17:52.006 INFO O| Aug 20 03:17:52.006 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7691 | 2026-08-20T03:17:52.736Z | [ recovery-image] Aug 20 03:17:52.022 INFO O| Aug 20 03:17:52.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm" |
| 7692 | 2026-08-20T03:17:52.736Z | [ recovery-image] Aug 20 03:17:52.022 INFO O| Aug 20 03:17:52.022 INFO STEP 380 (remove_files) COMPLETE |
| 7693 | 2026-08-20T03:17:52.736Z | [ recovery-image] Aug 20 03:17:52.022 INFO O| Aug 20 03:17:52.022 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7694 | 2026-08-20T03:17:52.802Z | [ recovery-image] Aug 20 03:17:52.034 INFO O| Aug 20 03:17:52.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk" |
| 7695 | 2026-08-20T03:17:52.802Z | [ recovery-image] Aug 20 03:17:52.034 INFO O| Aug 20 03:17:52.034 INFO STEP 381 (remove_files) COMPLETE |
| 7696 | 2026-08-20T03:17:52.803Z | [ recovery-image] Aug 20 03:17:52.034 INFO O| Aug 20 03:17:52.034 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7697 | 2026-08-20T03:17:52.803Z | [ recovery-image] Aug 20 03:17:52.045 INFO O| Aug 20 03:17:52.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss" |
| 7698 | 2026-08-20T03:17:52.803Z | [ recovery-image] Aug 20 03:17:52.046 INFO O| Aug 20 03:17:52.046 INFO STEP 382 (remove_files) COMPLETE |
| 7699 | 2026-08-20T03:17:52.803Z | [ recovery-image] Aug 20 03:17:52.046 INFO O| Aug 20 03:17:52.046 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7700 | 2026-08-20T03:17:52.803Z | [ recovery-image] Aug 20 03:17:52.057 INFO O| Aug 20 03:17:52.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell" |
| 7701 | 2026-08-20T03:17:52.803Z | [ recovery-image] Aug 20 03:17:52.057 INFO O| Aug 20 03:17:52.057 INFO STEP 383 (remove_files) COMPLETE |
| 7702 | 2026-08-20T03:17:52.803Z | [ recovery-image] Aug 20 03:17:52.057 INFO O| Aug 20 03:17:52.057 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7703 | 2026-08-20T03:17:52.803Z | [ recovery-image] Aug 20 03:17:52.068 INFO O| Aug 20 03:17:52.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split" |
| 7704 | 2026-08-20T03:17:52.803Z | [ recovery-image] Aug 20 03:17:52.068 INFO O| Aug 20 03:17:52.068 INFO STEP 384 (remove_files) COMPLETE |
| 7705 | 2026-08-20T03:17:52.803Z | [ recovery-image] Aug 20 03:17:52.068 INFO O| Aug 20 03:17:52.068 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7706 | 2026-08-20T03:17:52.803Z | [ recovery-image] Aug 20 03:17:52.080 INFO O| Aug 20 03:17:52.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3" |
| 7707 | 2026-08-20T03:17:52.803Z | [ recovery-image] Aug 20 03:17:52.080 INFO O| Aug 20 03:17:52.080 INFO STEP 385 (remove_files) COMPLETE |
| 7708 | 2026-08-20T03:17:52.803Z | [ recovery-image] Aug 20 03:17:52.080 INFO O| Aug 20 03:17:52.080 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7709 | 2026-08-20T03:17:52.804Z | [verify-libraries] Compiling num-bigint v0.4.6 |
| 7710 | 2026-08-20T03:17:52.816Z | [ recovery-image] Aug 20 03:17:52.093 INFO O| Aug 20 03:17:52.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh" |
| 7711 | 2026-08-20T03:17:52.816Z | [ recovery-image] Aug 20 03:17:52.093 INFO O| Aug 20 03:17:52.093 INFO STEP 386 (remove_files) COMPLETE |
| 7712 | 2026-08-20T03:17:52.816Z | [ recovery-image] Aug 20 03:17:52.093 INFO O| Aug 20 03:17:52.093 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7713 | 2026-08-20T03:17:52.820Z | [ recovery-image] Aug 20 03:17:52.105 INFO O| Aug 20 03:17:52.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add" |
| 7714 | 2026-08-20T03:17:52.820Z | [ recovery-image] Aug 20 03:17:52.105 INFO O| Aug 20 03:17:52.105 INFO STEP 387 (remove_files) COMPLETE |
| 7715 | 2026-08-20T03:17:52.820Z | [ recovery-image] Aug 20 03:17:52.105 INFO O| Aug 20 03:17:52.105 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7716 | 2026-08-20T03:17:52.829Z | [ recovery-image] Aug 20 03:17:52.115 INFO O| Aug 20 03:17:52.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent" |
| 7717 | 2026-08-20T03:17:52.830Z | [ recovery-image] Aug 20 03:17:52.115 INFO O| Aug 20 03:17:52.115 INFO STEP 388 (remove_files) COMPLETE |
| 7718 | 2026-08-20T03:17:52.830Z | [ recovery-image] Aug 20 03:17:52.115 INFO O| Aug 20 03:17:52.115 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7719 | 2026-08-20T03:17:52.838Z | [ recovery-image] Aug 20 03:17:52.128 INFO O| Aug 20 03:17:52.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id" |
| 7720 | 2026-08-20T03:17:52.838Z | [ recovery-image] Aug 20 03:17:52.128 INFO O| Aug 20 03:17:52.128 INFO STEP 389 (remove_files) COMPLETE |
| 7721 | 2026-08-20T03:17:52.838Z | [ recovery-image] Aug 20 03:17:52.128 INFO O| Aug 20 03:17:52.128 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7722 | 2026-08-20T03:17:52.846Z | [ recovery-image] Aug 20 03:17:52.141 INFO O| Aug 20 03:17:52.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan" |
| 7723 | 2026-08-20T03:17:52.846Z | [ recovery-image] Aug 20 03:17:52.141 INFO O| Aug 20 03:17:52.141 INFO STEP 390 (remove_files) COMPLETE |
| 7724 | 2026-08-20T03:17:52.846Z | [ recovery-image] Aug 20 03:17:52.141 INFO O| Aug 20 03:17:52.141 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7725 | 2026-08-20T03:17:52.862Z | [ recovery-image] Aug 20 03:17:52.153 INFO O| Aug 20 03:17:52.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings" |
| 7726 | 2026-08-20T03:17:52.866Z | [ recovery-image] Aug 20 03:17:52.153 INFO O| Aug 20 03:17:52.153 INFO STEP 391 (remove_files) COMPLETE |
| 7727 | 2026-08-20T03:17:52.866Z | [ recovery-image] Aug 20 03:17:52.153 INFO O| Aug 20 03:17:52.153 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7728 | 2026-08-20T03:17:52.872Z | [ recovery-image] Aug 20 03:17:52.165 INFO O| Aug 20 03:17:52.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum" |
| 7729 | 2026-08-20T03:17:52.873Z | [ recovery-image] Aug 20 03:17:52.165 INFO O| Aug 20 03:17:52.165 INFO STEP 392 (remove_files) COMPLETE |
| 7730 | 2026-08-20T03:17:52.873Z | [ recovery-image] Aug 20 03:17:52.165 INFO O| Aug 20 03:17:52.165 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7731 | 2026-08-20T03:17:52.882Z | [ recovery-image] Aug 20 03:17:52.177 INFO O| Aug 20 03:17:52.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs" |
| 7732 | 2026-08-20T03:17:52.882Z | [ recovery-image] Aug 20 03:17:52.177 INFO O| Aug 20 03:17:52.177 INFO STEP 393 (remove_files) COMPLETE |
| 7733 | 2026-08-20T03:17:52.882Z | [ recovery-image] Aug 20 03:17:52.177 INFO O| Aug 20 03:17:52.177 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7734 | 2026-08-20T03:17:52.901Z | [verify-libraries] Compiling generic-array v1.4.3 |
| 7735 | 2026-08-20T03:17:52.909Z | [ recovery-image] Aug 20 03:17:52.190 INFO O| Aug 20 03:17:52.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy" |
| 7736 | 2026-08-20T03:17:52.909Z | [ recovery-image] Aug 20 03:17:52.190 INFO O| Aug 20 03:17:52.190 INFO STEP 394 (remove_files) COMPLETE |
| 7737 | 2026-08-20T03:17:52.909Z | [ recovery-image] Aug 20 03:17:52.190 INFO O| Aug 20 03:17:52.190 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7738 | 2026-08-20T03:17:52.919Z | [ recovery-image] Aug 20 03:17:52.203 INFO O| Aug 20 03:17:52.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test" |
| 7739 | 2026-08-20T03:17:52.919Z | [ recovery-image] Aug 20 03:17:52.203 INFO O| Aug 20 03:17:52.203 INFO STEP 395 (remove_files) COMPLETE |
| 7740 | 2026-08-20T03:17:52.919Z | [ recovery-image] Aug 20 03:17:52.203 INFO O| Aug 20 03:17:52.203 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7741 | 2026-08-20T03:17:52.928Z | [ recovery-image] Aug 20 03:17:52.214 INFO O| Aug 20 03:17:52.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic" |
| 7742 | 2026-08-20T03:17:52.928Z | [ recovery-image] Aug 20 03:17:52.214 INFO O| Aug 20 03:17:52.214 INFO STEP 396 (remove_files) COMPLETE |
| 7743 | 2026-08-20T03:17:52.928Z | [ recovery-image] Aug 20 03:17:52.214 INFO O| Aug 20 03:17:52.214 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7744 | 2026-08-20T03:17:52.939Z | [ recovery-image] Aug 20 03:17:52.225 INFO O| Aug 20 03:17:52.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time" |
| 7745 | 2026-08-20T03:17:52.939Z | [ recovery-image] Aug 20 03:17:52.225 INFO O| Aug 20 03:17:52.225 INFO STEP 397 (remove_files) COMPLETE |
| 7746 | 2026-08-20T03:17:52.939Z | [ recovery-image] Aug 20 03:17:52.225 INFO O| Aug 20 03:17:52.225 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7747 | 2026-08-20T03:17:52.950Z | [ recovery-image] Aug 20 03:17:52.236 INFO O| Aug 20 03:17:52.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip" |
| 7748 | 2026-08-20T03:17:52.950Z | [ recovery-image] Aug 20 03:17:52.236 INFO O| Aug 20 03:17:52.236 INFO STEP 398 (remove_files) COMPLETE |
| 7749 | 2026-08-20T03:17:52.950Z | [ recovery-image] Aug 20 03:17:52.236 INFO O| Aug 20 03:17:52.236 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7750 | 2026-08-20T03:17:52.954Z | [ recovery-image] Aug 20 03:17:52.248 INFO O| Aug 20 03:17:52.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib" |
| 7751 | 2026-08-20T03:17:52.954Z | [ recovery-image] Aug 20 03:17:52.248 INFO O| Aug 20 03:17:52.248 INFO STEP 399 (remove_files) COMPLETE |
| 7752 | 2026-08-20T03:17:52.955Z | [ recovery-image] Aug 20 03:17:52.248 INFO O| Aug 20 03:17:52.248 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7753 | 2026-08-20T03:17:52.970Z | [ recovery-image] Aug 20 03:17:52.261 INFO O| Aug 20 03:17:52.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm" |
| 7754 | 2026-08-20T03:17:52.970Z | [ recovery-image] Aug 20 03:17:52.261 INFO O| Aug 20 03:17:52.260 INFO STEP 400 (remove_files) COMPLETE |
| 7755 | 2026-08-20T03:17:52.987Z | [ recovery-image] Aug 20 03:17:52.261 INFO O| Aug 20 03:17:52.261 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7756 | 2026-08-20T03:17:52.994Z | [ recovery-image] Aug 20 03:17:52.271 INFO O| Aug 20 03:17:52.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail" |
| 7757 | 2026-08-20T03:17:52.994Z | [ recovery-image] Aug 20 03:17:52.271 INFO O| Aug 20 03:17:52.271 INFO STEP 401 (remove_files) COMPLETE |
| 7758 | 2026-08-20T03:17:52.995Z | [ recovery-image] Aug 20 03:17:52.271 INFO O| Aug 20 03:17:52.271 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7759 | 2026-08-20T03:17:52.995Z | [ recovery-image] Aug 20 03:17:52.282 INFO O| Aug 20 03:17:52.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true" |
| 7760 | 2026-08-20T03:17:52.995Z | [ recovery-image] Aug 20 03:17:52.282 INFO O| Aug 20 03:17:52.282 INFO STEP 402 (remove_files) COMPLETE |
| 7761 | 2026-08-20T03:17:52.995Z | [ recovery-image] Aug 20 03:17:52.282 INFO O| Aug 20 03:17:52.282 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7762 | 2026-08-20T03:17:53.000Z | [ recovery-image] Aug 20 03:17:52.290 INFO O| Aug 20 03:17:52.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty" |
| 7763 | 2026-08-20T03:17:53.000Z | [ recovery-image] Aug 20 03:17:52.291 INFO O| Aug 20 03:17:52.290 INFO STEP 403 (remove_files) COMPLETE |
| 7764 | 2026-08-20T03:17:53.000Z | [ recovery-image] Aug 20 03:17:52.291 INFO O| Aug 20 03:17:52.291 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7765 | 2026-08-20T03:17:53.007Z | [ recovery-image] Aug 20 03:17:52.299 INFO O| Aug 20 03:17:52.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type" |
| 7766 | 2026-08-20T03:17:53.007Z | [ recovery-image] Aug 20 03:17:52.299 INFO O| Aug 20 03:17:52.299 INFO STEP 404 (remove_files) COMPLETE |
| 7767 | 2026-08-20T03:17:53.007Z | [ recovery-image] Aug 20 03:17:52.299 INFO O| Aug 20 03:17:52.299 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7768 | 2026-08-20T03:17:53.013Z | [ recovery-image] Aug 20 03:17:52.307 INFO O| Aug 20 03:17:52.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect" |
| 7769 | 2026-08-20T03:17:53.013Z | [ recovery-image] Aug 20 03:17:52.307 INFO O| Aug 20 03:17:52.307 INFO STEP 405 (remove_files) COMPLETE |
| 7770 | 2026-08-20T03:17:53.015Z | [ recovery-image] Aug 20 03:17:52.307 INFO O| Aug 20 03:17:52.307 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7771 | 2026-08-20T03:17:53.028Z | [ recovery-image] Aug 20 03:17:52.315 INFO O| Aug 20 03:17:52.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit" |
| 7772 | 2026-08-20T03:17:53.028Z | [ recovery-image] Aug 20 03:17:52.315 INFO O| Aug 20 03:17:52.315 INFO STEP 406 (remove_files) COMPLETE |
| 7773 | 2026-08-20T03:17:53.028Z | [ recovery-image] Aug 20 03:17:52.315 INFO O| Aug 20 03:17:52.315 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7774 | 2026-08-20T03:17:53.032Z | [ recovery-image] Aug 20 03:17:52.324 INFO O| Aug 20 03:17:52.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask" |
| 7775 | 2026-08-20T03:17:53.032Z | [ recovery-image] Aug 20 03:17:52.324 INFO O| Aug 20 03:17:52.324 INFO STEP 407 (remove_files) COMPLETE |
| 7776 | 2026-08-20T03:17:53.032Z | [ recovery-image] Aug 20 03:17:52.324 INFO O| Aug 20 03:17:52.324 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7777 | 2026-08-20T03:17:53.041Z | [ recovery-image] Aug 20 03:17:52.334 INFO O| Aug 20 03:17:52.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias" |
| 7778 | 2026-08-20T03:17:53.042Z | [ recovery-image] Aug 20 03:17:52.334 INFO O| Aug 20 03:17:52.334 INFO STEP 408 (remove_files) COMPLETE |
| 7779 | 2026-08-20T03:17:53.048Z | [ recovery-image] Aug 20 03:17:52.334 INFO O| Aug 20 03:17:52.334 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7780 | 2026-08-20T03:17:53.051Z | [ recovery-image] Aug 20 03:17:52.345 INFO O| Aug 20 03:17:52.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress" |
| 7781 | 2026-08-20T03:17:53.051Z | [ recovery-image] Aug 20 03:17:52.345 INFO O| Aug 20 03:17:52.345 INFO STEP 409 (remove_files) COMPLETE |
| 7782 | 2026-08-20T03:17:53.051Z | [ recovery-image] Aug 20 03:17:52.345 INFO O| Aug 20 03:17:52.345 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7783 | 2026-08-20T03:17:53.060Z | [ recovery-image] Aug 20 03:17:52.356 INFO O| Aug 20 03:17:52.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand" |
| 7784 | 2026-08-20T03:17:53.061Z | [ recovery-image] Aug 20 03:17:52.356 INFO O| Aug 20 03:17:52.356 INFO STEP 410 (remove_files) COMPLETE |
| 7785 | 2026-08-20T03:17:53.061Z | [ recovery-image] Aug 20 03:17:52.356 INFO O| Aug 20 03:17:52.356 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7786 | 2026-08-20T03:17:53.073Z | [ recovery-image] Aug 20 03:17:52.367 INFO O| Aug 20 03:17:52.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq" |
| 7787 | 2026-08-20T03:17:53.073Z | [ recovery-image] Aug 20 03:17:52.367 INFO O| Aug 20 03:17:52.367 INFO STEP 411 (remove_files) COMPLETE |
| 7788 | 2026-08-20T03:17:53.074Z | [ recovery-image] Aug 20 03:17:52.367 INFO O| Aug 20 03:17:52.367 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7789 | 2026-08-20T03:17:53.086Z | [ recovery-image] Aug 20 03:17:52.379 INFO O| Aug 20 03:17:52.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units" |
| 7790 | 2026-08-20T03:17:53.086Z | [ recovery-image] Aug 20 03:17:52.379 INFO O| Aug 20 03:17:52.379 INFO STEP 412 (remove_files) COMPLETE |
| 7791 | 2026-08-20T03:17:53.095Z | [ recovery-image] Aug 20 03:17:52.379 INFO O| Aug 20 03:17:52.379 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7792 | 2026-08-20T03:17:53.095Z | [verify-libraries] Compiling russh-util v0.52.0 |
| 7793 | 2026-08-20T03:17:53.100Z | [ recovery-image] Aug 20 03:17:52.390 INFO O| Aug 20 03:17:52.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos" |
| 7794 | 2026-08-20T03:17:53.100Z | [ recovery-image] Aug 20 03:17:52.390 INFO O| Aug 20 03:17:52.390 INFO STEP 413 (remove_files) COMPLETE |
| 7795 | 2026-08-20T03:17:53.101Z | [ recovery-image] Aug 20 03:17:52.390 INFO O| Aug 20 03:17:52.390 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7796 | 2026-08-20T03:17:53.106Z | [ recovery-image] Aug 20 03:17:52.401 INFO O| Aug 20 03:17:52.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack" |
| 7797 | 2026-08-20T03:17:53.106Z | [ recovery-image] Aug 20 03:17:52.401 INFO O| Aug 20 03:17:52.401 INFO STEP 414 (remove_files) COMPLETE |
| 7798 | 2026-08-20T03:17:53.112Z | [ recovery-image] Aug 20 03:17:52.401 INFO O| Aug 20 03:17:52.401 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7799 | 2026-08-20T03:17:53.120Z | [ recovery-image] Aug 20 03:17:52.412 INFO O| Aug 20 03:17:52.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr" |
| 7800 | 2026-08-20T03:17:53.120Z | [ recovery-image] Aug 20 03:17:52.412 INFO O| Aug 20 03:17:52.412 INFO STEP 415 (remove_files) COMPLETE |
| 7801 | 2026-08-20T03:17:53.120Z | [ recovery-image] Aug 20 03:17:52.412 INFO O| Aug 20 03:17:52.412 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7802 | 2026-08-20T03:17:53.128Z | [ recovery-image] Aug 20 03:17:52.424 INFO O| Aug 20 03:17:52.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode" |
| 7803 | 2026-08-20T03:17:53.128Z | [ recovery-image] Aug 20 03:17:52.424 INFO O| Aug 20 03:17:52.423 INFO STEP 416 (remove_files) COMPLETE |
| 7804 | 2026-08-20T03:17:53.128Z | [ recovery-image] Aug 20 03:17:52.424 INFO O| Aug 20 03:17:52.423 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7805 | 2026-08-20T03:17:53.139Z | [ recovery-image] Aug 20 03:17:52.434 INFO O| Aug 20 03:17:52.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode" |
| 7806 | 2026-08-20T03:17:53.139Z | [ recovery-image] Aug 20 03:17:52.434 INFO O| Aug 20 03:17:52.434 INFO STEP 417 (remove_files) COMPLETE |
| 7807 | 2026-08-20T03:17:53.139Z | [ recovery-image] Aug 20 03:17:52.434 INFO O| Aug 20 03:17:52.434 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7808 | 2026-08-20T03:17:53.151Z | [ recovery-image] Aug 20 03:17:52.446 INFO O| Aug 20 03:17:52.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen" |
| 7809 | 2026-08-20T03:17:53.151Z | [ recovery-image] Aug 20 03:17:52.446 INFO O| Aug 20 03:17:52.446 INFO STEP 418 (remove_files) COMPLETE |
| 7810 | 2026-08-20T03:17:53.151Z | [ recovery-image] Aug 20 03:17:52.446 INFO O| Aug 20 03:17:52.446 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7811 | 2026-08-20T03:17:53.170Z | [ recovery-image] Aug 20 03:17:52.457 INFO O| Aug 20 03:17:52.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit" |
| 7812 | 2026-08-20T03:17:53.170Z | [ recovery-image] Aug 20 03:17:52.457 INFO O| Aug 20 03:17:52.457 INFO STEP 419 (remove_files) COMPLETE |
| 7813 | 2026-08-20T03:17:53.170Z | [ recovery-image] Aug 20 03:17:52.457 INFO O| Aug 20 03:17:52.457 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7814 | 2026-08-20T03:17:53.185Z | [verify-libraries] Compiling enum_dispatch v0.3.13 |
| 7815 | 2026-08-20T03:17:53.185Z | [ recovery-image] Aug 20 03:17:52.469 INFO O| Aug 20 03:17:52.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim" |
| 7816 | 2026-08-20T03:17:53.185Z | [ recovery-image] Aug 20 03:17:52.469 INFO O| Aug 20 03:17:52.469 INFO STEP 420 (remove_files) COMPLETE |
| 7817 | 2026-08-20T03:17:53.185Z | [ recovery-image] Aug 20 03:17:52.469 INFO O| Aug 20 03:17:52.469 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7818 | 2026-08-20T03:17:53.194Z | [ recovery-image] Aug 20 03:17:52.480 INFO O| Aug 20 03:17:52.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor" |
| 7819 | 2026-08-20T03:17:53.194Z | [ recovery-image] Aug 20 03:17:52.480 INFO O| Aug 20 03:17:52.480 INFO STEP 421 (remove_files) COMPLETE |
| 7820 | 2026-08-20T03:17:53.195Z | [ recovery-image] Aug 20 03:17:52.480 INFO O| Aug 20 03:17:52.480 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7821 | 2026-08-20T03:17:53.198Z | [ recovery-image] Aug 20 03:17:52.491 INFO O| Aug 20 03:17:52.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat" |
| 7822 | 2026-08-20T03:17:53.198Z | [ recovery-image] Aug 20 03:17:52.491 INFO O| Aug 20 03:17:52.491 INFO STEP 422 (remove_files) COMPLETE |
| 7823 | 2026-08-20T03:17:53.198Z | [ recovery-image] Aug 20 03:17:52.491 INFO O| Aug 20 03:17:52.491 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7824 | 2026-08-20T03:17:53.208Z | [ recovery-image] Aug 20 03:17:52.502 INFO O| Aug 20 03:17:52.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt" |
| 7825 | 2026-08-20T03:17:53.212Z | [ recovery-image] Aug 20 03:17:52.502 INFO O| Aug 20 03:17:52.502 INFO STEP 423 (remove_files) COMPLETE |
| 7826 | 2026-08-20T03:17:53.212Z | [ recovery-image] Aug 20 03:17:52.502 INFO O| Aug 20 03:17:52.502 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7827 | 2026-08-20T03:17:53.216Z | [ recovery-image] Aug 20 03:17:52.512 INFO O| Aug 20 03:17:52.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w" |
| 7828 | 2026-08-20T03:17:53.216Z | [ recovery-image] Aug 20 03:17:52.512 INFO O| Aug 20 03:17:52.512 INFO STEP 424 (remove_files) COMPLETE |
| 7829 | 2026-08-20T03:17:53.216Z | [ recovery-image] Aug 20 03:17:52.512 INFO O| Aug 20 03:17:52.512 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7830 | 2026-08-20T03:17:53.230Z | [ recovery-image] Aug 20 03:17:52.522 INFO O| Aug 20 03:17:52.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait" |
| 7831 | 2026-08-20T03:17:53.230Z | [ recovery-image] Aug 20 03:17:52.522 INFO O| Aug 20 03:17:52.522 INFO STEP 425 (remove_files) COMPLETE |
| 7832 | 2026-08-20T03:17:53.230Z | [ recovery-image] Aug 20 03:17:52.522 INFO O| Aug 20 03:17:52.522 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7833 | 2026-08-20T03:17:53.251Z | [ recovery-image] Aug 20 03:17:52.540 INFO O| Aug 20 03:17:52.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch" |
| 7834 | 2026-08-20T03:17:53.251Z | [ recovery-image] Aug 20 03:17:52.540 INFO O| Aug 20 03:17:52.540 INFO STEP 426 (remove_files) COMPLETE |
| 7835 | 2026-08-20T03:17:53.264Z | [ recovery-image] Aug 20 03:17:52.540 INFO O| Aug 20 03:17:52.540 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7836 | 2026-08-20T03:17:53.264Z | [ recovery-image] Aug 20 03:17:52.550 INFO O| Aug 20 03:17:52.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc" |
| 7837 | 2026-08-20T03:17:53.264Z | [ recovery-image] Aug 20 03:17:52.550 INFO O| Aug 20 03:17:52.550 INFO STEP 427 (remove_files) COMPLETE |
| 7838 | 2026-08-20T03:17:53.264Z | [ recovery-image] Aug 20 03:17:52.550 INFO O| Aug 20 03:17:52.550 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7839 | 2026-08-20T03:17:53.271Z | [ recovery-image] Aug 20 03:17:52.562 INFO O| Aug 20 03:17:52.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which" |
| 7840 | 2026-08-20T03:17:53.271Z | [ recovery-image] Aug 20 03:17:52.562 INFO O| Aug 20 03:17:52.562 INFO STEP 428 (remove_files) COMPLETE |
| 7841 | 2026-08-20T03:17:53.271Z | [ recovery-image] Aug 20 03:17:52.562 INFO O| Aug 20 03:17:52.562 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7842 | 2026-08-20T03:17:53.289Z | [ recovery-image] Aug 20 03:17:52.570 INFO O| Aug 20 03:17:52.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls" |
| 7843 | 2026-08-20T03:17:53.289Z | [ recovery-image] Aug 20 03:17:52.571 INFO O| Aug 20 03:17:52.570 INFO STEP 429 (remove_files) COMPLETE |
| 7844 | 2026-08-20T03:17:53.289Z | [ recovery-image] Aug 20 03:17:52.571 INFO O| Aug 20 03:17:52.571 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7845 | 2026-08-20T03:17:53.289Z | [ recovery-image] Aug 20 03:17:52.580 INFO O| Aug 20 03:17:52.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct" |
| 7846 | 2026-08-20T03:17:53.298Z | [ recovery-image] Aug 20 03:17:52.580 INFO O| Aug 20 03:17:52.580 INFO STEP 430 (remove_files) COMPLETE |
| 7847 | 2026-08-20T03:17:53.298Z | [ recovery-image] Aug 20 03:17:52.580 INFO O| Aug 20 03:17:52.580 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7848 | 2026-08-20T03:17:53.298Z | [ recovery-image] Aug 20 03:17:52.588 INFO O| Aug 20 03:17:52.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write" |
| 7849 | 2026-08-20T03:17:53.298Z | [ recovery-image] Aug 20 03:17:52.588 INFO O| Aug 20 03:17:52.588 INFO STEP 431 (remove_files) COMPLETE |
| 7850 | 2026-08-20T03:17:53.298Z | [ recovery-image] Aug 20 03:17:52.588 INFO O| Aug 20 03:17:52.588 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7851 | 2026-08-20T03:17:53.303Z | [ recovery-image] Aug 20 03:17:52.599 INFO O| Aug 20 03:17:52.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs" |
| 7852 | 2026-08-20T03:17:53.304Z | [ recovery-image] Aug 20 03:17:52.599 INFO O| Aug 20 03:17:52.599 INFO STEP 432 (remove_files) COMPLETE |
| 7853 | 2026-08-20T03:17:53.307Z | [ recovery-image] Aug 20 03:17:52.599 INFO O| Aug 20 03:17:52.599 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7854 | 2026-08-20T03:17:53.315Z | [ recovery-image] Aug 20 03:17:52.610 INFO O| Aug 20 03:17:52.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config" |
| 7855 | 2026-08-20T03:17:53.315Z | [ recovery-image] Aug 20 03:17:52.611 INFO O| Aug 20 03:17:52.611 INFO STEP 433 (remove_files) COMPLETE |
| 7856 | 2026-08-20T03:17:53.315Z | [ recovery-image] Aug 20 03:17:52.611 INFO O| Aug 20 03:17:52.611 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7857 | 2026-08-20T03:17:53.325Z | [ recovery-image] Aug 20 03:17:52.621 INFO O| Aug 20 03:17:52.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog" |
| 7858 | 2026-08-20T03:17:53.325Z | [ recovery-image] Aug 20 03:17:52.621 INFO O| Aug 20 03:17:52.621 INFO STEP 434 (remove_files) COMPLETE |
| 7859 | 2026-08-20T03:17:53.326Z | [ recovery-image] Aug 20 03:17:52.621 INFO O| Aug 20 03:17:52.621 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7860 | 2026-08-20T03:17:53.338Z | [ recovery-image] Aug 20 03:17:52.632 INFO O| Aug 20 03:17:52.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint" |
| 7861 | 2026-08-20T03:17:53.338Z | [ recovery-image] Aug 20 03:17:52.632 INFO O| Aug 20 03:17:52.632 INFO STEP 435 (remove_files) COMPLETE |
| 7862 | 2026-08-20T03:17:53.338Z | [ recovery-image] Aug 20 03:17:52.632 INFO O| Aug 20 03:17:52.632 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7863 | 2026-08-20T03:17:53.351Z | [ recovery-image] Aug 20 03:17:52.644 INFO O| Aug 20 03:17:52.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf" |
| 7864 | 2026-08-20T03:17:53.351Z | [ recovery-image] Aug 20 03:17:52.644 INFO O| Aug 20 03:17:52.644 INFO STEP 436 (remove_files) COMPLETE |
| 7865 | 2026-08-20T03:17:53.351Z | [ recovery-image] Aug 20 03:17:52.644 INFO O| Aug 20 03:17:52.644 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7866 | 2026-08-20T03:17:53.364Z | [ recovery-image] Aug 20 03:17:52.655 INFO O| Aug 20 03:17:52.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr" |
| 7867 | 2026-08-20T03:17:53.365Z | [ recovery-image] Aug 20 03:17:52.655 INFO O| Aug 20 03:17:52.655 INFO STEP 437 (remove_files) COMPLETE |
| 7868 | 2026-08-20T03:17:53.371Z | [ recovery-image] Aug 20 03:17:52.655 INFO O| Aug 20 03:17:52.655 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7869 | 2026-08-20T03:17:53.382Z | [ recovery-image] Aug 20 03:17:52.666 INFO O| Aug 20 03:17:52.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd" |
| 7870 | 2026-08-20T03:17:53.382Z | [ recovery-image] Aug 20 03:17:52.666 INFO O| Aug 20 03:17:52.666 INFO STEP 438 (remove_files) COMPLETE |
| 7871 | 2026-08-20T03:17:53.382Z | [ recovery-image] Aug 20 03:17:52.666 INFO O| Aug 20 03:17:52.666 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7872 | 2026-08-20T03:17:53.389Z | [ recovery-image] Aug 20 03:17:52.678 INFO O| Aug 20 03:17:52.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz" |
| 7873 | 2026-08-20T03:17:53.389Z | [ recovery-image] Aug 20 03:17:52.678 INFO O| Aug 20 03:17:52.678 INFO STEP 439 (remove_files) COMPLETE |
| 7874 | 2026-08-20T03:17:53.389Z | [ recovery-image] Aug 20 03:17:52.678 INFO O| Aug 20 03:17:52.678 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7875 | 2026-08-20T03:17:53.395Z | [ recovery-image] Aug 20 03:17:52.688 INFO O| Aug 20 03:17:52.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec" |
| 7876 | 2026-08-20T03:17:53.395Z | [ recovery-image] Aug 20 03:17:52.688 INFO O| Aug 20 03:17:52.688 INFO STEP 440 (remove_files) COMPLETE |
| 7877 | 2026-08-20T03:17:53.396Z | [ recovery-image] Aug 20 03:17:52.688 INFO O| Aug 20 03:17:52.688 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7878 | 2026-08-20T03:17:53.402Z | [verify-libraries] Compiling sapling-renderdag v0.1.0 |
| 7879 | 2026-08-20T03:17:53.411Z | [ recovery-image] Aug 20 03:17:52.697 INFO O| Aug 20 03:17:52.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff" |
| 7880 | 2026-08-20T03:17:53.411Z | [ recovery-image] Aug 20 03:17:52.697 INFO O| Aug 20 03:17:52.697 INFO STEP 441 (remove_files) COMPLETE |
| 7881 | 2026-08-20T03:17:53.411Z | [ recovery-image] Aug 20 03:17:52.697 INFO O| Aug 20 03:17:52.697 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7882 | 2026-08-20T03:17:53.430Z | [ recovery-image] Aug 20 03:17:52.707 INFO O| Aug 20 03:17:52.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep" |
| 7883 | 2026-08-20T03:17:53.430Z | [ recovery-image] Aug 20 03:17:52.707 INFO O| Aug 20 03:17:52.707 INFO STEP 442 (remove_files) COMPLETE |
| 7884 | 2026-08-20T03:17:53.430Z | [ recovery-image] Aug 20 03:17:52.707 INFO O| Aug 20 03:17:52.707 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7885 | 2026-08-20T03:17:53.437Z | [ recovery-image] Aug 20 03:17:52.718 INFO O| Aug 20 03:17:52.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless" |
| 7886 | 2026-08-20T03:17:53.438Z | [ recovery-image] Aug 20 03:17:52.718 INFO O| Aug 20 03:17:52.718 INFO STEP 443 (remove_files) COMPLETE |
| 7887 | 2026-08-20T03:17:53.438Z | [ recovery-image] Aug 20 03:17:52.718 INFO O| Aug 20 03:17:52.718 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7888 | 2026-08-20T03:17:53.438Z | [ recovery-image] Aug 20 03:17:52.729 INFO O| Aug 20 03:17:52.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore" |
| 7889 | 2026-08-20T03:17:53.438Z | [ recovery-image] Aug 20 03:17:52.729 INFO O| Aug 20 03:17:52.729 INFO STEP 444 (remove_files) COMPLETE |
| 7890 | 2026-08-20T03:17:53.438Z | [ recovery-image] Aug 20 03:17:52.729 INFO O| Aug 20 03:17:52.729 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7891 | 2026-08-20T03:17:53.445Z | [ recovery-image] Aug 20 03:17:52.741 INFO O| Aug 20 03:17:52.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes" |
| 7892 | 2026-08-20T03:17:53.445Z | [ recovery-image] Aug 20 03:17:52.741 INFO O| Aug 20 03:17:52.741 INFO STEP 445 (remove_files) COMPLETE |
| 7893 | 2026-08-20T03:17:53.445Z | [ recovery-image] Aug 20 03:17:52.741 INFO O| Aug 20 03:17:52.741 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7894 | 2026-08-20T03:17:53.493Z | [ recovery-image] Aug 20 03:17:52.751 INFO O| Aug 20 03:17:52.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat" |
| 7895 | 2026-08-20T03:17:53.493Z | [ recovery-image] Aug 20 03:17:52.751 INFO O| Aug 20 03:17:52.751 INFO STEP 446 (remove_files) COMPLETE |
| 7896 | 2026-08-20T03:17:53.494Z | [ recovery-image] Aug 20 03:17:52.751 INFO O| Aug 20 03:17:52.751 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7897 | 2026-08-20T03:17:53.505Z | [ recovery-image] Aug 20 03:17:52.762 INFO O| Aug 20 03:17:52.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat" |
| 7898 | 2026-08-20T03:17:53.505Z | [ recovery-image] Aug 20 03:17:52.762 INFO O| Aug 20 03:17:52.762 INFO STEP 447 (remove_files) COMPLETE |
| 7899 | 2026-08-20T03:17:53.505Z | [ recovery-image] Aug 20 03:17:52.762 INFO O| Aug 20 03:17:52.762 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7900 | 2026-08-20T03:17:53.505Z | [ recovery-image] Aug 20 03:17:52.771 INFO O| Aug 20 03:17:52.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd" |
| 7901 | 2026-08-20T03:17:53.505Z | [ recovery-image] Aug 20 03:17:52.771 INFO O| Aug 20 03:17:52.771 INFO STEP 448 (remove_files) COMPLETE |
| 7902 | 2026-08-20T03:17:53.505Z | [ recovery-image] Aug 20 03:17:52.771 INFO O| Aug 20 03:17:52.771 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7903 | 2026-08-20T03:17:53.505Z | [ recovery-image] Aug 20 03:17:52.782 INFO O| Aug 20 03:17:52.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep" |
| 7904 | 2026-08-20T03:17:53.505Z | [ recovery-image] Aug 20 03:17:52.782 INFO O| Aug 20 03:17:52.782 INFO STEP 449 (remove_files) COMPLETE |
| 7905 | 2026-08-20T03:17:53.505Z | [ recovery-image] Aug 20 03:17:52.782 INFO O| Aug 20 03:17:52.782 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7906 | 2026-08-20T03:17:53.505Z | [ recovery-image] Aug 20 03:17:52.793 INFO O| Aug 20 03:17:52.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless" |
| 7907 | 2026-08-20T03:17:53.505Z | [ recovery-image] Aug 20 03:17:52.793 INFO O| Aug 20 03:17:52.793 INFO STEP 450 (remove_files) COMPLETE |
| 7908 | 2026-08-20T03:17:53.505Z | [ recovery-image] Aug 20 03:17:52.793 INFO O| Aug 20 03:17:52.793 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7909 | 2026-08-20T03:17:53.514Z | [ recovery-image] Aug 20 03:17:52.804 INFO O| Aug 20 03:17:52.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
| 7910 | 2026-08-20T03:17:53.514Z | [ recovery-image] Aug 20 03:17:52.804 INFO O| Aug 20 03:17:52.804 INFO STEP 451 (remove_files) COMPLETE |
| 7911 | 2026-08-20T03:17:53.514Z | [ recovery-image] Aug 20 03:17:52.804 INFO O| Aug 20 03:17:52.804 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7912 | 2026-08-20T03:17:53.520Z | [ recovery-image] Aug 20 03:17:52.815 INFO O| Aug 20 03:17:52.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
| 7913 | 2026-08-20T03:17:53.520Z | [ recovery-image] Aug 20 03:17:52.816 INFO O| Aug 20 03:17:52.816 INFO STEP 452 (remove_files) COMPLETE |
| 7914 | 2026-08-20T03:17:53.520Z | [ recovery-image] Aug 20 03:17:52.816 INFO O| Aug 20 03:17:52.816 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7915 | 2026-08-20T03:17:53.532Z | [ recovery-image] Aug 20 03:17:52.827 INFO O| Aug 20 03:17:52.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
| 7916 | 2026-08-20T03:17:53.532Z | [ recovery-image] Aug 20 03:17:52.827 INFO O| Aug 20 03:17:52.827 INFO STEP 453 (remove_files) COMPLETE |
| 7917 | 2026-08-20T03:17:53.545Z | [ recovery-image] Aug 20 03:17:52.827 INFO O| Aug 20 03:17:52.827 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7918 | 2026-08-20T03:17:53.554Z | [ recovery-image] Aug 20 03:17:52.837 INFO O| Aug 20 03:17:52.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
| 7919 | 2026-08-20T03:17:53.554Z | [ recovery-image] Aug 20 03:17:52.838 INFO O| Aug 20 03:17:52.837 INFO STEP 454 (remove_files) COMPLETE |
| 7920 | 2026-08-20T03:17:53.554Z | [ recovery-image] Aug 20 03:17:52.838 INFO O| Aug 20 03:17:52.837 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7921 | 2026-08-20T03:17:53.561Z | [ recovery-image] Aug 20 03:17:52.848 INFO O| Aug 20 03:17:52.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
| 7922 | 2026-08-20T03:17:53.561Z | [ recovery-image] Aug 20 03:17:52.848 INFO O| Aug 20 03:17:52.848 INFO STEP 455 (remove_files) COMPLETE |
| 7923 | 2026-08-20T03:17:53.561Z | [ recovery-image] Aug 20 03:17:52.848 INFO O| Aug 20 03:17:52.848 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7924 | 2026-08-20T03:17:53.586Z | [ recovery-image] Aug 20 03:17:52.858 INFO O| Aug 20 03:17:52.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
| 7925 | 2026-08-20T03:17:53.586Z | [ recovery-image] Aug 20 03:17:52.858 INFO O| Aug 20 03:17:52.858 INFO STEP 456 (remove_files) COMPLETE |
| 7926 | 2026-08-20T03:17:53.587Z | [ recovery-image] Aug 20 03:17:52.858 INFO O| Aug 20 03:17:52.858 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7927 | 2026-08-20T03:17:53.615Z | [ recovery-image] Aug 20 03:17:52.869 INFO O| Aug 20 03:17:52.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
| 7928 | 2026-08-20T03:17:53.615Z | [ recovery-image] Aug 20 03:17:52.869 INFO O| Aug 20 03:17:52.869 INFO STEP 457 (remove_files) COMPLETE |
| 7929 | 2026-08-20T03:17:53.615Z | [ recovery-image] Aug 20 03:17:52.869 INFO O| Aug 20 03:17:52.869 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7930 | 2026-08-20T03:17:53.615Z | [ recovery-image] Aug 20 03:17:52.878 INFO O| Aug 20 03:17:52.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
| 7931 | 2026-08-20T03:17:53.615Z | [ recovery-image] Aug 20 03:17:52.879 INFO O| Aug 20 03:17:52.879 INFO STEP 458 (remove_files) COMPLETE |
| 7932 | 2026-08-20T03:17:53.615Z | [ recovery-image] Aug 20 03:17:52.879 INFO O| Aug 20 03:17:52.879 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7933 | 2026-08-20T03:17:53.626Z | [ recovery-image] Aug 20 03:17:52.905 INFO O| Aug 20 03:17:52.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
| 7934 | 2026-08-20T03:17:53.626Z | [ recovery-image] Aug 20 03:17:52.905 INFO O| Aug 20 03:17:52.905 INFO STEP 459 (remove_files) COMPLETE |
| 7935 | 2026-08-20T03:17:53.626Z | [ recovery-image] Aug 20 03:17:52.905 INFO O| Aug 20 03:17:52.905 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7936 | 2026-08-20T03:17:53.639Z | [ recovery-image] Aug 20 03:17:52.917 INFO O| Aug 20 03:17:52.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
| 7937 | 2026-08-20T03:17:53.639Z | [ recovery-image] Aug 20 03:17:52.917 INFO O| Aug 20 03:17:52.917 INFO STEP 460 (remove_files) COMPLETE |
| 7938 | 2026-08-20T03:17:53.639Z | [ recovery-image] Aug 20 03:17:52.917 INFO O| Aug 20 03:17:52.917 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7939 | 2026-08-20T03:17:53.649Z | [ recovery-image] Aug 20 03:17:52.926 INFO O| Aug 20 03:17:52.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
| 7940 | 2026-08-20T03:17:53.649Z | [ recovery-image] Aug 20 03:17:52.926 INFO O| Aug 20 03:17:52.926 INFO STEP 461 (remove_files) COMPLETE |
| 7941 | 2026-08-20T03:17:53.649Z | [ recovery-image] Aug 20 03:17:52.926 INFO O| Aug 20 03:17:52.926 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7942 | 2026-08-20T03:17:53.649Z | [ recovery-image] Aug 20 03:17:52.935 INFO O| Aug 20 03:17:52.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
| 7943 | 2026-08-20T03:17:53.649Z | [ recovery-image] Aug 20 03:17:52.935 INFO O| Aug 20 03:17:52.935 INFO STEP 462 (remove_files) COMPLETE |
| 7944 | 2026-08-20T03:17:53.649Z | [ recovery-image] Aug 20 03:17:52.935 INFO O| Aug 20 03:17:52.935 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7945 | 2026-08-20T03:17:53.654Z | [verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 7946 | 2026-08-20T03:17:53.662Z | [ recovery-image] Aug 20 03:17:52.948 INFO O| Aug 20 03:17:52.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9" |
| 7947 | 2026-08-20T03:17:53.662Z | [ recovery-image] Aug 20 03:17:52.948 INFO O| Aug 20 03:17:52.948 INFO STEP 463 (remove_files) COMPLETE |
| 7948 | 2026-08-20T03:17:53.662Z | [ recovery-image] Aug 20 03:17:52.948 INFO O| Aug 20 03:17:52.948 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7949 | 2026-08-20T03:17:53.667Z | [ recovery-image] Aug 20 03:17:52.960 INFO O| Aug 20 03:17:52.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
| 7950 | 2026-08-20T03:17:53.668Z | [ recovery-image] Aug 20 03:17:52.960 INFO O| Aug 20 03:17:52.960 INFO STEP 464 (remove_files) COMPLETE |
| 7951 | 2026-08-20T03:17:53.668Z | [ recovery-image] Aug 20 03:17:52.960 INFO O| Aug 20 03:17:52.960 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7952 | 2026-08-20T03:17:53.748Z | [ recovery-image] Aug 20 03:17:52.971 INFO O| Aug 20 03:17:52.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
| 7953 | 2026-08-20T03:17:53.748Z | [ recovery-image] Aug 20 03:17:52.971 INFO O| Aug 20 03:17:52.971 INFO STEP 465 (remove_files) COMPLETE |
| 7954 | 2026-08-20T03:17:53.748Z | [ recovery-image] Aug 20 03:17:52.971 INFO O| Aug 20 03:17:52.971 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7955 | 2026-08-20T03:17:53.760Z | [ recovery-image] Aug 20 03:17:52.984 INFO O| Aug 20 03:17:52.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags" |
| 7956 | 2026-08-20T03:17:53.760Z | [ recovery-image] Aug 20 03:17:52.984 INFO O| Aug 20 03:17:52.984 INFO STEP 466 (remove_files) COMPLETE |
| 7957 | 2026-08-20T03:17:53.760Z | [ recovery-image] Aug 20 03:17:52.984 INFO O| Aug 20 03:17:52.984 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7958 | 2026-08-20T03:17:53.760Z | [ recovery-image] Aug 20 03:17:53.002 INFO O| Aug 20 03:17:53.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit" |
| 7959 | 2026-08-20T03:17:53.760Z | [ recovery-image] Aug 20 03:17:53.002 INFO O| Aug 20 03:17:53.002 INFO STEP 467 (remove_files) COMPLETE |
| 7960 | 2026-08-20T03:17:53.760Z | [ recovery-image] Aug 20 03:17:53.002 INFO O| Aug 20 03:17:53.002 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7961 | 2026-08-20T03:17:53.760Z | [ recovery-image] Aug 20 03:17:53.017 INFO O| Aug 20 03:17:53.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex" |
| 7962 | 2026-08-20T03:17:53.760Z | [ recovery-image] Aug 20 03:17:53.017 INFO O| Aug 20 03:17:53.017 INFO STEP 468 (remove_files) COMPLETE |
| 7963 | 2026-08-20T03:17:53.760Z | [ recovery-image] Aug 20 03:17:53.017 INFO O| Aug 20 03:17:53.017 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7964 | 2026-08-20T03:17:53.760Z | [ recovery-image] Aug 20 03:17:53.028 INFO O| Aug 20 03:17:53.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh" |
| 7965 | 2026-08-20T03:17:53.760Z | [ recovery-image] Aug 20 03:17:53.029 INFO O| Aug 20 03:17:53.029 INFO STEP 469 (remove_files) COMPLETE |
| 7966 | 2026-08-20T03:17:53.760Z | [ recovery-image] Aug 20 03:17:53.029 INFO O| Aug 20 03:17:53.029 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7967 | 2026-08-20T03:17:53.760Z | [ recovery-image] Aug 20 03:17:53.040 INFO O| Aug 20 03:17:53.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh" |
| 7968 | 2026-08-20T03:17:53.760Z | [ recovery-image] Aug 20 03:17:53.040 INFO O| Aug 20 03:17:53.040 INFO STEP 470 (remove_files) COMPLETE |
| 7969 | 2026-08-20T03:17:53.760Z | [ recovery-image] Aug 20 03:17:53.040 INFO O| Aug 20 03:17:53.040 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7970 | 2026-08-20T03:17:53.773Z | [ recovery-image] Aug 20 03:17:53.052 INFO O| Aug 20 03:17:53.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit" |
| 7971 | 2026-08-20T03:17:53.773Z | [ recovery-image] Aug 20 03:17:53.052 INFO O| Aug 20 03:17:53.052 INFO STEP 471 (remove_files) COMPLETE |
| 7972 | 2026-08-20T03:17:53.773Z | [ recovery-image] Aug 20 03:17:53.052 INFO O| Aug 20 03:17:53.052 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7973 | 2026-08-20T03:17:53.782Z | [ recovery-image] Aug 20 03:17:53.063 INFO O| Aug 20 03:17:53.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi" |
| 7974 | 2026-08-20T03:17:53.782Z | [ recovery-image] Aug 20 03:17:53.063 INFO O| Aug 20 03:17:53.063 INFO STEP 472 (remove_files) COMPLETE |
| 7975 | 2026-08-20T03:17:53.782Z | [ recovery-image] Aug 20 03:17:53.063 INFO O| Aug 20 03:17:53.063 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7976 | 2026-08-20T03:17:53.793Z | [ recovery-image] Aug 20 03:17:53.074 INFO O| Aug 20 03:17:53.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view" |
| 7977 | 2026-08-20T03:17:53.793Z | [ recovery-image] Aug 20 03:17:53.075 INFO O| Aug 20 03:17:53.074 INFO STEP 473 (remove_files) COMPLETE |
| 7978 | 2026-08-20T03:17:53.793Z | [ recovery-image] Aug 20 03:17:53.075 INFO O| Aug 20 03:17:53.074 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7979 | 2026-08-20T03:17:53.805Z | [ recovery-image] Aug 20 03:17:53.085 INFO O| Aug 20 03:17:53.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux" |
| 7980 | 2026-08-20T03:17:53.805Z | [ recovery-image] Aug 20 03:17:53.086 INFO O| Aug 20 03:17:53.086 INFO STEP 474 (remove_files) COMPLETE |
| 7981 | 2026-08-20T03:17:53.806Z | [ recovery-image] Aug 20 03:17:53.086 INFO O| Aug 20 03:17:53.086 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7982 | 2026-08-20T03:17:53.810Z | [ recovery-image] Aug 20 03:17:53.097 INFO O| Aug 20 03:17:53.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool" |
| 7983 | 2026-08-20T03:17:53.810Z | [ recovery-image] Aug 20 03:17:53.097 INFO O| Aug 20 03:17:53.097 INFO STEP 475 (remove_files) COMPLETE |
| 7984 | 2026-08-20T03:17:53.810Z | [ recovery-image] Aug 20 03:17:53.097 INFO O| Aug 20 03:17:53.097 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7985 | 2026-08-20T03:17:53.820Z | [ recovery-image] Aug 20 03:17:53.108 INFO O| Aug 20 03:17:53.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt" |
| 7986 | 2026-08-20T03:17:53.820Z | [ recovery-image] Aug 20 03:17:53.108 INFO O| Aug 20 03:17:53.108 INFO STEP 476 (remove_files) COMPLETE |
| 7987 | 2026-08-20T03:17:53.821Z | [ recovery-image] Aug 20 03:17:53.108 INFO O| Aug 20 03:17:53.108 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7988 | 2026-08-20T03:17:53.831Z | [ recovery-image] Aug 20 03:17:53.119 INFO O| Aug 20 03:17:53.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm" |
| 7989 | 2026-08-20T03:17:53.831Z | [ recovery-image] Aug 20 03:17:53.120 INFO O| Aug 20 03:17:53.120 INFO STEP 477 (remove_files) COMPLETE |
| 7990 | 2026-08-20T03:17:53.831Z | [ recovery-image] Aug 20 03:17:53.120 INFO O| Aug 20 03:17:53.120 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7991 | 2026-08-20T03:17:53.843Z | [ recovery-image] Aug 20 03:17:53.131 INFO O| Aug 20 03:17:53.131 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts" |
| 7992 | 2026-08-20T03:17:53.852Z | [ recovery-image] Aug 20 03:17:53.131 INFO O| Aug 20 03:17:53.131 INFO STEP 478 (remove_files) COMPLETE |
| 7993 | 2026-08-20T03:17:53.852Z | [ recovery-image] Aug 20 03:17:53.131 INFO O| Aug 20 03:17:53.131 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7994 | 2026-08-20T03:17:53.852Z | [verify-libraries] Compiling delegate v0.13.5 |
| 7995 | 2026-08-20T03:17:53.852Z | [ recovery-image] Aug 20 03:17:53.141 INFO O| Aug 20 03:17:53.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons" |
| 7996 | 2026-08-20T03:17:53.852Z | [ recovery-image] Aug 20 03:17:53.141 INFO O| Aug 20 03:17:53.141 INFO STEP 479 (remove_files) COMPLETE |
| 7997 | 2026-08-20T03:17:53.853Z | [ recovery-image] Aug 20 03:17:53.141 INFO O| Aug 20 03:17:53.141 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7998 | 2026-08-20T03:17:53.863Z | [ recovery-image] Aug 20 03:17:53.152 INFO O| Aug 20 03:17:53.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf" |
| 7999 | 2026-08-20T03:17:53.864Z | [ recovery-image] Aug 20 03:17:53.152 INFO O| Aug 20 03:17:53.152 INFO STEP 480 (remove_files) COMPLETE |
| 8000 | 2026-08-20T03:17:53.869Z | [ recovery-image] Aug 20 03:17:53.152 INFO O| Aug 20 03:17:53.152 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8001 | 2026-08-20T03:17:53.879Z | [ recovery-image] Aug 20 03:17:53.163 INFO O| Aug 20 03:17:53.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf" |
| 8002 | 2026-08-20T03:17:53.879Z | [ recovery-image] Aug 20 03:17:53.163 INFO O| Aug 20 03:17:53.163 INFO STEP 481 (remove_files) COMPLETE |
| 8003 | 2026-08-20T03:17:53.880Z | [ recovery-image] Aug 20 03:17:53.163 INFO O| Aug 20 03:17:53.163 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8004 | 2026-08-20T03:17:53.885Z | [ recovery-image] Aug 20 03:17:53.172 INFO O| Aug 20 03:17:53.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf" |
| 8005 | 2026-08-20T03:17:53.885Z | [ recovery-image] Aug 20 03:17:53.172 INFO O| Aug 20 03:17:53.172 INFO STEP 482 (remove_files) COMPLETE |
| 8006 | 2026-08-20T03:17:53.885Z | [ recovery-image] Aug 20 03:17:53.172 INFO O| Aug 20 03:17:53.172 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8007 | 2026-08-20T03:17:53.899Z | [ recovery-image] Aug 20 03:17:53.181 INFO O| Aug 20 03:17:53.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf" |
| 8008 | 2026-08-20T03:17:53.900Z | [ recovery-image] Aug 20 03:17:53.181 INFO O| Aug 20 03:17:53.181 INFO STEP 483 (remove_files) COMPLETE |
| 8009 | 2026-08-20T03:17:53.900Z | [ recovery-image] Aug 20 03:17:53.181 INFO O| Aug 20 03:17:53.181 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8010 | 2026-08-20T03:17:53.910Z | [ recovery-image] Aug 20 03:17:53.190 INFO O| Aug 20 03:17:53.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf" |
| 8011 | 2026-08-20T03:17:53.910Z | [ recovery-image] Aug 20 03:17:53.190 INFO O| Aug 20 03:17:53.190 INFO STEP 484 (remove_files) COMPLETE |
| 8012 | 2026-08-20T03:17:53.910Z | [ recovery-image] Aug 20 03:17:53.190 INFO O| Aug 20 03:17:53.190 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8013 | 2026-08-20T03:17:53.918Z | [ recovery-image] Aug 20 03:17:53.202 INFO O| Aug 20 03:17:53.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf" |
| 8014 | 2026-08-20T03:17:53.918Z | [ recovery-image] Aug 20 03:17:53.202 INFO O| Aug 20 03:17:53.202 INFO STEP 485 (remove_files) COMPLETE |
| 8015 | 2026-08-20T03:17:53.918Z | [ recovery-image] Aug 20 03:17:53.202 INFO O| Aug 20 03:17:53.202 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8016 | 2026-08-20T03:17:53.925Z | [ recovery-image] Aug 20 03:17:53.213 INFO O| Aug 20 03:17:53.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf" |
| 8017 | 2026-08-20T03:17:53.925Z | [ recovery-image] Aug 20 03:17:53.213 INFO O| Aug 20 03:17:53.213 INFO STEP 486 (remove_files) COMPLETE |
| 8018 | 2026-08-20T03:17:53.925Z | [ recovery-image] Aug 20 03:17:53.213 INFO O| Aug 20 03:17:53.213 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8019 | 2026-08-20T03:17:53.942Z | [ recovery-image] Aug 20 03:17:53.223 INFO O| Aug 20 03:17:53.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec" |
| 8020 | 2026-08-20T03:17:53.942Z | [ recovery-image] Aug 20 03:17:53.223 INFO O| Aug 20 03:17:53.223 INFO STEP 487 (remove_files) COMPLETE |
| 8021 | 2026-08-20T03:17:53.942Z | [ recovery-image] Aug 20 03:17:53.223 INFO O| Aug 20 03:17:53.223 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8022 | 2026-08-20T03:17:53.949Z | [ recovery-image] Aug 20 03:17:53.234 INFO O| Aug 20 03:17:53.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec" |
| 8023 | 2026-08-20T03:17:53.949Z | [ recovery-image] Aug 20 03:17:53.234 INFO O| Aug 20 03:17:53.234 INFO STEP 488 (remove_files) COMPLETE |
| 8024 | 2026-08-20T03:17:53.949Z | [ recovery-image] Aug 20 03:17:53.234 INFO O| Aug 20 03:17:53.234 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8025 | 2026-08-20T03:17:53.953Z | [ recovery-image] Aug 20 03:17:53.245 INFO O| Aug 20 03:17:53.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs" |
| 8026 | 2026-08-20T03:17:53.954Z | [ recovery-image] Aug 20 03:17:53.245 INFO O| Aug 20 03:17:53.245 INFO STEP 489 (remove_files) COMPLETE |
| 8027 | 2026-08-20T03:17:53.954Z | [ recovery-image] Aug 20 03:17:53.245 INFO O| Aug 20 03:17:53.245 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8028 | 2026-08-20T03:17:53.967Z | [ recovery-image] Aug 20 03:17:53.256 INFO O| Aug 20 03:17:53.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs" |
| 8029 | 2026-08-20T03:17:53.967Z | [ recovery-image] Aug 20 03:17:53.256 INFO O| Aug 20 03:17:53.256 INFO STEP 490 (remove_files) COMPLETE |
| 8030 | 2026-08-20T03:17:53.973Z | [ recovery-image] Aug 20 03:17:53.256 INFO O| Aug 20 03:17:53.256 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8031 | 2026-08-20T03:17:53.985Z | [ recovery-image] Aug 20 03:17:53.268 INFO O| Aug 20 03:17:53.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
| 8032 | 2026-08-20T03:17:53.985Z | [ recovery-image] Aug 20 03:17:53.268 INFO O| Aug 20 03:17:53.268 INFO STEP 491 (remove_files) COMPLETE |
| 8033 | 2026-08-20T03:17:53.985Z | [ recovery-image] Aug 20 03:17:53.268 INFO O| Aug 20 03:17:53.268 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8034 | 2026-08-20T03:17:53.991Z | [ recovery-image] Aug 20 03:17:53.278 INFO O| Aug 20 03:17:53.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
| 8035 | 2026-08-20T03:17:53.992Z | [ recovery-image] Aug 20 03:17:53.278 INFO O| Aug 20 03:17:53.278 INFO STEP 492 (remove_files) COMPLETE |
| 8036 | 2026-08-20T03:17:53.992Z | [ recovery-image] Aug 20 03:17:53.278 INFO O| Aug 20 03:17:53.278 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8037 | 2026-08-20T03:17:54.007Z | [ recovery-image] Aug 20 03:17:53.290 INFO O| Aug 20 03:17:53.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
| 8038 | 2026-08-20T03:17:54.007Z | [ recovery-image] Aug 20 03:17:53.290 INFO O| Aug 20 03:17:53.289 INFO STEP 493 (remove_files) COMPLETE |
| 8039 | 2026-08-20T03:17:54.007Z | [ recovery-image] Aug 20 03:17:53.290 INFO O| Aug 20 03:17:53.289 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8040 | 2026-08-20T03:17:54.017Z | [ recovery-image] Aug 20 03:17:53.299 INFO O| Aug 20 03:17:53.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
| 8041 | 2026-08-20T03:17:54.017Z | [ recovery-image] Aug 20 03:17:53.299 INFO O| Aug 20 03:17:53.299 INFO STEP 494 (remove_files) COMPLETE |
| 8042 | 2026-08-20T03:17:54.017Z | [ recovery-image] Aug 20 03:17:53.299 INFO O| Aug 20 03:17:53.299 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8043 | 2026-08-20T03:17:54.031Z | [ recovery-image] Aug 20 03:17:53.309 INFO O| Aug 20 03:17:53.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA" |
| 8044 | 2026-08-20T03:17:54.031Z | [ recovery-image] Aug 20 03:17:53.309 INFO O| Aug 20 03:17:53.309 INFO STEP 495 (remove_files) COMPLETE |
| 8045 | 2026-08-20T03:17:54.031Z | [ recovery-image] Aug 20 03:17:53.309 INFO O| Aug 20 03:17:53.309 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8046 | 2026-08-20T03:17:54.047Z | [ recovery-image] Aug 20 03:17:53.338 INFO O| Aug 20 03:17:53.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT" |
| 8047 | 2026-08-20T03:17:54.047Z | [ recovery-image] Aug 20 03:17:53.338 INFO O| Aug 20 03:17:53.338 INFO STEP 496 (remove_files) COMPLETE |
| 8048 | 2026-08-20T03:17:54.047Z | [ recovery-image] Aug 20 03:17:53.338 INFO O| Aug 20 03:17:53.338 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8049 | 2026-08-20T03:17:54.058Z | [ recovery-image] Aug 20 03:17:53.348 INFO O| Aug 20 03:17:53.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
| 8050 | 2026-08-20T03:17:54.058Z | [ recovery-image] Aug 20 03:17:53.348 INFO O| Aug 20 03:17:53.348 INFO STEP 497 (remove_files) COMPLETE |
| 8051 | 2026-08-20T03:17:54.058Z | [ recovery-image] Aug 20 03:17:53.348 INFO O| Aug 20 03:17:53.348 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8052 | 2026-08-20T03:17:54.066Z | [ recovery-image] Aug 20 03:17:53.360 INFO O| Aug 20 03:17:53.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
| 8053 | 2026-08-20T03:17:54.066Z | [ recovery-image] Aug 20 03:17:53.360 INFO O| Aug 20 03:17:53.360 INFO STEP 498 (remove_files) COMPLETE |
| 8054 | 2026-08-20T03:17:54.066Z | [ recovery-image] Aug 20 03:17:53.360 INFO O| Aug 20 03:17:53.360 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8055 | 2026-08-20T03:17:54.095Z | [ recovery-image] Aug 20 03:17:53.372 INFO O| Aug 20 03:17:53.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod" |
| 8056 | 2026-08-20T03:17:54.095Z | [ recovery-image] Aug 20 03:17:53.372 INFO O| Aug 20 03:17:53.372 INFO STEP 499 (remove_files) COMPLETE |
| 8057 | 2026-08-20T03:17:54.095Z | [ recovery-image] Aug 20 03:17:53.372 INFO O| Aug 20 03:17:53.372 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8058 | 2026-08-20T03:17:54.117Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 8059 | 2026-08-20T03:17:54.117Z | [ recovery-image] Aug 20 03:17:53.382 INFO O| Aug 20 03:17:53.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod" |
| 8060 | 2026-08-20T03:17:54.119Z | [ recovery-image] Aug 20 03:17:53.382 INFO O| Aug 20 03:17:53.382 INFO STEP 500 (remove_files) COMPLETE |
| 8061 | 2026-08-20T03:17:54.119Z | [ recovery-image] Aug 20 03:17:53.382 INFO O| Aug 20 03:17:53.382 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8062 | 2026-08-20T03:17:54.119Z | [ recovery-image] Aug 20 03:17:53.392 INFO O| Aug 20 03:17:53.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl" |
| 8063 | 2026-08-20T03:17:54.119Z | [ recovery-image] Aug 20 03:17:53.393 INFO O| Aug 20 03:17:53.393 INFO STEP 501 (remove_files) COMPLETE |
| 8064 | 2026-08-20T03:17:54.119Z | [ recovery-image] Aug 20 03:17:53.393 INFO O| Aug 20 03:17:53.393 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8065 | 2026-08-20T03:17:54.130Z | [ recovery-image] Aug 20 03:17:53.403 INFO O| Aug 20 03:17:53.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys" |
| 8066 | 2026-08-20T03:17:54.130Z | [ recovery-image] Aug 20 03:17:53.403 INFO O| Aug 20 03:17:53.403 INFO STEP 502 (remove_files) COMPLETE |
| 8067 | 2026-08-20T03:17:54.130Z | [ recovery-image] Aug 20 03:17:53.403 INFO O| Aug 20 03:17:53.403 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8068 | 2026-08-20T03:17:54.130Z | [ recovery-image] Aug 20 03:17:53.414 INFO O| Aug 20 03:17:53.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct" |
| 8069 | 2026-08-20T03:17:54.130Z | [ recovery-image] Aug 20 03:17:53.415 INFO O| Aug 20 03:17:53.415 INFO STEP 503 (remove_files) COMPLETE |
| 8070 | 2026-08-20T03:17:54.130Z | [ recovery-image] Aug 20 03:17:53.415 INFO O| Aug 20 03:17:53.415 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8071 | 2026-08-20T03:17:54.139Z | [ recovery-image] Aug 20 03:17:53.425 INFO O| Aug 20 03:17:53.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README" |
| 8072 | 2026-08-20T03:17:54.139Z | [ recovery-image] Aug 20 03:17:53.425 INFO O| Aug 20 03:17:53.425 INFO STEP 504 (remove_files) COMPLETE |
| 8073 | 2026-08-20T03:17:54.139Z | [ recovery-image] Aug 20 03:17:53.425 INFO O| Aug 20 03:17:53.425 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8074 | 2026-08-20T03:17:54.145Z | [ recovery-image] Aug 20 03:17:53.437 INFO O| Aug 20 03:17:53.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map" |
| 8075 | 2026-08-20T03:17:54.146Z | [ recovery-image] Aug 20 03:17:53.437 INFO O| Aug 20 03:17:53.437 INFO STEP 505 (remove_files) COMPLETE |
| 8076 | 2026-08-20T03:17:54.146Z | [ recovery-image] Aug 20 03:17:53.437 INFO O| Aug 20 03:17:53.437 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8077 | 2026-08-20T03:17:54.159Z | [ recovery-image] Aug 20 03:17:53.448 INFO O| Aug 20 03:17:53.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace" |
| 8078 | 2026-08-20T03:17:54.159Z | [ recovery-image] Aug 20 03:17:53.448 INFO O| Aug 20 03:17:53.448 INFO STEP 506 (remove_files) COMPLETE |
| 8079 | 2026-08-20T03:17:54.159Z | [ recovery-image] Aug 20 03:17:53.448 INFO O| Aug 20 03:17:53.448 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8080 | 2026-08-20T03:17:54.168Z | [ recovery-image] Aug 20 03:17:53.459 INFO O| Aug 20 03:17:53.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen" |
| 8081 | 2026-08-20T03:17:54.169Z | [ recovery-image] Aug 20 03:17:53.459 INFO O| Aug 20 03:17:53.459 INFO STEP 507 (remove_files) COMPLETE |
| 8082 | 2026-08-20T03:17:54.178Z | [ recovery-image] Aug 20 03:17:53.459 INFO O| Aug 20 03:17:53.459 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8083 | 2026-08-20T03:17:54.192Z | [ recovery-image] Aug 20 03:17:53.469 INFO O| Aug 20 03:17:53.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1" |
| 8084 | 2026-08-20T03:17:54.192Z | [ recovery-image] Aug 20 03:17:53.469 INFO O| Aug 20 03:17:53.469 INFO STEP 508 (remove_files) COMPLETE |
| 8085 | 2026-08-20T03:17:54.192Z | [ recovery-image] Aug 20 03:17:53.469 INFO O| Aug 20 03:17:53.469 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8086 | 2026-08-20T03:17:54.198Z | [ recovery-image] Aug 20 03:17:53.479 INFO O| Aug 20 03:17:53.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3" |
| 8087 | 2026-08-20T03:17:54.198Z | [ recovery-image] Aug 20 03:17:53.479 INFO O| Aug 20 03:17:53.479 INFO STEP 509 (remove_files) COMPLETE |
| 8088 | 2026-08-20T03:17:54.198Z | [ recovery-image] Aug 20 03:17:53.479 INFO O| Aug 20 03:17:53.479 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8089 | 2026-08-20T03:17:54.198Z | [ recovery-image] Aug 20 03:17:53.488 INFO O| Aug 20 03:17:53.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4" |
| 8090 | 2026-08-20T03:17:54.198Z | [ recovery-image] Aug 20 03:17:53.488 INFO O| Aug 20 03:17:53.488 INFO STEP 510 (remove_files) COMPLETE |
| 8091 | 2026-08-20T03:17:54.198Z | [ recovery-image] Aug 20 03:17:53.488 INFO O| Aug 20 03:17:53.488 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8092 | 2026-08-20T03:17:54.208Z | [ recovery-image] Aug 20 03:17:53.498 INFO O| Aug 20 03:17:53.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o" |
| 8093 | 2026-08-20T03:17:54.208Z | [ recovery-image] Aug 20 03:17:53.498 INFO O| Aug 20 03:17:53.498 INFO STEP 511 (remove_files) COMPLETE |
| 8094 | 2026-08-20T03:17:54.208Z | [ recovery-image] Aug 20 03:17:53.498 INFO O| Aug 20 03:17:53.498 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8095 | 2026-08-20T03:17:54.219Z | [ recovery-image] Aug 20 03:17:53.509 INFO O| Aug 20 03:17:53.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o" |
| 8096 | 2026-08-20T03:17:54.219Z | [ recovery-image] Aug 20 03:17:53.509 INFO O| Aug 20 03:17:53.509 INFO STEP 512 (remove_files) COMPLETE |
| 8097 | 2026-08-20T03:17:54.219Z | [ recovery-image] Aug 20 03:17:53.509 INFO O| Aug 20 03:17:53.509 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8098 | 2026-08-20T03:17:54.232Z | [ recovery-image] Aug 20 03:17:53.521 INFO O| Aug 20 03:17:53.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1" |
| 8099 | 2026-08-20T03:17:54.242Z | [ recovery-image] Aug 20 03:17:53.522 INFO O| Aug 20 03:17:53.522 INFO STEP 513 (remove_files) COMPLETE |
| 8100 | 2026-08-20T03:17:54.242Z | [ recovery-image] Aug 20 03:17:53.522 INFO O| Aug 20 03:17:53.522 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8101 | 2026-08-20T03:17:54.246Z | [ recovery-image] Aug 20 03:17:53.534 INFO O| Aug 20 03:17:53.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
| 8102 | 2026-08-20T03:17:54.246Z | [ recovery-image] Aug 20 03:17:53.534 INFO O| Aug 20 03:17:53.534 INFO STEP 514 (remove_files) COMPLETE |
| 8103 | 2026-08-20T03:17:54.246Z | [ recovery-image] Aug 20 03:17:53.534 INFO O| Aug 20 03:17:53.534 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8104 | 2026-08-20T03:17:54.251Z | [ recovery-image] Aug 20 03:17:53.545 INFO O| Aug 20 03:17:53.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 8105 | 2026-08-20T03:17:54.251Z | [ recovery-image] Aug 20 03:17:53.545 INFO O| Aug 20 03:17:53.545 INFO STEP 515 (remove_files) COMPLETE |
| 8106 | 2026-08-20T03:17:54.251Z | [ recovery-image] Aug 20 03:17:53.545 INFO O| Aug 20 03:17:53.545 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8107 | 2026-08-20T03:17:54.316Z | [ recovery-image] Aug 20 03:17:53.557 INFO O| Aug 20 03:17:53.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1" |
| 8108 | 2026-08-20T03:17:54.316Z | [ recovery-image] Aug 20 03:17:53.557 INFO O| Aug 20 03:17:53.557 INFO STEP 516 (remove_files) COMPLETE |
| 8109 | 2026-08-20T03:17:54.332Z | [ recovery-image] Aug 20 03:17:53.557 INFO O| Aug 20 03:17:53.557 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8110 | 2026-08-20T03:17:54.332Z | [ recovery-image] Aug 20 03:17:53.577 INFO O| Aug 20 03:17:53.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
| 8111 | 2026-08-20T03:17:54.332Z | [ recovery-image] Aug 20 03:17:53.577 INFO O| Aug 20 03:17:53.577 INFO STEP 517 (remove_files) COMPLETE |
| 8112 | 2026-08-20T03:17:54.332Z | [ recovery-image] Aug 20 03:17:53.577 INFO O| Aug 20 03:17:53.577 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8113 | 2026-08-20T03:17:54.332Z | [ recovery-image] Aug 20 03:17:53.589 INFO O| Aug 20 03:17:53.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
| 8114 | 2026-08-20T03:17:54.332Z | [ recovery-image] Aug 20 03:17:53.589 INFO O| Aug 20 03:17:53.589 INFO STEP 518 (remove_files) COMPLETE |
| 8115 | 2026-08-20T03:17:54.332Z | [ recovery-image] Aug 20 03:17:53.589 INFO O| Aug 20 03:17:53.589 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8116 | 2026-08-20T03:17:54.333Z | [ recovery-image] Aug 20 03:17:53.600 INFO O| Aug 20 03:17:53.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
| 8117 | 2026-08-20T03:17:54.333Z | [ recovery-image] Aug 20 03:17:53.600 INFO O| Aug 20 03:17:53.600 INFO STEP 519 (remove_files) COMPLETE |
| 8118 | 2026-08-20T03:17:54.333Z | [ recovery-image] Aug 20 03:17:53.600 INFO O| Aug 20 03:17:53.600 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8119 | 2026-08-20T03:17:54.333Z | [ recovery-image] Aug 20 03:17:53.612 INFO O| Aug 20 03:17:53.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
| 8120 | 2026-08-20T03:17:54.333Z | [ recovery-image] Aug 20 03:17:53.612 INFO O| Aug 20 03:17:53.612 INFO STEP 520 (remove_files) COMPLETE |
| 8121 | 2026-08-20T03:17:54.333Z | [ recovery-image] Aug 20 03:17:53.612 INFO O| Aug 20 03:17:53.612 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8122 | 2026-08-20T03:17:54.341Z | [ recovery-image] Aug 20 03:17:53.622 INFO O| Aug 20 03:17:53.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub" |
| 8123 | 2026-08-20T03:17:54.341Z | [ recovery-image] Aug 20 03:17:53.622 INFO O| Aug 20 03:17:53.622 INFO STEP 521 (remove_files) COMPLETE |
| 8124 | 2026-08-20T03:17:54.341Z | [ recovery-image] Aug 20 03:17:53.622 INFO O| Aug 20 03:17:53.622 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8125 | 2026-08-20T03:17:54.341Z | [ recovery-image] Aug 20 03:17:53.631 INFO O| Aug 20 03:17:53.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1" |
| 8126 | 2026-08-20T03:17:54.341Z | [ recovery-image] Aug 20 03:17:53.631 INFO O| Aug 20 03:17:53.631 INFO STEP 522 (remove_files) COMPLETE |
| 8127 | 2026-08-20T03:17:54.342Z | [ recovery-image] Aug 20 03:17:53.632 INFO O| Aug 20 03:17:53.631 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8128 | 2026-08-20T03:17:54.350Z | [ recovery-image] Aug 20 03:17:53.641 INFO O| Aug 20 03:17:53.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1" |
| 8129 | 2026-08-20T03:17:54.361Z | [ recovery-image] Aug 20 03:17:53.641 INFO O| Aug 20 03:17:53.641 INFO STEP 523 (remove_files) COMPLETE |
| 8130 | 2026-08-20T03:17:54.361Z | [ recovery-image] Aug 20 03:17:53.641 INFO O| Aug 20 03:17:53.641 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8131 | 2026-08-20T03:17:54.361Z | [ recovery-image] Aug 20 03:17:53.651 INFO O| Aug 20 03:17:53.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1" |
| 8132 | 2026-08-20T03:17:54.361Z | [ recovery-image] Aug 20 03:17:53.651 INFO O| Aug 20 03:17:53.651 INFO STEP 524 (remove_files) COMPLETE |
| 8133 | 2026-08-20T03:17:54.361Z | [ recovery-image] Aug 20 03:17:53.651 INFO O| Aug 20 03:17:53.651 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8134 | 2026-08-20T03:17:54.372Z | [ recovery-image] Aug 20 03:17:53.660 INFO O| Aug 20 03:17:53.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1" |
| 8135 | 2026-08-20T03:17:54.372Z | [ recovery-image] Aug 20 03:17:53.660 INFO O| Aug 20 03:17:53.660 INFO STEP 525 (remove_files) COMPLETE |
| 8136 | 2026-08-20T03:17:54.372Z | [ recovery-image] Aug 20 03:17:53.660 INFO O| Aug 20 03:17:53.660 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8137 | 2026-08-20T03:17:54.381Z | [ recovery-image] Aug 20 03:17:53.669 INFO O| Aug 20 03:17:53.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1" |
| 8138 | 2026-08-20T03:17:54.381Z | [ recovery-image] Aug 20 03:17:53.669 INFO O| Aug 20 03:17:53.669 INFO STEP 526 (remove_files) COMPLETE |
| 8139 | 2026-08-20T03:17:54.381Z | [ recovery-image] Aug 20 03:17:53.669 INFO O| Aug 20 03:17:53.669 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8140 | 2026-08-20T03:17:54.392Z | [ recovery-image] Aug 20 03:17:53.680 INFO O| Aug 20 03:17:53.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0" |
| 8141 | 2026-08-20T03:17:54.392Z | [ recovery-image] Aug 20 03:17:53.680 INFO O| Aug 20 03:17:53.680 INFO STEP 527 (remove_files) COMPLETE |
| 8142 | 2026-08-20T03:17:54.392Z | [ recovery-image] Aug 20 03:17:53.680 INFO O| Aug 20 03:17:53.680 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8143 | 2026-08-20T03:17:54.399Z | [ recovery-image] Aug 20 03:17:53.689 INFO O| Aug 20 03:17:53.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0" |
| 8144 | 2026-08-20T03:17:54.399Z | [ recovery-image] Aug 20 03:17:53.689 INFO O| Aug 20 03:17:53.689 INFO STEP 528 (remove_files) COMPLETE |
| 8145 | 2026-08-20T03:17:54.399Z | [ recovery-image] Aug 20 03:17:53.689 INFO O| Aug 20 03:17:53.689 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8146 | 2026-08-20T03:17:54.407Z | [ recovery-image] Aug 20 03:17:53.699 INFO O| Aug 20 03:17:53.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0" |
| 8147 | 2026-08-20T03:17:54.407Z | [ recovery-image] Aug 20 03:17:53.699 INFO O| Aug 20 03:17:53.699 INFO STEP 529 (remove_files) COMPLETE |
| 8148 | 2026-08-20T03:17:54.407Z | [ recovery-image] Aug 20 03:17:53.699 INFO O| Aug 20 03:17:53.699 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8149 | 2026-08-20T03:17:54.415Z | [ recovery-image] Aug 20 03:17:53.709 INFO O| Aug 20 03:17:53.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
| 8150 | 2026-08-20T03:17:54.415Z | [ recovery-image] Aug 20 03:17:53.709 INFO O| Aug 20 03:17:53.709 INFO STEP 530 (remove_files) COMPLETE |
| 8151 | 2026-08-20T03:17:54.419Z | [ recovery-image] Aug 20 03:17:53.709 INFO O| Aug 20 03:17:53.709 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8152 | 2026-08-20T03:17:54.432Z | [ recovery-image] Aug 20 03:17:53.718 INFO O| Aug 20 03:17:53.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
| 8153 | 2026-08-20T03:17:54.432Z | [ recovery-image] Aug 20 03:17:53.718 INFO O| Aug 20 03:17:53.718 INFO STEP 531 (remove_files) COMPLETE |
| 8154 | 2026-08-20T03:17:54.432Z | [ recovery-image] Aug 20 03:17:53.718 INFO O| Aug 20 03:17:53.718 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8155 | 2026-08-20T03:17:54.447Z | [ recovery-image] Aug 20 03:17:53.728 INFO O| Aug 20 03:17:53.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1" |
| 8156 | 2026-08-20T03:17:54.447Z | [ recovery-image] Aug 20 03:17:53.728 INFO O| Aug 20 03:17:53.728 INFO STEP 532 (remove_files) COMPLETE |
| 8157 | 2026-08-20T03:17:54.447Z | [ recovery-image] Aug 20 03:17:53.728 INFO O| Aug 20 03:17:53.728 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8158 | 2026-08-20T03:17:54.456Z | [verify-libraries] Compiling hex-literal v1.1.0 |
| 8159 | 2026-08-20T03:17:54.456Z | [ recovery-image] Aug 20 03:17:53.738 INFO O| Aug 20 03:17:53.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1" |
| 8160 | 2026-08-20T03:17:54.456Z | [ recovery-image] Aug 20 03:17:53.738 INFO O| Aug 20 03:17:53.738 INFO STEP 533 (remove_files) COMPLETE |
| 8161 | 2026-08-20T03:17:54.456Z | [ recovery-image] Aug 20 03:17:53.738 INFO O| Aug 20 03:17:53.738 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8162 | 2026-08-20T03:17:54.467Z | [ recovery-image] Aug 20 03:17:53.747 INFO O| Aug 20 03:17:53.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1" |
| 8163 | 2026-08-20T03:17:54.468Z | [ recovery-image] Aug 20 03:17:53.747 INFO O| Aug 20 03:17:53.747 INFO STEP 534 (remove_files) COMPLETE |
| 8164 | 2026-08-20T03:17:54.468Z | [ recovery-image] Aug 20 03:17:53.747 INFO O| Aug 20 03:17:53.747 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8165 | 2026-08-20T03:17:54.478Z | [ recovery-image] Aug 20 03:17:53.760 INFO O| Aug 20 03:17:53.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
| 8166 | 2026-08-20T03:17:54.479Z | [ recovery-image] Aug 20 03:17:53.760 INFO O| Aug 20 03:17:53.760 INFO STEP 535 (remove_files) COMPLETE |
| 8167 | 2026-08-20T03:17:54.479Z | [ recovery-image] Aug 20 03:17:53.760 INFO O| Aug 20 03:17:53.760 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8168 | 2026-08-20T03:17:54.494Z | [ recovery-image] Aug 20 03:17:53.770 INFO O| Aug 20 03:17:53.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
| 8169 | 2026-08-20T03:17:54.494Z | [ recovery-image] Aug 20 03:17:53.770 INFO O| Aug 20 03:17:53.770 INFO STEP 536 (remove_files) COMPLETE |
| 8170 | 2026-08-20T03:17:54.494Z | [ recovery-image] Aug 20 03:17:53.770 INFO O| Aug 20 03:17:53.770 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8171 | 2026-08-20T03:17:54.507Z | [ recovery-image] Aug 20 03:17:53.782 INFO O| Aug 20 03:17:53.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1" |
| 8172 | 2026-08-20T03:17:54.507Z | [ recovery-image] Aug 20 03:17:53.782 INFO O| Aug 20 03:17:53.782 INFO STEP 537 (remove_files) COMPLETE |
| 8173 | 2026-08-20T03:17:54.507Z | [ recovery-image] Aug 20 03:17:53.782 INFO O| Aug 20 03:17:53.782 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8174 | 2026-08-20T03:17:54.507Z | [ recovery-image] Aug 20 03:17:53.793 INFO O| Aug 20 03:17:53.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
| 8175 | 2026-08-20T03:17:54.508Z | [ recovery-image] Aug 20 03:17:53.793 INFO O| Aug 20 03:17:53.793 INFO STEP 538 (remove_files) COMPLETE |
| 8176 | 2026-08-20T03:17:54.508Z | [ recovery-image] Aug 20 03:17:53.793 INFO O| Aug 20 03:17:53.793 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8177 | 2026-08-20T03:17:54.516Z | [ recovery-image] Aug 20 03:17:53.805 INFO O| Aug 20 03:17:53.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1" |
| 8178 | 2026-08-20T03:17:54.516Z | [ recovery-image] Aug 20 03:17:53.806 INFO O| Aug 20 03:17:53.806 INFO STEP 539 (remove_files) COMPLETE |
| 8179 | 2026-08-20T03:17:54.516Z | [ recovery-image] Aug 20 03:17:53.806 INFO O| Aug 20 03:17:53.806 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8180 | 2026-08-20T03:17:54.521Z | [ recovery-image] Aug 20 03:17:53.816 INFO O| Aug 20 03:17:53.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1" |
| 8181 | 2026-08-20T03:17:54.521Z | [ recovery-image] Aug 20 03:17:53.816 INFO O| Aug 20 03:17:53.816 INFO STEP 540 (remove_files) COMPLETE |
| 8182 | 2026-08-20T03:17:54.521Z | [ recovery-image] Aug 20 03:17:53.816 INFO O| Aug 20 03:17:53.816 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8183 | 2026-08-20T03:17:54.543Z | [ recovery-image] Aug 20 03:17:53.828 INFO O| Aug 20 03:17:53.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1" |
| 8184 | 2026-08-20T03:17:54.550Z | [ recovery-image] Aug 20 03:17:53.829 INFO O| Aug 20 03:17:53.829 INFO STEP 541 (remove_files) COMPLETE |
| 8185 | 2026-08-20T03:17:54.550Z | [ recovery-image] Aug 20 03:17:53.829 INFO O| Aug 20 03:17:53.829 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8186 | 2026-08-20T03:17:54.550Z | [ recovery-image] Aug 20 03:17:53.838 INFO O| Aug 20 03:17:53.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1" |
| 8187 | 2026-08-20T03:17:54.550Z | [ recovery-image] Aug 20 03:17:53.838 INFO O| Aug 20 03:17:53.838 INFO STEP 542 (remove_files) COMPLETE |
| 8188 | 2026-08-20T03:17:54.550Z | [ recovery-image] Aug 20 03:17:53.838 INFO O| Aug 20 03:17:53.838 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8189 | 2026-08-20T03:17:54.560Z | [ recovery-image] Aug 20 03:17:53.847 INFO O| Aug 20 03:17:53.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1" |
| 8190 | 2026-08-20T03:17:54.561Z | [ recovery-image] Aug 20 03:17:53.848 INFO O| Aug 20 03:17:53.848 INFO STEP 543 (remove_files) COMPLETE |
| 8191 | 2026-08-20T03:17:54.561Z | [ recovery-image] Aug 20 03:17:53.848 INFO O| Aug 20 03:17:53.848 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8192 | 2026-08-20T03:17:54.566Z | [ recovery-image] Aug 20 03:17:53.859 INFO O| Aug 20 03:17:53.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1" |
| 8193 | 2026-08-20T03:17:54.566Z | [ recovery-image] Aug 20 03:17:53.859 INFO O| Aug 20 03:17:53.859 INFO STEP 544 (remove_files) COMPLETE |
| 8194 | 2026-08-20T03:17:54.566Z | [ recovery-image] Aug 20 03:17:53.859 INFO O| Aug 20 03:17:53.859 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8195 | 2026-08-20T03:17:54.615Z | [ recovery-image] Aug 20 03:17:53.891 INFO O| Aug 20 03:17:53.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1" |
| 8196 | 2026-08-20T03:17:54.615Z | [ recovery-image] Aug 20 03:17:53.891 INFO O| Aug 20 03:17:53.891 INFO STEP 545 (remove_files) COMPLETE |
| 8197 | 2026-08-20T03:17:54.615Z | [ recovery-image] Aug 20 03:17:53.891 INFO O| Aug 20 03:17:53.891 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8198 | 2026-08-20T03:17:54.631Z | [ recovery-image] Aug 20 03:17:53.902 INFO O| Aug 20 03:17:53.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
| 8199 | 2026-08-20T03:17:54.631Z | [ recovery-image] Aug 20 03:17:53.902 INFO O| Aug 20 03:17:53.902 INFO STEP 546 (remove_files) COMPLETE |
| 8200 | 2026-08-20T03:17:54.631Z | [ recovery-image] Aug 20 03:17:53.902 INFO O| Aug 20 03:17:53.902 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8201 | 2026-08-20T03:17:54.631Z | [ recovery-image] Aug 20 03:17:53.915 INFO O| Aug 20 03:17:53.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1" |
| 8202 | 2026-08-20T03:17:54.631Z | [ recovery-image] Aug 20 03:17:53.915 INFO O| Aug 20 03:17:53.915 INFO STEP 547 (remove_files) COMPLETE |
| 8203 | 2026-08-20T03:17:54.631Z | [ recovery-image] Aug 20 03:17:53.915 INFO O| Aug 20 03:17:53.915 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8204 | 2026-08-20T03:17:54.646Z | [ recovery-image] Aug 20 03:17:53.926 INFO O| Aug 20 03:17:53.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1" |
| 8205 | 2026-08-20T03:17:54.646Z | [ recovery-image] Aug 20 03:17:53.926 INFO O| Aug 20 03:17:53.926 INFO STEP 548 (remove_files) COMPLETE |
| 8206 | 2026-08-20T03:17:54.646Z | [ recovery-image] Aug 20 03:17:53.926 INFO O| Aug 20 03:17:53.926 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8207 | 2026-08-20T03:17:54.654Z | [ recovery-image] Aug 20 03:17:53.936 INFO O| Aug 20 03:17:53.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5" |
| 8208 | 2026-08-20T03:17:54.654Z | [ recovery-image] Aug 20 03:17:53.936 INFO O| Aug 20 03:17:53.936 INFO STEP 549 (remove_files) COMPLETE |
| 8209 | 2026-08-20T03:17:54.654Z | [ recovery-image] Aug 20 03:17:53.936 INFO O| Aug 20 03:17:53.936 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8210 | 2026-08-20T03:17:54.667Z | [ recovery-image] Aug 20 03:17:53.946 INFO O| Aug 20 03:17:53.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1" |
| 8211 | 2026-08-20T03:17:54.667Z | [ recovery-image] Aug 20 03:17:53.946 INFO O| Aug 20 03:17:53.946 INFO STEP 550 (remove_files) COMPLETE |
| 8212 | 2026-08-20T03:17:54.667Z | [ recovery-image] Aug 20 03:17:53.946 INFO O| Aug 20 03:17:53.946 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8213 | 2026-08-20T03:17:54.679Z | [ recovery-image] Aug 20 03:17:53.958 INFO O| Aug 20 03:17:53.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1" |
| 8214 | 2026-08-20T03:17:54.679Z | [ recovery-image] Aug 20 03:17:53.958 INFO O| Aug 20 03:17:53.958 INFO STEP 551 (remove_files) COMPLETE |
| 8215 | 2026-08-20T03:17:54.679Z | [ recovery-image] Aug 20 03:17:53.958 INFO O| Aug 20 03:17:53.958 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8216 | 2026-08-20T03:17:54.679Z | [verify-libraries] Compiling seq-macro v0.3.6 |
| 8217 | 2026-08-20T03:17:54.689Z | [ recovery-image] Aug 20 03:17:53.969 INFO O| Aug 20 03:17:53.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1" |
| 8218 | 2026-08-20T03:17:54.689Z | [ recovery-image] Aug 20 03:17:53.969 INFO O| Aug 20 03:17:53.969 INFO STEP 552 (remove_files) COMPLETE |
| 8219 | 2026-08-20T03:17:54.689Z | [ recovery-image] Aug 20 03:17:53.969 INFO O| Aug 20 03:17:53.969 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8220 | 2026-08-20T03:17:54.698Z | [ recovery-image] Aug 20 03:17:53.979 INFO O| Aug 20 03:17:53.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1" |
| 8221 | 2026-08-20T03:17:54.698Z | [ recovery-image] Aug 20 03:17:53.980 INFO O| Aug 20 03:17:53.980 INFO STEP 553 (remove_files) COMPLETE |
| 8222 | 2026-08-20T03:17:54.698Z | [ recovery-image] Aug 20 03:17:53.980 INFO O| Aug 20 03:17:53.980 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8223 | 2026-08-20T03:17:54.717Z | [ recovery-image] Aug 20 03:17:53.991 INFO O| Aug 20 03:17:53.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1" |
| 8224 | 2026-08-20T03:17:54.717Z | [ recovery-image] Aug 20 03:17:53.991 INFO O| Aug 20 03:17:53.991 INFO STEP 554 (remove_files) COMPLETE |
| 8225 | 2026-08-20T03:17:54.717Z | [ recovery-image] Aug 20 03:17:53.991 INFO O| Aug 20 03:17:53.991 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8226 | 2026-08-20T03:17:54.731Z | [verify-libraries] Compiling sync-ptr v0.1.4 |
| 8227 | 2026-08-20T03:17:54.731Z | [ recovery-image] Aug 20 03:17:54.006 INFO O| Aug 20 03:17:54.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
| 8228 | 2026-08-20T03:17:54.731Z | [ recovery-image] Aug 20 03:17:54.006 INFO O| Aug 20 03:17:54.006 INFO STEP 555 (remove_files) COMPLETE |
| 8229 | 2026-08-20T03:17:54.731Z | [ recovery-image] Aug 20 03:17:54.006 INFO O| Aug 20 03:17:54.006 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8230 | 2026-08-20T03:17:54.731Z | [ recovery-image] Aug 20 03:17:54.016 INFO O| Aug 20 03:17:54.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1" |
| 8231 | 2026-08-20T03:17:54.731Z | [ recovery-image] Aug 20 03:17:54.016 INFO O| Aug 20 03:17:54.016 INFO STEP 556 (remove_files) COMPLETE |
| 8232 | 2026-08-20T03:17:54.731Z | [ recovery-image] Aug 20 03:17:54.016 INFO O| Aug 20 03:17:54.016 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8233 | 2026-08-20T03:17:54.747Z | [ recovery-image] Aug 20 03:17:54.026 INFO O| Aug 20 03:17:54.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
| 8234 | 2026-08-20T03:17:54.747Z | [ recovery-image] Aug 20 03:17:54.026 INFO O| Aug 20 03:17:54.026 INFO STEP 557 (remove_files) COMPLETE |
| 8235 | 2026-08-20T03:17:54.747Z | [ recovery-image] Aug 20 03:17:54.026 INFO O| Aug 20 03:17:54.026 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8236 | 2026-08-20T03:17:54.753Z | [ recovery-image] Aug 20 03:17:54.037 INFO O| Aug 20 03:17:54.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
| 8237 | 2026-08-20T03:17:54.753Z | [ recovery-image] Aug 20 03:17:54.037 INFO O| Aug 20 03:17:54.037 INFO STEP 558 (remove_files) COMPLETE |
| 8238 | 2026-08-20T03:17:54.753Z | [ recovery-image] Aug 20 03:17:54.037 INFO O| Aug 20 03:17:54.037 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8239 | 2026-08-20T03:17:54.753Z | [verify-libraries] Compiling md5 v0.8.0 |
| 8240 | 2026-08-20T03:17:54.771Z | [ recovery-image] Aug 20 03:17:54.047 INFO O| Aug 20 03:17:54.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1" |
| 8241 | 2026-08-20T03:17:54.771Z | [ recovery-image] Aug 20 03:17:54.047 INFO O| Aug 20 03:17:54.047 INFO STEP 559 (remove_files) COMPLETE |
| 8242 | 2026-08-20T03:17:54.771Z | [ recovery-image] Aug 20 03:17:54.047 INFO O| Aug 20 03:17:54.047 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8243 | 2026-08-20T03:17:54.779Z | [ recovery-image] Aug 20 03:17:54.063 INFO O| Aug 20 03:17:54.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1" |
| 8244 | 2026-08-20T03:17:54.780Z | [ recovery-image] Aug 20 03:17:54.063 INFO O| Aug 20 03:17:54.063 INFO STEP 560 (remove_files) COMPLETE |
| 8245 | 2026-08-20T03:17:54.780Z | [ recovery-image] Aug 20 03:17:54.063 INFO O| Aug 20 03:17:54.063 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8246 | 2026-08-20T03:17:54.809Z | [ recovery-image] Aug 20 03:17:54.096 INFO O| Aug 20 03:17:54.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
| 8247 | 2026-08-20T03:17:54.809Z | [ recovery-image] Aug 20 03:17:54.096 INFO O| Aug 20 03:17:54.074 INFO STEP 561 (remove_files) COMPLETE |
| 8248 | 2026-08-20T03:17:54.809Z | [ recovery-image] Aug 20 03:17:54.096 INFO O| Aug 20 03:17:54.074 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8249 | 2026-08-20T03:17:54.819Z | [ recovery-image] Aug 20 03:17:54.096 INFO O| Aug 20 03:17:54.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
| 8250 | 2026-08-20T03:17:54.820Z | [ recovery-image] Aug 20 03:17:54.096 INFO O| Aug 20 03:17:54.084 INFO STEP 562 (remove_files) COMPLETE |
| 8251 | 2026-08-20T03:17:54.820Z | [ recovery-image] Aug 20 03:17:54.096 INFO O| Aug 20 03:17:54.084 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8252 | 2026-08-20T03:17:54.820Z | [ recovery-image] Aug 20 03:17:54.096 INFO O| Aug 20 03:17:54.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1" |
| 8253 | 2026-08-20T03:17:54.820Z | [ recovery-image] Aug 20 03:17:54.096 INFO O| Aug 20 03:17:54.093 INFO STEP 563 (remove_files) COMPLETE |
| 8254 | 2026-08-20T03:17:54.820Z | [ recovery-image] Aug 20 03:17:54.096 INFO O| Aug 20 03:17:54.093 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8255 | 2026-08-20T03:17:54.820Z | [ recovery-image] Aug 20 03:17:54.101 INFO O| Aug 20 03:17:54.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1" |
| 8256 | 2026-08-20T03:17:54.820Z | [ recovery-image] Aug 20 03:17:54.101 INFO O| Aug 20 03:17:54.101 INFO STEP 564 (remove_files) COMPLETE |
| 8257 | 2026-08-20T03:17:54.820Z | [ recovery-image] Aug 20 03:17:54.101 INFO O| Aug 20 03:17:54.101 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8258 | 2026-08-20T03:17:54.820Z | [ recovery-image] Aug 20 03:17:54.110 INFO O| Aug 20 03:17:54.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
| 8259 | 2026-08-20T03:17:54.820Z | [ recovery-image] Aug 20 03:17:54.110 INFO O| Aug 20 03:17:54.110 INFO STEP 565 (remove_files) COMPLETE |
| 8260 | 2026-08-20T03:17:54.820Z | [ recovery-image] Aug 20 03:17:54.110 INFO O| Aug 20 03:17:54.110 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8261 | 2026-08-20T03:17:54.828Z | [ recovery-image] Aug 20 03:17:54.121 INFO O| Aug 20 03:17:54.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1" |
| 8262 | 2026-08-20T03:17:54.828Z | [ recovery-image] Aug 20 03:17:54.121 INFO O| Aug 20 03:17:54.121 INFO STEP 566 (remove_files) COMPLETE |
| 8263 | 2026-08-20T03:17:54.839Z | [ recovery-image] Aug 20 03:17:54.121 INFO O| Aug 20 03:17:54.121 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8264 | 2026-08-20T03:17:54.850Z | [ recovery-image] Aug 20 03:17:54.133 INFO O| Aug 20 03:17:54.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1" |
| 8265 | 2026-08-20T03:17:54.850Z | [ recovery-image] Aug 20 03:17:54.133 INFO O| Aug 20 03:17:54.133 INFO STEP 567 (remove_files) COMPLETE |
| 8266 | 2026-08-20T03:17:54.850Z | [ recovery-image] Aug 20 03:17:54.133 INFO O| Aug 20 03:17:54.133 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8267 | 2026-08-20T03:17:54.866Z | [ recovery-image] Aug 20 03:17:54.143 INFO O| Aug 20 03:17:54.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1" |
| 8268 | 2026-08-20T03:17:54.867Z | [ recovery-image] Aug 20 03:17:54.143 INFO O| Aug 20 03:17:54.143 INFO STEP 568 (remove_files) COMPLETE |
| 8269 | 2026-08-20T03:17:54.867Z | [ recovery-image] Aug 20 03:17:54.143 INFO O| Aug 20 03:17:54.143 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8270 | 2026-08-20T03:17:54.876Z | [ recovery-image] Aug 20 03:17:54.153 INFO O| Aug 20 03:17:54.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1" |
| 8271 | 2026-08-20T03:17:54.876Z | [ recovery-image] Aug 20 03:17:54.153 INFO O| Aug 20 03:17:54.153 INFO STEP 569 (remove_files) COMPLETE |
| 8272 | 2026-08-20T03:17:54.876Z | [ recovery-image] Aug 20 03:17:54.153 INFO O| Aug 20 03:17:54.153 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8273 | 2026-08-20T03:17:54.876Z | [ recovery-image] Aug 20 03:17:54.163 INFO O| Aug 20 03:17:54.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1" |
| 8274 | 2026-08-20T03:17:54.876Z | [ recovery-image] Aug 20 03:17:54.163 INFO O| Aug 20 03:17:54.163 INFO STEP 570 (remove_files) COMPLETE |
| 8275 | 2026-08-20T03:17:54.876Z | [ recovery-image] Aug 20 03:17:54.163 INFO O| Aug 20 03:17:54.163 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8276 | 2026-08-20T03:17:54.950Z | [ recovery-image] Aug 20 03:17:54.172 INFO O| Aug 20 03:17:54.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1" |
| 8277 | 2026-08-20T03:17:54.950Z | [ recovery-image] Aug 20 03:17:54.173 INFO O| Aug 20 03:17:54.173 INFO STEP 571 (remove_files) COMPLETE |
| 8278 | 2026-08-20T03:17:54.950Z | [ recovery-image] Aug 20 03:17:54.173 INFO O| Aug 20 03:17:54.173 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8279 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.183 INFO O| Aug 20 03:17:54.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1" |
| 8280 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.183 INFO O| Aug 20 03:17:54.183 INFO STEP 572 (remove_files) COMPLETE |
| 8281 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.183 INFO O| Aug 20 03:17:54.183 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8282 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.193 INFO O| Aug 20 03:17:54.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1" |
| 8283 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.193 INFO O| Aug 20 03:17:54.193 INFO STEP 573 (remove_files) COMPLETE |
| 8284 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.193 INFO O| Aug 20 03:17:54.193 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8285 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.202 INFO O| Aug 20 03:17:54.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
| 8286 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.202 INFO O| Aug 20 03:17:54.202 INFO STEP 574 (remove_files) COMPLETE |
| 8287 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.202 INFO O| Aug 20 03:17:54.202 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8288 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.212 INFO O| Aug 20 03:17:54.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
| 8289 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.212 INFO O| Aug 20 03:17:54.212 INFO STEP 575 (remove_files) COMPLETE |
| 8290 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.212 INFO O| Aug 20 03:17:54.212 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8291 | 2026-08-20T03:17:54.974Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 8292 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.222 INFO O| Aug 20 03:17:54.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1" |
| 8293 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.223 INFO O| Aug 20 03:17:54.223 INFO STEP 576 (remove_files) COMPLETE |
| 8294 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.223 INFO O| Aug 20 03:17:54.223 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8295 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.233 INFO O| Aug 20 03:17:54.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1" |
| 8296 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.233 INFO O| Aug 20 03:17:54.233 INFO STEP 577 (remove_files) COMPLETE |
| 8297 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.233 INFO O| Aug 20 03:17:54.233 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8298 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.243 INFO O| Aug 20 03:17:54.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1" |
| 8299 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.244 INFO O| Aug 20 03:17:54.244 INFO STEP 578 (remove_files) COMPLETE |
| 8300 | 2026-08-20T03:17:54.974Z | [ recovery-image] Aug 20 03:17:54.244 INFO O| Aug 20 03:17:54.244 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8301 | 2026-08-20T03:17:54.980Z | [ recovery-image] Aug 20 03:17:54.255 INFO O| Aug 20 03:17:54.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
| 8302 | 2026-08-20T03:17:54.980Z | [ recovery-image] Aug 20 03:17:54.255 INFO O| Aug 20 03:17:54.255 INFO STEP 579 (remove_files) COMPLETE |
| 8303 | 2026-08-20T03:17:54.980Z | [ recovery-image] Aug 20 03:17:54.255 INFO O| Aug 20 03:17:54.255 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8304 | 2026-08-20T03:17:54.980Z | [ recovery-image] Aug 20 03:17:54.266 INFO O| Aug 20 03:17:54.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
| 8305 | 2026-08-20T03:17:54.980Z | [ recovery-image] Aug 20 03:17:54.267 INFO O| Aug 20 03:17:54.267 INFO STEP 580 (remove_files) COMPLETE |
| 8306 | 2026-08-20T03:17:54.980Z | [ recovery-image] Aug 20 03:17:54.267 INFO O| Aug 20 03:17:54.267 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8307 | 2026-08-20T03:17:54.980Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 8308 | 2026-08-20T03:17:54.996Z | [ recovery-image] Aug 20 03:17:54.277 INFO O| Aug 20 03:17:54.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1" |
| 8309 | 2026-08-20T03:17:54.996Z | [ recovery-image] Aug 20 03:17:54.277 INFO O| Aug 20 03:17:54.277 INFO STEP 581 (remove_files) COMPLETE |
| 8310 | 2026-08-20T03:17:54.996Z | [ recovery-image] Aug 20 03:17:54.277 INFO O| Aug 20 03:17:54.277 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8311 | 2026-08-20T03:17:55.009Z | [ recovery-image] Aug 20 03:17:54.288 INFO O| Aug 20 03:17:54.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
| 8312 | 2026-08-20T03:17:55.009Z | [ recovery-image] Aug 20 03:17:54.288 INFO O| Aug 20 03:17:54.288 INFO STEP 582 (remove_files) COMPLETE |
| 8313 | 2026-08-20T03:17:55.009Z | [ recovery-image] Aug 20 03:17:54.288 INFO O| Aug 20 03:17:54.288 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8314 | 2026-08-20T03:17:55.024Z | [ recovery-image] Aug 20 03:17:54.299 INFO O| Aug 20 03:17:54.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
| 8315 | 2026-08-20T03:17:55.024Z | [ recovery-image] Aug 20 03:17:54.299 INFO O| Aug 20 03:17:54.299 INFO STEP 583 (remove_files) COMPLETE |
| 8316 | 2026-08-20T03:17:55.024Z | [ recovery-image] Aug 20 03:17:54.299 INFO O| Aug 20 03:17:54.299 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8317 | 2026-08-20T03:17:55.046Z | [ recovery-image] Aug 20 03:17:54.311 INFO O| Aug 20 03:17:54.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
| 8318 | 2026-08-20T03:17:55.046Z | [ recovery-image] Aug 20 03:17:54.311 INFO O| Aug 20 03:17:54.311 INFO STEP 584 (remove_files) COMPLETE |
| 8319 | 2026-08-20T03:17:55.046Z | [ recovery-image] Aug 20 03:17:54.311 INFO O| Aug 20 03:17:54.311 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8320 | 2026-08-20T03:17:55.046Z | [ recovery-image] Aug 20 03:17:54.322 INFO O| Aug 20 03:17:54.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
| 8321 | 2026-08-20T03:17:55.046Z | [ recovery-image] Aug 20 03:17:54.322 INFO O| Aug 20 03:17:54.322 INFO STEP 585 (remove_files) COMPLETE |
| 8322 | 2026-08-20T03:17:55.046Z | [ recovery-image] Aug 20 03:17:54.322 INFO O| Aug 20 03:17:54.322 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8323 | 2026-08-20T03:17:55.057Z | [ recovery-image] Aug 20 03:17:54.332 INFO O| Aug 20 03:17:54.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1" |
| 8324 | 2026-08-20T03:17:55.057Z | [ recovery-image] Aug 20 03:17:54.332 INFO O| Aug 20 03:17:54.332 INFO STEP 586 (remove_files) COMPLETE |
| 8325 | 2026-08-20T03:17:55.057Z | [ recovery-image] Aug 20 03:17:54.332 INFO O| Aug 20 03:17:54.332 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8326 | 2026-08-20T03:17:55.057Z | [ recovery-image] Aug 20 03:17:54.342 INFO O| Aug 20 03:17:54.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1" |
| 8327 | 2026-08-20T03:17:55.057Z | [ recovery-image] Aug 20 03:17:54.343 INFO O| Aug 20 03:17:54.343 INFO STEP 587 (remove_files) COMPLETE |
| 8328 | 2026-08-20T03:17:55.057Z | [ recovery-image] Aug 20 03:17:54.343 INFO O| Aug 20 03:17:54.343 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8329 | 2026-08-20T03:17:55.061Z | [ recovery-image] Aug 20 03:17:54.355 INFO O| Aug 20 03:17:54.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1" |
| 8330 | 2026-08-20T03:17:55.061Z | [ recovery-image] Aug 20 03:17:54.355 INFO O| Aug 20 03:17:54.355 INFO STEP 588 (remove_files) COMPLETE |
| 8331 | 2026-08-20T03:17:55.061Z | [ recovery-image] Aug 20 03:17:54.355 INFO O| Aug 20 03:17:54.355 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8332 | 2026-08-20T03:17:55.077Z | [ recovery-image] Aug 20 03:17:54.365 INFO O| Aug 20 03:17:54.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1" |
| 8333 | 2026-08-20T03:17:55.077Z | [ recovery-image] Aug 20 03:17:54.365 INFO O| Aug 20 03:17:54.365 INFO STEP 589 (remove_files) COMPLETE |
| 8334 | 2026-08-20T03:17:55.077Z | [ recovery-image] Aug 20 03:17:54.365 INFO O| Aug 20 03:17:54.365 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8335 | 2026-08-20T03:17:55.090Z | [ recovery-image] Aug 20 03:17:54.377 INFO O| Aug 20 03:17:54.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1" |
| 8336 | 2026-08-20T03:17:55.090Z | [ recovery-image] Aug 20 03:17:54.377 INFO O| Aug 20 03:17:54.377 INFO STEP 590 (remove_files) COMPLETE |
| 8337 | 2026-08-20T03:17:55.103Z | [ recovery-image] Aug 20 03:17:54.377 INFO O| Aug 20 03:17:54.377 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8338 | 2026-08-20T03:17:55.103Z | [ recovery-image] Aug 20 03:17:54.389 INFO O| Aug 20 03:17:54.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
| 8339 | 2026-08-20T03:17:55.103Z | [ recovery-image] Aug 20 03:17:54.389 INFO O| Aug 20 03:17:54.389 INFO STEP 591 (remove_files) COMPLETE |
| 8340 | 2026-08-20T03:17:55.103Z | [ recovery-image] Aug 20 03:17:54.389 INFO O| Aug 20 03:17:54.389 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8341 | 2026-08-20T03:17:55.114Z | [ recovery-image] Aug 20 03:17:54.399 INFO O| Aug 20 03:17:54.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1" |
| 8342 | 2026-08-20T03:17:55.114Z | [ recovery-image] Aug 20 03:17:54.399 INFO O| Aug 20 03:17:54.399 INFO STEP 592 (remove_files) COMPLETE |
| 8343 | 2026-08-20T03:17:55.114Z | [ recovery-image] Aug 20 03:17:54.399 INFO O| Aug 20 03:17:54.399 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8344 | 2026-08-20T03:17:55.126Z | [ recovery-image] Aug 20 03:17:54.410 INFO O| Aug 20 03:17:54.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
| 8345 | 2026-08-20T03:17:55.126Z | [ recovery-image] Aug 20 03:17:54.410 INFO O| Aug 20 03:17:54.410 INFO STEP 593 (remove_files) COMPLETE |
| 8346 | 2026-08-20T03:17:55.126Z | [ recovery-image] Aug 20 03:17:54.410 INFO O| Aug 20 03:17:54.410 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8347 | 2026-08-20T03:17:55.137Z | [ recovery-image] Aug 20 03:17:54.419 INFO O| Aug 20 03:17:54.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
| 8348 | 2026-08-20T03:17:55.137Z | [ recovery-image] Aug 20 03:17:54.419 INFO O| Aug 20 03:17:54.419 INFO STEP 594 (remove_files) COMPLETE |
| 8349 | 2026-08-20T03:17:55.137Z | [ recovery-image] Aug 20 03:17:54.419 INFO O| Aug 20 03:17:54.419 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8350 | 2026-08-20T03:17:55.142Z | [ recovery-image] Aug 20 03:17:54.429 INFO O| Aug 20 03:17:54.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
| 8351 | 2026-08-20T03:17:55.142Z | [ recovery-image] Aug 20 03:17:54.429 INFO O| Aug 20 03:17:54.429 INFO STEP 595 (remove_files) COMPLETE |
| 8352 | 2026-08-20T03:17:55.142Z | [ recovery-image] Aug 20 03:17:54.429 INFO O| Aug 20 03:17:54.429 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8353 | 2026-08-20T03:17:55.147Z | [ recovery-image] Aug 20 03:17:54.438 INFO O| Aug 20 03:17:54.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
| 8354 | 2026-08-20T03:17:55.147Z | [ recovery-image] Aug 20 03:17:54.438 INFO O| Aug 20 03:17:54.438 INFO STEP 596 (remove_files) COMPLETE |
| 8355 | 2026-08-20T03:17:55.147Z | [ recovery-image] Aug 20 03:17:54.438 INFO O| Aug 20 03:17:54.438 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8356 | 2026-08-20T03:17:55.155Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 8357 | 2026-08-20T03:17:55.161Z | [ recovery-image] Aug 20 03:17:54.449 INFO O| Aug 20 03:17:54.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
| 8358 | 2026-08-20T03:17:55.161Z | [ recovery-image] Aug 20 03:17:54.449 INFO O| Aug 20 03:17:54.449 INFO STEP 597 (remove_files) COMPLETE |
| 8359 | 2026-08-20T03:17:55.162Z | [ recovery-image] Aug 20 03:17:54.449 INFO O| Aug 20 03:17:54.449 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8360 | 2026-08-20T03:17:55.171Z | [ recovery-image] Aug 20 03:17:54.459 INFO O| Aug 20 03:17:54.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
| 8361 | 2026-08-20T03:17:55.172Z | [ recovery-image] Aug 20 03:17:54.459 INFO O| Aug 20 03:17:54.459 INFO STEP 598 (remove_files) COMPLETE |
| 8362 | 2026-08-20T03:17:55.172Z | [ recovery-image] Aug 20 03:17:54.459 INFO O| Aug 20 03:17:54.459 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8363 | 2026-08-20T03:17:55.199Z | [verify-libraries] Compiling russh v0.62.4 |
| 8364 | 2026-08-20T03:17:55.216Z | [ recovery-image] Aug 20 03:17:54.510 INFO O| Aug 20 03:17:54.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
| 8365 | 2026-08-20T03:17:55.216Z | [ recovery-image] Aug 20 03:17:54.510 INFO O| Aug 20 03:17:54.510 INFO STEP 599 (remove_files) COMPLETE |
| 8366 | 2026-08-20T03:17:55.229Z | [ recovery-image] Aug 20 03:17:54.510 INFO O| Aug 20 03:17:54.510 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8367 | 2026-08-20T03:17:55.237Z | [ recovery-image] Aug 20 03:17:54.522 INFO O| Aug 20 03:17:54.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
| 8368 | 2026-08-20T03:17:55.237Z | [ recovery-image] Aug 20 03:17:54.522 INFO O| Aug 20 03:17:54.522 INFO STEP 600 (remove_files) COMPLETE |
| 8369 | 2026-08-20T03:17:55.237Z | [ recovery-image] Aug 20 03:17:54.522 INFO O| Aug 20 03:17:54.522 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8370 | 2026-08-20T03:17:55.247Z | [ recovery-image] Aug 20 03:17:54.531 INFO O| Aug 20 03:17:54.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
| 8371 | 2026-08-20T03:17:55.247Z | [ recovery-image] Aug 20 03:17:54.531 INFO O| Aug 20 03:17:54.531 INFO STEP 601 (remove_files) COMPLETE |
| 8372 | 2026-08-20T03:17:55.247Z | [ recovery-image] Aug 20 03:17:54.531 INFO O| Aug 20 03:17:54.531 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8373 | 2026-08-20T03:17:55.252Z | [ recovery-image] Aug 20 03:17:54.540 INFO O| Aug 20 03:17:54.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
| 8374 | 2026-08-20T03:17:55.252Z | [ recovery-image] Aug 20 03:17:54.540 INFO O| Aug 20 03:17:54.540 INFO STEP 602 (remove_files) COMPLETE |
| 8375 | 2026-08-20T03:17:55.252Z | [ recovery-image] Aug 20 03:17:54.540 INFO O| Aug 20 03:17:54.540 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8376 | 2026-08-20T03:17:55.259Z | [ recovery-image] Aug 20 03:17:54.549 INFO O| Aug 20 03:17:54.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
| 8377 | 2026-08-20T03:17:55.259Z | [ recovery-image] Aug 20 03:17:54.550 INFO O| Aug 20 03:17:54.550 INFO STEP 603 (remove_files) COMPLETE |
| 8378 | 2026-08-20T03:17:55.259Z | [ recovery-image] Aug 20 03:17:54.550 INFO O| Aug 20 03:17:54.550 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8379 | 2026-08-20T03:17:55.273Z | [ recovery-image] Aug 20 03:17:54.560 INFO O| Aug 20 03:17:54.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
| 8380 | 2026-08-20T03:17:55.273Z | [ recovery-image] Aug 20 03:17:54.560 INFO O| Aug 20 03:17:54.560 INFO STEP 604 (remove_files) COMPLETE |
| 8381 | 2026-08-20T03:17:55.281Z | [ recovery-image] Aug 20 03:17:54.560 INFO O| Aug 20 03:17:54.560 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8382 | 2026-08-20T03:17:55.281Z | [ recovery-image] Aug 20 03:17:54.570 INFO O| Aug 20 03:17:54.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
| 8383 | 2026-08-20T03:17:55.281Z | [ recovery-image] Aug 20 03:17:54.570 INFO O| Aug 20 03:17:54.570 INFO STEP 605 (remove_files) COMPLETE |
| 8384 | 2026-08-20T03:17:55.281Z | [ recovery-image] Aug 20 03:17:54.570 INFO O| Aug 20 03:17:54.570 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8385 | 2026-08-20T03:17:55.289Z | [ recovery-image] Aug 20 03:17:54.582 INFO O| Aug 20 03:17:54.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
| 8386 | 2026-08-20T03:17:55.289Z | [ recovery-image] Aug 20 03:17:54.582 INFO O| Aug 20 03:17:54.582 INFO STEP 606 (remove_files) COMPLETE |
| 8387 | 2026-08-20T03:17:55.289Z | [ recovery-image] Aug 20 03:17:54.582 INFO O| Aug 20 03:17:54.582 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8388 | 2026-08-20T03:17:55.296Z | [ recovery-image] Aug 20 03:17:54.592 INFO O| Aug 20 03:17:54.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
| 8389 | 2026-08-20T03:17:55.296Z | [ recovery-image] Aug 20 03:17:54.592 INFO O| Aug 20 03:17:54.592 INFO STEP 607 (remove_files) COMPLETE |
| 8390 | 2026-08-20T03:17:55.312Z | [ recovery-image] Aug 20 03:17:54.592 INFO O| Aug 20 03:17:54.592 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8391 | 2026-08-20T03:17:55.318Z | [ recovery-image] Aug 20 03:17:54.603 INFO O| Aug 20 03:17:54.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
| 8392 | 2026-08-20T03:17:55.318Z | [ recovery-image] Aug 20 03:17:54.603 INFO O| Aug 20 03:17:54.603 INFO STEP 608 (remove_files) COMPLETE |
| 8393 | 2026-08-20T03:17:55.318Z | [ recovery-image] Aug 20 03:17:54.603 INFO O| Aug 20 03:17:54.603 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8394 | 2026-08-20T03:17:55.331Z | [ recovery-image] Aug 20 03:17:54.620 INFO O| Aug 20 03:17:54.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
| 8395 | 2026-08-20T03:17:55.331Z | [ recovery-image] Aug 20 03:17:54.620 INFO O| Aug 20 03:17:54.620 INFO STEP 609 (remove_files) COMPLETE |
| 8396 | 2026-08-20T03:17:55.331Z | [ recovery-image] Aug 20 03:17:54.620 INFO O| Aug 20 03:17:54.620 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8397 | 2026-08-20T03:17:55.338Z | [ recovery-image] Aug 20 03:17:54.631 INFO O| Aug 20 03:17:54.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
| 8398 | 2026-08-20T03:17:55.338Z | [ recovery-image] Aug 20 03:17:54.631 INFO O| Aug 20 03:17:54.631 INFO STEP 610 (remove_files) COMPLETE |
| 8399 | 2026-08-20T03:17:55.345Z | [ recovery-image] Aug 20 03:17:54.631 INFO O| Aug 20 03:17:54.631 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8400 | 2026-08-20T03:17:55.368Z | [ recovery-image] Aug 20 03:17:54.641 INFO O| Aug 20 03:17:54.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
| 8401 | 2026-08-20T03:17:55.368Z | [ recovery-image] Aug 20 03:17:54.643 INFO O| Aug 20 03:17:54.643 INFO STEP 611 (remove_files) COMPLETE |
| 8402 | 2026-08-20T03:17:55.368Z | [ recovery-image] Aug 20 03:17:54.643 INFO O| Aug 20 03:17:54.643 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8403 | 2026-08-20T03:17:55.379Z | [ recovery-image] Aug 20 03:17:54.655 INFO O| Aug 20 03:17:54.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
| 8404 | 2026-08-20T03:17:55.379Z | [ recovery-image] Aug 20 03:17:54.655 INFO O| Aug 20 03:17:54.655 INFO STEP 612 (remove_files) COMPLETE |
| 8405 | 2026-08-20T03:17:55.379Z | [ recovery-image] Aug 20 03:17:54.655 INFO O| Aug 20 03:17:54.655 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8406 | 2026-08-20T03:17:55.379Z | [ recovery-image] Aug 20 03:17:54.667 INFO O| Aug 20 03:17:54.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
| 8407 | 2026-08-20T03:17:55.379Z | [ recovery-image] Aug 20 03:17:54.667 INFO O| Aug 20 03:17:54.667 INFO STEP 613 (remove_files) COMPLETE |
| 8408 | 2026-08-20T03:17:55.380Z | [ recovery-image] Aug 20 03:17:54.668 INFO O| Aug 20 03:17:54.667 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8409 | 2026-08-20T03:17:55.397Z | [ recovery-image] Aug 20 03:17:54.681 INFO O| Aug 20 03:17:54.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
| 8410 | 2026-08-20T03:17:55.397Z | [ recovery-image] Aug 20 03:17:54.681 INFO O| Aug 20 03:17:54.681 INFO STEP 614 (remove_files) COMPLETE |
| 8411 | 2026-08-20T03:17:55.397Z | [ recovery-image] Aug 20 03:17:54.681 INFO O| Aug 20 03:17:54.681 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8412 | 2026-08-20T03:17:55.407Z | [ recovery-image] Aug 20 03:17:54.692 INFO O| Aug 20 03:17:54.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
| 8413 | 2026-08-20T03:17:55.407Z | [ recovery-image] Aug 20 03:17:54.692 INFO O| Aug 20 03:17:54.692 INFO STEP 615 (remove_files) COMPLETE |
| 8414 | 2026-08-20T03:17:55.407Z | [ recovery-image] Aug 20 03:17:54.692 INFO O| Aug 20 03:17:54.692 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8415 | 2026-08-20T03:17:55.417Z | [ recovery-image] Aug 20 03:17:54.702 INFO O| Aug 20 03:17:54.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
| 8416 | 2026-08-20T03:17:55.417Z | [ recovery-image] Aug 20 03:17:54.702 INFO O| Aug 20 03:17:54.702 INFO STEP 616 (remove_files) COMPLETE |
| 8417 | 2026-08-20T03:17:55.417Z | [ recovery-image] Aug 20 03:17:54.702 INFO O| Aug 20 03:17:54.702 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8418 | 2026-08-20T03:17:55.422Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 8419 | 2026-08-20T03:17:55.422Z | [ recovery-image] Aug 20 03:17:54.713 INFO O| Aug 20 03:17:54.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
| 8420 | 2026-08-20T03:17:55.422Z | [ recovery-image] Aug 20 03:17:54.713 INFO O| Aug 20 03:17:54.713 INFO STEP 617 (remove_files) COMPLETE |
| 8421 | 2026-08-20T03:17:55.422Z | [ recovery-image] Aug 20 03:17:54.713 INFO O| Aug 20 03:17:54.713 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8422 | 2026-08-20T03:17:55.435Z | [ recovery-image] Aug 20 03:17:54.724 INFO O| Aug 20 03:17:54.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
| 8423 | 2026-08-20T03:17:55.435Z | [ recovery-image] Aug 20 03:17:54.724 INFO O| Aug 20 03:17:54.724 INFO STEP 618 (remove_files) COMPLETE |
| 8424 | 2026-08-20T03:17:55.435Z | [ recovery-image] Aug 20 03:17:54.724 INFO O| Aug 20 03:17:54.724 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8425 | 2026-08-20T03:17:55.442Z | [ recovery-image] Aug 20 03:17:54.736 INFO O| Aug 20 03:17:54.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
| 8426 | 2026-08-20T03:17:55.443Z | [ recovery-image] Aug 20 03:17:54.736 INFO O| Aug 20 03:17:54.736 INFO STEP 619 (remove_files) COMPLETE |
| 8427 | 2026-08-20T03:17:55.452Z | [ recovery-image] Aug 20 03:17:54.736 INFO O| Aug 20 03:17:54.736 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8428 | 2026-08-20T03:17:55.462Z | [ recovery-image] Aug 20 03:17:54.747 INFO O| Aug 20 03:17:54.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
| 8429 | 2026-08-20T03:17:55.462Z | [ recovery-image] Aug 20 03:17:54.747 INFO O| Aug 20 03:17:54.747 INFO STEP 620 (remove_files) COMPLETE |
| 8430 | 2026-08-20T03:17:55.462Z | [ recovery-image] Aug 20 03:17:54.747 INFO O| Aug 20 03:17:54.747 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8431 | 2026-08-20T03:17:55.477Z | [ recovery-image] Aug 20 03:17:54.759 INFO O| Aug 20 03:17:54.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
| 8432 | 2026-08-20T03:17:55.477Z | [ recovery-image] Aug 20 03:17:54.759 INFO O| Aug 20 03:17:54.759 INFO STEP 621 (remove_files) COMPLETE |
| 8433 | 2026-08-20T03:17:55.477Z | [ recovery-image] Aug 20 03:17:54.759 INFO O| Aug 20 03:17:54.759 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8434 | 2026-08-20T03:17:55.485Z | [ recovery-image] Aug 20 03:17:54.770 INFO O| Aug 20 03:17:54.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2" |
| 8435 | 2026-08-20T03:17:55.485Z | [ recovery-image] Aug 20 03:17:54.770 INFO O| Aug 20 03:17:54.770 INFO STEP 622 (remove_files) COMPLETE |
| 8436 | 2026-08-20T03:17:55.485Z | [ recovery-image] Aug 20 03:17:54.770 INFO O| Aug 20 03:17:54.770 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8437 | 2026-08-20T03:17:55.489Z | [ recovery-image] Aug 20 03:17:54.780 INFO O| Aug 20 03:17:54.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
| 8438 | 2026-08-20T03:17:55.489Z | [ recovery-image] Aug 20 03:17:54.780 INFO O| Aug 20 03:17:54.780 INFO STEP 623 (remove_files) COMPLETE |
| 8439 | 2026-08-20T03:17:55.489Z | [ recovery-image] Aug 20 03:17:54.780 INFO O| Aug 20 03:17:54.780 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8440 | 2026-08-20T03:17:55.497Z | [ recovery-image] Aug 20 03:17:54.790 INFO O| Aug 20 03:17:54.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr" |
| 8441 | 2026-08-20T03:17:55.497Z | [ recovery-image] Aug 20 03:17:54.790 INFO O| Aug 20 03:17:54.790 INFO STEP 624 (remove_files) COMPLETE |
| 8442 | 2026-08-20T03:17:55.497Z | [ recovery-image] Aug 20 03:17:54.790 INFO O| Aug 20 03:17:54.790 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8443 | 2026-08-20T03:17:55.504Z | [ recovery-image] Aug 20 03:17:54.799 INFO O| Aug 20 03:17:54.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh" |
| 8444 | 2026-08-20T03:17:55.504Z | [ recovery-image] Aug 20 03:17:54.799 INFO O| Aug 20 03:17:54.799 INFO STEP 625 (remove_files) COMPLETE |
| 8445 | 2026-08-20T03:17:55.519Z | [ recovery-image] Aug 20 03:17:54.799 INFO O| Aug 20 03:17:54.799 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8446 | 2026-08-20T03:17:55.531Z | [ recovery-image] Aug 20 03:17:54.809 INFO O| Aug 20 03:17:54.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query" |
| 8447 | 2026-08-20T03:17:55.531Z | [ recovery-image] Aug 20 03:17:54.809 INFO O| Aug 20 03:17:54.809 INFO STEP 626 (remove_files) COMPLETE |
| 8448 | 2026-08-20T03:17:55.531Z | [ recovery-image] Aug 20 03:17:54.809 INFO O| Aug 20 03:17:54.809 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8449 | 2026-08-20T03:17:55.531Z | [ recovery-image] Aug 20 03:17:54.818 INFO O| Aug 20 03:17:54.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
| 8450 | 2026-08-20T03:17:55.531Z | [ recovery-image] Aug 20 03:17:54.818 INFO O| Aug 20 03:17:54.818 INFO STEP 627 (remove_files) COMPLETE |
| 8451 | 2026-08-20T03:17:55.531Z | [ recovery-image] Aug 20 03:17:54.818 INFO O| Aug 20 03:17:54.818 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8452 | 2026-08-20T03:17:55.535Z | [ recovery-image] Aug 20 03:17:54.828 INFO O| Aug 20 03:17:54.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
| 8453 | 2026-08-20T03:17:55.535Z | [ recovery-image] Aug 20 03:17:54.828 INFO O| Aug 20 03:17:54.828 INFO STEP 628 (remove_files) COMPLETE |
| 8454 | 2026-08-20T03:17:55.535Z | [ recovery-image] Aug 20 03:17:54.828 INFO O| Aug 20 03:17:54.828 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8455 | 2026-08-20T03:17:55.543Z | [ recovery-image] Aug 20 03:17:54.839 INFO O| Aug 20 03:17:54.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
| 8456 | 2026-08-20T03:17:55.543Z | [ recovery-image] Aug 20 03:17:54.839 INFO O| Aug 20 03:17:54.839 INFO STEP 629 (remove_files) COMPLETE |
| 8457 | 2026-08-20T03:17:55.543Z | [ recovery-image] Aug 20 03:17:54.839 INFO O| Aug 20 03:17:54.839 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8458 | 2026-08-20T03:17:55.571Z | [ recovery-image] Aug 20 03:17:54.852 INFO O| Aug 20 03:17:54.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
| 8459 | 2026-08-20T03:17:55.577Z | [ recovery-image] Aug 20 03:17:54.852 INFO O| Aug 20 03:17:54.852 INFO STEP 630 (remove_files) COMPLETE |
| 8460 | 2026-08-20T03:17:55.577Z | [ recovery-image] Aug 20 03:17:54.852 INFO O| Aug 20 03:17:54.852 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8461 | 2026-08-20T03:17:55.577Z | [ recovery-image] Aug 20 03:17:54.862 INFO O| Aug 20 03:17:54.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
| 8462 | 2026-08-20T03:17:55.577Z | [ recovery-image] Aug 20 03:17:54.863 INFO O| Aug 20 03:17:54.862 INFO STEP 631 (remove_files) COMPLETE |
| 8463 | 2026-08-20T03:17:55.577Z | [ recovery-image] Aug 20 03:17:54.863 INFO O| Aug 20 03:17:54.863 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8464 | 2026-08-20T03:17:55.586Z | [ recovery-image] Aug 20 03:17:54.874 INFO O| Aug 20 03:17:54.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
| 8465 | 2026-08-20T03:17:55.586Z | [ recovery-image] Aug 20 03:17:54.874 INFO O| Aug 20 03:17:54.874 INFO STEP 632 (remove_files) COMPLETE |
| 8466 | 2026-08-20T03:17:55.586Z | [ recovery-image] Aug 20 03:17:54.874 INFO O| Aug 20 03:17:54.874 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8467 | 2026-08-20T03:17:55.594Z | [ recovery-image] Aug 20 03:17:54.886 INFO O| Aug 20 03:17:54.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1" |
| 8468 | 2026-08-20T03:17:55.594Z | [ recovery-image] Aug 20 03:17:54.886 INFO O| Aug 20 03:17:54.886 INFO STEP 633 (remove_files) COMPLETE |
| 8469 | 2026-08-20T03:17:55.597Z | [ recovery-image] Aug 20 03:17:54.886 INFO O| Aug 20 03:17:54.886 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8470 | 2026-08-20T03:17:55.602Z | [ recovery-image] Aug 20 03:17:54.898 INFO O| Aug 20 03:17:54.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1" |
| 8471 | 2026-08-20T03:17:55.612Z | [ recovery-image] Aug 20 03:17:54.898 INFO O| Aug 20 03:17:54.898 INFO STEP 634 (remove_files) COMPLETE |
| 8472 | 2026-08-20T03:17:55.612Z | [ recovery-image] Aug 20 03:17:54.898 INFO O| Aug 20 03:17:54.898 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8473 | 2026-08-20T03:17:55.618Z | [ recovery-image] Aug 20 03:17:54.909 INFO O| Aug 20 03:17:54.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1" |
| 8474 | 2026-08-20T03:17:55.618Z | [ recovery-image] Aug 20 03:17:54.909 INFO O| Aug 20 03:17:54.909 INFO STEP 635 (remove_files) COMPLETE |
| 8475 | 2026-08-20T03:17:55.618Z | [ recovery-image] Aug 20 03:17:54.909 INFO O| Aug 20 03:17:54.909 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8476 | 2026-08-20T03:17:55.626Z | [ recovery-image] Aug 20 03:17:54.921 INFO O| Aug 20 03:17:54.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1" |
| 8477 | 2026-08-20T03:17:55.626Z | [ recovery-image] Aug 20 03:17:54.921 INFO O| Aug 20 03:17:54.921 INFO STEP 636 (remove_files) COMPLETE |
| 8478 | 2026-08-20T03:17:55.626Z | [ recovery-image] Aug 20 03:17:54.921 INFO O| Aug 20 03:17:54.921 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8479 | 2026-08-20T03:17:55.638Z | [ recovery-image] Aug 20 03:17:54.933 INFO O| Aug 20 03:17:54.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1" |
| 8480 | 2026-08-20T03:17:55.638Z | [ recovery-image] Aug 20 03:17:54.933 INFO O| Aug 20 03:17:54.933 INFO STEP 637 (remove_files) COMPLETE |
| 8481 | 2026-08-20T03:17:55.638Z | [ recovery-image] Aug 20 03:17:54.933 INFO O| Aug 20 03:17:54.933 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8482 | 2026-08-20T03:17:55.707Z | [ recovery-image] Aug 20 03:17:54.944 INFO O| Aug 20 03:17:54.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1" |
| 8483 | 2026-08-20T03:17:55.707Z | [ recovery-image] Aug 20 03:17:54.944 INFO O| Aug 20 03:17:54.944 INFO STEP 638 (remove_files) COMPLETE |
| 8484 | 2026-08-20T03:17:55.707Z | [ recovery-image] Aug 20 03:17:54.944 INFO O| Aug 20 03:17:54.944 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8485 | 2026-08-20T03:17:55.722Z | [ recovery-image] Aug 20 03:17:54.955 INFO O| Aug 20 03:17:54.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin" |
| 8486 | 2026-08-20T03:17:55.722Z | [ recovery-image] Aug 20 03:17:54.955 INFO O| Aug 20 03:17:54.955 INFO STEP 639 (remove_files) COMPLETE |
| 8487 | 2026-08-20T03:17:55.722Z | [ recovery-image] Aug 20 03:17:54.955 INFO O| Aug 20 03:17:54.955 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8488 | 2026-08-20T03:17:55.722Z | [ recovery-image] Aug 20 03:17:54.966 INFO O| Aug 20 03:17:54.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl" |
| 8489 | 2026-08-20T03:17:55.722Z | [ recovery-image] Aug 20 03:17:54.966 INFO O| Aug 20 03:17:54.966 INFO STEP 640 (remove_files) COMPLETE |
| 8490 | 2026-08-20T03:17:55.722Z | [ recovery-image] Aug 20 03:17:54.966 INFO O| Aug 20 03:17:54.966 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8491 | 2026-08-20T03:17:55.722Z | [ recovery-image] Aug 20 03:17:54.976 INFO O| Aug 20 03:17:54.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin" |
| 8492 | 2026-08-20T03:17:55.722Z | [ recovery-image] Aug 20 03:17:54.977 INFO O| Aug 20 03:17:54.977 INFO STEP 641 (remove_files) COMPLETE |
| 8493 | 2026-08-20T03:17:55.722Z | [ recovery-image] Aug 20 03:17:54.977 INFO O| Aug 20 03:17:54.977 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8494 | 2026-08-20T03:17:55.722Z | [ recovery-image] Aug 20 03:17:54.987 INFO O| Aug 20 03:17:54.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl" |
| 8495 | 2026-08-20T03:17:55.722Z | [ recovery-image] Aug 20 03:17:54.987 INFO O| Aug 20 03:17:54.987 INFO STEP 642 (remove_files) COMPLETE |
| 8496 | 2026-08-20T03:17:55.722Z | [ recovery-image] Aug 20 03:17:54.987 INFO O| Aug 20 03:17:54.987 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8497 | 2026-08-20T03:17:55.722Z | [ recovery-image] Aug 20 03:17:54.997 INFO O| Aug 20 03:17:54.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin" |
| 8498 | 2026-08-20T03:17:55.723Z | [ recovery-image] Aug 20 03:17:54.997 INFO O| Aug 20 03:17:54.997 INFO STEP 643 (remove_files) COMPLETE |
| 8499 | 2026-08-20T03:17:55.723Z | [ recovery-image] Aug 20 03:17:54.997 INFO O| Aug 20 03:17:54.997 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8500 | 2026-08-20T03:17:55.736Z | [ recovery-image] Aug 20 03:17:55.007 INFO O| Aug 20 03:17:55.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl" |
| 8501 | 2026-08-20T03:17:55.736Z | [ recovery-image] Aug 20 03:17:55.007 INFO O| Aug 20 03:17:55.007 INFO STEP 644 (remove_files) COMPLETE |
| 8502 | 2026-08-20T03:17:55.736Z | [ recovery-image] Aug 20 03:17:55.007 INFO O| Aug 20 03:17:55.007 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8503 | 2026-08-20T03:17:55.736Z | [ recovery-image] Aug 20 03:17:55.018 INFO O| Aug 20 03:17:55.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
| 8504 | 2026-08-20T03:17:55.736Z | [ recovery-image] Aug 20 03:17:55.018 INFO O| Aug 20 03:17:55.018 INFO STEP 645 (remove_files) COMPLETE |
| 8505 | 2026-08-20T03:17:55.736Z | [ recovery-image] Aug 20 03:17:55.018 INFO O| Aug 20 03:17:55.018 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8506 | 2026-08-20T03:17:55.745Z | [ recovery-image] Aug 20 03:17:55.028 INFO O| Aug 20 03:17:55.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
| 8507 | 2026-08-20T03:17:55.745Z | [ recovery-image] Aug 20 03:17:55.028 INFO O| Aug 20 03:17:55.028 INFO STEP 646 (remove_files) COMPLETE |
| 8508 | 2026-08-20T03:17:55.745Z | [ recovery-image] Aug 20 03:17:55.028 INFO O| Aug 20 03:17:55.028 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8509 | 2026-08-20T03:17:55.752Z | [ recovery-image] Aug 20 03:17:55.038 INFO O| Aug 20 03:17:55.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin" |
| 8510 | 2026-08-20T03:17:55.752Z | [ recovery-image] Aug 20 03:17:55.038 INFO O| Aug 20 03:17:55.038 INFO STEP 647 (remove_files) COMPLETE |
| 8511 | 2026-08-20T03:17:55.752Z | [ recovery-image] Aug 20 03:17:55.038 INFO O| Aug 20 03:17:55.038 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8512 | 2026-08-20T03:17:55.766Z | [ recovery-image] Aug 20 03:17:55.050 INFO O| Aug 20 03:17:55.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl" |
| 8513 | 2026-08-20T03:17:55.766Z | [ recovery-image] Aug 20 03:17:55.050 INFO O| Aug 20 03:17:55.050 INFO STEP 648 (remove_files) COMPLETE |
| 8514 | 2026-08-20T03:17:55.766Z | [ recovery-image] Aug 20 03:17:55.050 INFO O| Aug 20 03:17:55.050 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8515 | 2026-08-20T03:17:55.770Z | [ recovery-image] Aug 20 03:17:55.060 INFO O| Aug 20 03:17:55.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
| 8516 | 2026-08-20T03:17:55.770Z | [ recovery-image] Aug 20 03:17:55.060 INFO O| Aug 20 03:17:55.060 INFO STEP 649 (remove_files) COMPLETE |
| 8517 | 2026-08-20T03:17:55.770Z | [ recovery-image] Aug 20 03:17:55.060 INFO O| Aug 20 03:17:55.060 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8518 | 2026-08-20T03:17:55.779Z | [ recovery-image] Aug 20 03:17:55.070 INFO O| Aug 20 03:17:55.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 8519 | 2026-08-20T03:17:55.779Z | [ recovery-image] Aug 20 03:17:55.070 INFO O| Aug 20 03:17:55.070 INFO STEP 650 (remove_files) COMPLETE |
| 8520 | 2026-08-20T03:17:55.786Z | [ recovery-image] Aug 20 03:17:55.070 INFO O| Aug 20 03:17:55.070 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8521 | 2026-08-20T03:17:55.802Z | [ recovery-image] Aug 20 03:17:55.079 INFO O| Aug 20 03:17:55.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled" |
| 8522 | 2026-08-20T03:17:55.803Z | [ recovery-image] Aug 20 03:17:55.079 INFO O| Aug 20 03:17:55.079 INFO STEP 651 (remove_files) COMPLETE |
| 8523 | 2026-08-20T03:17:55.803Z | [ recovery-image] Aug 20 03:17:55.079 INFO O| Aug 20 03:17:55.079 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8524 | 2026-08-20T03:17:55.820Z | [ recovery-image] Aug 20 03:17:55.089 INFO O| Aug 20 03:17:55.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv" |
| 8525 | 2026-08-20T03:17:55.820Z | [ recovery-image] Aug 20 03:17:55.089 INFO O| Aug 20 03:17:55.089 INFO STEP 652 (remove_files) COMPLETE |
| 8526 | 2026-08-20T03:17:55.820Z | [ recovery-image] Aug 20 03:17:55.089 INFO O| Aug 20 03:17:55.089 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8527 | 2026-08-20T03:17:55.820Z | [ recovery-image] Aug 20 03:17:55.098 INFO O| Aug 20 03:17:55.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend" |
| 8528 | 2026-08-20T03:17:55.820Z | [ recovery-image] Aug 20 03:17:55.098 INFO O| Aug 20 03:17:55.098 INFO STEP 653 (remove_files) COMPLETE |
| 8529 | 2026-08-20T03:17:55.820Z | [ recovery-image] Aug 20 03:17:55.098 INFO O| Aug 20 03:17:55.098 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8530 | 2026-08-20T03:17:55.836Z | [ recovery-image] Aug 20 03:17:55.107 INFO O| Aug 20 03:17:55.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo" |
| 8531 | 2026-08-20T03:17:55.836Z | [ recovery-image] Aug 20 03:17:55.107 INFO O| Aug 20 03:17:55.107 INFO STEP 654 (remove_files) COMPLETE |
| 8532 | 2026-08-20T03:17:55.836Z | [ recovery-image] Aug 20 03:17:55.107 INFO O| Aug 20 03:17:55.107 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8533 | 2026-08-20T03:17:55.840Z | [ recovery-image] Aug 20 03:17:55.122 INFO O| Aug 20 03:17:55.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o" |
| 8534 | 2026-08-20T03:17:55.840Z | [ recovery-image] Aug 20 03:17:55.122 INFO O| Aug 20 03:17:55.122 INFO STEP 655 (remove_files) COMPLETE |
| 8535 | 2026-08-20T03:17:55.840Z | [ recovery-image] Aug 20 03:17:55.122 INFO O| Aug 20 03:17:55.122 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8536 | 2026-08-20T03:17:55.840Z | [ recovery-image] Aug 20 03:17:55.132 INFO O| Aug 20 03:17:55.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
| 8537 | 2026-08-20T03:17:55.840Z | [ recovery-image] Aug 20 03:17:55.133 INFO O| Aug 20 03:17:55.133 INFO STEP 656 (remove_files) COMPLETE |
| 8538 | 2026-08-20T03:17:55.840Z | [ recovery-image] Aug 20 03:17:55.133 INFO O| Aug 20 03:17:55.133 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8539 | 2026-08-20T03:17:55.850Z | [ recovery-image] Aug 20 03:17:55.144 INFO O| Aug 20 03:17:55.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d" |
| 8540 | 2026-08-20T03:17:55.865Z | [ recovery-image] Aug 20 03:17:55.144 INFO O| Aug 20 03:17:55.144 INFO STEP 657 (remove_files) COMPLETE |
| 8541 | 2026-08-20T03:17:55.893Z | [ recovery-image] Aug 20 03:17:55.144 INFO O| Aug 20 03:17:55.144 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8542 | 2026-08-20T03:17:55.893Z | [ recovery-image] Aug 20 03:17:55.155 INFO O| Aug 20 03:17:55.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o" |
| 8543 | 2026-08-20T03:17:55.893Z | [ recovery-image] Aug 20 03:17:55.155 INFO O| Aug 20 03:17:55.155 INFO STEP 658 (remove_files) COMPLETE |
| 8544 | 2026-08-20T03:17:55.893Z | [ recovery-image] Aug 20 03:17:55.155 INFO O| Aug 20 03:17:55.155 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8545 | 2026-08-20T03:17:55.893Z | [ recovery-image] Aug 20 03:17:55.165 INFO O| Aug 20 03:17:55.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
| 8546 | 2026-08-20T03:17:55.894Z | [ recovery-image] Aug 20 03:17:55.165 INFO O| Aug 20 03:17:55.165 INFO STEP 659 (remove_files) COMPLETE |
| 8547 | 2026-08-20T03:17:55.894Z | [ recovery-image] Aug 20 03:17:55.165 INFO O| Aug 20 03:17:55.165 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8548 | 2026-08-20T03:17:56.144Z | [ recovery-image] Aug 20 03:17:55.174 INFO O| Aug 20 03:17:55.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
| 8549 | 2026-08-20T03:17:56.145Z | [ recovery-image] Aug 20 03:17:55.174 INFO O| Aug 20 03:17:55.174 INFO STEP 660 (remove_files) COMPLETE |
| 8550 | 2026-08-20T03:17:56.145Z | [ recovery-image] Aug 20 03:17:55.174 INFO O| Aug 20 03:17:55.174 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8551 | 2026-08-20T03:17:56.145Z | [ recovery-image] Aug 20 03:17:55.184 INFO O| Aug 20 03:17:55.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
| 8552 | 2026-08-20T03:17:56.145Z | [ recovery-image] Aug 20 03:17:55.184 INFO O| Aug 20 03:17:55.184 INFO STEP 661 (remove_files) COMPLETE |
| 8553 | 2026-08-20T03:17:56.145Z | [ recovery-image] Aug 20 03:17:55.184 INFO O| Aug 20 03:17:55.184 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8554 | 2026-08-20T03:17:56.145Z | [ recovery-image] Aug 20 03:17:55.192 INFO O| Aug 20 03:17:55.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
| 8555 | 2026-08-20T03:17:56.145Z | [ recovery-image] Aug 20 03:17:55.193 INFO O| Aug 20 03:17:55.192 INFO STEP 662 (remove_files) COMPLETE |
| 8556 | 2026-08-20T03:17:56.145Z | [ recovery-image] Aug 20 03:17:55.193 INFO O| Aug 20 03:17:55.193 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8557 | 2026-08-20T03:17:56.178Z | [ recovery-image] Aug 20 03:17:55.201 INFO O| Aug 20 03:17:55.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
| 8558 | 2026-08-20T03:17:56.178Z | [ recovery-image] Aug 20 03:17:55.201 INFO O| Aug 20 03:17:55.201 INFO STEP 663 (remove_files) COMPLETE |
| 8559 | 2026-08-20T03:17:56.178Z | [ recovery-image] Aug 20 03:17:55.202 INFO O| Aug 20 03:17:55.201 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8560 | 2026-08-20T03:17:56.178Z | [ recovery-image] Aug 20 03:17:55.211 INFO O| Aug 20 03:17:55.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
| 8561 | 2026-08-20T03:17:56.178Z | [ recovery-image] Aug 20 03:17:55.211 INFO O| Aug 20 03:17:55.211 INFO STEP 664 (remove_files) COMPLETE |
| 8562 | 2026-08-20T03:17:56.178Z | [ recovery-image] Aug 20 03:17:55.211 INFO O| Aug 20 03:17:55.211 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8563 | 2026-08-20T03:17:56.178Z | [ recovery-image] Aug 20 03:17:55.220 INFO O| Aug 20 03:17:55.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
| 8564 | 2026-08-20T03:17:56.178Z | [ recovery-image] Aug 20 03:17:55.220 INFO O| Aug 20 03:17:55.220 INFO STEP 665 (remove_files) COMPLETE |
| 8565 | 2026-08-20T03:17:56.178Z | [ recovery-image] Aug 20 03:17:55.220 INFO O| Aug 20 03:17:55.220 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8566 | 2026-08-20T03:17:56.178Z | [ recovery-image] Aug 20 03:17:55.229 INFO O| Aug 20 03:17:55.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
| 8567 | 2026-08-20T03:17:56.178Z | [ recovery-image] Aug 20 03:17:55.230 INFO O| Aug 20 03:17:55.230 INFO STEP 666 (remove_files) COMPLETE |
| 8568 | 2026-08-20T03:17:56.178Z | [ recovery-image] Aug 20 03:17:55.230 INFO O| Aug 20 03:17:55.230 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8569 | 2026-08-20T03:17:56.178Z | [ recovery-image] Aug 20 03:17:55.239 INFO O| Aug 20 03:17:55.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
| 8570 | 2026-08-20T03:17:56.178Z | [ recovery-image] Aug 20 03:17:55.239 INFO O| Aug 20 03:17:55.239 INFO STEP 667 (remove_files) COMPLETE |
| 8571 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.239 INFO O| Aug 20 03:17:55.239 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8572 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.249 INFO O| Aug 20 03:17:55.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
| 8573 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.249 INFO O| Aug 20 03:17:55.249 INFO STEP 668 (remove_files) COMPLETE |
| 8574 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.249 INFO O| Aug 20 03:17:55.249 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8575 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.259 INFO O| Aug 20 03:17:55.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict" |
| 8576 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.259 INFO O| Aug 20 03:17:55.259 INFO STEP 669 (remove_files) COMPLETE |
| 8577 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.259 INFO O| Aug 20 03:17:55.259 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8578 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.270 INFO O| Aug 20 03:17:55.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
| 8579 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.270 INFO O| Aug 20 03:17:55.270 INFO STEP 670 (remove_files) COMPLETE |
| 8580 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.270 INFO O| Aug 20 03:17:55.270 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8581 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.280 INFO O| Aug 20 03:17:55.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict" |
| 8582 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.280 INFO O| Aug 20 03:17:55.280 INFO STEP 671 (remove_files) COMPLETE |
| 8583 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.280 INFO O| Aug 20 03:17:55.280 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8584 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.291 INFO O| Aug 20 03:17:55.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict" |
| 8585 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.291 INFO O| Aug 20 03:17:55.291 INFO STEP 672 (remove_files) COMPLETE |
| 8586 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.291 INFO O| Aug 20 03:17:55.291 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8587 | 2026-08-20T03:17:56.179Z | [verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 8588 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.302 INFO O| Aug 20 03:17:55.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject" |
| 8589 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.302 INFO O| Aug 20 03:17:55.302 INFO STEP 673 (remove_files) COMPLETE |
| 8590 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.302 INFO O| Aug 20 03:17:55.302 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8591 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.313 INFO O| Aug 20 03:17:55.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim" |
| 8592 | 2026-08-20T03:17:56.179Z | [ recovery-image] Aug 20 03:17:55.313 INFO O| Aug 20 03:17:55.313 INFO STEP 674 (remove_files) COMPLETE |
| 8593 | 2026-08-20T03:17:56.180Z | [ recovery-image] Aug 20 03:17:55.313 INFO O| Aug 20 03:17:55.313 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8594 | 2026-08-20T03:17:56.180Z | [ recovery-image] Aug 20 03:17:55.324 INFO O| Aug 20 03:17:55.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo" |
| 8595 | 2026-08-20T03:17:56.180Z | [ recovery-image] Aug 20 03:17:55.324 INFO O| Aug 20 03:17:55.324 INFO STEP 675 (remove_files) COMPLETE |
| 8596 | 2026-08-20T03:17:56.180Z | [ recovery-image] Aug 20 03:17:55.324 INFO O| Aug 20 03:17:55.324 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8597 | 2026-08-20T03:17:56.180Z | [ recovery-image] Aug 20 03:17:55.335 INFO O| Aug 20 03:17:55.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo" |
| 8598 | 2026-08-20T03:17:56.180Z | [ recovery-image] Aug 20 03:17:55.336 INFO O| Aug 20 03:17:55.336 INFO STEP 676 (remove_files) COMPLETE |
| 8599 | 2026-08-20T03:17:56.180Z | [ recovery-image] Aug 20 03:17:55.336 INFO O| Aug 20 03:17:55.336 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8600 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.346 INFO O| Aug 20 03:17:55.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode" |
| 8601 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.346 INFO O| Aug 20 03:17:55.346 INFO STEP 677 (remove_files) COMPLETE |
| 8602 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.346 INFO O| Aug 20 03:17:55.346 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8603 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.355 INFO O| Aug 20 03:17:55.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
| 8604 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.355 INFO O| Aug 20 03:17:55.355 INFO STEP 678 (remove_files) COMPLETE |
| 8605 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.355 INFO O| Aug 20 03:17:55.355 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8606 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.367 INFO O| Aug 20 03:17:55.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
| 8607 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.367 INFO O| Aug 20 03:17:55.367 INFO STEP 679 (remove_files) COMPLETE |
| 8608 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.367 INFO O| Aug 20 03:17:55.367 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8609 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.379 INFO O| Aug 20 03:17:55.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
| 8610 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.379 INFO O| Aug 20 03:17:55.379 INFO STEP 680 (remove_files) COMPLETE |
| 8611 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.379 INFO O| Aug 20 03:17:55.379 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8612 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.388 INFO O| Aug 20 03:17:55.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
| 8613 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.388 INFO O| Aug 20 03:17:55.388 INFO STEP 681 (remove_files) COMPLETE |
| 8614 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.388 INFO O| Aug 20 03:17:55.388 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8615 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.398 INFO O| Aug 20 03:17:55.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
| 8616 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.398 INFO O| Aug 20 03:17:55.398 INFO STEP 682 (remove_files) COMPLETE |
| 8617 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.398 INFO O| Aug 20 03:17:55.398 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8618 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.407 INFO O| Aug 20 03:17:55.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
| 8619 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.407 INFO O| Aug 20 03:17:55.407 INFO STEP 683 (remove_files) COMPLETE |
| 8620 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.407 INFO O| Aug 20 03:17:55.407 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8621 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.419 INFO O| Aug 20 03:17:55.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
| 8622 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.419 INFO O| Aug 20 03:17:55.419 INFO STEP 684 (remove_files) COMPLETE |
| 8623 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.419 INFO O| Aug 20 03:17:55.419 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8624 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.430 INFO O| Aug 20 03:17:55.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
| 8625 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.430 INFO O| Aug 20 03:17:55.430 INFO STEP 685 (remove_files) COMPLETE |
| 8626 | 2026-08-20T03:17:56.181Z | [ recovery-image] Aug 20 03:17:55.430 INFO O| Aug 20 03:17:55.430 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8627 | 2026-08-20T03:17:56.182Z | [ recovery-image] Aug 20 03:17:55.441 INFO O| Aug 20 03:17:55.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
| 8628 | 2026-08-20T03:17:56.182Z | [ recovery-image] Aug 20 03:17:55.441 INFO O| Aug 20 03:17:55.441 INFO STEP 686 (remove_files) COMPLETE |
| 8629 | 2026-08-20T03:17:56.182Z | [ recovery-image] Aug 20 03:17:55.441 INFO O| Aug 20 03:17:55.441 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8630 | 2026-08-20T03:17:56.199Z | [ recovery-image] Aug 20 03:17:55.451 INFO O| Aug 20 03:17:55.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
| 8631 | 2026-08-20T03:17:56.199Z | [ recovery-image] Aug 20 03:17:55.451 INFO O| Aug 20 03:17:55.451 INFO STEP 687 (remove_files) COMPLETE |
| 8632 | 2026-08-20T03:17:56.199Z | [ recovery-image] Aug 20 03:17:55.451 INFO O| Aug 20 03:17:55.451 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8633 | 2026-08-20T03:17:56.199Z | [ recovery-image] Aug 20 03:17:55.461 INFO O| Aug 20 03:17:55.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
| 8634 | 2026-08-20T03:17:56.199Z | [ recovery-image] Aug 20 03:17:55.461 INFO O| Aug 20 03:17:55.461 INFO STEP 688 (remove_files) COMPLETE |
| 8635 | 2026-08-20T03:17:56.199Z | [ recovery-image] Aug 20 03:17:55.461 INFO O| Aug 20 03:17:55.461 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8636 | 2026-08-20T03:17:56.199Z | [ recovery-image] Aug 20 03:17:55.473 INFO O| Aug 20 03:17:55.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
| 8637 | 2026-08-20T03:17:56.199Z | [ recovery-image] Aug 20 03:17:55.473 INFO O| Aug 20 03:17:55.473 INFO STEP 689 (remove_files) COMPLETE |
| 8638 | 2026-08-20T03:17:56.199Z | [ recovery-image] Aug 20 03:17:55.473 INFO O| Aug 20 03:17:55.473 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8639 | 2026-08-20T03:17:56.224Z | [ recovery-image] Aug 20 03:17:55.484 INFO O| Aug 20 03:17:55.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
| 8640 | 2026-08-20T03:17:56.224Z | [ recovery-image] Aug 20 03:17:55.484 INFO O| Aug 20 03:17:55.484 INFO STEP 690 (remove_files) COMPLETE |
| 8641 | 2026-08-20T03:17:56.224Z | [ recovery-image] Aug 20 03:17:55.484 INFO O| Aug 20 03:17:55.484 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8642 | 2026-08-20T03:17:56.224Z | [ recovery-image] Aug 20 03:17:55.494 INFO O| Aug 20 03:17:55.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
| 8643 | 2026-08-20T03:17:56.224Z | [ recovery-image] Aug 20 03:17:55.494 INFO O| Aug 20 03:17:55.494 INFO STEP 691 (remove_files) COMPLETE |
| 8644 | 2026-08-20T03:17:56.224Z | [ recovery-image] Aug 20 03:17:55.494 INFO O| Aug 20 03:17:55.494 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8645 | 2026-08-20T03:17:56.234Z | [ recovery-image] Aug 20 03:17:55.504 INFO O| Aug 20 03:17:55.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
| 8646 | 2026-08-20T03:17:56.234Z | [ recovery-image] Aug 20 03:17:55.504 INFO O| Aug 20 03:17:55.504 INFO STEP 692 (remove_files) COMPLETE |
| 8647 | 2026-08-20T03:17:56.234Z | [ recovery-image] Aug 20 03:17:55.504 INFO O| Aug 20 03:17:55.504 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8648 | 2026-08-20T03:17:56.234Z | [ recovery-image] Aug 20 03:17:55.519 INFO O| Aug 20 03:17:55.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
| 8649 | 2026-08-20T03:17:56.234Z | [ recovery-image] Aug 20 03:17:55.519 INFO O| Aug 20 03:17:55.519 INFO STEP 693 (remove_files) COMPLETE |
| 8650 | 2026-08-20T03:17:56.234Z | [ recovery-image] Aug 20 03:17:55.519 INFO O| Aug 20 03:17:55.519 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8651 | 2026-08-20T03:17:56.241Z | [ recovery-image] Aug 20 03:17:55.530 INFO O| Aug 20 03:17:55.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
| 8652 | 2026-08-20T03:17:56.241Z | [ recovery-image] Aug 20 03:17:55.530 INFO O| Aug 20 03:17:55.530 INFO STEP 694 (remove_files) COMPLETE |
| 8653 | 2026-08-20T03:17:56.241Z | [ recovery-image] Aug 20 03:17:55.530 INFO O| Aug 20 03:17:55.530 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8654 | 2026-08-20T03:17:56.254Z | [ recovery-image] Aug 20 03:17:55.540 INFO O| Aug 20 03:17:55.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
| 8655 | 2026-08-20T03:17:56.254Z | [ recovery-image] Aug 20 03:17:55.540 INFO O| Aug 20 03:17:55.540 INFO STEP 695 (remove_files) COMPLETE |
| 8656 | 2026-08-20T03:17:56.254Z | [ recovery-image] Aug 20 03:17:55.540 INFO O| Aug 20 03:17:55.540 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8657 | 2026-08-20T03:17:56.263Z | [ recovery-image] Aug 20 03:17:55.551 INFO O| Aug 20 03:17:55.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
| 8658 | 2026-08-20T03:17:56.263Z | [ recovery-image] Aug 20 03:17:55.551 INFO O| Aug 20 03:17:55.551 INFO STEP 696 (remove_files) COMPLETE |
| 8659 | 2026-08-20T03:17:56.263Z | [ recovery-image] Aug 20 03:17:55.551 INFO O| Aug 20 03:17:55.551 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8660 | 2026-08-20T03:17:56.274Z | [ recovery-image] Aug 20 03:17:55.561 INFO O| Aug 20 03:17:55.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
| 8661 | 2026-08-20T03:17:56.275Z | [ recovery-image] Aug 20 03:17:55.561 INFO O| Aug 20 03:17:55.561 INFO STEP 697 (remove_files) COMPLETE |
| 8662 | 2026-08-20T03:17:56.275Z | [ recovery-image] Aug 20 03:17:55.561 INFO O| Aug 20 03:17:55.561 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8663 | 2026-08-20T03:17:56.282Z | [ recovery-image] Aug 20 03:17:55.572 INFO O| Aug 20 03:17:55.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
| 8664 | 2026-08-20T03:17:56.282Z | [ recovery-image] Aug 20 03:17:55.572 INFO O| Aug 20 03:17:55.572 INFO STEP 698 (remove_files) COMPLETE |
| 8665 | 2026-08-20T03:17:56.282Z | [ recovery-image] Aug 20 03:17:55.572 INFO O| Aug 20 03:17:55.572 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8666 | 2026-08-20T03:17:56.298Z | [ recovery-image] Aug 20 03:17:55.583 INFO O| Aug 20 03:17:55.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
| 8667 | 2026-08-20T03:17:56.298Z | [ recovery-image] Aug 20 03:17:55.584 INFO O| Aug 20 03:17:55.584 INFO STEP 699 (remove_files) COMPLETE |
| 8668 | 2026-08-20T03:17:56.298Z | [ recovery-image] Aug 20 03:17:55.584 INFO O| Aug 20 03:17:55.584 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8669 | 2026-08-20T03:17:56.302Z | [ recovery-image] Aug 20 03:17:55.595 INFO O| Aug 20 03:17:55.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
| 8670 | 2026-08-20T03:17:56.302Z | [ recovery-image] Aug 20 03:17:55.595 INFO O| Aug 20 03:17:55.595 INFO STEP 700 (remove_files) COMPLETE |
| 8671 | 2026-08-20T03:17:56.302Z | [ recovery-image] Aug 20 03:17:55.595 INFO O| Aug 20 03:17:55.595 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8672 | 2026-08-20T03:17:56.310Z | [ recovery-image] Aug 20 03:17:55.606 INFO O| Aug 20 03:17:55.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1" |
| 8673 | 2026-08-20T03:17:56.310Z | [ recovery-image] Aug 20 03:17:55.606 INFO O| Aug 20 03:17:55.606 INFO STEP 701 (remove_files) COMPLETE |
| 8674 | 2026-08-20T03:17:56.310Z | [ recovery-image] Aug 20 03:17:55.606 INFO O| Aug 20 03:17:55.606 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8675 | 2026-08-20T03:17:56.323Z | [ recovery-image] Aug 20 03:17:55.617 INFO O| Aug 20 03:17:55.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
| 8676 | 2026-08-20T03:17:56.323Z | [ recovery-image] Aug 20 03:17:55.618 INFO O| Aug 20 03:17:55.618 INFO STEP 702 (remove_files) COMPLETE |
| 8677 | 2026-08-20T03:17:56.323Z | [ recovery-image] Aug 20 03:17:55.618 INFO O| Aug 20 03:17:55.618 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8678 | 2026-08-20T03:17:56.341Z | [ recovery-image] Aug 20 03:17:55.629 INFO O| Aug 20 03:17:55.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1" |
| 8679 | 2026-08-20T03:17:56.342Z | [ recovery-image] Aug 20 03:17:55.629 INFO O| Aug 20 03:17:55.629 INFO STEP 703 (remove_files) COMPLETE |
| 8680 | 2026-08-20T03:17:56.342Z | [ recovery-image] Aug 20 03:17:55.629 INFO O| Aug 20 03:17:55.629 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8681 | 2026-08-20T03:17:56.349Z | [ recovery-image] Aug 20 03:17:55.640 INFO O| Aug 20 03:17:55.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1" |
| 8682 | 2026-08-20T03:17:56.349Z | [ recovery-image] Aug 20 03:17:55.640 INFO O| Aug 20 03:17:55.640 INFO STEP 704 (remove_files) COMPLETE |
| 8683 | 2026-08-20T03:17:56.349Z | [ recovery-image] Aug 20 03:17:55.640 INFO O| Aug 20 03:17:55.640 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8684 | 2026-08-20T03:17:56.361Z | [ recovery-image] Aug 20 03:17:55.650 INFO O| Aug 20 03:17:55.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
| 8685 | 2026-08-20T03:17:56.361Z | [ recovery-image] Aug 20 03:17:55.650 INFO O| Aug 20 03:17:55.650 INFO STEP 705 (remove_files) COMPLETE |
| 8686 | 2026-08-20T03:17:56.369Z | [ recovery-image] Aug 20 03:17:55.650 INFO O| Aug 20 03:17:55.650 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8687 | 2026-08-20T03:17:56.369Z | [ recovery-image] Aug 20 03:17:55.660 INFO O| Aug 20 03:17:55.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
| 8688 | 2026-08-20T03:17:56.369Z | [ recovery-image] Aug 20 03:17:55.660 INFO O| Aug 20 03:17:55.660 INFO STEP 706 (remove_files) COMPLETE |
| 8689 | 2026-08-20T03:17:56.369Z | [ recovery-image] Aug 20 03:17:55.660 INFO O| Aug 20 03:17:55.660 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8690 | 2026-08-20T03:17:56.375Z | [ recovery-image] Aug 20 03:17:55.669 INFO O| Aug 20 03:17:55.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
| 8691 | 2026-08-20T03:17:56.375Z | [ recovery-image] Aug 20 03:17:55.669 INFO O| Aug 20 03:17:55.669 INFO STEP 707 (remove_files) COMPLETE |
| 8692 | 2026-08-20T03:17:56.375Z | [ recovery-image] Aug 20 03:17:55.669 INFO O| Aug 20 03:17:55.669 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8693 | 2026-08-20T03:17:56.397Z | [ recovery-image] Aug 20 03:17:55.679 INFO O| Aug 20 03:17:55.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
| 8694 | 2026-08-20T03:17:56.397Z | [ recovery-image] Aug 20 03:17:55.680 INFO O| Aug 20 03:17:55.680 INFO STEP 708 (remove_files) COMPLETE |
| 8695 | 2026-08-20T03:17:56.397Z | [ recovery-image] Aug 20 03:17:55.680 INFO O| Aug 20 03:17:55.680 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8696 | 2026-08-20T03:17:56.408Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 8697 | 2026-08-20T03:17:56.408Z | [ recovery-image] Aug 20 03:17:55.690 INFO O| Aug 20 03:17:55.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
| 8698 | 2026-08-20T03:17:56.408Z | [ recovery-image] Aug 20 03:17:55.690 INFO O| Aug 20 03:17:55.690 INFO STEP 709 (remove_files) COMPLETE |
| 8699 | 2026-08-20T03:17:56.408Z | [ recovery-image] Aug 20 03:17:55.690 INFO O| Aug 20 03:17:55.690 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8700 | 2026-08-20T03:17:56.415Z | [ recovery-image] Aug 20 03:17:55.700 INFO O| Aug 20 03:17:55.700 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
| 8701 | 2026-08-20T03:17:56.416Z | [ recovery-image] Aug 20 03:17:55.700 INFO O| Aug 20 03:17:55.700 INFO STEP 710 (remove_files) COMPLETE |
| 8702 | 2026-08-20T03:17:56.416Z | [ recovery-image] Aug 20 03:17:55.700 INFO O| Aug 20 03:17:55.700 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8703 | 2026-08-20T03:17:56.428Z | [ recovery-image] Aug 20 03:17:55.710 INFO O| Aug 20 03:17:55.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
| 8704 | 2026-08-20T03:17:56.428Z | [ recovery-image] Aug 20 03:17:55.710 INFO O| Aug 20 03:17:55.710 INFO STEP 711 (remove_files) COMPLETE |
| 8705 | 2026-08-20T03:17:56.428Z | [ recovery-image] Aug 20 03:17:55.710 INFO O| Aug 20 03:17:55.710 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8706 | 2026-08-20T03:17:56.441Z | [ recovery-image] Aug 20 03:17:55.720 INFO O| Aug 20 03:17:55.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
| 8707 | 2026-08-20T03:17:56.441Z | [ recovery-image] Aug 20 03:17:55.720 INFO O| Aug 20 03:17:55.720 INFO STEP 712 (remove_files) COMPLETE |
| 8708 | 2026-08-20T03:17:56.441Z | [ recovery-image] Aug 20 03:17:55.720 INFO O| Aug 20 03:17:55.720 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8709 | 2026-08-20T03:17:56.454Z | [ recovery-image] Aug 20 03:17:55.729 INFO O| Aug 20 03:17:55.729 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
| 8710 | 2026-08-20T03:17:56.454Z | [ recovery-image] Aug 20 03:17:55.729 INFO O| Aug 20 03:17:55.729 INFO STEP 713 (remove_files) COMPLETE |
| 8711 | 2026-08-20T03:17:56.454Z | [ recovery-image] Aug 20 03:17:55.729 INFO O| Aug 20 03:17:55.729 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8712 | 2026-08-20T03:17:56.454Z | [ recovery-image] Aug 20 03:17:55.739 INFO O| Aug 20 03:17:55.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
| 8713 | 2026-08-20T03:17:56.454Z | [ recovery-image] Aug 20 03:17:55.739 INFO O| Aug 20 03:17:55.739 INFO STEP 714 (remove_files) COMPLETE |
| 8714 | 2026-08-20T03:17:56.454Z | [ recovery-image] Aug 20 03:17:55.739 INFO O| Aug 20 03:17:55.739 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8715 | 2026-08-20T03:17:56.466Z | [ recovery-image] Aug 20 03:17:55.749 INFO O| Aug 20 03:17:55.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
| 8716 | 2026-08-20T03:17:56.466Z | [ recovery-image] Aug 20 03:17:55.750 INFO O| Aug 20 03:17:55.750 INFO STEP 715 (remove_files) COMPLETE |
| 8717 | 2026-08-20T03:17:56.466Z | [ recovery-image] Aug 20 03:17:55.750 INFO O| Aug 20 03:17:55.750 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8718 | 2026-08-20T03:17:56.471Z | [ recovery-image] Aug 20 03:17:55.760 INFO O| Aug 20 03:17:55.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount" |
| 8719 | 2026-08-20T03:17:56.471Z | [ recovery-image] Aug 20 03:17:55.761 INFO O| Aug 20 03:17:55.761 INFO STEP 716 (remove_files) COMPLETE |
| 8720 | 2026-08-20T03:17:56.471Z | [ recovery-image] Aug 20 03:17:55.761 INFO O| Aug 20 03:17:55.761 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8721 | 2026-08-20T03:17:56.480Z | [ recovery-image] Aug 20 03:17:55.771 INFO O| Aug 20 03:17:55.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp" |
| 8722 | 2026-08-20T03:17:56.480Z | [ recovery-image] Aug 20 03:17:55.771 INFO O| Aug 20 03:17:55.771 INFO STEP 717 (remove_files) COMPLETE |
| 8723 | 2026-08-20T03:17:56.480Z | [ recovery-image] Aug 20 03:17:55.771 INFO O| Aug 20 03:17:55.771 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8724 | 2026-08-20T03:17:56.489Z | [ recovery-image] Aug 20 03:17:55.779 INFO O| Aug 20 03:17:55.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
| 8725 | 2026-08-20T03:17:56.489Z | [ recovery-image] Aug 20 03:17:55.779 INFO O| Aug 20 03:17:55.779 INFO STEP 718 (remove_files) COMPLETE |
| 8726 | 2026-08-20T03:17:56.489Z | [ recovery-image] Aug 20 03:17:55.779 INFO O| Aug 20 03:17:55.779 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8727 | 2026-08-20T03:17:56.495Z | [ recovery-image] Aug 20 03:17:55.786 INFO O| Aug 20 03:17:55.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit" |
| 8728 | 2026-08-20T03:17:56.500Z | [ recovery-image] Aug 20 03:17:55.791 INFO O| Aug 20 03:17:55.791 INFO STEP 719 (remove_files) COMPLETE |
| 8729 | 2026-08-20T03:17:56.500Z | [ recovery-image] Aug 20 03:17:55.791 INFO O| Aug 20 03:17:55.791 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8730 | 2026-08-20T03:17:56.515Z | [ recovery-image] Aug 20 03:17:55.810 INFO O| Aug 20 03:17:55.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount" |
| 8731 | 2026-08-20T03:17:56.526Z | [ recovery-image] Aug 20 03:17:55.811 INFO O| Aug 20 03:17:55.811 INFO STEP 720 (remove_files) COMPLETE |
| 8732 | 2026-08-20T03:17:56.526Z | [ recovery-image] Aug 20 03:17:55.811 INFO O| Aug 20 03:17:55.811 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8733 | 2026-08-20T03:17:56.532Z | [ recovery-image] Aug 20 03:17:55.820 INFO O| Aug 20 03:17:55.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount" |
| 8734 | 2026-08-20T03:17:56.532Z | [ recovery-image] Aug 20 03:17:55.820 INFO O| Aug 20 03:17:55.820 INFO STEP 721 (remove_files) COMPLETE |
| 8735 | 2026-08-20T03:17:56.532Z | [ recovery-image] Aug 20 03:17:55.820 INFO O| Aug 20 03:17:55.820 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8736 | 2026-08-20T03:17:56.543Z | [ recovery-image] Aug 20 03:17:55.829 INFO O| Aug 20 03:17:55.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck" |
| 8737 | 2026-08-20T03:17:56.543Z | [ recovery-image] Aug 20 03:17:55.829 INFO O| Aug 20 03:17:55.829 INFO STEP 722 (remove_files) COMPLETE |
| 8738 | 2026-08-20T03:17:56.543Z | [ recovery-image] Aug 20 03:17:55.829 INFO O| Aug 20 03:17:55.829 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8739 | 2026-08-20T03:17:56.550Z | [ recovery-image] Aug 20 03:17:55.838 INFO O| Aug 20 03:17:55.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp" |
| 8740 | 2026-08-20T03:17:56.550Z | [ recovery-image] Aug 20 03:17:55.838 INFO O| Aug 20 03:17:55.838 INFO STEP 723 (remove_files) COMPLETE |
| 8741 | 2026-08-20T03:17:56.550Z | [ recovery-image] Aug 20 03:17:55.838 INFO O| Aug 20 03:17:55.838 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8742 | 2026-08-20T03:17:56.558Z | [ recovery-image] Aug 20 03:17:55.849 INFO O| Aug 20 03:17:55.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
| 8743 | 2026-08-20T03:17:56.558Z | [ recovery-image] Aug 20 03:17:55.849 INFO O| Aug 20 03:17:55.849 INFO STEP 724 (remove_files) COMPLETE |
| 8744 | 2026-08-20T03:17:56.558Z | [ recovery-image] Aug 20 03:17:55.849 INFO O| Aug 20 03:17:55.849 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8745 | 2026-08-20T03:17:56.565Z | [ recovery-image] Aug 20 03:17:55.860 INFO O| Aug 20 03:17:55.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs" |
| 8746 | 2026-08-20T03:17:56.565Z | [ recovery-image] Aug 20 03:17:55.860 INFO O| Aug 20 03:17:55.860 INFO STEP 725 (remove_files) COMPLETE |
| 8747 | 2026-08-20T03:17:56.571Z | [ recovery-image] Aug 20 03:17:55.860 INFO O| Aug 20 03:17:55.860 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8748 | 2026-08-20T03:17:56.580Z | [ recovery-image] Aug 20 03:17:55.870 INFO O| Aug 20 03:17:55.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount" |
| 8749 | 2026-08-20T03:17:56.580Z | [ recovery-image] Aug 20 03:17:55.870 INFO O| Aug 20 03:17:55.870 INFO STEP 726 (remove_files) COMPLETE |
| 8750 | 2026-08-20T03:17:56.580Z | [ recovery-image] Aug 20 03:17:55.870 INFO O| Aug 20 03:17:55.870 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8751 | 2026-08-20T03:17:56.601Z | [ recovery-image] Aug 20 03:17:55.882 INFO O| Aug 20 03:17:55.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount" |
| 8752 | 2026-08-20T03:17:56.601Z | [ recovery-image] Aug 20 03:17:55.882 INFO O| Aug 20 03:17:55.882 INFO STEP 727 (remove_files) COMPLETE |
| 8753 | 2026-08-20T03:17:56.611Z | [ recovery-image] Aug 20 03:17:55.882 INFO O| Aug 20 03:17:55.882 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8754 | 2026-08-20T03:17:56.611Z | [ recovery-image] Aug 20 03:17:55.893 INFO O| Aug 20 03:17:55.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
| 8755 | 2026-08-20T03:17:56.611Z | [ recovery-image] Aug 20 03:17:55.893 INFO O| Aug 20 03:17:55.893 INFO STEP 728 (remove_files) COMPLETE |
| 8756 | 2026-08-20T03:17:56.611Z | [ recovery-image] Aug 20 03:17:55.893 INFO O| Aug 20 03:17:55.893 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8757 | 2026-08-20T03:17:56.617Z | [ recovery-image] Aug 20 03:17:55.904 INFO O| Aug 20 03:17:55.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
| 8758 | 2026-08-20T03:17:56.617Z | [ recovery-image] Aug 20 03:17:55.904 INFO O| Aug 20 03:17:55.904 INFO STEP 729 (remove_files) COMPLETE |
| 8759 | 2026-08-20T03:17:56.617Z | [ recovery-image] Aug 20 03:17:55.904 INFO O| Aug 20 03:17:55.904 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8760 | 2026-08-20T03:17:56.626Z | [ recovery-image] Aug 20 03:17:55.916 INFO O| Aug 20 03:17:55.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
| 8761 | 2026-08-20T03:17:56.626Z | [ recovery-image] Aug 20 03:17:55.916 INFO O| Aug 20 03:17:55.916 INFO STEP 730 (remove_files) COMPLETE |
| 8762 | 2026-08-20T03:17:56.626Z | [ recovery-image] Aug 20 03:17:55.916 INFO O| Aug 20 03:17:55.916 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8763 | 2026-08-20T03:17:56.641Z | [ recovery-image] Aug 20 03:17:55.927 INFO O| Aug 20 03:17:55.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares" |
| 8764 | 2026-08-20T03:17:56.641Z | [ recovery-image] Aug 20 03:17:55.927 INFO O| Aug 20 03:17:55.927 INFO STEP 731 (remove_files) COMPLETE |
| 8765 | 2026-08-20T03:17:56.641Z | [ recovery-image] Aug 20 03:17:55.927 INFO O| Aug 20 03:17:55.927 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8766 | 2026-08-20T03:17:56.649Z | [ recovery-image] Aug 20 03:17:55.937 INFO O| Aug 20 03:17:55.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
| 8767 | 2026-08-20T03:17:56.649Z | [ recovery-image] Aug 20 03:17:55.937 INFO O| Aug 20 03:17:55.937 INFO STEP 732 (remove_files) COMPLETE |
| 8768 | 2026-08-20T03:17:56.649Z | [ recovery-image] Aug 20 03:17:55.937 INFO O| Aug 20 03:17:55.937 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8769 | 2026-08-20T03:17:56.670Z | [ recovery-image] Aug 20 03:17:55.947 INFO O| Aug 20 03:17:55.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount" |
| 8770 | 2026-08-20T03:17:56.670Z | [ recovery-image] Aug 20 03:17:55.947 INFO O| Aug 20 03:17:55.947 INFO STEP 733 (remove_files) COMPLETE |
| 8771 | 2026-08-20T03:17:56.671Z | [ recovery-image] Aug 20 03:17:55.947 INFO O| Aug 20 03:17:55.947 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8772 | 2026-08-20T03:17:56.685Z | [ recovery-image] Aug 20 03:17:55.956 INFO O| Aug 20 03:17:55.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share" |
| 8773 | 2026-08-20T03:17:56.685Z | [ recovery-image] Aug 20 03:17:55.957 INFO O| Aug 20 03:17:55.957 INFO STEP 734 (remove_files) COMPLETE |
| 8774 | 2026-08-20T03:17:56.685Z | [ recovery-image] Aug 20 03:17:55.957 INFO O| Aug 20 03:17:55.957 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8775 | 2026-08-20T03:17:56.685Z | [ recovery-image] Aug 20 03:17:55.968 INFO O| Aug 20 03:17:55.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount" |
| 8776 | 2026-08-20T03:17:56.686Z | [ recovery-image] Aug 20 03:17:55.968 INFO O| Aug 20 03:17:55.968 INFO STEP 735 (remove_files) COMPLETE |
| 8777 | 2026-08-20T03:17:56.686Z | [ recovery-image] Aug 20 03:17:55.968 INFO O| Aug 20 03:17:55.968 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8778 | 2026-08-20T03:17:56.686Z | [verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 8779 | 2026-08-20T03:17:56.701Z | [ recovery-image] Aug 20 03:17:55.978 INFO O| Aug 20 03:17:55.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare" |
| 8780 | 2026-08-20T03:17:56.701Z | [ recovery-image] Aug 20 03:17:55.978 INFO O| Aug 20 03:17:55.978 INFO STEP 736 (remove_files) COMPLETE |
| 8781 | 2026-08-20T03:17:56.701Z | [ recovery-image] Aug 20 03:17:55.978 INFO O| Aug 20 03:17:55.978 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8782 | 2026-08-20T03:17:56.716Z | [ recovery-image] Aug 20 03:17:55.989 INFO O| Aug 20 03:17:55.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri" |
| 8783 | 2026-08-20T03:17:56.717Z | [ recovery-image] Aug 20 03:17:55.989 INFO O| Aug 20 03:17:55.989 INFO STEP 737 (remove_files) COMPLETE |
| 8784 | 2026-08-20T03:17:56.717Z | [ recovery-image] Aug 20 03:17:55.989 INFO O| Aug 20 03:17:55.989 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8785 | 2026-08-20T03:17:56.717Z | [ recovery-image] Aug 20 03:17:55.998 INFO O| Aug 20 03:17:55.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy" |
| 8786 | 2026-08-20T03:17:56.717Z | [ recovery-image] Aug 20 03:17:55.998 INFO O| Aug 20 03:17:55.998 INFO STEP 738 (remove_files) COMPLETE |
| 8787 | 2026-08-20T03:17:56.717Z | [ recovery-image] Aug 20 03:17:55.998 INFO O| Aug 20 03:17:55.998 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8788 | 2026-08-20T03:17:56.727Z | [ recovery-image] Aug 20 03:17:56.010 INFO O| Aug 20 03:17:56.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df" |
| 8789 | 2026-08-20T03:17:56.727Z | [ recovery-image] Aug 20 03:17:56.010 INFO O| Aug 20 03:17:56.010 INFO STEP 739 (remove_files) COMPLETE |
| 8790 | 2026-08-20T03:17:56.727Z | [ recovery-image] Aug 20 03:17:56.010 INFO O| Aug 20 03:17:56.010 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8791 | 2026-08-20T03:17:56.746Z | [ recovery-image] Aug 20 03:17:56.021 INFO O| Aug 20 03:17:56.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota" |
| 8792 | 2026-08-20T03:17:56.746Z | [ recovery-image] Aug 20 03:17:56.021 INFO O| Aug 20 03:17:56.021 INFO STEP 740 (remove_files) COMPLETE |
| 8793 | 2026-08-20T03:17:56.746Z | [ recovery-image] Aug 20 03:17:56.021 INFO O| Aug 20 03:17:56.021 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8794 | 2026-08-20T03:17:56.746Z | [ recovery-image] Aug 20 03:17:56.031 INFO O| Aug 20 03:17:56.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff" |
| 8795 | 2026-08-20T03:17:56.746Z | [ recovery-image] Aug 20 03:17:56.031 INFO O| Aug 20 03:17:56.031 INFO STEP 741 (remove_files) COMPLETE |
| 8796 | 2026-08-20T03:17:56.747Z | [ recovery-image] Aug 20 03:17:56.031 INFO O| Aug 20 03:17:56.031 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8797 | 2026-08-20T03:17:56.754Z | [ recovery-image] Aug 20 03:17:56.041 INFO O| Aug 20 03:17:56.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck" |
| 8798 | 2026-08-20T03:17:56.754Z | [ recovery-image] Aug 20 03:17:56.041 INFO O| Aug 20 03:17:56.041 INFO STEP 742 (remove_files) COMPLETE |
| 8799 | 2026-08-20T03:17:56.754Z | [ recovery-image] Aug 20 03:17:56.041 INFO O| Aug 20 03:17:56.041 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8800 | 2026-08-20T03:17:56.759Z | [ recovery-image] Aug 20 03:17:56.051 INFO O| Aug 20 03:17:56.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall" |
| 8801 | 2026-08-20T03:17:56.760Z | [ recovery-image] Aug 20 03:17:56.051 INFO O| Aug 20 03:17:56.051 INFO STEP 743 (remove_files) COMPLETE |
| 8802 | 2026-08-20T03:17:56.760Z | [ recovery-image] Aug 20 03:17:56.051 INFO O| Aug 20 03:17:56.051 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8803 | 2026-08-20T03:17:56.767Z | [ recovery-image] Aug 20 03:17:56.061 INFO O| Aug 20 03:17:56.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb" |
| 8804 | 2026-08-20T03:17:56.767Z | [ recovery-image] Aug 20 03:17:56.061 INFO O| Aug 20 03:17:56.061 INFO STEP 744 (remove_files) COMPLETE |
| 8805 | 2026-08-20T03:17:56.767Z | [ recovery-image] Aug 20 03:17:56.061 INFO O| Aug 20 03:17:56.061 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8806 | 2026-08-20T03:17:56.778Z | [ recovery-image] Aug 20 03:17:56.072 INFO O| Aug 20 03:17:56.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand" |
| 8807 | 2026-08-20T03:17:56.778Z | [ recovery-image] Aug 20 03:17:56.072 INFO O| Aug 20 03:17:56.072 INFO STEP 745 (remove_files) COMPLETE |
| 8808 | 2026-08-20T03:17:56.779Z | [ recovery-image] Aug 20 03:17:56.072 INFO O| Aug 20 03:17:56.072 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8809 | 2026-08-20T03:17:56.788Z | [ recovery-image] Aug 20 03:17:56.081 INFO O| Aug 20 03:17:56.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap" |
| 8810 | 2026-08-20T03:17:56.788Z | [ recovery-image] Aug 20 03:17:56.081 INFO O| Aug 20 03:17:56.081 INFO STEP 746 (remove_files) COMPLETE |
| 8811 | 2026-08-20T03:17:56.797Z | [ recovery-image] Aug 20 03:17:56.081 INFO O| Aug 20 03:17:56.081 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8812 | 2026-08-20T03:17:56.801Z | [ recovery-image] Aug 20 03:17:56.093 INFO O| Aug 20 03:17:56.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp" |
| 8813 | 2026-08-20T03:17:56.802Z | [ recovery-image] Aug 20 03:17:56.093 INFO O| Aug 20 03:17:56.093 INFO STEP 747 (remove_files) COMPLETE |
| 8814 | 2026-08-20T03:17:56.802Z | [ recovery-image] Aug 20 03:17:56.093 INFO O| Aug 20 03:17:56.093 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8815 | 2026-08-20T03:17:56.820Z | [ recovery-image] Aug 20 03:17:56.105 INFO O| Aug 20 03:17:56.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
| 8816 | 2026-08-20T03:17:56.820Z | [ recovery-image] Aug 20 03:17:56.105 INFO O| Aug 20 03:17:56.105 INFO STEP 748 (remove_files) COMPLETE |
| 8817 | 2026-08-20T03:17:56.820Z | [ recovery-image] Aug 20 03:17:56.105 INFO O| Aug 20 03:17:56.105 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8818 | 2026-08-20T03:17:56.838Z | [ recovery-image] Aug 20 03:17:56.116 INFO O| Aug 20 03:17:56.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit" |
| 8819 | 2026-08-20T03:17:56.838Z | [ recovery-image] Aug 20 03:17:56.116 INFO O| Aug 20 03:17:56.116 INFO STEP 749 (remove_files) COMPLETE |
| 8820 | 2026-08-20T03:17:56.838Z | [ recovery-image] Aug 20 03:17:56.116 INFO O| Aug 20 03:17:56.116 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8821 | 2026-08-20T03:17:56.842Z | [ recovery-image] Aug 20 03:17:56.126 INFO O| Aug 20 03:17:56.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs" |
| 8822 | 2026-08-20T03:17:56.842Z | [ recovery-image] Aug 20 03:17:56.127 INFO O| Aug 20 03:17:56.127 INFO STEP 750 (remove_files) COMPLETE |
| 8823 | 2026-08-20T03:17:56.842Z | [ recovery-image] Aug 20 03:17:56.127 INFO O| Aug 20 03:17:56.127 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8824 | 2026-08-20T03:17:56.842Z | [ recovery-image] Aug 20 03:17:56.136 INFO O| Aug 20 03:17:56.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs" |
| 8825 | 2026-08-20T03:17:56.842Z | [ recovery-image] Aug 20 03:17:56.136 INFO O| Aug 20 03:17:56.136 INFO STEP 751 (remove_files) COMPLETE |
| 8826 | 2026-08-20T03:17:56.842Z | [ recovery-image] Aug 20 03:17:56.136 INFO O| Aug 20 03:17:56.136 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8827 | 2026-08-20T03:17:56.850Z | [ recovery-image] Aug 20 03:17:56.145 INFO O| Aug 20 03:17:56.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck" |
| 8828 | 2026-08-20T03:17:56.850Z | [ recovery-image] Aug 20 03:17:56.145 INFO O| Aug 20 03:17:56.145 INFO STEP 752 (remove_files) COMPLETE |
| 8829 | 2026-08-20T03:17:56.854Z | [ recovery-image] Aug 20 03:17:56.145 INFO O| Aug 20 03:17:56.145 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8830 | 2026-08-20T03:17:56.861Z | [ recovery-image] Aug 20 03:17:56.155 INFO O| Aug 20 03:17:56.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs" |
| 8831 | 2026-08-20T03:17:56.862Z | [ recovery-image] Aug 20 03:17:56.155 INFO O| Aug 20 03:17:56.155 INFO STEP 753 (remove_files) COMPLETE |
| 8832 | 2026-08-20T03:17:56.862Z | [ recovery-image] Aug 20 03:17:56.155 INFO O| Aug 20 03:17:56.155 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8833 | 2026-08-20T03:17:56.880Z | [ recovery-image] Aug 20 03:17:56.166 INFO O| Aug 20 03:17:56.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot" |
| 8834 | 2026-08-20T03:17:56.880Z | [ recovery-image] Aug 20 03:17:56.166 INFO O| Aug 20 03:17:56.166 INFO STEP 754 (remove_files) COMPLETE |
| 8835 | 2026-08-20T03:17:56.880Z | [ recovery-image] Aug 20 03:17:56.166 INFO O| Aug 20 03:17:56.166 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8836 | 2026-08-20T03:17:56.894Z | [ recovery-image] Aug 20 03:17:56.176 INFO O| Aug 20 03:17:56.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck" |
| 8837 | 2026-08-20T03:17:56.894Z | [ recovery-image] Aug 20 03:17:56.176 INFO O| Aug 20 03:17:56.176 INFO STEP 755 (remove_files) COMPLETE |
| 8838 | 2026-08-20T03:17:56.894Z | [ recovery-image] Aug 20 03:17:56.176 INFO O| Aug 20 03:17:56.176 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8839 | 2026-08-20T03:17:56.900Z | [ recovery-image] Aug 20 03:17:56.187 INFO O| Aug 20 03:17:56.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff" |
| 8840 | 2026-08-20T03:17:56.900Z | [ recovery-image] Aug 20 03:17:56.187 INFO O| Aug 20 03:17:56.187 INFO STEP 756 (remove_files) COMPLETE |
| 8841 | 2026-08-20T03:17:56.900Z | [ recovery-image] Aug 20 03:17:56.187 INFO O| Aug 20 03:17:56.187 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8842 | 2026-08-20T03:17:56.907Z | [ recovery-image] Aug 20 03:17:56.198 INFO O| Aug 20 03:17:56.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon" |
| 8843 | 2026-08-20T03:17:56.907Z | [ recovery-image] Aug 20 03:17:56.198 INFO O| Aug 20 03:17:56.198 INFO STEP 757 (remove_files) COMPLETE |
| 8844 | 2026-08-20T03:17:56.907Z | [ recovery-image] Aug 20 03:17:56.198 INFO O| Aug 20 03:17:56.198 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8845 | 2026-08-20T03:17:56.925Z | [ recovery-image] Aug 20 03:17:56.209 INFO O| Aug 20 03:17:56.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota" |
| 8846 | 2026-08-20T03:17:56.925Z | [ recovery-image] Aug 20 03:17:56.209 INFO O| Aug 20 03:17:56.209 INFO STEP 758 (remove_files) COMPLETE |
| 8847 | 2026-08-20T03:17:56.936Z | [ recovery-image] Aug 20 03:17:56.209 INFO O| Aug 20 03:17:56.209 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8848 | 2026-08-20T03:17:56.936Z | [ recovery-image] Aug 20 03:17:56.220 INFO O| Aug 20 03:17:56.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs" |
| 8849 | 2026-08-20T03:17:56.937Z | [ recovery-image] Aug 20 03:17:56.220 INFO O| Aug 20 03:17:56.220 INFO STEP 759 (remove_files) COMPLETE |
| 8850 | 2026-08-20T03:17:56.937Z | [ recovery-image] Aug 20 03:17:56.220 INFO O| Aug 20 03:17:56.220 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8851 | 2026-08-20T03:17:56.950Z | [ recovery-image] Aug 20 03:17:56.231 INFO O| Aug 20 03:17:56.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump" |
| 8852 | 2026-08-20T03:17:56.950Z | [ recovery-image] Aug 20 03:17:56.231 INFO O| Aug 20 03:17:56.231 INFO STEP 760 (remove_files) COMPLETE |
| 8853 | 2026-08-20T03:17:56.951Z | [ recovery-image] Aug 20 03:17:56.231 INFO O| Aug 20 03:17:56.231 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8854 | 2026-08-20T03:17:56.960Z | [ recovery-image] Aug 20 03:17:56.242 INFO O| Aug 20 03:17:56.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore" |
| 8855 | 2026-08-20T03:17:56.960Z | [ recovery-image] Aug 20 03:17:56.242 INFO O| Aug 20 03:17:56.242 INFO STEP 761 (remove_files) COMPLETE |
| 8856 | 2026-08-20T03:17:56.960Z | [ recovery-image] Aug 20 03:17:56.242 INFO O| Aug 20 03:17:56.242 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8857 | 2026-08-20T03:17:56.974Z | [ recovery-image] Aug 20 03:17:56.252 INFO O| Aug 20 03:17:56.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy" |
| 8858 | 2026-08-20T03:17:56.974Z | [ recovery-image] Aug 20 03:17:56.252 INFO O| Aug 20 03:17:56.252 INFO STEP 762 (remove_files) COMPLETE |
| 8859 | 2026-08-20T03:17:56.974Z | [ recovery-image] Aug 20 03:17:56.252 INFO O| Aug 20 03:17:56.252 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8860 | 2026-08-20T03:17:56.989Z | [ recovery-image] Aug 20 03:17:56.262 INFO O| Aug 20 03:17:56.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1" |
| 8861 | 2026-08-20T03:17:56.989Z | [ recovery-image] Aug 20 03:17:56.264 INFO O| Aug 20 03:17:56.262 INFO STEP 763 (remove_files) COMPLETE |
| 8862 | 2026-08-20T03:17:56.990Z | [ recovery-image] Aug 20 03:17:56.264 INFO O| Aug 20 03:17:56.262 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8863 | 2026-08-20T03:17:56.990Z | [ recovery-image] Aug 20 03:17:56.271 INFO O| Aug 20 03:17:56.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1" |
| 8864 | 2026-08-20T03:17:56.990Z | [ recovery-image] Aug 20 03:17:56.272 INFO O| Aug 20 03:17:56.271 INFO STEP 764 (remove_files) COMPLETE |
| 8865 | 2026-08-20T03:17:56.990Z | [ recovery-image] Aug 20 03:17:56.272 INFO O| Aug 20 03:17:56.271 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8866 | 2026-08-20T03:17:57.005Z | [ recovery-image] Aug 20 03:17:56.282 INFO O| Aug 20 03:17:56.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean" |
| 8867 | 2026-08-20T03:17:57.005Z | [ recovery-image] Aug 20 03:17:56.282 INFO O| Aug 20 03:17:56.282 INFO STEP 765 (remove_files) COMPLETE |
| 8868 | 2026-08-20T03:17:57.005Z | [ recovery-image] Aug 20 03:17:56.282 INFO O| Aug 20 03:17:56.282 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8869 | 2026-08-20T03:17:57.013Z | [ recovery-image] Aug 20 03:17:56.294 INFO O| Aug 20 03:17:56.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd" |
| 8870 | 2026-08-20T03:17:57.014Z | [ recovery-image] Aug 20 03:17:56.294 INFO O| Aug 20 03:17:56.294 INFO STEP 766 (remove_files) COMPLETE |
| 8871 | 2026-08-20T03:17:57.014Z | [ recovery-image] Aug 20 03:17:56.294 INFO O| Aug 20 03:17:56.294 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8872 | 2026-08-20T03:17:57.014Z | [ recovery-image] Aug 20 03:17:56.304 INFO O| Aug 20 03:17:56.304 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1" |
| 8873 | 2026-08-20T03:17:57.015Z | [ recovery-image] Aug 20 03:17:56.304 INFO O| Aug 20 03:17:56.304 INFO STEP 767 (remove_files) COMPLETE |
| 8874 | 2026-08-20T03:17:57.015Z | [ recovery-image] Aug 20 03:17:56.304 INFO O| Aug 20 03:17:56.304 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8875 | 2026-08-20T03:17:57.027Z | [ recovery-image] Aug 20 03:17:56.315 INFO O| Aug 20 03:17:56.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1" |
| 8876 | 2026-08-20T03:17:57.027Z | [ recovery-image] Aug 20 03:17:56.315 INFO O| Aug 20 03:17:56.315 INFO STEP 768 (remove_files) COMPLETE |
| 8877 | 2026-08-20T03:17:57.027Z | [ recovery-image] Aug 20 03:17:56.315 INFO O| Aug 20 03:17:56.315 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8878 | 2026-08-20T03:17:57.042Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 8879 | 2026-08-20T03:17:57.042Z | [ recovery-image] Aug 20 03:17:56.323 INFO O| Aug 20 03:17:56.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1" |
| 8880 | 2026-08-20T03:17:57.042Z | [ recovery-image] Aug 20 03:17:56.323 INFO O| Aug 20 03:17:56.323 INFO STEP 769 (remove_files) COMPLETE |
| 8881 | 2026-08-20T03:17:57.042Z | [ recovery-image] Aug 20 03:17:56.323 INFO O| Aug 20 03:17:56.323 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8882 | 2026-08-20T03:17:57.054Z | [ recovery-image] Aug 20 03:17:56.331 INFO O| Aug 20 03:17:56.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked" |
| 8883 | 2026-08-20T03:17:57.054Z | [ recovery-image] Aug 20 03:17:56.331 INFO O| Aug 20 03:17:56.331 INFO STEP 770 (remove_files) COMPLETE |
| 8884 | 2026-08-20T03:17:57.054Z | [ recovery-image] Aug 20 03:17:56.331 INFO O| Aug 20 03:17:56.331 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8885 | 2026-08-20T03:17:57.055Z | [ recovery-image] Aug 20 03:17:56.339 INFO O| Aug 20 03:17:56.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb" |
| 8886 | 2026-08-20T03:17:57.055Z | [ recovery-image] Aug 20 03:17:56.339 INFO O| Aug 20 03:17:56.339 INFO STEP 771 (remove_files) COMPLETE |
| 8887 | 2026-08-20T03:17:57.055Z | [ recovery-image] Aug 20 03:17:56.339 INFO O| Aug 20 03:17:56.339 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8888 | 2026-08-20T03:17:57.063Z | [ recovery-image] Aug 20 03:17:56.348 INFO O| Aug 20 03:17:56.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal" |
| 8889 | 2026-08-20T03:17:57.063Z | [ recovery-image] Aug 20 03:17:56.348 INFO O| Aug 20 03:17:56.348 INFO STEP 772 (remove_files) COMPLETE |
| 8890 | 2026-08-20T03:17:57.064Z | [ recovery-image] Aug 20 03:17:56.348 INFO O| Aug 20 03:17:56.348 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8891 | 2026-08-20T03:17:57.072Z | [ recovery-image] Aug 20 03:17:56.358 INFO O| Aug 20 03:17:56.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb" |
| 8892 | 2026-08-20T03:17:57.072Z | [ recovery-image] Aug 20 03:17:56.359 INFO O| Aug 20 03:17:56.359 INFO STEP 773 (remove_files) COMPLETE |
| 8893 | 2026-08-20T03:17:57.072Z | [ recovery-image] Aug 20 03:17:56.359 INFO O| Aug 20 03:17:56.359 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8894 | 2026-08-20T03:17:57.084Z | [ recovery-image] Aug 20 03:17:56.368 INFO O| Aug 20 03:17:56.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked" |
| 8895 | 2026-08-20T03:17:57.084Z | [ recovery-image] Aug 20 03:17:56.368 INFO O| Aug 20 03:17:56.368 INFO STEP 774 (remove_files) COMPLETE |
| 8896 | 2026-08-20T03:17:57.084Z | [ recovery-image] Aug 20 03:17:56.368 INFO O| Aug 20 03:17:56.368 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8897 | 2026-08-20T03:17:57.096Z | [ recovery-image] Aug 20 03:17:56.378 INFO O| Aug 20 03:17:56.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd" |
| 8898 | 2026-08-20T03:17:57.096Z | [ recovery-image] Aug 20 03:17:56.378 INFO O| Aug 20 03:17:56.378 INFO STEP 775 (remove_files) COMPLETE |
| 8899 | 2026-08-20T03:17:57.096Z | [ recovery-image] Aug 20 03:17:56.378 INFO O| Aug 20 03:17:56.378 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8900 | 2026-08-20T03:17:57.106Z | [ recovery-image] Aug 20 03:17:56.388 INFO O| Aug 20 03:17:56.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd" |
| 8901 | 2026-08-20T03:17:57.106Z | [ recovery-image] Aug 20 03:17:56.388 INFO O| Aug 20 03:17:56.388 INFO STEP 776 (remove_files) COMPLETE |
| 8902 | 2026-08-20T03:17:57.106Z | [ recovery-image] Aug 20 03:17:56.388 INFO O| Aug 20 03:17:56.388 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8903 | 2026-08-20T03:17:57.111Z | [ recovery-image] Aug 20 03:17:56.399 INFO O| Aug 20 03:17:56.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
| 8904 | 2026-08-20T03:17:57.137Z | [ recovery-image] Aug 20 03:17:56.428 INFO O| Aug 20 03:17:56.399 INFO STEP 777 (remove_files) COMPLETE |
| 8905 | 2026-08-20T03:17:57.137Z | [ recovery-image] Aug 20 03:17:56.428 INFO O| Aug 20 03:17:56.399 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8906 | 2026-08-20T03:17:57.137Z | [ recovery-image] Aug 20 03:17:56.428 INFO O| Aug 20 03:17:56.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd" |
| 8907 | 2026-08-20T03:17:57.150Z | [ recovery-image] Aug 20 03:17:56.428 INFO O| Aug 20 03:17:56.410 INFO STEP 778 (remove_files) COMPLETE |
| 8908 | 2026-08-20T03:17:57.150Z | [ recovery-image] Aug 20 03:17:56.428 INFO O| Aug 20 03:17:56.410 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8909 | 2026-08-20T03:17:57.150Z | [ recovery-image] Aug 20 03:17:56.435 INFO O| Aug 20 03:17:56.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
| 8910 | 2026-08-20T03:17:57.150Z | [ recovery-image] Aug 20 03:17:56.435 INFO O| Aug 20 03:17:56.435 INFO STEP 779 (remove_files) COMPLETE |
| 8911 | 2026-08-20T03:17:57.151Z | [ recovery-image] Aug 20 03:17:56.435 INFO O| Aug 20 03:17:56.435 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8912 | 2026-08-20T03:17:57.166Z | [ recovery-image] Aug 20 03:17:56.445 INFO O| Aug 20 03:17:56.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1" |
| 8913 | 2026-08-20T03:17:57.167Z | [ recovery-image] Aug 20 03:17:56.445 INFO O| Aug 20 03:17:56.445 INFO STEP 780 (remove_files) COMPLETE |
| 8914 | 2026-08-20T03:17:57.167Z | [ recovery-image] Aug 20 03:17:56.445 INFO O| Aug 20 03:17:56.445 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8915 | 2026-08-20T03:17:57.244Z | [ recovery-image] Aug 20 03:17:56.456 INFO O| Aug 20 03:17:56.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
| 8916 | 2026-08-20T03:17:57.244Z | [ recovery-image] Aug 20 03:17:56.456 INFO O| Aug 20 03:17:56.456 INFO STEP 781 (remove_files) COMPLETE |
| 8917 | 2026-08-20T03:17:57.244Z | [ recovery-image] Aug 20 03:17:56.456 INFO O| Aug 20 03:17:56.456 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8918 | 2026-08-20T03:17:57.257Z | [ recovery-image] Aug 20 03:17:56.467 INFO O| Aug 20 03:17:56.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G" |
| 8919 | 2026-08-20T03:17:57.257Z | [ recovery-image] Aug 20 03:17:56.467 INFO O| Aug 20 03:17:56.466 INFO STEP 782 (remove_files) COMPLETE |
| 8920 | 2026-08-20T03:17:57.257Z | [ recovery-image] Aug 20 03:17:56.467 INFO O| Aug 20 03:17:56.466 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8921 | 2026-08-20T03:17:57.257Z | [ recovery-image] Aug 20 03:17:56.476 INFO O| Aug 20 03:17:56.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G" |
| 8922 | 2026-08-20T03:17:57.257Z | [ recovery-image] Aug 20 03:17:56.476 INFO O| Aug 20 03:17:56.476 INFO STEP 783 (remove_files) COMPLETE |
| 8923 | 2026-08-20T03:17:57.258Z | [ recovery-image] Aug 20 03:17:56.476 INFO O| Aug 20 03:17:56.476 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8924 | 2026-08-20T03:17:57.258Z | [ recovery-image] Aug 20 03:17:56.485 INFO O| Aug 20 03:17:56.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign" |
| 8925 | 2026-08-20T03:17:57.258Z | [ recovery-image] Aug 20 03:17:56.485 INFO O| Aug 20 03:17:56.485 INFO STEP 784 (remove_files) COMPLETE |
| 8926 | 2026-08-20T03:17:57.258Z | [ recovery-image] Aug 20 03:17:56.485 INFO O| Aug 20 03:17:56.485 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8927 | 2026-08-20T03:17:57.258Z | [ recovery-image] Aug 20 03:17:56.496 INFO O| Aug 20 03:17:56.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default" |
| 8928 | 2026-08-20T03:17:57.258Z | [ recovery-image] Aug 20 03:17:56.496 INFO O| Aug 20 03:17:56.496 INFO STEP 785 (remove_files) COMPLETE |
| 8929 | 2026-08-20T03:17:57.258Z | [ recovery-image] Aug 20 03:17:56.496 INFO O| Aug 20 03:17:56.496 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8930 | 2026-08-20T03:17:57.258Z | [ recovery-image] Aug 20 03:17:56.507 INFO O| Aug 20 03:17:56.507 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata" |
| 8931 | 2026-08-20T03:17:57.258Z | [ recovery-image] Aug 20 03:17:56.507 INFO O| Aug 20 03:17:56.507 INFO STEP 786 (remove_files) COMPLETE |
| 8932 | 2026-08-20T03:17:57.258Z | [ recovery-image] Aug 20 03:17:56.507 INFO O| Aug 20 03:17:56.507 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8933 | 2026-08-20T03:17:57.258Z | [ recovery-image] Aug 20 03:17:56.517 INFO O| Aug 20 03:17:56.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter" |
| 8934 | 2026-08-20T03:17:57.258Z | [ recovery-image] Aug 20 03:17:56.517 INFO O| Aug 20 03:17:56.517 INFO STEP 787 (remove_files) COMPLETE |
| 8935 | 2026-08-20T03:17:57.258Z | [ recovery-image] Aug 20 03:17:56.517 INFO O| Aug 20 03:17:56.517 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8936 | 2026-08-20T03:17:57.258Z | [ recovery-image] Aug 20 03:17:56.527 INFO O| Aug 20 03:17:56.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss" |
| 8937 | 2026-08-20T03:17:57.258Z | [ recovery-image] Aug 20 03:17:56.527 INFO O| Aug 20 03:17:56.527 INFO STEP 788 (remove_files) COMPLETE |
| 8938 | 2026-08-20T03:17:57.258Z | [ recovery-image] Aug 20 03:17:56.527 INFO O| Aug 20 03:17:56.527 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8939 | 2026-08-20T03:17:57.258Z | [ recovery-image] Aug 20 03:17:56.537 INFO O| Aug 20 03:17:56.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata" |
| 8940 | 2026-08-20T03:17:57.258Z | [ recovery-image] Aug 20 03:17:56.537 INFO O| Aug 20 03:17:56.537 INFO STEP 789 (remove_files) COMPLETE |
| 8941 | 2026-08-20T03:17:57.259Z | [ recovery-image] Aug 20 03:17:56.537 INFO O| Aug 20 03:17:56.537 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8942 | 2026-08-20T03:17:57.266Z | [ recovery-image] Aug 20 03:17:56.547 INFO O| Aug 20 03:17:56.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk" |
| 8943 | 2026-08-20T03:17:57.266Z | [ recovery-image] Aug 20 03:17:56.547 INFO O| Aug 20 03:17:56.547 INFO STEP 790 (remove_files) COMPLETE |
| 8944 | 2026-08-20T03:17:57.266Z | [ recovery-image] Aug 20 03:17:56.547 INFO O| Aug 20 03:17:56.547 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8945 | 2026-08-20T03:17:57.266Z | [ recovery-image] Aug 20 03:17:56.558 INFO O| Aug 20 03:17:56.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign" |
| 8946 | 2026-08-20T03:17:57.267Z | [ recovery-image] Aug 20 03:17:56.558 INFO O| Aug 20 03:17:56.558 INFO STEP 791 (remove_files) COMPLETE |
| 8947 | 2026-08-20T03:17:57.267Z | [ recovery-image] Aug 20 03:17:56.558 INFO O| Aug 20 03:17:56.558 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8948 | 2026-08-20T03:17:57.278Z | [ recovery-image] Aug 20 03:17:56.567 INFO O| Aug 20 03:17:56.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
| 8949 | 2026-08-20T03:17:57.279Z | [ recovery-image] Aug 20 03:17:56.567 INFO O| Aug 20 03:17:56.567 INFO STEP 792 (remove_files) COMPLETE |
| 8950 | 2026-08-20T03:17:57.295Z | [ recovery-image] Aug 20 03:17:56.567 INFO O| Aug 20 03:17:56.567 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8951 | 2026-08-20T03:17:57.295Z | [ recovery-image] Aug 20 03:17:56.575 INFO O| Aug 20 03:17:56.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
| 8952 | 2026-08-20T03:17:57.296Z | [ recovery-image] Aug 20 03:17:56.575 INFO O| Aug 20 03:17:56.575 INFO STEP 793 (remove_files) COMPLETE |
| 8953 | 2026-08-20T03:17:57.296Z | [ recovery-image] Aug 20 03:17:56.575 INFO O| Aug 20 03:17:56.575 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8954 | 2026-08-20T03:17:57.304Z | [ recovery-image] Aug 20 03:17:56.585 INFO O| Aug 20 03:17:56.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
| 8955 | 2026-08-20T03:17:57.304Z | [ recovery-image] Aug 20 03:17:56.585 INFO O| Aug 20 03:17:56.585 INFO STEP 794 (remove_files) COMPLETE |
| 8956 | 2026-08-20T03:17:57.304Z | [ recovery-image] Aug 20 03:17:56.585 INFO O| Aug 20 03:17:56.585 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8957 | 2026-08-20T03:17:57.310Z | [ recovery-image] Aug 20 03:17:56.596 INFO O| Aug 20 03:17:56.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
| 8958 | 2026-08-20T03:17:57.310Z | [ recovery-image] Aug 20 03:17:56.596 INFO O| Aug 20 03:17:56.596 INFO STEP 795 (remove_files) COMPLETE |
| 8959 | 2026-08-20T03:17:57.310Z | [ recovery-image] Aug 20 03:17:56.596 INFO O| Aug 20 03:17:56.596 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8960 | 2026-08-20T03:17:57.315Z | [ recovery-image] Aug 20 03:17:56.607 INFO O| Aug 20 03:17:56.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
| 8961 | 2026-08-20T03:17:57.315Z | [ recovery-image] Aug 20 03:17:56.607 INFO O| Aug 20 03:17:56.607 INFO STEP 796 (remove_files) COMPLETE |
| 8962 | 2026-08-20T03:17:57.315Z | [ recovery-image] Aug 20 03:17:56.607 INFO O| Aug 20 03:17:56.607 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8963 | 2026-08-20T03:17:57.329Z | [ recovery-image] Aug 20 03:17:56.617 INFO O| Aug 20 03:17:56.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1" |
| 8964 | 2026-08-20T03:17:57.330Z | [ recovery-image] Aug 20 03:17:56.617 INFO O| Aug 20 03:17:56.617 INFO STEP 797 (remove_files) COMPLETE |
| 8965 | 2026-08-20T03:17:57.348Z | [ recovery-image] Aug 20 03:17:56.617 INFO O| Aug 20 03:17:56.617 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8966 | 2026-08-20T03:17:57.348Z | [ recovery-image] Aug 20 03:17:56.628 INFO O| Aug 20 03:17:56.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1" |
| 8967 | 2026-08-20T03:17:57.348Z | [ recovery-image] Aug 20 03:17:56.628 INFO O| Aug 20 03:17:56.628 INFO STEP 798 (remove_files) COMPLETE |
| 8968 | 2026-08-20T03:17:57.348Z | [ recovery-image] Aug 20 03:17:56.628 INFO O| Aug 20 03:17:56.628 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8969 | 2026-08-20T03:17:57.359Z | [ recovery-image] Aug 20 03:17:56.637 INFO O| Aug 20 03:17:56.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1" |
| 8970 | 2026-08-20T03:17:57.359Z | [ recovery-image] Aug 20 03:17:56.637 INFO O| Aug 20 03:17:56.637 INFO STEP 799 (remove_files) COMPLETE |
| 8971 | 2026-08-20T03:17:57.359Z | [ recovery-image] Aug 20 03:17:56.637 INFO O| Aug 20 03:17:56.637 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8972 | 2026-08-20T03:17:57.359Z | [verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 8973 | 2026-08-20T03:17:57.359Z | [ recovery-image] Aug 20 03:17:56.647 INFO O| Aug 20 03:17:56.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb" |
| 8974 | 2026-08-20T03:17:57.359Z | [ recovery-image] Aug 20 03:17:56.647 INFO O| Aug 20 03:17:56.647 INFO STEP 800 (remove_files) COMPLETE |
| 8975 | 2026-08-20T03:17:57.359Z | [ recovery-image] Aug 20 03:17:56.647 INFO O| Aug 20 03:17:56.647 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8976 | 2026-08-20T03:17:57.363Z | [ recovery-image] Aug 20 03:17:56.657 INFO O| Aug 20 03:17:56.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so" |
| 8977 | 2026-08-20T03:17:57.363Z | [ recovery-image] Aug 20 03:17:56.657 INFO O| Aug 20 03:17:56.657 INFO STEP 801 (remove_files) COMPLETE |
| 8978 | 2026-08-20T03:17:57.363Z | [ recovery-image] Aug 20 03:17:56.657 INFO O| Aug 20 03:17:56.657 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8979 | 2026-08-20T03:17:57.379Z | [ recovery-image] Aug 20 03:17:56.669 INFO O| Aug 20 03:17:56.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
| 8980 | 2026-08-20T03:17:57.379Z | [ recovery-image] Aug 20 03:17:56.669 INFO O| Aug 20 03:17:56.669 INFO STEP 802 (remove_files) COMPLETE |
| 8981 | 2026-08-20T03:17:57.384Z | [ recovery-image] Aug 20 03:17:56.669 INFO O| Aug 20 03:17:56.669 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8982 | 2026-08-20T03:17:57.390Z | [ recovery-image] Aug 20 03:17:56.682 INFO O| Aug 20 03:17:56.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1" |
| 8983 | 2026-08-20T03:17:57.391Z | [ recovery-image] Aug 20 03:17:56.682 INFO O| Aug 20 03:17:56.682 INFO STEP 803 (remove_files) COMPLETE |
| 8984 | 2026-08-20T03:17:57.391Z | [ recovery-image] Aug 20 03:17:56.682 INFO O| Aug 20 03:17:56.682 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8985 | 2026-08-20T03:17:57.421Z | [ recovery-image] Aug 20 03:17:56.716 INFO O| Aug 20 03:17:56.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
| 8986 | 2026-08-20T03:17:57.422Z | [ recovery-image] Aug 20 03:17:56.716 INFO O| Aug 20 03:17:56.716 INFO STEP 804 (remove_files) COMPLETE |
| 8987 | 2026-08-20T03:17:57.422Z | [ recovery-image] Aug 20 03:17:56.716 INFO O| Aug 20 03:17:56.716 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8988 | 2026-08-20T03:17:57.431Z | [ recovery-image] Aug 20 03:17:56.726 INFO O| Aug 20 03:17:56.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed" |
| 8989 | 2026-08-20T03:17:57.445Z | [ recovery-image] Aug 20 03:17:56.727 INFO O| Aug 20 03:17:56.727 INFO STEP 805 (remove_files) COMPLETE |
| 8990 | 2026-08-20T03:17:57.445Z | [ recovery-image] Aug 20 03:17:56.727 INFO O| Aug 20 03:17:56.727 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8991 | 2026-08-20T03:17:57.458Z | [ recovery-image] Aug 20 03:17:56.736 INFO O| Aug 20 03:17:56.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen" |
| 8992 | 2026-08-20T03:17:57.458Z | [ recovery-image] Aug 20 03:17:56.736 INFO O| Aug 20 03:17:56.736 INFO STEP 806 (remove_files) COMPLETE |
| 8993 | 2026-08-20T03:17:57.458Z | [ recovery-image] Aug 20 03:17:56.736 INFO O| Aug 20 03:17:56.736 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8994 | 2026-08-20T03:17:57.464Z | [ recovery-image] Aug 20 03:17:56.747 INFO O| Aug 20 03:17:56.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server" |
| 8995 | 2026-08-20T03:17:57.464Z | [ recovery-image] Aug 20 03:17:56.747 INFO O| Aug 20 03:17:56.747 INFO STEP 807 (remove_files) COMPLETE |
| 8996 | 2026-08-20T03:17:57.464Z | [ recovery-image] Aug 20 03:17:56.747 INFO O| Aug 20 03:17:56.747 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8997 | 2026-08-20T03:17:57.468Z | [ recovery-image] Aug 20 03:17:56.759 INFO O| Aug 20 03:17:56.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
| 8998 | 2026-08-20T03:17:57.468Z | [ recovery-image] Aug 20 03:17:56.759 INFO O| Aug 20 03:17:56.759 INFO STEP 808 (remove_files) COMPLETE |
| 8999 | 2026-08-20T03:17:57.468Z | [ recovery-image] Aug 20 03:17:56.759 INFO O| Aug 20 03:17:56.759 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9000 | 2026-08-20T03:17:57.483Z | [ recovery-image] Aug 20 03:17:56.770 INFO O| Aug 20 03:17:56.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
| 9001 | 2026-08-20T03:17:57.484Z | [ recovery-image] Aug 20 03:17:56.770 INFO O| Aug 20 03:17:56.770 INFO STEP 809 (remove_files) COMPLETE |
| 9002 | 2026-08-20T03:17:57.484Z | [ recovery-image] Aug 20 03:17:56.770 INFO O| Aug 20 03:17:56.770 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9003 | 2026-08-20T03:17:57.502Z | [ recovery-image] Aug 20 03:17:56.779 INFO O| Aug 20 03:17:56.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
| 9004 | 2026-08-20T03:17:57.502Z | [ recovery-image] Aug 20 03:17:56.779 INFO O| Aug 20 03:17:56.779 INFO STEP 810 (remove_files) COMPLETE |
| 9005 | 2026-08-20T03:17:57.502Z | [ recovery-image] Aug 20 03:17:56.779 INFO O| Aug 20 03:17:56.779 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9006 | 2026-08-20T03:17:57.516Z | [ recovery-image] Aug 20 03:17:56.788 INFO O| Aug 20 03:17:56.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1" |
| 9007 | 2026-08-20T03:17:57.516Z | [ recovery-image] Aug 20 03:17:56.789 INFO O| Aug 20 03:17:56.789 INFO STEP 811 (remove_files) COMPLETE |
| 9008 | 2026-08-20T03:17:57.516Z | [ recovery-image] Aug 20 03:17:56.789 INFO O| Aug 20 03:17:56.789 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9009 | 2026-08-20T03:17:57.516Z | [ recovery-image] Aug 20 03:17:56.798 INFO O| Aug 20 03:17:56.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
| 9010 | 2026-08-20T03:17:57.517Z | [ recovery-image] Aug 20 03:17:56.798 INFO O| Aug 20 03:17:56.798 INFO STEP 812 (remove_files) COMPLETE |
| 9011 | 2026-08-20T03:17:57.517Z | [ recovery-image] Aug 20 03:17:56.798 INFO O| Aug 20 03:17:56.798 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9012 | 2026-08-20T03:17:57.517Z | [ recovery-image] Aug 20 03:17:56.808 INFO O| Aug 20 03:17:56.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1" |
| 9013 | 2026-08-20T03:17:57.517Z | [ recovery-image] Aug 20 03:17:56.808 INFO O| Aug 20 03:17:56.808 INFO STEP 813 (remove_files) COMPLETE |
| 9014 | 2026-08-20T03:17:57.517Z | [ recovery-image] Aug 20 03:17:56.808 INFO O| Aug 20 03:17:56.808 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9015 | 2026-08-20T03:17:57.527Z | [ recovery-image] Aug 20 03:17:56.818 INFO O| Aug 20 03:17:56.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1" |
| 9016 | 2026-08-20T03:17:57.528Z | [ recovery-image] Aug 20 03:17:56.818 INFO O| Aug 20 03:17:56.818 INFO STEP 814 (remove_files) COMPLETE |
| 9017 | 2026-08-20T03:17:57.553Z | [ recovery-image] Aug 20 03:17:56.818 INFO O| Aug 20 03:17:56.818 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9018 | 2026-08-20T03:17:57.568Z | [ recovery-image] Aug 20 03:17:56.827 INFO O| Aug 20 03:17:56.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1" |
| 9019 | 2026-08-20T03:17:57.568Z | [ recovery-image] Aug 20 03:17:56.827 INFO O| Aug 20 03:17:56.827 INFO STEP 815 (remove_files) COMPLETE |
| 9020 | 2026-08-20T03:17:57.568Z | [ recovery-image] Aug 20 03:17:56.827 INFO O| Aug 20 03:17:56.827 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9021 | 2026-08-20T03:17:57.568Z | [ recovery-image] Aug 20 03:17:56.836 INFO O| Aug 20 03:17:56.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1" |
| 9022 | 2026-08-20T03:17:57.568Z | [ recovery-image] Aug 20 03:17:56.836 INFO O| Aug 20 03:17:56.836 INFO STEP 816 (remove_files) COMPLETE |
| 9023 | 2026-08-20T03:17:57.568Z | [ recovery-image] Aug 20 03:17:56.836 INFO O| Aug 20 03:17:56.836 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9024 | 2026-08-20T03:17:57.568Z | [ recovery-image] Aug 20 03:17:56.847 INFO O| Aug 20 03:17:56.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1" |
| 9025 | 2026-08-20T03:17:57.568Z | [ recovery-image] Aug 20 03:17:56.847 INFO O| Aug 20 03:17:56.847 INFO STEP 817 (remove_files) COMPLETE |
| 9026 | 2026-08-20T03:17:57.568Z | [ recovery-image] Aug 20 03:17:56.847 INFO O| Aug 20 03:17:56.847 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9027 | 2026-08-20T03:17:57.568Z | [ recovery-image] Aug 20 03:17:56.857 INFO O| Aug 20 03:17:56.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
| 9028 | 2026-08-20T03:17:57.568Z | [ recovery-image] Aug 20 03:17:56.857 INFO O| Aug 20 03:17:56.857 INFO STEP 818 (remove_files) COMPLETE |
| 9029 | 2026-08-20T03:17:57.568Z | [ recovery-image] Aug 20 03:17:56.857 INFO O| Aug 20 03:17:56.857 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9030 | 2026-08-20T03:17:57.572Z | [ recovery-image] Aug 20 03:17:56.868 INFO O| Aug 20 03:17:56.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
| 9031 | 2026-08-20T03:17:57.572Z | [ recovery-image] Aug 20 03:17:56.868 INFO O| Aug 20 03:17:56.868 INFO STEP 819 (remove_files) COMPLETE |
| 9032 | 2026-08-20T03:17:57.573Z | [ recovery-image] Aug 20 03:17:56.868 INFO O| Aug 20 03:17:56.868 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9033 | 2026-08-20T03:17:57.587Z | [ recovery-image] Aug 20 03:17:56.883 INFO O| Aug 20 03:17:56.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
| 9034 | 2026-08-20T03:17:57.587Z | [ recovery-image] Aug 20 03:17:56.883 INFO O| Aug 20 03:17:56.883 INFO STEP 820 (remove_files) COMPLETE |
| 9035 | 2026-08-20T03:17:57.587Z | [ recovery-image] Aug 20 03:17:56.883 INFO O| Aug 20 03:17:56.883 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9036 | 2026-08-20T03:17:57.601Z | [ recovery-image] Aug 20 03:17:56.896 INFO O| Aug 20 03:17:56.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
| 9037 | 2026-08-20T03:17:57.601Z | [ recovery-image] Aug 20 03:17:56.896 INFO O| Aug 20 03:17:56.896 INFO STEP 821 (remove_files) COMPLETE |
| 9038 | 2026-08-20T03:17:57.602Z | [ recovery-image] Aug 20 03:17:56.896 INFO O| Aug 20 03:17:56.896 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9039 | 2026-08-20T03:17:57.614Z | [ recovery-image] Aug 20 03:17:56.906 INFO O| Aug 20 03:17:56.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
| 9040 | 2026-08-20T03:17:57.614Z | [ recovery-image] Aug 20 03:17:56.906 INFO O| Aug 20 03:17:56.906 INFO STEP 822 (remove_files) COMPLETE |
| 9041 | 2026-08-20T03:17:57.614Z | [ recovery-image] Aug 20 03:17:56.906 INFO O| Aug 20 03:17:56.906 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9042 | 2026-08-20T03:17:57.620Z | [ recovery-image] Aug 20 03:17:56.916 INFO O| Aug 20 03:17:56.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
| 9043 | 2026-08-20T03:17:57.620Z | [ recovery-image] Aug 20 03:17:56.916 INFO O| Aug 20 03:17:56.916 INFO STEP 823 (remove_files) COMPLETE |
| 9044 | 2026-08-20T03:17:57.625Z | [ recovery-image] Aug 20 03:17:56.916 INFO O| Aug 20 03:17:56.916 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9045 | 2026-08-20T03:17:57.639Z | [ recovery-image] Aug 20 03:17:56.925 INFO O| Aug 20 03:17:56.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
| 9046 | 2026-08-20T03:17:57.639Z | [ recovery-image] Aug 20 03:17:56.925 INFO O| Aug 20 03:17:56.925 INFO STEP 824 (remove_files) COMPLETE |
| 9047 | 2026-08-20T03:17:57.640Z | [ recovery-image] Aug 20 03:17:56.925 INFO O| Aug 20 03:17:56.925 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9048 | 2026-08-20T03:17:57.643Z | [ recovery-image] Aug 20 03:17:56.936 INFO O| Aug 20 03:17:56.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
| 9049 | 2026-08-20T03:17:57.643Z | [ recovery-image] Aug 20 03:17:56.936 INFO O| Aug 20 03:17:56.936 INFO STEP 825 (remove_files) COMPLETE |
| 9050 | 2026-08-20T03:17:57.643Z | [ recovery-image] Aug 20 03:17:56.936 INFO O| Aug 20 03:17:56.936 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9051 | 2026-08-20T03:17:57.652Z | [ recovery-image] Aug 20 03:17:56.947 INFO O| Aug 20 03:17:56.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
| 9052 | 2026-08-20T03:17:57.657Z | [ recovery-image] Aug 20 03:17:56.947 INFO O| Aug 20 03:17:56.947 INFO STEP 826 (remove_files) COMPLETE |
| 9053 | 2026-08-20T03:17:57.657Z | [ recovery-image] Aug 20 03:17:56.947 INFO O| Aug 20 03:17:56.947 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9054 | 2026-08-20T03:17:57.662Z | [ recovery-image] Aug 20 03:17:56.957 INFO O| Aug 20 03:17:56.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
| 9055 | 2026-08-20T03:17:57.662Z | [ recovery-image] Aug 20 03:17:56.957 INFO O| Aug 20 03:17:56.957 INFO STEP 827 (remove_files) COMPLETE |
| 9056 | 2026-08-20T03:17:57.662Z | [ recovery-image] Aug 20 03:17:56.957 INFO O| Aug 20 03:17:56.957 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9057 | 2026-08-20T03:17:57.673Z | [ recovery-image] Aug 20 03:17:56.968 INFO O| Aug 20 03:17:56.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
| 9058 | 2026-08-20T03:17:57.673Z | [ recovery-image] Aug 20 03:17:56.968 INFO O| Aug 20 03:17:56.968 INFO STEP 828 (remove_files) COMPLETE |
| 9059 | 2026-08-20T03:17:57.675Z | [ recovery-image] Aug 20 03:17:56.968 INFO O| Aug 20 03:17:56.968 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9060 | 2026-08-20T03:17:57.683Z | [ recovery-image] Aug 20 03:17:56.978 INFO O| Aug 20 03:17:56.978 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
| 9061 | 2026-08-20T03:17:57.683Z | [ recovery-image] Aug 20 03:17:56.978 INFO O| Aug 20 03:17:56.978 INFO STEP 829 (remove_files) COMPLETE |
| 9062 | 2026-08-20T03:17:57.683Z | [ recovery-image] Aug 20 03:17:56.978 INFO O| Aug 20 03:17:56.978 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9063 | 2026-08-20T03:17:57.697Z | [ recovery-image] Aug 20 03:17:56.988 INFO O| Aug 20 03:17:56.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
| 9064 | 2026-08-20T03:17:57.697Z | [ recovery-image] Aug 20 03:17:56.988 INFO O| Aug 20 03:17:56.988 INFO STEP 830 (remove_files) COMPLETE |
| 9065 | 2026-08-20T03:17:57.697Z | [ recovery-image] Aug 20 03:17:56.988 INFO O| Aug 20 03:17:56.988 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9066 | 2026-08-20T03:17:57.727Z | [ recovery-image] Aug 20 03:17:57.020 INFO O| Aug 20 03:17:57.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
| 9067 | 2026-08-20T03:17:57.727Z | [ recovery-image] Aug 20 03:17:57.020 INFO O| Aug 20 03:17:57.020 INFO STEP 831 (remove_files) COMPLETE |
| 9068 | 2026-08-20T03:17:57.727Z | [ recovery-image] Aug 20 03:17:57.020 INFO O| Aug 20 03:17:57.020 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9069 | 2026-08-20T03:17:57.743Z | [ recovery-image] Aug 20 03:17:57.030 INFO O| Aug 20 03:17:57.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
| 9070 | 2026-08-20T03:17:57.743Z | [ recovery-image] Aug 20 03:17:57.030 INFO O| Aug 20 03:17:57.030 INFO STEP 832 (remove_files) COMPLETE |
| 9071 | 2026-08-20T03:17:57.750Z | [ recovery-image] Aug 20 03:17:57.030 INFO O| Aug 20 03:17:57.030 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9072 | 2026-08-20T03:17:57.750Z | [ recovery-image] Aug 20 03:17:57.041 INFO O| Aug 20 03:17:57.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
| 9073 | 2026-08-20T03:17:57.751Z | [ recovery-image] Aug 20 03:17:57.041 INFO O| Aug 20 03:17:57.041 INFO STEP 833 (remove_files) COMPLETE |
| 9074 | 2026-08-20T03:17:57.751Z | [ recovery-image] Aug 20 03:17:57.041 INFO O| Aug 20 03:17:57.041 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9075 | 2026-08-20T03:17:57.766Z | [ recovery-image] Aug 20 03:17:57.052 INFO O| Aug 20 03:17:57.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
| 9076 | 2026-08-20T03:17:57.766Z | [ recovery-image] Aug 20 03:17:57.053 INFO O| Aug 20 03:17:57.053 INFO STEP 834 (remove_files) COMPLETE |
| 9077 | 2026-08-20T03:17:57.766Z | [ recovery-image] Aug 20 03:17:57.053 INFO O| Aug 20 03:17:57.053 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9078 | 2026-08-20T03:17:57.791Z | [ recovery-image] Aug 20 03:17:57.063 INFO O| Aug 20 03:17:57.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
| 9079 | 2026-08-20T03:17:57.791Z | [ recovery-image] Aug 20 03:17:57.063 INFO O| Aug 20 03:17:57.063 INFO STEP 835 (remove_files) COMPLETE |
| 9080 | 2026-08-20T03:17:57.792Z | [ recovery-image] Aug 20 03:17:57.063 INFO O| Aug 20 03:17:57.063 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9081 | 2026-08-20T03:17:57.797Z | [ recovery-image] Aug 20 03:17:57.074 INFO O| Aug 20 03:17:57.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
| 9082 | 2026-08-20T03:17:57.797Z | [ recovery-image] Aug 20 03:17:57.074 INFO O| Aug 20 03:17:57.074 INFO STEP 836 (remove_files) COMPLETE |
| 9083 | 2026-08-20T03:17:57.797Z | [ recovery-image] Aug 20 03:17:57.074 INFO O| Aug 20 03:17:57.074 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9084 | 2026-08-20T03:17:57.799Z | [ recovery-image] Aug 20 03:17:57.084 INFO O| Aug 20 03:17:57.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
| 9085 | 2026-08-20T03:17:57.799Z | [ recovery-image] Aug 20 03:17:57.084 INFO O| Aug 20 03:17:57.084 INFO STEP 837 (remove_files) COMPLETE |
| 9086 | 2026-08-20T03:17:57.799Z | [ recovery-image] Aug 20 03:17:57.084 INFO O| Aug 20 03:17:57.084 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9087 | 2026-08-20T03:17:57.814Z | [ recovery-image] Aug 20 03:17:57.095 INFO O| Aug 20 03:17:57.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
| 9088 | 2026-08-20T03:17:57.814Z | [ recovery-image] Aug 20 03:17:57.095 INFO O| Aug 20 03:17:57.095 INFO STEP 838 (remove_files) COMPLETE |
| 9089 | 2026-08-20T03:17:57.814Z | [ recovery-image] Aug 20 03:17:57.095 INFO O| Aug 20 03:17:57.095 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9090 | 2026-08-20T03:17:57.820Z | [ recovery-image] Aug 20 03:17:57.105 INFO O| Aug 20 03:17:57.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
| 9091 | 2026-08-20T03:17:57.820Z | [ recovery-image] Aug 20 03:17:57.105 INFO O| Aug 20 03:17:57.105 INFO STEP 839 (remove_files) COMPLETE |
| 9092 | 2026-08-20T03:17:57.820Z | [ recovery-image] Aug 20 03:17:57.105 INFO O| Aug 20 03:17:57.105 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9093 | 2026-08-20T03:17:57.832Z | [ recovery-image] Aug 20 03:17:57.116 INFO O| Aug 20 03:17:57.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
| 9094 | 2026-08-20T03:17:57.833Z | [ recovery-image] Aug 20 03:17:57.116 INFO O| Aug 20 03:17:57.116 INFO STEP 840 (remove_files) COMPLETE |
| 9095 | 2026-08-20T03:17:57.833Z | [ recovery-image] Aug 20 03:17:57.116 INFO O| Aug 20 03:17:57.116 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9096 | 2026-08-20T03:17:57.878Z | [ recovery-image] Aug 20 03:17:57.127 INFO O| Aug 20 03:17:57.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
| 9097 | 2026-08-20T03:17:57.878Z | [ recovery-image] Aug 20 03:17:57.127 INFO O| Aug 20 03:17:57.127 INFO STEP 841 (remove_files) COMPLETE |
| 9098 | 2026-08-20T03:17:57.878Z | [ recovery-image] Aug 20 03:17:57.127 INFO O| Aug 20 03:17:57.127 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9099 | 2026-08-20T03:17:57.917Z | [ recovery-image] Aug 20 03:17:57.136 INFO O| Aug 20 03:17:57.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
| 9100 | 2026-08-20T03:17:57.917Z | [ recovery-image] Aug 20 03:17:57.136 INFO O| Aug 20 03:17:57.136 INFO STEP 842 (remove_files) COMPLETE |
| 9101 | 2026-08-20T03:17:57.917Z | [ recovery-image] Aug 20 03:17:57.136 INFO O| Aug 20 03:17:57.136 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9102 | 2026-08-20T03:17:57.929Z | [ recovery-image] Aug 20 03:17:57.148 INFO O| Aug 20 03:17:57.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
| 9103 | 2026-08-20T03:17:57.930Z | [ recovery-image] Aug 20 03:17:57.148 INFO O| Aug 20 03:17:57.148 INFO STEP 843 (remove_files) COMPLETE |
| 9104 | 2026-08-20T03:17:57.930Z | [ recovery-image] Aug 20 03:17:57.148 INFO O| Aug 20 03:17:57.148 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9105 | 2026-08-20T03:17:57.930Z | [ recovery-image] Aug 20 03:17:57.159 INFO O| Aug 20 03:17:57.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
| 9106 | 2026-08-20T03:17:57.930Z | [ recovery-image] Aug 20 03:17:57.159 INFO O| Aug 20 03:17:57.159 INFO STEP 844 (remove_files) COMPLETE |
| 9107 | 2026-08-20T03:17:57.930Z | [ recovery-image] Aug 20 03:17:57.159 INFO O| Aug 20 03:17:57.159 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9108 | 2026-08-20T03:17:57.930Z | [ recovery-image] Aug 20 03:17:57.169 INFO O| Aug 20 03:17:57.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
| 9109 | 2026-08-20T03:17:57.930Z | [ recovery-image] Aug 20 03:17:57.169 INFO O| Aug 20 03:17:57.169 INFO STEP 845 (remove_files) COMPLETE |
| 9110 | 2026-08-20T03:17:57.930Z | [ recovery-image] Aug 20 03:17:57.169 INFO O| Aug 20 03:17:57.169 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9111 | 2026-08-20T03:17:57.945Z | [ recovery-image] Aug 20 03:17:57.179 INFO O| Aug 20 03:17:57.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
| 9112 | 2026-08-20T03:17:57.945Z | [ recovery-image] Aug 20 03:17:57.180 INFO O| Aug 20 03:17:57.180 INFO STEP 846 (remove_files) COMPLETE |
| 9113 | 2026-08-20T03:17:57.945Z | [ recovery-image] Aug 20 03:17:57.180 INFO O| Aug 20 03:17:57.180 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9114 | 2026-08-20T03:17:57.945Z | [ recovery-image] Aug 20 03:17:57.188 INFO O| Aug 20 03:17:57.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
| 9115 | 2026-08-20T03:17:57.946Z | [ recovery-image] Aug 20 03:17:57.188 INFO O| Aug 20 03:17:57.188 INFO STEP 847 (remove_files) COMPLETE |
| 9116 | 2026-08-20T03:17:57.946Z | [ recovery-image] Aug 20 03:17:57.188 INFO O| Aug 20 03:17:57.188 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9117 | 2026-08-20T03:17:57.946Z | [ recovery-image] Aug 20 03:17:57.196 INFO O| Aug 20 03:17:57.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
| 9118 | 2026-08-20T03:17:57.947Z | [ recovery-image] Aug 20 03:17:57.196 INFO O| Aug 20 03:17:57.196 INFO STEP 848 (remove_files) COMPLETE |
| 9119 | 2026-08-20T03:17:57.947Z | [ recovery-image] Aug 20 03:17:57.196 INFO O| Aug 20 03:17:57.196 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9120 | 2026-08-20T03:17:57.947Z | [ recovery-image] Aug 20 03:17:57.204 INFO O| Aug 20 03:17:57.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1" |
| 9121 | 2026-08-20T03:17:57.947Z | [ recovery-image] Aug 20 03:17:57.204 INFO O| Aug 20 03:17:57.204 INFO STEP 849 (remove_files) COMPLETE |
| 9122 | 2026-08-20T03:17:57.947Z | [ recovery-image] Aug 20 03:17:57.204 INFO O| Aug 20 03:17:57.204 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9123 | 2026-08-20T03:17:57.947Z | [ recovery-image] Aug 20 03:17:57.214 INFO O| Aug 20 03:17:57.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1" |
| 9124 | 2026-08-20T03:17:57.947Z | [ recovery-image] Aug 20 03:17:57.215 INFO O| Aug 20 03:17:57.215 INFO STEP 850 (remove_files) COMPLETE |
| 9125 | 2026-08-20T03:17:57.947Z | [ recovery-image] Aug 20 03:17:57.215 INFO O| Aug 20 03:17:57.215 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9126 | 2026-08-20T03:17:57.947Z | [ recovery-image] Aug 20 03:17:57.226 INFO O| Aug 20 03:17:57.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1" |
| 9127 | 2026-08-20T03:17:57.947Z | [ recovery-image] Aug 20 03:17:57.226 INFO O| Aug 20 03:17:57.226 INFO STEP 851 (remove_files) COMPLETE |
| 9128 | 2026-08-20T03:17:57.947Z | [ recovery-image] Aug 20 03:17:57.226 INFO O| Aug 20 03:17:57.226 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9129 | 2026-08-20T03:17:57.955Z | [ recovery-image] Aug 20 03:17:57.237 INFO O| Aug 20 03:17:57.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
| 9130 | 2026-08-20T03:17:57.955Z | [ recovery-image] Aug 20 03:17:57.237 INFO O| Aug 20 03:17:57.237 INFO STEP 852 (remove_files) COMPLETE |
| 9131 | 2026-08-20T03:17:57.955Z | [ recovery-image] Aug 20 03:17:57.237 INFO O| Aug 20 03:17:57.237 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9132 | 2026-08-20T03:17:57.961Z | [ recovery-image] Aug 20 03:17:57.249 INFO O| Aug 20 03:17:57.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
| 9133 | 2026-08-20T03:17:57.961Z | [ recovery-image] Aug 20 03:17:57.249 INFO O| Aug 20 03:17:57.249 INFO STEP 853 (remove_files) COMPLETE |
| 9134 | 2026-08-20T03:17:57.961Z | [ recovery-image] Aug 20 03:17:57.249 INFO O| Aug 20 03:17:57.249 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9135 | 2026-08-20T03:17:57.967Z | [ recovery-image] Aug 20 03:17:57.259 INFO O| Aug 20 03:17:57.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1" |
| 9136 | 2026-08-20T03:17:57.967Z | [ recovery-image] Aug 20 03:17:57.260 INFO O| Aug 20 03:17:57.260 INFO STEP 854 (remove_files) COMPLETE |
| 9137 | 2026-08-20T03:17:57.982Z | [ recovery-image] Aug 20 03:17:57.260 INFO O| Aug 20 03:17:57.260 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9138 | 2026-08-20T03:17:57.994Z | [ recovery-image] Aug 20 03:17:57.271 INFO O| Aug 20 03:17:57.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1" |
| 9139 | 2026-08-20T03:17:57.995Z | [ recovery-image] Aug 20 03:17:57.271 INFO O| Aug 20 03:17:57.271 INFO STEP 855 (remove_files) COMPLETE |
| 9140 | 2026-08-20T03:17:57.995Z | [ recovery-image] Aug 20 03:17:57.271 INFO O| Aug 20 03:17:57.271 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9141 | 2026-08-20T03:17:57.995Z | [ recovery-image] Aug 20 03:17:57.280 INFO O| Aug 20 03:17:57.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
| 9142 | 2026-08-20T03:17:57.995Z | [ recovery-image] Aug 20 03:17:57.280 INFO O| Aug 20 03:17:57.280 INFO STEP 856 (remove_files) COMPLETE |
| 9143 | 2026-08-20T03:17:57.995Z | [ recovery-image] Aug 20 03:17:57.280 INFO O| Aug 20 03:17:57.280 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9144 | 2026-08-20T03:17:58.003Z | [ recovery-image] Aug 20 03:17:57.289 INFO O| Aug 20 03:17:57.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1" |
| 9145 | 2026-08-20T03:17:58.003Z | [ recovery-image] Aug 20 03:17:57.289 INFO O| Aug 20 03:17:57.289 INFO STEP 857 (remove_files) COMPLETE |
| 9146 | 2026-08-20T03:17:58.003Z | [ recovery-image] Aug 20 03:17:57.289 INFO O| Aug 20 03:17:57.289 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9147 | 2026-08-20T03:17:58.007Z | [ recovery-image] Aug 20 03:17:57.301 INFO O| Aug 20 03:17:57.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
| 9148 | 2026-08-20T03:17:58.007Z | [ recovery-image] Aug 20 03:17:57.301 INFO O| Aug 20 03:17:57.301 INFO STEP 858 (remove_files) COMPLETE |
| 9149 | 2026-08-20T03:17:58.007Z | [ recovery-image] Aug 20 03:17:57.301 INFO O| Aug 20 03:17:57.301 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9150 | 2026-08-20T03:17:58.020Z | [ recovery-image] Aug 20 03:17:57.311 INFO O| Aug 20 03:17:57.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
| 9151 | 2026-08-20T03:17:58.020Z | [ recovery-image] Aug 20 03:17:57.311 INFO O| Aug 20 03:17:57.311 INFO STEP 859 (remove_files) COMPLETE |
| 9152 | 2026-08-20T03:17:58.020Z | [ recovery-image] Aug 20 03:17:57.311 INFO O| Aug 20 03:17:57.311 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9153 | 2026-08-20T03:17:58.065Z | [ recovery-image] Aug 20 03:17:57.322 INFO O| Aug 20 03:17:57.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1" |
| 9154 | 2026-08-20T03:17:58.074Z | [ recovery-image] Aug 20 03:17:57.322 INFO O| Aug 20 03:17:57.322 INFO STEP 860 (remove_files) COMPLETE |
| 9155 | 2026-08-20T03:17:58.075Z | [ recovery-image] Aug 20 03:17:57.322 INFO O| Aug 20 03:17:57.322 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9156 | 2026-08-20T03:17:58.090Z | [ recovery-image] Aug 20 03:17:57.334 INFO O| Aug 20 03:17:57.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1" |
| 9157 | 2026-08-20T03:17:58.090Z | [ recovery-image] Aug 20 03:17:57.334 INFO O| Aug 20 03:17:57.334 INFO STEP 861 (remove_files) COMPLETE |
| 9158 | 2026-08-20T03:17:58.090Z | [ recovery-image] Aug 20 03:17:57.334 INFO O| Aug 20 03:17:57.334 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9159 | 2026-08-20T03:17:58.090Z | [ recovery-image] Aug 20 03:17:57.344 INFO O| Aug 20 03:17:57.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
| 9160 | 2026-08-20T03:17:58.090Z | [ recovery-image] Aug 20 03:17:57.344 INFO O| Aug 20 03:17:57.344 INFO STEP 862 (remove_files) COMPLETE |
| 9161 | 2026-08-20T03:17:58.090Z | [ recovery-image] Aug 20 03:17:57.344 INFO O| Aug 20 03:17:57.344 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9162 | 2026-08-20T03:17:58.090Z | [verify-libraries] Compiling git2 v0.20.4 |
| 9163 | 2026-08-20T03:17:58.090Z | [ recovery-image] Aug 20 03:17:57.355 INFO O| Aug 20 03:17:57.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1" |
| 9164 | 2026-08-20T03:17:58.090Z | [ recovery-image] Aug 20 03:17:57.355 INFO O| Aug 20 03:17:57.355 INFO STEP 863 (remove_files) COMPLETE |
| 9165 | 2026-08-20T03:17:58.091Z | [ recovery-image] Aug 20 03:17:57.355 INFO O| Aug 20 03:17:57.355 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9166 | 2026-08-20T03:17:58.091Z | [ recovery-image] Aug 20 03:17:57.365 INFO O| Aug 20 03:17:57.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1" |
| 9167 | 2026-08-20T03:17:58.091Z | [ recovery-image] Aug 20 03:17:57.365 INFO O| Aug 20 03:17:57.365 INFO STEP 864 (remove_files) COMPLETE |
| 9168 | 2026-08-20T03:17:58.091Z | [ recovery-image] Aug 20 03:17:57.365 INFO O| Aug 20 03:17:57.365 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9169 | 2026-08-20T03:17:58.105Z | [ recovery-image] Aug 20 03:17:57.376 INFO O| Aug 20 03:17:57.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
| 9170 | 2026-08-20T03:17:58.105Z | [ recovery-image] Aug 20 03:17:57.377 INFO O| Aug 20 03:17:57.377 INFO STEP 865 (remove_files) COMPLETE |
| 9171 | 2026-08-20T03:17:58.105Z | [ recovery-image] Aug 20 03:17:57.377 INFO O| Aug 20 03:17:57.377 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9172 | 2026-08-20T03:17:58.105Z | [ recovery-image] Aug 20 03:17:57.389 INFO O| Aug 20 03:17:57.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
| 9173 | 2026-08-20T03:17:58.105Z | [ recovery-image] Aug 20 03:17:57.389 INFO O| Aug 20 03:17:57.389 INFO STEP 866 (remove_files) COMPLETE |
| 9174 | 2026-08-20T03:17:58.105Z | [ recovery-image] Aug 20 03:17:57.389 INFO O| Aug 20 03:17:57.389 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9175 | 2026-08-20T03:17:58.110Z | [verify-libraries] Compiling socket2 v0.5.10 |
| 9176 | 2026-08-20T03:17:58.111Z | [ recovery-image] Aug 20 03:17:57.400 INFO O| Aug 20 03:17:57.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1" |
| 9177 | 2026-08-20T03:17:58.111Z | [ recovery-image] Aug 20 03:17:57.400 INFO O| Aug 20 03:17:57.400 INFO STEP 867 (remove_files) COMPLETE |
| 9178 | 2026-08-20T03:17:58.111Z | [ recovery-image] Aug 20 03:17:57.400 INFO O| Aug 20 03:17:57.400 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9179 | 2026-08-20T03:17:58.125Z | [ recovery-image] Aug 20 03:17:57.411 INFO O| Aug 20 03:17:57.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
| 9180 | 2026-08-20T03:17:58.137Z | [ recovery-image] Aug 20 03:17:57.412 INFO O| Aug 20 03:17:57.411 INFO STEP 868 (remove_files) COMPLETE |
| 9181 | 2026-08-20T03:17:58.137Z | [ recovery-image] Aug 20 03:17:57.412 INFO O| Aug 20 03:17:57.411 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9182 | 2026-08-20T03:17:58.137Z | [ recovery-image] Aug 20 03:17:57.421 INFO O| Aug 20 03:17:57.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
| 9183 | 2026-08-20T03:17:58.137Z | [ recovery-image] Aug 20 03:17:57.422 INFO O| Aug 20 03:17:57.422 INFO STEP 869 (remove_files) COMPLETE |
| 9184 | 2026-08-20T03:17:58.137Z | [ recovery-image] Aug 20 03:17:57.422 INFO O| Aug 20 03:17:57.422 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9185 | 2026-08-20T03:17:58.152Z | [ recovery-image] Aug 20 03:17:57.431 INFO O| Aug 20 03:17:57.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1" |
| 9186 | 2026-08-20T03:17:58.152Z | [ recovery-image] Aug 20 03:17:57.431 INFO O| Aug 20 03:17:57.431 INFO STEP 870 (remove_files) COMPLETE |
| 9187 | 2026-08-20T03:17:58.152Z | [ recovery-image] Aug 20 03:17:57.431 INFO O| Aug 20 03:17:57.431 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9188 | 2026-08-20T03:17:58.158Z | [ recovery-image] Aug 20 03:17:57.441 INFO O| Aug 20 03:17:57.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
| 9189 | 2026-08-20T03:17:58.158Z | [ recovery-image] Aug 20 03:17:57.441 INFO O| Aug 20 03:17:57.441 INFO STEP 871 (remove_files) COMPLETE |
| 9190 | 2026-08-20T03:17:58.159Z | [ recovery-image] Aug 20 03:17:57.441 INFO O| Aug 20 03:17:57.441 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9191 | 2026-08-20T03:17:58.165Z | [ recovery-image] Aug 20 03:17:57.453 INFO O| Aug 20 03:17:57.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
| 9192 | 2026-08-20T03:17:58.165Z | [ recovery-image] Aug 20 03:17:57.453 INFO O| Aug 20 03:17:57.453 INFO STEP 872 (remove_files) COMPLETE |
| 9193 | 2026-08-20T03:17:58.165Z | [ recovery-image] Aug 20 03:17:57.453 INFO O| Aug 20 03:17:57.453 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9194 | 2026-08-20T03:17:58.184Z | [ recovery-image] Aug 20 03:17:57.465 INFO O| Aug 20 03:17:57.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
| 9195 | 2026-08-20T03:17:58.184Z | [ recovery-image] Aug 20 03:17:57.465 INFO O| Aug 20 03:17:57.465 INFO STEP 873 (remove_files) COMPLETE |
| 9196 | 2026-08-20T03:17:58.185Z | [ recovery-image] Aug 20 03:17:57.465 INFO O| Aug 20 03:17:57.465 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9197 | 2026-08-20T03:17:58.188Z | [ recovery-image] Aug 20 03:17:57.475 INFO O| Aug 20 03:17:57.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
| 9198 | 2026-08-20T03:17:58.188Z | [ recovery-image] Aug 20 03:17:57.475 INFO O| Aug 20 03:17:57.475 INFO STEP 874 (remove_files) COMPLETE |
| 9199 | 2026-08-20T03:17:58.188Z | [ recovery-image] Aug 20 03:17:57.475 INFO O| Aug 20 03:17:57.475 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9200 | 2026-08-20T03:17:58.206Z | [ recovery-image] Aug 20 03:17:57.485 INFO O| Aug 20 03:17:57.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress" |
| 9201 | 2026-08-20T03:17:58.206Z | [ recovery-image] Aug 20 03:17:57.485 INFO O| Aug 20 03:17:57.485 INFO STEP 875 (remove_files) COMPLETE |
| 9202 | 2026-08-20T03:17:58.206Z | [ recovery-image] Aug 20 03:17:57.485 INFO O| Aug 20 03:17:57.485 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9203 | 2026-08-20T03:17:58.215Z | [ recovery-image] Aug 20 03:17:57.495 INFO O| Aug 20 03:17:57.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck" |
| 9204 | 2026-08-20T03:17:58.215Z | [ recovery-image] Aug 20 03:17:57.495 INFO O| Aug 20 03:17:57.495 INFO STEP 876 (remove_files) COMPLETE |
| 9205 | 2026-08-20T03:17:58.215Z | [ recovery-image] Aug 20 03:17:57.495 INFO O| Aug 20 03:17:57.495 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9206 | 2026-08-20T03:17:58.215Z | [ recovery-image] Aug 20 03:17:57.505 INFO O| Aug 20 03:17:57.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake" |
| 9207 | 2026-08-20T03:17:58.215Z | [ recovery-image] Aug 20 03:17:57.505 INFO O| Aug 20 03:17:57.505 INFO STEP 877 (remove_files) COMPLETE |
| 9208 | 2026-08-20T03:17:58.215Z | [ recovery-image] Aug 20 03:17:57.505 INFO O| Aug 20 03:17:57.505 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9209 | 2026-08-20T03:17:58.225Z | [ recovery-image] Aug 20 03:17:57.515 INFO O| Aug 20 03:17:57.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista" |
| 9210 | 2026-08-20T03:17:58.225Z | [ recovery-image] Aug 20 03:17:57.515 INFO O| Aug 20 03:17:57.515 INFO STEP 878 (remove_files) COMPLETE |
| 9211 | 2026-08-20T03:17:58.240Z | [ recovery-image] Aug 20 03:17:57.515 INFO O| Aug 20 03:17:57.515 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9212 | 2026-08-20T03:17:58.240Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 9213 | 2026-08-20T03:17:58.240Z | [ recovery-image] Aug 20 03:17:57.524 INFO O| Aug 20 03:17:57.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb" |
| 9214 | 2026-08-20T03:17:58.240Z | [ recovery-image] Aug 20 03:17:57.524 INFO O| Aug 20 03:17:57.524 INFO STEP 879 (remove_files) COMPLETE |
| 9215 | 2026-08-20T03:17:58.240Z | [ recovery-image] Aug 20 03:17:57.524 INFO O| Aug 20 03:17:57.524 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9216 | 2026-08-20T03:17:58.254Z | [ recovery-image] Aug 20 03:17:57.535 INFO O| Aug 20 03:17:57.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop" |
| 9217 | 2026-08-20T03:17:58.254Z | [ recovery-image] Aug 20 03:17:57.535 INFO O| Aug 20 03:17:57.535 INFO STEP 880 (remove_files) COMPLETE |
| 9218 | 2026-08-20T03:17:58.254Z | [ recovery-image] Aug 20 03:17:57.535 INFO O| Aug 20 03:17:57.535 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9219 | 2026-08-20T03:17:58.258Z | [ recovery-image] Aug 20 03:17:57.546 INFO O| Aug 20 03:17:57.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin" |
| 9220 | 2026-08-20T03:17:58.258Z | [ recovery-image] Aug 20 03:17:57.546 INFO O| Aug 20 03:17:57.546 INFO STEP 881 (remove_files) COMPLETE |
| 9221 | 2026-08-20T03:17:58.258Z | [ recovery-image] Aug 20 03:17:57.546 INFO O| Aug 20 03:17:57.546 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9222 | 2026-08-20T03:17:58.262Z | [ recovery-image] Aug 20 03:17:57.555 INFO O| Aug 20 03:17:57.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog" |
| 9223 | 2026-08-20T03:17:58.262Z | [ recovery-image] Aug 20 03:17:57.555 INFO O| Aug 20 03:17:57.555 INFO STEP 882 (remove_files) COMPLETE |
| 9224 | 2026-08-20T03:17:58.262Z | [ recovery-image] Aug 20 03:17:57.555 INFO O| Aug 20 03:17:57.555 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9225 | 2026-08-20T03:17:58.276Z | [ recovery-image] Aug 20 03:17:57.567 INFO O| Aug 20 03:17:57.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd" |
| 9226 | 2026-08-20T03:17:58.276Z | [ recovery-image] Aug 20 03:17:57.567 INFO O| Aug 20 03:17:57.567 INFO STEP 883 (remove_files) COMPLETE |
| 9227 | 2026-08-20T03:17:58.277Z | [ recovery-image] Aug 20 03:17:57.567 INFO O| Aug 20 03:17:57.567 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9228 | 2026-08-20T03:17:58.285Z | [ recovery-image] Aug 20 03:17:57.578 INFO O| Aug 20 03:17:57.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
| 9229 | 2026-08-20T03:17:58.285Z | [ recovery-image] Aug 20 03:17:57.578 INFO O| Aug 20 03:17:57.578 INFO STEP 884 (remove_files) COMPLETE |
| 9230 | 2026-08-20T03:17:58.285Z | [ recovery-image] Aug 20 03:17:57.578 INFO O| Aug 20 03:17:57.578 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9231 | 2026-08-20T03:17:58.296Z | [ recovery-image] Aug 20 03:17:57.592 INFO O| Aug 20 03:17:57.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
| 9232 | 2026-08-20T03:17:58.296Z | [ recovery-image] Aug 20 03:17:57.592 INFO O| Aug 20 03:17:57.591 INFO STEP 885 (remove_files) COMPLETE |
| 9233 | 2026-08-20T03:17:58.315Z | [ recovery-image] Aug 20 03:17:57.592 INFO O| Aug 20 03:17:57.591 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9234 | 2026-08-20T03:17:58.320Z | [ recovery-image] Aug 20 03:17:57.603 INFO O| Aug 20 03:17:57.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
| 9235 | 2026-08-20T03:17:58.320Z | [ recovery-image] Aug 20 03:17:57.603 INFO O| Aug 20 03:17:57.603 INFO STEP 886 (remove_files) COMPLETE |
| 9236 | 2026-08-20T03:17:58.320Z | [ recovery-image] Aug 20 03:17:57.603 INFO O| Aug 20 03:17:57.603 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9237 | 2026-08-20T03:17:58.320Z | [ recovery-image] Aug 20 03:17:57.613 INFO O| Aug 20 03:17:57.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
| 9238 | 2026-08-20T03:17:58.320Z | [ recovery-image] Aug 20 03:17:57.613 INFO O| Aug 20 03:17:57.613 INFO STEP 887 (remove_files) COMPLETE |
| 9239 | 2026-08-20T03:17:58.320Z | [ recovery-image] Aug 20 03:17:57.613 INFO O| Aug 20 03:17:57.613 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9240 | 2026-08-20T03:17:58.330Z | [ recovery-image] Aug 20 03:17:57.625 INFO O| Aug 20 03:17:57.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd" |
| 9241 | 2026-08-20T03:17:58.330Z | [ recovery-image] Aug 20 03:17:57.625 INFO O| Aug 20 03:17:57.625 INFO STEP 888 (remove_files) COMPLETE |
| 9242 | 2026-08-20T03:17:58.330Z | [ recovery-image] Aug 20 03:17:57.625 INFO O| Aug 20 03:17:57.625 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9243 | 2026-08-20T03:17:58.341Z | [ recovery-image] Aug 20 03:17:57.637 INFO O| Aug 20 03:17:57.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc" |
| 9244 | 2026-08-20T03:17:58.341Z | [ recovery-image] Aug 20 03:17:57.637 INFO O| Aug 20 03:17:57.637 INFO STEP 889 (remove_files) COMPLETE |
| 9245 | 2026-08-20T03:17:58.341Z | [ recovery-image] Aug 20 03:17:57.637 INFO O| Aug 20 03:17:57.637 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9246 | 2026-08-20T03:17:58.355Z | [ recovery-image] Aug 20 03:17:57.650 INFO O| Aug 20 03:17:57.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs" |
| 9247 | 2026-08-20T03:17:58.355Z | [ recovery-image] Aug 20 03:17:57.650 INFO O| Aug 20 03:17:57.650 INFO STEP 890 (remove_files) COMPLETE |
| 9248 | 2026-08-20T03:17:58.355Z | [ recovery-image] Aug 20 03:17:57.650 INFO O| Aug 20 03:17:57.650 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9249 | 2026-08-20T03:17:58.369Z | [ recovery-image] Aug 20 03:17:57.661 INFO O| Aug 20 03:17:57.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd" |
| 9250 | 2026-08-20T03:17:58.369Z | [ recovery-image] Aug 20 03:17:57.662 INFO O| Aug 20 03:17:57.662 INFO STEP 891 (remove_files) COMPLETE |
| 9251 | 2026-08-20T03:17:58.373Z | [ recovery-image] Aug 20 03:17:57.662 INFO O| Aug 20 03:17:57.662 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9252 | 2026-08-20T03:17:58.378Z | [ recovery-image] Aug 20 03:17:57.674 INFO O| Aug 20 03:17:57.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server" |
| 9253 | 2026-08-20T03:17:58.378Z | [ recovery-image] Aug 20 03:17:57.674 INFO O| Aug 20 03:17:57.674 INFO STEP 892 (remove_files) COMPLETE |
| 9254 | 2026-08-20T03:17:58.378Z | [ recovery-image] Aug 20 03:17:57.674 INFO O| Aug 20 03:17:57.674 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9255 | 2026-08-20T03:17:58.389Z | [ recovery-image] Aug 20 03:17:57.685 INFO O| Aug 20 03:17:57.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign" |
| 9256 | 2026-08-20T03:17:58.390Z | [ recovery-image] Aug 20 03:17:57.685 INFO O| Aug 20 03:17:57.685 INFO STEP 893 (remove_files) COMPLETE |
| 9257 | 2026-08-20T03:17:58.400Z | [ recovery-image] Aug 20 03:17:57.685 INFO O| Aug 20 03:17:57.685 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9258 | 2026-08-20T03:17:58.407Z | [ recovery-image] Aug 20 03:17:57.696 INFO O| Aug 20 03:17:57.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
| 9259 | 2026-08-20T03:17:58.407Z | [ recovery-image] Aug 20 03:17:57.696 INFO O| Aug 20 03:17:57.696 INFO STEP 894 (remove_files) COMPLETE |
| 9260 | 2026-08-20T03:17:58.407Z | [ recovery-image] Aug 20 03:17:57.696 INFO O| Aug 20 03:17:57.696 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9261 | 2026-08-20T03:17:58.412Z | [ recovery-image] Aug 20 03:17:57.707 INFO O| Aug 20 03:17:57.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
| 9262 | 2026-08-20T03:17:58.412Z | [ recovery-image] Aug 20 03:17:57.707 INFO O| Aug 20 03:17:57.707 INFO STEP 895 (remove_files) COMPLETE |
| 9263 | 2026-08-20T03:17:58.412Z | [ recovery-image] Aug 20 03:17:57.707 INFO O| Aug 20 03:17:57.707 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9264 | 2026-08-20T03:17:58.430Z | [ recovery-image] Aug 20 03:17:57.718 INFO O| Aug 20 03:17:57.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid" |
| 9265 | 2026-08-20T03:17:58.430Z | [ recovery-image] Aug 20 03:17:57.718 INFO O| Aug 20 03:17:57.718 INFO STEP 896 (remove_files) COMPLETE |
| 9266 | 2026-08-20T03:17:58.430Z | [ recovery-image] Aug 20 03:17:57.718 INFO O| Aug 20 03:17:57.718 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9267 | 2026-08-20T03:17:58.470Z | [ recovery-image] Aug 20 03:17:57.728 INFO O| Aug 20 03:17:57.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid" |
| 9268 | 2026-08-20T03:17:58.470Z | [ recovery-image] Aug 20 03:17:57.729 INFO O| Aug 20 03:17:57.728 INFO STEP 897 (remove_files) COMPLETE |
| 9269 | 2026-08-20T03:17:58.470Z | [ recovery-image] Aug 20 03:17:57.729 INFO O| Aug 20 03:17:57.729 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9270 | 2026-08-20T03:17:58.486Z | [ recovery-image] Aug 20 03:17:57.739 INFO O| Aug 20 03:17:57.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange" |
| 9271 | 2026-08-20T03:17:58.486Z | [ recovery-image] Aug 20 03:17:57.739 INFO O| Aug 20 03:17:57.739 INFO STEP 898 (remove_files) COMPLETE |
| 9272 | 2026-08-20T03:17:58.486Z | [ recovery-image] Aug 20 03:17:57.739 INFO O| Aug 20 03:17:57.739 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9273 | 2026-08-20T03:17:58.486Z | [ recovery-image] Aug 20 03:17:57.749 INFO O| Aug 20 03:17:57.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate" |
| 9274 | 2026-08-20T03:17:58.486Z | [ recovery-image] Aug 20 03:17:57.749 INFO O| Aug 20 03:17:57.749 INFO STEP 899 (remove_files) COMPLETE |
| 9275 | 2026-08-20T03:17:58.486Z | [ recovery-image] Aug 20 03:17:57.749 INFO O| Aug 20 03:17:57.749 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9276 | 2026-08-20T03:17:58.486Z | [ recovery-image] Aug 20 03:17:57.760 INFO O| Aug 20 03:17:57.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid" |
| 9277 | 2026-08-20T03:17:58.486Z | [ recovery-image] Aug 20 03:17:57.760 INFO O| Aug 20 03:17:57.760 INFO STEP 900 (remove_files) COMPLETE |
| 9278 | 2026-08-20T03:17:58.486Z | [ recovery-image] Aug 20 03:17:57.760 INFO O| Aug 20 03:17:57.760 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9279 | 2026-08-20T03:17:58.486Z | [verify-libraries] Compiling samael v0.0.19 |
| 9280 | 2026-08-20T03:17:58.486Z | [ recovery-image] Aug 20 03:17:57.772 INFO O| Aug 20 03:17:57.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint" |
| 9281 | 2026-08-20T03:17:58.486Z | [ recovery-image] Aug 20 03:17:57.772 INFO O| Aug 20 03:17:57.772 INFO STEP 901 (remove_files) COMPLETE |
| 9282 | 2026-08-20T03:17:58.486Z | [ recovery-image] Aug 20 03:17:57.772 INFO O| Aug 20 03:17:57.772 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9283 | 2026-08-20T03:17:58.496Z | [ recovery-image] Aug 20 03:17:57.783 INFO O| Aug 20 03:17:57.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem" |
| 9284 | 2026-08-20T03:17:58.496Z | [ recovery-image] Aug 20 03:17:57.783 INFO O| Aug 20 03:17:57.783 INFO STEP 902 (remove_files) COMPLETE |
| 9285 | 2026-08-20T03:17:58.496Z | [ recovery-image] Aug 20 03:17:57.783 INFO O| Aug 20 03:17:57.783 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9286 | 2026-08-20T03:17:58.505Z | [ recovery-image] Aug 20 03:17:57.794 INFO O| Aug 20 03:17:57.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath" |
| 9287 | 2026-08-20T03:17:58.505Z | [ recovery-image] Aug 20 03:17:57.794 INFO O| Aug 20 03:17:57.794 INFO STEP 903 (remove_files) COMPLETE |
| 9288 | 2026-08-20T03:17:58.505Z | [ recovery-image] Aug 20 03:17:57.794 INFO O| Aug 20 03:17:57.794 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9289 | 2026-08-20T03:17:58.519Z | [ recovery-image] Aug 20 03:17:57.805 INFO O| Aug 20 03:17:57.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr" |
| 9290 | 2026-08-20T03:17:58.520Z | [ recovery-image] Aug 20 03:17:57.805 INFO O| Aug 20 03:17:57.805 INFO STEP 904 (remove_files) COMPLETE |
| 9291 | 2026-08-20T03:17:58.520Z | [ recovery-image] Aug 20 03:17:57.805 INFO O| Aug 20 03:17:57.805 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9292 | 2026-08-20T03:17:58.525Z | [ recovery-image] Aug 20 03:17:57.816 INFO O| Aug 20 03:17:57.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime" |
| 9293 | 2026-08-20T03:17:58.525Z | [ recovery-image] Aug 20 03:17:57.816 INFO O| Aug 20 03:17:57.816 INFO STEP 905 (remove_files) COMPLETE |
| 9294 | 2026-08-20T03:17:58.525Z | [ recovery-image] Aug 20 03:17:57.816 INFO O| Aug 20 03:17:57.816 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9295 | 2026-08-20T03:17:58.546Z | [ recovery-image] Aug 20 03:17:57.826 INFO O| Aug 20 03:17:57.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid" |
| 9296 | 2026-08-20T03:17:58.546Z | [ recovery-image] Aug 20 03:17:57.826 INFO O| Aug 20 03:17:57.826 INFO STEP 906 (remove_files) COMPLETE |
| 9297 | 2026-08-20T03:17:58.562Z | [ recovery-image] Aug 20 03:17:57.826 INFO O| Aug 20 03:17:57.826 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9298 | 2026-08-20T03:17:58.562Z | [ recovery-image] Aug 20 03:17:57.836 INFO O| Aug 20 03:17:57.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn" |
| 9299 | 2026-08-20T03:17:58.562Z | [ recovery-image] Aug 20 03:17:57.836 INFO O| Aug 20 03:17:57.836 INFO STEP 907 (remove_files) COMPLETE |
| 9300 | 2026-08-20T03:17:58.562Z | [ recovery-image] Aug 20 03:17:57.836 INFO O| Aug 20 03:17:57.836 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9301 | 2026-08-20T03:17:58.570Z | [ recovery-image] Aug 20 03:17:57.848 INFO O| Aug 20 03:17:57.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate" |
| 9302 | 2026-08-20T03:17:58.570Z | [ recovery-image] Aug 20 03:17:57.848 INFO O| Aug 20 03:17:57.848 INFO STEP 908 (remove_files) COMPLETE |
| 9303 | 2026-08-20T03:17:58.570Z | [ recovery-image] Aug 20 03:17:57.848 INFO O| Aug 20 03:17:57.848 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9304 | 2026-08-20T03:17:58.570Z | [ recovery-image] Aug 20 03:17:57.859 INFO O| Aug 20 03:17:57.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid" |
| 9305 | 2026-08-20T03:17:58.570Z | [ recovery-image] Aug 20 03:17:57.859 INFO O| Aug 20 03:17:57.859 INFO STEP 909 (remove_files) COMPLETE |
| 9306 | 2026-08-20T03:17:58.570Z | [ recovery-image] Aug 20 03:17:57.859 INFO O| Aug 20 03:17:57.859 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9307 | 2026-08-20T03:17:58.575Z | [ recovery-image] Aug 20 03:17:57.871 INFO O| Aug 20 03:17:57.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint" |
| 9308 | 2026-08-20T03:17:58.586Z | [ recovery-image] Aug 20 03:17:57.871 INFO O| Aug 20 03:17:57.871 INFO STEP 910 (remove_files) COMPLETE |
| 9309 | 2026-08-20T03:17:58.587Z | [ recovery-image] Aug 20 03:17:57.871 INFO O| Aug 20 03:17:57.871 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9310 | 2026-08-20T03:17:58.592Z | [ recovery-image] Aug 20 03:17:57.880 INFO O| Aug 20 03:17:57.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem" |
| 9311 | 2026-08-20T03:17:58.592Z | [ recovery-image] Aug 20 03:17:57.880 INFO O| Aug 20 03:17:57.880 INFO STEP 911 (remove_files) COMPLETE |
| 9312 | 2026-08-20T03:17:58.592Z | [ recovery-image] Aug 20 03:17:57.880 INFO O| Aug 20 03:17:57.880 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9313 | 2026-08-20T03:17:58.605Z | [ recovery-image] Aug 20 03:17:57.888 INFO O| Aug 20 03:17:57.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath" |
| 9314 | 2026-08-20T03:17:58.606Z | [ recovery-image] Aug 20 03:17:57.888 INFO O| Aug 20 03:17:57.888 INFO STEP 912 (remove_files) COMPLETE |
| 9315 | 2026-08-20T03:17:58.606Z | [ recovery-image] Aug 20 03:17:57.888 INFO O| Aug 20 03:17:57.888 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9316 | 2026-08-20T03:17:58.620Z | [ recovery-image] Aug 20 03:17:57.897 INFO O| Aug 20 03:17:57.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange" |
| 9317 | 2026-08-20T03:17:58.620Z | [ recovery-image] Aug 20 03:17:57.897 INFO O| Aug 20 03:17:57.897 INFO STEP 913 (remove_files) COMPLETE |
| 9318 | 2026-08-20T03:17:58.620Z | [ recovery-image] Aug 20 03:17:57.897 INFO O| Aug 20 03:17:57.897 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9319 | 2026-08-20T03:17:58.637Z | [ recovery-image] Aug 20 03:17:57.906 INFO O| Aug 20 03:17:57.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr" |
| 9320 | 2026-08-20T03:17:58.637Z | [ recovery-image] Aug 20 03:17:57.906 INFO O| Aug 20 03:17:57.906 INFO STEP 914 (remove_files) COMPLETE |
| 9321 | 2026-08-20T03:17:58.637Z | [ recovery-image] Aug 20 03:17:57.906 INFO O| Aug 20 03:17:57.906 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9322 | 2026-08-20T03:17:58.638Z | [ recovery-image] Aug 20 03:17:57.916 INFO O| Aug 20 03:17:57.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime" |
| 9323 | 2026-08-20T03:17:58.638Z | [ recovery-image] Aug 20 03:17:57.916 INFO O| Aug 20 03:17:57.916 INFO STEP 915 (remove_files) COMPLETE |
| 9324 | 2026-08-20T03:17:58.638Z | [ recovery-image] Aug 20 03:17:57.916 INFO O| Aug 20 03:17:57.916 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9325 | 2026-08-20T03:17:58.644Z | [ recovery-image] Aug 20 03:17:57.926 INFO O| Aug 20 03:17:57.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid" |
| 9326 | 2026-08-20T03:17:58.645Z | [ recovery-image] Aug 20 03:17:57.926 INFO O| Aug 20 03:17:57.926 INFO STEP 916 (remove_files) COMPLETE |
| 9327 | 2026-08-20T03:17:58.645Z | [ recovery-image] Aug 20 03:17:57.926 INFO O| Aug 20 03:17:57.926 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9328 | 2026-08-20T03:17:58.645Z | [ recovery-image] Aug 20 03:17:57.936 INFO O| Aug 20 03:17:57.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn" |
| 9329 | 2026-08-20T03:17:58.645Z | [ recovery-image] Aug 20 03:17:57.936 INFO O| Aug 20 03:17:57.936 INFO STEP 917 (remove_files) COMPLETE |
| 9330 | 2026-08-20T03:17:58.645Z | [ recovery-image] Aug 20 03:17:57.936 INFO O| Aug 20 03:17:57.936 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9331 | 2026-08-20T03:17:58.655Z | [ recovery-image] Aug 20 03:17:57.947 INFO O| Aug 20 03:17:57.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext" |
| 9332 | 2026-08-20T03:17:58.667Z | [ recovery-image] Aug 20 03:17:57.950 INFO O| Aug 20 03:17:57.950 INFO STEP 918 (remove_files) COMPLETE |
| 9333 | 2026-08-20T03:17:58.667Z | [ recovery-image] Aug 20 03:17:57.950 INFO O| Aug 20 03:17:57.950 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9334 | 2026-08-20T03:17:58.672Z | [ recovery-image] Aug 20 03:17:57.960 INFO O| Aug 20 03:17:57.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate" |
| 9335 | 2026-08-20T03:17:58.672Z | [ recovery-image] Aug 20 03:17:57.960 INFO O| Aug 20 03:17:57.960 INFO STEP 919 (remove_files) COMPLETE |
| 9336 | 2026-08-20T03:17:58.672Z | [ recovery-image] Aug 20 03:17:57.961 INFO O| Aug 20 03:17:57.960 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9337 | 2026-08-20T03:17:58.678Z | [ recovery-image] Aug 20 03:17:57.972 INFO O| Aug 20 03:17:57.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid" |
| 9338 | 2026-08-20T03:17:58.678Z | [ recovery-image] Aug 20 03:17:57.972 INFO O| Aug 20 03:17:57.972 INFO STEP 920 (remove_files) COMPLETE |
| 9339 | 2026-08-20T03:17:58.685Z | [ recovery-image] Aug 20 03:17:57.972 INFO O| Aug 20 03:17:57.972 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9340 | 2026-08-20T03:17:58.919Z | [ recovery-image] Aug 20 03:17:57.982 INFO O| Aug 20 03:17:57.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint" |
| 9341 | 2026-08-20T03:17:58.919Z | [ recovery-image] Aug 20 03:17:57.982 INFO O| Aug 20 03:17:57.982 INFO STEP 921 (remove_files) COMPLETE |
| 9342 | 2026-08-20T03:17:58.920Z | [ recovery-image] Aug 20 03:17:57.982 INFO O| Aug 20 03:17:57.982 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9343 | 2026-08-20T03:17:58.950Z | [ recovery-image] Aug 20 03:17:57.992 INFO O| Aug 20 03:17:57.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath" |
| 9344 | 2026-08-20T03:17:58.950Z | [ recovery-image] Aug 20 03:17:57.992 INFO O| Aug 20 03:17:57.992 INFO STEP 922 (remove_files) COMPLETE |
| 9345 | 2026-08-20T03:17:58.950Z | [ recovery-image] Aug 20 03:17:57.992 INFO O| Aug 20 03:17:57.992 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9346 | 2026-08-20T03:17:58.950Z | [ recovery-image] Aug 20 03:17:58.002 INFO O| Aug 20 03:17:58.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange" |
| 9347 | 2026-08-20T03:17:58.950Z | [ recovery-image] Aug 20 03:17:58.002 INFO O| Aug 20 03:17:58.002 INFO STEP 923 (remove_files) COMPLETE |
| 9348 | 2026-08-20T03:17:58.950Z | [ recovery-image] Aug 20 03:17:58.002 INFO O| Aug 20 03:17:58.002 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9349 | 2026-08-20T03:17:58.950Z | [ recovery-image] Aug 20 03:17:58.013 INFO O| Aug 20 03:17:58.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr" |
| 9350 | 2026-08-20T03:17:58.950Z | [ recovery-image] Aug 20 03:17:58.013 INFO O| Aug 20 03:17:58.013 INFO STEP 924 (remove_files) COMPLETE |
| 9351 | 2026-08-20T03:17:58.950Z | [ recovery-image] Aug 20 03:17:58.013 INFO O| Aug 20 03:17:58.013 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9352 | 2026-08-20T03:17:58.950Z | [verify-libraries] Compiling fs-err v2.11.0 |
| 9353 | 2026-08-20T03:17:58.950Z | [ recovery-image] Aug 20 03:17:58.023 INFO O| Aug 20 03:17:58.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime" |
| 9354 | 2026-08-20T03:17:58.950Z | [ recovery-image] Aug 20 03:17:58.023 INFO O| Aug 20 03:17:58.023 INFO STEP 925 (remove_files) COMPLETE |
| 9355 | 2026-08-20T03:17:58.950Z | [ recovery-image] Aug 20 03:17:58.023 INFO O| Aug 20 03:17:58.023 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9356 | 2026-08-20T03:17:58.950Z | [ recovery-image] Aug 20 03:17:58.033 INFO O| Aug 20 03:17:58.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid" |
| 9357 | 2026-08-20T03:17:58.950Z | [ recovery-image] Aug 20 03:17:58.033 INFO O| Aug 20 03:17:58.033 INFO STEP 926 (remove_files) COMPLETE |
| 9358 | 2026-08-20T03:17:58.950Z | [ recovery-image] Aug 20 03:17:58.033 INFO O| Aug 20 03:17:58.033 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9359 | 2026-08-20T03:17:58.950Z | [ recovery-image] Aug 20 03:17:58.043 INFO O| Aug 20 03:17:58.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn" |
| 9360 | 2026-08-20T03:17:58.951Z | [ recovery-image] Aug 20 03:17:58.043 INFO O| Aug 20 03:17:58.043 INFO STEP 927 (remove_files) COMPLETE |
| 9361 | 2026-08-20T03:17:58.951Z | [ recovery-image] Aug 20 03:17:58.043 INFO O| Aug 20 03:17:58.043 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9362 | 2026-08-20T03:17:58.951Z | [ recovery-image] Aug 20 03:17:58.054 INFO O| Aug 20 03:17:58.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall" |
| 9363 | 2026-08-20T03:17:58.951Z | [ recovery-image] Aug 20 03:17:58.054 INFO O| Aug 20 03:17:58.054 INFO STEP 928 (remove_files) COMPLETE |
| 9364 | 2026-08-20T03:17:58.951Z | [ recovery-image] Aug 20 03:17:58.054 INFO O| Aug 20 03:17:58.054 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9365 | 2026-08-20T03:17:58.951Z | [ recovery-image] Aug 20 03:17:58.068 INFO O| Aug 20 03:17:58.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname" |
| 9366 | 2026-08-20T03:17:58.951Z | [ recovery-image] Aug 20 03:17:58.068 INFO O| Aug 20 03:17:58.068 INFO STEP 929 (remove_files) COMPLETE |
| 9367 | 2026-08-20T03:17:58.951Z | [ recovery-image] Aug 20 03:17:58.068 INFO O| Aug 20 03:17:58.068 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9368 | 2026-08-20T03:17:58.951Z | [ recovery-image] Aug 20 03:17:58.079 INFO O| Aug 20 03:17:58.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove" |
| 9369 | 2026-08-20T03:17:58.951Z | [ recovery-image] Aug 20 03:17:58.079 INFO O| Aug 20 03:17:58.079 INFO STEP 930 (remove_files) COMPLETE |
| 9370 | 2026-08-20T03:17:58.951Z | [ recovery-image] Aug 20 03:17:58.079 INFO O| Aug 20 03:17:58.079 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9371 | 2026-08-20T03:17:58.951Z | [ recovery-image] Aug 20 03:17:58.091 INFO O| Aug 20 03:17:58.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv" |
| 9372 | 2026-08-20T03:17:58.951Z | [ recovery-image] Aug 20 03:17:58.091 INFO O| Aug 20 03:17:58.091 INFO STEP 931 (remove_files) COMPLETE |
| 9373 | 2026-08-20T03:17:58.951Z | [ recovery-image] Aug 20 03:17:58.091 INFO O| Aug 20 03:17:58.091 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9374 | 2026-08-20T03:17:58.951Z | [ recovery-image] Aug 20 03:17:58.101 INFO O| Aug 20 03:17:58.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db" |
| 9375 | 2026-08-20T03:17:58.951Z | [ recovery-image] Aug 20 03:17:58.133 INFO O| Aug 20 03:17:58.102 INFO STEP 932 (remove_files) COMPLETE |
| 9376 | 2026-08-20T03:17:58.951Z | [ recovery-image] Aug 20 03:17:58.133 INFO O| Aug 20 03:17:58.102 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9377 | 2026-08-20T03:17:58.951Z | [ recovery-image] Aug 20 03:17:58.133 INFO O| Aug 20 03:17:58.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve" |
| 9378 | 2026-08-20T03:17:58.952Z | [ recovery-image] Aug 20 03:17:58.133 INFO O| Aug 20 03:17:58.111 INFO STEP 933 (remove_files) COMPLETE |
| 9379 | 2026-08-20T03:17:58.952Z | [ recovery-image] Aug 20 03:17:58.133 INFO O| Aug 20 03:17:58.111 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9380 | 2026-08-20T03:17:58.952Z | [ recovery-image] Aug 20 03:17:58.133 INFO O| Aug 20 03:17:58.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates" |
| 9381 | 2026-08-20T03:17:58.952Z | [ recovery-image] Aug 20 03:17:58.133 INFO O| Aug 20 03:17:58.119 INFO STEP 934 (remove_files) COMPLETE |
| 9382 | 2026-08-20T03:17:58.952Z | [ recovery-image] Aug 20 03:17:58.133 INFO O| Aug 20 03:17:58.119 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9383 | 2026-08-20T03:17:58.952Z | [ recovery-image] Aug 20 03:17:58.133 INFO O| Aug 20 03:17:58.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay" |
| 9384 | 2026-08-20T03:17:58.952Z | [ recovery-image] Aug 20 03:17:58.133 INFO O| Aug 20 03:17:58.127 INFO STEP 935 (remove_files) COMPLETE |
| 9385 | 2026-08-20T03:17:58.952Z | [ recovery-image] Aug 20 03:17:58.133 INFO O| Aug 20 03:17:58.127 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9386 | 2026-08-20T03:17:58.952Z | [ recovery-image] Aug 20 03:17:58.136 INFO O| Aug 20 03:17:58.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm" |
| 9387 | 2026-08-20T03:17:58.952Z | [ recovery-image] Aug 20 03:17:58.136 INFO O| Aug 20 03:17:58.136 INFO STEP 936 (remove_files) COMPLETE |
| 9388 | 2026-08-20T03:17:58.952Z | [ recovery-image] Aug 20 03:17:58.136 INFO O| Aug 20 03:17:58.136 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9389 | 2026-08-20T03:17:58.952Z | [ recovery-image] Aug 20 03:17:58.147 INFO O| Aug 20 03:17:58.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump" |
| 9390 | 2026-08-20T03:17:58.953Z | [ recovery-image] Aug 20 03:17:58.147 INFO O| Aug 20 03:17:58.147 INFO STEP 937 (remove_files) COMPLETE |
| 9391 | 2026-08-20T03:17:58.953Z | [ recovery-image] Aug 20 03:17:58.147 INFO O| Aug 20 03:17:58.147 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9392 | 2026-08-20T03:17:58.953Z | [ recovery-image] Aug 20 03:17:58.156 INFO O| Aug 20 03:17:58.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract" |
| 9393 | 2026-08-20T03:17:58.953Z | [ recovery-image] Aug 20 03:17:58.156 INFO O| Aug 20 03:17:58.156 INFO STEP 938 (remove_files) COMPLETE |
| 9394 | 2026-08-20T03:17:58.953Z | [ recovery-image] Aug 20 03:17:58.156 INFO O| Aug 20 03:17:58.156 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9395 | 2026-08-20T03:17:58.953Z | [ recovery-image] Aug 20 03:17:58.167 INFO O| Aug 20 03:17:58.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv" |
| 9396 | 2026-08-20T03:17:58.953Z | [ recovery-image] Aug 20 03:17:58.167 INFO O| Aug 20 03:17:58.167 INFO STEP 939 (remove_files) COMPLETE |
| 9397 | 2026-08-20T03:17:58.953Z | [ recovery-image] Aug 20 03:17:58.167 INFO O| Aug 20 03:17:58.167 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9398 | 2026-08-20T03:17:58.954Z | [ recovery-image] Aug 20 03:17:58.178 INFO O| Aug 20 03:17:58.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate" |
| 9399 | 2026-08-20T03:17:58.954Z | [ recovery-image] Aug 20 03:17:58.178 INFO O| Aug 20 03:17:58.178 INFO STEP 940 (remove_files) COMPLETE |
| 9400 | 2026-08-20T03:17:58.954Z | [ recovery-image] Aug 20 03:17:58.178 INFO O| Aug 20 03:17:58.178 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9401 | 2026-08-20T03:17:58.954Z | [ recovery-image] Aug 20 03:17:58.188 INFO O| Aug 20 03:17:58.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat" |
| 9402 | 2026-08-20T03:17:58.954Z | [ recovery-image] Aug 20 03:17:58.188 INFO O| Aug 20 03:17:58.188 INFO STEP 941 (remove_files) COMPLETE |
| 9403 | 2026-08-20T03:17:58.954Z | [ recovery-image] Aug 20 03:17:58.188 INFO O| Aug 20 03:17:58.188 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9404 | 2026-08-20T03:17:58.954Z | [ recovery-image] Aug 20 03:17:58.198 INFO O| Aug 20 03:17:58.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat" |
| 9405 | 2026-08-20T03:17:58.954Z | [ recovery-image] Aug 20 03:17:58.198 INFO O| Aug 20 03:17:58.198 INFO STEP 942 (remove_files) COMPLETE |
| 9406 | 2026-08-20T03:17:58.954Z | [ recovery-image] Aug 20 03:17:58.198 INFO O| Aug 20 03:17:58.198 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9407 | 2026-08-20T03:17:58.954Z | [ recovery-image] Aug 20 03:17:58.208 INFO O| Aug 20 03:17:58.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat" |
| 9408 | 2026-08-20T03:17:58.954Z | [ recovery-image] Aug 20 03:17:58.208 INFO O| Aug 20 03:17:58.208 INFO STEP 943 (remove_files) COMPLETE |
| 9409 | 2026-08-20T03:17:58.954Z | [ recovery-image] Aug 20 03:17:58.208 INFO O| Aug 20 03:17:58.208 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9410 | 2026-08-20T03:17:58.977Z | [ recovery-image] Aug 20 03:17:58.219 INFO O| Aug 20 03:17:58.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp" |
| 9411 | 2026-08-20T03:17:58.977Z | [ recovery-image] Aug 20 03:17:58.220 INFO O| Aug 20 03:17:58.220 INFO STEP 944 (remove_files) COMPLETE |
| 9412 | 2026-08-20T03:17:58.977Z | [ recovery-image] Aug 20 03:17:58.220 INFO O| Aug 20 03:17:58.220 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9413 | 2026-08-20T03:17:58.991Z | [ recovery-image] Aug 20 03:17:58.230 INFO O| Aug 20 03:17:58.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit" |
| 9414 | 2026-08-20T03:17:58.991Z | [ recovery-image] Aug 20 03:17:58.230 INFO O| Aug 20 03:17:58.230 INFO STEP 945 (remove_files) COMPLETE |
| 9415 | 2026-08-20T03:17:58.991Z | [ recovery-image] Aug 20 03:17:58.230 INFO O| Aug 20 03:17:58.230 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9416 | 2026-08-20T03:17:58.991Z | [ recovery-image] Aug 20 03:17:58.241 INFO O| Aug 20 03:17:58.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig" |
| 9417 | 2026-08-20T03:17:58.991Z | [ recovery-image] Aug 20 03:17:58.241 INFO O| Aug 20 03:17:58.241 INFO STEP 946 (remove_files) COMPLETE |
| 9418 | 2026-08-20T03:17:58.992Z | [ recovery-image] Aug 20 03:17:58.241 INFO O| Aug 20 03:17:58.241 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9419 | 2026-08-20T03:17:58.992Z | [ recovery-image] Aug 20 03:17:58.252 INFO O| Aug 20 03:17:58.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd" |
| 9420 | 2026-08-20T03:17:58.992Z | [ recovery-image] Aug 20 03:17:58.253 INFO O| Aug 20 03:17:58.253 INFO STEP 947 (remove_files) COMPLETE |
| 9421 | 2026-08-20T03:17:58.992Z | [ recovery-image] Aug 20 03:17:58.253 INFO O| Aug 20 03:17:58.253 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9422 | 2026-08-20T03:17:58.992Z | [ recovery-image] Aug 20 03:17:58.263 INFO O| Aug 20 03:17:58.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord" |
| 9423 | 2026-08-20T03:17:58.992Z | [ recovery-image] Aug 20 03:17:58.263 INFO O| Aug 20 03:17:58.263 INFO STEP 948 (remove_files) COMPLETE |
| 9424 | 2026-08-20T03:17:58.992Z | [ recovery-image] Aug 20 03:17:58.263 INFO O| Aug 20 03:17:58.263 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9425 | 2026-08-20T03:17:58.992Z | [ recovery-image] Aug 20 03:17:58.275 INFO O| Aug 20 03:17:58.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce" |
| 9426 | 2026-08-20T03:17:58.993Z | [ recovery-image] Aug 20 03:17:58.275 INFO O| Aug 20 03:17:58.275 INFO STEP 949 (remove_files) COMPLETE |
| 9427 | 2026-08-20T03:17:58.993Z | [ recovery-image] Aug 20 03:17:58.275 INFO O| Aug 20 03:17:58.275 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9428 | 2026-08-20T03:17:59.000Z | [ recovery-image] Aug 20 03:17:58.286 INFO O| Aug 20 03:17:58.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat" |
| 9429 | 2026-08-20T03:17:59.000Z | [ recovery-image] Aug 20 03:17:58.287 INFO O| Aug 20 03:17:58.286 INFO STEP 950 (remove_files) COMPLETE |
| 9430 | 2026-08-20T03:17:59.000Z | [ recovery-image] Aug 20 03:17:58.287 INFO O| Aug 20 03:17:58.286 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9431 | 2026-08-20T03:17:59.011Z | [ recovery-image] Aug 20 03:17:58.296 INFO O| Aug 20 03:17:58.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks" |
| 9432 | 2026-08-20T03:17:59.011Z | [ recovery-image] Aug 20 03:17:58.296 INFO O| Aug 20 03:17:58.296 INFO STEP 951 (remove_files) COMPLETE |
| 9433 | 2026-08-20T03:17:59.012Z | [ recovery-image] Aug 20 03:17:58.296 INFO O| Aug 20 03:17:58.296 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9434 | 2026-08-20T03:17:59.023Z | [ recovery-image] Aug 20 03:17:58.306 INFO O| Aug 20 03:17:58.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve" |
| 9435 | 2026-08-20T03:17:59.023Z | [ recovery-image] Aug 20 03:17:58.306 INFO O| Aug 20 03:17:58.306 INFO STEP 952 (remove_files) COMPLETE |
| 9436 | 2026-08-20T03:17:59.023Z | [ recovery-image] Aug 20 03:17:58.306 INFO O| Aug 20 03:17:58.306 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9437 | 2026-08-20T03:17:59.044Z | [ recovery-image] Aug 20 03:17:58.316 INFO O| Aug 20 03:17:58.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl" |
| 9438 | 2026-08-20T03:17:59.044Z | [ recovery-image] Aug 20 03:17:58.316 INFO O| Aug 20 03:17:58.316 INFO STEP 953 (remove_files) COMPLETE |
| 9439 | 2026-08-20T03:17:59.044Z | [ recovery-image] Aug 20 03:17:58.316 INFO O| Aug 20 03:17:58.316 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9440 | 2026-08-20T03:17:59.079Z | [ recovery-image] Aug 20 03:17:58.329 INFO O| Aug 20 03:17:58.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm" |
| 9441 | 2026-08-20T03:17:59.079Z | [ recovery-image] Aug 20 03:17:58.329 INFO O| Aug 20 03:17:58.329 INFO STEP 954 (remove_files) COMPLETE |
| 9442 | 2026-08-20T03:17:59.079Z | [ recovery-image] Aug 20 03:17:58.329 INFO O| Aug 20 03:17:58.329 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9443 | 2026-08-20T03:17:59.079Z | [ recovery-image] Aug 20 03:17:58.342 INFO O| Aug 20 03:17:58.342 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd" |
| 9444 | 2026-08-20T03:17:59.079Z | [ recovery-image] Aug 20 03:17:58.342 INFO O| Aug 20 03:17:58.342 INFO STEP 955 (remove_files) COMPLETE |
| 9445 | 2026-08-20T03:17:59.079Z | [ recovery-image] Aug 20 03:17:58.342 INFO O| Aug 20 03:17:58.342 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9446 | 2026-08-20T03:17:59.093Z | [ recovery-image] Aug 20 03:17:58.353 INFO O| Aug 20 03:17:58.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot" |
| 9447 | 2026-08-20T03:17:59.093Z | [ recovery-image] Aug 20 03:17:58.353 INFO O| Aug 20 03:17:58.353 INFO STEP 956 (remove_files) COMPLETE |
| 9448 | 2026-08-20T03:17:59.093Z | [ recovery-image] Aug 20 03:17:58.353 INFO O| Aug 20 03:17:58.353 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9449 | 2026-08-20T03:17:59.093Z | [ recovery-image] Aug 20 03:17:58.364 INFO O| Aug 20 03:17:58.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks" |
| 9450 | 2026-08-20T03:17:59.093Z | [ recovery-image] Aug 20 03:17:58.364 INFO O| Aug 20 03:17:58.364 INFO STEP 957 (remove_files) COMPLETE |
| 9451 | 2026-08-20T03:17:59.093Z | [ recovery-image] Aug 20 03:17:58.364 INFO O| Aug 20 03:17:58.364 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9452 | 2026-08-20T03:17:59.093Z | [ recovery-image] Aug 20 03:17:58.374 INFO O| Aug 20 03:17:58.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo" |
| 9453 | 2026-08-20T03:17:59.093Z | [ recovery-image] Aug 20 03:17:58.374 INFO O| Aug 20 03:17:58.374 INFO STEP 958 (remove_files) COMPLETE |
| 9454 | 2026-08-20T03:17:59.093Z | [ recovery-image] Aug 20 03:17:58.374 INFO O| Aug 20 03:17:58.374 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9455 | 2026-08-20T03:17:59.097Z | [ recovery-image] Aug 20 03:17:58.387 INFO O| Aug 20 03:17:58.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri" |
| 9456 | 2026-08-20T03:17:59.097Z | [ recovery-image] Aug 20 03:17:58.387 INFO O| Aug 20 03:17:58.387 INFO STEP 959 (remove_files) COMPLETE |
| 9457 | 2026-08-20T03:17:59.097Z | [ recovery-image] Aug 20 03:17:58.387 INFO O| Aug 20 03:17:58.387 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9458 | 2026-08-20T03:17:59.103Z | [ recovery-image] Aug 20 03:17:58.398 INFO O| Aug 20 03:17:58.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm" |
| 9459 | 2026-08-20T03:17:59.104Z | [ recovery-image] Aug 20 03:17:58.398 INFO O| Aug 20 03:17:58.398 INFO STEP 960 (remove_files) COMPLETE |
| 9460 | 2026-08-20T03:17:59.109Z | [ recovery-image] Aug 20 03:17:58.398 INFO O| Aug 20 03:17:58.398 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9461 | 2026-08-20T03:17:59.112Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 9462 | 2026-08-20T03:17:59.123Z | [ recovery-image] Aug 20 03:17:58.410 INFO O| Aug 20 03:17:58.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd" |
| 9463 | 2026-08-20T03:17:59.123Z | [ recovery-image] Aug 20 03:17:58.410 INFO O| Aug 20 03:17:58.410 INFO STEP 961 (remove_files) COMPLETE |
| 9464 | 2026-08-20T03:17:59.123Z | [ recovery-image] Aug 20 03:17:58.410 INFO O| Aug 20 03:17:58.410 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9465 | 2026-08-20T03:17:59.138Z | [ recovery-image] Aug 20 03:17:58.423 INFO O| Aug 20 03:17:58.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate" |
| 9466 | 2026-08-20T03:17:59.138Z | [ recovery-image] Aug 20 03:17:58.423 INFO O| Aug 20 03:17:58.423 INFO STEP 962 (remove_files) COMPLETE |
| 9467 | 2026-08-20T03:17:59.138Z | [ recovery-image] Aug 20 03:17:58.423 INFO O| Aug 20 03:17:58.423 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9468 | 2026-08-20T03:17:59.143Z | [ recovery-image] Aug 20 03:17:58.434 INFO O| Aug 20 03:17:58.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo" |
| 9469 | 2026-08-20T03:17:59.143Z | [ recovery-image] Aug 20 03:17:58.434 INFO O| Aug 20 03:17:58.434 INFO STEP 963 (remove_files) COMPLETE |
| 9470 | 2026-08-20T03:17:59.143Z | [ recovery-image] Aug 20 03:17:58.434 INFO O| Aug 20 03:17:58.434 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9471 | 2026-08-20T03:17:59.150Z | [ recovery-image] Aug 20 03:17:58.446 INFO O| Aug 20 03:17:58.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks" |
| 9472 | 2026-08-20T03:17:59.150Z | [ recovery-image] Aug 20 03:17:58.446 INFO O| Aug 20 03:17:58.446 INFO STEP 964 (remove_files) COMPLETE |
| 9473 | 2026-08-20T03:17:59.156Z | [ recovery-image] Aug 20 03:17:58.446 INFO O| Aug 20 03:17:58.446 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9474 | 2026-08-20T03:17:59.162Z | [ recovery-image] Aug 20 03:17:58.457 INFO O| Aug 20 03:17:58.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df" |
| 9475 | 2026-08-20T03:17:59.162Z | [ recovery-image] Aug 20 03:17:58.457 INFO O| Aug 20 03:17:58.457 INFO STEP 965 (remove_files) COMPLETE |
| 9476 | 2026-08-20T03:17:59.162Z | [ recovery-image] Aug 20 03:17:58.457 INFO O| Aug 20 03:17:58.457 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9477 | 2026-08-20T03:17:59.173Z | [ recovery-image] Aug 20 03:17:58.468 INFO O| Aug 20 03:17:58.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts" |
| 9478 | 2026-08-20T03:17:59.173Z | [ recovery-image] Aug 20 03:17:58.468 INFO O| Aug 20 03:17:58.468 INFO STEP 966 (remove_files) COMPLETE |
| 9479 | 2026-08-20T03:17:59.176Z | [ recovery-image] Aug 20 03:17:58.468 INFO O| Aug 20 03:17:58.468 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9480 | 2026-08-20T03:17:59.186Z | [ recovery-image] Aug 20 03:17:58.479 INFO O| Aug 20 03:17:58.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares" |
| 9481 | 2026-08-20T03:17:59.186Z | [ recovery-image] Aug 20 03:17:58.479 INFO O| Aug 20 03:17:58.479 INFO STEP 967 (remove_files) COMPLETE |
| 9482 | 2026-08-20T03:17:59.186Z | [ recovery-image] Aug 20 03:17:58.479 INFO O| Aug 20 03:17:58.479 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9483 | 2026-08-20T03:17:59.196Z | [ recovery-image] Aug 20 03:17:58.491 INFO O| Aug 20 03:17:58.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks" |
| 9484 | 2026-08-20T03:17:59.197Z | [ recovery-image] Aug 20 03:17:58.491 INFO O| Aug 20 03:17:58.491 INFO STEP 968 (remove_files) COMPLETE |
| 9485 | 2026-08-20T03:17:59.209Z | [ recovery-image] Aug 20 03:17:58.491 INFO O| Aug 20 03:17:58.491 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9486 | 2026-08-20T03:17:59.212Z | [ recovery-image] Aug 20 03:17:58.504 INFO O| Aug 20 03:17:58.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin" |
| 9487 | 2026-08-20T03:17:59.212Z | [ recovery-image] Aug 20 03:17:58.504 INFO O| Aug 20 03:17:58.504 INFO STEP 969 (remove_files) COMPLETE |
| 9488 | 2026-08-20T03:17:59.212Z | [ recovery-image] Aug 20 03:17:58.504 INFO O| Aug 20 03:17:58.504 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9489 | 2026-08-20T03:17:59.221Z | [ recovery-image] Aug 20 03:17:58.516 INFO O| Aug 20 03:17:58.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo" |
| 9490 | 2026-08-20T03:17:59.221Z | [ recovery-image] Aug 20 03:17:58.516 INFO O| Aug 20 03:17:58.516 INFO STEP 970 (remove_files) COMPLETE |
| 9491 | 2026-08-20T03:17:59.227Z | [ recovery-image] Aug 20 03:17:58.516 INFO O| Aug 20 03:17:58.516 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9492 | 2026-08-20T03:17:59.231Z | [ recovery-image] Aug 20 03:17:58.526 INFO O| Aug 20 03:17:58.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig" |
| 9493 | 2026-08-20T03:17:59.231Z | [ recovery-image] Aug 20 03:17:58.526 INFO O| Aug 20 03:17:58.526 INFO STEP 971 (remove_files) COMPLETE |
| 9494 | 2026-08-20T03:17:59.231Z | [ recovery-image] Aug 20 03:17:58.526 INFO O| Aug 20 03:17:58.526 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9495 | 2026-08-20T03:17:59.246Z | [ recovery-image] Aug 20 03:17:58.536 INFO O| Aug 20 03:17:58.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom" |
| 9496 | 2026-08-20T03:17:59.246Z | [ recovery-image] Aug 20 03:17:58.536 INFO O| Aug 20 03:17:58.536 INFO STEP 972 (remove_files) COMPLETE |
| 9497 | 2026-08-20T03:17:59.246Z | [ recovery-image] Aug 20 03:17:58.536 INFO O| Aug 20 03:17:58.536 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9498 | 2026-08-20T03:17:59.250Z | [ recovery-image] Aug 20 03:17:58.546 INFO O| Aug 20 03:17:58.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff" |
| 9499 | 2026-08-20T03:17:59.251Z | [ recovery-image] Aug 20 03:17:58.546 INFO O| Aug 20 03:17:58.546 INFO STEP 973 (remove_files) COMPLETE |
| 9500 | 2026-08-20T03:17:59.254Z | [ recovery-image] Aug 20 03:17:58.546 INFO O| Aug 20 03:17:58.546 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9501 | 2026-08-20T03:17:59.262Z | [ recovery-image] Aug 20 03:17:58.556 INFO O| Aug 20 03:17:58.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm" |
| 9502 | 2026-08-20T03:17:59.262Z | [ recovery-image] Aug 20 03:17:58.556 INFO O| Aug 20 03:17:58.556 INFO STEP 974 (remove_files) COMPLETE |
| 9503 | 2026-08-20T03:17:59.265Z | [ recovery-image] Aug 20 03:17:58.556 INFO O| Aug 20 03:17:58.556 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9504 | 2026-08-20T03:17:59.274Z | [ recovery-image] Aug 20 03:17:58.567 INFO O| Aug 20 03:17:58.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump" |
| 9505 | 2026-08-20T03:17:59.274Z | [ recovery-image] Aug 20 03:17:58.567 INFO O| Aug 20 03:17:58.567 INFO STEP 975 (remove_files) COMPLETE |
| 9506 | 2026-08-20T03:17:59.274Z | [ recovery-image] Aug 20 03:17:58.567 INFO O| Aug 20 03:17:58.567 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9507 | 2026-08-20T03:17:59.282Z | [ recovery-image] Aug 20 03:17:58.577 INFO O| Aug 20 03:17:58.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat" |
| 9508 | 2026-08-20T03:17:59.282Z | [ recovery-image] Aug 20 03:17:58.578 INFO O| Aug 20 03:17:58.577 INFO STEP 976 (remove_files) COMPLETE |
| 9509 | 2026-08-20T03:17:59.282Z | [ recovery-image] Aug 20 03:17:58.578 INFO O| Aug 20 03:17:58.578 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9510 | 2026-08-20T03:17:59.294Z | [ recovery-image] Aug 20 03:17:58.590 INFO O| Aug 20 03:17:58.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard" |
| 9511 | 2026-08-20T03:17:59.294Z | [ recovery-image] Aug 20 03:17:58.590 INFO O| Aug 20 03:17:58.590 INFO STEP 977 (remove_files) COMPLETE |
| 9512 | 2026-08-20T03:17:59.294Z | [ recovery-image] Aug 20 03:17:58.590 INFO O| Aug 20 03:17:58.590 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9513 | 2026-08-20T03:17:59.308Z | [ recovery-image] Aug 20 03:17:58.600 INFO O| Aug 20 03:17:58.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format" |
| 9514 | 2026-08-20T03:17:59.308Z | [ recovery-image] Aug 20 03:17:58.601 INFO O| Aug 20 03:17:58.600 INFO STEP 978 (remove_files) COMPLETE |
| 9515 | 2026-08-20T03:17:59.308Z | [ recovery-image] Aug 20 03:17:58.601 INFO O| Aug 20 03:17:58.601 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9516 | 2026-08-20T03:17:59.315Z | [ recovery-image] Aug 20 03:17:58.610 INFO O| Aug 20 03:17:58.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck" |
| 9517 | 2026-08-20T03:17:59.315Z | [ recovery-image] Aug 20 03:17:58.610 INFO O| Aug 20 03:17:58.610 INFO STEP 979 (remove_files) COMPLETE |
| 9518 | 2026-08-20T03:17:59.315Z | [ recovery-image] Aug 20 03:17:58.610 INFO O| Aug 20 03:17:58.610 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9519 | 2026-08-20T03:17:59.337Z | [ recovery-image] Aug 20 03:17:58.632 INFO O| Aug 20 03:17:58.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser" |
| 9520 | 2026-08-20T03:17:59.337Z | [ recovery-image] Aug 20 03:17:58.632 INFO O| Aug 20 03:17:58.632 INFO STEP 980 (remove_files) COMPLETE |
| 9521 | 2026-08-20T03:17:59.337Z | [ recovery-image] Aug 20 03:17:58.632 INFO O| Aug 20 03:17:58.632 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9522 | 2026-08-20T03:17:59.350Z | [ recovery-image] Aug 20 03:17:58.644 INFO O| Aug 20 03:17:58.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy" |
| 9523 | 2026-08-20T03:17:59.350Z | [ recovery-image] Aug 20 03:17:58.644 INFO O| Aug 20 03:17:58.644 INFO STEP 981 (remove_files) COMPLETE |
| 9524 | 2026-08-20T03:17:59.350Z | [ recovery-image] Aug 20 03:17:58.644 INFO O| Aug 20 03:17:58.644 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9525 | 2026-08-20T03:17:59.360Z | [ recovery-image] Aug 20 03:17:58.656 INFO O| Aug 20 03:17:58.656 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor" |
| 9526 | 2026-08-20T03:17:59.360Z | [ recovery-image] Aug 20 03:17:58.656 INFO O| Aug 20 03:17:58.656 INFO STEP 982 (remove_files) COMPLETE |
| 9527 | 2026-08-20T03:17:59.367Z | [ recovery-image] Aug 20 03:17:58.656 INFO O| Aug 20 03:17:58.656 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9528 | 2026-08-20T03:17:59.371Z | [ recovery-image] Aug 20 03:17:58.667 INFO O| Aug 20 03:17:58.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd" |
| 9529 | 2026-08-20T03:17:59.371Z | [ recovery-image] Aug 20 03:17:58.667 INFO O| Aug 20 03:17:58.667 INFO STEP 983 (remove_files) COMPLETE |
| 9530 | 2026-08-20T03:17:59.371Z | [ recovery-image] Aug 20 03:17:58.667 INFO O| Aug 20 03:17:58.667 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9531 | 2026-08-20T03:17:59.384Z | [ recovery-image] Aug 20 03:17:58.679 INFO O| Aug 20 03:17:58.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel" |
| 9532 | 2026-08-20T03:17:59.384Z | [ recovery-image] Aug 20 03:17:58.679 INFO O| Aug 20 03:17:58.679 INFO STEP 984 (remove_files) COMPLETE |
| 9533 | 2026-08-20T03:17:59.384Z | [ recovery-image] Aug 20 03:17:58.679 INFO O| Aug 20 03:17:58.679 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9534 | 2026-08-20T03:17:59.403Z | [ recovery-image] Aug 20 03:17:58.698 INFO O| Aug 20 03:17:58.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod" |
| 9535 | 2026-08-20T03:17:59.403Z | [ recovery-image] Aug 20 03:17:58.698 INFO O| Aug 20 03:17:58.691 INFO STEP 985 (remove_files) COMPLETE |
| 9536 | 2026-08-20T03:17:59.403Z | [ recovery-image] Aug 20 03:17:58.698 INFO O| Aug 20 03:17:58.691 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9537 | 2026-08-20T03:17:59.411Z | [ recovery-image] Aug 20 03:17:58.701 INFO O| Aug 20 03:17:58.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs" |
| 9538 | 2026-08-20T03:17:59.411Z | [ recovery-image] Aug 20 03:17:58.702 INFO O| Aug 20 03:17:58.701 INFO STEP 986 (remove_files) COMPLETE |
| 9539 | 2026-08-20T03:17:59.411Z | [ recovery-image] Aug 20 03:17:58.702 INFO O| Aug 20 03:17:58.701 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9540 | 2026-08-20T03:17:59.416Z | [ recovery-image] Aug 20 03:17:58.712 INFO O| Aug 20 03:17:58.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck" |
| 9541 | 2026-08-20T03:17:59.417Z | [ recovery-image] Aug 20 03:17:58.712 INFO O| Aug 20 03:17:58.712 INFO STEP 987 (remove_files) COMPLETE |
| 9542 | 2026-08-20T03:17:59.417Z | [ recovery-image] Aug 20 03:17:58.713 INFO O| Aug 20 03:17:58.712 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9543 | 2026-08-20T03:17:59.428Z | [ recovery-image] Aug 20 03:17:58.724 INFO O| Aug 20 03:17:58.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred" |
| 9544 | 2026-08-20T03:17:59.428Z | [ recovery-image] Aug 20 03:17:58.724 INFO O| Aug 20 03:17:58.724 INFO STEP 988 (remove_files) COMPLETE |
| 9545 | 2026-08-20T03:17:59.434Z | [ recovery-image] Aug 20 03:17:58.724 INFO O| Aug 20 03:17:58.724 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9546 | 2026-08-20T03:17:59.440Z | [ recovery-image] Aug 20 03:17:58.733 INFO O| Aug 20 03:17:58.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt" |
| 9547 | 2026-08-20T03:17:59.440Z | [ recovery-image] Aug 20 03:17:58.734 INFO O| Aug 20 03:17:58.734 INFO STEP 989 (remove_files) COMPLETE |
| 9548 | 2026-08-20T03:17:59.445Z | [ recovery-image] Aug 20 03:17:58.734 INFO O| Aug 20 03:17:58.734 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9549 | 2026-08-20T03:17:59.448Z | [ recovery-image] Aug 20 03:17:58.743 INFO O| Aug 20 03:17:58.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug" |
| 9550 | 2026-08-20T03:17:59.448Z | [ recovery-image] Aug 20 03:17:58.743 INFO O| Aug 20 03:17:58.743 INFO STEP 990 (remove_files) COMPLETE |
| 9551 | 2026-08-20T03:17:59.448Z | [ recovery-image] Aug 20 03:17:58.743 INFO O| Aug 20 03:17:58.743 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9552 | 2026-08-20T03:17:59.457Z | [ recovery-image] Aug 20 03:17:58.752 INFO O| Aug 20 03:17:58.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl" |
| 9553 | 2026-08-20T03:17:59.457Z | [ recovery-image] Aug 20 03:17:58.752 INFO O| Aug 20 03:17:58.752 INFO STEP 991 (remove_files) COMPLETE |
| 9554 | 2026-08-20T03:17:59.457Z | [ recovery-image] Aug 20 03:17:58.752 INFO O| Aug 20 03:17:58.752 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9555 | 2026-08-20T03:17:59.465Z | [ recovery-image] Aug 20 03:17:58.760 INFO O| Aug 20 03:17:58.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap" |
| 9556 | 2026-08-20T03:17:59.465Z | [ recovery-image] Aug 20 03:17:58.760 INFO O| Aug 20 03:17:58.760 INFO STEP 992 (remove_files) COMPLETE |
| 9557 | 2026-08-20T03:17:59.470Z | [ recovery-image] Aug 20 03:17:58.760 INFO O| Aug 20 03:17:58.760 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9558 | 2026-08-20T03:17:59.484Z | [ recovery-image] Aug 20 03:17:58.780 INFO O| Aug 20 03:17:58.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm" |
| 9559 | 2026-08-20T03:17:59.484Z | [ recovery-image] Aug 20 03:17:58.780 INFO O| Aug 20 03:17:58.780 INFO STEP 993 (remove_files) COMPLETE |
| 9560 | 2026-08-20T03:17:59.491Z | [ recovery-image] Aug 20 03:17:58.780 INFO O| Aug 20 03:17:58.780 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9561 | 2026-08-20T03:17:59.498Z | [ recovery-image] Aug 20 03:17:58.792 INFO O| Aug 20 03:17:58.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm" |
| 9562 | 2026-08-20T03:17:59.498Z | [ recovery-image] Aug 20 03:17:58.792 INFO O| Aug 20 03:17:58.792 INFO STEP 994 (remove_files) COMPLETE |
| 9563 | 2026-08-20T03:17:59.502Z | [ recovery-image] Aug 20 03:17:58.792 INFO O| Aug 20 03:17:58.792 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9564 | 2026-08-20T03:17:59.507Z | [ recovery-image] Aug 20 03:17:58.803 INFO O| Aug 20 03:17:58.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert" |
| 9565 | 2026-08-20T03:17:59.507Z | [ recovery-image] Aug 20 03:17:58.803 INFO O| Aug 20 03:17:58.803 INFO STEP 995 (remove_files) COMPLETE |
| 9566 | 2026-08-20T03:17:59.513Z | [ recovery-image] Aug 20 03:17:58.803 INFO O| Aug 20 03:17:58.803 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9567 | 2026-08-20T03:17:59.518Z | [ recovery-image] Aug 20 03:17:58.814 INFO O| Aug 20 03:17:58.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc" |
| 9568 | 2026-08-20T03:17:59.518Z | [ recovery-image] Aug 20 03:17:58.814 INFO O| Aug 20 03:17:58.814 INFO STEP 996 (remove_files) COMPLETE |
| 9569 | 2026-08-20T03:17:59.518Z | [ recovery-image] Aug 20 03:17:58.814 INFO O| Aug 20 03:17:58.814 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9570 | 2026-08-20T03:17:59.523Z | [verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 9571 | 2026-08-20T03:17:59.529Z | [ recovery-image] Aug 20 03:17:58.824 INFO O| Aug 20 03:17:58.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed" |
| 9572 | 2026-08-20T03:17:59.529Z | [ recovery-image] Aug 20 03:17:58.825 INFO O| Aug 20 03:17:58.825 INFO STEP 997 (remove_files) COMPLETE |
| 9573 | 2026-08-20T03:17:59.529Z | [ recovery-image] Aug 20 03:17:58.825 INFO O| Aug 20 03:17:58.825 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9574 | 2026-08-20T03:17:59.539Z | [ recovery-image] Aug 20 03:17:58.835 INFO O| Aug 20 03:17:58.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm" |
| 9575 | 2026-08-20T03:17:59.539Z | [ recovery-image] Aug 20 03:17:58.835 INFO O| Aug 20 03:17:58.835 INFO STEP 998 (remove_files) COMPLETE |
| 9576 | 2026-08-20T03:17:59.547Z | [ recovery-image] Aug 20 03:17:58.835 INFO O| Aug 20 03:17:58.835 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9577 | 2026-08-20T03:17:59.556Z | [ recovery-image] Aug 20 03:17:58.844 INFO O| Aug 20 03:17:58.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv" |
| 9578 | 2026-08-20T03:17:59.556Z | [ recovery-image] Aug 20 03:17:58.844 INFO O| Aug 20 03:17:58.844 INFO STEP 999 (remove_files) COMPLETE |
| 9579 | 2026-08-20T03:17:59.556Z | [ recovery-image] Aug 20 03:17:58.844 INFO O| Aug 20 03:17:58.844 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9580 | 2026-08-20T03:17:59.560Z | [ recovery-image] Aug 20 03:17:58.854 INFO O| Aug 20 03:17:58.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install" |
| 9581 | 2026-08-20T03:17:59.560Z | [ recovery-image] Aug 20 03:17:58.854 INFO O| Aug 20 03:17:58.854 INFO STEP 1000 (remove_files) COMPLETE |
| 9582 | 2026-08-20T03:17:59.560Z | [ recovery-image] Aug 20 03:17:58.854 INFO O| Aug 20 03:17:58.854 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9583 | 2026-08-20T03:17:59.569Z | [ recovery-image] Aug 20 03:17:58.863 INFO O| Aug 20 03:17:58.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot" |
| 9584 | 2026-08-20T03:17:59.569Z | [ recovery-image] Aug 20 03:17:58.863 INFO O| Aug 20 03:17:58.863 INFO STEP 1001 (remove_files) COMPLETE |
| 9585 | 2026-08-20T03:17:59.569Z | [ recovery-image] Aug 20 03:17:58.863 INFO O| Aug 20 03:17:58.863 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9586 | 2026-08-20T03:17:59.578Z | [ recovery-image] Aug 20 03:17:58.871 INFO O| Aug 20 03:17:58.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf" |
| 9587 | 2026-08-20T03:17:59.578Z | [ recovery-image] Aug 20 03:17:58.872 INFO O| Aug 20 03:17:58.871 INFO STEP 1002 (remove_files) COMPLETE |
| 9588 | 2026-08-20T03:17:59.581Z | [ recovery-image] Aug 20 03:17:58.872 INFO O| Aug 20 03:17:58.872 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9589 | 2026-08-20T03:17:59.584Z | [ recovery-image] Aug 20 03:17:58.880 INFO O| Aug 20 03:17:58.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat" |
| 9590 | 2026-08-20T03:17:59.584Z | [ recovery-image] Aug 20 03:17:58.880 INFO O| Aug 20 03:17:58.880 INFO STEP 1003 (remove_files) COMPLETE |
| 9591 | 2026-08-20T03:17:59.589Z | [ recovery-image] Aug 20 03:17:58.880 INFO O| Aug 20 03:17:58.880 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9592 | 2026-08-20T03:17:59.595Z | [ recovery-image] Aug 20 03:17:58.889 INFO O| Aug 20 03:17:58.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs" |
| 9593 | 2026-08-20T03:17:59.595Z | [ recovery-image] Aug 20 03:17:58.889 INFO O| Aug 20 03:17:58.889 INFO STEP 1004 (remove_files) COMPLETE |
| 9594 | 2026-08-20T03:17:59.595Z | [ recovery-image] Aug 20 03:17:58.889 INFO O| Aug 20 03:17:58.889 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9595 | 2026-08-20T03:17:59.606Z | [ recovery-image] Aug 20 03:17:58.898 INFO O| Aug 20 03:17:58.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf" |
| 9596 | 2026-08-20T03:17:59.606Z | [ recovery-image] Aug 20 03:17:58.899 INFO O| Aug 20 03:17:58.899 INFO STEP 1005 (remove_files) COMPLETE |
| 9597 | 2026-08-20T03:17:59.606Z | [ recovery-image] Aug 20 03:17:58.899 INFO O| Aug 20 03:17:58.899 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9598 | 2026-08-20T03:17:59.616Z | [ recovery-image] Aug 20 03:17:58.907 INFO O| Aug 20 03:17:58.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey" |
| 9599 | 2026-08-20T03:17:59.616Z | [ recovery-image] Aug 20 03:17:58.907 INFO O| Aug 20 03:17:58.907 INFO STEP 1006 (remove_files) COMPLETE |
| 9600 | 2026-08-20T03:17:59.616Z | [ recovery-image] Aug 20 03:17:58.907 INFO O| Aug 20 03:17:58.907 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9601 | 2026-08-20T03:17:59.628Z | [ recovery-image] Aug 20 03:17:58.916 INFO O| Aug 20 03:17:58.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv" |
| 9602 | 2026-08-20T03:17:59.628Z | [ recovery-image] Aug 20 03:17:58.916 INFO O| Aug 20 03:17:58.916 INFO STEP 1007 (remove_files) COMPLETE |
| 9603 | 2026-08-20T03:17:59.628Z | [ recovery-image] Aug 20 03:17:58.916 INFO O| Aug 20 03:17:58.916 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9604 | 2026-08-20T03:17:59.631Z | [ recovery-image] Aug 20 03:17:58.925 INFO O| Aug 20 03:17:58.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall" |
| 9605 | 2026-08-20T03:17:59.631Z | [ recovery-image] Aug 20 03:17:58.926 INFO O| Aug 20 03:17:58.926 INFO STEP 1008 (remove_files) COMPLETE |
| 9606 | 2026-08-20T03:17:59.631Z | [ recovery-image] Aug 20 03:17:58.926 INFO O| Aug 20 03:17:58.926 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9607 | 2026-08-20T03:17:59.658Z | [ recovery-image] Aug 20 03:17:58.935 INFO O| Aug 20 03:17:58.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link" |
| 9608 | 2026-08-20T03:17:59.658Z | [ recovery-image] Aug 20 03:17:58.936 INFO O| Aug 20 03:17:58.935 INFO STEP 1009 (remove_files) COMPLETE |
| 9609 | 2026-08-20T03:17:59.658Z | [ recovery-image] Aug 20 03:17:58.936 INFO O| Aug 20 03:17:58.936 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9610 | 2026-08-20T03:17:59.663Z | [ recovery-image] Aug 20 03:17:58.945 INFO O| Aug 20 03:17:58.945 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices" |
| 9611 | 2026-08-20T03:17:59.663Z | [ recovery-image] Aug 20 03:17:58.945 INFO O| Aug 20 03:17:58.945 INFO STEP 1010 (remove_files) COMPLETE |
| 9612 | 2026-08-20T03:17:59.663Z | [ recovery-image] Aug 20 03:17:58.945 INFO O| Aug 20 03:17:58.945 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9613 | 2026-08-20T03:17:59.663Z | [ recovery-image] Aug 20 03:17:58.954 INFO O| Aug 20 03:17:58.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator" |
| 9614 | 2026-08-20T03:17:59.664Z | [ recovery-image] Aug 20 03:17:58.954 INFO O| Aug 20 03:17:58.954 INFO STEP 1011 (remove_files) COMPLETE |
| 9615 | 2026-08-20T03:17:59.664Z | [ recovery-image] Aug 20 03:17:58.954 INFO O| Aug 20 03:17:58.954 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9616 | 2026-08-20T03:17:59.675Z | [ recovery-image] Aug 20 03:17:58.964 INFO O| Aug 20 03:17:58.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat" |
| 9617 | 2026-08-20T03:17:59.675Z | [ recovery-image] Aug 20 03:17:58.964 INFO O| Aug 20 03:17:58.964 INFO STEP 1012 (remove_files) COMPLETE |
| 9618 | 2026-08-20T03:17:59.676Z | [ recovery-image] Aug 20 03:17:58.964 INFO O| Aug 20 03:17:58.964 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9619 | 2026-08-20T03:17:59.690Z | [ recovery-image] Aug 20 03:17:58.974 INFO O| Aug 20 03:17:58.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm" |
| 9620 | 2026-08-20T03:17:59.690Z | [ recovery-image] Aug 20 03:17:58.974 INFO O| Aug 20 03:17:58.974 INFO STEP 1013 (remove_files) COMPLETE |
| 9621 | 2026-08-20T03:17:59.690Z | [ recovery-image] Aug 20 03:17:58.974 INFO O| Aug 20 03:17:58.974 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9622 | 2026-08-20T03:17:59.695Z | [ recovery-image] Aug 20 03:17:58.983 INFO O| Aug 20 03:17:58.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm" |
| 9623 | 2026-08-20T03:17:59.695Z | [ recovery-image] Aug 20 03:17:58.983 INFO O| Aug 20 03:17:58.983 INFO STEP 1014 (remove_files) COMPLETE |
| 9624 | 2026-08-20T03:17:59.695Z | [ recovery-image] Aug 20 03:17:58.983 INFO O| Aug 20 03:17:58.983 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9625 | 2026-08-20T03:17:59.708Z | [ recovery-image] Aug 20 03:17:58.993 INFO O| Aug 20 03:17:58.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm" |
| 9626 | 2026-08-20T03:17:59.708Z | [ recovery-image] Aug 20 03:17:58.993 INFO O| Aug 20 03:17:58.993 INFO STEP 1015 (remove_files) COMPLETE |
| 9627 | 2026-08-20T03:17:59.708Z | [ recovery-image] Aug 20 03:17:58.993 INFO O| Aug 20 03:17:58.993 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9628 | 2026-08-20T03:17:59.713Z | [ recovery-image] Aug 20 03:17:59.003 INFO O| Aug 20 03:17:59.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc" |
| 9629 | 2026-08-20T03:17:59.713Z | [ recovery-image] Aug 20 03:17:59.003 INFO O| Aug 20 03:17:59.003 INFO STEP 1016 (remove_files) COMPLETE |
| 9630 | 2026-08-20T03:17:59.713Z | [ recovery-image] Aug 20 03:17:59.003 INFO O| Aug 20 03:17:59.003 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9631 | 2026-08-20T03:17:59.717Z | [ recovery-image] Aug 20 03:17:59.012 INFO O| Aug 20 03:17:59.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps" |
| 9632 | 2026-08-20T03:17:59.717Z | [ recovery-image] Aug 20 03:17:59.012 INFO O| Aug 20 03:17:59.012 INFO STEP 1017 (remove_files) COMPLETE |
| 9633 | 2026-08-20T03:17:59.717Z | [ recovery-image] Aug 20 03:17:59.012 INFO O| Aug 20 03:17:59.012 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9634 | 2026-08-20T03:17:59.726Z | [ recovery-image] Aug 20 03:17:59.021 INFO O| Aug 20 03:17:59.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile" |
| 9635 | 2026-08-20T03:17:59.727Z | [ recovery-image] Aug 20 03:17:59.021 INFO O| Aug 20 03:17:59.021 INFO STEP 1018 (remove_files) COMPLETE |
| 9636 | 2026-08-20T03:17:59.727Z | [ recovery-image] Aug 20 03:17:59.021 INFO O| Aug 20 03:17:59.021 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9637 | 2026-08-20T03:17:59.745Z | [ recovery-image] Aug 20 03:17:59.037 INFO O| Aug 20 03:17:59.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod" |
| 9638 | 2026-08-20T03:17:59.745Z | [ recovery-image] Aug 20 03:17:59.037 INFO O| Aug 20 03:17:59.036 INFO STEP 1019 (remove_files) COMPLETE |
| 9639 | 2026-08-20T03:17:59.745Z | [ recovery-image] Aug 20 03:17:59.037 INFO O| Aug 20 03:17:59.036 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9640 | 2026-08-20T03:17:59.762Z | [ recovery-image] Aug 20 03:17:59.046 INFO O| Aug 20 03:17:59.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo" |
| 9641 | 2026-08-20T03:17:59.762Z | [ recovery-image] Aug 20 03:17:59.046 INFO O| Aug 20 03:17:59.046 INFO STEP 1020 (remove_files) COMPLETE |
| 9642 | 2026-08-20T03:17:59.763Z | [ recovery-image] Aug 20 03:17:59.046 INFO O| Aug 20 03:17:59.046 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9643 | 2026-08-20T03:17:59.767Z | [ recovery-image] Aug 20 03:17:59.055 INFO O| Aug 20 03:17:59.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload" |
| 9644 | 2026-08-20T03:17:59.767Z | [ recovery-image] Aug 20 03:17:59.055 INFO O| Aug 20 03:17:59.055 INFO STEP 1021 (remove_files) COMPLETE |
| 9645 | 2026-08-20T03:17:59.767Z | [ recovery-image] Aug 20 03:17:59.055 INFO O| Aug 20 03:17:59.055 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9646 | 2026-08-20T03:17:59.773Z | [ recovery-image] Aug 20 03:17:59.065 INFO O| Aug 20 03:17:59.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall" |
| 9647 | 2026-08-20T03:17:59.773Z | [ recovery-image] Aug 20 03:17:59.065 INFO O| Aug 20 03:17:59.065 INFO STEP 1022 (remove_files) COMPLETE |
| 9648 | 2026-08-20T03:17:59.773Z | [ recovery-image] Aug 20 03:17:59.065 INFO O| Aug 20 03:17:59.065 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9649 | 2026-08-20T03:17:59.782Z | [ recovery-image] Aug 20 03:17:59.077 INFO O| Aug 20 03:17:59.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid" |
| 9650 | 2026-08-20T03:17:59.782Z | [ recovery-image] Aug 20 03:17:59.077 INFO O| Aug 20 03:17:59.077 INFO STEP 1023 (remove_files) COMPLETE |
| 9651 | 2026-08-20T03:17:59.782Z | [ recovery-image] Aug 20 03:17:59.077 INFO O| Aug 20 03:17:59.077 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9652 | 2026-08-20T03:17:59.798Z | [ recovery-image] Aug 20 03:17:59.087 INFO O| Aug 20 03:17:59.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir" |
| 9653 | 2026-08-20T03:17:59.798Z | [ recovery-image] Aug 20 03:17:59.088 INFO O| Aug 20 03:17:59.087 INFO STEP 1024 (remove_files) COMPLETE |
| 9654 | 2026-08-20T03:17:59.805Z | [ recovery-image] Aug 20 03:17:59.088 INFO O| Aug 20 03:17:59.088 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9655 | 2026-08-20T03:17:59.812Z | [ recovery-image] Aug 20 03:17:59.101 INFO O| Aug 20 03:17:59.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp" |
| 9656 | 2026-08-20T03:17:59.812Z | [ recovery-image] Aug 20 03:17:59.101 INFO O| Aug 20 03:17:59.101 INFO STEP 1025 (remove_files) COMPLETE |
| 9657 | 2026-08-20T03:17:59.812Z | [ recovery-image] Aug 20 03:17:59.101 INFO O| Aug 20 03:17:59.101 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9658 | 2026-08-20T03:17:59.822Z | [ recovery-image] Aug 20 03:17:59.112 INFO O| Aug 20 03:17:59.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin" |
| 9659 | 2026-08-20T03:17:59.822Z | [ recovery-image] Aug 20 03:17:59.112 INFO O| Aug 20 03:17:59.112 INFO STEP 1026 (remove_files) COMPLETE |
| 9660 | 2026-08-20T03:17:59.834Z | [ recovery-image] Aug 20 03:17:59.112 INFO O| Aug 20 03:17:59.112 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9661 | 2026-08-20T03:17:59.863Z | [ recovery-image] Aug 20 03:17:59.155 INFO O| Aug 20 03:17:59.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest" |
| 9662 | 2026-08-20T03:17:59.863Z | [ recovery-image] Aug 20 03:17:59.155 INFO O| Aug 20 03:17:59.155 INFO STEP 1027 (remove_files) COMPLETE |
| 9663 | 2026-08-20T03:17:59.864Z | [ recovery-image] Aug 20 03:17:59.155 INFO O| Aug 20 03:17:59.155 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9664 | 2026-08-20T03:17:59.885Z | [ recovery-image] Aug 20 03:17:59.165 INFO O| Aug 20 03:17:59.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm" |
| 9665 | 2026-08-20T03:17:59.885Z | [ recovery-image] Aug 20 03:17:59.165 INFO O| Aug 20 03:17:59.165 INFO STEP 1028 (remove_files) COMPLETE |
| 9666 | 2026-08-20T03:17:59.885Z | [ recovery-image] Aug 20 03:17:59.165 INFO O| Aug 20 03:17:59.165 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9667 | 2026-08-20T03:17:59.899Z | [ recovery-image] Aug 20 03:17:59.175 INFO O| Aug 20 03:17:59.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg" |
| 9668 | 2026-08-20T03:17:59.899Z | [ recovery-image] Aug 20 03:17:59.175 INFO O| Aug 20 03:17:59.175 INFO STEP 1029 (remove_files) COMPLETE |
| 9669 | 2026-08-20T03:17:59.899Z | [ recovery-image] Aug 20 03:17:59.175 INFO O| Aug 20 03:17:59.175 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9670 | 2026-08-20T03:17:59.899Z | [ recovery-image] Aug 20 03:17:59.184 INFO O| Aug 20 03:17:59.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind" |
| 9671 | 2026-08-20T03:17:59.899Z | [ recovery-image] Aug 20 03:17:59.184 INFO O| Aug 20 03:17:59.184 INFO STEP 1030 (remove_files) COMPLETE |
| 9672 | 2026-08-20T03:17:59.899Z | [ recovery-image] Aug 20 03:17:59.184 INFO O| Aug 20 03:17:59.184 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9673 | 2026-08-20T03:17:59.911Z | [ recovery-image] Aug 20 03:17:59.195 INFO O| Aug 20 03:17:59.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping" |
| 9674 | 2026-08-20T03:17:59.911Z | [ recovery-image] Aug 20 03:17:59.195 INFO O| Aug 20 03:17:59.195 INFO STEP 1031 (remove_files) COMPLETE |
| 9675 | 2026-08-20T03:17:59.911Z | [ recovery-image] Aug 20 03:17:59.195 INFO O| Aug 20 03:17:59.195 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9676 | 2026-08-20T03:17:59.916Z | [ recovery-image] Aug 20 03:17:59.205 INFO O| Aug 20 03:17:59.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd" |
| 9677 | 2026-08-20T03:17:59.916Z | [ recovery-image] Aug 20 03:17:59.205 INFO O| Aug 20 03:17:59.205 INFO STEP 1032 (remove_files) COMPLETE |
| 9678 | 2026-08-20T03:17:59.916Z | [ recovery-image] Aug 20 03:17:59.205 INFO O| Aug 20 03:17:59.205 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9679 | 2026-08-20T03:17:59.920Z | [ recovery-image] Aug 20 03:17:59.216 INFO O| Aug 20 03:17:59.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask" |
| 9680 | 2026-08-20T03:17:59.920Z | [ recovery-image] Aug 20 03:17:59.216 INFO O| Aug 20 03:17:59.216 INFO STEP 1033 (remove_files) COMPLETE |
| 9681 | 2026-08-20T03:17:59.920Z | [ recovery-image] Aug 20 03:17:59.216 INFO O| Aug 20 03:17:59.216 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9682 | 2026-08-20T03:17:59.934Z | [ recovery-image] Aug 20 03:17:59.226 INFO O| Aug 20 03:17:59.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk" |
| 9683 | 2026-08-20T03:17:59.934Z | [ recovery-image] Aug 20 03:17:59.226 INFO O| Aug 20 03:17:59.226 INFO STEP 1034 (remove_files) COMPLETE |
| 9684 | 2026-08-20T03:17:59.948Z | [ recovery-image] Aug 20 03:17:59.226 INFO O| Aug 20 03:17:59.226 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9685 | 2026-08-20T03:17:59.965Z | [ recovery-image] Aug 20 03:17:59.236 INFO O| Aug 20 03:17:59.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm" |
| 9686 | 2026-08-20T03:17:59.965Z | [ recovery-image] Aug 20 03:17:59.236 INFO O| Aug 20 03:17:59.236 INFO STEP 1035 (remove_files) COMPLETE |
| 9687 | 2026-08-20T03:17:59.965Z | [ recovery-image] Aug 20 03:17:59.236 INFO O| Aug 20 03:17:59.236 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9688 | 2026-08-20T03:17:59.965Z | [ recovery-image] Aug 20 03:17:59.245 INFO O| Aug 20 03:17:59.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat" |
| 9689 | 2026-08-20T03:17:59.965Z | [ recovery-image] Aug 20 03:17:59.245 INFO O| Aug 20 03:17:59.245 INFO STEP 1036 (remove_files) COMPLETE |
| 9690 | 2026-08-20T03:17:59.965Z | [ recovery-image] Aug 20 03:17:59.245 INFO O| Aug 20 03:17:59.245 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9691 | 2026-08-20T03:17:59.974Z | [ recovery-image] Aug 20 03:17:59.255 INFO O| Aug 20 03:17:59.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm" |
| 9692 | 2026-08-20T03:17:59.974Z | [ recovery-image] Aug 20 03:17:59.255 INFO O| Aug 20 03:17:59.255 INFO STEP 1037 (remove_files) COMPLETE |
| 9693 | 2026-08-20T03:17:59.974Z | [ recovery-image] Aug 20 03:17:59.255 INFO O| Aug 20 03:17:59.255 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9694 | 2026-08-20T03:17:59.978Z | [ recovery-image] Aug 20 03:17:59.264 INFO O| Aug 20 03:17:59.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind" |
| 9695 | 2026-08-20T03:17:59.979Z | [ recovery-image] Aug 20 03:17:59.264 INFO O| Aug 20 03:17:59.264 INFO STEP 1038 (remove_files) COMPLETE |
| 9696 | 2026-08-20T03:17:59.979Z | [ recovery-image] Aug 20 03:17:59.264 INFO O| Aug 20 03:17:59.264 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9697 | 2026-08-20T03:17:59.984Z | [ recovery-image] Aug 20 03:17:59.274 INFO O| Aug 20 03:17:59.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg" |
| 9698 | 2026-08-20T03:17:59.984Z | [ recovery-image] Aug 20 03:17:59.274 INFO O| Aug 20 03:17:59.274 INFO STEP 1039 (remove_files) COMPLETE |
| 9699 | 2026-08-20T03:17:59.984Z | [ recovery-image] Aug 20 03:17:59.274 INFO O| Aug 20 03:17:59.274 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9700 | 2026-08-20T03:17:59.991Z | [ recovery-image] Aug 20 03:17:59.286 INFO O| Aug 20 03:17:59.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports" |
| 9701 | 2026-08-20T03:17:59.991Z | [ recovery-image] Aug 20 03:17:59.286 INFO O| Aug 20 03:17:59.286 INFO STEP 1040 (remove_files) COMPLETE |
| 9702 | 2026-08-20T03:17:59.991Z | [ recovery-image] Aug 20 03:17:59.286 INFO O| Aug 20 03:17:59.286 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9703 | 2026-08-20T03:18:00.006Z | [ recovery-image] Aug 20 03:17:59.298 INFO O| Aug 20 03:17:59.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff" |
| 9704 | 2026-08-20T03:18:00.006Z | [ recovery-image] Aug 20 03:17:59.298 INFO O| Aug 20 03:17:59.298 INFO STEP 1041 (remove_files) COMPLETE |
| 9705 | 2026-08-20T03:18:00.013Z | [ recovery-image] Aug 20 03:17:59.298 INFO O| Aug 20 03:17:59.298 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9706 | 2026-08-20T03:18:00.017Z | [ recovery-image] Aug 20 03:17:59.310 INFO O| Aug 20 03:17:59.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm" |
| 9707 | 2026-08-20T03:18:00.017Z | [ recovery-image] Aug 20 03:17:59.310 INFO O| Aug 20 03:17:59.310 INFO STEP 1042 (remove_files) COMPLETE |
| 9708 | 2026-08-20T03:18:00.017Z | [ recovery-image] Aug 20 03:17:59.310 INFO O| Aug 20 03:17:59.310 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9709 | 2026-08-20T03:18:00.026Z | [ recovery-image] Aug 20 03:17:59.322 INFO O| Aug 20 03:17:59.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit" |
| 9710 | 2026-08-20T03:18:00.026Z | [ recovery-image] Aug 20 03:17:59.322 INFO O| Aug 20 03:17:59.322 INFO STEP 1043 (remove_files) COMPLETE |
| 9711 | 2026-08-20T03:18:00.089Z | [ recovery-image] Aug 20 03:17:59.322 INFO O| Aug 20 03:17:59.322 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9712 | 2026-08-20T03:18:00.102Z | [ recovery-image] Aug 20 03:17:59.334 INFO O| Aug 20 03:17:59.334 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd" |
| 9713 | 2026-08-20T03:18:00.102Z | [ recovery-image] Aug 20 03:17:59.334 INFO O| Aug 20 03:17:59.334 INFO STEP 1044 (remove_files) COMPLETE |
| 9714 | 2026-08-20T03:18:00.102Z | [ recovery-image] Aug 20 03:17:59.334 INFO O| Aug 20 03:17:59.334 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9715 | 2026-08-20T03:18:00.103Z | [ recovery-image] Aug 20 03:17:59.345 INFO O| Aug 20 03:17:59.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel" |
| 9716 | 2026-08-20T03:18:00.103Z | [ recovery-image] Aug 20 03:17:59.345 INFO O| Aug 20 03:17:59.345 INFO STEP 1045 (remove_files) COMPLETE |
| 9717 | 2026-08-20T03:18:00.103Z | [ recovery-image] Aug 20 03:17:59.346 INFO O| Aug 20 03:17:59.345 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9718 | 2026-08-20T03:18:00.104Z | [ recovery-image] Aug 20 03:17:59.356 INFO O| Aug 20 03:17:59.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod" |
| 9719 | 2026-08-20T03:18:00.104Z | [ recovery-image] Aug 20 03:17:59.356 INFO O| Aug 20 03:17:59.356 INFO STEP 1046 (remove_files) COMPLETE |
| 9720 | 2026-08-20T03:18:00.104Z | [ recovery-image] Aug 20 03:17:59.356 INFO O| Aug 20 03:17:59.356 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9721 | 2026-08-20T03:18:00.104Z | [ recovery-image] Aug 20 03:17:59.368 INFO O| Aug 20 03:17:59.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag" |
| 9722 | 2026-08-20T03:18:00.104Z | [ recovery-image] Aug 20 03:17:59.368 INFO O| Aug 20 03:17:59.368 INFO STEP 1047 (remove_files) COMPLETE |
| 9723 | 2026-08-20T03:18:00.104Z | [ recovery-image] Aug 20 03:17:59.368 INFO O| Aug 20 03:17:59.368 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9724 | 2026-08-20T03:18:00.104Z | [ recovery-image] Aug 20 03:17:59.379 INFO O| Aug 20 03:17:59.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl" |
| 9725 | 2026-08-20T03:18:00.104Z | [ recovery-image] Aug 20 03:17:59.379 INFO O| Aug 20 03:17:59.379 INFO STEP 1048 (remove_files) COMPLETE |
| 9726 | 2026-08-20T03:18:00.104Z | [ recovery-image] Aug 20 03:17:59.379 INFO O| Aug 20 03:17:59.379 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9727 | 2026-08-20T03:18:00.120Z | [ recovery-image] Aug 20 03:17:59.391 INFO O| Aug 20 03:17:59.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc" |
| 9728 | 2026-08-20T03:18:00.120Z | [ recovery-image] Aug 20 03:17:59.391 INFO O| Aug 20 03:17:59.391 INFO STEP 1049 (remove_files) COMPLETE |
| 9729 | 2026-08-20T03:18:00.120Z | [ recovery-image] Aug 20 03:17:59.391 INFO O| Aug 20 03:17:59.391 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9730 | 2026-08-20T03:18:00.120Z | [ recovery-image] Aug 20 03:17:59.403 INFO O| Aug 20 03:17:59.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm" |
| 9731 | 2026-08-20T03:18:00.120Z | [ recovery-image] Aug 20 03:17:59.403 INFO O| Aug 20 03:17:59.403 INFO STEP 1050 (remove_files) COMPLETE |
| 9732 | 2026-08-20T03:18:00.120Z | [ recovery-image] Aug 20 03:17:59.403 INFO O| Aug 20 03:17:59.403 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9733 | 2026-08-20T03:18:00.131Z | [ recovery-image] Aug 20 03:17:59.415 INFO O| Aug 20 03:17:59.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo" |
| 9734 | 2026-08-20T03:18:00.131Z | [ recovery-image] Aug 20 03:17:59.415 INFO O| Aug 20 03:17:59.415 INFO STEP 1051 (remove_files) COMPLETE |
| 9735 | 2026-08-20T03:18:00.131Z | [ recovery-image] Aug 20 03:17:59.415 INFO O| Aug 20 03:17:59.415 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9736 | 2026-08-20T03:18:00.147Z | [ recovery-image] Aug 20 03:17:59.427 INFO O| Aug 20 03:17:59.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset" |
| 9737 | 2026-08-20T03:18:00.147Z | [ recovery-image] Aug 20 03:17:59.427 INFO O| Aug 20 03:17:59.427 INFO STEP 1052 (remove_files) COMPLETE |
| 9738 | 2026-08-20T03:18:00.147Z | [ recovery-image] Aug 20 03:17:59.427 INFO O| Aug 20 03:17:59.427 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9739 | 2026-08-20T03:18:00.147Z | [ recovery-image] Aug 20 03:17:59.437 INFO O| Aug 20 03:17:59.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck" |
| 9740 | 2026-08-20T03:18:00.147Z | [ recovery-image] Aug 20 03:17:59.437 INFO O| Aug 20 03:17:59.437 INFO STEP 1053 (remove_files) COMPLETE |
| 9741 | 2026-08-20T03:18:00.147Z | [ recovery-image] Aug 20 03:17:59.438 INFO O| Aug 20 03:17:59.437 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9742 | 2026-08-20T03:18:00.152Z | [ recovery-image] Aug 20 03:17:59.447 INFO O| Aug 20 03:17:59.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv" |
| 9743 | 2026-08-20T03:18:00.153Z | [ recovery-image] Aug 20 03:17:59.447 INFO O| Aug 20 03:17:59.447 INFO STEP 1054 (remove_files) COMPLETE |
| 9744 | 2026-08-20T03:18:00.160Z | [ recovery-image] Aug 20 03:17:59.447 INFO O| Aug 20 03:17:59.447 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9745 | 2026-08-20T03:18:00.167Z | [ recovery-image] Aug 20 03:17:59.457 INFO O| Aug 20 03:17:59.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl" |
| 9746 | 2026-08-20T03:18:00.167Z | [ recovery-image] Aug 20 03:17:59.457 INFO O| Aug 20 03:17:59.457 INFO STEP 1055 (remove_files) COMPLETE |
| 9747 | 2026-08-20T03:18:00.167Z | [ recovery-image] Aug 20 03:17:59.457 INFO O| Aug 20 03:17:59.457 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9748 | 2026-08-20T03:18:00.176Z | [ recovery-image] Aug 20 03:17:59.467 INFO O| Aug 20 03:17:59.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm" |
| 9749 | 2026-08-20T03:18:00.176Z | [ recovery-image] Aug 20 03:17:59.467 INFO O| Aug 20 03:17:59.467 INFO STEP 1056 (remove_files) COMPLETE |
| 9750 | 2026-08-20T03:18:00.187Z | [ recovery-image] Aug 20 03:17:59.467 INFO O| Aug 20 03:17:59.467 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9751 | 2026-08-20T03:18:00.210Z | [ recovery-image] Aug 20 03:17:59.478 INFO O| Aug 20 03:17:59.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm" |
| 9752 | 2026-08-20T03:18:00.211Z | [ recovery-image] Aug 20 03:17:59.478 INFO O| Aug 20 03:17:59.478 INFO STEP 1057 (remove_files) COMPLETE |
| 9753 | 2026-08-20T03:18:00.211Z | [ recovery-image] Aug 20 03:17:59.478 INFO O| Aug 20 03:17:59.478 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9754 | 2026-08-20T03:18:00.222Z | [ recovery-image] Aug 20 03:17:59.487 INFO O| Aug 20 03:17:59.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr" |
| 9755 | 2026-08-20T03:18:00.223Z | [ recovery-image] Aug 20 03:17:59.488 INFO O| Aug 20 03:17:59.488 INFO STEP 1058 (remove_files) COMPLETE |
| 9756 | 2026-08-20T03:18:00.223Z | [ recovery-image] Aug 20 03:17:59.488 INFO O| Aug 20 03:17:59.488 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9757 | 2026-08-20T03:18:00.223Z | [ recovery-image] Aug 20 03:17:59.498 INFO O| Aug 20 03:17:59.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot" |
| 9758 | 2026-08-20T03:18:00.223Z | [ recovery-image] Aug 20 03:17:59.498 INFO O| Aug 20 03:17:59.498 INFO STEP 1059 (remove_files) COMPLETE |
| 9759 | 2026-08-20T03:18:00.223Z | [ recovery-image] Aug 20 03:17:59.498 INFO O| Aug 20 03:17:59.498 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9760 | 2026-08-20T03:18:00.223Z | [ recovery-image] Aug 20 03:17:59.508 INFO O| Aug 20 03:17:59.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv" |
| 9761 | 2026-08-20T03:18:00.223Z | [ recovery-image] Aug 20 03:17:59.508 INFO O| Aug 20 03:17:59.508 INFO STEP 1060 (remove_files) COMPLETE |
| 9762 | 2026-08-20T03:18:00.223Z | [ recovery-image] Aug 20 03:17:59.508 INFO O| Aug 20 03:17:59.508 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9763 | 2026-08-20T03:18:00.232Z | [ recovery-image] Aug 20 03:17:59.518 INFO O| Aug 20 03:17:59.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef" |
| 9764 | 2026-08-20T03:18:00.232Z | [ recovery-image] Aug 20 03:17:59.518 INFO O| Aug 20 03:17:59.518 INFO STEP 1061 (remove_files) COMPLETE |
| 9765 | 2026-08-20T03:18:00.232Z | [ recovery-image] Aug 20 03:17:59.518 INFO O| Aug 20 03:17:59.518 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9766 | 2026-08-20T03:18:00.238Z | [ recovery-image] Aug 20 03:17:59.528 INFO O| Aug 20 03:17:59.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd" |
| 9767 | 2026-08-20T03:18:00.238Z | [ recovery-image] Aug 20 03:17:59.528 INFO O| Aug 20 03:17:59.528 INFO STEP 1062 (remove_files) COMPLETE |
| 9768 | 2026-08-20T03:18:00.238Z | [ recovery-image] Aug 20 03:17:59.528 INFO O| Aug 20 03:17:59.528 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9769 | 2026-08-20T03:18:00.247Z | [ recovery-image] Aug 20 03:17:59.537 INFO O| Aug 20 03:17:59.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel" |
| 9770 | 2026-08-20T03:18:00.247Z | [ recovery-image] Aug 20 03:17:59.537 INFO O| Aug 20 03:17:59.537 INFO STEP 1063 (remove_files) COMPLETE |
| 9771 | 2026-08-20T03:18:00.247Z | [ recovery-image] Aug 20 03:17:59.537 INFO O| Aug 20 03:17:59.537 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9772 | 2026-08-20T03:18:00.255Z | [ recovery-image] Aug 20 03:17:59.548 INFO O| Aug 20 03:17:59.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod" |
| 9773 | 2026-08-20T03:18:00.255Z | [ recovery-image] Aug 20 03:17:59.548 INFO O| Aug 20 03:17:59.548 INFO STEP 1064 (remove_files) COMPLETE |
| 9774 | 2026-08-20T03:18:00.270Z | [ recovery-image] Aug 20 03:17:59.548 INFO O| Aug 20 03:17:59.548 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9775 | 2026-08-20T03:18:00.279Z | [ recovery-image] Aug 20 03:17:59.558 INFO O| Aug 20 03:17:59.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive" |
| 9776 | 2026-08-20T03:18:00.279Z | [ recovery-image] Aug 20 03:17:59.558 INFO O| Aug 20 03:17:59.558 INFO STEP 1065 (remove_files) COMPLETE |
| 9777 | 2026-08-20T03:18:00.279Z | [ recovery-image] Aug 20 03:17:59.558 INFO O| Aug 20 03:17:59.558 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9778 | 2026-08-20T03:18:00.285Z | [ recovery-image] Aug 20 03:17:59.570 INFO O| Aug 20 03:17:59.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind" |
| 9779 | 2026-08-20T03:18:00.285Z | [ recovery-image] Aug 20 03:17:59.570 INFO O| Aug 20 03:17:59.570 INFO STEP 1066 (remove_files) COMPLETE |
| 9780 | 2026-08-20T03:18:00.285Z | [ recovery-image] Aug 20 03:17:59.570 INFO O| Aug 20 03:17:59.570 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9781 | 2026-08-20T03:18:00.289Z | [ recovery-image] Aug 20 03:17:59.580 INFO O| Aug 20 03:17:59.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc" |
| 9782 | 2026-08-20T03:18:00.289Z | [ recovery-image] Aug 20 03:17:59.580 INFO O| Aug 20 03:17:59.580 INFO STEP 1067 (remove_files) COMPLETE |
| 9783 | 2026-08-20T03:18:00.289Z | [ recovery-image] Aug 20 03:17:59.580 INFO O| Aug 20 03:17:59.580 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9784 | 2026-08-20T03:18:00.296Z | [ recovery-image] Aug 20 03:17:59.591 INFO O| Aug 20 03:17:59.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery" |
| 9785 | 2026-08-20T03:18:00.296Z | [ recovery-image] Aug 20 03:17:59.591 INFO O| Aug 20 03:17:59.591 INFO STEP 1068 (remove_files) COMPLETE |
| 9786 | 2026-08-20T03:18:00.297Z | [ recovery-image] Aug 20 03:17:59.591 INFO O| Aug 20 03:17:59.591 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9787 | 2026-08-20T03:18:00.310Z | [ recovery-image] Aug 20 03:17:59.602 INFO O| Aug 20 03:17:59.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt" |
| 9788 | 2026-08-20T03:18:00.310Z | [ recovery-image] Aug 20 03:17:59.602 INFO O| Aug 20 03:17:59.602 INFO STEP 1069 (remove_files) COMPLETE |
| 9789 | 2026-08-20T03:18:00.310Z | [ recovery-image] Aug 20 03:17:59.602 INFO O| Aug 20 03:17:59.602 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9790 | 2026-08-20T03:18:00.321Z | [ recovery-image] Aug 20 03:17:59.615 INFO O| Aug 20 03:17:59.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share" |
| 9791 | 2026-08-20T03:18:00.321Z | [ recovery-image] Aug 20 03:17:59.615 INFO O| Aug 20 03:17:59.615 INFO STEP 1070 (remove_files) COMPLETE |
| 9792 | 2026-08-20T03:18:00.325Z | [ recovery-image] Aug 20 03:17:59.615 INFO O| Aug 20 03:17:59.615 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9793 | 2026-08-20T03:18:00.333Z | [ recovery-image] Aug 20 03:17:59.625 INFO O| Aug 20 03:17:59.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall" |
| 9794 | 2026-08-20T03:18:00.333Z | [ recovery-image] Aug 20 03:17:59.625 INFO O| Aug 20 03:17:59.625 INFO STEP 1071 (remove_files) COMPLETE |
| 9795 | 2026-08-20T03:18:00.333Z | [ recovery-image] Aug 20 03:17:59.625 INFO O| Aug 20 03:17:59.625 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9796 | 2026-08-20T03:18:00.358Z | [ recovery-image] Aug 20 03:17:59.652 INFO O| Aug 20 03:17:59.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl" |
| 9797 | 2026-08-20T03:18:00.358Z | [ recovery-image] Aug 20 03:17:59.652 INFO O| Aug 20 03:17:59.652 INFO STEP 1072 (remove_files) COMPLETE |
| 9798 | 2026-08-20T03:18:00.358Z | [ recovery-image] Aug 20 03:17:59.652 INFO O| Aug 20 03:17:59.652 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9799 | 2026-08-20T03:18:00.369Z | [ recovery-image] Aug 20 03:17:59.664 INFO O| Aug 20 03:17:59.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr" |
| 9800 | 2026-08-20T03:18:00.369Z | [ recovery-image] Aug 20 03:17:59.664 INFO O| Aug 20 03:17:59.664 INFO STEP 1073 (remove_files) COMPLETE |
| 9801 | 2026-08-20T03:18:00.369Z | [ recovery-image] Aug 20 03:17:59.664 INFO O| Aug 20 03:17:59.664 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9802 | 2026-08-20T03:18:00.379Z | [ recovery-image] Aug 20 03:17:59.675 INFO O| Aug 20 03:17:59.675 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown" |
| 9803 | 2026-08-20T03:18:00.379Z | [ recovery-image] Aug 20 03:17:59.675 INFO O| Aug 20 03:17:59.675 INFO STEP 1074 (remove_files) COMPLETE |
| 9804 | 2026-08-20T03:18:00.387Z | [ recovery-image] Aug 20 03:17:59.675 INFO O| Aug 20 03:17:59.675 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9805 | 2026-08-20T03:18:00.392Z | [ recovery-image] Aug 20 03:17:59.685 INFO O| Aug 20 03:17:59.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm" |
| 9806 | 2026-08-20T03:18:00.392Z | [ recovery-image] Aug 20 03:17:59.685 INFO O| Aug 20 03:17:59.685 INFO STEP 1075 (remove_files) COMPLETE |
| 9807 | 2026-08-20T03:18:00.392Z | [ recovery-image] Aug 20 03:17:59.685 INFO O| Aug 20 03:17:59.685 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9808 | 2026-08-20T03:18:00.400Z | [ recovery-image] Aug 20 03:17:59.695 INFO O| Aug 20 03:17:59.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios" |
| 9809 | 2026-08-20T03:18:00.400Z | [ recovery-image] Aug 20 03:17:59.695 INFO O| Aug 20 03:17:59.695 INFO STEP 1076 (remove_files) COMPLETE |
| 9810 | 2026-08-20T03:18:00.404Z | [ recovery-image] Aug 20 03:17:59.695 INFO O| Aug 20 03:17:59.695 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9811 | 2026-08-20T03:18:00.414Z | [ recovery-image] Aug 20 03:17:59.706 INFO O| Aug 20 03:17:59.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat" |
| 9812 | 2026-08-20T03:18:00.414Z | [ recovery-image] Aug 20 03:17:59.706 INFO O| Aug 20 03:17:59.706 INFO STEP 1077 (remove_files) COMPLETE |
| 9813 | 2026-08-20T03:18:00.414Z | [ recovery-image] Aug 20 03:17:59.706 INFO O| Aug 20 03:17:59.706 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9814 | 2026-08-20T03:18:00.428Z | [ recovery-image] Aug 20 03:17:59.718 INFO O| Aug 20 03:17:59.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd" |
| 9815 | 2026-08-20T03:18:00.428Z | [ recovery-image] Aug 20 03:17:59.718 INFO O| Aug 20 03:17:59.718 INFO STEP 1078 (remove_files) COMPLETE |
| 9816 | 2026-08-20T03:18:00.428Z | [ recovery-image] Aug 20 03:17:59.718 INFO O| Aug 20 03:17:59.718 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9817 | 2026-08-20T03:18:00.440Z | [ recovery-image] Aug 20 03:17:59.730 INFO O| Aug 20 03:17:59.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd" |
| 9818 | 2026-08-20T03:18:00.440Z | [ recovery-image] Aug 20 03:17:59.730 INFO O| Aug 20 03:17:59.730 INFO STEP 1079 (remove_files) COMPLETE |
| 9819 | 2026-08-20T03:18:00.440Z | [ recovery-image] Aug 20 03:17:59.730 INFO O| Aug 20 03:17:59.730 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9820 | 2026-08-20T03:18:00.454Z | [ recovery-image] Aug 20 03:17:59.742 INFO O| Aug 20 03:17:59.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop" |
| 9821 | 2026-08-20T03:18:00.454Z | [ recovery-image] Aug 20 03:17:59.743 INFO O| Aug 20 03:17:59.743 INFO STEP 1080 (remove_files) COMPLETE |
| 9822 | 2026-08-20T03:18:00.454Z | [ recovery-image] Aug 20 03:17:59.743 INFO O| Aug 20 03:17:59.743 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9823 | 2026-08-20T03:18:00.468Z | [ recovery-image] Aug 20 03:17:59.755 INFO O| Aug 20 03:17:59.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd" |
| 9824 | 2026-08-20T03:18:00.468Z | [ recovery-image] Aug 20 03:17:59.755 INFO O| Aug 20 03:17:59.755 INFO STEP 1081 (remove_files) COMPLETE |
| 9825 | 2026-08-20T03:18:00.472Z | [ recovery-image] Aug 20 03:17:59.755 INFO O| Aug 20 03:17:59.755 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9826 | 2026-08-20T03:18:00.473Z | [ recovery-image] Aug 20 03:17:59.766 INFO O| Aug 20 03:17:59.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot" |
| 9827 | 2026-08-20T03:18:00.473Z | [ recovery-image] Aug 20 03:17:59.766 INFO O| Aug 20 03:17:59.766 INFO STEP 1082 (remove_files) COMPLETE |
| 9828 | 2026-08-20T03:18:00.473Z | [ recovery-image] Aug 20 03:17:59.766 INFO O| Aug 20 03:17:59.766 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9829 | 2026-08-20T03:18:00.482Z | [ recovery-image] Aug 20 03:17:59.776 INFO O| Aug 20 03:17:59.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace" |
| 9830 | 2026-08-20T03:18:00.482Z | [ recovery-image] Aug 20 03:17:59.776 INFO O| Aug 20 03:17:59.776 INFO STEP 1083 (remove_files) COMPLETE |
| 9831 | 2026-08-20T03:18:00.486Z | [ recovery-image] Aug 20 03:17:59.776 INFO O| Aug 20 03:17:59.776 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9832 | 2026-08-20T03:18:00.500Z | [ recovery-image] Aug 20 03:17:59.788 INFO O| Aug 20 03:17:59.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean" |
| 9833 | 2026-08-20T03:18:00.500Z | [ recovery-image] Aug 20 03:17:59.788 INFO O| Aug 20 03:17:59.788 INFO STEP 1084 (remove_files) COMPLETE |
| 9834 | 2026-08-20T03:18:00.500Z | [ recovery-image] Aug 20 03:17:59.788 INFO O| Aug 20 03:17:59.788 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9835 | 2026-08-20T03:18:00.507Z | [ recovery-image] Aug 20 03:17:59.799 INFO O| Aug 20 03:17:59.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr" |
| 9836 | 2026-08-20T03:18:00.507Z | [ recovery-image] Aug 20 03:17:59.799 INFO O| Aug 20 03:17:59.799 INFO STEP 1085 (remove_files) COMPLETE |
| 9837 | 2026-08-20T03:18:00.508Z | [ recovery-image] Aug 20 03:17:59.799 INFO O| Aug 20 03:17:59.799 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9838 | 2026-08-20T03:18:00.518Z | [ recovery-image] Aug 20 03:17:59.810 INFO O| Aug 20 03:17:59.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs" |
| 9839 | 2026-08-20T03:18:00.519Z | [ recovery-image] Aug 20 03:17:59.810 INFO O| Aug 20 03:17:59.810 INFO STEP 1086 (remove_files) COMPLETE |
| 9840 | 2026-08-20T03:18:00.519Z | [ recovery-image] Aug 20 03:17:59.810 INFO O| Aug 20 03:17:59.810 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9841 | 2026-08-20T03:18:00.531Z | [ recovery-image] Aug 20 03:17:59.820 INFO O| Aug 20 03:17:59.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit" |
| 9842 | 2026-08-20T03:18:00.531Z | [ recovery-image] Aug 20 03:17:59.820 INFO O| Aug 20 03:17:59.820 INFO STEP 1087 (remove_files) COMPLETE |
| 9843 | 2026-08-20T03:18:00.536Z | [ recovery-image] Aug 20 03:17:59.820 INFO O| Aug 20 03:17:59.820 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9844 | 2026-08-20T03:18:00.537Z | [ recovery-image] Aug 20 03:17:59.830 INFO O| Aug 20 03:17:59.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop" |
| 9845 | 2026-08-20T03:18:00.537Z | [ recovery-image] Aug 20 03:17:59.830 INFO O| Aug 20 03:17:59.830 INFO STEP 1088 (remove_files) COMPLETE |
| 9846 | 2026-08-20T03:18:00.537Z | [ recovery-image] Aug 20 03:17:59.830 INFO O| Aug 20 03:17:59.830 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9847 | 2026-08-20T03:18:00.545Z | [ recovery-image] Aug 20 03:17:59.840 INFO O| Aug 20 03:17:59.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat" |
| 9848 | 2026-08-20T03:18:00.545Z | [ recovery-image] Aug 20 03:17:59.840 INFO O| Aug 20 03:17:59.840 INFO STEP 1089 (remove_files) COMPLETE |
| 9849 | 2026-08-20T03:18:00.558Z | [ recovery-image] Aug 20 03:17:59.840 INFO O| Aug 20 03:17:59.840 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9850 | 2026-08-20T03:18:00.570Z | [ recovery-image] Aug 20 03:17:59.850 INFO O| Aug 20 03:17:59.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef" |
| 9851 | 2026-08-20T03:18:00.570Z | [ recovery-image] Aug 20 03:17:59.850 INFO O| Aug 20 03:17:59.850 INFO STEP 1090 (remove_files) COMPLETE |
| 9852 | 2026-08-20T03:18:00.570Z | [ recovery-image] Aug 20 03:17:59.850 INFO O| Aug 20 03:17:59.850 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9853 | 2026-08-20T03:18:00.574Z | [ recovery-image] Aug 20 03:17:59.860 INFO O| Aug 20 03:17:59.860 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm" |
| 9854 | 2026-08-20T03:18:00.574Z | [ recovery-image] Aug 20 03:17:59.860 INFO O| Aug 20 03:17:59.860 INFO STEP 1091 (remove_files) COMPLETE |
| 9855 | 2026-08-20T03:18:00.574Z | [ recovery-image] Aug 20 03:17:59.860 INFO O| Aug 20 03:17:59.860 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9856 | 2026-08-20T03:18:00.574Z | [ recovery-image] Aug 20 03:17:59.869 INFO O| Aug 20 03:17:59.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm" |
| 9857 | 2026-08-20T03:18:00.574Z | [ recovery-image] Aug 20 03:17:59.869 INFO O| Aug 20 03:17:59.869 INFO STEP 1092 (remove_files) COMPLETE |
| 9858 | 2026-08-20T03:18:00.579Z | [ recovery-image] Aug 20 03:17:59.869 INFO O| Aug 20 03:17:59.869 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9859 | 2026-08-20T03:18:00.586Z | [ recovery-image] Aug 20 03:17:59.881 INFO O| Aug 20 03:17:59.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes" |
| 9860 | 2026-08-20T03:18:00.586Z | [ recovery-image] Aug 20 03:17:59.881 INFO O| Aug 20 03:17:59.881 INFO STEP 1093 (remove_files) COMPLETE |
| 9861 | 2026-08-20T03:18:00.589Z | [ recovery-image] Aug 20 03:17:59.881 INFO O| Aug 20 03:17:59.881 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9862 | 2026-08-20T03:18:00.597Z | [ recovery-image] Aug 20 03:17:59.893 INFO O| Aug 20 03:17:59.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar" |
| 9863 | 2026-08-20T03:18:00.597Z | [ recovery-image] Aug 20 03:17:59.893 INFO O| Aug 20 03:17:59.893 INFO STEP 1094 (remove_files) COMPLETE |
| 9864 | 2026-08-20T03:18:00.597Z | [ recovery-image] Aug 20 03:17:59.893 INFO O| Aug 20 03:17:59.893 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9865 | 2026-08-20T03:18:00.609Z | [ recovery-image] Aug 20 03:17:59.904 INFO O| Aug 20 03:17:59.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd" |
| 9866 | 2026-08-20T03:18:00.613Z | [ recovery-image] Aug 20 03:17:59.905 INFO O| Aug 20 03:17:59.905 INFO STEP 1095 (remove_files) COMPLETE |
| 9867 | 2026-08-20T03:18:00.613Z | [ recovery-image] Aug 20 03:17:59.905 INFO O| Aug 20 03:17:59.905 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9868 | 2026-08-20T03:18:00.624Z | [ recovery-image] Aug 20 03:17:59.916 INFO O| Aug 20 03:17:59.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute" |
| 9869 | 2026-08-20T03:18:00.624Z | [ recovery-image] Aug 20 03:17:59.916 INFO O| Aug 20 03:17:59.916 INFO STEP 1096 (remove_files) COMPLETE |
| 9870 | 2026-08-20T03:18:00.624Z | [ recovery-image] Aug 20 03:17:59.916 INFO O| Aug 20 03:17:59.916 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9871 | 2026-08-20T03:18:00.636Z | [ recovery-image] Aug 20 03:17:59.927 INFO O| Aug 20 03:17:59.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat" |
| 9872 | 2026-08-20T03:18:00.636Z | [ recovery-image] Aug 20 03:17:59.927 INFO O| Aug 20 03:17:59.927 INFO STEP 1097 (remove_files) COMPLETE |
| 9873 | 2026-08-20T03:18:00.636Z | [ recovery-image] Aug 20 03:17:59.927 INFO O| Aug 20 03:17:59.927 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9874 | 2026-08-20T03:18:00.642Z | [ recovery-image] Aug 20 03:17:59.937 INFO O| Aug 20 03:17:59.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm" |
| 9875 | 2026-08-20T03:18:00.642Z | [ recovery-image] Aug 20 03:17:59.937 INFO O| Aug 20 03:17:59.937 INFO STEP 1098 (remove_files) COMPLETE |
| 9876 | 2026-08-20T03:18:00.647Z | [ recovery-image] Aug 20 03:17:59.937 INFO O| Aug 20 03:17:59.937 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9877 | 2026-08-20T03:18:00.655Z | [ recovery-image] Aug 20 03:17:59.949 INFO O| Aug 20 03:17:59.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm" |
| 9878 | 2026-08-20T03:18:00.655Z | [ recovery-image] Aug 20 03:17:59.949 INFO O| Aug 20 03:17:59.949 INFO STEP 1099 (remove_files) COMPLETE |
| 9879 | 2026-08-20T03:18:00.659Z | [ recovery-image] Aug 20 03:17:59.949 INFO O| Aug 20 03:17:59.949 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9880 | 2026-08-20T03:18:00.665Z | [ recovery-image] Aug 20 03:17:59.960 INFO O| Aug 20 03:17:59.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall" |
| 9881 | 2026-08-20T03:18:00.666Z | [ recovery-image] Aug 20 03:17:59.960 INFO O| Aug 20 03:17:59.960 INFO STEP 1100 (remove_files) COMPLETE |
| 9882 | 2026-08-20T03:18:00.666Z | [ recovery-image] Aug 20 03:17:59.960 INFO O| Aug 20 03:17:59.960 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9883 | 2026-08-20T03:18:00.683Z | [ recovery-image] Aug 20 03:17:59.971 INFO O| Aug 20 03:17:59.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink" |
| 9884 | 2026-08-20T03:18:00.683Z | [ recovery-image] Aug 20 03:17:59.971 INFO O| Aug 20 03:17:59.971 INFO STEP 1101 (remove_files) COMPLETE |
| 9885 | 2026-08-20T03:18:00.689Z | [ recovery-image] Aug 20 03:17:59.971 INFO O| Aug 20 03:17:59.971 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9886 | 2026-08-20T03:18:00.693Z | [ recovery-image] Aug 20 03:17:59.983 INFO O| Aug 20 03:17:59.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare" |
| 9887 | 2026-08-20T03:18:00.693Z | [ recovery-image] Aug 20 03:17:59.983 INFO O| Aug 20 03:17:59.983 INFO STEP 1102 (remove_files) COMPLETE |
| 9888 | 2026-08-20T03:18:00.693Z | [ recovery-image] Aug 20 03:17:59.983 INFO O| Aug 20 03:17:59.983 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9889 | 2026-08-20T03:18:00.703Z | [ recovery-image] Aug 20 03:17:59.995 INFO O| Aug 20 03:17:59.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall" |
| 9890 | 2026-08-20T03:18:00.703Z | [ recovery-image] Aug 20 03:17:59.996 INFO O| Aug 20 03:17:59.996 INFO STEP 1103 (remove_files) COMPLETE |
| 9891 | 2026-08-20T03:18:00.703Z | [ recovery-image] Aug 20 03:17:59.996 INFO O| Aug 20 03:17:59.996 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9892 | 2026-08-20T03:18:00.711Z | [ recovery-image] Aug 20 03:18:00.007 INFO O| Aug 20 03:18:00.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv" |
| 9893 | 2026-08-20T03:18:00.711Z | [ recovery-image] Aug 20 03:18:00.007 INFO O| Aug 20 03:18:00.007 INFO STEP 1104 (remove_files) COMPLETE |
| 9894 | 2026-08-20T03:18:00.712Z | [ recovery-image] Aug 20 03:18:00.007 INFO O| Aug 20 03:18:00.007 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9895 | 2026-08-20T03:18:00.724Z | [ recovery-image] Aug 20 03:18:00.019 INFO O| Aug 20 03:18:00.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd" |
| 9896 | 2026-08-20T03:18:00.724Z | [ recovery-image] Aug 20 03:18:00.019 INFO O| Aug 20 03:18:00.019 INFO STEP 1105 (remove_files) COMPLETE |
| 9897 | 2026-08-20T03:18:00.724Z | [ recovery-image] Aug 20 03:18:00.019 INFO O| Aug 20 03:18:00.019 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9898 | 2026-08-20T03:18:00.735Z | [ recovery-image] Aug 20 03:18:00.031 INFO O| Aug 20 03:18:00.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel" |
| 9899 | 2026-08-20T03:18:00.735Z | [ recovery-image] Aug 20 03:18:00.031 INFO O| Aug 20 03:18:00.031 INFO STEP 1106 (remove_files) COMPLETE |
| 9900 | 2026-08-20T03:18:00.739Z | [ recovery-image] Aug 20 03:18:00.031 INFO O| Aug 20 03:18:00.031 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9901 | 2026-08-20T03:18:00.757Z | [ recovery-image] Aug 20 03:18:00.043 INFO O| Aug 20 03:18:00.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod" |
| 9902 | 2026-08-20T03:18:00.757Z | [ recovery-image] Aug 20 03:18:00.043 INFO O| Aug 20 03:18:00.043 INFO STEP 1107 (remove_files) COMPLETE |
| 9903 | 2026-08-20T03:18:00.767Z | [ recovery-image] Aug 20 03:18:00.044 INFO O| Aug 20 03:18:00.043 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9904 | 2026-08-20T03:18:00.768Z | [ recovery-image] Aug 20 03:18:00.055 INFO O| Aug 20 03:18:00.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy" |
| 9905 | 2026-08-20T03:18:00.768Z | [ recovery-image] Aug 20 03:18:00.056 INFO O| Aug 20 03:18:00.056 INFO STEP 1108 (remove_files) COMPLETE |
| 9906 | 2026-08-20T03:18:00.768Z | [ recovery-image] Aug 20 03:18:00.056 INFO O| Aug 20 03:18:00.056 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9907 | 2026-08-20T03:18:00.772Z | [ recovery-image] Aug 20 03:18:00.068 INFO O| Aug 20 03:18:00.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall" |
| 9908 | 2026-08-20T03:18:00.772Z | [ recovery-image] Aug 20 03:18:00.068 INFO O| Aug 20 03:18:00.068 INFO STEP 1109 (remove_files) COMPLETE |
| 9909 | 2026-08-20T03:18:00.777Z | [ recovery-image] Aug 20 03:18:00.068 INFO O| Aug 20 03:18:00.068 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9910 | 2026-08-20T03:18:00.790Z | [ recovery-image] Aug 20 03:18:00.081 INFO O| Aug 20 03:18:00.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo" |
| 9911 | 2026-08-20T03:18:00.790Z | [ recovery-image] Aug 20 03:18:00.081 INFO O| Aug 20 03:18:00.081 INFO STEP 1110 (remove_files) COMPLETE |
| 9912 | 2026-08-20T03:18:00.801Z | [ recovery-image] Aug 20 03:18:00.081 INFO O| Aug 20 03:18:00.081 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9913 | 2026-08-20T03:18:00.818Z | [ recovery-image] Aug 20 03:18:00.092 INFO O| Aug 20 03:18:00.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb" |
| 9914 | 2026-08-20T03:18:00.818Z | [ recovery-image] Aug 20 03:18:00.092 INFO O| Aug 20 03:18:00.092 INFO STEP 1111 (remove_files) COMPLETE |
| 9915 | 2026-08-20T03:18:00.818Z | [ recovery-image] Aug 20 03:18:00.092 INFO O| Aug 20 03:18:00.092 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9916 | 2026-08-20T03:18:00.822Z | [ recovery-image] Aug 20 03:18:00.102 INFO O| Aug 20 03:18:00.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump" |
| 9917 | 2026-08-20T03:18:00.822Z | [ recovery-image] Aug 20 03:18:00.102 INFO O| Aug 20 03:18:00.102 INFO STEP 1112 (remove_files) COMPLETE |
| 9918 | 2026-08-20T03:18:00.822Z | [ recovery-image] Aug 20 03:18:00.102 INFO O| Aug 20 03:18:00.102 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9919 | 2026-08-20T03:18:00.822Z | [ recovery-image] Aug 20 03:18:00.111 INFO O| Aug 20 03:18:00.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic" |
| 9920 | 2026-08-20T03:18:00.822Z | [ recovery-image] Aug 20 03:18:00.111 INFO O| Aug 20 03:18:00.111 INFO STEP 1113 (remove_files) COMPLETE |
| 9921 | 2026-08-20T03:18:00.822Z | [ recovery-image] Aug 20 03:18:00.111 INFO O| Aug 20 03:18:00.111 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9922 | 2026-08-20T03:18:00.827Z | [ recovery-image] Aug 20 03:18:00.118 INFO O| Aug 20 03:18:00.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin" |
| 9923 | 2026-08-20T03:18:00.827Z | [ recovery-image] Aug 20 03:18:00.118 INFO O| Aug 20 03:18:00.118 INFO STEP 1114 (remove_files) COMPLETE |
| 9924 | 2026-08-20T03:18:00.827Z | [ recovery-image] Aug 20 03:18:00.118 INFO O| Aug 20 03:18:00.118 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9925 | 2026-08-20T03:18:00.832Z | [ recovery-image] Aug 20 03:18:00.125 INFO O| Aug 20 03:18:00.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm" |
| 9926 | 2026-08-20T03:18:00.832Z | [ recovery-image] Aug 20 03:18:00.126 INFO O| Aug 20 03:18:00.126 INFO STEP 1115 (remove_files) COMPLETE |
| 9927 | 2026-08-20T03:18:00.832Z | [ recovery-image] Aug 20 03:18:00.126 INFO O| Aug 20 03:18:00.126 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9928 | 2026-08-20T03:18:00.846Z | [ recovery-image] Aug 20 03:18:00.138 INFO O| Aug 20 03:18:00.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg" |
| 9929 | 2026-08-20T03:18:00.846Z | [ recovery-image] Aug 20 03:18:00.138 INFO O| Aug 20 03:18:00.138 INFO STEP 1116 (remove_files) COMPLETE |
| 9930 | 2026-08-20T03:18:00.846Z | [ recovery-image] Aug 20 03:18:00.138 INFO O| Aug 20 03:18:00.138 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 9931 | 2026-08-20T03:18:00.853Z | [ recovery-image] Aug 20 03:18:00.148 INFO O| Aug 20 03:18:00.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump" |
| 9932 | 2026-08-20T03:18:00.853Z | [ recovery-image] Aug 20 03:18:00.148 INFO O| Aug 20 03:18:00.148 INFO STEP 1117 (remove_files) COMPLETE |
| 9933 | 2026-08-20T03:18:00.853Z | [ recovery-image] Aug 20 03:18:00.148 INFO O| Aug 20 03:18:00.148 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json |
| 9934 | 2026-08-20T03:18:00.870Z | [ recovery-image] Aug 20 03:18:00.166 INFO O| Aug 20 03:18:00.165 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal |
| 9935 | 2026-08-20T03:18:00.870Z | [ recovery-image] Aug 20 03:18:00.166 INFO O| Aug 20 03:18:00.166 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 9936 | 2026-08-20T03:18:01.821Z | [ recovery-image] Aug 20 03:18:01.114 INFO O| Aug 20 03:18:01.113 INFO STEP 1118 (pack_tar) COMPLETE |
| 9937 | 2026-08-20T03:18:01.825Z | [ recovery-image] Aug 20 03:18:01.114 INFO O| Aug 20 03:18:01.113 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 9938 | 2026-08-20T03:18:01.825Z | [ recovery-image] Aug 20 03:18:01.114 INFO O| Aug 20 03:18:01.114 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 9939 | 2026-08-20T03:18:02.585Z | [verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 9940 | 2026-08-20T03:18:02.642Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 9941 | 2026-08-20T03:18:02.836Z | [verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 9942 | 2026-08-20T03:18:03.117Z | [ recovery-image] Aug 20 03:18:02.383 INFO O| Aug 20 03:18:02.383 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 9943 | 2026-08-20T03:18:03.165Z | [verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 9944 | 2026-08-20T03:18:03.333Z | [verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 9945 | 2026-08-20T03:18:03.476Z | [verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 9946 | 2026-08-20T03:18:03.993Z | [ recovery-image] Aug 20 03:18:02.866 INFO O| Aug 20 03:18:02.865 INFO completed processing sled/ramdisk-03-recovery-trim |
| 9947 | 2026-08-20T03:18:04.025Z | [ recovery-image] Aug 20 03:18:02.870 INFO image builder template: zfs-recovery... |
| 9948 | 2026-08-20T03:18:04.025Z | [ recovery-image] Aug 20 03:18:02.870 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/.tmpkAvEhq/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 |
| 9949 | 2026-08-20T03:18:04.025Z | [ recovery-image] Aug 20 03:18:02.902 INFO O| Aug 20 03:18:02.901 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 9950 | 2026-08-20T03:18:04.025Z | [ recovery-image] Aug 20 03:18:02.906 INFO O| Aug 20 03:18:02.906 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 9951 | 2026-08-20T03:18:04.025Z | [verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 9952 | 2026-08-20T03:18:04.025Z | [ recovery-image] Aug 20 03:18:03.177 INFO O| Aug 20 03:18:03.177 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled |
| 9953 | 2026-08-20T03:18:04.039Z | [ recovery-image] Aug 20 03:18:03.329 INFO O| Aug 20 03:18:03.328 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 9954 | 2026-08-20T03:18:04.039Z | [ recovery-image] Aug 20 03:18:03.329 INFO O| Aug 20 03:18:03.329 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery |
| 9955 | 2026-08-20T03:18:04.063Z | [ recovery-image] Aug 20 03:18:03.332 INFO O| Aug 20 03:18:03.332 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 9956 | 2026-08-20T03:18:04.151Z | [ recovery-image] Aug 20 03:18:03.437 INFO O| Aug 20 03:18:03.436 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled |
| 9957 | 2026-08-20T03:18:04.225Z | [ recovery-image] Aug 20 03:18:03.516 INFO O| Aug 20 03:18:03.516 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery |
| 9958 | 2026-08-20T03:18:04.230Z | [ recovery-image] Aug 20 03:18:03.526 INFO O| Aug 20 03:18:03.526 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 9959 | 2026-08-20T03:18:04.235Z | [ recovery-image] Aug 20 03:18:03.531 INFO O| Aug 20 03:18:03.531 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot |
| 9960 | 2026-08-20T03:18:04.236Z | [ recovery-image] Aug 20 03:18:03.531 INFO O| Aug 20 03:18:03.531 INFO no lofi found |
| 9961 | 2026-08-20T03:18:04.239Z | [ recovery-image] Aug 20 03:18:03.531 INFO O| Aug 20 03:18:03.531 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal |
| 9962 | 2026-08-20T03:18:04.239Z | [ recovery-image] Aug 20 03:18:03.531 INFO O| Aug 20 03:18:03.531 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 9963 | 2026-08-20T03:18:05.358Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 9964 | 2026-08-20T03:18:05.641Z | [verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 9965 | 2026-08-20T03:18:05.734Z | [verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 9966 | 2026-08-20T03:18:05.948Z | [verify-libraries] Compiling yansi v1.0.1 |
| 9967 | 2026-08-20T03:18:06.154Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 9968 | 2026-08-20T03:18:06.401Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
| 9969 | 2026-08-20T03:18:06.458Z | [verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 9970 | 2026-08-20T03:18:06.715Z | [ recovery-image] Aug 20 03:18:06.001 INFO O| Aug 20 03:18:06.001 INFO lofi device = /dev/dsk/c2t2d0p0 |
| 9971 | 2026-08-20T03:18:06.715Z | [ recovery-image] Aug 20 03:18:06.001 INFO O| Aug 20 03:18:06.001 INFO pool device = /dev/dsk/c2t2d0p0 |
| 9972 | 2026-08-20T03:18:06.715Z | [ recovery-image] Aug 20 03:18:06.001 INFO O| Aug 20 03:18: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/c2t2d0p0"] |
| 9973 | 2026-08-20T03:18:06.935Z | [ recovery-image] Aug 20 03:18:06.206 INFO O| Aug 20 03:18:06.206 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9974 | 2026-08-20T03:18:06.945Z | [ recovery-image] Aug 20 03:18:06.206 INFO O| Aug 20 03:18:06.206 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT |
| 9975 | 2026-08-20T03:18:06.955Z | [ recovery-image] Aug 20 03:18:06.239 INFO O| Aug 20 03:18:06.238 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off |
| 9976 | 2026-08-20T03:18:07.034Z | [ recovery-image] Aug 20 03:18:06.326 INFO O| Aug 20 03:18:06.326 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy |
| 9977 | 2026-08-20T03:18:07.060Z | [verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 9978 | 2026-08-20T03:18:07.069Z | [ recovery-image] Aug 20 03:18:06.359 INFO O| Aug 20 03:18:06.359 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk |
| 9979 | 2026-08-20T03:18:07.100Z | [ recovery-image] Aug 20 03:18:06.382 INFO O| Aug 20 03:18:06.382 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto |
| 9980 | 2026-08-20T03:18:07.120Z | [ recovery-image] Aug 20 03:18:06.397 INFO O| Aug 20 03:18:06.397 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
| 9981 | 2026-08-20T03:18:07.194Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 9982 | 2026-08-20T03:18:07.199Z | [ recovery-image] Aug 20 03:18:06.494 INFO O| Aug 20 03:18:06.494 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 9983 | 2026-08-20T03:18:07.199Z | [ recovery-image] Aug 20 03:18:06.494 INFO O| Aug 20 03:18:06.494 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 9984 | 2026-08-20T03:18:07.199Z | [ recovery-image] Aug 20 03:18:06.494 INFO O| Aug 20 03:18:06.494 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 9985 | 2026-08-20T03:18:07.211Z | [ recovery-image] Aug 20 03:18:06.504 INFO O| Aug 20 03:18:06.504 INFO boot environment UUID: 059b5522-70a3-4704-9354-1065b0f0ca77 |
| 9986 | 2026-08-20T03:18:07.211Z | [ recovery-image] Aug 20 03:18:06.504 INFO O| Aug 20 03:18:06.504 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 059b5522-70a3-4704-9354-1065b0f0ca77 |
| 9987 | 2026-08-20T03:18:07.233Z | [ recovery-image] Aug 20 03:18:06.521 INFO O| Aug 20 03:18:06.521 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 9988 | 2026-08-20T03:18:07.265Z | [ recovery-image] Aug 20 03:18:06.555 INFO O| Aug 20 03:18:06.555 INFO STEP 0 (create_be) COMPLETE |
| 9989 | 2026-08-20T03:18:07.266Z | [ recovery-image] Aug 20 03:18:06.555 INFO O| Aug 20 03:18:06.555 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9990 | 2026-08-20T03:18:07.280Z | [ recovery-image] Aug 20 03:18:06.575 INFO O| Aug 20 03:18:06.575 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"] |
| 9991 | 2026-08-20T03:18:07.341Z | [verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 9992 | 2026-08-20T03:18:07.405Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 9993 | 2026-08-20T03:18:07.509Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 9994 | 2026-08-20T03:18:08.004Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 9995 | 2026-08-20T03:18:08.042Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 9996 | 2026-08-20T03:18:08.344Z | [ host-image] Aug 20 03:18:07.638 INFO O| Aug 20 03:18:07.638 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz |
| 9997 | 2026-08-20T03:18:08.344Z | [ host-image] Aug 20 03:18:07.638 INFO O| Aug 20 03:18:07.638 INFO ok! |
| 9998 | 2026-08-20T03:18:08.371Z | [ host-image] Aug 20 03:18:07.638 INFO O| Aug 20 03:18:07.638 INFO STEP 139 (ensure_file) COMPLETE |
| 9999 | 2026-08-20T03:18:08.372Z | [ host-image] Aug 20 03:18:07.638 INFO O| Aug 20 03:18:07.638 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10000 | 2026-08-20T03:18:08.372Z | [ host-image] Aug 20 03:18:07.649 INFO O| Aug 20 03:18:07.649 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib |
| 10001 | 2026-08-20T03:18:08.372Z | [ host-image] Aug 20 03:18:07.649 INFO O| Aug 20 03:18:07.649 INFO STEP 140 (ensure_dir) COMPLETE |
| 10002 | 2026-08-20T03:18:08.372Z | [ host-image] Aug 20 03:18:07.649 INFO O| Aug 20 03:18:07.649 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10003 | 2026-08-20T03:18:08.372Z | [ host-image] Aug 20 03:18:07.659 INFO O| Aug 20 03:18:07.659 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc |
| 10004 | 2026-08-20T03:18:08.372Z | [ host-image] Aug 20 03:18:07.659 INFO O| Aug 20 03:18:07.659 INFO STEP 141 (ensure_dir) COMPLETE |
| 10005 | 2026-08-20T03:18:08.372Z | [ host-image] Aug 20 03:18:07.659 INFO O| Aug 20 03:18:07.659 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10006 | 2026-08-20T03:18:08.381Z | [ host-image] Aug 20 03:18:07.668 INFO O| Aug 20 03:18:07.668 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest |
| 10007 | 2026-08-20T03:18:08.381Z | [ host-image] Aug 20 03:18:07.668 INFO O| Aug 20 03:18:07.668 INFO STEP 142 (ensure_dir) COMPLETE |
| 10008 | 2026-08-20T03:18:08.381Z | [ host-image] Aug 20 03:18:07.668 INFO O| Aug 20 03:18:07.668 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10009 | 2026-08-20T03:18:08.384Z | [verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 10010 | 2026-08-20T03:18:08.384Z | [ host-image] Aug 20 03:18:07.679 INFO O| Aug 20 03:18:07.679 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site |
| 10011 | 2026-08-20T03:18:08.385Z | [ host-image] Aug 20 03:18:07.679 INFO O| Aug 20 03:18:07.679 INFO STEP 143 (ensure_dir) COMPLETE |
| 10012 | 2026-08-20T03:18:08.385Z | [ host-image] Aug 20 03:18:07.679 INFO O| Aug 20 03:18:07.679 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10013 | 2026-08-20T03:18:08.399Z | [ host-image] Aug 20 03:18:07.690 INFO O| Aug 20 03:18:07.689 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
| 10014 | 2026-08-20T03:18:08.399Z | [ host-image] Aug 20 03:18:07.690 INFO O| Aug 20 03:18:07.690 INFO copying /tmp/.tmpkAvEhq/proto/host/root/lib/svc/manifest/site/sled-agent.xml -> /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml ... |
| 10015 | 2026-08-20T03:18:08.399Z | [ host-image] Aug 20 03:18:07.690 INFO O| Aug 20 03:18:07.690 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml |
| 10016 | 2026-08-20T03:18:08.403Z | [ host-image] Aug 20 03:18:07.690 INFO O| Aug 20 03:18:07.690 INFO ok! |
| 10017 | 2026-08-20T03:18:08.403Z | [ host-image] Aug 20 03:18:07.690 INFO O| Aug 20 03:18:07.690 INFO STEP 144 (ensure_file) COMPLETE |
| 10018 | 2026-08-20T03:18:08.403Z | [ host-image] Aug 20 03:18:07.690 INFO O| Aug 20 03:18:07.690 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10019 | 2026-08-20T03:18:08.432Z | [ host-image] Aug 20 03:18:07.703 INFO O| Aug 20 03:18:07.703 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10020 | 2026-08-20T03:18:08.432Z | [ host-image] Aug 20 03:18:07.703 INFO O| Aug 20 03:18:07.703 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10021 | 2026-08-20T03:18:08.432Z | [ host-image] Aug 20 03:18:07.703 INFO O| Aug 20 03:18:07.703 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10022 | 2026-08-20T03:18:08.432Z | [ host-image] Aug 20 03:18:07.703 INFO O| Aug 20 03:18:07.703 INFO STEP 145 (ensure_dir) COMPLETE |
| 10023 | 2026-08-20T03:18:08.433Z | [ host-image] Aug 20 03:18:07.703 INFO O| Aug 20 03:18:07.703 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10024 | 2026-08-20T03:18:08.433Z | [ host-image] Aug 20 03:18:07.714 INFO O| Aug 20 03:18:07.714 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking |
| 10025 | 2026-08-20T03:18:08.433Z | [ host-image] Aug 20 03:18:07.714 INFO O| Aug 20 03:18:07.714 INFO copying /tmp/.tmpkAvEhq/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ... |
| 10026 | 2026-08-20T03:18:08.433Z | [ host-image] Aug 20 03:18:07.714 INFO O| Aug 20 03:18:07.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile |
| 10027 | 2026-08-20T03:18:08.434Z | [ host-image] Aug 20 03:18:07.714 INFO O| Aug 20 03:18:07.714 INFO ok! |
| 10028 | 2026-08-20T03:18:08.434Z | [ host-image] Aug 20 03:18:07.714 INFO O| Aug 20 03:18:07.714 INFO STEP 146 (ensure_file) COMPLETE |
| 10029 | 2026-08-20T03:18:08.434Z | [ host-image] Aug 20 03:18:07.714 INFO O| Aug 20 03:18:07.714 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10030 | 2026-08-20T03:18:08.434Z | [ host-image] Aug 20 03:18:07.724 INFO O| Aug 20 03:18:07.724 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec" |
| 10031 | 2026-08-20T03:18:08.434Z | [ host-image] Aug 20 03:18:07.725 INFO O| Aug 20 03:18:07.725 INFO STEP 147 (remove_files) COMPLETE |
| 10032 | 2026-08-20T03:18:08.434Z | [ host-image] Aug 20 03:18:07.725 INFO O| Aug 20 03:18:07.725 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10033 | 2026-08-20T03:18:08.445Z | [ host-image] Aug 20 03:18:07.736 INFO O| Aug 20 03:18:07.735 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap" |
| 10034 | 2026-08-20T03:18:08.445Z | [ host-image] Aug 20 03:18:07.736 INFO O| Aug 20 03:18:07.736 INFO STEP 148 (remove_files) COMPLETE |
| 10035 | 2026-08-20T03:18:08.445Z | [ host-image] Aug 20 03:18:07.736 INFO O| Aug 20 03:18:07.736 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10036 | 2026-08-20T03:18:08.457Z | [ host-image] Aug 20 03:18:07.745 INFO O| Aug 20 03:18:07.745 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc" |
| 10037 | 2026-08-20T03:18:08.457Z | [ host-image] Aug 20 03:18:07.745 INFO O| Aug 20 03:18:07.745 INFO STEP 149 (remove_files) COMPLETE |
| 10038 | 2026-08-20T03:18:08.457Z | [ host-image] Aug 20 03:18:07.745 INFO O| Aug 20 03:18:07.745 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10039 | 2026-08-20T03:18:08.469Z | [ host-image] Aug 20 03:18:07.755 INFO O| Aug 20 03:18:07.755 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security" |
| 10040 | 2026-08-20T03:18:08.469Z | [ host-image] Aug 20 03:18:07.755 INFO O| Aug 20 03:18:07.755 INFO STEP 150 (remove_files) COMPLETE |
| 10041 | 2026-08-20T03:18:08.469Z | [ host-image] Aug 20 03:18:07.755 INFO O| Aug 20 03:18:07.755 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10042 | 2026-08-20T03:18:08.475Z | [ host-image] Aug 20 03:18:07.764 INFO O| Aug 20 03:18:07.764 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares" |
| 10043 | 2026-08-20T03:18:08.475Z | [ host-image] Aug 20 03:18:07.765 INFO O| Aug 20 03:18:07.765 INFO STEP 151 (remove_files) COMPLETE |
| 10044 | 2026-08-20T03:18:08.475Z | [ host-image] Aug 20 03:18:07.765 INFO O| Aug 20 03:18:07.765 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10045 | 2026-08-20T03:18:08.484Z | [ host-image] Aug 20 03:18:07.774 INFO O| Aug 20 03:18:07.774 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb" |
| 10046 | 2026-08-20T03:18:08.484Z | [ host-image] Aug 20 03:18:07.774 INFO O| Aug 20 03:18:07.774 INFO STEP 152 (remove_files) COMPLETE |
| 10047 | 2026-08-20T03:18:08.484Z | [ host-image] Aug 20 03:18:07.774 INFO O| Aug 20 03:18:07.774 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10048 | 2026-08-20T03:18:08.489Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 10049 | 2026-08-20T03:18:08.493Z | [ host-image] Aug 20 03:18:07.784 INFO O| Aug 20 03:18:07.784 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 10050 | 2026-08-20T03:18:08.493Z | [ host-image] Aug 20 03:18:07.784 INFO O| Aug 20 03:18:07.784 INFO STEP 153 (remove_files) COMPLETE |
| 10051 | 2026-08-20T03:18:08.493Z | [ host-image] Aug 20 03:18:07.784 INFO O| Aug 20 03:18:07.784 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10052 | 2026-08-20T03:18:08.502Z | [ host-image] Aug 20 03:18:07.794 INFO O| Aug 20 03:18:07.794 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
| 10053 | 2026-08-20T03:18:08.502Z | [ host-image] Aug 20 03:18:07.794 INFO O| Aug 20 03:18:07.794 INFO STEP 154 (remove_files) COMPLETE |
| 10054 | 2026-08-20T03:18:08.517Z | [ host-image] Aug 20 03:18:07.794 INFO O| Aug 20 03:18:07.794 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10055 | 2026-08-20T03:18:08.526Z | [ host-image] Aug 20 03:18:07.803 INFO O| Aug 20 03:18:07.803 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml" |
| 10056 | 2026-08-20T03:18:08.526Z | [ host-image] Aug 20 03:18:07.803 INFO O| Aug 20 03:18:07.803 INFO STEP 155 (remove_files) COMPLETE |
| 10057 | 2026-08-20T03:18:08.526Z | [ host-image] Aug 20 03:18:07.803 INFO O| Aug 20 03:18:07.803 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10058 | 2026-08-20T03:18:08.526Z | [ host-image] Aug 20 03:18:07.811 INFO O| Aug 20 03:18:07.811 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 10059 | 2026-08-20T03:18:08.526Z | [ host-image] Aug 20 03:18:07.811 INFO O| Aug 20 03:18:07.811 INFO STEP 156 (remove_files) COMPLETE |
| 10060 | 2026-08-20T03:18:08.526Z | [ host-image] Aug 20 03:18:07.811 INFO O| Aug 20 03:18:07.811 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10061 | 2026-08-20T03:18:08.530Z | [ host-image] Aug 20 03:18:07.819 INFO O| Aug 20 03:18:07.819 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml" |
| 10062 | 2026-08-20T03:18:08.530Z | [ host-image] Aug 20 03:18:07.820 INFO O| Aug 20 03:18:07.820 INFO STEP 157 (remove_files) COMPLETE |
| 10063 | 2026-08-20T03:18:08.530Z | [ host-image] Aug 20 03:18:07.820 INFO O| Aug 20 03:18:07.820 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10064 | 2026-08-20T03:18:08.535Z | [ host-image] Aug 20 03:18:07.828 INFO O| Aug 20 03:18:07.828 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml" |
| 10065 | 2026-08-20T03:18:08.536Z | [ host-image] Aug 20 03:18:07.828 INFO O| Aug 20 03:18:07.828 INFO STEP 158 (remove_files) COMPLETE |
| 10066 | 2026-08-20T03:18:08.536Z | [ host-image] Aug 20 03:18:07.828 INFO O| Aug 20 03:18:07.828 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10067 | 2026-08-20T03:18:08.548Z | [ host-image] Aug 20 03:18:07.839 INFO O| Aug 20 03:18:07.839 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
| 10068 | 2026-08-20T03:18:08.548Z | [ host-image] Aug 20 03:18:07.840 INFO O| Aug 20 03:18:07.840 INFO STEP 159 (remove_files) COMPLETE |
| 10069 | 2026-08-20T03:18:08.549Z | [ host-image] Aug 20 03:18:07.840 INFO O| Aug 20 03:18:07.840 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10070 | 2026-08-20T03:18:08.560Z | [ host-image] Aug 20 03:18:07.851 INFO O| Aug 20 03:18:07.849 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
| 10071 | 2026-08-20T03:18:08.561Z | [ host-image] Aug 20 03:18:07.852 INFO O| Aug 20 03:18:07.849 INFO STEP 160 (remove_files) COMPLETE |
| 10072 | 2026-08-20T03:18:08.561Z | [ host-image] Aug 20 03:18:07.852 INFO O| Aug 20 03:18:07.849 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10073 | 2026-08-20T03:18:08.571Z | [ host-image] Aug 20 03:18:07.864 INFO O| Aug 20 03:18:07.863 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml" |
| 10074 | 2026-08-20T03:18:08.571Z | [ host-image] Aug 20 03:18:07.864 INFO O| Aug 20 03:18:07.864 INFO STEP 161 (remove_files) COMPLETE |
| 10075 | 2026-08-20T03:18:08.583Z | [ host-image] Aug 20 03:18:07.864 INFO O| Aug 20 03:18:07.864 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10076 | 2026-08-20T03:18:08.583Z | [ host-image] Aug 20 03:18:07.875 INFO O| Aug 20 03:18:07.875 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
| 10077 | 2026-08-20T03:18:08.583Z | [ host-image] Aug 20 03:18:07.875 INFO O| Aug 20 03:18:07.875 INFO STEP 162 (remove_files) COMPLETE |
| 10078 | 2026-08-20T03:18:08.584Z | [ host-image] Aug 20 03:18:07.875 INFO O| Aug 20 03:18:07.875 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10079 | 2026-08-20T03:18:08.590Z | [ host-image] Aug 20 03:18:07.885 INFO O| Aug 20 03:18:07.885 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 10080 | 2026-08-20T03:18:08.590Z | [ host-image] Aug 20 03:18:07.886 INFO O| Aug 20 03:18:07.886 INFO STEP 163 (remove_files) COMPLETE |
| 10081 | 2026-08-20T03:18:08.591Z | [ host-image] Aug 20 03:18:07.886 INFO O| Aug 20 03:18:07.886 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10082 | 2026-08-20T03:18:08.608Z | [ host-image] Aug 20 03:18:07.895 INFO O| Aug 20 03:18:07.895 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml" |
| 10083 | 2026-08-20T03:18:08.608Z | [ host-image] Aug 20 03:18:07.895 INFO O| Aug 20 03:18:07.895 INFO STEP 164 (remove_files) COMPLETE |
| 10084 | 2026-08-20T03:18:08.614Z | [ host-image] Aug 20 03:18:07.895 INFO O| Aug 20 03:18:07.895 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10085 | 2026-08-20T03:18:08.614Z | [ host-image] Aug 20 03:18:07.905 INFO O| Aug 20 03:18:07.905 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
| 10086 | 2026-08-20T03:18:08.614Z | [ host-image] Aug 20 03:18:07.905 INFO O| Aug 20 03:18:07.905 INFO STEP 165 (remove_files) COMPLETE |
| 10087 | 2026-08-20T03:18:08.614Z | [ host-image] Aug 20 03:18:07.905 INFO O| Aug 20 03:18:07.905 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10088 | 2026-08-20T03:18:08.622Z | [ host-image] Aug 20 03:18:07.915 INFO O| Aug 20 03:18:07.915 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 10089 | 2026-08-20T03:18:08.622Z | [ host-image] Aug 20 03:18:07.915 INFO O| Aug 20 03:18:07.915 INFO STEP 166 (remove_files) COMPLETE |
| 10090 | 2026-08-20T03:18:08.622Z | [ host-image] Aug 20 03:18:07.915 INFO O| Aug 20 03:18:07.915 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10091 | 2026-08-20T03:18:08.727Z | [ host-image] Aug 20 03:18:07.925 INFO O| Aug 20 03:18:07.925 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 10092 | 2026-08-20T03:18:08.727Z | [ host-image] Aug 20 03:18:07.925 INFO O| Aug 20 03:18:07.925 INFO STEP 167 (remove_files) COMPLETE |
| 10093 | 2026-08-20T03:18:08.736Z | [ host-image] Aug 20 03:18:07.925 INFO O| Aug 20 03:18:07.925 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10094 | 2026-08-20T03:18:08.746Z | [ host-image] Aug 20 03:18:07.937 INFO O| Aug 20 03:18:07.937 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat" |
| 10095 | 2026-08-20T03:18:08.746Z | [ host-image] Aug 20 03:18:07.937 INFO O| Aug 20 03:18:07.937 INFO STEP 168 (remove_files) COMPLETE |
| 10096 | 2026-08-20T03:18:08.746Z | [ host-image] Aug 20 03:18:07.937 INFO O| Aug 20 03:18:07.937 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10097 | 2026-08-20T03:18:08.746Z | [ host-image] Aug 20 03:18:07.948 INFO O| Aug 20 03:18:07.948 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 10098 | 2026-08-20T03:18:08.746Z | [ host-image] Aug 20 03:18:07.948 INFO O| Aug 20 03:18:07.948 INFO STEP 169 (remove_files) COMPLETE |
| 10099 | 2026-08-20T03:18:08.746Z | [ host-image] Aug 20 03:18:07.948 INFO O| Aug 20 03:18:07.948 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10100 | 2026-08-20T03:18:08.746Z | [ host-image] Aug 20 03:18:07.959 INFO O| Aug 20 03:18:07.959 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml" |
| 10101 | 2026-08-20T03:18:08.746Z | [ host-image] Aug 20 03:18:07.959 INFO O| Aug 20 03:18:07.959 INFO STEP 170 (remove_files) COMPLETE |
| 10102 | 2026-08-20T03:18:08.746Z | [ host-image] Aug 20 03:18:07.959 INFO O| Aug 20 03:18:07.959 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10103 | 2026-08-20T03:18:08.746Z | [ host-image] Aug 20 03:18:07.971 INFO O| Aug 20 03:18:07.971 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml" |
| 10104 | 2026-08-20T03:18:08.746Z | [ host-image] Aug 20 03:18:07.971 INFO O| Aug 20 03:18:07.971 INFO STEP 171 (remove_files) COMPLETE |
| 10105 | 2026-08-20T03:18:08.747Z | [ host-image] Aug 20 03:18:07.971 INFO O| Aug 20 03:18:07.971 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10106 | 2026-08-20T03:18:08.747Z | [ host-image] Aug 20 03:18:07.981 INFO O| Aug 20 03:18:07.981 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
| 10107 | 2026-08-20T03:18:08.747Z | [ host-image] Aug 20 03:18:07.981 INFO O| Aug 20 03:18:07.981 INFO STEP 172 (remove_files) COMPLETE |
| 10108 | 2026-08-20T03:18:08.747Z | [ host-image] Aug 20 03:18:07.982 INFO O| Aug 20 03:18:07.981 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10109 | 2026-08-20T03:18:08.747Z | [ host-image] Aug 20 03:18:07.991 INFO O| Aug 20 03:18:07.991 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml" |
| 10110 | 2026-08-20T03:18:08.747Z | [ host-image] Aug 20 03:18:07.991 INFO O| Aug 20 03:18:07.991 INFO STEP 173 (remove_files) COMPLETE |
| 10111 | 2026-08-20T03:18:08.747Z | [ host-image] Aug 20 03:18:07.991 INFO O| Aug 20 03:18:07.991 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10112 | 2026-08-20T03:18:08.747Z | [ host-image] Aug 20 03:18:08.011 INFO O| Aug 20 03:18:08.011 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml" |
| 10113 | 2026-08-20T03:18:08.747Z | [ host-image] Aug 20 03:18:08.011 INFO O| Aug 20 03:18:08.011 INFO STEP 174 (remove_files) COMPLETE |
| 10114 | 2026-08-20T03:18:08.747Z | [ host-image] Aug 20 03:18:08.011 INFO O| Aug 20 03:18:08.011 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10115 | 2026-08-20T03:18:08.747Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 10116 | 2026-08-20T03:18:08.747Z | [ host-image] Aug 20 03:18:08.023 INFO O| Aug 20 03:18:08.023 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml" |
| 10117 | 2026-08-20T03:18:08.747Z | [ host-image] Aug 20 03:18:08.023 INFO O| Aug 20 03:18:08.023 INFO STEP 175 (remove_files) COMPLETE |
| 10118 | 2026-08-20T03:18:08.747Z | [ host-image] Aug 20 03:18:08.023 INFO O| Aug 20 03:18:08.023 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10119 | 2026-08-20T03:18:08.760Z | [ host-image] Aug 20 03:18:08.041 INFO O| Aug 20 03:18:08.041 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal |
| 10120 | 2026-08-20T03:18:08.760Z | [ host-image] Aug 20 03:18:08.041 INFO O| Aug 20 03:18:08.041 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"} |
| 10121 | 2026-08-20T03:18:08.820Z | [verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 10122 | 2026-08-20T03:18:08.828Z | [verify-libraries] Compiling drift v0.2.0 |
| 10123 | 2026-08-20T03:18:08.902Z | [verify-libraries] Compiling uzers v0.12.2 |
| 10124 | 2026-08-20T03:18:09.169Z | [verify-libraries] Compiling parse-size v1.1.0 |
| 10125 | 2026-08-20T03:18:09.412Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 10126 | 2026-08-20T03:18:09.530Z | [verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 10127 | 2026-08-20T03:18:09.771Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 10128 | 2026-08-20T03:18:10.043Z | [verify-libraries] Compiling dropshot-api-manager v0.8.0 |
| 10129 | 2026-08-20T03:18:10.334Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 10130 | 2026-08-20T03:18:10.627Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 10131 | 2026-08-20T03:18:13.322Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 10132 | 2026-08-20T03:18:14.150Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 10133 | 2026-08-20T03:18:14.289Z | [verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 10134 | 2026-08-20T03:18:15.732Z | [ host-image] Aug 20 03:18:15.023 INFO O| Aug 20 03:18:15.023 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 |
| 10135 | 2026-08-20T03:18:15.733Z | [ host-image] Aug 20 03:18:15.023 INFO O| Aug 20 03:18:15.023 INFO E| svccfg: Loaded 80 smf(7) service descriptions |
| 10136 | 2026-08-20T03:18:15.746Z | [ host-image] Aug 20 03:18:15.039 INFO O| Aug 20 03:18:15.039 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"} |
| 10137 | 2026-08-20T03:18:15.858Z | [verify-libraries] Compiling support-bundle-viewer v0.1.2 |
| 10138 | 2026-08-20T03:18:15.923Z | [ host-image] Aug 20 03:18:15.149 INFO O| Aug 20 03:18:15.149 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_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"} |
| 10139 | 2026-08-20T03:18:15.959Z | [ host-image] Aug 20 03:18:15.213 INFO O| Aug 20 03:18:15.213 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"} |
| 10140 | 2026-08-20T03:18:16.071Z | [ host-image] Aug 20 03:18:15.287 INFO O| Aug 20 03:18:15.287 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist |
| 10141 | 2026-08-20T03:18:16.071Z | [ host-image] Aug 20 03:18:15.287 INFO O| Aug 20 03:18:15.287 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ... |
| 10142 | 2026-08-20T03:18:16.124Z | [ host-image] Aug 20 03:18:15.289 INFO O| Aug 20 03:18:15.289 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db |
| 10143 | 2026-08-20T03:18:16.124Z | [ host-image] Aug 20 03:18:15.289 INFO O| Aug 20 03:18:15.289 INFO ok! |
| 10144 | 2026-08-20T03:18:16.124Z | [ host-image] Aug 20 03:18:15.289 INFO O| Aug 20 03:18:15.289 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing |
| 10145 | 2026-08-20T03:18:16.124Z | [ host-image] Aug 20 03:18:15.289 INFO O| Aug 20 03:18:15.289 INFO STEP 176 (seed_smf) COMPLETE |
| 10146 | 2026-08-20T03:18:16.124Z | [ host-image] Aug 20 03:18:15.289 INFO O| Aug 20 03:18:15.289 INFO steps complete; finalising image! |
| 10147 | 2026-08-20T03:18:16.124Z | [ host-image] Aug 20 03:18:15.289 INFO O| Aug 20 03:18:15.289 INFO TRIM POOL: TEMPORARY-sled-zfs |
| 10148 | 2026-08-20T03:18:16.199Z | [verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 10149 | 2026-08-20T03:18:16.249Z | [ host-image] Aug 20 03:18:15.453 INFO O| Aug 20 03:18:15.453 INFO trim TEMPORARY-sled-zfs: (0% trimmed, started at Thu Aug 20 03:18:15 2026) |
| 10150 | 2026-08-20T03:18:16.249Z | [ recovery-image] Aug 20 03:18:15.456 INFO O| Aug 20 03:18:15.456 INFO STEP 1 (unpack_tar) COMPLETE |
| 10151 | 2026-08-20T03:18:16.249Z | [ recovery-image] Aug 20 03:18:15.456 INFO O| Aug 20 03:18:15.456 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 10152 | 2026-08-20T03:18:16.249Z | [ recovery-image] Aug 20 03:18:15.467 INFO O| Aug 20 03:18:15.467 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 10153 | 2026-08-20T03:18:16.294Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 10154 | 2026-08-20T03:18:16.384Z | [ host-image] Aug 20 03:18:15.675 INFO O| Aug 20 03:18:15.675 INFO temporary pool has 914M used, 110M avail, 1.81x compressratio |
| 10155 | 2026-08-20T03:18:16.384Z | [ host-image] Aug 20 03:18:15.676 INFO O| Aug 20 03:18:15.675 INFO EXPORT POOL: TEMPORARY-sled-zfs |
| 10156 | 2026-08-20T03:18:16.591Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 10157 | 2026-08-20T03:18:16.743Z | [verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 10158 | 2026-08-20T03:18:16.798Z | [verify-libraries] Compiling multimap v0.10.1 |
| 10159 | 2026-08-20T03:18:16.956Z | [verify-libraries] Compiling termios v0.3.3 |
| 10160 | 2026-08-20T03:18:16.970Z | [ host-image] Aug 20 03:18:16.240 INFO O| Aug 20 03:18:16.240 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw |
| 10161 | 2026-08-20T03:18:16.970Z | [ host-image] Aug 20 03:18:16.240 INFO O| Aug 20 03:18:16.240 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal |
| 10162 | 2026-08-20T03:18:17.159Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 10163 | 2026-08-20T03:18:17.236Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 10164 | 2026-08-20T03:18:17.362Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 10165 | 2026-08-20T03:18:17.485Z | [ recovery-image] Aug 20 03:18:16.762 INFO O| Aug 20 03:18:16.762 INFO STEP 2 (devfsadm) COMPLETE |
| 10166 | 2026-08-20T03:18:17.485Z | [ recovery-image] Aug 20 03:18:16.762 INFO O| Aug 20 03:18:16.762 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 10167 | 2026-08-20T03:18:17.499Z | [ recovery-image] Aug 20 03:18:16.772 INFO O| Aug 20 03:18:16.772 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 10168 | 2026-08-20T03:18:17.499Z | [ recovery-image] Aug 20 03:18:16.773 INFO O| Aug 20 03:18:16.772 INFO STEP 3 (ensure_dir) COMPLETE |
| 10169 | 2026-08-20T03:18:17.499Z | [ recovery-image] Aug 20 03:18:16.773 INFO O| Aug 20 03:18:16.772 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 10170 | 2026-08-20T03:18:17.499Z | [ recovery-image] Aug 20 03:18:16.781 INFO O| Aug 20 03:18:16.781 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 10171 | 2026-08-20T03:18:17.499Z | [ recovery-image] Aug 20 03:18:16.781 INFO O| Aug 20 03:18:16.781 INFO STEP 4 (ensure_dir) COMPLETE |
| 10172 | 2026-08-20T03:18:17.499Z | [ recovery-image] Aug 20 03:18:16.781 INFO O| Aug 20 03:18:16.781 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 10173 | 2026-08-20T03:18:17.518Z | [ recovery-image] Aug 20 03:18:16.790 INFO O| Aug 20 03:18:16.790 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 10174 | 2026-08-20T03:18:17.518Z | [ recovery-image] Aug 20 03:18:16.790 INFO O| Aug 20 03:18:16.790 INFO STEP 5 (ensure_dir) COMPLETE |
| 10175 | 2026-08-20T03:18:17.518Z | [ recovery-image] Aug 20 03:18:16.790 INFO O| Aug 20 03:18:16.790 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 10176 | 2026-08-20T03:18:17.518Z | [ recovery-image] Aug 20 03:18:16.799 INFO O| Aug 20 03:18:16.799 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 10177 | 2026-08-20T03:18:17.518Z | [ recovery-image] Aug 20 03:18:16.800 INFO O| Aug 20 03:18:16.800 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 10178 | 2026-08-20T03:18:17.518Z | [ recovery-image] Aug 20 03:18:16.800 INFO O| Aug 20 03:18:16.800 INFO STEP 6 (ensure_dir) COMPLETE |
| 10179 | 2026-08-20T03:18:17.518Z | [ recovery-image] Aug 20 03:18:16.800 INFO O| Aug 20 03:18:16.800 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 10180 | 2026-08-20T03:18:17.561Z | [ recovery-image] Aug 20 03:18:16.809 INFO O| Aug 20 03:18:16.808 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 10181 | 2026-08-20T03:18:17.561Z | [ recovery-image] Aug 20 03:18:16.809 INFO O| Aug 20 03:18:16.809 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 10182 | 2026-08-20T03:18:17.561Z | [ recovery-image] Aug 20 03:18:16.809 INFO O| Aug 20 03:18:16.809 INFO STEP 7 (ensure_dir) COMPLETE |
| 10183 | 2026-08-20T03:18:17.561Z | [ recovery-image] Aug 20 03:18:16.809 INFO O| Aug 20 03:18:16.809 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 10184 | 2026-08-20T03:18:17.561Z | [ recovery-image] Aug 20 03:18:16.818 INFO O| Aug 20 03:18:16.818 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg" |
| 10185 | 2026-08-20T03:18:17.561Z | [ recovery-image] Aug 20 03:18:16.819 INFO O| Aug 20 03:18:16.818 INFO STEP 8 (remove_files) COMPLETE |
| 10186 | 2026-08-20T03:18:17.561Z | [ recovery-image] Aug 20 03:18:16.819 INFO O| Aug 20 03:18:16.818 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 10187 | 2026-08-20T03:18:17.580Z | [ recovery-image] Aug 20 03:18:16.828 INFO O| Aug 20 03:18:16.828 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk" |
| 10188 | 2026-08-20T03:18:17.581Z | [ recovery-image] Aug 20 03:18:16.829 INFO O| Aug 20 03:18:16.829 INFO STEP 9 (remove_files) COMPLETE |
| 10189 | 2026-08-20T03:18:17.581Z | [ recovery-image] Aug 20 03:18:16.829 INFO O| Aug 20 03:18:16.829 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 10190 | 2026-08-20T03:18:17.581Z | [ recovery-image] Aug 20 03:18:16.839 INFO O| Aug 20 03:18:16.839 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk" |
| 10191 | 2026-08-20T03:18:17.581Z | [ recovery-image] Aug 20 03:18:16.840 INFO O| Aug 20 03:18:16.840 INFO STEP 10 (remove_files) COMPLETE |
| 10192 | 2026-08-20T03:18:17.581Z | [ recovery-image] Aug 20 03:18:16.840 INFO O| Aug 20 03:18:16.840 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 10193 | 2026-08-20T03:18:17.581Z | [ recovery-image] Aug 20 03:18:16.849 INFO O| Aug 20 03:18:16.849 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors" |
| 10194 | 2026-08-20T03:18:17.581Z | [ recovery-image] Aug 20 03:18:16.850 INFO O| Aug 20 03:18:16.850 INFO STEP 11 (remove_files) COMPLETE |
| 10195 | 2026-08-20T03:18:17.581Z | [ recovery-image] Aug 20 03:18:16.850 INFO O| Aug 20 03:18:16.850 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 10196 | 2026-08-20T03:18:17.581Z | [ recovery-image] Aug 20 03:18:16.859 INFO O| Aug 20 03:18:16.859 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb" |
| 10197 | 2026-08-20T03:18:17.581Z | [ recovery-image] Aug 20 03:18:16.859 INFO O| Aug 20 03:18:16.859 INFO STEP 12 (remove_files) COMPLETE |
| 10198 | 2026-08-20T03:18:17.581Z | [ recovery-image] Aug 20 03:18:16.859 INFO O| Aug 20 03:18:16.859 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 10199 | 2026-08-20T03:18:17.618Z | [ recovery-image] Aug 20 03:18:16.868 INFO O| Aug 20 03:18:16.868 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 10200 | 2026-08-20T03:18:17.618Z | [ recovery-image] Aug 20 03:18:16.868 INFO O| Aug 20 03:18:16.868 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 10201 | 2026-08-20T03:18:17.618Z | [ recovery-image] Aug 20 03:18:16.868 INFO O| Aug 20 03:18:16.868 INFO STEP 13 (ensure_dir) COMPLETE |
| 10202 | 2026-08-20T03:18:17.618Z | [ recovery-image] Aug 20 03:18:16.868 INFO O| Aug 20 03:18:16.868 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 10203 | 2026-08-20T03:18:17.618Z | [ recovery-image] Aug 20 03:18:16.878 INFO O| Aug 20 03:18:16.878 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 10204 | 2026-08-20T03:18:17.618Z | [ recovery-image] Aug 20 03:18:16.878 INFO O| Aug 20 03:18:16.878 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 10205 | 2026-08-20T03:18:17.618Z | [ recovery-image] Aug 20 03:18:16.878 INFO O| Aug 20 03:18:16.878 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 10206 | 2026-08-20T03:18:17.618Z | [ recovery-image] Aug 20 03:18:16.878 INFO O| Aug 20 03:18:16.878 INFO STEP 14 (ensure_dir) COMPLETE |
| 10207 | 2026-08-20T03:18:17.618Z | [ recovery-image] Aug 20 03:18:16.878 INFO O| Aug 20 03:18:16.878 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 10208 | 2026-08-20T03:18:17.618Z | [ recovery-image] Aug 20 03:18:16.889 INFO O| Aug 20 03:18:16.889 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 10209 | 2026-08-20T03:18:17.618Z | [ recovery-image] Aug 20 03:18:16.889 INFO O| Aug 20 03:18:16.889 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 10210 | 2026-08-20T03:18:17.618Z | [ recovery-image] Aug 20 03:18:16.889 INFO O| Aug 20 03:18:16.889 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 10211 | 2026-08-20T03:18:17.619Z | [ recovery-image] Aug 20 03:18:16.889 INFO O| Aug 20 03:18:16.889 INFO STEP 15 (ensure_dir) COMPLETE |
| 10212 | 2026-08-20T03:18:17.620Z | [ recovery-image] Aug 20 03:18:16.889 INFO O| Aug 20 03:18:16.889 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 10213 | 2026-08-20T03:18:17.658Z | [ recovery-image] Aug 20 03:18:16.899 INFO O| Aug 20 03:18:16.899 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 10214 | 2026-08-20T03:18:17.658Z | [ recovery-image] Aug 20 03:18:16.899 INFO O| Aug 20 03:18:16.899 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 10215 | 2026-08-20T03:18:17.658Z | [ recovery-image] Aug 20 03:18:16.899 INFO O| Aug 20 03:18:16.899 INFO STEP 16 (ensure_dir) COMPLETE |
| 10216 | 2026-08-20T03:18:17.658Z | [ recovery-image] Aug 20 03:18:16.899 INFO O| Aug 20 03:18:16.899 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 10217 | 2026-08-20T03:18:17.658Z | [ recovery-image] Aug 20 03:18:16.909 INFO O| Aug 20 03:18:16.909 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 10218 | 2026-08-20T03:18:17.658Z | [ recovery-image] Aug 20 03:18:16.909 INFO O| Aug 20 03:18:16.909 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 10219 | 2026-08-20T03:18:17.659Z | [ recovery-image] Aug 20 03:18:16.909 INFO O| Aug 20 03:18:16.909 INFO STEP 17 (ensure_dir) COMPLETE |
| 10220 | 2026-08-20T03:18:17.659Z | [ recovery-image] Aug 20 03:18:16.909 INFO O| Aug 20 03:18:16.909 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 10221 | 2026-08-20T03:18:17.659Z | [ recovery-image] Aug 20 03:18:16.918 INFO O| Aug 20 03:18:16.918 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 10222 | 2026-08-20T03:18:17.659Z | [ recovery-image] Aug 20 03:18:16.918 INFO O| Aug 20 03:18:16.918 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog |
| 10223 | 2026-08-20T03:18:17.659Z | [ recovery-image] Aug 20 03:18:16.918 INFO O| Aug 20 03:18:16.918 INFO ok! |
| 10224 | 2026-08-20T03:18:17.659Z | [ recovery-image] Aug 20 03:18:16.918 INFO O| Aug 20 03:18:16.918 INFO STEP 18 (ensure_symlink) COMPLETE |
| 10225 | 2026-08-20T03:18:17.659Z | [ recovery-image] Aug 20 03:18:16.918 INFO O| Aug 20 03:18:16.918 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 10226 | 2026-08-20T03:18:17.688Z | [ recovery-image] Aug 20 03:18:16.927 INFO O| Aug 20 03:18:16.926 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents |
| 10227 | 2026-08-20T03:18:17.688Z | [ recovery-image] Aug 20 03:18:16.927 INFO O| Aug 20 03:18:16.926 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure |
| 10228 | 2026-08-20T03:18:17.688Z | [ recovery-image] Aug 20 03:18:16.927 INFO O| Aug 20 03:18:16.926 INFO ok! |
| 10229 | 2026-08-20T03:18:17.688Z | [ recovery-image] Aug 20 03:18:16.927 INFO O| Aug 20 03:18:16.926 INFO STEP 19 (ensure_file) COMPLETE |
| 10230 | 2026-08-20T03:18:17.688Z | [ recovery-image] Aug 20 03:18:16.927 INFO O| Aug 20 03:18:16.927 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 10231 | 2026-08-20T03:18:17.688Z | [ recovery-image] Aug 20 03:18:16.935 INFO O| Aug 20 03:18:16.935 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
| 10232 | 2026-08-20T03:18:17.688Z | [ recovery-image] Aug 20 03:18:16.935 INFO O| Aug 20 03:18:16.935 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 10233 | 2026-08-20T03:18:17.688Z | [ recovery-image] Aug 20 03:18:16.935 INFO O| Aug 20 03:18:16.935 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml |
| 10234 | 2026-08-20T03:18:17.688Z | [ recovery-image] Aug 20 03:18:16.936 INFO O| Aug 20 03:18:16.935 INFO ok! |
| 10235 | 2026-08-20T03:18:17.688Z | [ recovery-image] Aug 20 03:18:16.936 INFO O| Aug 20 03:18:16.935 INFO STEP 20 (ensure_symlink) COMPLETE |
| 10236 | 2026-08-20T03:18:17.688Z | [ recovery-image] Aug 20 03:18:16.936 INFO O| Aug 20 03:18:16.936 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 10237 | 2026-08-20T03:18:17.688Z | [ recovery-image] Aug 20 03:18:16.945 INFO O| Aug 20 03:18:16.945 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
| 10238 | 2026-08-20T03:18:17.688Z | [ recovery-image] Aug 20 03:18:16.945 INFO O| Aug 20 03:18:16.945 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 10239 | 2026-08-20T03:18:17.689Z | [ recovery-image] Aug 20 03:18:16.945 INFO O| Aug 20 03:18:16.945 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
| 10240 | 2026-08-20T03:18:17.689Z | [ recovery-image] Aug 20 03:18:16.945 INFO O| Aug 20 03:18:16.945 INFO ok! |
| 10241 | 2026-08-20T03:18:17.689Z | [ recovery-image] Aug 20 03:18:16.945 INFO O| Aug 20 03:18:16.945 INFO STEP 21 (ensure_symlink) COMPLETE |
| 10242 | 2026-08-20T03:18:17.689Z | [ recovery-image] Aug 20 03:18:16.945 INFO O| Aug 20 03:18:16.945 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 10243 | 2026-08-20T03:18:17.689Z | [ recovery-image] Aug 20 03:18:16.954 INFO O| Aug 20 03:18:16.954 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
| 10244 | 2026-08-20T03:18:17.689Z | [ recovery-image] Aug 20 03:18:16.954 INFO O| Aug 20 03:18:16.954 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 10245 | 2026-08-20T03:18:17.689Z | [ recovery-image] Aug 20 03:18:16.954 INFO O| Aug 20 03:18:16.954 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml |
| 10246 | 2026-08-20T03:18:17.689Z | [ recovery-image] Aug 20 03:18:16.954 INFO O| Aug 20 03:18:16.954 INFO ok! |
| 10247 | 2026-08-20T03:18:17.689Z | [ recovery-image] Aug 20 03:18:16.954 INFO O| Aug 20 03:18:16.954 INFO STEP 22 (ensure_symlink) COMPLETE |
| 10248 | 2026-08-20T03:18:17.689Z | [ recovery-image] Aug 20 03:18:16.954 INFO O| Aug 20 03:18:16.954 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 10249 | 2026-08-20T03:18:17.699Z | [ recovery-image] Aug 20 03:18:16.966 INFO O| Aug 20 03:18:16.966 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
| 10250 | 2026-08-20T03:18:17.699Z | [ recovery-image] Aug 20 03:18:16.966 INFO O| Aug 20 03:18:16.966 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 10251 | 2026-08-20T03:18:17.699Z | [ recovery-image] Aug 20 03:18:16.966 INFO O| Aug 20 03:18:16.966 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml |
| 10252 | 2026-08-20T03:18:17.699Z | [ recovery-image] Aug 20 03:18:16.966 INFO O| Aug 20 03:18:16.966 INFO ok! |
| 10253 | 2026-08-20T03:18:17.699Z | [ recovery-image] Aug 20 03:18:16.966 INFO O| Aug 20 03:18:16.966 INFO STEP 23 (ensure_symlink) COMPLETE |
| 10254 | 2026-08-20T03:18:17.700Z | [ recovery-image] Aug 20 03:18:16.966 INFO O| Aug 20 03:18:16.966 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 10255 | 2026-08-20T03:18:17.700Z | [ recovery-image] Aug 20 03:18:16.975 INFO O| Aug 20 03:18:16.974 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 10256 | 2026-08-20T03:18:17.700Z | [ recovery-image] Aug 20 03:18:16.975 INFO O| Aug 20 03:18:16.975 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 ... |
| 10257 | 2026-08-20T03:18:17.700Z | [ recovery-image] Aug 20 03:18:16.975 INFO O| Aug 20 03:18:16.975 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf |
| 10258 | 2026-08-20T03:18:17.700Z | [ recovery-image] Aug 20 03:18:16.975 INFO O| Aug 20 03:18:16.975 INFO ok! |
| 10259 | 2026-08-20T03:18:17.700Z | [ recovery-image] Aug 20 03:18:16.975 INFO O| Aug 20 03:18:16.975 INFO STEP 24 (ensure_file) COMPLETE |
| 10260 | 2026-08-20T03:18:17.700Z | [ recovery-image] Aug 20 03:18:16.975 INFO O| Aug 20 03:18:16.975 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 10261 | 2026-08-20T03:18:17.700Z | [ recovery-image] Aug 20 03:18:16.986 INFO O| Aug 20 03:18:16.986 INFO updating shadow file |
| 10262 | 2026-08-20T03:18:17.700Z | [ recovery-image] Aug 20 03:18:16.987 INFO O| Aug 20 03:18:16.987 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 10263 | 2026-08-20T03:18:17.700Z | [ recovery-image] Aug 20 03:18:16.987 INFO O| Aug 20 03:18:16.987 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 10264 | 2026-08-20T03:18:17.700Z | [ recovery-image] Aug 20 03:18:16.987 INFO O| Aug 20 03:18:16.987 INFO STEP 25 (shadow) COMPLETE |
| 10265 | 2026-08-20T03:18:17.700Z | [ recovery-image] Aug 20 03:18:16.987 INFO O| Aug 20 03:18:16.987 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 10266 | 2026-08-20T03:18:17.713Z | [ recovery-image] Aug 20 03:18:16.995 INFO O| Aug 20 03:18:16.995 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 10267 | 2026-08-20T03:18:17.713Z | [ recovery-image] Aug 20 03:18:16.996 INFO O| Aug 20 03:18:16.995 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ... |
| 10268 | 2026-08-20T03:18:17.713Z | [ recovery-image] Aug 20 03:18:16.996 INFO O| Aug 20 03:18:16.996 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts |
| 10269 | 2026-08-20T03:18:17.713Z | [ recovery-image] Aug 20 03:18:16.996 INFO O| Aug 20 03:18:16.996 INFO ok! |
| 10270 | 2026-08-20T03:18:17.713Z | [ recovery-image] Aug 20 03:18:16.996 INFO O| Aug 20 03:18:16.996 INFO STEP 26 (ensure_file) COMPLETE |
| 10271 | 2026-08-20T03:18:17.713Z | [ recovery-image] Aug 20 03:18:16.996 INFO O| Aug 20 03:18:16.996 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 10272 | 2026-08-20T03:18:17.719Z | [ recovery-image] Aug 20 03:18:17.007 INFO O| Aug 20 03:18:17.007 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist |
| 10273 | 2026-08-20T03:18:17.719Z | [ recovery-image] Aug 20 03:18:17.007 INFO O| Aug 20 03:18:17.007 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ... |
| 10274 | 2026-08-20T03:18:17.719Z | [ recovery-image] Aug 20 03:18:17.007 INFO O| Aug 20 03:18:17.007 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename |
| 10275 | 2026-08-20T03:18:17.719Z | [ recovery-image] Aug 20 03:18:17.007 INFO O| Aug 20 03:18:17.007 INFO ok! |
| 10276 | 2026-08-20T03:18:17.719Z | [ recovery-image] Aug 20 03:18:17.007 INFO O| Aug 20 03:18:17.007 INFO STEP 27 (ensure_file) COMPLETE |
| 10277 | 2026-08-20T03:18:17.719Z | [ recovery-image] Aug 20 03:18:17.007 INFO O| Aug 20 03:18:17.007 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 10278 | 2026-08-20T03:18:17.732Z | [ recovery-image] Aug 20 03:18:17.018 INFO O| Aug 20 03:18:17.018 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 10279 | 2026-08-20T03:18:17.732Z | [ recovery-image] Aug 20 03:18:17.018 INFO O| Aug 20 03:18:17.018 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ... |
| 10280 | 2026-08-20T03:18:17.732Z | [ recovery-image] Aug 20 03:18:17.018 INFO O| Aug 20 03:18:17.018 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 10281 | 2026-08-20T03:18:17.732Z | [ recovery-image] Aug 20 03:18:17.018 INFO O| Aug 20 03:18:17.018 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 10282 | 2026-08-20T03:18:17.732Z | [ recovery-image] Aug 20 03:18:17.018 INFO O| Aug 20 03:18:17.018 INFO ok! |
| 10283 | 2026-08-20T03:18:17.732Z | [ recovery-image] Aug 20 03:18:17.018 INFO O| Aug 20 03:18:17.018 INFO STEP 28 (ensure_file) COMPLETE |
| 10284 | 2026-08-20T03:18:17.732Z | [ recovery-image] Aug 20 03:18:17.018 INFO O| Aug 20 03:18:17.018 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 10285 | 2026-08-20T03:18:17.737Z | [ recovery-image] Aug 20 03:18:17.028 INFO O| Aug 20 03:18:17.028 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist |
| 10286 | 2026-08-20T03:18:17.737Z | [ recovery-image] Aug 20 03:18:17.029 INFO O| Aug 20 03:18:17.028 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ... |
| 10287 | 2026-08-20T03:18:17.737Z | [ recovery-image] Aug 20 03:18:17.029 INFO O| Aug 20 03:18:17.028 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf |
| 10288 | 2026-08-20T03:18:17.737Z | [ recovery-image] Aug 20 03:18:17.029 INFO O| Aug 20 03:18:17.028 INFO ok! |
| 10289 | 2026-08-20T03:18:17.737Z | [ recovery-image] Aug 20 03:18:17.029 INFO O| Aug 20 03:18:17.028 INFO STEP 29 (ensure_file) COMPLETE |
| 10290 | 2026-08-20T03:18:17.737Z | [ recovery-image] Aug 20 03:18:17.029 INFO O| Aug 20 03:18:17.028 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 10291 | 2026-08-20T03:18:18.017Z | [ recovery-image] Aug 20 03:18:17.038 INFO O| Aug 20 03:18:17.038 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 10292 | 2026-08-20T03:18:18.017Z | [ recovery-image] Aug 20 03:18:17.038 INFO O| Aug 20 03:18:17.038 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 10293 | 2026-08-20T03:18:18.017Z | [ recovery-image] Aug 20 03:18:17.038 INFO O| Aug 20 03:18:17.038 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 10294 | 2026-08-20T03:18:18.017Z | [ recovery-image] Aug 20 03:18:17.038 INFO O| Aug 20 03:18:17.038 INFO STEP 30 (ensure_dir) COMPLETE |
| 10295 | 2026-08-20T03:18:18.017Z | [ recovery-image] Aug 20 03:18:17.038 INFO O| Aug 20 03:18:17.038 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 10296 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.047 INFO O| Aug 20 03:18:17.047 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist |
| 10297 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.047 INFO O| Aug 20 03:18:17.047 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 ... |
| 10298 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.047 INFO O| Aug 20 03:18:17.047 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 |
| 10299 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.047 INFO O| Aug 20 03:18:17.047 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup |
| 10300 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.047 INFO O| Aug 20 03:18:17.047 INFO ok! |
| 10301 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.047 INFO O| Aug 20 03:18:17.047 INFO STEP 31 (ensure_file) COMPLETE |
| 10302 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.047 INFO O| Aug 20 03:18:17.047 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 10303 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.066 INFO O| Aug 20 03:18:17.066 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 10304 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.066 INFO O| Aug 20 03:18:17.066 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 10305 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.067 INFO O| Aug 20 03:18:17.066 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 10306 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.067 INFO O| Aug 20 03:18:17.067 INFO STEP 32 (ensure_dir) COMPLETE |
| 10307 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.067 INFO O| Aug 20 03:18:17.067 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 10308 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.082 INFO O| Aug 20 03:18:17.082 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 10309 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.082 INFO O| Aug 20 03:18:17.082 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 ... |
| 10310 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.082 INFO O| Aug 20 03:18:17.082 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 |
| 10311 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.082 INFO O| Aug 20 03:18:17.082 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml |
| 10312 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.082 INFO O| Aug 20 03:18:17.082 INFO ok! |
| 10313 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.082 INFO O| Aug 20 03:18:17.082 INFO STEP 33 (ensure_file) COMPLETE |
| 10314 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.083 INFO O| Aug 20 03:18:17.082 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 10315 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.094 INFO O| Aug 20 03:18:17.094 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist |
| 10316 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.094 INFO O| Aug 20 03:18:17.094 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ... |
| 10317 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.094 INFO O| Aug 20 03:18:17.094 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master |
| 10318 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.094 INFO O| Aug 20 03:18:17.094 INFO ok! |
| 10319 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.094 INFO O| Aug 20 03:18:17.094 INFO STEP 34 (ensure_file) COMPLETE |
| 10320 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.094 INFO O| Aug 20 03:18:17.094 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 10321 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.103 INFO O| Aug 20 03:18:17.103 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
| 10322 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.103 INFO O| Aug 20 03:18:17.103 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ... |
| 10323 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.103 INFO O| Aug 20 03:18:17.103 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 10324 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.103 INFO O| Aug 20 03:18:17.103 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 10325 | 2026-08-20T03:18:18.018Z | [ recovery-image] Aug 20 03:18:17.103 INFO O| Aug 20 03:18:17.103 INFO ok! |
| 10326 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.103 INFO O| Aug 20 03:18:17.103 INFO STEP 35 (ensure_file) COMPLETE |
| 10327 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.103 INFO O| Aug 20 03:18:17.103 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 10328 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.112 INFO O| Aug 20 03:18:17.112 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
| 10329 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.112 INFO O| Aug 20 03:18:17.112 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ... |
| 10330 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.112 INFO O| Aug 20 03:18:17.112 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init |
| 10331 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.112 INFO O| Aug 20 03:18:17.112 INFO ok! |
| 10332 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.112 INFO O| Aug 20 03:18:17.112 INFO STEP 36 (ensure_file) COMPLETE |
| 10333 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.112 INFO O| Aug 20 03:18:17.112 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 10334 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.122 INFO O| Aug 20 03:18:17.122 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 10335 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.122 INFO O| Aug 20 03:18:17.122 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ... |
| 10336 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.122 INFO O| Aug 20 03:18:17.122 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config |
| 10337 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.122 INFO O| Aug 20 03:18:17.122 INFO ok! |
| 10338 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.122 INFO O| Aug 20 03:18:17.122 INFO STEP 37 (ensure_file) COMPLETE |
| 10339 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.122 INFO O| Aug 20 03:18:17.122 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 10340 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.132 INFO O| Aug 20 03:18:17.132 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist |
| 10341 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.132 INFO O| Aug 20 03:18:17.132 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ... |
| 10342 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.132 INFO O| Aug 20 03:18:17.132 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 10343 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.132 INFO O| Aug 20 03:18:17.132 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 10344 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.132 INFO O| Aug 20 03:18:17.132 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 10345 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.132 INFO O| Aug 20 03:18:17.132 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 10346 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.132 INFO O| Aug 20 03:18:17.132 INFO ok! |
| 10347 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.132 INFO O| Aug 20 03:18:17.132 INFO STEP 38 (ensure_file) COMPLETE |
| 10348 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.132 INFO O| Aug 20 03:18:17.132 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 10349 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.144 INFO O| Aug 20 03:18:17.144 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 10350 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.144 INFO O| Aug 20 03:18:17.144 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 10351 | 2026-08-20T03:18:18.019Z | [ recovery-image] Aug 20 03:18:17.144 INFO O| Aug 20 03:18:17.144 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 10352 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.144 INFO O| Aug 20 03:18:17.144 INFO STEP 39 (ensure_dir) COMPLETE |
| 10353 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.144 INFO O| Aug 20 03:18:17.144 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 10354 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.154 INFO O| Aug 20 03:18:17.154 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 |
| 10355 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.155 INFO O| Aug 20 03:18:17.154 INFO copying /work/oxidecomputer/helios/projects/chelsio-t6-roms/srom/bins/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/Oxide_t6_2x100Gbase_kr_nomemory_v8C_6_26_10.bin ... |
| 10356 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.155 INFO O| Aug 20 03:18:17.155 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 |
| 10357 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.155 INFO O| Aug 20 03:18:17.155 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 |
| 10358 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.155 INFO O| Aug 20 03:18:17.155 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 |
| 10359 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.155 INFO O| Aug 20 03:18:17.155 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 |
| 10360 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.155 INFO O| Aug 20 03:18:17.155 INFO ok! |
| 10361 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.155 INFO O| Aug 20 03:18:17.155 INFO STEP 40 (ensure_file) COMPLETE |
| 10362 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.155 INFO O| Aug 20 03:18:17.155 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 10363 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.166 INFO O| Aug 20 03:18:17.166 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 10364 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.166 INFO O| Aug 20 03:18:17.166 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 ... |
| 10365 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.166 INFO O| Aug 20 03:18:17.166 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 10366 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.166 INFO O| Aug 20 03:18:17.166 INFO ok! |
| 10367 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.166 INFO O| Aug 20 03:18:17.166 INFO STEP 41 (ensure_symlink) COMPLETE |
| 10368 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.166 INFO O| Aug 20 03:18:17.166 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 10369 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.177 INFO O| Aug 20 03:18:17.177 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist |
| 10370 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.177 INFO O| Aug 20 03:18:17.177 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 10371 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.177 INFO O| Aug 20 03:18:17.177 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo |
| 10372 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.177 INFO O| Aug 20 03:18:17.177 INFO ok! |
| 10373 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.177 INFO O| Aug 20 03:18:17.177 INFO STEP 42 (ensure_symlink) COMPLETE |
| 10374 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.177 INFO O| Aug 20 03:18:17.177 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 10375 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.188 INFO O| Aug 20 03:18:17.188 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
| 10376 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.188 INFO O| Aug 20 03:18:17.188 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ... |
| 10377 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.188 INFO O| Aug 20 03:18:17.188 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 10378 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.188 INFO O| Aug 20 03:18:17.188 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 10379 | 2026-08-20T03:18:18.020Z | [ recovery-image] Aug 20 03:18:17.188 INFO O| Aug 20 03:18:17.188 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 10380 | 2026-08-20T03:18:18.021Z | [ recovery-image] Aug 20 03:18:17.188 INFO O| Aug 20 03:18:17.188 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 10381 | 2026-08-20T03:18:18.021Z | [ recovery-image] Aug 20 03:18:17.188 INFO O| Aug 20 03:18:17.188 INFO ok! |
| 10382 | 2026-08-20T03:18:18.021Z | [ recovery-image] Aug 20 03:18:17.188 INFO O| Aug 20 03:18:17.188 INFO STEP 43 (ensure_file) COMPLETE |
| 10383 | 2026-08-20T03:18:18.021Z | [ recovery-image] Aug 20 03:18:17.188 INFO O| Aug 20 03:18:17.188 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 10384 | 2026-08-20T03:18:18.021Z | [ recovery-image] Aug 20 03:18:17.199 INFO O| Aug 20 03:18:17.199 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
| 10385 | 2026-08-20T03:18:18.021Z | [ recovery-image] Aug 20 03:18:17.199 INFO O| Aug 20 03:18:17.199 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 ... |
| 10386 | 2026-08-20T03:18:18.021Z | [ recovery-image] Aug 20 03:18:17.199 INFO O| Aug 20 03:18:17.199 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 |
| 10387 | 2026-08-20T03:18:18.021Z | [ recovery-image] Aug 20 03:18:17.199 INFO O| Aug 20 03:18:17.199 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 10388 | 2026-08-20T03:18:18.021Z | [ recovery-image] Aug 20 03:18:17.199 INFO O| Aug 20 03:18:17.199 INFO ok! |
| 10389 | 2026-08-20T03:18:18.021Z | [ recovery-image] Aug 20 03:18:17.199 INFO O| Aug 20 03:18:17.199 INFO STEP 44 (ensure_file) COMPLETE |
| 10390 | 2026-08-20T03:18:18.021Z | [ recovery-image] Aug 20 03:18:17.199 INFO O| Aug 20 03:18:17.199 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 10391 | 2026-08-20T03:18:18.153Z | [ recovery-image] Aug 20 03:18:17.210 INFO O| Aug 20 03:18:17.210 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist |
| 10392 | 2026-08-20T03:18:18.153Z | [ recovery-image] Aug 20 03:18:17.210 INFO O| Aug 20 03:18:17.210 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ... |
| 10393 | 2026-08-20T03:18:18.153Z | [ recovery-image] Aug 20 03:18:17.210 INFO O| Aug 20 03:18:17.210 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml |
| 10394 | 2026-08-20T03:18:18.153Z | [ recovery-image] Aug 20 03:18:17.210 INFO O| Aug 20 03:18:17.210 INFO ok! |
| 10395 | 2026-08-20T03:18:18.153Z | [ recovery-image] Aug 20 03:18:17.210 INFO O| Aug 20 03:18:17.210 INFO STEP 45 (ensure_file) COMPLETE |
| 10396 | 2026-08-20T03:18:18.153Z | [ recovery-image] Aug 20 03:18:17.210 INFO O| Aug 20 03:18:17.210 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 10397 | 2026-08-20T03:18:18.153Z | [ recovery-image] Aug 20 03:18:17.219 INFO O| Aug 20 03:18:17.219 INFO updating shadow file |
| 10398 | 2026-08-20T03:18:18.153Z | [ recovery-image] Aug 20 03:18:17.219 INFO O| Aug 20 03:18:17.219 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 10399 | 2026-08-20T03:18:18.153Z | [ recovery-image] Aug 20 03:18:17.219 INFO O| Aug 20 03:18:17.219 INFO STEP 46 (shadow) COMPLETE |
| 10400 | 2026-08-20T03:18:18.153Z | [ recovery-image] Aug 20 03:18:17.219 INFO O| Aug 20 03:18:17.219 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 10401 | 2026-08-20T03:18:18.153Z | [ recovery-image] Aug 20 03:18:17.228 INFO O| Aug 20 03:18:17.228 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
| 10402 | 2026-08-20T03:18:18.153Z | [ recovery-image] Aug 20 03:18:17.228 INFO O| Aug 20 03:18:17.228 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ... |
| 10403 | 2026-08-20T03:18:18.153Z | [ recovery-image] Aug 20 03:18:17.228 INFO O| Aug 20 03:18:17.228 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 10404 | 2026-08-20T03:18:18.153Z | [ recovery-image] Aug 20 03:18:17.228 INFO O| Aug 20 03:18:17.228 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 10405 | 2026-08-20T03:18:18.153Z | [ recovery-image] Aug 20 03:18:17.228 INFO O| Aug 20 03:18:17.228 INFO ok! |
| 10406 | 2026-08-20T03:18:18.153Z | [ recovery-image] Aug 20 03:18:17.228 INFO O| Aug 20 03:18:17.228 INFO STEP 47 (ensure_file) COMPLETE |
| 10407 | 2026-08-20T03:18:18.159Z | [ recovery-image] Aug 20 03:18:17.228 INFO O| Aug 20 03:18:17.228 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10408 | 2026-08-20T03:18:18.159Z | [ recovery-image] Aug 20 03:18:17.237 INFO O| Aug 20 03:18:17.237 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt |
| 10409 | 2026-08-20T03:18:18.159Z | [ recovery-image] Aug 20 03:18:17.237 INFO O| Aug 20 03:18:17.237 INFO STEP 48 (ensure_dir) COMPLETE |
| 10410 | 2026-08-20T03:18:18.159Z | [ recovery-image] Aug 20 03:18:17.237 INFO O| Aug 20 03:18:17.237 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10411 | 2026-08-20T03:18:18.159Z | [ recovery-image] Aug 20 03:18:17.247 INFO O| Aug 20 03:18:17.247 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 10412 | 2026-08-20T03:18:18.159Z | [ recovery-image] Aug 20 03:18:17.247 INFO O| Aug 20 03:18:17.247 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 10413 | 2026-08-20T03:18:18.159Z | [ recovery-image] Aug 20 03:18:17.247 INFO O| Aug 20 03:18:17.247 INFO STEP 49 (ensure_dir) COMPLETE |
| 10414 | 2026-08-20T03:18:18.159Z | [ recovery-image] Aug 20 03:18:17.247 INFO O| Aug 20 03:18:17.247 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10415 | 2026-08-20T03:18:18.159Z | [ recovery-image] Aug 20 03:18:17.258 INFO O| Aug 20 03:18:17.258 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 10416 | 2026-08-20T03:18:18.160Z | [ recovery-image] Aug 20 03:18:17.258 INFO O| Aug 20 03:18:17.258 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 10417 | 2026-08-20T03:18:18.160Z | [ recovery-image] Aug 20 03:18:17.258 INFO O| Aug 20 03:18:17.258 INFO STEP 50 (ensure_dir) COMPLETE |
| 10418 | 2026-08-20T03:18:18.160Z | [ recovery-image] Aug 20 03:18:17.258 INFO O| Aug 20 03:18:17.258 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10419 | 2026-08-20T03:18:18.160Z | [ recovery-image] Aug 20 03:18:17.268 INFO O| Aug 20 03:18:17.268 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
| 10420 | 2026-08-20T03:18:18.160Z | [ recovery-image] Aug 20 03:18:17.268 INFO O| Aug 20 03:18:17.268 INFO copying /tmp/.tmpkAvEhq/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ... |
| 10421 | 2026-08-20T03:18:18.160Z | [ host-image] Aug 20 03:18:17.300 INFO O| Aug 20 03:18:17.300 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10422 | 2026-08-20T03:18:18.160Z | [ host-image] Aug 20 03:18:17.300 INFO O| Aug 20 03:18:17.300 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10423 | 2026-08-20T03:18:18.160Z | [ host-image] Aug 20 03:18:17.300 INFO O| Aug 20 03:18:17.300 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw |
| 10424 | 2026-08-20T03:18:18.160Z | [ host-image] Aug 20 03:18:17.300 INFO O| Aug 20 03:18:17.300 INFO completed processing sled/zfs |
| 10425 | 2026-08-20T03:18:18.160Z | [ host-image] Aug 20 03:18:17.300 INFO O| Aug 20 03:18:17.300 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs |
| 10426 | 2026-08-20T03:18:18.160Z | [ recovery-image] Aug 20 03:18:17.304 INFO O| Aug 20 03:18:17.304 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator |
| 10427 | 2026-08-20T03:18:18.160Z | [ recovery-image] Aug 20 03:18:17.304 INFO O| Aug 20 03:18:17.304 INFO ok! |
| 10428 | 2026-08-20T03:18:18.160Z | [ recovery-image] Aug 20 03:18:17.304 INFO O| Aug 20 03:18:17.304 INFO STEP 51 (ensure_file) COMPLETE |
| 10429 | 2026-08-20T03:18:18.160Z | [ recovery-image] Aug 20 03:18:17.304 INFO O| Aug 20 03:18:17.304 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10430 | 2026-08-20T03:18:18.160Z | [ recovery-image] Aug 20 03:18:17.318 INFO O| Aug 20 03:18:17.317 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 10431 | 2026-08-20T03:18:18.160Z | [ recovery-image] Aug 20 03:18:17.318 INFO O| Aug 20 03:18:17.318 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 10432 | 2026-08-20T03:18:18.160Z | [ recovery-image] Aug 20 03:18:17.318 INFO O| Aug 20 03:18:17.318 INFO STEP 52 (ensure_dir) COMPLETE |
| 10433 | 2026-08-20T03:18:18.160Z | [ recovery-image] Aug 20 03:18:17.318 INFO O| Aug 20 03:18:17.318 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10434 | 2026-08-20T03:18:18.160Z | [ recovery-image] Aug 20 03:18:17.329 INFO O| Aug 20 03:18:17.329 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
| 10435 | 2026-08-20T03:18:18.160Z | [ recovery-image] Aug 20 03:18:17.329 INFO O| Aug 20 03:18:17.329 INFO copying /tmp/.tmpkAvEhq/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
| 10436 | 2026-08-20T03:18:18.160Z | [ recovery-image] Aug 20 03:18:17.330 INFO O| Aug 20 03:18:17.329 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION |
| 10437 | 2026-08-20T03:18:18.160Z | [ recovery-image] Aug 20 03:18:17.330 INFO O| Aug 20 03:18:17.330 INFO ok! |
| 10438 | 2026-08-20T03:18:18.160Z | [ recovery-image] Aug 20 03:18:17.330 INFO O| Aug 20 03:18:17.330 INFO STEP 53 (ensure_file) COMPLETE |
| 10439 | 2026-08-20T03:18:18.160Z | [ recovery-image] Aug 20 03:18:17.330 INFO O| Aug 20 03:18:17.330 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10440 | 2026-08-20T03:18:18.161Z | [ recovery-image] Aug 20 03:18:17.341 INFO O| Aug 20 03:18:17.341 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 10441 | 2026-08-20T03:18:18.161Z | [ recovery-image] Aug 20 03:18:17.341 INFO O| Aug 20 03:18:17.341 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 10442 | 2026-08-20T03:18:18.161Z | [ recovery-image] Aug 20 03:18:17.341 INFO O| Aug 20 03:18:17.341 INFO STEP 54 (ensure_dir) COMPLETE |
| 10443 | 2026-08-20T03:18:18.161Z | [ recovery-image] Aug 20 03:18:17.341 INFO O| Aug 20 03:18:17.341 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10444 | 2026-08-20T03:18:18.161Z | [ recovery-image] Aug 20 03:18:17.353 INFO O| Aug 20 03:18:17.353 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 10445 | 2026-08-20T03:18:18.161Z | [ recovery-image] Aug 20 03:18:17.353 INFO O| Aug 20 03:18:17.353 INFO copying /tmp/.tmpkAvEhq/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
| 10446 | 2026-08-20T03:18:22.076Z | [ recovery-image] Aug 20 03:18:19.361 INFO O| Aug 20 03:18:19.361 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
| 10447 | 2026-08-20T03:18:22.076Z | [ recovery-image] Aug 20 03:18:19.361 INFO O| Aug 20 03:18:19.361 INFO ok! |
| 10448 | 2026-08-20T03:18:22.076Z | [ recovery-image] Aug 20 03:18:19.361 INFO O| Aug 20 03:18:19.361 INFO STEP 55 (ensure_file) COMPLETE |
| 10449 | 2026-08-20T03:18:22.076Z | [ recovery-image] Aug 20 03:18:19.361 INFO O| Aug 20 03:18:19.361 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10450 | 2026-08-20T03:18:22.076Z | [ recovery-image] Aug 20 03:18:19.372 INFO O| Aug 20 03:18:19.372 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
| 10451 | 2026-08-20T03:18:22.076Z | [ recovery-image] Aug 20 03:18:19.372 INFO O| Aug 20 03:18:19.372 INFO copying /tmp/.tmpkAvEhq/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
| 10452 | 2026-08-20T03:18:22.077Z | [verify-libraries] Compiling polar-core v0.27.3 |
| 10453 | 2026-08-20T03:18:22.127Z | [ recovery-image] Aug 20 03:18:21.400 INFO O| Aug 20 03:18:21.399 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
| 10454 | 2026-08-20T03:18:22.127Z | [ recovery-image] Aug 20 03:18:21.400 INFO O| Aug 20 03:18:21.400 INFO ok! |
| 10455 | 2026-08-20T03:18:22.127Z | [ recovery-image] Aug 20 03:18:21.400 INFO O| Aug 20 03:18:21.400 INFO STEP 56 (ensure_file) COMPLETE |
| 10456 | 2026-08-20T03:18:22.127Z | [ recovery-image] Aug 20 03:18:21.400 INFO O| Aug 20 03:18:21.400 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10457 | 2026-08-20T03:18:22.132Z | [ recovery-image] Aug 20 03:18:21.410 INFO O| Aug 20 03:18:21.410 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 10458 | 2026-08-20T03:18:22.132Z | [ recovery-image] Aug 20 03:18:21.410 INFO O| Aug 20 03:18:21.410 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 10459 | 2026-08-20T03:18:22.132Z | [ recovery-image] Aug 20 03:18:21.410 INFO O| Aug 20 03:18:21.410 INFO STEP 57 (ensure_dir) COMPLETE |
| 10460 | 2026-08-20T03:18:22.132Z | [ recovery-image] Aug 20 03:18:21.410 INFO O| Aug 20 03:18:21.410 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10461 | 2026-08-20T03:18:22.132Z | [ recovery-image] Aug 20 03:18:21.420 INFO O| Aug 20 03:18:21.420 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 10462 | 2026-08-20T03:18:22.132Z | [ recovery-image] Aug 20 03:18:21.420 INFO O| Aug 20 03:18:21.420 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 10463 | 2026-08-20T03:18:22.132Z | [ recovery-image] Aug 20 03:18:21.420 INFO O| Aug 20 03:18:21.420 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 |
| 10464 | 2026-08-20T03:18:22.132Z | [ recovery-image] Aug 20 03:18:21.420 INFO O| Aug 20 03:18:21.420 INFO ok! |
| 10465 | 2026-08-20T03:18:22.132Z | [ recovery-image] Aug 20 03:18:21.420 INFO O| Aug 20 03:18:21.420 INFO STEP 58 (ensure_file) COMPLETE |
| 10466 | 2026-08-20T03:18:22.132Z | [ recovery-image] Aug 20 03:18:21.420 INFO O| Aug 20 03:18:21.420 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10467 | 2026-08-20T03:18:22.140Z | [ recovery-image] Aug 20 03:18:21.428 INFO O| Aug 20 03:18:21.428 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 10468 | 2026-08-20T03:18:22.141Z | [ recovery-image] Aug 20 03:18:21.428 INFO O| Aug 20 03:18:21.428 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 10469 | 2026-08-20T03:18:22.141Z | [ recovery-image] Aug 20 03:18:21.428 INFO O| Aug 20 03:18:21.428 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 |
| 10470 | 2026-08-20T03:18:22.141Z | [ recovery-image] Aug 20 03:18:21.428 INFO O| Aug 20 03:18:21.428 INFO ok! |
| 10471 | 2026-08-20T03:18:22.141Z | [ recovery-image] Aug 20 03:18:21.428 INFO O| Aug 20 03:18:21.428 INFO STEP 59 (ensure_file) COMPLETE |
| 10472 | 2026-08-20T03:18:22.141Z | [ recovery-image] Aug 20 03:18:21.428 INFO O| Aug 20 03:18:21.428 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10473 | 2026-08-20T03:18:22.152Z | [ recovery-image] Aug 20 03:18:21.438 INFO O| Aug 20 03:18:21.438 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 10474 | 2026-08-20T03:18:22.152Z | [ recovery-image] Aug 20 03:18:21.438 INFO O| Aug 20 03:18:21.438 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 10475 | 2026-08-20T03:18:22.152Z | [ recovery-image] Aug 20 03:18:21.438 INFO O| Aug 20 03:18:21.438 INFO STEP 60 (ensure_dir) COMPLETE |
| 10476 | 2026-08-20T03:18:22.152Z | [ recovery-image] Aug 20 03:18:21.438 INFO O| Aug 20 03:18:21.438 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10477 | 2026-08-20T03:18:22.156Z | [ recovery-image] Aug 20 03:18:21.447 INFO O| Aug 20 03:18:21.447 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 10478 | 2026-08-20T03:18:22.156Z | [ recovery-image] Aug 20 03:18:21.447 INFO O| Aug 20 03:18:21.447 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 10479 | 2026-08-20T03:18:22.156Z | [ recovery-image] Aug 20 03:18:21.447 INFO O| Aug 20 03:18:21.447 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 10480 | 2026-08-20T03:18:22.156Z | [ recovery-image] Aug 20 03:18:21.447 INFO O| Aug 20 03:18:21.447 INFO ok! |
| 10481 | 2026-08-20T03:18:22.156Z | [ recovery-image] Aug 20 03:18:21.447 INFO O| Aug 20 03:18:21.447 INFO STEP 61 (ensure_file) COMPLETE |
| 10482 | 2026-08-20T03:18:22.156Z | [ recovery-image] Aug 20 03:18:21.447 INFO O| Aug 20 03:18:21.447 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10483 | 2026-08-20T03:18:22.163Z | [ recovery-image] Aug 20 03:18:21.459 INFO O| Aug 20 03:18:21.459 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 10484 | 2026-08-20T03:18:22.163Z | [ recovery-image] Aug 20 03:18:21.459 INFO O| Aug 20 03:18:21.459 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 10485 | 2026-08-20T03:18:22.167Z | [ recovery-image] Aug 20 03:18:21.459 INFO O| Aug 20 03:18:21.459 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 |
| 10486 | 2026-08-20T03:18:22.167Z | [ recovery-image] Aug 20 03:18:21.459 INFO O| Aug 20 03:18:21.459 INFO ok! |
| 10487 | 2026-08-20T03:18:22.167Z | [ recovery-image] Aug 20 03:18:21.459 INFO O| Aug 20 03:18:21.459 INFO STEP 62 (ensure_file) COMPLETE |
| 10488 | 2026-08-20T03:18:22.167Z | [ recovery-image] Aug 20 03:18:21.459 INFO O| Aug 20 03:18:21.459 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10489 | 2026-08-20T03:18:22.174Z | [ recovery-image] Aug 20 03:18:21.470 INFO O| Aug 20 03:18:21.470 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 10490 | 2026-08-20T03:18:22.174Z | [ recovery-image] Aug 20 03:18:21.470 INFO O| Aug 20 03:18:21.470 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 10491 | 2026-08-20T03:18:22.177Z | [ recovery-image] Aug 20 03:18:21.470 INFO O| Aug 20 03:18:21.470 INFO STEP 63 (ensure_dir) COMPLETE |
| 10492 | 2026-08-20T03:18:22.178Z | [ recovery-image] Aug 20 03:18:21.470 INFO O| Aug 20 03:18:21.470 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10493 | 2026-08-20T03:18:22.184Z | [ recovery-image] Aug 20 03:18:21.480 INFO O| Aug 20 03:18:21.480 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 10494 | 2026-08-20T03:18:22.184Z | [ recovery-image] Aug 20 03:18:21.480 INFO O| Aug 20 03:18:21.480 INFO copying /tmp/.tmpkAvEhq/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 ... |
| 10495 | 2026-08-20T03:18:22.187Z | [ recovery-image] Aug 20 03:18:21.480 INFO O| Aug 20 03:18:21.480 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 10496 | 2026-08-20T03:18:22.187Z | [ recovery-image] Aug 20 03:18:21.480 INFO O| Aug 20 03:18:21.480 INFO ok! |
| 10497 | 2026-08-20T03:18:22.187Z | [ recovery-image] Aug 20 03:18:21.480 INFO O| Aug 20 03:18:21.480 INFO STEP 64 (ensure_file) COMPLETE |
| 10498 | 2026-08-20T03:18:22.187Z | [ recovery-image] Aug 20 03:18:21.480 INFO O| Aug 20 03:18:21.480 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10499 | 2026-08-20T03:18:22.193Z | [ recovery-image] Aug 20 03:18:21.489 INFO O| Aug 20 03:18:21.489 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
| 10500 | 2026-08-20T03:18:22.193Z | [ recovery-image] Aug 20 03:18:21.489 INFO O| Aug 20 03:18:21.489 INFO copying /tmp/.tmpkAvEhq/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
| 10501 | 2026-08-20T03:18:22.193Z | [ recovery-image] Aug 20 03:18:21.489 INFO O| Aug 20 03:18:21.489 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
| 10502 | 2026-08-20T03:18:22.198Z | [ recovery-image] Aug 20 03:18:21.489 INFO O| Aug 20 03:18:21.489 INFO ok! |
| 10503 | 2026-08-20T03:18:22.198Z | [ recovery-image] Aug 20 03:18:21.489 INFO O| Aug 20 03:18:21.489 INFO STEP 65 (ensure_file) COMPLETE |
| 10504 | 2026-08-20T03:18:22.198Z | [ recovery-image] Aug 20 03:18:21.489 INFO O| Aug 20 03:18:21.489 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10505 | 2026-08-20T03:18:22.204Z | [ recovery-image] Aug 20 03:18:21.500 INFO O| Aug 20 03:18:21.499 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib |
| 10506 | 2026-08-20T03:18:22.204Z | [ recovery-image] Aug 20 03:18:21.500 INFO O| Aug 20 03:18:21.499 INFO STEP 66 (ensure_dir) COMPLETE |
| 10507 | 2026-08-20T03:18:22.208Z | [ recovery-image] Aug 20 03:18:21.500 INFO O| Aug 20 03:18:21.499 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10508 | 2026-08-20T03:18:22.214Z | [ recovery-image] Aug 20 03:18:21.510 INFO O| Aug 20 03:18:21.510 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc |
| 10509 | 2026-08-20T03:18:22.214Z | [ recovery-image] Aug 20 03:18:21.510 INFO O| Aug 20 03:18:21.510 INFO STEP 67 (ensure_dir) COMPLETE |
| 10510 | 2026-08-20T03:18:22.217Z | [ recovery-image] Aug 20 03:18:21.510 INFO O| Aug 20 03:18:21.510 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10511 | 2026-08-20T03:18:22.225Z | [ recovery-image] Aug 20 03:18:21.521 INFO O| Aug 20 03:18:21.521 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest |
| 10512 | 2026-08-20T03:18:22.225Z | [ recovery-image] Aug 20 03:18:21.521 INFO O| Aug 20 03:18:21.521 INFO STEP 68 (ensure_dir) COMPLETE |
| 10513 | 2026-08-20T03:18:22.225Z | [ recovery-image] Aug 20 03:18:21.521 INFO O| Aug 20 03:18:21.521 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10514 | 2026-08-20T03:18:22.235Z | [ recovery-image] Aug 20 03:18:21.531 INFO O| Aug 20 03:18:21.531 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site |
| 10515 | 2026-08-20T03:18:22.235Z | [ recovery-image] Aug 20 03:18:21.531 INFO O| Aug 20 03:18:21.531 INFO STEP 69 (ensure_dir) COMPLETE |
| 10516 | 2026-08-20T03:18:22.238Z | [ recovery-image] Aug 20 03:18:21.531 INFO O| Aug 20 03:18:21.531 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 10517 | 2026-08-20T03:18:22.243Z | [ recovery-image] Aug 20 03:18:21.539 INFO O| Aug 20 03:18:21.539 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
| 10518 | 2026-08-20T03:18:22.243Z | [ recovery-image] Aug 20 03:18:21.539 INFO O| Aug 20 03:18:21.539 INFO copying /tmp/.tmpkAvEhq/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
| 10519 | 2026-08-20T03:18:22.243Z | [ recovery-image] Aug 20 03:18:21.540 INFO O| Aug 20 03:18:21.540 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
| 10520 | 2026-08-20T03:18:22.247Z | [ recovery-image] Aug 20 03:18:21.540 INFO O| Aug 20 03:18:21.540 INFO ok! |
| 10521 | 2026-08-20T03:18:22.247Z | [ recovery-image] Aug 20 03:18:21.540 INFO O| Aug 20 03:18:21.540 INFO STEP 70 (ensure_file) COMPLETE |
| 10522 | 2026-08-20T03:18:22.247Z | [ recovery-image] Aug 20 03:18:21.540 INFO O| Aug 20 03:18:21.540 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10523 | 2026-08-20T03:18:22.259Z | [ recovery-image] Aug 20 03:18:21.549 INFO O| Aug 20 03:18:21.549 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
| 10524 | 2026-08-20T03:18:22.259Z | [ recovery-image] Aug 20 03:18:21.549 INFO O| Aug 20 03:18:21.549 INFO STEP 71 (remove_files) COMPLETE |
| 10525 | 2026-08-20T03:18:22.259Z | [ recovery-image] Aug 20 03:18:21.549 INFO O| Aug 20 03:18:21.549 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10526 | 2026-08-20T03:18:22.266Z | [ recovery-image] Aug 20 03:18:21.561 INFO O| Aug 20 03:18:21.561 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap" |
| 10527 | 2026-08-20T03:18:22.266Z | [ recovery-image] Aug 20 03:18:21.562 INFO O| Aug 20 03:18:21.562 INFO STEP 72 (remove_files) COMPLETE |
| 10528 | 2026-08-20T03:18:22.266Z | [ recovery-image] Aug 20 03:18:21.562 INFO O| Aug 20 03:18:21.562 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10529 | 2026-08-20T03:18:22.278Z | [ recovery-image] Aug 20 03:18:21.573 INFO O| Aug 20 03:18:21.573 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc" |
| 10530 | 2026-08-20T03:18:22.278Z | [ recovery-image] Aug 20 03:18:21.573 INFO O| Aug 20 03:18:21.573 INFO STEP 73 (remove_files) COMPLETE |
| 10531 | 2026-08-20T03:18:22.278Z | [ recovery-image] Aug 20 03:18:21.573 INFO O| Aug 20 03:18:21.573 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10532 | 2026-08-20T03:18:22.289Z | [ recovery-image] Aug 20 03:18:21.584 INFO O| Aug 20 03:18:21.584 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security" |
| 10533 | 2026-08-20T03:18:22.289Z | [ recovery-image] Aug 20 03:18:21.585 INFO O| Aug 20 03:18:21.585 INFO STEP 74 (remove_files) COMPLETE |
| 10534 | 2026-08-20T03:18:22.289Z | [ recovery-image] Aug 20 03:18:21.585 INFO O| Aug 20 03:18:21.585 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10535 | 2026-08-20T03:18:22.300Z | [ recovery-image] Aug 20 03:18:21.594 INFO O| Aug 20 03:18:21.594 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares" |
| 10536 | 2026-08-20T03:18:22.300Z | [ recovery-image] Aug 20 03:18:21.594 INFO O| Aug 20 03:18:21.594 INFO STEP 75 (remove_files) COMPLETE |
| 10537 | 2026-08-20T03:18:22.300Z | [ recovery-image] Aug 20 03:18:21.594 INFO O| Aug 20 03:18:21.594 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10538 | 2026-08-20T03:18:22.308Z | [ recovery-image] Aug 20 03:18:21.603 INFO O| Aug 20 03:18:21.603 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb" |
| 10539 | 2026-08-20T03:18:22.308Z | [ recovery-image] Aug 20 03:18:21.604 INFO O| Aug 20 03:18:21.604 INFO STEP 76 (remove_files) COMPLETE |
| 10540 | 2026-08-20T03:18:22.311Z | [ recovery-image] Aug 20 03:18:21.604 INFO O| Aug 20 03:18:21.604 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10541 | 2026-08-20T03:18:22.318Z | [ recovery-image] Aug 20 03:18:21.614 INFO O| Aug 20 03:18:21.614 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 10542 | 2026-08-20T03:18:22.318Z | [ recovery-image] Aug 20 03:18:21.614 INFO O| Aug 20 03:18:21.614 INFO STEP 77 (remove_files) COMPLETE |
| 10543 | 2026-08-20T03:18:22.322Z | [ recovery-image] Aug 20 03:18:21.614 INFO O| Aug 20 03:18:21.614 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10544 | 2026-08-20T03:18:22.327Z | [ recovery-image] Aug 20 03:18:21.623 INFO O| Aug 20 03:18:21.623 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
| 10545 | 2026-08-20T03:18:22.330Z | [ recovery-image] Aug 20 03:18:21.623 INFO O| Aug 20 03:18:21.623 INFO STEP 78 (remove_files) COMPLETE |
| 10546 | 2026-08-20T03:18:22.330Z | [ recovery-image] Aug 20 03:18:21.623 INFO O| Aug 20 03:18:21.623 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10547 | 2026-08-20T03:18:22.338Z | [ recovery-image] Aug 20 03:18:21.633 INFO O| Aug 20 03:18:21.633 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
| 10548 | 2026-08-20T03:18:22.338Z | [ recovery-image] Aug 20 03:18:21.633 INFO O| Aug 20 03:18:21.633 INFO STEP 79 (remove_files) COMPLETE |
| 10549 | 2026-08-20T03:18:22.338Z | [ recovery-image] Aug 20 03:18:21.633 INFO O| Aug 20 03:18:21.633 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10550 | 2026-08-20T03:18:22.346Z | [ recovery-image] Aug 20 03:18:21.642 INFO O| Aug 20 03:18:21.642 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 10551 | 2026-08-20T03:18:22.346Z | [ recovery-image] Aug 20 03:18:21.642 INFO O| Aug 20 03:18:21.642 INFO STEP 80 (remove_files) COMPLETE |
| 10552 | 2026-08-20T03:18:22.349Z | [ recovery-image] Aug 20 03:18:21.642 INFO O| Aug 20 03:18:21.642 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10553 | 2026-08-20T03:18:22.355Z | [ recovery-image] Aug 20 03:18:21.651 INFO O| Aug 20 03:18:21.651 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
| 10554 | 2026-08-20T03:18:22.359Z | [ recovery-image] Aug 20 03:18:21.651 INFO O| Aug 20 03:18:21.651 INFO STEP 81 (remove_files) COMPLETE |
| 10555 | 2026-08-20T03:18:22.359Z | [ recovery-image] Aug 20 03:18:21.651 INFO O| Aug 20 03:18:21.651 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10556 | 2026-08-20T03:18:22.365Z | [ recovery-image] Aug 20 03:18:21.661 INFO O| Aug 20 03:18:21.661 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
| 10557 | 2026-08-20T03:18:22.368Z | [ recovery-image] Aug 20 03:18:21.661 INFO O| Aug 20 03:18:21.661 INFO STEP 82 (remove_files) COMPLETE |
| 10558 | 2026-08-20T03:18:22.368Z | [ recovery-image] Aug 20 03:18:21.661 INFO O| Aug 20 03:18:21.661 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10559 | 2026-08-20T03:18:22.378Z | [ recovery-image] Aug 20 03:18:21.673 INFO O| Aug 20 03:18:21.673 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
| 10560 | 2026-08-20T03:18:22.378Z | [ recovery-image] Aug 20 03:18:21.673 INFO O| Aug 20 03:18:21.673 INFO STEP 83 (remove_files) COMPLETE |
| 10561 | 2026-08-20T03:18:22.378Z | [ recovery-image] Aug 20 03:18:21.674 INFO O| Aug 20 03:18:21.673 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10562 | 2026-08-20T03:18:22.386Z | [ recovery-image] Aug 20 03:18:21.682 INFO O| Aug 20 03:18:21.682 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
| 10563 | 2026-08-20T03:18:22.386Z | [ recovery-image] Aug 20 03:18:21.682 INFO O| Aug 20 03:18:21.682 INFO STEP 84 (remove_files) COMPLETE |
| 10564 | 2026-08-20T03:18:22.386Z | [ recovery-image] Aug 20 03:18:21.682 INFO O| Aug 20 03:18:21.682 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10565 | 2026-08-20T03:18:22.403Z | [ recovery-image] Aug 20 03:18:21.694 INFO O| Aug 20 03:18:21.694 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
| 10566 | 2026-08-20T03:18:22.403Z | [ recovery-image] Aug 20 03:18:21.694 INFO O| Aug 20 03:18:21.694 INFO STEP 85 (remove_files) COMPLETE |
| 10567 | 2026-08-20T03:18:22.403Z | [ recovery-image] Aug 20 03:18:21.694 INFO O| Aug 20 03:18:21.694 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10568 | 2026-08-20T03:18:22.408Z | [ recovery-image] Aug 20 03:18:21.703 INFO O| Aug 20 03:18:21.703 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
| 10569 | 2026-08-20T03:18:22.408Z | [ recovery-image] Aug 20 03:18:21.704 INFO O| Aug 20 03:18:21.704 INFO STEP 86 (remove_files) COMPLETE |
| 10570 | 2026-08-20T03:18:22.411Z | [ recovery-image] Aug 20 03:18:21.704 INFO O| Aug 20 03:18:21.704 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10571 | 2026-08-20T03:18:22.418Z | [ recovery-image] Aug 20 03:18:21.714 INFO O| Aug 20 03:18:21.714 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 10572 | 2026-08-20T03:18:22.418Z | [ recovery-image] Aug 20 03:18:21.714 INFO O| Aug 20 03:18:21.714 INFO STEP 87 (remove_files) COMPLETE |
| 10573 | 2026-08-20T03:18:22.418Z | [ recovery-image] Aug 20 03:18:21.714 INFO O| Aug 20 03:18:21.714 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10574 | 2026-08-20T03:18:22.427Z | [ recovery-image] Aug 20 03:18:21.723 INFO O| Aug 20 03:18:21.723 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
| 10575 | 2026-08-20T03:18:22.427Z | [ recovery-image] Aug 20 03:18:21.723 INFO O| Aug 20 03:18:21.723 INFO STEP 88 (remove_files) COMPLETE |
| 10576 | 2026-08-20T03:18:22.430Z | [ recovery-image] Aug 20 03:18:21.723 INFO O| Aug 20 03:18:21.723 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10577 | 2026-08-20T03:18:22.436Z | [ recovery-image] Aug 20 03:18:21.732 INFO O| Aug 20 03:18:21.732 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
| 10578 | 2026-08-20T03:18:22.436Z | [ recovery-image] Aug 20 03:18:21.732 INFO O| Aug 20 03:18:21.732 INFO STEP 89 (remove_files) COMPLETE |
| 10579 | 2026-08-20T03:18:22.440Z | [ recovery-image] Aug 20 03:18:21.732 INFO O| Aug 20 03:18:21.732 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10580 | 2026-08-20T03:18:22.446Z | [ recovery-image] Aug 20 03:18:21.741 INFO O| Aug 20 03:18:21.741 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 10581 | 2026-08-20T03:18:22.447Z | [ recovery-image] Aug 20 03:18:21.741 INFO O| Aug 20 03:18:21.741 INFO STEP 90 (remove_files) COMPLETE |
| 10582 | 2026-08-20T03:18:22.452Z | [ recovery-image] Aug 20 03:18:21.741 INFO O| Aug 20 03:18:21.741 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10583 | 2026-08-20T03:18:22.473Z | [ recovery-image] Aug 20 03:18:21.751 INFO O| Aug 20 03:18:21.751 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 10584 | 2026-08-20T03:18:22.474Z | [ recovery-image] Aug 20 03:18:21.751 INFO O| Aug 20 03:18:21.751 INFO STEP 91 (remove_files) COMPLETE |
| 10585 | 2026-08-20T03:18:22.474Z | [ recovery-image] Aug 20 03:18:21.751 INFO O| Aug 20 03:18:21.751 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10586 | 2026-08-20T03:18:22.480Z | [ recovery-image] Aug 20 03:18:21.760 INFO O| Aug 20 03:18:21.760 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat" |
| 10587 | 2026-08-20T03:18:22.480Z | [ recovery-image] Aug 20 03:18:21.760 INFO O| Aug 20 03:18:21.760 INFO STEP 92 (remove_files) COMPLETE |
| 10588 | 2026-08-20T03:18:22.480Z | [ recovery-image] Aug 20 03:18:21.760 INFO O| Aug 20 03:18:21.760 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10589 | 2026-08-20T03:18:22.480Z | [ recovery-image] Aug 20 03:18:21.770 INFO O| Aug 20 03:18:21.770 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 10590 | 2026-08-20T03:18:22.481Z | [ recovery-image] Aug 20 03:18:21.770 INFO O| Aug 20 03:18:21.770 INFO STEP 93 (remove_files) COMPLETE |
| 10591 | 2026-08-20T03:18:22.481Z | [ recovery-image] Aug 20 03:18:21.770 INFO O| Aug 20 03:18:21.770 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10592 | 2026-08-20T03:18:22.485Z | [ recovery-image] Aug 20 03:18:21.780 INFO O| Aug 20 03:18:21.780 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
| 10593 | 2026-08-20T03:18:22.485Z | [ recovery-image] Aug 20 03:18:21.781 INFO O| Aug 20 03:18:21.781 INFO STEP 94 (remove_files) COMPLETE |
| 10594 | 2026-08-20T03:18:22.489Z | [ recovery-image] Aug 20 03:18:21.781 INFO O| Aug 20 03:18:21.781 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10595 | 2026-08-20T03:18:22.496Z | [ recovery-image] Aug 20 03:18:21.790 INFO O| Aug 20 03:18:21.790 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
| 10596 | 2026-08-20T03:18:22.496Z | [ recovery-image] Aug 20 03:18:21.790 INFO O| Aug 20 03:18:21.790 INFO STEP 95 (remove_files) COMPLETE |
| 10597 | 2026-08-20T03:18:22.500Z | [ recovery-image] Aug 20 03:18:21.790 INFO O| Aug 20 03:18:21.790 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10598 | 2026-08-20T03:18:22.507Z | [ recovery-image] Aug 20 03:18:21.800 INFO O| Aug 20 03:18:21.800 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
| 10599 | 2026-08-20T03:18:22.507Z | [ recovery-image] Aug 20 03:18:21.800 INFO O| Aug 20 03:18:21.800 INFO STEP 96 (remove_files) COMPLETE |
| 10600 | 2026-08-20T03:18:22.507Z | [ recovery-image] Aug 20 03:18:21.800 INFO O| Aug 20 03:18:21.800 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10601 | 2026-08-20T03:18:22.516Z | [ recovery-image] Aug 20 03:18:21.811 INFO O| Aug 20 03:18:21.811 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
| 10602 | 2026-08-20T03:18:22.516Z | [ recovery-image] Aug 20 03:18:21.811 INFO O| Aug 20 03:18:21.811 INFO STEP 97 (remove_files) COMPLETE |
| 10603 | 2026-08-20T03:18:22.516Z | [ recovery-image] Aug 20 03:18:21.811 INFO O| Aug 20 03:18:21.811 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10604 | 2026-08-20T03:18:22.545Z | [ recovery-image] Aug 20 03:18:21.839 INFO O| Aug 20 03:18:21.839 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
| 10605 | 2026-08-20T03:18:22.545Z | [ recovery-image] Aug 20 03:18:21.839 INFO O| Aug 20 03:18:21.839 INFO STEP 98 (remove_files) COMPLETE |
| 10606 | 2026-08-20T03:18:22.545Z | [ recovery-image] Aug 20 03:18:21.839 INFO O| Aug 20 03:18:21.839 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10607 | 2026-08-20T03:18:22.554Z | [ recovery-image] Aug 20 03:18:21.850 INFO O| Aug 20 03:18:21.850 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
| 10608 | 2026-08-20T03:18:22.554Z | [ recovery-image] Aug 20 03:18:21.850 INFO O| Aug 20 03:18:21.850 INFO STEP 99 (remove_files) COMPLETE |
| 10609 | 2026-08-20T03:18:22.555Z | [ recovery-image] Aug 20 03:18:21.850 INFO O| Aug 20 03:18:21.850 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 10610 | 2026-08-20T03:18:22.569Z | [ recovery-image] Aug 20 03:18:21.865 INFO O| Aug 20 03:18:21.865 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal |
| 10611 | 2026-08-20T03:18:22.569Z | [ recovery-image] Aug 20 03:18:21.865 INFO O| Aug 20 03:18:21.865 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"} |
| 10612 | 2026-08-20T03:18:25.764Z | [ recovery-image] Aug 20 03:18:25.060 INFO O| Aug 20 03:18:25.060 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 |
| 10613 | 2026-08-20T03:18:25.764Z | [ recovery-image] Aug 20 03:18:25.060 INFO O| Aug 20 03:18:25.060 INFO E| svccfg: Loaded 69 smf(7) service descriptions |
| 10614 | 2026-08-20T03:18:25.776Z | [ recovery-image] Aug 20 03:18:25.072 INFO O| Aug 20 03:18:25.071 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 10615 | 2026-08-20T03:18:25.878Z | [ recovery-image] Aug 20 03:18:25.174 INFO O| Aug 20 03:18:25.174 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 10616 | 2026-08-20T03:18:25.936Z | [ recovery-image] Aug 20 03:18:25.232 INFO O| Aug 20 03:18:25.232 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 10617 | 2026-08-20T03:18:26.013Z | [ recovery-image] Aug 20 03:18:25.309 INFO O| Aug 20 03:18:25.308 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist |
| 10618 | 2026-08-20T03:18:26.013Z | [ recovery-image] Aug 20 03:18:25.309 INFO O| Aug 20 03:18:25.308 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 ... |
| 10619 | 2026-08-20T03:18:26.016Z | [ recovery-image] Aug 20 03:18:25.310 INFO O| Aug 20 03:18:25.310 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db |
| 10620 | 2026-08-20T03:18:26.016Z | [ recovery-image] Aug 20 03:18:25.310 INFO O| Aug 20 03:18:25.310 INFO ok! |
| 10621 | 2026-08-20T03:18:26.016Z | [ recovery-image] Aug 20 03:18:25.310 INFO O| Aug 20 03:18:25.310 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing |
| 10622 | 2026-08-20T03:18:26.016Z | [ recovery-image] Aug 20 03:18:25.310 INFO O| Aug 20 03:18:25.310 INFO STEP 100 (seed_smf) COMPLETE |
| 10623 | 2026-08-20T03:18:26.016Z | [ recovery-image] Aug 20 03:18:25.310 INFO O| Aug 20 03:18:25.310 INFO steps complete; finalising image! |
| 10624 | 2026-08-20T03:18:26.016Z | [ recovery-image] Aug 20 03:18:25.310 INFO O| Aug 20 03:18:25.310 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery |
| 10625 | 2026-08-20T03:18:26.182Z | [ recovery-image] Aug 20 03:18:25.478 INFO O| Aug 20 03:18:25.478 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu Aug 20 03:18:25 2026) |
| 10626 | 2026-08-20T03:18:26.389Z | [ recovery-image] Aug 20 03:18:25.684 INFO O| Aug 20 03:18:25.684 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Thu Aug 20 03:18:25 2026) |
| 10627 | 2026-08-20T03:18:26.597Z | [ recovery-image] Aug 20 03:18:25.892 INFO O| Aug 20 03:18:25.892 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Thu Aug 20 03:18:25 2026) |
| 10628 | 2026-08-20T03:18:26.803Z | [ recovery-image] Aug 20 03:18:26.099 INFO O| Aug 20 03:18:26.098 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Thu Aug 20 03:18:25 2026) |
| 10629 | 2026-08-20T03:18:27.009Z | [ recovery-image] Aug 20 03:18:26.305 INFO O| Aug 20 03:18:26.305 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Thu Aug 20 03:18:25 2026) |
| 10630 | 2026-08-20T03:18:27.216Z | [ recovery-image] Aug 20 03:18:26.511 INFO O| Aug 20 03:18:26.511 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Thu Aug 20 03:18:25 2026) |
| 10631 | 2026-08-20T03:18:27.424Z | [ recovery-image] Aug 20 03:18:26.718 INFO O| Aug 20 03:18:26.718 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Thu Aug 20 03:18:25 2026) |
| 10632 | 2026-08-20T03:18:27.630Z | [ recovery-image] Aug 20 03:18:26.925 INFO O| Aug 20 03:18:26.925 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Thu Aug 20 03:18:25 2026) |
| 10633 | 2026-08-20T03:18:27.841Z | [ recovery-image] Aug 20 03:18:27.132 INFO O| Aug 20 03:18:27.131 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Thu Aug 20 03:18:25 2026) |
| 10634 | 2026-08-20T03:18:28.043Z | [ recovery-image] Aug 20 03:18:27.338 INFO O| Aug 20 03:18:27.338 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Thu Aug 20 03:18:25 2026) |
| 10635 | 2026-08-20T03:18:28.248Z | [ recovery-image] Aug 20 03:18:27.544 INFO O| Aug 20 03:18:27.544 INFO trim TEMPORARY-sled-zfs-recovery: (84% trimmed, started at Thu Aug 20 03:18:25 2026) |
| 10636 | 2026-08-20T03:18:28.454Z | [ recovery-image] Aug 20 03:18:27.750 INFO O| Aug 20 03:18:27.750 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 20 03:18:25 2026) |
| 10637 | 2026-08-20T03:18:28.660Z | [ recovery-image] Aug 20 03:18:27.956 INFO O| Aug 20 03:18:27.956 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 20 03:18:25 2026) |
| 10638 | 2026-08-20T03:18:28.867Z | [ recovery-image] Aug 20 03:18:28.163 INFO O| Aug 20 03:18:28.163 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 20 03:18:25 2026) |
| 10639 | 2026-08-20T03:18:29.074Z | [ recovery-image] Aug 20 03:18:28.370 INFO O| Aug 20 03:18:28.369 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 20 03:18:25 2026) |
| 10640 | 2026-08-20T03:18:29.280Z | [ recovery-image] Aug 20 03:18:28.576 INFO O| Aug 20 03:18:28.576 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Thu Aug 20 03:18:25 2026) |
| 10641 | 2026-08-20T03:18:29.507Z | [ recovery-image] Aug 20 03:18:28.802 INFO O| Aug 20 03:18:28.802 INFO temporary pool has 495M used, 1.27G avail, 1.00x compressratio |
| 10642 | 2026-08-20T03:18:29.507Z | [ recovery-image] Aug 20 03:18:28.802 INFO O| Aug 20 03:18:28.802 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery |
| 10643 | 2026-08-20T03:18:29.510Z | [verify-libraries] Compiling oso v0.27.3 |
| 10644 | 2026-08-20T03:18:30.370Z | [ recovery-image] Aug 20 03:18:29.665 INFO O| Aug 20 03:18:29.665 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 |
| 10645 | 2026-08-20T03:18:30.370Z | [ recovery-image] Aug 20 03:18:29.665 INFO O| Aug 20 03:18:29.665 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal |
| 10646 | 2026-08-20T03:18:32.944Z | [ recovery-image] Aug 20 03:18:32.240 INFO O| Aug 20 03:18:32.240 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 10647 | 2026-08-20T03:18:32.944Z | [ recovery-image] Aug 20 03:18:32.240 INFO O| Aug 20 03:18:32.240 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 10648 | 2026-08-20T03:18:32.944Z | [ recovery-image] Aug 20 03:18:32.240 INFO O| Aug 20 03:18:32.240 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 10649 | 2026-08-20T03:18:32.944Z | [ recovery-image] Aug 20 03:18:32.240 INFO O| Aug 20 03:18:32.240 INFO completed processing sled/zfs-recovery |
| 10650 | 2026-08-20T03:18:32.947Z | [ recovery-image] Aug 20 03:18:32.240 INFO O| Aug 20 03:18:32.240 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 10651 | 2026-08-20T03:18:32.970Z | [ host-image] Aug 20 03:18:32.266 INFO O| Aug 20 03:18:32.265 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs |
| 10652 | 2026-08-20T03:18:33.552Z | [ host-image] Aug 20 03:18:32.848 INFO BUILD STRING "heads/stlouis-0-g328a187b5d\n" |
| 10653 | 2026-08-20T03:18:33.557Z | [ host-image] Aug 20 03:18:32.848 INFO expanded image name: "ci b18d02a/${os_short_commit} 2026-08-20 02:59" -> "ci b18d02a/328a187 2026-08-20 02:59" |
| 10654 | 2026-08-20T03:18:33.557Z | [ host-image] Aug 20 03:18:32.848 INFO output artefacts stored in: "/work/os-host" |
| 10655 | 2026-08-20T03:18:33.557Z | [ host-image] Aug 20 03:18:32.848 INFO collecting git info from project "pinprick"... |
| 10656 | 2026-08-20T03:18:33.561Z | [ host-image] Aug 20 03:18:32.857 INFO collecting git info from project "dmar-report"... |
| 10657 | 2026-08-20T03:18:33.573Z | [ host-image] Aug 20 03:18:32.869 INFO collecting git info from project "bootserver"... |
| 10658 | 2026-08-20T03:18:33.581Z | [ host-image] Aug 20 03:18:32.877 INFO collecting git info from project "phbl"... |
| 10659 | 2026-08-20T03:18:33.589Z | [ host-image] Aug 20 03:18:32.885 INFO collecting git info from project "chelsio-t6-roms"... |
| 10660 | 2026-08-20T03:18:33.607Z | [ host-image] Aug 20 03:18:32.903 INFO collecting git info from project "pilot"... |
| 10661 | 2026-08-20T03:18:33.649Z | [ host-image] Aug 20 03:18:32.945 INFO collecting git info from project "amd-firmware"... |
| 10662 | 2026-08-20T03:18:33.827Z | [ recovery-image] Aug 20 03:18:33.122 INFO O| Aug 20 03:18:33.119 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 10663 | 2026-08-20T03:18:34.110Z | [ host-image] Aug 20 03:18:33.394 INFO collecting git info from project "image-builder"... |
| 10664 | 2026-08-20T03:18:34.110Z | [ host-image] Aug 20 03:18:33.402 INFO collecting git info from project "amd-host-image-builder"... |
| 10665 | 2026-08-20T03:18:34.152Z | [ host-image] Aug 20 03:18:33.448 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 10666 | 2026-08-20T03:18:34.226Z | [ recovery-image] Aug 20 03:18:33.519 INFO BUILD STRING "heads/stlouis-0-g328a187b5d\n" |
| 10667 | 2026-08-20T03:18:34.226Z | [ recovery-image] Aug 20 03:18:33.519 INFO expanded image name: "recovery b18d02a/${os_short_commit} 2026-08-20 02:59" -> "recovery b18d02a/328a187 2026-08-20 02:59" |
| 10668 | 2026-08-20T03:18:34.226Z | [ recovery-image] Aug 20 03:18:33.519 INFO output artefacts stored in: "/work/os-recovery" |
| 10669 | 2026-08-20T03:18:34.226Z | [ recovery-image] Aug 20 03:18:33.519 INFO collecting git info from project "pinprick"... |
| 10670 | 2026-08-20T03:18:34.236Z | [ recovery-image] Aug 20 03:18:33.527 INFO collecting git info from project "dmar-report"... |
| 10671 | 2026-08-20T03:18:34.245Z | [ recovery-image] Aug 20 03:18:33.534 INFO collecting git info from project "bootserver"... |
| 10672 | 2026-08-20T03:18:34.245Z | [ recovery-image] Aug 20 03:18:33.541 INFO collecting git info from project "phbl"... |
| 10673 | 2026-08-20T03:18:34.251Z | [ recovery-image] Aug 20 03:18:33.547 INFO collecting git info from project "chelsio-t6-roms"... |
| 10674 | 2026-08-20T03:18:34.285Z | [ recovery-image] Aug 20 03:18:33.554 INFO collecting git info from project "pilot"... |
| 10675 | 2026-08-20T03:18:34.296Z | [ recovery-image] Aug 20 03:18:33.591 INFO collecting git info from project "amd-firmware"... |
| 10676 | 2026-08-20T03:18:34.356Z | [ recovery-image] Aug 20 03:18:33.645 INFO collecting git info from project "image-builder"... |
| 10677 | 2026-08-20T03:18:34.362Z | [ recovery-image] Aug 20 03:18:33.653 INFO collecting git info from project "amd-host-image-builder"... |
| 10678 | 2026-08-20T03:18:34.381Z | [ recovery-image] Aug 20 03:18:33.676 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 10679 | 2026-08-20T03:18:34.791Z | [ host-image] Aug 20 03:18:34.086 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 10680 | 2026-08-20T03:18:34.877Z | [ recovery-image] Aug 20 03:18:34.172 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 10681 | 2026-08-20T03:18:34.965Z | [verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 10682 | 2026-08-20T03:18:35.219Z | [verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 10683 | 2026-08-20T03:18:35.276Z | [ recovery-image] Aug 20 03:18:34.572 INFO creating Oxide boot image... |
| 10684 | 2026-08-20T03:18:35.276Z | [ recovery-image] Aug 20 03:18:34.572 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery b18d02a/328a187 2026-08-20 02:59", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
| 10685 | 2026-08-20T03:18:35.321Z | [ host-image] Aug 20 03:18:34.616 INFO creating Oxide boot image... |
| 10686 | 2026-08-20T03:18:35.321Z | [ host-image] Aug 20 03:18:34.616 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci b18d02a/328a187 2026-08-20 02:59", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
| 10687 | 2026-08-20T03:18:36.710Z | [ host-image] Aug 20 03:18:36.006 INFO O| ok, image written! |
| 10688 | 2026-08-20T03:18:36.710Z | [ host-image] Aug 20 03:18:36.006 INFO O| ok, boot_image_csum file written! |
| 10689 | 2026-08-20T03:18:36.713Z | [ host-image] Aug 20 03:18:36.008 INFO creating boot archive (CPIO)... |
| 10690 | 2026-08-20T03:18:36.713Z | [ host-image] Aug 20 03:18:36.008 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 |
| 10691 | 2026-08-20T03:18:36.718Z | [ host-image] Aug 20 03:18:36.013 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk |
| 10692 | 2026-08-20T03:18:36.718Z | [ host-image] Aug 20 03:18:36.013 INFO E| + outfile=/work/os-host/cpio |
| 10693 | 2026-08-20T03:18:36.718Z | [ host-image] Aug 20 03:18:36.013 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
| 10694 | 2026-08-20T03:18:36.722Z | [ host-image] Aug 20 03:18:36.015 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk |
| 10695 | 2026-08-20T03:18:36.722Z | [ host-image] Aug 20 03:18:36.015 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
| 10696 | 2026-08-20T03:18:36.747Z | [ host-image] Aug 20 03:18:36.043 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
| 10697 | 2026-08-20T03:18:36.747Z | [ host-image] Aug 20 03:18:36.043 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
| 10698 | 2026-08-20T03:18:36.755Z | [ host-image] Aug 20 03:18:36.050 INFO creating compressed cpio/unix for dev loaders... |
| 10699 | 2026-08-20T03:18:36.755Z | [ host-image] Aug 20 03:18:36.050 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 |
| 10700 | 2026-08-20T03:18:37.001Z | [ host-image] Aug 20 03:18:36.297 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None |
| 10701 | 2026-08-20T03:18:40.917Z | [ host-image] Aug 20 03:18:40.211 INFO creating reset image... |
| 10702 | 2026-08-20T03:18:40.917Z | [ host-image] Aug 20 03:18:40.211 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") |
| 10703 | 2026-08-20T03:18:41.334Z | [ host-image] Aug 20 03:18:40.630 INFO E| Updating crates.io index |
| 10704 | 2026-08-20T03:18:41.576Z | [ host-image] Aug 20 03:18:40.869 INFO E| Downloading crates ... |
| 10705 | 2026-08-20T03:18:41.640Z | [ host-image] Aug 20 03:18:40.936 INFO E| Downloaded colorchoice v1.0.5 |
| 10706 | 2026-08-20T03:18:41.644Z | [ host-image] Aug 20 03:18:40.937 INFO E| Downloaded clap_lex v1.1.0 |
| 10707 | 2026-08-20T03:18:41.644Z | [ host-image] Aug 20 03:18:40.938 INFO E| Downloaded duct v1.1.1 |
| 10708 | 2026-08-20T03:18:41.647Z | [ host-image] Aug 20 03:18:40.939 INFO E| Downloaded os_pipe v1.2.3 |
| 10709 | 2026-08-20T03:18:41.652Z | [ host-image] Aug 20 03:18:40.940 INFO E| Downloaded sigchld v0.2.4 |
| 10710 | 2026-08-20T03:18:41.652Z | [ host-image] Aug 20 03:18:40.941 INFO E| Downloaded shared_thread v0.2.0 |
| 10711 | 2026-08-20T03:18:41.652Z | [ host-image] Aug 20 03:18:40.941 INFO E| Downloaded shared_child v1.1.1 |
| 10712 | 2026-08-20T03:18:41.706Z | [ host-image] Aug 20 03:18:41.002 INFO E| Compiling libc v0.2.186 |
| 10713 | 2026-08-20T03:18:41.706Z | [ host-image] Aug 20 03:18:41.002 INFO E| Compiling proc-macro2 v1.0.106 |
| 10714 | 2026-08-20T03:18:41.706Z | [ host-image] Aug 20 03:18:41.002 INFO E| Compiling quote v1.0.45 |
| 10715 | 2026-08-20T03:18:41.710Z | [ host-image] Aug 20 03:18:41.002 INFO E| Compiling signal-hook v0.3.18 |
| 10716 | 2026-08-20T03:18:41.710Z | [ host-image] Aug 20 03:18:41.002 INFO E| Compiling unicode-ident v1.0.24 |
| 10717 | 2026-08-20T03:18:41.710Z | [ host-image] Aug 20 03:18:41.002 INFO E| Compiling utf8parse v0.2.2 |
| 10718 | 2026-08-20T03:18:41.710Z | [ host-image] Aug 20 03:18:41.002 INFO E| Compiling anstyle v1.0.14 |
| 10719 | 2026-08-20T03:18:41.710Z | [ host-image] Aug 20 03:18:41.002 INFO E| Compiling colorchoice v1.0.5 |
| 10720 | 2026-08-20T03:18:41.710Z | [ host-image] Aug 20 03:18:41.002 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 10721 | 2026-08-20T03:18:41.710Z | [ host-image] Aug 20 03:18:41.002 INFO E| Compiling anstyle-query v1.1.5 |
| 10722 | 2026-08-20T03:18:41.710Z | [ host-image] Aug 20 03:18:41.002 INFO E| Compiling clap_lex v1.1.0 |
| 10723 | 2026-08-20T03:18:41.710Z | [ host-image] Aug 20 03:18:41.002 INFO E| Compiling strsim v0.11.1 |
| 10724 | 2026-08-20T03:18:41.710Z | [ host-image] Aug 20 03:18:41.002 INFO E| Compiling heck v0.5.0 |
| 10725 | 2026-08-20T03:18:41.710Z | [ host-image] Aug 20 03:18:41.002 INFO E| Compiling shared_thread v0.2.0 |
| 10726 | 2026-08-20T03:18:42.170Z | [ host-image] Aug 20 03:18:41.465 INFO E| Compiling anstyle-parse v1.0.0 |
| 10727 | 2026-08-20T03:18:42.373Z | [ host-image] Aug 20 03:18:41.669 INFO E| Compiling anstream v1.0.0 |
| 10728 | 2026-08-20T03:18:42.733Z | [ host-image] Aug 20 03:18:42.016 INFO E| Compiling clap_builder v4.6.0 |
| 10729 | 2026-08-20T03:18:43.359Z | [ host-image] Aug 20 03:18:42.655 INFO E| Compiling errno v0.3.14 |
| 10730 | 2026-08-20T03:18:43.360Z | [ host-image] Aug 20 03:18:42.655 INFO E| Compiling os_pipe v1.2.3 |
| 10731 | 2026-08-20T03:18:43.519Z | [ host-image] Aug 20 03:18:42.797 INFO E| Compiling signal-hook-registry v1.4.8 |
| 10732 | 2026-08-20T03:18:43.873Z | [ host-image] Aug 20 03:18:43.162 INFO E| Compiling sigchld v0.2.4 |
| 10733 | 2026-08-20T03:18:43.951Z | [ host-image] Aug 20 03:18:43.247 INFO E| Compiling syn v2.0.117 |
| 10734 | 2026-08-20T03:18:44.007Z | [ host-image] Aug 20 03:18:43.302 INFO E| Compiling shared_child v1.1.1 |
| 10735 | 2026-08-20T03:18:44.223Z | [ host-image] Aug 20 03:18:43.517 INFO E| Compiling duct v1.1.1 |
| 10736 | 2026-08-20T03:18:44.892Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 10737 | 2026-08-20T03:18:47.244Z | [ host-image] Aug 20 03:18:46.539 INFO E| Compiling clap_derive v4.6.1 |
| 10738 | 2026-08-20T03:18:48.981Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 10739 | 2026-08-20T03:18:49.412Z | [ host-image] Aug 20 03:18:48.703 INFO E| Compiling clap v4.6.1 |
| 10740 | 2026-08-20T03:18:49.496Z | [ host-image] Aug 20 03:18:48.792 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
| 10741 | 2026-08-20T03:18:50.566Z | [verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 10742 | 2026-08-20T03:18:51.048Z | [ host-image] Aug 20 03:18:50.305 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.04s |
| 10743 | 2026-08-20T03:18:51.048Z | [ host-image] Aug 20 03:18:50.311 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl` |
| 10744 | 2026-08-20T03:18:51.197Z | [verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 10745 | 2026-08-20T03:18:51.411Z | [ host-image] Aug 20 03:18:50.705 INFO E| Downloading crates ... |
| 10746 | 2026-08-20T03:18:51.503Z | [ host-image] Aug 20 03:18:50.798 INFO E| Downloaded bit_field v0.10.3 |
| 10747 | 2026-08-20T03:18:51.539Z | [ host-image] Aug 20 03:18:50.833 INFO E| Downloaded miniz_oxide v0.9.1 |
| 10748 | 2026-08-20T03:18:51.544Z | [ host-image] Aug 20 03:18:50.835 INFO E| Downloaded bitstruct v0.1.1 |
| 10749 | 2026-08-20T03:18:51.544Z | [ host-image] Aug 20 03:18:50.836 INFO E| Downloaded cpio_reader v0.1.2 |
| 10750 | 2026-08-20T03:18:51.545Z | [ host-image] Aug 20 03:18:50.837 INFO E| Downloaded bitstruct_derive v0.1.0 |
| 10751 | 2026-08-20T03:18:51.579Z | [ host-image] Aug 20 03:18:50.875 INFO E| Downloaded bitflags v2.13.0 |
| 10752 | 2026-08-20T03:18:51.583Z | [ host-image] Aug 20 03:18:50.878 INFO E| Downloaded log v0.4.32 |
| 10753 | 2026-08-20T03:18:51.594Z | [ host-image] Aug 20 03:18:50.879 INFO E| Downloaded raw-cpuid v10.7.0 |
| 10754 | 2026-08-20T03:18:51.652Z | [ host-image] Aug 20 03:18:50.943 INFO E| Downloaded goblin v0.10.7 |
| 10755 | 2026-08-20T03:18:51.845Z | [verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 10756 | 2026-08-20T03:18:51.862Z | [ host-image] Aug 20 03:18:51.135 INFO E| Downloaded x86 v0.52.0 |
| 10757 | 2026-08-20T03:18:51.886Z | [ host-image] Aug 20 03:18:51.169 INFO E| Updating crates.io index |
| 10758 | 2026-08-20T03:18:51.927Z | [ host-image] Aug 20 03:18:51.219 INFO E| Downloading crates ... |
| 10759 | 2026-08-20T03:18:51.956Z | [verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 10760 | 2026-08-20T03:18:51.993Z | [ host-image] Aug 20 03:18:51.253 INFO E| Downloaded hashbrown v0.17.1 |
| 10761 | 2026-08-20T03:18:51.993Z | [ host-image] Aug 20 03:18:51.257 INFO E| Downloaded rustc-literal-escaper v0.0.7 |
| 10762 | 2026-08-20T03:18:52.018Z | [ host-image] Aug 20 03:18:51.309 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) |
| 10763 | 2026-08-20T03:18:52.018Z | [ host-image] Aug 20 03:18:51.309 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) |
| 10764 | 2026-08-20T03:18:52.018Z | [ host-image] Aug 20 03:18:51.309 INFO E| Compiling proc-macro2 v1.0.106 |
| 10765 | 2026-08-20T03:18:52.032Z | [ host-image] Aug 20 03:18:51.309 INFO E| Compiling unicode-ident v1.0.24 |
| 10766 | 2026-08-20T03:18:52.032Z | [ host-image] Aug 20 03:18:51.309 INFO E| Compiling quote v1.0.45 |
| 10767 | 2026-08-20T03:18:52.032Z | [ host-image] Aug 20 03:18:51.309 INFO E| Compiling syn v1.0.109 |
| 10768 | 2026-08-20T03:18:52.059Z | [ host-image] Aug 20 03:18:51.352 INFO E| Compiling x86 v0.52.0 |
| 10769 | 2026-08-20T03:18:52.060Z | [ host-image] Aug 20 03:18:51.352 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 10770 | 2026-08-20T03:18:52.083Z | [ host-image] Aug 20 03:18:51.375 INFO E| Compiling seq-macro v0.3.6 |
| 10771 | 2026-08-20T03:18:54.738Z | [ host-image] Aug 20 03:18:54.006 INFO E| Compiling syn v2.0.117 |
| 10772 | 2026-08-20T03:18:56.980Z | [ host-image] Aug 20 03:18:56.247 INFO E| Compiling scroll_derive v0.13.1 |
| 10773 | 2026-08-20T03:18:57.478Z | [verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 10774 | 2026-08-20T03:18:58.654Z | [ host-image] Aug 20 03:18:57.848 INFO E| Compiling bitstruct_derive v0.1.0 |
| 10775 | 2026-08-20T03:18:59.234Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 10776 | 2026-08-20T03:18:59.915Z | [verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 10777 | 2026-08-20T03:19:08.634Z | [verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 10778 | 2026-08-20T03:19:09.577Z | [ host-image] Aug 20 03:19:08.868 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) |
| 10779 | 2026-08-20T03:19:12.065Z | [ host-image] Aug 20 03:19:11.358 INFO E| Compiling bitflags v1.3.2 |
| 10780 | 2026-08-20T03:19:12.065Z | [ host-image] Aug 20 03:19:11.358 INFO E| Compiling bitflags v2.13.0 |
| 10781 | 2026-08-20T03:19:12.069Z | [ host-image] Aug 20 03:19:11.358 INFO E| Compiling bit_field v0.10.3 |
| 10782 | 2026-08-20T03:19:12.069Z | [ host-image] Aug 20 03:19:11.358 INFO E| Compiling adler2 v2.0.1 |
| 10783 | 2026-08-20T03:19:12.069Z | [ host-image] Aug 20 03:19:11.358 INFO E| Compiling plain v0.2.3 |
| 10784 | 2026-08-20T03:19:12.069Z | [ host-image] Aug 20 03:19:11.358 INFO E| Compiling log v0.4.32 |
| 10785 | 2026-08-20T03:19:12.070Z | [ host-image] Aug 20 03:19:11.358 INFO E| Compiling scroll v0.13.0 |
| 10786 | 2026-08-20T03:19:12.070Z | [ host-image] Aug 20 03:19:11.358 INFO E| Compiling bitstruct v0.1.1 |
| 10787 | 2026-08-20T03:19:12.070Z | [ host-image] Aug 20 03:19:11.358 INFO E| Compiling static_assertions v1.1.0 |
| 10788 | 2026-08-20T03:19:12.123Z | [ host-image] Aug 20 03:19:11.417 INFO E| Compiling raw-cpuid v10.7.0 |
| 10789 | 2026-08-20T03:19:12.237Z | [ host-image] Aug 20 03:19:11.468 INFO E| Compiling miniz_oxide v0.9.1 |
| 10790 | 2026-08-20T03:19:12.247Z | [ host-image] Aug 20 03:19:11.538 INFO E| Compiling cpio_reader v0.1.2 |
| 10791 | 2026-08-20T03:19:12.317Z | [ host-image] Aug 20 03:19:11.611 INFO E| Compiling goblin v0.10.7 |
| 10792 | 2026-08-20T03:19:13.164Z | [verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 10793 | 2026-08-20T03:19:15.746Z | [ host-image] Aug 20 03:19:15.041 INFO E| Finished `release` profile [optimized] target(s) in 24.68s |
| 10794 | 2026-08-20T03:19:15.769Z | [ host-image] Aug 20 03:19:15.064 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 10795 | 2026-08-20T03:19:15.769Z | [ host-image] Aug 20 03:19:15.065 INFO building ROM for gimlet |
| 10796 | 2026-08-20T03:19:15.769Z | [ host-image] Aug 20 03:19:15.065 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") |
| 10797 | 2026-08-20T03:19:15.865Z | [ host-image] Aug 20 03:19:15.161 INFO E| Downloading crates ... |
| 10798 | 2026-08-20T03:19:15.924Z | [ host-image] Aug 20 03:19:15.220 INFO E| Downloaded anstyle-query v1.1.2 |
| 10799 | 2026-08-20T03:19:15.930Z | [ host-image] Aug 20 03:19:15.225 INFO E| Downloaded toml_datetime v0.6.9 |
| 10800 | 2026-08-20T03:19:15.933Z | [ host-image] Aug 20 03:19:15.227 INFO E| Downloaded anstream v0.6.18 |
| 10801 | 2026-08-20T03:19:15.934Z | [ host-image] Aug 20 03:19:15.229 INFO E| Downloaded colorchoice v1.0.3 |
| 10802 | 2026-08-20T03:19:15.939Z | [ host-image] Aug 20 03:19:15.231 INFO E| Downloaded anstyle v1.0.10 |
| 10803 | 2026-08-20T03:19:15.943Z | [ host-image] Aug 20 03:19:15.234 INFO E| Downloaded is_terminal_polyfill v1.70.1 |
| 10804 | 2026-08-20T03:19:15.943Z | [ host-image] Aug 20 03:19:15.235 INFO E| Downloaded serde_spanned v0.6.8 |
| 10805 | 2026-08-20T03:19:15.943Z | [ host-image] Aug 20 03:19:15.235 INFO E| Downloaded os_pipe v1.2.1 |
| 10806 | 2026-08-20T03:19:15.943Z | [ host-image] Aug 20 03:19:15.237 INFO E| Downloaded anstyle-parse v0.2.6 |
| 10807 | 2026-08-20T03:19:15.946Z | [ host-image] Aug 20 03:19:15.240 INFO E| Downloaded shared_child v1.0.1 |
| 10808 | 2026-08-20T03:19:15.947Z | [ host-image] Aug 20 03:19:15.242 INFO E| Downloaded clap_lex v0.7.4 |
| 10809 | 2026-08-20T03:19:15.951Z | [ host-image] Aug 20 03:19:15.247 INFO E| Downloaded duct v0.13.7 |
| 10810 | 2026-08-20T03:19:15.955Z | [ host-image] Aug 20 03:19:15.248 INFO E| Downloaded toml_write v0.1.1 |
| 10811 | 2026-08-20T03:19:15.961Z | [ host-image] Aug 20 03:19:15.257 INFO E| Downloaded clap_derive v4.5.32 |
| 10812 | 2026-08-20T03:19:15.967Z | [ host-image] Aug 20 03:19:15.263 INFO E| Downloaded clap v4.5.37 |
| 10813 | 2026-08-20T03:19:15.979Z | [ host-image] Aug 20 03:19:15.272 INFO E| Downloaded toml v0.8.22 |
| 10814 | 2026-08-20T03:19:15.997Z | [ host-image] Aug 20 03:19:15.292 INFO E| Downloaded cc v1.2.20 |
| 10815 | 2026-08-20T03:19:16.003Z | [ host-image] Aug 20 03:19:15.294 INFO E| Downloaded toml_edit v0.22.26 |
| 10816 | 2026-08-20T03:19:16.023Z | [ host-image] Aug 20 03:19:15.316 INFO E| Downloaded winnow v0.7.7 |
| 10817 | 2026-08-20T03:19:16.026Z | [ host-image] Aug 20 03:19:15.321 INFO E| Downloaded clap_builder v4.5.37 |
| 10818 | 2026-08-20T03:19:16.041Z | [ host-image] Aug 20 03:19:15.337 INFO E| Compiling libc v0.2.172 |
| 10819 | 2026-08-20T03:19:16.042Z | [ host-image] Aug 20 03:19:15.337 INFO E| Compiling utf8parse v0.2.2 |
| 10820 | 2026-08-20T03:19:16.042Z | [ host-image] Aug 20 03:19:15.337 INFO E| Compiling anstyle-query v1.1.2 |
| 10821 | 2026-08-20T03:19:16.042Z | [ host-image] Aug 20 03:19:15.337 INFO E| Compiling equivalent v1.0.2 |
| 10822 | 2026-08-20T03:19:16.046Z | [ host-image] Aug 20 03:19:15.337 INFO E| Compiling once_cell v1.21.3 |
| 10823 | 2026-08-20T03:19:16.046Z | [ host-image] Aug 20 03:19:15.337 INFO E| Compiling is_terminal_polyfill v1.70.1 |
| 10824 | 2026-08-20T03:19:16.046Z | [ host-image] Aug 20 03:19:15.337 INFO E| Compiling anstyle v1.0.10 |
| 10825 | 2026-08-20T03:19:16.046Z | [ host-image] Aug 20 03:19:15.337 INFO E| Compiling hashbrown v0.15.2 |
| 10826 | 2026-08-20T03:19:16.046Z | [ host-image] Aug 20 03:19:15.337 INFO E| Compiling shlex v1.3.0 |
| 10827 | 2026-08-20T03:19:16.046Z | [ host-image] Aug 20 03:19:15.337 INFO E| Compiling colorchoice v1.0.3 |
| 10828 | 2026-08-20T03:19:16.046Z | [ host-image] Aug 20 03:19:15.337 INFO E| Compiling toml_write v0.1.1 |
| 10829 | 2026-08-20T03:19:16.046Z | [ host-image] Aug 20 03:19:15.337 INFO E| Compiling winnow v0.7.7 |
| 10830 | 2026-08-20T03:19:16.046Z | [ host-image] Aug 20 03:19:15.337 INFO E| Compiling anyhow v1.0.98 |
| 10831 | 2026-08-20T03:19:16.046Z | [ host-image] Aug 20 03:19:15.337 INFO E| Compiling clap_lex v0.7.4 |
| 10832 | 2026-08-20T03:19:16.047Z | [ host-image] Aug 20 03:19:15.337 INFO E| Compiling syn v2.0.101 |
| 10833 | 2026-08-20T03:19:16.047Z | [ host-image] Aug 20 03:19:15.337 INFO E| Compiling strsim v0.11.1 |
| 10834 | 2026-08-20T03:19:16.718Z | [ host-image] Aug 20 03:19:16.010 INFO E| Compiling anstyle-parse v0.2.6 |
| 10835 | 2026-08-20T03:19:16.718Z | [ host-image] Aug 20 03:19:16.010 INFO E| Compiling cc v1.2.20 |
| 10836 | 2026-08-20T03:19:16.718Z | [ host-image] Aug 20 03:19:16.010 INFO E| Compiling indexmap v2.9.0 |
| 10837 | 2026-08-20T03:19:16.932Z | [ host-image] Aug 20 03:19:16.228 INFO E| Compiling anstream v0.6.18 |
| 10838 | 2026-08-20T03:19:17.159Z | [ host-image] Aug 20 03:19:16.454 INFO E| Compiling shared_child v1.0.1 |
| 10839 | 2026-08-20T03:19:17.159Z | [ host-image] Aug 20 03:19:16.454 INFO E| Compiling os_pipe v1.2.1 |
| 10840 | 2026-08-20T03:19:17.228Z | [ host-image] Aug 20 03:19:16.523 INFO E| Compiling clap_builder v4.5.37 |
| 10841 | 2026-08-20T03:19:17.343Z | [ host-image] Aug 20 03:19:16.637 INFO E| Compiling duct v0.13.7 |
| 10842 | 2026-08-20T03:19:18.117Z | [ host-image] Aug 20 03:19:17.412 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask) |
| 10843 | 2026-08-20T03:19:19.515Z | [ host-image] Aug 20 03:19:18.807 INFO E| Compiling serde_derive v1.0.219 |
| 10844 | 2026-08-20T03:19:19.530Z | [ host-image] Aug 20 03:19:18.808 INFO E| Compiling clap_derive v4.5.32 |
| 10845 | 2026-08-20T03:19:21.003Z | [ host-image] Aug 20 03:19:20.299 INFO E| Compiling clap v4.5.37 |
| 10846 | 2026-08-20T03:19:21.765Z | [ host-image] Aug 20 03:19:21.061 INFO E| Compiling serde v1.0.219 |
| 10847 | 2026-08-20T03:19:23.795Z | [ host-image] Aug 20 03:19:23.090 INFO E| Compiling serde_spanned v0.6.8 |
| 10848 | 2026-08-20T03:19:23.796Z | [ host-image] Aug 20 03:19:23.090 INFO E| Compiling toml_datetime v0.6.9 |
| 10849 | 2026-08-20T03:19:23.964Z | [ host-image] Aug 20 03:19:23.248 INFO E| Compiling toml_edit v0.22.26 |
| 10850 | 2026-08-20T03:19:25.213Z | [ host-image] Aug 20 03:19:24.508 INFO E| Compiling toml v0.8.22 |
| 10851 | 2026-08-20T03:19:26.262Z | [ recovery-image] Aug 20 03:19:25.558 INFO O| ok, image written! |
| 10852 | 2026-08-20T03:19:26.263Z | [ recovery-image] Aug 20 03:19:25.558 INFO O| ok, boot_image_csum file written! |
| 10853 | 2026-08-20T03:19:26.266Z | [ recovery-image] Aug 20 03:19:25.560 INFO creating boot archive (CPIO)... |
| 10854 | 2026-08-20T03:19:26.266Z | [ recovery-image] Aug 20 03:19:25.561 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 |
| 10855 | 2026-08-20T03:19:26.271Z | [ recovery-image] Aug 20 03:19:25.564 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk |
| 10856 | 2026-08-20T03:19:26.271Z | [ recovery-image] Aug 20 03:19:25.564 INFO E| + outfile=/work/os-recovery/cpio |
| 10857 | 2026-08-20T03:19:26.271Z | [ recovery-image] Aug 20 03:19:25.564 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
| 10858 | 2026-08-20T03:19:26.276Z | [ recovery-image] Aug 20 03:19:25.566 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk |
| 10859 | 2026-08-20T03:19:26.276Z | [ recovery-image] Aug 20 03:19:25.566 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
| 10860 | 2026-08-20T03:19:26.299Z | [ recovery-image] Aug 20 03:19:25.593 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
| 10861 | 2026-08-20T03:19:26.299Z | [ recovery-image] Aug 20 03:19:25.593 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
| 10862 | 2026-08-20T03:19:26.307Z | [ recovery-image] Aug 20 03:19:25.601 INFO creating compressed cpio/unix for dev loaders... |
| 10863 | 2026-08-20T03:19:26.307Z | [ recovery-image] Aug 20 03:19:25.601 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 |
| 10864 | 2026-08-20T03:19:26.530Z | [ recovery-image] Aug 20 03:19:25.825 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None |
| 10865 | 2026-08-20T03:19:27.383Z | [ host-image] Aug 20 03:19:26.677 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.56s |
| 10866 | 2026-08-20T03:19:27.391Z | [ host-image] Aug 20 03:19:26.687 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` |
| 10867 | 2026-08-20T03:19:27.406Z | [ host-image] Aug 20 03:19:26.702 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 10868 | 2026-08-20T03:19:27.485Z | [ host-image] Aug 20 03:19:26.780 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 10869 | 2026-08-20T03:19:27.488Z | [ host-image] Aug 20 03:19:26.783 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` |
| 10870 | 2026-08-20T03:19:27.602Z | [ host-image] Aug 20 03:19:26.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn" |
| 10871 | 2026-08-20T03:19:27.603Z | [ host-image] Aug 20 03:19:26.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin" |
| 10872 | 2026-08-20T03:19:27.604Z | [ host-image] Aug 20 03:19:26.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin" |
| 10873 | 2026-08-20T03:19:27.608Z | [ host-image] Aug 20 03:19:26.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin" |
| 10874 | 2026-08-20T03:19:27.608Z | [ host-image] Aug 20 03:19:26.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn" |
| 10875 | 2026-08-20T03:19:27.608Z | [ host-image] Aug 20 03:19:26.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn" |
| 10876 | 2026-08-20T03:19:27.608Z | [ host-image] Aug 20 03:19:26.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin" |
| 10877 | 2026-08-20T03:19:27.608Z | [ host-image] Aug 20 03:19:26.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin" |
| 10878 | 2026-08-20T03:19:27.608Z | [ host-image] Aug 20 03:19:26.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin" |
| 10879 | 2026-08-20T03:19:27.608Z | [ host-image] Aug 20 03:19:26.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin" |
| 10880 | 2026-08-20T03:19:27.609Z | [ host-image] Aug 20 03:19:26.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin" |
| 10881 | 2026-08-20T03:19:27.609Z | [ host-image] Aug 20 03:19:26.898 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin" |
| 10882 | 2026-08-20T03:19:27.609Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin" |
| 10883 | 2026-08-20T03:19:27.609Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin" |
| 10884 | 2026-08-20T03:19:27.609Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin" |
| 10885 | 2026-08-20T03:19:27.609Z | [ host-image] Aug 20 03:19:26.899 INFO O| Info: ABL version: 0x100f5010 |
| 10886 | 2026-08-20T03:19:27.609Z | [ host-image] Aug 20 03:19:26.899 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100 |
| 10887 | 2026-08-20T03:19:27.609Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 10888 | 2026-08-20T03:19:27.609Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 10889 | 2026-08-20T03:19:27.609Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 10890 | 2026-08-20T03:19:27.609Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 10891 | 2026-08-20T03:19:27.609Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 10892 | 2026-08-20T03:19:27.609Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 10893 | 2026-08-20T03:19:27.609Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 10894 | 2026-08-20T03:19:27.609Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 10895 | 2026-08-20T03:19:27.609Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 10896 | 2026-08-20T03:19:27.609Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 10897 | 2026-08-20T03:19:27.609Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 10898 | 2026-08-20T03:19:27.610Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 10899 | 2026-08-20T03:19:27.610Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 10900 | 2026-08-20T03:19:27.610Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 10901 | 2026-08-20T03:19:27.610Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 10902 | 2026-08-20T03:19:27.610Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 10903 | 2026-08-20T03:19:27.610Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 10904 | 2026-08-20T03:19:27.610Z | [ host-image] Aug 20 03:19:26.899 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 10905 | 2026-08-20T03:19:27.639Z | [ host-image] Aug 20 03:19:26.935 INFO building ROM for cosmo |
| 10906 | 2026-08-20T03:19:27.642Z | [ host-image] Aug 20 03:19:26.935 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") |
| 10907 | 2026-08-20T03:19:28.554Z | [ host-image] Aug 20 03:19:27.030 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
| 10908 | 2026-08-20T03:19:28.611Z | [ host-image] Aug 20 03:19:27.032 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` |
| 10909 | 2026-08-20T03:19:28.611Z | [ host-image] Aug 20 03:19:27.047 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 10910 | 2026-08-20T03:19:28.611Z | [ host-image] Aug 20 03:19:27.118 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 10911 | 2026-08-20T03:19:28.611Z | [ host-image] Aug 20 03:19:27.122 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` |
| 10912 | 2026-08-20T03:19:28.611Z | [ host-image] Aug 20 03:19:27.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10913 | 2026-08-20T03:19:28.611Z | [ host-image] Aug 20 03:19:27.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin" |
| 10914 | 2026-08-20T03:19:28.611Z | [ host-image] Aug 20 03:19:27.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin" |
| 10915 | 2026-08-20T03:19:28.611Z | [ host-image] Aug 20 03:19:27.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin" |
| 10916 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 10917 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 10918 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 10919 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 10920 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin" |
| 10921 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin" |
| 10922 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin" |
| 10923 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 10924 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 10925 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.331 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 10926 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 10927 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 10928 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin" |
| 10929 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 10930 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin" |
| 10931 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin" |
| 10932 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 10933 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 10934 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 10935 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 10936 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin" |
| 10937 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin" |
| 10938 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin" |
| 10939 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 10940 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 10941 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 10942 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 10943 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 10944 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 10945 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 10946 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin" |
| 10947 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 10948 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 10949 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 10950 | 2026-08-20T03:19:28.612Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 10951 | 2026-08-20T03:19:28.613Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin" |
| 10952 | 2026-08-20T03:19:28.613Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin" |
| 10953 | 2026-08-20T03:19:28.613Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin" |
| 10954 | 2026-08-20T03:19:28.613Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 10955 | 2026-08-20T03:19:28.613Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin" |
| 10956 | 2026-08-20T03:19:28.613Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 10957 | 2026-08-20T03:19:28.613Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 10958 | 2026-08-20T03:19:28.613Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 10959 | 2026-08-20T03:19:28.613Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 10960 | 2026-08-20T03:19:28.613Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 10961 | 2026-08-20T03:19:28.613Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 10962 | 2026-08-20T03:19:28.613Z | [ host-image] Aug 20 03:19:27.332 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 10963 | 2026-08-20T03:19:28.613Z | [ host-image] Aug 20 03:19:27.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 10964 | 2026-08-20T03:19:28.613Z | [ host-image] Aug 20 03:19:27.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 10965 | 2026-08-20T03:19:28.614Z | [ host-image] Aug 20 03:19:27.333 INFO O| Info: ABL version: 0x100af010 |
| 10966 | 2026-08-20T03:19:28.614Z | [ host-image] Aug 20 03:19:27.333 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0 |
| 10967 | 2026-08-20T03:19:28.614Z | [ host-image] Aug 20 03:19:27.333 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0 |
| 10968 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin" |
| 10969 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 10970 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 10971 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 10972 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 10973 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 10974 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 10975 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.333 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 10976 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 10977 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 10978 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 10979 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 10980 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 10981 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 10982 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 10983 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 10984 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 10985 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 10986 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 10987 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 10988 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin" |
| 10989 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin" |
| 10990 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin" |
| 10991 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin" |
| 10992 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin" |
| 10993 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin" |
| 10994 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin" |
| 10995 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin" |
| 10996 | 2026-08-20T03:19:28.615Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin" |
| 10997 | 2026-08-20T03:19:28.616Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin" |
| 10998 | 2026-08-20T03:19:28.616Z | [ host-image] Aug 20 03:19:27.334 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin" |
| 10999 | 2026-08-20T03:19:28.616Z | [ host-image] Aug 20 03:19:27.371 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 11000 | 2026-08-20T03:19:28.616Z | [ host-image] Aug 20 03:19:27.371 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
| 11001 | 2026-08-20T03:19:29.275Z | [ host-image] Aug 20 03:19:28.571 INFO image complete! materials are in "/work/os-host" |
| 11002 | 2026-08-20T03:19:29.279Z | [ host-image] |
| 11003 | 2026-08-20T03:19:29.279Z | [ host-image] real 3:57.352191755 |
| 11004 | 2026-08-20T03:19:29.279Z | [ host-image] user 3:17.649698922 |
| 11005 | 2026-08-20T03:19:29.279Z | [ host-image] sys 46.017961280 |
| 11006 | 2026-08-20T03:19:29.279Z | [ host-image] trap 0.193226282 |
| 11007 | 2026-08-20T03:19:29.279Z | [ host-image] tflt 0.693625342 |
| 11008 | 2026-08-20T03:19:29.279Z | [ host-image] dflt 1.922781655 |
| 11009 | 2026-08-20T03:19:29.279Z | [ host-image] kflt 0.000858488 |
| 11010 | 2026-08-20T03:19:29.279Z | [ host-image] lock 10:43.301296755 |
| 11011 | 2026-08-20T03:19:29.279Z | [ host-image] slp 22:14.366733941 |
| 11012 | 2026-08-20T03:19:29.280Z | [ host-image] lat 1:02.487032345 |
| 11013 | 2026-08-20T03:19:29.280Z | [ host-image] stop 25.179171660 |
| 11014 | 2026-08-20T03:19:29.283Z | Aug 20 03:19:28.575 INFO [host-image] process exited with exit status: 0 (237.357639215s) |
| 11015 | 2026-08-20T03:19:29.283Z | Aug 20 03:19:28.575 INFO [tuf-v2-host] running task |
| 11016 | 2026-08-20T03:19:29.283Z | Aug 20 03:19:28.576 INFO [tuf-v2-host] task succeeded (743.56µs) |
| 11017 | 2026-08-20T03:19:29.824Z | [ recovery-image] Aug 20 03:19:29.119 INFO creating reset image... |
| 11018 | 2026-08-20T03:19:29.824Z | [ recovery-image] Aug 20 03:19:29.119 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") |
| 11019 | 2026-08-20T03:19:29.891Z | [ recovery-image] Aug 20 03:19:29.186 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
| 11020 | 2026-08-20T03:19:29.894Z | [ recovery-image] Aug 20 03:19:29.189 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl` |
| 11021 | 2026-08-20T03:19:30.151Z | [ recovery-image] Aug 20 03:19:29.447 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) |
| 11022 | 2026-08-20T03:19:30.151Z | [ recovery-image] Aug 20 03:19:29.447 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) |
| 11023 | 2026-08-20T03:19:30.155Z | [ recovery-image] Aug 20 03:19:29.447 INFO E| Compiling proc-macro2 v1.0.106 |
| 11024 | 2026-08-20T03:19:30.155Z | [ recovery-image] Aug 20 03:19:29.447 INFO E| Compiling unicode-ident v1.0.24 |
| 11025 | 2026-08-20T03:19:30.155Z | [ recovery-image] Aug 20 03:19:29.447 INFO E| Compiling quote v1.0.45 |
| 11026 | 2026-08-20T03:19:30.155Z | [ recovery-image] Aug 20 03:19:29.447 INFO E| Compiling syn v1.0.109 |
| 11027 | 2026-08-20T03:19:30.155Z | [ recovery-image] Aug 20 03:19:29.447 INFO E| Compiling x86 v0.52.0 |
| 11028 | 2026-08-20T03:19:30.155Z | [ recovery-image] Aug 20 03:19:29.447 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 11029 | 2026-08-20T03:19:30.155Z | [ recovery-image] Aug 20 03:19:29.447 INFO E| Compiling seq-macro v0.3.6 |
| 11030 | 2026-08-20T03:19:31.106Z | [ recovery-image] Aug 20 03:19:30.402 INFO E| Compiling syn v2.0.117 |
| 11031 | 2026-08-20T03:19:32.468Z | [ recovery-image] Aug 20 03:19:31.763 INFO E| Compiling scroll_derive v0.13.1 |
| 11032 | 2026-08-20T03:19:33.423Z | [ recovery-image] Aug 20 03:19:32.719 INFO E| Compiling bitstruct_derive v0.1.0 |
| 11033 | 2026-08-20T03:19:42.355Z | [ recovery-image] Aug 20 03:19:41.651 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) |
| 11034 | 2026-08-20T03:19:44.407Z | [ recovery-image] Aug 20 03:19:43.701 INFO E| Compiling bitflags v1.3.2 |
| 11035 | 2026-08-20T03:19:44.407Z | [ recovery-image] Aug 20 03:19:43.701 INFO E| Compiling bitflags v2.13.0 |
| 11036 | 2026-08-20T03:19:44.407Z | [ recovery-image] Aug 20 03:19:43.701 INFO E| Compiling adler2 v2.0.1 |
| 11037 | 2026-08-20T03:19:44.411Z | [ recovery-image] Aug 20 03:19:43.701 INFO E| Compiling log v0.4.32 |
| 11038 | 2026-08-20T03:19:44.411Z | [ recovery-image] Aug 20 03:19:43.701 INFO E| Compiling plain v0.2.3 |
| 11039 | 2026-08-20T03:19:44.411Z | [ recovery-image] Aug 20 03:19:43.701 INFO E| Compiling bit_field v0.10.3 |
| 11040 | 2026-08-20T03:19:44.411Z | [ recovery-image] Aug 20 03:19:43.701 INFO E| Compiling scroll v0.13.0 |
| 11041 | 2026-08-20T03:19:44.411Z | [ recovery-image] Aug 20 03:19:43.701 INFO E| Compiling static_assertions v1.1.0 |
| 11042 | 2026-08-20T03:19:44.411Z | [ recovery-image] Aug 20 03:19:43.701 INFO E| Compiling bitstruct v0.1.1 |
| 11043 | 2026-08-20T03:19:44.454Z | [ recovery-image] Aug 20 03:19:43.749 INFO E| Compiling raw-cpuid v10.7.0 |
| 11044 | 2026-08-20T03:19:44.508Z | [ recovery-image] Aug 20 03:19:43.804 INFO E| Compiling miniz_oxide v0.9.1 |
| 11045 | 2026-08-20T03:19:44.572Z | [ recovery-image] Aug 20 03:19:43.867 INFO E| Compiling cpio_reader v0.1.2 |
| 11046 | 2026-08-20T03:19:44.613Z | [ recovery-image] Aug 20 03:19:43.909 INFO E| Compiling goblin v0.10.7 |
| 11047 | 2026-08-20T03:19:47.385Z | [ recovery-image] Aug 20 03:19:46.681 INFO E| Finished `release` profile [optimized] target(s) in 17.48s |
| 11048 | 2026-08-20T03:19:47.397Z | [ recovery-image] Aug 20 03:19:46.693 INFO building ROM for cosmo |
| 11049 | 2026-08-20T03:19:47.397Z | [ recovery-image] Aug 20 03:19:46.693 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") |
| 11050 | 2026-08-20T03:19:47.480Z | [ recovery-image] Aug 20 03:19:46.776 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
| 11051 | 2026-08-20T03:19:47.483Z | [ recovery-image] Aug 20 03:19:46.778 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` |
| 11052 | 2026-08-20T03:19:47.492Z | [ recovery-image] Aug 20 03:19:46.788 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 11053 | 2026-08-20T03:19:47.555Z | [ recovery-image] Aug 20 03:19:46.851 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
| 11054 | 2026-08-20T03:19:47.558Z | [ recovery-image] Aug 20 03:19:46.853 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` |
| 11055 | 2026-08-20T03:19:47.757Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn" |
| 11056 | 2026-08-20T03:19:47.757Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin" |
| 11057 | 2026-08-20T03:19:47.757Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin" |
| 11058 | 2026-08-20T03:19:47.762Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin" |
| 11059 | 2026-08-20T03:19:47.762Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 11060 | 2026-08-20T03:19:47.762Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 11061 | 2026-08-20T03:19:47.762Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 11062 | 2026-08-20T03:19:47.762Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 11063 | 2026-08-20T03:19:47.762Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin" |
| 11064 | 2026-08-20T03:19:47.762Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin" |
| 11065 | 2026-08-20T03:19:47.762Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin" |
| 11066 | 2026-08-20T03:19:47.762Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 11067 | 2026-08-20T03:19:47.762Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 11068 | 2026-08-20T03:19:47.763Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 11069 | 2026-08-20T03:19:47.763Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 11070 | 2026-08-20T03:19:47.763Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 11071 | 2026-08-20T03:19:47.763Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin" |
| 11072 | 2026-08-20T03:19:47.763Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 11073 | 2026-08-20T03:19:47.763Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin" |
| 11074 | 2026-08-20T03:19:47.763Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin" |
| 11075 | 2026-08-20T03:19:47.763Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 11076 | 2026-08-20T03:19:47.763Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 11077 | 2026-08-20T03:19:47.763Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 11078 | 2026-08-20T03:19:47.763Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 11079 | 2026-08-20T03:19:47.763Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin" |
| 11080 | 2026-08-20T03:19:47.763Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin" |
| 11081 | 2026-08-20T03:19:47.763Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin" |
| 11082 | 2026-08-20T03:19:47.763Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 11083 | 2026-08-20T03:19:47.763Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 11084 | 2026-08-20T03:19:47.763Z | [ recovery-image] Aug 20 03:19:47.053 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 11085 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 11086 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 11087 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 11088 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 11089 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin" |
| 11090 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 11091 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 11092 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 11093 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 11094 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin" |
| 11095 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin" |
| 11096 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin" |
| 11097 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 11098 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin" |
| 11099 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 11100 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 11101 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 11102 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 11103 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 11104 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 11105 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 11106 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 11107 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 11108 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO O| Info: ABL version: 0x100af010 |
| 11109 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0 |
| 11110 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0 |
| 11111 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.054 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin" |
| 11112 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 11113 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 11114 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 11115 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 11116 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 11117 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 11118 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 11119 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 11120 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 11121 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 11122 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 11123 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 11124 | 2026-08-20T03:19:47.764Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 11125 | 2026-08-20T03:19:47.765Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 11126 | 2026-08-20T03:19:47.765Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 11127 | 2026-08-20T03:19:47.765Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 11128 | 2026-08-20T03:19:47.765Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 11129 | 2026-08-20T03:19:47.765Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 11130 | 2026-08-20T03:19:47.765Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 11131 | 2026-08-20T03:19:47.765Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin" |
| 11132 | 2026-08-20T03:19:47.765Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin" |
| 11133 | 2026-08-20T03:19:47.765Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin" |
| 11134 | 2026-08-20T03:19:47.765Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin" |
| 11135 | 2026-08-20T03:19:47.765Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin" |
| 11136 | 2026-08-20T03:19:47.765Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin" |
| 11137 | 2026-08-20T03:19:47.765Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin" |
| 11138 | 2026-08-20T03:19:47.765Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin" |
| 11139 | 2026-08-20T03:19:47.765Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin" |
| 11140 | 2026-08-20T03:19:47.771Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin" |
| 11141 | 2026-08-20T03:19:47.771Z | [ recovery-image] Aug 20 03:19:47.055 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin" |
| 11142 | 2026-08-20T03:19:47.789Z | [ recovery-image] Aug 20 03:19:47.085 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 11143 | 2026-08-20T03:19:47.789Z | [ recovery-image] Aug 20 03:19:47.085 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 11144 | 2026-08-20T03:19:47.789Z | [ recovery-image] Aug 20 03:19:47.085 INFO building ROM for gimlet |
| 11145 | 2026-08-20T03:19:47.792Z | [ recovery-image] Aug 20 03:19:47.085 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") |
| 11146 | 2026-08-20T03:19:47.880Z | [ recovery-image] Aug 20 03:19:47.176 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
| 11147 | 2026-08-20T03:19:47.884Z | [ recovery-image] Aug 20 03:19:47.179 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` |
| 11148 | 2026-08-20T03:19:47.895Z | [ recovery-image] Aug 20 03:19:47.191 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 11149 | 2026-08-20T03:19:47.961Z | [ recovery-image] Aug 20 03:19:47.257 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 11150 | 2026-08-20T03:19:47.965Z | [ recovery-image] Aug 20 03:19:47.259 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` |
| 11151 | 2026-08-20T03:19:48.074Z | [ recovery-image] Aug 20 03:19:47.369 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn" |
| 11152 | 2026-08-20T03:19:48.074Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin" |
| 11153 | 2026-08-20T03:19:48.074Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin" |
| 11154 | 2026-08-20T03:19:48.077Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin" |
| 11155 | 2026-08-20T03:19:48.077Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn" |
| 11156 | 2026-08-20T03:19:48.077Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn" |
| 11157 | 2026-08-20T03:19:48.077Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin" |
| 11158 | 2026-08-20T03:19:48.077Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin" |
| 11159 | 2026-08-20T03:19:48.077Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin" |
| 11160 | 2026-08-20T03:19:48.077Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin" |
| 11161 | 2026-08-20T03:19:48.077Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin" |
| 11162 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin" |
| 11163 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin" |
| 11164 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin" |
| 11165 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin" |
| 11166 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.370 INFO O| Info: ABL version: 0x100f5010 |
| 11167 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.370 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100 |
| 11168 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 11169 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 11170 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 11171 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 11172 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 11173 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.370 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 11174 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 11175 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 11176 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 11177 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 11178 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 11179 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 11180 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 11181 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 11182 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 11183 | 2026-08-20T03:19:48.078Z | [ recovery-image] Aug 20 03:19:47.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 11184 | 2026-08-20T03:19:48.079Z | [ recovery-image] Aug 20 03:19:47.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 11185 | 2026-08-20T03:19:48.079Z | [ recovery-image] Aug 20 03:19:47.371 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 11186 | 2026-08-20T03:19:48.109Z | [ recovery-image] Aug 20 03:19:47.405 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
| 11187 | 2026-08-20T03:19:49.403Z | [ recovery-image] Aug 20 03:19:48.699 INFO image complete! materials are in "/work/os-recovery" |
| 11188 | 2026-08-20T03:19:49.409Z | [ recovery-image] |
| 11189 | 2026-08-20T03:19:49.409Z | [ recovery-image] real 3:12.686635095 |
| 11190 | 2026-08-20T03:19:49.409Z | [ recovery-image] user 2:03.656256362 |
| 11191 | 2026-08-20T03:19:49.409Z | [ recovery-image] sys 28.146959647 |
| 11192 | 2026-08-20T03:19:49.409Z | [ recovery-image] trap 0.110704871 |
| 11193 | 2026-08-20T03:19:49.409Z | [ recovery-image] tflt 0.322001644 |
| 11194 | 2026-08-20T03:19:49.409Z | [ recovery-image] dflt 0.190597226 |
| 11195 | 2026-08-20T03:19:49.409Z | [ recovery-image] kflt 0.000034954 |
| 11196 | 2026-08-20T03:19:49.409Z | [ recovery-image] lock 4:24.002590233 |
| 11197 | 2026-08-20T03:19:49.409Z | [ recovery-image] slp 16:05.487116184 |
| 11198 | 2026-08-20T03:19:49.410Z | [ recovery-image] lat 32.218235452 |
| 11199 | 2026-08-20T03:19:49.410Z | [ recovery-image] stop 1.730189930 |
| 11200 | 2026-08-20T03:19:49.415Z | Aug 20 03:19:48.703 INFO [recovery-image] process exited with exit status: 0 (192.691996615s) |
| 11201 | 2026-08-20T03:19:49.415Z | Aug 20 03:19:48.703 INFO [tuf-v2-recovery] running task |
| 11202 | 2026-08-20T03:19:49.415Z | Aug 20 03:19:48.703 INFO [tuf-repo] running task |
| 11203 | 2026-08-20T03:19:49.415Z | Aug 20 03:19:48.704 INFO [tuf-v2-recovery] task succeeded (542.5µs) |
| 11204 | 2026-08-20T03:19:49.415Z | Aug 20 03:19:48.704 INFO [tuf-v2-repo] running task |
| 11205 | 2026-08-20T03:20:11.246Z | Aug 20 03:20:10.542 INFO assembling repository in `/tmp/tufaceousLF6wNN`, component: OmicronRepoAssembler |
| 11206 | 2026-08-20T03:20:11.747Z | Aug 20 03:20:11.042 INFO [tuf-v2-repo] task succeeded (22.338778375s) |
| 11207 | 2026-08-20T03:20:22.286Z | Aug 20 03:20:21.581 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
| 11208 | 2026-08-20T03:20:22.555Z | Aug 20 03:20:21.850 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
| 11209 | 2026-08-20T03:20:24.597Z | Aug 20 03:20:23.892 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a" |
| 11210 | 2026-08-20T03:20:24.651Z | Aug 20 03:20:23.947 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b" |
| 11211 | 2026-08-20T03:20:24.710Z | Aug 20 03:20:24.005 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b" |
| 11212 | 2026-08-20T03:20:24.760Z | Aug 20 03:20:24.055 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c" |
| 11213 | 2026-08-20T03:20:24.812Z | Aug 20 03:20:24.106 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d" |
| 11214 | 2026-08-20T03:20:24.862Z | Aug 20 03:20:24.157 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e" |
| 11215 | 2026-08-20T03:20:24.914Z | Aug 20 03:20:24.209 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f" |
| 11216 | 2026-08-20T03:20:35.240Z | Aug 20 03:20:34.502 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 |
| 11217 | 2026-08-20T03:20:35.243Z | Aug 20 03:20:34.508 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 |
| 11218 | 2026-08-20T03:20:35.243Z | Aug 20 03:20:34.530 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 |
| 11219 | 2026-08-20T03:20:35.289Z | Aug 20 03:20:34.585 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b" |
| 11220 | 2026-08-20T03:20:35.345Z | Aug 20 03:20:34.640 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c" |
| 11221 | 2026-08-20T03:20:35.411Z | Aug 20 03:20:34.707 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d" |
| 11222 | 2026-08-20T03:20:35.473Z | Aug 20 03:20:34.768 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 |
| 11223 | 2026-08-20T03:20:35.479Z | Aug 20 03:20:34.775 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 |
| 11224 | 2026-08-20T03:20:35.502Z | Aug 20 03:20:34.798 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 |
| 11225 | 2026-08-20T03:20:37.248Z | Aug 20 03:20:36.542 INFO [tuf-repo] task succeeded (47.839249034s) |
| 11226 | 2026-08-20T03:23:49.466Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 09s |
| 11227 | 2026-08-20T03:23:49.472Z | [verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 11228 | 2026-08-20T03:23:49.472Z | [verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 11229 | 2026-08-20T03:23:52.091Z | Aug 20 03:23:51.385 INFO [verify-libraries] process exited with exit status: 0 (435.601696519s) |
| 11230 | 2026-08-20T03:23:52.091Z | Aug 20 03:23:51.385 INFO all jobs completed in 1440.918562939s |
| 11231 | 2026-08-20T03:23:53.375Z | process exited: duration 1659799 ms, exit code 0 |
| |
| 11232 | 2026-08-20T03:23:53.392Z | found 41 output files |
| 11233 | 2026-08-20T03:23:53.392Z | uploading: /work/manifest.toml (17334 bytes) |
| 11234 | 2026-08-20T03:23:54.408Z | uploaded: /work/manifest.toml |
| 11235 | 2026-08-20T03:23:54.408Z | uploading: /work/repo.zip (3298111735 bytes) |
| 11236 | 2026-08-20T03:25:46.089Z | uploaded: /work/repo.zip |
| 11237 | 2026-08-20T03:25:46.089Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
| 11238 | 2026-08-20T03:25:47.106Z | uploaded: /work/repo.zip.sha256.txt |
| 11239 | 2026-08-20T03:25:47.113Z | uploading: /work/helios.json (647 bytes) |
| 11240 | 2026-08-20T03:25:48.127Z | uploaded: /work/helios.json |
| 11241 | 2026-08-20T03:25:48.134Z | uploading: /work/incorporation.p5m (113590 bytes) |
| 11242 | 2026-08-20T03:25:49.148Z | uploaded: /work/incorporation.p5m |
| 11243 | 2026-08-20T03:25:49.155Z | uploading: /work/incorporation.p5p (133120 bytes) |
| 11244 | 2026-08-20T03:25:50.193Z | uploaded: /work/incorporation.p5p |
| 11245 | 2026-08-20T03:25:50.197Z | uploading: /work/helios-incorp.log (522 bytes) |
| 11246 | 2026-08-20T03:25:51.242Z | uploaded: /work/helios-incorp.log |
| 11247 | 2026-08-20T03:25:51.242Z | uploading: /work/helios-setup.log (57183 bytes) |
| 11248 | 2026-08-20T03:25:52.281Z | uploaded: /work/helios-setup.log |
| 11249 | 2026-08-20T03:25:52.282Z | uploading: /work/host-image.log (240823 bytes) |
| 11250 | 2026-08-20T03:25:53.830Z | uploaded: /work/host-image.log |
| 11251 | 2026-08-20T03:25:53.830Z | uploading: /work/host-package.log (33711 bytes) |
| 11252 | 2026-08-20T03:25:55.054Z | uploaded: /work/host-package.log |
| 11253 | 2026-08-20T03:25:55.054Z | uploading: /work/host-target.log (101 bytes) |
| 11254 | 2026-08-20T03:25:56.485Z | uploaded: /work/host-target.log |
| 11255 | 2026-08-20T03:25:56.485Z | uploading: /work/incorp-create.log (0 bytes) |
| 11256 | 2026-08-20T03:25:58.030Z | uploaded: /work/incorp-create.log |
| 11257 | 2026-08-20T03:25:58.030Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 11258 | 2026-08-20T03:25:59.047Z | uploaded: /work/incorp-fmt.log |
| 11259 | 2026-08-20T03:25:59.047Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 11260 | 2026-08-20T03:26:00.061Z | uploaded: /work/incorp-pkgsend.log |
| 11261 | 2026-08-20T03:26:00.061Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 11262 | 2026-08-20T03:26:01.073Z | uploaded: /work/incorp-publisher.log |
| 11263 | 2026-08-20T03:26:01.073Z | uploading: /work/omicron-package.log (10067 bytes) |
| 11264 | 2026-08-20T03:26:02.093Z | uploaded: /work/omicron-package.log |
| 11265 | 2026-08-20T03:26:02.093Z | uploading: /work/recovery-image.log (583222 bytes) |
| 11266 | 2026-08-20T03:26:05.611Z | uploaded: /work/recovery-image.log |
| 11267 | 2026-08-20T03:26:05.612Z | uploading: /work/recovery-package.log (321 bytes) |
| 11268 | 2026-08-20T03:26:06.638Z | uploaded: /work/recovery-package.log |
| 11269 | 2026-08-20T03:26:06.638Z | uploading: /work/recovery-target.log (98 bytes) |
| 11270 | 2026-08-20T03:26:07.650Z | uploaded: /work/recovery-target.log |
| 11271 | 2026-08-20T03:26:07.650Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 11272 | 2026-08-20T03:26:08.662Z | uploaded: /work/stamp-clickhouse.log |
| 11273 | 2026-08-20T03:26:08.662Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 11274 | 2026-08-20T03:26:09.674Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 11275 | 2026-08-20T03:26:09.674Z | uploading: /work/stamp-clickhouse_server.log (124 bytes) |
| 11276 | 2026-08-20T03:26:10.686Z | uploaded: /work/stamp-clickhouse_server.log |
| 11277 | 2026-08-20T03:26:10.687Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 11278 | 2026-08-20T03:26:11.696Z | uploaded: /work/stamp-cockroachdb.log |
| 11279 | 2026-08-20T03:26:11.696Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 11280 | 2026-08-20T03:26:12.705Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 11281 | 2026-08-20T03:26:12.705Z | uploading: /work/stamp-crucible-utils.log (118 bytes) |
| 11282 | 2026-08-20T03:26:13.720Z | uploaded: /work/stamp-crucible-utils.log |
| 11283 | 2026-08-20T03:26:13.720Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 11284 | 2026-08-20T03:26:14.733Z | uploaded: /work/stamp-crucible-zone.log |
| 11285 | 2026-08-20T03:26:14.738Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 11286 | 2026-08-20T03:26:15.746Z | uploaded: /work/stamp-external-dns.log |
| 11287 | 2026-08-20T03:26:15.747Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 11288 | 2026-08-20T03:26:16.819Z | uploaded: /work/stamp-installinator.log |
| 11289 | 2026-08-20T03:26:16.832Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 11290 | 2026-08-20T03:26:17.878Z | uploaded: /work/stamp-internal-dns.log |
| 11291 | 2026-08-20T03:26:17.893Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 11292 | 2026-08-20T03:26:18.970Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 11293 | 2026-08-20T03:26:18.971Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 11294 | 2026-08-20T03:26:19.999Z | uploaded: /work/stamp-nexus.log |
| 11295 | 2026-08-20T03:26:19.999Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 11296 | 2026-08-20T03:26:21.008Z | uploaded: /work/stamp-ntp.log |
| 11297 | 2026-08-20T03:26:21.008Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 11298 | 2026-08-20T03:26:22.019Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 11299 | 2026-08-20T03:26:22.019Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 11300 | 2026-08-20T03:26:23.030Z | uploaded: /work/stamp-overlay.log |
| 11301 | 2026-08-20T03:26:23.030Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 11302 | 2026-08-20T03:26:24.044Z | uploaded: /work/stamp-oximeter.log |
| 11303 | 2026-08-20T03:26:24.050Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 11304 | 2026-08-20T03:26:25.054Z | uploaded: /work/stamp-oxlog.log |
| 11305 | 2026-08-20T03:26:25.054Z | uploading: /work/stamp-probe.log (112 bytes) |
| 11306 | 2026-08-20T03:26:26.067Z | uploaded: /work/stamp-probe.log |
| 11307 | 2026-08-20T03:26:26.067Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 11308 | 2026-08-20T03:26:27.082Z | uploaded: /work/stamp-propolis-server.log |
| 11309 | 2026-08-20T03:26:27.083Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 11310 | 2026-08-20T03:26:28.095Z | uploaded: /work/stamp-pumpkind-gz.log |
| 11311 | 2026-08-20T03:26:28.096Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 11312 | 2026-08-20T03:26:29.107Z | uploaded: /work/stamp-switch-asic.log |
| 11313 | 2026-08-20T03:26:29.108Z | uploading: /work/verify-libraries.log (50450 bytes) |
| 11314 | 2026-08-20T03:26:30.122Z | uploaded: /work/verify-libraries.log |