|
|
|
| 1 | 2026-08-25T07:28:29.616Z | job assigned to worker 01M0VX2TSM44TYVMHVR3CCQN86 [factory aws, i-0152450fff8c7bf49] (queued for 49 s) |
| |
| 2 | 2026-08-25T07:28:36.685Z | starting task 0: "setup" |
| 3 | 2026-08-25T07:28:36.690Z | ++ uname -s |
| 4 | 2026-08-25T07:28:36.693Z | + kern=SunOS |
| 5 | 2026-08-25T07:28:36.693Z | + build_user=build |
| 6 | 2026-08-25T07:28:36.693Z | + build_uid=12345 |
| 7 | 2026-08-25T07:28:36.693Z | + work_dir=/work |
| 8 | 2026-08-25T07:28:36.693Z | + input_dir=/input |
| 9 | 2026-08-25T07:28:36.693Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-25T07:28:36.693Z | + case "$kern" in |
| 11 | 2026-08-25T07:28:36.693Z | + groupadd -g 12345 build |
| 12 | 2026-08-25T07:28:36.697Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-25T07:28:38.701Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-25T07:28:38.868Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-25T07:28:38.882Z | + home_fs=zfs |
| 16 | 2026-08-25T07:28:38.882Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-25T07:28:38.882Z | + mkdir -p /home/build |
| 18 | 2026-08-25T07:28:38.882Z | + chown build:build /home/build /work |
| 19 | 2026-08-25T07:28:40.874Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-25T07:28:40.877Z | process exited: duration 4193 ms, exit code 0 |
| |
| 21 | 2026-08-25T07:28:40.883Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-25T07:28:40.888Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-25T07:28:40.888Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-08-25T07:28:40.888Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-08-25T07:28:40.888Z | * rust toolchain channel = "1.97.1" |
| 26 | 2026-08-25T07:28:40.888Z | * rust toolchain profile = "default" |
| 27 | 2026-08-25T07:28:40.888Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-25T07:28:40.892Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-25T07:28:40.892Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-25T07:28:40.988Z | info: downloading installer |
| 31 | 2026-08-25T07:28:42.434Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-25T07:28:42.434Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-25T07:28:42.434Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-25T07:28:42.435Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-25T07:28:42.447Z | info: profile set to default |
| 36 | 2026-08-25T07:28:42.447Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-25T07:28:42.450Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-25T07:28:42.590Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-25T07:28:42.593Z | info: downloading 6 components |
| 40 | 2026-08-25T07:28:57.283Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-25T07:28:57.283Z | |
| 42 | 2026-08-25T07:28:57.324Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-25T07:28:57.324Z | |
| 44 | 2026-08-25T07:28:57.324Z | |
| 45 | 2026-08-25T07:28:57.324Z | Rust is installed now. Great! |
| 46 | 2026-08-25T07:28:57.324Z | |
| 47 | 2026-08-25T07:28:57.324Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-25T07:28:57.324Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-25T07:28:57.324Z | |
| 50 | 2026-08-25T07:28:57.324Z | To configure your current shell, you need to source |
| 51 | 2026-08-25T07:28:57.324Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-25T07:28:57.324Z | |
| 53 | 2026-08-25T07:28:57.324Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-25T07:28:57.324Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-25T07:28:57.324Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-25T07:28:57.324Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-25T07:28:57.324Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-25T07:28:57.324Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-25T07:28:57.324Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-25T07:28:57.329Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-25T07:28:57.329Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-25T07:28:57.434Z | + rustup --version |
| 63 | 2026-08-25T07:28:57.438Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-25T07:28:57.443Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-25T07:28:57.464Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-25T07:28:57.468Z | + cargo --version |
| 67 | 2026-08-25T07:28:57.472Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-25T07:28:57.472Z | + rustc --version |
| 69 | 2026-08-25T07:28:57.499Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-25T07:28:57.505Z | process exited: duration 16614 ms, exit code 0 |
| |
| 71 | 2026-08-25T07:28:57.516Z | starting task 2: "authentication" |
| 72 | 2026-08-25T07:28:57.541Z | process exited: duration 22 ms, exit code 0 |
| |
| 73 | 2026-08-25T07:28:57.554Z | starting task 3: "clone repository" |
| 74 | 2026-08-25T07:28:57.558Z | + mkdir -p /work/oxidecomputer/omicron |
| 75 | 2026-08-25T07:28:57.563Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 76 | 2026-08-25T07:28:57.597Z | Cloning into '/work/oxidecomputer/omicron'... |
| 77 | 2026-08-25T07:29:09.550Z | + cd /work/oxidecomputer/omicron |
| 78 | 2026-08-25T07:29:09.551Z | + git fetch origin 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e |
| 79 | 2026-08-25T07:29:09.888Z | From https://github.com/oxidecomputer/omicron |
| 80 | 2026-08-25T07:29:09.888Z | * branch 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e -> FETCH_HEAD |
| 81 | 2026-08-25T07:29:09.902Z | + [[ -n multicast-e2e ]] |
| 82 | 2026-08-25T07:29:09.913Z | ++ git branch --show-current |
| 83 | 2026-08-25T07:29:09.913Z | + current=main |
| 84 | 2026-08-25T07:29:09.913Z | + [[ main != multicast-e2e ]] |
| 85 | 2026-08-25T07:29:09.913Z | + git branch -f multicast-e2e 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e |
| 86 | 2026-08-25T07:29:09.918Z | + git checkout -f multicast-e2e |
| 87 | 2026-08-25T07:29:10.164Z | Switched to branch 'multicast-e2e' |
| 88 | 2026-08-25T07:29:10.173Z | + git reset --hard 8d0eb63daab97077cbb6bd9a17b00ce0e5e9880e |
| 89 | 2026-08-25T07:29:10.188Z | HEAD is now at 8d0eb63da [merge] merge main |
| 90 | 2026-08-25T07:29:10.218Z | process exited: duration 12633 ms, exit code 0 |
| |
| 91 | 2026-08-25T07:29:10.255Z | starting task 4: "build" |
| 92 | 2026-08-25T07:29:10.274Z | + source .github/buildomat/ci-env.sh |
| 93 | 2026-08-25T07:29:10.274Z | ++ export CARGO_TERM_COLOR=always |
| 94 | 2026-08-25T07:29:10.274Z | ++ CARGO_TERM_COLOR=always |
| 95 | 2026-08-25T07:29:10.274Z | +++ uname -s |
| 96 | 2026-08-25T07:29:10.274Z | ++ [[ SunOS == \S\u\n\O\S ]] |
| 97 | 2026-08-25T07:29:10.274Z | ++ coreadm -p /var/tmp/omicron_tmp/core.%f.%p.core |
| 98 | 2026-08-25T07:29:10.274Z | + cargo --version |
| 99 | 2026-08-25T07:29:10.274Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 100 | 2026-08-25T07:29:10.291Z | + rustc --version |
| 101 | 2026-08-25T07:29:10.297Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 102 | 2026-08-25T07:29:10.297Z | + cargo tree --locked |
| 103 | 2026-08-25T07:29:10.503Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 104 | 2026-08-25T07:29:10.849Z | Updating crates.io index |
| 105 | 2026-08-25T07:29:10.861Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 106 | 2026-08-25T07:29:11.075Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 107 | 2026-08-25T07:29:12.530Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 108 | 2026-08-25T07:29:12.560Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 109 | 2026-08-25T07:29:13.212Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 110 | 2026-08-25T07:29:15.193Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 111 | 2026-08-25T07:29:16.122Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 112 | 2026-08-25T07:29:16.405Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 113 | 2026-08-25T07:29:16.748Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 114 | 2026-08-25T07:29:18.083Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 115 | 2026-08-25T07:29:18.359Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 116 | 2026-08-25T07:29:18.748Z | Updating git repository `https://github.com/oxidecomputer/fmd-adm` |
| 117 | 2026-08-25T07:29:19.351Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 118 | 2026-08-25T07:29:19.642Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 119 | 2026-08-25T07:29:19.908Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 120 | 2026-08-25T07:29:20.256Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 121 | 2026-08-25T07:29:20.512Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 122 | 2026-08-25T07:29:20.825Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 123 | 2026-08-25T07:29:21.303Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 124 | 2026-08-25T07:29:21.670Z | Updating git repository `https://github.com/oxidecomputer/omicron-debug-dropbox` |
| 125 | 2026-08-25T07:29:21.990Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 126 | 2026-08-25T07:29:22.638Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 127 | 2026-08-25T07:29:23.983Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 128 | 2026-08-25T07:29:24.046Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 129 | 2026-08-25T07:29:24.046Z | Updating git repository `https://github.com/oxidecomputer/erebor` |
| 130 | 2026-08-25T07:29:24.120Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 131 | 2026-08-25T07:29:24.511Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 132 | 2026-08-25T07:29:25.039Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 133 | 2026-08-25T07:29:25.452Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 134 | 2026-08-25T07:29:25.799Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 135 | 2026-08-25T07:29:26.047Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 136 | 2026-08-25T07:29:26.389Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 137 | 2026-08-25T07:29:26.766Z | Updating git repository `https://github.com/oxidecomputer/tough` |
| 138 | 2026-08-25T07:29:27.289Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 139 | 2026-08-25T07:29:27.548Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 140 | 2026-08-25T07:29:27.834Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 141 | 2026-08-25T07:29:28.139Z | Updating git repository `https://github.com/oxidecomputer/pmbus` |
| 142 | 2026-08-25T07:29:28.458Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 143 | 2026-08-25T07:29:28.735Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 144 | 2026-08-25T07:29:29.006Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 145 | 2026-08-25T07:29:29.472Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 146 | 2026-08-25T07:29:29.587Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 147 | 2026-08-25T07:29:29.851Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 148 | 2026-08-25T07:29:32.933Z | Downloading crates ... |
| 149 | 2026-08-25T07:29:33.005Z | Downloaded cpubits v0.1.1 |
| 150 | 2026-08-25T07:29:33.010Z | Downloaded cmov v0.5.4 |
| 151 | 2026-08-25T07:29:33.010Z | Downloaded addr2line v0.25.1 |
| 152 | 2026-08-25T07:29:33.010Z | Downloaded darling v0.13.4 |
| 153 | 2026-08-25T07:29:33.013Z | Downloaded crc v3.4.0 |
| 154 | 2026-08-25T07:29:33.016Z | Downloaded group v0.13.0 |
| 155 | 2026-08-25T07:29:33.016Z | Downloaded colorchoice v1.0.4 |
| 156 | 2026-08-25T07:29:33.019Z | Downloaded darling_core v0.21.3 |
| 157 | 2026-08-25T07:29:33.023Z | Downloaded crossbeam-epoch v0.9.18 |
| 158 | 2026-08-25T07:29:33.023Z | Downloaded cookie_store v0.22.1 |
| 159 | 2026-08-25T07:29:33.028Z | Downloaded crunchy v0.2.4 |
| 160 | 2026-08-25T07:29:33.032Z | Downloaded cpufeatures v0.3.0 |
| 161 | 2026-08-25T07:29:33.032Z | Downloaded crucible-workspace-hack v0.1.0 |
| 162 | 2026-08-25T07:29:33.032Z | Downloaded hex-literal v1.1.0 |
| 163 | 2026-08-25T07:29:33.040Z | Downloaded diesel_table_macro_syntax v0.3.0 |
| 164 | 2026-08-25T07:29:33.044Z | Downloaded crc-catalog v2.4.0 |
| 165 | 2026-08-25T07:29:33.044Z | Downloaded crc8 v0.1.1 |
| 166 | 2026-08-25T07:29:33.044Z | Downloaded cstr-argument v0.1.2 |
| 167 | 2026-08-25T07:29:33.044Z | Downloaded const_format_proc_macros v0.2.34 |
| 168 | 2026-08-25T07:29:33.044Z | Downloaded hex v0.4.3 |
| 169 | 2026-08-25T07:29:33.044Z | Downloaded concurrent-queue v2.5.0 |
| 170 | 2026-08-25T07:29:33.047Z | Downloaded constant_time_eq v0.3.1 |
| 171 | 2026-08-25T07:29:33.047Z | Downloaded illumos-nvpair v0.3.0 |
| 172 | 2026-08-25T07:29:33.047Z | Downloaded hash32 v0.3.1 |
| 173 | 2026-08-25T07:29:33.047Z | Downloaded hex-literal v0.4.1 |
| 174 | 2026-08-25T07:29:33.050Z | Downloaded defmt v0.3.100 |
| 175 | 2026-08-25T07:29:33.050Z | Downloaded headers-core v0.3.0 |
| 176 | 2026-08-25T07:29:33.050Z | Downloaded hostname v0.3.1 |
| 177 | 2026-08-25T07:29:33.050Z | Downloaded criterion-plot v0.6.0 |
| 178 | 2026-08-25T07:29:33.054Z | Downloaded constant_time_eq v0.4.2 |
| 179 | 2026-08-25T07:29:33.054Z | Downloaded crossbeam-deque v0.8.6 |
| 180 | 2026-08-25T07:29:33.054Z | Downloaded compression-codecs v0.4.37 |
| 181 | 2026-08-25T07:29:33.059Z | Downloaded guppy-workspace-hack v0.1.0 |
| 182 | 2026-08-25T07:29:33.059Z | Downloaded heck v0.4.1 |
| 183 | 2026-08-25T07:29:33.062Z | Downloaded darling_macro v0.21.3 |
| 184 | 2026-08-25T07:29:33.062Z | Downloaded heck v0.5.0 |
| 185 | 2026-08-25T07:29:33.062Z | Downloaded http-range v0.1.5 |
| 186 | 2026-08-25T07:29:33.062Z | Downloaded clap_derive v4.6.1 |
| 187 | 2026-08-25T07:29:33.062Z | Downloaded console v0.15.11 |
| 188 | 2026-08-25T07:29:33.065Z | Downloaded critical-section v1.2.0 |
| 189 | 2026-08-25T07:29:33.066Z | Downloaded daft v0.1.8 |
| 190 | 2026-08-25T07:29:33.078Z | Downloaded http-body v1.0.1 |
| 191 | 2026-08-25T07:29:33.078Z | Downloaded hubpack v0.1.2 |
| 192 | 2026-08-25T07:29:33.081Z | Downloaded darling_macro v0.23.0 |
| 193 | 2026-08-25T07:29:33.081Z | Downloaded home v0.5.12 |
| 194 | 2026-08-25T07:29:33.081Z | Downloaded hash32 v0.2.1 |
| 195 | 2026-08-25T07:29:33.081Z | Downloaded hubpack_derive v0.1.1 |
| 196 | 2026-08-25T07:29:33.082Z | Downloaded cpufeatures v0.2.17 |
| 197 | 2026-08-25T07:29:33.082Z | Downloaded derive_builder_macro v0.20.2 |
| 198 | 2026-08-25T07:29:33.082Z | Downloaded compression-core v0.4.31 |
| 199 | 2026-08-25T07:29:33.085Z | Downloaded indoc v1.0.9 |
| 200 | 2026-08-25T07:29:33.085Z | Downloaded clap_lex v1.0.0 |
| 201 | 2026-08-25T07:29:33.088Z | Downloaded internet-checksum v0.2.1 |
| 202 | 2026-08-25T07:29:33.088Z | Downloaded convert_case v0.4.0 |
| 203 | 2026-08-25T07:29:33.088Z | Downloaded darling_macro v0.13.4 |
| 204 | 2026-08-25T07:29:33.088Z | Downloaded cobs v0.3.0 |
| 205 | 2026-08-25T07:29:33.093Z | Downloaded hostname v0.4.2 |
| 206 | 2026-08-25T07:29:33.098Z | Downloaded httpdate v1.0.3 |
| 207 | 2026-08-25T07:29:33.098Z | Downloaded inout v0.2.2 |
| 208 | 2026-08-25T07:29:33.099Z | Downloaded crypto-common v0.2.2 |
| 209 | 2026-08-25T07:29:33.102Z | Downloaded defmt-parser v1.0.0 |
| 210 | 2026-08-25T07:29:33.105Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 211 | 2026-08-25T07:29:33.105Z | Downloaded ident_case v1.0.1 |
| 212 | 2026-08-25T07:29:33.108Z | Downloaded is_terminal_polyfill v1.70.2 |
| 213 | 2026-08-25T07:29:33.108Z | Downloaded crypto-common v0.1.7 |
| 214 | 2026-08-25T07:29:33.111Z | Downloaded darling_macro v0.20.11 |
| 215 | 2026-08-25T07:29:33.111Z | Downloaded async-object-pool v0.2.0 |
| 216 | 2026-08-25T07:29:33.114Z | Downloaded is-terminal v0.4.17 |
| 217 | 2026-08-25T07:29:33.114Z | Downloaded is_ci v1.2.0 |
| 218 | 2026-08-25T07:29:33.118Z | Downloaded hyper-tls v0.6.0 |
| 219 | 2026-08-25T07:29:33.118Z | Downloaded clang-sys v1.8.1 |
| 220 | 2026-08-25T07:29:33.118Z | Downloaded darling v0.20.11 |
| 221 | 2026-08-25T07:29:33.121Z | Downloaded cipher v0.5.2 |
| 222 | 2026-08-25T07:29:33.121Z | Downloaded crc-any v2.5.0 |
| 223 | 2026-08-25T07:29:33.124Z | Downloaded derive-ex v0.1.8 |
| 224 | 2026-08-25T07:29:33.124Z | Downloaded illumos-nvpair-sys v0.2.0 |
| 225 | 2026-08-25T07:29:33.124Z | Downloaded idna_adapter v1.2.1 |
| 226 | 2026-08-25T07:29:33.124Z | Downloaded darling v0.21.3 |
| 227 | 2026-08-25T07:29:33.128Z | Downloaded crossbeam-utils v0.8.21 |
| 228 | 2026-08-25T07:29:33.128Z | Downloaded assert_matches v1.5.0 |
| 229 | 2026-08-25T07:29:33.131Z | Downloaded base16ct v1.0.0 |
| 230 | 2026-08-25T07:29:33.131Z | Downloaded inout v0.1.4 |
| 231 | 2026-08-25T07:29:33.131Z | Downloaded instant v0.1.13 |
| 232 | 2026-08-25T07:29:33.134Z | Downloaded opaque-debug v0.3.1 |
| 233 | 2026-08-25T07:29:33.134Z | Downloaded openssl-probe v0.1.6 |
| 234 | 2026-08-25T07:29:33.134Z | Downloaded openssl-probe v0.2.1 |
| 235 | 2026-08-25T07:29:33.134Z | Downloaded group v0.14.0 |
| 236 | 2026-08-25T07:29:33.134Z | Downloaded oxide-generation-macros v0.2.0 |
| 237 | 2026-08-25T07:29:33.139Z | Downloaded password-hash v0.6.1 |
| 238 | 2026-08-25T07:29:33.139Z | Downloaded peg-runtime v0.8.5 |
| 239 | 2026-08-25T07:29:33.139Z | Downloaded percent-encoding v2.3.2 |
| 240 | 2026-08-25T07:29:33.147Z | Downloaded colored v3.1.1 |
| 241 | 2026-08-25T07:29:33.147Z | Downloaded bit-set v0.5.3 |
| 242 | 2026-08-25T07:29:33.147Z | Downloaded ctutils v0.4.2 |
| 243 | 2026-08-25T07:29:33.150Z | Downloaded deranged v0.5.8 |
| 244 | 2026-08-25T07:29:33.150Z | Downloaded http-body-util v0.1.3 |
| 245 | 2026-08-25T07:29:33.150Z | Downloaded instability v0.3.11 |
| 246 | 2026-08-25T07:29:33.150Z | Downloaded cfg_aliases v0.2.1 |
| 247 | 2026-08-25T07:29:33.150Z | Downloaded ipnet v2.12.0 |
| 248 | 2026-08-25T07:29:33.150Z | Downloaded corncobs v0.1.4 |
| 249 | 2026-08-25T07:29:33.150Z | Downloaded httptest v0.16.4 |
| 250 | 2026-08-25T07:29:33.156Z | Downloaded convert_case v0.10.0 |
| 251 | 2026-08-25T07:29:33.156Z | Downloaded data-encoding v2.10.0 |
| 252 | 2026-08-25T07:29:33.156Z | Downloaded defmt v1.0.1 |
| 253 | 2026-08-25T07:29:33.159Z | Downloaded hickory-client v0.25.2 |
| 254 | 2026-08-25T07:29:33.162Z | Downloaded ciborium-io v0.2.2 |
| 255 | 2026-08-25T07:29:33.162Z | Downloaded debug-ignore v1.0.5 |
| 256 | 2026-08-25T07:29:33.162Z | Downloaded diesel-dtrace v0.5.0 |
| 257 | 2026-08-25T07:29:33.165Z | Downloaded daft-derive v0.1.8 |
| 258 | 2026-08-25T07:29:33.166Z | Downloaded ciborium-ll v0.2.2 |
| 259 | 2026-08-25T07:29:33.169Z | Downloaded httparse v1.10.1 |
| 260 | 2026-08-25T07:29:33.169Z | Downloaded ctr v0.10.1 |
| 261 | 2026-08-25T07:29:33.169Z | Downloaded delegate v0.13.5 |
| 262 | 2026-08-25T07:29:33.169Z | Downloaded der_derive v0.7.3 |
| 263 | 2026-08-25T07:29:33.172Z | Downloaded derive_builder_core v0.20.2 |
| 264 | 2026-08-25T07:29:33.172Z | Downloaded defmt-macros v1.0.1 |
| 265 | 2026-08-25T07:29:33.172Z | Downloaded phf_shared v0.12.1 |
| 266 | 2026-08-25T07:29:33.175Z | Downloaded crc32fast v1.5.0 |
| 267 | 2026-08-25T07:29:33.175Z | Downloaded console v0.16.2 |
| 268 | 2026-08-25T07:29:33.175Z | Downloaded potential_utf v0.1.4 |
| 269 | 2026-08-25T07:29:33.180Z | Downloaded atty v0.2.14 |
| 270 | 2026-08-25T07:29:33.183Z | Downloaded plain v0.2.3 |
| 271 | 2026-08-25T07:29:33.183Z | Downloaded indent_write v2.2.0 |
| 272 | 2026-08-25T07:29:33.183Z | Downloaded bitflags v1.3.2 |
| 273 | 2026-08-25T07:29:33.187Z | Downloaded base64ct v1.8.3 |
| 274 | 2026-08-25T07:29:33.191Z | Downloaded buf-list v1.1.2 |
| 275 | 2026-08-25T07:29:33.191Z | Downloaded camino-tempfile-ext v0.3.3 |
| 276 | 2026-08-25T07:29:33.194Z | Downloaded humantime v2.3.0 |
| 277 | 2026-08-25T07:29:33.194Z | Downloaded paste v1.0.15 |
| 278 | 2026-08-25T07:29:33.194Z | Downloaded progenitor-client v0.14.0 |
| 279 | 2026-08-25T07:29:33.194Z | Downloaded ingot v0.2.1 |
| 280 | 2026-08-25T07:29:33.197Z | Downloaded recursive v0.1.1 |
| 281 | 2026-08-25T07:29:33.197Z | Downloaded indoc v2.0.7 |
| 282 | 2026-08-25T07:29:33.197Z | Downloaded ingot-types v0.2.0 |
| 283 | 2026-08-25T07:29:33.198Z | Downloaded impl-trait-for-tuples v0.2.3 |
| 284 | 2026-08-25T07:29:33.204Z | Downloaded hyper-staticfile v0.10.1 |
| 285 | 2026-08-25T07:29:33.204Z | Downloaded arrayvec v0.7.6 |
| 286 | 2026-08-25T07:29:33.207Z | Downloaded scheduled-thread-pool v0.2.7 |
| 287 | 2026-08-25T07:29:33.207Z | Downloaded scroll_derive v0.13.1 |
| 288 | 2026-08-25T07:29:33.207Z | Downloaded datatest-stable v0.3.3 |
| 289 | 2026-08-25T07:29:33.207Z | Downloaded des v0.9.0 |
| 290 | 2026-08-25T07:29:33.207Z | Downloaded cookie v0.18.1 |
| 291 | 2026-08-25T07:29:33.212Z | Downloaded const-oid v0.9.6 |
| 292 | 2026-08-25T07:29:33.212Z | Downloaded progenitor-macro v0.13.0 |
| 293 | 2026-08-25T07:29:33.212Z | Downloaded highway v1.3.0 |
| 294 | 2026-08-25T07:29:33.212Z | Downloaded cmake v0.1.57 |
| 295 | 2026-08-25T07:29:33.216Z | Downloaded colored v2.2.0 |
| 296 | 2026-08-25T07:29:33.217Z | Downloaded csv-core v0.1.13 |
| 297 | 2026-08-25T07:29:33.217Z | Downloaded byteorder v1.5.0 |
| 298 | 2026-08-25T07:29:33.220Z | Downloaded anstyle v1.0.14 |
| 299 | 2026-08-25T07:29:33.220Z | Downloaded progenitor-macro v0.14.0 |
| 300 | 2026-08-25T07:29:33.223Z | Downloaded argon2 v0.5.3 |
| 301 | 2026-08-25T07:29:33.223Z | Downloaded poly1305 v0.8.0 |
| 302 | 2026-08-25T07:29:33.226Z | Downloaded const_format v0.2.35 |
| 303 | 2026-08-25T07:29:33.227Z | Downloaded anyhow v1.0.104 |
| 304 | 2026-08-25T07:29:33.230Z | Downloaded scopeguard v1.2.0 |
| 305 | 2026-08-25T07:29:33.230Z | Downloaded bitfield v0.19.4 |
| 306 | 2026-08-25T07:29:33.230Z | Downloaded serde_plain v1.0.2 |
| 307 | 2026-08-25T07:29:33.233Z | Downloaded signature v2.2.0 |
| 308 | 2026-08-25T07:29:33.233Z | Downloaded icu_provider v2.1.1 |
| 309 | 2026-08-25T07:29:33.233Z | Downloaded hybrid-array v0.4.13 |
| 310 | 2026-08-25T07:29:33.236Z | Downloaded hmac v0.13.0 |
| 311 | 2026-08-25T07:29:33.236Z | Downloaded proc-macro-error v1.0.4 |
| 312 | 2026-08-25T07:29:33.239Z | Downloaded cassowary v0.3.0 |
| 313 | 2026-08-25T07:29:33.243Z | Downloaded parse-display v0.10.0 |
| 314 | 2026-08-25T07:29:33.243Z | Downloaded slog-envlogger v2.2.0 |
| 315 | 2026-08-25T07:29:33.243Z | Downloaded strip-ansi-escapes v0.2.1 |
| 316 | 2026-08-25T07:29:33.246Z | Downloaded async-trait v0.1.89 |
| 317 | 2026-08-25T07:29:33.249Z | Downloaded proc-macro-error2 v2.0.1 |
| 318 | 2026-08-25T07:29:33.249Z | Downloaded backon v1.6.0 |
| 319 | 2026-08-25T07:29:33.254Z | Downloaded hmac v0.12.1 |
| 320 | 2026-08-25T07:29:33.254Z | Downloaded oxnet v0.1.6 |
| 321 | 2026-08-25T07:29:33.254Z | Downloaded quote v1.0.45 |
| 322 | 2026-08-25T07:29:33.258Z | Downloaded rand_chacha v0.9.0 |
| 323 | 2026-08-25T07:29:33.258Z | Downloaded rustc-demangle v0.1.27 |
| 324 | 2026-08-25T07:29:33.258Z | Downloaded pin-project-lite v0.2.17 |
| 325 | 2026-08-25T07:29:33.262Z | Downloaded supports-hyperlinks v3.2.0 |
| 326 | 2026-08-25T07:29:33.262Z | Downloaded sync_wrapper v1.0.2 |
| 327 | 2026-08-25T07:29:33.262Z | Downloaded supports-hyperlinks v2.1.0 |
| 328 | 2026-08-25T07:29:33.266Z | Downloaded target-triple v1.0.0 |
| 329 | 2026-08-25T07:29:33.266Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 330 | 2026-08-25T07:29:33.266Z | Downloaded similar-asserts v1.7.0 |
| 331 | 2026-08-25T07:29:33.270Z | Downloaded derive-where v1.6.0 |
| 332 | 2026-08-25T07:29:33.270Z | Downloaded rustls-native-certs v0.8.3 |
| 333 | 2026-08-25T07:29:33.270Z | Downloaded derive_builder v0.20.2 |
| 334 | 2026-08-25T07:29:33.273Z | Downloaded hyper-rustls v0.27.7 |
| 335 | 2026-08-25T07:29:33.273Z | Downloaded ingot-macros v0.2.0 |
| 336 | 2026-08-25T07:29:33.276Z | Downloaded ipnetwork v0.21.1 |
| 337 | 2026-08-25T07:29:33.276Z | Downloaded clap v4.6.1 |
| 338 | 2026-08-25T07:29:33.279Z | Downloaded derive_more v0.99.20 |
| 339 | 2026-08-25T07:29:33.283Z | Downloaded darling_core v0.13.4 |
| 340 | 2026-08-25T07:29:33.286Z | Downloaded darling v0.23.0 |
| 341 | 2026-08-25T07:29:33.289Z | Downloaded predicates v3.1.4 |
| 342 | 2026-08-25T07:29:33.289Z | Downloaded crypto-bigint v0.5.5 |
| 343 | 2026-08-25T07:29:33.292Z | Downloaded tap v1.0.1 |
| 344 | 2026-08-25T07:29:33.292Z | Downloaded sec1 v0.8.1 |
| 345 | 2026-08-25T07:29:33.295Z | Downloaded topological-sort v0.2.2 |
| 346 | 2026-08-25T07:29:33.295Z | Downloaded serde_path_to_error v0.1.20 |
| 347 | 2026-08-25T07:29:33.300Z | Downloaded shlex v1.3.0 |
| 348 | 2026-08-25T07:29:33.300Z | Downloaded relative-path v1.9.3 |
| 349 | 2026-08-25T07:29:33.300Z | Downloaded rpassword v7.5.4 |
| 350 | 2026-08-25T07:29:33.305Z | Downloaded trait-variant v0.1.2 |
| 351 | 2026-08-25T07:29:33.305Z | Downloaded sha2 v0.10.9 |
| 352 | 2026-08-25T07:29:33.305Z | Downloaded unicode-truncate v1.1.0 |
| 353 | 2026-08-25T07:29:33.305Z | Downloaded half v1.8.3 |
| 354 | 2026-08-25T07:29:33.305Z | Downloaded usdt-macro v0.6.0 |
| 355 | 2026-08-25T07:29:33.305Z | Downloaded utf8parse v0.2.2 |
| 356 | 2026-08-25T07:29:33.308Z | Downloaded xshell-macros v0.2.7 |
| 357 | 2026-08-25T07:29:33.308Z | Downloaded headers v0.4.1 |
| 358 | 2026-08-25T07:29:33.308Z | Downloaded wait-timeout v0.2.1 |
| 359 | 2026-08-25T07:29:33.311Z | Downloaded want v0.3.1 |
| 360 | 2026-08-25T07:29:33.311Z | Downloaded difflib v0.4.0 |
| 361 | 2026-08-25T07:29:33.314Z | Downloaded indexmap v1.9.3 |
| 362 | 2026-08-25T07:29:33.314Z | Downloaded bitflags v2.11.0 |
| 363 | 2026-08-25T07:29:33.319Z | Downloaded papergrid v0.11.0 |
| 364 | 2026-08-25T07:29:33.323Z | Downloaded unit-prefix v0.5.2 |
| 365 | 2026-08-25T07:29:33.323Z | Downloaded usdt-attr-macro v0.6.0 |
| 366 | 2026-08-25T07:29:33.323Z | Downloaded zerofrom-derive v0.1.6 |
| 367 | 2026-08-25T07:29:33.326Z | Downloaded heapless v0.7.17 |
| 368 | 2026-08-25T07:29:33.326Z | Downloaded parking_lot v0.11.2 |
| 369 | 2026-08-25T07:29:33.330Z | Downloaded serde-hex v0.1.0 |
| 370 | 2026-08-25T07:29:33.330Z | Downloaded document-features v0.2.12 |
| 371 | 2026-08-25T07:29:33.330Z | Downloaded dtrace-parser v0.3.0 |
| 372 | 2026-08-25T07:29:33.334Z | Downloaded pest_generator v2.8.6 |
| 373 | 2026-08-25T07:29:33.334Z | Downloaded pkcs8 v0.10.2 |
| 374 | 2026-08-25T07:29:33.340Z | Downloaded fd-lock v4.0.4 |
| 375 | 2026-08-25T07:29:33.340Z | Downloaded foreign-types v0.5.0 |
| 376 | 2026-08-25T07:29:33.340Z | Downloaded slog-json v2.6.1 |
| 377 | 2026-08-25T07:29:33.340Z | Downloaded slog-scope v4.4.1 |
| 378 | 2026-08-25T07:29:33.340Z | Downloaded spki v0.7.3 |
| 379 | 2026-08-25T07:29:33.343Z | Downloaded compact_str v0.8.1 |
| 380 | 2026-08-25T07:29:33.343Z | Downloaded slog-stdlog v4.1.1 |
| 381 | 2026-08-25T07:29:33.344Z | Downloaded strum_macros v0.26.4 |
| 382 | 2026-08-25T07:29:33.344Z | Downloaded embedded-io v0.4.0 |
| 383 | 2026-08-25T07:29:33.344Z | Downloaded endian-type v0.1.2 |
| 384 | 2026-08-25T07:29:33.344Z | Downloaded allocator-api2 v0.2.21 |
| 385 | 2026-08-25T07:29:33.349Z | Downloaded darling_core v0.23.0 |
| 386 | 2026-08-25T07:29:33.352Z | Downloaded icu_properties v2.1.2 |
| 387 | 2026-08-25T07:29:33.352Z | Downloaded tinytemplate v1.2.1 |
| 388 | 2026-08-25T07:29:33.353Z | Downloaded ignore v0.4.25 |
| 389 | 2026-08-25T07:29:33.353Z | Downloaded futures-io v0.3.32 |
| 390 | 2026-08-25T07:29:33.356Z | Downloaded generic-array v0.14.7 |
| 391 | 2026-08-25T07:29:33.356Z | Downloaded git-stub v1.0.0 |
| 392 | 2026-08-25T07:29:33.356Z | Downloaded primeorder v0.13.6 |
| 393 | 2026-08-25T07:29:33.356Z | Downloaded support-bundle-viewer v0.1.2 |
| 394 | 2026-08-25T07:29:33.359Z | Downloaded escape8259 v0.5.3 |
| 395 | 2026-08-25T07:29:33.359Z | Downloaded form_urlencoded v1.2.2 |
| 396 | 2026-08-25T07:29:33.359Z | Downloaded jiff-static v0.2.34 |
| 397 | 2026-08-25T07:29:33.364Z | Downloaded heapless v0.8.0 |
| 398 | 2026-08-25T07:29:33.368Z | Downloaded half v2.7.1 |
| 399 | 2026-08-25T07:29:33.368Z | Downloaded prefix-trie v0.7.0 |
| 400 | 2026-08-25T07:29:33.371Z | Downloaded sha2 v0.11.0 |
| 401 | 2026-08-25T07:29:33.371Z | Downloaded vergen-git2 v9.1.0 |
| 402 | 2026-08-25T07:29:33.371Z | Downloaded xshell v0.2.7 |
| 403 | 2026-08-25T07:29:33.374Z | Downloaded lalrpop-util v0.19.12 |
| 404 | 2026-08-25T07:29:33.374Z | Downloaded maplit v1.0.2 |
| 405 | 2026-08-25T07:29:33.374Z | Downloaded memoffset v0.9.1 |
| 406 | 2026-08-25T07:29:33.377Z | Downloaded darling_core v0.20.11 |
| 407 | 2026-08-25T07:29:33.383Z | Downloaded rcgen v0.12.1 |
| 408 | 2026-08-25T07:29:33.386Z | Downloaded rstest v0.25.0 |
| 409 | 2026-08-25T07:29:33.390Z | Downloaded iana-time-zone v0.1.65 |
| 410 | 2026-08-25T07:29:33.390Z | Downloaded semver v1.0.28 |
| 411 | 2026-08-25T07:29:33.390Z | Downloaded target-spec v3.5.7 |
| 412 | 2026-08-25T07:29:33.393Z | Downloaded tempfile v3.27.0 |
| 413 | 2026-08-25T07:29:33.393Z | Downloaded term v0.7.0 |
| 414 | 2026-08-25T07:29:33.396Z | Downloaded thiserror-impl v2.0.18 |
| 415 | 2026-08-25T07:29:33.396Z | Downloaded ff v0.13.1 |
| 416 | 2026-08-25T07:29:33.396Z | Downloaded linkme-impl v0.3.35 |
| 417 | 2026-08-25T07:29:33.396Z | Downloaded adler2 v2.0.1 |
| 418 | 2026-08-25T07:29:33.396Z | Downloaded newtype-uuid-macros v0.1.0 |
| 419 | 2026-08-25T07:29:33.400Z | Downloaded derive_more v2.1.1 |
| 420 | 2026-08-25T07:29:33.405Z | Downloaded anstyle-query v1.1.5 |
| 421 | 2026-08-25T07:29:33.405Z | Downloaded oxide-update-engine-types v0.1.2 |
| 422 | 2026-08-25T07:29:33.409Z | Downloaded wyz v0.5.1 |
| 423 | 2026-08-25T07:29:33.409Z | Downloaded const-oid v0.10.2 |
| 424 | 2026-08-25T07:29:33.409Z | Downloaded time-macros v0.2.27 |
| 425 | 2026-08-25T07:29:33.410Z | Downloaded dropshot-api-manager-types v0.8.0 |
| 426 | 2026-08-25T07:29:33.413Z | Downloaded array-init v0.0.4 |
| 427 | 2026-08-25T07:29:33.413Z | Downloaded num-iter v0.1.45 |
| 428 | 2026-08-25T07:29:33.413Z | Downloaded atomic-waker v1.1.2 |
| 429 | 2026-08-25T07:29:33.413Z | Downloaded async-stream-impl v0.3.6 |
| 430 | 2026-08-25T07:29:33.413Z | Downloaded der v0.7.10 |
| 431 | 2026-08-25T07:29:33.417Z | Downloaded indicatif v0.18.4 |
| 432 | 2026-08-25T07:29:33.417Z | Downloaded float-cmp v0.10.0 |
| 433 | 2026-08-25T07:29:33.420Z | Downloaded futures-executor v0.3.32 |
| 434 | 2026-08-25T07:29:33.420Z | Downloaded git-stub-vcs v0.1.0 |
| 435 | 2026-08-25T07:29:33.420Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 436 | 2026-08-25T07:29:33.420Z | Downloaded parse-size v1.1.0 |
| 437 | 2026-08-25T07:29:33.423Z | Downloaded icu_locale_core v2.1.1 |
| 438 | 2026-08-25T07:29:33.423Z | Downloaded icu_normalizer_data v2.1.1 |
| 439 | 2026-08-25T07:29:33.426Z | Downloaded fs-err v2.11.0 |
| 440 | 2026-08-25T07:29:33.426Z | Downloaded libefi-sys v0.1.0 |
| 441 | 2026-08-25T07:29:33.426Z | Downloaded bcrypt-pbkdf v0.11.0 |
| 442 | 2026-08-25T07:29:33.431Z | Downloaded serde_derive v1.0.229 |
| 443 | 2026-08-25T07:29:33.431Z | Downloaded vergen v9.1.0 |
| 444 | 2026-08-25T07:29:33.435Z | Downloaded block-buffer v0.10.4 |
| 445 | 2026-08-25T07:29:33.435Z | Downloaded stringprep v0.1.5 |
| 446 | 2026-08-25T07:29:33.438Z | Downloaded miette-derive v7.6.0 |
| 447 | 2026-08-25T07:29:33.438Z | Downloaded oso-derive v0.27.3 |
| 448 | 2026-08-25T07:29:33.438Z | Downloaded phf_shared v0.11.3 |
| 449 | 2026-08-25T07:29:33.442Z | Downloaded tokio-rustls v0.26.4 |
| 450 | 2026-08-25T07:29:33.442Z | Downloaded cargo-platform v0.3.2 |
| 451 | 2026-08-25T07:29:33.447Z | Downloaded olpc-cjson v0.1.4 |
| 452 | 2026-08-25T07:29:33.450Z | Downloaded diff v0.1.13 |
| 453 | 2026-08-25T07:29:33.450Z | Downloaded displaydoc v0.2.5 |
| 454 | 2026-08-25T07:29:33.453Z | Downloaded ecdsa v0.17.0 |
| 455 | 2026-08-25T07:29:33.453Z | Downloaded env_logger v0.11.11 |
| 456 | 2026-08-25T07:29:33.457Z | Downloaded newtype-uuid v1.3.2 |
| 457 | 2026-08-25T07:29:33.457Z | Downloaded pathdiff v0.2.3 |
| 458 | 2026-08-25T07:29:33.457Z | Downloaded pretty-hex v0.4.1 |
| 459 | 2026-08-25T07:29:33.457Z | Downloaded proc-macro-crate v3.4.0 |
| 460 | 2026-08-25T07:29:33.457Z | Downloaded crossbeam-channel v0.5.15 |
| 461 | 2026-08-25T07:29:33.461Z | Downloaded hickory-resolver v0.25.2 |
| 462 | 2026-08-25T07:29:33.465Z | Downloaded derive_more-impl v2.1.1 |
| 463 | 2026-08-25T07:29:33.468Z | Downloaded diesel_derives v2.3.7 |
| 464 | 2026-08-25T07:29:33.468Z | Downloaded toml v0.8.23 |
| 465 | 2026-08-25T07:29:33.472Z | Downloaded base16ct v0.2.0 |
| 466 | 2026-08-25T07:29:33.472Z | Downloaded ucd-trie v0.1.7 |
| 467 | 2026-08-25T07:29:33.472Z | Downloaded rtoolbox v0.0.3 |
| 468 | 2026-08-25T07:29:33.472Z | Downloaded tungstenite v0.23.0 |
| 469 | 2026-08-25T07:29:33.475Z | Downloaded tungstenite v0.21.0 |
| 470 | 2026-08-25T07:29:33.475Z | Downloaded bit-vec v0.6.3 |
| 471 | 2026-08-25T07:29:33.476Z | Downloaded linkme v0.3.35 |
| 472 | 2026-08-25T07:29:33.479Z | Downloaded native-tls v0.2.18 |
| 473 | 2026-08-25T07:29:33.479Z | Downloaded bit-vec v0.8.0 |
| 474 | 2026-08-25T07:29:33.479Z | Downloaded hickory-resolver v0.24.4 |
| 475 | 2026-08-25T07:29:33.482Z | Downloaded aead v0.5.2 |
| 476 | 2026-08-25T07:29:33.482Z | Downloaded rustc_version v0.4.1 |
| 477 | 2026-08-25T07:29:33.482Z | Downloaded scroll_derive v0.12.1 |
| 478 | 2026-08-25T07:29:33.482Z | Downloaded toml_parser v1.1.2+spec-1.1.0 |
| 479 | 2026-08-25T07:29:33.486Z | Downloaded pest_meta v2.8.6 |
| 480 | 2026-08-25T07:29:33.486Z | Downloaded unicode-ident v1.0.24 |
| 481 | 2026-08-25T07:29:33.486Z | Downloaded serde_yaml v0.9.34+deprecated |
| 482 | 2026-08-25T07:29:33.489Z | Downloaded num-complex v0.4.6 |
| 483 | 2026-08-25T07:29:33.489Z | Downloaded num-rational v0.4.2 |
| 484 | 2026-08-25T07:29:33.495Z | Downloaded quick-error v1.2.3 |
| 485 | 2026-08-25T07:29:33.495Z | Downloaded md5 v0.8.0 |
| 486 | 2026-08-25T07:29:33.495Z | Downloaded serde_repr v0.1.20 |
| 487 | 2026-08-25T07:29:33.499Z | Downloaded signal-hook-mio v0.2.5 |
| 488 | 2026-08-25T07:29:33.499Z | Downloaded icu_collections v2.1.1 |
| 489 | 2026-08-25T07:29:33.499Z | Downloaded icu_normalizer v2.1.1 |
| 490 | 2026-08-25T07:29:33.503Z | Downloaded event-listener v5.4.1 |
| 491 | 2026-08-25T07:29:33.503Z | Downloaded structmeta-derive v0.3.0 |
| 492 | 2026-08-25T07:29:33.503Z | Downloaded rand v0.8.6 |
| 493 | 2026-08-25T07:29:33.508Z | Downloaded rstest_macros v0.25.0 |
| 494 | 2026-08-25T07:29:33.512Z | Downloaded rfc6979 v0.6.0 |
| 495 | 2026-08-25T07:29:33.512Z | Downloaded same-file v1.0.6 |
| 496 | 2026-08-25T07:29:33.513Z | Downloaded zopfli v0.8.3 |
| 497 | 2026-08-25T07:29:33.513Z | Downloaded ppv-lite86 v0.2.21 |
| 498 | 2026-08-25T07:29:33.513Z | Downloaded siphasher v1.0.2 |
| 499 | 2026-08-25T07:29:33.513Z | Downloaded rand_xorshift v0.4.0 |
| 500 | 2026-08-25T07:29:33.516Z | Downloaded bs58 v0.5.1 |
| 501 | 2026-08-25T07:29:33.516Z | Downloaded hashbrown v0.13.2 |
| 502 | 2026-08-25T07:29:33.519Z | Downloaded rand_distr v0.5.1 |
| 503 | 2026-08-25T07:29:33.522Z | Downloaded take_mut v0.2.2 |
| 504 | 2026-08-25T07:29:33.522Z | Downloaded cexpr v0.6.0 |
| 505 | 2026-08-25T07:29:33.526Z | Downloaded path-tree v0.8.3 |
| 506 | 2026-08-25T07:29:33.529Z | Downloaded argon2 v0.6.0-rc.8 |
| 507 | 2026-08-25T07:29:33.529Z | Downloaded slog-bunyan v2.5.0 |
| 508 | 2026-08-25T07:29:33.529Z | Downloaded supports-color v3.0.2 |
| 509 | 2026-08-25T07:29:33.532Z | Downloaded tower-layer v0.3.3 |
| 510 | 2026-08-25T07:29:33.537Z | Downloaded testing_table v0.3.0 |
| 511 | 2026-08-25T07:29:33.537Z | Downloaded pkg-config v0.3.32 |
| 512 | 2026-08-25T07:29:33.542Z | Downloaded sec1 v0.7.3 |
| 513 | 2026-08-25T07:29:33.542Z | Downloaded chacha20 v0.9.1 |
| 514 | 2026-08-25T07:29:33.542Z | Downloaded tower-service v0.3.3 |
| 515 | 2026-08-25T07:29:33.542Z | Downloaded universal-hash v0.5.1 |
| 516 | 2026-08-25T07:29:33.542Z | Downloaded untrusted v0.7.1 |
| 517 | 2026-08-25T07:29:33.542Z | Downloaded cc v1.2.56 |
| 518 | 2026-08-25T07:29:33.546Z | Downloaded progenitor v0.14.0 |
| 519 | 2026-08-25T07:29:33.546Z | Downloaded hashbrown v0.12.3 |
| 520 | 2026-08-25T07:29:33.546Z | Downloaded universal-hash v0.6.1 |
| 521 | 2026-08-25T07:29:33.546Z | Downloaded untrusted v0.9.0 |
| 522 | 2026-08-25T07:29:33.546Z | Downloaded http v1.4.2 |
| 523 | 2026-08-25T07:29:33.549Z | Downloaded litemap v0.8.1 |
| 524 | 2026-08-25T07:29:33.549Z | Downloaded progenitor-client v0.13.0 |
| 525 | 2026-08-25T07:29:33.552Z | Downloaded pkcs1 v0.7.5 |
| 526 | 2026-08-25T07:29:33.552Z | Downloaded slog-async v2.8.0 |
| 527 | 2026-08-25T07:29:33.556Z | Downloaded sqlformat v0.3.5 |
| 528 | 2026-08-25T07:29:33.559Z | Downloaded stringmetrics v2.2.2 |
| 529 | 2026-08-25T07:29:33.559Z | Downloaded dirs-sys-next v0.1.2 |
| 530 | 2026-08-25T07:29:33.562Z | Downloaded rand_core v0.6.4 |
| 531 | 2026-08-25T07:29:33.565Z | Downloaded downcast-rs v2.0.2 |
| 532 | 2026-08-25T07:29:33.565Z | Downloaded dyn-clone v1.0.20 |
| 533 | 2026-08-25T07:29:33.565Z | Downloaded float-ord v0.3.2 |
| 534 | 2026-08-25T07:29:33.569Z | Downloaded steno v0.4.1 |
| 535 | 2026-08-25T07:29:33.569Z | Downloaded void v1.0.2 |
| 536 | 2026-08-25T07:29:33.569Z | Downloaded indexmap v2.14.0 |
| 537 | 2026-08-25T07:29:33.576Z | Downloaded quinn-udp v0.5.14 |
| 538 | 2026-08-25T07:29:33.579Z | Downloaded async-lock v3.4.2 |
| 539 | 2026-08-25T07:29:33.579Z | Downloaded strum_macros v0.24.3 |
| 540 | 2026-08-25T07:29:33.579Z | Downloaded serde_tokenstream v0.3.0 |
| 541 | 2026-08-25T07:29:33.579Z | Downloaded yoke-derive v0.8.1 |
| 542 | 2026-08-25T07:29:33.579Z | Downloaded errno v0.3.14 |
| 543 | 2026-08-25T07:29:33.582Z | Downloaded flagset v0.4.7 |
| 544 | 2026-08-25T07:29:33.582Z | Downloaded funty v2.0.0 |
| 545 | 2026-08-25T07:29:33.583Z | Downloaded futures-macro v0.3.32 |
| 546 | 2026-08-25T07:29:33.583Z | Downloaded kem v0.3.0 |
| 547 | 2026-08-25T07:29:33.583Z | Downloaded embedded-io v0.6.1 |
| 548 | 2026-08-25T07:29:33.586Z | Downloaded event-listener-strategy v0.5.4 |
| 549 | 2026-08-25T07:29:33.586Z | Downloaded der v0.8.0 |
| 550 | 2026-08-25T07:29:33.589Z | Downloaded foreign-types-shared v0.1.1 |
| 551 | 2026-08-25T07:29:33.589Z | Downloaded hickory-server v0.25.2 |
| 552 | 2026-08-25T07:29:33.592Z | Downloaded tinystr v0.8.2 |
| 553 | 2026-08-25T07:29:33.595Z | Downloaded getrandom v0.3.4 |
| 554 | 2026-08-25T07:29:33.595Z | Downloaded camino v1.2.5 |
| 555 | 2026-08-25T07:29:33.598Z | Downloaded criterion v0.7.0 |
| 556 | 2026-08-25T07:29:33.602Z | Downloaded itoa v1.0.17 |
| 557 | 2026-08-25T07:29:33.603Z | Downloaded pest_derive v2.8.6 |
| 558 | 2026-08-25T07:29:33.606Z | Downloaded ssh-encoding v0.3.0 |
| 559 | 2026-08-25T07:29:33.606Z | Downloaded tokio-postgres v0.7.16 |
| 560 | 2026-08-25T07:29:33.606Z | Downloaded thread_local v1.1.9 |
| 561 | 2026-08-25T07:29:33.609Z | Downloaded fxhash v0.2.1 |
| 562 | 2026-08-25T07:29:33.609Z | Downloaded libscf-sys v1.2.0 |
| 563 | 2026-08-25T07:29:33.609Z | Downloaded rustls-pki-types v1.14.0 |
| 564 | 2026-08-25T07:29:33.609Z | Downloaded scrypt v0.12.0 |
| 565 | 2026-08-25T07:29:33.612Z | Downloaded lru-slab v0.1.2 |
| 566 | 2026-08-25T07:29:33.612Z | Downloaded match_cfg v0.1.0 |
| 567 | 2026-08-25T07:29:33.612Z | Downloaded memmap v0.7.0 |
| 568 | 2026-08-25T07:29:33.612Z | Downloaded knus v3.4.0 |
| 569 | 2026-08-25T07:29:33.612Z | Downloaded yansi v1.0.1 |
| 570 | 2026-08-25T07:29:33.615Z | Downloaded postcard v1.1.3 |
| 571 | 2026-08-25T07:29:33.615Z | Downloaded crossterm v0.29.0 |
| 572 | 2026-08-25T07:29:33.620Z | Downloaded oso v0.27.3 |
| 573 | 2026-08-25T07:29:33.623Z | Downloaded walkdir v2.5.0 |
| 574 | 2026-08-25T07:29:33.623Z | Downloaded zone_cfg_derive v0.3.1 |
| 575 | 2026-08-25T07:29:33.623Z | Downloaded newline-converter v0.3.0 |
| 576 | 2026-08-25T07:29:33.623Z | Downloaded guppy v0.17.25 |
| 577 | 2026-08-25T07:29:33.628Z | Downloaded aes v0.9.1 |
| 578 | 2026-08-25T07:29:33.632Z | Downloaded normalize-line-endings v0.3.0 |
| 579 | 2026-08-25T07:29:33.637Z | Downloaded enum_dispatch v0.3.13 |
| 580 | 2026-08-25T07:29:33.640Z | Downloaded assert-json-diff v2.0.2 |
| 581 | 2026-08-25T07:29:33.640Z | Downloaded backtrace-ext v0.2.1 |
| 582 | 2026-08-25T07:29:33.640Z | Downloaded bitfield-struct v0.6.2 |
| 583 | 2026-08-25T07:29:33.643Z | Downloaded openssl-macros v0.1.1 |
| 584 | 2026-08-25T07:29:33.643Z | Downloaded hyper-util v0.1.20 |
| 585 | 2026-08-25T07:29:33.646Z | Downloaded itertools v0.10.5 |
| 586 | 2026-08-25T07:29:33.650Z | Downloaded termios v0.3.3 |
| 587 | 2026-08-25T07:29:33.650Z | Downloaded crossterm v0.28.1 |
| 588 | 2026-08-25T07:29:33.654Z | Downloaded serde_with_macros v3.21.0 |
| 589 | 2026-08-25T07:29:33.657Z | Downloaded digest v0.10.7 |
| 590 | 2026-08-25T07:29:33.657Z | Downloaded keccak v0.2.0 |
| 591 | 2026-08-25T07:29:33.657Z | Downloaded tokio-stream v0.1.18 |
| 592 | 2026-08-25T07:29:33.661Z | Downloaded tokio-tungstenite v0.23.1 |
| 593 | 2026-08-25T07:29:33.661Z | Downloaded flate2 v1.1.9 |
| 594 | 2026-08-25T07:29:33.664Z | Downloaded chumsky v0.9.3 |
| 595 | 2026-08-25T07:29:33.664Z | Downloaded rustls-platform-verifier v0.6.2 |
| 596 | 2026-08-25T07:29:33.668Z | Downloaded omicron-zone-package v0.12.3 |
| 597 | 2026-08-25T07:29:33.668Z | Downloaded multimap v0.10.1 |
| 598 | 2026-08-25T07:29:33.668Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 599 | 2026-08-25T07:29:33.671Z | Downloaded plotters-backend v0.3.7 |
| 600 | 2026-08-25T07:29:33.671Z | Downloaded internal-russh-num-bigint v0.5.0 |
| 601 | 2026-08-25T07:29:33.674Z | Downloaded libtest-mimic v0.8.1 |
| 602 | 2026-08-25T07:29:33.677Z | Downloaded url v2.5.8 |
| 603 | 2026-08-25T07:29:33.678Z | Downloaded signal-hook v0.3.18 |
| 604 | 2026-08-25T07:29:33.682Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 605 | 2026-08-25T07:29:33.685Z | Downloaded rustc_version v0.1.7 |
| 606 | 2026-08-25T07:29:33.688Z | Downloaded semver v0.1.20 |
| 607 | 2026-08-25T07:29:33.691Z | Downloaded serde_bytes v0.11.19 |
| 608 | 2026-08-25T07:29:33.691Z | Downloaded hashbrown v0.14.5 |
| 609 | 2026-08-25T07:29:33.694Z | Downloaded hashbrown v0.15.5 |
| 610 | 2026-08-25T07:29:33.698Z | Downloaded hashbrown v0.17.0 |
| 611 | 2026-08-25T07:29:33.701Z | Downloaded num_enum v0.5.11 |
| 612 | 2026-08-25T07:29:33.701Z | Downloaded assert_cmd v2.1.2 |
| 613 | 2026-08-25T07:29:33.706Z | Downloaded pretty_assertions v1.4.1 |
| 614 | 2026-08-25T07:29:33.706Z | Downloaded rayon-core v1.13.0 |
| 615 | 2026-08-25T07:29:33.710Z | Downloaded sha1 v0.10.6 |
| 616 | 2026-08-25T07:29:33.710Z | Downloaded stable_deref_trait v1.2.1 |
| 617 | 2026-08-25T07:29:33.710Z | Downloaded byte-wrapper v0.1.0 |
| 618 | 2026-08-25T07:29:33.710Z | Downloaded bytecount v0.6.9 |
| 619 | 2026-08-25T07:29:33.710Z | Downloaded subtle v2.6.1 |
| 620 | 2026-08-25T07:29:33.713Z | Downloaded supports-color v2.1.0 |
| 621 | 2026-08-25T07:29:33.716Z | Downloaded terminal_size v0.4.3 |
| 622 | 2026-08-25T07:29:33.719Z | Downloaded pem v3.0.6 |
| 623 | 2026-08-25T07:29:33.724Z | Downloaded hashbrown v0.16.1 |
| 624 | 2026-08-25T07:29:33.727Z | Downloaded samael v0.0.19 |
| 625 | 2026-08-25T07:29:33.732Z | Downloaded lock_api v0.4.14 |
| 626 | 2026-08-25T07:29:33.732Z | Downloaded path-slash v0.1.5 |
| 627 | 2026-08-25T07:29:33.747Z | Downloaded p384 v0.14.0 |
| 628 | 2026-08-25T07:29:33.747Z | Downloaded typify-macro v0.6.2 |
| 629 | 2026-08-25T07:29:33.747Z | Downloaded postgres-protocol v0.6.10 |
| 630 | 2026-08-25T07:29:33.747Z | Downloaded port-file v0.1.0 |
| 631 | 2026-08-25T07:29:33.747Z | Downloaded socket2 v0.6.3 |
| 632 | 2026-08-25T07:29:33.747Z | Downloaded textwrap v0.15.2 |
| 633 | 2026-08-25T07:29:33.747Z | Downloaded rand_core v0.10.0 |
| 634 | 2026-08-25T07:29:33.747Z | Downloaded resolv-conf v0.7.6 |
| 635 | 2026-08-25T07:29:33.747Z | Downloaded tls_codec_derive v0.4.2 |
| 636 | 2026-08-25T07:29:33.747Z | Downloaded scuffle v0.1.0 |
| 637 | 2026-08-25T07:29:33.747Z | Downloaded toml v0.7.8 |
| 638 | 2026-08-25T07:29:33.752Z | Downloaded unsafe-libyaml v0.2.11 |
| 639 | 2026-08-25T07:29:33.752Z | Downloaded zerocopy-derive v0.7.35 |
| 640 | 2026-08-25T07:29:33.752Z | Downloaded dropshot_endpoint v0.17.1 |
| 641 | 2026-08-25T07:29:33.755Z | Downloaded rustc-hash v2.1.1 |
| 642 | 2026-08-25T07:29:33.755Z | Downloaded unicode-bidi v0.3.18 |
| 643 | 2026-08-25T07:29:33.755Z | Downloaded memmap2 v0.9.10 |
| 644 | 2026-08-25T07:29:33.755Z | Downloaded rustyline v14.0.0 |
| 645 | 2026-08-25T07:29:33.760Z | Downloaded rust-argon2 v2.1.0 |
| 646 | 2026-08-25T07:29:33.770Z | Downloaded serde_tokenstream v0.2.3 |
| 647 | 2026-08-25T07:29:33.773Z | Downloaded zerofrom v0.1.6 |
| 648 | 2026-08-25T07:29:33.773Z | Downloaded digest-io v0.1.0 |
| 649 | 2026-08-25T07:29:33.773Z | Downloaded dirs-next v2.0.0 |
| 650 | 2026-08-25T07:29:33.773Z | Downloaded display-error-chain v0.2.2 |
| 651 | 2026-08-25T07:29:33.773Z | Downloaded usdt v0.5.0 |
| 652 | 2026-08-25T07:29:33.779Z | Downloaded usdt v0.6.0 |
| 653 | 2026-08-25T07:29:33.779Z | Downloaded zone v0.3.1 |
| 654 | 2026-08-25T07:29:33.779Z | Downloaded hkdf v0.13.0 |
| 655 | 2026-08-25T07:29:33.779Z | Downloaded iri-string v0.7.10 |
| 656 | 2026-08-25T07:29:33.784Z | Downloaded ahash v0.8.12 |
| 657 | 2026-08-25T07:29:33.784Z | Downloaded anstream v1.0.0 |
| 658 | 2026-08-25T07:29:33.784Z | Downloaded bcs v0.1.6 |
| 659 | 2026-08-25T07:29:33.787Z | Downloaded smallvec v0.6.14 |
| 660 | 2026-08-25T07:29:33.787Z | Downloaded smf v0.2.3 |
| 661 | 2026-08-25T07:29:33.787Z | Downloaded ssh-cipher v0.3.0 |
| 662 | 2026-08-25T07:29:33.787Z | Downloaded strum v0.26.3 |
| 663 | 2026-08-25T07:29:33.787Z | Downloaded synstructure v0.13.2 |
| 664 | 2026-08-25T07:29:33.787Z | Downloaded tiny-keccak v2.0.2 |
| 665 | 2026-08-25T07:29:33.792Z | Downloaded foreign-types v0.3.2 |
| 666 | 2026-08-25T07:29:33.792Z | Downloaded signature v3.0.0 |
| 667 | 2026-08-25T07:29:33.792Z | Downloaded itertools v0.13.0 |
| 668 | 2026-08-25T07:29:33.799Z | Downloaded thiserror v1.0.69 |
| 669 | 2026-08-25T07:29:33.799Z | Downloaded thiserror-no-std v2.0.2 |
| 670 | 2026-08-25T07:29:33.803Z | Downloaded tokio-dtrace v0.1.1 |
| 671 | 2026-08-25T07:29:33.803Z | Downloaded cfg-expr v0.20.6 |
| 672 | 2026-08-25T07:29:33.803Z | Downloaded chacha20 v0.10.0 |
| 673 | 2026-08-25T07:29:33.803Z | Downloaded parking_lot_core v0.9.12 |
| 674 | 2026-08-25T07:29:33.803Z | Downloaded pkcs1 v0.8.0-rc.4 |
| 675 | 2026-08-25T07:29:33.806Z | Downloaded miette-derive v5.10.0 |
| 676 | 2026-08-25T07:29:33.806Z | Downloaded lazy_static v1.5.0 |
| 677 | 2026-08-25T07:29:33.806Z | Downloaded postgres-types v0.2.12 |
| 678 | 2026-08-25T07:29:33.806Z | Downloaded toml_writer v1.1.1+spec-1.1.0 |
| 679 | 2026-08-25T07:29:33.806Z | Downloaded p256 v0.14.0 |
| 680 | 2026-08-25T07:29:33.810Z | Downloaded generic-array v1.4.3 |
| 681 | 2026-08-25T07:29:33.813Z | Downloaded vergen-gitcl v1.0.8 |
| 682 | 2026-08-25T07:29:33.813Z | Downloaded nested v0.1.1 |
| 683 | 2026-08-25T07:29:33.813Z | Downloaded num_enum_derive v0.5.11 |
| 684 | 2026-08-25T07:29:33.813Z | Downloaded arrayref v0.3.9 |
| 685 | 2026-08-25T07:29:33.813Z | Downloaded mime v0.3.17 |
| 686 | 2026-08-25T07:29:33.816Z | Downloaded nonempty v0.12.0 |
| 687 | 2026-08-25T07:29:33.816Z | Downloaded num-conv v0.2.0 |
| 688 | 2026-08-25T07:29:33.816Z | Downloaded itertools v0.15.0 |
| 689 | 2026-08-25T07:29:33.820Z | Downloaded idna v1.1.0 |
| 690 | 2026-08-25T07:29:33.823Z | Downloaded clap_builder v4.6.0 |
| 691 | 2026-08-25T07:29:33.826Z | Downloaded unicode-segmentation v1.12.0 |
| 692 | 2026-08-25T07:29:33.826Z | Downloaded salsa20 v0.11.0 |
| 693 | 2026-08-25T07:29:33.829Z | Downloaded num-traits v0.2.19 |
| 694 | 2026-08-25T07:29:33.829Z | Downloaded vsss-rs v3.3.4 |
| 695 | 2026-08-25T07:29:33.829Z | Downloaded ed25519 v2.2.3 |
| 696 | 2026-08-25T07:29:33.832Z | Downloaded ed25519 v3.0.0 |
| 697 | 2026-08-25T07:29:33.832Z | Downloaded either v1.15.0 |
| 698 | 2026-08-25T07:29:33.832Z | Downloaded filetime v0.2.27 |
| 699 | 2026-08-25T07:29:33.835Z | Downloaded async-recursion v1.1.1 |
| 700 | 2026-08-25T07:29:33.835Z | Downloaded zerovec-derive v0.11.2 |
| 701 | 2026-08-25T07:29:33.835Z | Downloaded serde_with v1.14.0 |
| 702 | 2026-08-25T07:29:33.839Z | Downloaded h2 v0.4.15 |
| 703 | 2026-08-25T07:29:33.843Z | Downloaded block-buffer v0.12.1 |
| 704 | 2026-08-25T07:29:33.846Z | Downloaded serdect v0.4.3 |
| 705 | 2026-08-25T07:29:33.846Z | Downloaded ed25519-dalek v3.0.0 |
| 706 | 2026-08-25T07:29:33.846Z | Downloaded fs_extra v1.3.0 |
| 707 | 2026-08-25T07:29:33.846Z | Downloaded bitfield-macros v0.19.4 |
| 708 | 2026-08-25T07:29:33.850Z | Downloaded spin v0.9.8 |
| 709 | 2026-08-25T07:29:33.850Z | Downloaded cfg-if v1.0.4 |
| 710 | 2026-08-25T07:29:33.850Z | Downloaded knuffel-derive v3.2.0 |
| 711 | 2026-08-25T07:29:33.851Z | Downloaded zip v0.6.6 |
| 712 | 2026-08-25T07:29:33.854Z | Downloaded itertools v0.12.1 |
| 713 | 2026-08-25T07:29:33.857Z | Downloaded itertools v0.14.0 |
| 714 | 2026-08-25T07:29:33.860Z | Downloaded schemars v0.9.0 |
| 715 | 2026-08-25T07:29:33.865Z | Downloaded papergrid v0.18.0 |
| 716 | 2026-08-25T07:29:33.869Z | Downloaded tokio-tungstenite v0.21.0 |
| 717 | 2026-08-25T07:29:33.872Z | Downloaded twox-hash v2.1.2 |
| 718 | 2026-08-25T07:29:33.872Z | Downloaded linked-hash-map v0.5.6 |
| 719 | 2026-08-25T07:29:33.872Z | Downloaded oxide-update-engine-display v0.1.2 |
| 720 | 2026-08-25T07:29:33.875Z | Downloaded seq-macro v0.3.6 |
| 721 | 2026-08-25T07:29:33.875Z | Downloaded predicates-core v1.0.10 |
| 722 | 2026-08-25T07:29:33.875Z | Downloaded predicates-tree v1.0.13 |
| 723 | 2026-08-25T07:29:33.875Z | Downloaded libbz2-rs-sys v0.2.2 |
| 724 | 2026-08-25T07:29:33.878Z | Downloaded libsw v3.5.0 |
| 725 | 2026-08-25T07:29:33.878Z | Downloaded ref-cast-impl v1.0.25 |
| 726 | 2026-08-25T07:29:33.878Z | Downloaded russh-util v0.52.0 |
| 727 | 2026-08-25T07:29:33.878Z | Downloaded proc-macro2 v1.0.106 |
| 728 | 2026-08-25T07:29:33.878Z | Downloaded nanorand v0.7.0 |
| 729 | 2026-08-25T07:29:33.881Z | Downloaded anstyle-parse v0.2.7 |
| 730 | 2026-08-25T07:29:33.881Z | Downloaded ref-cast v1.0.25 |
| 731 | 2026-08-25T07:29:33.885Z | Downloaded minimal-lexical v0.2.1 |
| 732 | 2026-08-25T07:29:33.885Z | Downloaded ryu v1.0.23 |
| 733 | 2026-08-25T07:29:33.888Z | Downloaded whoami v2.1.0 |
| 734 | 2026-08-25T07:29:33.888Z | Downloaded jiff-core v0.1.0 |
| 735 | 2026-08-25T07:29:33.891Z | Downloaded zerovec v0.11.5 |
| 736 | 2026-08-25T07:29:33.894Z | Downloaded libxml v0.3.3 |
| 737 | 2026-08-25T07:29:33.897Z | Downloaded yasna v0.5.2 |
| 738 | 2026-08-25T07:29:33.897Z | Downloaded serde_urlencoded v0.7.1 |
| 739 | 2026-08-25T07:29:33.897Z | Downloaded sha1 v0.11.0 |
| 740 | 2026-08-25T07:29:33.901Z | Downloaded smawk v0.3.2 |
| 741 | 2026-08-25T07:29:33.901Z | Downloaded serde_spanned v1.1.1 |
| 742 | 2026-08-25T07:29:33.901Z | Downloaded time-core v0.1.8 |
| 743 | 2026-08-25T07:29:33.901Z | Downloaded thread-id v5.1.0 |
| 744 | 2026-08-25T07:29:33.901Z | Downloaded tokio-macros v2.7.0 |
| 745 | 2026-08-25T07:29:33.901Z | Downloaded similar v2.7.0 |
| 746 | 2026-08-25T07:29:33.904Z | Downloaded unarray v0.1.4 |
| 747 | 2026-08-25T07:29:33.904Z | Downloaded icu_properties_data v2.1.2 |
| 748 | 2026-08-25T07:29:33.909Z | Downloaded cipher v0.4.4 |
| 749 | 2026-08-25T07:29:33.912Z | Downloaded rand v0.9.2 |
| 750 | 2026-08-25T07:29:33.912Z | Downloaded nom v7.1.3 |
| 751 | 2026-08-25T07:29:33.915Z | Downloaded getrandom v0.2.17 |
| 752 | 2026-08-25T07:29:33.920Z | Downloaded oxide-generation v0.1.3 |
| 753 | 2026-08-25T07:29:33.920Z | Downloaded oxide-tokio-rt v0.1.4 |
| 754 | 2026-08-25T07:29:33.921Z | Downloaded pem-rfc7468 v1.0.0 |
| 755 | 2026-08-25T07:29:33.925Z | Downloaded xattr v1.6.1 |
| 756 | 2026-08-25T07:29:33.925Z | Downloaded env_filter v2.0.0 |
| 757 | 2026-08-25T07:29:33.925Z | Downloaded parse-display-derive v0.10.0 |
| 758 | 2026-08-25T07:29:33.925Z | Downloaded phf v0.13.1 |
| 759 | 2026-08-25T07:29:33.925Z | Downloaded chacha20poly1305 v0.10.1 |
| 760 | 2026-08-25T07:29:33.925Z | Downloaded r2d2 v0.8.10 |
| 761 | 2026-08-25T07:29:33.925Z | Downloaded rand_core v0.9.5 |
| 762 | 2026-08-25T07:29:33.930Z | Downloaded hyper v1.10.1 |
| 763 | 2026-08-25T07:29:33.930Z | Downloaded dof v0.4.0 |
| 764 | 2026-08-25T07:29:33.933Z | Downloaded tracing-core v0.1.36 |
| 765 | 2026-08-25T07:29:33.933Z | Downloaded dsl_auto_type v0.2.0 |
| 766 | 2026-08-25T07:29:33.933Z | Downloaded psm v0.1.30 |
| 767 | 2026-08-25T07:29:33.933Z | Downloaded scroll v0.12.0 |
| 768 | 2026-08-25T07:29:33.933Z | Downloaded futures-task v0.3.32 |
| 769 | 2026-08-25T07:29:33.940Z | Downloaded crypto-primes v0.7.2 |
| 770 | 2026-08-25T07:29:33.940Z | Downloaded ghash v0.6.0 |
| 771 | 2026-08-25T07:29:33.940Z | Downloaded rsa v0.10.0-rc.18 |
| 772 | 2026-08-25T07:29:33.943Z | Downloaded progenitor-extras v0.2.0 |
| 773 | 2026-08-25T07:29:33.943Z | Downloaded globwalk v0.9.1 |
| 774 | 2026-08-25T07:29:33.943Z | Downloaded new_debug_unreachable v1.0.6 |
| 775 | 2026-08-25T07:29:33.943Z | Downloaded nodrop v0.1.14 |
| 776 | 2026-08-25T07:29:33.943Z | Downloaded cfg_aliases v0.1.1 |
| 777 | 2026-08-25T07:29:33.943Z | Downloaded tough v0.22.0 |
| 778 | 2026-08-25T07:29:33.947Z | Downloaded goblin v0.8.2 |
| 779 | 2026-08-25T07:29:33.950Z | Downloaded slog-term v2.9.2 |
| 780 | 2026-08-25T07:29:33.953Z | Downloaded miette v5.10.0 |
| 781 | 2026-08-25T07:29:33.953Z | Downloaded reqwest v0.12.28 |
| 782 | 2026-08-25T07:29:33.957Z | Downloaded bit-set v0.8.0 |
| 783 | 2026-08-25T07:29:33.961Z | Downloaded block-padding v0.4.2 |
| 784 | 2026-08-25T07:29:33.961Z | Downloaded serde_with_macros v1.5.2 |
| 785 | 2026-08-25T07:29:33.961Z | Downloaded snafu-derive v0.8.9 |
| 786 | 2026-08-25T07:29:33.961Z | Downloaded x509-cert v0.2.5 |
| 787 | 2026-08-25T07:29:33.964Z | Downloaded rand_pcg v0.10.2 |
| 788 | 2026-08-25T07:29:33.964Z | Downloaded secrecy v0.8.0 |
| 789 | 2026-08-25T07:29:33.965Z | Downloaded rfc6979 v0.4.0 |
| 790 | 2026-08-25T07:29:33.965Z | Downloaded secrecy v0.10.3 |
| 791 | 2026-08-25T07:29:33.968Z | Downloaded rand_chacha v0.3.1 |
| 792 | 2026-08-25T07:29:33.968Z | Downloaded ssh-key v0.7.0-rc.11 |
| 793 | 2026-08-25T07:29:33.971Z | Downloaded ar_archive_writer v0.5.1 |
| 794 | 2026-08-25T07:29:33.974Z | Downloaded bumpalo v3.20.2 |
| 795 | 2026-08-25T07:29:33.974Z | Downloaded cargo_metadata v0.23.1 |
| 796 | 2026-08-25T07:29:33.974Z | Downloaded enum-as-inner v0.6.1 |
| 797 | 2026-08-25T07:29:33.978Z | Downloaded ed25519-dalek v2.2.0 |
| 798 | 2026-08-25T07:29:33.978Z | Downloaded parking_lot_core v0.8.6 |
| 799 | 2026-08-25T07:29:33.978Z | Downloaded expectorate v1.2.0 |
| 800 | 2026-08-25T07:29:33.981Z | Downloaded uzers v0.12.2 |
| 801 | 2026-08-25T07:29:33.981Z | Downloaded strsim v0.10.0 |
| 802 | 2026-08-25T07:29:33.981Z | Downloaded find-msvc-tools v0.1.9 |
| 803 | 2026-08-25T07:29:33.984Z | Downloaded strsim v0.11.1 |
| 804 | 2026-08-25T07:29:33.984Z | Downloaded sync-ptr v0.1.4 |
| 805 | 2026-08-25T07:29:33.984Z | Downloaded tabled_derive v0.7.0 |
| 806 | 2026-08-25T07:29:33.984Z | Downloaded tabwriter v1.4.1 |
| 807 | 2026-08-25T07:29:33.984Z | Downloaded tagptr v0.2.0 |
| 808 | 2026-08-25T07:29:33.984Z | Downloaded sigpipe v0.1.3 |
| 809 | 2026-08-25T07:29:33.987Z | Downloaded toml_write v0.1.2 |
| 810 | 2026-08-25T07:29:33.988Z | Downloaded foldhash v0.1.5 |
| 811 | 2026-08-25T07:29:33.988Z | Downloaded hkdf v0.12.4 |
| 812 | 2026-08-25T07:29:33.988Z | Downloaded log v0.4.33 |
| 813 | 2026-08-25T07:29:33.991Z | Downloaded litrs v1.0.0 |
| 814 | 2026-08-25T07:29:33.991Z | Downloaded kstat-rs v0.2.5 |
| 815 | 2026-08-25T07:29:33.991Z | Downloaded poly1305 v0.9.0 |
| 816 | 2026-08-25T07:29:33.994Z | Downloaded anes v0.1.6 |
| 817 | 2026-08-25T07:29:33.994Z | Downloaded pest v2.8.6 |
| 818 | 2026-08-25T07:29:33.997Z | Downloaded anstream v0.6.21 |
| 819 | 2026-08-25T07:29:33.997Z | Downloaded knus-derive v3.4.0 |
| 820 | 2026-08-25T07:29:34.000Z | Downloaded usdt-attr-macro v0.5.0 |
| 821 | 2026-08-25T07:29:34.001Z | Downloaded utf8_iter v1.0.4 |
| 822 | 2026-08-25T07:29:34.001Z | Downloaded wnaf v0.14.0 |
| 823 | 2026-08-25T07:29:34.001Z | Downloaded dof v0.3.0 |
| 824 | 2026-08-25T07:29:34.001Z | Downloaded num_enum_derive v0.7.6 |
| 825 | 2026-08-25T07:29:34.005Z | Downloaded fnv v1.0.7 |
| 826 | 2026-08-25T07:29:34.005Z | Downloaded portable-atomic v1.13.1 |
| 827 | 2026-08-25T07:29:34.008Z | Downloaded libm v0.2.16 |
| 828 | 2026-08-25T07:29:34.012Z | Downloaded rsa v0.9.10 |
| 829 | 2026-08-25T07:29:34.017Z | Downloaded blowfish v0.10.0 |
| 830 | 2026-08-25T07:29:34.020Z | Downloaded peg-macros v0.8.5 |
| 831 | 2026-08-25T07:29:34.020Z | Downloaded unicode-properties v0.1.4 |
| 832 | 2026-08-25T07:29:34.020Z | Downloaded cbc v0.2.1 |
| 833 | 2026-08-25T07:29:34.020Z | Downloaded tracing-attributes v0.1.31 |
| 834 | 2026-08-25T07:29:34.020Z | Downloaded oxide-update-engine v0.1.2 |
| 835 | 2026-08-25T07:29:34.024Z | Downloaded usdt-impl v0.6.0 |
| 836 | 2026-08-25T07:29:34.024Z | Downloaded maybe-uninit v2.0.0 |
| 837 | 2026-08-25T07:29:34.024Z | Downloaded cast v0.3.0 |
| 838 | 2026-08-25T07:29:34.024Z | Downloaded phf v0.12.1 |
| 839 | 2026-08-25T07:29:34.024Z | Downloaded primeorder v0.14.0 |
| 840 | 2026-08-25T07:29:34.031Z | Downloaded radium v0.7.0 |
| 841 | 2026-08-25T07:29:34.031Z | Downloaded nom v8.0.0 |
| 842 | 2026-08-25T07:29:34.031Z | Downloaded num v0.4.3 |
| 843 | 2026-08-25T07:29:34.034Z | Downloaded futures v0.3.32 |
| 844 | 2026-08-25T07:29:34.039Z | Downloaded pkcs5 v0.8.1 |
| 845 | 2026-08-25T07:29:34.043Z | Downloaded zstd v0.13.3 |
| 846 | 2026-08-25T07:29:34.043Z | Downloaded fs-err v3.3.0 |
| 847 | 2026-08-25T07:29:34.043Z | Downloaded stacker v0.1.23 |
| 848 | 2026-08-25T07:29:34.048Z | Downloaded rusty-fork v0.3.1 |
| 849 | 2026-08-25T07:29:34.048Z | Downloaded unicase v2.9.0 |
| 850 | 2026-08-25T07:29:34.048Z | Downloaded phf_shared v0.13.1 |
| 851 | 2026-08-25T07:29:34.048Z | Downloaded iddqd v0.4.2 |
| 852 | 2026-08-25T07:29:34.052Z | Downloaded serde_core v1.0.229 |
| 853 | 2026-08-25T07:29:34.052Z | Downloaded slog-dtrace v0.3.0 |
| 854 | 2026-08-25T07:29:34.052Z | Downloaded tokio-native-tls v0.3.1 |
| 855 | 2026-08-25T07:29:34.055Z | Downloaded serde_spanned v0.6.9 |
| 856 | 2026-08-25T07:29:34.055Z | Downloaded psl-types v2.0.11 |
| 857 | 2026-08-25T07:29:34.055Z | Downloaded signal-hook-tokio v0.3.1 |
| 858 | 2026-08-25T07:29:34.059Z | Downloaded textwrap v0.16.2 |
| 859 | 2026-08-25T07:29:34.062Z | Downloaded vergen-lib v9.1.0 |
| 860 | 2026-08-25T07:29:34.062Z | Downloaded smallvec v1.15.1 |
| 861 | 2026-08-25T07:29:34.065Z | Downloaded foldhash v0.2.0 |
| 862 | 2026-08-25T07:29:34.065Z | Downloaded multer v3.1.0 |
| 863 | 2026-08-25T07:29:34.069Z | Downloaded ascii-canvas v3.0.0 |
| 864 | 2026-08-25T07:29:34.069Z | Downloaded terminal_size v0.1.17 |
| 865 | 2026-08-25T07:29:34.069Z | Downloaded partial-io v0.5.4 |
| 866 | 2026-08-25T07:29:34.069Z | Downloaded serde-big-array v0.5.1 |
| 867 | 2026-08-25T07:29:34.072Z | Downloaded digest v0.11.3 |
| 868 | 2026-08-25T07:29:34.072Z | Downloaded usdt-macro v0.5.0 |
| 869 | 2026-08-25T07:29:34.072Z | Downloaded version_check v0.9.5 |
| 870 | 2026-08-25T07:29:34.072Z | Downloaded zeroize_derive v1.5.0 |
| 871 | 2026-08-25T07:29:34.075Z | Downloaded tinyvec_macros v0.1.1 |
| 872 | 2026-08-25T07:29:34.075Z | Downloaded unicode-linebreak v0.1.5 |
| 873 | 2026-08-25T07:29:34.075Z | Downloaded publicsuffix v2.3.0 |
| 874 | 2026-08-25T07:29:34.075Z | Downloaded winnow v0.6.26 |
| 875 | 2026-08-25T07:29:34.087Z | Downloaded peg v0.8.5 |
| 876 | 2026-08-25T07:29:34.090Z | Downloaded newtype_derive v0.1.6 |
| 877 | 2026-08-25T07:29:34.090Z | Downloaded ff v0.14.0 |
| 878 | 2026-08-25T07:29:34.090Z | Downloaded jobserver v0.1.34 |
| 879 | 2026-08-25T07:29:34.094Z | Downloaded nu-ansi-term v0.50.3 |
| 880 | 2026-08-25T07:29:34.094Z | Downloaded regex v1.12.3 |
| 881 | 2026-08-25T07:29:34.097Z | Downloaded dunce v1.0.5 |
| 882 | 2026-08-25T07:29:34.097Z | Downloaded autocfg v1.5.0 |
| 883 | 2026-08-25T07:29:34.101Z | Downloaded foreign-types-shared v0.3.1 |
| 884 | 2026-08-25T07:29:34.101Z | Downloaded uuid v1.23.4 |
| 885 | 2026-08-25T07:29:34.101Z | Downloaded macaddr v1.0.1 |
| 886 | 2026-08-25T07:29:34.101Z | Downloaded polyval v0.7.1 |
| 887 | 2026-08-25T07:29:34.104Z | Downloaded pkcs8 v0.11.0 |
| 888 | 2026-08-25T07:29:34.104Z | Downloaded mime_guess v2.0.5 |
| 889 | 2026-08-25T07:29:34.108Z | Downloaded fancy-regex v0.14.0 |
| 890 | 2026-08-25T07:29:34.108Z | Downloaded base64 v0.22.1 |
| 891 | 2026-08-25T07:29:34.110Z | Downloaded elliptic-curve v0.13.8 |
| 892 | 2026-08-25T07:29:34.110Z | Downloaded oorandom v11.1.5 |
| 893 | 2026-08-25T07:29:34.113Z | Downloaded tokio-util v0.7.18 |
| 894 | 2026-08-25T07:29:34.118Z | Downloaded castaway v0.2.4 |
| 895 | 2026-08-25T07:29:34.121Z | Downloaded toml_edit v0.19.15 |
| 896 | 2026-08-25T07:29:34.126Z | Downloaded spki v0.8.0 |
| 897 | 2026-08-25T07:29:34.130Z | Downloaded tls_codec v0.4.2 |
| 898 | 2026-08-25T07:29:34.130Z | Downloaded unicode_categories v0.1.1 |
| 899 | 2026-08-25T07:29:34.134Z | Downloaded primefield v0.14.0 |
| 900 | 2026-08-25T07:29:34.134Z | Downloaded sponge-cursor v0.1.0 |
| 901 | 2026-08-25T07:29:34.134Z | Downloaded try-lock v0.2.5 |
| 902 | 2026-08-25T07:29:34.134Z | Downloaded tui-tree-widget v0.23.1 |
| 903 | 2026-08-25T07:29:34.134Z | Downloaded waitgroup v0.1.2 |
| 904 | 2026-08-25T07:29:34.137Z | Downloaded foreign-types-macros v0.2.3 |
| 905 | 2026-08-25T07:29:34.137Z | Downloaded fastrand v2.3.0 |
| 906 | 2026-08-25T07:29:34.137Z | Downloaded lzss v0.8.2 |
| 907 | 2026-08-25T07:29:34.142Z | Downloaded static_assertions v1.1.0 |
| 908 | 2026-08-25T07:29:34.142Z | Downloaded erased-serde v0.3.31 |
| 909 | 2026-08-25T07:29:34.145Z | Downloaded flume v0.11.1 |
| 910 | 2026-08-25T07:29:34.145Z | Downloaded swrite v0.1.0 |
| 911 | 2026-08-25T07:29:34.145Z | Downloaded writeable v0.6.2 |
| 912 | 2026-08-25T07:29:34.146Z | Downloaded bytes v1.11.1 |
| 913 | 2026-08-25T07:29:34.151Z | Downloaded progenitor-impl v0.13.0 |
| 914 | 2026-08-25T07:29:34.151Z | Downloaded bzip2 v0.4.4 |
| 915 | 2026-08-25T07:29:34.151Z | Downloaded futures-timer v3.0.3 |
| 916 | 2026-08-25T07:29:34.156Z | Downloaded zeroize v1.9.0 |
| 917 | 2026-08-25T07:29:34.156Z | Downloaded glob v0.3.3 |
| 918 | 2026-08-25T07:29:34.156Z | Downloaded thiserror-impl v1.0.69 |
| 919 | 2026-08-25T07:29:34.156Z | Downloaded bitvec v1.0.1 |
| 920 | 2026-08-25T07:29:34.162Z | Downloaded chrono v0.4.45 |
| 921 | 2026-08-25T07:29:34.165Z | Downloaded rand v0.10.1 |
| 922 | 2026-08-25T07:29:34.168Z | Downloaded snafu v0.8.9 |
| 923 | 2026-08-25T07:29:34.172Z | Downloaded proc-macro-crate v1.3.1 |
| 924 | 2026-08-25T07:29:34.173Z | Downloaded russh-cryptovec v0.62.0 |
| 925 | 2026-08-25T07:29:34.173Z | Downloaded socket2 v0.5.10 |
| 926 | 2026-08-25T07:29:34.173Z | Downloaded tokio-test v0.4.5 |
| 927 | 2026-08-25T07:29:34.173Z | Downloaded ecdsa v0.16.9 |
| 928 | 2026-08-25T07:29:34.178Z | Downloaded vte v0.14.1 |
| 929 | 2026-08-25T07:29:34.178Z | Downloaded zerotrie v0.2.3 |
| 930 | 2026-08-25T07:29:34.178Z | Downloaded linear-map v1.2.0 |
| 931 | 2026-08-25T07:29:34.178Z | Downloaded num_threads v0.1.7 |
| 932 | 2026-08-25T07:29:34.181Z | Downloaded async-stream v0.3.6 |
| 933 | 2026-08-25T07:29:34.182Z | Downloaded atomicwrites v0.4.4 |
| 934 | 2026-08-25T07:29:34.182Z | Downloaded pin-project-internal v1.1.11 |
| 935 | 2026-08-25T07:29:34.182Z | Downloaded num-bigint-dig v0.8.6 |
| 936 | 2026-08-25T07:29:34.185Z | Downloaded aead v0.6.1 |
| 937 | 2026-08-25T07:29:34.185Z | Downloaded once_cell v1.21.3 |
| 938 | 2026-08-25T07:29:34.185Z | Downloaded parking v2.2.1 |
| 939 | 2026-08-25T07:29:34.185Z | Downloaded anstyle-parse v1.0.0 |
| 940 | 2026-08-25T07:29:34.188Z | Downloaded toml_datetime v0.6.11 |
| 941 | 2026-08-25T07:29:34.188Z | Downloaded owo-colors v3.5.0 |
| 942 | 2026-08-25T07:29:34.188Z | Downloaded owo-colors v4.3.0 |
| 943 | 2026-08-25T07:29:34.192Z | Downloaded rand_seeder v0.4.0 |
| 944 | 2026-08-25T07:29:34.192Z | Downloaded shell-words v1.1.1 |
| 945 | 2026-08-25T07:29:34.192Z | Downloaded supports-unicode v3.0.0 |
| 946 | 2026-08-25T07:29:34.192Z | Downloaded rustversion v1.0.22 |
| 947 | 2026-08-25T07:29:34.192Z | Downloaded serde_derive_internals v0.29.1 |
| 948 | 2026-08-25T07:29:34.197Z | Downloaded futures-sink v0.3.32 |
| 949 | 2026-08-25T07:29:34.197Z | Downloaded managed v0.8.0 |
| 950 | 2026-08-25T07:29:34.200Z | Downloaded thiserror v2.0.18 |
| 951 | 2026-08-25T07:29:34.203Z | Downloaded usdt-impl v0.5.0 |
| 952 | 2026-08-25T07:29:34.203Z | Downloaded strum_macros v0.27.2 |
| 953 | 2026-08-25T07:29:34.206Z | Downloaded powerfmt v0.2.0 |
| 954 | 2026-08-25T07:29:34.213Z | Downloaded progenitor-impl v0.14.0 |
| 955 | 2026-08-25T07:29:34.217Z | Downloaded schemars v0.8.22 |
| 956 | 2026-08-25T07:29:34.222Z | Downloaded pbkdf2 v0.13.0 |
| 957 | 2026-08-25T07:29:34.222Z | Downloaded libsw-core v0.3.2 |
| 958 | 2026-08-25T07:29:34.225Z | Downloaded equivalent v1.0.2 |
| 959 | 2026-08-25T07:29:34.228Z | Downloaded drift v0.2.0 |
| 960 | 2026-08-25T07:29:34.233Z | Downloaded blake2b_simd v1.0.4 |
| 961 | 2026-08-25T07:29:34.241Z | Downloaded plotters-svg v0.3.7 |
| 962 | 2026-08-25T07:29:34.246Z | Downloaded precomputed-hash v0.1.1 |
| 963 | 2026-08-25T07:29:34.246Z | Downloaded termtree v0.5.1 |
| 964 | 2026-08-25T07:29:34.254Z | Downloaded packed_struct v0.10.1 |
| 965 | 2026-08-25T07:29:34.254Z | Downloaded keccak v0.1.6 |
| 966 | 2026-08-25T07:29:34.254Z | Downloaded num-derive v0.4.2 |
| 967 | 2026-08-25T07:29:34.254Z | Downloaded serde_cbor v0.11.2 |
| 968 | 2026-08-25T07:29:34.258Z | Downloaded libloading v0.8.9 |
| 969 | 2026-08-25T07:29:34.261Z | Downloaded strum v0.27.2 |
| 970 | 2026-08-25T07:29:34.261Z | Downloaded termcolor v1.4.1 |
| 971 | 2026-08-25T07:29:34.261Z | Downloaded ron v0.8.1 |
| 972 | 2026-08-25T07:29:34.265Z | Downloaded serde_regex v1.1.0 |
| 973 | 2026-08-25T07:29:34.265Z | Downloaded whoami v1.6.1 |
| 974 | 2026-08-25T07:29:34.270Z | Downloaded ena v0.14.4 |
| 975 | 2026-08-25T07:29:34.275Z | Downloaded goblin v0.10.5 |
| 976 | 2026-08-25T07:29:34.275Z | Downloaded bb8 v0.8.6 |
| 977 | 2026-08-25T07:29:34.275Z | Downloaded module-lattice v0.2.3 |
| 978 | 2026-08-25T07:29:34.278Z | Downloaded num_enum v0.7.6 |
| 979 | 2026-08-25T07:29:34.278Z | Downloaded futures-channel v0.3.32 |
| 980 | 2026-08-25T07:29:34.278Z | Downloaded backoff v0.4.0 |
| 981 | 2026-08-25T07:29:34.284Z | Downloaded pem-rfc7468 v0.7.0 |
| 982 | 2026-08-25T07:29:34.284Z | Downloaded approx v0.5.1 |
| 983 | 2026-08-25T07:29:34.284Z | Downloaded lru v0.12.5 |
| 984 | 2026-08-25T07:29:34.285Z | Downloaded lru-cache v0.1.2 |
| 985 | 2026-08-25T07:29:34.288Z | Downloaded futures-core v0.3.32 |
| 986 | 2026-08-25T07:29:34.288Z | Downloaded sqlparser_derive v0.5.0 |
| 987 | 2026-08-25T07:29:34.288Z | Downloaded unicode-xid v0.2.6 |
| 988 | 2026-08-25T07:29:34.288Z | Downloaded utf-8 v0.7.6 |
| 989 | 2026-08-25T07:29:34.288Z | Downloaded packed_struct_codegen v0.10.1 |
| 990 | 2026-08-25T07:29:34.288Z | Downloaded nibble_vec v0.1.0 |
| 991 | 2026-08-25T07:29:34.288Z | Downloaded p384 v0.13.1 |
| 992 | 2026-08-25T07:29:34.292Z | Downloaded proptest v1.11.0 |
| 993 | 2026-08-25T07:29:34.297Z | Downloaded backtrace v0.3.76 |
| 994 | 2026-08-25T07:29:34.301Z | Downloaded unicode-normalization v0.1.25 |
| 995 | 2026-08-25T07:29:34.301Z | Downloaded cancel-safe-futures v0.1.5 |
| 996 | 2026-08-25T07:29:34.301Z | Downloaded fixedbitset v0.5.7 |
| 997 | 2026-08-25T07:29:34.310Z | Downloaded md-5 v0.10.6 |
| 998 | 2026-08-25T07:29:34.310Z | Downloaded subprocess v0.2.15 |
| 999 | 2026-08-25T07:29:34.310Z | Downloaded rustls-pemfile v2.2.0 |
| 1000 | 2026-08-25T07:29:34.310Z | Downloaded string_cache v0.8.9 |
| 1001 | 2026-08-25T07:29:34.310Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1002 | 2026-08-25T07:29:34.316Z | Downloaded scroll v0.13.0 |
| 1003 | 2026-08-25T07:29:34.316Z | Downloaded structmeta v0.3.0 |
| 1004 | 2026-08-25T07:29:34.316Z | Downloaded crypto-bigint v0.7.5 |
| 1005 | 2026-08-25T07:29:34.319Z | Downloaded gethostname v0.5.0 |
| 1006 | 2026-08-25T07:29:34.319Z | Downloaded reedline v0.40.0 |
| 1007 | 2026-08-25T07:29:34.324Z | Downloaded fixedbitset v0.4.2 |
| 1008 | 2026-08-25T07:29:34.324Z | Downloaded schemars_derive v0.8.22 |
| 1009 | 2026-08-25T07:29:34.324Z | Downloaded getrandom v0.4.3 |
| 1010 | 2026-08-25T07:29:34.327Z | Downloaded yoke v0.8.1 |
| 1011 | 2026-08-25T07:29:34.327Z | Downloaded num-integer v0.1.46 |
| 1012 | 2026-08-25T07:29:34.327Z | Downloaded tar v0.4.46 |
| 1013 | 2026-08-25T07:29:34.327Z | Downloaded mio v1.2.0 |
| 1014 | 2026-08-25T07:29:34.330Z | Downloaded test-strategy v0.4.5 |
| 1015 | 2026-08-25T07:29:34.336Z | Downloaded dtrace-parser v0.2.0 |
| 1016 | 2026-08-25T07:29:34.336Z | Downloaded signal-hook-registry v1.4.8 |
| 1017 | 2026-08-25T07:29:34.337Z | Downloaded thread-id v4.2.2 |
| 1018 | 2026-08-25T07:29:34.343Z | Downloaded camino-tempfile v1.4.1 |
| 1019 | 2026-08-25T07:29:34.343Z | Downloaded supports-unicode v2.1.0 |
| 1020 | 2026-08-25T07:29:34.343Z | Downloaded vergen-lib v0.1.6 |
| 1021 | 2026-08-25T07:29:34.347Z | Downloaded proc-macro-error-attr v1.0.4 |
| 1022 | 2026-08-25T07:29:34.347Z | Downloaded blake2 v0.10.6 |
| 1023 | 2026-08-25T07:29:34.353Z | Downloaded progenitor v0.13.0 |
| 1024 | 2026-08-25T07:29:34.363Z | Downloaded async-compression v0.4.41 |
| 1025 | 2026-08-25T07:29:34.368Z | Downloaded toml_edit v0.22.27 |
| 1026 | 2026-08-25T07:29:34.368Z | Downloaded futures-util v0.3.32 |
| 1027 | 2026-08-25T07:29:34.372Z | Downloaded zerocopy v0.6.6 |
| 1028 | 2026-08-25T07:29:34.373Z | Downloaded zstd-safe v7.2.4 |
| 1029 | 2026-08-25T07:29:34.373Z | Downloaded password-hash v0.5.0 |
| 1030 | 2026-08-25T07:29:34.378Z | Downloaded parking_lot v0.12.5 |
| 1031 | 2026-08-25T07:29:34.378Z | Downloaded term v1.2.1 |
| 1032 | 2026-08-25T07:29:34.378Z | Downloaded simd-adler32 v0.3.8 |
| 1033 | 2026-08-25T07:29:34.378Z | Downloaded sapling-renderdag v0.1.0 |
| 1034 | 2026-08-25T07:29:34.378Z | Downloaded slab v0.4.12 |
| 1035 | 2026-08-25T07:29:34.384Z | Downloaded target-lexicon v0.13.3 |
| 1036 | 2026-08-25T07:29:34.384Z | Downloaded schemars v1.2.1 |
| 1037 | 2026-08-25T07:29:34.387Z | Downloaded elliptic-curve v0.14.1 |
| 1038 | 2026-08-25T07:29:34.391Z | Downloaded knuffel v3.2.0 |
| 1039 | 2026-08-25T07:29:34.391Z | Downloaded toml v1.1.2+spec-1.1.0 |
| 1040 | 2026-08-25T07:29:34.394Z | Downloaded tower v0.5.3 |
| 1041 | 2026-08-25T07:29:34.400Z | Downloaded fallible-iterator v0.2.0 |
| 1042 | 2026-08-25T07:29:34.400Z | Downloaded globset v0.4.18 |
| 1043 | 2026-08-25T07:29:34.400Z | Downloaded ciborium v0.2.2 |
| 1044 | 2026-08-25T07:29:34.403Z | Downloaded prettyplease v0.2.37 |
| 1045 | 2026-08-25T07:29:34.403Z | Downloaded zlib-rs v0.6.2 |
| 1046 | 2026-08-25T07:29:34.406Z | Downloaded async-bb8-diesel v0.2.1 |
| 1047 | 2026-08-25T07:29:34.406Z | Downloaded tabled v0.21.0 |
| 1048 | 2026-08-25T07:29:34.417Z | Downloaded winnow v0.7.14 |
| 1049 | 2026-08-25T07:29:34.421Z | Downloaded zmij v1.0.21 |
| 1050 | 2026-08-25T07:29:34.424Z | Downloaded bzip2 v0.6.1 |
| 1051 | 2026-08-25T07:29:34.424Z | Downloaded trybuild v1.0.116 |
| 1052 | 2026-08-25T07:29:34.428Z | Downloaded phc v0.6.1 |
| 1053 | 2026-08-25T07:29:34.428Z | Downloaded toml_edit v0.23.10+spec-1.0.0 |
| 1054 | 2026-08-25T07:29:34.428Z | Downloaded pin-project v1.1.11 |
| 1055 | 2026-08-25T07:29:34.434Z | Downloaded typify v0.6.2 |
| 1056 | 2026-08-25T07:29:34.437Z | Downloaded winnow v0.5.40 |
| 1057 | 2026-08-25T07:29:34.440Z | Downloaded moka v0.12.13 |
| 1058 | 2026-08-25T07:29:34.444Z | Downloaded miniz_oxide v0.8.9 |
| 1059 | 2026-08-25T07:29:34.447Z | Downloaded base64 v0.21.7 |
| 1060 | 2026-08-25T07:29:34.452Z | Downloaded tinyvec v1.10.0 |
| 1061 | 2026-08-25T07:29:34.452Z | Downloaded ml-kem v0.3.2 |
| 1062 | 2026-08-25T07:29:34.452Z | Downloaded blake2 v0.11.0-rc.6 |
| 1063 | 2026-08-25T07:29:34.472Z | Downloaded zip v4.6.1 |
| 1064 | 2026-08-25T07:29:34.472Z | Downloaded fatfs v0.3.6 |
| 1065 | 2026-08-25T07:29:34.472Z | Downloaded tower-http v0.6.8 |
| 1066 | 2026-08-25T07:29:34.472Z | Downloaded aes-gcm v0.11.0 |
| 1067 | 2026-08-25T07:29:34.472Z | Downloaded regex-syntax v0.6.29 |
| 1068 | 2026-08-25T07:29:34.472Z | Downloaded slog v2.8.2 |
| 1069 | 2026-08-25T07:29:34.472Z | Downloaded num-bigint v0.4.6 |
| 1070 | 2026-08-25T07:29:34.477Z | Downloaded syn v1.0.109 |
| 1071 | 2026-08-25T07:29:34.477Z | Downloaded qorb v0.4.1 |
| 1072 | 2026-08-25T07:29:34.481Z | Downloaded serde v1.0.229 |
| 1073 | 2026-08-25T07:29:34.490Z | Downloaded serde_json v1.0.151 |
| 1074 | 2026-08-25T07:29:34.495Z | Downloaded quinn v0.11.11 |
| 1075 | 2026-08-25T07:29:34.498Z | Downloaded rustls-webpki v0.103.13 |
| 1076 | 2026-08-25T07:29:34.498Z | Downloaded p521 v0.14.0 |
| 1077 | 2026-08-25T07:29:34.503Z | Downloaded arc-swap v1.8.2 |
| 1078 | 2026-08-25T07:29:34.508Z | Downloaded curve25519-dalek v4.1.3 |
| 1079 | 2026-08-25T07:29:34.514Z | Downloaded plotters v0.3.7 |
| 1080 | 2026-08-25T07:29:34.519Z | Downloaded object v0.30.4 |
| 1081 | 2026-08-25T07:29:34.524Z | Downloaded miette v7.6.0 |
| 1082 | 2026-08-25T07:29:34.527Z | Downloaded openssl-sys v0.9.117 |
| 1083 | 2026-08-25T07:29:34.545Z | Downloaded polar-core v0.27.3 |
| 1084 | 2026-08-25T07:29:34.548Z | Downloaded blake3 v1.8.5 |
| 1085 | 2026-08-25T07:29:34.565Z | Downloaded rayon v1.11.0 |
| 1086 | 2026-08-25T07:29:34.573Z | Downloaded unicode-width v0.1.14 |
| 1087 | 2026-08-25T07:29:34.577Z | Downloaded aws-lc-rs v1.16.3 |
| 1088 | 2026-08-25T07:29:34.584Z | Downloaded sha3 v0.12.0 |
| 1089 | 2026-08-25T07:29:34.587Z | Downloaded typenum v1.20.1 |
| 1090 | 2026-08-25T07:29:34.587Z | Downloaded zerocopy-derive v0.8.55 |
| 1091 | 2026-08-25T07:29:34.590Z | Downloaded hickory-proto v0.24.4 |
| 1092 | 2026-08-25T07:29:34.598Z | Downloaded curve25519-dalek v5.0.0 |
| 1093 | 2026-08-25T07:29:34.603Z | Downloaded typed-path v0.9.3 |
| 1094 | 2026-08-25T07:29:34.606Z | Downloaded memchr v2.8.0 |
| 1095 | 2026-08-25T07:29:34.609Z | Downloaded aho-corasick v1.1.4 |
| 1096 | 2026-08-25T07:29:34.612Z | Downloaded petname v2.0.2 |
| 1097 | 2026-08-25T07:29:34.617Z | Downloaded quinn-proto v0.11.16 |
| 1098 | 2026-08-25T07:29:34.620Z | Downloaded zerocopy v0.7.35 |
| 1099 | 2026-08-25T07:29:34.626Z | Downloaded tabled v0.15.0 |
| 1100 | 2026-08-25T07:29:34.636Z | Downloaded serde_with v3.21.0 |
| 1101 | 2026-08-25T07:29:34.641Z | Downloaded git2 v0.20.4 |
| 1102 | 2026-08-25T07:29:34.647Z | Downloaded time v0.3.47 |
| 1103 | 2026-08-25T07:29:34.655Z | Downloaded quick-xml v0.37.5 |
| 1104 | 2026-08-25T07:29:34.658Z | Downloaded hickory-proto v0.25.2 |
| 1105 | 2026-08-25T07:29:34.663Z | Downloaded smoltcp v0.9.1 |
| 1106 | 2026-08-25T07:29:34.668Z | Downloaded reqwest v0.13.2 |
| 1107 | 2026-08-25T07:29:34.672Z | Downloaded rawzip v0.4.4 |
| 1108 | 2026-08-25T07:29:34.675Z | Downloaded bstr v1.12.1 |
| 1109 | 2026-08-25T07:29:34.679Z | Downloaded syn v3.0.3 |
| 1110 | 2026-08-25T07:29:34.686Z | Downloaded salty v0.3.0 |
| 1111 | 2026-08-25T07:29:34.690Z | Downloaded dropshot-api-manager v0.8.0 |
| 1112 | 2026-08-25T07:29:34.693Z | Downloaded syn v2.0.117 |
| 1113 | 2026-08-25T07:29:34.699Z | Downloaded zerocopy v0.8.55 |
| 1114 | 2026-08-25T07:29:34.710Z | Downloaded smoltcp v0.11.0 |
| 1115 | 2026-08-25T07:29:34.716Z | Downloaded russh v0.62.4 |
| 1116 | 2026-08-25T07:29:34.721Z | Downloaded rustls v0.23.41 |
| 1117 | 2026-08-25T07:29:34.727Z | Downloaded lalrpop v0.19.12 |
| 1118 | 2026-08-25T07:29:34.733Z | Downloaded gimli v0.32.3 |
| 1119 | 2026-08-25T07:29:34.737Z | Downloaded nix v0.28.0 |
| 1120 | 2026-08-25T07:29:34.743Z | Downloaded bindgen v0.71.1 |
| 1121 | 2026-08-25T07:29:34.754Z | Downloaded winnow v1.0.3 |
| 1122 | 2026-08-25T07:29:34.761Z | Downloaded nix v0.31.2 |
| 1123 | 2026-08-25T07:29:34.766Z | Downloaded unicode-width v0.2.0 |
| 1124 | 2026-08-25T07:29:34.770Z | Downloaded nix v0.27.1 |
| 1125 | 2026-08-25T07:29:34.775Z | Downloaded diesel v2.3.7 |
| 1126 | 2026-08-25T07:29:34.786Z | Downloaded sqlparser v0.61.0 |
| 1127 | 2026-08-25T07:29:34.791Z | Downloaded regress v0.11.1 |
| 1128 | 2026-08-25T07:29:34.797Z | Downloaded openssl v0.10.80 |
| 1129 | 2026-08-25T07:29:34.803Z | Downloaded typify-impl v0.6.2 |
| 1130 | 2026-08-25T07:29:34.811Z | Downloaded ratatui v0.29.0 |
| 1131 | 2026-08-25T07:29:34.823Z | Downloaded vcpkg v0.2.15 |
| 1132 | 2026-08-25T07:29:34.845Z | Downloaded dropshot v0.17.1 |
| 1133 | 2026-08-25T07:29:34.858Z | Downloaded object v0.37.3 |
| 1134 | 2026-08-25T07:29:34.863Z | Downloaded sled v0.34.7 |
| 1135 | 2026-08-25T07:29:34.869Z | Downloaded radix_trie v0.2.1 |
| 1136 | 2026-08-25T07:29:34.872Z | Downloaded openapiv3 v2.2.0 |
| 1137 | 2026-08-25T07:29:34.879Z | Downloaded rustix v0.38.44 |
| 1138 | 2026-08-25T07:29:34.891Z | Downloaded regress v0.10.5 |
| 1139 | 2026-08-25T07:29:34.902Z | Downloaded tracing v0.1.44 |
| 1140 | 2026-08-25T07:29:34.910Z | Downloaded rustix v1.1.4 |
| 1141 | 2026-08-25T07:29:34.923Z | Downloaded jiff v0.2.34 |
| 1142 | 2026-08-25T07:29:34.933Z | Downloaded regex-syntax v0.8.10 |
| 1143 | 2026-08-25T07:29:34.939Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 1144 | 2026-08-25T07:29:34.945Z | Downloaded zerocopy-derive v0.6.6 |
| 1145 | 2026-08-25T07:29:34.956Z | Downloaded petgraph v0.6.5 |
| 1146 | 2026-08-25T07:29:34.969Z | Downloaded chrono-tz v0.10.4 |
| 1147 | 2026-08-25T07:29:34.979Z | Downloaded zstd-sys v2.0.16+zstd.1.5.7 |
| 1148 | 2026-08-25T07:29:34.991Z | Downloaded sha3 v0.11.0 |
| 1149 | 2026-08-25T07:29:35.050Z | Downloaded regex-automata v0.4.14 |
| 1150 | 2026-08-25T07:29:35.058Z | Downloaded csv v1.4.0 |
| 1151 | 2026-08-25T07:29:35.072Z | Downloaded petgraph v0.8.3 |
| 1152 | 2026-08-25T07:29:35.089Z | Downloaded tokio v1.52.1 |
| 1153 | 2026-08-25T07:29:35.107Z | Downloaded encoding_rs v0.8.35 |
| 1154 | 2026-08-25T07:29:35.120Z | Downloaded sha3 v0.10.8 |
| 1155 | 2026-08-25T07:29:35.123Z | Downloaded libc v0.2.185 |
| 1156 | 2026-08-25T07:29:35.141Z | Downloaded httpmock v0.8.3 |
| 1157 | 2026-08-25T07:29:35.154Z | Downloaded ring v0.17.14 |
| 1158 | 2026-08-25T07:29:35.179Z | Downloaded libz-sys v1.1.24 |
| 1159 | 2026-08-25T07:29:35.220Z | Downloaded libgit2-sys v0.18.3+1.9.2 |
| 1160 | 2026-08-25T07:29:35.652Z | Downloaded aws-lc-sys v0.40.0 |
| 1161 | 2026-08-25T07:29:36.072Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1162 | 2026-08-25T07:29:42.111Z | Startup: Refreshing catalog 'helios' ... Done |
| 1163 | 2026-08-25T07:29:42.505Z | Startup: Caching catalogs ... Done |
| 1164 | 2026-08-25T07:29:44.690Z | Planning: Solver setup ... Done (2.063s) |
| 1165 | 2026-08-25T07:29:44.753Z | Planning: Running solver ... Done (0.063s) |
| 1166 | 2026-08-25T07:29:44.802Z | Planning: Finding local manifests ... Done (0.003s) |
| 1167 | 2026-08-25T07:29:44.818Z | Planning: Fetching manifests: 0/2 0% complete |
| 1168 | 2026-08-25T07:29:44.837Z | Planning: Fetching manifests: 2/2 100% complete |
| 1169 | 2026-08-25T07:29:44.852Z | Planning: Package planning ... Done (0.014s) |
| 1170 | 2026-08-25T07:29:44.855Z | Planning: Merging actions ... Done (0.001s) |
| 1171 | 2026-08-25T07:29:45.079Z | Planning: Checking for conflicting actions ... Done (0.225s) |
| 1172 | 2026-08-25T07:29:45.082Z | Planning: Consolidating action changes ... Done (0.001s) |
| 1173 | 2026-08-25T07:29:45.957Z | Planning: Evaluating mediators ... Done (0.877s) |
| 1174 | 2026-08-25T07:29:45.961Z | Planning: Planning completed in 3.41 seconds |
| 1175 | 2026-08-25T07:29:45.967Z | Packages to install: 2 |
| 1176 | 2026-08-25T07:29:45.967Z | Estimated space available: 155.73 GB |
| 1177 | 2026-08-25T07:29:45.968Z | Estimated space to be consumed: 80.56 MB |
| 1178 | 2026-08-25T07:29:45.968Z | Create boot environment: No |
| 1179 | 2026-08-25T07:29:45.968Z | Create backup boot environment: No |
| 1180 | 2026-08-25T07:29:45.968Z | Rebuild boot archive: No |
| 1181 | 2026-08-25T07:29:45.971Z | |
| 1182 | 2026-08-25T07:29:45.971Z | Changed packages: |
| 1183 | 2026-08-25T07:29:45.971Z | helios |
| 1184 | 2026-08-25T07:29:45.971Z | developer/build-essential |
| 1185 | 2026-08-25T07:29:45.971Z | None -> 11-3.0 |
| 1186 | 2026-08-25T07:29:45.971Z | library/libxmlsec1 |
| 1187 | 2026-08-25T07:29:45.971Z | None -> 1.2.35-3.0 |
| 1188 | 2026-08-25T07:29:45.994Z | |
| 1189 | 2026-08-25T07:29:45.994Z | Download: 0/214 items 0.0/1.3MB 0% complete |
| 1190 | 2026-08-25T07:29:46.063Z | Download: Completed 1.28 MB in 0.07 seconds (18.2M/s) |
| 1191 | 2026-08-25T07:29:46.180Z | Actions: 1/268 actions (Installing new actions) |
| 1192 | 2026-08-25T07:29:46.217Z | Actions: Completed 268 actions in 0.04 seconds. |
| 1193 | 2026-08-25T07:29:46.255Z | Finalize: Updating package state database ... Done (0.038s) |
| 1194 | 2026-08-25T07:29:46.259Z | Finalize: Updating package cache ... Done (0.000s) |
| 1195 | 2026-08-25T07:29:46.345Z | Finalize: Updating image state ... Done (0.089s) |
| 1196 | 2026-08-25T07:29:48.993Z | Finalize: Creating fast lookup database ... Done (2.593s) |
| 1197 | 2026-08-25T07:29:49.059Z | Finalize: Reading search index ... Done (0.012s) |
| 1198 | 2026-08-25T07:29:49.064Z | Finalize: Updating search index ... Done (0.000s) |
| 1199 | 2026-08-25T07:29:49.166Z | Finalize: Updating package cache ... Done (0.000s) |
| 1200 | 2026-08-25T07:29:49.537Z | Planning: Evaluating mediator changes ... Done |
| 1201 | 2026-08-25T07:29:49.643Z | Planning: Checking for conflicting actions ... Done |
| 1202 | 2026-08-25T07:29:49.646Z | Planning: Consolidating action changes ... Done |
| 1203 | 2026-08-25T07:29:49.801Z | Planning: Evaluating mediators ... Done |
| 1204 | 2026-08-25T07:29:49.804Z | Planning: Planning completed in 0.26 seconds |
| 1205 | 2026-08-25T07:29:49.824Z | Mediators to change: 2 |
| 1206 | 2026-08-25T07:29:49.824Z | Create boot environment: No |
| 1207 | 2026-08-25T07:29:49.824Z | Create backup boot environment: No |
| 1208 | 2026-08-25T07:29:49.876Z | Finalize: Updating package state database ... Done |
| 1209 | 2026-08-25T07:29:49.876Z | Finalize: Updating package cache ... Done |
| 1210 | 2026-08-25T07:29:49.934Z | Finalize: Updating image state ... Done |
| 1211 | 2026-08-25T07:29:51.881Z | Finalize: Creating fast lookup database ... Done |
| 1212 | 2026-08-25T07:29:51.948Z | Finalize: Reading search index ... Done |
| 1213 | 2026-08-25T07:29:51.956Z | Finalize: Updating search index ... Done |
| 1214 | 2026-08-25T07:29:52.032Z | Finalize: Updating package cache ... Done |
| 1215 | 2026-08-25T07:29:52.317Z | Planning: Evaluating mediator changes ... Done |
| 1216 | 2026-08-25T07:29:52.422Z | Planning: Checking for conflicting actions ... Done |
| 1217 | 2026-08-25T07:29:52.425Z | Planning: Consolidating action changes ... Done |
| 1218 | 2026-08-25T07:29:52.583Z | Planning: Evaluating mediators ... Done |
| 1219 | 2026-08-25T07:29:52.586Z | Planning: Planning completed in 0.27 seconds |
| 1220 | 2026-08-25T07:29:52.606Z | Mediators to change: 1 |
| 1221 | 2026-08-25T07:29:52.606Z | Create boot environment: No |
| 1222 | 2026-08-25T07:29:52.606Z | Create backup boot environment: No |
| 1223 | 2026-08-25T07:29:52.656Z | Finalize: Updating package state database ... Done |
| 1224 | 2026-08-25T07:29:52.656Z | Finalize: Updating package cache ... Done |
| 1225 | 2026-08-25T07:29:52.711Z | Finalize: Updating image state ... Done |
| 1226 | 2026-08-25T07:29:54.661Z | Finalize: Creating fast lookup database ... Done |
| 1227 | 2026-08-25T07:29:54.728Z | Finalize: Reading search index ... Done |
| 1228 | 2026-08-25T07:29:54.733Z | Finalize: Updating search index ... Done |
| 1229 | 2026-08-25T07:29:54.797Z | Finalize: Updating package cache ... Done |
| 1230 | 2026-08-25T07:29:55.110Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1231 | 2026-08-25T07:29:55.110Z | apache system 2.4 system |
| 1232 | 2026-08-25T07:29:55.110Z | clang system 15 system |
| 1233 | 2026-08-25T07:29:55.110Z | csh system system illumos |
| 1234 | 2026-08-25T07:29:55.110Z | ctags system system illumos |
| 1235 | 2026-08-25T07:29:55.110Z | file vendor vendor darwinsys |
| 1236 | 2026-08-25T07:29:55.110Z | file system system illumos |
| 1237 | 2026-08-25T07:29:55.110Z | gcc vendor 14 vendor |
| 1238 | 2026-08-25T07:29:55.110Z | gcc system 13 system |
| 1239 | 2026-08-25T07:29:55.110Z | gcc system 10 system |
| 1240 | 2026-08-25T07:29:55.110Z | go system 1.25 system |
| 1241 | 2026-08-25T07:29:55.110Z | llvm system 15 system |
| 1242 | 2026-08-25T07:29:55.110Z | mariadb system 11.4 system |
| 1243 | 2026-08-25T07:29:55.110Z | mta vendor vendor dma |
| 1244 | 2026-08-25T07:29:55.110Z | openjdk system 17 system |
| 1245 | 2026-08-25T07:29:55.110Z | openjdk system 11 system |
| 1246 | 2026-08-25T07:29:55.110Z | openssl vendor 3 vendor |
| 1247 | 2026-08-25T07:29:55.110Z | perl system 5.40 system |
| 1248 | 2026-08-25T07:29:55.110Z | postgresql system 18 system |
| 1249 | 2026-08-25T07:29:55.111Z | postgresql system 17 system |
| 1250 | 2026-08-25T07:29:55.111Z | python vendor 3 vendor |
| 1251 | 2026-08-25T07:29:55.111Z | python system 2 system |
| 1252 | 2026-08-25T07:29:55.111Z | python3 vendor 3.13 vendor |
| 1253 | 2026-08-25T07:29:55.111Z | ruby system 3.4 system |
| 1254 | 2026-08-25T07:29:55.111Z | ruby system 3.0 system |
| 1255 | 2026-08-25T07:29:55.111Z | words vendor vendor american-english |
| 1256 | 2026-08-25T07:29:55.111Z | words system system australian-english |
| 1257 | 2026-08-25T07:29:55.111Z | words system system british-english |
| 1258 | 2026-08-25T07:29:55.111Z | words system system canadian-english |
| 1259 | 2026-08-25T07:29:55.111Z | words system system french |
| 1260 | 2026-08-25T07:29:55.111Z | words system system italian |
| 1261 | 2026-08-25T07:29:55.111Z | words system system ngerman |
| 1262 | 2026-08-25T07:29:55.111Z | words system system ogerman |
| 1263 | 2026-08-25T07:29:55.111Z | words system system spanish |
| 1264 | 2026-08-25T07:29:55.359Z | PUBLISHER TYPE STATUS P LOCATION |
| 1265 | 2026-08-25T07:29:55.360Z | helios origin online F https://pkg.oxide.computer/helios/3/dev/ |
| 1266 | 2026-08-25T07:29:55.855Z | FMRI IFO |
| 1267 | 2026-08-25T07:29:55.855Z | pkg://helios/developer/build-essential@11-3.0:20260212T145243Z im- |
| 1268 | 2026-08-25T07:29:55.855Z | pkg://helios/developer/pkg-config@0.29.2-3.0:20260212T145445Z i-- |
| 1269 | 2026-08-25T07:29:55.855Z | pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z im- |
| 1270 | 2026-08-25T07:29:55.855Z | pkg://helios/ooce/developer/clang-15@15.0.7-3.0:20260212T171836Z i-- |
| 1271 | 2026-08-25T07:29:55.855Z | pkg://helios/ooce/developer/cmake@4.2.3-3.0:20260212T164558Z i-- |
| 1272 | 2026-08-25T07:29:55.855Z | pkg://helios/ooce/library/postgresql-18@18.1-3.0:20260217T162247Z i-- |
| 1273 | 2026-08-25T07:29:55.855Z | pkg://helios/package/pkg@0.5.11-3.0:20260212T150754Z i-- |
| 1274 | 2026-08-25T07:29:55.855Z | pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z i-- |
| 1275 | 2026-08-25T07:29:55.855Z | pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z i-- |
| 1276 | 2026-08-25T07:29:56.484Z | Downloading crates ... |
| 1277 | 2026-08-25T07:29:56.528Z | Downloaded cargo_toml v0.21.0 |
| 1278 | 2026-08-25T07:29:56.566Z | Compiling proc-macro2 v1.0.106 |
| 1279 | 2026-08-25T07:29:56.566Z | Compiling unicode-ident v1.0.24 |
| 1280 | 2026-08-25T07:29:56.570Z | Compiling quote v1.0.45 |
| 1281 | 2026-08-25T07:29:56.570Z | Compiling serde_core v1.0.229 |
| 1282 | 2026-08-25T07:29:56.571Z | Compiling libc v0.2.185 |
| 1283 | 2026-08-25T07:29:56.571Z | Compiling version_check v0.9.5 |
| 1284 | 2026-08-25T07:29:56.571Z | Compiling memchr v2.8.0 |
| 1285 | 2026-08-25T07:29:56.645Z | Compiling serde v1.0.229 |
| 1286 | 2026-08-25T07:29:56.649Z | Compiling zmij v1.0.21 |
| 1287 | 2026-08-25T07:29:56.649Z | Compiling itoa v1.0.17 |
| 1288 | 2026-08-25T07:29:56.649Z | Compiling thiserror v1.0.69 |
| 1289 | 2026-08-25T07:29:56.655Z | Compiling ucd-trie v0.1.7 |
| 1290 | 2026-08-25T07:29:56.659Z | Compiling rustix v1.1.4 |
| 1291 | 2026-08-25T07:29:56.659Z | Compiling byteorder v1.5.0 |
| 1292 | 2026-08-25T07:29:56.823Z | Compiling bitflags v2.11.0 |
| 1293 | 2026-08-25T07:29:56.892Z | Compiling serde_json v1.0.151 |
| 1294 | 2026-08-25T07:29:57.009Z | Compiling usdt-impl v0.5.0 |
| 1295 | 2026-08-25T07:29:57.023Z | Compiling proc-macro-error-attr v1.0.4 |
| 1296 | 2026-08-25T07:29:57.081Z | Compiling camino v1.2.5 |
| 1297 | 2026-08-25T07:29:57.161Z | Compiling pest v2.8.6 |
| 1298 | 2026-08-25T07:29:57.171Z | Compiling syn v1.0.109 |
| 1299 | 2026-08-25T07:29:57.216Z | Compiling proc-macro-error v1.0.4 |
| 1300 | 2026-08-25T07:29:57.220Z | Compiling hashbrown v0.17.0 |
| 1301 | 2026-08-25T07:29:57.294Z | Compiling log v0.4.33 |
| 1302 | 2026-08-25T07:29:57.313Z | Compiling equivalent v1.0.2 |
| 1303 | 2026-08-25T07:29:57.331Z | Compiling getrandom v0.4.3 |
| 1304 | 2026-08-25T07:29:57.397Z | Compiling utf8parse v0.2.2 |
| 1305 | 2026-08-25T07:29:57.397Z | Compiling plain v0.2.3 |
| 1306 | 2026-08-25T07:29:57.428Z | Compiling winnow v0.7.14 |
| 1307 | 2026-08-25T07:29:57.460Z | Compiling cfg-if v1.0.4 |
| 1308 | 2026-08-25T07:29:57.490Z | Compiling anstyle-parse v1.0.0 |
| 1309 | 2026-08-25T07:29:57.502Z | Compiling thiserror v2.0.18 |
| 1310 | 2026-08-25T07:29:57.526Z | Compiling anstyle-query v1.1.5 |
| 1311 | 2026-08-25T07:29:57.530Z | Compiling anstyle v1.0.14 |
| 1312 | 2026-08-25T07:29:57.545Z | Compiling toml_write v0.1.2 |
| 1313 | 2026-08-25T07:29:57.558Z | Compiling colorchoice v1.0.4 |
| 1314 | 2026-08-25T07:29:57.572Z | Compiling pretty-hex v0.4.1 |
| 1315 | 2026-08-25T07:29:57.653Z | Compiling errno v0.3.14 |
| 1316 | 2026-08-25T07:29:57.664Z | Compiling thread-id v4.2.2 |
| 1317 | 2026-08-25T07:29:57.677Z | Compiling autocfg v1.5.0 |
| 1318 | 2026-08-25T07:29:57.691Z | Compiling is_terminal_polyfill v1.70.2 |
| 1319 | 2026-08-25T07:29:57.731Z | Compiling heck v0.5.0 |
| 1320 | 2026-08-25T07:29:57.762Z | Compiling indexmap v2.14.0 |
| 1321 | 2026-08-25T07:29:57.783Z | Compiling anstream v1.0.0 |
| 1322 | 2026-08-25T07:29:57.799Z | Compiling fastrand v2.3.0 |
| 1323 | 2026-08-25T07:29:57.817Z | Compiling strsim v0.11.1 |
| 1324 | 2026-08-25T07:29:57.827Z | Compiling clap_lex v1.0.0 |
| 1325 | 2026-08-25T07:29:57.843Z | Compiling unicode-width v0.1.14 |
| 1326 | 2026-08-25T07:29:58.003Z | Compiling fnv v1.0.7 |
| 1327 | 2026-08-25T07:29:58.146Z | Compiling syn v2.0.117 |
| 1328 | 2026-08-25T07:29:58.177Z | Compiling syn v3.0.3 |
| 1329 | 2026-08-25T07:29:58.177Z | Compiling anyhow v1.0.104 |
| 1330 | 2026-08-25T07:29:58.177Z | Compiling fs-err v3.3.0 |
| 1331 | 2026-08-25T07:29:58.177Z | Compiling once_cell v1.21.3 |
| 1332 | 2026-08-25T07:29:58.177Z | Compiling heck v0.4.1 |
| 1333 | 2026-08-25T07:29:58.202Z | Compiling bytecount v0.6.9 |
| 1334 | 2026-08-25T07:29:58.230Z | Compiling memmap v0.7.0 |
| 1335 | 2026-08-25T07:29:58.345Z | Compiling pest_meta v2.8.6 |
| 1336 | 2026-08-25T07:29:58.389Z | Compiling papergrid v0.11.0 |
| 1337 | 2026-08-25T07:29:58.395Z | Compiling smawk v0.3.2 |
| 1338 | 2026-08-25T07:29:58.415Z | Compiling unicode-width v0.2.0 |
| 1339 | 2026-08-25T07:29:58.422Z | Compiling unicode-linebreak v0.1.5 |
| 1340 | 2026-08-25T07:29:58.515Z | Compiling swrite v0.1.0 |
| 1341 | 2026-08-25T07:29:58.643Z | Compiling terminal_size v0.4.3 |
| 1342 | 2026-08-25T07:29:58.643Z | Compiling tempfile v3.27.0 |
| 1343 | 2026-08-25T07:29:58.740Z | Compiling clap_builder v4.6.0 |
| 1344 | 2026-08-25T07:29:58.740Z | Compiling textwrap v0.16.2 |
| 1345 | 2026-08-25T07:29:58.979Z | Compiling cargo-platform v0.3.2 |
| 1346 | 2026-08-25T07:29:58.979Z | Compiling semver v1.0.28 |
| 1347 | 2026-08-25T07:29:59.280Z | Compiling camino-tempfile v1.4.1 |
| 1348 | 2026-08-25T07:29:59.670Z | Compiling tabled_derive v0.7.0 |
| 1349 | 2026-08-25T07:29:59.705Z | Compiling serde_derive v1.0.229 |
| 1350 | 2026-08-25T07:30:00.280Z | Compiling pest_generator v2.8.6 |
| 1351 | 2026-08-25T07:30:00.381Z | Compiling tabled v0.15.0 |
| 1352 | 2026-08-25T07:30:00.813Z | Compiling thiserror-impl v1.0.69 |
| 1353 | 2026-08-25T07:30:00.827Z | Compiling zerocopy-derive v0.7.35 |
| 1354 | 2026-08-25T07:30:00.827Z | Compiling scroll_derive v0.12.1 |
| 1355 | 2026-08-25T07:30:00.827Z | Compiling thiserror-impl v2.0.18 |
| 1356 | 2026-08-25T07:30:00.827Z | Compiling clap_derive v4.6.1 |
| 1357 | 2026-08-25T07:30:00.827Z | Compiling pest_derive v2.8.6 |
| 1358 | 2026-08-25T07:30:01.423Z | Compiling scroll v0.12.0 |
| 1359 | 2026-08-25T07:30:01.532Z | Compiling zerocopy v0.7.35 |
| 1360 | 2026-08-25T07:30:01.659Z | Compiling goblin v0.8.2 |
| 1361 | 2026-08-25T07:30:01.817Z | Compiling dtrace-parser v0.2.0 |
| 1362 | 2026-08-25T07:30:02.038Z | Compiling toml_datetime v0.6.11 |
| 1363 | 2026-08-25T07:30:02.038Z | Compiling serde_spanned v0.6.9 |
| 1364 | 2026-08-25T07:30:02.038Z | Compiling cargo_metadata v0.23.1 |
| 1365 | 2026-08-25T07:30:02.095Z | Compiling macaddr v1.0.1 |
| 1366 | 2026-08-25T07:30:02.095Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1367 | 2026-08-25T07:30:02.095Z | Compiling dof v0.3.0 |
| 1368 | 2026-08-25T07:30:02.095Z | Compiling serde_tokenstream v0.2.3 |
| 1369 | 2026-08-25T07:30:02.123Z | Compiling clap v4.6.1 |
| 1370 | 2026-08-25T07:30:02.218Z | Compiling toml_edit v0.22.27 |
| 1371 | 2026-08-25T07:30:02.796Z | Compiling usdt-macro v0.5.0 |
| 1372 | 2026-08-25T07:30:02.796Z | Compiling usdt-attr-macro v0.5.0 |
| 1373 | 2026-08-25T07:30:03.571Z | Compiling toml v0.8.23 |
| 1374 | 2026-08-25T07:30:03.877Z | Compiling cargo_toml v0.21.0 |
| 1375 | 2026-08-25T07:30:04.210Z | Compiling usdt v0.5.0 |
| 1376 | 2026-08-25T07:30:05.094Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1377 | 2026-08-25T07:30:07.344Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.12s |
| 1378 | 2026-08-25T07:30:07.442Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1379 | 2026-08-25T07:30:08.003Z | Compiling serde_core v1.0.229 |
| 1380 | 2026-08-25T07:30:08.003Z | Compiling libc v0.2.185 |
| 1381 | 2026-08-25T07:30:08.003Z | Compiling serde v1.0.229 |
| 1382 | 2026-08-25T07:30:08.052Z | Compiling log v0.4.33 |
| 1383 | 2026-08-25T07:30:08.052Z | Compiling smallvec v1.15.1 |
| 1384 | 2026-08-25T07:30:08.053Z | Compiling shlex v1.3.0 |
| 1385 | 2026-08-25T07:30:08.122Z | Compiling find-msvc-tools v0.1.9 |
| 1386 | 2026-08-25T07:30:08.157Z | Compiling subtle v2.6.1 |
| 1387 | 2026-08-25T07:30:08.194Z | Compiling scopeguard v1.2.0 |
| 1388 | 2026-08-25T07:30:08.194Z | Compiling stable_deref_trait v1.2.1 |
| 1389 | 2026-08-25T07:30:08.195Z | Compiling zerocopy v0.8.55 |
| 1390 | 2026-08-25T07:30:08.378Z | Compiling typenum v1.20.1 |
| 1391 | 2026-08-25T07:30:08.378Z | Compiling portable-atomic v1.13.1 |
| 1392 | 2026-08-25T07:30:08.569Z | Compiling serde_json v1.0.151 |
| 1393 | 2026-08-25T07:30:08.569Z | Compiling syn v2.0.117 |
| 1394 | 2026-08-25T07:30:08.569Z | Compiling syn v3.0.3 |
| 1395 | 2026-08-25T07:30:08.569Z | Compiling lock_api v0.4.14 |
| 1396 | 2026-08-25T07:30:08.569Z | Compiling critical-section v1.2.0 |
| 1397 | 2026-08-25T07:30:08.569Z | Compiling libm v0.2.16 |
| 1398 | 2026-08-25T07:30:08.569Z | Compiling num-traits v0.2.19 |
| 1399 | 2026-08-25T07:30:08.569Z | Compiling pkg-config v0.3.32 |
| 1400 | 2026-08-25T07:30:08.569Z | Compiling getrandom v0.4.3 |
| 1401 | 2026-08-25T07:30:08.646Z | Compiling generic-array v0.14.7 |
| 1402 | 2026-08-25T07:30:08.646Z | Compiling parking_lot_core v0.9.12 |
| 1403 | 2026-08-25T07:30:08.646Z | Compiling pin-project-lite v0.2.17 |
| 1404 | 2026-08-25T07:30:08.646Z | Compiling const-oid v0.9.6 |
| 1405 | 2026-08-25T07:30:08.739Z | Compiling rand_core v0.10.0 |
| 1406 | 2026-08-25T07:30:08.838Z | Compiling writeable v0.6.2 |
| 1407 | 2026-08-25T07:30:08.838Z | Compiling percent-encoding v2.3.2 |
| 1408 | 2026-08-25T07:30:08.838Z | Compiling litemap v0.8.1 |
| 1409 | 2026-08-25T07:30:08.895Z | Compiling icu_normalizer_data v2.1.1 |
| 1410 | 2026-08-25T07:30:08.895Z | Compiling futures-core v0.3.32 |
| 1411 | 2026-08-25T07:30:08.895Z | Compiling icu_properties_data v2.1.2 |
| 1412 | 2026-08-25T07:30:09.184Z | Compiling rustix v1.1.4 |
| 1413 | 2026-08-25T07:30:09.184Z | Compiling getrandom v0.3.4 |
| 1414 | 2026-08-25T07:30:09.301Z | Compiling utf8_iter v1.0.4 |
| 1415 | 2026-08-25T07:30:09.301Z | Compiling futures-sink v0.3.32 |
| 1416 | 2026-08-25T07:30:09.301Z | Compiling form_urlencoded v1.2.2 |
| 1417 | 2026-08-25T07:30:09.301Z | Compiling errno v0.3.14 |
| 1418 | 2026-08-25T07:30:09.301Z | Compiling jobserver v0.1.34 |
| 1419 | 2026-08-25T07:30:09.301Z | Compiling getrandom v0.2.17 |
| 1420 | 2026-08-25T07:30:09.301Z | Compiling signal-hook-registry v1.4.8 |
| 1421 | 2026-08-25T07:30:09.301Z | Compiling mio v1.2.0 |
| 1422 | 2026-08-25T07:30:09.302Z | Compiling cc v1.2.56 |
| 1423 | 2026-08-25T07:30:09.411Z | Compiling rand_core v0.6.4 |
| 1424 | 2026-08-25T07:30:09.411Z | Compiling once_cell v1.21.3 |
| 1425 | 2026-08-25T07:30:09.411Z | Compiling parking_lot v0.12.5 |
| 1426 | 2026-08-25T07:30:09.483Z | Compiling socket2 v0.6.3 |
| 1427 | 2026-08-25T07:30:09.483Z | Compiling futures-channel v0.3.32 |
| 1428 | 2026-08-25T07:30:09.483Z | Compiling slab v0.4.12 |
| 1429 | 2026-08-25T07:30:09.483Z | Compiling futures-io v0.3.32 |
| 1430 | 2026-08-25T07:30:09.545Z | Compiling futures-task v0.3.32 |
| 1431 | 2026-08-25T07:30:09.632Z | Compiling rustversion v1.0.22 |
| 1432 | 2026-08-25T07:30:09.632Z | Compiling iana-time-zone v0.1.65 |
| 1433 | 2026-08-25T07:30:09.757Z | Compiling base64ct v1.8.3 |
| 1434 | 2026-08-25T07:30:09.757Z | Compiling regex-syntax v0.8.10 |
| 1435 | 2026-08-25T07:30:09.757Z | Compiling flagset v0.4.7 |
| 1436 | 2026-08-25T07:30:09.757Z | Compiling dunce v1.0.5 |
| 1437 | 2026-08-25T07:30:09.758Z | Compiling ident_case v1.0.1 |
| 1438 | 2026-08-25T07:30:09.867Z | Compiling fs_extra v1.3.0 |
| 1439 | 2026-08-25T07:30:09.931Z | Compiling rand_core v0.9.5 |
| 1440 | 2026-08-25T07:30:09.931Z | Compiling base64 v0.22.1 |
| 1441 | 2026-08-25T07:30:09.931Z | Compiling dyn-clone v1.0.20 |
| 1442 | 2026-08-25T07:30:09.931Z | Compiling vcpkg v0.2.15 |
| 1443 | 2026-08-25T07:30:09.931Z | Compiling schemars v0.8.22 |
| 1444 | 2026-08-25T07:30:09.931Z | Compiling pem-rfc7468 v0.7.0 |
| 1445 | 2026-08-25T07:30:09.931Z | Compiling syn v1.0.109 |
| 1446 | 2026-08-25T07:30:09.988Z | Compiling tracing-core v0.1.36 |
| 1447 | 2026-08-25T07:30:10.012Z | Compiling cmake v0.1.57 |
| 1448 | 2026-08-25T07:30:10.082Z | Compiling cpufeatures v0.2.17 |
| 1449 | 2026-08-25T07:30:10.120Z | Compiling simd-adler32 v0.3.8 |
| 1450 | 2026-08-25T07:30:10.120Z | Compiling aws-lc-rs v1.16.3 |
| 1451 | 2026-08-25T07:30:10.145Z | Compiling spin v0.9.8 |
| 1452 | 2026-08-25T07:30:10.178Z | Compiling adler2 v2.0.1 |
| 1453 | 2026-08-25T07:30:10.203Z | Compiling openssl-probe v0.2.1 |
| 1454 | 2026-08-25T07:30:10.225Z | Compiling cmov v0.5.4 |
| 1455 | 2026-08-25T07:30:10.270Z | Compiling bitflags v2.11.0 |
| 1456 | 2026-08-25T07:30:10.371Z | Compiling semver v1.0.28 |
| 1457 | 2026-08-25T07:30:10.393Z | Compiling indexmap v2.14.0 |
| 1458 | 2026-08-25T07:30:10.441Z | Compiling uuid v1.23.4 |
| 1459 | 2026-08-25T07:30:10.513Z | Compiling httparse v1.10.1 |
| 1460 | 2026-08-25T07:30:10.513Z | Compiling tinyvec_macros v0.1.1 |
| 1461 | 2026-08-25T07:30:10.562Z | Compiling crc32fast v1.5.0 |
| 1462 | 2026-08-25T07:30:10.628Z | Compiling tinyvec v1.10.0 |
| 1463 | 2026-08-25T07:30:10.629Z | Compiling ctutils v0.4.2 |
| 1464 | 2026-08-25T07:30:10.920Z | Compiling rustc_version v0.4.1 |
| 1465 | 2026-08-25T07:30:10.920Z | Compiling miniz_oxide v0.8.9 |
| 1466 | 2026-08-25T07:30:11.218Z | Compiling aho-corasick v1.1.4 |
| 1467 | 2026-08-25T07:30:11.218Z | Compiling tower-service v0.3.3 |
| 1468 | 2026-08-25T07:30:11.218Z | Compiling aws-lc-sys v0.40.0 |
| 1469 | 2026-08-25T07:30:11.218Z | Compiling openssl-sys v0.9.117 |
| 1470 | 2026-08-25T07:30:11.218Z | Compiling untrusted v0.7.1 |
| 1471 | 2026-08-25T07:30:11.218Z | Compiling tower-layer v0.3.3 |
| 1472 | 2026-08-25T07:30:11.418Z | Compiling atomic-waker v1.1.2 |
| 1473 | 2026-08-25T07:30:11.419Z | Compiling try-lock v0.2.5 |
| 1474 | 2026-08-25T07:30:11.419Z | Compiling radium v0.7.0 |
| 1475 | 2026-08-25T07:30:11.419Z | Compiling want v0.3.1 |
| 1476 | 2026-08-25T07:30:11.419Z | Compiling wait-timeout v0.2.1 |
| 1477 | 2026-08-25T07:30:11.419Z | Compiling rustls v0.23.41 |
| 1478 | 2026-08-25T07:30:11.472Z | Compiling synstructure v0.13.2 |
| 1479 | 2026-08-25T07:30:11.472Z | Compiling serde_derive_internals v0.29.1 |
| 1480 | 2026-08-25T07:30:11.472Z | Compiling pest_generator v2.8.6 |
| 1481 | 2026-08-25T07:30:11.472Z | Compiling darling_core v0.20.11 |
| 1482 | 2026-08-25T07:30:11.472Z | Compiling untrusted v0.9.0 |
| 1483 | 2026-08-25T07:30:11.509Z | Compiling tempfile v3.27.0 |
| 1484 | 2026-08-25T07:30:11.509Z | Compiling terminal_size v0.4.3 |
| 1485 | 2026-08-25T07:30:11.552Z | Compiling quick-error v1.2.3 |
| 1486 | 2026-08-25T07:30:11.608Z | Compiling httpdate v1.0.3 |
| 1487 | 2026-08-25T07:30:11.684Z | Compiling regex-automata v0.4.14 |
| 1488 | 2026-08-25T07:30:11.734Z | Compiling bit-vec v0.8.0 |
| 1489 | 2026-08-25T07:30:11.802Z | Compiling maybe-uninit v2.0.0 |
| 1490 | 2026-08-25T07:30:11.802Z | Compiling tap v1.0.1 |
| 1491 | 2026-08-25T07:30:11.832Z | Compiling openssl v0.10.80 |
| 1492 | 2026-08-25T07:30:11.847Z | Compiling foreign-types-shared v0.1.1 |
| 1493 | 2026-08-25T07:30:11.869Z | Compiling bit-set v0.8.0 |
| 1494 | 2026-08-25T07:30:11.901Z | Compiling wyz v0.5.1 |
| 1495 | 2026-08-25T07:30:12.026Z | Compiling serde_derive v1.0.229 |
| 1496 | 2026-08-25T07:30:12.098Z | Compiling foreign-types v0.3.2 |
| 1497 | 2026-08-25T07:30:12.188Z | Compiling rusty-fork v0.3.1 |
| 1498 | 2026-08-25T07:30:12.189Z | Compiling unicode-normalization v0.1.25 |
| 1499 | 2026-08-25T07:30:12.189Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 1500 | 2026-08-25T07:30:12.189Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1501 | 2026-08-25T07:30:12.189Z | Compiling num-integer v0.1.46 |
| 1502 | 2026-08-25T07:30:12.407Z | Compiling rand_xorshift v0.4.0 |
| 1503 | 2026-08-25T07:30:12.407Z | Compiling ahash v0.8.12 |
| 1504 | 2026-08-25T07:30:12.449Z | Compiling paste v1.0.15 |
| 1505 | 2026-08-25T07:30:12.449Z | Compiling num-conv v0.2.0 |
| 1506 | 2026-08-25T07:30:12.449Z | Compiling packed_struct v0.10.1 |
| 1507 | 2026-08-25T07:30:12.449Z | Compiling num-bigint-dig v0.8.6 |
| 1508 | 2026-08-25T07:30:12.449Z | Compiling powerfmt v0.2.0 |
| 1509 | 2026-08-25T07:30:12.502Z | Compiling funty v2.0.0 |
| 1510 | 2026-08-25T07:30:12.534Z | Compiling unarray v0.1.4 |
| 1511 | 2026-08-25T07:30:12.534Z | Compiling time-core v0.1.8 |
| 1512 | 2026-08-25T07:30:12.534Z | Compiling native-tls v0.2.18 |
| 1513 | 2026-08-25T07:30:12.694Z | Compiling deranged v0.5.8 |
| 1514 | 2026-08-25T07:30:12.723Z | Compiling num-iter v0.1.45 |
| 1515 | 2026-08-25T07:30:12.723Z | Compiling clap_builder v4.6.0 |
| 1516 | 2026-08-25T07:30:12.723Z | Compiling time-macros v0.2.27 |
| 1517 | 2026-08-25T07:30:12.731Z | Compiling slog v2.8.2 |
| 1518 | 2026-08-25T07:30:12.745Z | Compiling lazy_static v1.5.0 |
| 1519 | 2026-08-25T07:30:12.779Z | Compiling sync_wrapper v1.0.2 |
| 1520 | 2026-08-25T07:30:12.796Z | Compiling indexmap v1.9.3 |
| 1521 | 2026-08-25T07:30:12.855Z | Compiling bitvec v1.0.1 |
| 1522 | 2026-08-25T07:30:12.885Z | Compiling siphasher v1.0.2 |
| 1523 | 2026-08-25T07:30:12.913Z | Compiling object v0.37.3 |
| 1524 | 2026-08-25T07:30:12.967Z | Compiling zeroize_derive v1.5.0 |
| 1525 | 2026-08-25T07:30:12.986Z | Compiling zerofrom-derive v0.1.6 |
| 1526 | 2026-08-25T07:30:13.049Z | Compiling zerocopy-derive v0.8.55 |
| 1527 | 2026-08-25T07:30:13.088Z | Compiling yoke-derive v0.8.1 |
| 1528 | 2026-08-25T07:30:13.314Z | Compiling zerovec-derive v0.11.2 |
| 1529 | 2026-08-25T07:30:13.625Z | Compiling displaydoc v0.2.5 |
| 1530 | 2026-08-25T07:30:13.652Z | Compiling tokio-macros v2.7.0 |
| 1531 | 2026-08-25T07:30:13.652Z | Compiling futures-macro v0.3.32 |
| 1532 | 2026-08-25T07:30:13.726Z | Compiling der_derive v0.7.3 |
| 1533 | 2026-08-25T07:30:13.778Z | Compiling thiserror-impl v2.0.18 |
| 1534 | 2026-08-25T07:30:14.364Z | Compiling schemars_derive v0.8.22 |
| 1535 | 2026-08-25T07:30:14.485Z | Compiling tracing-attributes v0.1.31 |
| 1536 | 2026-08-25T07:30:14.486Z | Compiling scroll_derive v0.13.1 |
| 1537 | 2026-08-25T07:30:14.554Z | Compiling pest_derive v2.8.6 |
| 1538 | 2026-08-25T07:30:14.554Z | Compiling darling_macro v0.20.11 |
| 1539 | 2026-08-25T07:30:14.554Z | Compiling thiserror-impl v1.0.69 |
| 1540 | 2026-08-25T07:30:14.554Z | Compiling zerofrom v0.1.6 |
| 1541 | 2026-08-25T07:30:14.554Z | Compiling futures-util v0.3.32 |
| 1542 | 2026-08-25T07:30:14.710Z | Compiling yoke v0.8.1 |
| 1543 | 2026-08-25T07:30:14.740Z | Compiling openssl-macros v0.1.1 |
| 1544 | 2026-08-25T07:30:14.962Z | Compiling zerovec v0.11.5 |
| 1545 | 2026-08-25T07:30:15.133Z | Compiling zerotrie v0.2.3 |
| 1546 | 2026-08-25T07:30:15.133Z | Compiling darling v0.20.11 |
| 1547 | 2026-08-25T07:30:15.221Z | Compiling packed_struct_codegen v0.10.1 |
| 1548 | 2026-08-25T07:30:15.324Z | Compiling thiserror v2.0.18 |
| 1549 | 2026-08-25T07:30:15.324Z | Compiling scroll v0.13.0 |
| 1550 | 2026-08-25T07:30:15.443Z | Compiling zerocopy-derive v0.6.6 |
| 1551 | 2026-08-25T07:30:15.443Z | Compiling zeroize v1.9.0 |
| 1552 | 2026-08-25T07:30:15.523Z | Compiling bytes v1.11.1 |
| 1553 | 2026-08-25T07:30:15.523Z | Compiling tinystr v0.8.2 |
| 1554 | 2026-08-25T07:30:15.552Z | Compiling icu_locale_core v2.1.1 |
| 1555 | 2026-08-25T07:30:15.620Z | Compiling potential_utf v0.1.4 |
| 1556 | 2026-08-25T07:30:15.642Z | Compiling chrono v0.4.45 |
| 1557 | 2026-08-25T07:30:16.274Z | Compiling icu_collections v2.1.1 |
| 1558 | 2026-08-25T07:30:16.479Z | Compiling der v0.7.10 |
| 1559 | 2026-08-25T07:30:16.479Z | Compiling tracing v0.1.44 |
| 1560 | 2026-08-25T07:30:16.479Z | Compiling rustls-pki-types v1.14.0 |
| 1561 | 2026-08-25T07:30:16.479Z | Compiling hybrid-array v0.4.13 |
| 1562 | 2026-08-25T07:30:16.480Z | Compiling tokio v1.52.1 |
| 1563 | 2026-08-25T07:30:16.480Z | Compiling block-buffer v0.10.4 |
| 1564 | 2026-08-25T07:30:16.480Z | Compiling crypto-common v0.1.7 |
| 1565 | 2026-08-25T07:30:16.480Z | Compiling http v1.4.2 |
| 1566 | 2026-08-25T07:30:16.480Z | Compiling icu_provider v2.1.1 |
| 1567 | 2026-08-25T07:30:16.480Z | Compiling digest v0.10.7 |
| 1568 | 2026-08-25T07:30:16.480Z | Compiling ipnet v2.12.0 |
| 1569 | 2026-08-25T07:30:16.480Z | Compiling hex v0.4.3 |
| 1570 | 2026-08-25T07:30:16.481Z | Compiling thiserror v1.0.69 |
| 1571 | 2026-08-25T07:30:16.584Z | Compiling goblin v0.10.5 |
| 1572 | 2026-08-25T07:30:16.584Z | Compiling icu_normalizer v2.1.1 |
| 1573 | 2026-08-25T07:30:16.645Z | Compiling icu_properties v2.1.2 |
| 1574 | 2026-08-25T07:30:16.645Z | Compiling sha2 v0.10.9 |
| 1575 | 2026-08-25T07:30:16.686Z | Compiling signature v2.2.0 |
| 1576 | 2026-08-25T07:30:16.739Z | Compiling spki v0.7.3 |
| 1577 | 2026-08-25T07:30:16.817Z | Compiling http-body v1.0.1 |
| 1578 | 2026-08-25T07:30:16.845Z | Compiling hmac v0.12.1 |
| 1579 | 2026-08-25T07:30:16.900Z | Compiling pkcs8 v0.10.2 |
| 1580 | 2026-08-25T07:30:16.941Z | Compiling serde_spanned v0.6.9 |
| 1581 | 2026-08-25T07:30:17.000Z | Compiling toml_datetime v0.6.11 |
| 1582 | 2026-08-25T07:30:17.039Z | Compiling bitfield-macros v0.19.4 |
| 1583 | 2026-08-25T07:30:17.064Z | Compiling clap_derive v4.6.1 |
| 1584 | 2026-08-25T07:30:17.064Z | Compiling crossbeam-utils v0.8.21 |
| 1585 | 2026-08-25T07:30:17.081Z | Compiling num_threads v0.1.7 |
| 1586 | 2026-08-25T07:30:17.097Z | Compiling usdt-impl v0.6.0 |
| 1587 | 2026-08-25T07:30:17.124Z | Compiling unicode-segmentation v1.12.0 |
| 1588 | 2026-08-25T07:30:17.193Z | Compiling nodrop v0.1.14 |
| 1589 | 2026-08-25T07:30:17.224Z | Compiling zlib-rs v0.6.2 |
| 1590 | 2026-08-25T07:30:17.261Z | Compiling crc-catalog v2.4.0 |
| 1591 | 2026-08-25T07:30:17.321Z | Compiling array-init v0.0.4 |
| 1592 | 2026-08-25T07:30:17.394Z | Compiling time v0.3.47 |
| 1593 | 2026-08-25T07:30:17.510Z | Compiling crc v3.4.0 |
| 1594 | 2026-08-25T07:30:17.511Z | Compiling pkcs1 v0.7.5 |
| 1595 | 2026-08-25T07:30:17.566Z | Compiling idna_adapter v1.2.1 |
| 1596 | 2026-08-25T07:30:18.173Z | Compiling ppv-lite86 v0.2.21 |
| 1597 | 2026-08-25T07:30:18.387Z | Compiling idna v1.1.0 |
| 1598 | 2026-08-25T07:30:18.387Z | Compiling bitfield v0.19.4 |
| 1599 | 2026-08-25T07:30:18.388Z | Compiling http-body-util v0.1.3 |
| 1600 | 2026-08-25T07:30:18.388Z | Compiling zerocopy v0.6.6 |
| 1601 | 2026-08-25T07:30:18.388Z | Compiling erased-serde v0.3.31 |
| 1602 | 2026-08-25T07:30:18.388Z | Compiling rand_chacha v0.9.0 |
| 1603 | 2026-08-25T07:30:18.388Z | Compiling url v2.5.8 |
| 1604 | 2026-08-25T07:30:18.388Z | Compiling rand_chacha v0.3.1 |
| 1605 | 2026-08-25T07:30:18.388Z | Compiling dtrace-parser v0.3.0 |
| 1606 | 2026-08-25T07:30:18.533Z | Compiling rand v0.9.2 |
| 1607 | 2026-08-25T07:30:18.533Z | Compiling rand v0.8.6 |
| 1608 | 2026-08-25T07:30:18.533Z | Compiling derive_builder_core v0.20.2 |
| 1609 | 2026-08-25T07:30:18.756Z | Compiling scroll_derive v0.12.1 |
| 1610 | 2026-08-25T07:30:18.803Z | Compiling structmeta-derive v0.3.0 |
| 1611 | 2026-08-25T07:30:18.857Z | Compiling clap v4.6.1 |
| 1612 | 2026-08-25T07:30:19.000Z | Compiling proptest v1.11.0 |
| 1613 | 2026-08-25T07:30:19.000Z | Compiling smallvec v0.6.14 |
| 1614 | 2026-08-25T07:30:19.079Z | Compiling daft-derive v0.1.8 |
| 1615 | 2026-08-25T07:30:19.116Z | Compiling darling_core v0.23.0 |
| 1616 | 2026-08-25T07:30:19.189Z | Compiling heapless v0.7.17 |
| 1617 | 2026-08-25T07:30:19.266Z | Compiling dof v0.4.0 |
| 1618 | 2026-08-25T07:30:19.318Z | Compiling thread-id v5.1.0 |
| 1619 | 2026-08-25T07:30:19.416Z | Compiling env_filter v2.0.0 |
| 1620 | 2026-08-25T07:30:19.482Z | Compiling ipnetwork v0.21.1 |
| 1621 | 2026-08-25T07:30:19.482Z | Compiling cookie v0.18.1 |
| 1622 | 2026-08-25T07:30:19.631Z | Compiling unicode-bidi v0.3.18 |
| 1623 | 2026-08-25T07:30:20.260Z | Compiling oxnet v0.1.6 |
| 1624 | 2026-08-25T07:30:20.260Z | Compiling gimli v0.32.3 |
| 1625 | 2026-08-25T07:30:20.260Z | Compiling signal-hook v0.3.18 |
| 1626 | 2026-08-25T07:30:20.495Z | Compiling ryu v1.0.23 |
| 1627 | 2026-08-25T07:30:20.495Z | Compiling anyhow v1.0.104 |
| 1628 | 2026-08-25T07:30:20.495Z | Compiling tokio-util v0.7.18 |
| 1629 | 2026-08-25T07:30:20.495Z | Compiling tower v0.5.3 |
| 1630 | 2026-08-25T07:30:20.495Z | Compiling iri-string v0.7.10 |
| 1631 | 2026-08-25T07:30:20.495Z | Compiling hashbrown v0.12.3 |
| 1632 | 2026-08-25T07:30:20.495Z | Compiling flate2 v1.1.9 |
| 1633 | 2026-08-25T07:30:20.495Z | Compiling base64 v0.21.7 |
| 1634 | 2026-08-25T07:30:20.495Z | Compiling zstd-safe v7.2.4 |
| 1635 | 2026-08-25T07:30:20.582Z | Compiling unicode-properties v0.1.4 |
| 1636 | 2026-08-25T07:30:20.582Z | Compiling winnow v0.5.40 |
| 1637 | 2026-08-25T07:30:20.582Z | Compiling allocator-api2 v0.2.21 |
| 1638 | 2026-08-25T07:30:20.768Z | Compiling ron v0.8.1 |
| 1639 | 2026-08-25T07:30:20.768Z | Compiling rsa v0.9.10 |
| 1640 | 2026-08-25T07:30:20.803Z | Compiling h2 v0.4.15 |
| 1641 | 2026-08-25T07:30:20.842Z | Compiling stringprep v0.1.5 |
| 1642 | 2026-08-25T07:30:20.842Z | Compiling serde_urlencoded v0.7.1 |
| 1643 | 2026-08-25T07:30:21.071Z | Compiling structmeta v0.3.0 |
| 1644 | 2026-08-25T07:30:21.409Z | Compiling tokio-native-tls v0.3.1 |
| 1645 | 2026-08-25T07:30:21.409Z | Compiling env_logger v0.11.11 |
| 1646 | 2026-08-25T07:30:21.562Z | Compiling tower-http v0.6.8 |
| 1647 | 2026-08-25T07:30:21.562Z | Compiling scroll v0.12.0 |
| 1648 | 2026-08-25T07:30:21.562Z | Compiling derive_builder_macro v0.20.2 |
| 1649 | 2026-08-25T07:30:21.706Z | Compiling newtype-uuid v1.3.2 |
| 1650 | 2026-08-25T07:30:21.706Z | Compiling addr2line v0.25.1 |
| 1651 | 2026-08-25T07:30:21.706Z | Compiling serde-hex v0.1.0 |
| 1652 | 2026-08-25T07:30:21.706Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1653 | 2026-08-25T07:30:21.776Z | Compiling darling_macro v0.23.0 |
| 1654 | 2026-08-25T07:30:21.862Z | Compiling daft v0.1.8 |
| 1655 | 2026-08-25T07:30:21.923Z | Compiling toml_edit v0.19.15 |
| 1656 | 2026-08-25T07:30:21.923Z | Compiling bzip2 v0.4.4 |
| 1657 | 2026-08-25T07:30:21.923Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1658 | 2026-08-25T07:30:22.523Z | Compiling hashbrown v0.13.2 |
| 1659 | 2026-08-25T07:30:22.595Z | Compiling camino v1.2.5 |
| 1660 | 2026-08-25T07:30:22.595Z | Compiling x509-cert v0.2.5 |
| 1661 | 2026-08-25T07:30:22.595Z | Compiling block-buffer v0.12.1 |
| 1662 | 2026-08-25T07:30:22.595Z | Compiling block-padding v0.4.2 |
| 1663 | 2026-08-25T07:30:22.595Z | Compiling crypto-common v0.2.2 |
| 1664 | 2026-08-25T07:30:22.595Z | Compiling md-5 v0.10.6 |
| 1665 | 2026-08-25T07:30:22.595Z | Compiling rustls-native-certs v0.8.3 |
| 1666 | 2026-08-25T07:30:22.595Z | Compiling serde_tokenstream v0.2.3 |
| 1667 | 2026-08-25T07:30:22.595Z | Compiling bstr v1.12.1 |
| 1668 | 2026-08-25T07:30:22.595Z | Compiling pin-project-internal v1.1.11 |
| 1669 | 2026-08-25T07:30:22.596Z | Compiling zerocopy-derive v0.7.35 |
| 1670 | 2026-08-25T07:30:22.684Z | Compiling async-trait v0.1.89 |
| 1671 | 2026-08-25T07:30:23.051Z | Compiling curve25519-dalek v4.1.3 |
| 1672 | 2026-08-25T07:30:23.152Z | Compiling vergen-lib v9.1.0 |
| 1673 | 2026-08-25T07:30:23.649Z | Compiling hash32 v0.2.1 |
| 1674 | 2026-08-25T07:30:23.759Z | Compiling memoffset v0.9.1 |
| 1675 | 2026-08-25T07:30:23.759Z | Compiling encoding_rs v0.8.35 |
| 1676 | 2026-08-25T07:30:23.759Z | Compiling mime v0.3.17 |
| 1677 | 2026-08-25T07:30:23.759Z | Compiling litrs v1.0.0 |
| 1678 | 2026-08-25T07:30:23.759Z | Compiling cfg_aliases v0.2.1 |
| 1679 | 2026-08-25T07:30:23.759Z | Compiling rustix v0.38.44 |
| 1680 | 2026-08-25T07:30:23.759Z | Compiling smoltcp v0.9.1 |
| 1681 | 2026-08-25T07:30:23.759Z | Compiling psl-types v2.0.11 |
| 1682 | 2026-08-25T07:30:23.796Z | Compiling owo-colors v4.3.0 |
| 1683 | 2026-08-25T07:30:23.796Z | Compiling crc-any v2.5.0 |
| 1684 | 2026-08-25T07:30:23.796Z | Compiling rustc-demangle v0.1.27 |
| 1685 | 2026-08-25T07:30:23.817Z | Compiling ref-cast v1.0.25 |
| 1686 | 2026-08-25T07:30:24.031Z | Compiling hyper v1.10.1 |
| 1687 | 2026-08-25T07:30:24.067Z | Compiling fallible-iterator v0.2.0 |
| 1688 | 2026-08-25T07:30:24.067Z | Compiling document-features v0.2.12 |
| 1689 | 2026-08-25T07:30:24.105Z | Compiling publicsuffix v2.3.0 |
| 1690 | 2026-08-25T07:30:24.216Z | Compiling pin-project v1.1.11 |
| 1691 | 2026-08-25T07:30:24.216Z | Compiling nix v0.31.2 |
| 1692 | 2026-08-25T07:30:24.256Z | Compiling zerocopy v0.7.35 |
| 1693 | 2026-08-25T07:30:24.256Z | Compiling backtrace v0.3.76 |
| 1694 | 2026-08-25T07:30:24.331Z | Compiling postgres-protocol v0.6.10 |
| 1695 | 2026-08-25T07:30:24.437Z | Compiling toml v0.7.8 |
| 1696 | 2026-08-25T07:30:24.564Z | Compiling object v0.30.4 |
| 1697 | 2026-08-25T07:30:24.702Z | Compiling darling v0.23.0 |
| 1698 | 2026-08-25T07:30:24.702Z | Compiling inout v0.2.2 |
| 1699 | 2026-08-25T07:30:24.828Z | Compiling zip v0.6.6 |
| 1700 | 2026-08-25T07:30:24.829Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1701 | 2026-08-25T07:30:24.829Z | Compiling derive_builder v0.20.2 |
| 1702 | 2026-08-25T07:30:24.978Z | Compiling goblin v0.8.2 |
| 1703 | 2026-08-25T07:30:24.994Z | Compiling derive-ex v0.1.8 |
| 1704 | 2026-08-25T07:30:24.994Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 1705 | 2026-08-25T07:30:24.994Z | Compiling convert_case v0.10.0 |
| 1706 | 2026-08-25T07:30:25.009Z | Compiling futures-executor v0.3.32 |
| 1707 | 2026-08-25T07:30:25.035Z | Compiling hubpack_derive v0.1.1 |
| 1708 | 2026-08-25T07:30:25.216Z | Compiling hyper-util v0.1.20 |
| 1709 | 2026-08-25T07:30:25.283Z | Compiling regex v1.12.3 |
| 1710 | 2026-08-25T07:30:25.356Z | Compiling phf_shared v0.13.1 |
| 1711 | 2026-08-25T07:30:25.356Z | Compiling snafu-derive v0.8.9 |
| 1712 | 2026-08-25T07:30:25.426Z | Compiling ref-cast-impl v1.0.25 |
| 1713 | 2026-08-25T07:30:25.535Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1714 | 2026-08-25T07:30:25.572Z | Compiling strum_macros v0.27.2 |
| 1715 | 2026-08-25T07:30:25.572Z | Compiling vergen v9.1.0 |
| 1716 | 2026-08-25T07:30:25.667Z | Compiling cargo-platform v0.3.2 |
| 1717 | 2026-08-25T07:30:25.928Z | Compiling ff v0.13.1 |
| 1718 | 2026-08-25T07:30:26.070Z | Compiling fs-err v3.3.0 |
| 1719 | 2026-08-25T07:30:26.070Z | Compiling path-slash v0.1.5 |
| 1720 | 2026-08-25T07:30:26.070Z | Compiling base16ct v0.2.0 |
| 1721 | 2026-08-25T07:30:26.070Z | Compiling bumpalo v3.20.2 |
| 1722 | 2026-08-25T07:30:26.070Z | Compiling same-file v1.0.6 |
| 1723 | 2026-08-25T07:30:26.070Z | Compiling foldhash v0.2.0 |
| 1724 | 2026-08-25T07:30:26.070Z | Compiling bitflags v1.3.2 |
| 1725 | 2026-08-25T07:30:26.815Z | Compiling jiff-core v0.1.0 |
| 1726 | 2026-08-25T07:30:26.816Z | Compiling is_ci v1.2.0 |
| 1727 | 2026-08-25T07:30:26.816Z | Compiling managed v0.8.0 |
| 1728 | 2026-08-25T07:30:26.816Z | Compiling libbz2-rs-sys v0.2.2 |
| 1729 | 2026-08-25T07:30:26.929Z | Compiling foldhash v0.1.5 |
| 1730 | 2026-08-25T07:30:26.929Z | Compiling either v1.15.0 |
| 1731 | 2026-08-25T07:30:26.929Z | Compiling textwrap v0.16.2 |
| 1732 | 2026-08-25T07:30:26.929Z | Compiling hashbrown v0.15.5 |
| 1733 | 2026-08-25T07:30:26.929Z | Compiling supports-color v3.0.2 |
| 1734 | 2026-08-25T07:30:26.929Z | Compiling hashbrown v0.16.1 |
| 1735 | 2026-08-25T07:30:26.929Z | Compiling test-strategy v0.4.5 |
| 1736 | 2026-08-25T07:30:26.929Z | Compiling hyper-tls v0.6.0 |
| 1737 | 2026-08-25T07:30:26.999Z | Compiling jiff v0.2.34 |
| 1738 | 2026-08-25T07:30:26.999Z | Compiling reqwest v0.12.28 |
| 1739 | 2026-08-25T07:30:26.999Z | Compiling bzip2 v0.6.1 |
| 1740 | 2026-08-25T07:30:27.494Z | Compiling dof v0.3.0 |
| 1741 | 2026-08-25T07:30:27.516Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 1742 | 2026-08-25T07:30:27.516Z | Compiling zopfli v0.8.3 |
| 1743 | 2026-08-25T07:30:27.516Z | Compiling walkdir v2.5.0 |
| 1744 | 2026-08-25T07:30:27.516Z | Compiling snafu v0.8.9 |
| 1745 | 2026-08-25T07:30:27.516Z | Compiling sec1 v0.7.3 |
| 1746 | 2026-08-25T07:30:27.516Z | Compiling cargo_metadata v0.23.1 |
| 1747 | 2026-08-25T07:30:27.521Z | Compiling strum v0.27.2 |
| 1748 | 2026-08-25T07:30:27.628Z | Compiling group v0.13.0 |
| 1749 | 2026-08-25T07:30:27.779Z | Compiling hubpack v0.1.2 |
| 1750 | 2026-08-25T07:30:27.829Z | Compiling phf v0.13.1 |
| 1751 | 2026-08-25T07:30:27.829Z | Compiling derive_more-impl v2.1.1 |
| 1752 | 2026-08-25T07:30:28.185Z | Compiling futures v0.3.32 |
| 1753 | 2026-08-25T07:30:28.185Z | Compiling cookie_store v0.22.1 |
| 1754 | 2026-08-25T07:30:28.306Z | Compiling signal-hook-mio v0.2.5 |
| 1755 | 2026-08-25T07:30:28.306Z | Compiling zstd v0.13.3 |
| 1756 | 2026-08-25T07:30:28.306Z | Compiling cipher v0.5.2 |
| 1757 | 2026-08-25T07:30:28.306Z | Compiling serde_with_macros v3.21.0 |
| 1758 | 2026-08-25T07:30:28.306Z | Compiling postgres-types v0.2.12 |
| 1759 | 2026-08-25T07:30:28.306Z | Compiling backtrace-ext v0.2.1 |
| 1760 | 2026-08-25T07:30:28.389Z | Compiling globset v0.4.18 |
| 1761 | 2026-08-25T07:30:28.456Z | Compiling usdt-macro v0.6.0 |
| 1762 | 2026-08-25T07:30:28.611Z | Compiling usdt-attr-macro v0.6.0 |
| 1763 | 2026-08-25T07:30:28.666Z | Compiling byte-wrapper v0.1.0 |
| 1764 | 2026-08-25T07:30:28.763Z | Compiling ed25519 v2.2.3 |
| 1765 | 2026-08-25T07:30:28.897Z | Compiling hkdf v0.12.4 |
| 1766 | 2026-08-25T07:30:28.929Z | Compiling dtrace-parser v0.2.0 |
| 1767 | 2026-08-25T07:30:28.981Z | Compiling crypto-bigint v0.5.5 |
| 1768 | 2026-08-25T07:30:29.054Z | Compiling serde_plain v1.0.2 |
| 1769 | 2026-08-25T07:30:29.282Z | Compiling serde-big-array v0.5.1 |
| 1770 | 2026-08-25T07:30:29.283Z | Compiling olpc-cjson v0.1.4 |
| 1771 | 2026-08-25T07:30:29.563Z | Compiling phf_shared v0.11.3 |
| 1772 | 2026-08-25T07:30:29.563Z | Compiling strum_macros v0.26.4 |
| 1773 | 2026-08-25T07:30:29.563Z | Compiling serde_repr v0.1.20 |
| 1774 | 2026-08-25T07:30:29.563Z | Compiling async-recursion v1.1.1 |
| 1775 | 2026-08-25T07:30:29.563Z | Compiling miette-derive v7.6.0 |
| 1776 | 2026-08-25T07:30:29.563Z | Compiling enum-as-inner v0.6.1 |
| 1777 | 2026-08-25T07:30:29.563Z | Compiling float-cmp v0.10.0 |
| 1778 | 2026-08-25T07:30:29.563Z | Compiling pem v3.0.6 |
| 1779 | 2026-08-25T07:30:29.718Z | Compiling thread-id v4.2.2 |
| 1780 | 2026-08-25T07:30:29.718Z | Compiling memmap2 v0.9.10 |
| 1781 | 2026-08-25T07:30:29.718Z | Compiling data-encoding v2.10.0 |
| 1782 | 2026-08-25T07:30:29.718Z | Compiling const-oid v0.10.2 |
| 1783 | 2026-08-25T07:30:29.994Z | Compiling keccak v0.1.6 |
| 1784 | 2026-08-25T07:30:29.994Z | Compiling difflib v0.4.0 |
| 1785 | 2026-08-25T07:30:29.994Z | Compiling fixedbitset v0.5.7 |
| 1786 | 2026-08-25T07:30:30.167Z | Compiling cpufeatures v0.3.0 |
| 1787 | 2026-08-25T07:30:30.167Z | Compiling typed-path v0.9.3 |
| 1788 | 2026-08-25T07:30:30.167Z | Compiling winnow v1.0.3 |
| 1789 | 2026-08-25T07:30:30.167Z | Compiling predicates-core v1.0.10 |
| 1790 | 2026-08-25T07:30:30.167Z | Compiling supports-hyperlinks v3.2.0 |
| 1791 | 2026-08-25T07:30:30.477Z | Compiling supports-unicode v3.0.0 |
| 1792 | 2026-08-25T07:30:30.477Z | Compiling precomputed-hash v0.1.1 |
| 1793 | 2026-08-25T07:30:30.477Z | Compiling whoami v2.1.0 |
| 1794 | 2026-08-25T07:30:30.477Z | Compiling fixedbitset v0.4.2 |
| 1795 | 2026-08-25T07:30:31.023Z | Compiling static_assertions v1.1.0 |
| 1796 | 2026-08-25T07:30:31.024Z | Compiling normalize-line-endings v0.3.0 |
| 1797 | 2026-08-25T07:30:31.024Z | Compiling new_debug_unreachable v1.0.6 |
| 1798 | 2026-08-25T07:30:31.024Z | Compiling petgraph v0.6.5 |
| 1799 | 2026-08-25T07:30:31.024Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1800 | 2026-08-25T07:30:31.024Z | Compiling string_cache v0.8.9 |
| 1801 | 2026-08-25T07:30:31.024Z | Compiling tokio-postgres v0.7.16 |
| 1802 | 2026-08-25T07:30:31.024Z | Compiling predicates v3.1.4 |
| 1803 | 2026-08-25T07:30:31.024Z | Compiling toml_edit v0.22.27 |
| 1804 | 2026-08-25T07:30:31.024Z | Compiling miette v7.6.0 |
| 1805 | 2026-08-25T07:30:31.024Z | Compiling petgraph v0.8.3 |
| 1806 | 2026-08-25T07:30:31.024Z | Compiling elliptic-curve v0.13.8 |
| 1807 | 2026-08-25T07:30:31.024Z | Compiling hickory-proto v0.25.2 |
| 1808 | 2026-08-25T07:30:31.286Z | Compiling chacha20 v0.10.0 |
| 1809 | 2026-08-25T07:30:31.286Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 1810 | 2026-08-25T07:30:31.314Z | Compiling strum v0.26.3 |
| 1811 | 2026-08-25T07:30:31.315Z | Compiling sha3 v0.10.8 |
| 1812 | 2026-08-25T07:30:31.315Z | Compiling digest v0.11.3 |
| 1813 | 2026-08-25T07:30:31.315Z | Compiling usdt v0.6.0 |
| 1814 | 2026-08-25T07:30:31.315Z | Compiling usdt-impl v0.5.0 |
| 1815 | 2026-08-25T07:30:31.315Z | Compiling serde_with v3.21.0 |
| 1816 | 2026-08-25T07:30:31.315Z | Compiling crossterm v0.28.1 |
| 1817 | 2026-08-25T07:30:31.366Z | Compiling zip v4.6.1 |
| 1818 | 2026-08-25T07:30:31.458Z | Compiling ed25519-dalek v2.2.0 |
| 1819 | 2026-08-25T07:30:31.578Z | Compiling derive_more v2.1.1 |
| 1820 | 2026-08-25T07:30:31.642Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 1821 | 2026-08-25T07:30:31.925Z | Compiling iddqd v0.4.2 |
| 1822 | 2026-08-25T07:30:32.082Z | Compiling itertools v0.15.0 |
| 1823 | 2026-08-25T07:30:32.124Z | Compiling itertools v0.13.0 |
| 1824 | 2026-08-25T07:30:32.215Z | Compiling similar v2.7.0 |
| 1825 | 2026-08-25T07:30:32.366Z | Compiling crossbeam-epoch v0.9.18 |
| 1826 | 2026-08-25T07:30:33.432Z | Compiling oxide-generation v0.1.3 |
| 1827 | 2026-08-25T07:30:33.741Z | Compiling tokio-stream v0.1.18 |
| 1828 | 2026-08-25T07:30:33.741Z | Compiling buf-list v1.1.2 |
| 1829 | 2026-08-25T07:30:33.741Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1830 | 2026-08-25T07:30:33.741Z | Compiling heck v0.4.1 |
| 1831 | 2026-08-25T07:30:33.741Z | Compiling openapiv3 v2.2.0 |
| 1832 | 2026-08-25T07:30:33.741Z | Compiling lalrpop-util v0.19.12 |
| 1833 | 2026-08-25T07:30:33.741Z | Compiling peg-runtime v0.8.5 |
| 1834 | 2026-08-25T07:30:33.741Z | Compiling thread_local v1.1.9 |
| 1835 | 2026-08-25T07:30:33.742Z | Compiling slog-async v2.8.0 |
| 1836 | 2026-08-25T07:30:33.742Z | Compiling crossbeam-channel v0.5.15 |
| 1837 | 2026-08-25T07:30:33.742Z | Compiling filetime v0.2.27 |
| 1838 | 2026-08-25T07:30:33.742Z | Compiling is-terminal v0.4.17 |
| 1839 | 2026-08-25T07:30:33.742Z | Compiling take_mut v0.2.2 |
| 1840 | 2026-08-25T07:30:33.742Z | Compiling term v1.2.1 |
| 1841 | 2026-08-25T07:30:33.742Z | Compiling xattr v1.6.1 |
| 1842 | 2026-08-25T07:30:33.742Z | Compiling camino-tempfile v1.4.1 |
| 1843 | 2026-08-25T07:30:33.742Z | Compiling tar v0.4.46 |
| 1844 | 2026-08-25T07:30:33.841Z | Compiling slog-term v2.9.2 |
| 1845 | 2026-08-25T07:30:51.260Z | Compiling rustls-webpki v0.103.13 |
| 1846 | 2026-08-25T07:30:53.443Z | Compiling tokio-rustls v0.26.4 |
| 1847 | 2026-08-25T07:30:53.443Z | Compiling rustls-platform-verifier v0.6.2 |
| 1848 | 2026-08-25T07:30:53.444Z | Compiling tough v0.22.0 |
| 1849 | 2026-08-25T07:30:53.774Z | Compiling hyper-rustls v0.27.7 |
| 1850 | 2026-08-25T07:30:54.354Z | Compiling reqwest v0.13.2 |
| 1851 | 2026-08-25T07:30:56.399Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1852 | 2026-08-25T07:30:56.507Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1853 | 2026-08-25T07:30:59.215Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.89s |
| 1854 | 2026-08-25T07:30:59.409Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd maghemite-ddmd transceiver-control` |
| 1855 | 2026-08-25T07:30:59.578Z | Aug 25 07:30:58.200 INFO Starting download, target: Cockroach |
| 1856 | 2026-08-25T07:30:59.578Z | Aug 25 07:30:58.201 INFO Starting download, target: Console |
| 1857 | 2026-08-25T07:30:59.578Z | Aug 25 07:30:58.201 INFO Starting download, target: DendriteStub |
| 1858 | 2026-08-25T07:30:59.578Z | Aug 25 07:30:58.201 INFO Starting download, target: Clickhouse |
| 1859 | 2026-08-25T07:30:59.578Z | Aug 25 07:30:58.201 INFO Starting download, target: MaghemiteMgd |
| 1860 | 2026-08-25T07:30:59.579Z | Aug 25 07:30:58.201 INFO Starting download, target: MaghemiteDdmd |
| 1861 | 2026-08-25T07:30:59.579Z | Aug 25 07:30:58.201 INFO Starting download, target: TransceiverControl |
| 1862 | 2026-08-25T07:30:59.579Z | Aug 25 07:30:58.201 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1863 | 2026-08-25T07:30:59.579Z | Aug 25 07:30:58.201 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1864 | 2026-08-25T07:30:59.579Z | Aug 25 07:30:58.202 INFO Downloading out/downloads/mg-ddm.tar.gz (attempt 1/3), target: MaghemiteDdmd |
| 1865 | 2026-08-25T07:30:59.579Z | Aug 25 07:30:58.202 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1866 | 2026-08-25T07:30:59.579Z | Aug 25 07:30:58.202 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1867 | 2026-08-25T07:30:59.579Z | Aug 25 07:30:58.202 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1868 | 2026-08-25T07:30:59.579Z | Aug 25 07:30:58.202 INFO Downloading out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1869 | 2026-08-25T07:31:01.172Z | Aug 25 07:30:59.960 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1870 | 2026-08-25T07:31:01.413Z | Aug 25 07:31:00.045 INFO Unpacking out/downloads/clickhouse-v23.8.7.24-9244ab3.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1871 | 2026-08-25T07:31:01.557Z | Aug 25 07:31:00.207 INFO Download complete, target: Console |
| 1872 | 2026-08-25T07:31:07.940Z | Aug 25 07:31:06.797 INFO Checking that binary works, target: Clickhouse |
| 1873 | 2026-08-25T07:31:08.023Z | Aug 25 07:31:06.886 INFO Download complete, target: Clickhouse |
| 1874 | 2026-08-25T07:31:15.294Z | Aug 25 07:31:14.077 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1875 | 2026-08-25T07:31:15.442Z | Aug 25 07:31:14.291 INFO Download complete, target: TransceiverControl |
| 1876 | 2026-08-25T07:33:00.398Z | Aug 25 07:32:59.250 INFO Unpacking out/downloads/mg-ddm.tar.gz to out/downloads, target: MaghemiteDdmd |
| 1877 | 2026-08-25T07:33:02.317Z | Aug 25 07:33:01.196 INFO Download complete, target: MaghemiteDdmd |
| 1878 | 2026-08-25T07:33:15.082Z | Aug 25 07:33:13.970 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1879 | 2026-08-25T07:33:17.869Z | Aug 25 07:33:16.755 INFO Download complete, target: DendriteStub |
| 1880 | 2026-08-25T07:33:26.832Z | Aug 25 07:33:25.712 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1881 | 2026-08-25T07:33:29.549Z | Aug 25 07:33:28.427 INFO Download complete, target: MaghemiteMgd |
| 1882 | 2026-08-25T07:33:53.478Z | Aug 25 07:33:52.357 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1883 | 2026-08-25T07:33:53.478Z | Aug 25 07:33:52.357 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1884 | 2026-08-25T07:33:58.126Z | Aug 25 07:33:57.007 INFO Checking that binary works, target: Cockroach |
| 1885 | 2026-08-25T07:33:58.245Z | Aug 25 07:33:57.131 INFO Download complete, target: Cockroach |
| 1886 | 2026-08-25T07:33:58.258Z | All prerequisites installed successfully |
| 1887 | 2026-08-25T07:33:58.258Z | |
| 1888 | 2026-08-25T07:33:58.258Z | real 4:22.171744238 |
| 1889 | 2026-08-25T07:33:58.258Z | user 7:25.167294912 |
| 1890 | 2026-08-25T07:33:58.258Z | sys 1:43.619993744 |
| 1891 | 2026-08-25T07:33:58.258Z | trap 0.257552645 |
| 1892 | 2026-08-25T07:33:58.258Z | tflt 0.901189583 |
| 1893 | 2026-08-25T07:33:58.258Z | dflt 1.539123338 |
| 1894 | 2026-08-25T07:33:58.258Z | kflt 0.028870408 |
| 1895 | 2026-08-25T07:33:58.258Z | lock 1:44:01.463513712 |
| 1896 | 2026-08-25T07:33:58.258Z | slp 25:33.331283023 |
| 1897 | 2026-08-25T07:33:58.259Z | lat 29.078174183 |
| 1898 | 2026-08-25T07:33:58.259Z | stop 2:58.132636700 |
| 1899 | 2026-08-25T07:33:58.259Z | + source ./tools/include/force-git-over-https.sh |
| 1900 | 2026-08-25T07:33:58.259Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1901 | 2026-08-25T07:33:58.259Z | ++ (( i = 0 )) |
| 1902 | 2026-08-25T07:33:58.259Z | ++ (( i < 5 )) |
| 1903 | 2026-08-25T07:33:58.259Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1904 | 2026-08-25T07:33:58.259Z | ++ (( i++ )) |
| 1905 | 2026-08-25T07:33:58.259Z | ++ (( i < 5 )) |
| 1906 | 2026-08-25T07:33:58.259Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1907 | 2026-08-25T07:33:58.271Z | ++ (( i++ )) |
| 1908 | 2026-08-25T07:33:58.271Z | ++ (( i < 5 )) |
| 1909 | 2026-08-25T07:33:58.271Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1910 | 2026-08-25T07:33:58.271Z | ++ (( i++ )) |
| 1911 | 2026-08-25T07:33:58.271Z | ++ (( i < 5 )) |
| 1912 | 2026-08-25T07:33:58.271Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1913 | 2026-08-25T07:33:58.271Z | ++ (( i++ )) |
| 1914 | 2026-08-25T07:33:58.271Z | ++ (( i < 5 )) |
| 1915 | 2026-08-25T07:33:58.271Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1916 | 2026-08-25T07:33:58.271Z | ++ (( i++ )) |
| 1917 | 2026-08-25T07:33:58.271Z | ++ (( i < 5 )) |
| 1918 | 2026-08-25T07:33:58.271Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1919 | 2026-08-25T07:33:58.271Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1920 | 2026-08-25T07:33:58.271Z | + rc=0 |
| 1921 | 2026-08-25T07:33:58.271Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1922 | 2026-08-25T07:34:03.755Z | + case $rc in |
| 1923 | 2026-08-25T07:34:03.755Z | + pfexec zfs create -p rpool/images/build/host |
| 1924 | 2026-08-25T07:34:03.895Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1925 | 2026-08-25T07:34:03.944Z | + cargo xtask releng --output-dir /work --mkincorp --verify-debug-libraries |
| 1926 | 2026-08-25T07:34:04.403Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s |
| 1927 | 2026-08-25T07:34:04.422Z | Running `target/debug/xtask releng --output-dir /work --mkincorp --verify-debug-libraries` |
| 1928 | 2026-08-25T07:34:05.294Z | Compiling proc-macro2 v1.0.106 |
| 1929 | 2026-08-25T07:34:05.294Z | Compiling quote v1.0.45 |
| 1930 | 2026-08-25T07:34:05.299Z | Compiling unicode-ident v1.0.24 |
| 1931 | 2026-08-25T07:34:05.299Z | Compiling serde_core v1.0.229 |
| 1932 | 2026-08-25T07:34:05.299Z | Compiling libc v0.2.185 |
| 1933 | 2026-08-25T07:34:05.299Z | Compiling serde v1.0.229 |
| 1934 | 2026-08-25T07:34:05.299Z | Compiling cfg-if v1.0.4 |
| 1935 | 2026-08-25T07:34:05.299Z | Compiling autocfg v1.5.0 |
| 1936 | 2026-08-25T07:34:05.299Z | Compiling find-msvc-tools v0.1.9 |
| 1937 | 2026-08-25T07:34:05.299Z | Compiling shlex v1.3.0 |
| 1938 | 2026-08-25T07:34:05.299Z | Compiling version_check v0.9.5 |
| 1939 | 2026-08-25T07:34:05.429Z | Compiling zerocopy v0.8.55 |
| 1940 | 2026-08-25T07:34:05.432Z | Compiling portable-atomic v1.13.1 |
| 1941 | 2026-08-25T07:34:05.432Z | Compiling memchr v2.8.0 |
| 1942 | 2026-08-25T07:34:05.432Z | Compiling zmij v1.0.21 |
| 1943 | 2026-08-25T07:34:05.576Z | Compiling serde_json v1.0.151 |
| 1944 | 2026-08-25T07:34:05.712Z | Compiling libm v0.2.16 |
| 1945 | 2026-08-25T07:34:05.736Z | Compiling getrandom v0.4.3 |
| 1946 | 2026-08-25T07:34:05.789Z | Compiling generic-array v0.14.7 |
| 1947 | 2026-08-25T07:34:05.790Z | Compiling icu_properties_data v2.1.2 |
| 1948 | 2026-08-25T07:34:05.930Z | Compiling icu_normalizer_data v2.1.1 |
| 1949 | 2026-08-25T07:34:05.981Z | Compiling num-traits v0.2.19 |
| 1950 | 2026-08-25T07:34:05.985Z | Compiling parking_lot_core v0.9.12 |
| 1951 | 2026-08-25T07:34:06.016Z | Compiling pkg-config v0.3.32 |
| 1952 | 2026-08-25T07:34:06.045Z | Compiling smallvec v1.15.1 |
| 1953 | 2026-08-25T07:34:06.048Z | Compiling rustix v1.1.4 |
| 1954 | 2026-08-25T07:34:06.048Z | Compiling log v0.4.33 |
| 1955 | 2026-08-25T07:34:06.048Z | Compiling getrandom v0.3.4 |
| 1956 | 2026-08-25T07:34:06.048Z | Compiling itoa v1.0.17 |
| 1957 | 2026-08-25T07:34:06.149Z | Compiling subtle v2.6.1 |
| 1958 | 2026-08-25T07:34:06.329Z | Compiling stable_deref_trait v1.2.1 |
| 1959 | 2026-08-25T07:34:06.363Z | Compiling scopeguard v1.2.0 |
| 1960 | 2026-08-25T07:34:06.388Z | Compiling jobserver v0.1.34 |
| 1961 | 2026-08-25T07:34:06.388Z | Compiling errno v0.3.14 |
| 1962 | 2026-08-25T07:34:06.470Z | Compiling lock_api v0.4.14 |
| 1963 | 2026-08-25T07:34:06.479Z | Compiling typenum v1.20.1 |
| 1964 | 2026-08-25T07:34:06.503Z | Compiling critical-section v1.2.0 |
| 1965 | 2026-08-25T07:34:06.519Z | Compiling heck v0.5.0 |
| 1966 | 2026-08-25T07:34:06.548Z | Compiling rand_core v0.10.0 |
| 1967 | 2026-08-25T07:34:06.660Z | Compiling cc v1.2.56 |
| 1968 | 2026-08-25T07:34:06.684Z | Compiling thiserror v2.0.18 |
| 1969 | 2026-08-25T07:34:06.702Z | Compiling syn v2.0.117 |
| 1970 | 2026-08-25T07:34:06.721Z | Compiling syn v3.0.3 |
| 1971 | 2026-08-25T07:34:06.879Z | Compiling getrandom v0.2.17 |
| 1972 | 2026-08-25T07:34:06.992Z | Compiling fs_extra v1.3.0 |
| 1973 | 2026-08-25T07:34:07.009Z | Compiling percent-encoding v2.3.2 |
| 1974 | 2026-08-25T07:34:07.016Z | Compiling dunce v1.0.5 |
| 1975 | 2026-08-25T07:34:07.016Z | Compiling writeable v0.6.2 |
| 1976 | 2026-08-25T07:34:07.042Z | Compiling once_cell v1.21.3 |
| 1977 | 2026-08-25T07:34:07.172Z | Compiling litemap v0.8.1 |
| 1978 | 2026-08-25T07:34:07.203Z | Compiling rand_core v0.6.4 |
| 1979 | 2026-08-25T07:34:07.264Z | Compiling schemars v0.8.22 |
| 1980 | 2026-08-25T07:34:07.346Z | Compiling const-oid v0.9.6 |
| 1981 | 2026-08-25T07:34:07.398Z | Compiling cmake v0.1.57 |
| 1982 | 2026-08-25T07:34:07.531Z | Compiling rustversion v1.0.22 |
| 1983 | 2026-08-25T07:34:07.534Z | Compiling pin-project-lite v0.2.17 |
| 1984 | 2026-08-25T07:34:07.584Z | Compiling bitflags v2.11.0 |
| 1985 | 2026-08-25T07:34:07.628Z | Compiling semver v1.0.28 |
| 1986 | 2026-08-25T07:34:07.830Z | Compiling equivalent v1.0.2 |
| 1987 | 2026-08-25T07:34:07.940Z | Compiling signal-hook-registry v1.4.8 |
| 1988 | 2026-08-25T07:34:07.969Z | Compiling aws-lc-sys v0.40.0 |
| 1989 | 2026-08-25T07:34:07.973Z | Compiling utf8_iter v1.0.4 |
| 1990 | 2026-08-25T07:34:08.216Z | Compiling aws-lc-rs v1.16.3 |
| 1991 | 2026-08-25T07:34:08.223Z | Compiling futures-core v0.3.32 |
| 1992 | 2026-08-25T07:34:08.319Z | Compiling parking_lot v0.12.5 |
| 1993 | 2026-08-25T07:34:08.334Z | Compiling form_urlencoded v1.2.2 |
| 1994 | 2026-08-25T07:34:08.372Z | Compiling mio v1.2.0 |
| 1995 | 2026-08-25T07:34:08.487Z | Compiling fnv v1.0.7 |
| 1996 | 2026-08-25T07:34:08.544Z | Compiling crc32fast v1.5.0 |
| 1997 | 2026-08-25T07:34:08.814Z | Compiling syn v1.0.109 |
| 1998 | 2026-08-25T07:34:08.833Z | Compiling byteorder v1.5.0 |
| 1999 | 2026-08-25T07:34:08.837Z | Compiling strsim v0.11.1 |
| 2000 | 2026-08-25T07:34:08.900Z | Compiling hashbrown v0.17.0 |
| 2001 | 2026-08-25T07:34:09.004Z | Compiling vcpkg v0.2.15 |
| 2002 | 2026-08-25T07:34:09.113Z | Compiling socket2 v0.6.3 |
| 2003 | 2026-08-25T07:34:09.264Z | Compiling futures-sink v0.3.32 |
| 2004 | 2026-08-25T07:34:09.298Z | Compiling httparse v1.10.1 |
| 2005 | 2026-08-25T07:34:09.303Z | Compiling radium v0.7.0 |
| 2006 | 2026-08-25T07:34:09.338Z | Compiling iana-time-zone v0.1.65 |
| 2007 | 2026-08-25T07:34:09.397Z | Compiling futures-channel v0.3.32 |
| 2008 | 2026-08-25T07:34:09.407Z | Compiling thiserror v1.0.69 |
| 2009 | 2026-08-25T07:34:09.432Z | Compiling futures-task v0.3.32 |
| 2010 | 2026-08-25T07:34:09.499Z | Compiling slab v0.4.12 |
| 2011 | 2026-08-25T07:34:09.605Z | Compiling synstructure v0.13.2 |
| 2012 | 2026-08-25T07:34:09.625Z | Compiling serde_derive_internals v0.29.1 |
| 2013 | 2026-08-25T07:34:09.652Z | Compiling openssl-sys v0.9.117 |
| 2014 | 2026-08-25T07:34:09.672Z | Compiling indexmap v2.14.0 |
| 2015 | 2026-08-25T07:34:09.712Z | Compiling futures-io v0.3.32 |
| 2016 | 2026-08-25T07:34:09.773Z | Compiling rustls v0.23.41 |
| 2017 | 2026-08-25T07:34:09.820Z | Compiling base64 v0.22.1 |
| 2018 | 2026-08-25T07:34:09.887Z | Compiling maybe-uninit v2.0.0 |
| 2019 | 2026-08-25T07:34:09.891Z | Compiling serde_derive v1.0.229 |
| 2020 | 2026-08-25T07:34:10.012Z | Compiling rustc_version v0.4.1 |
| 2021 | 2026-08-25T07:34:10.106Z | Compiling uuid v1.23.4 |
| 2022 | 2026-08-25T07:34:10.193Z | Compiling regex-syntax v0.8.10 |
| 2023 | 2026-08-25T07:34:10.325Z | Compiling rand_core v0.9.5 |
| 2024 | 2026-08-25T07:34:10.358Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2025 | 2026-08-25T07:34:10.390Z | Compiling ahash v0.8.12 |
| 2026 | 2026-08-25T07:34:10.429Z | Compiling dyn-clone v1.0.20 |
| 2027 | 2026-08-25T07:34:10.429Z | Compiling ident_case v1.0.1 |
| 2028 | 2026-08-25T07:34:10.432Z | Compiling base64ct v1.8.3 |
| 2029 | 2026-08-25T07:34:10.543Z | Compiling num-bigint-dig v0.8.6 |
| 2030 | 2026-08-25T07:34:10.587Z | Compiling packed_struct v0.10.1 |
| 2031 | 2026-08-25T07:34:10.617Z | Compiling fastrand v2.3.0 |
| 2032 | 2026-08-25T07:34:10.625Z | Compiling ucd-trie v0.1.7 |
| 2033 | 2026-08-25T07:34:10.667Z | Compiling paste v1.0.15 |
| 2034 | 2026-08-25T07:34:10.695Z | Compiling flagset v0.4.7 |
| 2035 | 2026-08-25T07:34:10.790Z | Compiling pem-rfc7468 v0.7.0 |
| 2036 | 2026-08-25T07:34:10.815Z | Compiling zeroize_derive v1.5.0 |
| 2037 | 2026-08-25T07:34:10.829Z | Compiling zerofrom-derive v0.1.6 |
| 2038 | 2026-08-25T07:34:10.880Z | Compiling zerocopy-derive v0.8.55 |
| 2039 | 2026-08-25T07:34:10.892Z | Compiling yoke-derive v0.8.1 |
| 2040 | 2026-08-25T07:34:10.912Z | Compiling zerovec-derive v0.11.2 |
| 2041 | 2026-08-25T07:34:10.916Z | Compiling displaydoc v0.2.5 |
| 2042 | 2026-08-25T07:34:10.958Z | Compiling tokio-macros v2.7.0 |
| 2043 | 2026-08-25T07:34:10.989Z | Compiling futures-macro v0.3.32 |
| 2044 | 2026-08-25T07:34:11.024Z | Compiling der_derive v0.7.3 |
| 2045 | 2026-08-25T07:34:11.058Z | Compiling thiserror-impl v2.0.18 |
| 2046 | 2026-08-25T07:34:11.085Z | Compiling schemars_derive v0.8.22 |
| 2047 | 2026-08-25T07:34:11.138Z | Compiling tracing-attributes v0.1.31 |
| 2048 | 2026-08-25T07:34:11.506Z | Compiling thiserror-impl v1.0.69 |
| 2049 | 2026-08-25T07:34:11.540Z | Compiling tempfile v3.27.0 |
| 2050 | 2026-08-25T07:34:11.671Z | Compiling clap_derive v4.6.1 |
| 2051 | 2026-08-25T07:34:11.711Z | Compiling pest v2.8.6 |
| 2052 | 2026-08-25T07:34:11.874Z | Compiling futures-util v0.3.32 |
| 2053 | 2026-08-25T07:34:12.002Z | Compiling zerofrom v0.1.6 |
| 2054 | 2026-08-25T07:34:12.106Z | Compiling openssl v0.10.80 |
| 2055 | 2026-08-25T07:34:12.172Z | Compiling yoke v0.8.1 |
| 2056 | 2026-08-25T07:34:12.367Z | Compiling zerovec v0.11.5 |
| 2057 | 2026-08-25T07:34:12.413Z | Compiling zerotrie v0.2.3 |
| 2058 | 2026-08-25T07:34:12.430Z | Compiling zerocopy-derive v0.6.6 |
| 2059 | 2026-08-25T07:34:12.578Z | Compiling bitfield-macros v0.19.4 |
| 2060 | 2026-08-25T07:34:12.835Z | Compiling packed_struct_codegen v0.10.1 |
| 2061 | 2026-08-25T07:34:12.910Z | Compiling tinystr v0.8.2 |
| 2062 | 2026-08-25T07:34:13.044Z | Compiling potential_utf v0.1.4 |
| 2063 | 2026-08-25T07:34:13.188Z | Compiling zeroize v1.9.0 |
| 2064 | 2026-08-25T07:34:13.258Z | Compiling bytes v1.11.1 |
| 2065 | 2026-08-25T07:34:13.285Z | Compiling icu_locale_core v2.1.1 |
| 2066 | 2026-08-25T07:34:13.309Z | Compiling icu_collections v2.1.1 |
| 2067 | 2026-08-25T07:34:13.464Z | Compiling chrono v0.4.45 |
| 2068 | 2026-08-25T07:34:13.792Z | Compiling tokio v1.52.1 |
| 2069 | 2026-08-25T07:34:13.867Z | Compiling der v0.7.10 |
| 2070 | 2026-08-25T07:34:14.075Z | Compiling icu_provider v2.1.1 |
| 2071 | 2026-08-25T07:34:14.097Z | Compiling block-buffer v0.10.4 |
| 2072 | 2026-08-25T07:34:14.188Z | Compiling crypto-common v0.1.7 |
| 2073 | 2026-08-25T07:34:14.347Z | Compiling digest v0.10.7 |
| 2074 | 2026-08-25T07:34:14.371Z | Compiling icu_normalizer v2.1.1 |
| 2075 | 2026-08-25T07:34:14.402Z | Compiling icu_properties v2.1.2 |
| 2076 | 2026-08-25T07:34:14.419Z | Compiling hex v0.4.3 |
| 2077 | 2026-08-25T07:34:14.691Z | Compiling pest_meta v2.8.6 |
| 2078 | 2026-08-25T07:34:14.758Z | Compiling indexmap v1.9.3 |
| 2079 | 2026-08-25T07:34:15.496Z | Compiling ppv-lite86 v0.2.21 |
| 2080 | 2026-08-25T07:34:15.525Z | Compiling idna_adapter v1.2.1 |
| 2081 | 2026-08-25T07:34:15.690Z | Compiling idna v1.1.0 |
| 2082 | 2026-08-25T07:34:15.771Z | Compiling pest_generator v2.8.6 |
| 2083 | 2026-08-25T07:34:15.839Z | Compiling spki v0.7.3 |
| 2084 | 2026-08-25T07:34:15.980Z | Compiling rand_chacha v0.9.0 |
| 2085 | 2026-08-25T07:34:16.003Z | Compiling openssl-macros v0.1.1 |
| 2086 | 2026-08-25T07:34:16.234Z | Compiling url v2.5.8 |
| 2087 | 2026-08-25T07:34:16.267Z | Compiling rand v0.9.2 |
| 2088 | 2026-08-25T07:34:16.460Z | Compiling daft-derive v0.1.8 |
| 2089 | 2026-08-25T07:34:16.505Z | Compiling zstd-sys v2.0.16+zstd.1.5.7 |
| 2090 | 2026-08-25T07:34:16.701Z | Compiling cpufeatures v0.2.17 |
| 2091 | 2026-08-25T07:34:16.720Z | Compiling simd-adler32 v0.3.8 |
| 2092 | 2026-08-25T07:34:16.806Z | Compiling native-tls v0.2.18 |
| 2093 | 2026-08-25T07:34:16.914Z | Compiling pest_derive v2.8.6 |
| 2094 | 2026-08-25T07:34:16.950Z | Compiling scroll_derive v0.13.1 |
| 2095 | 2026-08-25T07:34:16.972Z | Compiling crossbeam-utils v0.8.21 |
| 2096 | 2026-08-25T07:34:17.005Z | Compiling adler2 v2.0.1 |
| 2097 | 2026-08-25T07:34:17.057Z | Compiling utf8parse v0.2.2 |
| 2098 | 2026-08-25T07:34:17.118Z | Compiling camino v1.2.5 |
| 2099 | 2026-08-25T07:34:17.170Z | Compiling anstyle v1.0.14 |
| 2100 | 2026-08-25T07:34:17.190Z | Compiling anstyle-parse v1.0.0 |
| 2101 | 2026-08-25T07:34:17.219Z | Compiling miniz_oxide v0.8.9 |
| 2102 | 2026-08-25T07:34:17.302Z | Compiling sha2 v0.10.9 |
| 2103 | 2026-08-25T07:34:17.384Z | Compiling pkcs8 v0.10.2 |
| 2104 | 2026-08-25T07:34:17.419Z | Compiling http v1.4.2 |
| 2105 | 2026-08-25T07:34:17.479Z | Compiling rustls-pki-types v1.14.0 |
| 2106 | 2026-08-25T07:34:17.538Z | Compiling terminal_size v0.4.3 |
| 2107 | 2026-08-25T07:34:17.793Z | Compiling slog v2.8.2 |
| 2108 | 2026-08-25T07:34:17.808Z | Compiling spin v0.9.8 |
| 2109 | 2026-08-25T07:34:17.977Z | Compiling is_terminal_polyfill v1.70.2 |
| 2110 | 2026-08-25T07:34:18.020Z | Compiling time-core v0.1.8 |
| 2111 | 2026-08-25T07:34:18.036Z | Compiling num-conv v0.2.0 |
| 2112 | 2026-08-25T07:34:18.094Z | Compiling anstyle-query v1.1.5 |
| 2113 | 2026-08-25T07:34:18.209Z | Compiling colorchoice v1.0.4 |
| 2114 | 2026-08-25T07:34:18.228Z | Compiling tinyvec_macros v0.1.1 |
| 2115 | 2026-08-25T07:34:18.228Z | Compiling time-macros v0.2.27 |
| 2116 | 2026-08-25T07:34:18.255Z | Compiling tokio-util v0.7.18 |
| 2117 | 2026-08-25T07:34:18.276Z | Compiling anstream v1.0.0 |
| 2118 | 2026-08-25T07:34:18.292Z | Compiling tinyvec v1.10.0 |
| 2119 | 2026-08-25T07:34:18.485Z | Compiling async-trait v0.1.89 |
| 2120 | 2026-08-25T07:34:18.616Z | Compiling structmeta-derive v0.3.0 |
| 2121 | 2026-08-25T07:34:18.631Z | Compiling tracing-core v0.1.36 |
| 2122 | 2026-08-25T07:34:18.743Z | Compiling wait-timeout v0.2.1 |
| 2123 | 2026-08-25T07:34:18.786Z | Compiling quick-error v1.2.3 |
| 2124 | 2026-08-25T07:34:18.911Z | Compiling cmov v0.5.4 |
| 2125 | 2026-08-25T07:34:18.980Z | Compiling plain v0.2.3 |
| 2126 | 2026-08-25T07:34:19.114Z | Compiling untrusted v0.7.1 |
| 2127 | 2026-08-25T07:34:19.187Z | Compiling object v0.37.3 |
| 2128 | 2026-08-25T07:34:19.203Z | Compiling bit-vec v0.8.0 |
| 2129 | 2026-08-25T07:34:19.223Z | Compiling ctutils v0.4.2 |
| 2130 | 2026-08-25T07:34:19.227Z | Compiling tracing v0.1.44 |
| 2131 | 2026-08-25T07:34:19.313Z | Compiling rusty-fork v0.3.1 |
| 2132 | 2026-08-25T07:34:19.411Z | Compiling http-body v1.0.1 |
| 2133 | 2026-08-25T07:34:19.430Z | Compiling bit-set v0.8.0 |
| 2134 | 2026-08-25T07:34:19.549Z | Compiling serde_spanned v0.6.9 |
| 2135 | 2026-08-25T07:34:19.595Z | Compiling toml_datetime v0.6.11 |
| 2136 | 2026-08-25T07:34:19.620Z | Compiling pin-project-internal v1.1.11 |
| 2137 | 2026-08-25T07:34:19.639Z | Compiling rand_xorshift v0.4.0 |
| 2138 | 2026-08-25T07:34:19.655Z | Compiling structmeta v0.3.0 |
| 2139 | 2026-08-25T07:34:19.783Z | Compiling cookie v0.18.1 |
| 2140 | 2026-08-25T07:34:19.886Z | Compiling untrusted v0.9.0 |
| 2141 | 2026-08-25T07:34:19.900Z | Compiling openssl-probe v0.2.1 |
| 2142 | 2026-08-25T07:34:19.924Z | Compiling unarray v0.1.4 |
| 2143 | 2026-08-25T07:34:19.967Z | Compiling clap_lex v1.0.0 |
| 2144 | 2026-08-25T07:34:20.002Z | Compiling tap v1.0.1 |
| 2145 | 2026-08-25T07:34:20.105Z | Compiling zstd-safe v7.2.4 |
| 2146 | 2026-08-25T07:34:20.168Z | Compiling clap_builder v4.6.0 |
| 2147 | 2026-08-25T07:34:20.231Z | Compiling wyz v0.5.1 |
| 2148 | 2026-08-25T07:34:20.372Z | Compiling proptest v1.11.0 |
| 2149 | 2026-08-25T07:34:20.383Z | Compiling derive-ex v0.1.8 |
| 2150 | 2026-08-25T07:34:20.502Z | Compiling hybrid-array v0.4.13 |
| 2151 | 2026-08-25T07:34:20.618Z | Compiling unicode-normalization v0.1.25 |
| 2152 | 2026-08-25T07:34:20.634Z | Compiling ipnetwork v0.21.1 |
| 2153 | 2026-08-25T07:34:20.659Z | Compiling rand_chacha v0.3.1 |
| 2154 | 2026-08-25T07:34:20.687Z | Compiling signature v2.2.0 |
| 2155 | 2026-08-25T07:34:20.765Z | Compiling scroll_derive v0.12.1 |
| 2156 | 2026-08-25T07:34:20.818Z | Compiling heapless v0.7.17 |
| 2157 | 2026-08-25T07:34:20.971Z | Compiling num-integer v0.1.46 |
| 2158 | 2026-08-25T07:34:20.986Z | Compiling aho-corasick v1.1.4 |
| 2159 | 2026-08-25T07:34:21.020Z | Compiling funty v2.0.0 |
| 2160 | 2026-08-25T07:34:21.081Z | Compiling pretty-hex v0.4.1 |
| 2161 | 2026-08-25T07:34:21.211Z | Compiling tower-layer v0.3.3 |
| 2162 | 2026-08-25T07:34:21.300Z | Compiling try-lock v0.2.5 |
| 2163 | 2026-08-25T07:34:21.398Z | Compiling signal-hook v0.3.18 |
| 2164 | 2026-08-25T07:34:21.428Z | Compiling atomic-waker v1.1.2 |
| 2165 | 2026-08-25T07:34:21.456Z | Compiling usdt-impl v0.6.0 |
| 2166 | 2026-08-25T07:34:21.460Z | Compiling tower-service v0.3.3 |
| 2167 | 2026-08-25T07:34:21.570Z | Compiling anyhow v1.0.104 |
| 2168 | 2026-08-25T07:34:21.607Z | Compiling zlib-rs v0.6.2 |
| 2169 | 2026-08-25T07:34:21.741Z | Compiling rustix v0.38.44 |
| 2170 | 2026-08-25T07:34:21.808Z | Compiling h2 v0.4.15 |
| 2171 | 2026-08-25T07:34:21.844Z | Compiling regex-automata v0.4.14 |
| 2172 | 2026-08-25T07:34:21.902Z | Compiling test-strategy v0.4.5 |
| 2173 | 2026-08-25T07:34:22.076Z | Compiling clap v4.6.1 |
| 2174 | 2026-08-25T07:34:22.079Z | Compiling want v0.3.1 |
| 2175 | 2026-08-25T07:34:22.180Z | Compiling bitvec v1.0.1 |
| 2176 | 2026-08-25T07:34:22.300Z | Compiling num-iter v0.1.45 |
| 2177 | 2026-08-25T07:34:22.628Z | Compiling oxnet v0.1.6 |
| 2178 | 2026-08-25T07:34:22.746Z | Compiling newtype-uuid v1.3.2 |
| 2179 | 2026-08-25T07:34:22.901Z | Compiling rand v0.8.6 |
| 2180 | 2026-08-25T07:34:23.647Z | Compiling lazy_static v1.5.0 |
| 2181 | 2026-08-25T07:34:23.682Z | Compiling scroll v0.13.0 |
| 2182 | 2026-08-25T07:34:23.777Z | Compiling flate2 v1.1.9 |
| 2183 | 2026-08-25T07:34:24.019Z | Compiling ipnet v2.12.0 |
| 2184 | 2026-08-25T07:34:24.116Z | Compiling snafu-derive v0.8.9 |
| 2185 | 2026-08-25T07:34:24.223Z | Compiling strum_macros v0.26.4 |
| 2186 | 2026-08-25T07:34:24.542Z | Compiling darling_core v0.23.0 |
| 2187 | 2026-08-25T07:34:25.296Z | Compiling darling_core v0.20.11 |
| 2188 | 2026-08-25T07:34:25.772Z | Compiling httpdate v1.0.3 |
| 2189 | 2026-08-25T07:34:25.793Z | Compiling crc-catalog v2.4.0 |
| 2190 | 2026-08-25T07:34:25.834Z | Compiling nodrop v0.1.14 |
| 2191 | 2026-08-25T07:34:25.911Z | Compiling winnow v0.5.40 |
| 2192 | 2026-08-25T07:34:25.935Z | Compiling foreign-types-shared v0.1.1 |
| 2193 | 2026-08-25T07:34:26.261Z | Compiling hyper v1.10.1 |
| 2194 | 2026-08-25T07:34:26.341Z | Compiling foreign-types v0.3.2 |
| 2195 | 2026-08-25T07:34:26.357Z | Compiling array-init v0.0.4 |
| 2196 | 2026-08-25T07:34:26.431Z | Compiling crc v3.4.0 |
| 2197 | 2026-08-25T07:34:26.716Z | Compiling darling_macro v0.23.0 |
| 2198 | 2026-08-25T07:34:26.850Z | Compiling goblin v0.10.5 |
| 2199 | 2026-08-25T07:34:26.952Z | Compiling daft v0.1.8 |
| 2200 | 2026-08-25T07:34:27.223Z | Compiling smallvec v0.6.14 |
| 2201 | 2026-08-25T07:34:27.320Z | Compiling darling_macro v0.20.11 |
| 2202 | 2026-08-25T07:34:27.480Z | Compiling toml_edit v0.19.15 |
| 2203 | 2026-08-25T07:34:27.753Z | Compiling pkcs1 v0.7.5 |
| 2204 | 2026-08-25T07:34:27.965Z | Compiling bitfield v0.19.4 |
| 2205 | 2026-08-25T07:34:28.032Z | Compiling zerocopy v0.6.6 |
| 2206 | 2026-08-25T07:34:28.195Z | Compiling zerocopy-derive v0.7.35 |
| 2207 | 2026-08-25T07:34:28.273Z | Compiling curve25519-dalek v4.1.3 |
| 2208 | 2026-08-25T07:34:28.421Z | Compiling env_filter v2.0.0 |
| 2209 | 2026-08-25T07:34:28.535Z | Compiling memoffset v0.9.1 |
| 2210 | 2026-08-25T07:34:28.589Z | Compiling smoltcp v0.9.1 |
| 2211 | 2026-08-25T07:34:28.782Z | Compiling litrs v1.0.0 |
| 2212 | 2026-08-25T07:34:28.875Z | Compiling ref-cast v1.0.25 |
| 2213 | 2026-08-25T07:34:28.977Z | Compiling base64 v0.21.7 |
| 2214 | 2026-08-25T07:34:29.026Z | Compiling owo-colors v4.3.0 |
| 2215 | 2026-08-25T07:34:29.153Z | Compiling hashbrown v0.12.3 |
| 2216 | 2026-08-25T07:34:29.188Z | Compiling unicode-segmentation v1.12.0 |
| 2217 | 2026-08-25T07:34:29.285Z | Compiling document-features v0.2.12 |
| 2218 | 2026-08-25T07:34:29.353Z | Compiling ron v0.8.1 |
| 2219 | 2026-08-25T07:34:29.481Z | Compiling toml v0.7.8 |
| 2220 | 2026-08-25T07:34:29.848Z | Compiling dof v0.4.0 |
| 2221 | 2026-08-25T07:34:30.002Z | Compiling env_logger v0.11.11 |
| 2222 | 2026-08-25T07:34:30.344Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2223 | 2026-08-25T07:34:30.418Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2224 | 2026-08-25T07:34:30.607Z | Compiling rsa v0.9.10 |
| 2225 | 2026-08-25T07:34:30.819Z | Compiling hyper-util v0.1.20 |
| 2226 | 2026-08-25T07:34:30.892Z | Compiling darling v0.20.11 |
| 2227 | 2026-08-25T07:34:30.992Z | Compiling bzip2 v0.4.4 |
| 2228 | 2026-08-25T07:34:31.008Z | Compiling serde-hex v0.1.0 |
| 2229 | 2026-08-25T07:34:31.271Z | Compiling darling v0.23.0 |
| 2230 | 2026-08-25T07:34:31.374Z | Compiling hashbrown v0.13.2 |
| 2231 | 2026-08-25T07:34:31.938Z | Compiling dtrace-parser v0.3.0 |
| 2232 | 2026-08-25T07:34:31.991Z | Compiling x509-cert v0.2.5 |
| 2233 | 2026-08-25T07:34:32.002Z | Compiling hmac v0.12.1 |
| 2234 | 2026-08-25T07:34:32.180Z | Compiling erased-serde v0.3.31 |
| 2235 | 2026-08-25T07:34:32.474Z | Compiling async-recursion v1.1.1 |
| 2236 | 2026-08-25T07:34:32.584Z | Compiling sync_wrapper v1.0.2 |
| 2237 | 2026-08-25T07:34:32.802Z | Compiling thread-id v5.1.0 |
| 2238 | 2026-08-25T07:34:32.886Z | Compiling powerfmt v0.2.0 |
| 2239 | 2026-08-25T07:34:32.904Z | Compiling cfg_aliases v0.2.1 |
| 2240 | 2026-08-25T07:34:32.934Z | Compiling siphasher v1.0.2 |
| 2241 | 2026-08-25T07:34:33.092Z | Compiling crc-any v2.5.0 |
| 2242 | 2026-08-25T07:34:33.146Z | Compiling deranged v0.5.8 |
| 2243 | 2026-08-25T07:34:33.281Z | Compiling nix v0.31.2 |
| 2244 | 2026-08-25T07:34:33.549Z | Compiling tower v0.5.3 |
| 2245 | 2026-08-25T07:34:34.156Z | Compiling object v0.30.4 |
| 2246 | 2026-08-25T07:34:34.363Z | Compiling serde_with_macros v3.21.0 |
| 2247 | 2026-08-25T07:34:34.654Z | Compiling zip v0.6.6 |
| 2248 | 2026-08-25T07:34:34.680Z | Compiling derive_builder_core v0.20.2 |
| 2249 | 2026-08-25T07:34:34.720Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2250 | 2026-08-25T07:34:35.158Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#fc64732f) |
| 2251 | 2026-08-25T07:34:35.344Z | Compiling bstr v1.12.1 |
| 2252 | 2026-08-25T07:34:35.347Z | Compiling block-buffer v0.12.1 |
| 2253 | 2026-08-25T07:34:35.431Z | Compiling crypto-common v0.2.2 |
| 2254 | 2026-08-25T07:34:35.584Z | Compiling http-body-util v0.1.3 |
| 2255 | 2026-08-25T07:34:35.875Z | Compiling futures-executor v0.3.32 |
| 2256 | 2026-08-25T07:34:36.200Z | Compiling serde_tokenstream v0.2.3 |
| 2257 | 2026-08-25T07:34:36.335Z | Compiling hubpack_derive v0.1.1 |
| 2258 | 2026-08-25T07:34:36.374Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2259 | 2026-08-25T07:34:36.391Z | Compiling ref-cast-impl v1.0.25 |
| 2260 | 2026-08-25T07:34:36.464Z | Compiling strum_macros v0.27.2 |
| 2261 | 2026-08-25T07:34:36.762Z | Compiling fs-err v3.3.0 |
| 2262 | 2026-08-25T07:34:36.778Z | Compiling usdt-impl v0.5.0 |
| 2263 | 2026-08-25T07:34:36.808Z | Compiling iri-string v0.7.10 |
| 2264 | 2026-08-25T07:34:36.976Z | Compiling ryu v1.0.23 |
| 2265 | 2026-08-25T07:34:37.162Z | Compiling unicode-bidi v0.3.18 |
| 2266 | 2026-08-25T07:34:37.250Z | Compiling gimli v0.32.3 |
| 2267 | 2026-08-25T07:34:37.271Z | Compiling same-file v1.0.6 |
| 2268 | 2026-08-25T07:34:37.508Z | Compiling path-slash v0.1.5 |
| 2269 | 2026-08-25T07:34:37.512Z | Compiling unicode-properties v0.1.4 |
| 2270 | 2026-08-25T07:34:37.741Z | Compiling allocator-api2 v0.2.21 |
| 2271 | 2026-08-25T07:34:37.821Z | Compiling num_threads v0.1.7 |
| 2272 | 2026-08-25T07:34:37.932Z | Compiling time v0.3.47 |
| 2273 | 2026-08-25T07:34:37.955Z | Compiling tower-http v0.6.8 |
| 2274 | 2026-08-25T07:34:38.192Z | Compiling serde_urlencoded v0.7.1 |
| 2275 | 2026-08-25T07:34:38.226Z | Compiling stringprep v0.1.5 |
| 2276 | 2026-08-25T07:34:38.636Z | Compiling walkdir v2.5.0 |
| 2277 | 2026-08-25T07:34:39.071Z | Compiling addr2line v0.25.1 |
| 2278 | 2026-08-25T07:34:39.643Z | Compiling futures v0.3.32 |
| 2279 | 2026-08-25T07:34:39.799Z | Compiling derive_builder_macro v0.20.2 |
| 2280 | 2026-08-25T07:34:40.312Z | Compiling tokio-native-tls v0.3.1 |
| 2281 | 2026-08-25T07:34:40.400Z | Compiling convert_case v0.10.0 |
| 2282 | 2026-08-25T07:34:40.506Z | Compiling strum v0.26.3 |
| 2283 | 2026-08-25T07:34:40.619Z | Compiling block-padding v0.4.2 |
| 2284 | 2026-08-25T07:34:40.807Z | Compiling scroll v0.12.0 |
| 2285 | 2026-08-25T07:34:40.916Z | Compiling pin-project v1.1.11 |
| 2286 | 2026-08-25T07:34:40.932Z | Compiling rustls-native-certs v0.8.3 |
| 2287 | 2026-08-25T07:34:41.026Z | Compiling md-5 v0.10.6 |
| 2288 | 2026-08-25T07:34:41.063Z | Compiling hash32 v0.2.1 |
| 2289 | 2026-08-25T07:34:41.066Z | Compiling vergen-lib v9.1.0 |
| 2290 | 2026-08-25T07:34:41.154Z | Compiling encoding_rs v0.8.35 |
| 2291 | 2026-08-25T07:34:41.187Z | Compiling jiff-core v0.1.0 |
| 2292 | 2026-08-25T07:34:41.204Z | Compiling rustc-demangle v0.1.27 |
| 2293 | 2026-08-25T07:34:41.217Z | Compiling cpufeatures v0.3.0 |
| 2294 | 2026-08-25T07:34:41.295Z | Compiling fallible-iterator v0.2.0 |
| 2295 | 2026-08-25T07:34:41.310Z | Compiling psl-types v2.0.11 |
| 2296 | 2026-08-25T07:34:41.491Z | Compiling mime v0.3.17 |
| 2297 | 2026-08-25T07:34:41.555Z | Compiling publicsuffix v2.3.0 |
| 2298 | 2026-08-25T07:34:41.596Z | Compiling postgres-protocol v0.6.10 |
| 2299 | 2026-08-25T07:34:42.092Z | Compiling goblin v0.8.2 |
| 2300 | 2026-08-25T07:34:42.092Z | Compiling snafu v0.8.9 |
| 2301 | 2026-08-25T07:34:42.092Z | Compiling jiff v0.2.34 |
| 2302 | 2026-08-25T07:34:42.335Z | Compiling backtrace v0.3.76 |
| 2303 | 2026-08-25T07:34:42.441Z | Compiling inout v0.2.2 |
| 2304 | 2026-08-25T07:34:42.457Z | Compiling derive_more-impl v2.1.1 |
| 2305 | 2026-08-25T07:34:42.494Z | Compiling hyper-tls v0.6.0 |
| 2306 | 2026-08-25T07:34:42.587Z | Compiling derive_builder v0.20.2 |
| 2307 | 2026-08-25T07:34:42.950Z | Compiling usdt-attr-macro v0.6.0 |
| 2308 | 2026-08-25T07:34:42.967Z | Compiling usdt-macro v0.6.0 |
| 2309 | 2026-08-25T07:34:43.010Z | Compiling globset v0.4.18 |
| 2310 | 2026-08-25T07:34:43.021Z | Compiling phf_shared v0.13.1 |
| 2311 | 2026-08-25T07:34:43.094Z | Compiling crossbeam-epoch v0.9.18 |
| 2312 | 2026-08-25T07:34:43.337Z | Compiling zerocopy v0.7.35 |
| 2313 | 2026-08-25T07:34:43.491Z | Compiling regex v1.12.3 |
| 2314 | 2026-08-25T07:34:43.844Z | Compiling serde_plain v1.0.2 |
| 2315 | 2026-08-25T07:34:43.934Z | Compiling miette-derive v7.6.0 |
| 2316 | 2026-08-25T07:34:43.937Z | Compiling enum-as-inner v0.6.1 |
| 2317 | 2026-08-25T07:34:44.083Z | Compiling serde_repr v0.1.20 |
| 2318 | 2026-08-25T07:34:44.113Z | Compiling pem v3.0.6 |
| 2319 | 2026-08-25T07:34:44.151Z | Compiling vergen v9.1.0 |
| 2320 | 2026-08-25T07:34:44.245Z | Compiling ff v0.13.1 |
| 2321 | 2026-08-25T07:34:44.359Z | Compiling cargo-platform v0.3.2 |
| 2322 | 2026-08-25T07:34:44.371Z | Compiling filetime v0.2.27 |
| 2323 | 2026-08-25T07:34:44.406Z | Compiling const-oid v0.10.2 |
| 2324 | 2026-08-25T07:34:44.474Z | Compiling managed v0.8.0 |
| 2325 | 2026-08-25T07:34:44.479Z | Compiling unicode-width v0.2.0 |
| 2326 | 2026-08-25T07:34:44.621Z | Compiling bitflags v1.3.2 |
| 2327 | 2026-08-25T07:34:44.637Z | Compiling unicode-linebreak v0.1.5 |
| 2328 | 2026-08-25T07:34:44.729Z | Compiling smawk v0.3.2 |
| 2329 | 2026-08-25T07:34:44.832Z | Compiling foldhash v0.2.0 |
| 2330 | 2026-08-25T07:34:44.862Z | Compiling either v1.15.0 |
| 2331 | 2026-08-25T07:34:44.876Z | Compiling is_ci v1.2.0 |
| 2332 | 2026-08-25T07:34:44.892Z | Compiling xattr v1.6.1 |
| 2333 | 2026-08-25T07:34:45.022Z | Compiling typed-path v0.9.3 |
| 2334 | 2026-08-25T07:34:45.039Z | Compiling base16ct v0.2.0 |
| 2335 | 2026-08-25T07:34:45.042Z | Compiling foldhash v0.1.5 |
| 2336 | 2026-08-25T07:34:45.106Z | Compiling bumpalo v3.20.2 |
| 2337 | 2026-08-25T07:34:45.245Z | Compiling libbz2-rs-sys v0.2.2 |
| 2338 | 2026-08-25T07:34:45.279Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2339 | 2026-08-25T07:34:45.299Z | Compiling hashbrown v0.15.5 |
| 2340 | 2026-08-25T07:34:45.388Z | Compiling zopfli v0.8.3 |
| 2341 | 2026-08-25T07:34:45.684Z | Compiling bzip2 v0.6.1 |
| 2342 | 2026-08-25T07:34:45.718Z | Compiling sec1 v0.7.3 |
| 2343 | 2026-08-25T07:34:45.733Z | Compiling tar v0.4.46 |
| 2344 | 2026-08-25T07:34:45.835Z | Compiling supports-color v3.0.2 |
| 2345 | 2026-08-25T07:34:45.862Z | Compiling hashbrown v0.16.1 |
| 2346 | 2026-08-25T07:34:45.898Z | Compiling textwrap v0.16.2 |
| 2347 | 2026-08-25T07:34:46.009Z | Compiling digest v0.11.3 |
| 2348 | 2026-08-25T07:34:46.025Z | Compiling cargo_metadata v0.23.1 |
| 2349 | 2026-08-25T07:34:46.101Z | Compiling group v0.13.0 |
| 2350 | 2026-08-25T07:34:46.342Z | Compiling dof v0.3.0 |
| 2351 | 2026-08-25T07:34:47.497Z | Compiling phf v0.13.1 |
| 2352 | 2026-08-25T07:34:47.555Z | Compiling zstd v0.13.3 |
| 2353 | 2026-08-25T07:34:47.828Z | Compiling backtrace-ext v0.2.1 |
| 2354 | 2026-08-25T07:34:47.955Z | Compiling reqwest v0.12.28 |
| 2355 | 2026-08-25T07:34:47.998Z | Compiling cipher v0.5.2 |
| 2356 | 2026-08-25T07:34:48.001Z | Compiling cookie_store v0.22.1 |
| 2357 | 2026-08-25T07:34:48.055Z | Compiling signal-hook-mio v0.2.5 |
| 2358 | 2026-08-25T07:34:48.154Z | Compiling postgres-types v0.2.12 |
| 2359 | 2026-08-25T07:34:48.221Z | Compiling strum v0.27.2 |
| 2360 | 2026-08-25T07:34:48.426Z | Compiling hubpack v0.1.2 |
| 2361 | 2026-08-25T07:34:48.513Z | Compiling phf_shared v0.11.3 |
| 2362 | 2026-08-25T07:34:48.613Z | Compiling hkdf v0.12.4 |
| 2363 | 2026-08-25T07:34:48.659Z | Compiling dtrace-parser v0.2.0 |
| 2364 | 2026-08-25T07:34:48.683Z | Compiling byte-wrapper v0.1.0 |
| 2365 | 2026-08-25T07:34:48.709Z | Compiling ed25519 v2.2.3 |
| 2366 | 2026-08-25T07:34:48.726Z | Compiling olpc-cjson v0.1.4 |
| 2367 | 2026-08-25T07:34:49.050Z | Compiling crypto-bigint v0.5.5 |
| 2368 | 2026-08-25T07:34:49.117Z | Compiling serde-big-array v0.5.1 |
| 2369 | 2026-08-25T07:34:49.279Z | Compiling float-cmp v0.10.0 |
| 2370 | 2026-08-25T07:34:49.294Z | Compiling memmap2 v0.9.10 |
| 2371 | 2026-08-25T07:34:49.311Z | Compiling thread-id v4.2.2 |
| 2372 | 2026-08-25T07:34:49.440Z | Compiling normalize-line-endings v0.3.0 |
| 2373 | 2026-08-25T07:34:49.450Z | Compiling supports-unicode v3.0.0 |
| 2374 | 2026-08-25T07:34:49.552Z | Compiling data-encoding v2.10.0 |
| 2375 | 2026-08-25T07:34:49.612Z | Compiling toml_write v0.1.2 |
| 2376 | 2026-08-25T07:34:49.626Z | Compiling predicates-core v1.0.10 |
| 2377 | 2026-08-25T07:34:49.630Z | Compiling unicode-width v0.1.14 |
| 2378 | 2026-08-25T07:34:49.857Z | Compiling difflib v0.4.0 |
| 2379 | 2026-08-25T07:34:49.887Z | Compiling static_assertions v1.1.0 |
| 2380 | 2026-08-25T07:34:49.927Z | Compiling fixedbitset v0.4.2 |
| 2381 | 2026-08-25T07:34:50.015Z | Compiling new_debug_unreachable v1.0.6 |
| 2382 | 2026-08-25T07:34:50.508Z | Compiling keccak v0.1.6 |
| 2383 | 2026-08-25T07:34:50.512Z | Compiling winnow v1.0.3 |
| 2384 | 2026-08-25T07:34:50.512Z | Compiling whoami v2.1.0 |
| 2385 | 2026-08-25T07:34:50.512Z | Compiling fixedbitset v0.5.7 |
| 2386 | 2026-08-25T07:34:50.512Z | Compiling precomputed-hash v0.1.1 |
| 2387 | 2026-08-25T07:34:50.557Z | Compiling supports-hyperlinks v3.2.0 |
| 2388 | 2026-08-25T07:34:50.560Z | Compiling rayon-core v1.13.0 |
| 2389 | 2026-08-25T07:34:50.596Z | Compiling winnow v0.7.14 |
| 2390 | 2026-08-25T07:34:50.734Z | Compiling miette v7.6.0 |
| 2391 | 2026-08-25T07:34:50.992Z | Compiling string_cache v0.8.9 |
| 2392 | 2026-08-25T07:34:51.044Z | Compiling toml_parser v1.1.2+spec-1.1.0 |
| 2393 | 2026-08-25T07:34:51.172Z | Compiling petgraph v0.8.3 |
| 2394 | 2026-08-25T07:34:51.229Z | Compiling tokio-postgres v0.7.16 |
| 2395 | 2026-08-25T07:34:51.424Z | Compiling sha3 v0.10.8 |
| 2396 | 2026-08-25T07:34:51.612Z | Compiling predicates v3.1.4 |
| 2397 | 2026-08-25T07:34:51.751Z | Compiling petgraph v0.6.5 |
| 2398 | 2026-08-25T07:34:52.084Z | Compiling toml_edit v0.22.27 |
| 2399 | 2026-08-25T07:34:52.258Z | Compiling elliptic-curve v0.13.8 |
| 2400 | 2026-08-25T07:34:52.483Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2401 | 2026-08-25T07:34:52.592Z | Compiling hickory-proto v0.25.2 |
| 2402 | 2026-08-25T07:34:52.621Z | Compiling usdt v0.6.0 |
| 2403 | 2026-08-25T07:34:52.897Z | Compiling chacha20 v0.10.0 |
| 2404 | 2026-08-25T07:34:53.311Z | Compiling tufaceous-artifact v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2405 | 2026-08-25T07:34:54.430Z | Compiling ed25519-dalek v2.2.0 |
| 2406 | 2026-08-25T07:34:54.908Z | Compiling crossterm v0.28.1 |
| 2407 | 2026-08-25T07:34:55.235Z | Compiling zip v4.6.1 |
| 2408 | 2026-08-25T07:34:55.269Z | Compiling iddqd v0.4.2 |
| 2409 | 2026-08-25T07:34:56.060Z | Compiling oxide-generation v0.1.3 |
| 2410 | 2026-08-25T07:34:56.138Z | Compiling itertools v0.13.0 |
| 2411 | 2026-08-25T07:34:56.150Z | Compiling itertools v0.15.0 |
| 2412 | 2026-08-25T07:34:56.321Z | Compiling derive_more v2.1.1 |
| 2413 | 2026-08-25T07:34:56.448Z | Compiling similar v2.7.0 |
| 2414 | 2026-08-25T07:34:56.732Z | Compiling serde_with v3.21.0 |
| 2415 | 2026-08-25T07:34:57.174Z | Compiling heck v0.4.1 |
| 2416 | 2026-08-25T07:34:57.571Z | Compiling tokio-stream v0.1.18 |
| 2417 | 2026-08-25T07:34:57.588Z | Compiling buf-list v1.1.2 |
| 2418 | 2026-08-25T07:34:57.646Z | Compiling half v2.7.1 |
| 2419 | 2026-08-25T07:34:57.761Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2420 | 2026-08-25T07:34:57.858Z | Compiling openapiv3 v2.2.0 |
| 2421 | 2026-08-25T07:34:58.416Z | Compiling peg-runtime v0.8.5 |
| 2422 | 2026-08-25T07:34:58.470Z | Compiling ciborium-io v0.2.2 |
| 2423 | 2026-08-25T07:34:58.566Z | Compiling lalrpop-util v0.19.12 |
| 2424 | 2026-08-25T07:34:58.598Z | Compiling ciborium-ll v0.2.2 |
| 2425 | 2026-08-25T07:35:00.019Z | Compiling crossbeam-deque v0.8.6 |
| 2426 | 2026-08-25T07:35:00.518Z | Compiling camino-tempfile v1.4.1 |
| 2427 | 2026-08-25T07:35:00.916Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2428 | 2026-08-25T07:35:01.364Z | Compiling blake3 v1.8.5 |
| 2429 | 2026-08-25T07:35:01.471Z | Compiling fs-err v2.11.0 |
| 2430 | 2026-08-25T07:35:04.033Z | Compiling rustls-webpki v0.103.13 |
| 2431 | 2026-08-25T07:35:04.278Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2432 | 2026-08-25T07:35:05.557Z | Compiling ciborium v0.2.2 |
| 2433 | 2026-08-25T07:35:06.159Z | Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2434 | 2026-08-25T07:35:06.808Z | Compiling thread_local v1.1.9 |
| 2435 | 2026-08-25T07:35:06.980Z | Compiling constant_time_eq v0.4.2 |
| 2436 | 2026-08-25T07:35:07.196Z | Compiling arrayref v0.3.9 |
| 2437 | 2026-08-25T07:35:07.288Z | Compiling arrayvec v0.7.6 |
| 2438 | 2026-08-25T07:35:07.304Z | Compiling slog-async v2.8.0 |
| 2439 | 2026-08-25T07:35:07.322Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2440 | 2026-08-25T07:35:07.555Z | Compiling tokio-rustls v0.26.4 |
| 2441 | 2026-08-25T07:35:07.573Z | Compiling rustls-platform-verifier v0.6.2 |
| 2442 | 2026-08-25T07:35:07.590Z | Compiling tough v0.22.0 |
| 2443 | 2026-08-25T07:35:07.663Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2444 | 2026-08-25T07:35:07.797Z | Compiling hyper-rustls v0.27.7 |
| 2445 | 2026-08-25T07:35:07.845Z | Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2446 | 2026-08-25T07:35:07.980Z | Compiling toml v0.8.23 |
| 2447 | 2026-08-25T07:35:08.109Z | Compiling reqwest v0.13.2 |
| 2448 | 2026-08-25T07:35:08.125Z | Compiling atomicwrites v0.4.4 |
| 2449 | 2026-08-25T07:35:08.221Z | Compiling digest-io v0.1.0 |
| 2450 | 2026-08-25T07:35:08.226Z | Compiling sha2 v0.11.0 |
| 2451 | 2026-08-25T07:35:08.371Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2452 | 2026-08-25T07:35:08.451Z | Compiling crossbeam-channel v0.5.15 |
| 2453 | 2026-08-25T07:35:08.569Z | Compiling serde_path_to_error v0.1.20 |
| 2454 | 2026-08-25T07:35:08.599Z | Compiling is-terminal v0.4.17 |
| 2455 | 2026-08-25T07:35:08.722Z | Compiling indent_write v2.2.0 |
| 2456 | 2026-08-25T07:35:08.801Z | Compiling rawzip v0.4.4 |
| 2457 | 2026-08-25T07:35:08.890Z | Compiling topological-sort v0.2.2 |
| 2458 | 2026-08-25T07:35:09.044Z | Compiling debug-ignore v1.0.5 |
| 2459 | 2026-08-25T07:35:09.059Z | Compiling take_mut v0.2.2 |
| 2460 | 2026-08-25T07:35:09.084Z | Compiling parse-size v1.1.0 |
| 2461 | 2026-08-25T07:35:09.177Z | Compiling term v1.2.1 |
| 2462 | 2026-08-25T07:35:09.199Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2463 | 2026-08-25T07:35:09.289Z | Compiling shell-words v1.1.1 |
| 2464 | 2026-08-25T07:35:09.564Z | Compiling slog-term v2.9.2 |
| 2465 | 2026-08-25T07:35:11.147Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2466 | 2026-08-25T07:35:17.052Z | Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 2467 | 2026-08-25T07:35:19.141Z | Compiling omicron-zone-package v0.12.3 |
| 2468 | 2026-08-25T07:35:19.439Z | Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 2469 | 2026-08-25T07:35:19.763Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2470 | 2026-08-25T07:35:19.808Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 2471 | 2026-08-25T07:35:24.373Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2472 | 2026-08-25T07:35:36.675Z | Finished `release` profile [optimized] target(s) in 1m 32s |
| 2473 | 2026-08-25T07:35:36.828Z | Running `target/release/omicron-releng --output-dir /work --mkincorp --verify-debug-libraries` |
| 2474 | 2026-08-25T07:35:36.875Z | Aug 25 07:35:35.761 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2475 | 2026-08-25T07:35:36.972Z | Aug 25 07:35:35.858 DEBG running: git rev-parse HEAD |
| 2476 | 2026-08-25T07:35:36.975Z | Aug 25 07:35:35.861 DEBG process exited with exit status: 0 (2.510804ms) |
| 2477 | 2026-08-25T07:35:36.975Z | Aug 25 07:35:35.861 INFO version: 23.0.0-0.ci+git8d0eb63daab |
| 2478 | 2026-08-25T07:35:36.983Z | Aug 25 07:35:35.870 INFO cloning helios to /work/oxidecomputer/helios |
| 2479 | 2026-08-25T07:35:36.983Z | Aug 25 07:35:35.870 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2480 | 2026-08-25T07:35:36.987Z | Cloning into '/work/oxidecomputer/helios'... |
| 2481 | 2026-08-25T07:35:37.553Z | Aug 25 07:35:36.440 DEBG process exited with exit status: 0 (570.136672ms) |
| 2482 | 2026-08-25T07:35:37.554Z | Aug 25 07:35:36.440 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2483 | 2026-08-25T07:35:37.557Z | Aug 25 07:35:36.442 DEBG process exited with exit status: 0 (2.637734ms) |
| 2484 | 2026-08-25T07:35:37.557Z | Aug 25 07:35:36.442 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2485 | 2026-08-25T07:35:37.932Z | Aug 25 07:35:36.819 DEBG process exited with exit status: 0 (376.071104ms) |
| 2486 | 2026-08-25T07:35:37.932Z | Aug 25 07:35:36.819 DEBG running: zfs list rpool/images/build/host |
| 2487 | 2026-08-25T07:35:37.936Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2488 | 2026-08-25T07:35:37.936Z | rpool/images/build/host 24K 152G 24K /rpool/images/build/host |
| 2489 | 2026-08-25T07:35:37.940Z | Aug 25 07:35:36.824 DEBG process exited with exit status: 0 (4.759297ms) |
| 2490 | 2026-08-25T07:35:37.940Z | Aug 25 07:35:36.824 DEBG running: zfs list rpool/images/build/recovery |
| 2491 | 2026-08-25T07:35:37.944Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2492 | 2026-08-25T07:35:37.944Z | rpool/images/build/recovery 24K 152G 24K /rpool/images/build/recovery |
| 2493 | 2026-08-25T07:35:37.944Z | Aug 25 07:35:36.827 DEBG process exited with exit status: 0 (4.010806ms) |
| 2494 | 2026-08-25T07:35:37.944Z | Aug 25 07:35:36.827 INFO console assets match pinned console commit (ab7faf6588a6821b9dad8251580ac3a55f55807e) |
| 2495 | 2026-08-25T07:35:37.957Z | Aug 25 07:35:36.841 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 2026082000.0.0; the console needs a client regen and tools/console_version needs a bump |
| 2496 | 2026-08-25T07:35:37.962Z | Aug 25 07:35:36.841 INFO [hubris-staging] running task |
| 2497 | 2026-08-25T07:35:37.963Z | Aug 25 07:35:36.841 INFO [hubris-production] running task |
| 2498 | 2026-08-25T07:35:37.963Z | Aug 25 07:35:36.841 INFO [incorp-manifest] running task |
| 2499 | 2026-08-25T07:35:37.963Z | Aug 25 07:35:36.841 DEBG running: pkg list -H -o branch -n -g https://pkg.oxide.computer/helios/3/dev/ release/name |
| 2500 | 2026-08-25T07:35:37.963Z | Aug 25 07:35:36.842 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2501 | 2026-08-25T07:35:37.963Z | Aug 25 07:35:36.843 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 |
| 2502 | 2026-08-25T07:35:37.963Z | Aug 25 07:35:36.843 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2503 | 2026-08-25T07:35:37.996Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2504 | 2026-08-25T07:35:38.063Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2505 | 2026-08-25T07:35:38.252Z | Aug 25 07:35:37.074 INFO [incorp-create] process exited with exit status: 0 (232.284425ms) |
| 2506 | 2026-08-25T07:35:38.267Z | Aug 25 07:35:37.074 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios |
| 2507 | 2026-08-25T07:35:38.413Z | Aug 25 07:35:37.299 INFO [incorp-publisher] process exited with exit status: 0 (224.925764ms) |
| 2508 | 2026-08-25T07:35:38.726Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2509 | 2026-08-25T07:35:39.251Z | Aug 25 07:35:38.138 INFO [hubris-production] task succeeded (1.296516371s) |
| 2510 | 2026-08-25T07:35:39.857Z | [ omicron-package] Compiling macaddr v1.0.1 |
| 2511 | 2026-08-25T07:35:39.876Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2512 | 2026-08-25T07:35:39.876Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2513 | 2026-08-25T07:35:39.885Z | [ omicron-package] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2514 | 2026-08-25T07:35:39.885Z | [ omicron-package] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2515 | 2026-08-25T07:35:39.885Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2516 | 2026-08-25T07:35:39.885Z | [ omicron-package] Compiling ingot-macros v0.2.0 |
| 2517 | 2026-08-25T07:35:39.885Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2518 | 2026-08-25T07:35:39.885Z | [ omicron-package] Compiling inout v0.1.4 |
| 2519 | 2026-08-25T07:35:39.885Z | [ omicron-package] Compiling multer v3.1.0 |
| 2520 | 2026-08-25T07:35:39.885Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2521 | 2026-08-25T07:35:39.885Z | [ omicron-package] Compiling match_cfg v0.1.0 |
| 2522 | 2026-08-25T07:35:39.885Z | [ omicron-package] Compiling compression-core v0.4.31 |
| 2523 | 2026-08-25T07:35:39.885Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2524 | 2026-08-25T07:35:39.885Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2525 | 2026-08-25T07:35:39.885Z | [ omicron-package] Compiling slog-json v2.6.1 |
| 2526 | 2026-08-25T07:35:40.168Z | Aug 25 07:35:39.051 DEBG process exited with exit status: 0 (2.206614252s) |
| 2527 | 2026-08-25T07:35:40.168Z | Aug 25 07:35:39.051 DEBG running: pkg list -g https://pkg.oxide.computer/helios/3/dev/ -F json -o fmri -n '*' |
| 2528 | 2026-08-25T07:35:40.305Z | [ omicron-package] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 2529 | 2026-08-25T07:35:40.601Z | [ omicron-package] Compiling newtype-uuid-macros v0.1.0 |
| 2530 | 2026-08-25T07:35:40.686Z | [ omicron-package] Compiling cobs v0.3.0 |
| 2531 | 2026-08-25T07:35:40.891Z | [ omicron-package] Compiling compression-codecs v0.4.37 |
| 2532 | 2026-08-25T07:35:40.949Z | [ omicron-package] Compiling hostname v0.3.1 |
| 2533 | 2026-08-25T07:35:41.067Z | [ omicron-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2534 | 2026-08-25T07:35:41.073Z | [ omicron-package] Compiling universal-hash v0.5.1 |
| 2535 | 2026-08-25T07:35:41.195Z | [ omicron-package] Compiling cipher v0.4.4 |
| 2536 | 2026-08-25T07:35:41.202Z | [ omicron-package] Compiling proc-macro-crate v3.4.0 |
| 2537 | 2026-08-25T07:35:41.223Z | [ omicron-package] Compiling thiserror-impl-no-std v2.0.2 |
| 2538 | 2026-08-25T07:35:41.227Z | [ omicron-package] Compiling async-stream-impl v0.3.6 |
| 2539 | 2026-08-25T07:35:41.227Z | [ omicron-package] Compiling serde_spanned v1.1.1 |
| 2540 | 2026-08-25T07:35:41.426Z | [ omicron-package] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2541 | 2026-08-25T07:35:41.430Z | [ omicron-package] Compiling dropshot v0.17.1 |
| 2542 | 2026-08-25T07:35:41.430Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2543 | 2026-08-25T07:35:41.430Z | [ omicron-package] Compiling opaque-debug v0.3.1 |
| 2544 | 2026-08-25T07:35:41.595Z | [ omicron-package] Compiling convert_case v0.4.0 |
| 2545 | 2026-08-25T07:35:41.598Z | [ omicron-package] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2546 | 2026-08-25T07:35:41.695Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2547 | 2026-08-25T07:35:41.723Z | [ omicron-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2548 | 2026-08-25T07:35:41.762Z | [ omicron-package] Compiling poly1305 v0.8.0 |
| 2549 | 2026-08-25T07:35:41.762Z | [ omicron-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2550 | 2026-08-25T07:35:41.824Z | [ omicron-package] Compiling toml v1.1.2+spec-1.1.0 |
| 2551 | 2026-08-25T07:35:41.959Z | [ omicron-package] Compiling derive_more v0.99.20 |
| 2552 | 2026-08-25T07:35:41.959Z | [ omicron-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2553 | 2026-08-25T07:35:41.963Z | [ omicron-package] Compiling chacha20 v0.9.1 |
| 2554 | 2026-08-25T07:35:42.061Z | [ omicron-package] Compiling async-stream v0.3.6 |
| 2555 | 2026-08-25T07:35:42.086Z | [ omicron-package] Compiling num_enum_derive v0.7.6 |
| 2556 | 2026-08-25T07:35:42.185Z | [ omicron-package] Compiling async-compression v0.4.41 |
| 2557 | 2026-08-25T07:35:42.188Z | [ omicron-package] Compiling slog-bunyan v2.5.0 |
| 2558 | 2026-08-25T07:35:42.366Z | [ omicron-package] Compiling postcard v1.1.3 |
| 2559 | 2026-08-25T07:35:42.369Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2560 | 2026-08-25T07:35:42.456Z | [ omicron-package] Compiling sha1 v0.11.0 |
| 2561 | 2026-08-25T07:35:42.459Z | [ omicron-package] Compiling thiserror-no-std v2.0.2 |
| 2562 | 2026-08-25T07:35:42.459Z | [ omicron-package] Compiling progenitor-client v0.14.0 |
| 2563 | 2026-08-25T07:35:42.726Z | [ omicron-package] Compiling parse-display-derive v0.10.0 |
| 2564 | 2026-08-25T07:35:42.820Z | [ omicron-package] Compiling waitgroup v0.1.2 |
| 2565 | 2026-08-25T07:35:42.931Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2566 | 2026-08-25T07:35:42.935Z | [ omicron-package] Compiling rustls-pemfile v2.2.0 |
| 2567 | 2026-08-25T07:35:43.024Z | [ omicron-package] Compiling backon v1.6.0 |
| 2568 | 2026-08-25T07:35:43.067Z | [ omicron-package] Compiling ingot-types v0.2.0 |
| 2569 | 2026-08-25T07:35:43.119Z | [ omicron-package] Compiling password-hash v0.5.0 |
| 2570 | 2026-08-25T07:35:43.137Z | Aug 25 07:35:42.023 DEBG process exited with exit status: 0 (2.975045226s) |
| 2571 | 2026-08-25T07:35:43.142Z | Aug 25 07:35:42.027 INFO [incorp-manifest] task succeeded (5.185763384s) |
| 2572 | 2026-08-25T07:35:43.146Z | Aug 25 07:35:42.027 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2573 | 2026-08-25T07:35:43.164Z | [ omicron-package] Compiling dropshot_endpoint v0.17.1 |
| 2574 | 2026-08-25T07:35:43.191Z | [ omicron-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 2575 | 2026-08-25T07:35:43.334Z | [ omicron-package] Compiling blake2 v0.10.6 |
| 2576 | 2026-08-25T07:35:43.339Z | [ omicron-package] Compiling aead v0.5.2 |
| 2577 | 2026-08-25T07:35:43.391Z | Aug 25 07:35:42.277 INFO [incorp-fmt] process exited with exit status: 0 (250.043713ms) |
| 2578 | 2026-08-25T07:35:43.394Z | Aug 25 07:35:42.277 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2579 | 2026-08-25T07:35:43.397Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2580 | 2026-08-25T07:35:43.397Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2581 | 2026-08-25T07:35:43.469Z | [ omicron-package] Compiling hostname v0.4.2 |
| 2582 | 2026-08-25T07:35:43.554Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2583 | 2026-08-25T07:35:43.610Z | [ omicron-package] Compiling ingot v0.2.1 |
| 2584 | 2026-08-25T07:35:43.723Z | [ omicron-package] Compiling instant v0.1.13 |
| 2585 | 2026-08-25T07:35:43.744Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2586 | 2026-08-25T07:35:43.749Z | [ incorp-pkgsend] pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260825T073542Z |
| 2587 | 2026-08-25T07:35:43.749Z | [ incorp-pkgsend] PUBLISHED |
| 2588 | 2026-08-25T07:35:43.832Z | Aug 25 07:35:42.718 INFO [incorp-pkgsend] process exited with exit status: 0 (440.157123ms) |
| 2589 | 2026-08-25T07:35:43.835Z | Aug 25 07:35:42.719 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2590 | 2026-08-25T07:35:43.884Z | [ omicron-package] Compiling illumos-nvpair-sys v0.2.0 |
| 2591 | 2026-08-25T07:35:43.981Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2592 | 2026-08-25T07:35:44.020Z | [ omicron-package] Compiling backoff v0.4.0 |
| 2593 | 2026-08-25T07:35:44.092Z | [ helios-incorp] Retrieving packages for publisher helios ... |
| 2594 | 2026-08-25T07:35:44.092Z | [ helios-incorp] Retrieving catalog 'helios' ... Done |
| 2595 | 2026-08-25T07:35:44.144Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2596 | 2026-08-25T07:35:44.144Z | [ omicron-package] Compiling argon2 v0.5.3 |
| 2597 | 2026-08-25T07:35:44.152Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2598 | 2026-08-25T07:35:44.152Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2599 | 2026-08-25T07:35:44.155Z | [ helios-incorp] |
| 2600 | 2026-08-25T07:35:44.166Z | [ helios-incorp] Archiving packages ... |
| 2601 | 2026-08-25T07:35:44.166Z | [ helios-incorp] Packages to add: 1 |
| 2602 | 2026-08-25T07:35:44.166Z | [ helios-incorp] Files to retrieve: 0 |
| 2603 | 2026-08-25T07:35:44.169Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2604 | 2026-08-25T07:35:44.169Z | [ helios-incorp] |
| 2605 | 2026-08-25T07:35:44.169Z | [ helios-incorp] Packages to archive: |
| 2606 | 2026-08-25T07:35:44.169Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@23.0.0.0,5.11-3.0:20260825T073542Z |
| 2607 | 2026-08-25T07:35:44.169Z | [ helios-incorp] |
| 2608 | 2026-08-25T07:35:44.169Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2609 | 2026-08-25T07:35:44.169Z | [ helios-incorp] Archiving: Completed 120.69 kB in 0.00 seconds |
| 2610 | 2026-08-25T07:35:44.191Z | Aug 25 07:35:43.077 INFO [helios-incorp] process exited with exit status: 0 (358.768378ms) |
| 2611 | 2026-08-25T07:35:44.227Z | [ omicron-package] Compiling chacha20poly1305 v0.10.1 |
| 2612 | 2026-08-25T07:35:44.230Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2613 | 2026-08-25T07:35:44.267Z | [ omicron-package] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 2614 | 2026-08-25T07:35:44.270Z | [ omicron-package] Compiling num_enum v0.7.6 |
| 2615 | 2026-08-25T07:35:44.389Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2616 | 2026-08-25T07:35:44.421Z | [ omicron-package] Compiling progenitor-extras v0.2.0 |
| 2617 | 2026-08-25T07:35:44.460Z | [ omicron-package] Compiling vsss-rs v3.3.4 |
| 2618 | 2026-08-25T07:35:44.496Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2619 | 2026-08-25T07:35:44.614Z | [ omicron-package] Compiling parse-display v0.10.0 |
| 2620 | 2026-08-25T07:35:44.623Z | [ omicron-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2621 | 2026-08-25T07:35:44.735Z | [ omicron-package] Compiling regress v0.10.5 |
| 2622 | 2026-08-25T07:35:44.749Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2623 | 2026-08-25T07:35:44.829Z | [ omicron-package] Compiling tabwriter v1.4.1 |
| 2624 | 2026-08-25T07:35:44.995Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2625 | 2026-08-25T07:35:45.051Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2626 | 2026-08-25T07:35:45.133Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2627 | 2026-08-25T07:35:45.407Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2628 | 2026-08-25T07:35:45.455Z | [ omicron-package] Compiling humantime v2.3.0 |
| 2629 | 2026-08-25T07:35:45.511Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2630 | 2026-08-25T07:35:45.569Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2631 | 2026-08-25T07:35:45.621Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2632 | 2026-08-25T07:35:45.790Z | [ omicron-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2633 | 2026-08-25T07:35:45.790Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2634 | 2026-08-25T07:35:45.853Z | [ omicron-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2635 | 2026-08-25T07:35:45.935Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2636 | 2026-08-25T07:35:45.984Z | [ omicron-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2637 | 2026-08-25T07:35:46.028Z | [ omicron-package] Compiling rayon v1.11.0 |
| 2638 | 2026-08-25T07:35:46.155Z | [ omicron-package] Compiling rand v0.10.1 |
| 2639 | 2026-08-25T07:35:46.158Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2640 | 2026-08-25T07:35:46.189Z | [ omicron-package] Compiling colored v3.1.1 |
| 2641 | 2026-08-25T07:35:46.189Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2642 | 2026-08-25T07:35:46.189Z | [ omicron-package] Compiling illumos-nvpair v0.3.0 |
| 2643 | 2026-08-25T07:35:46.211Z | [ omicron-package] Compiling zone_cfg_derive v0.3.1 |
| 2644 | 2026-08-25T07:35:46.258Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2645 | 2026-08-25T07:35:46.321Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 2646 | 2026-08-25T07:35:46.694Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2647 | 2026-08-25T07:35:46.715Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2648 | 2026-08-25T07:35:46.742Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2649 | 2026-08-25T07:35:46.764Z | [ omicron-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 2650 | 2026-08-25T07:35:46.881Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2651 | 2026-08-25T07:35:46.915Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2652 | 2026-08-25T07:35:46.935Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2653 | 2026-08-25T07:35:47.021Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2654 | 2026-08-25T07:35:47.232Z | [ omicron-package] Compiling swrite v0.1.0 |
| 2655 | 2026-08-25T07:35:47.294Z | [ omicron-package] Compiling glob v0.3.3 |
| 2656 | 2026-08-25T07:35:47.534Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2657 | 2026-08-25T07:35:47.747Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2658 | 2026-08-25T07:35:47.802Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2659 | 2026-08-25T07:35:47.802Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2660 | 2026-08-25T07:35:48.142Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 2661 | 2026-08-25T07:35:48.227Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 2662 | 2026-08-25T07:35:48.294Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2663 | 2026-08-25T07:35:48.341Z | [ omicron-package] Compiling zone v0.3.1 |
| 2664 | 2026-08-25T07:35:48.514Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2665 | 2026-08-25T07:35:48.560Z | [ omicron-package] Compiling smf v0.2.3 |
| 2666 | 2026-08-25T07:35:48.589Z | [ omicron-package] Compiling whoami v1.6.1 |
| 2667 | 2026-08-25T07:35:48.593Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2668 | 2026-08-25T07:35:48.682Z | [ omicron-package] Compiling tokio-dtrace v0.1.1 |
| 2669 | 2026-08-25T07:35:48.723Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2670 | 2026-08-25T07:35:48.726Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2671 | 2026-08-25T07:35:48.810Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2672 | 2026-08-25T07:35:49.023Z | [ omicron-package] Compiling console v0.16.2 |
| 2673 | 2026-08-25T07:35:49.079Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2674 | 2026-08-25T07:35:49.150Z | [ omicron-package] Compiling unit-prefix v0.5.2 |
| 2675 | 2026-08-25T07:35:49.236Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.4 |
| 2676 | 2026-08-25T07:35:49.880Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 2677 | 2026-08-25T07:35:49.996Z | [ omicron-package] Compiling indicatif v0.18.4 |
| 2678 | 2026-08-25T07:35:53.063Z | [ omicron-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2679 | 2026-08-25T07:35:53.863Z | [ helios-setup] Aug 25 07:35:52.749 INFO helios repository root is: /work/oxidecomputer/helios |
| 2680 | 2026-08-25T07:35:53.866Z | [ helios-setup] Aug 25 07:35:52.750 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 |
| 2681 | 2026-08-25T07:35:53.866Z | [ helios-setup] Aug 25 07:35:52.750 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 |
| 2682 | 2026-08-25T07:35:53.866Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2683 | 2026-08-25T07:35:54.684Z | [ helios-setup] Aug 25 07:35:53.571 INFO clone ok!, project: amd-host-image-builder |
| 2684 | 2026-08-25T07:35:54.687Z | [ helios-setup] Aug 25 07:35:53.571 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 |
| 2685 | 2026-08-25T07:35:54.687Z | [ helios-setup] Aug 25 07:35:53.571 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2686 | 2026-08-25T07:35:54.687Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2687 | 2026-08-25T07:35:55.944Z | [ helios-setup] Aug 25 07:35:54.829 INFO clone ok!, project: pilot |
| 2688 | 2026-08-25T07:35:55.948Z | [ helios-setup] Aug 25 07:35:54.829 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 |
| 2689 | 2026-08-25T07:35:55.948Z | [ helios-setup] Aug 25 07:35:54.829 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2690 | 2026-08-25T07:35:55.948Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2691 | 2026-08-25T07:35:56.594Z | Aug 25 07:35:55.480 INFO [hubris-staging] task succeeded (18.638981721s) |
| 2692 | 2026-08-25T07:35:57.034Z | [ helios-setup] Aug 25 07:35:55.920 INFO clone ok!, project: phbl |
| 2693 | 2026-08-25T07:35:57.034Z | [ helios-setup] Aug 25 07:35:55.920 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 |
| 2694 | 2026-08-25T07:35:57.034Z | [ helios-setup] Aug 25 07:35:55.920 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2695 | 2026-08-25T07:35:57.037Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2696 | 2026-08-25T07:35:57.586Z | [ helios-setup] Aug 25 07:35:56.472 INFO clone ok!, project: bootserver |
| 2697 | 2026-08-25T07:35:57.589Z | [ helios-setup] Aug 25 07:35:56.472 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2698 | 2026-08-25T07:35:57.590Z | [ helios-setup] Aug 25 07:35:56.472 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 |
| 2699 | 2026-08-25T07:35:57.590Z | [ helios-setup] Aug 25 07:35:56.473 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2700 | 2026-08-25T07:35:57.590Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2701 | 2026-08-25T07:35:58.061Z | [ helios-setup] Aug 25 07:35:56.942 INFO clone ok!, project: pinprick |
| 2702 | 2026-08-25T07:35:58.061Z | [ helios-setup] Aug 25 07:35:56.943 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 |
| 2703 | 2026-08-25T07:35:58.064Z | [ helios-setup] Aug 25 07:35:56.943 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2704 | 2026-08-25T07:35:58.064Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2705 | 2026-08-25T07:35:58.923Z | [ helios-setup] Aug 25 07:35:57.808 INFO clone ok!, project: chelsio-t6-roms |
| 2706 | 2026-08-25T07:35:58.923Z | [ helios-setup] Aug 25 07:35:57.809 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 |
| 2707 | 2026-08-25T07:35:58.927Z | [ helios-setup] Aug 25 07:35:57.809 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2708 | 2026-08-25T07:35:58.928Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2709 | 2026-08-25T07:35:59.716Z | [ helios-setup] Aug 25 07:35:58.602 INFO clone ok!, project: dmar-report |
| 2710 | 2026-08-25T07:35:59.716Z | [ helios-setup] Aug 25 07:35:58.603 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 |
| 2711 | 2026-08-25T07:35:59.719Z | [ helios-setup] Aug 25 07:35:58.603 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2712 | 2026-08-25T07:35:59.719Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2713 | 2026-08-25T07:36:00.255Z | [ helios-setup] Aug 25 07:35:59.141 INFO clone ok!, project: image-builder |
| 2714 | 2026-08-25T07:36:00.255Z | [ helios-setup] Aug 25 07:35:59.141 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2715 | 2026-08-25T07:36:00.255Z | [ helios-setup] Aug 25 07:35:59.141 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2716 | 2026-08-25T07:36:00.258Z | [ helios-setup] Aug 25 07:35:59.141 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 |
| 2717 | 2026-08-25T07:36:00.259Z | [ helios-setup] Aug 25 07:35:59.141 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2718 | 2026-08-25T07:36:00.259Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2719 | 2026-08-25T07:36:02.442Z | [ omicron-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 2720 | 2026-08-25T07:36:05.805Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2721 | 2026-08-25T07:36:06.678Z | [ helios-setup] Aug 25 07:36:05.564 INFO clone ok!, project: amd-firmware |
| 2722 | 2026-08-25T07:36:06.682Z | [ helios-setup] Aug 25 07:36:05.564 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2723 | 2026-08-25T07:36:06.927Z | [ helios-setup] Aug 25 07:36:05.813 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios"], pwd: None |
| 2724 | 2026-08-25T07:36:06.978Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2725 | 2026-08-25T07:36:07.172Z | [ helios-setup] Aug 25 07:36:06.058 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios created |
| 2726 | 2026-08-25T07:36:07.172Z | [ helios-setup] Aug 25 07:36:06.058 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2727 | 2026-08-25T07:36:07.417Z | [ helios-setup] Aug 25 07:36:06.303 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios"], pwd: None |
| 2728 | 2026-08-25T07:36:07.652Z | [ helios-setup] Aug 25 07:36:06.538 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios created |
| 2729 | 2026-08-25T07:36:07.652Z | [ helios-setup] Aug 25 07:36:06.538 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2730 | 2026-08-25T07:36:07.889Z | [ helios-setup] Aug 25 07:36:06.775 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios"], pwd: None |
| 2731 | 2026-08-25T07:36:08.129Z | [ helios-setup] Aug 25 07:36:07.014 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios created |
| 2732 | 2026-08-25T07:36:08.130Z | [ helios-setup] Aug 25 07:36:07.015 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2733 | 2026-08-25T07:36:08.133Z | [ helios-setup] Aug 25 07:36:07.015 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2734 | 2026-08-25T07:36:08.133Z | [ helios-setup] Aug 25 07:36:07.015 INFO ok! |
| 2735 | 2026-08-25T07:36:08.133Z | [ helios-setup] Aug 25 07:36:07.015 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2736 | 2026-08-25T07:36:08.133Z | [ helios-setup] Aug 25 07:36:07.015 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2737 | 2026-08-25T07:36:08.133Z | [ helios-setup] Aug 25 07:36:07.015 INFO ok! |
| 2738 | 2026-08-25T07:36:08.133Z | [ helios-setup] Aug 25 07:36:07.015 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2739 | 2026-08-25T07:36:08.133Z | [ helios-setup] Aug 25 07:36:07.015 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2740 | 2026-08-25T07:36:08.133Z | [ helios-setup] Aug 25 07:36:07.015 INFO ok! |
| 2741 | 2026-08-25T07:36:08.133Z | [ helios-setup] Aug 25 07:36:07.015 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 2742 | 2026-08-25T07:36:08.159Z | [ helios-setup] Aug 25 07:36:07.046 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')" |
| 2743 | 2026-08-25T07:36:08.159Z | [ helios-setup] Aug 25 07:36:07.046 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 2744 | 2026-08-25T07:36:08.162Z | [ helios-setup] Aug 25 07:36:07.046 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 2745 | 2026-08-25T07:36:08.289Z | [ helios-setup] Aug 25 07:36:07.176 INFO E| Updating crates.io index |
| 2746 | 2026-08-25T07:36:08.293Z | [ helios-setup] Aug 25 07:36:07.176 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 2747 | 2026-08-25T07:36:08.740Z | [ helios-setup] Aug 25 07:36:07.626 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 2748 | 2026-08-25T07:36:08.740Z | [ helios-setup] Aug 25 07:36:07.626 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 2749 | 2026-08-25T07:36:08.753Z | [ helios-setup] Aug 25 07:36:07.639 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 2750 | 2026-08-25T07:36:09.157Z | [ helios-setup] Aug 25 07:36:08.041 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 2751 | 2026-08-25T07:36:09.157Z | [ helios-setup] Aug 25 07:36:08.041 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 2752 | 2026-08-25T07:36:09.392Z | [ helios-setup] Aug 25 07:36:08.277 INFO E| Downloading crates ... |
| 2753 | 2026-08-25T07:36:09.432Z | [ helios-setup] Aug 25 07:36:08.318 INFO E| Downloaded four-cc v0.4.0 |
| 2754 | 2026-08-25T07:36:09.436Z | [ helios-setup] Aug 25 07:36:08.323 INFO E| Downloaded ansi_term v0.12.1 |
| 2755 | 2026-08-25T07:36:09.439Z | [ helios-setup] Aug 25 07:36:08.326 INFO E| Downloaded dyn-clone v1.0.19 |
| 2756 | 2026-08-25T07:36:09.447Z | [ helios-setup] Aug 25 07:36:08.333 INFO E| Downloaded bytesize v2.0.1 |
| 2757 | 2026-08-25T07:36:09.450Z | [ helios-setup] Aug 25 07:36:08.336 INFO E| Downloaded unic-char-range v0.9.0 |
| 2758 | 2026-08-25T07:36:09.458Z | [ helios-setup] Aug 25 07:36:08.344 INFO E| Downloaded unicode-ident v1.0.18 |
| 2759 | 2026-08-25T07:36:09.461Z | [ helios-setup] Aug 25 07:36:08.346 INFO E| Downloaded strum v0.27.1 |
| 2760 | 2026-08-25T07:36:09.461Z | [ helios-setup] Aug 25 07:36:08.346 INFO E| Downloaded itoa v1.0.15 |
| 2761 | 2026-08-25T07:36:09.461Z | [ helios-setup] Aug 25 07:36:08.347 INFO E| Downloaded parse_int v0.9.0 |
| 2762 | 2026-08-25T07:36:09.466Z | [ helios-setup] Aug 25 07:36:08.353 INFO E| Downloaded unic-common v0.9.0 |
| 2763 | 2026-08-25T07:36:09.469Z | [ helios-setup] Aug 25 07:36:08.355 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 2764 | 2026-08-25T07:36:09.472Z | [ helios-setup] Aug 25 07:36:08.358 INFO E| Downloaded fletcher v1.0.0 |
| 2765 | 2026-08-25T07:36:09.476Z | [ helios-setup] Aug 25 07:36:08.360 INFO E| Downloaded unic-char-property v0.9.0 |
| 2766 | 2026-08-25T07:36:09.476Z | [ helios-setup] Aug 25 07:36:08.361 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 2767 | 2026-08-25T07:36:09.480Z | [ helios-setup] Aug 25 07:36:08.362 INFO E| Downloaded heck v0.3.3 |
| 2768 | 2026-08-25T07:36:09.480Z | [ helios-setup] Aug 25 07:36:08.364 INFO E| Downloaded vec_map v0.8.2 |
| 2769 | 2026-08-25T07:36:09.483Z | [ helios-setup] Aug 25 07:36:08.369 INFO E| Downloaded strsim v0.8.0 |
| 2770 | 2026-08-25T07:36:09.494Z | [ helios-setup] Aug 25 07:36:08.380 INFO E| Downloaded autocfg v1.4.0 |
| 2771 | 2026-08-25T07:36:09.501Z | [ helios-setup] Aug 25 07:36:08.388 INFO E| Downloaded strum_macros v0.27.1 |
| 2772 | 2026-08-25T07:36:09.504Z | [ helios-setup] Aug 25 07:36:08.389 INFO E| Downloaded rustversion v1.0.20 |
| 2773 | 2026-08-25T07:36:09.508Z | [ helios-setup] Aug 25 07:36:08.391 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 2774 | 2026-08-25T07:36:09.511Z | [ helios-setup] Aug 25 07:36:08.395 INFO E| Downloaded thiserror v2.0.12 |
| 2775 | 2026-08-25T07:36:09.514Z | [ helios-setup] Aug 25 07:36:08.398 INFO E| Downloaded structopt-derive v0.4.18 |
| 2776 | 2026-08-25T07:36:09.519Z | [ helios-setup] Aug 25 07:36:08.406 INFO E| Downloaded thiserror-impl v2.0.12 |
| 2777 | 2026-08-25T07:36:09.522Z | [ helios-setup] Aug 25 07:36:08.408 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 2778 | 2026-08-25T07:36:09.525Z | [ helios-setup] Aug 25 07:36:08.409 INFO E| Downloaded textwrap v0.11.0 |
| 2779 | 2026-08-25T07:36:09.525Z | [ helios-setup] Aug 25 07:36:08.410 INFO E| Downloaded modular-bitfield v0.11.2 |
| 2780 | 2026-08-25T07:36:09.529Z | [ helios-setup] Aug 25 07:36:08.415 INFO E| Downloaded pest_derive v2.8.0 |
| 2781 | 2026-08-25T07:36:09.533Z | [ helios-setup] Aug 25 07:36:08.417 INFO E| Downloaded pest_generator v2.8.0 |
| 2782 | 2026-08-25T07:36:09.533Z | [ helios-setup] Aug 25 07:36:08.417 INFO E| Downloaded quote v1.0.40 |
| 2783 | 2026-08-25T07:36:09.536Z | [ helios-setup] Aug 25 07:36:08.419 INFO E| Downloaded ryu v1.0.20 |
| 2784 | 2026-08-25T07:36:09.544Z | [ helios-setup] Aug 25 07:36:08.430 INFO E| Downloaded modular-bitfield v0.13.1 |
| 2785 | 2026-08-25T07:36:09.551Z | [ helios-setup] Aug 25 07:36:08.438 INFO E| Downloaded pest_meta v2.8.0 |
| 2786 | 2026-08-25T07:36:09.554Z | [ helios-setup] Aug 25 07:36:08.439 INFO E| Downloaded serde_derive v1.0.219 |
| 2787 | 2026-08-25T07:36:09.559Z | [ helios-setup] Aug 25 07:36:08.445 INFO E| Downloaded proc-macro2 v1.0.95 |
| 2788 | 2026-08-25T07:36:09.563Z | [ helios-setup] Aug 25 07:36:08.449 INFO E| Downloaded serde v1.0.219 |
| 2789 | 2026-08-25T07:36:09.566Z | [ helios-setup] Aug 25 07:36:08.452 INFO E| Downloaded typenum v1.18.0 |
| 2790 | 2026-08-25T07:36:09.569Z | [ helios-setup] Aug 25 07:36:08.454 INFO E| Downloaded log v0.4.27 |
| 2791 | 2026-08-25T07:36:09.573Z | [ helios-setup] Aug 25 07:36:08.455 INFO E| Downloaded structopt v0.3.26 |
| 2792 | 2026-08-25T07:36:09.575Z | [ helios-setup] Aug 25 07:36:08.459 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 2793 | 2026-08-25T07:36:09.578Z | [ helios-setup] Aug 25 07:36:08.463 INFO E| Downloaded memchr v2.7.4 |
| 2794 | 2026-08-25T07:36:09.600Z | [ helios-setup] Aug 25 07:36:08.486 INFO E| Downloaded clap v2.34.0 |
| 2795 | 2026-08-25T07:36:09.607Z | [ helios-setup] Aug 25 07:36:08.494 INFO E| Downloaded serde_json v1.0.140 |
| 2796 | 2026-08-25T07:36:09.611Z | [ helios-setup] Aug 25 07:36:08.497 INFO E| Downloaded pest v2.8.0 |
| 2797 | 2026-08-25T07:36:09.622Z | [ helios-setup] Aug 25 07:36:08.508 INFO E| Downloaded goblin v0.9.3 |
| 2798 | 2026-08-25T07:36:09.632Z | [ helios-setup] Aug 25 07:36:08.518 INFO E| Downloaded zerocopy v0.8.25 |
| 2799 | 2026-08-25T07:36:09.645Z | [ helios-setup] Aug 25 07:36:08.532 INFO E| Downloaded syn v2.0.101 |
| 2800 | 2026-08-25T07:36:09.672Z | [ helios-setup] Aug 25 07:36:08.558 INFO E| Downloaded libc v0.2.172 |
| 2801 | 2026-08-25T07:36:09.721Z | [ helios-setup] Aug 25 07:36:08.607 INFO E| Compiling proc-macro2 v1.0.95 |
| 2802 | 2026-08-25T07:36:09.721Z | [ helios-setup] Aug 25 07:36:08.607 INFO E| Compiling unicode-ident v1.0.18 |
| 2803 | 2026-08-25T07:36:09.724Z | [ helios-setup] Aug 25 07:36:08.607 INFO E| Compiling memchr v2.7.4 |
| 2804 | 2026-08-25T07:36:09.724Z | [ helios-setup] Aug 25 07:36:08.607 INFO E| Compiling thiserror v2.0.12 |
| 2805 | 2026-08-25T07:36:09.724Z | [ helios-setup] Aug 25 07:36:08.607 INFO E| Compiling autocfg v1.4.0 |
| 2806 | 2026-08-25T07:36:09.724Z | [ helios-setup] Aug 25 07:36:08.607 INFO E| Compiling syn v1.0.109 |
| 2807 | 2026-08-25T07:36:09.724Z | [ helios-setup] Aug 25 07:36:08.607 INFO E| Compiling serde v1.0.219 |
| 2808 | 2026-08-25T07:36:09.724Z | [ helios-setup] Aug 25 07:36:08.607 INFO E| Compiling version_check v0.9.5 |
| 2809 | 2026-08-25T07:36:09.724Z | [ helios-setup] Aug 25 07:36:08.607 INFO E| Compiling serde_json v1.0.140 |
| 2810 | 2026-08-25T07:36:09.724Z | [ helios-setup] Aug 25 07:36:08.607 INFO E| Compiling schemars v0.8.22 |
| 2811 | 2026-08-25T07:36:09.724Z | [ helios-setup] Aug 25 07:36:08.607 INFO E| Compiling itoa v1.0.15 |
| 2812 | 2026-08-25T07:36:09.724Z | [ helios-setup] Aug 25 07:36:08.607 INFO E| Compiling ryu v1.0.20 |
| 2813 | 2026-08-25T07:36:09.724Z | [ helios-setup] Aug 25 07:36:08.607 INFO E| Compiling dyn-clone v1.0.19 |
| 2814 | 2026-08-25T07:36:09.742Z | [ helios-setup] Aug 25 07:36:08.629 INFO E| Compiling paste v1.0.15 |
| 2815 | 2026-08-25T07:36:09.746Z | [ helios-setup] Aug 25 07:36:08.629 INFO E| Compiling ucd-trie v0.1.7 |
| 2816 | 2026-08-25T07:36:09.746Z | [ helios-setup] Aug 25 07:36:08.629 INFO E| Compiling libc v0.2.172 |
| 2817 | 2026-08-25T07:36:09.879Z | [ helios-setup] Aug 25 07:36:08.765 INFO E| Compiling static_assertions v1.1.0 |
| 2818 | 2026-08-25T07:36:09.906Z | [ helios-setup] Aug 25 07:36:08.792 INFO E| Compiling zerocopy v0.8.25 |
| 2819 | 2026-08-25T07:36:09.924Z | [ helios-setup] Aug 25 07:36:08.810 INFO E| Compiling rustversion v1.0.20 |
| 2820 | 2026-08-25T07:36:09.959Z | [ helios-setup] Aug 25 07:36:08.843 INFO E| Compiling once_cell v1.21.3 |
| 2821 | 2026-08-25T07:36:10.027Z | [ helios-setup] Aug 25 07:36:08.912 INFO E| Compiling heck v0.5.0 |
| 2822 | 2026-08-25T07:36:10.032Z | [ helios-setup] Aug 25 07:36:08.916 INFO E| Compiling unicode-segmentation v1.12.0 |
| 2823 | 2026-08-25T07:36:10.082Z | [ helios-setup] Aug 25 07:36:08.966 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 2824 | 2026-08-25T07:36:10.082Z | [ helios-setup] Aug 25 07:36:08.966 INFO E| Compiling proc-macro-error v1.0.4 |
| 2825 | 2026-08-25T07:36:10.116Z | [ helios-setup] Aug 25 07:36:09.002 INFO E| Compiling unicode-width v0.1.14 |
| 2826 | 2026-08-25T07:36:10.140Z | [ helios-setup] Aug 25 07:36:09.026 INFO E| Compiling num-traits v0.2.19 |
| 2827 | 2026-08-25T07:36:10.151Z | [ helios-setup] Aug 25 07:36:09.037 INFO E| Compiling memoffset v0.9.1 |
| 2828 | 2026-08-25T07:36:10.158Z | [ helios-setup] Aug 25 07:36:09.044 INFO E| Compiling bitflags v1.3.2 |
| 2829 | 2026-08-25T07:36:10.202Z | [ helios-setup] Aug 25 07:36:09.088 INFO E| Compiling fletcher v1.0.0 |
| 2830 | 2026-08-25T07:36:10.235Z | [ helios-setup] Aug 25 07:36:09.121 INFO E| Compiling byteorder v1.5.0 |
| 2831 | 2026-08-25T07:36:10.249Z | [ helios-setup] Aug 25 07:36:09.136 INFO E| Compiling strum v0.27.1 |
| 2832 | 2026-08-25T07:36:10.308Z | [ helios-setup] Aug 25 07:36:09.194 INFO E| Compiling ansi_term v0.12.1 |
| 2833 | 2026-08-25T07:36:10.357Z | [ helios-setup] Aug 25 07:36:09.241 INFO E| Compiling strsim v0.8.0 |
| 2834 | 2026-08-25T07:36:10.361Z | [ helios-setup] Aug 25 07:36:09.247 INFO E| Compiling textwrap v0.11.0 |
| 2835 | 2026-08-25T07:36:10.379Z | [ helios-setup] Aug 25 07:36:09.264 INFO E| Compiling heck v0.3.3 |
| 2836 | 2026-08-25T07:36:10.415Z | [ helios-setup] Aug 25 07:36:09.302 INFO E| Compiling unic-char-range v0.9.0 |
| 2837 | 2026-08-25T07:36:10.454Z | [ helios-setup] Aug 25 07:36:09.339 INFO E| Compiling atty v0.2.14 |
| 2838 | 2026-08-25T07:36:10.462Z | [ helios-setup] Aug 25 07:36:09.347 INFO E| Compiling unic-common v0.9.0 |
| 2839 | 2026-08-25T07:36:10.467Z | [ helios-setup] Aug 25 07:36:09.352 INFO E| Compiling vec_map v0.8.2 |
| 2840 | 2026-08-25T07:36:10.484Z | [ helios-setup] Aug 25 07:36:09.370 INFO E| Compiling log v0.4.27 |
| 2841 | 2026-08-25T07:36:10.492Z | [ helios-setup] Aug 25 07:36:09.378 INFO E| Compiling plain v0.2.3 |
| 2842 | 2026-08-25T07:36:10.514Z | [ helios-setup] Aug 25 07:36:09.400 INFO E| Compiling unic-char-property v0.9.0 |
| 2843 | 2026-08-25T07:36:10.552Z | [ helios-setup] Aug 25 07:36:09.439 INFO E| Compiling unic-ucd-version v0.9.0 |
| 2844 | 2026-08-25T07:36:10.558Z | [ helios-setup] Aug 25 07:36:09.444 INFO E| Compiling lazy_static v1.5.0 |
| 2845 | 2026-08-25T07:36:10.563Z | [ helios-setup] Aug 25 07:36:09.450 INFO E| Compiling bytesize v2.0.1 |
| 2846 | 2026-08-25T07:36:10.603Z | [ helios-setup] Aug 25 07:36:09.489 INFO E| Compiling clap v2.34.0 |
| 2847 | 2026-08-25T07:36:10.611Z | [ helios-setup] Aug 25 07:36:09.497 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 2848 | 2026-08-25T07:36:10.696Z | [ helios-setup] Aug 25 07:36:09.582 INFO E| Compiling quote v1.0.40 |
| 2849 | 2026-08-25T07:36:10.852Z | [ helios-setup] Aug 25 07:36:09.739 INFO E| Compiling syn v2.0.101 |
| 2850 | 2026-08-25T07:36:11.105Z | [ helios-setup] Aug 25 07:36:09.990 INFO E| Compiling parse_int v0.9.0 |
| 2851 | 2026-08-25T07:36:12.647Z | [ helios-setup] Aug 25 07:36:11.531 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 2852 | 2026-08-25T07:36:12.647Z | [ helios-setup] Aug 25 07:36:11.531 INFO E| Compiling structopt-derive v0.4.18 |
| 2853 | 2026-08-25T07:36:12.885Z | [ helios-setup] Aug 25 07:36:11.771 INFO E| Compiling serde_derive_internals v0.29.1 |
| 2854 | 2026-08-25T07:36:13.266Z | [ helios-setup] Aug 25 07:36:12.152 INFO E| Compiling thiserror-impl v2.0.12 |
| 2855 | 2026-08-25T07:36:13.266Z | [ helios-setup] Aug 25 07:36:12.152 INFO E| Compiling serde_derive v1.0.219 |
| 2856 | 2026-08-25T07:36:13.269Z | [ helios-setup] Aug 25 07:36:12.152 INFO E| Compiling zerocopy-derive v0.8.25 |
| 2857 | 2026-08-25T07:36:13.269Z | [ helios-setup] Aug 25 07:36:12.152 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 2858 | 2026-08-25T07:36:13.269Z | [ helios-setup] Aug 25 07:36:12.152 INFO E| Compiling num-derive v0.4.2 |
| 2859 | 2026-08-25T07:36:13.269Z | [ helios-setup] Aug 25 07:36:12.152 INFO E| Compiling scroll_derive v0.12.1 |
| 2860 | 2026-08-25T07:36:13.269Z | [ helios-setup] Aug 25 07:36:12.152 INFO E| Compiling strum_macros v0.27.1 |
| 2861 | 2026-08-25T07:36:13.375Z | [ helios-setup] Aug 25 07:36:12.261 INFO E| Compiling schemars_derive v0.8.22 |
| 2862 | 2026-08-25T07:36:13.518Z | [ helios-setup] Aug 25 07:36:12.404 INFO E| Compiling modular-bitfield v0.11.2 |
| 2863 | 2026-08-25T07:36:13.528Z | [ helios-setup] Aug 25 07:36:12.414 INFO E| Compiling structopt v0.3.26 |
| 2864 | 2026-08-25T07:36:13.960Z | [ helios-setup] Aug 25 07:36:12.827 INFO E| Compiling scroll v0.12.0 |
| 2865 | 2026-08-25T07:36:14.152Z | [ helios-setup] Aug 25 07:36:13.038 INFO E| Compiling goblin v0.9.3 |
| 2866 | 2026-08-25T07:36:14.309Z | [ helios-setup] Aug 25 07:36:13.195 INFO E| Compiling modular-bitfield v0.13.1 |
| 2867 | 2026-08-25T07:36:14.379Z | [ helios-setup] Aug 25 07:36:13.265 INFO E| Compiling pest v2.8.0 |
| 2868 | 2026-08-25T07:36:15.380Z | [ helios-setup] Aug 25 07:36:14.266 INFO E| Compiling pest_meta v2.8.0 |
| 2869 | 2026-08-25T07:36:15.933Z | [ helios-setup] Aug 25 07:36:14.819 INFO E| Compiling pest_generator v2.8.0 |
| 2870 | 2026-08-25T07:36:16.613Z | [ helios-setup] Aug 25 07:36:15.498 INFO E| Compiling pest_derive v2.8.0 |
| 2871 | 2026-08-25T07:36:17.338Z | [ helios-setup] Aug 25 07:36:16.224 INFO E| Compiling json5 v0.4.1 |
| 2872 | 2026-08-25T07:36:18.425Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 40.46s |
| 2873 | 2026-08-25T07:36:18.554Z | [ helios-setup] Aug 25 07:36:17.439 INFO E| Compiling four-cc v0.4.0 |
| 2874 | 2026-08-25T07:36:18.554Z | [ helios-setup] Aug 25 07:36:17.439 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 2875 | 2026-08-25T07:36:18.653Z | [ helios-setup] Aug 25 07:36:17.538 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 2876 | 2026-08-25T07:36:18.671Z | [ omicron-package] |
| 2877 | 2026-08-25T07:36:18.671Z | [ omicron-package] real 40.639331127 |
| 2878 | 2026-08-25T07:36:18.671Z | [ omicron-package] user 3:54.047527637 |
| 2879 | 2026-08-25T07:36:18.676Z | [ omicron-package] sys 27.625744494 |
| 2880 | 2026-08-25T07:36:18.676Z | [ omicron-package] trap 0.433700560 |
| 2881 | 2026-08-25T07:36:18.676Z | [ omicron-package] tflt 0.700562556 |
| 2882 | 2026-08-25T07:36:18.676Z | [ omicron-package] dflt 2.258470000 |
| 2883 | 2026-08-25T07:36:18.676Z | [ omicron-package] kflt 0.000448020 |
| 2884 | 2026-08-25T07:36:18.676Z | [ omicron-package] lock 11:34.630394219 |
| 2885 | 2026-08-25T07:36:18.676Z | [ omicron-package] slp 6:04.180451394 |
| 2886 | 2026-08-25T07:36:18.676Z | [ omicron-package] lat 49.426348491 |
| 2887 | 2026-08-25T07:36:18.676Z | [ omicron-package] stop 1:57.692345925 |
| 2888 | 2026-08-25T07:36:18.676Z | Aug 25 07:36:17.557 INFO [omicron-package] process exited with exit status: 0 (40.714154372s) |
| 2889 | 2026-08-25T07:36:18.676Z | Aug 25 07:36:17.557 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2890 | 2026-08-25T07:36:18.676Z | Aug 25 07:36:17.558 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2891 | 2026-08-25T07:36:18.681Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2892 | 2026-08-25T07:36:18.681Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2893 | 2026-08-25T07:36:18.686Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2894 | 2026-08-25T07:36:18.686Z | [ host-target] Created new build target 'host' and set it as active |
| 2895 | 2026-08-25T07:36:18.686Z | Aug 25 07:36:17.570 INFO [recovery-target] process exited with exit status: 0 (12.212218ms) |
| 2896 | 2026-08-25T07:36:18.686Z | Aug 25 07:36:17.570 INFO [host-target] process exited with exit status: 0 (12.9077ms) |
| 2897 | 2026-08-25T07:36:18.686Z | Aug 25 07:36:17.570 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2898 | 2026-08-25T07:36:18.698Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2899 | 2026-08-25T07:36:20.320Z | [ host-package] Compiling heck v0.5.0 |
| 2900 | 2026-08-25T07:36:20.320Z | [ host-package] Compiling regress v0.11.1 |
| 2901 | 2026-08-25T07:36:20.502Z | [ host-package] Compiling unsafe-libyaml v0.2.11 |
| 2902 | 2026-08-25T07:36:20.525Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 2903 | 2026-08-25T07:36:20.557Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2904 | 2026-08-25T07:36:20.562Z | [ host-package] Compiling derive-where v1.6.0 |
| 2905 | 2026-08-25T07:36:20.562Z | [ host-package] Compiling bytecount v0.6.9 |
| 2906 | 2026-08-25T07:36:20.628Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 2907 | 2026-08-25T07:36:20.628Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 2908 | 2026-08-25T07:36:20.672Z | [ host-package] Compiling is-terminal v0.4.17 |
| 2909 | 2026-08-25T07:36:20.672Z | [ host-package] Compiling prettyplease v0.2.37 |
| 2910 | 2026-08-25T07:36:20.675Z | [ host-package] Compiling newline-converter v0.3.0 |
| 2911 | 2026-08-25T07:36:20.675Z | [ host-package] Compiling console v0.15.11 |
| 2912 | 2026-08-25T07:36:20.741Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 2913 | 2026-08-25T07:36:20.762Z | [ host-package] Compiling resolv-conf v0.7.6 |
| 2914 | 2026-08-25T07:36:20.810Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 2915 | 2026-08-25T07:36:20.835Z | [ host-package] Compiling num-rational v0.4.2 |
| 2916 | 2026-08-25T07:36:20.835Z | [ host-package] Compiling num-complex v0.4.6 |
| 2917 | 2026-08-25T07:36:20.884Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 2918 | 2026-08-25T07:36:20.915Z | [ host-package] Compiling thread_local v1.1.9 |
| 2919 | 2026-08-25T07:36:21.052Z | [ host-package] Compiling serde_yaml v0.9.34+deprecated |
| 2920 | 2026-08-25T07:36:21.124Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2921 | 2026-08-25T07:36:21.205Z | [ host-package] Compiling expectorate v1.2.0 |
| 2922 | 2026-08-25T07:36:21.209Z | [ host-package] Compiling compression-core v0.4.31 |
| 2923 | 2026-08-25T07:36:21.265Z | [ host-package] Compiling hostname v0.3.1 |
| 2924 | 2026-08-25T07:36:21.350Z | [ host-package] Compiling num v0.4.3 |
| 2925 | 2026-08-25T07:36:21.385Z | [ host-package] Compiling compression-codecs v0.4.37 |
| 2926 | 2026-08-25T07:36:21.451Z | [ host-package] Compiling multer v3.1.0 |
| 2927 | 2026-08-25T07:36:21.451Z | [ host-package] Compiling slog-async v2.8.0 |
| 2928 | 2026-08-25T07:36:21.562Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 2929 | 2026-08-25T07:36:21.573Z | [ host-package] Compiling slog-json v2.6.1 |
| 2930 | 2026-08-25T07:36:21.573Z | [ host-package] Compiling serde_spanned v1.1.1 |
| 2931 | 2026-08-25T07:36:21.591Z | [ host-package] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 2932 | 2026-08-25T07:36:21.725Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 2933 | 2026-08-25T07:36:21.756Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 2934 | 2026-08-25T07:36:21.790Z | [ host-package] Compiling take_mut v0.2.2 |
| 2935 | 2026-08-25T07:36:21.794Z | [ host-package] Compiling oxide-update-engine-types v0.1.2 |
| 2936 | 2026-08-25T07:36:21.838Z | [ host-package] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 2937 | 2026-08-25T07:36:21.861Z | [ host-package] Compiling linear-map v1.2.0 |
| 2938 | 2026-08-25T07:36:21.890Z | [ host-package] Compiling float-ord v0.3.2 |
| 2939 | 2026-08-25T07:36:21.922Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 2940 | 2026-08-25T07:36:21.946Z | [ host-package] Compiling term v1.2.1 |
| 2941 | 2026-08-25T07:36:21.991Z | [ host-package] Compiling typify-impl v0.6.2 |
| 2942 | 2026-08-25T07:36:21.995Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 2943 | 2026-08-25T07:36:22.055Z | [ host-package] Compiling async-compression v0.4.41 |
| 2944 | 2026-08-25T07:36:22.079Z | [ host-package] Compiling toml v1.1.2+spec-1.1.0 |
| 2945 | 2026-08-25T07:36:22.085Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 2946 | 2026-08-25T07:36:22.207Z | [ host-package] Compiling lru-cache v0.1.2 |
| 2947 | 2026-08-25T07:36:22.391Z | [ host-package] Compiling slog-term v2.9.2 |
| 2948 | 2026-08-25T07:36:22.395Z | [ host-package] Compiling dropshot v0.17.1 |
| 2949 | 2026-08-25T07:36:22.446Z | [ host-package] Compiling async-stream v0.3.6 |
| 2950 | 2026-08-25T07:36:22.508Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2951 | 2026-08-25T07:36:22.512Z | [ host-package] Compiling sha1 v0.11.0 |
| 2952 | 2026-08-25T07:36:22.530Z | [ host-package] Compiling progenitor-client v0.14.0 |
| 2953 | 2026-08-25T07:36:22.599Z | [ host-package] Compiling waitgroup v0.1.2 |
| 2954 | 2026-08-25T07:36:22.677Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 2955 | 2026-08-25T07:36:22.717Z | [ host-package] Compiling backon v1.6.0 |
| 2956 | 2026-08-25T07:36:22.812Z | [ host-package] Compiling hostname v0.4.2 |
| 2957 | 2026-08-25T07:36:22.899Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 2958 | 2026-08-25T07:36:22.906Z | [ host-package] Compiling instant v0.1.13 |
| 2959 | 2026-08-25T07:36:22.931Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 2960 | 2026-08-25T07:36:22.975Z | [ host-package] Compiling minimal-lexical v0.2.1 |
| 2961 | 2026-08-25T07:36:23.006Z | [ host-package] Compiling progenitor-extras v0.2.0 |
| 2962 | 2026-08-25T07:36:23.047Z | [ host-package] Compiling oxide-update-engine v0.1.2 |
| 2963 | 2026-08-25T07:36:23.066Z | [ host-package] Compiling backoff v0.4.0 |
| 2964 | 2026-08-25T07:36:23.069Z | [ host-package] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 2965 | 2026-08-25T07:36:23.261Z | [ host-package] Compiling nom v7.1.3 |
| 2966 | 2026-08-25T07:36:23.307Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 2967 | 2026-08-25T07:36:23.334Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 2968 | 2026-08-25T07:36:23.337Z | [ host-package] Compiling parse-display v0.10.0 |
| 2969 | 2026-08-25T07:36:23.337Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2970 | 2026-08-25T07:36:23.517Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 2971 | 2026-08-25T07:36:23.736Z | [ host-package] Compiling regress v0.10.5 |
| 2972 | 2026-08-25T07:36:24.193Z | [ host-package] Compiling itertools v0.14.0 |
| 2973 | 2026-08-25T07:36:24.372Z | [ host-package] Compiling macaddr v1.0.1 |
| 2974 | 2026-08-25T07:36:24.637Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 2975 | 2026-08-25T07:36:24.835Z | [ host-package] Compiling humantime v2.3.0 |
| 2976 | 2026-08-25T07:36:24.876Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 2977 | 2026-08-25T07:36:25.050Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 2978 | 2026-08-25T07:36:25.143Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 2979 | 2026-08-25T07:36:25.212Z | [ host-package] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 2980 | 2026-08-25T07:36:25.256Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 2981 | 2026-08-25T07:36:25.472Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 2982 | 2026-08-25T07:36:25.504Z | [ host-package] Compiling toml v0.8.23 |
| 2983 | 2026-08-25T07:36:25.594Z | [ host-package] Compiling papergrid v0.11.0 |
| 2984 | 2026-08-25T07:36:25.597Z | [ host-package] Compiling typify-macro v0.6.2 |
| 2985 | 2026-08-25T07:36:25.773Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 2986 | 2026-08-25T07:36:25.846Z | [ host-package] Compiling termtree v0.5.1 |
| 2987 | 2026-08-25T07:36:26.113Z | [ host-package] Compiling crossterm v0.29.0 |
| 2988 | 2026-08-25T07:36:26.122Z | [ host-package] Compiling phf_shared v0.12.1 |
| 2989 | 2026-08-25T07:36:26.225Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2990 | 2026-08-25T07:36:26.406Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 2991 | 2026-08-25T07:36:26.623Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2992 | 2026-08-25T07:36:26.749Z | [ host-package] Compiling tabled v0.15.0 |
| 2993 | 2026-08-25T07:36:27.037Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 2994 | 2026-08-25T07:36:27.332Z | [ host-package] Compiling typify v0.6.2 |
| 2995 | 2026-08-25T07:36:27.485Z | [ host-package] Compiling progenitor-impl v0.14.0 |
| 2996 | 2026-08-25T07:36:28.323Z | [ host-package] Compiling qorb v0.4.1 |
| 2997 | 2026-08-25T07:36:28.427Z | [ host-package] Compiling vte v0.14.1 |
| 2998 | 2026-08-25T07:36:28.731Z | [ host-package] Compiling csv-core v0.1.13 |
| 2999 | 2026-08-25T07:36:29.148Z | [ host-package] Compiling highway v1.3.0 |
| 3000 | 2026-08-25T07:36:29.241Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 3001 | 2026-08-25T07:36:29.549Z | [ host-package] Compiling csv v1.4.0 |
| 3002 | 2026-08-25T07:36:29.843Z | [ host-package] Compiling progenitor-macro v0.14.0 |
| 3003 | 2026-08-25T07:36:30.573Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3004 | 2026-08-25T07:36:31.078Z | [ host-package] Compiling strip-ansi-escapes v0.2.1 |
| 3005 | 2026-08-25T07:36:31.135Z | [ host-package] Compiling phf v0.12.1 |
| 3006 | 2026-08-25T07:36:31.429Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 3007 | 2026-08-25T07:36:31.679Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3008 | 2026-08-25T07:36:31.719Z | [ host-package] Compiling fd-lock v4.0.4 |
| 3009 | 2026-08-25T07:36:31.755Z | [ host-package] Compiling peg-macros v0.8.5 |
| 3010 | 2026-08-25T07:36:32.289Z | [ host-package] Compiling nu-ansi-term v0.50.3 |
| 3011 | 2026-08-25T07:36:32.296Z | [ helios-setup] Aug 25 07:36:31.182 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 3012 | 2026-08-25T07:36:32.433Z | [ host-package] Compiling const_format v0.2.35 |
| 3013 | 2026-08-25T07:36:32.894Z | [ host-package] Compiling reedline v0.40.0 |
| 3014 | 2026-08-25T07:36:33.082Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3015 | 2026-08-25T07:36:33.154Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3016 | 2026-08-25T07:36:33.265Z | [ host-package] Compiling peg v0.8.5 |
| 3017 | 2026-08-25T07:36:33.411Z | [ host-package] Compiling bcs v0.1.6 |
| 3018 | 2026-08-25T07:36:33.991Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3019 | 2026-08-25T07:36:34.208Z | [ host-package] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 3020 | 2026-08-25T07:36:34.487Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3021 | 2026-08-25T07:36:34.566Z | [ host-package] Compiling progenitor v0.14.0 |
| 3022 | 2026-08-25T07:36:34.788Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3023 | 2026-08-25T07:36:35.031Z | [ host-package] Compiling nom v8.0.0 |
| 3024 | 2026-08-25T07:36:35.158Z | [ host-package] Compiling semver v0.1.20 |
| 3025 | 2026-08-25T07:36:35.365Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3026 | 2026-08-25T07:36:35.627Z | [ host-package] Compiling rustc_version v0.1.7 |
| 3027 | 2026-08-25T07:36:35.871Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 3028 | 2026-08-25T07:36:36.276Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3029 | 2026-08-25T07:36:36.409Z | [ helios-setup] Aug 25 07:36:35.294 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3030 | 2026-08-25T07:36:36.539Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3031 | 2026-08-25T07:36:36.824Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3032 | 2026-08-25T07:36:37.025Z | [ host-package] Compiling serde_tokenstream v0.3.0 |
| 3033 | 2026-08-25T07:36:37.400Z | [ host-package] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 3034 | 2026-08-25T07:36:37.403Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3035 | 2026-08-25T07:36:37.866Z | [ host-package] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 3036 | 2026-08-25T07:36:37.939Z | [ host-package] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3037 | 2026-08-25T07:36:38.054Z | [ host-package] Compiling oxide-generation-macros v0.2.0 |
| 3038 | 2026-08-25T07:36:38.315Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3039 | 2026-08-25T07:36:38.381Z | [ host-package] Compiling steno v0.4.1 |
| 3040 | 2026-08-25T07:36:38.416Z | [ host-package] Compiling dropshot-api-manager-types v0.8.0 |
| 3041 | 2026-08-25T07:36:38.934Z | [ host-package] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 3042 | 2026-08-25T07:36:39.099Z | [ host-package] Compiling sha1 v0.10.6 |
| 3043 | 2026-08-25T07:36:39.672Z | [ host-package] Compiling utf-8 v0.7.6 |
| 3044 | 2026-08-25T07:36:39.681Z | [ host-package] Compiling tagptr v0.2.0 |
| 3045 | 2026-08-25T07:36:39.732Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3046 | 2026-08-25T07:36:39.869Z | [ host-package] Compiling moka v0.12.13 |
| 3047 | 2026-08-25T07:36:39.957Z | [ host-package] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3048 | 2026-08-25T07:36:40.058Z | [ host-package] Compiling tungstenite v0.21.0 |
| 3049 | 2026-08-25T07:36:40.574Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3050 | 2026-08-25T07:36:41.035Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3051 | 2026-08-25T07:36:41.255Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3052 | 2026-08-25T07:36:41.497Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3053 | 2026-08-25T07:36:42.444Z | [ host-package] Compiling darling_core v0.21.3 |
| 3054 | 2026-08-25T07:36:43.591Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3055 | 2026-08-25T07:36:44.166Z | [ host-package] Compiling display-error-chain v0.2.2 |
| 3056 | 2026-08-25T07:36:44.443Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3057 | 2026-08-25T07:36:44.563Z | [ host-package] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3058 | 2026-08-25T07:36:44.751Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3059 | 2026-08-25T07:36:44.902Z | [ host-package] Compiling darling_macro v0.21.3 |
| 3060 | 2026-08-25T07:36:45.591Z | [ host-package] Compiling darling v0.21.3 |
| 3061 | 2026-08-25T07:36:45.750Z | [ host-package] Compiling libscf-sys v1.2.0 |
| 3062 | 2026-08-25T07:36:46.023Z | [ host-package] Compiling vergen-lib v0.1.6 |
| 3063 | 2026-08-25T07:36:46.055Z | [ host-package] Compiling diesel_derives v2.3.7 |
| 3064 | 2026-08-25T07:36:46.366Z | [ host-package] Compiling dsl_auto_type v0.2.0 |
| 3065 | 2026-08-25T07:36:46.634Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3066 | 2026-08-25T07:36:46.665Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3067 | 2026-08-25T07:36:46.938Z | [ host-package] Compiling diesel_table_macro_syntax v0.3.0 |
| 3068 | 2026-08-25T07:36:46.993Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3069 | 2026-08-25T07:36:47.093Z | [ host-package] Compiling crunchy v0.2.4 |
| 3070 | 2026-08-25T07:36:47.184Z | [ host-package] Compiling glob v0.3.3 |
| 3071 | 2026-08-25T07:36:47.241Z | [ host-package] Compiling maplit v1.0.2 |
| 3072 | 2026-08-25T07:36:47.374Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3073 | 2026-08-25T07:36:47.556Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3074 | 2026-08-25T07:36:47.622Z | [ host-package] Compiling clang-sys v1.8.1 |
| 3075 | 2026-08-25T07:36:47.734Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3076 | 2026-08-25T07:36:47.808Z | [ host-package] Compiling papergrid v0.18.0 |
| 3077 | 2026-08-25T07:36:47.876Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3078 | 2026-08-25T07:36:47.925Z | [ host-package] Compiling downcast-rs v2.0.2 |
| 3079 | 2026-08-25T07:36:47.960Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3080 | 2026-08-25T07:36:48.192Z | [ host-package] Compiling term v0.7.0 |
| 3081 | 2026-08-25T07:36:48.308Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3082 | 2026-08-25T07:36:48.420Z | [ host-package] Compiling xshell v0.2.7 |
| 3083 | 2026-08-25T07:36:48.679Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3084 | 2026-08-25T07:36:48.699Z | [ helios-setup] Aug 25 07:36:47.585 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 40.50s |
| 3085 | 2026-08-25T07:36:48.720Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3086 | 2026-08-25T07:36:48.738Z | [ helios-setup] Aug 25 07:36:47.623 INFO building project "amd-host-image-builder" ok (40 seconds) |
| 3087 | 2026-08-25T07:36:48.738Z | [ helios-setup] Aug 25 07:36:47.623 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 3088 | 2026-08-25T07:36:48.742Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3089 | 2026-08-25T07:36:48.752Z | [ helios-setup] Aug 25 07:36:47.637 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.97.1-x86_64-unknown-illumos (default)" |
| 3090 | 2026-08-25T07:36:48.752Z | [ helios-setup] Aug 25 07:36:47.637 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 3091 | 2026-08-25T07:36:48.752Z | [ helios-setup] Aug 25 07:36:47.637 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 3092 | 2026-08-25T07:36:48.874Z | [ helios-setup] Aug 25 07:36:47.760 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 3093 | 2026-08-25T07:36:48.880Z | [ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3094 | 2026-08-25T07:36:48.982Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3095 | 2026-08-25T07:36:49.190Z | [ helios-setup] Aug 25 07:36:48.076 INFO E| From https://github.com/jclulow/hiercmd |
| 3096 | 2026-08-25T07:36:49.190Z | [ helios-setup] Aug 25 07:36:48.076 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 3097 | 2026-08-25T07:36:49.204Z | [ helios-setup] Aug 25 07:36:48.090 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 3098 | 2026-08-25T07:36:49.230Z | [ host-package] Compiling tabled v0.21.0 |
| 3099 | 2026-08-25T07:36:49.256Z | [ host-package] Compiling bit-set v0.5.3 |
| 3100 | 2026-08-25T07:36:49.351Z | [ host-package] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 3101 | 2026-08-25T07:36:49.534Z | [ helios-setup] Aug 25 07:36:48.419 INFO E| From https://github.com/oxidecomputer/network-interface |
| 3102 | 2026-08-25T07:36:49.535Z | [ helios-setup] Aug 25 07:36:48.419 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 3103 | 2026-08-25T07:36:49.569Z | [ helios-setup] Aug 25 07:36:48.455 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 3104 | 2026-08-25T07:36:49.714Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3105 | 2026-08-25T07:36:49.783Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 3106 | 2026-08-25T07:36:49.920Z | [ helios-setup] Aug 25 07:36:48.806 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 3107 | 2026-08-25T07:36:49.921Z | [ helios-setup] Aug 25 07:36:48.806 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 3108 | 2026-08-25T07:36:49.926Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3109 | 2026-08-25T07:36:49.942Z | [ helios-setup] Aug 25 07:36:48.828 INFO E| Updating crates.io index |
| 3110 | 2026-08-25T07:36:50.010Z | [ helios-setup] Aug 25 07:36:48.896 INFO E| Downloading crates ... |
| 3111 | 2026-08-25T07:36:50.069Z | [ helios-setup] Aug 25 07:36:48.955 INFO E| Downloaded anstyle v1.0.13 |
| 3112 | 2026-08-25T07:36:50.072Z | [ helios-setup] Aug 25 07:36:48.957 INFO E| Downloaded clap_derive v4.5.49 |
| 3113 | 2026-08-25T07:36:50.075Z | [ helios-setup] Aug 25 07:36:48.958 INFO E| Downloaded crc v3.3.0 |
| 3114 | 2026-08-25T07:36:50.075Z | [ helios-setup] Aug 25 07:36:48.960 INFO E| Downloaded base64ct v1.8.0 |
| 3115 | 2026-08-25T07:36:50.076Z | [ helios-setup] Aug 25 07:36:48.961 INFO E| Downloaded bitfield-macros v0.19.3 |
| 3116 | 2026-08-25T07:36:50.079Z | [ helios-setup] Aug 25 07:36:48.962 INFO E| Downloaded bytes v1.10.1 |
| 3117 | 2026-08-25T07:36:50.079Z | [ helios-setup] Aug 25 07:36:48.964 INFO E| Downloaded anstyle-query v1.1.4 |
| 3118 | 2026-08-25T07:36:50.082Z | [ helios-setup] Aug 25 07:36:48.965 INFO E| Downloaded futures-macro v0.3.31 |
| 3119 | 2026-08-25T07:36:50.159Z | [ helios-setup] Aug 25 07:36:48.996 INFO E| Downloaded env_filter v0.1.4 |
| 3120 | 2026-08-25T07:36:50.163Z | [ helios-setup] Aug 25 07:36:48.997 INFO E| Downloaded devinfo v0.1.0 |
| 3121 | 2026-08-25T07:36:50.163Z | [ helios-setup] Aug 25 07:36:48.998 INFO E| Downloaded num_enum_derive v0.7.5 |
| 3122 | 2026-08-25T07:36:50.163Z | [ helios-setup] Aug 25 07:36:48.999 INFO E| Downloaded bitfield v0.19.3 |
| 3123 | 2026-08-25T07:36:50.163Z | [ helios-setup] Aug 25 07:36:49.000 INFO E| Downloaded futures-core v0.3.31 |
| 3124 | 2026-08-25T07:36:50.163Z | [ helios-setup] Aug 25 07:36:49.000 INFO E| Downloaded futures-io v0.3.31 |
| 3125 | 2026-08-25T07:36:50.163Z | [ helios-setup] Aug 25 07:36:49.001 INFO E| Downloaded futures-task v0.3.31 |
| 3126 | 2026-08-25T07:36:50.163Z | [ helios-setup] Aug 25 07:36:49.009 INFO E| Downloaded deranged v0.5.5 |
| 3127 | 2026-08-25T07:36:50.164Z | [ helios-setup] Aug 25 07:36:49.010 INFO E| Downloaded env_logger v0.11.8 |
| 3128 | 2026-08-25T07:36:50.164Z | [ helios-setup] Aug 25 07:36:49.012 INFO E| Downloaded getopts v0.2.24 |
| 3129 | 2026-08-25T07:36:50.164Z | [ helios-setup] Aug 25 07:36:49.047 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 3130 | 2026-08-25T07:36:50.167Z | [ helios-setup] Aug 25 07:36:49.053 INFO E| Downloaded zeroize_derive v1.4.2 |
| 3131 | 2026-08-25T07:36:50.173Z | [ helios-setup] Aug 25 07:36:49.054 INFO E| Downloaded clap_lex v0.7.6 |
| 3132 | 2026-08-25T07:36:50.174Z | [ helios-setup] Aug 25 07:36:49.055 INFO E| Downloaded futures-sink v0.3.31 |
| 3133 | 2026-08-25T07:36:50.174Z | [ helios-setup] Aug 25 07:36:49.055 INFO E| Downloaded pin-utils v0.1.0 |
| 3134 | 2026-08-25T07:36:50.174Z | [ helios-setup] Aug 25 07:36:49.056 INFO E| Downloaded simd-adler32 v0.3.7 |
| 3135 | 2026-08-25T07:36:50.177Z | [ helios-setup] Aug 25 07:36:49.057 INFO E| Downloaded time-core v0.1.6 |
| 3136 | 2026-08-25T07:36:50.177Z | [ helios-setup] Aug 25 07:36:49.060 INFO E| Downloaded serde_spanned v1.0.3 |
| 3137 | 2026-08-25T07:36:50.177Z | [ helios-setup] Aug 25 07:36:49.061 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 3138 | 2026-08-25T07:36:50.177Z | [ helios-setup] Aug 25 07:36:49.062 INFO E| Downloaded futures-executor v0.3.31 |
| 3139 | 2026-08-25T07:36:50.177Z | [ helios-setup] Aug 25 07:36:49.063 INFO E| Downloaded pin-project-lite v0.2.16 |
| 3140 | 2026-08-25T07:36:50.188Z | [ helios-setup] Aug 25 07:36:49.074 INFO E| Downloaded bitflags v2.10.0 |
| 3141 | 2026-08-25T07:36:50.195Z | [ helios-setup] Aug 25 07:36:49.081 INFO E| Downloaded futures-channel v0.3.31 |
| 3142 | 2026-08-25T07:36:50.203Z | [ helios-setup] Aug 25 07:36:49.085 INFO E| Downloaded num_enum v0.7.5 |
| 3143 | 2026-08-25T07:36:50.203Z | [ helios-setup] Aug 25 07:36:49.088 INFO E| Downloaded quote v1.0.41 |
| 3144 | 2026-08-25T07:36:50.206Z | [ helios-setup] Aug 25 07:36:49.089 INFO E| Downloaded toml_datetime v0.7.3 |
| 3145 | 2026-08-25T07:36:50.206Z | [ helios-setup] Aug 25 07:36:49.090 INFO E| Downloaded anyhow v1.0.100 |
| 3146 | 2026-08-25T07:36:50.209Z | [ helios-setup] Aug 25 07:36:49.092 INFO E| Downloaded thiserror v2.0.17 |
| 3147 | 2026-08-25T07:36:50.212Z | [ helios-setup] Aug 25 07:36:49.096 INFO E| Downloaded tokio-macros v2.6.0 |
| 3148 | 2026-08-25T07:36:50.212Z | [ helios-setup] Aug 25 07:36:49.097 INFO E| Downloaded generic-array v0.14.9 |
| 3149 | 2026-08-25T07:36:50.213Z | [ helios-setup] Aug 25 07:36:49.097 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 3150 | 2026-08-25T07:36:50.213Z | [ helios-setup] Aug 25 07:36:49.098 INFO E| Downloaded zeroize v1.8.2 |
| 3151 | 2026-08-25T07:36:50.215Z | [ helios-setup] Aug 25 07:36:49.099 INFO E| Downloaded time-macros v0.2.24 |
| 3152 | 2026-08-25T07:36:50.223Z | [ helios-setup] Aug 25 07:36:49.109 INFO E| Downloaded iana-time-zone v0.1.64 |
| 3153 | 2026-08-25T07:36:50.226Z | [ helios-setup] Aug 25 07:36:49.112 INFO E| Downloaded toml_writer v1.0.4 |
| 3154 | 2026-08-25T07:36:50.229Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3155 | 2026-08-25T07:36:50.232Z | [ helios-setup] Aug 25 07:36:49.115 INFO E| Downloaded getrandom v0.2.16 |
| 3156 | 2026-08-25T07:36:50.232Z | [ helios-setup] Aug 25 07:36:49.117 INFO E| Downloaded proc-macro2 v1.0.103 |
| 3157 | 2026-08-25T07:36:50.238Z | [ helios-setup] Aug 25 07:36:49.123 INFO E| Downloaded term v1.2.0 |
| 3158 | 2026-08-25T07:36:50.241Z | [ helios-setup] Aug 25 07:36:49.125 INFO E| Downloaded toml_parser v1.0.4 |
| 3159 | 2026-08-25T07:36:50.241Z | [ helios-setup] Aug 25 07:36:49.127 INFO E| Downloaded slab v0.4.11 |
| 3160 | 2026-08-25T07:36:50.244Z | [ helios-setup] Aug 25 07:36:49.129 INFO E| Downloaded unicode-ident v1.0.22 |
| 3161 | 2026-08-25T07:36:50.247Z | [ helios-setup] Aug 25 07:36:49.131 INFO E| Downloaded thiserror-impl v2.0.17 |
| 3162 | 2026-08-25T07:36:50.258Z | [ helios-setup] Aug 25 07:36:49.143 INFO E| Downloaded clap v4.5.51 |
| 3163 | 2026-08-25T07:36:50.263Z | [ helios-setup] Aug 25 07:36:49.149 INFO E| Downloaded futures v0.3.31 |
| 3164 | 2026-08-25T07:36:50.266Z | [ helios-setup] Aug 25 07:36:49.152 INFO E| Downloaded socket2 v0.6.1 |
| 3165 | 2026-08-25T07:36:50.269Z | [ helios-setup] Aug 25 07:36:49.153 INFO E| Downloaded toml v0.9.8 |
| 3166 | 2026-08-25T07:36:50.272Z | [ helios-setup] Aug 25 07:36:49.157 INFO E| Downloaded serde_core v1.0.228 |
| 3167 | 2026-08-25T07:36:50.279Z | [ helios-setup] Aug 25 07:36:49.165 INFO E| Downloaded serde_derive v1.0.228 |
| 3168 | 2026-08-25T07:36:50.282Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3169 | 2026-08-25T07:36:50.282Z | [ helios-setup] Aug 25 07:36:49.167 INFO E| Downloaded uuid v1.18.1 |
| 3170 | 2026-08-25T07:36:50.285Z | [ helios-setup] Aug 25 07:36:49.169 INFO E| Downloaded cc v1.2.44 |
| 3171 | 2026-08-25T07:36:50.285Z | [ helios-setup] Aug 25 07:36:49.171 INFO E| Downloaded flate2 v1.1.5 |
| 3172 | 2026-08-25T07:36:50.293Z | [ helios-setup] Aug 25 07:36:49.179 INFO E| Downloaded log v0.4.28 |
| 3173 | 2026-08-25T07:36:50.300Z | [ helios-setup] Aug 25 07:36:49.186 INFO E| Downloaded typenum v1.19.0 |
| 3174 | 2026-08-25T07:36:50.303Z | [ helios-setup] Aug 25 07:36:49.188 INFO E| Downloaded toml_edit v0.23.7 |
| 3175 | 2026-08-25T07:36:50.306Z | [ helios-setup] Aug 25 07:36:49.190 INFO E| Downloaded memchr v2.7.6 |
| 3176 | 2026-08-25T07:36:50.319Z | [ helios-setup] Aug 25 07:36:49.205 INFO E| Downloaded rand v0.8.5 |
| 3177 | 2026-08-25T07:36:50.323Z | [ helios-setup] Aug 25 07:36:49.208 INFO E| Downloaded rsa v0.9.8 |
| 3178 | 2026-08-25T07:36:50.326Z | [ helios-setup] Aug 25 07:36:49.211 INFO E| Downloaded indexmap v2.12.0 |
| 3179 | 2026-08-25T07:36:50.329Z | [ helios-setup] Aug 25 07:36:49.213 INFO E| Downloaded serde v1.0.228 |
| 3180 | 2026-08-25T07:36:50.334Z | [ helios-setup] Aug 25 07:36:49.215 INFO E| Downloaded zerocopy-derive v0.8.27 |
| 3181 | 2026-08-25T07:36:50.338Z | [ helios-setup] Aug 25 07:36:49.219 INFO E| Downloaded iddqd v0.3.14 |
| 3182 | 2026-08-25T07:36:50.338Z | [ helios-setup] Aug 25 07:36:49.223 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 3183 | 2026-08-25T07:36:50.341Z | [ helios-setup] Aug 25 07:36:49.226 INFO E| Downloaded mio v1.1.0 |
| 3184 | 2026-08-25T07:36:50.358Z | [ helios-setup] Aug 25 07:36:49.244 INFO E| Downloaded clap_builder v4.5.51 |
| 3185 | 2026-08-25T07:36:50.362Z | [ helios-setup] Aug 25 07:36:49.248 INFO E| Downloaded libm v0.2.15 |
| 3186 | 2026-08-25T07:36:50.368Z | [ helios-setup] Aug 25 07:36:49.254 INFO E| Downloaded hashbrown v0.16.0 |
| 3187 | 2026-08-25T07:36:50.372Z | [ helios-setup] Aug 25 07:36:49.257 INFO E| Downloaded serde_json v1.0.145 |
| 3188 | 2026-08-25T07:36:50.375Z | [ helios-setup] Aug 25 07:36:49.261 INFO E| Downloaded futures-util v0.3.31 |
| 3189 | 2026-08-25T07:36:50.389Z | [ helios-setup] Aug 25 07:36:49.273 INFO E| Downloaded time v0.3.44 |
| 3190 | 2026-08-25T07:36:50.392Z | [ helios-setup] Aug 25 07:36:49.278 INFO E| Downloaded chrono v0.4.42 |
| 3191 | 2026-08-25T07:36:50.397Z | [ helios-setup] Aug 25 07:36:49.283 INFO E| Downloaded winnow v0.7.13 |
| 3192 | 2026-08-25T07:36:50.402Z | [ helios-setup] Aug 25 07:36:49.288 INFO E| Downloaded zerocopy v0.8.27 |
| 3193 | 2026-08-25T07:36:50.415Z | [ helios-setup] Aug 25 07:36:49.301 INFO E| Downloaded unicode-width v0.2.2 |
| 3194 | 2026-08-25T07:36:50.419Z | [ helios-setup] Aug 25 07:36:49.305 INFO E| Downloaded syn v2.0.108 |
| 3195 | 2026-08-25T07:36:50.440Z | [ helios-setup] Aug 25 07:36:49.326 INFO E| Downloaded rustix v1.1.2 |
| 3196 | 2026-08-25T07:36:50.475Z | [ helios-setup] Aug 25 07:36:49.360 INFO E| Downloaded libc v0.2.177 |
| 3197 | 2026-08-25T07:36:50.491Z | [ helios-setup] Aug 25 07:36:49.377 INFO E| Downloaded tokio v1.48.0 |
| 3198 | 2026-08-25T07:36:50.590Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3199 | 2026-08-25T07:36:50.607Z | [ helios-setup] Aug 25 07:36:49.493 INFO E| Compiling proc-macro2 v1.0.103 |
| 3200 | 2026-08-25T07:36:50.607Z | [ helios-setup] Aug 25 07:36:49.493 INFO E| Compiling quote v1.0.41 |
| 3201 | 2026-08-25T07:36:50.607Z | [ helios-setup] Aug 25 07:36:49.493 INFO E| Compiling unicode-ident v1.0.22 |
| 3202 | 2026-08-25T07:36:50.611Z | [ helios-setup] Aug 25 07:36:49.493 INFO E| Compiling libc v0.2.177 |
| 3203 | 2026-08-25T07:36:50.611Z | [ helios-setup] Aug 25 07:36:49.493 INFO E| Compiling serde_core v1.0.228 |
| 3204 | 2026-08-25T07:36:50.611Z | [ helios-setup] Aug 25 07:36:49.493 INFO E| Compiling cfg-if v1.0.4 |
| 3205 | 2026-08-25T07:36:50.611Z | [ helios-setup] Aug 25 07:36:49.493 INFO E| Compiling serde v1.0.228 |
| 3206 | 2026-08-25T07:36:50.611Z | [ helios-setup] Aug 25 07:36:49.493 INFO E| Compiling version_check v0.9.5 |
| 3207 | 2026-08-25T07:36:50.611Z | [ helios-setup] Aug 25 07:36:49.493 INFO E| Compiling autocfg v1.5.0 |
| 3208 | 2026-08-25T07:36:50.611Z | [ helios-setup] Aug 25 07:36:49.493 INFO E| Compiling typenum v1.19.0 |
| 3209 | 2026-08-25T07:36:50.611Z | [ helios-setup] Aug 25 07:36:49.493 INFO E| Compiling const-oid v0.9.6 |
| 3210 | 2026-08-25T07:36:50.611Z | [ helios-setup] Aug 25 07:36:49.493 INFO E| Compiling libm v0.2.15 |
| 3211 | 2026-08-25T07:36:50.611Z | [ helios-setup] Aug 25 07:36:49.493 INFO E| Compiling zerocopy v0.8.27 |
| 3212 | 2026-08-25T07:36:50.611Z | [ helios-setup] Aug 25 07:36:49.493 INFO E| Compiling rustversion v1.0.22 |
| 3213 | 2026-08-25T07:36:50.611Z | [ helios-setup] Aug 25 07:36:49.493 INFO E| Compiling smallvec v1.15.1 |
| 3214 | 2026-08-25T07:36:50.611Z | [ helios-setup] Aug 25 07:36:49.494 INFO E| Compiling zeroize v1.8.2 |
| 3215 | 2026-08-25T07:36:50.875Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3216 | 2026-08-25T07:36:50.951Z | [ host-package] Compiling itertools v0.10.5 |
| 3217 | 2026-08-25T07:36:51.171Z | [ host-package] Compiling ena v0.14.4 |
| 3218 | 2026-08-25T07:36:51.192Z | [ helios-setup] Aug 25 07:36:50.075 INFO E| Compiling base64ct v1.8.0 |
| 3219 | 2026-08-25T07:36:51.192Z | [ helios-setup] Aug 25 07:36:50.075 INFO E| Compiling flagset v0.4.7 |
| 3220 | 2026-08-25T07:36:51.195Z | [ helios-setup] Aug 25 07:36:50.075 INFO E| Compiling generic-array v0.14.9 |
| 3221 | 2026-08-25T07:36:51.195Z | [ host-package] Compiling libloading v0.8.9 |
| 3222 | 2026-08-25T07:36:51.661Z | [ helios-setup] Aug 25 07:36:50.547 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 3223 | 2026-08-25T07:36:51.662Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3224 | 2026-08-25T07:36:51.787Z | [ helios-setup] Aug 25 07:36:50.673 INFO E| Compiling byteorder v1.5.0 |
| 3225 | 2026-08-25T07:36:51.802Z | [ helios-setup] Aug 25 07:36:50.688 INFO E| Compiling utf8parse v0.2.2 |
| 3226 | 2026-08-25T07:36:51.833Z | [ helios-setup] Aug 25 07:36:50.717 INFO E| Compiling num-traits v0.2.19 |
| 3227 | 2026-08-25T07:36:51.833Z | [ helios-setup] Aug 25 07:36:50.718 INFO E| Compiling rustix v1.1.2 |
| 3228 | 2026-08-25T07:36:51.845Z | [ host-package] Compiling bindgen v0.71.1 |
| 3229 | 2026-08-25T07:36:51.975Z | [ host-package] Compiling diff v0.1.13 |
| 3230 | 2026-08-25T07:36:52.022Z | [ helios-setup] Aug 25 07:36:50.907 INFO E| Compiling hashbrown v0.16.0 |
| 3231 | 2026-08-25T07:36:52.048Z | [ helios-setup] Aug 25 07:36:50.933 INFO E| Compiling crc32fast v1.5.0 |
| 3232 | 2026-08-25T07:36:52.097Z | [ helios-setup] Aug 25 07:36:50.982 INFO E| Compiling winnow v0.7.13 |
| 3233 | 2026-08-25T07:36:52.210Z | [ helios-setup] Aug 25 07:36:51.095 INFO E| Compiling memchr v2.7.6 |
| 3234 | 2026-08-25T07:36:52.213Z | [ helios-setup] Aug 25 07:36:51.095 INFO E| Compiling anyhow v1.0.100 |
| 3235 | 2026-08-25T07:36:52.223Z | [ helios-setup] Aug 25 07:36:51.107 INFO E| Compiling equivalent v1.0.2 |
| 3236 | 2026-08-25T07:36:52.337Z | [ helios-setup] Aug 25 07:36:51.223 INFO E| Compiling anstyle-parse v0.2.7 |
| 3237 | 2026-08-25T07:36:52.396Z | [ helios-setup] Aug 25 07:36:51.282 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 3238 | 2026-08-25T07:36:52.573Z | [ host-package] Compiling diesel v2.3.7 |
| 3239 | 2026-08-25T07:36:52.610Z | [ helios-setup] Aug 25 07:36:51.496 INFO E| Compiling syn v1.0.109 |
| 3240 | 2026-08-25T07:36:52.618Z | [ host-package] Compiling unicase v2.9.0 |
| 3241 | 2026-08-25T07:36:52.644Z | [ helios-setup] Aug 25 07:36:51.530 INFO E| Compiling toml_datetime v0.7.3 |
| 3242 | 2026-08-25T07:36:52.743Z | [ helios-setup] Aug 25 07:36:51.628 INFO E| Compiling find-msvc-tools v0.1.4 |
| 3243 | 2026-08-25T07:36:52.808Z | [ helios-setup] Aug 25 07:36:51.693 INFO E| Compiling allocator-api2 v0.2.21 |
| 3244 | 2026-08-25T07:36:52.921Z | [ helios-setup] Aug 25 07:36:51.806 INFO E| Compiling getrandom v0.2.16 |
| 3245 | 2026-08-25T07:36:52.984Z | [ helios-setup] Aug 25 07:36:51.869 INFO E| Compiling indexmap v2.12.0 |
| 3246 | 2026-08-25T07:36:53.158Z | [ helios-setup] Aug 25 07:36:52.042 INFO E| Compiling rand_core v0.6.4 |
| 3247 | 2026-08-25T07:36:53.222Z | [ helios-setup] Aug 25 07:36:52.108 INFO E| Compiling errno v0.3.14 |
| 3248 | 2026-08-25T07:36:53.228Z | [ helios-setup] Aug 25 07:36:52.114 INFO E| Compiling anstyle-query v1.1.4 |
| 3249 | 2026-08-25T07:36:53.255Z | [ host-package] Compiling cexpr v0.6.0 |
| 3250 | 2026-08-25T07:36:53.259Z | [ helios-setup] Aug 25 07:36:52.144 INFO E| Compiling anstyle v1.0.13 |
| 3251 | 2026-08-25T07:36:53.324Z | [ helios-setup] Aug 25 07:36:52.210 INFO E| Compiling shlex v1.3.0 |
| 3252 | 2026-08-25T07:36:53.347Z | [ helios-setup] Aug 25 07:36:52.229 INFO E| Compiling colorchoice v1.0.4 |
| 3253 | 2026-08-25T07:36:53.370Z | [ helios-setup] Aug 25 07:36:52.256 INFO E| Compiling radium v0.7.0 |
| 3254 | 2026-08-25T07:36:53.370Z | [ helios-setup] Aug 25 07:36:52.256 INFO E| Compiling cpufeatures v0.2.17 |
| 3255 | 2026-08-25T07:36:53.437Z | [ helios-setup] Aug 25 07:36:52.322 INFO E| Compiling slog v2.8.2 |
| 3256 | 2026-08-25T07:36:53.500Z | [ helios-setup] Aug 25 07:36:52.383 INFO E| Compiling anstream v0.6.21 |
| 3257 | 2026-08-25T07:36:53.503Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3258 | 2026-08-25T07:36:53.830Z | [ helios-setup] Aug 25 07:36:52.716 INFO E| Compiling cc v1.2.44 |
| 3259 | 2026-08-25T07:36:54.001Z | [ helios-setup] Aug 25 07:36:52.879 INFO E| Compiling syn v2.0.108 |
| 3260 | 2026-08-25T07:36:54.098Z | [ helios-setup] Aug 25 07:36:52.943 INFO E| Compiling pkg-config v0.3.32 |
| 3261 | 2026-08-25T07:36:54.105Z | [ host-package] Compiling rustc-hash v2.1.1 |
| 3262 | 2026-08-25T07:36:54.105Z | [ helios-setup] Aug 25 07:36:52.978 INFO E| Compiling futures-sink v0.3.31 |
| 3263 | 2026-08-25T07:36:54.143Z | [ helios-setup] Aug 25 07:36:53.027 INFO E| Compiling pin-project-lite v0.2.16 |
| 3264 | 2026-08-25T07:36:54.168Z | [ helios-setup] Aug 25 07:36:53.054 INFO E| Compiling parking_lot_core v0.9.12 |
| 3265 | 2026-08-25T07:36:54.182Z | [ host-package] Compiling crc8 v0.1.1 |
| 3266 | 2026-08-25T07:36:54.239Z | [ helios-setup] Aug 25 07:36:53.125 INFO E| Compiling unicode-width v0.2.2 |
| 3267 | 2026-08-25T07:36:54.250Z | [ helios-setup] Aug 25 07:36:53.135 INFO E| Compiling tap v1.0.1 |
| 3268 | 2026-08-25T07:36:54.323Z | [ helios-setup] Aug 25 07:36:53.208 INFO E| Compiling maybe-uninit v2.0.0 |
| 3269 | 2026-08-25T07:36:54.506Z | [ helios-setup] Aug 25 07:36:53.391 INFO E| Compiling futures-core v0.3.31 |
| 3270 | 2026-08-25T07:36:54.514Z | [ helios-setup] Aug 25 07:36:53.400 INFO E| Compiling toml_parser v1.0.4 |
| 3271 | 2026-08-25T07:36:54.611Z | [ helios-setup] Aug 25 07:36:53.497 INFO E| Compiling wyz v0.5.1 |
| 3272 | 2026-08-25T07:36:54.708Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3273 | 2026-08-25T07:36:54.711Z | [ helios-setup] Aug 25 07:36:53.594 INFO E| Compiling block-buffer v0.10.4 |
| 3274 | 2026-08-25T07:36:54.780Z | [ helios-setup] Aug 25 07:36:53.666 INFO E| Compiling crypto-common v0.1.6 |
| 3275 | 2026-08-25T07:36:54.793Z | [ helios-setup] Aug 25 07:36:53.678 INFO E| Compiling getopts v0.2.24 |
| 3276 | 2026-08-25T07:36:54.922Z | [ helios-setup] Aug 25 07:36:53.807 INFO E| Compiling digest v0.10.7 |
| 3277 | 2026-08-25T07:36:54.929Z | [ helios-setup] Aug 25 07:36:53.814 INFO E| Compiling futures-channel v0.3.31 |
| 3278 | 2026-08-25T07:36:55.032Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3279 | 2026-08-25T07:36:55.201Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3280 | 2026-08-25T07:36:55.210Z | [ helios-setup] Aug 25 07:36:54.096 INFO E| Compiling ahash v0.8.12 |
| 3281 | 2026-08-25T07:36:55.216Z | [ helios-setup] Aug 25 07:36:54.102 INFO E| Compiling time-core v0.1.6 |
| 3282 | 2026-08-25T07:36:55.222Z | [ helios-setup] Aug 25 07:36:54.108 INFO E| Compiling slab v0.4.11 |
| 3283 | 2026-08-25T07:36:55.245Z | [ helios-setup] Aug 25 07:36:54.131 INFO E| Compiling sha2 v0.10.9 |
| 3284 | 2026-08-25T07:36:55.307Z | [ helios-setup] Aug 25 07:36:54.193 INFO E| Compiling pin-utils v0.1.0 |
| 3285 | 2026-08-25T07:36:55.394Z | [ helios-setup] Aug 25 07:36:54.279 INFO E| Compiling strsim v0.11.1 |
| 3286 | 2026-08-25T07:36:55.394Z | [ helios-setup] Aug 25 07:36:54.279 INFO E| Compiling packed_struct v0.10.1 |
| 3287 | 2026-08-25T07:36:55.398Z | [ host-package] Compiling headers-core v0.3.0 |
| 3288 | 2026-08-25T07:36:55.409Z | [ helios-setup] Aug 25 07:36:54.294 INFO E| Compiling num-integer v0.1.46 |
| 3289 | 2026-08-25T07:36:55.421Z | [ helios-setup] Aug 25 07:36:54.306 INFO E| Compiling spin v0.9.8 |
| 3290 | 2026-08-25T07:36:55.677Z | [ helios-setup] Aug 25 07:36:54.562 INFO E| Compiling bitflags v2.10.0 |
| 3291 | 2026-08-25T07:36:55.707Z | [ helios-setup] Aug 25 07:36:54.592 INFO E| Compiling toml_edit v0.23.7 |
| 3292 | 2026-08-25T07:36:55.749Z | [ helios-setup] Aug 25 07:36:54.633 INFO E| Compiling futures-task v0.3.31 |
| 3293 | 2026-08-25T07:36:55.855Z | [ helios-setup] Aug 25 07:36:54.741 INFO E| Compiling num-bigint-dig v0.8.4 |
| 3294 | 2026-08-25T07:36:55.873Z | [ host-package] Compiling libxml v0.3.3 |
| 3295 | 2026-08-25T07:36:55.981Z | [ host-package] Compiling headers v0.4.1 |
| 3296 | 2026-08-25T07:36:55.997Z | [ helios-setup] Aug 25 07:36:54.883 INFO E| Compiling clap_lex v0.7.6 |
| 3297 | 2026-08-25T07:36:56.016Z | [ helios-setup] Aug 25 07:36:54.901 INFO E| Compiling heck v0.5.0 |
| 3298 | 2026-08-25T07:36:56.077Z | [ helios-setup] Aug 25 07:36:54.963 INFO E| Compiling funty v2.0.0 |
| 3299 | 2026-08-25T07:36:56.113Z | [ helios-setup] Aug 25 07:36:54.997 INFO E| Compiling itoa v1.0.15 |
| 3300 | 2026-08-25T07:36:56.168Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3301 | 2026-08-25T07:36:56.192Z | [ helios-setup] Aug 25 07:36:55.078 INFO E| Compiling futures-io v0.3.31 |
| 3302 | 2026-08-25T07:36:56.209Z | [ helios-setup] Aug 25 07:36:55.095 INFO E| Compiling powerfmt v0.2.0 |
| 3303 | 2026-08-25T07:36:56.232Z | [ helios-setup] Aug 25 07:36:55.118 INFO E| Compiling getrandom v0.3.4 |
| 3304 | 2026-08-25T07:36:56.310Z | [ host-package] Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 3305 | 2026-08-25T07:36:56.454Z | [ helios-setup] Aug 25 07:36:55.340 INFO E| Compiling thiserror v1.0.69 |
| 3306 | 2026-08-25T07:36:56.516Z | [ helios-setup] Aug 25 07:36:55.402 INFO E| Compiling scopeguard v1.2.0 |
| 3307 | 2026-08-25T07:36:56.516Z | [ helios-setup] Aug 25 07:36:55.402 INFO E| Compiling num-conv v0.1.0 |
| 3308 | 2026-08-25T07:36:56.546Z | [ helios-setup] Aug 25 07:36:55.431 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 3309 | 2026-08-25T07:36:56.667Z | [ helios-setup] Aug 25 07:36:55.552 INFO E| Compiling bytes v1.10.1 |
| 3310 | 2026-08-25T07:36:56.691Z | [ helios-setup] Aug 25 07:36:55.576 INFO E| Compiling lock_api v0.4.14 |
| 3311 | 2026-08-25T07:36:56.722Z | [ helios-setup] Aug 25 07:36:55.608 INFO E| Compiling time-macros v0.2.24 |
| 3312 | 2026-08-25T07:36:56.815Z | [ helios-setup] Aug 25 07:36:55.700 INFO E| Compiling bitvec v1.0.1 |
| 3313 | 2026-08-25T07:36:56.824Z | [ helios-setup] Aug 25 07:36:55.709 INFO E| Compiling terminal_size v0.4.3 |
| 3314 | 2026-08-25T07:36:56.969Z | [ helios-setup] Aug 25 07:36:55.846 INFO E| Compiling clap_builder v4.5.51 |
| 3315 | 2026-08-25T07:36:56.969Z | [ helios-setup] Aug 25 07:36:55.853 INFO E| Compiling deranged v0.5.5 |
| 3316 | 2026-08-25T07:36:56.978Z | [ helios-setup] Aug 25 07:36:55.864 INFO E| Compiling proc-macro-crate v3.4.0 |
| 3317 | 2026-08-25T07:36:57.153Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3318 | 2026-08-25T07:36:57.239Z | [ helios-setup] Aug 25 07:36:56.123 INFO E| Compiling num-iter v0.1.45 |
| 3319 | 2026-08-25T07:36:57.280Z | [ helios-setup] Aug 25 07:36:56.166 INFO E| Compiling lazy_static v1.5.0 |
| 3320 | 2026-08-25T07:36:57.419Z | [ host-package] Compiling indoc v1.0.9 |
| 3321 | 2026-08-25T07:36:57.539Z | [ helios-setup] Aug 25 07:36:56.425 INFO E| Compiling indexmap v1.9.3 |
| 3322 | 2026-08-25T07:36:57.706Z | [ helios-setup] Aug 25 07:36:56.592 INFO E| Compiling once_cell v1.21.3 |
| 3323 | 2026-08-25T07:36:57.716Z | [ helios-setup] Aug 25 07:36:56.602 INFO E| Compiling nodrop v0.1.14 |
| 3324 | 2026-08-25T07:36:57.852Z | [ helios-setup] Aug 25 07:36:56.737 INFO E| Compiling serde_json v1.0.145 |
| 3325 | 2026-08-25T07:36:57.919Z | [ helios-setup] Aug 25 07:36:56.805 INFO E| Compiling adler2 v2.0.1 |
| 3326 | 2026-08-25T07:36:57.929Z | [ helios-setup] Aug 25 07:36:56.815 INFO E| Compiling crc-catalog v2.4.0 |
| 3327 | 2026-08-25T07:36:58.006Z | [ helios-setup] Aug 25 07:36:56.892 INFO E| Compiling simd-adler32 v0.3.7 |
| 3328 | 2026-08-25T07:36:58.102Z | [ helios-setup] Aug 25 07:36:56.987 INFO E| Compiling log v0.4.28 |
| 3329 | 2026-08-25T07:36:58.211Z | [ helios-setup] Aug 25 07:36:57.096 INFO E| Compiling thiserror v2.0.17 |
| 3330 | 2026-08-25T07:36:58.219Z | [ helios-setup] Aug 25 07:36:57.104 INFO E| Compiling iana-time-zone v0.1.64 |
| 3331 | 2026-08-25T07:36:58.250Z | [ helios-setup] Aug 25 07:36:57.136 INFO E| Compiling miniz_oxide v0.8.9 |
| 3332 | 2026-08-25T07:36:58.350Z | [ helios-setup] Aug 25 07:36:57.234 INFO E| Compiling crc v3.3.0 |
| 3333 | 2026-08-25T07:36:58.350Z | [ helios-setup] Aug 25 07:36:57.234 INFO E| Compiling parking_lot v0.12.5 |
| 3334 | 2026-08-25T07:36:58.488Z | [ helios-setup] Aug 25 07:36:57.372 INFO E| Compiling chrono v0.4.42 |
| 3335 | 2026-08-25T07:36:58.556Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3336 | 2026-08-25T07:36:58.692Z | [ helios-setup] Aug 25 07:36:57.577 INFO E| Compiling env_filter v0.1.4 |
| 3337 | 2026-08-25T07:36:58.882Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3338 | 2026-08-25T07:36:58.970Z | [ helios-setup] Aug 25 07:36:57.855 INFO E| Compiling array-init v0.0.4 |
| 3339 | 2026-08-25T07:36:59.019Z | [ helios-setup] Aug 25 07:36:57.904 INFO E| Compiling smallvec v0.6.14 |
| 3340 | 2026-08-25T07:36:59.123Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3341 | 2026-08-25T07:36:59.216Z | [ host-package] Compiling quick-xml v0.37.5 |
| 3342 | 2026-08-25T07:36:59.355Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3343 | 2026-08-25T07:36:59.509Z | [ helios-setup] Aug 25 07:36:58.394 INFO E| Compiling time v0.3.44 |
| 3344 | 2026-08-25T07:36:59.525Z | [ host-package] Compiling impl-trait-for-tuples v0.2.3 |
| 3345 | 2026-08-25T07:36:59.643Z | [ helios-setup] Aug 25 07:36:58.529 INFO E| Compiling serde_spanned v1.0.3 |
| 3346 | 2026-08-25T07:36:59.766Z | [ helios-setup] Aug 25 07:36:58.651 INFO E| Compiling signature v2.2.0 |
| 3347 | 2026-08-25T07:36:59.891Z | [ helios-setup] Aug 25 07:36:58.776 INFO E| Compiling is-terminal v0.4.17 |
| 3348 | 2026-08-25T07:36:59.900Z | [ helios-setup] Aug 25 07:36:58.786 INFO E| Compiling mio v1.1.0 |
| 3349 | 2026-08-25T07:37:00.018Z | [ helios-setup] Aug 25 07:36:58.903 INFO E| Compiling socket2 v0.6.1 |
| 3350 | 2026-08-25T07:37:00.025Z | [ helios-setup] Aug 25 07:36:58.911 INFO E| Compiling signal-hook-registry v1.4.6 |
| 3351 | 2026-08-25T07:37:00.032Z | [ host-package] Compiling openssl-probe v0.1.6 |
| 3352 | 2026-08-25T07:37:00.048Z | [ helios-setup] Aug 25 07:36:58.933 INFO E| Compiling thread_local v1.1.9 |
| 3353 | 2026-08-25T07:37:00.139Z | [ helios-setup] Aug 25 07:36:59.024 INFO E| Compiling ryu v1.0.20 |
| 3354 | 2026-08-25T07:37:00.233Z | [ helios-setup] Aug 25 07:36:59.117 INFO E| Compiling subtle v2.6.1 |
| 3355 | 2026-08-25T07:37:00.436Z | [ helios-setup] Aug 25 07:36:59.317 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 3356 | 2026-08-25T07:37:00.499Z | [ helios-setup] Aug 25 07:36:59.385 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 3357 | 2026-08-25T07:37:00.553Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3358 | 2026-08-25T07:37:00.632Z | [ helios-setup] Aug 25 07:36:59.518 INFO E| Compiling term v1.2.0 |
| 3359 | 2026-08-25T07:37:00.668Z | [ helios-setup] Aug 25 07:36:59.545 INFO E| Compiling base64 v0.21.7 |
| 3360 | 2026-08-25T07:37:00.822Z | [ helios-setup] Aug 25 07:36:59.708 INFO E| Compiling toml_writer v1.0.4 |
| 3361 | 2026-08-25T07:37:01.178Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3362 | 2026-08-25T07:37:01.208Z | [ helios-setup] Aug 25 07:37:00.094 INFO E| Compiling winnow v0.5.40 |
| 3363 | 2026-08-25T07:37:01.221Z | [ helios-setup] Aug 25 07:37:00.102 INFO E| Compiling serde_derive v1.0.228 |
| 3364 | 2026-08-25T07:37:01.251Z | [ helios-setup] Aug 25 07:37:00.135 INFO E| Compiling zerocopy-derive v0.8.27 |
| 3365 | 2026-08-25T07:37:01.338Z | [ helios-setup] Aug 25 07:37:00.223 INFO E| Compiling der_derive v0.7.3 |
| 3366 | 2026-08-25T07:37:01.338Z | [ helios-setup] Aug 25 07:37:00.223 INFO E| Compiling futures-macro v0.3.31 |
| 3367 | 2026-08-25T07:37:01.591Z | [ helios-setup] Aug 25 07:37:00.477 INFO E| Compiling bitfield-macros v0.19.3 |
| 3368 | 2026-08-25T07:37:01.811Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3369 | 2026-08-25T07:37:01.919Z | [ helios-setup] Aug 25 07:37:00.804 INFO E| Compiling zerocopy-derive v0.6.6 |
| 3370 | 2026-08-25T07:37:02.023Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3371 | 2026-08-25T07:37:02.105Z | [ helios-setup] Aug 25 07:37:00.990 INFO E| Compiling clap_derive v4.5.49 |
| 3372 | 2026-08-25T07:37:02.120Z | [ helios-setup] Aug 25 07:37:01.006 INFO E| Compiling thiserror-impl v1.0.69 |
| 3373 | 2026-08-25T07:37:02.207Z | [ helios-setup] Aug 25 07:37:01.093 INFO E| Compiling num_enum_derive v0.7.5 |
| 3374 | 2026-08-25T07:37:02.247Z | [ host-package] Compiling bb8 v0.8.6 |
| 3375 | 2026-08-25T07:37:02.396Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3376 | 2026-08-25T07:37:02.563Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 3377 | 2026-08-25T07:37:02.733Z | [ host-package] Compiling half v1.8.3 |
| 3378 | 2026-08-25T07:37:03.014Z | [ helios-setup] Aug 25 07:37:01.899 INFO E| Compiling tokio-macros v2.6.0 |
| 3379 | 2026-08-25T07:37:03.225Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3380 | 2026-08-25T07:37:03.319Z | [ helios-setup] Aug 25 07:37:02.201 INFO E| Compiling thiserror-impl v2.0.17 |
| 3381 | 2026-08-25T07:37:03.385Z | [ helios-setup] Aug 25 07:37:02.270 INFO E| Compiling futures-util v0.3.31 |
| 3382 | 2026-08-25T07:37:03.425Z | [ helios-setup] Aug 25 07:37:02.311 INFO E| Compiling hashbrown v0.12.3 |
| 3383 | 2026-08-25T07:37:03.433Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3384 | 2026-08-25T07:37:03.454Z | [ helios-setup] Aug 25 07:37:02.339 INFO E| Compiling bitfield v0.19.3 |
| 3385 | 2026-08-25T07:37:03.468Z | [ helios-setup] Aug 25 07:37:02.354 INFO E| Compiling der v0.7.10 |
| 3386 | 2026-08-25T07:37:03.708Z | [ helios-setup] Aug 25 07:37:02.594 INFO E| Compiling zerocopy v0.6.6 |
| 3387 | 2026-08-25T07:37:03.717Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 3388 | 2026-08-25T07:37:03.794Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3389 | 2026-08-25T07:37:03.974Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 3390 | 2026-08-25T07:37:04.191Z | [ helios-setup] Aug 25 07:37:03.076 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3391 | 2026-08-25T07:37:04.211Z | [ helios-setup] Aug 25 07:37:03.096 INFO E| Compiling bzip2 v0.4.4 |
| 3392 | 2026-08-25T07:37:04.259Z | [ host-package] Compiling hashbrown v0.14.5 |
| 3393 | 2026-08-25T07:37:04.405Z | [ host-package] Compiling rfc6979 v0.4.0 |
| 3394 | 2026-08-25T07:37:04.418Z | [ helios-setup] Aug 25 07:37:03.303 INFO E| Compiling num_enum v0.7.5 |
| 3395 | 2026-08-25T07:37:04.451Z | [ host-package] Compiling salty v0.3.0 |
| 3396 | 2026-08-25T07:37:04.570Z | [ helios-setup] Aug 25 07:37:03.447 INFO E| Compiling devinfo v0.1.0 |
| 3397 | 2026-08-25T07:37:04.590Z | [ helios-setup] Aug 25 07:37:03.476 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3398 | 2026-08-25T07:37:04.679Z | [ helios-setup] Aug 25 07:37:03.558 INFO E| Compiling toml v0.9.8 |
| 3399 | 2026-08-25T07:37:04.693Z | [ helios-setup] Aug 25 07:37:03.572 INFO E| Compiling tokio v1.48.0 |
| 3400 | 2026-08-25T07:37:04.769Z | [ host-package] Compiling ecdsa v0.16.9 |
| 3401 | 2026-08-25T07:37:04.863Z | [ helios-setup] Aug 25 07:37:03.748 INFO E| Compiling uuid v1.18.1 |
| 3402 | 2026-08-25T07:37:05.043Z | [ helios-setup] Aug 25 07:37:03.928 INFO E| Compiling flate2 v1.1.5 |
| 3403 | 2026-08-25T07:37:05.063Z | [ helios-setup] Aug 25 07:37:03.949 INFO E| Compiling env_logger v0.11.8 |
| 3404 | 2026-08-25T07:37:05.245Z | [ helios-setup] Aug 25 07:37:04.130 INFO E| Compiling crc-any v2.5.0 |
| 3405 | 2026-08-25T07:37:05.474Z | [ host-package] Compiling chumsky v0.9.3 |
| 3406 | 2026-08-25T07:37:05.511Z | [ helios-setup] Aug 25 07:37:04.397 INFO E| Compiling clap v4.5.51 |
| 3407 | 2026-08-25T07:37:05.534Z | [ host-package] Compiling knus-derive v3.4.0 |
| 3408 | 2026-08-25T07:37:05.565Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3409 | 2026-08-25T07:37:05.607Z | [ helios-setup] Aug 25 07:37:04.493 INFO E| Compiling rustc-hash v2.1.1 |
| 3410 | 2026-08-25T07:37:05.618Z | [ host-package] Compiling progenitor-impl v0.13.0 |
| 3411 | 2026-08-25T07:37:05.768Z | [ host-package] Compiling primeorder v0.13.6 |
| 3412 | 2026-08-25T07:37:05.783Z | [ helios-setup] Aug 25 07:37:04.669 INFO E| Compiling hex v0.4.3 |
| 3413 | 2026-08-25T07:37:05.844Z | [ helios-setup] Aug 25 07:37:04.714 INFO E| Compiling bitflags v1.3.2 |
| 3414 | 2026-08-25T07:37:05.904Z | [ helios-setup] Aug 25 07:37:04.790 INFO E| Compiling spki v0.7.3 |
| 3415 | 2026-08-25T07:37:05.918Z | [ helios-setup] Aug 25 07:37:04.804 INFO E| Compiling foldhash v0.2.0 |
| 3416 | 2026-08-25T07:37:06.092Z | [ helios-setup] Aug 25 07:37:04.977 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3417 | 2026-08-25T07:37:06.137Z | [ helios-setup] Aug 25 07:37:05.022 INFO E| Compiling zip v0.6.6 |
| 3418 | 2026-08-25T07:37:06.214Z | [ helios-setup] Aug 25 07:37:05.100 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3419 | 2026-08-25T07:37:06.284Z | [ host-package] Compiling nonempty v0.12.0 |
| 3420 | 2026-08-25T07:37:06.348Z | [ helios-setup] Aug 25 07:37:05.234 INFO E| Compiling pkcs8 v0.10.2 |
| 3421 | 2026-08-25T07:37:06.514Z | [ host-package] Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 3422 | 2026-08-25T07:37:06.661Z | [ host-package] Compiling samael v0.0.19 |
| 3423 | 2026-08-25T07:37:06.737Z | [ helios-setup] Aug 25 07:37:05.623 INFO E| Compiling pkcs1 v0.7.5 |
| 3424 | 2026-08-25T07:37:06.989Z | [ helios-setup] Aug 25 07:37:05.875 INFO E| Compiling ppv-lite86 v0.2.21 |
| 3425 | 2026-08-25T07:37:07.049Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 3426 | 2026-08-25T07:37:07.169Z | [ helios-setup] Aug 25 07:37:06.035 INFO E| Compiling x509-cert v0.2.5 |
| 3427 | 2026-08-25T07:37:07.173Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3428 | 2026-08-25T07:37:07.360Z | [ helios-setup] Aug 25 07:37:06.245 INFO E| Compiling hashbrown v0.13.2 |
| 3429 | 2026-08-25T07:37:07.366Z | [ helios-setup] Aug 25 07:37:06.252 INFO E| Compiling iddqd v0.3.14 |
| 3430 | 2026-08-25T07:37:07.391Z | [ helios-setup] Aug 25 07:37:06.276 INFO E| Compiling path-slash v0.1.5 |
| 3431 | 2026-08-25T07:37:07.504Z | [ helios-setup] Aug 25 07:37:06.390 INFO E| Compiling rand_chacha v0.3.1 |
| 3432 | 2026-08-25T07:37:07.939Z | [ helios-setup] Aug 25 07:37:06.824 INFO E| Compiling erased-serde v0.3.31 |
| 3433 | 2026-08-25T07:37:07.958Z | [ helios-setup] Aug 25 07:37:06.844 INFO E| Compiling rand v0.8.5 |
| 3434 | 2026-08-25T07:37:08.342Z | [ host-package] Compiling p384 v0.13.1 |
| 3435 | 2026-08-25T07:37:08.536Z | [ helios-setup] Aug 25 07:37:07.397 INFO E| Compiling futures-executor v0.3.31 |
| 3436 | 2026-08-25T07:37:08.808Z | [ helios-setup] Aug 25 07:37:07.693 INFO E| Compiling serde_spanned v0.6.9 |
| 3437 | 2026-08-25T07:37:09.206Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 3438 | 2026-08-25T07:37:09.300Z | [ host-package] Compiling knus v3.4.0 |
| 3439 | 2026-08-25T07:37:09.393Z | [ helios-setup] Aug 25 07:37:08.278 INFO E| Compiling toml_datetime v0.6.11 |
| 3440 | 2026-08-25T07:37:09.405Z | [ helios-setup] Aug 25 07:37:08.291 INFO E| Compiling futures v0.3.31 |
| 3441 | 2026-08-25T07:37:09.513Z | [ helios-setup] Aug 25 07:37:08.398 INFO E| Compiling ron v0.8.1 |
| 3442 | 2026-08-25T07:37:09.520Z | [ helios-setup] Aug 25 07:37:08.406 INFO E| Compiling serde-hex v0.1.0 |
| 3443 | 2026-08-25T07:37:09.578Z | [ helios-setup] Aug 25 07:37:08.463 INFO E| Compiling object v0.30.4 |
| 3444 | 2026-08-25T07:37:09.797Z | [ helios-setup] Aug 25 07:37:08.682 INFO E| Compiling slog-term v2.9.2 |
| 3445 | 2026-08-25T07:37:09.797Z | [ helios-setup] Aug 25 07:37:08.682 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3446 | 2026-08-25T07:37:09.956Z | [ host-package] Compiling polar-core v0.27.3 |
| 3447 | 2026-08-25T07:37:10.215Z | [ helios-setup] Aug 25 07:37:09.100 INFO E| Compiling toml_edit v0.19.15 |
| 3448 | 2026-08-25T07:37:10.351Z | [ host-package] Compiling progenitor-macro v0.13.0 |
| 3449 | 2026-08-25T07:37:11.343Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3450 | 2026-08-25T07:37:11.418Z | [ helios-setup] Aug 25 07:37:10.304 INFO E| Compiling rsa v0.9.8 |
| 3451 | 2026-08-25T07:37:11.449Z | [ helios-setup] Aug 25 07:37:10.334 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3452 | 2026-08-25T07:37:12.644Z | [ helios-setup] Aug 25 07:37:11.529 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3453 | 2026-08-25T07:37:13.216Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3454 | 2026-08-25T07:37:13.451Z | [ helios-setup] Aug 25 07:37:12.336 INFO E| Compiling toml v0.7.8 |
| 3455 | 2026-08-25T07:37:13.578Z | [ helios-setup] Aug 25 07:37:12.463 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3456 | 2026-08-25T07:37:13.602Z | [ helios-setup] Aug 25 07:37:12.488 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3457 | 2026-08-25T07:37:13.966Z | [ host-package] Compiling progenitor-client v0.13.0 |
| 3458 | 2026-08-25T07:37:14.409Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3459 | 2026-08-25T07:37:15.015Z | [ host-package] Compiling fxhash v0.2.1 |
| 3460 | 2026-08-25T07:37:15.570Z | [ host-package] Compiling libz-sys v1.1.24 |
| 3461 | 2026-08-25T07:37:15.694Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3462 | 2026-08-25T07:37:16.207Z | [ host-package] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 3463 | 2026-08-25T07:37:17.162Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3464 | 2026-08-25T07:37:17.469Z | [ host-package] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 3465 | 2026-08-25T07:37:18.275Z | [ host-package] Compiling progenitor v0.13.0 |
| 3466 | 2026-08-25T07:37:19.219Z | [ host-package] Compiling kstat-rs v0.2.5 |
| 3467 | 2026-08-25T07:37:19.727Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3468 | 2026-08-25T07:37:19.769Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3469 | 2026-08-25T07:37:20.369Z | [ helios-setup] Aug 25 07:37:19.254 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3470 | 2026-08-25T07:37:20.413Z | [ host-package] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 3471 | 2026-08-25T07:37:20.720Z | [ host-package] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3472 | 2026-08-25T07:37:21.210Z | [ host-package] Compiling nanorand v0.7.0 |
| 3473 | 2026-08-25T07:37:21.581Z | [ host-package] Compiling libgit2-sys v0.18.3+1.9.2 |
| 3474 | 2026-08-25T07:37:21.726Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3475 | 2026-08-25T07:37:21.753Z | [ helios-setup] Aug 25 07:37:20.639 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3476 | 2026-08-25T07:37:21.758Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3477 | 2026-08-25T07:37:22.158Z | [ host-package] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3478 | 2026-08-25T07:37:22.385Z | [ host-package] Compiling flume v0.11.1 |
| 3479 | 2026-08-25T07:37:23.042Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3480 | 2026-08-25T07:37:23.859Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3481 | 2026-08-25T07:37:24.855Z | [ host-package] Compiling oso v0.27.3 |
| 3482 | 2026-08-25T07:37:25.156Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3483 | 2026-08-25T07:37:26.147Z | [ helios-setup] Aug 25 07:37:25.032 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3484 | 2026-08-25T07:37:26.405Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3485 | 2026-08-25T07:37:26.585Z | [ host-package] Compiling diesel-dtrace v0.5.0 |
| 3486 | 2026-08-25T07:37:26.905Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3487 | 2026-08-25T07:37:27.098Z | [ host-package] Compiling git-stub v1.0.0 |
| 3488 | 2026-08-25T07:37:27.370Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 3489 | 2026-08-25T07:37:27.519Z | [ host-package] Compiling corncobs v0.1.4 |
| 3490 | 2026-08-25T07:37:27.639Z | [ host-package] Compiling strsim v0.10.0 |
| 3491 | 2026-08-25T07:37:27.789Z | [ host-package] Compiling instability v0.3.11 |
| 3492 | 2026-08-25T07:37:27.964Z | [ host-package] Compiling http-range v0.1.5 |
| 3493 | 2026-08-25T07:37:28.087Z | [ host-package] Compiling darling_core v0.13.4 |
| 3494 | 2026-08-25T07:37:28.319Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 3495 | 2026-08-25T07:37:29.237Z | [ host-package] Compiling git-stub-vcs v0.1.0 |
| 3496 | 2026-08-25T07:37:29.240Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3497 | 2026-08-25T07:37:30.063Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 3498 | 2026-08-25T07:37:31.069Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3499 | 2026-08-25T07:37:31.289Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3500 | 2026-08-25T07:37:32.280Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3501 | 2026-08-25T07:37:33.503Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3502 | 2026-08-25T07:37:33.998Z | [ host-package] Compiling ignore v0.4.25 |
| 3503 | 2026-08-25T07:37:34.666Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3504 | 2026-08-25T07:37:35.653Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 3505 | 2026-08-25T07:37:36.629Z | [ host-package] Compiling anstyle-parse v0.2.7 |
| 3506 | 2026-08-25T07:37:37.124Z | [ host-package] Compiling secrecy v0.8.0 |
| 3507 | 2026-08-25T07:37:37.187Z | [ host-package] Compiling castaway v0.2.4 |
| 3508 | 2026-08-25T07:37:37.317Z | [ host-package] Compiling vergen-git2 v9.1.0 |
| 3509 | 2026-08-25T07:37:37.389Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 3510 | 2026-08-25T07:37:37.428Z | [ host-package] Compiling indoc v2.0.7 |
| 3511 | 2026-08-25T07:37:37.728Z | [ host-package] Compiling compact_str v0.8.1 |
| 3512 | 2026-08-25T07:37:37.958Z | [ host-package] Compiling anstream v0.6.21 |
| 3513 | 2026-08-25T07:37:38.110Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 3514 | 2026-08-25T07:37:38.173Z | [ helios-setup] Aug 25 07:37:37.058 INFO E| Finished `release` profile [optimized] target(s) in 49.40s |
| 3515 | 2026-08-25T07:37:38.176Z | [ helios-setup] Aug 25 07:37:37.061 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3516 | 2026-08-25T07:37:38.176Z | [ helios-setup] Aug 25 07:37:37.061 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3517 | 2026-08-25T07:37:38.233Z | [ helios-setup] Aug 25 07:37:37.119 INFO building project "pilot" ok (49 seconds) |
| 3518 | 2026-08-25T07:37:38.233Z | [ helios-setup] Aug 25 07:37:37.119 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 3519 | 2026-08-25T07:37:38.538Z | [ host-package] Compiling globwalk v0.9.1 |
| 3520 | 2026-08-25T07:37:38.663Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3521 | 2026-08-25T07:37:38.841Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3522 | 2026-08-25T07:37:38.940Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3523 | 2026-08-25T07:37:39.358Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3524 | 2026-08-25T07:37:39.359Z | [ host-package] Compiling darling_macro v0.13.4 |
| 3525 | 2026-08-25T07:37:39.615Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3526 | 2026-08-25T07:37:39.641Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3527 | 2026-08-25T07:37:40.007Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3528 | 2026-08-25T07:37:40.204Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3529 | 2026-08-25T07:37:40.207Z | [ host-package] Compiling predicates-tree v1.0.13 |
| 3530 | 2026-08-25T07:37:40.257Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3531 | 2026-08-25T07:37:40.355Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3532 | 2026-08-25T07:37:40.505Z | [ host-package] Compiling lru v0.12.5 |
| 3533 | 2026-08-25T07:37:40.632Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3534 | 2026-08-25T07:37:40.680Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3535 | 2026-08-25T07:37:40.756Z | [ host-package] Compiling cassowary v0.3.0 |
| 3536 | 2026-08-25T07:37:40.914Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3537 | 2026-08-25T07:37:40.973Z | [ host-package] Compiling camino-tempfile-ext v0.3.3 |
| 3538 | 2026-08-25T07:37:41.065Z | [ host-package] Compiling ratatui v0.29.0 |
| 3539 | 2026-08-25T07:37:41.176Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3540 | 2026-08-25T07:37:41.259Z | [ host-package] Compiling darling v0.13.4 |
| 3541 | 2026-08-25T07:37:41.282Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3542 | 2026-08-25T07:37:41.594Z | [ host-package] Compiling sled v0.34.7 |
| 3543 | 2026-08-25T07:37:41.979Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3544 | 2026-08-25T07:37:42.357Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3545 | 2026-08-25T07:37:42.508Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3546 | 2026-08-25T07:37:43.397Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3547 | 2026-08-25T07:37:43.440Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3548 | 2026-08-25T07:37:43.729Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 3549 | 2026-08-25T07:37:43.765Z | [ host-package] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 3550 | 2026-08-25T07:37:45.187Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3551 | 2026-08-25T07:37:46.013Z | [ host-package] Compiling serde_with_macros v1.5.2 |
| 3552 | 2026-08-25T07:37:46.124Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3553 | 2026-08-25T07:37:46.620Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3554 | 2026-08-25T07:37:47.044Z | [ host-package] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 3555 | 2026-08-25T07:37:47.304Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3556 | 2026-08-25T07:37:47.545Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3557 | 2026-08-25T07:37:47.799Z | [ host-package] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 3558 | 2026-08-25T07:37:48.047Z | [ host-package] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 3559 | 2026-08-25T07:37:48.296Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3560 | 2026-08-25T07:37:48.439Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3561 | 2026-08-25T07:37:48.698Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3562 | 2026-08-25T07:37:48.722Z | [ host-package] Compiling arc-swap v1.8.2 |
| 3563 | 2026-08-25T07:37:48.745Z | [ host-package] Compiling void v1.0.2 |
| 3564 | 2026-08-25T07:37:48.928Z | [ host-package] Compiling lzss v0.8.2 |
| 3565 | 2026-08-25T07:37:49.064Z | [ host-package] Compiling slog-scope v4.4.1 |
| 3566 | 2026-08-25T07:37:49.407Z | [ host-package] Compiling serde_with v1.14.0 |
| 3567 | 2026-08-25T07:37:49.603Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3568 | 2026-08-25T07:37:50.216Z | [ host-package] Compiling git2 v0.20.4 |
| 3569 | 2026-08-25T07:37:50.341Z | [ host-package] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 3570 | 2026-08-25T07:37:50.938Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3571 | 2026-08-25T07:37:52.704Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3572 | 2026-08-25T07:37:53.764Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3573 | 2026-08-25T07:37:53.814Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3574 | 2026-08-25T07:37:53.870Z | [ host-package] Compiling scuffle v0.1.0 |
| 3575 | 2026-08-25T07:37:54.300Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3576 | 2026-08-25T07:37:54.381Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3577 | 2026-08-25T07:37:55.072Z | [ host-package] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3578 | 2026-08-25T07:37:56.161Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3579 | 2026-08-25T07:37:56.712Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3580 | 2026-08-25T07:37:56.926Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3581 | 2026-08-25T07:37:56.952Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3582 | 2026-08-25T07:37:57.130Z | [ host-package] Compiling nix v0.27.1 |
| 3583 | 2026-08-25T07:37:57.169Z | [ host-package] Compiling twox-hash v2.1.2 |
| 3584 | 2026-08-25T07:37:57.193Z | [ host-package] Compiling libsw-core v0.3.2 |
| 3585 | 2026-08-25T07:37:57.215Z | [ host-package] Compiling atty v0.2.14 |
| 3586 | 2026-08-25T07:37:57.241Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3587 | 2026-08-25T07:37:57.402Z | [ host-package] Compiling libsw v3.5.0 |
| 3588 | 2026-08-25T07:37:57.514Z | [ host-package] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 3589 | 2026-08-25T07:37:57.699Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 3590 | 2026-08-25T07:37:57.755Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 3591 | 2026-08-25T07:37:57.844Z | [ host-package] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 3592 | 2026-08-25T07:37:58.438Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3593 | 2026-08-25T07:37:58.487Z | [ host-package] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 3594 | 2026-08-25T07:37:58.847Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 3595 | 2026-08-25T07:37:59.190Z | [ helios-setup] Aug 25 07:37:58.075 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')" |
| 3596 | 2026-08-25T07:37:59.190Z | [ helios-setup] Aug 25 07:37:58.075 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 3597 | 2026-08-25T07:37:59.200Z | [ helios-setup] Aug 25 07:37:58.084 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.97.1-x86_64-unknown-illumos (default)" |
| 3598 | 2026-08-25T07:37:59.200Z | [ helios-setup] Aug 25 07:37:58.084 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 3599 | 2026-08-25T07:37:59.203Z | [ helios-setup] Aug 25 07:37:58.084 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 3600 | 2026-08-25T07:37:59.314Z | [ helios-setup] Aug 25 07:37:58.198 INFO E| Blocking waiting for file lock on package cache |
| 3601 | 2026-08-25T07:38:00.502Z | [ host-package] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 3602 | 2026-08-25T07:38:00.746Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3603 | 2026-08-25T07:38:01.982Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3604 | 2026-08-25T07:38:02.142Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3605 | 2026-08-25T07:38:02.454Z | [ host-package] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 3606 | 2026-08-25T07:38:02.853Z | [ host-package] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 3607 | 2026-08-25T07:38:02.982Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3608 | 2026-08-25T07:38:03.017Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3609 | 2026-08-25T07:38:04.056Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3610 | 2026-08-25T07:38:04.288Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3611 | 2026-08-25T07:38:05.972Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3612 | 2026-08-25T07:38:06.290Z | [ helios-setup] Aug 25 07:38:05.175 INFO E| Downloading crates ... |
| 3613 | 2026-08-25T07:38:06.337Z | [ helios-setup] Aug 25 07:38:05.222 INFO E| Downloaded cpufeatures v0.2.5 |
| 3614 | 2026-08-25T07:38:06.344Z | [ helios-setup] Aug 25 07:38:05.229 INFO E| Downloaded generic-array v0.14.6 |
| 3615 | 2026-08-25T07:38:06.349Z | [ helios-setup] Aug 25 07:38:05.232 INFO E| Downloaded bytes v1.2.1 |
| 3616 | 2026-08-25T07:38:06.352Z | [ helios-setup] Aug 25 07:38:05.237 INFO E| Downloaded unicode-width v0.1.10 |
| 3617 | 2026-08-25T07:38:06.355Z | [ helios-setup] Aug 25 07:38:05.239 INFO E| Downloaded block-buffer v0.10.3 |
| 3618 | 2026-08-25T07:38:06.358Z | [ helios-setup] Aug 25 07:38:05.242 INFO E| Downloaded digest v0.10.3 |
| 3619 | 2026-08-25T07:38:06.358Z | [ helios-setup] Aug 25 07:38:05.243 INFO E| Downloaded sha2 v0.10.5 |
| 3620 | 2026-08-25T07:38:06.362Z | [ helios-setup] Aug 25 07:38:05.247 INFO E| Downloaded typenum v1.15.0 |
| 3621 | 2026-08-25T07:38:06.365Z | [ helios-setup] Aug 25 07:38:05.249 INFO E| Downloaded anyhow v1.0.62 |
| 3622 | 2026-08-25T07:38:06.368Z | [ helios-setup] Aug 25 07:38:05.251 INFO E| Downloaded flate2 v1.0.25 |
| 3623 | 2026-08-25T07:38:06.370Z | [ helios-setup] Aug 25 07:38:05.254 INFO E| Downloaded miniz_oxide v0.6.2 |
| 3624 | 2026-08-25T07:38:06.373Z | [ helios-setup] Aug 25 07:38:05.256 INFO E| Blocking waiting for file lock on package cache |
| 3625 | 2026-08-25T07:38:06.467Z | [ helios-setup] Aug 25 07:38:05.352 INFO E| Compiling version_check v0.9.4 |
| 3626 | 2026-08-25T07:38:06.468Z | [ helios-setup] Aug 25 07:38:05.352 INFO E| Compiling typenum v1.15.0 |
| 3627 | 2026-08-25T07:38:06.468Z | [ helios-setup] Aug 25 07:38:05.352 INFO E| Compiling crc32fast v1.3.2 |
| 3628 | 2026-08-25T07:38:06.471Z | [ helios-setup] Aug 25 07:38:05.352 INFO E| Compiling cfg-if v1.0.0 |
| 3629 | 2026-08-25T07:38:06.471Z | [ helios-setup] Aug 25 07:38:05.352 INFO E| Compiling adler v1.0.2 |
| 3630 | 2026-08-25T07:38:06.471Z | [ helios-setup] Aug 25 07:38:05.352 INFO E| Compiling anyhow v1.0.62 |
| 3631 | 2026-08-25T07:38:06.471Z | [ helios-setup] Aug 25 07:38:05.352 INFO E| Compiling unicode-width v0.1.10 |
| 3632 | 2026-08-25T07:38:06.474Z | [ helios-setup] Aug 25 07:38:05.359 INFO E| Compiling cpufeatures v0.2.5 |
| 3633 | 2026-08-25T07:38:06.474Z | [ helios-setup] Aug 25 07:38:05.359 INFO E| Compiling bitflags v1.3.2 |
| 3634 | 2026-08-25T07:38:06.474Z | [ helios-setup] Aug 25 07:38:05.359 INFO E| Compiling bytes v1.2.1 |
| 3635 | 2026-08-25T07:38:06.615Z | [ helios-setup] Aug 25 07:38:05.500 INFO E| Compiling getopts v0.2.21 |
| 3636 | 2026-08-25T07:38:06.643Z | [ helios-setup] Aug 25 07:38:05.527 INFO E| Compiling miniz_oxide v0.6.2 |
| 3637 | 2026-08-25T07:38:06.968Z | [ helios-setup] Aug 25 07:38:05.852 INFO E| Compiling generic-array v0.14.6 |
| 3638 | 2026-08-25T07:38:07.346Z | [ host-package] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 3639 | 2026-08-25T07:38:07.519Z | [ helios-setup] Aug 25 07:38:06.404 INFO E| Compiling flate2 v1.0.25 |
| 3640 | 2026-08-25T07:38:07.645Z | [ host-package] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 3641 | 2026-08-25T07:38:08.209Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 3642 | 2026-08-25T07:38:08.461Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3643 | 2026-08-25T07:38:08.523Z | [ helios-setup] Aug 25 07:38:07.408 INFO E| Compiling block-buffer v0.10.3 |
| 3644 | 2026-08-25T07:38:08.524Z | [ helios-setup] Aug 25 07:38:07.408 INFO E| Compiling crypto-common v0.1.6 |
| 3645 | 2026-08-25T07:38:08.641Z | [ helios-setup] Aug 25 07:38:07.526 INFO E| Compiling digest v0.10.3 |
| 3646 | 2026-08-25T07:38:08.839Z | [ helios-setup] Aug 25 07:38:07.724 INFO E| Compiling sha2 v0.10.5 |
| 3647 | 2026-08-25T07:38:09.151Z | [ helios-setup] Aug 25 07:38:08.036 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 3648 | 2026-08-25T07:38:09.682Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3649 | 2026-08-25T07:38:11.245Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3650 | 2026-08-25T07:38:11.679Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3651 | 2026-08-25T07:38:11.730Z | [ helios-setup] Aug 25 07:38:10.615 INFO E| Finished `release` profile [optimized] target(s) in 12.51s |
| 3652 | 2026-08-25T07:38:11.743Z | [ helios-setup] Aug 25 07:38:10.626 INFO building project "bootserver" ok (12 seconds) |
| 3653 | 2026-08-25T07:38:11.743Z | [ helios-setup] Aug 25 07:38:10.626 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 3654 | 2026-08-25T07:38:11.751Z | [ helios-setup] Aug 25 07:38:10.636 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.97.1-x86_64-unknown-illumos (default)" |
| 3655 | 2026-08-25T07:38:11.754Z | [ helios-setup] Aug 25 07:38:10.636 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 3656 | 2026-08-25T07:38:11.754Z | [ helios-setup] Aug 25 07:38:10.636 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 3657 | 2026-08-25T07:38:11.865Z | [ helios-setup] Aug 25 07:38:10.749 INFO E| Blocking waiting for file lock on package cache |
| 3658 | 2026-08-25T07:38:12.075Z | [ helios-setup] Aug 25 07:38:10.960 INFO E| Downloading crates ... |
| 3659 | 2026-08-25T07:38:12.113Z | [ helios-setup] Aug 25 07:38:10.998 INFO E| Downloaded adler2 v2.0.0 |
| 3660 | 2026-08-25T07:38:12.121Z | [ helios-setup] Aug 25 07:38:11.006 INFO E| Downloaded miniz_oxide v0.8.8 |
| 3661 | 2026-08-25T07:38:12.163Z | [ helios-setup] Aug 25 07:38:11.048 INFO E| Compiling adler2 v2.0.0 |
| 3662 | 2026-08-25T07:38:12.283Z | [ helios-setup] Aug 25 07:38:11.167 INFO E| Compiling miniz_oxide v0.8.8 |
| 3663 | 2026-08-25T07:38:12.921Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 3664 | 2026-08-25T07:38:13.461Z | [ helios-setup] Aug 25 07:38:12.345 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 3665 | 2026-08-25T07:38:13.597Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3666 | 2026-08-25T07:38:14.001Z | [ helios-setup] Aug 25 07:38:12.885 INFO E| Finished `release` profile [optimized] target(s) in 2.23s |
| 3667 | 2026-08-25T07:38:14.013Z | [ helios-setup] Aug 25 07:38:12.898 INFO building project "pinprick" ok (2 seconds) |
| 3668 | 2026-08-25T07:38:14.013Z | [ helios-setup] Aug 25 07:38:12.898 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 3669 | 2026-08-25T07:38:14.024Z | [ helios-setup] Aug 25 07:38:12.908 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.97.1-x86_64-unknown-illumos (default)" |
| 3670 | 2026-08-25T07:38:14.024Z | [ helios-setup] Aug 25 07:38:12.908 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 3671 | 2026-08-25T07:38:14.024Z | [ helios-setup] Aug 25 07:38:12.908 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 3672 | 2026-08-25T07:38:14.234Z | [ helios-setup] Aug 25 07:38:13.119 INFO E| Downloading crates ... |
| 3673 | 2026-08-25T07:38:14.294Z | [ helios-setup] Aug 25 07:38:13.179 INFO E| Downloaded time-core v0.1.4 |
| 3674 | 2026-08-25T07:38:14.301Z | [ helios-setup] Aug 25 07:38:13.186 INFO E| Downloaded errno v0.3.12 |
| 3675 | 2026-08-25T07:38:14.311Z | [ helios-setup] Aug 25 07:38:13.196 INFO E| Downloaded deranged v0.4.0 |
| 3676 | 2026-08-25T07:38:14.314Z | [ helios-setup] Aug 25 07:38:13.198 INFO E| Downloaded time-macros v0.2.22 |
| 3677 | 2026-08-25T07:38:14.318Z | [ helios-setup] Aug 25 07:38:13.200 INFO E| Downloaded serde_with_macros v3.12.0 |
| 3678 | 2026-08-25T07:38:14.325Z | [ helios-setup] Aug 25 07:38:13.209 INFO E| Downloaded tempfile v3.20.0 |
| 3679 | 2026-08-25T07:38:14.328Z | [ helios-setup] Aug 25 07:38:13.212 INFO E| Downloaded iana-time-zone v0.1.63 |
| 3680 | 2026-08-25T07:38:14.332Z | [ helios-setup] Aug 25 07:38:13.217 INFO E| Downloaded bitflags v2.9.1 |
| 3681 | 2026-08-25T07:38:14.334Z | [ helios-setup] Aug 25 07:38:13.219 INFO E| Downloaded anyhow v1.0.98 |
| 3682 | 2026-08-25T07:38:14.338Z | [ helios-setup] Aug 25 07:38:13.222 INFO E| Downloaded getrandom v0.3.3 |
| 3683 | 2026-08-25T07:38:14.357Z | [ helios-setup] Aug 25 07:38:13.242 INFO E| Downloaded indexmap v2.9.0 |
| 3684 | 2026-08-25T07:38:14.362Z | [ helios-setup] Aug 25 07:38:13.247 INFO E| Downloaded chrono v0.4.41 |
| 3685 | 2026-08-25T07:38:14.365Z | [ helios-setup] Aug 25 07:38:13.250 INFO E| Downloaded time v0.3.41 |
| 3686 | 2026-08-25T07:38:14.371Z | [ helios-setup] Aug 25 07:38:13.255 INFO E| Downloaded hashbrown v0.15.3 |
| 3687 | 2026-08-25T07:38:14.374Z | [ helios-setup] Aug 25 07:38:13.258 INFO E| Downloaded serde_with v3.12.0 |
| 3688 | 2026-08-25T07:38:14.387Z | [ helios-setup] Aug 25 07:38:13.272 INFO E| Downloaded rustix v1.0.7 |
| 3689 | 2026-08-25T07:38:14.453Z | [ helios-setup] Aug 25 07:38:13.338 INFO E| Compiling proc-macro2 v1.0.95 |
| 3690 | 2026-08-25T07:38:14.453Z | [ helios-setup] Aug 25 07:38:13.338 INFO E| Compiling unicode-ident v1.0.18 |
| 3691 | 2026-08-25T07:38:14.453Z | [ helios-setup] Aug 25 07:38:13.338 INFO E| Compiling libc v0.2.172 |
| 3692 | 2026-08-25T07:38:14.456Z | [ helios-setup] Aug 25 07:38:13.338 INFO E| Compiling ident_case v1.0.1 |
| 3693 | 2026-08-25T07:38:14.456Z | [ helios-setup] Aug 25 07:38:13.338 INFO E| Compiling fnv v1.0.7 |
| 3694 | 2026-08-25T07:38:14.456Z | [ helios-setup] Aug 25 07:38:13.338 INFO E| Compiling strsim v0.11.1 |
| 3695 | 2026-08-25T07:38:14.456Z | [ helios-setup] Aug 25 07:38:13.338 INFO E| Compiling serde v1.0.219 |
| 3696 | 2026-08-25T07:38:14.456Z | [ helios-setup] Aug 25 07:38:13.338 INFO E| Compiling getrandom v0.3.3 |
| 3697 | 2026-08-25T07:38:14.456Z | [ helios-setup] Aug 25 07:38:13.338 INFO E| Compiling rustix v1.0.7 |
| 3698 | 2026-08-25T07:38:14.456Z | [ helios-setup] Aug 25 07:38:13.338 INFO E| Compiling cfg-if v1.0.0 |
| 3699 | 2026-08-25T07:38:14.456Z | [ helios-setup] Aug 25 07:38:13.338 INFO E| Compiling serde_json v1.0.140 |
| 3700 | 2026-08-25T07:38:14.456Z | [ helios-setup] Aug 25 07:38:13.338 INFO E| Compiling bitflags v2.9.1 |
| 3701 | 2026-08-25T07:38:14.456Z | [ helios-setup] Aug 25 07:38:13.338 INFO E| Compiling anyhow v1.0.98 |
| 3702 | 2026-08-25T07:38:14.456Z | [ helios-setup] Aug 25 07:38:13.338 INFO E| Compiling thiserror v2.0.12 |
| 3703 | 2026-08-25T07:38:14.474Z | [ helios-setup] Aug 25 07:38:13.359 INFO E| Compiling memchr v2.7.4 |
| 3704 | 2026-08-25T07:38:14.477Z | [ helios-setup] Aug 25 07:38:13.360 INFO E| Compiling fastrand v2.3.0 |
| 3705 | 2026-08-25T07:38:14.504Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3706 | 2026-08-25T07:38:14.763Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3707 | 2026-08-25T07:38:14.943Z | [ helios-setup] Aug 25 07:38:13.828 INFO E| Compiling once_cell v1.21.3 |
| 3708 | 2026-08-25T07:38:15.107Z | [ host-package] Compiling fatfs v0.3.6 |
| 3709 | 2026-08-25T07:38:15.190Z | [ helios-setup] Aug 25 07:38:14.075 INFO E| Compiling itoa v1.0.15 |
| 3710 | 2026-08-25T07:38:15.197Z | [ helios-setup] Aug 25 07:38:14.082 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 3711 | 2026-08-25T07:38:15.218Z | [ helios-setup] Aug 25 07:38:14.102 INFO E| Compiling ryu v1.0.20 |
| 3712 | 2026-08-25T07:38:16.290Z | [ helios-setup] Aug 25 07:38:15.175 INFO E| Compiling quote v1.0.40 |
| 3713 | 2026-08-25T07:38:16.504Z | [ helios-setup] Aug 25 07:38:15.389 INFO E| Compiling syn v2.0.101 |
| 3714 | 2026-08-25T07:38:16.747Z | [ helios-setup] Aug 25 07:38:15.630 INFO E| Compiling errno v0.3.12 |
| 3715 | 2026-08-25T07:38:16.840Z | [ host-package] Compiling yasna v0.5.2 |
| 3716 | 2026-08-25T07:38:16.868Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3717 | 2026-08-25T07:38:17.199Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3718 | 2026-08-25T07:38:17.468Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3719 | 2026-08-25T07:38:17.574Z | [ host-package] Compiling rcgen v0.12.1 |
| 3720 | 2026-08-25T07:38:17.876Z | [ helios-setup] Aug 25 07:38:16.760 INFO E| Compiling tempfile v3.20.0 |
| 3721 | 2026-08-25T07:38:18.009Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3722 | 2026-08-25T07:38:18.204Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3723 | 2026-08-25T07:38:18.925Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3724 | 2026-08-25T07:38:19.218Z | [ helios-setup] Aug 25 07:38:18.102 INFO E| Compiling darling_core v0.20.11 |
| 3725 | 2026-08-25T07:38:19.512Z | [ host-package] Compiling oxide-update-engine-display v0.1.2 |
| 3726 | 2026-08-25T07:38:20.081Z | [ helios-setup] Aug 25 07:38:18.965 INFO E| Compiling serde_derive v1.0.219 |
| 3727 | 2026-08-25T07:38:20.081Z | [ helios-setup] Aug 25 07:38:18.965 INFO E| Compiling thiserror-impl v2.0.12 |
| 3728 | 2026-08-25T07:38:20.395Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3729 | 2026-08-25T07:38:21.151Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3730 | 2026-08-25T07:38:21.154Z | [ helios-setup] Aug 25 07:38:20.039 INFO E| Compiling darling_macro v0.20.11 |
| 3731 | 2026-08-25T07:38:21.279Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3732 | 2026-08-25T07:38:21.599Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3733 | 2026-08-25T07:38:21.927Z | [ helios-setup] Aug 25 07:38:20.812 INFO E| Compiling darling v0.20.11 |
| 3734 | 2026-08-25T07:38:22.030Z | [ helios-setup] Aug 25 07:38:20.914 INFO E| Compiling serde_with_macros v3.12.0 |
| 3735 | 2026-08-25T07:38:22.123Z | [ host-package] Compiling port-file v0.1.0 |
| 3736 | 2026-08-25T07:38:22.573Z | [ host-package] Compiling rtoolbox v0.0.3 |
| 3737 | 2026-08-25T07:38:22.619Z | [ host-package] Compiling subprocess v0.2.15 |
| 3738 | 2026-08-25T07:38:23.236Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3739 | 2026-08-25T07:38:23.622Z | [ host-package] Compiling rpassword v7.5.4 |
| 3740 | 2026-08-25T07:38:23.739Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3741 | 2026-08-25T07:38:24.876Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3742 | 2026-08-25T07:38:25.384Z | [ helios-setup] Aug 25 07:38:24.268 INFO E| Compiling serde_with v3.12.0 |
| 3743 | 2026-08-25T07:38:25.399Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3744 | 2026-08-25T07:38:25.560Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3745 | 2026-08-25T07:38:27.431Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3746 | 2026-08-25T07:38:27.775Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3747 | 2026-08-25T07:38:28.576Z | [ host-package] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 3748 | 2026-08-25T07:38:29.128Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3749 | 2026-08-25T07:38:29.339Z | [ host-package] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 3750 | 2026-08-25T07:38:30.098Z | [ helios-setup] Aug 25 07:38:28.983 INFO E| Finished `release` profile [optimized] target(s) in 16.06s |
| 3751 | 2026-08-25T07:38:30.123Z | [ helios-setup] Aug 25 07:38:29.008 INFO building project "dmar-report" ok (16 seconds) |
| 3752 | 2026-08-25T07:38:30.123Z | [ helios-setup] Aug 25 07:38:29.008 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 3753 | 2026-08-25T07:38:30.132Z | [ helios-setup] Aug 25 07:38:29.017 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.97.1-x86_64-unknown-illumos (default)" |
| 3754 | 2026-08-25T07:38:30.133Z | [ helios-setup] Aug 25 07:38:29.017 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 3755 | 2026-08-25T07:38:30.136Z | [ helios-setup] Aug 25 07:38:29.017 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 3756 | 2026-08-25T07:38:30.244Z | [ helios-setup] Aug 25 07:38:29.128 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 3757 | 2026-08-25T07:38:30.566Z | [ helios-setup] Aug 25 07:38:29.451 INFO E| From https://github.com/jclulow/rust-jmclib |
| 3758 | 2026-08-25T07:38:30.566Z | [ helios-setup] Aug 25 07:38:29.451 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 3759 | 2026-08-25T07:38:30.578Z | [ helios-setup] Aug 25 07:38:29.463 INFO E| Updating crates.io index |
| 3760 | 2026-08-25T07:38:30.624Z | [ helios-setup] Aug 25 07:38:29.509 INFO E| Downloading crates ... |
| 3761 | 2026-08-25T07:38:30.671Z | [ helios-setup] Aug 25 07:38:29.555 INFO E| Downloaded anyhow v1.0.72 |
| 3762 | 2026-08-25T07:38:30.674Z | [ helios-setup] Aug 25 07:38:29.558 INFO E| Downloaded block-buffer v0.9.0 |
| 3763 | 2026-08-25T07:38:30.674Z | [ helios-setup] Aug 25 07:38:29.558 INFO E| Downloaded walkdir v2.3.3 |
| 3764 | 2026-08-25T07:38:30.677Z | [ helios-setup] Aug 25 07:38:29.560 INFO E| Downloaded sha-1 v0.9.8 |
| 3765 | 2026-08-25T07:38:30.677Z | [ helios-setup] Aug 25 07:38:29.561 INFO E| Downloaded digest v0.9.0 |
| 3766 | 2026-08-25T07:38:30.680Z | [ helios-setup] Aug 25 07:38:29.564 INFO E| Downloaded fastrand v2.0.0 |
| 3767 | 2026-08-25T07:38:30.683Z | [ helios-setup] Aug 25 07:38:29.566 INFO E| Downloaded errno v0.3.1 |
| 3768 | 2026-08-25T07:38:30.686Z | [ helios-setup] Aug 25 07:38:29.570 INFO E| Downloaded cpufeatures v0.2.9 |
| 3769 | 2026-08-25T07:38:30.690Z | [ helios-setup] Aug 25 07:38:29.575 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 3770 | 2026-08-25T07:38:30.695Z | [ helios-setup] Aug 25 07:38:29.580 INFO E| Downloaded md-5 v0.9.1 |
| 3771 | 2026-08-25T07:38:30.698Z | [ helios-setup] Aug 25 07:38:29.583 INFO E| Downloaded glob v0.3.1 |
| 3772 | 2026-08-25T07:38:30.702Z | [ helios-setup] Aug 25 07:38:29.584 INFO E| Downloaded tempfile v3.7.0 |
| 3773 | 2026-08-25T07:38:30.705Z | [ helios-setup] Aug 25 07:38:29.590 INFO E| Downloaded quote v1.0.31 |
| 3774 | 2026-08-25T07:38:30.709Z | [ helios-setup] Aug 25 07:38:29.594 INFO E| Downloaded typenum v1.16.0 |
| 3775 | 2026-08-25T07:38:30.712Z | [ helios-setup] Aug 25 07:38:29.595 INFO E| Downloaded getrandom v0.2.10 |
| 3776 | 2026-08-25T07:38:30.715Z | [ helios-setup] Aug 25 07:38:29.597 INFO E| Downloaded serde_derive v1.0.193 |
| 3777 | 2026-08-25T07:38:30.715Z | [ helios-setup] Aug 25 07:38:29.598 INFO E| Downloaded bitflags v2.3.3 |
| 3778 | 2026-08-25T07:38:30.717Z | [ helios-setup] Aug 25 07:38:29.600 INFO E| Downloaded once_cell v1.18.0 |
| 3779 | 2026-08-25T07:38:30.718Z | [ helios-setup] Aug 25 07:38:29.601 INFO E| Downloaded toml v0.5.11 |
| 3780 | 2026-08-25T07:38:30.720Z | [ helios-setup] Aug 25 07:38:29.603 INFO E| Downloaded uuid v0.8.2 |
| 3781 | 2026-08-25T07:38:30.720Z | [ helios-setup] Aug 25 07:38:29.605 INFO E| Downloaded proc-macro2 v1.0.66 |
| 3782 | 2026-08-25T07:38:30.723Z | [ helios-setup] Aug 25 07:38:29.606 INFO E| Downloaded unicode-ident v1.0.11 |
| 3783 | 2026-08-25T07:38:30.727Z | [ helios-setup] Aug 25 07:38:29.612 INFO E| Downloaded serde v1.0.193 |
| 3784 | 2026-08-25T07:38:30.740Z | [ helios-setup] Aug 25 07:38:29.625 INFO E| Downloaded serde_json v1.0.103 |
| 3785 | 2026-08-25T07:38:30.761Z | [ helios-setup] Aug 25 07:38:29.645 INFO E| Downloaded syn v2.0.32 |
| 3786 | 2026-08-25T07:38:30.767Z | [ helios-setup] Aug 25 07:38:29.652 INFO E| Downloaded rustix v0.38.4 |
| 3787 | 2026-08-25T07:38:30.785Z | [ helios-setup] Aug 25 07:38:29.670 INFO E| Downloaded libc v0.2.147 |
| 3788 | 2026-08-25T07:38:30.876Z | [ helios-setup] Aug 25 07:38:29.761 INFO E| Compiling libc v0.2.147 |
| 3789 | 2026-08-25T07:38:30.876Z | [ helios-setup] Aug 25 07:38:29.761 INFO E| Compiling proc-macro2 v1.0.66 |
| 3790 | 2026-08-25T07:38:30.876Z | [ helios-setup] Aug 25 07:38:29.761 INFO E| Compiling cfg-if v1.0.0 |
| 3791 | 2026-08-25T07:38:30.880Z | [ helios-setup] Aug 25 07:38:29.761 INFO E| Compiling unicode-ident v1.0.11 |
| 3792 | 2026-08-25T07:38:30.880Z | [ helios-setup] Aug 25 07:38:29.761 INFO E| Compiling version_check v0.9.4 |
| 3793 | 2026-08-25T07:38:30.880Z | [ helios-setup] Aug 25 07:38:29.761 INFO E| Compiling typenum v1.16.0 |
| 3794 | 2026-08-25T07:38:30.880Z | [ helios-setup] Aug 25 07:38:29.761 INFO E| Compiling serde v1.0.193 |
| 3795 | 2026-08-25T07:38:30.880Z | [ helios-setup] Aug 25 07:38:29.761 INFO E| Compiling rustix v0.38.4 |
| 3796 | 2026-08-25T07:38:30.880Z | [ helios-setup] Aug 25 07:38:29.761 INFO E| Compiling itoa v1.0.9 |
| 3797 | 2026-08-25T07:38:30.880Z | [ helios-setup] Aug 25 07:38:29.761 INFO E| Compiling num-conv v0.1.0 |
| 3798 | 2026-08-25T07:38:30.880Z | [ helios-setup] Aug 25 07:38:29.761 INFO E| Compiling slog v2.7.0 |
| 3799 | 2026-08-25T07:38:30.880Z | [ helios-setup] Aug 25 07:38:29.761 INFO E| Compiling time-core v0.1.2 |
| 3800 | 2026-08-25T07:38:30.880Z | [ helios-setup] Aug 25 07:38:29.761 INFO E| Compiling powerfmt v0.2.0 |
| 3801 | 2026-08-25T07:38:30.880Z | [ helios-setup] Aug 25 07:38:29.761 INFO E| Compiling num_threads v0.1.6 |
| 3802 | 2026-08-25T07:38:30.880Z | [ helios-setup] Aug 25 07:38:29.761 INFO E| Compiling once_cell v1.18.0 |
| 3803 | 2026-08-25T07:38:30.889Z | [ helios-setup] Aug 25 07:38:29.761 INFO E| Compiling bitflags v2.3.3 |
| 3804 | 2026-08-25T07:38:31.361Z | [ helios-setup] Aug 25 07:38:30.245 INFO E| Compiling fastrand v2.0.0 |
| 3805 | 2026-08-25T07:38:31.365Z | [ helios-setup] Aug 25 07:38:30.250 INFO E| Compiling anyhow v1.0.72 |
| 3806 | 2026-08-25T07:38:31.561Z | [ helios-setup] Aug 25 07:38:30.445 INFO E| Compiling deranged v0.3.11 |
| 3807 | 2026-08-25T07:38:31.624Z | [ helios-setup] Aug 25 07:38:30.509 INFO E| Compiling thread_local v1.1.7 |
| 3808 | 2026-08-25T07:38:31.650Z | [ helios-setup] Aug 25 07:38:30.534 INFO E| Compiling opaque-debug v0.3.0 |
| 3809 | 2026-08-25T07:38:31.713Z | [ helios-setup] Aug 25 07:38:30.598 INFO E| Compiling serde_json v1.0.103 |
| 3810 | 2026-08-25T07:38:31.761Z | [ helios-setup] Aug 25 07:38:30.646 INFO E| Compiling ryu v1.0.15 |
| 3811 | 2026-08-25T07:38:31.800Z | [ helios-setup] Aug 25 07:38:30.685 INFO E| Compiling same-file v1.0.6 |
| 3812 | 2026-08-25T07:38:31.803Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3813 | 2026-08-25T07:38:31.806Z | [ helios-setup] Aug 25 07:38:30.690 INFO E| Compiling cpufeatures v0.2.9 |
| 3814 | 2026-08-25T07:38:31.827Z | [ helios-setup] Aug 25 07:38:30.712 INFO E| Compiling unicode-width v0.1.10 |
| 3815 | 2026-08-25T07:38:31.903Z | [ helios-setup] Aug 25 07:38:30.788 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 3816 | 2026-08-25T07:38:31.969Z | [ helios-setup] Aug 25 07:38:30.853 INFO E| Compiling time-macros v0.2.18 |
| 3817 | 2026-08-25T07:38:31.973Z | [ helios-setup] Aug 25 07:38:30.858 INFO E| Compiling glob v0.3.1 |
| 3818 | 2026-08-25T07:38:32.016Z | [ helios-setup] Aug 25 07:38:30.900 INFO E| Compiling generic-array v0.14.7 |
| 3819 | 2026-08-25T07:38:32.036Z | [ host-package] Compiling uzers v0.12.2 |
| 3820 | 2026-08-25T07:38:32.117Z | [ helios-setup] Aug 25 07:38:31.002 INFO E| Compiling getopts v0.2.21 |
| 3821 | 2026-08-25T07:38:32.150Z | [ helios-setup] Aug 25 07:38:31.034 INFO E| Compiling walkdir v2.3.3 |
| 3822 | 2026-08-25T07:38:32.325Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3823 | 2026-08-25T07:38:32.426Z | [ helios-setup] Aug 25 07:38:31.311 INFO E| Compiling quote v1.0.31 |
| 3824 | 2026-08-25T07:38:32.744Z | [ helios-setup] Aug 25 07:38:31.629 INFO E| Compiling syn v2.0.32 |
| 3825 | 2026-08-25T07:38:32.826Z | [ helios-setup] Aug 25 07:38:31.708 INFO E| Compiling dirs-sys-next v0.1.2 |
| 3826 | 2026-08-25T07:38:32.826Z | [ helios-setup] Aug 25 07:38:31.708 INFO E| Compiling errno v0.3.1 |
| 3827 | 2026-08-25T07:38:32.826Z | [ helios-setup] Aug 25 07:38:31.708 INFO E| Compiling atty v0.2.14 |
| 3828 | 2026-08-25T07:38:32.830Z | [ helios-setup] Aug 25 07:38:31.708 INFO E| Compiling getrandom v0.2.10 |
| 3829 | 2026-08-25T07:38:33.123Z | [ helios-setup] Aug 25 07:38:32.007 INFO E| Compiling dirs-next v2.0.0 |
| 3830 | 2026-08-25T07:38:33.258Z | [ helios-setup] Aug 25 07:38:32.143 INFO E| Compiling term v0.7.0 |
| 3831 | 2026-08-25T07:38:33.505Z | [ helios-setup] Aug 25 07:38:32.390 INFO E| Compiling block-buffer v0.9.0 |
| 3832 | 2026-08-25T07:38:33.506Z | [ helios-setup] Aug 25 07:38:32.390 INFO E| Compiling digest v0.9.0 |
| 3833 | 2026-08-25T07:38:33.654Z | [ helios-setup] Aug 25 07:38:32.539 INFO E| Compiling sha-1 v0.9.8 |
| 3834 | 2026-08-25T07:38:33.654Z | [ helios-setup] Aug 25 07:38:32.539 INFO E| Compiling md-5 v0.9.1 |
| 3835 | 2026-08-25T07:38:33.776Z | [ helios-setup] Aug 25 07:38:32.660 INFO E| Compiling tempfile v3.7.0 |
| 3836 | 2026-08-25T07:38:33.875Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3837 | 2026-08-25T07:38:34.176Z | [ helios-setup] Aug 25 07:38:33.061 INFO E| Compiling time v0.3.36 |
| 3838 | 2026-08-25T07:38:34.615Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3839 | 2026-08-25T07:38:35.030Z | [ helios-setup] Aug 25 07:38:33.915 INFO E| Compiling slog-term v2.9.0 |
| 3840 | 2026-08-25T07:38:35.237Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3841 | 2026-08-25T07:38:35.262Z | [ helios-setup] Aug 25 07:38:34.146 INFO E| Compiling serde_derive v1.0.193 |
| 3842 | 2026-08-25T07:38:35.522Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3843 | 2026-08-25T07:38:35.648Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3844 | 2026-08-25T07:38:37.756Z | [ host-package] Compiling multimap v0.10.1 |
| 3845 | 2026-08-25T07:38:39.729Z | [ helios-setup] Aug 25 07:38:38.613 INFO E| Compiling toml v0.5.11 |
| 3846 | 2026-08-25T07:38:39.729Z | [ helios-setup] Aug 25 07:38:38.613 INFO E| Compiling uuid v0.8.2 |
| 3847 | 2026-08-25T07:38:40.564Z | [ helios-setup] Aug 25 07:38:39.448 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 3848 | 2026-08-25T07:38:41.419Z | [ helios-setup] Aug 25 07:38:40.304 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 3849 | 2026-08-25T07:38:44.660Z | [ host-package] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 3850 | 2026-08-25T07:38:46.257Z | [ helios-setup] Aug 25 07:38:45.141 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.11s |
| 3851 | 2026-08-25T07:38:46.283Z | [ helios-setup] Aug 25 07:38:45.167 INFO building project "image-builder" ok (16 seconds) |
| 3852 | 2026-08-25T07:38:46.287Z | [ helios-setup] rm -f helios-build |
| 3853 | 2026-08-25T07:38:46.290Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3854 | 2026-08-25T07:38:46.291Z | [ helios-setup] |
| 3855 | 2026-08-25T07:38:46.291Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3856 | 2026-08-25T07:38:46.294Z | [ helios-setup] |
| 3857 | 2026-08-25T07:38:46.294Z | [ helios-setup] |
| 3858 | 2026-08-25T07:38:46.294Z | [ helios-setup] real 3:08.331619711 |
| 3859 | 2026-08-25T07:38:46.294Z | [ helios-setup] user 7:06.502178529 |
| 3860 | 2026-08-25T07:38:46.294Z | [ helios-setup] sys 1:17.883586559 |
| 3861 | 2026-08-25T07:38:46.294Z | [ helios-setup] trap 0.512618903 |
| 3862 | 2026-08-25T07:38:46.294Z | [ helios-setup] tflt 1.744929817 |
| 3863 | 2026-08-25T07:38:46.295Z | [ helios-setup] dflt 8.724232855 |
| 3864 | 2026-08-25T07:38:46.295Z | [ helios-setup] kflt 0.021930270 |
| 3865 | 2026-08-25T07:38:46.295Z | [ helios-setup] lock 54:44.637944525 |
| 3866 | 2026-08-25T07:38:46.295Z | [ helios-setup] slp 37:08.926688398 |
| 3867 | 2026-08-25T07:38:46.295Z | [ helios-setup] lat 6:58.664510020 |
| 3868 | 2026-08-25T07:38:46.295Z | [ helios-setup] stop 1:32.449037943 |
| 3869 | 2026-08-25T07:38:46.295Z | Aug 25 07:38:45.178 INFO [helios-setup] process exited with exit status: 0 (188.334432526s) |
| 3870 | 2026-08-25T07:38:46.295Z | Aug 25 07:38:45.178 INFO [helios-record] running task |
| 3871 | 2026-08-25T07:38:46.295Z | Aug 25 07:38:45.178 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3872 | 2026-08-25T07:38:46.298Z | Aug 25 07:38:45.183 DEBG process exited with exit status: 0 (4.968327ms) |
| 3873 | 2026-08-25T07:38:46.298Z | Aug 25 07:38:45.183 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3874 | 2026-08-25T07:38:46.304Z | Aug 25 07:38:45.189 DEBG process exited with exit status: 0 (6.12237ms) |
| 3875 | 2026-08-25T07:38:46.304Z | Aug 25 07:38:45.189 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3876 | 2026-08-25T07:38:46.313Z | Aug 25 07:38:45.198 DEBG process exited with exit status: 0 (8.541973ms) |
| 3877 | 2026-08-25T07:38:46.314Z | Aug 25 07:38:45.198 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3878 | 2026-08-25T07:38:46.318Z | Aug 25 07:38:45.202 DEBG process exited with exit status: 0 (4.435617ms) |
| 3879 | 2026-08-25T07:38:46.318Z | Aug 25 07:38:45.202 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3880 | 2026-08-25T07:38:46.321Z | Aug 25 07:38:45.206 DEBG process exited with exit status: 0 (3.817696ms) |
| 3881 | 2026-08-25T07:38:46.321Z | Aug 25 07:38:45.206 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3882 | 2026-08-25T07:38:46.326Z | Aug 25 07:38:45.211 DEBG process exited with exit status: 0 (4.481807ms) |
| 3883 | 2026-08-25T07:38:46.326Z | Aug 25 07:38:45.211 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3884 | 2026-08-25T07:38:46.330Z | Aug 25 07:38:45.214 DEBG process exited with exit status: 0 (3.606215ms) |
| 3885 | 2026-08-25T07:38:46.330Z | Aug 25 07:38:45.214 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3886 | 2026-08-25T07:38:46.333Z | Aug 25 07:38:45.218 DEBG process exited with exit status: 0 (3.630446ms) |
| 3887 | 2026-08-25T07:38:46.333Z | Aug 25 07:38:45.218 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3888 | 2026-08-25T07:38:46.337Z | Aug 25 07:38:45.222 DEBG process exited with exit status: 0 (3.990716ms) |
| 3889 | 2026-08-25T07:38:46.340Z | Aug 25 07:38:45.222 INFO [helios-record] task succeeded (44.260347ms) |
| 3890 | 2026-08-25T07:38:51.924Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3891 | 2026-08-25T07:38:53.750Z | [ host-package] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 3892 | 2026-08-25T07:39:00.009Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3893 | 2026-08-25T07:39:00.255Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3894 | 2026-08-25T07:47:15.262Z | [ host-package] Finished `release` profile [optimized] target(s) in 10m 56s |
| 3895 | 2026-08-25T07:47:15.265Z | [ host-package] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 3896 | 2026-08-25T07:47:15.265Z | [ host-package] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3897 | 2026-08-25T07:48:09.253Z | Aug 25 07:48:08.133 INFO [host-package] process exited with exit status: 0 (710.562761329s) |
| 3898 | 2026-08-25T07:48:09.254Z | Aug 25 07:48:08.133 INFO [host-libraries] running task |
| 3899 | 2026-08-25T07:48:09.254Z | Aug 25 07:48:08.133 INFO [host-stamp] running task |
| 3900 | 2026-08-25T07:48:09.257Z | Aug 25 07:48:08.136 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+git8d0eb63daab |
| 3901 | 2026-08-25T07:48:09.257Z | Aug 25 07:48:08.137 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+git8d0eb63daab |
| 3902 | 2026-08-25T07:48:09.257Z | Aug 25 07:48:08.137 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+git8d0eb63daab |
| 3903 | 2026-08-25T07:48:09.257Z | Aug 25 07:48:08.137 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+git8d0eb63daab |
| 3904 | 2026-08-25T07:48:09.260Z | Aug 25 07:48:08.137 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+git8d0eb63daab |
| 3905 | 2026-08-25T07:48:09.260Z | Aug 25 07:48:08.138 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+git8d0eb63daab |
| 3906 | 2026-08-25T07:48:09.260Z | Aug 25 07:48:08.138 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+git8d0eb63daab |
| 3907 | 2026-08-25T07:48:09.260Z | Aug 25 07:48:08.138 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+git8d0eb63daab |
| 3908 | 2026-08-25T07:48:09.266Z | [stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3909 | 2026-08-25T07:48:09.266Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3910 | 2026-08-25T07:48:09.266Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3911 | 2026-08-25T07:48:09.266Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3912 | 2026-08-25T07:48:09.266Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3913 | 2026-08-25T07:48:09.266Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3914 | 2026-08-25T07:48:09.269Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3915 | 2026-08-25T07:48:09.269Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3916 | 2026-08-25T07:48:09.269Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3917 | 2026-08-25T07:48:09.272Z | Aug 25 07:48:08.151 INFO [stamp-overlay] process exited with exit status: 0 (14.150491ms) |
| 3918 | 2026-08-25T07:48:09.278Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 3919 | 2026-08-25T07:48:09.282Z | Aug 25 07:48:08.161 INFO [stamp-oxlog] process exited with exit status: 0 (23.451856ms) |
| 3920 | 2026-08-25T07:48:09.316Z | [stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar |
| 3921 | 2026-08-25T07:48:09.320Z | Aug 25 07:48:08.200 INFO [stamp-crucible-utils] process exited with exit status: 0 (61.553114ms) |
| 3922 | 2026-08-25T07:48:09.337Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 3923 | 2026-08-25T07:48:09.340Z | Aug 25 07:48:08.220 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (83.290947ms) |
| 3924 | 2026-08-25T07:48:09.572Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 3925 | 2026-08-25T07:48:09.575Z | Aug 25 07:48:08.455 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (317.446586ms) |
| 3926 | 2026-08-25T07:48:09.888Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 3927 | 2026-08-25T07:48:09.891Z | Aug 25 07:48:08.771 INFO [stamp-propolis-server] process exited with exit status: 0 (635.113921ms) |
| 3928 | 2026-08-25T07:48:09.945Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 3929 | 2026-08-25T07:48:09.949Z | Aug 25 07:48:08.829 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (690.922626ms) |
| 3930 | 2026-08-25T07:48:11.054Z | Aug 25 07:48:09.934 INFO [host-libraries] task succeeded (1.800959652s) |
| 3931 | 2026-08-25T07:48:11.057Z | Aug 25 07:48:09.934 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 3932 | 2026-08-25T07:48:11.061Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 3933 | 2026-08-25T07:48:12.049Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3934 | 2026-08-25T07:48:12.881Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3935 | 2026-08-25T07:48:16.768Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 3936 | 2026-08-25T07:48:16.773Z | Aug 25 07:48:15.651 INFO [stamp-switch-asic] process exited with exit status: 0 (7.514273403s) |
| 3937 | 2026-08-25T07:48:16.773Z | Aug 25 07:48:15.651 INFO [host-stamp] task succeeded (7.518175279s) |
| 3938 | 2026-08-25T07:48:16.773Z | Aug 25 07:48:15.651 INFO [host-proto] running task |
| 3939 | 2026-08-25T07:48:17.278Z | Aug 25 07:48:16.158 INFO [host-proto] task succeeded (506.061762ms) |
| 3940 | 2026-08-25T07:48:17.278Z | Aug 25 07:48:16.158 INFO [host-profile] running task |
| 3941 | 2026-08-25T07:48:17.281Z | Aug 25 07:48:16.158 INFO [host-profile] task succeeded (281.84µs) |
| 3942 | 2026-08-25T07:48:17.281Z | Aug 25 07:48:16.158 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/.tmpA3naiZ/proto/host/root -N 'ci 8d0eb63/${os_short_commit} 2026-08-25 07:35' -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/' |
| 3943 | 2026-08-25T07:48:17.285Z | [ host-image] Aug 25 07:48:16.164 INFO Checking files for board 'cosmo' |
| 3944 | 2026-08-25T07:48:17.285Z | [ host-image] Aug 25 07:48:16.164 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 3945 | 2026-08-25T07:48:17.285Z | [ host-image] Aug 25 07:48:16.164 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 3946 | 2026-08-25T07:48:17.285Z | [ host-image] Aug 25 07:48:16.164 INFO Checking files for board 'cosmo-mbist' |
| 3947 | 2026-08-25T07:48:17.285Z | [ host-image] Aug 25 07:48:16.164 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml" |
| 3948 | 2026-08-25T07:48:17.285Z | [ host-image] Aug 25 07:48:16.164 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 3949 | 2026-08-25T07:48:17.285Z | [ host-image] Aug 25 07:48:16.164 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml" |
| 3950 | 2026-08-25T07:48:17.285Z | [ host-image] Aug 25 07:48:16.164 INFO Checking files for board 'gimlet' |
| 3951 | 2026-08-25T07:48:17.285Z | [ host-image] Aug 25 07:48:16.164 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3952 | 2026-08-25T07:48:17.285Z | [ host-image] Aug 25 07:48:16.164 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 3953 | 2026-08-25T07:48:17.294Z | [ host-image] Aug 25 07:48:16.174 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpA3naiZ/proto/host/root" |
| 3954 | 2026-08-25T07:48:17.297Z | [ host-image] Aug 25 07:48:16.174 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 3955 | 2026-08-25T07:48:17.297Z | [ host-image] Aug 25 07:48:16.174 INFO image builder template: ramdisk-01-os... |
| 3956 | 2026-08-25T07:48:17.297Z | [ host-image] Aug 25 07:48:16.174 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/.tmpA3naiZ/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 |
| 3957 | 2026-08-25T07:48:17.306Z | [ host-image] Aug 25 07:48:16.186 INFO O| Aug 25 07:48:16.186 INFO CREATE DATASET: rpool/images/build/host/output |
| 3958 | 2026-08-25T07:48:18.388Z | [ host-image] Aug 25 07:48:17.268 INFO O| Aug 25 07:48:17.268 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3959 | 2026-08-25T07:48:18.392Z | [ host-image] Aug 25 07:48:17.271 INFO O| Aug 25 07:48:17.271 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3960 | 2026-08-25T07:48:18.741Z | [ host-image] Aug 25 07:48:17.620 INFO O| Aug 25 07:48:17.620 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled |
| 3961 | 2026-08-25T07:48:18.809Z | [ host-image] Aug 25 07:48:17.688 INFO O| Aug 25 07:48:17.688 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3962 | 2026-08-25T07:48:18.809Z | [ host-image] Aug 25 07:48:17.688 INFO O| Aug 25 07:48:17.688 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3963 | 2026-08-25T07:48:18.812Z | [ host-image] Aug 25 07:48:17.688 INFO O| Aug 25 07:48:17.688 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3964 | 2026-08-25T07:48:18.812Z | [ host-image] Aug 25 07:48:17.688 INFO O| Aug 25 07:48:17.688 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3965 | 2026-08-25T07:48:18.816Z | [ host-image] Aug 25 07:48:17.693 INFO O| Aug 25 07:48:17.693 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3966 | 2026-08-25T07:48:19.039Z | [ host-image] Aug 25 07:48:17.919 INFO O| Aug 25 07:48:17.919 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3967 | 2026-08-25T07:48:19.045Z | [ host-image] Aug 25 07:48:17.925 INFO O| Aug 25 07:48:17.925 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"] |
| 3968 | 2026-08-25T07:48:19.324Z | [ host-image] Aug 25 07:48:18.204 INFO O| Aug 25 07:48:18.204 INFO O| Caching catalogs ... Done |
| 3969 | 2026-08-25T07:48:19.398Z | [ host-image] Aug 25 07:48:18.278 INFO O| Aug 25 07:48:18.278 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3970 | 2026-08-25T07:48:19.399Z | [ host-image] Aug 25 07:48:18.278 INFO O| Aug 25 07:48:18.278 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3971 | 2026-08-25T07:48:19.406Z | [ host-image] Aug 25 07:48:18.287 INFO O| Aug 25 07:48:18.287 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"] |
| 3972 | 2026-08-25T07:48:19.658Z | [ host-image] Aug 25 07:48:18.537 INFO O| Aug 25 07:48:18.537 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 3973 | 2026-08-25T07:48:19.658Z | [ host-image] Aug 25 07:48:18.537 INFO O| Aug 25 07:48:18.537 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3974 | 2026-08-25T07:48:19.658Z | [ host-image] Aug 25 07:48:18.537 INFO O| Aug 25 07:48:18.537 INFO skip step because feature "publisher_1_name" is not enabled |
| 3975 | 2026-08-25T07:48:19.662Z | [ host-image] Aug 25 07:48:18.537 INFO O| Aug 25 07:48:18.537 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3976 | 2026-08-25T07:48:19.662Z | [ host-image] Aug 25 07:48:18.537 INFO O| Aug 25 07:48:18.537 INFO skip step because feature "publisher_2_name" is not enabled |
| 3977 | 2026-08-25T07:48:19.662Z | [ host-image] Aug 25 07:48:18.537 INFO O| Aug 25 07:48:18.537 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3978 | 2026-08-25T07:48:19.662Z | [ host-image] Aug 25 07:48:18.537 INFO O| Aug 25 07:48:18.537 INFO skip step because feature "publisher_3_name" is not enabled |
| 3979 | 2026-08-25T07:48:19.662Z | [ host-image] Aug 25 07:48:18.537 INFO O| Aug 25 07:48:18.537 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3980 | 2026-08-25T07:48:19.895Z | [ host-image] Aug 25 07:48:18.775 INFO O| Aug 25 07:48:18.775 INFO variant opensolaris.zone is already global |
| 3981 | 2026-08-25T07:48:19.895Z | [ host-image] Aug 25 07:48:18.775 INFO O| Aug 25 07:48:18.775 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3982 | 2026-08-25T07:48:19.898Z | [ host-image] Aug 25 07:48:18.775 INFO O| Aug 25 07:48:18.775 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3983 | 2026-08-25T07:48:20.227Z | [ host-image] Aug 25 07:48:19.106 INFO O| Aug 25 07:48:19.106 INFO variant opensolaris.imagetype is full; changing to partial |
| 3984 | 2026-08-25T07:48:20.227Z | [ host-image] Aug 25 07:48:19.107 INFO O| Aug 25 07:48:19.106 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3985 | 2026-08-25T07:48:21.970Z | [ host-image] Aug 25 07:48:20.850 INFO O| Aug 25 07:48:20.850 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 3986 | 2026-08-25T07:48:22.376Z | [ host-image] Aug 25 07:48:21.256 INFO O| Aug 25 07:48:21.256 INFO O| Startup: Caching catalogs ... Done |
| 3987 | 2026-08-25T07:48:22.390Z | [ host-image] Aug 25 07:48:21.270 INFO O| Aug 25 07:48:21.270 INFO O| Planning: Planning completed in 0.00 seconds |
| 3988 | 2026-08-25T07:48:22.393Z | [ host-image] Aug 25 07:48:21.271 INFO O| Aug 25 07:48:21.271 INFO O| Planning: Consolidating action changes ... Done |
| 3989 | 2026-08-25T07:48:22.394Z | [ host-image] Aug 25 07:48:21.271 INFO O| Aug 25 07:48:21.271 INFO O| Planning: Evaluating mediators ... Done |
| 3990 | 2026-08-25T07:48:22.394Z | [ host-image] Aug 25 07:48:21.271 INFO O| Aug 25 07:48:21.271 INFO O| Planning: Planning completed in 0.00 seconds |
| 3991 | 2026-08-25T07:48:22.394Z | [ host-image] Aug 25 07:48:21.271 INFO O| Aug 25 07:48:21.271 INFO O| Variants/Facets to change: 1 |
| 3992 | 2026-08-25T07:48:22.400Z | [ host-image] Aug 25 07:48:21.280 INFO O| Aug 25 07:48:21.280 INFO O| Finalize: Updating package state database ... Done |
| 3993 | 2026-08-25T07:48:22.400Z | [ host-image] Aug 25 07:48:21.280 INFO O| Aug 25 07:48:21.280 INFO O| Finalize: Updating package cache ... Done |
| 3994 | 2026-08-25T07:48:22.473Z | [ host-image] Aug 25 07:48:21.353 INFO O| Aug 25 07:48:21.353 INFO O| Finalize: Updating image state ... Done |
| 3995 | 2026-08-25T07:48:22.483Z | [ host-image] Aug 25 07:48:21.363 INFO O| Aug 25 07:48:21.363 INFO O| Finalize: Creating fast lookup database ... Done |
| 3996 | 2026-08-25T07:48:22.486Z | [ host-image] Aug 25 07:48:21.363 INFO O| Aug 25 07:48:21.363 INFO O| Finalize: Reading search index ... Done |
| 3997 | 2026-08-25T07:48:22.486Z | [ host-image] Aug 25 07:48:21.364 INFO O| Aug 25 07:48:21.363 INFO O| Finalize: Updating search index ... Done |
| 3998 | 2026-08-25T07:48:22.486Z | [ host-image] Aug 25 07:48:21.364 INFO O| Aug 25 07:48:21.364 INFO O| Finalize: Updating package cache ... Done |
| 3999 | 2026-08-25T07:48:22.673Z | [ host-image] Aug 25 07:48:21.552 INFO O| Aug 25 07:48:21.552 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4000 | 2026-08-25T07:48:22.673Z | [ host-image] Aug 25 07:48:21.552 INFO O| Aug 25 07:48:21.552 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4001 | 2026-08-25T07:48:22.676Z | [ host-image] Aug 25 07:48:21.552 INFO O| Aug 25 07:48:21.552 INFO skip step because feature "debug_variant" is not enabled |
| 4002 | 2026-08-25T07:48:22.676Z | [ host-image] Aug 25 07:48:21.552 INFO O| Aug 25 07:48:21.552 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4003 | 2026-08-25T07:48:22.927Z | [ host-image] Aug 25 07:48:21.806 INFO O| Aug 25 07:48:21.806 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4004 | 2026-08-25T07:48:24.068Z | [recovery-package] Finished `release` profile [optimized] target(s) in 12.88s |
| 4005 | 2026-08-25T07:48:24.600Z | [ host-image] Aug 25 07:48:23.479 INFO O| Aug 25 07:48:23.479 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4006 | 2026-08-25T07:48:24.999Z | [ host-image] Aug 25 07:48:23.879 INFO O| Aug 25 07:48:23.879 INFO O| Startup: Caching catalogs ... Done |
| 4007 | 2026-08-25T07:48:25.014Z | [ host-image] Aug 25 07:48:23.893 INFO O| Aug 25 07:48:23.893 INFO O| Planning: Planning completed in 0.00 seconds |
| 4008 | 2026-08-25T07:48:25.017Z | [ host-image] Aug 25 07:48:23.894 INFO O| Aug 25 07:48:23.894 INFO O| Planning: Consolidating action changes ... Done |
| 4009 | 2026-08-25T07:48:25.017Z | [ host-image] Aug 25 07:48:23.894 INFO O| Aug 25 07:48:23.894 INFO O| Planning: Evaluating mediators ... Done |
| 4010 | 2026-08-25T07:48:25.017Z | [ host-image] Aug 25 07:48:23.894 INFO O| Aug 25 07:48:23.894 INFO O| Planning: Planning completed in 0.00 seconds |
| 4011 | 2026-08-25T07:48:25.017Z | [ host-image] Aug 25 07:48:23.894 INFO O| Aug 25 07:48:23.894 INFO O| Variants/Facets to change: 1 |
| 4012 | 2026-08-25T07:48:25.023Z | [ host-image] Aug 25 07:48:23.903 INFO O| Aug 25 07:48:23.903 INFO O| Finalize: Updating package state database ... Done |
| 4013 | 2026-08-25T07:48:25.023Z | [ host-image] Aug 25 07:48:23.903 INFO O| Aug 25 07:48:23.903 INFO O| Finalize: Updating package cache ... Done |
| 4014 | 2026-08-25T07:48:25.099Z | [ host-image] Aug 25 07:48:23.975 INFO O| Aug 25 07:48:23.975 INFO O| Finalize: Updating image state ... Done |
| 4015 | 2026-08-25T07:48:25.110Z | [ host-image] Aug 25 07:48:23.985 INFO O| Aug 25 07:48:23.985 INFO O| Finalize: Creating fast lookup database ... Done |
| 4016 | 2026-08-25T07:48:25.114Z | [ host-image] Aug 25 07:48:23.986 INFO O| Aug 25 07:48:23.986 INFO O| Finalize: Reading search index ... Done |
| 4017 | 2026-08-25T07:48:25.114Z | [ host-image] Aug 25 07:48:23.986 INFO O| Aug 25 07:48:23.986 INFO O| Finalize: Updating search index ... Done |
| 4018 | 2026-08-25T07:48:25.114Z | [ host-image] Aug 25 07:48:23.986 INFO O| Aug 25 07:48:23.986 INFO O| Finalize: Updating package cache ... Done |
| 4019 | 2026-08-25T07:48:25.352Z | [ host-image] Aug 25 07:48:24.229 INFO O| Aug 25 07:48:24.229 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4020 | 2026-08-25T07:48:25.352Z | [ host-image] Aug 25 07:48:24.229 INFO O| Aug 25 07:48:24.229 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4021 | 2026-08-25T07:48:25.360Z | [ host-image] Aug 25 07:48:24.229 INFO O| Aug 25 07:48:24.229 INFO skip step because feature "recovery" is not enabled |
| 4022 | 2026-08-25T07:48:25.360Z | [ host-image] Aug 25 07:48:24.229 INFO O| Aug 25 07:48:24.229 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4023 | 2026-08-25T07:48:25.360Z | [ host-image] Aug 25 07:48:24.229 INFO O| Aug 25 07:48:24.229 INFO skip step because feature "recovery" is not enabled |
| 4024 | 2026-08-25T07:48:25.360Z | [ host-image] Aug 25 07:48:24.229 INFO O| Aug 25 07:48:24.229 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4025 | 2026-08-25T07:48:25.360Z | [ host-image] Aug 25 07:48:24.236 INFO O| Aug 25 07:48:24.236 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"] |
| 4026 | 2026-08-25T07:48:26.440Z | Aug 25 07:48:25.320 INFO [recovery-package] process exited with exit status: 0 (15.38538218s) |
| 4027 | 2026-08-25T07:48:26.440Z | Aug 25 07:48:25.320 INFO [recovery-libraries] running task |
| 4028 | 2026-08-25T07:48:26.440Z | Aug 25 07:48:25.320 INFO [recovery-stamp] running task |
| 4029 | 2026-08-25T07:48:26.443Z | Aug 25 07:48:25.320 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+git8d0eb63daab |
| 4030 | 2026-08-25T07:48:26.443Z | Aug 25 07:48:25.321 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 23.0.0-0.ci+git8d0eb63daab |
| 4031 | 2026-08-25T07:48:26.448Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 4032 | 2026-08-25T07:48:26.451Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 4033 | 2026-08-25T07:48:26.501Z | Aug 25 07:48:25.381 INFO [recovery-libraries] task succeeded (61.171943ms) |
| 4034 | 2026-08-25T07:48:26.504Z | Aug 25 07:48:25.381 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.97.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries |
| 4035 | 2026-08-25T07:48:26.525Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 4036 | 2026-08-25T07:48:26.529Z | Aug 25 07:48:25.408 INFO [stamp-installinator] process exited with exit status: 0 (87.877874ms) |
| 4037 | 2026-08-25T07:48:26.610Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 4038 | 2026-08-25T07:48:26.613Z | Aug 25 07:48:25.493 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (173.073844ms) |
| 4039 | 2026-08-25T07:48:26.613Z | Aug 25 07:48:25.493 INFO [recovery-stamp] task succeeded (173.217954ms) |
| 4040 | 2026-08-25T07:48:26.614Z | Aug 25 07:48:25.493 INFO [recovery-proto] running task |
| 4041 | 2026-08-25T07:48:26.614Z | Aug 25 07:48:25.493 INFO [tuf-stamp] running task |
| 4042 | 2026-08-25T07:48:26.614Z | Aug 25 07:48:25.493 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+git8d0eb63daab |
| 4043 | 2026-08-25T07:48:26.617Z | Aug 25 07:48:25.494 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+git8d0eb63daab |
| 4044 | 2026-08-25T07:48:26.617Z | Aug 25 07:48:25.494 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+git8d0eb63daab |
| 4045 | 2026-08-25T07:48:26.617Z | Aug 25 07:48:25.494 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+git8d0eb63daab |
| 4046 | 2026-08-25T07:48:26.617Z | Aug 25 07:48:25.495 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+git8d0eb63daab |
| 4047 | 2026-08-25T07:48:26.617Z | Aug 25 07:48:25.495 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+git8d0eb63daab |
| 4048 | 2026-08-25T07:48:26.617Z | Aug 25 07:48:25.496 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+git8d0eb63daab |
| 4049 | 2026-08-25T07:48:26.617Z | Aug 25 07:48:25.496 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+git8d0eb63daab |
| 4050 | 2026-08-25T07:48:26.617Z | Aug 25 07:48:25.496 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+git8d0eb63daab |
| 4051 | 2026-08-25T07:48:26.617Z | Aug 25 07:48:25.496 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+git8d0eb63daab |
| 4052 | 2026-08-25T07:48:26.617Z | Aug 25 07:48:25.497 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+git8d0eb63daab |
| 4053 | 2026-08-25T07:48:26.617Z | Aug 25 07:48:25.497 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+git8d0eb63daab |
| 4054 | 2026-08-25T07:48:26.621Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4055 | 2026-08-25T07:48:26.624Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4056 | 2026-08-25T07:48:26.624Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4057 | 2026-08-25T07:48:26.624Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4058 | 2026-08-25T07:48:26.624Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4059 | 2026-08-25T07:48:26.624Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4060 | 2026-08-25T07:48:26.624Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4061 | 2026-08-25T07:48:26.624Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4062 | 2026-08-25T07:48:26.624Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4063 | 2026-08-25T07:48:26.624Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4064 | 2026-08-25T07:48:26.624Z | [stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4065 | 2026-08-25T07:48:26.624Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4066 | 2026-08-25T07:48:26.646Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 4067 | 2026-08-25T07:48:26.649Z | Aug 25 07:48:25.529 INFO [stamp-probe] process exited with exit status: 0 (33.159541ms) |
| 4068 | 2026-08-25T07:48:26.744Z | Aug 25 07:48:25.624 INFO [recovery-proto] task succeeded (131.172031ms) |
| 4069 | 2026-08-25T07:48:26.748Z | Aug 25 07:48:25.625 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/.tmpA3naiZ/proto/recovery/root -N 'recovery 8d0eb63/${os_short_commit} 2026-08-25 07:35' -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/' |
| 4070 | 2026-08-25T07:48:26.751Z | [ recovery-image] Aug 25 07:48:25.631 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 4071 | 2026-08-25T07:48:26.751Z | [ recovery-image] Aug 25 07:48:25.631 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist-noaggr.toml" |
| 4072 | 2026-08-25T07:48:26.751Z | [ recovery-image] Aug 25 07:48:25.631 INFO Checking files for board 'gimlet' |
| 4073 | 2026-08-25T07:48:26.751Z | [ recovery-image] Aug 25 07:48:25.631 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 4074 | 2026-08-25T07:48:26.752Z | [ recovery-image] Aug 25 07:48:25.631 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 4075 | 2026-08-25T07:48:26.752Z | [ recovery-image] Aug 25 07:48:25.631 INFO Checking files for board 'cosmo' |
| 4076 | 2026-08-25T07:48:26.752Z | [ recovery-image] Aug 25 07:48:25.631 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 4077 | 2026-08-25T07:48:26.752Z | [ recovery-image] Aug 25 07:48:25.631 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 4078 | 2026-08-25T07:48:26.752Z | [ recovery-image] Aug 25 07:48:25.631 INFO Checking files for board 'cosmo-mbist' |
| 4079 | 2026-08-25T07:48:26.752Z | [ recovery-image] Aug 25 07:48:25.631 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a-mbist.toml" |
| 4080 | 2026-08-25T07:48:26.760Z | [ recovery-image] Aug 25 07:48:25.640 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpA3naiZ/proto/recovery/root" |
| 4081 | 2026-08-25T07:48:26.760Z | [ recovery-image] Aug 25 07:48:25.640 INFO using external package repositories: helios={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/3/dev/ } |
| 4082 | 2026-08-25T07:48:26.763Z | [ recovery-image] Aug 25 07:48:25.640 INFO image builder template: ramdisk-01-os... |
| 4083 | 2026-08-25T07:48:26.763Z | [ recovery-image] Aug 25 07:48:25.640 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/.tmpA3naiZ/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 4084 | 2026-08-25T07:48:26.777Z | [ recovery-image] Aug 25 07:48:25.657 INFO O| Aug 25 07:48:25.657 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 4085 | 2026-08-25T07:48:27.078Z | [ host-image] Aug 25 07:48:25.958 INFO O| Aug 25 07:48:25.958 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4086 | 2026-08-25T07:48:27.124Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.61s |
| 4087 | 2026-08-25T07:48:27.148Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 4088 | 2026-08-25T07:48:27.151Z | [verify-libraries] Running `target/debug/xtask verify-libraries` |
| 4089 | 2026-08-25T07:48:27.155Z | Aug 25 07:48:26.032 INFO [stamp-ntp] process exited with exit status: 0 (537.305131ms) |
| 4090 | 2026-08-25T07:48:27.155Z | [ recovery-image] Aug 25 07:48:26.034 INFO O| Aug 25 07:48:26.034 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4091 | 2026-08-25T07:48:27.158Z | [ recovery-image] Aug 25 07:48:26.038 INFO O| Aug 25 07:48:26.038 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4092 | 2026-08-25T07:48:27.274Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 4093 | 2026-08-25T07:48:27.279Z | Aug 25 07:48:26.157 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (662.824982ms) |
| 4094 | 2026-08-25T07:48:27.308Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 4095 | 2026-08-25T07:48:27.327Z | Aug 25 07:48:26.191 INFO [stamp-internal-dns] process exited with exit status: 0 (697.148525ms) |
| 4096 | 2026-08-25T07:48:27.327Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 4097 | 2026-08-25T07:48:27.333Z | Aug 25 07:48:26.209 INFO [stamp-external-dns] process exited with exit status: 0 (712.372058ms) |
| 4098 | 2026-08-25T07:48:27.467Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 4099 | 2026-08-25T07:48:27.470Z | Aug 25 07:48:26.350 INFO [stamp-crucible-zone] process exited with exit status: 0 (857.196789ms) |
| 4100 | 2026-08-25T07:48:27.592Z | [ host-image] Aug 25 07:48:26.472 INFO O| Aug 25 07:48:26.472 INFO O| Startup: Caching catalogs ... Done |
| 4101 | 2026-08-25T07:48:27.683Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 4102 | 2026-08-25T07:48:27.687Z | Aug 25 07:48:26.567 INFO [stamp-oximeter] process exited with exit status: 0 (1.070505386s) |
| 4103 | 2026-08-25T07:48:27.816Z | [ recovery-image] Aug 25 07:48:26.696 INFO O| Aug 25 07:48:26.696 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled |
| 4104 | 2026-08-25T07:48:27.958Z | [ recovery-image] Aug 25 07:48:26.837 INFO O| Aug 25 07:48:26.837 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4105 | 2026-08-25T07:48:27.958Z | [ recovery-image] Aug 25 07:48:26.837 INFO O| Aug 25 07:48:26.837 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4106 | 2026-08-25T07:48:27.961Z | [ recovery-image] Aug 25 07:48:26.837 INFO O| Aug 25 07:48:26.837 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4107 | 2026-08-25T07:48:27.961Z | [ recovery-image] Aug 25 07:48:26.837 INFO O| Aug 25 07:48:26.837 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4108 | 2026-08-25T07:48:27.964Z | [ recovery-image] Aug 25 07:48:26.843 INFO O| Aug 25 07:48:26.843 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4109 | 2026-08-25T07:48:29.249Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 4110 | 2026-08-25T07:48:29.253Z | Aug 25 07:48:28.133 INFO [stamp-cockroachdb] process exited with exit status: 0 (2.637197179s) |
| 4111 | 2026-08-25T07:48:29.948Z | [ recovery-image] Aug 25 07:48:28.827 INFO O| Aug 25 07:48:28.827 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4112 | 2026-08-25T07:48:29.955Z | [ recovery-image] Aug 25 07:48:28.835 INFO O| Aug 25 07:48:28.835 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"] |
| 4113 | 2026-08-25T07:48:30.095Z | [ host-image] Aug 25 07:48:28.975 INFO O| Aug 25 07:48:28.975 INFO O| Planning: Solver setup ... Done |
| 4114 | 2026-08-25T07:48:30.225Z | [ recovery-image] Aug 25 07:48:29.105 INFO O| Aug 25 07:48:29.105 INFO O| Caching catalogs ... Done |
| 4115 | 2026-08-25T07:48:30.296Z | [ recovery-image] Aug 25 07:48:29.176 INFO O| Aug 25 07:48:29.176 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4116 | 2026-08-25T07:48:30.296Z | [ recovery-image] Aug 25 07:48:29.176 INFO O| Aug 25 07:48:29.176 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4117 | 2026-08-25T07:48:30.303Z | [ recovery-image] Aug 25 07:48:29.183 INFO O| Aug 25 07:48:29.183 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"] |
| 4118 | 2026-08-25T07:48:30.342Z | [ host-image] Aug 25 07:48:29.222 INFO O| Aug 25 07:48:29.222 INFO O| Planning: Running solver ... Done |
| 4119 | 2026-08-25T07:48:30.391Z | [ host-image] Aug 25 07:48:29.270 INFO O| Aug 25 07:48:29.270 INFO O| Planning: Finding local manifests ... Done |
| 4120 | 2026-08-25T07:48:30.409Z | [ host-image] Aug 25 07:48:29.289 INFO O| Aug 25 07:48:29.289 INFO O| Planning: Fetching manifests: 0/130 0% complete |
| 4121 | 2026-08-25T07:48:31.279Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 4122 | 2026-08-25T07:48:31.283Z | Aug 25 07:48:30.163 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (4.667782542s) |
| 4123 | 2026-08-25T07:48:31.603Z | [stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz |
| 4124 | 2026-08-25T07:48:31.606Z | Aug 25 07:48:30.486 INFO [stamp-clickhouse_server] process exited with exit status: 0 (4.989696994s) |
| 4125 | 2026-08-25T07:48:31.629Z | [verify-libraries] Compiling match_cfg v0.1.0 |
| 4126 | 2026-08-25T07:48:31.629Z | [verify-libraries] Compiling slog-json v2.6.1 |
| 4127 | 2026-08-25T07:48:31.629Z | [verify-libraries] Compiling debug-ignore v1.0.5 |
| 4128 | 2026-08-25T07:48:31.639Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 4129 | 2026-08-25T07:48:31.642Z | Aug 25 07:48:30.522 INFO [stamp-clickhouse] process exited with exit status: 0 (5.026634451s) |
| 4130 | 2026-08-25T07:48:31.872Z | [verify-libraries] Compiling progenitor-client v0.14.0 |
| 4131 | 2026-08-25T07:48:31.872Z | [verify-libraries] Compiling sha1 v0.11.0 |
| 4132 | 2026-08-25T07:48:31.875Z | [verify-libraries] Compiling newtype-uuid-macros v0.1.0 |
| 4133 | 2026-08-25T07:48:31.875Z | [verify-libraries] Compiling serde_path_to_error v0.1.20 |
| 4134 | 2026-08-25T07:48:31.875Z | [verify-libraries] Compiling multer v3.1.0 |
| 4135 | 2026-08-25T07:48:31.875Z | [verify-libraries] Compiling compression-core v0.4.31 |
| 4136 | 2026-08-25T07:48:31.892Z | [verify-libraries] Compiling async-stream-impl v0.3.6 |
| 4137 | 2026-08-25T07:48:31.895Z | [verify-libraries] Compiling serde_spanned v1.1.1 |
| 4138 | 2026-08-25T07:48:31.910Z | [verify-libraries] Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 4139 | 2026-08-25T07:48:32.048Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 4140 | 2026-08-25T07:48:32.052Z | Aug 25 07:48:30.931 INFO [stamp-nexus] process exited with exit status: 0 (5.436496306s) |
| 4141 | 2026-08-25T07:48:32.052Z | Aug 25 07:48:30.931 INFO [tuf-stamp] task succeeded (5.437539309s) |
| 4142 | 2026-08-25T07:48:32.052Z | Aug 25 07:48:30.931 INFO [tuf-v2-zones] running task |
| 4143 | 2026-08-25T07:48:32.055Z | [verify-libraries] Compiling hostname v0.3.1 |
| 4144 | 2026-08-25T07:48:32.055Z | [verify-libraries] Compiling dropshot v0.17.1 |
| 4145 | 2026-08-25T07:48:32.092Z | [verify-libraries] Compiling toml_writer v1.1.1+spec-1.1.0 |
| 4146 | 2026-08-25T07:48:32.092Z | [verify-libraries] Compiling waitgroup v0.1.2 |
| 4147 | 2026-08-25T07:48:32.095Z | [verify-libraries] Compiling rustls-pemfile v2.2.0 |
| 4148 | 2026-08-25T07:48:32.133Z | [ host-image] Aug 25 07:48:31.012 INFO O| Aug 25 07:48:31.012 INFO O| Planning: Fetching manifests: 130/130 100% complete |
| 4149 | 2026-08-25T07:48:32.165Z | [verify-libraries] Compiling slog-bunyan v2.5.0 |
| 4150 | 2026-08-25T07:48:32.165Z | [verify-libraries] Compiling compression-codecs v0.4.37 |
| 4151 | 2026-08-25T07:48:32.165Z | [verify-libraries] Compiling dropshot_endpoint v0.17.1 |
| 4152 | 2026-08-25T07:48:32.207Z | [verify-libraries] Compiling hostname v0.4.2 |
| 4153 | 2026-08-25T07:48:32.231Z | Aug 25 07:48:31.110 INFO [tuf-v2-zones] task succeeded (179.517374ms) |
| 4154 | 2026-08-25T07:48:32.231Z | [verify-libraries] Compiling atomicwrites v0.4.4 |
| 4155 | 2026-08-25T07:48:32.275Z | [verify-libraries] Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 4156 | 2026-08-25T07:48:32.317Z | [verify-libraries] Compiling macaddr v1.0.1 |
| 4157 | 2026-08-25T07:48:32.317Z | [verify-libraries] Compiling regress v0.10.5 |
| 4158 | 2026-08-25T07:48:32.401Z | [verify-libraries] Compiling async-compression v0.4.41 |
| 4159 | 2026-08-25T07:48:32.401Z | [verify-libraries] Compiling toml v1.1.2+spec-1.1.0 |
| 4160 | 2026-08-25T07:48:32.401Z | [verify-libraries] Compiling instant v0.1.13 |
| 4161 | 2026-08-25T07:48:32.404Z | [verify-libraries] Compiling parse-display-derive v0.10.0 |
| 4162 | 2026-08-25T07:48:32.442Z | [verify-libraries] Compiling itertools v0.14.0 |
| 4163 | 2026-08-25T07:48:32.448Z | [ recovery-image] Aug 25 07:48:31.328 INFO O| Aug 25 07:48:31.328 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4164 | 2026-08-25T07:48:32.448Z | [ recovery-image] Aug 25 07:48:31.328 INFO O| Aug 25 07:48:31.328 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4165 | 2026-08-25T07:48:32.451Z | [ recovery-image] Aug 25 07:48:31.328 INFO O| Aug 25 07:48:31.328 INFO skip step because feature "publisher_1_name" is not enabled |
| 4166 | 2026-08-25T07:48:32.452Z | [ recovery-image] Aug 25 07:48:31.328 INFO O| Aug 25 07:48:31.328 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4167 | 2026-08-25T07:48:32.452Z | [ recovery-image] Aug 25 07:48:31.328 INFO O| Aug 25 07:48:31.328 INFO skip step because feature "publisher_2_name" is not enabled |
| 4168 | 2026-08-25T07:48:32.452Z | [ recovery-image] Aug 25 07:48:31.328 INFO O| Aug 25 07:48:31.328 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4169 | 2026-08-25T07:48:32.452Z | [ recovery-image] Aug 25 07:48:31.328 INFO O| Aug 25 07:48:31.328 INFO skip step because feature "publisher_3_name" is not enabled |
| 4170 | 2026-08-25T07:48:32.452Z | [ recovery-image] Aug 25 07:48:31.328 INFO O| Aug 25 07:48:31.328 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4171 | 2026-08-25T07:48:32.508Z | [verify-libraries] Compiling backoff v0.4.0 |
| 4172 | 2026-08-25T07:48:32.511Z | [verify-libraries] Compiling backon v1.6.0 |
| 4173 | 2026-08-25T07:48:32.511Z | [verify-libraries] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 4174 | 2026-08-25T07:48:32.511Z | [verify-libraries] Compiling humantime v2.3.0 |
| 4175 | 2026-08-25T07:48:32.553Z | [verify-libraries] Compiling convert_case v0.4.0 |
| 4176 | 2026-08-25T07:48:32.662Z | [verify-libraries] Compiling async-stream v0.3.6 |
| 4177 | 2026-08-25T07:48:32.722Z | [ host-image] Aug 25 07:48:31.601 INFO O| Aug 25 07:48:31.601 INFO O| Planning: Package planning ... Done |
| 4178 | 2026-08-25T07:48:32.738Z | [verify-libraries] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 4179 | 2026-08-25T07:48:32.738Z | [verify-libraries] Compiling half v2.7.1 |
| 4180 | 2026-08-25T07:48:32.762Z | [ recovery-image] Aug 25 07:48:31.641 INFO O| Aug 25 07:48:31.641 INFO variant opensolaris.zone is already global |
| 4181 | 2026-08-25T07:48:32.762Z | [ recovery-image] Aug 25 07:48:31.641 INFO O| Aug 25 07:48:31.641 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4182 | 2026-08-25T07:48:32.762Z | [ recovery-image] Aug 25 07:48:31.641 INFO O| Aug 25 07:48:31.641 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4183 | 2026-08-25T07:48:32.800Z | [verify-libraries] Compiling progenitor-extras v0.2.0 |
| 4184 | 2026-08-25T07:48:32.800Z | [verify-libraries] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 4185 | 2026-08-25T07:48:32.800Z | [verify-libraries] Compiling ciborium-io v0.2.2 |
| 4186 | 2026-08-25T07:48:32.800Z | [verify-libraries] Compiling crucible-workspace-hack v0.1.0 |
| 4187 | 2026-08-25T07:48:32.915Z | [verify-libraries] Compiling indent_write v2.2.0 |
| 4188 | 2026-08-25T07:48:32.959Z | [verify-libraries] Compiling omicron-ledger v0.1.0 (/work/oxidecomputer/omicron/ledger) |
| 4189 | 2026-08-25T07:48:32.982Z | [verify-libraries] Compiling regress v0.11.1 |
| 4190 | 2026-08-25T07:48:33.007Z | [verify-libraries] Compiling secrecy v0.10.3 |
| 4191 | 2026-08-25T07:48:33.011Z | [verify-libraries] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 4192 | 2026-08-25T07:48:33.049Z | [ host-image] Aug 25 07:48:31.928 INFO O| Aug 25 07:48:31.928 INFO O| Planning: Merging actions ... Done |
| 4193 | 2026-08-25T07:48:33.076Z | [ recovery-image] Aug 25 07:48:31.955 INFO O| Aug 25 07:48:31.952 INFO variant opensolaris.imagetype is full; changing to partial |
| 4194 | 2026-08-25T07:48:33.076Z | [ recovery-image] Aug 25 07:48:31.955 INFO O| Aug 25 07:48:31.952 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4195 | 2026-08-25T07:48:33.100Z | [verify-libraries] Compiling ciborium-ll v0.2.2 |
| 4196 | 2026-08-25T07:48:33.100Z | [verify-libraries] Compiling derive_more v0.99.20 |
| 4197 | 2026-08-25T07:48:33.167Z | [ host-image] Aug 25 07:48:32.046 INFO O| Aug 25 07:48:32.046 INFO O| Planning: Checking for conflicting actions ... Done |
| 4198 | 2026-08-25T07:48:33.167Z | [verify-libraries] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 4199 | 2026-08-25T07:48:33.189Z | [verify-libraries] Compiling inout v0.1.4 |
| 4200 | 2026-08-25T07:48:33.192Z | [verify-libraries] Compiling unsafe-libyaml v0.2.11 |
| 4201 | 2026-08-25T07:48:33.275Z | [ host-image] Aug 25 07:48:32.155 INFO O| Aug 25 07:48:32.155 INFO O| Planning: Consolidating action changes ... Done |
| 4202 | 2026-08-25T07:48:33.279Z | [verify-libraries] Compiling universal-hash v0.5.1 |
| 4203 | 2026-08-25T07:48:33.327Z | [verify-libraries] Compiling ciborium v0.2.2 |
| 4204 | 2026-08-25T07:48:33.355Z | [verify-libraries] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4205 | 2026-08-25T07:48:33.396Z | [verify-libraries] Compiling thiserror-impl-no-std v2.0.2 |
| 4206 | 2026-08-25T07:48:33.453Z | [ host-image] Aug 25 07:48:32.332 INFO O| Aug 25 07:48:32.332 INFO O| Planning: Evaluating mediators ... Done |
| 4207 | 2026-08-25T07:48:33.475Z | [verify-libraries] Compiling cipher v0.4.4 |
| 4208 | 2026-08-25T07:48:33.514Z | [verify-libraries] Compiling opaque-debug v0.3.1 |
| 4209 | 2026-08-25T07:48:33.572Z | [verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4210 | 2026-08-25T07:48:33.572Z | [verify-libraries] Compiling blake2 v0.10.6 |
| 4211 | 2026-08-25T07:48:33.632Z | [verify-libraries] Compiling poly1305 v0.8.0 |
| 4212 | 2026-08-25T07:48:33.679Z | [verify-libraries] Compiling aead v0.5.2 |
| 4213 | 2026-08-25T07:48:33.801Z | [verify-libraries] Compiling serde_yaml v0.9.34+deprecated |
| 4214 | 2026-08-25T07:48:33.844Z | [verify-libraries] Compiling chacha20 v0.9.1 |
| 4215 | 2026-08-25T07:48:33.844Z | [verify-libraries] Compiling password-hash v0.5.0 |
| 4216 | 2026-08-25T07:48:33.986Z | [verify-libraries] Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 4217 | 2026-08-25T07:48:34.027Z | [verify-libraries] Compiling num-derive v0.4.2 |
| 4218 | 2026-08-25T07:48:34.053Z | [verify-libraries] Compiling crossbeam-deque v0.8.6 |
| 4219 | 2026-08-25T07:48:34.182Z | [verify-libraries] Compiling argon2 v0.5.3 |
| 4220 | 2026-08-25T07:48:34.232Z | [verify-libraries] Compiling chacha20poly1305 v0.10.1 |
| 4221 | 2026-08-25T07:48:34.232Z | [verify-libraries] Compiling rayon-core v1.13.0 |
| 4222 | 2026-08-25T07:48:34.302Z | [verify-libraries] Compiling parse-display v0.10.0 |
| 4223 | 2026-08-25T07:48:34.358Z | [verify-libraries] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 4224 | 2026-08-25T07:48:34.361Z | [verify-libraries] Compiling glob v0.3.3 |
| 4225 | 2026-08-25T07:48:34.532Z | [verify-libraries] Compiling usdt-macro v0.5.0 |
| 4226 | 2026-08-25T07:48:34.575Z | [verify-libraries] Compiling usdt-attr-macro v0.5.0 |
| 4227 | 2026-08-25T07:48:34.729Z | [verify-libraries] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 4228 | 2026-08-25T07:48:34.800Z | [verify-libraries] Compiling typify-impl v0.6.2 |
| 4229 | 2026-08-25T07:48:34.847Z | [verify-libraries] Compiling thiserror-no-std v2.0.2 |
| 4230 | 2026-08-25T07:48:34.892Z | [verify-libraries] Compiling toml_edit v0.23.10+spec-1.0.0 |
| 4231 | 2026-08-25T07:48:34.969Z | [ host-image] Aug 25 07:48:33.847 INFO O| Aug 25 07:48:33.846 INFO O| Planning: Planning completed in 7.36 seconds |
| 4232 | 2026-08-25T07:48:34.973Z | [ host-image] Aug 25 07:48:33.849 INFO O| Aug 25 07:48:33.849 INFO O| Packages to install: 130 |
| 4233 | 2026-08-25T07:48:34.973Z | [ host-image] Aug 25 07:48:33.849 INFO O| Aug 25 07:48:33.849 INFO O| Mediators to change: 5 |
| 4234 | 2026-08-25T07:48:34.973Z | [ host-image] Aug 25 07:48:33.849 INFO O| Aug 25 07:48:33.849 INFO O| Services to change: 6 |
| 4235 | 2026-08-25T07:48:35.007Z | [ host-image] Aug 25 07:48:33.886 INFO O| Aug 25 07:48:33.885 INFO O| Download: 0/23888 items 0.0/222.8MB 0% complete |
| 4236 | 2026-08-25T07:48:35.041Z | [verify-libraries] Compiling vsss-rs v3.3.4 |
| 4237 | 2026-08-25T07:48:35.174Z | [verify-libraries] Compiling memmap v0.7.0 |
| 4238 | 2026-08-25T07:48:35.311Z | [verify-libraries] Compiling heapless v0.8.0 |
| 4239 | 2026-08-25T07:48:35.433Z | [verify-libraries] Compiling proc-macro-error v1.0.4 |
| 4240 | 2026-08-25T07:48:35.548Z | [verify-libraries] Compiling ingot-macros v0.2.0 |
| 4241 | 2026-08-25T07:48:35.575Z | [ recovery-image] Aug 25 07:48:34.454 INFO O| Aug 25 07:48:34.454 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4242 | 2026-08-25T07:48:35.575Z | [verify-libraries] Compiling tabwriter v1.4.1 |
| 4243 | 2026-08-25T07:48:35.610Z | [verify-libraries] Compiling hash32 v0.3.1 |
| 4244 | 2026-08-25T07:48:35.613Z | [verify-libraries] Compiling illumos-nvpair-sys v0.2.0 |
| 4245 | 2026-08-25T07:48:35.634Z | [verify-libraries] Compiling proc-macro-crate v3.4.0 |
| 4246 | 2026-08-25T07:48:35.830Z | [verify-libraries] Compiling usdt v0.5.0 |
| 4247 | 2026-08-25T07:48:35.861Z | [verify-libraries] Compiling smoltcp v0.11.0 |
| 4248 | 2026-08-25T07:48:35.861Z | [verify-libraries] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 4249 | 2026-08-25T07:48:35.918Z | [verify-libraries] Compiling cobs v0.3.0 |
| 4250 | 2026-08-25T07:48:36.028Z | [verify-libraries] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 4251 | 2026-08-25T07:48:36.052Z | [verify-libraries] Compiling colored v3.1.1 |
| 4252 | 2026-08-25T07:48:36.102Z | [ recovery-image] Aug 25 07:48:34.981 INFO O| Aug 25 07:48:34.981 INFO O| Startup: Caching catalogs ... Done |
| 4253 | 2026-08-25T07:48:36.117Z | [ recovery-image] Aug 25 07:48:34.997 INFO O| Aug 25 07:48:34.997 INFO O| Planning: Planning completed in 0.00 seconds |
| 4254 | 2026-08-25T07:48:36.122Z | [ recovery-image] Aug 25 07:48:35.000 INFO O| Aug 25 07:48:35.000 INFO O| Planning: Consolidating action changes ... Done |
| 4255 | 2026-08-25T07:48:36.122Z | [ recovery-image] Aug 25 07:48:35.000 INFO O| Aug 25 07:48:35.000 INFO O| Planning: Evaluating mediators ... Done |
| 4256 | 2026-08-25T07:48:36.122Z | [ recovery-image] Aug 25 07:48:35.000 INFO O| Aug 25 07:48:35.000 INFO O| Planning: Planning completed in 0.00 seconds |
| 4257 | 2026-08-25T07:48:36.122Z | [ recovery-image] Aug 25 07:48:35.000 INFO O| Aug 25 07:48:35.000 INFO O| Variants/Facets to change: 1 |
| 4258 | 2026-08-25T07:48:36.137Z | [ recovery-image] Aug 25 07:48:35.016 INFO O| Aug 25 07:48:35.016 INFO O| Finalize: Updating package state database ... Done |
| 4259 | 2026-08-25T07:48:36.137Z | [ recovery-image] Aug 25 07:48:35.016 INFO O| Aug 25 07:48:35.016 INFO O| Finalize: Updating package cache ... Done |
| 4260 | 2026-08-25T07:48:36.184Z | [verify-libraries] Compiling postcard v1.1.3 |
| 4261 | 2026-08-25T07:48:36.206Z | [verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4262 | 2026-08-25T07:48:36.206Z | [verify-libraries] Compiling rayon v1.11.0 |
| 4263 | 2026-08-25T07:48:36.209Z | [verify-libraries] Compiling rand v0.10.1 |
| 4264 | 2026-08-25T07:48:36.237Z | [ recovery-image] Aug 25 07:48:35.114 INFO O| Aug 25 07:48:35.114 INFO O| Finalize: Updating image state ... Done |
| 4265 | 2026-08-25T07:48:36.251Z | [ recovery-image] Aug 25 07:48:35.130 INFO O| Aug 25 07:48:35.130 INFO O| Finalize: Creating fast lookup database ... Done |
| 4266 | 2026-08-25T07:48:36.251Z | [ recovery-image] Aug 25 07:48:35.131 INFO O| Aug 25 07:48:35.131 INFO O| Finalize: Reading search index ... Done |
| 4267 | 2026-08-25T07:48:36.251Z | [ recovery-image] Aug 25 07:48:35.131 INFO O| Aug 25 07:48:35.131 INFO O| Finalize: Updating search index ... Done |
| 4268 | 2026-08-25T07:48:36.255Z | [ recovery-image] Aug 25 07:48:35.131 INFO O| Aug 25 07:48:35.131 INFO O| Finalize: Updating package cache ... Done |
| 4269 | 2026-08-25T07:48:36.311Z | [verify-libraries] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 4270 | 2026-08-25T07:48:36.314Z | [verify-libraries] Compiling num_enum_derive v0.7.6 |
| 4271 | 2026-08-25T07:48:36.458Z | [verify-libraries] Compiling proc-macro-crate v1.3.1 |
| 4272 | 2026-08-25T07:48:36.462Z | [verify-libraries] Compiling foreign-types-macros v0.2.3 |
| 4273 | 2026-08-25T07:48:36.572Z | [ recovery-image] Aug 25 07:48:35.443 INFO O| Aug 25 07:48:35.443 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4274 | 2026-08-25T07:48:36.572Z | [ recovery-image] Aug 25 07:48:35.443 INFO O| Aug 25 07:48:35.443 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4275 | 2026-08-25T07:48:36.572Z | [ recovery-image] Aug 25 07:48:35.443 INFO O| Aug 25 07:48:35.443 INFO skip step because feature "debug_variant" is not enabled |
| 4276 | 2026-08-25T07:48:36.575Z | [ recovery-image] Aug 25 07:48:35.443 INFO O| Aug 25 07:48:35.443 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4277 | 2026-08-25T07:48:36.575Z | [verify-libraries] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 4278 | 2026-08-25T07:48:36.575Z | [verify-libraries] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4279 | 2026-08-25T07:48:36.639Z | [verify-libraries] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4280 | 2026-08-25T07:48:36.697Z | [verify-libraries] Compiling foreign-types-shared v0.3.1 |
| 4281 | 2026-08-25T07:48:36.881Z | [ recovery-image] Aug 25 07:48:35.760 INFO O| Aug 25 07:48:35.760 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4282 | 2026-08-25T07:48:36.931Z | [verify-libraries] Compiling illumos-nvpair v0.3.0 |
| 4283 | 2026-08-25T07:48:36.999Z | [verify-libraries] Compiling num_enum_derive v0.5.11 |
| 4284 | 2026-08-25T07:48:37.088Z | [verify-libraries] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 4285 | 2026-08-25T07:48:37.129Z | [verify-libraries] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 4286 | 2026-08-25T07:48:37.137Z | [verify-libraries] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4287 | 2026-08-25T07:48:37.176Z | [verify-libraries] Compiling foreign-types v0.5.0 |
| 4288 | 2026-08-25T07:48:37.214Z | [verify-libraries] Compiling cstr-argument v0.1.2 |
| 4289 | 2026-08-25T07:48:37.234Z | [verify-libraries] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 4290 | 2026-08-25T07:48:37.352Z | [verify-libraries] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 4291 | 2026-08-25T07:48:37.375Z | [verify-libraries] Compiling sigpipe v0.1.3 |
| 4292 | 2026-08-25T07:48:37.429Z | [verify-libraries] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 4293 | 2026-08-25T07:48:37.505Z | [verify-libraries] Compiling zone_cfg_derive v0.3.1 |
| 4294 | 2026-08-25T07:48:37.516Z | [verify-libraries] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 4295 | 2026-08-25T07:48:37.573Z | [verify-libraries] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 4296 | 2026-08-25T07:48:37.643Z | [verify-libraries] Compiling num_enum v0.7.6 |
| 4297 | 2026-08-25T07:48:37.680Z | [verify-libraries] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 4298 | 2026-08-25T07:48:37.727Z | [verify-libraries] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 4299 | 2026-08-25T07:48:37.782Z | [verify-libraries] Compiling itertools v0.12.1 |
| 4300 | 2026-08-25T07:48:37.824Z | [verify-libraries] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 4301 | 2026-08-25T07:48:37.856Z | [verify-libraries] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 4302 | 2026-08-25T07:48:37.904Z | [verify-libraries] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4303 | 2026-08-25T07:48:37.909Z | [verify-libraries] Compiling toml v0.8.23 |
| 4304 | 2026-08-25T07:48:37.948Z | [verify-libraries] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 4305 | 2026-08-25T07:48:37.992Z | [verify-libraries] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 4306 | 2026-08-25T07:48:38.204Z | [verify-libraries] Compiling smf v0.2.3 |
| 4307 | 2026-08-25T07:48:38.236Z | [verify-libraries] Compiling whoami v1.6.1 |
| 4308 | 2026-08-25T07:48:38.236Z | [verify-libraries] Compiling tokio-dtrace v0.1.1 |
| 4309 | 2026-08-25T07:48:38.289Z | [verify-libraries] Compiling num_enum v0.5.11 |
| 4310 | 2026-08-25T07:48:38.289Z | [verify-libraries] Compiling derive-where v1.6.0 |
| 4311 | 2026-08-25T07:48:38.364Z | [verify-libraries] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 4312 | 2026-08-25T07:48:38.470Z | [verify-libraries] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 4313 | 2026-08-25T07:48:38.535Z | [verify-libraries] Compiling oxide-tokio-rt v0.1.4 |
| 4314 | 2026-08-25T07:48:38.588Z | [verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4315 | 2026-08-25T07:48:38.588Z | [verify-libraries] Compiling gethostname v0.5.0 |
| 4316 | 2026-08-25T07:48:38.596Z | [verify-libraries] Compiling ingot-types v0.2.0 |
| 4317 | 2026-08-25T07:48:38.668Z | [verify-libraries] Compiling cancel-safe-futures v0.1.5 |
| 4318 | 2026-08-25T07:48:38.813Z | [verify-libraries] Compiling newline-converter v0.3.0 |
| 4319 | 2026-08-25T07:48:38.842Z | [verify-libraries] Compiling console v0.15.11 |
| 4320 | 2026-08-25T07:48:38.895Z | [ recovery-image] Aug 25 07:48:37.771 INFO O| Aug 25 07:48:37.770 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4321 | 2026-08-25T07:48:38.910Z | [verify-libraries] Compiling resolv-conf v0.7.6 |
| 4322 | 2026-08-25T07:48:38.939Z | [verify-libraries] Compiling linear-map v1.2.0 |
| 4323 | 2026-08-25T07:48:38.973Z | [verify-libraries] Compiling num-rational v0.4.2 |
| 4324 | 2026-08-25T07:48:39.007Z | [verify-libraries] Compiling num-complex v0.4.6 |
| 4325 | 2026-08-25T07:48:39.086Z | [verify-libraries] Compiling ingot v0.2.1 |
| 4326 | 2026-08-25T07:48:39.204Z | [verify-libraries] Compiling zone v0.3.1 |
| 4327 | 2026-08-25T07:48:39.204Z | [verify-libraries] Compiling slog-dtrace v0.3.0 |
| 4328 | 2026-08-25T07:48:39.279Z | [verify-libraries] Compiling expectorate v1.2.0 |
| 4329 | 2026-08-25T07:48:39.473Z | [verify-libraries] Compiling prettyplease v0.2.37 |
| 4330 | 2026-08-25T07:48:39.489Z | [ recovery-image] Aug 25 07:48:38.368 INFO O| Aug 25 07:48:38.368 INFO O| Startup: Caching catalogs ... Done |
| 4331 | 2026-08-25T07:48:39.510Z | [ recovery-image] Aug 25 07:48:38.387 INFO O| Aug 25 07:48:38.387 INFO O| Planning: Planning completed in 0.00 seconds |
| 4332 | 2026-08-25T07:48:39.514Z | [ recovery-image] Aug 25 07:48:38.388 INFO O| Aug 25 07:48:38.388 INFO O| Planning: Consolidating action changes ... Done |
| 4333 | 2026-08-25T07:48:39.514Z | [ recovery-image] Aug 25 07:48:38.388 INFO O| Aug 25 07:48:38.388 INFO O| Planning: Evaluating mediators ... Done |
| 4334 | 2026-08-25T07:48:39.514Z | [ recovery-image] Aug 25 07:48:38.388 INFO O| Aug 25 07:48:38.388 INFO O| Planning: Planning completed in 0.00 seconds |
| 4335 | 2026-08-25T07:48:39.514Z | [ recovery-image] Aug 25 07:48:38.389 INFO O| Aug 25 07:48:38.389 INFO O| Variants/Facets to change: 1 |
| 4336 | 2026-08-25T07:48:39.543Z | [verify-libraries] Compiling float-ord v0.3.2 |
| 4337 | 2026-08-25T07:48:39.675Z | [ recovery-image] Aug 25 07:48:38.554 INFO O| Aug 25 07:48:38.553 INFO O| Finalize: Updating package state database ... Done |
| 4338 | 2026-08-25T07:48:39.675Z | [ recovery-image] Aug 25 07:48:38.554 INFO O| Aug 25 07:48:38.553 INFO O| Finalize: Updating package cache ... Done |
| 4339 | 2026-08-25T07:48:39.679Z | [verify-libraries] Compiling num v0.4.3 |
| 4340 | 2026-08-25T07:48:39.737Z | [verify-libraries] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 4341 | 2026-08-25T07:48:39.747Z | [ recovery-image] Aug 25 07:48:38.627 INFO O| Aug 25 07:48:38.627 INFO O| Finalize: Updating image state ... Done |
| 4342 | 2026-08-25T07:48:39.759Z | [verify-libraries] Compiling linked-hash-map v0.5.6 |
| 4343 | 2026-08-25T07:48:39.759Z | [verify-libraries] Compiling hickory-proto v0.24.4 |
| 4344 | 2026-08-25T07:48:39.765Z | [ recovery-image] Aug 25 07:48:38.645 INFO O| Aug 25 07:48:38.645 INFO O| Finalize: Creating fast lookup database ... Done |
| 4345 | 2026-08-25T07:48:39.769Z | [ recovery-image] Aug 25 07:48:38.645 INFO O| Aug 25 07:48:38.645 INFO O| Finalize: Reading search index ... Done |
| 4346 | 2026-08-25T07:48:39.769Z | [ recovery-image] Aug 25 07:48:38.645 INFO O| Aug 25 07:48:38.645 INFO O| Finalize: Updating search index ... Done |
| 4347 | 2026-08-25T07:48:39.769Z | [ recovery-image] Aug 25 07:48:38.646 INFO O| Aug 25 07:48:38.646 INFO O| Finalize: Updating package cache ... Done |
| 4348 | 2026-08-25T07:48:39.834Z | [verify-libraries] Compiling typify-macro v0.6.2 |
| 4349 | 2026-08-25T07:48:39.835Z | [verify-libraries] Compiling minimal-lexical v0.2.1 |
| 4350 | 2026-08-25T07:48:39.880Z | [verify-libraries] Compiling unicode-xid v0.2.6 |
| 4351 | 2026-08-25T07:48:39.905Z | [verify-libraries] Compiling oxide-update-engine-types v0.1.2 |
| 4352 | 2026-08-25T07:48:39.995Z | [verify-libraries] Compiling lru-cache v0.1.2 |
| 4353 | 2026-08-25T07:48:40.062Z | [ host-image] Aug 25 07:48:38.941 INFO O| Aug 25 07:48:38.941 INFO O| Download: 11696/23888 items 99.2/222.8MB 44% complete (20.5M/s) |
| 4354 | 2026-08-25T07:48:40.075Z | [ recovery-image] Aug 25 07:48:38.955 INFO O| Aug 25 07:48:38.954 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4355 | 2026-08-25T07:48:40.075Z | [ recovery-image] Aug 25 07:48:38.955 INFO O| Aug 25 07:48:38.955 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4356 | 2026-08-25T07:48:40.111Z | [verify-libraries] Compiling nom v7.1.3 |
| 4357 | 2026-08-25T07:48:40.154Z | [verify-libraries] Compiling tabled_derive v0.7.0 |
| 4358 | 2026-08-25T07:48:40.160Z | [verify-libraries] Compiling ar_archive_writer v0.5.1 |
| 4359 | 2026-08-25T07:48:40.160Z | [verify-libraries] Compiling client-common v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 4360 | 2026-08-25T07:48:40.273Z | [verify-libraries] Compiling fd-lock v4.0.4 |
| 4361 | 2026-08-25T07:48:40.320Z | [verify-libraries] Compiling vte v0.14.1 |
| 4362 | 2026-08-25T07:48:40.471Z | [ recovery-image] Aug 25 07:48:39.350 INFO O| Aug 25 07:48:39.350 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"] |
| 4363 | 2026-08-25T07:48:40.505Z | [verify-libraries] Compiling display-error-chain v0.2.2 |
| 4364 | 2026-08-25T07:48:40.554Z | [verify-libraries] Compiling strip-ansi-escapes v0.2.1 |
| 4365 | 2026-08-25T07:48:40.558Z | [verify-libraries] Compiling crossterm v0.29.0 |
| 4366 | 2026-08-25T07:48:40.615Z | [verify-libraries] Compiling nu-ansi-term v0.50.3 |
| 4367 | 2026-08-25T07:48:40.702Z | [verify-libraries] Compiling stacker v0.1.23 |
| 4368 | 2026-08-25T07:48:40.747Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
| 4369 | 2026-08-25T07:48:40.803Z | [verify-libraries] Compiling termtree v0.5.1 |
| 4370 | 2026-08-25T07:48:40.867Z | [verify-libraries] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 4371 | 2026-08-25T07:48:41.029Z | [verify-libraries] Compiling reedline v0.40.0 |
| 4372 | 2026-08-25T07:48:41.057Z | [verify-libraries] Compiling nix v0.28.0 |
| 4373 | 2026-08-25T07:48:41.100Z | [verify-libraries] Compiling oxide-update-engine v0.1.2 |
| 4374 | 2026-08-25T07:48:41.204Z | [verify-libraries] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4375 | 2026-08-25T07:48:41.252Z | [verify-libraries] Compiling psm v0.1.30 |
| 4376 | 2026-08-25T07:48:41.287Z | [verify-libraries] Compiling tabled v0.15.0 |
| 4377 | 2026-08-25T07:48:41.373Z | [verify-libraries] Compiling semver v0.1.20 |
| 4378 | 2026-08-25T07:48:41.403Z | [verify-libraries] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 4379 | 2026-08-25T07:48:41.428Z | [verify-libraries] Compiling phf_shared v0.12.1 |
| 4380 | 2026-08-25T07:48:41.605Z | [verify-libraries] Compiling rustc_version v0.1.7 |
| 4381 | 2026-08-25T07:48:41.638Z | [verify-libraries] Compiling recursive-proc-macro-impl v0.1.1 |
| 4382 | 2026-08-25T07:48:41.652Z | [verify-libraries] Compiling nibble_vec v0.1.0 |
| 4383 | 2026-08-25T07:48:41.715Z | [verify-libraries] Compiling chrono-tz v0.10.4 |
| 4384 | 2026-08-25T07:48:41.745Z | [verify-libraries] Compiling endian-type v0.1.2 |
| 4385 | 2026-08-25T07:48:41.777Z | [verify-libraries] Compiling highway v1.3.0 |
| 4386 | 2026-08-25T07:48:41.863Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 4387 | 2026-08-25T07:48:41.911Z | [verify-libraries] Compiling typify v0.6.2 |
| 4388 | 2026-08-25T07:48:41.911Z | [verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4389 | 2026-08-25T07:48:41.915Z | [verify-libraries] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 4390 | 2026-08-25T07:48:41.915Z | [verify-libraries] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 4391 | 2026-08-25T07:48:41.981Z | [verify-libraries] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 4392 | 2026-08-25T07:48:42.193Z | [verify-libraries] Compiling progenitor-impl v0.14.0 |
| 4393 | 2026-08-25T07:48:42.211Z | [verify-libraries] Compiling hickory-resolver v0.24.4 |
| 4394 | 2026-08-25T07:48:42.344Z | [verify-libraries] Compiling newtype_derive v0.1.6 |
| 4395 | 2026-08-25T07:48:42.588Z | [verify-libraries] Compiling radix_trie v0.2.1 |
| 4396 | 2026-08-25T07:48:42.711Z | [verify-libraries] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4397 | 2026-08-25T07:48:42.731Z | [ recovery-image] Aug 25 07:48:41.610 INFO O| Aug 25 07:48:41.610 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4398 | 2026-08-25T07:48:42.813Z | [verify-libraries] Compiling recursive v0.1.1 |
| 4399 | 2026-08-25T07:48:42.861Z | [verify-libraries] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 4400 | 2026-08-25T07:48:43.006Z | [verify-libraries] Compiling phf v0.12.1 |
| 4401 | 2026-08-25T07:48:43.041Z | [verify-libraries] Compiling const_format_proc_macros v0.2.34 |
| 4402 | 2026-08-25T07:48:43.185Z | [verify-libraries] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 4403 | 2026-08-25T07:48:43.220Z | [verify-libraries] Compiling peg-macros v0.8.5 |
| 4404 | 2026-08-25T07:48:43.287Z | [ recovery-image] Aug 25 07:48:42.166 INFO O| Aug 25 07:48:42.166 INFO O| Startup: Caching catalogs ... Done |
| 4405 | 2026-08-25T07:48:43.311Z | [ recovery-image] Aug 25 07:48:42.190 INFO O| Aug 25 07:48:42.190 INFO O| Planning: Planning completed in 0.00 seconds |
| 4406 | 2026-08-25T07:48:43.311Z | [ recovery-image] Aug 25 07:48:42.190 INFO O| Aug 25 07:48:42.190 INFO O| Planning: Consolidating action changes ... Done |
| 4407 | 2026-08-25T07:48:43.314Z | [ recovery-image] Aug 25 07:48:42.191 INFO O| Aug 25 07:48:42.190 INFO O| Planning: Evaluating mediators ... Done |
| 4408 | 2026-08-25T07:48:43.317Z | [ recovery-image] Aug 25 07:48:42.192 INFO O| Aug 25 07:48:42.192 INFO O| Planning: Planning completed in 0.00 seconds |
| 4409 | 2026-08-25T07:48:43.317Z | [ recovery-image] Aug 25 07:48:42.192 INFO O| Aug 25 07:48:42.192 INFO O| Variants/Facets to change: 1 |
| 4410 | 2026-08-25T07:48:43.341Z | [ recovery-image] Aug 25 07:48:42.221 INFO O| Aug 25 07:48:42.221 INFO O| Finalize: Updating package state database ... Done |
| 4411 | 2026-08-25T07:48:43.341Z | [ recovery-image] Aug 25 07:48:42.221 INFO O| Aug 25 07:48:42.221 INFO O| Finalize: Updating package cache ... Done |
| 4412 | 2026-08-25T07:48:43.414Z | [verify-libraries] Compiling qorb v0.4.1 |
| 4413 | 2026-08-25T07:48:43.418Z | [ recovery-image] Aug 25 07:48:42.296 INFO O| Aug 25 07:48:42.296 INFO O| Finalize: Updating image state ... Done |
| 4414 | 2026-08-25T07:48:43.434Z | [ recovery-image] Aug 25 07:48:42.313 INFO O| Aug 25 07:48:42.313 INFO O| Finalize: Creating fast lookup database ... Done |
| 4415 | 2026-08-25T07:48:43.438Z | [ recovery-image] Aug 25 07:48:42.314 INFO O| Aug 25 07:48:42.314 INFO O| Finalize: Reading search index ... Done |
| 4416 | 2026-08-25T07:48:43.438Z | [ recovery-image] Aug 25 07:48:42.314 INFO O| Aug 25 07:48:42.314 INFO O| Finalize: Updating search index ... Done |
| 4417 | 2026-08-25T07:48:43.438Z | [ recovery-image] Aug 25 07:48:42.315 INFO O| Aug 25 07:48:42.315 INFO O| Finalize: Updating package cache ... Done |
| 4418 | 2026-08-25T07:48:43.768Z | [ recovery-image] Aug 25 07:48:42.647 INFO O| Aug 25 07:48:42.647 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 4419 | 2026-08-25T07:48:43.768Z | [ recovery-image] Aug 25 07:48:42.647 INFO O| Aug 25 07:48:42.647 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4420 | 2026-08-25T07:48:43.828Z | [verify-libraries] Compiling sqlparser_derive v0.5.0 |
| 4421 | 2026-08-25T07:48:43.879Z | [verify-libraries] Compiling csv-core v0.1.13 |
| 4422 | 2026-08-25T07:48:44.080Z | [verify-libraries] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=0525f2f95588760133b7d5ebc8548e1ccdfbb353#0525f2f9) |
| 4423 | 2026-08-25T07:48:44.134Z | [ recovery-image] Aug 25 07:48:43.012 INFO O| Aug 25 07:48:42.993 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"] |
| 4424 | 2026-08-25T07:48:44.194Z | [verify-libraries] Compiling winnow v0.6.26 |
| 4425 | 2026-08-25T07:48:44.257Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
| 4426 | 2026-08-25T07:48:44.294Z | [verify-libraries] Compiling home v0.5.12 |
| 4427 | 2026-08-25T07:48:44.360Z | [verify-libraries] Compiling csv v1.4.0 |
| 4428 | 2026-08-25T07:48:44.463Z | [verify-libraries] Compiling const_format v0.2.35 |
| 4429 | 2026-08-25T07:48:44.605Z | [verify-libraries] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 4430 | 2026-08-25T07:48:44.658Z | [verify-libraries] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 4431 | 2026-08-25T07:48:44.776Z | [verify-libraries] Compiling rustyline v14.0.0 |
| 4432 | 2026-08-25T07:48:44.958Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4433 | 2026-08-25T07:48:44.981Z | [verify-libraries] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 4434 | 2026-08-25T07:48:45.005Z | [verify-libraries] Compiling sqlparser v0.61.0 |
| 4435 | 2026-08-25T07:48:45.031Z | [verify-libraries] Compiling peg v0.8.5 |
| 4436 | 2026-08-25T07:48:45.063Z | [ host-image] Aug 25 07:48:43.942 INFO O| Aug 25 07:48:43.942 INFO O| Download: 23156/23888 items 219.5/222.8MB 98% complete (21.8M/s) |
| 4437 | 2026-08-25T07:48:45.078Z | [verify-libraries] Compiling bcs v0.1.6 |
| 4438 | 2026-08-25T07:48:45.150Z | [verify-libraries] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 4439 | 2026-08-25T07:48:45.226Z | [verify-libraries] Compiling nom v8.0.0 |
| 4440 | 2026-08-25T07:48:45.249Z | [verify-libraries] Compiling progenitor-macro v0.14.0 |
| 4441 | 2026-08-25T07:48:45.275Z | [ host-image] Aug 25 07:48:44.154 INFO O| Aug 25 07:48:44.154 INFO O| Download: Completed 222.83 MB in 10.27 seconds (21.6M/s) |
| 4442 | 2026-08-25T07:48:45.344Z | [verify-libraries] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4443 | 2026-08-25T07:48:45.510Z | [verify-libraries] Compiling serde_tokenstream v0.3.0 |
| 4444 | 2026-08-25T07:48:45.653Z | [ host-image] Aug 25 07:48:44.532 INFO O| Aug 25 07:48:44.532 INFO O| Actions: 1/54182 actions (Installing new actions) |
| 4445 | 2026-08-25T07:48:45.754Z | [verify-libraries] Compiling steno v0.4.1 |
| 4446 | 2026-08-25T07:48:45.818Z | [verify-libraries] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 4447 | 2026-08-25T07:48:45.956Z | [verify-libraries] Compiling sqlformat v0.3.5 |
| 4448 | 2026-08-25T07:48:46.049Z | [verify-libraries] Compiling oxide-generation-macros v0.2.0 |
| 4449 | 2026-08-25T07:48:46.216Z | [verify-libraries] Compiling sha1 v0.10.6 |
| 4450 | 2026-08-25T07:48:46.370Z | [verify-libraries] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 4451 | 2026-08-25T07:48:46.421Z | [verify-libraries] Compiling dropshot-api-manager-types v0.8.0 |
| 4452 | 2026-08-25T07:48:46.483Z | [verify-libraries] Compiling tagptr v0.2.0 |
| 4453 | 2026-08-25T07:48:46.554Z | [verify-libraries] Compiling utf-8 v0.7.6 |
| 4454 | 2026-08-25T07:48:46.633Z | [verify-libraries] Compiling fmd-adm-sys v0.4.1 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4455 | 2026-08-25T07:48:46.664Z | [ recovery-image] Aug 25 07:48:45.544 INFO O| Aug 25 07:48:45.544 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4456 | 2026-08-25T07:48:46.714Z | [verify-libraries] Compiling moka v0.12.13 |
| 4457 | 2026-08-25T07:48:46.810Z | [verify-libraries] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 4458 | 2026-08-25T07:48:46.858Z | [verify-libraries] Compiling tungstenite v0.21.0 |
| 4459 | 2026-08-25T07:48:46.947Z | [verify-libraries] Compiling libefi-sys v0.1.0 |
| 4460 | 2026-08-25T07:48:47.004Z | [verify-libraries] Compiling omicron-generation-kinds v0.1.0 (/work/oxidecomputer/omicron/generation-kinds) |
| 4461 | 2026-08-25T07:48:47.105Z | [verify-libraries] Compiling bitfield-struct v0.6.2 |
| 4462 | 2026-08-25T07:48:47.121Z | [ recovery-image] Aug 25 07:48:46.001 INFO O| Aug 25 07:48:46.001 INFO O| Startup: Caching catalogs ... Done |
| 4463 | 2026-08-25T07:48:47.138Z | [ recovery-image] Aug 25 07:48:46.018 INFO O| Aug 25 07:48:46.018 INFO O| Planning: Planning completed in 0.00 seconds |
| 4464 | 2026-08-25T07:48:47.141Z | [ recovery-image] Aug 25 07:48:46.018 INFO O| Aug 25 07:48:46.018 INFO O| Planning: Consolidating action changes ... Done |
| 4465 | 2026-08-25T07:48:47.141Z | [ recovery-image] Aug 25 07:48:46.018 INFO O| Aug 25 07:48:46.018 INFO O| Planning: Evaluating mediators ... Done |
| 4466 | 2026-08-25T07:48:47.141Z | [ recovery-image] Aug 25 07:48:46.019 INFO O| Aug 25 07:48:46.019 INFO O| Planning: Planning completed in 0.00 seconds |
| 4467 | 2026-08-25T07:48:47.142Z | [ recovery-image] Aug 25 07:48:46.019 INFO O| Aug 25 07:48:46.019 INFO O| Variants/Facets to change: 1 |
| 4468 | 2026-08-25T07:48:47.150Z | [verify-libraries] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4469 | 2026-08-25T07:48:47.153Z | [ recovery-image] Aug 25 07:48:46.030 INFO O| Aug 25 07:48:46.030 INFO O| Finalize: Updating package state database ... Done |
| 4470 | 2026-08-25T07:48:47.154Z | [ recovery-image] Aug 25 07:48:46.030 INFO O| Aug 25 07:48:46.030 INFO O| Finalize: Updating package cache ... Done |
| 4471 | 2026-08-25T07:48:47.183Z | [verify-libraries] Compiling xshell-macros v0.2.7 |
| 4472 | 2026-08-25T07:48:47.186Z | [verify-libraries] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 4473 | 2026-08-25T07:48:47.236Z | [ recovery-image] Aug 25 07:48:46.115 INFO O| Aug 25 07:48:46.114 INFO O| Finalize: Updating image state ... Done |
| 4474 | 2026-08-25T07:48:47.251Z | [ recovery-image] Aug 25 07:48:46.131 INFO O| Aug 25 07:48:46.131 INFO O| Finalize: Creating fast lookup database ... Done |
| 4475 | 2026-08-25T07:48:47.254Z | [ recovery-image] Aug 25 07:48:46.131 INFO O| Aug 25 07:48:46.131 INFO O| Finalize: Reading search index ... Done |
| 4476 | 2026-08-25T07:48:47.254Z | [ recovery-image] Aug 25 07:48:46.131 INFO O| Aug 25 07:48:46.131 INFO O| Finalize: Updating search index ... Done |
| 4477 | 2026-08-25T07:48:47.254Z | [ recovery-image] Aug 25 07:48:46.132 INFO O| Aug 25 07:48:46.132 INFO O| Finalize: Updating package cache ... Done |
| 4478 | 2026-08-25T07:48:47.475Z | [verify-libraries] Compiling hickory-resolver v0.25.2 |
| 4479 | 2026-08-25T07:48:47.582Z | [ recovery-image] Aug 25 07:48:46.456 INFO O| Aug 25 07:48:46.456 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 4480 | 2026-08-25T07:48:47.582Z | [ recovery-image] Aug 25 07:48:46.456 INFO O| Aug 25 07:48:46.456 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4481 | 2026-08-25T07:48:47.587Z | [verify-libraries] Compiling mg-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 4482 | 2026-08-25T07:48:47.590Z | [ recovery-image] Aug 25 07:48:46.467 INFO O| Aug 25 07:48:46.467 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"] |
| 4483 | 2026-08-25T07:48:47.609Z | [verify-libraries] Compiling tokio-tungstenite v0.21.0 |
| 4484 | 2026-08-25T07:48:47.609Z | [verify-libraries] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 4485 | 2026-08-25T07:48:47.612Z | [verify-libraries] Compiling libscf-sys v1.2.0 |
| 4486 | 2026-08-25T07:48:47.706Z | [verify-libraries] Compiling xshell v0.2.7 |
| 4487 | 2026-08-25T07:48:47.785Z | [verify-libraries] Compiling papergrid v0.18.0 |
| 4488 | 2026-08-25T07:48:47.847Z | [verify-libraries] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 4489 | 2026-08-25T07:48:47.900Z | [verify-libraries] Compiling sha2 v0.11.0 |
| 4490 | 2026-08-25T07:48:47.923Z | [verify-libraries] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4491 | 2026-08-25T07:48:48.009Z | [verify-libraries] Compiling subprocess v0.2.15 |
| 4492 | 2026-08-25T07:48:48.067Z | [verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4493 | 2026-08-25T07:48:48.468Z | [verify-libraries] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 4494 | 2026-08-25T07:48:48.471Z | [verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4495 | 2026-08-25T07:48:48.537Z | [verify-libraries] Compiling headers-core v0.3.0 |
| 4496 | 2026-08-25T07:48:48.654Z | [verify-libraries] Compiling unicase v2.9.0 |
| 4497 | 2026-08-25T07:48:48.733Z | [verify-libraries] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 4498 | 2026-08-25T07:48:48.915Z | [verify-libraries] Compiling headers v0.4.1 |
| 4499 | 2026-08-25T07:48:48.965Z | [verify-libraries] Compiling darling_core v0.21.3 |
| 4500 | 2026-08-25T07:48:48.968Z | [verify-libraries] Compiling maplit v1.0.2 |
| 4501 | 2026-08-25T07:48:49.121Z | [verify-libraries] Compiling tabled v0.21.0 |
| 4502 | 2026-08-25T07:48:49.255Z | [verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#03a79a89) |
| 4503 | 2026-08-25T07:48:49.399Z | [verify-libraries] Compiling crc8 v0.1.1 |
| 4504 | 2026-08-25T07:48:49.622Z | [verify-libraries] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 4505 | 2026-08-25T07:48:49.755Z | [verify-libraries] Compiling yasna v0.5.2 |
| 4506 | 2026-08-25T07:48:49.811Z | [verify-libraries] Compiling dpd-types-versions v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 4507 | 2026-08-25T07:48:49.944Z | [verify-libraries] Compiling vergen-lib v0.1.6 |
| 4508 | 2026-08-25T07:48:50.003Z | [verify-libraries] Compiling diesel_derives v2.3.7 |
| 4509 | 2026-08-25T07:48:50.050Z | [ recovery-image] Aug 25 07:48:48.930 INFO O| Aug 25 07:48:48.930 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4510 | 2026-08-25T07:48:50.079Z | [verify-libraries] Compiling port-file v0.1.0 |
| 4511 | 2026-08-25T07:48:50.181Z | [verify-libraries] Compiling vergen-gitcl v1.0.8 |
| 4512 | 2026-08-25T07:48:50.285Z | [verify-libraries] Compiling rcgen v0.12.1 |
| 4513 | 2026-08-25T07:48:50.403Z | [verify-libraries] Compiling scheduled-thread-pool v0.2.7 |
| 4514 | 2026-08-25T07:48:50.463Z | [verify-libraries] Compiling diesel_table_macro_syntax v0.3.0 |
| 4515 | 2026-08-25T07:48:50.535Z | [ recovery-image] Aug 25 07:48:49.414 INFO O| Aug 25 07:48:49.414 INFO O| Startup: Caching catalogs ... Done |
| 4516 | 2026-08-25T07:48:50.538Z | [verify-libraries] Compiling half v1.8.3 |
| 4517 | 2026-08-25T07:48:50.654Z | [ host-image] Aug 25 07:48:49.533 INFO O| Aug 25 07:48:49.533 INFO O| Actions: 26111/54182 actions (Installing new actions) |
| 4518 | 2026-08-25T07:48:50.741Z | [verify-libraries] Compiling r2d2 v0.8.10 |
| 4519 | 2026-08-25T07:48:50.827Z | [verify-libraries] Compiling serde_cbor v0.11.2 |
| 4520 | 2026-08-25T07:48:50.950Z | [verify-libraries] Compiling dirs-sys-next v0.1.2 |
| 4521 | 2026-08-25T07:48:51.009Z | [verify-libraries] Compiling progenitor v0.14.0 |
| 4522 | 2026-08-25T07:48:51.009Z | [verify-libraries] Compiling crunchy v0.2.4 |
| 4523 | 2026-08-25T07:48:51.066Z | [verify-libraries] Compiling downcast-rs v2.0.2 |
| 4524 | 2026-08-25T07:48:51.223Z | [verify-libraries] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 4525 | 2026-08-25T07:48:51.379Z | [verify-libraries] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 4526 | 2026-08-25T07:48:51.407Z | [verify-libraries] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 4527 | 2026-08-25T07:48:51.465Z | [verify-libraries] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 4528 | 2026-08-25T07:48:51.520Z | [verify-libraries] Compiling cpubits v0.1.1 |
| 4529 | 2026-08-25T07:48:51.733Z | [verify-libraries] Compiling dirs-next v2.0.0 |
| 4530 | 2026-08-25T07:48:51.831Z | [verify-libraries] Compiling darling_macro v0.21.3 |
| 4531 | 2026-08-25T07:48:51.994Z | [verify-libraries] Compiling clang-sys v1.8.1 |
| 4532 | 2026-08-25T07:48:52.061Z | [verify-libraries] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 4533 | 2026-08-25T07:48:52.282Z | [verify-libraries] Compiling tiny-keccak v2.0.2 |
| 4534 | 2026-08-25T07:48:52.313Z | [verify-libraries] Compiling term v0.7.0 |
| 4535 | 2026-08-25T07:48:52.441Z | [verify-libraries] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 4536 | 2026-08-25T07:48:52.475Z | [verify-libraries] Compiling omicron-git-version v0.1.0 (/work/oxidecomputer/omicron/git-version) |
| 4537 | 2026-08-25T07:48:52.507Z | [verify-libraries] Compiling darling v0.21.3 |
| 4538 | 2026-08-25T07:48:52.585Z | [verify-libraries] Compiling tufaceous-brand-metadata v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 4539 | 2026-08-25T07:48:52.626Z | [verify-libraries] Compiling dsl_auto_type v0.2.0 |
| 4540 | 2026-08-25T07:48:52.656Z | [verify-libraries] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 4541 | 2026-08-25T07:48:52.693Z | [verify-libraries] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 4542 | 2026-08-25T07:48:52.759Z | [verify-libraries] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 4543 | 2026-08-25T07:48:52.820Z | [verify-libraries] Compiling diff v0.1.13 |
| 4544 | 2026-08-25T07:48:52.924Z | [verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 4545 | 2026-08-25T07:48:52.978Z | [verify-libraries] Compiling bit-vec v0.6.3 |
| 4546 | 2026-08-25T07:48:53.058Z | [ host-image] Aug 25 07:48:51.937 INFO O| Aug 25 07:48:51.937 INFO O| Actions: Completed 54182 actions in 7.40 seconds. |
| 4547 | 2026-08-25T07:48:53.095Z | [verify-libraries] Compiling ascii-canvas v3.0.0 |
| 4548 | 2026-08-25T07:48:53.098Z | [verify-libraries] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 4549 | 2026-08-25T07:48:53.156Z | [ host-image] Aug 25 07:48:52.036 INFO O| Aug 25 07:48:52.036 INFO O| Finalize: Updating package state database ... Done |
| 4550 | 2026-08-25T07:48:53.157Z | [ host-image] Aug 25 07:48:52.036 INFO O| Aug 25 07:48:52.036 INFO O| Finalize: Updating package cache ... Done |
| 4551 | 2026-08-25T07:48:53.186Z | [verify-libraries] Compiling bit-set v0.5.3 |
| 4552 | 2026-08-25T07:48:53.279Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4553 | 2026-08-25T07:48:53.302Z | [ host-image] Aug 25 07:48:52.180 INFO O| Aug 25 07:48:52.180 INFO O| Finalize: Updating image state ... Done |
| 4554 | 2026-08-25T07:48:53.311Z | [verify-libraries] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 4555 | 2026-08-25T07:48:53.344Z | [verify-libraries] Compiling mg-api-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 4556 | 2026-08-25T07:48:53.367Z | [verify-libraries] Compiling itertools v0.10.5 |
| 4557 | 2026-08-25T07:48:53.429Z | [verify-libraries] Compiling ena v0.14.4 |
| 4558 | 2026-08-25T07:48:53.460Z | [ recovery-image] Aug 25 07:48:52.339 INFO O| Aug 25 07:48:52.339 INFO O| Planning: Solver setup ... Done |
| 4559 | 2026-08-25T07:48:53.482Z | [verify-libraries] Compiling libloading v0.8.9 |
| 4560 | 2026-08-25T07:48:53.543Z | [verify-libraries] Compiling bindgen v0.71.1 |
| 4561 | 2026-08-25T07:48:53.563Z | [verify-libraries] Compiling regex-syntax v0.6.29 |
| 4562 | 2026-08-25T07:48:53.714Z | [ recovery-image] Aug 25 07:48:52.594 INFO O| Aug 25 07:48:52.594 INFO O| Planning: Running solver ... Done |
| 4563 | 2026-08-25T07:48:53.767Z | [ recovery-image] Aug 25 07:48:52.646 INFO O| Aug 25 07:48:52.646 INFO O| Planning: Finding local manifests ... Done |
| 4564 | 2026-08-25T07:48:53.799Z | [ recovery-image] Aug 25 07:48:52.678 INFO O| Aug 25 07:48:52.678 INFO O| Planning: Fetching manifests: 0/130 0% complete |
| 4565 | 2026-08-25T07:48:53.848Z | [verify-libraries] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 4566 | 2026-08-25T07:48:54.011Z | [verify-libraries] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 4567 | 2026-08-25T07:48:54.073Z | [verify-libraries] Compiling cexpr v0.6.0 |
| 4568 | 2026-08-25T07:48:54.097Z | [verify-libraries] Compiling pem-rfc7468 v1.0.0 |
| 4569 | 2026-08-25T07:48:54.134Z | [verify-libraries] Compiling rustc-hash v2.1.1 |
| 4570 | 2026-08-25T07:48:54.213Z | [verify-libraries] Compiling rfc6979 v0.4.0 |
| 4571 | 2026-08-25T07:48:54.267Z | [ host-image] Aug 25 07:48:53.147 INFO O| Aug 25 07:48:53.147 INFO O| Finalize: Creating fast lookup database ... Done |
| 4572 | 2026-08-25T07:48:54.320Z | [ host-image] Aug 25 07:48:53.199 INFO O| Aug 25 07:48:53.199 INFO O| Finalize: Reading search index ... Done |
| 4573 | 2026-08-25T07:48:54.324Z | [verify-libraries] Compiling libxml v0.3.3 |
| 4574 | 2026-08-25T07:48:54.408Z | [verify-libraries] Compiling proc-macro-error-attr2 v2.0.0 |
| 4575 | 2026-08-25T07:48:54.538Z | [verify-libraries] Compiling ecdsa v0.16.9 |
| 4576 | 2026-08-25T07:48:54.599Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4577 | 2026-08-25T07:48:54.734Z | [verify-libraries] Compiling dpd-types v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 4578 | 2026-08-25T07:48:54.734Z | [verify-libraries] Compiling strum_macros v0.24.3 |
| 4579 | 2026-08-25T07:48:54.835Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4580 | 2026-08-25T07:48:54.858Z | [verify-libraries] Compiling wicketd-commission-types-versions v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types/versions) |
| 4581 | 2026-08-25T07:48:54.909Z | [verify-libraries] Compiling primeorder v0.13.6 |
| 4582 | 2026-08-25T07:48:54.954Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 4583 | 2026-08-25T07:48:55.015Z | [verify-libraries] Compiling lalrpop v0.19.12 |
| 4584 | 2026-08-25T07:48:55.063Z | [verify-libraries] Compiling proc-macro-error2 v2.0.1 |
| 4585 | 2026-08-25T07:48:55.241Z | [verify-libraries] Compiling hashbrown v0.14.5 |
| 4586 | 2026-08-25T07:48:55.746Z | [verify-libraries] Compiling hmac v0.13.0 |
| 4587 | 2026-08-25T07:48:56.036Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=3d49b1314dc111323052ffe4b5b7ec442d9d0f3d#3d49b131) |
| 4588 | 2026-08-25T07:48:56.067Z | [verify-libraries] Compiling universal-hash v0.6.1 |
| 4589 | 2026-08-25T07:48:56.196Z | [verify-libraries] Compiling fxhash v0.2.1 |
| 4590 | 2026-08-25T07:48:56.390Z | [verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4591 | 2026-08-25T07:48:56.390Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4592 | 2026-08-25T07:48:56.457Z | [verify-libraries] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 4593 | 2026-08-25T07:48:56.462Z | [verify-libraries] Compiling indoc v1.0.9 |
| 4594 | 2026-08-25T07:48:56.462Z | [verify-libraries] Compiling salty v0.3.0 |
| 4595 | 2026-08-25T07:48:57.090Z | [verify-libraries] Compiling chumsky v0.9.3 |
| 4596 | 2026-08-25T07:48:57.166Z | [ host-image] Aug 25 07:48:56.045 INFO O| Aug 25 07:48:56.045 INFO O| Finalize: Building new search index ... Done |
| 4597 | 2026-08-25T07:48:57.185Z | [verify-libraries] Compiling knus-derive v3.4.0 |
| 4598 | 2026-08-25T07:48:57.244Z | [verify-libraries] Compiling p384 v0.13.1 |
| 4599 | 2026-08-25T07:48:57.628Z | [ recovery-image] Aug 25 07:48:56.507 INFO O| Aug 25 07:48:56.507 INFO O| Planning: Fetching manifests: 130/130 100% complete |
| 4600 | 2026-08-25T07:48:57.636Z | [ host-image] Aug 25 07:48:56.515 INFO O| Aug 25 07:48:56.515 INFO O| Finalize: Updating package cache ... Done |
| 4601 | 2026-08-25T07:48:57.963Z | [verify-libraries] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 4602 | 2026-08-25T07:48:57.997Z | [ host-image] Aug 25 07:48:56.876 INFO O| Aug 25 07:48:56.876 INFO STEP 11 (pkg_install) COMPLETE |
| 4603 | 2026-08-25T07:48:57.997Z | [ host-image] Aug 25 07:48:56.876 INFO O| Aug 25 07:48:56.876 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4604 | 2026-08-25T07:48:58.013Z | [ host-image] Aug 25 07:48:56.888 INFO O| Aug 25 07:48:56.887 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"] |
| 4605 | 2026-08-25T07:48:58.059Z | [ recovery-image] Aug 25 07:48:56.939 INFO O| Aug 25 07:48:56.939 INFO O| Planning: Package planning ... Done |
| 4606 | 2026-08-25T07:48:58.218Z | [ recovery-image] Aug 25 07:48:57.097 INFO O| Aug 25 07:48:57.097 INFO O| Planning: Merging actions ... Done |
| 4607 | 2026-08-25T07:48:58.486Z | [ recovery-image] Aug 25 07:48:57.356 INFO O| Aug 25 07:48:57.356 INFO O| Planning: Checking for conflicting actions ... Done |
| 4608 | 2026-08-25T07:48:58.534Z | [ recovery-image] Aug 25 07:48:57.414 INFO O| Aug 25 07:48:57.414 INFO O| Planning: Consolidating action changes ... Done |
| 4609 | 2026-08-25T07:48:58.569Z | [verify-libraries] Compiling wicketd-commission-types v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-types) |
| 4610 | 2026-08-25T07:48:58.678Z | [ recovery-image] Aug 25 07:48:57.558 INFO O| Aug 25 07:48:57.558 INFO O| Planning: Evaluating mediators ... Done |
| 4611 | 2026-08-25T07:48:58.804Z | [verify-libraries] Compiling oximeter-producer-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer-api) |
| 4612 | 2026-08-25T07:48:58.923Z | [verify-libraries] Compiling bootstrap-agent-lockstep-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-types) |
| 4613 | 2026-08-25T07:48:58.975Z | [verify-libraries] Compiling progenitor-impl v0.13.0 |
| 4614 | 2026-08-25T07:48:59.070Z | [verify-libraries] Compiling diesel v2.3.7 |
| 4615 | 2026-08-25T07:48:59.709Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4616 | 2026-08-25T07:48:59.844Z | [verify-libraries] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 4617 | 2026-08-25T07:48:59.915Z | [verify-libraries] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 4618 | 2026-08-25T07:49:00.040Z | [verify-libraries] Compiling oso-derive v0.27.3 |
| 4619 | 2026-08-25T07:49:00.068Z | [verify-libraries] Compiling quick-xml v0.37.5 |
| 4620 | 2026-08-25T07:49:00.125Z | [ recovery-image] Aug 25 07:48:59.005 INFO O| Aug 25 07:48:59.005 INFO O| Planning: Planning completed in 9.57 seconds |
| 4621 | 2026-08-25T07:49:00.135Z | [ recovery-image] Aug 25 07:48:59.007 INFO O| Aug 25 07:48:59.007 INFO O| Packages to install: 130 |
| 4622 | 2026-08-25T07:49:00.135Z | [ recovery-image] Aug 25 07:48:59.007 INFO O| Aug 25 07:48:59.007 INFO O| Mediators to change: 5 |
| 4623 | 2026-08-25T07:49:00.135Z | [ recovery-image] Aug 25 07:48:59.007 INFO O| Aug 25 07:48:59.007 INFO O| Services to change: 5 |
| 4624 | 2026-08-25T07:49:00.156Z | [ recovery-image] Aug 25 07:48:59.036 INFO O| Aug 25 07:48:59.035 INFO O| Download: 0/16682 items 0.0/200.0MB 0% complete |
| 4625 | 2026-08-25T07:49:00.761Z | [verify-libraries] Compiling impl-trait-for-tuples v0.2.3 |
| 4626 | 2026-08-25T07:49:00.797Z | [verify-libraries] Compiling openssl-probe v0.1.6 |
| 4627 | 2026-08-25T07:49:01.254Z | [verify-libraries] Compiling knus v3.4.0 |
| 4628 | 2026-08-25T07:49:01.838Z | [verify-libraries] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 4629 | 2026-08-25T07:49:02.213Z | [verify-libraries] Compiling polyval v0.7.1 |
| 4630 | 2026-08-25T07:49:02.373Z | [ host-image] Aug 25 07:49:01.249 INFO O| Aug 25 07:49:01.249 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4631 | 2026-08-25T07:49:02.384Z | [verify-libraries] Compiling progenitor-macro v0.13.0 |
| 4632 | 2026-08-25T07:49:02.413Z | [verify-libraries] Compiling der v0.8.0 |
| 4633 | 2026-08-25T07:49:02.620Z | [verify-libraries] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 4634 | 2026-08-25T07:49:02.660Z | [verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 4635 | 2026-08-25T07:49:02.824Z | [verify-libraries] Compiling progenitor-client v0.13.0 |
| 4636 | 2026-08-25T07:49:02.898Z | [ host-image] Aug 25 07:49:01.777 INFO O| Aug 25 07:49:01.777 INFO O| Startup: Caching catalogs ... Done |
| 4637 | 2026-08-25T07:49:03.308Z | [verify-libraries] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 4638 | 2026-08-25T07:49:03.500Z | [verify-libraries] Compiling ddm-protocol v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 4639 | 2026-08-25T07:49:03.536Z | [ host-image] Aug 25 07:49:02.415 INFO O| Aug 25 07:49:02.415 INFO O| Planning: Solver setup ... Done |
| 4640 | 2026-08-25T07:49:03.542Z | [ host-image] Aug 25 07:49:02.420 INFO O| Aug 25 07:49:02.420 INFO O| Planning: Running solver ... Done |
| 4641 | 2026-08-25T07:49:03.553Z | [verify-libraries] Compiling git-stub v1.0.0 |
| 4642 | 2026-08-25T07:49:03.557Z | [ host-image] Aug 25 07:49:02.436 INFO O| Aug 25 07:49:02.436 INFO O| Planning: Finding local manifests ... Done |
| 4643 | 2026-08-25T07:49:03.582Z | [verify-libraries] Compiling kstat-rs v0.2.5 |
| 4644 | 2026-08-25T07:49:03.586Z | [verify-libraries] Compiling trait-variant v0.1.2 |
| 4645 | 2026-08-25T07:49:03.592Z | [ host-image] Aug 25 07:49:02.471 INFO O| Aug 25 07:49:02.471 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4646 | 2026-08-25T07:49:03.698Z | [ host-image] Aug 25 07:49:02.574 INFO O| Aug 25 07:49:02.574 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4647 | 2026-08-25T07:49:03.716Z | [ host-image] Aug 25 07:49:02.595 INFO O| Aug 25 07:49:02.595 INFO O| Planning: Package planning ... Done |
| 4648 | 2026-08-25T07:49:03.722Z | [ host-image] Aug 25 07:49:02.597 INFO O| Aug 25 07:49:02.597 INFO O| Planning: Merging actions ... Done |
| 4649 | 2026-08-25T07:49:03.747Z | [verify-libraries] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 4650 | 2026-08-25T07:49:03.771Z | [ host-image] Aug 25 07:49:02.650 INFO O| Aug 25 07:49:02.649 INFO O| Planning: Checking for conflicting actions ... Done |
| 4651 | 2026-08-25T07:49:03.774Z | [ host-image] Aug 25 07:49:02.651 INFO O| Aug 25 07:49:02.651 INFO O| Planning: Consolidating action changes ... Done |
| 4652 | 2026-08-25T07:49:03.852Z | [verify-libraries] Compiling git-stub-vcs v0.1.0 |
| 4653 | 2026-08-25T07:49:03.915Z | [ host-image] Aug 25 07:49:02.790 INFO O| Aug 25 07:49:02.790 INFO O| Planning: Evaluating mediators ... Done |
| 4654 | 2026-08-25T07:49:03.915Z | [ host-image] Aug 25 07:49:02.791 INFO O| Aug 25 07:49:02.791 INFO O| Planning: Planning completed in 1.00 seconds |
| 4655 | 2026-08-25T07:49:03.915Z | [ host-image] Aug 25 07:49:02.792 INFO O| Aug 25 07:49:02.792 INFO O| Packages to install: 6 |
| 4656 | 2026-08-25T07:49:03.915Z | [ host-image] Aug 25 07:49:02.792 INFO O| Aug 25 07:49:02.792 INFO O| Services to change: 2 |
| 4657 | 2026-08-25T07:49:03.924Z | [ host-image] Aug 25 07:49:02.803 INFO O| Aug 25 07:49:02.803 INFO O| Download: 0/156 items 0.0/1.8MB 0% complete |
| 4658 | 2026-08-25T07:49:03.932Z | [verify-libraries] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 4659 | 2026-08-25T07:49:04.036Z | [verify-libraries] Compiling ghash v0.6.0 |
| 4660 | 2026-08-25T07:49:04.128Z | [verify-libraries] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 4661 | 2026-08-25T07:49:04.154Z | [ host-image] Aug 25 07:49:03.032 INFO O| Aug 25 07:49:03.032 INFO O| Download: Completed 1.76 MB in 0.23 seconds (7.7M/s) |
| 4662 | 2026-08-25T07:49:04.179Z | [ host-image] Aug 25 07:49:03.059 INFO O| Aug 25 07:49:03.059 INFO O| Actions: 1/391 actions (Installing new actions) |
| 4663 | 2026-08-25T07:49:04.227Z | [verify-libraries] Compiling ddm-api-types-versions v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 4664 | 2026-08-25T07:49:04.265Z | [verify-libraries] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=163606c052ee30b16dfab282fca721dd81e0868a#163606c0) |
| 4665 | 2026-08-25T07:49:04.336Z | [verify-libraries] Compiling pki-playground v0.2.0 (https://github.com/oxidecomputer/pki-playground?rev=bcd3bf2dfe36468c494eac17463a4e10be366b35#bcd3bf2d) |
| 4666 | 2026-08-25T07:49:04.368Z | [ host-image] Aug 25 07:49:03.247 INFO O| Aug 25 07:49:03.247 INFO O| Actions: Completed 391 actions in 0.19 seconds. |
| 4667 | 2026-08-25T07:49:04.425Z | [ host-image] Aug 25 07:49:03.303 INFO O| Aug 25 07:49:03.303 INFO O| Finalize: Updating package state database ... Done |
| 4668 | 2026-08-25T07:49:04.425Z | [ host-image] Aug 25 07:49:03.303 INFO O| Aug 25 07:49:03.303 INFO O| Finalize: Updating package cache ... Done |
| 4669 | 2026-08-25T07:49:04.521Z | [ host-image] Aug 25 07:49:03.400 INFO O| Aug 25 07:49:03.400 INFO O| Finalize: Updating image state ... Done |
| 4670 | 2026-08-25T07:49:04.684Z | [verify-libraries] Compiling pbkdf2 v0.13.0 |
| 4671 | 2026-08-25T07:49:04.752Z | [verify-libraries] Compiling crypto-bigint v0.7.5 |
| 4672 | 2026-08-25T07:49:04.916Z | [verify-libraries] Compiling aes v0.9.1 |
| 4673 | 2026-08-25T07:49:04.953Z | [verify-libraries] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 4674 | 2026-08-25T07:49:05.020Z | [verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4675 | 2026-08-25T07:49:05.176Z | [ recovery-image] Aug 25 07:49:04.055 INFO O| Aug 25 07:49:04.055 INFO O| Download: 6596/16682 items 70.3/200.0MB 35% complete (14.1M/s) |
| 4676 | 2026-08-25T07:49:05.355Z | [verify-libraries] Compiling ctr v0.10.1 |
| 4677 | 2026-08-25T07:49:05.472Z | [ host-image] Aug 25 07:49:04.350 INFO O| Aug 25 07:49:04.349 INFO O| Finalize: Creating fast lookup database ... Done |
| 4678 | 2026-08-25T07:49:05.499Z | [ host-image] Aug 25 07:49:04.378 INFO O| Aug 25 07:49:04.378 INFO O| Finalize: Reading search index ... Done |
| 4679 | 2026-08-25T07:49:05.499Z | [ host-image] Aug 25 07:49:04.378 INFO O| Aug 25 07:49:04.378 INFO O| Finalize: Updating search index ... Done |
| 4680 | 2026-08-25T07:49:05.514Z | [ host-image] Aug 25 07:49:04.393 INFO O| Aug 25 07:49:04.393 INFO O| Finalize: Updating package cache ... Done |
| 4681 | 2026-08-25T07:49:05.658Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4682 | 2026-08-25T07:49:05.686Z | [verify-libraries] Compiling aead v0.6.1 |
| 4683 | 2026-08-25T07:49:05.696Z | [verify-libraries] Compiling bb8 v0.8.6 |
| 4684 | 2026-08-25T07:49:05.916Z | [ host-image] Aug 25 07:49:04.786 INFO O| Aug 25 07:49:04.786 INFO STEP 12 (pkg_install) COMPLETE |
| 4685 | 2026-08-25T07:49:05.916Z | [ host-image] Aug 25 07:49:04.786 INFO O| Aug 25 07:49:04.786 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4686 | 2026-08-25T07:49:05.922Z | [ host-image] Aug 25 07:49:04.801 INFO O| Aug 25 07:49:04.801 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
| 4687 | 2026-08-25T07:49:06.053Z | [verify-libraries] Compiling parking_lot_core v0.8.6 |
| 4688 | 2026-08-25T07:49:06.181Z | [verify-libraries] Compiling aes-gcm v0.11.0 |
| 4689 | 2026-08-25T07:49:06.367Z | [verify-libraries] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=96a2f153a08a8c55d75df6f92b084ed003e04400#96a2f153) |
| 4690 | 2026-08-25T07:49:06.462Z | [verify-libraries] Compiling spki v0.8.0 |
| 4691 | 2026-08-25T07:49:06.520Z | [verify-libraries] Compiling mime_guess v2.0.5 |
| 4692 | 2026-08-25T07:49:06.638Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4693 | 2026-08-25T07:49:06.708Z | [verify-libraries] Compiling omicron-debug-dropbox v0.1.0 (https://github.com/oxidecomputer/omicron-debug-dropbox?rev=eb13fc7a0031261dd51a14a30a133155460f5c0a#eb13fc7a) |
| 4694 | 2026-08-25T07:49:06.762Z | [verify-libraries] Compiling salsa20 v0.11.0 |
| 4695 | 2026-08-25T07:49:07.018Z | [verify-libraries] Compiling nanorand v0.7.0 |
| 4696 | 2026-08-25T07:49:07.107Z | [verify-libraries] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 4697 | 2026-08-25T07:49:07.146Z | [verify-libraries] Compiling scrypt v0.12.0 |
| 4698 | 2026-08-25T07:49:07.231Z | [verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4699 | 2026-08-25T07:49:07.320Z | [verify-libraries] Compiling flume v0.11.1 |
| 4700 | 2026-08-25T07:49:07.454Z | [verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4701 | 2026-08-25T07:49:07.512Z | [verify-libraries] Compiling olpc-cjson v0.1.4 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 4702 | 2026-08-25T07:49:07.641Z | [verify-libraries] Compiling cbc v0.2.1 |
| 4703 | 2026-08-25T07:49:07.764Z | [verify-libraries] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=a233079e04d9688454486c452b694587a28c5257#a233079e) |
| 4704 | 2026-08-25T07:49:07.804Z | [verify-libraries] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4705 | 2026-08-25T07:49:07.848Z | [verify-libraries] Compiling corncobs v0.1.4 |
| 4706 | 2026-08-25T07:49:07.891Z | [verify-libraries] Compiling http-range v0.1.5 |
| 4707 | 2026-08-25T07:49:08.027Z | [verify-libraries] Compiling nonempty v0.12.0 |
| 4708 | 2026-08-25T07:49:08.056Z | [ host-image] Aug 25 07:49:06.935 INFO O| Aug 25 07:49:06.935 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4709 | 2026-08-25T07:49:08.113Z | [verify-libraries] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4710 | 2026-08-25T07:49:08.248Z | [verify-libraries] Compiling progenitor v0.13.0 |
| 4711 | 2026-08-25T07:49:08.265Z | [verify-libraries] Compiling pkcs5 v0.8.1 |
| 4712 | 2026-08-25T07:49:08.265Z | [verify-libraries] Compiling tough v0.24.0 (https://github.com/oxidecomputer/tough?branch=oxide%2Fdevelop#56967c96) |
| 4713 | 2026-08-25T07:49:08.269Z | [verify-libraries] Compiling parking_lot v0.11.2 |
| 4714 | 2026-08-25T07:49:08.407Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4715 | 2026-08-25T07:49:08.571Z | [ host-image] Aug 25 07:49:07.450 INFO O| Aug 25 07:49:07.450 INFO O| Startup: Caching catalogs ... Done |
| 4716 | 2026-08-25T07:49:08.759Z | [verify-libraries] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 4717 | 2026-08-25T07:49:08.804Z | [verify-libraries] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 4718 | 2026-08-25T07:49:08.855Z | [verify-libraries] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 4719 | 2026-08-25T07:49:08.904Z | [verify-libraries] Compiling digest-io v0.1.0 |
| 4720 | 2026-08-25T07:49:08.944Z | [verify-libraries] Compiling prefix-trie v0.7.0 |
| 4721 | 2026-08-25T07:49:09.113Z | [verify-libraries] Compiling secrecy v0.8.0 |
| 4722 | 2026-08-25T07:49:09.148Z | [verify-libraries] Compiling rawzip v0.4.4 |
| 4723 | 2026-08-25T07:49:09.157Z | [ host-image] Aug 25 07:49:08.036 INFO O| Aug 25 07:49:08.036 INFO O| Planning: Solver setup ... Done |
| 4724 | 2026-08-25T07:49:09.162Z | [ host-image] Aug 25 07:49:08.041 INFO O| Aug 25 07:49:08.041 INFO O| Planning: Running solver ... Done |
| 4725 | 2026-08-25T07:49:09.187Z | [ host-image] Aug 25 07:49:08.059 INFO O| Aug 25 07:49:08.059 INFO O| Planning: Finding local manifests ... Done |
| 4726 | 2026-08-25T07:49:09.206Z | [ host-image] Aug 25 07:49:08.078 INFO O| Aug 25 07:49:08.078 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4727 | 2026-08-25T07:49:09.266Z | [ host-image] Aug 25 07:49:08.145 INFO O| Aug 25 07:49:08.145 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4728 | 2026-08-25T07:49:09.293Z | [ host-image] Aug 25 07:49:08.172 INFO O| Aug 25 07:49:08.172 INFO O| Planning: Package planning ... Done |
| 4729 | 2026-08-25T07:49:09.301Z | [ host-image] Aug 25 07:49:08.181 INFO O| Aug 25 07:49:08.180 INFO O| Planning: Merging actions ... Done |
| 4730 | 2026-08-25T07:49:09.354Z | [ host-image] Aug 25 07:49:08.233 INFO O| Aug 25 07:49:08.233 INFO O| Planning: Checking for conflicting actions ... Done |
| 4731 | 2026-08-25T07:49:09.358Z | [ host-image] Aug 25 07:49:08.236 INFO O| Aug 25 07:49:08.236 INFO O| Planning: Consolidating action changes ... Done |
| 4732 | 2026-08-25T07:49:09.389Z | [verify-libraries] Compiling hickory-server v0.25.2 |
| 4733 | 2026-08-25T07:49:09.478Z | [verify-libraries] Compiling hyper-staticfile v0.10.1 |
| 4734 | 2026-08-25T07:49:09.506Z | [ host-image] Aug 25 07:49:08.383 INFO O| Aug 25 07:49:08.383 INFO O| Planning: Evaluating mediators ... Done |
| 4735 | 2026-08-25T07:49:09.510Z | [ host-image] Aug 25 07:49:08.387 INFO O| Aug 25 07:49:08.386 INFO O| Planning: Planning completed in 0.92 seconds |
| 4736 | 2026-08-25T07:49:09.510Z | [verify-libraries] Compiling pkcs8 v0.11.0 |
| 4737 | 2026-08-25T07:49:09.510Z | [ host-image] Aug 25 07:49:08.387 INFO O| Aug 25 07:49:08.387 INFO O| Packages to install: 6 |
| 4738 | 2026-08-25T07:49:09.510Z | [ host-image] Aug 25 07:49:08.387 INFO O| Aug 25 07:49:08.387 INFO O| Mediators to change: 1 |
| 4739 | 2026-08-25T07:49:09.510Z | [ host-image] Aug 25 07:49:08.387 INFO O| Aug 25 07:49:08.387 INFO O| Services to change: 1 |
| 4740 | 2026-08-25T07:49:09.520Z | [ host-image] Aug 25 07:49:08.399 INFO O| Aug 25 07:49:08.399 INFO O| Download: 0/1147 items 0.0/7.8MB 0% complete |
| 4741 | 2026-08-25T07:49:09.684Z | [verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=4a39ef08d81e5177edee0bddb1146032aa21074d#4a39ef08) |
| 4742 | 2026-08-25T07:49:10.030Z | [verify-libraries] Compiling sled v0.34.7 |
| 4743 | 2026-08-25T07:49:14.121Z | [verify-libraries] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 4744 | 2026-08-25T07:49:14.257Z | [verify-libraries] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 4745 | 2026-08-25T07:49:14.257Z | [ host-image] Aug 25 07:49:09.053 INFO O| Aug 25 07:49:09.053 INFO O| Download: Completed 7.84 MB in 0.65 seconds (12.0M/s) |
| 4746 | 2026-08-25T07:49:14.257Z | [ recovery-image] Aug 25 07:49:09.057 INFO O| Aug 25 07:49:09.057 INFO O| Download: 16337/16682 items 193.3/200.0MB 96% complete (19.3M/s) |
| 4747 | 2026-08-25T07:49:14.257Z | [ host-image] Aug 25 07:49:09.094 INFO O| Aug 25 07:49:09.094 INFO O| Actions: 1/1366 actions (Installing new actions) |
| 4748 | 2026-08-25T07:49:14.257Z | [verify-libraries] Compiling ignore v0.4.25 |
| 4749 | 2026-08-25T07:49:14.258Z | [ host-image] Aug 25 07:49:09.400 INFO O| Aug 25 07:49:09.400 INFO O| Actions: Completed 1366 actions in 0.31 seconds. |
| 4750 | 2026-08-25T07:49:14.258Z | [ host-image] Aug 25 07:49:09.518 INFO O| Aug 25 07:49:09.518 INFO O| Finalize: Updating package state database ... Done |
| 4751 | 2026-08-25T07:49:14.258Z | [ host-image] Aug 25 07:49:09.518 INFO O| Aug 25 07:49:09.518 INFO O| Finalize: Updating package cache ... Done |
| 4752 | 2026-08-25T07:49:14.258Z | [verify-libraries] Compiling anstyle-parse v0.2.7 |
| 4753 | 2026-08-25T07:49:14.258Z | [ host-image] Aug 25 07:49:09.634 INFO O| Aug 25 07:49:09.634 INFO O| Finalize: Updating image state ... Done |
| 4754 | 2026-08-25T07:49:14.258Z | [ recovery-image] Aug 25 07:49:09.644 INFO O| Aug 25 07:49:09.644 INFO O| Download: Completed 200.00 MB in 10.61 seconds (18.8M/s) |
| 4755 | 2026-08-25T07:49:14.258Z | [verify-libraries] Compiling ff v0.14.0 |
| 4756 | 2026-08-25T07:49:14.258Z | [verify-libraries] Compiling tufaceous v0.2.0 (https://github.com/oxidecomputer/tufaceous?branch=main#38730b68) |
| 4757 | 2026-08-25T07:49:14.258Z | [verify-libraries] Compiling globwalk v0.9.1 |
| 4758 | 2026-08-25T07:49:14.258Z | [verify-libraries] Compiling anstream v0.6.21 |
| 4759 | 2026-08-25T07:49:14.258Z | [verify-libraries] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 4760 | 2026-08-25T07:49:14.258Z | [verify-libraries] Compiling predicates-tree v1.0.13 |
| 4761 | 2026-08-25T07:49:14.258Z | [ recovery-image] Aug 25 07:49:10.381 INFO O| Aug 25 07:49:10.381 INFO O| Actions: 1/27580 actions (Installing new actions) |
| 4762 | 2026-08-25T07:49:14.258Z | [verify-libraries] Compiling libz-sys v1.1.24 |
| 4763 | 2026-08-25T07:49:14.258Z | [verify-libraries] Compiling rand_seeder v0.4.0 |
| 4764 | 2026-08-25T07:49:14.297Z | [ host-image] Aug 25 07:49:10.695 INFO O| Aug 25 07:49:10.695 INFO O| Finalize: Creating fast lookup database ... Done |
| 4765 | 2026-08-25T07:49:14.297Z | [verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4766 | 2026-08-25T07:49:14.297Z | [ host-image] Aug 25 07:49:10.727 INFO O| Aug 25 07:49:10.727 INFO O| Finalize: Reading search index ... Done |
| 4767 | 2026-08-25T07:49:14.297Z | [ host-image] Aug 25 07:49:10.727 INFO O| Aug 25 07:49:10.727 INFO O| Finalize: Updating search index ... Done |
| 4768 | 2026-08-25T07:49:14.297Z | [verify-libraries] Compiling camino-tempfile-ext v0.3.3 |
| 4769 | 2026-08-25T07:49:14.297Z | [ host-image] Aug 25 07:49:10.763 INFO O| Aug 25 07:49:10.763 INFO O| Finalize: Updating package cache ... Done |
| 4770 | 2026-08-25T07:49:14.297Z | [verify-libraries] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 4771 | 2026-08-25T07:49:14.297Z | [ host-image] Aug 25 07:49:11.101 INFO O| Aug 25 07:49:11.101 INFO STEP 13 (pkg_install) COMPLETE |
| 4772 | 2026-08-25T07:49:14.297Z | [ host-image] Aug 25 07:49:11.101 INFO O| Aug 25 07:49:11.101 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4773 | 2026-08-25T07:49:14.298Z | [ host-image] Aug 25 07:49:11.111 INFO O| Aug 25 07:49:11.111 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"] |
| 4774 | 2026-08-25T07:49:14.298Z | [verify-libraries] Compiling group v0.14.0 |
| 4775 | 2026-08-25T07:49:14.298Z | [verify-libraries] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 4776 | 2026-08-25T07:49:14.298Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4777 | 2026-08-25T07:49:14.298Z | [verify-libraries] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4778 | 2026-08-25T07:49:14.298Z | [verify-libraries] Compiling signature v3.0.0 |
| 4779 | 2026-08-25T07:49:14.298Z | [verify-libraries] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4780 | 2026-08-25T07:49:14.298Z | [verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4781 | 2026-08-25T07:49:14.298Z | [verify-libraries] Compiling base16ct v1.0.0 |
| 4782 | 2026-08-25T07:49:14.298Z | [verify-libraries] Compiling instability v0.3.11 |
| 4783 | 2026-08-25T07:49:14.298Z | [verify-libraries] Compiling sec1 v0.8.1 |
| 4784 | 2026-08-25T07:49:14.298Z | [verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4785 | 2026-08-25T07:49:14.298Z | [verify-libraries] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#03a79a89) |
| 4786 | 2026-08-25T07:49:14.298Z | [verify-libraries] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4787 | 2026-08-25T07:49:14.298Z | [verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4788 | 2026-08-25T07:49:14.298Z | [verify-libraries] Compiling hkdf v0.13.0 |
| 4789 | 2026-08-25T07:49:14.298Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4790 | 2026-08-25T07:49:14.298Z | [verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4791 | 2026-08-25T07:49:14.363Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4792 | 2026-08-25T07:49:14.488Z | [verify-libraries] Compiling scuffle v0.1.0 |
| 4793 | 2026-08-25T07:49:14.600Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4794 | 2026-08-25T07:49:14.645Z | [verify-libraries] Compiling libgit2-sys v0.18.3+1.9.2 |
| 4795 | 2026-08-25T07:49:14.892Z | [ host-image] Aug 25 07:49:13.772 INFO O| Aug 25 07:49:13.771 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4796 | 2026-08-25T07:49:14.944Z | [verify-libraries] Compiling castaway v0.2.4 |
| 4797 | 2026-08-25T07:49:15.029Z | [verify-libraries] Compiling indoc v2.0.7 |
| 4798 | 2026-08-25T07:49:15.160Z | [verify-libraries] Compiling compact_str v0.8.1 |
| 4799 | 2026-08-25T07:49:15.352Z | [ host-image] Aug 25 07:49:14.231 INFO O| Aug 25 07:49:14.231 INFO O| Startup: Caching catalogs ... Done |
| 4800 | 2026-08-25T07:49:15.387Z | [verify-libraries] Compiling sled-agent-scrimlet-reconcilers v0.1.0 (/work/oxidecomputer/omicron/sled-agent/scrimlet-reconcilers) |
| 4801 | 2026-08-25T07:49:15.432Z | [verify-libraries] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#ff9f27aa) |
| 4802 | 2026-08-25T07:49:15.555Z | [verify-libraries] Compiling transient-dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server/transient) |
| 4803 | 2026-08-25T07:49:15.879Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc0c307c617f2988aafdca4e3bd35ea178b64801#cc0c307c) |
| 4804 | 2026-08-25T07:49:15.971Z | [ host-image] Aug 25 07:49:14.839 INFO O| Aug 25 07:49:14.839 INFO O| Planning: Solver setup ... Done |
| 4805 | 2026-08-25T07:49:15.978Z | [ host-image] Aug 25 07:49:14.844 INFO O| Aug 25 07:49:14.844 INFO O| Planning: Running solver ... Done |
| 4806 | 2026-08-25T07:49:15.982Z | [ host-image] Aug 25 07:49:14.859 INFO O| Aug 25 07:49:14.859 INFO O| Planning: Finding local manifests ... Done |
| 4807 | 2026-08-25T07:49:16.060Z | [ host-image] Aug 25 07:49:14.930 INFO O| Aug 25 07:49:14.930 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4808 | 2026-08-25T07:49:16.064Z | [ host-image] Aug 25 07:49:14.939 INFO O| Aug 25 07:49:14.938 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4809 | 2026-08-25T07:49:16.097Z | [ host-image] Aug 25 07:49:14.976 INFO O| Aug 25 07:49:14.976 INFO O| Planning: Package planning ... Done |
| 4810 | 2026-08-25T07:49:16.097Z | [ host-image] Aug 25 07:49:14.976 INFO O| Aug 25 07:49:14.976 INFO O| Planning: Merging actions ... Done |
| 4811 | 2026-08-25T07:49:16.138Z | [verify-libraries] Compiling elliptic-curve v0.14.1 |
| 4812 | 2026-08-25T07:49:16.146Z | [ host-image] Aug 25 07:49:15.015 INFO O| Aug 25 07:49:15.015 INFO O| Planning: Checking for conflicting actions ... Done |
| 4813 | 2026-08-25T07:49:16.147Z | [ host-image] Aug 25 07:49:15.015 INFO O| Aug 25 07:49:15.015 INFO O| Planning: Consolidating action changes ... Done |
| 4814 | 2026-08-25T07:49:16.283Z | [ host-image] Aug 25 07:49:15.162 INFO O| Aug 25 07:49:15.162 INFO O| Planning: Evaluating mediators ... Done |
| 4815 | 2026-08-25T07:49:16.287Z | [ host-image] Aug 25 07:49:15.163 INFO O| Aug 25 07:49:15.163 INFO O| Planning: Planning completed in 0.92 seconds |
| 4816 | 2026-08-25T07:49:16.287Z | [ host-image] Aug 25 07:49:15.163 INFO O| Aug 25 07:49:15.163 INFO O| Packages to install: 1 |
| 4817 | 2026-08-25T07:49:16.296Z | [ host-image] Aug 25 07:49:15.175 INFO O| Aug 25 07:49:15.175 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete |
| 4818 | 2026-08-25T07:49:16.504Z | [ recovery-image] Aug 25 07:49:15.383 INFO O| Aug 25 07:49:15.383 INFO O| Actions: 27017/27580 actions (Installing new actions) |
| 4819 | 2026-08-25T07:49:16.564Z | [verify-libraries] Compiling async-bb8-diesel v0.2.1 |
| 4820 | 2026-08-25T07:49:16.675Z | [ host-image] Aug 25 07:49:15.550 INFO O| Aug 25 07:49:15.548 INFO O| Download: Completed 13.27 MB in 0.37 seconds (35.6M/s) |
| 4821 | 2026-08-25T07:49:16.713Z | [verify-libraries] Compiling diesel-dtrace v0.5.0 |
| 4822 | 2026-08-25T07:49:16.738Z | [verify-libraries] Compiling sled-agent-bootstrap-common v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-common) |
| 4823 | 2026-08-25T07:49:16.922Z | [verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4824 | 2026-08-25T07:49:16.986Z | [verify-libraries] Compiling sled-agent-early-networking v0.1.0 (/work/oxidecomputer/omicron/sled-agent/early-networking) |
| 4825 | 2026-08-25T07:49:17.122Z | [verify-libraries] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=3c07d60a77d528018fded2f0a434cafe724f3423#3c07d60a) |
| 4826 | 2026-08-25T07:49:17.167Z | [verify-libraries] Compiling fmd-adm v0.3.0 (https://github.com/oxidecomputer/fmd-adm?rev=846361bf0a698a8c7efefd97b2828b9aa74858c4#846361bf) |
| 4827 | 2026-08-25T07:49:17.196Z | [ host-image] Aug 25 07:49:16.075 INFO O| Aug 25 07:49:16.075 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4828 | 2026-08-25T07:49:17.205Z | [ recovery-image] Aug 25 07:49:16.084 INFO O| Aug 25 07:49:16.084 INFO O| Actions: Completed 27580 actions in 5.70 seconds. |
| 4829 | 2026-08-25T07:49:17.288Z | [ recovery-image] Aug 25 07:49:16.167 INFO O| Aug 25 07:49:16.167 INFO O| Finalize: Updating package state database ... Done |
| 4830 | 2026-08-25T07:49:17.288Z | [ recovery-image] Aug 25 07:49:16.168 INFO O| Aug 25 07:49:16.167 INFO O| Finalize: Updating package cache ... Done |
| 4831 | 2026-08-25T07:49:17.431Z | [ recovery-image] Aug 25 07:49:16.310 INFO O| Aug 25 07:49:16.310 INFO O| Finalize: Updating image state ... Done |
| 4832 | 2026-08-25T07:49:17.464Z | [ host-image] Aug 25 07:49:16.330 INFO O| Aug 25 07:49:16.330 INFO O| Actions: Completed 22 actions in 0.25 seconds. |
| 4833 | 2026-08-25T07:49:17.513Z | [ host-image] Aug 25 07:49:16.376 INFO O| Aug 25 07:49:16.376 INFO O| Finalize: Updating package state database ... Done |
| 4834 | 2026-08-25T07:49:17.513Z | [ host-image] Aug 25 07:49:16.376 INFO O| Aug 25 07:49:16.376 INFO O| Finalize: Updating package cache ... Done |
| 4835 | 2026-08-25T07:49:17.590Z | [ host-image] Aug 25 07:49:16.469 INFO O| Aug 25 07:49:16.469 INFO O| Finalize: Updating image state ... Done |
| 4836 | 2026-08-25T07:49:17.633Z | [verify-libraries] Compiling lru v0.12.5 |
| 4837 | 2026-08-25T07:49:17.761Z | [verify-libraries] Compiling unicode-truncate v1.1.0 |
| 4838 | 2026-08-25T07:49:17.809Z | [verify-libraries] Compiling arc-swap v1.8.2 |
| 4839 | 2026-08-25T07:49:17.960Z | [verify-libraries] Compiling cassowary v0.3.0 |
| 4840 | 2026-08-25T07:49:17.999Z | [verify-libraries] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 4841 | 2026-08-25T07:49:18.027Z | [verify-libraries] Compiling wnaf v0.14.0 |
| 4842 | 2026-08-25T07:49:18.070Z | [verify-libraries] Compiling slog-scope v4.4.1 |
| 4843 | 2026-08-25T07:49:18.201Z | [verify-libraries] Compiling primefield v0.14.0 |
| 4844 | 2026-08-25T07:49:18.205Z | [ recovery-image] Aug 25 07:49:17.082 INFO O| Aug 25 07:49:17.082 INFO O| Finalize: Creating fast lookup database ... Done |
| 4845 | 2026-08-25T07:49:18.229Z | [ recovery-image] Aug 25 07:49:17.107 INFO O| Aug 25 07:49:17.100 INFO O| Finalize: Reading search index ... Done |
| 4846 | 2026-08-25T07:49:18.309Z | [verify-libraries] Compiling ratatui v0.29.0 |
| 4847 | 2026-08-25T07:49:18.386Z | [verify-libraries] Compiling rfc6979 v0.6.0 |
| 4848 | 2026-08-25T07:49:18.471Z | [verify-libraries] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 4849 | 2026-08-25T07:49:18.548Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4850 | 2026-08-25T07:49:18.563Z | [ host-image] Aug 25 07:49:17.442 INFO O| Aug 25 07:49:17.442 INFO O| Finalize: Creating fast lookup database ... Done |
| 4851 | 2026-08-25T07:49:18.593Z | [ host-image] Aug 25 07:49:17.472 INFO O| Aug 25 07:49:17.471 INFO O| Finalize: Reading search index ... Done |
| 4852 | 2026-08-25T07:49:18.593Z | [ host-image] Aug 25 07:49:17.472 INFO O| Aug 25 07:49:17.472 INFO O| Finalize: Updating search index ... Done |
| 4853 | 2026-08-25T07:49:18.603Z | [ host-image] Aug 25 07:49:17.482 INFO O| Aug 25 07:49:17.482 INFO O| Finalize: Updating package cache ... Done |
| 4854 | 2026-08-25T07:49:18.611Z | [verify-libraries] Compiling signal-hook-tokio v0.3.1 |
| 4855 | 2026-08-25T07:49:18.617Z | [verify-libraries] Compiling vergen-git2 v9.1.0 |
| 4856 | 2026-08-25T07:49:18.636Z | [verify-libraries] Compiling strsim v0.10.0 |
| 4857 | 2026-08-25T07:49:18.885Z | [verify-libraries] Compiling ecdsa v0.17.0 |
| 4858 | 2026-08-25T07:49:18.919Z | [ host-image] Aug 25 07:49:17.798 INFO O| Aug 25 07:49:17.798 INFO STEP 14 (pkg_install) COMPLETE |
| 4859 | 2026-08-25T07:49:18.919Z | [ host-image] Aug 25 07:49:17.798 INFO O| Aug 25 07:49:17.798 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4860 | 2026-08-25T07:49:18.919Z | [ host-image] Aug 25 07:49:17.798 INFO O| Aug 25 07:49:17.798 INFO skip step because feature "mbist" is not enabled |
| 4861 | 2026-08-25T07:49:18.924Z | [ host-image] Aug 25 07:49:17.798 INFO O| Aug 25 07:49:17.798 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4862 | 2026-08-25T07:49:18.924Z | [ host-image] Aug 25 07:49:17.798 INFO O| Aug 25 07:49:17.798 INFO skip step because feature "mfg" is not enabled |
| 4863 | 2026-08-25T07:49:18.924Z | [ host-image] Aug 25 07:49:17.798 INFO O| Aug 25 07:49:17.798 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4864 | 2026-08-25T07:49:18.925Z | [ host-image] Aug 25 07:49:17.798 INFO O| Aug 25 07:49:17.798 INFO skip step because feature "compliance" is not enabled |
| 4865 | 2026-08-25T07:49:18.925Z | [ host-image] Aug 25 07:49:17.799 INFO O| Aug 25 07:49:17.798 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4866 | 2026-08-25T07:49:18.925Z | [ host-image] Aug 25 07:49:17.799 INFO O| Aug 25 07:49:17.798 INFO skip step because feature "stress" is not enabled |
| 4867 | 2026-08-25T07:49:18.925Z | [ host-image] Aug 25 07:49:17.799 INFO O| Aug 25 07:49:17.798 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4868 | 2026-08-25T07:49:18.925Z | [ host-image] Aug 25 07:49:17.799 INFO O| Aug 25 07:49:17.798 INFO skip step because feature "compliance" is not enabled |
| 4869 | 2026-08-25T07:49:18.925Z | [ host-image] Aug 25 07:49:17.799 INFO O| Aug 25 07:49:17.798 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4870 | 2026-08-25T07:49:18.925Z | [ host-image] Aug 25 07:49:17.799 INFO O| Aug 25 07:49:17.798 INFO skip step because feature "nfs" is not enabled |
| 4871 | 2026-08-25T07:49:18.925Z | [ host-image] Aug 25 07:49:17.799 INFO O| Aug 25 07:49:17.798 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 4872 | 2026-08-25T07:49:18.925Z | [ host-image] Aug 25 07:49:17.799 INFO O| Aug 25 07:49:17.798 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 4873 | 2026-08-25T07:49:18.942Z | [verify-libraries] Compiling darling_core v0.13.4 |
| 4874 | 2026-08-25T07:49:19.054Z | [verify-libraries] Compiling primeorder v0.14.0 |
| 4875 | 2026-08-25T07:49:19.159Z | [verify-libraries] Compiling slog-stdlog v4.1.1 |
| 4876 | 2026-08-25T07:49:19.200Z | [ host-image] Aug 25 07:49:18.079 INFO O| Aug 25 07:49:18.079 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4877 | 2026-08-25T07:49:19.374Z | [ host-image] Aug 25 07:49:18.253 INFO O| Aug 25 07:49:18.253 INFO completed processing sled/ramdisk-01-os |
| 4878 | 2026-08-25T07:49:19.388Z | [ host-image] Aug 25 07:49:18.255 INFO omicron1 baseline generation... |
| 4879 | 2026-08-25T07:49:19.388Z | [ host-image] Aug 25 07:49:18.255 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
| 4880 | 2026-08-25T07:49:19.446Z | [verify-libraries] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 4881 | 2026-08-25T07:49:19.497Z | [verify-libraries] Compiling tungstenite v0.23.0 |
| 4882 | 2026-08-25T07:49:19.539Z | [verify-libraries] Compiling console v0.16.2 |
| 4883 | 2026-08-25T07:49:19.742Z | [ host-image] Aug 25 07:49:18.620 INFO O| incorp = pkg://helios/consolidation/osnet/osnet-incorporation@0.5.11-3.0.24216:20260824T215515Z |
| 4884 | 2026-08-25T07:49:20.117Z | [ recovery-image] Aug 25 07:49:18.993 INFO O| Aug 25 07:49:18.993 INFO O| Finalize: Building new search index ... Done |
| 4885 | 2026-08-25T07:49:20.139Z | [verify-libraries] Compiling curve25519-dalek v5.0.0 |
| 4886 | 2026-08-25T07:49:20.258Z | [verify-libraries] Compiling libsw-core v0.3.2 |
| 4887 | 2026-08-25T07:49:20.279Z | [verify-libraries] Compiling unit-prefix v0.5.2 |
| 4888 | 2026-08-25T07:49:20.460Z | [ recovery-image] Aug 25 07:49:19.334 INFO O| Aug 25 07:49:19.334 INFO O| Finalize: Updating package cache ... Done |
| 4889 | 2026-08-25T07:49:20.480Z | [verify-libraries] Compiling assert_matches v1.5.0 |
| 4890 | 2026-08-25T07:49:20.488Z | [verify-libraries] Compiling void v1.0.2 |
| 4891 | 2026-08-25T07:49:20.514Z | [verify-libraries] Compiling indicatif v0.18.4 |
| 4892 | 2026-08-25T07:49:20.688Z | [verify-libraries] Compiling lzss v0.8.2 |
| 4893 | 2026-08-25T07:49:20.702Z | [verify-libraries] Compiling libsw v3.5.0 |
| 4894 | 2026-08-25T07:49:20.744Z | [verify-libraries] Compiling tokio-tungstenite v0.23.1 |
| 4895 | 2026-08-25T07:49:20.848Z | [ recovery-image] Aug 25 07:49:19.723 INFO O| Aug 25 07:49:19.723 INFO STEP 11 (pkg_install) COMPLETE |
| 4896 | 2026-08-25T07:49:20.848Z | [ recovery-image] Aug 25 07:49:19.723 INFO O| Aug 25 07:49:19.723 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4897 | 2026-08-25T07:49:20.854Z | [ recovery-image] Aug 25 07:49:19.723 INFO O| Aug 25 07:49:19.723 INFO skip step because feature "recovery" is enabled |
| 4898 | 2026-08-25T07:49:20.854Z | [ recovery-image] Aug 25 07:49:19.723 INFO O| Aug 25 07:49:19.723 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4899 | 2026-08-25T07:49:20.854Z | [ recovery-image] Aug 25 07:49:19.723 INFO O| Aug 25 07:49:19.723 INFO skip step because feature "omicron1" is not enabled |
| 4900 | 2026-08-25T07:49:20.854Z | [ recovery-image] Aug 25 07:49:19.723 INFO O| Aug 25 07:49:19.723 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4901 | 2026-08-25T07:49:20.859Z | [ recovery-image] Aug 25 07:49:19.733 INFO O| Aug 25 07:49:19.733 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.41.506"] |
| 4902 | 2026-08-25T07:49:20.969Z | [verify-libraries] Compiling slog-envlogger v2.2.0 |
| 4903 | 2026-08-25T07:49:21.027Z | [verify-libraries] Compiling ssh-encoding v0.3.0 |
| 4904 | 2026-08-25T07:49:21.162Z | [verify-libraries] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4905 | 2026-08-25T07:49:21.209Z | [verify-libraries] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 4906 | 2026-08-25T07:49:21.230Z | [verify-libraries] Compiling darling_macro v0.13.4 |
| 4907 | 2026-08-25T07:49:21.473Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4908 | 2026-08-25T07:49:21.518Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4909 | 2026-08-25T07:49:21.549Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4910 | 2026-08-25T07:49:21.603Z | [verify-libraries] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 4911 | 2026-08-25T07:49:21.747Z | [verify-libraries] Compiling nix v0.27.1 |
| 4912 | 2026-08-25T07:49:21.783Z | [verify-libraries] Compiling colored v2.2.0 |
| 4913 | 2026-08-25T07:49:21.817Z | [verify-libraries] Compiling blake3 v1.8.5 |
| 4914 | 2026-08-25T07:49:21.924Z | [verify-libraries] Compiling serde_bytes v0.11.19 |
| 4915 | 2026-08-25T07:49:21.939Z | [verify-libraries] Compiling keccak v0.2.0 |
| 4916 | 2026-08-25T07:49:22.192Z | [verify-libraries] Compiling shell-words v1.1.1 |
| 4917 | 2026-08-25T07:49:22.220Z | [verify-libraries] Compiling darling v0.13.4 |
| 4918 | 2026-08-25T07:49:22.408Z | [verify-libraries] Compiling oxide-update-engine-display v0.1.2 |
| 4919 | 2026-08-25T07:49:22.448Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4920 | 2026-08-25T07:49:22.679Z | [verify-libraries] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#cc0c307c) |
| 4921 | 2026-08-25T07:49:22.941Z | [verify-libraries] Compiling gateway-sp-comms v0.1.2 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 4922 | 2026-08-25T07:49:22.977Z | [verify-libraries] Compiling ed25519 v3.0.0 |
| 4923 | 2026-08-25T07:49:23.062Z | [verify-libraries] Compiling crypto-primes v0.7.2 |
| 4924 | 2026-08-25T07:49:23.194Z | [ recovery-image] Aug 25 07:49:22.073 INFO O| Aug 25 07:49:22.072 INFO O| Startup: Refreshing catalog 'helios' ... Done |
| 4925 | 2026-08-25T07:49:23.486Z | [verify-libraries] Compiling pkcs1 v0.8.0-rc.4 |
| 4926 | 2026-08-25T07:49:23.724Z | [ recovery-image] Aug 25 07:49:22.603 INFO O| Aug 25 07:49:22.603 INFO O| Startup: Caching catalogs ... Done |
| 4927 | 2026-08-25T07:49:23.937Z | [verify-libraries] Compiling poly1305 v0.9.0 |
| 4928 | 2026-08-25T07:49:24.227Z | [verify-libraries] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 4929 | 2026-08-25T07:49:24.394Z | [ recovery-image] Aug 25 07:49:23.273 INFO O| Aug 25 07:49:23.271 INFO O| Planning: Solver setup ... Done |
| 4930 | 2026-08-25T07:49:24.399Z | [ recovery-image] Aug 25 07:49:23.277 INFO O| Aug 25 07:49:23.277 INFO O| Planning: Running solver ... Done |
| 4931 | 2026-08-25T07:49:24.419Z | [ recovery-image] Aug 25 07:49:23.298 INFO O| Aug 25 07:49:23.298 INFO O| Planning: Finding local manifests ... Done |
| 4932 | 2026-08-25T07:49:24.455Z | [ recovery-image] Aug 25 07:49:23.334 INFO O| Aug 25 07:49:23.334 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4933 | 2026-08-25T07:49:24.463Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4934 | 2026-08-25T07:49:24.466Z | [ recovery-image] Aug 25 07:49:23.340 INFO O| Aug 25 07:49:23.340 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4935 | 2026-08-25T07:49:24.493Z | [ recovery-image] Aug 25 07:49:23.372 INFO O| Aug 25 07:49:23.372 INFO O| Planning: Package planning ... Done |
| 4936 | 2026-08-25T07:49:24.499Z | [ recovery-image] Aug 25 07:49:23.373 INFO O| Aug 25 07:49:23.373 INFO O| Planning: Merging actions ... Done |
| 4937 | 2026-08-25T07:49:24.516Z | [ recovery-image] Aug 25 07:49:23.395 INFO O| Aug 25 07:49:23.394 INFO O| Planning: Checking for conflicting actions ... Done |
| 4938 | 2026-08-25T07:49:24.520Z | [ recovery-image] Aug 25 07:49:23.395 INFO O| Aug 25 07:49:23.395 INFO O| Planning: Consolidating action changes ... Done |
| 4939 | 2026-08-25T07:49:24.613Z | [ recovery-image] Aug 25 07:49:23.492 INFO O| Aug 25 07:49:23.492 INFO O| Planning: Evaluating mediators ... Done |
| 4940 | 2026-08-25T07:49:24.614Z | [ recovery-image] Aug 25 07:49:23.492 INFO O| Aug 25 07:49:23.492 INFO O| Planning: Planning completed in 0.87 seconds |
| 4941 | 2026-08-25T07:49:24.614Z | [ recovery-image] Aug 25 07:49:23.493 INFO O| Aug 25 07:49:23.493 INFO O| Packages to install: 1 |
| 4942 | 2026-08-25T07:49:24.625Z | [ recovery-image] Aug 25 07:49:23.503 INFO O| Aug 25 07:49:23.503 INFO O| Download: 0/4 items 0.0/13.3MB 0% complete |
| 4943 | 2026-08-25T07:49:24.788Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4944 | 2026-08-25T07:49:24.819Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4945 | 2026-08-25T07:49:24.988Z | [verify-libraries] Compiling nexus-fm v0.1.0 (/work/oxidecomputer/omicron/nexus/fm) |
| 4946 | 2026-08-25T07:49:25.023Z | [ recovery-image] Aug 25 07:49:23.892 INFO O| Aug 25 07:49:23.892 INFO O| Download: Completed 13.27 MB in 0.39 seconds (34.1M/s) |
| 4947 | 2026-08-25T07:49:25.046Z | [ recovery-image] Aug 25 07:49:23.925 INFO O| Aug 25 07:49:23.925 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4948 | 2026-08-25T07:49:25.049Z | [verify-libraries] Compiling support-bundle-collection v0.1.0 (/work/oxidecomputer/omicron/support-bundle-collection) |
| 4949 | 2026-08-25T07:49:25.092Z | [verify-libraries] Compiling nexus-switch-config-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config/preparation) |
| 4950 | 2026-08-25T07:49:25.227Z | [verify-libraries] Compiling blowfish v0.10.0 |
| 4951 | 2026-08-25T07:49:25.252Z | [verify-libraries] Compiling blake2 v0.11.0-rc.6 |
| 4952 | 2026-08-25T07:49:25.284Z | [ recovery-image] Aug 25 07:49:24.162 INFO O| Aug 25 07:49:24.162 INFO O| Actions: Completed 22 actions in 0.24 seconds. |
| 4953 | 2026-08-25T07:49:25.310Z | [verify-libraries] Compiling petname v2.0.2 |
| 4954 | 2026-08-25T07:49:25.352Z | [ recovery-image] Aug 25 07:49:24.229 INFO O| Aug 25 07:49:24.229 INFO O| Finalize: Updating package state database ... Done |
| 4955 | 2026-08-25T07:49:25.352Z | [ recovery-image] Aug 25 07:49:24.230 INFO O| Aug 25 07:49:24.229 INFO O| Finalize: Updating package cache ... Done |
| 4956 | 2026-08-25T07:49:25.422Z | [verify-libraries] Compiling constant_time_eq v0.4.2 |
| 4957 | 2026-08-25T07:49:25.447Z | [ recovery-image] Aug 25 07:49:24.326 INFO O| Aug 25 07:49:24.326 INFO O| Finalize: Updating image state ... Done |
| 4958 | 2026-08-25T07:49:25.461Z | [verify-libraries] Compiling arrayvec v0.7.6 |
| 4959 | 2026-08-25T07:49:25.565Z | [verify-libraries] Compiling arrayref v0.3.9 |
| 4960 | 2026-08-25T07:49:25.762Z | [verify-libraries] Compiling argon2 v0.6.0-rc.8 |
| 4961 | 2026-08-25T07:49:25.800Z | [verify-libraries] Compiling bcrypt-pbkdf v0.11.0 |
| 4962 | 2026-08-25T07:49:26.103Z | [verify-libraries] Compiling rsa v0.10.0-rc.18 |
| 4963 | 2026-08-25T07:49:26.106Z | [verify-libraries] Compiling ssh-cipher v0.3.0 |
| 4964 | 2026-08-25T07:49:26.188Z | [verify-libraries] Compiling ed25519-dalek v3.0.0 |
| 4965 | 2026-08-25T07:49:26.191Z | [verify-libraries] Compiling serde_with_macros v1.5.2 |
| 4966 | 2026-08-25T07:49:26.194Z | [ recovery-image] Aug 25 07:49:25.072 INFO O| Aug 25 07:49:25.072 INFO O| Finalize: Creating fast lookup database ... Done |
| 4967 | 2026-08-25T07:49:26.208Z | [verify-libraries] Compiling sha3 v0.11.0 |
| 4968 | 2026-08-25T07:49:26.225Z | [ recovery-image] Aug 25 07:49:25.104 INFO O| Aug 25 07:49:25.104 INFO O| Finalize: Reading search index ... Done |
| 4969 | 2026-08-25T07:49:26.225Z | [ recovery-image] Aug 25 07:49:25.104 INFO O| Aug 25 07:49:25.104 INFO O| Finalize: Updating search index ... Done |
| 4970 | 2026-08-25T07:49:26.229Z | [ recovery-image] Aug 25 07:49:25.104 INFO O| Aug 25 07:49:25.104 INFO O| Finalize: Updating package cache ... Done |
| 4971 | 2026-08-25T07:49:26.438Z | [verify-libraries] Compiling p384 v0.14.0 |
| 4972 | 2026-08-25T07:49:26.708Z | [ recovery-image] Aug 25 07:49:25.586 INFO O| Aug 25 07:49:25.586 INFO STEP 14 (pkg_install) COMPLETE |
| 4973 | 2026-08-25T07:49:26.708Z | [ recovery-image] Aug 25 07:49:25.586 INFO O| Aug 25 07:49:25.586 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4974 | 2026-08-25T07:49:26.711Z | [ recovery-image] Aug 25 07:49:25.586 INFO O| Aug 25 07:49:25.586 INFO skip step because feature "mbist" is not enabled |
| 4975 | 2026-08-25T07:49:26.711Z | [ recovery-image] Aug 25 07:49:25.586 INFO O| Aug 25 07:49:25.586 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4976 | 2026-08-25T07:49:26.711Z | [ recovery-image] Aug 25 07:49:25.587 INFO O| Aug 25 07:49:25.586 INFO skip step because feature "mfg" is not enabled |
| 4977 | 2026-08-25T07:49:26.711Z | [ recovery-image] Aug 25 07:49:25.587 INFO O| Aug 25 07:49:25.586 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4978 | 2026-08-25T07:49:26.711Z | [ recovery-image] Aug 25 07:49:25.587 INFO O| Aug 25 07:49:25.586 INFO skip step because feature "compliance" is not enabled |
| 4979 | 2026-08-25T07:49:26.711Z | [ recovery-image] Aug 25 07:49:25.587 INFO O| Aug 25 07:49:25.586 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4980 | 2026-08-25T07:49:26.711Z | [ recovery-image] Aug 25 07:49:25.587 INFO O| Aug 25 07:49:25.586 INFO skip step because feature "stress" is not enabled |
| 4981 | 2026-08-25T07:49:26.711Z | [ recovery-image] Aug 25 07:49:25.587 INFO O| Aug 25 07:49:25.586 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4982 | 2026-08-25T07:49:26.711Z | [ recovery-image] Aug 25 07:49:25.587 INFO O| Aug 25 07:49:25.586 INFO skip step because feature "compliance" is not enabled |
| 4983 | 2026-08-25T07:49:26.712Z | [ recovery-image] Aug 25 07:49:25.587 INFO O| Aug 25 07:49:25.586 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4984 | 2026-08-25T07:49:26.712Z | [ recovery-image] Aug 25 07:49:25.587 INFO O| Aug 25 07:49:25.586 INFO skip step because feature "nfs" is not enabled |
| 4985 | 2026-08-25T07:49:26.712Z | [ recovery-image] Aug 25 07:49:25.587 INFO O| Aug 25 07:49:25.586 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4986 | 2026-08-25T07:49:26.712Z | [ recovery-image] Aug 25 07:49:25.587 INFO O| Aug 25 07:49:25.586 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4987 | 2026-08-25T07:49:26.965Z | [verify-libraries] Compiling p521 v0.14.0 |
| 4988 | 2026-08-25T07:49:26.970Z | [verify-libraries] Compiling p256 v0.14.0 |
| 4989 | 2026-08-25T07:49:26.970Z | [verify-libraries] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 4990 | 2026-08-25T07:49:26.974Z | [verify-libraries] Compiling lldpd-types-versions v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 4991 | 2026-08-25T07:49:26.985Z | [ recovery-image] Aug 25 07:49:25.864 INFO O| Aug 25 07:49:25.864 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4992 | 2026-08-25T07:49:27.015Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4993 | 2026-08-25T07:49:27.112Z | [ recovery-image] Aug 25 07:49:25.991 INFO O| Aug 25 07:49:25.990 INFO completed processing sled/ramdisk-01-os |
| 4994 | 2026-08-25T07:49:27.116Z | [ recovery-image] Aug 25 07:49:25.993 INFO image builder template: ramdisk-02-trim... |
| 4995 | 2026-08-25T07:49:27.116Z | [ recovery-image] Aug 25 07:49:25.993 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/.tmpA3naiZ/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-02-trim"], pwd: None |
| 4996 | 2026-08-25T07:49:27.135Z | [ recovery-image] Aug 25 07:49:26.014 INFO O| Aug 25 07:49:26.014 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4997 | 2026-08-25T07:49:27.140Z | [ recovery-image] Aug 25 07:49:26.018 INFO O| Aug 25 07:49:26.018 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4998 | 2026-08-25T07:49:27.256Z | [ recovery-image] Aug 25 07:49:26.135 INFO O| Aug 25 07:49:26.135 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled |
| 4999 | 2026-08-25T07:49:27.314Z | [verify-libraries] Compiling twox-hash v2.1.2 |
| 5000 | 2026-08-25T07:49:27.329Z | [ recovery-image] Aug 25 07:49:26.208 INFO O| Aug 25 07:49:26.208 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 5001 | 2026-08-25T07:49:27.330Z | [ recovery-image] Aug 25 07:49:26.209 INFO O| Aug 25 07:49:26.209 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 5002 | 2026-08-25T07:49:27.335Z | [ recovery-image] Aug 25 07:49:26.214 INFO O| Aug 25 07:49:26.214 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5003 | 2026-08-25T07:49:27.338Z | [ recovery-image] Aug 25 07:49:26.218 INFO O| Aug 25 07:49:26.218 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 5004 | 2026-08-25T07:49:27.343Z | [ recovery-image] Aug 25 07:49:26.222 INFO O| Aug 25 07:49:26.222 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 5005 | 2026-08-25T07:49:27.393Z | [verify-libraries] Compiling kem v0.3.0 |
| 5006 | 2026-08-25T07:49:27.586Z | [verify-libraries] Compiling module-lattice v0.2.3 |
| 5007 | 2026-08-25T07:49:27.622Z | [verify-libraries] Compiling atty v0.2.14 |
| 5008 | 2026-08-25T07:49:27.790Z | [verify-libraries] Compiling rtoolbox v0.0.3 |
| 5009 | 2026-08-25T07:49:27.894Z | [verify-libraries] Compiling sponge-cursor v0.1.0 |
| 5010 | 2026-08-25T07:49:27.973Z | [verify-libraries] Compiling topological-sort v0.2.2 |
| 5011 | 2026-08-25T07:49:28.006Z | [verify-libraries] Compiling sha3 v0.12.0 |
| 5012 | 2026-08-25T07:49:28.068Z | [ recovery-image] Aug 25 07:49:26.947 INFO O| Aug 25 07:49:26.947 INFO rolled back to input snapshot; work may begin |
| 5013 | 2026-08-25T07:49:28.068Z | [ recovery-image] Aug 25 07:49:26.947 INFO O| Aug 25 07:49:26.947 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 5014 | 2026-08-25T07:49:28.072Z | [ recovery-image] Aug 25 07:49:26.951 INFO O| Aug 25 07:49:26.951 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5015 | 2026-08-25T07:49:28.076Z | [verify-libraries] Compiling rpassword v7.5.4 |
| 5016 | 2026-08-25T07:49:28.081Z | [ recovery-image] Aug 25 07:49:26.960 INFO O| Aug 25 07:49:26.960 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg" |
| 5017 | 2026-08-25T07:49:28.128Z | [ recovery-image] Aug 25 07:49:27.007 INFO O| Aug 25 07:49:27.006 INFO STEP 0 (remove_files) COMPLETE |
| 5018 | 2026-08-25T07:49:28.128Z | [ recovery-image] Aug 25 07:49:27.007 INFO O| Aug 25 07:49:27.006 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5019 | 2026-08-25T07:49:28.139Z | [ recovery-image] Aug 25 07:49:27.017 INFO O| Aug 25 07:49:27.016 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4" |
| 5020 | 2026-08-25T07:49:28.145Z | [ recovery-image] Aug 25 07:49:27.024 INFO O| Aug 25 07:49:27.023 INFO STEP 1 (remove_files) COMPLETE |
| 5021 | 2026-08-25T07:49:28.145Z | [ recovery-image] Aug 25 07:49:27.024 INFO O| Aug 25 07:49:27.023 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5022 | 2026-08-25T07:49:28.156Z | [ recovery-image] Aug 25 07:49:27.033 INFO O| Aug 25 07:49:27.033 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include" |
| 5023 | 2026-08-25T07:49:28.165Z | [verify-libraries] Compiling omicron-zone-package v0.12.3 |
| 5024 | 2026-08-25T07:49:28.169Z | [ recovery-image] Aug 25 07:49:27.047 INFO O| Aug 25 07:49:27.047 INFO STEP 2 (remove_files) COMPLETE |
| 5025 | 2026-08-25T07:49:28.169Z | [ recovery-image] Aug 25 07:49:27.047 INFO O| Aug 25 07:49:27.047 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5026 | 2026-08-25T07:49:28.178Z | [ recovery-image] Aug 25 07:49:27.057 INFO O| Aug 25 07:49:27.057 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo" |
| 5027 | 2026-08-25T07:49:28.181Z | [ recovery-image] Aug 25 07:49:27.059 INFO O| Aug 25 07:49:27.059 INFO STEP 3 (remove_files) COMPLETE |
| 5028 | 2026-08-25T07:49:28.181Z | [ recovery-image] Aug 25 07:49:27.059 INFO O| Aug 25 07:49:27.059 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5029 | 2026-08-25T07:49:28.188Z | [ recovery-image] Aug 25 07:49:27.067 INFO O| Aug 25 07:49:27.067 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help" |
| 5030 | 2026-08-25T07:49:28.191Z | [verify-libraries] Compiling ml-kem v0.3.2 |
| 5031 | 2026-08-25T07:49:28.194Z | [ recovery-image] Aug 25 07:49:27.070 INFO O| Aug 25 07:49:27.070 INFO STEP 4 (remove_files) COMPLETE |
| 5032 | 2026-08-25T07:49:28.194Z | [ recovery-image] Aug 25 07:49:27.070 INFO O| Aug 25 07:49:27.070 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5033 | 2026-08-25T07:49:28.201Z | [ recovery-image] Aug 25 07:49:27.080 INFO O| Aug 25 07:49:27.080 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc" |
| 5034 | 2026-08-25T07:49:28.201Z | [ recovery-image] Aug 25 07:49:27.081 INFO O| Aug 25 07:49:27.081 INFO STEP 5 (remove_files) COMPLETE |
| 5035 | 2026-08-25T07:49:28.201Z | [ recovery-image] Aug 25 07:49:27.081 INFO O| Aug 25 07:49:27.081 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5036 | 2026-08-25T07:49:28.211Z | [ recovery-image] Aug 25 07:49:27.090 INFO O| Aug 25 07:49:27.090 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion" |
| 5037 | 2026-08-25T07:49:28.221Z | [ recovery-image] Aug 25 07:49:27.100 INFO O| Aug 25 07:49:27.100 INFO STEP 6 (remove_files) COMPLETE |
| 5038 | 2026-08-25T07:49:28.221Z | [ recovery-image] Aug 25 07:49:27.100 INFO O| Aug 25 07:49:27.100 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5039 | 2026-08-25T07:49:28.221Z | [ recovery-image] Aug 25 07:49:27.100 INFO O| Aug 25 07:49:27.100 INFO skip step because feature "heliosv2" is not enabled |
| 5040 | 2026-08-25T07:49:28.225Z | [ recovery-image] Aug 25 07:49:27.100 INFO O| Aug 25 07:49:27.100 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5041 | 2026-08-25T07:49:28.225Z | [ recovery-image] Aug 25 07:49:27.100 INFO O| Aug 25 07:49:27.100 INFO skip step because feature "recovery" is enabled |
| 5042 | 2026-08-25T07:49:28.225Z | [ recovery-image] Aug 25 07:49:27.100 INFO O| Aug 25 07:49:27.100 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5043 | 2026-08-25T07:49:28.225Z | [ recovery-image] Aug 25 07:49:27.100 INFO O| Aug 25 07:49:27.100 INFO skip step because feature "recovery" is enabled |
| 5044 | 2026-08-25T07:49:28.225Z | [ recovery-image] Aug 25 07:49:27.100 INFO O| Aug 25 07:49:27.100 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5045 | 2026-08-25T07:49:28.225Z | [ recovery-image] Aug 25 07:49:27.100 INFO O| Aug 25 07:49:27.100 INFO skip step because feature "recovery" is enabled |
| 5046 | 2026-08-25T07:49:28.225Z | [ recovery-image] Aug 25 07:49:27.100 INFO O| Aug 25 07:49:27.100 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5047 | 2026-08-25T07:49:28.232Z | [ recovery-image] Aug 25 07:49:27.111 INFO O| Aug 25 07:49:27.111 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp" |
| 5048 | 2026-08-25T07:49:28.239Z | [ recovery-image] Aug 25 07:49:27.113 INFO O| Aug 25 07:49:27.113 INFO STEP 11 (remove_files) COMPLETE |
| 5049 | 2026-08-25T07:49:28.239Z | [ recovery-image] Aug 25 07:49:27.113 INFO O| Aug 25 07:49:27.113 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5050 | 2026-08-25T07:49:28.246Z | [ recovery-image] Aug 25 07:49:27.123 INFO O| Aug 25 07:49:27.123 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386" |
| 5051 | 2026-08-25T07:49:28.250Z | [ recovery-image] Aug 25 07:49:27.124 INFO O| Aug 25 07:49:27.124 INFO STEP 12 (remove_files) COMPLETE |
| 5052 | 2026-08-25T07:49:28.250Z | [ recovery-image] Aug 25 07:49:27.124 INFO O| Aug 25 07:49:27.124 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5053 | 2026-08-25T07:49:28.255Z | [ recovery-image] Aug 25 07:49:27.134 INFO O| Aug 25 07:49:27.134 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv" |
| 5054 | 2026-08-25T07:49:28.258Z | [ recovery-image] Aug 25 07:49:27.135 INFO O| Aug 25 07:49:27.135 INFO STEP 13 (remove_files) COMPLETE |
| 5055 | 2026-08-25T07:49:28.258Z | [ recovery-image] Aug 25 07:49:27.135 INFO O| Aug 25 07:49:27.135 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5056 | 2026-08-25T07:49:28.288Z | [verify-libraries] Compiling serde_with v1.14.0 |
| 5057 | 2026-08-25T07:49:28.400Z | [ recovery-image] Aug 25 07:49:27.278 INFO O| Aug 25 07:49:27.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 5058 | 2026-08-25T07:49:28.403Z | [ recovery-image] Aug 25 07:49:27.281 INFO O| Aug 25 07:49:27.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a" |
| 5059 | 2026-08-25T07:49:28.422Z | [ recovery-image] Aug 25 07:49:27.299 INFO O| Aug 25 07:49:27.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/libjq.a" |
| 5060 | 2026-08-25T07:49:28.423Z | [ recovery-image] Aug 25 07:49:27.299 INFO O| Aug 25 07:49:27.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a" |
| 5061 | 2026-08-25T07:49:28.423Z | [ recovery-image] Aug 25 07:49:27.299 INFO O| Aug 25 07:49:27.299 INFO STEP 14 (remove_files) COMPLETE |
| 5062 | 2026-08-25T07:49:28.427Z | [ recovery-image] Aug 25 07:49:27.299 INFO O| Aug 25 07:49:27.299 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5063 | 2026-08-25T07:49:28.431Z | [ recovery-image] Aug 25 07:49:27.310 INFO O| Aug 25 07:49:27.310 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot" |
| 5064 | 2026-08-25T07:49:28.435Z | [ recovery-image] Aug 25 07:49:27.311 INFO O| Aug 25 07:49:27.311 INFO STEP 15 (remove_files) COMPLETE |
| 5065 | 2026-08-25T07:49:28.435Z | [ recovery-image] Aug 25 07:49:27.311 INFO O| Aug 25 07:49:27.311 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5066 | 2026-08-25T07:49:28.442Z | [ recovery-image] Aug 25 07:49:27.321 INFO O| Aug 25 07:49:27.321 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc" |
| 5067 | 2026-08-25T07:49:28.447Z | [ recovery-image] Aug 25 07:49:27.327 INFO O| Aug 25 07:49:27.327 INFO STEP 16 (remove_files) COMPLETE |
| 5068 | 2026-08-25T07:49:28.447Z | [ recovery-image] Aug 25 07:49:27.327 INFO O| Aug 25 07:49:27.327 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5069 | 2026-08-25T07:49:28.458Z | [ recovery-image] Aug 25 07:49:27.337 INFO O| Aug 25 07:49:27.337 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv" |
| 5070 | 2026-08-25T07:49:28.461Z | [ recovery-image] Aug 25 07:49:27.337 INFO O| Aug 25 07:49:27.337 INFO STEP 17 (remove_files) COMPLETE |
| 5071 | 2026-08-25T07:49:28.461Z | [ recovery-image] Aug 25 07:49:27.337 INFO O| Aug 25 07:49:27.337 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5072 | 2026-08-25T07:49:28.468Z | [ recovery-image] Aug 25 07:49:27.346 INFO O| Aug 25 07:49:27.346 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc" |
| 5073 | 2026-08-25T07:49:28.468Z | [ recovery-image] Aug 25 07:49:27.347 INFO O| Aug 25 07:49:27.347 INFO STEP 18 (remove_files) COMPLETE |
| 5074 | 2026-08-25T07:49:28.468Z | [ recovery-image] Aug 25 07:49:27.347 INFO O| Aug 25 07:49:27.347 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5075 | 2026-08-25T07:49:28.477Z | [ recovery-image] Aug 25 07:49:27.356 INFO O| Aug 25 07:49:27.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 5076 | 2026-08-25T07:49:28.477Z | [ recovery-image] Aug 25 07:49:27.356 INFO O| Aug 25 07:49:27.356 INFO STEP 19 (remove_files) COMPLETE |
| 5077 | 2026-08-25T07:49:28.477Z | [ recovery-image] Aug 25 07:49:27.356 INFO O| Aug 25 07:49:27.356 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5078 | 2026-08-25T07:49:28.487Z | [ recovery-image] Aug 25 07:49:27.366 INFO O| Aug 25 07:49:27.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 5079 | 2026-08-25T07:49:28.487Z | [ recovery-image] Aug 25 07:49:27.366 INFO O| Aug 25 07:49:27.366 INFO STEP 20 (remove_files) COMPLETE |
| 5080 | 2026-08-25T07:49:28.488Z | [ recovery-image] Aug 25 07:49:27.366 INFO O| Aug 25 07:49:27.366 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5081 | 2026-08-25T07:49:28.499Z | [ recovery-image] Aug 25 07:49:27.378 INFO O| Aug 25 07:49:27.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 5082 | 2026-08-25T07:49:28.499Z | [ recovery-image] Aug 25 07:49:27.378 INFO O| Aug 25 07:49:27.378 INFO STEP 21 (remove_files) COMPLETE |
| 5083 | 2026-08-25T07:49:28.499Z | [ recovery-image] Aug 25 07:49:27.378 INFO O| Aug 25 07:49:27.378 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5084 | 2026-08-25T07:49:28.508Z | [ recovery-image] Aug 25 07:49:27.387 INFO O| Aug 25 07:49:27.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 5085 | 2026-08-25T07:49:28.508Z | [ recovery-image] Aug 25 07:49:27.387 INFO O| Aug 25 07:49:27.387 INFO STEP 22 (remove_files) COMPLETE |
| 5086 | 2026-08-25T07:49:28.511Z | [ recovery-image] Aug 25 07:49:27.387 INFO O| Aug 25 07:49:27.387 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5087 | 2026-08-25T07:49:28.544Z | [ recovery-image] Aug 25 07:49:27.422 INFO O| Aug 25 07:49:27.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 5088 | 2026-08-25T07:49:28.544Z | [ recovery-image] Aug 25 07:49:27.422 INFO O| Aug 25 07:49:27.422 INFO STEP 23 (remove_files) COMPLETE |
| 5089 | 2026-08-25T07:49:28.544Z | [ recovery-image] Aug 25 07:49:27.422 INFO O| Aug 25 07:49:27.422 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5090 | 2026-08-25T07:49:28.574Z | [ recovery-image] Aug 25 07:49:27.448 INFO O| Aug 25 07:49:27.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 5091 | 2026-08-25T07:49:28.574Z | [ recovery-image] Aug 25 07:49:27.448 INFO O| Aug 25 07:49:27.448 INFO STEP 24 (remove_files) COMPLETE |
| 5092 | 2026-08-25T07:49:28.574Z | [ recovery-image] Aug 25 07:49:27.448 INFO O| Aug 25 07:49:27.448 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5093 | 2026-08-25T07:49:28.579Z | [ recovery-image] Aug 25 07:49:27.458 INFO O| Aug 25 07:49:27.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 5094 | 2026-08-25T07:49:28.579Z | [ recovery-image] Aug 25 07:49:27.458 INFO O| Aug 25 07:49:27.458 INFO STEP 25 (remove_files) COMPLETE |
| 5095 | 2026-08-25T07:49:28.579Z | [ recovery-image] Aug 25 07:49:27.458 INFO O| Aug 25 07:49:27.458 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5096 | 2026-08-25T07:49:28.589Z | [ recovery-image] Aug 25 07:49:27.467 INFO O| Aug 25 07:49:27.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power" |
| 5097 | 2026-08-25T07:49:28.589Z | [ recovery-image] Aug 25 07:49:27.468 INFO O| Aug 25 07:49:27.467 INFO STEP 26 (remove_files) COMPLETE |
| 5098 | 2026-08-25T07:49:28.592Z | [ recovery-image] Aug 25 07:49:27.468 INFO O| Aug 25 07:49:27.468 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5099 | 2026-08-25T07:49:28.597Z | [ recovery-image] Aug 25 07:49:27.476 INFO O| Aug 25 07:49:27.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 5100 | 2026-08-25T07:49:28.597Z | [ recovery-image] Aug 25 07:49:27.477 INFO O| Aug 25 07:49:27.477 INFO STEP 27 (remove_files) COMPLETE |
| 5101 | 2026-08-25T07:49:28.597Z | [ recovery-image] Aug 25 07:49:27.477 INFO O| Aug 25 07:49:27.477 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5102 | 2026-08-25T07:49:28.607Z | [ recovery-image] Aug 25 07:49:27.486 INFO O| Aug 25 07:49:27.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 5103 | 2026-08-25T07:49:28.607Z | [ recovery-image] Aug 25 07:49:27.486 INFO O| Aug 25 07:49:27.486 INFO STEP 28 (remove_files) COMPLETE |
| 5104 | 2026-08-25T07:49:28.610Z | [ recovery-image] Aug 25 07:49:27.486 INFO O| Aug 25 07:49:27.486 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5105 | 2026-08-25T07:49:28.610Z | [verify-libraries] Compiling russh-cryptovec v0.62.0 |
| 5106 | 2026-08-25T07:49:28.615Z | [ recovery-image] Aug 25 07:49:27.495 INFO O| Aug 25 07:49:27.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 5107 | 2026-08-25T07:49:28.615Z | [ recovery-image] Aug 25 07:49:27.495 INFO O| Aug 25 07:49:27.495 INFO STEP 29 (remove_files) COMPLETE |
| 5108 | 2026-08-25T07:49:28.619Z | [ recovery-image] Aug 25 07:49:27.495 INFO O| Aug 25 07:49:27.495 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5109 | 2026-08-25T07:49:28.639Z | [ recovery-image] Aug 25 07:49:27.518 INFO O| Aug 25 07:49:27.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 5110 | 2026-08-25T07:49:28.640Z | [ recovery-image] Aug 25 07:49:27.518 INFO O| Aug 25 07:49:27.518 INFO STEP 30 (remove_files) COMPLETE |
| 5111 | 2026-08-25T07:49:28.644Z | [ recovery-image] Aug 25 07:49:27.518 INFO O| Aug 25 07:49:27.518 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5112 | 2026-08-25T07:49:28.651Z | [ recovery-image] Aug 25 07:49:27.530 INFO O| Aug 25 07:49:27.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 5113 | 2026-08-25T07:49:28.651Z | [ recovery-image] Aug 25 07:49:27.530 INFO O| Aug 25 07:49:27.530 INFO STEP 31 (remove_files) COMPLETE |
| 5114 | 2026-08-25T07:49:28.660Z | [ recovery-image] Aug 25 07:49:27.530 INFO O| Aug 25 07:49:27.530 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5115 | 2026-08-25T07:49:28.667Z | [ recovery-image] Aug 25 07:49:27.540 INFO O| Aug 25 07:49:27.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 5116 | 2026-08-25T07:49:28.667Z | [ recovery-image] Aug 25 07:49:27.540 INFO O| Aug 25 07:49:27.540 INFO STEP 32 (remove_files) COMPLETE |
| 5117 | 2026-08-25T07:49:28.667Z | [ recovery-image] Aug 25 07:49:27.540 INFO O| Aug 25 07:49:27.540 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5118 | 2026-08-25T07:49:28.674Z | [ recovery-image] Aug 25 07:49:27.551 INFO O| Aug 25 07:49:27.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 5119 | 2026-08-25T07:49:28.674Z | [ recovery-image] Aug 25 07:49:27.551 INFO O| Aug 25 07:49:27.551 INFO STEP 33 (remove_files) COMPLETE |
| 5120 | 2026-08-25T07:49:28.674Z | [ recovery-image] Aug 25 07:49:27.551 INFO O| Aug 25 07:49:27.551 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5121 | 2026-08-25T07:49:28.682Z | [ recovery-image] Aug 25 07:49:27.561 INFO O| Aug 25 07:49:27.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 5122 | 2026-08-25T07:49:28.682Z | [ recovery-image] Aug 25 07:49:27.561 INFO O| Aug 25 07:49:27.561 INFO STEP 34 (remove_files) COMPLETE |
| 5123 | 2026-08-25T07:49:28.682Z | [ recovery-image] Aug 25 07:49:27.561 INFO O| Aug 25 07:49:27.561 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5124 | 2026-08-25T07:49:28.692Z | [ recovery-image] Aug 25 07:49:27.571 INFO O| Aug 25 07:49:27.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 5125 | 2026-08-25T07:49:28.692Z | [ recovery-image] Aug 25 07:49:27.571 INFO O| Aug 25 07:49:27.571 INFO STEP 35 (remove_files) COMPLETE |
| 5126 | 2026-08-25T07:49:28.700Z | [ recovery-image] Aug 25 07:49:27.571 INFO O| Aug 25 07:49:27.571 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5127 | 2026-08-25T07:49:28.712Z | [ recovery-image] Aug 25 07:49:27.583 INFO O| Aug 25 07:49:27.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 5128 | 2026-08-25T07:49:28.713Z | [ recovery-image] Aug 25 07:49:27.583 INFO O| Aug 25 07:49:27.583 INFO STEP 36 (remove_files) COMPLETE |
| 5129 | 2026-08-25T07:49:28.713Z | [ recovery-image] Aug 25 07:49:27.583 INFO O| Aug 25 07:49:27.583 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5130 | 2026-08-25T07:49:28.720Z | [ recovery-image] Aug 25 07:49:27.592 INFO O| Aug 25 07:49:27.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 5131 | 2026-08-25T07:49:28.720Z | [ recovery-image] Aug 25 07:49:27.592 INFO O| Aug 25 07:49:27.592 INFO STEP 37 (remove_files) COMPLETE |
| 5132 | 2026-08-25T07:49:28.720Z | [ recovery-image] Aug 25 07:49:27.592 INFO O| Aug 25 07:49:27.592 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5133 | 2026-08-25T07:49:28.725Z | [ recovery-image] Aug 25 07:49:27.603 INFO O| Aug 25 07:49:27.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 5134 | 2026-08-25T07:49:28.725Z | [ recovery-image] Aug 25 07:49:27.603 INFO O| Aug 25 07:49:27.603 INFO STEP 38 (remove_files) COMPLETE |
| 5135 | 2026-08-25T07:49:28.725Z | [ recovery-image] Aug 25 07:49:27.603 INFO O| Aug 25 07:49:27.603 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5136 | 2026-08-25T07:49:28.733Z | [ recovery-image] Aug 25 07:49:27.613 INFO O| Aug 25 07:49:27.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 5137 | 2026-08-25T07:49:28.733Z | [ recovery-image] Aug 25 07:49:27.613 INFO O| Aug 25 07:49:27.613 INFO STEP 39 (remove_files) COMPLETE |
| 5138 | 2026-08-25T07:49:28.745Z | [ recovery-image] Aug 25 07:49:27.613 INFO O| Aug 25 07:49:27.613 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5139 | 2026-08-25T07:49:28.751Z | [ recovery-image] Aug 25 07:49:27.625 INFO O| Aug 25 07:49:27.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 5140 | 2026-08-25T07:49:28.751Z | [ recovery-image] Aug 25 07:49:27.625 INFO O| Aug 25 07:49:27.625 INFO STEP 40 (remove_files) COMPLETE |
| 5141 | 2026-08-25T07:49:28.751Z | [ recovery-image] Aug 25 07:49:27.625 INFO O| Aug 25 07:49:27.625 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5142 | 2026-08-25T07:49:28.765Z | [ recovery-image] Aug 25 07:49:27.634 INFO O| Aug 25 07:49:27.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 5143 | 2026-08-25T07:49:28.765Z | [ recovery-image] Aug 25 07:49:27.634 INFO O| Aug 25 07:49:27.634 INFO STEP 41 (remove_files) COMPLETE |
| 5144 | 2026-08-25T07:49:28.765Z | [ recovery-image] Aug 25 07:49:27.634 INFO O| Aug 25 07:49:27.634 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5145 | 2026-08-25T07:49:28.779Z | [ recovery-image] Aug 25 07:49:27.646 INFO O| Aug 25 07:49:27.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 5146 | 2026-08-25T07:49:28.779Z | [ recovery-image] Aug 25 07:49:27.646 INFO O| Aug 25 07:49:27.646 INFO STEP 42 (remove_files) COMPLETE |
| 5147 | 2026-08-25T07:49:28.779Z | [ recovery-image] Aug 25 07:49:27.646 INFO O| Aug 25 07:49:27.646 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5148 | 2026-08-25T07:49:28.786Z | [ recovery-image] Aug 25 07:49:27.659 INFO O| Aug 25 07:49:27.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 5149 | 2026-08-25T07:49:28.786Z | [ recovery-image] Aug 25 07:49:27.659 INFO O| Aug 25 07:49:27.659 INFO STEP 43 (remove_files) COMPLETE |
| 5150 | 2026-08-25T07:49:28.786Z | [ recovery-image] Aug 25 07:49:27.659 INFO O| Aug 25 07:49:27.659 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5151 | 2026-08-25T07:49:28.797Z | [ recovery-image] Aug 25 07:49:27.669 INFO O| Aug 25 07:49:27.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 5152 | 2026-08-25T07:49:28.797Z | [ recovery-image] Aug 25 07:49:27.669 INFO O| Aug 25 07:49:27.669 INFO STEP 44 (remove_files) COMPLETE |
| 5153 | 2026-08-25T07:49:28.797Z | [ recovery-image] Aug 25 07:49:27.669 INFO O| Aug 25 07:49:27.669 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5154 | 2026-08-25T07:49:28.805Z | [ recovery-image] Aug 25 07:49:27.680 INFO O| Aug 25 07:49:27.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 5155 | 2026-08-25T07:49:28.805Z | [ recovery-image] Aug 25 07:49:27.680 INFO O| Aug 25 07:49:27.680 INFO STEP 45 (remove_files) COMPLETE |
| 5156 | 2026-08-25T07:49:28.806Z | [ recovery-image] Aug 25 07:49:27.680 INFO O| Aug 25 07:49:27.680 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5157 | 2026-08-25T07:49:28.815Z | [ recovery-image] Aug 25 07:49:27.692 INFO O| Aug 25 07:49:27.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 5158 | 2026-08-25T07:49:28.815Z | [ recovery-image] Aug 25 07:49:27.692 INFO O| Aug 25 07:49:27.692 INFO STEP 46 (remove_files) COMPLETE |
| 5159 | 2026-08-25T07:49:28.815Z | [ recovery-image] Aug 25 07:49:27.692 INFO O| Aug 25 07:49:27.692 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5160 | 2026-08-25T07:49:28.827Z | [ recovery-image] Aug 25 07:49:27.702 INFO O| Aug 25 07:49:27.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 5161 | 2026-08-25T07:49:28.828Z | [ recovery-image] Aug 25 07:49:27.702 INFO O| Aug 25 07:49:27.702 INFO STEP 47 (remove_files) COMPLETE |
| 5162 | 2026-08-25T07:49:28.828Z | [ recovery-image] Aug 25 07:49:27.702 INFO O| Aug 25 07:49:27.702 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5163 | 2026-08-25T07:49:28.835Z | [ recovery-image] Aug 25 07:49:27.711 INFO O| Aug 25 07:49:27.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 5164 | 2026-08-25T07:49:28.835Z | [ recovery-image] Aug 25 07:49:27.712 INFO O| Aug 25 07:49:27.712 INFO STEP 48 (remove_files) COMPLETE |
| 5165 | 2026-08-25T07:49:28.835Z | [ recovery-image] Aug 25 07:49:27.712 INFO O| Aug 25 07:49:27.712 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5166 | 2026-08-25T07:49:28.848Z | [ recovery-image] Aug 25 07:49:27.721 INFO O| Aug 25 07:49:27.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 5167 | 2026-08-25T07:49:28.848Z | [ recovery-image] Aug 25 07:49:27.721 INFO O| Aug 25 07:49:27.721 INFO STEP 49 (remove_files) COMPLETE |
| 5168 | 2026-08-25T07:49:28.848Z | [ recovery-image] Aug 25 07:49:27.721 INFO O| Aug 25 07:49:27.721 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5169 | 2026-08-25T07:49:28.863Z | [ recovery-image] Aug 25 07:49:27.733 INFO O| Aug 25 07:49:27.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 5170 | 2026-08-25T07:49:28.864Z | [ recovery-image] Aug 25 07:49:27.733 INFO O| Aug 25 07:49:27.733 INFO STEP 50 (remove_files) COMPLETE |
| 5171 | 2026-08-25T07:49:28.864Z | [ recovery-image] Aug 25 07:49:27.733 INFO O| Aug 25 07:49:27.733 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5172 | 2026-08-25T07:49:28.870Z | [ recovery-image] Aug 25 07:49:27.744 INFO O| Aug 25 07:49:27.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 5173 | 2026-08-25T07:49:28.871Z | [ recovery-image] Aug 25 07:49:27.744 INFO O| Aug 25 07:49:27.744 INFO STEP 51 (remove_files) COMPLETE |
| 5174 | 2026-08-25T07:49:28.871Z | [ recovery-image] Aug 25 07:49:27.744 INFO O| Aug 25 07:49:27.744 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5175 | 2026-08-25T07:49:28.880Z | [ recovery-image] Aug 25 07:49:27.752 INFO O| Aug 25 07:49:27.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 5176 | 2026-08-25T07:49:28.880Z | [ recovery-image] Aug 25 07:49:27.752 INFO O| Aug 25 07:49:27.752 INFO STEP 52 (remove_files) COMPLETE |
| 5177 | 2026-08-25T07:49:28.880Z | [ recovery-image] Aug 25 07:49:27.752 INFO O| Aug 25 07:49:27.752 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5178 | 2026-08-25T07:49:28.888Z | [ recovery-image] Aug 25 07:49:27.760 INFO O| Aug 25 07:49:27.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 5179 | 2026-08-25T07:49:28.888Z | [ recovery-image] Aug 25 07:49:27.760 INFO O| Aug 25 07:49:27.760 INFO STEP 53 (remove_files) COMPLETE |
| 5180 | 2026-08-25T07:49:28.888Z | [ recovery-image] Aug 25 07:49:27.760 INFO O| Aug 25 07:49:27.760 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5181 | 2026-08-25T07:49:28.898Z | [ recovery-image] Aug 25 07:49:27.771 INFO O| Aug 25 07:49:27.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm" |
| 5182 | 2026-08-25T07:49:28.898Z | [ recovery-image] Aug 25 07:49:27.771 INFO O| Aug 25 07:49:27.771 INFO STEP 54 (remove_files) COMPLETE |
| 5183 | 2026-08-25T07:49:28.898Z | [ recovery-image] Aug 25 07:49:27.771 INFO O| Aug 25 07:49:27.771 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5184 | 2026-08-25T07:49:28.910Z | [ recovery-image] Aug 25 07:49:27.780 INFO O| Aug 25 07:49:27.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm" |
| 5185 | 2026-08-25T07:49:28.910Z | [ recovery-image] Aug 25 07:49:27.780 INFO O| Aug 25 07:49:27.780 INFO STEP 55 (remove_files) COMPLETE |
| 5186 | 2026-08-25T07:49:28.910Z | [ recovery-image] Aug 25 07:49:27.780 INFO O| Aug 25 07:49:27.780 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5187 | 2026-08-25T07:49:28.910Z | [ recovery-image] Aug 25 07:49:27.789 INFO O| Aug 25 07:49:27.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm" |
| 5188 | 2026-08-25T07:49:28.910Z | [ recovery-image] Aug 25 07:49:27.789 INFO O| Aug 25 07:49:27.789 INFO STEP 56 (remove_files) COMPLETE |
| 5189 | 2026-08-25T07:49:28.910Z | [ recovery-image] Aug 25 07:49:27.789 INFO O| Aug 25 07:49:27.789 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5190 | 2026-08-25T07:49:28.920Z | [ recovery-image] Aug 25 07:49:27.799 INFO O| Aug 25 07:49:27.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm" |
| 5191 | 2026-08-25T07:49:28.920Z | [ recovery-image] Aug 25 07:49:27.799 INFO O| Aug 25 07:49:27.799 INFO STEP 57 (remove_files) COMPLETE |
| 5192 | 2026-08-25T07:49:28.920Z | [ recovery-image] Aug 25 07:49:27.799 INFO O| Aug 25 07:49:27.799 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5193 | 2026-08-25T07:49:28.931Z | [ recovery-image] Aug 25 07:49:27.811 INFO O| Aug 25 07:49:27.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar" |
| 5194 | 2026-08-25T07:49:28.931Z | [ recovery-image] Aug 25 07:49:27.811 INFO O| Aug 25 07:49:27.811 INFO STEP 58 (remove_files) COMPLETE |
| 5195 | 2026-08-25T07:49:28.937Z | [ recovery-image] Aug 25 07:49:27.811 INFO O| Aug 25 07:49:27.811 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5196 | 2026-08-25T07:49:28.950Z | [ recovery-image] Aug 25 07:49:27.820 INFO O| Aug 25 07:49:27.820 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 5197 | 2026-08-25T07:49:28.950Z | [ recovery-image] Aug 25 07:49:27.820 INFO O| Aug 25 07:49:27.820 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ... |
| 5198 | 2026-08-25T07:49:28.950Z | [ recovery-image] Aug 25 07:49:27.820 INFO O| Aug 25 07:49:27.820 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5199 | 2026-08-25T07:49:28.951Z | [ recovery-image] Aug 25 07:49:27.820 INFO O| Aug 25 07:49:27.820 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5200 | 2026-08-25T07:49:28.951Z | [ recovery-image] Aug 25 07:49:27.820 INFO O| Aug 25 07:49:27.820 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5201 | 2026-08-25T07:49:28.951Z | [ recovery-image] Aug 25 07:49:27.820 INFO O| Aug 25 07:49:27.820 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 5202 | 2026-08-25T07:49:28.951Z | [ recovery-image] Aug 25 07:49:27.820 INFO O| Aug 25 07:49:27.820 INFO ok! |
| 5203 | 2026-08-25T07:49:28.951Z | [ recovery-image] Aug 25 07:49:27.820 INFO O| Aug 25 07:49:27.820 INFO STEP 59 (ensure_file) COMPLETE |
| 5204 | 2026-08-25T07:49:28.951Z | [ recovery-image] Aug 25 07:49:27.820 INFO O| Aug 25 07:49:27.820 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5205 | 2026-08-25T07:49:28.955Z | [ recovery-image] Aug 25 07:49:27.829 INFO O| Aug 25 07:49:27.829 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 5206 | 2026-08-25T07:49:28.955Z | [ recovery-image] Aug 25 07:49:27.829 INFO O| Aug 25 07:49:27.829 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 5207 | 2026-08-25T07:49:28.955Z | [ recovery-image] Aug 25 07:49:27.830 INFO O| Aug 25 07:49:27.829 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5208 | 2026-08-25T07:49:28.955Z | [ recovery-image] Aug 25 07:49:27.830 INFO O| Aug 25 07:49:27.829 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5209 | 2026-08-25T07:49:28.955Z | [ recovery-image] Aug 25 07:49:27.830 INFO O| Aug 25 07:49:27.830 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5210 | 2026-08-25T07:49:28.955Z | [ recovery-image] Aug 25 07:49:27.830 INFO O| Aug 25 07:49:27.830 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 5211 | 2026-08-25T07:49:28.955Z | [ recovery-image] Aug 25 07:49:27.830 INFO O| Aug 25 07:49:27.830 INFO ok! |
| 5212 | 2026-08-25T07:49:28.955Z | [ recovery-image] Aug 25 07:49:27.830 INFO O| Aug 25 07:49:27.830 INFO STEP 60 (ensure_file) COMPLETE |
| 5213 | 2026-08-25T07:49:28.955Z | [ recovery-image] Aug 25 07:49:27.830 INFO O| Aug 25 07:49:27.830 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5214 | 2026-08-25T07:49:28.961Z | [ recovery-image] Aug 25 07:49:27.839 INFO O| Aug 25 07:49:27.839 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist |
| 5215 | 2026-08-25T07:49:28.961Z | [ recovery-image] Aug 25 07:49:27.839 INFO O| Aug 25 07:49:27.839 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ... |
| 5216 | 2026-08-25T07:49:28.961Z | [ recovery-image] Aug 25 07:49:27.839 INFO O| Aug 25 07:49:27.839 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile |
| 5217 | 2026-08-25T07:49:28.967Z | [ recovery-image] Aug 25 07:49:27.839 INFO O| Aug 25 07:49:27.839 INFO ok! |
| 5218 | 2026-08-25T07:49:28.967Z | [ recovery-image] Aug 25 07:49:27.839 INFO O| Aug 25 07:49:27.839 INFO STEP 61 (ensure_file) COMPLETE |
| 5219 | 2026-08-25T07:49:28.967Z | [ recovery-image] Aug 25 07:49:27.839 INFO O| Aug 25 07:49:27.839 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5220 | 2026-08-25T07:49:29.016Z | [ recovery-image] Aug 25 07:49:27.848 INFO O| Aug 25 07:49:27.848 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 5221 | 2026-08-25T07:49:29.016Z | [ recovery-image] Aug 25 07:49:27.848 INFO O| Aug 25 07:49:27.848 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ... |
| 5222 | 2026-08-25T07:49:29.016Z | [ recovery-image] Aug 25 07:49:27.848 INFO O| Aug 25 07:49:27.848 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc |
| 5223 | 2026-08-25T07:49:29.016Z | [ recovery-image] Aug 25 07:49:27.848 INFO O| Aug 25 07:49:27.848 INFO ok! |
| 5224 | 2026-08-25T07:49:29.016Z | [ recovery-image] Aug 25 07:49:27.848 INFO O| Aug 25 07:49:27.848 INFO STEP 62 (ensure_file) COMPLETE |
| 5225 | 2026-08-25T07:49:29.016Z | [ recovery-image] Aug 25 07:49:27.848 INFO O| Aug 25 07:49:27.848 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5226 | 2026-08-25T07:49:29.042Z | [ recovery-image] Aug 25 07:49:27.856 INFO O| Aug 25 07:49:27.856 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 5227 | 2026-08-25T07:49:29.042Z | [ recovery-image] Aug 25 07:49:27.856 INFO O| Aug 25 07:49:27.856 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ... |
| 5228 | 2026-08-25T07:49:29.042Z | [ recovery-image] Aug 25 07:49:27.856 INFO O| Aug 25 07:49:27.856 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 5229 | 2026-08-25T07:49:29.042Z | [ recovery-image] Aug 25 07:49:27.856 INFO O| Aug 25 07:49:27.856 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 5230 | 2026-08-25T07:49:29.042Z | [ recovery-image] Aug 25 07:49:27.857 INFO O| Aug 25 07:49:27.856 INFO ok! |
| 5231 | 2026-08-25T07:49:29.042Z | [ recovery-image] Aug 25 07:49:27.857 INFO O| Aug 25 07:49:27.856 INFO STEP 63 (ensure_file) COMPLETE |
| 5232 | 2026-08-25T07:49:29.042Z | [ recovery-image] Aug 25 07:49:27.857 INFO O| Aug 25 07:49:27.857 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5233 | 2026-08-25T07:49:29.042Z | [verify-libraries] Compiling tui-tree-widget v0.23.1 |
| 5234 | 2026-08-25T07:49:29.042Z | [ recovery-image] Aug 25 07:49:27.864 INFO O| Aug 25 07:49:27.864 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 5235 | 2026-08-25T07:49:29.042Z | [ recovery-image] Aug 25 07:49:27.864 INFO O| Aug 25 07:49:27.864 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 5236 | 2026-08-25T07:49:29.042Z | [ recovery-image] Aug 25 07:49:27.864 INFO O| Aug 25 07:49:27.864 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 5237 | 2026-08-25T07:49:29.042Z | [ recovery-image] Aug 25 07:49:27.864 INFO O| Aug 25 07:49:27.864 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 5238 | 2026-08-25T07:49:29.042Z | [ recovery-image] Aug 25 07:49:27.864 INFO O| Aug 25 07:49:27.864 INFO ok! |
| 5239 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.864 INFO O| Aug 25 07:49:27.864 INFO STEP 64 (ensure_file) COMPLETE |
| 5240 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.864 INFO O| Aug 25 07:49:27.864 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5241 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.872 INFO O| Aug 25 07:49:27.872 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 5242 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.872 INFO O| Aug 25 07:49:27.872 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 5243 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.872 INFO O| Aug 25 07:49:27.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly |
| 5244 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.872 INFO O| Aug 25 07:49:27.872 INFO ok! |
| 5245 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.872 INFO O| Aug 25 07:49:27.872 INFO STEP 65 (assemble_files) COMPLETE |
| 5246 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.872 INFO O| Aug 25 07:49:27.872 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5247 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.882 INFO O| Aug 25 07:49:27.882 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 5248 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.882 INFO O| Aug 25 07:49:27.882 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ... |
| 5249 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.882 INFO O| Aug 25 07:49:27.882 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 5250 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.882 INFO O| Aug 25 07:49:27.882 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 5251 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.882 INFO O| Aug 25 07:49:27.882 INFO ok! |
| 5252 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.882 INFO O| Aug 25 07:49:27.882 INFO STEP 66 (ensure_file) COMPLETE |
| 5253 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.882 INFO O| Aug 25 07:49:27.882 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5254 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.882 INFO O| Aug 25 07:49:27.882 INFO skip step because feature "omicron1" is not enabled |
| 5255 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.882 INFO O| Aug 25 07:49:27.882 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5256 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.882 INFO O| Aug 25 07:49:27.882 INFO skip step because feature "omicron1" is not enabled |
| 5257 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.882 INFO O| Aug 25 07:49:27.882 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5258 | 2026-08-25T07:49:29.043Z | [ recovery-image] Aug 25 07:49:27.882 INFO O| Aug 25 07:49:27.882 INFO skip step because feature "omicron1" is not enabled |
| 5259 | 2026-08-25T07:49:29.044Z | [ recovery-image] Aug 25 07:49:27.882 INFO O| Aug 25 07:49:27.882 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 5260 | 2026-08-25T07:49:29.044Z | [ recovery-image] Aug 25 07:49:27.893 INFO O| Aug 25 07:49:27.893 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal |
| 5261 | 2026-08-25T07:49:29.044Z | [ recovery-image] Aug 25 07:49:27.893 INFO O| Aug 25 07:49:27.893 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 5262 | 2026-08-25T07:49:29.220Z | [verify-libraries] Compiling wicketd-commission-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-commission-client) |
| 5263 | 2026-08-25T07:49:29.301Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 5264 | 2026-08-25T07:49:29.334Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 5265 | 2026-08-25T07:49:29.451Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 5266 | 2026-08-25T07:49:29.638Z | [verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 5267 | 2026-08-25T07:49:30.411Z | [ recovery-image] Aug 25 07:49:29.289 INFO O| Aug 25 07:49:29.289 INFO STEP 70 (pack_tar) COMPLETE |
| 5268 | 2026-08-25T07:49:30.411Z | [ recovery-image] Aug 25 07:49:29.290 INFO O| Aug 25 07:49:29.289 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5269 | 2026-08-25T07:49:30.411Z | [ recovery-image] Aug 25 07:49:29.290 INFO O| Aug 25 07:49:29.289 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5270 | 2026-08-25T07:49:30.750Z | [verify-libraries] Compiling sled-agent-multirack-join v0.1.0 (/work/oxidecomputer/omicron/sled-agent/multirack-join) |
| 5271 | 2026-08-25T07:49:30.840Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 5272 | 2026-08-25T07:49:31.013Z | [ recovery-image] Aug 25 07:49:29.858 INFO O| Aug 25 07:49:29.858 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 5273 | 2026-08-25T07:49:31.094Z | [verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 5274 | 2026-08-25T07:49:31.178Z | [ recovery-image] Aug 25 07:49:29.947 INFO O| Aug 25 07:49:29.947 INFO completed processing sled/ramdisk-02-trim |
| 5275 | 2026-08-25T07:49:31.185Z | [ recovery-image] Aug 25 07:49:29.950 INFO image builder template: ramdisk-03-recovery-trim... |
| 5276 | 2026-08-25T07:49:31.185Z | [ recovery-image] Aug 25 07:49:29.950 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/.tmpA3naiZ/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "ramdisk-03-recovery-trim"], pwd: None |
| 5277 | 2026-08-25T07:49:31.186Z | [ recovery-image] Aug 25 07:49:29.955 INFO O| Aug 25 07:49:29.955 INFO skip include "recovery-elide-v2" because feature "heliosv2" is not enabled |
| 5278 | 2026-08-25T07:49:31.193Z | [verify-libraries] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 5279 | 2026-08-25T07:49:31.194Z | [ recovery-image] Aug 25 07:49:30.032 INFO O| Aug 25 07:49:30.032 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 5280 | 2026-08-25T07:49:31.194Z | [ recovery-image] Aug 25 07:49:30.036 INFO O| Aug 25 07:49:30.036 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 5281 | 2026-08-25T07:49:31.269Z | [ recovery-image] Aug 25 07:49:30.143 INFO O| Aug 25 07:49:30.143 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled |
| 5282 | 2026-08-25T07:49:31.330Z | [ recovery-image] Aug 25 07:49:30.209 INFO O| Aug 25 07:49:30.209 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 5283 | 2026-08-25T07:49:31.330Z | [ recovery-image] Aug 25 07:49:30.209 INFO O| Aug 25 07:49:30.209 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 5284 | 2026-08-25T07:49:31.342Z | [ recovery-image] Aug 25 07:49:30.216 INFO O| Aug 25 07:49:30.216 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 5285 | 2026-08-25T07:49:31.342Z | [ recovery-image] Aug 25 07:49:30.219 INFO O| Aug 25 07:49:30.219 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5286 | 2026-08-25T07:49:31.360Z | [ recovery-image] Aug 25 07:49:30.224 INFO O| Aug 25 07:49:30.224 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 5287 | 2026-08-25T07:49:31.926Z | [ recovery-image] Aug 25 07:49:30.800 INFO O| Aug 25 07:49:30.800 INFO rolled back to input snapshot; work may begin |
| 5288 | 2026-08-25T07:49:31.926Z | [ recovery-image] Aug 25 07:49:30.800 INFO O| Aug 25 07:49:30.800 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 5289 | 2026-08-25T07:49:31.939Z | [ recovery-image] Aug 25 07:49:30.805 INFO O| Aug 25 07:49:30.805 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5290 | 2026-08-25T07:49:31.939Z | [ recovery-image] Aug 25 07:49:30.814 INFO O| Aug 25 07:49:30.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/amd64/vmm" |
| 5291 | 2026-08-25T07:49:31.939Z | [ recovery-image] Aug 25 07:49:30.817 INFO O| Aug 25 07:49:30.817 INFO STEP 0 (remove_files) COMPLETE |
| 5292 | 2026-08-25T07:49:31.939Z | [ recovery-image] Aug 25 07:49:30.817 INFO O| Aug 25 07:49:30.817 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5293 | 2026-08-25T07:49:31.950Z | [ recovery-image] Aug 25 07:49:30.826 INFO O| Aug 25 07:49:30.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/platform/oxide/kernel/drv/vmm.conf" |
| 5294 | 2026-08-25T07:49:31.950Z | [ recovery-image] Aug 25 07:49:30.826 INFO O| Aug 25 07:49:30.826 INFO STEP 1 (remove_files) COMPLETE |
| 5295 | 2026-08-25T07:49:31.950Z | [ recovery-image] Aug 25 07:49:30.826 INFO O| Aug 25 07:49:30.826 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5296 | 2026-08-25T07:49:31.962Z | [ recovery-image] Aug 25 07:49:30.836 INFO O| Aug 25 07:49:30.836 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7" |
| 5297 | 2026-08-25T07:49:31.980Z | [ recovery-image] Aug 25 07:49:30.846 INFO O| Aug 25 07:49:30.846 INFO STEP 2 (remove_files) COMPLETE |
| 5298 | 2026-08-25T07:49:31.980Z | [ recovery-image] Aug 25 07:49:30.846 INFO O| Aug 25 07:49:30.846 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5299 | 2026-08-25T07:49:31.998Z | [ recovery-image] Aug 25 07:49:30.858 INFO O| Aug 25 07:49:30.858 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share" |
| 5300 | 2026-08-25T07:49:32.007Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 5301 | 2026-08-25T07:49:32.041Z | [ recovery-image] Aug 25 07:49:30.918 INFO O| Aug 25 07:49:30.918 INFO STEP 3 (remove_files) COMPLETE |
| 5302 | 2026-08-25T07:49:32.041Z | [ recovery-image] Aug 25 07:49:30.918 INFO O| Aug 25 07:49:30.918 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5303 | 2026-08-25T07:49:32.069Z | [ recovery-image] Aug 25 07:49:30.929 INFO O| Aug 25 07:49:30.929 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns" |
| 5304 | 2026-08-25T07:49:32.079Z | [ recovery-image] Aug 25 07:49:30.931 INFO O| Aug 25 07:49:30.931 INFO STEP 4 (remove_files) COMPLETE |
| 5305 | 2026-08-25T07:49:32.079Z | [ recovery-image] Aug 25 07:49:30.931 INFO O| Aug 25 07:49:30.931 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5306 | 2026-08-25T07:49:32.079Z | [ recovery-image] Aug 25 07:49:30.940 INFO O| Aug 25 07:49:30.940 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv" |
| 5307 | 2026-08-25T07:49:32.098Z | [ recovery-image] Aug 25 07:49:30.974 INFO O| Aug 25 07:49:30.974 INFO STEP 5 (remove_files) COMPLETE |
| 5308 | 2026-08-25T07:49:32.098Z | [ recovery-image] Aug 25 07:49:30.974 INFO O| Aug 25 07:49:30.974 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5309 | 2026-08-25T07:49:32.127Z | [ recovery-image] Aug 25 07:49:30.984 INFO O| Aug 25 07:49:30.984 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale" |
| 5310 | 2026-08-25T07:49:32.146Z | [ recovery-image] Aug 25 07:49:30.996 INFO O| Aug 25 07:49:30.996 INFO STEP 6 (remove_files) COMPLETE |
| 5311 | 2026-08-25T07:49:32.146Z | [ recovery-image] Aug 25 07:49:30.996 INFO O| Aug 25 07:49:30.996 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5312 | 2026-08-25T07:49:32.146Z | [ recovery-image] Aug 25 07:49:31.006 INFO O| Aug 25 07:49:31.006 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps" |
| 5313 | 2026-08-25T07:49:32.146Z | [ recovery-image] Aug 25 07:49:31.008 INFO O| Aug 25 07:49:31.008 INFO STEP 7 (remove_files) COMPLETE |
| 5314 | 2026-08-25T07:49:32.146Z | [ recovery-image] Aug 25 07:49:31.008 INFO O| Aug 25 07:49:31.008 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5315 | 2026-08-25T07:49:32.624Z | [ recovery-image] Aug 25 07:49:31.019 INFO O| Aug 25 07:49:31.019 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig" |
| 5316 | 2026-08-25T07:49:32.624Z | [ recovery-image] Aug 25 07:49:31.020 INFO O| Aug 25 07:49:31.020 INFO STEP 8 (remove_files) COMPLETE |
| 5317 | 2026-08-25T07:49:32.624Z | [ recovery-image] Aug 25 07:49:31.020 INFO O| Aug 25 07:49:31.020 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5318 | 2026-08-25T07:49:32.624Z | [ recovery-image] Aug 25 07:49:31.030 INFO O| Aug 25 07:49:31.030 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi" |
| 5319 | 2026-08-25T07:49:32.624Z | [ recovery-image] Aug 25 07:49:31.034 INFO O| Aug 25 07:49:31.034 INFO STEP 9 (remove_files) COMPLETE |
| 5320 | 2026-08-25T07:49:32.624Z | [ recovery-image] Aug 25 07:49:31.034 INFO O| Aug 25 07:49:31.034 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5321 | 2026-08-25T07:49:32.624Z | [ recovery-image] Aug 25 07:49:31.044 INFO O| Aug 25 07:49:31.044 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs" |
| 5322 | 2026-08-25T07:49:32.624Z | [ recovery-image] Aug 25 07:49:31.044 INFO O| Aug 25 07:49:31.044 INFO STEP 10 (remove_files) COMPLETE |
| 5323 | 2026-08-25T07:49:32.624Z | [ recovery-image] Aug 25 07:49:31.044 INFO O| Aug 25 07:49:31.044 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5324 | 2026-08-25T07:49:32.624Z | [ recovery-image] Aug 25 07:49:31.064 INFO O| Aug 25 07:49:31.064 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv" |
| 5325 | 2026-08-25T07:49:32.624Z | [ recovery-image] Aug 25 07:49:31.065 INFO O| Aug 25 07:49:31.065 INFO STEP 11 (remove_files) COMPLETE |
| 5326 | 2026-08-25T07:49:32.624Z | [ recovery-image] Aug 25 07:49:31.065 INFO O| Aug 25 07:49:31.065 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5327 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.076 INFO O| Aug 25 07:49:31.076 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5" |
| 5328 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.163 INFO O| Aug 25 07:49:31.162 INFO STEP 12 (remove_files) COMPLETE |
| 5329 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.163 INFO O| Aug 25 07:49:31.163 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5330 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.174 INFO O| Aug 25 07:49:31.174 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash" |
| 5331 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.176 INFO O| Aug 25 07:49:31.176 INFO STEP 13 (remove_files) COMPLETE |
| 5332 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.176 INFO O| Aug 25 07:49:31.176 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5333 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.186 INFO O| Aug 25 07:49:31.186 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve" |
| 5334 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.189 INFO O| Aug 25 07:49:31.189 INFO STEP 14 (remove_files) COMPLETE |
| 5335 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.189 INFO O| Aug 25 07:49:31.189 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5336 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.198 INFO O| Aug 25 07:49:31.198 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs" |
| 5337 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.199 INFO O| Aug 25 07:49:31.199 INFO STEP 15 (remove_files) COMPLETE |
| 5338 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.199 INFO O| Aug 25 07:49:31.199 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5339 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.209 INFO O| Aug 25 07:49:31.209 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons" |
| 5340 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.210 INFO O| Aug 25 07:49:31.210 INFO STEP 16 (remove_files) COMPLETE |
| 5341 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.210 INFO O| Aug 25 07:49:31.210 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5342 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.219 INFO O| Aug 25 07:49:31.219 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale" |
| 5343 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.234 INFO O| Aug 25 07:49:31.234 INFO STEP 17 (remove_files) COMPLETE |
| 5344 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.235 INFO O| Aug 25 07:49:31.234 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5345 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.261 INFO O| Aug 25 07:49:31.261 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src" |
| 5346 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.261 INFO O| Aug 25 07:49:31.261 INFO STEP 18 (remove_files) COMPLETE |
| 5347 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.261 INFO O| Aug 25 07:49:31.261 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5348 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.271 INFO O| Aug 25 07:49:31.271 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo" |
| 5349 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.271 INFO O| Aug 25 07:49:31.271 INFO STEP 19 (remove_files) COMPLETE |
| 5350 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.271 INFO O| Aug 25 07:49:31.271 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5351 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.280 INFO O| Aug 25 07:49:31.280 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim" |
| 5352 | 2026-08-25T07:49:32.625Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 5353 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.440 INFO O| Aug 25 07:49:31.440 INFO STEP 20 (remove_files) COMPLETE |
| 5354 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.440 INFO O| Aug 25 07:49:31.440 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5355 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.458 INFO O| Aug 25 07:49:31.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml" |
| 5356 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.480 INFO O| Aug 25 07:49:31.480 INFO STEP 21 (remove_files) COMPLETE |
| 5357 | 2026-08-25T07:49:32.625Z | [ recovery-image] Aug 25 07:49:31.480 INFO O| Aug 25 07:49:31.480 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5358 | 2026-08-25T07:49:32.713Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 5359 | 2026-08-25T07:49:32.741Z | [ recovery-image] Aug 25 07:49:31.524 INFO O| Aug 25 07:49:31.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml" |
| 5360 | 2026-08-25T07:49:32.741Z | [ recovery-image] Aug 25 07:49:31.524 INFO O| Aug 25 07:49:31.524 INFO STEP 22 (remove_files) COMPLETE |
| 5361 | 2026-08-25T07:49:32.741Z | [ recovery-image] Aug 25 07:49:31.524 INFO O| Aug 25 07:49:31.524 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5362 | 2026-08-25T07:49:32.741Z | [ recovery-image] Aug 25 07:49:31.535 INFO O| Aug 25 07:49:31.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb" |
| 5363 | 2026-08-25T07:49:32.741Z | [ recovery-image] Aug 25 07:49:31.539 INFO O| Aug 25 07:49:31.539 INFO STEP 23 (remove_files) COMPLETE |
| 5364 | 2026-08-25T07:49:32.741Z | [ recovery-image] Aug 25 07:49:31.539 INFO O| Aug 25 07:49:31.539 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5365 | 2026-08-25T07:49:32.741Z | [ recovery-image] Aug 25 07:49:31.555 INFO O| Aug 25 07:49:31.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec" |
| 5366 | 2026-08-25T07:49:32.741Z | [ recovery-image] Aug 25 07:49:31.557 INFO O| Aug 25 07:49:31.557 INFO STEP 24 (remove_files) COMPLETE |
| 5367 | 2026-08-25T07:49:32.741Z | [ recovery-image] Aug 25 07:49:31.557 INFO O| Aug 25 07:49:31.557 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5368 | 2026-08-25T07:49:32.741Z | [ recovery-image] Aug 25 07:49:31.568 INFO O| Aug 25 07:49:31.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap" |
| 5369 | 2026-08-25T07:49:32.741Z | [ recovery-image] Aug 25 07:49:31.568 INFO O| Aug 25 07:49:31.568 INFO STEP 25 (remove_files) COMPLETE |
| 5370 | 2026-08-25T07:49:32.741Z | [ recovery-image] Aug 25 07:49:31.568 INFO O| Aug 25 07:49:31.568 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5371 | 2026-08-25T07:49:32.741Z | [ recovery-image] Aug 25 07:49:31.578 INFO O| Aug 25 07:49:31.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias" |
| 5372 | 2026-08-25T07:49:32.741Z | [ recovery-image] Aug 25 07:49:31.601 INFO O| Aug 25 07:49:31.601 INFO STEP 26 (remove_files) COMPLETE |
| 5373 | 2026-08-25T07:49:32.741Z | [ recovery-image] Aug 25 07:49:31.601 INFO O| Aug 25 07:49:31.601 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5374 | 2026-08-25T07:49:32.771Z | [ recovery-image] Aug 25 07:49:31.622 INFO O| Aug 25 07:49:31.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb" |
| 5375 | 2026-08-25T07:49:32.771Z | [ recovery-image] Aug 25 07:49:31.623 INFO O| Aug 25 07:49:31.623 INFO STEP 27 (remove_files) COMPLETE |
| 5376 | 2026-08-25T07:49:32.771Z | [ recovery-image] Aug 25 07:49:31.623 INFO O| Aug 25 07:49:31.623 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5377 | 2026-08-25T07:49:32.795Z | [ recovery-image] Aug 25 07:49:31.666 INFO O| Aug 25 07:49:31.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt" |
| 5378 | 2026-08-25T07:49:32.795Z | [ recovery-image] Aug 25 07:49:31.667 INFO O| Aug 25 07:49:31.666 INFO STEP 28 (remove_files) COMPLETE |
| 5379 | 2026-08-25T07:49:32.805Z | [ recovery-image] Aug 25 07:49:31.667 INFO O| Aug 25 07:49:31.667 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5380 | 2026-08-25T07:49:32.806Z | [ recovery-image] Aug 25 07:49:31.677 INFO O| Aug 25 07:49:31.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle" |
| 5381 | 2026-08-25T07:49:32.806Z | [ recovery-image] Aug 25 07:49:31.677 INFO O| Aug 25 07:49:31.677 INFO STEP 29 (remove_files) COMPLETE |
| 5382 | 2026-08-25T07:49:32.806Z | [ recovery-image] Aug 25 07:49:31.677 INFO O| Aug 25 07:49:31.677 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5383 | 2026-08-25T07:49:32.822Z | [ recovery-image] Aug 25 07:49:31.686 INFO O| Aug 25 07:49:31.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl" |
| 5384 | 2026-08-25T07:49:32.822Z | [ recovery-image] Aug 25 07:49:31.687 INFO O| Aug 25 07:49:31.686 INFO STEP 30 (remove_files) COMPLETE |
| 5385 | 2026-08-25T07:49:32.822Z | [ recovery-image] Aug 25 07:49:31.687 INFO O| Aug 25 07:49:31.687 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5386 | 2026-08-25T07:49:32.835Z | [ recovery-image] Aug 25 07:49:31.699 INFO O| Aug 25 07:49:31.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config" |
| 5387 | 2026-08-25T07:49:32.835Z | [ recovery-image] Aug 25 07:49:31.699 INFO O| Aug 25 07:49:31.699 INFO STEP 31 (remove_files) COMPLETE |
| 5388 | 2026-08-25T07:49:32.835Z | [ recovery-image] Aug 25 07:49:31.699 INFO O| Aug 25 07:49:31.699 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5389 | 2026-08-25T07:49:32.850Z | [ recovery-image] Aug 25 07:49:31.713 INFO O| Aug 25 07:49:31.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt" |
| 5390 | 2026-08-25T07:49:32.850Z | [ recovery-image] Aug 25 07:49:31.713 INFO O| Aug 25 07:49:31.713 INFO STEP 32 (remove_files) COMPLETE |
| 5391 | 2026-08-25T07:49:32.850Z | [ recovery-image] Aug 25 07:49:31.713 INFO O| Aug 25 07:49:31.713 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5392 | 2026-08-25T07:49:32.864Z | [ recovery-image] Aug 25 07:49:31.726 INFO O| Aug 25 07:49:31.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest" |
| 5393 | 2026-08-25T07:49:32.864Z | [ recovery-image] Aug 25 07:49:31.728 INFO O| Aug 25 07:49:31.728 INFO STEP 33 (remove_files) COMPLETE |
| 5394 | 2026-08-25T07:49:32.864Z | [ recovery-image] Aug 25 07:49:31.728 INFO O| Aug 25 07:49:31.728 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5395 | 2026-08-25T07:49:32.876Z | [ recovery-image] Aug 25 07:49:31.748 INFO O| Aug 25 07:49:31.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap" |
| 5396 | 2026-08-25T07:49:32.876Z | [ recovery-image] Aug 25 07:49:31.748 INFO O| Aug 25 07:49:31.748 INFO STEP 34 (remove_files) COMPLETE |
| 5397 | 2026-08-25T07:49:32.877Z | [ recovery-image] Aug 25 07:49:31.748 INFO O| Aug 25 07:49:31.748 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5398 | 2026-08-25T07:49:32.885Z | [ recovery-image] Aug 25 07:49:31.758 INFO O| Aug 25 07:49:31.758 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt" |
| 5399 | 2026-08-25T07:49:32.885Z | [ recovery-image] Aug 25 07:49:31.758 INFO O| Aug 25 07:49:31.758 INFO STEP 35 (remove_files) COMPLETE |
| 5400 | 2026-08-25T07:49:32.885Z | [ recovery-image] Aug 25 07:49:31.758 INFO O| Aug 25 07:49:31.758 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5401 | 2026-08-25T07:49:32.901Z | [ recovery-image] Aug 25 07:49:31.768 INFO O| Aug 25 07:49:31.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear" |
| 5402 | 2026-08-25T07:49:32.901Z | [ recovery-image] Aug 25 07:49:31.768 INFO O| Aug 25 07:49:31.768 INFO STEP 36 (remove_files) COMPLETE |
| 5403 | 2026-08-25T07:49:32.901Z | [ recovery-image] Aug 25 07:49:31.768 INFO O| Aug 25 07:49:31.768 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5404 | 2026-08-25T07:49:32.922Z | [ recovery-image] Aug 25 07:49:31.777 INFO O| Aug 25 07:49:31.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp" |
| 5405 | 2026-08-25T07:49:32.922Z | [ recovery-image] Aug 25 07:49:31.777 INFO O| Aug 25 07:49:31.777 INFO STEP 37 (remove_files) COMPLETE |
| 5406 | 2026-08-25T07:49:32.922Z | [ recovery-image] Aug 25 07:49:31.777 INFO O| Aug 25 07:49:31.777 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5407 | 2026-08-25T07:49:32.922Z | [ recovery-image] Aug 25 07:49:31.786 INFO O| Aug 25 07:49:31.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs" |
| 5408 | 2026-08-25T07:49:32.950Z | [ recovery-image] Aug 25 07:49:31.795 INFO O| Aug 25 07:49:31.795 INFO STEP 38 (remove_files) COMPLETE |
| 5409 | 2026-08-25T07:49:32.950Z | [ recovery-image] Aug 25 07:49:31.795 INFO O| Aug 25 07:49:31.795 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5410 | 2026-08-25T07:49:32.964Z | [ recovery-image] Aug 25 07:49:31.812 INFO O| Aug 25 07:49:31.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic" |
| 5411 | 2026-08-25T07:49:32.964Z | [ recovery-image] Aug 25 07:49:31.812 INFO O| Aug 25 07:49:31.812 INFO STEP 39 (remove_files) COMPLETE |
| 5412 | 2026-08-25T07:49:32.964Z | [ recovery-image] Aug 25 07:49:31.812 INFO O| Aug 25 07:49:31.812 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5413 | 2026-08-25T07:49:32.964Z | [ recovery-image] Aug 25 07:49:31.826 INFO O| Aug 25 07:49:31.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe" |
| 5414 | 2026-08-25T07:49:32.964Z | [ recovery-image] Aug 25 07:49:31.826 INFO O| Aug 25 07:49:31.823 INFO STEP 40 (remove_files) COMPLETE |
| 5415 | 2026-08-25T07:49:32.964Z | [ recovery-image] Aug 25 07:49:31.826 INFO O| Aug 25 07:49:31.823 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5416 | 2026-08-25T07:49:32.964Z | [ recovery-image] Aug 25 07:49:31.834 INFO O| Aug 25 07:49:31.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput" |
| 5417 | 2026-08-25T07:49:32.981Z | [ recovery-image] Aug 25 07:49:31.845 INFO O| Aug 25 07:49:31.844 INFO STEP 41 (remove_files) COMPLETE |
| 5418 | 2026-08-25T07:49:32.981Z | [ recovery-image] Aug 25 07:49:31.845 INFO O| Aug 25 07:49:31.845 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5419 | 2026-08-25T07:49:33.010Z | [ recovery-image] Aug 25 07:49:31.855 INFO O| Aug 25 07:49:31.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset" |
| 5420 | 2026-08-25T07:49:33.010Z | [ recovery-image] Aug 25 07:49:31.856 INFO O| Aug 25 07:49:31.856 INFO STEP 42 (remove_files) COMPLETE |
| 5421 | 2026-08-25T07:49:33.010Z | [ recovery-image] Aug 25 07:49:31.856 INFO O| Aug 25 07:49:31.856 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5422 | 2026-08-25T07:49:33.038Z | [ recovery-image] Aug 25 07:49:31.873 INFO O| Aug 25 07:49:31.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn" |
| 5423 | 2026-08-25T07:49:33.038Z | [ recovery-image] Aug 25 07:49:31.873 INFO O| Aug 25 07:49:31.873 INFO STEP 43 (remove_files) COMPLETE |
| 5424 | 2026-08-25T07:49:33.038Z | [ recovery-image] Aug 25 07:49:31.873 INFO O| Aug 25 07:49:31.873 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5425 | 2026-08-25T07:49:33.038Z | [ recovery-image] Aug 25 07:49:31.895 INFO O| Aug 25 07:49:31.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93" |
| 5426 | 2026-08-25T07:49:33.038Z | [ recovery-image] Aug 25 07:49:31.895 INFO O| Aug 25 07:49:31.895 INFO STEP 44 (remove_files) COMPLETE |
| 5427 | 2026-08-25T07:49:33.038Z | [ recovery-image] Aug 25 07:49:31.895 INFO O| Aug 25 07:49:31.895 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5428 | 2026-08-25T07:49:33.068Z | [ recovery-image] Aug 25 07:49:31.906 INFO O| Aug 25 07:49:31.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls" |
| 5429 | 2026-08-25T07:49:33.068Z | [ recovery-image] Aug 25 07:49:31.906 INFO O| Aug 25 07:49:31.906 INFO STEP 45 (remove_files) COMPLETE |
| 5430 | 2026-08-25T07:49:33.068Z | [ recovery-image] Aug 25 07:49:31.906 INFO O| Aug 25 07:49:31.906 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5431 | 2026-08-25T07:49:33.104Z | [ recovery-image] Aug 25 07:49:31.936 INFO O| Aug 25 07:49:31.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac" |
| 5432 | 2026-08-25T07:49:33.104Z | [ recovery-image] Aug 25 07:49:31.936 INFO O| Aug 25 07:49:31.936 INFO STEP 46 (remove_files) COMPLETE |
| 5433 | 2026-08-25T07:49:33.104Z | [ recovery-image] Aug 25 07:49:31.936 INFO O| Aug 25 07:49:31.936 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5434 | 2026-08-25T07:49:33.125Z | [ recovery-image] Aug 25 07:49:31.959 INFO O| Aug 25 07:49:31.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe" |
| 5435 | 2026-08-25T07:49:33.125Z | [ recovery-image] Aug 25 07:49:31.959 INFO O| Aug 25 07:49:31.959 INFO STEP 47 (remove_files) COMPLETE |
| 5436 | 2026-08-25T07:49:33.125Z | [ recovery-image] Aug 25 07:49:31.959 INFO O| Aug 25 07:49:31.959 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5437 | 2026-08-25T07:49:33.125Z | [ recovery-image] Aug 25 07:49:31.979 INFO O| Aug 25 07:49:31.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config" |
| 5438 | 2026-08-25T07:49:33.125Z | [ recovery-image] Aug 25 07:49:31.979 INFO O| Aug 25 07:49:31.979 INFO STEP 48 (remove_files) COMPLETE |
| 5439 | 2026-08-25T07:49:33.125Z | [ recovery-image] Aug 25 07:49:31.979 INFO O| Aug 25 07:49:31.979 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5440 | 2026-08-25T07:49:33.125Z | [ recovery-image] Aug 25 07:49:31.994 INFO O| Aug 25 07:49:31.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask" |
| 5441 | 2026-08-25T07:49:33.125Z | [ recovery-image] Aug 25 07:49:31.997 INFO O| Aug 25 07:49:31.997 INFO STEP 49 (remove_files) COMPLETE |
| 5442 | 2026-08-25T07:49:33.125Z | [ recovery-image] Aug 25 07:49:31.997 INFO O| Aug 25 07:49:31.997 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5443 | 2026-08-25T07:49:33.134Z | [ recovery-image] Aug 25 07:49:32.013 INFO O| Aug 25 07:49:32.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup" |
| 5444 | 2026-08-25T07:49:33.143Z | [ recovery-image] Aug 25 07:49:32.016 INFO O| Aug 25 07:49:32.016 INFO STEP 50 (remove_files) COMPLETE |
| 5445 | 2026-08-25T07:49:33.144Z | [ recovery-image] Aug 25 07:49:32.016 INFO O| Aug 25 07:49:32.016 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5446 | 2026-08-25T07:49:33.173Z | [ recovery-image] Aug 25 07:49:32.031 INFO O| Aug 25 07:49:32.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs" |
| 5447 | 2026-08-25T07:49:33.173Z | [ recovery-image] Aug 25 07:49:32.036 INFO O| Aug 25 07:49:32.036 INFO STEP 51 (remove_files) COMPLETE |
| 5448 | 2026-08-25T07:49:33.173Z | [ recovery-image] Aug 25 07:49:32.036 INFO O| Aug 25 07:49:32.036 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5449 | 2026-08-25T07:49:33.189Z | [ recovery-image] Aug 25 07:49:32.052 INFO O| Aug 25 07:49:32.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv" |
| 5450 | 2026-08-25T07:49:33.189Z | [ recovery-image] Aug 25 07:49:32.053 INFO O| Aug 25 07:49:32.053 INFO STEP 52 (remove_files) COMPLETE |
| 5451 | 2026-08-25T07:49:33.189Z | [ recovery-image] Aug 25 07:49:32.053 INFO O| Aug 25 07:49:32.053 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5452 | 2026-08-25T07:49:33.203Z | [ recovery-image] Aug 25 07:49:32.064 INFO O| Aug 25 07:49:32.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config" |
| 5453 | 2026-08-25T07:49:33.203Z | [ recovery-image] Aug 25 07:49:32.064 INFO O| Aug 25 07:49:32.064 INFO STEP 53 (remove_files) COMPLETE |
| 5454 | 2026-08-25T07:49:33.203Z | [ recovery-image] Aug 25 07:49:32.064 INFO O| Aug 25 07:49:32.064 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5455 | 2026-08-25T07:49:33.203Z | [ recovery-image] Aug 25 07:49:32.073 INFO O| Aug 25 07:49:32.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config" |
| 5456 | 2026-08-25T07:49:33.227Z | [ recovery-image] Aug 25 07:49:32.073 INFO O| Aug 25 07:49:32.073 INFO STEP 54 (remove_files) COMPLETE |
| 5457 | 2026-08-25T07:49:33.227Z | [ recovery-image] Aug 25 07:49:32.073 INFO O| Aug 25 07:49:32.073 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5458 | 2026-08-25T07:49:33.236Z | [ recovery-image] Aug 25 07:49:32.083 INFO O| Aug 25 07:49:32.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config" |
| 5459 | 2026-08-25T07:49:33.236Z | [ recovery-image] Aug 25 07:49:32.083 INFO O| Aug 25 07:49:32.083 INFO STEP 55 (remove_files) COMPLETE |
| 5460 | 2026-08-25T07:49:33.236Z | [ recovery-image] Aug 25 07:49:32.083 INFO O| Aug 25 07:49:32.083 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5461 | 2026-08-25T07:49:33.236Z | [ recovery-image] Aug 25 07:49:32.093 INFO O| Aug 25 07:49:32.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred" |
| 5462 | 2026-08-25T07:49:33.236Z | [ recovery-image] Aug 25 07:49:32.093 INFO O| Aug 25 07:49:32.093 INFO STEP 56 (remove_files) COMPLETE |
| 5463 | 2026-08-25T07:49:33.236Z | [ recovery-image] Aug 25 07:49:32.093 INFO O| Aug 25 07:49:32.093 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5464 | 2026-08-25T07:49:33.236Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 5465 | 2026-08-25T07:49:33.236Z | [ recovery-image] Aug 25 07:49:32.105 INFO O| Aug 25 07:49:32.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep" |
| 5466 | 2026-08-25T07:49:33.236Z | [ recovery-image] Aug 25 07:49:32.105 INFO O| Aug 25 07:49:32.105 INFO STEP 57 (remove_files) COMPLETE |
| 5467 | 2026-08-25T07:49:33.236Z | [ recovery-image] Aug 25 07:49:32.105 INFO O| Aug 25 07:49:32.105 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5468 | 2026-08-25T07:49:33.242Z | [ recovery-image] Aug 25 07:49:32.116 INFO O| Aug 25 07:49:32.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest" |
| 5469 | 2026-08-25T07:49:33.242Z | [ recovery-image] Aug 25 07:49:32.116 INFO O| Aug 25 07:49:32.116 INFO STEP 58 (remove_files) COMPLETE |
| 5470 | 2026-08-25T07:49:33.242Z | [ recovery-image] Aug 25 07:49:32.116 INFO O| Aug 25 07:49:32.116 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5471 | 2026-08-25T07:49:33.247Z | [ recovery-image] Aug 25 07:49:32.126 INFO O| Aug 25 07:49:32.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv" |
| 5472 | 2026-08-25T07:49:33.249Z | [ recovery-image] Aug 25 07:49:32.126 INFO O| Aug 25 07:49:32.126 INFO STEP 59 (remove_files) COMPLETE |
| 5473 | 2026-08-25T07:49:33.252Z | [ recovery-image] Aug 25 07:49:32.126 INFO O| Aug 25 07:49:32.126 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5474 | 2026-08-25T07:49:33.261Z | [ recovery-image] Aug 25 07:49:32.136 INFO O| Aug 25 07:49:32.136 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles" |
| 5475 | 2026-08-25T07:49:33.261Z | [ recovery-image] Aug 25 07:49:32.136 INFO O| Aug 25 07:49:32.136 INFO STEP 60 (remove_files) COMPLETE |
| 5476 | 2026-08-25T07:49:33.264Z | [ recovery-image] Aug 25 07:49:32.136 INFO O| Aug 25 07:49:32.136 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5477 | 2026-08-25T07:49:33.267Z | [ recovery-image] Aug 25 07:49:32.145 INFO O| Aug 25 07:49:32.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags" |
| 5478 | 2026-08-25T07:49:33.267Z | [ recovery-image] Aug 25 07:49:32.145 INFO O| Aug 25 07:49:32.145 INFO STEP 61 (remove_files) COMPLETE |
| 5479 | 2026-08-25T07:49:33.267Z | [ recovery-image] Aug 25 07:49:32.145 INFO O| Aug 25 07:49:32.145 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5480 | 2026-08-25T07:49:33.281Z | [ recovery-image] Aug 25 07:49:32.156 INFO O| Aug 25 07:49:32.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd" |
| 5481 | 2026-08-25T07:49:33.281Z | [ recovery-image] Aug 25 07:49:32.156 INFO O| Aug 25 07:49:32.156 INFO STEP 62 (remove_files) COMPLETE |
| 5482 | 2026-08-25T07:49:33.281Z | [ recovery-image] Aug 25 07:49:32.156 INFO O| Aug 25 07:49:32.156 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5483 | 2026-08-25T07:49:33.292Z | [ recovery-image] Aug 25 07:49:32.166 INFO O| Aug 25 07:49:32.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp" |
| 5484 | 2026-08-25T07:49:33.292Z | [ recovery-image] Aug 25 07:49:32.167 INFO O| Aug 25 07:49:32.167 INFO STEP 63 (remove_files) COMPLETE |
| 5485 | 2026-08-25T07:49:33.292Z | [ recovery-image] Aug 25 07:49:32.167 INFO O| Aug 25 07:49:32.167 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5486 | 2026-08-25T07:49:33.360Z | [ recovery-image] Aug 25 07:49:32.177 INFO O| Aug 25 07:49:32.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit" |
| 5487 | 2026-08-25T07:49:33.360Z | [ recovery-image] Aug 25 07:49:32.177 INFO O| Aug 25 07:49:32.177 INFO STEP 64 (remove_files) COMPLETE |
| 5488 | 2026-08-25T07:49:33.360Z | [ recovery-image] Aug 25 07:49:32.177 INFO O| Aug 25 07:49:32.177 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5489 | 2026-08-25T07:49:33.418Z | [ recovery-image] Aug 25 07:49:32.189 INFO O| Aug 25 07:49:32.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise" |
| 5490 | 2026-08-25T07:49:33.418Z | [ recovery-image] Aug 25 07:49:32.189 INFO O| Aug 25 07:49:32.189 INFO STEP 65 (remove_files) COMPLETE |
| 5491 | 2026-08-25T07:49:33.418Z | [ recovery-image] Aug 25 07:49:32.189 INFO O| Aug 25 07:49:32.189 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5492 | 2026-08-25T07:49:33.418Z | [ recovery-image] Aug 25 07:49:32.199 INFO O| Aug 25 07:49:32.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap" |
| 5493 | 2026-08-25T07:49:33.418Z | [ recovery-image] Aug 25 07:49:32.199 INFO O| Aug 25 07:49:32.199 INFO STEP 66 (remove_files) COMPLETE |
| 5494 | 2026-08-25T07:49:33.418Z | [ recovery-image] Aug 25 07:49:32.199 INFO O| Aug 25 07:49:32.199 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5495 | 2026-08-25T07:49:33.418Z | [ recovery-image] Aug 25 07:49:32.209 INFO O| Aug 25 07:49:32.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz" |
| 5496 | 2026-08-25T07:49:33.418Z | [ recovery-image] Aug 25 07:49:32.210 INFO O| Aug 25 07:49:32.210 INFO STEP 67 (remove_files) COMPLETE |
| 5497 | 2026-08-25T07:49:33.418Z | [ recovery-image] Aug 25 07:49:32.210 INFO O| Aug 25 07:49:32.210 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5498 | 2026-08-25T07:49:33.418Z | [ recovery-image] Aug 25 07:49:32.221 INFO O| Aug 25 07:49:32.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv" |
| 5499 | 2026-08-25T07:49:33.419Z | [ recovery-image] Aug 25 07:49:32.221 INFO O| Aug 25 07:49:32.221 INFO STEP 68 (remove_files) COMPLETE |
| 5500 | 2026-08-25T07:49:33.419Z | [ recovery-image] Aug 25 07:49:32.221 INFO O| Aug 25 07:49:32.221 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5501 | 2026-08-25T07:49:33.419Z | [ recovery-image] Aug 25 07:49:32.232 INFO O| Aug 25 07:49:32.232 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl" |
| 5502 | 2026-08-25T07:49:33.419Z | [ recovery-image] Aug 25 07:49:32.232 INFO O| Aug 25 07:49:32.232 INFO STEP 69 (remove_files) COMPLETE |
| 5503 | 2026-08-25T07:49:33.419Z | [ recovery-image] Aug 25 07:49:32.232 INFO O| Aug 25 07:49:32.232 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5504 | 2026-08-25T07:49:33.419Z | [ recovery-image] Aug 25 07:49:32.242 INFO O| Aug 25 07:49:32.241 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap" |
| 5505 | 2026-08-25T07:49:33.419Z | [ recovery-image] Aug 25 07:49:32.242 INFO O| Aug 25 07:49:32.242 INFO STEP 70 (remove_files) COMPLETE |
| 5506 | 2026-08-25T07:49:33.419Z | [ recovery-image] Aug 25 07:49:32.242 INFO O| Aug 25 07:49:32.242 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5507 | 2026-08-25T07:49:33.470Z | [ recovery-image] Aug 25 07:49:32.251 INFO O| Aug 25 07:49:32.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat" |
| 5508 | 2026-08-25T07:49:33.470Z | [ recovery-image] Aug 25 07:49:32.251 INFO O| Aug 25 07:49:32.251 INFO STEP 71 (remove_files) COMPLETE |
| 5509 | 2026-08-25T07:49:33.471Z | [ recovery-image] Aug 25 07:49:32.251 INFO O| Aug 25 07:49:32.251 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5510 | 2026-08-25T07:49:33.471Z | [ recovery-image] Aug 25 07:49:32.261 INFO O| Aug 25 07:49:32.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun" |
| 5511 | 2026-08-25T07:49:33.471Z | [ recovery-image] Aug 25 07:49:32.261 INFO O| Aug 25 07:49:32.261 INFO STEP 72 (remove_files) COMPLETE |
| 5512 | 2026-08-25T07:49:33.471Z | [ recovery-image] Aug 25 07:49:32.261 INFO O| Aug 25 07:49:32.261 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5513 | 2026-08-25T07:49:33.471Z | [verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 5514 | 2026-08-25T07:49:33.471Z | [ recovery-image] Aug 25 07:49:32.272 INFO O| Aug 25 07:49:32.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags" |
| 5515 | 2026-08-25T07:49:33.471Z | [ recovery-image] Aug 25 07:49:32.272 INFO O| Aug 25 07:49:32.272 INFO STEP 73 (remove_files) COMPLETE |
| 5516 | 2026-08-25T07:49:33.471Z | [ recovery-image] Aug 25 07:49:32.272 INFO O| Aug 25 07:49:32.272 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5517 | 2026-08-25T07:49:33.472Z | [ recovery-image] Aug 25 07:49:32.283 INFO O| Aug 25 07:49:32.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig" |
| 5518 | 2026-08-25T07:49:33.472Z | [ recovery-image] Aug 25 07:49:32.283 INFO O| Aug 25 07:49:32.283 INFO STEP 74 (remove_files) COMPLETE |
| 5519 | 2026-08-25T07:49:33.472Z | [ recovery-image] Aug 25 07:49:32.283 INFO O| Aug 25 07:49:32.283 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5520 | 2026-08-25T07:49:33.472Z | [ recovery-image] Aug 25 07:49:32.292 INFO O| Aug 25 07:49:32.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack" |
| 5521 | 2026-08-25T07:49:33.472Z | [ recovery-image] Aug 25 07:49:32.292 INFO O| Aug 25 07:49:32.292 INFO STEP 75 (remove_files) COMPLETE |
| 5522 | 2026-08-25T07:49:33.472Z | [ recovery-image] Aug 25 07:49:32.292 INFO O| Aug 25 07:49:32.292 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5523 | 2026-08-25T07:49:33.473Z | [ recovery-image] Aug 25 07:49:32.303 INFO O| Aug 25 07:49:32.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop" |
| 5524 | 2026-08-25T07:49:33.473Z | [ recovery-image] Aug 25 07:49:32.303 INFO O| Aug 25 07:49:32.303 INFO STEP 76 (remove_files) COMPLETE |
| 5525 | 2026-08-25T07:49:33.473Z | [ recovery-image] Aug 25 07:49:32.303 INFO O| Aug 25 07:49:32.303 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5526 | 2026-08-25T07:49:33.481Z | [ recovery-image] Aug 25 07:49:32.313 INFO O| Aug 25 07:49:32.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime" |
| 5527 | 2026-08-25T07:49:33.481Z | [ recovery-image] Aug 25 07:49:32.313 INFO O| Aug 25 07:49:32.313 INFO STEP 77 (remove_files) COMPLETE |
| 5528 | 2026-08-25T07:49:33.481Z | [ recovery-image] Aug 25 07:49:32.313 INFO O| Aug 25 07:49:32.313 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5529 | 2026-08-25T07:49:33.481Z | [ recovery-image] Aug 25 07:49:32.325 INFO O| Aug 25 07:49:32.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree" |
| 5530 | 2026-08-25T07:49:33.481Z | [ recovery-image] Aug 25 07:49:32.325 INFO O| Aug 25 07:49:32.325 INFO STEP 78 (remove_files) COMPLETE |
| 5531 | 2026-08-25T07:49:33.481Z | [ recovery-image] Aug 25 07:49:32.325 INFO O| Aug 25 07:49:32.325 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5532 | 2026-08-25T07:49:33.481Z | [ recovery-image] Aug 25 07:49:32.336 INFO O| Aug 25 07:49:32.336 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait" |
| 5533 | 2026-08-25T07:49:33.481Z | [ recovery-image] Aug 25 07:49:32.336 INFO O| Aug 25 07:49:32.336 INFO STEP 79 (remove_files) COMPLETE |
| 5534 | 2026-08-25T07:49:33.481Z | [ recovery-image] Aug 25 07:49:32.336 INFO O| Aug 25 07:49:32.336 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5535 | 2026-08-25T07:49:33.481Z | [ recovery-image] Aug 25 07:49:32.347 INFO O| Aug 25 07:49:32.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx" |
| 5536 | 2026-08-25T07:49:33.481Z | [ recovery-image] Aug 25 07:49:32.347 INFO O| Aug 25 07:49:32.347 INFO STEP 80 (remove_files) COMPLETE |
| 5537 | 2026-08-25T07:49:33.481Z | [ recovery-image] Aug 25 07:49:32.347 INFO O| Aug 25 07:49:32.347 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5538 | 2026-08-25T07:49:33.486Z | [ recovery-image] Aug 25 07:49:32.359 INFO O| Aug 25 07:49:32.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh" |
| 5539 | 2026-08-25T07:49:33.486Z | [ recovery-image] Aug 25 07:49:32.359 INFO O| Aug 25 07:49:32.359 INFO STEP 81 (remove_files) COMPLETE |
| 5540 | 2026-08-25T07:49:33.486Z | [ recovery-image] Aug 25 07:49:32.359 INFO O| Aug 25 07:49:32.359 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5541 | 2026-08-25T07:49:33.493Z | [ recovery-image] Aug 25 07:49:32.369 INFO O| Aug 25 07:49:32.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93" |
| 5542 | 2026-08-25T07:49:33.494Z | [ recovery-image] Aug 25 07:49:32.369 INFO O| Aug 25 07:49:32.369 INFO STEP 82 (remove_files) COMPLETE |
| 5543 | 2026-08-25T07:49:33.494Z | [ recovery-image] Aug 25 07:49:32.369 INFO O| Aug 25 07:49:32.369 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5544 | 2026-08-25T07:49:33.502Z | [ recovery-image] Aug 25 07:49:32.379 INFO O| Aug 25 07:49:32.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings" |
| 5545 | 2026-08-25T07:49:33.502Z | [ recovery-image] Aug 25 07:49:32.379 INFO O| Aug 25 07:49:32.379 INFO STEP 83 (remove_files) COMPLETE |
| 5546 | 2026-08-25T07:49:33.506Z | [ recovery-image] Aug 25 07:49:32.379 INFO O| Aug 25 07:49:32.379 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5547 | 2026-08-25T07:49:33.510Z | [ recovery-image] Aug 25 07:49:32.389 INFO O| Aug 25 07:49:32.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config" |
| 5548 | 2026-08-25T07:49:33.515Z | [ recovery-image] Aug 25 07:49:32.390 INFO O| Aug 25 07:49:32.390 INFO STEP 84 (remove_files) COMPLETE |
| 5549 | 2026-08-25T07:49:33.515Z | [ recovery-image] Aug 25 07:49:32.390 INFO O| Aug 25 07:49:32.390 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5550 | 2026-08-25T07:49:33.521Z | [ recovery-image] Aug 25 07:49:32.399 INFO O| Aug 25 07:49:32.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog" |
| 5551 | 2026-08-25T07:49:33.521Z | [ recovery-image] Aug 25 07:49:32.399 INFO O| Aug 25 07:49:32.399 INFO STEP 85 (remove_files) COMPLETE |
| 5552 | 2026-08-25T07:49:33.521Z | [ recovery-image] Aug 25 07:49:32.399 INFO O| Aug 25 07:49:32.399 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5553 | 2026-08-25T07:49:33.539Z | [ recovery-image] Aug 25 07:49:32.408 INFO O| Aug 25 07:49:32.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint" |
| 5554 | 2026-08-25T07:49:33.539Z | [ recovery-image] Aug 25 07:49:32.408 INFO O| Aug 25 07:49:32.408 INFO STEP 86 (remove_files) COMPLETE |
| 5555 | 2026-08-25T07:49:33.539Z | [ recovery-image] Aug 25 07:49:32.408 INFO O| Aug 25 07:49:32.408 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5556 | 2026-08-25T07:49:33.570Z | [ recovery-image] Aug 25 07:49:32.418 INFO O| Aug 25 07:49:32.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt" |
| 5557 | 2026-08-25T07:49:33.570Z | [ recovery-image] Aug 25 07:49:32.418 INFO O| Aug 25 07:49:32.418 INFO STEP 87 (remove_files) COMPLETE |
| 5558 | 2026-08-25T07:49:33.570Z | [ recovery-image] Aug 25 07:49:32.418 INFO O| Aug 25 07:49:32.418 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5559 | 2026-08-25T07:49:33.596Z | [ recovery-image] Aug 25 07:49:32.427 INFO O| Aug 25 07:49:32.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch" |
| 5560 | 2026-08-25T07:49:33.596Z | [ recovery-image] Aug 25 07:49:32.427 INFO O| Aug 25 07:49:32.427 INFO STEP 88 (remove_files) COMPLETE |
| 5561 | 2026-08-25T07:49:33.596Z | [ recovery-image] Aug 25 07:49:32.427 INFO O| Aug 25 07:49:32.427 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5562 | 2026-08-25T07:49:33.596Z | [ recovery-image] Aug 25 07:49:32.435 INFO O| Aug 25 07:49:32.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa" |
| 5563 | 2026-08-25T07:49:33.596Z | [ recovery-image] Aug 25 07:49:32.435 INFO O| Aug 25 07:49:32.435 INFO STEP 89 (remove_files) COMPLETE |
| 5564 | 2026-08-25T07:49:33.596Z | [ recovery-image] Aug 25 07:49:32.435 INFO O| Aug 25 07:49:32.435 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5565 | 2026-08-25T07:49:33.596Z | [ recovery-image] Aug 25 07:49:32.443 INFO O| Aug 25 07:49:32.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at" |
| 5566 | 2026-08-25T07:49:33.596Z | [ recovery-image] Aug 25 07:49:32.443 INFO O| Aug 25 07:49:32.443 INFO STEP 90 (remove_files) COMPLETE |
| 5567 | 2026-08-25T07:49:33.596Z | [ recovery-image] Aug 25 07:49:32.443 INFO O| Aug 25 07:49:32.443 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5568 | 2026-08-25T07:49:33.596Z | [ recovery-image] Aug 25 07:49:32.452 INFO O| Aug 25 07:49:32.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq" |
| 5569 | 2026-08-25T07:49:33.597Z | [ recovery-image] Aug 25 07:49:32.452 INFO O| Aug 25 07:49:32.452 INFO STEP 91 (remove_files) COMPLETE |
| 5570 | 2026-08-25T07:49:33.597Z | [ recovery-image] Aug 25 07:49:32.452 INFO O| Aug 25 07:49:32.452 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5571 | 2026-08-25T07:49:33.597Z | [ recovery-image] Aug 25 07:49:32.462 INFO O| Aug 25 07:49:32.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm" |
| 5572 | 2026-08-25T07:49:33.597Z | [ recovery-image] Aug 25 07:49:32.462 INFO O| Aug 25 07:49:32.462 INFO STEP 92 (remove_files) COMPLETE |
| 5573 | 2026-08-25T07:49:33.597Z | [ recovery-image] Aug 25 07:49:32.462 INFO O| Aug 25 07:49:32.462 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5574 | 2026-08-25T07:49:33.605Z | [ recovery-image] Aug 25 07:49:32.472 INFO O| Aug 25 07:49:32.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths" |
| 5575 | 2026-08-25T07:49:33.606Z | [ recovery-image] Aug 25 07:49:32.472 INFO O| Aug 25 07:49:32.472 INFO STEP 93 (remove_files) COMPLETE |
| 5576 | 2026-08-25T07:49:33.606Z | [ recovery-image] Aug 25 07:49:32.472 INFO O| Aug 25 07:49:32.472 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5577 | 2026-08-25T07:49:33.606Z | [ recovery-image] Aug 25 07:49:32.482 INFO O| Aug 25 07:49:32.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner" |
| 5578 | 2026-08-25T07:49:33.606Z | [ recovery-image] Aug 25 07:49:32.482 INFO O| Aug 25 07:49:32.482 INFO STEP 94 (remove_files) COMPLETE |
| 5579 | 2026-08-25T07:49:33.606Z | [ recovery-image] Aug 25 07:49:32.482 INFO O| Aug 25 07:49:32.482 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5580 | 2026-08-25T07:49:33.615Z | [ recovery-image] Aug 25 07:49:32.492 INFO O| Aug 25 07:49:32.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug" |
| 5581 | 2026-08-25T07:49:33.615Z | [ recovery-image] Aug 25 07:49:32.492 INFO O| Aug 25 07:49:32.492 INFO STEP 95 (remove_files) COMPLETE |
| 5582 | 2026-08-25T07:49:33.615Z | [ recovery-image] Aug 25 07:49:32.492 INFO O| Aug 25 07:49:32.492 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5583 | 2026-08-25T07:49:33.631Z | [ recovery-image] Aug 25 07:49:32.502 INFO O| Aug 25 07:49:32.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch" |
| 5584 | 2026-08-25T07:49:33.631Z | [ recovery-image] Aug 25 07:49:32.502 INFO O| Aug 25 07:49:32.502 INFO STEP 96 (remove_files) COMPLETE |
| 5585 | 2026-08-25T07:49:33.631Z | [ recovery-image] Aug 25 07:49:32.502 INFO O| Aug 25 07:49:32.502 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5586 | 2026-08-25T07:49:33.641Z | [ recovery-image] Aug 25 07:49:32.511 INFO O| Aug 25 07:49:32.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc" |
| 5587 | 2026-08-25T07:49:33.642Z | [ recovery-image] Aug 25 07:49:32.513 INFO O| Aug 25 07:49:32.513 INFO STEP 97 (remove_files) COMPLETE |
| 5588 | 2026-08-25T07:49:33.642Z | [ recovery-image] Aug 25 07:49:32.513 INFO O| Aug 25 07:49:32.513 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5589 | 2026-08-25T07:49:33.662Z | [ recovery-image] Aug 25 07:49:32.522 INFO O| Aug 25 07:49:32.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff" |
| 5590 | 2026-08-25T07:49:33.662Z | [ recovery-image] Aug 25 07:49:32.522 INFO O| Aug 25 07:49:32.522 INFO STEP 98 (remove_files) COMPLETE |
| 5591 | 2026-08-25T07:49:33.662Z | [ recovery-image] Aug 25 07:49:32.522 INFO O| Aug 25 07:49:32.522 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5592 | 2026-08-25T07:49:33.671Z | [ recovery-image] Aug 25 07:49:32.531 INFO O| Aug 25 07:49:32.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg" |
| 5593 | 2026-08-25T07:49:33.671Z | [ recovery-image] Aug 25 07:49:32.531 INFO O| Aug 25 07:49:32.531 INFO STEP 99 (remove_files) COMPLETE |
| 5594 | 2026-08-25T07:49:33.671Z | [ recovery-image] Aug 25 07:49:32.531 INFO O| Aug 25 07:49:32.531 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5595 | 2026-08-25T07:49:33.671Z | [ recovery-image] Aug 25 07:49:32.540 INFO O| Aug 25 07:49:32.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli" |
| 5596 | 2026-08-25T07:49:33.672Z | [ recovery-image] Aug 25 07:49:32.540 INFO O| Aug 25 07:49:32.540 INFO STEP 100 (remove_files) COMPLETE |
| 5597 | 2026-08-25T07:49:33.672Z | [ recovery-image] Aug 25 07:49:32.540 INFO O| Aug 25 07:49:32.540 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5598 | 2026-08-25T07:49:33.682Z | [ recovery-image] Aug 25 07:49:32.552 INFO O| Aug 25 07:49:32.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2" |
| 5599 | 2026-08-25T07:49:33.682Z | [ recovery-image] Aug 25 07:49:32.552 INFO O| Aug 25 07:49:32.551 INFO STEP 101 (remove_files) COMPLETE |
| 5600 | 2026-08-25T07:49:33.682Z | [ recovery-image] Aug 25 07:49:32.552 INFO O| Aug 25 07:49:32.551 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5601 | 2026-08-25T07:49:33.692Z | [ recovery-image] Aug 25 07:49:32.563 INFO O| Aug 25 07:49:32.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat" |
| 5602 | 2026-08-25T07:49:33.692Z | [ recovery-image] Aug 25 07:49:32.563 INFO O| Aug 25 07:49:32.563 INFO STEP 102 (remove_files) COMPLETE |
| 5603 | 2026-08-25T07:49:33.692Z | [ recovery-image] Aug 25 07:49:32.563 INFO O| Aug 25 07:49:32.563 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5604 | 2026-08-25T07:49:33.706Z | [ recovery-image] Aug 25 07:49:32.573 INFO O| Aug 25 07:49:32.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat" |
| 5605 | 2026-08-25T07:49:33.706Z | [ recovery-image] Aug 25 07:49:32.573 INFO O| Aug 25 07:49:32.573 INFO STEP 103 (remove_files) COMPLETE |
| 5606 | 2026-08-25T07:49:33.706Z | [ recovery-image] Aug 25 07:49:32.573 INFO O| Aug 25 07:49:32.573 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5607 | 2026-08-25T07:49:33.721Z | [ recovery-image] Aug 25 07:49:32.583 INFO O| Aug 25 07:49:32.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff" |
| 5608 | 2026-08-25T07:49:33.721Z | [ recovery-image] Aug 25 07:49:32.584 INFO O| Aug 25 07:49:32.584 INFO STEP 104 (remove_files) COMPLETE |
| 5609 | 2026-08-25T07:49:33.721Z | [ recovery-image] Aug 25 07:49:32.584 INFO O| Aug 25 07:49:32.584 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5610 | 2026-08-25T07:49:33.721Z | [ recovery-image] Aug 25 07:49:32.594 INFO O| Aug 25 07:49:32.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep" |
| 5611 | 2026-08-25T07:49:33.721Z | [ recovery-image] Aug 25 07:49:32.594 INFO O| Aug 25 07:49:32.594 INFO STEP 105 (remove_files) COMPLETE |
| 5612 | 2026-08-25T07:49:33.721Z | [ recovery-image] Aug 25 07:49:32.594 INFO O| Aug 25 07:49:32.594 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5613 | 2026-08-25T07:49:33.738Z | [ recovery-image] Aug 25 07:49:32.604 INFO O| Aug 25 07:49:32.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2" |
| 5614 | 2026-08-25T07:49:33.738Z | [ recovery-image] Aug 25 07:49:32.605 INFO O| Aug 25 07:49:32.604 INFO STEP 106 (remove_files) COMPLETE |
| 5615 | 2026-08-25T07:49:33.738Z | [ recovery-image] Aug 25 07:49:32.605 INFO O| Aug 25 07:49:32.605 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5616 | 2026-08-25T07:49:33.744Z | [ recovery-image] Aug 25 07:49:32.615 INFO O| Aug 25 07:49:32.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover" |
| 5617 | 2026-08-25T07:49:33.745Z | [ recovery-image] Aug 25 07:49:32.615 INFO O| Aug 25 07:49:32.615 INFO STEP 107 (remove_files) COMPLETE |
| 5618 | 2026-08-25T07:49:33.745Z | [ recovery-image] Aug 25 07:49:32.615 INFO O| Aug 25 07:49:32.615 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5619 | 2026-08-25T07:49:33.770Z | [ recovery-image] Aug 25 07:49:32.625 INFO O| Aug 25 07:49:32.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore" |
| 5620 | 2026-08-25T07:49:33.770Z | [ recovery-image] Aug 25 07:49:32.625 INFO O| Aug 25 07:49:32.625 INFO STEP 108 (remove_files) COMPLETE |
| 5621 | 2026-08-25T07:49:33.770Z | [ recovery-image] Aug 25 07:49:32.625 INFO O| Aug 25 07:49:32.625 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5622 | 2026-08-25T07:49:33.770Z | [ recovery-image] Aug 25 07:49:32.634 INFO O| Aug 25 07:49:32.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal" |
| 5623 | 2026-08-25T07:49:33.770Z | [ recovery-image] Aug 25 07:49:32.634 INFO O| Aug 25 07:49:32.634 INFO STEP 109 (remove_files) COMPLETE |
| 5624 | 2026-08-25T07:49:33.770Z | [ recovery-image] Aug 25 07:49:32.634 INFO O| Aug 25 07:49:32.634 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5625 | 2026-08-25T07:49:33.776Z | [ recovery-image] Aug 25 07:49:32.644 INFO O| Aug 25 07:49:32.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo" |
| 5626 | 2026-08-25T07:49:33.776Z | [ recovery-image] Aug 25 07:49:32.644 INFO O| Aug 25 07:49:32.644 INFO STEP 110 (remove_files) COMPLETE |
| 5627 | 2026-08-25T07:49:33.776Z | [ recovery-image] Aug 25 07:49:32.644 INFO O| Aug 25 07:49:32.644 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5628 | 2026-08-25T07:49:33.776Z | [ recovery-image] Aug 25 07:49:32.654 INFO O| Aug 25 07:49:32.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd" |
| 5629 | 2026-08-25T07:49:33.776Z | [ recovery-image] Aug 25 07:49:32.654 INFO O| Aug 25 07:49:32.654 INFO STEP 111 (remove_files) COMPLETE |
| 5630 | 2026-08-25T07:49:33.776Z | [ recovery-image] Aug 25 07:49:32.654 INFO O| Aug 25 07:49:32.654 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5631 | 2026-08-25T07:49:33.787Z | [ recovery-image] Aug 25 07:49:32.665 INFO O| Aug 25 07:49:32.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil" |
| 5632 | 2026-08-25T07:49:33.788Z | [ recovery-image] Aug 25 07:49:32.666 INFO O| Aug 25 07:49:32.666 INFO STEP 112 (remove_files) COMPLETE |
| 5633 | 2026-08-25T07:49:33.788Z | [ recovery-image] Aug 25 07:49:32.666 INFO O| Aug 25 07:49:32.666 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5634 | 2026-08-25T07:49:33.801Z | [ recovery-image] Aug 25 07:49:32.677 INFO O| Aug 25 07:49:32.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth" |
| 5635 | 2026-08-25T07:49:33.801Z | [ recovery-image] Aug 25 07:49:32.677 INFO O| Aug 25 07:49:32.677 INFO STEP 113 (remove_files) COMPLETE |
| 5636 | 2026-08-25T07:49:33.801Z | [ recovery-image] Aug 25 07:49:32.677 INFO O| Aug 25 07:49:32.677 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5637 | 2026-08-25T07:49:33.815Z | [verify-libraries] Compiling nexus-switch-config v0.1.0 (/work/oxidecomputer/omicron/nexus/switch-config) |
| 5638 | 2026-08-25T07:49:33.815Z | [ recovery-image] Aug 25 07:49:32.687 INFO O| Aug 25 07:49:32.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp" |
| 5639 | 2026-08-25T07:49:33.815Z | [ recovery-image] Aug 25 07:49:32.687 INFO O| Aug 25 07:49:32.687 INFO STEP 114 (remove_files) COMPLETE |
| 5640 | 2026-08-25T07:49:33.815Z | [ recovery-image] Aug 25 07:49:32.687 INFO O| Aug 25 07:49:32.687 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5641 | 2026-08-25T07:49:33.836Z | [ recovery-image] Aug 25 07:49:32.698 INFO O| Aug 25 07:49:32.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc" |
| 5642 | 2026-08-25T07:49:33.836Z | [ recovery-image] Aug 25 07:49:32.698 INFO O| Aug 25 07:49:32.698 INFO STEP 115 (remove_files) COMPLETE |
| 5643 | 2026-08-25T07:49:33.836Z | [ recovery-image] Aug 25 07:49:32.698 INFO O| Aug 25 07:49:32.698 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5644 | 2026-08-25T07:49:33.849Z | [ recovery-image] Aug 25 07:49:32.707 INFO O| Aug 25 07:49:32.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate" |
| 5645 | 2026-08-25T07:49:33.849Z | [ recovery-image] Aug 25 07:49:32.707 INFO O| Aug 25 07:49:32.707 INFO STEP 116 (remove_files) COMPLETE |
| 5646 | 2026-08-25T07:49:33.850Z | [ recovery-image] Aug 25 07:49:32.707 INFO O| Aug 25 07:49:32.707 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5647 | 2026-08-25T07:49:33.850Z | [ recovery-image] Aug 25 07:49:32.715 INFO O| Aug 25 07:49:32.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid" |
| 5648 | 2026-08-25T07:49:33.850Z | [ recovery-image] Aug 25 07:49:32.715 INFO O| Aug 25 07:49:32.715 INFO STEP 117 (remove_files) COMPLETE |
| 5649 | 2026-08-25T07:49:33.850Z | [ recovery-image] Aug 25 07:49:32.715 INFO O| Aug 25 07:49:32.715 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5650 | 2026-08-25T07:49:33.871Z | [ recovery-image] Aug 25 07:49:32.725 INFO O| Aug 25 07:49:32.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint" |
| 5651 | 2026-08-25T07:49:33.871Z | [ recovery-image] Aug 25 07:49:32.726 INFO O| Aug 25 07:49:32.726 INFO STEP 118 (remove_files) COMPLETE |
| 5652 | 2026-08-25T07:49:33.871Z | [ recovery-image] Aug 25 07:49:32.726 INFO O| Aug 25 07:49:32.726 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5653 | 2026-08-25T07:49:33.871Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 5654 | 2026-08-25T07:49:33.871Z | [ recovery-image] Aug 25 07:49:32.738 INFO O| Aug 25 07:49:32.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem" |
| 5655 | 2026-08-25T07:49:33.872Z | [ recovery-image] Aug 25 07:49:32.738 INFO O| Aug 25 07:49:32.738 INFO STEP 119 (remove_files) COMPLETE |
| 5656 | 2026-08-25T07:49:33.872Z | [ recovery-image] Aug 25 07:49:32.738 INFO O| Aug 25 07:49:32.738 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5657 | 2026-08-25T07:49:33.890Z | [ recovery-image] Aug 25 07:49:32.760 INFO O| Aug 25 07:49:32.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd" |
| 5658 | 2026-08-25T07:49:33.890Z | [ recovery-image] Aug 25 07:49:32.760 INFO O| Aug 25 07:49:32.760 INFO STEP 120 (remove_files) COMPLETE |
| 5659 | 2026-08-25T07:49:33.902Z | [ recovery-image] Aug 25 07:49:32.760 INFO O| Aug 25 07:49:32.760 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5660 | 2026-08-25T07:49:33.902Z | [ recovery-image] Aug 25 07:49:32.770 INFO O| Aug 25 07:49:32.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath" |
| 5661 | 2026-08-25T07:49:33.902Z | [ recovery-image] Aug 25 07:49:32.770 INFO O| Aug 25 07:49:32.770 INFO STEP 121 (remove_files) COMPLETE |
| 5662 | 2026-08-25T07:49:33.902Z | [ recovery-image] Aug 25 07:49:32.770 INFO O| Aug 25 07:49:32.770 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5663 | 2026-08-25T07:49:33.902Z | [ recovery-image] Aug 25 07:49:32.776 INFO O| Aug 25 07:49:32.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange" |
| 5664 | 2026-08-25T07:49:33.902Z | [ recovery-image] Aug 25 07:49:32.776 INFO O| Aug 25 07:49:32.776 INFO STEP 122 (remove_files) COMPLETE |
| 5665 | 2026-08-25T07:49:33.902Z | [ recovery-image] Aug 25 07:49:32.776 INFO O| Aug 25 07:49:32.776 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5666 | 2026-08-25T07:49:33.916Z | [ recovery-image] Aug 25 07:49:32.783 INFO O| Aug 25 07:49:32.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr" |
| 5667 | 2026-08-25T07:49:33.917Z | [ recovery-image] Aug 25 07:49:32.783 INFO O| Aug 25 07:49:32.783 INFO STEP 123 (remove_files) COMPLETE |
| 5668 | 2026-08-25T07:49:33.917Z | [ recovery-image] Aug 25 07:49:32.783 INFO O| Aug 25 07:49:32.783 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5669 | 2026-08-25T07:49:33.917Z | [ recovery-image] Aug 25 07:49:32.790 INFO O| Aug 25 07:49:32.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum" |
| 5670 | 2026-08-25T07:49:33.917Z | [ recovery-image] Aug 25 07:49:32.790 INFO O| Aug 25 07:49:32.790 INFO STEP 124 (remove_files) COMPLETE |
| 5671 | 2026-08-25T07:49:33.917Z | [ recovery-image] Aug 25 07:49:32.790 INFO O| Aug 25 07:49:32.790 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5672 | 2026-08-25T07:49:33.929Z | [ recovery-image] Aug 25 07:49:32.799 INFO O| Aug 25 07:49:32.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime" |
| 5673 | 2026-08-25T07:49:33.930Z | [ recovery-image] Aug 25 07:49:32.799 INFO O| Aug 25 07:49:32.799 INFO STEP 125 (remove_files) COMPLETE |
| 5674 | 2026-08-25T07:49:33.930Z | [ recovery-image] Aug 25 07:49:32.799 INFO O| Aug 25 07:49:32.799 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5675 | 2026-08-25T07:49:33.942Z | [ recovery-image] Aug 25 07:49:32.809 INFO O| Aug 25 07:49:32.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid" |
| 5676 | 2026-08-25T07:49:33.942Z | [ recovery-image] Aug 25 07:49:32.809 INFO O| Aug 25 07:49:32.809 INFO STEP 126 (remove_files) COMPLETE |
| 5677 | 2026-08-25T07:49:33.942Z | [ recovery-image] Aug 25 07:49:32.809 INFO O| Aug 25 07:49:32.809 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5678 | 2026-08-25T07:49:33.942Z | [ recovery-image] Aug 25 07:49:32.818 INFO O| Aug 25 07:49:32.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn" |
| 5679 | 2026-08-25T07:49:33.942Z | [ recovery-image] Aug 25 07:49:32.818 INFO O| Aug 25 07:49:32.818 INFO STEP 127 (remove_files) COMPLETE |
| 5680 | 2026-08-25T07:49:33.943Z | [ recovery-image] Aug 25 07:49:32.818 INFO O| Aug 25 07:49:32.818 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5681 | 2026-08-25T07:49:33.959Z | [ recovery-image] Aug 25 07:49:32.827 INFO O| Aug 25 07:49:32.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear" |
| 5682 | 2026-08-25T07:49:33.959Z | [ recovery-image] Aug 25 07:49:32.827 INFO O| Aug 25 07:49:32.827 INFO STEP 128 (remove_files) COMPLETE |
| 5683 | 2026-08-25T07:49:33.959Z | [ recovery-image] Aug 25 07:49:32.827 INFO O| Aug 25 07:49:32.827 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5684 | 2026-08-25T07:49:33.976Z | [ recovery-image] Aug 25 07:49:32.836 INFO O| Aug 25 07:49:32.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp" |
| 5685 | 2026-08-25T07:49:33.976Z | [ recovery-image] Aug 25 07:49:32.836 INFO O| Aug 25 07:49:32.836 INFO STEP 129 (remove_files) COMPLETE |
| 5686 | 2026-08-25T07:49:33.976Z | [ recovery-image] Aug 25 07:49:32.836 INFO O| Aug 25 07:49:32.836 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5687 | 2026-08-25T07:49:33.976Z | [ recovery-image] Aug 25 07:49:32.845 INFO O| Aug 25 07:49:32.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col" |
| 5688 | 2026-08-25T07:49:33.976Z | [ recovery-image] Aug 25 07:49:32.845 INFO O| Aug 25 07:49:32.845 INFO STEP 130 (remove_files) COMPLETE |
| 5689 | 2026-08-25T07:49:33.976Z | [ recovery-image] Aug 25 07:49:32.845 INFO O| Aug 25 07:49:32.845 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5690 | 2026-08-25T07:49:33.991Z | [ recovery-image] Aug 25 07:49:32.854 INFO O| Aug 25 07:49:32.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm" |
| 5691 | 2026-08-25T07:49:33.991Z | [ recovery-image] Aug 25 07:49:32.854 INFO O| Aug 25 07:49:32.854 INFO STEP 131 (remove_files) COMPLETE |
| 5692 | 2026-08-25T07:49:33.991Z | [ recovery-image] Aug 25 07:49:32.854 INFO O| Aug 25 07:49:32.854 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5693 | 2026-08-25T07:49:33.991Z | [ recovery-image] Aug 25 07:49:32.863 INFO O| Aug 25 07:49:32.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command" |
| 5694 | 2026-08-25T07:49:33.991Z | [ recovery-image] Aug 25 07:49:32.863 INFO O| Aug 25 07:49:32.863 INFO STEP 132 (remove_files) COMPLETE |
| 5695 | 2026-08-25T07:49:33.991Z | [ recovery-image] Aug 25 07:49:32.863 INFO O| Aug 25 07:49:32.863 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5696 | 2026-08-25T07:49:34.025Z | [ recovery-image] Aug 25 07:49:32.872 INFO O| Aug 25 07:49:32.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress" |
| 5697 | 2026-08-25T07:49:34.025Z | [ recovery-image] Aug 25 07:49:32.872 INFO O| Aug 25 07:49:32.872 INFO STEP 133 (remove_files) COMPLETE |
| 5698 | 2026-08-25T07:49:34.025Z | [ recovery-image] Aug 25 07:49:32.872 INFO O| Aug 25 07:49:32.872 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5699 | 2026-08-25T07:49:34.049Z | [ recovery-image] Aug 25 07:49:32.882 INFO O| Aug 25 07:49:32.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat" |
| 5700 | 2026-08-25T07:49:34.049Z | [ recovery-image] Aug 25 07:49:32.882 INFO O| Aug 25 07:49:32.882 INFO STEP 134 (remove_files) COMPLETE |
| 5701 | 2026-08-25T07:49:34.049Z | [ recovery-image] Aug 25 07:49:32.882 INFO O| Aug 25 07:49:32.882 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5702 | 2026-08-25T07:49:34.049Z | [ recovery-image] Aug 25 07:49:32.890 INFO O| Aug 25 07:49:32.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio" |
| 5703 | 2026-08-25T07:49:34.049Z | [ recovery-image] Aug 25 07:49:32.890 INFO O| Aug 25 07:49:32.890 INFO STEP 135 (remove_files) COMPLETE |
| 5704 | 2026-08-25T07:49:34.049Z | [ recovery-image] Aug 25 07:49:32.890 INFO O| Aug 25 07:49:32.890 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5705 | 2026-08-25T07:49:34.049Z | [ recovery-image] Aug 25 07:49:32.898 INFO O| Aug 25 07:49:32.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle" |
| 5706 | 2026-08-25T07:49:34.049Z | [ recovery-image] Aug 25 07:49:32.898 INFO O| Aug 25 07:49:32.898 INFO STEP 136 (remove_files) COMPLETE |
| 5707 | 2026-08-25T07:49:34.049Z | [ recovery-image] Aug 25 07:49:32.898 INFO O| Aug 25 07:49:32.898 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5708 | 2026-08-25T07:49:34.049Z | [ recovery-image] Aug 25 07:49:32.907 INFO O| Aug 25 07:49:32.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab" |
| 5709 | 2026-08-25T07:49:34.049Z | [ recovery-image] Aug 25 07:49:32.907 INFO O| Aug 25 07:49:32.907 INFO STEP 137 (remove_files) COMPLETE |
| 5710 | 2026-08-25T07:49:34.050Z | [ recovery-image] Aug 25 07:49:32.907 INFO O| Aug 25 07:49:32.907 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5711 | 2026-08-25T07:49:34.071Z | [ recovery-image] Aug 25 07:49:32.918 INFO O| Aug 25 07:49:32.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt" |
| 5712 | 2026-08-25T07:49:34.072Z | [ recovery-image] Aug 25 07:49:32.918 INFO O| Aug 25 07:49:32.918 INFO STEP 138 (remove_files) COMPLETE |
| 5713 | 2026-08-25T07:49:34.072Z | [ recovery-image] Aug 25 07:49:32.918 INFO O| Aug 25 07:49:32.918 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5714 | 2026-08-25T07:49:34.072Z | [ recovery-image] Aug 25 07:49:32.929 INFO O| Aug 25 07:49:32.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh" |
| 5715 | 2026-08-25T07:49:34.072Z | [ recovery-image] Aug 25 07:49:32.929 INFO O| Aug 25 07:49:32.929 INFO STEP 139 (remove_files) COMPLETE |
| 5716 | 2026-08-25T07:49:34.072Z | [ recovery-image] Aug 25 07:49:32.929 INFO O| Aug 25 07:49:32.929 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5717 | 2026-08-25T07:49:34.080Z | [ recovery-image] Aug 25 07:49:32.939 INFO O| Aug 25 07:49:32.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit" |
| 5718 | 2026-08-25T07:49:34.080Z | [ recovery-image] Aug 25 07:49:32.939 INFO O| Aug 25 07:49:32.939 INFO STEP 140 (remove_files) COMPLETE |
| 5719 | 2026-08-25T07:49:34.080Z | [ recovery-image] Aug 25 07:49:32.939 INFO O| Aug 25 07:49:32.939 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5720 | 2026-08-25T07:49:34.080Z | [ recovery-image] Aug 25 07:49:32.949 INFO O| Aug 25 07:49:32.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl" |
| 5721 | 2026-08-25T07:49:34.080Z | [ recovery-image] Aug 25 07:49:32.949 INFO O| Aug 25 07:49:32.949 INFO STEP 141 (remove_files) COMPLETE |
| 5722 | 2026-08-25T07:49:34.080Z | [ recovery-image] Aug 25 07:49:32.949 INFO O| Aug 25 07:49:32.949 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5723 | 2026-08-25T07:49:34.097Z | [ recovery-image] Aug 25 07:49:32.960 INFO O| Aug 25 07:49:32.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config" |
| 5724 | 2026-08-25T07:49:34.098Z | [ recovery-image] Aug 25 07:49:32.960 INFO O| Aug 25 07:49:32.960 INFO STEP 142 (remove_files) COMPLETE |
| 5725 | 2026-08-25T07:49:34.098Z | [ recovery-image] Aug 25 07:49:32.960 INFO O| Aug 25 07:49:32.960 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5726 | 2026-08-25T07:49:34.098Z | [ recovery-image] Aug 25 07:49:32.970 INFO O| Aug 25 07:49:32.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc" |
| 5727 | 2026-08-25T07:49:34.098Z | [ recovery-image] Aug 25 07:49:32.970 INFO O| Aug 25 07:49:32.970 INFO STEP 143 (remove_files) COMPLETE |
| 5728 | 2026-08-25T07:49:34.098Z | [ recovery-image] Aug 25 07:49:32.970 INFO O| Aug 25 07:49:32.970 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5729 | 2026-08-25T07:49:34.106Z | [ recovery-image] Aug 25 07:49:32.980 INFO O| Aug 25 07:49:32.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt" |
| 5730 | 2026-08-25T07:49:34.107Z | [ recovery-image] Aug 25 07:49:32.980 INFO O| Aug 25 07:49:32.980 INFO STEP 144 (remove_files) COMPLETE |
| 5731 | 2026-08-25T07:49:34.107Z | [ recovery-image] Aug 25 07:49:32.980 INFO O| Aug 25 07:49:32.980 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5732 | 2026-08-25T07:49:34.127Z | [ recovery-image] Aug 25 07:49:32.989 INFO O| Aug 25 07:49:32.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr" |
| 5733 | 2026-08-25T07:49:34.127Z | [ recovery-image] Aug 25 07:49:32.989 INFO O| Aug 25 07:49:32.989 INFO STEP 145 (remove_files) COMPLETE |
| 5734 | 2026-08-25T07:49:34.127Z | [ recovery-image] Aug 25 07:49:32.989 INFO O| Aug 25 07:49:32.989 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5735 | 2026-08-25T07:49:34.139Z | [ recovery-image] Aug 25 07:49:32.999 INFO O| Aug 25 07:49:32.999 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree" |
| 5736 | 2026-08-25T07:49:34.139Z | [ recovery-image] Aug 25 07:49:32.999 INFO O| Aug 25 07:49:32.999 INFO STEP 146 (remove_files) COMPLETE |
| 5737 | 2026-08-25T07:49:34.140Z | [ recovery-image] Aug 25 07:49:32.999 INFO O| Aug 25 07:49:32.999 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5738 | 2026-08-25T07:49:34.140Z | [ recovery-image] Aug 25 07:49:33.008 INFO O| Aug 25 07:49:33.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv" |
| 5739 | 2026-08-25T07:49:34.140Z | [ recovery-image] Aug 25 07:49:33.008 INFO O| Aug 25 07:49:33.008 INFO STEP 147 (remove_files) COMPLETE |
| 5740 | 2026-08-25T07:49:34.140Z | [ recovery-image] Aug 25 07:49:33.008 INFO O| Aug 25 07:49:33.008 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5741 | 2026-08-25T07:49:34.148Z | [ recovery-image] Aug 25 07:49:33.019 INFO O| Aug 25 07:49:33.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3" |
| 5742 | 2026-08-25T07:49:34.148Z | [ recovery-image] Aug 25 07:49:33.019 INFO O| Aug 25 07:49:33.019 INFO STEP 148 (remove_files) COMPLETE |
| 5743 | 2026-08-25T07:49:34.148Z | [ recovery-image] Aug 25 07:49:33.019 INFO O| Aug 25 07:49:33.019 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5744 | 2026-08-25T07:49:34.157Z | [ recovery-image] Aug 25 07:49:33.029 INFO O| Aug 25 07:49:33.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest" |
| 5745 | 2026-08-25T07:49:34.157Z | [ recovery-image] Aug 25 07:49:33.029 INFO O| Aug 25 07:49:33.029 INFO STEP 149 (remove_files) COMPLETE |
| 5746 | 2026-08-25T07:49:34.157Z | [ recovery-image] Aug 25 07:49:33.029 INFO O| Aug 25 07:49:33.029 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5747 | 2026-08-25T07:49:34.165Z | [ recovery-image] Aug 25 07:49:33.038 INFO O| Aug 25 07:49:33.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp" |
| 5748 | 2026-08-25T07:49:34.165Z | [ recovery-image] Aug 25 07:49:33.039 INFO O| Aug 25 07:49:33.039 INFO STEP 150 (remove_files) COMPLETE |
| 5749 | 2026-08-25T07:49:34.165Z | [ recovery-image] Aug 25 07:49:33.039 INFO O| Aug 25 07:49:33.039 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5750 | 2026-08-25T07:49:34.182Z | [ recovery-image] Aug 25 07:49:33.048 INFO O| Aug 25 07:49:33.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname" |
| 5751 | 2026-08-25T07:49:34.182Z | [ recovery-image] Aug 25 07:49:33.048 INFO O| Aug 25 07:49:33.048 INFO STEP 151 (remove_files) COMPLETE |
| 5752 | 2026-08-25T07:49:34.182Z | [ recovery-image] Aug 25 07:49:33.048 INFO O| Aug 25 07:49:33.048 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5753 | 2026-08-25T07:49:34.189Z | [ recovery-image] Aug 25 07:49:33.059 INFO O| Aug 25 07:49:33.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan" |
| 5754 | 2026-08-25T07:49:34.189Z | [ recovery-image] Aug 25 07:49:33.059 INFO O| Aug 25 07:49:33.059 INFO STEP 152 (remove_files) COMPLETE |
| 5755 | 2026-08-25T07:49:34.189Z | [ recovery-image] Aug 25 07:49:33.059 INFO O| Aug 25 07:49:33.059 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5756 | 2026-08-25T07:49:34.201Z | [ recovery-image] Aug 25 07:49:33.069 INFO O| Aug 25 07:49:33.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid" |
| 5757 | 2026-08-25T07:49:34.201Z | [ recovery-image] Aug 25 07:49:33.069 INFO O| Aug 25 07:49:33.069 INFO STEP 153 (remove_files) COMPLETE |
| 5758 | 2026-08-25T07:49:34.201Z | [ recovery-image] Aug 25 07:49:33.069 INFO O| Aug 25 07:49:33.069 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5759 | 2026-08-25T07:49:34.201Z | [ recovery-image] Aug 25 07:49:33.078 INFO O| Aug 25 07:49:33.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid" |
| 5760 | 2026-08-25T07:49:34.201Z | [ recovery-image] Aug 25 07:49:33.078 INFO O| Aug 25 07:49:33.078 INFO STEP 154 (remove_files) COMPLETE |
| 5761 | 2026-08-25T07:49:34.201Z | [ recovery-image] Aug 25 07:49:33.078 INFO O| Aug 25 07:49:33.078 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5762 | 2026-08-25T07:49:34.214Z | [ recovery-image] Aug 25 07:49:33.089 INFO O| Aug 25 07:49:33.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix" |
| 5763 | 2026-08-25T07:49:34.233Z | [ recovery-image] Aug 25 07:49:33.090 INFO O| Aug 25 07:49:33.090 INFO STEP 155 (remove_files) COMPLETE |
| 5764 | 2026-08-25T07:49:34.233Z | [ recovery-image] Aug 25 07:49:33.090 INFO O| Aug 25 07:49:33.090 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5765 | 2026-08-25T07:49:34.233Z | [ recovery-image] Aug 25 07:49:33.101 INFO O| Aug 25 07:49:33.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du" |
| 5766 | 2026-08-25T07:49:34.233Z | [ recovery-image] Aug 25 07:49:33.101 INFO O| Aug 25 07:49:33.101 INFO STEP 156 (remove_files) COMPLETE |
| 5767 | 2026-08-25T07:49:34.233Z | [ recovery-image] Aug 25 07:49:33.101 INFO O| Aug 25 07:49:33.101 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5768 | 2026-08-25T07:49:34.246Z | [ recovery-image] Aug 25 07:49:33.111 INFO O| Aug 25 07:49:33.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs" |
| 5769 | 2026-08-25T07:49:34.247Z | [ recovery-image] Aug 25 07:49:33.111 INFO O| Aug 25 07:49:33.111 INFO STEP 157 (remove_files) COMPLETE |
| 5770 | 2026-08-25T07:49:34.247Z | [ recovery-image] Aug 25 07:49:33.111 INFO O| Aug 25 07:49:33.111 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5771 | 2026-08-25T07:49:34.247Z | [ recovery-image] Aug 25 07:49:33.119 INFO O| Aug 25 07:49:33.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys" |
| 5772 | 2026-08-25T07:49:34.247Z | [ recovery-image] Aug 25 07:49:33.119 INFO O| Aug 25 07:49:33.119 INFO STEP 158 (remove_files) COMPLETE |
| 5773 | 2026-08-25T07:49:34.247Z | [ recovery-image] Aug 25 07:49:33.119 INFO O| Aug 25 07:49:33.119 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5774 | 2026-08-25T07:49:34.257Z | [ recovery-image] Aug 25 07:49:33.129 INFO O| Aug 25 07:49:33.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit" |
| 5775 | 2026-08-25T07:49:34.257Z | [ recovery-image] Aug 25 07:49:33.130 INFO O| Aug 25 07:49:33.130 INFO STEP 159 (remove_files) COMPLETE |
| 5776 | 2026-08-25T07:49:34.257Z | [ recovery-image] Aug 25 07:49:33.130 INFO O| Aug 25 07:49:33.130 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5777 | 2026-08-25T07:49:34.257Z | [verify-libraries] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp?rev=54b266174d4de9628bca9c97b0db176e16f12154#54b26617) |
| 5778 | 2026-08-25T07:49:34.269Z | [ recovery-image] Aug 25 07:49:33.141 INFO O| Aug 25 07:49:33.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject" |
| 5779 | 2026-08-25T07:49:34.269Z | [ recovery-image] Aug 25 07:49:33.141 INFO O| Aug 25 07:49:33.141 INFO STEP 160 (remove_files) COMPLETE |
| 5780 | 2026-08-25T07:49:34.269Z | [ recovery-image] Aug 25 07:49:33.141 INFO O| Aug 25 07:49:33.141 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5781 | 2026-08-25T07:49:34.293Z | [ recovery-image] Aug 25 07:49:33.150 INFO O| Aug 25 07:49:33.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign" |
| 5782 | 2026-08-25T07:49:34.293Z | [ recovery-image] Aug 25 07:49:33.151 INFO O| Aug 25 07:49:33.151 INFO STEP 161 (remove_files) COMPLETE |
| 5783 | 2026-08-25T07:49:34.293Z | [ recovery-image] Aug 25 07:49:33.151 INFO O| Aug 25 07:49:33.151 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5784 | 2026-08-25T07:49:34.302Z | [ recovery-image] Aug 25 07:49:33.162 INFO O| Aug 25 07:49:33.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap" |
| 5785 | 2026-08-25T07:49:34.302Z | [ recovery-image] Aug 25 07:49:33.162 INFO O| Aug 25 07:49:33.162 INFO STEP 162 (remove_files) COMPLETE |
| 5786 | 2026-08-25T07:49:34.302Z | [ recovery-image] Aug 25 07:49:33.162 INFO O| Aug 25 07:49:33.162 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5787 | 2026-08-25T07:49:34.302Z | [ recovery-image] Aug 25 07:49:33.172 INFO O| Aug 25 07:49:33.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange" |
| 5788 | 2026-08-25T07:49:34.302Z | [ recovery-image] Aug 25 07:49:33.173 INFO O| Aug 25 07:49:33.172 INFO STEP 163 (remove_files) COMPLETE |
| 5789 | 2026-08-25T07:49:34.302Z | [ recovery-image] Aug 25 07:49:33.173 INFO O| Aug 25 07:49:33.173 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5790 | 2026-08-25T07:49:34.317Z | [ recovery-image] Aug 25 07:49:33.182 INFO O| Aug 25 07:49:33.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt" |
| 5791 | 2026-08-25T07:49:34.317Z | [ recovery-image] Aug 25 07:49:33.182 INFO O| Aug 25 07:49:33.182 INFO STEP 164 (remove_files) COMPLETE |
| 5792 | 2026-08-25T07:49:34.317Z | [ recovery-image] Aug 25 07:49:33.182 INFO O| Aug 25 07:49:33.182 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5793 | 2026-08-25T07:49:34.317Z | [ recovery-image] Aug 25 07:49:33.191 INFO O| Aug 25 07:49:33.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance" |
| 5794 | 2026-08-25T07:49:34.329Z | [ recovery-image] Aug 25 07:49:33.191 INFO O| Aug 25 07:49:33.191 INFO STEP 165 (remove_files) COMPLETE |
| 5795 | 2026-08-25T07:49:34.329Z | [ recovery-image] Aug 25 07:49:33.191 INFO O| Aug 25 07:49:33.191 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5796 | 2026-08-25T07:49:34.329Z | [ recovery-image] Aug 25 07:49:33.201 INFO O| Aug 25 07:49:33.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env" |
| 5797 | 2026-08-25T07:49:34.329Z | [ recovery-image] Aug 25 07:49:33.202 INFO O| Aug 25 07:49:33.201 INFO STEP 166 (remove_files) COMPLETE |
| 5798 | 2026-08-25T07:49:34.330Z | [ recovery-image] Aug 25 07:49:33.202 INFO O| Aug 25 07:49:33.201 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5799 | 2026-08-25T07:49:34.338Z | [ recovery-image] Aug 25 07:49:33.210 INFO O| Aug 25 07:49:33.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump" |
| 5800 | 2026-08-25T07:49:34.338Z | [ recovery-image] Aug 25 07:49:33.210 INFO O| Aug 25 07:49:33.210 INFO STEP 167 (remove_files) COMPLETE |
| 5801 | 2026-08-25T07:49:34.338Z | [ recovery-image] Aug 25 07:49:33.210 INFO O| Aug 25 07:49:33.210 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5802 | 2026-08-25T07:49:34.359Z | [ recovery-image] Aug 25 07:49:33.219 INFO O| Aug 25 07:49:33.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand" |
| 5803 | 2026-08-25T07:49:34.359Z | [ recovery-image] Aug 25 07:49:33.220 INFO O| Aug 25 07:49:33.220 INFO STEP 168 (remove_files) COMPLETE |
| 5804 | 2026-08-25T07:49:34.359Z | [ recovery-image] Aug 25 07:49:33.220 INFO O| Aug 25 07:49:33.220 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5805 | 2026-08-25T07:49:34.373Z | [ recovery-image] Aug 25 07:49:33.230 INFO O| Aug 25 07:49:33.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr" |
| 5806 | 2026-08-25T07:49:34.373Z | [ recovery-image] Aug 25 07:49:33.230 INFO O| Aug 25 07:49:33.230 INFO STEP 169 (remove_files) COMPLETE |
| 5807 | 2026-08-25T07:49:34.374Z | [ recovery-image] Aug 25 07:49:33.230 INFO O| Aug 25 07:49:33.230 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5808 | 2026-08-25T07:49:34.374Z | [ recovery-image] Aug 25 07:49:33.238 INFO O| Aug 25 07:49:33.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor" |
| 5809 | 2026-08-25T07:49:34.374Z | [ recovery-image] Aug 25 07:49:33.238 INFO O| Aug 25 07:49:33.238 INFO STEP 170 (remove_files) COMPLETE |
| 5810 | 2026-08-25T07:49:34.374Z | [ recovery-image] Aug 25 07:49:33.238 INFO O| Aug 25 07:49:33.238 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5811 | 2026-08-25T07:49:34.374Z | [ recovery-image] Aug 25 07:49:33.247 INFO O| Aug 25 07:49:33.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false" |
| 5812 | 2026-08-25T07:49:34.374Z | [ recovery-image] Aug 25 07:49:33.247 INFO O| Aug 25 07:49:33.247 INFO STEP 171 (remove_files) COMPLETE |
| 5813 | 2026-08-25T07:49:34.374Z | [ recovery-image] Aug 25 07:49:33.247 INFO O| Aug 25 07:49:33.247 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5814 | 2026-08-25T07:49:34.383Z | [ recovery-image] Aug 25 07:49:33.255 INFO O| Aug 25 07:49:33.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc" |
| 5815 | 2026-08-25T07:49:34.383Z | [ recovery-image] Aug 25 07:49:33.255 INFO O| Aug 25 07:49:33.255 INFO STEP 172 (remove_files) COMPLETE |
| 5816 | 2026-08-25T07:49:34.383Z | [ recovery-image] Aug 25 07:49:33.255 INFO O| Aug 25 07:49:33.255 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5817 | 2026-08-25T07:49:34.403Z | [ recovery-image] Aug 25 07:49:33.264 INFO O| Aug 25 07:49:33.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach" |
| 5818 | 2026-08-25T07:49:34.403Z | [ recovery-image] Aug 25 07:49:33.264 INFO O| Aug 25 07:49:33.264 INFO STEP 173 (remove_files) COMPLETE |
| 5819 | 2026-08-25T07:49:34.403Z | [ recovery-image] Aug 25 07:49:33.264 INFO O| Aug 25 07:49:33.264 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5820 | 2026-08-25T07:49:34.403Z | [ recovery-image] Aug 25 07:49:33.272 INFO O| Aug 25 07:49:33.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat" |
| 5821 | 2026-08-25T07:49:34.403Z | [ recovery-image] Aug 25 07:49:33.272 INFO O| Aug 25 07:49:33.272 INFO STEP 174 (remove_files) COMPLETE |
| 5822 | 2026-08-25T07:49:34.403Z | [ recovery-image] Aug 25 07:49:33.272 INFO O| Aug 25 07:49:33.272 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5823 | 2026-08-25T07:49:34.414Z | [ recovery-image] Aug 25 07:49:33.281 INFO O| Aug 25 07:49:33.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg" |
| 5824 | 2026-08-25T07:49:34.415Z | [ recovery-image] Aug 25 07:49:33.281 INFO O| Aug 25 07:49:33.281 INFO STEP 175 (remove_files) COMPLETE |
| 5825 | 2026-08-25T07:49:34.415Z | [ recovery-image] Aug 25 07:49:33.281 INFO O| Aug 25 07:49:33.281 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5826 | 2026-08-25T07:49:34.423Z | [ recovery-image] Aug 25 07:49:33.290 INFO O| Aug 25 07:49:33.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep" |
| 5827 | 2026-08-25T07:49:34.423Z | [ recovery-image] Aug 25 07:49:33.291 INFO O| Aug 25 07:49:33.291 INFO STEP 176 (remove_files) COMPLETE |
| 5828 | 2026-08-25T07:49:34.423Z | [ recovery-image] Aug 25 07:49:33.291 INFO O| Aug 25 07:49:33.291 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5829 | 2026-08-25T07:49:34.423Z | [ recovery-image] Aug 25 07:49:33.301 INFO O| Aug 25 07:49:33.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file" |
| 5830 | 2026-08-25T07:49:34.423Z | [ recovery-image] Aug 25 07:49:33.301 INFO O| Aug 25 07:49:33.301 INFO STEP 177 (remove_files) COMPLETE |
| 5831 | 2026-08-25T07:49:34.423Z | [ recovery-image] Aug 25 07:49:33.301 INFO O| Aug 25 07:49:33.301 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5832 | 2026-08-25T07:49:34.433Z | [ recovery-image] Aug 25 07:49:33.312 INFO O| Aug 25 07:49:33.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc" |
| 5833 | 2026-08-25T07:49:34.433Z | [ recovery-image] Aug 25 07:49:33.312 INFO O| Aug 25 07:49:33.312 INFO STEP 178 (remove_files) COMPLETE |
| 5834 | 2026-08-25T07:49:34.433Z | [ recovery-image] Aug 25 07:49:33.312 INFO O| Aug 25 07:49:33.312 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5835 | 2026-08-25T07:49:34.446Z | [ recovery-image] Aug 25 07:49:33.322 INFO O| Aug 25 07:49:33.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt" |
| 5836 | 2026-08-25T07:49:34.446Z | [ recovery-image] Aug 25 07:49:33.322 INFO O| Aug 25 07:49:33.322 INFO STEP 179 (remove_files) COMPLETE |
| 5837 | 2026-08-25T07:49:34.447Z | [ recovery-image] Aug 25 07:49:33.322 INFO O| Aug 25 07:49:33.322 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5838 | 2026-08-25T07:49:34.455Z | [ recovery-image] Aug 25 07:49:33.330 INFO O| Aug 25 07:49:33.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg" |
| 5839 | 2026-08-25T07:49:34.455Z | [ recovery-image] Aug 25 07:49:33.330 INFO O| Aug 25 07:49:33.330 INFO STEP 180 (remove_files) COMPLETE |
| 5840 | 2026-08-25T07:49:34.455Z | [ recovery-image] Aug 25 07:49:33.330 INFO O| Aug 25 07:49:33.330 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5841 | 2026-08-25T07:49:34.468Z | [ recovery-image] Aug 25 07:49:33.339 INFO O| Aug 25 07:49:33.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold" |
| 5842 | 2026-08-25T07:49:34.469Z | [ recovery-image] Aug 25 07:49:33.339 INFO O| Aug 25 07:49:33.339 INFO STEP 181 (remove_files) COMPLETE |
| 5843 | 2026-08-25T07:49:34.469Z | [ recovery-image] Aug 25 07:49:33.339 INFO O| Aug 25 07:49:33.339 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5844 | 2026-08-25T07:49:34.478Z | [ recovery-image] Aug 25 07:49:33.347 INFO O| Aug 25 07:49:33.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat" |
| 5845 | 2026-08-25T07:49:34.478Z | [ recovery-image] Aug 25 07:49:33.347 INFO O| Aug 25 07:49:33.347 INFO STEP 182 (remove_files) COMPLETE |
| 5846 | 2026-08-25T07:49:34.478Z | [ recovery-image] Aug 25 07:49:33.347 INFO O| Aug 25 07:49:33.347 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5847 | 2026-08-25T07:49:34.491Z | [ recovery-image] Aug 25 07:49:33.358 INFO O| Aug 25 07:49:33.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear" |
| 5848 | 2026-08-25T07:49:34.491Z | [ recovery-image] Aug 25 07:49:33.358 INFO O| Aug 25 07:49:33.358 INFO STEP 183 (remove_files) COMPLETE |
| 5849 | 2026-08-25T07:49:34.491Z | [ recovery-image] Aug 25 07:49:33.358 INFO O| Aug 25 07:49:33.358 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5850 | 2026-08-25T07:49:34.498Z | [ recovery-image] Aug 25 07:49:33.369 INFO O| Aug 25 07:49:33.369 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl" |
| 5851 | 2026-08-25T07:49:34.498Z | [ recovery-image] Aug 25 07:49:33.369 INFO O| Aug 25 07:49:33.369 INFO STEP 184 (remove_files) COMPLETE |
| 5852 | 2026-08-25T07:49:34.499Z | [ recovery-image] Aug 25 07:49:33.369 INFO O| Aug 25 07:49:33.369 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5853 | 2026-08-25T07:49:34.513Z | [ recovery-image] Aug 25 07:49:33.379 INFO O| Aug 25 07:49:33.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf" |
| 5854 | 2026-08-25T07:49:34.513Z | [ recovery-image] Aug 25 07:49:33.379 INFO O| Aug 25 07:49:33.379 INFO STEP 185 (remove_files) COMPLETE |
| 5855 | 2026-08-25T07:49:34.513Z | [ recovery-image] Aug 25 07:49:33.379 INFO O| Aug 25 07:49:33.379 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5856 | 2026-08-25T07:49:34.521Z | [verify-libraries] Compiling ssh-key v0.7.0-rc.11 |
| 5857 | 2026-08-25T07:49:34.521Z | [ recovery-image] Aug 25 07:49:33.390 INFO O| Aug 25 07:49:33.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev" |
| 5858 | 2026-08-25T07:49:34.521Z | [ recovery-image] Aug 25 07:49:33.390 INFO O| Aug 25 07:49:33.390 INFO STEP 186 (remove_files) COMPLETE |
| 5859 | 2026-08-25T07:49:34.521Z | [ recovery-image] Aug 25 07:49:33.390 INFO O| Aug 25 07:49:33.390 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5860 | 2026-08-25T07:49:34.536Z | [ recovery-image] Aug 25 07:49:33.401 INFO O| Aug 25 07:49:33.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp" |
| 5861 | 2026-08-25T07:49:34.536Z | [ recovery-image] Aug 25 07:49:33.401 INFO O| Aug 25 07:49:33.401 INFO STEP 187 (remove_files) COMPLETE |
| 5862 | 2026-08-25T07:49:34.536Z | [ recovery-image] Aug 25 07:49:33.401 INFO O| Aug 25 07:49:33.401 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5863 | 2026-08-25T07:49:34.549Z | [ recovery-image] Aug 25 07:49:33.416 INFO O| Aug 25 07:49:33.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent" |
| 5864 | 2026-08-25T07:49:34.549Z | [ recovery-image] Aug 25 07:49:33.416 INFO O| Aug 25 07:49:33.416 INFO STEP 188 (remove_files) COMPLETE |
| 5865 | 2026-08-25T07:49:34.549Z | [ recovery-image] Aug 25 07:49:33.416 INFO O| Aug 25 07:49:33.416 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5866 | 2026-08-25T07:49:34.558Z | [ recovery-image] Aug 25 07:49:33.426 INFO O| Aug 25 07:49:33.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl" |
| 5867 | 2026-08-25T07:49:34.559Z | [ recovery-image] Aug 25 07:49:33.426 INFO O| Aug 25 07:49:33.426 INFO STEP 189 (remove_files) COMPLETE |
| 5868 | 2026-08-25T07:49:34.559Z | [ recovery-image] Aug 25 07:49:33.426 INFO O| Aug 25 07:49:33.426 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5869 | 2026-08-25T07:49:34.566Z | [ recovery-image] Aug 25 07:49:33.436 INFO O| Aug 25 07:49:33.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt" |
| 5870 | 2026-08-25T07:49:34.566Z | [ recovery-image] Aug 25 07:49:33.436 INFO O| Aug 25 07:49:33.436 INFO STEP 190 (remove_files) COMPLETE |
| 5871 | 2026-08-25T07:49:34.566Z | [ recovery-image] Aug 25 07:49:33.436 INFO O| Aug 25 07:49:33.436 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5872 | 2026-08-25T07:49:34.574Z | [ recovery-image] Aug 25 07:49:33.446 INFO O| Aug 25 07:49:33.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts" |
| 5873 | 2026-08-25T07:49:34.574Z | [ recovery-image] Aug 25 07:49:33.446 INFO O| Aug 25 07:49:33.446 INFO STEP 191 (remove_files) COMPLETE |
| 5874 | 2026-08-25T07:49:34.574Z | [ recovery-image] Aug 25 07:49:33.446 INFO O| Aug 25 07:49:33.446 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5875 | 2026-08-25T07:49:34.588Z | [ recovery-image] Aug 25 07:49:33.456 INFO O| Aug 25 07:49:33.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext" |
| 5876 | 2026-08-25T07:49:34.588Z | [ recovery-image] Aug 25 07:49:33.456 INFO O| Aug 25 07:49:33.456 INFO STEP 192 (remove_files) COMPLETE |
| 5877 | 2026-08-25T07:49:34.588Z | [ recovery-image] Aug 25 07:49:33.456 INFO O| Aug 25 07:49:33.456 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5878 | 2026-08-25T07:49:34.602Z | [ recovery-image] Aug 25 07:49:33.465 INFO O| Aug 25 07:49:33.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol" |
| 5879 | 2026-08-25T07:49:34.602Z | [ recovery-image] Aug 25 07:49:33.465 INFO O| Aug 25 07:49:33.465 INFO STEP 193 (remove_files) COMPLETE |
| 5880 | 2026-08-25T07:49:34.602Z | [ recovery-image] Aug 25 07:49:33.465 INFO O| Aug 25 07:49:33.465 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5881 | 2026-08-25T07:49:34.602Z | [ recovery-image] Aug 25 07:49:33.475 INFO O| Aug 25 07:49:33.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp" |
| 5882 | 2026-08-25T07:49:34.602Z | [ recovery-image] Aug 25 07:49:33.475 INFO O| Aug 25 07:49:33.475 INFO STEP 194 (remove_files) COMPLETE |
| 5883 | 2026-08-25T07:49:34.602Z | [ recovery-image] Aug 25 07:49:33.475 INFO O| Aug 25 07:49:33.475 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5884 | 2026-08-25T07:49:34.611Z | [ recovery-image] Aug 25 07:49:33.484 INFO O| Aug 25 07:49:33.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups" |
| 5885 | 2026-08-25T07:49:34.612Z | [ recovery-image] Aug 25 07:49:33.485 INFO O| Aug 25 07:49:33.484 INFO STEP 195 (remove_files) COMPLETE |
| 5886 | 2026-08-25T07:49:34.612Z | [ recovery-image] Aug 25 07:49:33.485 INFO O| Aug 25 07:49:33.485 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5887 | 2026-08-25T07:49:34.619Z | [ recovery-image] Aug 25 07:49:33.494 INFO O| Aug 25 07:49:33.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs" |
| 5888 | 2026-08-25T07:49:34.619Z | [ recovery-image] Aug 25 07:49:33.494 INFO O| Aug 25 07:49:33.494 INFO STEP 196 (remove_files) COMPLETE |
| 5889 | 2026-08-25T07:49:34.619Z | [ recovery-image] Aug 25 07:49:33.494 INFO O| Aug 25 07:49:33.494 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5890 | 2026-08-25T07:49:34.630Z | [ recovery-image] Aug 25 07:49:33.502 INFO O| Aug 25 07:49:33.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic" |
| 5891 | 2026-08-25T07:49:34.630Z | [ recovery-image] Aug 25 07:49:33.502 INFO O| Aug 25 07:49:33.502 INFO STEP 197 (remove_files) COMPLETE |
| 5892 | 2026-08-25T07:49:34.630Z | [ recovery-image] Aug 25 07:49:33.502 INFO O| Aug 25 07:49:33.502 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5893 | 2026-08-25T07:49:34.642Z | [ recovery-image] Aug 25 07:49:33.512 INFO O| Aug 25 07:49:33.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe" |
| 5894 | 2026-08-25T07:49:34.642Z | [ recovery-image] Aug 25 07:49:33.512 INFO O| Aug 25 07:49:33.512 INFO STEP 198 (remove_files) COMPLETE |
| 5895 | 2026-08-25T07:49:34.643Z | [ recovery-image] Aug 25 07:49:33.512 INFO O| Aug 25 07:49:33.512 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5896 | 2026-08-25T07:49:34.653Z | [ recovery-image] Aug 25 07:49:33.521 INFO O| Aug 25 07:49:33.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput" |
| 5897 | 2026-08-25T07:49:34.653Z | [ recovery-image] Aug 25 07:49:33.521 INFO O| Aug 25 07:49:33.521 INFO STEP 199 (remove_files) COMPLETE |
| 5898 | 2026-08-25T07:49:34.653Z | [ recovery-image] Aug 25 07:49:33.521 INFO O| Aug 25 07:49:33.521 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5899 | 2026-08-25T07:49:34.660Z | [ recovery-image] Aug 25 07:49:33.530 INFO O| Aug 25 07:49:33.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset" |
| 5900 | 2026-08-25T07:49:34.660Z | [ recovery-image] Aug 25 07:49:33.530 INFO O| Aug 25 07:49:33.530 INFO STEP 200 (remove_files) COMPLETE |
| 5901 | 2026-08-25T07:49:34.660Z | [ recovery-image] Aug 25 07:49:33.530 INFO O| Aug 25 07:49:33.530 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5902 | 2026-08-25T07:49:34.667Z | [ recovery-image] Aug 25 07:49:33.539 INFO O| Aug 25 07:49:33.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip" |
| 5903 | 2026-08-25T07:49:34.667Z | [ recovery-image] Aug 25 07:49:33.540 INFO O| Aug 25 07:49:33.540 INFO STEP 201 (remove_files) COMPLETE |
| 5904 | 2026-08-25T07:49:34.667Z | [ recovery-image] Aug 25 07:49:33.540 INFO O| Aug 25 07:49:33.540 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5905 | 2026-08-25T07:49:34.682Z | [ recovery-image] Aug 25 07:49:33.549 INFO O| Aug 25 07:49:33.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat" |
| 5906 | 2026-08-25T07:49:34.682Z | [ recovery-image] Aug 25 07:49:33.549 INFO O| Aug 25 07:49:33.549 INFO STEP 202 (remove_files) COMPLETE |
| 5907 | 2026-08-25T07:49:34.682Z | [ recovery-image] Aug 25 07:49:33.549 INFO O| Aug 25 07:49:33.549 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5908 | 2026-08-25T07:49:34.692Z | [ recovery-image] Aug 25 07:49:33.561 INFO O| Aug 25 07:49:33.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp" |
| 5909 | 2026-08-25T07:49:34.692Z | [ recovery-image] Aug 25 07:49:33.561 INFO O| Aug 25 07:49:33.561 INFO STEP 203 (remove_files) COMPLETE |
| 5910 | 2026-08-25T07:49:34.693Z | [ recovery-image] Aug 25 07:49:33.561 INFO O| Aug 25 07:49:33.561 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5911 | 2026-08-25T07:49:34.702Z | [ recovery-image] Aug 25 07:49:33.572 INFO O| Aug 25 07:49:33.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff" |
| 5912 | 2026-08-25T07:49:34.703Z | [ recovery-image] Aug 25 07:49:33.573 INFO O| Aug 25 07:49:33.573 INFO STEP 204 (remove_files) COMPLETE |
| 5913 | 2026-08-25T07:49:34.703Z | [ recovery-image] Aug 25 07:49:33.573 INFO O| Aug 25 07:49:33.573 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5914 | 2026-08-25T07:49:34.709Z | [ recovery-image] Aug 25 07:49:33.583 INFO O| Aug 25 07:49:33.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep" |
| 5915 | 2026-08-25T07:49:34.710Z | [ recovery-image] Aug 25 07:49:33.583 INFO O| Aug 25 07:49:33.583 INFO STEP 205 (remove_files) COMPLETE |
| 5916 | 2026-08-25T07:49:34.710Z | [ recovery-image] Aug 25 07:49:33.583 INFO O| Aug 25 07:49:33.583 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5917 | 2026-08-25T07:49:34.723Z | [ recovery-image] Aug 25 07:49:33.594 INFO O| Aug 25 07:49:33.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe" |
| 5918 | 2026-08-25T07:49:34.723Z | [ recovery-image] Aug 25 07:49:33.594 INFO O| Aug 25 07:49:33.594 INFO STEP 206 (remove_files) COMPLETE |
| 5919 | 2026-08-25T07:49:34.723Z | [ recovery-image] Aug 25 07:49:33.594 INFO O| Aug 25 07:49:33.594 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5920 | 2026-08-25T07:49:34.731Z | [ recovery-image] Aug 25 07:49:33.604 INFO O| Aug 25 07:49:33.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep" |
| 5921 | 2026-08-25T07:49:34.731Z | [ recovery-image] Aug 25 07:49:33.604 INFO O| Aug 25 07:49:33.604 INFO STEP 207 (remove_files) COMPLETE |
| 5922 | 2026-08-25T07:49:34.732Z | [ recovery-image] Aug 25 07:49:33.604 INFO O| Aug 25 07:49:33.604 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5923 | 2026-08-25T07:49:34.743Z | [ recovery-image] Aug 25 07:49:33.613 INFO O| Aug 25 07:49:33.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce" |
| 5924 | 2026-08-25T07:49:34.743Z | [ recovery-image] Aug 25 07:49:33.613 INFO O| Aug 25 07:49:33.613 INFO STEP 208 (remove_files) COMPLETE |
| 5925 | 2026-08-25T07:49:34.743Z | [ recovery-image] Aug 25 07:49:33.613 INFO O| Aug 25 07:49:33.613 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5926 | 2026-08-25T07:49:34.750Z | [ recovery-image] Aug 25 07:49:33.622 INFO O| Aug 25 07:49:33.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep" |
| 5927 | 2026-08-25T07:49:34.750Z | [ recovery-image] Aug 25 07:49:33.622 INFO O| Aug 25 07:49:33.622 INFO STEP 209 (remove_files) COMPLETE |
| 5928 | 2026-08-25T07:49:34.750Z | [ recovery-image] Aug 25 07:49:33.622 INFO O| Aug 25 07:49:33.622 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5929 | 2026-08-25T07:49:34.763Z | [ recovery-image] Aug 25 07:49:33.631 INFO O| Aug 25 07:49:33.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip" |
| 5930 | 2026-08-25T07:49:34.763Z | [ recovery-image] Aug 25 07:49:33.631 INFO O| Aug 25 07:49:33.631 INFO STEP 210 (remove_files) COMPLETE |
| 5931 | 2026-08-25T07:49:34.763Z | [ recovery-image] Aug 25 07:49:33.631 INFO O| Aug 25 07:49:33.631 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5932 | 2026-08-25T07:49:34.776Z | [ recovery-image] Aug 25 07:49:33.639 INFO O| Aug 25 07:49:33.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless" |
| 5933 | 2026-08-25T07:49:34.776Z | [ recovery-image] Aug 25 07:49:33.640 INFO O| Aug 25 07:49:33.640 INFO STEP 211 (remove_files) COMPLETE |
| 5934 | 2026-08-25T07:49:34.776Z | [ recovery-image] Aug 25 07:49:33.640 INFO O| Aug 25 07:49:33.640 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5935 | 2026-08-25T07:49:34.777Z | [ recovery-image] Aug 25 07:49:33.648 INFO O| Aug 25 07:49:33.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore" |
| 5936 | 2026-08-25T07:49:34.777Z | [ recovery-image] Aug 25 07:49:33.648 INFO O| Aug 25 07:49:33.648 INFO STEP 212 (remove_files) COMPLETE |
| 5937 | 2026-08-25T07:49:34.777Z | [ recovery-image] Aug 25 07:49:33.648 INFO O| Aug 25 07:49:33.648 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5938 | 2026-08-25T07:49:34.785Z | [ recovery-image] Aug 25 07:49:33.657 INFO O| Aug 25 07:49:33.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew" |
| 5939 | 2026-08-25T07:49:34.785Z | [ recovery-image] Aug 25 07:49:33.657 INFO O| Aug 25 07:49:33.657 INFO STEP 213 (remove_files) COMPLETE |
| 5940 | 2026-08-25T07:49:34.785Z | [ recovery-image] Aug 25 07:49:33.657 INFO O| Aug 25 07:49:33.657 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5941 | 2026-08-25T07:49:34.794Z | [ recovery-image] Aug 25 07:49:33.667 INFO O| Aug 25 07:49:33.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash" |
| 5942 | 2026-08-25T07:49:34.794Z | [ recovery-image] Aug 25 07:49:33.667 INFO O| Aug 25 07:49:33.667 INFO STEP 214 (remove_files) COMPLETE |
| 5943 | 2026-08-25T07:49:34.794Z | [ recovery-image] Aug 25 07:49:33.667 INFO O| Aug 25 07:49:33.667 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5944 | 2026-08-25T07:49:34.813Z | [ recovery-image] Aug 25 07:49:33.678 INFO O| Aug 25 07:49:33.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid" |
| 5945 | 2026-08-25T07:49:34.813Z | [ recovery-image] Aug 25 07:49:33.678 INFO O| Aug 25 07:49:33.678 INFO STEP 215 (remove_files) COMPLETE |
| 5946 | 2026-08-25T07:49:34.813Z | [ recovery-image] Aug 25 07:49:33.678 INFO O| Aug 25 07:49:33.678 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5947 | 2026-08-25T07:49:34.833Z | [ recovery-image] Aug 25 07:49:33.687 INFO O| Aug 25 07:49:33.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname" |
| 5948 | 2026-08-25T07:49:34.833Z | [ recovery-image] Aug 25 07:49:33.687 INFO O| Aug 25 07:49:33.687 INFO STEP 216 (remove_files) COMPLETE |
| 5949 | 2026-08-25T07:49:34.833Z | [ recovery-image] Aug 25 07:49:33.687 INFO O| Aug 25 07:49:33.687 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5950 | 2026-08-25T07:49:34.833Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 5951 | 2026-08-25T07:49:34.833Z | [ recovery-image] Aug 25 07:49:33.697 INFO O| Aug 25 07:49:33.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb" |
| 5952 | 2026-08-25T07:49:34.833Z | [ recovery-image] Aug 25 07:49:33.697 INFO O| Aug 25 07:49:33.697 INFO STEP 217 (remove_files) COMPLETE |
| 5953 | 2026-08-25T07:49:34.833Z | [ recovery-image] Aug 25 07:49:33.697 INFO O| Aug 25 07:49:33.697 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5954 | 2026-08-25T07:49:34.841Z | [ recovery-image] Aug 25 07:49:33.706 INFO O| Aug 25 07:49:33.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt" |
| 5955 | 2026-08-25T07:49:34.841Z | [ recovery-image] Aug 25 07:49:33.706 INFO O| Aug 25 07:49:33.706 INFO STEP 218 (remove_files) COMPLETE |
| 5956 | 2026-08-25T07:49:34.841Z | [ recovery-image] Aug 25 07:49:33.706 INFO O| Aug 25 07:49:33.706 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5957 | 2026-08-25T07:49:34.842Z | [ recovery-image] Aug 25 07:49:33.715 INFO O| Aug 25 07:49:33.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh" |
| 5958 | 2026-08-25T07:49:34.842Z | [ recovery-image] Aug 25 07:49:33.715 INFO O| Aug 25 07:49:33.715 INFO STEP 219 (remove_files) COMPLETE |
| 5959 | 2026-08-25T07:49:34.842Z | [ recovery-image] Aug 25 07:49:33.715 INFO O| Aug 25 07:49:33.715 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5960 | 2026-08-25T07:49:34.850Z | [ recovery-image] Aug 25 07:49:33.724 INFO O| Aug 25 07:49:33.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb" |
| 5961 | 2026-08-25T07:49:34.850Z | [ recovery-image] Aug 25 07:49:33.724 INFO O| Aug 25 07:49:33.724 INFO STEP 220 (remove_files) COMPLETE |
| 5962 | 2026-08-25T07:49:34.850Z | [ recovery-image] Aug 25 07:49:33.724 INFO O| Aug 25 07:49:33.724 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5963 | 2026-08-25T07:49:34.858Z | [ recovery-image] Aug 25 07:49:33.737 INFO O| Aug 25 07:49:33.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh" |
| 5964 | 2026-08-25T07:49:34.858Z | [ recovery-image] Aug 25 07:49:33.737 INFO O| Aug 25 07:49:33.737 INFO STEP 221 (remove_files) COMPLETE |
| 5965 | 2026-08-25T07:49:34.858Z | [ recovery-image] Aug 25 07:49:33.737 INFO O| Aug 25 07:49:33.737 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5966 | 2026-08-25T07:49:34.873Z | [ recovery-image] Aug 25 07:49:33.752 INFO O| Aug 25 07:49:33.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93" |
| 5967 | 2026-08-25T07:49:34.873Z | [ recovery-image] Aug 25 07:49:33.752 INFO O| Aug 25 07:49:33.752 INFO STEP 222 (remove_files) COMPLETE |
| 5968 | 2026-08-25T07:49:34.873Z | [ recovery-image] Aug 25 07:49:33.752 INFO O| Aug 25 07:49:33.752 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5969 | 2026-08-25T07:49:34.883Z | [ recovery-image] Aug 25 07:49:33.762 INFO O| Aug 25 07:49:33.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv" |
| 5970 | 2026-08-25T07:49:34.883Z | [ recovery-image] Aug 25 07:49:33.762 INFO O| Aug 25 07:49:33.762 INFO STEP 223 (remove_files) COMPLETE |
| 5971 | 2026-08-25T07:49:34.894Z | [ recovery-image] Aug 25 07:49:33.762 INFO O| Aug 25 07:49:33.762 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5972 | 2026-08-25T07:49:34.901Z | [ recovery-image] Aug 25 07:49:33.772 INFO O| Aug 25 07:49:33.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id" |
| 5973 | 2026-08-25T07:49:34.901Z | [ recovery-image] Aug 25 07:49:33.772 INFO O| Aug 25 07:49:33.772 INFO STEP 224 (remove_files) COMPLETE |
| 5974 | 2026-08-25T07:49:34.901Z | [ recovery-image] Aug 25 07:49:33.772 INFO O| Aug 25 07:49:33.772 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5975 | 2026-08-25T07:49:34.913Z | [ recovery-image] Aug 25 07:49:33.781 INFO O| Aug 25 07:49:33.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn" |
| 5976 | 2026-08-25T07:49:34.913Z | [ recovery-image] Aug 25 07:49:33.781 INFO O| Aug 25 07:49:33.781 INFO STEP 225 (remove_files) COMPLETE |
| 5977 | 2026-08-25T07:49:34.913Z | [ recovery-image] Aug 25 07:49:33.781 INFO O| Aug 25 07:49:33.781 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5978 | 2026-08-25T07:49:34.923Z | [ recovery-image] Aug 25 07:49:33.791 INFO O| Aug 25 07:49:33.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp" |
| 5979 | 2026-08-25T07:49:34.923Z | [ recovery-image] Aug 25 07:49:33.791 INFO O| Aug 25 07:49:33.791 INFO STEP 226 (remove_files) COMPLETE |
| 5980 | 2026-08-25T07:49:34.923Z | [ recovery-image] Aug 25 07:49:33.791 INFO O| Aug 25 07:49:33.791 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5981 | 2026-08-25T07:49:34.923Z | [ recovery-image] Aug 25 07:49:33.802 INFO O| Aug 25 07:49:33.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat" |
| 5982 | 2026-08-25T07:49:34.923Z | [ recovery-image] Aug 25 07:49:33.802 INFO O| Aug 25 07:49:33.802 INFO STEP 227 (remove_files) COMPLETE |
| 5983 | 2026-08-25T07:49:34.923Z | [ recovery-image] Aug 25 07:49:33.802 INFO O| Aug 25 07:49:33.802 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5984 | 2026-08-25T07:49:34.941Z | [ recovery-image] Aug 25 07:49:33.811 INFO O| Aug 25 07:49:33.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl" |
| 5985 | 2026-08-25T07:49:34.941Z | [ recovery-image] Aug 25 07:49:33.811 INFO O| Aug 25 07:49:33.811 INFO STEP 228 (remove_files) COMPLETE |
| 5986 | 2026-08-25T07:49:34.941Z | [ recovery-image] Aug 25 07:49:33.811 INFO O| Aug 25 07:49:33.811 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5987 | 2026-08-25T07:49:34.951Z | [ recovery-image] Aug 25 07:49:33.822 INFO O| Aug 25 07:49:33.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo" |
| 5988 | 2026-08-25T07:49:34.951Z | [ recovery-image] Aug 25 07:49:33.823 INFO O| Aug 25 07:49:33.822 INFO STEP 229 (remove_files) COMPLETE |
| 5989 | 2026-08-25T07:49:34.951Z | [ recovery-image] Aug 25 07:49:33.823 INFO O| Aug 25 07:49:33.822 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5990 | 2026-08-25T07:49:34.958Z | [ recovery-image] Aug 25 07:49:33.831 INFO O| Aug 25 07:49:33.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist" |
| 5991 | 2026-08-25T07:49:34.958Z | [ recovery-image] Aug 25 07:49:33.831 INFO O| Aug 25 07:49:33.831 INFO STEP 230 (remove_files) COMPLETE |
| 5992 | 2026-08-25T07:49:34.958Z | [ recovery-image] Aug 25 07:49:33.831 INFO O| Aug 25 07:49:33.831 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5993 | 2026-08-25T07:49:34.966Z | [ recovery-image] Aug 25 07:49:33.839 INFO O| Aug 25 07:49:33.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs" |
| 5994 | 2026-08-25T07:49:34.966Z | [ recovery-image] Aug 25 07:49:33.839 INFO O| Aug 25 07:49:33.839 INFO STEP 231 (remove_files) COMPLETE |
| 5995 | 2026-08-25T07:49:34.966Z | [ recovery-image] Aug 25 07:49:33.839 INFO O| Aug 25 07:49:33.839 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5996 | 2026-08-25T07:49:35.429Z | [ recovery-image] Aug 25 07:49:33.847 INFO O| Aug 25 07:49:33.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join" |
| 5997 | 2026-08-25T07:49:35.429Z | [ recovery-image] Aug 25 07:49:33.847 INFO O| Aug 25 07:49:33.847 INFO STEP 232 (remove_files) COMPLETE |
| 5998 | 2026-08-25T07:49:35.429Z | [ recovery-image] Aug 25 07:49:33.847 INFO O| Aug 25 07:49:33.847 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 5999 | 2026-08-25T07:49:35.429Z | [ recovery-image] Aug 25 07:49:33.855 INFO O| Aug 25 07:49:33.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd" |
| 6000 | 2026-08-25T07:49:35.429Z | [ recovery-image] Aug 25 07:49:33.855 INFO O| Aug 25 07:49:33.855 INFO STEP 233 (remove_files) COMPLETE |
| 6001 | 2026-08-25T07:49:35.429Z | [ recovery-image] Aug 25 07:49:33.855 INFO O| Aug 25 07:49:33.855 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6002 | 2026-08-25T07:49:35.513Z | [ recovery-image] Aug 25 07:49:33.863 INFO O| Aug 25 07:49:33.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy" |
| 6003 | 2026-08-25T07:49:35.513Z | [ recovery-image] Aug 25 07:49:33.863 INFO O| Aug 25 07:49:33.863 INFO STEP 234 (remove_files) COMPLETE |
| 6004 | 2026-08-25T07:49:35.513Z | [ recovery-image] Aug 25 07:49:33.863 INFO O| Aug 25 07:49:33.863 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6005 | 2026-08-25T07:49:35.513Z | [ recovery-image] Aug 25 07:49:33.872 INFO O| Aug 25 07:49:33.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin" |
| 6006 | 2026-08-25T07:49:35.513Z | [ recovery-image] Aug 25 07:49:33.872 INFO O| Aug 25 07:49:33.872 INFO STEP 235 (remove_files) COMPLETE |
| 6007 | 2026-08-25T07:49:35.513Z | [ recovery-image] Aug 25 07:49:33.872 INFO O| Aug 25 07:49:33.872 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6008 | 2026-08-25T07:49:35.513Z | [ recovery-image] Aug 25 07:49:33.881 INFO O| Aug 25 07:49:33.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout" |
| 6009 | 2026-08-25T07:49:35.513Z | [ recovery-image] Aug 25 07:49:33.881 INFO O| Aug 25 07:49:33.881 INFO STEP 236 (remove_files) COMPLETE |
| 6010 | 2026-08-25T07:49:35.513Z | [ recovery-image] Aug 25 07:49:33.881 INFO O| Aug 25 07:49:33.881 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6011 | 2026-08-25T07:49:35.513Z | [ recovery-image] Aug 25 07:49:33.890 INFO O| Aug 25 07:49:33.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill" |
| 6012 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.890 INFO O| Aug 25 07:49:33.890 INFO STEP 237 (remove_files) COMPLETE |
| 6013 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.890 INFO O| Aug 25 07:49:33.890 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6014 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.898 INFO O| Aug 25 07:49:33.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit" |
| 6015 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.898 INFO O| Aug 25 07:49:33.898 INFO STEP 238 (remove_files) COMPLETE |
| 6016 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.898 INFO O| Aug 25 07:49:33.898 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6017 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.906 INFO O| Aug 25 07:49:33.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist" |
| 6018 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.906 INFO O| Aug 25 07:49:33.906 INFO STEP 239 (remove_files) COMPLETE |
| 6019 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.906 INFO O| Aug 25 07:49:33.906 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6020 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.915 INFO O| Aug 25 07:49:33.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg" |
| 6021 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.915 INFO O| Aug 25 07:49:33.915 INFO STEP 240 (remove_files) COMPLETE |
| 6022 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.915 INFO O| Aug 25 07:49:33.915 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6023 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.924 INFO O| Aug 25 07:49:33.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd" |
| 6024 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.924 INFO O| Aug 25 07:49:33.924 INFO STEP 241 (remove_files) COMPLETE |
| 6025 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.924 INFO O| Aug 25 07:49:33.924 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6026 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.934 INFO O| Aug 25 07:49:33.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config" |
| 6027 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.934 INFO O| Aug 25 07:49:33.934 INFO STEP 242 (remove_files) COMPLETE |
| 6028 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.934 INFO O| Aug 25 07:49:33.934 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6029 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.942 INFO O| Aug 25 07:49:33.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93" |
| 6030 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.942 INFO O| Aug 25 07:49:33.942 INFO STEP 243 (remove_files) COMPLETE |
| 6031 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.942 INFO O| Aug 25 07:49:33.942 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6032 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.951 INFO O| Aug 25 07:49:33.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil" |
| 6033 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.951 INFO O| Aug 25 07:49:33.951 INFO STEP 244 (remove_files) COMPLETE |
| 6034 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.951 INFO O| Aug 25 07:49:33.951 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6035 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.961 INFO O| Aug 25 07:49:33.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat" |
| 6036 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.961 INFO O| Aug 25 07:49:33.961 INFO STEP 245 (remove_files) COMPLETE |
| 6037 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.961 INFO O| Aug 25 07:49:33.961 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6038 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.970 INFO O| Aug 25 07:49:33.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last" |
| 6039 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.970 INFO O| Aug 25 07:49:33.970 INFO STEP 246 (remove_files) COMPLETE |
| 6040 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.970 INFO O| Aug 25 07:49:33.970 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6041 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.979 INFO O| Aug 25 07:49:33.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm" |
| 6042 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.979 INFO O| Aug 25 07:49:33.979 INFO STEP 247 (remove_files) COMPLETE |
| 6043 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.979 INFO O| Aug 25 07:49:33.979 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6044 | 2026-08-25T07:49:35.514Z | [ recovery-image] Aug 25 07:49:33.989 INFO O| Aug 25 07:49:33.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld" |
| 6045 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:33.989 INFO O| Aug 25 07:49:33.989 INFO STEP 248 (remove_files) COMPLETE |
| 6046 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:33.989 INFO O| Aug 25 07:49:33.989 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6047 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:33.998 INFO O| Aug 25 07:49:33.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd" |
| 6048 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:33.998 INFO O| Aug 25 07:49:33.998 INFO STEP 249 (remove_files) COMPLETE |
| 6049 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:33.998 INFO O| Aug 25 07:49:33.998 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6050 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.008 INFO O| Aug 25 07:49:34.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less" |
| 6051 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.008 INFO O| Aug 25 07:49:34.008 INFO STEP 250 (remove_files) COMPLETE |
| 6052 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.008 INFO O| Aug 25 07:49:34.008 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6053 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.018 INFO O| Aug 25 07:49:34.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho" |
| 6054 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.018 INFO O| Aug 25 07:49:34.018 INFO STEP 251 (remove_files) COMPLETE |
| 6055 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.018 INFO O| Aug 25 07:49:34.018 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6056 | 2026-08-25T07:49:35.515Z | [verify-libraries] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 6057 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.027 INFO O| Aug 25 07:49:34.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey" |
| 6058 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.027 INFO O| Aug 25 07:49:34.027 INFO STEP 252 (remove_files) COMPLETE |
| 6059 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.027 INFO O| Aug 25 07:49:34.027 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6060 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.036 INFO O| Aug 25 07:49:34.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo" |
| 6061 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.036 INFO O| Aug 25 07:49:34.036 INFO STEP 253 (remove_files) COMPLETE |
| 6062 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.036 INFO O| Aug 25 07:49:34.036 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6063 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.046 INFO O| Aug 25 07:49:34.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line" |
| 6064 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.046 INFO O| Aug 25 07:49:34.046 INFO STEP 254 (remove_files) COMPLETE |
| 6065 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.046 INFO O| Aug 25 07:49:34.046 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6066 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.055 INFO O| Aug 25 07:49:34.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp" |
| 6067 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.055 INFO O| Aug 25 07:49:34.055 INFO STEP 255 (remove_files) COMPLETE |
| 6068 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.055 INFO O| Aug 25 07:49:34.055 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6069 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.065 INFO O| Aug 25 07:49:34.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers" |
| 6070 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.065 INFO O| Aug 25 07:49:34.065 INFO STEP 256 (remove_files) COMPLETE |
| 6071 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.065 INFO O| Aug 25 07:49:34.065 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6072 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.075 INFO O| Aug 25 07:49:34.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys" |
| 6073 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.075 INFO O| Aug 25 07:49:34.075 INFO STEP 257 (remove_files) COMPLETE |
| 6074 | 2026-08-25T07:49:35.515Z | [ recovery-image] Aug 25 07:49:34.075 INFO O| Aug 25 07:49:34.075 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6075 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.085 INFO O| Aug 25 07:49:34.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger" |
| 6076 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.085 INFO O| Aug 25 07:49:34.085 INFO STEP 258 (remove_files) COMPLETE |
| 6077 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.085 INFO O| Aug 25 07:49:34.085 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6078 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.094 INFO O| Aug 25 07:49:34.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins" |
| 6079 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.094 INFO O| Aug 25 07:49:34.094 INFO STEP 259 (remove_files) COMPLETE |
| 6080 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.094 INFO O| Aug 25 07:49:34.094 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6081 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.103 INFO O| Aug 25 07:49:34.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname" |
| 6082 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.103 INFO O| Aug 25 07:49:34.103 INFO STEP 260 (remove_files) COMPLETE |
| 6083 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.103 INFO O| Aug 25 07:49:34.103 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6084 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.112 INFO O| Aug 25 07:49:34.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look" |
| 6085 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.112 INFO O| Aug 25 07:49:34.112 INFO STEP 261 (remove_files) COMPLETE |
| 6086 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.112 INFO O| Aug 25 07:49:34.112 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6087 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.123 INFO O| Aug 25 07:49:34.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4" |
| 6088 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.123 INFO O| Aug 25 07:49:34.123 INFO STEP 262 (remove_files) COMPLETE |
| 6089 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.123 INFO O| Aug 25 07:49:34.123 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6090 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.133 INFO O| Aug 25 07:49:34.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec" |
| 6091 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.134 INFO O| Aug 25 07:49:34.134 INFO STEP 263 (remove_files) COMPLETE |
| 6092 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.134 INFO O| Aug 25 07:49:34.134 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6093 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.144 INFO O| Aug 25 07:49:34.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo" |
| 6094 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.144 INFO O| Aug 25 07:49:34.144 INFO STEP 264 (remove_files) COMPLETE |
| 6095 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.144 INFO O| Aug 25 07:49:34.144 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6096 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.154 INFO O| Aug 25 07:49:34.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac" |
| 6097 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.154 INFO O| Aug 25 07:49:34.154 INFO STEP 265 (remove_files) COMPLETE |
| 6098 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.154 INFO O| Aug 25 07:49:34.154 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6099 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.165 INFO O| Aug 25 07:49:34.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach" |
| 6100 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.165 INFO O| Aug 25 07:49:34.165 INFO STEP 266 (remove_files) COMPLETE |
| 6101 | 2026-08-25T07:49:35.516Z | [ recovery-image] Aug 25 07:49:34.165 INFO O| Aug 25 07:49:34.165 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6102 | 2026-08-25T07:49:35.532Z | [ recovery-image] Aug 25 07:49:34.174 INFO O| Aug 25 07:49:34.174 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx" |
| 6103 | 2026-08-25T07:49:35.532Z | [ recovery-image] Aug 25 07:49:34.174 INFO O| Aug 25 07:49:34.174 INFO STEP 267 (remove_files) COMPLETE |
| 6104 | 2026-08-25T07:49:35.532Z | [ recovery-image] Aug 25 07:49:34.174 INFO O| Aug 25 07:49:34.174 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6105 | 2026-08-25T07:49:35.532Z | [ recovery-image] Aug 25 07:49:34.185 INFO O| Aug 25 07:49:34.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev" |
| 6106 | 2026-08-25T07:49:35.532Z | [ recovery-image] Aug 25 07:49:34.185 INFO O| Aug 25 07:49:34.185 INFO STEP 268 (remove_files) COMPLETE |
| 6107 | 2026-08-25T07:49:35.532Z | [ recovery-image] Aug 25 07:49:34.185 INFO O| Aug 25 07:49:34.185 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6108 | 2026-08-25T07:49:35.532Z | [ recovery-image] Aug 25 07:49:34.195 INFO O| Aug 25 07:49:34.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg" |
| 6109 | 2026-08-25T07:49:35.532Z | [ recovery-image] Aug 25 07:49:34.195 INFO O| Aug 25 07:49:34.195 INFO STEP 269 (remove_files) COMPLETE |
| 6110 | 2026-08-25T07:49:35.532Z | [ recovery-image] Aug 25 07:49:34.195 INFO O| Aug 25 07:49:34.195 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6111 | 2026-08-25T07:49:35.532Z | [ recovery-image] Aug 25 07:49:34.204 INFO O| Aug 25 07:49:34.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c" |
| 6112 | 2026-08-25T07:49:35.533Z | [ recovery-image] Aug 25 07:49:34.204 INFO O| Aug 25 07:49:34.204 INFO STEP 270 (remove_files) COMPLETE |
| 6113 | 2026-08-25T07:49:35.533Z | [ recovery-image] Aug 25 07:49:34.204 INFO O| Aug 25 07:49:34.204 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6114 | 2026-08-25T07:49:35.533Z | [ recovery-image] Aug 25 07:49:34.213 INFO O| Aug 25 07:49:34.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update" |
| 6115 | 2026-08-25T07:49:35.533Z | [ recovery-image] Aug 25 07:49:34.213 INFO O| Aug 25 07:49:34.213 INFO STEP 271 (remove_files) COMPLETE |
| 6116 | 2026-08-25T07:49:35.533Z | [ recovery-image] Aug 25 07:49:34.213 INFO O| Aug 25 07:49:34.213 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6117 | 2026-08-25T07:49:35.533Z | [ recovery-image] Aug 25 07:49:34.222 INFO O| Aug 25 07:49:34.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo" |
| 6118 | 2026-08-25T07:49:35.533Z | [ recovery-image] Aug 25 07:49:34.222 INFO O| Aug 25 07:49:34.222 INFO STEP 272 (remove_files) COMPLETE |
| 6119 | 2026-08-25T07:49:35.533Z | [ recovery-image] Aug 25 07:49:34.222 INFO O| Aug 25 07:49:34.222 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6120 | 2026-08-25T07:49:35.533Z | [ recovery-image] Aug 25 07:49:34.230 INFO O| Aug 25 07:49:34.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict" |
| 6121 | 2026-08-25T07:49:35.533Z | [ recovery-image] Aug 25 07:49:34.230 INFO O| Aug 25 07:49:34.230 INFO STEP 273 (remove_files) COMPLETE |
| 6122 | 2026-08-25T07:49:35.533Z | [ recovery-image] Aug 25 07:49:34.230 INFO O| Aug 25 07:49:34.230 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6123 | 2026-08-25T07:49:35.533Z | [ recovery-image] Aug 25 07:49:34.239 INFO O| Aug 25 07:49:34.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe" |
| 6124 | 2026-08-25T07:49:35.533Z | [ recovery-image] Aug 25 07:49:34.239 INFO O| Aug 25 07:49:34.239 INFO STEP 274 (remove_files) COMPLETE |
| 6125 | 2026-08-25T07:49:35.533Z | [ recovery-image] Aug 25 07:49:34.239 INFO O| Aug 25 07:49:34.239 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6126 | 2026-08-25T07:49:35.533Z | [ recovery-image] Aug 25 07:49:34.248 INFO O| Aug 25 07:49:34.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat" |
| 6127 | 2026-08-25T07:49:35.533Z | [ recovery-image] Aug 25 07:49:34.248 INFO O| Aug 25 07:49:34.248 INFO STEP 275 (remove_files) COMPLETE |
| 6128 | 2026-08-25T07:49:35.533Z | [ recovery-image] Aug 25 07:49:34.248 INFO O| Aug 25 07:49:34.248 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6129 | 2026-08-25T07:49:35.533Z | [ recovery-image] Aug 25 07:49:34.257 INFO O| Aug 25 07:49:34.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt" |
| 6130 | 2026-08-25T07:49:35.534Z | [ recovery-image] Aug 25 07:49:34.258 INFO O| Aug 25 07:49:34.258 INFO STEP 276 (remove_files) COMPLETE |
| 6131 | 2026-08-25T07:49:35.534Z | [ recovery-image] Aug 25 07:49:34.258 INFO O| Aug 25 07:49:34.258 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6132 | 2026-08-25T07:49:35.534Z | [ recovery-image] Aug 25 07:49:34.268 INFO O| Aug 25 07:49:34.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config" |
| 6133 | 2026-08-25T07:49:35.534Z | [ recovery-image] Aug 25 07:49:34.268 INFO O| Aug 25 07:49:34.268 INFO STEP 277 (remove_files) COMPLETE |
| 6134 | 2026-08-25T07:49:35.534Z | [ recovery-image] Aug 25 07:49:34.268 INFO O| Aug 25 07:49:34.268 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6135 | 2026-08-25T07:49:35.534Z | [ recovery-image] Aug 25 07:49:34.277 INFO O| Aug 25 07:49:34.277 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert" |
| 6136 | 2026-08-25T07:49:35.534Z | [ recovery-image] Aug 25 07:49:34.277 INFO O| Aug 25 07:49:34.277 INFO STEP 278 (remove_files) COMPLETE |
| 6137 | 2026-08-25T07:49:35.534Z | [ recovery-image] Aug 25 07:49:34.277 INFO O| Aug 25 07:49:34.277 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6138 | 2026-08-25T07:49:35.534Z | [ recovery-image] Aug 25 07:49:34.287 INFO O| Aug 25 07:49:34.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config" |
| 6139 | 2026-08-25T07:49:35.534Z | [ recovery-image] Aug 25 07:49:34.287 INFO O| Aug 25 07:49:34.287 INFO STEP 279 (remove_files) COMPLETE |
| 6140 | 2026-08-25T07:49:35.534Z | [ recovery-image] Aug 25 07:49:34.287 INFO O| Aug 25 07:49:34.287 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6141 | 2026-08-25T07:49:35.534Z | [ recovery-image] Aug 25 07:49:34.298 INFO O| Aug 25 07:49:34.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user" |
| 6142 | 2026-08-25T07:49:35.534Z | [ recovery-image] Aug 25 07:49:34.298 INFO O| Aug 25 07:49:34.298 INFO STEP 280 (remove_files) COMPLETE |
| 6143 | 2026-08-25T07:49:35.534Z | [ recovery-image] Aug 25 07:49:34.298 INFO O| Aug 25 07:49:34.298 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6144 | 2026-08-25T07:49:35.534Z | [ recovery-image] Aug 25 07:49:34.307 INFO O| Aug 25 07:49:34.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform" |
| 6145 | 2026-08-25T07:49:35.534Z | [ recovery-image] Aug 25 07:49:34.307 INFO O| Aug 25 07:49:34.307 INFO STEP 281 (remove_files) COMPLETE |
| 6146 | 2026-08-25T07:49:35.534Z | [ recovery-image] Aug 25 07:49:34.307 INFO O| Aug 25 07:49:34.307 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6147 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.317 INFO O| Aug 25 07:49:34.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp" |
| 6148 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.317 INFO O| Aug 25 07:49:34.317 INFO STEP 282 (remove_files) COMPLETE |
| 6149 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.317 INFO O| Aug 25 07:49:34.317 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6150 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.328 INFO O| Aug 25 07:49:34.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news" |
| 6151 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.328 INFO O| Aug 25 07:49:34.328 INFO STEP 283 (remove_files) COMPLETE |
| 6152 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.328 INFO O| Aug 25 07:49:34.328 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6153 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.338 INFO O| Aug 25 07:49:34.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask" |
| 6154 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.338 INFO O| Aug 25 07:49:34.338 INFO STEP 284 (remove_files) COMPLETE |
| 6155 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.338 INFO O| Aug 25 07:49:34.338 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6156 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.348 INFO O| Aug 25 07:49:34.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice" |
| 6157 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.348 INFO O| Aug 25 07:49:34.348 INFO STEP 285 (remove_files) COMPLETE |
| 6158 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.348 INFO O| Aug 25 07:49:34.348 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6159 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.357 INFO O| Aug 25 07:49:34.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl" |
| 6160 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.357 INFO O| Aug 25 07:49:34.357 INFO STEP 286 (remove_files) COMPLETE |
| 6161 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.357 INFO O| Aug 25 07:49:34.357 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6162 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.368 INFO O| Aug 25 07:49:34.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk" |
| 6163 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.368 INFO O| Aug 25 07:49:34.368 INFO STEP 287 (remove_files) COMPLETE |
| 6164 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.368 INFO O| Aug 25 07:49:34.368 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6165 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.379 INFO O| Aug 25 07:49:34.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od" |
| 6166 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.379 INFO O| Aug 25 07:49:34.379 INFO STEP 288 (remove_files) COMPLETE |
| 6167 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.379 INFO O| Aug 25 07:49:34.379 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6168 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.388 INFO O| Aug 25 07:49:34.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa" |
| 6169 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.388 INFO O| Aug 25 07:49:34.388 INFO STEP 289 (remove_files) COMPLETE |
| 6170 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.388 INFO O| Aug 25 07:49:34.388 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6171 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.398 INFO O| Aug 25 07:49:34.398 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack" |
| 6172 | 2026-08-25T07:49:35.535Z | [ recovery-image] Aug 25 07:49:34.398 INFO O| Aug 25 07:49:34.398 INFO STEP 290 (remove_files) COMPLETE |
| 6173 | 2026-08-25T07:49:35.536Z | [ recovery-image] Aug 25 07:49:34.398 INFO O| Aug 25 07:49:34.398 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6174 | 2026-08-25T07:49:35.540Z | [ recovery-image] Aug 25 07:49:34.407 INFO O| Aug 25 07:49:34.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page" |
| 6175 | 2026-08-25T07:49:35.540Z | [ recovery-image] Aug 25 07:49:34.407 INFO O| Aug 25 07:49:34.407 INFO STEP 291 (remove_files) COMPLETE |
| 6176 | 2026-08-25T07:49:35.540Z | [ recovery-image] Aug 25 07:49:34.407 INFO O| Aug 25 07:49:34.407 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6177 | 2026-08-25T07:49:35.540Z | [ recovery-image] Aug 25 07:49:34.416 INFO O| Aug 25 07:49:34.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize" |
| 6178 | 2026-08-25T07:49:35.540Z | [ recovery-image] Aug 25 07:49:34.416 INFO O| Aug 25 07:49:34.416 INFO STEP 292 (remove_files) COMPLETE |
| 6179 | 2026-08-25T07:49:35.540Z | [ recovery-image] Aug 25 07:49:34.416 INFO O| Aug 25 07:49:34.416 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6180 | 2026-08-25T07:49:35.548Z | [ recovery-image] Aug 25 07:49:34.427 INFO O| Aug 25 07:49:34.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd" |
| 6181 | 2026-08-25T07:49:35.549Z | [ recovery-image] Aug 25 07:49:34.427 INFO O| Aug 25 07:49:34.427 INFO STEP 293 (remove_files) COMPLETE |
| 6182 | 2026-08-25T07:49:35.549Z | [ recovery-image] Aug 25 07:49:34.427 INFO O| Aug 25 07:49:34.427 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6183 | 2026-08-25T07:49:35.558Z | [ recovery-image] Aug 25 07:49:34.437 INFO O| Aug 25 07:49:34.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste" |
| 6184 | 2026-08-25T07:49:35.558Z | [ recovery-image] Aug 25 07:49:34.437 INFO O| Aug 25 07:49:34.437 INFO STEP 294 (remove_files) COMPLETE |
| 6185 | 2026-08-25T07:49:35.558Z | [ recovery-image] Aug 25 07:49:34.437 INFO O| Aug 25 07:49:34.437 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6186 | 2026-08-25T07:49:35.571Z | [ recovery-image] Aug 25 07:49:34.446 INFO O| Aug 25 07:49:34.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk" |
| 6187 | 2026-08-25T07:49:35.571Z | [ recovery-image] Aug 25 07:49:34.446 INFO O| Aug 25 07:49:34.446 INFO STEP 295 (remove_files) COMPLETE |
| 6188 | 2026-08-25T07:49:35.571Z | [ recovery-image] Aug 25 07:49:34.446 INFO O| Aug 25 07:49:34.446 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6189 | 2026-08-25T07:49:35.587Z | [ recovery-image] Aug 25 07:49:34.455 INFO O| Aug 25 07:49:34.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax" |
| 6190 | 2026-08-25T07:49:35.587Z | [ recovery-image] Aug 25 07:49:34.455 INFO O| Aug 25 07:49:34.455 INFO STEP 296 (remove_files) COMPLETE |
| 6191 | 2026-08-25T07:49:35.588Z | [ recovery-image] Aug 25 07:49:34.455 INFO O| Aug 25 07:49:34.455 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6192 | 2026-08-25T07:49:35.592Z | [ recovery-image] Aug 25 07:49:34.467 INFO O| Aug 25 07:49:34.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config" |
| 6193 | 2026-08-25T07:49:35.592Z | [ recovery-image] Aug 25 07:49:34.467 INFO O| Aug 25 07:49:34.467 INFO STEP 297 (remove_files) COMPLETE |
| 6194 | 2026-08-25T07:49:35.592Z | [ recovery-image] Aug 25 07:49:34.467 INFO O| Aug 25 07:49:34.467 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6195 | 2026-08-25T07:49:35.635Z | [ recovery-image] Aug 25 07:49:34.476 INFO O| Aug 25 07:49:34.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config" |
| 6196 | 2026-08-25T07:49:35.636Z | [ recovery-image] Aug 25 07:49:34.476 INFO O| Aug 25 07:49:34.476 INFO STEP 298 (remove_files) COMPLETE |
| 6197 | 2026-08-25T07:49:35.636Z | [ recovery-image] Aug 25 07:49:34.476 INFO O| Aug 25 07:49:34.476 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6198 | 2026-08-25T07:49:35.636Z | [ recovery-image] Aug 25 07:49:34.487 INFO O| Aug 25 07:49:34.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config" |
| 6199 | 2026-08-25T07:49:35.636Z | [ recovery-image] Aug 25 07:49:34.487 INFO O| Aug 25 07:49:34.487 INFO STEP 299 (remove_files) COMPLETE |
| 6200 | 2026-08-25T07:49:35.636Z | [ recovery-image] Aug 25 07:49:34.487 INFO O| Aug 25 07:49:34.487 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6201 | 2026-08-25T07:49:35.786Z | [ recovery-image] Aug 25 07:49:34.499 INFO O| Aug 25 07:49:34.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep" |
| 6202 | 2026-08-25T07:49:35.787Z | [ recovery-image] Aug 25 07:49:34.499 INFO O| Aug 25 07:49:34.499 INFO STEP 300 (remove_files) COMPLETE |
| 6203 | 2026-08-25T07:49:35.787Z | [ recovery-image] Aug 25 07:49:34.499 INFO O| Aug 25 07:49:34.499 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6204 | 2026-08-25T07:49:35.787Z | [ recovery-image] Aug 25 07:49:34.509 INFO O| Aug 25 07:49:34.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test" |
| 6205 | 2026-08-25T07:49:35.787Z | [ recovery-image] Aug 25 07:49:34.509 INFO O| Aug 25 07:49:34.509 INFO STEP 301 (remove_files) COMPLETE |
| 6206 | 2026-08-25T07:49:35.787Z | [ recovery-image] Aug 25 07:49:34.509 INFO O| Aug 25 07:49:34.509 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6207 | 2026-08-25T07:49:35.787Z | [ recovery-image] Aug 25 07:49:34.520 INFO O| Aug 25 07:49:34.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep" |
| 6208 | 2026-08-25T07:49:35.787Z | [ recovery-image] Aug 25 07:49:34.520 INFO O| Aug 25 07:49:34.520 INFO STEP 302 (remove_files) COMPLETE |
| 6209 | 2026-08-25T07:49:35.787Z | [ recovery-image] Aug 25 07:49:34.520 INFO O| Aug 25 07:49:34.520 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6210 | 2026-08-25T07:49:35.787Z | [ recovery-image] Aug 25 07:49:34.530 INFO O| Aug 25 07:49:34.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest" |
| 6211 | 2026-08-25T07:49:35.787Z | [ recovery-image] Aug 25 07:49:34.530 INFO O| Aug 25 07:49:34.530 INFO STEP 303 (remove_files) COMPLETE |
| 6212 | 2026-08-25T07:49:35.787Z | [ recovery-image] Aug 25 07:49:34.530 INFO O| Aug 25 07:49:34.530 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6213 | 2026-08-25T07:49:35.787Z | [ recovery-image] Aug 25 07:49:34.541 INFO O| Aug 25 07:49:34.541 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash" |
| 6214 | 2026-08-25T07:49:35.788Z | [ recovery-image] Aug 25 07:49:34.541 INFO O| Aug 25 07:49:34.541 INFO STEP 304 (remove_files) COMPLETE |
| 6215 | 2026-08-25T07:49:35.788Z | [ recovery-image] Aug 25 07:49:34.541 INFO O| Aug 25 07:49:34.541 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6216 | 2026-08-25T07:49:35.802Z | [ recovery-image] Aug 25 07:49:34.550 INFO O| Aug 25 07:49:34.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh" |
| 6217 | 2026-08-25T07:49:35.802Z | [ recovery-image] Aug 25 07:49:34.550 INFO O| Aug 25 07:49:34.550 INFO STEP 305 (remove_files) COMPLETE |
| 6218 | 2026-08-25T07:49:35.803Z | [ recovery-image] Aug 25 07:49:34.550 INFO O| Aug 25 07:49:34.550 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6219 | 2026-08-25T07:49:35.803Z | [ recovery-image] Aug 25 07:49:34.559 INFO O| Aug 25 07:49:34.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh" |
| 6220 | 2026-08-25T07:49:35.803Z | [ recovery-image] Aug 25 07:49:34.559 INFO O| Aug 25 07:49:34.559 INFO STEP 306 (remove_files) COMPLETE |
| 6221 | 2026-08-25T07:49:35.803Z | [ recovery-image] Aug 25 07:49:34.559 INFO O| Aug 25 07:49:34.559 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6222 | 2026-08-25T07:49:35.803Z | [ recovery-image] Aug 25 07:49:34.569 INFO O| Aug 25 07:49:34.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93" |
| 6223 | 2026-08-25T07:49:35.803Z | [ recovery-image] Aug 25 07:49:34.569 INFO O| Aug 25 07:49:34.569 INFO STEP 307 (remove_files) COMPLETE |
| 6224 | 2026-08-25T07:49:35.803Z | [ recovery-image] Aug 25 07:49:34.569 INFO O| Aug 25 07:49:34.569 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6225 | 2026-08-25T07:49:35.803Z | [ recovery-image] Aug 25 07:49:34.580 INFO O| Aug 25 07:49:34.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh" |
| 6226 | 2026-08-25T07:49:35.803Z | [ recovery-image] Aug 25 07:49:34.580 INFO O| Aug 25 07:49:34.580 INFO STEP 308 (remove_files) COMPLETE |
| 6227 | 2026-08-25T07:49:35.803Z | [ recovery-image] Aug 25 07:49:34.580 INFO O| Aug 25 07:49:34.580 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6228 | 2026-08-25T07:49:35.803Z | [ recovery-image] Aug 25 07:49:34.589 INFO O| Aug 25 07:49:34.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93" |
| 6229 | 2026-08-25T07:49:35.803Z | [ recovery-image] Aug 25 07:49:34.590 INFO O| Aug 25 07:49:34.589 INFO STEP 309 (remove_files) COMPLETE |
| 6230 | 2026-08-25T07:49:35.804Z | [ recovery-image] Aug 25 07:49:34.590 INFO O| Aug 25 07:49:34.589 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6231 | 2026-08-25T07:49:35.804Z | [ recovery-image] Aug 25 07:49:34.599 INFO O| Aug 25 07:49:34.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh" |
| 6232 | 2026-08-25T07:49:35.804Z | [ recovery-image] Aug 25 07:49:34.599 INFO O| Aug 25 07:49:34.599 INFO STEP 310 (remove_files) COMPLETE |
| 6233 | 2026-08-25T07:49:35.804Z | [ recovery-image] Aug 25 07:49:34.599 INFO O| Aug 25 07:49:34.599 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6234 | 2026-08-25T07:49:35.804Z | [ recovery-image] Aug 25 07:49:34.608 INFO O| Aug 25 07:49:34.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh" |
| 6235 | 2026-08-25T07:49:35.804Z | [ recovery-image] Aug 25 07:49:34.608 INFO O| Aug 25 07:49:34.608 INFO STEP 311 (remove_files) COMPLETE |
| 6236 | 2026-08-25T07:49:35.804Z | [ recovery-image] Aug 25 07:49:34.608 INFO O| Aug 25 07:49:34.608 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6237 | 2026-08-25T07:49:35.804Z | [ recovery-image] Aug 25 07:49:34.618 INFO O| Aug 25 07:49:34.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh" |
| 6238 | 2026-08-25T07:49:35.804Z | [ recovery-image] Aug 25 07:49:34.618 INFO O| Aug 25 07:49:34.618 INFO STEP 312 (remove_files) COMPLETE |
| 6239 | 2026-08-25T07:49:35.804Z | [ recovery-image] Aug 25 07:49:34.618 INFO O| Aug 25 07:49:34.618 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6240 | 2026-08-25T07:49:35.804Z | [ recovery-image] Aug 25 07:49:34.628 INFO O| Aug 25 07:49:34.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg" |
| 6241 | 2026-08-25T07:49:35.804Z | [ recovery-image] Aug 25 07:49:34.628 INFO O| Aug 25 07:49:34.628 INFO STEP 313 (remove_files) COMPLETE |
| 6242 | 2026-08-25T07:49:35.804Z | [ recovery-image] Aug 25 07:49:34.628 INFO O| Aug 25 07:49:34.628 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6243 | 2026-08-25T07:49:35.804Z | [ recovery-image] Aug 25 07:49:34.637 INFO O| Aug 25 07:49:34.637 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo" |
| 6244 | 2026-08-25T07:49:35.804Z | [ recovery-image] Aug 25 07:49:34.638 INFO O| Aug 25 07:49:34.638 INFO STEP 314 (remove_files) COMPLETE |
| 6245 | 2026-08-25T07:49:35.804Z | [ recovery-image] Aug 25 07:49:34.638 INFO O| Aug 25 07:49:34.638 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6246 | 2026-08-25T07:49:35.804Z | [ recovery-image] Aug 25 07:49:34.647 INFO O| Aug 25 07:49:34.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat" |
| 6247 | 2026-08-25T07:49:35.805Z | [ recovery-image] Aug 25 07:49:34.647 INFO O| Aug 25 07:49:34.647 INFO STEP 315 (remove_files) COMPLETE |
| 6248 | 2026-08-25T07:49:35.805Z | [ recovery-image] Aug 25 07:49:34.647 INFO O| Aug 25 07:49:34.647 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6249 | 2026-08-25T07:49:35.805Z | [ recovery-image] Aug 25 07:49:34.656 INFO O| Aug 25 07:49:34.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm" |
| 6250 | 2026-08-25T07:49:35.805Z | [ recovery-image] Aug 25 07:49:34.656 INFO O| Aug 25 07:49:34.656 INFO STEP 316 (remove_files) COMPLETE |
| 6251 | 2026-08-25T07:49:35.805Z | [ recovery-image] Aug 25 07:49:34.656 INFO O| Aug 25 07:49:34.656 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6252 | 2026-08-25T07:49:35.805Z | [ recovery-image] Aug 25 07:49:34.665 INFO O| Aug 25 07:49:34.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond" |
| 6253 | 2026-08-25T07:49:35.805Z | [ recovery-image] Aug 25 07:49:34.665 INFO O| Aug 25 07:49:34.665 INFO STEP 317 (remove_files) COMPLETE |
| 6254 | 2026-08-25T07:49:35.805Z | [ recovery-image] Aug 25 07:49:34.665 INFO O| Aug 25 07:49:34.665 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6255 | 2026-08-25T07:49:35.805Z | [ recovery-image] Aug 25 07:49:34.673 INFO O| Aug 25 07:49:34.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo" |
| 6256 | 2026-08-25T07:49:35.805Z | [ recovery-image] Aug 25 07:49:34.673 INFO O| Aug 25 07:49:34.673 INFO STEP 318 (remove_files) COMPLETE |
| 6257 | 2026-08-25T07:49:35.805Z | [ recovery-image] Aug 25 07:49:34.673 INFO O| Aug 25 07:49:34.673 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6258 | 2026-08-25T07:49:35.822Z | [ recovery-image] Aug 25 07:49:34.683 INFO O| Aug 25 07:49:34.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk" |
| 6259 | 2026-08-25T07:49:35.822Z | [ recovery-image] Aug 25 07:49:34.683 INFO O| Aug 25 07:49:34.683 INFO STEP 319 (remove_files) COMPLETE |
| 6260 | 2026-08-25T07:49:35.822Z | [ recovery-image] Aug 25 07:49:34.683 INFO O| Aug 25 07:49:34.683 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6261 | 2026-08-25T07:49:35.827Z | [ recovery-image] Aug 25 07:49:34.691 INFO O| Aug 25 07:49:34.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam" |
| 6262 | 2026-08-25T07:49:35.827Z | [ recovery-image] Aug 25 07:49:34.692 INFO O| Aug 25 07:49:34.692 INFO STEP 320 (remove_files) COMPLETE |
| 6263 | 2026-08-25T07:49:35.828Z | [ recovery-image] Aug 25 07:49:34.692 INFO O| Aug 25 07:49:34.692 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6264 | 2026-08-25T07:49:35.828Z | [ recovery-image] Aug 25 07:49:34.701 INFO O| Aug 25 07:49:34.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto" |
| 6265 | 2026-08-25T07:49:35.828Z | [ recovery-image] Aug 25 07:49:34.701 INFO O| Aug 25 07:49:34.701 INFO STEP 321 (remove_files) COMPLETE |
| 6266 | 2026-08-25T07:49:35.828Z | [ recovery-image] Aug 25 07:49:34.701 INFO O| Aug 25 07:49:34.701 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6267 | 2026-08-25T07:49:35.848Z | [ recovery-image] Aug 25 07:49:34.711 INFO O| Aug 25 07:49:34.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans" |
| 6268 | 2026-08-25T07:49:35.848Z | [ recovery-image] Aug 25 07:49:34.711 INFO O| Aug 25 07:49:34.711 INFO STEP 322 (remove_files) COMPLETE |
| 6269 | 2026-08-25T07:49:35.848Z | [ recovery-image] Aug 25 07:49:34.711 INFO O| Aug 25 07:49:34.711 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6270 | 2026-08-25T07:49:35.860Z | [ recovery-image] Aug 25 07:49:34.721 INFO O| Aug 25 07:49:34.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool" |
| 6271 | 2026-08-25T07:49:35.860Z | [ recovery-image] Aug 25 07:49:34.721 INFO O| Aug 25 07:49:34.721 INFO STEP 323 (remove_files) COMPLETE |
| 6272 | 2026-08-25T07:49:35.860Z | [ recovery-image] Aug 25 07:49:34.721 INFO O| Aug 25 07:49:34.721 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6273 | 2026-08-25T07:49:35.860Z | [ recovery-image] Aug 25 07:49:34.730 INFO O| Aug 25 07:49:34.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp" |
| 6274 | 2026-08-25T07:49:35.860Z | [ recovery-image] Aug 25 07:49:34.731 INFO O| Aug 25 07:49:34.731 INFO STEP 324 (remove_files) COMPLETE |
| 6275 | 2026-08-25T07:49:35.860Z | [ recovery-image] Aug 25 07:49:34.731 INFO O| Aug 25 07:49:34.731 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6276 | 2026-08-25T07:49:35.870Z | [ recovery-image] Aug 25 07:49:34.741 INFO O| Aug 25 07:49:34.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise" |
| 6277 | 2026-08-25T07:49:35.870Z | [ recovery-image] Aug 25 07:49:34.741 INFO O| Aug 25 07:49:34.741 INFO STEP 325 (remove_files) COMPLETE |
| 6278 | 2026-08-25T07:49:35.870Z | [ recovery-image] Aug 25 07:49:34.741 INFO O| Aug 25 07:49:34.741 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6279 | 2026-08-25T07:49:35.881Z | [ recovery-image] Aug 25 07:49:34.750 INFO O| Aug 25 07:49:34.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat" |
| 6280 | 2026-08-25T07:49:35.881Z | [ recovery-image] Aug 25 07:49:34.750 INFO O| Aug 25 07:49:34.750 INFO STEP 326 (remove_files) COMPLETE |
| 6281 | 2026-08-25T07:49:35.881Z | [ recovery-image] Aug 25 07:49:34.750 INFO O| Aug 25 07:49:34.750 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6282 | 2026-08-25T07:49:35.892Z | [ recovery-image] Aug 25 07:49:34.760 INFO O| Aug 25 07:49:34.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz" |
| 6283 | 2026-08-25T07:49:35.892Z | [ recovery-image] Aug 25 07:49:34.760 INFO O| Aug 25 07:49:34.760 INFO STEP 327 (remove_files) COMPLETE |
| 6284 | 2026-08-25T07:49:35.892Z | [ recovery-image] Aug 25 07:49:34.760 INFO O| Aug 25 07:49:34.760 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6285 | 2026-08-25T07:49:35.915Z | [ recovery-image] Aug 25 07:49:34.768 INFO O| Aug 25 07:49:34.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr" |
| 6286 | 2026-08-25T07:49:35.915Z | [ recovery-image] Aug 25 07:49:34.768 INFO O| Aug 25 07:49:34.768 INFO STEP 328 (remove_files) COMPLETE |
| 6287 | 2026-08-25T07:49:35.915Z | [ recovery-image] Aug 25 07:49:34.768 INFO O| Aug 25 07:49:34.768 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6288 | 2026-08-25T07:49:35.915Z | [ recovery-image] Aug 25 07:49:34.777 INFO O| Aug 25 07:49:34.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print" |
| 6289 | 2026-08-25T07:49:35.915Z | [ recovery-image] Aug 25 07:49:34.777 INFO O| Aug 25 07:49:34.777 INFO STEP 329 (remove_files) COMPLETE |
| 6290 | 2026-08-25T07:49:35.915Z | [ recovery-image] Aug 25 07:49:34.777 INFO O| Aug 25 07:49:34.777 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6291 | 2026-08-25T07:49:35.927Z | [ recovery-image] Aug 25 07:49:34.786 INFO O| Aug 25 07:49:34.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf" |
| 6292 | 2026-08-25T07:49:35.928Z | [ recovery-image] Aug 25 07:49:34.786 INFO O| Aug 25 07:49:34.786 INFO STEP 330 (remove_files) COMPLETE |
| 6293 | 2026-08-25T07:49:35.928Z | [ recovery-image] Aug 25 07:49:34.786 INFO O| Aug 25 07:49:34.786 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6294 | 2026-08-25T07:49:35.928Z | [ recovery-image] Aug 25 07:49:34.795 INFO O| Aug 25 07:49:34.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl" |
| 6295 | 2026-08-25T07:49:35.928Z | [ recovery-image] Aug 25 07:49:34.795 INFO O| Aug 25 07:49:34.795 INFO STEP 331 (remove_files) COMPLETE |
| 6296 | 2026-08-25T07:49:35.928Z | [ recovery-image] Aug 25 07:49:34.796 INFO O| Aug 25 07:49:34.795 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6297 | 2026-08-25T07:49:35.935Z | [ recovery-image] Aug 25 07:49:34.806 INFO O| Aug 25 07:49:34.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles" |
| 6298 | 2026-08-25T07:49:35.935Z | [ recovery-image] Aug 25 07:49:34.806 INFO O| Aug 25 07:49:34.806 INFO STEP 332 (remove_files) COMPLETE |
| 6299 | 2026-08-25T07:49:35.935Z | [ recovery-image] Aug 25 07:49:34.806 INFO O| Aug 25 07:49:34.806 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6300 | 2026-08-25T07:49:35.943Z | [ recovery-image] Aug 25 07:49:34.815 INFO O| Aug 25 07:49:34.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects" |
| 6301 | 2026-08-25T07:49:35.943Z | [ recovery-image] Aug 25 07:49:34.815 INFO O| Aug 25 07:49:34.815 INFO STEP 333 (remove_files) COMPLETE |
| 6302 | 2026-08-25T07:49:35.943Z | [ recovery-image] Aug 25 07:49:34.815 INFO O| Aug 25 07:49:34.815 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6303 | 2026-08-25T07:49:35.966Z | [ recovery-image] Aug 25 07:49:34.825 INFO O| Aug 25 07:49:34.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags" |
| 6304 | 2026-08-25T07:49:35.966Z | [ recovery-image] Aug 25 07:49:34.825 INFO O| Aug 25 07:49:34.825 INFO STEP 334 (remove_files) COMPLETE |
| 6305 | 2026-08-25T07:49:35.966Z | [ recovery-image] Aug 25 07:49:34.825 INFO O| Aug 25 07:49:34.825 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6306 | 2026-08-25T07:49:35.974Z | [ recovery-image] Aug 25 07:49:34.834 INFO O| Aug 25 07:49:34.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev" |
| 6307 | 2026-08-25T07:49:35.974Z | [ recovery-image] Aug 25 07:49:34.834 INFO O| Aug 25 07:49:34.834 INFO STEP 335 (remove_files) COMPLETE |
| 6308 | 2026-08-25T07:49:35.974Z | [ recovery-image] Aug 25 07:49:34.834 INFO O| Aug 25 07:49:34.834 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6309 | 2026-08-25T07:49:35.974Z | [ recovery-image] Aug 25 07:49:34.845 INFO O| Aug 25 07:49:34.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp" |
| 6310 | 2026-08-25T07:49:35.974Z | [ recovery-image] Aug 25 07:49:34.845 INFO O| Aug 25 07:49:34.845 INFO STEP 336 (remove_files) COMPLETE |
| 6311 | 2026-08-25T07:49:35.974Z | [ recovery-image] Aug 25 07:49:34.845 INFO O| Aug 25 07:49:34.845 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6312 | 2026-08-25T07:49:35.989Z | [ recovery-image] Aug 25 07:49:34.855 INFO O| Aug 25 07:49:34.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs" |
| 6313 | 2026-08-25T07:49:35.989Z | [ recovery-image] Aug 25 07:49:34.856 INFO O| Aug 25 07:49:34.856 INFO STEP 337 (remove_files) COMPLETE |
| 6314 | 2026-08-25T07:49:35.989Z | [ recovery-image] Aug 25 07:49:34.856 INFO O| Aug 25 07:49:34.856 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6315 | 2026-08-25T07:49:35.997Z | [ recovery-image] Aug 25 07:49:34.866 INFO O| Aug 25 07:49:34.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait" |
| 6316 | 2026-08-25T07:49:35.997Z | [ recovery-image] Aug 25 07:49:34.867 INFO O| Aug 25 07:49:34.866 INFO STEP 338 (remove_files) COMPLETE |
| 6317 | 2026-08-25T07:49:35.997Z | [ recovery-image] Aug 25 07:49:34.867 INFO O| Aug 25 07:49:34.866 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6318 | 2026-08-25T07:49:36.008Z | [ recovery-image] Aug 25 07:49:34.878 INFO O| Aug 25 07:49:34.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd" |
| 6319 | 2026-08-25T07:49:36.009Z | [ recovery-image] Aug 25 07:49:34.878 INFO O| Aug 25 07:49:34.878 INFO STEP 339 (remove_files) COMPLETE |
| 6320 | 2026-08-25T07:49:36.009Z | [ recovery-image] Aug 25 07:49:34.878 INFO O| Aug 25 07:49:34.878 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6321 | 2026-08-25T07:49:36.017Z | [ recovery-image] Aug 25 07:49:34.888 INFO O| Aug 25 07:49:34.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read" |
| 6322 | 2026-08-25T07:49:36.017Z | [ recovery-image] Aug 25 07:49:34.888 INFO O| Aug 25 07:49:34.888 INFO STEP 340 (remove_files) COMPLETE |
| 6323 | 2026-08-25T07:49:36.018Z | [ recovery-image] Aug 25 07:49:34.888 INFO O| Aug 25 07:49:34.888 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6324 | 2026-08-25T07:49:36.025Z | [ recovery-image] Aug 25 07:49:34.899 INFO O| Aug 25 07:49:34.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red" |
| 6325 | 2026-08-25T07:49:36.025Z | [ recovery-image] Aug 25 07:49:34.899 INFO O| Aug 25 07:49:34.899 INFO STEP 341 (remove_files) COMPLETE |
| 6326 | 2026-08-25T07:49:36.025Z | [ recovery-image] Aug 25 07:49:34.899 INFO O| Aug 25 07:49:34.899 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6327 | 2026-08-25T07:49:36.032Z | [ recovery-image] Aug 25 07:49:34.909 INFO O| Aug 25 07:49:34.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp" |
| 6328 | 2026-08-25T07:49:36.032Z | [ recovery-image] Aug 25 07:49:34.909 INFO O| Aug 25 07:49:34.909 INFO STEP 342 (remove_files) COMPLETE |
| 6329 | 2026-08-25T07:49:36.042Z | [ recovery-image] Aug 25 07:49:34.910 INFO O| Aug 25 07:49:34.909 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6330 | 2026-08-25T07:49:36.053Z | [ recovery-image] Aug 25 07:49:34.920 INFO O| Aug 25 07:49:34.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice" |
| 6331 | 2026-08-25T07:49:36.053Z | [ recovery-image] Aug 25 07:49:34.920 INFO O| Aug 25 07:49:34.920 INFO STEP 343 (remove_files) COMPLETE |
| 6332 | 2026-08-25T07:49:36.053Z | [ recovery-image] Aug 25 07:49:34.920 INFO O| Aug 25 07:49:34.920 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6333 | 2026-08-25T07:49:36.084Z | [ recovery-image] Aug 25 07:49:34.931 INFO O| Aug 25 07:49:34.931 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize" |
| 6334 | 2026-08-25T07:49:36.084Z | [ recovery-image] Aug 25 07:49:34.931 INFO O| Aug 25 07:49:34.931 INFO STEP 344 (remove_files) COMPLETE |
| 6335 | 2026-08-25T07:49:36.084Z | [ recovery-image] Aug 25 07:49:34.931 INFO O| Aug 25 07:49:34.931 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6336 | 2026-08-25T07:49:36.112Z | [ recovery-image] Aug 25 07:49:34.943 INFO O| Aug 25 07:49:34.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev" |
| 6337 | 2026-08-25T07:49:36.112Z | [ recovery-image] Aug 25 07:49:34.943 INFO O| Aug 25 07:49:34.943 INFO STEP 345 (remove_files) COMPLETE |
| 6338 | 2026-08-25T07:49:36.112Z | [ recovery-image] Aug 25 07:49:34.943 INFO O| Aug 25 07:49:34.943 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6339 | 2026-08-25T07:49:36.112Z | [ recovery-image] Aug 25 07:49:34.952 INFO O| Aug 25 07:49:34.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh" |
| 6340 | 2026-08-25T07:49:36.112Z | [ recovery-image] Aug 25 07:49:34.952 INFO O| Aug 25 07:49:34.952 INFO STEP 346 (remove_files) COMPLETE |
| 6341 | 2026-08-25T07:49:36.112Z | [ recovery-image] Aug 25 07:49:34.952 INFO O| Aug 25 07:49:34.952 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6342 | 2026-08-25T07:49:36.112Z | [ recovery-image] Aug 25 07:49:34.960 INFO O| Aug 25 07:49:34.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93" |
| 6343 | 2026-08-25T07:49:36.112Z | [ recovery-image] Aug 25 07:49:34.960 INFO O| Aug 25 07:49:34.960 INFO STEP 347 (remove_files) COMPLETE |
| 6344 | 2026-08-25T07:49:36.112Z | [ recovery-image] Aug 25 07:49:34.960 INFO O| Aug 25 07:49:34.960 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6345 | 2026-08-25T07:49:36.112Z | [ recovery-image] Aug 25 07:49:34.968 INFO O| Aug 25 07:49:34.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles" |
| 6346 | 2026-08-25T07:49:36.112Z | [ recovery-image] Aug 25 07:49:34.968 INFO O| Aug 25 07:49:34.968 INFO STEP 348 (remove_files) COMPLETE |
| 6347 | 2026-08-25T07:49:36.112Z | [ recovery-image] Aug 25 07:49:34.968 INFO O| Aug 25 07:49:34.968 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6348 | 2026-08-25T07:49:36.138Z | [ recovery-image] Aug 25 07:49:34.976 INFO O| Aug 25 07:49:34.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo" |
| 6349 | 2026-08-25T07:49:36.138Z | [ recovery-image] Aug 25 07:49:34.976 INFO O| Aug 25 07:49:34.976 INFO STEP 349 (remove_files) COMPLETE |
| 6350 | 2026-08-25T07:49:36.138Z | [ recovery-image] Aug 25 07:49:34.976 INFO O| Aug 25 07:49:34.976 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6351 | 2026-08-25T07:49:36.138Z | [ recovery-image] Aug 25 07:49:34.984 INFO O| Aug 25 07:49:34.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync" |
| 6352 | 2026-08-25T07:49:36.138Z | [ recovery-image] Aug 25 07:49:34.984 INFO O| Aug 25 07:49:34.984 INFO STEP 350 (remove_files) COMPLETE |
| 6353 | 2026-08-25T07:49:36.138Z | [ recovery-image] Aug 25 07:49:34.984 INFO O| Aug 25 07:49:34.984 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6354 | 2026-08-25T07:49:36.139Z | [ recovery-image] Aug 25 07:49:34.992 INFO O| Aug 25 07:49:34.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl" |
| 6355 | 2026-08-25T07:49:36.139Z | [ recovery-image] Aug 25 07:49:34.992 INFO O| Aug 25 07:49:34.992 INFO STEP 351 (remove_files) COMPLETE |
| 6356 | 2026-08-25T07:49:36.139Z | [ recovery-image] Aug 25 07:49:34.992 INFO O| Aug 25 07:49:34.992 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6357 | 2026-08-25T07:49:36.139Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 6358 | 2026-08-25T07:49:36.150Z | [ recovery-image] Aug 25 07:49:35.000 INFO O| Aug 25 07:49:35.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat" |
| 6359 | 2026-08-25T07:49:36.150Z | [ recovery-image] Aug 25 07:49:35.001 INFO O| Aug 25 07:49:35.001 INFO STEP 352 (remove_files) COMPLETE |
| 6360 | 2026-08-25T07:49:36.150Z | [ recovery-image] Aug 25 07:49:35.001 INFO O| Aug 25 07:49:35.001 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6361 | 2026-08-25T07:49:36.150Z | [ recovery-image] Aug 25 07:49:35.012 INFO O| Aug 25 07:49:35.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp" |
| 6362 | 2026-08-25T07:49:36.150Z | [ recovery-image] Aug 25 07:49:35.013 INFO O| Aug 25 07:49:35.013 INFO STEP 353 (remove_files) COMPLETE |
| 6363 | 2026-08-25T07:49:36.151Z | [ recovery-image] Aug 25 07:49:35.013 INFO O| Aug 25 07:49:35.013 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6364 | 2026-08-25T07:49:36.151Z | [ recovery-image] Aug 25 07:49:35.022 INFO O| Aug 25 07:49:35.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script" |
| 6365 | 2026-08-25T07:49:36.151Z | [ recovery-image] Aug 25 07:49:35.022 INFO O| Aug 25 07:49:35.022 INFO STEP 354 (remove_files) COMPLETE |
| 6366 | 2026-08-25T07:49:36.151Z | [ recovery-image] Aug 25 07:49:35.022 INFO O| Aug 25 07:49:35.022 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6367 | 2026-08-25T07:49:36.160Z | [ recovery-image] Aug 25 07:49:35.033 INFO O| Aug 25 07:49:35.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff" |
| 6368 | 2026-08-25T07:49:36.160Z | [ recovery-image] Aug 25 07:49:35.033 INFO O| Aug 25 07:49:35.033 INFO STEP 355 (remove_files) COMPLETE |
| 6369 | 2026-08-25T07:49:36.160Z | [ recovery-image] Aug 25 07:49:35.033 INFO O| Aug 25 07:49:35.033 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6370 | 2026-08-25T07:49:36.172Z | [ recovery-image] Aug 25 07:49:35.042 INFO O| Aug 25 07:49:35.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp" |
| 6371 | 2026-08-25T07:49:36.172Z | [ recovery-image] Aug 25 07:49:35.042 INFO O| Aug 25 07:49:35.042 INFO STEP 356 (remove_files) COMPLETE |
| 6372 | 2026-08-25T07:49:36.172Z | [ recovery-image] Aug 25 07:49:35.042 INFO O| Aug 25 07:49:35.042 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6373 | 2026-08-25T07:49:36.180Z | [ recovery-image] Aug 25 07:49:35.056 INFO O| Aug 25 07:49:35.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp" |
| 6374 | 2026-08-25T07:49:36.180Z | [ recovery-image] Aug 25 07:49:35.057 INFO O| Aug 25 07:49:35.056 INFO STEP 357 (remove_files) COMPLETE |
| 6375 | 2026-08-25T07:49:36.180Z | [ recovery-image] Aug 25 07:49:35.057 INFO O| Aug 25 07:49:35.056 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6376 | 2026-08-25T07:49:36.190Z | [ recovery-image] Aug 25 07:49:35.066 INFO O| Aug 25 07:49:35.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp" |
| 6377 | 2026-08-25T07:49:36.190Z | [ recovery-image] Aug 25 07:49:35.066 INFO O| Aug 25 07:49:35.066 INFO STEP 358 (remove_files) COMPLETE |
| 6378 | 2026-08-25T07:49:36.190Z | [ recovery-image] Aug 25 07:49:35.066 INFO O| Aug 25 07:49:35.066 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6379 | 2026-08-25T07:49:36.204Z | [ recovery-image] Aug 25 07:49:35.076 INFO O| Aug 25 07:49:35.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil" |
| 6380 | 2026-08-25T07:49:36.204Z | [ recovery-image] Aug 25 07:49:35.076 INFO O| Aug 25 07:49:35.076 INFO STEP 359 (remove_files) COMPLETE |
| 6381 | 2026-08-25T07:49:36.204Z | [ recovery-image] Aug 25 07:49:35.076 INFO O| Aug 25 07:49:35.076 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6382 | 2026-08-25T07:49:36.222Z | [ recovery-image] Aug 25 07:49:35.087 INFO O| Aug 25 07:49:35.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib" |
| 6383 | 2026-08-25T07:49:36.222Z | [ recovery-image] Aug 25 07:49:35.087 INFO O| Aug 25 07:49:35.087 INFO STEP 360 (remove_files) COMPLETE |
| 6384 | 2026-08-25T07:49:36.222Z | [ recovery-image] Aug 25 07:49:35.087 INFO O| Aug 25 07:49:35.087 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6385 | 2026-08-25T07:49:36.233Z | [ recovery-image] Aug 25 07:49:35.097 INFO O| Aug 25 07:49:35.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget" |
| 6386 | 2026-08-25T07:49:36.233Z | [ recovery-image] Aug 25 07:49:35.097 INFO O| Aug 25 07:49:35.097 INFO STEP 361 (remove_files) COMPLETE |
| 6387 | 2026-08-25T07:49:36.233Z | [ recovery-image] Aug 25 07:49:35.097 INFO O| Aug 25 07:49:35.097 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6388 | 2026-08-25T07:49:36.233Z | [ recovery-image] Aug 25 07:49:35.108 INFO O| Aug 25 07:49:35.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk" |
| 6389 | 2026-08-25T07:49:36.233Z | [ recovery-image] Aug 25 07:49:35.108 INFO O| Aug 25 07:49:35.108 INFO STEP 362 (remove_files) COMPLETE |
| 6390 | 2026-08-25T07:49:36.233Z | [ recovery-image] Aug 25 07:49:35.108 INFO O| Aug 25 07:49:35.108 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6391 | 2026-08-25T07:49:36.252Z | [ recovery-image] Aug 25 07:49:35.118 INFO O| Aug 25 07:49:35.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck" |
| 6392 | 2026-08-25T07:49:36.252Z | [ recovery-image] Aug 25 07:49:35.118 INFO O| Aug 25 07:49:35.118 INFO STEP 363 (remove_files) COMPLETE |
| 6393 | 2026-08-25T07:49:36.253Z | [ recovery-image] Aug 25 07:49:35.118 INFO O| Aug 25 07:49:35.118 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6394 | 2026-08-25T07:49:36.267Z | [ recovery-image] Aug 25 07:49:35.128 INFO O| Aug 25 07:49:35.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf" |
| 6395 | 2026-08-25T07:49:36.267Z | [ recovery-image] Aug 25 07:49:35.129 INFO O| Aug 25 07:49:35.129 INFO STEP 364 (remove_files) COMPLETE |
| 6396 | 2026-08-25T07:49:36.267Z | [ recovery-image] Aug 25 07:49:35.129 INFO O| Aug 25 07:49:35.129 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6397 | 2026-08-25T07:49:36.267Z | [ recovery-image] Aug 25 07:49:35.138 INFO O| Aug 25 07:49:35.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta" |
| 6398 | 2026-08-25T07:49:36.267Z | [ recovery-image] Aug 25 07:49:35.138 INFO O| Aug 25 07:49:35.138 INFO STEP 365 (remove_files) COMPLETE |
| 6399 | 2026-08-25T07:49:36.267Z | [ recovery-image] Aug 25 07:49:35.138 INFO O| Aug 25 07:49:35.138 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6400 | 2026-08-25T07:49:36.296Z | [ recovery-image] Aug 25 07:49:35.147 INFO O| Aug 25 07:49:35.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf" |
| 6401 | 2026-08-25T07:49:36.296Z | [ recovery-image] Aug 25 07:49:35.147 INFO O| Aug 25 07:49:35.147 INFO STEP 366 (remove_files) COMPLETE |
| 6402 | 2026-08-25T07:49:36.296Z | [ recovery-image] Aug 25 07:49:35.147 INFO O| Aug 25 07:49:35.147 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6403 | 2026-08-25T07:49:36.312Z | [ recovery-image] Aug 25 07:49:35.157 INFO O| Aug 25 07:49:35.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget" |
| 6404 | 2026-08-25T07:49:36.312Z | [ recovery-image] Aug 25 07:49:35.157 INFO O| Aug 25 07:49:35.157 INFO STEP 367 (remove_files) COMPLETE |
| 6405 | 2026-08-25T07:49:36.312Z | [ recovery-image] Aug 25 07:49:35.157 INFO O| Aug 25 07:49:35.157 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6406 | 2026-08-25T07:49:36.312Z | [ recovery-image] Aug 25 07:49:35.166 INFO O| Aug 25 07:49:35.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext" |
| 6407 | 2026-08-25T07:49:36.312Z | [ recovery-image] Aug 25 07:49:35.166 INFO O| Aug 25 07:49:35.166 INFO STEP 368 (remove_files) COMPLETE |
| 6408 | 2026-08-25T07:49:36.312Z | [ recovery-image] Aug 25 07:49:35.166 INFO O| Aug 25 07:49:35.166 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6409 | 2026-08-25T07:49:36.312Z | [ recovery-image] Aug 25 07:49:35.177 INFO O| Aug 25 07:49:35.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat" |
| 6410 | 2026-08-25T07:49:36.312Z | [ recovery-image] Aug 25 07:49:35.177 INFO O| Aug 25 07:49:35.177 INFO STEP 369 (remove_files) COMPLETE |
| 6411 | 2026-08-25T07:49:36.312Z | [ recovery-image] Aug 25 07:49:35.177 INFO O| Aug 25 07:49:35.177 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6412 | 2026-08-25T07:49:36.326Z | [ recovery-image] Aug 25 07:49:35.188 INFO O| Aug 25 07:49:35.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap" |
| 6413 | 2026-08-25T07:49:36.326Z | [ recovery-image] Aug 25 07:49:35.188 INFO O| Aug 25 07:49:35.188 INFO STEP 370 (remove_files) COMPLETE |
| 6414 | 2026-08-25T07:49:36.327Z | [ recovery-image] Aug 25 07:49:35.188 INFO O| Aug 25 07:49:35.188 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6415 | 2026-08-25T07:49:36.327Z | [ recovery-image] Aug 25 07:49:35.198 INFO O| Aug 25 07:49:35.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping" |
| 6416 | 2026-08-25T07:49:36.327Z | [ recovery-image] Aug 25 07:49:35.198 INFO O| Aug 25 07:49:35.198 INFO STEP 371 (remove_files) COMPLETE |
| 6417 | 2026-08-25T07:49:36.327Z | [ recovery-image] Aug 25 07:49:35.198 INFO O| Aug 25 07:49:35.198 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6418 | 2026-08-25T07:49:36.340Z | [ recovery-image] Aug 25 07:49:35.209 INFO O| Aug 25 07:49:35.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps" |
| 6419 | 2026-08-25T07:49:36.340Z | [ recovery-image] Aug 25 07:49:35.210 INFO O| Aug 25 07:49:35.210 INFO STEP 372 (remove_files) COMPLETE |
| 6420 | 2026-08-25T07:49:36.340Z | [ recovery-image] Aug 25 07:49:35.210 INFO O| Aug 25 07:49:35.210 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6421 | 2026-08-25T07:49:36.354Z | [ recovery-image] Aug 25 07:49:35.220 INFO O| Aug 25 07:49:35.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset" |
| 6422 | 2026-08-25T07:49:36.355Z | [ recovery-image] Aug 25 07:49:35.220 INFO O| Aug 25 07:49:35.220 INFO STEP 373 (remove_files) COMPLETE |
| 6423 | 2026-08-25T07:49:36.355Z | [ recovery-image] Aug 25 07:49:35.220 INFO O| Aug 25 07:49:35.220 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6424 | 2026-08-25T07:49:36.366Z | [ recovery-image] Aug 25 07:49:35.231 INFO O| Aug 25 07:49:35.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus" |
| 6425 | 2026-08-25T07:49:36.366Z | [ recovery-image] Aug 25 07:49:35.231 INFO O| Aug 25 07:49:35.231 INFO STEP 374 (remove_files) COMPLETE |
| 6426 | 2026-08-25T07:49:36.366Z | [ recovery-image] Aug 25 07:49:35.231 INFO O| Aug 25 07:49:35.231 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6427 | 2026-08-25T07:49:36.376Z | [ recovery-image] Aug 25 07:49:35.240 INFO O| Aug 25 07:49:35.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable" |
| 6428 | 2026-08-25T07:49:36.376Z | [ recovery-image] Aug 25 07:49:35.240 INFO O| Aug 25 07:49:35.240 INFO STEP 375 (remove_files) COMPLETE |
| 6429 | 2026-08-25T07:49:36.376Z | [ recovery-image] Aug 25 07:49:35.241 INFO O| Aug 25 07:49:35.240 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6430 | 2026-08-25T07:49:36.376Z | [ recovery-image] Aug 25 07:49:35.249 INFO O| Aug 25 07:49:35.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest" |
| 6431 | 2026-08-25T07:49:36.376Z | [ recovery-image] Aug 25 07:49:35.249 INFO O| Aug 25 07:49:35.249 INFO STEP 376 (remove_files) COMPLETE |
| 6432 | 2026-08-25T07:49:36.376Z | [ recovery-image] Aug 25 07:49:35.249 INFO O| Aug 25 07:49:35.249 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6433 | 2026-08-25T07:49:36.387Z | [verify-libraries] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 6434 | 2026-08-25T07:49:36.387Z | [ recovery-image] Aug 25 07:49:35.258 INFO O| Aug 25 07:49:35.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate" |
| 6435 | 2026-08-25T07:49:36.387Z | [ recovery-image] Aug 25 07:49:35.258 INFO O| Aug 25 07:49:35.258 INFO STEP 377 (remove_files) COMPLETE |
| 6436 | 2026-08-25T07:49:36.387Z | [ recovery-image] Aug 25 07:49:35.258 INFO O| Aug 25 07:49:35.258 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6437 | 2026-08-25T07:49:36.400Z | [ recovery-image] Aug 25 07:49:35.269 INFO O| Aug 25 07:49:35.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap" |
| 6438 | 2026-08-25T07:49:36.400Z | [ recovery-image] Aug 25 07:49:35.270 INFO O| Aug 25 07:49:35.269 INFO STEP 378 (remove_files) COMPLETE |
| 6439 | 2026-08-25T07:49:36.400Z | [ recovery-image] Aug 25 07:49:35.270 INFO O| Aug 25 07:49:35.269 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6440 | 2026-08-25T07:49:36.416Z | [ recovery-image] Aug 25 07:49:35.279 INFO O| Aug 25 07:49:35.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm" |
| 6441 | 2026-08-25T07:49:36.416Z | [ recovery-image] Aug 25 07:49:35.279 INFO O| Aug 25 07:49:35.279 INFO STEP 379 (remove_files) COMPLETE |
| 6442 | 2026-08-25T07:49:36.416Z | [ recovery-image] Aug 25 07:49:35.279 INFO O| Aug 25 07:49:35.279 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6443 | 2026-08-25T07:49:36.416Z | [verify-libraries] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 6444 | 2026-08-25T07:49:36.449Z | [ recovery-image] Aug 25 07:49:35.290 INFO O| Aug 25 07:49:35.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm" |
| 6445 | 2026-08-25T07:49:36.449Z | [ recovery-image] Aug 25 07:49:35.290 INFO O| Aug 25 07:49:35.290 INFO STEP 380 (remove_files) COMPLETE |
| 6446 | 2026-08-25T07:49:36.449Z | [ recovery-image] Aug 25 07:49:35.290 INFO O| Aug 25 07:49:35.290 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6447 | 2026-08-25T07:49:36.449Z | [ recovery-image] Aug 25 07:49:35.300 INFO O| Aug 25 07:49:35.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk" |
| 6448 | 2026-08-25T07:49:36.449Z | [ recovery-image] Aug 25 07:49:35.300 INFO O| Aug 25 07:49:35.300 INFO STEP 381 (remove_files) COMPLETE |
| 6449 | 2026-08-25T07:49:36.449Z | [ recovery-image] Aug 25 07:49:35.300 INFO O| Aug 25 07:49:35.300 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6450 | 2026-08-25T07:49:36.449Z | [ recovery-image] Aug 25 07:49:35.309 INFO O| Aug 25 07:49:35.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss" |
| 6451 | 2026-08-25T07:49:36.449Z | [ recovery-image] Aug 25 07:49:35.309 INFO O| Aug 25 07:49:35.309 INFO STEP 382 (remove_files) COMPLETE |
| 6452 | 2026-08-25T07:49:36.449Z | [ recovery-image] Aug 25 07:49:35.309 INFO O| Aug 25 07:49:35.309 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6453 | 2026-08-25T07:49:36.467Z | [ recovery-image] Aug 25 07:49:35.321 INFO O| Aug 25 07:49:35.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell" |
| 6454 | 2026-08-25T07:49:36.467Z | [ recovery-image] Aug 25 07:49:35.321 INFO O| Aug 25 07:49:35.321 INFO STEP 383 (remove_files) COMPLETE |
| 6455 | 2026-08-25T07:49:36.468Z | [ recovery-image] Aug 25 07:49:35.321 INFO O| Aug 25 07:49:35.321 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6456 | 2026-08-25T07:49:36.468Z | [ recovery-image] Aug 25 07:49:35.332 INFO O| Aug 25 07:49:35.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split" |
| 6457 | 2026-08-25T07:49:36.468Z | [ recovery-image] Aug 25 07:49:35.332 INFO O| Aug 25 07:49:35.332 INFO STEP 384 (remove_files) COMPLETE |
| 6458 | 2026-08-25T07:49:36.468Z | [ recovery-image] Aug 25 07:49:35.332 INFO O| Aug 25 07:49:35.332 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6459 | 2026-08-25T07:49:36.493Z | [ recovery-image] Aug 25 07:49:35.343 INFO O| Aug 25 07:49:35.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3" |
| 6460 | 2026-08-25T07:49:36.493Z | [ recovery-image] Aug 25 07:49:35.343 INFO O| Aug 25 07:49:35.343 INFO STEP 385 (remove_files) COMPLETE |
| 6461 | 2026-08-25T07:49:36.493Z | [ recovery-image] Aug 25 07:49:35.343 INFO O| Aug 25 07:49:35.343 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6462 | 2026-08-25T07:49:36.493Z | [ recovery-image] Aug 25 07:49:35.352 INFO O| Aug 25 07:49:35.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh" |
| 6463 | 2026-08-25T07:49:36.493Z | [ recovery-image] Aug 25 07:49:35.352 INFO O| Aug 25 07:49:35.352 INFO STEP 386 (remove_files) COMPLETE |
| 6464 | 2026-08-25T07:49:36.493Z | [ recovery-image] Aug 25 07:49:35.352 INFO O| Aug 25 07:49:35.352 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6465 | 2026-08-25T07:49:36.511Z | [ recovery-image] Aug 25 07:49:35.363 INFO O| Aug 25 07:49:35.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add" |
| 6466 | 2026-08-25T07:49:36.511Z | [ recovery-image] Aug 25 07:49:35.363 INFO O| Aug 25 07:49:35.363 INFO STEP 387 (remove_files) COMPLETE |
| 6467 | 2026-08-25T07:49:36.511Z | [ recovery-image] Aug 25 07:49:35.363 INFO O| Aug 25 07:49:35.363 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6468 | 2026-08-25T07:49:36.512Z | [ recovery-image] Aug 25 07:49:35.372 INFO O| Aug 25 07:49:35.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent" |
| 6469 | 2026-08-25T07:49:36.512Z | [ recovery-image] Aug 25 07:49:35.372 INFO O| Aug 25 07:49:35.372 INFO STEP 388 (remove_files) COMPLETE |
| 6470 | 2026-08-25T07:49:36.512Z | [ recovery-image] Aug 25 07:49:35.372 INFO O| Aug 25 07:49:35.372 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6471 | 2026-08-25T07:49:36.527Z | [ recovery-image] Aug 25 07:49:35.381 INFO O| Aug 25 07:49:35.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id" |
| 6472 | 2026-08-25T07:49:36.527Z | [ recovery-image] Aug 25 07:49:35.381 INFO O| Aug 25 07:49:35.381 INFO STEP 389 (remove_files) COMPLETE |
| 6473 | 2026-08-25T07:49:36.527Z | [ recovery-image] Aug 25 07:49:35.381 INFO O| Aug 25 07:49:35.381 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6474 | 2026-08-25T07:49:36.527Z | [ recovery-image] Aug 25 07:49:35.389 INFO O| Aug 25 07:49:35.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan" |
| 6475 | 2026-08-25T07:49:36.527Z | [ recovery-image] Aug 25 07:49:35.389 INFO O| Aug 25 07:49:35.389 INFO STEP 390 (remove_files) COMPLETE |
| 6476 | 2026-08-25T07:49:36.527Z | [ recovery-image] Aug 25 07:49:35.389 INFO O| Aug 25 07:49:35.389 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6477 | 2026-08-25T07:49:36.544Z | [ recovery-image] Aug 25 07:49:35.399 INFO O| Aug 25 07:49:35.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings" |
| 6478 | 2026-08-25T07:49:36.544Z | [ recovery-image] Aug 25 07:49:35.399 INFO O| Aug 25 07:49:35.399 INFO STEP 391 (remove_files) COMPLETE |
| 6479 | 2026-08-25T07:49:36.544Z | [ recovery-image] Aug 25 07:49:35.399 INFO O| Aug 25 07:49:35.399 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6480 | 2026-08-25T07:49:36.544Z | [ recovery-image] Aug 25 07:49:35.410 INFO O| Aug 25 07:49:35.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum" |
| 6481 | 2026-08-25T07:49:36.544Z | [ recovery-image] Aug 25 07:49:35.410 INFO O| Aug 25 07:49:35.410 INFO STEP 392 (remove_files) COMPLETE |
| 6482 | 2026-08-25T07:49:36.544Z | [ recovery-image] Aug 25 07:49:35.410 INFO O| Aug 25 07:49:35.410 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6483 | 2026-08-25T07:49:36.544Z | [ recovery-image] Aug 25 07:49:35.419 INFO O| Aug 25 07:49:35.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs" |
| 6484 | 2026-08-25T07:49:36.544Z | [ recovery-image] Aug 25 07:49:35.419 INFO O| Aug 25 07:49:35.419 INFO STEP 393 (remove_files) COMPLETE |
| 6485 | 2026-08-25T07:49:36.544Z | [ recovery-image] Aug 25 07:49:35.419 INFO O| Aug 25 07:49:35.419 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6486 | 2026-08-25T07:49:36.580Z | [ recovery-image] Aug 25 07:49:35.430 INFO O| Aug 25 07:49:35.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy" |
| 6487 | 2026-08-25T07:49:36.580Z | [ recovery-image] Aug 25 07:49:35.430 INFO O| Aug 25 07:49:35.430 INFO STEP 394 (remove_files) COMPLETE |
| 6488 | 2026-08-25T07:49:36.580Z | [ recovery-image] Aug 25 07:49:35.430 INFO O| Aug 25 07:49:35.430 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6489 | 2026-08-25T07:49:36.592Z | [ recovery-image] Aug 25 07:49:35.439 INFO O| Aug 25 07:49:35.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test" |
| 6490 | 2026-08-25T07:49:36.592Z | [ recovery-image] Aug 25 07:49:35.439 INFO O| Aug 25 07:49:35.439 INFO STEP 395 (remove_files) COMPLETE |
| 6491 | 2026-08-25T07:49:36.592Z | [ recovery-image] Aug 25 07:49:35.439 INFO O| Aug 25 07:49:35.439 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6492 | 2026-08-25T07:49:36.592Z | [ recovery-image] Aug 25 07:49:35.449 INFO O| Aug 25 07:49:35.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic" |
| 6493 | 2026-08-25T07:49:36.592Z | [ recovery-image] Aug 25 07:49:35.449 INFO O| Aug 25 07:49:35.449 INFO STEP 396 (remove_files) COMPLETE |
| 6494 | 2026-08-25T07:49:36.592Z | [ recovery-image] Aug 25 07:49:35.449 INFO O| Aug 25 07:49:35.449 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6495 | 2026-08-25T07:49:36.592Z | [ recovery-image] Aug 25 07:49:35.459 INFO O| Aug 25 07:49:35.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time" |
| 6496 | 2026-08-25T07:49:36.592Z | [ recovery-image] Aug 25 07:49:35.460 INFO O| Aug 25 07:49:35.459 INFO STEP 397 (remove_files) COMPLETE |
| 6497 | 2026-08-25T07:49:36.592Z | [ recovery-image] Aug 25 07:49:35.460 INFO O| Aug 25 07:49:35.459 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6498 | 2026-08-25T07:49:36.602Z | [ recovery-image] Aug 25 07:49:35.469 INFO O| Aug 25 07:49:35.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip" |
| 6499 | 2026-08-25T07:49:36.602Z | [ recovery-image] Aug 25 07:49:35.469 INFO O| Aug 25 07:49:35.469 INFO STEP 398 (remove_files) COMPLETE |
| 6500 | 2026-08-25T07:49:36.602Z | [ recovery-image] Aug 25 07:49:35.469 INFO O| Aug 25 07:49:35.469 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6501 | 2026-08-25T07:49:36.614Z | [ recovery-image] Aug 25 07:49:35.478 INFO O| Aug 25 07:49:35.478 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib" |
| 6502 | 2026-08-25T07:49:36.614Z | [ recovery-image] Aug 25 07:49:35.478 INFO O| Aug 25 07:49:35.478 INFO STEP 399 (remove_files) COMPLETE |
| 6503 | 2026-08-25T07:49:36.614Z | [ recovery-image] Aug 25 07:49:35.478 INFO O| Aug 25 07:49:35.478 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6504 | 2026-08-25T07:49:36.620Z | [ recovery-image] Aug 25 07:49:35.490 INFO O| Aug 25 07:49:35.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm" |
| 6505 | 2026-08-25T07:49:36.620Z | [ recovery-image] Aug 25 07:49:35.490 INFO O| Aug 25 07:49:35.490 INFO STEP 400 (remove_files) COMPLETE |
| 6506 | 2026-08-25T07:49:36.620Z | [ recovery-image] Aug 25 07:49:35.490 INFO O| Aug 25 07:49:35.490 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6507 | 2026-08-25T07:49:36.620Z | [ recovery-image] Aug 25 07:49:35.499 INFO O| Aug 25 07:49:35.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail" |
| 6508 | 2026-08-25T07:49:36.620Z | [ recovery-image] Aug 25 07:49:35.500 INFO O| Aug 25 07:49:35.499 INFO STEP 401 (remove_files) COMPLETE |
| 6509 | 2026-08-25T07:49:36.629Z | [ recovery-image] Aug 25 07:49:35.500 INFO O| Aug 25 07:49:35.499 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6510 | 2026-08-25T07:49:36.643Z | [ recovery-image] Aug 25 07:49:35.510 INFO O| Aug 25 07:49:35.510 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true" |
| 6511 | 2026-08-25T07:49:36.643Z | [ recovery-image] Aug 25 07:49:35.510 INFO O| Aug 25 07:49:35.510 INFO STEP 402 (remove_files) COMPLETE |
| 6512 | 2026-08-25T07:49:36.643Z | [ recovery-image] Aug 25 07:49:35.510 INFO O| Aug 25 07:49:35.510 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6513 | 2026-08-25T07:49:36.656Z | [ recovery-image] Aug 25 07:49:35.519 INFO O| Aug 25 07:49:35.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty" |
| 6514 | 2026-08-25T07:49:36.656Z | [ recovery-image] Aug 25 07:49:35.519 INFO O| Aug 25 07:49:35.519 INFO STEP 403 (remove_files) COMPLETE |
| 6515 | 2026-08-25T07:49:36.657Z | [ recovery-image] Aug 25 07:49:35.519 INFO O| Aug 25 07:49:35.519 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6516 | 2026-08-25T07:49:36.657Z | [ recovery-image] Aug 25 07:49:35.529 INFO O| Aug 25 07:49:35.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type" |
| 6517 | 2026-08-25T07:49:36.657Z | [ recovery-image] Aug 25 07:49:35.529 INFO O| Aug 25 07:49:35.529 INFO STEP 404 (remove_files) COMPLETE |
| 6518 | 2026-08-25T07:49:36.657Z | [ recovery-image] Aug 25 07:49:35.529 INFO O| Aug 25 07:49:35.529 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6519 | 2026-08-25T07:49:36.669Z | [ recovery-image] Aug 25 07:49:35.538 INFO O| Aug 25 07:49:35.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect" |
| 6520 | 2026-08-25T07:49:36.669Z | [ recovery-image] Aug 25 07:49:35.538 INFO O| Aug 25 07:49:35.538 INFO STEP 405 (remove_files) COMPLETE |
| 6521 | 2026-08-25T07:49:36.669Z | [ recovery-image] Aug 25 07:49:35.538 INFO O| Aug 25 07:49:35.538 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6522 | 2026-08-25T07:49:36.683Z | [ recovery-image] Aug 25 07:49:35.549 INFO O| Aug 25 07:49:35.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit" |
| 6523 | 2026-08-25T07:49:36.683Z | [ recovery-image] Aug 25 07:49:35.549 INFO O| Aug 25 07:49:35.549 INFO STEP 406 (remove_files) COMPLETE |
| 6524 | 2026-08-25T07:49:36.684Z | [ recovery-image] Aug 25 07:49:35.549 INFO O| Aug 25 07:49:35.549 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6525 | 2026-08-25T07:49:36.702Z | [ recovery-image] Aug 25 07:49:35.560 INFO O| Aug 25 07:49:35.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask" |
| 6526 | 2026-08-25T07:49:36.702Z | [ recovery-image] Aug 25 07:49:35.560 INFO O| Aug 25 07:49:35.560 INFO STEP 407 (remove_files) COMPLETE |
| 6527 | 2026-08-25T07:49:36.702Z | [ recovery-image] Aug 25 07:49:35.560 INFO O| Aug 25 07:49:35.560 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6528 | 2026-08-25T07:49:36.702Z | [ recovery-image] Aug 25 07:49:35.570 INFO O| Aug 25 07:49:35.569 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias" |
| 6529 | 2026-08-25T07:49:36.702Z | [ recovery-image] Aug 25 07:49:35.570 INFO O| Aug 25 07:49:35.570 INFO STEP 408 (remove_files) COMPLETE |
| 6530 | 2026-08-25T07:49:36.702Z | [ recovery-image] Aug 25 07:49:35.570 INFO O| Aug 25 07:49:35.570 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6531 | 2026-08-25T07:49:36.725Z | [ recovery-image] Aug 25 07:49:35.580 INFO O| Aug 25 07:49:35.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress" |
| 6532 | 2026-08-25T07:49:36.725Z | [ recovery-image] Aug 25 07:49:35.580 INFO O| Aug 25 07:49:35.580 INFO STEP 409 (remove_files) COMPLETE |
| 6533 | 2026-08-25T07:49:36.725Z | [ recovery-image] Aug 25 07:49:35.580 INFO O| Aug 25 07:49:35.580 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6534 | 2026-08-25T07:49:36.742Z | [ recovery-image] Aug 25 07:49:35.590 INFO O| Aug 25 07:49:35.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand" |
| 6535 | 2026-08-25T07:49:36.742Z | [ recovery-image] Aug 25 07:49:35.590 INFO O| Aug 25 07:49:35.590 INFO STEP 410 (remove_files) COMPLETE |
| 6536 | 2026-08-25T07:49:36.742Z | [ recovery-image] Aug 25 07:49:35.590 INFO O| Aug 25 07:49:35.590 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6537 | 2026-08-25T07:49:36.742Z | [ recovery-image] Aug 25 07:49:35.607 INFO O| Aug 25 07:49:35.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq" |
| 6538 | 2026-08-25T07:49:36.742Z | [ recovery-image] Aug 25 07:49:35.607 INFO O| Aug 25 07:49:35.607 INFO STEP 411 (remove_files) COMPLETE |
| 6539 | 2026-08-25T07:49:36.742Z | [ recovery-image] Aug 25 07:49:35.607 INFO O| Aug 25 07:49:35.607 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6540 | 2026-08-25T07:49:36.752Z | [ recovery-image] Aug 25 07:49:35.621 INFO O| Aug 25 07:49:35.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units" |
| 6541 | 2026-08-25T07:49:36.766Z | [ recovery-image] Aug 25 07:49:35.638 INFO O| Aug 25 07:49:35.637 INFO STEP 412 (remove_files) COMPLETE |
| 6542 | 2026-08-25T07:49:36.766Z | [ recovery-image] Aug 25 07:49:35.638 INFO O| Aug 25 07:49:35.638 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6543 | 2026-08-25T07:49:36.793Z | [ recovery-image] Aug 25 07:49:35.663 INFO O| Aug 25 07:49:35.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos" |
| 6544 | 2026-08-25T07:49:36.793Z | [ recovery-image] Aug 25 07:49:35.663 INFO O| Aug 25 07:49:35.663 INFO STEP 413 (remove_files) COMPLETE |
| 6545 | 2026-08-25T07:49:36.793Z | [ recovery-image] Aug 25 07:49:35.663 INFO O| Aug 25 07:49:35.663 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6546 | 2026-08-25T07:49:36.805Z | [ recovery-image] Aug 25 07:49:35.674 INFO O| Aug 25 07:49:35.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack" |
| 6547 | 2026-08-25T07:49:36.805Z | [ recovery-image] Aug 25 07:49:35.674 INFO O| Aug 25 07:49:35.674 INFO STEP 414 (remove_files) COMPLETE |
| 6548 | 2026-08-25T07:49:36.805Z | [ recovery-image] Aug 25 07:49:35.674 INFO O| Aug 25 07:49:35.674 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6549 | 2026-08-25T07:49:36.816Z | [ recovery-image] Aug 25 07:49:35.683 INFO O| Aug 25 07:49:35.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr" |
| 6550 | 2026-08-25T07:49:36.816Z | [ recovery-image] Aug 25 07:49:35.683 INFO O| Aug 25 07:49:35.683 INFO STEP 415 (remove_files) COMPLETE |
| 6551 | 2026-08-25T07:49:36.816Z | [ recovery-image] Aug 25 07:49:35.683 INFO O| Aug 25 07:49:35.683 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6552 | 2026-08-25T07:49:36.824Z | [ recovery-image] Aug 25 07:49:35.695 INFO O| Aug 25 07:49:35.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode" |
| 6553 | 2026-08-25T07:49:36.824Z | [ recovery-image] Aug 25 07:49:35.695 INFO O| Aug 25 07:49:35.695 INFO STEP 416 (remove_files) COMPLETE |
| 6554 | 2026-08-25T07:49:36.824Z | [ recovery-image] Aug 25 07:49:35.695 INFO O| Aug 25 07:49:35.695 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6555 | 2026-08-25T07:49:36.838Z | [ recovery-image] Aug 25 07:49:35.707 INFO O| Aug 25 07:49:35.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode" |
| 6556 | 2026-08-25T07:49:36.838Z | [ recovery-image] Aug 25 07:49:35.707 INFO O| Aug 25 07:49:35.707 INFO STEP 417 (remove_files) COMPLETE |
| 6557 | 2026-08-25T07:49:36.838Z | [ recovery-image] Aug 25 07:49:35.707 INFO O| Aug 25 07:49:35.707 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6558 | 2026-08-25T07:49:36.852Z | [ recovery-image] Aug 25 07:49:35.719 INFO O| Aug 25 07:49:35.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen" |
| 6559 | 2026-08-25T07:49:36.853Z | [ recovery-image] Aug 25 07:49:35.719 INFO O| Aug 25 07:49:35.719 INFO STEP 418 (remove_files) COMPLETE |
| 6560 | 2026-08-25T07:49:36.853Z | [ recovery-image] Aug 25 07:49:35.719 INFO O| Aug 25 07:49:35.719 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6561 | 2026-08-25T07:49:36.859Z | [ recovery-image] Aug 25 07:49:35.730 INFO O| Aug 25 07:49:35.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit" |
| 6562 | 2026-08-25T07:49:36.859Z | [ recovery-image] Aug 25 07:49:35.730 INFO O| Aug 25 07:49:35.730 INFO STEP 419 (remove_files) COMPLETE |
| 6563 | 2026-08-25T07:49:36.859Z | [ recovery-image] Aug 25 07:49:35.730 INFO O| Aug 25 07:49:35.730 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6564 | 2026-08-25T07:49:36.884Z | [ recovery-image] Aug 25 07:49:35.740 INFO O| Aug 25 07:49:35.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim" |
| 6565 | 2026-08-25T07:49:36.884Z | [ recovery-image] Aug 25 07:49:35.740 INFO O| Aug 25 07:49:35.740 INFO STEP 420 (remove_files) COMPLETE |
| 6566 | 2026-08-25T07:49:36.885Z | [ recovery-image] Aug 25 07:49:35.740 INFO O| Aug 25 07:49:35.740 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6567 | 2026-08-25T07:49:36.897Z | [ recovery-image] Aug 25 07:49:35.749 INFO O| Aug 25 07:49:35.749 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor" |
| 6568 | 2026-08-25T07:49:36.897Z | [ recovery-image] Aug 25 07:49:35.749 INFO O| Aug 25 07:49:35.749 INFO STEP 421 (remove_files) COMPLETE |
| 6569 | 2026-08-25T07:49:36.897Z | [ recovery-image] Aug 25 07:49:35.749 INFO O| Aug 25 07:49:35.749 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6570 | 2026-08-25T07:49:36.897Z | [ recovery-image] Aug 25 07:49:35.762 INFO O| Aug 25 07:49:35.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat" |
| 6571 | 2026-08-25T07:49:36.897Z | [ recovery-image] Aug 25 07:49:35.762 INFO O| Aug 25 07:49:35.762 INFO STEP 422 (remove_files) COMPLETE |
| 6572 | 2026-08-25T07:49:36.897Z | [ recovery-image] Aug 25 07:49:35.762 INFO O| Aug 25 07:49:35.762 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6573 | 2026-08-25T07:49:36.907Z | [ recovery-image] Aug 25 07:49:35.772 INFO O| Aug 25 07:49:35.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt" |
| 6574 | 2026-08-25T07:49:36.907Z | [ recovery-image] Aug 25 07:49:35.772 INFO O| Aug 25 07:49:35.772 INFO STEP 423 (remove_files) COMPLETE |
| 6575 | 2026-08-25T07:49:36.907Z | [ recovery-image] Aug 25 07:49:35.772 INFO O| Aug 25 07:49:35.772 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6576 | 2026-08-25T07:49:36.919Z | [ recovery-image] Aug 25 07:49:35.784 INFO O| Aug 25 07:49:35.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w" |
| 6577 | 2026-08-25T07:49:36.919Z | [ recovery-image] Aug 25 07:49:35.784 INFO O| Aug 25 07:49:35.784 INFO STEP 424 (remove_files) COMPLETE |
| 6578 | 2026-08-25T07:49:36.919Z | [ recovery-image] Aug 25 07:49:35.786 INFO O| Aug 25 07:49:35.784 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6579 | 2026-08-25T07:49:36.934Z | [ recovery-image] Aug 25 07:49:35.795 INFO O| Aug 25 07:49:35.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait" |
| 6580 | 2026-08-25T07:49:36.934Z | [ recovery-image] Aug 25 07:49:35.795 INFO O| Aug 25 07:49:35.795 INFO STEP 425 (remove_files) COMPLETE |
| 6581 | 2026-08-25T07:49:36.934Z | [ recovery-image] Aug 25 07:49:35.795 INFO O| Aug 25 07:49:35.795 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6582 | 2026-08-25T07:49:36.934Z | [verify-libraries] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 6583 | 2026-08-25T07:49:36.934Z | [ recovery-image] Aug 25 07:49:35.806 INFO O| Aug 25 07:49:35.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch" |
| 6584 | 2026-08-25T07:49:36.945Z | [ recovery-image] Aug 25 07:49:35.806 INFO O| Aug 25 07:49:35.806 INFO STEP 426 (remove_files) COMPLETE |
| 6585 | 2026-08-25T07:49:36.945Z | [ recovery-image] Aug 25 07:49:35.806 INFO O| Aug 25 07:49:35.806 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6586 | 2026-08-25T07:49:36.945Z | [ recovery-image] Aug 25 07:49:35.816 INFO O| Aug 25 07:49:35.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc" |
| 6587 | 2026-08-25T07:49:36.946Z | [ recovery-image] Aug 25 07:49:35.816 INFO O| Aug 25 07:49:35.816 INFO STEP 427 (remove_files) COMPLETE |
| 6588 | 2026-08-25T07:49:36.946Z | [ recovery-image] Aug 25 07:49:35.816 INFO O| Aug 25 07:49:35.816 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6589 | 2026-08-25T07:49:36.954Z | [ recovery-image] Aug 25 07:49:35.828 INFO O| Aug 25 07:49:35.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which" |
| 6590 | 2026-08-25T07:49:36.954Z | [ recovery-image] Aug 25 07:49:35.828 INFO O| Aug 25 07:49:35.828 INFO STEP 428 (remove_files) COMPLETE |
| 6591 | 2026-08-25T07:49:36.954Z | [ recovery-image] Aug 25 07:49:35.828 INFO O| Aug 25 07:49:35.828 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6592 | 2026-08-25T07:49:36.967Z | [ recovery-image] Aug 25 07:49:35.839 INFO O| Aug 25 07:49:35.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls" |
| 6593 | 2026-08-25T07:49:36.967Z | [ recovery-image] Aug 25 07:49:35.839 INFO O| Aug 25 07:49:35.839 INFO STEP 429 (remove_files) COMPLETE |
| 6594 | 2026-08-25T07:49:36.967Z | [ recovery-image] Aug 25 07:49:35.839 INFO O| Aug 25 07:49:35.839 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6595 | 2026-08-25T07:49:36.972Z | [ recovery-image] Aug 25 07:49:35.850 INFO O| Aug 25 07:49:35.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct" |
| 6596 | 2026-08-25T07:49:36.972Z | [ recovery-image] Aug 25 07:49:35.850 INFO O| Aug 25 07:49:35.850 INFO STEP 430 (remove_files) COMPLETE |
| 6597 | 2026-08-25T07:49:36.972Z | [ recovery-image] Aug 25 07:49:35.850 INFO O| Aug 25 07:49:35.850 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6598 | 2026-08-25T07:49:36.986Z | [ recovery-image] Aug 25 07:49:35.861 INFO O| Aug 25 07:49:35.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write" |
| 6599 | 2026-08-25T07:49:36.986Z | [ recovery-image] Aug 25 07:49:35.861 INFO O| Aug 25 07:49:35.861 INFO STEP 431 (remove_files) COMPLETE |
| 6600 | 2026-08-25T07:49:36.986Z | [ recovery-image] Aug 25 07:49:35.861 INFO O| Aug 25 07:49:35.861 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6601 | 2026-08-25T07:49:36.995Z | [ recovery-image] Aug 25 07:49:35.873 INFO O| Aug 25 07:49:35.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs" |
| 6602 | 2026-08-25T07:49:36.995Z | [ recovery-image] Aug 25 07:49:35.873 INFO O| Aug 25 07:49:35.873 INFO STEP 432 (remove_files) COMPLETE |
| 6603 | 2026-08-25T07:49:36.995Z | [ recovery-image] Aug 25 07:49:35.873 INFO O| Aug 25 07:49:35.873 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6604 | 2026-08-25T07:49:37.009Z | [ recovery-image] Aug 25 07:49:35.885 INFO O| Aug 25 07:49:35.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config" |
| 6605 | 2026-08-25T07:49:37.009Z | [ recovery-image] Aug 25 07:49:35.885 INFO O| Aug 25 07:49:35.885 INFO STEP 433 (remove_files) COMPLETE |
| 6606 | 2026-08-25T07:49:37.019Z | [ recovery-image] Aug 25 07:49:35.885 INFO O| Aug 25 07:49:35.885 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6607 | 2026-08-25T07:49:37.029Z | [ recovery-image] Aug 25 07:49:35.897 INFO O| Aug 25 07:49:35.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog" |
| 6608 | 2026-08-25T07:49:37.029Z | [ recovery-image] Aug 25 07:49:35.897 INFO O| Aug 25 07:49:35.897 INFO STEP 434 (remove_files) COMPLETE |
| 6609 | 2026-08-25T07:49:37.029Z | [ recovery-image] Aug 25 07:49:35.897 INFO O| Aug 25 07:49:35.897 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6610 | 2026-08-25T07:49:37.044Z | [ recovery-image] Aug 25 07:49:35.908 INFO O| Aug 25 07:49:35.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint" |
| 6611 | 2026-08-25T07:49:37.044Z | [ recovery-image] Aug 25 07:49:35.908 INFO O| Aug 25 07:49:35.908 INFO STEP 435 (remove_files) COMPLETE |
| 6612 | 2026-08-25T07:49:37.044Z | [ recovery-image] Aug 25 07:49:35.908 INFO O| Aug 25 07:49:35.908 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6613 | 2026-08-25T07:49:37.055Z | [ recovery-image] Aug 25 07:49:35.917 INFO O| Aug 25 07:49:35.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf" |
| 6614 | 2026-08-25T07:49:37.055Z | [ recovery-image] Aug 25 07:49:35.917 INFO O| Aug 25 07:49:35.917 INFO STEP 436 (remove_files) COMPLETE |
| 6615 | 2026-08-25T07:49:37.055Z | [ recovery-image] Aug 25 07:49:35.917 INFO O| Aug 25 07:49:35.917 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6616 | 2026-08-25T07:49:37.055Z | [ recovery-image] Aug 25 07:49:35.927 INFO O| Aug 25 07:49:35.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr" |
| 6617 | 2026-08-25T07:49:37.055Z | [ recovery-image] Aug 25 07:49:35.927 INFO O| Aug 25 07:49:35.927 INFO STEP 437 (remove_files) COMPLETE |
| 6618 | 2026-08-25T07:49:37.055Z | [ recovery-image] Aug 25 07:49:35.927 INFO O| Aug 25 07:49:35.927 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6619 | 2026-08-25T07:49:37.062Z | [ recovery-image] Aug 25 07:49:35.939 INFO O| Aug 25 07:49:35.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd" |
| 6620 | 2026-08-25T07:49:37.062Z | [ recovery-image] Aug 25 07:49:35.939 INFO O| Aug 25 07:49:35.939 INFO STEP 438 (remove_files) COMPLETE |
| 6621 | 2026-08-25T07:49:37.062Z | [ recovery-image] Aug 25 07:49:35.939 INFO O| Aug 25 07:49:35.939 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6622 | 2026-08-25T07:49:37.071Z | [ recovery-image] Aug 25 07:49:35.949 INFO O| Aug 25 07:49:35.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz" |
| 6623 | 2026-08-25T07:49:37.071Z | [ recovery-image] Aug 25 07:49:35.949 INFO O| Aug 25 07:49:35.949 INFO STEP 439 (remove_files) COMPLETE |
| 6624 | 2026-08-25T07:49:37.071Z | [ recovery-image] Aug 25 07:49:35.949 INFO O| Aug 25 07:49:35.949 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6625 | 2026-08-25T07:49:37.082Z | [ recovery-image] Aug 25 07:49:35.960 INFO O| Aug 25 07:49:35.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec" |
| 6626 | 2026-08-25T07:49:37.083Z | [ recovery-image] Aug 25 07:49:35.960 INFO O| Aug 25 07:49:35.960 INFO STEP 440 (remove_files) COMPLETE |
| 6627 | 2026-08-25T07:49:37.083Z | [ recovery-image] Aug 25 07:49:35.960 INFO O| Aug 25 07:49:35.960 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6628 | 2026-08-25T07:49:37.091Z | [ recovery-image] Aug 25 07:49:35.968 INFO O| Aug 25 07:49:35.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff" |
| 6629 | 2026-08-25T07:49:37.091Z | [ recovery-image] Aug 25 07:49:35.968 INFO O| Aug 25 07:49:35.968 INFO STEP 441 (remove_files) COMPLETE |
| 6630 | 2026-08-25T07:49:37.091Z | [ recovery-image] Aug 25 07:49:35.968 INFO O| Aug 25 07:49:35.968 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6631 | 2026-08-25T07:49:37.104Z | [ recovery-image] Aug 25 07:49:35.983 INFO O| Aug 25 07:49:35.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep" |
| 6632 | 2026-08-25T07:49:37.104Z | [ recovery-image] Aug 25 07:49:35.983 INFO O| Aug 25 07:49:35.983 INFO STEP 442 (remove_files) COMPLETE |
| 6633 | 2026-08-25T07:49:37.104Z | [ recovery-image] Aug 25 07:49:35.983 INFO O| Aug 25 07:49:35.983 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6634 | 2026-08-25T07:49:37.125Z | [ recovery-image] Aug 25 07:49:35.995 INFO O| Aug 25 07:49:35.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless" |
| 6635 | 2026-08-25T07:49:37.125Z | [ recovery-image] Aug 25 07:49:35.995 INFO O| Aug 25 07:49:35.995 INFO STEP 443 (remove_files) COMPLETE |
| 6636 | 2026-08-25T07:49:37.136Z | [ recovery-image] Aug 25 07:49:35.995 INFO O| Aug 25 07:49:35.995 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6637 | 2026-08-25T07:49:37.137Z | [ recovery-image] Aug 25 07:49:36.005 INFO O| Aug 25 07:49:36.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore" |
| 6638 | 2026-08-25T07:49:37.137Z | [ recovery-image] Aug 25 07:49:36.005 INFO O| Aug 25 07:49:36.005 INFO STEP 444 (remove_files) COMPLETE |
| 6639 | 2026-08-25T07:49:37.137Z | [ recovery-image] Aug 25 07:49:36.005 INFO O| Aug 25 07:49:36.005 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6640 | 2026-08-25T07:49:37.145Z | [ recovery-image] Aug 25 07:49:36.018 INFO O| Aug 25 07:49:36.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes" |
| 6641 | 2026-08-25T07:49:37.145Z | [ recovery-image] Aug 25 07:49:36.018 INFO O| Aug 25 07:49:36.018 INFO STEP 445 (remove_files) COMPLETE |
| 6642 | 2026-08-25T07:49:37.145Z | [ recovery-image] Aug 25 07:49:36.018 INFO O| Aug 25 07:49:36.018 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6643 | 2026-08-25T07:49:37.157Z | [ recovery-image] Aug 25 07:49:36.029 INFO O| Aug 25 07:49:36.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat" |
| 6644 | 2026-08-25T07:49:37.157Z | [ recovery-image] Aug 25 07:49:36.029 INFO O| Aug 25 07:49:36.029 INFO STEP 446 (remove_files) COMPLETE |
| 6645 | 2026-08-25T07:49:37.157Z | [ recovery-image] Aug 25 07:49:36.029 INFO O| Aug 25 07:49:36.029 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6646 | 2026-08-25T07:49:37.170Z | [ recovery-image] Aug 25 07:49:36.039 INFO O| Aug 25 07:49:36.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat" |
| 6647 | 2026-08-25T07:49:37.170Z | [ recovery-image] Aug 25 07:49:36.039 INFO O| Aug 25 07:49:36.039 INFO STEP 447 (remove_files) COMPLETE |
| 6648 | 2026-08-25T07:49:37.170Z | [ recovery-image] Aug 25 07:49:36.039 INFO O| Aug 25 07:49:36.039 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6649 | 2026-08-25T07:49:37.183Z | [ recovery-image] Aug 25 07:49:36.049 INFO O| Aug 25 07:49:36.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd" |
| 6650 | 2026-08-25T07:49:37.183Z | [ recovery-image] Aug 25 07:49:36.050 INFO O| Aug 25 07:49:36.049 INFO STEP 448 (remove_files) COMPLETE |
| 6651 | 2026-08-25T07:49:37.183Z | [ recovery-image] Aug 25 07:49:36.050 INFO O| Aug 25 07:49:36.049 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6652 | 2026-08-25T07:49:37.183Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 6653 | 2026-08-25T07:49:37.183Z | [ recovery-image] Aug 25 07:49:36.060 INFO O| Aug 25 07:49:36.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep" |
| 6654 | 2026-08-25T07:49:37.183Z | [ recovery-image] Aug 25 07:49:36.060 INFO O| Aug 25 07:49:36.060 INFO STEP 449 (remove_files) COMPLETE |
| 6655 | 2026-08-25T07:49:37.183Z | [ recovery-image] Aug 25 07:49:36.060 INFO O| Aug 25 07:49:36.060 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6656 | 2026-08-25T07:49:37.193Z | [ recovery-image] Aug 25 07:49:36.072 INFO O| Aug 25 07:49:36.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless" |
| 6657 | 2026-08-25T07:49:37.193Z | [ recovery-image] Aug 25 07:49:36.072 INFO O| Aug 25 07:49:36.071 INFO STEP 450 (remove_files) COMPLETE |
| 6658 | 2026-08-25T07:49:37.206Z | [ recovery-image] Aug 25 07:49:36.072 INFO O| Aug 25 07:49:36.071 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6659 | 2026-08-25T07:49:37.219Z | [ recovery-image] Aug 25 07:49:36.082 INFO O| Aug 25 07:49:36.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
| 6660 | 2026-08-25T07:49:37.219Z | [ recovery-image] Aug 25 07:49:36.083 INFO O| Aug 25 07:49:36.082 INFO STEP 451 (remove_files) COMPLETE |
| 6661 | 2026-08-25T07:49:37.219Z | [ recovery-image] Aug 25 07:49:36.083 INFO O| Aug 25 07:49:36.082 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6662 | 2026-08-25T07:49:37.219Z | [ recovery-image] Aug 25 07:49:36.093 INFO O| Aug 25 07:49:36.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
| 6663 | 2026-08-25T07:49:37.219Z | [ recovery-image] Aug 25 07:49:36.093 INFO O| Aug 25 07:49:36.093 INFO STEP 452 (remove_files) COMPLETE |
| 6664 | 2026-08-25T07:49:37.219Z | [ recovery-image] Aug 25 07:49:36.093 INFO O| Aug 25 07:49:36.093 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6665 | 2026-08-25T07:49:37.225Z | [ recovery-image] Aug 25 07:49:36.103 INFO O| Aug 25 07:49:36.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
| 6666 | 2026-08-25T07:49:37.225Z | [ recovery-image] Aug 25 07:49:36.103 INFO O| Aug 25 07:49:36.103 INFO STEP 453 (remove_files) COMPLETE |
| 6667 | 2026-08-25T07:49:37.225Z | [ recovery-image] Aug 25 07:49:36.103 INFO O| Aug 25 07:49:36.103 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6668 | 2026-08-25T07:49:37.239Z | [ recovery-image] Aug 25 07:49:36.114 INFO O| Aug 25 07:49:36.114 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
| 6669 | 2026-08-25T07:49:37.239Z | [ recovery-image] Aug 25 07:49:36.114 INFO O| Aug 25 07:49:36.114 INFO STEP 454 (remove_files) COMPLETE |
| 6670 | 2026-08-25T07:49:37.239Z | [ recovery-image] Aug 25 07:49:36.114 INFO O| Aug 25 07:49:36.114 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6671 | 2026-08-25T07:49:37.246Z | [ recovery-image] Aug 25 07:49:36.124 INFO O| Aug 25 07:49:36.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
| 6672 | 2026-08-25T07:49:37.246Z | [ recovery-image] Aug 25 07:49:36.124 INFO O| Aug 25 07:49:36.124 INFO STEP 455 (remove_files) COMPLETE |
| 6673 | 2026-08-25T07:49:37.247Z | [ recovery-image] Aug 25 07:49:36.124 INFO O| Aug 25 07:49:36.124 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6674 | 2026-08-25T07:49:37.255Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 6675 | 2026-08-25T07:49:37.268Z | [ recovery-image] Aug 25 07:49:36.135 INFO O| Aug 25 07:49:36.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
| 6676 | 2026-08-25T07:49:37.268Z | [ recovery-image] Aug 25 07:49:36.135 INFO O| Aug 25 07:49:36.135 INFO STEP 456 (remove_files) COMPLETE |
| 6677 | 2026-08-25T07:49:37.268Z | [ recovery-image] Aug 25 07:49:36.135 INFO O| Aug 25 07:49:36.135 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6678 | 2026-08-25T07:49:37.282Z | [ recovery-image] Aug 25 07:49:36.145 INFO O| Aug 25 07:49:36.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
| 6679 | 2026-08-25T07:49:37.282Z | [ recovery-image] Aug 25 07:49:36.146 INFO O| Aug 25 07:49:36.146 INFO STEP 457 (remove_files) COMPLETE |
| 6680 | 2026-08-25T07:49:37.282Z | [ recovery-image] Aug 25 07:49:36.146 INFO O| Aug 25 07:49:36.146 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6681 | 2026-08-25T07:49:37.282Z | [ recovery-image] Aug 25 07:49:36.155 INFO O| Aug 25 07:49:36.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
| 6682 | 2026-08-25T07:49:37.282Z | [ recovery-image] Aug 25 07:49:36.155 INFO O| Aug 25 07:49:36.155 INFO STEP 458 (remove_files) COMPLETE |
| 6683 | 2026-08-25T07:49:37.282Z | [ recovery-image] Aug 25 07:49:36.155 INFO O| Aug 25 07:49:36.155 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6684 | 2026-08-25T07:49:37.292Z | [ recovery-image] Aug 25 07:49:36.166 INFO O| Aug 25 07:49:36.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
| 6685 | 2026-08-25T07:49:37.292Z | [ recovery-image] Aug 25 07:49:36.166 INFO O| Aug 25 07:49:36.166 INFO STEP 459 (remove_files) COMPLETE |
| 6686 | 2026-08-25T07:49:37.292Z | [ recovery-image] Aug 25 07:49:36.166 INFO O| Aug 25 07:49:36.166 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6687 | 2026-08-25T07:49:37.305Z | [ recovery-image] Aug 25 07:49:36.177 INFO O| Aug 25 07:49:36.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
| 6688 | 2026-08-25T07:49:37.305Z | [ recovery-image] Aug 25 07:49:36.178 INFO O| Aug 25 07:49:36.178 INFO STEP 460 (remove_files) COMPLETE |
| 6689 | 2026-08-25T07:49:37.306Z | [ recovery-image] Aug 25 07:49:36.178 INFO O| Aug 25 07:49:36.178 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6690 | 2026-08-25T07:49:37.315Z | [ recovery-image] Aug 25 07:49:36.188 INFO O| Aug 25 07:49:36.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
| 6691 | 2026-08-25T07:49:37.315Z | [ recovery-image] Aug 25 07:49:36.188 INFO O| Aug 25 07:49:36.188 INFO STEP 461 (remove_files) COMPLETE |
| 6692 | 2026-08-25T07:49:37.315Z | [ recovery-image] Aug 25 07:49:36.188 INFO O| Aug 25 07:49:36.188 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6693 | 2026-08-25T07:49:37.330Z | [ recovery-image] Aug 25 07:49:36.198 INFO O| Aug 25 07:49:36.198 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
| 6694 | 2026-08-25T07:49:37.330Z | [ recovery-image] Aug 25 07:49:36.198 INFO O| Aug 25 07:49:36.198 INFO STEP 462 (remove_files) COMPLETE |
| 6695 | 2026-08-25T07:49:37.330Z | [ recovery-image] Aug 25 07:49:36.198 INFO O| Aug 25 07:49:36.198 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6696 | 2026-08-25T07:49:37.340Z | [ recovery-image] Aug 25 07:49:36.208 INFO O| Aug 25 07:49:36.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9" |
| 6697 | 2026-08-25T07:49:37.340Z | [ recovery-image] Aug 25 07:49:36.208 INFO O| Aug 25 07:49:36.208 INFO STEP 463 (remove_files) COMPLETE |
| 6698 | 2026-08-25T07:49:37.340Z | [ recovery-image] Aug 25 07:49:36.208 INFO O| Aug 25 07:49:36.208 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6699 | 2026-08-25T07:49:37.355Z | [ recovery-image] Aug 25 07:49:36.220 INFO O| Aug 25 07:49:36.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
| 6700 | 2026-08-25T07:49:37.355Z | [ recovery-image] Aug 25 07:49:36.220 INFO O| Aug 25 07:49:36.220 INFO STEP 464 (remove_files) COMPLETE |
| 6701 | 2026-08-25T07:49:37.355Z | [ recovery-image] Aug 25 07:49:36.220 INFO O| Aug 25 07:49:36.220 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6702 | 2026-08-25T07:49:37.361Z | [ recovery-image] Aug 25 07:49:36.231 INFO O| Aug 25 07:49:36.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
| 6703 | 2026-08-25T07:49:37.361Z | [ recovery-image] Aug 25 07:49:36.231 INFO O| Aug 25 07:49:36.231 INFO STEP 465 (remove_files) COMPLETE |
| 6704 | 2026-08-25T07:49:37.361Z | [ recovery-image] Aug 25 07:49:36.231 INFO O| Aug 25 07:49:36.231 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6705 | 2026-08-25T07:49:37.748Z | [ recovery-image] Aug 25 07:49:36.242 INFO O| Aug 25 07:49:36.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags" |
| 6706 | 2026-08-25T07:49:37.748Z | [ recovery-image] Aug 25 07:49:36.242 INFO O| Aug 25 07:49:36.242 INFO STEP 466 (remove_files) COMPLETE |
| 6707 | 2026-08-25T07:49:37.748Z | [ recovery-image] Aug 25 07:49:36.242 INFO O| Aug 25 07:49:36.242 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6708 | 2026-08-25T07:49:37.748Z | [ recovery-image] Aug 25 07:49:36.253 INFO O| Aug 25 07:49:36.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit" |
| 6709 | 2026-08-25T07:49:37.748Z | [ recovery-image] Aug 25 07:49:36.253 INFO O| Aug 25 07:49:36.253 INFO STEP 467 (remove_files) COMPLETE |
| 6710 | 2026-08-25T07:49:37.748Z | [ recovery-image] Aug 25 07:49:36.253 INFO O| Aug 25 07:49:36.253 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6711 | 2026-08-25T07:49:37.748Z | [ recovery-image] Aug 25 07:49:36.263 INFO O| Aug 25 07:49:36.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex" |
| 6712 | 2026-08-25T07:49:37.748Z | [ recovery-image] Aug 25 07:49:36.263 INFO O| Aug 25 07:49:36.263 INFO STEP 468 (remove_files) COMPLETE |
| 6713 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.263 INFO O| Aug 25 07:49:36.263 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6714 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.271 INFO O| Aug 25 07:49:36.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh" |
| 6715 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.271 INFO O| Aug 25 07:49:36.271 INFO STEP 469 (remove_files) COMPLETE |
| 6716 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.271 INFO O| Aug 25 07:49:36.271 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6717 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.278 INFO O| Aug 25 07:49:36.278 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh" |
| 6718 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.279 INFO O| Aug 25 07:49:36.279 INFO STEP 470 (remove_files) COMPLETE |
| 6719 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.279 INFO O| Aug 25 07:49:36.279 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6720 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.286 INFO O| Aug 25 07:49:36.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit" |
| 6721 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.286 INFO O| Aug 25 07:49:36.286 INFO STEP 471 (remove_files) COMPLETE |
| 6722 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.286 INFO O| Aug 25 07:49:36.286 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6723 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.294 INFO O| Aug 25 07:49:36.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi" |
| 6724 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.294 INFO O| Aug 25 07:49:36.294 INFO STEP 472 (remove_files) COMPLETE |
| 6725 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.294 INFO O| Aug 25 07:49:36.294 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6726 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.303 INFO O| Aug 25 07:49:36.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view" |
| 6727 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.303 INFO O| Aug 25 07:49:36.303 INFO STEP 473 (remove_files) COMPLETE |
| 6728 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.303 INFO O| Aug 25 07:49:36.303 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6729 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.312 INFO O| Aug 25 07:49:36.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux" |
| 6730 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.313 INFO O| Aug 25 07:49:36.313 INFO STEP 474 (remove_files) COMPLETE |
| 6731 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.313 INFO O| Aug 25 07:49:36.313 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6732 | 2026-08-25T07:49:37.749Z | [verify-libraries] Compiling internal-russh-num-bigint v0.5.0 |
| 6733 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.323 INFO O| Aug 25 07:49:36.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool" |
| 6734 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.323 INFO O| Aug 25 07:49:36.323 INFO STEP 475 (remove_files) COMPLETE |
| 6735 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.323 INFO O| Aug 25 07:49:36.323 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6736 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.333 INFO O| Aug 25 07:49:36.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt" |
| 6737 | 2026-08-25T07:49:37.749Z | [ recovery-image] Aug 25 07:49:36.333 INFO O| Aug 25 07:49:36.333 INFO STEP 476 (remove_files) COMPLETE |
| 6738 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.333 INFO O| Aug 25 07:49:36.333 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6739 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.343 INFO O| Aug 25 07:49:36.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm" |
| 6740 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.343 INFO O| Aug 25 07:49:36.343 INFO STEP 477 (remove_files) COMPLETE |
| 6741 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.343 INFO O| Aug 25 07:49:36.343 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6742 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.352 INFO O| Aug 25 07:49:36.352 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts" |
| 6743 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.352 INFO O| Aug 25 07:49:36.352 INFO STEP 478 (remove_files) COMPLETE |
| 6744 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.352 INFO O| Aug 25 07:49:36.352 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6745 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.362 INFO O| Aug 25 07:49:36.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons" |
| 6746 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.362 INFO O| Aug 25 07:49:36.362 INFO STEP 479 (remove_files) COMPLETE |
| 6747 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.362 INFO O| Aug 25 07:49:36.362 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6748 | 2026-08-25T07:49:37.750Z | [verify-libraries] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 6749 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.372 INFO O| Aug 25 07:49:36.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf" |
| 6750 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.372 INFO O| Aug 25 07:49:36.372 INFO STEP 480 (remove_files) COMPLETE |
| 6751 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.372 INFO O| Aug 25 07:49:36.372 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6752 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.382 INFO O| Aug 25 07:49:36.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf" |
| 6753 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.383 INFO O| Aug 25 07:49:36.382 INFO STEP 481 (remove_files) COMPLETE |
| 6754 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.383 INFO O| Aug 25 07:49:36.383 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6755 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.392 INFO O| Aug 25 07:49:36.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf" |
| 6756 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.392 INFO O| Aug 25 07:49:36.392 INFO STEP 482 (remove_files) COMPLETE |
| 6757 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.392 INFO O| Aug 25 07:49:36.392 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6758 | 2026-08-25T07:49:37.750Z | [verify-libraries] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 6759 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.401 INFO O| Aug 25 07:49:36.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf" |
| 6760 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.401 INFO O| Aug 25 07:49:36.401 INFO STEP 483 (remove_files) COMPLETE |
| 6761 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.401 INFO O| Aug 25 07:49:36.401 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6762 | 2026-08-25T07:49:37.750Z | [ recovery-image] Aug 25 07:49:36.412 INFO O| Aug 25 07:49:36.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf" |
| 6763 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.413 INFO O| Aug 25 07:49:36.412 INFO STEP 484 (remove_files) COMPLETE |
| 6764 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.413 INFO O| Aug 25 07:49:36.412 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6765 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.423 INFO O| Aug 25 07:49:36.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf" |
| 6766 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.423 INFO O| Aug 25 07:49:36.423 INFO STEP 485 (remove_files) COMPLETE |
| 6767 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.423 INFO O| Aug 25 07:49:36.423 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6768 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.433 INFO O| Aug 25 07:49:36.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf" |
| 6769 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.434 INFO O| Aug 25 07:49:36.434 INFO STEP 486 (remove_files) COMPLETE |
| 6770 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.434 INFO O| Aug 25 07:49:36.434 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6771 | 2026-08-25T07:49:37.751Z | [verify-libraries] Compiling fatfs v0.3.6 |
| 6772 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.445 INFO O| Aug 25 07:49:36.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec" |
| 6773 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.445 INFO O| Aug 25 07:49:36.445 INFO STEP 487 (remove_files) COMPLETE |
| 6774 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.445 INFO O| Aug 25 07:49:36.445 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6775 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.455 INFO O| Aug 25 07:49:36.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec" |
| 6776 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.455 INFO O| Aug 25 07:49:36.455 INFO STEP 488 (remove_files) COMPLETE |
| 6777 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.455 INFO O| Aug 25 07:49:36.455 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6778 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.465 INFO O| Aug 25 07:49:36.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs" |
| 6779 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.465 INFO O| Aug 25 07:49:36.465 INFO STEP 489 (remove_files) COMPLETE |
| 6780 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.465 INFO O| Aug 25 07:49:36.465 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6781 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.475 INFO O| Aug 25 07:49:36.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs" |
| 6782 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.475 INFO O| Aug 25 07:49:36.475 INFO STEP 490 (remove_files) COMPLETE |
| 6783 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.475 INFO O| Aug 25 07:49:36.475 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6784 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.485 INFO O| Aug 25 07:49:36.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
| 6785 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.485 INFO O| Aug 25 07:49:36.485 INFO STEP 491 (remove_files) COMPLETE |
| 6786 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.485 INFO O| Aug 25 07:49:36.485 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6787 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.495 INFO O| Aug 25 07:49:36.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
| 6788 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.495 INFO O| Aug 25 07:49:36.495 INFO STEP 492 (remove_files) COMPLETE |
| 6789 | 2026-08-25T07:49:37.751Z | [ recovery-image] Aug 25 07:49:36.495 INFO O| Aug 25 07:49:36.495 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6790 | 2026-08-25T07:49:37.752Z | [ recovery-image] Aug 25 07:49:36.506 INFO O| Aug 25 07:49:36.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
| 6791 | 2026-08-25T07:49:37.752Z | [ recovery-image] Aug 25 07:49:36.506 INFO O| Aug 25 07:49:36.506 INFO STEP 493 (remove_files) COMPLETE |
| 6792 | 2026-08-25T07:49:37.752Z | [ recovery-image] Aug 25 07:49:36.506 INFO O| Aug 25 07:49:36.506 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6793 | 2026-08-25T07:49:37.752Z | [ recovery-image] Aug 25 07:49:36.517 INFO O| Aug 25 07:49:36.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
| 6794 | 2026-08-25T07:49:37.752Z | [ recovery-image] Aug 25 07:49:36.517 INFO O| Aug 25 07:49:36.517 INFO STEP 494 (remove_files) COMPLETE |
| 6795 | 2026-08-25T07:49:37.752Z | [ recovery-image] Aug 25 07:49:36.517 INFO O| Aug 25 07:49:36.517 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6796 | 2026-08-25T07:49:37.752Z | [ recovery-image] Aug 25 07:49:36.528 INFO O| Aug 25 07:49:36.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA" |
| 6797 | 2026-08-25T07:49:37.752Z | [ recovery-image] Aug 25 07:49:36.528 INFO O| Aug 25 07:49:36.528 INFO STEP 495 (remove_files) COMPLETE |
| 6798 | 2026-08-25T07:49:37.752Z | [ recovery-image] Aug 25 07:49:36.528 INFO O| Aug 25 07:49:36.528 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6799 | 2026-08-25T07:49:37.752Z | [ recovery-image] Aug 25 07:49:36.539 INFO O| Aug 25 07:49:36.539 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT" |
| 6800 | 2026-08-25T07:49:37.752Z | [ recovery-image] Aug 25 07:49:36.539 INFO O| Aug 25 07:49:36.539 INFO STEP 496 (remove_files) COMPLETE |
| 6801 | 2026-08-25T07:49:37.752Z | [ recovery-image] Aug 25 07:49:36.539 INFO O| Aug 25 07:49:36.539 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6802 | 2026-08-25T07:49:37.752Z | [verify-libraries] Compiling num-bigint v0.4.6 |
| 6803 | 2026-08-25T07:49:37.752Z | [ recovery-image] Aug 25 07:49:36.550 INFO O| Aug 25 07:49:36.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
| 6804 | 2026-08-25T07:49:37.752Z | [ recovery-image] Aug 25 07:49:36.550 INFO O| Aug 25 07:49:36.550 INFO STEP 497 (remove_files) COMPLETE |
| 6805 | 2026-08-25T07:49:37.781Z | [ recovery-image] Aug 25 07:49:36.550 INFO O| Aug 25 07:49:36.550 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6806 | 2026-08-25T07:49:37.781Z | [ recovery-image] Aug 25 07:49:36.561 INFO O| Aug 25 07:49:36.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
| 6807 | 2026-08-25T07:49:37.781Z | [ recovery-image] Aug 25 07:49:36.561 INFO O| Aug 25 07:49:36.561 INFO STEP 498 (remove_files) COMPLETE |
| 6808 | 2026-08-25T07:49:37.781Z | [ recovery-image] Aug 25 07:49:36.561 INFO O| Aug 25 07:49:36.561 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6809 | 2026-08-25T07:49:37.782Z | [ recovery-image] Aug 25 07:49:36.573 INFO O| Aug 25 07:49:36.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod" |
| 6810 | 2026-08-25T07:49:37.782Z | [ recovery-image] Aug 25 07:49:36.573 INFO O| Aug 25 07:49:36.572 INFO STEP 499 (remove_files) COMPLETE |
| 6811 | 2026-08-25T07:49:37.782Z | [ recovery-image] Aug 25 07:49:36.573 INFO O| Aug 25 07:49:36.572 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6812 | 2026-08-25T07:49:37.782Z | [ recovery-image] Aug 25 07:49:36.583 INFO O| Aug 25 07:49:36.582 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod" |
| 6813 | 2026-08-25T07:49:37.782Z | [ recovery-image] Aug 25 07:49:36.583 INFO O| Aug 25 07:49:36.583 INFO STEP 500 (remove_files) COMPLETE |
| 6814 | 2026-08-25T07:49:37.782Z | [ recovery-image] Aug 25 07:49:36.583 INFO O| Aug 25 07:49:36.583 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6815 | 2026-08-25T07:49:37.782Z | [ recovery-image] Aug 25 07:49:36.592 INFO O| Aug 25 07:49:36.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl" |
| 6816 | 2026-08-25T07:49:37.782Z | [ recovery-image] Aug 25 07:49:36.592 INFO O| Aug 25 07:49:36.592 INFO STEP 501 (remove_files) COMPLETE |
| 6817 | 2026-08-25T07:49:37.782Z | [ recovery-image] Aug 25 07:49:36.592 INFO O| Aug 25 07:49:36.592 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6818 | 2026-08-25T07:49:37.782Z | [ recovery-image] Aug 25 07:49:36.601 INFO O| Aug 25 07:49:36.601 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys" |
| 6819 | 2026-08-25T07:49:37.782Z | [ recovery-image] Aug 25 07:49:36.601 INFO O| Aug 25 07:49:36.601 INFO STEP 502 (remove_files) COMPLETE |
| 6820 | 2026-08-25T07:49:37.782Z | [ recovery-image] Aug 25 07:49:36.601 INFO O| Aug 25 07:49:36.601 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6821 | 2026-08-25T07:49:37.782Z | [ recovery-image] Aug 25 07:49:36.613 INFO O| Aug 25 07:49:36.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct" |
| 6822 | 2026-08-25T07:49:37.783Z | [ recovery-image] Aug 25 07:49:36.613 INFO O| Aug 25 07:49:36.613 INFO STEP 503 (remove_files) COMPLETE |
| 6823 | 2026-08-25T07:49:37.783Z | [ recovery-image] Aug 25 07:49:36.613 INFO O| Aug 25 07:49:36.613 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6824 | 2026-08-25T07:49:37.783Z | [ recovery-image] Aug 25 07:49:36.622 INFO O| Aug 25 07:49:36.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README" |
| 6825 | 2026-08-25T07:49:37.783Z | [ recovery-image] Aug 25 07:49:36.622 INFO O| Aug 25 07:49:36.622 INFO STEP 504 (remove_files) COMPLETE |
| 6826 | 2026-08-25T07:49:37.783Z | [ recovery-image] Aug 25 07:49:36.622 INFO O| Aug 25 07:49:36.622 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6827 | 2026-08-25T07:49:37.783Z | [verify-libraries] Compiling generic-array v1.4.3 |
| 6828 | 2026-08-25T07:49:37.783Z | [ recovery-image] Aug 25 07:49:36.631 INFO O| Aug 25 07:49:36.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map" |
| 6829 | 2026-08-25T07:49:37.783Z | [ recovery-image] Aug 25 07:49:36.631 INFO O| Aug 25 07:49:36.631 INFO STEP 505 (remove_files) COMPLETE |
| 6830 | 2026-08-25T07:49:37.783Z | [ recovery-image] Aug 25 07:49:36.631 INFO O| Aug 25 07:49:36.631 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6831 | 2026-08-25T07:49:37.783Z | [ recovery-image] Aug 25 07:49:36.641 INFO O| Aug 25 07:49:36.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace" |
| 6832 | 2026-08-25T07:49:37.783Z | [ recovery-image] Aug 25 07:49:36.641 INFO O| Aug 25 07:49:36.641 INFO STEP 506 (remove_files) COMPLETE |
| 6833 | 2026-08-25T07:49:37.784Z | [ recovery-image] Aug 25 07:49:36.641 INFO O| Aug 25 07:49:36.641 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6834 | 2026-08-25T07:49:37.784Z | [ recovery-image] Aug 25 07:49:36.650 INFO O| Aug 25 07:49:36.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen" |
| 6835 | 2026-08-25T07:49:37.784Z | [ recovery-image] Aug 25 07:49:36.651 INFO O| Aug 25 07:49:36.651 INFO STEP 507 (remove_files) COMPLETE |
| 6836 | 2026-08-25T07:49:37.784Z | [ recovery-image] Aug 25 07:49:36.651 INFO O| Aug 25 07:49:36.651 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6837 | 2026-08-25T07:49:37.793Z | [ recovery-image] Aug 25 07:49:36.660 INFO O| Aug 25 07:49:36.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1" |
| 6838 | 2026-08-25T07:49:37.794Z | [ recovery-image] Aug 25 07:49:36.660 INFO O| Aug 25 07:49:36.660 INFO STEP 508 (remove_files) COMPLETE |
| 6839 | 2026-08-25T07:49:37.794Z | [ recovery-image] Aug 25 07:49:36.660 INFO O| Aug 25 07:49:36.660 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6840 | 2026-08-25T07:49:37.797Z | [ recovery-image] Aug 25 07:49:36.668 INFO O| Aug 25 07:49:36.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3" |
| 6841 | 2026-08-25T07:49:37.798Z | [ recovery-image] Aug 25 07:49:36.668 INFO O| Aug 25 07:49:36.668 INFO STEP 509 (remove_files) COMPLETE |
| 6842 | 2026-08-25T07:49:37.798Z | [ recovery-image] Aug 25 07:49:36.668 INFO O| Aug 25 07:49:36.668 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6843 | 2026-08-25T07:49:37.802Z | [ recovery-image] Aug 25 07:49:36.677 INFO O| Aug 25 07:49:36.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4" |
| 6844 | 2026-08-25T07:49:37.802Z | [ recovery-image] Aug 25 07:49:36.677 INFO O| Aug 25 07:49:36.677 INFO STEP 510 (remove_files) COMPLETE |
| 6845 | 2026-08-25T07:49:37.802Z | [ recovery-image] Aug 25 07:49:36.677 INFO O| Aug 25 07:49:36.677 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6846 | 2026-08-25T07:49:37.807Z | [ recovery-image] Aug 25 07:49:36.685 INFO O| Aug 25 07:49:36.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o" |
| 6847 | 2026-08-25T07:49:37.808Z | [ recovery-image] Aug 25 07:49:36.685 INFO O| Aug 25 07:49:36.685 INFO STEP 511 (remove_files) COMPLETE |
| 6848 | 2026-08-25T07:49:37.808Z | [ recovery-image] Aug 25 07:49:36.685 INFO O| Aug 25 07:49:36.685 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6849 | 2026-08-25T07:49:37.814Z | [ recovery-image] Aug 25 07:49:36.693 INFO O| Aug 25 07:49:36.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o" |
| 6850 | 2026-08-25T07:49:37.815Z | [ recovery-image] Aug 25 07:49:36.693 INFO O| Aug 25 07:49:36.693 INFO STEP 512 (remove_files) COMPLETE |
| 6851 | 2026-08-25T07:49:37.815Z | [ recovery-image] Aug 25 07:49:36.693 INFO O| Aug 25 07:49:36.693 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6852 | 2026-08-25T07:49:37.825Z | [ recovery-image] Aug 25 07:49:36.702 INFO O| Aug 25 07:49:36.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1" |
| 6853 | 2026-08-25T07:49:37.842Z | [ recovery-image] Aug 25 07:49:36.702 INFO O| Aug 25 07:49:36.702 INFO STEP 513 (remove_files) COMPLETE |
| 6854 | 2026-08-25T07:49:37.842Z | [ recovery-image] Aug 25 07:49:36.702 INFO O| Aug 25 07:49:36.702 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6855 | 2026-08-25T07:49:37.842Z | [ recovery-image] Aug 25 07:49:36.712 INFO O| Aug 25 07:49:36.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
| 6856 | 2026-08-25T07:49:37.842Z | [ recovery-image] Aug 25 07:49:36.712 INFO O| Aug 25 07:49:36.712 INFO STEP 514 (remove_files) COMPLETE |
| 6857 | 2026-08-25T07:49:37.842Z | [ recovery-image] Aug 25 07:49:36.712 INFO O| Aug 25 07:49:36.712 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6858 | 2026-08-25T07:49:37.879Z | [ recovery-image] Aug 25 07:49:36.721 INFO O| Aug 25 07:49:36.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6859 | 2026-08-25T07:49:37.879Z | [ recovery-image] Aug 25 07:49:36.721 INFO O| Aug 25 07:49:36.721 INFO STEP 515 (remove_files) COMPLETE |
| 6860 | 2026-08-25T07:49:37.879Z | [ recovery-image] Aug 25 07:49:36.721 INFO O| Aug 25 07:49:36.721 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6861 | 2026-08-25T07:49:37.879Z | [ recovery-image] Aug 25 07:49:36.731 INFO O| Aug 25 07:49:36.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1" |
| 6862 | 2026-08-25T07:49:37.879Z | [ recovery-image] Aug 25 07:49:36.731 INFO O| Aug 25 07:49:36.731 INFO STEP 516 (remove_files) COMPLETE |
| 6863 | 2026-08-25T07:49:37.879Z | [ recovery-image] Aug 25 07:49:36.731 INFO O| Aug 25 07:49:36.731 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6864 | 2026-08-25T07:49:37.879Z | [ recovery-image] Aug 25 07:49:36.740 INFO O| Aug 25 07:49:36.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
| 6865 | 2026-08-25T07:49:37.879Z | [ recovery-image] Aug 25 07:49:36.740 INFO O| Aug 25 07:49:36.740 INFO STEP 517 (remove_files) COMPLETE |
| 6866 | 2026-08-25T07:49:37.879Z | [ recovery-image] Aug 25 07:49:36.740 INFO O| Aug 25 07:49:36.740 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6867 | 2026-08-25T07:49:37.948Z | [ recovery-image] Aug 25 07:49:36.750 INFO O| Aug 25 07:49:36.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
| 6868 | 2026-08-25T07:49:37.948Z | [ recovery-image] Aug 25 07:49:36.750 INFO O| Aug 25 07:49:36.750 INFO STEP 518 (remove_files) COMPLETE |
| 6869 | 2026-08-25T07:49:37.948Z | [ recovery-image] Aug 25 07:49:36.751 INFO O| Aug 25 07:49:36.750 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6870 | 2026-08-25T07:49:37.948Z | [ recovery-image] Aug 25 07:49:36.760 INFO O| Aug 25 07:49:36.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
| 6871 | 2026-08-25T07:49:37.948Z | [ recovery-image] Aug 25 07:49:36.760 INFO O| Aug 25 07:49:36.760 INFO STEP 519 (remove_files) COMPLETE |
| 6872 | 2026-08-25T07:49:37.948Z | [ recovery-image] Aug 25 07:49:36.760 INFO O| Aug 25 07:49:36.760 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6873 | 2026-08-25T07:49:37.948Z | [ recovery-image] Aug 25 07:49:36.769 INFO O| Aug 25 07:49:36.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
| 6874 | 2026-08-25T07:49:37.948Z | [ recovery-image] Aug 25 07:49:36.769 INFO O| Aug 25 07:49:36.769 INFO STEP 520 (remove_files) COMPLETE |
| 6875 | 2026-08-25T07:49:37.948Z | [ recovery-image] Aug 25 07:49:36.769 INFO O| Aug 25 07:49:36.769 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6876 | 2026-08-25T07:49:38.001Z | [ recovery-image] Aug 25 07:49:36.778 INFO O| Aug 25 07:49:36.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub" |
| 6877 | 2026-08-25T07:49:38.001Z | [ recovery-image] Aug 25 07:49:36.778 INFO O| Aug 25 07:49:36.778 INFO STEP 521 (remove_files) COMPLETE |
| 6878 | 2026-08-25T07:49:38.002Z | [ recovery-image] Aug 25 07:49:36.778 INFO O| Aug 25 07:49:36.778 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6879 | 2026-08-25T07:49:38.002Z | [ recovery-image] Aug 25 07:49:36.787 INFO O| Aug 25 07:49:36.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1" |
| 6880 | 2026-08-25T07:49:38.002Z | [ recovery-image] Aug 25 07:49:36.787 INFO O| Aug 25 07:49:36.787 INFO STEP 522 (remove_files) COMPLETE |
| 6881 | 2026-08-25T07:49:38.002Z | [ recovery-image] Aug 25 07:49:36.787 INFO O| Aug 25 07:49:36.787 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6882 | 2026-08-25T07:49:38.002Z | [ recovery-image] Aug 25 07:49:36.799 INFO O| Aug 25 07:49:36.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1" |
| 6883 | 2026-08-25T07:49:38.002Z | [ recovery-image] Aug 25 07:49:36.799 INFO O| Aug 25 07:49:36.799 INFO STEP 523 (remove_files) COMPLETE |
| 6884 | 2026-08-25T07:49:38.002Z | [ recovery-image] Aug 25 07:49:36.799 INFO O| Aug 25 07:49:36.799 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6885 | 2026-08-25T07:49:38.002Z | [ recovery-image] Aug 25 07:49:36.809 INFO O| Aug 25 07:49:36.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1" |
| 6886 | 2026-08-25T07:49:38.002Z | [ recovery-image] Aug 25 07:49:36.810 INFO O| Aug 25 07:49:36.810 INFO STEP 524 (remove_files) COMPLETE |
| 6887 | 2026-08-25T07:49:38.002Z | [ recovery-image] Aug 25 07:49:36.810 INFO O| Aug 25 07:49:36.810 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6888 | 2026-08-25T07:49:38.002Z | [ recovery-image] Aug 25 07:49:36.819 INFO O| Aug 25 07:49:36.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1" |
| 6889 | 2026-08-25T07:49:38.002Z | [ recovery-image] Aug 25 07:49:36.819 INFO O| Aug 25 07:49:36.819 INFO STEP 525 (remove_files) COMPLETE |
| 6890 | 2026-08-25T07:49:38.003Z | [ recovery-image] Aug 25 07:49:36.819 INFO O| Aug 25 07:49:36.819 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6891 | 2026-08-25T07:49:38.003Z | [ recovery-image] Aug 25 07:49:36.828 INFO O| Aug 25 07:49:36.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1" |
| 6892 | 2026-08-25T07:49:38.003Z | [ recovery-image] Aug 25 07:49:36.828 INFO O| Aug 25 07:49:36.828 INFO STEP 526 (remove_files) COMPLETE |
| 6893 | 2026-08-25T07:49:38.003Z | [ recovery-image] Aug 25 07:49:36.828 INFO O| Aug 25 07:49:36.828 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6894 | 2026-08-25T07:49:38.016Z | [ recovery-image] Aug 25 07:49:36.836 INFO O| Aug 25 07:49:36.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.1.0" |
| 6895 | 2026-08-25T07:49:38.016Z | [ recovery-image] Aug 25 07:49:36.836 INFO O| Aug 25 07:49:36.836 INFO STEP 527 (remove_files) COMPLETE |
| 6896 | 2026-08-25T07:49:38.016Z | [ recovery-image] Aug 25 07:49:36.836 INFO O| Aug 25 07:49:36.836 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6897 | 2026-08-25T07:49:38.016Z | [ recovery-image] Aug 25 07:49:36.844 INFO O| Aug 25 07:49:36.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.1.0" |
| 6898 | 2026-08-25T07:49:38.016Z | [ recovery-image] Aug 25 07:49:36.844 INFO O| Aug 25 07:49:36.844 INFO STEP 528 (remove_files) COMPLETE |
| 6899 | 2026-08-25T07:49:38.016Z | [ recovery-image] Aug 25 07:49:36.844 INFO O| Aug 25 07:49:36.844 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6900 | 2026-08-25T07:49:38.017Z | [ recovery-image] Aug 25 07:49:36.852 INFO O| Aug 25 07:49:36.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.1.0" |
| 6901 | 2026-08-25T07:49:38.017Z | [ recovery-image] Aug 25 07:49:36.852 INFO O| Aug 25 07:49:36.852 INFO STEP 529 (remove_files) COMPLETE |
| 6902 | 2026-08-25T07:49:38.017Z | [ recovery-image] Aug 25 07:49:36.852 INFO O| Aug 25 07:49:36.852 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6903 | 2026-08-25T07:49:38.017Z | [ recovery-image] Aug 25 07:49:36.859 INFO O| Aug 25 07:49:36.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
| 6904 | 2026-08-25T07:49:38.017Z | [ recovery-image] Aug 25 07:49:36.859 INFO O| Aug 25 07:49:36.859 INFO STEP 530 (remove_files) COMPLETE |
| 6905 | 2026-08-25T07:49:38.017Z | [ recovery-image] Aug 25 07:49:36.859 INFO O| Aug 25 07:49:36.859 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6906 | 2026-08-25T07:49:38.017Z | [ recovery-image] Aug 25 07:49:36.871 INFO O| Aug 25 07:49:36.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
| 6907 | 2026-08-25T07:49:38.017Z | [ recovery-image] Aug 25 07:49:36.871 INFO O| Aug 25 07:49:36.871 INFO STEP 531 (remove_files) COMPLETE |
| 6908 | 2026-08-25T07:49:38.017Z | [ recovery-image] Aug 25 07:49:36.871 INFO O| Aug 25 07:49:36.871 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6909 | 2026-08-25T07:49:38.017Z | [ recovery-image] Aug 25 07:49:36.881 INFO O| Aug 25 07:49:36.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1" |
| 6910 | 2026-08-25T07:49:38.017Z | [ recovery-image] Aug 25 07:49:36.881 INFO O| Aug 25 07:49:36.881 INFO STEP 532 (remove_files) COMPLETE |
| 6911 | 2026-08-25T07:49:38.017Z | [ recovery-image] Aug 25 07:49:36.881 INFO O| Aug 25 07:49:36.881 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6912 | 2026-08-25T07:49:38.031Z | [ recovery-image] Aug 25 07:49:36.891 INFO O| Aug 25 07:49:36.891 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1" |
| 6913 | 2026-08-25T07:49:38.031Z | [ recovery-image] Aug 25 07:49:36.891 INFO O| Aug 25 07:49:36.891 INFO STEP 533 (remove_files) COMPLETE |
| 6914 | 2026-08-25T07:49:38.031Z | [ recovery-image] Aug 25 07:49:36.891 INFO O| Aug 25 07:49:36.891 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6915 | 2026-08-25T07:49:38.042Z | [ recovery-image] Aug 25 07:49:36.902 INFO O| Aug 25 07:49:36.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1" |
| 6916 | 2026-08-25T07:49:38.042Z | [ recovery-image] Aug 25 07:49:36.902 INFO O| Aug 25 07:49:36.902 INFO STEP 534 (remove_files) COMPLETE |
| 6917 | 2026-08-25T07:49:38.042Z | [ recovery-image] Aug 25 07:49:36.902 INFO O| Aug 25 07:49:36.902 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6918 | 2026-08-25T07:49:38.042Z | [verify-libraries] Compiling russh-util v0.52.0 |
| 6919 | 2026-08-25T07:49:38.042Z | [ recovery-image] Aug 25 07:49:36.913 INFO O| Aug 25 07:49:36.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
| 6920 | 2026-08-25T07:49:38.042Z | [ recovery-image] Aug 25 07:49:36.913 INFO O| Aug 25 07:49:36.913 INFO STEP 535 (remove_files) COMPLETE |
| 6921 | 2026-08-25T07:49:38.042Z | [ recovery-image] Aug 25 07:49:36.913 INFO O| Aug 25 07:49:36.913 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6922 | 2026-08-25T07:49:38.053Z | [ recovery-image] Aug 25 07:49:36.924 INFO O| Aug 25 07:49:36.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
| 6923 | 2026-08-25T07:49:38.053Z | [ recovery-image] Aug 25 07:49:36.924 INFO O| Aug 25 07:49:36.924 INFO STEP 536 (remove_files) COMPLETE |
| 6924 | 2026-08-25T07:49:38.053Z | [ recovery-image] Aug 25 07:49:36.924 INFO O| Aug 25 07:49:36.924 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6925 | 2026-08-25T07:49:38.057Z | [ recovery-image] Aug 25 07:49:36.933 INFO O| Aug 25 07:49:36.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1" |
| 6926 | 2026-08-25T07:49:38.057Z | [ recovery-image] Aug 25 07:49:36.934 INFO O| Aug 25 07:49:36.934 INFO STEP 537 (remove_files) COMPLETE |
| 6927 | 2026-08-25T07:49:38.057Z | [ recovery-image] Aug 25 07:49:36.934 INFO O| Aug 25 07:49:36.934 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6928 | 2026-08-25T07:49:38.065Z | [ recovery-image] Aug 25 07:49:36.944 INFO O| Aug 25 07:49:36.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
| 6929 | 2026-08-25T07:49:38.072Z | [ recovery-image] Aug 25 07:49:36.952 INFO O| Aug 25 07:49:36.952 INFO STEP 538 (remove_files) COMPLETE |
| 6930 | 2026-08-25T07:49:38.072Z | [ recovery-image] Aug 25 07:49:36.952 INFO O| Aug 25 07:49:36.952 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6931 | 2026-08-25T07:49:38.084Z | [ recovery-image] Aug 25 07:49:36.963 INFO O| Aug 25 07:49:36.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1" |
| 6932 | 2026-08-25T07:49:38.084Z | [ recovery-image] Aug 25 07:49:36.963 INFO O| Aug 25 07:49:36.963 INFO STEP 539 (remove_files) COMPLETE |
| 6933 | 2026-08-25T07:49:38.088Z | [ recovery-image] Aug 25 07:49:36.963 INFO O| Aug 25 07:49:36.963 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6934 | 2026-08-25T07:49:38.095Z | [ recovery-image] Aug 25 07:49:36.973 INFO O| Aug 25 07:49:36.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1" |
| 6935 | 2026-08-25T07:49:38.095Z | [ recovery-image] Aug 25 07:49:36.973 INFO O| Aug 25 07:49:36.973 INFO STEP 540 (remove_files) COMPLETE |
| 6936 | 2026-08-25T07:49:38.100Z | [ recovery-image] Aug 25 07:49:36.973 INFO O| Aug 25 07:49:36.973 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6937 | 2026-08-25T07:49:38.104Z | [ recovery-image] Aug 25 07:49:36.983 INFO O| Aug 25 07:49:36.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1" |
| 6938 | 2026-08-25T07:49:38.108Z | [ recovery-image] Aug 25 07:49:36.983 INFO O| Aug 25 07:49:36.983 INFO STEP 541 (remove_files) COMPLETE |
| 6939 | 2026-08-25T07:49:38.108Z | [ recovery-image] Aug 25 07:49:36.983 INFO O| Aug 25 07:49:36.983 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6940 | 2026-08-25T07:49:38.112Z | [ recovery-image] Aug 25 07:49:36.991 INFO O| Aug 25 07:49:36.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1" |
| 6941 | 2026-08-25T07:49:38.120Z | [ recovery-image] Aug 25 07:49:36.992 INFO O| Aug 25 07:49:36.992 INFO STEP 542 (remove_files) COMPLETE |
| 6942 | 2026-08-25T07:49:38.120Z | [ recovery-image] Aug 25 07:49:36.992 INFO O| Aug 25 07:49:36.992 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6943 | 2026-08-25T07:49:38.131Z | [ recovery-image] Aug 25 07:49:37.000 INFO O| Aug 25 07:49:37.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1" |
| 6944 | 2026-08-25T07:49:38.131Z | [ recovery-image] Aug 25 07:49:37.000 INFO O| Aug 25 07:49:37.000 INFO STEP 543 (remove_files) COMPLETE |
| 6945 | 2026-08-25T07:49:38.131Z | [ recovery-image] Aug 25 07:49:37.000 INFO O| Aug 25 07:49:37.000 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6946 | 2026-08-25T07:49:38.144Z | [verify-libraries] Compiling enum_dispatch v0.3.13 |
| 6947 | 2026-08-25T07:49:38.144Z | [ recovery-image] Aug 25 07:49:37.009 INFO O| Aug 25 07:49:37.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1" |
| 6948 | 2026-08-25T07:49:38.144Z | [ recovery-image] Aug 25 07:49:37.009 INFO O| Aug 25 07:49:37.009 INFO STEP 544 (remove_files) COMPLETE |
| 6949 | 2026-08-25T07:49:38.144Z | [ recovery-image] Aug 25 07:49:37.009 INFO O| Aug 25 07:49:37.009 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6950 | 2026-08-25T07:49:38.144Z | [ recovery-image] Aug 25 07:49:37.019 INFO O| Aug 25 07:49:37.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1" |
| 6951 | 2026-08-25T07:49:38.144Z | [ recovery-image] Aug 25 07:49:37.019 INFO O| Aug 25 07:49:37.019 INFO STEP 545 (remove_files) COMPLETE |
| 6952 | 2026-08-25T07:49:38.144Z | [ recovery-image] Aug 25 07:49:37.019 INFO O| Aug 25 07:49:37.019 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6953 | 2026-08-25T07:49:38.152Z | [ recovery-image] Aug 25 07:49:37.030 INFO O| Aug 25 07:49:37.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
| 6954 | 2026-08-25T07:49:38.152Z | [ recovery-image] Aug 25 07:49:37.030 INFO O| Aug 25 07:49:37.030 INFO STEP 546 (remove_files) COMPLETE |
| 6955 | 2026-08-25T07:49:38.152Z | [ recovery-image] Aug 25 07:49:37.030 INFO O| Aug 25 07:49:37.030 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6956 | 2026-08-25T07:49:38.170Z | [ recovery-image] Aug 25 07:49:37.040 INFO O| Aug 25 07:49:37.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1" |
| 6957 | 2026-08-25T07:49:38.170Z | [ recovery-image] Aug 25 07:49:37.040 INFO O| Aug 25 07:49:37.040 INFO STEP 547 (remove_files) COMPLETE |
| 6958 | 2026-08-25T07:49:38.175Z | [ recovery-image] Aug 25 07:49:37.040 INFO O| Aug 25 07:49:37.040 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6959 | 2026-08-25T07:49:38.175Z | [ recovery-image] Aug 25 07:49:37.051 INFO O| Aug 25 07:49:37.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1" |
| 6960 | 2026-08-25T07:49:38.175Z | [ recovery-image] Aug 25 07:49:37.051 INFO O| Aug 25 07:49:37.051 INFO STEP 548 (remove_files) COMPLETE |
| 6961 | 2026-08-25T07:49:38.175Z | [ recovery-image] Aug 25 07:49:37.051 INFO O| Aug 25 07:49:37.051 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6962 | 2026-08-25T07:49:38.182Z | [ recovery-image] Aug 25 07:49:37.061 INFO O| Aug 25 07:49:37.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5" |
| 6963 | 2026-08-25T07:49:38.182Z | [ recovery-image] Aug 25 07:49:37.061 INFO O| Aug 25 07:49:37.061 INFO STEP 549 (remove_files) COMPLETE |
| 6964 | 2026-08-25T07:49:38.182Z | [ recovery-image] Aug 25 07:49:37.061 INFO O| Aug 25 07:49:37.061 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6965 | 2026-08-25T07:49:38.191Z | [ recovery-image] Aug 25 07:49:37.070 INFO O| Aug 25 07:49:37.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1" |
| 6966 | 2026-08-25T07:49:38.191Z | [ recovery-image] Aug 25 07:49:37.070 INFO O| Aug 25 07:49:37.070 INFO STEP 550 (remove_files) COMPLETE |
| 6967 | 2026-08-25T07:49:38.191Z | [ recovery-image] Aug 25 07:49:37.070 INFO O| Aug 25 07:49:37.070 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6968 | 2026-08-25T07:49:38.202Z | [ recovery-image] Aug 25 07:49:37.080 INFO O| Aug 25 07:49:37.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1" |
| 6969 | 2026-08-25T07:49:38.202Z | [ recovery-image] Aug 25 07:49:37.080 INFO O| Aug 25 07:49:37.080 INFO STEP 551 (remove_files) COMPLETE |
| 6970 | 2026-08-25T07:49:38.202Z | [ recovery-image] Aug 25 07:49:37.080 INFO O| Aug 25 07:49:37.080 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6971 | 2026-08-25T07:49:38.212Z | [ recovery-image] Aug 25 07:49:37.091 INFO O| Aug 25 07:49:37.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1" |
| 6972 | 2026-08-25T07:49:38.212Z | [ recovery-image] Aug 25 07:49:37.091 INFO O| Aug 25 07:49:37.091 INFO STEP 552 (remove_files) COMPLETE |
| 6973 | 2026-08-25T07:49:38.212Z | [ recovery-image] Aug 25 07:49:37.091 INFO O| Aug 25 07:49:37.091 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6974 | 2026-08-25T07:49:38.222Z | [ recovery-image] Aug 25 07:49:37.101 INFO O| Aug 25 07:49:37.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1" |
| 6975 | 2026-08-25T07:49:38.223Z | [ recovery-image] Aug 25 07:49:37.101 INFO O| Aug 25 07:49:37.101 INFO STEP 553 (remove_files) COMPLETE |
| 6976 | 2026-08-25T07:49:38.223Z | [ recovery-image] Aug 25 07:49:37.101 INFO O| Aug 25 07:49:37.101 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6977 | 2026-08-25T07:49:38.228Z | [verify-libraries] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 6978 | 2026-08-25T07:49:38.236Z | [ recovery-image] Aug 25 07:49:37.109 INFO O| Aug 25 07:49:37.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1" |
| 6979 | 2026-08-25T07:49:38.236Z | [ recovery-image] Aug 25 07:49:37.110 INFO O| Aug 25 07:49:37.110 INFO STEP 554 (remove_files) COMPLETE |
| 6980 | 2026-08-25T07:49:38.236Z | [ recovery-image] Aug 25 07:49:37.110 INFO O| Aug 25 07:49:37.110 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6981 | 2026-08-25T07:49:38.242Z | [ recovery-image] Aug 25 07:49:37.120 INFO O| Aug 25 07:49:37.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
| 6982 | 2026-08-25T07:49:38.243Z | [ recovery-image] Aug 25 07:49:37.120 INFO O| Aug 25 07:49:37.120 INFO STEP 555 (remove_files) COMPLETE |
| 6983 | 2026-08-25T07:49:38.243Z | [ recovery-image] Aug 25 07:49:37.120 INFO O| Aug 25 07:49:37.120 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6984 | 2026-08-25T07:49:38.261Z | [ recovery-image] Aug 25 07:49:37.129 INFO O| Aug 25 07:49:37.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1" |
| 6985 | 2026-08-25T07:49:38.261Z | [ recovery-image] Aug 25 07:49:37.129 INFO O| Aug 25 07:49:37.129 INFO STEP 556 (remove_files) COMPLETE |
| 6986 | 2026-08-25T07:49:38.261Z | [ recovery-image] Aug 25 07:49:37.129 INFO O| Aug 25 07:49:37.129 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6987 | 2026-08-25T07:49:38.274Z | [verify-libraries] Compiling delegate v0.13.5 |
| 6988 | 2026-08-25T07:49:38.274Z | [ recovery-image] Aug 25 07:49:37.138 INFO O| Aug 25 07:49:37.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
| 6989 | 2026-08-25T07:49:38.274Z | [ recovery-image] Aug 25 07:49:37.138 INFO O| Aug 25 07:49:37.138 INFO STEP 557 (remove_files) COMPLETE |
| 6990 | 2026-08-25T07:49:38.274Z | [ recovery-image] Aug 25 07:49:37.138 INFO O| Aug 25 07:49:37.138 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6991 | 2026-08-25T07:49:38.274Z | [ recovery-image] Aug 25 07:49:37.146 INFO O| Aug 25 07:49:37.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
| 6992 | 2026-08-25T07:49:38.275Z | [ recovery-image] Aug 25 07:49:37.146 INFO O| Aug 25 07:49:37.146 INFO STEP 558 (remove_files) COMPLETE |
| 6993 | 2026-08-25T07:49:38.275Z | [ recovery-image] Aug 25 07:49:37.146 INFO O| Aug 25 07:49:37.146 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6994 | 2026-08-25T07:49:38.280Z | [ recovery-image] Aug 25 07:49:37.157 INFO O| Aug 25 07:49:37.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1" |
| 6995 | 2026-08-25T07:49:38.280Z | [ recovery-image] Aug 25 07:49:37.157 INFO O| Aug 25 07:49:37.157 INFO STEP 559 (remove_files) COMPLETE |
| 6996 | 2026-08-25T07:49:38.280Z | [ recovery-image] Aug 25 07:49:37.157 INFO O| Aug 25 07:49:37.157 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 6997 | 2026-08-25T07:49:38.288Z | [ recovery-image] Aug 25 07:49:37.167 INFO O| Aug 25 07:49:37.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1" |
| 6998 | 2026-08-25T07:49:38.288Z | [ recovery-image] Aug 25 07:49:37.167 INFO O| Aug 25 07:49:37.167 INFO STEP 560 (remove_files) COMPLETE |
| 6999 | 2026-08-25T07:49:38.288Z | [ recovery-image] Aug 25 07:49:37.167 INFO O| Aug 25 07:49:37.167 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7000 | 2026-08-25T07:49:38.299Z | [ recovery-image] Aug 25 07:49:37.176 INFO O| Aug 25 07:49:37.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
| 7001 | 2026-08-25T07:49:38.299Z | [ recovery-image] Aug 25 07:49:37.177 INFO O| Aug 25 07:49:37.177 INFO STEP 561 (remove_files) COMPLETE |
| 7002 | 2026-08-25T07:49:38.299Z | [ recovery-image] Aug 25 07:49:37.177 INFO O| Aug 25 07:49:37.177 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7003 | 2026-08-25T07:49:38.308Z | [ recovery-image] Aug 25 07:49:37.186 INFO O| Aug 25 07:49:37.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
| 7004 | 2026-08-25T07:49:38.308Z | [ recovery-image] Aug 25 07:49:37.186 INFO O| Aug 25 07:49:37.186 INFO STEP 562 (remove_files) COMPLETE |
| 7005 | 2026-08-25T07:49:38.318Z | [ recovery-image] Aug 25 07:49:37.186 INFO O| Aug 25 07:49:37.186 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7006 | 2026-08-25T07:49:38.318Z | [ recovery-image] Aug 25 07:49:37.195 INFO O| Aug 25 07:49:37.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1" |
| 7007 | 2026-08-25T07:49:38.318Z | [ recovery-image] Aug 25 07:49:37.195 INFO O| Aug 25 07:49:37.195 INFO STEP 563 (remove_files) COMPLETE |
| 7008 | 2026-08-25T07:49:38.318Z | [ recovery-image] Aug 25 07:49:37.195 INFO O| Aug 25 07:49:37.195 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7009 | 2026-08-25T07:49:38.326Z | [ recovery-image] Aug 25 07:49:37.205 INFO O| Aug 25 07:49:37.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1" |
| 7010 | 2026-08-25T07:49:38.326Z | [ recovery-image] Aug 25 07:49:37.205 INFO O| Aug 25 07:49:37.205 INFO STEP 564 (remove_files) COMPLETE |
| 7011 | 2026-08-25T07:49:38.326Z | [ recovery-image] Aug 25 07:49:37.205 INFO O| Aug 25 07:49:37.205 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7012 | 2026-08-25T07:49:38.335Z | [ recovery-image] Aug 25 07:49:37.215 INFO O| Aug 25 07:49:37.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
| 7013 | 2026-08-25T07:49:38.345Z | [ recovery-image] Aug 25 07:49:37.215 INFO O| Aug 25 07:49:37.215 INFO STEP 565 (remove_files) COMPLETE |
| 7014 | 2026-08-25T07:49:38.345Z | [ recovery-image] Aug 25 07:49:37.215 INFO O| Aug 25 07:49:37.215 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7015 | 2026-08-25T07:49:38.354Z | [ recovery-image] Aug 25 07:49:37.224 INFO O| Aug 25 07:49:37.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1" |
| 7016 | 2026-08-25T07:49:38.354Z | [ recovery-image] Aug 25 07:49:37.224 INFO O| Aug 25 07:49:37.224 INFO STEP 566 (remove_files) COMPLETE |
| 7017 | 2026-08-25T07:49:38.354Z | [ recovery-image] Aug 25 07:49:37.224 INFO O| Aug 25 07:49:37.224 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7018 | 2026-08-25T07:49:38.363Z | [ recovery-image] Aug 25 07:49:37.233 INFO O| Aug 25 07:49:37.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1" |
| 7019 | 2026-08-25T07:49:38.363Z | [ recovery-image] Aug 25 07:49:37.233 INFO O| Aug 25 07:49:37.233 INFO STEP 567 (remove_files) COMPLETE |
| 7020 | 2026-08-25T07:49:38.363Z | [ recovery-image] Aug 25 07:49:37.234 INFO O| Aug 25 07:49:37.233 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7021 | 2026-08-25T07:49:38.371Z | [ recovery-image] Aug 25 07:49:37.243 INFO O| Aug 25 07:49:37.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1" |
| 7022 | 2026-08-25T07:49:38.371Z | [ recovery-image] Aug 25 07:49:37.244 INFO O| Aug 25 07:49:37.244 INFO STEP 568 (remove_files) COMPLETE |
| 7023 | 2026-08-25T07:49:38.371Z | [ recovery-image] Aug 25 07:49:37.244 INFO O| Aug 25 07:49:37.244 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7024 | 2026-08-25T07:49:38.383Z | [ recovery-image] Aug 25 07:49:37.253 INFO O| Aug 25 07:49:37.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1" |
| 7025 | 2026-08-25T07:49:38.383Z | [ recovery-image] Aug 25 07:49:37.253 INFO O| Aug 25 07:49:37.253 INFO STEP 569 (remove_files) COMPLETE |
| 7026 | 2026-08-25T07:49:38.383Z | [ recovery-image] Aug 25 07:49:37.253 INFO O| Aug 25 07:49:37.253 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7027 | 2026-08-25T07:49:38.391Z | [ recovery-image] Aug 25 07:49:37.262 INFO O| Aug 25 07:49:37.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1" |
| 7028 | 2026-08-25T07:49:38.391Z | [ recovery-image] Aug 25 07:49:37.262 INFO O| Aug 25 07:49:37.262 INFO STEP 570 (remove_files) COMPLETE |
| 7029 | 2026-08-25T07:49:38.391Z | [ recovery-image] Aug 25 07:49:37.262 INFO O| Aug 25 07:49:37.262 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7030 | 2026-08-25T07:49:38.391Z | [verify-libraries] Compiling sapling-renderdag v0.1.0 |
| 7031 | 2026-08-25T07:49:38.405Z | [ recovery-image] Aug 25 07:49:37.270 INFO O| Aug 25 07:49:37.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1" |
| 7032 | 2026-08-25T07:49:38.405Z | [ recovery-image] Aug 25 07:49:37.270 INFO O| Aug 25 07:49:37.270 INFO STEP 571 (remove_files) COMPLETE |
| 7033 | 2026-08-25T07:49:38.405Z | [ recovery-image] Aug 25 07:49:37.270 INFO O| Aug 25 07:49:37.270 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7034 | 2026-08-25T07:49:38.410Z | [ recovery-image] Aug 25 07:49:37.279 INFO O| Aug 25 07:49:37.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1" |
| 7035 | 2026-08-25T07:49:38.410Z | [ recovery-image] Aug 25 07:49:37.279 INFO O| Aug 25 07:49:37.279 INFO STEP 572 (remove_files) COMPLETE |
| 7036 | 2026-08-25T07:49:38.410Z | [ recovery-image] Aug 25 07:49:37.279 INFO O| Aug 25 07:49:37.279 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7037 | 2026-08-25T07:49:38.410Z | [ recovery-image] Aug 25 07:49:37.289 INFO O| Aug 25 07:49:37.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1" |
| 7038 | 2026-08-25T07:49:38.410Z | [ recovery-image] Aug 25 07:49:37.289 INFO O| Aug 25 07:49:37.289 INFO STEP 573 (remove_files) COMPLETE |
| 7039 | 2026-08-25T07:49:38.410Z | [ recovery-image] Aug 25 07:49:37.289 INFO O| Aug 25 07:49:37.289 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7040 | 2026-08-25T07:49:38.428Z | [ recovery-image] Aug 25 07:49:37.298 INFO O| Aug 25 07:49:37.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
| 7041 | 2026-08-25T07:49:38.428Z | [ recovery-image] Aug 25 07:49:37.298 INFO O| Aug 25 07:49:37.298 INFO STEP 574 (remove_files) COMPLETE |
| 7042 | 2026-08-25T07:49:38.437Z | [ recovery-image] Aug 25 07:49:37.298 INFO O| Aug 25 07:49:37.298 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7043 | 2026-08-25T07:49:38.437Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 7044 | 2026-08-25T07:49:38.437Z | [ recovery-image] Aug 25 07:49:37.308 INFO O| Aug 25 07:49:37.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
| 7045 | 2026-08-25T07:49:38.437Z | [ recovery-image] Aug 25 07:49:37.308 INFO O| Aug 25 07:49:37.308 INFO STEP 575 (remove_files) COMPLETE |
| 7046 | 2026-08-25T07:49:38.437Z | [ recovery-image] Aug 25 07:49:37.308 INFO O| Aug 25 07:49:37.308 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7047 | 2026-08-25T07:49:38.450Z | [ recovery-image] Aug 25 07:49:37.319 INFO O| Aug 25 07:49:37.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.3.49.1" |
| 7048 | 2026-08-25T07:49:38.450Z | [ recovery-image] Aug 25 07:49:37.319 INFO O| Aug 25 07:49:37.319 INFO STEP 576 (remove_files) COMPLETE |
| 7049 | 2026-08-25T07:49:38.450Z | [ recovery-image] Aug 25 07:49:37.319 INFO O| Aug 25 07:49:37.319 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7050 | 2026-08-25T07:49:38.462Z | [ recovery-image] Aug 25 07:49:37.329 INFO O| Aug 25 07:49:37.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1" |
| 7051 | 2026-08-25T07:49:38.462Z | [ recovery-image] Aug 25 07:49:37.329 INFO O| Aug 25 07:49:37.329 INFO STEP 577 (remove_files) COMPLETE |
| 7052 | 2026-08-25T07:49:38.462Z | [ recovery-image] Aug 25 07:49:37.329 INFO O| Aug 25 07:49:37.329 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7053 | 2026-08-25T07:49:38.467Z | [ recovery-image] Aug 25 07:49:37.340 INFO O| Aug 25 07:49:37.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1" |
| 7054 | 2026-08-25T07:49:38.467Z | [ recovery-image] Aug 25 07:49:37.340 INFO O| Aug 25 07:49:37.340 INFO STEP 578 (remove_files) COMPLETE |
| 7055 | 2026-08-25T07:49:38.467Z | [ recovery-image] Aug 25 07:49:37.340 INFO O| Aug 25 07:49:37.340 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7056 | 2026-08-25T07:49:38.475Z | [ recovery-image] Aug 25 07:49:37.350 INFO O| Aug 25 07:49:37.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
| 7057 | 2026-08-25T07:49:38.475Z | [ recovery-image] Aug 25 07:49:37.351 INFO O| Aug 25 07:49:37.351 INFO STEP 579 (remove_files) COMPLETE |
| 7058 | 2026-08-25T07:49:38.475Z | [ recovery-image] Aug 25 07:49:37.351 INFO O| Aug 25 07:49:37.351 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7059 | 2026-08-25T07:49:38.482Z | [ recovery-image] Aug 25 07:49:37.360 INFO O| Aug 25 07:49:37.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
| 7060 | 2026-08-25T07:49:38.483Z | [ recovery-image] Aug 25 07:49:37.361 INFO O| Aug 25 07:49:37.361 INFO STEP 580 (remove_files) COMPLETE |
| 7061 | 2026-08-25T07:49:38.483Z | [ recovery-image] Aug 25 07:49:37.361 INFO O| Aug 25 07:49:37.361 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7062 | 2026-08-25T07:49:38.495Z | [ recovery-image] Aug 25 07:49:37.371 INFO O| Aug 25 07:49:37.371 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1" |
| 7063 | 2026-08-25T07:49:38.505Z | [ recovery-image] Aug 25 07:49:37.372 INFO O| Aug 25 07:49:37.372 INFO STEP 581 (remove_files) COMPLETE |
| 7064 | 2026-08-25T07:49:38.505Z | [ recovery-image] Aug 25 07:49:37.372 INFO O| Aug 25 07:49:37.372 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7065 | 2026-08-25T07:49:38.514Z | [ recovery-image] Aug 25 07:49:37.383 INFO O| Aug 25 07:49:37.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
| 7066 | 2026-08-25T07:49:38.514Z | [ recovery-image] Aug 25 07:49:37.383 INFO O| Aug 25 07:49:37.383 INFO STEP 582 (remove_files) COMPLETE |
| 7067 | 2026-08-25T07:49:38.514Z | [ recovery-image] Aug 25 07:49:37.383 INFO O| Aug 25 07:49:37.383 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7068 | 2026-08-25T07:49:38.526Z | [ recovery-image] Aug 25 07:49:37.393 INFO O| Aug 25 07:49:37.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
| 7069 | 2026-08-25T07:49:38.526Z | [ recovery-image] Aug 25 07:49:37.393 INFO O| Aug 25 07:49:37.393 INFO STEP 583 (remove_files) COMPLETE |
| 7070 | 2026-08-25T07:49:38.526Z | [ recovery-image] Aug 25 07:49:37.393 INFO O| Aug 25 07:49:37.393 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7071 | 2026-08-25T07:49:38.533Z | [ recovery-image] Aug 25 07:49:37.403 INFO O| Aug 25 07:49:37.403 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
| 7072 | 2026-08-25T07:49:38.533Z | [ recovery-image] Aug 25 07:49:37.403 INFO O| Aug 25 07:49:37.403 INFO STEP 584 (remove_files) COMPLETE |
| 7073 | 2026-08-25T07:49:38.533Z | [ recovery-image] Aug 25 07:49:37.403 INFO O| Aug 25 07:49:37.403 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7074 | 2026-08-25T07:49:38.546Z | [ recovery-image] Aug 25 07:49:37.411 INFO O| Aug 25 07:49:37.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
| 7075 | 2026-08-25T07:49:38.546Z | [ recovery-image] Aug 25 07:49:37.411 INFO O| Aug 25 07:49:37.411 INFO STEP 585 (remove_files) COMPLETE |
| 7076 | 2026-08-25T07:49:38.546Z | [ recovery-image] Aug 25 07:49:37.411 INFO O| Aug 25 07:49:37.411 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7077 | 2026-08-25T07:49:38.546Z | [ recovery-image] Aug 25 07:49:37.419 INFO O| Aug 25 07:49:37.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1" |
| 7078 | 2026-08-25T07:49:38.546Z | [ recovery-image] Aug 25 07:49:37.420 INFO O| Aug 25 07:49:37.420 INFO STEP 586 (remove_files) COMPLETE |
| 7079 | 2026-08-25T07:49:38.555Z | [ recovery-image] Aug 25 07:49:37.420 INFO O| Aug 25 07:49:37.420 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7080 | 2026-08-25T07:49:38.555Z | [ recovery-image] Aug 25 07:49:37.427 INFO O| Aug 25 07:49:37.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1" |
| 7081 | 2026-08-25T07:49:38.555Z | [ recovery-image] Aug 25 07:49:37.427 INFO O| Aug 25 07:49:37.427 INFO STEP 587 (remove_files) COMPLETE |
| 7082 | 2026-08-25T07:49:38.555Z | [ recovery-image] Aug 25 07:49:37.427 INFO O| Aug 25 07:49:37.427 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7083 | 2026-08-25T07:49:38.564Z | [ recovery-image] Aug 25 07:49:37.435 INFO O| Aug 25 07:49:37.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1" |
| 7084 | 2026-08-25T07:49:38.564Z | [ recovery-image] Aug 25 07:49:37.435 INFO O| Aug 25 07:49:37.435 INFO STEP 588 (remove_files) COMPLETE |
| 7085 | 2026-08-25T07:49:38.564Z | [ recovery-image] Aug 25 07:49:37.435 INFO O| Aug 25 07:49:37.435 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7086 | 2026-08-25T07:49:38.564Z | [ recovery-image] Aug 25 07:49:37.443 INFO O| Aug 25 07:49:37.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1" |
| 7087 | 2026-08-25T07:49:38.564Z | [ recovery-image] Aug 25 07:49:37.443 INFO O| Aug 25 07:49:37.443 INFO STEP 589 (remove_files) COMPLETE |
| 7088 | 2026-08-25T07:49:38.565Z | [ recovery-image] Aug 25 07:49:37.443 INFO O| Aug 25 07:49:37.443 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7089 | 2026-08-25T07:49:38.572Z | [ recovery-image] Aug 25 07:49:37.450 INFO O| Aug 25 07:49:37.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1" |
| 7090 | 2026-08-25T07:49:38.572Z | [ recovery-image] Aug 25 07:49:37.451 INFO O| Aug 25 07:49:37.451 INFO STEP 590 (remove_files) COMPLETE |
| 7091 | 2026-08-25T07:49:38.572Z | [ recovery-image] Aug 25 07:49:37.451 INFO O| Aug 25 07:49:37.451 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7092 | 2026-08-25T07:49:38.582Z | [ recovery-image] Aug 25 07:49:37.459 INFO O| Aug 25 07:49:37.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
| 7093 | 2026-08-25T07:49:38.582Z | [ recovery-image] Aug 25 07:49:37.459 INFO O| Aug 25 07:49:37.459 INFO STEP 591 (remove_files) COMPLETE |
| 7094 | 2026-08-25T07:49:38.582Z | [ recovery-image] Aug 25 07:49:37.459 INFO O| Aug 25 07:49:37.459 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7095 | 2026-08-25T07:49:38.589Z | [ recovery-image] Aug 25 07:49:37.467 INFO O| Aug 25 07:49:37.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1" |
| 7096 | 2026-08-25T07:49:38.589Z | [ recovery-image] Aug 25 07:49:37.467 INFO O| Aug 25 07:49:37.467 INFO STEP 592 (remove_files) COMPLETE |
| 7097 | 2026-08-25T07:49:38.589Z | [ recovery-image] Aug 25 07:49:37.467 INFO O| Aug 25 07:49:37.467 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7098 | 2026-08-25T07:49:38.598Z | [ recovery-image] Aug 25 07:49:37.475 INFO O| Aug 25 07:49:37.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
| 7099 | 2026-08-25T07:49:38.598Z | [ recovery-image] Aug 25 07:49:37.476 INFO O| Aug 25 07:49:37.476 INFO STEP 593 (remove_files) COMPLETE |
| 7100 | 2026-08-25T07:49:38.598Z | [ recovery-image] Aug 25 07:49:37.476 INFO O| Aug 25 07:49:37.476 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7101 | 2026-08-25T07:49:38.608Z | [ recovery-image] Aug 25 07:49:37.484 INFO O| Aug 25 07:49:37.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
| 7102 | 2026-08-25T07:49:38.608Z | [ recovery-image] Aug 25 07:49:37.484 INFO O| Aug 25 07:49:37.484 INFO STEP 594 (remove_files) COMPLETE |
| 7103 | 2026-08-25T07:49:38.608Z | [ recovery-image] Aug 25 07:49:37.484 INFO O| Aug 25 07:49:37.484 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7104 | 2026-08-25T07:49:38.620Z | [ recovery-image] Aug 25 07:49:37.492 INFO O| Aug 25 07:49:37.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
| 7105 | 2026-08-25T07:49:38.620Z | [ recovery-image] Aug 25 07:49:37.492 INFO O| Aug 25 07:49:37.492 INFO STEP 595 (remove_files) COMPLETE |
| 7106 | 2026-08-25T07:49:38.620Z | [ recovery-image] Aug 25 07:49:37.492 INFO O| Aug 25 07:49:37.492 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7107 | 2026-08-25T07:49:38.624Z | [ recovery-image] Aug 25 07:49:37.500 INFO O| Aug 25 07:49:37.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
| 7108 | 2026-08-25T07:49:38.624Z | [ recovery-image] Aug 25 07:49:37.500 INFO O| Aug 25 07:49:37.500 INFO STEP 596 (remove_files) COMPLETE |
| 7109 | 2026-08-25T07:49:38.624Z | [ recovery-image] Aug 25 07:49:37.500 INFO O| Aug 25 07:49:37.500 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7110 | 2026-08-25T07:49:38.632Z | [ recovery-image] Aug 25 07:49:37.509 INFO O| Aug 25 07:49:37.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
| 7111 | 2026-08-25T07:49:38.632Z | [ recovery-image] Aug 25 07:49:37.509 INFO O| Aug 25 07:49:37.509 INFO STEP 597 (remove_files) COMPLETE |
| 7112 | 2026-08-25T07:49:38.632Z | [ recovery-image] Aug 25 07:49:37.509 INFO O| Aug 25 07:49:37.509 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7113 | 2026-08-25T07:49:38.643Z | [ recovery-image] Aug 25 07:49:37.517 INFO O| Aug 25 07:49:37.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
| 7114 | 2026-08-25T07:49:38.643Z | [ recovery-image] Aug 25 07:49:37.518 INFO O| Aug 25 07:49:37.518 INFO STEP 598 (remove_files) COMPLETE |
| 7115 | 2026-08-25T07:49:38.643Z | [ recovery-image] Aug 25 07:49:37.518 INFO O| Aug 25 07:49:37.518 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7116 | 2026-08-25T07:49:38.653Z | [ recovery-image] Aug 25 07:49:37.526 INFO O| Aug 25 07:49:37.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
| 7117 | 2026-08-25T07:49:38.653Z | [ recovery-image] Aug 25 07:49:37.526 INFO O| Aug 25 07:49:37.526 INFO STEP 599 (remove_files) COMPLETE |
| 7118 | 2026-08-25T07:49:38.653Z | [ recovery-image] Aug 25 07:49:37.526 INFO O| Aug 25 07:49:37.526 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7119 | 2026-08-25T07:49:38.663Z | [ recovery-image] Aug 25 07:49:37.534 INFO O| Aug 25 07:49:37.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
| 7120 | 2026-08-25T07:49:38.663Z | [ recovery-image] Aug 25 07:49:37.535 INFO O| Aug 25 07:49:37.535 INFO STEP 600 (remove_files) COMPLETE |
| 7121 | 2026-08-25T07:49:38.663Z | [ recovery-image] Aug 25 07:49:37.535 INFO O| Aug 25 07:49:37.535 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7122 | 2026-08-25T07:49:38.672Z | [ recovery-image] Aug 25 07:49:37.543 INFO O| Aug 25 07:49:37.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
| 7123 | 2026-08-25T07:49:38.673Z | [ recovery-image] Aug 25 07:49:37.543 INFO O| Aug 25 07:49:37.543 INFO STEP 601 (remove_files) COMPLETE |
| 7124 | 2026-08-25T07:49:38.673Z | [ recovery-image] Aug 25 07:49:37.543 INFO O| Aug 25 07:49:37.543 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7125 | 2026-08-25T07:49:38.680Z | [ recovery-image] Aug 25 07:49:37.551 INFO O| Aug 25 07:49:37.551 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
| 7126 | 2026-08-25T07:49:38.680Z | [ recovery-image] Aug 25 07:49:37.551 INFO O| Aug 25 07:49:37.551 INFO STEP 602 (remove_files) COMPLETE |
| 7127 | 2026-08-25T07:49:38.680Z | [ recovery-image] Aug 25 07:49:37.551 INFO O| Aug 25 07:49:37.551 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7128 | 2026-08-25T07:49:38.695Z | [ recovery-image] Aug 25 07:49:37.560 INFO O| Aug 25 07:49:37.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
| 7129 | 2026-08-25T07:49:38.695Z | [ recovery-image] Aug 25 07:49:37.560 INFO O| Aug 25 07:49:37.560 INFO STEP 603 (remove_files) COMPLETE |
| 7130 | 2026-08-25T07:49:38.695Z | [ recovery-image] Aug 25 07:49:37.560 INFO O| Aug 25 07:49:37.560 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7131 | 2026-08-25T07:49:38.705Z | [ recovery-image] Aug 25 07:49:37.567 INFO O| Aug 25 07:49:37.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
| 7132 | 2026-08-25T07:49:38.705Z | [ recovery-image] Aug 25 07:49:37.567 INFO O| Aug 25 07:49:37.567 INFO STEP 604 (remove_files) COMPLETE |
| 7133 | 2026-08-25T07:49:38.705Z | [ recovery-image] Aug 25 07:49:37.567 INFO O| Aug 25 07:49:37.567 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7134 | 2026-08-25T07:49:38.705Z | [ recovery-image] Aug 25 07:49:37.576 INFO O| Aug 25 07:49:37.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
| 7135 | 2026-08-25T07:49:38.706Z | [ recovery-image] Aug 25 07:49:37.576 INFO O| Aug 25 07:49:37.576 INFO STEP 605 (remove_files) COMPLETE |
| 7136 | 2026-08-25T07:49:38.706Z | [ recovery-image] Aug 25 07:49:37.576 INFO O| Aug 25 07:49:37.576 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7137 | 2026-08-25T07:49:38.722Z | [ recovery-image] Aug 25 07:49:37.585 INFO O| Aug 25 07:49:37.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
| 7138 | 2026-08-25T07:49:38.722Z | [ recovery-image] Aug 25 07:49:37.585 INFO O| Aug 25 07:49:37.585 INFO STEP 606 (remove_files) COMPLETE |
| 7139 | 2026-08-25T07:49:38.722Z | [ recovery-image] Aug 25 07:49:37.585 INFO O| Aug 25 07:49:37.585 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7140 | 2026-08-25T07:49:38.722Z | [ recovery-image] Aug 25 07:49:37.593 INFO O| Aug 25 07:49:37.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
| 7141 | 2026-08-25T07:49:38.722Z | [ recovery-image] Aug 25 07:49:37.594 INFO O| Aug 25 07:49:37.594 INFO STEP 607 (remove_files) COMPLETE |
| 7142 | 2026-08-25T07:49:38.722Z | [ recovery-image] Aug 25 07:49:37.594 INFO O| Aug 25 07:49:37.594 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7143 | 2026-08-25T07:49:38.730Z | [ recovery-image] Aug 25 07:49:37.602 INFO O| Aug 25 07:49:37.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
| 7144 | 2026-08-25T07:49:38.730Z | [ recovery-image] Aug 25 07:49:37.602 INFO O| Aug 25 07:49:37.602 INFO STEP 608 (remove_files) COMPLETE |
| 7145 | 2026-08-25T07:49:38.730Z | [ recovery-image] Aug 25 07:49:37.602 INFO O| Aug 25 07:49:37.602 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7146 | 2026-08-25T07:49:38.738Z | [ recovery-image] Aug 25 07:49:37.611 INFO O| Aug 25 07:49:37.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
| 7147 | 2026-08-25T07:49:38.739Z | [ recovery-image] Aug 25 07:49:37.611 INFO O| Aug 25 07:49:37.611 INFO STEP 609 (remove_files) COMPLETE |
| 7148 | 2026-08-25T07:49:38.739Z | [ recovery-image] Aug 25 07:49:37.611 INFO O| Aug 25 07:49:37.611 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7149 | 2026-08-25T07:49:38.746Z | [ recovery-image] Aug 25 07:49:37.620 INFO O| Aug 25 07:49:37.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
| 7150 | 2026-08-25T07:49:38.746Z | [ recovery-image] Aug 25 07:49:37.620 INFO O| Aug 25 07:49:37.620 INFO STEP 610 (remove_files) COMPLETE |
| 7151 | 2026-08-25T07:49:38.746Z | [ recovery-image] Aug 25 07:49:37.620 INFO O| Aug 25 07:49:37.620 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7152 | 2026-08-25T07:49:38.760Z | [ recovery-image] Aug 25 07:49:37.628 INFO O| Aug 25 07:49:37.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
| 7153 | 2026-08-25T07:49:38.760Z | [ recovery-image] Aug 25 07:49:37.628 INFO O| Aug 25 07:49:37.628 INFO STEP 611 (remove_files) COMPLETE |
| 7154 | 2026-08-25T07:49:38.760Z | [ recovery-image] Aug 25 07:49:37.628 INFO O| Aug 25 07:49:37.628 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7155 | 2026-08-25T07:49:38.779Z | [ recovery-image] Aug 25 07:49:37.638 INFO O| Aug 25 07:49:37.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
| 7156 | 2026-08-25T07:49:38.780Z | [ recovery-image] Aug 25 07:49:37.638 INFO O| Aug 25 07:49:37.638 INFO STEP 612 (remove_files) COMPLETE |
| 7157 | 2026-08-25T07:49:38.780Z | [ recovery-image] Aug 25 07:49:37.638 INFO O| Aug 25 07:49:37.638 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7158 | 2026-08-25T07:49:38.787Z | [ recovery-image] Aug 25 07:49:37.648 INFO O| Aug 25 07:49:37.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
| 7159 | 2026-08-25T07:49:38.787Z | [ recovery-image] Aug 25 07:49:37.648 INFO O| Aug 25 07:49:37.648 INFO STEP 613 (remove_files) COMPLETE |
| 7160 | 2026-08-25T07:49:38.787Z | [ recovery-image] Aug 25 07:49:37.648 INFO O| Aug 25 07:49:37.648 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7161 | 2026-08-25T07:49:38.788Z | [ recovery-image] Aug 25 07:49:37.658 INFO O| Aug 25 07:49:37.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
| 7162 | 2026-08-25T07:49:38.788Z | [ recovery-image] Aug 25 07:49:37.658 INFO O| Aug 25 07:49:37.658 INFO STEP 614 (remove_files) COMPLETE |
| 7163 | 2026-08-25T07:49:38.788Z | [ recovery-image] Aug 25 07:49:37.658 INFO O| Aug 25 07:49:37.658 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7164 | 2026-08-25T07:49:38.796Z | [ recovery-image] Aug 25 07:49:37.667 INFO O| Aug 25 07:49:37.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
| 7165 | 2026-08-25T07:49:38.796Z | [ recovery-image] Aug 25 07:49:37.667 INFO O| Aug 25 07:49:37.667 INFO STEP 615 (remove_files) COMPLETE |
| 7166 | 2026-08-25T07:49:38.796Z | [ recovery-image] Aug 25 07:49:37.667 INFO O| Aug 25 07:49:37.667 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7167 | 2026-08-25T07:49:38.803Z | [ recovery-image] Aug 25 07:49:37.677 INFO O| Aug 25 07:49:37.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
| 7168 | 2026-08-25T07:49:38.803Z | [ recovery-image] Aug 25 07:49:37.677 INFO O| Aug 25 07:49:37.677 INFO STEP 616 (remove_files) COMPLETE |
| 7169 | 2026-08-25T07:49:38.803Z | [ recovery-image] Aug 25 07:49:37.677 INFO O| Aug 25 07:49:37.677 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7170 | 2026-08-25T07:49:38.822Z | [ recovery-image] Aug 25 07:49:37.687 INFO O| Aug 25 07:49:37.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
| 7171 | 2026-08-25T07:49:38.822Z | [ recovery-image] Aug 25 07:49:37.687 INFO O| Aug 25 07:49:37.687 INFO STEP 617 (remove_files) COMPLETE |
| 7172 | 2026-08-25T07:49:38.822Z | [ recovery-image] Aug 25 07:49:37.687 INFO O| Aug 25 07:49:37.687 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7173 | 2026-08-25T07:49:38.830Z | [ recovery-image] Aug 25 07:49:37.697 INFO O| Aug 25 07:49:37.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
| 7174 | 2026-08-25T07:49:38.830Z | [ recovery-image] Aug 25 07:49:37.698 INFO O| Aug 25 07:49:37.698 INFO STEP 618 (remove_files) COMPLETE |
| 7175 | 2026-08-25T07:49:38.830Z | [ recovery-image] Aug 25 07:49:37.698 INFO O| Aug 25 07:49:37.698 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7176 | 2026-08-25T07:49:38.830Z | [ recovery-image] Aug 25 07:49:37.707 INFO O| Aug 25 07:49:37.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
| 7177 | 2026-08-25T07:49:38.830Z | [ recovery-image] Aug 25 07:49:37.707 INFO O| Aug 25 07:49:37.707 INFO STEP 619 (remove_files) COMPLETE |
| 7178 | 2026-08-25T07:49:38.830Z | [ recovery-image] Aug 25 07:49:37.707 INFO O| Aug 25 07:49:37.707 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7179 | 2026-08-25T07:49:38.844Z | [ recovery-image] Aug 25 07:49:37.717 INFO O| Aug 25 07:49:37.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
| 7180 | 2026-08-25T07:49:38.845Z | [ recovery-image] Aug 25 07:49:37.717 INFO O| Aug 25 07:49:37.717 INFO STEP 620 (remove_files) COMPLETE |
| 7181 | 2026-08-25T07:49:38.845Z | [ recovery-image] Aug 25 07:49:37.717 INFO O| Aug 25 07:49:37.717 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7182 | 2026-08-25T07:49:38.851Z | [ recovery-image] Aug 25 07:49:37.725 INFO O| Aug 25 07:49:37.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
| 7183 | 2026-08-25T07:49:38.852Z | [ recovery-image] Aug 25 07:49:37.725 INFO O| Aug 25 07:49:37.725 INFO STEP 621 (remove_files) COMPLETE |
| 7184 | 2026-08-25T07:49:38.852Z | [ recovery-image] Aug 25 07:49:37.725 INFO O| Aug 25 07:49:37.725 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7185 | 2026-08-25T07:49:38.866Z | [ recovery-image] Aug 25 07:49:37.735 INFO O| Aug 25 07:49:37.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2" |
| 7186 | 2026-08-25T07:49:38.866Z | [ recovery-image] Aug 25 07:49:37.735 INFO O| Aug 25 07:49:37.735 INFO STEP 622 (remove_files) COMPLETE |
| 7187 | 2026-08-25T07:49:38.866Z | [ recovery-image] Aug 25 07:49:37.735 INFO O| Aug 25 07:49:37.735 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7188 | 2026-08-25T07:49:38.878Z | [ recovery-image] Aug 25 07:49:37.745 INFO O| Aug 25 07:49:37.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
| 7189 | 2026-08-25T07:49:38.878Z | [ recovery-image] Aug 25 07:49:37.745 INFO O| Aug 25 07:49:37.745 INFO STEP 623 (remove_files) COMPLETE |
| 7190 | 2026-08-25T07:49:38.878Z | [ recovery-image] Aug 25 07:49:37.745 INFO O| Aug 25 07:49:37.745 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7191 | 2026-08-25T07:49:38.889Z | [ recovery-image] Aug 25 07:49:37.754 INFO O| Aug 25 07:49:37.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr" |
| 7192 | 2026-08-25T07:49:38.889Z | [ recovery-image] Aug 25 07:49:37.754 INFO O| Aug 25 07:49:37.754 INFO STEP 624 (remove_files) COMPLETE |
| 7193 | 2026-08-25T07:49:38.889Z | [ recovery-image] Aug 25 07:49:37.754 INFO O| Aug 25 07:49:37.754 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7194 | 2026-08-25T07:49:38.898Z | [ recovery-image] Aug 25 07:49:37.763 INFO O| Aug 25 07:49:37.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh" |
| 7195 | 2026-08-25T07:49:38.898Z | [ recovery-image] Aug 25 07:49:37.763 INFO O| Aug 25 07:49:37.763 INFO STEP 625 (remove_files) COMPLETE |
| 7196 | 2026-08-25T07:49:38.898Z | [ recovery-image] Aug 25 07:49:37.763 INFO O| Aug 25 07:49:37.763 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7197 | 2026-08-25T07:49:38.898Z | [ recovery-image] Aug 25 07:49:37.772 INFO O| Aug 25 07:49:37.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query" |
| 7198 | 2026-08-25T07:49:38.898Z | [ recovery-image] Aug 25 07:49:37.772 INFO O| Aug 25 07:49:37.772 INFO STEP 626 (remove_files) COMPLETE |
| 7199 | 2026-08-25T07:49:38.898Z | [ recovery-image] Aug 25 07:49:37.772 INFO O| Aug 25 07:49:37.772 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7200 | 2026-08-25T07:49:38.907Z | [ recovery-image] Aug 25 07:49:37.781 INFO O| Aug 25 07:49:37.780 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
| 7201 | 2026-08-25T07:49:38.907Z | [ recovery-image] Aug 25 07:49:37.781 INFO O| Aug 25 07:49:37.781 INFO STEP 627 (remove_files) COMPLETE |
| 7202 | 2026-08-25T07:49:38.907Z | [ recovery-image] Aug 25 07:49:37.781 INFO O| Aug 25 07:49:37.781 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7203 | 2026-08-25T07:49:38.919Z | [ recovery-image] Aug 25 07:49:37.790 INFO O| Aug 25 07:49:37.790 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
| 7204 | 2026-08-25T07:49:38.919Z | [ recovery-image] Aug 25 07:49:37.790 INFO O| Aug 25 07:49:37.790 INFO STEP 628 (remove_files) COMPLETE |
| 7205 | 2026-08-25T07:49:38.919Z | [ recovery-image] Aug 25 07:49:37.790 INFO O| Aug 25 07:49:37.790 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7206 | 2026-08-25T07:49:38.919Z | [verify-libraries] Compiling md5 v0.8.0 |
| 7207 | 2026-08-25T07:49:38.926Z | [ recovery-image] Aug 25 07:49:37.801 INFO O| Aug 25 07:49:37.801 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
| 7208 | 2026-08-25T07:49:38.926Z | [ recovery-image] Aug 25 07:49:37.801 INFO O| Aug 25 07:49:37.801 INFO STEP 629 (remove_files) COMPLETE |
| 7209 | 2026-08-25T07:49:38.926Z | [ recovery-image] Aug 25 07:49:37.801 INFO O| Aug 25 07:49:37.801 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7210 | 2026-08-25T07:49:38.934Z | [ recovery-image] Aug 25 07:49:37.810 INFO O| Aug 25 07:49:37.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
| 7211 | 2026-08-25T07:49:38.934Z | [ recovery-image] Aug 25 07:49:37.810 INFO O| Aug 25 07:49:37.810 INFO STEP 630 (remove_files) COMPLETE |
| 7212 | 2026-08-25T07:49:38.934Z | [ recovery-image] Aug 25 07:49:37.810 INFO O| Aug 25 07:49:37.810 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7213 | 2026-08-25T07:49:38.947Z | [ recovery-image] Aug 25 07:49:37.818 INFO O| Aug 25 07:49:37.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
| 7214 | 2026-08-25T07:49:38.947Z | [ recovery-image] Aug 25 07:49:37.818 INFO O| Aug 25 07:49:37.818 INFO STEP 631 (remove_files) COMPLETE |
| 7215 | 2026-08-25T07:49:38.947Z | [ recovery-image] Aug 25 07:49:37.818 INFO O| Aug 25 07:49:37.818 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7216 | 2026-08-25T07:49:38.947Z | [verify-libraries] Compiling hex-literal v1.1.0 |
| 7217 | 2026-08-25T07:49:38.956Z | [ recovery-image] Aug 25 07:49:37.828 INFO O| Aug 25 07:49:37.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
| 7218 | 2026-08-25T07:49:38.957Z | [ recovery-image] Aug 25 07:49:37.828 INFO O| Aug 25 07:49:37.828 INFO STEP 632 (remove_files) COMPLETE |
| 7219 | 2026-08-25T07:49:38.957Z | [ recovery-image] Aug 25 07:49:37.828 INFO O| Aug 25 07:49:37.828 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7220 | 2026-08-25T07:49:38.983Z | [ recovery-image] Aug 25 07:49:37.836 INFO O| Aug 25 07:49:37.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1" |
| 7221 | 2026-08-25T07:49:38.983Z | [ recovery-image] Aug 25 07:49:37.836 INFO O| Aug 25 07:49:37.836 INFO STEP 633 (remove_files) COMPLETE |
| 7222 | 2026-08-25T07:49:38.983Z | [ recovery-image] Aug 25 07:49:37.836 INFO O| Aug 25 07:49:37.836 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7223 | 2026-08-25T07:49:38.998Z | [ recovery-image] Aug 25 07:49:37.849 INFO O| Aug 25 07:49:37.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1" |
| 7224 | 2026-08-25T07:49:38.998Z | [ recovery-image] Aug 25 07:49:37.849 INFO O| Aug 25 07:49:37.849 INFO STEP 634 (remove_files) COMPLETE |
| 7225 | 2026-08-25T07:49:38.998Z | [ recovery-image] Aug 25 07:49:37.849 INFO O| Aug 25 07:49:37.849 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7226 | 2026-08-25T07:49:38.998Z | [verify-libraries] Compiling sync-ptr v0.1.4 |
| 7227 | 2026-08-25T07:49:38.998Z | [ recovery-image] Aug 25 07:49:37.858 INFO O| Aug 25 07:49:37.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1" |
| 7228 | 2026-08-25T07:49:38.998Z | [ recovery-image] Aug 25 07:49:37.858 INFO O| Aug 25 07:49:37.858 INFO STEP 635 (remove_files) COMPLETE |
| 7229 | 2026-08-25T07:49:38.998Z | [ recovery-image] Aug 25 07:49:37.858 INFO O| Aug 25 07:49:37.858 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7230 | 2026-08-25T07:49:38.998Z | [ recovery-image] Aug 25 07:49:37.867 INFO O| Aug 25 07:49:37.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1" |
| 7231 | 2026-08-25T07:49:38.998Z | [ recovery-image] Aug 25 07:49:37.867 INFO O| Aug 25 07:49:37.867 INFO STEP 636 (remove_files) COMPLETE |
| 7232 | 2026-08-25T07:49:38.999Z | [ recovery-image] Aug 25 07:49:37.867 INFO O| Aug 25 07:49:37.867 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7233 | 2026-08-25T07:49:39.013Z | [ recovery-image] Aug 25 07:49:37.876 INFO O| Aug 25 07:49:37.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1" |
| 7234 | 2026-08-25T07:49:39.013Z | [ recovery-image] Aug 25 07:49:37.876 INFO O| Aug 25 07:49:37.876 INFO STEP 637 (remove_files) COMPLETE |
| 7235 | 2026-08-25T07:49:39.013Z | [ recovery-image] Aug 25 07:49:37.876 INFO O| Aug 25 07:49:37.876 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7236 | 2026-08-25T07:49:39.020Z | [ recovery-image] Aug 25 07:49:37.885 INFO O| Aug 25 07:49:37.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1" |
| 7237 | 2026-08-25T07:49:39.020Z | [ recovery-image] Aug 25 07:49:37.885 INFO O| Aug 25 07:49:37.885 INFO STEP 638 (remove_files) COMPLETE |
| 7238 | 2026-08-25T07:49:39.020Z | [ recovery-image] Aug 25 07:49:37.885 INFO O| Aug 25 07:49:37.885 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7239 | 2026-08-25T07:49:39.020Z | [ recovery-image] Aug 25 07:49:37.894 INFO O| Aug 25 07:49:37.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin" |
| 7240 | 2026-08-25T07:49:39.020Z | [ recovery-image] Aug 25 07:49:37.894 INFO O| Aug 25 07:49:37.894 INFO STEP 639 (remove_files) COMPLETE |
| 7241 | 2026-08-25T07:49:39.020Z | [ recovery-image] Aug 25 07:49:37.894 INFO O| Aug 25 07:49:37.894 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7242 | 2026-08-25T07:49:39.029Z | [ recovery-image] Aug 25 07:49:37.903 INFO O| Aug 25 07:49:37.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl" |
| 7243 | 2026-08-25T07:49:39.029Z | [ recovery-image] Aug 25 07:49:37.903 INFO O| Aug 25 07:49:37.903 INFO STEP 640 (remove_files) COMPLETE |
| 7244 | 2026-08-25T07:49:39.029Z | [ recovery-image] Aug 25 07:49:37.903 INFO O| Aug 25 07:49:37.903 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7245 | 2026-08-25T07:49:39.040Z | [ recovery-image] Aug 25 07:49:37.911 INFO O| Aug 25 07:49:37.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin" |
| 7246 | 2026-08-25T07:49:39.040Z | [ recovery-image] Aug 25 07:49:37.911 INFO O| Aug 25 07:49:37.911 INFO STEP 641 (remove_files) COMPLETE |
| 7247 | 2026-08-25T07:49:39.040Z | [ recovery-image] Aug 25 07:49:37.911 INFO O| Aug 25 07:49:37.911 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7248 | 2026-08-25T07:49:39.046Z | [ recovery-image] Aug 25 07:49:37.919 INFO O| Aug 25 07:49:37.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl" |
| 7249 | 2026-08-25T07:49:39.046Z | [ recovery-image] Aug 25 07:49:37.919 INFO O| Aug 25 07:49:37.919 INFO STEP 642 (remove_files) COMPLETE |
| 7250 | 2026-08-25T07:49:39.047Z | [ recovery-image] Aug 25 07:49:37.919 INFO O| Aug 25 07:49:37.919 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7251 | 2026-08-25T07:49:39.075Z | [ recovery-image] Aug 25 07:49:37.928 INFO O| Aug 25 07:49:37.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin" |
| 7252 | 2026-08-25T07:49:39.076Z | [ recovery-image] Aug 25 07:49:37.928 INFO O| Aug 25 07:49:37.928 INFO STEP 643 (remove_files) COMPLETE |
| 7253 | 2026-08-25T07:49:39.076Z | [ recovery-image] Aug 25 07:49:37.928 INFO O| Aug 25 07:49:37.928 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7254 | 2026-08-25T07:49:39.087Z | [ recovery-image] Aug 25 07:49:37.939 INFO O| Aug 25 07:49:37.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl" |
| 7255 | 2026-08-25T07:49:39.087Z | [ recovery-image] Aug 25 07:49:37.939 INFO O| Aug 25 07:49:37.939 INFO STEP 644 (remove_files) COMPLETE |
| 7256 | 2026-08-25T07:49:39.087Z | [ recovery-image] Aug 25 07:49:37.939 INFO O| Aug 25 07:49:37.939 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7257 | 2026-08-25T07:49:39.087Z | [ recovery-image] Aug 25 07:49:37.947 INFO O| Aug 25 07:49:37.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
| 7258 | 2026-08-25T07:49:39.088Z | [ recovery-image] Aug 25 07:49:37.948 INFO O| Aug 25 07:49:37.948 INFO STEP 645 (remove_files) COMPLETE |
| 7259 | 2026-08-25T07:49:39.088Z | [ recovery-image] Aug 25 07:49:37.948 INFO O| Aug 25 07:49:37.948 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7260 | 2026-08-25T07:49:39.088Z | [ recovery-image] Aug 25 07:49:37.957 INFO O| Aug 25 07:49:37.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
| 7261 | 2026-08-25T07:49:39.088Z | [ recovery-image] Aug 25 07:49:37.957 INFO O| Aug 25 07:49:37.957 INFO STEP 646 (remove_files) COMPLETE |
| 7262 | 2026-08-25T07:49:39.088Z | [ recovery-image] Aug 25 07:49:37.957 INFO O| Aug 25 07:49:37.957 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7263 | 2026-08-25T07:49:39.095Z | [ recovery-image] Aug 25 07:49:37.969 INFO O| Aug 25 07:49:37.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin" |
| 7264 | 2026-08-25T07:49:39.095Z | [ recovery-image] Aug 25 07:49:37.969 INFO O| Aug 25 07:49:37.969 INFO STEP 647 (remove_files) COMPLETE |
| 7265 | 2026-08-25T07:49:39.096Z | [ recovery-image] Aug 25 07:49:37.969 INFO O| Aug 25 07:49:37.969 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7266 | 2026-08-25T07:49:39.103Z | [ recovery-image] Aug 25 07:49:37.979 INFO O| Aug 25 07:49:37.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl" |
| 7267 | 2026-08-25T07:49:39.103Z | [ recovery-image] Aug 25 07:49:37.979 INFO O| Aug 25 07:49:37.979 INFO STEP 648 (remove_files) COMPLETE |
| 7268 | 2026-08-25T07:49:39.103Z | [ recovery-image] Aug 25 07:49:37.979 INFO O| Aug 25 07:49:37.979 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7269 | 2026-08-25T07:49:39.117Z | [ recovery-image] Aug 25 07:49:37.989 INFO O| Aug 25 07:49:37.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
| 7270 | 2026-08-25T07:49:39.117Z | [ recovery-image] Aug 25 07:49:37.989 INFO O| Aug 25 07:49:37.989 INFO STEP 649 (remove_files) COMPLETE |
| 7271 | 2026-08-25T07:49:39.117Z | [ recovery-image] Aug 25 07:49:37.989 INFO O| Aug 25 07:49:37.989 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7272 | 2026-08-25T07:49:39.135Z | [ recovery-image] Aug 25 07:49:37.997 INFO O| Aug 25 07:49:37.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 7273 | 2026-08-25T07:49:39.135Z | [ recovery-image] Aug 25 07:49:38.000 INFO O| Aug 25 07:49:38.000 INFO STEP 650 (remove_files) COMPLETE |
| 7274 | 2026-08-25T07:49:39.135Z | [ recovery-image] Aug 25 07:49:38.000 INFO O| Aug 25 07:49:38.000 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7275 | 2026-08-25T07:49:39.146Z | [ recovery-image] Aug 25 07:49:38.011 INFO O| Aug 25 07:49:38.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled" |
| 7276 | 2026-08-25T07:49:39.146Z | [ recovery-image] Aug 25 07:49:38.011 INFO O| Aug 25 07:49:38.011 INFO STEP 651 (remove_files) COMPLETE |
| 7277 | 2026-08-25T07:49:39.146Z | [ recovery-image] Aug 25 07:49:38.011 INFO O| Aug 25 07:49:38.011 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7278 | 2026-08-25T07:49:39.146Z | [verify-libraries] Compiling seq-macro v0.3.6 |
| 7279 | 2026-08-25T07:49:39.156Z | [ recovery-image] Aug 25 07:49:38.021 INFO O| Aug 25 07:49:38.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv" |
| 7280 | 2026-08-25T07:49:39.157Z | [ recovery-image] Aug 25 07:49:38.021 INFO O| Aug 25 07:49:38.021 INFO STEP 652 (remove_files) COMPLETE |
| 7281 | 2026-08-25T07:49:39.157Z | [ recovery-image] Aug 25 07:49:38.021 INFO O| Aug 25 07:49:38.021 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7282 | 2026-08-25T07:49:39.157Z | [ recovery-image] Aug 25 07:49:38.030 INFO O| Aug 25 07:49:38.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend" |
| 7283 | 2026-08-25T07:49:39.157Z | [ recovery-image] Aug 25 07:49:38.031 INFO O| Aug 25 07:49:38.031 INFO STEP 653 (remove_files) COMPLETE |
| 7284 | 2026-08-25T07:49:39.157Z | [ recovery-image] Aug 25 07:49:38.031 INFO O| Aug 25 07:49:38.031 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7285 | 2026-08-25T07:49:39.176Z | [ recovery-image] Aug 25 07:49:38.041 INFO O| Aug 25 07:49:38.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo" |
| 7286 | 2026-08-25T07:49:39.176Z | [ recovery-image] Aug 25 07:49:38.041 INFO O| Aug 25 07:49:38.041 INFO STEP 654 (remove_files) COMPLETE |
| 7287 | 2026-08-25T07:49:39.176Z | [ recovery-image] Aug 25 07:49:38.041 INFO O| Aug 25 07:49:38.041 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7288 | 2026-08-25T07:49:39.176Z | [verify-libraries] Compiling sled-agent-rack-setup v0.1.0 (/work/oxidecomputer/omicron/sled-agent/rack-setup) |
| 7289 | 2026-08-25T07:49:39.187Z | [ recovery-image] Aug 25 07:49:38.052 INFO O| Aug 25 07:49:38.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o" |
| 7290 | 2026-08-25T07:49:39.187Z | [ recovery-image] Aug 25 07:49:38.052 INFO O| Aug 25 07:49:38.052 INFO STEP 655 (remove_files) COMPLETE |
| 7291 | 2026-08-25T07:49:39.188Z | [ recovery-image] Aug 25 07:49:38.052 INFO O| Aug 25 07:49:38.052 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7292 | 2026-08-25T07:49:39.188Z | [ recovery-image] Aug 25 07:49:38.062 INFO O| Aug 25 07:49:38.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
| 7293 | 2026-08-25T07:49:39.188Z | [ recovery-image] Aug 25 07:49:38.062 INFO O| Aug 25 07:49:38.062 INFO STEP 656 (remove_files) COMPLETE |
| 7294 | 2026-08-25T07:49:39.188Z | [ recovery-image] Aug 25 07:49:38.062 INFO O| Aug 25 07:49:38.062 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7295 | 2026-08-25T07:49:39.197Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 7296 | 2026-08-25T07:49:39.197Z | [ recovery-image] Aug 25 07:49:38.071 INFO O| Aug 25 07:49:38.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d" |
| 7297 | 2026-08-25T07:49:39.197Z | [ recovery-image] Aug 25 07:49:38.071 INFO O| Aug 25 07:49:38.071 INFO STEP 657 (remove_files) COMPLETE |
| 7298 | 2026-08-25T07:49:39.197Z | [ recovery-image] Aug 25 07:49:38.071 INFO O| Aug 25 07:49:38.071 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7299 | 2026-08-25T07:49:39.214Z | [ recovery-image] Aug 25 07:49:38.081 INFO O| Aug 25 07:49:38.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o" |
| 7300 | 2026-08-25T07:49:39.214Z | [ recovery-image] Aug 25 07:49:38.081 INFO O| Aug 25 07:49:38.080 INFO STEP 658 (remove_files) COMPLETE |
| 7301 | 2026-08-25T07:49:39.214Z | [ recovery-image] Aug 25 07:49:38.081 INFO O| Aug 25 07:49:38.080 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7302 | 2026-08-25T07:49:39.227Z | [ recovery-image] Aug 25 07:49:38.090 INFO O| Aug 25 07:49:38.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
| 7303 | 2026-08-25T07:49:39.227Z | [ recovery-image] Aug 25 07:49:38.090 INFO O| Aug 25 07:49:38.090 INFO STEP 659 (remove_files) COMPLETE |
| 7304 | 2026-08-25T07:49:39.227Z | [ recovery-image] Aug 25 07:49:38.090 INFO O| Aug 25 07:49:38.090 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7305 | 2026-08-25T07:49:39.227Z | [ recovery-image] Aug 25 07:49:38.100 INFO O| Aug 25 07:49:38.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
| 7306 | 2026-08-25T07:49:39.227Z | [ recovery-image] Aug 25 07:49:38.100 INFO O| Aug 25 07:49:38.100 INFO STEP 660 (remove_files) COMPLETE |
| 7307 | 2026-08-25T07:49:39.228Z | [ recovery-image] Aug 25 07:49:38.100 INFO O| Aug 25 07:49:38.100 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7308 | 2026-08-25T07:49:39.246Z | [ recovery-image] Aug 25 07:49:38.108 INFO O| Aug 25 07:49:38.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
| 7309 | 2026-08-25T07:49:39.246Z | [ recovery-image] Aug 25 07:49:38.108 INFO O| Aug 25 07:49:38.108 INFO STEP 661 (remove_files) COMPLETE |
| 7310 | 2026-08-25T07:49:39.246Z | [ recovery-image] Aug 25 07:49:38.108 INFO O| Aug 25 07:49:38.108 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7311 | 2026-08-25T07:49:39.262Z | [ recovery-image] Aug 25 07:49:38.118 INFO O| Aug 25 07:49:38.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
| 7312 | 2026-08-25T07:49:39.263Z | [ recovery-image] Aug 25 07:49:38.118 INFO O| Aug 25 07:49:38.118 INFO STEP 662 (remove_files) COMPLETE |
| 7313 | 2026-08-25T07:49:39.263Z | [ recovery-image] Aug 25 07:49:38.118 INFO O| Aug 25 07:49:38.118 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7314 | 2026-08-25T07:49:39.263Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 7315 | 2026-08-25T07:49:39.263Z | [ recovery-image] Aug 25 07:49:38.129 INFO O| Aug 25 07:49:38.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
| 7316 | 2026-08-25T07:49:39.263Z | [ recovery-image] Aug 25 07:49:38.129 INFO O| Aug 25 07:49:38.129 INFO STEP 663 (remove_files) COMPLETE |
| 7317 | 2026-08-25T07:49:39.263Z | [ recovery-image] Aug 25 07:49:38.129 INFO O| Aug 25 07:49:38.129 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7318 | 2026-08-25T07:49:39.273Z | [ recovery-image] Aug 25 07:49:38.139 INFO O| Aug 25 07:49:38.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
| 7319 | 2026-08-25T07:49:39.273Z | [ recovery-image] Aug 25 07:49:38.139 INFO O| Aug 25 07:49:38.139 INFO STEP 664 (remove_files) COMPLETE |
| 7320 | 2026-08-25T07:49:39.273Z | [ recovery-image] Aug 25 07:49:38.139 INFO O| Aug 25 07:49:38.139 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7321 | 2026-08-25T07:49:39.273Z | [ recovery-image] Aug 25 07:49:38.150 INFO O| Aug 25 07:49:38.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
| 7322 | 2026-08-25T07:49:39.273Z | [ recovery-image] Aug 25 07:49:38.150 INFO O| Aug 25 07:49:38.150 INFO STEP 665 (remove_files) COMPLETE |
| 7323 | 2026-08-25T07:49:39.273Z | [ recovery-image] Aug 25 07:49:38.150 INFO O| Aug 25 07:49:38.150 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7324 | 2026-08-25T07:49:39.287Z | [ recovery-image] Aug 25 07:49:38.160 INFO O| Aug 25 07:49:38.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
| 7325 | 2026-08-25T07:49:39.287Z | [ recovery-image] Aug 25 07:49:38.160 INFO O| Aug 25 07:49:38.160 INFO STEP 666 (remove_files) COMPLETE |
| 7326 | 2026-08-25T07:49:39.287Z | [ recovery-image] Aug 25 07:49:38.160 INFO O| Aug 25 07:49:38.160 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7327 | 2026-08-25T07:49:39.301Z | [ recovery-image] Aug 25 07:49:38.171 INFO O| Aug 25 07:49:38.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
| 7328 | 2026-08-25T07:49:39.301Z | [ recovery-image] Aug 25 07:49:38.171 INFO O| Aug 25 07:49:38.171 INFO STEP 667 (remove_files) COMPLETE |
| 7329 | 2026-08-25T07:49:39.301Z | [ recovery-image] Aug 25 07:49:38.171 INFO O| Aug 25 07:49:38.171 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7330 | 2026-08-25T07:49:39.310Z | [ recovery-image] Aug 25 07:49:38.181 INFO O| Aug 25 07:49:38.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
| 7331 | 2026-08-25T07:49:39.310Z | [ recovery-image] Aug 25 07:49:38.182 INFO O| Aug 25 07:49:38.182 INFO STEP 668 (remove_files) COMPLETE |
| 7332 | 2026-08-25T07:49:39.310Z | [ recovery-image] Aug 25 07:49:38.182 INFO O| Aug 25 07:49:38.182 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7333 | 2026-08-25T07:49:39.321Z | [ recovery-image] Aug 25 07:49:38.191 INFO O| Aug 25 07:49:38.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict" |
| 7334 | 2026-08-25T07:49:39.321Z | [ recovery-image] Aug 25 07:49:38.191 INFO O| Aug 25 07:49:38.191 INFO STEP 669 (remove_files) COMPLETE |
| 7335 | 2026-08-25T07:49:39.321Z | [ recovery-image] Aug 25 07:49:38.191 INFO O| Aug 25 07:49:38.191 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7336 | 2026-08-25T07:49:39.339Z | [ recovery-image] Aug 25 07:49:38.202 INFO O| Aug 25 07:49:38.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
| 7337 | 2026-08-25T07:49:39.339Z | [ recovery-image] Aug 25 07:49:38.202 INFO O| Aug 25 07:49:38.202 INFO STEP 670 (remove_files) COMPLETE |
| 7338 | 2026-08-25T07:49:39.339Z | [ recovery-image] Aug 25 07:49:38.202 INFO O| Aug 25 07:49:38.202 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7339 | 2026-08-25T07:49:39.361Z | [ recovery-image] Aug 25 07:49:38.211 INFO O| Aug 25 07:49:38.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict" |
| 7340 | 2026-08-25T07:49:39.361Z | [ recovery-image] Aug 25 07:49:38.212 INFO O| Aug 25 07:49:38.212 INFO STEP 671 (remove_files) COMPLETE |
| 7341 | 2026-08-25T07:49:39.361Z | [ recovery-image] Aug 25 07:49:38.212 INFO O| Aug 25 07:49:38.212 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7342 | 2026-08-25T07:49:39.361Z | [ recovery-image] Aug 25 07:49:38.221 INFO O| Aug 25 07:49:38.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict" |
| 7343 | 2026-08-25T07:49:39.361Z | [ recovery-image] Aug 25 07:49:38.221 INFO O| Aug 25 07:49:38.221 INFO STEP 672 (remove_files) COMPLETE |
| 7344 | 2026-08-25T07:49:39.361Z | [ recovery-image] Aug 25 07:49:38.221 INFO O| Aug 25 07:49:38.221 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7345 | 2026-08-25T07:49:39.375Z | [ recovery-image] Aug 25 07:49:38.230 INFO O| Aug 25 07:49:38.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject" |
| 7346 | 2026-08-25T07:49:39.375Z | [ recovery-image] Aug 25 07:49:38.230 INFO O| Aug 25 07:49:38.230 INFO STEP 673 (remove_files) COMPLETE |
| 7347 | 2026-08-25T07:49:39.375Z | [ recovery-image] Aug 25 07:49:38.230 INFO O| Aug 25 07:49:38.230 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7348 | 2026-08-25T07:49:39.375Z | [ recovery-image] Aug 25 07:49:38.242 INFO O| Aug 25 07:49:38.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim" |
| 7349 | 2026-08-25T07:49:39.376Z | [ recovery-image] Aug 25 07:49:38.242 INFO O| Aug 25 07:49:38.242 INFO STEP 674 (remove_files) COMPLETE |
| 7350 | 2026-08-25T07:49:39.376Z | [ recovery-image] Aug 25 07:49:38.242 INFO O| Aug 25 07:49:38.242 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7351 | 2026-08-25T07:49:39.376Z | [ recovery-image] Aug 25 07:49:38.252 INFO O| Aug 25 07:49:38.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo" |
| 7352 | 2026-08-25T07:49:39.376Z | [ recovery-image] Aug 25 07:49:38.253 INFO O| Aug 25 07:49:38.253 INFO STEP 675 (remove_files) COMPLETE |
| 7353 | 2026-08-25T07:49:39.376Z | [ recovery-image] Aug 25 07:49:38.253 INFO O| Aug 25 07:49:38.253 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7354 | 2026-08-25T07:49:39.390Z | [ recovery-image] Aug 25 07:49:38.262 INFO O| Aug 25 07:49:38.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo" |
| 7355 | 2026-08-25T07:49:39.390Z | [ recovery-image] Aug 25 07:49:38.262 INFO O| Aug 25 07:49:38.262 INFO STEP 676 (remove_files) COMPLETE |
| 7356 | 2026-08-25T07:49:39.390Z | [ recovery-image] Aug 25 07:49:38.262 INFO O| Aug 25 07:49:38.262 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7357 | 2026-08-25T07:49:39.398Z | [ recovery-image] Aug 25 07:49:38.272 INFO O| Aug 25 07:49:38.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode" |
| 7358 | 2026-08-25T07:49:39.398Z | [ recovery-image] Aug 25 07:49:38.272 INFO O| Aug 25 07:49:38.272 INFO STEP 677 (remove_files) COMPLETE |
| 7359 | 2026-08-25T07:49:39.398Z | [ recovery-image] Aug 25 07:49:38.272 INFO O| Aug 25 07:49:38.272 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7360 | 2026-08-25T07:49:39.407Z | [ recovery-image] Aug 25 07:49:38.280 INFO O| Aug 25 07:49:38.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
| 7361 | 2026-08-25T07:49:39.407Z | [ recovery-image] Aug 25 07:49:38.280 INFO O| Aug 25 07:49:38.280 INFO STEP 678 (remove_files) COMPLETE |
| 7362 | 2026-08-25T07:49:39.407Z | [ recovery-image] Aug 25 07:49:38.280 INFO O| Aug 25 07:49:38.280 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7363 | 2026-08-25T07:49:39.418Z | [ recovery-image] Aug 25 07:49:38.291 INFO O| Aug 25 07:49:38.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
| 7364 | 2026-08-25T07:49:39.419Z | [ recovery-image] Aug 25 07:49:38.292 INFO O| Aug 25 07:49:38.292 INFO STEP 679 (remove_files) COMPLETE |
| 7365 | 2026-08-25T07:49:39.419Z | [ recovery-image] Aug 25 07:49:38.292 INFO O| Aug 25 07:49:38.292 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7366 | 2026-08-25T07:49:39.430Z | [ recovery-image] Aug 25 07:49:38.302 INFO O| Aug 25 07:49:38.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
| 7367 | 2026-08-25T07:49:39.430Z | [ recovery-image] Aug 25 07:49:38.302 INFO O| Aug 25 07:49:38.302 INFO STEP 680 (remove_files) COMPLETE |
| 7368 | 2026-08-25T07:49:39.430Z | [ recovery-image] Aug 25 07:49:38.302 INFO O| Aug 25 07:49:38.302 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7369 | 2026-08-25T07:49:39.443Z | [ recovery-image] Aug 25 07:49:38.311 INFO O| Aug 25 07:49:38.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
| 7370 | 2026-08-25T07:49:39.443Z | [ recovery-image] Aug 25 07:49:38.311 INFO O| Aug 25 07:49:38.311 INFO STEP 681 (remove_files) COMPLETE |
| 7371 | 2026-08-25T07:49:39.443Z | [ recovery-image] Aug 25 07:49:38.311 INFO O| Aug 25 07:49:38.311 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7372 | 2026-08-25T07:49:39.453Z | [ recovery-image] Aug 25 07:49:38.319 INFO O| Aug 25 07:49:38.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
| 7373 | 2026-08-25T07:49:39.453Z | [ recovery-image] Aug 25 07:49:38.319 INFO O| Aug 25 07:49:38.319 INFO STEP 682 (remove_files) COMPLETE |
| 7374 | 2026-08-25T07:49:39.453Z | [ recovery-image] Aug 25 07:49:38.319 INFO O| Aug 25 07:49:38.319 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7375 | 2026-08-25T07:49:39.453Z | [ recovery-image] Aug 25 07:49:38.329 INFO O| Aug 25 07:49:38.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
| 7376 | 2026-08-25T07:49:39.454Z | [ recovery-image] Aug 25 07:49:38.330 INFO O| Aug 25 07:49:38.330 INFO STEP 683 (remove_files) COMPLETE |
| 7377 | 2026-08-25T07:49:39.454Z | [ recovery-image] Aug 25 07:49:38.330 INFO O| Aug 25 07:49:38.330 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7378 | 2026-08-25T07:49:39.454Z | [verify-libraries] Compiling russh v0.62.4 |
| 7379 | 2026-08-25T07:49:39.466Z | [ recovery-image] Aug 25 07:49:38.340 INFO O| Aug 25 07:49:38.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
| 7380 | 2026-08-25T07:49:39.466Z | [ recovery-image] Aug 25 07:49:38.340 INFO O| Aug 25 07:49:38.340 INFO STEP 684 (remove_files) COMPLETE |
| 7381 | 2026-08-25T07:49:39.476Z | [ recovery-image] Aug 25 07:49:38.340 INFO O| Aug 25 07:49:38.340 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7382 | 2026-08-25T07:49:39.476Z | [ recovery-image] Aug 25 07:49:38.349 INFO O| Aug 25 07:49:38.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
| 7383 | 2026-08-25T07:49:39.476Z | [ recovery-image] Aug 25 07:49:38.349 INFO O| Aug 25 07:49:38.349 INFO STEP 685 (remove_files) COMPLETE |
| 7384 | 2026-08-25T07:49:39.476Z | [ recovery-image] Aug 25 07:49:38.349 INFO O| Aug 25 07:49:38.349 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7385 | 2026-08-25T07:49:39.483Z | [ recovery-image] Aug 25 07:49:38.358 INFO O| Aug 25 07:49:38.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
| 7386 | 2026-08-25T07:49:39.483Z | [ recovery-image] Aug 25 07:49:38.358 INFO O| Aug 25 07:49:38.358 INFO STEP 686 (remove_files) COMPLETE |
| 7387 | 2026-08-25T07:49:39.483Z | [ recovery-image] Aug 25 07:49:38.358 INFO O| Aug 25 07:49:38.358 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7388 | 2026-08-25T07:49:39.492Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 7389 | 2026-08-25T07:49:39.492Z | [ recovery-image] Aug 25 07:49:38.368 INFO O| Aug 25 07:49:38.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
| 7390 | 2026-08-25T07:49:39.492Z | [ recovery-image] Aug 25 07:49:38.368 INFO O| Aug 25 07:49:38.368 INFO STEP 687 (remove_files) COMPLETE |
| 7391 | 2026-08-25T07:49:39.492Z | [ recovery-image] Aug 25 07:49:38.368 INFO O| Aug 25 07:49:38.368 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7392 | 2026-08-25T07:49:39.508Z | [ recovery-image] Aug 25 07:49:38.378 INFO O| Aug 25 07:49:38.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
| 7393 | 2026-08-25T07:49:39.508Z | [ recovery-image] Aug 25 07:49:38.378 INFO O| Aug 25 07:49:38.378 INFO STEP 688 (remove_files) COMPLETE |
| 7394 | 2026-08-25T07:49:39.508Z | [ recovery-image] Aug 25 07:49:38.378 INFO O| Aug 25 07:49:38.378 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7395 | 2026-08-25T07:49:39.524Z | [ recovery-image] Aug 25 07:49:38.388 INFO O| Aug 25 07:49:38.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
| 7396 | 2026-08-25T07:49:39.525Z | [ recovery-image] Aug 25 07:49:38.389 INFO O| Aug 25 07:49:38.389 INFO STEP 689 (remove_files) COMPLETE |
| 7397 | 2026-08-25T07:49:39.525Z | [ recovery-image] Aug 25 07:49:38.389 INFO O| Aug 25 07:49:38.389 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7398 | 2026-08-25T07:49:39.533Z | [ recovery-image] Aug 25 07:49:38.397 INFO O| Aug 25 07:49:38.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
| 7399 | 2026-08-25T07:49:39.533Z | [ recovery-image] Aug 25 07:49:38.397 INFO O| Aug 25 07:49:38.397 INFO STEP 690 (remove_files) COMPLETE |
| 7400 | 2026-08-25T07:49:39.533Z | [ recovery-image] Aug 25 07:49:38.397 INFO O| Aug 25 07:49:38.397 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7401 | 2026-08-25T07:49:39.533Z | [ recovery-image] Aug 25 07:49:38.408 INFO O| Aug 25 07:49:38.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
| 7402 | 2026-08-25T07:49:39.533Z | [ recovery-image] Aug 25 07:49:38.408 INFO O| Aug 25 07:49:38.408 INFO STEP 691 (remove_files) COMPLETE |
| 7403 | 2026-08-25T07:49:39.533Z | [ recovery-image] Aug 25 07:49:38.408 INFO O| Aug 25 07:49:38.408 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7404 | 2026-08-25T07:49:39.538Z | [ recovery-image] Aug 25 07:49:38.418 INFO O| Aug 25 07:49:38.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
| 7405 | 2026-08-25T07:49:39.538Z | [ recovery-image] Aug 25 07:49:38.418 INFO O| Aug 25 07:49:38.418 INFO STEP 692 (remove_files) COMPLETE |
| 7406 | 2026-08-25T07:49:39.539Z | [ recovery-image] Aug 25 07:49:38.418 INFO O| Aug 25 07:49:38.418 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7407 | 2026-08-25T07:49:39.549Z | [ recovery-image] Aug 25 07:49:38.427 INFO O| Aug 25 07:49:38.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
| 7408 | 2026-08-25T07:49:39.549Z | [ recovery-image] Aug 25 07:49:38.427 INFO O| Aug 25 07:49:38.427 INFO STEP 693 (remove_files) COMPLETE |
| 7409 | 2026-08-25T07:49:39.549Z | [ recovery-image] Aug 25 07:49:38.427 INFO O| Aug 25 07:49:38.427 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7410 | 2026-08-25T07:49:39.559Z | [ recovery-image] Aug 25 07:49:38.436 INFO O| Aug 25 07:49:38.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
| 7411 | 2026-08-25T07:49:39.559Z | [ recovery-image] Aug 25 07:49:38.437 INFO O| Aug 25 07:49:38.437 INFO STEP 694 (remove_files) COMPLETE |
| 7412 | 2026-08-25T07:49:39.559Z | [ recovery-image] Aug 25 07:49:38.437 INFO O| Aug 25 07:49:38.437 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7413 | 2026-08-25T07:49:39.573Z | [ recovery-image] Aug 25 07:49:38.447 INFO O| Aug 25 07:49:38.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
| 7414 | 2026-08-25T07:49:39.573Z | [ recovery-image] Aug 25 07:49:38.448 INFO O| Aug 25 07:49:38.448 INFO STEP 695 (remove_files) COMPLETE |
| 7415 | 2026-08-25T07:49:39.574Z | [ recovery-image] Aug 25 07:49:38.448 INFO O| Aug 25 07:49:38.448 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7416 | 2026-08-25T07:49:39.583Z | [ recovery-image] Aug 25 07:49:38.457 INFO O| Aug 25 07:49:38.457 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
| 7417 | 2026-08-25T07:49:39.583Z | [ recovery-image] Aug 25 07:49:38.457 INFO O| Aug 25 07:49:38.457 INFO STEP 696 (remove_files) COMPLETE |
| 7418 | 2026-08-25T07:49:39.583Z | [ recovery-image] Aug 25 07:49:38.457 INFO O| Aug 25 07:49:38.457 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7419 | 2026-08-25T07:49:39.591Z | [ recovery-image] Aug 25 07:49:38.467 INFO O| Aug 25 07:49:38.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
| 7420 | 2026-08-25T07:49:39.591Z | [ recovery-image] Aug 25 07:49:38.468 INFO O| Aug 25 07:49:38.468 INFO STEP 697 (remove_files) COMPLETE |
| 7421 | 2026-08-25T07:49:39.591Z | [ recovery-image] Aug 25 07:49:38.468 INFO O| Aug 25 07:49:38.468 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7422 | 2026-08-25T07:49:39.599Z | [ recovery-image] Aug 25 07:49:38.477 INFO O| Aug 25 07:49:38.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
| 7423 | 2026-08-25T07:49:39.605Z | [ recovery-image] Aug 25 07:49:38.477 INFO O| Aug 25 07:49:38.477 INFO STEP 698 (remove_files) COMPLETE |
| 7424 | 2026-08-25T07:49:39.605Z | [ recovery-image] Aug 25 07:49:38.477 INFO O| Aug 25 07:49:38.477 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7425 | 2026-08-25T07:49:39.619Z | [ recovery-image] Aug 25 07:49:38.487 INFO O| Aug 25 07:49:38.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
| 7426 | 2026-08-25T07:49:39.619Z | [ recovery-image] Aug 25 07:49:38.487 INFO O| Aug 25 07:49:38.487 INFO STEP 699 (remove_files) COMPLETE |
| 7427 | 2026-08-25T07:49:39.619Z | [ recovery-image] Aug 25 07:49:38.487 INFO O| Aug 25 07:49:38.487 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7428 | 2026-08-25T07:49:39.631Z | [ recovery-image] Aug 25 07:49:38.496 INFO O| Aug 25 07:49:38.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
| 7429 | 2026-08-25T07:49:39.631Z | [ recovery-image] Aug 25 07:49:38.496 INFO O| Aug 25 07:49:38.496 INFO STEP 700 (remove_files) COMPLETE |
| 7430 | 2026-08-25T07:49:39.631Z | [ recovery-image] Aug 25 07:49:38.496 INFO O| Aug 25 07:49:38.496 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7431 | 2026-08-25T07:49:39.631Z | [ recovery-image] Aug 25 07:49:38.504 INFO O| Aug 25 07:49:38.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1" |
| 7432 | 2026-08-25T07:49:39.631Z | [ recovery-image] Aug 25 07:49:38.504 INFO O| Aug 25 07:49:38.504 INFO STEP 701 (remove_files) COMPLETE |
| 7433 | 2026-08-25T07:49:39.631Z | [ recovery-image] Aug 25 07:49:38.504 INFO O| Aug 25 07:49:38.504 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7434 | 2026-08-25T07:49:39.639Z | [ recovery-image] Aug 25 07:49:38.514 INFO O| Aug 25 07:49:38.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
| 7435 | 2026-08-25T07:49:39.639Z | [ recovery-image] Aug 25 07:49:38.515 INFO O| Aug 25 07:49:38.515 INFO STEP 702 (remove_files) COMPLETE |
| 7436 | 2026-08-25T07:49:39.639Z | [ recovery-image] Aug 25 07:49:38.515 INFO O| Aug 25 07:49:38.515 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7437 | 2026-08-25T07:49:39.652Z | [ recovery-image] Aug 25 07:49:38.524 INFO O| Aug 25 07:49:38.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1" |
| 7438 | 2026-08-25T07:49:39.652Z | [ recovery-image] Aug 25 07:49:38.524 INFO O| Aug 25 07:49:38.524 INFO STEP 703 (remove_files) COMPLETE |
| 7439 | 2026-08-25T07:49:39.652Z | [ recovery-image] Aug 25 07:49:38.524 INFO O| Aug 25 07:49:38.524 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7440 | 2026-08-25T07:49:39.660Z | [ recovery-image] Aug 25 07:49:38.535 INFO O| Aug 25 07:49:38.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1" |
| 7441 | 2026-08-25T07:49:39.661Z | [ recovery-image] Aug 25 07:49:38.535 INFO O| Aug 25 07:49:38.535 INFO STEP 704 (remove_files) COMPLETE |
| 7442 | 2026-08-25T07:49:39.661Z | [ recovery-image] Aug 25 07:49:38.535 INFO O| Aug 25 07:49:38.535 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7443 | 2026-08-25T07:49:39.666Z | [ recovery-image] Aug 25 07:49:38.545 INFO O| Aug 25 07:49:38.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
| 7444 | 2026-08-25T07:49:39.666Z | [ recovery-image] Aug 25 07:49:38.545 INFO O| Aug 25 07:49:38.545 INFO STEP 705 (remove_files) COMPLETE |
| 7445 | 2026-08-25T07:49:39.666Z | [ recovery-image] Aug 25 07:49:38.545 INFO O| Aug 25 07:49:38.545 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7446 | 2026-08-25T07:49:39.676Z | [ recovery-image] Aug 25 07:49:38.554 INFO O| Aug 25 07:49:38.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
| 7447 | 2026-08-25T07:49:39.677Z | [ recovery-image] Aug 25 07:49:38.554 INFO O| Aug 25 07:49:38.554 INFO STEP 706 (remove_files) COMPLETE |
| 7448 | 2026-08-25T07:49:39.677Z | [ recovery-image] Aug 25 07:49:38.554 INFO O| Aug 25 07:49:38.554 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7449 | 2026-08-25T07:49:39.685Z | [ recovery-image] Aug 25 07:49:38.563 INFO O| Aug 25 07:49:38.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
| 7450 | 2026-08-25T07:49:39.685Z | [ recovery-image] Aug 25 07:49:38.564 INFO O| Aug 25 07:49:38.564 INFO STEP 707 (remove_files) COMPLETE |
| 7451 | 2026-08-25T07:49:39.690Z | [ recovery-image] Aug 25 07:49:38.564 INFO O| Aug 25 07:49:38.564 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7452 | 2026-08-25T07:49:39.695Z | [ recovery-image] Aug 25 07:49:38.572 INFO O| Aug 25 07:49:38.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
| 7453 | 2026-08-25T07:49:39.695Z | [ recovery-image] Aug 25 07:49:38.572 INFO O| Aug 25 07:49:38.572 INFO STEP 708 (remove_files) COMPLETE |
| 7454 | 2026-08-25T07:49:39.695Z | [ recovery-image] Aug 25 07:49:38.572 INFO O| Aug 25 07:49:38.572 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7455 | 2026-08-25T07:49:39.715Z | [ recovery-image] Aug 25 07:49:38.581 INFO O| Aug 25 07:49:38.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
| 7456 | 2026-08-25T07:49:39.715Z | [ recovery-image] Aug 25 07:49:38.581 INFO O| Aug 25 07:49:38.581 INFO STEP 709 (remove_files) COMPLETE |
| 7457 | 2026-08-25T07:49:39.716Z | [ recovery-image] Aug 25 07:49:38.581 INFO O| Aug 25 07:49:38.581 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7458 | 2026-08-25T07:49:39.723Z | [ recovery-image] Aug 25 07:49:38.590 INFO O| Aug 25 07:49:38.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
| 7459 | 2026-08-25T07:49:39.723Z | [ recovery-image] Aug 25 07:49:38.590 INFO O| Aug 25 07:49:38.590 INFO STEP 710 (remove_files) COMPLETE |
| 7460 | 2026-08-25T07:49:39.723Z | [ recovery-image] Aug 25 07:49:38.590 INFO O| Aug 25 07:49:38.590 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7461 | 2026-08-25T07:49:39.723Z | [ recovery-image] Aug 25 07:49:38.599 INFO O| Aug 25 07:49:38.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
| 7462 | 2026-08-25T07:49:39.723Z | [ recovery-image] Aug 25 07:49:38.599 INFO O| Aug 25 07:49:38.599 INFO STEP 711 (remove_files) COMPLETE |
| 7463 | 2026-08-25T07:49:39.723Z | [ recovery-image] Aug 25 07:49:38.599 INFO O| Aug 25 07:49:38.599 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7464 | 2026-08-25T07:49:39.731Z | [ recovery-image] Aug 25 07:49:38.607 INFO O| Aug 25 07:49:38.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
| 7465 | 2026-08-25T07:49:39.731Z | [ recovery-image] Aug 25 07:49:38.607 INFO O| Aug 25 07:49:38.607 INFO STEP 712 (remove_files) COMPLETE |
| 7466 | 2026-08-25T07:49:39.731Z | [ recovery-image] Aug 25 07:49:38.607 INFO O| Aug 25 07:49:38.607 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7467 | 2026-08-25T07:49:39.742Z | [ recovery-image] Aug 25 07:49:38.616 INFO O| Aug 25 07:49:38.616 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
| 7468 | 2026-08-25T07:49:39.742Z | [ recovery-image] Aug 25 07:49:38.616 INFO O| Aug 25 07:49:38.616 INFO STEP 713 (remove_files) COMPLETE |
| 7469 | 2026-08-25T07:49:39.742Z | [ recovery-image] Aug 25 07:49:38.616 INFO O| Aug 25 07:49:38.616 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7470 | 2026-08-25T07:49:39.750Z | [ recovery-image] Aug 25 07:49:38.625 INFO O| Aug 25 07:49:38.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
| 7471 | 2026-08-25T07:49:39.750Z | [ recovery-image] Aug 25 07:49:38.625 INFO O| Aug 25 07:49:38.625 INFO STEP 714 (remove_files) COMPLETE |
| 7472 | 2026-08-25T07:49:39.750Z | [ recovery-image] Aug 25 07:49:38.625 INFO O| Aug 25 07:49:38.625 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7473 | 2026-08-25T07:49:39.762Z | [ recovery-image] Aug 25 07:49:38.633 INFO O| Aug 25 07:49:38.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
| 7474 | 2026-08-25T07:49:39.762Z | [ recovery-image] Aug 25 07:49:38.633 INFO O| Aug 25 07:49:38.633 INFO STEP 715 (remove_files) COMPLETE |
| 7475 | 2026-08-25T07:49:39.762Z | [ recovery-image] Aug 25 07:49:38.633 INFO O| Aug 25 07:49:38.633 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7476 | 2026-08-25T07:49:39.768Z | [ recovery-image] Aug 25 07:49:38.641 INFO O| Aug 25 07:49:38.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount" |
| 7477 | 2026-08-25T07:49:39.768Z | [ recovery-image] Aug 25 07:49:38.642 INFO O| Aug 25 07:49:38.642 INFO STEP 716 (remove_files) COMPLETE |
| 7478 | 2026-08-25T07:49:39.768Z | [ recovery-image] Aug 25 07:49:38.642 INFO O| Aug 25 07:49:38.642 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7479 | 2026-08-25T07:49:39.777Z | [ recovery-image] Aug 25 07:49:38.651 INFO O| Aug 25 07:49:38.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp" |
| 7480 | 2026-08-25T07:49:39.777Z | [ recovery-image] Aug 25 07:49:38.651 INFO O| Aug 25 07:49:38.651 INFO STEP 717 (remove_files) COMPLETE |
| 7481 | 2026-08-25T07:49:39.777Z | [ recovery-image] Aug 25 07:49:38.651 INFO O| Aug 25 07:49:38.651 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7482 | 2026-08-25T07:49:39.786Z | [ recovery-image] Aug 25 07:49:38.662 INFO O| Aug 25 07:49:38.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
| 7483 | 2026-08-25T07:49:39.787Z | [ recovery-image] Aug 25 07:49:38.662 INFO O| Aug 25 07:49:38.662 INFO STEP 718 (remove_files) COMPLETE |
| 7484 | 2026-08-25T07:49:39.787Z | [ recovery-image] Aug 25 07:49:38.662 INFO O| Aug 25 07:49:38.662 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7485 | 2026-08-25T07:49:39.796Z | [ recovery-image] Aug 25 07:49:38.674 INFO O| Aug 25 07:49:38.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit" |
| 7486 | 2026-08-25T07:49:39.796Z | [ recovery-image] Aug 25 07:49:38.674 INFO O| Aug 25 07:49:38.674 INFO STEP 719 (remove_files) COMPLETE |
| 7487 | 2026-08-25T07:49:39.796Z | [ recovery-image] Aug 25 07:49:38.674 INFO O| Aug 25 07:49:38.674 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7488 | 2026-08-25T07:49:39.807Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 7489 | 2026-08-25T07:49:39.816Z | [ recovery-image] Aug 25 07:49:38.685 INFO O| Aug 25 07:49:38.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount" |
| 7490 | 2026-08-25T07:49:39.816Z | [ recovery-image] Aug 25 07:49:38.685 INFO O| Aug 25 07:49:38.685 INFO STEP 720 (remove_files) COMPLETE |
| 7491 | 2026-08-25T07:49:39.816Z | [ recovery-image] Aug 25 07:49:38.685 INFO O| Aug 25 07:49:38.685 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7492 | 2026-08-25T07:49:39.825Z | [ recovery-image] Aug 25 07:49:38.696 INFO O| Aug 25 07:49:38.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount" |
| 7493 | 2026-08-25T07:49:39.825Z | [ recovery-image] Aug 25 07:49:38.696 INFO O| Aug 25 07:49:38.696 INFO STEP 721 (remove_files) COMPLETE |
| 7494 | 2026-08-25T07:49:39.825Z | [ recovery-image] Aug 25 07:49:38.696 INFO O| Aug 25 07:49:38.696 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7495 | 2026-08-25T07:49:39.834Z | [ recovery-image] Aug 25 07:49:38.707 INFO O| Aug 25 07:49:38.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck" |
| 7496 | 2026-08-25T07:49:39.834Z | [ recovery-image] Aug 25 07:49:38.707 INFO O| Aug 25 07:49:38.707 INFO STEP 722 (remove_files) COMPLETE |
| 7497 | 2026-08-25T07:49:39.834Z | [ recovery-image] Aug 25 07:49:38.707 INFO O| Aug 25 07:49:38.707 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7498 | 2026-08-25T07:49:39.839Z | [ recovery-image] Aug 25 07:49:38.718 INFO O| Aug 25 07:49:38.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp" |
| 7499 | 2026-08-25T07:49:39.839Z | [ recovery-image] Aug 25 07:49:38.718 INFO O| Aug 25 07:49:38.718 INFO STEP 723 (remove_files) COMPLETE |
| 7500 | 2026-08-25T07:49:39.845Z | [ recovery-image] Aug 25 07:49:38.718 INFO O| Aug 25 07:49:38.718 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7501 | 2026-08-25T07:49:39.855Z | [ recovery-image] Aug 25 07:49:38.728 INFO O| Aug 25 07:49:38.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
| 7502 | 2026-08-25T07:49:39.855Z | [ recovery-image] Aug 25 07:49:38.728 INFO O| Aug 25 07:49:38.728 INFO STEP 724 (remove_files) COMPLETE |
| 7503 | 2026-08-25T07:49:39.855Z | [ recovery-image] Aug 25 07:49:38.728 INFO O| Aug 25 07:49:38.728 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7504 | 2026-08-25T07:49:39.865Z | [ recovery-image] Aug 25 07:49:38.738 INFO O| Aug 25 07:49:38.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs" |
| 7505 | 2026-08-25T07:49:39.865Z | [ recovery-image] Aug 25 07:49:38.738 INFO O| Aug 25 07:49:38.738 INFO STEP 725 (remove_files) COMPLETE |
| 7506 | 2026-08-25T07:49:39.865Z | [ recovery-image] Aug 25 07:49:38.738 INFO O| Aug 25 07:49:38.738 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7507 | 2026-08-25T07:49:39.888Z | [ recovery-image] Aug 25 07:49:38.748 INFO O| Aug 25 07:49:38.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount" |
| 7508 | 2026-08-25T07:49:39.888Z | [ recovery-image] Aug 25 07:49:38.748 INFO O| Aug 25 07:49:38.748 INFO STEP 726 (remove_files) COMPLETE |
| 7509 | 2026-08-25T07:49:39.888Z | [ recovery-image] Aug 25 07:49:38.748 INFO O| Aug 25 07:49:38.748 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7510 | 2026-08-25T07:49:39.894Z | [ recovery-image] Aug 25 07:49:38.757 INFO O| Aug 25 07:49:38.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount" |
| 7511 | 2026-08-25T07:49:39.894Z | [ recovery-image] Aug 25 07:49:38.757 INFO O| Aug 25 07:49:38.757 INFO STEP 727 (remove_files) COMPLETE |
| 7512 | 2026-08-25T07:49:39.894Z | [ recovery-image] Aug 25 07:49:38.757 INFO O| Aug 25 07:49:38.757 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7513 | 2026-08-25T07:49:39.894Z | [ recovery-image] Aug 25 07:49:38.766 INFO O| Aug 25 07:49:38.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
| 7514 | 2026-08-25T07:49:39.894Z | [ recovery-image] Aug 25 07:49:38.767 INFO O| Aug 25 07:49:38.767 INFO STEP 728 (remove_files) COMPLETE |
| 7515 | 2026-08-25T07:49:39.894Z | [ recovery-image] Aug 25 07:49:38.767 INFO O| Aug 25 07:49:38.767 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7516 | 2026-08-25T07:49:39.900Z | [ recovery-image] Aug 25 07:49:38.776 INFO O| Aug 25 07:49:38.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
| 7517 | 2026-08-25T07:49:39.900Z | [ recovery-image] Aug 25 07:49:38.776 INFO O| Aug 25 07:49:38.776 INFO STEP 729 (remove_files) COMPLETE |
| 7518 | 2026-08-25T07:49:39.900Z | [ recovery-image] Aug 25 07:49:38.776 INFO O| Aug 25 07:49:38.776 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7519 | 2026-08-25T07:49:39.910Z | [ recovery-image] Aug 25 07:49:38.786 INFO O| Aug 25 07:49:38.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
| 7520 | 2026-08-25T07:49:39.910Z | [ recovery-image] Aug 25 07:49:38.786 INFO O| Aug 25 07:49:38.786 INFO STEP 730 (remove_files) COMPLETE |
| 7521 | 2026-08-25T07:49:39.920Z | [ recovery-image] Aug 25 07:49:38.786 INFO O| Aug 25 07:49:38.786 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7522 | 2026-08-25T07:49:39.929Z | [ recovery-image] Aug 25 07:49:38.795 INFO O| Aug 25 07:49:38.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares" |
| 7523 | 2026-08-25T07:49:39.929Z | [ recovery-image] Aug 25 07:49:38.795 INFO O| Aug 25 07:49:38.795 INFO STEP 731 (remove_files) COMPLETE |
| 7524 | 2026-08-25T07:49:39.929Z | [ recovery-image] Aug 25 07:49:38.795 INFO O| Aug 25 07:49:38.795 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7525 | 2026-08-25T07:49:39.929Z | [ recovery-image] Aug 25 07:49:38.805 INFO O| Aug 25 07:49:38.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
| 7526 | 2026-08-25T07:49:39.929Z | [ recovery-image] Aug 25 07:49:38.805 INFO O| Aug 25 07:49:38.805 INFO STEP 732 (remove_files) COMPLETE |
| 7527 | 2026-08-25T07:49:39.929Z | [ recovery-image] Aug 25 07:49:38.805 INFO O| Aug 25 07:49:38.805 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7528 | 2026-08-25T07:49:39.938Z | [ recovery-image] Aug 25 07:49:38.816 INFO O| Aug 25 07:49:38.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount" |
| 7529 | 2026-08-25T07:49:39.938Z | [ recovery-image] Aug 25 07:49:38.816 INFO O| Aug 25 07:49:38.816 INFO STEP 733 (remove_files) COMPLETE |
| 7530 | 2026-08-25T07:49:39.938Z | [ recovery-image] Aug 25 07:49:38.816 INFO O| Aug 25 07:49:38.816 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7531 | 2026-08-25T07:49:39.949Z | [ recovery-image] Aug 25 07:49:38.826 INFO O| Aug 25 07:49:38.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share" |
| 7532 | 2026-08-25T07:49:39.949Z | [ recovery-image] Aug 25 07:49:38.826 INFO O| Aug 25 07:49:38.826 INFO STEP 734 (remove_files) COMPLETE |
| 7533 | 2026-08-25T07:49:39.949Z | [ recovery-image] Aug 25 07:49:38.826 INFO O| Aug 25 07:49:38.826 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7534 | 2026-08-25T07:49:40.478Z | [ recovery-image] Aug 25 07:49:38.836 INFO O| Aug 25 07:49:38.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount" |
| 7535 | 2026-08-25T07:49:40.478Z | [ recovery-image] Aug 25 07:49:38.836 INFO O| Aug 25 07:49:38.836 INFO STEP 735 (remove_files) COMPLETE |
| 7536 | 2026-08-25T07:49:40.478Z | [ recovery-image] Aug 25 07:49:38.836 INFO O| Aug 25 07:49:38.836 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7537 | 2026-08-25T07:49:40.478Z | [ recovery-image] Aug 25 07:49:38.846 INFO O| Aug 25 07:49:38.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare" |
| 7538 | 2026-08-25T07:49:40.478Z | [ recovery-image] Aug 25 07:49:38.846 INFO O| Aug 25 07:49:38.846 INFO STEP 736 (remove_files) COMPLETE |
| 7539 | 2026-08-25T07:49:40.478Z | [ recovery-image] Aug 25 07:49:38.846 INFO O| Aug 25 07:49:38.846 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7540 | 2026-08-25T07:49:40.478Z | [ recovery-image] Aug 25 07:49:38.855 INFO O| Aug 25 07:49:38.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri" |
| 7541 | 2026-08-25T07:49:40.478Z | [ recovery-image] Aug 25 07:49:38.855 INFO O| Aug 25 07:49:38.855 INFO STEP 737 (remove_files) COMPLETE |
| 7542 | 2026-08-25T07:49:40.478Z | [ recovery-image] Aug 25 07:49:38.855 INFO O| Aug 25 07:49:38.855 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7543 | 2026-08-25T07:49:40.478Z | [ recovery-image] Aug 25 07:49:38.865 INFO O| Aug 25 07:49:38.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy" |
| 7544 | 2026-08-25T07:49:40.478Z | [ recovery-image] Aug 25 07:49:38.865 INFO O| Aug 25 07:49:38.865 INFO STEP 738 (remove_files) COMPLETE |
| 7545 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.865 INFO O| Aug 25 07:49:38.865 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7546 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.875 INFO O| Aug 25 07:49:38.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df" |
| 7547 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.875 INFO O| Aug 25 07:49:38.875 INFO STEP 739 (remove_files) COMPLETE |
| 7548 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.875 INFO O| Aug 25 07:49:38.875 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7549 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.885 INFO O| Aug 25 07:49:38.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota" |
| 7550 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.885 INFO O| Aug 25 07:49:38.885 INFO STEP 740 (remove_files) COMPLETE |
| 7551 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.885 INFO O| Aug 25 07:49:38.885 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7552 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.895 INFO O| Aug 25 07:49:38.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff" |
| 7553 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.895 INFO O| Aug 25 07:49:38.895 INFO STEP 741 (remove_files) COMPLETE |
| 7554 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.895 INFO O| Aug 25 07:49:38.895 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7555 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.906 INFO O| Aug 25 07:49:38.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck" |
| 7556 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.906 INFO O| Aug 25 07:49:38.906 INFO STEP 742 (remove_files) COMPLETE |
| 7557 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.906 INFO O| Aug 25 07:49:38.906 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7558 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.916 INFO O| Aug 25 07:49:38.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall" |
| 7559 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.916 INFO O| Aug 25 07:49:38.916 INFO STEP 743 (remove_files) COMPLETE |
| 7560 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.916 INFO O| Aug 25 07:49:38.916 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7561 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.927 INFO O| Aug 25 07:49:38.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb" |
| 7562 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.927 INFO O| Aug 25 07:49:38.927 INFO STEP 744 (remove_files) COMPLETE |
| 7563 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.927 INFO O| Aug 25 07:49:38.927 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7564 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.938 INFO O| Aug 25 07:49:38.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand" |
| 7565 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.938 INFO O| Aug 25 07:49:38.938 INFO STEP 745 (remove_files) COMPLETE |
| 7566 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.938 INFO O| Aug 25 07:49:38.938 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7567 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.949 INFO O| Aug 25 07:49:38.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap" |
| 7568 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.949 INFO O| Aug 25 07:49:38.949 INFO STEP 746 (remove_files) COMPLETE |
| 7569 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.949 INFO O| Aug 25 07:49:38.949 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7570 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.959 INFO O| Aug 25 07:49:38.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp" |
| 7571 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.959 INFO O| Aug 25 07:49:38.959 INFO STEP 747 (remove_files) COMPLETE |
| 7572 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.959 INFO O| Aug 25 07:49:38.959 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7573 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.969 INFO O| Aug 25 07:49:38.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
| 7574 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.969 INFO O| Aug 25 07:49:38.969 INFO STEP 748 (remove_files) COMPLETE |
| 7575 | 2026-08-25T07:49:40.479Z | [ recovery-image] Aug 25 07:49:38.969 INFO O| Aug 25 07:49:38.969 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7576 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:38.977 INFO O| Aug 25 07:49:38.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit" |
| 7577 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:38.977 INFO O| Aug 25 07:49:38.977 INFO STEP 749 (remove_files) COMPLETE |
| 7578 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:38.977 INFO O| Aug 25 07:49:38.977 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7579 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:38.987 INFO O| Aug 25 07:49:38.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs" |
| 7580 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:38.987 INFO O| Aug 25 07:49:38.987 INFO STEP 750 (remove_files) COMPLETE |
| 7581 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:38.987 INFO O| Aug 25 07:49:38.987 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7582 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:38.997 INFO O| Aug 25 07:49:38.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs" |
| 7583 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:38.997 INFO O| Aug 25 07:49:38.997 INFO STEP 751 (remove_files) COMPLETE |
| 7584 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:38.997 INFO O| Aug 25 07:49:38.997 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7585 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.007 INFO O| Aug 25 07:49:39.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck" |
| 7586 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.007 INFO O| Aug 25 07:49:39.007 INFO STEP 752 (remove_files) COMPLETE |
| 7587 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.007 INFO O| Aug 25 07:49:39.007 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7588 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.016 INFO O| Aug 25 07:49:39.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs" |
| 7589 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.016 INFO O| Aug 25 07:49:39.016 INFO STEP 753 (remove_files) COMPLETE |
| 7590 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.016 INFO O| Aug 25 07:49:39.016 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7591 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.026 INFO O| Aug 25 07:49:39.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot" |
| 7592 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.026 INFO O| Aug 25 07:49:39.026 INFO STEP 754 (remove_files) COMPLETE |
| 7593 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.026 INFO O| Aug 25 07:49:39.026 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7594 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.036 INFO O| Aug 25 07:49:39.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck" |
| 7595 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.036 INFO O| Aug 25 07:49:39.036 INFO STEP 755 (remove_files) COMPLETE |
| 7596 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.036 INFO O| Aug 25 07:49:39.036 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7597 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.046 INFO O| Aug 25 07:49:39.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff" |
| 7598 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.046 INFO O| Aug 25 07:49:39.046 INFO STEP 756 (remove_files) COMPLETE |
| 7599 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.046 INFO O| Aug 25 07:49:39.046 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7600 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.056 INFO O| Aug 25 07:49:39.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon" |
| 7601 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.056 INFO O| Aug 25 07:49:39.056 INFO STEP 757 (remove_files) COMPLETE |
| 7602 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.056 INFO O| Aug 25 07:49:39.056 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7603 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.066 INFO O| Aug 25 07:49:39.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota" |
| 7604 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.066 INFO O| Aug 25 07:49:39.066 INFO STEP 758 (remove_files) COMPLETE |
| 7605 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.066 INFO O| Aug 25 07:49:39.066 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7606 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.077 INFO O| Aug 25 07:49:39.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs" |
| 7607 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.077 INFO O| Aug 25 07:49:39.077 INFO STEP 759 (remove_files) COMPLETE |
| 7608 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.077 INFO O| Aug 25 07:49:39.077 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7609 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.086 INFO O| Aug 25 07:49:39.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump" |
| 7610 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.086 INFO O| Aug 25 07:49:39.086 INFO STEP 760 (remove_files) COMPLETE |
| 7611 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.086 INFO O| Aug 25 07:49:39.086 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7612 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.096 INFO O| Aug 25 07:49:39.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore" |
| 7613 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.096 INFO O| Aug 25 07:49:39.096 INFO STEP 761 (remove_files) COMPLETE |
| 7614 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.096 INFO O| Aug 25 07:49:39.096 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7615 | 2026-08-25T07:49:40.480Z | [ recovery-image] Aug 25 07:49:39.107 INFO O| Aug 25 07:49:39.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy" |
| 7616 | 2026-08-25T07:49:40.481Z | [ recovery-image] Aug 25 07:49:39.107 INFO O| Aug 25 07:49:39.107 INFO STEP 762 (remove_files) COMPLETE |
| 7617 | 2026-08-25T07:49:40.481Z | [ recovery-image] Aug 25 07:49:39.107 INFO O| Aug 25 07:49:39.107 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7618 | 2026-08-25T07:49:40.481Z | [ recovery-image] Aug 25 07:49:39.117 INFO O| Aug 25 07:49:39.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1" |
| 7619 | 2026-08-25T07:49:40.481Z | [ recovery-image] Aug 25 07:49:39.117 INFO O| Aug 25 07:49:39.117 INFO STEP 763 (remove_files) COMPLETE |
| 7620 | 2026-08-25T07:49:40.481Z | [ recovery-image] Aug 25 07:49:39.117 INFO O| Aug 25 07:49:39.117 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7621 | 2026-08-25T07:49:40.481Z | [ recovery-image] Aug 25 07:49:39.125 INFO O| Aug 25 07:49:39.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1" |
| 7622 | 2026-08-25T07:49:40.481Z | [ recovery-image] Aug 25 07:49:39.125 INFO O| Aug 25 07:49:39.125 INFO STEP 764 (remove_files) COMPLETE |
| 7623 | 2026-08-25T07:49:40.481Z | [ recovery-image] Aug 25 07:49:39.125 INFO O| Aug 25 07:49:39.125 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7624 | 2026-08-25T07:49:40.481Z | [ recovery-image] Aug 25 07:49:39.135 INFO O| Aug 25 07:49:39.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean" |
| 7625 | 2026-08-25T07:49:40.481Z | [ recovery-image] Aug 25 07:49:39.135 INFO O| Aug 25 07:49:39.135 INFO STEP 765 (remove_files) COMPLETE |
| 7626 | 2026-08-25T07:49:40.481Z | [ recovery-image] Aug 25 07:49:39.135 INFO O| Aug 25 07:49:39.135 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7627 | 2026-08-25T07:49:40.481Z | [ recovery-image] Aug 25 07:49:39.145 INFO O| Aug 25 07:49:39.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd" |
| 7628 | 2026-08-25T07:49:40.481Z | [ recovery-image] Aug 25 07:49:39.145 INFO O| Aug 25 07:49:39.145 INFO STEP 766 (remove_files) COMPLETE |
| 7629 | 2026-08-25T07:49:40.481Z | [ recovery-image] Aug 25 07:49:39.145 INFO O| Aug 25 07:49:39.145 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7630 | 2026-08-25T07:49:40.481Z | [ recovery-image] Aug 25 07:49:39.155 INFO O| Aug 25 07:49:39.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1" |
| 7631 | 2026-08-25T07:49:40.481Z | [ recovery-image] Aug 25 07:49:39.156 INFO O| Aug 25 07:49:39.156 INFO STEP 767 (remove_files) COMPLETE |
| 7632 | 2026-08-25T07:49:40.482Z | [ recovery-image] Aug 25 07:49:39.156 INFO O| Aug 25 07:49:39.156 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7633 | 2026-08-25T07:49:40.482Z | [ recovery-image] Aug 25 07:49:39.166 INFO O| Aug 25 07:49:39.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1" |
| 7634 | 2026-08-25T07:49:40.527Z | [ recovery-image] Aug 25 07:49:39.166 INFO O| Aug 25 07:49:39.166 INFO STEP 768 (remove_files) COMPLETE |
| 7635 | 2026-08-25T07:49:40.527Z | [ recovery-image] Aug 25 07:49:39.166 INFO O| Aug 25 07:49:39.166 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7636 | 2026-08-25T07:49:40.527Z | [ recovery-image] Aug 25 07:49:39.177 INFO O| Aug 25 07:49:39.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1" |
| 7637 | 2026-08-25T07:49:40.527Z | [ recovery-image] Aug 25 07:49:39.177 INFO O| Aug 25 07:49:39.177 INFO STEP 769 (remove_files) COMPLETE |
| 7638 | 2026-08-25T07:49:40.527Z | [ recovery-image] Aug 25 07:49:39.177 INFO O| Aug 25 07:49:39.177 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7639 | 2026-08-25T07:49:40.527Z | [ recovery-image] Aug 25 07:49:39.187 INFO O| Aug 25 07:49:39.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked" |
| 7640 | 2026-08-25T07:49:40.527Z | [ recovery-image] Aug 25 07:49:39.188 INFO O| Aug 25 07:49:39.188 INFO STEP 770 (remove_files) COMPLETE |
| 7641 | 2026-08-25T07:49:40.527Z | [ recovery-image] Aug 25 07:49:39.188 INFO O| Aug 25 07:49:39.188 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7642 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.199 INFO O| Aug 25 07:49:39.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb" |
| 7643 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.199 INFO O| Aug 25 07:49:39.199 INFO STEP 771 (remove_files) COMPLETE |
| 7644 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.199 INFO O| Aug 25 07:49:39.199 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7645 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.208 INFO O| Aug 25 07:49:39.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal" |
| 7646 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.209 INFO O| Aug 25 07:49:39.209 INFO STEP 772 (remove_files) COMPLETE |
| 7647 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.209 INFO O| Aug 25 07:49:39.209 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7648 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.220 INFO O| Aug 25 07:49:39.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb" |
| 7649 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.220 INFO O| Aug 25 07:49:39.220 INFO STEP 773 (remove_files) COMPLETE |
| 7650 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.220 INFO O| Aug 25 07:49:39.220 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7651 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.231 INFO O| Aug 25 07:49:39.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked" |
| 7652 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.231 INFO O| Aug 25 07:49:39.231 INFO STEP 774 (remove_files) COMPLETE |
| 7653 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.231 INFO O| Aug 25 07:49:39.231 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7654 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.242 INFO O| Aug 25 07:49:39.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd" |
| 7655 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.242 INFO O| Aug 25 07:49:39.242 INFO STEP 775 (remove_files) COMPLETE |
| 7656 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.242 INFO O| Aug 25 07:49:39.242 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7657 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.251 INFO O| Aug 25 07:49:39.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd" |
| 7658 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.251 INFO O| Aug 25 07:49:39.251 INFO STEP 776 (remove_files) COMPLETE |
| 7659 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.251 INFO O| Aug 25 07:49:39.251 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7660 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.263 INFO O| Aug 25 07:49:39.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
| 7661 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.263 INFO O| Aug 25 07:49:39.263 INFO STEP 777 (remove_files) COMPLETE |
| 7662 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.263 INFO O| Aug 25 07:49:39.263 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7663 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.273 INFO O| Aug 25 07:49:39.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd" |
| 7664 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.273 INFO O| Aug 25 07:49:39.273 INFO STEP 778 (remove_files) COMPLETE |
| 7665 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.273 INFO O| Aug 25 07:49:39.273 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7666 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.282 INFO O| Aug 25 07:49:39.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
| 7667 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.282 INFO O| Aug 25 07:49:39.282 INFO STEP 779 (remove_files) COMPLETE |
| 7668 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.282 INFO O| Aug 25 07:49:39.282 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7669 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.291 INFO O| Aug 25 07:49:39.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1" |
| 7670 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.291 INFO O| Aug 25 07:49:39.291 INFO STEP 780 (remove_files) COMPLETE |
| 7671 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.291 INFO O| Aug 25 07:49:39.291 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7672 | 2026-08-25T07:49:40.528Z | [ recovery-image] Aug 25 07:49:39.300 INFO O| Aug 25 07:49:39.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
| 7673 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.300 INFO O| Aug 25 07:49:39.300 INFO STEP 781 (remove_files) COMPLETE |
| 7674 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.300 INFO O| Aug 25 07:49:39.300 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7675 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.309 INFO O| Aug 25 07:49:39.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G" |
| 7676 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.309 INFO O| Aug 25 07:49:39.309 INFO STEP 782 (remove_files) COMPLETE |
| 7677 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.309 INFO O| Aug 25 07:49:39.309 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7678 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.318 INFO O| Aug 25 07:49:39.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G" |
| 7679 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.319 INFO O| Aug 25 07:49:39.318 INFO STEP 783 (remove_files) COMPLETE |
| 7680 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.319 INFO O| Aug 25 07:49:39.319 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7681 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.328 INFO O| Aug 25 07:49:39.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign" |
| 7682 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.328 INFO O| Aug 25 07:49:39.328 INFO STEP 784 (remove_files) COMPLETE |
| 7683 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.328 INFO O| Aug 25 07:49:39.328 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7684 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.338 INFO O| Aug 25 07:49:39.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default" |
| 7685 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.338 INFO O| Aug 25 07:49:39.338 INFO STEP 785 (remove_files) COMPLETE |
| 7686 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.338 INFO O| Aug 25 07:49:39.338 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7687 | 2026-08-25T07:49:40.529Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 7688 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.347 INFO O| Aug 25 07:49:39.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata" |
| 7689 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.347 INFO O| Aug 25 07:49:39.347 INFO STEP 786 (remove_files) COMPLETE |
| 7690 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.347 INFO O| Aug 25 07:49:39.347 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7691 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.356 INFO O| Aug 25 07:49:39.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter" |
| 7692 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.356 INFO O| Aug 25 07:49:39.356 INFO STEP 787 (remove_files) COMPLETE |
| 7693 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.356 INFO O| Aug 25 07:49:39.356 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7694 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.364 INFO O| Aug 25 07:49:39.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss" |
| 7695 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.364 INFO O| Aug 25 07:49:39.364 INFO STEP 788 (remove_files) COMPLETE |
| 7696 | 2026-08-25T07:49:40.529Z | [ recovery-image] Aug 25 07:49:39.364 INFO O| Aug 25 07:49:39.364 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7697 | 2026-08-25T07:49:40.539Z | [ recovery-image] Aug 25 07:49:39.372 INFO O| Aug 25 07:49:39.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata" |
| 7698 | 2026-08-25T07:49:40.539Z | [ recovery-image] Aug 25 07:49:39.372 INFO O| Aug 25 07:49:39.372 INFO STEP 789 (remove_files) COMPLETE |
| 7699 | 2026-08-25T07:49:40.540Z | [ recovery-image] Aug 25 07:49:39.372 INFO O| Aug 25 07:49:39.372 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7700 | 2026-08-25T07:49:40.540Z | [ recovery-image] Aug 25 07:49:39.381 INFO O| Aug 25 07:49:39.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk" |
| 7701 | 2026-08-25T07:49:40.540Z | [ recovery-image] Aug 25 07:49:39.381 INFO O| Aug 25 07:49:39.381 INFO STEP 790 (remove_files) COMPLETE |
| 7702 | 2026-08-25T07:49:40.540Z | [ recovery-image] Aug 25 07:49:39.381 INFO O| Aug 25 07:49:39.381 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7703 | 2026-08-25T07:49:40.540Z | [ recovery-image] Aug 25 07:49:39.390 INFO O| Aug 25 07:49:39.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign" |
| 7704 | 2026-08-25T07:49:40.540Z | [ recovery-image] Aug 25 07:49:39.390 INFO O| Aug 25 07:49:39.390 INFO STEP 791 (remove_files) COMPLETE |
| 7705 | 2026-08-25T07:49:40.540Z | [ recovery-image] Aug 25 07:49:39.390 INFO O| Aug 25 07:49:39.390 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7706 | 2026-08-25T07:49:40.540Z | [verify-libraries] Compiling samael v0.0.19 |
| 7707 | 2026-08-25T07:49:40.540Z | [ recovery-image] Aug 25 07:49:39.399 INFO O| Aug 25 07:49:39.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
| 7708 | 2026-08-25T07:49:40.540Z | [ recovery-image] Aug 25 07:49:39.399 INFO O| Aug 25 07:49:39.399 INFO STEP 792 (remove_files) COMPLETE |
| 7709 | 2026-08-25T07:49:40.540Z | [ recovery-image] Aug 25 07:49:39.399 INFO O| Aug 25 07:49:39.399 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7710 | 2026-08-25T07:49:40.540Z | [ recovery-image] Aug 25 07:49:39.409 INFO O| Aug 25 07:49:39.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
| 7711 | 2026-08-25T07:49:40.540Z | [ recovery-image] Aug 25 07:49:39.409 INFO O| Aug 25 07:49:39.409 INFO STEP 793 (remove_files) COMPLETE |
| 7712 | 2026-08-25T07:49:40.540Z | [ recovery-image] Aug 25 07:49:39.410 INFO O| Aug 25 07:49:39.409 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7713 | 2026-08-25T07:49:40.556Z | [ recovery-image] Aug 25 07:49:39.419 INFO O| Aug 25 07:49:39.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
| 7714 | 2026-08-25T07:49:40.556Z | [ recovery-image] Aug 25 07:49:39.420 INFO O| Aug 25 07:49:39.420 INFO STEP 794 (remove_files) COMPLETE |
| 7715 | 2026-08-25T07:49:40.556Z | [ recovery-image] Aug 25 07:49:39.420 INFO O| Aug 25 07:49:39.420 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7716 | 2026-08-25T07:49:40.569Z | [ recovery-image] Aug 25 07:49:39.429 INFO O| Aug 25 07:49:39.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
| 7717 | 2026-08-25T07:49:40.569Z | [ recovery-image] Aug 25 07:49:39.429 INFO O| Aug 25 07:49:39.429 INFO STEP 795 (remove_files) COMPLETE |
| 7718 | 2026-08-25T07:49:40.569Z | [ recovery-image] Aug 25 07:49:39.429 INFO O| Aug 25 07:49:39.429 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7719 | 2026-08-25T07:49:40.569Z | [ recovery-image] Aug 25 07:49:39.440 INFO O| Aug 25 07:49:39.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
| 7720 | 2026-08-25T07:49:40.569Z | [ recovery-image] Aug 25 07:49:39.440 INFO O| Aug 25 07:49:39.440 INFO STEP 796 (remove_files) COMPLETE |
| 7721 | 2026-08-25T07:49:40.569Z | [ recovery-image] Aug 25 07:49:39.440 INFO O| Aug 25 07:49:39.440 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7722 | 2026-08-25T07:49:40.592Z | [ recovery-image] Aug 25 07:49:39.450 INFO O| Aug 25 07:49:39.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1" |
| 7723 | 2026-08-25T07:49:40.592Z | [ recovery-image] Aug 25 07:49:39.450 INFO O| Aug 25 07:49:39.450 INFO STEP 797 (remove_files) COMPLETE |
| 7724 | 2026-08-25T07:49:40.592Z | [ recovery-image] Aug 25 07:49:39.450 INFO O| Aug 25 07:49:39.450 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7725 | 2026-08-25T07:49:40.600Z | [ recovery-image] Aug 25 07:49:39.459 INFO O| Aug 25 07:49:39.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1" |
| 7726 | 2026-08-25T07:49:40.600Z | [ recovery-image] Aug 25 07:49:39.460 INFO O| Aug 25 07:49:39.460 INFO STEP 798 (remove_files) COMPLETE |
| 7727 | 2026-08-25T07:49:40.600Z | [ recovery-image] Aug 25 07:49:39.460 INFO O| Aug 25 07:49:39.460 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7728 | 2026-08-25T07:49:40.600Z | [ recovery-image] Aug 25 07:49:39.470 INFO O| Aug 25 07:49:39.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1" |
| 7729 | 2026-08-25T07:49:40.600Z | [ recovery-image] Aug 25 07:49:39.470 INFO O| Aug 25 07:49:39.470 INFO STEP 799 (remove_files) COMPLETE |
| 7730 | 2026-08-25T07:49:40.600Z | [ recovery-image] Aug 25 07:49:39.470 INFO O| Aug 25 07:49:39.470 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7731 | 2026-08-25T07:49:40.616Z | [ recovery-image] Aug 25 07:49:39.480 INFO O| Aug 25 07:49:39.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb" |
| 7732 | 2026-08-25T07:49:40.616Z | [ recovery-image] Aug 25 07:49:39.480 INFO O| Aug 25 07:49:39.480 INFO STEP 800 (remove_files) COMPLETE |
| 7733 | 2026-08-25T07:49:40.616Z | [ recovery-image] Aug 25 07:49:39.480 INFO O| Aug 25 07:49:39.480 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7734 | 2026-08-25T07:49:40.633Z | [ recovery-image] Aug 25 07:49:39.489 INFO O| Aug 25 07:49:39.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so" |
| 7735 | 2026-08-25T07:49:40.633Z | [ recovery-image] Aug 25 07:49:39.489 INFO O| Aug 25 07:49:39.489 INFO STEP 801 (remove_files) COMPLETE |
| 7736 | 2026-08-25T07:49:40.633Z | [ recovery-image] Aug 25 07:49:39.489 INFO O| Aug 25 07:49:39.489 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7737 | 2026-08-25T07:49:40.633Z | [ recovery-image] Aug 25 07:49:39.498 INFO O| Aug 25 07:49:39.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
| 7738 | 2026-08-25T07:49:40.633Z | [ recovery-image] Aug 25 07:49:39.498 INFO O| Aug 25 07:49:39.498 INFO STEP 802 (remove_files) COMPLETE |
| 7739 | 2026-08-25T07:49:40.633Z | [ recovery-image] Aug 25 07:49:39.498 INFO O| Aug 25 07:49:39.498 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7740 | 2026-08-25T07:49:40.650Z | [verify-libraries] Compiling pmbus v0.1.7 (https://github.com/oxidecomputer/pmbus?rev=3e681b17aafce32e80e06aff2dd841c9153cf069#3e681b17) |
| 7741 | 2026-08-25T07:49:40.650Z | [ recovery-image] Aug 25 07:49:39.508 INFO O| Aug 25 07:49:39.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1" |
| 7742 | 2026-08-25T07:49:40.651Z | [ recovery-image] Aug 25 07:49:39.509 INFO O| Aug 25 07:49:39.509 INFO STEP 803 (remove_files) COMPLETE |
| 7743 | 2026-08-25T07:49:40.651Z | [ recovery-image] Aug 25 07:49:39.509 INFO O| Aug 25 07:49:39.509 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7744 | 2026-08-25T07:49:40.651Z | [ recovery-image] Aug 25 07:49:39.518 INFO O| Aug 25 07:49:39.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
| 7745 | 2026-08-25T07:49:40.651Z | [ recovery-image] Aug 25 07:49:39.518 INFO O| Aug 25 07:49:39.518 INFO STEP 804 (remove_files) COMPLETE |
| 7746 | 2026-08-25T07:49:40.651Z | [ recovery-image] Aug 25 07:49:39.518 INFO O| Aug 25 07:49:39.518 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7747 | 2026-08-25T07:49:40.658Z | [ recovery-image] Aug 25 07:49:39.527 INFO O| Aug 25 07:49:39.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed" |
| 7748 | 2026-08-25T07:49:40.658Z | [ recovery-image] Aug 25 07:49:39.527 INFO O| Aug 25 07:49:39.527 INFO STEP 805 (remove_files) COMPLETE |
| 7749 | 2026-08-25T07:49:40.658Z | [ recovery-image] Aug 25 07:49:39.527 INFO O| Aug 25 07:49:39.527 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7750 | 2026-08-25T07:49:40.665Z | [ recovery-image] Aug 25 07:49:39.536 INFO O| Aug 25 07:49:39.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen" |
| 7751 | 2026-08-25T07:49:40.665Z | [ recovery-image] Aug 25 07:49:39.536 INFO O| Aug 25 07:49:39.536 INFO STEP 806 (remove_files) COMPLETE |
| 7752 | 2026-08-25T07:49:40.665Z | [ recovery-image] Aug 25 07:49:39.536 INFO O| Aug 25 07:49:39.536 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7753 | 2026-08-25T07:49:40.675Z | [ recovery-image] Aug 25 07:49:39.546 INFO O| Aug 25 07:49:39.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server" |
| 7754 | 2026-08-25T07:49:40.675Z | [ recovery-image] Aug 25 07:49:39.546 INFO O| Aug 25 07:49:39.546 INFO STEP 807 (remove_files) COMPLETE |
| 7755 | 2026-08-25T07:49:40.675Z | [ recovery-image] Aug 25 07:49:39.546 INFO O| Aug 25 07:49:39.546 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7756 | 2026-08-25T07:49:40.686Z | [ recovery-image] Aug 25 07:49:39.555 INFO O| Aug 25 07:49:39.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
| 7757 | 2026-08-25T07:49:40.686Z | [ recovery-image] Aug 25 07:49:39.555 INFO O| Aug 25 07:49:39.555 INFO STEP 808 (remove_files) COMPLETE |
| 7758 | 2026-08-25T07:49:40.686Z | [ recovery-image] Aug 25 07:49:39.555 INFO O| Aug 25 07:49:39.555 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7759 | 2026-08-25T07:49:40.695Z | [ recovery-image] Aug 25 07:49:39.565 INFO O| Aug 25 07:49:39.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
| 7760 | 2026-08-25T07:49:40.695Z | [ recovery-image] Aug 25 07:49:39.565 INFO O| Aug 25 07:49:39.565 INFO STEP 809 (remove_files) COMPLETE |
| 7761 | 2026-08-25T07:49:40.695Z | [ recovery-image] Aug 25 07:49:39.565 INFO O| Aug 25 07:49:39.565 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7762 | 2026-08-25T07:49:40.706Z | [ recovery-image] Aug 25 07:49:39.574 INFO O| Aug 25 07:49:39.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
| 7763 | 2026-08-25T07:49:40.706Z | [ recovery-image] Aug 25 07:49:39.574 INFO O| Aug 25 07:49:39.574 INFO STEP 810 (remove_files) COMPLETE |
| 7764 | 2026-08-25T07:49:40.706Z | [ recovery-image] Aug 25 07:49:39.574 INFO O| Aug 25 07:49:39.574 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7765 | 2026-08-25T07:49:40.722Z | [ recovery-image] Aug 25 07:49:39.583 INFO O| Aug 25 07:49:39.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1" |
| 7766 | 2026-08-25T07:49:40.722Z | [ recovery-image] Aug 25 07:49:39.583 INFO O| Aug 25 07:49:39.583 INFO STEP 811 (remove_files) COMPLETE |
| 7767 | 2026-08-25T07:49:40.722Z | [ recovery-image] Aug 25 07:49:39.583 INFO O| Aug 25 07:49:39.583 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7768 | 2026-08-25T07:49:40.728Z | [ recovery-image] Aug 25 07:49:39.593 INFO O| Aug 25 07:49:39.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
| 7769 | 2026-08-25T07:49:40.728Z | [ recovery-image] Aug 25 07:49:39.593 INFO O| Aug 25 07:49:39.593 INFO STEP 812 (remove_files) COMPLETE |
| 7770 | 2026-08-25T07:49:40.729Z | [ recovery-image] Aug 25 07:49:39.593 INFO O| Aug 25 07:49:39.593 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7771 | 2026-08-25T07:49:40.729Z | [ recovery-image] Aug 25 07:49:39.602 INFO O| Aug 25 07:49:39.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1" |
| 7772 | 2026-08-25T07:49:40.729Z | [ recovery-image] Aug 25 07:49:39.602 INFO O| Aug 25 07:49:39.602 INFO STEP 813 (remove_files) COMPLETE |
| 7773 | 2026-08-25T07:49:40.729Z | [ recovery-image] Aug 25 07:49:39.602 INFO O| Aug 25 07:49:39.602 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7774 | 2026-08-25T07:49:40.741Z | [ recovery-image] Aug 25 07:49:39.612 INFO O| Aug 25 07:49:39.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1" |
| 7775 | 2026-08-25T07:49:40.742Z | [ recovery-image] Aug 25 07:49:39.612 INFO O| Aug 25 07:49:39.612 INFO STEP 814 (remove_files) COMPLETE |
| 7776 | 2026-08-25T07:49:40.742Z | [ recovery-image] Aug 25 07:49:39.612 INFO O| Aug 25 07:49:39.612 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7777 | 2026-08-25T07:49:40.756Z | [ recovery-image] Aug 25 07:49:39.622 INFO O| Aug 25 07:49:39.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1" |
| 7778 | 2026-08-25T07:49:40.756Z | [ recovery-image] Aug 25 07:49:39.622 INFO O| Aug 25 07:49:39.622 INFO STEP 815 (remove_files) COMPLETE |
| 7779 | 2026-08-25T07:49:40.756Z | [ recovery-image] Aug 25 07:49:39.622 INFO O| Aug 25 07:49:39.622 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7780 | 2026-08-25T07:49:40.766Z | [ recovery-image] Aug 25 07:49:39.631 INFO O| Aug 25 07:49:39.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1" |
| 7781 | 2026-08-25T07:49:40.766Z | [ recovery-image] Aug 25 07:49:39.631 INFO O| Aug 25 07:49:39.631 INFO STEP 816 (remove_files) COMPLETE |
| 7782 | 2026-08-25T07:49:40.766Z | [ recovery-image] Aug 25 07:49:39.631 INFO O| Aug 25 07:49:39.631 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7783 | 2026-08-25T07:49:40.766Z | [ recovery-image] Aug 25 07:49:39.640 INFO O| Aug 25 07:49:39.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1" |
| 7784 | 2026-08-25T07:49:40.766Z | [ recovery-image] Aug 25 07:49:39.640 INFO O| Aug 25 07:49:39.640 INFO STEP 817 (remove_files) COMPLETE |
| 7785 | 2026-08-25T07:49:40.766Z | [ recovery-image] Aug 25 07:49:39.640 INFO O| Aug 25 07:49:39.640 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7786 | 2026-08-25T07:49:40.782Z | [ recovery-image] Aug 25 07:49:39.649 INFO O| Aug 25 07:49:39.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
| 7787 | 2026-08-25T07:49:40.782Z | [ recovery-image] Aug 25 07:49:39.650 INFO O| Aug 25 07:49:39.650 INFO STEP 818 (remove_files) COMPLETE |
| 7788 | 2026-08-25T07:49:40.782Z | [ recovery-image] Aug 25 07:49:39.650 INFO O| Aug 25 07:49:39.650 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7789 | 2026-08-25T07:49:40.804Z | [ recovery-image] Aug 25 07:49:39.659 INFO O| Aug 25 07:49:39.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
| 7790 | 2026-08-25T07:49:40.804Z | [ recovery-image] Aug 25 07:49:39.659 INFO O| Aug 25 07:49:39.659 INFO STEP 819 (remove_files) COMPLETE |
| 7791 | 2026-08-25T07:49:40.804Z | [ recovery-image] Aug 25 07:49:39.659 INFO O| Aug 25 07:49:39.659 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7792 | 2026-08-25T07:49:40.820Z | [ recovery-image] Aug 25 07:49:39.668 INFO O| Aug 25 07:49:39.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
| 7793 | 2026-08-25T07:49:40.820Z | [ recovery-image] Aug 25 07:49:39.668 INFO O| Aug 25 07:49:39.668 INFO STEP 820 (remove_files) COMPLETE |
| 7794 | 2026-08-25T07:49:40.820Z | [ recovery-image] Aug 25 07:49:39.668 INFO O| Aug 25 07:49:39.668 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7795 | 2026-08-25T07:49:40.820Z | [ recovery-image] Aug 25 07:49:39.677 INFO O| Aug 25 07:49:39.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
| 7796 | 2026-08-25T07:49:40.821Z | [ recovery-image] Aug 25 07:49:39.677 INFO O| Aug 25 07:49:39.677 INFO STEP 821 (remove_files) COMPLETE |
| 7797 | 2026-08-25T07:49:40.821Z | [ recovery-image] Aug 25 07:49:39.677 INFO O| Aug 25 07:49:39.677 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7798 | 2026-08-25T07:49:40.821Z | [ recovery-image] Aug 25 07:49:39.686 INFO O| Aug 25 07:49:39.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
| 7799 | 2026-08-25T07:49:40.821Z | [ recovery-image] Aug 25 07:49:39.686 INFO O| Aug 25 07:49:39.686 INFO STEP 822 (remove_files) COMPLETE |
| 7800 | 2026-08-25T07:49:40.821Z | [ recovery-image] Aug 25 07:49:39.686 INFO O| Aug 25 07:49:39.686 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7801 | 2026-08-25T07:49:40.827Z | [ recovery-image] Aug 25 07:49:39.696 INFO O| Aug 25 07:49:39.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
| 7802 | 2026-08-25T07:49:40.828Z | [ recovery-image] Aug 25 07:49:39.696 INFO O| Aug 25 07:49:39.696 INFO STEP 823 (remove_files) COMPLETE |
| 7803 | 2026-08-25T07:49:40.828Z | [ recovery-image] Aug 25 07:49:39.696 INFO O| Aug 25 07:49:39.696 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7804 | 2026-08-25T07:49:40.828Z | [ recovery-image] Aug 25 07:49:39.704 INFO O| Aug 25 07:49:39.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
| 7805 | 2026-08-25T07:49:40.828Z | [ recovery-image] Aug 25 07:49:39.704 INFO O| Aug 25 07:49:39.704 INFO STEP 824 (remove_files) COMPLETE |
| 7806 | 2026-08-25T07:49:40.828Z | [ recovery-image] Aug 25 07:49:39.704 INFO O| Aug 25 07:49:39.704 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7807 | 2026-08-25T07:49:40.844Z | [ recovery-image] Aug 25 07:49:39.713 INFO O| Aug 25 07:49:39.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
| 7808 | 2026-08-25T07:49:40.844Z | [ recovery-image] Aug 25 07:49:39.713 INFO O| Aug 25 07:49:39.713 INFO STEP 825 (remove_files) COMPLETE |
| 7809 | 2026-08-25T07:49:40.844Z | [ recovery-image] Aug 25 07:49:39.713 INFO O| Aug 25 07:49:39.713 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7810 | 2026-08-25T07:49:40.858Z | [ recovery-image] Aug 25 07:49:39.722 INFO O| Aug 25 07:49:39.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
| 7811 | 2026-08-25T07:49:40.858Z | [ recovery-image] Aug 25 07:49:39.722 INFO O| Aug 25 07:49:39.722 INFO STEP 826 (remove_files) COMPLETE |
| 7812 | 2026-08-25T07:49:40.859Z | [ recovery-image] Aug 25 07:49:39.722 INFO O| Aug 25 07:49:39.722 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7813 | 2026-08-25T07:49:40.859Z | [ recovery-image] Aug 25 07:49:39.731 INFO O| Aug 25 07:49:39.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
| 7814 | 2026-08-25T07:49:40.859Z | [ recovery-image] Aug 25 07:49:39.731 INFO O| Aug 25 07:49:39.731 INFO STEP 827 (remove_files) COMPLETE |
| 7815 | 2026-08-25T07:49:40.859Z | [ recovery-image] Aug 25 07:49:39.731 INFO O| Aug 25 07:49:39.731 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7816 | 2026-08-25T07:49:40.870Z | [ recovery-image] Aug 25 07:49:39.741 INFO O| Aug 25 07:49:39.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
| 7817 | 2026-08-25T07:49:40.870Z | [ recovery-image] Aug 25 07:49:39.741 INFO O| Aug 25 07:49:39.741 INFO STEP 828 (remove_files) COMPLETE |
| 7818 | 2026-08-25T07:49:40.870Z | [ recovery-image] Aug 25 07:49:39.741 INFO O| Aug 25 07:49:39.741 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7819 | 2026-08-25T07:49:40.880Z | [ recovery-image] Aug 25 07:49:39.752 INFO O| Aug 25 07:49:39.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
| 7820 | 2026-08-25T07:49:40.880Z | [ recovery-image] Aug 25 07:49:39.752 INFO O| Aug 25 07:49:39.752 INFO STEP 829 (remove_files) COMPLETE |
| 7821 | 2026-08-25T07:49:40.880Z | [ recovery-image] Aug 25 07:49:39.752 INFO O| Aug 25 07:49:39.752 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7822 | 2026-08-25T07:49:40.890Z | [ recovery-image] Aug 25 07:49:39.762 INFO O| Aug 25 07:49:39.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
| 7823 | 2026-08-25T07:49:40.890Z | [ recovery-image] Aug 25 07:49:39.762 INFO O| Aug 25 07:49:39.762 INFO STEP 830 (remove_files) COMPLETE |
| 7824 | 2026-08-25T07:49:40.890Z | [ recovery-image] Aug 25 07:49:39.762 INFO O| Aug 25 07:49:39.762 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7825 | 2026-08-25T07:49:40.897Z | [ recovery-image] Aug 25 07:49:39.772 INFO O| Aug 25 07:49:39.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
| 7826 | 2026-08-25T07:49:40.897Z | [ recovery-image] Aug 25 07:49:39.772 INFO O| Aug 25 07:49:39.772 INFO STEP 831 (remove_files) COMPLETE |
| 7827 | 2026-08-25T07:49:40.897Z | [ recovery-image] Aug 25 07:49:39.772 INFO O| Aug 25 07:49:39.772 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7828 | 2026-08-25T07:49:40.919Z | [ recovery-image] Aug 25 07:49:39.783 INFO O| Aug 25 07:49:39.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
| 7829 | 2026-08-25T07:49:40.919Z | [ recovery-image] Aug 25 07:49:39.783 INFO O| Aug 25 07:49:39.783 INFO STEP 832 (remove_files) COMPLETE |
| 7830 | 2026-08-25T07:49:40.919Z | [ recovery-image] Aug 25 07:49:39.783 INFO O| Aug 25 07:49:39.783 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7831 | 2026-08-25T07:49:40.928Z | [ recovery-image] Aug 25 07:49:39.794 INFO O| Aug 25 07:49:39.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
| 7832 | 2026-08-25T07:49:40.928Z | [ recovery-image] Aug 25 07:49:39.794 INFO O| Aug 25 07:49:39.794 INFO STEP 833 (remove_files) COMPLETE |
| 7833 | 2026-08-25T07:49:40.928Z | [ recovery-image] Aug 25 07:49:39.794 INFO O| Aug 25 07:49:39.794 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7834 | 2026-08-25T07:49:40.928Z | [ recovery-image] Aug 25 07:49:39.806 INFO O| Aug 25 07:49:39.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
| 7835 | 2026-08-25T07:49:40.928Z | [ recovery-image] Aug 25 07:49:39.806 INFO O| Aug 25 07:49:39.806 INFO STEP 834 (remove_files) COMPLETE |
| 7836 | 2026-08-25T07:49:40.928Z | [ recovery-image] Aug 25 07:49:39.806 INFO O| Aug 25 07:49:39.806 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7837 | 2026-08-25T07:49:40.941Z | [ recovery-image] Aug 25 07:49:39.817 INFO O| Aug 25 07:49:39.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
| 7838 | 2026-08-25T07:49:40.941Z | [ recovery-image] Aug 25 07:49:39.817 INFO O| Aug 25 07:49:39.817 INFO STEP 835 (remove_files) COMPLETE |
| 7839 | 2026-08-25T07:49:40.941Z | [ recovery-image] Aug 25 07:49:39.817 INFO O| Aug 25 07:49:39.817 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7840 | 2026-08-25T07:49:40.950Z | [ recovery-image] Aug 25 07:49:39.828 INFO O| Aug 25 07:49:39.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
| 7841 | 2026-08-25T07:49:40.950Z | [ recovery-image] Aug 25 07:49:39.828 INFO O| Aug 25 07:49:39.828 INFO STEP 836 (remove_files) COMPLETE |
| 7842 | 2026-08-25T07:49:40.961Z | [ recovery-image] Aug 25 07:49:39.828 INFO O| Aug 25 07:49:39.828 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7843 | 2026-08-25T07:49:40.983Z | [ recovery-image] Aug 25 07:49:39.839 INFO O| Aug 25 07:49:39.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
| 7844 | 2026-08-25T07:49:40.983Z | [ recovery-image] Aug 25 07:49:39.839 INFO O| Aug 25 07:49:39.839 INFO STEP 837 (remove_files) COMPLETE |
| 7845 | 2026-08-25T07:49:40.983Z | [ recovery-image] Aug 25 07:49:39.839 INFO O| Aug 25 07:49:39.839 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7846 | 2026-08-25T07:49:40.983Z | [ recovery-image] Aug 25 07:49:39.850 INFO O| Aug 25 07:49:39.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
| 7847 | 2026-08-25T07:49:40.983Z | [ recovery-image] Aug 25 07:49:39.850 INFO O| Aug 25 07:49:39.850 INFO STEP 838 (remove_files) COMPLETE |
| 7848 | 2026-08-25T07:49:40.983Z | [ recovery-image] Aug 25 07:49:39.850 INFO O| Aug 25 07:49:39.850 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7849 | 2026-08-25T07:49:40.999Z | [ recovery-image] Aug 25 07:49:39.861 INFO O| Aug 25 07:49:39.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
| 7850 | 2026-08-25T07:49:41.000Z | [ recovery-image] Aug 25 07:49:39.861 INFO O| Aug 25 07:49:39.861 INFO STEP 839 (remove_files) COMPLETE |
| 7851 | 2026-08-25T07:49:41.000Z | [ recovery-image] Aug 25 07:49:39.861 INFO O| Aug 25 07:49:39.861 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7852 | 2026-08-25T07:49:41.014Z | [ recovery-image] Aug 25 07:49:39.872 INFO O| Aug 25 07:49:39.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
| 7853 | 2026-08-25T07:49:41.014Z | [ recovery-image] Aug 25 07:49:39.872 INFO O| Aug 25 07:49:39.872 INFO STEP 840 (remove_files) COMPLETE |
| 7854 | 2026-08-25T07:49:41.014Z | [ recovery-image] Aug 25 07:49:39.872 INFO O| Aug 25 07:49:39.872 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7855 | 2026-08-25T07:49:41.014Z | [ recovery-image] Aug 25 07:49:39.881 INFO O| Aug 25 07:49:39.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
| 7856 | 2026-08-25T07:49:41.014Z | [ recovery-image] Aug 25 07:49:39.881 INFO O| Aug 25 07:49:39.881 INFO STEP 841 (remove_files) COMPLETE |
| 7857 | 2026-08-25T07:49:41.014Z | [ recovery-image] Aug 25 07:49:39.881 INFO O| Aug 25 07:49:39.881 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7858 | 2026-08-25T07:49:41.022Z | [ recovery-image] Aug 25 07:49:39.892 INFO O| Aug 25 07:49:39.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
| 7859 | 2026-08-25T07:49:41.022Z | [ recovery-image] Aug 25 07:49:39.892 INFO O| Aug 25 07:49:39.892 INFO STEP 842 (remove_files) COMPLETE |
| 7860 | 2026-08-25T07:49:41.022Z | [ recovery-image] Aug 25 07:49:39.892 INFO O| Aug 25 07:49:39.892 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7861 | 2026-08-25T07:49:41.038Z | [ recovery-image] Aug 25 07:49:39.902 INFO O| Aug 25 07:49:39.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
| 7862 | 2026-08-25T07:49:41.038Z | [ recovery-image] Aug 25 07:49:39.902 INFO O| Aug 25 07:49:39.902 INFO STEP 843 (remove_files) COMPLETE |
| 7863 | 2026-08-25T07:49:41.038Z | [ recovery-image] Aug 25 07:49:39.902 INFO O| Aug 25 07:49:39.902 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7864 | 2026-08-25T07:49:41.051Z | [ recovery-image] Aug 25 07:49:39.911 INFO O| Aug 25 07:49:39.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
| 7865 | 2026-08-25T07:49:41.051Z | [ recovery-image] Aug 25 07:49:39.911 INFO O| Aug 25 07:49:39.911 INFO STEP 844 (remove_files) COMPLETE |
| 7866 | 2026-08-25T07:49:41.051Z | [ recovery-image] Aug 25 07:49:39.911 INFO O| Aug 25 07:49:39.911 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7867 | 2026-08-25T07:49:41.051Z | [ recovery-image] Aug 25 07:49:39.922 INFO O| Aug 25 07:49:39.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
| 7868 | 2026-08-25T07:49:41.052Z | [ recovery-image] Aug 25 07:49:39.922 INFO O| Aug 25 07:49:39.922 INFO STEP 845 (remove_files) COMPLETE |
| 7869 | 2026-08-25T07:49:41.052Z | [ recovery-image] Aug 25 07:49:39.922 INFO O| Aug 25 07:49:39.922 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7870 | 2026-08-25T07:49:41.065Z | [ recovery-image] Aug 25 07:49:39.932 INFO O| Aug 25 07:49:39.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
| 7871 | 2026-08-25T07:49:41.065Z | [ recovery-image] Aug 25 07:49:39.932 INFO O| Aug 25 07:49:39.932 INFO STEP 846 (remove_files) COMPLETE |
| 7872 | 2026-08-25T07:49:41.065Z | [ recovery-image] Aug 25 07:49:39.932 INFO O| Aug 25 07:49:39.932 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7873 | 2026-08-25T07:49:41.080Z | [ recovery-image] Aug 25 07:49:39.942 INFO O| Aug 25 07:49:39.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
| 7874 | 2026-08-25T07:49:41.080Z | [ recovery-image] Aug 25 07:49:39.942 INFO O| Aug 25 07:49:39.942 INFO STEP 847 (remove_files) COMPLETE |
| 7875 | 2026-08-25T07:49:41.080Z | [ recovery-image] Aug 25 07:49:39.942 INFO O| Aug 25 07:49:39.942 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7876 | 2026-08-25T07:49:41.080Z | [ recovery-image] Aug 25 07:49:39.952 INFO O| Aug 25 07:49:39.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
| 7877 | 2026-08-25T07:49:41.080Z | [ recovery-image] Aug 25 07:49:39.952 INFO O| Aug 25 07:49:39.952 INFO STEP 848 (remove_files) COMPLETE |
| 7878 | 2026-08-25T07:49:41.080Z | [ recovery-image] Aug 25 07:49:39.952 INFO O| Aug 25 07:49:39.952 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7879 | 2026-08-25T07:49:41.094Z | [ recovery-image] Aug 25 07:49:39.962 INFO O| Aug 25 07:49:39.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1" |
| 7880 | 2026-08-25T07:49:41.094Z | [ recovery-image] Aug 25 07:49:39.962 INFO O| Aug 25 07:49:39.962 INFO STEP 849 (remove_files) COMPLETE |
| 7881 | 2026-08-25T07:49:41.094Z | [ recovery-image] Aug 25 07:49:39.962 INFO O| Aug 25 07:49:39.962 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7882 | 2026-08-25T07:49:41.108Z | [ recovery-image] Aug 25 07:49:39.972 INFO O| Aug 25 07:49:39.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1" |
| 7883 | 2026-08-25T07:49:41.108Z | [ recovery-image] Aug 25 07:49:39.973 INFO O| Aug 25 07:49:39.973 INFO STEP 850 (remove_files) COMPLETE |
| 7884 | 2026-08-25T07:49:41.108Z | [ recovery-image] Aug 25 07:49:39.973 INFO O| Aug 25 07:49:39.973 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7885 | 2026-08-25T07:49:41.108Z | [ recovery-image] Aug 25 07:49:39.982 INFO O| Aug 25 07:49:39.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1" |
| 7886 | 2026-08-25T07:49:41.108Z | [ recovery-image] Aug 25 07:49:39.982 INFO O| Aug 25 07:49:39.982 INFO STEP 851 (remove_files) COMPLETE |
| 7887 | 2026-08-25T07:49:41.108Z | [ recovery-image] Aug 25 07:49:39.982 INFO O| Aug 25 07:49:39.982 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7888 | 2026-08-25T07:49:41.128Z | [ recovery-image] Aug 25 07:49:39.991 INFO O| Aug 25 07:49:39.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
| 7889 | 2026-08-25T07:49:41.128Z | [ recovery-image] Aug 25 07:49:39.991 INFO O| Aug 25 07:49:39.991 INFO STEP 852 (remove_files) COMPLETE |
| 7890 | 2026-08-25T07:49:41.128Z | [ recovery-image] Aug 25 07:49:39.991 INFO O| Aug 25 07:49:39.991 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7891 | 2026-08-25T07:49:41.142Z | [ recovery-image] Aug 25 07:49:40.000 INFO O| Aug 25 07:49:40.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
| 7892 | 2026-08-25T07:49:41.142Z | [ recovery-image] Aug 25 07:49:40.000 INFO O| Aug 25 07:49:40.000 INFO STEP 853 (remove_files) COMPLETE |
| 7893 | 2026-08-25T07:49:41.142Z | [ recovery-image] Aug 25 07:49:40.000 INFO O| Aug 25 07:49:40.000 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7894 | 2026-08-25T07:49:41.142Z | [ recovery-image] Aug 25 07:49:40.009 INFO O| Aug 25 07:49:40.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1" |
| 7895 | 2026-08-25T07:49:41.142Z | [ recovery-image] Aug 25 07:49:40.009 INFO O| Aug 25 07:49:40.009 INFO STEP 854 (remove_files) COMPLETE |
| 7896 | 2026-08-25T07:49:41.143Z | [ recovery-image] Aug 25 07:49:40.009 INFO O| Aug 25 07:49:40.009 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7897 | 2026-08-25T07:49:41.159Z | [ recovery-image] Aug 25 07:49:40.019 INFO O| Aug 25 07:49:40.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1" |
| 7898 | 2026-08-25T07:49:41.159Z | [ recovery-image] Aug 25 07:49:40.019 INFO O| Aug 25 07:49:40.019 INFO STEP 855 (remove_files) COMPLETE |
| 7899 | 2026-08-25T07:49:41.159Z | [ recovery-image] Aug 25 07:49:40.019 INFO O| Aug 25 07:49:40.019 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7900 | 2026-08-25T07:49:41.175Z | [ recovery-image] Aug 25 07:49:40.029 INFO O| Aug 25 07:49:40.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
| 7901 | 2026-08-25T07:49:41.175Z | [ recovery-image] Aug 25 07:49:40.029 INFO O| Aug 25 07:49:40.029 INFO STEP 856 (remove_files) COMPLETE |
| 7902 | 2026-08-25T07:49:41.175Z | [ recovery-image] Aug 25 07:49:40.029 INFO O| Aug 25 07:49:40.029 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7903 | 2026-08-25T07:49:41.175Z | [ recovery-image] Aug 25 07:49:40.039 INFO O| Aug 25 07:49:40.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1" |
| 7904 | 2026-08-25T07:49:41.176Z | [ recovery-image] Aug 25 07:49:40.039 INFO O| Aug 25 07:49:40.039 INFO STEP 857 (remove_files) COMPLETE |
| 7905 | 2026-08-25T07:49:41.176Z | [ recovery-image] Aug 25 07:49:40.039 INFO O| Aug 25 07:49:40.039 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7906 | 2026-08-25T07:49:41.201Z | [ recovery-image] Aug 25 07:49:40.049 INFO O| Aug 25 07:49:40.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
| 7907 | 2026-08-25T07:49:41.201Z | [ recovery-image] Aug 25 07:49:40.049 INFO O| Aug 25 07:49:40.049 INFO STEP 858 (remove_files) COMPLETE |
| 7908 | 2026-08-25T07:49:41.201Z | [ recovery-image] Aug 25 07:49:40.049 INFO O| Aug 25 07:49:40.049 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7909 | 2026-08-25T07:49:41.201Z | [ recovery-image] Aug 25 07:49:40.059 INFO O| Aug 25 07:49:40.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
| 7910 | 2026-08-25T07:49:41.201Z | [ recovery-image] Aug 25 07:49:40.059 INFO O| Aug 25 07:49:40.059 INFO STEP 859 (remove_files) COMPLETE |
| 7911 | 2026-08-25T07:49:41.201Z | [ recovery-image] Aug 25 07:49:40.059 INFO O| Aug 25 07:49:40.059 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7912 | 2026-08-25T07:49:41.218Z | [ recovery-image] Aug 25 07:49:40.069 INFO O| Aug 25 07:49:40.069 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1" |
| 7913 | 2026-08-25T07:49:41.218Z | [ recovery-image] Aug 25 07:49:40.069 INFO O| Aug 25 07:49:40.069 INFO STEP 860 (remove_files) COMPLETE |
| 7914 | 2026-08-25T07:49:41.218Z | [ recovery-image] Aug 25 07:49:40.069 INFO O| Aug 25 07:49:40.069 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7915 | 2026-08-25T07:49:41.218Z | [ recovery-image] Aug 25 07:49:40.080 INFO O| Aug 25 07:49:40.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1" |
| 7916 | 2026-08-25T07:49:41.218Z | [ recovery-image] Aug 25 07:49:40.080 INFO O| Aug 25 07:49:40.080 INFO STEP 861 (remove_files) COMPLETE |
| 7917 | 2026-08-25T07:49:41.218Z | [ recovery-image] Aug 25 07:49:40.080 INFO O| Aug 25 07:49:40.080 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7918 | 2026-08-25T07:49:41.218Z | [ recovery-image] Aug 25 07:49:40.090 INFO O| Aug 25 07:49:40.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
| 7919 | 2026-08-25T07:49:41.218Z | [ recovery-image] Aug 25 07:49:40.090 INFO O| Aug 25 07:49:40.090 INFO STEP 862 (remove_files) COMPLETE |
| 7920 | 2026-08-25T07:49:41.218Z | [ recovery-image] Aug 25 07:49:40.090 INFO O| Aug 25 07:49:40.090 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7921 | 2026-08-25T07:49:41.231Z | [ recovery-image] Aug 25 07:49:40.101 INFO O| Aug 25 07:49:40.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1" |
| 7922 | 2026-08-25T07:49:41.231Z | [ recovery-image] Aug 25 07:49:40.101 INFO O| Aug 25 07:49:40.101 INFO STEP 863 (remove_files) COMPLETE |
| 7923 | 2026-08-25T07:49:41.231Z | [ recovery-image] Aug 25 07:49:40.101 INFO O| Aug 25 07:49:40.101 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7924 | 2026-08-25T07:49:41.242Z | [ recovery-image] Aug 25 07:49:40.111 INFO O| Aug 25 07:49:40.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1" |
| 7925 | 2026-08-25T07:49:41.242Z | [ recovery-image] Aug 25 07:49:40.111 INFO O| Aug 25 07:49:40.111 INFO STEP 864 (remove_files) COMPLETE |
| 7926 | 2026-08-25T07:49:41.242Z | [ recovery-image] Aug 25 07:49:40.111 INFO O| Aug 25 07:49:40.111 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7927 | 2026-08-25T07:49:41.253Z | [ recovery-image] Aug 25 07:49:40.120 INFO O| Aug 25 07:49:40.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
| 7928 | 2026-08-25T07:49:41.254Z | [ recovery-image] Aug 25 07:49:40.120 INFO O| Aug 25 07:49:40.120 INFO STEP 865 (remove_files) COMPLETE |
| 7929 | 2026-08-25T07:49:41.254Z | [ recovery-image] Aug 25 07:49:40.120 INFO O| Aug 25 07:49:40.120 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7930 | 2026-08-25T07:49:41.266Z | [ recovery-image] Aug 25 07:49:40.129 INFO O| Aug 25 07:49:40.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
| 7931 | 2026-08-25T07:49:41.266Z | [ recovery-image] Aug 25 07:49:40.129 INFO O| Aug 25 07:49:40.129 INFO STEP 866 (remove_files) COMPLETE |
| 7932 | 2026-08-25T07:49:41.266Z | [ recovery-image] Aug 25 07:49:40.129 INFO O| Aug 25 07:49:40.129 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7933 | 2026-08-25T07:49:41.266Z | [ recovery-image] Aug 25 07:49:40.139 INFO O| Aug 25 07:49:40.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1" |
| 7934 | 2026-08-25T07:49:41.266Z | [ recovery-image] Aug 25 07:49:40.139 INFO O| Aug 25 07:49:40.139 INFO STEP 867 (remove_files) COMPLETE |
| 7935 | 2026-08-25T07:49:41.266Z | [ recovery-image] Aug 25 07:49:40.139 INFO O| Aug 25 07:49:40.139 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7936 | 2026-08-25T07:49:41.296Z | [ recovery-image] Aug 25 07:49:40.148 INFO O| Aug 25 07:49:40.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
| 7937 | 2026-08-25T07:49:41.297Z | [ recovery-image] Aug 25 07:49:40.148 INFO O| Aug 25 07:49:40.148 INFO STEP 868 (remove_files) COMPLETE |
| 7938 | 2026-08-25T07:49:41.297Z | [ recovery-image] Aug 25 07:49:40.148 INFO O| Aug 25 07:49:40.148 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7939 | 2026-08-25T07:49:41.308Z | [ recovery-image] Aug 25 07:49:40.157 INFO O| Aug 25 07:49:40.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
| 7940 | 2026-08-25T07:49:41.308Z | [ recovery-image] Aug 25 07:49:40.157 INFO O| Aug 25 07:49:40.157 INFO STEP 869 (remove_files) COMPLETE |
| 7941 | 2026-08-25T07:49:41.308Z | [ recovery-image] Aug 25 07:49:40.157 INFO O| Aug 25 07:49:40.157 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7942 | 2026-08-25T07:49:41.308Z | [ recovery-image] Aug 25 07:49:40.167 INFO O| Aug 25 07:49:40.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1" |
| 7943 | 2026-08-25T07:49:41.308Z | [ recovery-image] Aug 25 07:49:40.167 INFO O| Aug 25 07:49:40.167 INFO STEP 870 (remove_files) COMPLETE |
| 7944 | 2026-08-25T07:49:41.308Z | [ recovery-image] Aug 25 07:49:40.167 INFO O| Aug 25 07:49:40.167 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7945 | 2026-08-25T07:49:41.308Z | [ recovery-image] Aug 25 07:49:40.175 INFO O| Aug 25 07:49:40.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
| 7946 | 2026-08-25T07:49:41.308Z | [ recovery-image] Aug 25 07:49:40.175 INFO O| Aug 25 07:49:40.175 INFO STEP 871 (remove_files) COMPLETE |
| 7947 | 2026-08-25T07:49:41.308Z | [ recovery-image] Aug 25 07:49:40.175 INFO O| Aug 25 07:49:40.175 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7948 | 2026-08-25T07:49:41.316Z | [ recovery-image] Aug 25 07:49:40.184 INFO O| Aug 25 07:49:40.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
| 7949 | 2026-08-25T07:49:41.316Z | [ recovery-image] Aug 25 07:49:40.185 INFO O| Aug 25 07:49:40.185 INFO STEP 872 (remove_files) COMPLETE |
| 7950 | 2026-08-25T07:49:41.316Z | [ recovery-image] Aug 25 07:49:40.185 INFO O| Aug 25 07:49:40.185 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7951 | 2026-08-25T07:49:41.327Z | [ recovery-image] Aug 25 07:49:40.194 INFO O| Aug 25 07:49:40.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
| 7952 | 2026-08-25T07:49:41.327Z | [ recovery-image] Aug 25 07:49:40.194 INFO O| Aug 25 07:49:40.194 INFO STEP 873 (remove_files) COMPLETE |
| 7953 | 2026-08-25T07:49:41.327Z | [ recovery-image] Aug 25 07:49:40.194 INFO O| Aug 25 07:49:40.194 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7954 | 2026-08-25T07:49:41.341Z | [ recovery-image] Aug 25 07:49:40.203 INFO O| Aug 25 07:49:40.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
| 7955 | 2026-08-25T07:49:41.341Z | [ recovery-image] Aug 25 07:49:40.203 INFO O| Aug 25 07:49:40.203 INFO STEP 874 (remove_files) COMPLETE |
| 7956 | 2026-08-25T07:49:41.341Z | [ recovery-image] Aug 25 07:49:40.203 INFO O| Aug 25 07:49:40.203 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7957 | 2026-08-25T07:49:41.341Z | [ recovery-image] Aug 25 07:49:40.212 INFO O| Aug 25 07:49:40.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress" |
| 7958 | 2026-08-25T07:49:41.341Z | [ recovery-image] Aug 25 07:49:40.212 INFO O| Aug 25 07:49:40.212 INFO STEP 875 (remove_files) COMPLETE |
| 7959 | 2026-08-25T07:49:41.341Z | [ recovery-image] Aug 25 07:49:40.212 INFO O| Aug 25 07:49:40.212 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7960 | 2026-08-25T07:49:41.360Z | [ recovery-image] Aug 25 07:49:40.223 INFO O| Aug 25 07:49:40.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck" |
| 7961 | 2026-08-25T07:49:41.360Z | [ recovery-image] Aug 25 07:49:40.223 INFO O| Aug 25 07:49:40.223 INFO STEP 876 (remove_files) COMPLETE |
| 7962 | 2026-08-25T07:49:41.360Z | [ recovery-image] Aug 25 07:49:40.223 INFO O| Aug 25 07:49:40.223 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7963 | 2026-08-25T07:49:41.384Z | [ recovery-image] Aug 25 07:49:40.233 INFO O| Aug 25 07:49:40.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake" |
| 7964 | 2026-08-25T07:49:41.384Z | [ recovery-image] Aug 25 07:49:40.234 INFO O| Aug 25 07:49:40.234 INFO STEP 877 (remove_files) COMPLETE |
| 7965 | 2026-08-25T07:49:41.384Z | [ recovery-image] Aug 25 07:49:40.234 INFO O| Aug 25 07:49:40.234 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7966 | 2026-08-25T07:49:41.384Z | [ recovery-image] Aug 25 07:49:40.243 INFO O| Aug 25 07:49:40.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista" |
| 7967 | 2026-08-25T07:49:41.384Z | [ recovery-image] Aug 25 07:49:40.243 INFO O| Aug 25 07:49:40.243 INFO STEP 878 (remove_files) COMPLETE |
| 7968 | 2026-08-25T07:49:41.384Z | [ recovery-image] Aug 25 07:49:40.243 INFO O| Aug 25 07:49:40.243 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7969 | 2026-08-25T07:49:41.397Z | [ recovery-image] Aug 25 07:49:40.261 INFO O| Aug 25 07:49:40.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb" |
| 7970 | 2026-08-25T07:49:41.397Z | [ recovery-image] Aug 25 07:49:40.261 INFO O| Aug 25 07:49:40.261 INFO STEP 879 (remove_files) COMPLETE |
| 7971 | 2026-08-25T07:49:41.397Z | [ recovery-image] Aug 25 07:49:40.261 INFO O| Aug 25 07:49:40.261 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7972 | 2026-08-25T07:49:41.410Z | [ recovery-image] Aug 25 07:49:40.270 INFO O| Aug 25 07:49:40.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop" |
| 7973 | 2026-08-25T07:49:41.410Z | [ recovery-image] Aug 25 07:49:40.270 INFO O| Aug 25 07:49:40.270 INFO STEP 880 (remove_files) COMPLETE |
| 7974 | 2026-08-25T07:49:41.410Z | [ recovery-image] Aug 25 07:49:40.270 INFO O| Aug 25 07:49:40.270 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7975 | 2026-08-25T07:49:41.411Z | [ recovery-image] Aug 25 07:49:40.280 INFO O| Aug 25 07:49:40.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin" |
| 7976 | 2026-08-25T07:49:41.411Z | [ recovery-image] Aug 25 07:49:40.280 INFO O| Aug 25 07:49:40.280 INFO STEP 881 (remove_files) COMPLETE |
| 7977 | 2026-08-25T07:49:41.411Z | [ recovery-image] Aug 25 07:49:40.280 INFO O| Aug 25 07:49:40.280 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7978 | 2026-08-25T07:49:41.421Z | [ recovery-image] Aug 25 07:49:40.288 INFO O| Aug 25 07:49:40.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog" |
| 7979 | 2026-08-25T07:49:41.421Z | [ recovery-image] Aug 25 07:49:40.289 INFO O| Aug 25 07:49:40.288 INFO STEP 882 (remove_files) COMPLETE |
| 7980 | 2026-08-25T07:49:41.421Z | [ recovery-image] Aug 25 07:49:40.289 INFO O| Aug 25 07:49:40.289 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7981 | 2026-08-25T07:49:41.437Z | [ recovery-image] Aug 25 07:49:40.298 INFO O| Aug 25 07:49:40.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd" |
| 7982 | 2026-08-25T07:49:41.437Z | [ recovery-image] Aug 25 07:49:40.298 INFO O| Aug 25 07:49:40.298 INFO STEP 883 (remove_files) COMPLETE |
| 7983 | 2026-08-25T07:49:41.437Z | [ recovery-image] Aug 25 07:49:40.298 INFO O| Aug 25 07:49:40.298 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7984 | 2026-08-25T07:49:41.437Z | [ recovery-image] Aug 25 07:49:40.307 INFO O| Aug 25 07:49:40.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
| 7985 | 2026-08-25T07:49:41.437Z | [ recovery-image] Aug 25 07:49:40.307 INFO O| Aug 25 07:49:40.307 INFO STEP 884 (remove_files) COMPLETE |
| 7986 | 2026-08-25T07:49:41.437Z | [ recovery-image] Aug 25 07:49:40.307 INFO O| Aug 25 07:49:40.307 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7987 | 2026-08-25T07:49:41.444Z | [ recovery-image] Aug 25 07:49:40.317 INFO O| Aug 25 07:49:40.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
| 7988 | 2026-08-25T07:49:41.444Z | [ recovery-image] Aug 25 07:49:40.317 INFO O| Aug 25 07:49:40.317 INFO STEP 885 (remove_files) COMPLETE |
| 7989 | 2026-08-25T07:49:41.444Z | [ recovery-image] Aug 25 07:49:40.317 INFO O| Aug 25 07:49:40.317 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7990 | 2026-08-25T07:49:41.455Z | [ recovery-image] Aug 25 07:49:40.326 INFO O| Aug 25 07:49:40.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
| 7991 | 2026-08-25T07:49:41.455Z | [ recovery-image] Aug 25 07:49:40.326 INFO O| Aug 25 07:49:40.326 INFO STEP 886 (remove_files) COMPLETE |
| 7992 | 2026-08-25T07:49:41.456Z | [ recovery-image] Aug 25 07:49:40.327 INFO O| Aug 25 07:49:40.326 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7993 | 2026-08-25T07:49:41.470Z | [ recovery-image] Aug 25 07:49:40.337 INFO O| Aug 25 07:49:40.337 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
| 7994 | 2026-08-25T07:49:41.470Z | [ recovery-image] Aug 25 07:49:40.337 INFO O| Aug 25 07:49:40.337 INFO STEP 887 (remove_files) COMPLETE |
| 7995 | 2026-08-25T07:49:41.470Z | [ recovery-image] Aug 25 07:49:40.337 INFO O| Aug 25 07:49:40.337 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7996 | 2026-08-25T07:49:41.482Z | [ recovery-image] Aug 25 07:49:40.347 INFO O| Aug 25 07:49:40.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd" |
| 7997 | 2026-08-25T07:49:41.482Z | [ recovery-image] Aug 25 07:49:40.347 INFO O| Aug 25 07:49:40.347 INFO STEP 888 (remove_files) COMPLETE |
| 7998 | 2026-08-25T07:49:41.482Z | [ recovery-image] Aug 25 07:49:40.347 INFO O| Aug 25 07:49:40.347 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 7999 | 2026-08-25T07:49:41.482Z | [ recovery-image] Aug 25 07:49:40.357 INFO O| Aug 25 07:49:40.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc" |
| 8000 | 2026-08-25T07:49:41.482Z | [ recovery-image] Aug 25 07:49:40.357 INFO O| Aug 25 07:49:40.357 INFO STEP 889 (remove_files) COMPLETE |
| 8001 | 2026-08-25T07:49:41.482Z | [ recovery-image] Aug 25 07:49:40.357 INFO O| Aug 25 07:49:40.357 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8002 | 2026-08-25T07:49:41.493Z | [ recovery-image] Aug 25 07:49:40.368 INFO O| Aug 25 07:49:40.368 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs" |
| 8003 | 2026-08-25T07:49:41.493Z | [ recovery-image] Aug 25 07:49:40.368 INFO O| Aug 25 07:49:40.368 INFO STEP 890 (remove_files) COMPLETE |
| 8004 | 2026-08-25T07:49:41.493Z | [ recovery-image] Aug 25 07:49:40.368 INFO O| Aug 25 07:49:40.368 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8005 | 2026-08-25T07:49:41.501Z | [ recovery-image] Aug 25 07:49:40.377 INFO O| Aug 25 07:49:40.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd" |
| 8006 | 2026-08-25T07:49:41.501Z | [ recovery-image] Aug 25 07:49:40.377 INFO O| Aug 25 07:49:40.377 INFO STEP 891 (remove_files) COMPLETE |
| 8007 | 2026-08-25T07:49:41.501Z | [ recovery-image] Aug 25 07:49:40.377 INFO O| Aug 25 07:49:40.377 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8008 | 2026-08-25T07:49:41.519Z | [ recovery-image] Aug 25 07:49:40.386 INFO O| Aug 25 07:49:40.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server" |
| 8009 | 2026-08-25T07:49:41.519Z | [ recovery-image] Aug 25 07:49:40.386 INFO O| Aug 25 07:49:40.386 INFO STEP 892 (remove_files) COMPLETE |
| 8010 | 2026-08-25T07:49:41.519Z | [ recovery-image] Aug 25 07:49:40.386 INFO O| Aug 25 07:49:40.386 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8011 | 2026-08-25T07:49:41.531Z | [ recovery-image] Aug 25 07:49:40.395 INFO O| Aug 25 07:49:40.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign" |
| 8012 | 2026-08-25T07:49:41.531Z | [ recovery-image] Aug 25 07:49:40.395 INFO O| Aug 25 07:49:40.395 INFO STEP 893 (remove_files) COMPLETE |
| 8013 | 2026-08-25T07:49:41.531Z | [ recovery-image] Aug 25 07:49:40.395 INFO O| Aug 25 07:49:40.395 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8014 | 2026-08-25T07:49:41.531Z | [ recovery-image] Aug 25 07:49:40.403 INFO O| Aug 25 07:49:40.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
| 8015 | 2026-08-25T07:49:41.531Z | [ recovery-image] Aug 25 07:49:40.403 INFO O| Aug 25 07:49:40.403 INFO STEP 894 (remove_files) COMPLETE |
| 8016 | 2026-08-25T07:49:41.531Z | [ recovery-image] Aug 25 07:49:40.403 INFO O| Aug 25 07:49:40.403 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8017 | 2026-08-25T07:49:41.566Z | [ recovery-image] Aug 25 07:49:40.429 INFO O| Aug 25 07:49:40.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
| 8018 | 2026-08-25T07:49:41.566Z | [ recovery-image] Aug 25 07:49:40.429 INFO O| Aug 25 07:49:40.429 INFO STEP 895 (remove_files) COMPLETE |
| 8019 | 2026-08-25T07:49:41.566Z | [ recovery-image] Aug 25 07:49:40.429 INFO O| Aug 25 07:49:40.429 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8020 | 2026-08-25T07:49:41.577Z | [ recovery-image] Aug 25 07:49:40.439 INFO O| Aug 25 07:49:40.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid" |
| 8021 | 2026-08-25T07:49:41.586Z | [ recovery-image] Aug 25 07:49:40.460 INFO O| Aug 25 07:49:40.460 INFO STEP 896 (remove_files) COMPLETE |
| 8022 | 2026-08-25T07:49:41.586Z | [ recovery-image] Aug 25 07:49:40.460 INFO O| Aug 25 07:49:40.460 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8023 | 2026-08-25T07:49:41.597Z | [ recovery-image] Aug 25 07:49:40.470 INFO O| Aug 25 07:49:40.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid" |
| 8024 | 2026-08-25T07:49:41.597Z | [ recovery-image] Aug 25 07:49:40.470 INFO O| Aug 25 07:49:40.470 INFO STEP 897 (remove_files) COMPLETE |
| 8025 | 2026-08-25T07:49:41.597Z | [ recovery-image] Aug 25 07:49:40.470 INFO O| Aug 25 07:49:40.470 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8026 | 2026-08-25T07:49:41.611Z | [ recovery-image] Aug 25 07:49:40.479 INFO O| Aug 25 07:49:40.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange" |
| 8027 | 2026-08-25T07:49:41.612Z | [ recovery-image] Aug 25 07:49:40.479 INFO O| Aug 25 07:49:40.479 INFO STEP 898 (remove_files) COMPLETE |
| 8028 | 2026-08-25T07:49:41.612Z | [ recovery-image] Aug 25 07:49:40.479 INFO O| Aug 25 07:49:40.479 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8029 | 2026-08-25T07:49:41.621Z | [ recovery-image] Aug 25 07:49:40.487 INFO O| Aug 25 07:49:40.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate" |
| 8030 | 2026-08-25T07:49:41.621Z | [ recovery-image] Aug 25 07:49:40.487 INFO O| Aug 25 07:49:40.487 INFO STEP 899 (remove_files) COMPLETE |
| 8031 | 2026-08-25T07:49:41.621Z | [ recovery-image] Aug 25 07:49:40.487 INFO O| Aug 25 07:49:40.487 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8032 | 2026-08-25T07:49:41.621Z | [ recovery-image] Aug 25 07:49:40.495 INFO O| Aug 25 07:49:40.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid" |
| 8033 | 2026-08-25T07:49:41.622Z | [ recovery-image] Aug 25 07:49:40.495 INFO O| Aug 25 07:49:40.495 INFO STEP 900 (remove_files) COMPLETE |
| 8034 | 2026-08-25T07:49:41.622Z | [ recovery-image] Aug 25 07:49:40.495 INFO O| Aug 25 07:49:40.495 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8035 | 2026-08-25T07:49:41.631Z | [ recovery-image] Aug 25 07:49:40.504 INFO O| Aug 25 07:49:40.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint" |
| 8036 | 2026-08-25T07:49:41.631Z | [ recovery-image] Aug 25 07:49:40.504 INFO O| Aug 25 07:49:40.504 INFO STEP 901 (remove_files) COMPLETE |
| 8037 | 2026-08-25T07:49:41.631Z | [ recovery-image] Aug 25 07:49:40.504 INFO O| Aug 25 07:49:40.504 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8038 | 2026-08-25T07:49:41.653Z | [ recovery-image] Aug 25 07:49:40.528 INFO O| Aug 25 07:49:40.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem" |
| 8039 | 2026-08-25T07:49:41.653Z | [ recovery-image] Aug 25 07:49:40.528 INFO O| Aug 25 07:49:40.528 INFO STEP 902 (remove_files) COMPLETE |
| 8040 | 2026-08-25T07:49:41.653Z | [ recovery-image] Aug 25 07:49:40.528 INFO O| Aug 25 07:49:40.528 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8041 | 2026-08-25T07:49:41.663Z | [ recovery-image] Aug 25 07:49:40.539 INFO O| Aug 25 07:49:40.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath" |
| 8042 | 2026-08-25T07:49:41.663Z | [ recovery-image] Aug 25 07:49:40.539 INFO O| Aug 25 07:49:40.539 INFO STEP 903 (remove_files) COMPLETE |
| 8043 | 2026-08-25T07:49:41.663Z | [ recovery-image] Aug 25 07:49:40.539 INFO O| Aug 25 07:49:40.539 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8044 | 2026-08-25T07:49:41.679Z | [ recovery-image] Aug 25 07:49:40.558 INFO O| Aug 25 07:49:40.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr" |
| 8045 | 2026-08-25T07:49:41.679Z | [ recovery-image] Aug 25 07:49:40.558 INFO O| Aug 25 07:49:40.558 INFO STEP 904 (remove_files) COMPLETE |
| 8046 | 2026-08-25T07:49:41.688Z | [ recovery-image] Aug 25 07:49:40.558 INFO O| Aug 25 07:49:40.558 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8047 | 2026-08-25T07:49:41.697Z | [ recovery-image] Aug 25 07:49:40.572 INFO O| Aug 25 07:49:40.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime" |
| 8048 | 2026-08-25T07:49:41.697Z | [ recovery-image] Aug 25 07:49:40.572 INFO O| Aug 25 07:49:40.572 INFO STEP 905 (remove_files) COMPLETE |
| 8049 | 2026-08-25T07:49:41.697Z | [ recovery-image] Aug 25 07:49:40.572 INFO O| Aug 25 07:49:40.572 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8050 | 2026-08-25T07:49:41.709Z | [ recovery-image] Aug 25 07:49:40.581 INFO O| Aug 25 07:49:40.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid" |
| 8051 | 2026-08-25T07:49:41.709Z | [ recovery-image] Aug 25 07:49:40.581 INFO O| Aug 25 07:49:40.581 INFO STEP 906 (remove_files) COMPLETE |
| 8052 | 2026-08-25T07:49:41.709Z | [ recovery-image] Aug 25 07:49:40.581 INFO O| Aug 25 07:49:40.581 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8053 | 2026-08-25T07:49:41.718Z | [ recovery-image] Aug 25 07:49:40.591 INFO O| Aug 25 07:49:40.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn" |
| 8054 | 2026-08-25T07:49:41.718Z | [ recovery-image] Aug 25 07:49:40.591 INFO O| Aug 25 07:49:40.591 INFO STEP 907 (remove_files) COMPLETE |
| 8055 | 2026-08-25T07:49:41.718Z | [ recovery-image] Aug 25 07:49:40.591 INFO O| Aug 25 07:49:40.591 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8056 | 2026-08-25T07:49:41.763Z | [ recovery-image] Aug 25 07:49:40.628 INFO O| Aug 25 07:49:40.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate" |
| 8057 | 2026-08-25T07:49:41.763Z | [ recovery-image] Aug 25 07:49:40.628 INFO O| Aug 25 07:49:40.628 INFO STEP 908 (remove_files) COMPLETE |
| 8058 | 2026-08-25T07:49:41.763Z | [ recovery-image] Aug 25 07:49:40.628 INFO O| Aug 25 07:49:40.628 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8059 | 2026-08-25T07:49:41.814Z | [ recovery-image] Aug 25 07:49:40.689 INFO O| Aug 25 07:49:40.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid" |
| 8060 | 2026-08-25T07:49:41.814Z | [ recovery-image] Aug 25 07:49:40.689 INFO O| Aug 25 07:49:40.689 INFO STEP 909 (remove_files) COMPLETE |
| 8061 | 2026-08-25T07:49:41.814Z | [ recovery-image] Aug 25 07:49:40.689 INFO O| Aug 25 07:49:40.689 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8062 | 2026-08-25T07:49:41.825Z | [ recovery-image] Aug 25 07:49:40.701 INFO O| Aug 25 07:49:40.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint" |
| 8063 | 2026-08-25T07:49:41.825Z | [ recovery-image] Aug 25 07:49:40.701 INFO O| Aug 25 07:49:40.701 INFO STEP 910 (remove_files) COMPLETE |
| 8064 | 2026-08-25T07:49:41.835Z | [ recovery-image] Aug 25 07:49:40.701 INFO O| Aug 25 07:49:40.701 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8065 | 2026-08-25T07:49:41.854Z | [ recovery-image] Aug 25 07:49:40.712 INFO O| Aug 25 07:49:40.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem" |
| 8066 | 2026-08-25T07:49:41.854Z | [ recovery-image] Aug 25 07:49:40.712 INFO O| Aug 25 07:49:40.712 INFO STEP 911 (remove_files) COMPLETE |
| 8067 | 2026-08-25T07:49:41.854Z | [ recovery-image] Aug 25 07:49:40.712 INFO O| Aug 25 07:49:40.712 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8068 | 2026-08-25T07:49:41.917Z | [ recovery-image] Aug 25 07:49:40.792 INFO O| Aug 25 07:49:40.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath" |
| 8069 | 2026-08-25T07:49:41.917Z | [ recovery-image] Aug 25 07:49:40.792 INFO O| Aug 25 07:49:40.792 INFO STEP 912 (remove_files) COMPLETE |
| 8070 | 2026-08-25T07:49:41.917Z | [ recovery-image] Aug 25 07:49:40.792 INFO O| Aug 25 07:49:40.792 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8071 | 2026-08-25T07:49:41.930Z | [ recovery-image] Aug 25 07:49:40.802 INFO O| Aug 25 07:49:40.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange" |
| 8072 | 2026-08-25T07:49:41.930Z | [ recovery-image] Aug 25 07:49:40.802 INFO O| Aug 25 07:49:40.802 INFO STEP 913 (remove_files) COMPLETE |
| 8073 | 2026-08-25T07:49:41.930Z | [ recovery-image] Aug 25 07:49:40.802 INFO O| Aug 25 07:49:40.802 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8074 | 2026-08-25T07:49:41.946Z | [ recovery-image] Aug 25 07:49:40.821 INFO O| Aug 25 07:49:40.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr" |
| 8075 | 2026-08-25T07:49:41.946Z | [ recovery-image] Aug 25 07:49:40.821 INFO O| Aug 25 07:49:40.821 INFO STEP 914 (remove_files) COMPLETE |
| 8076 | 2026-08-25T07:49:41.946Z | [ recovery-image] Aug 25 07:49:40.821 INFO O| Aug 25 07:49:40.821 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8077 | 2026-08-25T07:49:41.985Z | [ recovery-image] Aug 25 07:49:40.859 INFO O| Aug 25 07:49:40.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime" |
| 8078 | 2026-08-25T07:49:41.985Z | [ recovery-image] Aug 25 07:49:40.859 INFO O| Aug 25 07:49:40.858 INFO STEP 915 (remove_files) COMPLETE |
| 8079 | 2026-08-25T07:49:41.985Z | [ recovery-image] Aug 25 07:49:40.859 INFO O| Aug 25 07:49:40.858 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8080 | 2026-08-25T07:49:42.019Z | [ recovery-image] Aug 25 07:49:40.869 INFO O| Aug 25 07:49:40.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid" |
| 8081 | 2026-08-25T07:49:42.019Z | [ recovery-image] Aug 25 07:49:40.869 INFO O| Aug 25 07:49:40.869 INFO STEP 916 (remove_files) COMPLETE |
| 8082 | 2026-08-25T07:49:42.019Z | [ recovery-image] Aug 25 07:49:40.869 INFO O| Aug 25 07:49:40.869 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8083 | 2026-08-25T07:49:42.037Z | [ recovery-image] Aug 25 07:49:40.899 INFO O| Aug 25 07:49:40.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn" |
| 8084 | 2026-08-25T07:49:42.037Z | [ recovery-image] Aug 25 07:49:40.899 INFO O| Aug 25 07:49:40.899 INFO STEP 917 (remove_files) COMPLETE |
| 8085 | 2026-08-25T07:49:42.037Z | [ recovery-image] Aug 25 07:49:40.899 INFO O| Aug 25 07:49:40.899 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8086 | 2026-08-25T07:49:42.055Z | [ recovery-image] Aug 25 07:49:40.928 INFO O| Aug 25 07:49:40.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext" |
| 8087 | 2026-08-25T07:49:42.055Z | [ recovery-image] Aug 25 07:49:40.928 INFO O| Aug 25 07:49:40.928 INFO STEP 918 (remove_files) COMPLETE |
| 8088 | 2026-08-25T07:49:42.055Z | [ recovery-image] Aug 25 07:49:40.928 INFO O| Aug 25 07:49:40.928 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8089 | 2026-08-25T07:49:42.076Z | [ recovery-image] Aug 25 07:49:40.938 INFO O| Aug 25 07:49:40.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate" |
| 8090 | 2026-08-25T07:49:42.076Z | [ recovery-image] Aug 25 07:49:40.938 INFO O| Aug 25 07:49:40.938 INFO STEP 919 (remove_files) COMPLETE |
| 8091 | 2026-08-25T07:49:42.077Z | [ recovery-image] Aug 25 07:49:40.938 INFO O| Aug 25 07:49:40.938 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8092 | 2026-08-25T07:49:42.091Z | [ recovery-image] Aug 25 07:49:40.947 INFO O| Aug 25 07:49:40.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid" |
| 8093 | 2026-08-25T07:49:42.091Z | [ recovery-image] Aug 25 07:49:40.947 INFO O| Aug 25 07:49:40.947 INFO STEP 920 (remove_files) COMPLETE |
| 8094 | 2026-08-25T07:49:42.091Z | [ recovery-image] Aug 25 07:49:40.947 INFO O| Aug 25 07:49:40.947 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8095 | 2026-08-25T07:49:42.092Z | [ recovery-image] Aug 25 07:49:40.957 INFO O| Aug 25 07:49:40.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint" |
| 8096 | 2026-08-25T07:49:42.092Z | [ recovery-image] Aug 25 07:49:40.957 INFO O| Aug 25 07:49:40.957 INFO STEP 921 (remove_files) COMPLETE |
| 8097 | 2026-08-25T07:49:42.092Z | [ recovery-image] Aug 25 07:49:40.957 INFO O| Aug 25 07:49:40.957 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8098 | 2026-08-25T07:49:42.098Z | [ recovery-image] Aug 25 07:49:40.966 INFO O| Aug 25 07:49:40.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath" |
| 8099 | 2026-08-25T07:49:42.098Z | [ recovery-image] Aug 25 07:49:40.966 INFO O| Aug 25 07:49:40.966 INFO STEP 922 (remove_files) COMPLETE |
| 8100 | 2026-08-25T07:49:42.098Z | [ recovery-image] Aug 25 07:49:40.966 INFO O| Aug 25 07:49:40.966 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8101 | 2026-08-25T07:49:42.099Z | [ recovery-image] Aug 25 07:49:40.976 INFO O| Aug 25 07:49:40.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange" |
| 8102 | 2026-08-25T07:49:42.099Z | [ recovery-image] Aug 25 07:49:40.976 INFO O| Aug 25 07:49:40.976 INFO STEP 923 (remove_files) COMPLETE |
| 8103 | 2026-08-25T07:49:42.099Z | [ recovery-image] Aug 25 07:49:40.976 INFO O| Aug 25 07:49:40.976 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8104 | 2026-08-25T07:49:42.558Z | [ recovery-image] Aug 25 07:49:40.985 INFO O| Aug 25 07:49:40.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr" |
| 8105 | 2026-08-25T07:49:42.558Z | [ recovery-image] Aug 25 07:49:40.985 INFO O| Aug 25 07:49:40.985 INFO STEP 924 (remove_files) COMPLETE |
| 8106 | 2026-08-25T07:49:42.558Z | [ recovery-image] Aug 25 07:49:40.985 INFO O| Aug 25 07:49:40.985 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8107 | 2026-08-25T07:49:42.558Z | [ recovery-image] Aug 25 07:49:40.996 INFO O| Aug 25 07:49:40.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime" |
| 8108 | 2026-08-25T07:49:42.558Z | [ recovery-image] Aug 25 07:49:40.996 INFO O| Aug 25 07:49:40.996 INFO STEP 925 (remove_files) COMPLETE |
| 8109 | 2026-08-25T07:49:42.558Z | [ recovery-image] Aug 25 07:49:40.996 INFO O| Aug 25 07:49:40.996 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8110 | 2026-08-25T07:49:42.558Z | [ recovery-image] Aug 25 07:49:41.011 INFO O| Aug 25 07:49:41.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid" |
| 8111 | 2026-08-25T07:49:42.558Z | [ recovery-image] Aug 25 07:49:41.011 INFO O| Aug 25 07:49:41.011 INFO STEP 926 (remove_files) COMPLETE |
| 8112 | 2026-08-25T07:49:42.558Z | [ recovery-image] Aug 25 07:49:41.011 INFO O| Aug 25 07:49:41.011 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8113 | 2026-08-25T07:49:42.558Z | [ recovery-image] Aug 25 07:49:41.021 INFO O| Aug 25 07:49:41.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn" |
| 8114 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.021 INFO O| Aug 25 07:49:41.021 INFO STEP 927 (remove_files) COMPLETE |
| 8115 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.021 INFO O| Aug 25 07:49:41.021 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8116 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.030 INFO O| Aug 25 07:49:41.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall" |
| 8117 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.031 INFO O| Aug 25 07:49:41.031 INFO STEP 928 (remove_files) COMPLETE |
| 8118 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.031 INFO O| Aug 25 07:49:41.031 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8119 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.045 INFO O| Aug 25 07:49:41.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname" |
| 8120 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.046 INFO O| Aug 25 07:49:41.046 INFO STEP 929 (remove_files) COMPLETE |
| 8121 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.046 INFO O| Aug 25 07:49:41.046 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8122 | 2026-08-25T07:49:42.559Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 8123 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.056 INFO O| Aug 25 07:49:41.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove" |
| 8124 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.056 INFO O| Aug 25 07:49:41.056 INFO STEP 930 (remove_files) COMPLETE |
| 8125 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.056 INFO O| Aug 25 07:49:41.056 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8126 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.067 INFO O| Aug 25 07:49:41.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv" |
| 8127 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.067 INFO O| Aug 25 07:49:41.067 INFO STEP 931 (remove_files) COMPLETE |
| 8128 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.067 INFO O| Aug 25 07:49:41.067 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8129 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.078 INFO O| Aug 25 07:49:41.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db" |
| 8130 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.078 INFO O| Aug 25 07:49:41.078 INFO STEP 932 (remove_files) COMPLETE |
| 8131 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.078 INFO O| Aug 25 07:49:41.078 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8132 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.088 INFO O| Aug 25 07:49:41.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve" |
| 8133 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.088 INFO O| Aug 25 07:49:41.087 INFO STEP 933 (remove_files) COMPLETE |
| 8134 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.088 INFO O| Aug 25 07:49:41.087 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8135 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.096 INFO O| Aug 25 07:49:41.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates" |
| 8136 | 2026-08-25T07:49:42.559Z | [ recovery-image] Aug 25 07:49:41.096 INFO O| Aug 25 07:49:41.096 INFO STEP 934 (remove_files) COMPLETE |
| 8137 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.096 INFO O| Aug 25 07:49:41.096 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8138 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.108 INFO O| Aug 25 07:49:41.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay" |
| 8139 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.108 INFO O| Aug 25 07:49:41.108 INFO STEP 935 (remove_files) COMPLETE |
| 8140 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.108 INFO O| Aug 25 07:49:41.108 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8141 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.119 INFO O| Aug 25 07:49:41.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm" |
| 8142 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.119 INFO O| Aug 25 07:49:41.119 INFO STEP 936 (remove_files) COMPLETE |
| 8143 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.119 INFO O| Aug 25 07:49:41.119 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8144 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.129 INFO O| Aug 25 07:49:41.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump" |
| 8145 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.129 INFO O| Aug 25 07:49:41.129 INFO STEP 937 (remove_files) COMPLETE |
| 8146 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.129 INFO O| Aug 25 07:49:41.129 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8147 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.139 INFO O| Aug 25 07:49:41.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract" |
| 8148 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.139 INFO O| Aug 25 07:49:41.139 INFO STEP 938 (remove_files) COMPLETE |
| 8149 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.139 INFO O| Aug 25 07:49:41.139 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8150 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.150 INFO O| Aug 25 07:49:41.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv" |
| 8151 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.150 INFO O| Aug 25 07:49:41.150 INFO STEP 939 (remove_files) COMPLETE |
| 8152 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.150 INFO O| Aug 25 07:49:41.150 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8153 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.159 INFO O| Aug 25 07:49:41.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate" |
| 8154 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.159 INFO O| Aug 25 07:49:41.159 INFO STEP 940 (remove_files) COMPLETE |
| 8155 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.159 INFO O| Aug 25 07:49:41.159 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8156 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.169 INFO O| Aug 25 07:49:41.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat" |
| 8157 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.169 INFO O| Aug 25 07:49:41.169 INFO STEP 941 (remove_files) COMPLETE |
| 8158 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.169 INFO O| Aug 25 07:49:41.169 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8159 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.179 INFO O| Aug 25 07:49:41.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat" |
| 8160 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.179 INFO O| Aug 25 07:49:41.179 INFO STEP 942 (remove_files) COMPLETE |
| 8161 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.179 INFO O| Aug 25 07:49:41.179 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8162 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.190 INFO O| Aug 25 07:49:41.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat" |
| 8163 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.190 INFO O| Aug 25 07:49:41.190 INFO STEP 943 (remove_files) COMPLETE |
| 8164 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.190 INFO O| Aug 25 07:49:41.190 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8165 | 2026-08-25T07:49:42.560Z | [ recovery-image] Aug 25 07:49:41.200 INFO O| Aug 25 07:49:41.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp" |
| 8166 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.200 INFO O| Aug 25 07:49:41.200 INFO STEP 944 (remove_files) COMPLETE |
| 8167 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.200 INFO O| Aug 25 07:49:41.200 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8168 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.209 INFO O| Aug 25 07:49:41.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit" |
| 8169 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.210 INFO O| Aug 25 07:49:41.210 INFO STEP 945 (remove_files) COMPLETE |
| 8170 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.210 INFO O| Aug 25 07:49:41.210 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8171 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.219 INFO O| Aug 25 07:49:41.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig" |
| 8172 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.219 INFO O| Aug 25 07:49:41.219 INFO STEP 946 (remove_files) COMPLETE |
| 8173 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.219 INFO O| Aug 25 07:49:41.219 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8174 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.229 INFO O| Aug 25 07:49:41.229 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd" |
| 8175 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.229 INFO O| Aug 25 07:49:41.229 INFO STEP 947 (remove_files) COMPLETE |
| 8176 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.229 INFO O| Aug 25 07:49:41.229 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8177 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.238 INFO O| Aug 25 07:49:41.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord" |
| 8178 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.238 INFO O| Aug 25 07:49:41.238 INFO STEP 948 (remove_files) COMPLETE |
| 8179 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.238 INFO O| Aug 25 07:49:41.238 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8180 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.249 INFO O| Aug 25 07:49:41.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce" |
| 8181 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.249 INFO O| Aug 25 07:49:41.249 INFO STEP 949 (remove_files) COMPLETE |
| 8182 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.249 INFO O| Aug 25 07:49:41.249 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8183 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.260 INFO O| Aug 25 07:49:41.260 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat" |
| 8184 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.260 INFO O| Aug 25 07:49:41.260 INFO STEP 950 (remove_files) COMPLETE |
| 8185 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.260 INFO O| Aug 25 07:49:41.260 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8186 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.271 INFO O| Aug 25 07:49:41.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks" |
| 8187 | 2026-08-25T07:49:42.561Z | [ recovery-image] Aug 25 07:49:41.271 INFO O| Aug 25 07:49:41.271 INFO STEP 951 (remove_files) COMPLETE |
| 8188 | 2026-08-25T07:49:42.562Z | [ recovery-image] Aug 25 07:49:41.271 INFO O| Aug 25 07:49:41.271 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8189 | 2026-08-25T07:49:42.562Z | [ recovery-image] Aug 25 07:49:41.281 INFO O| Aug 25 07:49:41.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve" |
| 8190 | 2026-08-25T07:49:42.562Z | [ recovery-image] Aug 25 07:49:41.281 INFO O| Aug 25 07:49:41.281 INFO STEP 952 (remove_files) COMPLETE |
| 8191 | 2026-08-25T07:49:42.562Z | [ recovery-image] Aug 25 07:49:41.281 INFO O| Aug 25 07:49:41.281 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8192 | 2026-08-25T07:49:42.562Z | [ recovery-image] Aug 25 07:49:41.291 INFO O| Aug 25 07:49:41.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl" |
| 8193 | 2026-08-25T07:49:42.562Z | [ recovery-image] Aug 25 07:49:41.291 INFO O| Aug 25 07:49:41.291 INFO STEP 953 (remove_files) COMPLETE |
| 8194 | 2026-08-25T07:49:42.562Z | [ recovery-image] Aug 25 07:49:41.291 INFO O| Aug 25 07:49:41.291 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8195 | 2026-08-25T07:49:42.562Z | [ recovery-image] Aug 25 07:49:41.302 INFO O| Aug 25 07:49:41.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm" |
| 8196 | 2026-08-25T07:49:42.562Z | [ recovery-image] Aug 25 07:49:41.302 INFO O| Aug 25 07:49:41.302 INFO STEP 954 (remove_files) COMPLETE |
| 8197 | 2026-08-25T07:49:42.562Z | [ recovery-image] Aug 25 07:49:41.302 INFO O| Aug 25 07:49:41.302 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8198 | 2026-08-25T07:49:42.562Z | [ recovery-image] Aug 25 07:49:41.311 INFO O| Aug 25 07:49:41.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd" |
| 8199 | 2026-08-25T07:49:42.562Z | [ recovery-image] Aug 25 07:49:41.311 INFO O| Aug 25 07:49:41.311 INFO STEP 955 (remove_files) COMPLETE |
| 8200 | 2026-08-25T07:49:42.562Z | [ recovery-image] Aug 25 07:49:41.311 INFO O| Aug 25 07:49:41.311 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8201 | 2026-08-25T07:49:42.562Z | [ recovery-image] Aug 25 07:49:41.320 INFO O| Aug 25 07:49:41.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot" |
| 8202 | 2026-08-25T07:49:42.562Z | [ recovery-image] Aug 25 07:49:41.320 INFO O| Aug 25 07:49:41.320 INFO STEP 956 (remove_files) COMPLETE |
| 8203 | 2026-08-25T07:49:42.562Z | [ recovery-image] Aug 25 07:49:41.320 INFO O| Aug 25 07:49:41.320 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8204 | 2026-08-25T07:49:42.599Z | [ recovery-image] Aug 25 07:49:41.330 INFO O| Aug 25 07:49:41.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks" |
| 8205 | 2026-08-25T07:49:42.599Z | [ recovery-image] Aug 25 07:49:41.330 INFO O| Aug 25 07:49:41.330 INFO STEP 957 (remove_files) COMPLETE |
| 8206 | 2026-08-25T07:49:42.599Z | [ recovery-image] Aug 25 07:49:41.330 INFO O| Aug 25 07:49:41.330 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8207 | 2026-08-25T07:49:42.599Z | [ recovery-image] Aug 25 07:49:41.341 INFO O| Aug 25 07:49:41.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo" |
| 8208 | 2026-08-25T07:49:42.599Z | [ recovery-image] Aug 25 07:49:41.341 INFO O| Aug 25 07:49:41.341 INFO STEP 958 (remove_files) COMPLETE |
| 8209 | 2026-08-25T07:49:42.599Z | [ recovery-image] Aug 25 07:49:41.341 INFO O| Aug 25 07:49:41.341 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8210 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.351 INFO O| Aug 25 07:49:41.351 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri" |
| 8211 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.351 INFO O| Aug 25 07:49:41.351 INFO STEP 959 (remove_files) COMPLETE |
| 8212 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.351 INFO O| Aug 25 07:49:41.351 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8213 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.362 INFO O| Aug 25 07:49:41.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm" |
| 8214 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.362 INFO O| Aug 25 07:49:41.362 INFO STEP 960 (remove_files) COMPLETE |
| 8215 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.362 INFO O| Aug 25 07:49:41.362 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8216 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.373 INFO O| Aug 25 07:49:41.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd" |
| 8217 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.373 INFO O| Aug 25 07:49:41.373 INFO STEP 961 (remove_files) COMPLETE |
| 8218 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.373 INFO O| Aug 25 07:49:41.373 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8219 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.383 INFO O| Aug 25 07:49:41.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate" |
| 8220 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.383 INFO O| Aug 25 07:49:41.383 INFO STEP 962 (remove_files) COMPLETE |
| 8221 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.383 INFO O| Aug 25 07:49:41.383 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8222 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.394 INFO O| Aug 25 07:49:41.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo" |
| 8223 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.394 INFO O| Aug 25 07:49:41.394 INFO STEP 963 (remove_files) COMPLETE |
| 8224 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.394 INFO O| Aug 25 07:49:41.394 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8225 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.407 INFO O| Aug 25 07:49:41.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks" |
| 8226 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.407 INFO O| Aug 25 07:49:41.407 INFO STEP 964 (remove_files) COMPLETE |
| 8227 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.407 INFO O| Aug 25 07:49:41.407 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8228 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.418 INFO O| Aug 25 07:49:41.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df" |
| 8229 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.418 INFO O| Aug 25 07:49:41.418 INFO STEP 965 (remove_files) COMPLETE |
| 8230 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.418 INFO O| Aug 25 07:49:41.418 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8231 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.429 INFO O| Aug 25 07:49:41.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts" |
| 8232 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.430 INFO O| Aug 25 07:49:41.430 INFO STEP 966 (remove_files) COMPLETE |
| 8233 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.430 INFO O| Aug 25 07:49:41.430 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8234 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.439 INFO O| Aug 25 07:49:41.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares" |
| 8235 | 2026-08-25T07:49:42.600Z | [ recovery-image] Aug 25 07:49:41.439 INFO O| Aug 25 07:49:41.439 INFO STEP 967 (remove_files) COMPLETE |
| 8236 | 2026-08-25T07:49:42.601Z | [ recovery-image] Aug 25 07:49:41.439 INFO O| Aug 25 07:49:41.439 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8237 | 2026-08-25T07:49:42.601Z | [ recovery-image] Aug 25 07:49:41.448 INFO O| Aug 25 07:49:41.448 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks" |
| 8238 | 2026-08-25T07:49:42.601Z | [ recovery-image] Aug 25 07:49:41.448 INFO O| Aug 25 07:49:41.448 INFO STEP 968 (remove_files) COMPLETE |
| 8239 | 2026-08-25T07:49:42.601Z | [ recovery-image] Aug 25 07:49:41.448 INFO O| Aug 25 07:49:41.448 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8240 | 2026-08-25T07:49:42.601Z | [ recovery-image] Aug 25 07:49:41.456 INFO O| Aug 25 07:49:41.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin" |
| 8241 | 2026-08-25T07:49:42.601Z | [ recovery-image] Aug 25 07:49:41.456 INFO O| Aug 25 07:49:41.456 INFO STEP 969 (remove_files) COMPLETE |
| 8242 | 2026-08-25T07:49:42.601Z | [ recovery-image] Aug 25 07:49:41.456 INFO O| Aug 25 07:49:41.456 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8243 | 2026-08-25T07:49:42.601Z | [ recovery-image] Aug 25 07:49:41.465 INFO O| Aug 25 07:49:41.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo" |
| 8244 | 2026-08-25T07:49:42.601Z | [ recovery-image] Aug 25 07:49:41.465 INFO O| Aug 25 07:49:41.465 INFO STEP 970 (remove_files) COMPLETE |
| 8245 | 2026-08-25T07:49:42.601Z | [ recovery-image] Aug 25 07:49:41.465 INFO O| Aug 25 07:49:41.465 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8246 | 2026-08-25T07:49:42.612Z | [verify-libraries] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 8247 | 2026-08-25T07:49:42.612Z | [ recovery-image] Aug 25 07:49:41.475 INFO O| Aug 25 07:49:41.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig" |
| 8248 | 2026-08-25T07:49:42.612Z | [ recovery-image] Aug 25 07:49:41.475 INFO O| Aug 25 07:49:41.475 INFO STEP 971 (remove_files) COMPLETE |
| 8249 | 2026-08-25T07:49:42.612Z | [ recovery-image] Aug 25 07:49:41.475 INFO O| Aug 25 07:49:41.475 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8250 | 2026-08-25T07:49:42.619Z | [ recovery-image] Aug 25 07:49:41.485 INFO O| Aug 25 07:49:41.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom" |
| 8251 | 2026-08-25T07:49:42.619Z | [ recovery-image] Aug 25 07:49:41.485 INFO O| Aug 25 07:49:41.485 INFO STEP 972 (remove_files) COMPLETE |
| 8252 | 2026-08-25T07:49:42.619Z | [ recovery-image] Aug 25 07:49:41.485 INFO O| Aug 25 07:49:41.485 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8253 | 2026-08-25T07:49:42.619Z | [ recovery-image] Aug 25 07:49:41.495 INFO O| Aug 25 07:49:41.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff" |
| 8254 | 2026-08-25T07:49:42.619Z | [ recovery-image] Aug 25 07:49:41.495 INFO O| Aug 25 07:49:41.495 INFO STEP 973 (remove_files) COMPLETE |
| 8255 | 2026-08-25T07:49:42.619Z | [ recovery-image] Aug 25 07:49:41.495 INFO O| Aug 25 07:49:41.495 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8256 | 2026-08-25T07:49:42.631Z | [ recovery-image] Aug 25 07:49:41.506 INFO O| Aug 25 07:49:41.506 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm" |
| 8257 | 2026-08-25T07:49:42.631Z | [ recovery-image] Aug 25 07:49:41.506 INFO O| Aug 25 07:49:41.506 INFO STEP 974 (remove_files) COMPLETE |
| 8258 | 2026-08-25T07:49:42.631Z | [ recovery-image] Aug 25 07:49:41.506 INFO O| Aug 25 07:49:41.506 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8259 | 2026-08-25T07:49:42.641Z | [ recovery-image] Aug 25 07:49:41.516 INFO O| Aug 25 07:49:41.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump" |
| 8260 | 2026-08-25T07:49:42.641Z | [ recovery-image] Aug 25 07:49:41.516 INFO O| Aug 25 07:49:41.516 INFO STEP 975 (remove_files) COMPLETE |
| 8261 | 2026-08-25T07:49:42.675Z | [ recovery-image] Aug 25 07:49:41.516 INFO O| Aug 25 07:49:41.516 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8262 | 2026-08-25T07:49:42.676Z | [ recovery-image] Aug 25 07:49:41.525 INFO O| Aug 25 07:49:41.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat" |
| 8263 | 2026-08-25T07:49:42.676Z | [ recovery-image] Aug 25 07:49:41.525 INFO O| Aug 25 07:49:41.525 INFO STEP 976 (remove_files) COMPLETE |
| 8264 | 2026-08-25T07:49:42.676Z | [ recovery-image] Aug 25 07:49:41.525 INFO O| Aug 25 07:49:41.525 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8265 | 2026-08-25T07:49:42.695Z | [ recovery-image] Aug 25 07:49:41.536 INFO O| Aug 25 07:49:41.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard" |
| 8266 | 2026-08-25T07:49:42.695Z | [ recovery-image] Aug 25 07:49:41.536 INFO O| Aug 25 07:49:41.536 INFO STEP 977 (remove_files) COMPLETE |
| 8267 | 2026-08-25T07:49:42.695Z | [ recovery-image] Aug 25 07:49:41.536 INFO O| Aug 25 07:49:41.536 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8268 | 2026-08-25T07:49:42.696Z | [ recovery-image] Aug 25 07:49:41.546 INFO O| Aug 25 07:49:41.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format" |
| 8269 | 2026-08-25T07:49:42.696Z | [ recovery-image] Aug 25 07:49:41.546 INFO O| Aug 25 07:49:41.546 INFO STEP 978 (remove_files) COMPLETE |
| 8270 | 2026-08-25T07:49:42.696Z | [ recovery-image] Aug 25 07:49:41.546 INFO O| Aug 25 07:49:41.546 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8271 | 2026-08-25T07:49:42.696Z | [ recovery-image] Aug 25 07:49:41.555 INFO O| Aug 25 07:49:41.555 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck" |
| 8272 | 2026-08-25T07:49:42.696Z | [ recovery-image] Aug 25 07:49:41.555 INFO O| Aug 25 07:49:41.555 INFO STEP 979 (remove_files) COMPLETE |
| 8273 | 2026-08-25T07:49:42.696Z | [ recovery-image] Aug 25 07:49:41.555 INFO O| Aug 25 07:49:41.555 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8274 | 2026-08-25T07:49:42.714Z | [ recovery-image] Aug 25 07:49:41.565 INFO O| Aug 25 07:49:41.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser" |
| 8275 | 2026-08-25T07:49:42.714Z | [ recovery-image] Aug 25 07:49:41.565 INFO O| Aug 25 07:49:41.565 INFO STEP 980 (remove_files) COMPLETE |
| 8276 | 2026-08-25T07:49:42.714Z | [ recovery-image] Aug 25 07:49:41.565 INFO O| Aug 25 07:49:41.565 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8277 | 2026-08-25T07:49:42.714Z | [ recovery-image] Aug 25 07:49:41.574 INFO O| Aug 25 07:49:41.574 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy" |
| 8278 | 2026-08-25T07:49:42.714Z | [ recovery-image] Aug 25 07:49:41.574 INFO O| Aug 25 07:49:41.574 INFO STEP 981 (remove_files) COMPLETE |
| 8279 | 2026-08-25T07:49:42.714Z | [ recovery-image] Aug 25 07:49:41.574 INFO O| Aug 25 07:49:41.574 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8280 | 2026-08-25T07:49:42.728Z | [ recovery-image] Aug 25 07:49:41.587 INFO O| Aug 25 07:49:41.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor" |
| 8281 | 2026-08-25T07:49:42.728Z | [ recovery-image] Aug 25 07:49:41.587 INFO O| Aug 25 07:49:41.587 INFO STEP 982 (remove_files) COMPLETE |
| 8282 | 2026-08-25T07:49:42.728Z | [ recovery-image] Aug 25 07:49:41.587 INFO O| Aug 25 07:49:41.587 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8283 | 2026-08-25T07:49:42.728Z | [ recovery-image] Aug 25 07:49:41.597 INFO O| Aug 25 07:49:41.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd" |
| 8284 | 2026-08-25T07:49:42.728Z | [ recovery-image] Aug 25 07:49:41.597 INFO O| Aug 25 07:49:41.597 INFO STEP 983 (remove_files) COMPLETE |
| 8285 | 2026-08-25T07:49:42.728Z | [ recovery-image] Aug 25 07:49:41.597 INFO O| Aug 25 07:49:41.597 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8286 | 2026-08-25T07:49:42.740Z | [ recovery-image] Aug 25 07:49:41.607 INFO O| Aug 25 07:49:41.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel" |
| 8287 | 2026-08-25T07:49:42.740Z | [ recovery-image] Aug 25 07:49:41.607 INFO O| Aug 25 07:49:41.607 INFO STEP 984 (remove_files) COMPLETE |
| 8288 | 2026-08-25T07:49:42.740Z | [ recovery-image] Aug 25 07:49:41.607 INFO O| Aug 25 07:49:41.607 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8289 | 2026-08-25T07:49:42.750Z | [ recovery-image] Aug 25 07:49:41.621 INFO O| Aug 25 07:49:41.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod" |
| 8290 | 2026-08-25T07:49:42.750Z | [ recovery-image] Aug 25 07:49:41.621 INFO O| Aug 25 07:49:41.621 INFO STEP 985 (remove_files) COMPLETE |
| 8291 | 2026-08-25T07:49:42.750Z | [ recovery-image] Aug 25 07:49:41.621 INFO O| Aug 25 07:49:41.621 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8292 | 2026-08-25T07:49:42.763Z | [ recovery-image] Aug 25 07:49:41.632 INFO O| Aug 25 07:49:41.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs" |
| 8293 | 2026-08-25T07:49:42.763Z | [ recovery-image] Aug 25 07:49:41.632 INFO O| Aug 25 07:49:41.632 INFO STEP 986 (remove_files) COMPLETE |
| 8294 | 2026-08-25T07:49:42.764Z | [ recovery-image] Aug 25 07:49:41.632 INFO O| Aug 25 07:49:41.632 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8295 | 2026-08-25T07:49:42.778Z | [ recovery-image] Aug 25 07:49:41.643 INFO O| Aug 25 07:49:41.642 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck" |
| 8296 | 2026-08-25T07:49:42.778Z | [ recovery-image] Aug 25 07:49:41.643 INFO O| Aug 25 07:49:41.643 INFO STEP 987 (remove_files) COMPLETE |
| 8297 | 2026-08-25T07:49:42.778Z | [ recovery-image] Aug 25 07:49:41.643 INFO O| Aug 25 07:49:41.643 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8298 | 2026-08-25T07:49:42.789Z | [ recovery-image] Aug 25 07:49:41.652 INFO O| Aug 25 07:49:41.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred" |
| 8299 | 2026-08-25T07:49:42.789Z | [ recovery-image] Aug 25 07:49:41.652 INFO O| Aug 25 07:49:41.652 INFO STEP 988 (remove_files) COMPLETE |
| 8300 | 2026-08-25T07:49:42.789Z | [ recovery-image] Aug 25 07:49:41.652 INFO O| Aug 25 07:49:41.652 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8301 | 2026-08-25T07:49:42.790Z | [ recovery-image] Aug 25 07:49:41.663 INFO O| Aug 25 07:49:41.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt" |
| 8302 | 2026-08-25T07:49:42.790Z | [ recovery-image] Aug 25 07:49:41.663 INFO O| Aug 25 07:49:41.663 INFO STEP 989 (remove_files) COMPLETE |
| 8303 | 2026-08-25T07:49:42.790Z | [ recovery-image] Aug 25 07:49:41.663 INFO O| Aug 25 07:49:41.663 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8304 | 2026-08-25T07:49:42.798Z | [ recovery-image] Aug 25 07:49:41.674 INFO O| Aug 25 07:49:41.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug" |
| 8305 | 2026-08-25T07:49:42.798Z | [ recovery-image] Aug 25 07:49:41.674 INFO O| Aug 25 07:49:41.674 INFO STEP 990 (remove_files) COMPLETE |
| 8306 | 2026-08-25T07:49:42.798Z | [ recovery-image] Aug 25 07:49:41.674 INFO O| Aug 25 07:49:41.674 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8307 | 2026-08-25T07:49:42.824Z | [ recovery-image] Aug 25 07:49:41.685 INFO O| Aug 25 07:49:41.684 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl" |
| 8308 | 2026-08-25T07:49:42.824Z | [ recovery-image] Aug 25 07:49:41.685 INFO O| Aug 25 07:49:41.685 INFO STEP 991 (remove_files) COMPLETE |
| 8309 | 2026-08-25T07:49:42.824Z | [ recovery-image] Aug 25 07:49:41.685 INFO O| Aug 25 07:49:41.685 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8310 | 2026-08-25T07:49:42.852Z | [ recovery-image] Aug 25 07:49:41.694 INFO O| Aug 25 07:49:41.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap" |
| 8311 | 2026-08-25T07:49:42.852Z | [ recovery-image] Aug 25 07:49:41.694 INFO O| Aug 25 07:49:41.694 INFO STEP 992 (remove_files) COMPLETE |
| 8312 | 2026-08-25T07:49:42.852Z | [ recovery-image] Aug 25 07:49:41.694 INFO O| Aug 25 07:49:41.694 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8313 | 2026-08-25T07:49:42.852Z | [ recovery-image] Aug 25 07:49:41.703 INFO O| Aug 25 07:49:41.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm" |
| 8314 | 2026-08-25T07:49:42.852Z | [ recovery-image] Aug 25 07:49:41.703 INFO O| Aug 25 07:49:41.703 INFO STEP 993 (remove_files) COMPLETE |
| 8315 | 2026-08-25T07:49:42.852Z | [ recovery-image] Aug 25 07:49:41.703 INFO O| Aug 25 07:49:41.703 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8316 | 2026-08-25T07:49:42.852Z | [ recovery-image] Aug 25 07:49:41.713 INFO O| Aug 25 07:49:41.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm" |
| 8317 | 2026-08-25T07:49:42.852Z | [ recovery-image] Aug 25 07:49:41.713 INFO O| Aug 25 07:49:41.713 INFO STEP 994 (remove_files) COMPLETE |
| 8318 | 2026-08-25T07:49:42.852Z | [ recovery-image] Aug 25 07:49:41.713 INFO O| Aug 25 07:49:41.713 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8319 | 2026-08-25T07:49:42.860Z | [ recovery-image] Aug 25 07:49:41.724 INFO O| Aug 25 07:49:41.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert" |
| 8320 | 2026-08-25T07:49:42.861Z | [ recovery-image] Aug 25 07:49:41.724 INFO O| Aug 25 07:49:41.724 INFO STEP 995 (remove_files) COMPLETE |
| 8321 | 2026-08-25T07:49:42.861Z | [ recovery-image] Aug 25 07:49:41.724 INFO O| Aug 25 07:49:41.724 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8322 | 2026-08-25T07:49:42.861Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 8323 | 2026-08-25T07:49:42.861Z | [ recovery-image] Aug 25 07:49:41.737 INFO O| Aug 25 07:49:41.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc" |
| 8324 | 2026-08-25T07:49:42.861Z | [ recovery-image] Aug 25 07:49:41.737 INFO O| Aug 25 07:49:41.734 INFO STEP 996 (remove_files) COMPLETE |
| 8325 | 2026-08-25T07:49:42.861Z | [ recovery-image] Aug 25 07:49:41.737 INFO O| Aug 25 07:49:41.734 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8326 | 2026-08-25T07:49:42.876Z | [ recovery-image] Aug 25 07:49:41.745 INFO O| Aug 25 07:49:41.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed" |
| 8327 | 2026-08-25T07:49:42.876Z | [ recovery-image] Aug 25 07:49:41.745 INFO O| Aug 25 07:49:41.745 INFO STEP 997 (remove_files) COMPLETE |
| 8328 | 2026-08-25T07:49:42.883Z | [ recovery-image] Aug 25 07:49:41.745 INFO O| Aug 25 07:49:41.745 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8329 | 2026-08-25T07:49:42.883Z | [ recovery-image] Aug 25 07:49:41.754 INFO O| Aug 25 07:49:41.754 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm" |
| 8330 | 2026-08-25T07:49:42.883Z | [ recovery-image] Aug 25 07:49:41.754 INFO O| Aug 25 07:49:41.754 INFO STEP 998 (remove_files) COMPLETE |
| 8331 | 2026-08-25T07:49:42.883Z | [ recovery-image] Aug 25 07:49:41.754 INFO O| Aug 25 07:49:41.754 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8332 | 2026-08-25T07:49:42.883Z | [verify-libraries] Compiling socket2 v0.5.10 |
| 8333 | 2026-08-25T07:49:42.889Z | [ recovery-image] Aug 25 07:49:41.763 INFO O| Aug 25 07:49:41.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv" |
| 8334 | 2026-08-25T07:49:42.889Z | [ recovery-image] Aug 25 07:49:41.763 INFO O| Aug 25 07:49:41.763 INFO STEP 999 (remove_files) COMPLETE |
| 8335 | 2026-08-25T07:49:42.889Z | [ recovery-image] Aug 25 07:49:41.763 INFO O| Aug 25 07:49:41.763 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8336 | 2026-08-25T07:49:42.898Z | [ recovery-image] Aug 25 07:49:41.771 INFO O| Aug 25 07:49:41.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install" |
| 8337 | 2026-08-25T07:49:42.898Z | [ recovery-image] Aug 25 07:49:41.771 INFO O| Aug 25 07:49:41.771 INFO STEP 1000 (remove_files) COMPLETE |
| 8338 | 2026-08-25T07:49:42.898Z | [ recovery-image] Aug 25 07:49:41.771 INFO O| Aug 25 07:49:41.771 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8339 | 2026-08-25T07:49:42.918Z | [ recovery-image] Aug 25 07:49:41.779 INFO O| Aug 25 07:49:41.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot" |
| 8340 | 2026-08-25T07:49:42.918Z | [ recovery-image] Aug 25 07:49:41.779 INFO O| Aug 25 07:49:41.779 INFO STEP 1001 (remove_files) COMPLETE |
| 8341 | 2026-08-25T07:49:42.918Z | [ recovery-image] Aug 25 07:49:41.779 INFO O| Aug 25 07:49:41.779 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8342 | 2026-08-25T07:49:42.927Z | [ recovery-image] Aug 25 07:49:41.788 INFO O| Aug 25 07:49:41.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf" |
| 8343 | 2026-08-25T07:49:42.927Z | [ recovery-image] Aug 25 07:49:41.789 INFO O| Aug 25 07:49:41.788 INFO STEP 1002 (remove_files) COMPLETE |
| 8344 | 2026-08-25T07:49:42.927Z | [ recovery-image] Aug 25 07:49:41.789 INFO O| Aug 25 07:49:41.788 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8345 | 2026-08-25T07:49:42.927Z | [ recovery-image] Aug 25 07:49:41.799 INFO O| Aug 25 07:49:41.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat" |
| 8346 | 2026-08-25T07:49:42.927Z | [ recovery-image] Aug 25 07:49:41.799 INFO O| Aug 25 07:49:41.799 INFO STEP 1003 (remove_files) COMPLETE |
| 8347 | 2026-08-25T07:49:42.927Z | [ recovery-image] Aug 25 07:49:41.799 INFO O| Aug 25 07:49:41.799 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8348 | 2026-08-25T07:49:42.937Z | [ recovery-image] Aug 25 07:49:41.808 INFO O| Aug 25 07:49:41.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs" |
| 8349 | 2026-08-25T07:49:42.937Z | [ recovery-image] Aug 25 07:49:41.808 INFO O| Aug 25 07:49:41.808 INFO STEP 1004 (remove_files) COMPLETE |
| 8350 | 2026-08-25T07:49:42.937Z | [ recovery-image] Aug 25 07:49:41.808 INFO O| Aug 25 07:49:41.808 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8351 | 2026-08-25T07:49:42.946Z | [ recovery-image] Aug 25 07:49:41.818 INFO O| Aug 25 07:49:41.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf" |
| 8352 | 2026-08-25T07:49:42.946Z | [ recovery-image] Aug 25 07:49:41.818 INFO O| Aug 25 07:49:41.818 INFO STEP 1005 (remove_files) COMPLETE |
| 8353 | 2026-08-25T07:49:42.946Z | [ recovery-image] Aug 25 07:49:41.818 INFO O| Aug 25 07:49:41.818 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8354 | 2026-08-25T07:49:42.952Z | [ recovery-image] Aug 25 07:49:41.828 INFO O| Aug 25 07:49:41.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey" |
| 8355 | 2026-08-25T07:49:42.952Z | [ recovery-image] Aug 25 07:49:41.828 INFO O| Aug 25 07:49:41.828 INFO STEP 1006 (remove_files) COMPLETE |
| 8356 | 2026-08-25T07:49:42.952Z | [ recovery-image] Aug 25 07:49:41.828 INFO O| Aug 25 07:49:41.828 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8357 | 2026-08-25T07:49:42.961Z | [ recovery-image] Aug 25 07:49:41.838 INFO O| Aug 25 07:49:41.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv" |
| 8358 | 2026-08-25T07:49:42.961Z | [ recovery-image] Aug 25 07:49:41.838 INFO O| Aug 25 07:49:41.838 INFO STEP 1007 (remove_files) COMPLETE |
| 8359 | 2026-08-25T07:49:42.961Z | [ recovery-image] Aug 25 07:49:41.838 INFO O| Aug 25 07:49:41.838 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8360 | 2026-08-25T07:49:42.968Z | [ recovery-image] Aug 25 07:49:41.847 INFO O| Aug 25 07:49:41.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall" |
| 8361 | 2026-08-25T07:49:42.968Z | [ recovery-image] Aug 25 07:49:41.847 INFO O| Aug 25 07:49:41.847 INFO STEP 1008 (remove_files) COMPLETE |
| 8362 | 2026-08-25T07:49:42.968Z | [ recovery-image] Aug 25 07:49:41.847 INFO O| Aug 25 07:49:41.847 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8363 | 2026-08-25T07:49:42.978Z | [ recovery-image] Aug 25 07:49:41.856 INFO O| Aug 25 07:49:41.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link" |
| 8364 | 2026-08-25T07:49:42.979Z | [ recovery-image] Aug 25 07:49:41.856 INFO O| Aug 25 07:49:41.856 INFO STEP 1009 (remove_files) COMPLETE |
| 8365 | 2026-08-25T07:49:42.979Z | [ recovery-image] Aug 25 07:49:41.856 INFO O| Aug 25 07:49:41.856 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8366 | 2026-08-25T07:49:42.990Z | [ recovery-image] Aug 25 07:49:41.868 INFO O| Aug 25 07:49:41.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices" |
| 8367 | 2026-08-25T07:49:42.990Z | [ recovery-image] Aug 25 07:49:41.868 INFO O| Aug 25 07:49:41.868 INFO STEP 1010 (remove_files) COMPLETE |
| 8368 | 2026-08-25T07:49:43.003Z | [ recovery-image] Aug 25 07:49:41.868 INFO O| Aug 25 07:49:41.868 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8369 | 2026-08-25T07:49:43.024Z | [ recovery-image] Aug 25 07:49:41.878 INFO O| Aug 25 07:49:41.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator" |
| 8370 | 2026-08-25T07:49:43.024Z | [ recovery-image] Aug 25 07:49:41.878 INFO O| Aug 25 07:49:41.878 INFO STEP 1011 (remove_files) COMPLETE |
| 8371 | 2026-08-25T07:49:43.025Z | [ recovery-image] Aug 25 07:49:41.878 INFO O| Aug 25 07:49:41.878 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8372 | 2026-08-25T07:49:43.025Z | [ recovery-image] Aug 25 07:49:41.889 INFO O| Aug 25 07:49:41.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat" |
| 8373 | 2026-08-25T07:49:43.025Z | [ recovery-image] Aug 25 07:49:41.889 INFO O| Aug 25 07:49:41.889 INFO STEP 1012 (remove_files) COMPLETE |
| 8374 | 2026-08-25T07:49:43.025Z | [ recovery-image] Aug 25 07:49:41.889 INFO O| Aug 25 07:49:41.889 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8375 | 2026-08-25T07:49:43.038Z | [ recovery-image] Aug 25 07:49:41.910 INFO O| Aug 25 07:49:41.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm" |
| 8376 | 2026-08-25T07:49:43.038Z | [ recovery-image] Aug 25 07:49:41.910 INFO O| Aug 25 07:49:41.910 INFO STEP 1013 (remove_files) COMPLETE |
| 8377 | 2026-08-25T07:49:43.049Z | [ recovery-image] Aug 25 07:49:41.910 INFO O| Aug 25 07:49:41.910 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8378 | 2026-08-25T07:49:43.063Z | [ recovery-image] Aug 25 07:49:41.926 INFO O| Aug 25 07:49:41.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm" |
| 8379 | 2026-08-25T07:49:43.063Z | [ recovery-image] Aug 25 07:49:41.926 INFO O| Aug 25 07:49:41.924 INFO STEP 1014 (remove_files) COMPLETE |
| 8380 | 2026-08-25T07:49:43.063Z | [ recovery-image] Aug 25 07:49:41.926 INFO O| Aug 25 07:49:41.924 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8381 | 2026-08-25T07:49:43.080Z | [ recovery-image] Aug 25 07:49:41.954 INFO O| Aug 25 07:49:41.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm" |
| 8382 | 2026-08-25T07:49:43.080Z | [ recovery-image] Aug 25 07:49:41.954 INFO O| Aug 25 07:49:41.954 INFO STEP 1015 (remove_files) COMPLETE |
| 8383 | 2026-08-25T07:49:43.080Z | [ recovery-image] Aug 25 07:49:41.954 INFO O| Aug 25 07:49:41.954 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8384 | 2026-08-25T07:49:43.090Z | [ recovery-image] Aug 25 07:49:41.964 INFO O| Aug 25 07:49:41.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc" |
| 8385 | 2026-08-25T07:49:43.090Z | [ recovery-image] Aug 25 07:49:41.964 INFO O| Aug 25 07:49:41.964 INFO STEP 1016 (remove_files) COMPLETE |
| 8386 | 2026-08-25T07:49:43.090Z | [ recovery-image] Aug 25 07:49:41.964 INFO O| Aug 25 07:49:41.964 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8387 | 2026-08-25T07:49:43.108Z | [ recovery-image] Aug 25 07:49:41.974 INFO O| Aug 25 07:49:41.973 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps" |
| 8388 | 2026-08-25T07:49:43.108Z | [ recovery-image] Aug 25 07:49:41.974 INFO O| Aug 25 07:49:41.974 INFO STEP 1017 (remove_files) COMPLETE |
| 8389 | 2026-08-25T07:49:43.108Z | [ recovery-image] Aug 25 07:49:41.974 INFO O| Aug 25 07:49:41.974 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8390 | 2026-08-25T07:49:43.117Z | [ recovery-image] Aug 25 07:49:41.983 INFO O| Aug 25 07:49:41.983 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile" |
| 8391 | 2026-08-25T07:49:43.117Z | [ recovery-image] Aug 25 07:49:41.983 INFO O| Aug 25 07:49:41.983 INFO STEP 1018 (remove_files) COMPLETE |
| 8392 | 2026-08-25T07:49:43.117Z | [ recovery-image] Aug 25 07:49:41.983 INFO O| Aug 25 07:49:41.983 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8393 | 2026-08-25T07:49:43.117Z | [ recovery-image] Aug 25 07:49:41.992 INFO O| Aug 25 07:49:41.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod" |
| 8394 | 2026-08-25T07:49:43.117Z | [ recovery-image] Aug 25 07:49:41.992 INFO O| Aug 25 07:49:41.992 INFO STEP 1019 (remove_files) COMPLETE |
| 8395 | 2026-08-25T07:49:43.117Z | [ recovery-image] Aug 25 07:49:41.992 INFO O| Aug 25 07:49:41.992 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8396 | 2026-08-25T07:49:43.129Z | [ recovery-image] Aug 25 07:49:42.003 INFO O| Aug 25 07:49:42.003 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo" |
| 8397 | 2026-08-25T07:49:43.129Z | [ recovery-image] Aug 25 07:49:42.003 INFO O| Aug 25 07:49:42.003 INFO STEP 1020 (remove_files) COMPLETE |
| 8398 | 2026-08-25T07:49:43.129Z | [ recovery-image] Aug 25 07:49:42.003 INFO O| Aug 25 07:49:42.003 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8399 | 2026-08-25T07:49:43.144Z | [ recovery-image] Aug 25 07:49:42.013 INFO O| Aug 25 07:49:42.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload" |
| 8400 | 2026-08-25T07:49:43.145Z | [ recovery-image] Aug 25 07:49:42.013 INFO O| Aug 25 07:49:42.013 INFO STEP 1021 (remove_files) COMPLETE |
| 8401 | 2026-08-25T07:49:43.145Z | [ recovery-image] Aug 25 07:49:42.013 INFO O| Aug 25 07:49:42.013 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8402 | 2026-08-25T07:49:43.161Z | [ recovery-image] Aug 25 07:49:42.023 INFO O| Aug 25 07:49:42.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall" |
| 8403 | 2026-08-25T07:49:43.161Z | [ recovery-image] Aug 25 07:49:42.023 INFO O| Aug 25 07:49:42.023 INFO STEP 1022 (remove_files) COMPLETE |
| 8404 | 2026-08-25T07:49:43.161Z | [ recovery-image] Aug 25 07:49:42.023 INFO O| Aug 25 07:49:42.023 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8405 | 2026-08-25T07:49:43.161Z | [ recovery-image] Aug 25 07:49:42.033 INFO O| Aug 25 07:49:42.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid" |
| 8406 | 2026-08-25T07:49:43.162Z | [ recovery-image] Aug 25 07:49:42.033 INFO O| Aug 25 07:49:42.033 INFO STEP 1023 (remove_files) COMPLETE |
| 8407 | 2026-08-25T07:49:43.162Z | [ recovery-image] Aug 25 07:49:42.033 INFO O| Aug 25 07:49:42.033 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8408 | 2026-08-25T07:49:43.207Z | [ recovery-image] Aug 25 07:49:42.043 INFO O| Aug 25 07:49:42.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir" |
| 8409 | 2026-08-25T07:49:43.207Z | [ recovery-image] Aug 25 07:49:42.043 INFO O| Aug 25 07:49:42.043 INFO STEP 1024 (remove_files) COMPLETE |
| 8410 | 2026-08-25T07:49:43.207Z | [ recovery-image] Aug 25 07:49:42.043 INFO O| Aug 25 07:49:42.043 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8411 | 2026-08-25T07:49:43.207Z | [verify-libraries] Compiling fs-err v2.11.0 |
| 8412 | 2026-08-25T07:49:43.221Z | [ recovery-image] Aug 25 07:49:42.054 INFO O| Aug 25 07:49:42.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp" |
| 8413 | 2026-08-25T07:49:43.221Z | [ recovery-image] Aug 25 07:49:42.054 INFO O| Aug 25 07:49:42.054 INFO STEP 1025 (remove_files) COMPLETE |
| 8414 | 2026-08-25T07:49:43.221Z | [ recovery-image] Aug 25 07:49:42.054 INFO O| Aug 25 07:49:42.054 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8415 | 2026-08-25T07:49:43.221Z | [ recovery-image] Aug 25 07:49:42.064 INFO O| Aug 25 07:49:42.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin" |
| 8416 | 2026-08-25T07:49:43.221Z | [ recovery-image] Aug 25 07:49:42.065 INFO O| Aug 25 07:49:42.065 INFO STEP 1026 (remove_files) COMPLETE |
| 8417 | 2026-08-25T07:49:43.221Z | [ recovery-image] Aug 25 07:49:42.065 INFO O| Aug 25 07:49:42.065 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8418 | 2026-08-25T07:49:43.221Z | [ recovery-image] Aug 25 07:49:42.077 INFO O| Aug 25 07:49:42.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest" |
| 8419 | 2026-08-25T07:49:43.221Z | [ recovery-image] Aug 25 07:49:42.077 INFO O| Aug 25 07:49:42.077 INFO STEP 1027 (remove_files) COMPLETE |
| 8420 | 2026-08-25T07:49:43.222Z | [ recovery-image] Aug 25 07:49:42.077 INFO O| Aug 25 07:49:42.077 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8421 | 2026-08-25T07:49:43.222Z | [ recovery-image] Aug 25 07:49:42.087 INFO O| Aug 25 07:49:42.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm" |
| 8422 | 2026-08-25T07:49:43.222Z | [ recovery-image] Aug 25 07:49:42.088 INFO O| Aug 25 07:49:42.087 INFO STEP 1028 (remove_files) COMPLETE |
| 8423 | 2026-08-25T07:49:43.222Z | [ recovery-image] Aug 25 07:49:42.088 INFO O| Aug 25 07:49:42.087 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8424 | 2026-08-25T07:49:43.230Z | [ recovery-image] Aug 25 07:49:42.098 INFO O| Aug 25 07:49:42.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg" |
| 8425 | 2026-08-25T07:49:43.230Z | [ recovery-image] Aug 25 07:49:42.098 INFO O| Aug 25 07:49:42.098 INFO STEP 1029 (remove_files) COMPLETE |
| 8426 | 2026-08-25T07:49:43.230Z | [ recovery-image] Aug 25 07:49:42.098 INFO O| Aug 25 07:49:42.098 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8427 | 2026-08-25T07:49:43.238Z | [ recovery-image] Aug 25 07:49:42.108 INFO O| Aug 25 07:49:42.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind" |
| 8428 | 2026-08-25T07:49:43.238Z | [ recovery-image] Aug 25 07:49:42.108 INFO O| Aug 25 07:49:42.108 INFO STEP 1030 (remove_files) COMPLETE |
| 8429 | 2026-08-25T07:49:43.238Z | [ recovery-image] Aug 25 07:49:42.108 INFO O| Aug 25 07:49:42.108 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8430 | 2026-08-25T07:49:43.265Z | [ recovery-image] Aug 25 07:49:42.119 INFO O| Aug 25 07:49:42.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping" |
| 8431 | 2026-08-25T07:49:43.265Z | [ recovery-image] Aug 25 07:49:42.119 INFO O| Aug 25 07:49:42.119 INFO STEP 1031 (remove_files) COMPLETE |
| 8432 | 2026-08-25T07:49:43.265Z | [ recovery-image] Aug 25 07:49:42.119 INFO O| Aug 25 07:49:42.119 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8433 | 2026-08-25T07:49:43.279Z | [ recovery-image] Aug 25 07:49:42.129 INFO O| Aug 25 07:49:42.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd" |
| 8434 | 2026-08-25T07:49:43.279Z | [ recovery-image] Aug 25 07:49:42.130 INFO O| Aug 25 07:49:42.130 INFO STEP 1032 (remove_files) COMPLETE |
| 8435 | 2026-08-25T07:49:43.280Z | [ recovery-image] Aug 25 07:49:42.130 INFO O| Aug 25 07:49:42.130 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8436 | 2026-08-25T07:49:43.280Z | [ recovery-image] Aug 25 07:49:42.140 INFO O| Aug 25 07:49:42.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask" |
| 8437 | 2026-08-25T07:49:43.280Z | [ recovery-image] Aug 25 07:49:42.140 INFO O| Aug 25 07:49:42.140 INFO STEP 1033 (remove_files) COMPLETE |
| 8438 | 2026-08-25T07:49:43.280Z | [ recovery-image] Aug 25 07:49:42.140 INFO O| Aug 25 07:49:42.140 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8439 | 2026-08-25T07:49:43.280Z | [ recovery-image] Aug 25 07:49:42.150 INFO O| Aug 25 07:49:42.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk" |
| 8440 | 2026-08-25T07:49:43.280Z | [ recovery-image] Aug 25 07:49:42.150 INFO O| Aug 25 07:49:42.150 INFO STEP 1034 (remove_files) COMPLETE |
| 8441 | 2026-08-25T07:49:43.280Z | [ recovery-image] Aug 25 07:49:42.150 INFO O| Aug 25 07:49:42.150 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8442 | 2026-08-25T07:49:43.290Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 8443 | 2026-08-25T07:49:43.290Z | [ recovery-image] Aug 25 07:49:42.161 INFO O| Aug 25 07:49:42.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm" |
| 8444 | 2026-08-25T07:49:43.290Z | [ recovery-image] Aug 25 07:49:42.161 INFO O| Aug 25 07:49:42.161 INFO STEP 1035 (remove_files) COMPLETE |
| 8445 | 2026-08-25T07:49:43.290Z | [ recovery-image] Aug 25 07:49:42.161 INFO O| Aug 25 07:49:42.161 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8446 | 2026-08-25T07:49:43.310Z | [ recovery-image] Aug 25 07:49:42.171 INFO O| Aug 25 07:49:42.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat" |
| 8447 | 2026-08-25T07:49:43.310Z | [ recovery-image] Aug 25 07:49:42.171 INFO O| Aug 25 07:49:42.171 INFO STEP 1036 (remove_files) COMPLETE |
| 8448 | 2026-08-25T07:49:43.310Z | [ recovery-image] Aug 25 07:49:42.171 INFO O| Aug 25 07:49:42.171 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8449 | 2026-08-25T07:49:43.319Z | [ recovery-image] Aug 25 07:49:42.179 INFO O| Aug 25 07:49:42.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm" |
| 8450 | 2026-08-25T07:49:43.319Z | [ recovery-image] Aug 25 07:49:42.179 INFO O| Aug 25 07:49:42.179 INFO STEP 1037 (remove_files) COMPLETE |
| 8451 | 2026-08-25T07:49:43.320Z | [ recovery-image] Aug 25 07:49:42.179 INFO O| Aug 25 07:49:42.179 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8452 | 2026-08-25T07:49:43.320Z | [ recovery-image] Aug 25 07:49:42.188 INFO O| Aug 25 07:49:42.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind" |
| 8453 | 2026-08-25T07:49:43.320Z | [ recovery-image] Aug 25 07:49:42.188 INFO O| Aug 25 07:49:42.188 INFO STEP 1038 (remove_files) COMPLETE |
| 8454 | 2026-08-25T07:49:43.320Z | [ recovery-image] Aug 25 07:49:42.188 INFO O| Aug 25 07:49:42.188 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8455 | 2026-08-25T07:49:43.335Z | [ recovery-image] Aug 25 07:49:42.197 INFO O| Aug 25 07:49:42.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg" |
| 8456 | 2026-08-25T07:49:43.335Z | [ recovery-image] Aug 25 07:49:42.197 INFO O| Aug 25 07:49:42.197 INFO STEP 1039 (remove_files) COMPLETE |
| 8457 | 2026-08-25T07:49:43.335Z | [ recovery-image] Aug 25 07:49:42.197 INFO O| Aug 25 07:49:42.197 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8458 | 2026-08-25T07:49:43.335Z | [ recovery-image] Aug 25 07:49:42.206 INFO O| Aug 25 07:49:42.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports" |
| 8459 | 2026-08-25T07:49:43.335Z | [ recovery-image] Aug 25 07:49:42.206 INFO O| Aug 25 07:49:42.206 INFO STEP 1040 (remove_files) COMPLETE |
| 8460 | 2026-08-25T07:49:43.345Z | [ recovery-image] Aug 25 07:49:42.206 INFO O| Aug 25 07:49:42.206 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8461 | 2026-08-25T07:49:43.345Z | [ recovery-image] Aug 25 07:49:42.216 INFO O| Aug 25 07:49:42.215 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff" |
| 8462 | 2026-08-25T07:49:43.345Z | [ recovery-image] Aug 25 07:49:42.216 INFO O| Aug 25 07:49:42.216 INFO STEP 1041 (remove_files) COMPLETE |
| 8463 | 2026-08-25T07:49:43.345Z | [ recovery-image] Aug 25 07:49:42.216 INFO O| Aug 25 07:49:42.216 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8464 | 2026-08-25T07:49:43.364Z | [ recovery-image] Aug 25 07:49:42.223 INFO O| Aug 25 07:49:42.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm" |
| 8465 | 2026-08-25T07:49:43.364Z | [ recovery-image] Aug 25 07:49:42.223 INFO O| Aug 25 07:49:42.223 INFO STEP 1042 (remove_files) COMPLETE |
| 8466 | 2026-08-25T07:49:43.364Z | [ recovery-image] Aug 25 07:49:42.223 INFO O| Aug 25 07:49:42.223 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8467 | 2026-08-25T07:49:43.364Z | [ recovery-image] Aug 25 07:49:42.231 INFO O| Aug 25 07:49:42.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit" |
| 8468 | 2026-08-25T07:49:43.364Z | [ recovery-image] Aug 25 07:49:42.231 INFO O| Aug 25 07:49:42.231 INFO STEP 1043 (remove_files) COMPLETE |
| 8469 | 2026-08-25T07:49:43.364Z | [ recovery-image] Aug 25 07:49:42.231 INFO O| Aug 25 07:49:42.231 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8470 | 2026-08-25T07:49:43.375Z | [ recovery-image] Aug 25 07:49:42.240 INFO O| Aug 25 07:49:42.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd" |
| 8471 | 2026-08-25T07:49:43.376Z | [ recovery-image] Aug 25 07:49:42.240 INFO O| Aug 25 07:49:42.240 INFO STEP 1044 (remove_files) COMPLETE |
| 8472 | 2026-08-25T07:49:43.376Z | [ recovery-image] Aug 25 07:49:42.241 INFO O| Aug 25 07:49:42.240 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8473 | 2026-08-25T07:49:43.376Z | [ recovery-image] Aug 25 07:49:42.249 INFO O| Aug 25 07:49:42.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel" |
| 8474 | 2026-08-25T07:49:43.376Z | [ recovery-image] Aug 25 07:49:42.249 INFO O| Aug 25 07:49:42.249 INFO STEP 1045 (remove_files) COMPLETE |
| 8475 | 2026-08-25T07:49:43.376Z | [ recovery-image] Aug 25 07:49:42.249 INFO O| Aug 25 07:49:42.249 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8476 | 2026-08-25T07:49:43.389Z | [ recovery-image] Aug 25 07:49:42.260 INFO O| Aug 25 07:49:42.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod" |
| 8477 | 2026-08-25T07:49:43.389Z | [ recovery-image] Aug 25 07:49:42.260 INFO O| Aug 25 07:49:42.260 INFO STEP 1046 (remove_files) COMPLETE |
| 8478 | 2026-08-25T07:49:43.389Z | [ recovery-image] Aug 25 07:49:42.260 INFO O| Aug 25 07:49:42.260 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8479 | 2026-08-25T07:49:43.401Z | [ recovery-image] Aug 25 07:49:42.270 INFO O| Aug 25 07:49:42.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag" |
| 8480 | 2026-08-25T07:49:43.401Z | [ recovery-image] Aug 25 07:49:42.270 INFO O| Aug 25 07:49:42.270 INFO STEP 1047 (remove_files) COMPLETE |
| 8481 | 2026-08-25T07:49:43.401Z | [ recovery-image] Aug 25 07:49:42.270 INFO O| Aug 25 07:49:42.270 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8482 | 2026-08-25T07:49:43.401Z | [verify-libraries] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 8483 | 2026-08-25T07:49:43.410Z | [ recovery-image] Aug 25 07:49:42.279 INFO O| Aug 25 07:49:42.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl" |
| 8484 | 2026-08-25T07:49:43.411Z | [ recovery-image] Aug 25 07:49:42.279 INFO O| Aug 25 07:49:42.279 INFO STEP 1048 (remove_files) COMPLETE |
| 8485 | 2026-08-25T07:49:43.411Z | [ recovery-image] Aug 25 07:49:42.279 INFO O| Aug 25 07:49:42.279 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8486 | 2026-08-25T07:49:43.423Z | [ recovery-image] Aug 25 07:49:42.287 INFO O| Aug 25 07:49:42.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc" |
| 8487 | 2026-08-25T07:49:43.423Z | [ recovery-image] Aug 25 07:49:42.287 INFO O| Aug 25 07:49:42.287 INFO STEP 1049 (remove_files) COMPLETE |
| 8488 | 2026-08-25T07:49:43.423Z | [ recovery-image] Aug 25 07:49:42.287 INFO O| Aug 25 07:49:42.287 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8489 | 2026-08-25T07:49:43.424Z | [ recovery-image] Aug 25 07:49:42.296 INFO O| Aug 25 07:49:42.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm" |
| 8490 | 2026-08-25T07:49:43.424Z | [ recovery-image] Aug 25 07:49:42.296 INFO O| Aug 25 07:49:42.296 INFO STEP 1050 (remove_files) COMPLETE |
| 8491 | 2026-08-25T07:49:43.424Z | [ recovery-image] Aug 25 07:49:42.296 INFO O| Aug 25 07:49:42.296 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8492 | 2026-08-25T07:49:43.436Z | [ recovery-image] Aug 25 07:49:42.305 INFO O| Aug 25 07:49:42.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo" |
| 8493 | 2026-08-25T07:49:43.436Z | [ recovery-image] Aug 25 07:49:42.305 INFO O| Aug 25 07:49:42.305 INFO STEP 1051 (remove_files) COMPLETE |
| 8494 | 2026-08-25T07:49:43.436Z | [ recovery-image] Aug 25 07:49:42.305 INFO O| Aug 25 07:49:42.305 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8495 | 2026-08-25T07:49:43.453Z | [ recovery-image] Aug 25 07:49:42.313 INFO O| Aug 25 07:49:42.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset" |
| 8496 | 2026-08-25T07:49:43.453Z | [ recovery-image] Aug 25 07:49:42.313 INFO O| Aug 25 07:49:42.313 INFO STEP 1052 (remove_files) COMPLETE |
| 8497 | 2026-08-25T07:49:43.453Z | [ recovery-image] Aug 25 07:49:42.313 INFO O| Aug 25 07:49:42.313 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8498 | 2026-08-25T07:49:43.453Z | [ recovery-image] Aug 25 07:49:42.323 INFO O| Aug 25 07:49:42.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck" |
| 8499 | 2026-08-25T07:49:43.453Z | [ recovery-image] Aug 25 07:49:42.323 INFO O| Aug 25 07:49:42.323 INFO STEP 1053 (remove_files) COMPLETE |
| 8500 | 2026-08-25T07:49:43.453Z | [ recovery-image] Aug 25 07:49:42.323 INFO O| Aug 25 07:49:42.323 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8501 | 2026-08-25T07:49:43.461Z | [ recovery-image] Aug 25 07:49:42.333 INFO O| Aug 25 07:49:42.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv" |
| 8502 | 2026-08-25T07:49:43.461Z | [ recovery-image] Aug 25 07:49:42.333 INFO O| Aug 25 07:49:42.333 INFO STEP 1054 (remove_files) COMPLETE |
| 8503 | 2026-08-25T07:49:43.461Z | [ recovery-image] Aug 25 07:49:42.333 INFO O| Aug 25 07:49:42.333 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8504 | 2026-08-25T07:49:43.472Z | [ recovery-image] Aug 25 07:49:42.345 INFO O| Aug 25 07:49:42.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl" |
| 8505 | 2026-08-25T07:49:43.472Z | [ recovery-image] Aug 25 07:49:42.345 INFO O| Aug 25 07:49:42.345 INFO STEP 1055 (remove_files) COMPLETE |
| 8506 | 2026-08-25T07:49:43.472Z | [ recovery-image] Aug 25 07:49:42.345 INFO O| Aug 25 07:49:42.345 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8507 | 2026-08-25T07:49:43.496Z | [ recovery-image] Aug 25 07:49:42.355 INFO O| Aug 25 07:49:42.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm" |
| 8508 | 2026-08-25T07:49:43.496Z | [ recovery-image] Aug 25 07:49:42.355 INFO O| Aug 25 07:49:42.355 INFO STEP 1056 (remove_files) COMPLETE |
| 8509 | 2026-08-25T07:49:43.496Z | [ recovery-image] Aug 25 07:49:42.355 INFO O| Aug 25 07:49:42.355 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8510 | 2026-08-25T07:49:43.508Z | [ recovery-image] Aug 25 07:49:42.365 INFO O| Aug 25 07:49:42.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm" |
| 8511 | 2026-08-25T07:49:43.508Z | [ recovery-image] Aug 25 07:49:42.365 INFO O| Aug 25 07:49:42.365 INFO STEP 1057 (remove_files) COMPLETE |
| 8512 | 2026-08-25T07:49:43.508Z | [ recovery-image] Aug 25 07:49:42.365 INFO O| Aug 25 07:49:42.365 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8513 | 2026-08-25T07:49:43.508Z | [ recovery-image] Aug 25 07:49:42.376 INFO O| Aug 25 07:49:42.376 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr" |
| 8514 | 2026-08-25T07:49:43.508Z | [ recovery-image] Aug 25 07:49:42.376 INFO O| Aug 25 07:49:42.376 INFO STEP 1058 (remove_files) COMPLETE |
| 8515 | 2026-08-25T07:49:43.508Z | [ recovery-image] Aug 25 07:49:42.376 INFO O| Aug 25 07:49:42.376 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8516 | 2026-08-25T07:49:43.524Z | [ recovery-image] Aug 25 07:49:42.385 INFO O| Aug 25 07:49:42.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot" |
| 8517 | 2026-08-25T07:49:43.524Z | [ recovery-image] Aug 25 07:49:42.385 INFO O| Aug 25 07:49:42.385 INFO STEP 1059 (remove_files) COMPLETE |
| 8518 | 2026-08-25T07:49:43.524Z | [ recovery-image] Aug 25 07:49:42.385 INFO O| Aug 25 07:49:42.385 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8519 | 2026-08-25T07:49:43.524Z | [ recovery-image] Aug 25 07:49:42.395 INFO O| Aug 25 07:49:42.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv" |
| 8520 | 2026-08-25T07:49:43.524Z | [ recovery-image] Aug 25 07:49:42.395 INFO O| Aug 25 07:49:42.395 INFO STEP 1060 (remove_files) COMPLETE |
| 8521 | 2026-08-25T07:49:43.524Z | [ recovery-image] Aug 25 07:49:42.395 INFO O| Aug 25 07:49:42.395 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8522 | 2026-08-25T07:49:43.535Z | [ recovery-image] Aug 25 07:49:42.404 INFO O| Aug 25 07:49:42.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef" |
| 8523 | 2026-08-25T07:49:43.535Z | [ recovery-image] Aug 25 07:49:42.404 INFO O| Aug 25 07:49:42.404 INFO STEP 1061 (remove_files) COMPLETE |
| 8524 | 2026-08-25T07:49:43.535Z | [ recovery-image] Aug 25 07:49:42.404 INFO O| Aug 25 07:49:42.404 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8525 | 2026-08-25T07:49:43.566Z | [ recovery-image] Aug 25 07:49:42.415 INFO O| Aug 25 07:49:42.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd" |
| 8526 | 2026-08-25T07:49:43.566Z | [ recovery-image] Aug 25 07:49:42.415 INFO O| Aug 25 07:49:42.415 INFO STEP 1062 (remove_files) COMPLETE |
| 8527 | 2026-08-25T07:49:43.566Z | [ recovery-image] Aug 25 07:49:42.415 INFO O| Aug 25 07:49:42.415 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8528 | 2026-08-25T07:49:43.566Z | [ recovery-image] Aug 25 07:49:42.425 INFO O| Aug 25 07:49:42.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel" |
| 8529 | 2026-08-25T07:49:43.566Z | [ recovery-image] Aug 25 07:49:42.425 INFO O| Aug 25 07:49:42.425 INFO STEP 1063 (remove_files) COMPLETE |
| 8530 | 2026-08-25T07:49:43.566Z | [ recovery-image] Aug 25 07:49:42.425 INFO O| Aug 25 07:49:42.425 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8531 | 2026-08-25T07:49:43.577Z | [ recovery-image] Aug 25 07:49:42.434 INFO O| Aug 25 07:49:42.434 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod" |
| 8532 | 2026-08-25T07:49:43.577Z | [ recovery-image] Aug 25 07:49:42.434 INFO O| Aug 25 07:49:42.434 INFO STEP 1064 (remove_files) COMPLETE |
| 8533 | 2026-08-25T07:49:43.577Z | [ recovery-image] Aug 25 07:49:42.434 INFO O| Aug 25 07:49:42.434 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8534 | 2026-08-25T07:49:43.577Z | [ recovery-image] Aug 25 07:49:42.444 INFO O| Aug 25 07:49:42.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive" |
| 8535 | 2026-08-25T07:49:43.577Z | [ recovery-image] Aug 25 07:49:42.444 INFO O| Aug 25 07:49:42.444 INFO STEP 1065 (remove_files) COMPLETE |
| 8536 | 2026-08-25T07:49:43.577Z | [ recovery-image] Aug 25 07:49:42.444 INFO O| Aug 25 07:49:42.444 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8537 | 2026-08-25T07:49:43.587Z | [ recovery-image] Aug 25 07:49:42.455 INFO O| Aug 25 07:49:42.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind" |
| 8538 | 2026-08-25T07:49:43.587Z | [ recovery-image] Aug 25 07:49:42.455 INFO O| Aug 25 07:49:42.455 INFO STEP 1066 (remove_files) COMPLETE |
| 8539 | 2026-08-25T07:49:43.587Z | [ recovery-image] Aug 25 07:49:42.455 INFO O| Aug 25 07:49:42.455 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8540 | 2026-08-25T07:49:43.604Z | [ recovery-image] Aug 25 07:49:42.465 INFO O| Aug 25 07:49:42.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc" |
| 8541 | 2026-08-25T07:49:43.604Z | [ recovery-image] Aug 25 07:49:42.465 INFO O| Aug 25 07:49:42.465 INFO STEP 1067 (remove_files) COMPLETE |
| 8542 | 2026-08-25T07:49:43.604Z | [ recovery-image] Aug 25 07:49:42.465 INFO O| Aug 25 07:49:42.465 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8543 | 2026-08-25T07:49:43.605Z | [ recovery-image] Aug 25 07:49:42.475 INFO O| Aug 25 07:49:42.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery" |
| 8544 | 2026-08-25T07:49:43.605Z | [ recovery-image] Aug 25 07:49:42.475 INFO O| Aug 25 07:49:42.475 INFO STEP 1068 (remove_files) COMPLETE |
| 8545 | 2026-08-25T07:49:43.605Z | [ recovery-image] Aug 25 07:49:42.475 INFO O| Aug 25 07:49:42.475 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8546 | 2026-08-25T07:49:43.622Z | [ recovery-image] Aug 25 07:49:42.484 INFO O| Aug 25 07:49:42.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt" |
| 8547 | 2026-08-25T07:49:43.622Z | [ recovery-image] Aug 25 07:49:42.484 INFO O| Aug 25 07:49:42.484 INFO STEP 1069 (remove_files) COMPLETE |
| 8548 | 2026-08-25T07:49:43.622Z | [ recovery-image] Aug 25 07:49:42.484 INFO O| Aug 25 07:49:42.484 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8549 | 2026-08-25T07:49:43.633Z | [ recovery-image] Aug 25 07:49:42.493 INFO O| Aug 25 07:49:42.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share" |
| 8550 | 2026-08-25T07:49:43.633Z | [ recovery-image] Aug 25 07:49:42.493 INFO O| Aug 25 07:49:42.493 INFO STEP 1070 (remove_files) COMPLETE |
| 8551 | 2026-08-25T07:49:43.633Z | [ recovery-image] Aug 25 07:49:42.493 INFO O| Aug 25 07:49:42.493 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8552 | 2026-08-25T07:49:43.633Z | [ recovery-image] Aug 25 07:49:42.503 INFO O| Aug 25 07:49:42.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall" |
| 8553 | 2026-08-25T07:49:43.633Z | [ recovery-image] Aug 25 07:49:42.503 INFO O| Aug 25 07:49:42.503 INFO STEP 1071 (remove_files) COMPLETE |
| 8554 | 2026-08-25T07:49:43.633Z | [ recovery-image] Aug 25 07:49:42.503 INFO O| Aug 25 07:49:42.503 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8555 | 2026-08-25T07:49:43.643Z | [ recovery-image] Aug 25 07:49:42.512 INFO O| Aug 25 07:49:42.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl" |
| 8556 | 2026-08-25T07:49:43.643Z | [ recovery-image] Aug 25 07:49:42.512 INFO O| Aug 25 07:49:42.512 INFO STEP 1072 (remove_files) COMPLETE |
| 8557 | 2026-08-25T07:49:43.643Z | [ recovery-image] Aug 25 07:49:42.512 INFO O| Aug 25 07:49:42.512 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8558 | 2026-08-25T07:49:43.643Z | [ recovery-image] Aug 25 07:49:42.521 INFO O| Aug 25 07:49:42.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr" |
| 8559 | 2026-08-25T07:49:43.643Z | [ recovery-image] Aug 25 07:49:42.521 INFO O| Aug 25 07:49:42.521 INFO STEP 1073 (remove_files) COMPLETE |
| 8560 | 2026-08-25T07:49:43.644Z | [ recovery-image] Aug 25 07:49:42.521 INFO O| Aug 25 07:49:42.521 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8561 | 2026-08-25T07:49:43.654Z | [ recovery-image] Aug 25 07:49:42.530 INFO O| Aug 25 07:49:42.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown" |
| 8562 | 2026-08-25T07:49:43.654Z | [ recovery-image] Aug 25 07:49:42.530 INFO O| Aug 25 07:49:42.530 INFO STEP 1074 (remove_files) COMPLETE |
| 8563 | 2026-08-25T07:49:43.654Z | [ recovery-image] Aug 25 07:49:42.530 INFO O| Aug 25 07:49:42.530 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8564 | 2026-08-25T07:49:43.671Z | [ recovery-image] Aug 25 07:49:42.540 INFO O| Aug 25 07:49:42.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm" |
| 8565 | 2026-08-25T07:49:43.671Z | [ recovery-image] Aug 25 07:49:42.540 INFO O| Aug 25 07:49:42.540 INFO STEP 1075 (remove_files) COMPLETE |
| 8566 | 2026-08-25T07:49:43.672Z | [ recovery-image] Aug 25 07:49:42.540 INFO O| Aug 25 07:49:42.540 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8567 | 2026-08-25T07:49:43.695Z | [ recovery-image] Aug 25 07:49:42.548 INFO O| Aug 25 07:49:42.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios" |
| 8568 | 2026-08-25T07:49:43.695Z | [ recovery-image] Aug 25 07:49:42.548 INFO O| Aug 25 07:49:42.548 INFO STEP 1076 (remove_files) COMPLETE |
| 8569 | 2026-08-25T07:49:43.695Z | [ recovery-image] Aug 25 07:49:42.548 INFO O| Aug 25 07:49:42.548 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8570 | 2026-08-25T07:49:43.695Z | [ recovery-image] Aug 25 07:49:42.557 INFO O| Aug 25 07:49:42.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat" |
| 8571 | 2026-08-25T07:49:43.696Z | [ recovery-image] Aug 25 07:49:42.557 INFO O| Aug 25 07:49:42.557 INFO STEP 1077 (remove_files) COMPLETE |
| 8572 | 2026-08-25T07:49:43.696Z | [ recovery-image] Aug 25 07:49:42.557 INFO O| Aug 25 07:49:42.557 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8573 | 2026-08-25T07:49:43.708Z | [ recovery-image] Aug 25 07:49:42.567 INFO O| Aug 25 07:49:42.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd" |
| 8574 | 2026-08-25T07:49:43.708Z | [ recovery-image] Aug 25 07:49:42.568 INFO O| Aug 25 07:49:42.568 INFO STEP 1078 (remove_files) COMPLETE |
| 8575 | 2026-08-25T07:49:43.708Z | [ recovery-image] Aug 25 07:49:42.568 INFO O| Aug 25 07:49:42.568 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8576 | 2026-08-25T07:49:43.709Z | [ recovery-image] Aug 25 07:49:42.577 INFO O| Aug 25 07:49:42.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd" |
| 8577 | 2026-08-25T07:49:43.709Z | [ recovery-image] Aug 25 07:49:42.577 INFO O| Aug 25 07:49:42.577 INFO STEP 1079 (remove_files) COMPLETE |
| 8578 | 2026-08-25T07:49:43.709Z | [ recovery-image] Aug 25 07:49:42.577 INFO O| Aug 25 07:49:42.577 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8579 | 2026-08-25T07:49:43.721Z | [ recovery-image] Aug 25 07:49:42.586 INFO O| Aug 25 07:49:42.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop" |
| 8580 | 2026-08-25T07:49:43.721Z | [ recovery-image] Aug 25 07:49:42.586 INFO O| Aug 25 07:49:42.586 INFO STEP 1080 (remove_files) COMPLETE |
| 8581 | 2026-08-25T07:49:43.721Z | [ recovery-image] Aug 25 07:49:42.586 INFO O| Aug 25 07:49:42.586 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8582 | 2026-08-25T07:49:43.721Z | [verify-libraries] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 8583 | 2026-08-25T07:49:43.733Z | [ recovery-image] Aug 25 07:49:42.595 INFO O| Aug 25 07:49:42.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd" |
| 8584 | 2026-08-25T07:49:43.733Z | [ recovery-image] Aug 25 07:49:42.595 INFO O| Aug 25 07:49:42.595 INFO STEP 1081 (remove_files) COMPLETE |
| 8585 | 2026-08-25T07:49:43.733Z | [ recovery-image] Aug 25 07:49:42.595 INFO O| Aug 25 07:49:42.595 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8586 | 2026-08-25T07:49:43.734Z | [ recovery-image] Aug 25 07:49:42.604 INFO O| Aug 25 07:49:42.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot" |
| 8587 | 2026-08-25T07:49:43.734Z | [ recovery-image] Aug 25 07:49:42.604 INFO O| Aug 25 07:49:42.604 INFO STEP 1082 (remove_files) COMPLETE |
| 8588 | 2026-08-25T07:49:43.734Z | [ recovery-image] Aug 25 07:49:42.604 INFO O| Aug 25 07:49:42.604 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8589 | 2026-08-25T07:49:43.752Z | [ recovery-image] Aug 25 07:49:42.613 INFO O| Aug 25 07:49:42.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace" |
| 8590 | 2026-08-25T07:49:43.752Z | [ recovery-image] Aug 25 07:49:42.613 INFO O| Aug 25 07:49:42.613 INFO STEP 1083 (remove_files) COMPLETE |
| 8591 | 2026-08-25T07:49:43.752Z | [ recovery-image] Aug 25 07:49:42.613 INFO O| Aug 25 07:49:42.613 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8592 | 2026-08-25T07:49:43.752Z | [ recovery-image] Aug 25 07:49:42.622 INFO O| Aug 25 07:49:42.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean" |
| 8593 | 2026-08-25T07:49:43.752Z | [ recovery-image] Aug 25 07:49:42.622 INFO O| Aug 25 07:49:42.622 INFO STEP 1084 (remove_files) COMPLETE |
| 8594 | 2026-08-25T07:49:43.752Z | [ recovery-image] Aug 25 07:49:42.622 INFO O| Aug 25 07:49:42.622 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8595 | 2026-08-25T07:49:43.761Z | [ recovery-image] Aug 25 07:49:42.632 INFO O| Aug 25 07:49:42.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr" |
| 8596 | 2026-08-25T07:49:43.761Z | [ recovery-image] Aug 25 07:49:42.633 INFO O| Aug 25 07:49:42.632 INFO STEP 1085 (remove_files) COMPLETE |
| 8597 | 2026-08-25T07:49:43.761Z | [ recovery-image] Aug 25 07:49:42.633 INFO O| Aug 25 07:49:42.632 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8598 | 2026-08-25T07:49:43.776Z | [ recovery-image] Aug 25 07:49:42.641 INFO O| Aug 25 07:49:42.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs" |
| 8599 | 2026-08-25T07:49:43.777Z | [ recovery-image] Aug 25 07:49:42.641 INFO O| Aug 25 07:49:42.641 INFO STEP 1086 (remove_files) COMPLETE |
| 8600 | 2026-08-25T07:49:43.777Z | [ recovery-image] Aug 25 07:49:42.641 INFO O| Aug 25 07:49:42.641 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8601 | 2026-08-25T07:49:43.777Z | [ recovery-image] Aug 25 07:49:42.650 INFO O| Aug 25 07:49:42.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit" |
| 8602 | 2026-08-25T07:49:43.777Z | [ recovery-image] Aug 25 07:49:42.650 INFO O| Aug 25 07:49:42.650 INFO STEP 1087 (remove_files) COMPLETE |
| 8603 | 2026-08-25T07:49:43.777Z | [ recovery-image] Aug 25 07:49:42.650 INFO O| Aug 25 07:49:42.650 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8604 | 2026-08-25T07:49:43.803Z | [ recovery-image] Aug 25 07:49:42.659 INFO O| Aug 25 07:49:42.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop" |
| 8605 | 2026-08-25T07:49:43.803Z | [ recovery-image] Aug 25 07:49:42.659 INFO O| Aug 25 07:49:42.659 INFO STEP 1088 (remove_files) COMPLETE |
| 8606 | 2026-08-25T07:49:43.803Z | [ recovery-image] Aug 25 07:49:42.659 INFO O| Aug 25 07:49:42.659 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8607 | 2026-08-25T07:49:43.819Z | [ recovery-image] Aug 25 07:49:42.668 INFO O| Aug 25 07:49:42.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat" |
| 8608 | 2026-08-25T07:49:43.819Z | [ recovery-image] Aug 25 07:49:42.668 INFO O| Aug 25 07:49:42.668 INFO STEP 1089 (remove_files) COMPLETE |
| 8609 | 2026-08-25T07:49:43.819Z | [ recovery-image] Aug 25 07:49:42.668 INFO O| Aug 25 07:49:42.668 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8610 | 2026-08-25T07:49:43.819Z | [ recovery-image] Aug 25 07:49:42.677 INFO O| Aug 25 07:49:42.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef" |
| 8611 | 2026-08-25T07:49:43.819Z | [ recovery-image] Aug 25 07:49:42.677 INFO O| Aug 25 07:49:42.677 INFO STEP 1090 (remove_files) COMPLETE |
| 8612 | 2026-08-25T07:49:43.819Z | [ recovery-image] Aug 25 07:49:42.677 INFO O| Aug 25 07:49:42.677 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8613 | 2026-08-25T07:49:43.819Z | [ recovery-image] Aug 25 07:49:42.685 INFO O| Aug 25 07:49:42.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm" |
| 8614 | 2026-08-25T07:49:43.819Z | [ recovery-image] Aug 25 07:49:42.685 INFO O| Aug 25 07:49:42.685 INFO STEP 1091 (remove_files) COMPLETE |
| 8615 | 2026-08-25T07:49:43.819Z | [ recovery-image] Aug 25 07:49:42.685 INFO O| Aug 25 07:49:42.685 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8616 | 2026-08-25T07:49:43.834Z | [ recovery-image] Aug 25 07:49:42.696 INFO O| Aug 25 07:49:42.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm" |
| 8617 | 2026-08-25T07:49:43.834Z | [ recovery-image] Aug 25 07:49:42.696 INFO O| Aug 25 07:49:42.696 INFO STEP 1092 (remove_files) COMPLETE |
| 8618 | 2026-08-25T07:49:43.834Z | [ recovery-image] Aug 25 07:49:42.696 INFO O| Aug 25 07:49:42.696 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8619 | 2026-08-25T07:49:43.847Z | [ recovery-image] Aug 25 07:49:42.707 INFO O| Aug 25 07:49:42.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes" |
| 8620 | 2026-08-25T07:49:43.847Z | [ recovery-image] Aug 25 07:49:42.707 INFO O| Aug 25 07:49:42.707 INFO STEP 1093 (remove_files) COMPLETE |
| 8621 | 2026-08-25T07:49:43.847Z | [ recovery-image] Aug 25 07:49:42.707 INFO O| Aug 25 07:49:42.707 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8622 | 2026-08-25T07:49:43.847Z | [ recovery-image] Aug 25 07:49:42.717 INFO O| Aug 25 07:49:42.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar" |
| 8623 | 2026-08-25T07:49:43.847Z | [ recovery-image] Aug 25 07:49:42.717 INFO O| Aug 25 07:49:42.717 INFO STEP 1094 (remove_files) COMPLETE |
| 8624 | 2026-08-25T07:49:43.847Z | [ recovery-image] Aug 25 07:49:42.717 INFO O| Aug 25 07:49:42.717 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8625 | 2026-08-25T07:49:43.865Z | [ recovery-image] Aug 25 07:49:42.726 INFO O| Aug 25 07:49:42.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd" |
| 8626 | 2026-08-25T07:49:43.866Z | [ recovery-image] Aug 25 07:49:42.726 INFO O| Aug 25 07:49:42.726 INFO STEP 1095 (remove_files) COMPLETE |
| 8627 | 2026-08-25T07:49:43.866Z | [ recovery-image] Aug 25 07:49:42.726 INFO O| Aug 25 07:49:42.726 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8628 | 2026-08-25T07:49:43.881Z | [ recovery-image] Aug 25 07:49:42.737 INFO O| Aug 25 07:49:42.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute" |
| 8629 | 2026-08-25T07:49:43.881Z | [ recovery-image] Aug 25 07:49:42.737 INFO O| Aug 25 07:49:42.737 INFO STEP 1096 (remove_files) COMPLETE |
| 8630 | 2026-08-25T07:49:43.881Z | [ recovery-image] Aug 25 07:49:42.737 INFO O| Aug 25 07:49:42.737 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8631 | 2026-08-25T07:49:43.881Z | [ recovery-image] Aug 25 07:49:42.746 INFO O| Aug 25 07:49:42.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat" |
| 8632 | 2026-08-25T07:49:43.881Z | [ recovery-image] Aug 25 07:49:42.747 INFO O| Aug 25 07:49:42.746 INFO STEP 1097 (remove_files) COMPLETE |
| 8633 | 2026-08-25T07:49:43.881Z | [ recovery-image] Aug 25 07:49:42.747 INFO O| Aug 25 07:49:42.746 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8634 | 2026-08-25T07:49:43.881Z | [ recovery-image] Aug 25 07:49:42.757 INFO O| Aug 25 07:49:42.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm" |
| 8635 | 2026-08-25T07:49:43.881Z | [ recovery-image] Aug 25 07:49:42.757 INFO O| Aug 25 07:49:42.757 INFO STEP 1098 (remove_files) COMPLETE |
| 8636 | 2026-08-25T07:49:43.881Z | [ recovery-image] Aug 25 07:49:42.757 INFO O| Aug 25 07:49:42.757 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8637 | 2026-08-25T07:49:43.898Z | [ recovery-image] Aug 25 07:49:42.767 INFO O| Aug 25 07:49:42.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm" |
| 8638 | 2026-08-25T07:49:43.898Z | [ recovery-image] Aug 25 07:49:42.767 INFO O| Aug 25 07:49:42.767 INFO STEP 1099 (remove_files) COMPLETE |
| 8639 | 2026-08-25T07:49:43.898Z | [ recovery-image] Aug 25 07:49:42.767 INFO O| Aug 25 07:49:42.767 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8640 | 2026-08-25T07:49:43.923Z | [ recovery-image] Aug 25 07:49:42.778 INFO O| Aug 25 07:49:42.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall" |
| 8641 | 2026-08-25T07:49:43.923Z | [ recovery-image] Aug 25 07:49:42.778 INFO O| Aug 25 07:49:42.778 INFO STEP 1100 (remove_files) COMPLETE |
| 8642 | 2026-08-25T07:49:43.923Z | [ recovery-image] Aug 25 07:49:42.778 INFO O| Aug 25 07:49:42.778 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8643 | 2026-08-25T07:49:43.942Z | [ recovery-image] Aug 25 07:49:42.788 INFO O| Aug 25 07:49:42.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink" |
| 8644 | 2026-08-25T07:49:43.943Z | [ recovery-image] Aug 25 07:49:42.788 INFO O| Aug 25 07:49:42.788 INFO STEP 1101 (remove_files) COMPLETE |
| 8645 | 2026-08-25T07:49:43.943Z | [ recovery-image] Aug 25 07:49:42.788 INFO O| Aug 25 07:49:42.788 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8646 | 2026-08-25T07:49:43.943Z | [ recovery-image] Aug 25 07:49:42.797 INFO O| Aug 25 07:49:42.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare" |
| 8647 | 2026-08-25T07:49:43.943Z | [ recovery-image] Aug 25 07:49:42.797 INFO O| Aug 25 07:49:42.797 INFO STEP 1102 (remove_files) COMPLETE |
| 8648 | 2026-08-25T07:49:43.943Z | [ recovery-image] Aug 25 07:49:42.797 INFO O| Aug 25 07:49:42.797 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8649 | 2026-08-25T07:49:43.943Z | [ recovery-image] Aug 25 07:49:42.806 INFO O| Aug 25 07:49:42.806 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall" |
| 8650 | 2026-08-25T07:49:43.943Z | [ recovery-image] Aug 25 07:49:42.806 INFO O| Aug 25 07:49:42.806 INFO STEP 1103 (remove_files) COMPLETE |
| 8651 | 2026-08-25T07:49:43.943Z | [ recovery-image] Aug 25 07:49:42.806 INFO O| Aug 25 07:49:42.806 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8652 | 2026-08-25T07:49:43.954Z | [ recovery-image] Aug 25 07:49:42.814 INFO O| Aug 25 07:49:42.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv" |
| 8653 | 2026-08-25T07:49:43.954Z | [ recovery-image] Aug 25 07:49:42.814 INFO O| Aug 25 07:49:42.814 INFO STEP 1104 (remove_files) COMPLETE |
| 8654 | 2026-08-25T07:49:43.954Z | [ recovery-image] Aug 25 07:49:42.814 INFO O| Aug 25 07:49:42.814 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8655 | 2026-08-25T07:49:43.954Z | [ recovery-image] Aug 25 07:49:42.823 INFO O| Aug 25 07:49:42.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd" |
| 8656 | 2026-08-25T07:49:43.954Z | [ recovery-image] Aug 25 07:49:42.823 INFO O| Aug 25 07:49:42.823 INFO STEP 1105 (remove_files) COMPLETE |
| 8657 | 2026-08-25T07:49:43.954Z | [ recovery-image] Aug 25 07:49:42.823 INFO O| Aug 25 07:49:42.823 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8658 | 2026-08-25T07:49:44.408Z | [ recovery-image] Aug 25 07:49:42.832 INFO O| Aug 25 07:49:42.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel" |
| 8659 | 2026-08-25T07:49:44.409Z | [ recovery-image] Aug 25 07:49:42.832 INFO O| Aug 25 07:49:42.832 INFO STEP 1106 (remove_files) COMPLETE |
| 8660 | 2026-08-25T07:49:44.409Z | [ recovery-image] Aug 25 07:49:42.832 INFO O| Aug 25 07:49:42.832 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8661 | 2026-08-25T07:49:44.409Z | [ recovery-image] Aug 25 07:49:42.842 INFO O| Aug 25 07:49:42.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod" |
| 8662 | 2026-08-25T07:49:44.409Z | [ recovery-image] Aug 25 07:49:42.842 INFO O| Aug 25 07:49:42.842 INFO STEP 1107 (remove_files) COMPLETE |
| 8663 | 2026-08-25T07:49:44.409Z | [ recovery-image] Aug 25 07:49:42.842 INFO O| Aug 25 07:49:42.842 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8664 | 2026-08-25T07:49:44.465Z | [ recovery-image] Aug 25 07:49:42.852 INFO O| Aug 25 07:49:42.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy" |
| 8665 | 2026-08-25T07:49:44.465Z | [ recovery-image] Aug 25 07:49:42.852 INFO O| Aug 25 07:49:42.852 INFO STEP 1108 (remove_files) COMPLETE |
| 8666 | 2026-08-25T07:49:44.465Z | [ recovery-image] Aug 25 07:49:42.852 INFO O| Aug 25 07:49:42.852 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8667 | 2026-08-25T07:49:44.465Z | [ recovery-image] Aug 25 07:49:42.862 INFO O| Aug 25 07:49:42.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall" |
| 8668 | 2026-08-25T07:49:44.465Z | [ recovery-image] Aug 25 07:49:42.862 INFO O| Aug 25 07:49:42.862 INFO STEP 1109 (remove_files) COMPLETE |
| 8669 | 2026-08-25T07:49:44.465Z | [ recovery-image] Aug 25 07:49:42.862 INFO O| Aug 25 07:49:42.862 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8670 | 2026-08-25T07:49:44.465Z | [ recovery-image] Aug 25 07:49:42.872 INFO O| Aug 25 07:49:42.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo" |
| 8671 | 2026-08-25T07:49:44.465Z | [ recovery-image] Aug 25 07:49:42.872 INFO O| Aug 25 07:49:42.872 INFO STEP 1110 (remove_files) COMPLETE |
| 8672 | 2026-08-25T07:49:44.465Z | [ recovery-image] Aug 25 07:49:42.872 INFO O| Aug 25 07:49:42.872 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8673 | 2026-08-25T07:49:44.465Z | [ recovery-image] Aug 25 07:49:42.883 INFO O| Aug 25 07:49:42.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb" |
| 8674 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.883 INFO O| Aug 25 07:49:42.883 INFO STEP 1111 (remove_files) COMPLETE |
| 8675 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.883 INFO O| Aug 25 07:49:42.883 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8676 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.900 INFO O| Aug 25 07:49:42.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump" |
| 8677 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.900 INFO O| Aug 25 07:49:42.900 INFO STEP 1112 (remove_files) COMPLETE |
| 8678 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.900 INFO O| Aug 25 07:49:42.900 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8679 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.916 INFO O| Aug 25 07:49:42.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic" |
| 8680 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.916 INFO O| Aug 25 07:49:42.916 INFO STEP 1113 (remove_files) COMPLETE |
| 8681 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.916 INFO O| Aug 25 07:49:42.916 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8682 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.927 INFO O| Aug 25 07:49:42.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin" |
| 8683 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.927 INFO O| Aug 25 07:49:42.927 INFO STEP 1114 (remove_files) COMPLETE |
| 8684 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.927 INFO O| Aug 25 07:49:42.927 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8685 | 2026-08-25T07:49:44.466Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 8686 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.966 INFO O| Aug 25 07:49:42.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm" |
| 8687 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.966 INFO O| Aug 25 07:49:42.966 INFO STEP 1115 (remove_files) COMPLETE |
| 8688 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.966 INFO O| Aug 25 07:49:42.966 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8689 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.975 INFO O| Aug 25 07:49:42.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg" |
| 8690 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.975 INFO O| Aug 25 07:49:42.975 INFO STEP 1116 (remove_files) COMPLETE |
| 8691 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.975 INFO O| Aug 25 07:49:42.975 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide-v3.json |
| 8692 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.988 INFO O| Aug 25 07:49:42.988 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump" |
| 8693 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.988 INFO O| Aug 25 07:49:42.988 INFO STEP 1117 (remove_files) COMPLETE |
| 8694 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:42.988 INFO O| Aug 25 07:49:42.988 INFO STEP 1118: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json |
| 8695 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:43.007 INFO O| Aug 25 07:49:43.007 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal |
| 8696 | 2026-08-25T07:49:44.466Z | [ recovery-image] Aug 25 07:49:43.007 INFO O| Aug 25 07:49:43.007 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 8697 | 2026-08-25T07:49:44.712Z | [verify-libraries] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 8698 | 2026-08-25T07:49:44.802Z | [verify-libraries] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 8699 | 2026-08-25T07:49:44.878Z | [ recovery-image] Aug 25 07:49:43.752 INFO O| Aug 25 07:49:43.752 INFO STEP 1118 (pack_tar) COMPLETE |
| 8700 | 2026-08-25T07:49:44.878Z | [ recovery-image] Aug 25 07:49:43.752 INFO O| Aug 25 07:49:43.752 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8701 | 2026-08-25T07:49:44.878Z | [ recovery-image] Aug 25 07:49:43.752 INFO O| Aug 25 07:49:43.752 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8702 | 2026-08-25T07:49:45.561Z | [ recovery-image] Aug 25 07:49:44.438 INFO O| Aug 25 07:49:44.438 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 8703 | 2026-08-25T07:49:45.679Z | [verify-libraries] Compiling wicketd-commission-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-commission-api) |
| 8704 | 2026-08-25T07:49:45.765Z | [ recovery-image] Aug 25 07:49:44.638 INFO O| Aug 25 07:49:44.637 INFO completed processing sled/ramdisk-03-recovery-trim |
| 8705 | 2026-08-25T07:49:45.773Z | [ recovery-image] Aug 25 07:49:44.641 INFO image builder template: zfs-recovery... |
| 8706 | 2026-08-25T07:49:45.773Z | [ recovery-image] Aug 25 07:49:44.641 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/.tmpA3naiZ/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", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@23.0.0.0", "-F", "optever=0.41.506", "-n", "zfs-recovery"], pwd: None |
| 8707 | 2026-08-25T07:49:45.796Z | [ recovery-image] Aug 25 07:49:44.670 INFO O| Aug 25 07:49:44.670 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8708 | 2026-08-25T07:49:45.805Z | [ recovery-image] Aug 25 07:49:44.675 INFO O| Aug 25 07:49:44.675 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8709 | 2026-08-25T07:49:45.926Z | [ recovery-image] Aug 25 07:49:44.803 INFO O| Aug 25 07:49:44.803 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled |
| 8710 | 2026-08-25T07:49:45.976Z | [verify-libraries] Compiling git2 v0.20.4 |
| 8711 | 2026-08-25T07:49:46.034Z | [ recovery-image] Aug 25 07:49:44.907 INFO O| Aug 25 07:49:44.907 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8712 | 2026-08-25T07:49:46.034Z | [ recovery-image] Aug 25 07:49:44.907 INFO O| Aug 25 07:49:44.907 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8713 | 2026-08-25T07:49:46.044Z | [ recovery-image] Aug 25 07:49:44.911 INFO O| Aug 25 07:49:44.911 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8714 | 2026-08-25T07:49:46.135Z | [ recovery-image] Aug 25 07:49:45.008 INFO O| Aug 25 07:49:45.008 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled |
| 8715 | 2026-08-25T07:49:46.276Z | [ recovery-image] Aug 25 07:49:45.153 INFO O| Aug 25 07:49:45.153 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery |
| 8716 | 2026-08-25T07:49:46.284Z | [ recovery-image] Aug 25 07:49:45.163 INFO O| Aug 25 07:49:45.163 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8717 | 2026-08-25T07:49:46.295Z | [ recovery-image] Aug 25 07:49:45.168 INFO O| Aug 25 07:49:45.168 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot |
| 8718 | 2026-08-25T07:49:46.305Z | [verify-libraries] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 8719 | 2026-08-25T07:49:46.305Z | [ recovery-image] Aug 25 07:49:45.169 INFO O| Aug 25 07:49:45.169 INFO no lofi found |
| 8720 | 2026-08-25T07:49:46.305Z | [ recovery-image] Aug 25 07:49:45.169 INFO O| Aug 25 07:49:45.169 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal |
| 8721 | 2026-08-25T07:49:46.305Z | [ recovery-image] Aug 25 07:49:45.169 INFO O| Aug 25 07:49:45.169 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8722 | 2026-08-25T07:49:47.371Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 8723 | 2026-08-25T07:49:47.571Z | [verify-libraries] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 8724 | 2026-08-25T07:49:47.858Z | [verify-libraries] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 8725 | 2026-08-25T07:49:47.927Z | [verify-libraries] Compiling yansi v1.0.1 |
| 8726 | 2026-08-25T07:49:48.123Z | [ recovery-image] Aug 25 07:49:47.001 INFO O| Aug 25 07:49:47.001 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 8727 | 2026-08-25T07:49:48.123Z | [ recovery-image] Aug 25 07:49:47.001 INFO O| Aug 25 07:49:47.001 INFO pool device = /dev/dsk/c2t1d0p0 |
| 8728 | 2026-08-25T07:49:48.123Z | [ recovery-image] Aug 25 07:49:47.001 INFO O| Aug 25 07:49:47.001 INFO exec: ["/sbin/zpool", "create", "-t", "TEMPORARY-sled-zfs-recovery", "-O", "compression=off", "-R", "/rpool/images/build/recovery/work/sled/zfs-recovery/altroot", "-o", "ashift=9", "-o", "autoexpand=on", "-o", "failmode=panic", "rpool", "/dev/dsk/c2t1d0p0"] |
| 8729 | 2026-08-25T07:49:48.267Z | [ recovery-image] Aug 25 07:49:47.140 INFO O| Aug 25 07:49:47.140 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8730 | 2026-08-25T07:49:48.267Z | [ recovery-image] Aug 25 07:49:47.140 INFO O| Aug 25 07:49:47.140 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT |
| 8731 | 2026-08-25T07:49:48.288Z | [ recovery-image] Aug 25 07:49:47.166 INFO O| Aug 25 07:49:47.166 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off |
| 8732 | 2026-08-25T07:49:48.363Z | [ recovery-image] Aug 25 07:49:47.236 INFO O| Aug 25 07:49:47.236 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy |
| 8733 | 2026-08-25T07:49:48.397Z | [ recovery-image] Aug 25 07:49:47.269 INFO O| Aug 25 07:49:47.269 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk |
| 8734 | 2026-08-25T07:49:48.417Z | [ recovery-image] Aug 25 07:49:47.293 INFO O| Aug 25 07:49:47.293 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto |
| 8735 | 2026-08-25T07:49:48.428Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
| 8736 | 2026-08-25T07:49:48.437Z | [ recovery-image] Aug 25 07:49:47.310 INFO O| Aug 25 07:49:47.310 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
| 8737 | 2026-08-25T07:49:48.483Z | [ recovery-image] Aug 25 07:49:47.358 INFO O| Aug 25 07:49:47.358 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8738 | 2026-08-25T07:49:48.483Z | [ recovery-image] Aug 25 07:49:47.358 INFO O| Aug 25 07:49:47.358 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8739 | 2026-08-25T07:49:48.483Z | [ recovery-image] Aug 25 07:49:47.358 INFO O| Aug 25 07:49:47.358 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8740 | 2026-08-25T07:49:48.499Z | [ recovery-image] Aug 25 07:49:47.368 INFO O| Aug 25 07:49:47.368 INFO boot environment UUID: ddd5d02f-6005-474e-b6e0-26f3be4c96ba |
| 8741 | 2026-08-25T07:49:48.499Z | [ recovery-image] Aug 25 07:49:47.368 INFO O| Aug 25 07:49:47.368 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = ddd5d02f-6005-474e-b6e0-26f3be4c96ba |
| 8742 | 2026-08-25T07:49:48.509Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 8743 | 2026-08-25T07:49:48.526Z | [ recovery-image] Aug 25 07:49:47.387 INFO O| Aug 25 07:49:47.387 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 8744 | 2026-08-25T07:49:48.542Z | [ recovery-image] Aug 25 07:49:47.405 INFO O| Aug 25 07:49:47.405 INFO STEP 0 (create_be) COMPLETE |
| 8745 | 2026-08-25T07:49:48.542Z | [ recovery-image] Aug 25 07:49:47.405 INFO O| Aug 25 07:49:47.405 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8746 | 2026-08-25T07:49:48.554Z | [ recovery-image] Aug 25 07:49:47.422 INFO O| Aug 25 07:49:47.422 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"] |
| 8747 | 2026-08-25T07:49:48.554Z | [verify-libraries] Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 8748 | 2026-08-25T07:49:49.633Z | [verify-libraries] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 8749 | 2026-08-25T07:49:49.696Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 8750 | 2026-08-25T07:49:49.765Z | [verify-libraries] Compiling omicron-deployment-graph v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-deployment-graph) |
| 8751 | 2026-08-25T07:49:49.873Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 8752 | 2026-08-25T07:49:49.942Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 8753 | 2026-08-25T07:49:49.996Z | [verify-libraries] Compiling schema v0.1.0 (/work/oxidecomputer/omicron/dev-tools/schema) |
| 8754 | 2026-08-25T07:49:50.117Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 8755 | 2026-08-25T07:49:50.192Z | [verify-libraries] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=ad8a31742adc45e925e63443a5b43c8e30604022#ad8a3174) |
| 8756 | 2026-08-25T07:49:50.212Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 8757 | 2026-08-25T07:49:50.288Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 8758 | 2026-08-25T07:49:51.862Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 8759 | 2026-08-25T07:49:51.903Z | [verify-libraries] Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 8760 | 2026-08-25T07:49:51.903Z | [verify-libraries] Compiling drift v0.2.0 |
| 8761 | 2026-08-25T07:49:51.903Z | [verify-libraries] Compiling uzers v0.12.2 |
| 8762 | 2026-08-25T07:49:51.903Z | [verify-libraries] Compiling parse-size v1.1.0 |
| 8763 | 2026-08-25T07:49:51.903Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 8764 | 2026-08-25T07:49:51.903Z | [verify-libraries] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=v1#95395cec) |
| 8765 | 2026-08-25T07:49:51.903Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 8766 | 2026-08-25T07:49:52.189Z | [verify-libraries] Compiling dropshot-api-manager v0.8.0 |
| 8767 | 2026-08-25T07:49:52.566Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 8768 | 2026-08-25T07:49:54.556Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 8769 | 2026-08-25T07:49:54.593Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 8770 | 2026-08-25T07:49:55.594Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 8771 | 2026-08-25T07:49:55.786Z | [verify-libraries] Compiling support-bundle-viewer v0.1.2 |
| 8772 | 2026-08-25T07:49:56.864Z | [verify-libraries] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 8773 | 2026-08-25T07:49:57.417Z | [ recovery-image] Aug 25 07:49:56.296 INFO O| Aug 25 07:49:56.296 INFO STEP 1 (unpack_tar) COMPLETE |
| 8774 | 2026-08-25T07:49:57.417Z | [ recovery-image] Aug 25 07:49:56.296 INFO O| Aug 25 07:49:56.296 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8775 | 2026-08-25T07:49:57.430Z | [ recovery-image] Aug 25 07:49:56.309 INFO O| Aug 25 07:49:56.309 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8776 | 2026-08-25T07:49:58.018Z | [verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 8777 | 2026-08-25T07:49:58.124Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 8778 | 2026-08-25T07:49:58.410Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 8779 | 2026-08-25T07:49:58.502Z | [verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 8780 | 2026-08-25T07:49:58.741Z | [verify-libraries] Compiling multimap v0.10.1 |
| 8781 | 2026-08-25T07:49:58.745Z | [ recovery-image] Aug 25 07:49:57.623 INFO O| Aug 25 07:49:57.623 INFO STEP 2 (devfsadm) COMPLETE |
| 8782 | 2026-08-25T07:49:58.745Z | [ recovery-image] Aug 25 07:49:57.623 INFO O| Aug 25 07:49:57.623 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8783 | 2026-08-25T07:49:58.756Z | [ recovery-image] Aug 25 07:49:57.634 INFO O| Aug 25 07:49:57.633 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8784 | 2026-08-25T07:49:58.756Z | [ recovery-image] Aug 25 07:49:57.634 INFO O| Aug 25 07:49:57.634 INFO STEP 3 (ensure_dir) COMPLETE |
| 8785 | 2026-08-25T07:49:58.756Z | [ recovery-image] Aug 25 07:49:57.634 INFO O| Aug 25 07:49:57.634 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8786 | 2026-08-25T07:49:58.764Z | [ recovery-image] Aug 25 07:49:57.643 INFO O| Aug 25 07:49:57.643 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8787 | 2026-08-25T07:49:58.764Z | [ recovery-image] Aug 25 07:49:57.643 INFO O| Aug 25 07:49:57.643 INFO STEP 4 (ensure_dir) COMPLETE |
| 8788 | 2026-08-25T07:49:58.764Z | [ recovery-image] Aug 25 07:49:57.643 INFO O| Aug 25 07:49:57.643 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8789 | 2026-08-25T07:49:58.771Z | [ recovery-image] Aug 25 07:49:57.651 INFO O| Aug 25 07:49:57.651 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8790 | 2026-08-25T07:49:58.772Z | [ recovery-image] Aug 25 07:49:57.651 INFO O| Aug 25 07:49:57.651 INFO STEP 5 (ensure_dir) COMPLETE |
| 8791 | 2026-08-25T07:49:58.775Z | [ recovery-image] Aug 25 07:49:57.651 INFO O| Aug 25 07:49:57.651 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8792 | 2026-08-25T07:49:58.781Z | [ recovery-image] Aug 25 07:49:57.659 INFO O| Aug 25 07:49:57.659 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8793 | 2026-08-25T07:49:58.781Z | [ recovery-image] Aug 25 07:49:57.660 INFO O| Aug 25 07:49:57.660 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8794 | 2026-08-25T07:49:58.781Z | [ recovery-image] Aug 25 07:49:57.660 INFO O| Aug 25 07:49:57.660 INFO STEP 6 (ensure_dir) COMPLETE |
| 8795 | 2026-08-25T07:49:58.781Z | [ recovery-image] Aug 25 07:49:57.660 INFO O| Aug 25 07:49:57.660 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8796 | 2026-08-25T07:49:58.790Z | [ recovery-image] Aug 25 07:49:57.669 INFO O| Aug 25 07:49:57.669 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8797 | 2026-08-25T07:49:58.790Z | [ recovery-image] Aug 25 07:49:57.669 INFO O| Aug 25 07:49:57.669 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8798 | 2026-08-25T07:49:58.792Z | [ recovery-image] Aug 25 07:49:57.669 INFO O| Aug 25 07:49:57.669 INFO STEP 7 (ensure_dir) COMPLETE |
| 8799 | 2026-08-25T07:49:58.792Z | [ recovery-image] Aug 25 07:49:57.669 INFO O| Aug 25 07:49:57.669 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8800 | 2026-08-25T07:49:58.799Z | [ recovery-image] Aug 25 07:49:57.678 INFO O| Aug 25 07:49:57.678 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg" |
| 8801 | 2026-08-25T07:49:58.802Z | [ recovery-image] Aug 25 07:49:57.678 INFO O| Aug 25 07:49:57.678 INFO STEP 8 (remove_files) COMPLETE |
| 8802 | 2026-08-25T07:49:58.802Z | [ recovery-image] Aug 25 07:49:57.678 INFO O| Aug 25 07:49:57.678 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8803 | 2026-08-25T07:49:58.808Z | [ recovery-image] Aug 25 07:49:57.687 INFO O| Aug 25 07:49:57.687 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk" |
| 8804 | 2026-08-25T07:49:58.811Z | [ recovery-image] Aug 25 07:49:57.688 INFO O| Aug 25 07:49:57.688 INFO STEP 9 (remove_files) COMPLETE |
| 8805 | 2026-08-25T07:49:58.811Z | [ recovery-image] Aug 25 07:49:57.688 INFO O| Aug 25 07:49:57.688 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8806 | 2026-08-25T07:49:58.819Z | [ recovery-image] Aug 25 07:49:57.698 INFO O| Aug 25 07:49:57.698 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk" |
| 8807 | 2026-08-25T07:49:58.822Z | [ recovery-image] Aug 25 07:49:57.698 INFO O| Aug 25 07:49:57.698 INFO STEP 10 (remove_files) COMPLETE |
| 8808 | 2026-08-25T07:49:58.822Z | [ recovery-image] Aug 25 07:49:57.698 INFO O| Aug 25 07:49:57.698 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8809 | 2026-08-25T07:49:58.830Z | [ recovery-image] Aug 25 07:49:57.709 INFO O| Aug 25 07:49:57.709 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors" |
| 8810 | 2026-08-25T07:49:58.830Z | [ recovery-image] Aug 25 07:49:57.709 INFO O| Aug 25 07:49:57.709 INFO STEP 11 (remove_files) COMPLETE |
| 8811 | 2026-08-25T07:49:58.830Z | [ recovery-image] Aug 25 07:49:57.709 INFO O| Aug 25 07:49:57.709 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8812 | 2026-08-25T07:49:58.843Z | [ recovery-image] Aug 25 07:49:57.719 INFO O| Aug 25 07:49:57.719 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb" |
| 8813 | 2026-08-25T07:49:58.843Z | [ recovery-image] Aug 25 07:49:57.719 INFO O| Aug 25 07:49:57.719 INFO STEP 12 (remove_files) COMPLETE |
| 8814 | 2026-08-25T07:49:58.843Z | [ recovery-image] Aug 25 07:49:57.719 INFO O| Aug 25 07:49:57.719 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8815 | 2026-08-25T07:49:58.857Z | [ recovery-image] Aug 25 07:49:57.728 INFO O| Aug 25 07:49:57.728 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8816 | 2026-08-25T07:49:58.857Z | [ recovery-image] Aug 25 07:49:57.728 INFO O| Aug 25 07:49:57.728 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8817 | 2026-08-25T07:49:58.857Z | [ recovery-image] Aug 25 07:49:57.728 INFO O| Aug 25 07:49:57.728 INFO STEP 13 (ensure_dir) COMPLETE |
| 8818 | 2026-08-25T07:49:58.857Z | [ recovery-image] Aug 25 07:49:57.728 INFO O| Aug 25 07:49:57.728 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8819 | 2026-08-25T07:49:58.862Z | [ recovery-image] Aug 25 07:49:57.736 INFO O| Aug 25 07:49:57.736 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8820 | 2026-08-25T07:49:58.862Z | [ recovery-image] Aug 25 07:49:57.737 INFO O| Aug 25 07:49:57.736 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8821 | 2026-08-25T07:49:58.862Z | [ recovery-image] Aug 25 07:49:57.737 INFO O| Aug 25 07:49:57.737 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8822 | 2026-08-25T07:49:58.862Z | [ recovery-image] Aug 25 07:49:57.737 INFO O| Aug 25 07:49:57.737 INFO STEP 14 (ensure_dir) COMPLETE |
| 8823 | 2026-08-25T07:49:58.862Z | [ recovery-image] Aug 25 07:49:57.737 INFO O| Aug 25 07:49:57.737 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8824 | 2026-08-25T07:49:58.867Z | [ recovery-image] Aug 25 07:49:57.746 INFO O| Aug 25 07:49:57.746 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8825 | 2026-08-25T07:49:58.867Z | [ recovery-image] Aug 25 07:49:57.746 INFO O| Aug 25 07:49:57.746 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8826 | 2026-08-25T07:49:58.867Z | [ recovery-image] Aug 25 07:49:57.746 INFO O| Aug 25 07:49:57.746 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8827 | 2026-08-25T07:49:58.870Z | [ recovery-image] Aug 25 07:49:57.746 INFO O| Aug 25 07:49:57.746 INFO STEP 15 (ensure_dir) COMPLETE |
| 8828 | 2026-08-25T07:49:58.870Z | [ recovery-image] Aug 25 07:49:57.746 INFO O| Aug 25 07:49:57.746 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8829 | 2026-08-25T07:49:58.878Z | [verify-libraries] Compiling termios v0.3.3 |
| 8830 | 2026-08-25T07:49:58.878Z | [ recovery-image] Aug 25 07:49:57.756 INFO O| Aug 25 07:49:57.756 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8831 | 2026-08-25T07:49:58.878Z | [ recovery-image] Aug 25 07:49:57.756 INFO O| Aug 25 07:49:57.756 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8832 | 2026-08-25T07:49:58.878Z | [ recovery-image] Aug 25 07:49:57.756 INFO O| Aug 25 07:49:57.756 INFO STEP 16 (ensure_dir) COMPLETE |
| 8833 | 2026-08-25T07:49:58.878Z | [ recovery-image] Aug 25 07:49:57.756 INFO O| Aug 25 07:49:57.756 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8834 | 2026-08-25T07:49:58.887Z | [ recovery-image] Aug 25 07:49:57.766 INFO O| Aug 25 07:49:57.766 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8835 | 2026-08-25T07:49:58.887Z | [ recovery-image] Aug 25 07:49:57.766 INFO O| Aug 25 07:49:57.766 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8836 | 2026-08-25T07:49:58.887Z | [ recovery-image] Aug 25 07:49:57.766 INFO O| Aug 25 07:49:57.766 INFO STEP 17 (ensure_dir) COMPLETE |
| 8837 | 2026-08-25T07:49:58.891Z | [ recovery-image] Aug 25 07:49:57.766 INFO O| Aug 25 07:49:57.766 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8838 | 2026-08-25T07:49:58.896Z | [ recovery-image] Aug 25 07:49:57.775 INFO O| Aug 25 07:49:57.775 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 8839 | 2026-08-25T07:49:58.899Z | [ recovery-image] Aug 25 07:49:57.775 INFO O| Aug 25 07:49:57.775 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog |
| 8840 | 2026-08-25T07:49:58.899Z | [ recovery-image] Aug 25 07:49:57.775 INFO O| Aug 25 07:49:57.775 INFO ok! |
| 8841 | 2026-08-25T07:49:58.899Z | [ recovery-image] Aug 25 07:49:57.775 INFO O| Aug 25 07:49:57.775 INFO STEP 18 (ensure_symlink) COMPLETE |
| 8842 | 2026-08-25T07:49:58.899Z | [ recovery-image] Aug 25 07:49:57.775 INFO O| Aug 25 07:49:57.775 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8843 | 2026-08-25T07:49:58.906Z | [ recovery-image] Aug 25 07:49:57.785 INFO O| Aug 25 07:49:57.784 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents |
| 8844 | 2026-08-25T07:49:58.906Z | [ recovery-image] Aug 25 07:49:57.785 INFO O| Aug 25 07:49:57.784 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure |
| 8845 | 2026-08-25T07:49:58.909Z | [ recovery-image] Aug 25 07:49:57.785 INFO O| Aug 25 07:49:57.785 INFO ok! |
| 8846 | 2026-08-25T07:49:58.909Z | [ recovery-image] Aug 25 07:49:57.785 INFO O| Aug 25 07:49:57.785 INFO STEP 19 (ensure_file) COMPLETE |
| 8847 | 2026-08-25T07:49:58.909Z | [ recovery-image] Aug 25 07:49:57.785 INFO O| Aug 25 07:49:57.785 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8848 | 2026-08-25T07:49:58.917Z | [ recovery-image] Aug 25 07:49:57.795 INFO O| Aug 25 07:49:57.795 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
| 8849 | 2026-08-25T07:49:58.917Z | [ recovery-image] Aug 25 07:49:57.795 INFO O| Aug 25 07:49:57.795 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 8850 | 2026-08-25T07:49:58.922Z | [ recovery-image] Aug 25 07:49:57.795 INFO O| Aug 25 07:49:57.795 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml |
| 8851 | 2026-08-25T07:49:58.922Z | [ recovery-image] Aug 25 07:49:57.795 INFO O| Aug 25 07:49:57.795 INFO ok! |
| 8852 | 2026-08-25T07:49:58.922Z | [ recovery-image] Aug 25 07:49:57.795 INFO O| Aug 25 07:49:57.795 INFO STEP 20 (ensure_symlink) COMPLETE |
| 8853 | 2026-08-25T07:49:58.922Z | [ recovery-image] Aug 25 07:49:57.795 INFO O| Aug 25 07:49:57.795 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8854 | 2026-08-25T07:49:58.926Z | [ recovery-image] Aug 25 07:49:57.805 INFO O| Aug 25 07:49:57.805 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
| 8855 | 2026-08-25T07:49:58.926Z | [ recovery-image] Aug 25 07:49:57.805 INFO O| Aug 25 07:49:57.805 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 8856 | 2026-08-25T07:49:58.930Z | [ recovery-image] Aug 25 07:49:57.805 INFO O| Aug 25 07:49:57.805 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
| 8857 | 2026-08-25T07:49:58.930Z | [ recovery-image] Aug 25 07:49:57.805 INFO O| Aug 25 07:49:57.805 INFO ok! |
| 8858 | 2026-08-25T07:49:58.930Z | [ recovery-image] Aug 25 07:49:57.805 INFO O| Aug 25 07:49:57.805 INFO STEP 21 (ensure_symlink) COMPLETE |
| 8859 | 2026-08-25T07:49:58.930Z | [ recovery-image] Aug 25 07:49:57.805 INFO O| Aug 25 07:49:57.805 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8860 | 2026-08-25T07:49:58.937Z | [ recovery-image] Aug 25 07:49:57.816 INFO O| Aug 25 07:49:57.816 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
| 8861 | 2026-08-25T07:49:58.937Z | [ recovery-image] Aug 25 07:49:57.816 INFO O| Aug 25 07:49:57.816 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 8862 | 2026-08-25T07:49:58.940Z | [ recovery-image] Aug 25 07:49:57.816 INFO O| Aug 25 07:49:57.816 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml |
| 8863 | 2026-08-25T07:49:58.940Z | [ recovery-image] Aug 25 07:49:57.816 INFO O| Aug 25 07:49:57.816 INFO ok! |
| 8864 | 2026-08-25T07:49:58.940Z | [ recovery-image] Aug 25 07:49:57.816 INFO O| Aug 25 07:49:57.816 INFO STEP 22 (ensure_symlink) COMPLETE |
| 8865 | 2026-08-25T07:49:58.940Z | [ recovery-image] Aug 25 07:49:57.816 INFO O| Aug 25 07:49:57.816 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8866 | 2026-08-25T07:49:58.956Z | [ recovery-image] Aug 25 07:49:57.826 INFO O| Aug 25 07:49:57.825 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
| 8867 | 2026-08-25T07:49:58.956Z | [ recovery-image] Aug 25 07:49:57.826 INFO O| Aug 25 07:49:57.825 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 8868 | 2026-08-25T07:49:58.956Z | [ recovery-image] Aug 25 07:49:57.826 INFO O| Aug 25 07:49:57.826 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml |
| 8869 | 2026-08-25T07:49:58.956Z | [ recovery-image] Aug 25 07:49:57.826 INFO O| Aug 25 07:49:57.826 INFO ok! |
| 8870 | 2026-08-25T07:49:58.956Z | [ recovery-image] Aug 25 07:49:57.826 INFO O| Aug 25 07:49:57.826 INFO STEP 23 (ensure_symlink) COMPLETE |
| 8871 | 2026-08-25T07:49:58.956Z | [ recovery-image] Aug 25 07:49:57.826 INFO O| Aug 25 07:49:57.826 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8872 | 2026-08-25T07:49:58.960Z | [ recovery-image] Aug 25 07:49:57.835 INFO O| Aug 25 07:49:57.835 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 8873 | 2026-08-25T07:49:58.960Z | [ recovery-image] Aug 25 07:49:57.835 INFO O| Aug 25 07:49:57.835 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 ... |
| 8874 | 2026-08-25T07:49:58.960Z | [ recovery-image] Aug 25 07:49:57.835 INFO O| Aug 25 07:49:57.835 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf |
| 8875 | 2026-08-25T07:49:58.960Z | [ recovery-image] Aug 25 07:49:57.835 INFO O| Aug 25 07:49:57.835 INFO ok! |
| 8876 | 2026-08-25T07:49:58.962Z | [ recovery-image] Aug 25 07:49:57.835 INFO O| Aug 25 07:49:57.835 INFO STEP 24 (ensure_file) COMPLETE |
| 8877 | 2026-08-25T07:49:58.963Z | [ recovery-image] Aug 25 07:49:57.835 INFO O| Aug 25 07:49:57.835 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8878 | 2026-08-25T07:49:58.978Z | [ recovery-image] Aug 25 07:49:57.844 INFO O| Aug 25 07:49:57.844 INFO updating shadow file |
| 8879 | 2026-08-25T07:49:58.978Z | [ recovery-image] Aug 25 07:49:57.844 INFO O| Aug 25 07:49:57.844 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8880 | 2026-08-25T07:49:58.978Z | [ recovery-image] Aug 25 07:49:57.844 INFO O| Aug 25 07:49:57.844 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8881 | 2026-08-25T07:49:58.978Z | [ recovery-image] Aug 25 07:49:57.844 INFO O| Aug 25 07:49:57.844 INFO STEP 25 (shadow) COMPLETE |
| 8882 | 2026-08-25T07:49:58.978Z | [ recovery-image] Aug 25 07:49:57.844 INFO O| Aug 25 07:49:57.844 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8883 | 2026-08-25T07:49:58.983Z | [ recovery-image] Aug 25 07:49:57.862 INFO O| Aug 25 07:49:57.853 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 8884 | 2026-08-25T07:49:58.983Z | [ recovery-image] Aug 25 07:49:57.862 INFO O| Aug 25 07:49:57.854 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ... |
| 8885 | 2026-08-25T07:49:58.983Z | [ recovery-image] Aug 25 07:49:57.862 INFO O| Aug 25 07:49:57.854 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts |
| 8886 | 2026-08-25T07:49:58.987Z | [ recovery-image] Aug 25 07:49:57.862 INFO O| Aug 25 07:49:57.854 INFO ok! |
| 8887 | 2026-08-25T07:49:58.987Z | [ recovery-image] Aug 25 07:49:57.862 INFO O| Aug 25 07:49:57.854 INFO STEP 26 (ensure_file) COMPLETE |
| 8888 | 2026-08-25T07:49:58.987Z | [ recovery-image] Aug 25 07:49:57.862 INFO O| Aug 25 07:49:57.854 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8889 | 2026-08-25T07:49:58.987Z | [ recovery-image] Aug 25 07:49:57.864 INFO O| Aug 25 07:49:57.862 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist |
| 8890 | 2026-08-25T07:49:58.987Z | [ recovery-image] Aug 25 07:49:57.864 INFO O| Aug 25 07:49:57.862 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ... |
| 8891 | 2026-08-25T07:49:58.987Z | [ recovery-image] Aug 25 07:49:57.864 INFO O| Aug 25 07:49:57.862 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename |
| 8892 | 2026-08-25T07:49:58.987Z | [ recovery-image] Aug 25 07:49:57.864 INFO O| Aug 25 07:49:57.862 INFO ok! |
| 8893 | 2026-08-25T07:49:58.987Z | [ recovery-image] Aug 25 07:49:57.864 INFO O| Aug 25 07:49:57.862 INFO STEP 27 (ensure_file) COMPLETE |
| 8894 | 2026-08-25T07:49:58.987Z | [ recovery-image] Aug 25 07:49:57.864 INFO O| Aug 25 07:49:57.862 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8895 | 2026-08-25T07:49:58.996Z | [ recovery-image] Aug 25 07:49:57.872 INFO O| Aug 25 07:49:57.871 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 8896 | 2026-08-25T07:49:58.996Z | [ recovery-image] Aug 25 07:49:57.872 INFO O| Aug 25 07:49:57.871 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ... |
| 8897 | 2026-08-25T07:49:58.996Z | [ recovery-image] Aug 25 07:49:57.872 INFO O| Aug 25 07:49:57.872 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8898 | 2026-08-25T07:49:58.996Z | [ recovery-image] Aug 25 07:49:57.872 INFO O| Aug 25 07:49:57.872 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8899 | 2026-08-25T07:49:59.000Z | [ recovery-image] Aug 25 07:49:57.872 INFO O| Aug 25 07:49:57.872 INFO ok! |
| 8900 | 2026-08-25T07:49:59.000Z | [ recovery-image] Aug 25 07:49:57.872 INFO O| Aug 25 07:49:57.872 INFO STEP 28 (ensure_file) COMPLETE |
| 8901 | 2026-08-25T07:49:59.000Z | [ recovery-image] Aug 25 07:49:57.872 INFO O| Aug 25 07:49:57.872 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8902 | 2026-08-25T07:49:59.003Z | [ recovery-image] Aug 25 07:49:57.880 INFO O| Aug 25 07:49:57.880 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist |
| 8903 | 2026-08-25T07:49:59.003Z | [ recovery-image] Aug 25 07:49:57.880 INFO O| Aug 25 07:49:57.880 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ... |
| 8904 | 2026-08-25T07:49:59.003Z | [ recovery-image] Aug 25 07:49:57.880 INFO O| Aug 25 07:49:57.880 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf |
| 8905 | 2026-08-25T07:49:59.003Z | [ recovery-image] Aug 25 07:49:57.880 INFO O| Aug 25 07:49:57.880 INFO ok! |
| 8906 | 2026-08-25T07:49:59.003Z | [ recovery-image] Aug 25 07:49:57.880 INFO O| Aug 25 07:49:57.880 INFO STEP 29 (ensure_file) COMPLETE |
| 8907 | 2026-08-25T07:49:59.003Z | [ recovery-image] Aug 25 07:49:57.880 INFO O| Aug 25 07:49:57.880 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8908 | 2026-08-25T07:49:59.019Z | [ recovery-image] Aug 25 07:49:57.889 INFO O| Aug 25 07:49:57.889 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8909 | 2026-08-25T07:49:59.019Z | [ recovery-image] Aug 25 07:49:57.889 INFO O| Aug 25 07:49:57.889 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8910 | 2026-08-25T07:49:59.019Z | [ recovery-image] Aug 25 07:49:57.889 INFO O| Aug 25 07:49:57.889 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8911 | 2026-08-25T07:49:59.019Z | [ recovery-image] Aug 25 07:49:57.889 INFO O| Aug 25 07:49:57.889 INFO STEP 30 (ensure_dir) COMPLETE |
| 8912 | 2026-08-25T07:49:59.023Z | [ recovery-image] Aug 25 07:49:57.889 INFO O| Aug 25 07:49:57.889 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8913 | 2026-08-25T07:49:59.023Z | [ recovery-image] Aug 25 07:49:57.900 INFO O| Aug 25 07:49:57.900 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist |
| 8914 | 2026-08-25T07:49:59.023Z | [ recovery-image] Aug 25 07:49:57.900 INFO O| Aug 25 07:49:57.900 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 ... |
| 8915 | 2026-08-25T07:49:59.023Z | [ recovery-image] Aug 25 07:49:57.900 INFO O| Aug 25 07:49:57.900 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 |
| 8916 | 2026-08-25T07:49:59.023Z | [ recovery-image] Aug 25 07:49:57.901 INFO O| Aug 25 07:49:57.900 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup |
| 8917 | 2026-08-25T07:49:59.023Z | [ recovery-image] Aug 25 07:49:57.901 INFO O| Aug 25 07:49:57.901 INFO ok! |
| 8918 | 2026-08-25T07:49:59.023Z | [ recovery-image] Aug 25 07:49:57.901 INFO O| Aug 25 07:49:57.901 INFO STEP 31 (ensure_file) COMPLETE |
| 8919 | 2026-08-25T07:49:59.023Z | [ recovery-image] Aug 25 07:49:57.901 INFO O| Aug 25 07:49:57.901 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8920 | 2026-08-25T07:49:59.031Z | [ recovery-image] Aug 25 07:49:57.909 INFO O| Aug 25 07:49:57.909 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8921 | 2026-08-25T07:49:59.032Z | [ recovery-image] Aug 25 07:49:57.909 INFO O| Aug 25 07:49:57.909 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8922 | 2026-08-25T07:49:59.032Z | [ recovery-image] Aug 25 07:49:57.909 INFO O| Aug 25 07:49:57.909 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8923 | 2026-08-25T07:49:59.032Z | [ recovery-image] Aug 25 07:49:57.909 INFO O| Aug 25 07:49:57.909 INFO STEP 32 (ensure_dir) COMPLETE |
| 8924 | 2026-08-25T07:49:59.032Z | [ recovery-image] Aug 25 07:49:57.909 INFO O| Aug 25 07:49:57.909 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8925 | 2026-08-25T07:49:59.040Z | [ recovery-image] Aug 25 07:49:57.919 INFO O| Aug 25 07:49:57.918 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 8926 | 2026-08-25T07:49:59.040Z | [ recovery-image] Aug 25 07:49:57.919 INFO O| Aug 25 07:49:57.919 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 ... |
| 8927 | 2026-08-25T07:49:59.040Z | [ recovery-image] Aug 25 07:49:57.919 INFO O| Aug 25 07:49:57.919 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 |
| 8928 | 2026-08-25T07:49:59.044Z | [ recovery-image] Aug 25 07:49:57.919 INFO O| Aug 25 07:49:57.919 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml |
| 8929 | 2026-08-25T07:49:59.044Z | [ recovery-image] Aug 25 07:49:57.919 INFO O| Aug 25 07:49:57.919 INFO ok! |
| 8930 | 2026-08-25T07:49:59.044Z | [ recovery-image] Aug 25 07:49:57.919 INFO O| Aug 25 07:49:57.919 INFO STEP 33 (ensure_file) COMPLETE |
| 8931 | 2026-08-25T07:49:59.044Z | [ recovery-image] Aug 25 07:49:57.919 INFO O| Aug 25 07:49:57.919 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8932 | 2026-08-25T07:49:59.051Z | [ recovery-image] Aug 25 07:49:57.928 INFO O| Aug 25 07:49:57.928 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist |
| 8933 | 2026-08-25T07:49:59.051Z | [ recovery-image] Aug 25 07:49:57.928 INFO O| Aug 25 07:49:57.928 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ... |
| 8934 | 2026-08-25T07:49:59.051Z | [ recovery-image] Aug 25 07:49:57.928 INFO O| Aug 25 07:49:57.928 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master |
| 8935 | 2026-08-25T07:49:59.051Z | [ recovery-image] Aug 25 07:49:57.928 INFO O| Aug 25 07:49:57.928 INFO ok! |
| 8936 | 2026-08-25T07:49:59.051Z | [ recovery-image] Aug 25 07:49:57.928 INFO O| Aug 25 07:49:57.928 INFO STEP 34 (ensure_file) COMPLETE |
| 8937 | 2026-08-25T07:49:59.051Z | [ recovery-image] Aug 25 07:49:57.928 INFO O| Aug 25 07:49:57.928 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8938 | 2026-08-25T07:49:59.052Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 8939 | 2026-08-25T07:49:59.059Z | [ recovery-image] Aug 25 07:49:57.938 INFO O| Aug 25 07:49:57.938 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
| 8940 | 2026-08-25T07:49:59.059Z | [ recovery-image] Aug 25 07:49:57.938 INFO O| Aug 25 07:49:57.938 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ... |
| 8941 | 2026-08-25T07:49:59.059Z | [ recovery-image] Aug 25 07:49:57.938 INFO O| Aug 25 07:49:57.938 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8942 | 2026-08-25T07:49:59.063Z | [ recovery-image] Aug 25 07:49:57.938 INFO O| Aug 25 07:49:57.938 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8943 | 2026-08-25T07:49:59.063Z | [ recovery-image] Aug 25 07:49:57.938 INFO O| Aug 25 07:49:57.938 INFO ok! |
| 8944 | 2026-08-25T07:49:59.063Z | [ recovery-image] Aug 25 07:49:57.938 INFO O| Aug 25 07:49:57.938 INFO STEP 35 (ensure_file) COMPLETE |
| 8945 | 2026-08-25T07:49:59.063Z | [ recovery-image] Aug 25 07:49:57.938 INFO O| Aug 25 07:49:57.938 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8946 | 2026-08-25T07:49:59.070Z | [ recovery-image] Aug 25 07:49:57.949 INFO O| Aug 25 07:49:57.949 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
| 8947 | 2026-08-25T07:49:59.070Z | [ recovery-image] Aug 25 07:49:57.949 INFO O| Aug 25 07:49:57.949 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ... |
| 8948 | 2026-08-25T07:49:59.077Z | [ recovery-image] Aug 25 07:49:57.949 INFO O| Aug 25 07:49:57.949 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init |
| 8949 | 2026-08-25T07:49:59.077Z | [ recovery-image] Aug 25 07:49:57.949 INFO O| Aug 25 07:49:57.949 INFO ok! |
| 8950 | 2026-08-25T07:49:59.077Z | [ recovery-image] Aug 25 07:49:57.949 INFO O| Aug 25 07:49:57.949 INFO STEP 36 (ensure_file) COMPLETE |
| 8951 | 2026-08-25T07:49:59.077Z | [ recovery-image] Aug 25 07:49:57.949 INFO O| Aug 25 07:49:57.949 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8952 | 2026-08-25T07:49:59.084Z | [ recovery-image] Aug 25 07:49:57.961 INFO O| Aug 25 07:49:57.961 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 8953 | 2026-08-25T07:49:59.084Z | [ recovery-image] Aug 25 07:49:57.961 INFO O| Aug 25 07:49:57.961 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ... |
| 8954 | 2026-08-25T07:49:59.084Z | [ recovery-image] Aug 25 07:49:57.961 INFO O| Aug 25 07:49:57.961 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config |
| 8955 | 2026-08-25T07:49:59.084Z | [ recovery-image] Aug 25 07:49:57.961 INFO O| Aug 25 07:49:57.961 INFO ok! |
| 8956 | 2026-08-25T07:49:59.084Z | [ recovery-image] Aug 25 07:49:57.961 INFO O| Aug 25 07:49:57.961 INFO STEP 37 (ensure_file) COMPLETE |
| 8957 | 2026-08-25T07:49:59.084Z | [ recovery-image] Aug 25 07:49:57.961 INFO O| Aug 25 07:49:57.961 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8958 | 2026-08-25T07:49:59.094Z | [ recovery-image] Aug 25 07:49:57.972 INFO O| Aug 25 07:49:57.972 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist |
| 8959 | 2026-08-25T07:49:59.094Z | [ recovery-image] Aug 25 07:49:57.972 INFO O| Aug 25 07:49:57.972 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ... |
| 8960 | 2026-08-25T07:49:59.102Z | [ recovery-image] Aug 25 07:49:57.972 INFO O| Aug 25 07:49:57.972 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8961 | 2026-08-25T07:49:59.102Z | [ recovery-image] Aug 25 07:49:57.972 INFO O| Aug 25 07:49:57.972 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8962 | 2026-08-25T07:49:59.102Z | [ recovery-image] Aug 25 07:49:57.972 INFO O| Aug 25 07:49:57.972 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8963 | 2026-08-25T07:49:59.102Z | [ recovery-image] Aug 25 07:49:57.972 INFO O| Aug 25 07:49:57.972 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8964 | 2026-08-25T07:49:59.102Z | [ recovery-image] Aug 25 07:49:57.972 INFO O| Aug 25 07:49:57.972 INFO ok! |
| 8965 | 2026-08-25T07:49:59.102Z | [ recovery-image] Aug 25 07:49:57.972 INFO O| Aug 25 07:49:57.972 INFO STEP 38 (ensure_file) COMPLETE |
| 8966 | 2026-08-25T07:49:59.102Z | [ recovery-image] Aug 25 07:49:57.972 INFO O| Aug 25 07:49:57.972 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8967 | 2026-08-25T07:49:59.102Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 8968 | 2026-08-25T07:49:59.105Z | [ recovery-image] Aug 25 07:49:57.982 INFO O| Aug 25 07:49:57.982 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8969 | 2026-08-25T07:49:59.105Z | [ recovery-image] Aug 25 07:49:57.982 INFO O| Aug 25 07:49:57.982 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8970 | 2026-08-25T07:49:59.105Z | [ recovery-image] Aug 25 07:49:57.982 INFO O| Aug 25 07:49:57.982 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8971 | 2026-08-25T07:49:59.105Z | [ recovery-image] Aug 25 07:49:57.982 INFO O| Aug 25 07:49:57.982 INFO STEP 39 (ensure_dir) COMPLETE |
| 8972 | 2026-08-25T07:49:59.106Z | [ recovery-image] Aug 25 07:49:57.982 INFO O| Aug 25 07:49:57.982 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8973 | 2026-08-25T07:49:59.115Z | [ recovery-image] Aug 25 07:49:57.994 INFO O| Aug 25 07:49:57.994 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 |
| 8974 | 2026-08-25T07:49:59.115Z | [ recovery-image] Aug 25 07:49:57.994 INFO O| Aug 25 07:49:57.994 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 ... |
| 8975 | 2026-08-25T07:49:59.119Z | [ recovery-image] Aug 25 07:49:57.994 INFO O| Aug 25 07:49:57.994 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 |
| 8976 | 2026-08-25T07:49:59.119Z | [ recovery-image] Aug 25 07:49:57.994 INFO O| Aug 25 07:49:57.994 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 |
| 8977 | 2026-08-25T07:49:59.119Z | [ recovery-image] Aug 25 07:49:57.994 INFO O| Aug 25 07:49:57.994 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 |
| 8978 | 2026-08-25T07:49:59.119Z | [ recovery-image] Aug 25 07:49:57.994 INFO O| Aug 25 07:49:57.994 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 |
| 8979 | 2026-08-25T07:49:59.119Z | [ recovery-image] Aug 25 07:49:57.994 INFO O| Aug 25 07:49:57.994 INFO ok! |
| 8980 | 2026-08-25T07:49:59.119Z | [ recovery-image] Aug 25 07:49:57.994 INFO O| Aug 25 07:49:57.994 INFO STEP 40 (ensure_file) COMPLETE |
| 8981 | 2026-08-25T07:49:59.119Z | [ recovery-image] Aug 25 07:49:57.994 INFO O| Aug 25 07:49:57.994 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8982 | 2026-08-25T07:49:59.126Z | [ recovery-image] Aug 25 07:49:58.005 INFO O| Aug 25 07:49:58.005 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 8983 | 2026-08-25T07:49:59.130Z | [ recovery-image] Aug 25 07:49:58.005 INFO O| Aug 25 07:49:58.005 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 ... |
| 8984 | 2026-08-25T07:49:59.130Z | [ recovery-image] Aug 25 07:49:58.005 INFO O| Aug 25 07:49:58.005 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 8985 | 2026-08-25T07:49:59.130Z | [ recovery-image] Aug 25 07:49:58.005 INFO O| Aug 25 07:49:58.005 INFO ok! |
| 8986 | 2026-08-25T07:49:59.130Z | [ recovery-image] Aug 25 07:49:58.005 INFO O| Aug 25 07:49:58.005 INFO STEP 41 (ensure_symlink) COMPLETE |
| 8987 | 2026-08-25T07:49:59.130Z | [ recovery-image] Aug 25 07:49:58.005 INFO O| Aug 25 07:49:58.005 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8988 | 2026-08-25T07:49:59.137Z | [ recovery-image] Aug 25 07:49:58.016 INFO O| Aug 25 07:49:58.016 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist |
| 8989 | 2026-08-25T07:49:59.137Z | [ recovery-image] Aug 25 07:49:58.016 INFO O| Aug 25 07:49:58.016 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 8990 | 2026-08-25T07:49:59.139Z | [ recovery-image] Aug 25 07:49:58.016 INFO O| Aug 25 07:49:58.016 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo |
| 8991 | 2026-08-25T07:49:59.139Z | [ recovery-image] Aug 25 07:49:58.016 INFO O| Aug 25 07:49:58.016 INFO ok! |
| 8992 | 2026-08-25T07:49:59.139Z | [ recovery-image] Aug 25 07:49:58.016 INFO O| Aug 25 07:49:58.016 INFO STEP 42 (ensure_symlink) COMPLETE |
| 8993 | 2026-08-25T07:49:59.139Z | [ recovery-image] Aug 25 07:49:58.016 INFO O| Aug 25 07:49:58.016 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8994 | 2026-08-25T07:49:59.147Z | [ recovery-image] Aug 25 07:49:58.026 INFO O| Aug 25 07:49:58.026 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
| 8995 | 2026-08-25T07:49:59.147Z | [ recovery-image] Aug 25 07:49:58.026 INFO O| Aug 25 07:49:58.026 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ... |
| 8996 | 2026-08-25T07:49:59.147Z | [ recovery-image] Aug 25 07:49:58.026 INFO O| Aug 25 07:49:58.026 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8997 | 2026-08-25T07:49:59.147Z | [ recovery-image] Aug 25 07:49:58.026 INFO O| Aug 25 07:49:58.026 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8998 | 2026-08-25T07:49:59.147Z | [ recovery-image] Aug 25 07:49:58.026 INFO O| Aug 25 07:49:58.026 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8999 | 2026-08-25T07:49:59.147Z | [ recovery-image] Aug 25 07:49:58.026 INFO O| Aug 25 07:49:58.026 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 9000 | 2026-08-25T07:49:59.147Z | [ recovery-image] Aug 25 07:49:58.026 INFO O| Aug 25 07:49:58.026 INFO ok! |
| 9001 | 2026-08-25T07:49:59.151Z | [ recovery-image] Aug 25 07:49:58.026 INFO O| Aug 25 07:49:58.026 INFO STEP 43 (ensure_file) COMPLETE |
| 9002 | 2026-08-25T07:49:59.151Z | [ recovery-image] Aug 25 07:49:58.026 INFO O| Aug 25 07:49:58.026 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9003 | 2026-08-25T07:49:59.156Z | [ recovery-image] Aug 25 07:49:58.035 INFO O| Aug 25 07:49:58.035 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
| 9004 | 2026-08-25T07:49:59.156Z | [ recovery-image] Aug 25 07:49:58.035 INFO O| Aug 25 07:49:58.035 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 ... |
| 9005 | 2026-08-25T07:49:59.156Z | [ recovery-image] Aug 25 07:49:58.035 INFO O| Aug 25 07:49:58.035 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 |
| 9006 | 2026-08-25T07:49:59.159Z | [ recovery-image] Aug 25 07:49:58.035 INFO O| Aug 25 07:49:58.035 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 9007 | 2026-08-25T07:49:59.160Z | [ recovery-image] Aug 25 07:49:58.035 INFO O| Aug 25 07:49:58.035 INFO ok! |
| 9008 | 2026-08-25T07:49:59.160Z | [ recovery-image] Aug 25 07:49:58.035 INFO O| Aug 25 07:49:58.035 INFO STEP 44 (ensure_file) COMPLETE |
| 9009 | 2026-08-25T07:49:59.160Z | [ recovery-image] Aug 25 07:49:58.035 INFO O| Aug 25 07:49:58.035 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9010 | 2026-08-25T07:49:59.168Z | [ recovery-image] Aug 25 07:49:58.047 INFO O| Aug 25 07:49:58.046 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist |
| 9011 | 2026-08-25T07:49:59.168Z | [ recovery-image] Aug 25 07:49:58.047 INFO O| Aug 25 07:49:58.046 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ... |
| 9012 | 2026-08-25T07:49:59.168Z | [ recovery-image] Aug 25 07:49:58.047 INFO O| Aug 25 07:49:58.047 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml |
| 9013 | 2026-08-25T07:49:59.171Z | [ recovery-image] Aug 25 07:49:58.047 INFO O| Aug 25 07:49:58.047 INFO ok! |
| 9014 | 2026-08-25T07:49:59.171Z | [ recovery-image] Aug 25 07:49:58.047 INFO O| Aug 25 07:49:58.047 INFO STEP 45 (ensure_file) COMPLETE |
| 9015 | 2026-08-25T07:49:59.171Z | [ recovery-image] Aug 25 07:49:58.047 INFO O| Aug 25 07:49:58.047 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9016 | 2026-08-25T07:49:59.203Z | [ recovery-image] Aug 25 07:49:58.082 INFO O| Aug 25 07:49:58.081 INFO updating shadow file |
| 9017 | 2026-08-25T07:49:59.203Z | [ recovery-image] Aug 25 07:49:58.082 INFO O| Aug 25 07:49:58.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 9018 | 2026-08-25T07:49:59.203Z | [ recovery-image] Aug 25 07:49:58.082 INFO O| Aug 25 07:49:58.082 INFO STEP 46 (shadow) COMPLETE |
| 9019 | 2026-08-25T07:49:59.210Z | [ recovery-image] Aug 25 07:49:58.082 INFO O| Aug 25 07:49:58.082 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9020 | 2026-08-25T07:49:59.217Z | [ recovery-image] Aug 25 07:49:58.093 INFO O| Aug 25 07:49:58.093 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
| 9021 | 2026-08-25T07:49:59.217Z | [ recovery-image] Aug 25 07:49:58.093 INFO O| Aug 25 07:49:58.093 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ... |
| 9022 | 2026-08-25T07:49:59.217Z | [ recovery-image] Aug 25 07:49:58.093 INFO O| Aug 25 07:49:58.093 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 9023 | 2026-08-25T07:49:59.217Z | [ recovery-image] Aug 25 07:49:58.093 INFO O| Aug 25 07:49:58.093 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 9024 | 2026-08-25T07:49:59.217Z | [ recovery-image] Aug 25 07:49:58.093 INFO O| Aug 25 07:49:58.093 INFO ok! |
| 9025 | 2026-08-25T07:49:59.217Z | [ recovery-image] Aug 25 07:49:58.093 INFO O| Aug 25 07:49:58.093 INFO STEP 47 (ensure_file) COMPLETE |
| 9026 | 2026-08-25T07:49:59.217Z | [ recovery-image] Aug 25 07:49:58.093 INFO O| Aug 25 07:49:58.093 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9027 | 2026-08-25T07:49:59.227Z | [ recovery-image] Aug 25 07:49:58.106 INFO O| Aug 25 07:49:58.106 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt |
| 9028 | 2026-08-25T07:49:59.227Z | [ recovery-image] Aug 25 07:49:58.106 INFO O| Aug 25 07:49:58.106 INFO STEP 48 (ensure_dir) COMPLETE |
| 9029 | 2026-08-25T07:49:59.231Z | [ recovery-image] Aug 25 07:49:58.106 INFO O| Aug 25 07:49:58.106 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9030 | 2026-08-25T07:49:59.236Z | [ recovery-image] Aug 25 07:49:58.115 INFO O| Aug 25 07:49:58.115 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 9031 | 2026-08-25T07:49:59.236Z | [ recovery-image] Aug 25 07:49:58.115 INFO O| Aug 25 07:49:58.115 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 9032 | 2026-08-25T07:49:59.239Z | [ recovery-image] Aug 25 07:49:58.115 INFO O| Aug 25 07:49:58.115 INFO STEP 49 (ensure_dir) COMPLETE |
| 9033 | 2026-08-25T07:49:59.239Z | [ recovery-image] Aug 25 07:49:58.115 INFO O| Aug 25 07:49:58.115 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9034 | 2026-08-25T07:49:59.244Z | [ recovery-image] Aug 25 07:49:58.123 INFO O| Aug 25 07:49:58.123 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 9035 | 2026-08-25T07:49:59.253Z | [ recovery-image] Aug 25 07:49:58.123 INFO O| Aug 25 07:49:58.123 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 9036 | 2026-08-25T07:49:59.253Z | [ recovery-image] Aug 25 07:49:58.123 INFO O| Aug 25 07:49:58.123 INFO STEP 50 (ensure_dir) COMPLETE |
| 9037 | 2026-08-25T07:49:59.253Z | [ recovery-image] Aug 25 07:49:58.123 INFO O| Aug 25 07:49:58.123 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9038 | 2026-08-25T07:49:59.257Z | [ recovery-image] Aug 25 07:49:58.133 INFO O| Aug 25 07:49:58.132 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
| 9039 | 2026-08-25T07:49:59.257Z | [ recovery-image] Aug 25 07:49:58.133 INFO O| Aug 25 07:49:58.132 INFO copying /tmp/.tmpA3naiZ/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ... |
| 9040 | 2026-08-25T07:49:59.286Z | [ recovery-image] Aug 25 07:49:58.165 INFO O| Aug 25 07:49:58.165 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator |
| 9041 | 2026-08-25T07:49:59.286Z | [ recovery-image] Aug 25 07:49:58.165 INFO O| Aug 25 07:49:58.165 INFO ok! |
| 9042 | 2026-08-25T07:49:59.286Z | [ recovery-image] Aug 25 07:49:58.165 INFO O| Aug 25 07:49:58.165 INFO STEP 51 (ensure_file) COMPLETE |
| 9043 | 2026-08-25T07:49:59.289Z | [ recovery-image] Aug 25 07:49:58.165 INFO O| Aug 25 07:49:58.165 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9044 | 2026-08-25T07:49:59.296Z | [ recovery-image] Aug 25 07:49:58.175 INFO O| Aug 25 07:49:58.175 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 9045 | 2026-08-25T07:49:59.296Z | [ recovery-image] Aug 25 07:49:58.175 INFO O| Aug 25 07:49:58.175 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 9046 | 2026-08-25T07:49:59.299Z | [ recovery-image] Aug 25 07:49:58.175 INFO O| Aug 25 07:49:58.175 INFO STEP 52 (ensure_dir) COMPLETE |
| 9047 | 2026-08-25T07:49:59.299Z | [ recovery-image] Aug 25 07:49:58.175 INFO O| Aug 25 07:49:58.175 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9048 | 2026-08-25T07:49:59.311Z | [ recovery-image] Aug 25 07:49:58.190 INFO O| Aug 25 07:49:58.190 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
| 9049 | 2026-08-25T07:49:59.312Z | [ recovery-image] Aug 25 07:49:58.190 INFO O| Aug 25 07:49:58.190 INFO copying /tmp/.tmpA3naiZ/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
| 9050 | 2026-08-25T07:49:59.312Z | [ recovery-image] Aug 25 07:49:58.190 INFO O| Aug 25 07:49:58.190 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION |
| 9051 | 2026-08-25T07:49:59.312Z | [ recovery-image] Aug 25 07:49:58.190 INFO O| Aug 25 07:49:58.190 INFO ok! |
| 9052 | 2026-08-25T07:49:59.315Z | [ recovery-image] Aug 25 07:49:58.190 INFO O| Aug 25 07:49:58.190 INFO STEP 53 (ensure_file) COMPLETE |
| 9053 | 2026-08-25T07:49:59.315Z | [ recovery-image] Aug 25 07:49:58.190 INFO O| Aug 25 07:49:58.190 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9054 | 2026-08-25T07:49:59.323Z | [ recovery-image] Aug 25 07:49:58.202 INFO O| Aug 25 07:49:58.202 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 9055 | 2026-08-25T07:49:59.323Z | [ recovery-image] Aug 25 07:49:58.202 INFO O| Aug 25 07:49:58.202 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 9056 | 2026-08-25T07:49:59.323Z | [ recovery-image] Aug 25 07:49:58.202 INFO O| Aug 25 07:49:58.202 INFO STEP 54 (ensure_dir) COMPLETE |
| 9057 | 2026-08-25T07:49:59.326Z | [ recovery-image] Aug 25 07:49:58.202 INFO O| Aug 25 07:49:58.202 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9058 | 2026-08-25T07:49:59.335Z | [ recovery-image] Aug 25 07:49:58.213 INFO O| Aug 25 07:49:58.213 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 9059 | 2026-08-25T07:49:59.335Z | [ recovery-image] Aug 25 07:49:58.213 INFO O| Aug 25 07:49:58.213 INFO copying /tmp/.tmpA3naiZ/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
| 9060 | 2026-08-25T07:50:01.359Z | [ recovery-image] Aug 25 07:50:00.238 INFO O| Aug 25 07:50:00.238 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
| 9061 | 2026-08-25T07:50:01.360Z | [ recovery-image] Aug 25 07:50:00.238 INFO O| Aug 25 07:50:00.238 INFO ok! |
| 9062 | 2026-08-25T07:50:01.360Z | [ recovery-image] Aug 25 07:50:00.239 INFO O| Aug 25 07:50:00.238 INFO STEP 55 (ensure_file) COMPLETE |
| 9063 | 2026-08-25T07:50:01.364Z | [ recovery-image] Aug 25 07:50:00.239 INFO O| Aug 25 07:50:00.238 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9064 | 2026-08-25T07:50:01.371Z | [ recovery-image] Aug 25 07:50:00.250 INFO O| Aug 25 07:50:00.250 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
| 9065 | 2026-08-25T07:50:01.371Z | [ recovery-image] Aug 25 07:50:00.250 INFO O| Aug 25 07:50:00.250 INFO copying /tmp/.tmpA3naiZ/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
| 9066 | 2026-08-25T07:50:01.909Z | [verify-libraries] Compiling polar-core v0.27.3 |
| 9067 | 2026-08-25T07:50:03.376Z | [ recovery-image] Aug 25 07:50:02.255 INFO O| Aug 25 07:50:02.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
| 9068 | 2026-08-25T07:50:03.376Z | [ recovery-image] Aug 25 07:50:02.255 INFO O| Aug 25 07:50:02.255 INFO ok! |
| 9069 | 2026-08-25T07:50:03.385Z | [ recovery-image] Aug 25 07:50:02.255 INFO O| Aug 25 07:50:02.255 INFO STEP 56 (ensure_file) COMPLETE |
| 9070 | 2026-08-25T07:50:03.385Z | [ recovery-image] Aug 25 07:50:02.255 INFO O| Aug 25 07:50:02.255 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9071 | 2026-08-25T07:50:03.390Z | [ recovery-image] Aug 25 07:50:02.266 INFO O| Aug 25 07:50:02.266 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 9072 | 2026-08-25T07:50:03.390Z | [ recovery-image] Aug 25 07:50:02.266 INFO O| Aug 25 07:50:02.266 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 9073 | 2026-08-25T07:50:03.390Z | [ recovery-image] Aug 25 07:50:02.266 INFO O| Aug 25 07:50:02.266 INFO STEP 57 (ensure_dir) COMPLETE |
| 9074 | 2026-08-25T07:50:03.390Z | [ recovery-image] Aug 25 07:50:02.266 INFO O| Aug 25 07:50:02.266 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9075 | 2026-08-25T07:50:03.397Z | [ recovery-image] Aug 25 07:50:02.276 INFO O| Aug 25 07:50:02.276 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 9076 | 2026-08-25T07:50:03.397Z | [ recovery-image] Aug 25 07:50:02.276 INFO O| Aug 25 07:50:02.276 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 9077 | 2026-08-25T07:50:03.397Z | [ recovery-image] Aug 25 07:50:02.276 INFO O| Aug 25 07:50:02.276 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 |
| 9078 | 2026-08-25T07:50:03.398Z | [ recovery-image] Aug 25 07:50:02.276 INFO O| Aug 25 07:50:02.276 INFO ok! |
| 9079 | 2026-08-25T07:50:03.398Z | [ recovery-image] Aug 25 07:50:02.276 INFO O| Aug 25 07:50:02.276 INFO STEP 58 (ensure_file) COMPLETE |
| 9080 | 2026-08-25T07:50:03.398Z | [ recovery-image] Aug 25 07:50:02.276 INFO O| Aug 25 07:50:02.276 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9081 | 2026-08-25T07:50:03.408Z | [ recovery-image] Aug 25 07:50:02.286 INFO O| Aug 25 07:50:02.286 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 9082 | 2026-08-25T07:50:03.408Z | [ recovery-image] Aug 25 07:50:02.287 INFO O| Aug 25 07:50:02.286 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 9083 | 2026-08-25T07:50:03.413Z | [ recovery-image] Aug 25 07:50:02.287 INFO O| Aug 25 07:50:02.286 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 |
| 9084 | 2026-08-25T07:50:03.413Z | [ recovery-image] Aug 25 07:50:02.287 INFO O| Aug 25 07:50:02.287 INFO ok! |
| 9085 | 2026-08-25T07:50:03.413Z | [ recovery-image] Aug 25 07:50:02.287 INFO O| Aug 25 07:50:02.287 INFO STEP 59 (ensure_file) COMPLETE |
| 9086 | 2026-08-25T07:50:03.413Z | [ recovery-image] Aug 25 07:50:02.287 INFO O| Aug 25 07:50:02.287 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9087 | 2026-08-25T07:50:03.424Z | [ recovery-image] Aug 25 07:50:02.295 INFO O| Aug 25 07:50:02.295 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 9088 | 2026-08-25T07:50:03.424Z | [ recovery-image] Aug 25 07:50:02.295 INFO O| Aug 25 07:50:02.295 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 9089 | 2026-08-25T07:50:03.424Z | [ recovery-image] Aug 25 07:50:02.295 INFO O| Aug 25 07:50:02.295 INFO STEP 60 (ensure_dir) COMPLETE |
| 9090 | 2026-08-25T07:50:03.424Z | [ recovery-image] Aug 25 07:50:02.295 INFO O| Aug 25 07:50:02.295 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9091 | 2026-08-25T07:50:03.433Z | [ recovery-image] Aug 25 07:50:02.304 INFO O| Aug 25 07:50:02.304 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 9092 | 2026-08-25T07:50:03.434Z | [ recovery-image] Aug 25 07:50:02.304 INFO O| Aug 25 07:50:02.304 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 9093 | 2026-08-25T07:50:03.434Z | [ recovery-image] Aug 25 07:50:02.304 INFO O| Aug 25 07:50:02.304 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 9094 | 2026-08-25T07:50:03.434Z | [ recovery-image] Aug 25 07:50:02.304 INFO O| Aug 25 07:50:02.304 INFO ok! |
| 9095 | 2026-08-25T07:50:03.473Z | [ recovery-image] Aug 25 07:50:02.304 INFO O| Aug 25 07:50:02.304 INFO STEP 61 (ensure_file) COMPLETE |
| 9096 | 2026-08-25T07:50:03.473Z | [ recovery-image] Aug 25 07:50:02.304 INFO O| Aug 25 07:50:02.304 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9097 | 2026-08-25T07:50:03.473Z | [ recovery-image] Aug 25 07:50:02.313 INFO O| Aug 25 07:50:02.313 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 9098 | 2026-08-25T07:50:03.473Z | [ recovery-image] Aug 25 07:50:02.313 INFO O| Aug 25 07:50:02.313 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 9099 | 2026-08-25T07:50:03.473Z | [ recovery-image] Aug 25 07:50:02.313 INFO O| Aug 25 07:50:02.313 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 |
| 9100 | 2026-08-25T07:50:03.473Z | [ recovery-image] Aug 25 07:50:02.313 INFO O| Aug 25 07:50:02.313 INFO ok! |
| 9101 | 2026-08-25T07:50:03.473Z | [ recovery-image] Aug 25 07:50:02.313 INFO O| Aug 25 07:50:02.313 INFO STEP 62 (ensure_file) COMPLETE |
| 9102 | 2026-08-25T07:50:03.473Z | [ recovery-image] Aug 25 07:50:02.313 INFO O| Aug 25 07:50:02.313 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9103 | 2026-08-25T07:50:03.473Z | [ recovery-image] Aug 25 07:50:02.320 INFO O| Aug 25 07:50:02.320 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 9104 | 2026-08-25T07:50:03.473Z | [ recovery-image] Aug 25 07:50:02.320 INFO O| Aug 25 07:50:02.320 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 9105 | 2026-08-25T07:50:03.473Z | [ recovery-image] Aug 25 07:50:02.320 INFO O| Aug 25 07:50:02.320 INFO STEP 63 (ensure_dir) COMPLETE |
| 9106 | 2026-08-25T07:50:03.473Z | [ recovery-image] Aug 25 07:50:02.320 INFO O| Aug 25 07:50:02.320 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9107 | 2026-08-25T07:50:03.473Z | [ recovery-image] Aug 25 07:50:02.328 INFO O| Aug 25 07:50:02.327 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 9108 | 2026-08-25T07:50:03.474Z | [ recovery-image] Aug 25 07:50:02.328 INFO O| Aug 25 07:50:02.328 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 9109 | 2026-08-25T07:50:03.474Z | [ recovery-image] Aug 25 07:50:02.328 INFO O| Aug 25 07:50:02.328 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 9110 | 2026-08-25T07:50:03.474Z | [ recovery-image] Aug 25 07:50:02.328 INFO O| Aug 25 07:50:02.328 INFO ok! |
| 9111 | 2026-08-25T07:50:03.474Z | [ recovery-image] Aug 25 07:50:02.328 INFO O| Aug 25 07:50:02.328 INFO STEP 64 (ensure_file) COMPLETE |
| 9112 | 2026-08-25T07:50:03.474Z | [ recovery-image] Aug 25 07:50:02.328 INFO O| Aug 25 07:50:02.328 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9113 | 2026-08-25T07:50:03.474Z | [ recovery-image] Aug 25 07:50:02.335 INFO O| Aug 25 07:50:02.335 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
| 9114 | 2026-08-25T07:50:03.474Z | [ recovery-image] Aug 25 07:50:02.335 INFO O| Aug 25 07:50:02.335 INFO copying /tmp/.tmpA3naiZ/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
| 9115 | 2026-08-25T07:50:03.475Z | [ recovery-image] Aug 25 07:50:02.335 INFO O| Aug 25 07:50:02.335 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
| 9116 | 2026-08-25T07:50:03.475Z | [ recovery-image] Aug 25 07:50:02.335 INFO O| Aug 25 07:50:02.335 INFO ok! |
| 9117 | 2026-08-25T07:50:03.475Z | [ recovery-image] Aug 25 07:50:02.335 INFO O| Aug 25 07:50:02.335 INFO STEP 65 (ensure_file) COMPLETE |
| 9118 | 2026-08-25T07:50:03.475Z | [ recovery-image] Aug 25 07:50:02.335 INFO O| Aug 25 07:50:02.335 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9119 | 2026-08-25T07:50:03.475Z | [ recovery-image] Aug 25 07:50:02.343 INFO O| Aug 25 07:50:02.343 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib |
| 9120 | 2026-08-25T07:50:03.475Z | [ recovery-image] Aug 25 07:50:02.343 INFO O| Aug 25 07:50:02.343 INFO STEP 66 (ensure_dir) COMPLETE |
| 9121 | 2026-08-25T07:50:03.475Z | [ recovery-image] Aug 25 07:50:02.343 INFO O| Aug 25 07:50:02.343 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9122 | 2026-08-25T07:50:03.483Z | [ recovery-image] Aug 25 07:50:02.351 INFO O| Aug 25 07:50:02.351 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc |
| 9123 | 2026-08-25T07:50:03.483Z | [ recovery-image] Aug 25 07:50:02.351 INFO O| Aug 25 07:50:02.351 INFO STEP 67 (ensure_dir) COMPLETE |
| 9124 | 2026-08-25T07:50:03.483Z | [ recovery-image] Aug 25 07:50:02.351 INFO O| Aug 25 07:50:02.351 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9125 | 2026-08-25T07:50:03.483Z | [ recovery-image] Aug 25 07:50:02.358 INFO O| Aug 25 07:50:02.358 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest |
| 9126 | 2026-08-25T07:50:03.484Z | [ recovery-image] Aug 25 07:50:02.358 INFO O| Aug 25 07:50:02.358 INFO STEP 68 (ensure_dir) COMPLETE |
| 9127 | 2026-08-25T07:50:03.484Z | [ recovery-image] Aug 25 07:50:02.358 INFO O| Aug 25 07:50:02.358 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9128 | 2026-08-25T07:50:03.491Z | [ recovery-image] Aug 25 07:50:02.366 INFO O| Aug 25 07:50:02.366 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site |
| 9129 | 2026-08-25T07:50:03.491Z | [ recovery-image] Aug 25 07:50:02.366 INFO O| Aug 25 07:50:02.366 INFO STEP 69 (ensure_dir) COMPLETE |
| 9130 | 2026-08-25T07:50:03.491Z | [ recovery-image] Aug 25 07:50:02.366 INFO O| Aug 25 07:50:02.366 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 9131 | 2026-08-25T07:50:03.501Z | [ recovery-image] Aug 25 07:50:02.374 INFO O| Aug 25 07:50:02.374 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
| 9132 | 2026-08-25T07:50:03.501Z | [ recovery-image] Aug 25 07:50:02.374 INFO O| Aug 25 07:50:02.374 INFO copying /tmp/.tmpA3naiZ/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
| 9133 | 2026-08-25T07:50:03.501Z | [ recovery-image] Aug 25 07:50:02.374 INFO O| Aug 25 07:50:02.374 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
| 9134 | 2026-08-25T07:50:03.501Z | [ recovery-image] Aug 25 07:50:02.374 INFO O| Aug 25 07:50:02.374 INFO ok! |
| 9135 | 2026-08-25T07:50:03.501Z | [ recovery-image] Aug 25 07:50:02.374 INFO O| Aug 25 07:50:02.374 INFO STEP 70 (ensure_file) COMPLETE |
| 9136 | 2026-08-25T07:50:03.501Z | [ recovery-image] Aug 25 07:50:02.374 INFO O| Aug 25 07:50:02.374 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9137 | 2026-08-25T07:50:03.509Z | [ recovery-image] Aug 25 07:50:02.383 INFO O| Aug 25 07:50:02.382 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
| 9138 | 2026-08-25T07:50:03.509Z | [ recovery-image] Aug 25 07:50:02.383 INFO O| Aug 25 07:50:02.383 INFO STEP 71 (remove_files) COMPLETE |
| 9139 | 2026-08-25T07:50:03.522Z | [ recovery-image] Aug 25 07:50:02.383 INFO O| Aug 25 07:50:02.383 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9140 | 2026-08-25T07:50:03.522Z | [ recovery-image] Aug 25 07:50:02.395 INFO O| Aug 25 07:50:02.395 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap" |
| 9141 | 2026-08-25T07:50:03.522Z | [ recovery-image] Aug 25 07:50:02.395 INFO O| Aug 25 07:50:02.395 INFO STEP 72 (remove_files) COMPLETE |
| 9142 | 2026-08-25T07:50:03.522Z | [ recovery-image] Aug 25 07:50:02.395 INFO O| Aug 25 07:50:02.395 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9143 | 2026-08-25T07:50:03.527Z | [ recovery-image] Aug 25 07:50:02.406 INFO O| Aug 25 07:50:02.406 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc" |
| 9144 | 2026-08-25T07:50:03.527Z | [ recovery-image] Aug 25 07:50:02.406 INFO O| Aug 25 07:50:02.406 INFO STEP 73 (remove_files) COMPLETE |
| 9145 | 2026-08-25T07:50:03.533Z | [ recovery-image] Aug 25 07:50:02.406 INFO O| Aug 25 07:50:02.406 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9146 | 2026-08-25T07:50:03.539Z | [ recovery-image] Aug 25 07:50:02.416 INFO O| Aug 25 07:50:02.416 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security" |
| 9147 | 2026-08-25T07:50:03.539Z | [ recovery-image] Aug 25 07:50:02.416 INFO O| Aug 25 07:50:02.416 INFO STEP 74 (remove_files) COMPLETE |
| 9148 | 2026-08-25T07:50:03.539Z | [ recovery-image] Aug 25 07:50:02.416 INFO O| Aug 25 07:50:02.416 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9149 | 2026-08-25T07:50:03.547Z | [ recovery-image] Aug 25 07:50:02.426 INFO O| Aug 25 07:50:02.426 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares" |
| 9150 | 2026-08-25T07:50:03.547Z | [ recovery-image] Aug 25 07:50:02.426 INFO O| Aug 25 07:50:02.426 INFO STEP 75 (remove_files) COMPLETE |
| 9151 | 2026-08-25T07:50:03.547Z | [ recovery-image] Aug 25 07:50:02.426 INFO O| Aug 25 07:50:02.426 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9152 | 2026-08-25T07:50:03.557Z | [ recovery-image] Aug 25 07:50:02.435 INFO O| Aug 25 07:50:02.435 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb" |
| 9153 | 2026-08-25T07:50:03.557Z | [ recovery-image] Aug 25 07:50:02.435 INFO O| Aug 25 07:50:02.435 INFO STEP 76 (remove_files) COMPLETE |
| 9154 | 2026-08-25T07:50:03.564Z | [ recovery-image] Aug 25 07:50:02.435 INFO O| Aug 25 07:50:02.435 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9155 | 2026-08-25T07:50:03.569Z | [ recovery-image] Aug 25 07:50:02.446 INFO O| Aug 25 07:50:02.446 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 9156 | 2026-08-25T07:50:03.569Z | [ recovery-image] Aug 25 07:50:02.446 INFO O| Aug 25 07:50:02.446 INFO STEP 77 (remove_files) COMPLETE |
| 9157 | 2026-08-25T07:50:03.570Z | [ recovery-image] Aug 25 07:50:02.446 INFO O| Aug 25 07:50:02.446 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9158 | 2026-08-25T07:50:03.578Z | [ recovery-image] Aug 25 07:50:02.456 INFO O| Aug 25 07:50:02.456 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
| 9159 | 2026-08-25T07:50:03.579Z | [ recovery-image] Aug 25 07:50:02.456 INFO O| Aug 25 07:50:02.456 INFO STEP 78 (remove_files) COMPLETE |
| 9160 | 2026-08-25T07:50:03.579Z | [ recovery-image] Aug 25 07:50:02.456 INFO O| Aug 25 07:50:02.456 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9161 | 2026-08-25T07:50:03.589Z | [ recovery-image] Aug 25 07:50:02.466 INFO O| Aug 25 07:50:02.466 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
| 9162 | 2026-08-25T07:50:03.589Z | [ recovery-image] Aug 25 07:50:02.466 INFO O| Aug 25 07:50:02.466 INFO STEP 79 (remove_files) COMPLETE |
| 9163 | 2026-08-25T07:50:03.589Z | [ recovery-image] Aug 25 07:50:02.466 INFO O| Aug 25 07:50:02.466 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9164 | 2026-08-25T07:50:03.598Z | [ recovery-image] Aug 25 07:50:02.476 INFO O| Aug 25 07:50:02.476 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 9165 | 2026-08-25T07:50:03.598Z | [ recovery-image] Aug 25 07:50:02.477 INFO O| Aug 25 07:50:02.476 INFO STEP 80 (remove_files) COMPLETE |
| 9166 | 2026-08-25T07:50:03.601Z | [ recovery-image] Aug 25 07:50:02.477 INFO O| Aug 25 07:50:02.476 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9167 | 2026-08-25T07:50:03.609Z | [ recovery-image] Aug 25 07:50:02.487 INFO O| Aug 25 07:50:02.487 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
| 9168 | 2026-08-25T07:50:03.609Z | [ recovery-image] Aug 25 07:50:02.487 INFO O| Aug 25 07:50:02.487 INFO STEP 81 (remove_files) COMPLETE |
| 9169 | 2026-08-25T07:50:03.609Z | [ recovery-image] Aug 25 07:50:02.487 INFO O| Aug 25 07:50:02.487 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9170 | 2026-08-25T07:50:03.618Z | [ recovery-image] Aug 25 07:50:02.497 INFO O| Aug 25 07:50:02.497 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
| 9171 | 2026-08-25T07:50:03.618Z | [ recovery-image] Aug 25 07:50:02.497 INFO O| Aug 25 07:50:02.497 INFO STEP 82 (remove_files) COMPLETE |
| 9172 | 2026-08-25T07:50:03.624Z | [ recovery-image] Aug 25 07:50:02.497 INFO O| Aug 25 07:50:02.497 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9173 | 2026-08-25T07:50:03.629Z | [ recovery-image] Aug 25 07:50:02.506 INFO O| Aug 25 07:50:02.505 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
| 9174 | 2026-08-25T07:50:03.629Z | [ recovery-image] Aug 25 07:50:02.506 INFO O| Aug 25 07:50:02.506 INFO STEP 83 (remove_files) COMPLETE |
| 9175 | 2026-08-25T07:50:03.629Z | [ recovery-image] Aug 25 07:50:02.506 INFO O| Aug 25 07:50:02.506 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9176 | 2026-08-25T07:50:03.636Z | [ recovery-image] Aug 25 07:50:02.515 INFO O| Aug 25 07:50:02.515 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
| 9177 | 2026-08-25T07:50:03.637Z | [ recovery-image] Aug 25 07:50:02.515 INFO O| Aug 25 07:50:02.515 INFO STEP 84 (remove_files) COMPLETE |
| 9178 | 2026-08-25T07:50:03.645Z | [ recovery-image] Aug 25 07:50:02.515 INFO O| Aug 25 07:50:02.515 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9179 | 2026-08-25T07:50:03.651Z | [ recovery-image] Aug 25 07:50:02.526 INFO O| Aug 25 07:50:02.526 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
| 9180 | 2026-08-25T07:50:03.652Z | [ recovery-image] Aug 25 07:50:02.526 INFO O| Aug 25 07:50:02.526 INFO STEP 85 (remove_files) COMPLETE |
| 9181 | 2026-08-25T07:50:03.652Z | [ recovery-image] Aug 25 07:50:02.526 INFO O| Aug 25 07:50:02.526 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9182 | 2026-08-25T07:50:03.657Z | [ recovery-image] Aug 25 07:50:02.536 INFO O| Aug 25 07:50:02.536 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
| 9183 | 2026-08-25T07:50:03.658Z | [ recovery-image] Aug 25 07:50:02.536 INFO O| Aug 25 07:50:02.536 INFO STEP 86 (remove_files) COMPLETE |
| 9184 | 2026-08-25T07:50:03.662Z | [ recovery-image] Aug 25 07:50:02.536 INFO O| Aug 25 07:50:02.536 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9185 | 2026-08-25T07:50:03.667Z | [ recovery-image] Aug 25 07:50:02.546 INFO O| Aug 25 07:50:02.546 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 9186 | 2026-08-25T07:50:03.667Z | [ recovery-image] Aug 25 07:50:02.546 INFO O| Aug 25 07:50:02.546 INFO STEP 87 (remove_files) COMPLETE |
| 9187 | 2026-08-25T07:50:03.667Z | [ recovery-image] Aug 25 07:50:02.546 INFO O| Aug 25 07:50:02.546 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9188 | 2026-08-25T07:50:03.678Z | [ recovery-image] Aug 25 07:50:02.557 INFO O| Aug 25 07:50:02.556 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
| 9189 | 2026-08-25T07:50:03.678Z | [ recovery-image] Aug 25 07:50:02.557 INFO O| Aug 25 07:50:02.557 INFO STEP 88 (remove_files) COMPLETE |
| 9190 | 2026-08-25T07:50:03.678Z | [ recovery-image] Aug 25 07:50:02.557 INFO O| Aug 25 07:50:02.557 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9191 | 2026-08-25T07:50:03.689Z | [ recovery-image] Aug 25 07:50:02.567 INFO O| Aug 25 07:50:02.567 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
| 9192 | 2026-08-25T07:50:03.689Z | [ recovery-image] Aug 25 07:50:02.567 INFO O| Aug 25 07:50:02.567 INFO STEP 89 (remove_files) COMPLETE |
| 9193 | 2026-08-25T07:50:03.696Z | [ recovery-image] Aug 25 07:50:02.567 INFO O| Aug 25 07:50:02.567 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9194 | 2026-08-25T07:50:03.706Z | [ recovery-image] Aug 25 07:50:02.578 INFO O| Aug 25 07:50:02.578 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 9195 | 2026-08-25T07:50:03.706Z | [ recovery-image] Aug 25 07:50:02.578 INFO O| Aug 25 07:50:02.578 INFO STEP 90 (remove_files) COMPLETE |
| 9196 | 2026-08-25T07:50:03.706Z | [ recovery-image] Aug 25 07:50:02.578 INFO O| Aug 25 07:50:02.578 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9197 | 2026-08-25T07:50:03.712Z | [ recovery-image] Aug 25 07:50:02.588 INFO O| Aug 25 07:50:02.588 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 9198 | 2026-08-25T07:50:03.713Z | [ recovery-image] Aug 25 07:50:02.588 INFO O| Aug 25 07:50:02.588 INFO STEP 91 (remove_files) COMPLETE |
| 9199 | 2026-08-25T07:50:03.713Z | [ recovery-image] Aug 25 07:50:02.588 INFO O| Aug 25 07:50:02.588 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9200 | 2026-08-25T07:50:03.723Z | [ recovery-image] Aug 25 07:50:02.597 INFO O| Aug 25 07:50:02.597 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat" |
| 9201 | 2026-08-25T07:50:03.723Z | [ recovery-image] Aug 25 07:50:02.597 INFO O| Aug 25 07:50:02.597 INFO STEP 92 (remove_files) COMPLETE |
| 9202 | 2026-08-25T07:50:03.723Z | [ recovery-image] Aug 25 07:50:02.597 INFO O| Aug 25 07:50:02.597 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9203 | 2026-08-25T07:50:03.728Z | [ recovery-image] Aug 25 07:50:02.606 INFO O| Aug 25 07:50:02.606 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 9204 | 2026-08-25T07:50:03.728Z | [ recovery-image] Aug 25 07:50:02.606 INFO O| Aug 25 07:50:02.606 INFO STEP 93 (remove_files) COMPLETE |
| 9205 | 2026-08-25T07:50:03.728Z | [ recovery-image] Aug 25 07:50:02.606 INFO O| Aug 25 07:50:02.606 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9206 | 2026-08-25T07:50:03.735Z | [ recovery-image] Aug 25 07:50:02.614 INFO O| Aug 25 07:50:02.614 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
| 9207 | 2026-08-25T07:50:03.735Z | [ recovery-image] Aug 25 07:50:02.614 INFO O| Aug 25 07:50:02.614 INFO STEP 94 (remove_files) COMPLETE |
| 9208 | 2026-08-25T07:50:03.741Z | [ recovery-image] Aug 25 07:50:02.614 INFO O| Aug 25 07:50:02.614 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9209 | 2026-08-25T07:50:03.748Z | [ recovery-image] Aug 25 07:50:02.622 INFO O| Aug 25 07:50:02.621 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
| 9210 | 2026-08-25T07:50:03.748Z | [ recovery-image] Aug 25 07:50:02.622 INFO O| Aug 25 07:50:02.622 INFO STEP 95 (remove_files) COMPLETE |
| 9211 | 2026-08-25T07:50:03.748Z | [ recovery-image] Aug 25 07:50:02.622 INFO O| Aug 25 07:50:02.622 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9212 | 2026-08-25T07:50:03.753Z | [ recovery-image] Aug 25 07:50:02.630 INFO O| Aug 25 07:50:02.629 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
| 9213 | 2026-08-25T07:50:03.753Z | [ recovery-image] Aug 25 07:50:02.630 INFO O| Aug 25 07:50:02.630 INFO STEP 96 (remove_files) COMPLETE |
| 9214 | 2026-08-25T07:50:03.753Z | [ recovery-image] Aug 25 07:50:02.630 INFO O| Aug 25 07:50:02.630 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9215 | 2026-08-25T07:50:03.798Z | [ recovery-image] Aug 25 07:50:02.638 INFO O| Aug 25 07:50:02.637 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
| 9216 | 2026-08-25T07:50:03.807Z | [ recovery-image] Aug 25 07:50:02.638 INFO O| Aug 25 07:50:02.638 INFO STEP 97 (remove_files) COMPLETE |
| 9217 | 2026-08-25T07:50:03.807Z | [ recovery-image] Aug 25 07:50:02.638 INFO O| Aug 25 07:50:02.638 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9218 | 2026-08-25T07:50:03.841Z | [ recovery-image] Aug 25 07:50:02.645 INFO O| Aug 25 07:50:02.645 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
| 9219 | 2026-08-25T07:50:03.841Z | [ recovery-image] Aug 25 07:50:02.645 INFO O| Aug 25 07:50:02.645 INFO STEP 98 (remove_files) COMPLETE |
| 9220 | 2026-08-25T07:50:03.841Z | [ recovery-image] Aug 25 07:50:02.645 INFO O| Aug 25 07:50:02.645 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 9221 | 2026-08-25T07:50:03.841Z | [ recovery-image] Aug 25 07:50:02.652 INFO O| Aug 25 07:50:02.652 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
| 9222 | 2026-08-25T07:50:03.841Z | [ recovery-image] Aug 25 07:50:02.652 INFO O| Aug 25 07:50:02.652 INFO STEP 99 (remove_files) COMPLETE |
| 9223 | 2026-08-25T07:50:03.841Z | [ recovery-image] Aug 25 07:50:02.652 INFO O| Aug 25 07:50:02.652 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 9224 | 2026-08-25T07:50:03.841Z | [ recovery-image] Aug 25 07:50:02.664 INFO O| Aug 25 07:50:02.664 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal |
| 9225 | 2026-08-25T07:50:03.841Z | [ recovery-image] Aug 25 07:50:02.664 INFO O| Aug 25 07:50:02.664 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"} |
| 9226 | 2026-08-25T07:50:08.624Z | [ recovery-image] Aug 25 07:50:07.502 INFO O| Aug 25 07:50:07.502 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 |
| 9227 | 2026-08-25T07:50:08.624Z | [ recovery-image] Aug 25 07:50:07.502 INFO O| Aug 25 07:50:07.502 INFO E| svccfg: Loaded 69 smf(7) service descriptions |
| 9228 | 2026-08-25T07:50:08.638Z | [ recovery-image] Aug 25 07:50:07.517 INFO O| Aug 25 07:50:07.517 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml"], env: {"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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"} |
| 9229 | 2026-08-25T07:50:08.756Z | [ recovery-image] Aug 25 07:50:07.631 INFO O| Aug 25 07:50:07.631 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"} |
| 9230 | 2026-08-25T07:50:08.812Z | [ recovery-image] Aug 25 07:50:07.690 INFO O| Aug 25 07:50:07.690 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"} |
| 9231 | 2026-08-25T07:50:08.878Z | [ recovery-image] Aug 25 07:50:07.757 INFO O| Aug 25 07:50:07.756 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist |
| 9232 | 2026-08-25T07:50:08.878Z | [ recovery-image] Aug 25 07:50:07.757 INFO O| Aug 25 07:50:07.756 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 ... |
| 9233 | 2026-08-25T07:50:08.886Z | [ recovery-image] Aug 25 07:50:07.758 INFO O| Aug 25 07:50:07.758 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db |
| 9234 | 2026-08-25T07:50:08.886Z | [ recovery-image] Aug 25 07:50:07.758 INFO O| Aug 25 07:50:07.758 INFO ok! |
| 9235 | 2026-08-25T07:50:08.886Z | [ recovery-image] Aug 25 07:50:07.758 INFO O| Aug 25 07:50:07.758 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing |
| 9236 | 2026-08-25T07:50:08.887Z | [ recovery-image] Aug 25 07:50:07.758 INFO O| Aug 25 07:50:07.758 INFO STEP 100 (seed_smf) COMPLETE |
| 9237 | 2026-08-25T07:50:08.887Z | [ recovery-image] Aug 25 07:50:07.758 INFO O| Aug 25 07:50:07.758 INFO steps complete; finalising image! |
| 9238 | 2026-08-25T07:50:08.887Z | [ recovery-image] Aug 25 07:50:07.758 INFO O| Aug 25 07:50:07.758 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery |
| 9239 | 2026-08-25T07:50:08.949Z | [ recovery-image] Aug 25 07:50:07.826 INFO O| Aug 25 07:50:07.826 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9240 | 2026-08-25T07:50:09.154Z | [ recovery-image] Aug 25 07:50:08.032 INFO O| Aug 25 07:50:08.032 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9241 | 2026-08-25T07:50:09.361Z | [ recovery-image] Aug 25 07:50:08.239 INFO O| Aug 25 07:50:08.239 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9242 | 2026-08-25T07:50:09.567Z | [ recovery-image] Aug 25 07:50:08.446 INFO O| Aug 25 07:50:08.446 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9243 | 2026-08-25T07:50:09.774Z | [ recovery-image] Aug 25 07:50:08.652 INFO O| Aug 25 07:50:08.652 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9244 | 2026-08-25T07:50:09.981Z | [ recovery-image] Aug 25 07:50:08.858 INFO O| Aug 25 07:50:08.858 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9245 | 2026-08-25T07:50:10.186Z | [ recovery-image] Aug 25 07:50:09.065 INFO O| Aug 25 07:50:09.064 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9246 | 2026-08-25T07:50:10.398Z | [ recovery-image] Aug 25 07:50:09.271 INFO O| Aug 25 07:50:09.271 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9247 | 2026-08-25T07:50:10.599Z | [ recovery-image] Aug 25 07:50:09.477 INFO O| Aug 25 07:50:09.477 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9248 | 2026-08-25T07:50:10.805Z | [ recovery-image] Aug 25 07:50:09.683 INFO O| Aug 25 07:50:09.683 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9249 | 2026-08-25T07:50:11.011Z | [ recovery-image] Aug 25 07:50:09.889 INFO O| Aug 25 07:50:09.889 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9250 | 2026-08-25T07:50:11.219Z | [ recovery-image] Aug 25 07:50:10.096 INFO O| Aug 25 07:50:10.096 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9251 | 2026-08-25T07:50:11.426Z | [ recovery-image] Aug 25 07:50:10.301 INFO O| Aug 25 07:50:10.301 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9252 | 2026-08-25T07:50:11.629Z | [ recovery-image] Aug 25 07:50:10.507 INFO O| Aug 25 07:50:10.507 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9253 | 2026-08-25T07:50:12.024Z | [ recovery-image] Aug 25 07:50:10.714 INFO O| Aug 25 07:50:10.713 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9254 | 2026-08-25T07:50:12.061Z | [ recovery-image] Aug 25 07:50:10.920 INFO O| Aug 25 07:50:10.920 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9255 | 2026-08-25T07:50:12.248Z | [ recovery-image] Aug 25 07:50:11.126 INFO O| Aug 25 07:50:11.126 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9256 | 2026-08-25T07:50:12.456Z | [ recovery-image] Aug 25 07:50:11.332 INFO O| Aug 25 07:50:11.332 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9257 | 2026-08-25T07:50:12.664Z | [ recovery-image] Aug 25 07:50:11.538 INFO O| Aug 25 07:50:11.538 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9258 | 2026-08-25T07:50:12.866Z | [ recovery-image] Aug 25 07:50:11.744 INFO O| Aug 25 07:50:11.744 INFO trim TEMPORARY-sled-zfs-recovery: (93% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9259 | 2026-08-25T07:50:13.075Z | [ recovery-image] Aug 25 07:50:11.953 INFO O| Aug 25 07:50:11.953 INFO trim TEMPORARY-sled-zfs-recovery: (98% trimmed, started at Tue Aug 25 07:50:07 2026) |
| 9260 | 2026-08-25T07:50:13.174Z | [verify-libraries] Compiling oso v0.27.3 |
| 9261 | 2026-08-25T07:50:13.247Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 9262 | 2026-08-25T07:50:13.304Z | [ recovery-image] Aug 25 07:50:12.181 INFO O| Aug 25 07:50:12.181 INFO temporary pool has 509M used, 1.25G avail, 1.00x compressratio |
| 9263 | 2026-08-25T07:50:13.304Z | [ recovery-image] Aug 25 07:50:12.181 INFO O| Aug 25 07:50:12.181 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery |
| 9264 | 2026-08-25T07:50:14.178Z | [ recovery-image] Aug 25 07:50:13.057 INFO O| Aug 25 07:50:13.057 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 |
| 9265 | 2026-08-25T07:50:14.178Z | [ recovery-image] Aug 25 07:50:13.057 INFO O| Aug 25 07:50:13.057 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal |
| 9266 | 2026-08-25T07:50:14.830Z | [ host-image] Aug 25 07:50:13.709 INFO O| install = pkg://helios/SUNWcs@0.5.11-3.0.24216:20260824T215529Z |
| 9267 | 2026-08-25T07:50:14.830Z | [ host-image] Aug 25 07:50:13.709 INFO O| install = pkg://helios/SUNWcsd@0.5.11-3.0.24216:20260824T215529Z |
| 9268 | 2026-08-25T07:50:14.836Z | [ host-image] Aug 25 07:50:13.709 INFO O| install = pkg://helios/compress/brotli@1.1.0-3.0:20260212T145231Z |
| 9269 | 2026-08-25T07:50:14.836Z | [ host-image] Aug 25 07:50:13.709 INFO O| install = pkg://helios/compress/bzip2@1.0.8-3.0:20260212T145211Z |
| 9270 | 2026-08-25T07:50:14.836Z | [ host-image] Aug 25 07:50:13.709 INFO O| install = pkg://helios/compress/gzip@1.14-3.0:20260212T145233Z |
| 9271 | 2026-08-25T07:50:14.836Z | [ host-image] Aug 25 07:50:13.709 INFO O| install = pkg://helios/compress/lz4@1.10.0-3.0:20260212T145227Z |
| 9272 | 2026-08-25T07:50:14.836Z | [ host-image] Aug 25 07:50:13.709 INFO O| install = pkg://helios/compress/xz@5.8.1-3.0:20260212T145332Z |
| 9273 | 2026-08-25T07:50:14.836Z | [ host-image] Aug 25 07:50:13.709 INFO O| install = pkg://helios/compress/zstd@1.5.7-3.0:20260212T145316Z |
| 9274 | 2026-08-25T07:50:14.836Z | [ host-image] Aug 25 07:50:13.710 INFO O| install = pkg://helios/consolidation/oxide/omicron-release-incorporation@23.0.0.0-3.0:20260825T073542Z |
| 9275 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.710 INFO O| install = pkg://helios/consolidation/oxide/omicron1-brand-incorporation@1.0.26-3.0:20260506T112535Z |
| 9276 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.710 INFO O| install = pkg://helios/database/sqlite-3@3.49.1-3.0:20260212T145531Z |
| 9277 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.710 INFO O| install = pkg://helios/developer/acpi@0.5.11-3.0.24216:20260824T215530Z |
| 9278 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.710 INFO O| install = pkg://helios/developer/debug/mdb@0.5.11-3.0.24216:20260824T215530Z |
| 9279 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.710 INFO O| install = pkg://helios/developer/dtrace@0.5.11-3.0.24216:20260824T215530Z |
| 9280 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.711 INFO O| install = pkg://helios/developer/linker@0.5.11-3.0.24216:20260824T215530Z |
| 9281 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.711 INFO O| install = pkg://helios/developer/macro/cpp@20240422-3.0:20260212T145401Z |
| 9282 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.711 INFO O| install = pkg://helios/developer/object-file@0.5.11-3.0.24216:20260824T215530Z |
| 9283 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.711 INFO O| install = pkg://helios/diagnostic/cpu-counters@0.5.11-3.0.24216:20260824T215530Z |
| 9284 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.711 INFO O| install = pkg://helios/diagnostic/diskinfo@0.5.11-3.0.24216:20260824T215530Z |
| 9285 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.711 INFO O| install = pkg://helios/diagnostic/pci@0.5.11-3.0.24216:20260824T215530Z |
| 9286 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.711 INFO O| install = pkg://helios/driver/audio@0.5.11-3.0.24216:20260824T215531Z |
| 9287 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.711 INFO O| install = pkg://helios/driver/cpu/amd/psp@0.5.11-3.0.24216:20260824T215531Z |
| 9288 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.711 INFO O| install = pkg://helios/driver/cpu/amd/zen@0.5.11-3.0.24216:20260824T215531Z |
| 9289 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.711 INFO O| install = pkg://helios/driver/cpu/sensor@0.5.11-3.0.24216:20260824T215531Z |
| 9290 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.712 INFO O| install = pkg://helios/driver/gpio/amd/zen@0.5.11-3.0.24216:20260824T215531Z |
| 9291 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.712 INFO O| install = pkg://helios/driver/ktest@0.5.11-3.0.24216:20260824T215531Z |
| 9292 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.712 INFO O| install = pkg://helios/driver/misc/tofino@0.5.11-3.0.24216:20260824T215532Z |
| 9293 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.712 INFO O| install = pkg://helios/driver/network/cxgbe@0.5.11-3.0.24216:20260824T215532Z |
| 9294 | 2026-08-25T07:50:14.837Z | [ host-image] Aug 25 07:50:13.712 INFO O| install = pkg://helios/driver/network/e1000g@0.5.11-3.0.24216:20260824T215532Z |
| 9295 | 2026-08-25T07:50:14.838Z | [ host-image] Aug 25 07:50:13.712 INFO O| install = pkg://helios/driver/network/igb@0.5.11-3.0.24216:20260824T215533Z |
| 9296 | 2026-08-25T07:50:14.838Z | [ host-image] Aug 25 07:50:13.712 INFO O| install = pkg://helios/driver/network/ixgbe@0.5.11-3.0.24216:20260824T215533Z |
| 9297 | 2026-08-25T07:50:14.838Z | [ host-image] Aug 25 07:50:13.712 INFO O| install = pkg://helios/driver/network/opte@0.41.506-3.0:20260813T182845Z |
| 9298 | 2026-08-25T07:50:14.838Z | [ host-image] Aug 25 07:50:13.712 INFO O| install = pkg://helios/driver/network/rge@0.5.11-3.0.24216:20260824T215534Z |
| 9299 | 2026-08-25T07:50:14.838Z | [ host-image] Aug 25 07:50:13.712 INFO O| install = pkg://helios/driver/oxide/os-rot@0.5.11-3.0.24216:20260824T215535Z |
| 9300 | 2026-08-25T07:50:14.838Z | [ host-image] Aug 25 07:50:13.712 INFO O| install = pkg://helios/driver/serial/usbser@0.5.11-3.0.24216:20260824T215535Z |
| 9301 | 2026-08-25T07:50:14.839Z | [ host-image] Aug 25 07:50:13.712 INFO O| install = pkg://helios/driver/storage/blkdev@0.5.11-3.0.24216:20260824T215535Z |
| 9302 | 2026-08-25T07:50:14.839Z | [ host-image] Aug 25 07:50:13.712 INFO O| install = pkg://helios/driver/storage/nvme@0.5.11-3.0.24216:20260824T215535Z |
| 9303 | 2026-08-25T07:50:14.839Z | [ host-image] Aug 25 07:50:13.712 INFO O| install = pkg://helios/driver/usb@0.5.11-3.0.24216:20260824T215536Z |
| 9304 | 2026-08-25T07:50:14.839Z | [ host-image] Aug 25 07:50:13.712 INFO O| install = pkg://helios/driver/x11/xsvc@0.5.11-3.0.24216:20260824T215536Z |
| 9305 | 2026-08-25T07:50:14.848Z | [ host-image] Aug 25 07:50:13.716 INFO O| install = pkg://helios/editor/vim@9.1.1202-3.0:20260212T145631Z |
| 9306 | 2026-08-25T07:50:14.848Z | [ host-image] Aug 25 07:50:13.716 INFO O| install = pkg://helios/install/beadm@0.5.11-3.0.24216:20260824T215536Z |
| 9307 | 2026-08-25T07:50:14.848Z | [ host-image] Aug 25 07:50:13.716 INFO O| install = pkg://helios/library/expat@2.7.2-3.0:20260212T145720Z |
| 9308 | 2026-08-25T07:50:14.848Z | [ host-image] Aug 25 07:50:13.716 INFO O| install = pkg://helios/library/libedit@3.1-3.0:20260212T145834Z |
| 9309 | 2026-08-25T07:50:14.848Z | [ host-image] Aug 25 07:50:13.716 INFO O| install = pkg://helios/library/libidn@1.43-3.0:20260212T150133Z |
| 9310 | 2026-08-25T07:50:14.848Z | [ host-image] Aug 25 07:50:13.716 INFO O| install = pkg://helios/library/libpsl@0.21.5-3.0:20260212T145919Z |
| 9311 | 2026-08-25T07:50:14.848Z | [ host-image] Aug 25 07:50:13.716 INFO O| install = pkg://helios/library/libtecla@1.6.0-3.0.24216:20260824T215536Z |
| 9312 | 2026-08-25T07:50:14.848Z | [ host-image] Aug 25 07:50:13.716 INFO O| install = pkg://helios/library/libtool/libltdl@2.5.4-3.0:20260212T153047Z |
| 9313 | 2026-08-25T07:50:14.849Z | [ host-image] Aug 25 07:50:13.716 INFO O| install = pkg://helios/library/libxml2@2.13.8-3.0:20260212T145937Z |
| 9314 | 2026-08-25T07:50:14.849Z | [ host-image] Aug 25 07:50:13.716 INFO O| install = pkg://helios/library/libxmlsec1@1.2.35-3.0:20260306T162922Z |
| 9315 | 2026-08-25T07:50:14.849Z | [ host-image] Aug 25 07:50:13.716 INFO O| install = pkg://helios/library/libxslt@1.1.42-3.0:20260212T150002Z |
| 9316 | 2026-08-25T07:50:14.849Z | [ host-image] Aug 25 07:50:13.720 INFO O| install = pkg://helios/library/ncurses@6.5.20240511-3.0:20260212T150321Z |
| 9317 | 2026-08-25T07:50:14.849Z | [ host-image] Aug 25 07:50:13.720 INFO O| install = pkg://helios/library/nghttp2@1.65.0-3.0:20260212T150101Z |
| 9318 | 2026-08-25T07:50:14.849Z | [ host-image] Aug 25 07:50:13.720 INFO O| install = pkg://helios/library/nspr@4.36-3.0:20260212T150052Z |
| 9319 | 2026-08-25T07:50:14.849Z | [ host-image] Aug 25 07:50:13.721 INFO O| install = pkg://helios/library/pcre@8.45-3.0:20260212T150116Z |
| 9320 | 2026-08-25T07:50:14.849Z | [ host-image] Aug 25 07:50:13.721 INFO O| install = pkg://helios/library/pcre2@10.45-3.0:20260212T150204Z |
| 9321 | 2026-08-25T07:50:14.849Z | [ host-image] Aug 25 07:50:13.721 INFO O| install = pkg://helios/library/readline@8.2.13-3.0:20260212T150529Z |
| 9322 | 2026-08-25T07:50:14.855Z | [ host-image] Aug 25 07:50:13.733 INFO O| install = pkg://helios/library/security/openssl-3@3.5.7-3.0:20260609T152445Z |
| 9323 | 2026-08-25T07:50:14.855Z | [ host-image] Aug 25 07:50:13.733 INFO O| install = pkg://helios/library/security/trousers@0.3.15-3.0:20260212T150509Z |
| 9324 | 2026-08-25T07:50:14.855Z | [ host-image] Aug 25 07:50:13.733 INFO O| install = pkg://helios/library/zlib@1.3.1-3.0:20260212T150415Z |
| 9325 | 2026-08-25T07:50:14.855Z | [ host-image] Aug 25 07:50:13.733 INFO O| install = pkg://helios/locale/en@0.5.11-3.0.24216:20260824T215537Z |
| 9326 | 2026-08-25T07:50:14.855Z | [ host-image] Aug 25 07:50:13.733 INFO O| install = pkg://helios/network/bridging@0.5.11-3.0.24216:20260824T215539Z |
| 9327 | 2026-08-25T07:50:14.855Z | [ host-image] Aug 25 07:50:13.733 INFO O| install = pkg://helios/network/dns/bind@9.18.35-3.0:20260212T150623Z |
| 9328 | 2026-08-25T07:50:14.855Z | [ host-image] Aug 25 07:50:13.733 INFO O| install = pkg://helios/network/netcat@0.5.11-3.0.24216:20260824T215540Z |
| 9329 | 2026-08-25T07:50:14.856Z | [ host-image] Aug 25 07:50:13.733 INFO O| install = pkg://helios/network/openssh@10.0.2-3.1:20260212T150612Z |
| 9330 | 2026-08-25T07:50:14.856Z | [ host-image] Aug 25 07:50:13.733 INFO O| install = pkg://helios/network/openssh-server@10.0.2-3.1:20260212T150627Z |
| 9331 | 2026-08-25T07:50:14.856Z | [ host-image] Aug 25 07:50:13.733 INFO O| install = pkg://helios/network/overwatch@0.1.0.42-3.0:20260226T161717Z |
| 9332 | 2026-08-25T07:50:14.856Z | [ host-image] Aug 25 07:50:13.733 INFO O| install = pkg://helios/network/rsync@3.4.4-3.0:20260630T201056Z |
| 9333 | 2026-08-25T07:50:14.856Z | [ host-image] Aug 25 07:50:13.733 INFO O| install = pkg://helios/network/snoop@0.5.11-3.0.24216:20260824T215540Z |
| 9334 | 2026-08-25T07:50:14.856Z | [ host-image] Aug 25 07:50:13.733 INFO O| install = pkg://helios/ooce/library/onig@6.9.10-3.0:20260212T173726Z |
| 9335 | 2026-08-25T07:50:14.864Z | [ host-image] Aug 25 07:50:13.735 INFO O| install = pkg://helios/ooce/library/postgresql-13@13.23-3.0:20260212T162452Z |
| 9336 | 2026-08-25T07:50:14.864Z | [ host-image] Aug 25 07:50:13.735 INFO O| install = pkg://helios/ooce/util/jq@1.8.1-3.0:20260212T184343Z |
| 9337 | 2026-08-25T07:50:14.864Z | [ host-image] Aug 25 07:50:13.735 INFO O| install = pkg://helios/oxide/platform-identity-cacerts@1.0-3.0:20260224T222206Z |
| 9338 | 2026-08-25T07:50:14.864Z | [ host-image] Aug 25 07:50:13.735 INFO O| install = pkg://helios/package/svr4@0.5.11-3.0.24216:20260824T215540Z |
| 9339 | 2026-08-25T07:50:14.864Z | [ host-image] Aug 25 07:50:13.735 INFO O| install = pkg://helios/release/name@0.5.11-3.0:20260226T173303Z |
| 9340 | 2026-08-25T07:50:14.864Z | [ host-image] Aug 25 07:50:13.739 INFO O| install = pkg://helios/runtime/perl@5.40.2-3.0:20260212T151017Z |
| 9341 | 2026-08-25T07:50:14.864Z | [ host-image] Aug 25 07:50:13.739 INFO O| install = pkg://helios/runtime/perl/module/sun-solaris@0.5.11-3.0.24216:20260824T215540Z |
| 9342 | 2026-08-25T07:50:14.864Z | [ host-image] Aug 25 07:50:13.739 INFO O| install = pkg://helios/service/fault-management@0.5.11-3.0.24216:20260824T215540Z |
| 9343 | 2026-08-25T07:50:14.864Z | [ host-image] Aug 25 07:50:13.740 INFO O| install = pkg://helios/service/file-system/smb@0.5.11-3.0.24216:20260824T215540Z |
| 9344 | 2026-08-25T07:50:14.864Z | [ host-image] Aug 25 07:50:13.740 INFO O| install = pkg://helios/service/network/chrony@4.6.1-3.0:20260212T150931Z |
| 9345 | 2026-08-25T07:50:14.864Z | [ host-image] Aug 25 07:50:13.740 INFO O| install = pkg://helios/service/picl@0.5.11-3.0.24216:20260824T215541Z |
| 9346 | 2026-08-25T07:50:14.864Z | [ host-image] Aug 25 07:50:13.740 INFO O| install = pkg://helios/service/resource-pools@0.5.11-3.0.24216:20260824T215541Z |
| 9347 | 2026-08-25T07:50:14.864Z | [ host-image] Aug 25 07:50:13.740 INFO O| install = pkg://helios/service/security/gss@0.5.11-3.0.24216:20260824T215541Z |
| 9348 | 2026-08-25T07:50:14.865Z | [ host-image] Aug 25 07:50:13.740 INFO O| install = pkg://helios/service/security/kerberos-5@0.5.11-3.0.24216:20260824T215541Z |
| 9349 | 2026-08-25T07:50:14.865Z | [ host-image] Aug 25 07:50:13.741 INFO O| install = pkg://helios/shell/bash@5.2.32-3.1:20260709T181950Z |
| 9350 | 2026-08-25T07:50:14.865Z | [ host-image] Aug 25 07:50:13.741 INFO O| install = pkg://helios/shell/ksh93@93.21.1.20120801-3.0.24216:20260824T215541Z |
| 9351 | 2026-08-25T07:50:14.865Z | [ host-image] Aug 25 07:50:13.741 INFO O| install = pkg://helios/system/bhyve@0.5.11-3.0.24216:20260824T215542Z |
| 9352 | 2026-08-25T07:50:14.865Z | [ host-image] Aug 25 07:50:13.741 INFO O| install = pkg://helios/system/bhyve/firmware@20241101-3.0:20260212T151705Z |
| 9353 | 2026-08-25T07:50:14.865Z | [ host-image] Aug 25 07:50:13.741 INFO O| install = pkg://helios/system/boot/loader@1.1-3.0.24216:20260824T215542Z |
| 9354 | 2026-08-25T07:50:14.865Z | [ host-image] Aug 25 07:50:13.741 INFO O| install = pkg://helios/system/data/console/fonts@0.5.11-3.0.24216:20260824T215542Z |
| 9355 | 2026-08-25T07:50:14.865Z | [ host-image] Aug 25 07:50:13.741 INFO O| install = pkg://helios/system/data/hardware-registry@2025.6.9-3.0.24216:20260824T215542Z |
| 9356 | 2026-08-25T07:50:14.865Z | [ host-image] Aug 25 07:50:13.742 INFO O| install = pkg://helios/system/data/keyboard/keytables@0.5.11-3.0.24216:20260824T215542Z |
| 9357 | 2026-08-25T07:50:14.875Z | [ host-image] Aug 25 07:50:13.744 INFO O| install = pkg://helios/system/data/terminfo@0.5.11-3.0.24216:20260824T215542Z |
| 9358 | 2026-08-25T07:50:14.875Z | [ host-image] Aug 25 07:50:13.744 INFO O| install = pkg://helios/system/data/urxvt-terminfo@9.31-3.0:20260212T151125Z |
| 9359 | 2026-08-25T07:50:14.875Z | [ host-image] Aug 25 07:50:13.744 INFO O| install = pkg://helios/system/data/zoneinfo@2026.3-3.0.24216:20260824T215542Z |
| 9360 | 2026-08-25T07:50:14.875Z | [ host-image] Aug 25 07:50:13.744 INFO O| install = pkg://helios/system/dpe@0.5.11-3.0.24216:20260824T215542Z |
| 9361 | 2026-08-25T07:50:14.884Z | [ host-image] Aug 25 07:50:13.745 INFO O| install = pkg://helios/system/extended-system-utilities@0.5.11-3.0.24216:20260824T215542Z |
| 9362 | 2026-08-25T07:50:14.884Z | [ host-image] Aug 25 07:50:13.745 INFO O| install = pkg://helios/system/ficl@4.1.0-3.0.24216:20260824T215542Z |
| 9363 | 2026-08-25T07:50:14.884Z | [ host-image] Aug 25 07:50:13.745 INFO O| install = pkg://helios/system/file-system/smb@0.5.11-3.0.24216:20260824T215543Z |
| 9364 | 2026-08-25T07:50:14.885Z | [ host-image] Aug 25 07:50:13.745 INFO O| install = pkg://helios/system/file-system/zfs@0.5.11-3.0.24216:20260824T215543Z |
| 9365 | 2026-08-25T07:50:14.885Z | [ host-image] Aug 25 07:50:13.745 INFO O| install = pkg://helios/system/gpio@0.5.11-3.0.24216:20260824T215543Z |
| 9366 | 2026-08-25T07:50:14.885Z | [ host-image] Aug 25 07:50:13.745 INFO O| install = pkg://helios/system/i2c@0.5.11-3.0.24216:20260824T215543Z |
| 9367 | 2026-08-25T07:50:14.892Z | [ host-image] Aug 25 07:50:13.752 INFO O| install = pkg://helios/system/kernel@0.5.11-3.0.24216:20260824T215544Z |
| 9368 | 2026-08-25T07:50:14.892Z | [ host-image] Aug 25 07:50:13.752 INFO O| install = pkg://helios/system/kernel/cpu-counters@0.5.11-3.0.24216:20260824T215543Z |
| 9369 | 2026-08-25T07:50:14.892Z | [ host-image] Aug 25 07:50:13.752 INFO O| install = pkg://helios/system/kernel/dtrace/providers@0.5.11-3.0.24216:20260824T215543Z |
| 9370 | 2026-08-25T07:50:14.892Z | [ host-image] Aug 25 07:50:13.752 INFO O| install = pkg://helios/system/kernel/platform@0.5.11-3.0.24216:20260824T215543Z |
| 9371 | 2026-08-25T07:50:14.892Z | [ host-image] Aug 25 07:50:13.752 INFO O| install = pkg://helios/system/ksensor@0.5.11-3.0.24216:20260824T215544Z |
| 9372 | 2026-08-25T07:50:14.892Z | [ host-image] Aug 25 07:50:13.754 INFO O| install = pkg://helios/system/library@0.5.11-3.0.24216:20260824T215545Z |
| 9373 | 2026-08-25T07:50:14.893Z | [ host-image] Aug 25 07:50:13.754 INFO O| install = pkg://helios/system/library/bhyve@0.5.11-3.0.24216:20260824T215544Z |
| 9374 | 2026-08-25T07:50:14.893Z | [ host-image] Aug 25 07:50:13.754 INFO O| install = pkg://helios/system/library/demangle@0.5.11-3.0.24216:20260824T215544Z |
| 9375 | 2026-08-25T07:50:14.893Z | [ host-image] Aug 25 07:50:13.755 INFO O| install = pkg://helios/system/library/g++-runtime@14-3.0:20260212T151156Z |
| 9376 | 2026-08-25T07:50:14.893Z | [ host-image] Aug 25 07:50:13.755 INFO O| install = pkg://helios/system/library/gcc-runtime@14-3.0:20260212T151216Z |
| 9377 | 2026-08-25T07:50:14.893Z | [ host-image] Aug 25 07:50:13.763 INFO O| install = pkg://helios/system/library/iconv/utf-8@0.5.11-3.0.24216:20260824T215544Z |
| 9378 | 2026-08-25T07:50:14.893Z | [ host-image] Aug 25 07:50:13.763 INFO O| install = pkg://helios/system/library/libdbus@1.16.2-3.0:20260212T153054Z |
| 9379 | 2026-08-25T07:50:14.893Z | [ host-image] Aug 25 07:50:13.763 INFO O| install = pkg://helios/system/library/libdiskmgt@0.5.11-3.0.24216:20260824T215544Z |
| 9380 | 2026-08-25T07:50:14.893Z | [ host-image] Aug 25 07:50:13.763 INFO O| install = pkg://helios/system/library/libispi@0.5.11-3.0.24216:20260824T215544Z |
| 9381 | 2026-08-25T07:50:14.893Z | [ host-image] Aug 25 07:50:13.763 INFO O| install = pkg://helios/system/library/math@0.5.11-3.0.24216:20260824T215544Z |
| 9382 | 2026-08-25T07:50:14.893Z | [ host-image] Aug 25 07:50:13.763 INFO O| install = pkg://helios/system/library/mozilla-nss@3.110-3.0:20260212T151334Z |
| 9383 | 2026-08-25T07:50:14.893Z | [ host-image] Aug 25 07:50:13.764 INFO O| install = pkg://helios/system/library/pcap@1.10.5-3.0:20260212T151330Z |
| 9384 | 2026-08-25T07:50:14.893Z | [ host-image] Aug 25 07:50:13.764 INFO O| install = pkg://helios/system/library/security/gss@0.5.11-3.0.24216:20260824T215545Z |
| 9385 | 2026-08-25T07:50:14.893Z | [ host-image] Aug 25 07:50:13.764 INFO O| install = pkg://helios/system/library/security/gss/diffie-hellman@0.5.11-3.0.24216:20260824T215544Z |
| 9386 | 2026-08-25T07:50:14.893Z | [ host-image] Aug 25 07:50:13.764 INFO O| install = pkg://helios/system/library/security/gss/spnego@0.5.11-3.0.24216:20260824T215544Z |
| 9387 | 2026-08-25T07:50:14.894Z | [ host-image] Aug 25 07:50:13.764 INFO O| install = pkg://helios/system/library/security/libsasl@0.5.11-3.0.24216:20260824T215545Z |
| 9388 | 2026-08-25T07:50:14.894Z | [ host-image] Aug 25 07:50:13.764 INFO O| install = pkg://helios/system/library/storage/scsi-plugins@0.5.11-3.0.24216:20260824T215545Z |
| 9389 | 2026-08-25T07:50:14.894Z | [ host-image] Aug 25 07:50:13.764 INFO O| install = pkg://helios/system/man@0.5.11-3.0.24216:20260824T215545Z |
| 9390 | 2026-08-25T07:50:14.894Z | [ host-image] Aug 25 07:50:13.765 INFO O| install = pkg://helios/system/management/snmp/net-snmp@5.9.4-3.0:20260212T151432Z |
| 9391 | 2026-08-25T07:50:14.894Z | [ host-image] Aug 25 07:50:13.765 INFO O| install = pkg://helios/system/microcode/amd@20260724-3.0.24216:20260824T215545Z |
| 9392 | 2026-08-25T07:50:14.894Z | [ host-image] Aug 25 07:50:13.765 INFO O| install = pkg://helios/system/microcode/intel@20260512-3.0.24216:20260824T215545Z |
| 9393 | 2026-08-25T07:50:14.894Z | [ host-image] Aug 25 07:50:13.765 INFO O| install = pkg://helios/system/microcode/oxide@20260619-3.0.24216:20260824T215545Z |
| 9394 | 2026-08-25T07:50:14.894Z | [ host-image] Aug 25 07:50:13.765 INFO O| install = pkg://helios/system/network@0.5.11-3.0.24216:20260824T215546Z |
| 9395 | 2026-08-25T07:50:14.894Z | [ host-image] Aug 25 07:50:13.765 INFO O| install = pkg://helios/system/network/overlay@0.5.11-3.0.24216:20260824T215546Z |
| 9396 | 2026-08-25T07:50:14.894Z | [ host-image] Aug 25 07:50:13.765 INFO O| install = pkg://helios/system/network/routing@0.5.11-3.0.24216:20260824T215546Z |
| 9397 | 2026-08-25T07:50:14.894Z | [ host-image] Aug 25 07:50:13.765 INFO O| install = pkg://helios/system/prerequisite/gnu@0.5.11-3.0:20260212T151403Z |
| 9398 | 2026-08-25T07:50:14.894Z | [ host-image] Aug 25 07:50:13.765 INFO O| install = pkg://helios/system/watch@4.0.5-3.0:20260212T151501Z |
| 9399 | 2026-08-25T07:50:14.894Z | [ host-image] Aug 25 07:50:13.766 INFO O| install = pkg://helios/system/xopen/xcu4@0.5.11-3.0.24216:20260824T215547Z |
| 9400 | 2026-08-25T07:50:14.894Z | [ host-image] Aug 25 07:50:13.766 INFO O| install = pkg://helios/system/zones@0.5.11-3.0.24216:20260824T215547Z |
| 9401 | 2026-08-25T07:50:14.894Z | [ host-image] Aug 25 07:50:13.766 INFO O| install = pkg://helios/system/zones/brand/omicron1@1.0.26-3.0:20260506T112523Z |
| 9402 | 2026-08-25T07:50:14.895Z | [ host-image] Aug 25 07:50:13.766 INFO O| install = pkg://helios/terminal/resize@352-3.0:20260212T151456Z |
| 9403 | 2026-08-25T07:50:14.895Z | [ host-image] Aug 25 07:50:13.766 INFO O| install = pkg://helios/text/column@0.0.0.20181004-3.0:20260224T215736Z |
| 9404 | 2026-08-25T07:50:14.895Z | [ host-image] Aug 25 07:50:13.766 INFO O| install = pkg://helios/text/less@668-3.0:20260212T151713Z |
| 9405 | 2026-08-25T07:50:14.895Z | [ host-image] Aug 25 07:50:13.766 INFO O| install = pkg://helios/text/looker@0.1.0.15-3.0:20260224T221620Z |
| 9406 | 2026-08-25T07:50:14.895Z | [ host-image] Aug 25 07:50:13.766 INFO O| install = pkg://helios/web/ca-bundle@5.11-3.0:20260212T152502Z |
| 9407 | 2026-08-25T07:50:14.895Z | [ host-image] Aug 25 07:50:13.767 INFO O| install = pkg://helios/web/curl@8.21.0-3.0:20260630T200901Z |
| 9408 | 2026-08-25T07:50:14.895Z | [ host-image] Aug 25 07:50:13.767 INFO O| tempdir @ "/tmp/.tmpJ6Lh6G/tmp" |
| 9409 | 2026-08-25T07:50:14.895Z | [ host-image] Aug 25 07:50:13.767 INFO O| image root @ "/tmp/.tmpJ6Lh6G/tmp/root" |
| 9410 | 2026-08-25T07:50:14.895Z | [ host-image] Aug 25 07:50:13.767 INFO O| creating image... |
| 9411 | 2026-08-25T07:50:16.954Z | [verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 9412 | 2026-08-25T07:50:17.351Z | [ recovery-image] Aug 25 07:50:16.229 INFO O| Aug 25 07:50:16.229 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9413 | 2026-08-25T07:50:17.351Z | [ recovery-image] Aug 25 07:50:16.229 INFO O| Aug 25 07:50:16.229 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9414 | 2026-08-25T07:50:17.359Z | [ recovery-image] Aug 25 07:50:16.229 INFO O| Aug 25 07:50:16.229 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 9415 | 2026-08-25T07:50:17.359Z | [ recovery-image] Aug 25 07:50:16.229 INFO O| Aug 25 07:50:16.229 INFO completed processing sled/zfs-recovery |
| 9416 | 2026-08-25T07:50:17.359Z | [ recovery-image] Aug 25 07:50:16.229 INFO O| Aug 25 07:50:16.229 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 9417 | 2026-08-25T07:50:17.486Z | [ host-image] Aug 25 07:50:16.363 INFO O| copying publishers... |
| 9418 | 2026-08-25T07:50:17.954Z | [ recovery-image] Aug 25 07:50:16.832 INFO O| Aug 25 07:50:16.832 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 9419 | 2026-08-25T07:50:18.164Z | [ recovery-image] Aug 25 07:50:16.955 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n" |
| 9420 | 2026-08-25T07:50:18.169Z | [ recovery-image] Aug 25 07:50:16.955 INFO expanded image name: "recovery 8d0eb63/${os_short_commit} 2026-08-25 07:35" -> "recovery 8d0eb63/bbd33bf 2026-08-25 07:35" |
| 9421 | 2026-08-25T07:50:18.169Z | [ recovery-image] Aug 25 07:50:16.955 INFO output artefacts stored in: "/work/os-recovery" |
| 9422 | 2026-08-25T07:50:18.169Z | [ recovery-image] Aug 25 07:50:16.955 INFO collecting git info from project "bootserver"... |
| 9423 | 2026-08-25T07:50:18.169Z | [ recovery-image] Aug 25 07:50:16.964 INFO collecting git info from project "pilot"... |
| 9424 | 2026-08-25T07:50:18.169Z | [ recovery-image] Aug 25 07:50:16.973 INFO collecting git info from project "amd-host-image-builder"... |
| 9425 | 2026-08-25T07:50:18.169Z | [ recovery-image] Aug 25 07:50:17.016 INFO collecting git info from project "chelsio-t6-roms"... |
| 9426 | 2026-08-25T07:50:18.169Z | [ recovery-image] Aug 25 07:50:17.035 INFO collecting git info from project "amd-firmware"... |
| 9427 | 2026-08-25T07:50:18.645Z | [ recovery-image] Aug 25 07:50:17.506 INFO collecting git info from project "image-builder"... |
| 9428 | 2026-08-25T07:50:18.655Z | [ recovery-image] Aug 25 07:50:17.513 INFO collecting git info from project "dmar-report"... |
| 9429 | 2026-08-25T07:50:18.655Z | [ recovery-image] Aug 25 07:50:17.525 INFO collecting git info from project "phbl"... |
| 9430 | 2026-08-25T07:50:18.661Z | [ recovery-image] Aug 25 07:50:17.532 INFO collecting git info from project "pinprick"... |
| 9431 | 2026-08-25T07:50:18.661Z | [ recovery-image] Aug 25 07:50:17.538 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 9432 | 2026-08-25T07:50:20.212Z | [ recovery-image] Aug 25 07:50:18.087 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 9433 | 2026-08-25T07:50:20.222Z | [ recovery-image] Aug 25 07:50:18.528 INFO creating Oxide boot image... |
| 9434 | 2026-08-25T07:50:20.223Z | [ recovery-image] Aug 25 07:50:18.528 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 8d0eb63/bbd33bf 2026-08-25 07:35", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
| 9435 | 2026-08-25T07:50:20.223Z | [verify-libraries] Compiling erebor v0.1.0 (https://github.com/oxidecomputer/erebor?rev=48512bf970474ff0fd0868c833fd504c8d169064#48512bf9) |
| 9436 | 2026-08-25T07:50:20.655Z | [ host-image] Aug 25 07:50:19.533 INFO O| adding properties... |
| 9437 | 2026-08-25T07:50:21.736Z | [ host-image] Aug 25 07:50:20.613 INFO O| installing packages... |
| 9438 | 2026-08-25T07:50:29.751Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 9439 | 2026-08-25T07:50:30.727Z | [verify-libraries] Compiling oximeter-load-test v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oximeter-load-test) |
| 9440 | 2026-08-25T07:50:30.788Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 9441 | 2026-08-25T07:50:32.015Z | [verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 9442 | 2026-08-25T07:50:32.800Z | [ host-image] Aug 25 07:50:31.673 INFO O| seeding SMF database... |
| 9443 | 2026-08-25T07:50:32.949Z | [verify-libraries] Compiling dnsadm v0.1.0 (/work/oxidecomputer/omicron/dns-server/dnsadm) |
| 9444 | 2026-08-25T07:50:32.988Z | [verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 9445 | 2026-08-25T07:50:37.769Z | [ host-image] Aug 25 07:50:36.641 INFO O| configuring SMF profile... |
| 9446 | 2026-08-25T07:50:37.776Z | [ host-image] Aug 25 07:50:36.641 INFO O| modifying shadow(5)... |
| 9447 | 2026-08-25T07:50:37.776Z | [ host-image] Aug 25 07:50:36.641 INFO O| loading user and group database... |
| 9448 | 2026-08-25T07:50:37.776Z | [ host-image] Aug 25 07:50:36.641 INFO O| loading facet selections... |
| 9449 | 2026-08-25T07:50:38.155Z | [ host-image] Aug 25 07:50:37.031 INFO O| devel -> true |
| 9450 | 2026-08-25T07:50:38.155Z | [ host-image] Aug 25 07:50:37.031 INFO O| doc.man -> true |
| 9451 | 2026-08-25T07:50:38.155Z | [ host-image] Aug 25 07:50:37.031 INFO O| version-lock.shell/ksh93 -> true |
| 9452 | 2026-08-25T07:50:38.167Z | [ host-image] Aug 25 07:50:37.031 INFO O| version-lock.system/data/hardware-registry -> true |
| 9453 | 2026-08-25T07:50:38.167Z | [ host-image] Aug 25 07:50:37.031 INFO O| version-lock.system/data/zoneinfo -> true |
| 9454 | 2026-08-25T07:50:38.167Z | [ host-image] Aug 25 07:50:37.031 INFO O| version-lock.system/microcode/amd -> true |
| 9455 | 2026-08-25T07:50:38.167Z | [ host-image] Aug 25 07:50:37.031 INFO O| version-lock.system/microcode/intel -> true |
| 9456 | 2026-08-25T07:50:38.167Z | [ host-image] Aug 25 07:50:37.031 INFO O| version-lock.system/microcode/oxide -> true |
| 9457 | 2026-08-25T07:50:38.167Z | [ host-image] Aug 25 07:50:37.031 INFO O| assessing packaged files... |
| 9458 | 2026-08-25T07:50:38.547Z | [verify-libraries] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 9459 | 2026-08-25T07:50:38.932Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 9460 | 2026-08-25T07:50:40.186Z | [ host-image] Aug 25 07:50:39.064 INFO O| creating archive... |
| 9461 | 2026-08-25T07:50:40.211Z | [ host-image] Aug 25 07:50:39.089 INFO O| missing from packaging: |
| 9462 | 2026-08-25T07:50:40.212Z | [ host-image] Aug 25 07:50:39.089 INFO O| "etc/.pwd.lock" |
| 9463 | 2026-08-25T07:50:40.212Z | [ host-image] Aug 25 07:50:39.089 INFO O| "etc/bash" |
| 9464 | 2026-08-25T07:50:40.216Z | [ host-image] Aug 25 07:50:39.090 INFO O| "etc/svc/profile/generic.xml" |
| 9465 | 2026-08-25T07:50:40.216Z | [ host-image] Aug 25 07:50:39.090 INFO O| "etc/svc/profile/inetd_services.xml" |
| 9466 | 2026-08-25T07:50:40.216Z | [ host-image] Aug 25 07:50:39.090 INFO O| "etc/svc/profile/name_service.xml" |
| 9467 | 2026-08-25T07:50:40.216Z | [ host-image] Aug 25 07:50:39.090 INFO O| "etc/svc/profile/platform.xml" |
| 9468 | 2026-08-25T07:50:40.216Z | [ host-image] Aug 25 07:50:39.090 INFO O| "etc/svc/profile/platform_omicron1.xml" |
| 9469 | 2026-08-25T07:50:40.216Z | [ host-image] Aug 25 07:50:39.090 INFO O| "etc/svc/repository.db" |
| 9470 | 2026-08-25T07:50:40.234Z | [ host-image] Aug 25 07:50:39.096 INFO O| "opt/ooce/share" |
| 9471 | 2026-08-25T07:50:40.234Z | [ host-image] Aug 25 07:50:39.096 INFO O| "opt/ooce/share/man" |
| 9472 | 2026-08-25T07:50:40.234Z | [ host-image] Aug 25 07:50:39.096 INFO O| "opt/ooce/share/man/man1" |
| 9473 | 2026-08-25T07:50:40.234Z | [ host-image] Aug 25 07:50:39.105 INFO O| finishing archive... |
| 9474 | 2026-08-25T07:50:40.693Z | [verify-libraries] Compiling corpus-adjust v0.1.0 (/work/oxidecomputer/omicron/dev-tools/corpus-adjust) |
| 9475 | 2026-08-25T07:50:43.214Z | [ host-image] Aug 25 07:50:42.070 INFO O| creating gzonly manifest... |
| 9476 | 2026-08-25T07:50:43.220Z | [ host-image] Aug 25 07:50:42.079 INFO O| ok |
| 9477 | 2026-08-25T07:50:43.378Z | [ host-image] Aug 25 07:50:42.241 INFO image builder template: ramdisk-02-trim... |
| 9478 | 2026-08-25T07:50:43.378Z | [ host-image] Aug 25 07:50:42.241 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/.tmpA3naiZ/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 |
| 9479 | 2026-08-25T07:50:43.393Z | [ host-image] Aug 25 07:50:42.263 INFO O| Aug 25 07:50:42.263 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9480 | 2026-08-25T07:50:43.423Z | [ host-image] Aug 25 07:50:42.268 INFO O| Aug 25 07:50:42.268 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9481 | 2026-08-25T07:50:45.589Z | [ host-image] Aug 25 07:50:44.463 INFO O| Aug 25 07:50:44.463 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled |
| 9482 | 2026-08-25T07:50:46.709Z | [ host-image] Aug 25 07:50:45.575 INFO O| Aug 25 07:50:45.575 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9483 | 2026-08-25T07:50:46.709Z | [ host-image] Aug 25 07:50:45.575 INFO O| Aug 25 07:50:45.575 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 9484 | 2026-08-25T07:50:46.709Z | [ host-image] Aug 25 07:50:45.579 INFO O| Aug 25 07:50:45.579 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9485 | 2026-08-25T07:50:46.710Z | [ host-image] Aug 25 07:50:45.583 INFO O| Aug 25 07:50:45.583 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 9486 | 2026-08-25T07:50:46.722Z | [ host-image] Aug 25 07:50:45.589 INFO O| Aug 25 07:50:45.589 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 9487 | 2026-08-25T07:50:47.856Z | [ host-image] Aug 25 07:50:46.728 INFO O| Aug 25 07:50:46.728 INFO rolled back to input snapshot; work may begin |
| 9488 | 2026-08-25T07:50:47.856Z | [ host-image] Aug 25 07:50:46.728 INFO O| Aug 25 07:50:46.728 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 9489 | 2026-08-25T07:50:47.870Z | [ host-image] Aug 25 07:50:46.733 INFO O| Aug 25 07:50:46.733 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9490 | 2026-08-25T07:50:47.870Z | [ host-image] Aug 25 07:50:46.742 INFO O| Aug 25 07:50:46.741 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg" |
| 9491 | 2026-08-25T07:50:47.902Z | [ host-image] Aug 25 07:50:46.779 INFO O| Aug 25 07:50:46.779 INFO STEP 0 (remove_files) COMPLETE |
| 9492 | 2026-08-25T07:50:47.902Z | [ host-image] Aug 25 07:50:46.779 INFO O| Aug 25 07:50:46.779 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9493 | 2026-08-25T07:50:47.915Z | [ host-image] Aug 25 07:50:46.790 INFO O| Aug 25 07:50:46.789 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4" |
| 9494 | 2026-08-25T07:50:47.919Z | [ host-image] Aug 25 07:50:46.791 INFO O| Aug 25 07:50:46.791 INFO STEP 1 (remove_files) COMPLETE |
| 9495 | 2026-08-25T07:50:47.919Z | [ host-image] Aug 25 07:50:46.791 INFO O| Aug 25 07:50:46.791 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9496 | 2026-08-25T07:50:47.933Z | [ host-image] Aug 25 07:50:46.801 INFO O| Aug 25 07:50:46.800 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include" |
| 9497 | 2026-08-25T07:50:47.938Z | [ host-image] Aug 25 07:50:46.814 INFO O| Aug 25 07:50:46.813 INFO STEP 2 (remove_files) COMPLETE |
| 9498 | 2026-08-25T07:50:47.938Z | [ host-image] Aug 25 07:50:46.814 INFO O| Aug 25 07:50:46.813 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9499 | 2026-08-25T07:50:47.960Z | [ host-image] Aug 25 07:50:46.822 INFO O| Aug 25 07:50:46.822 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo" |
| 9500 | 2026-08-25T07:50:47.977Z | [ host-image] Aug 25 07:50:46.824 INFO O| Aug 25 07:50:46.824 INFO STEP 3 (remove_files) COMPLETE |
| 9501 | 2026-08-25T07:50:47.977Z | [ host-image] Aug 25 07:50:46.824 INFO O| Aug 25 07:50:46.824 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9502 | 2026-08-25T07:50:47.977Z | [ host-image] Aug 25 07:50:46.831 INFO O| Aug 25 07:50:46.831 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help" |
| 9503 | 2026-08-25T07:50:47.977Z | [ host-image] Aug 25 07:50:46.834 INFO O| Aug 25 07:50:46.834 INFO STEP 4 (remove_files) COMPLETE |
| 9504 | 2026-08-25T07:50:47.977Z | [ host-image] Aug 25 07:50:46.834 INFO O| Aug 25 07:50:46.834 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9505 | 2026-08-25T07:50:47.977Z | [ host-image] Aug 25 07:50:46.841 INFO O| Aug 25 07:50:46.841 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc" |
| 9506 | 2026-08-25T07:50:47.978Z | [ host-image] Aug 25 07:50:46.843 INFO O| Aug 25 07:50:46.843 INFO STEP 5 (remove_files) COMPLETE |
| 9507 | 2026-08-25T07:50:47.978Z | [ host-image] Aug 25 07:50:46.843 INFO O| Aug 25 07:50:46.843 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9508 | 2026-08-25T07:50:47.987Z | [ host-image] Aug 25 07:50:46.853 INFO O| Aug 25 07:50:46.853 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion" |
| 9509 | 2026-08-25T07:50:47.992Z | [ host-image] Aug 25 07:50:46.863 INFO O| Aug 25 07:50:46.863 INFO STEP 6 (remove_files) COMPLETE |
| 9510 | 2026-08-25T07:50:47.992Z | [ host-image] Aug 25 07:50:46.863 INFO O| Aug 25 07:50:46.863 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9511 | 2026-08-25T07:50:47.992Z | [ host-image] Aug 25 07:50:46.864 INFO O| Aug 25 07:50:46.863 INFO skip step because feature "heliosv2" is not enabled |
| 9512 | 2026-08-25T07:50:47.992Z | [ host-image] Aug 25 07:50:46.864 INFO O| Aug 25 07:50:46.863 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9513 | 2026-08-25T07:50:48.008Z | [ host-image] Aug 25 07:50:46.874 INFO O| Aug 25 07:50:46.874 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.40/man" |
| 9514 | 2026-08-25T07:50:48.018Z | [ host-image] Aug 25 07:50:46.885 INFO O| Aug 25 07:50:46.885 INFO STEP 8 (remove_files) COMPLETE |
| 9515 | 2026-08-25T07:50:48.019Z | [ host-image] Aug 25 07:50:46.885 INFO O| Aug 25 07:50:46.885 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9516 | 2026-08-25T07:50:48.039Z | [ host-image] Aug 25 07:50:46.895 INFO O| Aug 25 07:50:46.895 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl" |
| 9517 | 2026-08-25T07:50:48.091Z | [ host-image] Aug 25 07:50:46.963 INFO O| Aug 25 07:50:46.963 INFO STEP 9 (remove_files) COMPLETE |
| 9518 | 2026-08-25T07:50:48.092Z | [ host-image] Aug 25 07:50:46.963 INFO O| Aug 25 07:50:46.963 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9519 | 2026-08-25T07:50:48.099Z | [ host-image] Aug 25 07:50:46.973 INFO O| Aug 25 07:50:46.973 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man" |
| 9520 | 2026-08-25T07:50:48.184Z | [ host-image] Aug 25 07:50:47.050 INFO O| Aug 25 07:50:47.050 INFO STEP 10 (remove_files) COMPLETE |
| 9521 | 2026-08-25T07:50:48.184Z | [ host-image] Aug 25 07:50:47.050 INFO O| Aug 25 07:50:47.050 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9522 | 2026-08-25T07:50:48.189Z | [ host-image] Aug 25 07:50:47.060 INFO O| Aug 25 07:50:47.060 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp" |
| 9523 | 2026-08-25T07:50:48.189Z | [ host-image] Aug 25 07:50:47.063 INFO O| Aug 25 07:50:47.063 INFO STEP 11 (remove_files) COMPLETE |
| 9524 | 2026-08-25T07:50:48.189Z | [ host-image] Aug 25 07:50:47.063 INFO O| Aug 25 07:50:47.063 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9525 | 2026-08-25T07:50:48.205Z | [ host-image] Aug 25 07:50:47.072 INFO O| Aug 25 07:50:47.072 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386" |
| 9526 | 2026-08-25T07:50:48.216Z | [ host-image] Aug 25 07:50:47.073 INFO O| Aug 25 07:50:47.073 INFO STEP 12 (remove_files) COMPLETE |
| 9527 | 2026-08-25T07:50:48.216Z | [ host-image] Aug 25 07:50:47.073 INFO O| Aug 25 07:50:47.073 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9528 | 2026-08-25T07:50:48.216Z | [ host-image] Aug 25 07:50:47.083 INFO O| Aug 25 07:50:47.083 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv" |
| 9529 | 2026-08-25T07:50:48.216Z | [ host-image] Aug 25 07:50:47.084 INFO O| Aug 25 07:50:47.084 INFO STEP 13 (remove_files) COMPLETE |
| 9530 | 2026-08-25T07:50:48.216Z | [ host-image] Aug 25 07:50:47.085 INFO O| Aug 25 07:50:47.084 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9531 | 2026-08-25T07:50:48.227Z | [ host-image] Aug 25 07:50:47.102 INFO O| Aug 25 07:50:47.101 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
| 9532 | 2026-08-25T07:50:48.234Z | [ host-image] Aug 25 07:50:47.102 INFO O| Aug 25 07:50:47.102 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
| 9533 | 2026-08-25T07:50:48.234Z | [ host-image] Aug 25 07:50:47.102 INFO O| Aug 25 07:50:47.102 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
| 9534 | 2026-08-25T07:50:48.235Z | [ host-image] Aug 25 07:50:47.102 INFO O| Aug 25 07:50:47.102 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
| 9535 | 2026-08-25T07:50:48.235Z | [ host-image] Aug 25 07:50:47.102 INFO O| Aug 25 07:50:47.102 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
| 9536 | 2026-08-25T07:50:48.235Z | [ host-image] Aug 25 07:50:47.102 INFO O| Aug 25 07:50:47.102 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
| 9537 | 2026-08-25T07:50:48.235Z | [ host-image] Aug 25 07:50:47.102 INFO O| Aug 25 07:50:47.102 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
| 9538 | 2026-08-25T07:50:48.235Z | [ host-image] Aug 25 07:50:47.102 INFO O| Aug 25 07:50:47.102 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
| 9539 | 2026-08-25T07:50:48.235Z | [ host-image] Aug 25 07:50:47.102 INFO O| Aug 25 07:50:47.102 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
| 9540 | 2026-08-25T07:50:48.235Z | [ host-image] Aug 25 07:50:47.102 INFO O| Aug 25 07:50:47.102 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
| 9541 | 2026-08-25T07:50:48.235Z | [ host-image] Aug 25 07:50:47.102 INFO O| Aug 25 07:50:47.102 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
| 9542 | 2026-08-25T07:50:48.235Z | [ host-image] Aug 25 07:50:47.102 INFO O| Aug 25 07:50:47.102 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
| 9543 | 2026-08-25T07:50:48.235Z | [ host-image] Aug 25 07:50:47.102 INFO O| Aug 25 07:50:47.102 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
| 9544 | 2026-08-25T07:50:48.235Z | [ host-image] Aug 25 07:50:47.102 INFO O| Aug 25 07:50:47.102 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
| 9545 | 2026-08-25T07:50:48.235Z | [ host-image] Aug 25 07:50:47.103 INFO O| Aug 25 07:50:47.103 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
| 9546 | 2026-08-25T07:50:48.236Z | [ host-image] Aug 25 07:50:47.103 INFO O| Aug 25 07:50:47.103 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
| 9547 | 2026-08-25T07:50:48.236Z | [ host-image] Aug 25 07:50:47.103 INFO O| Aug 25 07:50:47.103 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/libjq.a" |
| 9548 | 2026-08-25T07:50:48.236Z | [ host-image] Aug 25 07:50:47.103 INFO O| Aug 25 07:50:47.103 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/lib/amd64/libjq.a" |
| 9549 | 2026-08-25T07:50:48.386Z | [ host-image] Aug 25 07:50:47.263 INFO O| Aug 25 07:50:47.263 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 9550 | 2026-08-25T07:50:48.407Z | [verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 9551 | 2026-08-25T07:50:48.407Z | [ host-image] Aug 25 07:50:47.268 INFO O| Aug 25 07:50:47.268 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a" |
| 9552 | 2026-08-25T07:50:48.472Z | [ host-image] Aug 25 07:50:47.348 INFO O| Aug 25 07:50:47.348 INFO STEP 14 (remove_files) COMPLETE |
| 9553 | 2026-08-25T07:50:48.472Z | [ host-image] Aug 25 07:50:47.348 INFO O| Aug 25 07:50:47.348 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9554 | 2026-08-25T07:50:48.482Z | [ host-image] Aug 25 07:50:47.358 INFO O| Aug 25 07:50:47.358 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot" |
| 9555 | 2026-08-25T07:50:48.491Z | [ host-image] Aug 25 07:50:47.360 INFO O| Aug 25 07:50:47.360 INFO STEP 15 (remove_files) COMPLETE |
| 9556 | 2026-08-25T07:50:48.491Z | [ host-image] Aug 25 07:50:47.360 INFO O| Aug 25 07:50:47.360 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9557 | 2026-08-25T07:50:48.499Z | [ host-image] Aug 25 07:50:47.372 INFO O| Aug 25 07:50:47.372 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc" |
| 9558 | 2026-08-25T07:50:48.508Z | [ host-image] Aug 25 07:50:47.378 INFO O| Aug 25 07:50:47.378 INFO STEP 16 (remove_files) COMPLETE |
| 9559 | 2026-08-25T07:50:48.508Z | [ host-image] Aug 25 07:50:47.378 INFO O| Aug 25 07:50:47.378 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9560 | 2026-08-25T07:50:48.514Z | [ host-image] Aug 25 07:50:47.389 INFO O| Aug 25 07:50:47.389 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv" |
| 9561 | 2026-08-25T07:50:48.514Z | [ host-image] Aug 25 07:50:47.390 INFO O| Aug 25 07:50:47.390 INFO STEP 17 (remove_files) COMPLETE |
| 9562 | 2026-08-25T07:50:48.514Z | [ host-image] Aug 25 07:50:47.390 INFO O| Aug 25 07:50:47.390 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9563 | 2026-08-25T07:50:48.523Z | [ host-image] Aug 25 07:50:47.400 INFO O| Aug 25 07:50:47.400 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc" |
| 9564 | 2026-08-25T07:50:48.534Z | [ host-image] Aug 25 07:50:47.402 INFO O| Aug 25 07:50:47.402 INFO STEP 18 (remove_files) COMPLETE |
| 9565 | 2026-08-25T07:50:48.534Z | [ host-image] Aug 25 07:50:47.402 INFO O| Aug 25 07:50:47.402 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9566 | 2026-08-25T07:50:48.540Z | [ host-image] Aug 25 07:50:47.412 INFO O| Aug 25 07:50:47.412 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 9567 | 2026-08-25T07:50:48.541Z | [ host-image] Aug 25 07:50:47.412 INFO O| Aug 25 07:50:47.412 INFO STEP 19 (remove_files) COMPLETE |
| 9568 | 2026-08-25T07:50:48.541Z | [ host-image] Aug 25 07:50:47.412 INFO O| Aug 25 07:50:47.412 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9569 | 2026-08-25T07:50:48.561Z | [ host-image] Aug 25 07:50:47.427 INFO O| Aug 25 07:50:47.427 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 9570 | 2026-08-25T07:50:48.561Z | [ host-image] Aug 25 07:50:47.427 INFO O| Aug 25 07:50:47.427 INFO STEP 20 (remove_files) COMPLETE |
| 9571 | 2026-08-25T07:50:48.578Z | [ host-image] Aug 25 07:50:47.427 INFO O| Aug 25 07:50:47.427 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9572 | 2026-08-25T07:50:48.578Z | [ host-image] Aug 25 07:50:47.437 INFO O| Aug 25 07:50:47.437 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 9573 | 2026-08-25T07:50:48.578Z | [ host-image] Aug 25 07:50:47.437 INFO O| Aug 25 07:50:47.437 INFO STEP 21 (remove_files) COMPLETE |
| 9574 | 2026-08-25T07:50:48.578Z | [ host-image] Aug 25 07:50:47.437 INFO O| Aug 25 07:50:47.437 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9575 | 2026-08-25T07:50:48.578Z | [ host-image] Aug 25 07:50:47.445 INFO O| Aug 25 07:50:47.445 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 9576 | 2026-08-25T07:50:48.578Z | [ host-image] Aug 25 07:50:47.445 INFO O| Aug 25 07:50:47.445 INFO STEP 22 (remove_files) COMPLETE |
| 9577 | 2026-08-25T07:50:48.578Z | [ host-image] Aug 25 07:50:47.445 INFO O| Aug 25 07:50:47.445 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9578 | 2026-08-25T07:50:48.582Z | [ host-image] Aug 25 07:50:47.454 INFO O| Aug 25 07:50:47.454 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 9579 | 2026-08-25T07:50:48.583Z | [ host-image] Aug 25 07:50:47.454 INFO O| Aug 25 07:50:47.454 INFO STEP 23 (remove_files) COMPLETE |
| 9580 | 2026-08-25T07:50:48.583Z | [ host-image] Aug 25 07:50:47.454 INFO O| Aug 25 07:50:47.454 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9581 | 2026-08-25T07:50:48.600Z | [ host-image] Aug 25 07:50:47.462 INFO O| Aug 25 07:50:47.462 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 9582 | 2026-08-25T07:50:48.600Z | [ host-image] Aug 25 07:50:47.462 INFO O| Aug 25 07:50:47.462 INFO STEP 24 (remove_files) COMPLETE |
| 9583 | 2026-08-25T07:50:48.600Z | [ host-image] Aug 25 07:50:47.462 INFO O| Aug 25 07:50:47.462 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9584 | 2026-08-25T07:50:48.623Z | [ host-image] Aug 25 07:50:47.486 INFO O| Aug 25 07:50:47.486 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 9585 | 2026-08-25T07:50:48.623Z | [ host-image] Aug 25 07:50:47.486 INFO O| Aug 25 07:50:47.486 INFO STEP 25 (remove_files) COMPLETE |
| 9586 | 2026-08-25T07:50:48.624Z | [ host-image] Aug 25 07:50:47.486 INFO O| Aug 25 07:50:47.486 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9587 | 2026-08-25T07:50:48.638Z | [ host-image] Aug 25 07:50:47.496 INFO O| Aug 25 07:50:47.496 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power" |
| 9588 | 2026-08-25T07:50:48.638Z | [ host-image] Aug 25 07:50:47.496 INFO O| Aug 25 07:50:47.496 INFO STEP 26 (remove_files) COMPLETE |
| 9589 | 2026-08-25T07:50:48.638Z | [ host-image] Aug 25 07:50:47.496 INFO O| Aug 25 07:50:47.496 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9590 | 2026-08-25T07:50:48.638Z | [ host-image] Aug 25 07:50:47.505 INFO O| Aug 25 07:50:47.505 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 9591 | 2026-08-25T07:50:48.638Z | [ host-image] Aug 25 07:50:47.505 INFO O| Aug 25 07:50:47.505 INFO STEP 27 (remove_files) COMPLETE |
| 9592 | 2026-08-25T07:50:48.638Z | [ host-image] Aug 25 07:50:47.505 INFO O| Aug 25 07:50:47.505 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9593 | 2026-08-25T07:50:48.649Z | [ host-image] Aug 25 07:50:47.515 INFO O| Aug 25 07:50:47.515 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 9594 | 2026-08-25T07:50:48.649Z | [ host-image] Aug 25 07:50:47.515 INFO O| Aug 25 07:50:47.515 INFO STEP 28 (remove_files) COMPLETE |
| 9595 | 2026-08-25T07:50:48.649Z | [ host-image] Aug 25 07:50:47.515 INFO O| Aug 25 07:50:47.515 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9596 | 2026-08-25T07:50:48.661Z | [ host-image] Aug 25 07:50:47.524 INFO O| Aug 25 07:50:47.524 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 9597 | 2026-08-25T07:50:48.661Z | [ host-image] Aug 25 07:50:47.524 INFO O| Aug 25 07:50:47.524 INFO STEP 29 (remove_files) COMPLETE |
| 9598 | 2026-08-25T07:50:48.661Z | [ host-image] Aug 25 07:50:47.524 INFO O| Aug 25 07:50:47.524 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9599 | 2026-08-25T07:50:48.672Z | [ host-image] Aug 25 07:50:47.550 INFO O| Aug 25 07:50:47.550 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 9600 | 2026-08-25T07:50:48.672Z | [ host-image] Aug 25 07:50:47.550 INFO O| Aug 25 07:50:47.550 INFO STEP 30 (remove_files) COMPLETE |
| 9601 | 2026-08-25T07:50:48.672Z | [ host-image] Aug 25 07:50:47.550 INFO O| Aug 25 07:50:47.550 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9602 | 2026-08-25T07:50:48.682Z | [ host-image] Aug 25 07:50:47.560 INFO O| Aug 25 07:50:47.560 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 9603 | 2026-08-25T07:50:48.682Z | [ host-image] Aug 25 07:50:47.560 INFO O| Aug 25 07:50:47.560 INFO STEP 31 (remove_files) COMPLETE |
| 9604 | 2026-08-25T07:50:48.693Z | [ host-image] Aug 25 07:50:47.560 INFO O| Aug 25 07:50:47.560 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9605 | 2026-08-25T07:50:48.702Z | [ host-image] Aug 25 07:50:47.571 INFO O| Aug 25 07:50:47.571 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 9606 | 2026-08-25T07:50:48.703Z | [ host-image] Aug 25 07:50:47.571 INFO O| Aug 25 07:50:47.571 INFO STEP 32 (remove_files) COMPLETE |
| 9607 | 2026-08-25T07:50:48.703Z | [ host-image] Aug 25 07:50:47.571 INFO O| Aug 25 07:50:47.571 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9608 | 2026-08-25T07:50:48.720Z | [ host-image] Aug 25 07:50:47.582 INFO O| Aug 25 07:50:47.582 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 9609 | 2026-08-25T07:50:48.720Z | [ host-image] Aug 25 07:50:47.582 INFO O| Aug 25 07:50:47.582 INFO STEP 33 (remove_files) COMPLETE |
| 9610 | 2026-08-25T07:50:48.721Z | [ host-image] Aug 25 07:50:47.582 INFO O| Aug 25 07:50:47.582 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9611 | 2026-08-25T07:50:48.729Z | [ host-image] Aug 25 07:50:47.593 INFO O| Aug 25 07:50:47.593 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 9612 | 2026-08-25T07:50:48.729Z | [ host-image] Aug 25 07:50:47.593 INFO O| Aug 25 07:50:47.593 INFO STEP 34 (remove_files) COMPLETE |
| 9613 | 2026-08-25T07:50:48.729Z | [ host-image] Aug 25 07:50:47.593 INFO O| Aug 25 07:50:47.593 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9614 | 2026-08-25T07:50:48.729Z | [ host-image] Aug 25 07:50:47.601 INFO O| Aug 25 07:50:47.601 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 9615 | 2026-08-25T07:50:48.729Z | [ host-image] Aug 25 07:50:47.601 INFO O| Aug 25 07:50:47.601 INFO STEP 35 (remove_files) COMPLETE |
| 9616 | 2026-08-25T07:50:48.729Z | [ host-image] Aug 25 07:50:47.602 INFO O| Aug 25 07:50:47.602 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9617 | 2026-08-25T07:50:48.754Z | [ host-image] Aug 25 07:50:47.618 INFO O| Aug 25 07:50:47.617 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 9618 | 2026-08-25T07:50:48.755Z | [ host-image] Aug 25 07:50:47.618 INFO O| Aug 25 07:50:47.618 INFO STEP 36 (remove_files) COMPLETE |
| 9619 | 2026-08-25T07:50:48.755Z | [ host-image] Aug 25 07:50:47.618 INFO O| Aug 25 07:50:47.618 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9620 | 2026-08-25T07:50:48.821Z | [ host-image] Aug 25 07:50:47.626 INFO O| Aug 25 07:50:47.626 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 9621 | 2026-08-25T07:50:48.821Z | [ host-image] Aug 25 07:50:47.626 INFO O| Aug 25 07:50:47.626 INFO STEP 37 (remove_files) COMPLETE |
| 9622 | 2026-08-25T07:50:48.821Z | [ host-image] Aug 25 07:50:47.626 INFO O| Aug 25 07:50:47.626 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9623 | 2026-08-25T07:50:48.821Z | [ host-image] Aug 25 07:50:47.632 INFO O| Aug 25 07:50:47.632 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 9624 | 2026-08-25T07:50:48.821Z | [ host-image] Aug 25 07:50:47.632 INFO O| Aug 25 07:50:47.632 INFO STEP 38 (remove_files) COMPLETE |
| 9625 | 2026-08-25T07:50:48.821Z | [ host-image] Aug 25 07:50:47.632 INFO O| Aug 25 07:50:47.632 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9626 | 2026-08-25T07:50:48.830Z | [ host-image] Aug 25 07:50:47.648 INFO O| Aug 25 07:50:47.648 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 9627 | 2026-08-25T07:50:48.830Z | [ host-image] Aug 25 07:50:47.648 INFO O| Aug 25 07:50:47.648 INFO STEP 39 (remove_files) COMPLETE |
| 9628 | 2026-08-25T07:50:48.830Z | [ host-image] Aug 25 07:50:47.648 INFO O| Aug 25 07:50:47.648 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9629 | 2026-08-25T07:50:48.830Z | [ host-image] Aug 25 07:50:47.658 INFO O| Aug 25 07:50:47.658 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 9630 | 2026-08-25T07:50:48.830Z | [ host-image] Aug 25 07:50:47.658 INFO O| Aug 25 07:50:47.658 INFO STEP 40 (remove_files) COMPLETE |
| 9631 | 2026-08-25T07:50:48.830Z | [ host-image] Aug 25 07:50:47.658 INFO O| Aug 25 07:50:47.658 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9632 | 2026-08-25T07:50:48.830Z | [ host-image] Aug 25 07:50:47.666 INFO O| Aug 25 07:50:47.666 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 9633 | 2026-08-25T07:50:48.830Z | [ host-image] Aug 25 07:50:47.666 INFO O| Aug 25 07:50:47.666 INFO STEP 41 (remove_files) COMPLETE |
| 9634 | 2026-08-25T07:50:48.830Z | [ host-image] Aug 25 07:50:47.666 INFO O| Aug 25 07:50:47.666 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9635 | 2026-08-25T07:50:48.830Z | [ host-image] Aug 25 07:50:47.673 INFO O| Aug 25 07:50:47.673 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 9636 | 2026-08-25T07:50:48.830Z | [ host-image] Aug 25 07:50:47.674 INFO O| Aug 25 07:50:47.674 INFO STEP 42 (remove_files) COMPLETE |
| 9637 | 2026-08-25T07:50:48.830Z | [ host-image] Aug 25 07:50:47.674 INFO O| Aug 25 07:50:47.674 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9638 | 2026-08-25T07:50:48.830Z | [ host-image] Aug 25 07:50:47.688 INFO O| Aug 25 07:50:47.687 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 9639 | 2026-08-25T07:50:48.831Z | [ host-image] Aug 25 07:50:47.688 INFO O| Aug 25 07:50:47.688 INFO STEP 43 (remove_files) COMPLETE |
| 9640 | 2026-08-25T07:50:48.831Z | [ host-image] Aug 25 07:50:47.688 INFO O| Aug 25 07:50:47.688 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9641 | 2026-08-25T07:50:48.831Z | [ host-image] Aug 25 07:50:47.697 INFO O| Aug 25 07:50:47.697 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 9642 | 2026-08-25T07:50:48.831Z | [ host-image] Aug 25 07:50:47.697 INFO O| Aug 25 07:50:47.697 INFO STEP 44 (remove_files) COMPLETE |
| 9643 | 2026-08-25T07:50:48.831Z | [ host-image] Aug 25 07:50:47.697 INFO O| Aug 25 07:50:47.697 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9644 | 2026-08-25T07:50:48.834Z | [ host-image] Aug 25 07:50:47.705 INFO O| Aug 25 07:50:47.705 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 9645 | 2026-08-25T07:50:48.835Z | [ host-image] Aug 25 07:50:47.706 INFO O| Aug 25 07:50:47.705 INFO STEP 45 (remove_files) COMPLETE |
| 9646 | 2026-08-25T07:50:48.835Z | [ host-image] Aug 25 07:50:47.706 INFO O| Aug 25 07:50:47.706 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9647 | 2026-08-25T07:50:48.843Z | [ host-image] Aug 25 07:50:47.715 INFO O| Aug 25 07:50:47.715 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 9648 | 2026-08-25T07:50:48.843Z | [ host-image] Aug 25 07:50:47.715 INFO O| Aug 25 07:50:47.715 INFO STEP 46 (remove_files) COMPLETE |
| 9649 | 2026-08-25T07:50:48.843Z | [ host-image] Aug 25 07:50:47.715 INFO O| Aug 25 07:50:47.715 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9650 | 2026-08-25T07:50:48.851Z | [ host-image] Aug 25 07:50:47.723 INFO O| Aug 25 07:50:47.723 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 9651 | 2026-08-25T07:50:48.851Z | [ host-image] Aug 25 07:50:47.723 INFO O| Aug 25 07:50:47.723 INFO STEP 47 (remove_files) COMPLETE |
| 9652 | 2026-08-25T07:50:48.851Z | [ host-image] Aug 25 07:50:47.723 INFO O| Aug 25 07:50:47.723 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9653 | 2026-08-25T07:50:48.860Z | [ host-image] Aug 25 07:50:47.731 INFO O| Aug 25 07:50:47.731 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 9654 | 2026-08-25T07:50:48.860Z | [ host-image] Aug 25 07:50:47.731 INFO O| Aug 25 07:50:47.731 INFO STEP 48 (remove_files) COMPLETE |
| 9655 | 2026-08-25T07:50:48.860Z | [ host-image] Aug 25 07:50:47.731 INFO O| Aug 25 07:50:47.731 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9656 | 2026-08-25T07:50:48.864Z | [ host-image] Aug 25 07:50:47.741 INFO O| Aug 25 07:50:47.741 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 9657 | 2026-08-25T07:50:48.864Z | [ host-image] Aug 25 07:50:47.741 INFO O| Aug 25 07:50:47.741 INFO STEP 49 (remove_files) COMPLETE |
| 9658 | 2026-08-25T07:50:48.864Z | [ host-image] Aug 25 07:50:47.741 INFO O| Aug 25 07:50:47.741 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9659 | 2026-08-25T07:50:48.881Z | [ host-image] Aug 25 07:50:47.750 INFO O| Aug 25 07:50:47.750 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 9660 | 2026-08-25T07:50:48.881Z | [ host-image] Aug 25 07:50:47.750 INFO O| Aug 25 07:50:47.750 INFO STEP 50 (remove_files) COMPLETE |
| 9661 | 2026-08-25T07:50:48.881Z | [ host-image] Aug 25 07:50:47.750 INFO O| Aug 25 07:50:47.750 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9662 | 2026-08-25T07:50:48.885Z | [ host-image] Aug 25 07:50:47.759 INFO O| Aug 25 07:50:47.759 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 9663 | 2026-08-25T07:50:48.885Z | [ host-image] Aug 25 07:50:47.759 INFO O| Aug 25 07:50:47.759 INFO STEP 51 (remove_files) COMPLETE |
| 9664 | 2026-08-25T07:50:48.885Z | [ host-image] Aug 25 07:50:47.759 INFO O| Aug 25 07:50:47.759 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9665 | 2026-08-25T07:50:48.889Z | [ host-image] Aug 25 07:50:47.766 INFO O| Aug 25 07:50:47.766 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 9666 | 2026-08-25T07:50:48.890Z | [ host-image] Aug 25 07:50:47.766 INFO O| Aug 25 07:50:47.766 INFO STEP 52 (remove_files) COMPLETE |
| 9667 | 2026-08-25T07:50:48.890Z | [ host-image] Aug 25 07:50:47.766 INFO O| Aug 25 07:50:47.766 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9668 | 2026-08-25T07:50:49.034Z | [ host-image] Aug 25 07:50:47.774 INFO O| Aug 25 07:50:47.774 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 9669 | 2026-08-25T07:50:49.034Z | [ host-image] Aug 25 07:50:47.774 INFO O| Aug 25 07:50:47.774 INFO STEP 53 (remove_files) COMPLETE |
| 9670 | 2026-08-25T07:50:49.034Z | [ host-image] Aug 25 07:50:47.774 INFO O| Aug 25 07:50:47.774 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9671 | 2026-08-25T07:50:49.034Z | [ host-image] Aug 25 07:50:47.782 INFO O| Aug 25 07:50:47.781 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm" |
| 9672 | 2026-08-25T07:50:49.034Z | [ host-image] Aug 25 07:50:47.782 INFO O| Aug 25 07:50:47.782 INFO STEP 54 (remove_files) COMPLETE |
| 9673 | 2026-08-25T07:50:49.034Z | [ host-image] Aug 25 07:50:47.782 INFO O| Aug 25 07:50:47.782 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9674 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.789 INFO O| Aug 25 07:50:47.789 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm" |
| 9675 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.789 INFO O| Aug 25 07:50:47.789 INFO STEP 55 (remove_files) COMPLETE |
| 9676 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.789 INFO O| Aug 25 07:50:47.789 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9677 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.796 INFO O| Aug 25 07:50:47.796 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm" |
| 9678 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.796 INFO O| Aug 25 07:50:47.796 INFO STEP 56 (remove_files) COMPLETE |
| 9679 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.796 INFO O| Aug 25 07:50:47.796 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9680 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.804 INFO O| Aug 25 07:50:47.804 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm" |
| 9681 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.804 INFO O| Aug 25 07:50:47.804 INFO STEP 57 (remove_files) COMPLETE |
| 9682 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.804 INFO O| Aug 25 07:50:47.804 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9683 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.813 INFO O| Aug 25 07:50:47.813 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar" |
| 9684 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.814 INFO O| Aug 25 07:50:47.814 INFO STEP 58 (remove_files) COMPLETE |
| 9685 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.814 INFO O| Aug 25 07:50:47.814 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9686 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.823 INFO O| Aug 25 07:50:47.823 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 9687 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.823 INFO O| Aug 25 07:50:47.823 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ... |
| 9688 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.823 INFO O| Aug 25 07:50:47.823 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9689 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.823 INFO O| Aug 25 07:50:47.823 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9690 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.823 INFO O| Aug 25 07:50:47.823 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9691 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.823 INFO O| Aug 25 07:50:47.823 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9692 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.823 INFO O| Aug 25 07:50:47.823 INFO ok! |
| 9693 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.824 INFO O| Aug 25 07:50:47.823 INFO STEP 59 (ensure_file) COMPLETE |
| 9694 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.824 INFO O| Aug 25 07:50:47.823 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9695 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.834 INFO O| Aug 25 07:50:47.834 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 9696 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.834 INFO O| Aug 25 07:50:47.834 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 9697 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.834 INFO O| Aug 25 07:50:47.834 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9698 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.834 INFO O| Aug 25 07:50:47.834 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9699 | 2026-08-25T07:50:49.071Z | [ host-image] Aug 25 07:50:47.834 INFO O| Aug 25 07:50:47.834 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9700 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.834 INFO O| Aug 25 07:50:47.834 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9701 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.834 INFO O| Aug 25 07:50:47.834 INFO ok! |
| 9702 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.834 INFO O| Aug 25 07:50:47.834 INFO STEP 60 (ensure_file) COMPLETE |
| 9703 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.834 INFO O| Aug 25 07:50:47.834 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9704 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.845 INFO O| Aug 25 07:50:47.845 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist |
| 9705 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.845 INFO O| Aug 25 07:50:47.845 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ... |
| 9706 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.845 INFO O| Aug 25 07:50:47.845 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile |
| 9707 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.845 INFO O| Aug 25 07:50:47.845 INFO ok! |
| 9708 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.845 INFO O| Aug 25 07:50:47.845 INFO STEP 61 (ensure_file) COMPLETE |
| 9709 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.845 INFO O| Aug 25 07:50:47.845 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9710 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.855 INFO O| Aug 25 07:50:47.855 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 9711 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.856 INFO O| Aug 25 07:50:47.856 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ... |
| 9712 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.856 INFO O| Aug 25 07:50:47.856 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc |
| 9713 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.856 INFO O| Aug 25 07:50:47.856 INFO ok! |
| 9714 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.856 INFO O| Aug 25 07:50:47.856 INFO STEP 62 (ensure_file) COMPLETE |
| 9715 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.856 INFO O| Aug 25 07:50:47.856 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9716 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.865 INFO O| Aug 25 07:50:47.865 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 9717 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.865 INFO O| Aug 25 07:50:47.865 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ... |
| 9718 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.865 INFO O| Aug 25 07:50:47.865 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9719 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.865 INFO O| Aug 25 07:50:47.865 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9720 | 2026-08-25T07:50:49.072Z | [ host-image] Aug 25 07:50:47.865 INFO O| Aug 25 07:50:47.865 INFO ok! |
| 9721 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.865 INFO O| Aug 25 07:50:47.865 INFO STEP 63 (ensure_file) COMPLETE |
| 9722 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.865 INFO O| Aug 25 07:50:47.865 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9723 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.873 INFO O| Aug 25 07:50:47.873 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 9724 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.873 INFO O| Aug 25 07:50:47.873 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 9725 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.873 INFO O| Aug 25 07:50:47.873 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9726 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.873 INFO O| Aug 25 07:50:47.873 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9727 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.873 INFO O| Aug 25 07:50:47.873 INFO ok! |
| 9728 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.873 INFO O| Aug 25 07:50:47.873 INFO STEP 64 (ensure_file) COMPLETE |
| 9729 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.873 INFO O| Aug 25 07:50:47.873 INFO STEP 65: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9730 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.883 INFO O| Aug 25 07:50:47.883 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 9731 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.883 INFO O| Aug 25 07:50:47.883 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 9732 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.883 INFO O| Aug 25 07:50:47.883 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly |
| 9733 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.883 INFO O| Aug 25 07:50:47.883 INFO ok! |
| 9734 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.883 INFO O| Aug 25 07:50:47.883 INFO STEP 65 (assemble_files) COMPLETE |
| 9735 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.883 INFO O| Aug 25 07:50:47.883 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9736 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.896 INFO O| Aug 25 07:50:47.896 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 9737 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.896 INFO O| Aug 25 07:50:47.896 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ... |
| 9738 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.896 INFO O| Aug 25 07:50:47.896 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9739 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.896 INFO O| Aug 25 07:50:47.896 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9740 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.896 INFO O| Aug 25 07:50:47.896 INFO ok! |
| 9741 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.896 INFO O| Aug 25 07:50:47.896 INFO STEP 66 (ensure_file) COMPLETE |
| 9742 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.896 INFO O| Aug 25 07:50:47.896 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9743 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.905 INFO O| Aug 25 07:50:47.905 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9744 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.905 INFO O| Aug 25 07:50:47.905 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9745 | 2026-08-25T07:50:49.073Z | [ host-image] Aug 25 07:50:47.905 INFO O| Aug 25 07:50:47.905 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9746 | 2026-08-25T07:50:49.074Z | [ host-image] Aug 25 07:50:47.905 INFO O| Aug 25 07:50:47.905 INFO STEP 67 (ensure_dir) COMPLETE |
| 9747 | 2026-08-25T07:50:49.074Z | [ host-image] Aug 25 07:50:47.905 INFO O| Aug 25 07:50:47.905 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9748 | 2026-08-25T07:50:49.074Z | [ host-image] Aug 25 07:50:47.913 INFO O| Aug 25 07:50:47.913 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
| 9749 | 2026-08-25T07:50:49.074Z | [ host-image] Aug 25 07:50:47.913 INFO O| Aug 25 07:50:47.913 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 ... |
| 9750 | 2026-08-25T07:50:49.074Z | [ host-image] Aug 25 07:50:47.919 INFO O| Aug 25 07:50:47.919 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 |
| 9751 | 2026-08-25T07:50:49.074Z | [ host-image] Aug 25 07:50:47.919 INFO O| Aug 25 07:50:47.919 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 9752 | 2026-08-25T07:50:49.074Z | [ host-image] Aug 25 07:50:47.919 INFO O| Aug 25 07:50:47.919 INFO ok! |
| 9753 | 2026-08-25T07:50:49.074Z | [ host-image] Aug 25 07:50:47.919 INFO O| Aug 25 07:50:47.919 INFO STEP 68 (ensure_file) COMPLETE |
| 9754 | 2026-08-25T07:50:49.074Z | [ host-image] Aug 25 07:50:47.919 INFO O| Aug 25 07:50:47.919 INFO STEP 69: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9755 | 2026-08-25T07:50:49.104Z | [ host-image] Aug 25 07:50:47.928 INFO O| Aug 25 07:50:47.928 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
| 9756 | 2026-08-25T07:50:49.104Z | [ host-image] Aug 25 07:50:47.928 INFO O| Aug 25 07:50:47.928 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 ... |
| 9757 | 2026-08-25T07:50:49.104Z | [ host-image] Aug 25 07:50:47.929 INFO O| Aug 25 07:50:47.929 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 |
| 9758 | 2026-08-25T07:50:49.104Z | [ host-image] Aug 25 07:50:47.929 INFO O| Aug 25 07:50:47.929 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 9759 | 2026-08-25T07:50:49.104Z | [ host-image] Aug 25 07:50:47.929 INFO O| Aug 25 07:50:47.929 INFO ok! |
| 9760 | 2026-08-25T07:50:49.104Z | [ host-image] Aug 25 07:50:47.929 INFO O| Aug 25 07:50:47.929 INFO STEP 69 (ensure_file) COMPLETE |
| 9761 | 2026-08-25T07:50:49.104Z | [ host-image] Aug 25 07:50:47.929 INFO O| Aug 25 07:50:47.929 INFO STEP 70: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9762 | 2026-08-25T07:50:49.104Z | [ host-image] Aug 25 07:50:47.945 INFO O| Aug 25 07:50:47.945 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal |
| 9763 | 2026-08-25T07:50:49.104Z | [ host-image] Aug 25 07:50:47.945 INFO O| Aug 25 07:50:47.945 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."] |
| 9764 | 2026-08-25T07:50:50.686Z | [ host-image] Aug 25 07:50:49.555 INFO O| Aug 25 07:50:49.555 INFO STEP 70 (pack_tar) COMPLETE |
| 9765 | 2026-08-25T07:50:50.686Z | [ host-image] Aug 25 07:50:49.555 INFO O| Aug 25 07:50:49.555 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9766 | 2026-08-25T07:50:50.687Z | [ host-image] Aug 25 07:50:49.555 INFO O| Aug 25 07:50:49.555 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim |
| 9767 | 2026-08-25T07:50:51.134Z | [ host-image] Aug 25 07:50:50.004 INFO O| Aug 25 07:50:50.003 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9768 | 2026-08-25T07:50:51.350Z | [ host-image] Aug 25 07:50:50.227 INFO O| Aug 25 07:50:50.227 INFO completed processing sled/ramdisk-02-trim |
| 9769 | 2026-08-25T07:50:51.371Z | [ host-image] Aug 25 07:50:50.229 INFO image builder template: zfs... |
| 9770 | 2026-08-25T07:50:51.371Z | [ host-image] Aug 25 07:50:50.229 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/.tmpA3naiZ/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 |
| 9771 | 2026-08-25T07:50:51.395Z | [ host-image] Aug 25 07:50:50.241 INFO O| Aug 25 07:50:50.241 INFO skip include "stress" because feature "stress" is not enabled |
| 9772 | 2026-08-25T07:50:51.395Z | [ host-image] Aug 25 07:50:50.241 INFO O| Aug 25 07:50:50.241 INFO skip include "stress" because feature "compliance" is not enabled |
| 9773 | 2026-08-25T07:50:51.399Z | [ host-image] Aug 25 07:50:50.267 INFO O| Aug 25 07:50:50.267 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs |
| 9774 | 2026-08-25T07:50:51.399Z | [ host-image] Aug 25 07:50:50.270 INFO O| Aug 25 07:50:50.270 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs |
| 9775 | 2026-08-25T07:50:51.503Z | [ host-image] Aug 25 07:50:50.366 INFO O| Aug 25 07:50:50.366 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled |
| 9776 | 2026-08-25T07:50:51.550Z | [verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 9777 | 2026-08-25T07:50:51.559Z | [ host-image] Aug 25 07:50:50.421 INFO O| Aug 25 07:50:50.421 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs |
| 9778 | 2026-08-25T07:50:51.559Z | [ host-image] Aug 25 07:50:50.421 INFO O| Aug 25 07:50:50.421 INFO work dataset: rpool/images/build/host/work/sled/zfs |
| 9779 | 2026-08-25T07:50:51.559Z | [ host-image] Aug 25 07:50:50.424 INFO O| Aug 25 07:50:50.424 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs |
| 9780 | 2026-08-25T07:50:51.641Z | [ host-image] Aug 25 07:50:50.510 INFO O| Aug 25 07:50:50.510 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled |
| 9781 | 2026-08-25T07:50:51.709Z | [ host-image] Aug 25 07:50:50.581 INFO O| Aug 25 07:50:50.580 INFO DESTROY POOL: TEMPORARY-sled-zfs |
| 9782 | 2026-08-25T07:50:51.715Z | [ host-image] Aug 25 07:50:50.590 INFO O| Aug 25 07:50:50.590 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9783 | 2026-08-25T07:50:51.721Z | [ host-image] Aug 25 07:50:50.595 INFO O| Aug 25 07:50:50.595 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot |
| 9784 | 2026-08-25T07:50:51.721Z | [ host-image] Aug 25 07:50:50.595 INFO O| Aug 25 07:50:50.595 INFO no lofi found |
| 9785 | 2026-08-25T07:50:51.721Z | [ host-image] Aug 25 07:50:50.595 INFO O| Aug 25 07:50:50.595 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal |
| 9786 | 2026-08-25T07:50:51.721Z | [ host-image] Aug 25 07:50:50.595 INFO O| Aug 25 07:50:50.595 INFO CREATE IMAGE (1200MB): /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9787 | 2026-08-25T07:50:53.125Z | [ host-image] Aug 25 07:50:52.001 INFO O| Aug 25 07:50:52.001 INFO lofi device = /dev/dsk/c2t1d0p0 |
| 9788 | 2026-08-25T07:50:53.126Z | [ host-image] Aug 25 07:50:52.001 INFO O| Aug 25 07:50:52.001 INFO pool device = /dev/dsk/c2t1d0p0 |
| 9789 | 2026-08-25T07:50:53.126Z | [ host-image] Aug 25 07:50:52.001 INFO O| Aug 25 07:50:52.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"] |
| 9790 | 2026-08-25T07:50:53.209Z | [ host-image] Aug 25 07:50:52.081 INFO O| Aug 25 07:50:52.081 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9791 | 2026-08-25T07:50:53.209Z | [ host-image] Aug 25 07:50:52.081 INFO O| Aug 25 07:50:52.081 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT |
| 9792 | 2026-08-25T07:50:53.230Z | [ host-image] Aug 25 07:50:52.102 INFO O| Aug 25 07:50:52.102 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off |
| 9793 | 2026-08-25T07:50:53.280Z | [ host-image] Aug 25 07:50:52.156 INFO O| Aug 25 07:50:52.156 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy |
| 9794 | 2026-08-25T07:50:53.308Z | [ host-image] Aug 25 07:50:52.184 INFO O| Aug 25 07:50:52.184 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk |
| 9795 | 2026-08-25T07:50:53.323Z | [ host-image] Aug 25 07:50:52.199 INFO O| Aug 25 07:50:52.199 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto |
| 9796 | 2026-08-25T07:50:53.339Z | [ host-image] Aug 25 07:50:52.211 INFO O| Aug 25 07:50:52.211 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy |
| 9797 | 2026-08-25T07:50:53.374Z | [ host-image] Aug 25 07:50:52.247 INFO O| Aug 25 07:50:52.247 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a |
| 9798 | 2026-08-25T07:50:53.375Z | [ host-image] Aug 25 07:50:52.247 INFO O| Aug 25 07:50:52.247 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a |
| 9799 | 2026-08-25T07:50:53.379Z | [ host-image] Aug 25 07:50:52.247 INFO O| Aug 25 07:50:52.247 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9800 | 2026-08-25T07:50:53.379Z | [ host-image] Aug 25 07:50:52.255 INFO O| Aug 25 07:50:52.255 INFO boot environment UUID: 856d053a-a7ba-4379-9bf5-2e4886d433ce |
| 9801 | 2026-08-25T07:50:53.379Z | [ host-image] Aug 25 07:50:52.255 INFO O| Aug 25 07:50:52.255 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 856d053a-a7ba-4379-9bf5-2e4886d433ce |
| 9802 | 2026-08-25T07:50:53.389Z | [ host-image] Aug 25 07:50:52.266 INFO O| Aug 25 07:50:52.266 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 9803 | 2026-08-25T07:50:53.404Z | [ host-image] Aug 25 07:50:52.277 INFO O| Aug 25 07:50:52.277 INFO STEP 0 (create_be) COMPLETE |
| 9804 | 2026-08-25T07:50:53.404Z | [ host-image] Aug 25 07:50:52.277 INFO O| Aug 25 07:50:52.277 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9805 | 2026-08-25T07:50:53.416Z | [ host-image] Aug 25 07:50:52.292 INFO O| Aug 25 07:50:52.292 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9806 | 2026-08-25T07:51:03.670Z | [ host-image] Aug 25 07:51:02.527 INFO O| Aug 25 07:51:02.527 INFO STEP 1 (unpack_tar) COMPLETE |
| 9807 | 2026-08-25T07:51:03.671Z | [ host-image] Aug 25 07:51:02.527 INFO O| Aug 25 07:51:02.527 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9808 | 2026-08-25T07:51:03.690Z | [ host-image] Aug 25 07:51:02.538 INFO O| Aug 25 07:51:02.538 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9809 | 2026-08-25T07:51:04.010Z | [ host-image] Aug 25 07:51:02.876 INFO O| Aug 25 07:51:02.876 INFO STEP 2 (devfsadm) COMPLETE |
| 9810 | 2026-08-25T07:51:04.011Z | [ host-image] Aug 25 07:51:02.876 INFO O| Aug 25 07:51:02.876 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9811 | 2026-08-25T07:51:04.025Z | [ host-image] Aug 25 07:51:02.887 INFO O| Aug 25 07:51:02.887 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9812 | 2026-08-25T07:51:04.025Z | [ host-image] Aug 25 07:51:02.887 INFO O| Aug 25 07:51:02.887 INFO STEP 3 (ensure_dir) COMPLETE |
| 9813 | 2026-08-25T07:51:04.025Z | [ host-image] Aug 25 07:51:02.887 INFO O| Aug 25 07:51:02.887 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9814 | 2026-08-25T07:51:04.032Z | [ host-image] Aug 25 07:51:02.896 INFO O| Aug 25 07:51:02.896 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9815 | 2026-08-25T07:51:04.032Z | [ host-image] Aug 25 07:51:02.896 INFO O| Aug 25 07:51:02.896 INFO STEP 4 (ensure_dir) COMPLETE |
| 9816 | 2026-08-25T07:51:04.032Z | [ host-image] Aug 25 07:51:02.896 INFO O| Aug 25 07:51:02.896 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9817 | 2026-08-25T07:51:04.032Z | [ host-image] Aug 25 07:51:02.905 INFO O| Aug 25 07:51:02.905 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9818 | 2026-08-25T07:51:04.032Z | [ host-image] Aug 25 07:51:02.905 INFO O| Aug 25 07:51:02.905 INFO STEP 5 (ensure_dir) COMPLETE |
| 9819 | 2026-08-25T07:51:04.032Z | [ host-image] Aug 25 07:51:02.905 INFO O| Aug 25 07:51:02.905 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9820 | 2026-08-25T07:51:04.046Z | [ host-image] Aug 25 07:51:02.915 INFO O| Aug 25 07:51:02.915 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9821 | 2026-08-25T07:51:04.046Z | [ host-image] Aug 25 07:51:02.915 INFO O| Aug 25 07:51:02.915 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9822 | 2026-08-25T07:51:04.046Z | [ host-image] Aug 25 07:51:02.915 INFO O| Aug 25 07:51:02.915 INFO STEP 6 (ensure_dir) COMPLETE |
| 9823 | 2026-08-25T07:51:04.047Z | [ host-image] Aug 25 07:51:02.915 INFO O| Aug 25 07:51:02.915 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9824 | 2026-08-25T07:51:04.055Z | [ host-image] Aug 25 07:51:02.924 INFO O| Aug 25 07:51:02.924 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9825 | 2026-08-25T07:51:04.055Z | [ host-image] Aug 25 07:51:02.924 INFO O| Aug 25 07:51:02.924 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9826 | 2026-08-25T07:51:04.055Z | [ host-image] Aug 25 07:51:02.924 INFO O| Aug 25 07:51:02.924 INFO STEP 7 (ensure_dir) COMPLETE |
| 9827 | 2026-08-25T07:51:04.055Z | [ host-image] Aug 25 07:51:02.924 INFO O| Aug 25 07:51:02.924 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9828 | 2026-08-25T07:51:04.084Z | [ host-image] Aug 25 07:51:02.933 INFO O| Aug 25 07:51:02.933 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg" |
| 9829 | 2026-08-25T07:51:04.084Z | [ host-image] Aug 25 07:51:02.934 INFO O| Aug 25 07:51:02.934 INFO STEP 8 (remove_files) COMPLETE |
| 9830 | 2026-08-25T07:51:04.084Z | [ host-image] Aug 25 07:51:02.934 INFO O| Aug 25 07:51:02.934 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9831 | 2026-08-25T07:51:04.121Z | [ host-image] Aug 25 07:51:02.942 INFO O| Aug 25 07:51:02.942 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk" |
| 9832 | 2026-08-25T07:51:04.121Z | [ host-image] Aug 25 07:51:02.943 INFO O| Aug 25 07:51:02.943 INFO STEP 9 (remove_files) COMPLETE |
| 9833 | 2026-08-25T07:51:04.121Z | [ host-image] Aug 25 07:51:02.943 INFO O| Aug 25 07:51:02.943 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9834 | 2026-08-25T07:51:04.122Z | [ host-image] Aug 25 07:51:02.951 INFO O| Aug 25 07:51:02.951 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk" |
| 9835 | 2026-08-25T07:51:04.122Z | [ host-image] Aug 25 07:51:02.952 INFO O| Aug 25 07:51:02.952 INFO STEP 10 (remove_files) COMPLETE |
| 9836 | 2026-08-25T07:51:04.122Z | [ host-image] Aug 25 07:51:02.952 INFO O| Aug 25 07:51:02.952 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9837 | 2026-08-25T07:51:04.122Z | [ host-image] Aug 25 07:51:02.961 INFO O| Aug 25 07:51:02.961 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors" |
| 9838 | 2026-08-25T07:51:04.122Z | [ host-image] Aug 25 07:51:02.961 INFO O| Aug 25 07:51:02.961 INFO STEP 11 (remove_files) COMPLETE |
| 9839 | 2026-08-25T07:51:04.122Z | [ host-image] Aug 25 07:51:02.961 INFO O| Aug 25 07:51:02.961 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9840 | 2026-08-25T07:51:04.122Z | [ host-image] Aug 25 07:51:02.970 INFO O| Aug 25 07:51:02.970 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb" |
| 9841 | 2026-08-25T07:51:04.122Z | [ host-image] Aug 25 07:51:02.970 INFO O| Aug 25 07:51:02.970 INFO STEP 12 (remove_files) COMPLETE |
| 9842 | 2026-08-25T07:51:04.122Z | [ host-image] Aug 25 07:51:02.970 INFO O| Aug 25 07:51:02.970 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9843 | 2026-08-25T07:51:04.139Z | [ host-image] Aug 25 07:51:02.979 INFO O| Aug 25 07:51:02.978 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9844 | 2026-08-25T07:51:04.139Z | [ host-image] Aug 25 07:51:02.979 INFO O| Aug 25 07:51:02.979 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9845 | 2026-08-25T07:51:04.139Z | [ host-image] Aug 25 07:51:02.979 INFO O| Aug 25 07:51:02.979 INFO STEP 13 (ensure_dir) COMPLETE |
| 9846 | 2026-08-25T07:51:04.139Z | [ host-image] Aug 25 07:51:02.979 INFO O| Aug 25 07:51:02.979 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9847 | 2026-08-25T07:51:04.139Z | [ host-image] Aug 25 07:51:02.987 INFO O| Aug 25 07:51:02.987 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9848 | 2026-08-25T07:51:04.139Z | [ host-image] Aug 25 07:51:02.987 INFO O| Aug 25 07:51:02.987 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9849 | 2026-08-25T07:51:04.140Z | [ host-image] Aug 25 07:51:02.987 INFO O| Aug 25 07:51:02.987 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9850 | 2026-08-25T07:51:04.140Z | [ host-image] Aug 25 07:51:02.987 INFO O| Aug 25 07:51:02.987 INFO STEP 14 (ensure_dir) COMPLETE |
| 9851 | 2026-08-25T07:51:04.140Z | [ host-image] Aug 25 07:51:02.987 INFO O| Aug 25 07:51:02.987 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9852 | 2026-08-25T07:51:04.140Z | [ host-image] Aug 25 07:51:02.996 INFO O| Aug 25 07:51:02.996 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9853 | 2026-08-25T07:51:04.140Z | [ host-image] Aug 25 07:51:02.997 INFO O| Aug 25 07:51:02.996 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9854 | 2026-08-25T07:51:04.140Z | [ host-image] Aug 25 07:51:02.997 INFO O| Aug 25 07:51:02.997 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9855 | 2026-08-25T07:51:04.140Z | [ host-image] Aug 25 07:51:02.997 INFO O| Aug 25 07:51:02.997 INFO STEP 15 (ensure_dir) COMPLETE |
| 9856 | 2026-08-25T07:51:04.140Z | [ host-image] Aug 25 07:51:02.997 INFO O| Aug 25 07:51:02.997 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9857 | 2026-08-25T07:51:04.140Z | [ host-image] Aug 25 07:51:03.007 INFO O| Aug 25 07:51:03.007 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9858 | 2026-08-25T07:51:04.140Z | [ host-image] Aug 25 07:51:03.007 INFO O| Aug 25 07:51:03.007 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9859 | 2026-08-25T07:51:04.152Z | [ host-image] Aug 25 07:51:03.007 INFO O| Aug 25 07:51:03.007 INFO STEP 16 (ensure_dir) COMPLETE |
| 9860 | 2026-08-25T07:51:04.152Z | [ host-image] Aug 25 07:51:03.007 INFO O| Aug 25 07:51:03.007 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9861 | 2026-08-25T07:51:04.152Z | [ host-image] Aug 25 07:51:03.015 INFO O| Aug 25 07:51:03.015 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9862 | 2026-08-25T07:51:04.153Z | [ host-image] Aug 25 07:51:03.015 INFO O| Aug 25 07:51:03.015 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9863 | 2026-08-25T07:51:04.153Z | [ host-image] Aug 25 07:51:03.015 INFO O| Aug 25 07:51:03.015 INFO STEP 17 (ensure_dir) COMPLETE |
| 9864 | 2026-08-25T07:51:04.153Z | [ host-image] Aug 25 07:51:03.015 INFO O| Aug 25 07:51:03.015 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9865 | 2026-08-25T07:51:04.153Z | [ host-image] Aug 25 07:51:03.024 INFO O| Aug 25 07:51:03.024 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 9866 | 2026-08-25T07:51:04.153Z | [ host-image] Aug 25 07:51:03.024 INFO O| Aug 25 07:51:03.024 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog |
| 9867 | 2026-08-25T07:51:04.153Z | [ host-image] Aug 25 07:51:03.024 INFO O| Aug 25 07:51:03.024 INFO ok! |
| 9868 | 2026-08-25T07:51:04.153Z | [ host-image] Aug 25 07:51:03.024 INFO O| Aug 25 07:51:03.024 INFO STEP 18 (ensure_symlink) COMPLETE |
| 9869 | 2026-08-25T07:51:04.153Z | [ host-image] Aug 25 07:51:03.024 INFO O| Aug 25 07:51:03.024 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9870 | 2026-08-25T07:51:04.158Z | [ host-image] Aug 25 07:51:03.032 INFO O| Aug 25 07:51:03.032 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents |
| 9871 | 2026-08-25T07:51:04.158Z | [ host-image] Aug 25 07:51:03.033 INFO O| Aug 25 07:51:03.032 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure |
| 9872 | 2026-08-25T07:51:04.158Z | [ host-image] Aug 25 07:51:03.033 INFO O| Aug 25 07:51:03.032 INFO ok! |
| 9873 | 2026-08-25T07:51:04.158Z | [ host-image] Aug 25 07:51:03.033 INFO O| Aug 25 07:51:03.032 INFO STEP 19 (ensure_file) COMPLETE |
| 9874 | 2026-08-25T07:51:04.159Z | [ host-image] Aug 25 07:51:03.033 INFO O| Aug 25 07:51:03.032 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9875 | 2026-08-25T07:51:04.167Z | [ host-image] Aug 25 07:51:03.040 INFO O| Aug 25 07:51:03.040 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist |
| 9876 | 2026-08-25T07:51:04.168Z | [ host-image] Aug 25 07:51:03.040 INFO O| Aug 25 07:51:03.040 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 9877 | 2026-08-25T07:51:04.168Z | [ host-image] Aug 25 07:51:03.040 INFO O| Aug 25 07:51:03.040 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml |
| 9878 | 2026-08-25T07:51:04.168Z | [ host-image] Aug 25 07:51:03.040 INFO O| Aug 25 07:51:03.040 INFO ok! |
| 9879 | 2026-08-25T07:51:04.168Z | [ host-image] Aug 25 07:51:03.040 INFO O| Aug 25 07:51:03.040 INFO STEP 20 (ensure_symlink) COMPLETE |
| 9880 | 2026-08-25T07:51:04.168Z | [ host-image] Aug 25 07:51:03.040 INFO O| Aug 25 07:51:03.040 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9881 | 2026-08-25T07:51:04.176Z | [ host-image] Aug 25 07:51:03.050 INFO O| Aug 25 07:51:03.050 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
| 9882 | 2026-08-25T07:51:04.176Z | [ host-image] Aug 25 07:51:03.050 INFO O| Aug 25 07:51:03.050 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 9883 | 2026-08-25T07:51:04.187Z | [ host-image] Aug 25 07:51:03.050 INFO O| Aug 25 07:51:03.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml |
| 9884 | 2026-08-25T07:51:04.187Z | [ host-image] Aug 25 07:51:03.050 INFO O| Aug 25 07:51:03.050 INFO ok! |
| 9885 | 2026-08-25T07:51:04.187Z | [ host-image] Aug 25 07:51:03.050 INFO O| Aug 25 07:51:03.050 INFO STEP 21 (ensure_symlink) COMPLETE |
| 9886 | 2026-08-25T07:51:04.187Z | [ host-image] Aug 25 07:51:03.050 INFO O| Aug 25 07:51:03.050 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9887 | 2026-08-25T07:51:04.187Z | [ host-image] Aug 25 07:51:03.058 INFO O| Aug 25 07:51:03.058 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist |
| 9888 | 2026-08-25T07:51:04.187Z | [ host-image] Aug 25 07:51:03.058 INFO O| Aug 25 07:51:03.058 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 9889 | 2026-08-25T07:51:04.187Z | [ host-image] Aug 25 07:51:03.058 INFO O| Aug 25 07:51:03.058 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml |
| 9890 | 2026-08-25T07:51:04.187Z | [ host-image] Aug 25 07:51:03.058 INFO O| Aug 25 07:51:03.058 INFO ok! |
| 9891 | 2026-08-25T07:51:04.187Z | [ host-image] Aug 25 07:51:03.058 INFO O| Aug 25 07:51:03.058 INFO STEP 22 (ensure_symlink) COMPLETE |
| 9892 | 2026-08-25T07:51:04.187Z | [ host-image] Aug 25 07:51:03.058 INFO O| Aug 25 07:51:03.058 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9893 | 2026-08-25T07:51:04.195Z | [ host-image] Aug 25 07:51:03.067 INFO O| Aug 25 07:51:03.067 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist |
| 9894 | 2026-08-25T07:51:04.195Z | [ host-image] Aug 25 07:51:03.067 INFO O| Aug 25 07:51:03.067 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 9895 | 2026-08-25T07:51:04.195Z | [ host-image] Aug 25 07:51:03.067 INFO O| Aug 25 07:51:03.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml |
| 9896 | 2026-08-25T07:51:04.195Z | [ host-image] Aug 25 07:51:03.067 INFO O| Aug 25 07:51:03.067 INFO ok! |
| 9897 | 2026-08-25T07:51:04.195Z | [ host-image] Aug 25 07:51:03.067 INFO O| Aug 25 07:51:03.067 INFO STEP 23 (ensure_symlink) COMPLETE |
| 9898 | 2026-08-25T07:51:04.195Z | [ host-image] Aug 25 07:51:03.067 INFO O| Aug 25 07:51:03.067 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9899 | 2026-08-25T07:51:04.207Z | [ host-image] Aug 25 07:51:03.076 INFO O| Aug 25 07:51:03.076 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 9900 | 2026-08-25T07:51:04.207Z | [ host-image] Aug 25 07:51:03.076 INFO O| Aug 25 07:51:03.076 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ... |
| 9901 | 2026-08-25T07:51:04.207Z | [ host-image] Aug 25 07:51:03.076 INFO O| Aug 25 07:51:03.076 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf |
| 9902 | 2026-08-25T07:51:04.207Z | [ host-image] Aug 25 07:51:03.076 INFO O| Aug 25 07:51:03.076 INFO ok! |
| 9903 | 2026-08-25T07:51:04.207Z | [ host-image] Aug 25 07:51:03.076 INFO O| Aug 25 07:51:03.076 INFO STEP 24 (ensure_file) COMPLETE |
| 9904 | 2026-08-25T07:51:04.207Z | [ host-image] Aug 25 07:51:03.076 INFO O| Aug 25 07:51:03.076 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9905 | 2026-08-25T07:51:04.222Z | [ host-image] Aug 25 07:51:03.084 INFO O| Aug 25 07:51:03.084 INFO updating shadow file |
| 9906 | 2026-08-25T07:51:04.222Z | [ host-image] Aug 25 07:51:03.084 INFO O| Aug 25 07:51:03.084 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9907 | 2026-08-25T07:51:04.222Z | [ host-image] Aug 25 07:51:03.084 INFO O| Aug 25 07:51:03.084 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9908 | 2026-08-25T07:51:04.222Z | [ host-image] Aug 25 07:51:03.084 INFO O| Aug 25 07:51:03.084 INFO STEP 25 (shadow) COMPLETE |
| 9909 | 2026-08-25T07:51:04.222Z | [ host-image] Aug 25 07:51:03.084 INFO O| Aug 25 07:51:03.084 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9910 | 2026-08-25T07:51:04.230Z | [ host-image] Aug 25 07:51:03.091 INFO O| Aug 25 07:51:03.091 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 9911 | 2026-08-25T07:51:04.230Z | [ host-image] Aug 25 07:51:03.091 INFO O| Aug 25 07:51:03.091 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ... |
| 9912 | 2026-08-25T07:51:04.230Z | [ host-image] Aug 25 07:51:03.091 INFO O| Aug 25 07:51:03.091 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts |
| 9913 | 2026-08-25T07:51:04.230Z | [ host-image] Aug 25 07:51:03.091 INFO O| Aug 25 07:51:03.091 INFO ok! |
| 9914 | 2026-08-25T07:51:04.230Z | [ host-image] Aug 25 07:51:03.091 INFO O| Aug 25 07:51:03.091 INFO STEP 26 (ensure_file) COMPLETE |
| 9915 | 2026-08-25T07:51:04.231Z | [ host-image] Aug 25 07:51:03.091 INFO O| Aug 25 07:51:03.091 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9916 | 2026-08-25T07:51:04.231Z | [ host-image] Aug 25 07:51:03.098 INFO O| Aug 25 07:51:03.098 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist |
| 9917 | 2026-08-25T07:51:04.231Z | [ host-image] Aug 25 07:51:03.098 INFO O| Aug 25 07:51:03.098 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ... |
| 9918 | 2026-08-25T07:51:04.231Z | [ host-image] Aug 25 07:51:03.098 INFO O| Aug 25 07:51:03.098 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename |
| 9919 | 2026-08-25T07:51:04.231Z | [ host-image] Aug 25 07:51:03.098 INFO O| Aug 25 07:51:03.098 INFO ok! |
| 9920 | 2026-08-25T07:51:04.231Z | [ host-image] Aug 25 07:51:03.098 INFO O| Aug 25 07:51:03.098 INFO STEP 27 (ensure_file) COMPLETE |
| 9921 | 2026-08-25T07:51:04.231Z | [ host-image] Aug 25 07:51:03.098 INFO O| Aug 25 07:51:03.098 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9922 | 2026-08-25T07:51:04.237Z | [ host-image] Aug 25 07:51:03.108 INFO O| Aug 25 07:51:03.108 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 9923 | 2026-08-25T07:51:04.237Z | [ host-image] Aug 25 07:51:03.108 INFO O| Aug 25 07:51:03.108 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ... |
| 9924 | 2026-08-25T07:51:04.237Z | [ host-image] Aug 25 07:51:03.108 INFO O| Aug 25 07:51:03.108 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9925 | 2026-08-25T07:51:04.238Z | [ host-image] Aug 25 07:51:03.108 INFO O| Aug 25 07:51:03.108 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9926 | 2026-08-25T07:51:04.238Z | [ host-image] Aug 25 07:51:03.108 INFO O| Aug 25 07:51:03.108 INFO ok! |
| 9927 | 2026-08-25T07:51:04.238Z | [ host-image] Aug 25 07:51:03.108 INFO O| Aug 25 07:51:03.108 INFO STEP 28 (ensure_file) COMPLETE |
| 9928 | 2026-08-25T07:51:04.238Z | [ host-image] Aug 25 07:51:03.108 INFO O| Aug 25 07:51:03.108 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9929 | 2026-08-25T07:51:04.246Z | [ host-image] Aug 25 07:51:03.116 INFO O| Aug 25 07:51:03.116 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist |
| 9930 | 2026-08-25T07:51:04.246Z | [ host-image] Aug 25 07:51:03.116 INFO O| Aug 25 07:51:03.116 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ... |
| 9931 | 2026-08-25T07:51:04.246Z | [ host-image] Aug 25 07:51:03.116 INFO O| Aug 25 07:51:03.116 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf |
| 9932 | 2026-08-25T07:51:04.246Z | [ host-image] Aug 25 07:51:03.116 INFO O| Aug 25 07:51:03.116 INFO ok! |
| 9933 | 2026-08-25T07:51:04.246Z | [ host-image] Aug 25 07:51:03.116 INFO O| Aug 25 07:51:03.116 INFO STEP 29 (ensure_file) COMPLETE |
| 9934 | 2026-08-25T07:51:04.246Z | [ host-image] Aug 25 07:51:03.116 INFO O| Aug 25 07:51:03.116 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9935 | 2026-08-25T07:51:04.250Z | [ host-image] Aug 25 07:51:03.125 INFO O| Aug 25 07:51:03.125 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9936 | 2026-08-25T07:51:04.251Z | [ host-image] Aug 25 07:51:03.125 INFO O| Aug 25 07:51:03.125 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9937 | 2026-08-25T07:51:04.251Z | [ host-image] Aug 25 07:51:03.125 INFO O| Aug 25 07:51:03.125 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9938 | 2026-08-25T07:51:04.251Z | [ host-image] Aug 25 07:51:03.125 INFO O| Aug 25 07:51:03.125 INFO STEP 30 (ensure_dir) COMPLETE |
| 9939 | 2026-08-25T07:51:04.251Z | [ host-image] Aug 25 07:51:03.125 INFO O| Aug 25 07:51:03.125 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9940 | 2026-08-25T07:51:04.256Z | [ host-image] Aug 25 07:51:03.133 INFO O| Aug 25 07:51:03.133 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist |
| 9941 | 2026-08-25T07:51:04.256Z | [ host-image] Aug 25 07:51:03.133 INFO O| Aug 25 07:51:03.133 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ... |
| 9942 | 2026-08-25T07:51:04.256Z | [ host-image] Aug 25 07:51:03.133 INFO O| Aug 25 07:51:03.133 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9943 | 2026-08-25T07:51:04.256Z | [ host-image] Aug 25 07:51:03.133 INFO O| Aug 25 07:51:03.133 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9944 | 2026-08-25T07:51:04.256Z | [ host-image] Aug 25 07:51:03.133 INFO O| Aug 25 07:51:03.133 INFO ok! |
| 9945 | 2026-08-25T07:51:04.257Z | [ host-image] Aug 25 07:51:03.133 INFO O| Aug 25 07:51:03.133 INFO STEP 31 (ensure_file) COMPLETE |
| 9946 | 2026-08-25T07:51:04.257Z | [ host-image] Aug 25 07:51:03.133 INFO O| Aug 25 07:51:03.133 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9947 | 2026-08-25T07:51:04.263Z | [ host-image] Aug 25 07:51:03.141 INFO O| Aug 25 07:51:03.141 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9948 | 2026-08-25T07:51:04.263Z | [ host-image] Aug 25 07:51:03.141 INFO O| Aug 25 07:51:03.141 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9949 | 2026-08-25T07:51:04.263Z | [ host-image] Aug 25 07:51:03.141 INFO O| Aug 25 07:51:03.141 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9950 | 2026-08-25T07:51:04.263Z | [ host-image] Aug 25 07:51:03.141 INFO O| Aug 25 07:51:03.141 INFO STEP 32 (ensure_dir) COMPLETE |
| 9951 | 2026-08-25T07:51:04.263Z | [ host-image] Aug 25 07:51:03.141 INFO O| Aug 25 07:51:03.141 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9952 | 2026-08-25T07:51:04.275Z | [ host-image] Aug 25 07:51:03.149 INFO O| Aug 25 07:51:03.149 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 9953 | 2026-08-25T07:51:04.275Z | [ host-image] Aug 25 07:51:03.149 INFO O| Aug 25 07:51:03.149 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 ... |
| 9954 | 2026-08-25T07:51:04.282Z | [ host-image] Aug 25 07:51:03.149 INFO O| Aug 25 07:51:03.149 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 |
| 9955 | 2026-08-25T07:51:04.282Z | [ host-image] Aug 25 07:51:03.149 INFO O| Aug 25 07:51:03.149 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml |
| 9956 | 2026-08-25T07:51:04.282Z | [ host-image] Aug 25 07:51:03.149 INFO O| Aug 25 07:51:03.149 INFO ok! |
| 9957 | 2026-08-25T07:51:04.282Z | [ host-image] Aug 25 07:51:03.149 INFO O| Aug 25 07:51:03.149 INFO STEP 33 (ensure_file) COMPLETE |
| 9958 | 2026-08-25T07:51:04.282Z | [ host-image] Aug 25 07:51:03.149 INFO O| Aug 25 07:51:03.149 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9959 | 2026-08-25T07:51:04.282Z | [ host-image] Aug 25 07:51:03.157 INFO O| Aug 25 07:51:03.157 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist |
| 9960 | 2026-08-25T07:51:04.283Z | [ host-image] Aug 25 07:51:03.157 INFO O| Aug 25 07:51:03.157 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ... |
| 9961 | 2026-08-25T07:51:04.283Z | [ host-image] Aug 25 07:51:03.157 INFO O| Aug 25 07:51:03.157 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master |
| 9962 | 2026-08-25T07:51:04.283Z | [ host-image] Aug 25 07:51:03.157 INFO O| Aug 25 07:51:03.157 INFO ok! |
| 9963 | 2026-08-25T07:51:04.283Z | [ host-image] Aug 25 07:51:03.157 INFO O| Aug 25 07:51:03.157 INFO STEP 34 (ensure_file) COMPLETE |
| 9964 | 2026-08-25T07:51:04.283Z | [ host-image] Aug 25 07:51:03.157 INFO O| Aug 25 07:51:03.157 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9965 | 2026-08-25T07:51:04.291Z | [ host-image] Aug 25 07:51:03.165 INFO O| Aug 25 07:51:03.165 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
| 9966 | 2026-08-25T07:51:04.291Z | [ host-image] Aug 25 07:51:03.165 INFO O| Aug 25 07:51:03.165 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ... |
| 9967 | 2026-08-25T07:51:04.291Z | [ host-image] Aug 25 07:51:03.165 INFO O| Aug 25 07:51:03.165 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9968 | 2026-08-25T07:51:04.291Z | [ host-image] Aug 25 07:51:03.165 INFO O| Aug 25 07:51:03.165 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9969 | 2026-08-25T07:51:04.291Z | [ host-image] Aug 25 07:51:03.165 INFO O| Aug 25 07:51:03.165 INFO ok! |
| 9970 | 2026-08-25T07:51:04.291Z | [ host-image] Aug 25 07:51:03.165 INFO O| Aug 25 07:51:03.165 INFO STEP 35 (ensure_file) COMPLETE |
| 9971 | 2026-08-25T07:51:04.291Z | [ host-image] Aug 25 07:51:03.165 INFO O| Aug 25 07:51:03.165 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9972 | 2026-08-25T07:51:04.305Z | [ host-image] Aug 25 07:51:03.173 INFO O| Aug 25 07:51:03.173 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking |
| 9973 | 2026-08-25T07:51:04.305Z | [ host-image] Aug 25 07:51:03.173 INFO O| Aug 25 07:51:03.173 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ... |
| 9974 | 2026-08-25T07:51:04.305Z | [ host-image] Aug 25 07:51:03.173 INFO O| Aug 25 07:51:03.173 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init |
| 9975 | 2026-08-25T07:51:04.305Z | [ host-image] Aug 25 07:51:03.173 INFO O| Aug 25 07:51:03.173 INFO ok! |
| 9976 | 2026-08-25T07:51:04.306Z | [ host-image] Aug 25 07:51:03.173 INFO O| Aug 25 07:51:03.173 INFO STEP 36 (ensure_file) COMPLETE |
| 9977 | 2026-08-25T07:51:04.306Z | [ host-image] Aug 25 07:51:03.173 INFO O| Aug 25 07:51:03.173 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9978 | 2026-08-25T07:51:04.326Z | [ host-image] Aug 25 07:51:03.182 INFO O| Aug 25 07:51:03.182 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 9979 | 2026-08-25T07:51:04.326Z | [ host-image] Aug 25 07:51:03.182 INFO O| Aug 25 07:51:03.182 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ... |
| 9980 | 2026-08-25T07:51:04.326Z | [ host-image] Aug 25 07:51:03.182 INFO O| Aug 25 07:51:03.182 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config |
| 9981 | 2026-08-25T07:51:04.326Z | [ host-image] Aug 25 07:51:03.182 INFO O| Aug 25 07:51:03.182 INFO ok! |
| 9982 | 2026-08-25T07:51:04.326Z | [ host-image] Aug 25 07:51:03.182 INFO O| Aug 25 07:51:03.182 INFO STEP 37 (ensure_file) COMPLETE |
| 9983 | 2026-08-25T07:51:04.326Z | [ host-image] Aug 25 07:51:03.182 INFO O| Aug 25 07:51:03.182 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9984 | 2026-08-25T07:51:04.335Z | [ host-image] Aug 25 07:51:03.190 INFO O| Aug 25 07:51:03.190 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist |
| 9985 | 2026-08-25T07:51:04.335Z | [ host-image] Aug 25 07:51:03.190 INFO O| Aug 25 07:51:03.190 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ... |
| 9986 | 2026-08-25T07:51:04.335Z | [ host-image] Aug 25 07:51:03.191 INFO O| Aug 25 07:51:03.191 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9987 | 2026-08-25T07:51:04.335Z | [ host-image] Aug 25 07:51:03.191 INFO O| Aug 25 07:51:03.191 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9988 | 2026-08-25T07:51:04.335Z | [ host-image] Aug 25 07:51:03.191 INFO O| Aug 25 07:51:03.191 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9989 | 2026-08-25T07:51:04.335Z | [ host-image] Aug 25 07:51:03.191 INFO O| Aug 25 07:51:03.191 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9990 | 2026-08-25T07:51:04.335Z | [ host-image] Aug 25 07:51:03.191 INFO O| Aug 25 07:51:03.191 INFO ok! |
| 9991 | 2026-08-25T07:51:04.335Z | [ host-image] Aug 25 07:51:03.191 INFO O| Aug 25 07:51:03.191 INFO STEP 38 (ensure_file) COMPLETE |
| 9992 | 2026-08-25T07:51:04.335Z | [ host-image] Aug 25 07:51:03.191 INFO O| Aug 25 07:51:03.191 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9993 | 2026-08-25T07:51:04.336Z | [ host-image] Aug 25 07:51:03.200 INFO O| Aug 25 07:51:03.200 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9994 | 2026-08-25T07:51:04.336Z | [ host-image] Aug 25 07:51:03.200 INFO O| Aug 25 07:51:03.200 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9995 | 2026-08-25T07:51:04.336Z | [ host-image] Aug 25 07:51:03.200 INFO O| Aug 25 07:51:03.200 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9996 | 2026-08-25T07:51:04.336Z | [ host-image] Aug 25 07:51:03.200 INFO O| Aug 25 07:51:03.200 INFO STEP 39 (ensure_dir) COMPLETE |
| 9997 | 2026-08-25T07:51:04.336Z | [ host-image] Aug 25 07:51:03.200 INFO O| Aug 25 07:51:03.200 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9998 | 2026-08-25T07:51:04.346Z | [ host-image] Aug 25 07:51:03.210 INFO O| Aug 25 07:51:03.210 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 |
| 9999 | 2026-08-25T07:51:04.347Z | [ host-image] Aug 25 07:51:03.210 INFO O| Aug 25 07:51:03.210 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 ... |
| 10000 | 2026-08-25T07:51:04.347Z | [ host-image] Aug 25 07:51:03.210 INFO O| Aug 25 07:51:03.210 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 |
| 10001 | 2026-08-25T07:51:04.347Z | [ host-image] Aug 25 07:51:03.210 INFO O| Aug 25 07:51:03.210 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 |
| 10002 | 2026-08-25T07:51:04.347Z | [ host-image] Aug 25 07:51:03.210 INFO O| Aug 25 07:51:03.210 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 |
| 10003 | 2026-08-25T07:51:04.347Z | [ host-image] Aug 25 07:51:03.210 INFO O| Aug 25 07:51:03.210 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 |
| 10004 | 2026-08-25T07:51:04.347Z | [ host-image] Aug 25 07:51:03.210 INFO O| Aug 25 07:51:03.210 INFO ok! |
| 10005 | 2026-08-25T07:51:04.348Z | [ host-image] Aug 25 07:51:03.210 INFO O| Aug 25 07:51:03.210 INFO STEP 40 (ensure_file) COMPLETE |
| 10006 | 2026-08-25T07:51:04.348Z | [ host-image] Aug 25 07:51:03.210 INFO O| Aug 25 07:51:03.210 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 10007 | 2026-08-25T07:51:04.349Z | [ host-image] Aug 25 07:51:03.218 INFO O| Aug 25 07:51:03.218 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 10008 | 2026-08-25T07:51:04.349Z | [ host-image] Aug 25 07:51:03.218 INFO O| Aug 25 07:51:03.218 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 ... |
| 10009 | 2026-08-25T07:51:04.349Z | [ host-image] Aug 25 07:51:03.218 INFO O| Aug 25 07:51:03.218 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 10010 | 2026-08-25T07:51:04.349Z | [ host-image] Aug 25 07:51:03.218 INFO O| Aug 25 07:51:03.218 INFO ok! |
| 10011 | 2026-08-25T07:51:04.349Z | [ host-image] Aug 25 07:51:03.218 INFO O| Aug 25 07:51:03.218 INFO STEP 41 (ensure_symlink) COMPLETE |
| 10012 | 2026-08-25T07:51:04.349Z | [ host-image] Aug 25 07:51:03.218 INFO O| Aug 25 07:51:03.218 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 10013 | 2026-08-25T07:51:04.371Z | [ host-image] Aug 25 07:51:03.226 INFO O| Aug 25 07:51:03.226 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist |
| 10014 | 2026-08-25T07:51:04.371Z | [ host-image] Aug 25 07:51:03.226 INFO O| Aug 25 07:51:03.226 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 10015 | 2026-08-25T07:51:04.371Z | [ host-image] Aug 25 07:51:03.226 INFO O| Aug 25 07:51:03.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo |
| 10016 | 2026-08-25T07:51:04.371Z | [ host-image] Aug 25 07:51:03.226 INFO O| Aug 25 07:51:03.226 INFO ok! |
| 10017 | 2026-08-25T07:51:04.371Z | [ host-image] Aug 25 07:51:03.226 INFO O| Aug 25 07:51:03.226 INFO STEP 42 (ensure_symlink) COMPLETE |
| 10018 | 2026-08-25T07:51:04.371Z | [ host-image] Aug 25 07:51:03.226 INFO O| Aug 25 07:51:03.226 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10019 | 2026-08-25T07:51:04.381Z | [ host-image] Aug 25 07:51:03.235 INFO O| Aug 25 07:51:03.235 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist |
| 10020 | 2026-08-25T07:51:04.381Z | [ host-image] Aug 25 07:51:03.235 INFO O| Aug 25 07:51:03.235 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ... |
| 10021 | 2026-08-25T07:51:04.382Z | [ host-image] Aug 25 07:51:03.235 INFO O| Aug 25 07:51:03.235 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 10022 | 2026-08-25T07:51:04.382Z | [ host-image] Aug 25 07:51:03.235 INFO O| Aug 25 07:51:03.235 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 10023 | 2026-08-25T07:51:04.382Z | [ host-image] Aug 25 07:51:03.235 INFO O| Aug 25 07:51:03.235 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 10024 | 2026-08-25T07:51:04.382Z | [ host-image] Aug 25 07:51:03.235 INFO O| Aug 25 07:51:03.235 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 10025 | 2026-08-25T07:51:04.382Z | [ host-image] Aug 25 07:51:03.235 INFO O| Aug 25 07:51:03.235 INFO ok! |
| 10026 | 2026-08-25T07:51:04.382Z | [ host-image] Aug 25 07:51:03.235 INFO O| Aug 25 07:51:03.235 INFO STEP 43 (ensure_file) COMPLETE |
| 10027 | 2026-08-25T07:51:04.382Z | [ host-image] Aug 25 07:51:03.235 INFO O| Aug 25 07:51:03.235 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10028 | 2026-08-25T07:51:04.382Z | [ host-image] Aug 25 07:51:03.243 INFO O| Aug 25 07:51:03.243 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
| 10029 | 2026-08-25T07:51:04.382Z | [ host-image] Aug 25 07:51:03.243 INFO O| Aug 25 07:51:03.243 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 ... |
| 10030 | 2026-08-25T07:51:04.382Z | [ host-image] Aug 25 07:51:03.243 INFO O| Aug 25 07:51:03.243 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 |
| 10031 | 2026-08-25T07:51:04.383Z | [ host-image] Aug 25 07:51:03.243 INFO O| Aug 25 07:51:03.243 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml |
| 10032 | 2026-08-25T07:51:04.383Z | [ host-image] Aug 25 07:51:03.243 INFO O| Aug 25 07:51:03.243 INFO ok! |
| 10033 | 2026-08-25T07:51:04.383Z | [ host-image] Aug 25 07:51:03.243 INFO O| Aug 25 07:51:03.243 INFO STEP 44 (ensure_file) COMPLETE |
| 10034 | 2026-08-25T07:51:04.383Z | [ host-image] Aug 25 07:51:03.243 INFO O| Aug 25 07:51:03.243 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10035 | 2026-08-25T07:51:04.386Z | [ host-image] Aug 25 07:51:03.252 INFO O| Aug 25 07:51:03.252 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist |
| 10036 | 2026-08-25T07:51:04.386Z | [ host-image] Aug 25 07:51:03.252 INFO O| Aug 25 07:51:03.252 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ... |
| 10037 | 2026-08-25T07:51:04.386Z | [ host-image] Aug 25 07:51:03.253 INFO O| Aug 25 07:51:03.253 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml |
| 10038 | 2026-08-25T07:51:04.386Z | [ host-image] Aug 25 07:51:03.253 INFO O| Aug 25 07:51:03.253 INFO ok! |
| 10039 | 2026-08-25T07:51:04.386Z | [ host-image] Aug 25 07:51:03.253 INFO O| Aug 25 07:51:03.253 INFO STEP 45 (ensure_file) COMPLETE |
| 10040 | 2026-08-25T07:51:04.386Z | [ host-image] Aug 25 07:51:03.253 INFO O| Aug 25 07:51:03.253 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 10041 | 2026-08-25T07:51:04.413Z | [ host-image] Aug 25 07:51:03.260 INFO O| Aug 25 07:51:03.260 INFO updating shadow file |
| 10042 | 2026-08-25T07:51:04.413Z | [ host-image] Aug 25 07:51:03.260 INFO O| Aug 25 07:51:03.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 10043 | 2026-08-25T07:51:04.413Z | [ host-image] Aug 25 07:51:03.260 INFO O| Aug 25 07:51:03.260 INFO STEP 46 (shadow) COMPLETE |
| 10044 | 2026-08-25T07:51:04.413Z | [ host-image] Aug 25 07:51:03.260 INFO O| Aug 25 07:51:03.260 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 10045 | 2026-08-25T07:51:04.413Z | [ host-image] Aug 25 07:51:03.270 INFO O| Aug 25 07:51:03.270 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking |
| 10046 | 2026-08-25T07:51:04.413Z | [ host-image] Aug 25 07:51:03.270 INFO O| Aug 25 07:51:03.270 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ... |
| 10047 | 2026-08-25T07:51:04.414Z | [ host-image] Aug 25 07:51:03.270 INFO O| Aug 25 07:51:03.270 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 10048 | 2026-08-25T07:51:04.414Z | [ host-image] Aug 25 07:51:03.270 INFO O| Aug 25 07:51:03.270 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 10049 | 2026-08-25T07:51:04.414Z | [ host-image] Aug 25 07:51:03.270 INFO O| Aug 25 07:51:03.270 INFO ok! |
| 10050 | 2026-08-25T07:51:04.414Z | [ host-image] Aug 25 07:51:03.270 INFO O| Aug 25 07:51:03.270 INFO STEP 47 (ensure_file) COMPLETE |
| 10051 | 2026-08-25T07:51:04.414Z | [ host-image] Aug 25 07:51:03.270 INFO O| Aug 25 07:51:03.270 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10052 | 2026-08-25T07:51:04.414Z | [ host-image] Aug 25 07:51:03.270 INFO O| Aug 25 07:51:03.270 INFO skip step because feature "mfg" is not enabled |
| 10053 | 2026-08-25T07:51:04.414Z | [ host-image] Aug 25 07:51:03.270 INFO O| Aug 25 07:51:03.270 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10054 | 2026-08-25T07:51:04.414Z | [ host-image] Aug 25 07:51:03.270 INFO O| Aug 25 07:51:03.270 INFO skip step because feature "mfg" is not enabled |
| 10055 | 2026-08-25T07:51:04.414Z | [ host-image] Aug 25 07:51:03.270 INFO O| Aug 25 07:51:03.270 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10056 | 2026-08-25T07:51:04.415Z | [ host-image] Aug 25 07:51:03.278 INFO O| Aug 25 07:51:03.278 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist |
| 10057 | 2026-08-25T07:51:04.415Z | [ host-image] Aug 25 07:51:03.278 INFO O| Aug 25 07:51:03.278 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ... |
| 10058 | 2026-08-25T07:51:04.429Z | [ host-image] Aug 25 07:51:03.301 INFO O| Aug 25 07:51:03.301 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 10059 | 2026-08-25T07:51:04.429Z | [ host-image] Aug 25 07:51:03.301 INFO O| Aug 25 07:51:03.301 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 10060 | 2026-08-25T07:51:04.429Z | [ host-image] Aug 25 07:51:03.301 INFO O| Aug 25 07:51:03.301 INFO ok! |
| 10061 | 2026-08-25T07:51:04.430Z | [ host-image] Aug 25 07:51:03.301 INFO O| Aug 25 07:51:03.301 INFO STEP 50 (ensure_file) COMPLETE |
| 10062 | 2026-08-25T07:51:04.430Z | [ host-image] Aug 25 07:51:03.301 INFO O| Aug 25 07:51:03.301 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10063 | 2026-08-25T07:51:04.430Z | [ host-image] Aug 25 07:51:03.301 INFO O| Aug 25 07:51:03.301 INFO skip step because feature "compliance" is not enabled |
| 10064 | 2026-08-25T07:51:04.430Z | [ host-image] Aug 25 07:51:03.301 INFO O| Aug 25 07:51:03.301 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10065 | 2026-08-25T07:51:04.454Z | [ host-image] Aug 25 07:51:03.309 INFO O| Aug 25 07:51:03.309 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist |
| 10066 | 2026-08-25T07:51:04.454Z | [ host-image] Aug 25 07:51:03.309 INFO O| Aug 25 07:51:03.309 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ... |
| 10067 | 2026-08-25T07:51:04.455Z | [ host-image] Aug 25 07:51:03.310 INFO O| Aug 25 07:51:03.310 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 10068 | 2026-08-25T07:51:04.455Z | [ host-image] Aug 25 07:51:03.310 INFO O| Aug 25 07:51:03.310 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 10069 | 2026-08-25T07:51:04.455Z | [ host-image] Aug 25 07:51:03.310 INFO O| Aug 25 07:51:03.310 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 10070 | 2026-08-25T07:51:04.455Z | [ host-image] Aug 25 07:51:03.310 INFO O| Aug 25 07:51:03.310 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 10071 | 2026-08-25T07:51:04.455Z | [ host-image] Aug 25 07:51:03.310 INFO O| Aug 25 07:51:03.310 INFO ok! |
| 10072 | 2026-08-25T07:51:04.455Z | [ host-image] Aug 25 07:51:03.310 INFO O| Aug 25 07:51:03.310 INFO STEP 52 (ensure_file) COMPLETE |
| 10073 | 2026-08-25T07:51:04.455Z | [ host-image] Aug 25 07:51:03.310 INFO O| Aug 25 07:51:03.310 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10074 | 2026-08-25T07:51:04.475Z | [ host-image] Aug 25 07:51:03.317 INFO O| Aug 25 07:51:03.317 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
| 10075 | 2026-08-25T07:51:04.475Z | [ host-image] Aug 25 07:51:03.317 INFO O| Aug 25 07:51:03.317 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 ... |
| 10076 | 2026-08-25T07:51:04.475Z | [ host-image] Aug 25 07:51:03.317 INFO O| Aug 25 07:51:03.317 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 |
| 10077 | 2026-08-25T07:51:04.475Z | [ host-image] Aug 25 07:51:03.317 INFO O| Aug 25 07:51:03.317 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 10078 | 2026-08-25T07:51:04.476Z | [ host-image] Aug 25 07:51:03.317 INFO O| Aug 25 07:51:03.317 INFO ok! |
| 10079 | 2026-08-25T07:51:04.476Z | [ host-image] Aug 25 07:51:03.317 INFO O| Aug 25 07:51:03.317 INFO STEP 53 (ensure_file) COMPLETE |
| 10080 | 2026-08-25T07:51:04.476Z | [ host-image] Aug 25 07:51:03.317 INFO O| Aug 25 07:51:03.317 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10081 | 2026-08-25T07:51:04.476Z | [ host-image] Aug 25 07:51:03.326 INFO O| Aug 25 07:51:03.326 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist |
| 10082 | 2026-08-25T07:51:04.476Z | [ host-image] Aug 25 07:51:03.326 INFO O| Aug 25 07:51:03.326 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 ... |
| 10083 | 2026-08-25T07:51:04.476Z | [ host-image] Aug 25 07:51:03.327 INFO O| Aug 25 07:51:03.327 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 10084 | 2026-08-25T07:51:04.476Z | [ host-image] Aug 25 07:51:03.327 INFO O| Aug 25 07:51:03.327 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 10085 | 2026-08-25T07:51:04.476Z | [ host-image] Aug 25 07:51:03.327 INFO O| Aug 25 07:51:03.327 INFO ok! |
| 10086 | 2026-08-25T07:51:04.476Z | [ host-image] Aug 25 07:51:03.327 INFO O| Aug 25 07:51:03.327 INFO STEP 54 (ensure_file) COMPLETE |
| 10087 | 2026-08-25T07:51:04.476Z | [ host-image] Aug 25 07:51:03.327 INFO O| Aug 25 07:51:03.327 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10088 | 2026-08-25T07:51:04.476Z | [ host-image] Aug 25 07:51:03.336 INFO O| Aug 25 07:51:03.336 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist |
| 10089 | 2026-08-25T07:51:04.476Z | [ host-image] Aug 25 07:51:03.336 INFO O| Aug 25 07:51:03.336 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 ... |
| 10090 | 2026-08-25T07:51:04.476Z | [ host-image] Aug 25 07:51:03.336 INFO O| Aug 25 07:51:03.336 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 |
| 10091 | 2026-08-25T07:51:04.477Z | [ host-image] Aug 25 07:51:03.336 INFO O| Aug 25 07:51:03.336 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml |
| 10092 | 2026-08-25T07:51:04.477Z | [ host-image] Aug 25 07:51:03.336 INFO O| Aug 25 07:51:03.336 INFO ok! |
| 10093 | 2026-08-25T07:51:04.477Z | [ host-image] Aug 25 07:51:03.336 INFO O| Aug 25 07:51:03.336 INFO STEP 55 (ensure_file) COMPLETE |
| 10094 | 2026-08-25T07:51:04.478Z | [ host-image] Aug 25 07:51:03.336 INFO O| Aug 25 07:51:03.336 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10095 | 2026-08-25T07:51:04.478Z | [ host-image] Aug 25 07:51:03.343 INFO O| Aug 25 07:51:03.343 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist |
| 10096 | 2026-08-25T07:51:04.478Z | [ host-image] Aug 25 07:51:03.343 INFO O| Aug 25 07:51:03.343 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 ... |
| 10097 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.343 INFO O| Aug 25 07:51:03.343 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 10098 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.343 INFO O| Aug 25 07:51:03.343 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 10099 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.343 INFO O| Aug 25 07:51:03.343 INFO ok! |
| 10100 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.343 INFO O| Aug 25 07:51:03.343 INFO STEP 56 (ensure_file) COMPLETE |
| 10101 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.343 INFO O| Aug 25 07:51:03.343 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10102 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.349 INFO O| Aug 25 07:51:03.349 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist |
| 10103 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.349 INFO O| Aug 25 07:51:03.349 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 ... |
| 10104 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.349 INFO O| Aug 25 07:51:03.349 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 |
| 10105 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.349 INFO O| Aug 25 07:51:03.349 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml |
| 10106 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.349 INFO O| Aug 25 07:51:03.349 INFO ok! |
| 10107 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.349 INFO O| Aug 25 07:51:03.349 INFO STEP 57 (ensure_file) COMPLETE |
| 10108 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.349 INFO O| Aug 25 07:51:03.349 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10109 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.359 INFO O| Aug 25 07:51:03.359 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist |
| 10110 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.359 INFO O| Aug 25 07:51:03.359 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 ... |
| 10111 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.359 INFO O| Aug 25 07:51:03.359 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10112 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.359 INFO O| Aug 25 07:51:03.359 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10113 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.359 INFO O| Aug 25 07:51:03.359 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10114 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.359 INFO O| Aug 25 07:51:03.359 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 10115 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.359 INFO O| Aug 25 07:51:03.359 INFO ok! |
| 10116 | 2026-08-25T07:51:04.491Z | [ host-image] Aug 25 07:51:03.359 INFO O| Aug 25 07:51:03.359 INFO STEP 58 (ensure_file) COMPLETE |
| 10117 | 2026-08-25T07:51:04.492Z | [ host-image] Aug 25 07:51:03.359 INFO O| Aug 25 07:51:03.359 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10118 | 2026-08-25T07:51:04.520Z | [ host-image] Aug 25 07:51:03.368 INFO O| Aug 25 07:51:03.368 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist |
| 10119 | 2026-08-25T07:51:04.520Z | [ host-image] Aug 25 07:51:03.368 INFO O| Aug 25 07:51:03.368 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 ... |
| 10120 | 2026-08-25T07:51:04.520Z | [ host-image] Aug 25 07:51:03.368 INFO O| Aug 25 07:51:03.368 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 |
| 10121 | 2026-08-25T07:51:04.521Z | [ host-image] Aug 25 07:51:03.368 INFO O| Aug 25 07:51:03.368 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml |
| 10122 | 2026-08-25T07:51:04.521Z | [ host-image] Aug 25 07:51:03.368 INFO O| Aug 25 07:51:03.368 INFO ok! |
| 10123 | 2026-08-25T07:51:04.521Z | [ host-image] Aug 25 07:51:03.368 INFO O| Aug 25 07:51:03.368 INFO STEP 59 (ensure_file) COMPLETE |
| 10124 | 2026-08-25T07:51:04.521Z | [ host-image] Aug 25 07:51:03.368 INFO O| Aug 25 07:51:03.368 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10125 | 2026-08-25T07:51:04.521Z | [ host-image] Aug 25 07:51:03.376 INFO O| Aug 25 07:51:03.376 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist |
| 10126 | 2026-08-25T07:51:04.521Z | [ host-image] Aug 25 07:51:03.376 INFO O| Aug 25 07:51:03.376 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ... |
| 10127 | 2026-08-25T07:51:04.521Z | [ host-image] Aug 25 07:51:03.376 INFO O| Aug 25 07:51:03.376 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 10128 | 2026-08-25T07:51:04.521Z | [ host-image] Aug 25 07:51:03.376 INFO O| Aug 25 07:51:03.376 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 10129 | 2026-08-25T07:51:04.521Z | [ host-image] Aug 25 07:51:03.376 INFO O| Aug 25 07:51:03.376 INFO ok! |
| 10130 | 2026-08-25T07:51:04.522Z | [ host-image] Aug 25 07:51:03.376 INFO O| Aug 25 07:51:03.376 INFO STEP 60 (ensure_file) COMPLETE |
| 10131 | 2026-08-25T07:51:04.522Z | [ host-image] Aug 25 07:51:03.376 INFO O| Aug 25 07:51:03.376 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10132 | 2026-08-25T07:51:04.543Z | [ host-image] Aug 25 07:51:03.384 INFO O| Aug 25 07:51:03.384 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist |
| 10133 | 2026-08-25T07:51:04.544Z | [ host-image] Aug 25 07:51:03.384 INFO O| Aug 25 07:51:03.384 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 ... |
| 10134 | 2026-08-25T07:51:04.544Z | [ host-image] Aug 25 07:51:03.385 INFO O| Aug 25 07:51:03.385 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 |
| 10135 | 2026-08-25T07:51:04.544Z | [ host-image] Aug 25 07:51:03.385 INFO O| Aug 25 07:51:03.385 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml |
| 10136 | 2026-08-25T07:51:04.544Z | [ host-image] Aug 25 07:51:03.385 INFO O| Aug 25 07:51:03.385 INFO ok! |
| 10137 | 2026-08-25T07:51:04.544Z | [ host-image] Aug 25 07:51:03.385 INFO O| Aug 25 07:51:03.385 INFO STEP 61 (ensure_file) COMPLETE |
| 10138 | 2026-08-25T07:51:04.544Z | [ host-image] Aug 25 07:51:03.385 INFO O| Aug 25 07:51:03.385 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10139 | 2026-08-25T07:51:04.544Z | [ host-image] Aug 25 07:51:03.393 INFO O| Aug 25 07:51:03.393 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist |
| 10140 | 2026-08-25T07:51:04.544Z | [ host-image] Aug 25 07:51:03.393 INFO O| Aug 25 07:51:03.393 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ... |
| 10141 | 2026-08-25T07:51:04.544Z | [ host-image] Aug 25 07:51:03.393 INFO O| Aug 25 07:51:03.393 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10142 | 2026-08-25T07:51:04.544Z | [ host-image] Aug 25 07:51:03.393 INFO O| Aug 25 07:51:03.393 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10143 | 2026-08-25T07:51:04.544Z | [ host-image] Aug 25 07:51:03.393 INFO O| Aug 25 07:51:03.393 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10144 | 2026-08-25T07:51:04.544Z | [ host-image] Aug 25 07:51:03.394 INFO O| Aug 25 07:51:03.393 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 10145 | 2026-08-25T07:51:04.544Z | [ host-image] Aug 25 07:51:03.394 INFO O| Aug 25 07:51:03.393 INFO ok! |
| 10146 | 2026-08-25T07:51:04.544Z | [ host-image] Aug 25 07:51:03.394 INFO O| Aug 25 07:51:03.393 INFO STEP 62 (ensure_file) COMPLETE |
| 10147 | 2026-08-25T07:51:04.544Z | [ host-image] Aug 25 07:51:03.394 INFO O| Aug 25 07:51:03.393 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10148 | 2026-08-25T07:51:04.544Z | [ host-image] Aug 25 07:51:03.401 INFO O| Aug 25 07:51:03.401 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
| 10149 | 2026-08-25T07:51:04.545Z | [ host-image] Aug 25 07:51:03.401 INFO O| Aug 25 07:51:03.401 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 ... |
| 10150 | 2026-08-25T07:51:04.545Z | [ host-image] Aug 25 07:51:03.401 INFO O| Aug 25 07:51:03.401 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 |
| 10151 | 2026-08-25T07:51:04.545Z | [ host-image] Aug 25 07:51:03.401 INFO O| Aug 25 07:51:03.401 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 10152 | 2026-08-25T07:51:04.545Z | [ host-image] Aug 25 07:51:03.401 INFO O| Aug 25 07:51:03.401 INFO ok! |
| 10153 | 2026-08-25T07:51:04.545Z | [ host-image] Aug 25 07:51:03.401 INFO O| Aug 25 07:51:03.401 INFO STEP 63 (ensure_file) COMPLETE |
| 10154 | 2026-08-25T07:51:04.545Z | [ host-image] Aug 25 07:51:03.401 INFO O| Aug 25 07:51:03.401 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10155 | 2026-08-25T07:51:04.545Z | [ host-image] Aug 25 07:51:03.409 INFO O| Aug 25 07:51:03.409 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
| 10156 | 2026-08-25T07:51:04.545Z | [ host-image] Aug 25 07:51:03.409 INFO O| Aug 25 07:51:03.409 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 ... |
| 10157 | 2026-08-25T07:51:04.545Z | [ host-image] Aug 25 07:51:03.409 INFO O| Aug 25 07:51:03.409 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 |
| 10158 | 2026-08-25T07:51:04.545Z | [ host-image] Aug 25 07:51:03.409 INFO O| Aug 25 07:51:03.409 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 10159 | 2026-08-25T07:51:04.545Z | [ host-image] Aug 25 07:51:03.409 INFO O| Aug 25 07:51:03.409 INFO ok! |
| 10160 | 2026-08-25T07:51:04.545Z | [ host-image] Aug 25 07:51:03.409 INFO O| Aug 25 07:51:03.409 INFO STEP 64 (ensure_file) COMPLETE |
| 10161 | 2026-08-25T07:51:04.545Z | [ host-image] Aug 25 07:51:03.409 INFO O| Aug 25 07:51:03.409 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 10162 | 2026-08-25T07:51:04.554Z | [ host-image] Aug 25 07:51:03.418 INFO O| Aug 25 07:51:03.418 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
| 10163 | 2026-08-25T07:51:04.555Z | [ host-image] Aug 25 07:51:03.418 INFO O| Aug 25 07:51:03.418 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 ... |
| 10164 | 2026-08-25T07:51:04.555Z | [ host-image] Aug 25 07:51:03.418 INFO O| Aug 25 07:51:03.418 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 |
| 10165 | 2026-08-25T07:51:04.555Z | [ host-image] Aug 25 07:51:03.418 INFO O| Aug 25 07:51:03.418 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 10166 | 2026-08-25T07:51:04.555Z | [ host-image] Aug 25 07:51:03.418 INFO O| Aug 25 07:51:03.418 INFO ok! |
| 10167 | 2026-08-25T07:51:04.555Z | [ host-image] Aug 25 07:51:03.418 INFO O| Aug 25 07:51:03.418 INFO STEP 65 (ensure_file) COMPLETE |
| 10168 | 2026-08-25T07:51:04.555Z | [ host-image] Aug 25 07:51:03.418 INFO O| Aug 25 07:51:03.418 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10169 | 2026-08-25T07:51:04.555Z | [ host-image] Aug 25 07:51:03.418 INFO O| Aug 25 07:51:03.418 INFO skip step because feature "mbist" is not enabled |
| 10170 | 2026-08-25T07:51:04.555Z | [ host-image] Aug 25 07:51:03.418 INFO O| Aug 25 07:51:03.418 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10171 | 2026-08-25T07:51:04.555Z | [ host-image] Aug 25 07:51:03.426 INFO O| Aug 25 07:51:03.426 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt |
| 10172 | 2026-08-25T07:51:04.555Z | [ host-image] Aug 25 07:51:03.427 INFO O| Aug 25 07:51:03.426 INFO STEP 67 (ensure_dir) COMPLETE |
| 10173 | 2026-08-25T07:51:04.555Z | [ host-image] Aug 25 07:51:03.427 INFO O| Aug 25 07:51:03.426 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10174 | 2026-08-25T07:51:04.562Z | [ host-image] Aug 25 07:51:03.435 INFO O| Aug 25 07:51:03.435 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 10175 | 2026-08-25T07:51:04.562Z | [ host-image] Aug 25 07:51:03.435 INFO O| Aug 25 07:51:03.435 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 10176 | 2026-08-25T07:51:04.562Z | [ host-image] Aug 25 07:51:03.435 INFO O| Aug 25 07:51:03.435 INFO STEP 68 (ensure_dir) COMPLETE |
| 10177 | 2026-08-25T07:51:04.562Z | [ host-image] Aug 25 07:51:03.435 INFO O| Aug 25 07:51:03.435 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10178 | 2026-08-25T07:51:04.585Z | [ host-image] Aug 25 07:51:03.444 INFO O| Aug 25 07:51:03.444 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 10179 | 2026-08-25T07:51:04.585Z | [ host-image] Aug 25 07:51:03.444 INFO O| Aug 25 07:51:03.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 10180 | 2026-08-25T07:51:04.585Z | [ host-image] Aug 25 07:51:03.444 INFO O| Aug 25 07:51:03.444 INFO STEP 69 (ensure_dir) COMPLETE |
| 10181 | 2026-08-25T07:51:04.585Z | [ host-image] Aug 25 07:51:03.444 INFO O| Aug 25 07:51:03.444 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10182 | 2026-08-25T07:51:04.598Z | [ host-image] Aug 25 07:51:03.452 INFO O| Aug 25 07:51:03.452 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 10183 | 2026-08-25T07:51:04.598Z | [ host-image] Aug 25 07:51:03.452 INFO O| Aug 25 07:51:03.452 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
| 10184 | 2026-08-25T07:51:05.204Z | [ host-image] Aug 25 07:51:04.067 INFO O| Aug 25 07:51:04.066 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm |
| 10185 | 2026-08-25T07:51:05.204Z | [ host-image] Aug 25 07:51:04.067 INFO O| Aug 25 07:51:04.066 INFO ok! |
| 10186 | 2026-08-25T07:51:05.204Z | [ host-image] Aug 25 07:51:04.067 INFO O| Aug 25 07:51:04.066 INFO STEP 70 (ensure_file) COMPLETE |
| 10187 | 2026-08-25T07:51:05.214Z | [ host-image] Aug 25 07:51:04.067 INFO O| Aug 25 07:51:04.067 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10188 | 2026-08-25T07:51:05.214Z | [ recovery-image] Aug 25 07:51:04.070 INFO O| ok, image written! |
| 10189 | 2026-08-25T07:51:05.214Z | [ recovery-image] Aug 25 07:51:04.070 INFO O| ok, boot_image_csum file written! |
| 10190 | 2026-08-25T07:51:05.214Z | [ recovery-image] Aug 25 07:51:04.073 INFO creating boot archive (CPIO)... |
| 10191 | 2026-08-25T07:51:05.215Z | [ recovery-image] Aug 25 07:51:04.073 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 |
| 10192 | 2026-08-25T07:51:05.215Z | [ host-image] Aug 25 07:51:04.077 INFO O| Aug 25 07:51:04.077 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
| 10193 | 2026-08-25T07:51:05.215Z | [ host-image] Aug 25 07:51:04.077 INFO O| Aug 25 07:51:04.077 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ... |
| 10194 | 2026-08-25T07:51:05.215Z | [ recovery-image] Aug 25 07:51:04.077 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk |
| 10195 | 2026-08-25T07:51:05.215Z | [ recovery-image] Aug 25 07:51:04.077 INFO E| + outfile=/work/os-recovery/cpio |
| 10196 | 2026-08-25T07:51:05.215Z | [ recovery-image] Aug 25 07:51:04.077 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
| 10197 | 2026-08-25T07:51:05.215Z | [ recovery-image] Aug 25 07:51:04.079 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk |
| 10198 | 2026-08-25T07:51:05.215Z | [ recovery-image] Aug 25 07:51:04.079 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
| 10199 | 2026-08-25T07:51:05.251Z | [ recovery-image] Aug 25 07:51:04.109 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
| 10200 | 2026-08-25T07:51:05.262Z | [ recovery-image] Aug 25 07:51:04.109 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
| 10201 | 2026-08-25T07:51:05.263Z | [ recovery-image] Aug 25 07:51:04.116 INFO creating compressed cpio/unix for dev loaders... |
| 10202 | 2026-08-25T07:51:05.263Z | [ recovery-image] Aug 25 07:51:04.116 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 |
| 10203 | 2026-08-25T07:51:05.524Z | [ recovery-image] Aug 25 07:51:04.365 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-recovery/cpio' >'/work/os-recovery/cpio.z'"], pwd: None |
| 10204 | 2026-08-25T07:51:05.787Z | [ host-image] Aug 25 07:51:04.658 INFO O| Aug 25 07:51:04.658 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd |
| 10205 | 2026-08-25T07:51:05.798Z | [ host-image] Aug 25 07:51:04.658 INFO O| Aug 25 07:51:04.658 INFO ok! |
| 10206 | 2026-08-25T07:51:05.798Z | [ host-image] Aug 25 07:51:04.658 INFO O| Aug 25 07:51:04.658 INFO STEP 71 (ensure_file) COMPLETE |
| 10207 | 2026-08-25T07:51:05.798Z | [ host-image] Aug 25 07:51:04.658 INFO O| Aug 25 07:51:04.658 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10208 | 2026-08-25T07:51:05.798Z | [ host-image] Aug 25 07:51:04.668 INFO O| Aug 25 07:51:04.668 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 10209 | 2026-08-25T07:51:05.798Z | [ host-image] Aug 25 07:51:04.668 INFO O| Aug 25 07:51:04.668 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 10210 | 2026-08-25T07:51:05.798Z | [ host-image] Aug 25 07:51:04.668 INFO O| Aug 25 07:51:04.668 INFO STEP 72 (ensure_dir) COMPLETE |
| 10211 | 2026-08-25T07:51:05.798Z | [ host-image] Aug 25 07:51:04.668 INFO O| Aug 25 07:51:04.668 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10212 | 2026-08-25T07:51:05.813Z | [ host-image] Aug 25 07:51:04.678 INFO O| Aug 25 07:51:04.678 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 10213 | 2026-08-25T07:51:05.813Z | [ host-image] Aug 25 07:51:04.678 INFO O| Aug 25 07:51:04.678 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10214 | 2026-08-25T07:51:05.814Z | [ host-image] Aug 25 07:51:04.678 INFO O| Aug 25 07:51:04.678 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 10215 | 2026-08-25T07:51:05.814Z | [ host-image] Aug 25 07:51:04.678 INFO O| Aug 25 07:51:04.678 INFO ok! |
| 10216 | 2026-08-25T07:51:05.814Z | [ host-image] Aug 25 07:51:04.678 INFO O| Aug 25 07:51:04.678 INFO STEP 73 (ensure_file) COMPLETE |
| 10217 | 2026-08-25T07:51:05.814Z | [ host-image] Aug 25 07:51:04.678 INFO O| Aug 25 07:51:04.678 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10218 | 2026-08-25T07:51:05.827Z | [ host-image] Aug 25 07:51:04.686 INFO O| Aug 25 07:51:04.686 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 10219 | 2026-08-25T07:51:05.827Z | [ host-image] Aug 25 07:51:04.686 INFO O| Aug 25 07:51:04.686 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10220 | 2026-08-25T07:51:05.827Z | [ host-image] Aug 25 07:51:04.686 INFO O| Aug 25 07:51:04.686 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 10221 | 2026-08-25T07:51:05.827Z | [ host-image] Aug 25 07:51:04.686 INFO O| Aug 25 07:51:04.686 INFO ok! |
| 10222 | 2026-08-25T07:51:05.827Z | [ host-image] Aug 25 07:51:04.686 INFO O| Aug 25 07:51:04.686 INFO STEP 74 (ensure_file) COMPLETE |
| 10223 | 2026-08-25T07:51:05.827Z | [ host-image] Aug 25 07:51:04.686 INFO O| Aug 25 07:51:04.686 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10224 | 2026-08-25T07:51:05.827Z | [ host-image] Aug 25 07:51:04.693 INFO O| Aug 25 07:51:04.693 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 10225 | 2026-08-25T07:51:05.827Z | [ host-image] Aug 25 07:51:04.693 INFO O| Aug 25 07:51:04.693 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 10226 | 2026-08-25T07:51:05.827Z | [ host-image] Aug 25 07:51:04.693 INFO O| Aug 25 07:51:04.693 INFO STEP 75 (ensure_dir) COMPLETE |
| 10227 | 2026-08-25T07:51:05.827Z | [ host-image] Aug 25 07:51:04.693 INFO O| Aug 25 07:51:04.693 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10228 | 2026-08-25T07:51:05.841Z | [ host-image] Aug 25 07:51:04.700 INFO O| Aug 25 07:51:04.700 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 10229 | 2026-08-25T07:51:05.841Z | [ host-image] Aug 25 07:51:04.700 INFO O| Aug 25 07:51:04.700 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10230 | 2026-08-25T07:51:05.842Z | [ host-image] Aug 25 07:51:04.700 INFO O| Aug 25 07:51:04.700 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 10231 | 2026-08-25T07:51:05.842Z | [ host-image] Aug 25 07:51:04.700 INFO O| Aug 25 07:51:04.700 INFO ok! |
| 10232 | 2026-08-25T07:51:05.842Z | [ host-image] Aug 25 07:51:04.700 INFO O| Aug 25 07:51:04.700 INFO STEP 76 (ensure_file) COMPLETE |
| 10233 | 2026-08-25T07:51:05.842Z | [ host-image] Aug 25 07:51:04.700 INFO O| Aug 25 07:51:04.700 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10234 | 2026-08-25T07:51:05.842Z | [ host-image] Aug 25 07:51:04.708 INFO O| Aug 25 07:51:04.708 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 10235 | 2026-08-25T07:51:05.843Z | [ host-image] Aug 25 07:51:04.708 INFO O| Aug 25 07:51:04.708 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10236 | 2026-08-25T07:51:05.843Z | [ host-image] Aug 25 07:51:04.708 INFO O| Aug 25 07:51:04.708 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 10237 | 2026-08-25T07:51:05.843Z | [ host-image] Aug 25 07:51:04.708 INFO O| Aug 25 07:51:04.708 INFO ok! |
| 10238 | 2026-08-25T07:51:05.843Z | [ host-image] Aug 25 07:51:04.708 INFO O| Aug 25 07:51:04.708 INFO STEP 77 (ensure_file) COMPLETE |
| 10239 | 2026-08-25T07:51:05.843Z | [ host-image] Aug 25 07:51:04.708 INFO O| Aug 25 07:51:04.708 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10240 | 2026-08-25T07:51:05.850Z | [ host-image] Aug 25 07:51:04.715 INFO O| Aug 25 07:51:04.715 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 10241 | 2026-08-25T07:51:05.850Z | [ host-image] Aug 25 07:51:04.715 INFO O| Aug 25 07:51:04.715 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 10242 | 2026-08-25T07:51:05.851Z | [ host-image] Aug 25 07:51:04.715 INFO O| Aug 25 07:51:04.715 INFO STEP 78 (ensure_dir) COMPLETE |
| 10243 | 2026-08-25T07:51:05.851Z | [ host-image] Aug 25 07:51:04.715 INFO O| Aug 25 07:51:04.715 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10244 | 2026-08-25T07:51:05.851Z | [ host-image] Aug 25 07:51:04.722 INFO O| Aug 25 07:51:04.722 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 10245 | 2026-08-25T07:51:05.851Z | [ host-image] Aug 25 07:51:04.722 INFO O| Aug 25 07:51:04.722 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10246 | 2026-08-25T07:51:05.851Z | [ host-image] Aug 25 07:51:04.722 INFO O| Aug 25 07:51:04.722 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 10247 | 2026-08-25T07:51:05.851Z | [ host-image] Aug 25 07:51:04.722 INFO O| Aug 25 07:51:04.722 INFO ok! |
| 10248 | 2026-08-25T07:51:05.851Z | [ host-image] Aug 25 07:51:04.722 INFO O| Aug 25 07:51:04.722 INFO STEP 79 (ensure_file) COMPLETE |
| 10249 | 2026-08-25T07:51:05.851Z | [ host-image] Aug 25 07:51:04.722 INFO O| Aug 25 07:51:04.722 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10250 | 2026-08-25T07:51:05.867Z | [ host-image] Aug 25 07:51:04.730 INFO O| Aug 25 07:51:04.730 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
| 10251 | 2026-08-25T07:51:05.868Z | [ host-image] Aug 25 07:51:04.730 INFO O| Aug 25 07:51:04.730 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ... |
| 10252 | 2026-08-25T07:51:05.868Z | [ host-image] Aug 25 07:51:04.730 INFO O| Aug 25 07:51:04.730 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION |
| 10253 | 2026-08-25T07:51:05.868Z | [ host-image] Aug 25 07:51:04.730 INFO O| Aug 25 07:51:04.730 INFO ok! |
| 10254 | 2026-08-25T07:51:05.868Z | [ host-image] Aug 25 07:51:04.730 INFO O| Aug 25 07:51:04.730 INFO STEP 80 (ensure_file) COMPLETE |
| 10255 | 2026-08-25T07:51:05.869Z | [ host-image] Aug 25 07:51:04.730 INFO O| Aug 25 07:51:04.730 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10256 | 2026-08-25T07:51:05.894Z | [ host-image] Aug 25 07:51:04.737 INFO O| Aug 25 07:51:04.737 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 10257 | 2026-08-25T07:51:05.895Z | [ host-image] Aug 25 07:51:04.737 INFO O| Aug 25 07:51:04.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 10258 | 2026-08-25T07:51:05.895Z | [ host-image] Aug 25 07:51:04.737 INFO O| Aug 25 07:51:04.737 INFO STEP 81 (ensure_dir) COMPLETE |
| 10259 | 2026-08-25T07:51:05.895Z | [ host-image] Aug 25 07:51:04.737 INFO O| Aug 25 07:51:04.737 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10260 | 2026-08-25T07:51:05.895Z | [ host-image] Aug 25 07:51:04.744 INFO O| Aug 25 07:51:04.744 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
| 10261 | 2026-08-25T07:51:05.895Z | [ host-image] Aug 25 07:51:04.744 INFO O| Aug 25 07:51:04.744 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
| 10262 | 2026-08-25T07:51:06.170Z | [ host-image] Aug 25 07:51:05.047 INFO O| Aug 25 07:51:05.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle |
| 10263 | 2026-08-25T07:51:06.170Z | [ host-image] Aug 25 07:51:05.047 INFO O| Aug 25 07:51:05.046 INFO ok! |
| 10264 | 2026-08-25T07:51:06.210Z | [ host-image] Aug 25 07:51:05.047 INFO O| Aug 25 07:51:05.046 INFO STEP 82 (ensure_file) COMPLETE |
| 10265 | 2026-08-25T07:51:06.210Z | [ host-image] Aug 25 07:51:05.047 INFO O| Aug 25 07:51:05.047 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10266 | 2026-08-25T07:51:06.210Z | [ host-image] Aug 25 07:51:05.055 INFO O| Aug 25 07:51:05.055 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist |
| 10267 | 2026-08-25T07:51:06.210Z | [ host-image] Aug 25 07:51:05.055 INFO O| Aug 25 07:51:05.055 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ... |
| 10268 | 2026-08-25T07:51:06.944Z | [ host-image] Aug 25 07:51:05.365 INFO O| Aug 25 07:51:05.365 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor |
| 10269 | 2026-08-25T07:51:06.944Z | [ host-image] Aug 25 07:51:05.365 INFO O| Aug 25 07:51:05.365 INFO ok! |
| 10270 | 2026-08-25T07:51:06.944Z | [ host-image] Aug 25 07:51:05.365 INFO O| Aug 25 07:51:05.365 INFO STEP 83 (ensure_file) COMPLETE |
| 10271 | 2026-08-25T07:51:07.058Z | [ host-image] Aug 25 07:51:05.365 INFO O| Aug 25 07:51:05.365 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10272 | 2026-08-25T07:51:07.058Z | [ host-image] Aug 25 07:51:05.374 INFO O| Aug 25 07:51:05.374 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
| 10273 | 2026-08-25T07:51:07.058Z | [ host-image] Aug 25 07:51:05.374 INFO O| Aug 25 07:51:05.374 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ... |
| 10274 | 2026-08-25T07:51:08.115Z | [ host-image] Aug 25 07:51:06.991 INFO O| Aug 25 07:51:06.991 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent |
| 10275 | 2026-08-25T07:51:08.115Z | [ host-image] Aug 25 07:51:06.991 INFO O| Aug 25 07:51:06.991 INFO ok! |
| 10276 | 2026-08-25T07:51:08.116Z | [ host-image] Aug 25 07:51:06.991 INFO O| Aug 25 07:51:06.991 INFO STEP 84 (ensure_file) COMPLETE |
| 10277 | 2026-08-25T07:51:08.125Z | [ host-image] Aug 25 07:51:06.991 INFO O| Aug 25 07:51:06.991 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10278 | 2026-08-25T07:51:08.149Z | [ host-image] Aug 25 07:51:07.002 INFO O| Aug 25 07:51:07.002 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 10279 | 2026-08-25T07:51:08.149Z | [ host-image] Aug 25 07:51:07.003 INFO O| Aug 25 07:51:07.003 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 10280 | 2026-08-25T07:51:08.149Z | [ host-image] Aug 25 07:51:07.003 INFO O| Aug 25 07:51:07.003 INFO STEP 85 (ensure_dir) COMPLETE |
| 10281 | 2026-08-25T07:51:08.149Z | [ host-image] Aug 25 07:51:07.003 INFO O| Aug 25 07:51:07.003 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10282 | 2026-08-25T07:51:08.168Z | [ host-image] Aug 25 07:51:07.011 INFO O| Aug 25 07:51:07.011 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
| 10283 | 2026-08-25T07:51:08.169Z | [ host-image] Aug 25 07:51:07.011 INFO O| Aug 25 07:51:07.011 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10284 | 2026-08-25T07:51:08.169Z | [ host-image] Aug 25 07:51:07.011 INFO O| Aug 25 07:51:07.011 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
| 10285 | 2026-08-25T07:51:08.169Z | [ host-image] Aug 25 07:51:07.011 INFO O| Aug 25 07:51:07.011 INFO ok! |
| 10286 | 2026-08-25T07:51:08.169Z | [ host-image] Aug 25 07:51:07.011 INFO O| Aug 25 07:51:07.011 INFO STEP 86 (ensure_file) COMPLETE |
| 10287 | 2026-08-25T07:51:08.169Z | [ host-image] Aug 25 07:51:07.011 INFO O| Aug 25 07:51:07.011 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10288 | 2026-08-25T07:51:08.169Z | [ host-image] Aug 25 07:51:07.018 INFO O| Aug 25 07:51:07.018 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
| 10289 | 2026-08-25T07:51:08.169Z | [ host-image] Aug 25 07:51:07.018 INFO O| Aug 25 07:51:07.018 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10290 | 2026-08-25T07:51:08.169Z | [ host-image] Aug 25 07:51:07.018 INFO O| Aug 25 07:51:07.018 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md |
| 10291 | 2026-08-25T07:51:08.169Z | [ host-image] Aug 25 07:51:07.018 INFO O| Aug 25 07:51:07.018 INFO ok! |
| 10292 | 2026-08-25T07:51:08.169Z | [ host-image] Aug 25 07:51:07.018 INFO O| Aug 25 07:51:07.018 INFO STEP 87 (ensure_file) COMPLETE |
| 10293 | 2026-08-25T07:51:08.169Z | [ host-image] Aug 25 07:51:07.018 INFO O| Aug 25 07:51:07.018 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10294 | 2026-08-25T07:51:08.169Z | [ host-image] Aug 25 07:51:07.025 INFO O| Aug 25 07:51:07.025 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
| 10295 | 2026-08-25T07:51:08.169Z | [ host-image] Aug 25 07:51:07.025 INFO O| Aug 25 07:51:07.025 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ... |
| 10296 | 2026-08-25T07:51:08.169Z | [ host-image] Aug 25 07:51:07.025 INFO O| Aug 25 07:51:07.025 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION |
| 10297 | 2026-08-25T07:51:08.169Z | [ host-image] Aug 25 07:51:07.025 INFO O| Aug 25 07:51:07.025 INFO ok! |
| 10298 | 2026-08-25T07:51:08.169Z | [ host-image] Aug 25 07:51:07.025 INFO O| Aug 25 07:51:07.025 INFO STEP 88 (ensure_file) COMPLETE |
| 10299 | 2026-08-25T07:51:08.169Z | [ host-image] Aug 25 07:51:07.025 INFO O| Aug 25 07:51:07.025 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10300 | 2026-08-25T07:51:08.169Z | [ host-image] Aug 25 07:51:07.034 INFO O| Aug 25 07:51:07.034 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist |
| 10301 | 2026-08-25T07:51:08.170Z | [ host-image] Aug 25 07:51:07.034 INFO O| Aug 25 07:51:07.034 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ... |
| 10302 | 2026-08-25T07:51:08.170Z | [ host-image] Aug 25 07:51:07.034 INFO O| Aug 25 07:51:07.034 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz |
| 10303 | 2026-08-25T07:51:08.170Z | [ host-image] Aug 25 07:51:07.034 INFO O| Aug 25 07:51:07.034 INFO ok! |
| 10304 | 2026-08-25T07:51:08.170Z | [ host-image] Aug 25 07:51:07.034 INFO O| Aug 25 07:51:07.034 INFO STEP 89 (ensure_file) COMPLETE |
| 10305 | 2026-08-25T07:51:08.170Z | [ host-image] Aug 25 07:51:07.034 INFO O| Aug 25 07:51:07.034 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10306 | 2026-08-25T07:51:08.197Z | [ host-image] Aug 25 07:51:07.043 INFO O| Aug 25 07:51:07.043 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10307 | 2026-08-25T07:51:08.197Z | [ host-image] Aug 25 07:51:07.043 INFO O| Aug 25 07:51:07.043 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10308 | 2026-08-25T07:51:08.198Z | [ host-image] Aug 25 07:51:07.043 INFO O| Aug 25 07:51:07.043 INFO STEP 90 (ensure_dir) COMPLETE |
| 10309 | 2026-08-25T07:51:08.198Z | [ host-image] Aug 25 07:51:07.043 INFO O| Aug 25 07:51:07.043 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10310 | 2026-08-25T07:51:08.198Z | [ host-image] Aug 25 07:51:07.050 INFO O| Aug 25 07:51:07.050 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist |
| 10311 | 2026-08-25T07:51:08.198Z | [ host-image] Aug 25 07:51:07.051 INFO O| Aug 25 07:51:07.050 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ... |
| 10312 | 2026-08-25T07:51:08.198Z | [ host-image] Aug 25 07:51:07.055 INFO O| Aug 25 07:51:07.055 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog |
| 10313 | 2026-08-25T07:51:08.198Z | [ host-image] Aug 25 07:51:07.055 INFO O| Aug 25 07:51:07.055 INFO ok! |
| 10314 | 2026-08-25T07:51:08.198Z | [ host-image] Aug 25 07:51:07.055 INFO O| Aug 25 07:51:07.055 INFO STEP 91 (ensure_file) COMPLETE |
| 10315 | 2026-08-25T07:51:08.198Z | [ host-image] Aug 25 07:51:07.055 INFO O| Aug 25 07:51:07.055 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10316 | 2026-08-25T07:51:08.239Z | [ host-image] Aug 25 07:51:07.063 INFO O| Aug 25 07:51:07.063 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist |
| 10317 | 2026-08-25T07:51:08.240Z | [ host-image] Aug 25 07:51:07.063 INFO O| Aug 25 07:51:07.063 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ... |
| 10318 | 2026-08-25T07:51:08.240Z | [ host-image] Aug 25 07:51:07.063 INFO O| Aug 25 07:51:07.063 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION |
| 10319 | 2026-08-25T07:51:08.240Z | [ host-image] Aug 25 07:51:07.063 INFO O| Aug 25 07:51:07.063 INFO ok! |
| 10320 | 2026-08-25T07:51:08.240Z | [ host-image] Aug 25 07:51:07.063 INFO O| Aug 25 07:51:07.063 INFO STEP 92 (ensure_file) COMPLETE |
| 10321 | 2026-08-25T07:51:08.240Z | [ host-image] Aug 25 07:51:07.063 INFO O| Aug 25 07:51:07.063 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10322 | 2026-08-25T07:51:08.240Z | [ host-image] Aug 25 07:51:07.071 INFO O| Aug 25 07:51:07.071 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
| 10323 | 2026-08-25T07:51:08.240Z | [ host-image] Aug 25 07:51:07.071 INFO O| Aug 25 07:51:07.071 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ... |
| 10324 | 2026-08-25T07:51:08.595Z | [ host-image] Aug 25 07:51:07.464 INFO O| Aug 25 07:51:07.464 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz |
| 10325 | 2026-08-25T07:51:08.596Z | [ host-image] Aug 25 07:51:07.464 INFO O| Aug 25 07:51:07.464 INFO ok! |
| 10326 | 2026-08-25T07:51:08.596Z | [ host-image] Aug 25 07:51:07.464 INFO O| Aug 25 07:51:07.464 INFO STEP 93 (ensure_file) COMPLETE |
| 10327 | 2026-08-25T07:51:08.596Z | [ host-image] Aug 25 07:51:07.464 INFO O| Aug 25 07:51:07.464 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10328 | 2026-08-25T07:51:08.619Z | [ host-image] Aug 25 07:51:07.474 INFO O| Aug 25 07:51:07.474 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10329 | 2026-08-25T07:51:08.619Z | [ host-image] Aug 25 07:51:07.474 INFO O| Aug 25 07:51:07.474 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10330 | 2026-08-25T07:51:08.620Z | [ host-image] Aug 25 07:51:07.474 INFO O| Aug 25 07:51:07.474 INFO STEP 94 (ensure_dir) COMPLETE |
| 10331 | 2026-08-25T07:51:08.620Z | [ host-image] Aug 25 07:51:07.474 INFO O| Aug 25 07:51:07.474 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10332 | 2026-08-25T07:51:08.620Z | [ host-image] Aug 25 07:51:07.482 INFO O| Aug 25 07:51:07.482 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10333 | 2026-08-25T07:51:08.620Z | [ host-image] Aug 25 07:51:07.482 INFO O| Aug 25 07:51:07.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10334 | 2026-08-25T07:51:08.620Z | [ host-image] Aug 25 07:51:07.482 INFO O| Aug 25 07:51:07.482 INFO STEP 95 (ensure_dir) COMPLETE |
| 10335 | 2026-08-25T07:51:08.620Z | [ host-image] Aug 25 07:51:07.482 INFO O| Aug 25 07:51:07.482 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10336 | 2026-08-25T07:51:08.649Z | [ host-image] Aug 25 07:51:07.489 INFO O| Aug 25 07:51:07.489 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10337 | 2026-08-25T07:51:08.649Z | [ host-image] Aug 25 07:51:07.489 INFO O| Aug 25 07:51:07.489 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10338 | 2026-08-25T07:51:08.650Z | [ host-image] Aug 25 07:51:07.489 INFO O| Aug 25 07:51:07.489 INFO STEP 96 (ensure_dir) COMPLETE |
| 10339 | 2026-08-25T07:51:08.650Z | [ host-image] Aug 25 07:51:07.489 INFO O| Aug 25 07:51:07.489 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10340 | 2026-08-25T07:51:08.650Z | [ host-image] Aug 25 07:51:07.498 INFO O| Aug 25 07:51:07.498 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10341 | 2026-08-25T07:51:08.650Z | [ host-image] Aug 25 07:51:07.498 INFO O| Aug 25 07:51:07.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10342 | 2026-08-25T07:51:08.650Z | [ host-image] Aug 25 07:51:07.498 INFO O| Aug 25 07:51:07.498 INFO STEP 97 (ensure_dir) COMPLETE |
| 10343 | 2026-08-25T07:51:08.650Z | [ host-image] Aug 25 07:51:07.498 INFO O| Aug 25 07:51:07.498 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10344 | 2026-08-25T07:51:08.650Z | [ host-image] Aug 25 07:51:07.506 INFO O| Aug 25 07:51:07.506 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10345 | 2026-08-25T07:51:08.650Z | [ host-image] Aug 25 07:51:07.506 INFO O| Aug 25 07:51:07.506 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10346 | 2026-08-25T07:51:08.650Z | [ host-image] Aug 25 07:51:07.506 INFO O| Aug 25 07:51:07.506 INFO STEP 98 (ensure_dir) COMPLETE |
| 10347 | 2026-08-25T07:51:08.650Z | [ host-image] Aug 25 07:51:07.506 INFO O| Aug 25 07:51:07.506 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10348 | 2026-08-25T07:51:08.675Z | [ host-image] Aug 25 07:51:07.514 INFO O| Aug 25 07:51:07.514 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
| 10349 | 2026-08-25T07:51:08.675Z | [ host-image] Aug 25 07:51:07.514 INFO O| Aug 25 07:51:07.514 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10350 | 2026-08-25T07:51:08.675Z | [ host-image] Aug 25 07:51:07.514 INFO O| Aug 25 07:51:07.514 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
| 10351 | 2026-08-25T07:51:08.680Z | [ host-image] Aug 25 07:51:07.514 INFO O| Aug 25 07:51:07.514 INFO ok! |
| 10352 | 2026-08-25T07:51:08.680Z | [ host-image] Aug 25 07:51:07.514 INFO O| Aug 25 07:51:07.514 INFO STEP 99 (ensure_file) COMPLETE |
| 10353 | 2026-08-25T07:51:08.680Z | [ host-image] Aug 25 07:51:07.514 INFO O| Aug 25 07:51:07.514 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10354 | 2026-08-25T07:51:08.680Z | [ host-image] Aug 25 07:51:07.534 INFO O| Aug 25 07:51:07.534 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10355 | 2026-08-25T07:51:08.680Z | [ host-image] Aug 25 07:51:07.534 INFO O| Aug 25 07:51:07.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10356 | 2026-08-25T07:51:08.680Z | [ host-image] Aug 25 07:51:07.534 INFO O| Aug 25 07:51:07.534 INFO STEP 100 (ensure_dir) COMPLETE |
| 10357 | 2026-08-25T07:51:08.680Z | [ host-image] Aug 25 07:51:07.534 INFO O| Aug 25 07:51:07.534 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10358 | 2026-08-25T07:51:08.694Z | [ host-image] Aug 25 07:51:07.547 INFO O| Aug 25 07:51:07.547 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
| 10359 | 2026-08-25T07:51:08.694Z | [ host-image] Aug 25 07:51:07.547 INFO O| Aug 25 07:51:07.547 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
| 10360 | 2026-08-25T07:51:09.159Z | [ host-image] Aug 25 07:51:08.037 INFO O| Aug 25 07:51:08.036 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
| 10361 | 2026-08-25T07:51:09.159Z | [ host-image] Aug 25 07:51:08.037 INFO O| Aug 25 07:51:08.037 INFO ok! |
| 10362 | 2026-08-25T07:51:09.160Z | [ host-image] Aug 25 07:51:08.037 INFO O| Aug 25 07:51:08.037 INFO STEP 101 (ensure_file) COMPLETE |
| 10363 | 2026-08-25T07:51:09.186Z | [ host-image] Aug 25 07:51:08.037 INFO O| Aug 25 07:51:08.037 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10364 | 2026-08-25T07:51:09.187Z | [ host-image] Aug 25 07:51:08.046 INFO O| Aug 25 07:51:08.046 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
| 10365 | 2026-08-25T07:51:09.187Z | [ host-image] Aug 25 07:51:08.046 INFO O| Aug 25 07:51:08.046 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
| 10366 | 2026-08-25T07:51:09.187Z | [ host-image] Aug 25 07:51:08.046 INFO O| Aug 25 07:51:08.046 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
| 10367 | 2026-08-25T07:51:09.187Z | [ host-image] Aug 25 07:51:08.046 INFO O| Aug 25 07:51:08.046 INFO ok! |
| 10368 | 2026-08-25T07:51:09.187Z | [ host-image] Aug 25 07:51:08.046 INFO O| Aug 25 07:51:08.046 INFO STEP 102 (ensure_file) COMPLETE |
| 10369 | 2026-08-25T07:51:09.187Z | [ host-image] Aug 25 07:51:08.046 INFO O| Aug 25 07:51:08.046 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10370 | 2026-08-25T07:51:09.187Z | [ host-image] Aug 25 07:51:08.056 INFO O| Aug 25 07:51:08.056 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
| 10371 | 2026-08-25T07:51:09.187Z | [ host-image] Aug 25 07:51:08.056 INFO O| Aug 25 07:51:08.056 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
| 10372 | 2026-08-25T07:51:09.201Z | [ host-image] Aug 25 07:51:08.062 INFO O| Aug 25 07:51:08.062 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
| 10373 | 2026-08-25T07:51:09.201Z | [ host-image] Aug 25 07:51:08.063 INFO O| Aug 25 07:51:08.062 INFO ok! |
| 10374 | 2026-08-25T07:51:09.201Z | [ host-image] Aug 25 07:51:08.063 INFO O| Aug 25 07:51:08.062 INFO STEP 103 (ensure_file) COMPLETE |
| 10375 | 2026-08-25T07:51:09.201Z | [ host-image] Aug 25 07:51:08.063 INFO O| Aug 25 07:51:08.062 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10376 | 2026-08-25T07:51:09.201Z | [ host-image] Aug 25 07:51:08.071 INFO O| Aug 25 07:51:08.071 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
| 10377 | 2026-08-25T07:51:09.201Z | [ host-image] Aug 25 07:51:08.071 INFO O| Aug 25 07:51:08.071 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ... |
| 10378 | 2026-08-25T07:51:09.202Z | [ host-image] Aug 25 07:51:08.071 INFO O| Aug 25 07:51:08.071 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION |
| 10379 | 2026-08-25T07:51:09.202Z | [ host-image] Aug 25 07:51:08.071 INFO O| Aug 25 07:51:08.071 INFO ok! |
| 10380 | 2026-08-25T07:51:09.202Z | [ host-image] Aug 25 07:51:08.071 INFO O| Aug 25 07:51:08.071 INFO STEP 104 (ensure_file) COMPLETE |
| 10381 | 2026-08-25T07:51:09.202Z | [ host-image] Aug 25 07:51:08.071 INFO O| Aug 25 07:51:08.071 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10382 | 2026-08-25T07:51:09.219Z | [ host-image] Aug 25 07:51:08.079 INFO O| Aug 25 07:51:08.079 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10383 | 2026-08-25T07:51:09.219Z | [ host-image] Aug 25 07:51:08.079 INFO O| Aug 25 07:51:08.079 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10384 | 2026-08-25T07:51:09.219Z | [ host-image] Aug 25 07:51:08.079 INFO O| Aug 25 07:51:08.079 INFO STEP 105 (ensure_dir) COMPLETE |
| 10385 | 2026-08-25T07:51:09.219Z | [ host-image] Aug 25 07:51:08.079 INFO O| Aug 25 07:51:08.079 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10386 | 2026-08-25T07:51:09.219Z | [ host-image] Aug 25 07:51:08.086 INFO O| Aug 25 07:51:08.086 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist |
| 10387 | 2026-08-25T07:51:09.220Z | [ host-image] Aug 25 07:51:08.086 INFO O| Aug 25 07:51:08.086 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10388 | 2026-08-25T07:51:09.488Z | [ recovery-image] Aug 25 07:51:08.364 INFO creating reset image... |
| 10389 | 2026-08-25T07:51:09.488Z | [ recovery-image] Aug 25 07:51:08.364 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") |
| 10390 | 2026-08-25T07:51:09.526Z | [ host-image] Aug 25 07:51:08.395 INFO O| Aug 25 07:51:08.395 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw |
| 10391 | 2026-08-25T07:51:09.527Z | [ host-image] Aug 25 07:51:08.395 INFO O| Aug 25 07:51:08.395 INFO ok! |
| 10392 | 2026-08-25T07:51:09.545Z | [ host-image] Aug 25 07:51:08.395 INFO O| Aug 25 07:51:08.395 INFO STEP 106 (ensure_file) COMPLETE |
| 10393 | 2026-08-25T07:51:09.545Z | [ host-image] Aug 25 07:51:08.395 INFO O| Aug 25 07:51:08.395 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10394 | 2026-08-25T07:51:09.545Z | [ host-image] Aug 25 07:51:08.405 INFO O| Aug 25 07:51:08.405 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist |
| 10395 | 2026-08-25T07:51:09.545Z | [ host-image] Aug 25 07:51:08.405 INFO O| Aug 25 07:51:08.405 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10396 | 2026-08-25T07:51:09.545Z | [ host-image] Aug 25 07:51:08.405 INFO O| Aug 25 07:51:08.405 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d |
| 10397 | 2026-08-25T07:51:09.545Z | [ host-image] Aug 25 07:51:08.405 INFO O| Aug 25 07:51:08.405 INFO ok! |
| 10398 | 2026-08-25T07:51:09.545Z | [ host-image] Aug 25 07:51:08.405 INFO O| Aug 25 07:51:08.405 INFO STEP 107 (ensure_file) COMPLETE |
| 10399 | 2026-08-25T07:51:09.546Z | [ host-image] Aug 25 07:51:08.405 INFO O| Aug 25 07:51:08.405 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10400 | 2026-08-25T07:51:09.566Z | [ host-image] Aug 25 07:51:08.415 INFO O| Aug 25 07:51:08.415 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist |
| 10401 | 2026-08-25T07:51:09.566Z | [ host-image] Aug 25 07:51:08.415 INFO O| Aug 25 07:51:08.415 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10402 | 2026-08-25T07:51:09.566Z | [ host-image] Aug 25 07:51:08.415 INFO O| Aug 25 07:51:08.415 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d |
| 10403 | 2026-08-25T07:51:09.566Z | [ host-image] Aug 25 07:51:08.415 INFO O| Aug 25 07:51:08.415 INFO ok! |
| 10404 | 2026-08-25T07:51:09.566Z | [ host-image] Aug 25 07:51:08.415 INFO O| Aug 25 07:51:08.415 INFO STEP 108 (ensure_file) COMPLETE |
| 10405 | 2026-08-25T07:51:09.566Z | [ host-image] Aug 25 07:51:08.415 INFO O| Aug 25 07:51:08.415 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10406 | 2026-08-25T07:51:09.566Z | [ host-image] Aug 25 07:51:08.424 INFO O| Aug 25 07:51:08.424 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist |
| 10407 | 2026-08-25T07:51:09.566Z | [ host-image] Aug 25 07:51:08.424 INFO O| Aug 25 07:51:08.424 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10408 | 2026-08-25T07:51:09.566Z | [ host-image] Aug 25 07:51:08.424 INFO O| Aug 25 07:51:08.424 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d |
| 10409 | 2026-08-25T07:51:09.566Z | [ host-image] Aug 25 07:51:08.424 INFO O| Aug 25 07:51:08.424 INFO ok! |
| 10410 | 2026-08-25T07:51:09.566Z | [ host-image] Aug 25 07:51:08.424 INFO O| Aug 25 07:51:08.424 INFO STEP 109 (ensure_file) COMPLETE |
| 10411 | 2026-08-25T07:51:09.567Z | [ host-image] Aug 25 07:51:08.424 INFO O| Aug 25 07:51:08.424 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10412 | 2026-08-25T07:51:09.567Z | [ host-image] Aug 25 07:51:08.432 INFO O| Aug 25 07:51:08.432 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist |
| 10413 | 2026-08-25T07:51:09.567Z | [ host-image] Aug 25 07:51:08.432 INFO O| Aug 25 07:51:08.432 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10414 | 2026-08-25T07:51:09.567Z | [ host-image] Aug 25 07:51:08.432 INFO O| Aug 25 07:51:08.432 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d |
| 10415 | 2026-08-25T07:51:09.567Z | [ host-image] Aug 25 07:51:08.432 INFO O| Aug 25 07:51:08.432 INFO ok! |
| 10416 | 2026-08-25T07:51:09.567Z | [ host-image] Aug 25 07:51:08.432 INFO O| Aug 25 07:51:08.432 INFO STEP 110 (ensure_file) COMPLETE |
| 10417 | 2026-08-25T07:51:09.567Z | [ host-image] Aug 25 07:51:08.432 INFO O| Aug 25 07:51:08.432 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10418 | 2026-08-25T07:51:09.585Z | [ host-image] Aug 25 07:51:08.441 INFO O| Aug 25 07:51:08.441 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist |
| 10419 | 2026-08-25T07:51:09.585Z | [ host-image] Aug 25 07:51:08.441 INFO O| Aug 25 07:51:08.441 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10420 | 2026-08-25T07:51:09.585Z | [ host-image] Aug 25 07:51:08.441 INFO O| Aug 25 07:51:08.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d |
| 10421 | 2026-08-25T07:51:09.585Z | [ host-image] Aug 25 07:51:08.441 INFO O| Aug 25 07:51:08.441 INFO ok! |
| 10422 | 2026-08-25T07:51:09.585Z | [ host-image] Aug 25 07:51:08.441 INFO O| Aug 25 07:51:08.441 INFO STEP 111 (ensure_file) COMPLETE |
| 10423 | 2026-08-25T07:51:09.585Z | [ host-image] Aug 25 07:51:08.441 INFO O| Aug 25 07:51:08.441 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10424 | 2026-08-25T07:51:09.585Z | [ host-image] Aug 25 07:51:08.449 INFO O| Aug 25 07:51:08.449 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist |
| 10425 | 2026-08-25T07:51:09.585Z | [ host-image] Aug 25 07:51:08.449 INFO O| Aug 25 07:51:08.449 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10426 | 2026-08-25T07:51:09.585Z | [ host-image] Aug 25 07:51:08.449 INFO O| Aug 25 07:51:08.449 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d |
| 10427 | 2026-08-25T07:51:09.585Z | [ host-image] Aug 25 07:51:08.449 INFO O| Aug 25 07:51:08.449 INFO ok! |
| 10428 | 2026-08-25T07:51:09.586Z | [ host-image] Aug 25 07:51:08.449 INFO O| Aug 25 07:51:08.449 INFO STEP 112 (ensure_file) COMPLETE |
| 10429 | 2026-08-25T07:51:09.586Z | [ host-image] Aug 25 07:51:08.449 INFO O| Aug 25 07:51:08.449 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10430 | 2026-08-25T07:51:09.615Z | [ host-image] Aug 25 07:51:08.457 INFO O| Aug 25 07:51:08.457 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist |
| 10431 | 2026-08-25T07:51:09.615Z | [ host-image] Aug 25 07:51:08.457 INFO O| Aug 25 07:51:08.457 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ... |
| 10432 | 2026-08-25T07:51:09.615Z | [ host-image] Aug 25 07:51:08.457 INFO O| Aug 25 07:51:08.457 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d |
| 10433 | 2026-08-25T07:51:09.615Z | [ host-image] Aug 25 07:51:08.457 INFO O| Aug 25 07:51:08.457 INFO ok! |
| 10434 | 2026-08-25T07:51:09.615Z | [ host-image] Aug 25 07:51:08.457 INFO O| Aug 25 07:51:08.457 INFO STEP 113 (ensure_file) COMPLETE |
| 10435 | 2026-08-25T07:51:09.615Z | [ host-image] Aug 25 07:51:08.457 INFO O| Aug 25 07:51:08.457 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10436 | 2026-08-25T07:51:09.615Z | [ host-image] Aug 25 07:51:08.465 INFO O| Aug 25 07:51:08.465 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist |
| 10437 | 2026-08-25T07:51:09.615Z | [ host-image] Aug 25 07:51:08.465 INFO O| Aug 25 07:51:08.465 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10438 | 2026-08-25T07:51:09.616Z | [ host-image] Aug 25 07:51:08.465 INFO O| Aug 25 07:51:08.465 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d |
| 10439 | 2026-08-25T07:51:09.616Z | [ host-image] Aug 25 07:51:08.465 INFO O| Aug 25 07:51:08.465 INFO ok! |
| 10440 | 2026-08-25T07:51:09.616Z | [ host-image] Aug 25 07:51:08.465 INFO O| Aug 25 07:51:08.465 INFO STEP 114 (ensure_file) COMPLETE |
| 10441 | 2026-08-25T07:51:09.616Z | [ host-image] Aug 25 07:51:08.465 INFO O| Aug 25 07:51:08.465 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10442 | 2026-08-25T07:51:09.616Z | [ host-image] Aug 25 07:51:08.475 INFO O| Aug 25 07:51:08.475 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist |
| 10443 | 2026-08-25T07:51:09.616Z | [ host-image] Aug 25 07:51:08.475 INFO O| Aug 25 07:51:08.475 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10444 | 2026-08-25T07:51:09.616Z | [ host-image] Aug 25 07:51:08.475 INFO O| Aug 25 07:51:08.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d |
| 10445 | 2026-08-25T07:51:09.616Z | [ host-image] Aug 25 07:51:08.475 INFO O| Aug 25 07:51:08.475 INFO ok! |
| 10446 | 2026-08-25T07:51:09.616Z | [ host-image] Aug 25 07:51:08.475 INFO O| Aug 25 07:51:08.475 INFO STEP 115 (ensure_file) COMPLETE |
| 10447 | 2026-08-25T07:51:09.616Z | [ host-image] Aug 25 07:51:08.475 INFO O| Aug 25 07:51:08.475 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10448 | 2026-08-25T07:51:09.616Z | [ host-image] Aug 25 07:51:08.483 INFO O| Aug 25 07:51:08.483 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist |
| 10449 | 2026-08-25T07:51:09.616Z | [ host-image] Aug 25 07:51:08.483 INFO O| Aug 25 07:51:08.483 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10450 | 2026-08-25T07:51:09.616Z | [ host-image] Aug 25 07:51:08.483 INFO O| Aug 25 07:51:08.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d |
| 10451 | 2026-08-25T07:51:09.616Z | [ host-image] Aug 25 07:51:08.483 INFO O| Aug 25 07:51:08.483 INFO ok! |
| 10452 | 2026-08-25T07:51:09.616Z | [ host-image] Aug 25 07:51:08.483 INFO O| Aug 25 07:51:08.483 INFO STEP 116 (ensure_file) COMPLETE |
| 10453 | 2026-08-25T07:51:09.616Z | [ host-image] Aug 25 07:51:08.483 INFO O| Aug 25 07:51:08.483 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10454 | 2026-08-25T07:51:09.652Z | [ host-image] Aug 25 07:51:08.491 INFO O| Aug 25 07:51:08.491 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist |
| 10455 | 2026-08-25T07:51:09.652Z | [ host-image] Aug 25 07:51:08.491 INFO O| Aug 25 07:51:08.491 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ... |
| 10456 | 2026-08-25T07:51:09.652Z | [ host-image] Aug 25 07:51:08.491 INFO O| Aug 25 07:51:08.491 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d |
| 10457 | 2026-08-25T07:51:09.652Z | [ host-image] Aug 25 07:51:08.491 INFO O| Aug 25 07:51:08.491 INFO ok! |
| 10458 | 2026-08-25T07:51:09.652Z | [ host-image] Aug 25 07:51:08.491 INFO O| Aug 25 07:51:08.491 INFO STEP 117 (ensure_file) COMPLETE |
| 10459 | 2026-08-25T07:51:09.652Z | [ host-image] Aug 25 07:51:08.491 INFO O| Aug 25 07:51:08.491 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10460 | 2026-08-25T07:51:09.653Z | [ host-image] Aug 25 07:51:08.500 INFO O| Aug 25 07:51:08.500 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist |
| 10461 | 2026-08-25T07:51:09.653Z | [ host-image] Aug 25 07:51:08.500 INFO O| Aug 25 07:51:08.500 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10462 | 2026-08-25T07:51:09.653Z | [ host-image] Aug 25 07:51:08.500 INFO O| Aug 25 07:51:08.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d |
| 10463 | 2026-08-25T07:51:09.653Z | [ host-image] Aug 25 07:51:08.500 INFO O| Aug 25 07:51:08.500 INFO ok! |
| 10464 | 2026-08-25T07:51:09.653Z | [ host-image] Aug 25 07:51:08.500 INFO O| Aug 25 07:51:08.500 INFO STEP 118 (ensure_file) COMPLETE |
| 10465 | 2026-08-25T07:51:09.653Z | [ host-image] Aug 25 07:51:08.500 INFO O| Aug 25 07:51:08.500 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10466 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.508 INFO O| Aug 25 07:51:08.508 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist |
| 10467 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.508 INFO O| Aug 25 07:51:08.508 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10468 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.508 INFO O| Aug 25 07:51:08.508 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d |
| 10469 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.509 INFO O| Aug 25 07:51:08.508 INFO ok! |
| 10470 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.509 INFO O| Aug 25 07:51:08.508 INFO STEP 119 (ensure_file) COMPLETE |
| 10471 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.509 INFO O| Aug 25 07:51:08.509 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10472 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.517 INFO O| Aug 25 07:51:08.517 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist |
| 10473 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.517 INFO O| Aug 25 07:51:08.517 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10474 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.517 INFO O| Aug 25 07:51:08.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d |
| 10475 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.517 INFO O| Aug 25 07:51:08.517 INFO ok! |
| 10476 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.517 INFO O| Aug 25 07:51:08.517 INFO STEP 120 (ensure_file) COMPLETE |
| 10477 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.517 INFO O| Aug 25 07:51:08.517 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10478 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.526 INFO O| Aug 25 07:51:08.526 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist |
| 10479 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.526 INFO O| Aug 25 07:51:08.526 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10480 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.526 INFO O| Aug 25 07:51:08.526 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d |
| 10481 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.526 INFO O| Aug 25 07:51:08.526 INFO ok! |
| 10482 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.526 INFO O| Aug 25 07:51:08.526 INFO STEP 121 (ensure_file) COMPLETE |
| 10483 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.526 INFO O| Aug 25 07:51:08.526 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10484 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.534 INFO O| Aug 25 07:51:08.534 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist |
| 10485 | 2026-08-25T07:51:09.668Z | [ host-image] Aug 25 07:51:08.534 INFO O| Aug 25 07:51:08.534 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10486 | 2026-08-25T07:51:09.669Z | [ host-image] Aug 25 07:51:08.534 INFO O| Aug 25 07:51:08.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d |
| 10487 | 2026-08-25T07:51:09.669Z | [ host-image] Aug 25 07:51:08.534 INFO O| Aug 25 07:51:08.534 INFO ok! |
| 10488 | 2026-08-25T07:51:09.669Z | [ host-image] Aug 25 07:51:08.534 INFO O| Aug 25 07:51:08.534 INFO STEP 122 (ensure_file) COMPLETE |
| 10489 | 2026-08-25T07:51:09.669Z | [ host-image] Aug 25 07:51:08.534 INFO O| Aug 25 07:51:08.534 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10490 | 2026-08-25T07:51:09.686Z | [ host-image] Aug 25 07:51:08.541 INFO O| Aug 25 07:51:08.541 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist |
| 10491 | 2026-08-25T07:51:09.686Z | [ host-image] Aug 25 07:51:08.541 INFO O| Aug 25 07:51:08.541 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10492 | 2026-08-25T07:51:09.687Z | [ host-image] Aug 25 07:51:08.541 INFO O| Aug 25 07:51:08.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d |
| 10493 | 2026-08-25T07:51:09.687Z | [ host-image] Aug 25 07:51:08.541 INFO O| Aug 25 07:51:08.541 INFO ok! |
| 10494 | 2026-08-25T07:51:09.687Z | [ host-image] Aug 25 07:51:08.541 INFO O| Aug 25 07:51:08.541 INFO STEP 123 (ensure_file) COMPLETE |
| 10495 | 2026-08-25T07:51:09.687Z | [ host-image] Aug 25 07:51:08.541 INFO O| Aug 25 07:51:08.541 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10496 | 2026-08-25T07:51:09.687Z | [ host-image] Aug 25 07:51:08.549 INFO O| Aug 25 07:51:08.549 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist |
| 10497 | 2026-08-25T07:51:09.687Z | [ host-image] Aug 25 07:51:08.549 INFO O| Aug 25 07:51:08.549 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10498 | 2026-08-25T07:51:09.687Z | [ host-image] Aug 25 07:51:08.549 INFO O| Aug 25 07:51:08.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d |
| 10499 | 2026-08-25T07:51:09.687Z | [ host-image] Aug 25 07:51:08.549 INFO O| Aug 25 07:51:08.549 INFO ok! |
| 10500 | 2026-08-25T07:51:09.687Z | [ host-image] Aug 25 07:51:08.549 INFO O| Aug 25 07:51:08.549 INFO STEP 124 (ensure_file) COMPLETE |
| 10501 | 2026-08-25T07:51:09.687Z | [ host-image] Aug 25 07:51:08.549 INFO O| Aug 25 07:51:08.549 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10502 | 2026-08-25T07:51:09.724Z | [ host-image] Aug 25 07:51:08.557 INFO O| Aug 25 07:51:08.557 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist |
| 10503 | 2026-08-25T07:51:09.724Z | [ host-image] Aug 25 07:51:08.557 INFO O| Aug 25 07:51:08.557 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10504 | 2026-08-25T07:51:09.724Z | [ host-image] Aug 25 07:51:08.557 INFO O| Aug 25 07:51:08.557 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d |
| 10505 | 2026-08-25T07:51:09.724Z | [ host-image] Aug 25 07:51:08.557 INFO O| Aug 25 07:51:08.557 INFO ok! |
| 10506 | 2026-08-25T07:51:09.724Z | [ host-image] Aug 25 07:51:08.557 INFO O| Aug 25 07:51:08.557 INFO STEP 125 (ensure_file) COMPLETE |
| 10507 | 2026-08-25T07:51:09.725Z | [ host-image] Aug 25 07:51:08.557 INFO O| Aug 25 07:51:08.557 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10508 | 2026-08-25T07:51:09.725Z | [ host-image] Aug 25 07:51:08.565 INFO O| Aug 25 07:51:08.565 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist |
| 10509 | 2026-08-25T07:51:09.725Z | [ host-image] Aug 25 07:51:08.565 INFO O| Aug 25 07:51:08.565 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10510 | 2026-08-25T07:51:09.725Z | [ host-image] Aug 25 07:51:08.565 INFO O| Aug 25 07:51:08.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d |
| 10511 | 2026-08-25T07:51:09.725Z | [ host-image] Aug 25 07:51:08.565 INFO O| Aug 25 07:51:08.565 INFO ok! |
| 10512 | 2026-08-25T07:51:09.725Z | [ host-image] Aug 25 07:51:08.565 INFO O| Aug 25 07:51:08.565 INFO STEP 126 (ensure_file) COMPLETE |
| 10513 | 2026-08-25T07:51:09.725Z | [ host-image] Aug 25 07:51:08.565 INFO O| Aug 25 07:51:08.565 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10514 | 2026-08-25T07:51:09.725Z | [ host-image] Aug 25 07:51:08.574 INFO O| Aug 25 07:51:08.574 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist |
| 10515 | 2026-08-25T07:51:09.725Z | [ host-image] Aug 25 07:51:08.574 INFO O| Aug 25 07:51:08.574 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10516 | 2026-08-25T07:51:09.725Z | [ host-image] Aug 25 07:51:08.574 INFO O| Aug 25 07:51:08.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d |
| 10517 | 2026-08-25T07:51:09.725Z | [ host-image] Aug 25 07:51:08.574 INFO O| Aug 25 07:51:08.574 INFO ok! |
| 10518 | 2026-08-25T07:51:09.725Z | [ host-image] Aug 25 07:51:08.574 INFO O| Aug 25 07:51:08.574 INFO STEP 127 (ensure_file) COMPLETE |
| 10519 | 2026-08-25T07:51:09.726Z | [ host-image] Aug 25 07:51:08.574 INFO O| Aug 25 07:51:08.574 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10520 | 2026-08-25T07:51:09.760Z | [ host-image] Aug 25 07:51:08.583 INFO O| Aug 25 07:51:08.583 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist |
| 10521 | 2026-08-25T07:51:09.760Z | [ host-image] Aug 25 07:51:08.583 INFO O| Aug 25 07:51:08.583 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10522 | 2026-08-25T07:51:09.760Z | [ host-image] Aug 25 07:51:08.583 INFO O| Aug 25 07:51:08.583 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh |
| 10523 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.583 INFO O| Aug 25 07:51:08.583 INFO ok! |
| 10524 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.583 INFO O| Aug 25 07:51:08.583 INFO STEP 128 (ensure_file) COMPLETE |
| 10525 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.583 INFO O| Aug 25 07:51:08.583 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10526 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.592 INFO O| Aug 25 07:51:08.592 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist |
| 10527 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.592 INFO O| Aug 25 07:51:08.592 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10528 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.592 INFO O| Aug 25 07:51:08.592 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d |
| 10529 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.592 INFO O| Aug 25 07:51:08.592 INFO ok! |
| 10530 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.592 INFO O| Aug 25 07:51:08.592 INFO STEP 129 (ensure_file) COMPLETE |
| 10531 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.592 INFO O| Aug 25 07:51:08.592 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10532 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.599 INFO O| Aug 25 07:51:08.599 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist |
| 10533 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.599 INFO O| Aug 25 07:51:08.599 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10534 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.600 INFO O| Aug 25 07:51:08.599 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh |
| 10535 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.600 INFO O| Aug 25 07:51:08.600 INFO ok! |
| 10536 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.600 INFO O| Aug 25 07:51:08.600 INFO STEP 130 (ensure_file) COMPLETE |
| 10537 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.600 INFO O| Aug 25 07:51:08.600 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10538 | 2026-08-25T07:51:09.761Z | [ recovery-image] Aug 25 07:51:08.608 INFO E| Updating crates.io index |
| 10539 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.609 INFO O| Aug 25 07:51:08.609 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist |
| 10540 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.609 INFO O| Aug 25 07:51:08.609 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10541 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.609 INFO O| Aug 25 07:51:08.609 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d |
| 10542 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.609 INFO O| Aug 25 07:51:08.609 INFO ok! |
| 10543 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.609 INFO O| Aug 25 07:51:08.609 INFO STEP 131 (ensure_file) COMPLETE |
| 10544 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.609 INFO O| Aug 25 07:51:08.609 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10545 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.618 INFO O| Aug 25 07:51:08.617 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist |
| 10546 | 2026-08-25T07:51:09.761Z | [ host-image] Aug 25 07:51:08.618 INFO O| Aug 25 07:51:08.618 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10547 | 2026-08-25T07:51:09.762Z | [ host-image] Aug 25 07:51:08.618 INFO O| Aug 25 07:51:08.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh |
| 10548 | 2026-08-25T07:51:09.762Z | [ host-image] Aug 25 07:51:08.618 INFO O| Aug 25 07:51:08.618 INFO ok! |
| 10549 | 2026-08-25T07:51:09.762Z | [ host-image] Aug 25 07:51:08.618 INFO O| Aug 25 07:51:08.618 INFO STEP 132 (ensure_file) COMPLETE |
| 10550 | 2026-08-25T07:51:09.762Z | [ host-image] Aug 25 07:51:08.618 INFO O| Aug 25 07:51:08.618 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10551 | 2026-08-25T07:51:09.778Z | [ host-image] Aug 25 07:51:08.625 INFO O| Aug 25 07:51:08.625 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist |
| 10552 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.625 INFO O| Aug 25 07:51:08.625 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10553 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.625 INFO O| Aug 25 07:51:08.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d |
| 10554 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.625 INFO O| Aug 25 07:51:08.625 INFO ok! |
| 10555 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.625 INFO O| Aug 25 07:51:08.625 INFO STEP 133 (ensure_file) COMPLETE |
| 10556 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.625 INFO O| Aug 25 07:51:08.625 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10557 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.633 INFO O| Aug 25 07:51:08.633 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist |
| 10558 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.633 INFO O| Aug 25 07:51:08.633 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10559 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.633 INFO O| Aug 25 07:51:08.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d |
| 10560 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.633 INFO O| Aug 25 07:51:08.633 INFO ok! |
| 10561 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.633 INFO O| Aug 25 07:51:08.633 INFO STEP 134 (ensure_file) COMPLETE |
| 10562 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.633 INFO O| Aug 25 07:51:08.633 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10563 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.640 INFO O| Aug 25 07:51:08.640 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist |
| 10564 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.640 INFO O| Aug 25 07:51:08.640 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10565 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.640 INFO O| Aug 25 07:51:08.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d |
| 10566 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.640 INFO O| Aug 25 07:51:08.640 INFO ok! |
| 10567 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.640 INFO O| Aug 25 07:51:08.640 INFO STEP 135 (ensure_file) COMPLETE |
| 10568 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.640 INFO O| Aug 25 07:51:08.640 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10569 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.646 INFO O| Aug 25 07:51:08.646 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist |
| 10570 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.646 INFO O| Aug 25 07:51:08.646 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ... |
| 10571 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.646 INFO O| Aug 25 07:51:08.646 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md |
| 10572 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.646 INFO O| Aug 25 07:51:08.646 INFO ok! |
| 10573 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.646 INFO O| Aug 25 07:51:08.646 INFO STEP 136 (ensure_file) COMPLETE |
| 10574 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.646 INFO O| Aug 25 07:51:08.646 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10575 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.652 INFO O| Aug 25 07:51:08.652 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist |
| 10576 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.652 INFO O| Aug 25 07:51:08.652 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10577 | 2026-08-25T07:51:09.779Z | [ host-image] Aug 25 07:51:08.652 INFO O| Aug 25 07:51:08.652 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt |
| 10578 | 2026-08-25T07:51:09.780Z | [ host-image] Aug 25 07:51:08.652 INFO O| Aug 25 07:51:08.652 INFO ok! |
| 10579 | 2026-08-25T07:51:09.780Z | [ host-image] Aug 25 07:51:08.652 INFO O| Aug 25 07:51:08.652 INFO STEP 137 (ensure_file) COMPLETE |
| 10580 | 2026-08-25T07:51:09.780Z | [ host-image] Aug 25 07:51:08.652 INFO O| Aug 25 07:51:08.652 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10581 | 2026-08-25T07:51:09.795Z | [ host-image] Aug 25 07:51:08.659 INFO O| Aug 25 07:51:08.659 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist |
| 10582 | 2026-08-25T07:51:09.795Z | [ host-image] Aug 25 07:51:08.659 INFO O| Aug 25 07:51:08.659 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ... |
| 10583 | 2026-08-25T07:51:09.795Z | [ host-image] Aug 25 07:51:08.659 INFO O| Aug 25 07:51:08.659 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION |
| 10584 | 2026-08-25T07:51:09.795Z | [ host-image] Aug 25 07:51:08.659 INFO O| Aug 25 07:51:08.659 INFO ok! |
| 10585 | 2026-08-25T07:51:09.795Z | [ host-image] Aug 25 07:51:08.659 INFO O| Aug 25 07:51:08.659 INFO STEP 138 (ensure_file) COMPLETE |
| 10586 | 2026-08-25T07:51:09.796Z | [ host-image] Aug 25 07:51:08.659 INFO O| Aug 25 07:51:08.659 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10587 | 2026-08-25T07:51:09.796Z | [ host-image] Aug 25 07:51:08.665 INFO O| Aug 25 07:51:08.665 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist |
| 10588 | 2026-08-25T07:51:09.796Z | [ host-image] Aug 25 07:51:08.665 INFO O| Aug 25 07:51:08.665 INFO copying /tmp/.tmpA3naiZ/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ... |
| 10589 | 2026-08-25T07:51:09.972Z | [ recovery-image] Aug 25 07:51:08.833 INFO E| Downloading crates ... |
| 10590 | 2026-08-25T07:51:10.035Z | [ recovery-image] Aug 25 07:51:08.879 INFO E| Downloaded os_pipe v1.2.3 |
| 10591 | 2026-08-25T07:51:10.047Z | [ recovery-image] Aug 25 07:51:08.881 INFO E| Downloaded colorchoice v1.0.5 |
| 10592 | 2026-08-25T07:51:10.047Z | [ recovery-image] Aug 25 07:51:08.882 INFO E| Downloaded shared_thread v0.2.0 |
| 10593 | 2026-08-25T07:51:10.047Z | [ recovery-image] Aug 25 07:51:08.883 INFO E| Downloaded sigchld v0.2.4 |
| 10594 | 2026-08-25T07:51:10.047Z | [ recovery-image] Aug 25 07:51:08.886 INFO E| Downloaded shared_child v1.1.1 |
| 10595 | 2026-08-25T07:51:10.047Z | [ recovery-image] Aug 25 07:51:08.887 INFO E| Downloaded clap_lex v1.1.0 |
| 10596 | 2026-08-25T07:51:10.047Z | [ recovery-image] Aug 25 07:51:08.890 INFO E| Downloaded duct v1.1.1 |
| 10597 | 2026-08-25T07:51:10.066Z | [ recovery-image] Aug 25 07:51:08.934 INFO E| Compiling libc v0.2.186 |
| 10598 | 2026-08-25T07:51:10.066Z | [ recovery-image] Aug 25 07:51:08.934 INFO E| Compiling proc-macro2 v1.0.106 |
| 10599 | 2026-08-25T07:51:10.066Z | [ recovery-image] Aug 25 07:51:08.934 INFO E| Compiling signal-hook v0.3.18 |
| 10600 | 2026-08-25T07:51:10.066Z | [ recovery-image] Aug 25 07:51:08.934 INFO E| Compiling unicode-ident v1.0.24 |
| 10601 | 2026-08-25T07:51:10.066Z | [ recovery-image] Aug 25 07:51:08.934 INFO E| Compiling quote v1.0.45 |
| 10602 | 2026-08-25T07:51:10.066Z | [ recovery-image] Aug 25 07:51:08.934 INFO E| Compiling utf8parse v0.2.2 |
| 10603 | 2026-08-25T07:51:10.067Z | [ recovery-image] Aug 25 07:51:08.934 INFO E| Compiling anstyle v1.0.14 |
| 10604 | 2026-08-25T07:51:10.067Z | [ recovery-image] Aug 25 07:51:08.935 INFO E| Compiling colorchoice v1.0.5 |
| 10605 | 2026-08-25T07:51:10.104Z | [ recovery-image] Aug 25 07:51:08.948 INFO E| Compiling anstyle-query v1.1.5 |
| 10606 | 2026-08-25T07:51:10.104Z | [ recovery-image] Aug 25 07:51:08.954 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 10607 | 2026-08-25T07:51:10.104Z | [ recovery-image] Aug 25 07:51:08.954 INFO E| Compiling heck v0.5.0 |
| 10608 | 2026-08-25T07:51:10.104Z | [ recovery-image] Aug 25 07:51:08.955 INFO E| Compiling clap_lex v1.1.0 |
| 10609 | 2026-08-25T07:51:10.104Z | [ recovery-image] Aug 25 07:51:08.955 INFO E| Compiling strsim v0.11.1 |
| 10610 | 2026-08-25T07:51:10.104Z | [ recovery-image] Aug 25 07:51:08.955 INFO E| Compiling shared_thread v0.2.0 |
| 10611 | 2026-08-25T07:51:10.241Z | [ recovery-image] Aug 25 07:51:09.116 INFO E| Compiling anstyle-parse v1.0.0 |
| 10612 | 2026-08-25T07:51:10.401Z | [ recovery-image] Aug 25 07:51:09.275 INFO E| Compiling anstream v1.0.0 |
| 10613 | 2026-08-25T07:51:10.629Z | [ recovery-image] Aug 25 07:51:09.499 INFO E| Compiling clap_builder v4.6.0 |
| 10614 | 2026-08-25T07:51:10.965Z | [ recovery-image] Aug 25 07:51:09.843 INFO E| Compiling errno v0.3.14 |
| 10615 | 2026-08-25T07:51:10.965Z | [ recovery-image] Aug 25 07:51:09.843 INFO E| Compiling os_pipe v1.2.3 |
| 10616 | 2026-08-25T07:51:11.083Z | [ recovery-image] Aug 25 07:51:09.956 INFO E| Compiling signal-hook-registry v1.4.8 |
| 10617 | 2026-08-25T07:51:11.408Z | [ recovery-image] Aug 25 07:51:10.282 INFO E| Compiling syn v2.0.117 |
| 10618 | 2026-08-25T07:51:11.442Z | [ recovery-image] Aug 25 07:51:10.305 INFO E| Compiling sigchld v0.2.4 |
| 10619 | 2026-08-25T07:51:11.542Z | [ recovery-image] Aug 25 07:51:10.414 INFO E| Compiling shared_child v1.1.1 |
| 10620 | 2026-08-25T07:51:11.985Z | [ recovery-image] Aug 25 07:51:10.582 INFO E| Compiling duct v1.1.1 |
| 10621 | 2026-08-25T07:51:14.300Z | [ recovery-image] Aug 25 07:51:12.971 INFO E| Compiling clap_derive v4.6.1 |
| 10622 | 2026-08-25T07:51:15.774Z | [ recovery-image] Aug 25 07:51:14.651 INFO E| Compiling clap v4.6.1 |
| 10623 | 2026-08-25T07:51:15.853Z | [ recovery-image] Aug 25 07:51:14.730 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
| 10624 | 2026-08-25T07:51:16.969Z | [ recovery-image] Aug 25 07:51:15.786 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.36s |
| 10625 | 2026-08-25T07:51:17.070Z | [ recovery-image] Aug 25 07:51:15.793 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl` |
| 10626 | 2026-08-25T07:51:17.223Z | [ recovery-image] Aug 25 07:51:16.093 INFO E| Downloading crates ... |
| 10627 | 2026-08-25T07:51:17.296Z | [ recovery-image] Aug 25 07:51:16.151 INFO E| Downloaded bitflags v2.13.0 |
| 10628 | 2026-08-25T07:51:17.318Z | [ recovery-image] Aug 25 07:51:16.154 INFO E| Downloaded bitstruct v0.1.1 |
| 10629 | 2026-08-25T07:51:17.318Z | [ recovery-image] Aug 25 07:51:16.155 INFO E| Downloaded bitstruct_derive v0.1.0 |
| 10630 | 2026-08-25T07:51:17.319Z | [ recovery-image] Aug 25 07:51:16.156 INFO E| Downloaded cpio_reader v0.1.2 |
| 10631 | 2026-08-25T07:51:17.319Z | [ recovery-image] Aug 25 07:51:16.157 INFO E| Downloaded bit_field v0.10.3 |
| 10632 | 2026-08-25T07:51:17.319Z | [ recovery-image] Aug 25 07:51:16.162 INFO E| Downloaded log v0.4.32 |
| 10633 | 2026-08-25T07:51:17.319Z | [ recovery-image] Aug 25 07:51:16.179 INFO E| Downloaded miniz_oxide v0.9.1 |
| 10634 | 2026-08-25T07:51:17.352Z | [ recovery-image] Aug 25 07:51:16.187 INFO E| Downloaded raw-cpuid v10.7.0 |
| 10635 | 2026-08-25T07:51:17.380Z | [ recovery-image] Aug 25 07:51:16.216 INFO E| Downloaded goblin v0.10.7 |
| 10636 | 2026-08-25T07:51:17.498Z | [ recovery-image] Aug 25 07:51:16.360 INFO E| Downloaded x86 v0.52.0 |
| 10637 | 2026-08-25T07:51:17.552Z | [ recovery-image] Aug 25 07:51:16.411 INFO E| Updating crates.io index |
| 10638 | 2026-08-25T07:51:17.669Z | [ recovery-image] Aug 25 07:51:16.545 INFO E| Downloading crates ... |
| 10639 | 2026-08-25T07:51:17.693Z | [ recovery-image] Aug 25 07:51:16.571 INFO E| Downloaded hashbrown v0.17.1 |
| 10640 | 2026-08-25T07:51:17.709Z | [ recovery-image] Aug 25 07:51:16.576 INFO E| Downloaded rustc-literal-escaper v0.0.7 |
| 10641 | 2026-08-25T07:51:17.757Z | [ recovery-image] Aug 25 07:51:16.630 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) |
| 10642 | 2026-08-25T07:51:17.757Z | [ recovery-image] Aug 25 07:51:16.630 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) |
| 10643 | 2026-08-25T07:51:17.776Z | [ recovery-image] Aug 25 07:51:16.630 INFO E| Compiling proc-macro2 v1.0.106 |
| 10644 | 2026-08-25T07:51:17.776Z | [ recovery-image] Aug 25 07:51:16.630 INFO E| Compiling unicode-ident v1.0.24 |
| 10645 | 2026-08-25T07:51:17.777Z | [ recovery-image] Aug 25 07:51:16.630 INFO E| Compiling quote v1.0.45 |
| 10646 | 2026-08-25T07:51:17.777Z | [ recovery-image] Aug 25 07:51:16.630 INFO E| Compiling syn v1.0.109 |
| 10647 | 2026-08-25T07:51:17.777Z | [ recovery-image] Aug 25 07:51:16.630 INFO E| Compiling x86 v0.52.0 |
| 10648 | 2026-08-25T07:51:17.777Z | [ recovery-image] Aug 25 07:51:16.630 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 10649 | 2026-08-25T07:51:17.777Z | [ recovery-image] Aug 25 07:51:16.642 INFO E| Compiling seq-macro v0.3.6 |
| 10650 | 2026-08-25T07:51:18.037Z | [ host-image] Aug 25 07:51:16.902 INFO O| Aug 25 07:51:16.902 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz |
| 10651 | 2026-08-25T07:51:18.038Z | [ host-image] Aug 25 07:51:16.902 INFO O| Aug 25 07:51:16.902 INFO ok! |
| 10652 | 2026-08-25T07:51:18.038Z | [ host-image] Aug 25 07:51:16.902 INFO O| Aug 25 07:51:16.902 INFO STEP 139 (ensure_file) COMPLETE |
| 10653 | 2026-08-25T07:51:18.059Z | [ host-image] Aug 25 07:51:16.902 INFO O| Aug 25 07:51:16.902 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10654 | 2026-08-25T07:51:18.059Z | [ host-image] Aug 25 07:51:16.912 INFO O| Aug 25 07:51:16.912 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib |
| 10655 | 2026-08-25T07:51:18.059Z | [ host-image] Aug 25 07:51:16.912 INFO O| Aug 25 07:51:16.912 INFO STEP 140 (ensure_dir) COMPLETE |
| 10656 | 2026-08-25T07:51:18.059Z | [ host-image] Aug 25 07:51:16.912 INFO O| Aug 25 07:51:16.912 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10657 | 2026-08-25T07:51:18.059Z | [ host-image] Aug 25 07:51:16.921 INFO O| Aug 25 07:51:16.921 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc |
| 10658 | 2026-08-25T07:51:18.059Z | [ host-image] Aug 25 07:51:16.921 INFO O| Aug 25 07:51:16.921 INFO STEP 141 (ensure_dir) COMPLETE |
| 10659 | 2026-08-25T07:51:18.059Z | [ host-image] Aug 25 07:51:16.921 INFO O| Aug 25 07:51:16.921 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10660 | 2026-08-25T07:51:18.082Z | [ host-image] Aug 25 07:51:16.929 INFO O| Aug 25 07:51:16.929 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest |
| 10661 | 2026-08-25T07:51:18.083Z | [ host-image] Aug 25 07:51:16.929 INFO O| Aug 25 07:51:16.929 INFO STEP 142 (ensure_dir) COMPLETE |
| 10662 | 2026-08-25T07:51:18.083Z | [ host-image] Aug 25 07:51:16.929 INFO O| Aug 25 07:51:16.929 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10663 | 2026-08-25T07:51:18.083Z | [ host-image] Aug 25 07:51:16.936 INFO O| Aug 25 07:51:16.936 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site |
| 10664 | 2026-08-25T07:51:18.083Z | [ host-image] Aug 25 07:51:16.936 INFO O| Aug 25 07:51:16.936 INFO STEP 143 (ensure_dir) COMPLETE |
| 10665 | 2026-08-25T07:51:18.083Z | [ host-image] Aug 25 07:51:16.936 INFO O| Aug 25 07:51:16.936 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10666 | 2026-08-25T07:51:18.083Z | [ host-image] Aug 25 07:51:16.944 INFO O| Aug 25 07:51:16.944 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
| 10667 | 2026-08-25T07:51:18.083Z | [ host-image] Aug 25 07:51:16.944 INFO O| Aug 25 07:51:16.944 INFO copying /tmp/.tmpA3naiZ/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 ... |
| 10668 | 2026-08-25T07:51:18.083Z | [ host-image] Aug 25 07:51:16.944 INFO O| Aug 25 07:51:16.944 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml |
| 10669 | 2026-08-25T07:51:18.083Z | [ host-image] Aug 25 07:51:16.944 INFO O| Aug 25 07:51:16.944 INFO ok! |
| 10670 | 2026-08-25T07:51:18.084Z | [ host-image] Aug 25 07:51:16.944 INFO O| Aug 25 07:51:16.944 INFO STEP 144 (ensure_file) COMPLETE |
| 10671 | 2026-08-25T07:51:18.084Z | [ host-image] Aug 25 07:51:16.944 INFO O| Aug 25 07:51:16.944 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10672 | 2026-08-25T07:51:18.101Z | [ host-image] Aug 25 07:51:16.952 INFO O| Aug 25 07:51:16.952 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10673 | 2026-08-25T07:51:18.102Z | [ host-image] Aug 25 07:51:16.952 INFO O| Aug 25 07:51:16.952 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10674 | 2026-08-25T07:51:18.102Z | [ host-image] Aug 25 07:51:16.952 INFO O| Aug 25 07:51:16.952 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10675 | 2026-08-25T07:51:18.102Z | [ host-image] Aug 25 07:51:16.952 INFO O| Aug 25 07:51:16.952 INFO STEP 145 (ensure_dir) COMPLETE |
| 10676 | 2026-08-25T07:51:18.102Z | [ host-image] Aug 25 07:51:16.952 INFO O| Aug 25 07:51:16.952 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10677 | 2026-08-25T07:51:18.102Z | [ host-image] Aug 25 07:51:16.961 INFO O| Aug 25 07:51:16.961 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking |
| 10678 | 2026-08-25T07:51:18.102Z | [ host-image] Aug 25 07:51:16.961 INFO O| Aug 25 07:51:16.961 INFO copying /tmp/.tmpA3naiZ/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ... |
| 10679 | 2026-08-25T07:51:18.102Z | [ host-image] Aug 25 07:51:16.961 INFO O| Aug 25 07:51:16.961 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile |
| 10680 | 2026-08-25T07:51:18.102Z | [ host-image] Aug 25 07:51:16.961 INFO O| Aug 25 07:51:16.961 INFO ok! |
| 10681 | 2026-08-25T07:51:18.102Z | [ host-image] Aug 25 07:51:16.961 INFO O| Aug 25 07:51:16.961 INFO STEP 146 (ensure_file) COMPLETE |
| 10682 | 2026-08-25T07:51:18.102Z | [ host-image] Aug 25 07:51:16.961 INFO O| Aug 25 07:51:16.961 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10683 | 2026-08-25T07:51:18.102Z | [ host-image] Aug 25 07:51:16.968 INFO O| Aug 25 07:51:16.968 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec" |
| 10684 | 2026-08-25T07:51:18.102Z | [ host-image] Aug 25 07:51:16.968 INFO O| Aug 25 07:51:16.968 INFO STEP 147 (remove_files) COMPLETE |
| 10685 | 2026-08-25T07:51:18.102Z | [ host-image] Aug 25 07:51:16.968 INFO O| Aug 25 07:51:16.968 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10686 | 2026-08-25T07:51:18.115Z | [ host-image] Aug 25 07:51:16.976 INFO O| Aug 25 07:51:16.976 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap" |
| 10687 | 2026-08-25T07:51:18.115Z | [ host-image] Aug 25 07:51:16.976 INFO O| Aug 25 07:51:16.976 INFO STEP 148 (remove_files) COMPLETE |
| 10688 | 2026-08-25T07:51:18.115Z | [ host-image] Aug 25 07:51:16.976 INFO O| Aug 25 07:51:16.976 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10689 | 2026-08-25T07:51:18.115Z | [ host-image] Aug 25 07:51:16.986 INFO O| Aug 25 07:51:16.986 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc" |
| 10690 | 2026-08-25T07:51:18.115Z | [ host-image] Aug 25 07:51:16.986 INFO O| Aug 25 07:51:16.986 INFO STEP 149 (remove_files) COMPLETE |
| 10691 | 2026-08-25T07:51:18.115Z | [ host-image] Aug 25 07:51:16.986 INFO O| Aug 25 07:51:16.986 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10692 | 2026-08-25T07:51:18.132Z | [ host-image] Aug 25 07:51:16.994 INFO O| Aug 25 07:51:16.993 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security" |
| 10693 | 2026-08-25T07:51:18.132Z | [ host-image] Aug 25 07:51:16.994 INFO O| Aug 25 07:51:16.994 INFO STEP 150 (remove_files) COMPLETE |
| 10694 | 2026-08-25T07:51:18.132Z | [ host-image] Aug 25 07:51:16.994 INFO O| Aug 25 07:51:16.994 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10695 | 2026-08-25T07:51:18.132Z | [ host-image] Aug 25 07:51:17.003 INFO O| Aug 25 07:51:17.003 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares" |
| 10696 | 2026-08-25T07:51:18.132Z | [ host-image] Aug 25 07:51:17.003 INFO O| Aug 25 07:51:17.003 INFO STEP 151 (remove_files) COMPLETE |
| 10697 | 2026-08-25T07:51:18.132Z | [ host-image] Aug 25 07:51:17.003 INFO O| Aug 25 07:51:17.003 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10698 | 2026-08-25T07:51:18.151Z | [ host-image] Aug 25 07:51:17.012 INFO O| Aug 25 07:51:17.012 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb" |
| 10699 | 2026-08-25T07:51:18.152Z | [ host-image] Aug 25 07:51:17.012 INFO O| Aug 25 07:51:17.012 INFO STEP 152 (remove_files) COMPLETE |
| 10700 | 2026-08-25T07:51:18.152Z | [ host-image] Aug 25 07:51:17.012 INFO O| Aug 25 07:51:17.012 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10701 | 2026-08-25T07:51:18.152Z | [ host-image] Aug 25 07:51:17.020 INFO O| Aug 25 07:51:17.020 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 10702 | 2026-08-25T07:51:18.152Z | [ host-image] Aug 25 07:51:17.020 INFO O| Aug 25 07:51:17.020 INFO STEP 153 (remove_files) COMPLETE |
| 10703 | 2026-08-25T07:51:18.152Z | [ host-image] Aug 25 07:51:17.020 INFO O| Aug 25 07:51:17.020 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10704 | 2026-08-25T07:51:18.170Z | [ host-image] Aug 25 07:51:17.030 INFO O| Aug 25 07:51:17.030 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
| 10705 | 2026-08-25T07:51:18.171Z | [ host-image] Aug 25 07:51:17.030 INFO O| Aug 25 07:51:17.030 INFO STEP 154 (remove_files) COMPLETE |
| 10706 | 2026-08-25T07:51:18.171Z | [ host-image] Aug 25 07:51:17.030 INFO O| Aug 25 07:51:17.030 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10707 | 2026-08-25T07:51:18.171Z | [ host-image] Aug 25 07:51:17.039 INFO O| Aug 25 07:51:17.039 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml" |
| 10708 | 2026-08-25T07:51:18.171Z | [ host-image] Aug 25 07:51:17.039 INFO O| Aug 25 07:51:17.039 INFO STEP 155 (remove_files) COMPLETE |
| 10709 | 2026-08-25T07:51:18.171Z | [ host-image] Aug 25 07:51:17.039 INFO O| Aug 25 07:51:17.039 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10710 | 2026-08-25T07:51:18.221Z | [ host-image] Aug 25 07:51:17.048 INFO O| Aug 25 07:51:17.047 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 10711 | 2026-08-25T07:51:18.221Z | [ host-image] Aug 25 07:51:17.048 INFO O| Aug 25 07:51:17.048 INFO STEP 156 (remove_files) COMPLETE |
| 10712 | 2026-08-25T07:51:18.222Z | [ host-image] Aug 25 07:51:17.048 INFO O| Aug 25 07:51:17.048 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10713 | 2026-08-25T07:51:18.222Z | [ host-image] Aug 25 07:51:17.056 INFO O| Aug 25 07:51:17.056 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml" |
| 10714 | 2026-08-25T07:51:18.222Z | [ host-image] Aug 25 07:51:17.056 INFO O| Aug 25 07:51:17.056 INFO STEP 157 (remove_files) COMPLETE |
| 10715 | 2026-08-25T07:51:18.222Z | [ host-image] Aug 25 07:51:17.056 INFO O| Aug 25 07:51:17.056 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10716 | 2026-08-25T07:51:18.253Z | [ host-image] Aug 25 07:51:17.064 INFO O| Aug 25 07:51:17.064 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml" |
| 10717 | 2026-08-25T07:51:18.253Z | [ host-image] Aug 25 07:51:17.064 INFO O| Aug 25 07:51:17.064 INFO STEP 158 (remove_files) COMPLETE |
| 10718 | 2026-08-25T07:51:18.253Z | [ host-image] Aug 25 07:51:17.064 INFO O| Aug 25 07:51:17.064 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10719 | 2026-08-25T07:51:18.253Z | [ host-image] Aug 25 07:51:17.071 INFO O| Aug 25 07:51:17.071 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
| 10720 | 2026-08-25T07:51:18.253Z | [ host-image] Aug 25 07:51:17.072 INFO O| Aug 25 07:51:17.072 INFO STEP 159 (remove_files) COMPLETE |
| 10721 | 2026-08-25T07:51:18.254Z | [ host-image] Aug 25 07:51:17.072 INFO O| Aug 25 07:51:17.072 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10722 | 2026-08-25T07:51:18.254Z | [ host-image] Aug 25 07:51:17.079 INFO O| Aug 25 07:51:17.079 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
| 10723 | 2026-08-25T07:51:18.254Z | [ host-image] Aug 25 07:51:17.079 INFO O| Aug 25 07:51:17.079 INFO STEP 160 (remove_files) COMPLETE |
| 10724 | 2026-08-25T07:51:18.254Z | [ host-image] Aug 25 07:51:17.079 INFO O| Aug 25 07:51:17.079 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10725 | 2026-08-25T07:51:18.254Z | [ host-image] Aug 25 07:51:17.087 INFO O| Aug 25 07:51:17.087 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml" |
| 10726 | 2026-08-25T07:51:18.254Z | [ host-image] Aug 25 07:51:17.087 INFO O| Aug 25 07:51:17.087 INFO STEP 161 (remove_files) COMPLETE |
| 10727 | 2026-08-25T07:51:18.254Z | [ host-image] Aug 25 07:51:17.087 INFO O| Aug 25 07:51:17.087 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10728 | 2026-08-25T07:51:18.254Z | [ host-image] Aug 25 07:51:17.095 INFO O| Aug 25 07:51:17.095 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
| 10729 | 2026-08-25T07:51:18.254Z | [ host-image] Aug 25 07:51:17.095 INFO O| Aug 25 07:51:17.095 INFO STEP 162 (remove_files) COMPLETE |
| 10730 | 2026-08-25T07:51:18.254Z | [ host-image] Aug 25 07:51:17.095 INFO O| Aug 25 07:51:17.095 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10731 | 2026-08-25T07:51:18.254Z | [ host-image] Aug 25 07:51:17.103 INFO O| Aug 25 07:51:17.103 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 10732 | 2026-08-25T07:51:18.254Z | [ host-image] Aug 25 07:51:17.103 INFO O| Aug 25 07:51:17.103 INFO STEP 163 (remove_files) COMPLETE |
| 10733 | 2026-08-25T07:51:18.254Z | [ host-image] Aug 25 07:51:17.103 INFO O| Aug 25 07:51:17.103 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10734 | 2026-08-25T07:51:18.306Z | [ host-image] Aug 25 07:51:17.111 INFO O| Aug 25 07:51:17.110 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml" |
| 10735 | 2026-08-25T07:51:18.306Z | [ host-image] Aug 25 07:51:17.111 INFO O| Aug 25 07:51:17.110 INFO STEP 164 (remove_files) COMPLETE |
| 10736 | 2026-08-25T07:51:18.306Z | [ host-image] Aug 25 07:51:17.111 INFO O| Aug 25 07:51:17.111 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10737 | 2026-08-25T07:51:18.306Z | [ host-image] Aug 25 07:51:17.119 INFO O| Aug 25 07:51:17.119 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
| 10738 | 2026-08-25T07:51:18.306Z | [ host-image] Aug 25 07:51:17.119 INFO O| Aug 25 07:51:17.119 INFO STEP 165 (remove_files) COMPLETE |
| 10739 | 2026-08-25T07:51:18.306Z | [ host-image] Aug 25 07:51:17.119 INFO O| Aug 25 07:51:17.119 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10740 | 2026-08-25T07:51:18.306Z | [ host-image] Aug 25 07:51:17.127 INFO O| Aug 25 07:51:17.127 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 10741 | 2026-08-25T07:51:18.306Z | [ host-image] Aug 25 07:51:17.127 INFO O| Aug 25 07:51:17.127 INFO STEP 166 (remove_files) COMPLETE |
| 10742 | 2026-08-25T07:51:18.306Z | [ host-image] Aug 25 07:51:17.127 INFO O| Aug 25 07:51:17.127 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10743 | 2026-08-25T07:51:18.307Z | [ host-image] Aug 25 07:51:17.134 INFO O| Aug 25 07:51:17.134 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 10744 | 2026-08-25T07:51:18.307Z | [ host-image] Aug 25 07:51:17.134 INFO O| Aug 25 07:51:17.134 INFO STEP 167 (remove_files) COMPLETE |
| 10745 | 2026-08-25T07:51:18.307Z | [ host-image] Aug 25 07:51:17.134 INFO O| Aug 25 07:51:17.134 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10746 | 2026-08-25T07:51:18.307Z | [ host-image] Aug 25 07:51:17.141 INFO O| Aug 25 07:51:17.141 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat" |
| 10747 | 2026-08-25T07:51:18.307Z | [ host-image] Aug 25 07:51:17.141 INFO O| Aug 25 07:51:17.141 INFO STEP 168 (remove_files) COMPLETE |
| 10748 | 2026-08-25T07:51:18.307Z | [ host-image] Aug 25 07:51:17.141 INFO O| Aug 25 07:51:17.141 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10749 | 2026-08-25T07:51:18.307Z | [ host-image] Aug 25 07:51:17.148 INFO O| Aug 25 07:51:17.148 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 10750 | 2026-08-25T07:51:18.307Z | [ host-image] Aug 25 07:51:17.148 INFO O| Aug 25 07:51:17.148 INFO STEP 169 (remove_files) COMPLETE |
| 10751 | 2026-08-25T07:51:18.307Z | [ host-image] Aug 25 07:51:17.148 INFO O| Aug 25 07:51:17.148 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10752 | 2026-08-25T07:51:18.342Z | [ host-image] Aug 25 07:51:17.157 INFO O| Aug 25 07:51:17.157 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml" |
| 10753 | 2026-08-25T07:51:18.342Z | [ host-image] Aug 25 07:51:17.157 INFO O| Aug 25 07:51:17.157 INFO STEP 170 (remove_files) COMPLETE |
| 10754 | 2026-08-25T07:51:18.342Z | [ host-image] Aug 25 07:51:17.157 INFO O| Aug 25 07:51:17.157 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10755 | 2026-08-25T07:51:18.342Z | [ host-image] Aug 25 07:51:17.165 INFO O| Aug 25 07:51:17.165 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml" |
| 10756 | 2026-08-25T07:51:18.342Z | [ host-image] Aug 25 07:51:17.165 INFO O| Aug 25 07:51:17.165 INFO STEP 171 (remove_files) COMPLETE |
| 10757 | 2026-08-25T07:51:18.342Z | [ host-image] Aug 25 07:51:17.165 INFO O| Aug 25 07:51:17.165 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10758 | 2026-08-25T07:51:18.342Z | [ host-image] Aug 25 07:51:17.172 INFO O| Aug 25 07:51:17.172 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
| 10759 | 2026-08-25T07:51:18.354Z | [ host-image] Aug 25 07:51:17.172 INFO O| Aug 25 07:51:17.172 INFO STEP 172 (remove_files) COMPLETE |
| 10760 | 2026-08-25T07:51:18.355Z | [ host-image] Aug 25 07:51:17.172 INFO O| Aug 25 07:51:17.172 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10761 | 2026-08-25T07:51:18.355Z | [ host-image] Aug 25 07:51:17.179 INFO O| Aug 25 07:51:17.179 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml" |
| 10762 | 2026-08-25T07:51:18.355Z | [ host-image] Aug 25 07:51:17.180 INFO O| Aug 25 07:51:17.179 INFO STEP 173 (remove_files) COMPLETE |
| 10763 | 2026-08-25T07:51:18.355Z | [ host-image] Aug 25 07:51:17.180 INFO O| Aug 25 07:51:17.179 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10764 | 2026-08-25T07:51:18.355Z | [ host-image] Aug 25 07:51:17.186 INFO O| Aug 25 07:51:17.186 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml" |
| 10765 | 2026-08-25T07:51:18.355Z | [ host-image] Aug 25 07:51:17.186 INFO O| Aug 25 07:51:17.186 INFO STEP 174 (remove_files) COMPLETE |
| 10766 | 2026-08-25T07:51:18.355Z | [ host-image] Aug 25 07:51:17.186 INFO O| Aug 25 07:51:17.186 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10767 | 2026-08-25T07:51:18.355Z | [ host-image] Aug 25 07:51:17.193 INFO O| Aug 25 07:51:17.193 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml" |
| 10768 | 2026-08-25T07:51:18.355Z | [ host-image] Aug 25 07:51:17.193 INFO O| Aug 25 07:51:17.193 INFO STEP 175 (remove_files) COMPLETE |
| 10769 | 2026-08-25T07:51:18.355Z | [ host-image] Aug 25 07:51:17.193 INFO O| Aug 25 07:51:17.193 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10770 | 2026-08-25T07:51:18.355Z | [ host-image] Aug 25 07:51:17.202 INFO O| Aug 25 07:51:17.202 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal |
| 10771 | 2026-08-25T07:51:18.355Z | [ host-image] Aug 25 07:51:17.202 INFO O| Aug 25 07:51:17.202 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 10772 | 2026-08-25T07:51:18.763Z | [ recovery-image] Aug 25 07:51:17.625 INFO E| Compiling syn v2.0.117 |
| 10773 | 2026-08-25T07:51:20.065Z | [ recovery-image] Aug 25 07:51:18.942 INFO E| Compiling scroll_derive v0.13.1 |
| 10774 | 2026-08-25T07:51:21.058Z | [ recovery-image] Aug 25 07:51:19.934 INFO E| Compiling bitstruct_derive v0.1.0 |
| 10775 | 2026-08-25T07:51:22.684Z | [ host-image] Aug 25 07:51:21.518 INFO O| Aug 25 07:51:21.518 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 |
| 10776 | 2026-08-25T07:51:22.684Z | [ host-image] Aug 25 07:51:21.518 INFO O| Aug 25 07:51:21.518 INFO E| svccfg: Loaded 80 smf(7) service descriptions |
| 10777 | 2026-08-25T07:51:22.749Z | [ host-image] Aug 25 07:51:21.530 INFO O| Aug 25 07:51:21.530 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", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"} |
| 10778 | 2026-08-25T07:51:22.768Z | [ host-image] Aug 25 07:51:21.626 INFO O| Aug 25 07:51:21.626 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "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"} |
| 10779 | 2026-08-25T07:51:22.847Z | [ host-image] Aug 25 07:51:21.682 INFO O| Aug 25 07:51:21.682 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 10780 | 2026-08-25T07:51:22.883Z | [ host-image] Aug 25 07:51:21.746 INFO O| Aug 25 07:51:21.745 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist |
| 10781 | 2026-08-25T07:51:22.883Z | [ host-image] Aug 25 07:51:21.746 INFO O| Aug 25 07:51:21.745 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ... |
| 10782 | 2026-08-25T07:51:22.910Z | [ host-image] Aug 25 07:51:21.788 INFO O| Aug 25 07:51:21.788 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db |
| 10783 | 2026-08-25T07:51:22.911Z | [ host-image] Aug 25 07:51:21.788 INFO O| Aug 25 07:51:21.788 INFO ok! |
| 10784 | 2026-08-25T07:51:22.911Z | [ host-image] Aug 25 07:51:21.788 INFO O| Aug 25 07:51:21.788 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing |
| 10785 | 2026-08-25T07:51:22.936Z | [ host-image] Aug 25 07:51:21.788 INFO O| Aug 25 07:51:21.788 INFO STEP 176 (seed_smf) COMPLETE |
| 10786 | 2026-08-25T07:51:22.936Z | [ host-image] Aug 25 07:51:21.788 INFO O| Aug 25 07:51:21.788 INFO steps complete; finalising image! |
| 10787 | 2026-08-25T07:51:22.936Z | [ host-image] Aug 25 07:51:21.788 INFO O| Aug 25 07:51:21.788 INFO TRIM POOL: TEMPORARY-sled-zfs |
| 10788 | 2026-08-25T07:51:22.982Z | [ host-image] Aug 25 07:51:21.858 INFO O| Aug 25 07:51:21.858 INFO trim TEMPORARY-sled-zfs: (3% trimmed, started at Tue Aug 25 07:51:21 2026) |
| 10789 | 2026-08-25T07:51:23.198Z | [ host-image] Aug 25 07:51:22.074 INFO O| Aug 25 07:51:22.074 INFO temporary pool has 937M used, 87.4M avail, 1.80x compressratio |
| 10790 | 2026-08-25T07:51:23.199Z | [ host-image] Aug 25 07:51:22.074 INFO O| Aug 25 07:51:22.074 INFO EXPORT POOL: TEMPORARY-sled-zfs |
| 10791 | 2026-08-25T07:51:23.548Z | [ host-image] Aug 25 07:51:22.416 INFO O| Aug 25 07:51:22.416 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw |
| 10792 | 2026-08-25T07:51:23.548Z | [ host-image] Aug 25 07:51:22.416 INFO O| Aug 25 07:51:22.416 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal |
| 10793 | 2026-08-25T07:51:24.350Z | [ host-image] Aug 25 07:51:23.225 INFO O| Aug 25 07:51:23.225 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10794 | 2026-08-25T07:51:24.350Z | [ host-image] Aug 25 07:51:23.225 INFO O| Aug 25 07:51:23.225 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10795 | 2026-08-25T07:51:24.350Z | [ host-image] Aug 25 07:51:23.225 INFO O| Aug 25 07:51:23.225 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw |
| 10796 | 2026-08-25T07:51:24.368Z | [ host-image] Aug 25 07:51:23.225 INFO O| Aug 25 07:51:23.225 INFO completed processing sled/zfs |
| 10797 | 2026-08-25T07:51:24.368Z | [ host-image] Aug 25 07:51:23.225 INFO O| Aug 25 07:51:23.225 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs |
| 10798 | 2026-08-25T07:51:30.101Z | [ recovery-image] Aug 25 07:51:28.966 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) |
| 10799 | 2026-08-25T07:51:32.173Z | [ recovery-image] Aug 25 07:51:31.042 INFO E| Compiling bitflags v1.3.2 |
| 10800 | 2026-08-25T07:51:32.173Z | [ recovery-image] Aug 25 07:51:31.042 INFO E| Compiling adler2 v2.0.1 |
| 10801 | 2026-08-25T07:51:32.174Z | [ recovery-image] Aug 25 07:51:31.042 INFO E| Compiling scroll v0.13.0 |
| 10802 | 2026-08-25T07:51:32.186Z | [ recovery-image] Aug 25 07:51:31.042 INFO E| Compiling bitflags v2.13.0 |
| 10803 | 2026-08-25T07:51:32.186Z | [ recovery-image] Aug 25 07:51:31.042 INFO E| Compiling log v0.4.32 |
| 10804 | 2026-08-25T07:51:32.186Z | [ recovery-image] Aug 25 07:51:31.042 INFO E| Compiling bit_field v0.10.3 |
| 10805 | 2026-08-25T07:51:32.186Z | [ recovery-image] Aug 25 07:51:31.042 INFO E| Compiling plain v0.2.3 |
| 10806 | 2026-08-25T07:51:32.186Z | [ recovery-image] Aug 25 07:51:31.042 INFO E| Compiling bitstruct v0.1.1 |
| 10807 | 2026-08-25T07:51:32.186Z | [ recovery-image] Aug 25 07:51:31.042 INFO E| Compiling static_assertions v1.1.0 |
| 10808 | 2026-08-25T07:51:32.218Z | [ recovery-image] Aug 25 07:51:31.093 INFO E| Compiling raw-cpuid v10.7.0 |
| 10809 | 2026-08-25T07:51:32.265Z | [ recovery-image] Aug 25 07:51:31.142 INFO E| Compiling miniz_oxide v0.9.1 |
| 10810 | 2026-08-25T07:51:32.340Z | [ recovery-image] Aug 25 07:51:31.207 INFO E| Compiling cpio_reader v0.1.2 |
| 10811 | 2026-08-25T07:51:32.372Z | [ recovery-image] Aug 25 07:51:31.250 INFO E| Compiling goblin v0.10.7 |
| 10812 | 2026-08-25T07:51:35.180Z | [ recovery-image] Aug 25 07:51:34.055 INFO E| Finished `release` profile [optimized] target(s) in 18.24s |
| 10813 | 2026-08-25T07:51:35.204Z | [ recovery-image] Aug 25 07:51:34.074 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 10814 | 2026-08-25T07:51:35.204Z | [ recovery-image] Aug 25 07:51:34.074 INFO building ROM for gimlet |
| 10815 | 2026-08-25T07:51:35.204Z | [ recovery-image] Aug 25 07:51:34.074 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") |
| 10816 | 2026-08-25T07:51:35.274Z | [ recovery-image] Aug 25 07:51:34.151 INFO E| Downloading crates ... |
| 10817 | 2026-08-25T07:51:35.328Z | [ recovery-image] Aug 25 07:51:34.196 INFO E| Downloaded duct v0.13.7 |
| 10818 | 2026-08-25T07:51:35.336Z | [ recovery-image] Aug 25 07:51:34.203 INFO E| Downloaded clap v4.5.37 |
| 10819 | 2026-08-25T07:51:35.336Z | [ recovery-image] Aug 25 07:51:34.207 INFO E| Downloaded is_terminal_polyfill v1.70.1 |
| 10820 | 2026-08-25T07:51:35.336Z | [ recovery-image] Aug 25 07:51:34.208 INFO E| Downloaded serde_spanned v0.6.8 |
| 10821 | 2026-08-25T07:51:35.336Z | [ recovery-image] Aug 25 07:51:34.209 INFO E| Downloaded clap_lex v0.7.4 |
| 10822 | 2026-08-25T07:51:35.336Z | [ recovery-image] Aug 25 07:51:34.209 INFO E| Downloaded os_pipe v1.2.1 |
| 10823 | 2026-08-25T07:51:35.336Z | [ recovery-image] Aug 25 07:51:34.210 INFO E| Downloaded anstyle v1.0.10 |
| 10824 | 2026-08-25T07:51:35.336Z | [ recovery-image] Aug 25 07:51:34.211 INFO E| Downloaded colorchoice v1.0.3 |
| 10825 | 2026-08-25T07:51:35.336Z | [ recovery-image] Aug 25 07:51:34.212 INFO E| Downloaded shared_child v1.0.1 |
| 10826 | 2026-08-25T07:51:35.336Z | [ recovery-image] Aug 25 07:51:34.214 INFO E| Downloaded anstyle-query v1.1.2 |
| 10827 | 2026-08-25T07:51:35.371Z | [ recovery-image] Aug 25 07:51:34.215 INFO E| Downloaded toml_datetime v0.6.9 |
| 10828 | 2026-08-25T07:51:35.371Z | [ recovery-image] Aug 25 07:51:34.221 INFO E| Downloaded anstyle-parse v0.2.6 |
| 10829 | 2026-08-25T07:51:35.371Z | [ recovery-image] Aug 25 07:51:34.230 INFO E| Downloaded anstream v0.6.18 |
| 10830 | 2026-08-25T07:51:35.371Z | [ recovery-image] Aug 25 07:51:34.232 INFO E| Downloaded toml_write v0.1.1 |
| 10831 | 2026-08-25T07:51:35.371Z | [ recovery-image] Aug 25 07:51:34.233 INFO E| Downloaded clap_derive v4.5.32 |
| 10832 | 2026-08-25T07:51:35.400Z | [ recovery-image] Aug 25 07:51:34.239 INFO E| Downloaded toml v0.8.22 |
| 10833 | 2026-08-25T07:51:35.400Z | [ recovery-image] Aug 25 07:51:34.257 INFO E| Downloaded cc v1.2.20 |
| 10834 | 2026-08-25T07:51:35.442Z | [ recovery-image] Aug 25 07:51:34.259 INFO E| Downloaded toml_edit v0.22.26 |
| 10835 | 2026-08-25T07:51:35.442Z | [ recovery-image] Aug 25 07:51:34.278 INFO E| Downloaded clap_builder v4.5.37 |
| 10836 | 2026-08-25T07:51:35.442Z | [ recovery-image] Aug 25 07:51:34.282 INFO E| Downloaded winnow v0.7.7 |
| 10837 | 2026-08-25T07:51:35.481Z | [ recovery-image] Aug 25 07:51:34.296 INFO E| Compiling libc v0.2.172 |
| 10838 | 2026-08-25T07:51:35.481Z | [ recovery-image] Aug 25 07:51:34.296 INFO E| Compiling utf8parse v0.2.2 |
| 10839 | 2026-08-25T07:51:35.481Z | [ recovery-image] Aug 25 07:51:34.296 INFO E| Compiling shlex v1.3.0 |
| 10840 | 2026-08-25T07:51:35.481Z | [ recovery-image] Aug 25 07:51:34.297 INFO E| Compiling is_terminal_polyfill v1.70.1 |
| 10841 | 2026-08-25T07:51:35.481Z | [ recovery-image] Aug 25 07:51:34.297 INFO E| Compiling anstyle-query v1.1.2 |
| 10842 | 2026-08-25T07:51:35.481Z | [ recovery-image] Aug 25 07:51:34.314 INFO E| Compiling hashbrown v0.15.2 |
| 10843 | 2026-08-25T07:51:35.481Z | [ recovery-image] Aug 25 07:51:34.314 INFO E| Compiling colorchoice v1.0.3 |
| 10844 | 2026-08-25T07:51:35.481Z | [ recovery-image] Aug 25 07:51:34.314 INFO E| Compiling once_cell v1.21.3 |
| 10845 | 2026-08-25T07:51:35.481Z | [ recovery-image] Aug 25 07:51:34.314 INFO E| Compiling anstyle v1.0.10 |
| 10846 | 2026-08-25T07:51:35.481Z | [ recovery-image] Aug 25 07:51:34.315 INFO E| Compiling equivalent v1.0.2 |
| 10847 | 2026-08-25T07:51:35.481Z | [ recovery-image] Aug 25 07:51:34.315 INFO E| Compiling anyhow v1.0.98 |
| 10848 | 2026-08-25T07:51:35.481Z | [ recovery-image] Aug 25 07:51:34.315 INFO E| Compiling toml_write v0.1.1 |
| 10849 | 2026-08-25T07:51:35.481Z | [ recovery-image] Aug 25 07:51:34.325 INFO E| Compiling clap_lex v0.7.4 |
| 10850 | 2026-08-25T07:51:35.481Z | [ recovery-image] Aug 25 07:51:34.326 INFO E| Compiling strsim v0.11.1 |
| 10851 | 2026-08-25T07:51:35.481Z | [ recovery-image] Aug 25 07:51:34.329 INFO E| Compiling winnow v0.7.7 |
| 10852 | 2026-08-25T07:51:35.505Z | [ recovery-image] Aug 25 07:51:34.333 INFO E| Compiling syn v2.0.101 |
| 10853 | 2026-08-25T07:51:35.609Z | [ recovery-image] Aug 25 07:51:34.435 INFO E| Compiling anstyle-parse v0.2.6 |
| 10854 | 2026-08-25T07:51:35.661Z | [ recovery-image] Aug 25 07:51:34.478 INFO E| Compiling cc v1.2.20 |
| 10855 | 2026-08-25T07:51:35.735Z | [ recovery-image] Aug 25 07:51:34.568 INFO E| Compiling anstream v0.6.18 |
| 10856 | 2026-08-25T07:51:35.932Z | [ recovery-image] Aug 25 07:51:34.762 INFO E| Compiling clap_builder v4.5.37 |
| 10857 | 2026-08-25T07:51:35.980Z | [ recovery-image] Aug 25 07:51:34.797 INFO E| Compiling indexmap v2.9.0 |
| 10858 | 2026-08-25T07:51:36.058Z | [ recovery-image] Aug 25 07:51:34.917 INFO E| Compiling shared_child v1.0.1 |
| 10859 | 2026-08-25T07:51:36.058Z | [ recovery-image] Aug 25 07:51:34.917 INFO E| Compiling os_pipe v1.2.1 |
| 10860 | 2026-08-25T07:51:36.173Z | [ recovery-image] Aug 25 07:51:35.031 INFO E| Compiling duct v0.13.7 |
| 10861 | 2026-08-25T07:51:36.643Z | [ recovery-image] Aug 25 07:51:35.501 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask) |
| 10862 | 2026-08-25T07:51:37.490Z | [ recovery-image] Aug 25 07:51:36.367 INFO E| Compiling serde_derive v1.0.219 |
| 10863 | 2026-08-25T07:51:37.490Z | [ recovery-image] Aug 25 07:51:36.367 INFO E| Compiling clap_derive v4.5.32 |
| 10864 | 2026-08-25T07:51:38.722Z | [ recovery-image] Aug 25 07:51:37.596 INFO E| Compiling clap v4.5.37 |
| 10865 | 2026-08-25T07:51:39.937Z | [ recovery-image] Aug 25 07:51:38.208 INFO E| Compiling serde v1.0.219 |
| 10866 | 2026-08-25T07:51:40.760Z | [ host-image] Aug 25 07:51:39.634 INFO O| Aug 25 07:51:39.634 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs |
| 10867 | 2026-08-25T07:51:40.855Z | [ host-image] Aug 25 07:51:39.721 INFO BUILD STRING "heads/stlouis-0-gbbd33bf3bc\n" |
| 10868 | 2026-08-25T07:51:40.855Z | [ host-image] Aug 25 07:51:39.721 INFO expanded image name: "ci 8d0eb63/${os_short_commit} 2026-08-25 07:35" -> "ci 8d0eb63/bbd33bf 2026-08-25 07:35" |
| 10869 | 2026-08-25T07:51:40.867Z | [ host-image] Aug 25 07:51:39.721 INFO output artefacts stored in: "/work/os-host" |
| 10870 | 2026-08-25T07:51:40.867Z | [ host-image] Aug 25 07:51:39.721 INFO collecting git info from project "bootserver"... |
| 10871 | 2026-08-25T07:51:40.867Z | [ host-image] Aug 25 07:51:39.727 INFO collecting git info from project "pilot"... |
| 10872 | 2026-08-25T07:51:40.868Z | [ host-image] Aug 25 07:51:39.731 INFO collecting git info from project "amd-host-image-builder"... |
| 10873 | 2026-08-25T07:51:40.868Z | [ host-image] Aug 25 07:51:39.735 INFO collecting git info from project "chelsio-t6-roms"... |
| 10874 | 2026-08-25T07:51:40.868Z | [ host-image] Aug 25 07:51:39.739 INFO collecting git info from project "amd-firmware"... |
| 10875 | 2026-08-25T07:51:40.873Z | [ host-image] Aug 25 07:51:39.749 INFO collecting git info from project "image-builder"... |
| 10876 | 2026-08-25T07:51:40.881Z | [ host-image] Aug 25 07:51:39.753 INFO collecting git info from project "dmar-report"... |
| 10877 | 2026-08-25T07:51:40.881Z | [ host-image] Aug 25 07:51:39.757 INFO collecting git info from project "phbl"... |
| 10878 | 2026-08-25T07:51:40.891Z | [ host-image] Aug 25 07:51:39.760 INFO collecting git info from project "pinprick"... |
| 10879 | 2026-08-25T07:51:40.891Z | [ host-image] Aug 25 07:51:39.764 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 10880 | 2026-08-25T07:51:41.039Z | [ recovery-image] Aug 25 07:51:39.917 INFO E| Compiling toml_datetime v0.6.9 |
| 10881 | 2026-08-25T07:51:41.039Z | [ recovery-image] Aug 25 07:51:39.917 INFO E| Compiling serde_spanned v0.6.8 |
| 10882 | 2026-08-25T07:51:41.180Z | [ recovery-image] Aug 25 07:51:40.058 INFO E| Compiling toml_edit v0.22.26 |
| 10883 | 2026-08-25T07:51:41.206Z | [ host-image] Aug 25 07:51:40.074 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 10884 | 2026-08-25T07:51:41.506Z | [ host-image] Aug 25 07:51:40.384 INFO creating Oxide boot image... |
| 10885 | 2026-08-25T07:51:41.506Z | [ host-image] Aug 25 07:51:40.384 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 8d0eb63/bbd33bf 2026-08-25 07:35", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
| 10886 | 2026-08-25T07:51:42.286Z | [ host-image] Aug 25 07:51:41.163 INFO O| ok, image written! |
| 10887 | 2026-08-25T07:51:42.286Z | [ host-image] Aug 25 07:51:41.163 INFO O| ok, boot_image_csum file written! |
| 10888 | 2026-08-25T07:51:42.294Z | [ host-image] Aug 25 07:51:41.166 INFO creating boot archive (CPIO)... |
| 10889 | 2026-08-25T07:51:42.294Z | [ host-image] Aug 25 07:51:41.166 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 |
| 10890 | 2026-08-25T07:51:42.294Z | [ host-image] Aug 25 07:51:41.170 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk |
| 10891 | 2026-08-25T07:51:42.294Z | [ host-image] Aug 25 07:51:41.170 INFO E| + outfile=/work/os-host/cpio |
| 10892 | 2026-08-25T07:51:42.294Z | [ host-image] Aug 25 07:51:41.170 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
| 10893 | 2026-08-25T07:51:42.310Z | [ host-image] Aug 25 07:51:41.172 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk |
| 10894 | 2026-08-25T07:51:42.310Z | [ host-image] Aug 25 07:51:41.173 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
| 10895 | 2026-08-25T07:51:42.328Z | [ host-image] Aug 25 07:51:41.200 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
| 10896 | 2026-08-25T07:51:42.328Z | [ host-image] Aug 25 07:51:41.200 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
| 10897 | 2026-08-25T07:51:42.338Z | [ host-image] Aug 25 07:51:41.207 INFO creating compressed cpio/unix for dev loaders... |
| 10898 | 2026-08-25T07:51:42.338Z | [ host-image] Aug 25 07:51:41.207 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 |
| 10899 | 2026-08-25T07:51:42.559Z | [ host-image] Aug 25 07:51:41.437 INFO exec: ["bash", "-c", "'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick' '/work/os-host/cpio' >'/work/os-host/cpio.z'"], pwd: None |
| 10900 | 2026-08-25T07:51:42.601Z | [ recovery-image] Aug 25 07:51:41.479 INFO E| Compiling toml v0.8.22 |
| 10901 | 2026-08-25T07:51:45.961Z | [ recovery-image] Aug 25 07:51:44.362 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.25s |
| 10902 | 2026-08-25T07:51:46.065Z | [ recovery-image] Aug 25 07:51:44.372 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` |
| 10903 | 2026-08-25T07:51:46.065Z | [ recovery-image] Aug 25 07:51:44.390 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 10904 | 2026-08-25T07:51:46.065Z | [ recovery-image] Aug 25 07:51:44.473 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 10905 | 2026-08-25T07:51:46.065Z | [ recovery-image] Aug 25 07:51:44.478 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` |
| 10906 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn" |
| 10907 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin" |
| 10908 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin" |
| 10909 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin" |
| 10910 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn" |
| 10911 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn" |
| 10912 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin" |
| 10913 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin" |
| 10914 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin" |
| 10915 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin" |
| 10916 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin" |
| 10917 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin" |
| 10918 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin" |
| 10919 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin" |
| 10920 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin" |
| 10921 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.608 INFO O| Info: ABL version: 0x100f5010 |
| 10922 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.608 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100 |
| 10923 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 10924 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 10925 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 10926 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 10927 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 10928 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 10929 | 2026-08-25T07:51:46.066Z | [ recovery-image] Aug 25 07:51:44.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 10930 | 2026-08-25T07:51:46.067Z | [ recovery-image] Aug 25 07:51:44.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 10931 | 2026-08-25T07:51:46.067Z | [ recovery-image] Aug 25 07:51:44.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 10932 | 2026-08-25T07:51:46.067Z | [ recovery-image] Aug 25 07:51:44.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 10933 | 2026-08-25T07:51:46.067Z | [ recovery-image] Aug 25 07:51:44.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 10934 | 2026-08-25T07:51:46.067Z | [ recovery-image] Aug 25 07:51:44.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 10935 | 2026-08-25T07:51:46.067Z | [ recovery-image] Aug 25 07:51:44.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 10936 | 2026-08-25T07:51:46.067Z | [ recovery-image] Aug 25 07:51:44.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 10937 | 2026-08-25T07:51:46.067Z | [ recovery-image] Aug 25 07:51:44.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 10938 | 2026-08-25T07:51:46.067Z | [ recovery-image] Aug 25 07:51:44.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 10939 | 2026-08-25T07:51:46.067Z | [ recovery-image] Aug 25 07:51:44.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 10940 | 2026-08-25T07:51:46.067Z | [ recovery-image] Aug 25 07:51:44.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 10941 | 2026-08-25T07:51:46.067Z | [ recovery-image] Aug 25 07:51:44.649 INFO building ROM for cosmo |
| 10942 | 2026-08-25T07:51:46.067Z | [ recovery-image] Aug 25 07:51:44.649 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") |
| 10943 | 2026-08-25T07:51:46.067Z | [ recovery-image] Aug 25 07:51:44.751 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 10944 | 2026-08-25T07:51:46.067Z | [ recovery-image] Aug 25 07:51:44.754 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` |
| 10945 | 2026-08-25T07:51:46.067Z | [ recovery-image] Aug 25 07:51:44.771 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 10946 | 2026-08-25T07:51:46.067Z | [ recovery-image] Aug 25 07:51:44.845 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 10947 | 2026-08-25T07:51:46.067Z | [ recovery-image] Aug 25 07:51:44.849 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` |
| 10948 | 2026-08-25T07:51:46.138Z | [ host-image] Aug 25 07:51:44.942 INFO creating reset image... |
| 10949 | 2026-08-25T07:51:46.138Z | [ host-image] Aug 25 07:51:44.942 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") |
| 10950 | 2026-08-25T07:51:46.182Z | [ host-image] Aug 25 07:51:45.018 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.03s |
| 10951 | 2026-08-25T07:51:46.182Z | [ host-image] Aug 25 07:51:45.020 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl` |
| 10952 | 2026-08-25T07:51:46.225Z | [ recovery-image] Aug 25 07:51:45.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10953 | 2026-08-25T07:51:46.225Z | [ recovery-image] Aug 25 07:51:45.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin" |
| 10954 | 2026-08-25T07:51:46.225Z | [ recovery-image] Aug 25 07:51:45.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin" |
| 10955 | 2026-08-25T07:51:46.225Z | [ recovery-image] Aug 25 07:51:45.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin" |
| 10956 | 2026-08-25T07:51:46.225Z | [ recovery-image] Aug 25 07:51:45.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 10957 | 2026-08-25T07:51:46.254Z | [ recovery-image] Aug 25 07:51:45.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 10958 | 2026-08-25T07:51:46.254Z | [ recovery-image] Aug 25 07:51:45.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 10959 | 2026-08-25T07:51:46.254Z | [ recovery-image] Aug 25 07:51:45.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 10960 | 2026-08-25T07:51:46.254Z | [ recovery-image] Aug 25 07:51:45.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin" |
| 10961 | 2026-08-25T07:51:46.254Z | [ recovery-image] Aug 25 07:51:45.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin" |
| 10962 | 2026-08-25T07:51:46.254Z | [ recovery-image] Aug 25 07:51:45.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin" |
| 10963 | 2026-08-25T07:51:46.254Z | [ recovery-image] Aug 25 07:51:45.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 10964 | 2026-08-25T07:51:46.254Z | [ recovery-image] Aug 25 07:51:45.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 10965 | 2026-08-25T07:51:46.254Z | [ recovery-image] Aug 25 07:51:45.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 10966 | 2026-08-25T07:51:46.254Z | [ recovery-image] Aug 25 07:51:45.081 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 10967 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 10968 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin" |
| 10969 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 10970 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin" |
| 10971 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin" |
| 10972 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 10973 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 10974 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 10975 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 10976 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin" |
| 10977 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin" |
| 10978 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin" |
| 10979 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 10980 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 10981 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 10982 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 10983 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 10984 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 10985 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 10986 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin" |
| 10987 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 10988 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 10989 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 10990 | 2026-08-25T07:51:46.255Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 10991 | 2026-08-25T07:51:46.266Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin" |
| 10992 | 2026-08-25T07:51:46.266Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin" |
| 10993 | 2026-08-25T07:51:46.266Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin" |
| 10994 | 2026-08-25T07:51:46.266Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 10995 | 2026-08-25T07:51:46.266Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin" |
| 10996 | 2026-08-25T07:51:46.266Z | [ recovery-image] Aug 25 07:51:45.082 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 10997 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 10998 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 10999 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 11000 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 11001 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 11002 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 11003 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 11004 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 11005 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.083 INFO O| Info: ABL version: 0x100af010 |
| 11006 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.083 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0 |
| 11007 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.083 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0 |
| 11008 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin" |
| 11009 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 11010 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 11011 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 11012 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 11013 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 11014 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 11015 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.083 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 11016 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 11017 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 11018 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 11019 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 11020 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 11021 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 11022 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 11023 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 11024 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 11025 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 11026 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 11027 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 11028 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin" |
| 11029 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin" |
| 11030 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin" |
| 11031 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin" |
| 11032 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin" |
| 11033 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin" |
| 11034 | 2026-08-25T07:51:46.267Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin" |
| 11035 | 2026-08-25T07:51:46.268Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin" |
| 11036 | 2026-08-25T07:51:46.268Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin" |
| 11037 | 2026-08-25T07:51:46.268Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin" |
| 11038 | 2026-08-25T07:51:46.268Z | [ recovery-image] Aug 25 07:51:45.084 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin" |
| 11039 | 2026-08-25T07:51:46.283Z | [ recovery-image] Aug 25 07:51:45.123 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 11040 | 2026-08-25T07:51:46.283Z | [ recovery-image] Aug 25 07:51:45.123 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
| 11041 | 2026-08-25T07:51:46.440Z | [ host-image] Aug 25 07:51:45.311 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) |
| 11042 | 2026-08-25T07:51:46.440Z | [ host-image] Aug 25 07:51:45.311 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) |
| 11043 | 2026-08-25T07:51:46.440Z | [ host-image] Aug 25 07:51:45.311 INFO E| Compiling proc-macro2 v1.0.106 |
| 11044 | 2026-08-25T07:51:46.440Z | [ host-image] Aug 25 07:51:45.311 INFO E| Compiling unicode-ident v1.0.24 |
| 11045 | 2026-08-25T07:51:46.440Z | [ host-image] Aug 25 07:51:45.311 INFO E| Compiling quote v1.0.45 |
| 11046 | 2026-08-25T07:51:46.476Z | [ host-image] Aug 25 07:51:45.311 INFO E| Compiling syn v1.0.109 |
| 11047 | 2026-08-25T07:51:46.476Z | [ host-image] Aug 25 07:51:45.311 INFO E| Compiling x86 v0.52.0 |
| 11048 | 2026-08-25T07:51:46.476Z | [ host-image] Aug 25 07:51:45.311 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 11049 | 2026-08-25T07:51:46.476Z | [ host-image] Aug 25 07:51:45.311 INFO E| Compiling seq-macro v0.3.6 |
| 11050 | 2026-08-25T07:51:47.455Z | [ recovery-image] Aug 25 07:51:46.330 INFO image complete! materials are in "/work/os-recovery" |
| 11051 | 2026-08-25T07:51:47.474Z | [ recovery-image] |
| 11052 | 2026-08-25T07:51:47.474Z | [ recovery-image] real 3:20.704714006 |
| 11053 | 2026-08-25T07:51:47.474Z | [ recovery-image] user 2:39.739720649 |
| 11054 | 2026-08-25T07:51:47.474Z | [ recovery-image] sys 38.779891033 |
| 11055 | 2026-08-25T07:51:47.474Z | [ recovery-image] trap 0.150805692 |
| 11056 | 2026-08-25T07:51:47.474Z | [ recovery-image] tflt 0.814985144 |
| 11057 | 2026-08-25T07:51:47.474Z | [ recovery-image] dflt 0.800561831 |
| 11058 | 2026-08-25T07:51:47.474Z | [ recovery-image] kflt 0.000124410 |
| 11059 | 2026-08-25T07:51:47.474Z | [ recovery-image] lock 10:26.925401621 |
| 11060 | 2026-08-25T07:51:47.474Z | [ recovery-image] slp 17:45.374900679 |
| 11061 | 2026-08-25T07:51:47.474Z | [ recovery-image] lat 34.264870358 |
| 11062 | 2026-08-25T07:51:47.474Z | [ recovery-image] stop 6.358388771 |
| 11063 | 2026-08-25T07:51:47.474Z | Aug 25 07:51:46.335 INFO [recovery-image] process exited with exit status: 0 (200.710233525s) |
| 11064 | 2026-08-25T07:51:47.474Z | Aug 25 07:51:46.335 INFO [tuf-v2-recovery] running task |
| 11065 | 2026-08-25T07:51:47.474Z | Aug 25 07:51:46.335 INFO [tuf-v2-recovery] task succeeded (691.191µs) |
| 11066 | 2026-08-25T07:51:47.507Z | [ host-image] Aug 25 07:51:46.381 INFO E| Compiling syn v2.0.117 |
| 11067 | 2026-08-25T07:51:49.031Z | [ host-image] Aug 25 07:51:47.905 INFO E| Compiling scroll_derive v0.13.1 |
| 11068 | 2026-08-25T07:51:50.068Z | [ host-image] Aug 25 07:51:48.945 INFO E| Compiling bitstruct_derive v0.1.0 |
| 11069 | 2026-08-25T07:51:59.222Z | [ host-image] Aug 25 07:51:58.090 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) |
| 11070 | 2026-08-25T07:52:01.389Z | [ host-image] Aug 25 07:52:00.266 INFO E| Compiling bitflags v1.3.2 |
| 11071 | 2026-08-25T07:52:01.389Z | [ host-image] Aug 25 07:52:00.266 INFO E| Compiling plain v0.2.3 |
| 11072 | 2026-08-25T07:52:01.408Z | [ host-image] Aug 25 07:52:00.266 INFO E| Compiling bitflags v2.13.0 |
| 11073 | 2026-08-25T07:52:01.408Z | [ host-image] Aug 25 07:52:00.266 INFO E| Compiling log v0.4.32 |
| 11074 | 2026-08-25T07:52:01.408Z | [ host-image] Aug 25 07:52:00.266 INFO E| Compiling scroll v0.13.0 |
| 11075 | 2026-08-25T07:52:01.408Z | [ host-image] Aug 25 07:52:00.266 INFO E| Compiling bit_field v0.10.3 |
| 11076 | 2026-08-25T07:52:01.408Z | [ host-image] Aug 25 07:52:00.266 INFO E| Compiling adler2 v2.0.1 |
| 11077 | 2026-08-25T07:52:01.408Z | [ host-image] Aug 25 07:52:00.266 INFO E| Compiling bitstruct v0.1.1 |
| 11078 | 2026-08-25T07:52:01.408Z | [ host-image] Aug 25 07:52:00.266 INFO E| Compiling static_assertions v1.1.0 |
| 11079 | 2026-08-25T07:52:01.441Z | [ host-image] Aug 25 07:52:00.319 INFO E| Compiling raw-cpuid v10.7.0 |
| 11080 | 2026-08-25T07:52:01.483Z | [ host-image] Aug 25 07:52:00.360 INFO E| Compiling miniz_oxide v0.9.1 |
| 11081 | 2026-08-25T07:52:01.556Z | [ host-image] Aug 25 07:52:00.434 INFO E| Compiling cpio_reader v0.1.2 |
| 11082 | 2026-08-25T07:52:01.636Z | [ host-image] Aug 25 07:52:00.487 INFO E| Compiling goblin v0.10.7 |
| 11083 | 2026-08-25T07:52:04.894Z | [ host-image] Aug 25 07:52:03.457 INFO E| Finished `release` profile [optimized] target(s) in 18.42s |
| 11084 | 2026-08-25T07:52:04.954Z | [ host-image] Aug 25 07:52:03.472 INFO building ROM for cosmo |
| 11085 | 2026-08-25T07:52:04.954Z | [ host-image] Aug 25 07:52:03.472 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") |
| 11086 | 2026-08-25T07:52:04.954Z | [ host-image] Aug 25 07:52:03.576 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 11087 | 2026-08-25T07:52:04.954Z | [ host-image] Aug 25 07:52:03.578 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` |
| 11088 | 2026-08-25T07:52:04.955Z | [ host-image] Aug 25 07:52:03.595 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.a.toml" |
| 11089 | 2026-08-25T07:52:04.955Z | [ host-image] Aug 25 07:52:03.670 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 11090 | 2026-08-25T07:52:04.955Z | [ host-image] Aug 25 07:52:03.673 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` |
| 11091 | 2026-08-25T07:52:05.008Z | [ host-image] Aug 25 07:52:03.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x00_AmdPubKey_BRH.tkn" |
| 11092 | 2026-08-25T07:52:05.008Z | [ host-image] Aug 25 07:52:03.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x01_PspBl_BRH.esbin" |
| 11093 | 2026-08-25T07:52:05.008Z | [ host-image] Aug 25 07:52:03.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x02_PspOS_BRH.ecsbin" |
| 11094 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x03_PspRecBl_BRH.esbin" |
| 11095 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.886 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 11096 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 11097 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 11098 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 11099 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x13_SduFw_BRH.ecsbin" |
| 11100 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x21_PspAmdIkek_BRH.bin" |
| 11101 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22_SecureEmptyToken.bin" |
| 11102 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 11103 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 11104 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 11105 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 11106 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 11107 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x2D_AblRt.ecsbin" |
| 11108 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 11109 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x42_PhyFw_BRH.ecsbin" |
| 11110 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x44_USB_PHY_BRH.esbin" |
| 11111 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 11112 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 11113 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 11114 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 11115 | 2026-08-25T07:52:05.020Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x55_SPLTable_BRH.sbin" |
| 11116 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x5DMpioFw_BRH.cesbin" |
| 11117 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x64_RasDriver_BRH.ecsbin" |
| 11118 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 11119 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 11120 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 11121 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 11122 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 11123 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 11124 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 11125 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.887 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x38_PspSevEmptyData.bin" |
| 11126 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 11127 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 11128 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 11129 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 11130 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x73_PspBl_BRH.ecsbin" |
| 11131 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x76_DfRib_BRH.csbin" |
| 11132 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x8C_MPDMATF_BRH.sbin" |
| 11133 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 11134 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x92_Page_BRH.sbin" |
| 11135 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 11136 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 11137 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 11138 | 2026-08-25T07:52:05.021Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 11139 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 11140 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 11141 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 11142 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 11143 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 11144 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.888 INFO O| Info: ABL version: 0x100af010 |
| 11145 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.888 INFO O| Info: For sub_program 2: SMU firmware version: 99.131.0 |
| 11146 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.888 INFO O| Info: For sub_program 0: SMU firmware version: 94.131.0 |
| 11147 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/APOB_NV_BRH.bin" |
| 11148 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 11149 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.888 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 11150 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 11151 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 11152 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 11153 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 11154 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 11155 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 11156 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 11157 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 11158 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 11159 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 11160 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 11161 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 11162 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 11163 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 11164 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 11165 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 11166 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 11167 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem5_BRH.csbin" |
| 11168 | 2026-08-25T07:52:05.022Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmImem6_BRH.csbin" |
| 11169 | 2026-08-25T07:52:05.023Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem7_BRH.csbin" |
| 11170 | 2026-08-25T07:52:05.023Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5Lrdimm2Imem8_BRH.csbin" |
| 11171 | 2026-08-25T07:52:05.023Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem5_BRH.csbin" |
| 11172 | 2026-08-25T07:52:05.023Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmDmem6_BRH.csbin" |
| 11173 | 2026-08-25T07:52:05.023Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem7_BRH.csbin" |
| 11174 | 2026-08-25T07:52:05.023Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5Lrdimm2Dmem8_BRH.csbin" |
| 11175 | 2026-08-25T07:52:05.023Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x64_AppbDdr5LrdimmQuickbootImem13_BRH.csbin" |
| 11176 | 2026-08-25T07:52:05.023Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem13_BRH.csbin" |
| 11177 | 2026-08-25T07:52:05.023Z | [ host-image] Aug 25 07:52:03.889 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.a/Type0x65_AppbDdr5LrdimmQuickbootDmem14_BRH.csbin" |
| 11178 | 2026-08-25T07:52:05.042Z | [ host-image] Aug 25 07:52:03.920 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 11179 | 2026-08-25T07:52:05.042Z | [ host-image] Aug 25 07:52:03.920 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 11180 | 2026-08-25T07:52:05.052Z | [ host-image] Aug 25 07:52:03.920 INFO building ROM for gimlet |
| 11181 | 2026-08-25T07:52:05.052Z | [ host-image] Aug 25 07:52:03.921 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") |
| 11182 | 2026-08-25T07:52:05.130Z | [ host-image] Aug 25 07:52:04.008 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.05s |
| 11183 | 2026-08-25T07:52:05.168Z | [ host-image] Aug 25 07:52:04.010 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` |
| 11184 | 2026-08-25T07:52:05.168Z | [ host-image] Aug 25 07:52:04.022 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.f.toml" |
| 11185 | 2026-08-25T07:52:05.218Z | [ host-image] Aug 25 07:52:04.094 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 11186 | 2026-08-25T07:52:05.228Z | [ host-image] Aug 25 07:52:04.097 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` |
| 11187 | 2026-08-25T07:52:05.340Z | [ host-image] Aug 25 07:52:04.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AmdPubKey_gn.tkn" |
| 11188 | 2026-08-25T07:52:05.340Z | [ host-image] Aug 25 07:52:04.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspBootLoader_gn.sbin" |
| 11189 | 2026-08-25T07:52:05.340Z | [ host-image] Aug 25 07:52:04.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspRecoveryBootLoader_gn.sbin" |
| 11190 | 2026-08-25T07:52:05.361Z | [ host-image] Aug 25 07:52:04.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmwareGn-45-104-100.csbin" |
| 11191 | 2026-08-25T07:52:05.361Z | [ host-image] Aug 25 07:52:04.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugToken_gn.stkn" |
| 11192 | 2026-08-25T07:52:05.361Z | [ host-image] Aug 25 07:52:04.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspABLFw_gn.stkn" |
| 11193 | 2026-08-25T07:52:05.361Z | [ host-image] Aug 25 07:52:04.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SmuFirmware2Gn-45-104-100.csbin" |
| 11194 | 2026-08-25T07:52:05.361Z | [ host-image] Aug 25 07:52:04.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureDebugUnlock_gn.sbin" |
| 11195 | 2026-08-25T07:52:05.361Z | [ host-image] Aug 25 07:52:04.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PspIkek_gn.bin" |
| 11196 | 2026-08-25T07:52:05.361Z | [ host-image] Aug 25 07:52:04.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/SecureEmptyToken.bin" |
| 11197 | 2026-08-25T07:52:05.361Z | [ host-image] Aug 25 07:52:04.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/RsmuSecPolicy_gn.sbin" |
| 11198 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Mp5Gn-45-104-100.csbin" |
| 11199 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/AgesaBootloader_U_prod_GN.csbin" |
| 11200 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/GnPhyFw.sbin" |
| 11201 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.214 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/PSP-Key-DB_gn.sbin" |
| 11202 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO O| Info: ABL version: 0x100f5010 |
| 11203 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.100 |
| 11204 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 11205 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 11206 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 11207 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 11208 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 11209 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 11210 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 11211 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 11212 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 11213 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 11214 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 11215 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 11216 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 11217 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 11218 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 11219 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 11220 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 11221 | 2026-08-25T07:52:05.362Z | [ host-image] Aug 25 07:52:04.215 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.f/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 11222 | 2026-08-25T07:52:05.377Z | [ host-image] Aug 25 07:52:04.250 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
| 11223 | 2026-08-25T07:52:17.808Z | [ host-image] Aug 25 07:52:16.075 INFO image complete! materials are in "/work/os-host" |
| 11224 | 2026-08-25T07:52:17.884Z | [ host-image] |
| 11225 | 2026-08-25T07:52:17.884Z | [ host-image] real 3:59.915485781 |
| 11226 | 2026-08-25T07:52:17.884Z | [ host-image] user 2:51.701961304 |
| 11227 | 2026-08-25T07:52:17.884Z | [ host-image] sys 36.645749450 |
| 11228 | 2026-08-25T07:52:17.884Z | [ host-image] trap 0.154561538 |
| 11229 | 2026-08-25T07:52:17.884Z | [ host-image] tflt 0.269247949 |
| 11230 | 2026-08-25T07:52:17.884Z | [ host-image] dflt 0.184224229 |
| 11231 | 2026-08-25T07:52:17.884Z | [ host-image] kflt 0.000140620 |
| 11232 | 2026-08-25T07:52:17.884Z | [ host-image] lock 4:50.268656122 |
| 11233 | 2026-08-25T07:52:17.884Z | [ host-image] slp 20:14.102995625 |
| 11234 | 2026-08-25T07:52:17.884Z | [ host-image] lat 24.409834090 |
| 11235 | 2026-08-25T07:52:17.884Z | [ host-image] stop 1.731456677 |
| 11236 | 2026-08-25T07:52:17.884Z | Aug 25 07:52:16.079 INFO [host-image] process exited with exit status: 0 (239.92114466s) |
| 11237 | 2026-08-25T07:52:17.884Z | Aug 25 07:52:16.079 INFO [tuf-v2-host] running task |
| 11238 | 2026-08-25T07:52:17.884Z | Aug 25 07:52:16.079 INFO [tuf-repo] running task |
| 11239 | 2026-08-25T07:52:17.884Z | Aug 25 07:52:16.080 INFO [tuf-v2-host] task succeeded (623.871µs) |
| 11240 | 2026-08-25T07:52:17.884Z | Aug 25 07:52:16.080 INFO [tuf-v2-repo] running task |
| 11241 | 2026-08-25T07:52:38.183Z | Aug 25 07:52:37.060 INFO assembling repository in `/tmp/tufaceousV8RB5y`, component: OmicronRepoAssembler |
| 11242 | 2026-08-25T07:52:38.645Z | Aug 25 07:52:37.523 INFO [tuf-v2-repo] task succeeded (21.442842465s) |
| 11243 | 2026-08-25T07:52:47.102Z | Aug 25 07:52:45.977 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
| 11244 | 2026-08-25T07:52:47.366Z | Aug 25 07:52:46.244 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
| 11245 | 2026-08-25T07:52:49.511Z | Aug 25 07:52:48.389 INFO skipping lab SP image, name: "cosmo-a-lab", board: "cosmo-a" |
| 11246 | 2026-08-25T07:52:49.568Z | Aug 25 07:52:48.445 INFO skipping lab SP image, name: "cosmo-b-lab", board: "cosmo-b" |
| 11247 | 2026-08-25T07:52:49.615Z | Aug 25 07:52:48.493 INFO skipping lab SP image, name: "gimlet-b-lab", board: "gimlet-b" |
| 11248 | 2026-08-25T07:52:49.664Z | Aug 25 07:52:48.542 INFO skipping lab SP image, name: "gimlet-c-lab", board: "gimlet-c" |
| 11249 | 2026-08-25T07:52:49.715Z | Aug 25 07:52:48.592 INFO skipping lab SP image, name: "gimlet-d-lab", board: "gimlet-d" |
| 11250 | 2026-08-25T07:52:49.765Z | Aug 25 07:52:48.643 INFO skipping lab SP image, name: "gimlet-e-lab", board: "gimlet-e" |
| 11251 | 2026-08-25T07:52:49.818Z | Aug 25 07:52:48.696 INFO skipping lab SP image, name: "gimlet-f-lab", board: "gimlet-f" |
| 11252 | 2026-08-25T07:53:00.228Z | Aug 25 07:52:59.106 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 |
| 11253 | 2026-08-25T07:53:00.234Z | Aug 25 07:52:59.111 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 |
| 11254 | 2026-08-25T07:53:00.257Z | Aug 25 07:52:59.134 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 |
| 11255 | 2026-08-25T07:53:00.312Z | Aug 25 07:52:59.189 INFO skipping lab SP image, name: "sidecar-b-lab", board: "sidecar-b" |
| 11256 | 2026-08-25T07:53:00.369Z | Aug 25 07:52:59.244 INFO skipping lab SP image, name: "sidecar-c-lab", board: "sidecar-c" |
| 11257 | 2026-08-25T07:53:00.421Z | Aug 25 07:52:59.297 INFO skipping lab SP image, name: "sidecar-d-lab", board: "sidecar-d" |
| 11258 | 2026-08-25T07:53:00.484Z | Aug 25 07:52:59.362 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 |
| 11259 | 2026-08-25T07:53:00.490Z | Aug 25 07:52:59.368 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 |
| 11260 | 2026-08-25T07:53:00.516Z | Aug 25 07:52:59.393 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 |
| 11261 | 2026-08-25T07:53:02.181Z | Aug 25 07:53:01.058 INFO [tuf-repo] task succeeded (44.978600917s) |
| 11262 | 2026-08-25T07:55:40.012Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 09s |
| 11263 | 2026-08-25T07:55:40.012Z | [verify-libraries] warning: the following packages contain code that will be rejected by a future version of Rust: proc-macro-error2 v2.0.1 |
| 11264 | 2026-08-25T07:55:40.077Z | [verify-libraries] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 11265 | 2026-08-25T07:55:42.219Z | Aug 25 07:55:41.095 INFO [verify-libraries] process exited with exit status: 0 (435.713739591s) |
| 11266 | 2026-08-25T07:55:42.219Z | Aug 25 07:55:41.095 INFO all jobs completed in 1204.25381708s |
| 11267 | 2026-08-25T07:55:43.442Z | process exited: duration 1593184 ms, exit code 0 |
| |
| 11268 | 2026-08-25T07:55:43.460Z | found 41 output files |
| 11269 | 2026-08-25T07:55:43.460Z | uploading: /work/manifest.toml (17334 bytes) |
| 11270 | 2026-08-25T07:55:44.548Z | uploaded: /work/manifest.toml |
| 11271 | 2026-08-25T07:55:44.548Z | uploading: /work/repo.zip (3272623294 bytes) |
| 11272 | 2026-08-25T07:57:17.643Z | uploaded: /work/repo.zip |
| 11273 | 2026-08-25T07:57:17.644Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
| 11274 | 2026-08-25T07:57:18.693Z | uploaded: /work/repo.zip.sha256.txt |
| 11275 | 2026-08-25T07:57:18.693Z | uploading: /work/helios.json (647 bytes) |
| 11276 | 2026-08-25T07:57:19.719Z | uploaded: /work/helios.json |
| 11277 | 2026-08-25T07:57:19.719Z | uploading: /work/incorporation.p5m (113590 bytes) |
| 11278 | 2026-08-25T07:57:20.734Z | uploaded: /work/incorporation.p5m |
| 11279 | 2026-08-25T07:57:20.735Z | uploading: /work/incorporation.p5p (133120 bytes) |
| 11280 | 2026-08-25T07:57:21.757Z | uploaded: /work/incorporation.p5p |
| 11281 | 2026-08-25T07:57:21.757Z | uploading: /work/helios-incorp.log (522 bytes) |
| 11282 | 2026-08-25T07:57:22.776Z | uploaded: /work/helios-incorp.log |
| 11283 | 2026-08-25T07:57:22.776Z | uploading: /work/helios-setup.log (57407 bytes) |
| 11284 | 2026-08-25T07:57:23.790Z | uploaded: /work/helios-setup.log |
| 11285 | 2026-08-25T07:57:23.791Z | uploading: /work/host-image.log (233350 bytes) |
| 11286 | 2026-08-25T07:57:24.812Z | uploaded: /work/host-image.log |
| 11287 | 2026-08-25T07:57:24.812Z | uploading: /work/host-package.log (34139 bytes) |
| 11288 | 2026-08-25T07:57:25.825Z | uploaded: /work/host-package.log |
| 11289 | 2026-08-25T07:57:25.825Z | uploading: /work/host-target.log (101 bytes) |
| 11290 | 2026-08-25T07:57:28.312Z | uploaded: /work/host-target.log |
| 11291 | 2026-08-25T07:57:28.312Z | uploading: /work/incorp-create.log (0 bytes) |
| 11292 | 2026-08-25T07:57:29.459Z | uploaded: /work/incorp-create.log |
| 11293 | 2026-08-25T07:57:29.459Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 11294 | 2026-08-25T07:57:30.468Z | uploaded: /work/incorp-fmt.log |
| 11295 | 2026-08-25T07:57:30.468Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 11296 | 2026-08-25T07:57:31.483Z | uploaded: /work/incorp-pkgsend.log |
| 11297 | 2026-08-25T07:57:31.483Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 11298 | 2026-08-25T07:57:32.495Z | uploaded: /work/incorp-publisher.log |
| 11299 | 2026-08-25T07:57:32.496Z | uploading: /work/omicron-package.log (10167 bytes) |
| 11300 | 2026-08-25T07:57:33.511Z | uploaded: /work/omicron-package.log |
| 11301 | 2026-08-25T07:57:33.511Z | uploading: /work/recovery-image.log (591509 bytes) |
| 11302 | 2026-08-25T07:57:34.542Z | uploaded: /work/recovery-image.log |
| 11303 | 2026-08-25T07:57:34.542Z | uploading: /work/recovery-package.log (321 bytes) |
| 11304 | 2026-08-25T07:57:35.555Z | uploaded: /work/recovery-package.log |
| 11305 | 2026-08-25T07:57:35.555Z | uploading: /work/recovery-target.log (98 bytes) |
| 11306 | 2026-08-25T07:57:36.572Z | uploaded: /work/recovery-target.log |
| 11307 | 2026-08-25T07:57:36.572Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 11308 | 2026-08-25T07:57:37.582Z | uploaded: /work/stamp-clickhouse.log |
| 11309 | 2026-08-25T07:57:37.583Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 11310 | 2026-08-25T07:57:38.593Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 11311 | 2026-08-25T07:57:38.593Z | uploading: /work/stamp-clickhouse_server.log (124 bytes) |
| 11312 | 2026-08-25T07:57:39.603Z | uploaded: /work/stamp-clickhouse_server.log |
| 11313 | 2026-08-25T07:57:39.603Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 11314 | 2026-08-25T07:57:40.614Z | uploaded: /work/stamp-cockroachdb.log |
| 11315 | 2026-08-25T07:57:40.614Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 11316 | 2026-08-25T07:57:41.625Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 11317 | 2026-08-25T07:57:41.625Z | uploading: /work/stamp-crucible-utils.log (118 bytes) |
| 11318 | 2026-08-25T07:57:42.639Z | uploaded: /work/stamp-crucible-utils.log |
| 11319 | 2026-08-25T07:57:42.639Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 11320 | 2026-08-25T07:57:43.650Z | uploaded: /work/stamp-crucible-zone.log |
| 11321 | 2026-08-25T07:57:43.650Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 11322 | 2026-08-25T07:57:44.662Z | uploaded: /work/stamp-external-dns.log |
| 11323 | 2026-08-25T07:57:44.662Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 11324 | 2026-08-25T07:57:45.676Z | uploaded: /work/stamp-installinator.log |
| 11325 | 2026-08-25T07:57:45.676Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 11326 | 2026-08-25T07:57:46.689Z | uploaded: /work/stamp-internal-dns.log |
| 11327 | 2026-08-25T07:57:46.689Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 11328 | 2026-08-25T07:57:47.703Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 11329 | 2026-08-25T07:57:47.703Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 11330 | 2026-08-25T07:57:48.713Z | uploaded: /work/stamp-nexus.log |
| 11331 | 2026-08-25T07:57:48.714Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 11332 | 2026-08-25T07:57:49.725Z | uploaded: /work/stamp-ntp.log |
| 11333 | 2026-08-25T07:57:49.725Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 11334 | 2026-08-25T07:57:50.739Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 11335 | 2026-08-25T07:57:50.739Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 11336 | 2026-08-25T07:57:51.747Z | uploaded: /work/stamp-overlay.log |
| 11337 | 2026-08-25T07:57:51.747Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 11338 | 2026-08-25T07:57:52.755Z | uploaded: /work/stamp-oximeter.log |
| 11339 | 2026-08-25T07:57:52.755Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 11340 | 2026-08-25T07:57:53.763Z | uploaded: /work/stamp-oxlog.log |
| 11341 | 2026-08-25T07:57:53.763Z | uploading: /work/stamp-probe.log (112 bytes) |
| 11342 | 2026-08-25T07:57:54.771Z | uploaded: /work/stamp-probe.log |
| 11343 | 2026-08-25T07:57:54.771Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 11344 | 2026-08-25T07:57:55.779Z | uploaded: /work/stamp-propolis-server.log |
| 11345 | 2026-08-25T07:57:55.779Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 11346 | 2026-08-25T07:57:56.788Z | uploaded: /work/stamp-pumpkind-gz.log |
| 11347 | 2026-08-25T07:57:56.788Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 11348 | 2026-08-25T07:57:57.797Z | uploaded: /work/stamp-switch-asic.log |
| 11349 | 2026-08-25T07:57:57.797Z | uploading: /work/verify-libraries.log (50978 bytes) |
| 11350 | 2026-08-25T07:57:58.809Z | uploaded: /work/verify-libraries.log |