|
|
|
| 1 | 2026-02-19T00:26:17.870Z | job assigned to worker 01KHSMKJK91S35AGVGWS41FDYS [factory gimlet-EVT22200007-propolis, EVT22200007/58564] (queued for 33 s) |
| |
| 2 | 2026-02-19T00:26:27.483Z | starting task 0: "setup" |
| 3 | 2026-02-19T00:26:27.508Z | ++ uname -s |
| 4 | 2026-02-19T00:26:27.508Z | + kern=SunOS |
| 5 | 2026-02-19T00:26:27.508Z | + build_user=build |
| 6 | 2026-02-19T00:26:27.508Z | + build_uid=12345 |
| 7 | 2026-02-19T00:26:27.508Z | + work_dir=/work |
| 8 | 2026-02-19T00:26:27.508Z | + input_dir=/input |
| 9 | 2026-02-19T00:26:27.508Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-19T00:26:27.508Z | + case "$kern" in |
| 11 | 2026-02-19T00:26:27.508Z | + groupadd -g 12345 build |
| 12 | 2026-02-19T00:26:27.508Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-19T00:26:29.513Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-19T00:26:29.558Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-19T00:26:29.582Z | + home_fs=zfs |
| 16 | 2026-02-19T00:26:29.582Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-19T00:26:29.582Z | + mkdir -p /home/build |
| 18 | 2026-02-19T00:26:29.582Z | + chown build:build /home/build /work |
| 19 | 2026-02-19T00:26:31.567Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-19T00:26:31.592Z | process exited: duration 4088 ms, exit code 0 |
| |
| 21 | 2026-02-19T00:26:31.646Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-19T00:26:31.671Z | * rust toolchain channel = "1.91.1" |
| 23 | 2026-02-19T00:26:31.671Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 24 | 2026-02-19T00:26:31.671Z | * rust toolchain profile = "default" |
| 25 | 2026-02-19T00:26:31.671Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-02-19T00:26:31.671Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-19T00:26:31.671Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-19T00:26:31.671Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-19T00:26:31.671Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-19T00:26:31.831Z | info: downloading installer |
| 31 | 2026-02-19T00:26:32.510Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-19T00:26:32.510Z | warn: /opt/ooce/bin |
| 33 | 2026-02-19T00:26:32.510Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-19T00:26:32.510Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-19T00:26:32.510Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-19T00:26:32.510Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-19T00:26:32.510Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-19T00:26:32.510Z | error: cannot install while Rust is installed |
| 39 | 2026-02-19T00:26:32.510Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-19T00:26:32.536Z | info: profile set to 'default' |
| 41 | 2026-02-19T00:26:32.536Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-19T00:26:32.536Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-19T00:26:32.676Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-19T00:26:32.676Z | info: downloading component 'cargo' |
| 45 | 2026-02-19T00:26:32.895Z | info: downloading component 'clippy' |
| 46 | 2026-02-19T00:26:33.019Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-19T00:26:33.607Z | info: downloading component 'rust-std' |
| 48 | 2026-02-19T00:26:35.784Z | info: downloading component 'rustc' |
| 49 | 2026-02-19T00:26:41.658Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-19T00:26:41.734Z | info: installing component 'cargo' |
| 51 | 2026-02-19T00:26:43.150Z | info: installing component 'clippy' |
| 52 | 2026-02-19T00:26:43.669Z | info: installing component 'rust-docs' |
| 53 | 2026-02-19T00:26:47.716Z | info: installing component 'rust-std' |
| 54 | 2026-02-19T00:26:50.744Z | info: installing component 'rustc' |
| 55 | 2026-02-19T00:27:01.536Z | info: installing component 'rustfmt' |
| 56 | 2026-02-19T00:27:02.024Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-19T00:27:02.024Z | |
| 58 | 2026-02-19T00:27:02.250Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-19T00:27:02.250Z | |
| 60 | 2026-02-19T00:27:02.275Z | |
| 61 | 2026-02-19T00:27:02.275Z | Rust is installed now. Great! |
| 62 | 2026-02-19T00:27:02.275Z | |
| 63 | 2026-02-19T00:27:02.275Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-19T00:27:02.275Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-19T00:27:02.275Z | |
| 66 | 2026-02-19T00:27:02.275Z | To configure your current shell, you need to source |
| 67 | 2026-02-19T00:27:02.275Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-19T00:27:02.275Z | |
| 69 | 2026-02-19T00:27:02.275Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-19T00:27:02.275Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-19T00:27:02.275Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-19T00:27:02.275Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-19T00:27:02.407Z | + rustup --version |
| 74 | 2026-02-19T00:27:02.433Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-19T00:27:02.433Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-19T00:27:02.611Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-19T00:27:02.635Z | + cargo --version |
| 78 | 2026-02-19T00:27:02.765Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-19T00:27:02.790Z | + rustc --version |
| 80 | 2026-02-19T00:27:02.915Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-19T00:27:02.940Z | process exited: duration 31280 ms, exit code 0 |
| |
| 82 | 2026-02-19T00:27:02.990Z | starting task 2: "authentication" |
| 83 | 2026-02-19T00:27:03.053Z | process exited: duration 63 ms, exit code 0 |
| |
| 84 | 2026-02-19T00:27:03.105Z | starting task 3: "clone repository" |
| 85 | 2026-02-19T00:27:03.130Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-19T00:27:03.130Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-19T00:27:03.155Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-19T00:27:21.718Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-19T00:27:21.718Z | + git fetch origin 0b383007a58de88fda46ab7ad6ed64a7630f0470 |
| 90 | 2026-02-19T00:27:22.215Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-19T00:27:22.215Z | * branch 0b383007a58de88fda46ab7ad6ed64a7630f0470 -> FETCH_HEAD |
| 92 | 2026-02-19T00:27:22.239Z | + [[ -n jmcarp/audit-log-docs ]] |
| 93 | 2026-02-19T00:27:22.240Z | ++ git branch --show-current |
| 94 | 2026-02-19T00:27:22.265Z | + current=main |
| 95 | 2026-02-19T00:27:22.265Z | + [[ main != jmcarp/audit-log-docs ]] |
| 96 | 2026-02-19T00:27:22.265Z | + git branch -f jmcarp/audit-log-docs 0b383007a58de88fda46ab7ad6ed64a7630f0470 |
| 97 | 2026-02-19T00:27:22.265Z | + git checkout -f jmcarp/audit-log-docs |
| 98 | 2026-02-19T00:27:22.473Z | Switched to branch 'jmcarp/audit-log-docs' |
| 99 | 2026-02-19T00:27:22.524Z | + git reset --hard 0b383007a58de88fda46ab7ad6ed64a7630f0470 |
| 100 | 2026-02-19T00:27:22.549Z | HEAD is now at 0b383007a docs: clarify audit log filtering behavior. |
| 101 | 2026-02-19T00:27:22.549Z | process exited: duration 19411 ms, exit code 0 |
| |
| 102 | 2026-02-19T00:27:22.602Z | starting task 4: "build" |
| 103 | 2026-02-19T00:27:22.627Z | + source .github/buildomat/ci-env.sh |
| 104 | 2026-02-19T00:27:22.627Z | ++ export CARGO_TERM_COLOR=always |
| 105 | 2026-02-19T00:27:22.627Z | ++ CARGO_TERM_COLOR=always |
| 106 | 2026-02-19T00:27:22.627Z | + cargo --version |
| 107 | 2026-02-19T00:27:22.726Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 108 | 2026-02-19T00:27:22.751Z | + rustc --version |
| 109 | 2026-02-19T00:27:22.878Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 110 | 2026-02-19T00:27:22.903Z | + cargo tree --locked |
| 111 | 2026-02-19T00:27:23.464Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 112 | 2026-02-19T00:27:23.912Z | Updating crates.io index |
| 113 | 2026-02-19T00:27:23.936Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 114 | 2026-02-19T00:27:24.284Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 115 | 2026-02-19T00:27:24.876Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 116 | 2026-02-19T00:27:26.232Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 117 | 2026-02-19T00:27:26.622Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 118 | 2026-02-19T00:27:27.131Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 119 | 2026-02-19T00:27:28.991Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 120 | 2026-02-19T00:27:32.131Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 121 | 2026-02-19T00:27:33.539Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 122 | 2026-02-19T00:27:34.216Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 123 | 2026-02-19T00:27:35.486Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 124 | 2026-02-19T00:27:36.430Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 125 | 2026-02-19T00:27:36.813Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 126 | 2026-02-19T00:27:37.465Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 127 | 2026-02-19T00:27:37.897Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 128 | 2026-02-19T00:27:38.927Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 129 | 2026-02-19T00:27:40.207Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 130 | 2026-02-19T00:27:40.578Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 131 | 2026-02-19T00:27:41.021Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 132 | 2026-02-19T00:27:41.572Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 133 | 2026-02-19T00:27:41.942Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 134 | 2026-02-19T00:27:42.273Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 135 | 2026-02-19T00:27:42.685Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 136 | 2026-02-19T00:27:43.350Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 137 | 2026-02-19T00:27:43.841Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 138 | 2026-02-19T00:27:44.640Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 139 | 2026-02-19T00:27:44.999Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 140 | 2026-02-19T00:27:45.472Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 141 | 2026-02-19T00:27:45.927Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 142 | 2026-02-19T00:27:46.959Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 143 | 2026-02-19T00:27:48.496Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 144 | 2026-02-19T00:27:48.827Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 145 | 2026-02-19T00:27:49.309Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 146 | 2026-02-19T00:27:49.750Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 147 | 2026-02-19T00:27:50.228Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 148 | 2026-02-19T00:27:50.720Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 149 | 2026-02-19T00:27:51.106Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 150 | 2026-02-19T00:27:51.505Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 151 | 2026-02-19T00:27:52.075Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 152 | 2026-02-19T00:28:09.911Z | Downloading crates ... |
| 153 | 2026-02-19T00:28:10.071Z | Downloaded chacha20 v0.9.1 |
| 154 | 2026-02-19T00:28:10.095Z | Downloaded crc v3.2.1 |
| 155 | 2026-02-19T00:28:10.122Z | Downloaded derive_builder_macro v0.20.2 |
| 156 | 2026-02-19T00:28:10.146Z | Downloaded dtrace-parser v0.3.0 |
| 157 | 2026-02-19T00:28:10.171Z | Downloaded env_filter v0.1.2 |
| 158 | 2026-02-19T00:28:10.200Z | Downloaded ena v0.14.3 |
| 159 | 2026-02-19T00:28:10.225Z | Downloaded generic-array v0.14.7 |
| 160 | 2026-02-19T00:28:10.251Z | Downloaded headers-core v0.3.0 |
| 161 | 2026-02-19T00:28:10.291Z | Downloaded hubpack_derive v0.1.1 |
| 162 | 2026-02-19T00:28:10.320Z | Downloaded icu_locid_transform v1.5.0 |
| 163 | 2026-02-19T00:28:10.345Z | Downloaded libscf-sys v1.1.0 |
| 164 | 2026-02-19T00:28:10.371Z | Downloaded num-derive v0.4.2 |
| 165 | 2026-02-19T00:28:10.396Z | Downloaded packed_struct_codegen v0.10.1 |
| 166 | 2026-02-19T00:28:10.421Z | Downloaded peg-runtime v0.8.5 |
| 167 | 2026-02-19T00:28:10.446Z | Downloaded plain v0.2.3 |
| 168 | 2026-02-19T00:28:10.446Z | Downloaded proc-macro-crate v1.3.1 |
| 169 | 2026-02-19T00:28:10.471Z | Downloaded polyval v0.6.2 |
| 170 | 2026-02-19T00:28:10.471Z | Downloaded rand_chacha v0.3.1 |
| 171 | 2026-02-19T00:28:10.496Z | Downloaded rustc_version v0.4.1 |
| 172 | 2026-02-19T00:28:10.521Z | Downloaded secrecy v0.8.0 |
| 173 | 2026-02-19T00:28:10.521Z | Downloaded serde_bytes v0.11.19 |
| 174 | 2026-02-19T00:28:10.546Z | Downloaded sha1 v0.10.6 |
| 175 | 2026-02-19T00:28:10.546Z | Downloaded slog-envlogger v2.2.0 |
| 176 | 2026-02-19T00:28:10.571Z | Downloaded ssh-encoding v0.2.0 |
| 177 | 2026-02-19T00:28:10.596Z | Downloaded supports-color v3.0.2 |
| 178 | 2026-02-19T00:28:10.621Z | Downloaded thread-id v4.2.2 |
| 179 | 2026-02-19T00:28:10.646Z | Downloaded tinyvec_macros v0.1.1 |
| 180 | 2026-02-19T00:28:10.646Z | Downloaded toml_write v0.1.2 |
| 181 | 2026-02-19T00:28:10.671Z | Downloaded typify-macro v0.4.3 |
| 182 | 2026-02-19T00:28:10.671Z | Downloaded unarray v0.1.4 |
| 183 | 2026-02-19T00:28:10.671Z | Downloaded unicode-xid v0.2.6 |
| 184 | 2026-02-19T00:28:10.671Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 185 | 2026-02-19T00:28:10.695Z | Downloaded write16 v1.0.0 |
| 186 | 2026-02-19T00:28:10.695Z | Downloaded xshell-macros v0.2.7 |
| 187 | 2026-02-19T00:28:10.695Z | Downloaded unicode-properties v0.1.3 |
| 188 | 2026-02-19T00:28:10.720Z | Downloaded wyz v0.5.1 |
| 189 | 2026-02-19T00:28:10.720Z | Downloaded zstd v0.13.3 |
| 190 | 2026-02-19T00:28:10.745Z | Downloaded zopfli v0.8.1 |
| 191 | 2026-02-19T00:28:10.745Z | Downloaded zstd-safe v7.2.3 |
| 192 | 2026-02-19T00:28:10.745Z | Downloaded zeroize_derive v1.4.2 |
| 193 | 2026-02-19T00:28:10.745Z | Downloaded zerofrom v0.1.4 |
| 194 | 2026-02-19T00:28:10.745Z | Downloaded utf8parse v0.2.2 |
| 195 | 2026-02-19T00:28:10.770Z | Downloaded version_check v0.9.5 |
| 196 | 2026-02-19T00:28:10.770Z | Downloaded zone v0.3.1 |
| 197 | 2026-02-19T00:28:10.770Z | Downloaded zeroize v1.8.1 |
| 198 | 2026-02-19T00:28:10.770Z | Downloaded zerovec-derive v0.10.3 |
| 199 | 2026-02-19T00:28:10.770Z | Downloaded zone_cfg_derive v0.1.2 |
| 200 | 2026-02-19T00:28:10.770Z | Downloaded yoke v0.7.4 |
| 201 | 2026-02-19T00:28:10.797Z | Downloaded url v2.5.4 |
| 202 | 2026-02-19T00:28:10.798Z | Downloaded zip v0.6.6 |
| 203 | 2026-02-19T00:28:10.798Z | Downloaded zerocopy-derive v0.7.35 |
| 204 | 2026-02-19T00:28:10.822Z | Downloaded zlib-rs v0.5.1 |
| 205 | 2026-02-19T00:28:10.822Z | Downloaded zone v0.1.8 |
| 206 | 2026-02-19T00:28:10.822Z | Downloaded winnow v0.6.26 |
| 207 | 2026-02-19T00:28:10.846Z | Downloaded zerocopy v0.8.27 |
| 208 | 2026-02-19T00:28:10.871Z | Downloaded unicode-width v0.1.14 |
| 209 | 2026-02-19T00:28:10.895Z | Downloaded rustix v1.1.3 |
| 210 | 2026-02-19T00:28:10.920Z | Downloaded unicode-width v0.2.0 |
| 211 | 2026-02-19T00:28:10.944Z | Downloaded zip v4.2.0 |
| 212 | 2026-02-19T00:28:10.968Z | Downloaded zerovec v0.10.4 |
| 213 | 2026-02-19T00:28:10.969Z | Downloaded vcpkg v0.2.15 |
| 214 | 2026-02-19T00:28:11.021Z | Downloaded sled v0.34.7 |
| 215 | 2026-02-19T00:28:11.046Z | Downloaded webpki-roots v1.0.1 |
| 216 | 2026-02-19T00:28:11.046Z | Downloaded csv v1.3.1 |
| 217 | 2026-02-19T00:28:11.087Z | Downloaded typify-impl v0.2.0 |
| 218 | 2026-02-19T00:28:11.111Z | Downloaded typify-impl v0.4.3 |
| 219 | 2026-02-19T00:28:11.135Z | Downloaded jiff v0.2.15 |
| 220 | 2026-02-19T00:28:11.159Z | Downloaded vte v0.11.1 |
| 221 | 2026-02-19T00:28:11.183Z | Downloaded vergen-git2 v1.0.7 |
| 222 | 2026-02-19T00:28:11.184Z | Downloaded smoltcp v0.11.0 |
| 223 | 2026-02-19T00:28:11.184Z | Downloaded rustix v0.38.37 |
| 224 | 2026-02-19T00:28:11.216Z | Downloaded typed-path v0.9.3 |
| 225 | 2026-02-19T00:28:11.241Z | Downloaded rustls v0.23.19 |
| 226 | 2026-02-19T00:28:11.241Z | Downloaded libz-sys v1.1.20 |
| 227 | 2026-02-19T00:28:11.286Z | Downloaded libc v0.2.180 |
| 228 | 2026-02-19T00:28:11.341Z | Downloaded zerofrom-derive v0.1.4 |
| 229 | 2026-02-19T00:28:11.365Z | Downloaded yoke-derive v0.7.4 |
| 230 | 2026-02-19T00:28:11.365Z | Downloaded yasna v0.5.2 |
| 231 | 2026-02-19T00:28:11.365Z | Downloaded winnow v0.5.40 |
| 232 | 2026-02-19T00:28:11.365Z | Downloaded uuid v1.19.0 |
| 233 | 2026-02-19T00:28:11.389Z | Downloaded usdt-impl v0.5.0 |
| 234 | 2026-02-19T00:28:11.389Z | Downloaded zerocopy v0.7.35 |
| 235 | 2026-02-19T00:28:11.413Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 236 | 2026-02-19T00:28:11.441Z | Downloaded winnow v0.7.14 |
| 237 | 2026-02-19T00:28:11.441Z | Downloaded vte_generate_state_changes v0.1.2 |
| 238 | 2026-02-19T00:28:11.441Z | Downloaded uzers v0.12.1 |
| 239 | 2026-02-19T00:28:11.465Z | Downloaded tokio v1.49.0 |
| 240 | 2026-02-19T00:28:11.503Z | Downloaded untrusted v0.9.0 |
| 241 | 2026-02-19T00:28:11.527Z | Downloaded rustls v0.22.4 |
| 242 | 2026-02-19T00:28:11.553Z | Downloaded ring v0.17.14 |
| 243 | 2026-02-19T00:28:11.592Z | Downloaded zerocopy-derive v0.8.27 |
| 244 | 2026-02-19T00:28:11.616Z | Downloaded usdt-macro v0.5.0 |
| 245 | 2026-02-19T00:28:11.616Z | Downloaded zerocopy-derive v0.6.6 |
| 246 | 2026-02-19T00:28:11.640Z | Downloaded encoding_rs v0.8.34 |
| 247 | 2026-02-19T00:28:11.664Z | Downloaded usdt v0.6.0 |
| 248 | 2026-02-19T00:28:11.664Z | Downloaded tungstenite v0.21.0 |
| 249 | 2026-02-19T00:28:11.664Z | Downloaded tower-http v0.6.6 |
| 250 | 2026-02-19T00:28:11.664Z | Downloaded smoltcp v0.9.1 |
| 251 | 2026-02-19T00:28:11.688Z | Downloaded tracing v0.1.40 |
| 252 | 2026-02-19T00:28:11.688Z | Downloaded yansi v1.0.1 |
| 253 | 2026-02-19T00:28:11.688Z | Downloaded value-bag v1.12.0 |
| 254 | 2026-02-19T00:28:11.713Z | Downloaded unsafe-libyaml v0.2.11 |
| 255 | 2026-02-19T00:28:11.713Z | Downloaded nix v0.30.1 |
| 256 | 2026-02-19T00:28:11.713Z | Downloaded httpmock v0.8.0-alpha.1 |
| 257 | 2026-02-19T00:28:11.738Z | Downloaded chrono-tz v0.10.4 |
| 258 | 2026-02-19T00:28:11.762Z | Downloaded zmij v1.0.15 |
| 259 | 2026-02-19T00:28:11.762Z | Downloaded zerocopy v0.6.6 |
| 260 | 2026-02-19T00:28:11.786Z | Downloaded xz2 v0.1.7 |
| 261 | 2026-02-19T00:28:11.786Z | Downloaded vsss-rs v3.3.4 |
| 262 | 2026-02-19T00:28:11.787Z | Downloaded rustls v0.21.12 |
| 263 | 2026-02-19T00:28:11.787Z | Downloaded x509-cert v0.2.5 |
| 264 | 2026-02-19T00:28:11.811Z | Downloaded usdt-impl v0.6.0 |
| 265 | 2026-02-19T00:28:11.811Z | Downloaded polar-core v0.27.3 |
| 266 | 2026-02-19T00:28:11.811Z | Downloaded vergen-lib v0.1.6 |
| 267 | 2026-02-19T00:28:11.811Z | Downloaded vergen-gitcl v1.0.8 |
| 268 | 2026-02-19T00:28:11.811Z | Downloaded vergen v9.0.6 |
| 269 | 2026-02-19T00:28:11.836Z | Downloaded untrusted v0.7.1 |
| 270 | 2026-02-19T00:28:11.836Z | Downloaded unicode_categories v0.1.1 |
| 271 | 2026-02-19T00:28:11.836Z | Downloaded unicode-normalization v0.1.24 |
| 272 | 2026-02-19T00:28:11.836Z | Downloaded try-lock v0.2.5 |
| 273 | 2026-02-19T00:28:11.836Z | Downloaded sqlparser v0.45.0 |
| 274 | 2026-02-19T00:28:11.836Z | Downloaded utf-8 v0.7.6 |
| 275 | 2026-02-19T00:28:11.836Z | Downloaded unicode-segmentation v1.12.0 |
| 276 | 2026-02-19T00:28:11.836Z | Downloaded utf8_iter v1.0.4 |
| 277 | 2026-02-19T00:28:11.860Z | Downloaded usdt v0.5.0 |
| 278 | 2026-02-19T00:28:11.860Z | Downloaded radix_trie v0.2.1 |
| 279 | 2026-02-19T00:28:11.860Z | Downloaded wait-timeout v0.2.0 |
| 280 | 2026-02-19T00:28:11.860Z | Downloaded void v1.0.2 |
| 281 | 2026-02-19T00:28:11.860Z | Downloaded usdt-macro v0.6.0 |
| 282 | 2026-02-19T00:28:11.860Z | Downloaded usdt-attr-macro v0.6.0 |
| 283 | 2026-02-19T00:28:11.861Z | Downloaded unit-prefix v0.5.1 |
| 284 | 2026-02-19T00:28:11.861Z | Downloaded utf16_iter v1.0.5 |
| 285 | 2026-02-19T00:28:11.861Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 286 | 2026-02-19T00:28:11.928Z | Downloaded usdt-attr-macro v0.5.0 |
| 287 | 2026-02-19T00:28:11.953Z | Downloaded universal-hash v0.5.1 |
| 288 | 2026-02-19T00:28:11.953Z | Downloaded tungstenite v0.23.0 |
| 289 | 2026-02-19T00:28:11.953Z | Downloaded trybuild v1.0.106 |
| 290 | 2026-02-19T00:28:11.953Z | Downloaded tower-layer v0.3.3 |
| 291 | 2026-02-19T00:28:11.953Z | Downloaded toml_edit v0.19.15 |
| 292 | 2026-02-19T00:28:11.977Z | Downloaded sha3 v0.10.8 |
| 293 | 2026-02-19T00:28:11.977Z | Downloaded nix v0.29.0 |
| 294 | 2026-02-19T00:28:12.002Z | Downloaded xshell v0.2.7 |
| 295 | 2026-02-19T00:28:12.002Z | Downloaded writeable v0.5.5 |
| 296 | 2026-02-19T00:28:12.002Z | Downloaded which v4.4.2 |
| 297 | 2026-02-19T00:28:12.002Z | Downloaded trait-variant v0.1.2 |
| 298 | 2026-02-19T00:28:12.002Z | Downloaded serde_with v3.16.1 |
| 299 | 2026-02-19T00:28:12.026Z | Downloaded nix v0.28.0 |
| 300 | 2026-02-19T00:28:12.026Z | Downloaded zone_cfg_derive v0.3.0 |
| 301 | 2026-02-19T00:28:12.026Z | Downloaded unicode-bidi v0.3.17 |
| 302 | 2026-02-19T00:28:12.050Z | Downloaded twox-hash v2.1.0 |
| 303 | 2026-02-19T00:28:12.051Z | Downloaded tui-tree-widget v0.23.1 |
| 304 | 2026-02-19T00:28:12.051Z | Downloaded tracing-core v0.1.32 |
| 305 | 2026-02-19T00:28:12.051Z | Downloaded tower-service v0.3.3 |
| 306 | 2026-02-19T00:28:12.051Z | Downloaded tower v0.5.2 |
| 307 | 2026-02-19T00:28:12.051Z | Downloaded tough v0.20.0 |
| 308 | 2026-02-19T00:28:12.075Z | Downloaded tabled v0.18.0 |
| 309 | 2026-02-19T00:28:12.099Z | Downloaded syn v2.0.114 |
| 310 | 2026-02-19T00:28:12.123Z | Downloaded unicode-ident v1.0.19 |
| 311 | 2026-02-19T00:28:12.123Z | Downloaded ucd-trie v0.1.7 |
| 312 | 2026-02-19T00:28:12.123Z | Downloaded typify v0.4.3 |
| 313 | 2026-02-19T00:28:12.123Z | Downloaded tracing-attributes v0.1.27 |
| 314 | 2026-02-19T00:28:12.123Z | Downloaded toml_edit v0.22.27 |
| 315 | 2026-02-19T00:28:12.147Z | Downloaded tabled v0.15.0 |
| 316 | 2026-02-19T00:28:12.171Z | Downloaded syn v1.0.109 |
| 317 | 2026-02-19T00:28:12.171Z | Downloaded serde_json v1.0.149 |
| 318 | 2026-02-19T00:28:12.195Z | Downloaded quinn-proto v0.11.8 |
| 319 | 2026-02-19T00:28:12.195Z | Downloaded whoami v1.5.2 |
| 320 | 2026-02-19T00:28:12.195Z | Downloaded walkdir v2.5.0 |
| 321 | 2026-02-19T00:28:12.195Z | Downloaded ssh-key v0.6.6 |
| 322 | 2026-02-19T00:28:12.219Z | Downloaded quick-xml v0.37.2 |
| 323 | 2026-02-19T00:28:12.220Z | Downloaded nix v0.27.1 |
| 324 | 2026-02-19T00:28:12.244Z | Downloaded typenum v1.17.0 |
| 325 | 2026-02-19T00:28:12.244Z | Downloaded topological-sort v0.2.2 |
| 326 | 2026-02-19T00:28:12.244Z | Downloaded tokio-util v0.7.15 |
| 327 | 2026-02-19T00:28:12.274Z | Downloaded tabled v0.20.0 |
| 328 | 2026-02-19T00:28:12.308Z | Downloaded regex-automata v0.4.11 |
| 329 | 2026-02-19T00:28:12.341Z | Downloaded xattr v1.3.1 |
| 330 | 2026-02-19T00:28:12.366Z | Downloaded want v0.3.1 |
| 331 | 2026-02-19T00:28:12.366Z | Downloaded waitgroup v0.1.2 |
| 332 | 2026-02-19T00:28:12.366Z | Downloaded tokio-postgres v0.7.13 |
| 333 | 2026-02-19T00:28:12.390Z | Downloaded unicode-truncate v1.1.0 |
| 334 | 2026-02-19T00:28:12.390Z | Downloaded unicode-linebreak v0.1.5 |
| 335 | 2026-02-19T00:28:12.390Z | Downloaded unicase v2.8.1 |
| 336 | 2026-02-19T00:28:12.390Z | Downloaded typify v0.2.0 |
| 337 | 2026-02-19T00:28:12.390Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 338 | 2026-02-19T00:28:12.415Z | Downloaded toml v0.7.8 |
| 339 | 2026-02-19T00:28:12.415Z | Downloaded tokio-tungstenite v0.23.1 |
| 340 | 2026-02-19T00:28:12.415Z | Downloaded tokio-rustls v0.25.0 |
| 341 | 2026-02-19T00:28:12.415Z | Downloaded time-macros v0.2.24 |
| 342 | 2026-02-19T00:28:12.439Z | Downloaded time v0.3.43 |
| 343 | 2026-02-19T00:28:12.439Z | Downloaded tokio-stream v0.1.17 |
| 344 | 2026-02-19T00:28:12.463Z | Downloaded tokio-rustls v0.26.0 |
| 345 | 2026-02-19T00:28:12.463Z | Downloaded tokio-rustls v0.24.1 |
| 346 | 2026-02-19T00:28:12.463Z | Downloaded toml v0.8.23 |
| 347 | 2026-02-19T00:28:12.463Z | Downloaded tokio-tungstenite v0.21.0 |
| 348 | 2026-02-19T00:28:12.487Z | Downloaded tar v0.4.44 |
| 349 | 2026-02-19T00:28:12.487Z | Downloaded stringmetrics v2.2.2 |
| 350 | 2026-02-19T00:28:12.487Z | Downloaded steno v0.4.1 |
| 351 | 2026-02-19T00:28:12.512Z | Downloaded typify-macro v0.2.0 |
| 352 | 2026-02-19T00:28:12.512Z | Downloaded typeid v1.0.3 |
| 353 | 2026-02-19T00:28:12.512Z | Downloaded tiny-keccak v2.0.2 |
| 354 | 2026-02-19T00:28:12.512Z | Downloaded textwrap v0.16.2 |
| 355 | 2026-02-19T00:28:12.512Z | Downloaded textwrap v0.15.2 |
| 356 | 2026-02-19T00:28:12.512Z | Downloaded test-strategy v0.4.3 |
| 357 | 2026-02-19T00:28:12.512Z | Downloaded term v0.7.0 |
| 358 | 2026-02-19T00:28:12.536Z | Downloaded synstructure v0.13.1 |
| 359 | 2026-02-19T00:28:12.536Z | Downloaded strsim v0.11.1 |
| 360 | 2026-02-19T00:28:12.536Z | Downloaded portable-atomic v1.11.0 |
| 361 | 2026-02-19T00:28:12.565Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 362 | 2026-02-19T00:28:12.565Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 363 | 2026-02-19T00:28:12.565Z | Downloaded tinyvec v1.8.0 |
| 364 | 2026-02-19T00:28:12.565Z | Downloaded thiserror-no-std v2.0.2 |
| 365 | 2026-02-19T00:28:12.565Z | Downloaded termtree v0.5.1 |
| 366 | 2026-02-19T00:28:12.565Z | Downloaded socket2 v0.6.1 |
| 367 | 2026-02-19T00:28:12.590Z | Downloaded snafu v0.8.5 |
| 368 | 2026-02-19T00:28:12.590Z | Downloaded ratatui v0.29.0 |
| 369 | 2026-02-19T00:28:12.614Z | Downloaded toml_datetime v0.6.11 |
| 370 | 2026-02-19T00:28:12.614Z | Downloaded tokio-native-tls v0.3.1 |
| 371 | 2026-02-19T00:28:12.660Z | Downloaded tokio-macros v2.6.0 |
| 372 | 2026-02-19T00:28:12.660Z | Downloaded tokio-dtrace v0.1.0 |
| 373 | 2026-02-19T00:28:12.660Z | Downloaded tls_codec_derive v0.4.1 |
| 374 | 2026-02-19T00:28:12.660Z | Downloaded tls_codec v0.4.1 |
| 375 | 2026-02-19T00:28:12.660Z | Downloaded tinytemplate v1.2.1 |
| 376 | 2026-02-19T00:28:12.660Z | Downloaded tinystr v0.7.6 |
| 377 | 2026-02-19T00:28:12.660Z | Downloaded time-core v0.1.6 |
| 378 | 2026-02-19T00:28:12.660Z | Downloaded thread_local v1.1.8 |
| 379 | 2026-02-19T00:28:12.660Z | Downloaded thiserror v2.0.18 |
| 380 | 2026-02-19T00:28:12.685Z | Downloaded termios v0.3.3 |
| 381 | 2026-02-19T00:28:12.686Z | Downloaded terminal_size v0.4.0 |
| 382 | 2026-02-19T00:28:12.686Z | Downloaded termcolor v1.4.1 |
| 383 | 2026-02-19T00:28:12.686Z | Downloaded aws-lc-sys v0.26.0 |
| 384 | 2026-02-19T00:28:12.925Z | Downloaded term v1.1.0 |
| 385 | 2026-02-19T00:28:12.949Z | Downloaded tempfile v3.24.0 |
| 386 | 2026-02-19T00:28:12.949Z | Downloaded sync_wrapper v1.0.1 |
| 387 | 2026-02-19T00:28:12.949Z | Downloaded sync-ptr v0.1.4 |
| 388 | 2026-02-19T00:28:12.949Z | Downloaded swrite v0.1.0 |
| 389 | 2026-02-19T00:28:12.949Z | Downloaded structmeta-derive v0.3.0 |
| 390 | 2026-02-19T00:28:12.949Z | Downloaded structmeta v0.3.0 |
| 391 | 2026-02-19T00:28:12.949Z | Downloaded strip-ansi-escapes v0.2.0 |
| 392 | 2026-02-19T00:28:12.950Z | Downloaded stringprep v0.1.5 |
| 393 | 2026-02-19T00:28:12.950Z | Downloaded string_cache v0.8.9 |
| 394 | 2026-02-19T00:28:12.975Z | Downloaded socket2 v0.5.10 |
| 395 | 2026-02-19T00:28:12.975Z | Downloaded smallvec v1.15.1 |
| 396 | 2026-02-19T00:28:12.975Z | Downloaded slog-term v2.9.2 |
| 397 | 2026-02-19T00:28:12.975Z | Downloaded slog-scope v4.4.0 |
| 398 | 2026-02-19T00:28:12.975Z | Downloaded similar v2.7.0 |
| 399 | 2026-02-19T00:28:12.975Z | Downloaded signature v2.2.0 |
| 400 | 2026-02-19T00:28:12.975Z | Downloaded signal-hook v0.3.18 |
| 401 | 2026-02-19T00:28:12.975Z | Downloaded serde_yaml v0.9.34+deprecated |
| 402 | 2026-02-19T00:28:13.000Z | Downloaded rustls-webpki v0.102.8 |
| 403 | 2026-02-19T00:28:13.025Z | Downloaded rustls-webpki v0.101.7 |
| 404 | 2026-02-19T00:28:13.049Z | Downloaded regex-syntax v0.8.5 |
| 405 | 2026-02-19T00:28:13.049Z | Downloaded regex-syntax v0.6.29 |
| 406 | 2026-02-19T00:28:13.049Z | Downloaded plotters v0.3.7 |
| 407 | 2026-02-19T00:28:13.073Z | Downloaded p384 v0.13.1 |
| 408 | 2026-02-19T00:28:13.073Z | Downloaded lalrpop v0.19.12 |
| 409 | 2026-02-19T00:28:13.098Z | Downloaded thread-id v5.0.0 |
| 410 | 2026-02-19T00:28:13.098Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 411 | 2026-02-19T00:28:13.098Z | Downloaded thiserror-impl v2.0.18 |
| 412 | 2026-02-19T00:28:13.098Z | Downloaded thiserror-impl v1.0.69 |
| 413 | 2026-02-19T00:28:13.098Z | Downloaded thiserror v1.0.69 |
| 414 | 2026-02-19T00:28:13.098Z | Downloaded terminal_size v0.1.17 |
| 415 | 2026-02-19T00:28:13.125Z | Downloaded target-spec v3.5.0 |
| 416 | 2026-02-19T00:28:13.125Z | Downloaded target-lexicon v0.13.2 |
| 417 | 2026-02-19T00:28:13.125Z | Downloaded supports-hyperlinks v2.1.0 |
| 418 | 2026-02-19T00:28:13.125Z | Downloaded support-bundle-viewer v0.1.2 |
| 419 | 2026-02-19T00:28:13.125Z | Downloaded subprocess v0.2.9 |
| 420 | 2026-02-19T00:28:13.125Z | Downloaded strum_macros v0.27.2 |
| 421 | 2026-02-19T00:28:13.125Z | Downloaded strum_macros v0.24.3 |
| 422 | 2026-02-19T00:28:13.125Z | Downloaded spin v0.9.8 |
| 423 | 2026-02-19T00:28:13.125Z | Downloaded smf v0.2.3 |
| 424 | 2026-02-19T00:28:13.125Z | Downloaded smawk v0.3.2 |
| 425 | 2026-02-19T00:28:13.125Z | Downloaded smallvec v0.6.14 |
| 426 | 2026-02-19T00:28:13.150Z | Downloaded slog-stdlog v4.1.1 |
| 427 | 2026-02-19T00:28:13.150Z | Downloaded slog v2.8.2 |
| 428 | 2026-02-19T00:28:13.150Z | Downloaded siphasher v1.0.1 |
| 429 | 2026-02-19T00:28:13.150Z | Downloaded siphasher v0.3.11 |
| 430 | 2026-02-19T00:28:13.150Z | Downloaded similar-asserts v1.7.0 |
| 431 | 2026-02-19T00:28:13.150Z | Downloaded simd-adler32 v0.3.7 |
| 432 | 2026-02-19T00:28:13.150Z | Downloaded sigpipe v0.1.3 |
| 433 | 2026-02-19T00:28:13.150Z | Downloaded signal-hook-tokio v0.3.1 |
| 434 | 2026-02-19T00:28:13.150Z | Downloaded signal-hook-registry v1.4.2 |
| 435 | 2026-02-19T00:28:13.150Z | Downloaded signal-hook-mio v0.2.4 |
| 436 | 2026-02-19T00:28:13.150Z | Downloaded shlex v1.3.0 |
| 437 | 2026-02-19T00:28:13.150Z | Downloaded shell-words v1.1.0 |
| 438 | 2026-02-19T00:28:13.150Z | Downloaded serde_repr v0.1.19 |
| 439 | 2026-02-19T00:28:13.150Z | Downloaded serde_regex v1.1.0 |
| 440 | 2026-02-19T00:28:13.150Z | Downloaded serde_plain v1.0.2 |
| 441 | 2026-02-19T00:28:13.175Z | Downloaded serde_path_to_error v0.1.20 |
| 442 | 2026-02-19T00:28:13.175Z | Downloaded serde_core v1.0.228 |
| 443 | 2026-02-19T00:28:13.175Z | Downloaded serde v1.0.228 |
| 444 | 2026-02-19T00:28:13.175Z | Downloaded semver v0.1.20 |
| 445 | 2026-02-19T00:28:13.176Z | Downloaded schemars v1.0.4 |
| 446 | 2026-02-19T00:28:13.201Z | Downloaded schemars v0.9.0 |
| 447 | 2026-02-19T00:28:13.201Z | Downloaded schemars v0.8.22 |
| 448 | 2026-02-19T00:28:13.228Z | Downloaded samael v0.0.19 |
| 449 | 2026-02-19T00:28:13.228Z | Downloaded salty v0.3.0 |
| 450 | 2026-02-19T00:28:13.252Z | Downloaded ryu v1.0.18 |
| 451 | 2026-02-19T00:28:13.252Z | Downloaded rustyline v14.0.0 |
| 452 | 2026-02-19T00:28:13.252Z | Downloaded rusty-fork v0.3.0 |
| 453 | 2026-02-19T00:28:13.252Z | Downloaded regress v0.10.4 |
| 454 | 2026-02-19T00:28:13.252Z | Downloaded regex v1.11.3 |
| 455 | 2026-02-19T00:28:13.276Z | Downloaded rayon v1.10.0 |
| 456 | 2026-02-19T00:28:13.276Z | Downloaded testing_table v0.3.0 |
| 457 | 2026-02-19T00:28:13.276Z | Downloaded target-triple v0.1.3 |
| 458 | 2026-02-19T00:28:13.276Z | Downloaded tap v1.0.1 |
| 459 | 2026-02-19T00:28:13.277Z | Downloaded take_mut v0.2.2 |
| 460 | 2026-02-19T00:28:13.277Z | Downloaded tagptr v0.2.0 |
| 461 | 2026-02-19T00:28:13.277Z | Downloaded tabwriter v1.4.0 |
| 462 | 2026-02-19T00:28:13.277Z | Downloaded tabled_derive v0.11.0 |
| 463 | 2026-02-19T00:28:13.277Z | Downloaded tabled_derive v0.10.0 |
| 464 | 2026-02-19T00:28:13.303Z | Downloaded tabled_derive v0.7.0 |
| 465 | 2026-02-19T00:28:13.303Z | Downloaded supports-unicode v2.1.0 |
| 466 | 2026-02-19T00:28:13.303Z | Downloaded subtle v2.6.1 |
| 467 | 2026-02-19T00:28:13.303Z | Downloaded strum_macros v0.26.4 |
| 468 | 2026-02-19T00:28:13.303Z | Downloaded strum v0.26.3 |
| 469 | 2026-02-19T00:28:13.303Z | Downloaded static_assertions v1.1.0 |
| 470 | 2026-02-19T00:28:13.303Z | Downloaded sqlformat v0.3.5 |
| 471 | 2026-02-19T00:28:13.303Z | Downloaded spki v0.7.3 |
| 472 | 2026-02-19T00:28:13.303Z | Downloaded snafu-derive v0.8.5 |
| 473 | 2026-02-19T00:28:13.303Z | Downloaded serde_derive v1.0.228 |
| 474 | 2026-02-19T00:28:13.303Z | Downloaded seq-macro v0.3.6 |
| 475 | 2026-02-19T00:28:13.303Z | Downloaded semver v1.0.27 |
| 476 | 2026-02-19T00:28:13.303Z | Downloaded scheduled-thread-pool v0.2.7 |
| 477 | 2026-02-19T00:28:13.327Z | Downloaded sapling-renderdag v0.1.0 |
| 478 | 2026-02-19T00:28:13.327Z | Downloaded same-file v1.0.6 |
| 479 | 2026-02-19T00:28:13.327Z | Downloaded salsa20 v0.10.2 |
| 480 | 2026-02-19T00:28:13.328Z | Downloaded rustversion v1.0.22 |
| 481 | 2026-02-19T00:28:13.328Z | Downloaded russh-keys v0.45.0 |
| 482 | 2026-02-19T00:28:13.328Z | Downloaded russh v0.45.0 |
| 483 | 2026-02-19T00:28:13.328Z | Downloaded rstest v0.25.0 |
| 484 | 2026-02-19T00:28:13.328Z | Downloaded rsa v0.9.8 |
| 485 | 2026-02-19T00:28:13.352Z | Downloaded rpassword v7.4.0 |
| 486 | 2026-02-19T00:28:13.352Z | Downloaded ron v0.8.1 |
| 487 | 2026-02-19T00:28:13.352Z | Downloaded reedline v0.40.0 |
| 488 | 2026-02-19T00:28:13.376Z | Downloaded rcgen v0.12.1 |
| 489 | 2026-02-19T00:28:13.376Z | Downloaded rand_distr v0.5.1 |
| 490 | 2026-02-19T00:28:13.376Z | Downloaded rand_core v0.9.3 |
| 491 | 2026-02-19T00:28:13.376Z | Downloaded rand v0.9.2 |
| 492 | 2026-02-19T00:28:13.376Z | Downloaded rand v0.8.5 |
| 493 | 2026-02-19T00:28:13.376Z | Downloaded quinn v0.11.5 |
| 494 | 2026-02-19T00:28:13.377Z | Downloaded supports-color v2.1.0 |
| 495 | 2026-02-19T00:28:13.377Z | Downloaded strum v0.27.2 |
| 496 | 2026-02-19T00:28:13.402Z | Downloaded stable_deref_trait v1.2.0 |
| 497 | 2026-02-19T00:28:13.402Z | Downloaded ssh-cipher v0.2.0 |
| 498 | 2026-02-19T00:28:13.402Z | Downloaded sqlparser_derive v0.2.2 |
| 499 | 2026-02-19T00:28:13.402Z | Downloaded slog-dtrace v0.3.0 |
| 500 | 2026-02-19T00:28:13.402Z | Downloaded serde_with_macros v3.16.1 |
| 501 | 2026-02-19T00:28:13.402Z | Downloaded schemars_derive v0.8.22 |
| 502 | 2026-02-19T00:28:13.402Z | Downloaded russh-cryptovec v0.7.3 |
| 503 | 2026-02-19T00:28:13.402Z | Downloaded rtoolbox v0.0.2 |
| 504 | 2026-02-19T00:28:13.402Z | Downloaded rstest_macros v0.25.0 |
| 505 | 2026-02-19T00:28:13.402Z | Downloaded rfc6979 v0.4.0 |
| 506 | 2026-02-19T00:28:13.402Z | Downloaded resolv-conf v0.7.0 |
| 507 | 2026-02-19T00:28:13.402Z | Downloaded reqwest v0.12.24 |
| 508 | 2026-02-19T00:28:13.426Z | Downloaded ref-cast v1.0.25 |
| 509 | 2026-02-19T00:28:13.426Z | Downloaded rayon-core v1.12.1 |
| 510 | 2026-02-19T00:28:13.426Z | Downloaded gimli v0.31.1 |
| 511 | 2026-02-19T00:28:13.426Z | Downloaded slog-json v2.6.1 |
| 512 | 2026-02-19T00:28:13.426Z | Downloaded slog-async v2.8.0 |
| 513 | 2026-02-19T00:28:13.426Z | Downloaded slab v0.4.9 |
| 514 | 2026-02-19T00:28:13.450Z | Downloaded sha2 v0.10.9 |
| 515 | 2026-02-19T00:28:13.450Z | Downloaded serde_cbor v0.11.2 |
| 516 | 2026-02-19T00:28:13.450Z | Downloaded rustls-pki-types v1.10.0 |
| 517 | 2026-02-19T00:28:13.450Z | Downloaded rustls-native-certs v0.8.1 |
| 518 | 2026-02-19T00:28:13.450Z | Downloaded ron v0.7.1 |
| 519 | 2026-02-19T00:28:13.451Z | Downloaded relative-path v1.9.3 |
| 520 | 2026-02-19T00:28:13.451Z | Downloaded rand_seeder v0.4.0 |
| 521 | 2026-02-19T00:28:13.451Z | Downloaded rand_core v0.6.4 |
| 522 | 2026-02-19T00:28:13.475Z | Downloaded qorb v0.4.1 |
| 523 | 2026-02-19T00:28:13.475Z | Downloaded prettyplease v0.2.36 |
| 524 | 2026-02-19T00:28:13.475Z | Downloaded goblin v0.10.2 |
| 525 | 2026-02-19T00:28:13.475Z | Downloaded slog-bunyan v2.5.0 |
| 526 | 2026-02-19T00:28:13.475Z | Downloaded serde_tokenstream v0.2.2 |
| 527 | 2026-02-19T00:28:13.475Z | Downloaded serde_derive_internals v0.29.1 |
| 528 | 2026-02-19T00:28:13.499Z | Downloaded serde-untagged v0.1.7 |
| 529 | 2026-02-19T00:28:13.499Z | Downloaded serde-hex v0.1.0 |
| 530 | 2026-02-19T00:28:13.499Z | Downloaded scroll v0.13.0 |
| 531 | 2026-02-19T00:28:13.499Z | Downloaded scroll v0.12.0 |
| 532 | 2026-02-19T00:28:13.499Z | Downloaded ref-cast-impl v1.0.25 |
| 533 | 2026-02-19T00:28:13.499Z | Downloaded rand_xorshift v0.4.0 |
| 534 | 2026-02-19T00:28:13.500Z | Downloaded psl-types v2.0.11 |
| 535 | 2026-02-19T00:28:13.500Z | Downloaded proptest v1.7.0 |
| 536 | 2026-02-19T00:28:13.524Z | Downloaded proc-macro-error2 v2.0.1 |
| 537 | 2026-02-19T00:28:13.524Z | Downloaded pretty_assertions v1.4.1 |
| 538 | 2026-02-19T00:28:13.524Z | Downloaded polling v3.7.3 |
| 539 | 2026-02-19T00:28:13.524Z | Downloaded petgraph v0.8.2 |
| 540 | 2026-02-19T00:28:13.548Z | Downloaded petgraph v0.6.5 |
| 541 | 2026-02-19T00:28:13.572Z | Downloaded p521 v0.13.3 |
| 542 | 2026-02-19T00:28:13.572Z | Downloaded itertools v0.13.0 |
| 543 | 2026-02-19T00:28:13.597Z | Downloaded serde_urlencoded v0.7.1 |
| 544 | 2026-02-19T00:28:13.597Z | Downloaded serde_spanned v1.0.4 |
| 545 | 2026-02-19T00:28:13.597Z | Downloaded serde_spanned v0.6.9 |
| 546 | 2026-02-19T00:28:13.597Z | Downloaded sec1 v0.7.3 |
| 547 | 2026-02-19T00:28:13.597Z | Downloaded sct v0.7.1 |
| 548 | 2026-02-19T00:28:13.597Z | Downloaded rustls-pemfile v2.2.0 |
| 549 | 2026-02-19T00:28:13.597Z | Downloaded rustls-pemfile v1.0.4 |
| 550 | 2026-02-19T00:28:13.597Z | Downloaded rust-argon2 v2.1.0 |
| 551 | 2026-02-19T00:28:13.621Z | Downloaded publicsuffix v2.3.0 |
| 552 | 2026-02-19T00:28:13.621Z | Downloaded progenitor-macro v0.8.0 |
| 553 | 2026-02-19T00:28:13.621Z | Downloaded progenitor-impl v0.10.0 |
| 554 | 2026-02-19T00:28:13.621Z | Downloaded progenitor-impl v0.8.0 |
| 555 | 2026-02-19T00:28:13.621Z | Downloaded progenitor-client v0.11.2 |
| 556 | 2026-02-19T00:28:13.621Z | Downloaded progenitor-client v0.8.0 |
| 557 | 2026-02-19T00:28:13.621Z | Downloaded progenitor v0.11.2 |
| 558 | 2026-02-19T00:28:13.621Z | Downloaded proc-macro2 v1.0.101 |
| 559 | 2026-02-19T00:28:13.621Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 560 | 2026-02-19T00:28:13.621Z | Downloaded num-bigint v0.4.6 |
| 561 | 2026-02-19T00:28:13.646Z | Downloaded itertools v0.14.0 |
| 562 | 2026-02-19T00:28:13.646Z | Downloaded git2 v0.20.2 |
| 563 | 2026-02-19T00:28:13.646Z | Downloaded serde-value v0.7.0 |
| 564 | 2026-02-19T00:28:13.646Z | Downloaded serde-big-array v0.5.1 |
| 565 | 2026-02-19T00:28:13.670Z | Downloaded secrecy v0.10.3 |
| 566 | 2026-02-19T00:28:13.670Z | Downloaded scroll_derive v0.13.1 |
| 567 | 2026-02-19T00:28:13.670Z | Downloaded rustc-demangle v0.1.24 |
| 568 | 2026-02-19T00:28:13.670Z | Downloaded rand_chacha v0.9.0 |
| 569 | 2026-02-19T00:28:13.670Z | Downloaded quote v1.0.40 |
| 570 | 2026-02-19T00:28:13.670Z | Downloaded progenitor-macro v0.11.2 |
| 571 | 2026-02-19T00:28:13.670Z | Downloaded progenitor-impl v0.11.2 |
| 572 | 2026-02-19T00:28:13.670Z | Downloaded progenitor v0.10.0 |
| 573 | 2026-02-19T00:28:13.670Z | Downloaded progenitor v0.8.0 |
| 574 | 2026-02-19T00:28:13.670Z | Downloaded proc-macro-error-attr v1.0.4 |
| 575 | 2026-02-19T00:28:13.670Z | Downloaded proc-macro-error v1.0.4 |
| 576 | 2026-02-19T00:28:13.695Z | Downloaded postcard v1.0.10 |
| 577 | 2026-02-19T00:28:13.695Z | Downloaded pkcs8 v0.10.2 |
| 578 | 2026-02-19T00:28:13.695Z | Downloaded peg-macros v0.8.5 |
| 579 | 2026-02-19T00:28:13.695Z | Downloaded lzma-sys v0.1.20 |
| 580 | 2026-02-19T00:28:13.720Z | Downloaded itertools v0.12.1 |
| 581 | 2026-02-19T00:28:13.745Z | Downloaded scrypt v0.11.0 |
| 582 | 2026-02-19T00:28:13.745Z | Downloaded scroll_derive v0.12.0 |
| 583 | 2026-02-19T00:28:13.745Z | Downloaded scopeguard v1.2.0 |
| 584 | 2026-02-19T00:28:13.745Z | Downloaded rustc_version v0.1.7 |
| 585 | 2026-02-19T00:28:13.745Z | Downloaded rustc-hash v2.1.1 |
| 586 | 2026-02-19T00:28:13.745Z | Downloaded quinn-udp v0.5.5 |
| 587 | 2026-02-19T00:28:13.745Z | Downloaded progenitor-macro v0.10.0 |
| 588 | 2026-02-19T00:28:13.745Z | Downloaded progenitor-client v0.10.0 |
| 589 | 2026-02-19T00:28:13.745Z | Downloaded prefix-trie v0.7.0 |
| 590 | 2026-02-19T00:28:13.770Z | Downloaded postgres-protocol v0.6.8 |
| 591 | 2026-02-19T00:28:13.770Z | Downloaded piper v0.2.4 |
| 592 | 2026-02-19T00:28:13.770Z | Downloaded pin-project-internal v1.1.6 |
| 593 | 2026-02-19T00:28:13.770Z | Downloaded pin-project v1.1.6 |
| 594 | 2026-02-19T00:28:13.794Z | Downloaded petname v2.0.2 |
| 595 | 2026-02-19T00:28:13.794Z | Downloaded password-hash v0.5.0 |
| 596 | 2026-02-19T00:28:13.794Z | Downloaded password-hash v0.4.2 |
| 597 | 2026-02-19T00:28:13.794Z | Downloaded partial-io v0.5.4 |
| 598 | 2026-02-19T00:28:13.794Z | Downloaded object v0.36.5 |
| 599 | 2026-02-19T00:28:13.818Z | Downloaded object v0.30.4 |
| 600 | 2026-02-19T00:28:13.818Z | Downloaded num-bigint-dig v0.8.6 |
| 601 | 2026-02-19T00:28:13.842Z | Downloaded nom v7.1.3 |
| 602 | 2026-02-19T00:28:13.842Z | Downloaded hkdf v0.12.4 |
| 603 | 2026-02-19T00:28:13.842Z | Downloaded dropshot v0.16.7 |
| 604 | 2026-02-19T00:28:13.866Z | Downloaded rustc-hash v1.1.0 |
| 605 | 2026-02-19T00:28:13.890Z | Downloaded radium v0.7.0 |
| 606 | 2026-02-19T00:28:13.890Z | Downloaded r2d2 v0.8.10 |
| 607 | 2026-02-19T00:28:13.890Z | Downloaded proc-macro-crate v3.2.0 |
| 608 | 2026-02-19T00:28:13.890Z | Downloaded primeorder v0.13.6 |
| 609 | 2026-02-19T00:28:13.890Z | Downloaded pretty-hex v0.2.1 |
| 610 | 2026-02-19T00:28:13.890Z | Downloaded predicates-tree v1.0.12 |
| 611 | 2026-02-19T00:28:13.890Z | Downloaded predicates-core v1.0.8 |
| 612 | 2026-02-19T00:28:13.890Z | Downloaded predicates v3.1.3 |
| 613 | 2026-02-19T00:28:13.890Z | Downloaded precomputed-hash v0.1.1 |
| 614 | 2026-02-19T00:28:13.890Z | Downloaded ppv-lite86 v0.2.20 |
| 615 | 2026-02-19T00:28:13.891Z | Downloaded powerfmt v0.2.0 |
| 616 | 2026-02-19T00:28:13.891Z | Downloaded postgres-types v0.2.9 |
| 617 | 2026-02-19T00:28:13.914Z | Downloaded phf_shared v0.11.2 |
| 618 | 2026-02-19T00:28:13.915Z | Downloaded pest_meta v2.8.2 |
| 619 | 2026-02-19T00:28:13.915Z | Downloaded pest_generator v2.8.2 |
| 620 | 2026-02-19T00:28:13.915Z | Downloaded pest_derive v2.8.2 |
| 621 | 2026-02-19T00:28:13.915Z | Downloaded pest v2.8.2 |
| 622 | 2026-02-19T00:28:13.915Z | Downloaded pem v3.0.5 |
| 623 | 2026-02-19T00:28:13.915Z | Downloaded openssl v0.10.73 |
| 624 | 2026-02-19T00:28:13.940Z | Downloaded libxml v0.3.3 |
| 625 | 2026-02-19T00:28:13.940Z | Downloaded quick-error v1.2.3 |
| 626 | 2026-02-19T00:28:13.941Z | Downloaded pretty-hex v0.4.1 |
| 627 | 2026-02-19T00:28:13.941Z | Downloaded pkcs5 v0.7.1 |
| 628 | 2026-02-19T00:28:13.965Z | Downloaded phf v0.11.2 |
| 629 | 2026-02-19T00:28:13.965Z | Downloaded pem-rfc7468 v0.7.0 |
| 630 | 2026-02-19T00:28:13.965Z | Downloaded peg v0.8.5 |
| 631 | 2026-02-19T00:28:13.965Z | Downloaded pathdiff v0.2.3 |
| 632 | 2026-02-19T00:28:13.965Z | Downloaded parking_lot_core v0.8.6 |
| 633 | 2026-02-19T00:28:13.965Z | Downloaded papergrid v0.17.0 |
| 634 | 2026-02-19T00:28:13.989Z | Downloaded libm v0.2.8 |
| 635 | 2026-02-19T00:28:13.989Z | Downloaded itertools v0.10.5 |
| 636 | 2026-02-19T00:28:13.989Z | Downloaded hyper v1.8.1 |
| 637 | 2026-02-19T00:28:14.013Z | Downloaded pkcs1 v0.7.5 |
| 638 | 2026-02-19T00:28:14.014Z | Downloaded pin-project-lite v0.2.14 |
| 639 | 2026-02-19T00:28:14.014Z | Downloaded percent-encoding v2.3.2 |
| 640 | 2026-02-19T00:28:14.038Z | Downloaded path-tree v0.8.1 |
| 641 | 2026-02-19T00:28:14.038Z | Downloaded parking_lot_core v0.9.10 |
| 642 | 2026-02-19T00:28:14.038Z | Downloaded parking_lot v0.12.3 |
| 643 | 2026-02-19T00:28:14.038Z | Downloaded p256 v0.13.2 |
| 644 | 2026-02-19T00:28:14.038Z | Downloaded openapiv3 v2.2.0 |
| 645 | 2026-02-19T00:28:14.062Z | Downloaded moka v0.12.10 |
| 646 | 2026-02-19T00:28:14.062Z | Downloaded jiff-static v0.2.15 |
| 647 | 2026-02-19T00:28:14.088Z | Downloaded hyper-util v0.1.19 |
| 648 | 2026-02-19T00:28:14.089Z | Downloaded goblin v0.8.2 |
| 649 | 2026-02-19T00:28:14.089Z | Downloaded diesel v2.2.12 |
| 650 | 2026-02-19T00:28:14.113Z | Downloaded poly1305 v0.8.0 |
| 651 | 2026-02-19T00:28:14.141Z | Downloaded plotters-svg v0.3.7 |
| 652 | 2026-02-19T00:28:14.141Z | Downloaded plotters-backend v0.3.7 |
| 653 | 2026-02-19T00:28:14.141Z | Downloaded pkg-config v0.3.31 |
| 654 | 2026-02-19T00:28:14.141Z | Downloaded phf v0.12.1 |
| 655 | 2026-02-19T00:28:14.141Z | Downloaded paste v1.0.15 |
| 656 | 2026-02-19T00:28:14.141Z | Downloaded parse-display-derive v0.10.0 |
| 657 | 2026-02-19T00:28:14.141Z | Downloaded parking_lot v0.11.2 |
| 658 | 2026-02-19T00:28:14.141Z | Downloaded openssl-sys v0.9.109 |
| 659 | 2026-02-19T00:28:14.167Z | Downloaded openssl-macros v0.1.1 |
| 660 | 2026-02-19T00:28:14.167Z | Downloaded oorandom v11.1.4 |
| 661 | 2026-02-19T00:28:14.167Z | Downloaded omicron-zone-package v0.12.2 |
| 662 | 2026-02-19T00:28:14.167Z | Downloaded olpc-cjson v0.1.4 |
| 663 | 2026-02-19T00:28:14.167Z | Downloaded number_prefix v0.4.0 |
| 664 | 2026-02-19T00:28:14.167Z | Downloaded num_threads v0.1.7 |
| 665 | 2026-02-19T00:28:14.167Z | Downloaded num_enum_derive v0.5.11 |
| 666 | 2026-02-19T00:28:14.167Z | Downloaded num-traits v0.2.19 |
| 667 | 2026-02-19T00:28:14.167Z | Downloaded num-iter v0.1.45 |
| 668 | 2026-02-19T00:28:14.192Z | Downloaded num-integer v0.1.46 |
| 669 | 2026-02-19T00:28:14.192Z | Downloaded newtype-uuid-macros v0.1.0 |
| 670 | 2026-02-19T00:28:14.192Z | Downloaded newtype-uuid v1.3.2 |
| 671 | 2026-02-19T00:28:14.192Z | Downloaded mio v1.0.2 |
| 672 | 2026-02-19T00:28:14.192Z | Downloaded minimal-lexical v0.2.1 |
| 673 | 2026-02-19T00:28:14.217Z | Downloaded miette v5.10.0 |
| 674 | 2026-02-19T00:28:14.217Z | Downloaded h2 v0.4.6 |
| 675 | 2026-02-19T00:28:14.217Z | Downloaded pin-utils v0.1.0 |
| 676 | 2026-02-19T00:28:14.217Z | Downloaded phf_shared v0.12.1 |
| 677 | 2026-02-19T00:28:14.217Z | Downloaded pbkdf2 v0.12.2 |
| 678 | 2026-02-19T00:28:14.217Z | Downloaded path-slash v0.1.5 |
| 679 | 2026-02-19T00:28:14.217Z | Downloaded parse-size v1.1.0 |
| 680 | 2026-02-19T00:28:14.241Z | Downloaded parse-display v0.10.0 |
| 681 | 2026-02-19T00:28:14.241Z | Downloaded papergrid v0.14.0 |
| 682 | 2026-02-19T00:28:14.241Z | Downloaded papergrid v0.11.0 |
| 683 | 2026-02-19T00:28:14.241Z | Downloaded oso-derive v0.27.3 |
| 684 | 2026-02-19T00:28:14.241Z | Downloaded oso v0.27.3 |
| 685 | 2026-02-19T00:28:14.242Z | Downloaded openssl-probe v0.1.5 |
| 686 | 2026-02-19T00:28:14.242Z | Downloaded opaque-debug v0.3.1 |
| 687 | 2026-02-19T00:28:14.242Z | Downloaded once_cell v1.21.3 |
| 688 | 2026-02-19T00:28:14.266Z | Downloaded num_enum v0.5.11 |
| 689 | 2026-02-19T00:28:14.266Z | Downloaded num-rational v0.4.2 |
| 690 | 2026-02-19T00:28:14.266Z | Downloaded num-complex v0.4.6 |
| 691 | 2026-02-19T00:28:14.266Z | Downloaded nibble_vec v0.1.0 |
| 692 | 2026-02-19T00:28:14.266Z | Downloaded newtype_derive v0.1.6 |
| 693 | 2026-02-19T00:28:14.266Z | Downloaded new_debug_unreachable v1.0.6 |
| 694 | 2026-02-19T00:28:14.266Z | Downloaded nested v0.1.1 |
| 695 | 2026-02-19T00:28:14.266Z | Downloaded native-tls v0.2.12 |
| 696 | 2026-02-19T00:28:14.266Z | Downloaded multimap v0.10.1 |
| 697 | 2026-02-19T00:28:14.266Z | Downloaded multer v3.1.0 |
| 698 | 2026-02-19T00:28:14.266Z | Downloaded miniz_oxide v0.8.5 |
| 699 | 2026-02-19T00:28:14.291Z | Downloaded miette-derive v5.10.0 |
| 700 | 2026-02-19T00:28:14.291Z | Downloaded memoffset v0.9.1 |
| 701 | 2026-02-19T00:28:14.291Z | Downloaded memmap2 v0.9.8 |
| 702 | 2026-02-19T00:28:14.291Z | Downloaded memmap v0.7.0 |
| 703 | 2026-02-19T00:28:14.291Z | Downloaded memchr v2.7.4 |
| 704 | 2026-02-19T00:28:14.291Z | Downloaded md5 v0.7.0 |
| 705 | 2026-02-19T00:28:14.291Z | Downloaded maybe-uninit v2.0.0 |
| 706 | 2026-02-19T00:28:14.291Z | Downloaded match_cfg v0.1.0 |
| 707 | 2026-02-19T00:28:14.291Z | Downloaded maplit v1.0.2 |
| 708 | 2026-02-19T00:28:14.291Z | Downloaded managed v0.8.0 |
| 709 | 2026-02-19T00:28:14.291Z | Downloaded lru v0.12.5 |
| 710 | 2026-02-19T00:28:14.291Z | Downloaded log v0.4.29 |
| 711 | 2026-02-19T00:28:14.316Z | Downloaded lockfree-object-pool v0.1.6 |
| 712 | 2026-02-19T00:28:14.316Z | Downloaded lock_api v0.4.12 |
| 713 | 2026-02-19T00:28:14.316Z | Downloaded knuffel v3.2.0 |
| 714 | 2026-02-19T00:28:14.317Z | Downloaded indexmap v2.13.0 |
| 715 | 2026-02-19T00:28:14.317Z | Downloaded icu_properties_data v1.5.0 |
| 716 | 2026-02-19T00:28:14.341Z | Downloaded hickory-server v0.25.2 |
| 717 | 2026-02-19T00:28:14.341Z | Downloaded hickory-proto v0.25.2 |
| 718 | 2026-02-19T00:28:14.366Z | Downloaded hickory-proto v0.24.4 |
| 719 | 2026-02-19T00:28:14.391Z | Downloaded guppy v0.17.20 |
| 720 | 2026-02-19T00:28:14.391Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 721 | 2026-02-19T00:28:14.415Z | Downloaded pbkdf2 v0.11.0 |
| 722 | 2026-02-19T00:28:14.415Z | Downloaded parking v2.2.1 |
| 723 | 2026-02-19T00:28:14.415Z | Downloaded packed_struct v0.10.1 |
| 724 | 2026-02-19T00:28:14.415Z | Downloaded oxnet v0.1.4 |
| 725 | 2026-02-19T00:28:14.415Z | Downloaded owo-colors v4.2.3 |
| 726 | 2026-02-19T00:28:14.415Z | Downloaded ordered-float v2.10.1 |
| 727 | 2026-02-19T00:28:14.415Z | Downloaded newline-converter v0.3.0 |
| 728 | 2026-02-19T00:28:14.415Z | Downloaded nanorand v0.7.0 |
| 729 | 2026-02-19T00:28:14.440Z | Downloaded mime_guess v2.0.5 |
| 730 | 2026-02-19T00:28:14.440Z | Downloaded mime v0.3.17 |
| 731 | 2026-02-19T00:28:14.440Z | Downloaded md-5 v0.10.6 |
| 732 | 2026-02-19T00:28:14.440Z | Downloaded macaddr v1.0.1 |
| 733 | 2026-02-19T00:28:14.440Z | Downloaded lzss v0.8.2 |
| 734 | 2026-02-19T00:28:14.440Z | Downloaded lru-cache v0.1.2 |
| 735 | 2026-02-19T00:28:14.440Z | Downloaded litrs v0.4.1 |
| 736 | 2026-02-19T00:28:14.464Z | Downloaded litemap v0.7.3 |
| 737 | 2026-02-19T00:28:14.464Z | Downloaded linked-hash-map v0.5.6 |
| 738 | 2026-02-19T00:28:14.464Z | Downloaded iri-string v0.7.8 |
| 739 | 2026-02-19T00:28:14.464Z | Downloaded ipnetwork v0.21.1 |
| 740 | 2026-02-19T00:28:14.488Z | Downloaded ipnet v2.11.0 |
| 741 | 2026-02-19T00:28:14.488Z | Downloaded instability v0.3.2 |
| 742 | 2026-02-19T00:28:14.488Z | Downloaded ingot-types v0.1.2 |
| 743 | 2026-02-19T00:28:14.488Z | Downloaded indicatif v0.18.0 |
| 744 | 2026-02-19T00:28:14.489Z | Downloaded indicatif v0.17.11 |
| 745 | 2026-02-19T00:28:14.489Z | Downloaded idna v1.0.3 |
| 746 | 2026-02-19T00:28:14.513Z | Downloaded iddqd v0.3.16 |
| 747 | 2026-02-19T00:28:14.513Z | Downloaded icu_provider v1.5.0 |
| 748 | 2026-02-19T00:28:14.513Z | Downloaded icu_properties v1.5.1 |
| 749 | 2026-02-19T00:28:14.513Z | Downloaded icu_collections v1.5.0 |
| 750 | 2026-02-19T00:28:14.537Z | Downloaded http v1.4.0 |
| 751 | 2026-02-19T00:28:14.537Z | Downloaded hashbrown v0.16.1 |
| 752 | 2026-02-19T00:28:14.537Z | Downloaded hashbrown v0.15.4 |
| 753 | 2026-02-19T00:28:14.562Z | Downloaded curve25519-dalek v4.1.3 |
| 754 | 2026-02-19T00:28:14.562Z | Downloaded oxide-tokio-rt v0.1.2 |
| 755 | 2026-02-19T00:28:14.562Z | Downloaded owo-colors v3.5.0 |
| 756 | 2026-02-19T00:28:14.562Z | Downloaded num-derive v0.3.3 |
| 757 | 2026-02-19T00:28:14.562Z | Downloaded num v0.4.3 |
| 758 | 2026-02-19T00:28:14.562Z | Downloaded internet-checksum v0.2.1 |
| 759 | 2026-02-19T00:28:14.562Z | Downloaded instant v0.1.13 |
| 760 | 2026-02-19T00:28:14.562Z | Downloaded inout v0.1.3 |
| 761 | 2026-02-19T00:28:14.586Z | Downloaded ingot-macros v0.1.1 |
| 762 | 2026-02-19T00:28:14.586Z | Downloaded ingot v0.1.1 |
| 763 | 2026-02-19T00:28:14.586Z | Downloaded indoc v1.0.9 |
| 764 | 2026-02-19T00:28:14.586Z | Downloaded indexmap v1.9.3 |
| 765 | 2026-02-19T00:28:14.586Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 766 | 2026-02-19T00:28:14.586Z | Downloaded ignore v0.4.23 |
| 767 | 2026-02-19T00:28:14.587Z | Downloaded hickory-resolver v0.25.2 |
| 768 | 2026-02-19T00:28:14.611Z | Downloaded bstr v1.10.0 |
| 769 | 2026-02-19T00:28:14.611Z | Downloaded num-conv v0.1.0 |
| 770 | 2026-02-19T00:28:14.611Z | Downloaded nu-ansi-term v0.50.1 |
| 771 | 2026-02-19T00:28:14.611Z | Downloaded normalize-line-endings v0.3.0 |
| 772 | 2026-02-19T00:28:14.611Z | Downloaded nonempty v0.12.0 |
| 773 | 2026-02-19T00:28:14.635Z | Downloaded nodrop v0.1.14 |
| 774 | 2026-02-19T00:28:14.635Z | Downloaded linear-map v1.2.0 |
| 775 | 2026-02-19T00:28:14.635Z | Downloaded libz-rs-sys v0.5.1 |
| 776 | 2026-02-19T00:28:14.635Z | Downloaded libtest-mimic v0.8.1 |
| 777 | 2026-02-19T00:28:14.635Z | Downloaded libsw-core v0.3.1 |
| 778 | 2026-02-19T00:28:14.635Z | Downloaded libsw v3.5.0 |
| 779 | 2026-02-19T00:28:14.635Z | Downloaded libloading v0.8.5 |
| 780 | 2026-02-19T00:28:14.635Z | Downloaded libefi-sys v0.1.0 |
| 781 | 2026-02-19T00:28:14.660Z | Downloaded kv-log-macro v1.0.7 |
| 782 | 2026-02-19T00:28:14.661Z | Downloaded knuffel-derive v3.2.0 |
| 783 | 2026-02-19T00:28:14.661Z | Downloaded jobserver v0.1.32 |
| 784 | 2026-02-19T00:28:14.661Z | Downloaded indoc v2.0.6 |
| 785 | 2026-02-19T00:28:14.661Z | Downloaded indent_write v2.2.0 |
| 786 | 2026-02-19T00:28:14.661Z | Downloaded idna_adapter v1.2.0 |
| 787 | 2026-02-19T00:28:14.661Z | Downloaded ident_case v1.0.1 |
| 788 | 2026-02-19T00:28:14.661Z | Downloaded icu_provider_macros v1.5.0 |
| 789 | 2026-02-19T00:28:14.661Z | Downloaded icu_normalizer_data v1.5.0 |
| 790 | 2026-02-19T00:28:14.685Z | Downloaded icu_normalizer v1.5.0 |
| 791 | 2026-02-19T00:28:14.685Z | Downloaded icu_locid v1.5.0 |
| 792 | 2026-02-19T00:28:14.685Z | Downloaded hickory-resolver v0.24.4 |
| 793 | 2026-02-19T00:28:14.685Z | Downloaded hashbrown v0.14.5 |
| 794 | 2026-02-19T00:28:14.709Z | Downloaded hashbrown v0.13.2 |
| 795 | 2026-02-19T00:28:14.709Z | Downloaded hashbrown v0.12.3 |
| 796 | 2026-02-19T00:28:14.709Z | Downloaded blake3 v1.5.4 |
| 797 | 2026-02-19T00:28:14.733Z | Downloaded bitvec v1.0.1 |
| 798 | 2026-02-19T00:28:14.757Z | Downloaded bindgen v0.71.1 |
| 799 | 2026-02-19T00:28:14.757Z | Downloaded bindgen v0.69.5 |
| 800 | 2026-02-19T00:28:14.782Z | Downloaded async-std v1.13.0 |
| 801 | 2026-02-19T00:28:14.806Z | Downloaded lazycell v1.3.0 |
| 802 | 2026-02-19T00:28:14.806Z | Downloaded lazy_static v1.5.0 |
| 803 | 2026-02-19T00:28:14.806Z | Downloaded lalrpop-util v0.19.12 |
| 804 | 2026-02-19T00:28:14.806Z | Downloaded kstat-rs v0.2.4 |
| 805 | 2026-02-19T00:28:14.806Z | Downloaded keccak v0.1.5 |
| 806 | 2026-02-19T00:28:14.830Z | Downloaded itoa v1.0.11 |
| 807 | 2026-02-19T00:28:14.830Z | Downloaded is_terminal_polyfill v1.70.1 |
| 808 | 2026-02-19T00:28:14.830Z | Downloaded is_ci v1.2.0 |
| 809 | 2026-02-19T00:28:14.830Z | Downloaded is-terminal v0.4.13 |
| 810 | 2026-02-19T00:28:14.830Z | Downloaded icu_locid_transform_data v1.5.0 |
| 811 | 2026-02-19T00:28:14.830Z | Downloaded iana-time-zone v0.1.63 |
| 812 | 2026-02-19T00:28:14.831Z | Downloaded hyper-rustls v0.27.7 |
| 813 | 2026-02-19T00:28:14.831Z | Downloaded hmac v0.12.1 |
| 814 | 2026-02-19T00:28:14.831Z | Downloaded getrandom v0.2.15 |
| 815 | 2026-02-19T00:28:14.855Z | Downloaded futures-util v0.3.31 |
| 816 | 2026-02-19T00:28:14.879Z | Downloaded aws-lc-rs v1.12.4 |
| 817 | 2026-02-19T00:28:14.879Z | Downloaded hyper-tls v0.6.0 |
| 818 | 2026-02-19T00:28:14.879Z | Downloaded hyper-staticfile v0.10.1 |
| 819 | 2026-02-19T00:28:14.903Z | Downloaded humantime v2.2.0 |
| 820 | 2026-02-19T00:28:14.903Z | Downloaded hubpack v0.1.2 |
| 821 | 2026-02-19T00:28:14.903Z | Downloaded httptest v0.16.3 |
| 822 | 2026-02-19T00:28:14.903Z | Downloaded httpdate v1.0.3 |
| 823 | 2026-02-19T00:28:14.903Z | Downloaded httparse v1.9.5 |
| 824 | 2026-02-19T00:28:14.903Z | Downloaded http-range v0.1.5 |
| 825 | 2026-02-19T00:28:14.903Z | Downloaded http-body-util v0.1.3 |
| 826 | 2026-02-19T00:28:14.928Z | Downloaded http-body v1.0.1 |
| 827 | 2026-02-19T00:28:14.928Z | Downloaded hostname v0.4.2 |
| 828 | 2026-02-19T00:28:14.928Z | Downloaded home v0.5.9 |
| 829 | 2026-02-19T00:28:14.928Z | Downloaded highway v1.3.0 |
| 830 | 2026-02-19T00:28:14.928Z | Downloaded hickory-client v0.25.2 |
| 831 | 2026-02-19T00:28:14.928Z | Downloaded hex-literal v0.4.1 |
| 832 | 2026-02-19T00:28:14.929Z | Downloaded hex v0.4.3 |
| 833 | 2026-02-19T00:28:14.929Z | Downloaded heck v0.5.0 |
| 834 | 2026-02-19T00:28:14.929Z | Downloaded heck v0.4.1 |
| 835 | 2026-02-19T00:28:14.953Z | Downloaded heck v0.3.3 |
| 836 | 2026-02-19T00:28:14.953Z | Downloaded heapless v0.8.0 |
| 837 | 2026-02-19T00:28:14.953Z | Downloaded heapless v0.7.17 |
| 838 | 2026-02-19T00:28:14.953Z | Downloaded headers v0.4.1 |
| 839 | 2026-02-19T00:28:14.953Z | Downloaded half v1.8.3 |
| 840 | 2026-02-19T00:28:14.978Z | Downloaded ghash v0.5.1 |
| 841 | 2026-02-19T00:28:14.978Z | Downloaded getrandom v0.3.4 |
| 842 | 2026-02-19T00:28:14.978Z | Downloaded gethostname v0.5.0 |
| 843 | 2026-02-19T00:28:14.978Z | Downloaded cancel-safe-futures v0.1.5 |
| 844 | 2026-02-19T00:28:14.978Z | Downloaded bumpalo v3.16.0 |
| 845 | 2026-02-19T00:28:14.978Z | Downloaded bitflags v2.9.4 |
| 846 | 2026-02-19T00:28:15.002Z | Downloaded base64 v0.22.1 |
| 847 | 2026-02-19T00:28:15.002Z | Downloaded base64 v0.21.7 |
| 848 | 2026-02-19T00:28:15.002Z | Downloaded backtrace v0.3.74 |
| 849 | 2026-02-19T00:28:15.026Z | Downloaded backoff v0.4.0 |
| 850 | 2026-02-19T00:28:15.026Z | Downloaded async-task v4.7.1 |
| 851 | 2026-02-19T00:28:15.026Z | Downloaded async-lock v3.4.0 |
| 852 | 2026-02-19T00:28:15.026Z | Downloaded anstream v0.6.18 |
| 853 | 2026-02-19T00:28:15.026Z | Downloaded aes v0.8.4 |
| 854 | 2026-02-19T00:28:15.026Z | Downloaded hostname v0.3.1 |
| 855 | 2026-02-19T00:28:15.026Z | Downloaded hash32 v0.3.1 |
| 856 | 2026-02-19T00:28:15.026Z | Downloaded hash32 v0.2.1 |
| 857 | 2026-02-19T00:28:15.051Z | Downloaded half v2.4.1 |
| 858 | 2026-02-19T00:28:15.051Z | Downloaded guppy-workspace-hack v0.1.0 |
| 859 | 2026-02-19T00:28:15.051Z | Downloaded group v0.13.0 |
| 860 | 2026-02-19T00:28:15.051Z | Downloaded globset v0.4.15 |
| 861 | 2026-02-19T00:28:15.051Z | Downloaded glob v0.3.2 |
| 862 | 2026-02-19T00:28:15.051Z | Downloaded futures-lite v2.3.0 |
| 863 | 2026-02-19T00:28:15.051Z | Downloaded futures v0.3.31 |
| 864 | 2026-02-19T00:28:15.051Z | Downloaded fs_extra v1.3.0 |
| 865 | 2026-02-19T00:28:15.075Z | Downloaded fancy-regex v0.14.0 |
| 866 | 2026-02-19T00:28:15.075Z | Downloaded expectorate v1.2.0 |
| 867 | 2026-02-19T00:28:15.075Z | Downloaded crossterm v0.29.0 |
| 868 | 2026-02-19T00:28:15.075Z | Downloaded crossterm v0.28.1 |
| 869 | 2026-02-19T00:28:15.099Z | Downloaded cargo_metadata v0.21.0 |
| 870 | 2026-02-19T00:28:15.099Z | Downloaded cargo_metadata v0.19.2 |
| 871 | 2026-02-19T00:28:15.099Z | Downloaded cargo-platform v0.1.8 |
| 872 | 2026-02-19T00:28:15.099Z | Downloaded camino-tempfile v1.4.1 |
| 873 | 2026-02-19T00:28:15.099Z | Downloaded bzip2 v0.4.4 |
| 874 | 2026-02-19T00:28:15.100Z | Downloaded bytes v1.11.1 |
| 875 | 2026-02-19T00:28:15.124Z | Downloaded byteorder v1.5.0 |
| 876 | 2026-02-19T00:28:15.124Z | Downloaded bytecount v0.6.8 |
| 877 | 2026-02-19T00:28:15.124Z | Downloaded block-padding v0.3.3 |
| 878 | 2026-02-19T00:28:15.124Z | Downloaded bitfield-macros v0.19.2 |
| 879 | 2026-02-19T00:28:15.124Z | Downloaded bitfield v0.19.2 |
| 880 | 2026-02-19T00:28:15.124Z | Downloaded bit-set v0.5.3 |
| 881 | 2026-02-19T00:28:15.124Z | Downloaded bcs v0.1.6 |
| 882 | 2026-02-19T00:28:15.124Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 883 | 2026-02-19T00:28:15.124Z | Downloaded bb8 v0.8.5 |
| 884 | 2026-02-19T00:28:15.124Z | Downloaded base64ct v1.6.0 |
| 885 | 2026-02-19T00:28:15.148Z | Downloaded base16ct v0.2.0 |
| 886 | 2026-02-19T00:28:15.148Z | Downloaded autocfg v1.4.0 |
| 887 | 2026-02-19T00:28:15.148Z | Downloaded atomicwrites v0.4.4 |
| 888 | 2026-02-19T00:28:15.149Z | Downloaded atomic-waker v1.1.2 |
| 889 | 2026-02-19T00:28:15.149Z | Downloaded async-trait v0.1.89 |
| 890 | 2026-02-19T00:28:15.149Z | Downloaded async-stream-impl v0.3.6 |
| 891 | 2026-02-19T00:28:15.149Z | Downloaded async-stream v0.3.6 |
| 892 | 2026-02-19T00:28:15.149Z | Downloaded async-recursion v1.1.1 |
| 893 | 2026-02-19T00:28:15.149Z | Downloaded async-process v2.3.0 |
| 894 | 2026-02-19T00:28:15.173Z | Downloaded async-object-pool v0.1.5 |
| 895 | 2026-02-19T00:28:15.173Z | Downloaded async-io v2.3.4 |
| 896 | 2026-02-19T00:28:15.173Z | Downloaded async-global-executor v2.4.1 |
| 897 | 2026-02-19T00:28:15.173Z | Downloaded async-executor v1.13.1 |
| 898 | 2026-02-19T00:28:15.173Z | Downloaded async-channel v2.3.1 |
| 899 | 2026-02-19T00:28:15.173Z | Downloaded async-channel v1.9.0 |
| 900 | 2026-02-19T00:28:15.173Z | Downloaded async-attributes v1.1.2 |
| 901 | 2026-02-19T00:28:15.173Z | Downloaded assert_cmd v2.0.17 |
| 902 | 2026-02-19T00:28:15.173Z | Downloaded ascii-canvas v3.0.0 |
| 903 | 2026-02-19T00:28:15.173Z | Downloaded arrayref v0.3.9 |
| 904 | 2026-02-19T00:28:15.173Z | Downloaded approx v0.5.1 |
| 905 | 2026-02-19T00:28:15.197Z | Downloaded anstyle-query v1.1.1 |
| 906 | 2026-02-19T00:28:15.197Z | Downloaded anes v0.1.6 |
| 907 | 2026-02-19T00:28:15.197Z | Downloaded aho-corasick v1.1.3 |
| 908 | 2026-02-19T00:28:15.197Z | Downloaded adler2 v2.0.0 |
| 909 | 2026-02-19T00:28:15.197Z | Downloaded globwalk v0.9.1 |
| 910 | 2026-02-19T00:28:15.221Z | Downloaded fxhash v0.2.1 |
| 911 | 2026-02-19T00:28:15.221Z | Downloaded futures-timer v3.0.3 |
| 912 | 2026-02-19T00:28:15.221Z | Downloaded futures-task v0.3.31 |
| 913 | 2026-02-19T00:28:15.222Z | Downloaded futures-sink v0.3.31 |
| 914 | 2026-02-19T00:28:15.222Z | Downloaded futures-macro v0.3.31 |
| 915 | 2026-02-19T00:28:15.222Z | Downloaded futures-io v0.3.31 |
| 916 | 2026-02-19T00:28:15.222Z | Downloaded futures-executor v0.3.31 |
| 917 | 2026-02-19T00:28:15.222Z | Downloaded futures-core v0.3.31 |
| 918 | 2026-02-19T00:28:15.222Z | Downloaded futures-channel v0.3.31 |
| 919 | 2026-02-19T00:28:15.222Z | Downloaded funty v2.0.0 |
| 920 | 2026-02-19T00:28:15.222Z | Downloaded fs-err v3.1.1 |
| 921 | 2026-02-19T00:28:15.246Z | Downloaded fs-err v2.11.0 |
| 922 | 2026-02-19T00:28:15.246Z | Downloaded form_urlencoded v1.2.2 |
| 923 | 2026-02-19T00:28:15.246Z | Downloaded foreign-types-shared v0.3.1 |
| 924 | 2026-02-19T00:28:15.246Z | Downloaded foreign-types-shared v0.1.1 |
| 925 | 2026-02-19T00:28:15.246Z | Downloaded foreign-types-macros v0.2.3 |
| 926 | 2026-02-19T00:28:15.246Z | Downloaded foreign-types v0.5.0 |
| 927 | 2026-02-19T00:28:15.246Z | Downloaded foreign-types v0.3.2 |
| 928 | 2026-02-19T00:28:15.246Z | Downloaded foldhash v0.2.0 |
| 929 | 2026-02-19T00:28:15.246Z | Downloaded foldhash v0.1.5 |
| 930 | 2026-02-19T00:28:15.246Z | Downloaded flume v0.11.1 |
| 931 | 2026-02-19T00:28:15.271Z | Downloaded flate2 v1.1.2 |
| 932 | 2026-02-19T00:28:15.271Z | Downloaded fixedbitset v0.5.7 |
| 933 | 2026-02-19T00:28:15.271Z | Downloaded filetime v0.2.26 |
| 934 | 2026-02-19T00:28:15.271Z | Downloaded fatfs v0.3.6 |
| 935 | 2026-02-19T00:28:15.271Z | Downloaded fallible-iterator v0.2.0 |
| 936 | 2026-02-19T00:28:15.271Z | Downloaded event-listener v5.3.1 |
| 937 | 2026-02-19T00:28:15.271Z | Downloaded ed25519-dalek v2.1.1 |
| 938 | 2026-02-19T00:28:15.271Z | Downloaded dropshot-api-manager v0.3.0 |
| 939 | 2026-02-19T00:28:15.295Z | Downloaded criterion v0.7.0 |
| 940 | 2026-02-19T00:28:15.295Z | Downloaded clap_builder v4.5.48 |
| 941 | 2026-02-19T00:28:15.295Z | Downloaded cc v1.2.30 |
| 942 | 2026-02-19T00:28:15.320Z | Downloaded castaway v0.2.3 |
| 943 | 2026-02-19T00:28:15.320Z | Downloaded cast v0.3.0 |
| 944 | 2026-02-19T00:28:15.320Z | Downloaded cargo-util-schemas v0.8.2 |
| 945 | 2026-02-19T00:28:15.320Z | Downloaded cargo-platform v0.2.0 |
| 946 | 2026-02-19T00:28:15.320Z | Downloaded camino-tempfile-ext v0.3.2 |
| 947 | 2026-02-19T00:28:15.320Z | Downloaded bzip2 v0.5.2 |
| 948 | 2026-02-19T00:28:15.320Z | Downloaded buf-list v1.0.3 |
| 949 | 2026-02-19T00:28:15.320Z | Downloaded blowfish v0.9.1 |
| 950 | 2026-02-19T00:28:15.320Z | Downloaded blocking v1.6.1 |
| 951 | 2026-02-19T00:28:15.344Z | Downloaded block-buffer v0.10.4 |
| 952 | 2026-02-19T00:28:15.344Z | Downloaded blake2b_simd v1.0.2 |
| 953 | 2026-02-19T00:28:15.344Z | Downloaded blake2 v0.10.6 |
| 954 | 2026-02-19T00:28:15.344Z | Downloaded bitflags v1.3.2 |
| 955 | 2026-02-19T00:28:15.344Z | Downloaded bitfield-struct v0.6.2 |
| 956 | 2026-02-19T00:28:15.344Z | Downloaded bit-vec v0.8.0 |
| 957 | 2026-02-19T00:28:15.345Z | Downloaded bit-vec v0.6.3 |
| 958 | 2026-02-19T00:28:15.345Z | Downloaded bit-set v0.8.0 |
| 959 | 2026-02-19T00:28:15.345Z | Downloaded base64 v0.13.1 |
| 960 | 2026-02-19T00:28:15.345Z | Downloaded backtrace-ext v0.2.1 |
| 961 | 2026-02-19T00:28:15.345Z | Downloaded atty v0.2.14 |
| 962 | 2026-02-19T00:28:15.369Z | Downloaded async-signal v0.2.10 |
| 963 | 2026-02-19T00:28:15.369Z | Downloaded async-bb8-diesel v0.2.1 |
| 964 | 2026-02-19T00:28:15.369Z | Downloaded anstyle-parse v0.2.5 |
| 965 | 2026-02-19T00:28:15.369Z | Downloaded aead v0.5.2 |
| 966 | 2026-02-19T00:28:15.369Z | Downloaded addr2line v0.24.2 |
| 967 | 2026-02-19T00:28:15.369Z | Downloaded fnv v1.0.7 |
| 968 | 2026-02-19T00:28:15.369Z | Downloaded float-ord v0.3.2 |
| 969 | 2026-02-19T00:28:15.369Z | Downloaded float-cmp v0.10.0 |
| 970 | 2026-02-19T00:28:15.369Z | Downloaded flagset v0.4.6 |
| 971 | 2026-02-19T00:28:15.369Z | Downloaded fixedbitset v0.4.2 |
| 972 | 2026-02-19T00:28:15.369Z | Downloaded ff v0.13.0 |
| 973 | 2026-02-19T00:28:15.369Z | Downloaded fd-lock v4.0.2 |
| 974 | 2026-02-19T00:28:15.369Z | Downloaded fastrand v2.1.1 |
| 975 | 2026-02-19T00:28:15.394Z | Downloaded event-listener-strategy v0.5.2 |
| 976 | 2026-02-19T00:28:15.394Z | Downloaded event-listener v2.5.3 |
| 977 | 2026-02-19T00:28:15.394Z | Downloaded escape8259 v0.5.3 |
| 978 | 2026-02-19T00:28:15.394Z | Downloaded errno v0.3.12 |
| 979 | 2026-02-19T00:28:15.394Z | Downloaded erased-serde v0.4.6 |
| 980 | 2026-02-19T00:28:15.394Z | Downloaded erased-serde v0.3.31 |
| 981 | 2026-02-19T00:28:15.394Z | Downloaded equivalent v1.0.2 |
| 982 | 2026-02-19T00:28:15.394Z | Downloaded env_logger v0.11.8 |
| 983 | 2026-02-19T00:28:15.394Z | Downloaded elliptic-curve v0.13.8 |
| 984 | 2026-02-19T00:28:15.394Z | Downloaded dropshot_endpoint v0.16.7 |
| 985 | 2026-02-19T00:28:15.419Z | Downloaded diesel_derives v2.2.3 |
| 986 | 2026-02-19T00:28:15.419Z | Downloaded derive_more-impl v2.0.1 |
| 987 | 2026-02-19T00:28:15.419Z | Downloaded derive_more v0.99.20 |
| 988 | 2026-02-19T00:28:15.419Z | Downloaded derive-where v1.5.0 |
| 989 | 2026-02-19T00:28:15.443Z | Downloaded der v0.7.10 |
| 990 | 2026-02-19T00:28:15.443Z | Downloaded darling_core v0.21.0 |
| 991 | 2026-02-19T00:28:15.443Z | Downloaded crossbeam-channel v0.5.15 |
| 992 | 2026-02-19T00:28:15.444Z | Downloaded crc32fast v1.4.2 |
| 993 | 2026-02-19T00:28:15.468Z | Downloaded cookie v0.18.1 |
| 994 | 2026-02-19T00:28:15.468Z | Downloaded const_format v0.2.34 |
| 995 | 2026-02-19T00:28:15.468Z | Downloaded console v0.15.10 |
| 996 | 2026-02-19T00:28:15.468Z | Downloaded compact_str v0.8.0 |
| 997 | 2026-02-19T00:28:15.492Z | Downloaded cbc v0.1.2 |
| 998 | 2026-02-19T00:28:15.492Z | Downloaded cassowary v0.3.0 |
| 999 | 2026-02-19T00:28:15.492Z | Downloaded camino v1.2.2 |
| 1000 | 2026-02-19T00:28:15.492Z | Downloaded arrayvec v0.7.6 |
| 1001 | 2026-02-19T00:28:15.492Z | Downloaded array-init v0.0.4 |
| 1002 | 2026-02-19T00:28:15.492Z | Downloaded arc-swap v1.7.1 |
| 1003 | 2026-02-19T00:28:15.492Z | Downloaded anyhow v1.0.99 |
| 1004 | 2026-02-19T00:28:15.492Z | Downloaded anstyle v1.0.11 |
| 1005 | 2026-02-19T00:28:15.492Z | Downloaded ahash v0.8.12 |
| 1006 | 2026-02-19T00:28:15.517Z | Downloaded aes-gcm v0.10.3 |
| 1007 | 2026-02-19T00:28:15.517Z | Downloaded either v1.15.0 |
| 1008 | 2026-02-19T00:28:15.517Z | Downloaded ed25519 v2.2.3 |
| 1009 | 2026-02-19T00:28:15.517Z | Downloaded ecdsa v0.16.9 |
| 1010 | 2026-02-19T00:28:15.517Z | Downloaded dyn-clone v1.0.20 |
| 1011 | 2026-02-19T00:28:15.517Z | Downloaded drift v0.1.3 |
| 1012 | 2026-02-19T00:28:15.541Z | Downloaded des v0.8.1 |
| 1013 | 2026-02-19T00:28:15.541Z | Downloaded derive_more v2.0.1 |
| 1014 | 2026-02-19T00:28:15.566Z | Downloaded derive_builder v0.20.2 |
| 1015 | 2026-02-19T00:28:15.566Z | Downloaded deranged v0.5.3 |
| 1016 | 2026-02-19T00:28:15.566Z | Downloaded datatest-stable v0.3.2 |
| 1017 | 2026-02-19T00:28:15.566Z | Downloaded darling_core v0.20.10 |
| 1018 | 2026-02-19T00:28:15.590Z | Downloaded daft-derive v0.1.4 |
| 1019 | 2026-02-19T00:28:15.590Z | Downloaded crypto-bigint v0.5.5 |
| 1020 | 2026-02-19T00:28:15.614Z | Downloaded crossbeam-utils v0.8.21 |
| 1021 | 2026-02-19T00:28:15.614Z | Downloaded crossbeam-epoch v0.9.18 |
| 1022 | 2026-02-19T00:28:15.614Z | Downloaded crossbeam-deque v0.8.5 |
| 1023 | 2026-02-19T00:28:15.614Z | Downloaded critical-section v1.1.3 |
| 1024 | 2026-02-19T00:28:15.614Z | Downloaded crc-any v2.5.0 |
| 1025 | 2026-02-19T00:28:15.614Z | Downloaded convert_case v0.7.1 |
| 1026 | 2026-02-19T00:28:15.614Z | Downloaded const_format_proc_macros v0.2.34 |
| 1027 | 2026-02-19T00:28:15.614Z | Downloaded const-oid v0.9.6 |
| 1028 | 2026-02-19T00:28:15.639Z | Downloaded console v0.16.0 |
| 1029 | 2026-02-19T00:28:15.639Z | Downloaded concurrent-queue v2.5.0 |
| 1030 | 2026-02-19T00:28:15.639Z | Downloaded assert_matches v1.5.0 |
| 1031 | 2026-02-19T00:28:15.639Z | Downloaded assert-json-diff v2.0.2 |
| 1032 | 2026-02-19T00:28:15.639Z | Downloaded argon2 v0.5.3 |
| 1033 | 2026-02-19T00:28:15.639Z | Downloaded allocator-api2 v0.2.21 |
| 1034 | 2026-02-19T00:28:15.639Z | Downloaded enum-as-inner v0.6.1 |
| 1035 | 2026-02-19T00:28:15.639Z | Downloaded endian-type v0.1.2 |
| 1036 | 2026-02-19T00:28:15.639Z | Downloaded embedded-io v0.6.1 |
| 1037 | 2026-02-19T00:28:15.663Z | Downloaded embedded-io v0.4.0 |
| 1038 | 2026-02-19T00:28:15.663Z | Downloaded dunce v1.0.5 |
| 1039 | 2026-02-19T00:28:15.663Z | Downloaded dropshot-api-manager-types v0.3.0 |
| 1040 | 2026-02-19T00:28:15.663Z | Downloaded dof v0.3.0 |
| 1041 | 2026-02-19T00:28:15.663Z | Downloaded displaydoc v0.2.5 |
| 1042 | 2026-02-19T00:28:15.663Z | Downloaded dirs-next v2.0.0 |
| 1043 | 2026-02-19T00:28:15.663Z | Downloaded digest v0.10.7 |
| 1044 | 2026-02-19T00:28:15.663Z | Downloaded diesel-dtrace v0.4.2 |
| 1045 | 2026-02-19T00:28:15.663Z | Downloaded derive_builder_core v0.20.2 |
| 1046 | 2026-02-19T00:28:15.663Z | Downloaded derive-ex v0.1.8 |
| 1047 | 2026-02-19T00:28:15.663Z | Downloaded defmt-parser v0.3.4 |
| 1048 | 2026-02-19T00:28:15.688Z | Downloaded defmt-macros v0.3.9 |
| 1049 | 2026-02-19T00:28:15.688Z | Downloaded defmt v0.3.8 |
| 1050 | 2026-02-19T00:28:15.688Z | Downloaded data-encoding v2.9.0 |
| 1051 | 2026-02-19T00:28:15.688Z | Downloaded darling v0.21.0 |
| 1052 | 2026-02-19T00:28:15.688Z | Downloaded darling v0.20.10 |
| 1053 | 2026-02-19T00:28:15.712Z | Downloaded crunchy v0.2.2 |
| 1054 | 2026-02-19T00:28:15.712Z | Downloaded criterion-plot v0.6.0 |
| 1055 | 2026-02-19T00:28:15.712Z | Downloaded cookie_store v0.21.1 |
| 1056 | 2026-02-19T00:28:15.712Z | Downloaded convert_case v0.4.0 |
| 1057 | 2026-02-19T00:28:15.712Z | Downloaded constant_time_eq v0.3.1 |
| 1058 | 2026-02-19T00:28:15.712Z | Downloaded dtrace-parser v0.2.0 |
| 1059 | 2026-02-19T00:28:15.712Z | Downloaded dsl_auto_type v0.1.2 |
| 1060 | 2026-02-19T00:28:15.712Z | Downloaded dof v0.4.0 |
| 1061 | 2026-02-19T00:28:15.712Z | Downloaded document-features v0.2.11 |
| 1062 | 2026-02-19T00:28:15.712Z | Downloaded doc-comment v0.3.3 |
| 1063 | 2026-02-19T00:28:15.712Z | Downloaded display-error-chain v0.2.2 |
| 1064 | 2026-02-19T00:28:15.712Z | Downloaded dirs-sys-next v0.1.2 |
| 1065 | 2026-02-19T00:28:15.712Z | Downloaded difflib v0.4.0 |
| 1066 | 2026-02-19T00:28:15.712Z | Downloaded diff v0.1.13 |
| 1067 | 2026-02-19T00:28:15.737Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 1068 | 2026-02-19T00:28:15.737Z | Downloaded der_derive v0.7.3 |
| 1069 | 2026-02-19T00:28:15.738Z | Downloaded darling_macro v0.20.10 |
| 1070 | 2026-02-19T00:28:15.738Z | Downloaded ctr v0.9.2 |
| 1071 | 2026-02-19T00:28:15.738Z | Downloaded cstr-argument v0.1.2 |
| 1072 | 2026-02-19T00:28:15.738Z | Downloaded crypto-common v0.1.6 |
| 1073 | 2026-02-19T00:28:15.738Z | Downloaded crc8 v0.1.1 |
| 1074 | 2026-02-19T00:28:15.738Z | Downloaded crc-catalog v2.4.0 |
| 1075 | 2026-02-19T00:28:15.738Z | Downloaded cobs v0.2.3 |
| 1076 | 2026-02-19T00:28:15.738Z | Downloaded cipher v0.4.4 |
| 1077 | 2026-02-19T00:28:15.738Z | Downloaded ciborium-ll v0.2.2 |
| 1078 | 2026-02-19T00:28:15.738Z | Downloaded ciborium-io v0.2.2 |
| 1079 | 2026-02-19T00:28:15.738Z | Downloaded ciborium v0.2.2 |
| 1080 | 2026-02-19T00:28:15.762Z | Downloaded chumsky v0.9.3 |
| 1081 | 2026-02-19T00:28:15.762Z | Downloaded chrono v0.4.43 |
| 1082 | 2026-02-19T00:28:15.762Z | Downloaded debug-ignore v1.0.5 |
| 1083 | 2026-02-19T00:28:15.762Z | Downloaded darling_macro v0.21.0 |
| 1084 | 2026-02-19T00:28:15.762Z | Downloaded daft v0.1.4 |
| 1085 | 2026-02-19T00:28:15.788Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 1086 | 2026-02-19T00:28:15.788Z | Downloaded csv-core v0.1.11 |
| 1087 | 2026-02-19T00:28:15.788Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1088 | 2026-02-19T00:28:15.788Z | Downloaded cmake v0.1.51 |
| 1089 | 2026-02-19T00:28:15.788Z | Downloaded clap_derive v4.5.47 |
| 1090 | 2026-02-19T00:28:15.788Z | Downloaded clap v4.5.48 |
| 1091 | 2026-02-19T00:28:15.812Z | Downloaded clang-sys v1.8.1 |
| 1092 | 2026-02-19T00:28:15.812Z | Downloaded cfg-if v1.0.4 |
| 1093 | 2026-02-19T00:28:15.812Z | Downloaded cfg-expr v0.20.1 |
| 1094 | 2026-02-19T00:28:15.812Z | Downloaded cexpr v0.6.0 |
| 1095 | 2026-02-19T00:28:15.812Z | Downloaded cpufeatures v0.2.14 |
| 1096 | 2026-02-19T00:28:15.812Z | Downloaded corncobs v0.1.4 |
| 1097 | 2026-02-19T00:28:15.812Z | Downloaded colored v3.0.0 |
| 1098 | 2026-02-19T00:28:15.812Z | Downloaded colored v2.2.0 |
| 1099 | 2026-02-19T00:28:15.812Z | Downloaded colorchoice v1.0.2 |
| 1100 | 2026-02-19T00:28:15.812Z | Downloaded clap_lex v0.7.4 |
| 1101 | 2026-02-19T00:28:15.838Z | Downloaded chacha20poly1305 v0.10.1 |
| 1102 | 2026-02-19T00:28:15.838Z | Downloaded cfg_aliases v0.2.1 |
| 1103 | 2026-02-19T00:28:15.838Z | Downloaded cfg_aliases v0.1.1 |
| 1104 | 2026-02-19T00:28:16.312Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1105 | 2026-02-19T00:28:37.906Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 1106 | 2026-02-19T00:28:58.545Z | Startup: Caching catalogs ... Done |
| 1107 | 2026-02-19T00:29:40.946Z | Planning: Solver setup ... Done (39.358s) |
| 1108 | 2026-02-19T00:29:41.282Z | Planning: Running solver ... Done (0.335s) |
| 1109 | 2026-02-19T00:29:41.469Z | Planning: Finding local manifests ... Done (0.002s) |
| 1110 | 2026-02-19T00:29:41.548Z | Planning: Fetching manifests: 0/4 0% complete |
| 1111 | 2026-02-19T00:29:42.019Z | Planning: Fetching manifests: 4/4 100% complete |
| 1112 | 2026-02-19T00:29:42.105Z | Planning: Package planning ... Done (0.087s) |
| 1113 | 2026-02-19T00:29:42.194Z | Planning: Merging actions ... Done (0.088s) |
| 1114 | 2026-02-19T00:29:42.710Z | Planning: Checking for conflicting actions ... Done (0.514s) |
| 1115 | 2026-02-19T00:29:42.734Z | Planning: Consolidating action changes ... Done (0.019s) |
| 1116 | 2026-02-19T00:29:43.621Z | Planning: Evaluating mediators ... Done (0.892s) |
| 1117 | 2026-02-19T00:29:43.644Z | Planning: Planning completed in 44.96 seconds |
| 1118 | 2026-02-19T00:29:43.669Z | Packages to install: 4 |
| 1119 | 2026-02-19T00:29:43.669Z | Mediators to change: 2 |
| 1120 | 2026-02-19T00:29:43.669Z | Services to change: 1 |
| 1121 | 2026-02-19T00:29:43.669Z | Estimated space available: 154.47 GB |
| 1122 | 2026-02-19T00:29:43.669Z | Estimated space to be consumed: 1.81 GB |
| 1123 | 2026-02-19T00:29:43.669Z | Create boot environment: No |
| 1124 | 2026-02-19T00:29:43.669Z | Create backup boot environment: No |
| 1125 | 2026-02-19T00:29:43.669Z | Rebuild boot archive: No |
| 1126 | 2026-02-19T00:29:43.669Z | |
| 1127 | 2026-02-19T00:29:43.669Z | Changed mediators: |
| 1128 | 2026-02-19T00:29:43.669Z | mediator clang: |
| 1129 | 2026-02-19T00:29:43.669Z | version: None -> 15 (system default) |
| 1130 | 2026-02-19T00:29:43.669Z | |
| 1131 | 2026-02-19T00:29:43.669Z | mediator llvm: |
| 1132 | 2026-02-19T00:29:43.669Z | version: 14 (system default) -> 15 (system default) |
| 1133 | 2026-02-19T00:29:43.669Z | |
| 1134 | 2026-02-19T00:29:43.669Z | Changed packages: |
| 1135 | 2026-02-19T00:29:43.669Z | helios-dev |
| 1136 | 2026-02-19T00:29:43.670Z | developer/build-essential |
| 1137 | 2026-02-19T00:29:43.670Z | None -> 11-2.0 |
| 1138 | 2026-02-19T00:29:43.670Z | library/libxmlsec1 |
| 1139 | 2026-02-19T00:29:43.670Z | None -> 1.2.35-2.0 |
| 1140 | 2026-02-19T00:29:43.670Z | ooce/developer/clang-15 |
| 1141 | 2026-02-19T00:29:43.670Z | None -> 15.0.7-2.0 |
| 1142 | 2026-02-19T00:29:43.670Z | ooce/developer/llvm-15 |
| 1143 | 2026-02-19T00:29:43.670Z | None -> 15.0.7-2.0 |
| 1144 | 2026-02-19T00:29:43.670Z | |
| 1145 | 2026-02-19T00:29:43.670Z | Services: |
| 1146 | 2026-02-19T00:29:43.670Z | restart_fmri: |
| 1147 | 2026-02-19T00:29:43.670Z | svc:/system/update-man-index:default |
| 1148 | 2026-02-19T00:29:43.754Z | |
| 1149 | 2026-02-19T00:29:43.754Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 1150 | 2026-02-19T00:29:48.755Z | Download: 1216/3290 items 85.1/212.6MB 40% complete (17.2M/s) |
| 1151 | 2026-02-19T00:29:53.755Z | Download: 3244/3290 items 168.3/212.6MB 79% complete (17.0M/s) |
| 1152 | 2026-02-19T00:29:58.183Z | Download: Completed 212.60 MB in 14.43 seconds (14.7M/s) |
| 1153 | 2026-02-19T00:29:58.401Z | Actions: 1/3689 actions (Installing new actions) |
| 1154 | 2026-02-19T00:30:03.402Z | Actions: 2649/3689 actions (Installing new actions) |
| 1155 | 2026-02-19T00:30:04.885Z | Actions: Completed 3689 actions in 6.48 seconds. |
| 1156 | 2026-02-19T00:30:06.221Z | Done (1.329s) |
| 1157 | 2026-02-19T00:30:06.221Z | Done (0.000s) |
| 1158 | 2026-02-19T00:30:08.053Z | Done (1.832s) |
| 1159 | 2026-02-19T00:30:15.303Z | Done (6.859s) |
| 1160 | 2026-02-19T00:30:15.439Z | Done (0.032s) |
| 1161 | 2026-02-19T00:30:15.465Z | Done (0.000s) |
| 1162 | 2026-02-19T00:30:15.686Z | Done (0.000s) |
| 1163 | 2026-02-19T00:30:16.950Z | Planning: Evaluating mediator changes ... Done |
| 1164 | 2026-02-19T00:30:17.269Z | Planning: Checking for conflicting actions ... Done |
| 1165 | 2026-02-19T00:30:17.293Z | Planning: Consolidating action changes ... Done |
| 1166 | 2026-02-19T00:30:17.752Z | Planning: Evaluating mediators ... Done |
| 1167 | 2026-02-19T00:30:17.776Z | Planning: Planning completed in 0.80 seconds |
| 1168 | 2026-02-19T00:30:17.813Z | Mediators to change: 2 |
| 1169 | 2026-02-19T00:30:17.813Z | Create boot environment: No |
| 1170 | 2026-02-19T00:30:17.813Z | Create backup boot environment: No |
| 1171 | 2026-02-19T00:30:17.898Z | Done |
| 1172 | 2026-02-19T00:30:17.898Z | Done |
| 1173 | 2026-02-19T00:30:19.354Z | Done |
| 1174 | 2026-02-19T00:30:25.902Z | Done |
| 1175 | 2026-02-19T00:30:26.029Z | Done |
| 1176 | 2026-02-19T00:30:26.030Z | Done |
| 1177 | 2026-02-19T00:30:26.191Z | Done |
| 1178 | 2026-02-19T00:30:27.242Z | Planning: Evaluating mediator changes ... Done |
| 1179 | 2026-02-19T00:30:27.318Z | Planning: Merging actions ... Done |
| 1180 | 2026-02-19T00:30:27.534Z | Planning: Checking for conflicting actions ... Done |
| 1181 | 2026-02-19T00:30:27.566Z | Planning: Consolidating action changes ... Done |
| 1182 | 2026-02-19T00:30:27.955Z | Planning: Evaluating mediators ... Done |
| 1183 | 2026-02-19T00:30:28.045Z | Planning: Planning completed in 1.33 seconds |
| 1184 | 2026-02-19T00:30:28.101Z | Packages to change: 1 |
| 1185 | 2026-02-19T00:30:28.101Z | Mediators to change: 1 |
| 1186 | 2026-02-19T00:30:28.101Z | Services to change: 1 |
| 1187 | 2026-02-19T00:30:28.101Z | Create boot environment: No |
| 1188 | 2026-02-19T00:30:28.101Z | Create backup boot environment: Yes |
| 1189 | 2026-02-19T00:30:30.506Z | Actions: 1/6 actions (Updating modified actions) |
| 1190 | 2026-02-19T00:30:30.538Z | Actions: Completed 6 actions in 0.00 seconds. |
| 1191 | 2026-02-19T00:30:30.538Z | Done |
| 1192 | 2026-02-19T00:30:30.538Z | Done |
| 1193 | 2026-02-19T00:30:30.870Z | Done |
| 1194 | 2026-02-19T00:30:37.331Z | Done |
| 1195 | 2026-02-19T00:30:37.458Z | Done |
| 1196 | 2026-02-19T00:30:37.507Z | Done |
| 1197 | 2026-02-19T00:30:37.537Z | Done |
| 1198 | 2026-02-19T00:30:38.304Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1199 | 2026-02-19T00:30:38.304Z | clang system 15 system |
| 1200 | 2026-02-19T00:30:38.304Z | csh system system illumos |
| 1201 | 2026-02-19T00:30:38.304Z | ctags system system illumos |
| 1202 | 2026-02-19T00:30:38.304Z | file system system illumos |
| 1203 | 2026-02-19T00:30:38.304Z | gcc vendor 12 vendor |
| 1204 | 2026-02-19T00:30:38.304Z | gcc system 10 system |
| 1205 | 2026-02-19T00:30:38.304Z | gcc system 7 system |
| 1206 | 2026-02-19T00:30:38.304Z | go system 1.20 system |
| 1207 | 2026-02-19T00:30:38.304Z | go system 1.19 system |
| 1208 | 2026-02-19T00:30:38.304Z | llvm system 15 system |
| 1209 | 2026-02-19T00:30:38.304Z | llvm system 14 system |
| 1210 | 2026-02-19T00:30:38.304Z | mariadb system 10.6 system |
| 1211 | 2026-02-19T00:30:38.304Z | mta vendor vendor dma |
| 1212 | 2026-02-19T00:30:38.304Z | openjdk system 17 system |
| 1213 | 2026-02-19T00:30:38.304Z | openjdk system 11 system |
| 1214 | 2026-02-19T00:30:38.304Z | openjdk system 1.8 system |
| 1215 | 2026-02-19T00:30:38.304Z | openssl vendor 3 vendor |
| 1216 | 2026-02-19T00:30:38.304Z | perl system 5.36 system |
| 1217 | 2026-02-19T00:30:38.305Z | postgresql system 15 system |
| 1218 | 2026-02-19T00:30:38.305Z | postgresql system 13 system |
| 1219 | 2026-02-19T00:30:38.305Z | python vendor 3 vendor |
| 1220 | 2026-02-19T00:30:38.305Z | python system 2 system |
| 1221 | 2026-02-19T00:30:38.305Z | python3 system 3.11 system |
| 1222 | 2026-02-19T00:30:38.305Z | ruby system 3.0 system |
| 1223 | 2026-02-19T00:30:38.305Z | words vendor vendor american-english |
| 1224 | 2026-02-19T00:30:38.305Z | words system system australian-english |
| 1225 | 2026-02-19T00:30:38.305Z | words system system british-english |
| 1226 | 2026-02-19T00:30:38.305Z | words system system canadian-english |
| 1227 | 2026-02-19T00:30:38.305Z | words system system french |
| 1228 | 2026-02-19T00:30:38.305Z | words system system italian |
| 1229 | 2026-02-19T00:30:38.305Z | words system system ngerman |
| 1230 | 2026-02-19T00:30:38.305Z | words system system ogerman |
| 1231 | 2026-02-19T00:30:38.305Z | words system system spanish |
| 1232 | 2026-02-19T00:30:38.816Z | PUBLISHER TYPE STATUS P LOCATION |
| 1233 | 2026-02-19T00:30:38.817Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 1234 | 2026-02-19T00:30:51.918Z | FMRI IFO |
| 1235 | 2026-02-19T00:30:51.918Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 1236 | 2026-02-19T00:30:51.918Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 1237 | 2026-02-19T00:30:51.918Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 1238 | 2026-02-19T00:30:51.918Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 1239 | 2026-02-19T00:30:51.918Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 1240 | 2026-02-19T00:30:51.918Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 1241 | 2026-02-19T00:30:51.918Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 1242 | 2026-02-19T00:30:51.918Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 1243 | 2026-02-19T00:30:51.918Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 1244 | 2026-02-19T00:30:51.918Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 1245 | 2026-02-19T00:30:51.918Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 1246 | 2026-02-19T00:30:51.919Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 1247 | 2026-02-19T00:30:51.919Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 1248 | 2026-02-19T00:30:51.919Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 1249 | 2026-02-19T00:30:51.919Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 1250 | 2026-02-19T00:30:51.919Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 1251 | 2026-02-19T00:30:54.662Z | Downloading crates ... |
| 1252 | 2026-02-19T00:30:54.774Z | Downloaded cargo_toml v0.21.0 |
| 1253 | 2026-02-19T00:30:54.906Z | Compiling proc-macro2 v1.0.101 |
| 1254 | 2026-02-19T00:30:54.932Z | Compiling unicode-ident v1.0.19 |
| 1255 | 2026-02-19T00:30:54.932Z | Compiling serde_core v1.0.228 |
| 1256 | 2026-02-19T00:30:54.932Z | Compiling version_check v0.9.5 |
| 1257 | 2026-02-19T00:30:54.932Z | Compiling serde v1.0.228 |
| 1258 | 2026-02-19T00:30:54.932Z | Compiling libc v0.2.180 |
| 1259 | 2026-02-19T00:30:54.932Z | Compiling memchr v2.7.4 |
| 1260 | 2026-02-19T00:30:54.932Z | Compiling thiserror v2.0.18 |
| 1261 | 2026-02-19T00:30:55.294Z | Compiling stable_deref_trait v1.2.0 |
| 1262 | 2026-02-19T00:30:55.454Z | Compiling zmij v1.0.15 |
| 1263 | 2026-02-19T00:30:55.855Z | Compiling writeable v0.5.5 |
| 1264 | 2026-02-19T00:30:55.880Z | Compiling autocfg v1.4.0 |
| 1265 | 2026-02-19T00:30:56.226Z | Compiling ucd-trie v0.1.7 |
| 1266 | 2026-02-19T00:30:56.665Z | Compiling litemap v0.7.3 |
| 1267 | 2026-02-19T00:30:56.750Z | Compiling thiserror v1.0.69 |
| 1268 | 2026-02-19T00:30:56.924Z | Compiling itoa v1.0.11 |
| 1269 | 2026-02-19T00:30:57.006Z | Compiling icu_locid_transform_data v1.5.0 |
| 1270 | 2026-02-19T00:30:57.105Z | Compiling bitflags v2.9.4 |
| 1271 | 2026-02-19T00:30:57.145Z | Compiling byteorder v1.5.0 |
| 1272 | 2026-02-19T00:30:57.519Z | Compiling quote v1.0.40 |
| 1273 | 2026-02-19T00:30:57.586Z | Compiling errno v0.3.12 |
| 1274 | 2026-02-19T00:30:57.733Z | Compiling serde_json v1.0.149 |
| 1275 | 2026-02-19T00:30:57.867Z | Compiling icu_properties_data v1.5.0 |
| 1276 | 2026-02-19T00:30:57.981Z | Compiling num-traits v0.2.19 |
| 1277 | 2026-02-19T00:30:58.092Z | Compiling syn v2.0.114 |
| 1278 | 2026-02-19T00:30:58.199Z | Compiling equivalent v1.0.2 |
| 1279 | 2026-02-19T00:30:58.316Z | Compiling smallvec v1.15.1 |
| 1280 | 2026-02-19T00:30:58.340Z | Compiling icu_normalizer_data v1.5.0 |
| 1281 | 2026-02-19T00:30:58.373Z | Compiling utf8_iter v1.0.4 |
| 1282 | 2026-02-19T00:30:58.472Z | Compiling typeid v1.0.3 |
| 1283 | 2026-02-19T00:30:58.554Z | Compiling write16 v1.0.0 |
| 1284 | 2026-02-19T00:30:58.642Z | Compiling hashbrown v0.16.1 |
| 1285 | 2026-02-19T00:30:58.667Z | Compiling utf16_iter v1.0.5 |
| 1286 | 2026-02-19T00:30:58.724Z | Compiling rustix v0.38.37 |
| 1287 | 2026-02-19T00:30:59.030Z | Compiling usdt-impl v0.5.0 |
| 1288 | 2026-02-19T00:30:59.209Z | Compiling proc-macro-error-attr v1.0.4 |
| 1289 | 2026-02-19T00:30:59.411Z | Compiling toml_write v0.1.2 |
| 1290 | 2026-02-19T00:30:59.537Z | Compiling winnow v0.7.14 |
| 1291 | 2026-02-19T00:30:59.581Z | Compiling syn v1.0.109 |
| 1292 | 2026-02-19T00:30:59.854Z | Compiling thread-id v4.2.2 |
| 1293 | 2026-02-19T00:31:00.011Z | Compiling indexmap v2.13.0 |
| 1294 | 2026-02-19T00:31:00.541Z | Compiling proc-macro-error v1.0.4 |
| 1295 | 2026-02-19T00:31:00.919Z | Compiling log v0.4.29 |
| 1296 | 2026-02-19T00:31:01.389Z | Compiling percent-encoding v2.3.2 |
| 1297 | 2026-02-19T00:31:01.425Z | Compiling getrandom v0.3.4 |
| 1298 | 2026-02-19T00:31:01.503Z | Compiling rustix v1.1.3 |
| 1299 | 2026-02-19T00:31:01.739Z | Compiling camino v1.2.2 |
| 1300 | 2026-02-19T00:31:02.255Z | Compiling plain v0.2.3 |
| 1301 | 2026-02-19T00:31:02.292Z | Compiling utf8parse v0.2.2 |
| 1302 | 2026-02-19T00:31:02.488Z | Compiling anstyle-parse v0.2.5 |
| 1303 | 2026-02-19T00:31:02.512Z | Compiling ordered-float v2.10.1 |
| 1304 | 2026-02-19T00:31:02.963Z | Compiling form_urlencoded v1.2.2 |
| 1305 | 2026-02-19T00:31:03.004Z | Compiling terminal_size v0.4.0 |
| 1306 | 2026-02-19T00:31:03.296Z | Compiling is_terminal_polyfill v1.70.1 |
| 1307 | 2026-02-19T00:31:03.459Z | Compiling anstyle-query v1.1.1 |
| 1308 | 2026-02-19T00:31:03.507Z | Compiling colorchoice v1.0.2 |
| 1309 | 2026-02-19T00:31:03.642Z | Compiling anstyle v1.0.11 |
| 1310 | 2026-02-19T00:31:03.668Z | Compiling cfg-if v1.0.4 |
| 1311 | 2026-02-19T00:31:03.700Z | Compiling pretty-hex v0.4.1 |
| 1312 | 2026-02-19T00:31:04.005Z | Compiling semver v1.0.27 |
| 1313 | 2026-02-19T00:31:04.138Z | Compiling anstream v0.6.18 |
| 1314 | 2026-02-19T00:31:04.794Z | Compiling fs-err v3.1.1 |
| 1315 | 2026-02-19T00:31:04.866Z | Compiling unicode-width v0.1.14 |
| 1316 | 2026-02-19T00:31:04.891Z | Compiling fastrand v2.1.1 |
| 1317 | 2026-02-19T00:31:04.989Z | Compiling once_cell v1.21.3 |
| 1318 | 2026-02-19T00:31:05.114Z | Compiling unicode-xid v0.2.6 |
| 1319 | 2026-02-19T00:31:05.386Z | Compiling synstructure v0.13.1 |
| 1320 | 2026-02-19T00:31:05.440Z | Compiling fnv v1.0.7 |
| 1321 | 2026-02-19T00:31:05.467Z | Compiling strsim v0.11.1 |
| 1322 | 2026-02-19T00:31:05.491Z | Compiling heck v0.4.1 |
| 1323 | 2026-02-19T00:31:05.660Z | Compiling bytecount v0.6.8 |
| 1324 | 2026-02-19T00:31:05.952Z | Compiling anyhow v1.0.99 |
| 1325 | 2026-02-19T00:31:06.012Z | Compiling heck v0.5.0 |
| 1326 | 2026-02-19T00:31:06.159Z | Compiling clap_lex v0.7.4 |
| 1327 | 2026-02-19T00:31:06.252Z | Compiling papergrid v0.11.0 |
| 1328 | 2026-02-19T00:31:06.623Z | Compiling clap_builder v4.5.48 |
| 1329 | 2026-02-19T00:31:06.916Z | Compiling tempfile v3.24.0 |
| 1330 | 2026-02-19T00:31:07.110Z | Compiling memmap v0.7.0 |
| 1331 | 2026-02-19T00:31:07.216Z | Compiling smawk v0.3.2 |
| 1332 | 2026-02-19T00:31:07.486Z | Compiling unicode-linebreak v0.1.5 |
| 1333 | 2026-02-19T00:31:07.511Z | Compiling unicode-width v0.2.0 |
| 1334 | 2026-02-19T00:31:07.892Z | Compiling camino-tempfile v1.4.1 |
| 1335 | 2026-02-19T00:31:08.122Z | Compiling textwrap v0.16.2 |
| 1336 | 2026-02-19T00:31:08.845Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1337 | 2026-02-19T00:31:09.290Z | Compiling tabled_derive v0.7.0 |
| 1338 | 2026-02-19T00:31:09.315Z | Compiling swrite v0.1.0 |
| 1339 | 2026-02-19T00:31:09.996Z | Compiling serde_derive v1.0.228 |
| 1340 | 2026-02-19T00:31:09.996Z | Compiling zerofrom-derive v0.1.4 |
| 1341 | 2026-02-19T00:31:10.022Z | Compiling yoke-derive v0.7.4 |
| 1342 | 2026-02-19T00:31:10.022Z | Compiling zerovec-derive v0.10.3 |
| 1343 | 2026-02-19T00:31:10.091Z | Compiling thiserror-impl v2.0.18 |
| 1344 | 2026-02-19T00:31:11.755Z | Compiling displaydoc v0.2.5 |
| 1345 | 2026-02-19T00:31:12.945Z | Compiling thiserror-impl v1.0.69 |
| 1346 | 2026-02-19T00:31:13.065Z | Compiling icu_provider_macros v1.5.0 |
| 1347 | 2026-02-19T00:31:13.546Z | Compiling zerocopy-derive v0.7.35 |
| 1348 | 2026-02-19T00:31:13.977Z | Compiling zerofrom v0.1.4 |
| 1349 | 2026-02-19T00:31:14.111Z | Compiling pest v2.8.2 |
| 1350 | 2026-02-19T00:31:14.259Z | Compiling yoke v0.7.4 |
| 1351 | 2026-02-19T00:31:14.284Z | Compiling scroll_derive v0.12.0 |
| 1352 | 2026-02-19T00:31:14.681Z | Compiling zerovec v0.10.4 |
| 1353 | 2026-02-19T00:31:15.633Z | Compiling zerocopy v0.7.35 |
| 1354 | 2026-02-19T00:31:15.820Z | Compiling clap_derive v4.5.47 |
| 1355 | 2026-02-19T00:31:15.985Z | Compiling scroll v0.12.0 |
| 1356 | 2026-02-19T00:31:16.098Z | Compiling tabled v0.15.0 |
| 1357 | 2026-02-19T00:31:16.632Z | Compiling goblin v0.8.2 |
| 1358 | 2026-02-19T00:31:16.863Z | Compiling tinystr v0.7.6 |
| 1359 | 2026-02-19T00:31:16.933Z | Compiling icu_collections v1.5.0 |
| 1360 | 2026-02-19T00:31:17.241Z | Compiling icu_locid v1.5.0 |
| 1361 | 2026-02-19T00:31:17.330Z | Compiling pest_meta v2.8.2 |
| 1362 | 2026-02-19T00:31:18.995Z | Compiling icu_provider v1.5.0 |
| 1363 | 2026-02-19T00:31:19.478Z | Compiling pest_generator v2.8.2 |
| 1364 | 2026-02-19T00:31:19.521Z | Compiling toml_datetime v0.6.11 |
| 1365 | 2026-02-19T00:31:19.612Z | Compiling serde_spanned v0.6.9 |
| 1366 | 2026-02-19T00:31:19.959Z | Compiling icu_locid_transform v1.5.0 |
| 1367 | 2026-02-19T00:31:20.135Z | Compiling toml_edit v0.22.27 |
| 1368 | 2026-02-19T00:31:20.169Z | Compiling dof v0.3.0 |
| 1369 | 2026-02-19T00:31:20.195Z | Compiling serde_tokenstream v0.2.2 |
| 1370 | 2026-02-19T00:31:20.905Z | Compiling erased-serde v0.4.6 |
| 1371 | 2026-02-19T00:31:21.203Z | Compiling serde-value v0.7.0 |
| 1372 | 2026-02-19T00:31:21.609Z | Compiling cargo-platform v0.2.0 |
| 1373 | 2026-02-19T00:31:22.119Z | Compiling icu_properties v1.5.1 |
| 1374 | 2026-02-19T00:31:22.143Z | Compiling serde-untagged v0.1.7 |
| 1375 | 2026-02-19T00:31:22.213Z | Compiling clap v4.5.48 |
| 1376 | 2026-02-19T00:31:22.346Z | Compiling macaddr v1.0.1 |
| 1377 | 2026-02-19T00:31:22.674Z | Compiling pest_derive v2.8.2 |
| 1378 | 2026-02-19T00:31:23.629Z | Compiling dtrace-parser v0.2.0 |
| 1379 | 2026-02-19T00:31:24.251Z | Compiling toml v0.8.23 |
| 1380 | 2026-02-19T00:31:25.334Z | Compiling cargo_toml v0.21.0 |
| 1381 | 2026-02-19T00:31:26.065Z | Compiling usdt-attr-macro v0.5.0 |
| 1382 | 2026-02-19T00:31:26.090Z | Compiling usdt-macro v0.5.0 |
| 1383 | 2026-02-19T00:31:26.117Z | Compiling icu_normalizer v1.5.0 |
| 1384 | 2026-02-19T00:31:27.097Z | Compiling idna_adapter v1.2.0 |
| 1385 | 2026-02-19T00:31:27.309Z | Compiling idna v1.0.3 |
| 1386 | 2026-02-19T00:31:27.363Z | Compiling usdt v0.5.0 |
| 1387 | 2026-02-19T00:31:28.051Z | Compiling url v2.5.4 |
| 1388 | 2026-02-19T00:31:29.127Z | Compiling cargo-util-schemas v0.8.2 |
| 1389 | 2026-02-19T00:31:31.743Z | Compiling cargo_metadata v0.21.0 |
| 1390 | 2026-02-19T00:31:34.589Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1391 | 2026-02-19T00:31:40.581Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.42s |
| 1392 | 2026-02-19T00:31:40.671Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1393 | 2026-02-19T00:31:42.777Z | Compiling value-bag v1.12.0 |
| 1394 | 2026-02-19T00:31:42.777Z | Compiling lock_api v0.4.12 |
| 1395 | 2026-02-19T00:31:42.777Z | Compiling scopeguard v1.2.0 |
| 1396 | 2026-02-19T00:31:42.801Z | Compiling shlex v1.3.0 |
| 1397 | 2026-02-19T00:31:42.801Z | Compiling typenum v1.17.0 |
| 1398 | 2026-02-19T00:31:42.849Z | Compiling syn v2.0.114 |
| 1399 | 2026-02-19T00:31:42.849Z | Compiling getrandom v0.2.15 |
| 1400 | 2026-02-19T00:31:42.877Z | Compiling jobserver v0.1.32 |
| 1401 | 2026-02-19T00:31:43.060Z | Compiling smallvec v1.15.1 |
| 1402 | 2026-02-19T00:31:43.328Z | Compiling rand_core v0.6.4 |
| 1403 | 2026-02-19T00:31:43.413Z | Compiling log v0.4.29 |
| 1404 | 2026-02-19T00:31:43.567Z | Compiling cc v1.2.30 |
| 1405 | 2026-02-19T00:31:43.602Z | Compiling generic-array v0.14.7 |
| 1406 | 2026-02-19T00:31:44.025Z | Compiling subtle v2.6.1 |
| 1407 | 2026-02-19T00:31:44.049Z | Compiling portable-atomic v1.11.0 |
| 1408 | 2026-02-19T00:31:44.075Z | Compiling const-oid v0.9.6 |
| 1409 | 2026-02-19T00:31:44.101Z | Compiling critical-section v1.1.3 |
| 1410 | 2026-02-19T00:31:44.304Z | Compiling getrandom v0.3.4 |
| 1411 | 2026-02-19T00:31:44.358Z | Compiling pkg-config v0.3.31 |
| 1412 | 2026-02-19T00:31:44.508Z | Compiling serde_json v1.0.149 |
| 1413 | 2026-02-19T00:31:44.964Z | Compiling spin v0.9.8 |
| 1414 | 2026-02-19T00:31:45.380Z | Compiling pin-project-lite v0.2.14 |
| 1415 | 2026-02-19T00:31:45.588Z | Compiling parking_lot_core v0.9.10 |
| 1416 | 2026-02-19T00:31:45.614Z | Compiling regex-syntax v0.8.5 |
| 1417 | 2026-02-19T00:31:46.120Z | Compiling libm v0.2.8 |
| 1418 | 2026-02-19T00:31:46.475Z | Compiling rustix v0.38.37 |
| 1419 | 2026-02-19T00:31:46.556Z | Compiling once_cell v1.21.3 |
| 1420 | 2026-02-19T00:31:46.796Z | Compiling signal-hook-registry v1.4.2 |
| 1421 | 2026-02-19T00:31:47.110Z | Compiling num-traits v0.2.19 |
| 1422 | 2026-02-19T00:31:47.244Z | Compiling allocator-api2 v0.2.21 |
| 1423 | 2026-02-19T00:31:47.489Z | Compiling parking_lot v0.12.3 |
| 1424 | 2026-02-19T00:31:47.865Z | Compiling mio v1.0.2 |
| 1425 | 2026-02-19T00:31:48.116Z | Compiling futures-core v0.3.31 |
| 1426 | 2026-02-19T00:31:48.141Z | Compiling lazy_static v1.5.0 |
| 1427 | 2026-02-19T00:31:48.301Z | Compiling aho-corasick v1.1.3 |
| 1428 | 2026-02-19T00:31:48.391Z | Compiling percent-encoding v2.3.2 |
| 1429 | 2026-02-19T00:31:48.500Z | Compiling socket2 v0.6.1 |
| 1430 | 2026-02-19T00:31:48.771Z | Compiling slab v0.4.9 |
| 1431 | 2026-02-19T00:31:49.135Z | Compiling cpufeatures v0.2.14 |
| 1432 | 2026-02-19T00:31:49.234Z | Compiling either v1.15.0 |
| 1433 | 2026-02-19T00:31:49.304Z | Compiling futures-sink v0.3.31 |
| 1434 | 2026-02-19T00:31:49.370Z | Compiling glob v0.3.2 |
| 1435 | 2026-02-19T00:31:49.514Z | Compiling futures-channel v0.3.31 |
| 1436 | 2026-02-19T00:31:49.691Z | Compiling hashbrown v0.16.1 |
| 1437 | 2026-02-19T00:31:49.840Z | Compiling prettyplease v0.2.36 |
| 1438 | 2026-02-19T00:31:50.008Z | Compiling futures-task v0.3.31 |
| 1439 | 2026-02-19T00:31:50.235Z | Compiling rustversion v1.0.22 |
| 1440 | 2026-02-19T00:31:50.284Z | Compiling clang-sys v1.8.1 |
| 1441 | 2026-02-19T00:31:50.358Z | Compiling pin-utils v0.1.0 |
| 1442 | 2026-02-19T00:31:50.482Z | Compiling futures-io v0.3.31 |
| 1443 | 2026-02-19T00:31:50.783Z | Compiling regex-automata v0.4.11 |
| 1444 | 2026-02-19T00:31:51.168Z | Compiling minimal-lexical v0.2.1 |
| 1445 | 2026-02-19T00:31:51.214Z | Compiling indexmap v2.13.0 |
| 1446 | 2026-02-19T00:31:51.318Z | Compiling libloading v0.8.5 |
| 1447 | 2026-02-19T00:31:51.769Z | Compiling synstructure v0.13.1 |
| 1448 | 2026-02-19T00:31:51.810Z | Compiling nom v7.1.3 |
| 1449 | 2026-02-19T00:31:52.353Z | Compiling bindgen v0.69.5 |
| 1450 | 2026-02-19T00:31:52.682Z | Compiling ident_case v1.0.1 |
| 1451 | 2026-02-19T00:31:52.893Z | Compiling home v0.5.9 |
| 1452 | 2026-02-19T00:31:53.032Z | Compiling base64ct v1.6.0 |
| 1453 | 2026-02-19T00:31:53.367Z | Compiling itertools v0.12.1 |
| 1454 | 2026-02-19T00:31:53.433Z | Compiling form_urlencoded v1.2.2 |
| 1455 | 2026-02-19T00:31:53.676Z | Compiling pem-rfc7468 v0.7.0 |
| 1456 | 2026-02-19T00:31:53.832Z | Compiling flagset v0.4.6 |
| 1457 | 2026-02-19T00:31:54.107Z | Compiling rustc-hash v1.1.0 |
| 1458 | 2026-02-19T00:31:54.316Z | Compiling lazycell v1.3.0 |
| 1459 | 2026-02-19T00:31:54.523Z | Compiling rand_core v0.9.3 |
| 1460 | 2026-02-19T00:31:54.551Z | Compiling cmake v0.1.51 |
| 1461 | 2026-02-19T00:31:55.148Z | Compiling dunce v1.0.5 |
| 1462 | 2026-02-19T00:31:55.321Z | Compiling iana-time-zone v0.1.63 |
| 1463 | 2026-02-19T00:31:55.536Z | Compiling cexpr v0.6.0 |
| 1464 | 2026-02-19T00:31:55.755Z | Compiling paste v1.0.15 |
| 1465 | 2026-02-19T00:31:55.779Z | Compiling foldhash v0.1.5 |
| 1466 | 2026-02-19T00:31:56.144Z | Compiling fs_extra v1.3.0 |
| 1467 | 2026-02-19T00:31:56.393Z | Compiling hashbrown v0.15.4 |
| 1468 | 2026-02-19T00:31:56.562Z | Compiling rustc_version v0.4.1 |
| 1469 | 2026-02-19T00:31:56.696Z | Compiling uuid v1.19.0 |
| 1470 | 2026-02-19T00:31:56.722Z | Compiling vcpkg v0.2.15 |
| 1471 | 2026-02-19T00:31:56.923Z | Compiling serde_derive v1.0.228 |
| 1472 | 2026-02-19T00:31:57.249Z | Compiling zeroize_derive v1.4.2 |
| 1473 | 2026-02-19T00:31:57.293Z | Compiling zerofrom-derive v0.1.4 |
| 1474 | 2026-02-19T00:31:57.769Z | Compiling yoke-derive v0.7.4 |
| 1475 | 2026-02-19T00:31:58.602Z | Compiling zerovec-derive v0.10.3 |
| 1476 | 2026-02-19T00:31:58.626Z | Compiling displaydoc v0.2.5 |
| 1477 | 2026-02-19T00:31:58.743Z | Compiling zeroize v1.8.1 |
| 1478 | 2026-02-19T00:32:00.318Z | Compiling zerocopy-derive v0.7.35 |
| 1479 | 2026-02-19T00:32:00.491Z | Compiling icu_provider_macros v1.5.0 |
| 1480 | 2026-02-19T00:32:00.593Z | Compiling crypto-common v0.1.6 |
| 1481 | 2026-02-19T00:32:00.694Z | Compiling block-buffer v0.10.4 |
| 1482 | 2026-02-19T00:32:00.912Z | Compiling zerofrom v0.1.4 |
| 1483 | 2026-02-19T00:32:01.052Z | Compiling digest v0.10.7 |
| 1484 | 2026-02-19T00:32:01.228Z | Compiling yoke v0.7.4 |
| 1485 | 2026-02-19T00:32:01.504Z | Compiling tokio-macros v2.6.0 |
| 1486 | 2026-02-19T00:32:01.657Z | Compiling zerovec v0.10.4 |
| 1487 | 2026-02-19T00:32:01.688Z | Compiling hmac v0.12.1 |
| 1488 | 2026-02-19T00:32:01.718Z | Compiling thiserror-impl v2.0.18 |
| 1489 | 2026-02-19T00:32:02.083Z | Compiling block-padding v0.3.3 |
| 1490 | 2026-02-19T00:32:02.417Z | Compiling futures-macro v0.3.31 |
| 1491 | 2026-02-19T00:32:02.442Z | Compiling inout v0.1.3 |
| 1492 | 2026-02-19T00:32:02.669Z | Compiling zerocopy v0.7.35 |
| 1493 | 2026-02-19T00:32:02.897Z | Compiling regex v1.11.3 |
| 1494 | 2026-02-19T00:32:03.352Z | Compiling cipher v0.4.4 |
| 1495 | 2026-02-19T00:32:03.916Z | Compiling tinystr v0.7.6 |
| 1496 | 2026-02-19T00:32:03.942Z | Compiling icu_collections v1.5.0 |
| 1497 | 2026-02-19T00:32:04.188Z | Compiling sha2 v0.10.9 |
| 1498 | 2026-02-19T00:32:04.353Z | Compiling icu_locid v1.5.0 |
| 1499 | 2026-02-19T00:32:04.403Z | Compiling futures-util v0.3.31 |
| 1500 | 2026-02-19T00:32:04.440Z | Compiling ppv-lite86 v0.2.20 |
| 1501 | 2026-02-19T00:32:04.773Z | Compiling der_derive v0.7.3 |
| 1502 | 2026-02-19T00:32:05.070Z | Compiling serde v1.0.228 |
| 1503 | 2026-02-19T00:32:05.244Z | Compiling salsa20 v0.10.2 |
| 1504 | 2026-02-19T00:32:05.364Z | Compiling pbkdf2 v0.12.2 |
| 1505 | 2026-02-19T00:32:05.562Z | Compiling thiserror v2.0.18 |
| 1506 | 2026-02-19T00:32:05.592Z | Compiling zerocopy v0.8.27 |
| 1507 | 2026-02-19T00:32:05.592Z | Compiling scrypt v0.11.0 |
| 1508 | 2026-02-19T00:32:05.800Z | Compiling icu_provider v1.5.0 |
| 1509 | 2026-02-19T00:32:06.262Z | Compiling pest v2.8.2 |
| 1510 | 2026-02-19T00:32:06.504Z | Compiling bitflags v2.9.4 |
| 1511 | 2026-02-19T00:32:06.589Z | Compiling bytes v1.11.1 |
| 1512 | 2026-02-19T00:32:06.801Z | Compiling icu_locid_transform v1.5.0 |
| 1513 | 2026-02-19T00:32:07.035Z | Compiling chrono v0.4.43 |
| 1514 | 2026-02-19T00:32:07.274Z | Compiling der v0.7.10 |
| 1515 | 2026-02-19T00:32:08.182Z | Compiling tokio v1.49.0 |
| 1516 | 2026-02-19T00:32:08.501Z | Compiling icu_properties v1.5.1 |
| 1517 | 2026-02-19T00:32:09.388Z | Compiling http v1.4.0 |
| 1518 | 2026-02-19T00:32:10.267Z | Compiling spki v0.7.3 |
| 1519 | 2026-02-19T00:32:10.481Z | Compiling pest_meta v2.8.2 |
| 1520 | 2026-02-19T00:32:10.617Z | Compiling rand_chacha v0.9.0 |
| 1521 | 2026-02-19T00:32:10.804Z | Compiling cbc v0.1.2 |
| 1522 | 2026-02-19T00:32:11.144Z | Compiling which v4.4.2 |
| 1523 | 2026-02-19T00:32:11.202Z | Compiling aes v0.8.4 |
| 1524 | 2026-02-19T00:32:12.060Z | Compiling openssl-sys v0.9.109 |
| 1525 | 2026-02-19T00:32:12.216Z | Compiling zerocopy-derive v0.8.27 |
| 1526 | 2026-02-19T00:32:13.534Z | Compiling icu_normalizer v1.5.0 |
| 1527 | 2026-02-19T00:32:13.800Z | Compiling pest_generator v2.8.2 |
| 1528 | 2026-02-19T00:32:14.218Z | Compiling pkcs5 v0.7.1 |
| 1529 | 2026-02-19T00:32:14.549Z | Compiling rand v0.9.2 |
| 1530 | 2026-02-19T00:32:15.420Z | Compiling idna_adapter v1.2.0 |
| 1531 | 2026-02-19T00:32:15.477Z | Compiling tracing-attributes v0.1.27 |
| 1532 | 2026-02-19T00:32:15.561Z | Compiling serde_derive_internals v0.29.1 |
| 1533 | 2026-02-19T00:32:15.652Z | Compiling ring v0.17.14 |
| 1534 | 2026-02-19T00:32:15.736Z | Compiling idna v1.0.3 |
| 1535 | 2026-02-19T00:32:16.529Z | Compiling url v2.5.4 |
| 1536 | 2026-02-19T00:32:16.878Z | Compiling tracing-core v0.1.32 |
| 1537 | 2026-02-19T00:32:17.282Z | Compiling rustix v1.1.3 |
| 1538 | 2026-02-19T00:32:18.022Z | Compiling aws-lc-rs v1.12.4 |
| 1539 | 2026-02-19T00:32:18.125Z | Compiling schemars v0.8.22 |
| 1540 | 2026-02-19T00:32:18.204Z | Compiling adler2 v2.0.0 |
| 1541 | 2026-02-19T00:32:18.470Z | Compiling miniz_oxide v0.8.5 |
| 1542 | 2026-02-19T00:32:18.510Z | Compiling schemars_derive v0.8.22 |
| 1543 | 2026-02-19T00:32:18.931Z | Compiling tokio-util v0.7.15 |
| 1544 | 2026-02-19T00:32:18.981Z | Compiling tracing v0.1.40 |
| 1545 | 2026-02-19T00:32:19.592Z | Compiling pest_derive v2.8.2 |
| 1546 | 2026-02-19T00:32:19.927Z | Compiling pkcs8 v0.10.2 |
| 1547 | 2026-02-19T00:32:20.056Z | Compiling http-body v1.0.1 |
| 1548 | 2026-02-19T00:32:20.395Z | Compiling scroll_derive v0.13.1 |
| 1549 | 2026-02-19T00:32:20.629Z | Compiling darling_core v0.20.10 |
| 1550 | 2026-02-19T00:32:20.711Z | Compiling httparse v1.9.5 |
| 1551 | 2026-02-19T00:32:21.495Z | Compiling base64 v0.22.1 |
| 1552 | 2026-02-19T00:32:21.613Z | Compiling rustls-pki-types v1.10.0 |
| 1553 | 2026-02-19T00:32:21.932Z | Compiling tinyvec_macros v0.1.1 |
| 1554 | 2026-02-19T00:32:22.059Z | Compiling dyn-clone v1.0.20 |
| 1555 | 2026-02-19T00:32:22.374Z | Compiling tinyvec v1.8.0 |
| 1556 | 2026-02-19T00:32:22.515Z | Compiling scroll v0.13.0 |
| 1557 | 2026-02-19T00:32:23.168Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1558 | 2026-02-19T00:32:23.743Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1559 | 2026-02-19T00:32:24.187Z | Compiling num-conv v0.1.0 |
| 1560 | 2026-02-19T00:32:24.394Z | Compiling untrusted v0.7.1 |
| 1561 | 2026-02-19T00:32:24.493Z | Compiling tower-service v0.3.3 |
| 1562 | 2026-02-19T00:32:24.518Z | Compiling time-core v0.1.6 |
| 1563 | 2026-02-19T00:32:24.634Z | Compiling try-lock v0.2.5 |
| 1564 | 2026-02-19T00:32:24.666Z | Compiling foreign-types-shared v0.1.1 |
| 1565 | 2026-02-19T00:32:24.690Z | Compiling tower-layer v0.3.3 |
| 1566 | 2026-02-19T00:32:24.830Z | Compiling openssl v0.10.73 |
| 1567 | 2026-02-19T00:32:24.863Z | Compiling openssl-probe v0.1.5 |
| 1568 | 2026-02-19T00:32:24.891Z | Compiling powerfmt v0.2.0 |
| 1569 | 2026-02-19T00:32:25.057Z | Compiling untrusted v0.9.0 |
| 1570 | 2026-02-19T00:32:25.253Z | Compiling atomic-waker v1.1.2 |
| 1571 | 2026-02-19T00:32:25.373Z | Compiling deranged v0.5.3 |
| 1572 | 2026-02-19T00:32:25.420Z | Compiling time-macros v0.2.24 |
| 1573 | 2026-02-19T00:32:25.541Z | Compiling h2 v0.4.6 |
| 1574 | 2026-02-19T00:32:26.194Z | Compiling tempfile v3.24.0 |
| 1575 | 2026-02-19T00:32:26.257Z | Compiling want v0.3.1 |
| 1576 | 2026-02-19T00:32:26.567Z | Compiling foreign-types v0.3.2 |
| 1577 | 2026-02-19T00:32:27.151Z | Compiling darling_macro v0.20.10 |
| 1578 | 2026-02-19T00:32:28.227Z | Compiling darling v0.20.10 |
| 1579 | 2026-02-19T00:32:28.326Z | Compiling goblin v0.10.2 |
| 1580 | 2026-02-19T00:32:28.793Z | Compiling ipnet v2.11.0 |
| 1581 | 2026-02-19T00:32:29.206Z | Compiling openssl-macros v0.1.1 |
| 1582 | 2026-02-19T00:32:30.000Z | Compiling wait-timeout v0.2.0 |
| 1583 | 2026-02-19T00:32:30.028Z | Compiling native-tls v0.2.12 |
| 1584 | 2026-02-19T00:32:30.066Z | Compiling num_threads v0.1.7 |
| 1585 | 2026-02-19T00:32:30.246Z | Compiling rustls v0.23.19 |
| 1586 | 2026-02-19T00:32:30.449Z | Compiling syn v1.0.109 |
| 1587 | 2026-02-19T00:32:30.502Z | Compiling quick-error v1.2.3 |
| 1588 | 2026-02-19T00:32:30.586Z | Compiling gimli v0.31.1 |
| 1589 | 2026-02-19T00:32:30.695Z | Compiling bit-vec v0.8.0 |
| 1590 | 2026-02-19T00:32:30.731Z | Compiling httpdate v1.0.3 |
| 1591 | 2026-02-19T00:32:31.120Z | Compiling usdt-impl v0.6.0 |
| 1592 | 2026-02-19T00:32:31.286Z | Compiling crossbeam-utils v0.8.21 |
| 1593 | 2026-02-19T00:32:31.315Z | Compiling bit-set v0.8.0 |
| 1594 | 2026-02-19T00:32:31.682Z | Compiling rusty-fork v0.3.0 |
| 1595 | 2026-02-19T00:32:31.756Z | Compiling time v0.3.43 |
| 1596 | 2026-02-19T00:32:32.714Z | Compiling derive_builder_core v0.20.2 |
| 1597 | 2026-02-19T00:32:35.289Z | Compiling hyper v1.8.1 |
| 1598 | 2026-02-19T00:32:36.160Z | Compiling addr2line v0.24.2 |
| 1599 | 2026-02-19T00:32:36.404Z | Compiling unicode-normalization v0.1.24 |
| 1600 | 2026-02-19T00:32:36.844Z | Compiling dof v0.4.0 |
| 1601 | 2026-02-19T00:32:37.071Z | Compiling dtrace-parser v0.3.0 |
| 1602 | 2026-02-19T00:32:37.738Z | Compiling signature v2.2.0 |
| 1603 | 2026-02-19T00:32:38.089Z | Compiling heapless v0.7.17 |
| 1604 | 2026-02-19T00:32:38.711Z | Compiling scroll_derive v0.12.0 |
| 1605 | 2026-02-19T00:32:39.299Z | Compiling thiserror-impl v1.0.69 |
| 1606 | 2026-02-19T00:32:39.683Z | Compiling rand_xorshift v0.4.0 |
| 1607 | 2026-02-19T00:32:39.728Z | Compiling darling_core v0.21.0 |
| 1608 | 2026-02-19T00:32:40.115Z | Compiling slog v2.8.2 |
| 1609 | 2026-02-19T00:32:40.337Z | Compiling thread-id v5.0.0 |
| 1610 | 2026-02-19T00:32:40.459Z | Compiling cookie v0.18.1 |
| 1611 | 2026-02-19T00:32:40.495Z | Compiling crc32fast v1.4.2 |
| 1612 | 2026-02-19T00:32:40.800Z | Compiling object v0.36.5 |
| 1613 | 2026-02-19T00:32:40.848Z | Compiling siphasher v0.3.11 |
| 1614 | 2026-02-19T00:32:41.214Z | Compiling zstd-safe v7.2.3 |
| 1615 | 2026-02-19T00:32:41.239Z | Compiling unicode-properties v0.1.3 |
| 1616 | 2026-02-19T00:32:41.268Z | Compiling unicode-bidi v0.3.17 |
| 1617 | 2026-02-19T00:32:41.587Z | Compiling unarray v0.1.4 |
| 1618 | 2026-02-19T00:32:41.747Z | Compiling signal-hook v0.3.18 |
| 1619 | 2026-02-19T00:32:41.869Z | Compiling rustc-demangle v0.1.24 |
| 1620 | 2026-02-19T00:32:42.081Z | Compiling zlib-rs v0.5.1 |
| 1621 | 2026-02-19T00:32:42.537Z | Compiling anyhow v1.0.99 |
| 1622 | 2026-02-19T00:32:42.644Z | Compiling thiserror v1.0.69 |
| 1623 | 2026-02-19T00:32:42.813Z | Compiling stringprep v0.1.5 |
| 1624 | 2026-02-19T00:32:42.897Z | Compiling proptest v1.7.0 |
| 1625 | 2026-02-19T00:32:43.758Z | Compiling phf_shared v0.11.2 |
| 1626 | 2026-02-19T00:32:44.168Z | Compiling scroll v0.12.0 |
| 1627 | 2026-02-19T00:32:44.877Z | Compiling hyper-util v0.1.19 |
| 1628 | 2026-02-19T00:32:44.957Z | Compiling derive_builder_macro v0.20.2 |
| 1629 | 2026-02-19T00:32:46.617Z | Compiling darling_macro v0.21.0 |
| 1630 | 2026-02-19T00:32:47.092Z | Compiling ipnetwork v0.21.1 |
| 1631 | 2026-02-19T00:32:47.512Z | Compiling serde_spanned v0.6.9 |
| 1632 | 2026-02-19T00:32:47.870Z | Compiling erased-serde v0.3.31 |
| 1633 | 2026-02-19T00:32:48.146Z | Compiling toml_datetime v0.6.11 |
| 1634 | 2026-02-19T00:32:48.734Z | Compiling backtrace v0.3.74 |
| 1635 | 2026-02-19T00:32:48.953Z | Compiling serde_tokenstream v0.2.2 |
| 1636 | 2026-02-19T00:32:49.220Z | Compiling rand_chacha v0.3.1 |
| 1637 | 2026-02-19T00:32:49.544Z | Compiling libz-rs-sys v0.5.1 |
| 1638 | 2026-02-19T00:32:49.621Z | Compiling md-5 v0.10.6 |
| 1639 | 2026-02-19T00:32:49.879Z | Compiling curve25519-dalek v4.1.3 |
| 1640 | 2026-02-19T00:32:49.949Z | Compiling vergen-lib v0.1.6 |
| 1641 | 2026-02-19T00:32:50.272Z | Compiling num-integer v0.1.46 |
| 1642 | 2026-02-19T00:32:50.431Z | Compiling sync_wrapper v1.0.1 |
| 1643 | 2026-02-19T00:32:50.559Z | Compiling ff v0.13.0 |
| 1644 | 2026-02-19T00:32:50.626Z | Compiling hash32 v0.2.1 |
| 1645 | 2026-02-19T00:32:50.835Z | Compiling memoffset v0.9.1 |
| 1646 | 2026-02-19T00:32:51.031Z | Compiling cfg_aliases v0.2.1 |
| 1647 | 2026-02-19T00:32:51.055Z | Compiling num-bigint-dig v0.8.6 |
| 1648 | 2026-02-19T00:32:51.187Z | Compiling fallible-iterator v0.2.0 |
| 1649 | 2026-02-19T00:32:51.211Z | Compiling psl-types v2.0.11 |
| 1650 | 2026-02-19T00:32:51.294Z | Compiling smoltcp v0.9.1 |
| 1651 | 2026-02-19T00:32:51.422Z | Compiling ref-cast v1.0.25 |
| 1652 | 2026-02-19T00:32:51.475Z | Compiling litrs v0.4.1 |
| 1653 | 2026-02-19T00:32:51.915Z | Compiling base16ct v0.2.0 |
| 1654 | 2026-02-19T00:32:51.940Z | Compiling postgres-protocol v0.6.8 |
| 1655 | 2026-02-19T00:32:52.001Z | Compiling publicsuffix v2.3.0 |
| 1656 | 2026-02-19T00:32:52.218Z | Compiling nix v0.29.0 |
| 1657 | 2026-02-19T00:32:52.335Z | Compiling sec1 v0.7.3 |
| 1658 | 2026-02-19T00:32:52.589Z | Compiling document-features v0.2.11 |
| 1659 | 2026-02-19T00:32:52.951Z | Compiling num-iter v0.1.45 |
| 1660 | 2026-02-19T00:32:53.120Z | Compiling group v0.13.0 |
| 1661 | 2026-02-19T00:32:53.170Z | Compiling tower v0.5.2 |
| 1662 | 2026-02-19T00:32:53.553Z | Compiling rand v0.8.5 |
| 1663 | 2026-02-19T00:32:53.928Z | Compiling flate2 v1.1.2 |
| 1664 | 2026-02-19T00:32:54.015Z | Compiling newtype-uuid v1.3.2 |
| 1665 | 2026-02-19T00:32:54.430Z | Compiling oxnet v0.1.4 |
| 1666 | 2026-02-19T00:32:54.776Z | Compiling darling v0.21.0 |
| 1667 | 2026-02-19T00:32:54.910Z | Compiling derive_builder v0.20.2 |
| 1668 | 2026-02-19T00:32:55.024Z | Compiling goblin v0.8.2 |
| 1669 | 2026-02-19T00:32:55.118Z | Compiling tokio-native-tls v0.3.1 |
| 1670 | 2026-02-19T00:32:55.702Z | Compiling rustls-native-certs v0.8.1 |
| 1671 | 2026-02-19T00:32:55.778Z | Compiling webpki-roots v1.0.1 |
| 1672 | 2026-02-19T00:32:55.992Z | Compiling http-body-util v0.1.3 |
| 1673 | 2026-02-19T00:32:56.306Z | Compiling strum_macros v0.27.2 |
| 1674 | 2026-02-19T00:32:56.339Z | Compiling terminal_size v0.4.0 |
| 1675 | 2026-02-19T00:32:56.518Z | Compiling cargo-platform v0.1.8 |
| 1676 | 2026-02-19T00:32:56.552Z | Compiling hkdf v0.12.4 |
| 1677 | 2026-02-19T00:32:56.592Z | Compiling crypto-bigint v0.5.5 |
| 1678 | 2026-02-19T00:32:56.915Z | Compiling ref-cast-impl v1.0.25 |
| 1679 | 2026-02-19T00:32:57.115Z | Compiling daft-derive v0.1.4 |
| 1680 | 2026-02-19T00:32:58.174Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1681 | 2026-02-19T00:32:58.908Z | Compiling async-trait v0.1.89 |
| 1682 | 2026-02-19T00:32:59.124Z | Compiling hubpack_derive v0.1.1 |
| 1683 | 2026-02-19T00:32:59.787Z | Compiling vergen v9.0.6 |
| 1684 | 2026-02-19T00:33:00.140Z | Compiling ahash v0.8.12 |
| 1685 | 2026-02-19T00:33:00.210Z | Compiling fs-err v3.1.1 |
| 1686 | 2026-02-19T00:33:00.532Z | Compiling iri-string v0.7.8 |
| 1687 | 2026-02-19T00:33:00.668Z | Compiling lockfree-object-pool v0.1.6 |
| 1688 | 2026-02-19T00:33:01.013Z | Compiling simd-adler32 v0.3.7 |
| 1689 | 2026-02-19T00:33:01.699Z | Compiling unicode-segmentation v1.12.0 |
| 1690 | 2026-02-19T00:33:01.723Z | Compiling managed v0.8.0 |
| 1691 | 2026-02-19T00:33:01.747Z | Compiling ryu v1.0.18 |
| 1692 | 2026-02-19T00:33:02.214Z | Compiling bitflags v1.3.2 |
| 1693 | 2026-02-19T00:33:02.284Z | Compiling buf-list v1.0.3 |
| 1694 | 2026-02-19T00:33:02.362Z | Compiling winnow v0.5.40 |
| 1695 | 2026-02-19T00:33:02.769Z | Compiling bumpalo v3.16.0 |
| 1696 | 2026-02-19T00:33:03.142Z | Compiling dof v0.3.0 |
| 1697 | 2026-02-19T00:33:03.296Z | Compiling zopfli v0.8.1 |
| 1698 | 2026-02-19T00:33:05.119Z | Compiling tower-http v0.6.6 |
| 1699 | 2026-02-19T00:33:05.175Z | Compiling serde_urlencoded v0.7.1 |
| 1700 | 2026-02-19T00:33:05.435Z | Compiling strum v0.27.2 |
| 1701 | 2026-02-19T00:33:05.654Z | Compiling clap_builder v4.5.48 |
| 1702 | 2026-02-19T00:33:05.890Z | Compiling hubpack v0.1.2 |
| 1703 | 2026-02-19T00:33:06.001Z | Compiling elliptic-curve v0.13.8 |
| 1704 | 2026-02-19T00:33:06.460Z | Compiling toml_edit v0.19.15 |
| 1705 | 2026-02-19T00:33:06.501Z | Compiling daft v0.1.4 |
| 1706 | 2026-02-19T00:33:06.931Z | Compiling cargo_metadata v0.19.2 |
| 1707 | 2026-02-19T00:33:07.160Z | Compiling hyper-tls v0.6.0 |
| 1708 | 2026-02-19T00:33:07.276Z | Compiling cookie_store v0.21.1 |
| 1709 | 2026-02-19T00:33:07.602Z | Compiling signal-hook-mio v0.2.4 |
| 1710 | 2026-02-19T00:33:07.820Z | Compiling zstd v0.13.3 |
| 1711 | 2026-02-19T00:33:09.944Z | Compiling serde_with_macros v3.16.1 |
| 1712 | 2026-02-19T00:33:11.062Z | Compiling postgres-types v0.2.9 |
| 1713 | 2026-02-19T00:33:12.245Z | Compiling usdt-macro v0.6.0 |
| 1714 | 2026-02-19T00:33:12.505Z | Compiling usdt-attr-macro v0.6.0 |
| 1715 | 2026-02-19T00:33:12.834Z | Compiling phf v0.11.2 |
| 1716 | 2026-02-19T00:33:13.143Z | Compiling dtrace-parser v0.2.0 |
| 1717 | 2026-02-19T00:33:14.040Z | Compiling ed25519 v2.2.3 |
| 1718 | 2026-02-19T00:33:14.188Z | Compiling bzip2 v0.4.4 |
| 1719 | 2026-02-19T00:33:14.261Z | Compiling bzip2 v0.5.2 |
| 1720 | 2026-02-19T00:33:14.361Z | Compiling pkcs1 v0.7.5 |
| 1721 | 2026-02-19T00:33:14.704Z | Compiling clap_derive v4.5.47 |
| 1722 | 2026-02-19T00:33:14.750Z | Compiling strum_macros v0.26.4 |
| 1723 | 2026-02-19T00:33:15.250Z | Compiling enum-as-inner v0.6.1 |
| 1724 | 2026-02-19T00:33:15.324Z | Compiling serde-big-array v0.5.1 |
| 1725 | 2026-02-19T00:33:15.404Z | Compiling hex v0.4.3 |
| 1726 | 2026-02-19T00:33:15.622Z | Compiling rfc6979 v0.4.0 |
| 1727 | 2026-02-19T00:33:15.888Z | Compiling bstr v1.10.0 |
| 1728 | 2026-02-19T00:33:16.001Z | Compiling serde_repr v0.1.19 |
| 1729 | 2026-02-19T00:33:16.374Z | Compiling float-cmp v0.10.0 |
| 1730 | 2026-02-19T00:33:16.443Z | Compiling env_filter v0.1.2 |
| 1731 | 2026-02-19T00:33:16.681Z | Compiling memmap2 v0.9.8 |
| 1732 | 2026-02-19T00:33:17.099Z | Compiling socket2 v0.5.10 |
| 1733 | 2026-02-19T00:33:17.155Z | Compiling encoding_rs v0.8.34 |
| 1734 | 2026-02-19T00:33:17.180Z | Compiling fixedbitset v0.5.7 |
| 1735 | 2026-02-19T00:33:17.487Z | Compiling whoami v1.5.2 |
| 1736 | 2026-02-19T00:33:17.945Z | Compiling difflib v0.4.0 |
| 1737 | 2026-02-19T00:33:18.182Z | Compiling predicates-core v1.0.8 |
| 1738 | 2026-02-19T00:33:18.182Z | Compiling data-encoding v2.9.0 |
| 1739 | 2026-02-19T00:33:18.586Z | Compiling static_assertions v1.1.0 |
| 1740 | 2026-02-19T00:33:18.750Z | Compiling normalize-line-endings v0.3.0 |
| 1741 | 2026-02-19T00:33:18.924Z | Compiling new_debug_unreachable v1.0.6 |
| 1742 | 2026-02-19T00:33:19.080Z | Compiling jiff v0.2.15 |
| 1743 | 2026-02-19T00:33:19.362Z | Compiling rustc-hash v2.1.1 |
| 1744 | 2026-02-19T00:33:19.552Z | Compiling precomputed-hash v0.1.1 |
| 1745 | 2026-02-19T00:33:19.605Z | Compiling mime v0.3.17 |
| 1746 | 2026-02-19T00:33:19.634Z | Compiling keccak v0.1.5 |
| 1747 | 2026-02-19T00:33:19.732Z | Compiling foldhash v0.2.0 |
| 1748 | 2026-02-19T00:33:20.180Z | Compiling fixedbitset v0.4.2 |
| 1749 | 2026-02-19T00:33:20.204Z | Compiling toml_edit v0.22.27 |
| 1750 | 2026-02-19T00:33:20.204Z | Compiling sha3 v0.10.8 |
| 1751 | 2026-02-19T00:33:20.663Z | Compiling petgraph v0.6.5 |
| 1752 | 2026-02-19T00:33:20.971Z | Compiling iddqd v0.3.16 |
| 1753 | 2026-02-19T00:33:21.303Z | Compiling string_cache v0.8.9 |
| 1754 | 2026-02-19T00:33:21.621Z | Compiling strum v0.26.3 |
| 1755 | 2026-02-19T00:33:21.817Z | Compiling clap v4.5.48 |
| 1756 | 2026-02-19T00:33:21.841Z | Compiling hickory-proto v0.25.2 |
| 1757 | 2026-02-19T00:33:22.013Z | Compiling predicates v3.1.3 |
| 1758 | 2026-02-19T00:33:23.487Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1759 | 2026-02-19T00:33:23.744Z | Compiling tokio-postgres v0.7.13 |
| 1760 | 2026-02-19T00:33:23.777Z | Compiling petgraph v0.8.2 |
| 1761 | 2026-02-19T00:33:24.853Z | Compiling usdt v0.6.0 |
| 1762 | 2026-02-19T00:33:25.376Z | Compiling similar v2.7.0 |
| 1763 | 2026-02-19T00:33:27.696Z | Compiling zip v4.2.0 |
| 1764 | 2026-02-19T00:33:28.073Z | Compiling env_logger v0.11.8 |
| 1765 | 2026-02-19T00:33:28.929Z | Compiling usdt-impl v0.5.0 |
| 1766 | 2026-02-19T00:33:28.969Z | Compiling serde_with v3.16.1 |
| 1767 | 2026-02-19T00:33:29.447Z | Compiling ecdsa v0.16.9 |
| 1768 | 2026-02-19T00:33:30.290Z | Compiling rsa v0.9.8 |
| 1769 | 2026-02-19T00:33:30.314Z | Compiling zip v0.6.6 |
| 1770 | 2026-02-19T00:33:30.392Z | Compiling ed25519-dalek v2.1.1 |
| 1771 | 2026-02-19T00:33:31.769Z | Compiling toml v0.7.8 |
| 1772 | 2026-02-19T00:33:31.826Z | Compiling crossterm v0.28.1 |
| 1773 | 2026-02-19T00:33:33.662Z | Compiling heck v0.4.1 |
| 1774 | 2026-02-19T00:33:33.726Z | Compiling crossbeam-epoch v0.9.18 |
| 1775 | 2026-02-19T00:33:33.752Z | Compiling tokio-stream v0.1.17 |
| 1776 | 2026-02-19T00:33:33.868Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1777 | 2026-02-19T00:33:34.153Z | Compiling x509-cert v0.2.5 |
| 1778 | 2026-02-19T00:33:34.325Z | Compiling openapiv3 v2.2.0 |
| 1779 | 2026-02-19T00:33:34.476Z | Compiling sha1 v0.10.6 |
| 1780 | 2026-02-19T00:33:34.833Z | Compiling itertools v0.13.0 |
| 1781 | 2026-02-19T00:33:34.968Z | Compiling itertools v0.10.5 |
| 1782 | 2026-02-19T00:33:34.993Z | Compiling winnow v0.6.26 |
| 1783 | 2026-02-19T00:33:35.362Z | Compiling peg-runtime v0.8.5 |
| 1784 | 2026-02-19T00:33:35.987Z | Compiling lalrpop-util v0.19.12 |
| 1785 | 2026-02-19T00:33:36.427Z | Compiling thread_local v1.1.8 |
| 1786 | 2026-02-19T00:33:36.955Z | Compiling slog-async v2.8.0 |
| 1787 | 2026-02-19T00:33:37.614Z | Compiling crossbeam-channel v0.5.15 |
| 1788 | 2026-02-19T00:33:37.959Z | Compiling xattr v1.3.1 |
| 1789 | 2026-02-19T00:33:38.226Z | Compiling futures-executor v0.3.31 |
| 1790 | 2026-02-19T00:33:38.296Z | Compiling filetime v0.2.26 |
| 1791 | 2026-02-19T00:33:38.630Z | Compiling is-terminal v0.4.13 |
| 1792 | 2026-02-19T00:33:38.697Z | Compiling take_mut v0.2.2 |
| 1793 | 2026-02-19T00:33:38.731Z | Compiling term v1.1.0 |
| 1794 | 2026-02-19T00:33:38.758Z | Compiling futures v0.3.31 |
| 1795 | 2026-02-19T00:33:38.782Z | Compiling tar v0.4.44 |
| 1796 | 2026-02-19T00:33:39.998Z | Compiling slog-term v2.9.2 |
| 1797 | 2026-02-19T00:33:42.292Z | Compiling aws-lc-sys v0.26.0 |
| 1798 | 2026-02-19T00:34:23.298Z | Compiling rustls-webpki v0.102.8 |
| 1799 | 2026-02-19T00:34:30.298Z | Compiling tokio-rustls v0.26.0 |
| 1800 | 2026-02-19T00:34:30.668Z | Compiling hyper-rustls v0.27.7 |
| 1801 | 2026-02-19T00:34:31.053Z | Compiling reqwest v0.12.24 |
| 1802 | 2026-02-19T00:34:36.728Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1803 | 2026-02-19T00:34:37.147Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1804 | 2026-02-19T00:34:43.646Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 02s |
| 1805 | 2026-02-19T00:34:43.811Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1806 | 2026-02-19T00:34:43.886Z | Feb 19 00:34:43.449 INFO Starting download, target: DendriteStub |
| 1807 | 2026-02-19T00:34:43.886Z | Feb 19 00:34:43.450 INFO Starting download, target: Cockroach |
| 1808 | 2026-02-19T00:34:43.886Z | Feb 19 00:34:43.450 INFO Starting download, target: Console |
| 1809 | 2026-02-19T00:34:43.886Z | Feb 19 00:34:43.450 INFO Starting download, target: Clickhouse |
| 1810 | 2026-02-19T00:34:43.886Z | Feb 19 00:34:43.450 INFO Starting download, target: MaghemiteMgd |
| 1811 | 2026-02-19T00:34:43.886Z | Feb 19 00:34:43.450 INFO Starting download, target: TransceiverControl |
| 1812 | 2026-02-19T00:34:43.911Z | Feb 19 00:34:43.451 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1813 | 2026-02-19T00:34:43.911Z | Feb 19 00:34:43.451 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1814 | 2026-02-19T00:34:43.911Z | Feb 19 00:34:43.451 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1815 | 2026-02-19T00:34:43.911Z | Feb 19 00:34:43.451 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1816 | 2026-02-19T00:34:43.911Z | Feb 19 00:34:43.451 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1817 | 2026-02-19T00:34:43.911Z | Feb 19 00:34:43.452 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1818 | 2026-02-19T00:34:44.312Z | Feb 19 00:34:43.875 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1819 | 2026-02-19T00:34:44.801Z | Feb 19 00:34:44.294 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1820 | 2026-02-19T00:34:45.149Z | Feb 19 00:34:44.685 INFO Download complete, target: Console |
| 1821 | 2026-02-19T00:34:45.332Z | Feb 19 00:34:44.869 INFO Download complete, target: TransceiverControl |
| 1822 | 2026-02-19T00:34:47.317Z | Feb 19 00:34:46.789 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1823 | 2026-02-19T00:34:47.942Z | Feb 19 00:34:47.505 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1824 | 2026-02-19T00:34:52.346Z | Feb 19 00:34:51.911 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1825 | 2026-02-19T00:34:52.346Z | Feb 19 00:34:51.911 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1826 | 2026-02-19T00:34:53.264Z | Feb 19 00:34:52.829 INFO Download complete, target: DendriteStub |
| 1827 | 2026-02-19T00:34:54.217Z | Feb 19 00:34:53.782 INFO Download complete, target: MaghemiteMgd |
| 1828 | 2026-02-19T00:35:05.563Z | Feb 19 00:35:05.129 INFO Checking that binary works, target: Cockroach |
| 1829 | 2026-02-19T00:35:05.827Z | Feb 19 00:35:05.394 INFO Download complete, target: Cockroach |
| 1830 | 2026-02-19T00:35:06.313Z | Feb 19 00:35:05.879 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1831 | 2026-02-19T00:35:24.212Z | Feb 19 00:35:23.777 INFO Checking that binary works, target: Clickhouse |
| 1832 | 2026-02-19T00:35:24.464Z | Feb 19 00:35:24.031 INFO Download complete, target: Clickhouse |
| 1833 | 2026-02-19T00:35:24.488Z | All prerequisites installed successfully |
| 1834 | 2026-02-19T00:35:24.488Z | |
| 1835 | 2026-02-19T00:35:24.488Z | real 7:08.191604372 |
| 1836 | 2026-02-19T00:35:24.488Z | user 22:12.200083973 |
| 1837 | 2026-02-19T00:35:24.488Z | sys 3:13.847164216 |
| 1838 | 2026-02-19T00:35:24.488Z | trap 0.959398612 |
| 1839 | 2026-02-19T00:35:24.488Z | tflt 0.665177708 |
| 1840 | 2026-02-19T00:35:24.489Z | dflt 1.185034208 |
| 1841 | 2026-02-19T00:35:24.489Z | kflt 0.013356269 |
| 1842 | 2026-02-19T00:35:24.489Z | lock 1:00:55.206525525 |
| 1843 | 2026-02-19T00:35:24.489Z | slp 1:20:48.876818395 |
| 1844 | 2026-02-19T00:35:24.489Z | lat 1:27.866298820 |
| 1845 | 2026-02-19T00:35:24.489Z | stop 3:11.865317846 |
| 1846 | 2026-02-19T00:35:24.489Z | + source ./tools/include/force-git-over-https.sh |
| 1847 | 2026-02-19T00:35:24.489Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1848 | 2026-02-19T00:35:24.489Z | ++ (( i = 0 )) |
| 1849 | 2026-02-19T00:35:24.489Z | ++ (( i < 5 )) |
| 1850 | 2026-02-19T00:35:24.489Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1851 | 2026-02-19T00:35:24.489Z | ++ (( i++ )) |
| 1852 | 2026-02-19T00:35:24.489Z | ++ (( i < 5 )) |
| 1853 | 2026-02-19T00:35:24.489Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1854 | 2026-02-19T00:35:24.513Z | ++ (( i++ )) |
| 1855 | 2026-02-19T00:35:24.513Z | ++ (( i < 5 )) |
| 1856 | 2026-02-19T00:35:24.513Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1857 | 2026-02-19T00:35:24.513Z | ++ (( i++ )) |
| 1858 | 2026-02-19T00:35:24.513Z | ++ (( i < 5 )) |
| 1859 | 2026-02-19T00:35:24.513Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1860 | 2026-02-19T00:35:24.513Z | ++ (( i++ )) |
| 1861 | 2026-02-19T00:35:24.513Z | ++ (( i < 5 )) |
| 1862 | 2026-02-19T00:35:24.513Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1863 | 2026-02-19T00:35:24.513Z | ++ (( i++ )) |
| 1864 | 2026-02-19T00:35:24.513Z | ++ (( i < 5 )) |
| 1865 | 2026-02-19T00:35:24.513Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1866 | 2026-02-19T00:35:24.513Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1867 | 2026-02-19T00:35:24.513Z | + rc=0 |
| 1868 | 2026-02-19T00:35:24.513Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1869 | 2026-02-19T00:36:43.276Z | + case $rc in |
| 1870 | 2026-02-19T00:36:43.276Z | + pfexec zfs create -p rpool/images/build/host |
| 1871 | 2026-02-19T00:36:43.364Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1872 | 2026-02-19T00:36:43.395Z | + cargo xtask releng --output-dir /work --mkincorp |
| 1873 | 2026-02-19T00:36:44.572Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.07s |
| 1874 | 2026-02-19T00:36:44.607Z | Running `target/debug/xtask releng --output-dir /work --mkincorp` |
| 1875 | 2026-02-19T00:36:46.392Z | Compiling proc-macro2 v1.0.101 |
| 1876 | 2026-02-19T00:36:46.392Z | Compiling unicode-ident v1.0.19 |
| 1877 | 2026-02-19T00:36:46.392Z | Compiling libc v0.2.180 |
| 1878 | 2026-02-19T00:36:46.416Z | Compiling serde_core v1.0.228 |
| 1879 | 2026-02-19T00:36:46.416Z | Compiling serde v1.0.228 |
| 1880 | 2026-02-19T00:36:46.416Z | Compiling autocfg v1.4.0 |
| 1881 | 2026-02-19T00:36:46.416Z | Compiling cfg-if v1.0.4 |
| 1882 | 2026-02-19T00:36:46.608Z | Compiling version_check v0.9.5 |
| 1883 | 2026-02-19T00:36:46.678Z | Compiling memchr v2.7.4 |
| 1884 | 2026-02-19T00:36:46.702Z | Compiling shlex v1.3.0 |
| 1885 | 2026-02-19T00:36:47.051Z | Compiling typenum v1.17.0 |
| 1886 | 2026-02-19T00:36:47.159Z | Compiling generic-array v0.14.7 |
| 1887 | 2026-02-19T00:36:47.483Z | Compiling lock_api v0.4.12 |
| 1888 | 2026-02-19T00:36:47.830Z | Compiling value-bag v1.12.0 |
| 1889 | 2026-02-19T00:36:47.863Z | Compiling getrandom v0.3.4 |
| 1890 | 2026-02-19T00:36:47.907Z | Compiling portable-atomic v1.11.0 |
| 1891 | 2026-02-19T00:36:48.513Z | Compiling quote v1.0.40 |
| 1892 | 2026-02-19T00:36:48.537Z | Compiling log v0.4.29 |
| 1893 | 2026-02-19T00:36:48.693Z | Compiling jobserver v0.1.32 |
| 1894 | 2026-02-19T00:36:48.819Z | Compiling zmij v1.0.15 |
| 1895 | 2026-02-19T00:36:48.994Z | Compiling syn v2.0.114 |
| 1896 | 2026-02-19T00:36:49.117Z | Compiling serde_json v1.0.149 |
| 1897 | 2026-02-19T00:36:49.240Z | Compiling cc v1.2.30 |
| 1898 | 2026-02-19T00:36:49.368Z | Compiling libm v0.2.8 |
| 1899 | 2026-02-19T00:36:49.424Z | Compiling num-traits v0.2.19 |
| 1900 | 2026-02-19T00:36:49.784Z | Compiling scopeguard v1.2.0 |
| 1901 | 2026-02-19T00:36:49.822Z | Compiling smallvec v1.15.1 |
| 1902 | 2026-02-19T00:36:49.855Z | Compiling parking_lot_core v0.9.10 |
| 1903 | 2026-02-19T00:36:50.249Z | Compiling rustix v0.38.37 |
| 1904 | 2026-02-19T00:36:50.341Z | Compiling pkg-config v0.3.31 |
| 1905 | 2026-02-19T00:36:50.461Z | Compiling getrandom v0.2.15 |
| 1906 | 2026-02-19T00:36:50.896Z | Compiling thiserror v2.0.18 |
| 1907 | 2026-02-19T00:36:51.316Z | Compiling regex-syntax v0.8.5 |
| 1908 | 2026-02-19T00:36:51.461Z | Compiling itoa v1.0.11 |
| 1909 | 2026-02-19T00:36:51.640Z | Compiling errno v0.3.12 |
| 1910 | 2026-02-19T00:36:52.153Z | Compiling spin v0.9.8 |
| 1911 | 2026-02-19T00:36:52.286Z | Compiling aho-corasick v1.1.3 |
| 1912 | 2026-02-19T00:36:52.378Z | Compiling slab v0.4.9 |
| 1913 | 2026-02-19T00:36:52.458Z | Compiling stable_deref_trait v1.2.0 |
| 1914 | 2026-02-19T00:36:52.672Z | Compiling subtle v2.6.1 |
| 1915 | 2026-02-19T00:36:52.712Z | Compiling lazy_static v1.5.0 |
| 1916 | 2026-02-19T00:36:52.790Z | Compiling critical-section v1.1.3 |
| 1917 | 2026-02-19T00:36:52.943Z | Compiling heck v0.5.0 |
| 1918 | 2026-02-19T00:36:53.042Z | Compiling semver v1.0.27 |
| 1919 | 2026-02-19T00:36:53.066Z | Compiling rand_core v0.6.4 |
| 1920 | 2026-02-19T00:36:53.799Z | Compiling either v1.15.0 |
| 1921 | 2026-02-19T00:36:53.908Z | Compiling glob v0.3.2 |
| 1922 | 2026-02-19T00:36:54.250Z | Compiling once_cell v1.21.3 |
| 1923 | 2026-02-19T00:36:54.576Z | Compiling clang-sys v1.8.1 |
| 1924 | 2026-02-19T00:36:55.229Z | Compiling regex-automata v0.4.11 |
| 1925 | 2026-02-19T00:36:55.510Z | Compiling prettyplease v0.2.36 |
| 1926 | 2026-02-19T00:36:56.213Z | Compiling synstructure v0.13.1 |
| 1927 | 2026-02-19T00:36:56.249Z | Compiling minimal-lexical v0.2.1 |
| 1928 | 2026-02-19T00:36:56.503Z | Compiling schemars v0.8.22 |
| 1929 | 2026-02-19T00:36:56.750Z | Compiling nom v7.1.3 |
| 1930 | 2026-02-19T00:36:56.869Z | Compiling serde_derive_internals v0.29.1 |
| 1931 | 2026-02-19T00:36:57.066Z | Compiling libloading v0.8.5 |
| 1932 | 2026-02-19T00:36:57.366Z | Compiling bindgen v0.69.5 |
| 1933 | 2026-02-19T00:36:57.457Z | Compiling paste v1.0.15 |
| 1934 | 2026-02-19T00:36:57.572Z | Compiling writeable v0.5.5 |
| 1935 | 2026-02-19T00:36:57.857Z | Compiling home v0.5.9 |
| 1936 | 2026-02-19T00:36:57.936Z | Compiling litemap v0.7.3 |
| 1937 | 2026-02-19T00:36:58.814Z | Compiling itertools v0.12.1 |
| 1938 | 2026-02-19T00:36:59.786Z | Compiling serde_derive v1.0.228 |
| 1939 | 2026-02-19T00:37:00.168Z | Compiling zeroize_derive v1.4.2 |
| 1940 | 2026-02-19T00:37:01.172Z | Compiling zerofrom-derive v0.1.4 |
| 1941 | 2026-02-19T00:37:01.301Z | Compiling yoke-derive v0.7.4 |
| 1942 | 2026-02-19T00:37:01.493Z | Compiling zerovec-derive v0.10.3 |
| 1943 | 2026-02-19T00:37:02.094Z | Compiling displaydoc v0.2.5 |
| 1944 | 2026-02-19T00:37:03.307Z | Compiling icu_provider_macros v1.5.0 |
| 1945 | 2026-02-19T00:37:03.817Z | Compiling zeroize v1.8.1 |
| 1946 | 2026-02-19T00:37:03.871Z | Compiling thiserror-impl v2.0.18 |
| 1947 | 2026-02-19T00:37:04.186Z | Compiling tokio-macros v2.6.0 |
| 1948 | 2026-02-19T00:37:04.404Z | Compiling zerocopy-derive v0.7.35 |
| 1949 | 2026-02-19T00:37:04.428Z | Compiling regex v1.11.3 |
| 1950 | 2026-02-19T00:37:04.457Z | Compiling zerofrom v0.1.4 |
| 1951 | 2026-02-19T00:37:04.482Z | Compiling futures-macro v0.3.31 |
| 1952 | 2026-02-19T00:37:04.734Z | Compiling yoke v0.7.4 |
| 1953 | 2026-02-19T00:37:05.269Z | Compiling zerovec v0.10.4 |
| 1954 | 2026-02-19T00:37:06.407Z | Compiling cexpr v0.6.0 |
| 1955 | 2026-02-19T00:37:06.921Z | Compiling schemars_derive v0.8.22 |
| 1956 | 2026-02-19T00:37:07.005Z | Compiling percent-encoding v2.3.2 |
| 1957 | 2026-02-19T00:37:07.118Z | Compiling allocator-api2 v0.2.21 |
| 1958 | 2026-02-19T00:37:07.233Z | Compiling byteorder v1.5.0 |
| 1959 | 2026-02-19T00:37:07.589Z | Compiling tinystr v0.7.6 |
| 1960 | 2026-02-19T00:37:07.914Z | Compiling bitflags v2.9.4 |
| 1961 | 2026-02-19T00:37:07.957Z | Compiling bytes v1.11.1 |
| 1962 | 2026-02-19T00:37:08.230Z | Compiling icu_locid v1.5.0 |
| 1963 | 2026-02-19T00:37:08.332Z | Compiling rustc-hash v1.1.0 |
| 1964 | 2026-02-19T00:37:08.629Z | Compiling lazycell v1.3.0 |
| 1965 | 2026-02-19T00:37:09.210Z | Compiling cmake v0.1.51 |
| 1966 | 2026-02-19T00:37:09.561Z | Compiling dunce v1.0.5 |
| 1967 | 2026-02-19T00:37:09.612Z | Compiling equivalent v1.0.2 |
| 1968 | 2026-02-19T00:37:09.836Z | Compiling icu_provider v1.5.0 |
| 1969 | 2026-02-19T00:37:09.868Z | Compiling fs_extra v1.3.0 |
| 1970 | 2026-02-19T00:37:10.022Z | Compiling icu_locid_transform_data v1.5.0 |
| 1971 | 2026-02-19T00:37:10.521Z | Compiling icu_collections v1.5.0 |
| 1972 | 2026-02-19T00:37:10.550Z | Compiling icu_properties_data v1.5.0 |
| 1973 | 2026-02-19T00:37:10.707Z | Compiling icu_locid_transform v1.5.0 |
| 1974 | 2026-02-19T00:37:10.771Z | Compiling crypto-common v0.1.6 |
| 1975 | 2026-02-19T00:37:11.168Z | Compiling utf8_iter v1.0.4 |
| 1976 | 2026-02-19T00:37:11.579Z | Compiling icu_normalizer_data v1.5.0 |
| 1977 | 2026-02-19T00:37:11.615Z | Compiling pin-project-lite v0.2.14 |
| 1978 | 2026-02-19T00:37:11.731Z | Compiling utf16_iter v1.0.5 |
| 1979 | 2026-02-19T00:37:11.834Z | Compiling write16 v1.0.0 |
| 1980 | 2026-02-19T00:37:12.121Z | Compiling der_derive v0.7.3 |
| 1981 | 2026-02-19T00:37:12.561Z | Compiling which v4.4.2 |
| 1982 | 2026-02-19T00:37:12.818Z | Compiling icu_properties v1.5.1 |
| 1983 | 2026-02-19T00:37:13.204Z | Compiling rustversion v1.0.22 |
| 1984 | 2026-02-19T00:37:13.412Z | Compiling const-oid v0.9.6 |
| 1985 | 2026-02-19T00:37:14.529Z | Compiling ring v0.17.14 |
| 1986 | 2026-02-19T00:37:16.356Z | Compiling form_urlencoded v1.2.2 |
| 1987 | 2026-02-19T00:37:17.040Z | Compiling vcpkg v0.2.15 |
| 1988 | 2026-02-19T00:37:17.071Z | Compiling aws-lc-rs v1.12.4 |
| 1989 | 2026-02-19T00:37:17.301Z | Compiling futures-core v0.3.31 |
| 1990 | 2026-02-19T00:37:17.348Z | Compiling fnv v1.0.7 |
| 1991 | 2026-02-19T00:37:17.626Z | Compiling icu_normalizer v1.5.0 |
| 1992 | 2026-02-19T00:37:18.188Z | Compiling block-buffer v0.10.4 |
| 1993 | 2026-02-19T00:37:18.693Z | Compiling signal-hook-registry v1.4.2 |
| 1994 | 2026-02-19T00:37:18.726Z | Compiling openssl-sys v0.9.109 |
| 1995 | 2026-02-19T00:37:18.768Z | Compiling zerocopy v0.8.27 |
| 1996 | 2026-02-19T00:37:19.540Z | Compiling idna_adapter v1.2.0 |
| 1997 | 2026-02-19T00:37:19.889Z | Compiling idna v1.0.3 |
| 1998 | 2026-02-19T00:37:20.249Z | Compiling digest v0.10.7 |
| 1999 | 2026-02-19T00:37:20.326Z | Compiling parking_lot v0.12.3 |
| 2000 | 2026-02-19T00:37:20.369Z | Compiling hashbrown v0.16.1 |
| 2001 | 2026-02-19T00:37:21.110Z | Compiling url v2.5.4 |
| 2002 | 2026-02-19T00:37:21.800Z | Compiling tracing-attributes v0.1.27 |
| 2003 | 2026-02-19T00:37:22.072Z | Compiling mio v1.0.2 |
| 2004 | 2026-02-19T00:37:24.003Z | Compiling zerocopy-derive v0.8.27 |
| 2005 | 2026-02-19T00:37:24.601Z | Compiling rustix v1.1.3 |
| 2006 | 2026-02-19T00:37:24.740Z | Compiling httparse v1.9.5 |
| 2007 | 2026-02-19T00:37:25.149Z | Compiling indexmap v2.13.0 |
| 2008 | 2026-02-19T00:37:25.319Z | Compiling socket2 v0.6.1 |
| 2009 | 2026-02-19T00:37:26.185Z | Compiling tokio v1.49.0 |
| 2010 | 2026-02-19T00:37:26.304Z | Compiling foldhash v0.1.5 |
| 2011 | 2026-02-19T00:37:26.439Z | Compiling aws-lc-sys v0.26.0 |
| 2012 | 2026-02-19T00:37:26.677Z | Compiling iana-time-zone v0.1.63 |
| 2013 | 2026-02-19T00:37:27.179Z | Compiling chrono v0.4.43 |
| 2014 | 2026-02-19T00:37:27.223Z | Compiling hashbrown v0.15.4 |
| 2015 | 2026-02-19T00:37:27.500Z | Compiling zerocopy v0.7.35 |
| 2016 | 2026-02-19T00:37:27.933Z | Compiling num-conv v0.1.0 |
| 2017 | 2026-02-19T00:37:28.604Z | Compiling futures-sink v0.3.31 |
| 2018 | 2026-02-19T00:37:28.645Z | Compiling time-core v0.1.6 |
| 2019 | 2026-02-19T00:37:28.880Z | Compiling futures-channel v0.3.31 |
| 2020 | 2026-02-19T00:37:29.060Z | Compiling time-macros v0.2.24 |
| 2021 | 2026-02-19T00:37:29.303Z | Compiling uuid v1.19.0 |
| 2022 | 2026-02-19T00:37:29.890Z | Compiling pin-utils v0.1.0 |
| 2023 | 2026-02-19T00:37:30.075Z | Compiling openssl v0.10.73 |
| 2024 | 2026-02-19T00:37:30.188Z | Compiling futures-task v0.3.31 |
| 2025 | 2026-02-19T00:37:30.436Z | Compiling futures-io v0.3.31 |
| 2026 | 2026-02-19T00:37:30.908Z | Compiling futures-util v0.3.31 |
| 2027 | 2026-02-19T00:37:32.276Z | Compiling cpufeatures v0.2.14 |
| 2028 | 2026-02-19T00:37:32.486Z | Compiling ppv-lite86 v0.2.20 |
| 2029 | 2026-02-19T00:37:32.822Z | Compiling openssl-macros v0.1.1 |
| 2030 | 2026-02-19T00:37:33.540Z | Compiling rustc_version v0.4.1 |
| 2031 | 2026-02-19T00:37:34.252Z | Compiling rustls v0.23.19 |
| 2032 | 2026-02-19T00:37:34.252Z | Compiling strsim v0.11.1 |
| 2033 | 2026-02-19T00:37:34.455Z | Compiling ucd-trie v0.1.7 |
| 2034 | 2026-02-19T00:37:34.503Z | Compiling native-tls v0.2.12 |
| 2035 | 2026-02-19T00:37:34.954Z | Compiling pest v2.8.2 |
| 2036 | 2026-02-19T00:37:34.992Z | Compiling hmac v0.12.1 |
| 2037 | 2026-02-19T00:37:35.017Z | Compiling serde_tokenstream v0.2.2 |
| 2038 | 2026-02-19T00:37:35.193Z | Compiling dyn-clone v1.0.20 |
| 2039 | 2026-02-19T00:37:36.023Z | Compiling block-padding v0.3.3 |
| 2040 | 2026-02-19T00:37:36.528Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2041 | 2026-02-19T00:37:36.680Z | Compiling cookie v0.18.1 |
| 2042 | 2026-02-19T00:37:37.218Z | Compiling ident_case v1.0.1 |
| 2043 | 2026-02-19T00:37:37.306Z | Compiling thiserror v1.0.69 |
| 2044 | 2026-02-19T00:37:38.129Z | Compiling inout v0.1.3 |
| 2045 | 2026-02-19T00:37:38.545Z | Compiling http v1.4.0 |
| 2046 | 2026-02-19T00:37:39.044Z | Compiling pest_meta v2.8.2 |
| 2047 | 2026-02-19T00:37:39.709Z | Compiling base64 v0.22.1 |
| 2048 | 2026-02-19T00:37:40.997Z | Compiling pest_generator v2.8.2 |
| 2049 | 2026-02-19T00:37:43.259Z | Compiling syn v1.0.109 |
| 2050 | 2026-02-19T00:37:43.427Z | Compiling pest_derive v2.8.2 |
| 2051 | 2026-02-19T00:37:44.329Z | Compiling cipher v0.4.4 |
| 2052 | 2026-02-19T00:37:44.671Z | Compiling sha2 v0.10.9 |
| 2053 | 2026-02-19T00:37:44.941Z | Compiling slog v2.8.2 |
| 2054 | 2026-02-19T00:37:48.304Z | Compiling scroll_derive v0.13.1 |
| 2055 | 2026-02-19T00:37:48.396Z | Compiling thiserror-impl v1.0.69 |
| 2056 | 2026-02-19T00:37:49.586Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 2057 | 2026-02-19T00:37:50.586Z | Compiling crossbeam-utils v0.8.21 |
| 2058 | 2026-02-19T00:37:51.168Z | Compiling rustls-pki-types v1.10.0 |
| 2059 | 2026-02-19T00:37:51.260Z | Compiling base64ct v1.6.0 |
| 2060 | 2026-02-19T00:37:51.991Z | Compiling pem-rfc7468 v0.7.0 |
| 2061 | 2026-02-19T00:37:52.745Z | Compiling litrs v0.4.1 |
| 2062 | 2026-02-19T00:37:53.310Z | Compiling flagset v0.4.6 |
| 2063 | 2026-02-19T00:37:54.023Z | Compiling document-features v0.2.11 |
| 2064 | 2026-02-19T00:37:55.248Z | Compiling der v0.7.10 |
| 2065 | 2026-02-19T00:37:56.176Z | Compiling tokio-util v0.7.15 |
| 2066 | 2026-02-19T00:37:58.631Z | Compiling rand_core v0.9.3 |
| 2067 | 2026-02-19T00:37:58.689Z | Compiling tracing-core v0.1.32 |
| 2068 | 2026-02-19T00:37:59.068Z | Compiling plain v0.2.3 |
| 2069 | 2026-02-19T00:37:59.347Z | Compiling powerfmt v0.2.0 |
| 2070 | 2026-02-19T00:37:59.717Z | Compiling untrusted v0.7.1 |
| 2071 | 2026-02-19T00:38:00.031Z | Compiling camino v1.2.2 |
| 2072 | 2026-02-19T00:38:00.073Z | Compiling untrusted v0.9.0 |
| 2073 | 2026-02-19T00:38:00.704Z | Compiling deranged v0.5.3 |
| 2074 | 2026-02-19T00:38:00.914Z | Compiling tracing v0.1.40 |
| 2075 | 2026-02-19T00:38:01.233Z | Compiling spki v0.7.3 |
| 2076 | 2026-02-19T00:38:01.701Z | Compiling salsa20 v0.10.2 |
| 2077 | 2026-02-19T00:38:01.912Z | Compiling http-body v1.0.1 |
| 2078 | 2026-02-19T00:38:01.998Z | Compiling pbkdf2 v0.12.2 |
| 2079 | 2026-02-19T00:38:03.150Z | Compiling num-bigint-dig v0.8.6 |
| 2080 | 2026-02-19T00:38:03.597Z | Compiling atomic-waker v1.1.2 |
| 2081 | 2026-02-19T00:38:03.762Z | Compiling num_threads v0.1.7 |
| 2082 | 2026-02-19T00:38:04.530Z | Compiling time v0.3.43 |
| 2083 | 2026-02-19T00:38:04.660Z | Compiling scrypt v0.11.0 |
| 2084 | 2026-02-19T00:38:05.170Z | Compiling rand_chacha v0.9.0 |
| 2085 | 2026-02-19T00:38:06.113Z | Compiling aes v0.8.4 |
| 2086 | 2026-02-19T00:38:06.144Z | Compiling cbc v0.1.2 |
| 2087 | 2026-02-19T00:38:07.410Z | Compiling ahash v0.8.12 |
| 2088 | 2026-02-19T00:38:07.481Z | Compiling pretty-hex v0.4.1 |
| 2089 | 2026-02-19T00:38:07.808Z | Compiling try-lock v0.2.5 |
| 2090 | 2026-02-19T00:38:07.911Z | Compiling tower-service v0.3.3 |
| 2091 | 2026-02-19T00:38:07.977Z | Compiling usdt-impl v0.6.0 |
| 2092 | 2026-02-19T00:38:08.084Z | Compiling zstd-safe v7.2.3 |
| 2093 | 2026-02-19T00:38:08.160Z | Compiling anyhow v1.0.99 |
| 2094 | 2026-02-19T00:38:08.547Z | Compiling tower-layer v0.3.3 |
| 2095 | 2026-02-19T00:38:08.744Z | Compiling want v0.3.1 |
| 2096 | 2026-02-19T00:38:09.218Z | Compiling pkcs5 v0.7.1 |
| 2097 | 2026-02-19T00:38:11.499Z | Compiling rand v0.9.2 |
| 2098 | 2026-02-19T00:38:11.722Z | Compiling h2 v0.4.6 |
| 2099 | 2026-02-19T00:38:14.229Z | Compiling scroll v0.13.0 |
| 2100 | 2026-02-19T00:38:14.767Z | Compiling heapless v0.7.17 |
| 2101 | 2026-02-19T00:38:15.107Z | Compiling ipnet v2.11.0 |
| 2102 | 2026-02-19T00:38:15.219Z | Compiling scroll_derive v0.12.0 |
| 2103 | 2026-02-19T00:38:15.807Z | Compiling async-trait v0.1.89 |
| 2104 | 2026-02-19T00:38:16.310Z | Compiling daft-derive v0.1.4 |
| 2105 | 2026-02-19T00:38:16.555Z | Compiling clap_derive v4.5.47 |
| 2106 | 2026-02-19T00:38:16.754Z | Compiling signal-hook v0.3.18 |
| 2107 | 2026-02-19T00:38:17.235Z | Compiling foreign-types-shared v0.1.1 |
| 2108 | 2026-02-19T00:38:17.459Z | Compiling httpdate v1.0.3 |
| 2109 | 2026-02-19T00:38:17.933Z | Compiling adler2 v2.0.0 |
| 2110 | 2026-02-19T00:38:18.259Z | Compiling fastrand v2.1.1 |
| 2111 | 2026-02-19T00:38:18.369Z | Compiling openssl-probe v0.1.5 |
| 2112 | 2026-02-19T00:38:18.537Z | Compiling miniz_oxide v0.8.5 |
| 2113 | 2026-02-19T00:38:18.625Z | Compiling foreign-types v0.3.2 |
| 2114 | 2026-02-19T00:38:19.043Z | Compiling tempfile v3.24.0 |
| 2115 | 2026-02-19T00:38:19.210Z | Compiling goblin v0.10.2 |
| 2116 | 2026-02-19T00:38:21.299Z | Compiling pkcs8 v0.10.2 |
| 2117 | 2026-02-19T00:38:22.420Z | Compiling darling_core v0.20.10 |
| 2118 | 2026-02-19T00:38:23.045Z | Compiling hyper v1.8.1 |
| 2119 | 2026-02-19T00:38:29.755Z | Compiling tinyvec_macros v0.1.1 |
| 2120 | 2026-02-19T00:38:30.274Z | Compiling tinyvec v1.8.0 |
| 2121 | 2026-02-19T00:38:31.831Z | Compiling darling_macro v0.20.10 |
| 2122 | 2026-02-19T00:38:32.105Z | Compiling dof v0.4.0 |
| 2123 | 2026-02-19T00:38:32.735Z | Compiling hyper-util v0.1.19 |
| 2124 | 2026-02-19T00:38:38.238Z | Compiling dtrace-parser v0.3.0 |
| 2125 | 2026-02-19T00:38:38.374Z | Compiling darling_core v0.21.0 |
| 2126 | 2026-02-19T00:38:39.915Z | Compiling curve25519-dalek v4.1.3 |
| 2127 | 2026-02-19T00:38:40.108Z | Compiling strum_macros v0.26.4 |
| 2128 | 2026-02-19T00:38:40.481Z | Compiling hex v0.4.3 |
| 2129 | 2026-02-19T00:38:41.411Z | Compiling thread-id v5.0.0 |
| 2130 | 2026-02-19T00:38:41.458Z | Compiling memoffset v0.9.1 |
| 2131 | 2026-02-19T00:38:41.759Z | Compiling ref-cast v1.0.25 |
| 2132 | 2026-02-19T00:38:42.810Z | Compiling smoltcp v0.9.1 |
| 2133 | 2026-02-19T00:38:43.105Z | Compiling anstyle v1.0.11 |
| 2134 | 2026-02-19T00:38:43.798Z | Compiling ryu v1.0.18 |
| 2135 | 2026-02-19T00:38:44.460Z | Compiling utf8parse v0.2.2 |
| 2136 | 2026-02-19T00:38:44.756Z | Compiling anstyle-parse v0.2.5 |
| 2137 | 2026-02-19T00:38:44.816Z | Compiling darling_macro v0.21.0 |
| 2138 | 2026-02-19T00:38:48.670Z | Compiling darling v0.20.10 |
| 2139 | 2026-02-19T00:38:50.830Z | Compiling http-body-util v0.1.3 |
| 2140 | 2026-02-19T00:38:51.592Z | Compiling sync_wrapper v1.0.1 |
| 2141 | 2026-02-19T00:38:51.808Z | Compiling toml_datetime v0.6.11 |
| 2142 | 2026-02-19T00:38:52.640Z | Compiling serde_spanned v0.6.9 |
| 2143 | 2026-02-19T00:38:52.946Z | Compiling erased-serde v0.3.31 |
| 2144 | 2026-02-19T00:38:54.006Z | Compiling wait-timeout v0.2.0 |
| 2145 | 2026-02-19T00:38:54.056Z | Compiling encoding_rs v0.8.34 |
| 2146 | 2026-02-19T00:38:54.468Z | Compiling is_terminal_polyfill v1.70.1 |
| 2147 | 2026-02-19T00:38:54.712Z | Compiling anstyle-query v1.1.1 |
| 2148 | 2026-02-19T00:38:55.224Z | Compiling gimli v0.31.1 |
| 2149 | 2026-02-19T00:38:55.277Z | Compiling bit-vec v0.8.0 |
| 2150 | 2026-02-19T00:38:56.628Z | Compiling quick-error v1.2.3 |
| 2151 | 2026-02-19T00:38:56.653Z | Compiling colorchoice v1.0.2 |
| 2152 | 2026-02-19T00:38:56.877Z | Compiling buf-list v1.0.3 |
| 2153 | 2026-02-19T00:38:57.152Z | Compiling cfg_aliases v0.2.1 |
| 2154 | 2026-02-19T00:38:57.291Z | Compiling mime v0.3.17 |
| 2155 | 2026-02-19T00:38:58.087Z | Compiling psl-types v2.0.11 |
| 2156 | 2026-02-19T00:38:58.559Z | Compiling publicsuffix v2.3.0 |
| 2157 | 2026-02-19T00:38:59.071Z | Compiling nix v0.29.0 |
| 2158 | 2026-02-19T00:39:00.136Z | Compiling addr2line v0.24.2 |
| 2159 | 2026-02-19T00:39:00.951Z | Compiling anstream v0.6.18 |
| 2160 | 2026-02-19T00:39:01.979Z | Compiling rusty-fork v0.3.0 |
| 2161 | 2026-02-19T00:39:02.014Z | Compiling serde_urlencoded v0.7.1 |
| 2162 | 2026-02-19T00:39:02.381Z | Compiling bit-set v0.8.0 |
| 2163 | 2026-02-19T00:39:03.224Z | Compiling tower v0.5.2 |
| 2164 | 2026-02-19T00:39:05.001Z | Compiling derive_builder_core v0.20.2 |
| 2165 | 2026-02-19T00:39:06.443Z | Compiling darling v0.21.0 |
| 2166 | 2026-02-19T00:39:06.594Z | Compiling tokio-native-tls v0.3.1 |
| 2167 | 2026-02-19T00:39:06.970Z | Compiling unicode-normalization v0.1.24 |
| 2168 | 2026-02-19T00:39:07.256Z | Compiling rustls-native-certs v0.8.1 |
| 2169 | 2026-02-19T00:39:07.535Z | Compiling hubpack_derive v0.1.1 |
| 2170 | 2026-02-19T00:39:08.185Z | Compiling rand_xorshift v0.4.0 |
| 2171 | 2026-02-19T00:39:08.579Z | Compiling webpki-roots v1.0.1 |
| 2172 | 2026-02-19T00:39:08.670Z | Compiling ipnetwork v0.21.1 |
| 2173 | 2026-02-19T00:39:09.163Z | Compiling openapiv3 v2.2.0 |
| 2174 | 2026-02-19T00:39:09.337Z | Compiling signature v2.2.0 |
| 2175 | 2026-02-19T00:39:09.645Z | Compiling ref-cast-impl v1.0.25 |
| 2176 | 2026-02-19T00:39:10.930Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2177 | 2026-02-19T00:39:12.419Z | Compiling strum_macros v0.27.2 |
| 2178 | 2026-02-19T00:39:13.034Z | Compiling object v0.36.5 |
| 2179 | 2026-02-19T00:39:13.699Z | Compiling fs-err v3.1.1 |
| 2180 | 2026-02-19T00:39:13.744Z | Compiling usdt-impl v0.5.0 |
| 2181 | 2026-02-19T00:39:14.159Z | Compiling crc32fast v1.4.2 |
| 2182 | 2026-02-19T00:39:14.844Z | Compiling unicode-bidi v0.3.17 |
| 2183 | 2026-02-19T00:39:15.046Z | Compiling unarray v0.1.4 |
| 2184 | 2026-02-19T00:39:15.272Z | Compiling zlib-rs v0.5.1 |
| 2185 | 2026-02-19T00:39:16.017Z | Compiling siphasher v0.3.11 |
| 2186 | 2026-02-19T00:39:16.324Z | Compiling iri-string v0.7.8 |
| 2187 | 2026-02-19T00:39:17.177Z | Compiling unicode-properties v0.1.3 |
| 2188 | 2026-02-19T00:39:17.339Z | Compiling rustc-demangle v0.1.24 |
| 2189 | 2026-02-19T00:39:18.447Z | Compiling stringprep v0.1.5 |
| 2190 | 2026-02-19T00:39:19.866Z | Compiling phf_shared v0.11.2 |
| 2191 | 2026-02-19T00:39:20.984Z | Compiling libz-rs-sys v0.5.1 |
| 2192 | 2026-02-19T00:39:21.226Z | Compiling backtrace v0.3.74 |
| 2193 | 2026-02-19T00:39:21.315Z | Compiling tower-http v0.6.6 |
| 2194 | 2026-02-19T00:39:21.410Z | Compiling proptest v1.7.0 |
| 2195 | 2026-02-19T00:39:23.760Z | Compiling oxnet v0.1.4 |
| 2196 | 2026-02-19T00:39:24.062Z | Compiling derive_builder_macro v0.20.2 |
| 2197 | 2026-02-19T00:39:24.281Z | Compiling hyper-tls v0.6.0 |
| 2198 | 2026-02-19T00:39:24.868Z | Compiling serde_with_macros v3.16.1 |
| 2199 | 2026-02-19T00:39:25.580Z | Compiling cookie_store v0.21.1 |
| 2200 | 2026-02-19T00:39:27.473Z | Compiling usdt-attr-macro v0.6.0 |
| 2201 | 2026-02-19T00:39:27.634Z | Compiling usdt-macro v0.6.0 |
| 2202 | 2026-02-19T00:39:29.270Z | Compiling scroll v0.12.0 |
| 2203 | 2026-02-19T00:39:29.556Z | Compiling terminal_size v0.4.0 |
| 2204 | 2026-02-19T00:39:30.043Z | Compiling rand_chacha v0.3.1 |
| 2205 | 2026-02-19T00:39:30.543Z | Compiling md-5 v0.10.6 |
| 2206 | 2026-02-19T00:39:30.946Z | Compiling rustls-webpki v0.102.8 |
| 2207 | 2026-02-19T00:39:31.010Z | Compiling num-integer v0.1.46 |
| 2208 | 2026-02-19T00:39:31.392Z | Compiling vergen-lib v0.1.6 |
| 2209 | 2026-02-19T00:39:31.742Z | Compiling hash32 v0.2.1 |
| 2210 | 2026-02-19T00:39:31.778Z | Compiling ff v0.13.0 |
| 2211 | 2026-02-19T00:39:32.241Z | Compiling fallible-iterator v0.2.0 |
| 2212 | 2026-02-19T00:39:32.341Z | Compiling clap_lex v0.7.4 |
| 2213 | 2026-02-19T00:39:33.134Z | Compiling winnow v0.7.14 |
| 2214 | 2026-02-19T00:39:33.162Z | Compiling base16ct v0.2.0 |
| 2215 | 2026-02-19T00:39:34.921Z | Compiling clap_builder v4.5.48 |
| 2216 | 2026-02-19T00:39:36.944Z | Compiling sec1 v0.7.3 |
| 2217 | 2026-02-19T00:39:37.537Z | Compiling postgres-protocol v0.6.8 |
| 2218 | 2026-02-19T00:39:39.255Z | Compiling group v0.13.0 |
| 2219 | 2026-02-19T00:39:39.648Z | Compiling num-iter v0.1.45 |
| 2220 | 2026-02-19T00:39:39.889Z | Compiling tokio-rustls v0.26.0 |
| 2221 | 2026-02-19T00:39:40.228Z | Compiling rand v0.8.5 |
| 2222 | 2026-02-19T00:39:44.169Z | Compiling goblin v0.8.2 |
| 2223 | 2026-02-19T00:39:44.397Z | Compiling newtype-uuid v1.3.2 |
| 2224 | 2026-02-19T00:39:44.817Z | Compiling derive_builder v0.20.2 |
| 2225 | 2026-02-19T00:39:45.108Z | Compiling flate2 v1.1.2 |
| 2226 | 2026-02-19T00:39:47.793Z | Compiling hkdf v0.12.4 |
| 2227 | 2026-02-19T00:39:48.155Z | Compiling regress v0.10.4 |
| 2228 | 2026-02-19T00:39:49.049Z | Compiling vergen v9.0.6 |
| 2229 | 2026-02-19T00:39:49.724Z | Compiling crypto-bigint v0.5.5 |
| 2230 | 2026-02-19T00:39:50.519Z | Compiling cargo-platform v0.1.8 |
| 2231 | 2026-02-19T00:39:51.113Z | Compiling serde_repr v0.1.19 |
| 2232 | 2026-02-19T00:39:52.264Z | Compiling enum-as-inner v0.6.1 |
| 2233 | 2026-02-19T00:39:53.676Z | Compiling bitflags v1.3.2 |
| 2234 | 2026-02-19T00:39:53.739Z | Compiling bumpalo v3.16.0 |
| 2235 | 2026-02-19T00:39:53.855Z | Compiling lockfree-object-pool v0.1.6 |
| 2236 | 2026-02-19T00:39:54.170Z | Compiling simd-adler32 v0.3.7 |
| 2237 | 2026-02-19T00:39:54.234Z | Compiling winnow v0.5.40 |
| 2238 | 2026-02-19T00:39:54.737Z | Compiling managed v0.8.0 |
| 2239 | 2026-02-19T00:39:54.784Z | Compiling unicode-segmentation v1.12.0 |
| 2240 | 2026-02-19T00:39:54.884Z | Compiling zopfli v0.8.1 |
| 2241 | 2026-02-19T00:39:57.071Z | Compiling hyper-rustls v0.27.7 |
| 2242 | 2026-02-19T00:39:58.002Z | Compiling reqwest v0.12.24 |
| 2243 | 2026-02-19T00:39:58.308Z | Compiling toml_edit v0.19.15 |
| 2244 | 2026-02-19T00:39:59.006Z | Compiling elliptic-curve v0.13.8 |
| 2245 | 2026-02-19T00:39:59.465Z | Compiling typify-impl v0.4.3 |
| 2246 | 2026-02-19T00:39:59.757Z | Compiling cargo_metadata v0.19.2 |
| 2247 | 2026-02-19T00:40:00.720Z | Compiling dof v0.3.0 |
| 2248 | 2026-02-19T00:40:04.284Z | Compiling daft v0.1.4 |
| 2249 | 2026-02-19T00:40:04.739Z | Compiling signal-hook-mio v0.2.4 |
| 2250 | 2026-02-19T00:40:04.951Z | Compiling zstd v0.13.3 |
| 2251 | 2026-02-19T00:40:05.349Z | Compiling clap v4.5.48 |
| 2252 | 2026-02-19T00:40:05.663Z | Compiling postgres-types v0.2.9 |
| 2253 | 2026-02-19T00:40:05.788Z | Compiling dtrace-parser v0.2.0 |
| 2254 | 2026-02-19T00:40:06.727Z | Compiling phf v0.11.2 |
| 2255 | 2026-02-19T00:40:06.873Z | Compiling strum v0.27.2 |
| 2256 | 2026-02-19T00:40:07.144Z | Compiling ed25519 v2.2.3 |
| 2257 | 2026-02-19T00:40:07.195Z | Compiling hubpack v0.1.2 |
| 2258 | 2026-02-19T00:40:07.366Z | Compiling bzip2 v0.5.2 |
| 2259 | 2026-02-19T00:40:07.410Z | Compiling bzip2 v0.4.4 |
| 2260 | 2026-02-19T00:40:07.759Z | Compiling pkcs1 v0.7.5 |
| 2261 | 2026-02-19T00:40:08.005Z | Compiling rfc6979 v0.4.0 |
| 2262 | 2026-02-19T00:40:08.049Z | Compiling float-cmp v0.10.0 |
| 2263 | 2026-02-19T00:40:08.328Z | Compiling serde-big-array v0.5.1 |
| 2264 | 2026-02-19T00:40:08.728Z | Compiling bstr v1.10.0 |
| 2265 | 2026-02-19T00:40:08.760Z | Compiling structmeta-derive v0.3.0 |
| 2266 | 2026-02-19T00:40:09.013Z | Compiling env_filter v0.1.2 |
| 2267 | 2026-02-19T00:40:09.410Z | Compiling thread-id v4.2.2 |
| 2268 | 2026-02-19T00:40:09.559Z | Compiling memmap2 v0.9.8 |
| 2269 | 2026-02-19T00:40:09.652Z | Compiling socket2 v0.5.10 |
| 2270 | 2026-02-19T00:40:09.971Z | Compiling foldhash v0.2.0 |
| 2271 | 2026-02-19T00:40:10.407Z | Compiling keccak v0.1.5 |
| 2272 | 2026-02-19T00:40:10.575Z | Compiling rustc-hash v2.1.1 |
| 2273 | 2026-02-19T00:40:14.414Z | Compiling static_assertions v1.1.0 |
| 2274 | 2026-02-19T00:40:14.465Z | Compiling whoami v1.5.2 |
| 2275 | 2026-02-19T00:40:14.466Z | Compiling precomputed-hash v0.1.1 |
| 2276 | 2026-02-19T00:40:14.466Z | Compiling fixedbitset v0.4.2 |
| 2277 | 2026-02-19T00:40:14.466Z | Compiling predicates-core v1.0.8 |
| 2278 | 2026-02-19T00:40:14.466Z | Compiling radium v0.7.0 |
| 2279 | 2026-02-19T00:40:14.466Z | Compiling new_debug_unreachable v1.0.6 |
| 2280 | 2026-02-19T00:40:14.466Z | Compiling fixedbitset v0.5.7 |
| 2281 | 2026-02-19T00:40:14.492Z | Compiling jiff v0.2.15 |
| 2282 | 2026-02-19T00:40:14.492Z | Compiling toml_write v0.1.2 |
| 2283 | 2026-02-19T00:40:14.492Z | Compiling normalize-line-endings v0.3.0 |
| 2284 | 2026-02-19T00:40:14.492Z | Compiling difflib v0.4.0 |
| 2285 | 2026-02-19T00:40:15.275Z | Compiling data-encoding v2.9.0 |
| 2286 | 2026-02-19T00:40:17.202Z | Compiling toml_edit v0.22.27 |
| 2287 | 2026-02-19T00:40:17.464Z | Compiling hickory-proto v0.25.2 |
| 2288 | 2026-02-19T00:40:18.914Z | Compiling predicates v3.1.3 |
| 2289 | 2026-02-19T00:40:20.505Z | Compiling petgraph v0.8.2 |
| 2290 | 2026-02-19T00:40:24.057Z | Compiling zip v4.2.0 |
| 2291 | 2026-02-19T00:40:26.237Z | Compiling string_cache v0.8.9 |
| 2292 | 2026-02-19T00:40:26.579Z | Compiling petgraph v0.6.5 |
| 2293 | 2026-02-19T00:40:26.874Z | Compiling tokio-postgres v0.7.13 |
| 2294 | 2026-02-19T00:40:30.508Z | Compiling structmeta v0.3.0 |
| 2295 | 2026-02-19T00:40:31.027Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2296 | 2026-02-19T00:40:31.176Z | Compiling iddqd v0.3.16 |
| 2297 | 2026-02-19T00:40:32.658Z | Compiling sha3 v0.10.8 |
| 2298 | 2026-02-19T00:40:33.375Z | Compiling usdt v0.6.0 |
| 2299 | 2026-02-19T00:40:33.998Z | Compiling similar v2.7.0 |
| 2300 | 2026-02-19T00:40:35.162Z | Compiling env_logger v0.11.8 |
| 2301 | 2026-02-19T00:40:35.840Z | Compiling typify-macro v0.4.3 |
| 2302 | 2026-02-19T00:40:35.998Z | Compiling serde_with v3.16.1 |
| 2303 | 2026-02-19T00:40:36.048Z | Compiling rsa v0.9.8 |
| 2304 | 2026-02-19T00:40:36.619Z | Compiling ecdsa v0.16.9 |
| 2305 | 2026-02-19T00:40:38.420Z | Compiling zip v0.6.6 |
| 2306 | 2026-02-19T00:40:38.976Z | Compiling ed25519-dalek v2.1.1 |
| 2307 | 2026-02-19T00:40:40.118Z | Compiling crossterm v0.28.1 |
| 2308 | 2026-02-19T00:40:40.589Z | Compiling crossbeam-epoch v0.9.18 |
| 2309 | 2026-02-19T00:40:40.748Z | Compiling toml v0.7.8 |
| 2310 | 2026-02-19T00:40:41.424Z | Compiling heck v0.4.1 |
| 2311 | 2026-02-19T00:40:41.594Z | Compiling strum v0.26.3 |
| 2312 | 2026-02-19T00:40:41.967Z | Compiling tokio-stream v0.1.17 |
| 2313 | 2026-02-19T00:40:42.315Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2314 | 2026-02-19T00:40:42.770Z | Compiling x509-cert v0.2.5 |
| 2315 | 2026-02-19T00:40:43.237Z | Compiling sha1 v0.10.6 |
| 2316 | 2026-02-19T00:40:43.807Z | Compiling itertools v0.13.0 |
| 2317 | 2026-02-19T00:40:43.857Z | Compiling itertools v0.10.5 |
| 2318 | 2026-02-19T00:40:46.164Z | Compiling winnow v0.6.26 |
| 2319 | 2026-02-19T00:40:46.966Z | Compiling tap v1.0.1 |
| 2320 | 2026-02-19T00:40:47.139Z | Compiling lalrpop-util v0.19.12 |
| 2321 | 2026-02-19T00:40:47.481Z | Compiling maybe-uninit v2.0.0 |
| 2322 | 2026-02-19T00:40:48.039Z | Compiling peg-runtime v0.8.5 |
| 2323 | 2026-02-19T00:40:48.654Z | Compiling wyz v0.5.1 |
| 2324 | 2026-02-19T00:40:50.078Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2325 | 2026-02-19T00:40:56.044Z | Compiling funty v2.0.0 |
| 2326 | 2026-02-19T00:40:56.145Z | Compiling packed_struct v0.10.1 |
| 2327 | 2026-02-19T00:40:59.331Z | Compiling bitvec v1.0.1 |
| 2328 | 2026-02-19T00:41:05.387Z | Compiling packed_struct_codegen v0.10.1 |
| 2329 | 2026-02-19T00:41:05.432Z | Compiling futures-executor v0.3.31 |
| 2330 | 2026-02-19T00:41:06.431Z | Compiling bitfield-macros v0.19.2 |
| 2331 | 2026-02-19T00:41:06.474Z | Compiling zerocopy-derive v0.6.6 |
| 2332 | 2026-02-19T00:41:07.145Z | Compiling indexmap v1.9.3 |
| 2333 | 2026-02-19T00:41:07.598Z | Compiling nodrop v0.1.14 |
| 2334 | 2026-02-19T00:41:07.945Z | Compiling typeid v1.0.3 |
| 2335 | 2026-02-19T00:41:08.362Z | Compiling crc-catalog v2.4.0 |
| 2336 | 2026-02-19T00:41:09.759Z | Compiling crc v3.2.1 |
| 2337 | 2026-02-19T00:41:10.097Z | Compiling zerocopy v0.6.6 |
| 2338 | 2026-02-19T00:41:11.096Z | Compiling bitfield v0.19.2 |
| 2339 | 2026-02-19T00:41:11.795Z | Compiling array-init v0.0.4 |
| 2340 | 2026-02-19T00:41:12.990Z | Compiling futures v0.3.31 |
| 2341 | 2026-02-19T00:41:14.596Z | Compiling smallvec v0.6.14 |
| 2342 | 2026-02-19T00:41:16.197Z | Compiling typify v0.4.3 |
| 2343 | 2026-02-19T00:41:16.295Z | Compiling derive-ex v0.1.8 |
| 2344 | 2026-02-19T00:41:18.905Z | Compiling base64 v0.21.7 |
| 2345 | 2026-02-19T00:41:19.244Z | Compiling unsafe-libyaml v0.2.11 |
| 2346 | 2026-02-19T00:41:20.303Z | Compiling rustls v0.22.4 |
| 2347 | 2026-02-19T00:41:20.355Z | Compiling hashbrown v0.12.3 |
| 2348 | 2026-02-19T00:41:21.223Z | Compiling serde_yaml v0.9.34+deprecated |
| 2349 | 2026-02-19T00:41:22.439Z | Compiling test-strategy v0.4.3 |
| 2350 | 2026-02-19T00:41:23.141Z | Compiling ron v0.8.1 |
| 2351 | 2026-02-19T00:41:26.328Z | Compiling progenitor-impl v0.11.2 |
| 2352 | 2026-02-19T00:41:27.090Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2353 | 2026-02-19T00:41:29.241Z | Compiling serde-hex v0.1.0 |
| 2354 | 2026-02-19T00:41:32.062Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2355 | 2026-02-19T00:41:33.132Z | Compiling toml v0.8.23 |
| 2356 | 2026-02-19T00:41:34.982Z | Compiling hashbrown v0.13.2 |
| 2357 | 2026-02-19T00:41:38.910Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2358 | 2026-02-19T00:41:39.355Z | Compiling xattr v1.3.1 |
| 2359 | 2026-02-19T00:41:39.896Z | Compiling pin-project-internal v1.1.6 |
| 2360 | 2026-02-19T00:41:40.512Z | Compiling thread_local v1.1.8 |
| 2361 | 2026-02-19T00:41:40.604Z | Compiling filetime v0.2.26 |
| 2362 | 2026-02-19T00:41:41.483Z | Compiling multer v3.1.0 |
| 2363 | 2026-02-19T00:41:41.979Z | Compiling match_cfg v0.1.0 |
| 2364 | 2026-02-19T00:41:42.512Z | Compiling rayon-core v1.12.1 |
| 2365 | 2026-02-19T00:41:43.075Z | Compiling crc-any v2.5.0 |
| 2366 | 2026-02-19T00:41:44.964Z | Compiling slog-async v2.8.0 |
| 2367 | 2026-02-19T00:41:45.153Z | Compiling same-file v1.0.6 |
| 2368 | 2026-02-19T00:41:47.051Z | Compiling walkdir v2.5.0 |
| 2369 | 2026-02-19T00:41:56.435Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2370 | 2026-02-19T00:41:59.674Z | Compiling pin-project v1.1.6 |
| 2371 | 2026-02-19T00:41:59.884Z | Compiling hostname v0.3.1 |
| 2372 | 2026-02-19T00:42:00.094Z | Compiling tar v0.4.44 |
| 2373 | 2026-02-19T00:42:01.766Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2374 | 2026-02-19T00:42:05.944Z | Compiling object v0.30.4 |
| 2375 | 2026-02-19T00:42:06.341Z | Compiling erased-serde v0.4.6 |
| 2376 | 2026-02-19T00:42:06.766Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2377 | 2026-02-19T00:42:07.813Z | Compiling progenitor-macro v0.11.2 |
| 2378 | 2026-02-19T00:42:15.620Z | Compiling progenitor-client v0.11.2 |
| 2379 | 2026-02-19T00:42:16.652Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2380 | 2026-02-19T00:42:16.720Z | Compiling crossbeam-channel v0.5.15 |
| 2381 | 2026-02-19T00:42:17.306Z | Compiling slog-json v2.6.1 |
| 2382 | 2026-02-19T00:42:17.869Z | Compiling async-stream-impl v0.3.6 |
| 2383 | 2026-02-19T00:42:18.175Z | Compiling snafu-derive v0.8.5 |
| 2384 | 2026-02-19T00:42:18.237Z | Compiling ordered-float v2.10.1 |
| 2385 | 2026-02-19T00:42:18.926Z | Compiling serde_path_to_error v0.1.20 |
| 2386 | 2026-02-19T00:42:19.048Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2387 | 2026-02-19T00:42:19.252Z | Compiling serde_spanned v1.0.4 |
| 2388 | 2026-02-19T00:42:19.557Z | Compiling is-terminal v0.4.13 |
| 2389 | 2026-02-19T00:42:19.737Z | Compiling fs-err v2.11.0 |
| 2390 | 2026-02-19T00:42:19.798Z | Compiling dropshot v0.16.7 |
| 2391 | 2026-02-19T00:42:19.934Z | Compiling path-slash v0.1.5 |
| 2392 | 2026-02-19T00:42:19.979Z | Compiling unicode-width v0.1.14 |
| 2393 | 2026-02-19T00:42:20.236Z | Compiling term v1.1.0 |
| 2394 | 2026-02-19T00:42:20.628Z | Compiling debug-ignore v1.0.5 |
| 2395 | 2026-02-19T00:42:20.714Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2396 | 2026-02-19T00:42:20.855Z | Compiling take_mut v0.2.2 |
| 2397 | 2026-02-19T00:42:21.263Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2398 | 2026-02-19T00:42:21.407Z | Compiling slog-term v2.9.2 |
| 2399 | 2026-02-19T00:42:22.029Z | Compiling snafu v0.8.5 |
| 2400 | 2026-02-19T00:42:23.388Z | Compiling tabwriter v1.4.0 |
| 2401 | 2026-02-19T00:42:23.924Z | Compiling async-stream v0.3.6 |
| 2402 | 2026-02-19T00:42:24.049Z | Compiling serde-value v0.7.0 |
| 2403 | 2026-02-19T00:42:24.223Z | Compiling slog-bunyan v2.5.0 |
| 2404 | 2026-02-19T00:42:24.281Z | Compiling progenitor v0.11.2 |
| 2405 | 2026-02-19T00:42:24.308Z | Compiling tokio-rustls v0.25.0 |
| 2406 | 2026-02-19T00:42:24.542Z | Compiling serde-untagged v0.1.7 |
| 2407 | 2026-02-19T00:42:24.676Z | Compiling globset v0.4.15 |
| 2408 | 2026-02-19T00:42:24.834Z | Compiling crossbeam-deque v0.8.5 |
| 2409 | 2026-02-19T00:42:25.263Z | Compiling camino-tempfile v1.4.1 |
| 2410 | 2026-02-19T00:42:25.349Z | Compiling parse-display-derive v0.10.0 |
| 2411 | 2026-02-19T00:42:25.564Z | Compiling olpc-cjson v0.1.4 |
| 2412 | 2026-02-19T00:42:25.960Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2413 | 2026-02-19T00:42:26.062Z | Compiling waitgroup v0.1.2 |
| 2414 | 2026-02-19T00:42:26.377Z | Compiling rustls-pemfile v2.2.0 |
| 2415 | 2026-02-19T00:42:26.899Z | Compiling pem v3.0.5 |
| 2416 | 2026-02-19T00:42:27.033Z | Compiling newtype-uuid-macros v0.1.0 |
| 2417 | 2026-02-19T00:42:28.442Z | Compiling dropshot_endpoint v0.16.7 |
| 2418 | 2026-02-19T00:42:28.497Z | Compiling serde_plain v1.0.2 |
| 2419 | 2026-02-19T00:42:28.524Z | Compiling async-recursion v1.1.1 |
| 2420 | 2026-02-19T00:42:28.653Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2421 | 2026-02-19T00:42:29.108Z | Compiling blake3 v1.5.4 |
| 2422 | 2026-02-19T00:42:29.369Z | Compiling hostname v0.4.2 |
| 2423 | 2026-02-19T00:42:29.676Z | Compiling instant v0.1.13 |
| 2424 | 2026-02-19T00:42:29.740Z | Compiling half v2.4.1 |
| 2425 | 2026-02-19T00:42:29.765Z | Compiling ciborium-io v0.2.2 |
| 2426 | 2026-02-19T00:42:29.885Z | Compiling unicode-xid v0.2.6 |
| 2427 | 2026-02-19T00:42:29.993Z | Compiling typed-path v0.9.3 |
| 2428 | 2026-02-19T00:42:30.212Z | Compiling colored v3.0.0 |
| 2429 | 2026-02-19T00:42:30.483Z | Compiling ciborium-ll v0.2.2 |
| 2430 | 2026-02-19T00:42:30.529Z | Compiling cargo-util-schemas v0.8.2 |
| 2431 | 2026-02-19T00:42:30.675Z | Compiling backoff v0.4.0 |
| 2432 | 2026-02-19T00:42:31.024Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2433 | 2026-02-19T00:42:31.604Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2434 | 2026-02-19T00:42:31.718Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2435 | 2026-02-19T00:42:31.892Z | Compiling parse-display v0.10.0 |
| 2436 | 2026-02-19T00:42:33.710Z | Compiling tough v0.20.0 |
| 2437 | 2026-02-19T00:42:35.877Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2438 | 2026-02-19T00:42:36.746Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2439 | 2026-02-19T00:42:36.775Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2440 | 2026-02-19T00:42:37.326Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2441 | 2026-02-19T00:42:37.380Z | Compiling itertools v0.14.0 |
| 2442 | 2026-02-19T00:42:39.099Z | Compiling progenitor-client v0.10.0 |
| 2443 | 2026-02-19T00:42:39.994Z | Compiling macaddr v1.0.1 |
| 2444 | 2026-02-19T00:42:40.565Z | Compiling cargo-platform v0.2.0 |
| 2445 | 2026-02-19T00:42:41.096Z | Compiling arrayref v0.3.9 |
| 2446 | 2026-02-19T00:42:41.248Z | Compiling parse-size v1.1.0 |
| 2447 | 2026-02-19T00:42:41.630Z | Compiling constant_time_eq v0.3.1 |
| 2448 | 2026-02-19T00:42:41.728Z | Compiling arrayvec v0.7.6 |
| 2449 | 2026-02-19T00:42:41.909Z | Compiling indent_write v2.2.0 |
| 2450 | 2026-02-19T00:42:42.267Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2451 | 2026-02-19T00:42:43.043Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2452 | 2026-02-19T00:42:44.677Z | Compiling cargo_metadata v0.21.0 |
| 2453 | 2026-02-19T00:42:44.700Z | Compiling ciborium v0.2.2 |
| 2454 | 2026-02-19T00:42:46.567Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2455 | 2026-02-19T00:42:50.754Z | Compiling topological-sort v0.2.2 |
| 2456 | 2026-02-19T00:42:51.109Z | Compiling display-error-chain v0.2.2 |
| 2457 | 2026-02-19T00:42:51.406Z | Compiling omicron-zone-package v0.12.2 |
| 2458 | 2026-02-19T00:42:55.351Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2459 | 2026-02-19T00:42:59.287Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2460 | 2026-02-19T00:42:59.348Z | Compiling shell-words v1.1.0 |
| 2461 | 2026-02-19T00:42:59.852Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2462 | 2026-02-19T00:43:18.722Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2463 | 2026-02-19T00:43:41.082Z | Finished `release` profile [optimized] target(s) in 6m 56s |
| 2464 | 2026-02-19T00:43:41.254Z | Running `target/release/omicron-releng --output-dir /work --mkincorp` |
| 2465 | 2026-02-19T00:43:41.337Z | Feb 19 00:43:40.945 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2466 | 2026-02-19T00:43:41.553Z | Feb 19 00:43:41.161 DEBG running: git rev-parse HEAD |
| 2467 | 2026-02-19T00:43:41.577Z | Feb 19 00:43:41.169 DEBG process exited with exit status: 0 (7.367061ms) |
| 2468 | 2026-02-19T00:43:41.577Z | Feb 19 00:43:41.169 INFO version: 19.0.0-0.ci+git0b383007a58 |
| 2469 | 2026-02-19T00:43:41.633Z | Feb 19 00:43:41.241 INFO cloning helios to /work/oxidecomputer/helios |
| 2470 | 2026-02-19T00:43:41.633Z | Feb 19 00:43:41.241 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2471 | 2026-02-19T00:43:41.657Z | Cloning into '/work/oxidecomputer/helios'... |
| 2472 | 2026-02-19T00:43:42.426Z | Feb 19 00:43:42.022 DEBG process exited with exit status: 0 (781.50219ms) |
| 2473 | 2026-02-19T00:43:42.426Z | Feb 19 00:43:42.022 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2474 | 2026-02-19T00:43:42.426Z | Feb 19 00:43:42.028 DEBG process exited with exit status: 0 (5.711072ms) |
| 2475 | 2026-02-19T00:43:42.426Z | Feb 19 00:43:42.028 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2476 | 2026-02-19T00:43:44.516Z | Feb 19 00:43:44.123 DEBG process exited with exit status: 0 (2.094792122s) |
| 2477 | 2026-02-19T00:43:44.540Z | Feb 19 00:43:44.123 DEBG running: zfs list rpool/images/build/host |
| 2478 | 2026-02-19T00:43:44.540Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2479 | 2026-02-19T00:43:44.540Z | rpool/images/build/host 96K 150G 96K /rpool/images/build/host |
| 2480 | 2026-02-19T00:43:44.540Z | Feb 19 00:43:44.134 DEBG process exited with exit status: 0 (11.282667ms) |
| 2481 | 2026-02-19T00:43:44.540Z | Feb 19 00:43:44.134 DEBG running: zfs list rpool/images/build/recovery |
| 2482 | 2026-02-19T00:43:44.540Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2483 | 2026-02-19T00:43:44.540Z | rpool/images/build/recovery 96K 150G 96K /rpool/images/build/recovery |
| 2484 | 2026-02-19T00:43:44.540Z | Feb 19 00:43:44.145 DEBG process exited with exit status: 0 (10.719892ms) |
| 2485 | 2026-02-19T00:43:44.540Z | Feb 19 00:43:44.146 INFO [incorp-manifest] running task |
| 2486 | 2026-02-19T00:43:44.540Z | Feb 19 00:43:44.147 INFO [hubris-production] running task |
| 2487 | 2026-02-19T00:43:44.540Z | Feb 19 00:43:44.147 INFO [hubris-staging] running task |
| 2488 | 2026-02-19T00:43:44.540Z | Feb 19 00:43:44.148 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2489 | 2026-02-19T00:43:44.564Z | Feb 19 00:43:44.149 INFO [omicron-package] running: ptime -m /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo build --locked --release --bin omicron-package |
| 2490 | 2026-02-19T00:43:44.564Z | Feb 19 00:43:44.149 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*' |
| 2491 | 2026-02-19T00:43:44.564Z | Feb 19 00:43:44.150 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2492 | 2026-02-19T00:43:44.688Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2493 | 2026-02-19T00:43:45.122Z | Feb 19 00:43:44.731 INFO [incorp-create] process exited with exit status: 0 (580.538233ms) |
| 2494 | 2026-02-19T00:43:45.147Z | Feb 19 00:43:44.731 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev |
| 2495 | 2026-02-19T00:43:45.670Z | Feb 19 00:43:45.278 INFO [incorp-publisher] process exited with exit status: 0 (546.858946ms) |
| 2496 | 2026-02-19T00:43:45.778Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2497 | 2026-02-19T00:43:46.582Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2498 | 2026-02-19T00:43:46.983Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2499 | 2026-02-19T00:43:49.282Z | Feb 19 00:43:48.891 INFO [hubris-production] task succeeded (4.74447214s) |
| 2500 | 2026-02-19T00:43:52.881Z | [ omicron-package] Compiling ring v0.17.14 |
| 2501 | 2026-02-19T00:43:52.970Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2502 | 2026-02-19T00:43:52.994Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2503 | 2026-02-19T00:43:52.994Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2504 | 2026-02-19T00:43:52.994Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2505 | 2026-02-19T00:43:52.994Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2506 | 2026-02-19T00:43:52.994Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2507 | 2026-02-19T00:43:54.232Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2508 | 2026-02-19T00:43:54.491Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2509 | 2026-02-19T00:43:55.500Z | [ omicron-package] Compiling cobs v0.2.3 |
| 2510 | 2026-02-19T00:43:55.525Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2511 | 2026-02-19T00:43:56.121Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2512 | 2026-02-19T00:43:56.328Z | [ omicron-package] Compiling postcard v1.0.10 |
| 2513 | 2026-02-19T00:43:56.900Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2514 | 2026-02-19T00:43:58.300Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2515 | 2026-02-19T00:43:58.645Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2516 | 2026-02-19T00:43:59.599Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2517 | 2026-02-19T00:43:59.820Z | [ omicron-package] Compiling rustls v0.23.19 |
| 2518 | 2026-02-19T00:44:00.073Z | [ omicron-package] Compiling ingot-macros v0.1.1 |
| 2519 | 2026-02-19T00:44:00.170Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2520 | 2026-02-19T00:44:00.406Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2521 | 2026-02-19T00:44:01.222Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2522 | 2026-02-19T00:44:01.368Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2523 | 2026-02-19T00:44:01.812Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2524 | 2026-02-19T00:44:02.156Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
| 2525 | 2026-02-19T00:44:03.133Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2526 | 2026-02-19T00:44:03.184Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2527 | 2026-02-19T00:44:04.277Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2528 | 2026-02-19T00:44:04.363Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2529 | 2026-02-19T00:44:04.502Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2530 | 2026-02-19T00:44:04.702Z | [ omicron-package] Compiling rayon v1.10.0 |
| 2531 | 2026-02-19T00:44:05.139Z | [ omicron-package] Compiling colored v2.2.0 |
| 2532 | 2026-02-19T00:44:05.558Z | [ omicron-package] Compiling nix v0.30.1 |
| 2533 | 2026-02-19T00:44:06.680Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
| 2534 | 2026-02-19T00:44:07.649Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2535 | 2026-02-19T00:44:08.000Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
| 2536 | 2026-02-19T00:44:10.474Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2537 | 2026-02-19T00:44:10.666Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2538 | 2026-02-19T00:44:11.345Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2539 | 2026-02-19T00:44:12.323Z | [ omicron-package] Compiling ingot-types v0.1.2 |
| 2540 | 2026-02-19T00:44:12.597Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2541 | 2026-02-19T00:44:12.916Z | [ omicron-package] Compiling glob v0.3.2 |
| 2542 | 2026-02-19T00:44:13.889Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2543 | 2026-02-19T00:44:14.437Z | [ omicron-package] Compiling ingot v0.1.1 |
| 2544 | 2026-02-19T00:44:14.516Z | [ omicron-package] Compiling rustls v0.22.4 |
| 2545 | 2026-02-19T00:44:14.642Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2546 | 2026-02-19T00:44:14.744Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2547 | 2026-02-19T00:44:15.533Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 2548 | 2026-02-19T00:44:16.068Z | [ omicron-package] Compiling zone v0.3.1 |
| 2549 | 2026-02-19T00:44:16.939Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2550 | 2026-02-19T00:44:17.091Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2551 | 2026-02-19T00:44:19.276Z | [ omicron-package] Compiling smf v0.2.3 |
| 2552 | 2026-02-19T00:44:21.464Z | [ omicron-package] Compiling tokio-rustls v0.26.0 |
| 2553 | 2026-02-19T00:44:22.451Z | [ omicron-package] Compiling hyper-rustls v0.27.7 |
| 2554 | 2026-02-19T00:44:22.926Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2555 | 2026-02-19T00:44:23.186Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2556 | 2026-02-19T00:44:23.698Z | [ omicron-package] Compiling reqwest v0.12.24 |
| 2557 | 2026-02-19T00:44:25.251Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2558 | 2026-02-19T00:44:25.497Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2559 | 2026-02-19T00:44:26.066Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2560 | 2026-02-19T00:44:26.804Z | [ omicron-package] Compiling unicode-width v0.2.0 |
| 2561 | 2026-02-19T00:44:26.966Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2562 | 2026-02-19T00:44:27.518Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2563 | 2026-02-19T00:44:28.050Z | [ omicron-package] Compiling console v0.16.0 |
| 2564 | 2026-02-19T00:44:28.276Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2565 | 2026-02-19T00:44:29.097Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2566 | 2026-02-19T00:44:29.729Z | [ omicron-package] Compiling tokio-dtrace v0.1.0 |
| 2567 | 2026-02-19T00:44:30.021Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2568 | 2026-02-19T00:44:30.279Z | [ omicron-package] Compiling unit-prefix v0.5.1 |
| 2569 | 2026-02-19T00:44:30.586Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
| 2570 | 2026-02-19T00:44:30.700Z | [ omicron-package] Compiling indicatif v0.18.0 |
| 2571 | 2026-02-19T00:44:30.804Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.2 |
| 2572 | 2026-02-19T00:44:31.455Z | [ omicron-package] Compiling dropshot v0.16.7 |
| 2573 | 2026-02-19T00:44:31.819Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2574 | 2026-02-19T00:44:33.479Z | Feb 19 00:44:33.092 INFO [hubris-staging] task succeeded (48.945179608s) |
| 2575 | 2026-02-19T00:44:35.889Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2576 | 2026-02-19T00:44:36.635Z | [ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing |
| 2577 | 2026-02-19T00:44:36.635Z | [ helios-setup] --> src/main.rs:79:10 |
| 2578 | 2026-02-19T00:44:36.659Z | [ helios-setup] | |
| 2579 | 2026-02-19T00:44:36.659Z | [ helios-setup] 79 | fn pc(s: &str) -> Component { |
| 2580 | 2026-02-19T00:44:36.659Z | [ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here |
| 2581 | 2026-02-19T00:44:36.659Z | [ helios-setup] | | |
| 2582 | 2026-02-19T00:44:36.659Z | [ helios-setup] | the lifetime is elided here |
| 2583 | 2026-02-19T00:44:36.659Z | [ helios-setup] | |
| 2584 | 2026-02-19T00:44:36.659Z | [ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing |
| 2585 | 2026-02-19T00:44:36.659Z | [ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default |
| 2586 | 2026-02-19T00:44:36.659Z | [ helios-setup] help: use `'_` for type paths |
| 2587 | 2026-02-19T00:44:36.660Z | [ helios-setup] | |
| 2588 | 2026-02-19T00:44:36.660Z | [ helios-setup] 79 | fn pc(s: &str) -> Component<'_> { |
| 2589 | 2026-02-19T00:44:36.660Z | [ helios-setup] | ++++ |
| 2590 | 2026-02-19T00:44:36.660Z | [ helios-setup] |
| 2591 | 2026-02-19T00:44:38.213Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2592 | 2026-02-19T00:44:38.986Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2593 | 2026-02-19T00:44:43.696Z | [ omicron-package] Compiling progenitor-client v0.11.2 |
| 2594 | 2026-02-19T00:44:43.950Z | [ omicron-package] Compiling progenitor-client v0.10.0 |
| 2595 | 2026-02-19T00:44:44.036Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2596 | 2026-02-19T00:44:45.075Z | [ omicron-package] Compiling progenitor v0.11.2 |
| 2597 | 2026-02-19T00:44:45.348Z | [ omicron-package] Compiling omicron-zone-package v0.12.2 |
| 2598 | 2026-02-19T00:44:45.448Z | [ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2599 | 2026-02-19T00:44:45.926Z | [ helios-setup] Feb 19 00:44:45.539 INFO helios repository root is: /work/oxidecomputer/helios |
| 2600 | 2026-02-19T00:44:45.950Z | [ helios-setup] Feb 19 00:44:45.542 INFO project chelsio-t6-roms: Project { github: Some("oxidecomputer/chelsio-t6-roms"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: chelsio-t6-roms |
| 2601 | 2026-02-19T00:44:45.950Z | [ helios-setup] Feb 19 00:44:45.542 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2602 | 2026-02-19T00:44:45.950Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2603 | 2026-02-19T00:44:47.201Z | [ helios-setup] Feb 19 00:44:46.813 INFO clone ok!, project: chelsio-t6-roms |
| 2604 | 2026-02-19T00:44:47.201Z | [ helios-setup] Feb 19 00:44:46.813 INFO project amd-firmware: Project { github: Some("oxidecomputer/amd-firmware"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: false, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: amd-firmware |
| 2605 | 2026-02-19T00:44:47.225Z | [ helios-setup] Feb 19 00:44:46.813 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2606 | 2026-02-19T00:44:47.225Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2607 | 2026-02-19T00:44:58.807Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2608 | 2026-02-19T00:44:59.143Z | [ helios-setup] Feb 19 00:44:58.757 INFO clone ok!, project: amd-firmware |
| 2609 | 2026-02-19T00:44:59.143Z | [ helios-setup] Feb 19 00:44:58.757 INFO project pilot: Project { github: Some("oxidecomputer/pilot"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: pilot |
| 2610 | 2026-02-19T00:44:59.167Z | [ helios-setup] Feb 19 00:44:58.757 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2611 | 2026-02-19T00:44:59.167Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2612 | 2026-02-19T00:45:00.423Z | [ helios-setup] Feb 19 00:45:00.037 INFO clone ok!, project: pilot |
| 2613 | 2026-02-19T00:45:00.423Z | [ helios-setup] Feb 19 00:45:00.037 INFO project dmar-report: Project { github: Some("oxidecomputer/dmar-report"), url: None, auto_update: true, rev: None, use_ssh: true, site_sh: false, cargo_build: true, use_debug: false, unless_env: Some("OXIDE_STAFF"), fixup: [] }, project: dmar-report |
| 2614 | 2026-02-19T00:45:00.447Z | [ helios-setup] Feb 19 00:45:00.037 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2615 | 2026-02-19T00:45:00.447Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2616 | 2026-02-19T00:45:01.769Z | [ helios-setup] Feb 19 00:45:01.382 INFO clone ok!, project: dmar-report |
| 2617 | 2026-02-19T00:45:01.769Z | [ helios-setup] Feb 19 00:45:01.383 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2618 | 2026-02-19T00:45:01.793Z | [ helios-setup] Feb 19 00:45:01.383 INFO project phbl: Project { github: Some("oxidecomputer/phbl"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: false, use_debug: false, unless_env: None, fixup: [] }, project: phbl |
| 2619 | 2026-02-19T00:45:01.793Z | [ helios-setup] Feb 19 00:45:01.383 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2620 | 2026-02-19T00:45:01.793Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2621 | 2026-02-19T00:45:02.628Z | [ helios-setup] Feb 19 00:45:02.242 INFO clone ok!, project: phbl |
| 2622 | 2026-02-19T00:45:02.652Z | [ helios-setup] Feb 19 00:45:02.242 INFO project amd-host-image-builder: Project { github: Some("oxidecomputer/amd-host-image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [Fixup { from_commit: "4eae23e8a86a6b5ae16e26283e9c0bee87cc2167", to_branch: "main" }] }, project: amd-host-image-builder |
| 2623 | 2026-02-19T00:45:02.652Z | [ helios-setup] Feb 19 00:45:02.242 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 |
| 2624 | 2026-02-19T00:45:02.652Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2625 | 2026-02-19T00:45:04.556Z | [ helios-setup] Feb 19 00:45:04.170 INFO clone ok!, project: amd-host-image-builder |
| 2626 | 2026-02-19T00:45:04.556Z | [ helios-setup] Feb 19 00:45:04.170 INFO project bootserver: Project { github: Some("oxidecomputer/boot-image-tools"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: bootserver |
| 2627 | 2026-02-19T00:45:04.580Z | [ helios-setup] Feb 19 00:45:04.171 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2628 | 2026-02-19T00:45:04.581Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2629 | 2026-02-19T00:45:05.309Z | [ helios-setup] Feb 19 00:45:04.923 INFO clone ok!, project: bootserver |
| 2630 | 2026-02-19T00:45:05.333Z | [ helios-setup] Feb 19 00:45:04.924 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2631 | 2026-02-19T00:45:05.333Z | [ helios-setup] Feb 19 00:45:04.924 INFO project image-builder: Project { github: Some("illumos/image-builder"), url: None, auto_update: true, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: true, unless_env: None, fixup: [] }, project: image-builder |
| 2632 | 2026-02-19T00:45:05.333Z | [ helios-setup] Feb 19 00:45:04.924 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2633 | 2026-02-19T00:45:05.333Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2634 | 2026-02-19T00:45:05.792Z | Feb 19 00:45:05.407 DEBG process exited with exit status: 0 (81.257878673s) |
| 2635 | 2026-02-19T00:45:05.816Z | Feb 19 00:45:05.410 INFO [incorp-manifest] task succeeded (81.263566818s) |
| 2636 | 2026-02-19T00:45:05.816Z | Feb 19 00:45:05.410 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2637 | 2026-02-19T00:45:06.226Z | Feb 19 00:45:05.841 INFO [incorp-fmt] process exited with exit status: 0 (430.738048ms) |
| 2638 | 2026-02-19T00:45:06.252Z | Feb 19 00:45:05.842 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2639 | 2026-02-19T00:45:06.277Z | [ helios-setup] Feb 19 00:45:05.880 INFO clone ok!, project: image-builder |
| 2640 | 2026-02-19T00:45:06.277Z | [ helios-setup] Feb 19 00:45:05.881 INFO project pinprick: Project { github: Some("oxidecomputer/pinprick"), url: None, auto_update: false, rev: None, use_ssh: false, site_sh: false, cargo_build: true, use_debug: false, unless_env: None, fixup: [] }, project: pinprick |
| 2641 | 2026-02-19T00:45:06.277Z | [ helios-setup] Feb 19 00:45:05.881 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2642 | 2026-02-19T00:45:06.277Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2643 | 2026-02-19T00:45:06.705Z | [ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260219T004506Z |
| 2644 | 2026-02-19T00:45:06.705Z | [ incorp-pkgsend] PUBLISHED |
| 2645 | 2026-02-19T00:45:06.796Z | Feb 19 00:45:06.412 INFO [incorp-pkgsend] process exited with exit status: 0 (569.968498ms) |
| 2646 | 2026-02-19T00:45:06.820Z | Feb 19 00:45:06.412 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2647 | 2026-02-19T00:45:06.871Z | [ helios-setup] Feb 19 00:45:06.485 INFO clone ok!, project: pinprick |
| 2648 | 2026-02-19T00:45:06.871Z | [ helios-setup] Feb 19 00:45:06.486 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2649 | 2026-02-19T00:45:06.895Z | [ helios-setup] Feb 19 00:45:06.486 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2650 | 2026-02-19T00:45:07.189Z | [ helios-incorp] Retrieving packages for publisher helios-dev ... |
| 2651 | 2026-02-19T00:45:07.213Z | [ helios-incorp] Retrieving catalog 'helios-dev' ... Done |
| 2652 | 2026-02-19T00:45:07.258Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2653 | 2026-02-19T00:45:07.258Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2654 | 2026-02-19T00:45:07.282Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2655 | 2026-02-19T00:45:07.282Z | [ helios-incorp] |
| 2656 | 2026-02-19T00:45:07.282Z | [ helios-incorp] Archiving packages ... |
| 2657 | 2026-02-19T00:45:07.282Z | [ helios-incorp] Packages to add: 1 |
| 2658 | 2026-02-19T00:45:07.282Z | [ helios-incorp] Files to retrieve: 0 |
| 2659 | 2026-02-19T00:45:07.282Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2660 | 2026-02-19T00:45:07.282Z | [ helios-incorp] |
| 2661 | 2026-02-19T00:45:07.282Z | [ helios-incorp] Packages to archive: |
| 2662 | 2026-02-19T00:45:07.283Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260219T004506Z |
| 2663 | 2026-02-19T00:45:07.283Z | [ helios-incorp] |
| 2664 | 2026-02-19T00:45:07.283Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2665 | 2026-02-19T00:45:07.283Z | [ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds |
| 2666 | 2026-02-19T00:45:07.353Z | Feb 19 00:45:06.968 INFO [helios-incorp] process exited with exit status: 0 (555.662064ms) |
| 2667 | 2026-02-19T00:45:07.377Z | [ helios-setup] Feb 19 00:45:06.985 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
| 2668 | 2026-02-19T00:45:07.867Z | [ helios-setup] Feb 19 00:45:07.482 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
| 2669 | 2026-02-19T00:45:07.867Z | [ helios-setup] Feb 19 00:45:07.482 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2670 | 2026-02-19T00:45:08.404Z | [ helios-setup] Feb 19 00:45:08.019 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
| 2671 | 2026-02-19T00:45:08.913Z | [ helios-setup] Feb 19 00:45:08.527 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
| 2672 | 2026-02-19T00:45:08.913Z | [ helios-setup] Feb 19 00:45:08.527 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2673 | 2026-02-19T00:45:09.403Z | [ helios-setup] Feb 19 00:45:09.018 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
| 2674 | 2026-02-19T00:45:09.886Z | [ helios-setup] Feb 19 00:45:09.501 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
| 2675 | 2026-02-19T00:45:09.886Z | [ helios-setup] Feb 19 00:45:09.502 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2676 | 2026-02-19T00:45:09.911Z | [ helios-setup] Feb 19 00:45:09.502 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2677 | 2026-02-19T00:45:09.911Z | [ helios-setup] Feb 19 00:45:09.502 INFO ok! |
| 2678 | 2026-02-19T00:45:09.911Z | [ helios-setup] Feb 19 00:45:09.502 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2679 | 2026-02-19T00:45:09.911Z | [ helios-setup] Feb 19 00:45:09.502 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2680 | 2026-02-19T00:45:09.911Z | [ helios-setup] Feb 19 00:45:09.502 INFO ok! |
| 2681 | 2026-02-19T00:45:09.911Z | [ helios-setup] Feb 19 00:45:09.502 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2682 | 2026-02-19T00:45:09.911Z | [ helios-setup] Feb 19 00:45:09.502 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2683 | 2026-02-19T00:45:09.911Z | [ helios-setup] Feb 19 00:45:09.502 INFO ok! |
| 2684 | 2026-02-19T00:45:09.911Z | [ helios-setup] Feb 19 00:45:09.502 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 2685 | 2026-02-19T00:45:09.990Z | [ helios-setup] Feb 19 00:45:09.605 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)" |
| 2686 | 2026-02-19T00:45:09.990Z | [ helios-setup] Feb 19 00:45:09.605 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 2687 | 2026-02-19T00:45:09.990Z | [ helios-setup] Feb 19 00:45:09.605 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 2688 | 2026-02-19T00:45:10.226Z | [ helios-setup] Feb 19 00:45:09.842 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 2689 | 2026-02-19T00:45:10.788Z | [ helios-setup] Feb 19 00:45:10.403 INFO E| From https://github.com/jclulow/hiercmd |
| 2690 | 2026-02-19T00:45:10.788Z | [ helios-setup] Feb 19 00:45:10.403 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 2691 | 2026-02-19T00:45:10.815Z | [ helios-setup] Feb 19 00:45:10.430 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 2692 | 2026-02-19T00:45:11.226Z | [ helios-setup] Feb 19 00:45:10.841 INFO E| From https://github.com/oxidecomputer/network-interface |
| 2693 | 2026-02-19T00:45:11.226Z | [ helios-setup] Feb 19 00:45:10.841 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 2694 | 2026-02-19T00:45:11.253Z | [ helios-setup] Feb 19 00:45:10.868 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 2695 | 2026-02-19T00:45:11.674Z | [ helios-setup] Feb 19 00:45:11.289 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 2696 | 2026-02-19T00:45:11.674Z | [ helios-setup] Feb 19 00:45:11.289 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 2697 | 2026-02-19T00:45:11.705Z | [ helios-setup] Feb 19 00:45:11.320 INFO E| Updating crates.io index |
| 2698 | 2026-02-19T00:45:12.106Z | [ helios-setup] Feb 19 00:45:11.721 INFO E| Downloading crates ... |
| 2699 | 2026-02-19T00:45:12.212Z | [ helios-setup] Feb 19 00:45:11.827 INFO E| Downloaded adler2 v2.0.1 |
| 2700 | 2026-02-19T00:45:12.238Z | [ helios-setup] Feb 19 00:45:11.831 INFO E| Downloaded anstyle v1.0.13 |
| 2701 | 2026-02-19T00:45:12.238Z | [ helios-setup] Feb 19 00:45:11.836 INFO E| Downloaded getrandom v0.2.16 |
| 2702 | 2026-02-19T00:45:12.238Z | [ helios-setup] Feb 19 00:45:11.842 INFO E| Downloaded base64ct v1.8.0 |
| 2703 | 2026-02-19T00:45:12.238Z | [ helios-setup] Feb 19 00:45:11.847 INFO E| Downloaded chrono v0.4.42 |
| 2704 | 2026-02-19T00:45:12.268Z | [ helios-setup] Feb 19 00:45:11.857 INFO E| Downloaded getopts v0.2.24 |
| 2705 | 2026-02-19T00:45:12.268Z | [ helios-setup] Feb 19 00:45:11.859 INFO E| Downloaded generic-array v0.14.9 |
| 2706 | 2026-02-19T00:45:12.268Z | [ helios-setup] Feb 19 00:45:11.861 INFO E| Downloaded cc v1.2.44 |
| 2707 | 2026-02-19T00:45:12.268Z | [ helios-setup] Feb 19 00:45:11.865 INFO E| Downloaded cpufeatures v0.2.17 |
| 2708 | 2026-02-19T00:45:12.268Z | [ helios-setup] Feb 19 00:45:11.867 INFO E| Downloaded anstyle-query v1.1.4 |
| 2709 | 2026-02-19T00:45:12.268Z | [ helios-setup] Feb 19 00:45:11.868 INFO E| Downloaded bitfield-macros v0.19.3 |
| 2710 | 2026-02-19T00:45:12.268Z | [ helios-setup] Feb 19 00:45:11.869 INFO E| Downloaded anstyle-parse v0.2.7 |
| 2711 | 2026-02-19T00:45:12.268Z | [ helios-setup] Feb 19 00:45:11.872 INFO E| Downloaded ppv-lite86 v0.2.21 |
| 2712 | 2026-02-19T00:45:12.268Z | [ helios-setup] Feb 19 00:45:11.874 INFO E| Downloaded bitfield v0.19.3 |
| 2713 | 2026-02-19T00:45:12.268Z | [ helios-setup] Feb 19 00:45:11.876 INFO E| Downloaded anyhow v1.0.100 |
| 2714 | 2026-02-19T00:45:12.292Z | [ helios-setup] Feb 19 00:45:11.882 INFO E| Downloaded proc-macro2 v1.0.103 |
| 2715 | 2026-02-19T00:45:12.292Z | [ helios-setup] Feb 19 00:45:11.888 INFO E| Downloaded tls_codec_derive v0.4.2 |
| 2716 | 2026-02-19T00:45:12.292Z | [ helios-setup] Feb 19 00:45:11.892 INFO E| Downloaded thiserror v2.0.17 |
| 2717 | 2026-02-19T00:45:12.292Z | [ helios-setup] Feb 19 00:45:11.902 INFO E| Downloaded toml_parser v1.0.4 |
| 2718 | 2026-02-19T00:45:12.292Z | [ helios-setup] Feb 19 00:45:11.905 INFO E| Downloaded clap_lex v0.7.6 |
| 2719 | 2026-02-19T00:45:12.292Z | [ helios-setup] Feb 19 00:45:11.908 INFO E| Downloaded libm v0.2.15 |
| 2720 | 2026-02-19T00:45:12.317Z | [ helios-setup] Feb 19 00:45:11.924 INFO E| Downloaded zeroize v1.8.2 |
| 2721 | 2026-02-19T00:45:12.317Z | [ helios-setup] Feb 19 00:45:11.928 INFO E| Downloaded unicode-ident v1.0.22 |
| 2722 | 2026-02-19T00:45:12.317Z | [ helios-setup] Feb 19 00:45:11.933 INFO E| Downloaded toml_datetime v0.7.3 |
| 2723 | 2026-02-19T00:45:12.341Z | [ helios-setup] Feb 19 00:45:11.937 INFO E| Downloaded uuid v1.18.1 |
| 2724 | 2026-02-19T00:45:12.341Z | [ helios-setup] Feb 19 00:45:11.941 INFO E| Downloaded toml_edit v0.23.7 |
| 2725 | 2026-02-19T00:45:12.341Z | [ helios-setup] Feb 19 00:45:11.947 INFO E| Downloaded mio v1.1.0 |
| 2726 | 2026-02-19T00:45:12.341Z | [ helios-setup] Feb 19 00:45:11.955 INFO E| Downloaded time v0.3.44 |
| 2727 | 2026-02-19T00:45:12.365Z | [ helios-setup] Feb 19 00:45:11.965 INFO E| Downloaded memchr v2.7.6 |
| 2728 | 2026-02-19T00:45:12.366Z | [ helios-setup] Feb 19 00:45:11.972 INFO E| Downloaded flate2 v1.1.5 |
| 2729 | 2026-02-19T00:45:12.366Z | [ helios-setup] Feb 19 00:45:11.978 INFO E| Downloaded winnow v0.7.13 |
| 2730 | 2026-02-19T00:45:12.390Z | [ helios-setup] Feb 19 00:45:11.989 INFO E| Downloaded serde_json v1.0.145 |
| 2731 | 2026-02-19T00:45:12.390Z | [ helios-setup] Feb 19 00:45:11.998 INFO E| Downloaded clap_builder v4.5.51 |
| 2732 | 2026-02-19T00:45:12.414Z | [ helios-setup] Feb 19 00:45:12.006 INFO E| Downloaded bytes v1.10.1 |
| 2733 | 2026-02-19T00:45:12.438Z | [ helios-setup] Feb 19 00:45:12.012 INFO E| Downloaded toml v0.9.8 |
| 2734 | 2026-02-19T00:45:12.438Z | [ helios-setup] Feb 19 00:45:12.017 INFO E| Downloaded ryu v1.0.20 |
| 2735 | 2026-02-19T00:45:12.438Z | [ helios-setup] Feb 19 00:45:12.021 INFO E| Downloaded unicode-width v0.2.2 |
| 2736 | 2026-02-19T00:45:12.438Z | [ helios-setup] Feb 19 00:45:12.028 INFO E| Downloaded parking_lot v0.12.5 |
| 2737 | 2026-02-19T00:45:12.438Z | [ helios-setup] Feb 19 00:45:12.032 INFO E| Downloaded syn v2.0.108 |
| 2738 | 2026-02-19T00:45:12.438Z | [ helios-setup] Feb 19 00:45:12.045 INFO E| Downloaded iana-time-zone v0.1.64 |
| 2739 | 2026-02-19T00:45:12.438Z | [ helios-setup] Feb 19 00:45:12.048 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 2740 | 2026-02-19T00:45:12.438Z | [ helios-setup] Feb 19 00:45:12.050 INFO E| Downloaded crc32fast v1.5.0 |
| 2741 | 2026-02-19T00:45:12.438Z | [ helios-setup] Feb 19 00:45:12.053 INFO E| Downloaded clap_derive v4.5.49 |
| 2742 | 2026-02-19T00:45:12.462Z | [ helios-setup] Feb 19 00:45:12.056 INFO E| Downloaded toml_writer v1.0.4 |
| 2743 | 2026-02-19T00:45:12.462Z | [ helios-setup] Feb 19 00:45:12.060 INFO E| Downloaded thiserror-impl v2.0.17 |
| 2744 | 2026-02-19T00:45:12.462Z | [ helios-setup] Feb 19 00:45:12.062 INFO E| Downloaded rustix v1.1.2 |
| 2745 | 2026-02-19T00:45:12.487Z | [ helios-setup] Feb 19 00:45:12.102 INFO E| Downloaded slab v0.4.11 |
| 2746 | 2026-02-19T00:45:12.511Z | [ helios-setup] Feb 19 00:45:12.104 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 2747 | 2026-02-19T00:45:12.511Z | [ helios-setup] Feb 19 00:45:12.106 INFO E| Downloaded serde_spanned v1.0.3 |
| 2748 | 2026-02-19T00:45:12.511Z | [ helios-setup] Feb 19 00:45:12.109 INFO E| Downloaded quote v1.0.41 |
| 2749 | 2026-02-19T00:45:12.511Z | [ helios-setup] Feb 19 00:45:12.113 INFO E| Downloaded pin-project-lite v0.2.16 |
| 2750 | 2026-02-19T00:45:12.512Z | [ helios-setup] Feb 19 00:45:12.123 INFO E| Downloaded lock_api v0.4.14 |
| 2751 | 2026-02-19T00:45:12.512Z | [ helios-setup] Feb 19 00:45:12.126 INFO E| Downloaded tokio v1.48.0 |
| 2752 | 2026-02-19T00:45:12.581Z | [ helios-setup] Feb 19 00:45:12.196 INFO E| Downloaded devinfo v0.1.0 |
| 2753 | 2026-02-19T00:45:12.605Z | [ helios-setup] Feb 19 00:45:12.199 INFO E| Downloaded deranged v0.5.5 |
| 2754 | 2026-02-19T00:45:12.605Z | [ helios-setup] Feb 19 00:45:12.201 INFO E| Downloaded colorchoice v1.0.4 |
| 2755 | 2026-02-19T00:45:12.605Z | [ helios-setup] Feb 19 00:45:12.203 INFO E| Downloaded typenum v1.19.0 |
| 2756 | 2026-02-19T00:45:12.605Z | [ helios-setup] Feb 19 00:45:12.207 INFO E| Downloaded pkg-config v0.3.32 |
| 2757 | 2026-02-19T00:45:12.605Z | [ helios-setup] Feb 19 00:45:12.209 INFO E| Downloaded is-terminal v0.4.17 |
| 2758 | 2026-02-19T00:45:12.605Z | [ helios-setup] Feb 19 00:45:12.210 INFO E| Downloaded libc v0.2.177 |
| 2759 | 2026-02-19T00:45:12.634Z | [ helios-setup] Feb 19 00:45:12.248 INFO E| Downloaded flagset v0.4.7 |
| 2760 | 2026-02-19T00:45:12.659Z | [ helios-setup] Feb 19 00:45:12.250 INFO E| Downloaded errno v0.3.14 |
| 2761 | 2026-02-19T00:45:12.659Z | [ helios-setup] Feb 19 00:45:12.251 INFO E| Downloaded env_filter v0.1.4 |
| 2762 | 2026-02-19T00:45:12.659Z | [ helios-setup] Feb 19 00:45:12.253 INFO E| Downloaded clap v4.5.51 |
| 2763 | 2026-02-19T00:45:12.659Z | [ helios-setup] Feb 19 00:45:12.265 INFO E| Downloaded thread_local v1.1.9 |
| 2764 | 2026-02-19T00:45:12.659Z | [ helios-setup] Feb 19 00:45:12.267 INFO E| Downloaded num_enum_derive v0.7.5 |
| 2765 | 2026-02-19T00:45:12.659Z | [ helios-setup] Feb 19 00:45:12.268 INFO E| Downloaded miniz_oxide v0.8.9 |
| 2766 | 2026-02-19T00:45:12.660Z | [ helios-setup] Feb 19 00:45:12.272 INFO E| Downloaded term v1.2.0 |
| 2767 | 2026-02-19T00:45:12.683Z | [ helios-setup] Feb 19 00:45:12.276 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 2768 | 2026-02-19T00:45:12.683Z | [ helios-setup] Feb 19 00:45:12.277 INFO E| Downloaded iddqd v0.3.14 |
| 2769 | 2026-02-19T00:45:12.683Z | [ helios-setup] Feb 19 00:45:12.285 INFO E| Downloaded hashbrown v0.16.0 |
| 2770 | 2026-02-19T00:45:12.683Z | [ helios-setup] Feb 19 00:45:12.292 INFO E| Downloaded tls_codec v0.4.2 |
| 2771 | 2026-02-19T00:45:12.683Z | [ helios-setup] Feb 19 00:45:12.294 INFO E| Downloaded terminal_size v0.4.3 |
| 2772 | 2026-02-19T00:45:12.683Z | [ helios-setup] Feb 19 00:45:12.296 INFO E| Downloaded proc-macro-crate v3.4.0 |
| 2773 | 2026-02-19T00:45:12.683Z | [ helios-setup] Feb 19 00:45:12.297 INFO E| Downloaded log v0.4.28 |
| 2774 | 2026-02-19T00:45:12.708Z | [ helios-setup] Feb 19 00:45:12.301 INFO E| Downloaded itoa v1.0.15 |
| 2775 | 2026-02-19T00:45:12.708Z | [ helios-setup] Feb 19 00:45:12.302 INFO E| Downloaded parking_lot_core v0.9.12 |
| 2776 | 2026-02-19T00:45:12.708Z | [ helios-setup] Feb 19 00:45:12.305 INFO E| Downloaded num_enum v0.7.5 |
| 2777 | 2026-02-19T00:45:12.708Z | [ helios-setup] Feb 19 00:45:12.312 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 2778 | 2026-02-19T00:45:12.708Z | [ helios-setup] Feb 19 00:45:12.317 INFO E| Downloaded is_terminal_polyfill v1.70.2 |
| 2779 | 2026-02-19T00:45:12.708Z | [ helios-setup] Feb 19 00:45:12.319 INFO E| Downloaded indexmap v2.12.0 |
| 2780 | 2026-02-19T00:45:12.731Z | [ helios-setup] Feb 19 00:45:12.324 INFO E| Downloaded autocfg v1.5.0 |
| 2781 | 2026-02-19T00:45:12.731Z | [ helios-setup] Feb 19 00:45:12.327 INFO E| Downloaded bitflags v2.10.0 |
| 2782 | 2026-02-19T00:45:12.732Z | [ helios-setup] Feb 19 00:45:12.333 INFO E| Downloaded anstream v0.6.21 |
| 2783 | 2026-02-19T00:45:12.732Z | [ helios-setup] Feb 19 00:45:12.336 INFO E| Downloaded crc v3.3.0 |
| 2784 | 2026-02-19T00:45:12.832Z | [ helios-setup] Feb 19 00:45:12.448 INFO E| Compiling proc-macro2 v1.0.103 |
| 2785 | 2026-02-19T00:45:12.832Z | [ helios-setup] Feb 19 00:45:12.448 INFO E| Compiling unicode-ident v1.0.22 |
| 2786 | 2026-02-19T00:45:12.857Z | [ helios-setup] Feb 19 00:45:12.448 INFO E| Compiling quote v1.0.41 |
| 2787 | 2026-02-19T00:45:12.857Z | [ helios-setup] Feb 19 00:45:12.448 INFO E| Compiling libc v0.2.177 |
| 2788 | 2026-02-19T00:45:12.857Z | [ helios-setup] Feb 19 00:45:12.448 INFO E| Compiling serde_core v1.0.228 |
| 2789 | 2026-02-19T00:45:12.857Z | [ helios-setup] Feb 19 00:45:12.448 INFO E| Compiling cfg-if v1.0.4 |
| 2790 | 2026-02-19T00:45:12.857Z | [ helios-setup] Feb 19 00:45:12.464 INFO E| Compiling serde v1.0.228 |
| 2791 | 2026-02-19T00:45:12.857Z | [ helios-setup] Feb 19 00:45:12.464 INFO E| Compiling version_check v0.9.5 |
| 2792 | 2026-02-19T00:45:13.025Z | [ helios-setup] Feb 19 00:45:12.639 INFO E| Compiling autocfg v1.5.0 |
| 2793 | 2026-02-19T00:45:13.143Z | [ helios-setup] Feb 19 00:45:12.759 INFO E| Compiling typenum v1.19.0 |
| 2794 | 2026-02-19T00:45:13.668Z | [ helios-setup] Feb 19 00:45:13.282 INFO E| Compiling const-oid v0.9.6 |
| 2795 | 2026-02-19T00:45:13.697Z | [ helios-setup] Feb 19 00:45:13.293 INFO E| Compiling generic-array v0.14.9 |
| 2796 | 2026-02-19T00:45:13.721Z | [ helios-setup] Feb 19 00:45:13.337 INFO E| Compiling libm v0.2.15 |
| 2797 | 2026-02-19T00:45:14.097Z | [ helios-setup] Feb 19 00:45:13.641 INFO E| Compiling num-traits v0.2.19 |
| 2798 | 2026-02-19T00:45:14.479Z | [ helios-setup] Feb 19 00:45:14.087 INFO E| Compiling zerocopy v0.8.27 |
| 2799 | 2026-02-19T00:45:14.904Z | [ helios-setup] Feb 19 00:45:14.519 INFO E| Compiling rustversion v1.0.22 |
| 2800 | 2026-02-19T00:45:15.014Z | [ helios-setup] Feb 19 00:45:14.629 INFO E| Compiling zeroize v1.8.2 |
| 2801 | 2026-02-19T00:45:15.587Z | [ helios-setup] Feb 19 00:45:15.203 INFO E| Compiling base64ct v1.8.0 |
| 2802 | 2026-02-19T00:45:15.809Z | [ helios-setup] Feb 19 00:45:15.424 INFO E| Compiling syn v2.0.108 |
| 2803 | 2026-02-19T00:45:15.954Z | [ helios-setup] Feb 19 00:45:15.570 INFO E| Compiling smallvec v1.15.1 |
| 2804 | 2026-02-19T00:45:16.115Z | [ helios-setup] Feb 19 00:45:15.730 INFO E| Compiling getrandom v0.2.16 |
| 2805 | 2026-02-19T00:45:16.482Z | [ helios-setup] Feb 19 00:45:16.098 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 2806 | 2026-02-19T00:45:16.666Z | [ helios-setup] Feb 19 00:45:16.282 INFO E| Compiling anyhow v1.0.100 |
| 2807 | 2026-02-19T00:45:16.754Z | [ helios-setup] Feb 19 00:45:16.370 INFO E| Compiling crc32fast v1.5.0 |
| 2808 | 2026-02-19T00:45:17.670Z | [ helios-setup] Feb 19 00:45:17.286 INFO E| Compiling crypto-common v0.1.6 |
| 2809 | 2026-02-19T00:45:17.695Z | [ helios-setup] Feb 19 00:45:17.298 INFO E| Compiling block-buffer v0.10.4 |
| 2810 | 2026-02-19T00:45:17.854Z | [ helios-setup] Feb 19 00:45:17.470 INFO E| Compiling hashbrown v0.16.0 |
| 2811 | 2026-02-19T00:45:18.147Z | [ helios-setup] Feb 19 00:45:17.763 INFO E| Compiling digest v0.10.7 |
| 2812 | 2026-02-19T00:45:18.199Z | [ helios-setup] Feb 19 00:45:17.815 INFO E| Compiling rustix v1.1.2 |
| 2813 | 2026-02-19T00:45:18.629Z | [ helios-setup] Feb 19 00:45:18.245 INFO E| Compiling equivalent v1.0.2 |
| 2814 | 2026-02-19T00:45:19.129Z | [ helios-setup] Feb 19 00:45:18.745 INFO E| Compiling flagset v0.4.7 |
| 2815 | 2026-02-19T00:45:19.200Z | [ helios-setup] Feb 19 00:45:18.816 INFO E| Compiling winnow v0.7.13 |
| 2816 | 2026-02-19T00:45:19.509Z | [ helios-setup] Feb 19 00:45:19.124 INFO E| Compiling byteorder v1.5.0 |
| 2817 | 2026-02-19T00:45:19.687Z | [ helios-setup] Feb 19 00:45:19.303 INFO E| Compiling utf8parse v0.2.2 |
| 2818 | 2026-02-19T00:45:19.723Z | [ helios-setup] Feb 19 00:45:19.339 INFO E| Compiling memchr v2.7.6 |
| 2819 | 2026-02-19T00:45:20.143Z | [ helios-setup] Feb 19 00:45:19.759 INFO E| Compiling anstyle-parse v0.2.7 |
| 2820 | 2026-02-19T00:45:20.417Z | [ helios-setup] Feb 19 00:45:19.986 INFO E| Compiling indexmap v2.12.0 |
| 2821 | 2026-02-19T00:45:21.792Z | [ helios-setup] Feb 19 00:45:21.408 INFO E| Compiling rand_core v0.6.4 |
| 2822 | 2026-02-19T00:45:21.957Z | [ helios-setup] Feb 19 00:45:21.573 INFO E| Compiling errno v0.3.14 |
| 2823 | 2026-02-19T00:45:22.002Z | [ helios-setup] Feb 19 00:45:21.617 INFO E| Compiling toml_datetime v0.7.3 |
| 2824 | 2026-02-19T00:45:22.504Z | [ helios-setup] Feb 19 00:45:22.121 INFO E| Compiling bitflags v2.10.0 |
| 2825 | 2026-02-19T00:45:22.562Z | [ helios-setup] Feb 19 00:45:22.176 INFO E| Compiling allocator-api2 v0.2.21 |
| 2826 | 2026-02-19T00:45:22.782Z | [ helios-setup] Feb 19 00:45:22.397 INFO E| Compiling anstyle-query v1.1.4 |
| 2827 | 2026-02-19T00:45:22.891Z | [ helios-setup] Feb 19 00:45:22.507 INFO E| Compiling syn v1.0.109 |
| 2828 | 2026-02-19T00:45:22.938Z | [ helios-setup] Feb 19 00:45:22.554 INFO E| Compiling shlex v1.3.0 |
| 2829 | 2026-02-19T00:45:23.124Z | [ helios-setup] Feb 19 00:45:22.740 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 2830 | 2026-02-19T00:45:23.451Z | [ helios-setup] Feb 19 00:45:23.067 INFO E| Compiling colorchoice v1.0.4 |
| 2831 | 2026-02-19T00:45:23.509Z | [ helios-setup] Feb 19 00:45:23.125 INFO E| Compiling cpufeatures v0.2.17 |
| 2832 | 2026-02-19T00:45:23.694Z | [ helios-setup] Feb 19 00:45:23.311 INFO E| Compiling radium v0.7.0 |
| 2833 | 2026-02-19T00:45:23.749Z | [ helios-setup] Feb 19 00:45:23.364 INFO E| Compiling anstyle v1.0.13 |
| 2834 | 2026-02-19T00:45:23.788Z | [ helios-setup] Feb 19 00:45:23.403 INFO E| Compiling find-msvc-tools v0.1.4 |
| 2835 | 2026-02-19T00:45:23.905Z | [ helios-setup] Feb 19 00:45:23.522 INFO E| Compiling sha2 v0.10.9 |
| 2836 | 2026-02-19T00:45:24.570Z | [ helios-setup] Feb 19 00:45:24.186 INFO E| Compiling toml_parser v1.0.4 |
| 2837 | 2026-02-19T00:45:24.731Z | [ helios-setup] Feb 19 00:45:24.347 INFO E| Compiling anstream v0.6.21 |
| 2838 | 2026-02-19T00:45:24.804Z | [ helios-setup] Feb 19 00:45:24.420 INFO E| Compiling cc v1.2.44 |
| 2839 | 2026-02-19T00:45:27.111Z | [ helios-setup] Feb 19 00:45:26.727 INFO E| Compiling toml_edit v0.23.7 |
| 2840 | 2026-02-19T00:45:27.488Z | [ helios-setup] Feb 19 00:45:27.104 INFO E| Compiling slog v2.8.2 |
| 2841 | 2026-02-19T00:45:27.743Z | [ helios-setup] Feb 19 00:45:27.360 INFO E| Compiling futures-core v0.3.31 |
| 2842 | 2026-02-19T00:45:28.629Z | [ helios-setup] Feb 19 00:45:28.246 INFO E| Compiling parking_lot_core v0.9.12 |
| 2843 | 2026-02-19T00:45:28.734Z | [ helios-setup] Feb 19 00:45:28.350 INFO E| Compiling tap v1.0.1 |
| 2844 | 2026-02-19T00:45:28.994Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2845 | 2026-02-19T00:45:29.049Z | [ helios-setup] Feb 19 00:45:28.656 INFO E| Compiling pkg-config v0.3.32 |
| 2846 | 2026-02-19T00:45:29.132Z | [ helios-setup] Feb 19 00:45:28.749 INFO E| Compiling futures-sink v0.3.31 |
| 2847 | 2026-02-19T00:45:29.189Z | [ helios-setup] Feb 19 00:45:28.806 INFO E| Compiling maybe-uninit v2.0.0 |
| 2848 | 2026-02-19T00:45:29.546Z | [ helios-setup] Feb 19 00:45:29.163 INFO E| Compiling pin-project-lite v0.2.16 |
| 2849 | 2026-02-19T00:45:29.680Z | [ helios-setup] Feb 19 00:45:29.295 INFO E| Compiling unicode-width v0.2.2 |
| 2850 | 2026-02-19T00:45:29.926Z | [ helios-setup] Feb 19 00:45:29.543 INFO E| Compiling futures-channel v0.3.31 |
| 2851 | 2026-02-19T00:45:30.169Z | [ helios-setup] Feb 19 00:45:29.786 INFO E| Compiling proc-macro-crate v3.4.0 |
| 2852 | 2026-02-19T00:45:30.524Z | [ helios-setup] Feb 19 00:45:30.141 INFO E| Compiling wyz v0.5.1 |
| 2853 | 2026-02-19T00:45:30.767Z | [ helios-setup] Feb 19 00:45:30.384 INFO E| Compiling terminal_size v0.4.3 |
| 2854 | 2026-02-19T00:45:31.122Z | [ helios-setup] Feb 19 00:45:30.739 INFO E| Compiling getopts v0.2.24 |
| 2855 | 2026-02-19T00:45:31.606Z | [ helios-setup] Feb 19 00:45:31.221 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 2856 | 2026-02-19T00:45:31.630Z | [ helios-setup] Feb 19 00:45:31.233 INFO E| Compiling num-integer v0.1.46 |
| 2857 | 2026-02-19T00:45:31.752Z | [ helios-setup] Feb 19 00:45:31.369 INFO E| Compiling ahash v0.8.12 |
| 2858 | 2026-02-19T00:45:31.981Z | [ helios-setup] Feb 19 00:45:31.597 INFO E| Compiling clap_lex v0.7.6 |
| 2859 | 2026-02-19T00:45:32.617Z | [ helios-setup] Feb 19 00:45:32.234 INFO E| Compiling time-core v0.1.6 |
| 2860 | 2026-02-19T00:45:32.900Z | [ helios-setup] Feb 19 00:45:32.517 INFO E| Compiling itoa v1.0.15 |
| 2861 | 2026-02-19T00:45:32.928Z | [ helios-setup] Feb 19 00:45:32.545 INFO E| Compiling futures-task v0.3.31 |
| 2862 | 2026-02-19T00:45:33.367Z | [ helios-setup] Feb 19 00:45:32.982 INFO E| Compiling powerfmt v0.2.0 |
| 2863 | 2026-02-19T00:45:33.546Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2864 | 2026-02-19T00:45:33.612Z | [ helios-setup] Feb 19 00:45:33.229 INFO E| Compiling num-conv v0.1.0 |
| 2865 | 2026-02-19T00:45:33.908Z | [ helios-setup] Feb 19 00:45:33.525 INFO E| Compiling serde_derive v1.0.228 |
| 2866 | 2026-02-19T00:45:33.963Z | [ helios-setup] Feb 19 00:45:33.580 INFO E| Compiling zerocopy-derive v0.8.27 |
| 2867 | 2026-02-19T00:45:34.093Z | [ helios-setup] Feb 19 00:45:33.709 INFO E| Compiling der_derive v0.7.3 |
| 2868 | 2026-02-19T00:45:34.151Z | [ helios-setup] Feb 19 00:45:33.768 INFO E| Compiling futures-macro v0.3.31 |
| 2869 | 2026-02-19T00:45:34.418Z | [ helios-setup] Feb 19 00:45:34.035 INFO E| Compiling slab v0.4.11 |
| 2870 | 2026-02-19T00:45:34.730Z | [ helios-setup] Feb 19 00:45:34.347 INFO E| Compiling futures-io v0.3.31 |
| 2871 | 2026-02-19T00:45:35.771Z | [ helios-setup] Feb 19 00:45:35.388 INFO E| Compiling funty v2.0.0 |
| 2872 | 2026-02-19T00:45:36.059Z | [ helios-setup] Feb 19 00:45:35.676 INFO E| Compiling bytes v1.10.1 |
| 2873 | 2026-02-19T00:45:36.092Z | [ helios-setup] Feb 19 00:45:35.710 INFO E| Compiling num-bigint-dig v0.8.4 |
| 2874 | 2026-02-19T00:45:37.136Z | [ helios-setup] Feb 19 00:45:36.753 INFO E| Compiling scopeguard v1.2.0 |
| 2875 | 2026-02-19T00:45:37.781Z | [ helios-setup] Feb 19 00:45:37.399 INFO E| Compiling getrandom v0.3.4 |
| 2876 | 2026-02-19T00:45:38.355Z | [ helios-setup] Feb 19 00:45:37.971 INFO E| Compiling pin-utils v0.1.0 |
| 2877 | 2026-02-19T00:45:38.765Z | [ helios-setup] Feb 19 00:45:38.383 INFO E| Compiling packed_struct v0.10.1 |
| 2878 | 2026-02-19T00:45:39.267Z | [ helios-setup] Feb 19 00:45:38.885 INFO E| Compiling der v0.7.10 |
| 2879 | 2026-02-19T00:45:39.490Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2880 | 2026-02-19T00:45:39.514Z | [ helios-setup] Feb 19 00:45:39.114 INFO E| Compiling heck v0.5.0 |
| 2881 | 2026-02-19T00:45:40.124Z | [ helios-setup] Feb 19 00:45:39.742 INFO E| Compiling spin v0.9.8 |
| 2882 | 2026-02-19T00:45:40.466Z | [ helios-setup] Feb 19 00:45:40.083 INFO E| Compiling strsim v0.11.1 |
| 2883 | 2026-02-19T00:45:40.834Z | [ helios-setup] Feb 19 00:45:40.451 INFO E| Compiling thiserror v1.0.69 |
| 2884 | 2026-02-19T00:45:41.061Z | [ helios-setup] Feb 19 00:45:40.678 INFO E| Compiling lazy_static v1.5.0 |
| 2885 | 2026-02-19T00:45:41.184Z | [ helios-setup] Feb 19 00:45:40.801 INFO E| Compiling clap_derive v4.5.49 |
| 2886 | 2026-02-19T00:45:41.591Z | [ helios-setup] Feb 19 00:45:41.208 INFO E| Compiling clap_builder v4.5.51 |
| 2887 | 2026-02-19T00:45:43.378Z | [ helios-setup] Feb 19 00:45:42.995 INFO E| Compiling futures-util v0.3.31 |
| 2888 | 2026-02-19T00:45:44.178Z | [ helios-setup] Feb 19 00:45:43.796 INFO E| Compiling bitvec v1.0.1 |
| 2889 | 2026-02-19T00:45:46.465Z | [ helios-setup] Feb 19 00:45:46.083 INFO E| Compiling spki v0.7.3 |
| 2890 | 2026-02-19T00:45:48.379Z | [ helios-setup] Feb 19 00:45:47.997 INFO E| Compiling pkcs8 v0.10.2 |
| 2891 | 2026-02-19T00:45:48.970Z | [ helios-setup] Feb 19 00:45:48.589 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 2892 | 2026-02-19T00:45:49.734Z | [ helios-setup] Feb 19 00:45:49.352 INFO E| Compiling ppv-lite86 v0.2.21 |
| 2893 | 2026-02-19T00:45:51.167Z | [ helios-setup] Feb 19 00:45:50.785 INFO E| Compiling erased-serde v0.3.31 |
| 2894 | 2026-02-19T00:45:51.487Z | [ helios-setup] Feb 19 00:45:51.106 INFO E| Compiling lock_api v0.4.14 |
| 2895 | 2026-02-19T00:45:51.668Z | [ helios-setup] Feb 19 00:45:51.286 INFO E| Compiling rand_chacha v0.3.1 |
| 2896 | 2026-02-19T00:45:52.711Z | [ helios-setup] Feb 19 00:45:52.330 INFO E| Compiling time-macros v0.2.24 |
| 2897 | 2026-02-19T00:45:52.958Z | [ helios-setup] Feb 19 00:45:52.576 INFO E| Compiling rand v0.8.5 |
| 2898 | 2026-02-19T00:45:53.695Z | [ helios-setup] Feb 19 00:45:53.313 INFO E| Compiling deranged v0.5.5 |
| 2899 | 2026-02-19T00:45:54.041Z | [ helios-setup] Feb 19 00:45:53.660 INFO E| Compiling bitfield-macros v0.19.3 |
| 2900 | 2026-02-19T00:45:54.671Z | [ helios-setup] Feb 19 00:45:54.290 INFO E| Compiling thiserror-impl v1.0.69 |
| 2901 | 2026-02-19T00:45:55.197Z | [ helios-setup] Feb 19 00:45:54.814 INFO E| Compiling num_enum_derive v0.7.5 |
| 2902 | 2026-02-19T00:45:55.941Z | [ helios-setup] Feb 19 00:45:55.560 INFO E| Compiling zerocopy-derive v0.6.6 |
| 2903 | 2026-02-19T00:45:56.294Z | [ helios-setup] Feb 19 00:45:55.912 INFO E| Compiling num-iter v0.1.45 |
| 2904 | 2026-02-19T00:45:56.798Z | [ helios-setup] Feb 19 00:45:56.417 INFO E| Compiling indexmap v1.9.3 |
| 2905 | 2026-02-19T00:45:57.605Z | [ helios-setup] Feb 19 00:45:57.223 INFO E| Compiling log v0.4.28 |
| 2906 | 2026-02-19T00:45:57.712Z | [ helios-setup] Feb 19 00:45:57.332 INFO E| Compiling iana-time-zone v0.1.64 |
| 2907 | 2026-02-19T00:45:57.881Z | [ helios-setup] Feb 19 00:45:57.500 INFO E| Compiling serde_json v1.0.145 |
| 2908 | 2026-02-19T00:45:58.375Z | [ helios-setup] Feb 19 00:45:57.994 INFO E| Compiling nodrop v0.1.14 |
| 2909 | 2026-02-19T00:45:58.422Z | [ helios-setup] Feb 19 00:45:58.041 INFO E| Compiling simd-adler32 v0.3.7 |
| 2910 | 2026-02-19T00:45:58.657Z | [ helios-setup] Feb 19 00:45:58.276 INFO E| Compiling adler2 v2.0.1 |
| 2911 | 2026-02-19T00:45:58.700Z | [ helios-setup] Feb 19 00:45:58.319 INFO E| Compiling once_cell v1.21.3 |
| 2912 | 2026-02-19T00:45:58.724Z | [ helios-setup] Feb 19 00:45:58.332 INFO E| Compiling crc-catalog v2.4.0 |
| 2913 | 2026-02-19T00:45:58.784Z | [ helios-setup] Feb 19 00:45:58.402 INFO E| Compiling thiserror v2.0.17 |
| 2914 | 2026-02-19T00:45:59.036Z | [ helios-setup] Feb 19 00:45:58.655 INFO E| Compiling crc v3.3.0 |
| 2915 | 2026-02-19T00:45:59.149Z | [ helios-setup] Feb 19 00:45:58.768 INFO E| Compiling miniz_oxide v0.8.9 |
| 2916 | 2026-02-19T00:45:59.854Z | [ helios-setup] Feb 19 00:45:59.473 INFO E| Compiling time v0.3.44 |
| 2917 | 2026-02-19T00:45:59.963Z | [ helios-setup] Feb 19 00:45:59.566 INFO E| Compiling array-init v0.0.4 |
| 2918 | 2026-02-19T00:46:00.497Z | [ helios-setup] Feb 19 00:46:00.117 INFO E| Compiling zerocopy v0.6.6 |
| 2919 | 2026-02-19T00:46:01.484Z | [ helios-setup] Feb 19 00:46:01.103 INFO E| Compiling num_enum v0.7.5 |
| 2920 | 2026-02-19T00:46:01.810Z | [ helios-setup] Feb 19 00:46:01.429 INFO E| Compiling env_filter v0.1.4 |
| 2921 | 2026-02-19T00:46:01.990Z | [ helios-setup] Feb 19 00:46:01.610 INFO E| Compiling chrono v0.4.42 |
| 2922 | 2026-02-19T00:46:02.187Z | [ helios-setup] Feb 19 00:46:01.807 INFO E| Compiling parking_lot v0.12.5 |
| 2923 | 2026-02-19T00:46:02.786Z | [ helios-setup] Feb 19 00:46:02.406 INFO E| Compiling smallvec v0.6.14 |
| 2924 | 2026-02-19T00:46:05.009Z | [ helios-setup] Feb 19 00:46:04.594 INFO E| Compiling bitfield v0.19.3 |
| 2925 | 2026-02-19T00:46:05.075Z | [ helios-setup] Feb 19 00:46:04.695 INFO E| Compiling futures-executor v0.3.31 |
| 2926 | 2026-02-19T00:46:06.963Z | [ helios-setup] Feb 19 00:46:06.579 INFO E| Compiling clap v4.5.51 |
| 2927 | 2026-02-19T00:46:07.175Z | [ helios-setup] Feb 19 00:46:06.794 INFO E| Compiling serde_spanned v0.6.9 |
| 2928 | 2026-02-19T00:46:07.231Z | [ helios-setup] Feb 19 00:46:06.846 INFO E| Compiling toml_datetime v0.6.11 |
| 2929 | 2026-02-19T00:46:07.779Z | [ helios-setup] Feb 19 00:46:07.399 INFO E| Compiling pkcs1 v0.7.5 |
| 2930 | 2026-02-19T00:46:08.257Z | [ helios-setup] Feb 19 00:46:07.877 INFO E| Compiling thiserror-impl v2.0.17 |
| 2931 | 2026-02-19T00:46:08.999Z | [ helios-setup] Feb 19 00:46:08.619 INFO E| Compiling tokio-macros v2.6.0 |
| 2932 | 2026-02-19T00:46:12.859Z | [ helios-setup] Feb 19 00:46:12.478 INFO E| Compiling signature v2.2.0 |
| 2933 | 2026-02-19T00:46:14.283Z | [ helios-setup] Feb 19 00:46:13.903 INFO E| Compiling serde_spanned v1.0.3 |
| 2934 | 2026-02-19T00:46:14.407Z | [ helios-setup] Feb 19 00:46:14.027 INFO E| Compiling signal-hook-registry v1.4.6 |
| 2935 | 2026-02-19T00:46:14.992Z | [ helios-setup] Feb 19 00:46:14.613 INFO E| Compiling is-terminal v0.4.17 |
| 2936 | 2026-02-19T00:46:15.025Z | [ helios-setup] Feb 19 00:46:14.645 INFO E| Compiling socket2 v0.6.1 |
| 2937 | 2026-02-19T00:46:15.136Z | [ helios-setup] Feb 19 00:46:14.756 INFO E| Compiling mio v1.1.0 |
| 2938 | 2026-02-19T00:46:15.216Z | [ helios-setup] Feb 19 00:46:14.837 INFO E| Compiling thread_local v1.1.9 |
| 2939 | 2026-02-19T00:46:15.516Z | [ helios-setup] Feb 19 00:46:15.136 INFO E| Compiling winnow v0.5.40 |
| 2940 | 2026-02-19T00:46:16.257Z | [ helios-setup] Feb 19 00:46:15.873 INFO E| Compiling ryu v1.0.20 |
| 2941 | 2026-02-19T00:46:16.931Z | [ helios-setup] Feb 19 00:46:16.552 INFO E| Compiling toml_writer v1.0.4 |
| 2942 | 2026-02-19T00:46:17.019Z | [ helios-setup] Feb 19 00:46:16.640 INFO E| Compiling base64 v0.21.7 |
| 2943 | 2026-02-19T00:46:17.259Z | [ helios-setup] Feb 19 00:46:16.880 INFO E| Compiling hashbrown v0.12.3 |
| 2944 | 2026-02-19T00:46:17.378Z | [ helios-setup] Feb 19 00:46:16.995 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 2945 | 2026-02-19T00:46:17.541Z | [ helios-setup] Feb 19 00:46:17.162 INFO E| Compiling subtle v2.6.1 |
| 2946 | 2026-02-19T00:46:17.581Z | [ helios-setup] Feb 19 00:46:17.202 INFO E| Compiling term v1.2.0 |
| 2947 | 2026-02-19T00:46:17.657Z | [ helios-setup] Feb 19 00:46:17.277 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 2948 | 2026-02-19T00:46:17.972Z | [ helios-setup] Feb 19 00:46:17.593 INFO E| Compiling rsa v0.9.8 |
| 2949 | 2026-02-19T00:46:18.236Z | [ helios-setup] Feb 19 00:46:17.856 INFO E| Compiling ron v0.8.1 |
| 2950 | 2026-02-19T00:46:18.544Z | [ helios-setup] Feb 19 00:46:18.163 INFO E| Compiling slog-term v2.9.2 |
| 2951 | 2026-02-19T00:46:18.859Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 2m 34s |
| 2952 | 2026-02-19T00:46:19.246Z | [ omicron-package] |
| 2953 | 2026-02-19T00:46:19.246Z | [ omicron-package] real 2:34.593247202 |
| 2954 | 2026-02-19T00:46:19.247Z | [ omicron-package] user 9:20.862064721 |
| 2955 | 2026-02-19T00:46:19.270Z | [ omicron-package] sys 39.215214107 |
| 2956 | 2026-02-19T00:46:19.271Z | [ omicron-package] trap 1.111577254 |
| 2957 | 2026-02-19T00:46:19.271Z | [ omicron-package] tflt 0.502884960 |
| 2958 | 2026-02-19T00:46:19.271Z | [ omicron-package] dflt 2.648566313 |
| 2959 | 2026-02-19T00:46:19.271Z | [ omicron-package] kflt 0.003558019 |
| 2960 | 2026-02-19T00:46:19.271Z | [ omicron-package] lock 32:45.405353465 |
| 2961 | 2026-02-19T00:46:19.271Z | [ omicron-package] slp 34:59.868716981 |
| 2962 | 2026-02-19T00:46:19.271Z | [ omicron-package] lat 6:26.026569553 |
| 2963 | 2026-02-19T00:46:19.271Z | [ omicron-package] stop 1:35.392442466 |
| 2964 | 2026-02-19T00:46:19.271Z | Feb 19 00:46:18.869 INFO [omicron-package] process exited with exit status: 0 (154.719712411s) |
| 2965 | 2026-02-19T00:46:19.271Z | Feb 19 00:46:18.869 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2966 | 2026-02-19T00:46:19.271Z | Feb 19 00:46:18.870 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2967 | 2026-02-19T00:46:19.295Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2968 | 2026-02-19T00:46:19.295Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2969 | 2026-02-19T00:46:19.295Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2970 | 2026-02-19T00:46:19.295Z | [ host-target] Created new build target 'host' and set it as active |
| 2971 | 2026-02-19T00:46:19.295Z | Feb 19 00:46:18.905 INFO [recovery-target] process exited with exit status: 0 (35.028286ms) |
| 2972 | 2026-02-19T00:46:19.295Z | Feb 19 00:46:18.906 INFO [host-target] process exited with exit status: 0 (36.50645ms) |
| 2973 | 2026-02-19T00:46:19.295Z | Feb 19 00:46:18.906 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2974 | 2026-02-19T00:46:19.319Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2975 | 2026-02-19T00:46:20.555Z | [ helios-setup] Feb 19 00:46:20.176 INFO E| Compiling toml_edit v0.19.15 |
| 2976 | 2026-02-19T00:46:20.648Z | [ helios-setup] Feb 19 00:46:20.269 INFO E| Compiling devinfo v0.1.0 |
| 2977 | 2026-02-19T00:46:22.269Z | [ helios-setup] Feb 19 00:46:21.890 INFO E| Compiling toml v0.9.8 |
| 2978 | 2026-02-19T00:46:22.548Z | [ helios-setup] Feb 19 00:46:22.169 INFO E| Compiling tokio v1.48.0 |
| 2979 | 2026-02-19T00:46:23.001Z | [ helios-setup] Feb 19 00:46:22.622 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 2980 | 2026-02-19T00:46:23.975Z | [ host-package] Compiling ring v0.17.14 |
| 2981 | 2026-02-19T00:46:24.212Z | [ host-package] Compiling convert_case v0.4.0 |
| 2982 | 2026-02-19T00:46:24.212Z | [ host-package] Compiling progenitor-impl v0.10.0 |
| 2983 | 2026-02-19T00:46:24.236Z | [ host-package] Compiling secrecy v0.10.3 |
| 2984 | 2026-02-19T00:46:24.265Z | [ host-package] Compiling is-terminal v0.4.13 |
| 2985 | 2026-02-19T00:46:24.289Z | [ host-package] Compiling thread_local v1.1.8 |
| 2986 | 2026-02-19T00:46:24.936Z | [ helios-setup] Feb 19 00:46:24.557 INFO E| Compiling uuid v1.18.1 |
| 2987 | 2026-02-19T00:46:25.128Z | [ host-package] Compiling bytecount v0.6.8 |
| 2988 | 2026-02-19T00:46:25.359Z | [ host-package] Compiling match_cfg v0.1.0 |
| 2989 | 2026-02-19T00:46:25.412Z | [ helios-setup] Feb 19 00:46:25.029 INFO E| Compiling futures v0.3.31 |
| 2990 | 2026-02-19T00:46:25.766Z | [ host-package] Compiling derive_more v0.99.20 |
| 2991 | 2026-02-19T00:46:25.866Z | [ host-package] Compiling multer v3.1.0 |
| 2992 | 2026-02-19T00:46:26.031Z | [ host-package] Compiling slog-async v2.8.0 |
| 2993 | 2026-02-19T00:46:26.055Z | [ helios-setup] Feb 19 00:46:25.658 INFO E| Compiling serde-hex v0.1.0 |
| 2994 | 2026-02-19T00:46:26.208Z | [ host-package] Compiling hostname v0.3.1 |
| 2995 | 2026-02-19T00:46:26.208Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 2996 | 2026-02-19T00:46:26.425Z | [ host-package] Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2997 | 2026-02-19T00:46:26.700Z | [ helios-setup] Feb 19 00:46:26.322 INFO E| Compiling bzip2 v0.4.4 |
| 2998 | 2026-02-19T00:46:26.975Z | [ host-package] Compiling slog-json v2.6.1 |
| 2999 | 2026-02-19T00:46:27.546Z | [ helios-setup] Feb 19 00:46:27.167 INFO E| Compiling env_logger v0.11.8 |
| 3000 | 2026-02-19T00:46:27.934Z | [ helios-setup] Feb 19 00:46:27.556 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3001 | 2026-02-19T00:46:28.222Z | [ host-package] Compiling futures-executor v0.3.31 |
| 3002 | 2026-02-19T00:46:28.943Z | [ host-package] Compiling serde_spanned v1.0.4 |
| 3003 | 2026-02-19T00:46:29.046Z | [ helios-setup] Feb 19 00:46:28.666 INFO E| Compiling flate2 v1.1.5 |
| 3004 | 2026-02-19T00:46:29.410Z | [ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3005 | 2026-02-19T00:46:29.434Z | [ host-package] Compiling take_mut v0.2.2 |
| 3006 | 2026-02-19T00:46:29.969Z | [ host-package] Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3007 | 2026-02-19T00:46:30.154Z | [ host-package] Compiling term v1.1.0 |
| 3008 | 2026-02-19T00:46:30.889Z | [ host-package] Compiling swrite v0.1.0 |
| 3009 | 2026-02-19T00:46:31.229Z | [ host-package] Compiling unicode-width v0.1.14 |
| 3010 | 2026-02-19T00:46:31.485Z | [ host-package] Compiling toml v0.9.11+spec-1.1.0 |
| 3011 | 2026-02-19T00:46:31.600Z | [ helios-setup] Feb 19 00:46:31.222 INFO E| Compiling hashbrown v0.13.2 |
| 3012 | 2026-02-19T00:46:31.726Z | [ helios-setup] Feb 19 00:46:31.348 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3013 | 2026-02-19T00:46:32.645Z | [ helios-setup] Feb 19 00:46:32.267 INFO E| Compiling x509-cert v0.2.5 |
| 3014 | 2026-02-19T00:46:32.795Z | [ host-package] Compiling rustls v0.23.19 |
| 3015 | 2026-02-19T00:46:32.852Z | [ host-package] Compiling rustls v0.22.4 |
| 3016 | 2026-02-19T00:46:32.975Z | [ host-package] Compiling tabwriter v1.4.0 |
| 3017 | 2026-02-19T00:46:33.045Z | [ host-package] Compiling slog-term v2.9.2 |
| 3018 | 2026-02-19T00:46:34.935Z | [ helios-setup] Feb 19 00:46:34.557 INFO E| Compiling hex v0.4.3 |
| 3019 | 2026-02-19T00:46:35.532Z | [ host-package] Compiling futures v0.3.31 |
| 3020 | 2026-02-19T00:46:36.095Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 3021 | 2026-02-19T00:46:36.204Z | [ host-package] Compiling progenitor-macro v0.10.0 |
| 3022 | 2026-02-19T00:46:36.245Z | [ helios-setup] Feb 19 00:46:35.867 INFO E| Compiling bitflags v1.3.2 |
| 3023 | 2026-02-19T00:46:36.715Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3024 | 2026-02-19T00:46:36.850Z | [ host-package] Compiling async-stream v0.3.6 |
| 3025 | 2026-02-19T00:46:36.918Z | [ helios-setup] Feb 19 00:46:36.540 INFO E| Compiling crc-any v2.5.0 |
| 3026 | 2026-02-19T00:46:37.805Z | [ host-package] Compiling dropshot v0.16.7 |
| 3027 | 2026-02-19T00:46:38.105Z | [ host-package] Compiling password-hash v0.5.0 |
| 3028 | 2026-02-19T00:46:38.370Z | [ host-package] Compiling rustls-webpki v0.102.8 |
| 3029 | 2026-02-19T00:46:38.396Z | [ helios-setup] Feb 19 00:46:38.018 INFO E| Compiling foldhash v0.2.0 |
| 3030 | 2026-02-19T00:46:38.533Z | [ host-package] Compiling blake2 v0.10.6 |
| 3031 | 2026-02-19T00:46:38.999Z | [ helios-setup] Feb 19 00:46:38.621 INFO E| Compiling rustc-hash v2.1.1 |
| 3032 | 2026-02-19T00:46:39.350Z | [ helios-setup] Feb 19 00:46:38.972 INFO E| Compiling iddqd v0.3.14 |
| 3033 | 2026-02-19T00:46:39.582Z | [ helios-setup] Feb 19 00:46:39.204 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3034 | 2026-02-19T00:46:40.303Z | [ helios-setup] Feb 19 00:46:39.925 INFO E| Compiling object v0.30.4 |
| 3035 | 2026-02-19T00:46:40.429Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 3036 | 2026-02-19T00:46:42.417Z | [ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3037 | 2026-02-19T00:46:42.589Z | [ helios-setup] Feb 19 00:46:42.212 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3038 | 2026-02-19T00:46:42.801Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3039 | 2026-02-19T00:46:43.189Z | [ helios-setup] Feb 19 00:46:42.811 INFO E| Compiling zip v0.6.6 |
| 3040 | 2026-02-19T00:46:44.407Z | [ host-package] Compiling universal-hash v0.5.1 |
| 3041 | 2026-02-19T00:46:44.929Z | [ host-package] Compiling waitgroup v0.1.2 |
| 3042 | 2026-02-19T00:46:45.367Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 3043 | 2026-02-19T00:46:45.431Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
| 3044 | 2026-02-19T00:46:45.854Z | [ helios-setup] Feb 19 00:46:45.477 INFO E| Compiling toml v0.7.8 |
| 3045 | 2026-02-19T00:46:46.143Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 3046 | 2026-02-19T00:46:47.727Z | [ host-package] Compiling instant v0.1.13 |
| 3047 | 2026-02-19T00:46:48.516Z | [ host-package] Compiling hostname v0.4.2 |
| 3048 | 2026-02-19T00:46:48.627Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 3049 | 2026-02-19T00:46:48.627Z | [ helios-setup] Feb 19 00:46:48.250 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3050 | 2026-02-19T00:46:49.037Z | [ helios-setup] Feb 19 00:46:48.660 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3051 | 2026-02-19T00:46:49.126Z | [ host-package] Compiling colored v3.0.0 |
| 3052 | 2026-02-19T00:46:49.276Z | [ host-package] Compiling opaque-debug v0.3.1 |
| 3053 | 2026-02-19T00:46:49.772Z | [ host-package] Compiling poly1305 v0.8.0 |
| 3054 | 2026-02-19T00:46:50.444Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
| 3055 | 2026-02-19T00:46:51.050Z | [ host-package] Compiling backoff v0.4.0 |
| 3056 | 2026-02-19T00:46:51.264Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3057 | 2026-02-19T00:46:51.419Z | [ helios-setup] Feb 19 00:46:51.041 INFO E| Compiling path-slash v0.1.5 |
| 3058 | 2026-02-19T00:46:52.142Z | [ helios-setup] Feb 19 00:46:51.765 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3059 | 2026-02-19T00:46:52.234Z | [ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3060 | 2026-02-19T00:46:52.671Z | [ host-package] Compiling argon2 v0.5.3 |
| 3061 | 2026-02-19T00:46:53.792Z | [ helios-setup] Feb 19 00:46:53.414 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3062 | 2026-02-19T00:46:55.253Z | [ host-package] Compiling tokio-rustls v0.25.0 |
| 3063 | 2026-02-19T00:46:57.659Z | [ helios-setup] Feb 19 00:46:57.283 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3064 | 2026-02-19T00:46:58.651Z | [ host-package] Compiling tokio-rustls v0.26.0 |
| 3065 | 2026-02-19T00:46:59.007Z | [ host-package] Compiling parse-display v0.10.0 |
| 3066 | 2026-02-19T00:47:00.005Z | [ host-package] Compiling hyper-rustls v0.27.7 |
| 3067 | 2026-02-19T00:47:01.878Z | [ host-package] Compiling reqwest v0.12.24 |
| 3068 | 2026-02-19T00:47:07.653Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3069 | 2026-02-19T00:47:08.553Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3070 | 2026-02-19T00:47:09.495Z | [ host-package] Compiling chacha20 v0.9.1 |
| 3071 | 2026-02-19T00:47:10.676Z | [ host-package] Compiling aead v0.5.2 |
| 3072 | 2026-02-19T00:47:11.584Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3073 | 2026-02-19T00:47:12.221Z | [ host-package] Compiling progenitor-client v0.11.2 |
| 3074 | 2026-02-19T00:47:13.977Z | [ host-package] Compiling progenitor v0.11.2 |
| 3075 | 2026-02-19T00:47:15.077Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3076 | 2026-02-19T00:47:16.039Z | [ host-package] Compiling progenitor-client v0.10.0 |
| 3077 | 2026-02-19T00:47:20.436Z | [ helios-setup] Feb 19 00:47:20.062 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3078 | 2026-02-19T00:47:21.884Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3079 | 2026-02-19T00:47:22.742Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3080 | 2026-02-19T00:47:23.550Z | [ host-package] Compiling macaddr v1.0.1 |
| 3081 | 2026-02-19T00:47:23.834Z | [ host-package] Compiling derive-where v1.5.0 |
| 3082 | 2026-02-19T00:47:24.166Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
| 3083 | 2026-02-19T00:47:26.274Z | [ host-package] Compiling vsss-rs v3.3.4 |
| 3084 | 2026-02-19T00:47:27.275Z | [ host-package] Compiling num-rational v0.4.2 |
| 3085 | 2026-02-19T00:47:29.355Z | [ host-package] Compiling num-complex v0.4.6 |
| 3086 | 2026-02-19T00:47:33.703Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3087 | 2026-02-19T00:47:35.931Z | [ host-package] Compiling progenitor v0.10.0 |
| 3088 | 2026-02-19T00:47:36.155Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3089 | 2026-02-19T00:47:36.523Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3090 | 2026-02-19T00:47:37.818Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3091 | 2026-02-19T00:47:41.392Z | [ host-package] Compiling num v0.4.3 |
| 3092 | 2026-02-19T00:47:41.791Z | [ host-package] Compiling console v0.15.10 |
| 3093 | 2026-02-19T00:47:47.315Z | [ host-package] Compiling float-ord v0.3.2 |
| 3094 | 2026-02-19T00:47:48.552Z | [ host-package] Compiling toml v0.8.23 |
| 3095 | 2026-02-19T00:47:50.045Z | [ host-package] Compiling newline-converter v0.3.0 |
| 3096 | 2026-02-19T00:47:50.574Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 3097 | 2026-02-19T00:47:51.151Z | [ host-package] Compiling prettyplease v0.2.36 |
| 3098 | 2026-02-19T00:47:51.269Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 3099 | 2026-02-19T00:47:52.312Z | [ host-package] Compiling expectorate v1.2.0 |
| 3100 | 2026-02-19T00:47:53.082Z | [ host-package] Compiling owo-colors v4.2.3 |
| 3101 | 2026-02-19T00:47:54.161Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 3102 | 2026-02-19T00:47:55.932Z | [ helios-setup] Feb 19 00:47:55.560 INFO E| Finished `release` profile [optimized] target(s) in 2m 45s |
| 3103 | 2026-02-19T00:47:55.932Z | [ helios-setup] Feb 19 00:47:55.560 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3104 | 2026-02-19T00:47:55.957Z | [ helios-setup] Feb 19 00:47:55.563 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3105 | 2026-02-19T00:47:56.013Z | [ helios-setup] Feb 19 00:47:55.632 INFO building project "pilot" ok (166 seconds) |
| 3106 | 2026-02-19T00:47:56.037Z | [ helios-setup] Feb 19 00:47:55.633 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 3107 | 2026-02-19T00:47:56.214Z | [ helios-setup] Feb 19 00:47:55.842 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)" |
| 3108 | 2026-02-19T00:47:56.214Z | [ helios-setup] Feb 19 00:47:55.842 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 3109 | 2026-02-19T00:47:56.214Z | [ helios-setup] Feb 19 00:47:55.842 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 3110 | 2026-02-19T00:47:56.677Z | [ helios-setup] Feb 19 00:47:56.304 INFO E| Updating crates.io index |
| 3111 | 2026-02-19T00:47:56.862Z | [ helios-setup] Feb 19 00:47:56.491 INFO E| Downloading crates ... |
| 3112 | 2026-02-19T00:47:56.968Z | [ helios-setup] Feb 19 00:47:56.597 INFO E| Downloaded fastrand v2.3.0 |
| 3113 | 2026-02-19T00:47:56.992Z | [ helios-setup] Feb 19 00:47:56.601 INFO E| Downloaded darling_macro v0.20.11 |
| 3114 | 2026-02-19T00:47:56.993Z | [ helios-setup] Feb 19 00:47:56.603 INFO E| Downloaded darling v0.20.11 |
| 3115 | 2026-02-19T00:47:56.993Z | [ helios-setup] Feb 19 00:47:56.617 INFO E| Downloaded time-core v0.1.4 |
| 3116 | 2026-02-19T00:47:56.993Z | [ helios-setup] Feb 19 00:47:56.620 INFO E| Downloaded time-macros v0.2.22 |
| 3117 | 2026-02-19T00:47:57.017Z | [ helios-setup] Feb 19 00:47:56.625 INFO E| Downloaded unicode-ident v1.0.18 |
| 3118 | 2026-02-19T00:47:57.017Z | [ helios-setup] Feb 19 00:47:56.630 INFO E| Downloaded serde_derive v1.0.219 |
| 3119 | 2026-02-19T00:47:57.017Z | [ helios-setup] Feb 19 00:47:56.634 INFO E| Downloaded serde v1.0.219 |
| 3120 | 2026-02-19T00:47:57.017Z | [ helios-setup] Feb 19 00:47:56.640 INFO E| Downloaded indexmap v2.9.0 |
| 3121 | 2026-02-19T00:47:57.042Z | [ helios-setup] Feb 19 00:47:56.648 INFO E| Downloaded proc-macro2 v1.0.95 |
| 3122 | 2026-02-19T00:47:57.042Z | [ helios-setup] Feb 19 00:47:56.652 INFO E| Downloaded time v0.3.41 |
| 3123 | 2026-02-19T00:47:57.042Z | [ helios-setup] Feb 19 00:47:56.663 INFO E| Downloaded serde_json v1.0.140 |
| 3124 | 2026-02-19T00:47:57.066Z | [ helios-setup] Feb 19 00:47:56.673 INFO E| Downloaded hashbrown v0.15.3 |
| 3125 | 2026-02-19T00:47:57.066Z | [ helios-setup] Feb 19 00:47:56.682 INFO E| Downloaded serde_with v3.12.0 |
| 3126 | 2026-02-19T00:47:57.066Z | [ helios-setup] Feb 19 00:47:56.694 INFO E| Downloaded getrandom v0.3.3 |
| 3127 | 2026-02-19T00:47:57.091Z | [ helios-setup] Feb 19 00:47:56.699 INFO E| Downloaded chrono v0.4.41 |
| 3128 | 2026-02-19T00:47:57.091Z | [ helios-setup] Feb 19 00:47:56.710 INFO E| Downloaded thiserror-impl v2.0.12 |
| 3129 | 2026-02-19T00:47:57.091Z | [ helios-setup] Feb 19 00:47:56.713 INFO E| Downloaded tempfile v3.20.0 |
| 3130 | 2026-02-19T00:47:57.091Z | [ helios-setup] Feb 19 00:47:56.717 INFO E| Downloaded syn v2.0.101 |
| 3131 | 2026-02-19T00:47:57.116Z | [ helios-setup] Feb 19 00:47:56.733 INFO E| Downloaded serde_with_macros v3.12.0 |
| 3132 | 2026-02-19T00:47:57.116Z | [ helios-setup] Feb 19 00:47:56.736 INFO E| Downloaded deranged v0.4.0 |
| 3133 | 2026-02-19T00:47:57.116Z | [ helios-setup] Feb 19 00:47:56.738 INFO E| Downloaded darling_core v0.20.11 |
| 3134 | 2026-02-19T00:47:57.140Z | [ helios-setup] Feb 19 00:47:56.745 INFO E| Downloaded thiserror v2.0.12 |
| 3135 | 2026-02-19T00:47:57.140Z | [ helios-setup] Feb 19 00:47:56.753 INFO E| Downloaded bitflags v2.9.1 |
| 3136 | 2026-02-19T00:47:57.140Z | [ helios-setup] Feb 19 00:47:56.759 INFO E| Downloaded anyhow v1.0.98 |
| 3137 | 2026-02-19T00:47:57.164Z | [ helios-setup] Feb 19 00:47:56.771 INFO E| Downloaded rustix v1.0.7 |
| 3138 | 2026-02-19T00:47:57.188Z | [ helios-setup] Feb 19 00:47:56.806 INFO E| Downloaded libc v0.2.172 |
| 3139 | 2026-02-19T00:47:57.325Z | [ helios-setup] Feb 19 00:47:56.953 INFO E| Compiling proc-macro2 v1.0.95 |
| 3140 | 2026-02-19T00:47:57.325Z | [ helios-setup] Feb 19 00:47:56.953 INFO E| Compiling unicode-ident v1.0.18 |
| 3141 | 2026-02-19T00:47:57.325Z | [ helios-setup] Feb 19 00:47:56.953 INFO E| Compiling libc v0.2.172 |
| 3142 | 2026-02-19T00:47:57.441Z | [ helios-setup] Feb 19 00:47:56.954 INFO E| Compiling strsim v0.11.1 |
| 3143 | 2026-02-19T00:47:57.441Z | [ helios-setup] Feb 19 00:47:56.954 INFO E| Compiling ident_case v1.0.1 |
| 3144 | 2026-02-19T00:47:57.441Z | [ helios-setup] Feb 19 00:47:56.954 INFO E| Compiling fnv v1.0.7 |
| 3145 | 2026-02-19T00:47:57.441Z | [ helios-setup] Feb 19 00:47:56.954 INFO E| Compiling serde v1.0.219 |
| 3146 | 2026-02-19T00:47:57.441Z | [ helios-setup] Feb 19 00:47:56.954 INFO E| Compiling rustix v1.0.7 |
| 3147 | 2026-02-19T00:47:57.996Z | [ host-package] Compiling resolv-conf v0.7.0 |
| 3148 | 2026-02-19T00:47:58.096Z | [ helios-setup] Feb 19 00:47:57.724 INFO E| Compiling getrandom v0.3.3 |
| 3149 | 2026-02-19T00:47:58.382Z | [ helios-setup] Feb 19 00:47:58.010 INFO E| Compiling bitflags v2.9.1 |
| 3150 | 2026-02-19T00:47:58.603Z | [ helios-setup] Feb 19 00:47:58.232 INFO E| Compiling cfg-if v1.0.0 |
| 3151 | 2026-02-19T00:47:58.813Z | [ helios-setup] Feb 19 00:47:58.441 INFO E| Compiling serde_json v1.0.140 |
| 3152 | 2026-02-19T00:47:58.869Z | [ helios-setup] Feb 19 00:47:58.498 INFO E| Compiling anyhow v1.0.98 |
| 3153 | 2026-02-19T00:47:59.686Z | [ helios-setup] Feb 19 00:47:59.315 INFO E| Compiling thiserror v2.0.12 |
| 3154 | 2026-02-19T00:47:59.750Z | [ helios-setup] Feb 19 00:47:59.379 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 3155 | 2026-02-19T00:47:59.986Z | [ helios-setup] Feb 19 00:47:59.615 INFO E| Compiling ryu v1.0.20 |
| 3156 | 2026-02-19T00:48:00.101Z | [ helios-setup] Feb 19 00:47:59.730 INFO E| Compiling fastrand v2.3.0 |
| 3157 | 2026-02-19T00:48:00.688Z | [ helios-setup] Feb 19 00:48:00.317 INFO E| Compiling memchr v2.7.4 |
| 3158 | 2026-02-19T00:48:00.997Z | [ host-package] Compiling libsw-core v0.3.1 |
| 3159 | 2026-02-19T00:48:01.320Z | [ helios-setup] Feb 19 00:48:00.949 INFO E| Compiling itoa v1.0.15 |
| 3160 | 2026-02-19T00:48:01.375Z | [ helios-setup] Feb 19 00:48:01.004 INFO E| Compiling once_cell v1.21.3 |
| 3161 | 2026-02-19T00:48:01.929Z | [ helios-setup] Feb 19 00:48:01.555 INFO E| Compiling errno v0.3.12 |
| 3162 | 2026-02-19T00:48:02.071Z | [ host-package] Compiling libsw v3.5.0 |
| 3163 | 2026-02-19T00:48:02.687Z | [ helios-setup] Feb 19 00:48:02.316 INFO E| Compiling quote v1.0.40 |
| 3164 | 2026-02-19T00:48:03.543Z | [ helios-setup] Feb 19 00:48:03.172 INFO E| Compiling syn v2.0.101 |
| 3165 | 2026-02-19T00:48:06.225Z | [ helios-setup] Feb 19 00:48:05.854 INFO E| Compiling tempfile v3.20.0 |
| 3166 | 2026-02-19T00:48:08.397Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3167 | 2026-02-19T00:48:08.889Z | [ host-package] Compiling linear-map v1.2.0 |
| 3168 | 2026-02-19T00:48:09.456Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3169 | 2026-02-19T00:48:12.059Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 3170 | 2026-02-19T00:48:12.475Z | [ helios-setup] Feb 19 00:48:12.105 INFO E| Compiling darling_core v0.20.11 |
| 3171 | 2026-02-19T00:48:12.810Z | [ host-package] Compiling lru-cache v0.1.2 |
| 3172 | 2026-02-19T00:48:13.713Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 3173 | 2026-02-19T00:48:14.151Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 3174 | 2026-02-19T00:48:15.550Z | [ helios-setup] Feb 19 00:48:15.180 INFO E| Compiling serde_derive v1.0.219 |
| 3175 | 2026-02-19T00:48:15.550Z | [ helios-setup] Feb 19 00:48:15.180 INFO E| Compiling thiserror-impl v2.0.12 |
| 3176 | 2026-02-19T00:48:18.122Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3177 | 2026-02-19T00:48:19.816Z | [ helios-setup] Feb 19 00:48:19.447 INFO E| Compiling darling_macro v0.20.11 |
| 3178 | 2026-02-19T00:48:20.050Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3179 | 2026-02-19T00:48:20.400Z | [ host-package] Compiling convert_case v0.7.1 |
| 3180 | 2026-02-19T00:48:21.373Z | [ host-package] Compiling derive_more-impl v2.0.1 |
| 3181 | 2026-02-19T00:48:21.931Z | [ helios-setup] Feb 19 00:48:21.562 INFO E| Compiling darling v0.20.11 |
| 3182 | 2026-02-19T00:48:22.191Z | [ helios-setup] Feb 19 00:48:21.822 INFO E| Compiling serde_with_macros v3.12.0 |
| 3183 | 2026-02-19T00:48:23.193Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3184 | 2026-02-19T00:48:23.828Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3185 | 2026-02-19T00:48:24.227Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3186 | 2026-02-19T00:48:28.657Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 3187 | 2026-02-19T00:48:31.978Z | [ helios-setup] Feb 19 00:48:31.609 INFO E| Compiling serde_with v3.12.0 |
| 3188 | 2026-02-19T00:48:32.402Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3189 | 2026-02-19T00:48:36.626Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3190 | 2026-02-19T00:48:38.961Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3191 | 2026-02-19T00:48:40.010Z | [ host-package] Compiling qorb v0.4.1 |
| 3192 | 2026-02-19T00:48:43.933Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3193 | 2026-02-19T00:48:44.553Z | [ helios-setup] Feb 19 00:48:44.185 INFO E| Finished `release` profile [optimized] target(s) in 48.16s |
| 3194 | 2026-02-19T00:48:44.604Z | [ helios-setup] Feb 19 00:48:44.236 INFO building project "dmar-report" ok (48 seconds) |
| 3195 | 2026-02-19T00:48:44.604Z | [ helios-setup] Feb 19 00:48:44.237 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 3196 | 2026-02-19T00:48:44.657Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3197 | 2026-02-19T00:48:44.720Z | [ helios-setup] Feb 19 00:48:44.351 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.91.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')" |
| 3198 | 2026-02-19T00:48:44.720Z | [ helios-setup] Feb 19 00:48:44.351 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 3199 | 2026-02-19T00:48:44.720Z | [ helios-setup] Feb 19 00:48:44.351 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 3200 | 2026-02-19T00:48:45.128Z | [ helios-setup] Feb 19 00:48:44.760 INFO E| Updating crates.io index |
| 3201 | 2026-02-19T00:48:45.153Z | [ helios-setup] Feb 19 00:48:44.761 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 3202 | 2026-02-19T00:48:46.088Z | [ helios-setup] Feb 19 00:48:45.718 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 3203 | 2026-02-19T00:48:46.088Z | [ helios-setup] Feb 19 00:48:45.718 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 3204 | 2026-02-19T00:48:46.195Z | [ helios-setup] Feb 19 00:48:45.827 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 3205 | 2026-02-19T00:48:46.889Z | [ helios-setup] Feb 19 00:48:46.521 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 3206 | 2026-02-19T00:48:46.889Z | [ helios-setup] Feb 19 00:48:46.521 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 3207 | 2026-02-19T00:48:47.221Z | [ helios-setup] Feb 19 00:48:46.853 INFO E| Downloading crates ... |
| 3208 | 2026-02-19T00:48:47.406Z | [ helios-setup] Feb 19 00:48:47.014 INFO E| Downloaded unic-common v0.9.0 |
| 3209 | 2026-02-19T00:48:47.406Z | [ helios-setup] Feb 19 00:48:47.018 INFO E| Downloaded vec_map v0.8.2 |
| 3210 | 2026-02-19T00:48:47.406Z | [ helios-setup] Feb 19 00:48:47.023 INFO E| Downloaded unic-char-property v0.9.0 |
| 3211 | 2026-02-19T00:48:47.406Z | [ helios-setup] Feb 19 00:48:47.027 INFO E| Downloaded modular-bitfield v0.13.1 |
| 3212 | 2026-02-19T00:48:47.432Z | [ helios-setup] Feb 19 00:48:47.039 INFO E| Downloaded textwrap v0.11.0 |
| 3213 | 2026-02-19T00:48:47.432Z | [ helios-setup] Feb 19 00:48:47.043 INFO E| Downloaded structopt v0.3.26 |
| 3214 | 2026-02-19T00:48:47.459Z | [ helios-setup] Feb 19 00:48:47.076 INFO E| Downloaded pest_meta v2.8.0 |
| 3215 | 2026-02-19T00:48:47.459Z | [ helios-setup] Feb 19 00:48:47.080 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 3216 | 2026-02-19T00:48:47.484Z | [ helios-setup] Feb 19 00:48:47.093 INFO E| Downloaded typenum v1.18.0 |
| 3217 | 2026-02-19T00:48:47.484Z | [ helios-setup] Feb 19 00:48:47.098 INFO E| Downloaded pest v2.8.0 |
| 3218 | 2026-02-19T00:48:47.484Z | [ helios-setup] Feb 19 00:48:47.106 INFO E| Downloaded clap v2.34.0 |
| 3219 | 2026-02-19T00:48:47.484Z | [ helios-setup] Feb 19 00:48:47.115 INFO E| Downloaded modular-bitfield v0.11.2 |
| 3220 | 2026-02-19T00:48:47.510Z | [ helios-setup] Feb 19 00:48:47.130 INFO E| Downloaded log v0.4.27 |
| 3221 | 2026-02-19T00:48:47.511Z | [ helios-setup] Feb 19 00:48:47.133 INFO E| Downloaded goblin v0.9.3 |
| 3222 | 2026-02-19T00:48:47.511Z | [ helios-setup] Feb 19 00:48:47.141 INFO E| Downloaded zerocopy v0.8.25 |
| 3223 | 2026-02-19T00:48:47.543Z | [ helios-setup] Feb 19 00:48:47.175 INFO E| Downloaded structopt-derive v0.4.18 |
| 3224 | 2026-02-19T00:48:47.569Z | [ helios-setup] Feb 19 00:48:47.177 INFO E| Downloaded pest_generator v2.8.0 |
| 3225 | 2026-02-19T00:48:47.569Z | [ helios-setup] Feb 19 00:48:47.178 INFO E| Downloaded pest_derive v2.8.0 |
| 3226 | 2026-02-19T00:48:47.569Z | [ helios-setup] Feb 19 00:48:47.181 INFO E| Downloaded strum_macros v0.27.1 |
| 3227 | 2026-02-19T00:48:47.569Z | [ helios-setup] Feb 19 00:48:47.184 INFO E| Downloaded rustversion v1.0.20 |
| 3228 | 2026-02-19T00:48:47.569Z | [ helios-setup] Feb 19 00:48:47.188 INFO E| Downloaded dyn-clone v1.0.19 |
| 3229 | 2026-02-19T00:48:47.570Z | [ helios-setup] Feb 19 00:48:47.190 INFO E| Downloaded bytesize v2.0.1 |
| 3230 | 2026-02-19T00:48:47.570Z | [ helios-setup] Feb 19 00:48:47.193 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 3231 | 2026-02-19T00:48:47.570Z | [ helios-setup] Feb 19 00:48:47.194 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 3232 | 2026-02-19T00:48:47.570Z | [ helios-setup] Feb 19 00:48:47.196 INFO E| Downloaded strum v0.27.1 |
| 3233 | 2026-02-19T00:48:47.570Z | [ helios-setup] Feb 19 00:48:47.197 INFO E| Downloaded scroll_derive v0.12.1 |
| 3234 | 2026-02-19T00:48:47.570Z | [ helios-setup] Feb 19 00:48:47.199 INFO E| Downloaded four-cc v0.4.0 |
| 3235 | 2026-02-19T00:48:47.570Z | [ helios-setup] Feb 19 00:48:47.200 INFO E| Downloaded fletcher v1.0.0 |
| 3236 | 2026-02-19T00:48:47.597Z | [ helios-setup] Feb 19 00:48:47.201 INFO E| Downloaded unic-char-range v0.9.0 |
| 3237 | 2026-02-19T00:48:47.597Z | [ helios-setup] Feb 19 00:48:47.203 INFO E| Downloaded strsim v0.8.0 |
| 3238 | 2026-02-19T00:48:47.597Z | [ helios-setup] Feb 19 00:48:47.205 INFO E| Downloaded parse_int v0.9.0 |
| 3239 | 2026-02-19T00:48:47.597Z | [ helios-setup] Feb 19 00:48:47.206 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 3240 | 2026-02-19T00:48:47.597Z | [ helios-setup] Feb 19 00:48:47.208 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 3241 | 2026-02-19T00:48:47.597Z | [ helios-setup] Feb 19 00:48:47.209 INFO E| Downloaded ansi_term v0.12.1 |
| 3242 | 2026-02-19T00:48:47.666Z | [ helios-setup] Feb 19 00:48:47.298 INFO E| Compiling proc-macro2 v1.0.95 |
| 3243 | 2026-02-19T00:48:47.666Z | [ helios-setup] Feb 19 00:48:47.298 INFO E| Compiling unicode-ident v1.0.18 |
| 3244 | 2026-02-19T00:48:47.666Z | [ helios-setup] Feb 19 00:48:47.298 INFO E| Compiling memchr v2.7.4 |
| 3245 | 2026-02-19T00:48:47.691Z | [ helios-setup] Feb 19 00:48:47.298 INFO E| Compiling thiserror v2.0.12 |
| 3246 | 2026-02-19T00:48:47.691Z | [ helios-setup] Feb 19 00:48:47.298 INFO E| Compiling autocfg v1.4.0 |
| 3247 | 2026-02-19T00:48:47.691Z | [ helios-setup] Feb 19 00:48:47.298 INFO E| Compiling serde v1.0.219 |
| 3248 | 2026-02-19T00:48:47.691Z | [ helios-setup] Feb 19 00:48:47.298 INFO E| Compiling syn v1.0.109 |
| 3249 | 2026-02-19T00:48:47.691Z | [ helios-setup] Feb 19 00:48:47.299 INFO E| Compiling version_check v0.9.5 |
| 3250 | 2026-02-19T00:48:48.214Z | [ helios-setup] Feb 19 00:48:47.847 INFO E| Compiling serde_json v1.0.140 |
| 3251 | 2026-02-19T00:48:49.459Z | [ helios-setup] Feb 19 00:48:49.092 INFO E| Compiling ryu v1.0.20 |
| 3252 | 2026-02-19T00:48:49.728Z | [ helios-setup] Feb 19 00:48:49.360 INFO E| Compiling schemars v0.8.22 |
| 3253 | 2026-02-19T00:48:49.975Z | [ helios-setup] Feb 19 00:48:49.608 INFO E| Compiling itoa v1.0.15 |
| 3254 | 2026-02-19T00:48:50.068Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3255 | 2026-02-19T00:48:50.195Z | [ helios-setup] Feb 19 00:48:49.826 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 3256 | 2026-02-19T00:48:50.324Z | [ helios-setup] Feb 19 00:48:49.957 INFO E| Compiling zerocopy v0.8.25 |
| 3257 | 2026-02-19T00:48:50.539Z | [ helios-setup] Feb 19 00:48:50.172 INFO E| Compiling num-traits v0.2.19 |
| 3258 | 2026-02-19T00:48:50.578Z | [ helios-setup] Feb 19 00:48:50.211 INFO E| Compiling memoffset v0.9.1 |
| 3259 | 2026-02-19T00:48:50.647Z | [ helios-setup] Feb 19 00:48:50.280 INFO E| Compiling rustversion v1.0.20 |
| 3260 | 2026-02-19T00:48:50.970Z | [ helios-setup] Feb 19 00:48:50.588 INFO E| Compiling ucd-trie v0.1.7 |
| 3261 | 2026-02-19T00:48:51.146Z | [ helios-setup] Feb 19 00:48:50.780 INFO E| Compiling libc v0.2.172 |
| 3262 | 2026-02-19T00:48:51.848Z | [ helios-setup] Feb 19 00:48:51.481 INFO E| Compiling static_assertions v1.1.0 |
| 3263 | 2026-02-19T00:48:52.007Z | [ helios-setup] Feb 19 00:48:51.640 INFO E| Compiling dyn-clone v1.0.19 |
| 3264 | 2026-02-19T00:48:52.138Z | [ helios-setup] Feb 19 00:48:51.771 INFO E| Compiling paste v1.0.15 |
| 3265 | 2026-02-19T00:48:52.654Z | [ helios-setup] Feb 19 00:48:52.287 INFO E| Compiling proc-macro-error v1.0.4 |
| 3266 | 2026-02-19T00:48:52.757Z | [ helios-setup] Feb 19 00:48:52.390 INFO E| Compiling once_cell v1.21.3 |
| 3267 | 2026-02-19T00:48:53.205Z | [ helios-setup] Feb 19 00:48:52.838 INFO E| Compiling unicode-width v0.1.14 |
| 3268 | 2026-02-19T00:48:53.379Z | [ helios-setup] Feb 19 00:48:53.012 INFO E| Compiling quote v1.0.40 |
| 3269 | 2026-02-19T00:48:54.275Z | [ helios-setup] Feb 19 00:48:53.909 INFO E| Compiling syn v2.0.101 |
| 3270 | 2026-02-19T00:48:54.958Z | [ helios-setup] Feb 19 00:48:54.591 INFO E| Compiling unicode-segmentation v1.12.0 |
| 3271 | 2026-02-19T00:48:55.047Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3272 | 2026-02-19T00:48:55.384Z | [ helios-setup] Feb 19 00:48:55.017 INFO E| Compiling heck v0.5.0 |
| 3273 | 2026-02-19T00:48:55.564Z | [ helios-setup] Feb 19 00:48:55.197 INFO E| Compiling atty v0.2.14 |
| 3274 | 2026-02-19T00:48:56.053Z | [ helios-setup] Feb 19 00:48:55.686 INFO E| Compiling textwrap v0.11.0 |
| 3275 | 2026-02-19T00:48:56.287Z | [ helios-setup] Feb 19 00:48:55.921 INFO E| Compiling parse_int v0.9.0 |
| 3276 | 2026-02-19T00:48:56.339Z | [ helios-setup] Feb 19 00:48:55.973 INFO E| Compiling vec_map v0.8.2 |
| 3277 | 2026-02-19T00:48:56.732Z | [ helios-setup] Feb 19 00:48:56.366 INFO E| Compiling heck v0.3.3 |
| 3278 | 2026-02-19T00:48:56.981Z | [ helios-setup] Feb 19 00:48:56.614 INFO E| Compiling byteorder v1.5.0 |
| 3279 | 2026-02-19T00:48:57.131Z | [ helios-setup] Feb 19 00:48:56.765 INFO E| Compiling bitflags v1.3.2 |
| 3280 | 2026-02-19T00:48:57.207Z | [ helios-setup] Feb 19 00:48:56.841 INFO E| Compiling fletcher v1.0.0 |
| 3281 | 2026-02-19T00:48:57.259Z | [ helios-setup] Feb 19 00:48:56.892 INFO E| Compiling ansi_term v0.12.1 |
| 3282 | 2026-02-19T00:48:57.316Z | [ helios-setup] Feb 19 00:48:56.950 INFO E| Compiling strum v0.27.1 |
| 3283 | 2026-02-19T00:48:57.369Z | [ helios-setup] Feb 19 00:48:57.002 INFO E| Compiling unic-char-range v0.9.0 |
| 3284 | 2026-02-19T00:48:57.830Z | [ helios-setup] Feb 19 00:48:57.464 INFO E| Compiling unic-common v0.9.0 |
| 3285 | 2026-02-19T00:48:57.883Z | [ helios-setup] Feb 19 00:48:57.517 INFO E| Compiling strsim v0.8.0 |
| 3286 | 2026-02-19T00:48:58.003Z | [ helios-setup] Feb 19 00:48:57.636 INFO E| Compiling unic-char-property v0.9.0 |
| 3287 | 2026-02-19T00:48:58.132Z | [ helios-setup] Feb 19 00:48:57.765 INFO E| Compiling unic-ucd-version v0.9.0 |
| 3288 | 2026-02-19T00:48:58.244Z | [ helios-setup] Feb 19 00:48:57.878 INFO E| Compiling log v0.4.27 |
| 3289 | 2026-02-19T00:48:58.274Z | [ helios-setup] Feb 19 00:48:57.908 INFO E| Compiling lazy_static v1.5.0 |
| 3290 | 2026-02-19T00:48:58.359Z | [ helios-setup] Feb 19 00:48:57.992 INFO E| Compiling plain v0.2.3 |
| 3291 | 2026-02-19T00:48:58.534Z | [ helios-setup] Feb 19 00:48:58.168 INFO E| Compiling clap v2.34.0 |
| 3292 | 2026-02-19T00:48:58.612Z | [ helios-setup] Feb 19 00:48:58.246 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 3293 | 2026-02-19T00:48:58.725Z | [ helios-setup] Feb 19 00:48:58.359 INFO E| Compiling bytesize v2.0.1 |
| 3294 | 2026-02-19T00:49:00.889Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3295 | 2026-02-19T00:49:05.344Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3296 | 2026-02-19T00:49:05.846Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3297 | 2026-02-19T00:49:05.911Z | [ helios-setup] Feb 19 00:49:05.539 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 3298 | 2026-02-19T00:49:05.911Z | [ helios-setup] Feb 19 00:49:05.539 INFO E| Compiling structopt-derive v0.4.18 |
| 3299 | 2026-02-19T00:49:06.159Z | [ host-package] Compiling derive_more v2.0.1 |
| 3300 | 2026-02-19T00:49:06.250Z | [ helios-setup] Feb 19 00:49:05.884 INFO E| Compiling serde_derive_internals v0.29.1 |
| 3301 | 2026-02-19T00:49:06.520Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
| 3302 | 2026-02-19T00:49:07.199Z | [ host-package] Compiling siphasher v1.0.1 |
| 3303 | 2026-02-19T00:49:07.887Z | [ host-package] Compiling termtree v0.5.1 |
| 3304 | 2026-02-19T00:49:08.258Z | [ host-package] Compiling phf_shared v0.12.1 |
| 3305 | 2026-02-19T00:49:08.973Z | [ host-package] Compiling vte v0.11.1 |
| 3306 | 2026-02-19T00:49:09.086Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3307 | 2026-02-19T00:49:09.766Z | [ host-package] Compiling crossterm v0.29.0 |
| 3308 | 2026-02-19T00:49:09.952Z | [ helios-setup] Feb 19 00:49:09.587 INFO E| Compiling thiserror-impl v2.0.12 |
| 3309 | 2026-02-19T00:49:09.952Z | [ helios-setup] Feb 19 00:49:09.587 INFO E| Compiling serde_derive v1.0.219 |
| 3310 | 2026-02-19T00:49:10.032Z | [ helios-setup] Feb 19 00:49:09.587 INFO E| Compiling schemars_derive v0.8.22 |
| 3311 | 2026-02-19T00:49:10.541Z | [ helios-setup] Feb 19 00:49:10.176 INFO E| Compiling zerocopy-derive v0.8.25 |
| 3312 | 2026-02-19T00:49:10.649Z | [ helios-setup] Feb 19 00:49:10.276 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 3313 | 2026-02-19T00:49:10.741Z | [ helios-setup] Feb 19 00:49:10.376 INFO E| Compiling num-derive v0.4.2 |
| 3314 | 2026-02-19T00:49:11.624Z | [ helios-setup] Feb 19 00:49:11.258 INFO E| Compiling modular-bitfield v0.11.2 |
| 3315 | 2026-02-19T00:49:11.676Z | [ helios-setup] Feb 19 00:49:11.311 INFO E| Compiling scroll_derive v0.12.1 |
| 3316 | 2026-02-19T00:49:13.181Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3317 | 2026-02-19T00:49:13.630Z | [ helios-setup] Feb 19 00:49:13.265 INFO E| Compiling strum_macros v0.27.1 |
| 3318 | 2026-02-19T00:49:14.912Z | [ helios-setup] Feb 19 00:49:14.547 INFO E| Compiling scroll v0.12.0 |
| 3319 | 2026-02-19T00:49:15.453Z | [ helios-setup] Feb 19 00:49:15.089 INFO E| Compiling structopt v0.3.26 |
| 3320 | 2026-02-19T00:49:16.179Z | [ helios-setup] Feb 19 00:49:15.814 INFO E| Compiling goblin v0.9.3 |
| 3321 | 2026-02-19T00:49:16.654Z | [ helios-setup] Feb 19 00:49:16.289 INFO E| Compiling modular-bitfield v0.13.1 |
| 3322 | 2026-02-19T00:49:16.760Z | [ helios-setup] Feb 19 00:49:16.395 INFO E| Compiling pest v2.8.0 |
| 3323 | 2026-02-19T00:49:20.641Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3324 | 2026-02-19T00:49:22.580Z | [ helios-setup] Feb 19 00:49:22.216 INFO E| Compiling pest_meta v2.8.0 |
| 3325 | 2026-02-19T00:49:24.932Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3326 | 2026-02-19T00:49:25.014Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3327 | 2026-02-19T00:49:25.227Z | [ helios-setup] Feb 19 00:49:24.863 INFO E| Compiling pest_generator v2.8.0 |
| 3328 | 2026-02-19T00:49:26.636Z | [ host-package] Compiling csv-core v0.1.11 |
| 3329 | 2026-02-19T00:49:27.215Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 3330 | 2026-02-19T00:49:28.031Z | [ helios-setup] Feb 19 00:49:27.667 INFO E| Compiling pest_derive v2.8.0 |
| 3331 | 2026-02-19T00:49:28.228Z | [ host-package] Compiling csv v1.3.1 |
| 3332 | 2026-02-19T00:49:28.744Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3333 | 2026-02-19T00:49:29.528Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
| 3334 | 2026-02-19T00:49:30.527Z | [ helios-setup] Feb 19 00:49:30.163 INFO E| Compiling json5 v0.4.1 |
| 3335 | 2026-02-19T00:49:30.732Z | [ host-package] Compiling phf v0.12.1 |
| 3336 | 2026-02-19T00:49:31.336Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 3337 | 2026-02-19T00:49:31.681Z | [ host-package] Compiling papergrid v0.11.0 |
| 3338 | 2026-02-19T00:49:32.397Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 3339 | 2026-02-19T00:49:34.287Z | [ host-package] Compiling fd-lock v4.0.2 |
| 3340 | 2026-02-19T00:49:35.040Z | [ host-package] Compiling peg-macros v0.8.5 |
| 3341 | 2026-02-19T00:49:35.235Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3342 | 2026-02-19T00:49:35.874Z | [ host-package] Compiling highway v1.3.0 |
| 3343 | 2026-02-19T00:49:36.303Z | [ helios-setup] Feb 19 00:49:35.939 INFO E| Compiling four-cc v0.4.0 |
| 3344 | 2026-02-19T00:49:36.327Z | [ helios-setup] Feb 19 00:49:35.939 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 3345 | 2026-02-19T00:49:36.640Z | [ helios-setup] Feb 19 00:49:36.276 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 3346 | 2026-02-19T00:49:36.674Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
| 3347 | 2026-02-19T00:49:38.312Z | [ host-package] Compiling tough v0.20.0 |
| 3348 | 2026-02-19T00:49:38.434Z | [ host-package] Compiling reedline v0.40.0 |
| 3349 | 2026-02-19T00:49:38.605Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3350 | 2026-02-19T00:49:39.370Z | [ host-package] Compiling peg v0.8.5 |
| 3351 | 2026-02-19T00:49:39.761Z | [ host-package] Compiling tabled v0.15.0 |
| 3352 | 2026-02-19T00:49:40.374Z | [ host-package] Compiling const_format v0.2.34 |
| 3353 | 2026-02-19T00:49:48.786Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3354 | 2026-02-19T00:49:57.568Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3355 | 2026-02-19T00:49:57.981Z | [ host-package] Compiling bcs v0.1.6 |
| 3356 | 2026-02-19T00:49:59.033Z | [ host-package] Compiling semver v0.1.20 |
| 3357 | 2026-02-19T00:49:59.359Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3358 | 2026-02-19T00:50:00.043Z | [ host-package] Compiling rustc_version v0.1.7 |
| 3359 | 2026-02-19T00:50:00.676Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 3360 | 2026-02-19T00:50:01.193Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 3361 | 2026-02-19T00:50:02.130Z | [ host-package] Compiling smawk v0.3.2 |
| 3362 | 2026-02-19T00:50:02.680Z | [ host-package] Compiling humantime v2.2.0 |
| 3363 | 2026-02-19T00:50:03.879Z | [ host-package] Compiling textwrap v0.16.2 |
| 3364 | 2026-02-19T00:50:04.102Z | [ host-package] Compiling dropshot-api-manager-types v0.3.0 |
| 3365 | 2026-02-19T00:50:05.676Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3366 | 2026-02-19T00:50:07.304Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3367 | 2026-02-19T00:50:07.820Z | [ host-package] Compiling steno v0.4.1 |
| 3368 | 2026-02-19T00:50:08.389Z | [ host-package] Compiling utf-8 v0.7.6 |
| 3369 | 2026-02-19T00:50:09.042Z | [ host-package] Compiling moka v0.12.10 |
| 3370 | 2026-02-19T00:50:09.662Z | [ host-package] Compiling tagptr v0.2.0 |
| 3371 | 2026-02-19T00:50:10.467Z | [ host-package] Compiling tungstenite v0.21.0 |
| 3372 | 2026-02-19T00:50:10.682Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3373 | 2026-02-19T00:50:11.123Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 3374 | 2026-02-19T00:50:12.268Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3375 | 2026-02-19T00:50:13.263Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3376 | 2026-02-19T00:50:14.579Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3377 | 2026-02-19T00:50:16.485Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3378 | 2026-02-19T00:50:20.497Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3379 | 2026-02-19T00:50:27.498Z | [ helios-setup] Feb 19 00:50:27.139 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 3380 | 2026-02-19T00:50:29.190Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 3381 | 2026-02-19T00:50:30.763Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3382 | 2026-02-19T00:50:34.914Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3383 | 2026-02-19T00:50:35.203Z | [ host-package] Compiling num-derive v0.3.3 |
| 3384 | 2026-02-19T00:50:38.100Z | [ host-package] Compiling libscf-sys v1.1.0 |
| 3385 | 2026-02-19T00:50:38.200Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3386 | 2026-02-19T00:50:38.676Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3387 | 2026-02-19T00:50:39.114Z | [ host-package] Compiling crunchy v0.2.2 |
| 3388 | 2026-02-19T00:50:39.599Z | [ host-package] Compiling maplit v1.0.2 |
| 3389 | 2026-02-19T00:50:39.762Z | [ helios-setup] Feb 19 00:50:39.404 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3390 | 2026-02-19T00:50:39.901Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3391 | 2026-02-19T00:50:39.953Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3392 | 2026-02-19T00:50:40.254Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
| 3393 | 2026-02-19T00:50:41.941Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3394 | 2026-02-19T00:50:42.124Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
| 3395 | 2026-02-19T00:50:42.743Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3396 | 2026-02-19T00:50:43.367Z | [ host-package] Compiling diesel_derives v2.2.3 |
| 3397 | 2026-02-19T00:50:43.659Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3398 | 2026-02-19T00:50:43.919Z | [ host-package] Compiling term v0.7.0 |
| 3399 | 2026-02-19T00:50:44.905Z | [ host-package] Compiling tabled_derive v0.11.0 |
| 3400 | 2026-02-19T00:50:45.337Z | [ host-package] Compiling papergrid v0.17.0 |
| 3401 | 2026-02-19T00:50:46.067Z | [ host-package] Compiling testing_table v0.3.0 |
| 3402 | 2026-02-19T00:50:47.219Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3403 | 2026-02-19T00:50:47.886Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3404 | 2026-02-19T00:50:48.506Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3405 | 2026-02-19T00:50:49.600Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3406 | 2026-02-19T00:50:50.200Z | [ host-package] Compiling arc-swap v1.7.1 |
| 3407 | 2026-02-19T00:50:50.941Z | [ host-package] Compiling slog-scope v4.4.0 |
| 3408 | 2026-02-19T00:50:51.065Z | [ host-package] Compiling bit-set v0.5.3 |
| 3409 | 2026-02-19T00:50:51.520Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3410 | 2026-02-19T00:50:51.665Z | [ host-package] Compiling xshell v0.2.7 |
| 3411 | 2026-02-19T00:50:52.125Z | [ host-package] Compiling tabled v0.20.0 |
| 3412 | 2026-02-19T00:50:55.359Z | [ host-package] Compiling diesel v2.2.12 |
| 3413 | 2026-02-19T00:50:56.650Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3414 | 2026-02-19T00:50:57.407Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3415 | 2026-02-19T00:51:04.002Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3416 | 2026-02-19T00:51:06.224Z | [ host-package] Compiling ena v0.14.3 |
| 3417 | 2026-02-19T00:51:06.971Z | [ host-package] Compiling unicase v2.8.1 |
| 3418 | 2026-02-19T00:51:07.333Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3419 | 2026-02-19T00:51:07.824Z | [ host-package] Compiling bindgen v0.71.1 |
| 3420 | 2026-02-19T00:51:08.669Z | [ host-package] Compiling diff v0.1.13 |
| 3421 | 2026-02-19T00:51:09.517Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3422 | 2026-02-19T00:51:12.689Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3423 | 2026-02-19T00:51:13.896Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3424 | 2026-02-19T00:51:15.286Z | [ helios-setup] Feb 19 00:51:14.931 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 30s |
| 3425 | 2026-02-19T00:51:15.345Z | [ helios-setup] Feb 19 00:51:14.990 INFO building project "amd-host-image-builder" ok (150 seconds) |
| 3426 | 2026-02-19T00:51:15.346Z | [ helios-setup] Feb 19 00:51:14.990 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 3427 | 2026-02-19T00:51:15.501Z | [ helios-setup] Feb 19 00:51:15.145 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)" |
| 3428 | 2026-02-19T00:51:15.501Z | [ helios-setup] Feb 19 00:51:15.146 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 3429 | 2026-02-19T00:51:15.525Z | [ helios-setup] Feb 19 00:51:15.146 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 3430 | 2026-02-19T00:51:15.914Z | [ helios-setup] Feb 19 00:51:15.559 INFO E| Downloading crates ... |
| 3431 | 2026-02-19T00:51:16.050Z | [ helios-setup] Feb 19 00:51:15.695 INFO E| Downloaded unicode-width v0.1.10 |
| 3432 | 2026-02-19T00:51:16.074Z | [ helios-setup] Feb 19 00:51:15.698 INFO E| Downloaded generic-array v0.14.6 |
| 3433 | 2026-02-19T00:51:16.075Z | [ helios-setup] Feb 19 00:51:15.701 INFO E| Downloaded digest v0.10.3 |
| 3434 | 2026-02-19T00:51:16.075Z | [ helios-setup] Feb 19 00:51:15.704 INFO E| Downloaded anyhow v1.0.62 |
| 3435 | 2026-02-19T00:51:16.075Z | [ helios-setup] Feb 19 00:51:15.710 INFO E| Downloaded cpufeatures v0.2.5 |
| 3436 | 2026-02-19T00:51:16.075Z | [ helios-setup] Feb 19 00:51:15.712 INFO E| Downloaded typenum v1.15.0 |
| 3437 | 2026-02-19T00:51:16.075Z | [ helios-setup] Feb 19 00:51:15.716 INFO E| Downloaded miniz_oxide v0.6.2 |
| 3438 | 2026-02-19T00:51:16.075Z | [ helios-setup] Feb 19 00:51:15.719 INFO E| Downloaded flate2 v1.0.25 |
| 3439 | 2026-02-19T00:51:16.099Z | [ helios-setup] Feb 19 00:51:15.726 INFO E| Downloaded bytes v1.2.1 |
| 3440 | 2026-02-19T00:51:16.099Z | [ helios-setup] Feb 19 00:51:15.731 INFO E| Downloaded sha2 v0.10.5 |
| 3441 | 2026-02-19T00:51:16.099Z | [ helios-setup] Feb 19 00:51:15.734 INFO E| Downloaded block-buffer v0.10.3 |
| 3442 | 2026-02-19T00:51:16.160Z | [ helios-setup] Feb 19 00:51:15.805 INFO E| Compiling typenum v1.15.0 |
| 3443 | 2026-02-19T00:51:16.161Z | [ helios-setup] Feb 19 00:51:15.805 INFO E| Compiling version_check v0.9.4 |
| 3444 | 2026-02-19T00:51:16.161Z | [ helios-setup] Feb 19 00:51:15.805 INFO E| Compiling crc32fast v1.3.2 |
| 3445 | 2026-02-19T00:51:16.185Z | [ helios-setup] Feb 19 00:51:15.805 INFO E| Compiling cfg-if v1.0.0 |
| 3446 | 2026-02-19T00:51:16.185Z | [ helios-setup] Feb 19 00:51:15.805 INFO E| Compiling anyhow v1.0.62 |
| 3447 | 2026-02-19T00:51:16.185Z | [ helios-setup] Feb 19 00:51:15.805 INFO E| Compiling adler v1.0.2 |
| 3448 | 2026-02-19T00:51:16.185Z | [ helios-setup] Feb 19 00:51:15.805 INFO E| Compiling unicode-width v0.1.10 |
| 3449 | 2026-02-19T00:51:16.185Z | [ helios-setup] Feb 19 00:51:15.806 INFO E| Compiling cpufeatures v0.2.5 |
| 3450 | 2026-02-19T00:51:16.754Z | [ helios-setup] Feb 19 00:51:16.399 INFO E| Compiling miniz_oxide v0.6.2 |
| 3451 | 2026-02-19T00:51:16.778Z | [ helios-setup] Feb 19 00:51:16.409 INFO E| Compiling getopts v0.2.21 |
| 3452 | 2026-02-19T00:51:16.974Z | [ helios-setup] Feb 19 00:51:16.618 INFO E| Compiling bitflags v1.3.2 |
| 3453 | 2026-02-19T00:51:17.100Z | [ helios-setup] Feb 19 00:51:16.745 INFO E| Compiling bytes v1.2.1 |
| 3454 | 2026-02-19T00:51:17.433Z | [ helios-setup] Feb 19 00:51:17.078 INFO E| Compiling generic-array v0.14.6 |
| 3455 | 2026-02-19T00:51:17.683Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3456 | 2026-02-19T00:51:19.131Z | [ helios-setup] Feb 19 00:51:18.776 INFO E| Compiling flate2 v1.0.25 |
| 3457 | 2026-02-19T00:51:19.748Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3458 | 2026-02-19T00:51:20.938Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3459 | 2026-02-19T00:51:22.816Z | [ helios-setup] Feb 19 00:51:22.461 INFO E| Compiling block-buffer v0.10.3 |
| 3460 | 2026-02-19T00:51:22.816Z | [ helios-setup] Feb 19 00:51:22.461 INFO E| Compiling crypto-common v0.1.6 |
| 3461 | 2026-02-19T00:51:22.900Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3462 | 2026-02-19T00:51:23.146Z | [ helios-setup] Feb 19 00:51:22.791 INFO E| Compiling digest v0.10.3 |
| 3463 | 2026-02-19T00:51:23.565Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3464 | 2026-02-19T00:51:23.656Z | [ helios-setup] Feb 19 00:51:23.301 INFO E| Compiling sha2 v0.10.5 |
| 3465 | 2026-02-19T00:51:23.936Z | [ host-package] Compiling crc8 v0.1.1 |
| 3466 | 2026-02-19T00:51:24.239Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3467 | 2026-02-19T00:51:24.373Z | [ helios-setup] Feb 19 00:51:24.018 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 3468 | 2026-02-19T00:51:28.036Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3469 | 2026-02-19T00:51:29.890Z | [ helios-setup] Feb 19 00:51:29.527 INFO E| Finished `release` profile [optimized] target(s) in 14.20s |
| 3470 | 2026-02-19T00:51:29.925Z | [ helios-setup] Feb 19 00:51:29.571 INFO building project "bootserver" ok (14 seconds) |
| 3471 | 2026-02-19T00:51:29.925Z | [ helios-setup] Feb 19 00:51:29.571 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 3472 | 2026-02-19T00:51:30.042Z | [ host-package] Compiling headers-core v0.3.0 |
| 3473 | 2026-02-19T00:51:30.066Z | [ helios-setup] Feb 19 00:51:29.700 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)" |
| 3474 | 2026-02-19T00:51:30.066Z | [ helios-setup] Feb 19 00:51:29.700 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 3475 | 2026-02-19T00:51:30.066Z | [ helios-setup] Feb 19 00:51:29.700 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 3476 | 2026-02-19T00:51:30.460Z | [ helios-setup] Feb 19 00:51:30.106 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 3477 | 2026-02-19T00:51:30.484Z | [ host-package] Compiling libxml v0.3.3 |
| 3478 | 2026-02-19T00:51:30.960Z | [ helios-setup] Feb 19 00:51:30.606 INFO E| From https://github.com/jclulow/rust-jmclib |
| 3479 | 2026-02-19T00:51:30.960Z | [ helios-setup] Feb 19 00:51:30.606 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 3480 | 2026-02-19T00:51:31.038Z | [ host-package] Compiling headers v0.4.1 |
| 3481 | 2026-02-19T00:51:31.068Z | [ helios-setup] Feb 19 00:51:30.685 INFO E| Updating crates.io index |
| 3482 | 2026-02-19T00:51:31.136Z | [ helios-setup] Feb 19 00:51:30.782 INFO E| Downloading crates ... |
| 3483 | 2026-02-19T00:51:31.332Z | [ helios-setup] Feb 19 00:51:30.978 INFO E| Downloaded md-5 v0.9.1 |
| 3484 | 2026-02-19T00:51:31.356Z | [ helios-setup] Feb 19 00:51:30.984 INFO E| Downloaded walkdir v2.3.3 |
| 3485 | 2026-02-19T00:51:31.357Z | [ helios-setup] Feb 19 00:51:30.989 INFO E| Downloaded unicode-ident v1.0.11 |
| 3486 | 2026-02-19T00:51:31.357Z | [ helios-setup] Feb 19 00:51:30.994 INFO E| Downloaded serde_derive v1.0.193 |
| 3487 | 2026-02-19T00:51:31.381Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3488 | 2026-02-19T00:51:31.381Z | [ helios-setup] Feb 19 00:51:31.022 INFO E| Downloaded proc-macro2 v1.0.66 |
| 3489 | 2026-02-19T00:51:31.413Z | [ helios-setup] Feb 19 00:51:31.059 INFO E| Downloaded serde v1.0.193 |
| 3490 | 2026-02-19T00:51:31.437Z | [ helios-setup] Feb 19 00:51:31.063 INFO E| Downloaded typenum v1.16.0 |
| 3491 | 2026-02-19T00:51:31.437Z | [ helios-setup] Feb 19 00:51:31.066 INFO E| Downloaded toml v0.5.11 |
| 3492 | 2026-02-19T00:51:31.437Z | [ helios-setup] Feb 19 00:51:31.069 INFO E| Downloaded serde_json v1.0.103 |
| 3493 | 2026-02-19T00:51:31.437Z | [ helios-setup] Feb 19 00:51:31.078 INFO E| Downloaded tempfile v3.7.0 |
| 3494 | 2026-02-19T00:51:31.437Z | [ helios-setup] Feb 19 00:51:31.082 INFO E| Downloaded ryu v1.0.15 |
| 3495 | 2026-02-19T00:51:31.461Z | [ helios-setup] Feb 19 00:51:31.086 INFO E| Downloaded quote v1.0.31 |
| 3496 | 2026-02-19T00:51:31.462Z | [ helios-setup] Feb 19 00:51:31.090 INFO E| Downloaded once_cell v1.18.0 |
| 3497 | 2026-02-19T00:51:31.462Z | [ helios-setup] Feb 19 00:51:31.093 INFO E| Downloaded bitflags v2.3.3 |
| 3498 | 2026-02-19T00:51:31.462Z | [ helios-setup] Feb 19 00:51:31.096 INFO E| Downloaded syn v2.0.32 |
| 3499 | 2026-02-19T00:51:31.486Z | [ helios-setup] Feb 19 00:51:31.109 INFO E| Downloaded uuid v0.8.2 |
| 3500 | 2026-02-19T00:51:31.486Z | [ helios-setup] Feb 19 00:51:31.113 INFO E| Downloaded sha-1 v0.9.8 |
| 3501 | 2026-02-19T00:51:31.486Z | [ helios-setup] Feb 19 00:51:31.115 INFO E| Downloaded opaque-debug v0.3.0 |
| 3502 | 2026-02-19T00:51:31.486Z | [ helios-setup] Feb 19 00:51:31.116 INFO E| Downloaded rustix v0.38.4 |
| 3503 | 2026-02-19T00:51:31.510Z | [ helios-setup] Feb 19 00:51:31.149 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 3504 | 2026-02-19T00:51:31.510Z | [ helios-setup] Feb 19 00:51:31.151 INFO E| Downloaded itoa v1.0.9 |
| 3505 | 2026-02-19T00:51:31.510Z | [ helios-setup] Feb 19 00:51:31.154 INFO E| Downloaded glob v0.3.1 |
| 3506 | 2026-02-19T00:51:31.510Z | [ helios-setup] Feb 19 00:51:31.156 INFO E| Downloaded getrandom v0.2.10 |
| 3507 | 2026-02-19T00:51:31.534Z | [ helios-setup] Feb 19 00:51:31.162 INFO E| Downloaded errno v0.3.1 |
| 3508 | 2026-02-19T00:51:31.534Z | [ helios-setup] Feb 19 00:51:31.165 INFO E| Downloaded block-buffer v0.9.0 |
| 3509 | 2026-02-19T00:51:31.535Z | [ helios-setup] Feb 19 00:51:31.167 INFO E| Downloaded anyhow v1.0.72 |
| 3510 | 2026-02-19T00:51:31.535Z | [ helios-setup] Feb 19 00:51:31.175 INFO E| Downloaded fastrand v2.0.0 |
| 3511 | 2026-02-19T00:51:31.535Z | [ helios-setup] Feb 19 00:51:31.178 INFO E| Downloaded digest v0.9.0 |
| 3512 | 2026-02-19T00:51:31.559Z | [ helios-setup] Feb 19 00:51:31.181 INFO E| Downloaded cpufeatures v0.2.9 |
| 3513 | 2026-02-19T00:51:31.559Z | [ helios-setup] Feb 19 00:51:31.194 INFO E| Downloaded libc v0.2.147 |
| 3514 | 2026-02-19T00:51:31.683Z | [ helios-setup] Feb 19 00:51:31.328 INFO E| Compiling libc v0.2.147 |
| 3515 | 2026-02-19T00:51:31.683Z | [ helios-setup] Feb 19 00:51:31.328 INFO E| Compiling proc-macro2 v1.0.66 |
| 3516 | 2026-02-19T00:51:31.683Z | [ helios-setup] Feb 19 00:51:31.328 INFO E| Compiling cfg-if v1.0.0 |
| 3517 | 2026-02-19T00:51:31.683Z | [ helios-setup] Feb 19 00:51:31.328 INFO E| Compiling unicode-ident v1.0.11 |
| 3518 | 2026-02-19T00:51:31.707Z | [ helios-setup] Feb 19 00:51:31.328 INFO E| Compiling version_check v0.9.4 |
| 3519 | 2026-02-19T00:51:31.707Z | [ helios-setup] Feb 19 00:51:31.328 INFO E| Compiling typenum v1.16.0 |
| 3520 | 2026-02-19T00:51:31.707Z | [ helios-setup] Feb 19 00:51:31.328 INFO E| Compiling serde v1.0.193 |
| 3521 | 2026-02-19T00:51:31.707Z | [ helios-setup] Feb 19 00:51:31.329 INFO E| Compiling rustix v0.38.4 |
| 3522 | 2026-02-19T00:51:32.361Z | [ helios-setup] Feb 19 00:51:32.007 INFO E| Compiling num-conv v0.1.0 |
| 3523 | 2026-02-19T00:51:32.501Z | [ helios-setup] Feb 19 00:51:32.147 INFO E| Compiling itoa v1.0.9 |
| 3524 | 2026-02-19T00:51:33.117Z | [ helios-setup] Feb 19 00:51:32.762 INFO E| Compiling time-core v0.1.2 |
| 3525 | 2026-02-19T00:51:33.150Z | [ helios-setup] Feb 19 00:51:32.794 INFO E| Compiling slog v2.7.0 |
| 3526 | 2026-02-19T00:51:33.607Z | [ helios-setup] Feb 19 00:51:33.254 INFO E| Compiling generic-array v0.14.7 |
| 3527 | 2026-02-19T00:51:33.731Z | [ helios-setup] Feb 19 00:51:33.377 INFO E| Compiling powerfmt v0.2.0 |
| 3528 | 2026-02-19T00:51:34.237Z | [ helios-setup] Feb 19 00:51:33.880 INFO E| Compiling time-macros v0.2.18 |
| 3529 | 2026-02-19T00:51:34.731Z | [ helios-setup] Feb 19 00:51:34.377 INFO E| Compiling deranged v0.3.11 |
| 3530 | 2026-02-19T00:51:35.010Z | [ helios-setup] Feb 19 00:51:34.657 INFO E| Compiling bitflags v2.3.3 |
| 3531 | 2026-02-19T00:51:35.040Z | [ helios-setup] Feb 19 00:51:34.687 INFO E| Compiling quote v1.0.31 |
| 3532 | 2026-02-19T00:51:35.177Z | [ helios-setup] Feb 19 00:51:34.823 INFO E| Compiling once_cell v1.18.0 |
| 3533 | 2026-02-19T00:51:35.777Z | [ helios-setup] Feb 19 00:51:35.424 INFO E| Compiling num_threads v0.1.6 |
| 3534 | 2026-02-19T00:51:36.129Z | [ helios-setup] Feb 19 00:51:35.775 INFO E| Compiling syn v2.0.32 |
| 3535 | 2026-02-19T00:51:36.266Z | [ helios-setup] Feb 19 00:51:35.913 INFO E| Compiling thread_local v1.1.7 |
| 3536 | 2026-02-19T00:51:36.461Z | [ helios-setup] Feb 19 00:51:36.108 INFO E| Compiling anyhow v1.0.72 |
| 3537 | 2026-02-19T00:51:37.462Z | [ helios-setup] Feb 19 00:51:37.108 INFO E| Compiling dirs-sys-next v0.1.2 |
| 3538 | 2026-02-19T00:51:37.639Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3539 | 2026-02-19T00:51:37.664Z | [ helios-setup] Feb 19 00:51:37.296 INFO E| Compiling errno v0.3.1 |
| 3540 | 2026-02-19T00:51:37.755Z | [ helios-setup] Feb 19 00:51:37.402 INFO E| Compiling atty v0.2.14 |
| 3541 | 2026-02-19T00:51:37.822Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3542 | 2026-02-19T00:51:38.067Z | [ helios-setup] Feb 19 00:51:37.713 INFO E| Compiling dirs-next v2.0.0 |
| 3543 | 2026-02-19T00:51:38.196Z | [ helios-setup] Feb 19 00:51:37.842 INFO E| Compiling serde_json v1.0.103 |
| 3544 | 2026-02-19T00:51:38.825Z | [ helios-setup] Feb 19 00:51:38.472 INFO E| Compiling term v0.7.0 |
| 3545 | 2026-02-19T00:51:38.850Z | [ helios-setup] Feb 19 00:51:38.493 INFO E| Compiling opaque-debug v0.3.0 |
| 3546 | 2026-02-19T00:51:38.956Z | [ helios-setup] Feb 19 00:51:38.603 INFO E| Compiling fastrand v2.0.0 |
| 3547 | 2026-02-19T00:51:39.042Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3548 | 2026-02-19T00:51:39.090Z | [ helios-setup] Feb 19 00:51:38.736 INFO E| Compiling digest v0.9.0 |
| 3549 | 2026-02-19T00:51:39.191Z | [ helios-setup] Feb 19 00:51:38.838 INFO E| Compiling block-buffer v0.9.0 |
| 3550 | 2026-02-19T00:51:39.789Z | [ helios-setup] Feb 19 00:51:39.436 INFO E| Compiling getrandom v0.2.10 |
| 3551 | 2026-02-19T00:51:40.028Z | [ helios-setup] Feb 19 00:51:39.674 INFO E| Compiling unicode-width v0.1.10 |
| 3552 | 2026-02-19T00:51:40.286Z | [ host-package] Compiling indoc v1.0.9 |
| 3553 | 2026-02-19T00:51:40.311Z | [ helios-setup] Feb 19 00:51:39.934 INFO E| Compiling ryu v1.0.15 |
| 3554 | 2026-02-19T00:51:40.379Z | [ helios-setup] Feb 19 00:51:40.025 INFO E| Compiling time v0.3.36 |
| 3555 | 2026-02-19T00:51:40.472Z | [ helios-setup] Feb 19 00:51:40.118 INFO E| Compiling same-file v1.0.6 |
| 3556 | 2026-02-19T00:51:40.622Z | [ helios-setup] Feb 19 00:51:40.269 INFO E| Compiling cpufeatures v0.2.9 |
| 3557 | 2026-02-19T00:51:41.103Z | [ helios-setup] Feb 19 00:51:40.751 INFO E| Compiling walkdir v2.3.3 |
| 3558 | 2026-02-19T00:51:41.169Z | [ helios-setup] Feb 19 00:51:40.816 INFO E| Compiling sha-1 v0.9.8 |
| 3559 | 2026-02-19T00:51:41.262Z | [ helios-setup] Feb 19 00:51:40.909 INFO E| Compiling getopts v0.2.21 |
| 3560 | 2026-02-19T00:51:42.299Z | [ helios-setup] Feb 19 00:51:41.945 INFO E| Compiling tempfile v3.7.0 |
| 3561 | 2026-02-19T00:51:42.627Z | [ helios-setup] Feb 19 00:51:42.274 INFO E| Compiling md-5 v0.9.1 |
| 3562 | 2026-02-19T00:51:42.791Z | [ helios-setup] Feb 19 00:51:42.411 INFO E| Compiling glob v0.3.1 |
| 3563 | 2026-02-19T00:51:42.887Z | [ helios-setup] Feb 19 00:51:42.534 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 3564 | 2026-02-19T00:51:44.701Z | [ helios-setup] Feb 19 00:51:44.348 INFO E| Compiling slog-term v2.9.0 |
| 3565 | 2026-02-19T00:51:45.568Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3566 | 2026-02-19T00:51:46.002Z | [ helios-setup] Feb 19 00:51:45.649 INFO E| Compiling serde_derive v1.0.193 |
| 3567 | 2026-02-19T00:51:46.239Z | [ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3568 | 2026-02-19T00:51:48.437Z | [ host-package] Compiling samael v0.0.19 |
| 3569 | 2026-02-19T00:51:48.677Z | [ host-package] Compiling polar-core v0.27.3 |
| 3570 | 2026-02-19T00:51:50.145Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3571 | 2026-02-19T00:51:50.804Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
| 3572 | 2026-02-19T00:51:54.495Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3573 | 2026-02-19T00:51:55.402Z | [ host-package] Compiling quick-xml v0.37.2 |
| 3574 | 2026-02-19T00:51:55.931Z | [ host-package] Compiling half v1.8.3 |
| 3575 | 2026-02-19T00:51:57.215Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3576 | 2026-02-19T00:51:57.942Z | [ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3577 | 2026-02-19T00:52:00.179Z | [ helios-setup] Feb 19 00:51:59.828 INFO E| Compiling toml v0.5.11 |
| 3578 | 2026-02-19T00:52:00.179Z | [ helios-setup] Feb 19 00:51:59.828 INFO E| Compiling uuid v0.8.2 |
| 3579 | 2026-02-19T00:52:00.668Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3580 | 2026-02-19T00:52:02.742Z | [ helios-setup] Feb 19 00:52:02.391 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 3581 | 2026-02-19T00:52:03.315Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3582 | 2026-02-19T00:52:04.544Z | [ helios-setup] Feb 19 00:52:04.193 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 3583 | 2026-02-19T00:52:05.803Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3584 | 2026-02-19T00:52:11.084Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
| 3585 | 2026-02-19T00:52:11.827Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3586 | 2026-02-19T00:52:17.697Z | [ helios-setup] Feb 19 00:52:17.346 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.48s |
| 3587 | 2026-02-19T00:52:17.745Z | [ helios-setup] Feb 19 00:52:17.393 INFO building project "image-builder" ok (47 seconds) |
| 3588 | 2026-02-19T00:52:17.769Z | [ helios-setup] Feb 19 00:52:17.393 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 3589 | 2026-02-19T00:52:17.911Z | [ helios-setup] Feb 19 00:52:17.561 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)" |
| 3590 | 2026-02-19T00:52:17.911Z | [ helios-setup] Feb 19 00:52:17.561 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 3591 | 2026-02-19T00:52:17.911Z | [ helios-setup] Feb 19 00:52:17.561 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 3592 | 2026-02-19T00:52:18.512Z | [ helios-setup] Feb 19 00:52:18.162 INFO E| Downloading crates ... |
| 3593 | 2026-02-19T00:52:18.667Z | [ helios-setup] Feb 19 00:52:18.316 INFO E| Downloaded miniz_oxide v0.8.8 |
| 3594 | 2026-02-19T00:52:18.781Z | [ helios-setup] Feb 19 00:52:18.431 INFO E| Compiling adler2 v2.0.0 |
| 3595 | 2026-02-19T00:52:19.027Z | [ helios-setup] Feb 19 00:52:18.677 INFO E| Compiling miniz_oxide v0.8.8 |
| 3596 | 2026-02-19T00:52:19.936Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3597 | 2026-02-19T00:52:20.578Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3598 | 2026-02-19T00:52:22.344Z | [ helios-setup] Feb 19 00:52:21.994 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 3599 | 2026-02-19T00:52:23.593Z | [ helios-setup] Feb 19 00:52:23.243 INFO E| Finished `release` profile [optimized] target(s) in 5.50s |
| 3600 | 2026-02-19T00:52:23.617Z | [ helios-setup] Feb 19 00:52:23.259 INFO building project "pinprick" ok (5 seconds) |
| 3601 | 2026-02-19T00:52:23.617Z | [ helios-setup] rm -f helios-build |
| 3602 | 2026-02-19T00:52:23.617Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3603 | 2026-02-19T00:52:23.641Z | [ helios-setup] |
| 3604 | 2026-02-19T00:52:23.641Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3605 | 2026-02-19T00:52:23.641Z | [ helios-setup] |
| 3606 | 2026-02-19T00:52:23.642Z | [ helios-setup] |
| 3607 | 2026-02-19T00:52:23.642Z | [ helios-setup] real 8:39.126003284 |
| 3608 | 2026-02-19T00:52:23.642Z | [ helios-setup] user 18:52.209557135 |
| 3609 | 2026-02-19T00:52:23.642Z | [ helios-setup] sys 2:24.181142683 |
| 3610 | 2026-02-19T00:52:23.642Z | [ helios-setup] trap 1.557010680 |
| 3611 | 2026-02-19T00:52:23.642Z | [ helios-setup] tflt 5.128772373 |
| 3612 | 2026-02-19T00:52:23.642Z | [ helios-setup] dflt 14.555913665 |
| 3613 | 2026-02-19T00:52:23.642Z | [ helios-setup] kflt 0.000237211 |
| 3614 | 2026-02-19T00:52:23.642Z | [ helios-setup] lock 1:34:27.155281163 |
| 3615 | 2026-02-19T00:52:23.642Z | [ helios-setup] slp 2:18:51.980082869 |
| 3616 | 2026-02-19T00:52:23.642Z | [ helios-setup] lat 18:24.959523947 |
| 3617 | 2026-02-19T00:52:23.642Z | [ helios-setup] stop 2:52.180260238 |
| 3618 | 2026-02-19T00:52:23.642Z | Feb 19 00:52:23.280 INFO [helios-setup] process exited with exit status: 0 (519.132069394s) |
| 3619 | 2026-02-19T00:52:23.642Z | Feb 19 00:52:23.280 INFO [helios-record] running task |
| 3620 | 2026-02-19T00:52:23.642Z | Feb 19 00:52:23.280 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3621 | 2026-02-19T00:52:23.642Z | Feb 19 00:52:23.288 DEBG process exited with exit status: 0 (7.423517ms) |
| 3622 | 2026-02-19T00:52:23.642Z | Feb 19 00:52:23.288 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3623 | 2026-02-19T00:52:23.666Z | Feb 19 00:52:23.298 DEBG process exited with exit status: 0 (10.164573ms) |
| 3624 | 2026-02-19T00:52:23.666Z | Feb 19 00:52:23.298 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3625 | 2026-02-19T00:52:23.667Z | Feb 19 00:52:23.307 DEBG process exited with exit status: 0 (8.630183ms) |
| 3626 | 2026-02-19T00:52:23.667Z | Feb 19 00:52:23.307 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3627 | 2026-02-19T00:52:23.667Z | Feb 19 00:52:23.315 DEBG process exited with exit status: 0 (8.338034ms) |
| 3628 | 2026-02-19T00:52:23.667Z | Feb 19 00:52:23.315 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3629 | 2026-02-19T00:52:23.691Z | Feb 19 00:52:23.324 DEBG process exited with exit status: 0 (8.212406ms) |
| 3630 | 2026-02-19T00:52:23.691Z | Feb 19 00:52:23.324 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3631 | 2026-02-19T00:52:23.691Z | Feb 19 00:52:23.331 DEBG process exited with exit status: 0 (7.822346ms) |
| 3632 | 2026-02-19T00:52:23.691Z | Feb 19 00:52:23.331 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3633 | 2026-02-19T00:52:23.691Z | Feb 19 00:52:23.340 DEBG process exited with exit status: 0 (8.17063ms) |
| 3634 | 2026-02-19T00:52:23.691Z | Feb 19 00:52:23.340 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3635 | 2026-02-19T00:52:23.715Z | Feb 19 00:52:23.347 DEBG process exited with exit status: 0 (7.756961ms) |
| 3636 | 2026-02-19T00:52:23.715Z | Feb 19 00:52:23.348 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3637 | 2026-02-19T00:52:23.715Z | Feb 19 00:52:23.356 DEBG process exited with exit status: 0 (8.196633ms) |
| 3638 | 2026-02-19T00:52:23.715Z | Feb 19 00:52:23.357 INFO [helios-record] task succeeded (76.41409ms) |
| 3639 | 2026-02-19T00:52:24.755Z | [ host-package] Compiling oso v0.27.3 |
| 3640 | 2026-02-19T00:52:28.339Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3641 | 2026-02-19T00:52:28.756Z | [ host-package] Compiling bb8 v0.8.5 |
| 3642 | 2026-02-19T00:52:29.509Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3643 | 2026-02-19T00:52:29.559Z | [ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3644 | 2026-02-19T00:52:30.130Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3645 | 2026-02-19T00:52:30.696Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3646 | 2026-02-19T00:52:31.337Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3647 | 2026-02-19T00:52:31.963Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3648 | 2026-02-19T00:52:35.706Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3649 | 2026-02-19T00:52:36.237Z | [ host-package] Compiling fxhash v0.2.1 |
| 3650 | 2026-02-19T00:52:36.589Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3651 | 2026-02-19T00:52:37.007Z | [ host-package] Compiling typify-impl v0.2.0 |
| 3652 | 2026-02-19T00:52:37.140Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 3653 | 2026-02-19T00:52:38.328Z | [ host-package] Compiling libz-sys v1.1.20 |
| 3654 | 2026-02-19T00:52:39.174Z | [ host-package] Compiling salty v0.3.0 |
| 3655 | 2026-02-19T00:52:39.749Z | [ host-package] Compiling nonempty v0.12.0 |
| 3656 | 2026-02-19T00:52:40.544Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3657 | 2026-02-19T00:52:44.201Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3658 | 2026-02-19T00:52:47.657Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3659 | 2026-02-19T00:52:47.822Z | [ host-package] Compiling typify-macro v0.2.0 |
| 3660 | 2026-02-19T00:52:51.868Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3661 | 2026-02-19T00:52:57.573Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 3662 | 2026-02-19T00:53:02.572Z | [ host-package] Compiling nanorand v0.7.0 |
| 3663 | 2026-02-19T00:53:04.177Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3664 | 2026-02-19T00:53:04.598Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3665 | 2026-02-19T00:53:04.929Z | [ host-package] Compiling flume v0.11.1 |
| 3666 | 2026-02-19T00:53:05.189Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 3667 | 2026-02-19T00:53:05.708Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3668 | 2026-02-19T00:53:08.488Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3669 | 2026-02-19T00:53:13.267Z | [ host-package] Compiling libgit2-sys v0.18.2+1.9.1 |
| 3670 | 2026-02-19T00:53:14.581Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3671 | 2026-02-19T00:53:33.778Z | [ host-package] Compiling tabled_derive v0.10.0 |
| 3672 | 2026-02-19T00:53:34.307Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3673 | 2026-02-19T00:53:36.171Z | [ host-package] Compiling ignore v0.4.23 |
| 3674 | 2026-02-19T00:53:40.190Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3675 | 2026-02-19T00:53:42.388Z | [ host-package] Compiling papergrid v0.14.0 |
| 3676 | 2026-02-19T00:53:43.230Z | [ host-package] Compiling primeorder v0.13.6 |
| 3677 | 2026-02-19T00:53:43.990Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3678 | 2026-02-19T00:53:47.559Z | [ host-package] Compiling castaway v0.2.3 |
| 3679 | 2026-02-19T00:53:47.880Z | [ host-package] Compiling nibble_vec v0.1.0 |
| 3680 | 2026-02-19T00:53:48.249Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3681 | 2026-02-19T00:53:48.686Z | [ host-package] Compiling atty v0.2.14 |
| 3682 | 2026-02-19T00:53:48.761Z | [ host-package] Compiling http-range v0.1.5 |
| 3683 | 2026-02-19T00:53:49.006Z | [ host-package] Compiling endian-type v0.1.2 |
| 3684 | 2026-02-19T00:53:49.051Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3685 | 2026-02-19T00:53:49.401Z | [ host-package] Compiling radix_trie v0.2.1 |
| 3686 | 2026-02-19T00:53:49.571Z | [ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3687 | 2026-02-19T00:53:49.819Z | [ host-package] Compiling compact_str v0.8.0 |
| 3688 | 2026-02-19T00:53:50.417Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3689 | 2026-02-19T00:53:52.650Z | [ host-package] Compiling tabled v0.18.0 |
| 3690 | 2026-02-19T00:53:53.647Z | [ host-package] Compiling p384 v0.13.1 |
| 3691 | 2026-02-19T00:53:56.187Z | [ host-package] Compiling globwalk v0.9.1 |
| 3692 | 2026-02-19T00:53:57.838Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3693 | 2026-02-19T00:54:00.214Z | [ host-package] Compiling typify v0.2.0 |
| 3694 | 2026-02-19T00:54:00.553Z | [ host-package] Compiling predicates-tree v1.0.12 |
| 3695 | 2026-02-19T00:54:01.519Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3696 | 2026-02-19T00:54:01.667Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3697 | 2026-02-19T00:54:02.059Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3698 | 2026-02-19T00:54:06.678Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3699 | 2026-02-19T00:54:08.040Z | [ host-package] Compiling lru v0.12.5 |
| 3700 | 2026-02-19T00:54:08.624Z | [ host-package] Compiling vergen-git2 v1.0.7 |
| 3701 | 2026-02-19T00:54:09.119Z | [ host-package] Compiling instability v0.3.2 |
| 3702 | 2026-02-19T00:54:09.558Z | [ host-package] Compiling indoc v2.0.6 |
| 3703 | 2026-02-19T00:54:10.214Z | [ host-package] Compiling cassowary v0.3.0 |
| 3704 | 2026-02-19T00:54:10.256Z | [ host-package] Compiling git2 v0.20.2 |
| 3705 | 2026-02-19T00:54:10.898Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3706 | 2026-02-19T00:54:14.201Z | [ host-package] Compiling ratatui v0.29.0 |
| 3707 | 2026-02-19T00:54:14.396Z | [ host-package] Compiling camino-tempfile-ext v0.3.2 |
| 3708 | 2026-02-19T00:54:16.109Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3709 | 2026-02-19T00:54:19.216Z | [ host-package] Compiling progenitor-impl v0.8.0 |
| 3710 | 2026-02-19T00:54:19.440Z | [ host-package] Compiling sled v0.34.7 |
| 3711 | 2026-02-19T00:54:25.093Z | [ host-package] Compiling hickory-client v0.25.2 |
| 3712 | 2026-02-19T00:54:26.313Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3713 | 2026-02-19T00:54:27.071Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3714 | 2026-02-19T00:54:27.770Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3715 | 2026-02-19T00:54:27.946Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3716 | 2026-02-19T00:54:29.616Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3717 | 2026-02-19T00:54:34.779Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3718 | 2026-02-19T00:54:35.478Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3719 | 2026-02-19T00:54:36.010Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3720 | 2026-02-19T00:54:36.709Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=8ba93f6e785e11175059b3303bfd7e8b52ad12f8#8ba93f6e) |
| 3721 | 2026-02-19T00:54:37.209Z | [ host-package] Compiling lzma-sys v0.1.20 |
| 3722 | 2026-02-19T00:54:37.264Z | [ host-package] Compiling corncobs v0.1.4 |
| 3723 | 2026-02-19T00:54:37.288Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3724 | 2026-02-19T00:54:37.800Z | [ host-package] Compiling rustls v0.21.12 |
| 3725 | 2026-02-19T00:54:37.967Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3726 | 2026-02-19T00:54:38.212Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3727 | 2026-02-19T00:54:38.345Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3728 | 2026-02-19T00:54:38.841Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3729 | 2026-02-19T00:54:39.529Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3730 | 2026-02-19T00:54:39.814Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3731 | 2026-02-19T00:54:52.315Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3732 | 2026-02-19T00:54:54.882Z | [ host-package] Compiling progenitor-macro v0.8.0 |
| 3733 | 2026-02-19T00:54:57.148Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3734 | 2026-02-19T00:55:06.923Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3735 | 2026-02-19T00:55:13.407Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3736 | 2026-02-19T00:55:14.612Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3737 | 2026-02-19T00:55:17.889Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3738 | 2026-02-19T00:55:21.152Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3739 | 2026-02-19T00:55:21.570Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3740 | 2026-02-19T00:55:21.718Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3741 | 2026-02-19T00:55:22.049Z | [ host-package] Compiling progenitor-client v0.8.0 |
| 3742 | 2026-02-19T00:55:22.171Z | [ host-package] Compiling sct v0.7.1 |
| 3743 | 2026-02-19T00:55:22.780Z | [ host-package] Compiling rustls-webpki v0.101.7 |
| 3744 | 2026-02-19T00:55:23.133Z | [ host-package] Compiling heck v0.3.3 |
| 3745 | 2026-02-19T00:55:23.616Z | [ host-package] Compiling secrecy v0.8.0 |
| 3746 | 2026-02-19T00:55:24.115Z | [ host-package] Compiling void v1.0.2 |
| 3747 | 2026-02-19T00:55:24.418Z | [ host-package] Compiling lzss v0.8.2 |
| 3748 | 2026-02-19T00:55:27.166Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
| 3749 | 2026-02-19T00:55:28.602Z | [ host-package] Compiling progenitor v0.8.0 |
| 3750 | 2026-02-19T00:55:29.231Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3751 | 2026-02-19T00:55:29.910Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3752 | 2026-02-19T00:55:33.197Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3753 | 2026-02-19T00:55:34.768Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3754 | 2026-02-19T00:55:38.778Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3755 | 2026-02-19T00:55:38.970Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3756 | 2026-02-19T00:55:40.469Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3757 | 2026-02-19T00:55:49.797Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3758 | 2026-02-19T00:55:50.276Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3759 | 2026-02-19T00:55:53.655Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3760 | 2026-02-19T00:55:54.077Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3761 | 2026-02-19T00:55:54.499Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3762 | 2026-02-19T00:55:54.542Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3763 | 2026-02-19T00:55:54.945Z | [ host-package] Compiling nix v0.27.1 |
| 3764 | 2026-02-19T00:55:54.999Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3765 | 2026-02-19T00:55:55.856Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3766 | 2026-02-19T00:55:56.405Z | [ host-package] Compiling base64 v0.13.1 |
| 3767 | 2026-02-19T00:55:56.515Z | [ host-package] Compiling number_prefix v0.4.0 |
| 3768 | 2026-02-19T00:55:56.821Z | [ host-package] Compiling indicatif v0.17.11 |
| 3769 | 2026-02-19T00:55:56.891Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3770 | 2026-02-19T00:55:57.270Z | [ host-package] Compiling ron v0.7.1 |
| 3771 | 2026-02-19T00:55:57.702Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3772 | 2026-02-19T00:55:58.893Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3773 | 2026-02-19T00:55:59.657Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3774 | 2026-02-19T00:56:02.572Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3775 | 2026-02-19T00:56:03.028Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3776 | 2026-02-19T00:56:03.714Z | [ host-package] Compiling xz2 v0.1.7 |
| 3777 | 2026-02-19T00:56:04.455Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3778 | 2026-02-19T00:56:15.743Z | [ host-package] Compiling tokio-rustls v0.24.1 |
| 3779 | 2026-02-19T00:56:16.399Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3780 | 2026-02-19T00:56:16.562Z | [ host-package] Compiling zone v0.1.8 |
| 3781 | 2026-02-19T00:56:17.969Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3782 | 2026-02-19T00:56:20.120Z | [ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3783 | 2026-02-19T00:56:24.920Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=bc121ef55741656ce118b02ceeda949b9261f49f#bc121ef5) |
| 3784 | 2026-02-19T00:56:25.719Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3785 | 2026-02-19T00:56:33.227Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3786 | 2026-02-19T00:56:50.130Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3787 | 2026-02-19T00:56:52.287Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3788 | 2026-02-19T00:57:01.747Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3789 | 2026-02-19T00:57:06.725Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3790 | 2026-02-19T00:57:07.218Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3791 | 2026-02-19T00:57:09.620Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3792 | 2026-02-19T00:57:16.976Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
| 3793 | 2026-02-19T00:57:17.837Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3794 | 2026-02-19T00:57:19.003Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3795 | 2026-02-19T00:57:20.267Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3796 | 2026-02-19T00:57:20.747Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3797 | 2026-02-19T00:57:22.265Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3798 | 2026-02-19T00:57:23.992Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3799 | 2026-02-19T00:57:24.358Z | [ host-package] Compiling twox-hash v2.1.0 |
| 3800 | 2026-02-19T00:57:24.959Z | [ host-package] Compiling yasna v0.5.2 |
| 3801 | 2026-02-19T00:57:25.567Z | [ host-package] Compiling is_ci v1.2.0 |
| 3802 | 2026-02-19T00:57:26.008Z | [ host-package] Compiling supports-color v3.0.2 |
| 3803 | 2026-02-19T00:57:26.582Z | [ host-package] Compiling rcgen v0.12.1 |
| 3804 | 2026-02-19T00:57:27.076Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3805 | 2026-02-19T00:57:36.442Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3806 | 2026-02-19T00:57:38.003Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3807 | 2026-02-19T00:57:38.600Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3808 | 2026-02-19T00:58:01.886Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3809 | 2026-02-19T00:58:02.357Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3810 | 2026-02-19T00:58:12.083Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3811 | 2026-02-19T00:58:14.562Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3812 | 2026-02-19T00:58:34.598Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3813 | 2026-02-19T00:58:34.647Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3814 | 2026-02-19T00:58:37.352Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3815 | 2026-02-19T00:58:44.912Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3816 | 2026-02-19T00:58:45.342Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3817 | 2026-02-19T00:58:45.728Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3818 | 2026-02-19T00:58:46.122Z | [ host-package] Compiling fatfs v0.3.6 |
| 3819 | 2026-02-19T00:58:49.301Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3820 | 2026-02-19T00:58:54.122Z | [ host-package] Compiling rtoolbox v0.0.2 |
| 3821 | 2026-02-19T00:58:54.654Z | [ host-package] Compiling subprocess v0.2.9 |
| 3822 | 2026-02-19T00:58:58.869Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3823 | 2026-02-19T00:58:59.062Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3824 | 2026-02-19T00:58:59.400Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3825 | 2026-02-19T00:58:59.786Z | [ host-package] Compiling rpassword v7.4.0 |
| 3826 | 2026-02-19T00:59:00.505Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3827 | 2026-02-19T00:59:11.761Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3828 | 2026-02-19T00:59:24.323Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3829 | 2026-02-19T00:59:24.572Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3830 | 2026-02-19T00:59:30.310Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3831 | 2026-02-19T00:59:30.901Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3832 | 2026-02-19T00:59:41.564Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3833 | 2026-02-19T00:59:42.347Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3834 | 2026-02-19T00:59:42.615Z | [ host-package] Compiling uzers v0.12.1 |
| 3835 | 2026-02-19T00:59:46.223Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3836 | 2026-02-19T00:59:48.517Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3837 | 2026-02-19T01:00:00.318Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3838 | 2026-02-19T01:00:14.747Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3839 | 2026-02-19T01:00:32.442Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3840 | 2026-02-19T01:00:35.092Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3841 | 2026-02-19T01:00:37.465Z | [ host-package] Compiling multimap v0.10.1 |
| 3842 | 2026-02-19T01:03:04.471Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3843 | 2026-02-19T01:15:15.223Z | [ host-package] Finished `release` profile [optimized] target(s) in 28m 55s |
| 3844 | 2026-02-19T01:16:43.991Z | Feb 19 01:16:43.760 INFO [host-package] process exited with exit status: 0 (1824.854257531s) |
| 3845 | 2026-02-19T01:16:43.991Z | Feb 19 01:16:43.760 INFO [host-stamp] running task |
| 3846 | 2026-02-19T01:16:44.016Z | Feb 19 01:16:43.761 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 3847 | 2026-02-19T01:16:44.016Z | Feb 19 01:16:43.762 INFO [stamp-pumpkind-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp pumpkind-gz 19.0.0-0.ci+git0b383007a58 |
| 3848 | 2026-02-19T01:16:44.016Z | Feb 19 01:16:43.762 INFO [stamp-oxlog] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oxlog 19.0.0-0.ci+git0b383007a58 |
| 3849 | 2026-02-19T01:16:44.016Z | Feb 19 01:16:43.763 INFO [stamp-switch-asic] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp switch-asic 19.0.0-0.ci+git0b383007a58 |
| 3850 | 2026-02-19T01:16:44.016Z | Feb 19 01:16:43.763 INFO [stamp-omicron-sled-agent] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp omicron-sled-agent 19.0.0-0.ci+git0b383007a58 |
| 3851 | 2026-02-19T01:16:44.016Z | Feb 19 01:16:43.765 INFO [stamp-overlay] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp overlay 19.0.0-0.ci+git0b383007a58 |
| 3852 | 2026-02-19T01:16:44.016Z | Feb 19 01:16:43.765 INFO [stamp-crucible-utils] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-utils 19.0.0-0.ci+git0b383007a58 |
| 3853 | 2026-02-19T01:16:44.017Z | Feb 19 01:16:43.765 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp mg-ddm-gz 19.0.0-0.ci+git0b383007a58 |
| 3854 | 2026-02-19T01:16:44.017Z | Feb 19 01:16:43.772 INFO [stamp-propolis-server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp propolis-server 19.0.0-0.ci+git0b383007a58 |
| 3855 | 2026-02-19T01:16:44.017Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3856 | 2026-02-19T01:16:44.017Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3857 | 2026-02-19T01:16:44.017Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3858 | 2026-02-19T01:16:44.017Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3859 | 2026-02-19T01:16:44.017Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3860 | 2026-02-19T01:16:44.017Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3861 | 2026-02-19T01:16:44.041Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 3862 | 2026-02-19T01:16:44.042Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3863 | 2026-02-19T01:16:44.042Z | [stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3864 | 2026-02-19T01:16:44.042Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3865 | 2026-02-19T01:16:44.042Z | Feb 19 01:16:43.799 INFO [stamp-overlay] process exited with exit status: 0 (34.469708ms) |
| 3866 | 2026-02-19T01:16:44.042Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 3867 | 2026-02-19T01:16:44.066Z | Feb 19 01:16:43.812 INFO [stamp-oxlog] process exited with exit status: 0 (49.604933ms) |
| 3868 | 2026-02-19T01:16:44.128Z | [stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar |
| 3869 | 2026-02-19T01:16:44.152Z | Feb 19 01:16:43.904 INFO [stamp-crucible-utils] process exited with exit status: 0 (139.499011ms) |
| 3870 | 2026-02-19T01:16:44.177Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 3871 | 2026-02-19T01:16:44.177Z | Feb 19 01:16:43.945 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (183.341256ms) |
| 3872 | 2026-02-19T01:16:44.477Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 3873 | 2026-02-19T01:16:44.501Z | Feb 19 01:16:44.252 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (486.321583ms) |
| 3874 | 2026-02-19T01:16:44.933Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 3875 | 2026-02-19T01:16:44.957Z | Feb 19 01:16:44.709 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (945.364436ms) |
| 3876 | 2026-02-19T01:16:46.002Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 3877 | 2026-02-19T01:16:46.026Z | Feb 19 01:16:45.777 INFO [stamp-propolis-server] process exited with exit status: 0 (2.005427171s) |
| 3878 | 2026-02-19T01:16:46.493Z | [recovery-package] Compiling newtype-uuid v1.3.2 |
| 3879 | 2026-02-19T01:16:46.799Z | [recovery-package] Compiling daft v0.1.4 |
| 3880 | 2026-02-19T01:16:47.264Z | [recovery-package] Compiling iddqd v0.3.16 |
| 3881 | 2026-02-19T01:16:49.420Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3882 | 2026-02-19T01:16:49.919Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3883 | 2026-02-19T01:16:49.919Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3884 | 2026-02-19T01:16:49.943Z | [recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3885 | 2026-02-19T01:16:49.996Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3886 | 2026-02-19T01:16:50.737Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3887 | 2026-02-19T01:16:54.594Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 3888 | 2026-02-19T01:16:54.619Z | Feb 19 01:16:54.371 INFO [stamp-switch-asic] process exited with exit status: 0 (10.607688676s) |
| 3889 | 2026-02-19T01:16:54.619Z | Feb 19 01:16:54.371 INFO [host-stamp] task succeeded (10.610371884s) |
| 3890 | 2026-02-19T01:16:54.619Z | Feb 19 01:16:54.371 INFO [host-proto] running task |
| 3891 | 2026-02-19T01:16:55.730Z | Feb 19 01:16:55.500 INFO [host-proto] task succeeded (1.128959345s) |
| 3892 | 2026-02-19T01:16:55.730Z | Feb 19 01:16:55.500 INFO [host-profile] running task |
| 3893 | 2026-02-19T01:16:55.754Z | Feb 19 01:16:55.500 INFO [host-profile] task succeeded (591.824µs) |
| 3894 | 2026-02-19T01:16:55.754Z | Feb 19 01:16:55.501 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.39.455' -P /tmp/.tmpNifBKs/proto/host/root -N 'ci 0b38300/${os_short_commit} 2026-02-19 00:43' -s host -B -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
| 3895 | 2026-02-19T01:16:55.755Z | [ host-image] Feb 19 01:16:55.514 INFO Checking files for board 'cosmo' |
| 3896 | 2026-02-19T01:16:55.755Z | [ host-image] Feb 19 01:16:55.514 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 3897 | 2026-02-19T01:16:55.755Z | [ host-image] Feb 19 01:16:55.514 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 3898 | 2026-02-19T01:16:55.755Z | [ host-image] Feb 19 01:16:55.514 INFO Checking files for board 'cosmo-mbist' |
| 3899 | 2026-02-19T01:16:55.755Z | [ host-image] Feb 19 01:16:55.514 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml" |
| 3900 | 2026-02-19T01:16:55.755Z | [ host-image] Feb 19 01:16:55.514 INFO Checking files for board 'gimlet' |
| 3901 | 2026-02-19T01:16:55.755Z | [ host-image] Feb 19 01:16:55.514 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3902 | 2026-02-19T01:16:55.755Z | [ host-image] Feb 19 01:16:55.514 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 3903 | 2026-02-19T01:16:55.755Z | [ host-image] Feb 19 01:16:55.514 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 3904 | 2026-02-19T01:16:55.755Z | [ host-image] Feb 19 01:16:55.514 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml" |
| 3905 | 2026-02-19T01:16:55.789Z | [ host-image] Feb 19 01:16:55.536 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpNifBKs/proto/host/root" |
| 3906 | 2026-02-19T01:16:55.789Z | [ host-image] Feb 19 01:16:55.536 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ } |
| 3907 | 2026-02-19T01:16:55.789Z | [ host-image] Feb 19 01:16:55.536 INFO image builder template: ramdisk-01-os... |
| 3908 | 2026-02-19T01:16:55.789Z | [ host-image] Feb 19 01:16:55.536 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/.tmpNifBKs/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 3909 | 2026-02-19T01:16:55.814Z | [ host-image] Feb 19 01:16:55.565 INFO O| Feb 19 01:16:55.565 INFO CREATE DATASET: rpool/images/build/host/output |
| 3910 | 2026-02-19T01:16:55.943Z | [ host-image] Feb 19 01:16:55.712 INFO O| Feb 19 01:16:55.712 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3911 | 2026-02-19T01:16:55.967Z | [ host-image] Feb 19 01:16:55.721 INFO O| Feb 19 01:16:55.721 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3912 | 2026-02-19T01:16:56.052Z | [ host-image] Feb 19 01:16:55.821 INFO O| Feb 19 01:16:55.821 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled |
| 3913 | 2026-02-19T01:16:56.084Z | [ host-image] Feb 19 01:16:55.854 INFO O| Feb 19 01:16:55.854 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3914 | 2026-02-19T01:16:56.084Z | [ host-image] Feb 19 01:16:55.854 INFO O| Feb 19 01:16:55.854 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3915 | 2026-02-19T01:16:56.108Z | [ host-image] Feb 19 01:16:55.854 INFO O| Feb 19 01:16:55.854 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3916 | 2026-02-19T01:16:56.109Z | [ host-image] Feb 19 01:16:55.854 INFO O| Feb 19 01:16:55.854 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3917 | 2026-02-19T01:16:56.109Z | [ host-image] Feb 19 01:16:55.868 INFO O| Feb 19 01:16:55.867 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3918 | 2026-02-19T01:16:56.194Z | [ host-image] Feb 19 01:16:55.964 INFO O| Feb 19 01:16:55.964 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3919 | 2026-02-19T01:16:56.218Z | [ host-image] Feb 19 01:16:55.977 INFO O| Feb 19 01:16:55.977 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"] |
| 3920 | 2026-02-19T01:16:56.682Z | [ host-image] Feb 19 01:16:56.452 INFO O| Feb 19 01:16:56.452 INFO O| Caching catalogs ... Done |
| 3921 | 2026-02-19T01:16:56.782Z | [ host-image] Feb 19 01:16:56.551 INFO O| Feb 19 01:16:56.551 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3922 | 2026-02-19T01:16:56.782Z | [ host-image] Feb 19 01:16:56.551 INFO O| Feb 19 01:16:56.551 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3923 | 2026-02-19T01:16:56.806Z | [ host-image] Feb 19 01:16:56.563 INFO O| Feb 19 01:16:56.563 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/2/dev/", "helios-dev"] |
| 3924 | 2026-02-19T01:16:57.284Z | [ host-image] Feb 19 01:16:57.054 INFO O| Feb 19 01:16:57.054 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 3925 | 2026-02-19T01:16:57.284Z | [ host-image] Feb 19 01:16:57.055 INFO O| Feb 19 01:16:57.054 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3926 | 2026-02-19T01:16:57.284Z | [ host-image] Feb 19 01:16:57.055 INFO O| Feb 19 01:16:57.054 INFO skip step because feature "publisher_1_name" is not enabled |
| 3927 | 2026-02-19T01:16:57.309Z | [ host-image] Feb 19 01:16:57.055 INFO O| Feb 19 01:16:57.054 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3928 | 2026-02-19T01:16:57.309Z | [ host-image] Feb 19 01:16:57.055 INFO O| Feb 19 01:16:57.054 INFO skip step because feature "publisher_2_name" is not enabled |
| 3929 | 2026-02-19T01:16:57.309Z | [ host-image] Feb 19 01:16:57.055 INFO O| Feb 19 01:16:57.054 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3930 | 2026-02-19T01:16:57.309Z | [ host-image] Feb 19 01:16:57.055 INFO O| Feb 19 01:16:57.054 INFO skip step because feature "publisher_3_name" is not enabled |
| 3931 | 2026-02-19T01:16:57.309Z | [ host-image] Feb 19 01:16:57.055 INFO O| Feb 19 01:16:57.055 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3932 | 2026-02-19T01:16:57.733Z | [ host-image] Feb 19 01:16:57.503 INFO O| Feb 19 01:16:57.502 INFO variant opensolaris.zone is already global |
| 3933 | 2026-02-19T01:16:57.733Z | [ host-image] Feb 19 01:16:57.503 INFO O| Feb 19 01:16:57.502 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3934 | 2026-02-19T01:16:57.733Z | [ host-image] Feb 19 01:16:57.503 INFO O| Feb 19 01:16:57.502 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3935 | 2026-02-19T01:16:58.172Z | [ host-image] Feb 19 01:16:57.942 INFO O| Feb 19 01:16:57.942 INFO variant opensolaris.imagetype is full; changing to partial |
| 3936 | 2026-02-19T01:16:58.172Z | [ host-image] Feb 19 01:16:57.942 INFO O| Feb 19 01:16:57.942 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3937 | 2026-02-19T01:17:05.463Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3938 | 2026-02-19T01:17:05.487Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3939 | 2026-02-19T01:17:05.487Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3940 | 2026-02-19T01:17:05.487Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3941 | 2026-02-19T01:17:12.455Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3942 | 2026-02-19T01:17:12.757Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3943 | 2026-02-19T01:17:13.869Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3944 | 2026-02-19T01:17:13.903Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3945 | 2026-02-19T01:17:18.098Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3946 | 2026-02-19T01:17:19.359Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3947 | 2026-02-19T01:17:38.049Z | [ host-image] Feb 19 01:17:37.822 INFO O| Feb 19 01:17:37.822 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3948 | 2026-02-19T01:17:47.391Z | [recovery-package] Finished `release` profile [optimized] target(s) in 1m 03s |
| 3949 | 2026-02-19T01:17:51.883Z | Feb 19 01:17:51.658 INFO [recovery-package] process exited with exit status: 0 (67.896925032s) |
| 3950 | 2026-02-19T01:17:51.883Z | Feb 19 01:17:51.658 INFO [recovery-stamp] running task |
| 3951 | 2026-02-19T01:17:51.908Z | Feb 19 01:17:51.658 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
| 3952 | 2026-02-19T01:17:51.908Z | Feb 19 01:17:51.659 INFO [stamp-mg-ddm-gz] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp mg-ddm-gz 19.0.0-0.ci+git0b383007a58 |
| 3953 | 2026-02-19T01:17:51.908Z | Feb 19 01:17:51.660 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+git0b383007a58 |
| 3954 | 2026-02-19T01:17:51.908Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 3955 | 2026-02-19T01:17:51.908Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 3956 | 2026-02-19T01:17:52.039Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 3957 | 2026-02-19T01:17:52.063Z | Feb 19 01:17:51.820 INFO [stamp-installinator] process exited with exit status: 0 (160.101838ms) |
| 3958 | 2026-02-19T01:17:52.141Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 3959 | 2026-02-19T01:17:52.165Z | Feb 19 01:17:51.921 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (262.79716ms) |
| 3960 | 2026-02-19T01:17:52.165Z | Feb 19 01:17:51.921 INFO [recovery-stamp] task succeeded (263.432754ms) |
| 3961 | 2026-02-19T01:17:52.165Z | Feb 19 01:17:51.922 INFO [recovery-proto] running task |
| 3962 | 2026-02-19T01:17:52.165Z | Feb 19 01:17:51.922 INFO [tuf-stamp] running task |
| 3963 | 2026-02-19T01:17:52.165Z | Feb 19 01:17:51.923 INFO [stamp-external-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp external-dns 19.0.0-0.ci+git0b383007a58 |
| 3964 | 2026-02-19T01:17:52.165Z | Feb 19 01:17:51.924 INFO [stamp-crucible-pantry-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-pantry-zone 19.0.0-0.ci+git0b383007a58 |
| 3965 | 2026-02-19T01:17:52.165Z | Feb 19 01:17:51.924 INFO [stamp-cockroachdb] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp cockroachdb 19.0.0-0.ci+git0b383007a58 |
| 3966 | 2026-02-19T01:17:52.165Z | Feb 19 01:17:51.925 INFO [stamp-clickhouse] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse 19.0.0-0.ci+git0b383007a58 |
| 3967 | 2026-02-19T01:17:52.166Z | Feb 19 01:17:51.926 INFO [stamp-ntp] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp ntp 19.0.0-0.ci+git0b383007a58 |
| 3968 | 2026-02-19T01:17:52.166Z | Feb 19 01:17:51.926 INFO [stamp-clickhouse_keeper] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_keeper 19.0.0-0.ci+git0b383007a58 |
| 3969 | 2026-02-19T01:17:52.166Z | Feb 19 01:17:51.927 INFO [stamp-probe] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp probe 19.0.0-0.ci+git0b383007a58 |
| 3970 | 2026-02-19T01:17:52.166Z | Feb 19 01:17:51.927 INFO [stamp-internal-dns] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp internal-dns 19.0.0-0.ci+git0b383007a58 |
| 3971 | 2026-02-19T01:17:52.166Z | Feb 19 01:17:51.931 INFO [stamp-oximeter] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp oximeter 19.0.0-0.ci+git0b383007a58 |
| 3972 | 2026-02-19T01:17:52.190Z | Feb 19 01:17:51.937 INFO [stamp-clickhouse_server] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp clickhouse_server 19.0.0-0.ci+git0b383007a58 |
| 3973 | 2026-02-19T01:17:52.190Z | Feb 19 01:17:51.938 INFO [stamp-crucible-zone] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp crucible-zone 19.0.0-0.ci+git0b383007a58 |
| 3974 | 2026-02-19T01:17:52.190Z | Feb 19 01:17:51.938 INFO [stamp-nexus] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out stamp nexus 19.0.0-0.ci+git0b383007a58 |
| 3975 | 2026-02-19T01:17:52.190Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3976 | 2026-02-19T01:17:52.190Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3977 | 2026-02-19T01:17:52.190Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3978 | 2026-02-19T01:17:52.190Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3979 | 2026-02-19T01:17:52.190Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3980 | 2026-02-19T01:17:52.191Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3981 | 2026-02-19T01:17:52.191Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3982 | 2026-02-19T01:17:52.214Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3983 | 2026-02-19T01:17:52.214Z | [stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3984 | 2026-02-19T01:17:52.215Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3985 | 2026-02-19T01:17:52.215Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3986 | 2026-02-19T01:17:52.215Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3987 | 2026-02-19T01:17:52.317Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 3988 | 2026-02-19T01:17:52.362Z | Feb 19 01:17:52.137 INFO [stamp-probe] process exited with exit status: 0 (210.11003ms) |
| 3989 | 2026-02-19T01:17:52.526Z | Feb 19 01:17:52.301 INFO [recovery-proto] task succeeded (379.438105ms) |
| 3990 | 2026-02-19T01:17:52.551Z | Feb 19 01:17:52.301 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.39.455' -P /tmp/.tmpNifBKs/proto/recovery/root -N 'recovery 0b38300/${os_short_commit} 2026-02-19 00:43' -s recovery -R -F 'extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0' -p 'helios-dev=file:///work/incorporation.p5p' -p 'helios-dev=https://pkg.oxide.computer/helios/2/dev/' |
| 3991 | 2026-02-19T01:17:52.575Z | [ recovery-image] Feb 19 01:17:52.344 INFO Checking files for board 'cosmo' |
| 3992 | 2026-02-19T01:17:52.575Z | [ recovery-image] Feb 19 01:17:52.345 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 3993 | 2026-02-19T01:17:52.575Z | [ recovery-image] Feb 19 01:17:52.345 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 3994 | 2026-02-19T01:17:52.575Z | [ recovery-image] Feb 19 01:17:52.345 INFO Checking files for board 'gimlet' |
| 3995 | 2026-02-19T01:17:52.575Z | [ recovery-image] Feb 19 01:17:52.345 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3996 | 2026-02-19T01:17:52.575Z | [ recovery-image] Feb 19 01:17:52.345 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 3997 | 2026-02-19T01:17:52.599Z | [ recovery-image] Feb 19 01:17:52.345 INFO Checking files for board 'cosmo-mbist' |
| 3998 | 2026-02-19T01:17:52.599Z | [ recovery-image] Feb 19 01:17:52.345 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml" |
| 3999 | 2026-02-19T01:17:52.599Z | [ recovery-image] Feb 19 01:17:52.345 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 4000 | 2026-02-19T01:17:52.599Z | [ recovery-image] Feb 19 01:17:52.345 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml" |
| 4001 | 2026-02-19T01:17:52.599Z | [ recovery-image] Feb 19 01:17:52.366 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpNifBKs/proto/recovery/root" |
| 4002 | 2026-02-19T01:17:52.599Z | [ recovery-image] Feb 19 01:17:52.366 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ } |
| 4003 | 2026-02-19T01:17:52.599Z | [ recovery-image] Feb 19 01:17:52.366 INFO image builder template: ramdisk-01-os... |
| 4004 | 2026-02-19T01:17:52.599Z | [ recovery-image] Feb 19 01:17:52.366 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/.tmpNifBKs/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 4005 | 2026-02-19T01:17:52.626Z | [ recovery-image] Feb 19 01:17:52.401 INFO O| Feb 19 01:17:52.401 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 4006 | 2026-02-19T01:17:52.828Z | [ recovery-image] Feb 19 01:17:52.602 INFO O| Feb 19 01:17:52.602 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4007 | 2026-02-19T01:17:52.852Z | [ recovery-image] Feb 19 01:17:52.609 INFO O| Feb 19 01:17:52.609 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4008 | 2026-02-19T01:17:52.971Z | [ recovery-image] Feb 19 01:17:52.746 INFO O| Feb 19 01:17:52.746 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled |
| 4009 | 2026-02-19T01:17:53.006Z | [ recovery-image] Feb 19 01:17:52.781 INFO O| Feb 19 01:17:52.781 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4010 | 2026-02-19T01:17:53.006Z | [ recovery-image] Feb 19 01:17:52.781 INFO O| Feb 19 01:17:52.781 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4011 | 2026-02-19T01:17:53.030Z | [ recovery-image] Feb 19 01:17:52.781 INFO O| Feb 19 01:17:52.781 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4012 | 2026-02-19T01:17:53.030Z | [ recovery-image] Feb 19 01:17:52.781 INFO O| Feb 19 01:17:52.781 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4013 | 2026-02-19T01:17:53.030Z | [ recovery-image] Feb 19 01:17:52.796 INFO O| Feb 19 01:17:52.796 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4014 | 2026-02-19T01:17:53.117Z | [ recovery-image] Feb 19 01:17:52.891 INFO O| Feb 19 01:17:52.891 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4015 | 2026-02-19T01:17:53.141Z | [ recovery-image] Feb 19 01:17:52.908 INFO O| Feb 19 01:17:52.907 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"] |
| 4016 | 2026-02-19T01:17:53.799Z | [ recovery-image] Feb 19 01:17:53.573 INFO O| Feb 19 01:17:53.573 INFO O| Caching catalogs ... Done |
| 4017 | 2026-02-19T01:17:53.907Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 4018 | 2026-02-19T01:17:53.951Z | [ recovery-image] Feb 19 01:17:53.725 INFO O| Feb 19 01:17:53.725 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4019 | 2026-02-19T01:17:53.951Z | [ recovery-image] Feb 19 01:17:53.725 INFO O| Feb 19 01:17:53.725 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4020 | 2026-02-19T01:17:53.975Z | Feb 19 01:17:53.727 INFO [stamp-ntp] process exited with exit status: 0 (1.80175267s) |
| 4021 | 2026-02-19T01:17:53.975Z | [ recovery-image] Feb 19 01:17:53.743 INFO O| Feb 19 01:17:53.743 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/2/dev/", "helios-dev"] |
| 4022 | 2026-02-19T01:17:54.031Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.13s |
| 4023 | 2026-02-19T01:17:54.137Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 4024 | 2026-02-19T01:17:54.161Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
| 4025 | 2026-02-19T01:17:54.194Z | Feb 19 01:17:53.967 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.043347212s) |
| 4026 | 2026-02-19T01:17:54.611Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 4027 | 2026-02-19T01:17:54.648Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 4028 | 2026-02-19T01:17:54.675Z | Feb 19 01:17:54.449 INFO [stamp-external-dns] process exited with exit status: 0 (2.526424697s) |
| 4029 | 2026-02-19T01:17:54.718Z | Feb 19 01:17:54.493 INFO [stamp-internal-dns] process exited with exit status: 0 (2.565400906s) |
| 4030 | 2026-02-19T01:17:54.760Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 4031 | 2026-02-19T01:17:54.790Z | Feb 19 01:17:54.565 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.627015449s) |
| 4032 | 2026-02-19T01:17:54.790Z | [ recovery-image] Feb 19 01:17:54.560 INFO O| Feb 19 01:17:54.560 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4033 | 2026-02-19T01:17:54.790Z | [ recovery-image] Feb 19 01:17:54.561 INFO O| Feb 19 01:17:54.560 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4034 | 2026-02-19T01:17:54.814Z | [ recovery-image] Feb 19 01:17:54.561 INFO O| Feb 19 01:17:54.560 INFO skip step because feature "publisher_1_name" is not enabled |
| 4035 | 2026-02-19T01:17:54.814Z | [ recovery-image] Feb 19 01:17:54.561 INFO O| Feb 19 01:17:54.560 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4036 | 2026-02-19T01:17:54.814Z | [ recovery-image] Feb 19 01:17:54.561 INFO O| Feb 19 01:17:54.560 INFO skip step because feature "publisher_2_name" is not enabled |
| 4037 | 2026-02-19T01:17:54.814Z | [ recovery-image] Feb 19 01:17:54.561 INFO O| Feb 19 01:17:54.560 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4038 | 2026-02-19T01:17:54.814Z | [ recovery-image] Feb 19 01:17:54.561 INFO O| Feb 19 01:17:54.560 INFO skip step because feature "publisher_3_name" is not enabled |
| 4039 | 2026-02-19T01:17:54.814Z | [ recovery-image] Feb 19 01:17:54.561 INFO O| Feb 19 01:17:54.560 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4040 | 2026-02-19T01:17:55.021Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 4041 | 2026-02-19T01:17:55.080Z | Feb 19 01:17:54.855 INFO [stamp-oximeter] process exited with exit status: 0 (2.920214429s) |
| 4042 | 2026-02-19T01:17:55.298Z | [ recovery-image] Feb 19 01:17:55.073 INFO O| Feb 19 01:17:55.073 INFO variant opensolaris.zone is already global |
| 4043 | 2026-02-19T01:17:55.299Z | [ recovery-image] Feb 19 01:17:55.073 INFO O| Feb 19 01:17:55.073 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4044 | 2026-02-19T01:17:55.323Z | [ recovery-image] Feb 19 01:17:55.073 INFO O| Feb 19 01:17:55.073 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4045 | 2026-02-19T01:17:55.815Z | [ recovery-image] Feb 19 01:17:55.589 INFO O| Feb 19 01:17:55.589 INFO variant opensolaris.imagetype is full; changing to partial |
| 4046 | 2026-02-19T01:17:55.815Z | [ recovery-image] Feb 19 01:17:55.590 INFO O| Feb 19 01:17:55.589 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4047 | 2026-02-19T01:17:56.997Z | [ host-image] Feb 19 01:17:56.772 INFO O| Feb 19 01:17:56.772 INFO O| Startup: Caching catalogs ... Done |
| 4048 | 2026-02-19T01:17:57.109Z | [ host-image] Feb 19 01:17:56.884 INFO O| Feb 19 01:17:56.884 INFO O| Planning: Planning completed in 0.00 seconds |
| 4049 | 2026-02-19T01:17:57.137Z | [ host-image] Feb 19 01:17:56.884 INFO O| Feb 19 01:17:56.884 INFO O| Planning: Consolidating action changes ... Done |
| 4050 | 2026-02-19T01:17:57.138Z | [ host-image] Feb 19 01:17:56.885 INFO O| Feb 19 01:17:56.885 INFO O| Planning: Evaluating mediators ... Done |
| 4051 | 2026-02-19T01:17:57.138Z | [ host-image] Feb 19 01:17:56.885 INFO O| Feb 19 01:17:56.885 INFO O| Planning: Planning completed in 0.00 seconds |
| 4052 | 2026-02-19T01:17:57.138Z | [ host-image] Feb 19 01:17:56.885 INFO O| Feb 19 01:17:56.885 INFO O| Variants/Facets to change: 1 |
| 4053 | 2026-02-19T01:17:57.138Z | [ host-image] Feb 19 01:17:56.909 INFO O| Feb 19 01:17:56.909 INFO O| Done |
| 4054 | 2026-02-19T01:17:57.138Z | [ host-image] Feb 19 01:17:56.909 INFO O| Feb 19 01:17:56.909 INFO O| Done |
| 4055 | 2026-02-19T01:17:58.770Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 4056 | 2026-02-19T01:17:58.795Z | Feb 19 01:17:58.551 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.626929046s) |
| 4057 | 2026-02-19T01:18:00.300Z | [ host-image] Feb 19 01:18:00.075 INFO O| Feb 19 01:18:00.074 INFO O| Done |
| 4058 | 2026-02-19T01:18:00.438Z | [ host-image] Feb 19 01:18:00.213 INFO O| Feb 19 01:18:00.212 INFO O| Done |
| 4059 | 2026-02-19T01:18:00.462Z | [ host-image] Feb 19 01:18:00.214 INFO O| Feb 19 01:18:00.214 INFO O| Done |
| 4060 | 2026-02-19T01:18:00.462Z | [ host-image] Feb 19 01:18:00.214 INFO O| Feb 19 01:18:00.214 INFO O| Done |
| 4061 | 2026-02-19T01:18:00.462Z | [ host-image] Feb 19 01:18:00.217 INFO O| Feb 19 01:18:00.217 INFO O| Done |
| 4062 | 2026-02-19T01:18:00.485Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 4063 | 2026-02-19T01:18:00.486Z | Feb 19 01:18:00.245 INFO [stamp-nexus] process exited with exit status: 0 (8.307285931s) |
| 4064 | 2026-02-19T01:18:02.053Z | [ host-image] Feb 19 01:18:01.828 INFO O| Feb 19 01:18:01.828 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4065 | 2026-02-19T01:18:02.077Z | [ host-image] Feb 19 01:18:01.828 INFO O| Feb 19 01:18:01.828 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4066 | 2026-02-19T01:18:02.077Z | [ host-image] Feb 19 01:18:01.828 INFO O| Feb 19 01:18:01.828 INFO skip step because feature "debug_variant" is not enabled |
| 4067 | 2026-02-19T01:18:02.077Z | [ host-image] Feb 19 01:18:01.828 INFO O| Feb 19 01:18:01.828 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4068 | 2026-02-19T01:18:02.636Z | [ host-image] Feb 19 01:18:02.412 INFO O| Feb 19 01:18:02.412 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4069 | 2026-02-19T01:18:02.807Z | [verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4070 | 2026-02-19T01:18:02.875Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
| 4071 | 2026-02-19T01:18:02.899Z | [verify-libraries] Compiling home v0.5.9 |
| 4072 | 2026-02-19T01:18:02.936Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 4073 | 2026-02-19T01:18:02.959Z | [verify-libraries] Compiling sqlparser_derive v0.2.2 |
| 4074 | 2026-02-19T01:18:02.959Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
| 4075 | 2026-02-19T01:18:03.008Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4076 | 2026-02-19T01:18:03.031Z | [verify-libraries] Compiling polyval v0.6.2 |
| 4077 | 2026-02-19T01:18:03.209Z | [verify-libraries] Compiling nix v0.28.0 |
| 4078 | 2026-02-19T01:18:03.472Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 4079 | 2026-02-19T01:18:03.522Z | Feb 19 01:18:03.297 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (11.370904176s) |
| 4080 | 2026-02-19T01:18:03.590Z | [verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4081 | 2026-02-19T01:18:03.951Z | [verify-libraries] Compiling sqlformat v0.3.5 |
| 4082 | 2026-02-19T01:18:04.041Z | [verify-libraries] Compiling ghash v0.5.1 |
| 4083 | 2026-02-19T01:18:04.167Z | [verify-libraries] Compiling ctr v0.9.2 |
| 4084 | 2026-02-19T01:18:04.233Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 4085 | 2026-02-19T01:18:04.257Z | Feb 19 01:18:04.020 INFO [stamp-clickhouse] process exited with exit status: 0 (12.094815291s) |
| 4086 | 2026-02-19T01:18:04.354Z | [stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz |
| 4087 | 2026-02-19T01:18:04.480Z | Feb 19 01:18:04.256 INFO [stamp-clickhouse_server] process exited with exit status: 0 (12.318530796s) |
| 4088 | 2026-02-19T01:18:04.480Z | Feb 19 01:18:04.256 INFO [tuf-stamp] task succeeded (12.333947478s) |
| 4089 | 2026-02-19T01:18:04.681Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
| 4090 | 2026-02-19T01:18:04.722Z | [verify-libraries] Compiling blowfish v0.9.1 |
| 4091 | 2026-02-19T01:18:04.792Z | [verify-libraries] Compiling sqlparser v0.45.0 |
| 4092 | 2026-02-19T01:18:05.043Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
| 4093 | 2026-02-19T01:18:05.390Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
| 4094 | 2026-02-19T01:18:05.564Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
| 4095 | 2026-02-19T01:18:06.109Z | [verify-libraries] Compiling password-hash v0.4.2 |
| 4096 | 2026-02-19T01:18:06.244Z | [verify-libraries] Compiling petname v2.0.2 |
| 4097 | 2026-02-19T01:18:06.326Z | [verify-libraries] Compiling ssh-key v0.6.6 |
| 4098 | 2026-02-19T01:18:07.338Z | [verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4099 | 2026-02-19T01:18:08.138Z | [verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4100 | 2026-02-19T01:18:08.666Z | [verify-libraries] Compiling rustyline v14.0.0 |
| 4101 | 2026-02-19T01:18:10.218Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
| 4102 | 2026-02-19T01:18:11.034Z | [verify-libraries] Compiling p521 v0.13.3 |
| 4103 | 2026-02-19T01:18:11.118Z | [verify-libraries] Compiling p256 v0.13.2 |
| 4104 | 2026-02-19T01:18:14.047Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
| 4105 | 2026-02-19T01:18:14.407Z | [verify-libraries] Compiling md5 v0.7.0 |
| 4106 | 2026-02-19T01:18:15.099Z | [verify-libraries] Compiling russh-keys v0.45.0 |
| 4107 | 2026-02-19T01:18:15.456Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4108 | 2026-02-19T01:18:15.951Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4109 | 2026-02-19T01:18:16.486Z | [verify-libraries] Compiling num-bigint v0.4.6 |
| 4110 | 2026-02-19T01:18:21.023Z | [verify-libraries] Compiling des v0.8.1 |
| 4111 | 2026-02-19T01:18:21.884Z | [verify-libraries] Compiling sapling-renderdag v0.1.0 |
| 4112 | 2026-02-19T01:18:22.674Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4113 | 2026-02-19T01:18:23.293Z | [verify-libraries] Compiling hex-literal v0.4.1 |
| 4114 | 2026-02-19T01:18:23.740Z | [verify-libraries] Compiling sync-ptr v0.1.4 |
| 4115 | 2026-02-19T01:18:23.805Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4116 | 2026-02-19T01:18:24.069Z | [verify-libraries] Compiling russh v0.45.0 |
| 4117 | 2026-02-19T01:18:25.191Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4118 | 2026-02-19T01:18:26.740Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4119 | 2026-02-19T01:18:33.589Z | [verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4120 | 2026-02-19T01:18:36.686Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4121 | 2026-02-19T01:18:45.046Z | [ recovery-image] Feb 19 01:18:44.825 INFO O| Feb 19 01:18:44.824 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4122 | 2026-02-19T01:18:48.381Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4123 | 2026-02-19T01:18:53.351Z | [ host-image] Feb 19 01:18:53.130 INFO O| Feb 19 01:18:53.130 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4124 | 2026-02-19T01:18:59.451Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4125 | 2026-02-19T01:19:00.498Z | [verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4126 | 2026-02-19T01:19:04.263Z | [ recovery-image] Feb 19 01:19:04.044 INFO O| Feb 19 01:19:04.043 INFO O| Startup: Caching catalogs ... Done |
| 4127 | 2026-02-19T01:19:04.439Z | [ recovery-image] Feb 19 01:19:04.220 INFO O| Feb 19 01:19:04.220 INFO O| Planning: Planning completed in 0.00 seconds |
| 4128 | 2026-02-19T01:19:04.463Z | [ recovery-image] Feb 19 01:19:04.220 INFO O| Feb 19 01:19:04.220 INFO O| Planning: Consolidating action changes ... Done |
| 4129 | 2026-02-19T01:19:04.463Z | [ recovery-image] Feb 19 01:19:04.220 INFO O| Feb 19 01:19:04.220 INFO O| Planning: Evaluating mediators ... Done |
| 4130 | 2026-02-19T01:19:04.463Z | [ recovery-image] Feb 19 01:19:04.221 INFO O| Feb 19 01:19:04.221 INFO O| Planning: Planning completed in 0.00 seconds |
| 4131 | 2026-02-19T01:19:04.463Z | [ recovery-image] Feb 19 01:19:04.221 INFO O| Feb 19 01:19:04.221 INFO O| Variants/Facets to change: 1 |
| 4132 | 2026-02-19T01:19:04.513Z | [ recovery-image] Feb 19 01:19:04.282 INFO O| Feb 19 01:19:04.282 INFO O| Done |
| 4133 | 2026-02-19T01:19:04.513Z | [ recovery-image] Feb 19 01:19:04.282 INFO O| Feb 19 01:19:04.282 INFO O| Done |
| 4134 | 2026-02-19T01:19:06.973Z | [ recovery-image] Feb 19 01:19:06.753 INFO O| Feb 19 01:19:06.753 INFO O| Done |
| 4135 | 2026-02-19T01:19:07.117Z | [ recovery-image] Feb 19 01:19:06.898 INFO O| Feb 19 01:19:06.898 INFO O| Done |
| 4136 | 2026-02-19T01:19:07.141Z | [ recovery-image] Feb 19 01:19:06.899 INFO O| Feb 19 01:19:06.899 INFO O| Done |
| 4137 | 2026-02-19T01:19:07.141Z | [ recovery-image] Feb 19 01:19:06.899 INFO O| Feb 19 01:19:06.899 INFO O| Done |
| 4138 | 2026-02-19T01:19:07.141Z | [ recovery-image] Feb 19 01:19:06.901 INFO O| Feb 19 01:19:06.901 INFO O| Done |
| 4139 | 2026-02-19T01:19:08.968Z | [ recovery-image] Feb 19 01:19:08.748 INFO O| Feb 19 01:19:08.748 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4140 | 2026-02-19T01:19:08.968Z | [ recovery-image] Feb 19 01:19:08.748 INFO O| Feb 19 01:19:08.748 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4141 | 2026-02-19T01:19:08.992Z | [ recovery-image] Feb 19 01:19:08.748 INFO O| Feb 19 01:19:08.748 INFO skip step because feature "debug_variant" is not enabled |
| 4142 | 2026-02-19T01:19:08.992Z | [ recovery-image] Feb 19 01:19:08.748 INFO O| Feb 19 01:19:08.748 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4143 | 2026-02-19T01:19:09.476Z | [verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4144 | 2026-02-19T01:19:09.878Z | [ recovery-image] Feb 19 01:19:09.659 INFO O| Feb 19 01:19:09.659 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4145 | 2026-02-19T01:19:12.193Z | [ host-image] Feb 19 01:19:11.969 INFO O| Feb 19 01:19:11.969 INFO O| Startup: Caching catalogs ... Done |
| 4146 | 2026-02-19T01:19:12.322Z | [ host-image] Feb 19 01:19:12.103 INFO O| Feb 19 01:19:12.103 INFO O| Planning: Planning completed in 0.00 seconds |
| 4147 | 2026-02-19T01:19:12.346Z | [ host-image] Feb 19 01:19:12.104 INFO O| Feb 19 01:19:12.103 INFO O| Planning: Consolidating action changes ... Done |
| 4148 | 2026-02-19T01:19:12.346Z | [ host-image] Feb 19 01:19:12.104 INFO O| Feb 19 01:19:12.104 INFO O| Planning: Evaluating mediators ... Done |
| 4149 | 2026-02-19T01:19:12.346Z | [ host-image] Feb 19 01:19:12.104 INFO O| Feb 19 01:19:12.104 INFO O| Planning: Planning completed in 0.00 seconds |
| 4150 | 2026-02-19T01:19:12.346Z | [ host-image] Feb 19 01:19:12.105 INFO O| Feb 19 01:19:12.105 INFO O| Variants/Facets to change: 1 |
| 4151 | 2026-02-19T01:19:12.417Z | [ host-image] Feb 19 01:19:12.198 INFO O| Feb 19 01:19:12.198 INFO O| Done |
| 4152 | 2026-02-19T01:19:12.417Z | [ host-image] Feb 19 01:19:12.198 INFO O| Feb 19 01:19:12.198 INFO O| Done |
| 4153 | 2026-02-19T01:19:15.433Z | [ host-image] Feb 19 01:19:15.214 INFO O| Feb 19 01:19:15.214 INFO O| Done |
| 4154 | 2026-02-19T01:19:15.547Z | [ host-image] Feb 19 01:19:15.328 INFO O| Feb 19 01:19:15.328 INFO O| Done |
| 4155 | 2026-02-19T01:19:15.571Z | [ host-image] Feb 19 01:19:15.329 INFO O| Feb 19 01:19:15.329 INFO O| Done |
| 4156 | 2026-02-19T01:19:15.571Z | [ host-image] Feb 19 01:19:15.329 INFO O| Feb 19 01:19:15.329 INFO O| Done |
| 4157 | 2026-02-19T01:19:15.571Z | [ host-image] Feb 19 01:19:15.331 INFO O| Feb 19 01:19:15.331 INFO O| Done |
| 4158 | 2026-02-19T01:19:17.540Z | [ host-image] Feb 19 01:19:17.321 INFO O| Feb 19 01:19:17.321 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4159 | 2026-02-19T01:19:17.540Z | [ host-image] Feb 19 01:19:17.321 INFO O| Feb 19 01:19:17.321 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4160 | 2026-02-19T01:19:17.564Z | [ host-image] Feb 19 01:19:17.321 INFO O| Feb 19 01:19:17.321 INFO skip step because feature "recovery" is not enabled |
| 4161 | 2026-02-19T01:19:17.564Z | [ host-image] Feb 19 01:19:17.321 INFO O| Feb 19 01:19:17.321 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4162 | 2026-02-19T01:19:17.564Z | [ host-image] Feb 19 01:19:17.321 INFO O| Feb 19 01:19:17.321 INFO skip step because feature "recovery" is not enabled |
| 4163 | 2026-02-19T01:19:17.564Z | [ host-image] Feb 19 01:19:17.321 INFO O| Feb 19 01:19:17.321 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4164 | 2026-02-19T01:19:17.564Z | [ host-image] Feb 19 01:19:17.341 INFO O| Feb 19 01:19:17.341 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@19.0.0.0"] |
| 4165 | 2026-02-19T01:19:24.941Z | [verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4166 | 2026-02-19T01:19:29.431Z | [verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4167 | 2026-02-19T01:19:33.989Z | [verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4168 | 2026-02-19T01:19:36.502Z | [verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 4169 | 2026-02-19T01:19:40.461Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4170 | 2026-02-19T01:19:42.076Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4171 | 2026-02-19T01:19:43.557Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4172 | 2026-02-19T01:19:47.250Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4173 | 2026-02-19T01:19:52.780Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4174 | 2026-02-19T01:19:58.797Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4175 | 2026-02-19T01:20:01.246Z | [ recovery-image] Feb 19 01:20:01.031 INFO O| Feb 19 01:20:01.031 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4176 | 2026-02-19T01:20:01.678Z | [verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4177 | 2026-02-19T01:20:04.950Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4178 | 2026-02-19T01:20:08.944Z | [ host-image] Feb 19 01:20:08.730 INFO O| Feb 19 01:20:08.729 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4179 | 2026-02-19T01:20:14.297Z | [verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4180 | 2026-02-19T01:20:17.560Z | [verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4181 | 2026-02-19T01:20:22.108Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4182 | 2026-02-19T01:20:24.026Z | [ recovery-image] Feb 19 01:20:23.813 INFO O| Feb 19 01:20:23.812 INFO O| Startup: Caching catalogs ... Done |
| 4183 | 2026-02-19T01:20:24.159Z | [ recovery-image] Feb 19 01:20:23.946 INFO O| Feb 19 01:20:23.946 INFO O| Planning: Planning completed in 0.00 seconds |
| 4184 | 2026-02-19T01:20:24.183Z | [ recovery-image] Feb 19 01:20:23.947 INFO O| Feb 19 01:20:23.947 INFO O| Planning: Consolidating action changes ... Done |
| 4185 | 2026-02-19T01:20:24.183Z | [ recovery-image] Feb 19 01:20:23.947 INFO O| Feb 19 01:20:23.947 INFO O| Planning: Evaluating mediators ... Done |
| 4186 | 2026-02-19T01:20:24.183Z | [ recovery-image] Feb 19 01:20:23.948 INFO O| Feb 19 01:20:23.947 INFO O| Planning: Planning completed in 0.00 seconds |
| 4187 | 2026-02-19T01:20:24.183Z | [ recovery-image] Feb 19 01:20:23.948 INFO O| Feb 19 01:20:23.948 INFO O| Variants/Facets to change: 1 |
| 4188 | 2026-02-19T01:20:24.207Z | [ recovery-image] Feb 19 01:20:23.989 INFO O| Feb 19 01:20:23.989 INFO O| Done |
| 4189 | 2026-02-19T01:20:24.207Z | [ recovery-image] Feb 19 01:20:23.989 INFO O| Feb 19 01:20:23.989 INFO O| Done |
| 4190 | 2026-02-19T01:20:27.000Z | [ recovery-image] Feb 19 01:20:26.787 INFO O| Feb 19 01:20:26.787 INFO O| Done |
| 4191 | 2026-02-19T01:20:27.143Z | [ recovery-image] Feb 19 01:20:26.929 INFO O| Feb 19 01:20:26.929 INFO O| Done |
| 4192 | 2026-02-19T01:20:27.167Z | [ recovery-image] Feb 19 01:20:26.930 INFO O| Feb 19 01:20:26.930 INFO O| Done |
| 4193 | 2026-02-19T01:20:27.167Z | [ recovery-image] Feb 19 01:20:26.931 INFO O| Feb 19 01:20:26.931 INFO O| Done |
| 4194 | 2026-02-19T01:20:27.167Z | [ recovery-image] Feb 19 01:20:26.932 INFO O| Feb 19 01:20:26.932 INFO O| Done |
| 4195 | 2026-02-19T01:20:29.110Z | [ recovery-image] Feb 19 01:20:28.897 INFO O| Feb 19 01:20:28.897 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4196 | 2026-02-19T01:20:29.110Z | [ recovery-image] Feb 19 01:20:28.897 INFO O| Feb 19 01:20:28.897 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4197 | 2026-02-19T01:20:29.705Z | [ recovery-image] Feb 19 01:20:29.492 INFO O| Feb 19 01:20:29.492 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"] |
| 4198 | 2026-02-19T01:20:32.480Z | [ host-image] Feb 19 01:20:32.268 INFO O| Feb 19 01:20:32.268 INFO O| Startup: Caching catalogs ... Done |
| 4199 | 2026-02-19T01:20:40.382Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4200 | 2026-02-19T01:20:45.417Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4201 | 2026-02-19T01:20:57.345Z | [verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4202 | 2026-02-19T01:21:00.719Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4203 | 2026-02-19T01:21:18.320Z | [ recovery-image] Feb 19 01:21:18.111 INFO O| Feb 19 01:21:18.110 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4204 | 2026-02-19T01:21:41.604Z | [ recovery-image] Feb 19 01:21:41.397 INFO O| Feb 19 01:21:41.397 INFO O| Startup: Caching catalogs ... Done |
| 4205 | 2026-02-19T01:21:41.738Z | [ recovery-image] Feb 19 01:21:41.531 INFO O| Feb 19 01:21:41.531 INFO O| Planning: Planning completed in 0.00 seconds |
| 4206 | 2026-02-19T01:21:41.763Z | [ recovery-image] Feb 19 01:21:41.532 INFO O| Feb 19 01:21:41.532 INFO O| Planning: Consolidating action changes ... Done |
| 4207 | 2026-02-19T01:21:41.763Z | [ recovery-image] Feb 19 01:21:41.532 INFO O| Feb 19 01:21:41.532 INFO O| Planning: Evaluating mediators ... Done |
| 4208 | 2026-02-19T01:21:41.763Z | [ recovery-image] Feb 19 01:21:41.533 INFO O| Feb 19 01:21:41.533 INFO O| Planning: Planning completed in 0.00 seconds |
| 4209 | 2026-02-19T01:21:41.763Z | [ recovery-image] Feb 19 01:21:41.533 INFO O| Feb 19 01:21:41.533 INFO O| Variants/Facets to change: 1 |
| 4210 | 2026-02-19T01:21:41.789Z | [ recovery-image] Feb 19 01:21:41.578 INFO O| Feb 19 01:21:41.578 INFO O| Done |
| 4211 | 2026-02-19T01:21:41.789Z | [ recovery-image] Feb 19 01:21:41.578 INFO O| Feb 19 01:21:41.578 INFO O| Done |
| 4212 | 2026-02-19T01:21:45.373Z | [ recovery-image] Feb 19 01:21:45.163 INFO O| Feb 19 01:21:45.163 INFO O| Done |
| 4213 | 2026-02-19T01:21:45.533Z | [ recovery-image] Feb 19 01:21:45.324 INFO O| Feb 19 01:21:45.324 INFO O| Done |
| 4214 | 2026-02-19T01:21:45.563Z | [ recovery-image] Feb 19 01:21:45.325 INFO O| Feb 19 01:21:45.325 INFO O| Done |
| 4215 | 2026-02-19T01:21:45.563Z | [ recovery-image] Feb 19 01:21:45.326 INFO O| Feb 19 01:21:45.325 INFO O| Done |
| 4216 | 2026-02-19T01:21:45.563Z | [ recovery-image] Feb 19 01:21:45.328 INFO O| Feb 19 01:21:45.328 INFO O| Done |
| 4217 | 2026-02-19T01:21:47.939Z | [ recovery-image] Feb 19 01:21:47.732 INFO O| Feb 19 01:21:47.731 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 4218 | 2026-02-19T01:21:47.939Z | [ recovery-image] Feb 19 01:21:47.732 INFO O| Feb 19 01:21:47.731 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4219 | 2026-02-19T01:21:49.109Z | [ recovery-image] Feb 19 01:21:48.902 INFO O| Feb 19 01:21:48.902 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"] |
| 4220 | 2026-02-19T01:21:51.247Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4221 | 2026-02-19T01:21:53.388Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4222 | 2026-02-19T01:21:56.164Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4223 | 2026-02-19T01:22:14.642Z | [verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4224 | 2026-02-19T01:22:16.833Z | [verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4225 | 2026-02-19T01:22:26.636Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4226 | 2026-02-19T01:22:36.747Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4227 | 2026-02-19T01:22:45.086Z | [ recovery-image] Feb 19 01:22:44.884 INFO O| Feb 19 01:22:44.884 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4228 | 2026-02-19T01:22:52.388Z | [verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4229 | 2026-02-19T01:22:57.048Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4230 | 2026-02-19T01:23:08.322Z | [ recovery-image] Feb 19 01:23:08.122 INFO O| Feb 19 01:23:08.122 INFO O| Startup: Caching catalogs ... Done |
| 4231 | 2026-02-19T01:23:08.461Z | [ recovery-image] Feb 19 01:23:08.261 INFO O| Feb 19 01:23:08.261 INFO O| Planning: Planning completed in 0.00 seconds |
| 4232 | 2026-02-19T01:23:08.484Z | [ recovery-image] Feb 19 01:23:08.262 INFO O| Feb 19 01:23:08.262 INFO O| Planning: Consolidating action changes ... Done |
| 4233 | 2026-02-19T01:23:08.484Z | [ recovery-image] Feb 19 01:23:08.262 INFO O| Feb 19 01:23:08.262 INFO O| Planning: Evaluating mediators ... Done |
| 4234 | 2026-02-19T01:23:08.485Z | [ recovery-image] Feb 19 01:23:08.263 INFO O| Feb 19 01:23:08.263 INFO O| Planning: Planning completed in 0.00 seconds |
| 4235 | 2026-02-19T01:23:08.485Z | [ recovery-image] Feb 19 01:23:08.263 INFO O| Feb 19 01:23:08.263 INFO O| Variants/Facets to change: 1 |
| 4236 | 2026-02-19T01:23:08.531Z | [ recovery-image] Feb 19 01:23:08.331 INFO O| Feb 19 01:23:08.331 INFO O| Done |
| 4237 | 2026-02-19T01:23:08.531Z | [ recovery-image] Feb 19 01:23:08.331 INFO O| Feb 19 01:23:08.331 INFO O| Done |
| 4238 | 2026-02-19T01:23:11.301Z | [ recovery-image] Feb 19 01:23:11.101 INFO O| Feb 19 01:23:11.101 INFO O| Done |
| 4239 | 2026-02-19T01:23:11.437Z | [ recovery-image] Feb 19 01:23:11.237 INFO O| Feb 19 01:23:11.237 INFO O| Done |
| 4240 | 2026-02-19T01:23:11.462Z | [ recovery-image] Feb 19 01:23:11.238 INFO O| Feb 19 01:23:11.238 INFO O| Done |
| 4241 | 2026-02-19T01:23:11.462Z | [ recovery-image] Feb 19 01:23:11.238 INFO O| Feb 19 01:23:11.238 INFO O| Done |
| 4242 | 2026-02-19T01:23:11.462Z | [ recovery-image] Feb 19 01:23:11.240 INFO O| Feb 19 01:23:11.240 INFO O| Done |
| 4243 | 2026-02-19T01:23:13.325Z | [ recovery-image] Feb 19 01:23:13.126 INFO O| Feb 19 01:23:13.126 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 4244 | 2026-02-19T01:23:13.325Z | [ recovery-image] Feb 19 01:23:13.126 INFO O| Feb 19 01:23:13.126 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4245 | 2026-02-19T01:23:13.351Z | [ recovery-image] Feb 19 01:23:13.147 INFO O| Feb 19 01:23:13.147 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/developer/debug/mdb", "/system/kernel/dtrace/providers", "/system/network", "/system/microcode/oxide", "/driver/network/cxgbe", "/driver/network/e1000g", "/driver/network/igb", "/driver/network/ixgbe", "/driver/network/rge", "/driver/storage/nvme", "/developer/macro/cpp", "/system/library/gcc-runtime", "/system/library/g++-runtime", "/developer/linker", "/diagnostic/diskinfo", "/diagnostic/pci", "/diagnostic/cpu-counters", "/system/data/hardware-registry", "/system/extended-system-utilities", "/web/curl", "/text/column", "/text/less", "/text/looker", "/ooce/util/jq", "/system/watch", "/editor/vim", "/terminal/resize", "/system/data/urxvt-terminfo", "/network/netcat", "/network/rsync", "/network/snoop", "/network/overwatch", "/compress/gzip", "/locale/en", "/system/network/routing", "/driver/cpu/amd/zen", "/driver/gpio/amd/zen", "/system/gpio", "/system/bhyve", "/system/library/bhyve", "/service/network/chrony", "/driver/misc/tofino", "/library/expat", "/system/library/pcap", "/network/dns/bind", "/network/openssh-server", "oxide/platform-identity-cacerts", "/consolidation/oxide/omicron-release-incorporation@19.0.0.0"] |
| 4246 | 2026-02-19T01:23:13.441Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4247 | 2026-02-19T01:23:17.756Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4248 | 2026-02-19T01:23:24.994Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4249 | 2026-02-19T01:23:30.910Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4250 | 2026-02-19T01:23:31.699Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 4251 | 2026-02-19T01:23:32.053Z | [verify-libraries] Compiling omicron-zone-package v0.12.2 |
| 4252 | 2026-02-19T01:23:53.404Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4253 | 2026-02-19T01:24:05.539Z | [ host-image] Feb 19 01:24:05.343 INFO O| Feb 19 01:24:05.343 INFO O| Planning: Solver setup ... Done |
| 4254 | 2026-02-19T01:24:06.600Z | [ recovery-image] Feb 19 01:24:06.405 INFO O| Feb 19 01:24:06.404 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4255 | 2026-02-19T01:24:37.230Z | [ recovery-image] Feb 19 01:24:37.033 INFO O| Feb 19 01:24:37.029 INFO O| Startup: Caching catalogs ... Done |
| 4256 | 2026-02-19T01:24:45.193Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4257 | 2026-02-19T01:24:48.382Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4258 | 2026-02-19T01:24:55.493Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4259 | 2026-02-19T01:24:59.115Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4260 | 2026-02-19T01:25:23.298Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4261 | 2026-02-19T01:25:24.525Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4262 | 2026-02-19T01:25:25.437Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4263 | 2026-02-19T01:25:36.853Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4264 | 2026-02-19T01:25:40.771Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4265 | 2026-02-19T01:26:44.031Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4266 | 2026-02-19T01:26:45.834Z | [verify-libraries] Compiling diff v0.1.13 |
| 4267 | 2026-02-19T01:26:47.406Z | [verify-libraries] Compiling yansi v1.0.1 |
| 4268 | 2026-02-19T01:26:48.891Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
| 4269 | 2026-02-19T01:26:49.664Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4270 | 2026-02-19T01:26:49.985Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4271 | 2026-02-19T01:26:50.657Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4272 | 2026-02-19T01:26:51.154Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4273 | 2026-02-19T01:26:51.704Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4274 | 2026-02-19T01:26:52.224Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4275 | 2026-02-19T01:26:53.164Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4276 | 2026-02-19T01:26:53.749Z | [verify-libraries] Compiling drift v0.1.3 |
| 4277 | 2026-02-19T01:27:02.165Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4278 | 2026-02-19T01:27:20.491Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4279 | 2026-02-19T01:27:22.957Z | [verify-libraries] Compiling dropshot-api-manager v0.3.0 |
| 4280 | 2026-02-19T01:27:32.688Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4281 | 2026-02-19T01:27:53.508Z | [ recovery-image] Feb 19 01:27:53.331 INFO O| Feb 19 01:27:53.331 INFO O| Planning: Solver setup ... Done |
| 4282 | 2026-02-19T01:28:02.732Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4283 | 2026-02-19T01:28:13.849Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4284 | 2026-02-19T01:28:17.343Z | [verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4285 | 2026-02-19T01:28:24.080Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4286 | 2026-02-19T01:28:37.545Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4287 | 2026-02-19T01:28:41.794Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4288 | 2026-02-19T01:28:53.819Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4289 | 2026-02-19T01:28:54.659Z | [verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4290 | 2026-02-19T01:28:57.875Z | [verify-libraries] Compiling termios v0.3.3 |
| 4291 | 2026-02-19T01:28:58.683Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4292 | 2026-02-19T01:29:01.234Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4293 | 2026-02-19T01:29:01.899Z | [verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4294 | 2026-02-19T01:29:27.113Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4295 | 2026-02-19T01:29:43.129Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4296 | 2026-02-19T01:29:45.548Z | [verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4297 | 2026-02-19T01:33:15.504Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4298 | 2026-02-19T01:34:13.607Z | [verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4299 | 2026-02-19T01:34:26.569Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4300 | 2026-02-19T01:34:51.871Z | [ host-image] Feb 19 01:34:51.727 INFO O| Feb 19 01:34:51.726 INFO O| Planning: Running solver ... Done |
| 4301 | 2026-02-19T01:35:01.460Z | [verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4302 | 2026-02-19T01:35:05.963Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4303 | 2026-02-19T01:35:11.196Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4304 | 2026-02-19T01:35:16.558Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4305 | 2026-02-19T01:35:36.036Z | [ host-image] Feb 19 01:35:35.896 INFO O| Feb 19 01:35:35.896 INFO O| Planning: Finding local manifests ... Done |
| 4306 | 2026-02-19T01:35:37.838Z | [ host-image] Feb 19 01:35:37.699 INFO O| Feb 19 01:35:37.699 INFO O| Planning: Fetching manifests: 0/126 0% complete |
| 4307 | 2026-02-19T01:35:42.851Z | [ host-image] Feb 19 01:35:42.712 INFO O| Feb 19 01:35:42.712 INFO O| Planning: Fetching manifests: 58/126 46% complete |
| 4308 | 2026-02-19T01:35:47.872Z | [ host-image] Feb 19 01:35:47.734 INFO O| Feb 19 01:35:47.734 INFO O| Planning: Fetching manifests: 111/126 88% complete |
| 4309 | 2026-02-19T01:35:48.885Z | [ host-image] Feb 19 01:35:48.746 INFO O| Feb 19 01:35:48.746 INFO O| Planning: Fetching manifests: 126/126 100% complete |
| 4310 | 2026-02-19T01:35:50.579Z | [ host-image] Feb 19 01:35:50.441 INFO O| Feb 19 01:35:50.441 INFO O| Planning: Package planning ... Done |
| 4311 | 2026-02-19T01:35:52.235Z | [ host-image] Feb 19 01:35:52.097 INFO O| Feb 19 01:35:52.097 INFO O| Planning: Merging actions ... Done |
| 4312 | 2026-02-19T01:35:52.592Z | [ host-image] Feb 19 01:35:52.455 INFO O| Feb 19 01:35:52.454 INFO O| Planning: Checking for conflicting actions ... Done |
| 4313 | 2026-02-19T01:35:52.856Z | [ host-image] Feb 19 01:35:52.718 INFO O| Feb 19 01:35:52.718 INFO O| Planning: Consolidating action changes ... Done |
| 4314 | 2026-02-19T01:35:53.255Z | [ host-image] Feb 19 01:35:53.117 INFO O| Feb 19 01:35:53.117 INFO O| Planning: Evaluating mediators ... Done |
| 4315 | 2026-02-19T01:35:58.968Z | [ host-image] Feb 19 01:35:58.831 INFO O| Feb 19 01:35:58.831 INFO O| Planning: Planning completed in 926.35 seconds |
| 4316 | 2026-02-19T01:35:59.134Z | [ host-image] Feb 19 01:35:58.997 INFO O| Feb 19 01:35:58.997 INFO O| Packages to install: 126 |
| 4317 | 2026-02-19T01:35:59.135Z | [ host-image] Feb 19 01:35:58.997 INFO O| Feb 19 01:35:58.997 INFO O| Mediators to change: 5 |
| 4318 | 2026-02-19T01:35:59.159Z | [ host-image] Feb 19 01:35:58.997 INFO O| Feb 19 01:35:58.997 INFO O| Services to change: 6 |
| 4319 | 2026-02-19T01:36:00.577Z | [ host-image] Feb 19 01:36:00.440 INFO O| Feb 19 01:36:00.440 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete |
| 4320 | 2026-02-19T01:36:05.569Z | [ host-image] Feb 19 01:36:05.433 INFO O| Feb 19 01:36:05.432 INFO O| Download: 1151/22925 items 6.0/210.6MB 2% complete (1.2M/s) |
| 4321 | 2026-02-19T01:36:10.587Z | [ host-image] Feb 19 01:36:10.450 INFO O| Feb 19 01:36:10.450 INFO O| Download: 1796/22925 items 13.0/210.6MB 6% complete (1.3M/s) |
| 4322 | 2026-02-19T01:36:15.594Z | [ host-image] Feb 19 01:36:15.458 INFO O| Feb 19 01:36:15.458 INFO O| Download: 2455/22925 items 28.2/210.6MB 13% complete (2.2M/s) |
| 4323 | 2026-02-19T01:36:20.597Z | [ host-image] Feb 19 01:36:20.461 INFO O| Feb 19 01:36:20.461 INFO O| Download: 3658/22925 items 37.7/210.6MB 17% complete (2.4M/s) |
| 4324 | 2026-02-19T01:36:25.604Z | [ host-image] Feb 19 01:36:25.468 INFO O| Feb 19 01:36:25.468 INFO O| Download: 4711/22925 items 43.4/210.6MB 20% complete (1.5M/s) |
| 4325 | 2026-02-19T01:36:30.612Z | [ host-image] Feb 19 01:36:30.477 INFO O| Feb 19 01:36:30.477 INFO O| Download: 5772/22925 items 46.7/210.6MB 22% complete (1002k/s) |
| 4326 | 2026-02-19T01:36:35.611Z | [ host-image] Feb 19 01:36:35.477 INFO O| Feb 19 01:36:35.477 INFO O| Download: 6843/22925 items 48.3/210.6MB 22% complete (507k/s) |
| 4327 | 2026-02-19T01:36:40.620Z | [ host-image] Feb 19 01:36:40.486 INFO O| Feb 19 01:36:40.486 INFO O| Download: 7805/22925 items 59.2/210.6MB 28% complete (1.2M/s) |
| 4328 | 2026-02-19T01:36:45.623Z | [ host-image] Feb 19 01:36:45.488 INFO O| Feb 19 01:36:45.488 INFO O| Download: 8580/22925 items 74.6/210.6MB 35% complete (2.6M/s) |
| 4329 | 2026-02-19T01:36:50.627Z | [ host-image] Feb 19 01:36:50.494 INFO O| Feb 19 01:36:50.494 INFO O| Download: 9758/22925 items 88.2/210.6MB 41% complete (2.9M/s) |
| 4330 | 2026-02-19T01:36:55.630Z | [ host-image] Feb 19 01:36:55.498 INFO O| Feb 19 01:36:55.498 INFO O| Download: 10871/22925 items 94.5/210.6MB 44% complete (2.0M/s) |
| 4331 | 2026-02-19T01:37:00.742Z | [ host-image] Feb 19 01:37:00.610 INFO O| Feb 19 01:37:00.610 INFO O| Download: 11398/22925 items 100.3/210.6MB 47% complete (1.2M/s) |
| 4332 | 2026-02-19T01:37:05.865Z | [ host-image] Feb 19 01:37:05.733 INFO O| Feb 19 01:37:05.733 INFO O| Download: 12282/22925 items 113.6/210.6MB 53% complete (1.9M/s) |
| 4333 | 2026-02-19T01:37:10.866Z | [ host-image] Feb 19 01:37:10.735 INFO O| Feb 19 01:37:10.735 INFO O| Download: 13392/22925 items 114.8/210.6MB 54% complete (1.5M/s) |
| 4334 | 2026-02-19T01:37:15.878Z | [ host-image] Feb 19 01:37:15.746 INFO O| Feb 19 01:37:15.745 INFO O| Download: 14446/22925 items 116.3/210.6MB 55% complete (264k/s) |
| 4335 | 2026-02-19T01:37:20.880Z | [ host-image] Feb 19 01:37:20.750 INFO O| Feb 19 01:37:20.750 INFO O| Download: 15413/22925 items 129.8/210.6MB 61% complete (1.4M/s) |
| 4336 | 2026-02-19T01:37:25.881Z | [ host-image] Feb 19 01:37:25.750 INFO O| Feb 19 01:37:25.750 INFO O| Download: 16313/22925 items 139.7/210.6MB 66% complete (2.4M/s) |
| 4337 | 2026-02-19T01:37:30.881Z | [ host-image] Feb 19 01:37:30.751 INFO O| Feb 19 01:37:30.751 INFO O| Download: 17559/22925 items 150.8/210.6MB 71% complete (2.1M/s) |
| 4338 | 2026-02-19T01:37:35.887Z | [ host-image] Feb 19 01:37:35.758 INFO O| Feb 19 01:37:35.757 INFO O| Download: 18334/22925 items 168.2/210.6MB 79% complete (2.9M/s) |
| 4339 | 2026-02-19T01:37:40.887Z | [ host-image] Feb 19 01:37:40.758 INFO O| Feb 19 01:37:40.758 INFO O| Download: 19548/22925 items 172.9/210.6MB 82% complete (2.2M/s) |
| 4340 | 2026-02-19T01:37:45.888Z | [ host-image] Feb 19 01:37:45.759 INFO O| Feb 19 01:37:45.759 INFO O| Download: 20726/22925 items 177.8/210.6MB 84% complete (992k/s) |
| 4341 | 2026-02-19T01:37:50.887Z | [ host-image] Feb 19 01:37:50.759 INFO O| Feb 19 01:37:50.759 INFO O| Download: 21397/22925 items 185.6/210.6MB 88% complete (1.3M/s) |
| 4342 | 2026-02-19T01:37:55.906Z | [ host-image] Feb 19 01:37:55.778 INFO O| Feb 19 01:37:55.778 INFO O| Download: 22121/22925 items 204.0/210.6MB 96% complete (2.6M/s) |
| 4343 | 2026-02-19T01:38:00.752Z | [ host-image] Feb 19 01:38:00.625 INFO O| Feb 19 01:38:00.624 INFO O| Download: Completed 210.62 MB in 120.20 seconds (1.8M/s) |
| 4344 | 2026-02-19T01:38:01.975Z | [ host-image] Feb 19 01:38:01.847 INFO O| Feb 19 01:38:01.847 INFO O| Actions: 1/50885 actions (Installing new actions) |
| 4345 | 2026-02-19T01:38:06.975Z | [ host-image] Feb 19 01:38:06.848 INFO O| Feb 19 01:38:06.847 INFO O| Actions: 10611/50885 actions (Installing new actions) |
| 4346 | 2026-02-19T01:38:11.995Z | [ host-image] Feb 19 01:38:11.868 INFO O| Feb 19 01:38:11.868 INFO O| Actions: 16972/50885 actions (Installing new actions) |
| 4347 | 2026-02-19T01:38:16.994Z | [ host-image] Feb 19 01:38:16.868 INFO O| Feb 19 01:38:16.868 INFO O| Actions: 24433/50885 actions (Installing new actions) |
| 4348 | 2026-02-19T01:38:21.995Z | [ host-image] Feb 19 01:38:21.869 INFO O| Feb 19 01:38:21.869 INFO O| Actions: 50385/50885 actions (Installing new actions) |
| 4349 | 2026-02-19T01:38:22.939Z | [ host-image] Feb 19 01:38:22.813 INFO O| Feb 19 01:38:22.813 INFO O| Actions: Completed 50885 actions in 20.96 seconds. |
| 4350 | 2026-02-19T01:38:24.234Z | [ host-image] Feb 19 01:38:24.109 INFO O| Feb 19 01:38:24.108 INFO O| Done |
| 4351 | 2026-02-19T01:38:24.234Z | [ host-image] Feb 19 01:38:24.109 INFO O| Feb 19 01:38:24.108 INFO O| Done |
| 4352 | 2026-02-19T01:38:59.608Z | [ host-image] Feb 19 01:38:59.485 INFO O| Feb 19 01:38:59.485 INFO O| Done |
| 4353 | 2026-02-19T01:39:02.756Z | [ host-image] Feb 19 01:39:02.633 INFO O| Feb 19 01:39:02.633 INFO O| Done |
| 4354 | 2026-02-19T01:39:02.817Z | [ host-image] Feb 19 01:39:02.695 INFO O| Feb 19 01:39:02.695 INFO O| Done |
| 4355 | 2026-02-19T01:39:08.954Z | [ host-image] Feb 19 01:39:08.832 INFO O| Feb 19 01:39:08.832 INFO O| Done |
| 4356 | 2026-02-19T01:39:10.005Z | [ host-image] Feb 19 01:39:09.883 INFO O| Feb 19 01:39:09.882 INFO O| Done |
| 4357 | 2026-02-19T01:39:12.905Z | [ recovery-image] Feb 19 01:39:12.784 INFO O| Feb 19 01:39:12.783 INFO O| Planning: Running solver ... Done |
| 4358 | 2026-02-19T01:39:15.148Z | [ recovery-image] Feb 19 01:39:15.026 INFO O| Feb 19 01:39:15.026 INFO O| Planning: Finding local manifests ... Done |
| 4359 | 2026-02-19T01:39:15.395Z | [ recovery-image] Feb 19 01:39:15.274 INFO O| Feb 19 01:39:15.274 INFO O| Planning: Fetching manifests: 0/126 0% complete |
| 4360 | 2026-02-19T01:39:20.554Z | [ recovery-image] Feb 19 01:39:20.433 INFO O| Feb 19 01:39:20.432 INFO O| Planning: Fetching manifests: 76/126 60% complete |
| 4361 | 2026-02-19T01:39:23.340Z | [ recovery-image] Feb 19 01:39:23.219 INFO O| Feb 19 01:39:23.219 INFO O| Planning: Fetching manifests: 126/126 100% complete |
| 4362 | 2026-02-19T01:39:24.173Z | [ recovery-image] Feb 19 01:39:24.052 INFO O| Feb 19 01:39:24.052 INFO O| Planning: Package planning ... Done |
| 4363 | 2026-02-19T01:39:24.744Z | [ recovery-image] Feb 19 01:39:24.623 INFO O| Feb 19 01:39:24.623 INFO O| Planning: Merging actions ... Done |
| 4364 | 2026-02-19T01:39:24.891Z | [ recovery-image] Feb 19 01:39:24.771 INFO O| Feb 19 01:39:24.771 INFO O| Planning: Checking for conflicting actions ... Done |
| 4365 | 2026-02-19T01:39:25.007Z | [ recovery-image] Feb 19 01:39:24.886 INFO O| Feb 19 01:39:24.886 INFO O| Planning: Consolidating action changes ... Done |
| 4366 | 2026-02-19T01:39:25.304Z | [ recovery-image] Feb 19 01:39:25.183 INFO O| Feb 19 01:39:25.183 INFO O| Planning: Evaluating mediators ... Done |
| 4367 | 2026-02-19T01:39:29.879Z | [ recovery-image] Feb 19 01:39:29.759 INFO O| Feb 19 01:39:29.759 INFO O| Planning: Planning completed in 892.44 seconds |
| 4368 | 2026-02-19T01:39:29.904Z | [ recovery-image] Feb 19 01:39:29.782 INFO O| Feb 19 01:39:29.782 INFO O| Packages to install: 126 |
| 4369 | 2026-02-19T01:39:29.904Z | [ recovery-image] Feb 19 01:39:29.782 INFO O| Feb 19 01:39:29.782 INFO O| Mediators to change: 5 |
| 4370 | 2026-02-19T01:39:29.904Z | [ recovery-image] Feb 19 01:39:29.782 INFO O| Feb 19 01:39:29.782 INFO O| Services to change: 5 |
| 4371 | 2026-02-19T01:39:30.017Z | [ recovery-image] Feb 19 01:39:29.897 INFO O| Feb 19 01:39:29.897 INFO O| Download: 0/15969 items 0.0/187.2MB 0% complete |
| 4372 | 2026-02-19T01:39:35.020Z | [ recovery-image] Feb 19 01:39:34.900 INFO O| Feb 19 01:39:34.900 INFO O| Download: 1073/15969 items 8.6/187.2MB 4% complete (1.8M/s) |
| 4373 | 2026-02-19T01:39:40.810Z | [ recovery-image] Feb 19 01:39:40.691 INFO O| Feb 19 01:39:40.690 INFO O| Download: 1605/15969 items 25.0/187.2MB 13% complete (2.5M/s) |
| 4374 | 2026-02-19T01:39:42.397Z | [ host-image] Feb 19 01:39:42.278 INFO O| Feb 19 01:39:42.278 INFO STEP 11 (pkg_install) COMPLETE |
| 4375 | 2026-02-19T01:39:42.422Z | [ host-image] Feb 19 01:39:42.280 INFO O| Feb 19 01:39:42.278 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4376 | 2026-02-19T01:39:42.446Z | [ host-image] Feb 19 01:39:42.303 INFO O| Feb 19 01:39:42.303 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"] |
| 4377 | 2026-02-19T01:39:45.810Z | [ recovery-image] Feb 19 01:39:45.691 INFO O| Feb 19 01:39:45.691 INFO O| Download: 2739/15969 items 33.3/187.2MB 17% complete (2.3M/s) |
| 4378 | 2026-02-19T01:39:50.917Z | [ recovery-image] Feb 19 01:39:50.799 INFO O| Feb 19 01:39:50.799 INFO O| Download: 4859/15969 items 43.4/187.2MB 23% complete (1.8M/s) |
| 4379 | 2026-02-19T01:39:55.917Z | [ recovery-image] Feb 19 01:39:55.799 INFO O| Feb 19 01:39:55.799 INFO O| Download: 6033/15969 items 54.1/187.2MB 28% complete (2.0M/s) |
| 4380 | 2026-02-19T01:40:00.921Z | [ recovery-image] Feb 19 01:40:00.803 INFO O| Feb 19 01:40:00.803 INFO O| Download: 6915/15969 items 70.9/187.2MB 37% complete (2.7M/s) |
| 4381 | 2026-02-19T01:40:05.920Z | [ recovery-image] Feb 19 01:40:05.803 INFO O| Feb 19 01:40:05.803 INFO O| Download: 7899/15969 items 79.9/187.2MB 42% complete (2.5M/s) |
| 4382 | 2026-02-19T01:40:10.934Z | [ recovery-image] Feb 19 01:40:10.817 INFO O| Feb 19 01:40:10.817 INFO O| Download: 8759/15969 items 88.2/187.2MB 47% complete (1.7M/s) |
| 4383 | 2026-02-19T01:40:15.934Z | [ recovery-image] Feb 19 01:40:15.817 INFO O| Feb 19 01:40:15.817 INFO O| Download: 9694/15969 items 97.8/187.2MB 52% complete (1.8M/s) |
| 4384 | 2026-02-19T01:40:20.939Z | [ recovery-image] Feb 19 01:40:20.823 INFO O| Feb 19 01:40:20.823 INFO O| Download: 10897/15969 items 98.7/187.2MB 52% complete (1.1M/s) |
| 4385 | 2026-02-19T01:40:25.940Z | [ recovery-image] Feb 19 01:40:25.824 INFO O| Feb 19 01:40:25.824 INFO O| Download: 11581/15969 items 114.8/187.2MB 61% complete (1.6M/s) |
| 4386 | 2026-02-19T01:40:31.017Z | [ recovery-image] Feb 19 01:40:30.902 INFO O| Feb 19 01:40:30.902 INFO O| Download: 12073/15969 items 145.3/187.2MB 77% complete (4.6M/s) |
| 4387 | 2026-02-19T01:40:31.171Z | [ host-image] Feb 19 01:40:31.056 INFO O| Feb 19 01:40:31.056 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4388 | 2026-02-19T01:40:36.018Z | [ recovery-image] Feb 19 01:40:35.903 INFO O| Feb 19 01:40:35.903 INFO O| Download: 13309/15969 items 150.0/187.2MB 80% complete (3.5M/s) |
| 4389 | 2026-02-19T01:40:41.029Z | [ recovery-image] Feb 19 01:40:40.914 INFO O| Feb 19 01:40:40.914 INFO O| Download: 14564/15969 items 155.3/187.2MB 82% complete (1.0M/s) |
| 4390 | 2026-02-19T01:40:46.031Z | [ recovery-image] Feb 19 01:40:45.916 INFO O| Feb 19 01:40:45.916 INFO O| Download: 15287/15969 items 163.3/187.2MB 87% complete (1.3M/s) |
| 4391 | 2026-02-19T01:40:50.781Z | [ host-image] Feb 19 01:40:50.667 INFO O| Feb 19 01:40:50.667 INFO O| Startup: Caching catalogs ... Done |
| 4392 | 2026-02-19T01:40:51.036Z | [ recovery-image] Feb 19 01:40:50.923 INFO O| Feb 19 01:40:50.922 INFO O| Download: 15777/15969 items 183.4/187.2MB 97% complete (2.8M/s) |
| 4393 | 2026-02-19T01:40:52.994Z | [ recovery-image] Feb 19 01:40:52.880 INFO O| Feb 19 01:40:52.880 INFO O| Download: Completed 187.23 MB in 82.98 seconds (2.2M/s) |
| 4394 | 2026-02-19T01:40:53.687Z | [ recovery-image] Feb 19 01:40:53.574 INFO O| Feb 19 01:40:53.573 INFO O| Actions: 1/26357 actions (Installing new actions) |
| 4395 | 2026-02-19T01:40:58.700Z | [ recovery-image] Feb 19 01:40:58.587 INFO O| Feb 19 01:40:58.587 INFO O| Actions: 12133/26357 actions (Installing new actions) |
| 4396 | 2026-02-19T01:41:01.309Z | [ host-image] Feb 19 01:41:01.196 INFO O| Feb 19 01:41:01.196 INFO O| Planning: Solver setup ... Done |
| 4397 | 2026-02-19T01:41:01.333Z | [ host-image] Feb 19 01:41:01.206 INFO O| Feb 19 01:41:01.206 INFO O| Planning: Running solver ... Done |
| 4398 | 2026-02-19T01:41:01.468Z | [ host-image] Feb 19 01:41:01.355 INFO O| Feb 19 01:41:01.355 INFO O| Planning: Finding local manifests ... Done |
| 4399 | 2026-02-19T01:41:01.548Z | [ host-image] Feb 19 01:41:01.436 INFO O| Feb 19 01:41:01.435 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4400 | 2026-02-19T01:41:01.809Z | [ host-image] Feb 19 01:41:01.696 INFO O| Feb 19 01:41:01.696 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4401 | 2026-02-19T01:41:01.853Z | [ host-image] Feb 19 01:41:01.740 INFO O| Feb 19 01:41:01.740 INFO O| Planning: Package planning ... Done |
| 4402 | 2026-02-19T01:41:01.878Z | [ host-image] Feb 19 01:41:01.746 INFO O| Feb 19 01:41:01.746 INFO O| Planning: Merging actions ... Done |
| 4403 | 2026-02-19T01:41:01.954Z | [ host-image] Feb 19 01:41:01.841 INFO O| Feb 19 01:41:01.841 INFO O| Planning: Checking for conflicting actions ... Done |
| 4404 | 2026-02-19T01:41:01.979Z | [ host-image] Feb 19 01:41:01.843 INFO O| Feb 19 01:41:01.843 INFO O| Planning: Consolidating action changes ... Done |
| 4405 | 2026-02-19T01:41:02.192Z | [ host-image] Feb 19 01:41:02.079 INFO O| Feb 19 01:41:02.079 INFO O| Planning: Evaluating mediators ... Done |
| 4406 | 2026-02-19T01:41:02.217Z | [ host-image] Feb 19 01:41:02.082 INFO O| Feb 19 01:41:02.082 INFO O| Planning: Planning completed in 11.23 seconds |
| 4407 | 2026-02-19T01:41:02.217Z | [ host-image] Feb 19 01:41:02.083 INFO O| Feb 19 01:41:02.083 INFO O| Packages to install: 6 |
| 4408 | 2026-02-19T01:41:02.217Z | [ host-image] Feb 19 01:41:02.083 INFO O| Feb 19 01:41:02.083 INFO O| Services to change: 2 |
| 4409 | 2026-02-19T01:41:02.242Z | [ host-image] Feb 19 01:41:02.109 INFO O| Feb 19 01:41:02.108 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete |
| 4410 | 2026-02-19T01:41:03.700Z | [ recovery-image] Feb 19 01:41:03.587 INFO O| Feb 19 01:41:03.587 INFO O| Actions: 20732/26357 actions (Installing new actions) |
| 4411 | 2026-02-19T01:41:03.874Z | [ host-image] Feb 19 01:41:03.762 INFO O| Feb 19 01:41:03.762 INFO O| Download: Completed 1.75 MB in 1.65 seconds (1.1M/s) |
| 4412 | 2026-02-19T01:41:03.926Z | [ host-image] Feb 19 01:41:03.813 INFO O| Feb 19 01:41:03.813 INFO O| Actions: 1/390 actions (Installing new actions) |
| 4413 | 2026-02-19T01:41:04.255Z | [ host-image] Feb 19 01:41:04.143 INFO O| Feb 19 01:41:04.142 INFO O| Actions: Completed 390 actions in 0.33 seconds. |
| 4414 | 2026-02-19T01:41:04.929Z | [ host-image] Feb 19 01:41:04.817 INFO O| Feb 19 01:41:04.817 INFO O| Done |
| 4415 | 2026-02-19T01:41:04.930Z | [ host-image] Feb 19 01:41:04.817 INFO O| Feb 19 01:41:04.817 INFO O| Done |
| 4416 | 2026-02-19T01:41:05.091Z | [ recovery-image] Feb 19 01:41:04.935 INFO O| Feb 19 01:41:04.935 INFO O| Actions: Completed 26357 actions in 11.36 seconds. |
| 4417 | 2026-02-19T01:41:06.686Z | [ host-image] Feb 19 01:41:06.573 INFO O| Feb 19 01:41:06.573 INFO O| Done |
| 4418 | 2026-02-19T01:41:06.711Z | [ recovery-image] Feb 19 01:41:06.586 INFO O| Feb 19 01:41:06.586 INFO O| Done |
| 4419 | 2026-02-19T01:41:06.711Z | [ recovery-image] Feb 19 01:41:06.586 INFO O| Feb 19 01:41:06.586 INFO O| Done |
| 4420 | 2026-02-19T01:41:08.523Z | [ host-image] Feb 19 01:41:08.411 INFO O| Feb 19 01:41:08.411 INFO O| Done |
| 4421 | 2026-02-19T01:41:08.566Z | [ host-image] Feb 19 01:41:08.453 INFO O| Feb 19 01:41:08.453 INFO O| Done |
| 4422 | 2026-02-19T01:41:08.590Z | [ host-image] Feb 19 01:41:08.454 INFO O| Feb 19 01:41:08.454 INFO O| Done |
| 4423 | 2026-02-19T01:41:08.615Z | [ host-image] Feb 19 01:41:08.493 INFO O| Feb 19 01:41:08.493 INFO O| Done |
| 4424 | 2026-02-19T01:41:08.736Z | [ recovery-image] Feb 19 01:41:08.624 INFO O| Feb 19 01:41:08.623 INFO O| Done |
| 4425 | 2026-02-19T01:41:10.098Z | [ recovery-image] Feb 19 01:41:09.986 INFO O| Feb 19 01:41:09.986 INFO O| Done |
| 4426 | 2026-02-19T01:41:10.123Z | [ recovery-image] Feb 19 01:41:10.006 INFO O| Feb 19 01:41:10.006 INFO O| Done |
| 4427 | 2026-02-19T01:41:10.268Z | [ host-image] Feb 19 01:41:10.156 INFO O| Feb 19 01:41:10.156 INFO STEP 12 (pkg_install) COMPLETE |
| 4428 | 2026-02-19T01:41:10.268Z | [ host-image] Feb 19 01:41:10.156 INFO O| Feb 19 01:41:10.156 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4429 | 2026-02-19T01:41:10.293Z | [ host-image] Feb 19 01:41:10.170 INFO O| Feb 19 01:41:10.170 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
| 4430 | 2026-02-19T01:41:13.089Z | [ recovery-image] Feb 19 01:41:12.977 INFO O| Feb 19 01:41:12.977 INFO O| Done |
| 4431 | 2026-02-19T01:41:13.702Z | [ recovery-image] Feb 19 01:41:13.590 INFO O| Feb 19 01:41:13.590 INFO O| Done |
| 4432 | 2026-02-19T01:41:17.419Z | [ recovery-image] Feb 19 01:41:17.307 INFO O| Feb 19 01:41:17.307 INFO STEP 11 (pkg_install) COMPLETE |
| 4433 | 2026-02-19T01:41:17.419Z | [ recovery-image] Feb 19 01:41:17.307 INFO O| Feb 19 01:41:17.307 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4434 | 2026-02-19T01:41:17.419Z | [ recovery-image] Feb 19 01:41:17.307 INFO O| Feb 19 01:41:17.307 INFO skip step because feature "recovery" is enabled |
| 4435 | 2026-02-19T01:41:17.444Z | [ recovery-image] Feb 19 01:41:17.307 INFO O| Feb 19 01:41:17.307 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4436 | 2026-02-19T01:41:17.444Z | [ recovery-image] Feb 19 01:41:17.307 INFO O| Feb 19 01:41:17.307 INFO skip step because feature "omicron1" is not enabled |
| 4437 | 2026-02-19T01:41:17.444Z | [ recovery-image] Feb 19 01:41:17.307 INFO O| Feb 19 01:41:17.307 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4438 | 2026-02-19T01:41:17.444Z | [ recovery-image] Feb 19 01:41:17.322 INFO O| Feb 19 01:41:17.322 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"] |
| 4439 | 2026-02-19T01:41:46.006Z | [ host-image] Feb 19 01:41:45.896 INFO O| Feb 19 01:41:45.896 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4440 | 2026-02-19T01:41:51.267Z | [ recovery-image] Feb 19 01:41:51.158 INFO O| Feb 19 01:41:51.158 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4441 | 2026-02-19T01:41:59.542Z | [ host-image] Feb 19 01:41:59.434 INFO O| Feb 19 01:41:59.434 INFO O| Startup: Caching catalogs ... Done |
| 4442 | 2026-02-19T01:42:04.863Z | [ recovery-image] Feb 19 01:42:04.755 INFO O| Feb 19 01:42:04.754 INFO O| Startup: Caching catalogs ... Done |
| 4443 | 2026-02-19T01:42:06.747Z | [ host-image] Feb 19 01:42:06.639 INFO O| Feb 19 01:42:06.639 INFO O| Planning: Solver setup ... Done |
| 4444 | 2026-02-19T01:42:06.772Z | [ host-image] Feb 19 01:42:06.649 INFO O| Feb 19 01:42:06.649 INFO O| Planning: Running solver ... Done |
| 4445 | 2026-02-19T01:42:06.884Z | [ host-image] Feb 19 01:42:06.777 INFO O| Feb 19 01:42:06.776 INFO O| Planning: Finding local manifests ... Done |
| 4446 | 2026-02-19T01:42:07.095Z | [ host-image] Feb 19 01:42:06.987 INFO O| Feb 19 01:42:06.987 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4447 | 2026-02-19T01:42:07.445Z | [ host-image] Feb 19 01:42:07.337 INFO O| Feb 19 01:42:07.337 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4448 | 2026-02-19T01:42:07.491Z | [ host-image] Feb 19 01:42:07.384 INFO O| Feb 19 01:42:07.384 INFO O| Planning: Package planning ... Done |
| 4449 | 2026-02-19T01:42:07.516Z | [ host-image] Feb 19 01:42:07.407 INFO O| Feb 19 01:42:07.407 INFO O| Planning: Merging actions ... Done |
| 4450 | 2026-02-19T01:42:07.596Z | [ host-image] Feb 19 01:42:07.488 INFO O| Feb 19 01:42:07.488 INFO O| Planning: Checking for conflicting actions ... Done |
| 4451 | 2026-02-19T01:42:07.621Z | [ host-image] Feb 19 01:42:07.493 INFO O| Feb 19 01:42:07.493 INFO O| Planning: Consolidating action changes ... Done |
| 4452 | 2026-02-19T01:42:07.830Z | [ host-image] Feb 19 01:42:07.723 INFO O| Feb 19 01:42:07.722 INFO O| Planning: Evaluating mediators ... Done |
| 4453 | 2026-02-19T01:42:07.855Z | [ host-image] Feb 19 01:42:07.728 INFO O| Feb 19 01:42:07.727 INFO O| Planning: Planning completed in 8.19 seconds |
| 4454 | 2026-02-19T01:42:07.855Z | [ host-image] Feb 19 01:42:07.728 INFO O| Feb 19 01:42:07.728 INFO O| Packages to install: 6 |
| 4455 | 2026-02-19T01:42:07.855Z | [ host-image] Feb 19 01:42:07.728 INFO O| Feb 19 01:42:07.728 INFO O| Mediators to change: 1 |
| 4456 | 2026-02-19T01:42:07.855Z | [ host-image] Feb 19 01:42:07.728 INFO O| Feb 19 01:42:07.728 INFO O| Services to change: 1 |
| 4457 | 2026-02-19T01:42:07.880Z | [ host-image] Feb 19 01:42:07.754 INFO O| Feb 19 01:42:07.753 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete |
| 4458 | 2026-02-19T01:42:10.633Z | [ host-image] Feb 19 01:42:10.525 INFO O| Feb 19 01:42:10.525 INFO O| Download: Completed 7.71 MB in 2.77 seconds (2.8M/s) |
| 4459 | 2026-02-19T01:42:10.710Z | [ host-image] Feb 19 01:42:10.603 INFO O| Feb 19 01:42:10.603 INFO O| Actions: 1/1361 actions (Installing new actions) |
| 4460 | 2026-02-19T01:42:11.293Z | [ host-image] Feb 19 01:42:11.186 INFO O| Feb 19 01:42:11.186 INFO O| Actions: Completed 1361 actions in 0.58 seconds. |
| 4461 | 2026-02-19T01:42:11.885Z | [ host-image] Feb 19 01:42:11.778 INFO O| Feb 19 01:42:11.778 INFO O| Done |
| 4462 | 2026-02-19T01:42:11.885Z | [ host-image] Feb 19 01:42:11.778 INFO O| Feb 19 01:42:11.778 INFO O| Done |
| 4463 | 2026-02-19T01:42:12.012Z | [ recovery-image] Feb 19 01:42:11.905 INFO O| Feb 19 01:42:11.905 INFO O| Planning: Solver setup ... Done |
| 4464 | 2026-02-19T01:42:12.037Z | [ recovery-image] Feb 19 01:42:11.914 INFO O| Feb 19 01:42:11.914 INFO O| Planning: Running solver ... Done |
| 4465 | 2026-02-19T01:42:12.145Z | [ recovery-image] Feb 19 01:42:12.038 INFO O| Feb 19 01:42:12.037 INFO O| Planning: Finding local manifests ... Done |
| 4466 | 2026-02-19T01:42:12.224Z | [ recovery-image] Feb 19 01:42:12.117 INFO O| Feb 19 01:42:12.116 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4467 | 2026-02-19T01:42:12.254Z | [ recovery-image] Feb 19 01:42:12.145 INFO O| Feb 19 01:42:12.145 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4468 | 2026-02-19T01:42:12.278Z | [ recovery-image] Feb 19 01:42:12.171 INFO O| Feb 19 01:42:12.171 INFO O| Planning: Package planning ... Done |
| 4469 | 2026-02-19T01:42:12.303Z | [ recovery-image] Feb 19 01:42:12.172 INFO O| Feb 19 01:42:12.172 INFO O| Planning: Merging actions ... Done |
| 4470 | 2026-02-19T01:42:12.327Z | [ recovery-image] Feb 19 01:42:12.210 INFO O| Feb 19 01:42:12.210 INFO O| Planning: Checking for conflicting actions ... Done |
| 4471 | 2026-02-19T01:42:12.327Z | [ recovery-image] Feb 19 01:42:12.211 INFO O| Feb 19 01:42:12.211 INFO O| Planning: Consolidating action changes ... Done |
| 4472 | 2026-02-19T01:42:12.491Z | [ recovery-image] Feb 19 01:42:12.383 INFO O| Feb 19 01:42:12.383 INFO O| Planning: Evaluating mediators ... Done |
| 4473 | 2026-02-19T01:42:12.515Z | [ recovery-image] Feb 19 01:42:12.384 INFO O| Feb 19 01:42:12.384 INFO O| Planning: Planning completed in 7.52 seconds |
| 4474 | 2026-02-19T01:42:12.515Z | [ recovery-image] Feb 19 01:42:12.384 INFO O| Feb 19 01:42:12.384 INFO O| Packages to install: 1 |
| 4475 | 2026-02-19T01:42:12.516Z | [ recovery-image] Feb 19 01:42:12.407 INFO O| Feb 19 01:42:12.407 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete |
| 4476 | 2026-02-19T01:42:13.145Z | [ recovery-image] Feb 19 01:42:13.038 INFO O| Feb 19 01:42:13.037 INFO O| Download: Completed 12.26 MB in 0.63 seconds (19.4M/s) |
| 4477 | 2026-02-19T01:42:13.185Z | [ recovery-image] Feb 19 01:42:13.078 INFO O| Feb 19 01:42:13.078 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4478 | 2026-02-19T01:42:13.210Z | [ host-image] Feb 19 01:42:13.093 INFO O| Feb 19 01:42:13.093 INFO O| Done |
| 4479 | 2026-02-19T01:42:13.525Z | [ recovery-image] Feb 19 01:42:13.418 INFO O| Feb 19 01:42:13.418 INFO O| Actions: Completed 22 actions in 0.34 seconds. |
| 4480 | 2026-02-19T01:42:14.078Z | [ recovery-image] Feb 19 01:42:13.970 INFO O| Feb 19 01:42:13.970 INFO O| Done |
| 4481 | 2026-02-19T01:42:14.078Z | [ recovery-image] Feb 19 01:42:13.971 INFO O| Feb 19 01:42:13.970 INFO O| Done |
| 4482 | 2026-02-19T01:42:14.763Z | [ host-image] Feb 19 01:42:14.656 INFO O| Feb 19 01:42:14.656 INFO O| Done |
| 4483 | 2026-02-19T01:42:14.799Z | [ host-image] Feb 19 01:42:14.691 INFO O| Feb 19 01:42:14.691 INFO O| Done |
| 4484 | 2026-02-19T01:42:14.799Z | [ host-image] Feb 19 01:42:14.692 INFO O| Feb 19 01:42:14.692 INFO O| Done |
| 4485 | 2026-02-19T01:42:14.854Z | [ host-image] Feb 19 01:42:14.747 INFO O| Feb 19 01:42:14.747 INFO O| Done |
| 4486 | 2026-02-19T01:42:15.452Z | [ recovery-image] Feb 19 01:42:15.346 INFO O| Feb 19 01:42:15.345 INFO O| Done |
| 4487 | 2026-02-19T01:42:16.494Z | [ host-image] Feb 19 01:42:16.388 INFO O| Feb 19 01:42:16.387 INFO STEP 13 (pkg_install) COMPLETE |
| 4488 | 2026-02-19T01:42:16.494Z | [ host-image] Feb 19 01:42:16.388 INFO O| Feb 19 01:42:16.388 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4489 | 2026-02-19T01:42:16.519Z | [ host-image] Feb 19 01:42:16.403 INFO O| Feb 19 01:42:16.403 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"] |
| 4490 | 2026-02-19T01:42:16.830Z | [ recovery-image] Feb 19 01:42:16.724 INFO O| Feb 19 01:42:16.723 INFO O| Done |
| 4491 | 2026-02-19T01:42:16.855Z | [ recovery-image] Feb 19 01:42:16.745 INFO O| Feb 19 01:42:16.745 INFO O| Done |
| 4492 | 2026-02-19T01:42:16.855Z | [ recovery-image] Feb 19 01:42:16.746 INFO O| Feb 19 01:42:16.746 INFO O| Done |
| 4493 | 2026-02-19T01:42:16.879Z | [ recovery-image] Feb 19 01:42:16.763 INFO O| Feb 19 01:42:16.763 INFO O| Done |
| 4494 | 2026-02-19T01:42:18.425Z | [ recovery-image] Feb 19 01:42:18.319 INFO O| Feb 19 01:42:18.318 INFO STEP 14 (pkg_install) COMPLETE |
| 4495 | 2026-02-19T01:42:18.425Z | [ recovery-image] Feb 19 01:42:18.319 INFO O| Feb 19 01:42:18.318 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4496 | 2026-02-19T01:42:18.425Z | [ recovery-image] Feb 19 01:42:18.319 INFO O| Feb 19 01:42:18.319 INFO skip step because feature "mbist" is not enabled |
| 4497 | 2026-02-19T01:42:18.450Z | [ recovery-image] Feb 19 01:42:18.319 INFO O| Feb 19 01:42:18.319 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4498 | 2026-02-19T01:42:18.450Z | [ recovery-image] Feb 19 01:42:18.319 INFO O| Feb 19 01:42:18.319 INFO skip step because feature "mfg" is not enabled |
| 4499 | 2026-02-19T01:42:18.450Z | [ recovery-image] Feb 19 01:42:18.319 INFO O| Feb 19 01:42:18.319 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4500 | 2026-02-19T01:42:18.450Z | [ recovery-image] Feb 19 01:42:18.319 INFO O| Feb 19 01:42:18.319 INFO skip step because feature "compliance" is not enabled |
| 4501 | 2026-02-19T01:42:18.450Z | [ recovery-image] Feb 19 01:42:18.319 INFO O| Feb 19 01:42:18.319 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4502 | 2026-02-19T01:42:18.450Z | [ recovery-image] Feb 19 01:42:18.319 INFO O| Feb 19 01:42:18.319 INFO skip step because feature "stress" is not enabled |
| 4503 | 2026-02-19T01:42:18.451Z | [ recovery-image] Feb 19 01:42:18.319 INFO O| Feb 19 01:42:18.319 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4504 | 2026-02-19T01:42:18.451Z | [ recovery-image] Feb 19 01:42:18.319 INFO O| Feb 19 01:42:18.319 INFO skip step because feature "compliance" is not enabled |
| 4505 | 2026-02-19T01:42:18.451Z | [ recovery-image] Feb 19 01:42:18.319 INFO O| Feb 19 01:42:18.319 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4506 | 2026-02-19T01:42:18.451Z | [ recovery-image] Feb 19 01:42:18.319 INFO O| Feb 19 01:42:18.319 INFO skip step because feature "nfs" is not enabled |
| 4507 | 2026-02-19T01:42:18.451Z | [ recovery-image] Feb 19 01:42:18.319 INFO O| Feb 19 01:42:18.319 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4508 | 2026-02-19T01:42:18.451Z | [ recovery-image] Feb 19 01:42:18.320 INFO O| Feb 19 01:42:18.320 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4509 | 2026-02-19T01:42:18.504Z | [ recovery-image] Feb 19 01:42:18.397 INFO O| Feb 19 01:42:18.397 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4510 | 2026-02-19T01:42:18.562Z | [ recovery-image] Feb 19 01:42:18.455 INFO O| Feb 19 01:42:18.455 INFO completed processing sled/ramdisk-01-os |
| 4511 | 2026-02-19T01:42:19.110Z | [ recovery-image] Feb 19 01:42:19.002 INFO image builder template: ramdisk-02-trim... |
| 4512 | 2026-02-19T01:42:19.135Z | [ recovery-image] Feb 19 01:42:19.009 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/.tmpNifBKs/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None |
| 4513 | 2026-02-19T01:42:19.160Z | [ recovery-image] Feb 19 01:42:19.054 INFO O| Feb 19 01:42:19.054 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4514 | 2026-02-19T01:42:19.185Z | [ recovery-image] Feb 19 01:42:19.060 INFO O| Feb 19 01:42:19.060 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4515 | 2026-02-19T01:42:19.220Z | [ recovery-image] Feb 19 01:42:19.114 INFO O| Feb 19 01:42:19.114 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled |
| 4516 | 2026-02-19T01:42:19.254Z | [ recovery-image] Feb 19 01:42:19.147 INFO O| Feb 19 01:42:19.147 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4517 | 2026-02-19T01:42:19.254Z | [ recovery-image] Feb 19 01:42:19.147 INFO O| Feb 19 01:42:19.147 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4518 | 2026-02-19T01:42:19.279Z | [ recovery-image] Feb 19 01:42:19.155 INFO O| Feb 19 01:42:19.155 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4519 | 2026-02-19T01:42:19.279Z | [ recovery-image] Feb 19 01:42:19.163 INFO O| Feb 19 01:42:19.162 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4520 | 2026-02-19T01:42:19.279Z | [ recovery-image] Feb 19 01:42:19.171 INFO O| Feb 19 01:42:19.171 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4521 | 2026-02-19T01:42:19.473Z | [ recovery-image] Feb 19 01:42:19.367 INFO O| Feb 19 01:42:19.367 INFO rolled back to input snapshot; work may begin |
| 4522 | 2026-02-19T01:42:19.473Z | [ recovery-image] Feb 19 01:42:19.367 INFO O| Feb 19 01:42:19.367 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4523 | 2026-02-19T01:42:19.499Z | [ recovery-image] Feb 19 01:42:19.377 INFO O| Feb 19 01:42:19.377 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4524 | 2026-02-19T01:42:19.524Z | [ recovery-image] Feb 19 01:42:19.394 INFO O| Feb 19 01:42:19.393 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg" |
| 4525 | 2026-02-19T01:42:19.571Z | [ recovery-image] Feb 19 01:42:19.464 INFO O| Feb 19 01:42:19.464 INFO STEP 0 (remove_files) COMPLETE |
| 4526 | 2026-02-19T01:42:19.571Z | [ recovery-image] Feb 19 01:42:19.464 INFO O| Feb 19 01:42:19.464 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4527 | 2026-02-19T01:42:19.600Z | [ recovery-image] Feb 19 01:42:19.494 INFO O| Feb 19 01:42:19.494 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4" |
| 4528 | 2026-02-19T01:42:19.625Z | [ recovery-image] Feb 19 01:42:19.497 INFO O| Feb 19 01:42:19.497 INFO STEP 1 (remove_files) COMPLETE |
| 4529 | 2026-02-19T01:42:19.625Z | [ recovery-image] Feb 19 01:42:19.497 INFO O| Feb 19 01:42:19.497 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4530 | 2026-02-19T01:42:19.625Z | [ recovery-image] Feb 19 01:42:19.517 INFO O| Feb 19 01:42:19.517 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include" |
| 4531 | 2026-02-19T01:42:19.649Z | [ recovery-image] Feb 19 01:42:19.534 INFO O| Feb 19 01:42:19.534 INFO STEP 2 (remove_files) COMPLETE |
| 4532 | 2026-02-19T01:42:19.650Z | [ recovery-image] Feb 19 01:42:19.534 INFO O| Feb 19 01:42:19.534 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4533 | 2026-02-19T01:42:19.674Z | [ recovery-image] Feb 19 01:42:19.554 INFO O| Feb 19 01:42:19.554 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo" |
| 4534 | 2026-02-19T01:42:19.674Z | [ recovery-image] Feb 19 01:42:19.556 INFO O| Feb 19 01:42:19.556 INFO STEP 3 (remove_files) COMPLETE |
| 4535 | 2026-02-19T01:42:19.674Z | [ recovery-image] Feb 19 01:42:19.556 INFO O| Feb 19 01:42:19.556 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4536 | 2026-02-19T01:42:19.699Z | [ recovery-image] Feb 19 01:42:19.572 INFO O| Feb 19 01:42:19.572 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help" |
| 4537 | 2026-02-19T01:42:19.699Z | [ recovery-image] Feb 19 01:42:19.577 INFO O| Feb 19 01:42:19.577 INFO STEP 4 (remove_files) COMPLETE |
| 4538 | 2026-02-19T01:42:19.699Z | [ recovery-image] Feb 19 01:42:19.578 INFO O| Feb 19 01:42:19.577 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4539 | 2026-02-19T01:42:19.699Z | [ recovery-image] Feb 19 01:42:19.592 INFO O| Feb 19 01:42:19.592 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc" |
| 4540 | 2026-02-19T01:42:19.699Z | [ recovery-image] Feb 19 01:42:19.593 INFO O| Feb 19 01:42:19.593 INFO STEP 5 (remove_files) COMPLETE |
| 4541 | 2026-02-19T01:42:19.723Z | [ recovery-image] Feb 19 01:42:19.593 INFO O| Feb 19 01:42:19.593 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4542 | 2026-02-19T01:42:19.723Z | [ recovery-image] Feb 19 01:42:19.610 INFO O| Feb 19 01:42:19.609 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion" |
| 4543 | 2026-02-19T01:42:19.748Z | [ recovery-image] Feb 19 01:42:19.623 INFO O| Feb 19 01:42:19.623 INFO STEP 6 (remove_files) COMPLETE |
| 4544 | 2026-02-19T01:42:19.748Z | [ recovery-image] Feb 19 01:42:19.623 INFO O| Feb 19 01:42:19.623 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4545 | 2026-02-19T01:42:19.748Z | [ recovery-image] Feb 19 01:42:19.623 INFO O| Feb 19 01:42:19.623 INFO skip step because feature "recovery" is enabled |
| 4546 | 2026-02-19T01:42:19.748Z | [ recovery-image] Feb 19 01:42:19.623 INFO O| Feb 19 01:42:19.623 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4547 | 2026-02-19T01:42:19.748Z | [ recovery-image] Feb 19 01:42:19.623 INFO O| Feb 19 01:42:19.623 INFO skip step because feature "recovery" is enabled |
| 4548 | 2026-02-19T01:42:19.748Z | [ recovery-image] Feb 19 01:42:19.623 INFO O| Feb 19 01:42:19.623 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4549 | 2026-02-19T01:42:19.748Z | [ recovery-image] Feb 19 01:42:19.623 INFO O| Feb 19 01:42:19.623 INFO skip step because feature "recovery" is enabled |
| 4550 | 2026-02-19T01:42:19.748Z | [ recovery-image] Feb 19 01:42:19.623 INFO O| Feb 19 01:42:19.623 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4551 | 2026-02-19T01:42:19.773Z | [ recovery-image] Feb 19 01:42:19.643 INFO O| Feb 19 01:42:19.643 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp" |
| 4552 | 2026-02-19T01:42:19.773Z | [ recovery-image] Feb 19 01:42:19.647 INFO O| Feb 19 01:42:19.647 INFO STEP 10 (remove_files) COMPLETE |
| 4553 | 2026-02-19T01:42:19.773Z | [ recovery-image] Feb 19 01:42:19.648 INFO O| Feb 19 01:42:19.647 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4554 | 2026-02-19T01:42:19.773Z | [ recovery-image] Feb 19 01:42:19.662 INFO O| Feb 19 01:42:19.662 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386" |
| 4555 | 2026-02-19T01:42:19.773Z | [ recovery-image] Feb 19 01:42:19.663 INFO O| Feb 19 01:42:19.663 INFO STEP 11 (remove_files) COMPLETE |
| 4556 | 2026-02-19T01:42:19.774Z | [ recovery-image] Feb 19 01:42:19.663 INFO O| Feb 19 01:42:19.663 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4557 | 2026-02-19T01:42:19.798Z | [ recovery-image] Feb 19 01:42:19.674 INFO O| Feb 19 01:42:19.674 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv" |
| 4558 | 2026-02-19T01:42:19.798Z | [ recovery-image] Feb 19 01:42:19.676 INFO O| Feb 19 01:42:19.676 INFO STEP 12 (remove_files) COMPLETE |
| 4559 | 2026-02-19T01:42:19.798Z | [ recovery-image] Feb 19 01:42:19.676 INFO O| Feb 19 01:42:19.676 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4560 | 2026-02-19T01:42:19.798Z | [ recovery-image] Feb 19 01:42:19.690 INFO O| Feb 19 01:42:19.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
| 4561 | 2026-02-19T01:42:20.005Z | [ recovery-image] Feb 19 01:42:19.898 INFO O| Feb 19 01:42:19.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a" |
| 4562 | 2026-02-19T01:42:20.049Z | [ recovery-image] Feb 19 01:42:19.942 INFO O| Feb 19 01:42:19.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a" |
| 4563 | 2026-02-19T01:42:20.073Z | [ recovery-image] Feb 19 01:42:19.944 INFO O| Feb 19 01:42:19.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 4564 | 2026-02-19T01:42:20.073Z | [ recovery-image] Feb 19 01:42:19.949 INFO O| Feb 19 01:42:19.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a" |
| 4565 | 2026-02-19T01:42:20.074Z | [ recovery-image] Feb 19 01:42:19.965 INFO O| Feb 19 01:42:19.965 INFO STEP 13 (remove_files) COMPLETE |
| 4566 | 2026-02-19T01:42:20.074Z | [ recovery-image] Feb 19 01:42:19.965 INFO O| Feb 19 01:42:19.965 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4567 | 2026-02-19T01:42:20.098Z | [ recovery-image] Feb 19 01:42:19.981 INFO O| Feb 19 01:42:19.981 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot" |
| 4568 | 2026-02-19T01:42:20.098Z | [ recovery-image] Feb 19 01:42:19.983 INFO O| Feb 19 01:42:19.983 INFO STEP 14 (remove_files) COMPLETE |
| 4569 | 2026-02-19T01:42:20.098Z | [ recovery-image] Feb 19 01:42:19.983 INFO O| Feb 19 01:42:19.983 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4570 | 2026-02-19T01:42:20.123Z | [ recovery-image] Feb 19 01:42:19.995 INFO O| Feb 19 01:42:19.995 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc" |
| 4571 | 2026-02-19T01:42:20.123Z | [ recovery-image] Feb 19 01:42:20.008 INFO O| Feb 19 01:42:20.008 INFO STEP 15 (remove_files) COMPLETE |
| 4572 | 2026-02-19T01:42:20.123Z | [ recovery-image] Feb 19 01:42:20.008 INFO O| Feb 19 01:42:20.008 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4573 | 2026-02-19T01:42:20.148Z | [ recovery-image] Feb 19 01:42:20.022 INFO O| Feb 19 01:42:20.022 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv" |
| 4574 | 2026-02-19T01:42:20.148Z | [ recovery-image] Feb 19 01:42:20.023 INFO O| Feb 19 01:42:20.022 INFO STEP 16 (remove_files) COMPLETE |
| 4575 | 2026-02-19T01:42:20.148Z | [ recovery-image] Feb 19 01:42:20.023 INFO O| Feb 19 01:42:20.023 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4576 | 2026-02-19T01:42:20.148Z | [ recovery-image] Feb 19 01:42:20.033 INFO O| Feb 19 01:42:20.033 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc" |
| 4577 | 2026-02-19T01:42:20.148Z | [ recovery-image] Feb 19 01:42:20.035 INFO O| Feb 19 01:42:20.035 INFO STEP 17 (remove_files) COMPLETE |
| 4578 | 2026-02-19T01:42:20.148Z | [ recovery-image] Feb 19 01:42:20.035 INFO O| Feb 19 01:42:20.035 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4579 | 2026-02-19T01:42:20.173Z | [ recovery-image] Feb 19 01:42:20.054 INFO O| Feb 19 01:42:20.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 4580 | 2026-02-19T01:42:20.173Z | [ recovery-image] Feb 19 01:42:20.054 INFO O| Feb 19 01:42:20.054 INFO STEP 18 (remove_files) COMPLETE |
| 4581 | 2026-02-19T01:42:20.173Z | [ recovery-image] Feb 19 01:42:20.054 INFO O| Feb 19 01:42:20.054 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4582 | 2026-02-19T01:42:20.197Z | [ recovery-image] Feb 19 01:42:20.067 INFO O| Feb 19 01:42:20.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 4583 | 2026-02-19T01:42:20.198Z | [ recovery-image] Feb 19 01:42:20.067 INFO O| Feb 19 01:42:20.067 INFO STEP 19 (remove_files) COMPLETE |
| 4584 | 2026-02-19T01:42:20.198Z | [ recovery-image] Feb 19 01:42:20.068 INFO O| Feb 19 01:42:20.067 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4585 | 2026-02-19T01:42:20.198Z | [ recovery-image] Feb 19 01:42:20.088 INFO O| Feb 19 01:42:20.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 4586 | 2026-02-19T01:42:20.198Z | [ recovery-image] Feb 19 01:42:20.089 INFO O| Feb 19 01:42:20.088 INFO STEP 20 (remove_files) COMPLETE |
| 4587 | 2026-02-19T01:42:20.198Z | [ recovery-image] Feb 19 01:42:20.089 INFO O| Feb 19 01:42:20.089 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4588 | 2026-02-19T01:42:20.222Z | [ recovery-image] Feb 19 01:42:20.105 INFO O| Feb 19 01:42:20.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 4589 | 2026-02-19T01:42:20.222Z | [ recovery-image] Feb 19 01:42:20.105 INFO O| Feb 19 01:42:20.105 INFO STEP 21 (remove_files) COMPLETE |
| 4590 | 2026-02-19T01:42:20.222Z | [ recovery-image] Feb 19 01:42:20.105 INFO O| Feb 19 01:42:20.105 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4591 | 2026-02-19T01:42:20.247Z | [ recovery-image] Feb 19 01:42:20.125 INFO O| Feb 19 01:42:20.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 4592 | 2026-02-19T01:42:20.247Z | [ recovery-image] Feb 19 01:42:20.126 INFO O| Feb 19 01:42:20.126 INFO STEP 22 (remove_files) COMPLETE |
| 4593 | 2026-02-19T01:42:20.247Z | [ recovery-image] Feb 19 01:42:20.126 INFO O| Feb 19 01:42:20.126 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4594 | 2026-02-19T01:42:20.247Z | [ recovery-image] Feb 19 01:42:20.139 INFO O| Feb 19 01:42:20.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 4595 | 2026-02-19T01:42:20.247Z | [ recovery-image] Feb 19 01:42:20.139 INFO O| Feb 19 01:42:20.139 INFO STEP 23 (remove_files) COMPLETE |
| 4596 | 2026-02-19T01:42:20.247Z | [ recovery-image] Feb 19 01:42:20.139 INFO O| Feb 19 01:42:20.139 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4597 | 2026-02-19T01:42:20.272Z | [ recovery-image] Feb 19 01:42:20.151 INFO O| Feb 19 01:42:20.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 4598 | 2026-02-19T01:42:20.272Z | [ recovery-image] Feb 19 01:42:20.151 INFO O| Feb 19 01:42:20.151 INFO STEP 24 (remove_files) COMPLETE |
| 4599 | 2026-02-19T01:42:20.272Z | [ recovery-image] Feb 19 01:42:20.151 INFO O| Feb 19 01:42:20.151 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4600 | 2026-02-19T01:42:20.272Z | [ recovery-image] Feb 19 01:42:20.163 INFO O| Feb 19 01:42:20.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power" |
| 4601 | 2026-02-19T01:42:20.272Z | [ recovery-image] Feb 19 01:42:20.163 INFO O| Feb 19 01:42:20.163 INFO STEP 25 (remove_files) COMPLETE |
| 4602 | 2026-02-19T01:42:20.272Z | [ recovery-image] Feb 19 01:42:20.163 INFO O| Feb 19 01:42:20.163 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4603 | 2026-02-19T01:42:20.297Z | [ recovery-image] Feb 19 01:42:20.186 INFO O| Feb 19 01:42:20.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 4604 | 2026-02-19T01:42:20.297Z | [ recovery-image] Feb 19 01:42:20.186 INFO O| Feb 19 01:42:20.186 INFO STEP 26 (remove_files) COMPLETE |
| 4605 | 2026-02-19T01:42:20.297Z | [ recovery-image] Feb 19 01:42:20.186 INFO O| Feb 19 01:42:20.186 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4606 | 2026-02-19T01:42:20.322Z | [ recovery-image] Feb 19 01:42:20.200 INFO O| Feb 19 01:42:20.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 4607 | 2026-02-19T01:42:20.322Z | [ recovery-image] Feb 19 01:42:20.200 INFO O| Feb 19 01:42:20.200 INFO STEP 27 (remove_files) COMPLETE |
| 4608 | 2026-02-19T01:42:20.322Z | [ recovery-image] Feb 19 01:42:20.200 INFO O| Feb 19 01:42:20.200 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4609 | 2026-02-19T01:42:20.347Z | [ recovery-image] Feb 19 01:42:20.217 INFO O| Feb 19 01:42:20.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 4610 | 2026-02-19T01:42:20.347Z | [ recovery-image] Feb 19 01:42:20.217 INFO O| Feb 19 01:42:20.217 INFO STEP 28 (remove_files) COMPLETE |
| 4611 | 2026-02-19T01:42:20.347Z | [ recovery-image] Feb 19 01:42:20.218 INFO O| Feb 19 01:42:20.217 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4612 | 2026-02-19T01:42:20.347Z | [ recovery-image] Feb 19 01:42:20.234 INFO O| Feb 19 01:42:20.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 4613 | 2026-02-19T01:42:20.347Z | [ recovery-image] Feb 19 01:42:20.234 INFO O| Feb 19 01:42:20.234 INFO STEP 29 (remove_files) COMPLETE |
| 4614 | 2026-02-19T01:42:20.347Z | [ recovery-image] Feb 19 01:42:20.234 INFO O| Feb 19 01:42:20.234 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4615 | 2026-02-19T01:42:20.372Z | [ recovery-image] Feb 19 01:42:20.255 INFO O| Feb 19 01:42:20.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 4616 | 2026-02-19T01:42:20.372Z | [ recovery-image] Feb 19 01:42:20.255 INFO O| Feb 19 01:42:20.255 INFO STEP 30 (remove_files) COMPLETE |
| 4617 | 2026-02-19T01:42:20.372Z | [ recovery-image] Feb 19 01:42:20.255 INFO O| Feb 19 01:42:20.255 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4618 | 2026-02-19T01:42:20.396Z | [ recovery-image] Feb 19 01:42:20.287 INFO O| Feb 19 01:42:20.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 4619 | 2026-02-19T01:42:20.396Z | [ recovery-image] Feb 19 01:42:20.287 INFO O| Feb 19 01:42:20.287 INFO STEP 31 (remove_files) COMPLETE |
| 4620 | 2026-02-19T01:42:20.396Z | [ recovery-image] Feb 19 01:42:20.287 INFO O| Feb 19 01:42:20.287 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4621 | 2026-02-19T01:42:20.421Z | [ recovery-image] Feb 19 01:42:20.303 INFO O| Feb 19 01:42:20.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 4622 | 2026-02-19T01:42:20.421Z | [ recovery-image] Feb 19 01:42:20.303 INFO O| Feb 19 01:42:20.303 INFO STEP 32 (remove_files) COMPLETE |
| 4623 | 2026-02-19T01:42:20.421Z | [ recovery-image] Feb 19 01:42:20.303 INFO O| Feb 19 01:42:20.303 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4624 | 2026-02-19T01:42:20.446Z | [ recovery-image] Feb 19 01:42:20.318 INFO O| Feb 19 01:42:20.318 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 4625 | 2026-02-19T01:42:20.446Z | [ recovery-image] Feb 19 01:42:20.318 INFO O| Feb 19 01:42:20.318 INFO STEP 33 (remove_files) COMPLETE |
| 4626 | 2026-02-19T01:42:20.446Z | [ recovery-image] Feb 19 01:42:20.318 INFO O| Feb 19 01:42:20.318 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4627 | 2026-02-19T01:42:20.446Z | [ recovery-image] Feb 19 01:42:20.333 INFO O| Feb 19 01:42:20.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 4628 | 2026-02-19T01:42:20.446Z | [ recovery-image] Feb 19 01:42:20.333 INFO O| Feb 19 01:42:20.333 INFO STEP 34 (remove_files) COMPLETE |
| 4629 | 2026-02-19T01:42:20.446Z | [ recovery-image] Feb 19 01:42:20.333 INFO O| Feb 19 01:42:20.333 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4630 | 2026-02-19T01:42:20.471Z | [ recovery-image] Feb 19 01:42:20.354 INFO O| Feb 19 01:42:20.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 4631 | 2026-02-19T01:42:20.471Z | [ recovery-image] Feb 19 01:42:20.354 INFO O| Feb 19 01:42:20.354 INFO STEP 35 (remove_files) COMPLETE |
| 4632 | 2026-02-19T01:42:20.471Z | [ recovery-image] Feb 19 01:42:20.354 INFO O| Feb 19 01:42:20.354 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4633 | 2026-02-19T01:42:20.496Z | [ recovery-image] Feb 19 01:42:20.366 INFO O| Feb 19 01:42:20.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 4634 | 2026-02-19T01:42:20.496Z | [ recovery-image] Feb 19 01:42:20.366 INFO O| Feb 19 01:42:20.366 INFO STEP 36 (remove_files) COMPLETE |
| 4635 | 2026-02-19T01:42:20.496Z | [ recovery-image] Feb 19 01:42:20.366 INFO O| Feb 19 01:42:20.366 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4636 | 2026-02-19T01:42:20.496Z | [ recovery-image] Feb 19 01:42:20.381 INFO O| Feb 19 01:42:20.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 4637 | 2026-02-19T01:42:20.496Z | [ recovery-image] Feb 19 01:42:20.381 INFO O| Feb 19 01:42:20.381 INFO STEP 37 (remove_files) COMPLETE |
| 4638 | 2026-02-19T01:42:20.496Z | [ recovery-image] Feb 19 01:42:20.381 INFO O| Feb 19 01:42:20.381 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4639 | 2026-02-19T01:42:20.521Z | [ recovery-image] Feb 19 01:42:20.393 INFO O| Feb 19 01:42:20.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 4640 | 2026-02-19T01:42:20.521Z | [ recovery-image] Feb 19 01:42:20.393 INFO O| Feb 19 01:42:20.393 INFO STEP 38 (remove_files) COMPLETE |
| 4641 | 2026-02-19T01:42:20.521Z | [ recovery-image] Feb 19 01:42:20.393 INFO O| Feb 19 01:42:20.393 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4642 | 2026-02-19T01:42:20.521Z | [ recovery-image] Feb 19 01:42:20.405 INFO O| Feb 19 01:42:20.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 4643 | 2026-02-19T01:42:20.521Z | [ recovery-image] Feb 19 01:42:20.405 INFO O| Feb 19 01:42:20.405 INFO STEP 39 (remove_files) COMPLETE |
| 4644 | 2026-02-19T01:42:20.521Z | [ recovery-image] Feb 19 01:42:20.405 INFO O| Feb 19 01:42:20.405 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4645 | 2026-02-19T01:42:20.546Z | [ recovery-image] Feb 19 01:42:20.420 INFO O| Feb 19 01:42:20.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 4646 | 2026-02-19T01:42:20.546Z | [ recovery-image] Feb 19 01:42:20.421 INFO O| Feb 19 01:42:20.420 INFO STEP 40 (remove_files) COMPLETE |
| 4647 | 2026-02-19T01:42:20.546Z | [ recovery-image] Feb 19 01:42:20.421 INFO O| Feb 19 01:42:20.420 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4648 | 2026-02-19T01:42:20.546Z | [ recovery-image] Feb 19 01:42:20.431 INFO O| Feb 19 01:42:20.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 4649 | 2026-02-19T01:42:20.546Z | [ recovery-image] Feb 19 01:42:20.431 INFO O| Feb 19 01:42:20.431 INFO STEP 41 (remove_files) COMPLETE |
| 4650 | 2026-02-19T01:42:20.546Z | [ recovery-image] Feb 19 01:42:20.431 INFO O| Feb 19 01:42:20.431 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4651 | 2026-02-19T01:42:20.571Z | [ recovery-image] Feb 19 01:42:20.449 INFO O| Feb 19 01:42:20.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 4652 | 2026-02-19T01:42:20.571Z | [ recovery-image] Feb 19 01:42:20.449 INFO O| Feb 19 01:42:20.449 INFO STEP 42 (remove_files) COMPLETE |
| 4653 | 2026-02-19T01:42:20.571Z | [ recovery-image] Feb 19 01:42:20.449 INFO O| Feb 19 01:42:20.449 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4654 | 2026-02-19T01:42:20.596Z | [ recovery-image] Feb 19 01:42:20.467 INFO O| Feb 19 01:42:20.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 4655 | 2026-02-19T01:42:20.596Z | [ recovery-image] Feb 19 01:42:20.467 INFO O| Feb 19 01:42:20.467 INFO STEP 43 (remove_files) COMPLETE |
| 4656 | 2026-02-19T01:42:20.596Z | [ recovery-image] Feb 19 01:42:20.467 INFO O| Feb 19 01:42:20.467 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4657 | 2026-02-19T01:42:20.596Z | [ recovery-image] Feb 19 01:42:20.481 INFO O| Feb 19 01:42:20.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 4658 | 2026-02-19T01:42:20.596Z | [ recovery-image] Feb 19 01:42:20.482 INFO O| Feb 19 01:42:20.482 INFO STEP 44 (remove_files) COMPLETE |
| 4659 | 2026-02-19T01:42:20.596Z | [ recovery-image] Feb 19 01:42:20.482 INFO O| Feb 19 01:42:20.482 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4660 | 2026-02-19T01:42:20.633Z | [ recovery-image] Feb 19 01:42:20.495 INFO O| Feb 19 01:42:20.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 4661 | 2026-02-19T01:42:20.633Z | [ recovery-image] Feb 19 01:42:20.495 INFO O| Feb 19 01:42:20.495 INFO STEP 45 (remove_files) COMPLETE |
| 4662 | 2026-02-19T01:42:20.633Z | [ recovery-image] Feb 19 01:42:20.495 INFO O| Feb 19 01:42:20.495 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4663 | 2026-02-19T01:42:20.633Z | [ recovery-image] Feb 19 01:42:20.509 INFO O| Feb 19 01:42:20.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 4664 | 2026-02-19T01:42:20.633Z | [ recovery-image] Feb 19 01:42:20.509 INFO O| Feb 19 01:42:20.509 INFO STEP 46 (remove_files) COMPLETE |
| 4665 | 2026-02-19T01:42:20.633Z | [ recovery-image] Feb 19 01:42:20.510 INFO O| Feb 19 01:42:20.509 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4666 | 2026-02-19T01:42:20.633Z | [ recovery-image] Feb 19 01:42:20.521 INFO O| Feb 19 01:42:20.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 4667 | 2026-02-19T01:42:20.633Z | [ recovery-image] Feb 19 01:42:20.521 INFO O| Feb 19 01:42:20.521 INFO STEP 47 (remove_files) COMPLETE |
| 4668 | 2026-02-19T01:42:20.633Z | [ recovery-image] Feb 19 01:42:20.521 INFO O| Feb 19 01:42:20.521 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4669 | 2026-02-19T01:42:20.658Z | [ recovery-image] Feb 19 01:42:20.532 INFO O| Feb 19 01:42:20.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 4670 | 2026-02-19T01:42:20.658Z | [ recovery-image] Feb 19 01:42:20.532 INFO O| Feb 19 01:42:20.532 INFO STEP 48 (remove_files) COMPLETE |
| 4671 | 2026-02-19T01:42:20.659Z | [ recovery-image] Feb 19 01:42:20.532 INFO O| Feb 19 01:42:20.532 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4672 | 2026-02-19T01:42:20.659Z | [ recovery-image] Feb 19 01:42:20.544 INFO O| Feb 19 01:42:20.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 4673 | 2026-02-19T01:42:20.659Z | [ recovery-image] Feb 19 01:42:20.545 INFO O| Feb 19 01:42:20.544 INFO STEP 49 (remove_files) COMPLETE |
| 4674 | 2026-02-19T01:42:20.659Z | [ recovery-image] Feb 19 01:42:20.545 INFO O| Feb 19 01:42:20.544 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4675 | 2026-02-19T01:42:20.683Z | [ recovery-image] Feb 19 01:42:20.560 INFO O| Feb 19 01:42:20.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 4676 | 2026-02-19T01:42:20.683Z | [ recovery-image] Feb 19 01:42:20.560 INFO O| Feb 19 01:42:20.560 INFO STEP 50 (remove_files) COMPLETE |
| 4677 | 2026-02-19T01:42:20.683Z | [ recovery-image] Feb 19 01:42:20.560 INFO O| Feb 19 01:42:20.560 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4678 | 2026-02-19T01:42:20.683Z | [ recovery-image] Feb 19 01:42:20.576 INFO O| Feb 19 01:42:20.576 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 4679 | 2026-02-19T01:42:20.683Z | [ recovery-image] Feb 19 01:42:20.576 INFO O| Feb 19 01:42:20.576 INFO STEP 51 (remove_files) COMPLETE |
| 4680 | 2026-02-19T01:42:20.683Z | [ recovery-image] Feb 19 01:42:20.576 INFO O| Feb 19 01:42:20.576 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4681 | 2026-02-19T01:42:20.708Z | [ recovery-image] Feb 19 01:42:20.591 INFO O| Feb 19 01:42:20.590 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 4682 | 2026-02-19T01:42:20.708Z | [ recovery-image] Feb 19 01:42:20.591 INFO O| Feb 19 01:42:20.591 INFO STEP 52 (remove_files) COMPLETE |
| 4683 | 2026-02-19T01:42:20.708Z | [ recovery-image] Feb 19 01:42:20.591 INFO O| Feb 19 01:42:20.591 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4684 | 2026-02-19T01:42:20.733Z | [ recovery-image] Feb 19 01:42:20.604 INFO O| Feb 19 01:42:20.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm" |
| 4685 | 2026-02-19T01:42:20.733Z | [ recovery-image] Feb 19 01:42:20.604 INFO O| Feb 19 01:42:20.604 INFO STEP 53 (remove_files) COMPLETE |
| 4686 | 2026-02-19T01:42:20.733Z | [ recovery-image] Feb 19 01:42:20.604 INFO O| Feb 19 01:42:20.604 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4687 | 2026-02-19T01:42:20.733Z | [ recovery-image] Feb 19 01:42:20.623 INFO O| Feb 19 01:42:20.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm" |
| 4688 | 2026-02-19T01:42:20.733Z | [ recovery-image] Feb 19 01:42:20.623 INFO O| Feb 19 01:42:20.623 INFO STEP 54 (remove_files) COMPLETE |
| 4689 | 2026-02-19T01:42:20.733Z | [ recovery-image] Feb 19 01:42:20.623 INFO O| Feb 19 01:42:20.623 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4690 | 2026-02-19T01:42:20.758Z | [ recovery-image] Feb 19 01:42:20.636 INFO O| Feb 19 01:42:20.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm" |
| 4691 | 2026-02-19T01:42:20.758Z | [ recovery-image] Feb 19 01:42:20.636 INFO O| Feb 19 01:42:20.636 INFO STEP 55 (remove_files) COMPLETE |
| 4692 | 2026-02-19T01:42:20.758Z | [ recovery-image] Feb 19 01:42:20.636 INFO O| Feb 19 01:42:20.636 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4693 | 2026-02-19T01:42:20.783Z | [ recovery-image] Feb 19 01:42:20.652 INFO O| Feb 19 01:42:20.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm" |
| 4694 | 2026-02-19T01:42:20.783Z | [ recovery-image] Feb 19 01:42:20.652 INFO O| Feb 19 01:42:20.652 INFO STEP 56 (remove_files) COMPLETE |
| 4695 | 2026-02-19T01:42:20.783Z | [ recovery-image] Feb 19 01:42:20.652 INFO O| Feb 19 01:42:20.652 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4696 | 2026-02-19T01:42:20.783Z | [ recovery-image] Feb 19 01:42:20.664 INFO O| Feb 19 01:42:20.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar" |
| 4697 | 2026-02-19T01:42:20.783Z | [ recovery-image] Feb 19 01:42:20.664 INFO O| Feb 19 01:42:20.664 INFO STEP 57 (remove_files) COMPLETE |
| 4698 | 2026-02-19T01:42:20.783Z | [ recovery-image] Feb 19 01:42:20.664 INFO O| Feb 19 01:42:20.664 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4699 | 2026-02-19T01:42:20.808Z | [ recovery-image] Feb 19 01:42:20.678 INFO O| Feb 19 01:42:20.678 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 4700 | 2026-02-19T01:42:20.808Z | [ recovery-image] Feb 19 01:42:20.678 INFO O| Feb 19 01:42:20.678 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ... |
| 4701 | 2026-02-19T01:42:20.808Z | [ recovery-image] Feb 19 01:42:20.678 INFO O| Feb 19 01:42:20.678 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4702 | 2026-02-19T01:42:20.808Z | [ recovery-image] Feb 19 01:42:20.678 INFO O| Feb 19 01:42:20.678 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4703 | 2026-02-19T01:42:20.808Z | [ recovery-image] Feb 19 01:42:20.679 INFO O| Feb 19 01:42:20.678 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4704 | 2026-02-19T01:42:20.808Z | [ recovery-image] Feb 19 01:42:20.679 INFO O| Feb 19 01:42:20.679 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4705 | 2026-02-19T01:42:20.808Z | [ recovery-image] Feb 19 01:42:20.679 INFO O| Feb 19 01:42:20.679 INFO ok! |
| 4706 | 2026-02-19T01:42:20.808Z | [ recovery-image] Feb 19 01:42:20.679 INFO O| Feb 19 01:42:20.679 INFO STEP 58 (ensure_file) COMPLETE |
| 4707 | 2026-02-19T01:42:20.809Z | [ recovery-image] Feb 19 01:42:20.679 INFO O| Feb 19 01:42:20.679 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4708 | 2026-02-19T01:42:20.809Z | [ recovery-image] Feb 19 01:42:20.692 INFO O| Feb 19 01:42:20.692 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 4709 | 2026-02-19T01:42:20.809Z | [ recovery-image] Feb 19 01:42:20.692 INFO O| Feb 19 01:42:20.692 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 4710 | 2026-02-19T01:42:20.809Z | [ recovery-image] Feb 19 01:42:20.693 INFO O| Feb 19 01:42:20.693 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4711 | 2026-02-19T01:42:20.809Z | [ recovery-image] Feb 19 01:42:20.693 INFO O| Feb 19 01:42:20.693 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4712 | 2026-02-19T01:42:20.809Z | [ recovery-image] Feb 19 01:42:20.693 INFO O| Feb 19 01:42:20.693 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4713 | 2026-02-19T01:42:20.809Z | [ recovery-image] Feb 19 01:42:20.693 INFO O| Feb 19 01:42:20.693 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4714 | 2026-02-19T01:42:20.809Z | [ recovery-image] Feb 19 01:42:20.693 INFO O| Feb 19 01:42:20.693 INFO ok! |
| 4715 | 2026-02-19T01:42:20.809Z | [ recovery-image] Feb 19 01:42:20.693 INFO O| Feb 19 01:42:20.693 INFO STEP 59 (ensure_file) COMPLETE |
| 4716 | 2026-02-19T01:42:20.809Z | [ recovery-image] Feb 19 01:42:20.693 INFO O| Feb 19 01:42:20.693 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4717 | 2026-02-19T01:42:20.834Z | [ recovery-image] Feb 19 01:42:20.705 INFO O| Feb 19 01:42:20.705 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist |
| 4718 | 2026-02-19T01:42:20.834Z | [ recovery-image] Feb 19 01:42:20.705 INFO O| Feb 19 01:42:20.705 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ... |
| 4719 | 2026-02-19T01:42:20.834Z | [ recovery-image] Feb 19 01:42:20.705 INFO O| Feb 19 01:42:20.705 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile |
| 4720 | 2026-02-19T01:42:20.834Z | [ recovery-image] Feb 19 01:42:20.705 INFO O| Feb 19 01:42:20.705 INFO ok! |
| 4721 | 2026-02-19T01:42:20.834Z | [ recovery-image] Feb 19 01:42:20.705 INFO O| Feb 19 01:42:20.705 INFO STEP 60 (ensure_file) COMPLETE |
| 4722 | 2026-02-19T01:42:20.834Z | [ recovery-image] Feb 19 01:42:20.705 INFO O| Feb 19 01:42:20.705 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4723 | 2026-02-19T01:42:20.834Z | [ recovery-image] Feb 19 01:42:20.718 INFO O| Feb 19 01:42:20.718 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 4724 | 2026-02-19T01:42:20.834Z | [ recovery-image] Feb 19 01:42:20.718 INFO O| Feb 19 01:42:20.718 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ... |
| 4725 | 2026-02-19T01:42:20.834Z | [ recovery-image] Feb 19 01:42:20.718 INFO O| Feb 19 01:42:20.718 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc |
| 4726 | 2026-02-19T01:42:20.834Z | [ recovery-image] Feb 19 01:42:20.718 INFO O| Feb 19 01:42:20.718 INFO ok! |
| 4727 | 2026-02-19T01:42:20.834Z | [ recovery-image] Feb 19 01:42:20.718 INFO O| Feb 19 01:42:20.718 INFO STEP 61 (ensure_file) COMPLETE |
| 4728 | 2026-02-19T01:42:20.834Z | [ recovery-image] Feb 19 01:42:20.718 INFO O| Feb 19 01:42:20.718 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4729 | 2026-02-19T01:42:20.860Z | [ recovery-image] Feb 19 01:42:20.736 INFO O| Feb 19 01:42:20.735 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 4730 | 2026-02-19T01:42:20.860Z | [ recovery-image] Feb 19 01:42:20.736 INFO O| Feb 19 01:42:20.736 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ... |
| 4731 | 2026-02-19T01:42:20.860Z | [ recovery-image] Feb 19 01:42:20.736 INFO O| Feb 19 01:42:20.736 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 4732 | 2026-02-19T01:42:20.860Z | [ recovery-image] Feb 19 01:42:20.736 INFO O| Feb 19 01:42:20.736 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 4733 | 2026-02-19T01:42:20.860Z | [ recovery-image] Feb 19 01:42:20.736 INFO O| Feb 19 01:42:20.736 INFO ok! |
| 4734 | 2026-02-19T01:42:20.860Z | [ recovery-image] Feb 19 01:42:20.736 INFO O| Feb 19 01:42:20.736 INFO STEP 62 (ensure_file) COMPLETE |
| 4735 | 2026-02-19T01:42:20.860Z | [ recovery-image] Feb 19 01:42:20.736 INFO O| Feb 19 01:42:20.736 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4736 | 2026-02-19T01:42:20.860Z | [ recovery-image] Feb 19 01:42:20.753 INFO O| Feb 19 01:42:20.753 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 4737 | 2026-02-19T01:42:20.860Z | [ recovery-image] Feb 19 01:42:20.753 INFO O| Feb 19 01:42:20.753 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 4738 | 2026-02-19T01:42:20.885Z | [ recovery-image] Feb 19 01:42:20.754 INFO O| Feb 19 01:42:20.753 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 4739 | 2026-02-19T01:42:20.885Z | [ recovery-image] Feb 19 01:42:20.754 INFO O| Feb 19 01:42:20.753 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 4740 | 2026-02-19T01:42:20.886Z | [ recovery-image] Feb 19 01:42:20.754 INFO O| Feb 19 01:42:20.753 INFO ok! |
| 4741 | 2026-02-19T01:42:20.886Z | [ recovery-image] Feb 19 01:42:20.754 INFO O| Feb 19 01:42:20.753 INFO STEP 63 (ensure_file) COMPLETE |
| 4742 | 2026-02-19T01:42:20.886Z | [ recovery-image] Feb 19 01:42:20.754 INFO O| Feb 19 01:42:20.753 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4743 | 2026-02-19T01:42:20.886Z | [ recovery-image] Feb 19 01:42:20.770 INFO O| Feb 19 01:42:20.770 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 4744 | 2026-02-19T01:42:20.886Z | [ recovery-image] Feb 19 01:42:20.770 INFO O| Feb 19 01:42:20.770 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 4745 | 2026-02-19T01:42:20.886Z | [ recovery-image] Feb 19 01:42:20.771 INFO O| Feb 19 01:42:20.771 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly |
| 4746 | 2026-02-19T01:42:20.886Z | [ recovery-image] Feb 19 01:42:20.771 INFO O| Feb 19 01:42:20.771 INFO ok! |
| 4747 | 2026-02-19T01:42:20.886Z | [ recovery-image] Feb 19 01:42:20.771 INFO O| Feb 19 01:42:20.771 INFO STEP 64 (assemble_files) COMPLETE |
| 4748 | 2026-02-19T01:42:20.886Z | [ recovery-image] Feb 19 01:42:20.771 INFO O| Feb 19 01:42:20.771 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4749 | 2026-02-19T01:42:20.914Z | [ recovery-image] Feb 19 01:42:20.785 INFO O| Feb 19 01:42:20.785 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 4750 | 2026-02-19T01:42:20.914Z | [ recovery-image] Feb 19 01:42:20.785 INFO O| Feb 19 01:42:20.785 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ... |
| 4751 | 2026-02-19T01:42:20.914Z | [ recovery-image] Feb 19 01:42:20.786 INFO O| Feb 19 01:42:20.786 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 4752 | 2026-02-19T01:42:20.914Z | [ recovery-image] Feb 19 01:42:20.786 INFO O| Feb 19 01:42:20.786 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 4753 | 2026-02-19T01:42:20.914Z | [ recovery-image] Feb 19 01:42:20.786 INFO O| Feb 19 01:42:20.786 INFO ok! |
| 4754 | 2026-02-19T01:42:20.914Z | [ recovery-image] Feb 19 01:42:20.786 INFO O| Feb 19 01:42:20.786 INFO STEP 65 (ensure_file) COMPLETE |
| 4755 | 2026-02-19T01:42:20.914Z | [ recovery-image] Feb 19 01:42:20.786 INFO O| Feb 19 01:42:20.786 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4756 | 2026-02-19T01:42:20.914Z | [ recovery-image] Feb 19 01:42:20.786 INFO O| Feb 19 01:42:20.786 INFO skip step because feature "omicron1" is not enabled |
| 4757 | 2026-02-19T01:42:20.915Z | [ recovery-image] Feb 19 01:42:20.786 INFO O| Feb 19 01:42:20.786 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4758 | 2026-02-19T01:42:20.915Z | [ recovery-image] Feb 19 01:42:20.786 INFO O| Feb 19 01:42:20.786 INFO skip step because feature "omicron1" is not enabled |
| 4759 | 2026-02-19T01:42:20.915Z | [ recovery-image] Feb 19 01:42:20.786 INFO O| Feb 19 01:42:20.786 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4760 | 2026-02-19T01:42:20.915Z | [ recovery-image] Feb 19 01:42:20.786 INFO O| Feb 19 01:42:20.786 INFO skip step because feature "omicron1" is not enabled |
| 4761 | 2026-02-19T01:42:20.915Z | [ recovery-image] Feb 19 01:42:20.786 INFO O| Feb 19 01:42:20.786 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4762 | 2026-02-19T01:42:20.940Z | [ recovery-image] Feb 19 01:42:20.811 INFO O| Feb 19 01:42:20.811 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal |
| 4763 | 2026-02-19T01:42:20.940Z | [ recovery-image] Feb 19 01:42:20.811 INFO O| Feb 19 01:42:20.811 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 4764 | 2026-02-19T01:42:22.983Z | [ recovery-image] Feb 19 01:42:22.875 INFO O| Feb 19 01:42:22.875 INFO STEP 69 (pack_tar) COMPLETE |
| 4765 | 2026-02-19T01:42:23.008Z | [ recovery-image] Feb 19 01:42:22.875 INFO O| Feb 19 01:42:22.875 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4766 | 2026-02-19T01:42:23.008Z | [ recovery-image] Feb 19 01:42:22.875 INFO O| Feb 19 01:42:22.875 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4767 | 2026-02-19T01:42:23.366Z | [ recovery-image] Feb 19 01:42:23.260 INFO O| Feb 19 01:42:23.260 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4768 | 2026-02-19T01:42:23.418Z | [ recovery-image] Feb 19 01:42:23.312 INFO O| Feb 19 01:42:23.312 INFO completed processing sled/ramdisk-02-trim |
| 4769 | 2026-02-19T01:42:23.443Z | [ recovery-image] Feb 19 01:42:23.317 INFO image builder template: ramdisk-03-recovery-trim... |
| 4770 | 2026-02-19T01:42:23.443Z | [ recovery-image] Feb 19 01:42:23.317 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/.tmpNifBKs/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-03-recovery-trim"], pwd: None |
| 4771 | 2026-02-19T01:42:23.557Z | [ recovery-image] Feb 19 01:42:23.451 INFO O| Feb 19 01:42:23.450 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4772 | 2026-02-19T01:42:23.582Z | [ recovery-image] Feb 19 01:42:23.459 INFO O| Feb 19 01:42:23.459 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4773 | 2026-02-19T01:42:23.607Z | [ recovery-image] Feb 19 01:42:23.501 INFO O| Feb 19 01:42:23.501 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled |
| 4774 | 2026-02-19T01:42:23.640Z | [ recovery-image] Feb 19 01:42:23.534 INFO O| Feb 19 01:42:23.534 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4775 | 2026-02-19T01:42:23.665Z | [ recovery-image] Feb 19 01:42:23.534 INFO O| Feb 19 01:42:23.534 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4776 | 2026-02-19T01:42:23.665Z | [ recovery-image] Feb 19 01:42:23.545 INFO O| Feb 19 01:42:23.544 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 4777 | 2026-02-19T01:42:23.665Z | [ recovery-image] Feb 19 01:42:23.550 INFO O| Feb 19 01:42:23.550 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4778 | 2026-02-19T01:42:23.665Z | [ recovery-image] Feb 19 01:42:23.557 INFO O| Feb 19 01:42:23.557 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4779 | 2026-02-19T01:42:23.870Z | [ recovery-image] Feb 19 01:42:23.764 INFO O| Feb 19 01:42:23.763 INFO rolled back to input snapshot; work may begin |
| 4780 | 2026-02-19T01:42:23.870Z | [ recovery-image] Feb 19 01:42:23.764 INFO O| Feb 19 01:42:23.763 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4781 | 2026-02-19T01:42:23.894Z | [ recovery-image] Feb 19 01:42:23.771 INFO O| Feb 19 01:42:23.771 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4782 | 2026-02-19T01:42:23.894Z | [ recovery-image] Feb 19 01:42:23.786 INFO O| Feb 19 01:42:23.786 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7" |
| 4783 | 2026-02-19T01:42:23.920Z | [ recovery-image] Feb 19 01:42:23.789 INFO O| Feb 19 01:42:23.789 INFO STEP 0 (remove_files) COMPLETE |
| 4784 | 2026-02-19T01:42:23.920Z | [ recovery-image] Feb 19 01:42:23.789 INFO O| Feb 19 01:42:23.789 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4785 | 2026-02-19T01:42:23.920Z | [ recovery-image] Feb 19 01:42:23.806 INFO O| Feb 19 01:42:23.806 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share" |
| 4786 | 2026-02-19T01:42:23.974Z | [ recovery-image] Feb 19 01:42:23.868 INFO O| Feb 19 01:42:23.868 INFO STEP 1 (remove_files) COMPLETE |
| 4787 | 2026-02-19T01:42:23.974Z | [ recovery-image] Feb 19 01:42:23.868 INFO O| Feb 19 01:42:23.868 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4788 | 2026-02-19T01:42:23.999Z | [ recovery-image] Feb 19 01:42:23.884 INFO O| Feb 19 01:42:23.884 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns" |
| 4789 | 2026-02-19T01:42:23.999Z | [ recovery-image] Feb 19 01:42:23.885 INFO O| Feb 19 01:42:23.885 INFO STEP 2 (remove_files) COMPLETE |
| 4790 | 2026-02-19T01:42:23.999Z | [ recovery-image] Feb 19 01:42:23.886 INFO O| Feb 19 01:42:23.885 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4791 | 2026-02-19T01:42:24.024Z | [ recovery-image] Feb 19 01:42:23.898 INFO O| Feb 19 01:42:23.898 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv" |
| 4792 | 2026-02-19T01:42:24.054Z | [ recovery-image] Feb 19 01:42:23.948 INFO O| Feb 19 01:42:23.948 INFO STEP 3 (remove_files) COMPLETE |
| 4793 | 2026-02-19T01:42:24.054Z | [ recovery-image] Feb 19 01:42:23.948 INFO O| Feb 19 01:42:23.948 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4794 | 2026-02-19T01:42:24.079Z | [ recovery-image] Feb 19 01:42:23.965 INFO O| Feb 19 01:42:23.964 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale" |
| 4795 | 2026-02-19T01:42:24.104Z | [ recovery-image] Feb 19 01:42:23.977 INFO O| Feb 19 01:42:23.977 INFO STEP 4 (remove_files) COMPLETE |
| 4796 | 2026-02-19T01:42:24.104Z | [ recovery-image] Feb 19 01:42:23.977 INFO O| Feb 19 01:42:23.977 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4797 | 2026-02-19T01:42:24.104Z | [ recovery-image] Feb 19 01:42:23.991 INFO O| Feb 19 01:42:23.991 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps" |
| 4798 | 2026-02-19T01:42:24.104Z | [ recovery-image] Feb 19 01:42:23.993 INFO O| Feb 19 01:42:23.993 INFO STEP 5 (remove_files) COMPLETE |
| 4799 | 2026-02-19T01:42:24.104Z | [ recovery-image] Feb 19 01:42:23.993 INFO O| Feb 19 01:42:23.993 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4800 | 2026-02-19T01:42:24.129Z | [ recovery-image] Feb 19 01:42:24.009 INFO O| Feb 19 01:42:24.009 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig" |
| 4801 | 2026-02-19T01:42:24.129Z | [ recovery-image] Feb 19 01:42:24.011 INFO O| Feb 19 01:42:24.011 INFO STEP 6 (remove_files) COMPLETE |
| 4802 | 2026-02-19T01:42:24.129Z | [ recovery-image] Feb 19 01:42:24.011 INFO O| Feb 19 01:42:24.011 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4803 | 2026-02-19T01:42:24.153Z | [ recovery-image] Feb 19 01:42:24.026 INFO O| Feb 19 01:42:24.026 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi" |
| 4804 | 2026-02-19T01:42:24.153Z | [ recovery-image] Feb 19 01:42:24.028 INFO O| Feb 19 01:42:24.028 INFO STEP 7 (remove_files) COMPLETE |
| 4805 | 2026-02-19T01:42:24.153Z | [ recovery-image] Feb 19 01:42:24.028 INFO O| Feb 19 01:42:24.028 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4806 | 2026-02-19T01:42:24.153Z | [ recovery-image] Feb 19 01:42:24.041 INFO O| Feb 19 01:42:24.041 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs" |
| 4807 | 2026-02-19T01:42:24.153Z | [ recovery-image] Feb 19 01:42:24.041 INFO O| Feb 19 01:42:24.041 INFO STEP 8 (remove_files) COMPLETE |
| 4808 | 2026-02-19T01:42:24.153Z | [ recovery-image] Feb 19 01:42:24.041 INFO O| Feb 19 01:42:24.041 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4809 | 2026-02-19T01:42:24.178Z | [ recovery-image] Feb 19 01:42:24.058 INFO O| Feb 19 01:42:24.058 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv" |
| 4810 | 2026-02-19T01:42:24.178Z | [ recovery-image] Feb 19 01:42:24.060 INFO O| Feb 19 01:42:24.060 INFO STEP 9 (remove_files) COMPLETE |
| 4811 | 2026-02-19T01:42:24.178Z | [ recovery-image] Feb 19 01:42:24.060 INFO O| Feb 19 01:42:24.060 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4812 | 2026-02-19T01:42:24.203Z | [ recovery-image] Feb 19 01:42:24.073 INFO O| Feb 19 01:42:24.073 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5" |
| 4813 | 2026-02-19T01:42:24.229Z | [ recovery-image] Feb 19 01:42:24.123 INFO O| Feb 19 01:42:24.123 INFO STEP 10 (remove_files) COMPLETE |
| 4814 | 2026-02-19T01:42:24.229Z | [ recovery-image] Feb 19 01:42:24.123 INFO O| Feb 19 01:42:24.123 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4815 | 2026-02-19T01:42:24.254Z | [ recovery-image] Feb 19 01:42:24.139 INFO O| Feb 19 01:42:24.139 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash" |
| 4816 | 2026-02-19T01:42:24.254Z | [ recovery-image] Feb 19 01:42:24.142 INFO O| Feb 19 01:42:24.142 INFO STEP 11 (remove_files) COMPLETE |
| 4817 | 2026-02-19T01:42:24.254Z | [ recovery-image] Feb 19 01:42:24.142 INFO O| Feb 19 01:42:24.142 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4818 | 2026-02-19T01:42:24.279Z | [ recovery-image] Feb 19 01:42:24.156 INFO O| Feb 19 01:42:24.156 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve" |
| 4819 | 2026-02-19T01:42:24.279Z | [ recovery-image] Feb 19 01:42:24.160 INFO O| Feb 19 01:42:24.159 INFO STEP 12 (remove_files) COMPLETE |
| 4820 | 2026-02-19T01:42:24.279Z | [ recovery-image] Feb 19 01:42:24.160 INFO O| Feb 19 01:42:24.160 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4821 | 2026-02-19T01:42:24.279Z | [ recovery-image] Feb 19 01:42:24.172 INFO O| Feb 19 01:42:24.171 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs" |
| 4822 | 2026-02-19T01:42:24.279Z | [ recovery-image] Feb 19 01:42:24.172 INFO O| Feb 19 01:42:24.172 INFO STEP 13 (remove_files) COMPLETE |
| 4823 | 2026-02-19T01:42:24.279Z | [ recovery-image] Feb 19 01:42:24.172 INFO O| Feb 19 01:42:24.172 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4824 | 2026-02-19T01:42:24.304Z | [ recovery-image] Feb 19 01:42:24.182 INFO O| Feb 19 01:42:24.182 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons" |
| 4825 | 2026-02-19T01:42:24.304Z | [ recovery-image] Feb 19 01:42:24.184 INFO O| Feb 19 01:42:24.183 INFO STEP 14 (remove_files) COMPLETE |
| 4826 | 2026-02-19T01:42:24.304Z | [ recovery-image] Feb 19 01:42:24.184 INFO O| Feb 19 01:42:24.184 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4827 | 2026-02-19T01:42:24.304Z | [ recovery-image] Feb 19 01:42:24.194 INFO O| Feb 19 01:42:24.194 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale" |
| 4828 | 2026-02-19T01:42:24.329Z | [ recovery-image] Feb 19 01:42:24.203 INFO O| Feb 19 01:42:24.203 INFO STEP 15 (remove_files) COMPLETE |
| 4829 | 2026-02-19T01:42:24.329Z | [ recovery-image] Feb 19 01:42:24.203 INFO O| Feb 19 01:42:24.203 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4830 | 2026-02-19T01:42:24.329Z | [ recovery-image] Feb 19 01:42:24.215 INFO O| Feb 19 01:42:24.215 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src" |
| 4831 | 2026-02-19T01:42:24.329Z | [ recovery-image] Feb 19 01:42:24.215 INFO O| Feb 19 01:42:24.215 INFO STEP 16 (remove_files) COMPLETE |
| 4832 | 2026-02-19T01:42:24.329Z | [ recovery-image] Feb 19 01:42:24.215 INFO O| Feb 19 01:42:24.215 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4833 | 2026-02-19T01:42:24.353Z | [ recovery-image] Feb 19 01:42:24.229 INFO O| Feb 19 01:42:24.229 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo" |
| 4834 | 2026-02-19T01:42:24.353Z | [ recovery-image] Feb 19 01:42:24.230 INFO O| Feb 19 01:42:24.230 INFO STEP 17 (remove_files) COMPLETE |
| 4835 | 2026-02-19T01:42:24.354Z | [ recovery-image] Feb 19 01:42:24.230 INFO O| Feb 19 01:42:24.230 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4836 | 2026-02-19T01:42:24.354Z | [ recovery-image] Feb 19 01:42:24.240 INFO O| Feb 19 01:42:24.240 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim" |
| 4837 | 2026-02-19T01:42:24.393Z | [ recovery-image] Feb 19 01:42:24.287 INFO O| Feb 19 01:42:24.287 INFO STEP 18 (remove_files) COMPLETE |
| 4838 | 2026-02-19T01:42:24.393Z | [ recovery-image] Feb 19 01:42:24.287 INFO O| Feb 19 01:42:24.287 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4839 | 2026-02-19T01:42:24.418Z | [ recovery-image] Feb 19 01:42:24.301 INFO O| Feb 19 01:42:24.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml" |
| 4840 | 2026-02-19T01:42:24.418Z | [ recovery-image] Feb 19 01:42:24.302 INFO O| Feb 19 01:42:24.302 INFO STEP 19 (remove_files) COMPLETE |
| 4841 | 2026-02-19T01:42:24.418Z | [ recovery-image] Feb 19 01:42:24.302 INFO O| Feb 19 01:42:24.302 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4842 | 2026-02-19T01:42:24.442Z | [ recovery-image] Feb 19 01:42:24.313 INFO O| Feb 19 01:42:24.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml" |
| 4843 | 2026-02-19T01:42:24.442Z | [ recovery-image] Feb 19 01:42:24.314 INFO O| Feb 19 01:42:24.314 INFO STEP 20 (remove_files) COMPLETE |
| 4844 | 2026-02-19T01:42:24.442Z | [ recovery-image] Feb 19 01:42:24.314 INFO O| Feb 19 01:42:24.314 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4845 | 2026-02-19T01:42:24.442Z | [ recovery-image] Feb 19 01:42:24.324 INFO O| Feb 19 01:42:24.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb" |
| 4846 | 2026-02-19T01:42:24.442Z | [ recovery-image] Feb 19 01:42:24.325 INFO O| Feb 19 01:42:24.325 INFO STEP 21 (remove_files) COMPLETE |
| 4847 | 2026-02-19T01:42:24.443Z | [ recovery-image] Feb 19 01:42:24.325 INFO O| Feb 19 01:42:24.325 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4848 | 2026-02-19T01:42:24.443Z | [ recovery-image] Feb 19 01:42:24.335 INFO O| Feb 19 01:42:24.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec" |
| 4849 | 2026-02-19T01:42:24.443Z | [ recovery-image] Feb 19 01:42:24.336 INFO O| Feb 19 01:42:24.335 INFO STEP 22 (remove_files) COMPLETE |
| 4850 | 2026-02-19T01:42:24.443Z | [ recovery-image] Feb 19 01:42:24.336 INFO O| Feb 19 01:42:24.335 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4851 | 2026-02-19T01:42:24.468Z | [ recovery-image] Feb 19 01:42:24.345 INFO O| Feb 19 01:42:24.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap" |
| 4852 | 2026-02-19T01:42:24.468Z | [ recovery-image] Feb 19 01:42:24.346 INFO O| Feb 19 01:42:24.346 INFO STEP 23 (remove_files) COMPLETE |
| 4853 | 2026-02-19T01:42:24.468Z | [ recovery-image] Feb 19 01:42:24.346 INFO O| Feb 19 01:42:24.346 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4854 | 2026-02-19T01:42:24.468Z | [ recovery-image] Feb 19 01:42:24.355 INFO O| Feb 19 01:42:24.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias" |
| 4855 | 2026-02-19T01:42:24.468Z | [ recovery-image] Feb 19 01:42:24.356 INFO O| Feb 19 01:42:24.356 INFO STEP 24 (remove_files) COMPLETE |
| 4856 | 2026-02-19T01:42:24.468Z | [ recovery-image] Feb 19 01:42:24.356 INFO O| Feb 19 01:42:24.356 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4857 | 2026-02-19T01:42:24.493Z | [ recovery-image] Feb 19 01:42:24.366 INFO O| Feb 19 01:42:24.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb" |
| 4858 | 2026-02-19T01:42:24.493Z | [ recovery-image] Feb 19 01:42:24.367 INFO O| Feb 19 01:42:24.367 INFO STEP 25 (remove_files) COMPLETE |
| 4859 | 2026-02-19T01:42:24.493Z | [ recovery-image] Feb 19 01:42:24.367 INFO O| Feb 19 01:42:24.367 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4860 | 2026-02-19T01:42:24.493Z | [ recovery-image] Feb 19 01:42:24.377 INFO O| Feb 19 01:42:24.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt" |
| 4861 | 2026-02-19T01:42:24.493Z | [ recovery-image] Feb 19 01:42:24.377 INFO O| Feb 19 01:42:24.377 INFO STEP 26 (remove_files) COMPLETE |
| 4862 | 2026-02-19T01:42:24.493Z | [ recovery-image] Feb 19 01:42:24.377 INFO O| Feb 19 01:42:24.377 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4863 | 2026-02-19T01:42:24.518Z | [ recovery-image] Feb 19 01:42:24.390 INFO O| Feb 19 01:42:24.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack" |
| 4864 | 2026-02-19T01:42:24.518Z | [ recovery-image] Feb 19 01:42:24.390 INFO O| Feb 19 01:42:24.390 INFO STEP 27 (remove_files) COMPLETE |
| 4865 | 2026-02-19T01:42:24.518Z | [ recovery-image] Feb 19 01:42:24.391 INFO O| Feb 19 01:42:24.390 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4866 | 2026-02-19T01:42:24.518Z | [ recovery-image] Feb 19 01:42:24.402 INFO O| Feb 19 01:42:24.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle" |
| 4867 | 2026-02-19T01:42:24.518Z | [ recovery-image] Feb 19 01:42:24.402 INFO O| Feb 19 01:42:24.402 INFO STEP 28 (remove_files) COMPLETE |
| 4868 | 2026-02-19T01:42:24.518Z | [ recovery-image] Feb 19 01:42:24.402 INFO O| Feb 19 01:42:24.402 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4869 | 2026-02-19T01:42:24.543Z | [ recovery-image] Feb 19 01:42:24.418 INFO O| Feb 19 01:42:24.418 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl" |
| 4870 | 2026-02-19T01:42:24.543Z | [ recovery-image] Feb 19 01:42:24.419 INFO O| Feb 19 01:42:24.418 INFO STEP 29 (remove_files) COMPLETE |
| 4871 | 2026-02-19T01:42:24.543Z | [ recovery-image] Feb 19 01:42:24.419 INFO O| Feb 19 01:42:24.419 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4872 | 2026-02-19T01:42:24.543Z | [ recovery-image] Feb 19 01:42:24.432 INFO O| Feb 19 01:42:24.432 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config" |
| 4873 | 2026-02-19T01:42:24.543Z | [ recovery-image] Feb 19 01:42:24.433 INFO O| Feb 19 01:42:24.433 INFO STEP 30 (remove_files) COMPLETE |
| 4874 | 2026-02-19T01:42:24.543Z | [ recovery-image] Feb 19 01:42:24.433 INFO O| Feb 19 01:42:24.433 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4875 | 2026-02-19T01:42:24.568Z | [ recovery-image] Feb 19 01:42:24.444 INFO O| Feb 19 01:42:24.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt" |
| 4876 | 2026-02-19T01:42:24.568Z | [ recovery-image] Feb 19 01:42:24.444 INFO O| Feb 19 01:42:24.444 INFO STEP 31 (remove_files) COMPLETE |
| 4877 | 2026-02-19T01:42:24.568Z | [ recovery-image] Feb 19 01:42:24.444 INFO O| Feb 19 01:42:24.444 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4878 | 2026-02-19T01:42:24.568Z | [ recovery-image] Feb 19 01:42:24.455 INFO O| Feb 19 01:42:24.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest" |
| 4879 | 2026-02-19T01:42:24.568Z | [ recovery-image] Feb 19 01:42:24.455 INFO O| Feb 19 01:42:24.454 INFO STEP 32 (remove_files) COMPLETE |
| 4880 | 2026-02-19T01:42:24.568Z | [ recovery-image] Feb 19 01:42:24.455 INFO O| Feb 19 01:42:24.455 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4881 | 2026-02-19T01:42:24.593Z | [ recovery-image] Feb 19 01:42:24.469 INFO O| Feb 19 01:42:24.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap" |
| 4882 | 2026-02-19T01:42:24.593Z | [ recovery-image] Feb 19 01:42:24.469 INFO O| Feb 19 01:42:24.469 INFO STEP 33 (remove_files) COMPLETE |
| 4883 | 2026-02-19T01:42:24.593Z | [ recovery-image] Feb 19 01:42:24.469 INFO O| Feb 19 01:42:24.469 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4884 | 2026-02-19T01:42:24.593Z | [ recovery-image] Feb 19 01:42:24.481 INFO O| Feb 19 01:42:24.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt" |
| 4885 | 2026-02-19T01:42:24.593Z | [ recovery-image] Feb 19 01:42:24.481 INFO O| Feb 19 01:42:24.481 INFO STEP 34 (remove_files) COMPLETE |
| 4886 | 2026-02-19T01:42:24.593Z | [ recovery-image] Feb 19 01:42:24.481 INFO O| Feb 19 01:42:24.481 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4887 | 2026-02-19T01:42:24.617Z | [ recovery-image] Feb 19 01:42:24.492 INFO O| Feb 19 01:42:24.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear" |
| 4888 | 2026-02-19T01:42:24.618Z | [ recovery-image] Feb 19 01:42:24.493 INFO O| Feb 19 01:42:24.493 INFO STEP 35 (remove_files) COMPLETE |
| 4889 | 2026-02-19T01:42:24.618Z | [ recovery-image] Feb 19 01:42:24.493 INFO O| Feb 19 01:42:24.493 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4890 | 2026-02-19T01:42:24.618Z | [ recovery-image] Feb 19 01:42:24.504 INFO O| Feb 19 01:42:24.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp" |
| 4891 | 2026-02-19T01:42:24.618Z | [ recovery-image] Feb 19 01:42:24.504 INFO O| Feb 19 01:42:24.504 INFO STEP 36 (remove_files) COMPLETE |
| 4892 | 2026-02-19T01:42:24.618Z | [ recovery-image] Feb 19 01:42:24.504 INFO O| Feb 19 01:42:24.504 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4893 | 2026-02-19T01:42:24.643Z | [ recovery-image] Feb 19 01:42:24.514 INFO O| Feb 19 01:42:24.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs" |
| 4894 | 2026-02-19T01:42:24.643Z | [ recovery-image] Feb 19 01:42:24.514 INFO O| Feb 19 01:42:24.514 INFO STEP 37 (remove_files) COMPLETE |
| 4895 | 2026-02-19T01:42:24.643Z | [ recovery-image] Feb 19 01:42:24.514 INFO O| Feb 19 01:42:24.514 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4896 | 2026-02-19T01:42:24.643Z | [ recovery-image] Feb 19 01:42:24.533 INFO O| Feb 19 01:42:24.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic" |
| 4897 | 2026-02-19T01:42:24.643Z | [ recovery-image] Feb 19 01:42:24.533 INFO O| Feb 19 01:42:24.533 INFO STEP 38 (remove_files) COMPLETE |
| 4898 | 2026-02-19T01:42:24.643Z | [ recovery-image] Feb 19 01:42:24.533 INFO O| Feb 19 01:42:24.533 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4899 | 2026-02-19T01:42:24.669Z | [ recovery-image] Feb 19 01:42:24.548 INFO O| Feb 19 01:42:24.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe" |
| 4900 | 2026-02-19T01:42:24.669Z | [ recovery-image] Feb 19 01:42:24.548 INFO O| Feb 19 01:42:24.548 INFO STEP 39 (remove_files) COMPLETE |
| 4901 | 2026-02-19T01:42:24.669Z | [ recovery-image] Feb 19 01:42:24.548 INFO O| Feb 19 01:42:24.548 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4902 | 2026-02-19T01:42:24.694Z | [ recovery-image] Feb 19 01:42:24.564 INFO O| Feb 19 01:42:24.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput" |
| 4903 | 2026-02-19T01:42:24.694Z | [ recovery-image] Feb 19 01:42:24.565 INFO O| Feb 19 01:42:24.564 INFO STEP 40 (remove_files) COMPLETE |
| 4904 | 2026-02-19T01:42:24.694Z | [ recovery-image] Feb 19 01:42:24.565 INFO O| Feb 19 01:42:24.564 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4905 | 2026-02-19T01:42:24.694Z | [ recovery-image] Feb 19 01:42:24.577 INFO O| Feb 19 01:42:24.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset" |
| 4906 | 2026-02-19T01:42:24.694Z | [ recovery-image] Feb 19 01:42:24.577 INFO O| Feb 19 01:42:24.577 INFO STEP 41 (remove_files) COMPLETE |
| 4907 | 2026-02-19T01:42:24.694Z | [ recovery-image] Feb 19 01:42:24.578 INFO O| Feb 19 01:42:24.577 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4908 | 2026-02-19T01:42:24.719Z | [ recovery-image] Feb 19 01:42:24.593 INFO O| Feb 19 01:42:24.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn" |
| 4909 | 2026-02-19T01:42:24.719Z | [ recovery-image] Feb 19 01:42:24.593 INFO O| Feb 19 01:42:24.593 INFO STEP 42 (remove_files) COMPLETE |
| 4910 | 2026-02-19T01:42:24.719Z | [ recovery-image] Feb 19 01:42:24.593 INFO O| Feb 19 01:42:24.593 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4911 | 2026-02-19T01:42:24.719Z | [ recovery-image] Feb 19 01:42:24.608 INFO O| Feb 19 01:42:24.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93" |
| 4912 | 2026-02-19T01:42:24.719Z | [ recovery-image] Feb 19 01:42:24.609 INFO O| Feb 19 01:42:24.608 INFO STEP 43 (remove_files) COMPLETE |
| 4913 | 2026-02-19T01:42:24.719Z | [ recovery-image] Feb 19 01:42:24.609 INFO O| Feb 19 01:42:24.609 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4914 | 2026-02-19T01:42:24.743Z | [ recovery-image] Feb 19 01:42:24.621 INFO O| Feb 19 01:42:24.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls" |
| 4915 | 2026-02-19T01:42:24.743Z | [ recovery-image] Feb 19 01:42:24.621 INFO O| Feb 19 01:42:24.621 INFO STEP 44 (remove_files) COMPLETE |
| 4916 | 2026-02-19T01:42:24.743Z | [ recovery-image] Feb 19 01:42:24.621 INFO O| Feb 19 01:42:24.621 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4917 | 2026-02-19T01:42:24.743Z | [ recovery-image] Feb 19 01:42:24.632 INFO O| Feb 19 01:42:24.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac" |
| 4918 | 2026-02-19T01:42:24.743Z | [ recovery-image] Feb 19 01:42:24.632 INFO O| Feb 19 01:42:24.632 INFO STEP 45 (remove_files) COMPLETE |
| 4919 | 2026-02-19T01:42:24.743Z | [ recovery-image] Feb 19 01:42:24.632 INFO O| Feb 19 01:42:24.632 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4920 | 2026-02-19T01:42:24.768Z | [ recovery-image] Feb 19 01:42:24.646 INFO O| Feb 19 01:42:24.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe" |
| 4921 | 2026-02-19T01:42:24.768Z | [ recovery-image] Feb 19 01:42:24.647 INFO O| Feb 19 01:42:24.647 INFO STEP 46 (remove_files) COMPLETE |
| 4922 | 2026-02-19T01:42:24.768Z | [ recovery-image] Feb 19 01:42:24.647 INFO O| Feb 19 01:42:24.647 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4923 | 2026-02-19T01:42:24.793Z | [ recovery-image] Feb 19 01:42:24.663 INFO O| Feb 19 01:42:24.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config" |
| 4924 | 2026-02-19T01:42:24.793Z | [ recovery-image] Feb 19 01:42:24.663 INFO O| Feb 19 01:42:24.663 INFO STEP 47 (remove_files) COMPLETE |
| 4925 | 2026-02-19T01:42:24.793Z | [ recovery-image] Feb 19 01:42:24.663 INFO O| Feb 19 01:42:24.663 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4926 | 2026-02-19T01:42:24.793Z | [ recovery-image] Feb 19 01:42:24.674 INFO O| Feb 19 01:42:24.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask" |
| 4927 | 2026-02-19T01:42:24.793Z | [ recovery-image] Feb 19 01:42:24.674 INFO O| Feb 19 01:42:24.674 INFO STEP 48 (remove_files) COMPLETE |
| 4928 | 2026-02-19T01:42:24.793Z | [ recovery-image] Feb 19 01:42:24.674 INFO O| Feb 19 01:42:24.674 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4929 | 2026-02-19T01:42:24.793Z | [ recovery-image] Feb 19 01:42:24.685 INFO O| Feb 19 01:42:24.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup" |
| 4930 | 2026-02-19T01:42:24.793Z | [ recovery-image] Feb 19 01:42:24.685 INFO O| Feb 19 01:42:24.685 INFO STEP 49 (remove_files) COMPLETE |
| 4931 | 2026-02-19T01:42:24.793Z | [ recovery-image] Feb 19 01:42:24.685 INFO O| Feb 19 01:42:24.685 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4932 | 2026-02-19T01:42:24.818Z | [ recovery-image] Feb 19 01:42:24.696 INFO O| Feb 19 01:42:24.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs" |
| 4933 | 2026-02-19T01:42:24.818Z | [ recovery-image] Feb 19 01:42:24.696 INFO O| Feb 19 01:42:24.696 INFO STEP 50 (remove_files) COMPLETE |
| 4934 | 2026-02-19T01:42:24.818Z | [ recovery-image] Feb 19 01:42:24.696 INFO O| Feb 19 01:42:24.696 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4935 | 2026-02-19T01:42:24.818Z | [ recovery-image] Feb 19 01:42:24.709 INFO O| Feb 19 01:42:24.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv" |
| 4936 | 2026-02-19T01:42:24.818Z | [ recovery-image] Feb 19 01:42:24.709 INFO O| Feb 19 01:42:24.709 INFO STEP 51 (remove_files) COMPLETE |
| 4937 | 2026-02-19T01:42:24.818Z | [ recovery-image] Feb 19 01:42:24.709 INFO O| Feb 19 01:42:24.709 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4938 | 2026-02-19T01:42:24.843Z | [ recovery-image] Feb 19 01:42:24.721 INFO O| Feb 19 01:42:24.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config" |
| 4939 | 2026-02-19T01:42:24.843Z | [ recovery-image] Feb 19 01:42:24.722 INFO O| Feb 19 01:42:24.722 INFO STEP 52 (remove_files) COMPLETE |
| 4940 | 2026-02-19T01:42:24.843Z | [ recovery-image] Feb 19 01:42:24.722 INFO O| Feb 19 01:42:24.722 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4941 | 2026-02-19T01:42:24.843Z | [ recovery-image] Feb 19 01:42:24.734 INFO O| Feb 19 01:42:24.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config" |
| 4942 | 2026-02-19T01:42:24.843Z | [ recovery-image] Feb 19 01:42:24.734 INFO O| Feb 19 01:42:24.734 INFO STEP 53 (remove_files) COMPLETE |
| 4943 | 2026-02-19T01:42:24.843Z | [ recovery-image] Feb 19 01:42:24.734 INFO O| Feb 19 01:42:24.734 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4944 | 2026-02-19T01:42:24.868Z | [ recovery-image] Feb 19 01:42:24.746 INFO O| Feb 19 01:42:24.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config" |
| 4945 | 2026-02-19T01:42:24.868Z | [ recovery-image] Feb 19 01:42:24.746 INFO O| Feb 19 01:42:24.746 INFO STEP 54 (remove_files) COMPLETE |
| 4946 | 2026-02-19T01:42:24.868Z | [ recovery-image] Feb 19 01:42:24.746 INFO O| Feb 19 01:42:24.746 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4947 | 2026-02-19T01:42:24.868Z | [ recovery-image] Feb 19 01:42:24.760 INFO O| Feb 19 01:42:24.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep" |
| 4948 | 2026-02-19T01:42:24.868Z | [ recovery-image] Feb 19 01:42:24.760 INFO O| Feb 19 01:42:24.760 INFO STEP 55 (remove_files) COMPLETE |
| 4949 | 2026-02-19T01:42:24.868Z | [ recovery-image] Feb 19 01:42:24.760 INFO O| Feb 19 01:42:24.760 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4950 | 2026-02-19T01:42:24.893Z | [ recovery-image] Feb 19 01:42:24.773 INFO O| Feb 19 01:42:24.772 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test" |
| 4951 | 2026-02-19T01:42:24.893Z | [ recovery-image] Feb 19 01:42:24.773 INFO O| Feb 19 01:42:24.773 INFO STEP 56 (remove_files) COMPLETE |
| 4952 | 2026-02-19T01:42:24.893Z | [ recovery-image] Feb 19 01:42:24.773 INFO O| Feb 19 01:42:24.773 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4953 | 2026-02-19T01:42:24.893Z | [ recovery-image] Feb 19 01:42:24.784 INFO O| Feb 19 01:42:24.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred" |
| 4954 | 2026-02-19T01:42:24.893Z | [ recovery-image] Feb 19 01:42:24.784 INFO O| Feb 19 01:42:24.784 INFO STEP 57 (remove_files) COMPLETE |
| 4955 | 2026-02-19T01:42:24.893Z | [ recovery-image] Feb 19 01:42:24.784 INFO O| Feb 19 01:42:24.784 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4956 | 2026-02-19T01:42:24.918Z | [ recovery-image] Feb 19 01:42:24.802 INFO O| Feb 19 01:42:24.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep" |
| 4957 | 2026-02-19T01:42:24.918Z | [ recovery-image] Feb 19 01:42:24.802 INFO O| Feb 19 01:42:24.802 INFO STEP 58 (remove_files) COMPLETE |
| 4958 | 2026-02-19T01:42:24.918Z | [ recovery-image] Feb 19 01:42:24.802 INFO O| Feb 19 01:42:24.802 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4959 | 2026-02-19T01:42:24.942Z | [ recovery-image] Feb 19 01:42:24.818 INFO O| Feb 19 01:42:24.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest" |
| 4960 | 2026-02-19T01:42:24.942Z | [ recovery-image] Feb 19 01:42:24.818 INFO O| Feb 19 01:42:24.818 INFO STEP 59 (remove_files) COMPLETE |
| 4961 | 2026-02-19T01:42:24.942Z | [ recovery-image] Feb 19 01:42:24.818 INFO O| Feb 19 01:42:24.818 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4962 | 2026-02-19T01:42:24.967Z | [ recovery-image] Feb 19 01:42:24.837 INFO O| Feb 19 01:42:24.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv" |
| 4963 | 2026-02-19T01:42:24.967Z | [ recovery-image] Feb 19 01:42:24.838 INFO O| Feb 19 01:42:24.838 INFO STEP 60 (remove_files) COMPLETE |
| 4964 | 2026-02-19T01:42:24.967Z | [ recovery-image] Feb 19 01:42:24.838 INFO O| Feb 19 01:42:24.838 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4965 | 2026-02-19T01:42:24.967Z | [ recovery-image] Feb 19 01:42:24.855 INFO O| Feb 19 01:42:24.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles" |
| 4966 | 2026-02-19T01:42:24.967Z | [ recovery-image] Feb 19 01:42:24.855 INFO O| Feb 19 01:42:24.855 INFO STEP 61 (remove_files) COMPLETE |
| 4967 | 2026-02-19T01:42:24.967Z | [ recovery-image] Feb 19 01:42:24.855 INFO O| Feb 19 01:42:24.855 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4968 | 2026-02-19T01:42:24.992Z | [ recovery-image] Feb 19 01:42:24.868 INFO O| Feb 19 01:42:24.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags" |
| 4969 | 2026-02-19T01:42:24.992Z | [ recovery-image] Feb 19 01:42:24.868 INFO O| Feb 19 01:42:24.868 INFO STEP 62 (remove_files) COMPLETE |
| 4970 | 2026-02-19T01:42:24.992Z | [ recovery-image] Feb 19 01:42:24.868 INFO O| Feb 19 01:42:24.868 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4971 | 2026-02-19T01:42:24.992Z | [ recovery-image] Feb 19 01:42:24.878 INFO O| Feb 19 01:42:24.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd" |
| 4972 | 2026-02-19T01:42:24.992Z | [ recovery-image] Feb 19 01:42:24.879 INFO O| Feb 19 01:42:24.878 INFO STEP 63 (remove_files) COMPLETE |
| 4973 | 2026-02-19T01:42:24.992Z | [ recovery-image] Feb 19 01:42:24.879 INFO O| Feb 19 01:42:24.879 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4974 | 2026-02-19T01:42:25.017Z | [ recovery-image] Feb 19 01:42:24.889 INFO O| Feb 19 01:42:24.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp" |
| 4975 | 2026-02-19T01:42:25.017Z | [ recovery-image] Feb 19 01:42:24.889 INFO O| Feb 19 01:42:24.889 INFO STEP 64 (remove_files) COMPLETE |
| 4976 | 2026-02-19T01:42:25.017Z | [ recovery-image] Feb 19 01:42:24.889 INFO O| Feb 19 01:42:24.889 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4977 | 2026-02-19T01:42:25.017Z | [ recovery-image] Feb 19 01:42:24.904 INFO O| Feb 19 01:42:24.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit" |
| 4978 | 2026-02-19T01:42:25.017Z | [ recovery-image] Feb 19 01:42:24.904 INFO O| Feb 19 01:42:24.904 INFO STEP 65 (remove_files) COMPLETE |
| 4979 | 2026-02-19T01:42:25.017Z | [ recovery-image] Feb 19 01:42:24.904 INFO O| Feb 19 01:42:24.904 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4980 | 2026-02-19T01:42:25.042Z | [ recovery-image] Feb 19 01:42:24.919 INFO O| Feb 19 01:42:24.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise" |
| 4981 | 2026-02-19T01:42:25.042Z | [ recovery-image] Feb 19 01:42:24.919 INFO O| Feb 19 01:42:24.919 INFO STEP 66 (remove_files) COMPLETE |
| 4982 | 2026-02-19T01:42:25.042Z | [ recovery-image] Feb 19 01:42:24.919 INFO O| Feb 19 01:42:24.919 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4983 | 2026-02-19T01:42:25.042Z | [ recovery-image] Feb 19 01:42:24.934 INFO O| Feb 19 01:42:24.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap" |
| 4984 | 2026-02-19T01:42:25.042Z | [ recovery-image] Feb 19 01:42:24.934 INFO O| Feb 19 01:42:24.934 INFO STEP 67 (remove_files) COMPLETE |
| 4985 | 2026-02-19T01:42:25.042Z | [ recovery-image] Feb 19 01:42:24.934 INFO O| Feb 19 01:42:24.934 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4986 | 2026-02-19T01:42:25.067Z | [ recovery-image] Feb 19 01:42:24.953 INFO O| Feb 19 01:42:24.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz" |
| 4987 | 2026-02-19T01:42:25.067Z | [ recovery-image] Feb 19 01:42:24.953 INFO O| Feb 19 01:42:24.953 INFO STEP 68 (remove_files) COMPLETE |
| 4988 | 2026-02-19T01:42:25.067Z | [ recovery-image] Feb 19 01:42:24.953 INFO O| Feb 19 01:42:24.953 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4989 | 2026-02-19T01:42:25.091Z | [ recovery-image] Feb 19 01:42:24.970 INFO O| Feb 19 01:42:24.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv" |
| 4990 | 2026-02-19T01:42:25.091Z | [ recovery-image] Feb 19 01:42:24.970 INFO O| Feb 19 01:42:24.970 INFO STEP 69 (remove_files) COMPLETE |
| 4991 | 2026-02-19T01:42:25.091Z | [ recovery-image] Feb 19 01:42:24.970 INFO O| Feb 19 01:42:24.970 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4992 | 2026-02-19T01:42:25.116Z | [ recovery-image] Feb 19 01:42:24.988 INFO O| Feb 19 01:42:24.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl" |
| 4993 | 2026-02-19T01:42:25.116Z | [ recovery-image] Feb 19 01:42:24.988 INFO O| Feb 19 01:42:24.988 INFO STEP 70 (remove_files) COMPLETE |
| 4994 | 2026-02-19T01:42:25.116Z | [ recovery-image] Feb 19 01:42:24.988 INFO O| Feb 19 01:42:24.988 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4995 | 2026-02-19T01:42:25.116Z | [ recovery-image] Feb 19 01:42:25.005 INFO O| Feb 19 01:42:25.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap" |
| 4996 | 2026-02-19T01:42:25.116Z | [ recovery-image] Feb 19 01:42:25.005 INFO O| Feb 19 01:42:25.005 INFO STEP 71 (remove_files) COMPLETE |
| 4997 | 2026-02-19T01:42:25.116Z | [ recovery-image] Feb 19 01:42:25.005 INFO O| Feb 19 01:42:25.005 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4998 | 2026-02-19T01:42:25.141Z | [ recovery-image] Feb 19 01:42:25.017 INFO O| Feb 19 01:42:25.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat" |
| 4999 | 2026-02-19T01:42:25.141Z | [ recovery-image] Feb 19 01:42:25.018 INFO O| Feb 19 01:42:25.017 INFO STEP 72 (remove_files) COMPLETE |
| 5000 | 2026-02-19T01:42:25.141Z | [ recovery-image] Feb 19 01:42:25.018 INFO O| Feb 19 01:42:25.017 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5001 | 2026-02-19T01:42:25.141Z | [ recovery-image] Feb 19 01:42:25.034 INFO O| Feb 19 01:42:25.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun" |
| 5002 | 2026-02-19T01:42:25.141Z | [ recovery-image] Feb 19 01:42:25.034 INFO O| Feb 19 01:42:25.034 INFO STEP 73 (remove_files) COMPLETE |
| 5003 | 2026-02-19T01:42:25.141Z | [ recovery-image] Feb 19 01:42:25.034 INFO O| Feb 19 01:42:25.034 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5004 | 2026-02-19T01:42:25.166Z | [ recovery-image] Feb 19 01:42:25.051 INFO O| Feb 19 01:42:25.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags" |
| 5005 | 2026-02-19T01:42:25.166Z | [ recovery-image] Feb 19 01:42:25.051 INFO O| Feb 19 01:42:25.051 INFO STEP 74 (remove_files) COMPLETE |
| 5006 | 2026-02-19T01:42:25.166Z | [ recovery-image] Feb 19 01:42:25.051 INFO O| Feb 19 01:42:25.051 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5007 | 2026-02-19T01:42:25.191Z | [ recovery-image] Feb 19 01:42:25.065 INFO O| Feb 19 01:42:25.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig" |
| 5008 | 2026-02-19T01:42:25.191Z | [ recovery-image] Feb 19 01:42:25.065 INFO O| Feb 19 01:42:25.065 INFO STEP 75 (remove_files) COMPLETE |
| 5009 | 2026-02-19T01:42:25.191Z | [ recovery-image] Feb 19 01:42:25.065 INFO O| Feb 19 01:42:25.065 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5010 | 2026-02-19T01:42:25.191Z | [ recovery-image] Feb 19 01:42:25.082 INFO O| Feb 19 01:42:25.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack" |
| 5011 | 2026-02-19T01:42:25.191Z | [ recovery-image] Feb 19 01:42:25.082 INFO O| Feb 19 01:42:25.082 INFO STEP 76 (remove_files) COMPLETE |
| 5012 | 2026-02-19T01:42:25.191Z | [ recovery-image] Feb 19 01:42:25.082 INFO O| Feb 19 01:42:25.082 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5013 | 2026-02-19T01:42:25.216Z | [ recovery-image] Feb 19 01:42:25.099 INFO O| Feb 19 01:42:25.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop" |
| 5014 | 2026-02-19T01:42:25.216Z | [ recovery-image] Feb 19 01:42:25.099 INFO O| Feb 19 01:42:25.099 INFO STEP 77 (remove_files) COMPLETE |
| 5015 | 2026-02-19T01:42:25.216Z | [ recovery-image] Feb 19 01:42:25.099 INFO O| Feb 19 01:42:25.099 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5016 | 2026-02-19T01:42:25.240Z | [ recovery-image] Feb 19 01:42:25.116 INFO O| Feb 19 01:42:25.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime" |
| 5017 | 2026-02-19T01:42:25.240Z | [ recovery-image] Feb 19 01:42:25.116 INFO O| Feb 19 01:42:25.116 INFO STEP 78 (remove_files) COMPLETE |
| 5018 | 2026-02-19T01:42:25.240Z | [ recovery-image] Feb 19 01:42:25.116 INFO O| Feb 19 01:42:25.116 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5019 | 2026-02-19T01:42:25.240Z | [ recovery-image] Feb 19 01:42:25.130 INFO O| Feb 19 01:42:25.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree" |
| 5020 | 2026-02-19T01:42:25.240Z | [ recovery-image] Feb 19 01:42:25.131 INFO O| Feb 19 01:42:25.130 INFO STEP 79 (remove_files) COMPLETE |
| 5021 | 2026-02-19T01:42:25.240Z | [ recovery-image] Feb 19 01:42:25.131 INFO O| Feb 19 01:42:25.131 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5022 | 2026-02-19T01:42:25.265Z | [ recovery-image] Feb 19 01:42:25.144 INFO O| Feb 19 01:42:25.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait" |
| 5023 | 2026-02-19T01:42:25.265Z | [ recovery-image] Feb 19 01:42:25.144 INFO O| Feb 19 01:42:25.144 INFO STEP 80 (remove_files) COMPLETE |
| 5024 | 2026-02-19T01:42:25.265Z | [ recovery-image] Feb 19 01:42:25.144 INFO O| Feb 19 01:42:25.144 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5025 | 2026-02-19T01:42:25.265Z | [ recovery-image] Feb 19 01:42:25.156 INFO O| Feb 19 01:42:25.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx" |
| 5026 | 2026-02-19T01:42:25.265Z | [ recovery-image] Feb 19 01:42:25.156 INFO O| Feb 19 01:42:25.156 INFO STEP 81 (remove_files) COMPLETE |
| 5027 | 2026-02-19T01:42:25.265Z | [ recovery-image] Feb 19 01:42:25.156 INFO O| Feb 19 01:42:25.156 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5028 | 2026-02-19T01:42:25.290Z | [ recovery-image] Feb 19 01:42:25.167 INFO O| Feb 19 01:42:25.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh" |
| 5029 | 2026-02-19T01:42:25.290Z | [ recovery-image] Feb 19 01:42:25.168 INFO O| Feb 19 01:42:25.167 INFO STEP 82 (remove_files) COMPLETE |
| 5030 | 2026-02-19T01:42:25.290Z | [ recovery-image] Feb 19 01:42:25.168 INFO O| Feb 19 01:42:25.168 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5031 | 2026-02-19T01:42:25.290Z | [ recovery-image] Feb 19 01:42:25.179 INFO O| Feb 19 01:42:25.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93" |
| 5032 | 2026-02-19T01:42:25.290Z | [ recovery-image] Feb 19 01:42:25.179 INFO O| Feb 19 01:42:25.179 INFO STEP 83 (remove_files) COMPLETE |
| 5033 | 2026-02-19T01:42:25.290Z | [ recovery-image] Feb 19 01:42:25.179 INFO O| Feb 19 01:42:25.179 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5034 | 2026-02-19T01:42:25.314Z | [ recovery-image] Feb 19 01:42:25.194 INFO O| Feb 19 01:42:25.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3" |
| 5035 | 2026-02-19T01:42:25.314Z | [ recovery-image] Feb 19 01:42:25.195 INFO O| Feb 19 01:42:25.195 INFO STEP 84 (remove_files) COMPLETE |
| 5036 | 2026-02-19T01:42:25.314Z | [ recovery-image] Feb 19 01:42:25.195 INFO O| Feb 19 01:42:25.195 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5037 | 2026-02-19T01:42:25.339Z | [ recovery-image] Feb 19 01:42:25.209 INFO O| Feb 19 01:42:25.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings" |
| 5038 | 2026-02-19T01:42:25.339Z | [ recovery-image] Feb 19 01:42:25.210 INFO O| Feb 19 01:42:25.210 INFO STEP 85 (remove_files) COMPLETE |
| 5039 | 2026-02-19T01:42:25.339Z | [ recovery-image] Feb 19 01:42:25.210 INFO O| Feb 19 01:42:25.210 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5040 | 2026-02-19T01:42:25.339Z | [ recovery-image] Feb 19 01:42:25.223 INFO O| Feb 19 01:42:25.223 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config" |
| 5041 | 2026-02-19T01:42:25.339Z | [ recovery-image] Feb 19 01:42:25.224 INFO O| Feb 19 01:42:25.223 INFO STEP 86 (remove_files) COMPLETE |
| 5042 | 2026-02-19T01:42:25.339Z | [ recovery-image] Feb 19 01:42:25.224 INFO O| Feb 19 01:42:25.223 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5043 | 2026-02-19T01:42:25.364Z | [ recovery-image] Feb 19 01:42:25.238 INFO O| Feb 19 01:42:25.238 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog" |
| 5044 | 2026-02-19T01:42:25.364Z | [ recovery-image] Feb 19 01:42:25.239 INFO O| Feb 19 01:42:25.239 INFO STEP 87 (remove_files) COMPLETE |
| 5045 | 2026-02-19T01:42:25.364Z | [ recovery-image] Feb 19 01:42:25.239 INFO O| Feb 19 01:42:25.239 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5046 | 2026-02-19T01:42:25.364Z | [ recovery-image] Feb 19 01:42:25.251 INFO O| Feb 19 01:42:25.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint" |
| 5047 | 2026-02-19T01:42:25.364Z | [ recovery-image] Feb 19 01:42:25.252 INFO O| Feb 19 01:42:25.251 INFO STEP 88 (remove_files) COMPLETE |
| 5048 | 2026-02-19T01:42:25.364Z | [ recovery-image] Feb 19 01:42:25.252 INFO O| Feb 19 01:42:25.251 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5049 | 2026-02-19T01:42:25.388Z | [ recovery-image] Feb 19 01:42:25.263 INFO O| Feb 19 01:42:25.263 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt" |
| 5050 | 2026-02-19T01:42:25.388Z | [ recovery-image] Feb 19 01:42:25.263 INFO O| Feb 19 01:42:25.263 INFO STEP 89 (remove_files) COMPLETE |
| 5051 | 2026-02-19T01:42:25.388Z | [ recovery-image] Feb 19 01:42:25.263 INFO O| Feb 19 01:42:25.263 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5052 | 2026-02-19T01:42:25.388Z | [ recovery-image] Feb 19 01:42:25.279 INFO O| Feb 19 01:42:25.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch" |
| 5053 | 2026-02-19T01:42:25.389Z | [ recovery-image] Feb 19 01:42:25.279 INFO O| Feb 19 01:42:25.279 INFO STEP 90 (remove_files) COMPLETE |
| 5054 | 2026-02-19T01:42:25.389Z | [ recovery-image] Feb 19 01:42:25.279 INFO O| Feb 19 01:42:25.279 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5055 | 2026-02-19T01:42:25.413Z | [ recovery-image] Feb 19 01:42:25.296 INFO O| Feb 19 01:42:25.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa" |
| 5056 | 2026-02-19T01:42:25.413Z | [ recovery-image] Feb 19 01:42:25.297 INFO O| Feb 19 01:42:25.296 INFO STEP 91 (remove_files) COMPLETE |
| 5057 | 2026-02-19T01:42:25.413Z | [ recovery-image] Feb 19 01:42:25.297 INFO O| Feb 19 01:42:25.297 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5058 | 2026-02-19T01:42:25.439Z | [ recovery-image] Feb 19 01:42:25.315 INFO O| Feb 19 01:42:25.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at" |
| 5059 | 2026-02-19T01:42:25.439Z | [ recovery-image] Feb 19 01:42:25.315 INFO O| Feb 19 01:42:25.315 INFO STEP 92 (remove_files) COMPLETE |
| 5060 | 2026-02-19T01:42:25.439Z | [ recovery-image] Feb 19 01:42:25.316 INFO O| Feb 19 01:42:25.315 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5061 | 2026-02-19T01:42:25.464Z | [ recovery-image] Feb 19 01:42:25.335 INFO O| Feb 19 01:42:25.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq" |
| 5062 | 2026-02-19T01:42:25.465Z | [ recovery-image] Feb 19 01:42:25.336 INFO O| Feb 19 01:42:25.335 INFO STEP 93 (remove_files) COMPLETE |
| 5063 | 2026-02-19T01:42:25.465Z | [ recovery-image] Feb 19 01:42:25.336 INFO O| Feb 19 01:42:25.336 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5064 | 2026-02-19T01:42:25.465Z | [ recovery-image] Feb 19 01:42:25.350 INFO O| Feb 19 01:42:25.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm" |
| 5065 | 2026-02-19T01:42:25.465Z | [ recovery-image] Feb 19 01:42:25.350 INFO O| Feb 19 01:42:25.350 INFO STEP 94 (remove_files) COMPLETE |
| 5066 | 2026-02-19T01:42:25.465Z | [ recovery-image] Feb 19 01:42:25.350 INFO O| Feb 19 01:42:25.350 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5067 | 2026-02-19T01:42:25.490Z | [ recovery-image] Feb 19 01:42:25.364 INFO O| Feb 19 01:42:25.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths" |
| 5068 | 2026-02-19T01:42:25.490Z | [ recovery-image] Feb 19 01:42:25.365 INFO O| Feb 19 01:42:25.365 INFO STEP 95 (remove_files) COMPLETE |
| 5069 | 2026-02-19T01:42:25.490Z | [ recovery-image] Feb 19 01:42:25.365 INFO O| Feb 19 01:42:25.365 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5070 | 2026-02-19T01:42:25.490Z | [ recovery-image] Feb 19 01:42:25.379 INFO O| Feb 19 01:42:25.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner" |
| 5071 | 2026-02-19T01:42:25.490Z | [ recovery-image] Feb 19 01:42:25.379 INFO O| Feb 19 01:42:25.379 INFO STEP 96 (remove_files) COMPLETE |
| 5072 | 2026-02-19T01:42:25.490Z | [ recovery-image] Feb 19 01:42:25.379 INFO O| Feb 19 01:42:25.379 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5073 | 2026-02-19T01:42:25.515Z | [ recovery-image] Feb 19 01:42:25.396 INFO O| Feb 19 01:42:25.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug" |
| 5074 | 2026-02-19T01:42:25.515Z | [ recovery-image] Feb 19 01:42:25.397 INFO O| Feb 19 01:42:25.397 INFO STEP 97 (remove_files) COMPLETE |
| 5075 | 2026-02-19T01:42:25.515Z | [ recovery-image] Feb 19 01:42:25.397 INFO O| Feb 19 01:42:25.397 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5076 | 2026-02-19T01:42:25.540Z | [ recovery-image] Feb 19 01:42:25.413 INFO O| Feb 19 01:42:25.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch" |
| 5077 | 2026-02-19T01:42:25.540Z | [ recovery-image] Feb 19 01:42:25.413 INFO O| Feb 19 01:42:25.413 INFO STEP 98 (remove_files) COMPLETE |
| 5078 | 2026-02-19T01:42:25.540Z | [ recovery-image] Feb 19 01:42:25.413 INFO O| Feb 19 01:42:25.413 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5079 | 2026-02-19T01:42:25.540Z | [ recovery-image] Feb 19 01:42:25.427 INFO O| Feb 19 01:42:25.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc" |
| 5080 | 2026-02-19T01:42:25.540Z | [ recovery-image] Feb 19 01:42:25.427 INFO O| Feb 19 01:42:25.427 INFO STEP 99 (remove_files) COMPLETE |
| 5081 | 2026-02-19T01:42:25.540Z | [ recovery-image] Feb 19 01:42:25.427 INFO O| Feb 19 01:42:25.427 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5082 | 2026-02-19T01:42:25.565Z | [ recovery-image] Feb 19 01:42:25.445 INFO O| Feb 19 01:42:25.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff" |
| 5083 | 2026-02-19T01:42:25.565Z | [ recovery-image] Feb 19 01:42:25.445 INFO O| Feb 19 01:42:25.445 INFO STEP 100 (remove_files) COMPLETE |
| 5084 | 2026-02-19T01:42:25.565Z | [ recovery-image] Feb 19 01:42:25.445 INFO O| Feb 19 01:42:25.445 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5085 | 2026-02-19T01:42:25.590Z | [ recovery-image] Feb 19 01:42:25.460 INFO O| Feb 19 01:42:25.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg" |
| 5086 | 2026-02-19T01:42:25.590Z | [ recovery-image] Feb 19 01:42:25.461 INFO O| Feb 19 01:42:25.460 INFO STEP 101 (remove_files) COMPLETE |
| 5087 | 2026-02-19T01:42:25.590Z | [ recovery-image] Feb 19 01:42:25.461 INFO O| Feb 19 01:42:25.461 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5088 | 2026-02-19T01:42:25.590Z | [ recovery-image] Feb 19 01:42:25.476 INFO O| Feb 19 01:42:25.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli" |
| 5089 | 2026-02-19T01:42:25.590Z | [ recovery-image] Feb 19 01:42:25.476 INFO O| Feb 19 01:42:25.476 INFO STEP 102 (remove_files) COMPLETE |
| 5090 | 2026-02-19T01:42:25.590Z | [ recovery-image] Feb 19 01:42:25.476 INFO O| Feb 19 01:42:25.476 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5091 | 2026-02-19T01:42:25.614Z | [ recovery-image] Feb 19 01:42:25.493 INFO O| Feb 19 01:42:25.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2" |
| 5092 | 2026-02-19T01:42:25.614Z | [ recovery-image] Feb 19 01:42:25.494 INFO O| Feb 19 01:42:25.494 INFO STEP 103 (remove_files) COMPLETE |
| 5093 | 2026-02-19T01:42:25.614Z | [ recovery-image] Feb 19 01:42:25.494 INFO O| Feb 19 01:42:25.494 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5094 | 2026-02-19T01:42:25.638Z | [ recovery-image] Feb 19 01:42:25.516 INFO O| Feb 19 01:42:25.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat" |
| 5095 | 2026-02-19T01:42:25.639Z | [ recovery-image] Feb 19 01:42:25.516 INFO O| Feb 19 01:42:25.516 INFO STEP 104 (remove_files) COMPLETE |
| 5096 | 2026-02-19T01:42:25.639Z | [ recovery-image] Feb 19 01:42:25.516 INFO O| Feb 19 01:42:25.516 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5097 | 2026-02-19T01:42:25.639Z | [ recovery-image] Feb 19 01:42:25.532 INFO O| Feb 19 01:42:25.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat" |
| 5098 | 2026-02-19T01:42:25.639Z | [ recovery-image] Feb 19 01:42:25.532 INFO O| Feb 19 01:42:25.532 INFO STEP 105 (remove_files) COMPLETE |
| 5099 | 2026-02-19T01:42:25.639Z | [ recovery-image] Feb 19 01:42:25.532 INFO O| Feb 19 01:42:25.532 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5100 | 2026-02-19T01:42:25.664Z | [ recovery-image] Feb 19 01:42:25.549 INFO O| Feb 19 01:42:25.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff" |
| 5101 | 2026-02-19T01:42:25.664Z | [ recovery-image] Feb 19 01:42:25.550 INFO O| Feb 19 01:42:25.550 INFO STEP 106 (remove_files) COMPLETE |
| 5102 | 2026-02-19T01:42:25.664Z | [ recovery-image] Feb 19 01:42:25.550 INFO O| Feb 19 01:42:25.550 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5103 | 2026-02-19T01:42:25.688Z | [ recovery-image] Feb 19 01:42:25.567 INFO O| Feb 19 01:42:25.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep" |
| 5104 | 2026-02-19T01:42:25.688Z | [ recovery-image] Feb 19 01:42:25.567 INFO O| Feb 19 01:42:25.567 INFO STEP 107 (remove_files) COMPLETE |
| 5105 | 2026-02-19T01:42:25.688Z | [ recovery-image] Feb 19 01:42:25.567 INFO O| Feb 19 01:42:25.567 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5106 | 2026-02-19T01:42:25.689Z | [ recovery-image] Feb 19 01:42:25.580 INFO O| Feb 19 01:42:25.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2" |
| 5107 | 2026-02-19T01:42:25.689Z | [ recovery-image] Feb 19 01:42:25.580 INFO O| Feb 19 01:42:25.580 INFO STEP 108 (remove_files) COMPLETE |
| 5108 | 2026-02-19T01:42:25.689Z | [ recovery-image] Feb 19 01:42:25.580 INFO O| Feb 19 01:42:25.580 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5109 | 2026-02-19T01:42:25.713Z | [ recovery-image] Feb 19 01:42:25.593 INFO O| Feb 19 01:42:25.592 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover" |
| 5110 | 2026-02-19T01:42:25.713Z | [ recovery-image] Feb 19 01:42:25.593 INFO O| Feb 19 01:42:25.593 INFO STEP 109 (remove_files) COMPLETE |
| 5111 | 2026-02-19T01:42:25.713Z | [ recovery-image] Feb 19 01:42:25.593 INFO O| Feb 19 01:42:25.593 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5112 | 2026-02-19T01:42:25.738Z | [ recovery-image] Feb 19 01:42:25.609 INFO O| Feb 19 01:42:25.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore" |
| 5113 | 2026-02-19T01:42:25.738Z | [ recovery-image] Feb 19 01:42:25.609 INFO O| Feb 19 01:42:25.609 INFO STEP 110 (remove_files) COMPLETE |
| 5114 | 2026-02-19T01:42:25.738Z | [ recovery-image] Feb 19 01:42:25.609 INFO O| Feb 19 01:42:25.609 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5115 | 2026-02-19T01:42:25.738Z | [ recovery-image] Feb 19 01:42:25.622 INFO O| Feb 19 01:42:25.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal" |
| 5116 | 2026-02-19T01:42:25.738Z | [ recovery-image] Feb 19 01:42:25.622 INFO O| Feb 19 01:42:25.622 INFO STEP 111 (remove_files) COMPLETE |
| 5117 | 2026-02-19T01:42:25.738Z | [ recovery-image] Feb 19 01:42:25.622 INFO O| Feb 19 01:42:25.622 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5118 | 2026-02-19T01:42:25.763Z | [ recovery-image] Feb 19 01:42:25.634 INFO O| Feb 19 01:42:25.634 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo" |
| 5119 | 2026-02-19T01:42:25.763Z | [ recovery-image] Feb 19 01:42:25.634 INFO O| Feb 19 01:42:25.634 INFO STEP 112 (remove_files) COMPLETE |
| 5120 | 2026-02-19T01:42:25.764Z | [ recovery-image] Feb 19 01:42:25.634 INFO O| Feb 19 01:42:25.634 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5121 | 2026-02-19T01:42:25.764Z | [ recovery-image] Feb 19 01:42:25.652 INFO O| Feb 19 01:42:25.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd" |
| 5122 | 2026-02-19T01:42:25.764Z | [ recovery-image] Feb 19 01:42:25.652 INFO O| Feb 19 01:42:25.652 INFO STEP 113 (remove_files) COMPLETE |
| 5123 | 2026-02-19T01:42:25.764Z | [ recovery-image] Feb 19 01:42:25.652 INFO O| Feb 19 01:42:25.652 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5124 | 2026-02-19T01:42:25.789Z | [ recovery-image] Feb 19 01:42:25.665 INFO O| Feb 19 01:42:25.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil" |
| 5125 | 2026-02-19T01:42:25.789Z | [ recovery-image] Feb 19 01:42:25.666 INFO O| Feb 19 01:42:25.666 INFO STEP 114 (remove_files) COMPLETE |
| 5126 | 2026-02-19T01:42:25.789Z | [ recovery-image] Feb 19 01:42:25.666 INFO O| Feb 19 01:42:25.666 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5127 | 2026-02-19T01:42:25.789Z | [ recovery-image] Feb 19 01:42:25.680 INFO O| Feb 19 01:42:25.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth" |
| 5128 | 2026-02-19T01:42:25.789Z | [ recovery-image] Feb 19 01:42:25.680 INFO O| Feb 19 01:42:25.680 INFO STEP 115 (remove_files) COMPLETE |
| 5129 | 2026-02-19T01:42:25.789Z | [ recovery-image] Feb 19 01:42:25.680 INFO O| Feb 19 01:42:25.680 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5130 | 2026-02-19T01:42:25.814Z | [ recovery-image] Feb 19 01:42:25.692 INFO O| Feb 19 01:42:25.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp" |
| 5131 | 2026-02-19T01:42:25.814Z | [ recovery-image] Feb 19 01:42:25.692 INFO O| Feb 19 01:42:25.692 INFO STEP 116 (remove_files) COMPLETE |
| 5132 | 2026-02-19T01:42:25.815Z | [ recovery-image] Feb 19 01:42:25.692 INFO O| Feb 19 01:42:25.692 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5133 | 2026-02-19T01:42:25.815Z | [ recovery-image] Feb 19 01:42:25.703 INFO O| Feb 19 01:42:25.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc" |
| 5134 | 2026-02-19T01:42:25.815Z | [ recovery-image] Feb 19 01:42:25.703 INFO O| Feb 19 01:42:25.703 INFO STEP 117 (remove_files) COMPLETE |
| 5135 | 2026-02-19T01:42:25.815Z | [ recovery-image] Feb 19 01:42:25.703 INFO O| Feb 19 01:42:25.703 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5136 | 2026-02-19T01:42:25.839Z | [ recovery-image] Feb 19 01:42:25.714 INFO O| Feb 19 01:42:25.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate" |
| 5137 | 2026-02-19T01:42:25.839Z | [ recovery-image] Feb 19 01:42:25.714 INFO O| Feb 19 01:42:25.714 INFO STEP 118 (remove_files) COMPLETE |
| 5138 | 2026-02-19T01:42:25.839Z | [ recovery-image] Feb 19 01:42:25.714 INFO O| Feb 19 01:42:25.714 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5139 | 2026-02-19T01:42:25.839Z | [ recovery-image] Feb 19 01:42:25.725 INFO O| Feb 19 01:42:25.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid" |
| 5140 | 2026-02-19T01:42:25.839Z | [ recovery-image] Feb 19 01:42:25.726 INFO O| Feb 19 01:42:25.725 INFO STEP 119 (remove_files) COMPLETE |
| 5141 | 2026-02-19T01:42:25.839Z | [ recovery-image] Feb 19 01:42:25.726 INFO O| Feb 19 01:42:25.726 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5142 | 2026-02-19T01:42:25.864Z | [ recovery-image] Feb 19 01:42:25.736 INFO O| Feb 19 01:42:25.736 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint" |
| 5143 | 2026-02-19T01:42:25.864Z | [ recovery-image] Feb 19 01:42:25.736 INFO O| Feb 19 01:42:25.736 INFO STEP 120 (remove_files) COMPLETE |
| 5144 | 2026-02-19T01:42:25.864Z | [ recovery-image] Feb 19 01:42:25.736 INFO O| Feb 19 01:42:25.736 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5145 | 2026-02-19T01:42:25.864Z | [ recovery-image] Feb 19 01:42:25.751 INFO O| Feb 19 01:42:25.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem" |
| 5146 | 2026-02-19T01:42:25.864Z | [ recovery-image] Feb 19 01:42:25.751 INFO O| Feb 19 01:42:25.751 INFO STEP 121 (remove_files) COMPLETE |
| 5147 | 2026-02-19T01:42:25.864Z | [ recovery-image] Feb 19 01:42:25.751 INFO O| Feb 19 01:42:25.751 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5148 | 2026-02-19T01:42:25.889Z | [ recovery-image] Feb 19 01:42:25.763 INFO O| Feb 19 01:42:25.763 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd" |
| 5149 | 2026-02-19T01:42:25.889Z | [ recovery-image] Feb 19 01:42:25.763 INFO O| Feb 19 01:42:25.763 INFO STEP 122 (remove_files) COMPLETE |
| 5150 | 2026-02-19T01:42:25.889Z | [ recovery-image] Feb 19 01:42:25.763 INFO O| Feb 19 01:42:25.763 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5151 | 2026-02-19T01:42:25.889Z | [ recovery-image] Feb 19 01:42:25.778 INFO O| Feb 19 01:42:25.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath" |
| 5152 | 2026-02-19T01:42:25.889Z | [ recovery-image] Feb 19 01:42:25.778 INFO O| Feb 19 01:42:25.778 INFO STEP 123 (remove_files) COMPLETE |
| 5153 | 2026-02-19T01:42:25.889Z | [ recovery-image] Feb 19 01:42:25.778 INFO O| Feb 19 01:42:25.778 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5154 | 2026-02-19T01:42:25.914Z | [ recovery-image] Feb 19 01:42:25.796 INFO O| Feb 19 01:42:25.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange" |
| 5155 | 2026-02-19T01:42:25.914Z | [ recovery-image] Feb 19 01:42:25.797 INFO O| Feb 19 01:42:25.797 INFO STEP 124 (remove_files) COMPLETE |
| 5156 | 2026-02-19T01:42:25.914Z | [ recovery-image] Feb 19 01:42:25.797 INFO O| Feb 19 01:42:25.797 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5157 | 2026-02-19T01:42:25.939Z | [ recovery-image] Feb 19 01:42:25.811 INFO O| Feb 19 01:42:25.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr" |
| 5158 | 2026-02-19T01:42:25.939Z | [ recovery-image] Feb 19 01:42:25.811 INFO O| Feb 19 01:42:25.811 INFO STEP 125 (remove_files) COMPLETE |
| 5159 | 2026-02-19T01:42:25.939Z | [ recovery-image] Feb 19 01:42:25.811 INFO O| Feb 19 01:42:25.811 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5160 | 2026-02-19T01:42:25.939Z | [ recovery-image] Feb 19 01:42:25.826 INFO O| Feb 19 01:42:25.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum" |
| 5161 | 2026-02-19T01:42:25.939Z | [ recovery-image] Feb 19 01:42:25.826 INFO O| Feb 19 01:42:25.826 INFO STEP 126 (remove_files) COMPLETE |
| 5162 | 2026-02-19T01:42:25.939Z | [ recovery-image] Feb 19 01:42:25.826 INFO O| Feb 19 01:42:25.826 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5163 | 2026-02-19T01:42:25.964Z | [ recovery-image] Feb 19 01:42:25.836 INFO O| Feb 19 01:42:25.836 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime" |
| 5164 | 2026-02-19T01:42:25.964Z | [ recovery-image] Feb 19 01:42:25.837 INFO O| Feb 19 01:42:25.837 INFO STEP 127 (remove_files) COMPLETE |
| 5165 | 2026-02-19T01:42:25.964Z | [ recovery-image] Feb 19 01:42:25.837 INFO O| Feb 19 01:42:25.837 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5166 | 2026-02-19T01:42:25.964Z | [ recovery-image] Feb 19 01:42:25.847 INFO O| Feb 19 01:42:25.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid" |
| 5167 | 2026-02-19T01:42:25.964Z | [ recovery-image] Feb 19 01:42:25.847 INFO O| Feb 19 01:42:25.847 INFO STEP 128 (remove_files) COMPLETE |
| 5168 | 2026-02-19T01:42:25.964Z | [ recovery-image] Feb 19 01:42:25.847 INFO O| Feb 19 01:42:25.847 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5169 | 2026-02-19T01:42:25.964Z | [ recovery-image] Feb 19 01:42:25.857 INFO O| Feb 19 01:42:25.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn" |
| 5170 | 2026-02-19T01:42:25.964Z | [ recovery-image] Feb 19 01:42:25.857 INFO O| Feb 19 01:42:25.857 INFO STEP 129 (remove_files) COMPLETE |
| 5171 | 2026-02-19T01:42:25.964Z | [ recovery-image] Feb 19 01:42:25.857 INFO O| Feb 19 01:42:25.857 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5172 | 2026-02-19T01:42:25.988Z | [ recovery-image] Feb 19 01:42:25.872 INFO O| Feb 19 01:42:25.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear" |
| 5173 | 2026-02-19T01:42:25.988Z | [ recovery-image] Feb 19 01:42:25.873 INFO O| Feb 19 01:42:25.873 INFO STEP 130 (remove_files) COMPLETE |
| 5174 | 2026-02-19T01:42:25.988Z | [ recovery-image] Feb 19 01:42:25.873 INFO O| Feb 19 01:42:25.873 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5175 | 2026-02-19T01:42:25.989Z | [ recovery-image] Feb 19 01:42:25.883 INFO O| Feb 19 01:42:25.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp" |
| 5176 | 2026-02-19T01:42:25.989Z | [ recovery-image] Feb 19 01:42:25.883 INFO O| Feb 19 01:42:25.883 INFO STEP 131 (remove_files) COMPLETE |
| 5177 | 2026-02-19T01:42:25.989Z | [ recovery-image] Feb 19 01:42:25.883 INFO O| Feb 19 01:42:25.883 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5178 | 2026-02-19T01:42:26.014Z | [ recovery-image] Feb 19 01:42:25.892 INFO O| Feb 19 01:42:25.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col" |
| 5179 | 2026-02-19T01:42:26.014Z | [ recovery-image] Feb 19 01:42:25.892 INFO O| Feb 19 01:42:25.892 INFO STEP 132 (remove_files) COMPLETE |
| 5180 | 2026-02-19T01:42:26.014Z | [ recovery-image] Feb 19 01:42:25.892 INFO O| Feb 19 01:42:25.892 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5181 | 2026-02-19T01:42:26.014Z | [ recovery-image] Feb 19 01:42:25.902 INFO O| Feb 19 01:42:25.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm" |
| 5182 | 2026-02-19T01:42:26.014Z | [ recovery-image] Feb 19 01:42:25.902 INFO O| Feb 19 01:42:25.902 INFO STEP 133 (remove_files) COMPLETE |
| 5183 | 2026-02-19T01:42:26.014Z | [ recovery-image] Feb 19 01:42:25.902 INFO O| Feb 19 01:42:25.902 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5184 | 2026-02-19T01:42:26.040Z | [ recovery-image] Feb 19 01:42:25.911 INFO O| Feb 19 01:42:25.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command" |
| 5185 | 2026-02-19T01:42:26.040Z | [ recovery-image] Feb 19 01:42:25.911 INFO O| Feb 19 01:42:25.911 INFO STEP 134 (remove_files) COMPLETE |
| 5186 | 2026-02-19T01:42:26.040Z | [ recovery-image] Feb 19 01:42:25.911 INFO O| Feb 19 01:42:25.911 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5187 | 2026-02-19T01:42:26.040Z | [ recovery-image] Feb 19 01:42:25.928 INFO O| Feb 19 01:42:25.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress" |
| 5188 | 2026-02-19T01:42:26.040Z | [ recovery-image] Feb 19 01:42:25.928 INFO O| Feb 19 01:42:25.928 INFO STEP 135 (remove_files) COMPLETE |
| 5189 | 2026-02-19T01:42:26.040Z | [ recovery-image] Feb 19 01:42:25.928 INFO O| Feb 19 01:42:25.928 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5190 | 2026-02-19T01:42:26.064Z | [ recovery-image] Feb 19 01:42:25.944 INFO O| Feb 19 01:42:25.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat" |
| 5191 | 2026-02-19T01:42:26.064Z | [ recovery-image] Feb 19 01:42:25.944 INFO O| Feb 19 01:42:25.944 INFO STEP 136 (remove_files) COMPLETE |
| 5192 | 2026-02-19T01:42:26.064Z | [ recovery-image] Feb 19 01:42:25.944 INFO O| Feb 19 01:42:25.944 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5193 | 2026-02-19T01:42:26.064Z | [ recovery-image] Feb 19 01:42:25.957 INFO O| Feb 19 01:42:25.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio" |
| 5194 | 2026-02-19T01:42:26.064Z | [ recovery-image] Feb 19 01:42:25.958 INFO O| Feb 19 01:42:25.957 INFO STEP 137 (remove_files) COMPLETE |
| 5195 | 2026-02-19T01:42:26.064Z | [ recovery-image] Feb 19 01:42:25.958 INFO O| Feb 19 01:42:25.957 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5196 | 2026-02-19T01:42:26.089Z | [ recovery-image] Feb 19 01:42:25.972 INFO O| Feb 19 01:42:25.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack" |
| 5197 | 2026-02-19T01:42:26.089Z | [ recovery-image] Feb 19 01:42:25.972 INFO O| Feb 19 01:42:25.972 INFO STEP 138 (remove_files) COMPLETE |
| 5198 | 2026-02-19T01:42:26.089Z | [ recovery-image] Feb 19 01:42:25.972 INFO O| Feb 19 01:42:25.972 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5199 | 2026-02-19T01:42:26.114Z | [ recovery-image] Feb 19 01:42:25.989 INFO O| Feb 19 01:42:25.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle" |
| 5200 | 2026-02-19T01:42:26.114Z | [ recovery-image] Feb 19 01:42:25.989 INFO O| Feb 19 01:42:25.989 INFO STEP 139 (remove_files) COMPLETE |
| 5201 | 2026-02-19T01:42:26.114Z | [ recovery-image] Feb 19 01:42:25.989 INFO O| Feb 19 01:42:25.989 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5202 | 2026-02-19T01:42:26.114Z | [ recovery-image] Feb 19 01:42:26.001 INFO O| Feb 19 01:42:26.001 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab" |
| 5203 | 2026-02-19T01:42:26.114Z | [ recovery-image] Feb 19 01:42:26.001 INFO O| Feb 19 01:42:26.001 INFO STEP 140 (remove_files) COMPLETE |
| 5204 | 2026-02-19T01:42:26.114Z | [ recovery-image] Feb 19 01:42:26.001 INFO O| Feb 19 01:42:26.001 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5205 | 2026-02-19T01:42:26.138Z | [ recovery-image] Feb 19 01:42:26.019 INFO O| Feb 19 01:42:26.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt" |
| 5206 | 2026-02-19T01:42:26.138Z | [ recovery-image] Feb 19 01:42:26.019 INFO O| Feb 19 01:42:26.019 INFO STEP 141 (remove_files) COMPLETE |
| 5207 | 2026-02-19T01:42:26.138Z | [ recovery-image] Feb 19 01:42:26.019 INFO O| Feb 19 01:42:26.019 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5208 | 2026-02-19T01:42:26.163Z | [ recovery-image] Feb 19 01:42:26.035 INFO O| Feb 19 01:42:26.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh" |
| 5209 | 2026-02-19T01:42:26.163Z | [ recovery-image] Feb 19 01:42:26.035 INFO O| Feb 19 01:42:26.035 INFO STEP 142 (remove_files) COMPLETE |
| 5210 | 2026-02-19T01:42:26.163Z | [ recovery-image] Feb 19 01:42:26.035 INFO O| Feb 19 01:42:26.035 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5211 | 2026-02-19T01:42:26.163Z | [ recovery-image] Feb 19 01:42:26.049 INFO O| Feb 19 01:42:26.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit" |
| 5212 | 2026-02-19T01:42:26.163Z | [ recovery-image] Feb 19 01:42:26.049 INFO O| Feb 19 01:42:26.049 INFO STEP 143 (remove_files) COMPLETE |
| 5213 | 2026-02-19T01:42:26.163Z | [ recovery-image] Feb 19 01:42:26.049 INFO O| Feb 19 01:42:26.049 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5214 | 2026-02-19T01:42:26.188Z | [ recovery-image] Feb 19 01:42:26.062 INFO O| Feb 19 01:42:26.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl" |
| 5215 | 2026-02-19T01:42:26.188Z | [ recovery-image] Feb 19 01:42:26.062 INFO O| Feb 19 01:42:26.062 INFO STEP 144 (remove_files) COMPLETE |
| 5216 | 2026-02-19T01:42:26.188Z | [ recovery-image] Feb 19 01:42:26.062 INFO O| Feb 19 01:42:26.062 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5217 | 2026-02-19T01:42:26.188Z | [ recovery-image] Feb 19 01:42:26.073 INFO O| Feb 19 01:42:26.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config" |
| 5218 | 2026-02-19T01:42:26.188Z | [ recovery-image] Feb 19 01:42:26.074 INFO O| Feb 19 01:42:26.074 INFO STEP 145 (remove_files) COMPLETE |
| 5219 | 2026-02-19T01:42:26.188Z | [ recovery-image] Feb 19 01:42:26.074 INFO O| Feb 19 01:42:26.074 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5220 | 2026-02-19T01:42:26.213Z | [ recovery-image] Feb 19 01:42:26.088 INFO O| Feb 19 01:42:26.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc" |
| 5221 | 2026-02-19T01:42:26.213Z | [ recovery-image] Feb 19 01:42:26.089 INFO O| Feb 19 01:42:26.088 INFO STEP 146 (remove_files) COMPLETE |
| 5222 | 2026-02-19T01:42:26.213Z | [ recovery-image] Feb 19 01:42:26.089 INFO O| Feb 19 01:42:26.088 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5223 | 2026-02-19T01:42:26.213Z | [ recovery-image] Feb 19 01:42:26.103 INFO O| Feb 19 01:42:26.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt" |
| 5224 | 2026-02-19T01:42:26.213Z | [ recovery-image] Feb 19 01:42:26.103 INFO O| Feb 19 01:42:26.103 INFO STEP 147 (remove_files) COMPLETE |
| 5225 | 2026-02-19T01:42:26.213Z | [ recovery-image] Feb 19 01:42:26.103 INFO O| Feb 19 01:42:26.103 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5226 | 2026-02-19T01:42:26.237Z | [ recovery-image] Feb 19 01:42:26.118 INFO O| Feb 19 01:42:26.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr" |
| 5227 | 2026-02-19T01:42:26.237Z | [ recovery-image] Feb 19 01:42:26.118 INFO O| Feb 19 01:42:26.118 INFO STEP 148 (remove_files) COMPLETE |
| 5228 | 2026-02-19T01:42:26.237Z | [ recovery-image] Feb 19 01:42:26.118 INFO O| Feb 19 01:42:26.118 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5229 | 2026-02-19T01:42:26.262Z | [ recovery-image] Feb 19 01:42:26.133 INFO O| Feb 19 01:42:26.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree" |
| 5230 | 2026-02-19T01:42:26.262Z | [ recovery-image] Feb 19 01:42:26.133 INFO O| Feb 19 01:42:26.133 INFO STEP 149 (remove_files) COMPLETE |
| 5231 | 2026-02-19T01:42:26.262Z | [ recovery-image] Feb 19 01:42:26.133 INFO O| Feb 19 01:42:26.133 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5232 | 2026-02-19T01:42:26.262Z | [ recovery-image] Feb 19 01:42:26.149 INFO O| Feb 19 01:42:26.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv" |
| 5233 | 2026-02-19T01:42:26.262Z | [ recovery-image] Feb 19 01:42:26.149 INFO O| Feb 19 01:42:26.149 INFO STEP 150 (remove_files) COMPLETE |
| 5234 | 2026-02-19T01:42:26.262Z | [ recovery-image] Feb 19 01:42:26.149 INFO O| Feb 19 01:42:26.149 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5235 | 2026-02-19T01:42:26.286Z | [ recovery-image] Feb 19 01:42:26.162 INFO O| Feb 19 01:42:26.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3" |
| 5236 | 2026-02-19T01:42:26.286Z | [ recovery-image] Feb 19 01:42:26.162 INFO O| Feb 19 01:42:26.162 INFO STEP 151 (remove_files) COMPLETE |
| 5237 | 2026-02-19T01:42:26.286Z | [ recovery-image] Feb 19 01:42:26.163 INFO O| Feb 19 01:42:26.162 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5238 | 2026-02-19T01:42:26.286Z | [ recovery-image] Feb 19 01:42:26.176 INFO O| Feb 19 01:42:26.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest" |
| 5239 | 2026-02-19T01:42:26.287Z | [ recovery-image] Feb 19 01:42:26.176 INFO O| Feb 19 01:42:26.176 INFO STEP 152 (remove_files) COMPLETE |
| 5240 | 2026-02-19T01:42:26.287Z | [ recovery-image] Feb 19 01:42:26.176 INFO O| Feb 19 01:42:26.176 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5241 | 2026-02-19T01:42:26.311Z | [ recovery-image] Feb 19 01:42:26.189 INFO O| Feb 19 01:42:26.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp" |
| 5242 | 2026-02-19T01:42:26.311Z | [ recovery-image] Feb 19 01:42:26.189 INFO O| Feb 19 01:42:26.189 INFO STEP 153 (remove_files) COMPLETE |
| 5243 | 2026-02-19T01:42:26.311Z | [ recovery-image] Feb 19 01:42:26.189 INFO O| Feb 19 01:42:26.189 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5244 | 2026-02-19T01:42:26.311Z | [ recovery-image] Feb 19 01:42:26.203 INFO O| Feb 19 01:42:26.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname" |
| 5245 | 2026-02-19T01:42:26.311Z | [ recovery-image] Feb 19 01:42:26.203 INFO O| Feb 19 01:42:26.203 INFO STEP 154 (remove_files) COMPLETE |
| 5246 | 2026-02-19T01:42:26.311Z | [ recovery-image] Feb 19 01:42:26.203 INFO O| Feb 19 01:42:26.203 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5247 | 2026-02-19T01:42:26.336Z | [ recovery-image] Feb 19 01:42:26.220 INFO O| Feb 19 01:42:26.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan" |
| 5248 | 2026-02-19T01:42:26.336Z | [ recovery-image] Feb 19 01:42:26.220 INFO O| Feb 19 01:42:26.220 INFO STEP 155 (remove_files) COMPLETE |
| 5249 | 2026-02-19T01:42:26.336Z | [ recovery-image] Feb 19 01:42:26.220 INFO O| Feb 19 01:42:26.220 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5250 | 2026-02-19T01:42:26.361Z | [ recovery-image] Feb 19 01:42:26.235 INFO O| Feb 19 01:42:26.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid" |
| 5251 | 2026-02-19T01:42:26.361Z | [ recovery-image] Feb 19 01:42:26.235 INFO O| Feb 19 01:42:26.235 INFO STEP 156 (remove_files) COMPLETE |
| 5252 | 2026-02-19T01:42:26.361Z | [ recovery-image] Feb 19 01:42:26.235 INFO O| Feb 19 01:42:26.235 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5253 | 2026-02-19T01:42:26.361Z | [ recovery-image] Feb 19 01:42:26.250 INFO O| Feb 19 01:42:26.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid" |
| 5254 | 2026-02-19T01:42:26.361Z | [ recovery-image] Feb 19 01:42:26.251 INFO O| Feb 19 01:42:26.251 INFO STEP 157 (remove_files) COMPLETE |
| 5255 | 2026-02-19T01:42:26.361Z | [ recovery-image] Feb 19 01:42:26.251 INFO O| Feb 19 01:42:26.251 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5256 | 2026-02-19T01:42:26.385Z | [ recovery-image] Feb 19 01:42:26.270 INFO O| Feb 19 01:42:26.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix" |
| 5257 | 2026-02-19T01:42:26.386Z | [ recovery-image] Feb 19 01:42:26.270 INFO O| Feb 19 01:42:26.270 INFO STEP 158 (remove_files) COMPLETE |
| 5258 | 2026-02-19T01:42:26.386Z | [ recovery-image] Feb 19 01:42:26.270 INFO O| Feb 19 01:42:26.270 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5259 | 2026-02-19T01:42:26.410Z | [ recovery-image] Feb 19 01:42:26.288 INFO O| Feb 19 01:42:26.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du" |
| 5260 | 2026-02-19T01:42:26.410Z | [ recovery-image] Feb 19 01:42:26.289 INFO O| Feb 19 01:42:26.289 INFO STEP 159 (remove_files) COMPLETE |
| 5261 | 2026-02-19T01:42:26.410Z | [ recovery-image] Feb 19 01:42:26.289 INFO O| Feb 19 01:42:26.289 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5262 | 2026-02-19T01:42:26.435Z | [ recovery-image] Feb 19 01:42:26.307 INFO O| Feb 19 01:42:26.307 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs" |
| 5263 | 2026-02-19T01:42:26.435Z | [ recovery-image] Feb 19 01:42:26.307 INFO O| Feb 19 01:42:26.307 INFO STEP 160 (remove_files) COMPLETE |
| 5264 | 2026-02-19T01:42:26.435Z | [ recovery-image] Feb 19 01:42:26.307 INFO O| Feb 19 01:42:26.307 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5265 | 2026-02-19T01:42:26.435Z | [ recovery-image] Feb 19 01:42:26.323 INFO O| Feb 19 01:42:26.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys" |
| 5266 | 2026-02-19T01:42:26.435Z | [ recovery-image] Feb 19 01:42:26.323 INFO O| Feb 19 01:42:26.323 INFO STEP 161 (remove_files) COMPLETE |
| 5267 | 2026-02-19T01:42:26.435Z | [ recovery-image] Feb 19 01:42:26.323 INFO O| Feb 19 01:42:26.323 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5268 | 2026-02-19T01:42:26.460Z | [ recovery-image] Feb 19 01:42:26.339 INFO O| Feb 19 01:42:26.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit" |
| 5269 | 2026-02-19T01:42:26.461Z | [ recovery-image] Feb 19 01:42:26.339 INFO O| Feb 19 01:42:26.339 INFO STEP 162 (remove_files) COMPLETE |
| 5270 | 2026-02-19T01:42:26.461Z | [ recovery-image] Feb 19 01:42:26.339 INFO O| Feb 19 01:42:26.339 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5271 | 2026-02-19T01:42:26.485Z | [ recovery-image] Feb 19 01:42:26.356 INFO O| Feb 19 01:42:26.356 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject" |
| 5272 | 2026-02-19T01:42:26.485Z | [ recovery-image] Feb 19 01:42:26.356 INFO O| Feb 19 01:42:26.356 INFO STEP 163 (remove_files) COMPLETE |
| 5273 | 2026-02-19T01:42:26.485Z | [ recovery-image] Feb 19 01:42:26.356 INFO O| Feb 19 01:42:26.356 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5274 | 2026-02-19T01:42:26.510Z | [ recovery-image] Feb 19 01:42:26.381 INFO O| Feb 19 01:42:26.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign" |
| 5275 | 2026-02-19T01:42:26.510Z | [ recovery-image] Feb 19 01:42:26.381 INFO O| Feb 19 01:42:26.381 INFO STEP 164 (remove_files) COMPLETE |
| 5276 | 2026-02-19T01:42:26.510Z | [ recovery-image] Feb 19 01:42:26.381 INFO O| Feb 19 01:42:26.381 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5277 | 2026-02-19T01:42:26.510Z | [ recovery-image] Feb 19 01:42:26.400 INFO O| Feb 19 01:42:26.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap" |
| 5278 | 2026-02-19T01:42:26.510Z | [ recovery-image] Feb 19 01:42:26.400 INFO O| Feb 19 01:42:26.400 INFO STEP 165 (remove_files) COMPLETE |
| 5279 | 2026-02-19T01:42:26.510Z | [ recovery-image] Feb 19 01:42:26.400 INFO O| Feb 19 01:42:26.400 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5280 | 2026-02-19T01:42:26.535Z | [ recovery-image] Feb 19 01:42:26.416 INFO O| Feb 19 01:42:26.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange" |
| 5281 | 2026-02-19T01:42:26.535Z | [ recovery-image] Feb 19 01:42:26.416 INFO O| Feb 19 01:42:26.416 INFO STEP 166 (remove_files) COMPLETE |
| 5282 | 2026-02-19T01:42:26.535Z | [ recovery-image] Feb 19 01:42:26.416 INFO O| Feb 19 01:42:26.416 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5283 | 2026-02-19T01:42:26.560Z | [ recovery-image] Feb 19 01:42:26.430 INFO O| Feb 19 01:42:26.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt" |
| 5284 | 2026-02-19T01:42:26.560Z | [ recovery-image] Feb 19 01:42:26.431 INFO O| Feb 19 01:42:26.430 INFO STEP 167 (remove_files) COMPLETE |
| 5285 | 2026-02-19T01:42:26.560Z | [ recovery-image] Feb 19 01:42:26.431 INFO O| Feb 19 01:42:26.431 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5286 | 2026-02-19T01:42:26.560Z | [ recovery-image] Feb 19 01:42:26.443 INFO O| Feb 19 01:42:26.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance" |
| 5287 | 2026-02-19T01:42:26.560Z | [ recovery-image] Feb 19 01:42:26.444 INFO O| Feb 19 01:42:26.444 INFO STEP 168 (remove_files) COMPLETE |
| 5288 | 2026-02-19T01:42:26.560Z | [ recovery-image] Feb 19 01:42:26.444 INFO O| Feb 19 01:42:26.444 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5289 | 2026-02-19T01:42:26.585Z | [ recovery-image] Feb 19 01:42:26.456 INFO O| Feb 19 01:42:26.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env" |
| 5290 | 2026-02-19T01:42:26.585Z | [ recovery-image] Feb 19 01:42:26.456 INFO O| Feb 19 01:42:26.456 INFO STEP 169 (remove_files) COMPLETE |
| 5291 | 2026-02-19T01:42:26.585Z | [ recovery-image] Feb 19 01:42:26.456 INFO O| Feb 19 01:42:26.456 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5292 | 2026-02-19T01:42:26.585Z | [ recovery-image] Feb 19 01:42:26.468 INFO O| Feb 19 01:42:26.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump" |
| 5293 | 2026-02-19T01:42:26.585Z | [ recovery-image] Feb 19 01:42:26.468 INFO O| Feb 19 01:42:26.468 INFO STEP 170 (remove_files) COMPLETE |
| 5294 | 2026-02-19T01:42:26.585Z | [ recovery-image] Feb 19 01:42:26.468 INFO O| Feb 19 01:42:26.468 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5295 | 2026-02-19T01:42:26.610Z | [ recovery-image] Feb 19 01:42:26.484 INFO O| Feb 19 01:42:26.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand" |
| 5296 | 2026-02-19T01:42:26.610Z | [ recovery-image] Feb 19 01:42:26.484 INFO O| Feb 19 01:42:26.484 INFO STEP 171 (remove_files) COMPLETE |
| 5297 | 2026-02-19T01:42:26.610Z | [ recovery-image] Feb 19 01:42:26.484 INFO O| Feb 19 01:42:26.484 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5298 | 2026-02-19T01:42:26.610Z | [ recovery-image] Feb 19 01:42:26.500 INFO O| Feb 19 01:42:26.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr" |
| 5299 | 2026-02-19T01:42:26.610Z | [ recovery-image] Feb 19 01:42:26.500 INFO O| Feb 19 01:42:26.500 INFO STEP 172 (remove_files) COMPLETE |
| 5300 | 2026-02-19T01:42:26.610Z | [ recovery-image] Feb 19 01:42:26.500 INFO O| Feb 19 01:42:26.500 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5301 | 2026-02-19T01:42:26.635Z | [ recovery-image] Feb 19 01:42:26.513 INFO O| Feb 19 01:42:26.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor" |
| 5302 | 2026-02-19T01:42:26.635Z | [ recovery-image] Feb 19 01:42:26.513 INFO O| Feb 19 01:42:26.513 INFO STEP 173 (remove_files) COMPLETE |
| 5303 | 2026-02-19T01:42:26.635Z | [ recovery-image] Feb 19 01:42:26.513 INFO O| Feb 19 01:42:26.513 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5304 | 2026-02-19T01:42:26.635Z | [ recovery-image] Feb 19 01:42:26.525 INFO O| Feb 19 01:42:26.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false" |
| 5305 | 2026-02-19T01:42:26.635Z | [ recovery-image] Feb 19 01:42:26.526 INFO O| Feb 19 01:42:26.526 INFO STEP 174 (remove_files) COMPLETE |
| 5306 | 2026-02-19T01:42:26.635Z | [ recovery-image] Feb 19 01:42:26.526 INFO O| Feb 19 01:42:26.526 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5307 | 2026-02-19T01:42:26.660Z | [ recovery-image] Feb 19 01:42:26.538 INFO O| Feb 19 01:42:26.538 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc" |
| 5308 | 2026-02-19T01:42:26.660Z | [ recovery-image] Feb 19 01:42:26.538 INFO O| Feb 19 01:42:26.538 INFO STEP 175 (remove_files) COMPLETE |
| 5309 | 2026-02-19T01:42:26.660Z | [ recovery-image] Feb 19 01:42:26.538 INFO O| Feb 19 01:42:26.538 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5310 | 2026-02-19T01:42:26.660Z | [ recovery-image] Feb 19 01:42:26.552 INFO O| Feb 19 01:42:26.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach" |
| 5311 | 2026-02-19T01:42:26.660Z | [ recovery-image] Feb 19 01:42:26.552 INFO O| Feb 19 01:42:26.552 INFO STEP 176 (remove_files) COMPLETE |
| 5312 | 2026-02-19T01:42:26.660Z | [ recovery-image] Feb 19 01:42:26.552 INFO O| Feb 19 01:42:26.552 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5313 | 2026-02-19T01:42:26.684Z | [ recovery-image] Feb 19 01:42:26.562 INFO O| Feb 19 01:42:26.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat" |
| 5314 | 2026-02-19T01:42:26.684Z | [ recovery-image] Feb 19 01:42:26.563 INFO O| Feb 19 01:42:26.563 INFO STEP 177 (remove_files) COMPLETE |
| 5315 | 2026-02-19T01:42:26.684Z | [ recovery-image] Feb 19 01:42:26.563 INFO O| Feb 19 01:42:26.563 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5316 | 2026-02-19T01:42:26.709Z | [ recovery-image] Feb 19 01:42:26.581 INFO O| Feb 19 01:42:26.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg" |
| 5317 | 2026-02-19T01:42:26.709Z | [ recovery-image] Feb 19 01:42:26.581 INFO O| Feb 19 01:42:26.581 INFO STEP 178 (remove_files) COMPLETE |
| 5318 | 2026-02-19T01:42:26.709Z | [ recovery-image] Feb 19 01:42:26.581 INFO O| Feb 19 01:42:26.581 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5319 | 2026-02-19T01:42:26.709Z | [ recovery-image] Feb 19 01:42:26.594 INFO O| Feb 19 01:42:26.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep" |
| 5320 | 2026-02-19T01:42:26.709Z | [ recovery-image] Feb 19 01:42:26.594 INFO O| Feb 19 01:42:26.594 INFO STEP 179 (remove_files) COMPLETE |
| 5321 | 2026-02-19T01:42:26.709Z | [ recovery-image] Feb 19 01:42:26.594 INFO O| Feb 19 01:42:26.594 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5322 | 2026-02-19T01:42:26.734Z | [ recovery-image] Feb 19 01:42:26.607 INFO O| Feb 19 01:42:26.607 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file" |
| 5323 | 2026-02-19T01:42:26.734Z | [ recovery-image] Feb 19 01:42:26.607 INFO O| Feb 19 01:42:26.607 INFO STEP 180 (remove_files) COMPLETE |
| 5324 | 2026-02-19T01:42:26.734Z | [ recovery-image] Feb 19 01:42:26.607 INFO O| Feb 19 01:42:26.607 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5325 | 2026-02-19T01:42:26.734Z | [ recovery-image] Feb 19 01:42:26.619 INFO O| Feb 19 01:42:26.619 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc" |
| 5326 | 2026-02-19T01:42:26.734Z | [ recovery-image] Feb 19 01:42:26.619 INFO O| Feb 19 01:42:26.619 INFO STEP 181 (remove_files) COMPLETE |
| 5327 | 2026-02-19T01:42:26.734Z | [ recovery-image] Feb 19 01:42:26.619 INFO O| Feb 19 01:42:26.619 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5328 | 2026-02-19T01:42:26.759Z | [ recovery-image] Feb 19 01:42:26.636 INFO O| Feb 19 01:42:26.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt" |
| 5329 | 2026-02-19T01:42:26.759Z | [ recovery-image] Feb 19 01:42:26.636 INFO O| Feb 19 01:42:26.636 INFO STEP 182 (remove_files) COMPLETE |
| 5330 | 2026-02-19T01:42:26.759Z | [ recovery-image] Feb 19 01:42:26.637 INFO O| Feb 19 01:42:26.636 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5331 | 2026-02-19T01:42:26.759Z | [ recovery-image] Feb 19 01:42:26.650 INFO O| Feb 19 01:42:26.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg" |
| 5332 | 2026-02-19T01:42:26.759Z | [ recovery-image] Feb 19 01:42:26.650 INFO O| Feb 19 01:42:26.650 INFO STEP 183 (remove_files) COMPLETE |
| 5333 | 2026-02-19T01:42:26.759Z | [ recovery-image] Feb 19 01:42:26.650 INFO O| Feb 19 01:42:26.650 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5334 | 2026-02-19T01:42:26.784Z | [ recovery-image] Feb 19 01:42:26.663 INFO O| Feb 19 01:42:26.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold" |
| 5335 | 2026-02-19T01:42:26.784Z | [ recovery-image] Feb 19 01:42:26.663 INFO O| Feb 19 01:42:26.663 INFO STEP 184 (remove_files) COMPLETE |
| 5336 | 2026-02-19T01:42:26.784Z | [ recovery-image] Feb 19 01:42:26.663 INFO O| Feb 19 01:42:26.663 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5337 | 2026-02-19T01:42:26.784Z | [ recovery-image] Feb 19 01:42:26.676 INFO O| Feb 19 01:42:26.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat" |
| 5338 | 2026-02-19T01:42:26.784Z | [ recovery-image] Feb 19 01:42:26.676 INFO O| Feb 19 01:42:26.676 INFO STEP 185 (remove_files) COMPLETE |
| 5339 | 2026-02-19T01:42:26.784Z | [ recovery-image] Feb 19 01:42:26.676 INFO O| Feb 19 01:42:26.676 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5340 | 2026-02-19T01:42:26.808Z | [ recovery-image] Feb 19 01:42:26.689 INFO O| Feb 19 01:42:26.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear" |
| 5341 | 2026-02-19T01:42:26.808Z | [ recovery-image] Feb 19 01:42:26.690 INFO O| Feb 19 01:42:26.690 INFO STEP 186 (remove_files) COMPLETE |
| 5342 | 2026-02-19T01:42:26.808Z | [ recovery-image] Feb 19 01:42:26.690 INFO O| Feb 19 01:42:26.690 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5343 | 2026-02-19T01:42:26.833Z | [ recovery-image] Feb 19 01:42:26.704 INFO O| Feb 19 01:42:26.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl" |
| 5344 | 2026-02-19T01:42:26.833Z | [ recovery-image] Feb 19 01:42:26.704 INFO O| Feb 19 01:42:26.704 INFO STEP 187 (remove_files) COMPLETE |
| 5345 | 2026-02-19T01:42:26.833Z | [ recovery-image] Feb 19 01:42:26.704 INFO O| Feb 19 01:42:26.704 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5346 | 2026-02-19T01:42:26.833Z | [ recovery-image] Feb 19 01:42:26.717 INFO O| Feb 19 01:42:26.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf" |
| 5347 | 2026-02-19T01:42:26.833Z | [ recovery-image] Feb 19 01:42:26.718 INFO O| Feb 19 01:42:26.717 INFO STEP 188 (remove_files) COMPLETE |
| 5348 | 2026-02-19T01:42:26.833Z | [ recovery-image] Feb 19 01:42:26.718 INFO O| Feb 19 01:42:26.718 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5349 | 2026-02-19T01:42:26.858Z | [ recovery-image] Feb 19 01:42:26.730 INFO O| Feb 19 01:42:26.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev" |
| 5350 | 2026-02-19T01:42:26.858Z | [ recovery-image] Feb 19 01:42:26.730 INFO O| Feb 19 01:42:26.730 INFO STEP 189 (remove_files) COMPLETE |
| 5351 | 2026-02-19T01:42:26.858Z | [ recovery-image] Feb 19 01:42:26.730 INFO O| Feb 19 01:42:26.730 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5352 | 2026-02-19T01:42:26.858Z | [ recovery-image] Feb 19 01:42:26.743 INFO O| Feb 19 01:42:26.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp" |
| 5353 | 2026-02-19T01:42:26.858Z | [ recovery-image] Feb 19 01:42:26.743 INFO O| Feb 19 01:42:26.743 INFO STEP 190 (remove_files) COMPLETE |
| 5354 | 2026-02-19T01:42:26.858Z | [ recovery-image] Feb 19 01:42:26.743 INFO O| Feb 19 01:42:26.743 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5355 | 2026-02-19T01:42:26.883Z | [ recovery-image] Feb 19 01:42:26.762 INFO O| Feb 19 01:42:26.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent" |
| 5356 | 2026-02-19T01:42:26.883Z | [ recovery-image] Feb 19 01:42:26.762 INFO O| Feb 19 01:42:26.762 INFO STEP 191 (remove_files) COMPLETE |
| 5357 | 2026-02-19T01:42:26.883Z | [ recovery-image] Feb 19 01:42:26.762 INFO O| Feb 19 01:42:26.762 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5358 | 2026-02-19T01:42:26.908Z | [ recovery-image] Feb 19 01:42:26.777 INFO O| Feb 19 01:42:26.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl" |
| 5359 | 2026-02-19T01:42:26.908Z | [ recovery-image] Feb 19 01:42:26.778 INFO O| Feb 19 01:42:26.778 INFO STEP 192 (remove_files) COMPLETE |
| 5360 | 2026-02-19T01:42:26.908Z | [ recovery-image] Feb 19 01:42:26.778 INFO O| Feb 19 01:42:26.778 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5361 | 2026-02-19T01:42:26.908Z | [ recovery-image] Feb 19 01:42:26.792 INFO O| Feb 19 01:42:26.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt" |
| 5362 | 2026-02-19T01:42:26.908Z | [ recovery-image] Feb 19 01:42:26.792 INFO O| Feb 19 01:42:26.792 INFO STEP 193 (remove_files) COMPLETE |
| 5363 | 2026-02-19T01:42:26.908Z | [ recovery-image] Feb 19 01:42:26.792 INFO O| Feb 19 01:42:26.792 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5364 | 2026-02-19T01:42:26.933Z | [ recovery-image] Feb 19 01:42:26.809 INFO O| Feb 19 01:42:26.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts" |
| 5365 | 2026-02-19T01:42:26.933Z | [ recovery-image] Feb 19 01:42:26.809 INFO O| Feb 19 01:42:26.809 INFO STEP 194 (remove_files) COMPLETE |
| 5366 | 2026-02-19T01:42:26.933Z | [ recovery-image] Feb 19 01:42:26.809 INFO O| Feb 19 01:42:26.809 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5367 | 2026-02-19T01:42:26.933Z | [ recovery-image] Feb 19 01:42:26.825 INFO O| Feb 19 01:42:26.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext" |
| 5368 | 2026-02-19T01:42:26.933Z | [ recovery-image] Feb 19 01:42:26.825 INFO O| Feb 19 01:42:26.825 INFO STEP 195 (remove_files) COMPLETE |
| 5369 | 2026-02-19T01:42:26.933Z | [ recovery-image] Feb 19 01:42:26.825 INFO O| Feb 19 01:42:26.825 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5370 | 2026-02-19T01:42:26.958Z | [ recovery-image] Feb 19 01:42:26.842 INFO O| Feb 19 01:42:26.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol" |
| 5371 | 2026-02-19T01:42:26.958Z | [ recovery-image] Feb 19 01:42:26.842 INFO O| Feb 19 01:42:26.842 INFO STEP 196 (remove_files) COMPLETE |
| 5372 | 2026-02-19T01:42:26.958Z | [ recovery-image] Feb 19 01:42:26.842 INFO O| Feb 19 01:42:26.842 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5373 | 2026-02-19T01:42:26.982Z | [ recovery-image] Feb 19 01:42:26.855 INFO O| Feb 19 01:42:26.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp" |
| 5374 | 2026-02-19T01:42:26.982Z | [ recovery-image] Feb 19 01:42:26.856 INFO O| Feb 19 01:42:26.856 INFO STEP 197 (remove_files) COMPLETE |
| 5375 | 2026-02-19T01:42:26.982Z | [ recovery-image] Feb 19 01:42:26.856 INFO O| Feb 19 01:42:26.856 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5376 | 2026-02-19T01:42:26.982Z | [ recovery-image] Feb 19 01:42:26.868 INFO O| Feb 19 01:42:26.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups" |
| 5377 | 2026-02-19T01:42:26.982Z | [ recovery-image] Feb 19 01:42:26.869 INFO O| Feb 19 01:42:26.868 INFO STEP 198 (remove_files) COMPLETE |
| 5378 | 2026-02-19T01:42:26.982Z | [ recovery-image] Feb 19 01:42:26.869 INFO O| Feb 19 01:42:26.869 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5379 | 2026-02-19T01:42:27.007Z | [ recovery-image] Feb 19 01:42:26.885 INFO O| Feb 19 01:42:26.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs" |
| 5380 | 2026-02-19T01:42:27.007Z | [ recovery-image] Feb 19 01:42:26.885 INFO O| Feb 19 01:42:26.885 INFO STEP 199 (remove_files) COMPLETE |
| 5381 | 2026-02-19T01:42:27.008Z | [ recovery-image] Feb 19 01:42:26.885 INFO O| Feb 19 01:42:26.885 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5382 | 2026-02-19T01:42:27.008Z | [ recovery-image] Feb 19 01:42:26.898 INFO O| Feb 19 01:42:26.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic" |
| 5383 | 2026-02-19T01:42:27.008Z | [ recovery-image] Feb 19 01:42:26.898 INFO O| Feb 19 01:42:26.898 INFO STEP 200 (remove_files) COMPLETE |
| 5384 | 2026-02-19T01:42:27.008Z | [ recovery-image] Feb 19 01:42:26.898 INFO O| Feb 19 01:42:26.898 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5385 | 2026-02-19T01:42:27.032Z | [ recovery-image] Feb 19 01:42:26.917 INFO O| Feb 19 01:42:26.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe" |
| 5386 | 2026-02-19T01:42:27.032Z | [ recovery-image] Feb 19 01:42:26.918 INFO O| Feb 19 01:42:26.917 INFO STEP 201 (remove_files) COMPLETE |
| 5387 | 2026-02-19T01:42:27.032Z | [ recovery-image] Feb 19 01:42:26.918 INFO O| Feb 19 01:42:26.917 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5388 | 2026-02-19T01:42:27.057Z | [ recovery-image] Feb 19 01:42:26.937 INFO O| Feb 19 01:42:26.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput" |
| 5389 | 2026-02-19T01:42:27.057Z | [ recovery-image] Feb 19 01:42:26.937 INFO O| Feb 19 01:42:26.937 INFO STEP 202 (remove_files) COMPLETE |
| 5390 | 2026-02-19T01:42:27.057Z | [ recovery-image] Feb 19 01:42:26.937 INFO O| Feb 19 01:42:26.937 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5391 | 2026-02-19T01:42:27.082Z | [ recovery-image] Feb 19 01:42:26.955 INFO O| Feb 19 01:42:26.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset" |
| 5392 | 2026-02-19T01:42:27.082Z | [ recovery-image] Feb 19 01:42:26.955 INFO O| Feb 19 01:42:26.955 INFO STEP 203 (remove_files) COMPLETE |
| 5393 | 2026-02-19T01:42:27.082Z | [ recovery-image] Feb 19 01:42:26.955 INFO O| Feb 19 01:42:26.955 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5394 | 2026-02-19T01:42:27.082Z | [ recovery-image] Feb 19 01:42:26.975 INFO O| Feb 19 01:42:26.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip" |
| 5395 | 2026-02-19T01:42:27.082Z | [ recovery-image] Feb 19 01:42:26.975 INFO O| Feb 19 01:42:26.975 INFO STEP 204 (remove_files) COMPLETE |
| 5396 | 2026-02-19T01:42:27.082Z | [ recovery-image] Feb 19 01:42:26.975 INFO O| Feb 19 01:42:26.975 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5397 | 2026-02-19T01:42:27.107Z | [ recovery-image] Feb 19 01:42:26.993 INFO O| Feb 19 01:42:26.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat" |
| 5398 | 2026-02-19T01:42:27.107Z | [ recovery-image] Feb 19 01:42:26.993 INFO O| Feb 19 01:42:26.993 INFO STEP 205 (remove_files) COMPLETE |
| 5399 | 2026-02-19T01:42:27.107Z | [ recovery-image] Feb 19 01:42:26.993 INFO O| Feb 19 01:42:26.993 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5400 | 2026-02-19T01:42:27.160Z | [ recovery-image] Feb 19 01:42:27.015 INFO O| Feb 19 01:42:27.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp" |
| 5401 | 2026-02-19T01:42:27.161Z | [ recovery-image] Feb 19 01:42:27.015 INFO O| Feb 19 01:42:27.015 INFO STEP 206 (remove_files) COMPLETE |
| 5402 | 2026-02-19T01:42:27.161Z | [ recovery-image] Feb 19 01:42:27.015 INFO O| Feb 19 01:42:27.015 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5403 | 2026-02-19T01:42:27.161Z | [ recovery-image] Feb 19 01:42:27.029 INFO O| Feb 19 01:42:27.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff" |
| 5404 | 2026-02-19T01:42:27.161Z | [ recovery-image] Feb 19 01:42:27.029 INFO O| Feb 19 01:42:27.029 INFO STEP 207 (remove_files) COMPLETE |
| 5405 | 2026-02-19T01:42:27.161Z | [ recovery-image] Feb 19 01:42:27.029 INFO O| Feb 19 01:42:27.029 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5406 | 2026-02-19T01:42:27.161Z | [ recovery-image] Feb 19 01:42:27.042 INFO O| Feb 19 01:42:27.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep" |
| 5407 | 2026-02-19T01:42:27.161Z | [ recovery-image] Feb 19 01:42:27.043 INFO O| Feb 19 01:42:27.042 INFO STEP 208 (remove_files) COMPLETE |
| 5408 | 2026-02-19T01:42:27.161Z | [ recovery-image] Feb 19 01:42:27.043 INFO O| Feb 19 01:42:27.043 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5409 | 2026-02-19T01:42:27.185Z | [ recovery-image] Feb 19 01:42:27.056 INFO O| Feb 19 01:42:27.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe" |
| 5410 | 2026-02-19T01:42:27.186Z | [ recovery-image] Feb 19 01:42:27.056 INFO O| Feb 19 01:42:27.056 INFO STEP 209 (remove_files) COMPLETE |
| 5411 | 2026-02-19T01:42:27.186Z | [ recovery-image] Feb 19 01:42:27.056 INFO O| Feb 19 01:42:27.056 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5412 | 2026-02-19T01:42:27.186Z | [ recovery-image] Feb 19 01:42:27.072 INFO O| Feb 19 01:42:27.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep" |
| 5413 | 2026-02-19T01:42:27.186Z | [ recovery-image] Feb 19 01:42:27.072 INFO O| Feb 19 01:42:27.072 INFO STEP 210 (remove_files) COMPLETE |
| 5414 | 2026-02-19T01:42:27.186Z | [ recovery-image] Feb 19 01:42:27.072 INFO O| Feb 19 01:42:27.072 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5415 | 2026-02-19T01:42:27.210Z | [ recovery-image] Feb 19 01:42:27.088 INFO O| Feb 19 01:42:27.088 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce" |
| 5416 | 2026-02-19T01:42:27.210Z | [ recovery-image] Feb 19 01:42:27.088 INFO O| Feb 19 01:42:27.088 INFO STEP 211 (remove_files) COMPLETE |
| 5417 | 2026-02-19T01:42:27.210Z | [ recovery-image] Feb 19 01:42:27.088 INFO O| Feb 19 01:42:27.088 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5418 | 2026-02-19T01:42:27.210Z | [ recovery-image] Feb 19 01:42:27.103 INFO O| Feb 19 01:42:27.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep" |
| 5419 | 2026-02-19T01:42:27.210Z | [ recovery-image] Feb 19 01:42:27.103 INFO O| Feb 19 01:42:27.103 INFO STEP 212 (remove_files) COMPLETE |
| 5420 | 2026-02-19T01:42:27.210Z | [ recovery-image] Feb 19 01:42:27.103 INFO O| Feb 19 01:42:27.103 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5421 | 2026-02-19T01:42:27.235Z | [ recovery-image] Feb 19 01:42:27.115 INFO O| Feb 19 01:42:27.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip" |
| 5422 | 2026-02-19T01:42:27.235Z | [ recovery-image] Feb 19 01:42:27.115 INFO O| Feb 19 01:42:27.115 INFO STEP 213 (remove_files) COMPLETE |
| 5423 | 2026-02-19T01:42:27.235Z | [ recovery-image] Feb 19 01:42:27.115 INFO O| Feb 19 01:42:27.115 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5424 | 2026-02-19T01:42:27.235Z | [ recovery-image] Feb 19 01:42:27.126 INFO O| Feb 19 01:42:27.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless" |
| 5425 | 2026-02-19T01:42:27.235Z | [ recovery-image] Feb 19 01:42:27.126 INFO O| Feb 19 01:42:27.126 INFO STEP 214 (remove_files) COMPLETE |
| 5426 | 2026-02-19T01:42:27.235Z | [ recovery-image] Feb 19 01:42:27.126 INFO O| Feb 19 01:42:27.126 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5427 | 2026-02-19T01:42:27.260Z | [ recovery-image] Feb 19 01:42:27.138 INFO O| Feb 19 01:42:27.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore" |
| 5428 | 2026-02-19T01:42:27.260Z | [ recovery-image] Feb 19 01:42:27.138 INFO O| Feb 19 01:42:27.138 INFO STEP 215 (remove_files) COMPLETE |
| 5429 | 2026-02-19T01:42:27.260Z | [ recovery-image] Feb 19 01:42:27.138 INFO O| Feb 19 01:42:27.138 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5430 | 2026-02-19T01:42:27.286Z | [ recovery-image] Feb 19 01:42:27.156 INFO O| Feb 19 01:42:27.156 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew" |
| 5431 | 2026-02-19T01:42:27.286Z | [ recovery-image] Feb 19 01:42:27.156 INFO O| Feb 19 01:42:27.156 INFO STEP 216 (remove_files) COMPLETE |
| 5432 | 2026-02-19T01:42:27.287Z | [ recovery-image] Feb 19 01:42:27.156 INFO O| Feb 19 01:42:27.156 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5433 | 2026-02-19T01:42:27.287Z | [ recovery-image] Feb 19 01:42:27.174 INFO O| Feb 19 01:42:27.173 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash" |
| 5434 | 2026-02-19T01:42:27.287Z | [ recovery-image] Feb 19 01:42:27.174 INFO O| Feb 19 01:42:27.174 INFO STEP 217 (remove_files) COMPLETE |
| 5435 | 2026-02-19T01:42:27.287Z | [ recovery-image] Feb 19 01:42:27.174 INFO O| Feb 19 01:42:27.174 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5436 | 2026-02-19T01:42:27.311Z | [ recovery-image] Feb 19 01:42:27.189 INFO O| Feb 19 01:42:27.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid" |
| 5437 | 2026-02-19T01:42:27.311Z | [ recovery-image] Feb 19 01:42:27.189 INFO O| Feb 19 01:42:27.189 INFO STEP 218 (remove_files) COMPLETE |
| 5438 | 2026-02-19T01:42:27.311Z | [ recovery-image] Feb 19 01:42:27.189 INFO O| Feb 19 01:42:27.189 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5439 | 2026-02-19T01:42:27.336Z | [ recovery-image] Feb 19 01:42:27.209 INFO O| Feb 19 01:42:27.209 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname" |
| 5440 | 2026-02-19T01:42:27.336Z | [ recovery-image] Feb 19 01:42:27.209 INFO O| Feb 19 01:42:27.209 INFO STEP 219 (remove_files) COMPLETE |
| 5441 | 2026-02-19T01:42:27.336Z | [ recovery-image] Feb 19 01:42:27.209 INFO O| Feb 19 01:42:27.209 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5442 | 2026-02-19T01:42:27.336Z | [ recovery-image] Feb 19 01:42:27.222 INFO O| Feb 19 01:42:27.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb" |
| 5443 | 2026-02-19T01:42:27.336Z | [ recovery-image] Feb 19 01:42:27.222 INFO O| Feb 19 01:42:27.222 INFO STEP 220 (remove_files) COMPLETE |
| 5444 | 2026-02-19T01:42:27.336Z | [ recovery-image] Feb 19 01:42:27.222 INFO O| Feb 19 01:42:27.222 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5445 | 2026-02-19T01:42:27.361Z | [ recovery-image] Feb 19 01:42:27.238 INFO O| Feb 19 01:42:27.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt" |
| 5446 | 2026-02-19T01:42:27.362Z | [ recovery-image] Feb 19 01:42:27.238 INFO O| Feb 19 01:42:27.238 INFO STEP 221 (remove_files) COMPLETE |
| 5447 | 2026-02-19T01:42:27.362Z | [ recovery-image] Feb 19 01:42:27.238 INFO O| Feb 19 01:42:27.238 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5448 | 2026-02-19T01:42:27.386Z | [ recovery-image] Feb 19 01:42:27.258 INFO O| Feb 19 01:42:27.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh" |
| 5449 | 2026-02-19T01:42:27.386Z | [ recovery-image] Feb 19 01:42:27.258 INFO O| Feb 19 01:42:27.258 INFO STEP 222 (remove_files) COMPLETE |
| 5450 | 2026-02-19T01:42:27.386Z | [ recovery-image] Feb 19 01:42:27.258 INFO O| Feb 19 01:42:27.258 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5451 | 2026-02-19T01:42:27.387Z | [ recovery-image] Feb 19 01:42:27.276 INFO O| Feb 19 01:42:27.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb" |
| 5452 | 2026-02-19T01:42:27.387Z | [ recovery-image] Feb 19 01:42:27.277 INFO O| Feb 19 01:42:27.277 INFO STEP 223 (remove_files) COMPLETE |
| 5453 | 2026-02-19T01:42:27.387Z | [ recovery-image] Feb 19 01:42:27.277 INFO O| Feb 19 01:42:27.277 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5454 | 2026-02-19T01:42:27.411Z | [ recovery-image] Feb 19 01:42:27.295 INFO O| Feb 19 01:42:27.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh" |
| 5455 | 2026-02-19T01:42:27.411Z | [ recovery-image] Feb 19 01:42:27.295 INFO O| Feb 19 01:42:27.295 INFO STEP 224 (remove_files) COMPLETE |
| 5456 | 2026-02-19T01:42:27.411Z | [ recovery-image] Feb 19 01:42:27.295 INFO O| Feb 19 01:42:27.295 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5457 | 2026-02-19T01:42:27.435Z | [ recovery-image] Feb 19 01:42:27.312 INFO O| Feb 19 01:42:27.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93" |
| 5458 | 2026-02-19T01:42:27.435Z | [ recovery-image] Feb 19 01:42:27.313 INFO O| Feb 19 01:42:27.313 INFO STEP 225 (remove_files) COMPLETE |
| 5459 | 2026-02-19T01:42:27.436Z | [ recovery-image] Feb 19 01:42:27.313 INFO O| Feb 19 01:42:27.313 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5460 | 2026-02-19T01:42:27.436Z | [ recovery-image] Feb 19 01:42:27.327 INFO O| Feb 19 01:42:27.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv" |
| 5461 | 2026-02-19T01:42:27.436Z | [ recovery-image] Feb 19 01:42:27.327 INFO O| Feb 19 01:42:27.327 INFO STEP 226 (remove_files) COMPLETE |
| 5462 | 2026-02-19T01:42:27.436Z | [ recovery-image] Feb 19 01:42:27.327 INFO O| Feb 19 01:42:27.327 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5463 | 2026-02-19T01:42:27.459Z | [ recovery-image] Feb 19 01:42:27.345 INFO O| Feb 19 01:42:27.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id" |
| 5464 | 2026-02-19T01:42:27.459Z | [ recovery-image] Feb 19 01:42:27.346 INFO O| Feb 19 01:42:27.346 INFO STEP 227 (remove_files) COMPLETE |
| 5465 | 2026-02-19T01:42:27.459Z | [ recovery-image] Feb 19 01:42:27.346 INFO O| Feb 19 01:42:27.346 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5466 | 2026-02-19T01:42:27.483Z | [ recovery-image] Feb 19 01:42:27.358 INFO O| Feb 19 01:42:27.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn" |
| 5467 | 2026-02-19T01:42:27.483Z | [ recovery-image] Feb 19 01:42:27.358 INFO O| Feb 19 01:42:27.358 INFO STEP 228 (remove_files) COMPLETE |
| 5468 | 2026-02-19T01:42:27.483Z | [ recovery-image] Feb 19 01:42:27.358 INFO O| Feb 19 01:42:27.358 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5469 | 2026-02-19T01:42:27.483Z | [ recovery-image] Feb 19 01:42:27.373 INFO O| Feb 19 01:42:27.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp" |
| 5470 | 2026-02-19T01:42:27.483Z | [ recovery-image] Feb 19 01:42:27.373 INFO O| Feb 19 01:42:27.373 INFO STEP 229 (remove_files) COMPLETE |
| 5471 | 2026-02-19T01:42:27.483Z | [ recovery-image] Feb 19 01:42:27.373 INFO O| Feb 19 01:42:27.373 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5472 | 2026-02-19T01:42:27.508Z | [ recovery-image] Feb 19 01:42:27.385 INFO O| Feb 19 01:42:27.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat" |
| 5473 | 2026-02-19T01:42:27.508Z | [ recovery-image] Feb 19 01:42:27.385 INFO O| Feb 19 01:42:27.385 INFO STEP 230 (remove_files) COMPLETE |
| 5474 | 2026-02-19T01:42:27.508Z | [ recovery-image] Feb 19 01:42:27.385 INFO O| Feb 19 01:42:27.385 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5475 | 2026-02-19T01:42:27.508Z | [ recovery-image] Feb 19 01:42:27.397 INFO O| Feb 19 01:42:27.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl" |
| 5476 | 2026-02-19T01:42:27.508Z | [ recovery-image] Feb 19 01:42:27.397 INFO O| Feb 19 01:42:27.397 INFO STEP 231 (remove_files) COMPLETE |
| 5477 | 2026-02-19T01:42:27.508Z | [ recovery-image] Feb 19 01:42:27.397 INFO O| Feb 19 01:42:27.397 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5478 | 2026-02-19T01:42:27.532Z | [ recovery-image] Feb 19 01:42:27.409 INFO O| Feb 19 01:42:27.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo" |
| 5479 | 2026-02-19T01:42:27.532Z | [ recovery-image] Feb 19 01:42:27.409 INFO O| Feb 19 01:42:27.409 INFO STEP 232 (remove_files) COMPLETE |
| 5480 | 2026-02-19T01:42:27.532Z | [ recovery-image] Feb 19 01:42:27.409 INFO O| Feb 19 01:42:27.409 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5481 | 2026-02-19T01:42:27.532Z | [ recovery-image] Feb 19 01:42:27.420 INFO O| Feb 19 01:42:27.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist" |
| 5482 | 2026-02-19T01:42:27.532Z | [ recovery-image] Feb 19 01:42:27.420 INFO O| Feb 19 01:42:27.420 INFO STEP 233 (remove_files) COMPLETE |
| 5483 | 2026-02-19T01:42:27.532Z | [ recovery-image] Feb 19 01:42:27.420 INFO O| Feb 19 01:42:27.420 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5484 | 2026-02-19T01:42:27.556Z | [ recovery-image] Feb 19 01:42:27.430 INFO O| Feb 19 01:42:27.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs" |
| 5485 | 2026-02-19T01:42:27.556Z | [ recovery-image] Feb 19 01:42:27.430 INFO O| Feb 19 01:42:27.430 INFO STEP 234 (remove_files) COMPLETE |
| 5486 | 2026-02-19T01:42:27.556Z | [ recovery-image] Feb 19 01:42:27.431 INFO O| Feb 19 01:42:27.430 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5487 | 2026-02-19T01:42:27.580Z | [ recovery-image] Feb 19 01:42:27.452 INFO O| Feb 19 01:42:27.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join" |
| 5488 | 2026-02-19T01:42:27.580Z | [ recovery-image] Feb 19 01:42:27.452 INFO O| Feb 19 01:42:27.452 INFO STEP 235 (remove_files) COMPLETE |
| 5489 | 2026-02-19T01:42:27.580Z | [ recovery-image] Feb 19 01:42:27.452 INFO O| Feb 19 01:42:27.452 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5490 | 2026-02-19T01:42:27.580Z | [ recovery-image] Feb 19 01:42:27.467 INFO O| Feb 19 01:42:27.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd" |
| 5491 | 2026-02-19T01:42:27.580Z | [ recovery-image] Feb 19 01:42:27.467 INFO O| Feb 19 01:42:27.467 INFO STEP 236 (remove_files) COMPLETE |
| 5492 | 2026-02-19T01:42:27.580Z | [ recovery-image] Feb 19 01:42:27.467 INFO O| Feb 19 01:42:27.467 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5493 | 2026-02-19T01:42:27.604Z | [ recovery-image] Feb 19 01:42:27.480 INFO O| Feb 19 01:42:27.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy" |
| 5494 | 2026-02-19T01:42:27.604Z | [ recovery-image] Feb 19 01:42:27.481 INFO O| Feb 19 01:42:27.480 INFO STEP 237 (remove_files) COMPLETE |
| 5495 | 2026-02-19T01:42:27.604Z | [ recovery-image] Feb 19 01:42:27.481 INFO O| Feb 19 01:42:27.481 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5496 | 2026-02-19T01:42:27.604Z | [ recovery-image] Feb 19 01:42:27.496 INFO O| Feb 19 01:42:27.496 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin" |
| 5497 | 2026-02-19T01:42:27.604Z | [ recovery-image] Feb 19 01:42:27.496 INFO O| Feb 19 01:42:27.496 INFO STEP 238 (remove_files) COMPLETE |
| 5498 | 2026-02-19T01:42:27.604Z | [ recovery-image] Feb 19 01:42:27.496 INFO O| Feb 19 01:42:27.496 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5499 | 2026-02-19T01:42:27.628Z | [ recovery-image] Feb 19 01:42:27.511 INFO O| Feb 19 01:42:27.511 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout" |
| 5500 | 2026-02-19T01:42:27.629Z | [ recovery-image] Feb 19 01:42:27.511 INFO O| Feb 19 01:42:27.511 INFO STEP 239 (remove_files) COMPLETE |
| 5501 | 2026-02-19T01:42:27.629Z | [ recovery-image] Feb 19 01:42:27.511 INFO O| Feb 19 01:42:27.511 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5502 | 2026-02-19T01:42:27.653Z | [ recovery-image] Feb 19 01:42:27.524 INFO O| Feb 19 01:42:27.524 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill" |
| 5503 | 2026-02-19T01:42:27.653Z | [ recovery-image] Feb 19 01:42:27.524 INFO O| Feb 19 01:42:27.524 INFO STEP 240 (remove_files) COMPLETE |
| 5504 | 2026-02-19T01:42:27.653Z | [ recovery-image] Feb 19 01:42:27.524 INFO O| Feb 19 01:42:27.524 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5505 | 2026-02-19T01:42:27.653Z | [ recovery-image] Feb 19 01:42:27.537 INFO O| Feb 19 01:42:27.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit" |
| 5506 | 2026-02-19T01:42:27.653Z | [ recovery-image] Feb 19 01:42:27.537 INFO O| Feb 19 01:42:27.537 INFO STEP 241 (remove_files) COMPLETE |
| 5507 | 2026-02-19T01:42:27.653Z | [ recovery-image] Feb 19 01:42:27.537 INFO O| Feb 19 01:42:27.537 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5508 | 2026-02-19T01:42:27.677Z | [ recovery-image] Feb 19 01:42:27.556 INFO O| Feb 19 01:42:27.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist" |
| 5509 | 2026-02-19T01:42:27.677Z | [ recovery-image] Feb 19 01:42:27.556 INFO O| Feb 19 01:42:27.556 INFO STEP 242 (remove_files) COMPLETE |
| 5510 | 2026-02-19T01:42:27.677Z | [ recovery-image] Feb 19 01:42:27.556 INFO O| Feb 19 01:42:27.556 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5511 | 2026-02-19T01:42:27.721Z | [ recovery-image] Feb 19 01:42:27.572 INFO O| Feb 19 01:42:27.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg" |
| 5512 | 2026-02-19T01:42:27.721Z | [ recovery-image] Feb 19 01:42:27.572 INFO O| Feb 19 01:42:27.572 INFO STEP 243 (remove_files) COMPLETE |
| 5513 | 2026-02-19T01:42:27.721Z | [ recovery-image] Feb 19 01:42:27.572 INFO O| Feb 19 01:42:27.572 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5514 | 2026-02-19T01:42:27.721Z | [ recovery-image] Feb 19 01:42:27.588 INFO O| Feb 19 01:42:27.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd" |
| 5515 | 2026-02-19T01:42:27.721Z | [ recovery-image] Feb 19 01:42:27.588 INFO O| Feb 19 01:42:27.588 INFO STEP 244 (remove_files) COMPLETE |
| 5516 | 2026-02-19T01:42:27.721Z | [ recovery-image] Feb 19 01:42:27.588 INFO O| Feb 19 01:42:27.588 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5517 | 2026-02-19T01:42:27.721Z | [ recovery-image] Feb 19 01:42:27.603 INFO O| Feb 19 01:42:27.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config" |
| 5518 | 2026-02-19T01:42:27.721Z | [ recovery-image] Feb 19 01:42:27.604 INFO O| Feb 19 01:42:27.604 INFO STEP 245 (remove_files) COMPLETE |
| 5519 | 2026-02-19T01:42:27.721Z | [ recovery-image] Feb 19 01:42:27.604 INFO O| Feb 19 01:42:27.604 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5520 | 2026-02-19T01:42:27.746Z | [ recovery-image] Feb 19 01:42:27.617 INFO O| Feb 19 01:42:27.617 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93" |
| 5521 | 2026-02-19T01:42:27.746Z | [ recovery-image] Feb 19 01:42:27.617 INFO O| Feb 19 01:42:27.617 INFO STEP 246 (remove_files) COMPLETE |
| 5522 | 2026-02-19T01:42:27.746Z | [ recovery-image] Feb 19 01:42:27.618 INFO O| Feb 19 01:42:27.617 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5523 | 2026-02-19T01:42:27.746Z | [ recovery-image] Feb 19 01:42:27.631 INFO O| Feb 19 01:42:27.631 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil" |
| 5524 | 2026-02-19T01:42:27.746Z | [ recovery-image] Feb 19 01:42:27.631 INFO O| Feb 19 01:42:27.631 INFO STEP 247 (remove_files) COMPLETE |
| 5525 | 2026-02-19T01:42:27.746Z | [ recovery-image] Feb 19 01:42:27.631 INFO O| Feb 19 01:42:27.631 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5526 | 2026-02-19T01:42:27.770Z | [ recovery-image] Feb 19 01:42:27.646 INFO O| Feb 19 01:42:27.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat" |
| 5527 | 2026-02-19T01:42:27.770Z | [ recovery-image] Feb 19 01:42:27.647 INFO O| Feb 19 01:42:27.647 INFO STEP 248 (remove_files) COMPLETE |
| 5528 | 2026-02-19T01:42:27.771Z | [ recovery-image] Feb 19 01:42:27.647 INFO O| Feb 19 01:42:27.647 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5529 | 2026-02-19T01:42:27.771Z | [ recovery-image] Feb 19 01:42:27.663 INFO O| Feb 19 01:42:27.663 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last" |
| 5530 | 2026-02-19T01:42:27.771Z | [ recovery-image] Feb 19 01:42:27.663 INFO O| Feb 19 01:42:27.663 INFO STEP 249 (remove_files) COMPLETE |
| 5531 | 2026-02-19T01:42:27.771Z | [ recovery-image] Feb 19 01:42:27.663 INFO O| Feb 19 01:42:27.663 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5532 | 2026-02-19T01:42:27.795Z | [ recovery-image] Feb 19 01:42:27.680 INFO O| Feb 19 01:42:27.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm" |
| 5533 | 2026-02-19T01:42:27.795Z | [ recovery-image] Feb 19 01:42:27.681 INFO O| Feb 19 01:42:27.680 INFO STEP 250 (remove_files) COMPLETE |
| 5534 | 2026-02-19T01:42:27.795Z | [ recovery-image] Feb 19 01:42:27.681 INFO O| Feb 19 01:42:27.681 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5535 | 2026-02-19T01:42:27.820Z | [ recovery-image] Feb 19 01:42:27.693 INFO O| Feb 19 01:42:27.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld" |
| 5536 | 2026-02-19T01:42:27.821Z | [ recovery-image] Feb 19 01:42:27.693 INFO O| Feb 19 01:42:27.693 INFO STEP 251 (remove_files) COMPLETE |
| 5537 | 2026-02-19T01:42:27.821Z | [ recovery-image] Feb 19 01:42:27.693 INFO O| Feb 19 01:42:27.693 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5538 | 2026-02-19T01:42:27.821Z | [ recovery-image] Feb 19 01:42:27.703 INFO O| Feb 19 01:42:27.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd" |
| 5539 | 2026-02-19T01:42:27.821Z | [ recovery-image] Feb 19 01:42:27.703 INFO O| Feb 19 01:42:27.703 INFO STEP 252 (remove_files) COMPLETE |
| 5540 | 2026-02-19T01:42:27.821Z | [ recovery-image] Feb 19 01:42:27.703 INFO O| Feb 19 01:42:27.703 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5541 | 2026-02-19T01:42:27.821Z | [ recovery-image] Feb 19 01:42:27.713 INFO O| Feb 19 01:42:27.712 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less" |
| 5542 | 2026-02-19T01:42:27.821Z | [ recovery-image] Feb 19 01:42:27.713 INFO O| Feb 19 01:42:27.713 INFO STEP 253 (remove_files) COMPLETE |
| 5543 | 2026-02-19T01:42:27.845Z | [ recovery-image] Feb 19 01:42:27.713 INFO O| Feb 19 01:42:27.713 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5544 | 2026-02-19T01:42:27.846Z | [ recovery-image] Feb 19 01:42:27.731 INFO O| Feb 19 01:42:27.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho" |
| 5545 | 2026-02-19T01:42:27.846Z | [ recovery-image] Feb 19 01:42:27.731 INFO O| Feb 19 01:42:27.731 INFO STEP 254 (remove_files) COMPLETE |
| 5546 | 2026-02-19T01:42:27.846Z | [ recovery-image] Feb 19 01:42:27.731 INFO O| Feb 19 01:42:27.731 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5547 | 2026-02-19T01:42:27.870Z | [ recovery-image] Feb 19 01:42:27.742 INFO O| Feb 19 01:42:27.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey" |
| 5548 | 2026-02-19T01:42:27.870Z | [ recovery-image] Feb 19 01:42:27.742 INFO O| Feb 19 01:42:27.742 INFO STEP 255 (remove_files) COMPLETE |
| 5549 | 2026-02-19T01:42:27.870Z | [ recovery-image] Feb 19 01:42:27.742 INFO O| Feb 19 01:42:27.742 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5550 | 2026-02-19T01:42:27.870Z | [ recovery-image] Feb 19 01:42:27.761 INFO O| Feb 19 01:42:27.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo" |
| 5551 | 2026-02-19T01:42:27.870Z | [ recovery-image] Feb 19 01:42:27.761 INFO O| Feb 19 01:42:27.761 INFO STEP 256 (remove_files) COMPLETE |
| 5552 | 2026-02-19T01:42:27.870Z | [ recovery-image] Feb 19 01:42:27.761 INFO O| Feb 19 01:42:27.761 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5553 | 2026-02-19T01:42:27.897Z | [ recovery-image] Feb 19 01:42:27.773 INFO O| Feb 19 01:42:27.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line" |
| 5554 | 2026-02-19T01:42:27.897Z | [ recovery-image] Feb 19 01:42:27.773 INFO O| Feb 19 01:42:27.773 INFO STEP 257 (remove_files) COMPLETE |
| 5555 | 2026-02-19T01:42:27.897Z | [ recovery-image] Feb 19 01:42:27.773 INFO O| Feb 19 01:42:27.773 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5556 | 2026-02-19T01:42:27.897Z | [ recovery-image] Feb 19 01:42:27.784 INFO O| Feb 19 01:42:27.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp" |
| 5557 | 2026-02-19T01:42:27.897Z | [ recovery-image] Feb 19 01:42:27.784 INFO O| Feb 19 01:42:27.784 INFO STEP 258 (remove_files) COMPLETE |
| 5558 | 2026-02-19T01:42:27.897Z | [ recovery-image] Feb 19 01:42:27.784 INFO O| Feb 19 01:42:27.784 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5559 | 2026-02-19T01:42:27.923Z | [ recovery-image] Feb 19 01:42:27.795 INFO O| Feb 19 01:42:27.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers" |
| 5560 | 2026-02-19T01:42:27.923Z | [ recovery-image] Feb 19 01:42:27.795 INFO O| Feb 19 01:42:27.795 INFO STEP 259 (remove_files) COMPLETE |
| 5561 | 2026-02-19T01:42:27.923Z | [ recovery-image] Feb 19 01:42:27.795 INFO O| Feb 19 01:42:27.795 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5562 | 2026-02-19T01:42:27.923Z | [ recovery-image] Feb 19 01:42:27.806 INFO O| Feb 19 01:42:27.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys" |
| 5563 | 2026-02-19T01:42:27.923Z | [ recovery-image] Feb 19 01:42:27.806 INFO O| Feb 19 01:42:27.806 INFO STEP 260 (remove_files) COMPLETE |
| 5564 | 2026-02-19T01:42:27.923Z | [ recovery-image] Feb 19 01:42:27.806 INFO O| Feb 19 01:42:27.806 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5565 | 2026-02-19T01:42:27.947Z | [ recovery-image] Feb 19 01:42:27.823 INFO O| Feb 19 01:42:27.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger" |
| 5566 | 2026-02-19T01:42:27.947Z | [ recovery-image] Feb 19 01:42:27.824 INFO O| Feb 19 01:42:27.824 INFO STEP 261 (remove_files) COMPLETE |
| 5567 | 2026-02-19T01:42:27.947Z | [ recovery-image] Feb 19 01:42:27.824 INFO O| Feb 19 01:42:27.824 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5568 | 2026-02-19T01:42:27.972Z | [ recovery-image] Feb 19 01:42:27.843 INFO O| Feb 19 01:42:27.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins" |
| 5569 | 2026-02-19T01:42:27.972Z | [ recovery-image] Feb 19 01:42:27.843 INFO O| Feb 19 01:42:27.843 INFO STEP 262 (remove_files) COMPLETE |
| 5570 | 2026-02-19T01:42:27.972Z | [ recovery-image] Feb 19 01:42:27.843 INFO O| Feb 19 01:42:27.843 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5571 | 2026-02-19T01:42:27.972Z | [ recovery-image] Feb 19 01:42:27.862 INFO O| Feb 19 01:42:27.862 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname" |
| 5572 | 2026-02-19T01:42:27.972Z | [ recovery-image] Feb 19 01:42:27.863 INFO O| Feb 19 01:42:27.863 INFO STEP 263 (remove_files) COMPLETE |
| 5573 | 2026-02-19T01:42:27.972Z | [ recovery-image] Feb 19 01:42:27.863 INFO O| Feb 19 01:42:27.863 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5574 | 2026-02-19T01:42:27.996Z | [ recovery-image] Feb 19 01:42:27.883 INFO O| Feb 19 01:42:27.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look" |
| 5575 | 2026-02-19T01:42:27.996Z | [ recovery-image] Feb 19 01:42:27.883 INFO O| Feb 19 01:42:27.883 INFO STEP 264 (remove_files) COMPLETE |
| 5576 | 2026-02-19T01:42:27.996Z | [ recovery-image] Feb 19 01:42:27.883 INFO O| Feb 19 01:42:27.883 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5577 | 2026-02-19T01:42:28.020Z | [ recovery-image] Feb 19 01:42:27.899 INFO O| Feb 19 01:42:27.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker" |
| 5578 | 2026-02-19T01:42:28.020Z | [ recovery-image] Feb 19 01:42:27.899 INFO O| Feb 19 01:42:27.899 INFO STEP 265 (remove_files) COMPLETE |
| 5579 | 2026-02-19T01:42:28.020Z | [ recovery-image] Feb 19 01:42:27.899 INFO O| Feb 19 01:42:27.899 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5580 | 2026-02-19T01:42:28.044Z | [ recovery-image] Feb 19 01:42:27.921 INFO O| Feb 19 01:42:27.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4" |
| 5581 | 2026-02-19T01:42:28.044Z | [ recovery-image] Feb 19 01:42:27.921 INFO O| Feb 19 01:42:27.921 INFO STEP 266 (remove_files) COMPLETE |
| 5582 | 2026-02-19T01:42:28.044Z | [ recovery-image] Feb 19 01:42:27.921 INFO O| Feb 19 01:42:27.921 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5583 | 2026-02-19T01:42:28.069Z | [ recovery-image] Feb 19 01:42:27.942 INFO O| Feb 19 01:42:27.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec" |
| 5584 | 2026-02-19T01:42:28.069Z | [ recovery-image] Feb 19 01:42:27.942 INFO O| Feb 19 01:42:27.942 INFO STEP 267 (remove_files) COMPLETE |
| 5585 | 2026-02-19T01:42:28.069Z | [ recovery-image] Feb 19 01:42:27.942 INFO O| Feb 19 01:42:27.942 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5586 | 2026-02-19T01:42:28.069Z | [ recovery-image] Feb 19 01:42:27.958 INFO O| Feb 19 01:42:27.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo" |
| 5587 | 2026-02-19T01:42:28.069Z | [ recovery-image] Feb 19 01:42:27.958 INFO O| Feb 19 01:42:27.958 INFO STEP 268 (remove_files) COMPLETE |
| 5588 | 2026-02-19T01:42:28.069Z | [ recovery-image] Feb 19 01:42:27.958 INFO O| Feb 19 01:42:27.958 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5589 | 2026-02-19T01:42:28.093Z | [ recovery-image] Feb 19 01:42:27.976 INFO O| Feb 19 01:42:27.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac" |
| 5590 | 2026-02-19T01:42:28.093Z | [ recovery-image] Feb 19 01:42:27.976 INFO O| Feb 19 01:42:27.976 INFO STEP 269 (remove_files) COMPLETE |
| 5591 | 2026-02-19T01:42:28.093Z | [ recovery-image] Feb 19 01:42:27.976 INFO O| Feb 19 01:42:27.976 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5592 | 2026-02-19T01:42:28.117Z | [ recovery-image] Feb 19 01:42:27.993 INFO O| Feb 19 01:42:27.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach" |
| 5593 | 2026-02-19T01:42:28.117Z | [ recovery-image] Feb 19 01:42:27.993 INFO O| Feb 19 01:42:27.993 INFO STEP 270 (remove_files) COMPLETE |
| 5594 | 2026-02-19T01:42:28.117Z | [ recovery-image] Feb 19 01:42:27.993 INFO O| Feb 19 01:42:27.993 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5595 | 2026-02-19T01:42:28.118Z | [ recovery-image] Feb 19 01:42:28.008 INFO O| Feb 19 01:42:28.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx" |
| 5596 | 2026-02-19T01:42:28.118Z | [ recovery-image] Feb 19 01:42:28.008 INFO O| Feb 19 01:42:28.008 INFO STEP 271 (remove_files) COMPLETE |
| 5597 | 2026-02-19T01:42:28.118Z | [ recovery-image] Feb 19 01:42:28.008 INFO O| Feb 19 01:42:28.008 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5598 | 2026-02-19T01:42:28.142Z | [ recovery-image] Feb 19 01:42:28.024 INFO O| Feb 19 01:42:28.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev" |
| 5599 | 2026-02-19T01:42:28.142Z | [ recovery-image] Feb 19 01:42:28.024 INFO O| Feb 19 01:42:28.024 INFO STEP 272 (remove_files) COMPLETE |
| 5600 | 2026-02-19T01:42:28.142Z | [ recovery-image] Feb 19 01:42:28.024 INFO O| Feb 19 01:42:28.024 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5601 | 2026-02-19T01:42:28.166Z | [ recovery-image] Feb 19 01:42:28.039 INFO O| Feb 19 01:42:28.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg" |
| 5602 | 2026-02-19T01:42:28.166Z | [ recovery-image] Feb 19 01:42:28.039 INFO O| Feb 19 01:42:28.039 INFO STEP 273 (remove_files) COMPLETE |
| 5603 | 2026-02-19T01:42:28.166Z | [ recovery-image] Feb 19 01:42:28.039 INFO O| Feb 19 01:42:28.039 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5604 | 2026-02-19T01:42:28.166Z | [ recovery-image] Feb 19 01:42:28.056 INFO O| Feb 19 01:42:28.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c" |
| 5605 | 2026-02-19T01:42:28.166Z | [ recovery-image] Feb 19 01:42:28.057 INFO O| Feb 19 01:42:28.057 INFO STEP 274 (remove_files) COMPLETE |
| 5606 | 2026-02-19T01:42:28.166Z | [ recovery-image] Feb 19 01:42:28.057 INFO O| Feb 19 01:42:28.057 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5607 | 2026-02-19T01:42:28.190Z | [ recovery-image] Feb 19 01:42:28.074 INFO O| Feb 19 01:42:28.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update" |
| 5608 | 2026-02-19T01:42:28.190Z | [ recovery-image] Feb 19 01:42:28.074 INFO O| Feb 19 01:42:28.074 INFO STEP 275 (remove_files) COMPLETE |
| 5609 | 2026-02-19T01:42:28.190Z | [ recovery-image] Feb 19 01:42:28.074 INFO O| Feb 19 01:42:28.074 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5610 | 2026-02-19T01:42:28.214Z | [ recovery-image] Feb 19 01:42:28.090 INFO O| Feb 19 01:42:28.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo" |
| 5611 | 2026-02-19T01:42:28.214Z | [ recovery-image] Feb 19 01:42:28.090 INFO O| Feb 19 01:42:28.090 INFO STEP 276 (remove_files) COMPLETE |
| 5612 | 2026-02-19T01:42:28.214Z | [ recovery-image] Feb 19 01:42:28.090 INFO O| Feb 19 01:42:28.090 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5613 | 2026-02-19T01:42:28.214Z | [ recovery-image] Feb 19 01:42:28.105 INFO O| Feb 19 01:42:28.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict" |
| 5614 | 2026-02-19T01:42:28.214Z | [ recovery-image] Feb 19 01:42:28.105 INFO O| Feb 19 01:42:28.105 INFO STEP 277 (remove_files) COMPLETE |
| 5615 | 2026-02-19T01:42:28.214Z | [ recovery-image] Feb 19 01:42:28.105 INFO O| Feb 19 01:42:28.105 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5616 | 2026-02-19T01:42:28.238Z | [ recovery-image] Feb 19 01:42:28.121 INFO O| Feb 19 01:42:28.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe" |
| 5617 | 2026-02-19T01:42:28.239Z | [ recovery-image] Feb 19 01:42:28.121 INFO O| Feb 19 01:42:28.121 INFO STEP 278 (remove_files) COMPLETE |
| 5618 | 2026-02-19T01:42:28.239Z | [ recovery-image] Feb 19 01:42:28.121 INFO O| Feb 19 01:42:28.121 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5619 | 2026-02-19T01:42:28.263Z | [ recovery-image] Feb 19 01:42:28.139 INFO O| Feb 19 01:42:28.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat" |
| 5620 | 2026-02-19T01:42:28.263Z | [ recovery-image] Feb 19 01:42:28.139 INFO O| Feb 19 01:42:28.139 INFO STEP 279 (remove_files) COMPLETE |
| 5621 | 2026-02-19T01:42:28.263Z | [ recovery-image] Feb 19 01:42:28.139 INFO O| Feb 19 01:42:28.139 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5622 | 2026-02-19T01:42:28.287Z | [ recovery-image] Feb 19 01:42:28.158 INFO O| Feb 19 01:42:28.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt" |
| 5623 | 2026-02-19T01:42:28.287Z | [ recovery-image] Feb 19 01:42:28.158 INFO O| Feb 19 01:42:28.158 INFO STEP 280 (remove_files) COMPLETE |
| 5624 | 2026-02-19T01:42:28.287Z | [ recovery-image] Feb 19 01:42:28.158 INFO O| Feb 19 01:42:28.158 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5625 | 2026-02-19T01:42:28.287Z | [ recovery-image] Feb 19 01:42:28.172 INFO O| Feb 19 01:42:28.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config" |
| 5626 | 2026-02-19T01:42:28.287Z | [ recovery-image] Feb 19 01:42:28.172 INFO O| Feb 19 01:42:28.172 INFO STEP 281 (remove_files) COMPLETE |
| 5627 | 2026-02-19T01:42:28.287Z | [ recovery-image] Feb 19 01:42:28.172 INFO O| Feb 19 01:42:28.172 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5628 | 2026-02-19T01:42:28.312Z | [ recovery-image] Feb 19 01:42:28.185 INFO O| Feb 19 01:42:28.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert" |
| 5629 | 2026-02-19T01:42:28.312Z | [ recovery-image] Feb 19 01:42:28.185 INFO O| Feb 19 01:42:28.185 INFO STEP 282 (remove_files) COMPLETE |
| 5630 | 2026-02-19T01:42:28.312Z | [ recovery-image] Feb 19 01:42:28.185 INFO O| Feb 19 01:42:28.185 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5631 | 2026-02-19T01:42:28.312Z | [ recovery-image] Feb 19 01:42:28.203 INFO O| Feb 19 01:42:28.203 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config" |
| 5632 | 2026-02-19T01:42:28.312Z | [ recovery-image] Feb 19 01:42:28.203 INFO O| Feb 19 01:42:28.203 INFO STEP 283 (remove_files) COMPLETE |
| 5633 | 2026-02-19T01:42:28.312Z | [ recovery-image] Feb 19 01:42:28.203 INFO O| Feb 19 01:42:28.203 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5634 | 2026-02-19T01:42:28.336Z | [ recovery-image] Feb 19 01:42:28.218 INFO O| Feb 19 01:42:28.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user" |
| 5635 | 2026-02-19T01:42:28.336Z | [ recovery-image] Feb 19 01:42:28.218 INFO O| Feb 19 01:42:28.218 INFO STEP 284 (remove_files) COMPLETE |
| 5636 | 2026-02-19T01:42:28.336Z | [ recovery-image] Feb 19 01:42:28.218 INFO O| Feb 19 01:42:28.218 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5637 | 2026-02-19T01:42:28.361Z | [ recovery-image] Feb 19 01:42:28.236 INFO O| Feb 19 01:42:28.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform" |
| 5638 | 2026-02-19T01:42:28.361Z | [ recovery-image] Feb 19 01:42:28.236 INFO O| Feb 19 01:42:28.236 INFO STEP 285 (remove_files) COMPLETE |
| 5639 | 2026-02-19T01:42:28.361Z | [ recovery-image] Feb 19 01:42:28.236 INFO O| Feb 19 01:42:28.236 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5640 | 2026-02-19T01:42:28.361Z | [ recovery-image] Feb 19 01:42:28.252 INFO O| Feb 19 01:42:28.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp" |
| 5641 | 2026-02-19T01:42:28.361Z | [ recovery-image] Feb 19 01:42:28.253 INFO O| Feb 19 01:42:28.253 INFO STEP 286 (remove_files) COMPLETE |
| 5642 | 2026-02-19T01:42:28.361Z | [ recovery-image] Feb 19 01:42:28.253 INFO O| Feb 19 01:42:28.253 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5643 | 2026-02-19T01:42:28.385Z | [ recovery-image] Feb 19 01:42:28.271 INFO O| Feb 19 01:42:28.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news" |
| 5644 | 2026-02-19T01:42:28.385Z | [ recovery-image] Feb 19 01:42:28.271 INFO O| Feb 19 01:42:28.271 INFO STEP 287 (remove_files) COMPLETE |
| 5645 | 2026-02-19T01:42:28.385Z | [ recovery-image] Feb 19 01:42:28.271 INFO O| Feb 19 01:42:28.271 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5646 | 2026-02-19T01:42:28.409Z | [ recovery-image] Feb 19 01:42:28.284 INFO O| Feb 19 01:42:28.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask" |
| 5647 | 2026-02-19T01:42:28.409Z | [ recovery-image] Feb 19 01:42:28.285 INFO O| Feb 19 01:42:28.285 INFO STEP 288 (remove_files) COMPLETE |
| 5648 | 2026-02-19T01:42:28.409Z | [ recovery-image] Feb 19 01:42:28.285 INFO O| Feb 19 01:42:28.285 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5649 | 2026-02-19T01:42:28.409Z | [ recovery-image] Feb 19 01:42:28.301 INFO O| Feb 19 01:42:28.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice" |
| 5650 | 2026-02-19T01:42:28.409Z | [ recovery-image] Feb 19 01:42:28.302 INFO O| Feb 19 01:42:28.302 INFO STEP 289 (remove_files) COMPLETE |
| 5651 | 2026-02-19T01:42:28.409Z | [ recovery-image] Feb 19 01:42:28.302 INFO O| Feb 19 01:42:28.302 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5652 | 2026-02-19T01:42:28.433Z | [ recovery-image] Feb 19 01:42:28.316 INFO O| Feb 19 01:42:28.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl" |
| 5653 | 2026-02-19T01:42:28.433Z | [ recovery-image] Feb 19 01:42:28.316 INFO O| Feb 19 01:42:28.316 INFO STEP 290 (remove_files) COMPLETE |
| 5654 | 2026-02-19T01:42:28.433Z | [ recovery-image] Feb 19 01:42:28.316 INFO O| Feb 19 01:42:28.316 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5655 | 2026-02-19T01:42:28.457Z | [ recovery-image] Feb 19 01:42:28.329 INFO O| Feb 19 01:42:28.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk" |
| 5656 | 2026-02-19T01:42:28.457Z | [ recovery-image] Feb 19 01:42:28.329 INFO O| Feb 19 01:42:28.329 INFO STEP 291 (remove_files) COMPLETE |
| 5657 | 2026-02-19T01:42:28.457Z | [ recovery-image] Feb 19 01:42:28.329 INFO O| Feb 19 01:42:28.329 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5658 | 2026-02-19T01:42:28.457Z | [ recovery-image] Feb 19 01:42:28.341 INFO O| Feb 19 01:42:28.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od" |
| 5659 | 2026-02-19T01:42:28.457Z | [ recovery-image] Feb 19 01:42:28.341 INFO O| Feb 19 01:42:28.341 INFO STEP 292 (remove_files) COMPLETE |
| 5660 | 2026-02-19T01:42:28.458Z | [ recovery-image] Feb 19 01:42:28.341 INFO O| Feb 19 01:42:28.341 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5661 | 2026-02-19T01:42:28.482Z | [ recovery-image] Feb 19 01:42:28.353 INFO O| Feb 19 01:42:28.353 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa" |
| 5662 | 2026-02-19T01:42:28.482Z | [ recovery-image] Feb 19 01:42:28.353 INFO O| Feb 19 01:42:28.353 INFO STEP 293 (remove_files) COMPLETE |
| 5663 | 2026-02-19T01:42:28.482Z | [ recovery-image] Feb 19 01:42:28.353 INFO O| Feb 19 01:42:28.353 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5664 | 2026-02-19T01:42:28.482Z | [ recovery-image] Feb 19 01:42:28.365 INFO O| Feb 19 01:42:28.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack" |
| 5665 | 2026-02-19T01:42:28.482Z | [ recovery-image] Feb 19 01:42:28.366 INFO O| Feb 19 01:42:28.366 INFO STEP 294 (remove_files) COMPLETE |
| 5666 | 2026-02-19T01:42:28.482Z | [ recovery-image] Feb 19 01:42:28.366 INFO O| Feb 19 01:42:28.366 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5667 | 2026-02-19T01:42:28.506Z | [ recovery-image] Feb 19 01:42:28.383 INFO O| Feb 19 01:42:28.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page" |
| 5668 | 2026-02-19T01:42:28.506Z | [ recovery-image] Feb 19 01:42:28.383 INFO O| Feb 19 01:42:28.383 INFO STEP 295 (remove_files) COMPLETE |
| 5669 | 2026-02-19T01:42:28.506Z | [ recovery-image] Feb 19 01:42:28.383 INFO O| Feb 19 01:42:28.383 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5670 | 2026-02-19T01:42:28.506Z | [ recovery-image] Feb 19 01:42:28.399 INFO O| Feb 19 01:42:28.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize" |
| 5671 | 2026-02-19T01:42:28.506Z | [ recovery-image] Feb 19 01:42:28.399 INFO O| Feb 19 01:42:28.399 INFO STEP 296 (remove_files) COMPLETE |
| 5672 | 2026-02-19T01:42:28.506Z | [ recovery-image] Feb 19 01:42:28.399 INFO O| Feb 19 01:42:28.399 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5673 | 2026-02-19T01:42:28.530Z | [ recovery-image] Feb 19 01:42:28.411 INFO O| Feb 19 01:42:28.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd" |
| 5674 | 2026-02-19T01:42:28.530Z | [ recovery-image] Feb 19 01:42:28.411 INFO O| Feb 19 01:42:28.411 INFO STEP 297 (remove_files) COMPLETE |
| 5675 | 2026-02-19T01:42:28.531Z | [ recovery-image] Feb 19 01:42:28.411 INFO O| Feb 19 01:42:28.411 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5676 | 2026-02-19T01:42:28.555Z | [ recovery-image] Feb 19 01:42:28.430 INFO O| Feb 19 01:42:28.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste" |
| 5677 | 2026-02-19T01:42:28.555Z | [ recovery-image] Feb 19 01:42:28.431 INFO O| Feb 19 01:42:28.431 INFO STEP 298 (remove_files) COMPLETE |
| 5678 | 2026-02-19T01:42:28.555Z | [ recovery-image] Feb 19 01:42:28.431 INFO O| Feb 19 01:42:28.431 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5679 | 2026-02-19T01:42:28.555Z | [ recovery-image] Feb 19 01:42:28.447 INFO O| Feb 19 01:42:28.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk" |
| 5680 | 2026-02-19T01:42:28.555Z | [ recovery-image] Feb 19 01:42:28.447 INFO O| Feb 19 01:42:28.447 INFO STEP 299 (remove_files) COMPLETE |
| 5681 | 2026-02-19T01:42:28.555Z | [ recovery-image] Feb 19 01:42:28.448 INFO O| Feb 19 01:42:28.447 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5682 | 2026-02-19T01:42:28.579Z | [ recovery-image] Feb 19 01:42:28.463 INFO O| Feb 19 01:42:28.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax" |
| 5683 | 2026-02-19T01:42:28.579Z | [ recovery-image] Feb 19 01:42:28.463 INFO O| Feb 19 01:42:28.463 INFO STEP 300 (remove_files) COMPLETE |
| 5684 | 2026-02-19T01:42:28.579Z | [ recovery-image] Feb 19 01:42:28.463 INFO O| Feb 19 01:42:28.463 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5685 | 2026-02-19T01:42:28.603Z | [ recovery-image] Feb 19 01:42:28.482 INFO O| Feb 19 01:42:28.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config" |
| 5686 | 2026-02-19T01:42:28.603Z | [ recovery-image] Feb 19 01:42:28.483 INFO O| Feb 19 01:42:28.482 INFO STEP 301 (remove_files) COMPLETE |
| 5687 | 2026-02-19T01:42:28.603Z | [ recovery-image] Feb 19 01:42:28.483 INFO O| Feb 19 01:42:28.482 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5688 | 2026-02-19T01:42:28.603Z | [ recovery-image] Feb 19 01:42:28.497 INFO O| Feb 19 01:42:28.497 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config" |
| 5689 | 2026-02-19T01:42:28.627Z | [ recovery-image] Feb 19 01:42:28.498 INFO O| Feb 19 01:42:28.498 INFO STEP 302 (remove_files) COMPLETE |
| 5690 | 2026-02-19T01:42:28.627Z | [ recovery-image] Feb 19 01:42:28.498 INFO O| Feb 19 01:42:28.498 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5691 | 2026-02-19T01:42:28.627Z | [ recovery-image] Feb 19 01:42:28.516 INFO O| Feb 19 01:42:28.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config" |
| 5692 | 2026-02-19T01:42:28.627Z | [ recovery-image] Feb 19 01:42:28.516 INFO O| Feb 19 01:42:28.516 INFO STEP 303 (remove_files) COMPLETE |
| 5693 | 2026-02-19T01:42:28.627Z | [ recovery-image] Feb 19 01:42:28.516 INFO O| Feb 19 01:42:28.516 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5694 | 2026-02-19T01:42:28.652Z | [ recovery-image] Feb 19 01:42:28.529 INFO O| Feb 19 01:42:28.529 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep" |
| 5695 | 2026-02-19T01:42:28.652Z | [ recovery-image] Feb 19 01:42:28.529 INFO O| Feb 19 01:42:28.529 INFO STEP 304 (remove_files) COMPLETE |
| 5696 | 2026-02-19T01:42:28.652Z | [ recovery-image] Feb 19 01:42:28.529 INFO O| Feb 19 01:42:28.529 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5697 | 2026-02-19T01:42:28.676Z | [ recovery-image] Feb 19 01:42:28.549 INFO O| Feb 19 01:42:28.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test" |
| 5698 | 2026-02-19T01:42:28.676Z | [ recovery-image] Feb 19 01:42:28.550 INFO O| Feb 19 01:42:28.549 INFO STEP 305 (remove_files) COMPLETE |
| 5699 | 2026-02-19T01:42:28.676Z | [ recovery-image] Feb 19 01:42:28.550 INFO O| Feb 19 01:42:28.550 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5700 | 2026-02-19T01:42:28.677Z | [ recovery-image] Feb 19 01:42:28.567 INFO O| Feb 19 01:42:28.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep" |
| 5701 | 2026-02-19T01:42:28.677Z | [ recovery-image] Feb 19 01:42:28.567 INFO O| Feb 19 01:42:28.567 INFO STEP 306 (remove_files) COMPLETE |
| 5702 | 2026-02-19T01:42:28.677Z | [ recovery-image] Feb 19 01:42:28.567 INFO O| Feb 19 01:42:28.567 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5703 | 2026-02-19T01:42:28.701Z | [ recovery-image] Feb 19 01:42:28.585 INFO O| Feb 19 01:42:28.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest" |
| 5704 | 2026-02-19T01:42:28.701Z | [ recovery-image] Feb 19 01:42:28.585 INFO O| Feb 19 01:42:28.585 INFO STEP 307 (remove_files) COMPLETE |
| 5705 | 2026-02-19T01:42:28.701Z | [ recovery-image] Feb 19 01:42:28.585 INFO O| Feb 19 01:42:28.585 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5706 | 2026-02-19T01:42:28.725Z | [ recovery-image] Feb 19 01:42:28.604 INFO O| Feb 19 01:42:28.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash" |
| 5707 | 2026-02-19T01:42:28.726Z | [ recovery-image] Feb 19 01:42:28.604 INFO O| Feb 19 01:42:28.604 INFO STEP 308 (remove_files) COMPLETE |
| 5708 | 2026-02-19T01:42:28.726Z | [ recovery-image] Feb 19 01:42:28.604 INFO O| Feb 19 01:42:28.604 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5709 | 2026-02-19T01:42:28.750Z | [ recovery-image] Feb 19 01:42:28.621 INFO O| Feb 19 01:42:28.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh" |
| 5710 | 2026-02-19T01:42:28.750Z | [ recovery-image] Feb 19 01:42:28.621 INFO O| Feb 19 01:42:28.621 INFO STEP 309 (remove_files) COMPLETE |
| 5711 | 2026-02-19T01:42:28.750Z | [ recovery-image] Feb 19 01:42:28.621 INFO O| Feb 19 01:42:28.621 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5712 | 2026-02-19T01:42:28.750Z | [ recovery-image] Feb 19 01:42:28.643 INFO O| Feb 19 01:42:28.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh" |
| 5713 | 2026-02-19T01:42:28.750Z | [ recovery-image] Feb 19 01:42:28.643 INFO O| Feb 19 01:42:28.643 INFO STEP 310 (remove_files) COMPLETE |
| 5714 | 2026-02-19T01:42:28.750Z | [ recovery-image] Feb 19 01:42:28.643 INFO O| Feb 19 01:42:28.643 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5715 | 2026-02-19T01:42:28.774Z | [ recovery-image] Feb 19 01:42:28.657 INFO O| Feb 19 01:42:28.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93" |
| 5716 | 2026-02-19T01:42:28.774Z | [ recovery-image] Feb 19 01:42:28.657 INFO O| Feb 19 01:42:28.657 INFO STEP 311 (remove_files) COMPLETE |
| 5717 | 2026-02-19T01:42:28.774Z | [ recovery-image] Feb 19 01:42:28.657 INFO O| Feb 19 01:42:28.657 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5718 | 2026-02-19T01:42:28.799Z | [ recovery-image] Feb 19 01:42:28.676 INFO O| Feb 19 01:42:28.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh" |
| 5719 | 2026-02-19T01:42:28.799Z | [ recovery-image] Feb 19 01:42:28.676 INFO O| Feb 19 01:42:28.676 INFO STEP 312 (remove_files) COMPLETE |
| 5720 | 2026-02-19T01:42:28.799Z | [ recovery-image] Feb 19 01:42:28.676 INFO O| Feb 19 01:42:28.676 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5721 | 2026-02-19T01:42:28.799Z | [ recovery-image] Feb 19 01:42:28.693 INFO O| Feb 19 01:42:28.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93" |
| 5722 | 2026-02-19T01:42:28.799Z | [ recovery-image] Feb 19 01:42:28.693 INFO O| Feb 19 01:42:28.693 INFO STEP 313 (remove_files) COMPLETE |
| 5723 | 2026-02-19T01:42:28.823Z | [ recovery-image] Feb 19 01:42:28.693 INFO O| Feb 19 01:42:28.693 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5724 | 2026-02-19T01:42:28.823Z | [ recovery-image] Feb 19 01:42:28.705 INFO O| Feb 19 01:42:28.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh" |
| 5725 | 2026-02-19T01:42:28.823Z | [ recovery-image] Feb 19 01:42:28.705 INFO O| Feb 19 01:42:28.705 INFO STEP 314 (remove_files) COMPLETE |
| 5726 | 2026-02-19T01:42:28.823Z | [ recovery-image] Feb 19 01:42:28.705 INFO O| Feb 19 01:42:28.705 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5727 | 2026-02-19T01:42:28.847Z | [ recovery-image] Feb 19 01:42:28.724 INFO O| Feb 19 01:42:28.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh" |
| 5728 | 2026-02-19T01:42:28.847Z | [ recovery-image] Feb 19 01:42:28.724 INFO O| Feb 19 01:42:28.724 INFO STEP 315 (remove_files) COMPLETE |
| 5729 | 2026-02-19T01:42:28.847Z | [ recovery-image] Feb 19 01:42:28.724 INFO O| Feb 19 01:42:28.724 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5730 | 2026-02-19T01:42:28.847Z | [ recovery-image] Feb 19 01:42:28.741 INFO O| Feb 19 01:42:28.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh" |
| 5731 | 2026-02-19T01:42:28.871Z | [ recovery-image] Feb 19 01:42:28.742 INFO O| Feb 19 01:42:28.742 INFO STEP 316 (remove_files) COMPLETE |
| 5732 | 2026-02-19T01:42:28.871Z | [ recovery-image] Feb 19 01:42:28.742 INFO O| Feb 19 01:42:28.742 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5733 | 2026-02-19T01:42:28.871Z | [ recovery-image] Feb 19 01:42:28.766 INFO O| Feb 19 01:42:28.766 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg" |
| 5734 | 2026-02-19T01:42:28.895Z | [ recovery-image] Feb 19 01:42:28.766 INFO O| Feb 19 01:42:28.766 INFO STEP 317 (remove_files) COMPLETE |
| 5735 | 2026-02-19T01:42:28.895Z | [ recovery-image] Feb 19 01:42:28.766 INFO O| Feb 19 01:42:28.766 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5736 | 2026-02-19T01:42:28.895Z | [ recovery-image] Feb 19 01:42:28.786 INFO O| Feb 19 01:42:28.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo" |
| 5737 | 2026-02-19T01:42:28.895Z | [ recovery-image] Feb 19 01:42:28.786 INFO O| Feb 19 01:42:28.786 INFO STEP 318 (remove_files) COMPLETE |
| 5738 | 2026-02-19T01:42:28.895Z | [ recovery-image] Feb 19 01:42:28.786 INFO O| Feb 19 01:42:28.786 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5739 | 2026-02-19T01:42:28.919Z | [ recovery-image] Feb 19 01:42:28.805 INFO O| Feb 19 01:42:28.805 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat" |
| 5740 | 2026-02-19T01:42:28.919Z | [ recovery-image] Feb 19 01:42:28.805 INFO O| Feb 19 01:42:28.805 INFO STEP 319 (remove_files) COMPLETE |
| 5741 | 2026-02-19T01:42:28.919Z | [ recovery-image] Feb 19 01:42:28.805 INFO O| Feb 19 01:42:28.805 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5742 | 2026-02-19T01:42:28.943Z | [ recovery-image] Feb 19 01:42:28.819 INFO O| Feb 19 01:42:28.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm" |
| 5743 | 2026-02-19T01:42:28.944Z | [ recovery-image] Feb 19 01:42:28.820 INFO O| Feb 19 01:42:28.820 INFO STEP 320 (remove_files) COMPLETE |
| 5744 | 2026-02-19T01:42:28.944Z | [ recovery-image] Feb 19 01:42:28.820 INFO O| Feb 19 01:42:28.820 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5745 | 2026-02-19T01:42:28.944Z | [ recovery-image] Feb 19 01:42:28.834 INFO O| Feb 19 01:42:28.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond" |
| 5746 | 2026-02-19T01:42:28.944Z | [ recovery-image] Feb 19 01:42:28.834 INFO O| Feb 19 01:42:28.834 INFO STEP 321 (remove_files) COMPLETE |
| 5747 | 2026-02-19T01:42:28.944Z | [ recovery-image] Feb 19 01:42:28.834 INFO O| Feb 19 01:42:28.834 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5748 | 2026-02-19T01:42:28.968Z | [ recovery-image] Feb 19 01:42:28.848 INFO O| Feb 19 01:42:28.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo" |
| 5749 | 2026-02-19T01:42:28.968Z | [ recovery-image] Feb 19 01:42:28.848 INFO O| Feb 19 01:42:28.848 INFO STEP 322 (remove_files) COMPLETE |
| 5750 | 2026-02-19T01:42:28.968Z | [ recovery-image] Feb 19 01:42:28.848 INFO O| Feb 19 01:42:28.848 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5751 | 2026-02-19T01:42:28.992Z | [ recovery-image] Feb 19 01:42:28.865 INFO O| Feb 19 01:42:28.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk" |
| 5752 | 2026-02-19T01:42:28.992Z | [ recovery-image] Feb 19 01:42:28.866 INFO O| Feb 19 01:42:28.866 INFO STEP 323 (remove_files) COMPLETE |
| 5753 | 2026-02-19T01:42:28.992Z | [ recovery-image] Feb 19 01:42:28.866 INFO O| Feb 19 01:42:28.866 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5754 | 2026-02-19T01:42:28.992Z | [ recovery-image] Feb 19 01:42:28.884 INFO O| Feb 19 01:42:28.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam" |
| 5755 | 2026-02-19T01:42:28.992Z | [ recovery-image] Feb 19 01:42:28.884 INFO O| Feb 19 01:42:28.884 INFO STEP 324 (remove_files) COMPLETE |
| 5756 | 2026-02-19T01:42:28.992Z | [ recovery-image] Feb 19 01:42:28.884 INFO O| Feb 19 01:42:28.884 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5757 | 2026-02-19T01:42:29.017Z | [ recovery-image] Feb 19 01:42:28.898 INFO O| Feb 19 01:42:28.897 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto" |
| 5758 | 2026-02-19T01:42:29.017Z | [ recovery-image] Feb 19 01:42:28.898 INFO O| Feb 19 01:42:28.898 INFO STEP 325 (remove_files) COMPLETE |
| 5759 | 2026-02-19T01:42:29.017Z | [ recovery-image] Feb 19 01:42:28.898 INFO O| Feb 19 01:42:28.898 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5760 | 2026-02-19T01:42:29.017Z | [ recovery-image] Feb 19 01:42:28.910 INFO O| Feb 19 01:42:28.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans" |
| 5761 | 2026-02-19T01:42:29.017Z | [ recovery-image] Feb 19 01:42:28.910 INFO O| Feb 19 01:42:28.910 INFO STEP 326 (remove_files) COMPLETE |
| 5762 | 2026-02-19T01:42:29.017Z | [ recovery-image] Feb 19 01:42:28.910 INFO O| Feb 19 01:42:28.910 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5763 | 2026-02-19T01:42:29.041Z | [ recovery-image] Feb 19 01:42:28.927 INFO O| Feb 19 01:42:28.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool" |
| 5764 | 2026-02-19T01:42:29.041Z | [ recovery-image] Feb 19 01:42:28.927 INFO O| Feb 19 01:42:28.927 INFO STEP 327 (remove_files) COMPLETE |
| 5765 | 2026-02-19T01:42:29.041Z | [ recovery-image] Feb 19 01:42:28.927 INFO O| Feb 19 01:42:28.927 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5766 | 2026-02-19T01:42:29.065Z | [ recovery-image] Feb 19 01:42:28.940 INFO O| Feb 19 01:42:28.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp" |
| 5767 | 2026-02-19T01:42:29.065Z | [ recovery-image] Feb 19 01:42:28.940 INFO O| Feb 19 01:42:28.940 INFO STEP 328 (remove_files) COMPLETE |
| 5768 | 2026-02-19T01:42:29.066Z | [ recovery-image] Feb 19 01:42:28.940 INFO O| Feb 19 01:42:28.940 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5769 | 2026-02-19T01:42:29.066Z | [ recovery-image] Feb 19 01:42:28.956 INFO O| Feb 19 01:42:28.956 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise" |
| 5770 | 2026-02-19T01:42:29.066Z | [ recovery-image] Feb 19 01:42:28.956 INFO O| Feb 19 01:42:28.956 INFO STEP 329 (remove_files) COMPLETE |
| 5771 | 2026-02-19T01:42:29.066Z | [ recovery-image] Feb 19 01:42:28.956 INFO O| Feb 19 01:42:28.956 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5772 | 2026-02-19T01:42:29.090Z | [ recovery-image] Feb 19 01:42:28.969 INFO O| Feb 19 01:42:28.969 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat" |
| 5773 | 2026-02-19T01:42:29.090Z | [ recovery-image] Feb 19 01:42:28.969 INFO O| Feb 19 01:42:28.969 INFO STEP 330 (remove_files) COMPLETE |
| 5774 | 2026-02-19T01:42:29.090Z | [ recovery-image] Feb 19 01:42:28.969 INFO O| Feb 19 01:42:28.969 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5775 | 2026-02-19T01:42:29.090Z | [ recovery-image] Feb 19 01:42:28.982 INFO O| Feb 19 01:42:28.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz" |
| 5776 | 2026-02-19T01:42:29.090Z | [ recovery-image] Feb 19 01:42:28.982 INFO O| Feb 19 01:42:28.982 INFO STEP 331 (remove_files) COMPLETE |
| 5777 | 2026-02-19T01:42:29.090Z | [ recovery-image] Feb 19 01:42:28.982 INFO O| Feb 19 01:42:28.982 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5778 | 2026-02-19T01:42:29.114Z | [ recovery-image] Feb 19 01:42:28.996 INFO O| Feb 19 01:42:28.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr" |
| 5779 | 2026-02-19T01:42:29.114Z | [ recovery-image] Feb 19 01:42:28.996 INFO O| Feb 19 01:42:28.996 INFO STEP 332 (remove_files) COMPLETE |
| 5780 | 2026-02-19T01:42:29.114Z | [ recovery-image] Feb 19 01:42:28.996 INFO O| Feb 19 01:42:28.996 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5781 | 2026-02-19T01:42:29.138Z | [ recovery-image] Feb 19 01:42:29.016 INFO O| Feb 19 01:42:29.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print" |
| 5782 | 2026-02-19T01:42:29.138Z | [ recovery-image] Feb 19 01:42:29.016 INFO O| Feb 19 01:42:29.016 INFO STEP 333 (remove_files) COMPLETE |
| 5783 | 2026-02-19T01:42:29.138Z | [ recovery-image] Feb 19 01:42:29.016 INFO O| Feb 19 01:42:29.016 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5784 | 2026-02-19T01:42:29.138Z | [ recovery-image] Feb 19 01:42:29.031 INFO O| Feb 19 01:42:29.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf" |
| 5785 | 2026-02-19T01:42:29.138Z | [ recovery-image] Feb 19 01:42:29.032 INFO O| Feb 19 01:42:29.032 INFO STEP 334 (remove_files) COMPLETE |
| 5786 | 2026-02-19T01:42:29.138Z | [ recovery-image] Feb 19 01:42:29.032 INFO O| Feb 19 01:42:29.032 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5787 | 2026-02-19T01:42:29.162Z | [ recovery-image] Feb 19 01:42:29.047 INFO O| Feb 19 01:42:29.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl" |
| 5788 | 2026-02-19T01:42:29.162Z | [ recovery-image] Feb 19 01:42:29.047 INFO O| Feb 19 01:42:29.047 INFO STEP 335 (remove_files) COMPLETE |
| 5789 | 2026-02-19T01:42:29.162Z | [ recovery-image] Feb 19 01:42:29.047 INFO O| Feb 19 01:42:29.047 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5790 | 2026-02-19T01:42:29.187Z | [ recovery-image] Feb 19 01:42:29.066 INFO O| Feb 19 01:42:29.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles" |
| 5791 | 2026-02-19T01:42:29.187Z | [ recovery-image] Feb 19 01:42:29.066 INFO O| Feb 19 01:42:29.066 INFO STEP 336 (remove_files) COMPLETE |
| 5792 | 2026-02-19T01:42:29.187Z | [ recovery-image] Feb 19 01:42:29.066 INFO O| Feb 19 01:42:29.066 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5793 | 2026-02-19T01:42:29.211Z | [ recovery-image] Feb 19 01:42:29.082 INFO O| Feb 19 01:42:29.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects" |
| 5794 | 2026-02-19T01:42:29.211Z | [ recovery-image] Feb 19 01:42:29.082 INFO O| Feb 19 01:42:29.082 INFO STEP 337 (remove_files) COMPLETE |
| 5795 | 2026-02-19T01:42:29.211Z | [ recovery-image] Feb 19 01:42:29.082 INFO O| Feb 19 01:42:29.082 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5796 | 2026-02-19T01:42:29.211Z | [ recovery-image] Feb 19 01:42:29.100 INFO O| Feb 19 01:42:29.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags" |
| 5797 | 2026-02-19T01:42:29.211Z | [ recovery-image] Feb 19 01:42:29.100 INFO O| Feb 19 01:42:29.100 INFO STEP 338 (remove_files) COMPLETE |
| 5798 | 2026-02-19T01:42:29.211Z | [ recovery-image] Feb 19 01:42:29.100 INFO O| Feb 19 01:42:29.100 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5799 | 2026-02-19T01:42:29.235Z | [ recovery-image] Feb 19 01:42:29.118 INFO O| Feb 19 01:42:29.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev" |
| 5800 | 2026-02-19T01:42:29.235Z | [ recovery-image] Feb 19 01:42:29.118 INFO O| Feb 19 01:42:29.118 INFO STEP 339 (remove_files) COMPLETE |
| 5801 | 2026-02-19T01:42:29.235Z | [ recovery-image] Feb 19 01:42:29.118 INFO O| Feb 19 01:42:29.118 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5802 | 2026-02-19T01:42:29.259Z | [ recovery-image] Feb 19 01:42:29.134 INFO O| Feb 19 01:42:29.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp" |
| 5803 | 2026-02-19T01:42:29.259Z | [ recovery-image] Feb 19 01:42:29.134 INFO O| Feb 19 01:42:29.134 INFO STEP 340 (remove_files) COMPLETE |
| 5804 | 2026-02-19T01:42:29.259Z | [ recovery-image] Feb 19 01:42:29.134 INFO O| Feb 19 01:42:29.134 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5805 | 2026-02-19T01:42:29.283Z | [ recovery-image] Feb 19 01:42:29.154 INFO O| Feb 19 01:42:29.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs" |
| 5806 | 2026-02-19T01:42:29.284Z | [ recovery-image] Feb 19 01:42:29.154 INFO O| Feb 19 01:42:29.154 INFO STEP 341 (remove_files) COMPLETE |
| 5807 | 2026-02-19T01:42:29.284Z | [ recovery-image] Feb 19 01:42:29.154 INFO O| Feb 19 01:42:29.154 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5808 | 2026-02-19T01:42:29.284Z | [ recovery-image] Feb 19 01:42:29.171 INFO O| Feb 19 01:42:29.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait" |
| 5809 | 2026-02-19T01:42:29.284Z | [ recovery-image] Feb 19 01:42:29.171 INFO O| Feb 19 01:42:29.171 INFO STEP 342 (remove_files) COMPLETE |
| 5810 | 2026-02-19T01:42:29.284Z | [ recovery-image] Feb 19 01:42:29.171 INFO O| Feb 19 01:42:29.171 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5811 | 2026-02-19T01:42:29.308Z | [ recovery-image] Feb 19 01:42:29.189 INFO O| Feb 19 01:42:29.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd" |
| 5812 | 2026-02-19T01:42:29.308Z | [ recovery-image] Feb 19 01:42:29.189 INFO O| Feb 19 01:42:29.189 INFO STEP 343 (remove_files) COMPLETE |
| 5813 | 2026-02-19T01:42:29.308Z | [ recovery-image] Feb 19 01:42:29.189 INFO O| Feb 19 01:42:29.189 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5814 | 2026-02-19T01:42:29.332Z | [ recovery-image] Feb 19 01:42:29.205 INFO O| Feb 19 01:42:29.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read" |
| 5815 | 2026-02-19T01:42:29.332Z | [ recovery-image] Feb 19 01:42:29.205 INFO O| Feb 19 01:42:29.205 INFO STEP 344 (remove_files) COMPLETE |
| 5816 | 2026-02-19T01:42:29.332Z | [ recovery-image] Feb 19 01:42:29.205 INFO O| Feb 19 01:42:29.205 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5817 | 2026-02-19T01:42:29.332Z | [ recovery-image] Feb 19 01:42:29.222 INFO O| Feb 19 01:42:29.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red" |
| 5818 | 2026-02-19T01:42:29.332Z | [ recovery-image] Feb 19 01:42:29.222 INFO O| Feb 19 01:42:29.222 INFO STEP 345 (remove_files) COMPLETE |
| 5819 | 2026-02-19T01:42:29.332Z | [ recovery-image] Feb 19 01:42:29.222 INFO O| Feb 19 01:42:29.222 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5820 | 2026-02-19T01:42:29.356Z | [ recovery-image] Feb 19 01:42:29.239 INFO O| Feb 19 01:42:29.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp" |
| 5821 | 2026-02-19T01:42:29.356Z | [ recovery-image] Feb 19 01:42:29.239 INFO O| Feb 19 01:42:29.239 INFO STEP 346 (remove_files) COMPLETE |
| 5822 | 2026-02-19T01:42:29.356Z | [ recovery-image] Feb 19 01:42:29.239 INFO O| Feb 19 01:42:29.239 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5823 | 2026-02-19T01:42:29.381Z | [ recovery-image] Feb 19 01:42:29.255 INFO O| Feb 19 01:42:29.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice" |
| 5824 | 2026-02-19T01:42:29.381Z | [ recovery-image] Feb 19 01:42:29.255 INFO O| Feb 19 01:42:29.255 INFO STEP 347 (remove_files) COMPLETE |
| 5825 | 2026-02-19T01:42:29.381Z | [ recovery-image] Feb 19 01:42:29.255 INFO O| Feb 19 01:42:29.255 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5826 | 2026-02-19T01:42:29.381Z | [ recovery-image] Feb 19 01:42:29.269 INFO O| Feb 19 01:42:29.268 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize" |
| 5827 | 2026-02-19T01:42:29.381Z | [ recovery-image] Feb 19 01:42:29.269 INFO O| Feb 19 01:42:29.269 INFO STEP 348 (remove_files) COMPLETE |
| 5828 | 2026-02-19T01:42:29.381Z | [ recovery-image] Feb 19 01:42:29.269 INFO O| Feb 19 01:42:29.269 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5829 | 2026-02-19T01:42:29.405Z | [ recovery-image] Feb 19 01:42:29.281 INFO O| Feb 19 01:42:29.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev" |
| 5830 | 2026-02-19T01:42:29.405Z | [ recovery-image] Feb 19 01:42:29.281 INFO O| Feb 19 01:42:29.281 INFO STEP 349 (remove_files) COMPLETE |
| 5831 | 2026-02-19T01:42:29.405Z | [ recovery-image] Feb 19 01:42:29.281 INFO O| Feb 19 01:42:29.281 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5832 | 2026-02-19T01:42:29.405Z | [ recovery-image] Feb 19 01:42:29.299 INFO O| Feb 19 01:42:29.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh" |
| 5833 | 2026-02-19T01:42:29.405Z | [ recovery-image] Feb 19 01:42:29.299 INFO O| Feb 19 01:42:29.299 INFO STEP 350 (remove_files) COMPLETE |
| 5834 | 2026-02-19T01:42:29.405Z | [ recovery-image] Feb 19 01:42:29.299 INFO O| Feb 19 01:42:29.299 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5835 | 2026-02-19T01:42:29.429Z | [ recovery-image] Feb 19 01:42:29.314 INFO O| Feb 19 01:42:29.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93" |
| 5836 | 2026-02-19T01:42:29.429Z | [ recovery-image] Feb 19 01:42:29.314 INFO O| Feb 19 01:42:29.314 INFO STEP 351 (remove_files) COMPLETE |
| 5837 | 2026-02-19T01:42:29.429Z | [ recovery-image] Feb 19 01:42:29.314 INFO O| Feb 19 01:42:29.314 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5838 | 2026-02-19T01:42:29.453Z | [ recovery-image] Feb 19 01:42:29.328 INFO O| Feb 19 01:42:29.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles" |
| 5839 | 2026-02-19T01:42:29.453Z | [ recovery-image] Feb 19 01:42:29.328 INFO O| Feb 19 01:42:29.328 INFO STEP 352 (remove_files) COMPLETE |
| 5840 | 2026-02-19T01:42:29.453Z | [ recovery-image] Feb 19 01:42:29.328 INFO O| Feb 19 01:42:29.328 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5841 | 2026-02-19T01:42:29.453Z | [ recovery-image] Feb 19 01:42:29.342 INFO O| Feb 19 01:42:29.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo" |
| 5842 | 2026-02-19T01:42:29.453Z | [ recovery-image] Feb 19 01:42:29.342 INFO O| Feb 19 01:42:29.342 INFO STEP 353 (remove_files) COMPLETE |
| 5843 | 2026-02-19T01:42:29.453Z | [ recovery-image] Feb 19 01:42:29.342 INFO O| Feb 19 01:42:29.342 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5844 | 2026-02-19T01:42:29.477Z | [ recovery-image] Feb 19 01:42:29.363 INFO O| Feb 19 01:42:29.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync" |
| 5845 | 2026-02-19T01:42:29.477Z | [ recovery-image] Feb 19 01:42:29.363 INFO O| Feb 19 01:42:29.363 INFO STEP 354 (remove_files) COMPLETE |
| 5846 | 2026-02-19T01:42:29.477Z | [ recovery-image] Feb 19 01:42:29.363 INFO O| Feb 19 01:42:29.363 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5847 | 2026-02-19T01:42:29.502Z | [ recovery-image] Feb 19 01:42:29.380 INFO O| Feb 19 01:42:29.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl" |
| 5848 | 2026-02-19T01:42:29.502Z | [ recovery-image] Feb 19 01:42:29.380 INFO O| Feb 19 01:42:29.380 INFO STEP 355 (remove_files) COMPLETE |
| 5849 | 2026-02-19T01:42:29.502Z | [ recovery-image] Feb 19 01:42:29.381 INFO O| Feb 19 01:42:29.380 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5850 | 2026-02-19T01:42:29.502Z | [ recovery-image] Feb 19 01:42:29.396 INFO O| Feb 19 01:42:29.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat" |
| 5851 | 2026-02-19T01:42:29.502Z | [ recovery-image] Feb 19 01:42:29.396 INFO O| Feb 19 01:42:29.396 INFO STEP 356 (remove_files) COMPLETE |
| 5852 | 2026-02-19T01:42:29.502Z | [ recovery-image] Feb 19 01:42:29.396 INFO O| Feb 19 01:42:29.396 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5853 | 2026-02-19T01:42:29.526Z | [ recovery-image] Feb 19 01:42:29.410 INFO O| Feb 19 01:42:29.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp" |
| 5854 | 2026-02-19T01:42:29.526Z | [ recovery-image] Feb 19 01:42:29.411 INFO O| Feb 19 01:42:29.411 INFO STEP 357 (remove_files) COMPLETE |
| 5855 | 2026-02-19T01:42:29.526Z | [ recovery-image] Feb 19 01:42:29.411 INFO O| Feb 19 01:42:29.411 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5856 | 2026-02-19T01:42:29.550Z | [ recovery-image] Feb 19 01:42:29.433 INFO O| Feb 19 01:42:29.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script" |
| 5857 | 2026-02-19T01:42:29.550Z | [ recovery-image] Feb 19 01:42:29.434 INFO O| Feb 19 01:42:29.434 INFO STEP 358 (remove_files) COMPLETE |
| 5858 | 2026-02-19T01:42:29.550Z | [ recovery-image] Feb 19 01:42:29.434 INFO O| Feb 19 01:42:29.434 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5859 | 2026-02-19T01:42:29.575Z | [ recovery-image] Feb 19 01:42:29.454 INFO O| Feb 19 01:42:29.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff" |
| 5860 | 2026-02-19T01:42:29.575Z | [ recovery-image] Feb 19 01:42:29.455 INFO O| Feb 19 01:42:29.455 INFO STEP 359 (remove_files) COMPLETE |
| 5861 | 2026-02-19T01:42:29.575Z | [ recovery-image] Feb 19 01:42:29.455 INFO O| Feb 19 01:42:29.455 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5862 | 2026-02-19T01:42:29.599Z | [ recovery-image] Feb 19 01:42:29.482 INFO O| Feb 19 01:42:29.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp" |
| 5863 | 2026-02-19T01:42:29.599Z | [ recovery-image] Feb 19 01:42:29.482 INFO O| Feb 19 01:42:29.482 INFO STEP 360 (remove_files) COMPLETE |
| 5864 | 2026-02-19T01:42:29.599Z | [ recovery-image] Feb 19 01:42:29.482 INFO O| Feb 19 01:42:29.482 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5865 | 2026-02-19T01:42:29.623Z | [ recovery-image] Feb 19 01:42:29.508 INFO O| Feb 19 01:42:29.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp" |
| 5866 | 2026-02-19T01:42:29.623Z | [ recovery-image] Feb 19 01:42:29.508 INFO O| Feb 19 01:42:29.508 INFO STEP 361 (remove_files) COMPLETE |
| 5867 | 2026-02-19T01:42:29.623Z | [ recovery-image] Feb 19 01:42:29.508 INFO O| Feb 19 01:42:29.508 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5868 | 2026-02-19T01:42:29.648Z | [ recovery-image] Feb 19 01:42:29.528 INFO O| Feb 19 01:42:29.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp" |
| 5869 | 2026-02-19T01:42:29.648Z | [ recovery-image] Feb 19 01:42:29.528 INFO O| Feb 19 01:42:29.528 INFO STEP 362 (remove_files) COMPLETE |
| 5870 | 2026-02-19T01:42:29.648Z | [ recovery-image] Feb 19 01:42:29.528 INFO O| Feb 19 01:42:29.528 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5871 | 2026-02-19T01:42:29.672Z | [ recovery-image] Feb 19 01:42:29.549 INFO O| Feb 19 01:42:29.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil" |
| 5872 | 2026-02-19T01:42:29.672Z | [ recovery-image] Feb 19 01:42:29.549 INFO O| Feb 19 01:42:29.549 INFO STEP 363 (remove_files) COMPLETE |
| 5873 | 2026-02-19T01:42:29.672Z | [ recovery-image] Feb 19 01:42:29.549 INFO O| Feb 19 01:42:29.549 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5874 | 2026-02-19T01:42:29.696Z | [ recovery-image] Feb 19 01:42:29.575 INFO O| Feb 19 01:42:29.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib" |
| 5875 | 2026-02-19T01:42:29.696Z | [ recovery-image] Feb 19 01:42:29.575 INFO O| Feb 19 01:42:29.575 INFO STEP 364 (remove_files) COMPLETE |
| 5876 | 2026-02-19T01:42:29.696Z | [ recovery-image] Feb 19 01:42:29.575 INFO O| Feb 19 01:42:29.575 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5877 | 2026-02-19T01:42:29.720Z | [ recovery-image] Feb 19 01:42:29.600 INFO O| Feb 19 01:42:29.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget" |
| 5878 | 2026-02-19T01:42:29.720Z | [ recovery-image] Feb 19 01:42:29.600 INFO O| Feb 19 01:42:29.600 INFO STEP 365 (remove_files) COMPLETE |
| 5879 | 2026-02-19T01:42:29.720Z | [ recovery-image] Feb 19 01:42:29.600 INFO O| Feb 19 01:42:29.600 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5880 | 2026-02-19T01:42:29.744Z | [ recovery-image] Feb 19 01:42:29.621 INFO O| Feb 19 01:42:29.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk" |
| 5881 | 2026-02-19T01:42:29.744Z | [ recovery-image] Feb 19 01:42:29.622 INFO O| Feb 19 01:42:29.622 INFO STEP 366 (remove_files) COMPLETE |
| 5882 | 2026-02-19T01:42:29.744Z | [ recovery-image] Feb 19 01:42:29.622 INFO O| Feb 19 01:42:29.622 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5883 | 2026-02-19T01:42:29.769Z | [ recovery-image] Feb 19 01:42:29.646 INFO O| Feb 19 01:42:29.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck" |
| 5884 | 2026-02-19T01:42:29.769Z | [ recovery-image] Feb 19 01:42:29.646 INFO O| Feb 19 01:42:29.646 INFO STEP 367 (remove_files) COMPLETE |
| 5885 | 2026-02-19T01:42:29.769Z | [ recovery-image] Feb 19 01:42:29.646 INFO O| Feb 19 01:42:29.646 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5886 | 2026-02-19T01:42:29.793Z | [ recovery-image] Feb 19 01:42:29.667 INFO O| Feb 19 01:42:29.667 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf" |
| 5887 | 2026-02-19T01:42:29.793Z | [ recovery-image] Feb 19 01:42:29.667 INFO O| Feb 19 01:42:29.667 INFO STEP 368 (remove_files) COMPLETE |
| 5888 | 2026-02-19T01:42:29.793Z | [ recovery-image] Feb 19 01:42:29.667 INFO O| Feb 19 01:42:29.667 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5889 | 2026-02-19T01:42:29.793Z | [ recovery-image] Feb 19 01:42:29.688 INFO O| Feb 19 01:42:29.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta" |
| 5890 | 2026-02-19T01:42:29.818Z | [ recovery-image] Feb 19 01:42:29.688 INFO O| Feb 19 01:42:29.688 INFO STEP 369 (remove_files) COMPLETE |
| 5891 | 2026-02-19T01:42:29.818Z | [ recovery-image] Feb 19 01:42:29.688 INFO O| Feb 19 01:42:29.688 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5892 | 2026-02-19T01:42:29.818Z | [ recovery-image] Feb 19 01:42:29.711 INFO O| Feb 19 01:42:29.710 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf" |
| 5893 | 2026-02-19T01:42:29.818Z | [ recovery-image] Feb 19 01:42:29.711 INFO O| Feb 19 01:42:29.711 INFO STEP 370 (remove_files) COMPLETE |
| 5894 | 2026-02-19T01:42:29.818Z | [ recovery-image] Feb 19 01:42:29.711 INFO O| Feb 19 01:42:29.711 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5895 | 2026-02-19T01:42:29.842Z | [ recovery-image] Feb 19 01:42:29.731 INFO O| Feb 19 01:42:29.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget" |
| 5896 | 2026-02-19T01:42:29.842Z | [ recovery-image] Feb 19 01:42:29.731 INFO O| Feb 19 01:42:29.731 INFO STEP 371 (remove_files) COMPLETE |
| 5897 | 2026-02-19T01:42:29.842Z | [ recovery-image] Feb 19 01:42:29.731 INFO O| Feb 19 01:42:29.731 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5898 | 2026-02-19T01:42:29.866Z | [ recovery-image] Feb 19 01:42:29.755 INFO O| Feb 19 01:42:29.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext" |
| 5899 | 2026-02-19T01:42:29.866Z | [ recovery-image] Feb 19 01:42:29.755 INFO O| Feb 19 01:42:29.755 INFO STEP 372 (remove_files) COMPLETE |
| 5900 | 2026-02-19T01:42:29.866Z | [ recovery-image] Feb 19 01:42:29.755 INFO O| Feb 19 01:42:29.755 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5901 | 2026-02-19T01:42:29.890Z | [ recovery-image] Feb 19 01:42:29.770 INFO O| Feb 19 01:42:29.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat" |
| 5902 | 2026-02-19T01:42:29.890Z | [ recovery-image] Feb 19 01:42:29.771 INFO O| Feb 19 01:42:29.771 INFO STEP 373 (remove_files) COMPLETE |
| 5903 | 2026-02-19T01:42:29.890Z | [ recovery-image] Feb 19 01:42:29.771 INFO O| Feb 19 01:42:29.771 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5904 | 2026-02-19T01:42:29.914Z | [ recovery-image] Feb 19 01:42:29.795 INFO O| Feb 19 01:42:29.795 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap" |
| 5905 | 2026-02-19T01:42:29.915Z | [ recovery-image] Feb 19 01:42:29.795 INFO O| Feb 19 01:42:29.795 INFO STEP 374 (remove_files) COMPLETE |
| 5906 | 2026-02-19T01:42:29.915Z | [ recovery-image] Feb 19 01:42:29.795 INFO O| Feb 19 01:42:29.795 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5907 | 2026-02-19T01:42:29.939Z | [ recovery-image] Feb 19 01:42:29.820 INFO O| Feb 19 01:42:29.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping" |
| 5908 | 2026-02-19T01:42:29.939Z | [ recovery-image] Feb 19 01:42:29.820 INFO O| Feb 19 01:42:29.820 INFO STEP 375 (remove_files) COMPLETE |
| 5909 | 2026-02-19T01:42:29.939Z | [ recovery-image] Feb 19 01:42:29.820 INFO O| Feb 19 01:42:29.820 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5910 | 2026-02-19T01:42:29.963Z | [ recovery-image] Feb 19 01:42:29.841 INFO O| Feb 19 01:42:29.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps" |
| 5911 | 2026-02-19T01:42:29.963Z | [ recovery-image] Feb 19 01:42:29.841 INFO O| Feb 19 01:42:29.841 INFO STEP 376 (remove_files) COMPLETE |
| 5912 | 2026-02-19T01:42:29.963Z | [ recovery-image] Feb 19 01:42:29.841 INFO O| Feb 19 01:42:29.841 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5913 | 2026-02-19T01:42:29.987Z | [ recovery-image] Feb 19 01:42:29.861 INFO O| Feb 19 01:42:29.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset" |
| 5914 | 2026-02-19T01:42:29.988Z | [ recovery-image] Feb 19 01:42:29.862 INFO O| Feb 19 01:42:29.861 INFO STEP 377 (remove_files) COMPLETE |
| 5915 | 2026-02-19T01:42:29.988Z | [ recovery-image] Feb 19 01:42:29.862 INFO O| Feb 19 01:42:29.862 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5916 | 2026-02-19T01:42:29.988Z | [ recovery-image] Feb 19 01:42:29.881 INFO O| Feb 19 01:42:29.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus" |
| 5917 | 2026-02-19T01:42:29.988Z | [ recovery-image] Feb 19 01:42:29.881 INFO O| Feb 19 01:42:29.881 INFO STEP 378 (remove_files) COMPLETE |
| 5918 | 2026-02-19T01:42:29.988Z | [ recovery-image] Feb 19 01:42:29.881 INFO O| Feb 19 01:42:29.881 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5919 | 2026-02-19T01:42:30.013Z | [ recovery-image] Feb 19 01:42:29.905 INFO O| Feb 19 01:42:29.905 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable" |
| 5920 | 2026-02-19T01:42:30.013Z | [ recovery-image] Feb 19 01:42:29.906 INFO O| Feb 19 01:42:29.906 INFO STEP 379 (remove_files) COMPLETE |
| 5921 | 2026-02-19T01:42:30.013Z | [ recovery-image] Feb 19 01:42:29.906 INFO O| Feb 19 01:42:29.906 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5922 | 2026-02-19T01:42:30.037Z | [ recovery-image] Feb 19 01:42:29.930 INFO O| Feb 19 01:42:29.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest" |
| 5923 | 2026-02-19T01:42:30.037Z | [ recovery-image] Feb 19 01:42:29.930 INFO O| Feb 19 01:42:29.930 INFO STEP 380 (remove_files) COMPLETE |
| 5924 | 2026-02-19T01:42:30.037Z | [ recovery-image] Feb 19 01:42:29.930 INFO O| Feb 19 01:42:29.930 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5925 | 2026-02-19T01:42:30.061Z | [ recovery-image] Feb 19 01:42:29.951 INFO O| Feb 19 01:42:29.951 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate" |
| 5926 | 2026-02-19T01:42:30.061Z | [ recovery-image] Feb 19 01:42:29.952 INFO O| Feb 19 01:42:29.952 INFO STEP 381 (remove_files) COMPLETE |
| 5927 | 2026-02-19T01:42:30.061Z | [ recovery-image] Feb 19 01:42:29.952 INFO O| Feb 19 01:42:29.952 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5928 | 2026-02-19T01:42:30.085Z | [ recovery-image] Feb 19 01:42:29.966 INFO O| Feb 19 01:42:29.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap" |
| 5929 | 2026-02-19T01:42:30.085Z | [ recovery-image] Feb 19 01:42:29.967 INFO O| Feb 19 01:42:29.967 INFO STEP 382 (remove_files) COMPLETE |
| 5930 | 2026-02-19T01:42:30.085Z | [ recovery-image] Feb 19 01:42:29.967 INFO O| Feb 19 01:42:29.967 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5931 | 2026-02-19T01:42:30.109Z | [ recovery-image] Feb 19 01:42:29.990 INFO O| Feb 19 01:42:29.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm" |
| 5932 | 2026-02-19T01:42:30.109Z | [ recovery-image] Feb 19 01:42:29.990 INFO O| Feb 19 01:42:29.990 INFO STEP 383 (remove_files) COMPLETE |
| 5933 | 2026-02-19T01:42:30.109Z | [ recovery-image] Feb 19 01:42:29.990 INFO O| Feb 19 01:42:29.990 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5934 | 2026-02-19T01:42:30.134Z | [ recovery-image] Feb 19 01:42:30.019 INFO O| Feb 19 01:42:30.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm" |
| 5935 | 2026-02-19T01:42:30.134Z | [ recovery-image] Feb 19 01:42:30.019 INFO O| Feb 19 01:42:30.019 INFO STEP 384 (remove_files) COMPLETE |
| 5936 | 2026-02-19T01:42:30.134Z | [ recovery-image] Feb 19 01:42:30.020 INFO O| Feb 19 01:42:30.019 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5937 | 2026-02-19T01:42:30.158Z | [ recovery-image] Feb 19 01:42:30.040 INFO O| Feb 19 01:42:30.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk" |
| 5938 | 2026-02-19T01:42:30.158Z | [ recovery-image] Feb 19 01:42:30.040 INFO O| Feb 19 01:42:30.040 INFO STEP 385 (remove_files) COMPLETE |
| 5939 | 2026-02-19T01:42:30.158Z | [ recovery-image] Feb 19 01:42:30.040 INFO O| Feb 19 01:42:30.040 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5940 | 2026-02-19T01:42:30.158Z | [ recovery-image] Feb 19 01:42:30.052 INFO O| Feb 19 01:42:30.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss" |
| 5941 | 2026-02-19T01:42:30.158Z | [ recovery-image] Feb 19 01:42:30.052 INFO O| Feb 19 01:42:30.052 INFO STEP 386 (remove_files) COMPLETE |
| 5942 | 2026-02-19T01:42:30.158Z | [ recovery-image] Feb 19 01:42:30.052 INFO O| Feb 19 01:42:30.052 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5943 | 2026-02-19T01:42:30.182Z | [ recovery-image] Feb 19 01:42:30.066 INFO O| Feb 19 01:42:30.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell" |
| 5944 | 2026-02-19T01:42:30.182Z | [ recovery-image] Feb 19 01:42:30.066 INFO O| Feb 19 01:42:30.066 INFO STEP 387 (remove_files) COMPLETE |
| 5945 | 2026-02-19T01:42:30.182Z | [ recovery-image] Feb 19 01:42:30.066 INFO O| Feb 19 01:42:30.066 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5946 | 2026-02-19T01:42:30.206Z | [ recovery-image] Feb 19 01:42:30.084 INFO O| Feb 19 01:42:30.084 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split" |
| 5947 | 2026-02-19T01:42:30.207Z | [ recovery-image] Feb 19 01:42:30.084 INFO O| Feb 19 01:42:30.084 INFO STEP 388 (remove_files) COMPLETE |
| 5948 | 2026-02-19T01:42:30.207Z | [ recovery-image] Feb 19 01:42:30.084 INFO O| Feb 19 01:42:30.084 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5949 | 2026-02-19T01:42:30.207Z | [ recovery-image] Feb 19 01:42:30.100 INFO O| Feb 19 01:42:30.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3" |
| 5950 | 2026-02-19T01:42:30.207Z | [ recovery-image] Feb 19 01:42:30.100 INFO O| Feb 19 01:42:30.100 INFO STEP 389 (remove_files) COMPLETE |
| 5951 | 2026-02-19T01:42:30.207Z | [ recovery-image] Feb 19 01:42:30.100 INFO O| Feb 19 01:42:30.100 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5952 | 2026-02-19T01:42:30.231Z | [ recovery-image] Feb 19 01:42:30.118 INFO O| Feb 19 01:42:30.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh" |
| 5953 | 2026-02-19T01:42:30.231Z | [ recovery-image] Feb 19 01:42:30.118 INFO O| Feb 19 01:42:30.118 INFO STEP 390 (remove_files) COMPLETE |
| 5954 | 2026-02-19T01:42:30.231Z | [ recovery-image] Feb 19 01:42:30.118 INFO O| Feb 19 01:42:30.118 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5955 | 2026-02-19T01:42:30.255Z | [ recovery-image] Feb 19 01:42:30.133 INFO O| Feb 19 01:42:30.133 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add" |
| 5956 | 2026-02-19T01:42:30.255Z | [ recovery-image] Feb 19 01:42:30.133 INFO O| Feb 19 01:42:30.133 INFO STEP 391 (remove_files) COMPLETE |
| 5957 | 2026-02-19T01:42:30.255Z | [ recovery-image] Feb 19 01:42:30.133 INFO O| Feb 19 01:42:30.133 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5958 | 2026-02-19T01:42:30.255Z | [ recovery-image] Feb 19 01:42:30.146 INFO O| Feb 19 01:42:30.146 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent" |
| 5959 | 2026-02-19T01:42:30.255Z | [ recovery-image] Feb 19 01:42:30.146 INFO O| Feb 19 01:42:30.146 INFO STEP 392 (remove_files) COMPLETE |
| 5960 | 2026-02-19T01:42:30.255Z | [ recovery-image] Feb 19 01:42:30.146 INFO O| Feb 19 01:42:30.146 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5961 | 2026-02-19T01:42:30.279Z | [ recovery-image] Feb 19 01:42:30.162 INFO O| Feb 19 01:42:30.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id" |
| 5962 | 2026-02-19T01:42:30.279Z | [ recovery-image] Feb 19 01:42:30.162 INFO O| Feb 19 01:42:30.162 INFO STEP 393 (remove_files) COMPLETE |
| 5963 | 2026-02-19T01:42:30.279Z | [ recovery-image] Feb 19 01:42:30.162 INFO O| Feb 19 01:42:30.162 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5964 | 2026-02-19T01:42:30.303Z | [ recovery-image] Feb 19 01:42:30.178 INFO O| Feb 19 01:42:30.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan" |
| 5965 | 2026-02-19T01:42:30.304Z | [ recovery-image] Feb 19 01:42:30.178 INFO O| Feb 19 01:42:30.178 INFO STEP 394 (remove_files) COMPLETE |
| 5966 | 2026-02-19T01:42:30.304Z | [ recovery-image] Feb 19 01:42:30.178 INFO O| Feb 19 01:42:30.178 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5967 | 2026-02-19T01:42:30.304Z | [ recovery-image] Feb 19 01:42:30.197 INFO O| Feb 19 01:42:30.196 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings" |
| 5968 | 2026-02-19T01:42:30.304Z | [ recovery-image] Feb 19 01:42:30.197 INFO O| Feb 19 01:42:30.197 INFO STEP 395 (remove_files) COMPLETE |
| 5969 | 2026-02-19T01:42:30.304Z | [ recovery-image] Feb 19 01:42:30.197 INFO O| Feb 19 01:42:30.197 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5970 | 2026-02-19T01:42:30.328Z | [ recovery-image] Feb 19 01:42:30.214 INFO O| Feb 19 01:42:30.214 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum" |
| 5971 | 2026-02-19T01:42:30.328Z | [ recovery-image] Feb 19 01:42:30.214 INFO O| Feb 19 01:42:30.214 INFO STEP 396 (remove_files) COMPLETE |
| 5972 | 2026-02-19T01:42:30.328Z | [ recovery-image] Feb 19 01:42:30.214 INFO O| Feb 19 01:42:30.214 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5973 | 2026-02-19T01:42:30.352Z | [ recovery-image] Feb 19 01:42:30.227 INFO O| Feb 19 01:42:30.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs" |
| 5974 | 2026-02-19T01:42:30.352Z | [ recovery-image] Feb 19 01:42:30.228 INFO O| Feb 19 01:42:30.228 INFO STEP 397 (remove_files) COMPLETE |
| 5975 | 2026-02-19T01:42:30.352Z | [ recovery-image] Feb 19 01:42:30.228 INFO O| Feb 19 01:42:30.228 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5976 | 2026-02-19T01:42:30.352Z | [ recovery-image] Feb 19 01:42:30.245 INFO O| Feb 19 01:42:30.245 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy" |
| 5977 | 2026-02-19T01:42:30.352Z | [ recovery-image] Feb 19 01:42:30.246 INFO O| Feb 19 01:42:30.246 INFO STEP 398 (remove_files) COMPLETE |
| 5978 | 2026-02-19T01:42:30.352Z | [ recovery-image] Feb 19 01:42:30.246 INFO O| Feb 19 01:42:30.246 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5979 | 2026-02-19T01:42:30.377Z | [ recovery-image] Feb 19 01:42:30.259 INFO O| Feb 19 01:42:30.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test" |
| 5980 | 2026-02-19T01:42:30.377Z | [ recovery-image] Feb 19 01:42:30.259 INFO O| Feb 19 01:42:30.259 INFO STEP 399 (remove_files) COMPLETE |
| 5981 | 2026-02-19T01:42:30.377Z | [ recovery-image] Feb 19 01:42:30.259 INFO O| Feb 19 01:42:30.259 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5982 | 2026-02-19T01:42:30.400Z | [ recovery-image] Feb 19 01:42:30.272 INFO O| Feb 19 01:42:30.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic" |
| 5983 | 2026-02-19T01:42:30.400Z | [ recovery-image] Feb 19 01:42:30.272 INFO O| Feb 19 01:42:30.272 INFO STEP 400 (remove_files) COMPLETE |
| 5984 | 2026-02-19T01:42:30.400Z | [ recovery-image] Feb 19 01:42:30.272 INFO O| Feb 19 01:42:30.272 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5985 | 2026-02-19T01:42:30.400Z | [ recovery-image] Feb 19 01:42:30.285 INFO O| Feb 19 01:42:30.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time" |
| 5986 | 2026-02-19T01:42:30.400Z | [ recovery-image] Feb 19 01:42:30.285 INFO O| Feb 19 01:42:30.285 INFO STEP 401 (remove_files) COMPLETE |
| 5987 | 2026-02-19T01:42:30.400Z | [ recovery-image] Feb 19 01:42:30.285 INFO O| Feb 19 01:42:30.285 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5988 | 2026-02-19T01:42:30.425Z | [ recovery-image] Feb 19 01:42:30.296 INFO O| Feb 19 01:42:30.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip" |
| 5989 | 2026-02-19T01:42:30.425Z | [ recovery-image] Feb 19 01:42:30.297 INFO O| Feb 19 01:42:30.297 INFO STEP 402 (remove_files) COMPLETE |
| 5990 | 2026-02-19T01:42:30.425Z | [ recovery-image] Feb 19 01:42:30.297 INFO O| Feb 19 01:42:30.297 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5991 | 2026-02-19T01:42:30.425Z | [ recovery-image] Feb 19 01:42:30.314 INFO O| Feb 19 01:42:30.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib" |
| 5992 | 2026-02-19T01:42:30.425Z | [ recovery-image] Feb 19 01:42:30.314 INFO O| Feb 19 01:42:30.314 INFO STEP 403 (remove_files) COMPLETE |
| 5993 | 2026-02-19T01:42:30.425Z | [ recovery-image] Feb 19 01:42:30.314 INFO O| Feb 19 01:42:30.314 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5994 | 2026-02-19T01:42:30.450Z | [ recovery-image] Feb 19 01:42:30.331 INFO O| Feb 19 01:42:30.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm" |
| 5995 | 2026-02-19T01:42:30.450Z | [ recovery-image] Feb 19 01:42:30.331 INFO O| Feb 19 01:42:30.331 INFO STEP 404 (remove_files) COMPLETE |
| 5996 | 2026-02-19T01:42:30.450Z | [ recovery-image] Feb 19 01:42:30.331 INFO O| Feb 19 01:42:30.331 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5997 | 2026-02-19T01:42:30.474Z | [ recovery-image] Feb 19 01:42:30.346 INFO O| Feb 19 01:42:30.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail" |
| 5998 | 2026-02-19T01:42:30.474Z | [ recovery-image] Feb 19 01:42:30.346 INFO O| Feb 19 01:42:30.346 INFO STEP 405 (remove_files) COMPLETE |
| 5999 | 2026-02-19T01:42:30.474Z | [ recovery-image] Feb 19 01:42:30.346 INFO O| Feb 19 01:42:30.346 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6000 | 2026-02-19T01:42:30.498Z | [ recovery-image] Feb 19 01:42:30.382 INFO O| Feb 19 01:42:30.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true" |
| 6001 | 2026-02-19T01:42:30.498Z | [ recovery-image] Feb 19 01:42:30.382 INFO O| Feb 19 01:42:30.382 INFO STEP 406 (remove_files) COMPLETE |
| 6002 | 2026-02-19T01:42:30.498Z | [ recovery-image] Feb 19 01:42:30.382 INFO O| Feb 19 01:42:30.382 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6003 | 2026-02-19T01:42:30.522Z | [ recovery-image] Feb 19 01:42:30.398 INFO O| Feb 19 01:42:30.397 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty" |
| 6004 | 2026-02-19T01:42:30.522Z | [ recovery-image] Feb 19 01:42:30.398 INFO O| Feb 19 01:42:30.398 INFO STEP 407 (remove_files) COMPLETE |
| 6005 | 2026-02-19T01:42:30.522Z | [ recovery-image] Feb 19 01:42:30.398 INFO O| Feb 19 01:42:30.398 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6006 | 2026-02-19T01:42:30.522Z | [ recovery-image] Feb 19 01:42:30.414 INFO O| Feb 19 01:42:30.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type" |
| 6007 | 2026-02-19T01:42:30.523Z | [ recovery-image] Feb 19 01:42:30.414 INFO O| Feb 19 01:42:30.414 INFO STEP 408 (remove_files) COMPLETE |
| 6008 | 2026-02-19T01:42:30.523Z | [ recovery-image] Feb 19 01:42:30.414 INFO O| Feb 19 01:42:30.414 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6009 | 2026-02-19T01:42:30.547Z | [ recovery-image] Feb 19 01:42:30.429 INFO O| Feb 19 01:42:30.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect" |
| 6010 | 2026-02-19T01:42:30.547Z | [ recovery-image] Feb 19 01:42:30.430 INFO O| Feb 19 01:42:30.429 INFO STEP 409 (remove_files) COMPLETE |
| 6011 | 2026-02-19T01:42:30.548Z | [ recovery-image] Feb 19 01:42:30.430 INFO O| Feb 19 01:42:30.430 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6012 | 2026-02-19T01:42:30.572Z | [ recovery-image] Feb 19 01:42:30.445 INFO O| Feb 19 01:42:30.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit" |
| 6013 | 2026-02-19T01:42:30.572Z | [ recovery-image] Feb 19 01:42:30.445 INFO O| Feb 19 01:42:30.445 INFO STEP 410 (remove_files) COMPLETE |
| 6014 | 2026-02-19T01:42:30.572Z | [ recovery-image] Feb 19 01:42:30.445 INFO O| Feb 19 01:42:30.445 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6015 | 2026-02-19T01:42:30.572Z | [ recovery-image] Feb 19 01:42:30.460 INFO O| Feb 19 01:42:30.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask" |
| 6016 | 2026-02-19T01:42:30.572Z | [ recovery-image] Feb 19 01:42:30.460 INFO O| Feb 19 01:42:30.460 INFO STEP 411 (remove_files) COMPLETE |
| 6017 | 2026-02-19T01:42:30.572Z | [ recovery-image] Feb 19 01:42:30.460 INFO O| Feb 19 01:42:30.460 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6018 | 2026-02-19T01:42:30.596Z | [ recovery-image] Feb 19 01:42:30.475 INFO O| Feb 19 01:42:30.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias" |
| 6019 | 2026-02-19T01:42:30.596Z | [ recovery-image] Feb 19 01:42:30.475 INFO O| Feb 19 01:42:30.475 INFO STEP 412 (remove_files) COMPLETE |
| 6020 | 2026-02-19T01:42:30.596Z | [ recovery-image] Feb 19 01:42:30.475 INFO O| Feb 19 01:42:30.475 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6021 | 2026-02-19T01:42:30.596Z | [ recovery-image] Feb 19 01:42:30.488 INFO O| Feb 19 01:42:30.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress" |
| 6022 | 2026-02-19T01:42:30.596Z | [ recovery-image] Feb 19 01:42:30.488 INFO O| Feb 19 01:42:30.488 INFO STEP 413 (remove_files) COMPLETE |
| 6023 | 2026-02-19T01:42:30.596Z | [ recovery-image] Feb 19 01:42:30.488 INFO O| Feb 19 01:42:30.488 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6024 | 2026-02-19T01:42:30.620Z | [ recovery-image] Feb 19 01:42:30.502 INFO O| Feb 19 01:42:30.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand" |
| 6025 | 2026-02-19T01:42:30.620Z | [ recovery-image] Feb 19 01:42:30.502 INFO O| Feb 19 01:42:30.502 INFO STEP 414 (remove_files) COMPLETE |
| 6026 | 2026-02-19T01:42:30.621Z | [ recovery-image] Feb 19 01:42:30.502 INFO O| Feb 19 01:42:30.502 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6027 | 2026-02-19T01:42:30.621Z | [ recovery-image] Feb 19 01:42:30.514 INFO O| Feb 19 01:42:30.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq" |
| 6028 | 2026-02-19T01:42:30.621Z | [ recovery-image] Feb 19 01:42:30.515 INFO O| Feb 19 01:42:30.514 INFO STEP 415 (remove_files) COMPLETE |
| 6029 | 2026-02-19T01:42:30.621Z | [ recovery-image] Feb 19 01:42:30.515 INFO O| Feb 19 01:42:30.514 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6030 | 2026-02-19T01:42:30.645Z | [ recovery-image] Feb 19 01:42:30.527 INFO O| Feb 19 01:42:30.527 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units" |
| 6031 | 2026-02-19T01:42:30.645Z | [ recovery-image] Feb 19 01:42:30.527 INFO O| Feb 19 01:42:30.527 INFO STEP 416 (remove_files) COMPLETE |
| 6032 | 2026-02-19T01:42:30.645Z | [ recovery-image] Feb 19 01:42:30.527 INFO O| Feb 19 01:42:30.527 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6033 | 2026-02-19T01:42:30.670Z | [ recovery-image] Feb 19 01:42:30.542 INFO O| Feb 19 01:42:30.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos" |
| 6034 | 2026-02-19T01:42:30.670Z | [ recovery-image] Feb 19 01:42:30.542 INFO O| Feb 19 01:42:30.542 INFO STEP 417 (remove_files) COMPLETE |
| 6035 | 2026-02-19T01:42:30.670Z | [ recovery-image] Feb 19 01:42:30.542 INFO O| Feb 19 01:42:30.542 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6036 | 2026-02-19T01:42:30.670Z | [ recovery-image] Feb 19 01:42:30.556 INFO O| Feb 19 01:42:30.556 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack" |
| 6037 | 2026-02-19T01:42:30.670Z | [ recovery-image] Feb 19 01:42:30.556 INFO O| Feb 19 01:42:30.556 INFO STEP 418 (remove_files) COMPLETE |
| 6038 | 2026-02-19T01:42:30.670Z | [ recovery-image] Feb 19 01:42:30.556 INFO O| Feb 19 01:42:30.556 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6039 | 2026-02-19T01:42:30.694Z | [ recovery-image] Feb 19 01:42:30.571 INFO O| Feb 19 01:42:30.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr" |
| 6040 | 2026-02-19T01:42:30.694Z | [ recovery-image] Feb 19 01:42:30.571 INFO O| Feb 19 01:42:30.571 INFO STEP 419 (remove_files) COMPLETE |
| 6041 | 2026-02-19T01:42:30.694Z | [ recovery-image] Feb 19 01:42:30.571 INFO O| Feb 19 01:42:30.571 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6042 | 2026-02-19T01:42:30.694Z | [ recovery-image] Feb 19 01:42:30.585 INFO O| Feb 19 01:42:30.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode" |
| 6043 | 2026-02-19T01:42:30.694Z | [ recovery-image] Feb 19 01:42:30.585 INFO O| Feb 19 01:42:30.585 INFO STEP 420 (remove_files) COMPLETE |
| 6044 | 2026-02-19T01:42:30.694Z | [ recovery-image] Feb 19 01:42:30.585 INFO O| Feb 19 01:42:30.585 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6045 | 2026-02-19T01:42:30.719Z | [ recovery-image] Feb 19 01:42:30.599 INFO O| Feb 19 01:42:30.599 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode" |
| 6046 | 2026-02-19T01:42:30.719Z | [ recovery-image] Feb 19 01:42:30.599 INFO O| Feb 19 01:42:30.599 INFO STEP 421 (remove_files) COMPLETE |
| 6047 | 2026-02-19T01:42:30.719Z | [ recovery-image] Feb 19 01:42:30.599 INFO O| Feb 19 01:42:30.599 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6048 | 2026-02-19T01:42:30.719Z | [ recovery-image] Feb 19 01:42:30.612 INFO O| Feb 19 01:42:30.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen" |
| 6049 | 2026-02-19T01:42:30.719Z | [ recovery-image] Feb 19 01:42:30.612 INFO O| Feb 19 01:42:30.612 INFO STEP 422 (remove_files) COMPLETE |
| 6050 | 2026-02-19T01:42:30.719Z | [ recovery-image] Feb 19 01:42:30.612 INFO O| Feb 19 01:42:30.612 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6051 | 2026-02-19T01:42:30.743Z | [ recovery-image] Feb 19 01:42:30.625 INFO O| Feb 19 01:42:30.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit" |
| 6052 | 2026-02-19T01:42:30.743Z | [ recovery-image] Feb 19 01:42:30.625 INFO O| Feb 19 01:42:30.625 INFO STEP 423 (remove_files) COMPLETE |
| 6053 | 2026-02-19T01:42:30.743Z | [ recovery-image] Feb 19 01:42:30.625 INFO O| Feb 19 01:42:30.625 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6054 | 2026-02-19T01:42:30.767Z | [ recovery-image] Feb 19 01:42:30.638 INFO O| Feb 19 01:42:30.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim" |
| 6055 | 2026-02-19T01:42:30.768Z | [ recovery-image] Feb 19 01:42:30.638 INFO O| Feb 19 01:42:30.638 INFO STEP 424 (remove_files) COMPLETE |
| 6056 | 2026-02-19T01:42:30.768Z | [ recovery-image] Feb 19 01:42:30.638 INFO O| Feb 19 01:42:30.638 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6057 | 2026-02-19T01:42:30.768Z | [ recovery-image] Feb 19 01:42:30.651 INFO O| Feb 19 01:42:30.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor" |
| 6058 | 2026-02-19T01:42:30.768Z | [ recovery-image] Feb 19 01:42:30.651 INFO O| Feb 19 01:42:30.651 INFO STEP 425 (remove_files) COMPLETE |
| 6059 | 2026-02-19T01:42:30.768Z | [ recovery-image] Feb 19 01:42:30.651 INFO O| Feb 19 01:42:30.651 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6060 | 2026-02-19T01:42:30.792Z | [ recovery-image] Feb 19 01:42:30.664 INFO O| Feb 19 01:42:30.664 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat" |
| 6061 | 2026-02-19T01:42:30.792Z | [ recovery-image] Feb 19 01:42:30.664 INFO O| Feb 19 01:42:30.664 INFO STEP 426 (remove_files) COMPLETE |
| 6062 | 2026-02-19T01:42:30.792Z | [ recovery-image] Feb 19 01:42:30.664 INFO O| Feb 19 01:42:30.664 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6063 | 2026-02-19T01:42:30.792Z | [ recovery-image] Feb 19 01:42:30.678 INFO O| Feb 19 01:42:30.678 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt" |
| 6064 | 2026-02-19T01:42:30.792Z | [ recovery-image] Feb 19 01:42:30.678 INFO O| Feb 19 01:42:30.678 INFO STEP 427 (remove_files) COMPLETE |
| 6065 | 2026-02-19T01:42:30.792Z | [ recovery-image] Feb 19 01:42:30.678 INFO O| Feb 19 01:42:30.678 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6066 | 2026-02-19T01:42:30.817Z | [ recovery-image] Feb 19 01:42:30.695 INFO O| Feb 19 01:42:30.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w" |
| 6067 | 2026-02-19T01:42:30.817Z | [ recovery-image] Feb 19 01:42:30.695 INFO O| Feb 19 01:42:30.695 INFO STEP 428 (remove_files) COMPLETE |
| 6068 | 2026-02-19T01:42:30.817Z | [ recovery-image] Feb 19 01:42:30.695 INFO O| Feb 19 01:42:30.695 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6069 | 2026-02-19T01:42:30.817Z | [ recovery-image] Feb 19 01:42:30.708 INFO O| Feb 19 01:42:30.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait" |
| 6070 | 2026-02-19T01:42:30.817Z | [ recovery-image] Feb 19 01:42:30.708 INFO O| Feb 19 01:42:30.708 INFO STEP 429 (remove_files) COMPLETE |
| 6071 | 2026-02-19T01:42:30.817Z | [ recovery-image] Feb 19 01:42:30.708 INFO O| Feb 19 01:42:30.708 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6072 | 2026-02-19T01:42:30.846Z | [ recovery-image] Feb 19 01:42:30.722 INFO O| Feb 19 01:42:30.721 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch" |
| 6073 | 2026-02-19T01:42:30.846Z | [ recovery-image] Feb 19 01:42:30.722 INFO O| Feb 19 01:42:30.722 INFO STEP 430 (remove_files) COMPLETE |
| 6074 | 2026-02-19T01:42:30.846Z | [ recovery-image] Feb 19 01:42:30.722 INFO O| Feb 19 01:42:30.722 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6075 | 2026-02-19T01:42:30.846Z | [ recovery-image] Feb 19 01:42:30.735 INFO O| Feb 19 01:42:30.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc" |
| 6076 | 2026-02-19T01:42:30.846Z | [ recovery-image] Feb 19 01:42:30.735 INFO O| Feb 19 01:42:30.735 INFO STEP 431 (remove_files) COMPLETE |
| 6077 | 2026-02-19T01:42:30.846Z | [ recovery-image] Feb 19 01:42:30.735 INFO O| Feb 19 01:42:30.735 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6078 | 2026-02-19T01:42:30.870Z | [ recovery-image] Feb 19 01:42:30.752 INFO O| Feb 19 01:42:30.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which" |
| 6079 | 2026-02-19T01:42:30.870Z | [ recovery-image] Feb 19 01:42:30.752 INFO O| Feb 19 01:42:30.752 INFO STEP 432 (remove_files) COMPLETE |
| 6080 | 2026-02-19T01:42:30.870Z | [ recovery-image] Feb 19 01:42:30.752 INFO O| Feb 19 01:42:30.752 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6081 | 2026-02-19T01:42:30.895Z | [ recovery-image] Feb 19 01:42:30.768 INFO O| Feb 19 01:42:30.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls" |
| 6082 | 2026-02-19T01:42:30.895Z | [ recovery-image] Feb 19 01:42:30.768 INFO O| Feb 19 01:42:30.768 INFO STEP 433 (remove_files) COMPLETE |
| 6083 | 2026-02-19T01:42:30.895Z | [ recovery-image] Feb 19 01:42:30.768 INFO O| Feb 19 01:42:30.768 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6084 | 2026-02-19T01:42:30.895Z | [ recovery-image] Feb 19 01:42:30.784 INFO O| Feb 19 01:42:30.784 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct" |
| 6085 | 2026-02-19T01:42:30.895Z | [ recovery-image] Feb 19 01:42:30.785 INFO O| Feb 19 01:42:30.785 INFO STEP 434 (remove_files) COMPLETE |
| 6086 | 2026-02-19T01:42:30.895Z | [ recovery-image] Feb 19 01:42:30.785 INFO O| Feb 19 01:42:30.785 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6087 | 2026-02-19T01:42:30.919Z | [ recovery-image] Feb 19 01:42:30.802 INFO O| Feb 19 01:42:30.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write" |
| 6088 | 2026-02-19T01:42:30.919Z | [ recovery-image] Feb 19 01:42:30.802 INFO O| Feb 19 01:42:30.802 INFO STEP 435 (remove_files) COMPLETE |
| 6089 | 2026-02-19T01:42:30.919Z | [ recovery-image] Feb 19 01:42:30.802 INFO O| Feb 19 01:42:30.802 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6090 | 2026-02-19T01:42:30.943Z | [ recovery-image] Feb 19 01:42:30.818 INFO O| Feb 19 01:42:30.818 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs" |
| 6091 | 2026-02-19T01:42:30.943Z | [ recovery-image] Feb 19 01:42:30.818 INFO O| Feb 19 01:42:30.818 INFO STEP 436 (remove_files) COMPLETE |
| 6092 | 2026-02-19T01:42:30.943Z | [ recovery-image] Feb 19 01:42:30.818 INFO O| Feb 19 01:42:30.818 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6093 | 2026-02-19T01:42:30.943Z | [ recovery-image] Feb 19 01:42:30.834 INFO O| Feb 19 01:42:30.834 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config" |
| 6094 | 2026-02-19T01:42:30.943Z | [ recovery-image] Feb 19 01:42:30.835 INFO O| Feb 19 01:42:30.835 INFO STEP 437 (remove_files) COMPLETE |
| 6095 | 2026-02-19T01:42:30.943Z | [ recovery-image] Feb 19 01:42:30.835 INFO O| Feb 19 01:42:30.835 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6096 | 2026-02-19T01:42:30.968Z | [ recovery-image] Feb 19 01:42:30.851 INFO O| Feb 19 01:42:30.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog" |
| 6097 | 2026-02-19T01:42:30.968Z | [ recovery-image] Feb 19 01:42:30.851 INFO O| Feb 19 01:42:30.851 INFO STEP 438 (remove_files) COMPLETE |
| 6098 | 2026-02-19T01:42:30.968Z | [ recovery-image] Feb 19 01:42:30.851 INFO O| Feb 19 01:42:30.851 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6099 | 2026-02-19T01:42:30.992Z | [ recovery-image] Feb 19 01:42:30.868 INFO O| Feb 19 01:42:30.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint" |
| 6100 | 2026-02-19T01:42:30.992Z | [ recovery-image] Feb 19 01:42:30.869 INFO O| Feb 19 01:42:30.869 INFO STEP 439 (remove_files) COMPLETE |
| 6101 | 2026-02-19T01:42:30.992Z | [ recovery-image] Feb 19 01:42:30.869 INFO O| Feb 19 01:42:30.869 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6102 | 2026-02-19T01:42:30.992Z | [ recovery-image] Feb 19 01:42:30.884 INFO O| Feb 19 01:42:30.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf" |
| 6103 | 2026-02-19T01:42:30.992Z | [ recovery-image] Feb 19 01:42:30.884 INFO O| Feb 19 01:42:30.884 INFO STEP 440 (remove_files) COMPLETE |
| 6104 | 2026-02-19T01:42:30.992Z | [ recovery-image] Feb 19 01:42:30.884 INFO O| Feb 19 01:42:30.884 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6105 | 2026-02-19T01:42:31.017Z | [ recovery-image] Feb 19 01:42:30.898 INFO O| Feb 19 01:42:30.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr" |
| 6106 | 2026-02-19T01:42:31.017Z | [ recovery-image] Feb 19 01:42:30.898 INFO O| Feb 19 01:42:30.898 INFO STEP 441 (remove_files) COMPLETE |
| 6107 | 2026-02-19T01:42:31.017Z | [ recovery-image] Feb 19 01:42:30.898 INFO O| Feb 19 01:42:30.898 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6108 | 2026-02-19T01:42:31.041Z | [ recovery-image] Feb 19 01:42:30.912 INFO O| Feb 19 01:42:30.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd" |
| 6109 | 2026-02-19T01:42:31.041Z | [ recovery-image] Feb 19 01:42:30.912 INFO O| Feb 19 01:42:30.912 INFO STEP 442 (remove_files) COMPLETE |
| 6110 | 2026-02-19T01:42:31.041Z | [ recovery-image] Feb 19 01:42:30.912 INFO O| Feb 19 01:42:30.912 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6111 | 2026-02-19T01:42:31.041Z | [ recovery-image] Feb 19 01:42:30.926 INFO O| Feb 19 01:42:30.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz" |
| 6112 | 2026-02-19T01:42:31.041Z | [ recovery-image] Feb 19 01:42:30.926 INFO O| Feb 19 01:42:30.926 INFO STEP 443 (remove_files) COMPLETE |
| 6113 | 2026-02-19T01:42:31.041Z | [ recovery-image] Feb 19 01:42:30.926 INFO O| Feb 19 01:42:30.926 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6114 | 2026-02-19T01:42:31.065Z | [ recovery-image] Feb 19 01:42:30.942 INFO O| Feb 19 01:42:30.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec" |
| 6115 | 2026-02-19T01:42:31.065Z | [ recovery-image] Feb 19 01:42:30.942 INFO O| Feb 19 01:42:30.942 INFO STEP 444 (remove_files) COMPLETE |
| 6116 | 2026-02-19T01:42:31.065Z | [ recovery-image] Feb 19 01:42:30.942 INFO O| Feb 19 01:42:30.942 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6117 | 2026-02-19T01:42:31.089Z | [ recovery-image] Feb 19 01:42:30.960 INFO O| Feb 19 01:42:30.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff" |
| 6118 | 2026-02-19T01:42:31.089Z | [ recovery-image] Feb 19 01:42:30.960 INFO O| Feb 19 01:42:30.960 INFO STEP 445 (remove_files) COMPLETE |
| 6119 | 2026-02-19T01:42:31.089Z | [ recovery-image] Feb 19 01:42:30.960 INFO O| Feb 19 01:42:30.960 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6120 | 2026-02-19T01:42:31.089Z | [ recovery-image] Feb 19 01:42:30.975 INFO O| Feb 19 01:42:30.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep" |
| 6121 | 2026-02-19T01:42:31.089Z | [ recovery-image] Feb 19 01:42:30.975 INFO O| Feb 19 01:42:30.975 INFO STEP 446 (remove_files) COMPLETE |
| 6122 | 2026-02-19T01:42:31.089Z | [ recovery-image] Feb 19 01:42:30.975 INFO O| Feb 19 01:42:30.975 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6123 | 2026-02-19T01:42:31.113Z | [ recovery-image] Feb 19 01:42:30.991 INFO O| Feb 19 01:42:30.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless" |
| 6124 | 2026-02-19T01:42:31.113Z | [ recovery-image] Feb 19 01:42:30.992 INFO O| Feb 19 01:42:30.991 INFO STEP 447 (remove_files) COMPLETE |
| 6125 | 2026-02-19T01:42:31.113Z | [ recovery-image] Feb 19 01:42:30.992 INFO O| Feb 19 01:42:30.992 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6126 | 2026-02-19T01:42:31.113Z | [ recovery-image] Feb 19 01:42:31.007 INFO O| Feb 19 01:42:31.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore" |
| 6127 | 2026-02-19T01:42:31.113Z | [ recovery-image] Feb 19 01:42:31.007 INFO O| Feb 19 01:42:31.007 INFO STEP 448 (remove_files) COMPLETE |
| 6128 | 2026-02-19T01:42:31.113Z | [ recovery-image] Feb 19 01:42:31.007 INFO O| Feb 19 01:42:31.007 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6129 | 2026-02-19T01:42:31.137Z | [ recovery-image] Feb 19 01:42:31.020 INFO O| Feb 19 01:42:31.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes" |
| 6130 | 2026-02-19T01:42:31.137Z | [ recovery-image] Feb 19 01:42:31.020 INFO O| Feb 19 01:42:31.020 INFO STEP 449 (remove_files) COMPLETE |
| 6131 | 2026-02-19T01:42:31.137Z | [ recovery-image] Feb 19 01:42:31.020 INFO O| Feb 19 01:42:31.020 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6132 | 2026-02-19T01:42:31.161Z | [ recovery-image] Feb 19 01:42:31.033 INFO O| Feb 19 01:42:31.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat" |
| 6133 | 2026-02-19T01:42:31.162Z | [ recovery-image] Feb 19 01:42:31.033 INFO O| Feb 19 01:42:31.033 INFO STEP 450 (remove_files) COMPLETE |
| 6134 | 2026-02-19T01:42:31.162Z | [ recovery-image] Feb 19 01:42:31.033 INFO O| Feb 19 01:42:31.033 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6135 | 2026-02-19T01:42:31.162Z | [ recovery-image] Feb 19 01:42:31.045 INFO O| Feb 19 01:42:31.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat" |
| 6136 | 2026-02-19T01:42:31.162Z | [ recovery-image] Feb 19 01:42:31.046 INFO O| Feb 19 01:42:31.046 INFO STEP 451 (remove_files) COMPLETE |
| 6137 | 2026-02-19T01:42:31.162Z | [ recovery-image] Feb 19 01:42:31.046 INFO O| Feb 19 01:42:31.046 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6138 | 2026-02-19T01:42:31.185Z | [ recovery-image] Feb 19 01:42:31.061 INFO O| Feb 19 01:42:31.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd" |
| 6139 | 2026-02-19T01:42:31.186Z | [ recovery-image] Feb 19 01:42:31.061 INFO O| Feb 19 01:42:31.061 INFO STEP 452 (remove_files) COMPLETE |
| 6140 | 2026-02-19T01:42:31.186Z | [ recovery-image] Feb 19 01:42:31.061 INFO O| Feb 19 01:42:31.061 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6141 | 2026-02-19T01:42:31.186Z | [ recovery-image] Feb 19 01:42:31.076 INFO O| Feb 19 01:42:31.076 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep" |
| 6142 | 2026-02-19T01:42:31.186Z | [ recovery-image] Feb 19 01:42:31.076 INFO O| Feb 19 01:42:31.076 INFO STEP 453 (remove_files) COMPLETE |
| 6143 | 2026-02-19T01:42:31.186Z | [ recovery-image] Feb 19 01:42:31.076 INFO O| Feb 19 01:42:31.076 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6144 | 2026-02-19T01:42:31.210Z | [ recovery-image] Feb 19 01:42:31.090 INFO O| Feb 19 01:42:31.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless" |
| 6145 | 2026-02-19T01:42:31.210Z | [ recovery-image] Feb 19 01:42:31.090 INFO O| Feb 19 01:42:31.090 INFO STEP 454 (remove_files) COMPLETE |
| 6146 | 2026-02-19T01:42:31.210Z | [ recovery-image] Feb 19 01:42:31.090 INFO O| Feb 19 01:42:31.090 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6147 | 2026-02-19T01:42:31.210Z | [ recovery-image] Feb 19 01:42:31.104 INFO O| Feb 19 01:42:31.104 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
| 6148 | 2026-02-19T01:42:31.210Z | [ recovery-image] Feb 19 01:42:31.104 INFO O| Feb 19 01:42:31.104 INFO STEP 455 (remove_files) COMPLETE |
| 6149 | 2026-02-19T01:42:31.210Z | [ recovery-image] Feb 19 01:42:31.104 INFO O| Feb 19 01:42:31.104 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6150 | 2026-02-19T01:42:31.234Z | [ recovery-image] Feb 19 01:42:31.118 INFO O| Feb 19 01:42:31.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
| 6151 | 2026-02-19T01:42:31.234Z | [ recovery-image] Feb 19 01:42:31.118 INFO O| Feb 19 01:42:31.118 INFO STEP 456 (remove_files) COMPLETE |
| 6152 | 2026-02-19T01:42:31.234Z | [ recovery-image] Feb 19 01:42:31.118 INFO O| Feb 19 01:42:31.118 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6153 | 2026-02-19T01:42:31.258Z | [ recovery-image] Feb 19 01:42:31.132 INFO O| Feb 19 01:42:31.132 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
| 6154 | 2026-02-19T01:42:31.258Z | [ recovery-image] Feb 19 01:42:31.132 INFO O| Feb 19 01:42:31.132 INFO STEP 457 (remove_files) COMPLETE |
| 6155 | 2026-02-19T01:42:31.259Z | [ recovery-image] Feb 19 01:42:31.132 INFO O| Feb 19 01:42:31.132 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6156 | 2026-02-19T01:42:31.259Z | [ recovery-image] Feb 19 01:42:31.149 INFO O| Feb 19 01:42:31.149 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
| 6157 | 2026-02-19T01:42:31.259Z | [ recovery-image] Feb 19 01:42:31.149 INFO O| Feb 19 01:42:31.149 INFO STEP 458 (remove_files) COMPLETE |
| 6158 | 2026-02-19T01:42:31.259Z | [ recovery-image] Feb 19 01:42:31.149 INFO O| Feb 19 01:42:31.149 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6159 | 2026-02-19T01:42:31.282Z | [ recovery-image] Feb 19 01:42:31.166 INFO O| Feb 19 01:42:31.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
| 6160 | 2026-02-19T01:42:31.283Z | [ recovery-image] Feb 19 01:42:31.166 INFO O| Feb 19 01:42:31.166 INFO STEP 459 (remove_files) COMPLETE |
| 6161 | 2026-02-19T01:42:31.283Z | [ recovery-image] Feb 19 01:42:31.166 INFO O| Feb 19 01:42:31.166 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6162 | 2026-02-19T01:42:31.307Z | [ recovery-image] Feb 19 01:42:31.183 INFO O| Feb 19 01:42:31.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
| 6163 | 2026-02-19T01:42:31.307Z | [ recovery-image] Feb 19 01:42:31.183 INFO O| Feb 19 01:42:31.183 INFO STEP 460 (remove_files) COMPLETE |
| 6164 | 2026-02-19T01:42:31.307Z | [ recovery-image] Feb 19 01:42:31.183 INFO O| Feb 19 01:42:31.183 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6165 | 2026-02-19T01:42:31.307Z | [ recovery-image] Feb 19 01:42:31.200 INFO O| Feb 19 01:42:31.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
| 6166 | 2026-02-19T01:42:31.307Z | [ recovery-image] Feb 19 01:42:31.200 INFO O| Feb 19 01:42:31.200 INFO STEP 461 (remove_files) COMPLETE |
| 6167 | 2026-02-19T01:42:31.307Z | [ recovery-image] Feb 19 01:42:31.200 INFO O| Feb 19 01:42:31.200 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6168 | 2026-02-19T01:42:31.331Z | [ recovery-image] Feb 19 01:42:31.217 INFO O| Feb 19 01:42:31.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
| 6169 | 2026-02-19T01:42:31.331Z | [ recovery-image] Feb 19 01:42:31.217 INFO O| Feb 19 01:42:31.217 INFO STEP 462 (remove_files) COMPLETE |
| 6170 | 2026-02-19T01:42:31.331Z | [ recovery-image] Feb 19 01:42:31.217 INFO O| Feb 19 01:42:31.217 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6171 | 2026-02-19T01:42:31.355Z | [ recovery-image] Feb 19 01:42:31.235 INFO O| Feb 19 01:42:31.235 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
| 6172 | 2026-02-19T01:42:31.355Z | [ recovery-image] Feb 19 01:42:31.235 INFO O| Feb 19 01:42:31.235 INFO STEP 463 (remove_files) COMPLETE |
| 6173 | 2026-02-19T01:42:31.355Z | [ recovery-image] Feb 19 01:42:31.235 INFO O| Feb 19 01:42:31.235 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6174 | 2026-02-19T01:42:31.379Z | [ recovery-image] Feb 19 01:42:31.253 INFO O| Feb 19 01:42:31.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
| 6175 | 2026-02-19T01:42:31.379Z | [ recovery-image] Feb 19 01:42:31.253 INFO O| Feb 19 01:42:31.253 INFO STEP 464 (remove_files) COMPLETE |
| 6176 | 2026-02-19T01:42:31.379Z | [ recovery-image] Feb 19 01:42:31.253 INFO O| Feb 19 01:42:31.253 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6177 | 2026-02-19T01:42:31.379Z | [ recovery-image] Feb 19 01:42:31.270 INFO O| Feb 19 01:42:31.269 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
| 6178 | 2026-02-19T01:42:31.379Z | [ recovery-image] Feb 19 01:42:31.270 INFO O| Feb 19 01:42:31.270 INFO STEP 465 (remove_files) COMPLETE |
| 6179 | 2026-02-19T01:42:31.379Z | [ recovery-image] Feb 19 01:42:31.270 INFO O| Feb 19 01:42:31.270 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6180 | 2026-02-19T01:42:31.403Z | [ recovery-image] Feb 19 01:42:31.284 INFO O| Feb 19 01:42:31.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
| 6181 | 2026-02-19T01:42:31.404Z | [ recovery-image] Feb 19 01:42:31.284 INFO O| Feb 19 01:42:31.284 INFO STEP 466 (remove_files) COMPLETE |
| 6182 | 2026-02-19T01:42:31.404Z | [ recovery-image] Feb 19 01:42:31.284 INFO O| Feb 19 01:42:31.284 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6183 | 2026-02-19T01:42:31.404Z | [ recovery-image] Feb 19 01:42:31.298 INFO O| Feb 19 01:42:31.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9" |
| 6184 | 2026-02-19T01:42:31.404Z | [ recovery-image] Feb 19 01:42:31.298 INFO O| Feb 19 01:42:31.298 INFO STEP 467 (remove_files) COMPLETE |
| 6185 | 2026-02-19T01:42:31.404Z | [ recovery-image] Feb 19 01:42:31.298 INFO O| Feb 19 01:42:31.298 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6186 | 2026-02-19T01:42:31.428Z | [ recovery-image] Feb 19 01:42:31.311 INFO O| Feb 19 01:42:31.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
| 6187 | 2026-02-19T01:42:31.428Z | [ recovery-image] Feb 19 01:42:31.311 INFO O| Feb 19 01:42:31.311 INFO STEP 468 (remove_files) COMPLETE |
| 6188 | 2026-02-19T01:42:31.428Z | [ recovery-image] Feb 19 01:42:31.311 INFO O| Feb 19 01:42:31.311 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6189 | 2026-02-19T01:42:31.452Z | [ recovery-image] Feb 19 01:42:31.327 INFO O| Feb 19 01:42:31.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
| 6190 | 2026-02-19T01:42:31.452Z | [ recovery-image] Feb 19 01:42:31.327 INFO O| Feb 19 01:42:31.327 INFO STEP 469 (remove_files) COMPLETE |
| 6191 | 2026-02-19T01:42:31.452Z | [ recovery-image] Feb 19 01:42:31.327 INFO O| Feb 19 01:42:31.327 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6192 | 2026-02-19T01:42:31.452Z | [ recovery-image] Feb 19 01:42:31.341 INFO O| Feb 19 01:42:31.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags" |
| 6193 | 2026-02-19T01:42:31.452Z | [ recovery-image] Feb 19 01:42:31.341 INFO O| Feb 19 01:42:31.341 INFO STEP 470 (remove_files) COMPLETE |
| 6194 | 2026-02-19T01:42:31.452Z | [ recovery-image] Feb 19 01:42:31.341 INFO O| Feb 19 01:42:31.341 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6195 | 2026-02-19T01:42:31.477Z | [ recovery-image] Feb 19 01:42:31.358 INFO O| Feb 19 01:42:31.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit" |
| 6196 | 2026-02-19T01:42:31.477Z | [ recovery-image] Feb 19 01:42:31.358 INFO O| Feb 19 01:42:31.358 INFO STEP 471 (remove_files) COMPLETE |
| 6197 | 2026-02-19T01:42:31.477Z | [ recovery-image] Feb 19 01:42:31.358 INFO O| Feb 19 01:42:31.358 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6198 | 2026-02-19T01:42:31.501Z | [ recovery-image] Feb 19 01:42:31.373 INFO O| Feb 19 01:42:31.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex" |
| 6199 | 2026-02-19T01:42:31.501Z | [ recovery-image] Feb 19 01:42:31.373 INFO O| Feb 19 01:42:31.373 INFO STEP 472 (remove_files) COMPLETE |
| 6200 | 2026-02-19T01:42:31.501Z | [ recovery-image] Feb 19 01:42:31.373 INFO O| Feb 19 01:42:31.373 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6201 | 2026-02-19T01:42:31.501Z | [ recovery-image] Feb 19 01:42:31.386 INFO O| Feb 19 01:42:31.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh" |
| 6202 | 2026-02-19T01:42:31.502Z | [ recovery-image] Feb 19 01:42:31.386 INFO O| Feb 19 01:42:31.386 INFO STEP 473 (remove_files) COMPLETE |
| 6203 | 2026-02-19T01:42:31.502Z | [ recovery-image] Feb 19 01:42:31.386 INFO O| Feb 19 01:42:31.386 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6204 | 2026-02-19T01:42:31.526Z | [ recovery-image] Feb 19 01:42:31.402 INFO O| Feb 19 01:42:31.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh" |
| 6205 | 2026-02-19T01:42:31.526Z | [ recovery-image] Feb 19 01:42:31.402 INFO O| Feb 19 01:42:31.402 INFO STEP 474 (remove_files) COMPLETE |
| 6206 | 2026-02-19T01:42:31.526Z | [ recovery-image] Feb 19 01:42:31.402 INFO O| Feb 19 01:42:31.402 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6207 | 2026-02-19T01:42:31.526Z | [ recovery-image] Feb 19 01:42:31.416 INFO O| Feb 19 01:42:31.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit" |
| 6208 | 2026-02-19T01:42:31.526Z | [ recovery-image] Feb 19 01:42:31.416 INFO O| Feb 19 01:42:31.416 INFO STEP 475 (remove_files) COMPLETE |
| 6209 | 2026-02-19T01:42:31.526Z | [ recovery-image] Feb 19 01:42:31.416 INFO O| Feb 19 01:42:31.416 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6210 | 2026-02-19T01:42:31.550Z | [ recovery-image] Feb 19 01:42:31.431 INFO O| Feb 19 01:42:31.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi" |
| 6211 | 2026-02-19T01:42:31.550Z | [ recovery-image] Feb 19 01:42:31.432 INFO O| Feb 19 01:42:31.432 INFO STEP 476 (remove_files) COMPLETE |
| 6212 | 2026-02-19T01:42:31.550Z | [ recovery-image] Feb 19 01:42:31.432 INFO O| Feb 19 01:42:31.432 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6213 | 2026-02-19T01:42:31.574Z | [ recovery-image] Feb 19 01:42:31.446 INFO O| Feb 19 01:42:31.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view" |
| 6214 | 2026-02-19T01:42:31.574Z | [ recovery-image] Feb 19 01:42:31.446 INFO O| Feb 19 01:42:31.446 INFO STEP 477 (remove_files) COMPLETE |
| 6215 | 2026-02-19T01:42:31.574Z | [ recovery-image] Feb 19 01:42:31.446 INFO O| Feb 19 01:42:31.446 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6216 | 2026-02-19T01:42:31.574Z | [ recovery-image] Feb 19 01:42:31.463 INFO O| Feb 19 01:42:31.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux" |
| 6217 | 2026-02-19T01:42:31.574Z | [ recovery-image] Feb 19 01:42:31.463 INFO O| Feb 19 01:42:31.463 INFO STEP 478 (remove_files) COMPLETE |
| 6218 | 2026-02-19T01:42:31.574Z | [ recovery-image] Feb 19 01:42:31.463 INFO O| Feb 19 01:42:31.463 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6219 | 2026-02-19T01:42:31.598Z | [ recovery-image] Feb 19 01:42:31.481 INFO O| Feb 19 01:42:31.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool" |
| 6220 | 2026-02-19T01:42:31.598Z | [ recovery-image] Feb 19 01:42:31.481 INFO O| Feb 19 01:42:31.481 INFO STEP 479 (remove_files) COMPLETE |
| 6221 | 2026-02-19T01:42:31.598Z | [ recovery-image] Feb 19 01:42:31.481 INFO O| Feb 19 01:42:31.481 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6222 | 2026-02-19T01:42:31.622Z | [ recovery-image] Feb 19 01:42:31.498 INFO O| Feb 19 01:42:31.498 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt" |
| 6223 | 2026-02-19T01:42:31.622Z | [ recovery-image] Feb 19 01:42:31.498 INFO O| Feb 19 01:42:31.498 INFO STEP 480 (remove_files) COMPLETE |
| 6224 | 2026-02-19T01:42:31.622Z | [ recovery-image] Feb 19 01:42:31.498 INFO O| Feb 19 01:42:31.498 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6225 | 2026-02-19T01:42:31.622Z | [ recovery-image] Feb 19 01:42:31.515 INFO O| Feb 19 01:42:31.515 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm" |
| 6226 | 2026-02-19T01:42:31.622Z | [ recovery-image] Feb 19 01:42:31.515 INFO O| Feb 19 01:42:31.515 INFO STEP 481 (remove_files) COMPLETE |
| 6227 | 2026-02-19T01:42:31.622Z | [ recovery-image] Feb 19 01:42:31.515 INFO O| Feb 19 01:42:31.515 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6228 | 2026-02-19T01:42:31.647Z | [ recovery-image] Feb 19 01:42:31.529 INFO O| Feb 19 01:42:31.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts" |
| 6229 | 2026-02-19T01:42:31.647Z | [ recovery-image] Feb 19 01:42:31.529 INFO O| Feb 19 01:42:31.529 INFO STEP 482 (remove_files) COMPLETE |
| 6230 | 2026-02-19T01:42:31.647Z | [ recovery-image] Feb 19 01:42:31.529 INFO O| Feb 19 01:42:31.529 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6231 | 2026-02-19T01:42:31.671Z | [ recovery-image] Feb 19 01:42:31.546 INFO O| Feb 19 01:42:31.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm" |
| 6232 | 2026-02-19T01:42:31.671Z | [ recovery-image] Feb 19 01:42:31.546 INFO O| Feb 19 01:42:31.546 INFO STEP 483 (remove_files) COMPLETE |
| 6233 | 2026-02-19T01:42:31.671Z | [ recovery-image] Feb 19 01:42:31.547 INFO O| Feb 19 01:42:31.546 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6234 | 2026-02-19T01:42:31.671Z | [ recovery-image] Feb 19 01:42:31.565 INFO O| Feb 19 01:42:31.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons" |
| 6235 | 2026-02-19T01:42:31.671Z | [ recovery-image] Feb 19 01:42:31.565 INFO O| Feb 19 01:42:31.565 INFO STEP 484 (remove_files) COMPLETE |
| 6236 | 2026-02-19T01:42:31.671Z | [ recovery-image] Feb 19 01:42:31.565 INFO O| Feb 19 01:42:31.565 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6237 | 2026-02-19T01:42:31.695Z | [ recovery-image] Feb 19 01:42:31.580 INFO O| Feb 19 01:42:31.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf" |
| 6238 | 2026-02-19T01:42:31.695Z | [ recovery-image] Feb 19 01:42:31.580 INFO O| Feb 19 01:42:31.580 INFO STEP 485 (remove_files) COMPLETE |
| 6239 | 2026-02-19T01:42:31.695Z | [ recovery-image] Feb 19 01:42:31.580 INFO O| Feb 19 01:42:31.580 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6240 | 2026-02-19T01:42:31.719Z | [ recovery-image] Feb 19 01:42:31.595 INFO O| Feb 19 01:42:31.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf" |
| 6241 | 2026-02-19T01:42:31.719Z | [ recovery-image] Feb 19 01:42:31.595 INFO O| Feb 19 01:42:31.595 INFO STEP 486 (remove_files) COMPLETE |
| 6242 | 2026-02-19T01:42:31.719Z | [ recovery-image] Feb 19 01:42:31.595 INFO O| Feb 19 01:42:31.595 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6243 | 2026-02-19T01:42:31.719Z | [ recovery-image] Feb 19 01:42:31.611 INFO O| Feb 19 01:42:31.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf" |
| 6244 | 2026-02-19T01:42:31.719Z | [ recovery-image] Feb 19 01:42:31.611 INFO O| Feb 19 01:42:31.611 INFO STEP 487 (remove_files) COMPLETE |
| 6245 | 2026-02-19T01:42:31.719Z | [ recovery-image] Feb 19 01:42:31.611 INFO O| Feb 19 01:42:31.611 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6246 | 2026-02-19T01:42:31.743Z | [ recovery-image] Feb 19 01:42:31.628 INFO O| Feb 19 01:42:31.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf" |
| 6247 | 2026-02-19T01:42:31.743Z | [ recovery-image] Feb 19 01:42:31.628 INFO O| Feb 19 01:42:31.628 INFO STEP 488 (remove_files) COMPLETE |
| 6248 | 2026-02-19T01:42:31.743Z | [ recovery-image] Feb 19 01:42:31.628 INFO O| Feb 19 01:42:31.628 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6249 | 2026-02-19T01:42:31.768Z | [ recovery-image] Feb 19 01:42:31.645 INFO O| Feb 19 01:42:31.644 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf" |
| 6250 | 2026-02-19T01:42:31.768Z | [ recovery-image] Feb 19 01:42:31.645 INFO O| Feb 19 01:42:31.645 INFO STEP 489 (remove_files) COMPLETE |
| 6251 | 2026-02-19T01:42:31.768Z | [ recovery-image] Feb 19 01:42:31.645 INFO O| Feb 19 01:42:31.645 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6252 | 2026-02-19T01:42:31.768Z | [ recovery-image] Feb 19 01:42:31.661 INFO O| Feb 19 01:42:31.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf" |
| 6253 | 2026-02-19T01:42:31.768Z | [ recovery-image] Feb 19 01:42:31.662 INFO O| Feb 19 01:42:31.661 INFO STEP 490 (remove_files) COMPLETE |
| 6254 | 2026-02-19T01:42:31.768Z | [ recovery-image] Feb 19 01:42:31.662 INFO O| Feb 19 01:42:31.662 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6255 | 2026-02-19T01:42:31.792Z | [ recovery-image] Feb 19 01:42:31.679 INFO O| Feb 19 01:42:31.679 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf" |
| 6256 | 2026-02-19T01:42:31.792Z | [ recovery-image] Feb 19 01:42:31.679 INFO O| Feb 19 01:42:31.679 INFO STEP 491 (remove_files) COMPLETE |
| 6257 | 2026-02-19T01:42:31.792Z | [ recovery-image] Feb 19 01:42:31.679 INFO O| Feb 19 01:42:31.679 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6258 | 2026-02-19T01:42:31.816Z | [ recovery-image] Feb 19 01:42:31.694 INFO O| Feb 19 01:42:31.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf" |
| 6259 | 2026-02-19T01:42:31.816Z | [ recovery-image] Feb 19 01:42:31.694 INFO O| Feb 19 01:42:31.694 INFO STEP 492 (remove_files) COMPLETE |
| 6260 | 2026-02-19T01:42:31.816Z | [ recovery-image] Feb 19 01:42:31.694 INFO O| Feb 19 01:42:31.694 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6261 | 2026-02-19T01:42:31.816Z | [ recovery-image] Feb 19 01:42:31.707 INFO O| Feb 19 01:42:31.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec" |
| 6262 | 2026-02-19T01:42:31.816Z | [ recovery-image] Feb 19 01:42:31.708 INFO O| Feb 19 01:42:31.708 INFO STEP 493 (remove_files) COMPLETE |
| 6263 | 2026-02-19T01:42:31.816Z | [ recovery-image] Feb 19 01:42:31.708 INFO O| Feb 19 01:42:31.708 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6264 | 2026-02-19T01:42:31.840Z | [ recovery-image] Feb 19 01:42:31.731 INFO O| Feb 19 01:42:31.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec" |
| 6265 | 2026-02-19T01:42:31.840Z | [ recovery-image] Feb 19 01:42:31.731 INFO O| Feb 19 01:42:31.731 INFO STEP 494 (remove_files) COMPLETE |
| 6266 | 2026-02-19T01:42:31.840Z | [ recovery-image] Feb 19 01:42:31.731 INFO O| Feb 19 01:42:31.731 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6267 | 2026-02-19T01:42:31.864Z | [ recovery-image] Feb 19 01:42:31.746 INFO O| Feb 19 01:42:31.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs" |
| 6268 | 2026-02-19T01:42:31.864Z | [ recovery-image] Feb 19 01:42:31.746 INFO O| Feb 19 01:42:31.746 INFO STEP 495 (remove_files) COMPLETE |
| 6269 | 2026-02-19T01:42:31.864Z | [ recovery-image] Feb 19 01:42:31.746 INFO O| Feb 19 01:42:31.746 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6270 | 2026-02-19T01:42:31.889Z | [ recovery-image] Feb 19 01:42:31.761 INFO O| Feb 19 01:42:31.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs" |
| 6271 | 2026-02-19T01:42:31.889Z | [ recovery-image] Feb 19 01:42:31.761 INFO O| Feb 19 01:42:31.761 INFO STEP 496 (remove_files) COMPLETE |
| 6272 | 2026-02-19T01:42:31.889Z | [ recovery-image] Feb 19 01:42:31.761 INFO O| Feb 19 01:42:31.761 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6273 | 2026-02-19T01:42:31.889Z | [ recovery-image] Feb 19 01:42:31.776 INFO O| Feb 19 01:42:31.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
| 6274 | 2026-02-19T01:42:31.889Z | [ recovery-image] Feb 19 01:42:31.776 INFO O| Feb 19 01:42:31.776 INFO STEP 497 (remove_files) COMPLETE |
| 6275 | 2026-02-19T01:42:31.889Z | [ recovery-image] Feb 19 01:42:31.776 INFO O| Feb 19 01:42:31.776 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6276 | 2026-02-19T01:42:31.913Z | [ recovery-image] Feb 19 01:42:31.792 INFO O| Feb 19 01:42:31.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
| 6277 | 2026-02-19T01:42:31.913Z | [ recovery-image] Feb 19 01:42:31.792 INFO O| Feb 19 01:42:31.792 INFO STEP 498 (remove_files) COMPLETE |
| 6278 | 2026-02-19T01:42:31.913Z | [ recovery-image] Feb 19 01:42:31.792 INFO O| Feb 19 01:42:31.792 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6279 | 2026-02-19T01:42:31.937Z | [ recovery-image] Feb 19 01:42:31.808 INFO O| Feb 19 01:42:31.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
| 6280 | 2026-02-19T01:42:31.937Z | [ recovery-image] Feb 19 01:42:31.809 INFO O| Feb 19 01:42:31.809 INFO STEP 499 (remove_files) COMPLETE |
| 6281 | 2026-02-19T01:42:31.937Z | [ recovery-image] Feb 19 01:42:31.809 INFO O| Feb 19 01:42:31.809 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6282 | 2026-02-19T01:42:31.937Z | [ recovery-image] Feb 19 01:42:31.824 INFO O| Feb 19 01:42:31.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
| 6283 | 2026-02-19T01:42:31.937Z | [ recovery-image] Feb 19 01:42:31.824 INFO O| Feb 19 01:42:31.824 INFO STEP 500 (remove_files) COMPLETE |
| 6284 | 2026-02-19T01:42:31.937Z | [ recovery-image] Feb 19 01:42:31.824 INFO O| Feb 19 01:42:31.824 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6285 | 2026-02-19T01:42:31.961Z | [ recovery-image] Feb 19 01:42:31.838 INFO O| Feb 19 01:42:31.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
| 6286 | 2026-02-19T01:42:31.962Z | [ recovery-image] Feb 19 01:42:31.839 INFO O| Feb 19 01:42:31.839 INFO STEP 501 (remove_files) COMPLETE |
| 6287 | 2026-02-19T01:42:31.962Z | [ recovery-image] Feb 19 01:42:31.839 INFO O| Feb 19 01:42:31.839 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6288 | 2026-02-19T01:42:31.962Z | [ recovery-image] Feb 19 01:42:31.851 INFO O| Feb 19 01:42:31.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
| 6289 | 2026-02-19T01:42:31.962Z | [ recovery-image] Feb 19 01:42:31.851 INFO O| Feb 19 01:42:31.851 INFO STEP 502 (remove_files) COMPLETE |
| 6290 | 2026-02-19T01:42:31.962Z | [ recovery-image] Feb 19 01:42:31.851 INFO O| Feb 19 01:42:31.851 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6291 | 2026-02-19T01:42:31.986Z | [ recovery-image] Feb 19 01:42:31.868 INFO O| Feb 19 01:42:31.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA" |
| 6292 | 2026-02-19T01:42:31.986Z | [ recovery-image] Feb 19 01:42:31.869 INFO O| Feb 19 01:42:31.869 INFO STEP 503 (remove_files) COMPLETE |
| 6293 | 2026-02-19T01:42:31.986Z | [ recovery-image] Feb 19 01:42:31.869 INFO O| Feb 19 01:42:31.869 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6294 | 2026-02-19T01:42:32.010Z | [ recovery-image] Feb 19 01:42:31.885 INFO O| Feb 19 01:42:31.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT" |
| 6295 | 2026-02-19T01:42:32.010Z | [ recovery-image] Feb 19 01:42:31.885 INFO O| Feb 19 01:42:31.885 INFO STEP 504 (remove_files) COMPLETE |
| 6296 | 2026-02-19T01:42:32.010Z | [ recovery-image] Feb 19 01:42:31.885 INFO O| Feb 19 01:42:31.885 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6297 | 2026-02-19T01:42:32.010Z | [ recovery-image] Feb 19 01:42:31.901 INFO O| Feb 19 01:42:31.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
| 6298 | 2026-02-19T01:42:32.010Z | [ recovery-image] Feb 19 01:42:31.901 INFO O| Feb 19 01:42:31.901 INFO STEP 505 (remove_files) COMPLETE |
| 6299 | 2026-02-19T01:42:32.010Z | [ recovery-image] Feb 19 01:42:31.901 INFO O| Feb 19 01:42:31.901 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6300 | 2026-02-19T01:42:32.034Z | [ recovery-image] Feb 19 01:42:31.919 INFO O| Feb 19 01:42:31.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
| 6301 | 2026-02-19T01:42:32.034Z | [ recovery-image] Feb 19 01:42:31.919 INFO O| Feb 19 01:42:31.919 INFO STEP 506 (remove_files) COMPLETE |
| 6302 | 2026-02-19T01:42:32.034Z | [ recovery-image] Feb 19 01:42:31.919 INFO O| Feb 19 01:42:31.919 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6303 | 2026-02-19T01:42:32.058Z | [ recovery-image] Feb 19 01:42:31.936 INFO O| Feb 19 01:42:31.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod" |
| 6304 | 2026-02-19T01:42:32.058Z | [ recovery-image] Feb 19 01:42:31.936 INFO O| Feb 19 01:42:31.936 INFO STEP 507 (remove_files) COMPLETE |
| 6305 | 2026-02-19T01:42:32.058Z | [ recovery-image] Feb 19 01:42:31.936 INFO O| Feb 19 01:42:31.936 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6306 | 2026-02-19T01:42:32.058Z | [ recovery-image] Feb 19 01:42:31.953 INFO O| Feb 19 01:42:31.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod" |
| 6307 | 2026-02-19T01:42:32.059Z | [ recovery-image] Feb 19 01:42:31.953 INFO O| Feb 19 01:42:31.953 INFO STEP 508 (remove_files) COMPLETE |
| 6308 | 2026-02-19T01:42:32.059Z | [ recovery-image] Feb 19 01:42:31.953 INFO O| Feb 19 01:42:31.953 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6309 | 2026-02-19T01:42:32.083Z | [ recovery-image] Feb 19 01:42:31.968 INFO O| Feb 19 01:42:31.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl" |
| 6310 | 2026-02-19T01:42:32.083Z | [ recovery-image] Feb 19 01:42:31.968 INFO O| Feb 19 01:42:31.968 INFO STEP 509 (remove_files) COMPLETE |
| 6311 | 2026-02-19T01:42:32.083Z | [ recovery-image] Feb 19 01:42:31.968 INFO O| Feb 19 01:42:31.968 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6312 | 2026-02-19T01:42:32.107Z | [ recovery-image] Feb 19 01:42:31.986 INFO O| Feb 19 01:42:31.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys" |
| 6313 | 2026-02-19T01:42:32.107Z | [ recovery-image] Feb 19 01:42:31.987 INFO O| Feb 19 01:42:31.987 INFO STEP 510 (remove_files) COMPLETE |
| 6314 | 2026-02-19T01:42:32.107Z | [ recovery-image] Feb 19 01:42:31.987 INFO O| Feb 19 01:42:31.987 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6315 | 2026-02-19T01:42:32.107Z | [ recovery-image] Feb 19 01:42:32.000 INFO O| Feb 19 01:42:32.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct" |
| 6316 | 2026-02-19T01:42:32.107Z | [ recovery-image] Feb 19 01:42:32.000 INFO O| Feb 19 01:42:32.000 INFO STEP 511 (remove_files) COMPLETE |
| 6317 | 2026-02-19T01:42:32.107Z | [ recovery-image] Feb 19 01:42:32.000 INFO O| Feb 19 01:42:32.000 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6318 | 2026-02-19T01:42:32.140Z | [ recovery-image] Feb 19 01:42:32.015 INFO O| Feb 19 01:42:32.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README" |
| 6319 | 2026-02-19T01:42:32.140Z | [ recovery-image] Feb 19 01:42:32.015 INFO O| Feb 19 01:42:32.015 INFO STEP 512 (remove_files) COMPLETE |
| 6320 | 2026-02-19T01:42:32.140Z | [ recovery-image] Feb 19 01:42:32.015 INFO O| Feb 19 01:42:32.015 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6321 | 2026-02-19T01:42:32.140Z | [ recovery-image] Feb 19 01:42:32.032 INFO O| Feb 19 01:42:32.032 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map" |
| 6322 | 2026-02-19T01:42:32.140Z | [ recovery-image] Feb 19 01:42:32.032 INFO O| Feb 19 01:42:32.032 INFO STEP 513 (remove_files) COMPLETE |
| 6323 | 2026-02-19T01:42:32.140Z | [ recovery-image] Feb 19 01:42:32.032 INFO O| Feb 19 01:42:32.032 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6324 | 2026-02-19T01:42:32.165Z | [ recovery-image] Feb 19 01:42:32.050 INFO O| Feb 19 01:42:32.050 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace" |
| 6325 | 2026-02-19T01:42:32.165Z | [ recovery-image] Feb 19 01:42:32.050 INFO O| Feb 19 01:42:32.050 INFO STEP 514 (remove_files) COMPLETE |
| 6326 | 2026-02-19T01:42:32.165Z | [ recovery-image] Feb 19 01:42:32.050 INFO O| Feb 19 01:42:32.050 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6327 | 2026-02-19T01:42:32.189Z | [ recovery-image] Feb 19 01:42:32.065 INFO O| Feb 19 01:42:32.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen" |
| 6328 | 2026-02-19T01:42:32.189Z | [ recovery-image] Feb 19 01:42:32.065 INFO O| Feb 19 01:42:32.065 INFO STEP 515 (remove_files) COMPLETE |
| 6329 | 2026-02-19T01:42:32.189Z | [ recovery-image] Feb 19 01:42:32.065 INFO O| Feb 19 01:42:32.065 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6330 | 2026-02-19T01:42:32.189Z | [ recovery-image] Feb 19 01:42:32.080 INFO O| Feb 19 01:42:32.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1" |
| 6331 | 2026-02-19T01:42:32.189Z | [ recovery-image] Feb 19 01:42:32.080 INFO O| Feb 19 01:42:32.080 INFO STEP 516 (remove_files) COMPLETE |
| 6332 | 2026-02-19T01:42:32.189Z | [ recovery-image] Feb 19 01:42:32.080 INFO O| Feb 19 01:42:32.080 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6333 | 2026-02-19T01:42:32.214Z | [ recovery-image] Feb 19 01:42:32.096 INFO O| Feb 19 01:42:32.096 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3" |
| 6334 | 2026-02-19T01:42:32.214Z | [ recovery-image] Feb 19 01:42:32.096 INFO O| Feb 19 01:42:32.096 INFO STEP 517 (remove_files) COMPLETE |
| 6335 | 2026-02-19T01:42:32.214Z | [ recovery-image] Feb 19 01:42:32.096 INFO O| Feb 19 01:42:32.096 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6336 | 2026-02-19T01:42:32.239Z | [ recovery-image] Feb 19 01:42:32.112 INFO O| Feb 19 01:42:32.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4" |
| 6337 | 2026-02-19T01:42:32.239Z | [ recovery-image] Feb 19 01:42:32.112 INFO O| Feb 19 01:42:32.112 INFO STEP 518 (remove_files) COMPLETE |
| 6338 | 2026-02-19T01:42:32.239Z | [ recovery-image] Feb 19 01:42:32.112 INFO O| Feb 19 01:42:32.112 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6339 | 2026-02-19T01:42:32.239Z | [ recovery-image] Feb 19 01:42:32.126 INFO O| Feb 19 01:42:32.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o" |
| 6340 | 2026-02-19T01:42:32.239Z | [ recovery-image] Feb 19 01:42:32.126 INFO O| Feb 19 01:42:32.126 INFO STEP 519 (remove_files) COMPLETE |
| 6341 | 2026-02-19T01:42:32.239Z | [ recovery-image] Feb 19 01:42:32.126 INFO O| Feb 19 01:42:32.126 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6342 | 2026-02-19T01:42:32.264Z | [ recovery-image] Feb 19 01:42:32.145 INFO O| Feb 19 01:42:32.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o" |
| 6343 | 2026-02-19T01:42:32.264Z | [ recovery-image] Feb 19 01:42:32.145 INFO O| Feb 19 01:42:32.145 INFO STEP 520 (remove_files) COMPLETE |
| 6344 | 2026-02-19T01:42:32.264Z | [ recovery-image] Feb 19 01:42:32.145 INFO O| Feb 19 01:42:32.145 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6345 | 2026-02-19T01:42:32.289Z | [ recovery-image] Feb 19 01:42:32.161 INFO O| Feb 19 01:42:32.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1" |
| 6346 | 2026-02-19T01:42:32.289Z | [ recovery-image] Feb 19 01:42:32.161 INFO O| Feb 19 01:42:32.161 INFO STEP 521 (remove_files) COMPLETE |
| 6347 | 2026-02-19T01:42:32.289Z | [ recovery-image] Feb 19 01:42:32.161 INFO O| Feb 19 01:42:32.161 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6348 | 2026-02-19T01:42:32.289Z | [ recovery-image] Feb 19 01:42:32.177 INFO O| Feb 19 01:42:32.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
| 6349 | 2026-02-19T01:42:32.289Z | [ recovery-image] Feb 19 01:42:32.178 INFO O| Feb 19 01:42:32.178 INFO STEP 522 (remove_files) COMPLETE |
| 6350 | 2026-02-19T01:42:32.289Z | [ recovery-image] Feb 19 01:42:32.178 INFO O| Feb 19 01:42:32.178 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6351 | 2026-02-19T01:42:32.313Z | [ recovery-image] Feb 19 01:42:32.193 INFO O| Feb 19 01:42:32.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept" |
| 6352 | 2026-02-19T01:42:32.313Z | [ recovery-image] Feb 19 01:42:32.193 INFO O| Feb 19 01:42:32.193 INFO STEP 523 (remove_files) COMPLETE |
| 6353 | 2026-02-19T01:42:32.313Z | [ recovery-image] Feb 19 01:42:32.193 INFO O| Feb 19 01:42:32.193 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6354 | 2026-02-19T01:42:32.338Z | [ recovery-image] Feb 19 01:42:32.210 INFO O| Feb 19 01:42:32.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename" |
| 6355 | 2026-02-19T01:42:32.338Z | [ recovery-image] Feb 19 01:42:32.210 INFO O| Feb 19 01:42:32.210 INFO STEP 524 (remove_files) COMPLETE |
| 6356 | 2026-02-19T01:42:32.338Z | [ recovery-image] Feb 19 01:42:32.210 INFO O| Feb 19 01:42:32.210 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6357 | 2026-02-19T01:42:32.338Z | [ recovery-image] Feb 19 01:42:32.227 INFO O| Feb 19 01:42:32.227 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv" |
| 6358 | 2026-02-19T01:42:32.338Z | [ recovery-image] Feb 19 01:42:32.228 INFO O| Feb 19 01:42:32.227 INFO STEP 525 (remove_files) COMPLETE |
| 6359 | 2026-02-19T01:42:32.338Z | [ recovery-image] Feb 19 01:42:32.228 INFO O| Feb 19 01:42:32.228 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6360 | 2026-02-19T01:42:32.363Z | [ recovery-image] Feb 19 01:42:32.243 INFO O| Feb 19 01:42:32.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut" |
| 6361 | 2026-02-19T01:42:32.363Z | [ recovery-image] Feb 19 01:42:32.244 INFO O| Feb 19 01:42:32.244 INFO STEP 526 (remove_files) COMPLETE |
| 6362 | 2026-02-19T01:42:32.363Z | [ recovery-image] Feb 19 01:42:32.244 INFO O| Feb 19 01:42:32.244 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6363 | 2026-02-19T01:42:32.388Z | [ recovery-image] Feb 19 01:42:32.259 INFO O| Feb 19 01:42:32.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname" |
| 6364 | 2026-02-19T01:42:32.388Z | [ recovery-image] Feb 19 01:42:32.260 INFO O| Feb 19 01:42:32.260 INFO STEP 527 (remove_files) COMPLETE |
| 6365 | 2026-02-19T01:42:32.388Z | [ recovery-image] Feb 19 01:42:32.260 INFO O| Feb 19 01:42:32.260 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6366 | 2026-02-19T01:42:32.388Z | [ recovery-image] Feb 19 01:42:32.276 INFO O| Feb 19 01:42:32.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags" |
| 6367 | 2026-02-19T01:42:32.388Z | [ recovery-image] Feb 19 01:42:32.276 INFO O| Feb 19 01:42:32.276 INFO STEP 528 (remove_files) COMPLETE |
| 6368 | 2026-02-19T01:42:32.388Z | [ recovery-image] Feb 19 01:42:32.276 INFO O| Feb 19 01:42:32.276 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6369 | 2026-02-19T01:42:32.413Z | [ recovery-image] Feb 19 01:42:32.294 INFO O| Feb 19 01:42:32.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo" |
| 6370 | 2026-02-19T01:42:32.413Z | [ recovery-image] Feb 19 01:42:32.294 INFO O| Feb 19 01:42:32.294 INFO STEP 529 (remove_files) COMPLETE |
| 6371 | 2026-02-19T01:42:32.413Z | [ recovery-image] Feb 19 01:42:32.294 INFO O| Feb 19 01:42:32.294 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6372 | 2026-02-19T01:42:32.447Z | [ recovery-image] Feb 19 01:42:32.311 INFO O| Feb 19 01:42:32.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head" |
| 6373 | 2026-02-19T01:42:32.447Z | [ recovery-image] Feb 19 01:42:32.311 INFO O| Feb 19 01:42:32.311 INFO STEP 530 (remove_files) COMPLETE |
| 6374 | 2026-02-19T01:42:32.447Z | [ recovery-image] Feb 19 01:42:32.311 INFO O| Feb 19 01:42:32.311 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6375 | 2026-02-19T01:42:32.447Z | [ recovery-image] Feb 19 01:42:32.327 INFO O| Feb 19 01:42:32.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id" |
| 6376 | 2026-02-19T01:42:32.447Z | [ recovery-image] Feb 19 01:42:32.328 INFO O| Feb 19 01:42:32.327 INFO STEP 531 (remove_files) COMPLETE |
| 6377 | 2026-02-19T01:42:32.447Z | [ recovery-image] Feb 19 01:42:32.328 INFO O| Feb 19 01:42:32.328 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6378 | 2026-02-19T01:42:32.473Z | [ recovery-image] Feb 19 01:42:32.344 INFO O| Feb 19 01:42:32.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln" |
| 6379 | 2026-02-19T01:42:32.473Z | [ recovery-image] Feb 19 01:42:32.344 INFO O| Feb 19 01:42:32.344 INFO STEP 532 (remove_files) COMPLETE |
| 6380 | 2026-02-19T01:42:32.473Z | [ recovery-image] Feb 19 01:42:32.344 INFO O| Feb 19 01:42:32.344 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6381 | 2026-02-19T01:42:32.473Z | [ recovery-image] Feb 19 01:42:32.358 INFO O| Feb 19 01:42:32.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h" |
| 6382 | 2026-02-19T01:42:32.473Z | [ recovery-image] Feb 19 01:42:32.358 INFO O| Feb 19 01:42:32.358 INFO STEP 533 (remove_files) COMPLETE |
| 6383 | 2026-02-19T01:42:32.473Z | [ recovery-image] Feb 19 01:42:32.358 INFO O| Feb 19 01:42:32.358 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6384 | 2026-02-19T01:42:32.498Z | [ recovery-image] Feb 19 01:42:32.375 INFO O| Feb 19 01:42:32.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname" |
| 6385 | 2026-02-19T01:42:32.498Z | [ recovery-image] Feb 19 01:42:32.375 INFO O| Feb 19 01:42:32.375 INFO STEP 534 (remove_files) COMPLETE |
| 6386 | 2026-02-19T01:42:32.498Z | [ recovery-image] Feb 19 01:42:32.375 INFO O| Feb 19 01:42:32.375 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6387 | 2026-02-19T01:42:32.498Z | [ recovery-image] Feb 19 01:42:32.391 INFO O| Feb 19 01:42:32.391 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir" |
| 6388 | 2026-02-19T01:42:32.498Z | [ recovery-image] Feb 19 01:42:32.392 INFO O| Feb 19 01:42:32.392 INFO STEP 535 (remove_files) COMPLETE |
| 6389 | 2026-02-19T01:42:32.498Z | [ recovery-image] Feb 19 01:42:32.392 INFO O| Feb 19 01:42:32.392 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6390 | 2026-02-19T01:42:32.523Z | [ recovery-image] Feb 19 01:42:32.408 INFO O| Feb 19 01:42:32.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo" |
| 6391 | 2026-02-19T01:42:32.523Z | [ recovery-image] Feb 19 01:42:32.408 INFO O| Feb 19 01:42:32.408 INFO STEP 536 (remove_files) COMPLETE |
| 6392 | 2026-02-19T01:42:32.523Z | [ recovery-image] Feb 19 01:42:32.408 INFO O| Feb 19 01:42:32.408 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6393 | 2026-02-19T01:42:32.548Z | [ recovery-image] Feb 19 01:42:32.422 INFO O| Feb 19 01:42:32.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp" |
| 6394 | 2026-02-19T01:42:32.548Z | [ recovery-image] Feb 19 01:42:32.423 INFO O| Feb 19 01:42:32.423 INFO STEP 537 (remove_files) COMPLETE |
| 6395 | 2026-02-19T01:42:32.548Z | [ recovery-image] Feb 19 01:42:32.423 INFO O| Feb 19 01:42:32.423 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6396 | 2026-02-19T01:42:32.548Z | [ recovery-image] Feb 19 01:42:32.437 INFO O| Feb 19 01:42:32.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid" |
| 6397 | 2026-02-19T01:42:32.548Z | [ recovery-image] Feb 19 01:42:32.437 INFO O| Feb 19 01:42:32.437 INFO STEP 538 (remove_files) COMPLETE |
| 6398 | 2026-02-19T01:42:32.548Z | [ recovery-image] Feb 19 01:42:32.437 INFO O| Feb 19 01:42:32.437 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6399 | 2026-02-19T01:42:32.573Z | [ recovery-image] Feb 19 01:42:32.453 INFO O| Feb 19 01:42:32.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk" |
| 6400 | 2026-02-19T01:42:32.573Z | [ recovery-image] Feb 19 01:42:32.453 INFO O| Feb 19 01:42:32.453 INFO STEP 539 (remove_files) COMPLETE |
| 6401 | 2026-02-19T01:42:32.573Z | [ recovery-image] Feb 19 01:42:32.453 INFO O| Feb 19 01:42:32.453 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6402 | 2026-02-19T01:42:32.573Z | [ recovery-image] Feb 19 01:42:32.467 INFO O| Feb 19 01:42:32.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print" |
| 6403 | 2026-02-19T01:42:32.573Z | [ recovery-image] Feb 19 01:42:32.467 INFO O| Feb 19 01:42:32.467 INFO STEP 540 (remove_files) COMPLETE |
| 6404 | 2026-02-19T01:42:32.573Z | [ recovery-image] Feb 19 01:42:32.467 INFO O| Feb 19 01:42:32.467 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6405 | 2026-02-19T01:42:32.597Z | [ recovery-image] Feb 19 01:42:32.481 INFO O| Feb 19 01:42:32.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv" |
| 6406 | 2026-02-19T01:42:32.597Z | [ recovery-image] Feb 19 01:42:32.481 INFO O| Feb 19 01:42:32.481 INFO STEP 541 (remove_files) COMPLETE |
| 6407 | 2026-02-19T01:42:32.597Z | [ recovery-image] Feb 19 01:42:32.481 INFO O| Feb 19 01:42:32.481 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6408 | 2026-02-19T01:42:32.622Z | [ recovery-image] Feb 19 01:42:32.494 INFO O| Feb 19 01:42:32.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push" |
| 6409 | 2026-02-19T01:42:32.622Z | [ recovery-image] Feb 19 01:42:32.494 INFO O| Feb 19 01:42:32.494 INFO STEP 542 (remove_files) COMPLETE |
| 6410 | 2026-02-19T01:42:32.622Z | [ recovery-image] Feb 19 01:42:32.494 INFO O| Feb 19 01:42:32.494 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6411 | 2026-02-19T01:42:32.646Z | [ recovery-image] Feb 19 01:42:32.531 INFO O| Feb 19 01:42:32.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath" |
| 6412 | 2026-02-19T01:42:32.647Z | [ recovery-image] Feb 19 01:42:32.531 INFO O| Feb 19 01:42:32.531 INFO STEP 543 (remove_files) COMPLETE |
| 6413 | 2026-02-19T01:42:32.647Z | [ recovery-image] Feb 19 01:42:32.531 INFO O| Feb 19 01:42:32.531 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6414 | 2026-02-19T01:42:32.671Z | [ recovery-image] Feb 19 01:42:32.543 INFO O| Feb 19 01:42:32.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm" |
| 6415 | 2026-02-19T01:42:32.671Z | [ recovery-image] Feb 19 01:42:32.543 INFO O| Feb 19 01:42:32.543 INFO STEP 544 (remove_files) COMPLETE |
| 6416 | 2026-02-19T01:42:32.671Z | [ recovery-image] Feb 19 01:42:32.543 INFO O| Feb 19 01:42:32.543 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6417 | 2026-02-19T01:42:32.671Z | [ recovery-image] Feb 19 01:42:32.554 INFO O| Feb 19 01:42:32.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir" |
| 6418 | 2026-02-19T01:42:32.671Z | [ recovery-image] Feb 19 01:42:32.554 INFO O| Feb 19 01:42:32.554 INFO STEP 545 (remove_files) COMPLETE |
| 6419 | 2026-02-19T01:42:32.671Z | [ recovery-image] Feb 19 01:42:32.554 INFO O| Feb 19 01:42:32.554 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6420 | 2026-02-19T01:42:32.671Z | [ recovery-image] Feb 19 01:42:32.565 INFO O| Feb 19 01:42:32.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq" |
| 6421 | 2026-02-19T01:42:32.671Z | [ recovery-image] Feb 19 01:42:32.565 INFO O| Feb 19 01:42:32.565 INFO STEP 546 (remove_files) COMPLETE |
| 6422 | 2026-02-19T01:42:32.671Z | [ recovery-image] Feb 19 01:42:32.565 INFO O| Feb 19 01:42:32.565 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6423 | 2026-02-19T01:42:32.696Z | [ recovery-image] Feb 19 01:42:32.576 INFO O| Feb 19 01:42:32.575 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid" |
| 6424 | 2026-02-19T01:42:32.696Z | [ recovery-image] Feb 19 01:42:32.576 INFO O| Feb 19 01:42:32.576 INFO STEP 547 (remove_files) COMPLETE |
| 6425 | 2026-02-19T01:42:32.696Z | [ recovery-image] Feb 19 01:42:32.576 INFO O| Feb 19 01:42:32.576 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6426 | 2026-02-19T01:42:32.696Z | [ recovery-image] Feb 19 01:42:32.586 INFO O| Feb 19 01:42:32.586 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep" |
| 6427 | 2026-02-19T01:42:32.696Z | [ recovery-image] Feb 19 01:42:32.586 INFO O| Feb 19 01:42:32.586 INFO STEP 548 (remove_files) COMPLETE |
| 6428 | 2026-02-19T01:42:32.696Z | [ recovery-image] Feb 19 01:42:32.586 INFO O| Feb 19 01:42:32.586 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6429 | 2026-02-19T01:42:32.721Z | [ recovery-image] Feb 19 01:42:32.597 INFO O| Feb 19 01:42:32.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime" |
| 6430 | 2026-02-19T01:42:32.721Z | [ recovery-image] Feb 19 01:42:32.597 INFO O| Feb 19 01:42:32.597 INFO STEP 549 (remove_files) COMPLETE |
| 6431 | 2026-02-19T01:42:32.721Z | [ recovery-image] Feb 19 01:42:32.597 INFO O| Feb 19 01:42:32.597 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6432 | 2026-02-19T01:42:32.745Z | [ recovery-image] Feb 19 01:42:32.633 INFO O| Feb 19 01:42:32.633 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync" |
| 6433 | 2026-02-19T01:42:32.745Z | [ recovery-image] Feb 19 01:42:32.633 INFO O| Feb 19 01:42:32.633 INFO STEP 550 (remove_files) COMPLETE |
| 6434 | 2026-02-19T01:42:32.745Z | [ recovery-image] Feb 19 01:42:32.633 INFO O| Feb 19 01:42:32.633 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6435 | 2026-02-19T01:42:32.770Z | [ recovery-image] Feb 19 01:42:32.646 INFO O| Feb 19 01:42:32.646 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee" |
| 6436 | 2026-02-19T01:42:32.770Z | [ recovery-image] Feb 19 01:42:32.647 INFO O| Feb 19 01:42:32.647 INFO STEP 551 (remove_files) COMPLETE |
| 6437 | 2026-02-19T01:42:32.770Z | [ recovery-image] Feb 19 01:42:32.647 INFO O| Feb 19 01:42:32.647 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6438 | 2026-02-19T01:42:32.770Z | [ recovery-image] Feb 19 01:42:32.658 INFO O| Feb 19 01:42:32.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse" |
| 6439 | 2026-02-19T01:42:32.770Z | [ recovery-image] Feb 19 01:42:32.658 INFO O| Feb 19 01:42:32.658 INFO STEP 552 (remove_files) COMPLETE |
| 6440 | 2026-02-19T01:42:32.770Z | [ recovery-image] Feb 19 01:42:32.658 INFO O| Feb 19 01:42:32.658 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6441 | 2026-02-19T01:42:32.795Z | [ recovery-image] Feb 19 01:42:32.669 INFO O| Feb 19 01:42:32.669 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty" |
| 6442 | 2026-02-19T01:42:32.795Z | [ recovery-image] Feb 19 01:42:32.672 INFO O| Feb 19 01:42:32.672 INFO STEP 553 (remove_files) COMPLETE |
| 6443 | 2026-02-19T01:42:32.795Z | [ recovery-image] Feb 19 01:42:32.672 INFO O| Feb 19 01:42:32.672 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6444 | 2026-02-19T01:42:32.795Z | [ recovery-image] Feb 19 01:42:32.688 INFO O| Feb 19 01:42:32.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname" |
| 6445 | 2026-02-19T01:42:32.795Z | [ recovery-image] Feb 19 01:42:32.688 INFO O| Feb 19 01:42:32.688 INFO STEP 554 (remove_files) COMPLETE |
| 6446 | 2026-02-19T01:42:32.795Z | [ recovery-image] Feb 19 01:42:32.688 INFO O| Feb 19 01:42:32.688 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6447 | 2026-02-19T01:42:32.819Z | [ recovery-image] Feb 19 01:42:32.699 INFO O| Feb 19 01:42:32.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink" |
| 6448 | 2026-02-19T01:42:32.819Z | [ recovery-image] Feb 19 01:42:32.700 INFO O| Feb 19 01:42:32.700 INFO STEP 555 (remove_files) COMPLETE |
| 6449 | 2026-02-19T01:42:32.819Z | [ recovery-image] Feb 19 01:42:32.700 INFO O| Feb 19 01:42:32.700 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6450 | 2026-02-19T01:42:32.844Z | [ recovery-image] Feb 19 01:42:32.723 INFO O| Feb 19 01:42:32.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami" |
| 6451 | 2026-02-19T01:42:32.844Z | [ recovery-image] Feb 19 01:42:32.723 INFO O| Feb 19 01:42:32.723 INFO STEP 556 (remove_files) COMPLETE |
| 6452 | 2026-02-19T01:42:32.844Z | [ recovery-image] Feb 19 01:42:32.723 INFO O| Feb 19 01:42:32.723 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6453 | 2026-02-19T01:42:32.844Z | [ recovery-image] Feb 19 01:42:32.738 INFO O| Feb 19 01:42:32.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
| 6454 | 2026-02-19T01:42:32.844Z | [ recovery-image] Feb 19 01:42:32.739 INFO O| Feb 19 01:42:32.739 INFO STEP 557 (remove_files) COMPLETE |
| 6455 | 2026-02-19T01:42:32.844Z | [ recovery-image] Feb 19 01:42:32.739 INFO O| Feb 19 01:42:32.739 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6456 | 2026-02-19T01:42:32.869Z | [ recovery-image] Feb 19 01:42:32.753 INFO O| Feb 19 01:42:32.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6457 | 2026-02-19T01:42:32.869Z | [ recovery-image] Feb 19 01:42:32.753 INFO O| Feb 19 01:42:32.753 INFO STEP 558 (remove_files) COMPLETE |
| 6458 | 2026-02-19T01:42:32.869Z | [ recovery-image] Feb 19 01:42:32.753 INFO O| Feb 19 01:42:32.753 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6459 | 2026-02-19T01:42:32.894Z | [ recovery-image] Feb 19 01:42:32.770 INFO O| Feb 19 01:42:32.770 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1" |
| 6460 | 2026-02-19T01:42:32.894Z | [ recovery-image] Feb 19 01:42:32.770 INFO O| Feb 19 01:42:32.770 INFO STEP 559 (remove_files) COMPLETE |
| 6461 | 2026-02-19T01:42:32.894Z | [ recovery-image] Feb 19 01:42:32.770 INFO O| Feb 19 01:42:32.770 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6462 | 2026-02-19T01:42:32.894Z | [ recovery-image] Feb 19 01:42:32.786 INFO O| Feb 19 01:42:32.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
| 6463 | 2026-02-19T01:42:32.894Z | [ recovery-image] Feb 19 01:42:32.787 INFO O| Feb 19 01:42:32.786 INFO STEP 560 (remove_files) COMPLETE |
| 6464 | 2026-02-19T01:42:32.894Z | [ recovery-image] Feb 19 01:42:32.787 INFO O| Feb 19 01:42:32.786 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6465 | 2026-02-19T01:42:32.919Z | [ recovery-image] Feb 19 01:42:32.802 INFO O| Feb 19 01:42:32.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
| 6466 | 2026-02-19T01:42:32.919Z | [ recovery-image] Feb 19 01:42:32.802 INFO O| Feb 19 01:42:32.802 INFO STEP 561 (remove_files) COMPLETE |
| 6467 | 2026-02-19T01:42:32.919Z | [ recovery-image] Feb 19 01:42:32.802 INFO O| Feb 19 01:42:32.802 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6468 | 2026-02-19T01:42:32.945Z | [ recovery-image] Feb 19 01:42:32.816 INFO O| Feb 19 01:42:32.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
| 6469 | 2026-02-19T01:42:32.945Z | [ recovery-image] Feb 19 01:42:32.816 INFO O| Feb 19 01:42:32.816 INFO STEP 562 (remove_files) COMPLETE |
| 6470 | 2026-02-19T01:42:32.945Z | [ recovery-image] Feb 19 01:42:32.816 INFO O| Feb 19 01:42:32.816 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6471 | 2026-02-19T01:42:32.945Z | [ recovery-image] Feb 19 01:42:32.829 INFO O| Feb 19 01:42:32.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
| 6472 | 2026-02-19T01:42:32.945Z | [ recovery-image] Feb 19 01:42:32.829 INFO O| Feb 19 01:42:32.829 INFO STEP 563 (remove_files) COMPLETE |
| 6473 | 2026-02-19T01:42:32.945Z | [ recovery-image] Feb 19 01:42:32.829 INFO O| Feb 19 01:42:32.829 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6474 | 2026-02-19T01:42:32.970Z | [ recovery-image] Feb 19 01:42:32.842 INFO O| Feb 19 01:42:32.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub" |
| 6475 | 2026-02-19T01:42:32.970Z | [ recovery-image] Feb 19 01:42:32.842 INFO O| Feb 19 01:42:32.842 INFO STEP 564 (remove_files) COMPLETE |
| 6476 | 2026-02-19T01:42:32.970Z | [ recovery-image] Feb 19 01:42:32.842 INFO O| Feb 19 01:42:32.842 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6477 | 2026-02-19T01:42:32.970Z | [ recovery-image] Feb 19 01:42:32.854 INFO O| Feb 19 01:42:32.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1" |
| 6478 | 2026-02-19T01:42:32.970Z | [ recovery-image] Feb 19 01:42:32.854 INFO O| Feb 19 01:42:32.854 INFO STEP 565 (remove_files) COMPLETE |
| 6479 | 2026-02-19T01:42:32.970Z | [ recovery-image] Feb 19 01:42:32.855 INFO O| Feb 19 01:42:32.854 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6480 | 2026-02-19T01:42:32.995Z | [ recovery-image] Feb 19 01:42:32.870 INFO O| Feb 19 01:42:32.870 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1" |
| 6481 | 2026-02-19T01:42:32.995Z | [ recovery-image] Feb 19 01:42:32.870 INFO O| Feb 19 01:42:32.870 INFO STEP 566 (remove_files) COMPLETE |
| 6482 | 2026-02-19T01:42:32.995Z | [ recovery-image] Feb 19 01:42:32.870 INFO O| Feb 19 01:42:32.870 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6483 | 2026-02-19T01:42:32.995Z | [ recovery-image] Feb 19 01:42:32.886 INFO O| Feb 19 01:42:32.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1" |
| 6484 | 2026-02-19T01:42:32.995Z | [ recovery-image] Feb 19 01:42:32.886 INFO O| Feb 19 01:42:32.886 INFO STEP 567 (remove_files) COMPLETE |
| 6485 | 2026-02-19T01:42:32.995Z | [ recovery-image] Feb 19 01:42:32.886 INFO O| Feb 19 01:42:32.886 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6486 | 2026-02-19T01:42:33.020Z | [ recovery-image] Feb 19 01:42:32.902 INFO O| Feb 19 01:42:32.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1" |
| 6487 | 2026-02-19T01:42:33.020Z | [ recovery-image] Feb 19 01:42:32.903 INFO O| Feb 19 01:42:32.902 INFO STEP 568 (remove_files) COMPLETE |
| 6488 | 2026-02-19T01:42:33.020Z | [ recovery-image] Feb 19 01:42:32.903 INFO O| Feb 19 01:42:32.903 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6489 | 2026-02-19T01:42:33.044Z | [ recovery-image] Feb 19 01:42:32.918 INFO O| Feb 19 01:42:32.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1" |
| 6490 | 2026-02-19T01:42:33.044Z | [ recovery-image] Feb 19 01:42:32.918 INFO O| Feb 19 01:42:32.918 INFO STEP 569 (remove_files) COMPLETE |
| 6491 | 2026-02-19T01:42:33.044Z | [ recovery-image] Feb 19 01:42:32.918 INFO O| Feb 19 01:42:32.918 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6492 | 2026-02-19T01:42:33.044Z | [ recovery-image] Feb 19 01:42:32.934 INFO O| Feb 19 01:42:32.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
| 6493 | 2026-02-19T01:42:33.044Z | [ recovery-image] Feb 19 01:42:32.935 INFO O| Feb 19 01:42:32.935 INFO STEP 570 (remove_files) COMPLETE |
| 6494 | 2026-02-19T01:42:33.044Z | [ recovery-image] Feb 19 01:42:32.935 INFO O| Feb 19 01:42:32.935 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6495 | 2026-02-19T01:42:33.069Z | [ recovery-image] Feb 19 01:42:32.948 INFO O| Feb 19 01:42:32.948 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
| 6496 | 2026-02-19T01:42:33.069Z | [ recovery-image] Feb 19 01:42:32.948 INFO O| Feb 19 01:42:32.948 INFO STEP 571 (remove_files) COMPLETE |
| 6497 | 2026-02-19T01:42:33.069Z | [ recovery-image] Feb 19 01:42:32.948 INFO O| Feb 19 01:42:32.948 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6498 | 2026-02-19T01:42:33.069Z | [ recovery-image] Feb 19 01:42:32.960 INFO O| Feb 19 01:42:32.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
| 6499 | 2026-02-19T01:42:33.069Z | [ recovery-image] Feb 19 01:42:32.961 INFO O| Feb 19 01:42:32.960 INFO STEP 572 (remove_files) COMPLETE |
| 6500 | 2026-02-19T01:42:33.069Z | [ recovery-image] Feb 19 01:42:32.961 INFO O| Feb 19 01:42:32.961 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6501 | 2026-02-19T01:42:33.094Z | [ recovery-image] Feb 19 01:42:32.972 INFO O| Feb 19 01:42:32.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
| 6502 | 2026-02-19T01:42:33.094Z | [ recovery-image] Feb 19 01:42:32.972 INFO O| Feb 19 01:42:32.972 INFO STEP 573 (remove_files) COMPLETE |
| 6503 | 2026-02-19T01:42:33.094Z | [ recovery-image] Feb 19 01:42:32.972 INFO O| Feb 19 01:42:32.972 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6504 | 2026-02-19T01:42:33.094Z | [ recovery-image] Feb 19 01:42:32.984 INFO O| Feb 19 01:42:32.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
| 6505 | 2026-02-19T01:42:33.094Z | [ recovery-image] Feb 19 01:42:32.984 INFO O| Feb 19 01:42:32.984 INFO STEP 574 (remove_files) COMPLETE |
| 6506 | 2026-02-19T01:42:33.094Z | [ recovery-image] Feb 19 01:42:32.984 INFO O| Feb 19 01:42:32.984 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6507 | 2026-02-19T01:42:33.118Z | [ recovery-image] Feb 19 01:42:32.998 INFO O| Feb 19 01:42:32.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1" |
| 6508 | 2026-02-19T01:42:33.118Z | [ recovery-image] Feb 19 01:42:32.999 INFO O| Feb 19 01:42:32.999 INFO STEP 575 (remove_files) COMPLETE |
| 6509 | 2026-02-19T01:42:33.118Z | [ recovery-image] Feb 19 01:42:32.999 INFO O| Feb 19 01:42:32.999 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6510 | 2026-02-19T01:42:33.143Z | [ recovery-image] Feb 19 01:42:33.014 INFO O| Feb 19 01:42:33.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1" |
| 6511 | 2026-02-19T01:42:33.143Z | [ recovery-image] Feb 19 01:42:33.014 INFO O| Feb 19 01:42:33.014 INFO STEP 576 (remove_files) COMPLETE |
| 6512 | 2026-02-19T01:42:33.143Z | [ recovery-image] Feb 19 01:42:33.014 INFO O| Feb 19 01:42:33.014 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6513 | 2026-02-19T01:42:33.143Z | [ recovery-image] Feb 19 01:42:33.031 INFO O| Feb 19 01:42:33.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1" |
| 6514 | 2026-02-19T01:42:33.143Z | [ recovery-image] Feb 19 01:42:33.031 INFO O| Feb 19 01:42:33.031 INFO STEP 577 (remove_files) COMPLETE |
| 6515 | 2026-02-19T01:42:33.143Z | [ recovery-image] Feb 19 01:42:33.032 INFO O| Feb 19 01:42:33.031 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6516 | 2026-02-19T01:42:33.168Z | [ recovery-image] Feb 19 01:42:33.049 INFO O| Feb 19 01:42:33.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1" |
| 6517 | 2026-02-19T01:42:33.168Z | [ recovery-image] Feb 19 01:42:33.049 INFO O| Feb 19 01:42:33.049 INFO STEP 578 (remove_files) COMPLETE |
| 6518 | 2026-02-19T01:42:33.168Z | [ recovery-image] Feb 19 01:42:33.049 INFO O| Feb 19 01:42:33.049 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6519 | 2026-02-19T01:42:33.192Z | [ recovery-image] Feb 19 01:42:33.066 INFO O| Feb 19 01:42:33.065 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
| 6520 | 2026-02-19T01:42:33.192Z | [ recovery-image] Feb 19 01:42:33.066 INFO O| Feb 19 01:42:33.066 INFO STEP 579 (remove_files) COMPLETE |
| 6521 | 2026-02-19T01:42:33.192Z | [ recovery-image] Feb 19 01:42:33.066 INFO O| Feb 19 01:42:33.066 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6522 | 2026-02-19T01:42:33.192Z | [ recovery-image] Feb 19 01:42:33.082 INFO O| Feb 19 01:42:33.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
| 6523 | 2026-02-19T01:42:33.192Z | [ recovery-image] Feb 19 01:42:33.083 INFO O| Feb 19 01:42:33.083 INFO STEP 580 (remove_files) COMPLETE |
| 6524 | 2026-02-19T01:42:33.192Z | [ recovery-image] Feb 19 01:42:33.083 INFO O| Feb 19 01:42:33.083 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6525 | 2026-02-19T01:42:33.217Z | [ recovery-image] Feb 19 01:42:33.097 INFO O| Feb 19 01:42:33.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1" |
| 6526 | 2026-02-19T01:42:33.217Z | [ recovery-image] Feb 19 01:42:33.098 INFO O| Feb 19 01:42:33.097 INFO STEP 581 (remove_files) COMPLETE |
| 6527 | 2026-02-19T01:42:33.217Z | [ recovery-image] Feb 19 01:42:33.098 INFO O| Feb 19 01:42:33.098 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6528 | 2026-02-19T01:42:33.242Z | [ recovery-image] Feb 19 01:42:33.113 INFO O| Feb 19 01:42:33.113 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
| 6529 | 2026-02-19T01:42:33.242Z | [ recovery-image] Feb 19 01:42:33.113 INFO O| Feb 19 01:42:33.113 INFO STEP 582 (remove_files) COMPLETE |
| 6530 | 2026-02-19T01:42:33.242Z | [ recovery-image] Feb 19 01:42:33.113 INFO O| Feb 19 01:42:33.113 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6531 | 2026-02-19T01:42:33.242Z | [ recovery-image] Feb 19 01:42:33.130 INFO O| Feb 19 01:42:33.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1" |
| 6532 | 2026-02-19T01:42:33.242Z | [ recovery-image] Feb 19 01:42:33.130 INFO O| Feb 19 01:42:33.130 INFO STEP 583 (remove_files) COMPLETE |
| 6533 | 2026-02-19T01:42:33.242Z | [ recovery-image] Feb 19 01:42:33.130 INFO O| Feb 19 01:42:33.130 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6534 | 2026-02-19T01:42:33.267Z | [ recovery-image] Feb 19 01:42:33.147 INFO O| Feb 19 01:42:33.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1" |
| 6535 | 2026-02-19T01:42:33.267Z | [ recovery-image] Feb 19 01:42:33.147 INFO O| Feb 19 01:42:33.147 INFO STEP 584 (remove_files) COMPLETE |
| 6536 | 2026-02-19T01:42:33.267Z | [ recovery-image] Feb 19 01:42:33.147 INFO O| Feb 19 01:42:33.147 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6537 | 2026-02-19T01:42:33.291Z | [ recovery-image] Feb 19 01:42:33.163 INFO O| Feb 19 01:42:33.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1" |
| 6538 | 2026-02-19T01:42:33.291Z | [ recovery-image] Feb 19 01:42:33.163 INFO O| Feb 19 01:42:33.163 INFO STEP 585 (remove_files) COMPLETE |
| 6539 | 2026-02-19T01:42:33.291Z | [ recovery-image] Feb 19 01:42:33.163 INFO O| Feb 19 01:42:33.163 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6540 | 2026-02-19T01:42:33.291Z | [ recovery-image] Feb 19 01:42:33.177 INFO O| Feb 19 01:42:33.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1" |
| 6541 | 2026-02-19T01:42:33.291Z | [ recovery-image] Feb 19 01:42:33.177 INFO O| Feb 19 01:42:33.177 INFO STEP 586 (remove_files) COMPLETE |
| 6542 | 2026-02-19T01:42:33.291Z | [ recovery-image] Feb 19 01:42:33.177 INFO O| Feb 19 01:42:33.177 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6543 | 2026-02-19T01:42:33.317Z | [ recovery-image] Feb 19 01:42:33.188 INFO O| Feb 19 01:42:33.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1" |
| 6544 | 2026-02-19T01:42:33.317Z | [ recovery-image] Feb 19 01:42:33.188 INFO O| Feb 19 01:42:33.188 INFO STEP 587 (remove_files) COMPLETE |
| 6545 | 2026-02-19T01:42:33.317Z | [ recovery-image] Feb 19 01:42:33.188 INFO O| Feb 19 01:42:33.188 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6546 | 2026-02-19T01:42:33.317Z | [ recovery-image] Feb 19 01:42:33.199 INFO O| Feb 19 01:42:33.199 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1" |
| 6547 | 2026-02-19T01:42:33.317Z | [ recovery-image] Feb 19 01:42:33.199 INFO O| Feb 19 01:42:33.199 INFO STEP 588 (remove_files) COMPLETE |
| 6548 | 2026-02-19T01:42:33.317Z | [ recovery-image] Feb 19 01:42:33.199 INFO O| Feb 19 01:42:33.199 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6549 | 2026-02-19T01:42:33.317Z | [ recovery-image] Feb 19 01:42:33.211 INFO O| Feb 19 01:42:33.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1" |
| 6550 | 2026-02-19T01:42:33.317Z | [ recovery-image] Feb 19 01:42:33.211 INFO O| Feb 19 01:42:33.211 INFO STEP 589 (remove_files) COMPLETE |
| 6551 | 2026-02-19T01:42:33.317Z | [ recovery-image] Feb 19 01:42:33.211 INFO O| Feb 19 01:42:33.211 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6552 | 2026-02-19T01:42:33.341Z | [ recovery-image] Feb 19 01:42:33.222 INFO O| Feb 19 01:42:33.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
| 6553 | 2026-02-19T01:42:33.341Z | [ recovery-image] Feb 19 01:42:33.222 INFO O| Feb 19 01:42:33.222 INFO STEP 590 (remove_files) COMPLETE |
| 6554 | 2026-02-19T01:42:33.341Z | [ recovery-image] Feb 19 01:42:33.223 INFO O| Feb 19 01:42:33.222 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6555 | 2026-02-19T01:42:33.366Z | [ recovery-image] Feb 19 01:42:33.240 INFO O| Feb 19 01:42:33.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1" |
| 6556 | 2026-02-19T01:42:33.366Z | [ recovery-image] Feb 19 01:42:33.240 INFO O| Feb 19 01:42:33.240 INFO STEP 591 (remove_files) COMPLETE |
| 6557 | 2026-02-19T01:42:33.366Z | [ recovery-image] Feb 19 01:42:33.240 INFO O| Feb 19 01:42:33.240 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6558 | 2026-02-19T01:42:33.366Z | [ recovery-image] Feb 19 01:42:33.256 INFO O| Feb 19 01:42:33.256 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1" |
| 6559 | 2026-02-19T01:42:33.366Z | [ recovery-image] Feb 19 01:42:33.257 INFO O| Feb 19 01:42:33.257 INFO STEP 592 (remove_files) COMPLETE |
| 6560 | 2026-02-19T01:42:33.366Z | [ recovery-image] Feb 19 01:42:33.257 INFO O| Feb 19 01:42:33.257 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6561 | 2026-02-19T01:42:33.391Z | [ recovery-image] Feb 19 01:42:33.270 INFO O| Feb 19 01:42:33.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5" |
| 6562 | 2026-02-19T01:42:33.391Z | [ recovery-image] Feb 19 01:42:33.270 INFO O| Feb 19 01:42:33.270 INFO STEP 593 (remove_files) COMPLETE |
| 6563 | 2026-02-19T01:42:33.391Z | [ recovery-image] Feb 19 01:42:33.270 INFO O| Feb 19 01:42:33.270 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6564 | 2026-02-19T01:42:33.416Z | [ recovery-image] Feb 19 01:42:33.289 INFO O| Feb 19 01:42:33.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1" |
| 6565 | 2026-02-19T01:42:33.416Z | [ recovery-image] Feb 19 01:42:33.289 INFO O| Feb 19 01:42:33.289 INFO STEP 594 (remove_files) COMPLETE |
| 6566 | 2026-02-19T01:42:33.416Z | [ recovery-image] Feb 19 01:42:33.289 INFO O| Feb 19 01:42:33.289 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6567 | 2026-02-19T01:42:33.416Z | [ recovery-image] Feb 19 01:42:33.306 INFO O| Feb 19 01:42:33.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1" |
| 6568 | 2026-02-19T01:42:33.416Z | [ recovery-image] Feb 19 01:42:33.306 INFO O| Feb 19 01:42:33.306 INFO STEP 595 (remove_files) COMPLETE |
| 6569 | 2026-02-19T01:42:33.416Z | [ recovery-image] Feb 19 01:42:33.306 INFO O| Feb 19 01:42:33.306 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6570 | 2026-02-19T01:42:33.441Z | [ recovery-image] Feb 19 01:42:33.323 INFO O| Feb 19 01:42:33.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1" |
| 6571 | 2026-02-19T01:42:33.441Z | [ recovery-image] Feb 19 01:42:33.323 INFO O| Feb 19 01:42:33.323 INFO STEP 596 (remove_files) COMPLETE |
| 6572 | 2026-02-19T01:42:33.441Z | [ recovery-image] Feb 19 01:42:33.323 INFO O| Feb 19 01:42:33.323 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6573 | 2026-02-19T01:42:33.466Z | [ recovery-image] Feb 19 01:42:33.340 INFO O| Feb 19 01:42:33.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1" |
| 6574 | 2026-02-19T01:42:33.466Z | [ recovery-image] Feb 19 01:42:33.341 INFO O| Feb 19 01:42:33.341 INFO STEP 597 (remove_files) COMPLETE |
| 6575 | 2026-02-19T01:42:33.466Z | [ recovery-image] Feb 19 01:42:33.341 INFO O| Feb 19 01:42:33.341 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6576 | 2026-02-19T01:42:33.466Z | [ recovery-image] Feb 19 01:42:33.358 INFO O| Feb 19 01:42:33.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1" |
| 6577 | 2026-02-19T01:42:33.466Z | [ recovery-image] Feb 19 01:42:33.358 INFO O| Feb 19 01:42:33.358 INFO STEP 598 (remove_files) COMPLETE |
| 6578 | 2026-02-19T01:42:33.466Z | [ recovery-image] Feb 19 01:42:33.358 INFO O| Feb 19 01:42:33.358 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6579 | 2026-02-19T01:42:33.491Z | [ recovery-image] Feb 19 01:42:33.376 INFO O| Feb 19 01:42:33.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
| 6580 | 2026-02-19T01:42:33.491Z | [ recovery-image] Feb 19 01:42:33.376 INFO O| Feb 19 01:42:33.376 INFO STEP 599 (remove_files) COMPLETE |
| 6581 | 2026-02-19T01:42:33.491Z | [ recovery-image] Feb 19 01:42:33.376 INFO O| Feb 19 01:42:33.376 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6582 | 2026-02-19T01:42:33.515Z | [ recovery-image] Feb 19 01:42:33.393 INFO O| Feb 19 01:42:33.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1" |
| 6583 | 2026-02-19T01:42:33.515Z | [ recovery-image] Feb 19 01:42:33.393 INFO O| Feb 19 01:42:33.393 INFO STEP 600 (remove_files) COMPLETE |
| 6584 | 2026-02-19T01:42:33.515Z | [ recovery-image] Feb 19 01:42:33.393 INFO O| Feb 19 01:42:33.393 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6585 | 2026-02-19T01:42:33.515Z | [ recovery-image] Feb 19 01:42:33.410 INFO O| Feb 19 01:42:33.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
| 6586 | 2026-02-19T01:42:33.516Z | [ recovery-image] Feb 19 01:42:33.410 INFO O| Feb 19 01:42:33.410 INFO STEP 601 (remove_files) COMPLETE |
| 6587 | 2026-02-19T01:42:33.516Z | [ recovery-image] Feb 19 01:42:33.410 INFO O| Feb 19 01:42:33.410 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6588 | 2026-02-19T01:42:33.540Z | [ recovery-image] Feb 19 01:42:33.424 INFO O| Feb 19 01:42:33.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
| 6589 | 2026-02-19T01:42:33.540Z | [ recovery-image] Feb 19 01:42:33.424 INFO O| Feb 19 01:42:33.424 INFO STEP 602 (remove_files) COMPLETE |
| 6590 | 2026-02-19T01:42:33.540Z | [ recovery-image] Feb 19 01:42:33.424 INFO O| Feb 19 01:42:33.424 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6591 | 2026-02-19T01:42:33.565Z | [ recovery-image] Feb 19 01:42:33.442 INFO O| Feb 19 01:42:33.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1" |
| 6592 | 2026-02-19T01:42:33.565Z | [ recovery-image] Feb 19 01:42:33.443 INFO O| Feb 19 01:42:33.443 INFO STEP 603 (remove_files) COMPLETE |
| 6593 | 2026-02-19T01:42:33.565Z | [ recovery-image] Feb 19 01:42:33.443 INFO O| Feb 19 01:42:33.443 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6594 | 2026-02-19T01:42:33.565Z | [ recovery-image] Feb 19 01:42:33.459 INFO O| Feb 19 01:42:33.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1" |
| 6595 | 2026-02-19T01:42:33.565Z | [ recovery-image] Feb 19 01:42:33.460 INFO O| Feb 19 01:42:33.460 INFO STEP 604 (remove_files) COMPLETE |
| 6596 | 2026-02-19T01:42:33.565Z | [ recovery-image] Feb 19 01:42:33.460 INFO O| Feb 19 01:42:33.460 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6597 | 2026-02-19T01:42:33.589Z | [ recovery-image] Feb 19 01:42:33.472 INFO O| Feb 19 01:42:33.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
| 6598 | 2026-02-19T01:42:33.590Z | [ recovery-image] Feb 19 01:42:33.473 INFO O| Feb 19 01:42:33.473 INFO STEP 605 (remove_files) COMPLETE |
| 6599 | 2026-02-19T01:42:33.590Z | [ recovery-image] Feb 19 01:42:33.473 INFO O| Feb 19 01:42:33.473 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6600 | 2026-02-19T01:42:33.614Z | [ recovery-image] Feb 19 01:42:33.488 INFO O| Feb 19 01:42:33.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
| 6601 | 2026-02-19T01:42:33.614Z | [ recovery-image] Feb 19 01:42:33.488 INFO O| Feb 19 01:42:33.488 INFO STEP 606 (remove_files) COMPLETE |
| 6602 | 2026-02-19T01:42:33.614Z | [ recovery-image] Feb 19 01:42:33.488 INFO O| Feb 19 01:42:33.488 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6603 | 2026-02-19T01:42:33.614Z | [ recovery-image] Feb 19 01:42:33.505 INFO O| Feb 19 01:42:33.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1" |
| 6604 | 2026-02-19T01:42:33.614Z | [ recovery-image] Feb 19 01:42:33.505 INFO O| Feb 19 01:42:33.505 INFO STEP 607 (remove_files) COMPLETE |
| 6605 | 2026-02-19T01:42:33.614Z | [ recovery-image] Feb 19 01:42:33.505 INFO O| Feb 19 01:42:33.505 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6606 | 2026-02-19T01:42:33.639Z | [ recovery-image] Feb 19 01:42:33.517 INFO O| Feb 19 01:42:33.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1" |
| 6607 | 2026-02-19T01:42:33.639Z | [ recovery-image] Feb 19 01:42:33.517 INFO O| Feb 19 01:42:33.517 INFO STEP 608 (remove_files) COMPLETE |
| 6608 | 2026-02-19T01:42:33.639Z | [ recovery-image] Feb 19 01:42:33.517 INFO O| Feb 19 01:42:33.517 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6609 | 2026-02-19T01:42:33.639Z | [ recovery-image] Feb 19 01:42:33.533 INFO O| Feb 19 01:42:33.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1" |
| 6610 | 2026-02-19T01:42:33.639Z | [ recovery-image] Feb 19 01:42:33.533 INFO O| Feb 19 01:42:33.533 INFO STEP 609 (remove_files) COMPLETE |
| 6611 | 2026-02-19T01:42:33.639Z | [ recovery-image] Feb 19 01:42:33.533 INFO O| Feb 19 01:42:33.533 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6612 | 2026-02-19T01:42:33.663Z | [ recovery-image] Feb 19 01:42:33.546 INFO O| Feb 19 01:42:33.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
| 6613 | 2026-02-19T01:42:33.663Z | [ recovery-image] Feb 19 01:42:33.546 INFO O| Feb 19 01:42:33.546 INFO STEP 610 (remove_files) COMPLETE |
| 6614 | 2026-02-19T01:42:33.663Z | [ recovery-image] Feb 19 01:42:33.546 INFO O| Feb 19 01:42:33.546 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6615 | 2026-02-19T01:42:33.688Z | [ recovery-image] Feb 19 01:42:33.562 INFO O| Feb 19 01:42:33.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1" |
| 6616 | 2026-02-19T01:42:33.688Z | [ recovery-image] Feb 19 01:42:33.563 INFO O| Feb 19 01:42:33.563 INFO STEP 611 (remove_files) COMPLETE |
| 6617 | 2026-02-19T01:42:33.688Z | [ recovery-image] Feb 19 01:42:33.563 INFO O| Feb 19 01:42:33.563 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6618 | 2026-02-19T01:42:33.688Z | [ recovery-image] Feb 19 01:42:33.579 INFO O| Feb 19 01:42:33.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1" |
| 6619 | 2026-02-19T01:42:33.688Z | [ recovery-image] Feb 19 01:42:33.580 INFO O| Feb 19 01:42:33.580 INFO STEP 612 (remove_files) COMPLETE |
| 6620 | 2026-02-19T01:42:33.688Z | [ recovery-image] Feb 19 01:42:33.580 INFO O| Feb 19 01:42:33.580 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6621 | 2026-02-19T01:42:33.712Z | [ recovery-image] Feb 19 01:42:33.594 INFO O| Feb 19 01:42:33.594 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1" |
| 6622 | 2026-02-19T01:42:33.713Z | [ recovery-image] Feb 19 01:42:33.595 INFO O| Feb 19 01:42:33.595 INFO STEP 613 (remove_files) COMPLETE |
| 6623 | 2026-02-19T01:42:33.713Z | [ recovery-image] Feb 19 01:42:33.595 INFO O| Feb 19 01:42:33.595 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6624 | 2026-02-19T01:42:33.737Z | [ recovery-image] Feb 19 01:42:33.608 INFO O| Feb 19 01:42:33.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1" |
| 6625 | 2026-02-19T01:42:33.737Z | [ recovery-image] Feb 19 01:42:33.608 INFO O| Feb 19 01:42:33.608 INFO STEP 614 (remove_files) COMPLETE |
| 6626 | 2026-02-19T01:42:33.737Z | [ recovery-image] Feb 19 01:42:33.608 INFO O| Feb 19 01:42:33.608 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6627 | 2026-02-19T01:42:33.737Z | [ recovery-image] Feb 19 01:42:33.627 INFO O| Feb 19 01:42:33.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1" |
| 6628 | 2026-02-19T01:42:33.737Z | [ recovery-image] Feb 19 01:42:33.627 INFO O| Feb 19 01:42:33.627 INFO STEP 615 (remove_files) COMPLETE |
| 6629 | 2026-02-19T01:42:33.737Z | [ recovery-image] Feb 19 01:42:33.627 INFO O| Feb 19 01:42:33.627 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6630 | 2026-02-19T01:42:33.762Z | [ recovery-image] Feb 19 01:42:33.640 INFO O| Feb 19 01:42:33.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1" |
| 6631 | 2026-02-19T01:42:33.762Z | [ recovery-image] Feb 19 01:42:33.641 INFO O| Feb 19 01:42:33.641 INFO STEP 616 (remove_files) COMPLETE |
| 6632 | 2026-02-19T01:42:33.762Z | [ recovery-image] Feb 19 01:42:33.641 INFO O| Feb 19 01:42:33.641 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6633 | 2026-02-19T01:42:33.762Z | [ recovery-image] Feb 19 01:42:33.653 INFO O| Feb 19 01:42:33.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1" |
| 6634 | 2026-02-19T01:42:33.762Z | [ recovery-image] Feb 19 01:42:33.653 INFO O| Feb 19 01:42:33.653 INFO STEP 617 (remove_files) COMPLETE |
| 6635 | 2026-02-19T01:42:33.762Z | [ recovery-image] Feb 19 01:42:33.653 INFO O| Feb 19 01:42:33.653 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6636 | 2026-02-19T01:42:33.787Z | [ recovery-image] Feb 19 01:42:33.665 INFO O| Feb 19 01:42:33.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1" |
| 6637 | 2026-02-19T01:42:33.787Z | [ recovery-image] Feb 19 01:42:33.665 INFO O| Feb 19 01:42:33.665 INFO STEP 618 (remove_files) COMPLETE |
| 6638 | 2026-02-19T01:42:33.787Z | [ recovery-image] Feb 19 01:42:33.665 INFO O| Feb 19 01:42:33.665 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6639 | 2026-02-19T01:42:33.787Z | [ recovery-image] Feb 19 01:42:33.677 INFO O| Feb 19 01:42:33.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
| 6640 | 2026-02-19T01:42:33.787Z | [ recovery-image] Feb 19 01:42:33.677 INFO O| Feb 19 01:42:33.677 INFO STEP 619 (remove_files) COMPLETE |
| 6641 | 2026-02-19T01:42:33.787Z | [ recovery-image] Feb 19 01:42:33.677 INFO O| Feb 19 01:42:33.677 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6642 | 2026-02-19T01:42:33.811Z | [ recovery-image] Feb 19 01:42:33.694 INFO O| Feb 19 01:42:33.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
| 6643 | 2026-02-19T01:42:33.811Z | [ recovery-image] Feb 19 01:42:33.695 INFO O| Feb 19 01:42:33.695 INFO STEP 620 (remove_files) COMPLETE |
| 6644 | 2026-02-19T01:42:33.811Z | [ recovery-image] Feb 19 01:42:33.695 INFO O| Feb 19 01:42:33.695 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6645 | 2026-02-19T01:42:33.836Z | [ recovery-image] Feb 19 01:42:33.716 INFO O| Feb 19 01:42:33.716 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
| 6646 | 2026-02-19T01:42:33.836Z | [ recovery-image] Feb 19 01:42:33.716 INFO O| Feb 19 01:42:33.716 INFO STEP 621 (remove_files) COMPLETE |
| 6647 | 2026-02-19T01:42:33.836Z | [ recovery-image] Feb 19 01:42:33.716 INFO O| Feb 19 01:42:33.716 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6648 | 2026-02-19T01:42:33.861Z | [ recovery-image] Feb 19 01:42:33.735 INFO O| Feb 19 01:42:33.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1" |
| 6649 | 2026-02-19T01:42:33.861Z | [ recovery-image] Feb 19 01:42:33.735 INFO O| Feb 19 01:42:33.735 INFO STEP 622 (remove_files) COMPLETE |
| 6650 | 2026-02-19T01:42:33.861Z | [ recovery-image] Feb 19 01:42:33.735 INFO O| Feb 19 01:42:33.735 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6651 | 2026-02-19T01:42:33.861Z | [ recovery-image] Feb 19 01:42:33.753 INFO O| Feb 19 01:42:33.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1" |
| 6652 | 2026-02-19T01:42:33.861Z | [ recovery-image] Feb 19 01:42:33.754 INFO O| Feb 19 01:42:33.754 INFO STEP 623 (remove_files) COMPLETE |
| 6653 | 2026-02-19T01:42:33.861Z | [ recovery-image] Feb 19 01:42:33.754 INFO O| Feb 19 01:42:33.754 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6654 | 2026-02-19T01:42:33.889Z | [ recovery-image] Feb 19 01:42:33.769 INFO O| Feb 19 01:42:33.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
| 6655 | 2026-02-19T01:42:33.889Z | [ recovery-image] Feb 19 01:42:33.769 INFO O| Feb 19 01:42:33.769 INFO STEP 624 (remove_files) COMPLETE |
| 6656 | 2026-02-19T01:42:33.889Z | [ recovery-image] Feb 19 01:42:33.769 INFO O| Feb 19 01:42:33.769 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6657 | 2026-02-19T01:42:33.889Z | [ recovery-image] Feb 19 01:42:33.783 INFO O| Feb 19 01:42:33.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
| 6658 | 2026-02-19T01:42:33.889Z | [ recovery-image] Feb 19 01:42:33.783 INFO O| Feb 19 01:42:33.783 INFO STEP 625 (remove_files) COMPLETE |
| 6659 | 2026-02-19T01:42:33.889Z | [ recovery-image] Feb 19 01:42:33.783 INFO O| Feb 19 01:42:33.783 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6660 | 2026-02-19T01:42:33.914Z | [ recovery-image] Feb 19 01:42:33.800 INFO O| Feb 19 01:42:33.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1" |
| 6661 | 2026-02-19T01:42:33.914Z | [ recovery-image] Feb 19 01:42:33.800 INFO O| Feb 19 01:42:33.800 INFO STEP 626 (remove_files) COMPLETE |
| 6662 | 2026-02-19T01:42:33.914Z | [ recovery-image] Feb 19 01:42:33.800 INFO O| Feb 19 01:42:33.800 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6663 | 2026-02-19T01:42:33.938Z | [ recovery-image] Feb 19 01:42:33.817 INFO O| Feb 19 01:42:33.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
| 6664 | 2026-02-19T01:42:33.938Z | [ recovery-image] Feb 19 01:42:33.817 INFO O| Feb 19 01:42:33.817 INFO STEP 627 (remove_files) COMPLETE |
| 6665 | 2026-02-19T01:42:33.938Z | [ recovery-image] Feb 19 01:42:33.817 INFO O| Feb 19 01:42:33.817 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6666 | 2026-02-19T01:42:33.939Z | [ recovery-image] Feb 19 01:42:33.831 INFO O| Feb 19 01:42:33.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
| 6667 | 2026-02-19T01:42:33.939Z | [ recovery-image] Feb 19 01:42:33.831 INFO O| Feb 19 01:42:33.831 INFO STEP 628 (remove_files) COMPLETE |
| 6668 | 2026-02-19T01:42:33.939Z | [ recovery-image] Feb 19 01:42:33.832 INFO O| Feb 19 01:42:33.831 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6669 | 2026-02-19T01:42:33.963Z | [ recovery-image] Feb 19 01:42:33.844 INFO O| Feb 19 01:42:33.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
| 6670 | 2026-02-19T01:42:33.963Z | [ recovery-image] Feb 19 01:42:33.845 INFO O| Feb 19 01:42:33.845 INFO STEP 629 (remove_files) COMPLETE |
| 6671 | 2026-02-19T01:42:33.963Z | [ recovery-image] Feb 19 01:42:33.845 INFO O| Feb 19 01:42:33.845 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6672 | 2026-02-19T01:42:33.963Z | [ recovery-image] Feb 19 01:42:33.858 INFO O| Feb 19 01:42:33.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
| 6673 | 2026-02-19T01:42:33.963Z | [ recovery-image] Feb 19 01:42:33.858 INFO O| Feb 19 01:42:33.858 INFO STEP 630 (remove_files) COMPLETE |
| 6674 | 2026-02-19T01:42:33.963Z | [ recovery-image] Feb 19 01:42:33.858 INFO O| Feb 19 01:42:33.858 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6675 | 2026-02-19T01:42:33.988Z | [ recovery-image] Feb 19 01:42:33.874 INFO O| Feb 19 01:42:33.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1" |
| 6676 | 2026-02-19T01:42:33.988Z | [ recovery-image] Feb 19 01:42:33.874 INFO O| Feb 19 01:42:33.874 INFO STEP 631 (remove_files) COMPLETE |
| 6677 | 2026-02-19T01:42:33.988Z | [ recovery-image] Feb 19 01:42:33.874 INFO O| Feb 19 01:42:33.874 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6678 | 2026-02-19T01:42:34.013Z | [ recovery-image] Feb 19 01:42:33.888 INFO O| Feb 19 01:42:33.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1" |
| 6679 | 2026-02-19T01:42:34.013Z | [ recovery-image] Feb 19 01:42:33.888 INFO O| Feb 19 01:42:33.888 INFO STEP 632 (remove_files) COMPLETE |
| 6680 | 2026-02-19T01:42:34.013Z | [ recovery-image] Feb 19 01:42:33.888 INFO O| Feb 19 01:42:33.888 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6681 | 2026-02-19T01:42:34.013Z | [ recovery-image] Feb 19 01:42:33.901 INFO O| Feb 19 01:42:33.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1" |
| 6682 | 2026-02-19T01:42:34.013Z | [ recovery-image] Feb 19 01:42:33.901 INFO O| Feb 19 01:42:33.901 INFO STEP 633 (remove_files) COMPLETE |
| 6683 | 2026-02-19T01:42:34.013Z | [ recovery-image] Feb 19 01:42:33.902 INFO O| Feb 19 01:42:33.901 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6684 | 2026-02-19T01:42:34.038Z | [ recovery-image] Feb 19 01:42:33.917 INFO O| Feb 19 01:42:33.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1" |
| 6685 | 2026-02-19T01:42:34.038Z | [ recovery-image] Feb 19 01:42:33.918 INFO O| Feb 19 01:42:33.917 INFO STEP 634 (remove_files) COMPLETE |
| 6686 | 2026-02-19T01:42:34.038Z | [ recovery-image] Feb 19 01:42:33.918 INFO O| Feb 19 01:42:33.918 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6687 | 2026-02-19T01:42:34.063Z | [ recovery-image] Feb 19 01:42:33.934 INFO O| Feb 19 01:42:33.933 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1" |
| 6688 | 2026-02-19T01:42:34.063Z | [ recovery-image] Feb 19 01:42:33.934 INFO O| Feb 19 01:42:33.934 INFO STEP 635 (remove_files) COMPLETE |
| 6689 | 2026-02-19T01:42:34.063Z | [ recovery-image] Feb 19 01:42:33.934 INFO O| Feb 19 01:42:33.934 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6690 | 2026-02-19T01:42:34.063Z | [ recovery-image] Feb 19 01:42:33.947 INFO O| Feb 19 01:42:33.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
| 6691 | 2026-02-19T01:42:34.063Z | [ recovery-image] Feb 19 01:42:33.947 INFO O| Feb 19 01:42:33.947 INFO STEP 636 (remove_files) COMPLETE |
| 6692 | 2026-02-19T01:42:34.063Z | [ recovery-image] Feb 19 01:42:33.947 INFO O| Feb 19 01:42:33.947 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6693 | 2026-02-19T01:42:34.088Z | [ recovery-image] Feb 19 01:42:33.960 INFO O| Feb 19 01:42:33.960 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1" |
| 6694 | 2026-02-19T01:42:34.088Z | [ recovery-image] Feb 19 01:42:33.960 INFO O| Feb 19 01:42:33.960 INFO STEP 637 (remove_files) COMPLETE |
| 6695 | 2026-02-19T01:42:34.088Z | [ recovery-image] Feb 19 01:42:33.960 INFO O| Feb 19 01:42:33.960 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6696 | 2026-02-19T01:42:34.088Z | [ recovery-image] Feb 19 01:42:33.976 INFO O| Feb 19 01:42:33.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
| 6697 | 2026-02-19T01:42:34.088Z | [ recovery-image] Feb 19 01:42:33.976 INFO O| Feb 19 01:42:33.976 INFO STEP 638 (remove_files) COMPLETE |
| 6698 | 2026-02-19T01:42:34.088Z | [ recovery-image] Feb 19 01:42:33.976 INFO O| Feb 19 01:42:33.976 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6699 | 2026-02-19T01:42:34.113Z | [ recovery-image] Feb 19 01:42:33.991 INFO O| Feb 19 01:42:33.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
| 6700 | 2026-02-19T01:42:34.113Z | [ recovery-image] Feb 19 01:42:33.991 INFO O| Feb 19 01:42:33.991 INFO STEP 639 (remove_files) COMPLETE |
| 6701 | 2026-02-19T01:42:34.113Z | [ recovery-image] Feb 19 01:42:33.991 INFO O| Feb 19 01:42:33.991 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6702 | 2026-02-19T01:42:34.113Z | [ recovery-image] Feb 19 01:42:34.005 INFO O| Feb 19 01:42:34.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
| 6703 | 2026-02-19T01:42:34.113Z | [ recovery-image] Feb 19 01:42:34.005 INFO O| Feb 19 01:42:34.005 INFO STEP 640 (remove_files) COMPLETE |
| 6704 | 2026-02-19T01:42:34.113Z | [ recovery-image] Feb 19 01:42:34.005 INFO O| Feb 19 01:42:34.005 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6705 | 2026-02-19T01:42:34.138Z | [ recovery-image] Feb 19 01:42:34.020 INFO O| Feb 19 01:42:34.020 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
| 6706 | 2026-02-19T01:42:34.139Z | [ recovery-image] Feb 19 01:42:34.020 INFO O| Feb 19 01:42:34.020 INFO STEP 641 (remove_files) COMPLETE |
| 6707 | 2026-02-19T01:42:34.139Z | [ recovery-image] Feb 19 01:42:34.020 INFO O| Feb 19 01:42:34.020 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6708 | 2026-02-19T01:42:34.163Z | [ recovery-image] Feb 19 01:42:34.036 INFO O| Feb 19 01:42:34.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
| 6709 | 2026-02-19T01:42:34.163Z | [ recovery-image] Feb 19 01:42:34.036 INFO O| Feb 19 01:42:34.036 INFO STEP 642 (remove_files) COMPLETE |
| 6710 | 2026-02-19T01:42:34.163Z | [ recovery-image] Feb 19 01:42:34.036 INFO O| Feb 19 01:42:34.036 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6711 | 2026-02-19T01:42:34.164Z | [ recovery-image] Feb 19 01:42:34.049 INFO O| Feb 19 01:42:34.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
| 6712 | 2026-02-19T01:42:34.164Z | [ recovery-image] Feb 19 01:42:34.049 INFO O| Feb 19 01:42:34.049 INFO STEP 643 (remove_files) COMPLETE |
| 6713 | 2026-02-19T01:42:34.164Z | [ recovery-image] Feb 19 01:42:34.049 INFO O| Feb 19 01:42:34.049 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6714 | 2026-02-19T01:42:34.188Z | [ recovery-image] Feb 19 01:42:34.062 INFO O| Feb 19 01:42:34.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
| 6715 | 2026-02-19T01:42:34.189Z | [ recovery-image] Feb 19 01:42:34.062 INFO O| Feb 19 01:42:34.062 INFO STEP 644 (remove_files) COMPLETE |
| 6716 | 2026-02-19T01:42:34.189Z | [ recovery-image] Feb 19 01:42:34.062 INFO O| Feb 19 01:42:34.062 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6717 | 2026-02-19T01:42:34.189Z | [ recovery-image] Feb 19 01:42:34.077 INFO O| Feb 19 01:42:34.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
| 6718 | 2026-02-19T01:42:34.189Z | [ recovery-image] Feb 19 01:42:34.077 INFO O| Feb 19 01:42:34.077 INFO STEP 645 (remove_files) COMPLETE |
| 6719 | 2026-02-19T01:42:34.189Z | [ recovery-image] Feb 19 01:42:34.077 INFO O| Feb 19 01:42:34.077 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6720 | 2026-02-19T01:42:34.214Z | [ recovery-image] Feb 19 01:42:34.089 INFO O| Feb 19 01:42:34.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
| 6721 | 2026-02-19T01:42:34.214Z | [ recovery-image] Feb 19 01:42:34.089 INFO O| Feb 19 01:42:34.089 INFO STEP 646 (remove_files) COMPLETE |
| 6722 | 2026-02-19T01:42:34.214Z | [ recovery-image] Feb 19 01:42:34.089 INFO O| Feb 19 01:42:34.089 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6723 | 2026-02-19T01:42:34.214Z | [ recovery-image] Feb 19 01:42:34.105 INFO O| Feb 19 01:42:34.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
| 6724 | 2026-02-19T01:42:34.214Z | [ recovery-image] Feb 19 01:42:34.106 INFO O| Feb 19 01:42:34.106 INFO STEP 647 (remove_files) COMPLETE |
| 6725 | 2026-02-19T01:42:34.214Z | [ recovery-image] Feb 19 01:42:34.106 INFO O| Feb 19 01:42:34.106 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6726 | 2026-02-19T01:42:34.239Z | [ recovery-image] Feb 19 01:42:34.122 INFO O| Feb 19 01:42:34.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
| 6727 | 2026-02-19T01:42:34.239Z | [ recovery-image] Feb 19 01:42:34.122 INFO O| Feb 19 01:42:34.122 INFO STEP 648 (remove_files) COMPLETE |
| 6728 | 2026-02-19T01:42:34.239Z | [ recovery-image] Feb 19 01:42:34.122 INFO O| Feb 19 01:42:34.122 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6729 | 2026-02-19T01:42:34.263Z | [ recovery-image] Feb 19 01:42:34.137 INFO O| Feb 19 01:42:34.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
| 6730 | 2026-02-19T01:42:34.263Z | [ recovery-image] Feb 19 01:42:34.137 INFO O| Feb 19 01:42:34.137 INFO STEP 649 (remove_files) COMPLETE |
| 6731 | 2026-02-19T01:42:34.263Z | [ recovery-image] Feb 19 01:42:34.137 INFO O| Feb 19 01:42:34.137 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6732 | 2026-02-19T01:42:34.263Z | [ recovery-image] Feb 19 01:42:34.153 INFO O| Feb 19 01:42:34.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
| 6733 | 2026-02-19T01:42:34.264Z | [ recovery-image] Feb 19 01:42:34.153 INFO O| Feb 19 01:42:34.153 INFO STEP 650 (remove_files) COMPLETE |
| 6734 | 2026-02-19T01:42:34.264Z | [ recovery-image] Feb 19 01:42:34.153 INFO O| Feb 19 01:42:34.153 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6735 | 2026-02-19T01:42:34.288Z | [ recovery-image] Feb 19 01:42:34.168 INFO O| Feb 19 01:42:34.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
| 6736 | 2026-02-19T01:42:34.289Z | [ recovery-image] Feb 19 01:42:34.168 INFO O| Feb 19 01:42:34.168 INFO STEP 651 (remove_files) COMPLETE |
| 6737 | 2026-02-19T01:42:34.289Z | [ recovery-image] Feb 19 01:42:34.168 INFO O| Feb 19 01:42:34.168 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6738 | 2026-02-19T01:42:34.289Z | [ recovery-image] Feb 19 01:42:34.182 INFO O| Feb 19 01:42:34.182 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
| 6739 | 2026-02-19T01:42:34.289Z | [ recovery-image] Feb 19 01:42:34.182 INFO O| Feb 19 01:42:34.182 INFO STEP 652 (remove_files) COMPLETE |
| 6740 | 2026-02-19T01:42:34.289Z | [ recovery-image] Feb 19 01:42:34.182 INFO O| Feb 19 01:42:34.182 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6741 | 2026-02-19T01:42:34.313Z | [ recovery-image] Feb 19 01:42:34.197 INFO O| Feb 19 01:42:34.197 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
| 6742 | 2026-02-19T01:42:34.313Z | [ recovery-image] Feb 19 01:42:34.197 INFO O| Feb 19 01:42:34.197 INFO STEP 653 (remove_files) COMPLETE |
| 6743 | 2026-02-19T01:42:34.313Z | [ recovery-image] Feb 19 01:42:34.197 INFO O| Feb 19 01:42:34.197 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6744 | 2026-02-19T01:42:34.338Z | [ recovery-image] Feb 19 01:42:34.210 INFO O| Feb 19 01:42:34.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
| 6745 | 2026-02-19T01:42:34.338Z | [ recovery-image] Feb 19 01:42:34.210 INFO O| Feb 19 01:42:34.210 INFO STEP 654 (remove_files) COMPLETE |
| 6746 | 2026-02-19T01:42:34.338Z | [ recovery-image] Feb 19 01:42:34.210 INFO O| Feb 19 01:42:34.210 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6747 | 2026-02-19T01:42:34.338Z | [ recovery-image] Feb 19 01:42:34.228 INFO O| Feb 19 01:42:34.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
| 6748 | 2026-02-19T01:42:34.338Z | [ recovery-image] Feb 19 01:42:34.228 INFO O| Feb 19 01:42:34.228 INFO STEP 655 (remove_files) COMPLETE |
| 6749 | 2026-02-19T01:42:34.338Z | [ recovery-image] Feb 19 01:42:34.228 INFO O| Feb 19 01:42:34.228 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6750 | 2026-02-19T01:42:34.363Z | [ recovery-image] Feb 19 01:42:34.243 INFO O| Feb 19 01:42:34.242 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
| 6751 | 2026-02-19T01:42:34.363Z | [ recovery-image] Feb 19 01:42:34.243 INFO O| Feb 19 01:42:34.243 INFO STEP 656 (remove_files) COMPLETE |
| 6752 | 2026-02-19T01:42:34.363Z | [ recovery-image] Feb 19 01:42:34.243 INFO O| Feb 19 01:42:34.243 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6753 | 2026-02-19T01:42:34.388Z | [ recovery-image] Feb 19 01:42:34.259 INFO O| Feb 19 01:42:34.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
| 6754 | 2026-02-19T01:42:34.388Z | [ recovery-image] Feb 19 01:42:34.259 INFO O| Feb 19 01:42:34.259 INFO STEP 657 (remove_files) COMPLETE |
| 6755 | 2026-02-19T01:42:34.388Z | [ recovery-image] Feb 19 01:42:34.259 INFO O| Feb 19 01:42:34.259 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6756 | 2026-02-19T01:42:34.388Z | [ recovery-image] Feb 19 01:42:34.276 INFO O| Feb 19 01:42:34.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
| 6757 | 2026-02-19T01:42:34.388Z | [ recovery-image] Feb 19 01:42:34.276 INFO O| Feb 19 01:42:34.276 INFO STEP 658 (remove_files) COMPLETE |
| 6758 | 2026-02-19T01:42:34.388Z | [ recovery-image] Feb 19 01:42:34.276 INFO O| Feb 19 01:42:34.276 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6759 | 2026-02-19T01:42:34.413Z | [ recovery-image] Feb 19 01:42:34.292 INFO O| Feb 19 01:42:34.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
| 6760 | 2026-02-19T01:42:34.413Z | [ recovery-image] Feb 19 01:42:34.292 INFO O| Feb 19 01:42:34.292 INFO STEP 659 (remove_files) COMPLETE |
| 6761 | 2026-02-19T01:42:34.413Z | [ recovery-image] Feb 19 01:42:34.292 INFO O| Feb 19 01:42:34.292 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6762 | 2026-02-19T01:42:34.413Z | [ recovery-image] Feb 19 01:42:34.306 INFO O| Feb 19 01:42:34.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
| 6763 | 2026-02-19T01:42:34.413Z | [ recovery-image] Feb 19 01:42:34.306 INFO O| Feb 19 01:42:34.306 INFO STEP 660 (remove_files) COMPLETE |
| 6764 | 2026-02-19T01:42:34.413Z | [ recovery-image] Feb 19 01:42:34.307 INFO O| Feb 19 01:42:34.306 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6765 | 2026-02-19T01:42:34.437Z | [ recovery-image] Feb 19 01:42:34.320 INFO O| Feb 19 01:42:34.320 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
| 6766 | 2026-02-19T01:42:34.437Z | [ recovery-image] Feb 19 01:42:34.320 INFO O| Feb 19 01:42:34.320 INFO STEP 661 (remove_files) COMPLETE |
| 6767 | 2026-02-19T01:42:34.437Z | [ recovery-image] Feb 19 01:42:34.320 INFO O| Feb 19 01:42:34.320 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6768 | 2026-02-19T01:42:34.462Z | [ recovery-image] Feb 19 01:42:34.333 INFO O| Feb 19 01:42:34.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
| 6769 | 2026-02-19T01:42:34.462Z | [ recovery-image] Feb 19 01:42:34.333 INFO O| Feb 19 01:42:34.333 INFO STEP 662 (remove_files) COMPLETE |
| 6770 | 2026-02-19T01:42:34.462Z | [ recovery-image] Feb 19 01:42:34.333 INFO O| Feb 19 01:42:34.333 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6771 | 2026-02-19T01:42:34.462Z | [ recovery-image] Feb 19 01:42:34.348 INFO O| Feb 19 01:42:34.348 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
| 6772 | 2026-02-19T01:42:34.462Z | [ recovery-image] Feb 19 01:42:34.348 INFO O| Feb 19 01:42:34.348 INFO STEP 663 (remove_files) COMPLETE |
| 6773 | 2026-02-19T01:42:34.462Z | [ recovery-image] Feb 19 01:42:34.348 INFO O| Feb 19 01:42:34.348 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6774 | 2026-02-19T01:42:34.486Z | [ recovery-image] Feb 19 01:42:34.364 INFO O| Feb 19 01:42:34.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
| 6775 | 2026-02-19T01:42:34.486Z | [ recovery-image] Feb 19 01:42:34.364 INFO O| Feb 19 01:42:34.364 INFO STEP 664 (remove_files) COMPLETE |
| 6776 | 2026-02-19T01:42:34.487Z | [ recovery-image] Feb 19 01:42:34.364 INFO O| Feb 19 01:42:34.364 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6777 | 2026-02-19T01:42:34.487Z | [ recovery-image] Feb 19 01:42:34.381 INFO O| Feb 19 01:42:34.381 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
| 6778 | 2026-02-19T01:42:34.487Z | [ recovery-image] Feb 19 01:42:34.381 INFO O| Feb 19 01:42:34.381 INFO STEP 665 (remove_files) COMPLETE |
| 6779 | 2026-02-19T01:42:34.487Z | [ recovery-image] Feb 19 01:42:34.382 INFO O| Feb 19 01:42:34.381 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6780 | 2026-02-19T01:42:34.511Z | [ recovery-image] Feb 19 01:42:34.395 INFO O| Feb 19 01:42:34.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
| 6781 | 2026-02-19T01:42:34.511Z | [ recovery-image] Feb 19 01:42:34.395 INFO O| Feb 19 01:42:34.395 INFO STEP 666 (remove_files) COMPLETE |
| 6782 | 2026-02-19T01:42:34.512Z | [ recovery-image] Feb 19 01:42:34.395 INFO O| Feb 19 01:42:34.395 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6783 | 2026-02-19T01:42:34.536Z | [ recovery-image] Feb 19 01:42:34.409 INFO O| Feb 19 01:42:34.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
| 6784 | 2026-02-19T01:42:34.536Z | [ recovery-image] Feb 19 01:42:34.409 INFO O| Feb 19 01:42:34.409 INFO STEP 667 (remove_files) COMPLETE |
| 6785 | 2026-02-19T01:42:34.536Z | [ recovery-image] Feb 19 01:42:34.409 INFO O| Feb 19 01:42:34.409 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6786 | 2026-02-19T01:42:34.536Z | [ recovery-image] Feb 19 01:42:34.422 INFO O| Feb 19 01:42:34.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2" |
| 6787 | 2026-02-19T01:42:34.536Z | [ recovery-image] Feb 19 01:42:34.423 INFO O| Feb 19 01:42:34.422 INFO STEP 668 (remove_files) COMPLETE |
| 6788 | 2026-02-19T01:42:34.536Z | [ recovery-image] Feb 19 01:42:34.423 INFO O| Feb 19 01:42:34.422 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6789 | 2026-02-19T01:42:34.561Z | [ recovery-image] Feb 19 01:42:34.438 INFO O| Feb 19 01:42:34.438 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
| 6790 | 2026-02-19T01:42:34.561Z | [ recovery-image] Feb 19 01:42:34.438 INFO O| Feb 19 01:42:34.438 INFO STEP 669 (remove_files) COMPLETE |
| 6791 | 2026-02-19T01:42:34.561Z | [ recovery-image] Feb 19 01:42:34.438 INFO O| Feb 19 01:42:34.438 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6792 | 2026-02-19T01:42:34.561Z | [ recovery-image] Feb 19 01:42:34.454 INFO O| Feb 19 01:42:34.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr" |
| 6793 | 2026-02-19T01:42:34.561Z | [ recovery-image] Feb 19 01:42:34.454 INFO O| Feb 19 01:42:34.454 INFO STEP 670 (remove_files) COMPLETE |
| 6794 | 2026-02-19T01:42:34.561Z | [ recovery-image] Feb 19 01:42:34.454 INFO O| Feb 19 01:42:34.454 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6795 | 2026-02-19T01:42:34.586Z | [ recovery-image] Feb 19 01:42:34.470 INFO O| Feb 19 01:42:34.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh" |
| 6796 | 2026-02-19T01:42:34.586Z | [ recovery-image] Feb 19 01:42:34.470 INFO O| Feb 19 01:42:34.470 INFO STEP 671 (remove_files) COMPLETE |
| 6797 | 2026-02-19T01:42:34.586Z | [ recovery-image] Feb 19 01:42:34.470 INFO O| Feb 19 01:42:34.470 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6798 | 2026-02-19T01:42:34.611Z | [ recovery-image] Feb 19 01:42:34.486 INFO O| Feb 19 01:42:34.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query" |
| 6799 | 2026-02-19T01:42:34.611Z | [ recovery-image] Feb 19 01:42:34.486 INFO O| Feb 19 01:42:34.486 INFO STEP 672 (remove_files) COMPLETE |
| 6800 | 2026-02-19T01:42:34.611Z | [ recovery-image] Feb 19 01:42:34.486 INFO O| Feb 19 01:42:34.486 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6801 | 2026-02-19T01:42:34.611Z | [ recovery-image] Feb 19 01:42:34.502 INFO O| Feb 19 01:42:34.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
| 6802 | 2026-02-19T01:42:34.612Z | [ recovery-image] Feb 19 01:42:34.503 INFO O| Feb 19 01:42:34.503 INFO STEP 673 (remove_files) COMPLETE |
| 6803 | 2026-02-19T01:42:34.612Z | [ recovery-image] Feb 19 01:42:34.503 INFO O| Feb 19 01:42:34.503 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6804 | 2026-02-19T01:42:34.638Z | [ recovery-image] Feb 19 01:42:34.519 INFO O| Feb 19 01:42:34.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
| 6805 | 2026-02-19T01:42:34.638Z | [ recovery-image] Feb 19 01:42:34.519 INFO O| Feb 19 01:42:34.519 INFO STEP 674 (remove_files) COMPLETE |
| 6806 | 2026-02-19T01:42:34.638Z | [ recovery-image] Feb 19 01:42:34.519 INFO O| Feb 19 01:42:34.519 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6807 | 2026-02-19T01:42:34.663Z | [ recovery-image] Feb 19 01:42:34.533 INFO O| Feb 19 01:42:34.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
| 6808 | 2026-02-19T01:42:34.663Z | [ recovery-image] Feb 19 01:42:34.534 INFO O| Feb 19 01:42:34.534 INFO STEP 675 (remove_files) COMPLETE |
| 6809 | 2026-02-19T01:42:34.663Z | [ recovery-image] Feb 19 01:42:34.534 INFO O| Feb 19 01:42:34.534 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6810 | 2026-02-19T01:42:34.663Z | [ recovery-image] Feb 19 01:42:34.548 INFO O| Feb 19 01:42:34.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
| 6811 | 2026-02-19T01:42:34.663Z | [ recovery-image] Feb 19 01:42:34.548 INFO O| Feb 19 01:42:34.548 INFO STEP 676 (remove_files) COMPLETE |
| 6812 | 2026-02-19T01:42:34.663Z | [ recovery-image] Feb 19 01:42:34.548 INFO O| Feb 19 01:42:34.548 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6813 | 2026-02-19T01:42:34.688Z | [ recovery-image] Feb 19 01:42:34.563 INFO O| Feb 19 01:42:34.562 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
| 6814 | 2026-02-19T01:42:34.688Z | [ recovery-image] Feb 19 01:42:34.563 INFO O| Feb 19 01:42:34.563 INFO STEP 677 (remove_files) COMPLETE |
| 6815 | 2026-02-19T01:42:34.688Z | [ recovery-image] Feb 19 01:42:34.563 INFO O| Feb 19 01:42:34.563 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6816 | 2026-02-19T01:42:34.688Z | [ recovery-image] Feb 19 01:42:34.579 INFO O| Feb 19 01:42:34.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
| 6817 | 2026-02-19T01:42:34.688Z | [ recovery-image] Feb 19 01:42:34.579 INFO O| Feb 19 01:42:34.579 INFO STEP 678 (remove_files) COMPLETE |
| 6818 | 2026-02-19T01:42:34.688Z | [ recovery-image] Feb 19 01:42:34.579 INFO O| Feb 19 01:42:34.579 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6819 | 2026-02-19T01:42:34.712Z | [ recovery-image] Feb 19 01:42:34.593 INFO O| Feb 19 01:42:34.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1" |
| 6820 | 2026-02-19T01:42:34.712Z | [ recovery-image] Feb 19 01:42:34.593 INFO O| Feb 19 01:42:34.593 INFO STEP 679 (remove_files) COMPLETE |
| 6821 | 2026-02-19T01:42:34.712Z | [ recovery-image] Feb 19 01:42:34.593 INFO O| Feb 19 01:42:34.593 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6822 | 2026-02-19T01:42:34.737Z | [ recovery-image] Feb 19 01:42:34.609 INFO O| Feb 19 01:42:34.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1" |
| 6823 | 2026-02-19T01:42:34.737Z | [ recovery-image] Feb 19 01:42:34.609 INFO O| Feb 19 01:42:34.609 INFO STEP 680 (remove_files) COMPLETE |
| 6824 | 2026-02-19T01:42:34.737Z | [ recovery-image] Feb 19 01:42:34.609 INFO O| Feb 19 01:42:34.609 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6825 | 2026-02-19T01:42:34.737Z | [ recovery-image] Feb 19 01:42:34.622 INFO O| Feb 19 01:42:34.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1" |
| 6826 | 2026-02-19T01:42:34.737Z | [ recovery-image] Feb 19 01:42:34.623 INFO O| Feb 19 01:42:34.623 INFO STEP 681 (remove_files) COMPLETE |
| 6827 | 2026-02-19T01:42:34.737Z | [ recovery-image] Feb 19 01:42:34.623 INFO O| Feb 19 01:42:34.623 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6828 | 2026-02-19T01:42:34.762Z | [ recovery-image] Feb 19 01:42:34.635 INFO O| Feb 19 01:42:34.635 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1" |
| 6829 | 2026-02-19T01:42:34.762Z | [ recovery-image] Feb 19 01:42:34.635 INFO O| Feb 19 01:42:34.635 INFO STEP 682 (remove_files) COMPLETE |
| 6830 | 2026-02-19T01:42:34.762Z | [ recovery-image] Feb 19 01:42:34.636 INFO O| Feb 19 01:42:34.635 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6831 | 2026-02-19T01:42:34.762Z | [ recovery-image] Feb 19 01:42:34.648 INFO O| Feb 19 01:42:34.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1" |
| 6832 | 2026-02-19T01:42:34.762Z | [ recovery-image] Feb 19 01:42:34.648 INFO O| Feb 19 01:42:34.648 INFO STEP 683 (remove_files) COMPLETE |
| 6833 | 2026-02-19T01:42:34.762Z | [ recovery-image] Feb 19 01:42:34.648 INFO O| Feb 19 01:42:34.648 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6834 | 2026-02-19T01:42:34.787Z | [ recovery-image] Feb 19 01:42:34.661 INFO O| Feb 19 01:42:34.661 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1" |
| 6835 | 2026-02-19T01:42:34.787Z | [ recovery-image] Feb 19 01:42:34.661 INFO O| Feb 19 01:42:34.661 INFO STEP 684 (remove_files) COMPLETE |
| 6836 | 2026-02-19T01:42:34.787Z | [ recovery-image] Feb 19 01:42:34.661 INFO O| Feb 19 01:42:34.661 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6837 | 2026-02-19T01:42:34.787Z | [ recovery-image] Feb 19 01:42:34.674 INFO O| Feb 19 01:42:34.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin" |
| 6838 | 2026-02-19T01:42:34.787Z | [ recovery-image] Feb 19 01:42:34.674 INFO O| Feb 19 01:42:34.674 INFO STEP 685 (remove_files) COMPLETE |
| 6839 | 2026-02-19T01:42:34.787Z | [ recovery-image] Feb 19 01:42:34.674 INFO O| Feb 19 01:42:34.674 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6840 | 2026-02-19T01:42:34.811Z | [ recovery-image] Feb 19 01:42:34.690 INFO O| Feb 19 01:42:34.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl" |
| 6841 | 2026-02-19T01:42:34.811Z | [ recovery-image] Feb 19 01:42:34.690 INFO O| Feb 19 01:42:34.690 INFO STEP 686 (remove_files) COMPLETE |
| 6842 | 2026-02-19T01:42:34.811Z | [ recovery-image] Feb 19 01:42:34.690 INFO O| Feb 19 01:42:34.690 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6843 | 2026-02-19T01:42:34.836Z | [ recovery-image] Feb 19 01:42:34.708 INFO O| Feb 19 01:42:34.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin" |
| 6844 | 2026-02-19T01:42:34.836Z | [ recovery-image] Feb 19 01:42:34.708 INFO O| Feb 19 01:42:34.708 INFO STEP 687 (remove_files) COMPLETE |
| 6845 | 2026-02-19T01:42:34.836Z | [ recovery-image] Feb 19 01:42:34.708 INFO O| Feb 19 01:42:34.708 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6846 | 2026-02-19T01:42:34.836Z | [ recovery-image] Feb 19 01:42:34.727 INFO O| Feb 19 01:42:34.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl" |
| 6847 | 2026-02-19T01:42:34.836Z | [ recovery-image] Feb 19 01:42:34.727 INFO O| Feb 19 01:42:34.727 INFO STEP 688 (remove_files) COMPLETE |
| 6848 | 2026-02-19T01:42:34.836Z | [ recovery-image] Feb 19 01:42:34.727 INFO O| Feb 19 01:42:34.727 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6849 | 2026-02-19T01:42:34.860Z | [ recovery-image] Feb 19 01:42:34.743 INFO O| Feb 19 01:42:34.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin" |
| 6850 | 2026-02-19T01:42:34.860Z | [ recovery-image] Feb 19 01:42:34.744 INFO O| Feb 19 01:42:34.744 INFO STEP 689 (remove_files) COMPLETE |
| 6851 | 2026-02-19T01:42:34.860Z | [ recovery-image] Feb 19 01:42:34.744 INFO O| Feb 19 01:42:34.744 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6852 | 2026-02-19T01:42:34.885Z | [ recovery-image] Feb 19 01:42:34.761 INFO O| Feb 19 01:42:34.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl" |
| 6853 | 2026-02-19T01:42:34.885Z | [ recovery-image] Feb 19 01:42:34.761 INFO O| Feb 19 01:42:34.761 INFO STEP 690 (remove_files) COMPLETE |
| 6854 | 2026-02-19T01:42:34.885Z | [ recovery-image] Feb 19 01:42:34.761 INFO O| Feb 19 01:42:34.761 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6855 | 2026-02-19T01:42:34.885Z | [ recovery-image] Feb 19 01:42:34.779 INFO O| Feb 19 01:42:34.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
| 6856 | 2026-02-19T01:42:34.885Z | [ recovery-image] Feb 19 01:42:34.779 INFO O| Feb 19 01:42:34.779 INFO STEP 691 (remove_files) COMPLETE |
| 6857 | 2026-02-19T01:42:34.885Z | [ recovery-image] Feb 19 01:42:34.779 INFO O| Feb 19 01:42:34.779 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6858 | 2026-02-19T01:42:34.910Z | [ recovery-image] Feb 19 01:42:34.796 INFO O| Feb 19 01:42:34.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
| 6859 | 2026-02-19T01:42:34.910Z | [ recovery-image] Feb 19 01:42:34.796 INFO O| Feb 19 01:42:34.796 INFO STEP 692 (remove_files) COMPLETE |
| 6860 | 2026-02-19T01:42:34.910Z | [ recovery-image] Feb 19 01:42:34.796 INFO O| Feb 19 01:42:34.796 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6861 | 2026-02-19T01:42:34.934Z | [ recovery-image] Feb 19 01:42:34.812 INFO O| Feb 19 01:42:34.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin" |
| 6862 | 2026-02-19T01:42:34.935Z | [ recovery-image] Feb 19 01:42:34.813 INFO O| Feb 19 01:42:34.813 INFO STEP 693 (remove_files) COMPLETE |
| 6863 | 2026-02-19T01:42:34.935Z | [ recovery-image] Feb 19 01:42:34.813 INFO O| Feb 19 01:42:34.813 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6864 | 2026-02-19T01:42:34.935Z | [ recovery-image] Feb 19 01:42:34.829 INFO O| Feb 19 01:42:34.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl" |
| 6865 | 2026-02-19T01:42:34.935Z | [ recovery-image] Feb 19 01:42:34.829 INFO O| Feb 19 01:42:34.829 INFO STEP 694 (remove_files) COMPLETE |
| 6866 | 2026-02-19T01:42:34.935Z | [ recovery-image] Feb 19 01:42:34.829 INFO O| Feb 19 01:42:34.829 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6867 | 2026-02-19T01:42:34.959Z | [ recovery-image] Feb 19 01:42:34.843 INFO O| Feb 19 01:42:34.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
| 6868 | 2026-02-19T01:42:34.959Z | [ recovery-image] Feb 19 01:42:34.843 INFO O| Feb 19 01:42:34.843 INFO STEP 695 (remove_files) COMPLETE |
| 6869 | 2026-02-19T01:42:34.959Z | [ recovery-image] Feb 19 01:42:34.843 INFO O| Feb 19 01:42:34.843 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6870 | 2026-02-19T01:42:34.984Z | [ recovery-image] Feb 19 01:42:34.856 INFO O| Feb 19 01:42:34.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6871 | 2026-02-19T01:42:34.984Z | [ recovery-image] Feb 19 01:42:34.857 INFO O| Feb 19 01:42:34.857 INFO STEP 696 (remove_files) COMPLETE |
| 6872 | 2026-02-19T01:42:34.984Z | [ recovery-image] Feb 19 01:42:34.857 INFO O| Feb 19 01:42:34.857 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6873 | 2026-02-19T01:42:34.984Z | [ recovery-image] Feb 19 01:42:34.869 INFO O| Feb 19 01:42:34.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled" |
| 6874 | 2026-02-19T01:42:34.984Z | [ recovery-image] Feb 19 01:42:34.870 INFO O| Feb 19 01:42:34.870 INFO STEP 697 (remove_files) COMPLETE |
| 6875 | 2026-02-19T01:42:34.984Z | [ recovery-image] Feb 19 01:42:34.870 INFO O| Feb 19 01:42:34.870 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6876 | 2026-02-19T01:42:35.009Z | [ recovery-image] Feb 19 01:42:34.882 INFO O| Feb 19 01:42:34.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv" |
| 6877 | 2026-02-19T01:42:35.009Z | [ recovery-image] Feb 19 01:42:34.883 INFO O| Feb 19 01:42:34.883 INFO STEP 698 (remove_files) COMPLETE |
| 6878 | 2026-02-19T01:42:35.009Z | [ recovery-image] Feb 19 01:42:34.883 INFO O| Feb 19 01:42:34.883 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6879 | 2026-02-19T01:42:35.009Z | [ recovery-image] Feb 19 01:42:34.895 INFO O| Feb 19 01:42:34.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend" |
| 6880 | 2026-02-19T01:42:35.009Z | [ recovery-image] Feb 19 01:42:34.895 INFO O| Feb 19 01:42:34.895 INFO STEP 699 (remove_files) COMPLETE |
| 6881 | 2026-02-19T01:42:35.009Z | [ recovery-image] Feb 19 01:42:34.895 INFO O| Feb 19 01:42:34.895 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6882 | 2026-02-19T01:42:35.034Z | [ recovery-image] Feb 19 01:42:34.908 INFO O| Feb 19 01:42:34.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo" |
| 6883 | 2026-02-19T01:42:35.034Z | [ recovery-image] Feb 19 01:42:34.908 INFO O| Feb 19 01:42:34.908 INFO STEP 700 (remove_files) COMPLETE |
| 6884 | 2026-02-19T01:42:35.034Z | [ recovery-image] Feb 19 01:42:34.908 INFO O| Feb 19 01:42:34.908 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6885 | 2026-02-19T01:42:35.034Z | [ recovery-image] Feb 19 01:42:34.923 INFO O| Feb 19 01:42:34.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o" |
| 6886 | 2026-02-19T01:42:35.034Z | [ recovery-image] Feb 19 01:42:34.923 INFO O| Feb 19 01:42:34.923 INFO STEP 701 (remove_files) COMPLETE |
| 6887 | 2026-02-19T01:42:35.034Z | [ recovery-image] Feb 19 01:42:34.923 INFO O| Feb 19 01:42:34.923 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6888 | 2026-02-19T01:42:35.059Z | [ recovery-image] Feb 19 01:42:34.938 INFO O| Feb 19 01:42:34.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
| 6889 | 2026-02-19T01:42:35.059Z | [ recovery-image] Feb 19 01:42:34.938 INFO O| Feb 19 01:42:34.938 INFO STEP 702 (remove_files) COMPLETE |
| 6890 | 2026-02-19T01:42:35.059Z | [ recovery-image] Feb 19 01:42:34.938 INFO O| Feb 19 01:42:34.938 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6891 | 2026-02-19T01:42:35.059Z | [ recovery-image] Feb 19 01:42:34.953 INFO O| Feb 19 01:42:34.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d" |
| 6892 | 2026-02-19T01:42:35.059Z | [ recovery-image] Feb 19 01:42:34.953 INFO O| Feb 19 01:42:34.953 INFO STEP 703 (remove_files) COMPLETE |
| 6893 | 2026-02-19T01:42:35.059Z | [ recovery-image] Feb 19 01:42:34.953 INFO O| Feb 19 01:42:34.953 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6894 | 2026-02-19T01:42:35.084Z | [ recovery-image] Feb 19 01:42:34.970 INFO O| Feb 19 01:42:34.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o" |
| 6895 | 2026-02-19T01:42:35.084Z | [ recovery-image] Feb 19 01:42:34.970 INFO O| Feb 19 01:42:34.970 INFO STEP 704 (remove_files) COMPLETE |
| 6896 | 2026-02-19T01:42:35.084Z | [ recovery-image] Feb 19 01:42:34.970 INFO O| Feb 19 01:42:34.970 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6897 | 2026-02-19T01:42:35.109Z | [ recovery-image] Feb 19 01:42:34.984 INFO O| Feb 19 01:42:34.984 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
| 6898 | 2026-02-19T01:42:35.109Z | [ recovery-image] Feb 19 01:42:34.984 INFO O| Feb 19 01:42:34.984 INFO STEP 705 (remove_files) COMPLETE |
| 6899 | 2026-02-19T01:42:35.109Z | [ recovery-image] Feb 19 01:42:34.984 INFO O| Feb 19 01:42:34.984 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6900 | 2026-02-19T01:42:35.109Z | [ recovery-image] Feb 19 01:42:34.997 INFO O| Feb 19 01:42:34.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
| 6901 | 2026-02-19T01:42:35.109Z | [ recovery-image] Feb 19 01:42:34.998 INFO O| Feb 19 01:42:34.998 INFO STEP 706 (remove_files) COMPLETE |
| 6902 | 2026-02-19T01:42:35.109Z | [ recovery-image] Feb 19 01:42:34.998 INFO O| Feb 19 01:42:34.998 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6903 | 2026-02-19T01:42:35.134Z | [ recovery-image] Feb 19 01:42:35.011 INFO O| Feb 19 01:42:35.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
| 6904 | 2026-02-19T01:42:35.134Z | [ recovery-image] Feb 19 01:42:35.011 INFO O| Feb 19 01:42:35.011 INFO STEP 707 (remove_files) COMPLETE |
| 6905 | 2026-02-19T01:42:35.134Z | [ recovery-image] Feb 19 01:42:35.011 INFO O| Feb 19 01:42:35.011 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6906 | 2026-02-19T01:42:35.134Z | [ recovery-image] Feb 19 01:42:35.024 INFO O| Feb 19 01:42:35.024 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
| 6907 | 2026-02-19T01:42:35.134Z | [ recovery-image] Feb 19 01:42:35.024 INFO O| Feb 19 01:42:35.024 INFO STEP 708 (remove_files) COMPLETE |
| 6908 | 2026-02-19T01:42:35.134Z | [ recovery-image] Feb 19 01:42:35.024 INFO O| Feb 19 01:42:35.024 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6909 | 2026-02-19T01:42:35.160Z | [ recovery-image] Feb 19 01:42:35.038 INFO O| Feb 19 01:42:35.037 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
| 6910 | 2026-02-19T01:42:35.160Z | [ recovery-image] Feb 19 01:42:35.038 INFO O| Feb 19 01:42:35.038 INFO STEP 709 (remove_files) COMPLETE |
| 6911 | 2026-02-19T01:42:35.160Z | [ recovery-image] Feb 19 01:42:35.038 INFO O| Feb 19 01:42:35.038 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6912 | 2026-02-19T01:42:35.184Z | [ recovery-image] Feb 19 01:42:35.055 INFO O| Feb 19 01:42:35.055 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
| 6913 | 2026-02-19T01:42:35.185Z | [ recovery-image] Feb 19 01:42:35.056 INFO O| Feb 19 01:42:35.056 INFO STEP 710 (remove_files) COMPLETE |
| 6914 | 2026-02-19T01:42:35.185Z | [ recovery-image] Feb 19 01:42:35.056 INFO O| Feb 19 01:42:35.056 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6915 | 2026-02-19T01:42:35.185Z | [ recovery-image] Feb 19 01:42:35.071 INFO O| Feb 19 01:42:35.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
| 6916 | 2026-02-19T01:42:35.185Z | [ recovery-image] Feb 19 01:42:35.071 INFO O| Feb 19 01:42:35.071 INFO STEP 711 (remove_files) COMPLETE |
| 6917 | 2026-02-19T01:42:35.185Z | [ recovery-image] Feb 19 01:42:35.071 INFO O| Feb 19 01:42:35.071 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6918 | 2026-02-19T01:42:35.209Z | [ recovery-image] Feb 19 01:42:35.085 INFO O| Feb 19 01:42:35.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
| 6919 | 2026-02-19T01:42:35.209Z | [ recovery-image] Feb 19 01:42:35.085 INFO O| Feb 19 01:42:35.085 INFO STEP 712 (remove_files) COMPLETE |
| 6920 | 2026-02-19T01:42:35.209Z | [ recovery-image] Feb 19 01:42:35.085 INFO O| Feb 19 01:42:35.085 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6921 | 2026-02-19T01:42:35.209Z | [ recovery-image] Feb 19 01:42:35.101 INFO O| Feb 19 01:42:35.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
| 6922 | 2026-02-19T01:42:35.209Z | [ recovery-image] Feb 19 01:42:35.102 INFO O| Feb 19 01:42:35.101 INFO STEP 713 (remove_files) COMPLETE |
| 6923 | 2026-02-19T01:42:35.209Z | [ recovery-image] Feb 19 01:42:35.102 INFO O| Feb 19 01:42:35.102 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6924 | 2026-02-19T01:42:35.234Z | [ recovery-image] Feb 19 01:42:35.115 INFO O| Feb 19 01:42:35.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
| 6925 | 2026-02-19T01:42:35.234Z | [ recovery-image] Feb 19 01:42:35.115 INFO O| Feb 19 01:42:35.115 INFO STEP 714 (remove_files) COMPLETE |
| 6926 | 2026-02-19T01:42:35.234Z | [ recovery-image] Feb 19 01:42:35.115 INFO O| Feb 19 01:42:35.115 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6927 | 2026-02-19T01:42:35.259Z | [ recovery-image] Feb 19 01:42:35.129 INFO O| Feb 19 01:42:35.129 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict" |
| 6928 | 2026-02-19T01:42:35.259Z | [ recovery-image] Feb 19 01:42:35.129 INFO O| Feb 19 01:42:35.129 INFO STEP 715 (remove_files) COMPLETE |
| 6929 | 2026-02-19T01:42:35.259Z | [ recovery-image] Feb 19 01:42:35.129 INFO O| Feb 19 01:42:35.129 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6930 | 2026-02-19T01:42:35.259Z | [ recovery-image] Feb 19 01:42:35.145 INFO O| Feb 19 01:42:35.145 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
| 6931 | 2026-02-19T01:42:35.259Z | [ recovery-image] Feb 19 01:42:35.145 INFO O| Feb 19 01:42:35.145 INFO STEP 716 (remove_files) COMPLETE |
| 6932 | 2026-02-19T01:42:35.259Z | [ recovery-image] Feb 19 01:42:35.145 INFO O| Feb 19 01:42:35.145 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6933 | 2026-02-19T01:42:35.284Z | [ recovery-image] Feb 19 01:42:35.160 INFO O| Feb 19 01:42:35.160 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict" |
| 6934 | 2026-02-19T01:42:35.284Z | [ recovery-image] Feb 19 01:42:35.160 INFO O| Feb 19 01:42:35.160 INFO STEP 717 (remove_files) COMPLETE |
| 6935 | 2026-02-19T01:42:35.284Z | [ recovery-image] Feb 19 01:42:35.160 INFO O| Feb 19 01:42:35.160 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6936 | 2026-02-19T01:42:35.284Z | [ recovery-image] Feb 19 01:42:35.178 INFO O| Feb 19 01:42:35.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict" |
| 6937 | 2026-02-19T01:42:35.284Z | [ recovery-image] Feb 19 01:42:35.178 INFO O| Feb 19 01:42:35.178 INFO STEP 718 (remove_files) COMPLETE |
| 6938 | 2026-02-19T01:42:35.284Z | [ recovery-image] Feb 19 01:42:35.178 INFO O| Feb 19 01:42:35.178 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6939 | 2026-02-19T01:42:35.308Z | [ recovery-image] Feb 19 01:42:35.193 INFO O| Feb 19 01:42:35.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject" |
| 6940 | 2026-02-19T01:42:35.308Z | [ recovery-image] Feb 19 01:42:35.193 INFO O| Feb 19 01:42:35.193 INFO STEP 719 (remove_files) COMPLETE |
| 6941 | 2026-02-19T01:42:35.308Z | [ recovery-image] Feb 19 01:42:35.193 INFO O| Feb 19 01:42:35.193 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6942 | 2026-02-19T01:42:36.359Z | [ recovery-image] Feb 19 01:42:35.210 INFO O| Feb 19 01:42:35.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim" |
| 6943 | 2026-02-19T01:42:36.359Z | [ recovery-image] Feb 19 01:42:35.210 INFO O| Feb 19 01:42:35.210 INFO STEP 720 (remove_files) COMPLETE |
| 6944 | 2026-02-19T01:42:36.359Z | [ recovery-image] Feb 19 01:42:35.210 INFO O| Feb 19 01:42:35.210 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6945 | 2026-02-19T01:42:36.359Z | [ recovery-image] Feb 19 01:42:35.225 INFO O| Feb 19 01:42:35.225 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo" |
| 6946 | 2026-02-19T01:42:36.359Z | [ recovery-image] Feb 19 01:42:35.225 INFO O| Feb 19 01:42:35.225 INFO STEP 721 (remove_files) COMPLETE |
| 6947 | 2026-02-19T01:42:36.359Z | [ recovery-image] Feb 19 01:42:35.225 INFO O| Feb 19 01:42:35.225 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6948 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.239 INFO O| Feb 19 01:42:35.239 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo" |
| 6949 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.239 INFO O| Feb 19 01:42:35.239 INFO STEP 722 (remove_files) COMPLETE |
| 6950 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.239 INFO O| Feb 19 01:42:35.239 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6951 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.252 INFO O| Feb 19 01:42:35.252 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode" |
| 6952 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.252 INFO O| Feb 19 01:42:35.252 INFO STEP 723 (remove_files) COMPLETE |
| 6953 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.252 INFO O| Feb 19 01:42:35.252 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6954 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.270 INFO O| Feb 19 01:42:35.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
| 6955 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.270 INFO O| Feb 19 01:42:35.270 INFO STEP 724 (remove_files) COMPLETE |
| 6956 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.270 INFO O| Feb 19 01:42:35.270 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6957 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.286 INFO O| Feb 19 01:42:35.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
| 6958 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.286 INFO O| Feb 19 01:42:35.286 INFO STEP 725 (remove_files) COMPLETE |
| 6959 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.286 INFO O| Feb 19 01:42:35.286 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6960 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.300 INFO O| Feb 19 01:42:35.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
| 6961 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.300 INFO O| Feb 19 01:42:35.300 INFO STEP 726 (remove_files) COMPLETE |
| 6962 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.300 INFO O| Feb 19 01:42:35.300 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6963 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.313 INFO O| Feb 19 01:42:35.313 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
| 6964 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.313 INFO O| Feb 19 01:42:35.313 INFO STEP 727 (remove_files) COMPLETE |
| 6965 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.313 INFO O| Feb 19 01:42:35.313 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6966 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.331 INFO O| Feb 19 01:42:35.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
| 6967 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.331 INFO O| Feb 19 01:42:35.331 INFO STEP 728 (remove_files) COMPLETE |
| 6968 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.331 INFO O| Feb 19 01:42:35.331 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6969 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.347 INFO O| Feb 19 01:42:35.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
| 6970 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.347 INFO O| Feb 19 01:42:35.347 INFO STEP 729 (remove_files) COMPLETE |
| 6971 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.347 INFO O| Feb 19 01:42:35.347 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6972 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.360 INFO O| Feb 19 01:42:35.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
| 6973 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.361 INFO O| Feb 19 01:42:35.360 INFO STEP 730 (remove_files) COMPLETE |
| 6974 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.361 INFO O| Feb 19 01:42:35.360 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6975 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.377 INFO O| Feb 19 01:42:35.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
| 6976 | 2026-02-19T01:42:36.385Z | [ recovery-image] Feb 19 01:42:35.377 INFO O| Feb 19 01:42:35.377 INFO STEP 731 (remove_files) COMPLETE |
| 6977 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.377 INFO O| Feb 19 01:42:35.377 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6978 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.395 INFO O| Feb 19 01:42:35.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
| 6979 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.395 INFO O| Feb 19 01:42:35.395 INFO STEP 732 (remove_files) COMPLETE |
| 6980 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.395 INFO O| Feb 19 01:42:35.395 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6981 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.409 INFO O| Feb 19 01:42:35.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
| 6982 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.409 INFO O| Feb 19 01:42:35.409 INFO STEP 733 (remove_files) COMPLETE |
| 6983 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.409 INFO O| Feb 19 01:42:35.409 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6984 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.421 INFO O| Feb 19 01:42:35.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
| 6985 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.422 INFO O| Feb 19 01:42:35.422 INFO STEP 734 (remove_files) COMPLETE |
| 6986 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.422 INFO O| Feb 19 01:42:35.422 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6987 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.437 INFO O| Feb 19 01:42:35.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
| 6988 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.437 INFO O| Feb 19 01:42:35.437 INFO STEP 735 (remove_files) COMPLETE |
| 6989 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.437 INFO O| Feb 19 01:42:35.437 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6990 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.465 INFO O| Feb 19 01:42:35.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
| 6991 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.465 INFO O| Feb 19 01:42:35.465 INFO STEP 736 (remove_files) COMPLETE |
| 6992 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.465 INFO O| Feb 19 01:42:35.465 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6993 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.480 INFO O| Feb 19 01:42:35.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
| 6994 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.480 INFO O| Feb 19 01:42:35.480 INFO STEP 737 (remove_files) COMPLETE |
| 6995 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.480 INFO O| Feb 19 01:42:35.480 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6996 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.492 INFO O| Feb 19 01:42:35.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
| 6997 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.493 INFO O| Feb 19 01:42:35.492 INFO STEP 738 (remove_files) COMPLETE |
| 6998 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.493 INFO O| Feb 19 01:42:35.492 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6999 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.505 INFO O| Feb 19 01:42:35.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
| 7000 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.505 INFO O| Feb 19 01:42:35.505 INFO STEP 739 (remove_files) COMPLETE |
| 7001 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.505 INFO O| Feb 19 01:42:35.505 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7002 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.520 INFO O| Feb 19 01:42:35.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
| 7003 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.520 INFO O| Feb 19 01:42:35.520 INFO STEP 740 (remove_files) COMPLETE |
| 7004 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.520 INFO O| Feb 19 01:42:35.520 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7005 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.534 INFO O| Feb 19 01:42:35.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
| 7006 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.535 INFO O| Feb 19 01:42:35.534 INFO STEP 741 (remove_files) COMPLETE |
| 7007 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.535 INFO O| Feb 19 01:42:35.535 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7008 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.548 INFO O| Feb 19 01:42:35.548 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
| 7009 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.548 INFO O| Feb 19 01:42:35.548 INFO STEP 742 (remove_files) COMPLETE |
| 7010 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.548 INFO O| Feb 19 01:42:35.548 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7011 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.560 INFO O| Feb 19 01:42:35.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
| 7012 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.560 INFO O| Feb 19 01:42:35.560 INFO STEP 743 (remove_files) COMPLETE |
| 7013 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.560 INFO O| Feb 19 01:42:35.560 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7014 | 2026-02-19T01:42:36.386Z | [ recovery-image] Feb 19 01:42:35.573 INFO O| Feb 19 01:42:35.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
| 7015 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.573 INFO O| Feb 19 01:42:35.573 INFO STEP 744 (remove_files) COMPLETE |
| 7016 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.573 INFO O| Feb 19 01:42:35.573 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7017 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.585 INFO O| Feb 19 01:42:35.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
| 7018 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.585 INFO O| Feb 19 01:42:35.585 INFO STEP 745 (remove_files) COMPLETE |
| 7019 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.585 INFO O| Feb 19 01:42:35.585 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7020 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.597 INFO O| Feb 19 01:42:35.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
| 7021 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.597 INFO O| Feb 19 01:42:35.597 INFO STEP 746 (remove_files) COMPLETE |
| 7022 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.597 INFO O| Feb 19 01:42:35.597 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7023 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.610 INFO O| Feb 19 01:42:35.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1" |
| 7024 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.610 INFO O| Feb 19 01:42:35.610 INFO STEP 747 (remove_files) COMPLETE |
| 7025 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.610 INFO O| Feb 19 01:42:35.610 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7026 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.624 INFO O| Feb 19 01:42:35.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
| 7027 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.624 INFO O| Feb 19 01:42:35.624 INFO STEP 748 (remove_files) COMPLETE |
| 7028 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.624 INFO O| Feb 19 01:42:35.624 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7029 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.640 INFO O| Feb 19 01:42:35.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1" |
| 7030 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.640 INFO O| Feb 19 01:42:35.640 INFO STEP 749 (remove_files) COMPLETE |
| 7031 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.640 INFO O| Feb 19 01:42:35.640 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7032 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.657 INFO O| Feb 19 01:42:35.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1" |
| 7033 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.658 INFO O| Feb 19 01:42:35.657 INFO STEP 750 (remove_files) COMPLETE |
| 7034 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.658 INFO O| Feb 19 01:42:35.658 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7035 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.674 INFO O| Feb 19 01:42:35.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
| 7036 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.675 INFO O| Feb 19 01:42:35.675 INFO STEP 751 (remove_files) COMPLETE |
| 7037 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.675 INFO O| Feb 19 01:42:35.675 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7038 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.703 INFO O| Feb 19 01:42:35.703 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
| 7039 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.703 INFO O| Feb 19 01:42:35.703 INFO STEP 752 (remove_files) COMPLETE |
| 7040 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.703 INFO O| Feb 19 01:42:35.703 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7041 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.727 INFO O| Feb 19 01:42:35.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
| 7042 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.727 INFO O| Feb 19 01:42:35.727 INFO STEP 753 (remove_files) COMPLETE |
| 7043 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.727 INFO O| Feb 19 01:42:35.727 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7044 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.744 INFO O| Feb 19 01:42:35.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
| 7045 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.744 INFO O| Feb 19 01:42:35.744 INFO STEP 754 (remove_files) COMPLETE |
| 7046 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.744 INFO O| Feb 19 01:42:35.744 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7047 | 2026-02-19T01:42:36.387Z | [ recovery-image] Feb 19 01:42:35.760 INFO O| Feb 19 01:42:35.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
| 7048 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.760 INFO O| Feb 19 01:42:35.760 INFO STEP 755 (remove_files) COMPLETE |
| 7049 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.760 INFO O| Feb 19 01:42:35.760 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7050 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.775 INFO O| Feb 19 01:42:35.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
| 7051 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.776 INFO O| Feb 19 01:42:35.776 INFO STEP 756 (remove_files) COMPLETE |
| 7052 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.776 INFO O| Feb 19 01:42:35.776 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7053 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.793 INFO O| Feb 19 01:42:35.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
| 7054 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.793 INFO O| Feb 19 01:42:35.793 INFO STEP 757 (remove_files) COMPLETE |
| 7055 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.793 INFO O| Feb 19 01:42:35.793 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7056 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.808 INFO O| Feb 19 01:42:35.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
| 7057 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.808 INFO O| Feb 19 01:42:35.808 INFO STEP 758 (remove_files) COMPLETE |
| 7058 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.808 INFO O| Feb 19 01:42:35.808 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7059 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.820 INFO O| Feb 19 01:42:35.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
| 7060 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.820 INFO O| Feb 19 01:42:35.820 INFO STEP 759 (remove_files) COMPLETE |
| 7061 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.820 INFO O| Feb 19 01:42:35.820 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7062 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.835 INFO O| Feb 19 01:42:35.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
| 7063 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.835 INFO O| Feb 19 01:42:35.835 INFO STEP 760 (remove_files) COMPLETE |
| 7064 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.835 INFO O| Feb 19 01:42:35.835 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7065 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.849 INFO O| Feb 19 01:42:35.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
| 7066 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.849 INFO O| Feb 19 01:42:35.849 INFO STEP 761 (remove_files) COMPLETE |
| 7067 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.849 INFO O| Feb 19 01:42:35.849 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7068 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.866 INFO O| Feb 19 01:42:35.866 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount" |
| 7069 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.866 INFO O| Feb 19 01:42:35.866 INFO STEP 762 (remove_files) COMPLETE |
| 7070 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.866 INFO O| Feb 19 01:42:35.866 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7071 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.881 INFO O| Feb 19 01:42:35.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp" |
| 7072 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.881 INFO O| Feb 19 01:42:35.881 INFO STEP 763 (remove_files) COMPLETE |
| 7073 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.881 INFO O| Feb 19 01:42:35.881 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7074 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.895 INFO O| Feb 19 01:42:35.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
| 7075 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.896 INFO O| Feb 19 01:42:35.896 INFO STEP 764 (remove_files) COMPLETE |
| 7076 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.896 INFO O| Feb 19 01:42:35.896 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7077 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.913 INFO O| Feb 19 01:42:35.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit" |
| 7078 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.913 INFO O| Feb 19 01:42:35.913 INFO STEP 765 (remove_files) COMPLETE |
| 7079 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.913 INFO O| Feb 19 01:42:35.913 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7080 | 2026-02-19T01:42:36.414Z | [ recovery-image] Feb 19 01:42:35.932 INFO O| Feb 19 01:42:35.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount" |
| 7081 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:35.932 INFO O| Feb 19 01:42:35.932 INFO STEP 766 (remove_files) COMPLETE |
| 7082 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:35.932 INFO O| Feb 19 01:42:35.932 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7083 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:35.952 INFO O| Feb 19 01:42:35.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount" |
| 7084 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:35.952 INFO O| Feb 19 01:42:35.952 INFO STEP 767 (remove_files) COMPLETE |
| 7085 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:35.952 INFO O| Feb 19 01:42:35.952 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7086 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:35.971 INFO O| Feb 19 01:42:35.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck" |
| 7087 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:35.972 INFO O| Feb 19 01:42:35.971 INFO STEP 768 (remove_files) COMPLETE |
| 7088 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:35.972 INFO O| Feb 19 01:42:35.971 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7089 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:35.990 INFO O| Feb 19 01:42:35.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp" |
| 7090 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:35.990 INFO O| Feb 19 01:42:35.990 INFO STEP 769 (remove_files) COMPLETE |
| 7091 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:35.990 INFO O| Feb 19 01:42:35.990 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7092 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.004 INFO O| Feb 19 01:42:36.004 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
| 7093 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.005 INFO O| Feb 19 01:42:36.005 INFO STEP 770 (remove_files) COMPLETE |
| 7094 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.005 INFO O| Feb 19 01:42:36.005 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7095 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.018 INFO O| Feb 19 01:42:36.018 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs" |
| 7096 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.018 INFO O| Feb 19 01:42:36.018 INFO STEP 771 (remove_files) COMPLETE |
| 7097 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.018 INFO O| Feb 19 01:42:36.018 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7098 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.031 INFO O| Feb 19 01:42:36.031 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount" |
| 7099 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.031 INFO O| Feb 19 01:42:36.031 INFO STEP 772 (remove_files) COMPLETE |
| 7100 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.031 INFO O| Feb 19 01:42:36.031 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7101 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.044 INFO O| Feb 19 01:42:36.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount" |
| 7102 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.044 INFO O| Feb 19 01:42:36.044 INFO STEP 773 (remove_files) COMPLETE |
| 7103 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.044 INFO O| Feb 19 01:42:36.044 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7104 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.056 INFO O| Feb 19 01:42:36.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
| 7105 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.056 INFO O| Feb 19 01:42:36.056 INFO STEP 774 (remove_files) COMPLETE |
| 7106 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.056 INFO O| Feb 19 01:42:36.056 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7107 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.072 INFO O| Feb 19 01:42:36.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
| 7108 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.072 INFO O| Feb 19 01:42:36.072 INFO STEP 775 (remove_files) COMPLETE |
| 7109 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.072 INFO O| Feb 19 01:42:36.072 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7110 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.089 INFO O| Feb 19 01:42:36.089 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
| 7111 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.089 INFO O| Feb 19 01:42:36.089 INFO STEP 776 (remove_files) COMPLETE |
| 7112 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.089 INFO O| Feb 19 01:42:36.089 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7113 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.103 INFO O| Feb 19 01:42:36.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares" |
| 7114 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.104 INFO O| Feb 19 01:42:36.103 INFO STEP 777 (remove_files) COMPLETE |
| 7115 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.104 INFO O| Feb 19 01:42:36.104 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7116 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.120 INFO O| Feb 19 01:42:36.120 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
| 7117 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.120 INFO O| Feb 19 01:42:36.120 INFO STEP 778 (remove_files) COMPLETE |
| 7118 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.120 INFO O| Feb 19 01:42:36.120 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7119 | 2026-02-19T01:42:36.415Z | [ recovery-image] Feb 19 01:42:36.134 INFO O| Feb 19 01:42:36.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount" |
| 7120 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.134 INFO O| Feb 19 01:42:36.134 INFO STEP 779 (remove_files) COMPLETE |
| 7121 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.134 INFO O| Feb 19 01:42:36.134 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7122 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.152 INFO O| Feb 19 01:42:36.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share" |
| 7123 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.152 INFO O| Feb 19 01:42:36.152 INFO STEP 780 (remove_files) COMPLETE |
| 7124 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.152 INFO O| Feb 19 01:42:36.152 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7125 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.167 INFO O| Feb 19 01:42:36.167 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount" |
| 7126 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.167 INFO O| Feb 19 01:42:36.167 INFO STEP 781 (remove_files) COMPLETE |
| 7127 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.167 INFO O| Feb 19 01:42:36.167 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7128 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.183 INFO O| Feb 19 01:42:36.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare" |
| 7129 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.183 INFO O| Feb 19 01:42:36.183 INFO STEP 782 (remove_files) COMPLETE |
| 7130 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.183 INFO O| Feb 19 01:42:36.183 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7131 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.195 INFO O| Feb 19 01:42:36.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri" |
| 7132 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.195 INFO O| Feb 19 01:42:36.195 INFO STEP 783 (remove_files) COMPLETE |
| 7133 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.195 INFO O| Feb 19 01:42:36.195 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7134 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.212 INFO O| Feb 19 01:42:36.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy" |
| 7135 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.212 INFO O| Feb 19 01:42:36.212 INFO STEP 784 (remove_files) COMPLETE |
| 7136 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.212 INFO O| Feb 19 01:42:36.212 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7137 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.228 INFO O| Feb 19 01:42:36.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df" |
| 7138 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.228 INFO O| Feb 19 01:42:36.228 INFO STEP 785 (remove_files) COMPLETE |
| 7139 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.228 INFO O| Feb 19 01:42:36.228 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7140 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.246 INFO O| Feb 19 01:42:36.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota" |
| 7141 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.246 INFO O| Feb 19 01:42:36.246 INFO STEP 786 (remove_files) COMPLETE |
| 7142 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.246 INFO O| Feb 19 01:42:36.246 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7143 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.264 INFO O| Feb 19 01:42:36.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff" |
| 7144 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.264 INFO O| Feb 19 01:42:36.264 INFO STEP 787 (remove_files) COMPLETE |
| 7145 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.264 INFO O| Feb 19 01:42:36.264 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7146 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.281 INFO O| Feb 19 01:42:36.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck" |
| 7147 | 2026-02-19T01:42:36.416Z | [ recovery-image] Feb 19 01:42:36.281 INFO O| Feb 19 01:42:36.281 INFO STEP 788 (remove_files) COMPLETE |
| 7148 | 2026-02-19T01:42:36.441Z | [ recovery-image] Feb 19 01:42:36.281 INFO O| Feb 19 01:42:36.281 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7149 | 2026-02-19T01:42:36.441Z | [ recovery-image] Feb 19 01:42:36.298 INFO O| Feb 19 01:42:36.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall" |
| 7150 | 2026-02-19T01:42:36.441Z | [ recovery-image] Feb 19 01:42:36.298 INFO O| Feb 19 01:42:36.298 INFO STEP 789 (remove_files) COMPLETE |
| 7151 | 2026-02-19T01:42:36.441Z | [ recovery-image] Feb 19 01:42:36.298 INFO O| Feb 19 01:42:36.298 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7152 | 2026-02-19T01:42:36.441Z | [ recovery-image] Feb 19 01:42:36.313 INFO O| Feb 19 01:42:36.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb" |
| 7153 | 2026-02-19T01:42:36.442Z | [ recovery-image] Feb 19 01:42:36.313 INFO O| Feb 19 01:42:36.313 INFO STEP 790 (remove_files) COMPLETE |
| 7154 | 2026-02-19T01:42:36.442Z | [ recovery-image] Feb 19 01:42:36.313 INFO O| Feb 19 01:42:36.313 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7155 | 2026-02-19T01:42:36.442Z | [ recovery-image] Feb 19 01:42:36.325 INFO O| Feb 19 01:42:36.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand" |
| 7156 | 2026-02-19T01:42:36.442Z | [ recovery-image] Feb 19 01:42:36.325 INFO O| Feb 19 01:42:36.325 INFO STEP 791 (remove_files) COMPLETE |
| 7157 | 2026-02-19T01:42:36.442Z | [ recovery-image] Feb 19 01:42:36.325 INFO O| Feb 19 01:42:36.325 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7158 | 2026-02-19T01:42:36.467Z | [ recovery-image] Feb 19 01:42:36.338 INFO O| Feb 19 01:42:36.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap" |
| 7159 | 2026-02-19T01:42:36.467Z | [ recovery-image] Feb 19 01:42:36.338 INFO O| Feb 19 01:42:36.338 INFO STEP 792 (remove_files) COMPLETE |
| 7160 | 2026-02-19T01:42:36.467Z | [ recovery-image] Feb 19 01:42:36.338 INFO O| Feb 19 01:42:36.338 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7161 | 2026-02-19T01:42:36.467Z | [ recovery-image] Feb 19 01:42:36.350 INFO O| Feb 19 01:42:36.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp" |
| 7162 | 2026-02-19T01:42:36.467Z | [ recovery-image] Feb 19 01:42:36.350 INFO O| Feb 19 01:42:36.350 INFO STEP 793 (remove_files) COMPLETE |
| 7163 | 2026-02-19T01:42:36.467Z | [ recovery-image] Feb 19 01:42:36.350 INFO O| Feb 19 01:42:36.350 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7164 | 2026-02-19T01:42:36.491Z | [ recovery-image] Feb 19 01:42:36.366 INFO O| Feb 19 01:42:36.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
| 7165 | 2026-02-19T01:42:36.491Z | [ recovery-image] Feb 19 01:42:36.366 INFO O| Feb 19 01:42:36.366 INFO STEP 794 (remove_files) COMPLETE |
| 7166 | 2026-02-19T01:42:36.491Z | [ recovery-image] Feb 19 01:42:36.366 INFO O| Feb 19 01:42:36.366 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7167 | 2026-02-19T01:42:36.491Z | [ recovery-image] Feb 19 01:42:36.382 INFO O| Feb 19 01:42:36.382 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit" |
| 7168 | 2026-02-19T01:42:36.491Z | [ recovery-image] Feb 19 01:42:36.382 INFO O| Feb 19 01:42:36.382 INFO STEP 795 (remove_files) COMPLETE |
| 7169 | 2026-02-19T01:42:36.491Z | [ recovery-image] Feb 19 01:42:36.383 INFO O| Feb 19 01:42:36.382 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7170 | 2026-02-19T01:42:36.516Z | [ recovery-image] Feb 19 01:42:36.394 INFO O| Feb 19 01:42:36.394 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs" |
| 7171 | 2026-02-19T01:42:36.516Z | [ recovery-image] Feb 19 01:42:36.394 INFO O| Feb 19 01:42:36.394 INFO STEP 796 (remove_files) COMPLETE |
| 7172 | 2026-02-19T01:42:36.516Z | [ recovery-image] Feb 19 01:42:36.394 INFO O| Feb 19 01:42:36.394 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7173 | 2026-02-19T01:42:36.516Z | [ recovery-image] Feb 19 01:42:36.405 INFO O| Feb 19 01:42:36.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs" |
| 7174 | 2026-02-19T01:42:36.516Z | [ recovery-image] Feb 19 01:42:36.405 INFO O| Feb 19 01:42:36.405 INFO STEP 797 (remove_files) COMPLETE |
| 7175 | 2026-02-19T01:42:36.516Z | [ recovery-image] Feb 19 01:42:36.405 INFO O| Feb 19 01:42:36.405 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7176 | 2026-02-19T01:42:36.541Z | [ recovery-image] Feb 19 01:42:36.421 INFO O| Feb 19 01:42:36.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck" |
| 7177 | 2026-02-19T01:42:36.541Z | [ recovery-image] Feb 19 01:42:36.421 INFO O| Feb 19 01:42:36.421 INFO STEP 798 (remove_files) COMPLETE |
| 7178 | 2026-02-19T01:42:36.541Z | [ recovery-image] Feb 19 01:42:36.421 INFO O| Feb 19 01:42:36.421 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7179 | 2026-02-19T01:42:36.541Z | [ recovery-image] Feb 19 01:42:36.433 INFO O| Feb 19 01:42:36.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs" |
| 7180 | 2026-02-19T01:42:36.541Z | [ recovery-image] Feb 19 01:42:36.433 INFO O| Feb 19 01:42:36.433 INFO STEP 799 (remove_files) COMPLETE |
| 7181 | 2026-02-19T01:42:36.541Z | [ recovery-image] Feb 19 01:42:36.434 INFO O| Feb 19 01:42:36.433 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7182 | 2026-02-19T01:42:36.566Z | [ recovery-image] Feb 19 01:42:36.450 INFO O| Feb 19 01:42:36.450 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot" |
| 7183 | 2026-02-19T01:42:36.566Z | [ recovery-image] Feb 19 01:42:36.450 INFO O| Feb 19 01:42:36.450 INFO STEP 800 (remove_files) COMPLETE |
| 7184 | 2026-02-19T01:42:36.566Z | [ recovery-image] Feb 19 01:42:36.450 INFO O| Feb 19 01:42:36.450 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7185 | 2026-02-19T01:42:36.591Z | [ recovery-image] Feb 19 01:42:36.463 INFO O| Feb 19 01:42:36.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck" |
| 7186 | 2026-02-19T01:42:36.591Z | [ recovery-image] Feb 19 01:42:36.463 INFO O| Feb 19 01:42:36.463 INFO STEP 801 (remove_files) COMPLETE |
| 7187 | 2026-02-19T01:42:36.591Z | [ recovery-image] Feb 19 01:42:36.463 INFO O| Feb 19 01:42:36.463 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7188 | 2026-02-19T01:42:36.591Z | [ recovery-image] Feb 19 01:42:36.480 INFO O| Feb 19 01:42:36.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff" |
| 7189 | 2026-02-19T01:42:36.591Z | [ recovery-image] Feb 19 01:42:36.480 INFO O| Feb 19 01:42:36.480 INFO STEP 802 (remove_files) COMPLETE |
| 7190 | 2026-02-19T01:42:36.591Z | [ recovery-image] Feb 19 01:42:36.480 INFO O| Feb 19 01:42:36.480 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7191 | 2026-02-19T01:42:36.615Z | [ recovery-image] Feb 19 01:42:36.495 INFO O| Feb 19 01:42:36.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon" |
| 7192 | 2026-02-19T01:42:36.616Z | [ recovery-image] Feb 19 01:42:36.495 INFO O| Feb 19 01:42:36.495 INFO STEP 803 (remove_files) COMPLETE |
| 7193 | 2026-02-19T01:42:36.616Z | [ recovery-image] Feb 19 01:42:36.495 INFO O| Feb 19 01:42:36.495 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7194 | 2026-02-19T01:42:36.640Z | [ recovery-image] Feb 19 01:42:36.512 INFO O| Feb 19 01:42:36.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota" |
| 7195 | 2026-02-19T01:42:36.640Z | [ recovery-image] Feb 19 01:42:36.512 INFO O| Feb 19 01:42:36.512 INFO STEP 804 (remove_files) COMPLETE |
| 7196 | 2026-02-19T01:42:36.640Z | [ recovery-image] Feb 19 01:42:36.512 INFO O| Feb 19 01:42:36.512 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7197 | 2026-02-19T01:42:36.640Z | [ recovery-image] Feb 19 01:42:36.528 INFO O| Feb 19 01:42:36.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs" |
| 7198 | 2026-02-19T01:42:36.640Z | [ recovery-image] Feb 19 01:42:36.528 INFO O| Feb 19 01:42:36.528 INFO STEP 805 (remove_files) COMPLETE |
| 7199 | 2026-02-19T01:42:36.640Z | [ recovery-image] Feb 19 01:42:36.528 INFO O| Feb 19 01:42:36.528 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7200 | 2026-02-19T01:42:36.665Z | [ recovery-image] Feb 19 01:42:36.542 INFO O| Feb 19 01:42:36.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump" |
| 7201 | 2026-02-19T01:42:36.665Z | [ recovery-image] Feb 19 01:42:36.542 INFO O| Feb 19 01:42:36.542 INFO STEP 806 (remove_files) COMPLETE |
| 7202 | 2026-02-19T01:42:36.665Z | [ recovery-image] Feb 19 01:42:36.542 INFO O| Feb 19 01:42:36.542 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7203 | 2026-02-19T01:42:36.665Z | [ recovery-image] Feb 19 01:42:36.554 INFO O| Feb 19 01:42:36.554 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore" |
| 7204 | 2026-02-19T01:42:36.666Z | [ recovery-image] Feb 19 01:42:36.554 INFO O| Feb 19 01:42:36.554 INFO STEP 807 (remove_files) COMPLETE |
| 7205 | 2026-02-19T01:42:36.666Z | [ recovery-image] Feb 19 01:42:36.554 INFO O| Feb 19 01:42:36.554 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7206 | 2026-02-19T01:42:36.690Z | [ recovery-image] Feb 19 01:42:36.572 INFO O| Feb 19 01:42:36.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy" |
| 7207 | 2026-02-19T01:42:36.690Z | [ recovery-image] Feb 19 01:42:36.573 INFO O| Feb 19 01:42:36.573 INFO STEP 808 (remove_files) COMPLETE |
| 7208 | 2026-02-19T01:42:36.690Z | [ recovery-image] Feb 19 01:42:36.573 INFO O| Feb 19 01:42:36.573 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7209 | 2026-02-19T01:42:36.715Z | [ recovery-image] Feb 19 01:42:36.598 INFO O| Feb 19 01:42:36.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1" |
| 7210 | 2026-02-19T01:42:36.715Z | [ recovery-image] Feb 19 01:42:36.598 INFO O| Feb 19 01:42:36.598 INFO STEP 809 (remove_files) COMPLETE |
| 7211 | 2026-02-19T01:42:36.715Z | [ recovery-image] Feb 19 01:42:36.598 INFO O| Feb 19 01:42:36.598 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7212 | 2026-02-19T01:42:36.740Z | [ recovery-image] Feb 19 01:42:36.614 INFO O| Feb 19 01:42:36.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1" |
| 7213 | 2026-02-19T01:42:36.740Z | [ recovery-image] Feb 19 01:42:36.614 INFO O| Feb 19 01:42:36.614 INFO STEP 810 (remove_files) COMPLETE |
| 7214 | 2026-02-19T01:42:36.740Z | [ recovery-image] Feb 19 01:42:36.614 INFO O| Feb 19 01:42:36.614 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7215 | 2026-02-19T01:42:36.740Z | [ recovery-image] Feb 19 01:42:36.628 INFO O| Feb 19 01:42:36.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean" |
| 7216 | 2026-02-19T01:42:36.740Z | [ recovery-image] Feb 19 01:42:36.628 INFO O| Feb 19 01:42:36.628 INFO STEP 811 (remove_files) COMPLETE |
| 7217 | 2026-02-19T01:42:36.740Z | [ recovery-image] Feb 19 01:42:36.628 INFO O| Feb 19 01:42:36.628 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7218 | 2026-02-19T01:42:36.765Z | [ recovery-image] Feb 19 01:42:36.657 INFO O| Feb 19 01:42:36.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd" |
| 7219 | 2026-02-19T01:42:36.765Z | [ recovery-image] Feb 19 01:42:36.658 INFO O| Feb 19 01:42:36.658 INFO STEP 812 (remove_files) COMPLETE |
| 7220 | 2026-02-19T01:42:36.765Z | [ recovery-image] Feb 19 01:42:36.658 INFO O| Feb 19 01:42:36.658 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7221 | 2026-02-19T01:42:36.789Z | [ recovery-image] Feb 19 01:42:36.670 INFO O| Feb 19 01:42:36.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1" |
| 7222 | 2026-02-19T01:42:36.789Z | [ recovery-image] Feb 19 01:42:36.670 INFO O| Feb 19 01:42:36.670 INFO STEP 813 (remove_files) COMPLETE |
| 7223 | 2026-02-19T01:42:36.789Z | [ recovery-image] Feb 19 01:42:36.670 INFO O| Feb 19 01:42:36.670 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7224 | 2026-02-19T01:42:36.789Z | [ recovery-image] Feb 19 01:42:36.681 INFO O| Feb 19 01:42:36.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1" |
| 7225 | 2026-02-19T01:42:36.790Z | [ recovery-image] Feb 19 01:42:36.681 INFO O| Feb 19 01:42:36.681 INFO STEP 814 (remove_files) COMPLETE |
| 7226 | 2026-02-19T01:42:36.790Z | [ recovery-image] Feb 19 01:42:36.681 INFO O| Feb 19 01:42:36.681 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7227 | 2026-02-19T01:42:36.814Z | [ recovery-image] Feb 19 01:42:36.691 INFO O| Feb 19 01:42:36.691 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1" |
| 7228 | 2026-02-19T01:42:36.814Z | [ recovery-image] Feb 19 01:42:36.692 INFO O| Feb 19 01:42:36.691 INFO STEP 815 (remove_files) COMPLETE |
| 7229 | 2026-02-19T01:42:36.814Z | [ recovery-image] Feb 19 01:42:36.692 INFO O| Feb 19 01:42:36.691 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7230 | 2026-02-19T01:42:36.839Z | [ recovery-image] Feb 19 01:42:36.726 INFO O| Feb 19 01:42:36.726 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked" |
| 7231 | 2026-02-19T01:42:36.839Z | [ recovery-image] Feb 19 01:42:36.727 INFO O| Feb 19 01:42:36.727 INFO STEP 816 (remove_files) COMPLETE |
| 7232 | 2026-02-19T01:42:36.839Z | [ recovery-image] Feb 19 01:42:36.727 INFO O| Feb 19 01:42:36.727 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7233 | 2026-02-19T01:42:36.864Z | [ recovery-image] Feb 19 01:42:36.739 INFO O| Feb 19 01:42:36.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb" |
| 7234 | 2026-02-19T01:42:36.864Z | [ recovery-image] Feb 19 01:42:36.739 INFO O| Feb 19 01:42:36.739 INFO STEP 817 (remove_files) COMPLETE |
| 7235 | 2026-02-19T01:42:36.864Z | [ recovery-image] Feb 19 01:42:36.739 INFO O| Feb 19 01:42:36.739 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7236 | 2026-02-19T01:42:36.864Z | [ recovery-image] Feb 19 01:42:36.752 INFO O| Feb 19 01:42:36.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal" |
| 7237 | 2026-02-19T01:42:36.864Z | [ recovery-image] Feb 19 01:42:36.752 INFO O| Feb 19 01:42:36.752 INFO STEP 818 (remove_files) COMPLETE |
| 7238 | 2026-02-19T01:42:36.864Z | [ recovery-image] Feb 19 01:42:36.752 INFO O| Feb 19 01:42:36.752 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7239 | 2026-02-19T01:42:36.889Z | [ recovery-image] Feb 19 01:42:36.769 INFO O| Feb 19 01:42:36.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb" |
| 7240 | 2026-02-19T01:42:36.889Z | [ recovery-image] Feb 19 01:42:36.769 INFO O| Feb 19 01:42:36.769 INFO STEP 819 (remove_files) COMPLETE |
| 7241 | 2026-02-19T01:42:36.889Z | [ recovery-image] Feb 19 01:42:36.769 INFO O| Feb 19 01:42:36.769 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7242 | 2026-02-19T01:42:36.914Z | [ recovery-image] Feb 19 01:42:36.785 INFO O| Feb 19 01:42:36.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked" |
| 7243 | 2026-02-19T01:42:36.914Z | [ recovery-image] Feb 19 01:42:36.785 INFO O| Feb 19 01:42:36.785 INFO STEP 820 (remove_files) COMPLETE |
| 7244 | 2026-02-19T01:42:36.914Z | [ recovery-image] Feb 19 01:42:36.785 INFO O| Feb 19 01:42:36.785 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7245 | 2026-02-19T01:42:36.914Z | [ recovery-image] Feb 19 01:42:36.798 INFO O| Feb 19 01:42:36.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd" |
| 7246 | 2026-02-19T01:42:36.914Z | [ recovery-image] Feb 19 01:42:36.798 INFO O| Feb 19 01:42:36.798 INFO STEP 821 (remove_files) COMPLETE |
| 7247 | 2026-02-19T01:42:36.914Z | [ recovery-image] Feb 19 01:42:36.798 INFO O| Feb 19 01:42:36.798 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7248 | 2026-02-19T01:42:36.940Z | [ recovery-image] Feb 19 01:42:36.809 INFO O| Feb 19 01:42:36.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd" |
| 7249 | 2026-02-19T01:42:36.940Z | [ recovery-image] Feb 19 01:42:36.809 INFO O| Feb 19 01:42:36.809 INFO STEP 822 (remove_files) COMPLETE |
| 7250 | 2026-02-19T01:42:36.940Z | [ recovery-image] Feb 19 01:42:36.809 INFO O| Feb 19 01:42:36.809 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7251 | 2026-02-19T01:42:36.940Z | [ recovery-image] Feb 19 01:42:36.820 INFO O| Feb 19 01:42:36.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
| 7252 | 2026-02-19T01:42:36.940Z | [ recovery-image] Feb 19 01:42:36.820 INFO O| Feb 19 01:42:36.820 INFO STEP 823 (remove_files) COMPLETE |
| 7253 | 2026-02-19T01:42:36.940Z | [ recovery-image] Feb 19 01:42:36.820 INFO O| Feb 19 01:42:36.820 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7254 | 2026-02-19T01:42:36.940Z | [ recovery-image] Feb 19 01:42:36.831 INFO O| Feb 19 01:42:36.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd" |
| 7255 | 2026-02-19T01:42:36.940Z | [ recovery-image] Feb 19 01:42:36.831 INFO O| Feb 19 01:42:36.831 INFO STEP 824 (remove_files) COMPLETE |
| 7256 | 2026-02-19T01:42:36.940Z | [ recovery-image] Feb 19 01:42:36.831 INFO O| Feb 19 01:42:36.831 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7257 | 2026-02-19T01:42:36.965Z | [ recovery-image] Feb 19 01:42:36.844 INFO O| Feb 19 01:42:36.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
| 7258 | 2026-02-19T01:42:36.965Z | [ recovery-image] Feb 19 01:42:36.844 INFO O| Feb 19 01:42:36.844 INFO STEP 825 (remove_files) COMPLETE |
| 7259 | 2026-02-19T01:42:36.965Z | [ recovery-image] Feb 19 01:42:36.844 INFO O| Feb 19 01:42:36.844 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7260 | 2026-02-19T01:42:36.965Z | [ recovery-image] Feb 19 01:42:36.856 INFO O| Feb 19 01:42:36.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1" |
| 7261 | 2026-02-19T01:42:36.965Z | [ recovery-image] Feb 19 01:42:36.856 INFO O| Feb 19 01:42:36.856 INFO STEP 826 (remove_files) COMPLETE |
| 7262 | 2026-02-19T01:42:36.965Z | [ recovery-image] Feb 19 01:42:36.856 INFO O| Feb 19 01:42:36.856 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7263 | 2026-02-19T01:42:36.990Z | [ recovery-image] Feb 19 01:42:36.868 INFO O| Feb 19 01:42:36.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
| 7264 | 2026-02-19T01:42:36.990Z | [ recovery-image] Feb 19 01:42:36.869 INFO O| Feb 19 01:42:36.869 INFO STEP 827 (remove_files) COMPLETE |
| 7265 | 2026-02-19T01:42:36.990Z | [ recovery-image] Feb 19 01:42:36.869 INFO O| Feb 19 01:42:36.869 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7266 | 2026-02-19T01:42:36.990Z | [ recovery-image] Feb 19 01:42:36.881 INFO O| Feb 19 01:42:36.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G" |
| 7267 | 2026-02-19T01:42:36.990Z | [ recovery-image] Feb 19 01:42:36.881 INFO O| Feb 19 01:42:36.881 INFO STEP 828 (remove_files) COMPLETE |
| 7268 | 2026-02-19T01:42:36.990Z | [ recovery-image] Feb 19 01:42:36.881 INFO O| Feb 19 01:42:36.881 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7269 | 2026-02-19T01:42:37.015Z | [ recovery-image] Feb 19 01:42:36.893 INFO O| Feb 19 01:42:36.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G" |
| 7270 | 2026-02-19T01:42:37.015Z | [ recovery-image] Feb 19 01:42:36.893 INFO O| Feb 19 01:42:36.893 INFO STEP 829 (remove_files) COMPLETE |
| 7271 | 2026-02-19T01:42:37.015Z | [ recovery-image] Feb 19 01:42:36.893 INFO O| Feb 19 01:42:36.893 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7272 | 2026-02-19T01:42:37.015Z | [ recovery-image] Feb 19 01:42:36.905 INFO O| Feb 19 01:42:36.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign" |
| 7273 | 2026-02-19T01:42:37.015Z | [ recovery-image] Feb 19 01:42:36.905 INFO O| Feb 19 01:42:36.905 INFO STEP 830 (remove_files) COMPLETE |
| 7274 | 2026-02-19T01:42:37.015Z | [ recovery-image] Feb 19 01:42:36.905 INFO O| Feb 19 01:42:36.905 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7275 | 2026-02-19T01:42:37.040Z | [ recovery-image] Feb 19 01:42:36.916 INFO O| Feb 19 01:42:36.916 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default" |
| 7276 | 2026-02-19T01:42:37.040Z | [ recovery-image] Feb 19 01:42:36.917 INFO O| Feb 19 01:42:36.916 INFO STEP 831 (remove_files) COMPLETE |
| 7277 | 2026-02-19T01:42:37.040Z | [ recovery-image] Feb 19 01:42:36.917 INFO O| Feb 19 01:42:36.916 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7278 | 2026-02-19T01:42:37.040Z | [ recovery-image] Feb 19 01:42:36.928 INFO O| Feb 19 01:42:36.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata" |
| 7279 | 2026-02-19T01:42:37.040Z | [ recovery-image] Feb 19 01:42:36.928 INFO O| Feb 19 01:42:36.928 INFO STEP 832 (remove_files) COMPLETE |
| 7280 | 2026-02-19T01:42:37.041Z | [ recovery-image] Feb 19 01:42:36.929 INFO O| Feb 19 01:42:36.928 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7281 | 2026-02-19T01:42:37.065Z | [ recovery-image] Feb 19 01:42:36.941 INFO O| Feb 19 01:42:36.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter" |
| 7282 | 2026-02-19T01:42:37.065Z | [ recovery-image] Feb 19 01:42:36.941 INFO O| Feb 19 01:42:36.941 INFO STEP 833 (remove_files) COMPLETE |
| 7283 | 2026-02-19T01:42:37.065Z | [ recovery-image] Feb 19 01:42:36.941 INFO O| Feb 19 01:42:36.941 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7284 | 2026-02-19T01:42:37.065Z | [ recovery-image] Feb 19 01:42:36.953 INFO O| Feb 19 01:42:36.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss" |
| 7285 | 2026-02-19T01:42:37.065Z | [ recovery-image] Feb 19 01:42:36.953 INFO O| Feb 19 01:42:36.953 INFO STEP 834 (remove_files) COMPLETE |
| 7286 | 2026-02-19T01:42:37.065Z | [ recovery-image] Feb 19 01:42:36.953 INFO O| Feb 19 01:42:36.953 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7287 | 2026-02-19T01:42:37.090Z | [ recovery-image] Feb 19 01:42:36.966 INFO O| Feb 19 01:42:36.966 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata" |
| 7288 | 2026-02-19T01:42:37.090Z | [ recovery-image] Feb 19 01:42:36.966 INFO O| Feb 19 01:42:36.966 INFO STEP 835 (remove_files) COMPLETE |
| 7289 | 2026-02-19T01:42:37.090Z | [ recovery-image] Feb 19 01:42:36.966 INFO O| Feb 19 01:42:36.966 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7290 | 2026-02-19T01:42:37.090Z | [ recovery-image] Feb 19 01:42:36.979 INFO O| Feb 19 01:42:36.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk" |
| 7291 | 2026-02-19T01:42:37.090Z | [ recovery-image] Feb 19 01:42:36.979 INFO O| Feb 19 01:42:36.979 INFO STEP 836 (remove_files) COMPLETE |
| 7292 | 2026-02-19T01:42:37.090Z | [ recovery-image] Feb 19 01:42:36.979 INFO O| Feb 19 01:42:36.979 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7293 | 2026-02-19T01:42:37.117Z | [ recovery-image] Feb 19 01:42:36.991 INFO O| Feb 19 01:42:36.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign" |
| 7294 | 2026-02-19T01:42:37.117Z | [ recovery-image] Feb 19 01:42:36.991 INFO O| Feb 19 01:42:36.991 INFO STEP 837 (remove_files) COMPLETE |
| 7295 | 2026-02-19T01:42:37.117Z | [ recovery-image] Feb 19 01:42:36.991 INFO O| Feb 19 01:42:36.991 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7296 | 2026-02-19T01:42:37.117Z | [ recovery-image] Feb 19 01:42:37.002 INFO O| Feb 19 01:42:37.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
| 7297 | 2026-02-19T01:42:37.117Z | [ recovery-image] Feb 19 01:42:37.003 INFO O| Feb 19 01:42:37.002 INFO STEP 838 (remove_files) COMPLETE |
| 7298 | 2026-02-19T01:42:37.117Z | [ recovery-image] Feb 19 01:42:37.003 INFO O| Feb 19 01:42:37.003 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7299 | 2026-02-19T01:42:37.141Z | [ recovery-image] Feb 19 01:42:37.017 INFO O| Feb 19 01:42:37.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
| 7300 | 2026-02-19T01:42:37.141Z | [ recovery-image] Feb 19 01:42:37.017 INFO O| Feb 19 01:42:37.017 INFO STEP 839 (remove_files) COMPLETE |
| 7301 | 2026-02-19T01:42:37.141Z | [ recovery-image] Feb 19 01:42:37.017 INFO O| Feb 19 01:42:37.017 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7302 | 2026-02-19T01:42:37.141Z | [ recovery-image] Feb 19 01:42:37.030 INFO O| Feb 19 01:42:37.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
| 7303 | 2026-02-19T01:42:37.142Z | [ recovery-image] Feb 19 01:42:37.030 INFO O| Feb 19 01:42:37.030 INFO STEP 840 (remove_files) COMPLETE |
| 7304 | 2026-02-19T01:42:37.142Z | [ recovery-image] Feb 19 01:42:37.030 INFO O| Feb 19 01:42:37.030 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7305 | 2026-02-19T01:42:37.166Z | [ recovery-image] Feb 19 01:42:37.042 INFO O| Feb 19 01:42:37.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
| 7306 | 2026-02-19T01:42:37.166Z | [ recovery-image] Feb 19 01:42:37.042 INFO O| Feb 19 01:42:37.042 INFO STEP 841 (remove_files) COMPLETE |
| 7307 | 2026-02-19T01:42:37.166Z | [ recovery-image] Feb 19 01:42:37.042 INFO O| Feb 19 01:42:37.042 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7308 | 2026-02-19T01:42:37.166Z | [ recovery-image] Feb 19 01:42:37.054 INFO O| Feb 19 01:42:37.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
| 7309 | 2026-02-19T01:42:37.166Z | [ recovery-image] Feb 19 01:42:37.054 INFO O| Feb 19 01:42:37.054 INFO STEP 842 (remove_files) COMPLETE |
| 7310 | 2026-02-19T01:42:37.166Z | [ recovery-image] Feb 19 01:42:37.054 INFO O| Feb 19 01:42:37.054 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7311 | 2026-02-19T01:42:37.191Z | [ recovery-image] Feb 19 01:42:37.066 INFO O| Feb 19 01:42:37.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1" |
| 7312 | 2026-02-19T01:42:37.191Z | [ recovery-image] Feb 19 01:42:37.066 INFO O| Feb 19 01:42:37.066 INFO STEP 843 (remove_files) COMPLETE |
| 7313 | 2026-02-19T01:42:37.191Z | [ recovery-image] Feb 19 01:42:37.066 INFO O| Feb 19 01:42:37.066 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7314 | 2026-02-19T01:42:37.191Z | [ recovery-image] Feb 19 01:42:37.084 INFO O| Feb 19 01:42:37.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1" |
| 7315 | 2026-02-19T01:42:37.191Z | [ recovery-image] Feb 19 01:42:37.084 INFO O| Feb 19 01:42:37.084 INFO STEP 844 (remove_files) COMPLETE |
| 7316 | 2026-02-19T01:42:37.191Z | [ recovery-image] Feb 19 01:42:37.084 INFO O| Feb 19 01:42:37.084 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7317 | 2026-02-19T01:42:37.216Z | [ recovery-image] Feb 19 01:42:37.098 INFO O| Feb 19 01:42:37.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1" |
| 7318 | 2026-02-19T01:42:37.216Z | [ recovery-image] Feb 19 01:42:37.098 INFO O| Feb 19 01:42:37.098 INFO STEP 845 (remove_files) COMPLETE |
| 7319 | 2026-02-19T01:42:37.216Z | [ recovery-image] Feb 19 01:42:37.098 INFO O| Feb 19 01:42:37.098 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7320 | 2026-02-19T01:42:37.240Z | [ recovery-image] Feb 19 01:42:37.115 INFO O| Feb 19 01:42:37.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb" |
| 7321 | 2026-02-19T01:42:37.241Z | [ recovery-image] Feb 19 01:42:37.115 INFO O| Feb 19 01:42:37.115 INFO STEP 846 (remove_files) COMPLETE |
| 7322 | 2026-02-19T01:42:37.241Z | [ recovery-image] Feb 19 01:42:37.115 INFO O| Feb 19 01:42:37.115 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7323 | 2026-02-19T01:42:37.241Z | [ recovery-image] Feb 19 01:42:37.131 INFO O| Feb 19 01:42:37.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so" |
| 7324 | 2026-02-19T01:42:37.241Z | [ recovery-image] Feb 19 01:42:37.131 INFO O| Feb 19 01:42:37.131 INFO STEP 847 (remove_files) COMPLETE |
| 7325 | 2026-02-19T01:42:37.241Z | [ recovery-image] Feb 19 01:42:37.131 INFO O| Feb 19 01:42:37.131 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7326 | 2026-02-19T01:42:37.265Z | [ recovery-image] Feb 19 01:42:37.145 INFO O| Feb 19 01:42:37.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb" |
| 7327 | 2026-02-19T01:42:37.265Z | [ recovery-image] Feb 19 01:42:37.145 INFO O| Feb 19 01:42:37.145 INFO STEP 848 (remove_files) COMPLETE |
| 7328 | 2026-02-19T01:42:37.265Z | [ recovery-image] Feb 19 01:42:37.145 INFO O| Feb 19 01:42:37.145 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7329 | 2026-02-19T01:42:37.265Z | [ recovery-image] Feb 19 01:42:37.158 INFO O| Feb 19 01:42:37.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
| 7330 | 2026-02-19T01:42:37.265Z | [ recovery-image] Feb 19 01:42:37.158 INFO O| Feb 19 01:42:37.158 INFO STEP 849 (remove_files) COMPLETE |
| 7331 | 2026-02-19T01:42:37.265Z | [ recovery-image] Feb 19 01:42:37.158 INFO O| Feb 19 01:42:37.158 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7332 | 2026-02-19T01:42:37.290Z | [ recovery-image] Feb 19 01:42:37.175 INFO O| Feb 19 01:42:37.175 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1" |
| 7333 | 2026-02-19T01:42:37.290Z | [ recovery-image] Feb 19 01:42:37.175 INFO O| Feb 19 01:42:37.175 INFO STEP 850 (remove_files) COMPLETE |
| 7334 | 2026-02-19T01:42:37.290Z | [ recovery-image] Feb 19 01:42:37.175 INFO O| Feb 19 01:42:37.175 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7335 | 2026-02-19T01:42:37.315Z | [ recovery-image] Feb 19 01:42:37.189 INFO O| Feb 19 01:42:37.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
| 7336 | 2026-02-19T01:42:37.315Z | [ recovery-image] Feb 19 01:42:37.189 INFO O| Feb 19 01:42:37.189 INFO STEP 851 (remove_files) COMPLETE |
| 7337 | 2026-02-19T01:42:37.315Z | [ recovery-image] Feb 19 01:42:37.189 INFO O| Feb 19 01:42:37.189 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7338 | 2026-02-19T01:42:37.315Z | [ recovery-image] Feb 19 01:42:37.202 INFO O| Feb 19 01:42:37.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed" |
| 7339 | 2026-02-19T01:42:37.315Z | [ recovery-image] Feb 19 01:42:37.202 INFO O| Feb 19 01:42:37.202 INFO STEP 852 (remove_files) COMPLETE |
| 7340 | 2026-02-19T01:42:37.315Z | [ recovery-image] Feb 19 01:42:37.202 INFO O| Feb 19 01:42:37.202 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7341 | 2026-02-19T01:42:37.340Z | [ recovery-image] Feb 19 01:42:37.219 INFO O| Feb 19 01:42:37.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen" |
| 7342 | 2026-02-19T01:42:37.340Z | [ recovery-image] Feb 19 01:42:37.219 INFO O| Feb 19 01:42:37.219 INFO STEP 853 (remove_files) COMPLETE |
| 7343 | 2026-02-19T01:42:37.340Z | [ recovery-image] Feb 19 01:42:37.219 INFO O| Feb 19 01:42:37.219 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7344 | 2026-02-19T01:42:37.340Z | [ recovery-image] Feb 19 01:42:37.235 INFO O| Feb 19 01:42:37.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server" |
| 7345 | 2026-02-19T01:42:37.340Z | [ recovery-image] Feb 19 01:42:37.235 INFO O| Feb 19 01:42:37.235 INFO STEP 854 (remove_files) COMPLETE |
| 7346 | 2026-02-19T01:42:37.340Z | [ recovery-image] Feb 19 01:42:37.235 INFO O| Feb 19 01:42:37.235 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7347 | 2026-02-19T01:42:37.364Z | [ recovery-image] Feb 19 01:42:37.251 INFO O| Feb 19 01:42:37.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
| 7348 | 2026-02-19T01:42:37.364Z | [ recovery-image] Feb 19 01:42:37.251 INFO O| Feb 19 01:42:37.251 INFO STEP 855 (remove_files) COMPLETE |
| 7349 | 2026-02-19T01:42:37.364Z | [ recovery-image] Feb 19 01:42:37.251 INFO O| Feb 19 01:42:37.251 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7350 | 2026-02-19T01:42:37.389Z | [ recovery-image] Feb 19 01:42:37.267 INFO O| Feb 19 01:42:37.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
| 7351 | 2026-02-19T01:42:37.389Z | [ recovery-image] Feb 19 01:42:37.267 INFO O| Feb 19 01:42:37.267 INFO STEP 856 (remove_files) COMPLETE |
| 7352 | 2026-02-19T01:42:37.389Z | [ recovery-image] Feb 19 01:42:37.267 INFO O| Feb 19 01:42:37.267 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7353 | 2026-02-19T01:42:37.389Z | [ recovery-image] Feb 19 01:42:37.281 INFO O| Feb 19 01:42:37.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
| 7354 | 2026-02-19T01:42:37.389Z | [ recovery-image] Feb 19 01:42:37.282 INFO O| Feb 19 01:42:37.281 INFO STEP 857 (remove_files) COMPLETE |
| 7355 | 2026-02-19T01:42:37.389Z | [ recovery-image] Feb 19 01:42:37.282 INFO O| Feb 19 01:42:37.281 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7356 | 2026-02-19T01:42:37.413Z | [ recovery-image] Feb 19 01:42:37.299 INFO O| Feb 19 01:42:37.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1" |
| 7357 | 2026-02-19T01:42:37.413Z | [ recovery-image] Feb 19 01:42:37.299 INFO O| Feb 19 01:42:37.299 INFO STEP 858 (remove_files) COMPLETE |
| 7358 | 2026-02-19T01:42:37.413Z | [ recovery-image] Feb 19 01:42:37.299 INFO O| Feb 19 01:42:37.299 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7359 | 2026-02-19T01:42:37.438Z | [ recovery-image] Feb 19 01:42:37.314 INFO O| Feb 19 01:42:37.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
| 7360 | 2026-02-19T01:42:37.438Z | [ recovery-image] Feb 19 01:42:37.314 INFO O| Feb 19 01:42:37.314 INFO STEP 859 (remove_files) COMPLETE |
| 7361 | 2026-02-19T01:42:37.438Z | [ recovery-image] Feb 19 01:42:37.314 INFO O| Feb 19 01:42:37.314 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7362 | 2026-02-19T01:42:37.438Z | [ recovery-image] Feb 19 01:42:37.327 INFO O| Feb 19 01:42:37.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1" |
| 7363 | 2026-02-19T01:42:37.438Z | [ recovery-image] Feb 19 01:42:37.328 INFO O| Feb 19 01:42:37.328 INFO STEP 860 (remove_files) COMPLETE |
| 7364 | 2026-02-19T01:42:37.438Z | [ recovery-image] Feb 19 01:42:37.328 INFO O| Feb 19 01:42:37.328 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7365 | 2026-02-19T01:42:37.463Z | [ recovery-image] Feb 19 01:42:37.341 INFO O| Feb 19 01:42:37.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1" |
| 7366 | 2026-02-19T01:42:37.463Z | [ recovery-image] Feb 19 01:42:37.341 INFO O| Feb 19 01:42:37.341 INFO STEP 861 (remove_files) COMPLETE |
| 7367 | 2026-02-19T01:42:37.463Z | [ recovery-image] Feb 19 01:42:37.341 INFO O| Feb 19 01:42:37.341 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7368 | 2026-02-19T01:42:37.463Z | [ recovery-image] Feb 19 01:42:37.354 INFO O| Feb 19 01:42:37.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1" |
| 7369 | 2026-02-19T01:42:37.463Z | [ recovery-image] Feb 19 01:42:37.354 INFO O| Feb 19 01:42:37.354 INFO STEP 862 (remove_files) COMPLETE |
| 7370 | 2026-02-19T01:42:37.463Z | [ recovery-image] Feb 19 01:42:37.354 INFO O| Feb 19 01:42:37.354 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7371 | 2026-02-19T01:42:37.487Z | [ recovery-image] Feb 19 01:42:37.367 INFO O| Feb 19 01:42:37.367 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1" |
| 7372 | 2026-02-19T01:42:37.487Z | [ recovery-image] Feb 19 01:42:37.367 INFO O| Feb 19 01:42:37.367 INFO STEP 863 (remove_files) COMPLETE |
| 7373 | 2026-02-19T01:42:37.487Z | [ recovery-image] Feb 19 01:42:37.367 INFO O| Feb 19 01:42:37.367 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7374 | 2026-02-19T01:42:37.487Z | [ recovery-image] Feb 19 01:42:37.380 INFO O| Feb 19 01:42:37.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1" |
| 7375 | 2026-02-19T01:42:37.487Z | [ recovery-image] Feb 19 01:42:37.380 INFO O| Feb 19 01:42:37.380 INFO STEP 864 (remove_files) COMPLETE |
| 7376 | 2026-02-19T01:42:37.487Z | [ recovery-image] Feb 19 01:42:37.381 INFO O| Feb 19 01:42:37.380 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7377 | 2026-02-19T01:42:37.512Z | [ recovery-image] Feb 19 01:42:37.396 INFO O| Feb 19 01:42:37.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
| 7378 | 2026-02-19T01:42:37.512Z | [ recovery-image] Feb 19 01:42:37.396 INFO O| Feb 19 01:42:37.396 INFO STEP 865 (remove_files) COMPLETE |
| 7379 | 2026-02-19T01:42:37.512Z | [ recovery-image] Feb 19 01:42:37.396 INFO O| Feb 19 01:42:37.396 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7380 | 2026-02-19T01:42:37.537Z | [ recovery-image] Feb 19 01:42:37.411 INFO O| Feb 19 01:42:37.411 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
| 7381 | 2026-02-19T01:42:37.537Z | [ recovery-image] Feb 19 01:42:37.412 INFO O| Feb 19 01:42:37.411 INFO STEP 866 (remove_files) COMPLETE |
| 7382 | 2026-02-19T01:42:37.537Z | [ recovery-image] Feb 19 01:42:37.412 INFO O| Feb 19 01:42:37.411 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7383 | 2026-02-19T01:42:37.537Z | [ recovery-image] Feb 19 01:42:37.427 INFO O| Feb 19 01:42:37.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
| 7384 | 2026-02-19T01:42:37.537Z | [ recovery-image] Feb 19 01:42:37.427 INFO O| Feb 19 01:42:37.427 INFO STEP 867 (remove_files) COMPLETE |
| 7385 | 2026-02-19T01:42:37.537Z | [ recovery-image] Feb 19 01:42:37.427 INFO O| Feb 19 01:42:37.427 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7386 | 2026-02-19T01:42:37.562Z | [ recovery-image] Feb 19 01:42:37.441 INFO O| Feb 19 01:42:37.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
| 7387 | 2026-02-19T01:42:37.562Z | [ recovery-image] Feb 19 01:42:37.441 INFO O| Feb 19 01:42:37.441 INFO STEP 868 (remove_files) COMPLETE |
| 7388 | 2026-02-19T01:42:37.562Z | [ recovery-image] Feb 19 01:42:37.441 INFO O| Feb 19 01:42:37.441 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7389 | 2026-02-19T01:42:37.562Z | [ recovery-image] Feb 19 01:42:37.455 INFO O| Feb 19 01:42:37.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
| 7390 | 2026-02-19T01:42:37.562Z | [ recovery-image] Feb 19 01:42:37.455 INFO O| Feb 19 01:42:37.455 INFO STEP 869 (remove_files) COMPLETE |
| 7391 | 2026-02-19T01:42:37.562Z | [ recovery-image] Feb 19 01:42:37.455 INFO O| Feb 19 01:42:37.455 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7392 | 2026-02-19T01:42:37.586Z | [ recovery-image] Feb 19 01:42:37.468 INFO O| Feb 19 01:42:37.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
| 7393 | 2026-02-19T01:42:37.587Z | [ recovery-image] Feb 19 01:42:37.469 INFO O| Feb 19 01:42:37.469 INFO STEP 870 (remove_files) COMPLETE |
| 7394 | 2026-02-19T01:42:37.587Z | [ recovery-image] Feb 19 01:42:37.469 INFO O| Feb 19 01:42:37.469 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7395 | 2026-02-19T01:42:37.611Z | [ recovery-image] Feb 19 01:42:37.486 INFO O| Feb 19 01:42:37.485 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
| 7396 | 2026-02-19T01:42:37.611Z | [ recovery-image] Feb 19 01:42:37.486 INFO O| Feb 19 01:42:37.486 INFO STEP 871 (remove_files) COMPLETE |
| 7397 | 2026-02-19T01:42:37.611Z | [ recovery-image] Feb 19 01:42:37.486 INFO O| Feb 19 01:42:37.486 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7398 | 2026-02-19T01:42:37.611Z | [ recovery-image] Feb 19 01:42:37.502 INFO O| Feb 19 01:42:37.502 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
| 7399 | 2026-02-19T01:42:37.611Z | [ recovery-image] Feb 19 01:42:37.502 INFO O| Feb 19 01:42:37.502 INFO STEP 872 (remove_files) COMPLETE |
| 7400 | 2026-02-19T01:42:37.611Z | [ recovery-image] Feb 19 01:42:37.502 INFO O| Feb 19 01:42:37.502 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7401 | 2026-02-19T01:42:37.636Z | [ recovery-image] Feb 19 01:42:37.518 INFO O| Feb 19 01:42:37.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
| 7402 | 2026-02-19T01:42:37.636Z | [ recovery-image] Feb 19 01:42:37.518 INFO O| Feb 19 01:42:37.518 INFO STEP 873 (remove_files) COMPLETE |
| 7403 | 2026-02-19T01:42:37.636Z | [ recovery-image] Feb 19 01:42:37.518 INFO O| Feb 19 01:42:37.518 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7404 | 2026-02-19T01:42:37.661Z | [ recovery-image] Feb 19 01:42:37.532 INFO O| Feb 19 01:42:37.532 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
| 7405 | 2026-02-19T01:42:37.661Z | [ recovery-image] Feb 19 01:42:37.532 INFO O| Feb 19 01:42:37.532 INFO STEP 874 (remove_files) COMPLETE |
| 7406 | 2026-02-19T01:42:37.661Z | [ recovery-image] Feb 19 01:42:37.533 INFO O| Feb 19 01:42:37.532 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7407 | 2026-02-19T01:42:37.661Z | [ recovery-image] Feb 19 01:42:37.545 INFO O| Feb 19 01:42:37.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
| 7408 | 2026-02-19T01:42:37.661Z | [ recovery-image] Feb 19 01:42:37.545 INFO O| Feb 19 01:42:37.545 INFO STEP 875 (remove_files) COMPLETE |
| 7409 | 2026-02-19T01:42:37.661Z | [ recovery-image] Feb 19 01:42:37.545 INFO O| Feb 19 01:42:37.545 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7410 | 2026-02-19T01:42:37.686Z | [ recovery-image] Feb 19 01:42:37.558 INFO O| Feb 19 01:42:37.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
| 7411 | 2026-02-19T01:42:37.686Z | [ recovery-image] Feb 19 01:42:37.559 INFO O| Feb 19 01:42:37.559 INFO STEP 876 (remove_files) COMPLETE |
| 7412 | 2026-02-19T01:42:37.686Z | [ recovery-image] Feb 19 01:42:37.559 INFO O| Feb 19 01:42:37.559 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7413 | 2026-02-19T01:42:37.686Z | [ recovery-image] Feb 19 01:42:37.571 INFO O| Feb 19 01:42:37.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
| 7414 | 2026-02-19T01:42:37.686Z | [ recovery-image] Feb 19 01:42:37.571 INFO O| Feb 19 01:42:37.571 INFO STEP 877 (remove_files) COMPLETE |
| 7415 | 2026-02-19T01:42:37.686Z | [ recovery-image] Feb 19 01:42:37.571 INFO O| Feb 19 01:42:37.571 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7416 | 2026-02-19T01:42:37.710Z | [ recovery-image] Feb 19 01:42:37.589 INFO O| Feb 19 01:42:37.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
| 7417 | 2026-02-19T01:42:37.711Z | [ recovery-image] Feb 19 01:42:37.589 INFO O| Feb 19 01:42:37.589 INFO STEP 878 (remove_files) COMPLETE |
| 7418 | 2026-02-19T01:42:37.711Z | [ recovery-image] Feb 19 01:42:37.589 INFO O| Feb 19 01:42:37.589 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7419 | 2026-02-19T01:42:37.735Z | [ recovery-image] Feb 19 01:42:37.606 INFO O| Feb 19 01:42:37.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
| 7420 | 2026-02-19T01:42:37.735Z | [ recovery-image] Feb 19 01:42:37.607 INFO O| Feb 19 01:42:37.606 INFO STEP 879 (remove_files) COMPLETE |
| 7421 | 2026-02-19T01:42:37.735Z | [ recovery-image] Feb 19 01:42:37.607 INFO O| Feb 19 01:42:37.606 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7422 | 2026-02-19T01:42:37.735Z | [ recovery-image] Feb 19 01:42:37.621 INFO O| Feb 19 01:42:37.621 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
| 7423 | 2026-02-19T01:42:37.735Z | [ recovery-image] Feb 19 01:42:37.621 INFO O| Feb 19 01:42:37.621 INFO STEP 880 (remove_files) COMPLETE |
| 7424 | 2026-02-19T01:42:37.735Z | [ recovery-image] Feb 19 01:42:37.622 INFO O| Feb 19 01:42:37.621 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7425 | 2026-02-19T01:42:37.760Z | [ recovery-image] Feb 19 01:42:37.638 INFO O| Feb 19 01:42:37.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
| 7426 | 2026-02-19T01:42:37.760Z | [ recovery-image] Feb 19 01:42:37.638 INFO O| Feb 19 01:42:37.638 INFO STEP 881 (remove_files) COMPLETE |
| 7427 | 2026-02-19T01:42:37.760Z | [ recovery-image] Feb 19 01:42:37.638 INFO O| Feb 19 01:42:37.638 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7428 | 2026-02-19T01:42:37.760Z | [ recovery-image] Feb 19 01:42:37.655 INFO O| Feb 19 01:42:37.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
| 7429 | 2026-02-19T01:42:37.760Z | [ recovery-image] Feb 19 01:42:37.655 INFO O| Feb 19 01:42:37.655 INFO STEP 882 (remove_files) COMPLETE |
| 7430 | 2026-02-19T01:42:37.760Z | [ recovery-image] Feb 19 01:42:37.655 INFO O| Feb 19 01:42:37.655 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7431 | 2026-02-19T01:42:37.785Z | [ recovery-image] Feb 19 01:42:37.670 INFO O| Feb 19 01:42:37.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
| 7432 | 2026-02-19T01:42:37.785Z | [ recovery-image] Feb 19 01:42:37.670 INFO O| Feb 19 01:42:37.670 INFO STEP 883 (remove_files) COMPLETE |
| 7433 | 2026-02-19T01:42:37.785Z | [ recovery-image] Feb 19 01:42:37.670 INFO O| Feb 19 01:42:37.670 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7434 | 2026-02-19T01:42:37.809Z | [ recovery-image] Feb 19 01:42:37.687 INFO O| Feb 19 01:42:37.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
| 7435 | 2026-02-19T01:42:37.809Z | [ recovery-image] Feb 19 01:42:37.687 INFO O| Feb 19 01:42:37.687 INFO STEP 884 (remove_files) COMPLETE |
| 7436 | 2026-02-19T01:42:37.809Z | [ recovery-image] Feb 19 01:42:37.687 INFO O| Feb 19 01:42:37.687 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7437 | 2026-02-19T01:42:37.809Z | [ recovery-image] Feb 19 01:42:37.701 INFO O| Feb 19 01:42:37.701 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
| 7438 | 2026-02-19T01:42:37.809Z | [ recovery-image] Feb 19 01:42:37.701 INFO O| Feb 19 01:42:37.701 INFO STEP 885 (remove_files) COMPLETE |
| 7439 | 2026-02-19T01:42:37.810Z | [ recovery-image] Feb 19 01:42:37.701 INFO O| Feb 19 01:42:37.701 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7440 | 2026-02-19T01:42:37.834Z | [ recovery-image] Feb 19 01:42:37.718 INFO O| Feb 19 01:42:37.718 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
| 7441 | 2026-02-19T01:42:37.834Z | [ recovery-image] Feb 19 01:42:37.718 INFO O| Feb 19 01:42:37.718 INFO STEP 886 (remove_files) COMPLETE |
| 7442 | 2026-02-19T01:42:37.834Z | [ recovery-image] Feb 19 01:42:37.719 INFO O| Feb 19 01:42:37.718 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7443 | 2026-02-19T01:42:37.859Z | [ recovery-image] Feb 19 01:42:37.735 INFO O| Feb 19 01:42:37.735 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
| 7444 | 2026-02-19T01:42:37.859Z | [ recovery-image] Feb 19 01:42:37.735 INFO O| Feb 19 01:42:37.735 INFO STEP 887 (remove_files) COMPLETE |
| 7445 | 2026-02-19T01:42:37.859Z | [ recovery-image] Feb 19 01:42:37.735 INFO O| Feb 19 01:42:37.735 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7446 | 2026-02-19T01:42:37.859Z | [ recovery-image] Feb 19 01:42:37.751 INFO O| Feb 19 01:42:37.751 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
| 7447 | 2026-02-19T01:42:37.859Z | [ recovery-image] Feb 19 01:42:37.752 INFO O| Feb 19 01:42:37.751 INFO STEP 888 (remove_files) COMPLETE |
| 7448 | 2026-02-19T01:42:37.859Z | [ recovery-image] Feb 19 01:42:37.752 INFO O| Feb 19 01:42:37.751 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7449 | 2026-02-19T01:42:37.883Z | [ recovery-image] Feb 19 01:42:37.764 INFO O| Feb 19 01:42:37.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
| 7450 | 2026-02-19T01:42:37.883Z | [ recovery-image] Feb 19 01:42:37.764 INFO O| Feb 19 01:42:37.764 INFO STEP 889 (remove_files) COMPLETE |
| 7451 | 2026-02-19T01:42:37.883Z | [ recovery-image] Feb 19 01:42:37.764 INFO O| Feb 19 01:42:37.764 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7452 | 2026-02-19T01:42:37.908Z | [ recovery-image] Feb 19 01:42:37.781 INFO O| Feb 19 01:42:37.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
| 7453 | 2026-02-19T01:42:37.908Z | [ recovery-image] Feb 19 01:42:37.781 INFO O| Feb 19 01:42:37.781 INFO STEP 890 (remove_files) COMPLETE |
| 7454 | 2026-02-19T01:42:37.908Z | [ recovery-image] Feb 19 01:42:37.781 INFO O| Feb 19 01:42:37.781 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7455 | 2026-02-19T01:42:37.908Z | [ recovery-image] Feb 19 01:42:37.799 INFO O| Feb 19 01:42:37.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
| 7456 | 2026-02-19T01:42:37.908Z | [ recovery-image] Feb 19 01:42:37.799 INFO O| Feb 19 01:42:37.799 INFO STEP 891 (remove_files) COMPLETE |
| 7457 | 2026-02-19T01:42:37.908Z | [ recovery-image] Feb 19 01:42:37.799 INFO O| Feb 19 01:42:37.799 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7458 | 2026-02-19T01:42:37.933Z | [ recovery-image] Feb 19 01:42:37.814 INFO O| Feb 19 01:42:37.814 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
| 7459 | 2026-02-19T01:42:37.933Z | [ recovery-image] Feb 19 01:42:37.814 INFO O| Feb 19 01:42:37.814 INFO STEP 892 (remove_files) COMPLETE |
| 7460 | 2026-02-19T01:42:37.933Z | [ recovery-image] Feb 19 01:42:37.814 INFO O| Feb 19 01:42:37.814 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7461 | 2026-02-19T01:42:37.957Z | [ recovery-image] Feb 19 01:42:37.830 INFO O| Feb 19 01:42:37.830 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
| 7462 | 2026-02-19T01:42:37.957Z | [ recovery-image] Feb 19 01:42:37.830 INFO O| Feb 19 01:42:37.830 INFO STEP 893 (remove_files) COMPLETE |
| 7463 | 2026-02-19T01:42:37.957Z | [ recovery-image] Feb 19 01:42:37.830 INFO O| Feb 19 01:42:37.830 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7464 | 2026-02-19T01:42:37.957Z | [ recovery-image] Feb 19 01:42:37.849 INFO O| Feb 19 01:42:37.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
| 7465 | 2026-02-19T01:42:37.957Z | [ recovery-image] Feb 19 01:42:37.850 INFO O| Feb 19 01:42:37.849 INFO STEP 894 (remove_files) COMPLETE |
| 7466 | 2026-02-19T01:42:37.957Z | [ recovery-image] Feb 19 01:42:37.850 INFO O| Feb 19 01:42:37.850 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7467 | 2026-02-19T01:42:37.982Z | [ recovery-image] Feb 19 01:42:37.868 INFO O| Feb 19 01:42:37.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
| 7468 | 2026-02-19T01:42:37.982Z | [ recovery-image] Feb 19 01:42:37.868 INFO O| Feb 19 01:42:37.868 INFO STEP 895 (remove_files) COMPLETE |
| 7469 | 2026-02-19T01:42:37.982Z | [ recovery-image] Feb 19 01:42:37.868 INFO O| Feb 19 01:42:37.868 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7470 | 2026-02-19T01:42:38.007Z | [ recovery-image] Feb 19 01:42:37.886 INFO O| Feb 19 01:42:37.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1" |
| 7471 | 2026-02-19T01:42:38.007Z | [ recovery-image] Feb 19 01:42:37.886 INFO O| Feb 19 01:42:37.886 INFO STEP 896 (remove_files) COMPLETE |
| 7472 | 2026-02-19T01:42:38.007Z | [ recovery-image] Feb 19 01:42:37.886 INFO O| Feb 19 01:42:37.886 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7473 | 2026-02-19T01:42:38.031Z | [ recovery-image] Feb 19 01:42:37.904 INFO O| Feb 19 01:42:37.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1" |
| 7474 | 2026-02-19T01:42:38.032Z | [ recovery-image] Feb 19 01:42:37.904 INFO O| Feb 19 01:42:37.904 INFO STEP 897 (remove_files) COMPLETE |
| 7475 | 2026-02-19T01:42:38.032Z | [ recovery-image] Feb 19 01:42:37.904 INFO O| Feb 19 01:42:37.904 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7476 | 2026-02-19T01:42:38.032Z | [ recovery-image] Feb 19 01:42:37.920 INFO O| Feb 19 01:42:37.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1" |
| 7477 | 2026-02-19T01:42:38.032Z | [ recovery-image] Feb 19 01:42:37.921 INFO O| Feb 19 01:42:37.921 INFO STEP 898 (remove_files) COMPLETE |
| 7478 | 2026-02-19T01:42:38.032Z | [ recovery-image] Feb 19 01:42:37.921 INFO O| Feb 19 01:42:37.921 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7479 | 2026-02-19T01:42:38.056Z | [ recovery-image] Feb 19 01:42:37.937 INFO O| Feb 19 01:42:37.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
| 7480 | 2026-02-19T01:42:38.056Z | [ recovery-image] Feb 19 01:42:37.937 INFO O| Feb 19 01:42:37.937 INFO STEP 899 (remove_files) COMPLETE |
| 7481 | 2026-02-19T01:42:38.056Z | [ recovery-image] Feb 19 01:42:37.937 INFO O| Feb 19 01:42:37.937 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7482 | 2026-02-19T01:42:38.081Z | [ recovery-image] Feb 19 01:42:37.959 INFO O| Feb 19 01:42:37.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
| 7483 | 2026-02-19T01:42:38.081Z | [ recovery-image] Feb 19 01:42:37.959 INFO O| Feb 19 01:42:37.959 INFO STEP 900 (remove_files) COMPLETE |
| 7484 | 2026-02-19T01:42:38.081Z | [ recovery-image] Feb 19 01:42:37.959 INFO O| Feb 19 01:42:37.959 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7485 | 2026-02-19T01:42:38.081Z | [ recovery-image] Feb 19 01:42:37.975 INFO O| Feb 19 01:42:37.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1" |
| 7486 | 2026-02-19T01:42:38.081Z | [ recovery-image] Feb 19 01:42:37.975 INFO O| Feb 19 01:42:37.975 INFO STEP 901 (remove_files) COMPLETE |
| 7487 | 2026-02-19T01:42:38.081Z | [ recovery-image] Feb 19 01:42:37.975 INFO O| Feb 19 01:42:37.975 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7488 | 2026-02-19T01:42:38.106Z | [ recovery-image] Feb 19 01:42:37.990 INFO O| Feb 19 01:42:37.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1" |
| 7489 | 2026-02-19T01:42:38.106Z | [ recovery-image] Feb 19 01:42:37.990 INFO O| Feb 19 01:42:37.990 INFO STEP 902 (remove_files) COMPLETE |
| 7490 | 2026-02-19T01:42:38.106Z | [ recovery-image] Feb 19 01:42:37.990 INFO O| Feb 19 01:42:37.990 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7491 | 2026-02-19T01:42:38.146Z | [ recovery-image] Feb 19 01:42:38.005 INFO O| Feb 19 01:42:38.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
| 7492 | 2026-02-19T01:42:38.146Z | [ recovery-image] Feb 19 01:42:38.005 INFO O| Feb 19 01:42:38.005 INFO STEP 903 (remove_files) COMPLETE |
| 7493 | 2026-02-19T01:42:38.146Z | [ recovery-image] Feb 19 01:42:38.005 INFO O| Feb 19 01:42:38.005 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7494 | 2026-02-19T01:42:38.146Z | [ recovery-image] Feb 19 01:42:38.023 INFO O| Feb 19 01:42:38.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1" |
| 7495 | 2026-02-19T01:42:38.146Z | [ recovery-image] Feb 19 01:42:38.023 INFO O| Feb 19 01:42:38.023 INFO STEP 904 (remove_files) COMPLETE |
| 7496 | 2026-02-19T01:42:38.146Z | [ recovery-image] Feb 19 01:42:38.023 INFO O| Feb 19 01:42:38.023 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7497 | 2026-02-19T01:42:38.146Z | [ recovery-image] Feb 19 01:42:38.038 INFO O| Feb 19 01:42:38.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
| 7498 | 2026-02-19T01:42:38.146Z | [ recovery-image] Feb 19 01:42:38.038 INFO O| Feb 19 01:42:38.038 INFO STEP 905 (remove_files) COMPLETE |
| 7499 | 2026-02-19T01:42:38.146Z | [ recovery-image] Feb 19 01:42:38.038 INFO O| Feb 19 01:42:38.038 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7500 | 2026-02-19T01:42:38.172Z | [ recovery-image] Feb 19 01:42:38.052 INFO O| Feb 19 01:42:38.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
| 7501 | 2026-02-19T01:42:38.172Z | [ recovery-image] Feb 19 01:42:38.052 INFO O| Feb 19 01:42:38.052 INFO STEP 906 (remove_files) COMPLETE |
| 7502 | 2026-02-19T01:42:38.172Z | [ recovery-image] Feb 19 01:42:38.052 INFO O| Feb 19 01:42:38.052 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7503 | 2026-02-19T01:42:38.172Z | [ recovery-image] Feb 19 01:42:38.064 INFO O| Feb 19 01:42:38.064 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1" |
| 7504 | 2026-02-19T01:42:38.172Z | [ recovery-image] Feb 19 01:42:38.064 INFO O| Feb 19 01:42:38.064 INFO STEP 907 (remove_files) COMPLETE |
| 7505 | 2026-02-19T01:42:38.172Z | [ recovery-image] Feb 19 01:42:38.065 INFO O| Feb 19 01:42:38.064 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7506 | 2026-02-19T01:42:38.196Z | [ recovery-image] Feb 19 01:42:38.077 INFO O| Feb 19 01:42:38.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1" |
| 7507 | 2026-02-19T01:42:38.196Z | [ recovery-image] Feb 19 01:42:38.077 INFO O| Feb 19 01:42:38.077 INFO STEP 908 (remove_files) COMPLETE |
| 7508 | 2026-02-19T01:42:38.196Z | [ recovery-image] Feb 19 01:42:38.077 INFO O| Feb 19 01:42:38.077 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7509 | 2026-02-19T01:42:38.221Z | [ recovery-image] Feb 19 01:42:38.094 INFO O| Feb 19 01:42:38.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
| 7510 | 2026-02-19T01:42:38.221Z | [ recovery-image] Feb 19 01:42:38.095 INFO O| Feb 19 01:42:38.095 INFO STEP 909 (remove_files) COMPLETE |
| 7511 | 2026-02-19T01:42:38.221Z | [ recovery-image] Feb 19 01:42:38.095 INFO O| Feb 19 01:42:38.095 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7512 | 2026-02-19T01:42:38.221Z | [ recovery-image] Feb 19 01:42:38.107 INFO O| Feb 19 01:42:38.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1" |
| 7513 | 2026-02-19T01:42:38.221Z | [ recovery-image] Feb 19 01:42:38.107 INFO O| Feb 19 01:42:38.107 INFO STEP 910 (remove_files) COMPLETE |
| 7514 | 2026-02-19T01:42:38.221Z | [ recovery-image] Feb 19 01:42:38.107 INFO O| Feb 19 01:42:38.107 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7515 | 2026-02-19T01:42:38.246Z | [ recovery-image] Feb 19 01:42:38.125 INFO O| Feb 19 01:42:38.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1" |
| 7516 | 2026-02-19T01:42:38.246Z | [ recovery-image] Feb 19 01:42:38.125 INFO O| Feb 19 01:42:38.125 INFO STEP 911 (remove_files) COMPLETE |
| 7517 | 2026-02-19T01:42:38.246Z | [ recovery-image] Feb 19 01:42:38.125 INFO O| Feb 19 01:42:38.125 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7518 | 2026-02-19T01:42:38.246Z | [ recovery-image] Feb 19 01:42:38.139 INFO O| Feb 19 01:42:38.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
| 7519 | 2026-02-19T01:42:38.246Z | [ recovery-image] Feb 19 01:42:38.139 INFO O| Feb 19 01:42:38.139 INFO STEP 912 (remove_files) COMPLETE |
| 7520 | 2026-02-19T01:42:38.246Z | [ recovery-image] Feb 19 01:42:38.139 INFO O| Feb 19 01:42:38.139 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7521 | 2026-02-19T01:42:38.271Z | [ recovery-image] Feb 19 01:42:38.157 INFO O| Feb 19 01:42:38.157 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
| 7522 | 2026-02-19T01:42:38.271Z | [ recovery-image] Feb 19 01:42:38.157 INFO O| Feb 19 01:42:38.157 INFO STEP 913 (remove_files) COMPLETE |
| 7523 | 2026-02-19T01:42:38.271Z | [ recovery-image] Feb 19 01:42:38.157 INFO O| Feb 19 01:42:38.157 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7524 | 2026-02-19T01:42:38.295Z | [ recovery-image] Feb 19 01:42:38.171 INFO O| Feb 19 01:42:38.171 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1" |
| 7525 | 2026-02-19T01:42:38.296Z | [ recovery-image] Feb 19 01:42:38.171 INFO O| Feb 19 01:42:38.171 INFO STEP 914 (remove_files) COMPLETE |
| 7526 | 2026-02-19T01:42:38.296Z | [ recovery-image] Feb 19 01:42:38.171 INFO O| Feb 19 01:42:38.171 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7527 | 2026-02-19T01:42:38.296Z | [ recovery-image] Feb 19 01:42:38.187 INFO O| Feb 19 01:42:38.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
| 7528 | 2026-02-19T01:42:38.296Z | [ recovery-image] Feb 19 01:42:38.187 INFO O| Feb 19 01:42:38.187 INFO STEP 915 (remove_files) COMPLETE |
| 7529 | 2026-02-19T01:42:38.296Z | [ recovery-image] Feb 19 01:42:38.187 INFO O| Feb 19 01:42:38.187 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7530 | 2026-02-19T01:42:38.320Z | [ recovery-image] Feb 19 01:42:38.200 INFO O| Feb 19 01:42:38.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
| 7531 | 2026-02-19T01:42:38.320Z | [ recovery-image] Feb 19 01:42:38.200 INFO O| Feb 19 01:42:38.200 INFO STEP 916 (remove_files) COMPLETE |
| 7532 | 2026-02-19T01:42:38.321Z | [ recovery-image] Feb 19 01:42:38.200 INFO O| Feb 19 01:42:38.200 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7533 | 2026-02-19T01:42:38.321Z | [ recovery-image] Feb 19 01:42:38.212 INFO O| Feb 19 01:42:38.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1" |
| 7534 | 2026-02-19T01:42:38.321Z | [ recovery-image] Feb 19 01:42:38.213 INFO O| Feb 19 01:42:38.213 INFO STEP 917 (remove_files) COMPLETE |
| 7535 | 2026-02-19T01:42:38.321Z | [ recovery-image] Feb 19 01:42:38.213 INFO O| Feb 19 01:42:38.213 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7536 | 2026-02-19T01:42:38.345Z | [ recovery-image] Feb 19 01:42:38.224 INFO O| Feb 19 01:42:38.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
| 7537 | 2026-02-19T01:42:38.345Z | [ recovery-image] Feb 19 01:42:38.225 INFO O| Feb 19 01:42:38.225 INFO STEP 918 (remove_files) COMPLETE |
| 7538 | 2026-02-19T01:42:38.345Z | [ recovery-image] Feb 19 01:42:38.225 INFO O| Feb 19 01:42:38.225 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7539 | 2026-02-19T01:42:38.345Z | [ recovery-image] Feb 19 01:42:38.237 INFO O| Feb 19 01:42:38.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
| 7540 | 2026-02-19T01:42:38.345Z | [ recovery-image] Feb 19 01:42:38.237 INFO O| Feb 19 01:42:38.237 INFO STEP 919 (remove_files) COMPLETE |
| 7541 | 2026-02-19T01:42:38.345Z | [ recovery-image] Feb 19 01:42:38.237 INFO O| Feb 19 01:42:38.237 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7542 | 2026-02-19T01:42:38.370Z | [ recovery-image] Feb 19 01:42:38.254 INFO O| Feb 19 01:42:38.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
| 7543 | 2026-02-19T01:42:38.370Z | [ recovery-image] Feb 19 01:42:38.254 INFO O| Feb 19 01:42:38.254 INFO STEP 920 (remove_files) COMPLETE |
| 7544 | 2026-02-19T01:42:38.370Z | [ recovery-image] Feb 19 01:42:38.254 INFO O| Feb 19 01:42:38.254 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7545 | 2026-02-19T01:42:38.395Z | [ recovery-image] Feb 19 01:42:38.271 INFO O| Feb 19 01:42:38.270 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
| 7546 | 2026-02-19T01:42:38.395Z | [ recovery-image] Feb 19 01:42:38.271 INFO O| Feb 19 01:42:38.271 INFO STEP 921 (remove_files) COMPLETE |
| 7547 | 2026-02-19T01:42:38.395Z | [ recovery-image] Feb 19 01:42:38.271 INFO O| Feb 19 01:42:38.271 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7548 | 2026-02-19T01:42:38.395Z | [ recovery-image] Feb 19 01:42:38.286 INFO O| Feb 19 01:42:38.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress" |
| 7549 | 2026-02-19T01:42:38.395Z | [ recovery-image] Feb 19 01:42:38.286 INFO O| Feb 19 01:42:38.286 INFO STEP 922 (remove_files) COMPLETE |
| 7550 | 2026-02-19T01:42:38.395Z | [ recovery-image] Feb 19 01:42:38.286 INFO O| Feb 19 01:42:38.286 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7551 | 2026-02-19T01:42:38.420Z | [ recovery-image] Feb 19 01:42:38.303 INFO O| Feb 19 01:42:38.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck" |
| 7552 | 2026-02-19T01:42:38.420Z | [ recovery-image] Feb 19 01:42:38.303 INFO O| Feb 19 01:42:38.303 INFO STEP 923 (remove_files) COMPLETE |
| 7553 | 2026-02-19T01:42:38.420Z | [ recovery-image] Feb 19 01:42:38.303 INFO O| Feb 19 01:42:38.303 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7554 | 2026-02-19T01:42:38.445Z | [ recovery-image] Feb 19 01:42:38.318 INFO O| Feb 19 01:42:38.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake" |
| 7555 | 2026-02-19T01:42:38.445Z | [ recovery-image] Feb 19 01:42:38.318 INFO O| Feb 19 01:42:38.318 INFO STEP 924 (remove_files) COMPLETE |
| 7556 | 2026-02-19T01:42:38.445Z | [ recovery-image] Feb 19 01:42:38.318 INFO O| Feb 19 01:42:38.318 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7557 | 2026-02-19T01:42:38.445Z | [ recovery-image] Feb 19 01:42:38.331 INFO O| Feb 19 01:42:38.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista" |
| 7558 | 2026-02-19T01:42:38.445Z | [ recovery-image] Feb 19 01:42:38.332 INFO O| Feb 19 01:42:38.332 INFO STEP 925 (remove_files) COMPLETE |
| 7559 | 2026-02-19T01:42:38.445Z | [ recovery-image] Feb 19 01:42:38.332 INFO O| Feb 19 01:42:38.332 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7560 | 2026-02-19T01:42:38.470Z | [ recovery-image] Feb 19 01:42:38.349 INFO O| Feb 19 01:42:38.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb" |
| 7561 | 2026-02-19T01:42:38.470Z | [ recovery-image] Feb 19 01:42:38.350 INFO O| Feb 19 01:42:38.349 INFO STEP 926 (remove_files) COMPLETE |
| 7562 | 2026-02-19T01:42:38.470Z | [ recovery-image] Feb 19 01:42:38.350 INFO O| Feb 19 01:42:38.350 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7563 | 2026-02-19T01:42:38.495Z | [ recovery-image] Feb 19 01:42:38.365 INFO O| Feb 19 01:42:38.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop" |
| 7564 | 2026-02-19T01:42:38.495Z | [ recovery-image] Feb 19 01:42:38.365 INFO O| Feb 19 01:42:38.365 INFO STEP 927 (remove_files) COMPLETE |
| 7565 | 2026-02-19T01:42:38.495Z | [ recovery-image] Feb 19 01:42:38.365 INFO O| Feb 19 01:42:38.365 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7566 | 2026-02-19T01:42:38.495Z | [ recovery-image] Feb 19 01:42:38.379 INFO O| Feb 19 01:42:38.379 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin" |
| 7567 | 2026-02-19T01:42:38.495Z | [ recovery-image] Feb 19 01:42:38.379 INFO O| Feb 19 01:42:38.379 INFO STEP 928 (remove_files) COMPLETE |
| 7568 | 2026-02-19T01:42:38.495Z | [ recovery-image] Feb 19 01:42:38.379 INFO O| Feb 19 01:42:38.379 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7569 | 2026-02-19T01:42:38.520Z | [ recovery-image] Feb 19 01:42:38.392 INFO O| Feb 19 01:42:38.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog" |
| 7570 | 2026-02-19T01:42:38.520Z | [ recovery-image] Feb 19 01:42:38.392 INFO O| Feb 19 01:42:38.392 INFO STEP 929 (remove_files) COMPLETE |
| 7571 | 2026-02-19T01:42:38.520Z | [ recovery-image] Feb 19 01:42:38.392 INFO O| Feb 19 01:42:38.392 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7572 | 2026-02-19T01:42:38.520Z | [ recovery-image] Feb 19 01:42:38.405 INFO O| Feb 19 01:42:38.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd" |
| 7573 | 2026-02-19T01:42:38.520Z | [ recovery-image] Feb 19 01:42:38.405 INFO O| Feb 19 01:42:38.405 INFO STEP 930 (remove_files) COMPLETE |
| 7574 | 2026-02-19T01:42:38.520Z | [ recovery-image] Feb 19 01:42:38.405 INFO O| Feb 19 01:42:38.405 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7575 | 2026-02-19T01:42:38.545Z | [ recovery-image] Feb 19 01:42:38.417 INFO O| Feb 19 01:42:38.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
| 7576 | 2026-02-19T01:42:38.545Z | [ recovery-image] Feb 19 01:42:38.417 INFO O| Feb 19 01:42:38.417 INFO STEP 931 (remove_files) COMPLETE |
| 7577 | 2026-02-19T01:42:38.545Z | [ recovery-image] Feb 19 01:42:38.417 INFO O| Feb 19 01:42:38.417 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7578 | 2026-02-19T01:42:38.545Z | [ recovery-image] Feb 19 01:42:38.433 INFO O| Feb 19 01:42:38.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
| 7579 | 2026-02-19T01:42:38.545Z | [ recovery-image] Feb 19 01:42:38.433 INFO O| Feb 19 01:42:38.433 INFO STEP 932 (remove_files) COMPLETE |
| 7580 | 2026-02-19T01:42:38.545Z | [ recovery-image] Feb 19 01:42:38.433 INFO O| Feb 19 01:42:38.433 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7581 | 2026-02-19T01:42:38.569Z | [ recovery-image] Feb 19 01:42:38.452 INFO O| Feb 19 01:42:38.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
| 7582 | 2026-02-19T01:42:38.569Z | [ recovery-image] Feb 19 01:42:38.452 INFO O| Feb 19 01:42:38.452 INFO STEP 933 (remove_files) COMPLETE |
| 7583 | 2026-02-19T01:42:38.570Z | [ recovery-image] Feb 19 01:42:38.452 INFO O| Feb 19 01:42:38.452 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7584 | 2026-02-19T01:42:38.594Z | [ recovery-image] Feb 19 01:42:38.470 INFO O| Feb 19 01:42:38.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
| 7585 | 2026-02-19T01:42:38.594Z | [ recovery-image] Feb 19 01:42:38.470 INFO O| Feb 19 01:42:38.470 INFO STEP 934 (remove_files) COMPLETE |
| 7586 | 2026-02-19T01:42:38.594Z | [ recovery-image] Feb 19 01:42:38.470 INFO O| Feb 19 01:42:38.470 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7587 | 2026-02-19T01:42:38.594Z | [ recovery-image] Feb 19 01:42:38.487 INFO O| Feb 19 01:42:38.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd" |
| 7588 | 2026-02-19T01:42:38.594Z | [ recovery-image] Feb 19 01:42:38.488 INFO O| Feb 19 01:42:38.488 INFO STEP 935 (remove_files) COMPLETE |
| 7589 | 2026-02-19T01:42:38.594Z | [ recovery-image] Feb 19 01:42:38.488 INFO O| Feb 19 01:42:38.488 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7590 | 2026-02-19T01:42:38.619Z | [ recovery-image] Feb 19 01:42:38.503 INFO O| Feb 19 01:42:38.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc" |
| 7591 | 2026-02-19T01:42:38.619Z | [ recovery-image] Feb 19 01:42:38.503 INFO O| Feb 19 01:42:38.503 INFO STEP 936 (remove_files) COMPLETE |
| 7592 | 2026-02-19T01:42:38.620Z | [ recovery-image] Feb 19 01:42:38.503 INFO O| Feb 19 01:42:38.503 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7593 | 2026-02-19T01:42:38.644Z | [ recovery-image] Feb 19 01:42:38.520 INFO O| Feb 19 01:42:38.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs" |
| 7594 | 2026-02-19T01:42:38.644Z | [ recovery-image] Feb 19 01:42:38.520 INFO O| Feb 19 01:42:38.520 INFO STEP 937 (remove_files) COMPLETE |
| 7595 | 2026-02-19T01:42:38.644Z | [ recovery-image] Feb 19 01:42:38.520 INFO O| Feb 19 01:42:38.520 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7596 | 2026-02-19T01:42:38.644Z | [ recovery-image] Feb 19 01:42:38.534 INFO O| Feb 19 01:42:38.534 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd" |
| 7597 | 2026-02-19T01:42:38.644Z | [ recovery-image] Feb 19 01:42:38.534 INFO O| Feb 19 01:42:38.534 INFO STEP 938 (remove_files) COMPLETE |
| 7598 | 2026-02-19T01:42:38.644Z | [ recovery-image] Feb 19 01:42:38.534 INFO O| Feb 19 01:42:38.534 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7599 | 2026-02-19T01:42:38.669Z | [ recovery-image] Feb 19 01:42:38.553 INFO O| Feb 19 01:42:38.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server" |
| 7600 | 2026-02-19T01:42:38.669Z | [ recovery-image] Feb 19 01:42:38.554 INFO O| Feb 19 01:42:38.553 INFO STEP 939 (remove_files) COMPLETE |
| 7601 | 2026-02-19T01:42:38.669Z | [ recovery-image] Feb 19 01:42:38.554 INFO O| Feb 19 01:42:38.553 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7602 | 2026-02-19T01:42:38.693Z | [ recovery-image] Feb 19 01:42:38.568 INFO O| Feb 19 01:42:38.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign" |
| 7603 | 2026-02-19T01:42:38.693Z | [ recovery-image] Feb 19 01:42:38.568 INFO O| Feb 19 01:42:38.568 INFO STEP 940 (remove_files) COMPLETE |
| 7604 | 2026-02-19T01:42:38.693Z | [ recovery-image] Feb 19 01:42:38.568 INFO O| Feb 19 01:42:38.568 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7605 | 2026-02-19T01:42:38.694Z | [ recovery-image] Feb 19 01:42:38.580 INFO O| Feb 19 01:42:38.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
| 7606 | 2026-02-19T01:42:38.694Z | [ recovery-image] Feb 19 01:42:38.580 INFO O| Feb 19 01:42:38.580 INFO STEP 941 (remove_files) COMPLETE |
| 7607 | 2026-02-19T01:42:38.694Z | [ recovery-image] Feb 19 01:42:38.580 INFO O| Feb 19 01:42:38.580 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7608 | 2026-02-19T01:42:38.718Z | [ recovery-image] Feb 19 01:42:38.596 INFO O| Feb 19 01:42:38.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
| 7609 | 2026-02-19T01:42:38.718Z | [ recovery-image] Feb 19 01:42:38.597 INFO O| Feb 19 01:42:38.596 INFO STEP 942 (remove_files) COMPLETE |
| 7610 | 2026-02-19T01:42:38.718Z | [ recovery-image] Feb 19 01:42:38.597 INFO O| Feb 19 01:42:38.597 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7611 | 2026-02-19T01:42:38.718Z | [ recovery-image] Feb 19 01:42:38.613 INFO O| Feb 19 01:42:38.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid" |
| 7612 | 2026-02-19T01:42:38.718Z | [ recovery-image] Feb 19 01:42:38.614 INFO O| Feb 19 01:42:38.614 INFO STEP 943 (remove_files) COMPLETE |
| 7613 | 2026-02-19T01:42:38.718Z | [ recovery-image] Feb 19 01:42:38.614 INFO O| Feb 19 01:42:38.614 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7614 | 2026-02-19T01:42:38.743Z | [ recovery-image] Feb 19 01:42:38.630 INFO O| Feb 19 01:42:38.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid" |
| 7615 | 2026-02-19T01:42:38.743Z | [ recovery-image] Feb 19 01:42:38.630 INFO O| Feb 19 01:42:38.630 INFO STEP 944 (remove_files) COMPLETE |
| 7616 | 2026-02-19T01:42:38.743Z | [ recovery-image] Feb 19 01:42:38.630 INFO O| Feb 19 01:42:38.630 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7617 | 2026-02-19T01:42:38.768Z | [ recovery-image] Feb 19 01:42:38.647 INFO O| Feb 19 01:42:38.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange" |
| 7618 | 2026-02-19T01:42:38.768Z | [ recovery-image] Feb 19 01:42:38.647 INFO O| Feb 19 01:42:38.647 INFO STEP 945 (remove_files) COMPLETE |
| 7619 | 2026-02-19T01:42:38.768Z | [ recovery-image] Feb 19 01:42:38.647 INFO O| Feb 19 01:42:38.647 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7620 | 2026-02-19T01:42:38.793Z | [ recovery-image] Feb 19 01:42:38.665 INFO O| Feb 19 01:42:38.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate" |
| 7621 | 2026-02-19T01:42:38.793Z | [ recovery-image] Feb 19 01:42:38.665 INFO O| Feb 19 01:42:38.665 INFO STEP 946 (remove_files) COMPLETE |
| 7622 | 2026-02-19T01:42:38.793Z | [ recovery-image] Feb 19 01:42:38.665 INFO O| Feb 19 01:42:38.665 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7623 | 2026-02-19T01:42:38.793Z | [ recovery-image] Feb 19 01:42:38.681 INFO O| Feb 19 01:42:38.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid" |
| 7624 | 2026-02-19T01:42:38.793Z | [ recovery-image] Feb 19 01:42:38.681 INFO O| Feb 19 01:42:38.681 INFO STEP 947 (remove_files) COMPLETE |
| 7625 | 2026-02-19T01:42:38.793Z | [ recovery-image] Feb 19 01:42:38.681 INFO O| Feb 19 01:42:38.681 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7626 | 2026-02-19T01:42:38.817Z | [ recovery-image] Feb 19 01:42:38.695 INFO O| Feb 19 01:42:38.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint" |
| 7627 | 2026-02-19T01:42:38.817Z | [ recovery-image] Feb 19 01:42:38.696 INFO O| Feb 19 01:42:38.695 INFO STEP 948 (remove_files) COMPLETE |
| 7628 | 2026-02-19T01:42:38.817Z | [ recovery-image] Feb 19 01:42:38.696 INFO O| Feb 19 01:42:38.695 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7629 | 2026-02-19T01:42:38.818Z | [ recovery-image] Feb 19 01:42:38.711 INFO O| Feb 19 01:42:38.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem" |
| 7630 | 2026-02-19T01:42:38.818Z | [ recovery-image] Feb 19 01:42:38.711 INFO O| Feb 19 01:42:38.711 INFO STEP 949 (remove_files) COMPLETE |
| 7631 | 2026-02-19T01:42:38.818Z | [ recovery-image] Feb 19 01:42:38.711 INFO O| Feb 19 01:42:38.711 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7632 | 2026-02-19T01:42:38.843Z | [ recovery-image] Feb 19 01:42:38.725 INFO O| Feb 19 01:42:38.725 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath" |
| 7633 | 2026-02-19T01:42:38.843Z | [ recovery-image] Feb 19 01:42:38.725 INFO O| Feb 19 01:42:38.725 INFO STEP 950 (remove_files) COMPLETE |
| 7634 | 2026-02-19T01:42:38.843Z | [ recovery-image] Feb 19 01:42:38.725 INFO O| Feb 19 01:42:38.725 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7635 | 2026-02-19T01:42:38.868Z | [ recovery-image] Feb 19 01:42:38.742 INFO O| Feb 19 01:42:38.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr" |
| 7636 | 2026-02-19T01:42:38.868Z | [ recovery-image] Feb 19 01:42:38.742 INFO O| Feb 19 01:42:38.742 INFO STEP 951 (remove_files) COMPLETE |
| 7637 | 2026-02-19T01:42:38.868Z | [ recovery-image] Feb 19 01:42:38.742 INFO O| Feb 19 01:42:38.742 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7638 | 2026-02-19T01:42:38.868Z | [ recovery-image] Feb 19 01:42:38.759 INFO O| Feb 19 01:42:38.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime" |
| 7639 | 2026-02-19T01:42:38.868Z | [ recovery-image] Feb 19 01:42:38.759 INFO O| Feb 19 01:42:38.759 INFO STEP 952 (remove_files) COMPLETE |
| 7640 | 2026-02-19T01:42:38.868Z | [ recovery-image] Feb 19 01:42:38.759 INFO O| Feb 19 01:42:38.759 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7641 | 2026-02-19T01:42:38.894Z | [ recovery-image] Feb 19 01:42:38.773 INFO O| Feb 19 01:42:38.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid" |
| 7642 | 2026-02-19T01:42:38.894Z | [ recovery-image] Feb 19 01:42:38.773 INFO O| Feb 19 01:42:38.773 INFO STEP 953 (remove_files) COMPLETE |
| 7643 | 2026-02-19T01:42:38.894Z | [ recovery-image] Feb 19 01:42:38.773 INFO O| Feb 19 01:42:38.773 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7644 | 2026-02-19T01:42:38.894Z | [ recovery-image] Feb 19 01:42:38.783 INFO O| Feb 19 01:42:38.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn" |
| 7645 | 2026-02-19T01:42:38.894Z | [ recovery-image] Feb 19 01:42:38.783 INFO O| Feb 19 01:42:38.783 INFO STEP 954 (remove_files) COMPLETE |
| 7646 | 2026-02-19T01:42:38.895Z | [ recovery-image] Feb 19 01:42:38.783 INFO O| Feb 19 01:42:38.783 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7647 | 2026-02-19T01:42:38.920Z | [ recovery-image] Feb 19 01:42:38.793 INFO O| Feb 19 01:42:38.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate" |
| 7648 | 2026-02-19T01:42:38.920Z | [ recovery-image] Feb 19 01:42:38.793 INFO O| Feb 19 01:42:38.793 INFO STEP 955 (remove_files) COMPLETE |
| 7649 | 2026-02-19T01:42:38.920Z | [ recovery-image] Feb 19 01:42:38.793 INFO O| Feb 19 01:42:38.793 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7650 | 2026-02-19T01:42:38.920Z | [ recovery-image] Feb 19 01:42:38.802 INFO O| Feb 19 01:42:38.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid" |
| 7651 | 2026-02-19T01:42:38.920Z | [ recovery-image] Feb 19 01:42:38.803 INFO O| Feb 19 01:42:38.802 INFO STEP 956 (remove_files) COMPLETE |
| 7652 | 2026-02-19T01:42:38.920Z | [ recovery-image] Feb 19 01:42:38.803 INFO O| Feb 19 01:42:38.802 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7653 | 2026-02-19T01:42:38.945Z | [ recovery-image] Feb 19 01:42:38.819 INFO O| Feb 19 01:42:38.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint" |
| 7654 | 2026-02-19T01:42:38.945Z | [ recovery-image] Feb 19 01:42:38.819 INFO O| Feb 19 01:42:38.819 INFO STEP 957 (remove_files) COMPLETE |
| 7655 | 2026-02-19T01:42:38.945Z | [ recovery-image] Feb 19 01:42:38.819 INFO O| Feb 19 01:42:38.819 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7656 | 2026-02-19T01:42:38.945Z | [ recovery-image] Feb 19 01:42:38.833 INFO O| Feb 19 01:42:38.833 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem" |
| 7657 | 2026-02-19T01:42:38.945Z | [ recovery-image] Feb 19 01:42:38.833 INFO O| Feb 19 01:42:38.833 INFO STEP 958 (remove_files) COMPLETE |
| 7658 | 2026-02-19T01:42:38.945Z | [ recovery-image] Feb 19 01:42:38.833 INFO O| Feb 19 01:42:38.833 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7659 | 2026-02-19T01:42:38.969Z | [ recovery-image] Feb 19 01:42:38.851 INFO O| Feb 19 01:42:38.851 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath" |
| 7660 | 2026-02-19T01:42:38.969Z | [ recovery-image] Feb 19 01:42:38.851 INFO O| Feb 19 01:42:38.851 INFO STEP 959 (remove_files) COMPLETE |
| 7661 | 2026-02-19T01:42:38.970Z | [ recovery-image] Feb 19 01:42:38.851 INFO O| Feb 19 01:42:38.851 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7662 | 2026-02-19T01:42:38.994Z | [ recovery-image] Feb 19 01:42:38.868 INFO O| Feb 19 01:42:38.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange" |
| 7663 | 2026-02-19T01:42:38.994Z | [ recovery-image] Feb 19 01:42:38.868 INFO O| Feb 19 01:42:38.868 INFO STEP 960 (remove_files) COMPLETE |
| 7664 | 2026-02-19T01:42:38.994Z | [ recovery-image] Feb 19 01:42:38.868 INFO O| Feb 19 01:42:38.868 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7665 | 2026-02-19T01:42:38.994Z | [ recovery-image] Feb 19 01:42:38.882 INFO O| Feb 19 01:42:38.882 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr" |
| 7666 | 2026-02-19T01:42:38.995Z | [ recovery-image] Feb 19 01:42:38.882 INFO O| Feb 19 01:42:38.882 INFO STEP 961 (remove_files) COMPLETE |
| 7667 | 2026-02-19T01:42:38.995Z | [ recovery-image] Feb 19 01:42:38.882 INFO O| Feb 19 01:42:38.882 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7668 | 2026-02-19T01:42:39.020Z | [ recovery-image] Feb 19 01:42:38.895 INFO O| Feb 19 01:42:38.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime" |
| 7669 | 2026-02-19T01:42:39.020Z | [ recovery-image] Feb 19 01:42:38.895 INFO O| Feb 19 01:42:38.895 INFO STEP 962 (remove_files) COMPLETE |
| 7670 | 2026-02-19T01:42:39.020Z | [ recovery-image] Feb 19 01:42:38.895 INFO O| Feb 19 01:42:38.895 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7671 | 2026-02-19T01:42:39.020Z | [ recovery-image] Feb 19 01:42:38.909 INFO O| Feb 19 01:42:38.909 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid" |
| 7672 | 2026-02-19T01:42:39.020Z | [ recovery-image] Feb 19 01:42:38.909 INFO O| Feb 19 01:42:38.909 INFO STEP 963 (remove_files) COMPLETE |
| 7673 | 2026-02-19T01:42:39.020Z | [ recovery-image] Feb 19 01:42:38.909 INFO O| Feb 19 01:42:38.909 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7674 | 2026-02-19T01:42:39.045Z | [ recovery-image] Feb 19 01:42:38.924 INFO O| Feb 19 01:42:38.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn" |
| 7675 | 2026-02-19T01:42:39.045Z | [ recovery-image] Feb 19 01:42:38.924 INFO O| Feb 19 01:42:38.924 INFO STEP 964 (remove_files) COMPLETE |
| 7676 | 2026-02-19T01:42:39.045Z | [ recovery-image] Feb 19 01:42:38.924 INFO O| Feb 19 01:42:38.924 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7677 | 2026-02-19T01:42:39.045Z | [ recovery-image] Feb 19 01:42:38.938 INFO O| Feb 19 01:42:38.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext" |
| 7678 | 2026-02-19T01:42:39.045Z | [ recovery-image] Feb 19 01:42:38.938 INFO O| Feb 19 01:42:38.938 INFO STEP 965 (remove_files) COMPLETE |
| 7679 | 2026-02-19T01:42:39.045Z | [ recovery-image] Feb 19 01:42:38.938 INFO O| Feb 19 01:42:38.938 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7680 | 2026-02-19T01:42:39.069Z | [ recovery-image] Feb 19 01:42:38.952 INFO O| Feb 19 01:42:38.952 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate" |
| 7681 | 2026-02-19T01:42:39.069Z | [ recovery-image] Feb 19 01:42:38.952 INFO O| Feb 19 01:42:38.952 INFO STEP 966 (remove_files) COMPLETE |
| 7682 | 2026-02-19T01:42:39.069Z | [ recovery-image] Feb 19 01:42:38.952 INFO O| Feb 19 01:42:38.952 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7683 | 2026-02-19T01:42:39.094Z | [ recovery-image] Feb 19 01:42:38.971 INFO O| Feb 19 01:42:38.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid" |
| 7684 | 2026-02-19T01:42:39.094Z | [ recovery-image] Feb 19 01:42:38.972 INFO O| Feb 19 01:42:38.972 INFO STEP 967 (remove_files) COMPLETE |
| 7685 | 2026-02-19T01:42:39.094Z | [ recovery-image] Feb 19 01:42:38.972 INFO O| Feb 19 01:42:38.972 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7686 | 2026-02-19T01:42:39.094Z | [ recovery-image] Feb 19 01:42:38.987 INFO O| Feb 19 01:42:38.987 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint" |
| 7687 | 2026-02-19T01:42:39.094Z | [ recovery-image] Feb 19 01:42:38.987 INFO O| Feb 19 01:42:38.987 INFO STEP 968 (remove_files) COMPLETE |
| 7688 | 2026-02-19T01:42:39.095Z | [ recovery-image] Feb 19 01:42:38.987 INFO O| Feb 19 01:42:38.987 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7689 | 2026-02-19T01:42:39.119Z | [ recovery-image] Feb 19 01:42:39.005 INFO O| Feb 19 01:42:39.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath" |
| 7690 | 2026-02-19T01:42:39.119Z | [ recovery-image] Feb 19 01:42:39.005 INFO O| Feb 19 01:42:39.005 INFO STEP 969 (remove_files) COMPLETE |
| 7691 | 2026-02-19T01:42:39.119Z | [ recovery-image] Feb 19 01:42:39.005 INFO O| Feb 19 01:42:39.005 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7692 | 2026-02-19T01:42:39.144Z | [ recovery-image] Feb 19 01:42:39.022 INFO O| Feb 19 01:42:39.022 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange" |
| 7693 | 2026-02-19T01:42:39.144Z | [ recovery-image] Feb 19 01:42:39.022 INFO O| Feb 19 01:42:39.022 INFO STEP 970 (remove_files) COMPLETE |
| 7694 | 2026-02-19T01:42:39.144Z | [ recovery-image] Feb 19 01:42:39.022 INFO O| Feb 19 01:42:39.022 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7695 | 2026-02-19T01:42:39.168Z | [ recovery-image] Feb 19 01:42:39.040 INFO O| Feb 19 01:42:39.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr" |
| 7696 | 2026-02-19T01:42:39.168Z | [ recovery-image] Feb 19 01:42:39.040 INFO O| Feb 19 01:42:39.040 INFO STEP 971 (remove_files) COMPLETE |
| 7697 | 2026-02-19T01:42:39.168Z | [ recovery-image] Feb 19 01:42:39.040 INFO O| Feb 19 01:42:39.040 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7698 | 2026-02-19T01:42:39.169Z | [ recovery-image] Feb 19 01:42:39.057 INFO O| Feb 19 01:42:39.057 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime" |
| 7699 | 2026-02-19T01:42:39.169Z | [ recovery-image] Feb 19 01:42:39.057 INFO O| Feb 19 01:42:39.057 INFO STEP 972 (remove_files) COMPLETE |
| 7700 | 2026-02-19T01:42:39.169Z | [ recovery-image] Feb 19 01:42:39.057 INFO O| Feb 19 01:42:39.057 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7701 | 2026-02-19T01:42:39.193Z | [ recovery-image] Feb 19 01:42:39.075 INFO O| Feb 19 01:42:39.075 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid" |
| 7702 | 2026-02-19T01:42:39.193Z | [ recovery-image] Feb 19 01:42:39.075 INFO O| Feb 19 01:42:39.075 INFO STEP 973 (remove_files) COMPLETE |
| 7703 | 2026-02-19T01:42:39.193Z | [ recovery-image] Feb 19 01:42:39.075 INFO O| Feb 19 01:42:39.075 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7704 | 2026-02-19T01:42:39.218Z | [ recovery-image] Feb 19 01:42:39.091 INFO O| Feb 19 01:42:39.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn" |
| 7705 | 2026-02-19T01:42:39.218Z | [ recovery-image] Feb 19 01:42:39.091 INFO O| Feb 19 01:42:39.091 INFO STEP 974 (remove_files) COMPLETE |
| 7706 | 2026-02-19T01:42:39.218Z | [ recovery-image] Feb 19 01:42:39.091 INFO O| Feb 19 01:42:39.091 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7707 | 2026-02-19T01:42:39.218Z | [ recovery-image] Feb 19 01:42:39.109 INFO O| Feb 19 01:42:39.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall" |
| 7708 | 2026-02-19T01:42:39.218Z | [ recovery-image] Feb 19 01:42:39.109 INFO O| Feb 19 01:42:39.109 INFO STEP 975 (remove_files) COMPLETE |
| 7709 | 2026-02-19T01:42:39.218Z | [ recovery-image] Feb 19 01:42:39.109 INFO O| Feb 19 01:42:39.109 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7710 | 2026-02-19T01:42:39.243Z | [ recovery-image] Feb 19 01:42:39.126 INFO O| Feb 19 01:42:39.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname" |
| 7711 | 2026-02-19T01:42:39.243Z | [ recovery-image] Feb 19 01:42:39.126 INFO O| Feb 19 01:42:39.126 INFO STEP 976 (remove_files) COMPLETE |
| 7712 | 2026-02-19T01:42:39.243Z | [ recovery-image] Feb 19 01:42:39.126 INFO O| Feb 19 01:42:39.126 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7713 | 2026-02-19T01:42:39.267Z | [ recovery-image] Feb 19 01:42:39.139 INFO O| Feb 19 01:42:39.139 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove" |
| 7714 | 2026-02-19T01:42:39.267Z | [ recovery-image] Feb 19 01:42:39.139 INFO O| Feb 19 01:42:39.139 INFO STEP 977 (remove_files) COMPLETE |
| 7715 | 2026-02-19T01:42:39.267Z | [ recovery-image] Feb 19 01:42:39.139 INFO O| Feb 19 01:42:39.139 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7716 | 2026-02-19T01:42:39.267Z | [ recovery-image] Feb 19 01:42:39.153 INFO O| Feb 19 01:42:39.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv" |
| 7717 | 2026-02-19T01:42:39.267Z | [ recovery-image] Feb 19 01:42:39.153 INFO O| Feb 19 01:42:39.153 INFO STEP 978 (remove_files) COMPLETE |
| 7718 | 2026-02-19T01:42:39.267Z | [ recovery-image] Feb 19 01:42:39.153 INFO O| Feb 19 01:42:39.153 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7719 | 2026-02-19T01:42:39.292Z | [ recovery-image] Feb 19 01:42:39.168 INFO O| Feb 19 01:42:39.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db" |
| 7720 | 2026-02-19T01:42:39.292Z | [ recovery-image] Feb 19 01:42:39.168 INFO O| Feb 19 01:42:39.168 INFO STEP 979 (remove_files) COMPLETE |
| 7721 | 2026-02-19T01:42:39.292Z | [ recovery-image] Feb 19 01:42:39.168 INFO O| Feb 19 01:42:39.168 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7722 | 2026-02-19T01:42:39.292Z | [ recovery-image] Feb 19 01:42:39.181 INFO O| Feb 19 01:42:39.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve" |
| 7723 | 2026-02-19T01:42:39.292Z | [ recovery-image] Feb 19 01:42:39.182 INFO O| Feb 19 01:42:39.182 INFO STEP 980 (remove_files) COMPLETE |
| 7724 | 2026-02-19T01:42:39.292Z | [ recovery-image] Feb 19 01:42:39.182 INFO O| Feb 19 01:42:39.182 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7725 | 2026-02-19T01:42:39.317Z | [ recovery-image] Feb 19 01:42:39.195 INFO O| Feb 19 01:42:39.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates" |
| 7726 | 2026-02-19T01:42:39.317Z | [ recovery-image] Feb 19 01:42:39.195 INFO O| Feb 19 01:42:39.195 INFO STEP 981 (remove_files) COMPLETE |
| 7727 | 2026-02-19T01:42:39.317Z | [ recovery-image] Feb 19 01:42:39.195 INFO O| Feb 19 01:42:39.195 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7728 | 2026-02-19T01:42:39.317Z | [ recovery-image] Feb 19 01:42:39.208 INFO O| Feb 19 01:42:39.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay" |
| 7729 | 2026-02-19T01:42:39.317Z | [ recovery-image] Feb 19 01:42:39.208 INFO O| Feb 19 01:42:39.208 INFO STEP 982 (remove_files) COMPLETE |
| 7730 | 2026-02-19T01:42:39.317Z | [ recovery-image] Feb 19 01:42:39.208 INFO O| Feb 19 01:42:39.208 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7731 | 2026-02-19T01:42:39.342Z | [ recovery-image] Feb 19 01:42:39.221 INFO O| Feb 19 01:42:39.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm" |
| 7732 | 2026-02-19T01:42:39.342Z | [ recovery-image] Feb 19 01:42:39.221 INFO O| Feb 19 01:42:39.221 INFO STEP 983 (remove_files) COMPLETE |
| 7733 | 2026-02-19T01:42:39.342Z | [ recovery-image] Feb 19 01:42:39.221 INFO O| Feb 19 01:42:39.221 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7734 | 2026-02-19T01:42:39.342Z | [ recovery-image] Feb 19 01:42:39.234 INFO O| Feb 19 01:42:39.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump" |
| 7735 | 2026-02-19T01:42:39.342Z | [ recovery-image] Feb 19 01:42:39.234 INFO O| Feb 19 01:42:39.234 INFO STEP 984 (remove_files) COMPLETE |
| 7736 | 2026-02-19T01:42:39.342Z | [ recovery-image] Feb 19 01:42:39.234 INFO O| Feb 19 01:42:39.234 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7737 | 2026-02-19T01:42:39.366Z | [ recovery-image] Feb 19 01:42:39.247 INFO O| Feb 19 01:42:39.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract" |
| 7738 | 2026-02-19T01:42:39.367Z | [ recovery-image] Feb 19 01:42:39.247 INFO O| Feb 19 01:42:39.247 INFO STEP 985 (remove_files) COMPLETE |
| 7739 | 2026-02-19T01:42:39.367Z | [ recovery-image] Feb 19 01:42:39.247 INFO O| Feb 19 01:42:39.247 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7740 | 2026-02-19T01:42:39.391Z | [ recovery-image] Feb 19 01:42:39.264 INFO O| Feb 19 01:42:39.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv" |
| 7741 | 2026-02-19T01:42:39.391Z | [ recovery-image] Feb 19 01:42:39.264 INFO O| Feb 19 01:42:39.264 INFO STEP 986 (remove_files) COMPLETE |
| 7742 | 2026-02-19T01:42:39.391Z | [ recovery-image] Feb 19 01:42:39.264 INFO O| Feb 19 01:42:39.264 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7743 | 2026-02-19T01:42:39.391Z | [ recovery-image] Feb 19 01:42:39.282 INFO O| Feb 19 01:42:39.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate" |
| 7744 | 2026-02-19T01:42:39.391Z | [ recovery-image] Feb 19 01:42:39.282 INFO O| Feb 19 01:42:39.282 INFO STEP 987 (remove_files) COMPLETE |
| 7745 | 2026-02-19T01:42:39.391Z | [ recovery-image] Feb 19 01:42:39.282 INFO O| Feb 19 01:42:39.282 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7746 | 2026-02-19T01:42:39.416Z | [ recovery-image] Feb 19 01:42:39.297 INFO O| Feb 19 01:42:39.297 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat" |
| 7747 | 2026-02-19T01:42:39.416Z | [ recovery-image] Feb 19 01:42:39.298 INFO O| Feb 19 01:42:39.298 INFO STEP 988 (remove_files) COMPLETE |
| 7748 | 2026-02-19T01:42:39.416Z | [ recovery-image] Feb 19 01:42:39.298 INFO O| Feb 19 01:42:39.298 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7749 | 2026-02-19T01:42:39.416Z | [ recovery-image] Feb 19 01:42:39.311 INFO O| Feb 19 01:42:39.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat" |
| 7750 | 2026-02-19T01:42:39.416Z | [ recovery-image] Feb 19 01:42:39.311 INFO O| Feb 19 01:42:39.311 INFO STEP 989 (remove_files) COMPLETE |
| 7751 | 2026-02-19T01:42:39.416Z | [ recovery-image] Feb 19 01:42:39.311 INFO O| Feb 19 01:42:39.311 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7752 | 2026-02-19T01:42:39.441Z | [ recovery-image] Feb 19 01:42:39.323 INFO O| Feb 19 01:42:39.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat" |
| 7753 | 2026-02-19T01:42:39.441Z | [ recovery-image] Feb 19 01:42:39.323 INFO O| Feb 19 01:42:39.323 INFO STEP 990 (remove_files) COMPLETE |
| 7754 | 2026-02-19T01:42:39.441Z | [ recovery-image] Feb 19 01:42:39.323 INFO O| Feb 19 01:42:39.323 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7755 | 2026-02-19T01:42:39.441Z | [ recovery-image] Feb 19 01:42:39.335 INFO O| Feb 19 01:42:39.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp" |
| 7756 | 2026-02-19T01:42:39.441Z | [ recovery-image] Feb 19 01:42:39.335 INFO O| Feb 19 01:42:39.335 INFO STEP 991 (remove_files) COMPLETE |
| 7757 | 2026-02-19T01:42:39.441Z | [ recovery-image] Feb 19 01:42:39.335 INFO O| Feb 19 01:42:39.335 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7758 | 2026-02-19T01:42:39.466Z | [ recovery-image] Feb 19 01:42:39.347 INFO O| Feb 19 01:42:39.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit" |
| 7759 | 2026-02-19T01:42:39.466Z | [ recovery-image] Feb 19 01:42:39.347 INFO O| Feb 19 01:42:39.347 INFO STEP 992 (remove_files) COMPLETE |
| 7760 | 2026-02-19T01:42:39.466Z | [ recovery-image] Feb 19 01:42:39.347 INFO O| Feb 19 01:42:39.347 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7761 | 2026-02-19T01:42:39.490Z | [ recovery-image] Feb 19 01:42:39.362 INFO O| Feb 19 01:42:39.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig" |
| 7762 | 2026-02-19T01:42:39.490Z | [ recovery-image] Feb 19 01:42:39.363 INFO O| Feb 19 01:42:39.363 INFO STEP 993 (remove_files) COMPLETE |
| 7763 | 2026-02-19T01:42:39.490Z | [ recovery-image] Feb 19 01:42:39.363 INFO O| Feb 19 01:42:39.363 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7764 | 2026-02-19T01:42:39.490Z | [ recovery-image] Feb 19 01:42:39.380 INFO O| Feb 19 01:42:39.380 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd" |
| 7765 | 2026-02-19T01:42:39.490Z | [ recovery-image] Feb 19 01:42:39.381 INFO O| Feb 19 01:42:39.381 INFO STEP 994 (remove_files) COMPLETE |
| 7766 | 2026-02-19T01:42:39.490Z | [ recovery-image] Feb 19 01:42:39.381 INFO O| Feb 19 01:42:39.381 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7767 | 2026-02-19T01:42:39.515Z | [ recovery-image] Feb 19 01:42:39.396 INFO O| Feb 19 01:42:39.396 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord" |
| 7768 | 2026-02-19T01:42:39.515Z | [ recovery-image] Feb 19 01:42:39.396 INFO O| Feb 19 01:42:39.396 INFO STEP 995 (remove_files) COMPLETE |
| 7769 | 2026-02-19T01:42:39.515Z | [ recovery-image] Feb 19 01:42:39.396 INFO O| Feb 19 01:42:39.396 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7770 | 2026-02-19T01:42:39.540Z | [ recovery-image] Feb 19 01:42:39.413 INFO O| Feb 19 01:42:39.413 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce" |
| 7771 | 2026-02-19T01:42:39.540Z | [ recovery-image] Feb 19 01:42:39.413 INFO O| Feb 19 01:42:39.413 INFO STEP 996 (remove_files) COMPLETE |
| 7772 | 2026-02-19T01:42:39.540Z | [ recovery-image] Feb 19 01:42:39.413 INFO O| Feb 19 01:42:39.413 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7773 | 2026-02-19T01:42:39.540Z | [ recovery-image] Feb 19 01:42:39.430 INFO O| Feb 19 01:42:39.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat" |
| 7774 | 2026-02-19T01:42:39.540Z | [ recovery-image] Feb 19 01:42:39.430 INFO O| Feb 19 01:42:39.430 INFO STEP 997 (remove_files) COMPLETE |
| 7775 | 2026-02-19T01:42:39.540Z | [ recovery-image] Feb 19 01:42:39.430 INFO O| Feb 19 01:42:39.430 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7776 | 2026-02-19T01:42:39.565Z | [ recovery-image] Feb 19 01:42:39.447 INFO O| Feb 19 01:42:39.447 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks" |
| 7777 | 2026-02-19T01:42:39.565Z | [ recovery-image] Feb 19 01:42:39.447 INFO O| Feb 19 01:42:39.447 INFO STEP 998 (remove_files) COMPLETE |
| 7778 | 2026-02-19T01:42:39.565Z | [ recovery-image] Feb 19 01:42:39.447 INFO O| Feb 19 01:42:39.447 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7779 | 2026-02-19T01:42:39.589Z | [ recovery-image] Feb 19 01:42:39.464 INFO O| Feb 19 01:42:39.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve" |
| 7780 | 2026-02-19T01:42:39.590Z | [ recovery-image] Feb 19 01:42:39.464 INFO O| Feb 19 01:42:39.464 INFO STEP 999 (remove_files) COMPLETE |
| 7781 | 2026-02-19T01:42:39.590Z | [ recovery-image] Feb 19 01:42:39.464 INFO O| Feb 19 01:42:39.464 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7782 | 2026-02-19T01:42:39.590Z | [ recovery-image] Feb 19 01:42:39.477 INFO O| Feb 19 01:42:39.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl" |
| 7783 | 2026-02-19T01:42:39.590Z | [ recovery-image] Feb 19 01:42:39.478 INFO O| Feb 19 01:42:39.478 INFO STEP 1000 (remove_files) COMPLETE |
| 7784 | 2026-02-19T01:42:39.590Z | [ recovery-image] Feb 19 01:42:39.478 INFO O| Feb 19 01:42:39.478 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7785 | 2026-02-19T01:42:39.614Z | [ recovery-image] Feb 19 01:42:39.493 INFO O| Feb 19 01:42:39.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm" |
| 7786 | 2026-02-19T01:42:39.614Z | [ recovery-image] Feb 19 01:42:39.493 INFO O| Feb 19 01:42:39.493 INFO STEP 1001 (remove_files) COMPLETE |
| 7787 | 2026-02-19T01:42:39.614Z | [ recovery-image] Feb 19 01:42:39.493 INFO O| Feb 19 01:42:39.493 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7788 | 2026-02-19T01:42:39.614Z | [ recovery-image] Feb 19 01:42:39.508 INFO O| Feb 19 01:42:39.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd" |
| 7789 | 2026-02-19T01:42:39.614Z | [ recovery-image] Feb 19 01:42:39.508 INFO O| Feb 19 01:42:39.508 INFO STEP 1002 (remove_files) COMPLETE |
| 7790 | 2026-02-19T01:42:39.614Z | [ recovery-image] Feb 19 01:42:39.508 INFO O| Feb 19 01:42:39.508 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7791 | 2026-02-19T01:42:39.639Z | [ recovery-image] Feb 19 01:42:39.523 INFO O| Feb 19 01:42:39.523 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot" |
| 7792 | 2026-02-19T01:42:39.639Z | [ recovery-image] Feb 19 01:42:39.523 INFO O| Feb 19 01:42:39.523 INFO STEP 1003 (remove_files) COMPLETE |
| 7793 | 2026-02-19T01:42:39.639Z | [ recovery-image] Feb 19 01:42:39.523 INFO O| Feb 19 01:42:39.523 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7794 | 2026-02-19T01:42:39.664Z | [ recovery-image] Feb 19 01:42:39.537 INFO O| Feb 19 01:42:39.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks" |
| 7795 | 2026-02-19T01:42:39.664Z | [ recovery-image] Feb 19 01:42:39.537 INFO O| Feb 19 01:42:39.537 INFO STEP 1004 (remove_files) COMPLETE |
| 7796 | 2026-02-19T01:42:39.664Z | [ recovery-image] Feb 19 01:42:39.537 INFO O| Feb 19 01:42:39.537 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7797 | 2026-02-19T01:42:39.664Z | [ recovery-image] Feb 19 01:42:39.550 INFO O| Feb 19 01:42:39.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo" |
| 7798 | 2026-02-19T01:42:39.664Z | [ recovery-image] Feb 19 01:42:39.550 INFO O| Feb 19 01:42:39.550 INFO STEP 1005 (remove_files) COMPLETE |
| 7799 | 2026-02-19T01:42:39.664Z | [ recovery-image] Feb 19 01:42:39.550 INFO O| Feb 19 01:42:39.550 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7800 | 2026-02-19T01:42:39.688Z | [ recovery-image] Feb 19 01:42:39.565 INFO O| Feb 19 01:42:39.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri" |
| 7801 | 2026-02-19T01:42:39.689Z | [ recovery-image] Feb 19 01:42:39.565 INFO O| Feb 19 01:42:39.565 INFO STEP 1006 (remove_files) COMPLETE |
| 7802 | 2026-02-19T01:42:39.689Z | [ recovery-image] Feb 19 01:42:39.565 INFO O| Feb 19 01:42:39.565 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7803 | 2026-02-19T01:42:39.689Z | [ recovery-image] Feb 19 01:42:39.581 INFO O| Feb 19 01:42:39.581 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm" |
| 7804 | 2026-02-19T01:42:39.689Z | [ recovery-image] Feb 19 01:42:39.582 INFO O| Feb 19 01:42:39.581 INFO STEP 1007 (remove_files) COMPLETE |
| 7805 | 2026-02-19T01:42:39.689Z | [ recovery-image] Feb 19 01:42:39.582 INFO O| Feb 19 01:42:39.581 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7806 | 2026-02-19T01:42:39.713Z | [ recovery-image] Feb 19 01:42:39.597 INFO O| Feb 19 01:42:39.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd" |
| 7807 | 2026-02-19T01:42:39.713Z | [ recovery-image] Feb 19 01:42:39.597 INFO O| Feb 19 01:42:39.597 INFO STEP 1008 (remove_files) COMPLETE |
| 7808 | 2026-02-19T01:42:39.713Z | [ recovery-image] Feb 19 01:42:39.597 INFO O| Feb 19 01:42:39.597 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7809 | 2026-02-19T01:42:39.738Z | [ recovery-image] Feb 19 01:42:39.610 INFO O| Feb 19 01:42:39.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat" |
| 7810 | 2026-02-19T01:42:39.738Z | [ recovery-image] Feb 19 01:42:39.610 INFO O| Feb 19 01:42:39.610 INFO STEP 1009 (remove_files) COMPLETE |
| 7811 | 2026-02-19T01:42:39.738Z | [ recovery-image] Feb 19 01:42:39.610 INFO O| Feb 19 01:42:39.610 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7812 | 2026-02-19T01:42:39.738Z | [ recovery-image] Feb 19 01:42:39.624 INFO O| Feb 19 01:42:39.623 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate" |
| 7813 | 2026-02-19T01:42:39.738Z | [ recovery-image] Feb 19 01:42:39.624 INFO O| Feb 19 01:42:39.624 INFO STEP 1010 (remove_files) COMPLETE |
| 7814 | 2026-02-19T01:42:39.738Z | [ recovery-image] Feb 19 01:42:39.624 INFO O| Feb 19 01:42:39.624 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7815 | 2026-02-19T01:42:39.763Z | [ recovery-image] Feb 19 01:42:39.636 INFO O| Feb 19 01:42:39.636 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo" |
| 7816 | 2026-02-19T01:42:39.763Z | [ recovery-image] Feb 19 01:42:39.636 INFO O| Feb 19 01:42:39.636 INFO STEP 1011 (remove_files) COMPLETE |
| 7817 | 2026-02-19T01:42:39.763Z | [ recovery-image] Feb 19 01:42:39.636 INFO O| Feb 19 01:42:39.636 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7818 | 2026-02-19T01:42:39.763Z | [ recovery-image] Feb 19 01:42:39.648 INFO O| Feb 19 01:42:39.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks" |
| 7819 | 2026-02-19T01:42:39.763Z | [ recovery-image] Feb 19 01:42:39.648 INFO O| Feb 19 01:42:39.648 INFO STEP 1012 (remove_files) COMPLETE |
| 7820 | 2026-02-19T01:42:39.763Z | [ recovery-image] Feb 19 01:42:39.648 INFO O| Feb 19 01:42:39.648 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7821 | 2026-02-19T01:42:39.788Z | [ recovery-image] Feb 19 01:42:39.660 INFO O| Feb 19 01:42:39.660 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df" |
| 7822 | 2026-02-19T01:42:39.788Z | [ recovery-image] Feb 19 01:42:39.660 INFO O| Feb 19 01:42:39.660 INFO STEP 1013 (remove_files) COMPLETE |
| 7823 | 2026-02-19T01:42:39.788Z | [ recovery-image] Feb 19 01:42:39.660 INFO O| Feb 19 01:42:39.660 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7824 | 2026-02-19T01:42:39.788Z | [ recovery-image] Feb 19 01:42:39.676 INFO O| Feb 19 01:42:39.676 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts" |
| 7825 | 2026-02-19T01:42:39.788Z | [ recovery-image] Feb 19 01:42:39.676 INFO O| Feb 19 01:42:39.676 INFO STEP 1014 (remove_files) COMPLETE |
| 7826 | 2026-02-19T01:42:39.788Z | [ recovery-image] Feb 19 01:42:39.676 INFO O| Feb 19 01:42:39.676 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7827 | 2026-02-19T01:42:39.813Z | [ recovery-image] Feb 19 01:42:39.694 INFO O| Feb 19 01:42:39.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares" |
| 7828 | 2026-02-19T01:42:39.813Z | [ recovery-image] Feb 19 01:42:39.694 INFO O| Feb 19 01:42:39.694 INFO STEP 1015 (remove_files) COMPLETE |
| 7829 | 2026-02-19T01:42:39.813Z | [ recovery-image] Feb 19 01:42:39.694 INFO O| Feb 19 01:42:39.694 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7830 | 2026-02-19T01:42:39.837Z | [ recovery-image] Feb 19 01:42:39.713 INFO O| Feb 19 01:42:39.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks" |
| 7831 | 2026-02-19T01:42:39.838Z | [ recovery-image] Feb 19 01:42:39.713 INFO O| Feb 19 01:42:39.713 INFO STEP 1016 (remove_files) COMPLETE |
| 7832 | 2026-02-19T01:42:39.838Z | [ recovery-image] Feb 19 01:42:39.713 INFO O| Feb 19 01:42:39.713 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7833 | 2026-02-19T01:42:39.838Z | [ recovery-image] Feb 19 01:42:39.730 INFO O| Feb 19 01:42:39.730 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin" |
| 7834 | 2026-02-19T01:42:39.838Z | [ recovery-image] Feb 19 01:42:39.730 INFO O| Feb 19 01:42:39.730 INFO STEP 1017 (remove_files) COMPLETE |
| 7835 | 2026-02-19T01:42:39.838Z | [ recovery-image] Feb 19 01:42:39.730 INFO O| Feb 19 01:42:39.730 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7836 | 2026-02-19T01:42:39.862Z | [ recovery-image] Feb 19 01:42:39.746 INFO O| Feb 19 01:42:39.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo" |
| 7837 | 2026-02-19T01:42:39.862Z | [ recovery-image] Feb 19 01:42:39.746 INFO O| Feb 19 01:42:39.746 INFO STEP 1018 (remove_files) COMPLETE |
| 7838 | 2026-02-19T01:42:39.862Z | [ recovery-image] Feb 19 01:42:39.746 INFO O| Feb 19 01:42:39.746 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7839 | 2026-02-19T01:42:39.887Z | [ recovery-image] Feb 19 01:42:39.762 INFO O| Feb 19 01:42:39.762 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig" |
| 7840 | 2026-02-19T01:42:39.887Z | [ recovery-image] Feb 19 01:42:39.762 INFO O| Feb 19 01:42:39.762 INFO STEP 1019 (remove_files) COMPLETE |
| 7841 | 2026-02-19T01:42:39.887Z | [ recovery-image] Feb 19 01:42:39.762 INFO O| Feb 19 01:42:39.762 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7842 | 2026-02-19T01:42:39.887Z | [ recovery-image] Feb 19 01:42:39.777 INFO O| Feb 19 01:42:39.777 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom" |
| 7843 | 2026-02-19T01:42:39.887Z | [ recovery-image] Feb 19 01:42:39.777 INFO O| Feb 19 01:42:39.777 INFO STEP 1020 (remove_files) COMPLETE |
| 7844 | 2026-02-19T01:42:39.887Z | [ recovery-image] Feb 19 01:42:39.777 INFO O| Feb 19 01:42:39.777 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7845 | 2026-02-19T01:42:39.912Z | [ recovery-image] Feb 19 01:42:39.797 INFO O| Feb 19 01:42:39.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff" |
| 7846 | 2026-02-19T01:42:39.912Z | [ recovery-image] Feb 19 01:42:39.797 INFO O| Feb 19 01:42:39.797 INFO STEP 1021 (remove_files) COMPLETE |
| 7847 | 2026-02-19T01:42:39.912Z | [ recovery-image] Feb 19 01:42:39.797 INFO O| Feb 19 01:42:39.797 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7848 | 2026-02-19T01:42:39.936Z | [ recovery-image] Feb 19 01:42:39.812 INFO O| Feb 19 01:42:39.812 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm" |
| 7849 | 2026-02-19T01:42:39.937Z | [ recovery-image] Feb 19 01:42:39.813 INFO O| Feb 19 01:42:39.813 INFO STEP 1022 (remove_files) COMPLETE |
| 7850 | 2026-02-19T01:42:39.937Z | [ recovery-image] Feb 19 01:42:39.813 INFO O| Feb 19 01:42:39.813 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7851 | 2026-02-19T01:42:39.937Z | [ recovery-image] Feb 19 01:42:39.827 INFO O| Feb 19 01:42:39.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump" |
| 7852 | 2026-02-19T01:42:39.937Z | [ recovery-image] Feb 19 01:42:39.828 INFO O| Feb 19 01:42:39.828 INFO STEP 1023 (remove_files) COMPLETE |
| 7853 | 2026-02-19T01:42:39.937Z | [ recovery-image] Feb 19 01:42:39.828 INFO O| Feb 19 01:42:39.828 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7854 | 2026-02-19T01:42:39.961Z | [ recovery-image] Feb 19 01:42:39.840 INFO O| Feb 19 01:42:39.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat" |
| 7855 | 2026-02-19T01:42:39.961Z | [ recovery-image] Feb 19 01:42:39.840 INFO O| Feb 19 01:42:39.840 INFO STEP 1024 (remove_files) COMPLETE |
| 7856 | 2026-02-19T01:42:39.961Z | [ recovery-image] Feb 19 01:42:39.840 INFO O| Feb 19 01:42:39.840 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7857 | 2026-02-19T01:42:39.961Z | [ recovery-image] Feb 19 01:42:39.853 INFO O| Feb 19 01:42:39.853 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard" |
| 7858 | 2026-02-19T01:42:39.961Z | [ recovery-image] Feb 19 01:42:39.853 INFO O| Feb 19 01:42:39.853 INFO STEP 1025 (remove_files) COMPLETE |
| 7859 | 2026-02-19T01:42:39.961Z | [ recovery-image] Feb 19 01:42:39.853 INFO O| Feb 19 01:42:39.853 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7860 | 2026-02-19T01:42:39.986Z | [ recovery-image] Feb 19 01:42:39.865 INFO O| Feb 19 01:42:39.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format" |
| 7861 | 2026-02-19T01:42:39.986Z | [ recovery-image] Feb 19 01:42:39.866 INFO O| Feb 19 01:42:39.866 INFO STEP 1026 (remove_files) COMPLETE |
| 7862 | 2026-02-19T01:42:39.986Z | [ recovery-image] Feb 19 01:42:39.866 INFO O| Feb 19 01:42:39.866 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7863 | 2026-02-19T01:42:39.986Z | [ recovery-image] Feb 19 01:42:39.878 INFO O| Feb 19 01:42:39.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck" |
| 7864 | 2026-02-19T01:42:39.986Z | [ recovery-image] Feb 19 01:42:39.878 INFO O| Feb 19 01:42:39.878 INFO STEP 1027 (remove_files) COMPLETE |
| 7865 | 2026-02-19T01:42:39.986Z | [ recovery-image] Feb 19 01:42:39.878 INFO O| Feb 19 01:42:39.878 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7866 | 2026-02-19T01:42:40.011Z | [ recovery-image] Feb 19 01:42:39.893 INFO O| Feb 19 01:42:39.893 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser" |
| 7867 | 2026-02-19T01:42:40.011Z | [ recovery-image] Feb 19 01:42:39.893 INFO O| Feb 19 01:42:39.893 INFO STEP 1028 (remove_files) COMPLETE |
| 7868 | 2026-02-19T01:42:40.011Z | [ recovery-image] Feb 19 01:42:39.893 INFO O| Feb 19 01:42:39.893 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7869 | 2026-02-19T01:42:40.036Z | [ recovery-image] Feb 19 01:42:39.910 INFO O| Feb 19 01:42:39.910 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy" |
| 7870 | 2026-02-19T01:42:40.036Z | [ recovery-image] Feb 19 01:42:39.910 INFO O| Feb 19 01:42:39.910 INFO STEP 1029 (remove_files) COMPLETE |
| 7871 | 2026-02-19T01:42:40.036Z | [ recovery-image] Feb 19 01:42:39.910 INFO O| Feb 19 01:42:39.910 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7872 | 2026-02-19T01:42:40.036Z | [ recovery-image] Feb 19 01:42:39.924 INFO O| Feb 19 01:42:39.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor" |
| 7873 | 2026-02-19T01:42:40.036Z | [ recovery-image] Feb 19 01:42:39.924 INFO O| Feb 19 01:42:39.924 INFO STEP 1030 (remove_files) COMPLETE |
| 7874 | 2026-02-19T01:42:40.036Z | [ recovery-image] Feb 19 01:42:39.924 INFO O| Feb 19 01:42:39.924 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7875 | 2026-02-19T01:42:40.061Z | [ recovery-image] Feb 19 01:42:39.941 INFO O| Feb 19 01:42:39.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd" |
| 7876 | 2026-02-19T01:42:40.061Z | [ recovery-image] Feb 19 01:42:39.941 INFO O| Feb 19 01:42:39.941 INFO STEP 1031 (remove_files) COMPLETE |
| 7877 | 2026-02-19T01:42:40.061Z | [ recovery-image] Feb 19 01:42:39.941 INFO O| Feb 19 01:42:39.941 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7878 | 2026-02-19T01:42:40.085Z | [ recovery-image] Feb 19 01:42:39.957 INFO O| Feb 19 01:42:39.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel" |
| 7879 | 2026-02-19T01:42:40.085Z | [ recovery-image] Feb 19 01:42:39.957 INFO O| Feb 19 01:42:39.957 INFO STEP 1032 (remove_files) COMPLETE |
| 7880 | 2026-02-19T01:42:40.086Z | [ recovery-image] Feb 19 01:42:39.957 INFO O| Feb 19 01:42:39.957 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7881 | 2026-02-19T01:42:40.086Z | [ recovery-image] Feb 19 01:42:39.972 INFO O| Feb 19 01:42:39.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod" |
| 7882 | 2026-02-19T01:42:40.086Z | [ recovery-image] Feb 19 01:42:39.973 INFO O| Feb 19 01:42:39.973 INFO STEP 1033 (remove_files) COMPLETE |
| 7883 | 2026-02-19T01:42:40.086Z | [ recovery-image] Feb 19 01:42:39.973 INFO O| Feb 19 01:42:39.973 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7884 | 2026-02-19T01:42:40.110Z | [ recovery-image] Feb 19 01:42:39.990 INFO O| Feb 19 01:42:39.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs" |
| 7885 | 2026-02-19T01:42:40.110Z | [ recovery-image] Feb 19 01:42:39.990 INFO O| Feb 19 01:42:39.990 INFO STEP 1034 (remove_files) COMPLETE |
| 7886 | 2026-02-19T01:42:40.110Z | [ recovery-image] Feb 19 01:42:39.990 INFO O| Feb 19 01:42:39.990 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7887 | 2026-02-19T01:42:40.110Z | [ recovery-image] Feb 19 01:42:40.005 INFO O| Feb 19 01:42:40.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck" |
| 7888 | 2026-02-19T01:42:40.110Z | [ recovery-image] Feb 19 01:42:40.005 INFO O| Feb 19 01:42:40.005 INFO STEP 1035 (remove_files) COMPLETE |
| 7889 | 2026-02-19T01:42:40.111Z | [ recovery-image] Feb 19 01:42:40.005 INFO O| Feb 19 01:42:40.005 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7890 | 2026-02-19T01:42:40.135Z | [ recovery-image] Feb 19 01:42:40.019 INFO O| Feb 19 01:42:40.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred" |
| 7891 | 2026-02-19T01:42:40.135Z | [ recovery-image] Feb 19 01:42:40.020 INFO O| Feb 19 01:42:40.019 INFO STEP 1036 (remove_files) COMPLETE |
| 7892 | 2026-02-19T01:42:40.135Z | [ recovery-image] Feb 19 01:42:40.020 INFO O| Feb 19 01:42:40.020 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7893 | 2026-02-19T01:42:40.160Z | [ recovery-image] Feb 19 01:42:40.035 INFO O| Feb 19 01:42:40.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt" |
| 7894 | 2026-02-19T01:42:40.160Z | [ recovery-image] Feb 19 01:42:40.035 INFO O| Feb 19 01:42:40.035 INFO STEP 1037 (remove_files) COMPLETE |
| 7895 | 2026-02-19T01:42:40.160Z | [ recovery-image] Feb 19 01:42:40.035 INFO O| Feb 19 01:42:40.035 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7896 | 2026-02-19T01:42:40.160Z | [ recovery-image] Feb 19 01:42:40.049 INFO O| Feb 19 01:42:40.049 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug" |
| 7897 | 2026-02-19T01:42:40.160Z | [ recovery-image] Feb 19 01:42:40.049 INFO O| Feb 19 01:42:40.049 INFO STEP 1038 (remove_files) COMPLETE |
| 7898 | 2026-02-19T01:42:40.160Z | [ recovery-image] Feb 19 01:42:40.049 INFO O| Feb 19 01:42:40.049 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7899 | 2026-02-19T01:42:40.185Z | [ recovery-image] Feb 19 01:42:40.062 INFO O| Feb 19 01:42:40.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl" |
| 7900 | 2026-02-19T01:42:40.185Z | [ recovery-image] Feb 19 01:42:40.063 INFO O| Feb 19 01:42:40.062 INFO STEP 1039 (remove_files) COMPLETE |
| 7901 | 2026-02-19T01:42:40.185Z | [ recovery-image] Feb 19 01:42:40.063 INFO O| Feb 19 01:42:40.062 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7902 | 2026-02-19T01:42:40.185Z | [ recovery-image] Feb 19 01:42:40.078 INFO O| Feb 19 01:42:40.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap" |
| 7903 | 2026-02-19T01:42:40.185Z | [ recovery-image] Feb 19 01:42:40.078 INFO O| Feb 19 01:42:40.078 INFO STEP 1040 (remove_files) COMPLETE |
| 7904 | 2026-02-19T01:42:40.185Z | [ recovery-image] Feb 19 01:42:40.078 INFO O| Feb 19 01:42:40.078 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7905 | 2026-02-19T01:42:40.210Z | [ recovery-image] Feb 19 01:42:40.094 INFO O| Feb 19 01:42:40.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm" |
| 7906 | 2026-02-19T01:42:40.210Z | [ recovery-image] Feb 19 01:42:40.094 INFO O| Feb 19 01:42:40.094 INFO STEP 1041 (remove_files) COMPLETE |
| 7907 | 2026-02-19T01:42:40.210Z | [ recovery-image] Feb 19 01:42:40.094 INFO O| Feb 19 01:42:40.094 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7908 | 2026-02-19T01:42:40.235Z | [ recovery-image] Feb 19 01:42:40.110 INFO O| Feb 19 01:42:40.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm" |
| 7909 | 2026-02-19T01:42:40.235Z | [ recovery-image] Feb 19 01:42:40.110 INFO O| Feb 19 01:42:40.110 INFO STEP 1042 (remove_files) COMPLETE |
| 7910 | 2026-02-19T01:42:40.235Z | [ recovery-image] Feb 19 01:42:40.110 INFO O| Feb 19 01:42:40.110 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7911 | 2026-02-19T01:42:40.235Z | [ recovery-image] Feb 19 01:42:40.127 INFO O| Feb 19 01:42:40.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert" |
| 7912 | 2026-02-19T01:42:40.235Z | [ recovery-image] Feb 19 01:42:40.127 INFO O| Feb 19 01:42:40.127 INFO STEP 1043 (remove_files) COMPLETE |
| 7913 | 2026-02-19T01:42:40.235Z | [ recovery-image] Feb 19 01:42:40.127 INFO O| Feb 19 01:42:40.127 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7914 | 2026-02-19T01:42:40.259Z | [ recovery-image] Feb 19 01:42:40.143 INFO O| Feb 19 01:42:40.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc" |
| 7915 | 2026-02-19T01:42:40.260Z | [ recovery-image] Feb 19 01:42:40.143 INFO O| Feb 19 01:42:40.143 INFO STEP 1044 (remove_files) COMPLETE |
| 7916 | 2026-02-19T01:42:40.260Z | [ recovery-image] Feb 19 01:42:40.143 INFO O| Feb 19 01:42:40.143 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7917 | 2026-02-19T01:42:40.284Z | [ recovery-image] Feb 19 01:42:40.163 INFO O| Feb 19 01:42:40.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed" |
| 7918 | 2026-02-19T01:42:40.284Z | [ recovery-image] Feb 19 01:42:40.163 INFO O| Feb 19 01:42:40.163 INFO STEP 1045 (remove_files) COMPLETE |
| 7919 | 2026-02-19T01:42:40.284Z | [ recovery-image] Feb 19 01:42:40.163 INFO O| Feb 19 01:42:40.163 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7920 | 2026-02-19T01:42:40.309Z | [ recovery-image] Feb 19 01:42:40.179 INFO O| Feb 19 01:42:40.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm" |
| 7921 | 2026-02-19T01:42:40.309Z | [ recovery-image] Feb 19 01:42:40.180 INFO O| Feb 19 01:42:40.179 INFO STEP 1046 (remove_files) COMPLETE |
| 7922 | 2026-02-19T01:42:40.309Z | [ recovery-image] Feb 19 01:42:40.180 INFO O| Feb 19 01:42:40.179 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7923 | 2026-02-19T01:42:40.309Z | [ recovery-image] Feb 19 01:42:40.195 INFO O| Feb 19 01:42:40.195 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv" |
| 7924 | 2026-02-19T01:42:40.309Z | [ recovery-image] Feb 19 01:42:40.196 INFO O| Feb 19 01:42:40.196 INFO STEP 1047 (remove_files) COMPLETE |
| 7925 | 2026-02-19T01:42:40.309Z | [ recovery-image] Feb 19 01:42:40.196 INFO O| Feb 19 01:42:40.196 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7926 | 2026-02-19T01:42:40.333Z | [ recovery-image] Feb 19 01:42:40.213 INFO O| Feb 19 01:42:40.213 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install" |
| 7927 | 2026-02-19T01:42:40.333Z | [ recovery-image] Feb 19 01:42:40.213 INFO O| Feb 19 01:42:40.213 INFO STEP 1048 (remove_files) COMPLETE |
| 7928 | 2026-02-19T01:42:40.333Z | [ recovery-image] Feb 19 01:42:40.213 INFO O| Feb 19 01:42:40.213 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7929 | 2026-02-19T01:42:40.358Z | [ recovery-image] Feb 19 01:42:40.230 INFO O| Feb 19 01:42:40.230 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot" |
| 7930 | 2026-02-19T01:42:40.358Z | [ recovery-image] Feb 19 01:42:40.230 INFO O| Feb 19 01:42:40.230 INFO STEP 1049 (remove_files) COMPLETE |
| 7931 | 2026-02-19T01:42:40.358Z | [ recovery-image] Feb 19 01:42:40.230 INFO O| Feb 19 01:42:40.230 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7932 | 2026-02-19T01:42:40.359Z | [ recovery-image] Feb 19 01:42:40.249 INFO O| Feb 19 01:42:40.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf" |
| 7933 | 2026-02-19T01:42:40.359Z | [ recovery-image] Feb 19 01:42:40.249 INFO O| Feb 19 01:42:40.249 INFO STEP 1050 (remove_files) COMPLETE |
| 7934 | 2026-02-19T01:42:40.359Z | [ recovery-image] Feb 19 01:42:40.249 INFO O| Feb 19 01:42:40.249 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7935 | 2026-02-19T01:42:40.383Z | [ recovery-image] Feb 19 01:42:40.266 INFO O| Feb 19 01:42:40.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat" |
| 7936 | 2026-02-19T01:42:40.383Z | [ recovery-image] Feb 19 01:42:40.267 INFO O| Feb 19 01:42:40.267 INFO STEP 1051 (remove_files) COMPLETE |
| 7937 | 2026-02-19T01:42:40.383Z | [ recovery-image] Feb 19 01:42:40.267 INFO O| Feb 19 01:42:40.267 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7938 | 2026-02-19T01:42:40.408Z | [ recovery-image] Feb 19 01:42:40.281 INFO O| Feb 19 01:42:40.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs" |
| 7939 | 2026-02-19T01:42:40.408Z | [ recovery-image] Feb 19 01:42:40.281 INFO O| Feb 19 01:42:40.281 INFO STEP 1052 (remove_files) COMPLETE |
| 7940 | 2026-02-19T01:42:40.408Z | [ recovery-image] Feb 19 01:42:40.281 INFO O| Feb 19 01:42:40.281 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7941 | 2026-02-19T01:42:40.408Z | [ recovery-image] Feb 19 01:42:40.294 INFO O| Feb 19 01:42:40.294 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf" |
| 7942 | 2026-02-19T01:42:40.408Z | [ recovery-image] Feb 19 01:42:40.294 INFO O| Feb 19 01:42:40.294 INFO STEP 1053 (remove_files) COMPLETE |
| 7943 | 2026-02-19T01:42:40.408Z | [ recovery-image] Feb 19 01:42:40.294 INFO O| Feb 19 01:42:40.294 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7944 | 2026-02-19T01:42:40.433Z | [ recovery-image] Feb 19 01:42:40.312 INFO O| Feb 19 01:42:40.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey" |
| 7945 | 2026-02-19T01:42:40.433Z | [ recovery-image] Feb 19 01:42:40.312 INFO O| Feb 19 01:42:40.312 INFO STEP 1054 (remove_files) COMPLETE |
| 7946 | 2026-02-19T01:42:40.433Z | [ recovery-image] Feb 19 01:42:40.312 INFO O| Feb 19 01:42:40.312 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7947 | 2026-02-19T01:42:40.433Z | [ recovery-image] Feb 19 01:42:40.327 INFO O| Feb 19 01:42:40.327 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv" |
| 7948 | 2026-02-19T01:42:40.433Z | [ recovery-image] Feb 19 01:42:40.327 INFO O| Feb 19 01:42:40.327 INFO STEP 1055 (remove_files) COMPLETE |
| 7949 | 2026-02-19T01:42:40.433Z | [ recovery-image] Feb 19 01:42:40.327 INFO O| Feb 19 01:42:40.327 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7950 | 2026-02-19T01:42:40.458Z | [ recovery-image] Feb 19 01:42:40.344 INFO O| Feb 19 01:42:40.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall" |
| 7951 | 2026-02-19T01:42:40.458Z | [ recovery-image] Feb 19 01:42:40.344 INFO O| Feb 19 01:42:40.344 INFO STEP 1056 (remove_files) COMPLETE |
| 7952 | 2026-02-19T01:42:40.458Z | [ recovery-image] Feb 19 01:42:40.344 INFO O| Feb 19 01:42:40.344 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7953 | 2026-02-19T01:42:40.483Z | [ recovery-image] Feb 19 01:42:40.358 INFO O| Feb 19 01:42:40.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link" |
| 7954 | 2026-02-19T01:42:40.483Z | [ recovery-image] Feb 19 01:42:40.359 INFO O| Feb 19 01:42:40.359 INFO STEP 1057 (remove_files) COMPLETE |
| 7955 | 2026-02-19T01:42:40.483Z | [ recovery-image] Feb 19 01:42:40.359 INFO O| Feb 19 01:42:40.359 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7956 | 2026-02-19T01:42:40.483Z | [ recovery-image] Feb 19 01:42:40.378 INFO O| Feb 19 01:42:40.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices" |
| 7957 | 2026-02-19T01:42:40.483Z | [ recovery-image] Feb 19 01:42:40.378 INFO O| Feb 19 01:42:40.378 INFO STEP 1058 (remove_files) COMPLETE |
| 7958 | 2026-02-19T01:42:40.483Z | [ recovery-image] Feb 19 01:42:40.378 INFO O| Feb 19 01:42:40.378 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7959 | 2026-02-19T01:42:40.508Z | [ recovery-image] Feb 19 01:42:40.393 INFO O| Feb 19 01:42:40.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator" |
| 7960 | 2026-02-19T01:42:40.508Z | [ recovery-image] Feb 19 01:42:40.394 INFO O| Feb 19 01:42:40.394 INFO STEP 1059 (remove_files) COMPLETE |
| 7961 | 2026-02-19T01:42:40.508Z | [ recovery-image] Feb 19 01:42:40.394 INFO O| Feb 19 01:42:40.394 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7962 | 2026-02-19T01:42:40.533Z | [ recovery-image] Feb 19 01:42:40.407 INFO O| Feb 19 01:42:40.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat" |
| 7963 | 2026-02-19T01:42:40.533Z | [ recovery-image] Feb 19 01:42:40.407 INFO O| Feb 19 01:42:40.407 INFO STEP 1060 (remove_files) COMPLETE |
| 7964 | 2026-02-19T01:42:40.533Z | [ recovery-image] Feb 19 01:42:40.407 INFO O| Feb 19 01:42:40.407 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7965 | 2026-02-19T01:42:40.533Z | [ recovery-image] Feb 19 01:42:40.425 INFO O| Feb 19 01:42:40.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm" |
| 7966 | 2026-02-19T01:42:40.533Z | [ recovery-image] Feb 19 01:42:40.425 INFO O| Feb 19 01:42:40.425 INFO STEP 1061 (remove_files) COMPLETE |
| 7967 | 2026-02-19T01:42:40.533Z | [ recovery-image] Feb 19 01:42:40.425 INFO O| Feb 19 01:42:40.425 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7968 | 2026-02-19T01:42:40.557Z | [ recovery-image] Feb 19 01:42:40.442 INFO O| Feb 19 01:42:40.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm" |
| 7969 | 2026-02-19T01:42:40.557Z | [ recovery-image] Feb 19 01:42:40.442 INFO O| Feb 19 01:42:40.442 INFO STEP 1062 (remove_files) COMPLETE |
| 7970 | 2026-02-19T01:42:40.557Z | [ recovery-image] Feb 19 01:42:40.442 INFO O| Feb 19 01:42:40.442 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7971 | 2026-02-19T01:42:40.582Z | [ recovery-image] Feb 19 01:42:40.458 INFO O| Feb 19 01:42:40.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm" |
| 7972 | 2026-02-19T01:42:40.582Z | [ recovery-image] Feb 19 01:42:40.458 INFO O| Feb 19 01:42:40.458 INFO STEP 1063 (remove_files) COMPLETE |
| 7973 | 2026-02-19T01:42:40.582Z | [ recovery-image] Feb 19 01:42:40.458 INFO O| Feb 19 01:42:40.458 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7974 | 2026-02-19T01:42:40.582Z | [ recovery-image] Feb 19 01:42:40.472 INFO O| Feb 19 01:42:40.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc" |
| 7975 | 2026-02-19T01:42:40.582Z | [ recovery-image] Feb 19 01:42:40.473 INFO O| Feb 19 01:42:40.473 INFO STEP 1064 (remove_files) COMPLETE |
| 7976 | 2026-02-19T01:42:40.582Z | [ recovery-image] Feb 19 01:42:40.473 INFO O| Feb 19 01:42:40.473 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7977 | 2026-02-19T01:42:40.607Z | [ recovery-image] Feb 19 01:42:40.486 INFO O| Feb 19 01:42:40.486 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps" |
| 7978 | 2026-02-19T01:42:40.607Z | [ recovery-image] Feb 19 01:42:40.486 INFO O| Feb 19 01:42:40.486 INFO STEP 1065 (remove_files) COMPLETE |
| 7979 | 2026-02-19T01:42:40.607Z | [ recovery-image] Feb 19 01:42:40.486 INFO O| Feb 19 01:42:40.486 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7980 | 2026-02-19T01:42:40.607Z | [ recovery-image] Feb 19 01:42:40.500 INFO O| Feb 19 01:42:40.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile" |
| 7981 | 2026-02-19T01:42:40.607Z | [ recovery-image] Feb 19 01:42:40.500 INFO O| Feb 19 01:42:40.500 INFO STEP 1066 (remove_files) COMPLETE |
| 7982 | 2026-02-19T01:42:40.607Z | [ recovery-image] Feb 19 01:42:40.500 INFO O| Feb 19 01:42:40.500 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7983 | 2026-02-19T01:42:40.631Z | [ recovery-image] Feb 19 01:42:40.514 INFO O| Feb 19 01:42:40.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod" |
| 7984 | 2026-02-19T01:42:40.631Z | [ recovery-image] Feb 19 01:42:40.514 INFO O| Feb 19 01:42:40.514 INFO STEP 1067 (remove_files) COMPLETE |
| 7985 | 2026-02-19T01:42:40.632Z | [ recovery-image] Feb 19 01:42:40.514 INFO O| Feb 19 01:42:40.514 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7986 | 2026-02-19T01:42:40.656Z | [ recovery-image] Feb 19 01:42:40.528 INFO O| Feb 19 01:42:40.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo" |
| 7987 | 2026-02-19T01:42:40.656Z | [ recovery-image] Feb 19 01:42:40.528 INFO O| Feb 19 01:42:40.528 INFO STEP 1068 (remove_files) COMPLETE |
| 7988 | 2026-02-19T01:42:40.656Z | [ recovery-image] Feb 19 01:42:40.528 INFO O| Feb 19 01:42:40.528 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7989 | 2026-02-19T01:42:40.656Z | [ recovery-image] Feb 19 01:42:40.545 INFO O| Feb 19 01:42:40.545 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload" |
| 7990 | 2026-02-19T01:42:40.656Z | [ recovery-image] Feb 19 01:42:40.545 INFO O| Feb 19 01:42:40.545 INFO STEP 1069 (remove_files) COMPLETE |
| 7991 | 2026-02-19T01:42:40.656Z | [ recovery-image] Feb 19 01:42:40.545 INFO O| Feb 19 01:42:40.545 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7992 | 2026-02-19T01:42:40.681Z | [ recovery-image] Feb 19 01:42:40.561 INFO O| Feb 19 01:42:40.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall" |
| 7993 | 2026-02-19T01:42:40.681Z | [ recovery-image] Feb 19 01:42:40.561 INFO O| Feb 19 01:42:40.561 INFO STEP 1070 (remove_files) COMPLETE |
| 7994 | 2026-02-19T01:42:40.681Z | [ recovery-image] Feb 19 01:42:40.562 INFO O| Feb 19 01:42:40.561 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7995 | 2026-02-19T01:42:40.706Z | [ recovery-image] Feb 19 01:42:40.578 INFO O| Feb 19 01:42:40.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid" |
| 7996 | 2026-02-19T01:42:40.706Z | [ recovery-image] Feb 19 01:42:40.578 INFO O| Feb 19 01:42:40.578 INFO STEP 1071 (remove_files) COMPLETE |
| 7997 | 2026-02-19T01:42:40.706Z | [ recovery-image] Feb 19 01:42:40.578 INFO O| Feb 19 01:42:40.578 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7998 | 2026-02-19T01:42:40.706Z | [ recovery-image] Feb 19 01:42:40.593 INFO O| Feb 19 01:42:40.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir" |
| 7999 | 2026-02-19T01:42:40.706Z | [ recovery-image] Feb 19 01:42:40.593 INFO O| Feb 19 01:42:40.593 INFO STEP 1072 (remove_files) COMPLETE |
| 8000 | 2026-02-19T01:42:40.706Z | [ recovery-image] Feb 19 01:42:40.593 INFO O| Feb 19 01:42:40.593 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8001 | 2026-02-19T01:42:40.731Z | [ recovery-image] Feb 19 01:42:40.610 INFO O| Feb 19 01:42:40.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp" |
| 8002 | 2026-02-19T01:42:40.731Z | [ recovery-image] Feb 19 01:42:40.610 INFO O| Feb 19 01:42:40.610 INFO STEP 1073 (remove_files) COMPLETE |
| 8003 | 2026-02-19T01:42:40.731Z | [ recovery-image] Feb 19 01:42:40.610 INFO O| Feb 19 01:42:40.610 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8004 | 2026-02-19T01:42:40.731Z | [ recovery-image] Feb 19 01:42:40.625 INFO O| Feb 19 01:42:40.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin" |
| 8005 | 2026-02-19T01:42:40.731Z | [ recovery-image] Feb 19 01:42:40.625 INFO O| Feb 19 01:42:40.625 INFO STEP 1074 (remove_files) COMPLETE |
| 8006 | 2026-02-19T01:42:40.731Z | [ recovery-image] Feb 19 01:42:40.625 INFO O| Feb 19 01:42:40.625 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8007 | 2026-02-19T01:42:40.756Z | [ recovery-image] Feb 19 01:42:40.639 INFO O| Feb 19 01:42:40.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest" |
| 8008 | 2026-02-19T01:42:40.756Z | [ recovery-image] Feb 19 01:42:40.639 INFO O| Feb 19 01:42:40.639 INFO STEP 1075 (remove_files) COMPLETE |
| 8009 | 2026-02-19T01:42:40.756Z | [ recovery-image] Feb 19 01:42:40.639 INFO O| Feb 19 01:42:40.639 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8010 | 2026-02-19T01:42:40.780Z | [ recovery-image] Feb 19 01:42:40.652 INFO O| Feb 19 01:42:40.652 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm" |
| 8011 | 2026-02-19T01:42:40.781Z | [ recovery-image] Feb 19 01:42:40.652 INFO O| Feb 19 01:42:40.652 INFO STEP 1076 (remove_files) COMPLETE |
| 8012 | 2026-02-19T01:42:40.781Z | [ recovery-image] Feb 19 01:42:40.652 INFO O| Feb 19 01:42:40.652 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8013 | 2026-02-19T01:42:40.781Z | [ recovery-image] Feb 19 01:42:40.670 INFO O| Feb 19 01:42:40.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg" |
| 8014 | 2026-02-19T01:42:40.781Z | [ recovery-image] Feb 19 01:42:40.670 INFO O| Feb 19 01:42:40.670 INFO STEP 1077 (remove_files) COMPLETE |
| 8015 | 2026-02-19T01:42:40.781Z | [ recovery-image] Feb 19 01:42:40.670 INFO O| Feb 19 01:42:40.670 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8016 | 2026-02-19T01:42:40.805Z | [ recovery-image] Feb 19 01:42:40.687 INFO O| Feb 19 01:42:40.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind" |
| 8017 | 2026-02-19T01:42:40.805Z | [ recovery-image] Feb 19 01:42:40.687 INFO O| Feb 19 01:42:40.687 INFO STEP 1078 (remove_files) COMPLETE |
| 8018 | 2026-02-19T01:42:40.805Z | [ recovery-image] Feb 19 01:42:40.687 INFO O| Feb 19 01:42:40.687 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8019 | 2026-02-19T01:42:40.830Z | [ recovery-image] Feb 19 01:42:40.702 INFO O| Feb 19 01:42:40.702 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping" |
| 8020 | 2026-02-19T01:42:40.830Z | [ recovery-image] Feb 19 01:42:40.702 INFO O| Feb 19 01:42:40.702 INFO STEP 1079 (remove_files) COMPLETE |
| 8021 | 2026-02-19T01:42:40.830Z | [ recovery-image] Feb 19 01:42:40.702 INFO O| Feb 19 01:42:40.702 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8022 | 2026-02-19T01:42:40.855Z | [ recovery-image] Feb 19 01:42:40.731 INFO O| Feb 19 01:42:40.731 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd" |
| 8023 | 2026-02-19T01:42:40.855Z | [ recovery-image] Feb 19 01:42:40.731 INFO O| Feb 19 01:42:40.731 INFO STEP 1080 (remove_files) COMPLETE |
| 8024 | 2026-02-19T01:42:40.855Z | [ recovery-image] Feb 19 01:42:40.731 INFO O| Feb 19 01:42:40.731 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8025 | 2026-02-19T01:42:40.855Z | [ recovery-image] Feb 19 01:42:40.747 INFO O| Feb 19 01:42:40.747 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask" |
| 8026 | 2026-02-19T01:42:40.855Z | [ recovery-image] Feb 19 01:42:40.747 INFO O| Feb 19 01:42:40.747 INFO STEP 1081 (remove_files) COMPLETE |
| 8027 | 2026-02-19T01:42:40.855Z | [ recovery-image] Feb 19 01:42:40.747 INFO O| Feb 19 01:42:40.747 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8028 | 2026-02-19T01:42:40.880Z | [ recovery-image] Feb 19 01:42:40.765 INFO O| Feb 19 01:42:40.765 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk" |
| 8029 | 2026-02-19T01:42:40.880Z | [ recovery-image] Feb 19 01:42:40.765 INFO O| Feb 19 01:42:40.765 INFO STEP 1082 (remove_files) COMPLETE |
| 8030 | 2026-02-19T01:42:40.880Z | [ recovery-image] Feb 19 01:42:40.765 INFO O| Feb 19 01:42:40.765 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8031 | 2026-02-19T01:42:40.904Z | [ recovery-image] Feb 19 01:42:40.782 INFO O| Feb 19 01:42:40.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm" |
| 8032 | 2026-02-19T01:42:40.905Z | [ recovery-image] Feb 19 01:42:40.782 INFO O| Feb 19 01:42:40.782 INFO STEP 1083 (remove_files) COMPLETE |
| 8033 | 2026-02-19T01:42:40.905Z | [ recovery-image] Feb 19 01:42:40.782 INFO O| Feb 19 01:42:40.782 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8034 | 2026-02-19T01:42:40.905Z | [ recovery-image] Feb 19 01:42:40.800 INFO O| Feb 19 01:42:40.800 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat" |
| 8035 | 2026-02-19T01:42:40.905Z | [ recovery-image] Feb 19 01:42:40.800 INFO O| Feb 19 01:42:40.800 INFO STEP 1084 (remove_files) COMPLETE |
| 8036 | 2026-02-19T01:42:40.905Z | [ recovery-image] Feb 19 01:42:40.800 INFO O| Feb 19 01:42:40.800 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8037 | 2026-02-19T01:42:40.929Z | [ recovery-image] Feb 19 01:42:40.818 INFO O| Feb 19 01:42:40.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm" |
| 8038 | 2026-02-19T01:42:40.929Z | [ recovery-image] Feb 19 01:42:40.818 INFO O| Feb 19 01:42:40.818 INFO STEP 1085 (remove_files) COMPLETE |
| 8039 | 2026-02-19T01:42:40.930Z | [ recovery-image] Feb 19 01:42:40.818 INFO O| Feb 19 01:42:40.818 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8040 | 2026-02-19T01:42:40.954Z | [ recovery-image] Feb 19 01:42:40.831 INFO O| Feb 19 01:42:40.831 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind" |
| 8041 | 2026-02-19T01:42:40.954Z | [ recovery-image] Feb 19 01:42:40.831 INFO O| Feb 19 01:42:40.831 INFO STEP 1086 (remove_files) COMPLETE |
| 8042 | 2026-02-19T01:42:40.954Z | [ recovery-image] Feb 19 01:42:40.831 INFO O| Feb 19 01:42:40.831 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8043 | 2026-02-19T01:42:40.954Z | [ recovery-image] Feb 19 01:42:40.843 INFO O| Feb 19 01:42:40.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg" |
| 8044 | 2026-02-19T01:42:40.954Z | [ recovery-image] Feb 19 01:42:40.843 INFO O| Feb 19 01:42:40.843 INFO STEP 1087 (remove_files) COMPLETE |
| 8045 | 2026-02-19T01:42:40.954Z | [ recovery-image] Feb 19 01:42:40.843 INFO O| Feb 19 01:42:40.843 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8046 | 2026-02-19T01:42:40.981Z | [ recovery-image] Feb 19 01:42:40.859 INFO O| Feb 19 01:42:40.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports" |
| 8047 | 2026-02-19T01:42:40.981Z | [ recovery-image] Feb 19 01:42:40.860 INFO O| Feb 19 01:42:40.860 INFO STEP 1088 (remove_files) COMPLETE |
| 8048 | 2026-02-19T01:42:40.981Z | [ recovery-image] Feb 19 01:42:40.860 INFO O| Feb 19 01:42:40.860 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8049 | 2026-02-19T01:42:40.981Z | [ recovery-image] Feb 19 01:42:40.873 INFO O| Feb 19 01:42:40.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff" |
| 8050 | 2026-02-19T01:42:40.981Z | [ recovery-image] Feb 19 01:42:40.873 INFO O| Feb 19 01:42:40.873 INFO STEP 1089 (remove_files) COMPLETE |
| 8051 | 2026-02-19T01:42:40.981Z | [ recovery-image] Feb 19 01:42:40.873 INFO O| Feb 19 01:42:40.873 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8052 | 2026-02-19T01:42:41.006Z | [ recovery-image] Feb 19 01:42:40.887 INFO O| Feb 19 01:42:40.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm" |
| 8053 | 2026-02-19T01:42:41.006Z | [ recovery-image] Feb 19 01:42:40.887 INFO O| Feb 19 01:42:40.887 INFO STEP 1090 (remove_files) COMPLETE |
| 8054 | 2026-02-19T01:42:41.006Z | [ recovery-image] Feb 19 01:42:40.887 INFO O| Feb 19 01:42:40.887 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8055 | 2026-02-19T01:42:41.034Z | [ recovery-image] Feb 19 01:42:40.901 INFO O| Feb 19 01:42:40.901 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit" |
| 8056 | 2026-02-19T01:42:41.035Z | [ recovery-image] Feb 19 01:42:40.901 INFO O| Feb 19 01:42:40.901 INFO STEP 1091 (remove_files) COMPLETE |
| 8057 | 2026-02-19T01:42:41.035Z | [ recovery-image] Feb 19 01:42:40.901 INFO O| Feb 19 01:42:40.901 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8058 | 2026-02-19T01:42:41.035Z | [ recovery-image] Feb 19 01:42:40.914 INFO O| Feb 19 01:42:40.914 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd" |
| 8059 | 2026-02-19T01:42:41.035Z | [ recovery-image] Feb 19 01:42:40.914 INFO O| Feb 19 01:42:40.914 INFO STEP 1092 (remove_files) COMPLETE |
| 8060 | 2026-02-19T01:42:41.035Z | [ recovery-image] Feb 19 01:42:40.914 INFO O| Feb 19 01:42:40.914 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8061 | 2026-02-19T01:42:41.035Z | [ recovery-image] Feb 19 01:42:40.927 INFO O| Feb 19 01:42:40.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel" |
| 8062 | 2026-02-19T01:42:41.035Z | [ recovery-image] Feb 19 01:42:40.927 INFO O| Feb 19 01:42:40.927 INFO STEP 1093 (remove_files) COMPLETE |
| 8063 | 2026-02-19T01:42:41.035Z | [ recovery-image] Feb 19 01:42:40.927 INFO O| Feb 19 01:42:40.927 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8064 | 2026-02-19T01:42:41.059Z | [ recovery-image] Feb 19 01:42:40.941 INFO O| Feb 19 01:42:40.941 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod" |
| 8065 | 2026-02-19T01:42:41.060Z | [ recovery-image] Feb 19 01:42:40.941 INFO O| Feb 19 01:42:40.941 INFO STEP 1094 (remove_files) COMPLETE |
| 8066 | 2026-02-19T01:42:41.060Z | [ recovery-image] Feb 19 01:42:40.941 INFO O| Feb 19 01:42:40.941 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8067 | 2026-02-19T01:42:41.060Z | [ recovery-image] Feb 19 01:42:40.953 INFO O| Feb 19 01:42:40.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag" |
| 8068 | 2026-02-19T01:42:41.060Z | [ recovery-image] Feb 19 01:42:40.953 INFO O| Feb 19 01:42:40.953 INFO STEP 1095 (remove_files) COMPLETE |
| 8069 | 2026-02-19T01:42:41.060Z | [ recovery-image] Feb 19 01:42:40.953 INFO O| Feb 19 01:42:40.953 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8070 | 2026-02-19T01:42:41.084Z | [ recovery-image] Feb 19 01:42:40.964 INFO O| Feb 19 01:42:40.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl" |
| 8071 | 2026-02-19T01:42:41.084Z | [ recovery-image] Feb 19 01:42:40.964 INFO O| Feb 19 01:42:40.964 INFO STEP 1096 (remove_files) COMPLETE |
| 8072 | 2026-02-19T01:42:41.084Z | [ recovery-image] Feb 19 01:42:40.964 INFO O| Feb 19 01:42:40.964 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8073 | 2026-02-19T01:42:41.084Z | [ recovery-image] Feb 19 01:42:40.975 INFO O| Feb 19 01:42:40.974 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc" |
| 8074 | 2026-02-19T01:42:41.084Z | [ recovery-image] Feb 19 01:42:40.975 INFO O| Feb 19 01:42:40.975 INFO STEP 1097 (remove_files) COMPLETE |
| 8075 | 2026-02-19T01:42:41.084Z | [ recovery-image] Feb 19 01:42:40.975 INFO O| Feb 19 01:42:40.975 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8076 | 2026-02-19T01:42:41.109Z | [ recovery-image] Feb 19 01:42:40.986 INFO O| Feb 19 01:42:40.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm" |
| 8077 | 2026-02-19T01:42:41.109Z | [ recovery-image] Feb 19 01:42:40.986 INFO O| Feb 19 01:42:40.986 INFO STEP 1098 (remove_files) COMPLETE |
| 8078 | 2026-02-19T01:42:41.109Z | [ recovery-image] Feb 19 01:42:40.986 INFO O| Feb 19 01:42:40.986 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8079 | 2026-02-19T01:42:41.109Z | [ recovery-image] Feb 19 01:42:40.998 INFO O| Feb 19 01:42:40.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo" |
| 8080 | 2026-02-19T01:42:41.109Z | [ recovery-image] Feb 19 01:42:40.998 INFO O| Feb 19 01:42:40.998 INFO STEP 1099 (remove_files) COMPLETE |
| 8081 | 2026-02-19T01:42:41.109Z | [ recovery-image] Feb 19 01:42:40.998 INFO O| Feb 19 01:42:40.998 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8082 | 2026-02-19T01:42:41.134Z | [ recovery-image] Feb 19 01:42:41.013 INFO O| Feb 19 01:42:41.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset" |
| 8083 | 2026-02-19T01:42:41.134Z | [ recovery-image] Feb 19 01:42:41.013 INFO O| Feb 19 01:42:41.013 INFO STEP 1100 (remove_files) COMPLETE |
| 8084 | 2026-02-19T01:42:41.134Z | [ recovery-image] Feb 19 01:42:41.013 INFO O| Feb 19 01:42:41.013 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8085 | 2026-02-19T01:42:41.158Z | [ recovery-image] Feb 19 01:42:41.030 INFO O| Feb 19 01:42:41.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck" |
| 8086 | 2026-02-19T01:42:41.158Z | [ recovery-image] Feb 19 01:42:41.030 INFO O| Feb 19 01:42:41.030 INFO STEP 1101 (remove_files) COMPLETE |
| 8087 | 2026-02-19T01:42:41.159Z | [ recovery-image] Feb 19 01:42:41.030 INFO O| Feb 19 01:42:41.030 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8088 | 2026-02-19T01:42:41.159Z | [ recovery-image] Feb 19 01:42:41.047 INFO O| Feb 19 01:42:41.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv" |
| 8089 | 2026-02-19T01:42:41.159Z | [ recovery-image] Feb 19 01:42:41.047 INFO O| Feb 19 01:42:41.047 INFO STEP 1102 (remove_files) COMPLETE |
| 8090 | 2026-02-19T01:42:41.159Z | [ recovery-image] Feb 19 01:42:41.047 INFO O| Feb 19 01:42:41.047 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8091 | 2026-02-19T01:42:41.183Z | [ recovery-image] Feb 19 01:42:41.063 INFO O| Feb 19 01:42:41.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl" |
| 8092 | 2026-02-19T01:42:41.183Z | [ recovery-image] Feb 19 01:42:41.063 INFO O| Feb 19 01:42:41.063 INFO STEP 1103 (remove_files) COMPLETE |
| 8093 | 2026-02-19T01:42:41.183Z | [ recovery-image] Feb 19 01:42:41.063 INFO O| Feb 19 01:42:41.063 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8094 | 2026-02-19T01:42:41.208Z | [ recovery-image] Feb 19 01:42:41.081 INFO O| Feb 19 01:42:41.081 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm" |
| 8095 | 2026-02-19T01:42:41.208Z | [ recovery-image] Feb 19 01:42:41.081 INFO O| Feb 19 01:42:41.081 INFO STEP 1104 (remove_files) COMPLETE |
| 8096 | 2026-02-19T01:42:41.208Z | [ recovery-image] Feb 19 01:42:41.081 INFO O| Feb 19 01:42:41.081 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8097 | 2026-02-19T01:42:41.208Z | [ recovery-image] Feb 19 01:42:41.099 INFO O| Feb 19 01:42:41.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm" |
| 8098 | 2026-02-19T01:42:41.208Z | [ recovery-image] Feb 19 01:42:41.100 INFO O| Feb 19 01:42:41.100 INFO STEP 1105 (remove_files) COMPLETE |
| 8099 | 2026-02-19T01:42:41.208Z | [ recovery-image] Feb 19 01:42:41.100 INFO O| Feb 19 01:42:41.100 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8100 | 2026-02-19T01:42:41.232Z | [ recovery-image] Feb 19 01:42:41.117 INFO O| Feb 19 01:42:41.117 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr" |
| 8101 | 2026-02-19T01:42:41.232Z | [ recovery-image] Feb 19 01:42:41.117 INFO O| Feb 19 01:42:41.117 INFO STEP 1106 (remove_files) COMPLETE |
| 8102 | 2026-02-19T01:42:41.233Z | [ recovery-image] Feb 19 01:42:41.117 INFO O| Feb 19 01:42:41.117 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8103 | 2026-02-19T01:42:41.257Z | [ recovery-image] Feb 19 01:42:41.135 INFO O| Feb 19 01:42:41.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot" |
| 8104 | 2026-02-19T01:42:41.257Z | [ recovery-image] Feb 19 01:42:41.135 INFO O| Feb 19 01:42:41.135 INFO STEP 1107 (remove_files) COMPLETE |
| 8105 | 2026-02-19T01:42:41.257Z | [ recovery-image] Feb 19 01:42:41.135 INFO O| Feb 19 01:42:41.135 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8106 | 2026-02-19T01:42:41.257Z | [ recovery-image] Feb 19 01:42:41.152 INFO O| Feb 19 01:42:41.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv" |
| 8107 | 2026-02-19T01:42:41.257Z | [ recovery-image] Feb 19 01:42:41.152 INFO O| Feb 19 01:42:41.152 INFO STEP 1108 (remove_files) COMPLETE |
| 8108 | 2026-02-19T01:42:41.257Z | [ recovery-image] Feb 19 01:42:41.152 INFO O| Feb 19 01:42:41.152 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8109 | 2026-02-19T01:42:41.282Z | [ recovery-image] Feb 19 01:42:41.169 INFO O| Feb 19 01:42:41.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef" |
| 8110 | 2026-02-19T01:42:41.282Z | [ recovery-image] Feb 19 01:42:41.169 INFO O| Feb 19 01:42:41.169 INFO STEP 1109 (remove_files) COMPLETE |
| 8111 | 2026-02-19T01:42:41.282Z | [ recovery-image] Feb 19 01:42:41.169 INFO O| Feb 19 01:42:41.169 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8112 | 2026-02-19T01:42:41.307Z | [ recovery-image] Feb 19 01:42:41.186 INFO O| Feb 19 01:42:41.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd" |
| 8113 | 2026-02-19T01:42:41.307Z | [ recovery-image] Feb 19 01:42:41.187 INFO O| Feb 19 01:42:41.187 INFO STEP 1110 (remove_files) COMPLETE |
| 8114 | 2026-02-19T01:42:41.307Z | [ recovery-image] Feb 19 01:42:41.187 INFO O| Feb 19 01:42:41.187 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8115 | 2026-02-19T01:42:41.331Z | [ recovery-image] Feb 19 01:42:41.204 INFO O| Feb 19 01:42:41.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel" |
| 8116 | 2026-02-19T01:42:41.331Z | [ recovery-image] Feb 19 01:42:41.204 INFO O| Feb 19 01:42:41.204 INFO STEP 1111 (remove_files) COMPLETE |
| 8117 | 2026-02-19T01:42:41.331Z | [ recovery-image] Feb 19 01:42:41.204 INFO O| Feb 19 01:42:41.204 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8118 | 2026-02-19T01:42:41.332Z | [ recovery-image] Feb 19 01:42:41.221 INFO O| Feb 19 01:42:41.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod" |
| 8119 | 2026-02-19T01:42:41.332Z | [ recovery-image] Feb 19 01:42:41.221 INFO O| Feb 19 01:42:41.221 INFO STEP 1112 (remove_files) COMPLETE |
| 8120 | 2026-02-19T01:42:41.332Z | [ recovery-image] Feb 19 01:42:41.221 INFO O| Feb 19 01:42:41.221 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8121 | 2026-02-19T01:42:41.356Z | [ recovery-image] Feb 19 01:42:41.237 INFO O| Feb 19 01:42:41.237 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive" |
| 8122 | 2026-02-19T01:42:41.356Z | [ recovery-image] Feb 19 01:42:41.237 INFO O| Feb 19 01:42:41.237 INFO STEP 1113 (remove_files) COMPLETE |
| 8123 | 2026-02-19T01:42:41.356Z | [ recovery-image] Feb 19 01:42:41.237 INFO O| Feb 19 01:42:41.237 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8124 | 2026-02-19T01:42:41.381Z | [ recovery-image] Feb 19 01:42:41.254 INFO O| Feb 19 01:42:41.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind" |
| 8125 | 2026-02-19T01:42:41.381Z | [ recovery-image] Feb 19 01:42:41.254 INFO O| Feb 19 01:42:41.254 INFO STEP 1114 (remove_files) COMPLETE |
| 8126 | 2026-02-19T01:42:41.381Z | [ recovery-image] Feb 19 01:42:41.254 INFO O| Feb 19 01:42:41.254 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8127 | 2026-02-19T01:42:41.381Z | [ recovery-image] Feb 19 01:42:41.271 INFO O| Feb 19 01:42:41.271 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc" |
| 8128 | 2026-02-19T01:42:41.381Z | [ recovery-image] Feb 19 01:42:41.271 INFO O| Feb 19 01:42:41.271 INFO STEP 1115 (remove_files) COMPLETE |
| 8129 | 2026-02-19T01:42:41.381Z | [ recovery-image] Feb 19 01:42:41.271 INFO O| Feb 19 01:42:41.271 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8130 | 2026-02-19T01:42:41.405Z | [ recovery-image] Feb 19 01:42:41.286 INFO O| Feb 19 01:42:41.286 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery" |
| 8131 | 2026-02-19T01:42:41.406Z | [ recovery-image] Feb 19 01:42:41.286 INFO O| Feb 19 01:42:41.286 INFO STEP 1116 (remove_files) COMPLETE |
| 8132 | 2026-02-19T01:42:41.406Z | [ recovery-image] Feb 19 01:42:41.286 INFO O| Feb 19 01:42:41.286 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8133 | 2026-02-19T01:42:41.406Z | [ recovery-image] Feb 19 01:42:41.301 INFO O| Feb 19 01:42:41.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt" |
| 8134 | 2026-02-19T01:42:41.406Z | [ recovery-image] Feb 19 01:42:41.301 INFO O| Feb 19 01:42:41.301 INFO STEP 1117 (remove_files) COMPLETE |
| 8135 | 2026-02-19T01:42:41.406Z | [ recovery-image] Feb 19 01:42:41.301 INFO O| Feb 19 01:42:41.301 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8136 | 2026-02-19T01:42:41.431Z | [ recovery-image] Feb 19 01:42:41.317 INFO O| Feb 19 01:42:41.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share" |
| 8137 | 2026-02-19T01:42:41.431Z | [ recovery-image] Feb 19 01:42:41.317 INFO O| Feb 19 01:42:41.317 INFO STEP 1118 (remove_files) COMPLETE |
| 8138 | 2026-02-19T01:42:41.431Z | [ recovery-image] Feb 19 01:42:41.317 INFO O| Feb 19 01:42:41.317 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8139 | 2026-02-19T01:42:41.455Z | [ recovery-image] Feb 19 01:42:41.333 INFO O| Feb 19 01:42:41.332 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall" |
| 8140 | 2026-02-19T01:42:41.456Z | [ recovery-image] Feb 19 01:42:41.333 INFO O| Feb 19 01:42:41.333 INFO STEP 1119 (remove_files) COMPLETE |
| 8141 | 2026-02-19T01:42:41.456Z | [ recovery-image] Feb 19 01:42:41.333 INFO O| Feb 19 01:42:41.333 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8142 | 2026-02-19T01:42:41.456Z | [ recovery-image] Feb 19 01:42:41.346 INFO O| Feb 19 01:42:41.346 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl" |
| 8143 | 2026-02-19T01:42:41.456Z | [ recovery-image] Feb 19 01:42:41.346 INFO O| Feb 19 01:42:41.346 INFO STEP 1120 (remove_files) COMPLETE |
| 8144 | 2026-02-19T01:42:41.456Z | [ recovery-image] Feb 19 01:42:41.346 INFO O| Feb 19 01:42:41.346 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8145 | 2026-02-19T01:42:41.480Z | [ recovery-image] Feb 19 01:42:41.363 INFO O| Feb 19 01:42:41.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr" |
| 8146 | 2026-02-19T01:42:41.481Z | [ recovery-image] Feb 19 01:42:41.363 INFO O| Feb 19 01:42:41.363 INFO STEP 1121 (remove_files) COMPLETE |
| 8147 | 2026-02-19T01:42:41.481Z | [ recovery-image] Feb 19 01:42:41.363 INFO O| Feb 19 01:42:41.363 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8148 | 2026-02-19T01:42:41.506Z | [ recovery-image] Feb 19 01:42:41.377 INFO O| Feb 19 01:42:41.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown" |
| 8149 | 2026-02-19T01:42:41.506Z | [ recovery-image] Feb 19 01:42:41.378 INFO O| Feb 19 01:42:41.377 INFO STEP 1122 (remove_files) COMPLETE |
| 8150 | 2026-02-19T01:42:41.506Z | [ recovery-image] Feb 19 01:42:41.378 INFO O| Feb 19 01:42:41.378 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8151 | 2026-02-19T01:42:41.506Z | [ recovery-image] Feb 19 01:42:41.395 INFO O| Feb 19 01:42:41.395 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm" |
| 8152 | 2026-02-19T01:42:41.506Z | [ recovery-image] Feb 19 01:42:41.395 INFO O| Feb 19 01:42:41.395 INFO STEP 1123 (remove_files) COMPLETE |
| 8153 | 2026-02-19T01:42:41.506Z | [ recovery-image] Feb 19 01:42:41.395 INFO O| Feb 19 01:42:41.395 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8154 | 2026-02-19T01:42:41.530Z | [ recovery-image] Feb 19 01:42:41.412 INFO O| Feb 19 01:42:41.412 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios" |
| 8155 | 2026-02-19T01:42:41.530Z | [ recovery-image] Feb 19 01:42:41.412 INFO O| Feb 19 01:42:41.412 INFO STEP 1124 (remove_files) COMPLETE |
| 8156 | 2026-02-19T01:42:41.530Z | [ recovery-image] Feb 19 01:42:41.412 INFO O| Feb 19 01:42:41.412 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8157 | 2026-02-19T01:42:41.555Z | [ recovery-image] Feb 19 01:42:41.430 INFO O| Feb 19 01:42:41.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat" |
| 8158 | 2026-02-19T01:42:41.555Z | [ recovery-image] Feb 19 01:42:41.430 INFO O| Feb 19 01:42:41.430 INFO STEP 1125 (remove_files) COMPLETE |
| 8159 | 2026-02-19T01:42:41.555Z | [ recovery-image] Feb 19 01:42:41.430 INFO O| Feb 19 01:42:41.430 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8160 | 2026-02-19T01:42:41.555Z | [ recovery-image] Feb 19 01:42:41.445 INFO O| Feb 19 01:42:41.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd" |
| 8161 | 2026-02-19T01:42:41.555Z | [ recovery-image] Feb 19 01:42:41.445 INFO O| Feb 19 01:42:41.445 INFO STEP 1126 (remove_files) COMPLETE |
| 8162 | 2026-02-19T01:42:41.555Z | [ recovery-image] Feb 19 01:42:41.445 INFO O| Feb 19 01:42:41.445 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8163 | 2026-02-19T01:42:41.580Z | [ recovery-image] Feb 19 01:42:41.463 INFO O| Feb 19 01:42:41.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd" |
| 8164 | 2026-02-19T01:42:41.580Z | [ recovery-image] Feb 19 01:42:41.463 INFO O| Feb 19 01:42:41.463 INFO STEP 1127 (remove_files) COMPLETE |
| 8165 | 2026-02-19T01:42:41.580Z | [ recovery-image] Feb 19 01:42:41.463 INFO O| Feb 19 01:42:41.463 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8166 | 2026-02-19T01:42:41.580Z | [ recovery-image] Feb 19 01:42:41.475 INFO O| Feb 19 01:42:41.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop" |
| 8167 | 2026-02-19T01:42:41.605Z | [ recovery-image] Feb 19 01:42:41.476 INFO O| Feb 19 01:42:41.476 INFO STEP 1128 (remove_files) COMPLETE |
| 8168 | 2026-02-19T01:42:41.605Z | [ recovery-image] Feb 19 01:42:41.476 INFO O| Feb 19 01:42:41.476 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8169 | 2026-02-19T01:42:41.605Z | [ recovery-image] Feb 19 01:42:41.492 INFO O| Feb 19 01:42:41.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd" |
| 8170 | 2026-02-19T01:42:41.605Z | [ recovery-image] Feb 19 01:42:41.492 INFO O| Feb 19 01:42:41.492 INFO STEP 1129 (remove_files) COMPLETE |
| 8171 | 2026-02-19T01:42:41.605Z | [ recovery-image] Feb 19 01:42:41.492 INFO O| Feb 19 01:42:41.492 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8172 | 2026-02-19T01:42:41.630Z | [ recovery-image] Feb 19 01:42:41.509 INFO O| Feb 19 01:42:41.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot" |
| 8173 | 2026-02-19T01:42:41.630Z | [ recovery-image] Feb 19 01:42:41.509 INFO O| Feb 19 01:42:41.509 INFO STEP 1130 (remove_files) COMPLETE |
| 8174 | 2026-02-19T01:42:41.630Z | [ recovery-image] Feb 19 01:42:41.509 INFO O| Feb 19 01:42:41.509 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8175 | 2026-02-19T01:42:41.630Z | [ recovery-image] Feb 19 01:42:41.521 INFO O| Feb 19 01:42:41.521 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace" |
| 8176 | 2026-02-19T01:42:41.630Z | [ recovery-image] Feb 19 01:42:41.521 INFO O| Feb 19 01:42:41.521 INFO STEP 1131 (remove_files) COMPLETE |
| 8177 | 2026-02-19T01:42:41.630Z | [ recovery-image] Feb 19 01:42:41.521 INFO O| Feb 19 01:42:41.521 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8178 | 2026-02-19T01:42:41.654Z | [ recovery-image] Feb 19 01:42:41.536 INFO O| Feb 19 01:42:41.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean" |
| 8179 | 2026-02-19T01:42:41.655Z | [ recovery-image] Feb 19 01:42:41.536 INFO O| Feb 19 01:42:41.536 INFO STEP 1132 (remove_files) COMPLETE |
| 8180 | 2026-02-19T01:42:41.655Z | [ recovery-image] Feb 19 01:42:41.536 INFO O| Feb 19 01:42:41.536 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8181 | 2026-02-19T01:42:41.655Z | [ recovery-image] Feb 19 01:42:41.550 INFO O| Feb 19 01:42:41.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr" |
| 8182 | 2026-02-19T01:42:41.655Z | [ recovery-image] Feb 19 01:42:41.550 INFO O| Feb 19 01:42:41.550 INFO STEP 1133 (remove_files) COMPLETE |
| 8183 | 2026-02-19T01:42:41.655Z | [ recovery-image] Feb 19 01:42:41.550 INFO O| Feb 19 01:42:41.550 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8184 | 2026-02-19T01:42:41.679Z | [ recovery-image] Feb 19 01:42:41.566 INFO O| Feb 19 01:42:41.566 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs" |
| 8185 | 2026-02-19T01:42:41.679Z | [ recovery-image] Feb 19 01:42:41.566 INFO O| Feb 19 01:42:41.566 INFO STEP 1134 (remove_files) COMPLETE |
| 8186 | 2026-02-19T01:42:41.679Z | [ recovery-image] Feb 19 01:42:41.566 INFO O| Feb 19 01:42:41.566 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8187 | 2026-02-19T01:42:41.704Z | [ recovery-image] Feb 19 01:42:41.578 INFO O| Feb 19 01:42:41.577 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit" |
| 8188 | 2026-02-19T01:42:41.704Z | [ recovery-image] Feb 19 01:42:41.578 INFO O| Feb 19 01:42:41.578 INFO STEP 1135 (remove_files) COMPLETE |
| 8189 | 2026-02-19T01:42:41.704Z | [ recovery-image] Feb 19 01:42:41.578 INFO O| Feb 19 01:42:41.578 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8190 | 2026-02-19T01:42:41.704Z | [ recovery-image] Feb 19 01:42:41.596 INFO O| Feb 19 01:42:41.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop" |
| 8191 | 2026-02-19T01:42:41.704Z | [ recovery-image] Feb 19 01:42:41.596 INFO O| Feb 19 01:42:41.596 INFO STEP 1136 (remove_files) COMPLETE |
| 8192 | 2026-02-19T01:42:41.704Z | [ recovery-image] Feb 19 01:42:41.596 INFO O| Feb 19 01:42:41.596 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8193 | 2026-02-19T01:42:41.729Z | [ recovery-image] Feb 19 01:42:41.615 INFO O| Feb 19 01:42:41.615 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat" |
| 8194 | 2026-02-19T01:42:41.729Z | [ recovery-image] Feb 19 01:42:41.615 INFO O| Feb 19 01:42:41.615 INFO STEP 1137 (remove_files) COMPLETE |
| 8195 | 2026-02-19T01:42:41.729Z | [ recovery-image] Feb 19 01:42:41.615 INFO O| Feb 19 01:42:41.615 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8196 | 2026-02-19T01:42:41.753Z | [ recovery-image] Feb 19 01:42:41.632 INFO O| Feb 19 01:42:41.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef" |
| 8197 | 2026-02-19T01:42:41.753Z | [ recovery-image] Feb 19 01:42:41.632 INFO O| Feb 19 01:42:41.632 INFO STEP 1138 (remove_files) COMPLETE |
| 8198 | 2026-02-19T01:42:41.753Z | [ recovery-image] Feb 19 01:42:41.632 INFO O| Feb 19 01:42:41.632 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8199 | 2026-02-19T01:42:41.778Z | [ recovery-image] Feb 19 01:42:41.651 INFO O| Feb 19 01:42:41.651 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm" |
| 8200 | 2026-02-19T01:42:41.778Z | [ recovery-image] Feb 19 01:42:41.652 INFO O| Feb 19 01:42:41.652 INFO STEP 1139 (remove_files) COMPLETE |
| 8201 | 2026-02-19T01:42:41.778Z | [ recovery-image] Feb 19 01:42:41.652 INFO O| Feb 19 01:42:41.652 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8202 | 2026-02-19T01:42:41.778Z | [ recovery-image] Feb 19 01:42:41.666 INFO O| Feb 19 01:42:41.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm" |
| 8203 | 2026-02-19T01:42:41.778Z | [ recovery-image] Feb 19 01:42:41.666 INFO O| Feb 19 01:42:41.666 INFO STEP 1140 (remove_files) COMPLETE |
| 8204 | 2026-02-19T01:42:41.778Z | [ recovery-image] Feb 19 01:42:41.666 INFO O| Feb 19 01:42:41.666 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8205 | 2026-02-19T01:42:41.802Z | [ recovery-image] Feb 19 01:42:41.682 INFO O| Feb 19 01:42:41.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes" |
| 8206 | 2026-02-19T01:42:41.802Z | [ recovery-image] Feb 19 01:42:41.682 INFO O| Feb 19 01:42:41.682 INFO STEP 1141 (remove_files) COMPLETE |
| 8207 | 2026-02-19T01:42:41.802Z | [ recovery-image] Feb 19 01:42:41.682 INFO O| Feb 19 01:42:41.682 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8208 | 2026-02-19T01:42:41.802Z | [ recovery-image] Feb 19 01:42:41.696 INFO O| Feb 19 01:42:41.696 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar" |
| 8209 | 2026-02-19T01:42:41.803Z | [ recovery-image] Feb 19 01:42:41.696 INFO O| Feb 19 01:42:41.696 INFO STEP 1142 (remove_files) COMPLETE |
| 8210 | 2026-02-19T01:42:41.803Z | [ recovery-image] Feb 19 01:42:41.696 INFO O| Feb 19 01:42:41.696 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8211 | 2026-02-19T01:42:41.827Z | [ recovery-image] Feb 19 01:42:41.716 INFO O| Feb 19 01:42:41.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd" |
| 8212 | 2026-02-19T01:42:41.827Z | [ recovery-image] Feb 19 01:42:41.716 INFO O| Feb 19 01:42:41.716 INFO STEP 1143 (remove_files) COMPLETE |
| 8213 | 2026-02-19T01:42:41.827Z | [ recovery-image] Feb 19 01:42:41.716 INFO O| Feb 19 01:42:41.716 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8214 | 2026-02-19T01:42:41.852Z | [ recovery-image] Feb 19 01:42:41.733 INFO O| Feb 19 01:42:41.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute" |
| 8215 | 2026-02-19T01:42:41.852Z | [ recovery-image] Feb 19 01:42:41.733 INFO O| Feb 19 01:42:41.733 INFO STEP 1144 (remove_files) COMPLETE |
| 8216 | 2026-02-19T01:42:41.852Z | [ recovery-image] Feb 19 01:42:41.733 INFO O| Feb 19 01:42:41.733 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8217 | 2026-02-19T01:42:41.852Z | [ recovery-image] Feb 19 01:42:41.745 INFO O| Feb 19 01:42:41.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat" |
| 8218 | 2026-02-19T01:42:41.852Z | [ recovery-image] Feb 19 01:42:41.745 INFO O| Feb 19 01:42:41.745 INFO STEP 1145 (remove_files) COMPLETE |
| 8219 | 2026-02-19T01:42:41.852Z | [ recovery-image] Feb 19 01:42:41.745 INFO O| Feb 19 01:42:41.745 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8220 | 2026-02-19T01:42:41.877Z | [ recovery-image] Feb 19 01:42:41.760 INFO O| Feb 19 01:42:41.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm" |
| 8221 | 2026-02-19T01:42:41.877Z | [ recovery-image] Feb 19 01:42:41.760 INFO O| Feb 19 01:42:41.760 INFO STEP 1146 (remove_files) COMPLETE |
| 8222 | 2026-02-19T01:42:41.877Z | [ recovery-image] Feb 19 01:42:41.761 INFO O| Feb 19 01:42:41.760 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8223 | 2026-02-19T01:42:41.901Z | [ recovery-image] Feb 19 01:42:41.776 INFO O| Feb 19 01:42:41.776 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm" |
| 8224 | 2026-02-19T01:42:41.901Z | [ recovery-image] Feb 19 01:42:41.776 INFO O| Feb 19 01:42:41.776 INFO STEP 1147 (remove_files) COMPLETE |
| 8225 | 2026-02-19T01:42:41.901Z | [ recovery-image] Feb 19 01:42:41.776 INFO O| Feb 19 01:42:41.776 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8226 | 2026-02-19T01:42:41.902Z | [ recovery-image] Feb 19 01:42:41.794 INFO O| Feb 19 01:42:41.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall" |
| 8227 | 2026-02-19T01:42:41.902Z | [ recovery-image] Feb 19 01:42:41.794 INFO O| Feb 19 01:42:41.794 INFO STEP 1148 (remove_files) COMPLETE |
| 8228 | 2026-02-19T01:42:41.902Z | [ recovery-image] Feb 19 01:42:41.794 INFO O| Feb 19 01:42:41.794 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8229 | 2026-02-19T01:42:41.926Z | [ recovery-image] Feb 19 01:42:41.809 INFO O| Feb 19 01:42:41.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink" |
| 8230 | 2026-02-19T01:42:41.926Z | [ recovery-image] Feb 19 01:42:41.809 INFO O| Feb 19 01:42:41.809 INFO STEP 1149 (remove_files) COMPLETE |
| 8231 | 2026-02-19T01:42:41.926Z | [ recovery-image] Feb 19 01:42:41.809 INFO O| Feb 19 01:42:41.809 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8232 | 2026-02-19T01:42:41.951Z | [ recovery-image] Feb 19 01:42:41.825 INFO O| Feb 19 01:42:41.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare" |
| 8233 | 2026-02-19T01:42:41.951Z | [ recovery-image] Feb 19 01:42:41.825 INFO O| Feb 19 01:42:41.825 INFO STEP 1150 (remove_files) COMPLETE |
| 8234 | 2026-02-19T01:42:41.951Z | [ recovery-image] Feb 19 01:42:41.825 INFO O| Feb 19 01:42:41.825 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8235 | 2026-02-19T01:42:41.951Z | [ recovery-image] Feb 19 01:42:41.837 INFO O| Feb 19 01:42:41.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall" |
| 8236 | 2026-02-19T01:42:41.951Z | [ recovery-image] Feb 19 01:42:41.837 INFO O| Feb 19 01:42:41.837 INFO STEP 1151 (remove_files) COMPLETE |
| 8237 | 2026-02-19T01:42:41.951Z | [ recovery-image] Feb 19 01:42:41.837 INFO O| Feb 19 01:42:41.837 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8238 | 2026-02-19T01:42:41.977Z | [ recovery-image] Feb 19 01:42:41.848 INFO O| Feb 19 01:42:41.848 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv" |
| 8239 | 2026-02-19T01:42:41.977Z | [ recovery-image] Feb 19 01:42:41.848 INFO O| Feb 19 01:42:41.848 INFO STEP 1152 (remove_files) COMPLETE |
| 8240 | 2026-02-19T01:42:41.977Z | [ recovery-image] Feb 19 01:42:41.848 INFO O| Feb 19 01:42:41.848 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8241 | 2026-02-19T01:42:41.977Z | [ recovery-image] Feb 19 01:42:41.859 INFO O| Feb 19 01:42:41.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd" |
| 8242 | 2026-02-19T01:42:41.977Z | [ recovery-image] Feb 19 01:42:41.859 INFO O| Feb 19 01:42:41.859 INFO STEP 1153 (remove_files) COMPLETE |
| 8243 | 2026-02-19T01:42:41.977Z | [ recovery-image] Feb 19 01:42:41.859 INFO O| Feb 19 01:42:41.859 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8244 | 2026-02-19T01:42:42.003Z | [ recovery-image] Feb 19 01:42:41.875 INFO O| Feb 19 01:42:41.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel" |
| 8245 | 2026-02-19T01:42:42.003Z | [ recovery-image] Feb 19 01:42:41.875 INFO O| Feb 19 01:42:41.875 INFO STEP 1154 (remove_files) COMPLETE |
| 8246 | 2026-02-19T01:42:42.003Z | [ recovery-image] Feb 19 01:42:41.875 INFO O| Feb 19 01:42:41.875 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8247 | 2026-02-19T01:42:42.003Z | [ recovery-image] Feb 19 01:42:41.886 INFO O| Feb 19 01:42:41.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod" |
| 8248 | 2026-02-19T01:42:42.003Z | [ recovery-image] Feb 19 01:42:41.886 INFO O| Feb 19 01:42:41.886 INFO STEP 1155 (remove_files) COMPLETE |
| 8249 | 2026-02-19T01:42:42.003Z | [ recovery-image] Feb 19 01:42:41.886 INFO O| Feb 19 01:42:41.886 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8250 | 2026-02-19T01:42:42.003Z | [ recovery-image] Feb 19 01:42:41.897 INFO O| Feb 19 01:42:41.896 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy" |
| 8251 | 2026-02-19T01:42:42.003Z | [ recovery-image] Feb 19 01:42:41.897 INFO O| Feb 19 01:42:41.897 INFO STEP 1156 (remove_files) COMPLETE |
| 8252 | 2026-02-19T01:42:42.003Z | [ recovery-image] Feb 19 01:42:41.897 INFO O| Feb 19 01:42:41.897 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8253 | 2026-02-19T01:42:42.028Z | [ recovery-image] Feb 19 01:42:41.908 INFO O| Feb 19 01:42:41.908 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall" |
| 8254 | 2026-02-19T01:42:42.028Z | [ recovery-image] Feb 19 01:42:41.908 INFO O| Feb 19 01:42:41.908 INFO STEP 1157 (remove_files) COMPLETE |
| 8255 | 2026-02-19T01:42:42.028Z | [ recovery-image] Feb 19 01:42:41.908 INFO O| Feb 19 01:42:41.908 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8256 | 2026-02-19T01:42:42.052Z | [ recovery-image] Feb 19 01:42:41.926 INFO O| Feb 19 01:42:41.926 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo" |
| 8257 | 2026-02-19T01:42:42.052Z | [ recovery-image] Feb 19 01:42:41.927 INFO O| Feb 19 01:42:41.927 INFO STEP 1158 (remove_files) COMPLETE |
| 8258 | 2026-02-19T01:42:42.052Z | [ recovery-image] Feb 19 01:42:41.927 INFO O| Feb 19 01:42:41.927 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8259 | 2026-02-19T01:42:42.052Z | [ recovery-image] Feb 19 01:42:41.944 INFO O| Feb 19 01:42:41.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb" |
| 8260 | 2026-02-19T01:42:42.052Z | [ recovery-image] Feb 19 01:42:41.944 INFO O| Feb 19 01:42:41.944 INFO STEP 1159 (remove_files) COMPLETE |
| 8261 | 2026-02-19T01:42:42.052Z | [ recovery-image] Feb 19 01:42:41.944 INFO O| Feb 19 01:42:41.944 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8262 | 2026-02-19T01:42:42.077Z | [ recovery-image] Feb 19 01:42:41.962 INFO O| Feb 19 01:42:41.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump" |
| 8263 | 2026-02-19T01:42:42.077Z | [ recovery-image] Feb 19 01:42:41.962 INFO O| Feb 19 01:42:41.962 INFO STEP 1160 (remove_files) COMPLETE |
| 8264 | 2026-02-19T01:42:42.077Z | [ recovery-image] Feb 19 01:42:41.962 INFO O| Feb 19 01:42:41.962 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8265 | 2026-02-19T01:42:42.101Z | [ recovery-image] Feb 19 01:42:41.981 INFO O| Feb 19 01:42:41.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic" |
| 8266 | 2026-02-19T01:42:42.101Z | [ recovery-image] Feb 19 01:42:41.981 INFO O| Feb 19 01:42:41.981 INFO STEP 1161 (remove_files) COMPLETE |
| 8267 | 2026-02-19T01:42:42.101Z | [ recovery-image] Feb 19 01:42:41.981 INFO O| Feb 19 01:42:41.981 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8268 | 2026-02-19T01:42:42.126Z | [ recovery-image] Feb 19 01:42:41.999 INFO O| Feb 19 01:42:41.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin" |
| 8269 | 2026-02-19T01:42:42.126Z | [ recovery-image] Feb 19 01:42:41.999 INFO O| Feb 19 01:42:41.999 INFO STEP 1162 (remove_files) COMPLETE |
| 8270 | 2026-02-19T01:42:42.126Z | [ recovery-image] Feb 19 01:42:41.999 INFO O| Feb 19 01:42:41.999 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8271 | 2026-02-19T01:42:42.151Z | [ recovery-image] Feb 19 01:42:42.016 INFO O| Feb 19 01:42:42.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm" |
| 8272 | 2026-02-19T01:42:42.151Z | [ recovery-image] Feb 19 01:42:42.016 INFO O| Feb 19 01:42:42.016 INFO STEP 1163 (remove_files) COMPLETE |
| 8273 | 2026-02-19T01:42:42.151Z | [ recovery-image] Feb 19 01:42:42.016 INFO O| Feb 19 01:42:42.016 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8274 | 2026-02-19T01:42:42.151Z | [ recovery-image] Feb 19 01:42:42.034 INFO O| Feb 19 01:42:42.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg" |
| 8275 | 2026-02-19T01:42:42.151Z | [ recovery-image] Feb 19 01:42:42.034 INFO O| Feb 19 01:42:42.034 INFO STEP 1164 (remove_files) COMPLETE |
| 8276 | 2026-02-19T01:42:42.151Z | [ recovery-image] Feb 19 01:42:42.034 INFO O| Feb 19 01:42:42.034 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8277 | 2026-02-19T01:42:42.175Z | [ recovery-image] Feb 19 01:42:42.051 INFO O| Feb 19 01:42:42.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump" |
| 8278 | 2026-02-19T01:42:42.175Z | [ recovery-image] Feb 19 01:42:42.051 INFO O| Feb 19 01:42:42.051 INFO STEP 1165 (remove_files) COMPLETE |
| 8279 | 2026-02-19T01:42:42.175Z | [ recovery-image] Feb 19 01:42:42.051 INFO O| Feb 19 01:42:42.051 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json |
| 8280 | 2026-02-19T01:42:42.200Z | [ recovery-image] Feb 19 01:42:42.073 INFO O| Feb 19 01:42:42.073 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal |
| 8281 | 2026-02-19T01:42:42.200Z | [ recovery-image] Feb 19 01:42:42.073 INFO O| Feb 19 01:42:42.073 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 8282 | 2026-02-19T01:42:43.429Z | [ recovery-image] Feb 19 01:42:43.325 INFO O| Feb 19 01:42:43.325 INFO STEP 1166 (pack_tar) COMPLETE |
| 8283 | 2026-02-19T01:42:43.429Z | [ recovery-image] Feb 19 01:42:43.325 INFO O| Feb 19 01:42:43.325 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8284 | 2026-02-19T01:42:43.454Z | [ recovery-image] Feb 19 01:42:43.325 INFO O| Feb 19 01:42:43.325 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8285 | 2026-02-19T01:42:43.673Z | [ recovery-image] Feb 19 01:42:43.569 INFO O| Feb 19 01:42:43.569 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 8286 | 2026-02-19T01:42:43.749Z | [ recovery-image] Feb 19 01:42:43.645 INFO O| Feb 19 01:42:43.644 INFO completed processing sled/ramdisk-03-recovery-trim |
| 8287 | 2026-02-19T01:42:43.775Z | [ recovery-image] Feb 19 01:42:43.652 INFO image builder template: zfs-recovery... |
| 8288 | 2026-02-19T01:42:43.775Z | [ recovery-image] Feb 19 01:42:43.652 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/.tmpNifBKs/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "recovery", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "zfs-recovery"], pwd: None |
| 8289 | 2026-02-19T01:42:43.827Z | [ recovery-image] Feb 19 01:42:43.723 INFO O| Feb 19 01:42:43.722 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8290 | 2026-02-19T01:42:43.852Z | [ recovery-image] Feb 19 01:42:43.729 INFO O| Feb 19 01:42:43.729 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8291 | 2026-02-19T01:42:43.876Z | [ recovery-image] Feb 19 01:42:43.763 INFO O| Feb 19 01:42:43.762 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled |
| 8292 | 2026-02-19T01:42:43.901Z | [ recovery-image] Feb 19 01:42:43.794 INFO O| Feb 19 01:42:43.794 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8293 | 2026-02-19T01:42:43.901Z | [ recovery-image] Feb 19 01:42:43.794 INFO O| Feb 19 01:42:43.794 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8294 | 2026-02-19T01:42:43.926Z | [ recovery-image] Feb 19 01:42:43.801 INFO O| Feb 19 01:42:43.801 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8295 | 2026-02-19T01:42:43.952Z | [ recovery-image] Feb 19 01:42:43.835 INFO O| Feb 19 01:42:43.835 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled |
| 8296 | 2026-02-19T01:42:43.977Z | [ recovery-image] Feb 19 01:42:43.857 INFO O| Feb 19 01:42:43.856 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery |
| 8297 | 2026-02-19T01:42:44.002Z | [ recovery-image] Feb 19 01:42:43.873 INFO O| Feb 19 01:42:43.873 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8298 | 2026-02-19T01:42:44.002Z | [ recovery-image] Feb 19 01:42:43.881 INFO O| Feb 19 01:42:43.881 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot |
| 8299 | 2026-02-19T01:42:44.002Z | [ recovery-image] Feb 19 01:42:43.888 INFO O| Feb 19 01:42:43.888 INFO no lofi found |
| 8300 | 2026-02-19T01:42:44.002Z | [ recovery-image] Feb 19 01:42:43.888 INFO O| Feb 19 01:42:43.888 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal |
| 8301 | 2026-02-19T01:42:44.002Z | [ recovery-image] Feb 19 01:42:43.888 INFO O| Feb 19 01:42:43.888 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8302 | 2026-02-19T01:42:48.129Z | [ recovery-image] Feb 19 01:42:48.025 INFO O| Feb 19 01:42:48.025 INFO lofi device = /dev/dsk/c3t1d0p0 |
| 8303 | 2026-02-19T01:42:48.129Z | [ recovery-image] Feb 19 01:42:48.025 INFO O| Feb 19 01:42:48.025 INFO pool device = /dev/dsk/c3t1d0p0 |
| 8304 | 2026-02-19T01:42:48.154Z | [ recovery-image] Feb 19 01:42:48.025 INFO O| Feb 19 01:42:48.025 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/c3t1d0p0"] |
| 8305 | 2026-02-19T01:42:48.360Z | [ recovery-image] Feb 19 01:42:48.256 INFO O| Feb 19 01:42:48.256 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8306 | 2026-02-19T01:42:48.361Z | [ recovery-image] Feb 19 01:42:48.256 INFO O| Feb 19 01:42:48.256 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT |
| 8307 | 2026-02-19T01:42:48.399Z | [ recovery-image] Feb 19 01:42:48.295 INFO O| Feb 19 01:42:48.295 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off |
| 8308 | 2026-02-19T01:42:48.849Z | [ recovery-image] Feb 19 01:42:48.745 INFO O| Feb 19 01:42:48.745 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy |
| 8309 | 2026-02-19T01:42:48.901Z | [ recovery-image] Feb 19 01:42:48.797 INFO O| Feb 19 01:42:48.796 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk |
| 8310 | 2026-02-19T01:42:48.933Z | [ recovery-image] Feb 19 01:42:48.829 INFO O| Feb 19 01:42:48.829 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto |
| 8311 | 2026-02-19T01:42:48.959Z | [ recovery-image] Feb 19 01:42:48.855 INFO O| Feb 19 01:42:48.855 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
| 8312 | 2026-02-19T01:42:49.024Z | [ recovery-image] Feb 19 01:42:48.920 INFO O| Feb 19 01:42:48.920 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8313 | 2026-02-19T01:42:49.059Z | [ recovery-image] Feb 19 01:42:48.920 INFO O| Feb 19 01:42:48.920 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8314 | 2026-02-19T01:42:49.059Z | [ recovery-image] Feb 19 01:42:48.920 INFO O| Feb 19 01:42:48.920 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8315 | 2026-02-19T01:42:49.059Z | [ recovery-image] Feb 19 01:42:48.934 INFO O| Feb 19 01:42:48.934 INFO boot environment UUID: 147119b9-387d-4758-aa16-654a459177dc |
| 8316 | 2026-02-19T01:42:49.059Z | [ recovery-image] Feb 19 01:42:48.934 INFO O| Feb 19 01:42:48.934 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 147119b9-387d-4758-aa16-654a459177dc |
| 8317 | 2026-02-19T01:42:49.084Z | [ recovery-image] Feb 19 01:42:48.960 INFO O| Feb 19 01:42:48.960 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 8318 | 2026-02-19T01:42:49.110Z | [ recovery-image] Feb 19 01:42:48.986 INFO O| Feb 19 01:42:48.986 INFO STEP 0 (create_be) COMPLETE |
| 8319 | 2026-02-19T01:42:49.110Z | [ recovery-image] Feb 19 01:42:48.986 INFO O| Feb 19 01:42:48.986 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8320 | 2026-02-19T01:42:49.134Z | [ recovery-image] Feb 19 01:42:49.009 INFO O| Feb 19 01:42:49.009 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"] |
| 8321 | 2026-02-19T01:42:56.595Z | [ host-image] Feb 19 01:42:56.492 INFO O| Feb 19 01:42:56.492 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 8322 | 2026-02-19T01:42:58.356Z | [ recovery-image] Feb 19 01:42:58.253 INFO O| Feb 19 01:42:58.252 INFO STEP 1 (unpack_tar) COMPLETE |
| 8323 | 2026-02-19T01:42:58.356Z | [ recovery-image] Feb 19 01:42:58.253 INFO O| Feb 19 01:42:58.253 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8324 | 2026-02-19T01:42:58.380Z | [ recovery-image] Feb 19 01:42:58.270 INFO O| Feb 19 01:42:58.270 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8325 | 2026-02-19T01:42:59.064Z | [ recovery-image] Feb 19 01:42:58.960 INFO O| Feb 19 01:42:58.960 INFO STEP 2 (devfsadm) COMPLETE |
| 8326 | 2026-02-19T01:42:59.064Z | [ recovery-image] Feb 19 01:42:58.960 INFO O| Feb 19 01:42:58.960 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8327 | 2026-02-19T01:42:59.089Z | [ recovery-image] Feb 19 01:42:58.978 INFO O| Feb 19 01:42:58.978 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8328 | 2026-02-19T01:42:59.089Z | [ recovery-image] Feb 19 01:42:58.978 INFO O| Feb 19 01:42:58.978 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8329 | 2026-02-19T01:42:59.089Z | [ recovery-image] Feb 19 01:42:58.978 INFO O| Feb 19 01:42:58.978 INFO STEP 3 (ensure_dir) COMPLETE |
| 8330 | 2026-02-19T01:42:59.089Z | [ recovery-image] Feb 19 01:42:58.978 INFO O| Feb 19 01:42:58.978 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8331 | 2026-02-19T01:42:59.114Z | [ recovery-image] Feb 19 01:42:58.996 INFO O| Feb 19 01:42:58.996 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8332 | 2026-02-19T01:42:59.114Z | [ recovery-image] Feb 19 01:42:58.996 INFO O| Feb 19 01:42:58.996 INFO STEP 4 (ensure_dir) COMPLETE |
| 8333 | 2026-02-19T01:42:59.114Z | [ recovery-image] Feb 19 01:42:58.996 INFO O| Feb 19 01:42:58.996 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8334 | 2026-02-19T01:42:59.139Z | [ recovery-image] Feb 19 01:42:59.011 INFO O| Feb 19 01:42:59.011 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8335 | 2026-02-19T01:42:59.139Z | [ recovery-image] Feb 19 01:42:59.011 INFO O| Feb 19 01:42:59.011 INFO STEP 5 (ensure_dir) COMPLETE |
| 8336 | 2026-02-19T01:42:59.139Z | [ recovery-image] Feb 19 01:42:59.011 INFO O| Feb 19 01:42:59.011 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8337 | 2026-02-19T01:42:59.139Z | [ recovery-image] Feb 19 01:42:59.024 INFO O| Feb 19 01:42:59.024 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8338 | 2026-02-19T01:42:59.139Z | [ recovery-image] Feb 19 01:42:59.025 INFO O| Feb 19 01:42:59.025 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8339 | 2026-02-19T01:42:59.139Z | [ recovery-image] Feb 19 01:42:59.025 INFO O| Feb 19 01:42:59.025 INFO STEP 6 (ensure_dir) COMPLETE |
| 8340 | 2026-02-19T01:42:59.139Z | [ recovery-image] Feb 19 01:42:59.025 INFO O| Feb 19 01:42:59.025 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8341 | 2026-02-19T01:42:59.163Z | [ recovery-image] Feb 19 01:42:59.037 INFO O| Feb 19 01:42:59.037 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8342 | 2026-02-19T01:42:59.163Z | [ recovery-image] Feb 19 01:42:59.037 INFO O| Feb 19 01:42:59.037 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8343 | 2026-02-19T01:42:59.163Z | [ recovery-image] Feb 19 01:42:59.037 INFO O| Feb 19 01:42:59.037 INFO STEP 7 (ensure_dir) COMPLETE |
| 8344 | 2026-02-19T01:42:59.163Z | [ recovery-image] Feb 19 01:42:59.037 INFO O| Feb 19 01:42:59.037 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8345 | 2026-02-19T01:42:59.163Z | [ recovery-image] Feb 19 01:42:59.051 INFO O| Feb 19 01:42:59.051 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg" |
| 8346 | 2026-02-19T01:42:59.163Z | [ recovery-image] Feb 19 01:42:59.051 INFO O| Feb 19 01:42:59.051 INFO STEP 8 (remove_files) COMPLETE |
| 8347 | 2026-02-19T01:42:59.163Z | [ recovery-image] Feb 19 01:42:59.051 INFO O| Feb 19 01:42:59.051 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8348 | 2026-02-19T01:42:59.188Z | [ recovery-image] Feb 19 01:42:59.064 INFO O| Feb 19 01:42:59.064 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk" |
| 8349 | 2026-02-19T01:42:59.188Z | [ recovery-image] Feb 19 01:42:59.066 INFO O| Feb 19 01:42:59.066 INFO STEP 9 (remove_files) COMPLETE |
| 8350 | 2026-02-19T01:42:59.188Z | [ recovery-image] Feb 19 01:42:59.066 INFO O| Feb 19 01:42:59.066 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8351 | 2026-02-19T01:42:59.188Z | [ recovery-image] Feb 19 01:42:59.078 INFO O| Feb 19 01:42:59.078 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk" |
| 8352 | 2026-02-19T01:42:59.188Z | [ recovery-image] Feb 19 01:42:59.080 INFO O| Feb 19 01:42:59.080 INFO STEP 10 (remove_files) COMPLETE |
| 8353 | 2026-02-19T01:42:59.188Z | [ recovery-image] Feb 19 01:42:59.080 INFO O| Feb 19 01:42:59.080 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8354 | 2026-02-19T01:42:59.214Z | [ recovery-image] Feb 19 01:42:59.093 INFO O| Feb 19 01:42:59.093 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors" |
| 8355 | 2026-02-19T01:42:59.214Z | [ recovery-image] Feb 19 01:42:59.093 INFO O| Feb 19 01:42:59.093 INFO STEP 11 (remove_files) COMPLETE |
| 8356 | 2026-02-19T01:42:59.214Z | [ recovery-image] Feb 19 01:42:59.093 INFO O| Feb 19 01:42:59.093 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8357 | 2026-02-19T01:42:59.214Z | [ recovery-image] Feb 19 01:42:59.107 INFO O| Feb 19 01:42:59.107 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb" |
| 8358 | 2026-02-19T01:42:59.214Z | [ recovery-image] Feb 19 01:42:59.107 INFO O| Feb 19 01:42:59.107 INFO STEP 12 (remove_files) COMPLETE |
| 8359 | 2026-02-19T01:42:59.214Z | [ recovery-image] Feb 19 01:42:59.107 INFO O| Feb 19 01:42:59.107 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8360 | 2026-02-19T01:42:59.247Z | [ recovery-image] Feb 19 01:42:59.121 INFO O| Feb 19 01:42:59.121 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8361 | 2026-02-19T01:42:59.247Z | [ recovery-image] Feb 19 01:42:59.121 INFO O| Feb 19 01:42:59.121 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8362 | 2026-02-19T01:42:59.247Z | [ recovery-image] Feb 19 01:42:59.121 INFO O| Feb 19 01:42:59.121 INFO STEP 13 (ensure_dir) COMPLETE |
| 8363 | 2026-02-19T01:42:59.247Z | [ recovery-image] Feb 19 01:42:59.121 INFO O| Feb 19 01:42:59.121 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8364 | 2026-02-19T01:42:59.247Z | [ recovery-image] Feb 19 01:42:59.134 INFO O| Feb 19 01:42:59.134 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8365 | 2026-02-19T01:42:59.248Z | [ recovery-image] Feb 19 01:42:59.134 INFO O| Feb 19 01:42:59.134 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8366 | 2026-02-19T01:42:59.248Z | [ recovery-image] Feb 19 01:42:59.134 INFO O| Feb 19 01:42:59.134 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8367 | 2026-02-19T01:42:59.248Z | [ recovery-image] Feb 19 01:42:59.134 INFO O| Feb 19 01:42:59.134 INFO STEP 14 (ensure_dir) COMPLETE |
| 8368 | 2026-02-19T01:42:59.248Z | [ recovery-image] Feb 19 01:42:59.134 INFO O| Feb 19 01:42:59.134 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8369 | 2026-02-19T01:42:59.272Z | [ recovery-image] Feb 19 01:42:59.151 INFO O| Feb 19 01:42:59.151 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8370 | 2026-02-19T01:42:59.272Z | [ recovery-image] Feb 19 01:42:59.151 INFO O| Feb 19 01:42:59.151 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8371 | 2026-02-19T01:42:59.272Z | [ recovery-image] Feb 19 01:42:59.151 INFO O| Feb 19 01:42:59.151 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8372 | 2026-02-19T01:42:59.272Z | [ recovery-image] Feb 19 01:42:59.151 INFO O| Feb 19 01:42:59.151 INFO STEP 15 (ensure_dir) COMPLETE |
| 8373 | 2026-02-19T01:42:59.272Z | [ recovery-image] Feb 19 01:42:59.151 INFO O| Feb 19 01:42:59.151 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8374 | 2026-02-19T01:42:59.272Z | [ recovery-image] Feb 19 01:42:59.168 INFO O| Feb 19 01:42:59.168 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8375 | 2026-02-19T01:42:59.272Z | [ recovery-image] Feb 19 01:42:59.168 INFO O| Feb 19 01:42:59.168 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8376 | 2026-02-19T01:42:59.272Z | [ recovery-image] Feb 19 01:42:59.168 INFO O| Feb 19 01:42:59.168 INFO STEP 16 (ensure_dir) COMPLETE |
| 8377 | 2026-02-19T01:42:59.272Z | [ recovery-image] Feb 19 01:42:59.169 INFO O| Feb 19 01:42:59.168 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8378 | 2026-02-19T01:42:59.297Z | [ recovery-image] Feb 19 01:42:59.186 INFO O| Feb 19 01:42:59.185 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8379 | 2026-02-19T01:42:59.297Z | [ recovery-image] Feb 19 01:42:59.186 INFO O| Feb 19 01:42:59.186 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8380 | 2026-02-19T01:42:59.297Z | [ recovery-image] Feb 19 01:42:59.186 INFO O| Feb 19 01:42:59.186 INFO STEP 17 (ensure_dir) COMPLETE |
| 8381 | 2026-02-19T01:42:59.297Z | [ recovery-image] Feb 19 01:42:59.186 INFO O| Feb 19 01:42:59.186 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8382 | 2026-02-19T01:42:59.322Z | [ recovery-image] Feb 19 01:42:59.203 INFO O| Feb 19 01:42:59.203 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 8383 | 2026-02-19T01:42:59.322Z | [ recovery-image] Feb 19 01:42:59.203 INFO O| Feb 19 01:42:59.203 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog |
| 8384 | 2026-02-19T01:42:59.322Z | [ recovery-image] Feb 19 01:42:59.203 INFO O| Feb 19 01:42:59.203 INFO ok! |
| 8385 | 2026-02-19T01:42:59.322Z | [ recovery-image] Feb 19 01:42:59.203 INFO O| Feb 19 01:42:59.203 INFO STEP 18 (ensure_symlink) COMPLETE |
| 8386 | 2026-02-19T01:42:59.322Z | [ recovery-image] Feb 19 01:42:59.203 INFO O| Feb 19 01:42:59.203 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8387 | 2026-02-19T01:42:59.346Z | [ recovery-image] Feb 19 01:42:59.219 INFO O| Feb 19 01:42:59.219 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents |
| 8388 | 2026-02-19T01:42:59.346Z | [ recovery-image] Feb 19 01:42:59.219 INFO O| Feb 19 01:42:59.219 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure |
| 8389 | 2026-02-19T01:42:59.346Z | [ recovery-image] Feb 19 01:42:59.219 INFO O| Feb 19 01:42:59.219 INFO ok! |
| 8390 | 2026-02-19T01:42:59.346Z | [ recovery-image] Feb 19 01:42:59.219 INFO O| Feb 19 01:42:59.219 INFO STEP 19 (ensure_file) COMPLETE |
| 8391 | 2026-02-19T01:42:59.346Z | [ recovery-image] Feb 19 01:42:59.219 INFO O| Feb 19 01:42:59.219 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8392 | 2026-02-19T01:42:59.346Z | [ recovery-image] Feb 19 01:42:59.232 INFO O| Feb 19 01:42:59.232 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
| 8393 | 2026-02-19T01:42:59.346Z | [ recovery-image] Feb 19 01:42:59.232 INFO O| Feb 19 01:42:59.232 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 8394 | 2026-02-19T01:42:59.346Z | [ recovery-image] Feb 19 01:42:59.233 INFO O| Feb 19 01:42:59.232 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml |
| 8395 | 2026-02-19T01:42:59.347Z | [ recovery-image] Feb 19 01:42:59.233 INFO O| Feb 19 01:42:59.233 INFO ok! |
| 8396 | 2026-02-19T01:42:59.347Z | [ recovery-image] Feb 19 01:42:59.233 INFO O| Feb 19 01:42:59.233 INFO STEP 20 (ensure_symlink) COMPLETE |
| 8397 | 2026-02-19T01:42:59.347Z | [ recovery-image] Feb 19 01:42:59.233 INFO O| Feb 19 01:42:59.233 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8398 | 2026-02-19T01:42:59.371Z | [ recovery-image] Feb 19 01:42:59.248 INFO O| Feb 19 01:42:59.248 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
| 8399 | 2026-02-19T01:42:59.371Z | [ recovery-image] Feb 19 01:42:59.248 INFO O| Feb 19 01:42:59.248 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 8400 | 2026-02-19T01:42:59.371Z | [ recovery-image] Feb 19 01:42:59.248 INFO O| Feb 19 01:42:59.248 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
| 8401 | 2026-02-19T01:42:59.371Z | [ recovery-image] Feb 19 01:42:59.248 INFO O| Feb 19 01:42:59.248 INFO ok! |
| 8402 | 2026-02-19T01:42:59.371Z | [ recovery-image] Feb 19 01:42:59.248 INFO O| Feb 19 01:42:59.248 INFO STEP 21 (ensure_symlink) COMPLETE |
| 8403 | 2026-02-19T01:42:59.371Z | [ recovery-image] Feb 19 01:42:59.248 INFO O| Feb 19 01:42:59.248 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8404 | 2026-02-19T01:42:59.371Z | [ recovery-image] Feb 19 01:42:59.262 INFO O| Feb 19 01:42:59.262 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
| 8405 | 2026-02-19T01:42:59.371Z | [ recovery-image] Feb 19 01:42:59.262 INFO O| Feb 19 01:42:59.262 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 8406 | 2026-02-19T01:42:59.371Z | [ recovery-image] Feb 19 01:42:59.262 INFO O| Feb 19 01:42:59.262 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml |
| 8407 | 2026-02-19T01:42:59.371Z | [ recovery-image] Feb 19 01:42:59.262 INFO O| Feb 19 01:42:59.262 INFO ok! |
| 8408 | 2026-02-19T01:42:59.371Z | [ recovery-image] Feb 19 01:42:59.262 INFO O| Feb 19 01:42:59.262 INFO STEP 22 (ensure_symlink) COMPLETE |
| 8409 | 2026-02-19T01:42:59.371Z | [ recovery-image] Feb 19 01:42:59.262 INFO O| Feb 19 01:42:59.262 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8410 | 2026-02-19T01:42:59.396Z | [ recovery-image] Feb 19 01:42:59.280 INFO O| Feb 19 01:42:59.280 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
| 8411 | 2026-02-19T01:42:59.396Z | [ recovery-image] Feb 19 01:42:59.280 INFO O| Feb 19 01:42:59.280 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 8412 | 2026-02-19T01:42:59.396Z | [ recovery-image] Feb 19 01:42:59.280 INFO O| Feb 19 01:42:59.280 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml |
| 8413 | 2026-02-19T01:42:59.396Z | [ recovery-image] Feb 19 01:42:59.280 INFO O| Feb 19 01:42:59.280 INFO ok! |
| 8414 | 2026-02-19T01:42:59.396Z | [ recovery-image] Feb 19 01:42:59.280 INFO O| Feb 19 01:42:59.280 INFO STEP 23 (ensure_symlink) COMPLETE |
| 8415 | 2026-02-19T01:42:59.396Z | [ recovery-image] Feb 19 01:42:59.280 INFO O| Feb 19 01:42:59.280 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8416 | 2026-02-19T01:42:59.421Z | [ recovery-image] Feb 19 01:42:59.298 INFO O| Feb 19 01:42:59.298 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 8417 | 2026-02-19T01:42:59.421Z | [ recovery-image] Feb 19 01:42:59.298 INFO O| Feb 19 01:42:59.298 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 ... |
| 8418 | 2026-02-19T01:42:59.421Z | [ recovery-image] Feb 19 01:42:59.298 INFO O| Feb 19 01:42:59.298 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf |
| 8419 | 2026-02-19T01:42:59.421Z | [ recovery-image] Feb 19 01:42:59.298 INFO O| Feb 19 01:42:59.298 INFO ok! |
| 8420 | 2026-02-19T01:42:59.421Z | [ recovery-image] Feb 19 01:42:59.298 INFO O| Feb 19 01:42:59.298 INFO STEP 24 (ensure_file) COMPLETE |
| 8421 | 2026-02-19T01:42:59.421Z | [ recovery-image] Feb 19 01:42:59.298 INFO O| Feb 19 01:42:59.298 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8422 | 2026-02-19T01:42:59.449Z | [ recovery-image] Feb 19 01:42:59.320 INFO O| Feb 19 01:42:59.320 INFO updating shadow file |
| 8423 | 2026-02-19T01:42:59.450Z | [ recovery-image] Feb 19 01:42:59.321 INFO O| Feb 19 01:42:59.321 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8424 | 2026-02-19T01:42:59.450Z | [ recovery-image] Feb 19 01:42:59.321 INFO O| Feb 19 01:42:59.321 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8425 | 2026-02-19T01:42:59.450Z | [ recovery-image] Feb 19 01:42:59.321 INFO O| Feb 19 01:42:59.321 INFO STEP 25 (shadow) COMPLETE |
| 8426 | 2026-02-19T01:42:59.450Z | [ recovery-image] Feb 19 01:42:59.321 INFO O| Feb 19 01:42:59.321 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8427 | 2026-02-19T01:42:59.450Z | [ recovery-image] Feb 19 01:42:59.338 INFO O| Feb 19 01:42:59.338 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 8428 | 2026-02-19T01:42:59.450Z | [ recovery-image] Feb 19 01:42:59.338 INFO O| Feb 19 01:42:59.338 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ... |
| 8429 | 2026-02-19T01:42:59.450Z | [ recovery-image] Feb 19 01:42:59.338 INFO O| Feb 19 01:42:59.338 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts |
| 8430 | 2026-02-19T01:42:59.450Z | [ recovery-image] Feb 19 01:42:59.338 INFO O| Feb 19 01:42:59.338 INFO ok! |
| 8431 | 2026-02-19T01:42:59.450Z | [ recovery-image] Feb 19 01:42:59.338 INFO O| Feb 19 01:42:59.338 INFO STEP 26 (ensure_file) COMPLETE |
| 8432 | 2026-02-19T01:42:59.450Z | [ recovery-image] Feb 19 01:42:59.338 INFO O| Feb 19 01:42:59.338 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8433 | 2026-02-19T01:42:59.475Z | [ recovery-image] Feb 19 01:42:59.355 INFO O| Feb 19 01:42:59.355 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist |
| 8434 | 2026-02-19T01:42:59.476Z | [ recovery-image] Feb 19 01:42:59.355 INFO O| Feb 19 01:42:59.355 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ... |
| 8435 | 2026-02-19T01:42:59.476Z | [ recovery-image] Feb 19 01:42:59.356 INFO O| Feb 19 01:42:59.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename |
| 8436 | 2026-02-19T01:42:59.476Z | [ recovery-image] Feb 19 01:42:59.356 INFO O| Feb 19 01:42:59.356 INFO ok! |
| 8437 | 2026-02-19T01:42:59.476Z | [ recovery-image] Feb 19 01:42:59.356 INFO O| Feb 19 01:42:59.356 INFO STEP 27 (ensure_file) COMPLETE |
| 8438 | 2026-02-19T01:42:59.476Z | [ recovery-image] Feb 19 01:42:59.356 INFO O| Feb 19 01:42:59.356 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8439 | 2026-02-19T01:42:59.500Z | [ recovery-image] Feb 19 01:42:59.373 INFO O| Feb 19 01:42:59.373 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 8440 | 2026-02-19T01:42:59.500Z | [ recovery-image] Feb 19 01:42:59.373 INFO O| Feb 19 01:42:59.373 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ... |
| 8441 | 2026-02-19T01:42:59.500Z | [ recovery-image] Feb 19 01:42:59.373 INFO O| Feb 19 01:42:59.373 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8442 | 2026-02-19T01:42:59.500Z | [ recovery-image] Feb 19 01:42:59.373 INFO O| Feb 19 01:42:59.373 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8443 | 2026-02-19T01:42:59.500Z | [ recovery-image] Feb 19 01:42:59.373 INFO O| Feb 19 01:42:59.373 INFO ok! |
| 8444 | 2026-02-19T01:42:59.501Z | [ recovery-image] Feb 19 01:42:59.373 INFO O| Feb 19 01:42:59.373 INFO STEP 28 (ensure_file) COMPLETE |
| 8445 | 2026-02-19T01:42:59.501Z | [ recovery-image] Feb 19 01:42:59.373 INFO O| Feb 19 01:42:59.373 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8446 | 2026-02-19T01:42:59.501Z | [ recovery-image] Feb 19 01:42:59.388 INFO O| Feb 19 01:42:59.388 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist |
| 8447 | 2026-02-19T01:42:59.501Z | [ recovery-image] Feb 19 01:42:59.388 INFO O| Feb 19 01:42:59.388 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ... |
| 8448 | 2026-02-19T01:42:59.501Z | [ recovery-image] Feb 19 01:42:59.388 INFO O| Feb 19 01:42:59.388 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf |
| 8449 | 2026-02-19T01:42:59.501Z | [ recovery-image] Feb 19 01:42:59.388 INFO O| Feb 19 01:42:59.388 INFO ok! |
| 8450 | 2026-02-19T01:42:59.501Z | [ recovery-image] Feb 19 01:42:59.388 INFO O| Feb 19 01:42:59.388 INFO STEP 29 (ensure_file) COMPLETE |
| 8451 | 2026-02-19T01:42:59.501Z | [ recovery-image] Feb 19 01:42:59.388 INFO O| Feb 19 01:42:59.388 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8452 | 2026-02-19T01:42:59.525Z | [ recovery-image] Feb 19 01:42:59.406 INFO O| Feb 19 01:42:59.405 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8453 | 2026-02-19T01:42:59.526Z | [ recovery-image] Feb 19 01:42:59.406 INFO O| Feb 19 01:42:59.406 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8454 | 2026-02-19T01:42:59.526Z | [ recovery-image] Feb 19 01:42:59.406 INFO O| Feb 19 01:42:59.406 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8455 | 2026-02-19T01:42:59.526Z | [ recovery-image] Feb 19 01:42:59.406 INFO O| Feb 19 01:42:59.406 INFO STEP 30 (ensure_dir) COMPLETE |
| 8456 | 2026-02-19T01:42:59.526Z | [ recovery-image] Feb 19 01:42:59.406 INFO O| Feb 19 01:42:59.406 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8457 | 2026-02-19T01:42:59.550Z | [ recovery-image] Feb 19 01:42:59.423 INFO O| Feb 19 01:42:59.423 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist |
| 8458 | 2026-02-19T01:42:59.550Z | [ recovery-image] Feb 19 01:42:59.423 INFO O| Feb 19 01:42:59.423 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 ... |
| 8459 | 2026-02-19T01:42:59.550Z | [ recovery-image] Feb 19 01:42:59.423 INFO O| Feb 19 01:42:59.423 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 |
| 8460 | 2026-02-19T01:42:59.550Z | [ recovery-image] Feb 19 01:42:59.424 INFO O| Feb 19 01:42:59.423 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup |
| 8461 | 2026-02-19T01:42:59.550Z | [ recovery-image] Feb 19 01:42:59.424 INFO O| Feb 19 01:42:59.423 INFO ok! |
| 8462 | 2026-02-19T01:42:59.550Z | [ recovery-image] Feb 19 01:42:59.424 INFO O| Feb 19 01:42:59.423 INFO STEP 31 (ensure_file) COMPLETE |
| 8463 | 2026-02-19T01:42:59.551Z | [ recovery-image] Feb 19 01:42:59.424 INFO O| Feb 19 01:42:59.423 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8464 | 2026-02-19T01:42:59.551Z | [ recovery-image] Feb 19 01:42:59.441 INFO O| Feb 19 01:42:59.441 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8465 | 2026-02-19T01:42:59.551Z | [ recovery-image] Feb 19 01:42:59.441 INFO O| Feb 19 01:42:59.441 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8466 | 2026-02-19T01:42:59.551Z | [ recovery-image] Feb 19 01:42:59.441 INFO O| Feb 19 01:42:59.441 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8467 | 2026-02-19T01:42:59.551Z | [ recovery-image] Feb 19 01:42:59.441 INFO O| Feb 19 01:42:59.441 INFO STEP 32 (ensure_dir) COMPLETE |
| 8468 | 2026-02-19T01:42:59.551Z | [ recovery-image] Feb 19 01:42:59.441 INFO O| Feb 19 01:42:59.441 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8469 | 2026-02-19T01:42:59.575Z | [ recovery-image] Feb 19 01:42:59.455 INFO O| Feb 19 01:42:59.455 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 8470 | 2026-02-19T01:42:59.576Z | [ recovery-image] Feb 19 01:42:59.456 INFO O| Feb 19 01:42:59.455 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 ... |
| 8471 | 2026-02-19T01:42:59.576Z | [ recovery-image] Feb 19 01:42:59.456 INFO O| Feb 19 01:42:59.456 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 |
| 8472 | 2026-02-19T01:42:59.576Z | [ recovery-image] Feb 19 01:42:59.456 INFO O| Feb 19 01:42:59.456 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml |
| 8473 | 2026-02-19T01:42:59.576Z | [ recovery-image] Feb 19 01:42:59.456 INFO O| Feb 19 01:42:59.456 INFO ok! |
| 8474 | 2026-02-19T01:42:59.576Z | [ recovery-image] Feb 19 01:42:59.456 INFO O| Feb 19 01:42:59.456 INFO STEP 33 (ensure_file) COMPLETE |
| 8475 | 2026-02-19T01:42:59.576Z | [ recovery-image] Feb 19 01:42:59.456 INFO O| Feb 19 01:42:59.456 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8476 | 2026-02-19T01:42:59.600Z | [ recovery-image] Feb 19 01:42:59.474 INFO O| Feb 19 01:42:59.474 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist |
| 8477 | 2026-02-19T01:42:59.600Z | [ recovery-image] Feb 19 01:42:59.474 INFO O| Feb 19 01:42:59.474 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ... |
| 8478 | 2026-02-19T01:42:59.601Z | [ recovery-image] Feb 19 01:42:59.474 INFO O| Feb 19 01:42:59.474 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master |
| 8479 | 2026-02-19T01:42:59.601Z | [ recovery-image] Feb 19 01:42:59.474 INFO O| Feb 19 01:42:59.474 INFO ok! |
| 8480 | 2026-02-19T01:42:59.601Z | [ recovery-image] Feb 19 01:42:59.474 INFO O| Feb 19 01:42:59.474 INFO STEP 34 (ensure_file) COMPLETE |
| 8481 | 2026-02-19T01:42:59.601Z | [ recovery-image] Feb 19 01:42:59.474 INFO O| Feb 19 01:42:59.474 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8482 | 2026-02-19T01:42:59.601Z | [ recovery-image] Feb 19 01:42:59.491 INFO O| Feb 19 01:42:59.491 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
| 8483 | 2026-02-19T01:42:59.601Z | [ recovery-image] Feb 19 01:42:59.492 INFO O| Feb 19 01:42:59.491 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ... |
| 8484 | 2026-02-19T01:42:59.601Z | [ recovery-image] Feb 19 01:42:59.492 INFO O| Feb 19 01:42:59.492 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8485 | 2026-02-19T01:42:59.601Z | [ recovery-image] Feb 19 01:42:59.492 INFO O| Feb 19 01:42:59.492 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8486 | 2026-02-19T01:42:59.601Z | [ recovery-image] Feb 19 01:42:59.492 INFO O| Feb 19 01:42:59.492 INFO ok! |
| 8487 | 2026-02-19T01:42:59.601Z | [ recovery-image] Feb 19 01:42:59.492 INFO O| Feb 19 01:42:59.492 INFO STEP 35 (ensure_file) COMPLETE |
| 8488 | 2026-02-19T01:42:59.601Z | [ recovery-image] Feb 19 01:42:59.492 INFO O| Feb 19 01:42:59.492 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8489 | 2026-02-19T01:42:59.627Z | [ recovery-image] Feb 19 01:42:59.507 INFO O| Feb 19 01:42:59.507 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
| 8490 | 2026-02-19T01:42:59.627Z | [ recovery-image] Feb 19 01:42:59.507 INFO O| Feb 19 01:42:59.507 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ... |
| 8491 | 2026-02-19T01:42:59.627Z | [ recovery-image] Feb 19 01:42:59.507 INFO O| Feb 19 01:42:59.507 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init |
| 8492 | 2026-02-19T01:42:59.627Z | [ recovery-image] Feb 19 01:42:59.507 INFO O| Feb 19 01:42:59.507 INFO ok! |
| 8493 | 2026-02-19T01:42:59.627Z | [ recovery-image] Feb 19 01:42:59.507 INFO O| Feb 19 01:42:59.507 INFO STEP 36 (ensure_file) COMPLETE |
| 8494 | 2026-02-19T01:42:59.627Z | [ recovery-image] Feb 19 01:42:59.507 INFO O| Feb 19 01:42:59.507 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8495 | 2026-02-19T01:42:59.627Z | [ recovery-image] Feb 19 01:42:59.521 INFO O| Feb 19 01:42:59.521 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 8496 | 2026-02-19T01:42:59.627Z | [ recovery-image] Feb 19 01:42:59.521 INFO O| Feb 19 01:42:59.521 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ... |
| 8497 | 2026-02-19T01:42:59.627Z | [ recovery-image] Feb 19 01:42:59.522 INFO O| Feb 19 01:42:59.522 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config |
| 8498 | 2026-02-19T01:42:59.627Z | [ recovery-image] Feb 19 01:42:59.522 INFO O| Feb 19 01:42:59.522 INFO ok! |
| 8499 | 2026-02-19T01:42:59.627Z | [ recovery-image] Feb 19 01:42:59.522 INFO O| Feb 19 01:42:59.522 INFO STEP 37 (ensure_file) COMPLETE |
| 8500 | 2026-02-19T01:42:59.627Z | [ recovery-image] Feb 19 01:42:59.522 INFO O| Feb 19 01:42:59.522 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8501 | 2026-02-19T01:42:59.652Z | [ recovery-image] Feb 19 01:42:59.538 INFO O| Feb 19 01:42:59.538 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist |
| 8502 | 2026-02-19T01:42:59.652Z | [ recovery-image] Feb 19 01:42:59.538 INFO O| Feb 19 01:42:59.538 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ... |
| 8503 | 2026-02-19T01:42:59.652Z | [ recovery-image] Feb 19 01:42:59.539 INFO O| Feb 19 01:42:59.538 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8504 | 2026-02-19T01:42:59.652Z | [ recovery-image] Feb 19 01:42:59.539 INFO O| Feb 19 01:42:59.539 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8505 | 2026-02-19T01:42:59.652Z | [ recovery-image] Feb 19 01:42:59.539 INFO O| Feb 19 01:42:59.539 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8506 | 2026-02-19T01:42:59.653Z | [ recovery-image] Feb 19 01:42:59.539 INFO O| Feb 19 01:42:59.539 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8507 | 2026-02-19T01:42:59.653Z | [ recovery-image] Feb 19 01:42:59.539 INFO O| Feb 19 01:42:59.539 INFO ok! |
| 8508 | 2026-02-19T01:42:59.653Z | [ recovery-image] Feb 19 01:42:59.539 INFO O| Feb 19 01:42:59.539 INFO STEP 38 (ensure_file) COMPLETE |
| 8509 | 2026-02-19T01:42:59.653Z | [ recovery-image] Feb 19 01:42:59.539 INFO O| Feb 19 01:42:59.539 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8510 | 2026-02-19T01:42:59.677Z | [ recovery-image] Feb 19 01:42:59.553 INFO O| Feb 19 01:42:59.553 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8511 | 2026-02-19T01:42:59.677Z | [ recovery-image] Feb 19 01:42:59.553 INFO O| Feb 19 01:42:59.553 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8512 | 2026-02-19T01:42:59.677Z | [ recovery-image] Feb 19 01:42:59.553 INFO O| Feb 19 01:42:59.553 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8513 | 2026-02-19T01:42:59.677Z | [ recovery-image] Feb 19 01:42:59.553 INFO O| Feb 19 01:42:59.553 INFO STEP 39 (ensure_dir) COMPLETE |
| 8514 | 2026-02-19T01:42:59.677Z | [ recovery-image] Feb 19 01:42:59.553 INFO O| Feb 19 01:42:59.553 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8515 | 2026-02-19T01:42:59.677Z | [ recovery-image] Feb 19 01:42:59.569 INFO O| Feb 19 01:42:59.569 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 |
| 8516 | 2026-02-19T01:42:59.678Z | [ recovery-image] Feb 19 01:42:59.569 INFO O| Feb 19 01:42:59.569 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 ... |
| 8517 | 2026-02-19T01:42:59.678Z | [ recovery-image] Feb 19 01:42:59.570 INFO O| Feb 19 01:42:59.570 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 |
| 8518 | 2026-02-19T01:42:59.678Z | [ recovery-image] Feb 19 01:42:59.570 INFO O| Feb 19 01:42:59.570 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 |
| 8519 | 2026-02-19T01:42:59.678Z | [ recovery-image] Feb 19 01:42:59.570 INFO O| Feb 19 01:42:59.570 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 |
| 8520 | 2026-02-19T01:42:59.678Z | [ recovery-image] Feb 19 01:42:59.570 INFO O| Feb 19 01:42:59.570 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 |
| 8521 | 2026-02-19T01:42:59.678Z | [ recovery-image] Feb 19 01:42:59.570 INFO O| Feb 19 01:42:59.570 INFO ok! |
| 8522 | 2026-02-19T01:42:59.678Z | [ recovery-image] Feb 19 01:42:59.570 INFO O| Feb 19 01:42:59.570 INFO STEP 40 (ensure_file) COMPLETE |
| 8523 | 2026-02-19T01:42:59.678Z | [ recovery-image] Feb 19 01:42:59.570 INFO O| Feb 19 01:42:59.570 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8524 | 2026-02-19T01:42:59.703Z | [ recovery-image] Feb 19 01:42:59.585 INFO O| Feb 19 01:42:59.585 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 8525 | 2026-02-19T01:42:59.703Z | [ recovery-image] Feb 19 01:42:59.585 INFO O| Feb 19 01:42:59.585 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 ... |
| 8526 | 2026-02-19T01:42:59.703Z | [ recovery-image] Feb 19 01:42:59.585 INFO O| Feb 19 01:42:59.585 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 8527 | 2026-02-19T01:42:59.703Z | [ recovery-image] Feb 19 01:42:59.585 INFO O| Feb 19 01:42:59.585 INFO ok! |
| 8528 | 2026-02-19T01:42:59.703Z | [ recovery-image] Feb 19 01:42:59.586 INFO O| Feb 19 01:42:59.585 INFO STEP 41 (ensure_symlink) COMPLETE |
| 8529 | 2026-02-19T01:42:59.703Z | [ recovery-image] Feb 19 01:42:59.586 INFO O| Feb 19 01:42:59.585 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8530 | 2026-02-19T01:42:59.727Z | [ recovery-image] Feb 19 01:42:59.600 INFO O| Feb 19 01:42:59.600 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist |
| 8531 | 2026-02-19T01:42:59.727Z | [ recovery-image] Feb 19 01:42:59.600 INFO O| Feb 19 01:42:59.600 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 8532 | 2026-02-19T01:42:59.727Z | [ recovery-image] Feb 19 01:42:59.600 INFO O| Feb 19 01:42:59.600 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo |
| 8533 | 2026-02-19T01:42:59.727Z | [ recovery-image] Feb 19 01:42:59.600 INFO O| Feb 19 01:42:59.600 INFO ok! |
| 8534 | 2026-02-19T01:42:59.728Z | [ recovery-image] Feb 19 01:42:59.600 INFO O| Feb 19 01:42:59.600 INFO STEP 42 (ensure_symlink) COMPLETE |
| 8535 | 2026-02-19T01:42:59.728Z | [ recovery-image] Feb 19 01:42:59.600 INFO O| Feb 19 01:42:59.600 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8536 | 2026-02-19T01:42:59.728Z | [ recovery-image] Feb 19 01:42:59.617 INFO O| Feb 19 01:42:59.617 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
| 8537 | 2026-02-19T01:42:59.728Z | [ recovery-image] Feb 19 01:42:59.617 INFO O| Feb 19 01:42:59.617 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ... |
| 8538 | 2026-02-19T01:42:59.728Z | [ recovery-image] Feb 19 01:42:59.618 INFO O| Feb 19 01:42:59.618 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8539 | 2026-02-19T01:42:59.728Z | [ recovery-image] Feb 19 01:42:59.618 INFO O| Feb 19 01:42:59.618 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8540 | 2026-02-19T01:42:59.728Z | [ recovery-image] Feb 19 01:42:59.618 INFO O| Feb 19 01:42:59.618 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8541 | 2026-02-19T01:42:59.728Z | [ recovery-image] Feb 19 01:42:59.618 INFO O| Feb 19 01:42:59.618 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8542 | 2026-02-19T01:42:59.728Z | [ recovery-image] Feb 19 01:42:59.618 INFO O| Feb 19 01:42:59.618 INFO ok! |
| 8543 | 2026-02-19T01:42:59.728Z | [ recovery-image] Feb 19 01:42:59.618 INFO O| Feb 19 01:42:59.618 INFO STEP 43 (ensure_file) COMPLETE |
| 8544 | 2026-02-19T01:42:59.728Z | [ recovery-image] Feb 19 01:42:59.618 INFO O| Feb 19 01:42:59.618 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8545 | 2026-02-19T01:42:59.753Z | [ recovery-image] Feb 19 01:42:59.635 INFO O| Feb 19 01:42:59.635 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
| 8546 | 2026-02-19T01:42:59.753Z | [ recovery-image] Feb 19 01:42:59.635 INFO O| Feb 19 01:42:59.635 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 ... |
| 8547 | 2026-02-19T01:42:59.753Z | [ recovery-image] Feb 19 01:42:59.636 INFO O| Feb 19 01:42:59.636 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 |
| 8548 | 2026-02-19T01:42:59.753Z | [ recovery-image] Feb 19 01:42:59.636 INFO O| Feb 19 01:42:59.636 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 8549 | 2026-02-19T01:42:59.753Z | [ recovery-image] Feb 19 01:42:59.636 INFO O| Feb 19 01:42:59.636 INFO ok! |
| 8550 | 2026-02-19T01:42:59.753Z | [ recovery-image] Feb 19 01:42:59.636 INFO O| Feb 19 01:42:59.636 INFO STEP 44 (ensure_file) COMPLETE |
| 8551 | 2026-02-19T01:42:59.753Z | [ recovery-image] Feb 19 01:42:59.636 INFO O| Feb 19 01:42:59.636 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8552 | 2026-02-19T01:42:59.778Z | [ recovery-image] Feb 19 01:42:59.653 INFO O| Feb 19 01:42:59.653 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist |
| 8553 | 2026-02-19T01:42:59.778Z | [ recovery-image] Feb 19 01:42:59.653 INFO O| Feb 19 01:42:59.653 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ... |
| 8554 | 2026-02-19T01:42:59.778Z | [ recovery-image] Feb 19 01:42:59.654 INFO O| Feb 19 01:42:59.654 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml |
| 8555 | 2026-02-19T01:42:59.778Z | [ recovery-image] Feb 19 01:42:59.654 INFO O| Feb 19 01:42:59.654 INFO ok! |
| 8556 | 2026-02-19T01:42:59.778Z | [ recovery-image] Feb 19 01:42:59.654 INFO O| Feb 19 01:42:59.654 INFO STEP 45 (ensure_file) COMPLETE |
| 8557 | 2026-02-19T01:42:59.778Z | [ recovery-image] Feb 19 01:42:59.654 INFO O| Feb 19 01:42:59.654 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8558 | 2026-02-19T01:42:59.778Z | [ recovery-image] Feb 19 01:42:59.672 INFO O| Feb 19 01:42:59.672 INFO updating shadow file |
| 8559 | 2026-02-19T01:42:59.778Z | [ recovery-image] Feb 19 01:42:59.672 INFO O| Feb 19 01:42:59.672 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8560 | 2026-02-19T01:42:59.778Z | [ recovery-image] Feb 19 01:42:59.672 INFO O| Feb 19 01:42:59.672 INFO STEP 46 (shadow) COMPLETE |
| 8561 | 2026-02-19T01:42:59.778Z | [ recovery-image] Feb 19 01:42:59.672 INFO O| Feb 19 01:42:59.672 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8562 | 2026-02-19T01:42:59.802Z | [ recovery-image] Feb 19 01:42:59.688 INFO O| Feb 19 01:42:59.688 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
| 8563 | 2026-02-19T01:42:59.802Z | [ recovery-image] Feb 19 01:42:59.688 INFO O| Feb 19 01:42:59.688 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ... |
| 8564 | 2026-02-19T01:42:59.802Z | [ recovery-image] Feb 19 01:42:59.688 INFO O| Feb 19 01:42:59.688 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8565 | 2026-02-19T01:42:59.802Z | [ recovery-image] Feb 19 01:42:59.688 INFO O| Feb 19 01:42:59.688 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8566 | 2026-02-19T01:42:59.802Z | [ recovery-image] Feb 19 01:42:59.688 INFO O| Feb 19 01:42:59.688 INFO ok! |
| 8567 | 2026-02-19T01:42:59.802Z | [ recovery-image] Feb 19 01:42:59.688 INFO O| Feb 19 01:42:59.688 INFO STEP 47 (ensure_file) COMPLETE |
| 8568 | 2026-02-19T01:42:59.802Z | [ recovery-image] Feb 19 01:42:59.688 INFO O| Feb 19 01:42:59.688 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8569 | 2026-02-19T01:42:59.827Z | [ recovery-image] Feb 19 01:42:59.711 INFO O| Feb 19 01:42:59.711 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt |
| 8570 | 2026-02-19T01:42:59.827Z | [ recovery-image] Feb 19 01:42:59.711 INFO O| Feb 19 01:42:59.711 INFO STEP 48 (ensure_dir) COMPLETE |
| 8571 | 2026-02-19T01:42:59.827Z | [ recovery-image] Feb 19 01:42:59.711 INFO O| Feb 19 01:42:59.711 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8572 | 2026-02-19T01:42:59.851Z | [ recovery-image] Feb 19 01:42:59.732 INFO O| Feb 19 01:42:59.732 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8573 | 2026-02-19T01:42:59.851Z | [ recovery-image] Feb 19 01:42:59.732 INFO O| Feb 19 01:42:59.732 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8574 | 2026-02-19T01:42:59.851Z | [ recovery-image] Feb 19 01:42:59.732 INFO O| Feb 19 01:42:59.732 INFO STEP 49 (ensure_dir) COMPLETE |
| 8575 | 2026-02-19T01:42:59.851Z | [ recovery-image] Feb 19 01:42:59.732 INFO O| Feb 19 01:42:59.732 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8576 | 2026-02-19T01:42:59.875Z | [ recovery-image] Feb 19 01:42:59.749 INFO O| Feb 19 01:42:59.749 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8577 | 2026-02-19T01:42:59.875Z | [ recovery-image] Feb 19 01:42:59.749 INFO O| Feb 19 01:42:59.749 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8578 | 2026-02-19T01:42:59.875Z | [ recovery-image] Feb 19 01:42:59.749 INFO O| Feb 19 01:42:59.749 INFO STEP 50 (ensure_dir) COMPLETE |
| 8579 | 2026-02-19T01:42:59.875Z | [ recovery-image] Feb 19 01:42:59.749 INFO O| Feb 19 01:42:59.749 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8580 | 2026-02-19T01:42:59.875Z | [ recovery-image] Feb 19 01:42:59.766 INFO O| Feb 19 01:42:59.766 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
| 8581 | 2026-02-19T01:42:59.875Z | [ recovery-image] Feb 19 01:42:59.766 INFO O| Feb 19 01:42:59.766 INFO copying /tmp/.tmpNifBKs/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ... |
| 8582 | 2026-02-19T01:43:00.885Z | [ recovery-image] Feb 19 01:43:00.782 INFO O| Feb 19 01:43:00.782 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator |
| 8583 | 2026-02-19T01:43:00.885Z | [ recovery-image] Feb 19 01:43:00.782 INFO O| Feb 19 01:43:00.782 INFO ok! |
| 8584 | 2026-02-19T01:43:00.909Z | [ recovery-image] Feb 19 01:43:00.782 INFO O| Feb 19 01:43:00.782 INFO STEP 51 (ensure_file) COMPLETE |
| 8585 | 2026-02-19T01:43:00.909Z | [ recovery-image] Feb 19 01:43:00.782 INFO O| Feb 19 01:43:00.782 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8586 | 2026-02-19T01:43:00.909Z | [ recovery-image] Feb 19 01:43:00.798 INFO O| Feb 19 01:43:00.798 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8587 | 2026-02-19T01:43:00.909Z | [ recovery-image] Feb 19 01:43:00.798 INFO O| Feb 19 01:43:00.798 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8588 | 2026-02-19T01:43:00.909Z | [ recovery-image] Feb 19 01:43:00.798 INFO O| Feb 19 01:43:00.798 INFO STEP 52 (ensure_dir) COMPLETE |
| 8589 | 2026-02-19T01:43:00.909Z | [ recovery-image] Feb 19 01:43:00.798 INFO O| Feb 19 01:43:00.798 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8590 | 2026-02-19T01:43:00.933Z | [ recovery-image] Feb 19 01:43:00.812 INFO O| Feb 19 01:43:00.812 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
| 8591 | 2026-02-19T01:43:00.933Z | [ recovery-image] Feb 19 01:43:00.812 INFO O| Feb 19 01:43:00.812 INFO copying /tmp/.tmpNifBKs/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
| 8592 | 2026-02-19T01:43:00.933Z | [ recovery-image] Feb 19 01:43:00.812 INFO O| Feb 19 01:43:00.812 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION |
| 8593 | 2026-02-19T01:43:00.934Z | [ recovery-image] Feb 19 01:43:00.812 INFO O| Feb 19 01:43:00.812 INFO ok! |
| 8594 | 2026-02-19T01:43:00.934Z | [ recovery-image] Feb 19 01:43:00.812 INFO O| Feb 19 01:43:00.812 INFO STEP 53 (ensure_file) COMPLETE |
| 8595 | 2026-02-19T01:43:00.934Z | [ recovery-image] Feb 19 01:43:00.812 INFO O| Feb 19 01:43:00.812 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8596 | 2026-02-19T01:43:00.934Z | [ recovery-image] Feb 19 01:43:00.827 INFO O| Feb 19 01:43:00.827 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8597 | 2026-02-19T01:43:00.934Z | [ recovery-image] Feb 19 01:43:00.827 INFO O| Feb 19 01:43:00.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8598 | 2026-02-19T01:43:00.934Z | [ recovery-image] Feb 19 01:43:00.827 INFO O| Feb 19 01:43:00.827 INFO STEP 54 (ensure_dir) COMPLETE |
| 8599 | 2026-02-19T01:43:00.934Z | [ recovery-image] Feb 19 01:43:00.827 INFO O| Feb 19 01:43:00.827 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8600 | 2026-02-19T01:43:00.958Z | [ recovery-image] Feb 19 01:43:00.846 INFO O| Feb 19 01:43:00.846 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 8601 | 2026-02-19T01:43:00.958Z | [ recovery-image] Feb 19 01:43:00.846 INFO O| Feb 19 01:43:00.846 INFO copying /tmp/.tmpNifBKs/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
| 8602 | 2026-02-19T01:43:03.509Z | [ recovery-image] Feb 19 01:43:03.406 INFO O| Feb 19 01:43:03.406 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
| 8603 | 2026-02-19T01:43:03.509Z | [ recovery-image] Feb 19 01:43:03.406 INFO O| Feb 19 01:43:03.406 INFO ok! |
| 8604 | 2026-02-19T01:43:03.533Z | [ recovery-image] Feb 19 01:43:03.406 INFO O| Feb 19 01:43:03.406 INFO STEP 55 (ensure_file) COMPLETE |
| 8605 | 2026-02-19T01:43:03.533Z | [ recovery-image] Feb 19 01:43:03.406 INFO O| Feb 19 01:43:03.406 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8606 | 2026-02-19T01:43:03.533Z | [ recovery-image] Feb 19 01:43:03.426 INFO O| Feb 19 01:43:03.426 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
| 8607 | 2026-02-19T01:43:03.533Z | [ recovery-image] Feb 19 01:43:03.426 INFO O| Feb 19 01:43:03.426 INFO copying /tmp/.tmpNifBKs/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
| 8608 | 2026-02-19T01:43:06.148Z | [ recovery-image] Feb 19 01:43:06.045 INFO O| Feb 19 01:43:06.045 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
| 8609 | 2026-02-19T01:43:06.148Z | [ recovery-image] Feb 19 01:43:06.045 INFO O| Feb 19 01:43:06.045 INFO ok! |
| 8610 | 2026-02-19T01:43:06.172Z | [ recovery-image] Feb 19 01:43:06.045 INFO O| Feb 19 01:43:06.045 INFO STEP 56 (ensure_file) COMPLETE |
| 8611 | 2026-02-19T01:43:06.172Z | [ recovery-image] Feb 19 01:43:06.045 INFO O| Feb 19 01:43:06.045 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8612 | 2026-02-19T01:43:06.172Z | [ recovery-image] Feb 19 01:43:06.061 INFO O| Feb 19 01:43:06.061 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8613 | 2026-02-19T01:43:06.172Z | [ recovery-image] Feb 19 01:43:06.061 INFO O| Feb 19 01:43:06.061 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8614 | 2026-02-19T01:43:06.172Z | [ recovery-image] Feb 19 01:43:06.061 INFO O| Feb 19 01:43:06.061 INFO STEP 57 (ensure_dir) COMPLETE |
| 8615 | 2026-02-19T01:43:06.172Z | [ recovery-image] Feb 19 01:43:06.061 INFO O| Feb 19 01:43:06.061 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8616 | 2026-02-19T01:43:06.196Z | [ recovery-image] Feb 19 01:43:06.075 INFO O| Feb 19 01:43:06.075 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 8617 | 2026-02-19T01:43:06.196Z | [ recovery-image] Feb 19 01:43:06.075 INFO O| Feb 19 01:43:06.075 INFO copying /tmp/.tmpNifBKs/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 ... |
| 8618 | 2026-02-19T01:43:06.196Z | [ recovery-image] Feb 19 01:43:06.075 INFO O| Feb 19 01:43:06.075 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 |
| 8619 | 2026-02-19T01:43:06.196Z | [ recovery-image] Feb 19 01:43:06.075 INFO O| Feb 19 01:43:06.075 INFO ok! |
| 8620 | 2026-02-19T01:43:06.196Z | [ recovery-image] Feb 19 01:43:06.075 INFO O| Feb 19 01:43:06.075 INFO STEP 58 (ensure_file) COMPLETE |
| 8621 | 2026-02-19T01:43:06.196Z | [ recovery-image] Feb 19 01:43:06.075 INFO O| Feb 19 01:43:06.075 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8622 | 2026-02-19T01:43:06.197Z | [ recovery-image] Feb 19 01:43:06.093 INFO O| Feb 19 01:43:06.093 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 8623 | 2026-02-19T01:43:06.197Z | [ recovery-image] Feb 19 01:43:06.093 INFO O| Feb 19 01:43:06.093 INFO copying /tmp/.tmpNifBKs/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 ... |
| 8624 | 2026-02-19T01:43:06.197Z | [ recovery-image] Feb 19 01:43:06.093 INFO O| Feb 19 01:43:06.093 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 |
| 8625 | 2026-02-19T01:43:06.197Z | [ recovery-image] Feb 19 01:43:06.093 INFO O| Feb 19 01:43:06.093 INFO ok! |
| 8626 | 2026-02-19T01:43:06.197Z | [ recovery-image] Feb 19 01:43:06.093 INFO O| Feb 19 01:43:06.093 INFO STEP 59 (ensure_file) COMPLETE |
| 8627 | 2026-02-19T01:43:06.197Z | [ recovery-image] Feb 19 01:43:06.093 INFO O| Feb 19 01:43:06.093 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8628 | 2026-02-19T01:43:06.221Z | [ recovery-image] Feb 19 01:43:06.108 INFO O| Feb 19 01:43:06.108 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8629 | 2026-02-19T01:43:06.221Z | [ recovery-image] Feb 19 01:43:06.108 INFO O| Feb 19 01:43:06.108 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8630 | 2026-02-19T01:43:06.221Z | [ recovery-image] Feb 19 01:43:06.108 INFO O| Feb 19 01:43:06.108 INFO STEP 60 (ensure_dir) COMPLETE |
| 8631 | 2026-02-19T01:43:06.221Z | [ recovery-image] Feb 19 01:43:06.108 INFO O| Feb 19 01:43:06.108 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8632 | 2026-02-19T01:43:06.245Z | [ recovery-image] Feb 19 01:43:06.121 INFO O| Feb 19 01:43:06.121 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 8633 | 2026-02-19T01:43:06.245Z | [ recovery-image] Feb 19 01:43:06.121 INFO O| Feb 19 01:43:06.121 INFO copying /tmp/.tmpNifBKs/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 ... |
| 8634 | 2026-02-19T01:43:06.245Z | [ recovery-image] Feb 19 01:43:06.121 INFO O| Feb 19 01:43:06.121 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 8635 | 2026-02-19T01:43:06.245Z | [ recovery-image] Feb 19 01:43:06.121 INFO O| Feb 19 01:43:06.121 INFO ok! |
| 8636 | 2026-02-19T01:43:06.245Z | [ recovery-image] Feb 19 01:43:06.121 INFO O| Feb 19 01:43:06.121 INFO STEP 61 (ensure_file) COMPLETE |
| 8637 | 2026-02-19T01:43:06.245Z | [ recovery-image] Feb 19 01:43:06.121 INFO O| Feb 19 01:43:06.121 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8638 | 2026-02-19T01:43:06.245Z | [ recovery-image] Feb 19 01:43:06.138 INFO O| Feb 19 01:43:06.138 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 8639 | 2026-02-19T01:43:06.245Z | [ recovery-image] Feb 19 01:43:06.138 INFO O| Feb 19 01:43:06.138 INFO copying /tmp/.tmpNifBKs/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 ... |
| 8640 | 2026-02-19T01:43:06.245Z | [ recovery-image] Feb 19 01:43:06.138 INFO O| Feb 19 01:43:06.138 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 |
| 8641 | 2026-02-19T01:43:06.245Z | [ recovery-image] Feb 19 01:43:06.138 INFO O| Feb 19 01:43:06.138 INFO ok! |
| 8642 | 2026-02-19T01:43:06.245Z | [ recovery-image] Feb 19 01:43:06.138 INFO O| Feb 19 01:43:06.138 INFO STEP 62 (ensure_file) COMPLETE |
| 8643 | 2026-02-19T01:43:06.245Z | [ recovery-image] Feb 19 01:43:06.138 INFO O| Feb 19 01:43:06.138 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8644 | 2026-02-19T01:43:06.270Z | [ recovery-image] Feb 19 01:43:06.153 INFO O| Feb 19 01:43:06.153 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8645 | 2026-02-19T01:43:06.270Z | [ recovery-image] Feb 19 01:43:06.153 INFO O| Feb 19 01:43:06.153 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8646 | 2026-02-19T01:43:06.270Z | [ recovery-image] Feb 19 01:43:06.153 INFO O| Feb 19 01:43:06.153 INFO STEP 63 (ensure_dir) COMPLETE |
| 8647 | 2026-02-19T01:43:06.270Z | [ recovery-image] Feb 19 01:43:06.153 INFO O| Feb 19 01:43:06.153 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8648 | 2026-02-19T01:43:06.270Z | [ recovery-image] Feb 19 01:43:06.167 INFO O| Feb 19 01:43:06.167 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 8649 | 2026-02-19T01:43:06.270Z | [ recovery-image] Feb 19 01:43:06.167 INFO O| Feb 19 01:43:06.167 INFO copying /tmp/.tmpNifBKs/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 ... |
| 8650 | 2026-02-19T01:43:06.270Z | [ recovery-image] Feb 19 01:43:06.167 INFO O| Feb 19 01:43:06.167 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 8651 | 2026-02-19T01:43:06.294Z | [ recovery-image] Feb 19 01:43:06.167 INFO O| Feb 19 01:43:06.167 INFO ok! |
| 8652 | 2026-02-19T01:43:06.294Z | [ recovery-image] Feb 19 01:43:06.167 INFO O| Feb 19 01:43:06.167 INFO STEP 64 (ensure_file) COMPLETE |
| 8653 | 2026-02-19T01:43:06.294Z | [ recovery-image] Feb 19 01:43:06.167 INFO O| Feb 19 01:43:06.167 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8654 | 2026-02-19T01:43:06.294Z | [ recovery-image] Feb 19 01:43:06.184 INFO O| Feb 19 01:43:06.184 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
| 8655 | 2026-02-19T01:43:06.294Z | [ recovery-image] Feb 19 01:43:06.184 INFO O| Feb 19 01:43:06.184 INFO copying /tmp/.tmpNifBKs/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
| 8656 | 2026-02-19T01:43:06.294Z | [ recovery-image] Feb 19 01:43:06.184 INFO O| Feb 19 01:43:06.184 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
| 8657 | 2026-02-19T01:43:06.294Z | [ recovery-image] Feb 19 01:43:06.184 INFO O| Feb 19 01:43:06.184 INFO ok! |
| 8658 | 2026-02-19T01:43:06.294Z | [ recovery-image] Feb 19 01:43:06.184 INFO O| Feb 19 01:43:06.184 INFO STEP 65 (ensure_file) COMPLETE |
| 8659 | 2026-02-19T01:43:06.294Z | [ recovery-image] Feb 19 01:43:06.184 INFO O| Feb 19 01:43:06.184 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8660 | 2026-02-19T01:43:06.318Z | [ recovery-image] Feb 19 01:43:06.201 INFO O| Feb 19 01:43:06.201 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib |
| 8661 | 2026-02-19T01:43:06.318Z | [ recovery-image] Feb 19 01:43:06.202 INFO O| Feb 19 01:43:06.201 INFO STEP 66 (ensure_dir) COMPLETE |
| 8662 | 2026-02-19T01:43:06.318Z | [ recovery-image] Feb 19 01:43:06.202 INFO O| Feb 19 01:43:06.201 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8663 | 2026-02-19T01:43:06.342Z | [ recovery-image] Feb 19 01:43:06.216 INFO O| Feb 19 01:43:06.216 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc |
| 8664 | 2026-02-19T01:43:06.342Z | [ recovery-image] Feb 19 01:43:06.216 INFO O| Feb 19 01:43:06.216 INFO STEP 67 (ensure_dir) COMPLETE |
| 8665 | 2026-02-19T01:43:06.342Z | [ recovery-image] Feb 19 01:43:06.216 INFO O| Feb 19 01:43:06.216 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8666 | 2026-02-19T01:43:06.343Z | [ recovery-image] Feb 19 01:43:06.230 INFO O| Feb 19 01:43:06.230 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest |
| 8667 | 2026-02-19T01:43:06.343Z | [ recovery-image] Feb 19 01:43:06.230 INFO O| Feb 19 01:43:06.230 INFO STEP 68 (ensure_dir) COMPLETE |
| 8668 | 2026-02-19T01:43:06.343Z | [ recovery-image] Feb 19 01:43:06.230 INFO O| Feb 19 01:43:06.230 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8669 | 2026-02-19T01:43:06.367Z | [ recovery-image] Feb 19 01:43:06.243 INFO O| Feb 19 01:43:06.243 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site |
| 8670 | 2026-02-19T01:43:06.367Z | [ recovery-image] Feb 19 01:43:06.243 INFO O| Feb 19 01:43:06.243 INFO STEP 69 (ensure_dir) COMPLETE |
| 8671 | 2026-02-19T01:43:06.367Z | [ recovery-image] Feb 19 01:43:06.243 INFO O| Feb 19 01:43:06.243 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8672 | 2026-02-19T01:43:06.367Z | [ recovery-image] Feb 19 01:43:06.255 INFO O| Feb 19 01:43:06.255 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
| 8673 | 2026-02-19T01:43:06.367Z | [ recovery-image] Feb 19 01:43:06.255 INFO O| Feb 19 01:43:06.255 INFO copying /tmp/.tmpNifBKs/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
| 8674 | 2026-02-19T01:43:06.367Z | [ recovery-image] Feb 19 01:43:06.255 INFO O| Feb 19 01:43:06.255 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
| 8675 | 2026-02-19T01:43:06.367Z | [ recovery-image] Feb 19 01:43:06.255 INFO O| Feb 19 01:43:06.255 INFO ok! |
| 8676 | 2026-02-19T01:43:06.367Z | [ recovery-image] Feb 19 01:43:06.255 INFO O| Feb 19 01:43:06.255 INFO STEP 70 (ensure_file) COMPLETE |
| 8677 | 2026-02-19T01:43:06.367Z | [ recovery-image] Feb 19 01:43:06.255 INFO O| Feb 19 01:43:06.255 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8678 | 2026-02-19T01:43:06.392Z | [ recovery-image] Feb 19 01:43:06.272 INFO O| Feb 19 01:43:06.272 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
| 8679 | 2026-02-19T01:43:06.392Z | [ recovery-image] Feb 19 01:43:06.272 INFO O| Feb 19 01:43:06.272 INFO STEP 71 (remove_files) COMPLETE |
| 8680 | 2026-02-19T01:43:06.392Z | [ recovery-image] Feb 19 01:43:06.272 INFO O| Feb 19 01:43:06.272 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8681 | 2026-02-19T01:43:06.417Z | [ recovery-image] Feb 19 01:43:06.289 INFO O| Feb 19 01:43:06.289 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap" |
| 8682 | 2026-02-19T01:43:06.417Z | [ recovery-image] Feb 19 01:43:06.289 INFO O| Feb 19 01:43:06.289 INFO STEP 72 (remove_files) COMPLETE |
| 8683 | 2026-02-19T01:43:06.417Z | [ recovery-image] Feb 19 01:43:06.289 INFO O| Feb 19 01:43:06.289 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8684 | 2026-02-19T01:43:06.417Z | [ recovery-image] Feb 19 01:43:06.303 INFO O| Feb 19 01:43:06.303 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc" |
| 8685 | 2026-02-19T01:43:06.417Z | [ recovery-image] Feb 19 01:43:06.304 INFO O| Feb 19 01:43:06.303 INFO STEP 73 (remove_files) COMPLETE |
| 8686 | 2026-02-19T01:43:06.417Z | [ recovery-image] Feb 19 01:43:06.304 INFO O| Feb 19 01:43:06.303 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8687 | 2026-02-19T01:43:06.441Z | [ recovery-image] Feb 19 01:43:06.317 INFO O| Feb 19 01:43:06.317 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security" |
| 8688 | 2026-02-19T01:43:06.441Z | [ recovery-image] Feb 19 01:43:06.317 INFO O| Feb 19 01:43:06.317 INFO STEP 74 (remove_files) COMPLETE |
| 8689 | 2026-02-19T01:43:06.441Z | [ recovery-image] Feb 19 01:43:06.317 INFO O| Feb 19 01:43:06.317 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8690 | 2026-02-19T01:43:06.441Z | [ recovery-image] Feb 19 01:43:06.330 INFO O| Feb 19 01:43:06.330 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares" |
| 8691 | 2026-02-19T01:43:06.441Z | [ recovery-image] Feb 19 01:43:06.330 INFO O| Feb 19 01:43:06.330 INFO STEP 75 (remove_files) COMPLETE |
| 8692 | 2026-02-19T01:43:06.441Z | [ recovery-image] Feb 19 01:43:06.330 INFO O| Feb 19 01:43:06.330 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8693 | 2026-02-19T01:43:06.467Z | [ recovery-image] Feb 19 01:43:06.347 INFO O| Feb 19 01:43:06.347 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb" |
| 8694 | 2026-02-19T01:43:06.467Z | [ recovery-image] Feb 19 01:43:06.348 INFO O| Feb 19 01:43:06.348 INFO STEP 76 (remove_files) COMPLETE |
| 8695 | 2026-02-19T01:43:06.467Z | [ recovery-image] Feb 19 01:43:06.348 INFO O| Feb 19 01:43:06.348 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8696 | 2026-02-19T01:43:06.491Z | [ recovery-image] Feb 19 01:43:06.364 INFO O| Feb 19 01:43:06.364 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 8697 | 2026-02-19T01:43:06.491Z | [ recovery-image] Feb 19 01:43:06.364 INFO O| Feb 19 01:43:06.364 INFO STEP 77 (remove_files) COMPLETE |
| 8698 | 2026-02-19T01:43:06.491Z | [ recovery-image] Feb 19 01:43:06.364 INFO O| Feb 19 01:43:06.364 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8699 | 2026-02-19T01:43:06.491Z | [ recovery-image] Feb 19 01:43:06.381 INFO O| Feb 19 01:43:06.381 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
| 8700 | 2026-02-19T01:43:06.491Z | [ recovery-image] Feb 19 01:43:06.381 INFO O| Feb 19 01:43:06.381 INFO STEP 78 (remove_files) COMPLETE |
| 8701 | 2026-02-19T01:43:06.491Z | [ recovery-image] Feb 19 01:43:06.381 INFO O| Feb 19 01:43:06.381 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8702 | 2026-02-19T01:43:06.516Z | [ recovery-image] Feb 19 01:43:06.395 INFO O| Feb 19 01:43:06.395 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
| 8703 | 2026-02-19T01:43:06.516Z | [ recovery-image] Feb 19 01:43:06.395 INFO O| Feb 19 01:43:06.395 INFO STEP 79 (remove_files) COMPLETE |
| 8704 | 2026-02-19T01:43:06.516Z | [ recovery-image] Feb 19 01:43:06.395 INFO O| Feb 19 01:43:06.395 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8705 | 2026-02-19T01:43:06.516Z | [ recovery-image] Feb 19 01:43:06.408 INFO O| Feb 19 01:43:06.408 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 8706 | 2026-02-19T01:43:06.516Z | [ recovery-image] Feb 19 01:43:06.408 INFO O| Feb 19 01:43:06.408 INFO STEP 80 (remove_files) COMPLETE |
| 8707 | 2026-02-19T01:43:06.516Z | [ recovery-image] Feb 19 01:43:06.408 INFO O| Feb 19 01:43:06.408 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8708 | 2026-02-19T01:43:06.541Z | [ recovery-image] Feb 19 01:43:06.425 INFO O| Feb 19 01:43:06.425 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
| 8709 | 2026-02-19T01:43:06.541Z | [ recovery-image] Feb 19 01:43:06.426 INFO O| Feb 19 01:43:06.425 INFO STEP 81 (remove_files) COMPLETE |
| 8710 | 2026-02-19T01:43:06.541Z | [ recovery-image] Feb 19 01:43:06.426 INFO O| Feb 19 01:43:06.425 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8711 | 2026-02-19T01:43:06.566Z | [ recovery-image] Feb 19 01:43:06.442 INFO O| Feb 19 01:43:06.442 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
| 8712 | 2026-02-19T01:43:06.566Z | [ recovery-image] Feb 19 01:43:06.442 INFO O| Feb 19 01:43:06.442 INFO STEP 82 (remove_files) COMPLETE |
| 8713 | 2026-02-19T01:43:06.566Z | [ recovery-image] Feb 19 01:43:06.442 INFO O| Feb 19 01:43:06.442 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8714 | 2026-02-19T01:43:06.566Z | [ recovery-image] Feb 19 01:43:06.456 INFO O| Feb 19 01:43:06.456 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
| 8715 | 2026-02-19T01:43:06.566Z | [ recovery-image] Feb 19 01:43:06.456 INFO O| Feb 19 01:43:06.456 INFO STEP 83 (remove_files) COMPLETE |
| 8716 | 2026-02-19T01:43:06.566Z | [ recovery-image] Feb 19 01:43:06.456 INFO O| Feb 19 01:43:06.456 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8717 | 2026-02-19T01:43:06.590Z | [ recovery-image] Feb 19 01:43:06.469 INFO O| Feb 19 01:43:06.469 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
| 8718 | 2026-02-19T01:43:06.590Z | [ recovery-image] Feb 19 01:43:06.470 INFO O| Feb 19 01:43:06.470 INFO STEP 84 (remove_files) COMPLETE |
| 8719 | 2026-02-19T01:43:06.590Z | [ recovery-image] Feb 19 01:43:06.470 INFO O| Feb 19 01:43:06.470 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8720 | 2026-02-19T01:43:06.590Z | [ recovery-image] Feb 19 01:43:06.484 INFO O| Feb 19 01:43:06.483 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
| 8721 | 2026-02-19T01:43:06.590Z | [ recovery-image] Feb 19 01:43:06.484 INFO O| Feb 19 01:43:06.484 INFO STEP 85 (remove_files) COMPLETE |
| 8722 | 2026-02-19T01:43:06.590Z | [ recovery-image] Feb 19 01:43:06.484 INFO O| Feb 19 01:43:06.484 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8723 | 2026-02-19T01:43:06.614Z | [ recovery-image] Feb 19 01:43:06.501 INFO O| Feb 19 01:43:06.501 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
| 8724 | 2026-02-19T01:43:06.614Z | [ recovery-image] Feb 19 01:43:06.501 INFO O| Feb 19 01:43:06.501 INFO STEP 86 (remove_files) COMPLETE |
| 8725 | 2026-02-19T01:43:06.614Z | [ recovery-image] Feb 19 01:43:06.501 INFO O| Feb 19 01:43:06.501 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8726 | 2026-02-19T01:43:06.639Z | [ recovery-image] Feb 19 01:43:06.517 INFO O| Feb 19 01:43:06.517 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 8727 | 2026-02-19T01:43:06.639Z | [ recovery-image] Feb 19 01:43:06.517 INFO O| Feb 19 01:43:06.517 INFO STEP 87 (remove_files) COMPLETE |
| 8728 | 2026-02-19T01:43:06.639Z | [ recovery-image] Feb 19 01:43:06.517 INFO O| Feb 19 01:43:06.517 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8729 | 2026-02-19T01:43:06.639Z | [ recovery-image] Feb 19 01:43:06.531 INFO O| Feb 19 01:43:06.531 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
| 8730 | 2026-02-19T01:43:06.639Z | [ recovery-image] Feb 19 01:43:06.532 INFO O| Feb 19 01:43:06.532 INFO STEP 88 (remove_files) COMPLETE |
| 8731 | 2026-02-19T01:43:06.639Z | [ recovery-image] Feb 19 01:43:06.532 INFO O| Feb 19 01:43:06.532 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8732 | 2026-02-19T01:43:06.663Z | [ recovery-image] Feb 19 01:43:06.548 INFO O| Feb 19 01:43:06.548 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
| 8733 | 2026-02-19T01:43:06.663Z | [ recovery-image] Feb 19 01:43:06.548 INFO O| Feb 19 01:43:06.548 INFO STEP 89 (remove_files) COMPLETE |
| 8734 | 2026-02-19T01:43:06.663Z | [ recovery-image] Feb 19 01:43:06.548 INFO O| Feb 19 01:43:06.548 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8735 | 2026-02-19T01:43:06.687Z | [ recovery-image] Feb 19 01:43:06.565 INFO O| Feb 19 01:43:06.564 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 8736 | 2026-02-19T01:43:06.687Z | [ recovery-image] Feb 19 01:43:06.565 INFO O| Feb 19 01:43:06.565 INFO STEP 90 (remove_files) COMPLETE |
| 8737 | 2026-02-19T01:43:06.687Z | [ recovery-image] Feb 19 01:43:06.565 INFO O| Feb 19 01:43:06.565 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8738 | 2026-02-19T01:43:06.687Z | [ recovery-image] Feb 19 01:43:06.579 INFO O| Feb 19 01:43:06.579 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 8739 | 2026-02-19T01:43:06.687Z | [ recovery-image] Feb 19 01:43:06.579 INFO O| Feb 19 01:43:06.579 INFO STEP 91 (remove_files) COMPLETE |
| 8740 | 2026-02-19T01:43:06.687Z | [ recovery-image] Feb 19 01:43:06.579 INFO O| Feb 19 01:43:06.579 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8741 | 2026-02-19T01:43:06.712Z | [ recovery-image] Feb 19 01:43:06.594 INFO O| Feb 19 01:43:06.594 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat" |
| 8742 | 2026-02-19T01:43:06.712Z | [ recovery-image] Feb 19 01:43:06.594 INFO O| Feb 19 01:43:06.594 INFO STEP 92 (remove_files) COMPLETE |
| 8743 | 2026-02-19T01:43:06.712Z | [ recovery-image] Feb 19 01:43:06.594 INFO O| Feb 19 01:43:06.594 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8744 | 2026-02-19T01:43:06.712Z | [ recovery-image] Feb 19 01:43:06.606 INFO O| Feb 19 01:43:06.606 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 8745 | 2026-02-19T01:43:06.712Z | [ recovery-image] Feb 19 01:43:06.607 INFO O| Feb 19 01:43:06.607 INFO STEP 93 (remove_files) COMPLETE |
| 8746 | 2026-02-19T01:43:06.712Z | [ recovery-image] Feb 19 01:43:06.607 INFO O| Feb 19 01:43:06.607 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8747 | 2026-02-19T01:43:06.736Z | [ recovery-image] Feb 19 01:43:06.618 INFO O| Feb 19 01:43:06.618 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
| 8748 | 2026-02-19T01:43:06.736Z | [ recovery-image] Feb 19 01:43:06.618 INFO O| Feb 19 01:43:06.618 INFO STEP 94 (remove_files) COMPLETE |
| 8749 | 2026-02-19T01:43:06.736Z | [ recovery-image] Feb 19 01:43:06.618 INFO O| Feb 19 01:43:06.618 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8750 | 2026-02-19T01:43:06.736Z | [ recovery-image] Feb 19 01:43:06.630 INFO O| Feb 19 01:43:06.630 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
| 8751 | 2026-02-19T01:43:06.736Z | [ recovery-image] Feb 19 01:43:06.630 INFO O| Feb 19 01:43:06.630 INFO STEP 95 (remove_files) COMPLETE |
| 8752 | 2026-02-19T01:43:06.736Z | [ recovery-image] Feb 19 01:43:06.630 INFO O| Feb 19 01:43:06.630 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8753 | 2026-02-19T01:43:06.763Z | [ recovery-image] Feb 19 01:43:06.642 INFO O| Feb 19 01:43:06.642 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
| 8754 | 2026-02-19T01:43:06.763Z | [ recovery-image] Feb 19 01:43:06.642 INFO O| Feb 19 01:43:06.642 INFO STEP 96 (remove_files) COMPLETE |
| 8755 | 2026-02-19T01:43:06.763Z | [ recovery-image] Feb 19 01:43:06.642 INFO O| Feb 19 01:43:06.642 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8756 | 2026-02-19T01:43:06.787Z | [ recovery-image] Feb 19 01:43:06.659 INFO O| Feb 19 01:43:06.659 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
| 8757 | 2026-02-19T01:43:06.787Z | [ recovery-image] Feb 19 01:43:06.659 INFO O| Feb 19 01:43:06.659 INFO STEP 97 (remove_files) COMPLETE |
| 8758 | 2026-02-19T01:43:06.787Z | [ recovery-image] Feb 19 01:43:06.659 INFO O| Feb 19 01:43:06.659 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8759 | 2026-02-19T01:43:06.787Z | [ recovery-image] Feb 19 01:43:06.672 INFO O| Feb 19 01:43:06.672 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
| 8760 | 2026-02-19T01:43:06.787Z | [ recovery-image] Feb 19 01:43:06.672 INFO O| Feb 19 01:43:06.672 INFO STEP 98 (remove_files) COMPLETE |
| 8761 | 2026-02-19T01:43:06.787Z | [ recovery-image] Feb 19 01:43:06.672 INFO O| Feb 19 01:43:06.672 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8762 | 2026-02-19T01:43:06.811Z | [ recovery-image] Feb 19 01:43:06.685 INFO O| Feb 19 01:43:06.685 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
| 8763 | 2026-02-19T01:43:06.811Z | [ recovery-image] Feb 19 01:43:06.685 INFO O| Feb 19 01:43:06.685 INFO STEP 99 (remove_files) COMPLETE |
| 8764 | 2026-02-19T01:43:06.811Z | [ recovery-image] Feb 19 01:43:06.685 INFO O| Feb 19 01:43:06.685 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8765 | 2026-02-19T01:43:06.811Z | [ recovery-image] Feb 19 01:43:06.708 INFO O| Feb 19 01:43:06.708 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal |
| 8766 | 2026-02-19T01:43:06.835Z | [ recovery-image] Feb 19 01:43:06.710 INFO O| Feb 19 01:43:06.709 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"} |
| 8767 | 2026-02-19T01:43:17.564Z | [ recovery-image] Feb 19 01:43:17.462 INFO O| Feb 19 01:43:17.461 INFO O| Loading smf(7) service descriptions: 1/682/683/684/685/686/687/688/689/6810/6811/6812/6813/6814/6815/6816/6817/6818/6819/6820/6821/6822/6823/6824/6825/6826/6827/6828/6829/6830/6831/6832/6833/6834/6835/6836/6837/6838/6839/6840/6841/6842/6843/6844/6845/6846/6847/6848/6849/6850/6851/6852/6853/6854/6855/6856/6857/6858/6859/6860/6861/6862/6863/6864/6865/6866/6867/6868/68 |
| 8768 | 2026-02-19T01:43:17.564Z | [ recovery-image] Feb 19 01:43:17.462 INFO O| Feb 19 01:43:17.462 INFO E| svccfg: Loaded 68 smf(7) service descriptions |
| 8769 | 2026-02-19T01:43:17.608Z | [ recovery-image] Feb 19 01:43:17.506 INFO O| Feb 19 01:43:17.506 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.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", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"} |
| 8770 | 2026-02-19T01:43:17.811Z | [ recovery-image] Feb 19 01:43:17.709 INFO O| Feb 19 01:43:17.709 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 8771 | 2026-02-19T01:43:17.948Z | [ recovery-image] Feb 19 01:43:17.846 INFO O| Feb 19 01:43:17.846 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_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1"} |
| 8772 | 2026-02-19T01:43:18.092Z | [ recovery-image] Feb 19 01:43:17.990 INFO O| Feb 19 01:43:17.990 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist |
| 8773 | 2026-02-19T01:43:18.116Z | [ recovery-image] Feb 19 01:43:17.990 INFO O| Feb 19 01:43:17.990 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 ... |
| 8774 | 2026-02-19T01:43:18.116Z | [ recovery-image] Feb 19 01:43:17.993 INFO O| Feb 19 01:43:17.993 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db |
| 8775 | 2026-02-19T01:43:18.116Z | [ recovery-image] Feb 19 01:43:17.993 INFO O| Feb 19 01:43:17.993 INFO ok! |
| 8776 | 2026-02-19T01:43:18.116Z | [ recovery-image] Feb 19 01:43:17.993 INFO O| Feb 19 01:43:17.993 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing |
| 8777 | 2026-02-19T01:43:18.116Z | [ recovery-image] Feb 19 01:43:17.993 INFO O| Feb 19 01:43:17.993 INFO STEP 100 (seed_smf) COMPLETE |
| 8778 | 2026-02-19T01:43:18.116Z | [ recovery-image] Feb 19 01:43:17.993 INFO O| Feb 19 01:43:17.993 INFO steps complete; finalising image! |
| 8779 | 2026-02-19T01:43:18.116Z | [ recovery-image] Feb 19 01:43:17.993 INFO O| Feb 19 01:43:17.993 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery |
| 8780 | 2026-02-19T01:43:18.196Z | [ recovery-image] Feb 19 01:43:18.095 INFO O| Feb 19 01:43:18.095 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu Feb 19 01:43:18 2026) |
| 8781 | 2026-02-19T01:43:18.419Z | [ recovery-image] Feb 19 01:43:18.318 INFO O| Feb 19 01:43:18.317 INFO trim TEMPORARY-sled-zfs-recovery: (68% trimmed, started at Thu Feb 19 01:43:18 2026) |
| 8782 | 2026-02-19T01:43:18.654Z | [ recovery-image] Feb 19 01:43:18.552 INFO O| Feb 19 01:43:18.552 INFO temporary pool has 430M used, 1.33G avail, 1.00x compressratio |
| 8783 | 2026-02-19T01:43:18.654Z | [ recovery-image] Feb 19 01:43:18.553 INFO O| Feb 19 01:43:18.552 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery |
| 8784 | 2026-02-19T01:43:19.366Z | [ recovery-image] Feb 19 01:43:19.264 INFO O| Feb 19 01:43:19.264 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 |
| 8785 | 2026-02-19T01:43:19.366Z | [ recovery-image] Feb 19 01:43:19.264 INFO O| Feb 19 01:43:19.264 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal |
| 8786 | 2026-02-19T01:43:21.789Z | [ host-image] Feb 19 01:43:21.688 INFO O| Feb 19 01:43:21.688 INFO O| Startup: Caching catalogs ... Done |
| 8787 | 2026-02-19T01:43:24.820Z | [ recovery-image] Feb 19 01:43:24.719 INFO O| Feb 19 01:43:24.719 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8788 | 2026-02-19T01:43:24.820Z | [ recovery-image] Feb 19 01:43:24.719 INFO O| Feb 19 01:43:24.719 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8789 | 2026-02-19T01:43:24.820Z | [ recovery-image] Feb 19 01:43:24.719 INFO O| Feb 19 01:43:24.719 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8790 | 2026-02-19T01:43:24.844Z | [ recovery-image] Feb 19 01:43:24.719 INFO O| Feb 19 01:43:24.719 INFO completed processing sled/zfs-recovery |
| 8791 | 2026-02-19T01:43:24.844Z | [ recovery-image] Feb 19 01:43:24.719 INFO O| Feb 19 01:43:24.719 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8792 | 2026-02-19T01:43:25.041Z | [ recovery-image] Feb 19 01:43:24.940 INFO O| Feb 19 01:43:24.940 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8793 | 2026-02-19T01:43:25.118Z | [ recovery-image] Feb 19 01:43:25.016 INFO BUILD STRING "heads/stlouis-0-gfc2bcb97f5\n" |
| 8794 | 2026-02-19T01:43:25.142Z | [ recovery-image] Feb 19 01:43:25.017 INFO expanded image name: "recovery 0b38300/${os_short_commit} 2026-02-19 00:43" -> "recovery 0b38300/fc2bcb9 2026-02-19 00:43" |
| 8795 | 2026-02-19T01:43:25.142Z | [ recovery-image] Feb 19 01:43:25.017 INFO output artefacts stored in: "/work/os-recovery" |
| 8796 | 2026-02-19T01:43:25.142Z | [ recovery-image] Feb 19 01:43:25.019 INFO collecting git info from project "bootserver"... |
| 8797 | 2026-02-19T01:43:25.174Z | [ recovery-image] Feb 19 01:43:25.064 INFO collecting git info from project "image-builder"... |
| 8798 | 2026-02-19T01:43:25.199Z | [ recovery-image] Feb 19 01:43:25.082 INFO collecting git info from project "chelsio-t6-roms"... |
| 8799 | 2026-02-19T01:43:25.233Z | [ recovery-image] Feb 19 01:43:25.132 INFO collecting git info from project "phbl"... |
| 8800 | 2026-02-19T01:43:25.278Z | [ recovery-image] Feb 19 01:43:25.177 INFO collecting git info from project "pilot"... |
| 8801 | 2026-02-19T01:43:25.853Z | [ recovery-image] Feb 19 01:43:25.750 INFO collecting git info from project "amd-host-image-builder"... |
| 8802 | 2026-02-19T01:43:26.712Z | [ recovery-image] Feb 19 01:43:26.611 INFO collecting git info from project "amd-firmware"... |
| 8803 | 2026-02-19T01:43:32.262Z | [ host-image] Feb 19 01:43:32.132 INFO O| Feb 19 01:43:32.132 INFO O| Planning: Solver setup ... Done |
| 8804 | 2026-02-19T01:43:32.316Z | [ host-image] Feb 19 01:43:32.144 INFO O| Feb 19 01:43:32.143 INFO O| Planning: Running solver ... Done |
| 8805 | 2026-02-19T01:43:33.338Z | [ host-image] Feb 19 01:43:32.268 INFO O| Feb 19 01:43:32.267 INFO O| Planning: Finding local manifests ... Done |
| 8806 | 2026-02-19T01:43:33.404Z | [ host-image] Feb 19 01:43:32.400 INFO O| Feb 19 01:43:32.400 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 8807 | 2026-02-19T01:43:33.404Z | [ host-image] Feb 19 01:43:32.429 INFO O| Feb 19 01:43:32.429 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 8808 | 2026-02-19T01:43:33.404Z | [ host-image] Feb 19 01:43:32.457 INFO O| Feb 19 01:43:32.457 INFO O| Planning: Package planning ... Done |
| 8809 | 2026-02-19T01:43:33.405Z | [ host-image] Feb 19 01:43:32.458 INFO O| Feb 19 01:43:32.458 INFO O| Planning: Merging actions ... Done |
| 8810 | 2026-02-19T01:43:33.405Z | [ host-image] Feb 19 01:43:32.534 INFO O| Feb 19 01:43:32.534 INFO O| Planning: Checking for conflicting actions ... Done |
| 8811 | 2026-02-19T01:43:33.405Z | [ host-image] Feb 19 01:43:32.535 INFO O| Feb 19 01:43:32.535 INFO O| Planning: Consolidating action changes ... Done |
| 8812 | 2026-02-19T01:43:33.405Z | [ host-image] Feb 19 01:43:32.804 INFO O| Feb 19 01:43:32.804 INFO O| Planning: Evaluating mediators ... Done |
| 8813 | 2026-02-19T01:43:33.405Z | [ host-image] Feb 19 01:43:32.805 INFO O| Feb 19 01:43:32.805 INFO O| Planning: Planning completed in 10.90 seconds |
| 8814 | 2026-02-19T01:43:33.405Z | [ host-image] Feb 19 01:43:32.806 INFO O| Feb 19 01:43:32.806 INFO O| Packages to install: 1 |
| 8815 | 2026-02-19T01:43:33.405Z | [ host-image] Feb 19 01:43:32.830 INFO O| Feb 19 01:43:32.830 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete |
| 8816 | 2026-02-19T01:43:33.768Z | [ host-image] Feb 19 01:43:33.564 INFO O| Feb 19 01:43:33.564 INFO O| Download: Completed 12.26 MB in 0.73 seconds (16.7M/s) |
| 8817 | 2026-02-19T01:43:33.816Z | [ host-image] Feb 19 01:43:33.610 INFO O| Feb 19 01:43:33.610 INFO O| Actions: 1/22 actions (Installing new actions) |
| 8818 | 2026-02-19T01:43:34.122Z | [ host-image] Feb 19 01:43:34.022 INFO O| Feb 19 01:43:34.021 INFO O| Actions: Completed 22 actions in 0.41 seconds. |
| 8819 | 2026-02-19T01:43:34.905Z | [ recovery-image] Feb 19 01:43:34.804 INFO collecting git info from project "pinprick"... |
| 8820 | 2026-02-19T01:43:34.929Z | [ host-image] Feb 19 01:43:34.807 INFO O| Feb 19 01:43:34.806 INFO O| Done |
| 8821 | 2026-02-19T01:43:34.929Z | [ host-image] Feb 19 01:43:34.807 INFO O| Feb 19 01:43:34.807 INFO O| Done |
| 8822 | 2026-02-19T01:43:34.965Z | [ recovery-image] Feb 19 01:43:34.864 INFO collecting git info from project "dmar-report"... |
| 8823 | 2026-02-19T01:43:35.016Z | [ recovery-image] Feb 19 01:43:34.916 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 8824 | 2026-02-19T01:43:35.993Z | [ recovery-image] Feb 19 01:43:35.892 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 8825 | 2026-02-19T01:43:36.752Z | [ recovery-image] Feb 19 01:43:36.651 INFO creating Oxide boot image... |
| 8826 | 2026-02-19T01:43:36.752Z | [ recovery-image] Feb 19 01:43:36.652 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 0b38300/fc2bcb9 2026-02-19 00:43", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
| 8827 | 2026-02-19T01:43:36.825Z | [ host-image] Feb 19 01:43:36.725 INFO O| Feb 19 01:43:36.725 INFO O| Done |
| 8828 | 2026-02-19T01:43:39.391Z | [ host-image] Feb 19 01:43:39.291 INFO O| Feb 19 01:43:39.291 INFO O| Done |
| 8829 | 2026-02-19T01:43:39.452Z | [ host-image] Feb 19 01:43:39.352 INFO O| Feb 19 01:43:39.352 INFO O| Done |
| 8830 | 2026-02-19T01:43:39.452Z | [ host-image] Feb 19 01:43:39.352 INFO O| Feb 19 01:43:39.352 INFO O| Done |
| 8831 | 2026-02-19T01:43:39.476Z | [ host-image] Feb 19 01:43:39.375 INFO O| Feb 19 01:43:39.375 INFO O| Done |
| 8832 | 2026-02-19T01:43:41.600Z | [ host-image] Feb 19 01:43:41.500 INFO O| Feb 19 01:43:41.500 INFO STEP 14 (pkg_install) COMPLETE |
| 8833 | 2026-02-19T01:43:41.600Z | [ host-image] Feb 19 01:43:41.500 INFO O| Feb 19 01:43:41.500 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 8834 | 2026-02-19T01:43:41.624Z | [ host-image] Feb 19 01:43:41.500 INFO O| Feb 19 01:43:41.500 INFO skip step because feature "mbist" is not enabled |
| 8835 | 2026-02-19T01:43:41.624Z | [ host-image] Feb 19 01:43:41.500 INFO O| Feb 19 01:43:41.500 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 8836 | 2026-02-19T01:43:41.624Z | [ host-image] Feb 19 01:43:41.500 INFO O| Feb 19 01:43:41.500 INFO skip step because feature "mfg" is not enabled |
| 8837 | 2026-02-19T01:43:41.624Z | [ host-image] Feb 19 01:43:41.500 INFO O| Feb 19 01:43:41.500 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 8838 | 2026-02-19T01:43:41.624Z | [ host-image] Feb 19 01:43:41.500 INFO O| Feb 19 01:43:41.500 INFO skip step because feature "compliance" is not enabled |
| 8839 | 2026-02-19T01:43:41.624Z | [ host-image] Feb 19 01:43:41.500 INFO O| Feb 19 01:43:41.500 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 8840 | 2026-02-19T01:43:41.624Z | [ host-image] Feb 19 01:43:41.500 INFO O| Feb 19 01:43:41.500 INFO skip step because feature "stress" is not enabled |
| 8841 | 2026-02-19T01:43:41.624Z | [ host-image] Feb 19 01:43:41.500 INFO O| Feb 19 01:43:41.500 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 8842 | 2026-02-19T01:43:41.624Z | [ host-image] Feb 19 01:43:41.500 INFO O| Feb 19 01:43:41.500 INFO skip step because feature "compliance" is not enabled |
| 8843 | 2026-02-19T01:43:41.624Z | [ host-image] Feb 19 01:43:41.500 INFO O| Feb 19 01:43:41.500 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 8844 | 2026-02-19T01:43:41.624Z | [ host-image] Feb 19 01:43:41.500 INFO O| Feb 19 01:43:41.500 INFO skip step because feature "nfs" is not enabled |
| 8845 | 2026-02-19T01:43:41.624Z | [ host-image] Feb 19 01:43:41.500 INFO O| Feb 19 01:43:41.500 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 8846 | 2026-02-19T01:43:41.624Z | [ host-image] Feb 19 01:43:41.500 INFO O| Feb 19 01:43:41.500 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 8847 | 2026-02-19T01:43:41.648Z | [ host-image] Feb 19 01:43:41.526 INFO O| Feb 19 01:43:41.525 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 8848 | 2026-02-19T01:43:41.691Z | [ host-image] Feb 19 01:43:41.591 INFO O| Feb 19 01:43:41.591 INFO completed processing sled/ramdisk-01-os |
| 8849 | 2026-02-19T01:43:42.100Z | [ host-image] Feb 19 01:43:42.000 INFO omicron1 baseline generation... |
| 8850 | 2026-02-19T01:43:42.149Z | [ host-image] Feb 19 01:43:42.001 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
| 8851 | 2026-02-19T01:43:42.877Z | [ host-image] Feb 19 01:43:42.778 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23781:20260217T225648Z |
| 8852 | 2026-02-19T01:45:02.860Z | [ recovery-image] Feb 19 01:45:02.766 INFO O| ok, image written! |
| 8853 | 2026-02-19T01:45:02.860Z | [ recovery-image] Feb 19 01:45:02.767 INFO O| ok, boot_image_csum file written! |
| 8854 | 2026-02-19T01:45:02.884Z | [ recovery-image] Feb 19 01:45:02.777 INFO creating boot archive (CPIO)... |
| 8855 | 2026-02-19T01:45:02.884Z | [ recovery-image] Feb 19 01:45:02.777 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 |
| 8856 | 2026-02-19T01:45:02.908Z | [ recovery-image] Feb 19 01:45:02.794 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk |
| 8857 | 2026-02-19T01:45:02.908Z | [ recovery-image] Feb 19 01:45:02.794 INFO E| + outfile=/work/os-recovery/cpio |
| 8858 | 2026-02-19T01:45:02.908Z | [ recovery-image] Feb 19 01:45:02.794 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
| 8859 | 2026-02-19T01:45:02.908Z | [ recovery-image] Feb 19 01:45:02.797 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk |
| 8860 | 2026-02-19T01:45:02.908Z | [ recovery-image] Feb 19 01:45:02.797 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
| 8861 | 2026-02-19T01:45:02.942Z | [ recovery-image] Feb 19 01:45:02.848 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
| 8862 | 2026-02-19T01:45:02.942Z | [ recovery-image] Feb 19 01:45:02.849 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
| 8863 | 2026-02-19T01:45:02.965Z | [ recovery-image] Feb 19 01:45:02.861 INFO creating compressed cpio/unix for dev loaders... |
| 8864 | 2026-02-19T01:45:02.965Z | [ recovery-image] Feb 19 01:45:02.861 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 |
| 8865 | 2026-02-19T01:45:03.431Z | [ recovery-image] Feb 19 01:45:03.338 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
| 8866 | 2026-02-19T01:45:10.647Z | [ recovery-image] Feb 19 01:45:10.555 INFO creating reset image... |
| 8867 | 2026-02-19T01:45:10.647Z | [ recovery-image] Feb 19 01:45:10.555 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 8868 | 2026-02-19T01:45:18.639Z | [ host-image] Feb 19 01:45:18.547 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23781:20260217T225721Z |
| 8869 | 2026-02-19T01:45:18.639Z | [ host-image] Feb 19 01:45:18.547 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23781:20260217T225721Z |
| 8870 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.548 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
| 8871 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.548 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
| 8872 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.548 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
| 8873 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.548 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
| 8874 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.548 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
| 8875 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.548 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
| 8876 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.549 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260219T004506Z |
| 8877 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.549 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z |
| 8878 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.549 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
| 8879 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.549 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23781:20260217T225722Z |
| 8880 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.551 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23781:20260217T225722Z |
| 8881 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.552 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23781:20260217T225723Z |
| 8882 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.552 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23781:20260217T225723Z |
| 8883 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.552 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
| 8884 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.553 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23781:20260217T225723Z |
| 8885 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.554 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23781:20260217T225723Z |
| 8886 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.554 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23781:20260217T225723Z |
| 8887 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.554 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23781:20260217T225723Z |
| 8888 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.554 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23781:20260217T225724Z |
| 8889 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.554 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23781:20260217T225724Z |
| 8890 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.554 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23781:20260217T225724Z |
| 8891 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.554 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23781:20260217T225725Z |
| 8892 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.555 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23781:20260217T225726Z |
| 8893 | 2026-02-19T01:45:18.685Z | [ host-image] Feb 19 01:45:18.555 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23781:20260217T225726Z |
| 8894 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.555 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23781:20260217T225727Z |
| 8895 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.555 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23781:20260217T225727Z |
| 8896 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.555 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23781:20260217T225728Z |
| 8897 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.555 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23781:20260217T225729Z |
| 8898 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.556 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z |
| 8899 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.556 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23781:20260217T225730Z |
| 8900 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.556 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23781:20260217T225732Z |
| 8901 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.556 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23781:20260217T225733Z |
| 8902 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.556 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23781:20260217T225734Z |
| 8903 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.557 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23781:20260217T225735Z |
| 8904 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.557 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23781:20260217T225735Z |
| 8905 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.565 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z |
| 8906 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.565 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23781:20260217T225736Z |
| 8907 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.565 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z |
| 8908 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.565 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
| 8909 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.565 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
| 8910 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.566 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23781:20260217T225736Z |
| 8911 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.566 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
| 8912 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.566 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
| 8913 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.567 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
| 8914 | 2026-02-19T01:45:18.686Z | [ host-image] Feb 19 01:45:18.567 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
| 8915 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.574 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
| 8916 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.574 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
| 8917 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.574 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
| 8918 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.574 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
| 8919 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.575 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
| 8920 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.575 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
| 8921 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.595 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z |
| 8922 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.595 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
| 8923 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.596 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
| 8924 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.596 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23781:20260217T225738Z |
| 8925 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.596 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23781:20260217T225743Z |
| 8926 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.596 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
| 8927 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.596 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23781:20260217T225744Z |
| 8928 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.596 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z |
| 8929 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.596 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z |
| 8930 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.596 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z |
| 8931 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.596 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z |
| 8932 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.596 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23781:20260217T225744Z |
| 8933 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.596 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
| 8934 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.599 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
| 8935 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.599 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
| 8936 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.599 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
| 8937 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.599 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23781:20260217T225744Z |
| 8938 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.599 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
| 8939 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.608 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
| 8940 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.609 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23781:20260217T225745Z |
| 8941 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.610 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23781:20260217T225745Z |
| 8942 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.610 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23781:20260217T225745Z |
| 8943 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.610 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z |
| 8944 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.610 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23781:20260217T225746Z |
| 8945 | 2026-02-19T01:45:18.711Z | [ host-image] Feb 19 01:45:18.611 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23781:20260217T225747Z |
| 8946 | 2026-02-19T01:45:18.712Z | [ host-image] Feb 19 01:45:18.611 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23781:20260217T225747Z |
| 8947 | 2026-02-19T01:45:18.712Z | [ host-image] Feb 19 01:45:18.611 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23781:20260217T225747Z |
| 8948 | 2026-02-19T01:45:18.712Z | [ host-image] Feb 19 01:45:18.613 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
| 8949 | 2026-02-19T01:45:18.712Z | [ host-image] Feb 19 01:45:18.613 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23781:20260217T225747Z |
| 8950 | 2026-02-19T01:45:18.712Z | [ host-image] Feb 19 01:45:18.613 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23781:20260217T225748Z |
| 8951 | 2026-02-19T01:45:18.712Z | [ host-image] Feb 19 01:45:18.614 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
| 8952 | 2026-02-19T01:45:18.712Z | [ host-image] Feb 19 01:45:18.614 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23781:20260217T225749Z |
| 8953 | 2026-02-19T01:45:18.712Z | [ host-image] Feb 19 01:45:18.614 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23781:20260217T225749Z |
| 8954 | 2026-02-19T01:45:18.712Z | [ host-image] Feb 19 01:45:18.614 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23781:20260217T225749Z |
| 8955 | 2026-02-19T01:45:18.712Z | [ host-image] Feb 19 01:45:18.614 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23781:20260217T225749Z |
| 8956 | 2026-02-19T01:45:18.712Z | [ host-image] Feb 19 01:45:18.619 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23781:20260217T225749Z |
| 8957 | 2026-02-19T01:45:18.712Z | [ host-image] Feb 19 01:45:18.619 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
| 8958 | 2026-02-19T01:45:18.736Z | [ host-image] Feb 19 01:45:18.620 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23781:20260217T225749Z |
| 8959 | 2026-02-19T01:45:18.736Z | [ host-image] Feb 19 01:45:18.621 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23781:20260217T225749Z |
| 8960 | 2026-02-19T01:45:18.736Z | [ host-image] Feb 19 01:45:18.621 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23781:20260217T225750Z |
| 8961 | 2026-02-19T01:45:18.736Z | [ host-image] Feb 19 01:45:18.621 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23781:20260217T225750Z |
| 8962 | 2026-02-19T01:45:18.736Z | [ host-image] Feb 19 01:45:18.621 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23781:20260217T225750Z |
| 8963 | 2026-02-19T01:45:18.736Z | [ host-image] Feb 19 01:45:18.622 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23781:20260217T225750Z |
| 8964 | 2026-02-19T01:45:18.736Z | [ host-image] Feb 19 01:45:18.622 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23781:20260217T225751Z |
| 8965 | 2026-02-19T01:45:18.736Z | [ host-image] Feb 19 01:45:18.627 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23781:20260217T225752Z |
| 8966 | 2026-02-19T01:45:18.736Z | [ host-image] Feb 19 01:45:18.627 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23781:20260217T225751Z |
| 8967 | 2026-02-19T01:45:18.736Z | [ host-image] Feb 19 01:45:18.628 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23781:20260217T225751Z |
| 8968 | 2026-02-19T01:45:18.736Z | [ host-image] Feb 19 01:45:18.629 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23781:20260217T225751Z |
| 8969 | 2026-02-19T01:45:18.736Z | [ host-image] Feb 19 01:45:18.629 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23781:20260217T225752Z |
| 8970 | 2026-02-19T01:45:18.761Z | [ host-image] Feb 19 01:45:18.659 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23781:20260217T225755Z |
| 8971 | 2026-02-19T01:45:18.761Z | [ host-image] Feb 19 01:45:18.660 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23781:20260217T225752Z |
| 8972 | 2026-02-19T01:45:18.761Z | [ host-image] Feb 19 01:45:18.660 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23781:20260217T225752Z |
| 8973 | 2026-02-19T01:45:18.761Z | [ host-image] Feb 19 01:45:18.660 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
| 8974 | 2026-02-19T01:45:18.761Z | [ host-image] Feb 19 01:45:18.660 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
| 8975 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.676 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23781:20260217T225752Z |
| 8976 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.677 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
| 8977 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.677 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23781:20260217T225753Z |
| 8978 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.677 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23781:20260217T225753Z |
| 8979 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.677 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23781:20260217T225753Z |
| 8980 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.677 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
| 8981 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.681 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
| 8982 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.681 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23781:20260217T225754Z |
| 8983 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.681 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23781:20260217T225754Z |
| 8984 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.681 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23781:20260217T225754Z |
| 8985 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.682 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23781:20260217T225754Z |
| 8986 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.682 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23781:20260217T225755Z |
| 8987 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.682 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23781:20260217T225755Z |
| 8988 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.684 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
| 8989 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.684 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23781:20260217T225755Z |
| 8990 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.685 INFO O| install = pkg://helios-dev/system/microcode/intel@20251111-2.0.23781:20260217T225755Z |
| 8991 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.685 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23781:20260217T225755Z |
| 8992 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.685 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23781:20260217T225757Z |
| 8993 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.686 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23781:20260217T225756Z |
| 8994 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.686 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23781:20260217T225756Z |
| 8995 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.686 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
| 8996 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.686 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
| 8997 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.686 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23781:20260217T225759Z |
| 8998 | 2026-02-19T01:45:18.785Z | [ host-image] Feb 19 01:45:18.687 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23781:20260217T225759Z |
| 8999 | 2026-02-19T01:45:18.786Z | [ host-image] Feb 19 01:45:18.687 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z |
| 9000 | 2026-02-19T01:45:18.786Z | [ host-image] Feb 19 01:45:18.687 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
| 9001 | 2026-02-19T01:45:18.786Z | [ host-image] Feb 19 01:45:18.687 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
| 9002 | 2026-02-19T01:45:18.786Z | [ host-image] Feb 19 01:45:18.687 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
| 9003 | 2026-02-19T01:45:18.786Z | [ host-image] Feb 19 01:45:18.687 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z |
| 9004 | 2026-02-19T01:45:18.786Z | [ host-image] Feb 19 01:45:18.688 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
| 9005 | 2026-02-19T01:45:18.786Z | [ host-image] Feb 19 01:45:18.689 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z |
| 9006 | 2026-02-19T01:45:18.786Z | [ host-image] Feb 19 01:45:18.690 INFO O| tempdir @ "/tmp/.tmpxCJqGM/tmp" |
| 9007 | 2026-02-19T01:45:18.786Z | [ host-image] Feb 19 01:45:18.690 INFO O| image root @ "/tmp/.tmpxCJqGM/tmp/root" |
| 9008 | 2026-02-19T01:45:18.786Z | [ host-image] Feb 19 01:45:18.690 INFO O| creating image... |
| 9009 | 2026-02-19T01:45:19.518Z | [ host-image] Feb 19 01:45:19.426 INFO O| copying publishers... |
| 9010 | 2026-02-19T01:46:12.740Z | [ recovery-image] Feb 19 01:46:12.652 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-02-09-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')" |
| 9011 | 2026-02-19T01:46:12.740Z | [ recovery-image] Feb 19 01:46:12.652 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") |
| 9012 | 2026-02-19T01:46:13.356Z | [ recovery-image] Feb 19 01:46:13.269 INFO E| Updating crates.io index |
| 9013 | 2026-02-19T01:46:13.682Z | [ recovery-image] Feb 19 01:46:13.594 INFO E| Downloading crates ... |
| 9014 | 2026-02-19T01:46:13.756Z | [ recovery-image] Feb 19 01:46:13.668 INFO E| Downloaded anstyle-query v1.1.5 |
| 9015 | 2026-02-19T01:46:13.782Z | [ recovery-image] Feb 19 01:46:13.673 INFO E| Downloaded proc-macro2 v1.0.106 |
| 9016 | 2026-02-19T01:46:13.783Z | [ recovery-image] Feb 19 01:46:13.680 INFO E| Downloaded signal-hook-registry v1.4.8 |
| 9017 | 2026-02-19T01:46:13.783Z | [ recovery-image] Feb 19 01:46:13.683 INFO E| Downloaded sigchld v0.2.4 |
| 9018 | 2026-02-19T01:46:13.783Z | [ recovery-image] Feb 19 01:46:13.686 INFO E| Downloaded duct v1.1.1 |
| 9019 | 2026-02-19T01:46:13.783Z | [ recovery-image] Feb 19 01:46:13.689 INFO E| Downloaded clap v4.5.57 |
| 9020 | 2026-02-19T01:46:13.806Z | [ recovery-image] Feb 19 01:46:13.701 INFO E| Downloaded unicode-ident v1.0.23 |
| 9021 | 2026-02-19T01:46:13.807Z | [ recovery-image] Feb 19 01:46:13.704 INFO E| Downloaded clap_derive v4.5.55 |
| 9022 | 2026-02-19T01:46:13.807Z | [ recovery-image] Feb 19 01:46:13.707 INFO E| Downloaded shared_thread v0.2.0 |
| 9023 | 2026-02-19T01:46:13.807Z | [ recovery-image] Feb 19 01:46:13.709 INFO E| Downloaded clap_lex v0.7.7 |
| 9024 | 2026-02-19T01:46:13.807Z | [ recovery-image] Feb 19 01:46:13.711 INFO E| Downloaded shared_child v1.1.1 |
| 9025 | 2026-02-19T01:46:13.807Z | [ recovery-image] Feb 19 01:46:13.713 INFO E| Downloaded quote v1.0.44 |
| 9026 | 2026-02-19T01:46:13.807Z | [ recovery-image] Feb 19 01:46:13.716 INFO E| Downloaded clap_builder v4.5.57 |
| 9027 | 2026-02-19T01:46:13.831Z | [ recovery-image] Feb 19 01:46:13.724 INFO E| Downloaded os_pipe v1.2.3 |
| 9028 | 2026-02-19T01:46:13.880Z | [ recovery-image] Feb 19 01:46:13.793 INFO E| Compiling libc v0.2.180 |
| 9029 | 2026-02-19T01:46:13.880Z | [ recovery-image] Feb 19 01:46:13.793 INFO E| Compiling proc-macro2 v1.0.106 |
| 9030 | 2026-02-19T01:46:13.904Z | [ recovery-image] Feb 19 01:46:13.793 INFO E| Compiling unicode-ident v1.0.23 |
| 9031 | 2026-02-19T01:46:13.904Z | [ recovery-image] Feb 19 01:46:13.793 INFO E| Compiling quote v1.0.44 |
| 9032 | 2026-02-19T01:46:13.904Z | [ recovery-image] Feb 19 01:46:13.793 INFO E| Compiling signal-hook v0.3.18 |
| 9033 | 2026-02-19T01:46:13.905Z | [ recovery-image] Feb 19 01:46:13.793 INFO E| Compiling utf8parse v0.2.2 |
| 9034 | 2026-02-19T01:46:13.905Z | [ recovery-image] Feb 19 01:46:13.793 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 9035 | 2026-02-19T01:46:13.905Z | [ recovery-image] Feb 19 01:46:13.794 INFO E| Compiling colorchoice v1.0.4 |
| 9036 | 2026-02-19T01:46:14.228Z | [ recovery-image] Feb 19 01:46:14.141 INFO E| Compiling anstyle v1.0.13 |
| 9037 | 2026-02-19T01:46:14.343Z | [ recovery-image] Feb 19 01:46:14.256 INFO E| Compiling anstyle-parse v0.2.7 |
| 9038 | 2026-02-19T01:46:14.528Z | [ recovery-image] Feb 19 01:46:14.440 INFO E| Compiling anstyle-query v1.1.5 |
| 9039 | 2026-02-19T01:46:14.621Z | [ recovery-image] Feb 19 01:46:14.532 INFO E| Compiling clap_lex v0.7.7 |
| 9040 | 2026-02-19T01:46:14.859Z | [ recovery-image] Feb 19 01:46:14.772 INFO E| Compiling heck v0.5.0 |
| 9041 | 2026-02-19T01:46:14.883Z | [ recovery-image] Feb 19 01:46:14.780 INFO E| Compiling anstream v0.6.21 |
| 9042 | 2026-02-19T01:46:15.030Z | [ recovery-image] Feb 19 01:46:14.943 INFO E| Compiling strsim v0.11.1 |
| 9043 | 2026-02-19T01:46:15.065Z | [ recovery-image] Feb 19 01:46:14.978 INFO E| Compiling shared_thread v0.2.0 |
| 9044 | 2026-02-19T01:46:15.544Z | [ recovery-image] Feb 19 01:46:15.457 INFO E| Compiling clap_builder v4.5.57 |
| 9045 | 2026-02-19T01:46:16.254Z | [ recovery-image] Feb 19 01:46:16.167 INFO E| Compiling errno v0.3.14 |
| 9046 | 2026-02-19T01:46:16.254Z | [ recovery-image] Feb 19 01:46:16.167 INFO E| Compiling os_pipe v1.2.3 |
| 9047 | 2026-02-19T01:46:16.519Z | [ recovery-image] Feb 19 01:46:16.424 INFO E| Compiling signal-hook-registry v1.4.8 |
| 9048 | 2026-02-19T01:46:17.075Z | [ recovery-image] Feb 19 01:46:16.988 INFO E| Compiling syn v2.0.114 |
| 9049 | 2026-02-19T01:46:17.240Z | [ recovery-image] Feb 19 01:46:17.153 INFO E| Compiling sigchld v0.2.4 |
| 9050 | 2026-02-19T01:46:17.453Z | [ recovery-image] Feb 19 01:46:17.366 INFO E| Compiling shared_child v1.1.1 |
| 9051 | 2026-02-19T01:46:17.737Z | [ recovery-image] Feb 19 01:46:17.650 INFO E| Compiling duct v1.1.1 |
| 9052 | 2026-02-19T01:46:24.377Z | [ recovery-image] Feb 19 01:46:24.291 INFO E| Compiling clap_derive v4.5.55 |
| 9053 | 2026-02-19T01:46:27.144Z | [ recovery-image] Feb 19 01:46:27.045 INFO E| Compiling clap v4.5.57 |
| 9054 | 2026-02-19T01:46:27.230Z | [ recovery-image] Feb 19 01:46:27.143 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
| 9055 | 2026-02-19T01:46:28.955Z | [ recovery-image] Feb 19 01:46:28.868 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.08s |
| 9056 | 2026-02-19T01:46:28.980Z | [ recovery-image] Feb 19 01:46:28.880 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl` |
| 9057 | 2026-02-19T01:46:29.358Z | [ recovery-image] Feb 19 01:46:29.272 INFO E| Downloading crates ... |
| 9058 | 2026-02-19T01:46:29.454Z | [ recovery-image] Feb 19 01:46:29.368 INFO E| Downloaded bit_field v0.10.3 |
| 9059 | 2026-02-19T01:46:29.479Z | [ recovery-image] Feb 19 01:46:29.374 INFO E| Downloaded bitstruct_derive v0.1.0 |
| 9060 | 2026-02-19T01:46:29.479Z | [ recovery-image] Feb 19 01:46:29.375 INFO E| Downloaded bitstruct v0.1.1 |
| 9061 | 2026-02-19T01:46:29.479Z | [ recovery-image] Feb 19 01:46:29.379 INFO E| Downloaded cpio_reader v0.1.2 |
| 9062 | 2026-02-19T01:46:29.479Z | [ recovery-image] Feb 19 01:46:29.383 INFO E| Downloaded goblin v0.10.4 |
| 9063 | 2026-02-19T01:46:29.504Z | [ recovery-image] Feb 19 01:46:29.396 INFO E| Downloaded miniz_oxide v0.9.0 |
| 9064 | 2026-02-19T01:46:29.505Z | [ recovery-image] Feb 19 01:46:29.401 INFO E| Downloaded raw-cpuid v10.7.0 |
| 9065 | 2026-02-19T01:46:29.529Z | [ recovery-image] Feb 19 01:46:29.432 INFO E| Downloaded x86 v0.52.0 |
| 9066 | 2026-02-19T01:46:29.579Z | [ recovery-image] Feb 19 01:46:29.493 INFO E| Updating crates.io index |
| 9067 | 2026-02-19T01:46:29.652Z | [ recovery-image] Feb 19 01:46:29.566 INFO E| Downloading crates ... |
| 9068 | 2026-02-19T01:46:29.690Z | [ recovery-image] Feb 19 01:46:29.604 INFO E| Downloaded rustc-literal-escaper v0.0.7 |
| 9069 | 2026-02-19T01:46:29.715Z | [ recovery-image] Feb 19 01:46:29.606 INFO E| Downloaded rustc-demangle v0.1.27 |
| 9070 | 2026-02-19T01:46:29.715Z | [ recovery-image] Feb 19 01:46:29.624 INFO E| Downloaded libc v0.2.178 |
| 9071 | 2026-02-19T01:46:29.831Z | [ recovery-image] Feb 19 01:46:29.745 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 9072 | 2026-02-19T01:46:29.831Z | [ recovery-image] Feb 19 01:46:29.745 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 9073 | 2026-02-19T01:46:29.856Z | [ recovery-image] Feb 19 01:46:29.745 INFO E| Compiling proc-macro2 v1.0.106 |
| 9074 | 2026-02-19T01:46:29.856Z | [ recovery-image] Feb 19 01:46:29.745 INFO E| Compiling unicode-ident v1.0.23 |
| 9075 | 2026-02-19T01:46:29.856Z | [ recovery-image] Feb 19 01:46:29.745 INFO E| Compiling quote v1.0.44 |
| 9076 | 2026-02-19T01:46:29.856Z | [ recovery-image] Feb 19 01:46:29.746 INFO E| Compiling syn v1.0.109 |
| 9077 | 2026-02-19T01:46:29.856Z | [ recovery-image] Feb 19 01:46:29.746 INFO E| Compiling x86 v0.52.0 |
| 9078 | 2026-02-19T01:46:29.856Z | [ recovery-image] Feb 19 01:46:29.746 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 9079 | 2026-02-19T01:46:30.153Z | [ recovery-image] Feb 19 01:46:30.067 INFO E| Compiling seq-macro v0.3.6 |
| 9080 | 2026-02-19T01:46:32.554Z | [ recovery-image] Feb 19 01:46:32.468 INFO E| Compiling syn v2.0.114 |
| 9081 | 2026-02-19T01:46:36.739Z | [ host-image] Feb 19 01:46:36.652 INFO O| adding properties... |
| 9082 | 2026-02-19T01:46:36.881Z | [ recovery-image] Feb 19 01:46:36.796 INFO E| Compiling scroll_derive v0.13.1 |
| 9083 | 2026-02-19T01:46:38.613Z | [ host-image] Feb 19 01:46:38.527 INFO O| installing packages... |
| 9084 | 2026-02-19T01:46:40.657Z | [ recovery-image] Feb 19 01:46:40.572 INFO E| Compiling bitstruct_derive v0.1.0 |
| 9085 | 2026-02-19T01:47:01.516Z | [ recovery-image] Feb 19 01:47:01.433 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 9086 | 2026-02-19T01:47:07.016Z | [ recovery-image] Feb 19 01:47:06.932 INFO E| Compiling bitflags v1.3.2 |
| 9087 | 2026-02-19T01:47:07.016Z | [ recovery-image] Feb 19 01:47:06.932 INFO E| Compiling bit_field v0.10.3 |
| 9088 | 2026-02-19T01:47:07.016Z | [ recovery-image] Feb 19 01:47:06.932 INFO E| Compiling log v0.4.29 |
| 9089 | 2026-02-19T01:47:07.040Z | [ recovery-image] Feb 19 01:47:06.932 INFO E| Compiling bitflags v2.10.0 |
| 9090 | 2026-02-19T01:47:07.040Z | [ recovery-image] Feb 19 01:47:06.932 INFO E| Compiling adler2 v2.0.1 |
| 9091 | 2026-02-19T01:47:07.040Z | [ recovery-image] Feb 19 01:47:06.932 INFO E| Compiling plain v0.2.3 |
| 9092 | 2026-02-19T01:47:07.041Z | [ recovery-image] Feb 19 01:47:06.932 INFO E| Compiling scroll v0.13.0 |
| 9093 | 2026-02-19T01:47:07.336Z | [ recovery-image] Feb 19 01:47:07.253 INFO E| Compiling raw-cpuid v10.7.0 |
| 9094 | 2026-02-19T01:47:07.374Z | [ recovery-image] Feb 19 01:47:07.291 INFO E| Compiling miniz_oxide v0.9.0 |
| 9095 | 2026-02-19T01:47:07.646Z | [ recovery-image] Feb 19 01:47:07.563 INFO E| Compiling static_assertions v1.1.0 |
| 9096 | 2026-02-19T01:47:07.731Z | [ recovery-image] Feb 19 01:47:07.648 INFO E| Compiling cpio_reader v0.1.2 |
| 9097 | 2026-02-19T01:47:07.839Z | [ recovery-image] Feb 19 01:47:07.755 INFO E| Compiling bitstruct v0.1.1 |
| 9098 | 2026-02-19T01:47:08.062Z | [ recovery-image] Feb 19 01:47:07.979 INFO E| Compiling goblin v0.10.4 |
| 9099 | 2026-02-19T01:47:15.646Z | [ host-image] Feb 19 01:47:15.563 INFO O| seeding SMF database... |
| 9100 | 2026-02-19T01:47:15.894Z | [ recovery-image] Feb 19 01:47:15.812 INFO E| Finished `release` profile [optimized] target(s) in 46.90s |
| 9101 | 2026-02-19T01:47:15.921Z | [ recovery-image] Feb 19 01:47:15.839 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 9102 | 2026-02-19T01:47:16.097Z | [ recovery-image] Feb 19 01:47:16.015 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.91.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')" |
| 9103 | 2026-02-19T01:47:16.097Z | [ recovery-image] Feb 19 01:47:16.015 INFO building ROM for cosmo |
| 9104 | 2026-02-19T01:47:16.122Z | [ recovery-image] Feb 19 01:47:16.016 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.7.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") |
| 9105 | 2026-02-19T01:47:18.862Z | [ recovery-image] Feb 19 01:47:18.779 INFO E| Downloading crates ... |
| 9106 | 2026-02-19T01:47:18.992Z | [ recovery-image] Feb 19 01:47:18.910 INFO E| Downloaded shared_child v1.0.1 |
| 9107 | 2026-02-19T01:47:19.108Z | [ recovery-image] Feb 19 01:47:19.026 INFO E| Downloaded toml_write v0.1.1 |
| 9108 | 2026-02-19T01:47:19.134Z | [ recovery-image] Feb 19 01:47:19.029 INFO E| Downloaded toml v0.8.22 |
| 9109 | 2026-02-19T01:47:19.182Z | [ recovery-image] Feb 19 01:47:19.100 INFO E| Downloaded anstyle-query v1.1.2 |
| 9110 | 2026-02-19T01:47:19.207Z | [ recovery-image] Feb 19 01:47:19.103 INFO E| Downloaded winnow v0.7.7 |
| 9111 | 2026-02-19T01:47:19.207Z | [ recovery-image] Feb 19 01:47:19.117 INFO E| Downloaded toml_edit v0.22.26 |
| 9112 | 2026-02-19T01:47:19.245Z | [ recovery-image] Feb 19 01:47:19.163 INFO E| Downloaded cc v1.2.20 |
| 9113 | 2026-02-19T01:47:19.339Z | [ recovery-image] Feb 19 01:47:19.257 INFO E| Downloaded anstyle-parse v0.2.6 |
| 9114 | 2026-02-19T01:47:19.364Z | [ recovery-image] Feb 19 01:47:19.260 INFO E| Downloaded anstyle v1.0.10 |
| 9115 | 2026-02-19T01:47:19.364Z | [ recovery-image] Feb 19 01:47:19.262 INFO E| Downloaded toml_datetime v0.6.9 |
| 9116 | 2026-02-19T01:47:19.364Z | [ recovery-image] Feb 19 01:47:19.264 INFO E| Downloaded serde_spanned v0.6.8 |
| 9117 | 2026-02-19T01:47:19.364Z | [ recovery-image] Feb 19 01:47:19.265 INFO E| Downloaded duct v0.13.7 |
| 9118 | 2026-02-19T01:47:19.364Z | [ recovery-image] Feb 19 01:47:19.268 INFO E| Downloaded clap_builder v4.5.37 |
| 9119 | 2026-02-19T01:47:19.364Z | [ recovery-image] Feb 19 01:47:19.275 INFO E| Downloaded colorchoice v1.0.3 |
| 9120 | 2026-02-19T01:47:19.364Z | [ recovery-image] Feb 19 01:47:19.277 INFO E| Downloaded clap_derive v4.5.32 |
| 9121 | 2026-02-19T01:47:19.364Z | [ recovery-image] Feb 19 01:47:19.279 INFO E| Downloaded clap v4.5.37 |
| 9122 | 2026-02-19T01:47:19.389Z | [ recovery-image] Feb 19 01:47:19.289 INFO E| Downloaded os_pipe v1.2.1 |
| 9123 | 2026-02-19T01:47:19.841Z | [ recovery-image] Feb 19 01:47:19.758 INFO E| Compiling libc v0.2.172 |
| 9124 | 2026-02-19T01:47:19.841Z | [ recovery-image] Feb 19 01:47:19.758 INFO E| Compiling utf8parse v0.2.2 |
| 9125 | 2026-02-19T01:47:19.865Z | [ recovery-image] Feb 19 01:47:19.759 INFO E| Compiling shlex v1.3.0 |
| 9126 | 2026-02-19T01:47:19.866Z | [ recovery-image] Feb 19 01:47:19.759 INFO E| Compiling anstyle-query v1.1.2 |
| 9127 | 2026-02-19T01:47:19.866Z | [ recovery-image] Feb 19 01:47:19.759 INFO E| Compiling is_terminal_polyfill v1.70.1 |
| 9128 | 2026-02-19T01:47:19.866Z | [ recovery-image] Feb 19 01:47:19.773 INFO E| Compiling anstyle v1.0.10 |
| 9129 | 2026-02-19T01:47:19.890Z | [ recovery-image] Feb 19 01:47:19.797 INFO E| Compiling once_cell v1.21.3 |
| 9130 | 2026-02-19T01:47:19.890Z | [ recovery-image] Feb 19 01:47:19.798 INFO E| Compiling syn v2.0.101 |
| 9131 | 2026-02-19T01:47:20.305Z | [ recovery-image] Feb 19 01:47:20.223 INFO E| Compiling anstyle-parse v0.2.6 |
| 9132 | 2026-02-19T01:47:20.636Z | [ recovery-image] Feb 19 01:47:20.553 INFO E| Compiling colorchoice v1.0.3 |
| 9133 | 2026-02-19T01:47:20.660Z | [ recovery-image] Feb 19 01:47:20.566 INFO E| Compiling equivalent v1.0.2 |
| 9134 | 2026-02-19T01:47:20.857Z | [ recovery-image] Feb 19 01:47:20.775 INFO E| Compiling hashbrown v0.15.2 |
| 9135 | 2026-02-19T01:47:20.881Z | [ recovery-image] Feb 19 01:47:20.790 INFO E| Compiling cc v1.2.20 |
| 9136 | 2026-02-19T01:47:20.881Z | [ recovery-image] Feb 19 01:47:20.790 INFO E| Compiling anyhow v1.0.98 |
| 9137 | 2026-02-19T01:47:21.012Z | [ recovery-image] Feb 19 01:47:20.930 INFO E| Compiling anstream v0.6.18 |
| 9138 | 2026-02-19T01:47:21.144Z | [ recovery-image] Feb 19 01:47:21.061 INFO E| Compiling strsim v0.11.1 |
| 9139 | 2026-02-19T01:47:21.480Z | [ recovery-image] Feb 19 01:47:21.397 INFO E| Compiling clap_lex v0.7.4 |
| 9140 | 2026-02-19T01:47:22.076Z | [ recovery-image] Feb 19 01:47:21.994 INFO E| Compiling winnow v0.7.7 |
| 9141 | 2026-02-19T01:47:22.313Z | [ recovery-image] Feb 19 01:47:22.231 INFO E| Compiling toml_write v0.1.1 |
| 9142 | 2026-02-19T01:47:22.881Z | [ recovery-image] Feb 19 01:47:22.799 INFO E| Compiling clap_builder v4.5.37 |
| 9143 | 2026-02-19T01:47:23.247Z | [ recovery-image] Feb 19 01:47:23.165 INFO E| Compiling os_pipe v1.2.1 |
| 9144 | 2026-02-19T01:47:23.436Z | [ recovery-image] Feb 19 01:47:23.354 INFO E| Compiling shared_child v1.0.1 |
| 9145 | 2026-02-19T01:47:23.854Z | [ recovery-image] Feb 19 01:47:23.772 INFO E| Compiling indexmap v2.9.0 |
| 9146 | 2026-02-19T01:47:23.916Z | [ recovery-image] Feb 19 01:47:23.835 INFO E| Compiling duct v0.13.7 |
| 9147 | 2026-02-19T01:47:26.265Z | [ recovery-image] Feb 19 01:47:26.184 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask) |
| 9148 | 2026-02-19T01:47:27.210Z | [ host-image] Feb 19 01:47:27.128 INFO O| configuring SMF profile... |
| 9149 | 2026-02-19T01:47:27.210Z | [ host-image] Feb 19 01:47:27.128 INFO O| modifying shadow(5)... |
| 9150 | 2026-02-19T01:47:27.234Z | [ host-image] Feb 19 01:47:27.129 INFO O| loading user and group database... |
| 9151 | 2026-02-19T01:47:27.234Z | [ host-image] Feb 19 01:47:27.129 INFO O| loading facet selections... |
| 9152 | 2026-02-19T01:47:27.930Z | [ host-image] Feb 19 01:47:27.849 INFO O| devel -> true |
| 9153 | 2026-02-19T01:47:27.930Z | [ host-image] Feb 19 01:47:27.849 INFO O| doc.man -> true |
| 9154 | 2026-02-19T01:47:27.954Z | [ host-image] Feb 19 01:47:27.849 INFO O| version-lock.shell/ksh93 -> true |
| 9155 | 2026-02-19T01:47:27.954Z | [ host-image] Feb 19 01:47:27.849 INFO O| version-lock.system/data/hardware-registry -> true |
| 9156 | 2026-02-19T01:47:27.954Z | [ host-image] Feb 19 01:47:27.849 INFO O| version-lock.system/data/zoneinfo -> true |
| 9157 | 2026-02-19T01:47:27.954Z | [ host-image] Feb 19 01:47:27.849 INFO O| version-lock.system/microcode/amd -> true |
| 9158 | 2026-02-19T01:47:27.954Z | [ host-image] Feb 19 01:47:27.849 INFO O| version-lock.system/microcode/intel -> true |
| 9159 | 2026-02-19T01:47:27.955Z | [ host-image] Feb 19 01:47:27.849 INFO O| version-lock.system/microcode/oxide -> true |
| 9160 | 2026-02-19T01:47:27.955Z | [ host-image] Feb 19 01:47:27.849 INFO O| assessing packaged files... |
| 9161 | 2026-02-19T01:47:29.676Z | [ recovery-image] Feb 19 01:47:29.595 INFO E| Compiling serde_derive v1.0.219 |
| 9162 | 2026-02-19T01:47:29.677Z | [ recovery-image] Feb 19 01:47:29.595 INFO E| Compiling clap_derive v4.5.32 |
| 9163 | 2026-02-19T01:47:32.246Z | [ host-image] Feb 19 01:47:32.164 INFO O| creating archive... |
| 9164 | 2026-02-19T01:47:32.299Z | [ host-image] Feb 19 01:47:32.217 INFO O| missing from packaging: |
| 9165 | 2026-02-19T01:47:32.299Z | [ host-image] Feb 19 01:47:32.217 INFO O| "etc/.pwd.lock" |
| 9166 | 2026-02-19T01:47:32.323Z | [ host-image] Feb 19 01:47:32.217 INFO O| "etc/bash" |
| 9167 | 2026-02-19T01:47:32.323Z | [ host-image] Feb 19 01:47:32.224 INFO O| "etc/svc/profile/generic.xml" |
| 9168 | 2026-02-19T01:47:32.323Z | [ host-image] Feb 19 01:47:32.224 INFO O| "etc/svc/profile/inetd_services.xml" |
| 9169 | 2026-02-19T01:47:32.323Z | [ host-image] Feb 19 01:47:32.224 INFO O| "etc/svc/profile/name_service.xml" |
| 9170 | 2026-02-19T01:47:32.323Z | [ host-image] Feb 19 01:47:32.224 INFO O| "etc/svc/profile/platform.xml" |
| 9171 | 2026-02-19T01:47:32.323Z | [ host-image] Feb 19 01:47:32.224 INFO O| "etc/svc/profile/platform_omicron1.xml" |
| 9172 | 2026-02-19T01:47:32.323Z | [ host-image] Feb 19 01:47:32.224 INFO O| "etc/svc/repository.db" |
| 9173 | 2026-02-19T01:47:32.347Z | [ host-image] Feb 19 01:47:32.244 INFO O| "opt/ooce/share" |
| 9174 | 2026-02-19T01:47:32.347Z | [ host-image] Feb 19 01:47:32.244 INFO O| "opt/ooce/share/man" |
| 9175 | 2026-02-19T01:47:32.347Z | [ host-image] Feb 19 01:47:32.244 INFO O| "opt/ooce/share/man/man1" |
| 9176 | 2026-02-19T01:47:32.347Z | [ host-image] Feb 19 01:47:32.257 INFO O| finishing archive... |
| 9177 | 2026-02-19T01:47:34.367Z | [ recovery-image] Feb 19 01:47:34.285 INFO E| Compiling clap v4.5.37 |
| 9178 | 2026-02-19T01:47:36.979Z | [ recovery-image] Feb 19 01:47:36.898 INFO E| Compiling serde v1.0.219 |
| 9179 | 2026-02-19T01:47:37.296Z | [ host-image] Feb 19 01:47:37.216 INFO O| creating gzonly manifest... |
| 9180 | 2026-02-19T01:47:37.320Z | [ host-image] Feb 19 01:47:37.225 INFO O| ok |
| 9181 | 2026-02-19T01:47:37.622Z | [ host-image] Feb 19 01:47:37.541 INFO image builder template: ramdisk-02-trim... |
| 9182 | 2026-02-19T01:47:37.622Z | [ host-image] Feb 19 01:47:37.541 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/.tmpNifBKs/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "ramdisk-02-trim"], pwd: None |
| 9183 | 2026-02-19T01:47:37.654Z | [ host-image] Feb 19 01:47:37.574 INFO O| Feb 19 01:47:37.573 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9184 | 2026-02-19T01:47:37.678Z | [ host-image] Feb 19 01:47:37.579 INFO O| Feb 19 01:47:37.579 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9185 | 2026-02-19T01:47:37.727Z | [ host-image] Feb 19 01:47:37.647 INFO O| Feb 19 01:47:37.647 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled |
| 9186 | 2026-02-19T01:47:37.756Z | [ host-image] Feb 19 01:47:37.676 INFO O| Feb 19 01:47:37.676 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9187 | 2026-02-19T01:47:37.756Z | [ host-image] Feb 19 01:47:37.676 INFO O| Feb 19 01:47:37.676 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 9188 | 2026-02-19T01:47:37.780Z | [ host-image] Feb 19 01:47:37.684 INFO O| Feb 19 01:47:37.684 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9189 | 2026-02-19T01:47:37.780Z | [ host-image] Feb 19 01:47:37.690 INFO O| Feb 19 01:47:37.690 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 9190 | 2026-02-19T01:47:37.780Z | [ host-image] Feb 19 01:47:37.698 INFO O| Feb 19 01:47:37.698 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 9191 | 2026-02-19T01:47:38.135Z | [ host-image] Feb 19 01:47:38.055 INFO O| Feb 19 01:47:38.055 INFO rolled back to input snapshot; work may begin |
| 9192 | 2026-02-19T01:47:38.135Z | [ host-image] Feb 19 01:47:38.055 INFO O| Feb 19 01:47:38.055 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 9193 | 2026-02-19T01:47:38.159Z | [ host-image] Feb 19 01:47:38.066 INFO O| Feb 19 01:47:38.066 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9194 | 2026-02-19T01:47:38.183Z | [ host-image] Feb 19 01:47:38.084 INFO O| Feb 19 01:47:38.084 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg" |
| 9195 | 2026-02-19T01:47:38.245Z | [ host-image] Feb 19 01:47:38.164 INFO O| Feb 19 01:47:38.164 INFO STEP 0 (remove_files) COMPLETE |
| 9196 | 2026-02-19T01:47:38.245Z | [ host-image] Feb 19 01:47:38.164 INFO O| Feb 19 01:47:38.164 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9197 | 2026-02-19T01:47:38.269Z | [ host-image] Feb 19 01:47:38.181 INFO O| Feb 19 01:47:38.181 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4" |
| 9198 | 2026-02-19T01:47:38.269Z | [ host-image] Feb 19 01:47:38.183 INFO O| Feb 19 01:47:38.183 INFO STEP 1 (remove_files) COMPLETE |
| 9199 | 2026-02-19T01:47:38.269Z | [ host-image] Feb 19 01:47:38.183 INFO O| Feb 19 01:47:38.183 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9200 | 2026-02-19T01:47:38.293Z | [ host-image] Feb 19 01:47:38.199 INFO O| Feb 19 01:47:38.199 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include" |
| 9201 | 2026-02-19T01:47:38.316Z | [ host-image] Feb 19 01:47:38.219 INFO O| Feb 19 01:47:38.219 INFO STEP 2 (remove_files) COMPLETE |
| 9202 | 2026-02-19T01:47:38.316Z | [ host-image] Feb 19 01:47:38.219 INFO O| Feb 19 01:47:38.219 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9203 | 2026-02-19T01:47:38.316Z | [ host-image] Feb 19 01:47:38.236 INFO O| Feb 19 01:47:38.236 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo" |
| 9204 | 2026-02-19T01:47:38.340Z | [ host-image] Feb 19 01:47:38.238 INFO O| Feb 19 01:47:38.238 INFO STEP 3 (remove_files) COMPLETE |
| 9205 | 2026-02-19T01:47:38.340Z | [ host-image] Feb 19 01:47:38.238 INFO O| Feb 19 01:47:38.238 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9206 | 2026-02-19T01:47:38.340Z | [ host-image] Feb 19 01:47:38.253 INFO O| Feb 19 01:47:38.253 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help" |
| 9207 | 2026-02-19T01:47:38.364Z | [ host-image] Feb 19 01:47:38.277 INFO O| Feb 19 01:47:38.277 INFO STEP 4 (remove_files) COMPLETE |
| 9208 | 2026-02-19T01:47:38.364Z | [ host-image] Feb 19 01:47:38.277 INFO O| Feb 19 01:47:38.277 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9209 | 2026-02-19T01:47:38.387Z | [ host-image] Feb 19 01:47:38.292 INFO O| Feb 19 01:47:38.292 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc" |
| 9210 | 2026-02-19T01:47:38.387Z | [ host-image] Feb 19 01:47:38.297 INFO O| Feb 19 01:47:38.296 INFO STEP 5 (remove_files) COMPLETE |
| 9211 | 2026-02-19T01:47:38.387Z | [ host-image] Feb 19 01:47:38.297 INFO O| Feb 19 01:47:38.297 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9212 | 2026-02-19T01:47:38.411Z | [ host-image] Feb 19 01:47:38.312 INFO O| Feb 19 01:47:38.312 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion" |
| 9213 | 2026-02-19T01:47:38.411Z | [ host-image] Feb 19 01:47:38.329 INFO O| Feb 19 01:47:38.329 INFO STEP 6 (remove_files) COMPLETE |
| 9214 | 2026-02-19T01:47:38.411Z | [ host-image] Feb 19 01:47:38.329 INFO O| Feb 19 01:47:38.329 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9215 | 2026-02-19T01:47:38.442Z | [ host-image] Feb 19 01:47:38.361 INFO O| Feb 19 01:47:38.361 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man" |
| 9216 | 2026-02-19T01:47:38.466Z | [ host-image] Feb 19 01:47:38.383 INFO O| Feb 19 01:47:38.383 INFO STEP 7 (remove_files) COMPLETE |
| 9217 | 2026-02-19T01:47:38.466Z | [ host-image] Feb 19 01:47:38.383 INFO O| Feb 19 01:47:38.383 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9218 | 2026-02-19T01:47:38.513Z | [ host-image] Feb 19 01:47:38.432 INFO O| Feb 19 01:47:38.432 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl" |
| 9219 | 2026-02-19T01:47:38.661Z | [ host-image] Feb 19 01:47:38.580 INFO O| Feb 19 01:47:38.580 INFO STEP 8 (remove_files) COMPLETE |
| 9220 | 2026-02-19T01:47:38.661Z | [ host-image] Feb 19 01:47:38.581 INFO O| Feb 19 01:47:38.580 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9221 | 2026-02-19T01:47:38.685Z | [ host-image] Feb 19 01:47:38.595 INFO O| Feb 19 01:47:38.595 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man" |
| 9222 | 2026-02-19T01:47:38.845Z | [ host-image] Feb 19 01:47:38.765 INFO O| Feb 19 01:47:38.765 INFO STEP 9 (remove_files) COMPLETE |
| 9223 | 2026-02-19T01:47:38.870Z | [ host-image] Feb 19 01:47:38.765 INFO O| Feb 19 01:47:38.765 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9224 | 2026-02-19T01:47:38.870Z | [ host-image] Feb 19 01:47:38.783 INFO O| Feb 19 01:47:38.783 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp" |
| 9225 | 2026-02-19T01:47:38.870Z | [ host-image] Feb 19 01:47:38.788 INFO O| Feb 19 01:47:38.788 INFO STEP 10 (remove_files) COMPLETE |
| 9226 | 2026-02-19T01:47:38.870Z | [ host-image] Feb 19 01:47:38.788 INFO O| Feb 19 01:47:38.788 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9227 | 2026-02-19T01:47:38.894Z | [ host-image] Feb 19 01:47:38.803 INFO O| Feb 19 01:47:38.803 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386" |
| 9228 | 2026-02-19T01:47:38.894Z | [ host-image] Feb 19 01:47:38.805 INFO O| Feb 19 01:47:38.805 INFO STEP 11 (remove_files) COMPLETE |
| 9229 | 2026-02-19T01:47:38.894Z | [ host-image] Feb 19 01:47:38.805 INFO O| Feb 19 01:47:38.805 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9230 | 2026-02-19T01:47:38.918Z | [ host-image] Feb 19 01:47:38.820 INFO O| Feb 19 01:47:38.820 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv" |
| 9231 | 2026-02-19T01:47:38.918Z | [ host-image] Feb 19 01:47:38.823 INFO O| Feb 19 01:47:38.822 INFO STEP 12 (remove_files) COMPLETE |
| 9232 | 2026-02-19T01:47:38.918Z | [ host-image] Feb 19 01:47:38.823 INFO O| Feb 19 01:47:38.823 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9233 | 2026-02-19T01:47:39.031Z | [ host-image] Feb 19 01:47:38.950 INFO O| Feb 19 01:47:38.950 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a" |
| 9234 | 2026-02-19T01:47:39.055Z | [ host-image] Feb 19 01:47:38.953 INFO O| Feb 19 01:47:38.953 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a" |
| 9235 | 2026-02-19T01:47:39.055Z | [ host-image] Feb 19 01:47:38.955 INFO O| Feb 19 01:47:38.954 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a" |
| 9236 | 2026-02-19T01:47:39.055Z | [ host-image] Feb 19 01:47:38.957 INFO O| Feb 19 01:47:38.957 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 9237 | 2026-02-19T01:47:39.467Z | [ host-image] Feb 19 01:47:39.387 INFO O| Feb 19 01:47:39.387 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
| 9238 | 2026-02-19T01:47:39.491Z | [ host-image] Feb 19 01:47:39.403 INFO O| Feb 19 01:47:39.403 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
| 9239 | 2026-02-19T01:47:39.491Z | [ host-image] Feb 19 01:47:39.403 INFO O| Feb 19 01:47:39.403 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
| 9240 | 2026-02-19T01:47:39.491Z | [ host-image] Feb 19 01:47:39.403 INFO O| Feb 19 01:47:39.403 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
| 9241 | 2026-02-19T01:47:39.491Z | [ host-image] Feb 19 01:47:39.404 INFO O| Feb 19 01:47:39.404 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
| 9242 | 2026-02-19T01:47:39.491Z | [ host-image] Feb 19 01:47:39.404 INFO O| Feb 19 01:47:39.404 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
| 9243 | 2026-02-19T01:47:39.491Z | [ host-image] Feb 19 01:47:39.405 INFO O| Feb 19 01:47:39.404 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
| 9244 | 2026-02-19T01:47:39.491Z | [ host-image] Feb 19 01:47:39.405 INFO O| Feb 19 01:47:39.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
| 9245 | 2026-02-19T01:47:39.491Z | [ host-image] Feb 19 01:47:39.405 INFO O| Feb 19 01:47:39.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
| 9246 | 2026-02-19T01:47:39.491Z | [ host-image] Feb 19 01:47:39.405 INFO O| Feb 19 01:47:39.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
| 9247 | 2026-02-19T01:47:39.491Z | [ host-image] Feb 19 01:47:39.405 INFO O| Feb 19 01:47:39.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
| 9248 | 2026-02-19T01:47:39.491Z | [ host-image] Feb 19 01:47:39.406 INFO O| Feb 19 01:47:39.405 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
| 9249 | 2026-02-19T01:47:39.491Z | [ host-image] Feb 19 01:47:39.406 INFO O| Feb 19 01:47:39.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
| 9250 | 2026-02-19T01:47:39.491Z | [ host-image] Feb 19 01:47:39.406 INFO O| Feb 19 01:47:39.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
| 9251 | 2026-02-19T01:47:39.491Z | [ host-image] Feb 19 01:47:39.406 INFO O| Feb 19 01:47:39.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
| 9252 | 2026-02-19T01:47:39.491Z | [ host-image] Feb 19 01:47:39.406 INFO O| Feb 19 01:47:39.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
| 9253 | 2026-02-19T01:47:39.491Z | [ host-image] Feb 19 01:47:39.406 INFO O| Feb 19 01:47:39.406 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
| 9254 | 2026-02-19T01:47:39.515Z | [ host-image] Feb 19 01:47:39.415 INFO O| Feb 19 01:47:39.415 INFO STEP 13 (remove_files) COMPLETE |
| 9255 | 2026-02-19T01:47:39.515Z | [ host-image] Feb 19 01:47:39.415 INFO O| Feb 19 01:47:39.415 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9256 | 2026-02-19T01:47:39.515Z | [ host-image] Feb 19 01:47:39.431 INFO O| Feb 19 01:47:39.431 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot" |
| 9257 | 2026-02-19T01:47:39.515Z | [ host-image] Feb 19 01:47:39.433 INFO O| Feb 19 01:47:39.433 INFO STEP 14 (remove_files) COMPLETE |
| 9258 | 2026-02-19T01:47:39.516Z | [ host-image] Feb 19 01:47:39.434 INFO O| Feb 19 01:47:39.433 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9259 | 2026-02-19T01:47:39.540Z | [ host-image] Feb 19 01:47:39.450 INFO O| Feb 19 01:47:39.450 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc" |
| 9260 | 2026-02-19T01:47:39.564Z | [ host-image] Feb 19 01:47:39.461 INFO O| Feb 19 01:47:39.461 INFO STEP 15 (remove_files) COMPLETE |
| 9261 | 2026-02-19T01:47:39.564Z | [ host-image] Feb 19 01:47:39.461 INFO O| Feb 19 01:47:39.461 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9262 | 2026-02-19T01:47:39.564Z | [ host-image] Feb 19 01:47:39.476 INFO O| Feb 19 01:47:39.476 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv" |
| 9263 | 2026-02-19T01:47:39.564Z | [ host-image] Feb 19 01:47:39.477 INFO O| Feb 19 01:47:39.477 INFO STEP 16 (remove_files) COMPLETE |
| 9264 | 2026-02-19T01:47:39.564Z | [ host-image] Feb 19 01:47:39.477 INFO O| Feb 19 01:47:39.477 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9265 | 2026-02-19T01:47:39.588Z | [ host-image] Feb 19 01:47:39.490 INFO O| Feb 19 01:47:39.490 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc" |
| 9266 | 2026-02-19T01:47:39.588Z | [ host-image] Feb 19 01:47:39.492 INFO O| Feb 19 01:47:39.492 INFO STEP 17 (remove_files) COMPLETE |
| 9267 | 2026-02-19T01:47:39.588Z | [ host-image] Feb 19 01:47:39.492 INFO O| Feb 19 01:47:39.492 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9268 | 2026-02-19T01:47:39.588Z | [ host-image] Feb 19 01:47:39.506 INFO O| Feb 19 01:47:39.506 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 9269 | 2026-02-19T01:47:39.588Z | [ host-image] Feb 19 01:47:39.507 INFO O| Feb 19 01:47:39.507 INFO STEP 18 (remove_files) COMPLETE |
| 9270 | 2026-02-19T01:47:39.588Z | [ host-image] Feb 19 01:47:39.507 INFO O| Feb 19 01:47:39.507 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9271 | 2026-02-19T01:47:39.612Z | [ host-image] Feb 19 01:47:39.523 INFO O| Feb 19 01:47:39.523 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 9272 | 2026-02-19T01:47:39.612Z | [ host-image] Feb 19 01:47:39.523 INFO O| Feb 19 01:47:39.523 INFO STEP 19 (remove_files) COMPLETE |
| 9273 | 2026-02-19T01:47:39.612Z | [ host-image] Feb 19 01:47:39.523 INFO O| Feb 19 01:47:39.523 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9274 | 2026-02-19T01:47:39.636Z | [ host-image] Feb 19 01:47:39.538 INFO O| Feb 19 01:47:39.538 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 9275 | 2026-02-19T01:47:39.636Z | [ host-image] Feb 19 01:47:39.538 INFO O| Feb 19 01:47:39.538 INFO STEP 20 (remove_files) COMPLETE |
| 9276 | 2026-02-19T01:47:39.636Z | [ host-image] Feb 19 01:47:39.538 INFO O| Feb 19 01:47:39.538 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9277 | 2026-02-19T01:47:39.636Z | [ host-image] Feb 19 01:47:39.552 INFO O| Feb 19 01:47:39.552 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 9278 | 2026-02-19T01:47:39.636Z | [ host-image] Feb 19 01:47:39.552 INFO O| Feb 19 01:47:39.552 INFO STEP 21 (remove_files) COMPLETE |
| 9279 | 2026-02-19T01:47:39.636Z | [ host-image] Feb 19 01:47:39.552 INFO O| Feb 19 01:47:39.552 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9280 | 2026-02-19T01:47:39.660Z | [ host-image] Feb 19 01:47:39.565 INFO O| Feb 19 01:47:39.565 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 9281 | 2026-02-19T01:47:39.660Z | [ host-image] Feb 19 01:47:39.566 INFO O| Feb 19 01:47:39.566 INFO STEP 22 (remove_files) COMPLETE |
| 9282 | 2026-02-19T01:47:39.660Z | [ host-image] Feb 19 01:47:39.566 INFO O| Feb 19 01:47:39.566 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9283 | 2026-02-19T01:47:39.660Z | [ host-image] Feb 19 01:47:39.578 INFO O| Feb 19 01:47:39.578 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 9284 | 2026-02-19T01:47:39.660Z | [ host-image] Feb 19 01:47:39.579 INFO O| Feb 19 01:47:39.579 INFO STEP 23 (remove_files) COMPLETE |
| 9285 | 2026-02-19T01:47:39.660Z | [ host-image] Feb 19 01:47:39.579 INFO O| Feb 19 01:47:39.579 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9286 | 2026-02-19T01:47:39.684Z | [ host-image] Feb 19 01:47:39.592 INFO O| Feb 19 01:47:39.591 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 9287 | 2026-02-19T01:47:39.684Z | [ host-image] Feb 19 01:47:39.592 INFO O| Feb 19 01:47:39.592 INFO STEP 24 (remove_files) COMPLETE |
| 9288 | 2026-02-19T01:47:39.684Z | [ host-image] Feb 19 01:47:39.592 INFO O| Feb 19 01:47:39.592 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9289 | 2026-02-19T01:47:39.708Z | [ host-image] Feb 19 01:47:39.604 INFO O| Feb 19 01:47:39.604 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power" |
| 9290 | 2026-02-19T01:47:39.708Z | [ host-image] Feb 19 01:47:39.604 INFO O| Feb 19 01:47:39.604 INFO STEP 25 (remove_files) COMPLETE |
| 9291 | 2026-02-19T01:47:39.708Z | [ host-image] Feb 19 01:47:39.604 INFO O| Feb 19 01:47:39.604 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9292 | 2026-02-19T01:47:39.708Z | [ host-image] Feb 19 01:47:39.617 INFO O| Feb 19 01:47:39.616 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 9293 | 2026-02-19T01:47:39.708Z | [ host-image] Feb 19 01:47:39.617 INFO O| Feb 19 01:47:39.617 INFO STEP 26 (remove_files) COMPLETE |
| 9294 | 2026-02-19T01:47:39.708Z | [ host-image] Feb 19 01:47:39.617 INFO O| Feb 19 01:47:39.617 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9295 | 2026-02-19T01:47:39.732Z | [ host-image] Feb 19 01:47:39.629 INFO O| Feb 19 01:47:39.629 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 9296 | 2026-02-19T01:47:39.732Z | [ host-image] Feb 19 01:47:39.629 INFO O| Feb 19 01:47:39.629 INFO STEP 27 (remove_files) COMPLETE |
| 9297 | 2026-02-19T01:47:39.732Z | [ host-image] Feb 19 01:47:39.629 INFO O| Feb 19 01:47:39.629 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9298 | 2026-02-19T01:47:39.732Z | [ host-image] Feb 19 01:47:39.641 INFO O| Feb 19 01:47:39.641 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 9299 | 2026-02-19T01:47:39.732Z | [ host-image] Feb 19 01:47:39.641 INFO O| Feb 19 01:47:39.641 INFO STEP 28 (remove_files) COMPLETE |
| 9300 | 2026-02-19T01:47:39.732Z | [ host-image] Feb 19 01:47:39.641 INFO O| Feb 19 01:47:39.641 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9301 | 2026-02-19T01:47:39.756Z | [ host-image] Feb 19 01:47:39.654 INFO O| Feb 19 01:47:39.654 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 9302 | 2026-02-19T01:47:39.756Z | [ host-image] Feb 19 01:47:39.654 INFO O| Feb 19 01:47:39.654 INFO STEP 29 (remove_files) COMPLETE |
| 9303 | 2026-02-19T01:47:39.756Z | [ host-image] Feb 19 01:47:39.654 INFO O| Feb 19 01:47:39.654 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9304 | 2026-02-19T01:47:39.756Z | [ host-image] Feb 19 01:47:39.668 INFO O| Feb 19 01:47:39.668 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 9305 | 2026-02-19T01:47:39.756Z | [ host-image] Feb 19 01:47:39.669 INFO O| Feb 19 01:47:39.669 INFO STEP 30 (remove_files) COMPLETE |
| 9306 | 2026-02-19T01:47:39.756Z | [ host-image] Feb 19 01:47:39.669 INFO O| Feb 19 01:47:39.669 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9307 | 2026-02-19T01:47:39.780Z | [ host-image] Feb 19 01:47:39.683 INFO O| Feb 19 01:47:39.683 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 9308 | 2026-02-19T01:47:39.780Z | [ host-image] Feb 19 01:47:39.683 INFO O| Feb 19 01:47:39.683 INFO STEP 31 (remove_files) COMPLETE |
| 9309 | 2026-02-19T01:47:39.780Z | [ host-image] Feb 19 01:47:39.683 INFO O| Feb 19 01:47:39.683 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9310 | 2026-02-19T01:47:39.780Z | [ host-image] Feb 19 01:47:39.697 INFO O| Feb 19 01:47:39.697 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 9311 | 2026-02-19T01:47:39.780Z | [ host-image] Feb 19 01:47:39.698 INFO O| Feb 19 01:47:39.698 INFO STEP 32 (remove_files) COMPLETE |
| 9312 | 2026-02-19T01:47:39.780Z | [ host-image] Feb 19 01:47:39.698 INFO O| Feb 19 01:47:39.698 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9313 | 2026-02-19T01:47:39.804Z | [ host-image] Feb 19 01:47:39.712 INFO O| Feb 19 01:47:39.712 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 9314 | 2026-02-19T01:47:39.804Z | [ host-image] Feb 19 01:47:39.712 INFO O| Feb 19 01:47:39.712 INFO STEP 33 (remove_files) COMPLETE |
| 9315 | 2026-02-19T01:47:39.804Z | [ host-image] Feb 19 01:47:39.712 INFO O| Feb 19 01:47:39.712 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9316 | 2026-02-19T01:47:39.828Z | [ host-image] Feb 19 01:47:39.729 INFO O| Feb 19 01:47:39.729 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 9317 | 2026-02-19T01:47:39.828Z | [ host-image] Feb 19 01:47:39.729 INFO O| Feb 19 01:47:39.729 INFO STEP 34 (remove_files) COMPLETE |
| 9318 | 2026-02-19T01:47:39.828Z | [ host-image] Feb 19 01:47:39.729 INFO O| Feb 19 01:47:39.729 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9319 | 2026-02-19T01:47:39.828Z | [ host-image] Feb 19 01:47:39.748 INFO O| Feb 19 01:47:39.747 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 9320 | 2026-02-19T01:47:39.828Z | [ host-image] Feb 19 01:47:39.748 INFO O| Feb 19 01:47:39.748 INFO STEP 35 (remove_files) COMPLETE |
| 9321 | 2026-02-19T01:47:39.828Z | [ host-image] Feb 19 01:47:39.748 INFO O| Feb 19 01:47:39.748 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9322 | 2026-02-19T01:47:39.853Z | [ host-image] Feb 19 01:47:39.765 INFO O| Feb 19 01:47:39.765 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 9323 | 2026-02-19T01:47:39.853Z | [ host-image] Feb 19 01:47:39.765 INFO O| Feb 19 01:47:39.765 INFO STEP 36 (remove_files) COMPLETE |
| 9324 | 2026-02-19T01:47:39.853Z | [ host-image] Feb 19 01:47:39.765 INFO O| Feb 19 01:47:39.765 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9325 | 2026-02-19T01:47:39.877Z | [ host-image] Feb 19 01:47:39.781 INFO O| Feb 19 01:47:39.781 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 9326 | 2026-02-19T01:47:39.877Z | [ host-image] Feb 19 01:47:39.781 INFO O| Feb 19 01:47:39.781 INFO STEP 37 (remove_files) COMPLETE |
| 9327 | 2026-02-19T01:47:39.877Z | [ host-image] Feb 19 01:47:39.781 INFO O| Feb 19 01:47:39.781 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9328 | 2026-02-19T01:47:39.901Z | [ host-image] Feb 19 01:47:39.797 INFO O| Feb 19 01:47:39.797 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 9329 | 2026-02-19T01:47:39.901Z | [ host-image] Feb 19 01:47:39.797 INFO O| Feb 19 01:47:39.797 INFO STEP 38 (remove_files) COMPLETE |
| 9330 | 2026-02-19T01:47:39.901Z | [ host-image] Feb 19 01:47:39.797 INFO O| Feb 19 01:47:39.797 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9331 | 2026-02-19T01:47:39.901Z | [ host-image] Feb 19 01:47:39.810 INFO O| Feb 19 01:47:39.810 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 9332 | 2026-02-19T01:47:39.901Z | [ host-image] Feb 19 01:47:39.810 INFO O| Feb 19 01:47:39.810 INFO STEP 39 (remove_files) COMPLETE |
| 9333 | 2026-02-19T01:47:39.901Z | [ host-image] Feb 19 01:47:39.810 INFO O| Feb 19 01:47:39.810 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9334 | 2026-02-19T01:47:39.925Z | [ host-image] Feb 19 01:47:39.823 INFO O| Feb 19 01:47:39.823 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 9335 | 2026-02-19T01:47:39.925Z | [ host-image] Feb 19 01:47:39.823 INFO O| Feb 19 01:47:39.823 INFO STEP 40 (remove_files) COMPLETE |
| 9336 | 2026-02-19T01:47:39.925Z | [ host-image] Feb 19 01:47:39.823 INFO O| Feb 19 01:47:39.823 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9337 | 2026-02-19T01:47:39.925Z | [ host-image] Feb 19 01:47:39.836 INFO O| Feb 19 01:47:39.836 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 9338 | 2026-02-19T01:47:39.925Z | [ host-image] Feb 19 01:47:39.836 INFO O| Feb 19 01:47:39.836 INFO STEP 41 (remove_files) COMPLETE |
| 9339 | 2026-02-19T01:47:39.925Z | [ host-image] Feb 19 01:47:39.836 INFO O| Feb 19 01:47:39.836 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9340 | 2026-02-19T01:47:39.949Z | [ host-image] Feb 19 01:47:39.850 INFO O| Feb 19 01:47:39.849 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 9341 | 2026-02-19T01:47:39.949Z | [ host-image] Feb 19 01:47:39.850 INFO O| Feb 19 01:47:39.850 INFO STEP 42 (remove_files) COMPLETE |
| 9342 | 2026-02-19T01:47:39.949Z | [ host-image] Feb 19 01:47:39.850 INFO O| Feb 19 01:47:39.850 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9343 | 2026-02-19T01:47:39.949Z | [ host-image] Feb 19 01:47:39.862 INFO O| Feb 19 01:47:39.862 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 9344 | 2026-02-19T01:47:39.949Z | [ host-image] Feb 19 01:47:39.862 INFO O| Feb 19 01:47:39.862 INFO STEP 43 (remove_files) COMPLETE |
| 9345 | 2026-02-19T01:47:39.949Z | [ host-image] Feb 19 01:47:39.863 INFO O| Feb 19 01:47:39.862 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9346 | 2026-02-19T01:47:39.974Z | [ host-image] Feb 19 01:47:39.875 INFO O| Feb 19 01:47:39.875 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 9347 | 2026-02-19T01:47:39.974Z | [ host-image] Feb 19 01:47:39.875 INFO O| Feb 19 01:47:39.875 INFO STEP 44 (remove_files) COMPLETE |
| 9348 | 2026-02-19T01:47:39.974Z | [ host-image] Feb 19 01:47:39.875 INFO O| Feb 19 01:47:39.875 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9349 | 2026-02-19T01:47:39.974Z | [ host-image] Feb 19 01:47:39.892 INFO O| Feb 19 01:47:39.892 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 9350 | 2026-02-19T01:47:39.974Z | [ host-image] Feb 19 01:47:39.892 INFO O| Feb 19 01:47:39.892 INFO STEP 45 (remove_files) COMPLETE |
| 9351 | 2026-02-19T01:47:39.974Z | [ host-image] Feb 19 01:47:39.892 INFO O| Feb 19 01:47:39.892 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9352 | 2026-02-19T01:47:39.998Z | [ host-image] Feb 19 01:47:39.905 INFO O| Feb 19 01:47:39.905 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 9353 | 2026-02-19T01:47:39.998Z | [ host-image] Feb 19 01:47:39.905 INFO O| Feb 19 01:47:39.905 INFO STEP 46 (remove_files) COMPLETE |
| 9354 | 2026-02-19T01:47:39.998Z | [ host-image] Feb 19 01:47:39.905 INFO O| Feb 19 01:47:39.905 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9355 | 2026-02-19T01:47:39.998Z | [ host-image] Feb 19 01:47:39.918 INFO O| Feb 19 01:47:39.917 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 9356 | 2026-02-19T01:47:39.998Z | [ host-image] Feb 19 01:47:39.918 INFO O| Feb 19 01:47:39.918 INFO STEP 47 (remove_files) COMPLETE |
| 9357 | 2026-02-19T01:47:39.998Z | [ host-image] Feb 19 01:47:39.918 INFO O| Feb 19 01:47:39.918 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9358 | 2026-02-19T01:47:40.023Z | [ host-image] Feb 19 01:47:39.930 INFO O| Feb 19 01:47:39.930 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 9359 | 2026-02-19T01:47:40.023Z | [ host-image] Feb 19 01:47:39.930 INFO O| Feb 19 01:47:39.930 INFO STEP 48 (remove_files) COMPLETE |
| 9360 | 2026-02-19T01:47:40.023Z | [ host-image] Feb 19 01:47:39.930 INFO O| Feb 19 01:47:39.930 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9361 | 2026-02-19T01:47:40.047Z | [ host-image] Feb 19 01:47:39.944 INFO O| Feb 19 01:47:39.944 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 9362 | 2026-02-19T01:47:40.047Z | [ host-image] Feb 19 01:47:39.944 INFO O| Feb 19 01:47:39.944 INFO STEP 49 (remove_files) COMPLETE |
| 9363 | 2026-02-19T01:47:40.047Z | [ host-image] Feb 19 01:47:39.944 INFO O| Feb 19 01:47:39.944 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9364 | 2026-02-19T01:47:40.047Z | [ host-image] Feb 19 01:47:39.959 INFO O| Feb 19 01:47:39.959 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 9365 | 2026-02-19T01:47:40.047Z | [ host-image] Feb 19 01:47:39.959 INFO O| Feb 19 01:47:39.959 INFO STEP 50 (remove_files) COMPLETE |
| 9366 | 2026-02-19T01:47:40.047Z | [ host-image] Feb 19 01:47:39.959 INFO O| Feb 19 01:47:39.959 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9367 | 2026-02-19T01:47:40.071Z | [ host-image] Feb 19 01:47:39.973 INFO O| Feb 19 01:47:39.973 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 9368 | 2026-02-19T01:47:40.071Z | [ host-image] Feb 19 01:47:39.974 INFO O| Feb 19 01:47:39.974 INFO STEP 51 (remove_files) COMPLETE |
| 9369 | 2026-02-19T01:47:40.071Z | [ host-image] Feb 19 01:47:39.974 INFO O| Feb 19 01:47:39.974 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9370 | 2026-02-19T01:47:40.071Z | [ host-image] Feb 19 01:47:39.988 INFO O| Feb 19 01:47:39.988 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 9371 | 2026-02-19T01:47:40.071Z | [ host-image] Feb 19 01:47:39.988 INFO O| Feb 19 01:47:39.988 INFO STEP 52 (remove_files) COMPLETE |
| 9372 | 2026-02-19T01:47:40.071Z | [ host-image] Feb 19 01:47:39.988 INFO O| Feb 19 01:47:39.988 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9373 | 2026-02-19T01:47:40.095Z | [ host-image] Feb 19 01:47:40.001 INFO O| Feb 19 01:47:40.001 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm" |
| 9374 | 2026-02-19T01:47:40.095Z | [ host-image] Feb 19 01:47:40.001 INFO O| Feb 19 01:47:40.001 INFO STEP 53 (remove_files) COMPLETE |
| 9375 | 2026-02-19T01:47:40.095Z | [ host-image] Feb 19 01:47:40.001 INFO O| Feb 19 01:47:40.001 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9376 | 2026-02-19T01:47:40.095Z | [ host-image] Feb 19 01:47:40.014 INFO O| Feb 19 01:47:40.014 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm" |
| 9377 | 2026-02-19T01:47:40.095Z | [ host-image] Feb 19 01:47:40.014 INFO O| Feb 19 01:47:40.014 INFO STEP 54 (remove_files) COMPLETE |
| 9378 | 2026-02-19T01:47:40.095Z | [ host-image] Feb 19 01:47:40.014 INFO O| Feb 19 01:47:40.014 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9379 | 2026-02-19T01:47:40.119Z | [ host-image] Feb 19 01:47:40.033 INFO O| Feb 19 01:47:40.033 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm" |
| 9380 | 2026-02-19T01:47:40.119Z | [ host-image] Feb 19 01:47:40.033 INFO O| Feb 19 01:47:40.033 INFO STEP 55 (remove_files) COMPLETE |
| 9381 | 2026-02-19T01:47:40.119Z | [ host-image] Feb 19 01:47:40.033 INFO O| Feb 19 01:47:40.033 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9382 | 2026-02-19T01:47:40.143Z | [ host-image] Feb 19 01:47:40.049 INFO O| Feb 19 01:47:40.049 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm" |
| 9383 | 2026-02-19T01:47:40.143Z | [ host-image] Feb 19 01:47:40.049 INFO O| Feb 19 01:47:40.049 INFO STEP 56 (remove_files) COMPLETE |
| 9384 | 2026-02-19T01:47:40.144Z | [ host-image] Feb 19 01:47:40.049 INFO O| Feb 19 01:47:40.049 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9385 | 2026-02-19T01:47:40.144Z | [ host-image] Feb 19 01:47:40.063 INFO O| Feb 19 01:47:40.063 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar" |
| 9386 | 2026-02-19T01:47:40.144Z | [ host-image] Feb 19 01:47:40.063 INFO O| Feb 19 01:47:40.063 INFO STEP 57 (remove_files) COMPLETE |
| 9387 | 2026-02-19T01:47:40.168Z | [ host-image] Feb 19 01:47:40.063 INFO O| Feb 19 01:47:40.063 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9388 | 2026-02-19T01:47:40.168Z | [ host-image] Feb 19 01:47:40.077 INFO O| Feb 19 01:47:40.077 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 9389 | 2026-02-19T01:47:40.168Z | [ host-image] Feb 19 01:47:40.077 INFO O| Feb 19 01:47:40.077 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ... |
| 9390 | 2026-02-19T01:47:40.168Z | [ host-image] Feb 19 01:47:40.077 INFO O| Feb 19 01:47:40.077 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9391 | 2026-02-19T01:47:40.168Z | [ host-image] Feb 19 01:47:40.078 INFO O| Feb 19 01:47:40.077 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9392 | 2026-02-19T01:47:40.168Z | [ host-image] Feb 19 01:47:40.078 INFO O| Feb 19 01:47:40.078 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9393 | 2026-02-19T01:47:40.168Z | [ host-image] Feb 19 01:47:40.078 INFO O| Feb 19 01:47:40.078 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9394 | 2026-02-19T01:47:40.168Z | [ host-image] Feb 19 01:47:40.078 INFO O| Feb 19 01:47:40.078 INFO ok! |
| 9395 | 2026-02-19T01:47:40.168Z | [ host-image] Feb 19 01:47:40.078 INFO O| Feb 19 01:47:40.078 INFO STEP 58 (ensure_file) COMPLETE |
| 9396 | 2026-02-19T01:47:40.168Z | [ host-image] Feb 19 01:47:40.078 INFO O| Feb 19 01:47:40.078 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9397 | 2026-02-19T01:47:40.192Z | [ host-image] Feb 19 01:47:40.091 INFO O| Feb 19 01:47:40.091 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 9398 | 2026-02-19T01:47:40.192Z | [ host-image] Feb 19 01:47:40.091 INFO O| Feb 19 01:47:40.091 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 9399 | 2026-02-19T01:47:40.192Z | [ host-image] Feb 19 01:47:40.091 INFO O| Feb 19 01:47:40.091 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9400 | 2026-02-19T01:47:40.192Z | [ host-image] Feb 19 01:47:40.091 INFO O| Feb 19 01:47:40.091 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9401 | 2026-02-19T01:47:40.192Z | [ host-image] Feb 19 01:47:40.091 INFO O| Feb 19 01:47:40.091 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9402 | 2026-02-19T01:47:40.192Z | [ host-image] Feb 19 01:47:40.091 INFO O| Feb 19 01:47:40.091 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9403 | 2026-02-19T01:47:40.192Z | [ host-image] Feb 19 01:47:40.091 INFO O| Feb 19 01:47:40.091 INFO ok! |
| 9404 | 2026-02-19T01:47:40.192Z | [ host-image] Feb 19 01:47:40.091 INFO O| Feb 19 01:47:40.091 INFO STEP 59 (ensure_file) COMPLETE |
| 9405 | 2026-02-19T01:47:40.192Z | [ host-image] Feb 19 01:47:40.091 INFO O| Feb 19 01:47:40.091 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9406 | 2026-02-19T01:47:40.192Z | [ host-image] Feb 19 01:47:40.104 INFO O| Feb 19 01:47:40.104 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist |
| 9407 | 2026-02-19T01:47:40.192Z | [ host-image] Feb 19 01:47:40.104 INFO O| Feb 19 01:47:40.104 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ... |
| 9408 | 2026-02-19T01:47:40.192Z | [ host-image] Feb 19 01:47:40.105 INFO O| Feb 19 01:47:40.105 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile |
| 9409 | 2026-02-19T01:47:40.192Z | [ host-image] Feb 19 01:47:40.105 INFO O| Feb 19 01:47:40.105 INFO ok! |
| 9410 | 2026-02-19T01:47:40.193Z | [ host-image] Feb 19 01:47:40.105 INFO O| Feb 19 01:47:40.105 INFO STEP 60 (ensure_file) COMPLETE |
| 9411 | 2026-02-19T01:47:40.193Z | [ host-image] Feb 19 01:47:40.105 INFO O| Feb 19 01:47:40.105 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9412 | 2026-02-19T01:47:40.217Z | [ host-image] Feb 19 01:47:40.117 INFO O| Feb 19 01:47:40.117 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 9413 | 2026-02-19T01:47:40.217Z | [ host-image] Feb 19 01:47:40.117 INFO O| Feb 19 01:47:40.117 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ... |
| 9414 | 2026-02-19T01:47:40.217Z | [ host-image] Feb 19 01:47:40.117 INFO O| Feb 19 01:47:40.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc |
| 9415 | 2026-02-19T01:47:40.217Z | [ host-image] Feb 19 01:47:40.117 INFO O| Feb 19 01:47:40.117 INFO ok! |
| 9416 | 2026-02-19T01:47:40.217Z | [ host-image] Feb 19 01:47:40.117 INFO O| Feb 19 01:47:40.117 INFO STEP 61 (ensure_file) COMPLETE |
| 9417 | 2026-02-19T01:47:40.217Z | [ host-image] Feb 19 01:47:40.117 INFO O| Feb 19 01:47:40.117 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9418 | 2026-02-19T01:47:40.217Z | [ host-image] Feb 19 01:47:40.129 INFO O| Feb 19 01:47:40.129 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 9419 | 2026-02-19T01:47:40.217Z | [ host-image] Feb 19 01:47:40.129 INFO O| Feb 19 01:47:40.129 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ... |
| 9420 | 2026-02-19T01:47:40.217Z | [ host-image] Feb 19 01:47:40.130 INFO O| Feb 19 01:47:40.129 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9421 | 2026-02-19T01:47:40.217Z | [ host-image] Feb 19 01:47:40.130 INFO O| Feb 19 01:47:40.130 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9422 | 2026-02-19T01:47:40.217Z | [ host-image] Feb 19 01:47:40.130 INFO O| Feb 19 01:47:40.130 INFO ok! |
| 9423 | 2026-02-19T01:47:40.217Z | [ host-image] Feb 19 01:47:40.130 INFO O| Feb 19 01:47:40.130 INFO STEP 62 (ensure_file) COMPLETE |
| 9424 | 2026-02-19T01:47:40.217Z | [ host-image] Feb 19 01:47:40.130 INFO O| Feb 19 01:47:40.130 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9425 | 2026-02-19T01:47:40.241Z | [ host-image] Feb 19 01:47:40.142 INFO O| Feb 19 01:47:40.142 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 9426 | 2026-02-19T01:47:40.241Z | [ host-image] Feb 19 01:47:40.142 INFO O| Feb 19 01:47:40.142 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 9427 | 2026-02-19T01:47:40.241Z | [ host-image] Feb 19 01:47:40.142 INFO O| Feb 19 01:47:40.142 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9428 | 2026-02-19T01:47:40.241Z | [ host-image] Feb 19 01:47:40.142 INFO O| Feb 19 01:47:40.142 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9429 | 2026-02-19T01:47:40.241Z | [ host-image] Feb 19 01:47:40.142 INFO O| Feb 19 01:47:40.142 INFO ok! |
| 9430 | 2026-02-19T01:47:40.241Z | [ host-image] Feb 19 01:47:40.143 INFO O| Feb 19 01:47:40.142 INFO STEP 63 (ensure_file) COMPLETE |
| 9431 | 2026-02-19T01:47:40.241Z | [ host-image] Feb 19 01:47:40.143 INFO O| Feb 19 01:47:40.142 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9432 | 2026-02-19T01:47:40.242Z | [ host-image] Feb 19 01:47:40.159 INFO O| Feb 19 01:47:40.159 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 9433 | 2026-02-19T01:47:40.242Z | [ host-image] Feb 19 01:47:40.159 INFO O| Feb 19 01:47:40.159 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 9434 | 2026-02-19T01:47:40.242Z | [ host-image] Feb 19 01:47:40.159 INFO O| Feb 19 01:47:40.159 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly |
| 9435 | 2026-02-19T01:47:40.242Z | [ host-image] Feb 19 01:47:40.159 INFO O| Feb 19 01:47:40.159 INFO ok! |
| 9436 | 2026-02-19T01:47:40.242Z | [ host-image] Feb 19 01:47:40.159 INFO O| Feb 19 01:47:40.159 INFO STEP 64 (assemble_files) COMPLETE |
| 9437 | 2026-02-19T01:47:40.242Z | [ host-image] Feb 19 01:47:40.159 INFO O| Feb 19 01:47:40.159 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9438 | 2026-02-19T01:47:40.266Z | [ host-image] Feb 19 01:47:40.172 INFO O| Feb 19 01:47:40.172 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 9439 | 2026-02-19T01:47:40.266Z | [ host-image] Feb 19 01:47:40.172 INFO O| Feb 19 01:47:40.172 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ... |
| 9440 | 2026-02-19T01:47:40.266Z | [ host-image] Feb 19 01:47:40.173 INFO O| Feb 19 01:47:40.173 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9441 | 2026-02-19T01:47:40.266Z | [ host-image] Feb 19 01:47:40.173 INFO O| Feb 19 01:47:40.173 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9442 | 2026-02-19T01:47:40.266Z | [ host-image] Feb 19 01:47:40.173 INFO O| Feb 19 01:47:40.173 INFO ok! |
| 9443 | 2026-02-19T01:47:40.266Z | [ host-image] Feb 19 01:47:40.173 INFO O| Feb 19 01:47:40.173 INFO STEP 65 (ensure_file) COMPLETE |
| 9444 | 2026-02-19T01:47:40.266Z | [ host-image] Feb 19 01:47:40.173 INFO O| Feb 19 01:47:40.173 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9445 | 2026-02-19T01:47:40.290Z | [ host-image] Feb 19 01:47:40.190 INFO O| Feb 19 01:47:40.190 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9446 | 2026-02-19T01:47:40.290Z | [ host-image] Feb 19 01:47:40.190 INFO O| Feb 19 01:47:40.190 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9447 | 2026-02-19T01:47:40.290Z | [ host-image] Feb 19 01:47:40.190 INFO O| Feb 19 01:47:40.190 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9448 | 2026-02-19T01:47:40.290Z | [ host-image] Feb 19 01:47:40.190 INFO O| Feb 19 01:47:40.190 INFO STEP 66 (ensure_dir) COMPLETE |
| 9449 | 2026-02-19T01:47:40.290Z | [ host-image] Feb 19 01:47:40.190 INFO O| Feb 19 01:47:40.190 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9450 | 2026-02-19T01:47:40.290Z | [ host-image] Feb 19 01:47:40.205 INFO O| Feb 19 01:47:40.204 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
| 9451 | 2026-02-19T01:47:40.290Z | [ host-image] Feb 19 01:47:40.205 INFO O| Feb 19 01:47:40.205 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 ... |
| 9452 | 2026-02-19T01:47:40.315Z | [ host-image] Feb 19 01:47:40.214 INFO O| Feb 19 01:47:40.214 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 |
| 9453 | 2026-02-19T01:47:40.315Z | [ host-image] Feb 19 01:47:40.214 INFO O| Feb 19 01:47:40.214 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 9454 | 2026-02-19T01:47:40.315Z | [ host-image] Feb 19 01:47:40.214 INFO O| Feb 19 01:47:40.214 INFO ok! |
| 9455 | 2026-02-19T01:47:40.315Z | [ host-image] Feb 19 01:47:40.214 INFO O| Feb 19 01:47:40.214 INFO STEP 67 (ensure_file) COMPLETE |
| 9456 | 2026-02-19T01:47:40.315Z | [ host-image] Feb 19 01:47:40.214 INFO O| Feb 19 01:47:40.214 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9457 | 2026-02-19T01:47:40.315Z | [ host-image] Feb 19 01:47:40.228 INFO O| Feb 19 01:47:40.228 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
| 9458 | 2026-02-19T01:47:40.315Z | [ host-image] Feb 19 01:47:40.228 INFO O| Feb 19 01:47:40.228 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 ... |
| 9459 | 2026-02-19T01:47:40.315Z | [ host-image] Feb 19 01:47:40.228 INFO O| Feb 19 01:47:40.228 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 |
| 9460 | 2026-02-19T01:47:40.315Z | [ host-image] Feb 19 01:47:40.228 INFO O| Feb 19 01:47:40.228 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 9461 | 2026-02-19T01:47:40.315Z | [ host-image] Feb 19 01:47:40.228 INFO O| Feb 19 01:47:40.228 INFO ok! |
| 9462 | 2026-02-19T01:47:40.315Z | [ host-image] Feb 19 01:47:40.228 INFO O| Feb 19 01:47:40.228 INFO STEP 68 (ensure_file) COMPLETE |
| 9463 | 2026-02-19T01:47:40.315Z | [ host-image] Feb 19 01:47:40.228 INFO O| Feb 19 01:47:40.228 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9464 | 2026-02-19T01:47:40.349Z | [ host-image] Feb 19 01:47:40.247 INFO O| Feb 19 01:47:40.246 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal |
| 9465 | 2026-02-19T01:47:40.349Z | [ host-image] Feb 19 01:47:40.247 INFO O| Feb 19 01:47:40.247 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."] |
| 9466 | 2026-02-19T01:47:43.418Z | [ recovery-image] Feb 19 01:47:43.338 INFO E| Compiling toml_datetime v0.6.9 |
| 9467 | 2026-02-19T01:47:43.418Z | [ recovery-image] Feb 19 01:47:43.338 INFO E| Compiling serde_spanned v0.6.8 |
| 9468 | 2026-02-19T01:47:43.832Z | [ recovery-image] Feb 19 01:47:43.752 INFO E| Compiling toml_edit v0.22.26 |
| 9469 | 2026-02-19T01:47:43.968Z | [ host-image] Feb 19 01:47:43.888 INFO O| Feb 19 01:47:43.888 INFO STEP 69 (pack_tar) COMPLETE |
| 9470 | 2026-02-19T01:47:43.968Z | [ host-image] Feb 19 01:47:43.888 INFO O| Feb 19 01:47:43.888 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9471 | 2026-02-19T01:47:43.992Z | [ host-image] Feb 19 01:47:43.888 INFO O| Feb 19 01:47:43.888 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim |
| 9472 | 2026-02-19T01:47:44.145Z | [ host-image] Feb 19 01:47:44.065 INFO O| Feb 19 01:47:44.065 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9473 | 2026-02-19T01:47:44.216Z | [ host-image] Feb 19 01:47:44.136 INFO O| Feb 19 01:47:44.136 INFO completed processing sled/ramdisk-02-trim |
| 9474 | 2026-02-19T01:47:44.240Z | [ host-image] Feb 19 01:47:44.140 INFO image builder template: zfs... |
| 9475 | 2026-02-19T01:47:44.241Z | [ host-image] Feb 19 01:47:44.140 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/.tmpNifBKs/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", "publisher_0_name=helios-dev", "-F", "publisher_0_url+=file:///work/incorporation.p5p", "-F", "publisher_0_url+=https://pkg.oxide.computer/helios/2/dev/", "-F", "baud=3000000", "-F", "omicron1", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-F", "optever=0.39.455", "-n", "zfs"], pwd: None |
| 9476 | 2026-02-19T01:47:44.265Z | [ host-image] Feb 19 01:47:44.162 INFO O| Feb 19 01:47:44.162 INFO skip include "stress" because feature "stress" is not enabled |
| 9477 | 2026-02-19T01:47:44.265Z | [ host-image] Feb 19 01:47:44.162 INFO O| Feb 19 01:47:44.162 INFO skip include "stress" because feature "compliance" is not enabled |
| 9478 | 2026-02-19T01:47:44.292Z | [ host-image] Feb 19 01:47:44.212 INFO O| Feb 19 01:47:44.212 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs |
| 9479 | 2026-02-19T01:47:44.316Z | [ host-image] Feb 19 01:47:44.219 INFO O| Feb 19 01:47:44.219 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs |
| 9480 | 2026-02-19T01:47:44.340Z | [ host-image] Feb 19 01:47:44.258 INFO O| Feb 19 01:47:44.258 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled |
| 9481 | 2026-02-19T01:47:44.368Z | [ host-image] Feb 19 01:47:44.288 INFO O| Feb 19 01:47:44.288 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs |
| 9482 | 2026-02-19T01:47:44.368Z | [ host-image] Feb 19 01:47:44.288 INFO O| Feb 19 01:47:44.288 INFO work dataset: rpool/images/build/host/work/sled/zfs |
| 9483 | 2026-02-19T01:47:44.391Z | [ host-image] Feb 19 01:47:44.294 INFO O| Feb 19 01:47:44.294 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs |
| 9484 | 2026-02-19T01:47:44.415Z | [ host-image] Feb 19 01:47:44.329 INFO O| Feb 19 01:47:44.329 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled |
| 9485 | 2026-02-19T01:47:44.439Z | [ host-image] Feb 19 01:47:44.352 INFO O| Feb 19 01:47:44.352 INFO DESTROY POOL: TEMPORARY-sled-zfs |
| 9486 | 2026-02-19T01:47:44.464Z | [ host-image] Feb 19 01:47:44.366 INFO O| Feb 19 01:47:44.366 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9487 | 2026-02-19T01:47:44.464Z | [ host-image] Feb 19 01:47:44.373 INFO O| Feb 19 01:47:44.373 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot |
| 9488 | 2026-02-19T01:47:44.464Z | [ host-image] Feb 19 01:47:44.373 INFO O| Feb 19 01:47:44.373 INFO no lofi found |
| 9489 | 2026-02-19T01:47:44.464Z | [ host-image] Feb 19 01:47:44.373 INFO O| Feb 19 01:47:44.373 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal |
| 9490 | 2026-02-19T01:47:44.464Z | [ host-image] Feb 19 01:47:44.373 INFO O| Feb 19 01:47:44.373 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9491 | 2026-02-19T01:47:46.081Z | [ host-image] Feb 19 01:47:46.001 INFO O| Feb 19 01:47:46.001 INFO lofi device = /dev/dsk/c3t1d0p0 |
| 9492 | 2026-02-19T01:47:46.081Z | [ host-image] Feb 19 01:47:46.002 INFO O| Feb 19 01:47:46.001 INFO pool device = /dev/dsk/c3t1d0p0 |
| 9493 | 2026-02-19T01:47:46.081Z | [ host-image] Feb 19 01:47:46.002 INFO O| Feb 19 01:47:46.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/c3t1d0p0"] |
| 9494 | 2026-02-19T01:47:46.286Z | [ host-image] Feb 19 01:47:46.206 INFO O| Feb 19 01:47:46.206 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9495 | 2026-02-19T01:47:46.286Z | [ host-image] Feb 19 01:47:46.206 INFO O| Feb 19 01:47:46.206 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT |
| 9496 | 2026-02-19T01:47:46.324Z | [ host-image] Feb 19 01:47:46.244 INFO O| Feb 19 01:47:46.244 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off |
| 9497 | 2026-02-19T01:47:46.442Z | [ host-image] Feb 19 01:47:46.362 INFO O| Feb 19 01:47:46.362 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy |
| 9498 | 2026-02-19T01:47:46.486Z | [ host-image] Feb 19 01:47:46.407 INFO O| Feb 19 01:47:46.406 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk |
| 9499 | 2026-02-19T01:47:46.511Z | [ host-image] Feb 19 01:47:46.432 INFO O| Feb 19 01:47:46.432 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto |
| 9500 | 2026-02-19T01:47:46.535Z | [ host-image] Feb 19 01:47:46.450 INFO O| Feb 19 01:47:46.450 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy |
| 9501 | 2026-02-19T01:47:46.586Z | [ host-image] Feb 19 01:47:46.506 INFO O| Feb 19 01:47:46.506 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a |
| 9502 | 2026-02-19T01:47:46.586Z | [ host-image] Feb 19 01:47:46.507 INFO O| Feb 19 01:47:46.507 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a |
| 9503 | 2026-02-19T01:47:46.586Z | [ host-image] Feb 19 01:47:46.507 INFO O| Feb 19 01:47:46.507 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9504 | 2026-02-19T01:47:46.610Z | [ host-image] Feb 19 01:47:46.520 INFO O| Feb 19 01:47:46.520 INFO boot environment UUID: 13e7e1e9-5cbf-43d2-ad39-f9c976b4a1d8 |
| 9505 | 2026-02-19T01:47:46.610Z | [ host-image] Feb 19 01:47:46.520 INFO O| Feb 19 01:47:46.520 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = 13e7e1e9-5cbf-43d2-ad39-f9c976b4a1d8 |
| 9506 | 2026-02-19T01:47:46.634Z | [ host-image] Feb 19 01:47:46.538 INFO O| Feb 19 01:47:46.538 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 9507 | 2026-02-19T01:47:46.657Z | [ host-image] Feb 19 01:47:46.557 INFO O| Feb 19 01:47:46.557 INFO STEP 0 (create_be) COMPLETE |
| 9508 | 2026-02-19T01:47:46.658Z | [ host-image] Feb 19 01:47:46.557 INFO O| Feb 19 01:47:46.557 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9509 | 2026-02-19T01:47:46.658Z | [ host-image] Feb 19 01:47:46.578 INFO O| Feb 19 01:47:46.578 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9510 | 2026-02-19T01:47:50.221Z | [ recovery-image] Feb 19 01:47:50.142 INFO E| Compiling toml v0.8.22 |
| 9511 | 2026-02-19T01:48:05.174Z | [ recovery-image] Feb 19 01:48:05.095 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 48.63s |
| 9512 | 2026-02-19T01:48:05.198Z | [ recovery-image] Feb 19 01:48:05.113 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.7.toml --image /work/os-recovery/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5` |
| 9513 | 2026-02-19T01:48:05.237Z | [ recovery-image] Feb 19 01:48:05.159 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 9514 | 2026-02-19T01:48:05.533Z | [ recovery-image] Feb 19 01:48:05.454 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s |
| 9515 | 2026-02-19T01:48:05.557Z | [ recovery-image] Feb 19 01:48:05.462 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.7 -o /work/os-recovery/cosmo.rom` |
| 9516 | 2026-02-19T01:48:06.953Z | [ recovery-image] Feb 19 01:48:06.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn" |
| 9517 | 2026-02-19T01:48:06.977Z | [ recovery-image] Feb 19 01:48:06.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin" |
| 9518 | 2026-02-19T01:48:06.977Z | [ recovery-image] Feb 19 01:48:06.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin" |
| 9519 | 2026-02-19T01:48:06.977Z | [ recovery-image] Feb 19 01:48:06.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin" |
| 9520 | 2026-02-19T01:48:06.977Z | [ recovery-image] Feb 19 01:48:06.872 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 9521 | 2026-02-19T01:48:06.977Z | [ recovery-image] Feb 19 01:48:06.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 9522 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 9523 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 9524 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin" |
| 9525 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin" |
| 9526 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin" |
| 9527 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 9528 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 9529 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 9530 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 9531 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 9532 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin" |
| 9533 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.873 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 9534 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin" |
| 9535 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin" |
| 9536 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 9537 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 9538 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 9539 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 9540 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin" |
| 9541 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin" |
| 9542 | 2026-02-19T01:48:07.050Z | [ recovery-image] Feb 19 01:48:06.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin" |
| 9543 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 9544 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 9545 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 9546 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 9547 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 9548 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 9549 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 9550 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin" |
| 9551 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.874 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 9552 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 9553 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 9554 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 9555 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin" |
| 9556 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin" |
| 9557 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin" |
| 9558 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 9559 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin" |
| 9560 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 9561 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 9562 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 9563 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 9564 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 9565 | 2026-02-19T01:48:07.051Z | [ recovery-image] Feb 19 01:48:06.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 9566 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 9567 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 9568 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.875 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 9569 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.876 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin" |
| 9570 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.877 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 9571 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.877 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 9572 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.877 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 9573 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.877 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 9574 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.877 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 9575 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.877 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 9576 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.877 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 9577 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.877 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 9578 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.877 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 9579 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.877 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 9580 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.877 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 9581 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.877 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 9582 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.877 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 9583 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.877 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 9584 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.878 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 9585 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.878 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 9586 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.878 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 9587 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.878 INFO O| Info: ABL version: 0x1007f011 |
| 9588 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.878 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0 |
| 9589 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.878 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0 |
| 9590 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.878 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 9591 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.878 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 9592 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.948 INFO building ROM for gimlet |
| 9593 | 2026-02-19T01:48:07.076Z | [ recovery-image] Feb 19 01:48:06.948 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml", "--image", "/work/os-recovery/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 9594 | 2026-02-19T01:48:07.352Z | [ recovery-image] Feb 19 01:48:07.271 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.17s |
| 9595 | 2026-02-19T01:48:07.376Z | [ recovery-image] Feb 19 01:48:07.281 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml --image /work/os-recovery/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5` |
| 9596 | 2026-02-19T01:48:07.401Z | [ recovery-image] Feb 19 01:48:07.303 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 9597 | 2026-02-19T01:48:07.666Z | [ recovery-image] Feb 19 01:48:07.587 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.27s |
| 9598 | 2026-02-19T01:48:07.784Z | [ recovery-image] Feb 19 01:48:07.703 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-recovery/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h -o /work/os-recovery/gimlet.rom` |
| 9599 | 2026-02-19T01:48:08.568Z | [ recovery-image] Feb 19 01:48:08.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn" |
| 9600 | 2026-02-19T01:48:08.568Z | [ recovery-image] Feb 19 01:48:08.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin" |
| 9601 | 2026-02-19T01:48:08.568Z | [ recovery-image] Feb 19 01:48:08.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin" |
| 9602 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin" |
| 9603 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn" |
| 9604 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn" |
| 9605 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin" |
| 9606 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin" |
| 9607 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin" |
| 9608 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin" |
| 9609 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin" |
| 9610 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin" |
| 9611 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin" |
| 9612 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin" |
| 9613 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin" |
| 9614 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.491 INFO O| Info: ABL version: 0x100f5010 |
| 9615 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.491 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0 |
| 9616 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 9617 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 9618 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 9619 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 9620 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 9621 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 9622 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 9623 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 9624 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 9625 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 9626 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 9627 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 9628 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 9629 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 9630 | 2026-02-19T01:48:08.615Z | [ recovery-image] Feb 19 01:48:08.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 9631 | 2026-02-19T01:48:08.616Z | [ recovery-image] Feb 19 01:48:08.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 9632 | 2026-02-19T01:48:08.616Z | [ recovery-image] Feb 19 01:48:08.493 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 9633 | 2026-02-19T01:48:08.616Z | [ recovery-image] Feb 19 01:48:08.493 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 9634 | 2026-02-19T01:48:08.700Z | [ recovery-image] Feb 19 01:48:08.621 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 9635 | 2026-02-19T01:48:08.700Z | [ recovery-image] Feb 19 01:48:08.621 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 9636 | 2026-02-19T01:48:08.700Z | [ recovery-image] Feb 19 01:48:08.621 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
| 9637 | 2026-02-19T01:48:12.597Z | [ host-image] Feb 19 01:48:12.520 INFO O| Feb 19 01:48:12.519 INFO STEP 1 (unpack_tar) COMPLETE |
| 9638 | 2026-02-19T01:48:12.597Z | [ host-image] Feb 19 01:48:12.520 INFO O| Feb 19 01:48:12.519 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9639 | 2026-02-19T01:48:12.622Z | [ host-image] Feb 19 01:48:12.536 INFO O| Feb 19 01:48:12.536 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9640 | 2026-02-19T01:48:13.331Z | [ host-image] Feb 19 01:48:13.253 INFO O| Feb 19 01:48:13.253 INFO STEP 2 (devfsadm) COMPLETE |
| 9641 | 2026-02-19T01:48:13.331Z | [ host-image] Feb 19 01:48:13.253 INFO O| Feb 19 01:48:13.253 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9642 | 2026-02-19T01:48:13.356Z | [ host-image] Feb 19 01:48:13.269 INFO O| Feb 19 01:48:13.269 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9643 | 2026-02-19T01:48:13.356Z | [ host-image] Feb 19 01:48:13.269 INFO O| Feb 19 01:48:13.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9644 | 2026-02-19T01:48:13.356Z | [ host-image] Feb 19 01:48:13.269 INFO O| Feb 19 01:48:13.269 INFO STEP 3 (ensure_dir) COMPLETE |
| 9645 | 2026-02-19T01:48:13.356Z | [ host-image] Feb 19 01:48:13.269 INFO O| Feb 19 01:48:13.269 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9646 | 2026-02-19T01:48:13.381Z | [ host-image] Feb 19 01:48:13.281 INFO O| Feb 19 01:48:13.281 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9647 | 2026-02-19T01:48:13.381Z | [ host-image] Feb 19 01:48:13.282 INFO O| Feb 19 01:48:13.281 INFO STEP 4 (ensure_dir) COMPLETE |
| 9648 | 2026-02-19T01:48:13.381Z | [ host-image] Feb 19 01:48:13.282 INFO O| Feb 19 01:48:13.281 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9649 | 2026-02-19T01:48:13.381Z | [ host-image] Feb 19 01:48:13.293 INFO O| Feb 19 01:48:13.293 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9650 | 2026-02-19T01:48:13.381Z | [ host-image] Feb 19 01:48:13.293 INFO O| Feb 19 01:48:13.293 INFO STEP 5 (ensure_dir) COMPLETE |
| 9651 | 2026-02-19T01:48:13.381Z | [ host-image] Feb 19 01:48:13.293 INFO O| Feb 19 01:48:13.293 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9652 | 2026-02-19T01:48:13.406Z | [ host-image] Feb 19 01:48:13.305 INFO O| Feb 19 01:48:13.305 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9653 | 2026-02-19T01:48:13.406Z | [ host-image] Feb 19 01:48:13.305 INFO O| Feb 19 01:48:13.305 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9654 | 2026-02-19T01:48:13.406Z | [ host-image] Feb 19 01:48:13.305 INFO O| Feb 19 01:48:13.305 INFO STEP 6 (ensure_dir) COMPLETE |
| 9655 | 2026-02-19T01:48:13.406Z | [ host-image] Feb 19 01:48:13.305 INFO O| Feb 19 01:48:13.305 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9656 | 2026-02-19T01:48:13.406Z | [ host-image] Feb 19 01:48:13.322 INFO O| Feb 19 01:48:13.321 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9657 | 2026-02-19T01:48:13.406Z | [ host-image] Feb 19 01:48:13.322 INFO O| Feb 19 01:48:13.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9658 | 2026-02-19T01:48:13.406Z | [ host-image] Feb 19 01:48:13.322 INFO O| Feb 19 01:48:13.322 INFO STEP 7 (ensure_dir) COMPLETE |
| 9659 | 2026-02-19T01:48:13.406Z | [ host-image] Feb 19 01:48:13.322 INFO O| Feb 19 01:48:13.322 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9660 | 2026-02-19T01:48:13.431Z | [ host-image] Feb 19 01:48:13.337 INFO O| Feb 19 01:48:13.337 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg" |
| 9661 | 2026-02-19T01:48:13.431Z | [ host-image] Feb 19 01:48:13.337 INFO O| Feb 19 01:48:13.337 INFO STEP 8 (remove_files) COMPLETE |
| 9662 | 2026-02-19T01:48:13.431Z | [ host-image] Feb 19 01:48:13.337 INFO O| Feb 19 01:48:13.337 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9663 | 2026-02-19T01:48:13.456Z | [ host-image] Feb 19 01:48:13.355 INFO O| Feb 19 01:48:13.355 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk" |
| 9664 | 2026-02-19T01:48:13.456Z | [ host-image] Feb 19 01:48:13.356 INFO O| Feb 19 01:48:13.356 INFO STEP 9 (remove_files) COMPLETE |
| 9665 | 2026-02-19T01:48:13.456Z | [ host-image] Feb 19 01:48:13.356 INFO O| Feb 19 01:48:13.356 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9666 | 2026-02-19T01:48:13.456Z | [ host-image] Feb 19 01:48:13.371 INFO O| Feb 19 01:48:13.371 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk" |
| 9667 | 2026-02-19T01:48:13.456Z | [ host-image] Feb 19 01:48:13.372 INFO O| Feb 19 01:48:13.372 INFO STEP 10 (remove_files) COMPLETE |
| 9668 | 2026-02-19T01:48:13.456Z | [ host-image] Feb 19 01:48:13.372 INFO O| Feb 19 01:48:13.372 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9669 | 2026-02-19T01:48:13.483Z | [ host-image] Feb 19 01:48:13.386 INFO O| Feb 19 01:48:13.386 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors" |
| 9670 | 2026-02-19T01:48:13.483Z | [ host-image] Feb 19 01:48:13.386 INFO O| Feb 19 01:48:13.386 INFO STEP 11 (remove_files) COMPLETE |
| 9671 | 2026-02-19T01:48:13.483Z | [ host-image] Feb 19 01:48:13.386 INFO O| Feb 19 01:48:13.386 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9672 | 2026-02-19T01:48:13.483Z | [ host-image] Feb 19 01:48:13.400 INFO O| Feb 19 01:48:13.400 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb" |
| 9673 | 2026-02-19T01:48:13.483Z | [ host-image] Feb 19 01:48:13.401 INFO O| Feb 19 01:48:13.401 INFO STEP 12 (remove_files) COMPLETE |
| 9674 | 2026-02-19T01:48:13.483Z | [ host-image] Feb 19 01:48:13.401 INFO O| Feb 19 01:48:13.401 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9675 | 2026-02-19T01:48:13.509Z | [ host-image] Feb 19 01:48:13.417 INFO O| Feb 19 01:48:13.417 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9676 | 2026-02-19T01:48:13.509Z | [ host-image] Feb 19 01:48:13.417 INFO O| Feb 19 01:48:13.417 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9677 | 2026-02-19T01:48:13.509Z | [ host-image] Feb 19 01:48:13.417 INFO O| Feb 19 01:48:13.417 INFO STEP 13 (ensure_dir) COMPLETE |
| 9678 | 2026-02-19T01:48:13.509Z | [ host-image] Feb 19 01:48:13.417 INFO O| Feb 19 01:48:13.417 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9679 | 2026-02-19T01:48:13.509Z | [ host-image] Feb 19 01:48:13.431 INFO O| Feb 19 01:48:13.431 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9680 | 2026-02-19T01:48:13.509Z | [ host-image] Feb 19 01:48:13.431 INFO O| Feb 19 01:48:13.431 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9681 | 2026-02-19T01:48:13.509Z | [ host-image] Feb 19 01:48:13.431 INFO O| Feb 19 01:48:13.431 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9682 | 2026-02-19T01:48:13.509Z | [ host-image] Feb 19 01:48:13.431 INFO O| Feb 19 01:48:13.431 INFO STEP 14 (ensure_dir) COMPLETE |
| 9683 | 2026-02-19T01:48:13.534Z | [ host-image] Feb 19 01:48:13.431 INFO O| Feb 19 01:48:13.431 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9684 | 2026-02-19T01:48:13.534Z | [ host-image] Feb 19 01:48:13.444 INFO O| Feb 19 01:48:13.444 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9685 | 2026-02-19T01:48:13.534Z | [ host-image] Feb 19 01:48:13.444 INFO O| Feb 19 01:48:13.444 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9686 | 2026-02-19T01:48:13.534Z | [ host-image] Feb 19 01:48:13.444 INFO O| Feb 19 01:48:13.444 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9687 | 2026-02-19T01:48:13.534Z | [ host-image] Feb 19 01:48:13.444 INFO O| Feb 19 01:48:13.444 INFO STEP 15 (ensure_dir) COMPLETE |
| 9688 | 2026-02-19T01:48:13.534Z | [ host-image] Feb 19 01:48:13.444 INFO O| Feb 19 01:48:13.444 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9689 | 2026-02-19T01:48:13.559Z | [ host-image] Feb 19 01:48:13.460 INFO O| Feb 19 01:48:13.460 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9690 | 2026-02-19T01:48:13.559Z | [ host-image] Feb 19 01:48:13.460 INFO O| Feb 19 01:48:13.460 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9691 | 2026-02-19T01:48:13.559Z | [ host-image] Feb 19 01:48:13.461 INFO O| Feb 19 01:48:13.460 INFO STEP 16 (ensure_dir) COMPLETE |
| 9692 | 2026-02-19T01:48:13.559Z | [ host-image] Feb 19 01:48:13.461 INFO O| Feb 19 01:48:13.460 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9693 | 2026-02-19T01:48:13.559Z | [ host-image] Feb 19 01:48:13.475 INFO O| Feb 19 01:48:13.474 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9694 | 2026-02-19T01:48:13.559Z | [ host-image] Feb 19 01:48:13.475 INFO O| Feb 19 01:48:13.475 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9695 | 2026-02-19T01:48:13.559Z | [ host-image] Feb 19 01:48:13.475 INFO O| Feb 19 01:48:13.475 INFO STEP 17 (ensure_dir) COMPLETE |
| 9696 | 2026-02-19T01:48:13.559Z | [ host-image] Feb 19 01:48:13.475 INFO O| Feb 19 01:48:13.475 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9697 | 2026-02-19T01:48:13.583Z | [ host-image] Feb 19 01:48:13.488 INFO O| Feb 19 01:48:13.488 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 9698 | 2026-02-19T01:48:13.583Z | [ host-image] Feb 19 01:48:13.488 INFO O| Feb 19 01:48:13.488 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog |
| 9699 | 2026-02-19T01:48:13.583Z | [ host-image] Feb 19 01:48:13.488 INFO O| Feb 19 01:48:13.488 INFO ok! |
| 9700 | 2026-02-19T01:48:13.583Z | [ host-image] Feb 19 01:48:13.488 INFO O| Feb 19 01:48:13.488 INFO STEP 18 (ensure_symlink) COMPLETE |
| 9701 | 2026-02-19T01:48:13.584Z | [ host-image] Feb 19 01:48:13.488 INFO O| Feb 19 01:48:13.488 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9702 | 2026-02-19T01:48:13.584Z | [ host-image] Feb 19 01:48:13.501 INFO O| Feb 19 01:48:13.501 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents |
| 9703 | 2026-02-19T01:48:13.584Z | [ host-image] Feb 19 01:48:13.501 INFO O| Feb 19 01:48:13.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure |
| 9704 | 2026-02-19T01:48:13.584Z | [ host-image] Feb 19 01:48:13.501 INFO O| Feb 19 01:48:13.501 INFO ok! |
| 9705 | 2026-02-19T01:48:13.584Z | [ host-image] Feb 19 01:48:13.501 INFO O| Feb 19 01:48:13.501 INFO STEP 19 (ensure_file) COMPLETE |
| 9706 | 2026-02-19T01:48:13.584Z | [ host-image] Feb 19 01:48:13.501 INFO O| Feb 19 01:48:13.501 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9707 | 2026-02-19T01:48:13.609Z | [ host-image] Feb 19 01:48:13.515 INFO O| Feb 19 01:48:13.515 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist |
| 9708 | 2026-02-19T01:48:13.609Z | [ host-image] Feb 19 01:48:13.515 INFO O| Feb 19 01:48:13.515 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 9709 | 2026-02-19T01:48:13.609Z | [ host-image] Feb 19 01:48:13.515 INFO O| Feb 19 01:48:13.515 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml |
| 9710 | 2026-02-19T01:48:13.609Z | [ host-image] Feb 19 01:48:13.515 INFO O| Feb 19 01:48:13.515 INFO ok! |
| 9711 | 2026-02-19T01:48:13.609Z | [ host-image] Feb 19 01:48:13.515 INFO O| Feb 19 01:48:13.515 INFO STEP 20 (ensure_symlink) COMPLETE |
| 9712 | 2026-02-19T01:48:13.609Z | [ host-image] Feb 19 01:48:13.515 INFO O| Feb 19 01:48:13.515 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9713 | 2026-02-19T01:48:13.633Z | [ host-image] Feb 19 01:48:13.533 INFO O| Feb 19 01:48:13.532 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
| 9714 | 2026-02-19T01:48:13.633Z | [ host-image] Feb 19 01:48:13.533 INFO O| Feb 19 01:48:13.533 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 9715 | 2026-02-19T01:48:13.633Z | [ host-image] Feb 19 01:48:13.533 INFO O| Feb 19 01:48:13.533 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml |
| 9716 | 2026-02-19T01:48:13.633Z | [ host-image] Feb 19 01:48:13.533 INFO O| Feb 19 01:48:13.533 INFO ok! |
| 9717 | 2026-02-19T01:48:13.633Z | [ host-image] Feb 19 01:48:13.533 INFO O| Feb 19 01:48:13.533 INFO STEP 21 (ensure_symlink) COMPLETE |
| 9718 | 2026-02-19T01:48:13.633Z | [ host-image] Feb 19 01:48:13.533 INFO O| Feb 19 01:48:13.533 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9719 | 2026-02-19T01:48:13.633Z | [ host-image] Feb 19 01:48:13.549 INFO O| Feb 19 01:48:13.549 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist |
| 9720 | 2026-02-19T01:48:13.633Z | [ host-image] Feb 19 01:48:13.549 INFO O| Feb 19 01:48:13.549 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 9721 | 2026-02-19T01:48:13.633Z | [ host-image] Feb 19 01:48:13.549 INFO O| Feb 19 01:48:13.549 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml |
| 9722 | 2026-02-19T01:48:13.633Z | [ host-image] Feb 19 01:48:13.549 INFO O| Feb 19 01:48:13.549 INFO ok! |
| 9723 | 2026-02-19T01:48:13.633Z | [ host-image] Feb 19 01:48:13.549 INFO O| Feb 19 01:48:13.549 INFO STEP 22 (ensure_symlink) COMPLETE |
| 9724 | 2026-02-19T01:48:13.633Z | [ host-image] Feb 19 01:48:13.549 INFO O| Feb 19 01:48:13.549 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9725 | 2026-02-19T01:48:13.658Z | [ host-image] Feb 19 01:48:13.565 INFO O| Feb 19 01:48:13.565 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist |
| 9726 | 2026-02-19T01:48:13.658Z | [ host-image] Feb 19 01:48:13.565 INFO O| Feb 19 01:48:13.565 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 9727 | 2026-02-19T01:48:13.659Z | [ host-image] Feb 19 01:48:13.565 INFO O| Feb 19 01:48:13.565 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml |
| 9728 | 2026-02-19T01:48:13.659Z | [ host-image] Feb 19 01:48:13.565 INFO O| Feb 19 01:48:13.565 INFO ok! |
| 9729 | 2026-02-19T01:48:13.659Z | [ host-image] Feb 19 01:48:13.565 INFO O| Feb 19 01:48:13.565 INFO STEP 23 (ensure_symlink) COMPLETE |
| 9730 | 2026-02-19T01:48:13.659Z | [ host-image] Feb 19 01:48:13.565 INFO O| Feb 19 01:48:13.565 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9731 | 2026-02-19T01:48:13.659Z | [ host-image] Feb 19 01:48:13.580 INFO O| Feb 19 01:48:13.579 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 9732 | 2026-02-19T01:48:13.659Z | [ host-image] Feb 19 01:48:13.580 INFO O| Feb 19 01:48:13.580 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ... |
| 9733 | 2026-02-19T01:48:13.659Z | [ host-image] Feb 19 01:48:13.580 INFO O| Feb 19 01:48:13.580 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf |
| 9734 | 2026-02-19T01:48:13.659Z | [ host-image] Feb 19 01:48:13.580 INFO O| Feb 19 01:48:13.580 INFO ok! |
| 9735 | 2026-02-19T01:48:13.659Z | [ host-image] Feb 19 01:48:13.580 INFO O| Feb 19 01:48:13.580 INFO STEP 24 (ensure_file) COMPLETE |
| 9736 | 2026-02-19T01:48:13.659Z | [ host-image] Feb 19 01:48:13.580 INFO O| Feb 19 01:48:13.580 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9737 | 2026-02-19T01:48:13.684Z | [ host-image] Feb 19 01:48:13.593 INFO O| Feb 19 01:48:13.593 INFO updating shadow file |
| 9738 | 2026-02-19T01:48:13.684Z | [ host-image] Feb 19 01:48:13.594 INFO O| Feb 19 01:48:13.593 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9739 | 2026-02-19T01:48:13.684Z | [ host-image] Feb 19 01:48:13.594 INFO O| Feb 19 01:48:13.594 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9740 | 2026-02-19T01:48:13.684Z | [ host-image] Feb 19 01:48:13.594 INFO O| Feb 19 01:48:13.594 INFO STEP 25 (shadow) COMPLETE |
| 9741 | 2026-02-19T01:48:13.684Z | [ host-image] Feb 19 01:48:13.594 INFO O| Feb 19 01:48:13.594 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9742 | 2026-02-19T01:48:13.709Z | [ host-image] Feb 19 01:48:13.607 INFO O| Feb 19 01:48:13.607 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 9743 | 2026-02-19T01:48:13.709Z | [ host-image] Feb 19 01:48:13.607 INFO O| Feb 19 01:48:13.607 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ... |
| 9744 | 2026-02-19T01:48:13.709Z | [ host-image] Feb 19 01:48:13.608 INFO O| Feb 19 01:48:13.607 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts |
| 9745 | 2026-02-19T01:48:13.709Z | [ host-image] Feb 19 01:48:13.608 INFO O| Feb 19 01:48:13.607 INFO ok! |
| 9746 | 2026-02-19T01:48:13.709Z | [ host-image] Feb 19 01:48:13.608 INFO O| Feb 19 01:48:13.608 INFO STEP 26 (ensure_file) COMPLETE |
| 9747 | 2026-02-19T01:48:13.709Z | [ host-image] Feb 19 01:48:13.608 INFO O| Feb 19 01:48:13.608 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9748 | 2026-02-19T01:48:13.709Z | [ host-image] Feb 19 01:48:13.621 INFO O| Feb 19 01:48:13.621 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist |
| 9749 | 2026-02-19T01:48:13.709Z | [ host-image] Feb 19 01:48:13.621 INFO O| Feb 19 01:48:13.621 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ... |
| 9750 | 2026-02-19T01:48:13.709Z | [ host-image] Feb 19 01:48:13.622 INFO O| Feb 19 01:48:13.621 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename |
| 9751 | 2026-02-19T01:48:13.709Z | [ host-image] Feb 19 01:48:13.622 INFO O| Feb 19 01:48:13.621 INFO ok! |
| 9752 | 2026-02-19T01:48:13.709Z | [ host-image] Feb 19 01:48:13.622 INFO O| Feb 19 01:48:13.622 INFO STEP 27 (ensure_file) COMPLETE |
| 9753 | 2026-02-19T01:48:13.709Z | [ host-image] Feb 19 01:48:13.622 INFO O| Feb 19 01:48:13.622 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9754 | 2026-02-19T01:48:13.734Z | [ host-image] Feb 19 01:48:13.636 INFO O| Feb 19 01:48:13.635 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 9755 | 2026-02-19T01:48:13.734Z | [ host-image] Feb 19 01:48:13.636 INFO O| Feb 19 01:48:13.636 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ... |
| 9756 | 2026-02-19T01:48:13.734Z | [ host-image] Feb 19 01:48:13.636 INFO O| Feb 19 01:48:13.636 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9757 | 2026-02-19T01:48:13.734Z | [ host-image] Feb 19 01:48:13.636 INFO O| Feb 19 01:48:13.636 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9758 | 2026-02-19T01:48:13.734Z | [ host-image] Feb 19 01:48:13.636 INFO O| Feb 19 01:48:13.636 INFO ok! |
| 9759 | 2026-02-19T01:48:13.734Z | [ host-image] Feb 19 01:48:13.636 INFO O| Feb 19 01:48:13.636 INFO STEP 28 (ensure_file) COMPLETE |
| 9760 | 2026-02-19T01:48:13.734Z | [ host-image] Feb 19 01:48:13.636 INFO O| Feb 19 01:48:13.636 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9761 | 2026-02-19T01:48:13.734Z | [ host-image] Feb 19 01:48:13.654 INFO O| Feb 19 01:48:13.654 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist |
| 9762 | 2026-02-19T01:48:13.734Z | [ host-image] Feb 19 01:48:13.654 INFO O| Feb 19 01:48:13.654 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ... |
| 9763 | 2026-02-19T01:48:13.734Z | [ host-image] Feb 19 01:48:13.655 INFO O| Feb 19 01:48:13.654 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf |
| 9764 | 2026-02-19T01:48:13.734Z | [ host-image] Feb 19 01:48:13.655 INFO O| Feb 19 01:48:13.654 INFO ok! |
| 9765 | 2026-02-19T01:48:13.734Z | [ host-image] Feb 19 01:48:13.655 INFO O| Feb 19 01:48:13.655 INFO STEP 29 (ensure_file) COMPLETE |
| 9766 | 2026-02-19T01:48:13.734Z | [ host-image] Feb 19 01:48:13.655 INFO O| Feb 19 01:48:13.655 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9767 | 2026-02-19T01:48:13.759Z | [ host-image] Feb 19 01:48:13.669 INFO O| Feb 19 01:48:13.669 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9768 | 2026-02-19T01:48:13.759Z | [ host-image] Feb 19 01:48:13.670 INFO O| Feb 19 01:48:13.669 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9769 | 2026-02-19T01:48:13.759Z | [ host-image] Feb 19 01:48:13.670 INFO O| Feb 19 01:48:13.670 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9770 | 2026-02-19T01:48:13.759Z | [ host-image] Feb 19 01:48:13.670 INFO O| Feb 19 01:48:13.670 INFO STEP 30 (ensure_dir) COMPLETE |
| 9771 | 2026-02-19T01:48:13.759Z | [ host-image] Feb 19 01:48:13.670 INFO O| Feb 19 01:48:13.670 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9772 | 2026-02-19T01:48:13.784Z | [ host-image] Feb 19 01:48:13.684 INFO O| Feb 19 01:48:13.684 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist |
| 9773 | 2026-02-19T01:48:13.784Z | [ host-image] Feb 19 01:48:13.684 INFO O| Feb 19 01:48:13.684 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ... |
| 9774 | 2026-02-19T01:48:13.784Z | [ host-image] Feb 19 01:48:13.684 INFO O| Feb 19 01:48:13.684 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9775 | 2026-02-19T01:48:13.784Z | [ host-image] Feb 19 01:48:13.684 INFO O| Feb 19 01:48:13.684 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9776 | 2026-02-19T01:48:13.784Z | [ host-image] Feb 19 01:48:13.684 INFO O| Feb 19 01:48:13.684 INFO ok! |
| 9777 | 2026-02-19T01:48:13.784Z | [ host-image] Feb 19 01:48:13.684 INFO O| Feb 19 01:48:13.684 INFO STEP 31 (ensure_file) COMPLETE |
| 9778 | 2026-02-19T01:48:13.784Z | [ host-image] Feb 19 01:48:13.684 INFO O| Feb 19 01:48:13.684 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9779 | 2026-02-19T01:48:13.784Z | [ host-image] Feb 19 01:48:13.702 INFO O| Feb 19 01:48:13.702 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9780 | 2026-02-19T01:48:13.784Z | [ host-image] Feb 19 01:48:13.702 INFO O| Feb 19 01:48:13.702 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9781 | 2026-02-19T01:48:13.784Z | [ host-image] Feb 19 01:48:13.702 INFO O| Feb 19 01:48:13.702 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9782 | 2026-02-19T01:48:13.784Z | [ host-image] Feb 19 01:48:13.702 INFO O| Feb 19 01:48:13.702 INFO STEP 32 (ensure_dir) COMPLETE |
| 9783 | 2026-02-19T01:48:13.784Z | [ host-image] Feb 19 01:48:13.702 INFO O| Feb 19 01:48:13.702 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9784 | 2026-02-19T01:48:13.809Z | [ host-image] Feb 19 01:48:13.716 INFO O| Feb 19 01:48:13.716 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 9785 | 2026-02-19T01:48:13.809Z | [ host-image] Feb 19 01:48:13.716 INFO O| Feb 19 01:48:13.716 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 ... |
| 9786 | 2026-02-19T01:48:13.809Z | [ host-image] Feb 19 01:48:13.716 INFO O| Feb 19 01:48:13.716 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 |
| 9787 | 2026-02-19T01:48:13.809Z | [ host-image] Feb 19 01:48:13.716 INFO O| Feb 19 01:48:13.716 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml |
| 9788 | 2026-02-19T01:48:13.809Z | [ host-image] Feb 19 01:48:13.716 INFO O| Feb 19 01:48:13.716 INFO ok! |
| 9789 | 2026-02-19T01:48:13.809Z | [ host-image] Feb 19 01:48:13.716 INFO O| Feb 19 01:48:13.716 INFO STEP 33 (ensure_file) COMPLETE |
| 9790 | 2026-02-19T01:48:13.809Z | [ host-image] Feb 19 01:48:13.716 INFO O| Feb 19 01:48:13.716 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9791 | 2026-02-19T01:48:13.809Z | [ host-image] Feb 19 01:48:13.727 INFO O| Feb 19 01:48:13.727 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist |
| 9792 | 2026-02-19T01:48:13.809Z | [ host-image] Feb 19 01:48:13.727 INFO O| Feb 19 01:48:13.727 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ... |
| 9793 | 2026-02-19T01:48:13.809Z | [ host-image] Feb 19 01:48:13.727 INFO O| Feb 19 01:48:13.727 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master |
| 9794 | 2026-02-19T01:48:13.809Z | [ host-image] Feb 19 01:48:13.727 INFO O| Feb 19 01:48:13.727 INFO ok! |
| 9795 | 2026-02-19T01:48:13.809Z | [ host-image] Feb 19 01:48:13.727 INFO O| Feb 19 01:48:13.727 INFO STEP 34 (ensure_file) COMPLETE |
| 9796 | 2026-02-19T01:48:13.809Z | [ host-image] Feb 19 01:48:13.727 INFO O| Feb 19 01:48:13.727 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9797 | 2026-02-19T01:48:13.834Z | [ host-image] Feb 19 01:48:13.741 INFO O| Feb 19 01:48:13.740 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
| 9798 | 2026-02-19T01:48:13.834Z | [ host-image] Feb 19 01:48:13.741 INFO O| Feb 19 01:48:13.741 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ... |
| 9799 | 2026-02-19T01:48:13.834Z | [ host-image] Feb 19 01:48:13.741 INFO O| Feb 19 01:48:13.741 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9800 | 2026-02-19T01:48:13.834Z | [ host-image] Feb 19 01:48:13.741 INFO O| Feb 19 01:48:13.741 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9801 | 2026-02-19T01:48:13.834Z | [ host-image] Feb 19 01:48:13.741 INFO O| Feb 19 01:48:13.741 INFO ok! |
| 9802 | 2026-02-19T01:48:13.834Z | [ host-image] Feb 19 01:48:13.741 INFO O| Feb 19 01:48:13.741 INFO STEP 35 (ensure_file) COMPLETE |
| 9803 | 2026-02-19T01:48:13.834Z | [ host-image] Feb 19 01:48:13.741 INFO O| Feb 19 01:48:13.741 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9804 | 2026-02-19T01:48:13.835Z | [ host-image] Feb 19 01:48:13.755 INFO O| Feb 19 01:48:13.755 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking |
| 9805 | 2026-02-19T01:48:13.835Z | [ host-image] Feb 19 01:48:13.755 INFO O| Feb 19 01:48:13.755 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ... |
| 9806 | 2026-02-19T01:48:13.835Z | [ host-image] Feb 19 01:48:13.755 INFO O| Feb 19 01:48:13.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init |
| 9807 | 2026-02-19T01:48:13.835Z | [ host-image] Feb 19 01:48:13.755 INFO O| Feb 19 01:48:13.755 INFO ok! |
| 9808 | 2026-02-19T01:48:13.835Z | [ host-image] Feb 19 01:48:13.755 INFO O| Feb 19 01:48:13.755 INFO STEP 36 (ensure_file) COMPLETE |
| 9809 | 2026-02-19T01:48:13.835Z | [ host-image] Feb 19 01:48:13.755 INFO O| Feb 19 01:48:13.755 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9810 | 2026-02-19T01:48:13.859Z | [ host-image] Feb 19 01:48:13.772 INFO O| Feb 19 01:48:13.772 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 9811 | 2026-02-19T01:48:13.859Z | [ host-image] Feb 19 01:48:13.772 INFO O| Feb 19 01:48:13.772 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ... |
| 9812 | 2026-02-19T01:48:13.859Z | [ host-image] Feb 19 01:48:13.772 INFO O| Feb 19 01:48:13.772 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config |
| 9813 | 2026-02-19T01:48:13.859Z | [ host-image] Feb 19 01:48:13.772 INFO O| Feb 19 01:48:13.772 INFO ok! |
| 9814 | 2026-02-19T01:48:13.859Z | [ host-image] Feb 19 01:48:13.772 INFO O| Feb 19 01:48:13.772 INFO STEP 37 (ensure_file) COMPLETE |
| 9815 | 2026-02-19T01:48:13.859Z | [ host-image] Feb 19 01:48:13.772 INFO O| Feb 19 01:48:13.772 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9816 | 2026-02-19T01:48:13.884Z | [ host-image] Feb 19 01:48:13.790 INFO O| Feb 19 01:48:13.790 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist |
| 9817 | 2026-02-19T01:48:13.884Z | [ host-image] Feb 19 01:48:13.790 INFO O| Feb 19 01:48:13.790 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ... |
| 9818 | 2026-02-19T01:48:13.884Z | [ host-image] Feb 19 01:48:13.790 INFO O| Feb 19 01:48:13.790 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9819 | 2026-02-19T01:48:13.884Z | [ host-image] Feb 19 01:48:13.790 INFO O| Feb 19 01:48:13.790 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9820 | 2026-02-19T01:48:13.884Z | [ host-image] Feb 19 01:48:13.790 INFO O| Feb 19 01:48:13.790 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9821 | 2026-02-19T01:48:13.884Z | [ host-image] Feb 19 01:48:13.790 INFO O| Feb 19 01:48:13.790 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9822 | 2026-02-19T01:48:13.884Z | [ host-image] Feb 19 01:48:13.790 INFO O| Feb 19 01:48:13.790 INFO ok! |
| 9823 | 2026-02-19T01:48:13.884Z | [ host-image] Feb 19 01:48:13.790 INFO O| Feb 19 01:48:13.790 INFO STEP 38 (ensure_file) COMPLETE |
| 9824 | 2026-02-19T01:48:13.885Z | [ host-image] Feb 19 01:48:13.790 INFO O| Feb 19 01:48:13.790 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9825 | 2026-02-19T01:48:13.885Z | [ host-image] Feb 19 01:48:13.805 INFO O| Feb 19 01:48:13.805 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9826 | 2026-02-19T01:48:13.885Z | [ host-image] Feb 19 01:48:13.805 INFO O| Feb 19 01:48:13.805 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9827 | 2026-02-19T01:48:13.885Z | [ host-image] Feb 19 01:48:13.805 INFO O| Feb 19 01:48:13.805 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9828 | 2026-02-19T01:48:13.885Z | [ host-image] Feb 19 01:48:13.805 INFO O| Feb 19 01:48:13.805 INFO STEP 39 (ensure_dir) COMPLETE |
| 9829 | 2026-02-19T01:48:13.885Z | [ host-image] Feb 19 01:48:13.805 INFO O| Feb 19 01:48:13.805 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9830 | 2026-02-19T01:48:13.910Z | [ host-image] Feb 19 01:48:13.821 INFO O| Feb 19 01:48:13.821 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 |
| 9831 | 2026-02-19T01:48:13.910Z | [ host-image] Feb 19 01:48:13.821 INFO O| Feb 19 01:48:13.821 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 ... |
| 9832 | 2026-02-19T01:48:13.910Z | [ host-image] Feb 19 01:48:13.821 INFO O| Feb 19 01:48:13.821 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 |
| 9833 | 2026-02-19T01:48:13.910Z | [ host-image] Feb 19 01:48:13.821 INFO O| Feb 19 01:48:13.821 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 |
| 9834 | 2026-02-19T01:48:13.910Z | [ host-image] Feb 19 01:48:13.821 INFO O| Feb 19 01:48:13.821 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 |
| 9835 | 2026-02-19T01:48:13.910Z | [ host-image] Feb 19 01:48:13.821 INFO O| Feb 19 01:48:13.821 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 |
| 9836 | 2026-02-19T01:48:13.910Z | [ host-image] Feb 19 01:48:13.821 INFO O| Feb 19 01:48:13.821 INFO ok! |
| 9837 | 2026-02-19T01:48:13.910Z | [ host-image] Feb 19 01:48:13.821 INFO O| Feb 19 01:48:13.821 INFO STEP 40 (ensure_file) COMPLETE |
| 9838 | 2026-02-19T01:48:13.910Z | [ host-image] Feb 19 01:48:13.821 INFO O| Feb 19 01:48:13.821 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9839 | 2026-02-19T01:48:13.935Z | [ host-image] Feb 19 01:48:13.838 INFO O| Feb 19 01:48:13.838 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 9840 | 2026-02-19T01:48:13.935Z | [ host-image] Feb 19 01:48:13.838 INFO O| Feb 19 01:48:13.838 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 ... |
| 9841 | 2026-02-19T01:48:13.935Z | [ host-image] Feb 19 01:48:13.838 INFO O| Feb 19 01:48:13.838 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 9842 | 2026-02-19T01:48:13.935Z | [ host-image] Feb 19 01:48:13.838 INFO O| Feb 19 01:48:13.838 INFO ok! |
| 9843 | 2026-02-19T01:48:13.935Z | [ host-image] Feb 19 01:48:13.838 INFO O| Feb 19 01:48:13.838 INFO STEP 41 (ensure_symlink) COMPLETE |
| 9844 | 2026-02-19T01:48:13.935Z | [ host-image] Feb 19 01:48:13.838 INFO O| Feb 19 01:48:13.838 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9845 | 2026-02-19T01:48:13.935Z | [ host-image] Feb 19 01:48:13.855 INFO O| Feb 19 01:48:13.855 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist |
| 9846 | 2026-02-19T01:48:13.935Z | [ host-image] Feb 19 01:48:13.855 INFO O| Feb 19 01:48:13.855 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 9847 | 2026-02-19T01:48:13.935Z | [ host-image] Feb 19 01:48:13.855 INFO O| Feb 19 01:48:13.855 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo |
| 9848 | 2026-02-19T01:48:13.935Z | [ host-image] Feb 19 01:48:13.855 INFO O| Feb 19 01:48:13.855 INFO ok! |
| 9849 | 2026-02-19T01:48:13.935Z | [ host-image] Feb 19 01:48:13.855 INFO O| Feb 19 01:48:13.855 INFO STEP 42 (ensure_symlink) COMPLETE |
| 9850 | 2026-02-19T01:48:13.935Z | [ host-image] Feb 19 01:48:13.855 INFO O| Feb 19 01:48:13.855 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9851 | 2026-02-19T01:48:13.960Z | [ host-image] Feb 19 01:48:13.872 INFO O| Feb 19 01:48:13.872 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist |
| 9852 | 2026-02-19T01:48:13.960Z | [ host-image] Feb 19 01:48:13.872 INFO O| Feb 19 01:48:13.872 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ... |
| 9853 | 2026-02-19T01:48:13.960Z | [ host-image] Feb 19 01:48:13.873 INFO O| Feb 19 01:48:13.873 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9854 | 2026-02-19T01:48:13.960Z | [ host-image] Feb 19 01:48:13.873 INFO O| Feb 19 01:48:13.873 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9855 | 2026-02-19T01:48:13.960Z | [ host-image] Feb 19 01:48:13.873 INFO O| Feb 19 01:48:13.873 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9856 | 2026-02-19T01:48:13.960Z | [ host-image] Feb 19 01:48:13.873 INFO O| Feb 19 01:48:13.873 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9857 | 2026-02-19T01:48:13.960Z | [ host-image] Feb 19 01:48:13.873 INFO O| Feb 19 01:48:13.873 INFO ok! |
| 9858 | 2026-02-19T01:48:13.960Z | [ host-image] Feb 19 01:48:13.873 INFO O| Feb 19 01:48:13.873 INFO STEP 43 (ensure_file) COMPLETE |
| 9859 | 2026-02-19T01:48:13.960Z | [ host-image] Feb 19 01:48:13.873 INFO O| Feb 19 01:48:13.873 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9860 | 2026-02-19T01:48:13.985Z | [ host-image] Feb 19 01:48:13.888 INFO O| Feb 19 01:48:13.888 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
| 9861 | 2026-02-19T01:48:13.985Z | [ host-image] Feb 19 01:48:13.888 INFO O| Feb 19 01:48:13.888 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 ... |
| 9862 | 2026-02-19T01:48:13.985Z | [ host-image] Feb 19 01:48:13.889 INFO O| Feb 19 01:48:13.889 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 |
| 9863 | 2026-02-19T01:48:13.985Z | [ host-image] Feb 19 01:48:13.889 INFO O| Feb 19 01:48:13.889 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml |
| 9864 | 2026-02-19T01:48:13.985Z | [ host-image] Feb 19 01:48:13.889 INFO O| Feb 19 01:48:13.889 INFO ok! |
| 9865 | 2026-02-19T01:48:13.985Z | [ host-image] Feb 19 01:48:13.889 INFO O| Feb 19 01:48:13.889 INFO STEP 44 (ensure_file) COMPLETE |
| 9866 | 2026-02-19T01:48:13.985Z | [ host-image] Feb 19 01:48:13.889 INFO O| Feb 19 01:48:13.889 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9867 | 2026-02-19T01:48:13.985Z | [ host-image] Feb 19 01:48:13.905 INFO O| Feb 19 01:48:13.904 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist |
| 9868 | 2026-02-19T01:48:13.985Z | [ host-image] Feb 19 01:48:13.905 INFO O| Feb 19 01:48:13.904 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ... |
| 9869 | 2026-02-19T01:48:13.985Z | [ host-image] Feb 19 01:48:13.905 INFO O| Feb 19 01:48:13.905 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml |
| 9870 | 2026-02-19T01:48:13.985Z | [ host-image] Feb 19 01:48:13.905 INFO O| Feb 19 01:48:13.905 INFO ok! |
| 9871 | 2026-02-19T01:48:13.985Z | [ host-image] Feb 19 01:48:13.905 INFO O| Feb 19 01:48:13.905 INFO STEP 45 (ensure_file) COMPLETE |
| 9872 | 2026-02-19T01:48:13.985Z | [ host-image] Feb 19 01:48:13.905 INFO O| Feb 19 01:48:13.905 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9873 | 2026-02-19T01:48:14.010Z | [ host-image] Feb 19 01:48:13.919 INFO O| Feb 19 01:48:13.919 INFO updating shadow file |
| 9874 | 2026-02-19T01:48:14.010Z | [ host-image] Feb 19 01:48:13.919 INFO O| Feb 19 01:48:13.919 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9875 | 2026-02-19T01:48:14.010Z | [ host-image] Feb 19 01:48:13.919 INFO O| Feb 19 01:48:13.919 INFO STEP 46 (shadow) COMPLETE |
| 9876 | 2026-02-19T01:48:14.011Z | [ host-image] Feb 19 01:48:13.919 INFO O| Feb 19 01:48:13.919 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9877 | 2026-02-19T01:48:14.035Z | [ host-image] Feb 19 01:48:13.933 INFO O| Feb 19 01:48:13.933 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking |
| 9878 | 2026-02-19T01:48:14.035Z | [ host-image] Feb 19 01:48:13.933 INFO O| Feb 19 01:48:13.933 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ... |
| 9879 | 2026-02-19T01:48:14.035Z | [ host-image] Feb 19 01:48:13.933 INFO O| Feb 19 01:48:13.933 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9880 | 2026-02-19T01:48:14.035Z | [ host-image] Feb 19 01:48:13.933 INFO O| Feb 19 01:48:13.933 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9881 | 2026-02-19T01:48:14.036Z | [ host-image] Feb 19 01:48:13.933 INFO O| Feb 19 01:48:13.933 INFO ok! |
| 9882 | 2026-02-19T01:48:14.036Z | [ host-image] Feb 19 01:48:13.933 INFO O| Feb 19 01:48:13.933 INFO STEP 47 (ensure_file) COMPLETE |
| 9883 | 2026-02-19T01:48:14.036Z | [ host-image] Feb 19 01:48:13.933 INFO O| Feb 19 01:48:13.933 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9884 | 2026-02-19T01:48:14.036Z | [ host-image] Feb 19 01:48:13.933 INFO O| Feb 19 01:48:13.933 INFO skip step because feature "mfg" is not enabled |
| 9885 | 2026-02-19T01:48:14.036Z | [ host-image] Feb 19 01:48:13.933 INFO O| Feb 19 01:48:13.933 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9886 | 2026-02-19T01:48:14.036Z | [ host-image] Feb 19 01:48:13.933 INFO O| Feb 19 01:48:13.933 INFO skip step because feature "mfg" is not enabled |
| 9887 | 2026-02-19T01:48:14.036Z | [ host-image] Feb 19 01:48:13.933 INFO O| Feb 19 01:48:13.933 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9888 | 2026-02-19T01:48:14.036Z | [ host-image] Feb 19 01:48:13.952 INFO O| Feb 19 01:48:13.952 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist |
| 9889 | 2026-02-19T01:48:14.036Z | [ host-image] Feb 19 01:48:13.952 INFO O| Feb 19 01:48:13.952 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ... |
| 9890 | 2026-02-19T01:48:14.063Z | [ host-image] Feb 19 01:48:13.985 INFO O| Feb 19 01:48:13.985 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9891 | 2026-02-19T01:48:14.063Z | [ host-image] Feb 19 01:48:13.985 INFO O| Feb 19 01:48:13.985 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9892 | 2026-02-19T01:48:14.088Z | [ host-image] Feb 19 01:48:13.985 INFO O| Feb 19 01:48:13.985 INFO ok! |
| 9893 | 2026-02-19T01:48:14.088Z | [ host-image] Feb 19 01:48:13.985 INFO O| Feb 19 01:48:13.985 INFO STEP 50 (ensure_file) COMPLETE |
| 9894 | 2026-02-19T01:48:14.088Z | [ host-image] Feb 19 01:48:13.985 INFO O| Feb 19 01:48:13.985 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9895 | 2026-02-19T01:48:14.088Z | [ host-image] Feb 19 01:48:13.985 INFO O| Feb 19 01:48:13.985 INFO skip step because feature "compliance" is not enabled |
| 9896 | 2026-02-19T01:48:14.088Z | [ host-image] Feb 19 01:48:13.985 INFO O| Feb 19 01:48:13.985 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9897 | 2026-02-19T01:48:14.088Z | [ host-image] Feb 19 01:48:14.001 INFO O| Feb 19 01:48:14.001 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist |
| 9898 | 2026-02-19T01:48:14.088Z | [ host-image] Feb 19 01:48:14.001 INFO O| Feb 19 01:48:14.001 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ... |
| 9899 | 2026-02-19T01:48:14.088Z | [ host-image] Feb 19 01:48:14.002 INFO O| Feb 19 01:48:14.002 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9900 | 2026-02-19T01:48:14.088Z | [ host-image] Feb 19 01:48:14.002 INFO O| Feb 19 01:48:14.002 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9901 | 2026-02-19T01:48:14.088Z | [ host-image] Feb 19 01:48:14.002 INFO O| Feb 19 01:48:14.002 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9902 | 2026-02-19T01:48:14.088Z | [ host-image] Feb 19 01:48:14.002 INFO O| Feb 19 01:48:14.002 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9903 | 2026-02-19T01:48:14.088Z | [ host-image] Feb 19 01:48:14.002 INFO O| Feb 19 01:48:14.002 INFO ok! |
| 9904 | 2026-02-19T01:48:14.088Z | [ host-image] Feb 19 01:48:14.002 INFO O| Feb 19 01:48:14.002 INFO STEP 52 (ensure_file) COMPLETE |
| 9905 | 2026-02-19T01:48:14.088Z | [ host-image] Feb 19 01:48:14.002 INFO O| Feb 19 01:48:14.002 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9906 | 2026-02-19T01:48:14.113Z | [ host-image] Feb 19 01:48:14.016 INFO O| Feb 19 01:48:14.016 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
| 9907 | 2026-02-19T01:48:14.113Z | [ host-image] Feb 19 01:48:14.016 INFO O| Feb 19 01:48:14.016 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 ... |
| 9908 | 2026-02-19T01:48:14.113Z | [ host-image] Feb 19 01:48:14.017 INFO O| Feb 19 01:48:14.017 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 |
| 9909 | 2026-02-19T01:48:14.113Z | [ host-image] Feb 19 01:48:14.017 INFO O| Feb 19 01:48:14.017 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 9910 | 2026-02-19T01:48:14.113Z | [ host-image] Feb 19 01:48:14.017 INFO O| Feb 19 01:48:14.017 INFO ok! |
| 9911 | 2026-02-19T01:48:14.113Z | [ host-image] Feb 19 01:48:14.017 INFO O| Feb 19 01:48:14.017 INFO STEP 53 (ensure_file) COMPLETE |
| 9912 | 2026-02-19T01:48:14.113Z | [ host-image] Feb 19 01:48:14.017 INFO O| Feb 19 01:48:14.017 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9913 | 2026-02-19T01:48:14.113Z | [ host-image] Feb 19 01:48:14.034 INFO O| Feb 19 01:48:14.034 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist |
| 9914 | 2026-02-19T01:48:14.113Z | [ host-image] Feb 19 01:48:14.034 INFO O| Feb 19 01:48:14.034 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 ... |
| 9915 | 2026-02-19T01:48:14.113Z | [ host-image] Feb 19 01:48:14.034 INFO O| Feb 19 01:48:14.034 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 9916 | 2026-02-19T01:48:14.113Z | [ host-image] Feb 19 01:48:14.034 INFO O| Feb 19 01:48:14.034 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 9917 | 2026-02-19T01:48:14.113Z | [ host-image] Feb 19 01:48:14.034 INFO O| Feb 19 01:48:14.034 INFO ok! |
| 9918 | 2026-02-19T01:48:14.113Z | [ host-image] Feb 19 01:48:14.034 INFO O| Feb 19 01:48:14.034 INFO STEP 54 (ensure_file) COMPLETE |
| 9919 | 2026-02-19T01:48:14.113Z | [ host-image] Feb 19 01:48:14.034 INFO O| Feb 19 01:48:14.034 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9920 | 2026-02-19T01:48:14.138Z | [ host-image] Feb 19 01:48:14.051 INFO O| Feb 19 01:48:14.050 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist |
| 9921 | 2026-02-19T01:48:14.139Z | [ host-image] Feb 19 01:48:14.051 INFO O| Feb 19 01:48:14.050 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 ... |
| 9922 | 2026-02-19T01:48:14.139Z | [ host-image] Feb 19 01:48:14.051 INFO O| Feb 19 01:48:14.051 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 |
| 9923 | 2026-02-19T01:48:14.139Z | [ host-image] Feb 19 01:48:14.051 INFO O| Feb 19 01:48:14.051 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml |
| 9924 | 2026-02-19T01:48:14.139Z | [ host-image] Feb 19 01:48:14.051 INFO O| Feb 19 01:48:14.051 INFO ok! |
| 9925 | 2026-02-19T01:48:14.139Z | [ host-image] Feb 19 01:48:14.051 INFO O| Feb 19 01:48:14.051 INFO STEP 55 (ensure_file) COMPLETE |
| 9926 | 2026-02-19T01:48:14.139Z | [ host-image] Feb 19 01:48:14.051 INFO O| Feb 19 01:48:14.051 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9927 | 2026-02-19T01:48:14.163Z | [ host-image] Feb 19 01:48:14.065 INFO O| Feb 19 01:48:14.065 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist |
| 9928 | 2026-02-19T01:48:14.163Z | [ host-image] Feb 19 01:48:14.065 INFO O| Feb 19 01:48:14.065 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 ... |
| 9929 | 2026-02-19T01:48:14.163Z | [ host-image] Feb 19 01:48:14.065 INFO O| Feb 19 01:48:14.065 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 9930 | 2026-02-19T01:48:14.163Z | [ host-image] Feb 19 01:48:14.065 INFO O| Feb 19 01:48:14.065 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 9931 | 2026-02-19T01:48:14.163Z | [ host-image] Feb 19 01:48:14.065 INFO O| Feb 19 01:48:14.065 INFO ok! |
| 9932 | 2026-02-19T01:48:14.163Z | [ host-image] Feb 19 01:48:14.065 INFO O| Feb 19 01:48:14.065 INFO STEP 56 (ensure_file) COMPLETE |
| 9933 | 2026-02-19T01:48:14.163Z | [ host-image] Feb 19 01:48:14.065 INFO O| Feb 19 01:48:14.065 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9934 | 2026-02-19T01:48:14.163Z | [ host-image] Feb 19 01:48:14.078 INFO O| Feb 19 01:48:14.078 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist |
| 9935 | 2026-02-19T01:48:14.163Z | [ host-image] Feb 19 01:48:14.079 INFO O| Feb 19 01:48:14.078 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 ... |
| 9936 | 2026-02-19T01:48:14.163Z | [ host-image] Feb 19 01:48:14.079 INFO O| Feb 19 01:48:14.079 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 |
| 9937 | 2026-02-19T01:48:14.163Z | [ host-image] Feb 19 01:48:14.079 INFO O| Feb 19 01:48:14.079 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml |
| 9938 | 2026-02-19T01:48:14.163Z | [ host-image] Feb 19 01:48:14.079 INFO O| Feb 19 01:48:14.079 INFO ok! |
| 9939 | 2026-02-19T01:48:14.163Z | [ host-image] Feb 19 01:48:14.079 INFO O| Feb 19 01:48:14.079 INFO STEP 57 (ensure_file) COMPLETE |
| 9940 | 2026-02-19T01:48:14.163Z | [ host-image] Feb 19 01:48:14.079 INFO O| Feb 19 01:48:14.079 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9941 | 2026-02-19T01:48:14.188Z | [ host-image] Feb 19 01:48:14.091 INFO O| Feb 19 01:48:14.091 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist |
| 9942 | 2026-02-19T01:48:14.188Z | [ host-image] Feb 19 01:48:14.091 INFO O| Feb 19 01:48:14.091 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 ... |
| 9943 | 2026-02-19T01:48:14.188Z | [ host-image] Feb 19 01:48:14.091 INFO O| Feb 19 01:48:14.091 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9944 | 2026-02-19T01:48:14.188Z | [ host-image] Feb 19 01:48:14.091 INFO O| Feb 19 01:48:14.091 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9945 | 2026-02-19T01:48:14.188Z | [ host-image] Feb 19 01:48:14.091 INFO O| Feb 19 01:48:14.091 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9946 | 2026-02-19T01:48:14.188Z | [ host-image] Feb 19 01:48:14.091 INFO O| Feb 19 01:48:14.091 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9947 | 2026-02-19T01:48:14.188Z | [ host-image] Feb 19 01:48:14.091 INFO O| Feb 19 01:48:14.091 INFO ok! |
| 9948 | 2026-02-19T01:48:14.188Z | [ host-image] Feb 19 01:48:14.091 INFO O| Feb 19 01:48:14.091 INFO STEP 58 (ensure_file) COMPLETE |
| 9949 | 2026-02-19T01:48:14.189Z | [ host-image] Feb 19 01:48:14.091 INFO O| Feb 19 01:48:14.091 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9950 | 2026-02-19T01:48:14.189Z | [ host-image] Feb 19 01:48:14.103 INFO O| Feb 19 01:48:14.103 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist |
| 9951 | 2026-02-19T01:48:14.189Z | [ host-image] Feb 19 01:48:14.103 INFO O| Feb 19 01:48:14.103 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 ... |
| 9952 | 2026-02-19T01:48:14.189Z | [ host-image] Feb 19 01:48:14.104 INFO O| Feb 19 01:48:14.103 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 |
| 9953 | 2026-02-19T01:48:14.189Z | [ host-image] Feb 19 01:48:14.104 INFO O| Feb 19 01:48:14.104 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml |
| 9954 | 2026-02-19T01:48:14.189Z | [ host-image] Feb 19 01:48:14.104 INFO O| Feb 19 01:48:14.104 INFO ok! |
| 9955 | 2026-02-19T01:48:14.189Z | [ host-image] Feb 19 01:48:14.104 INFO O| Feb 19 01:48:14.104 INFO STEP 59 (ensure_file) COMPLETE |
| 9956 | 2026-02-19T01:48:14.189Z | [ host-image] Feb 19 01:48:14.104 INFO O| Feb 19 01:48:14.104 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9957 | 2026-02-19T01:48:14.214Z | [ host-image] Feb 19 01:48:14.116 INFO O| Feb 19 01:48:14.116 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist |
| 9958 | 2026-02-19T01:48:14.214Z | [ host-image] Feb 19 01:48:14.116 INFO O| Feb 19 01:48:14.116 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ... |
| 9959 | 2026-02-19T01:48:14.214Z | [ host-image] Feb 19 01:48:14.116 INFO O| Feb 19 01:48:14.116 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 9960 | 2026-02-19T01:48:14.214Z | [ host-image] Feb 19 01:48:14.117 INFO O| Feb 19 01:48:14.116 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 9961 | 2026-02-19T01:48:14.214Z | [ host-image] Feb 19 01:48:14.117 INFO O| Feb 19 01:48:14.116 INFO ok! |
| 9962 | 2026-02-19T01:48:14.214Z | [ host-image] Feb 19 01:48:14.117 INFO O| Feb 19 01:48:14.116 INFO STEP 60 (ensure_file) COMPLETE |
| 9963 | 2026-02-19T01:48:14.214Z | [ host-image] Feb 19 01:48:14.117 INFO O| Feb 19 01:48:14.116 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9964 | 2026-02-19T01:48:14.214Z | [ host-image] Feb 19 01:48:14.132 INFO O| Feb 19 01:48:14.132 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist |
| 9965 | 2026-02-19T01:48:14.214Z | [ host-image] Feb 19 01:48:14.133 INFO O| Feb 19 01:48:14.132 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 ... |
| 9966 | 2026-02-19T01:48:14.214Z | [ host-image] Feb 19 01:48:14.133 INFO O| Feb 19 01:48:14.133 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 |
| 9967 | 2026-02-19T01:48:14.214Z | [ host-image] Feb 19 01:48:14.133 INFO O| Feb 19 01:48:14.133 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml |
| 9968 | 2026-02-19T01:48:14.214Z | [ host-image] Feb 19 01:48:14.133 INFO O| Feb 19 01:48:14.133 INFO ok! |
| 9969 | 2026-02-19T01:48:14.214Z | [ host-image] Feb 19 01:48:14.133 INFO O| Feb 19 01:48:14.133 INFO STEP 61 (ensure_file) COMPLETE |
| 9970 | 2026-02-19T01:48:14.214Z | [ host-image] Feb 19 01:48:14.133 INFO O| Feb 19 01:48:14.133 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9971 | 2026-02-19T01:48:14.239Z | [ host-image] Feb 19 01:48:14.148 INFO O| Feb 19 01:48:14.148 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist |
| 9972 | 2026-02-19T01:48:14.239Z | [ host-image] Feb 19 01:48:14.148 INFO O| Feb 19 01:48:14.148 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ... |
| 9973 | 2026-02-19T01:48:14.239Z | [ host-image] Feb 19 01:48:14.148 INFO O| Feb 19 01:48:14.148 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9974 | 2026-02-19T01:48:14.239Z | [ host-image] Feb 19 01:48:14.148 INFO O| Feb 19 01:48:14.148 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9975 | 2026-02-19T01:48:14.239Z | [ host-image] Feb 19 01:48:14.148 INFO O| Feb 19 01:48:14.148 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9976 | 2026-02-19T01:48:14.239Z | [ host-image] Feb 19 01:48:14.148 INFO O| Feb 19 01:48:14.148 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9977 | 2026-02-19T01:48:14.239Z | [ host-image] Feb 19 01:48:14.148 INFO O| Feb 19 01:48:14.148 INFO ok! |
| 9978 | 2026-02-19T01:48:14.239Z | [ host-image] Feb 19 01:48:14.148 INFO O| Feb 19 01:48:14.148 INFO STEP 62 (ensure_file) COMPLETE |
| 9979 | 2026-02-19T01:48:14.239Z | [ host-image] Feb 19 01:48:14.148 INFO O| Feb 19 01:48:14.148 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9980 | 2026-02-19T01:48:14.264Z | [ host-image] Feb 19 01:48:14.166 INFO O| Feb 19 01:48:14.166 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
| 9981 | 2026-02-19T01:48:14.264Z | [ host-image] Feb 19 01:48:14.166 INFO O| Feb 19 01:48:14.166 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 ... |
| 9982 | 2026-02-19T01:48:14.264Z | [ host-image] Feb 19 01:48:14.167 INFO O| Feb 19 01:48:14.167 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 |
| 9983 | 2026-02-19T01:48:14.264Z | [ host-image] Feb 19 01:48:14.167 INFO O| Feb 19 01:48:14.167 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 9984 | 2026-02-19T01:48:14.264Z | [ host-image] Feb 19 01:48:14.167 INFO O| Feb 19 01:48:14.167 INFO ok! |
| 9985 | 2026-02-19T01:48:14.264Z | [ host-image] Feb 19 01:48:14.167 INFO O| Feb 19 01:48:14.167 INFO STEP 63 (ensure_file) COMPLETE |
| 9986 | 2026-02-19T01:48:14.264Z | [ host-image] Feb 19 01:48:14.167 INFO O| Feb 19 01:48:14.167 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9987 | 2026-02-19T01:48:14.264Z | [ host-image] Feb 19 01:48:14.183 INFO O| Feb 19 01:48:14.183 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
| 9988 | 2026-02-19T01:48:14.264Z | [ host-image] Feb 19 01:48:14.183 INFO O| Feb 19 01:48:14.183 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 ... |
| 9989 | 2026-02-19T01:48:14.264Z | [ host-image] Feb 19 01:48:14.184 INFO O| Feb 19 01:48:14.184 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 |
| 9990 | 2026-02-19T01:48:14.264Z | [ host-image] Feb 19 01:48:14.184 INFO O| Feb 19 01:48:14.184 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 9991 | 2026-02-19T01:48:14.264Z | [ host-image] Feb 19 01:48:14.184 INFO O| Feb 19 01:48:14.184 INFO ok! |
| 9992 | 2026-02-19T01:48:14.264Z | [ host-image] Feb 19 01:48:14.184 INFO O| Feb 19 01:48:14.184 INFO STEP 64 (ensure_file) COMPLETE |
| 9993 | 2026-02-19T01:48:14.264Z | [ host-image] Feb 19 01:48:14.184 INFO O| Feb 19 01:48:14.184 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9994 | 2026-02-19T01:48:14.289Z | [ host-image] Feb 19 01:48:14.198 INFO O| Feb 19 01:48:14.198 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
| 9995 | 2026-02-19T01:48:14.289Z | [ host-image] Feb 19 01:48:14.198 INFO O| Feb 19 01:48:14.198 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 ... |
| 9996 | 2026-02-19T01:48:14.289Z | [ host-image] Feb 19 01:48:14.199 INFO O| Feb 19 01:48:14.199 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 |
| 9997 | 2026-02-19T01:48:14.289Z | [ host-image] Feb 19 01:48:14.199 INFO O| Feb 19 01:48:14.199 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 9998 | 2026-02-19T01:48:14.289Z | [ host-image] Feb 19 01:48:14.199 INFO O| Feb 19 01:48:14.199 INFO ok! |
| 9999 | 2026-02-19T01:48:14.290Z | [ host-image] Feb 19 01:48:14.199 INFO O| Feb 19 01:48:14.199 INFO STEP 65 (ensure_file) COMPLETE |
| 10000 | 2026-02-19T01:48:14.290Z | [ host-image] Feb 19 01:48:14.199 INFO O| Feb 19 01:48:14.199 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10001 | 2026-02-19T01:48:14.290Z | [ host-image] Feb 19 01:48:14.199 INFO O| Feb 19 01:48:14.199 INFO skip step because feature "mbist" is not enabled |
| 10002 | 2026-02-19T01:48:14.290Z | [ host-image] Feb 19 01:48:14.199 INFO O| Feb 19 01:48:14.199 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10003 | 2026-02-19T01:48:14.315Z | [ host-image] Feb 19 01:48:14.214 INFO O| Feb 19 01:48:14.214 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt |
| 10004 | 2026-02-19T01:48:14.315Z | [ host-image] Feb 19 01:48:14.214 INFO O| Feb 19 01:48:14.214 INFO STEP 67 (ensure_dir) COMPLETE |
| 10005 | 2026-02-19T01:48:14.315Z | [ host-image] Feb 19 01:48:14.214 INFO O| Feb 19 01:48:14.214 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10006 | 2026-02-19T01:48:14.315Z | [ host-image] Feb 19 01:48:14.228 INFO O| Feb 19 01:48:14.228 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 10007 | 2026-02-19T01:48:14.315Z | [ host-image] Feb 19 01:48:14.228 INFO O| Feb 19 01:48:14.228 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 10008 | 2026-02-19T01:48:14.315Z | [ host-image] Feb 19 01:48:14.228 INFO O| Feb 19 01:48:14.228 INFO STEP 68 (ensure_dir) COMPLETE |
| 10009 | 2026-02-19T01:48:14.315Z | [ host-image] Feb 19 01:48:14.228 INFO O| Feb 19 01:48:14.228 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10010 | 2026-02-19T01:48:14.340Z | [ host-image] Feb 19 01:48:14.240 INFO O| Feb 19 01:48:14.240 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 10011 | 2026-02-19T01:48:14.340Z | [ host-image] Feb 19 01:48:14.240 INFO O| Feb 19 01:48:14.240 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 10012 | 2026-02-19T01:48:14.340Z | [ host-image] Feb 19 01:48:14.240 INFO O| Feb 19 01:48:14.240 INFO STEP 69 (ensure_dir) COMPLETE |
| 10013 | 2026-02-19T01:48:14.340Z | [ host-image] Feb 19 01:48:14.240 INFO O| Feb 19 01:48:14.240 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10014 | 2026-02-19T01:48:14.340Z | [ host-image] Feb 19 01:48:14.258 INFO O| Feb 19 01:48:14.258 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 10015 | 2026-02-19T01:48:14.340Z | [ host-image] Feb 19 01:48:14.258 INFO O| Feb 19 01:48:14.258 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
| 10016 | 2026-02-19T01:48:15.441Z | [ host-image] Feb 19 01:48:15.363 INFO O| Feb 19 01:48:15.363 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm |
| 10017 | 2026-02-19T01:48:15.441Z | [ host-image] Feb 19 01:48:15.363 INFO O| Feb 19 01:48:15.363 INFO ok! |
| 10018 | 2026-02-19T01:48:15.466Z | [ host-image] Feb 19 01:48:15.363 INFO O| Feb 19 01:48:15.363 INFO STEP 70 (ensure_file) COMPLETE |
| 10019 | 2026-02-19T01:48:15.466Z | [ host-image] Feb 19 01:48:15.363 INFO O| Feb 19 01:48:15.363 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10020 | 2026-02-19T01:48:15.502Z | [ host-image] Feb 19 01:48:15.423 INFO O| Feb 19 01:48:15.423 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
| 10021 | 2026-02-19T01:48:15.502Z | [ host-image] Feb 19 01:48:15.423 INFO O| Feb 19 01:48:15.423 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ... |
| 10022 | 2026-02-19T01:48:16.744Z | [ recovery-image] Feb 19 01:48:16.667 INFO image complete! materials are in "/work/os-recovery" |
| 10023 | 2026-02-19T01:48:17.124Z | [ recovery-image] |
| 10024 | 2026-02-19T01:48:17.149Z | [ recovery-image] real 30:24.331994323 |
| 10025 | 2026-02-19T01:48:17.149Z | [ recovery-image] user 22:02.241515249 |
| 10026 | 2026-02-19T01:48:17.149Z | [ recovery-image] sys 1:54.785866084 |
| 10027 | 2026-02-19T01:48:17.503Z | [ host-image] Feb 19 01:48:17.426 INFO O| Feb 19 01:48:17.425 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd |
| 10028 | 2026-02-19T01:48:17.503Z | [ host-image] Feb 19 01:48:17.426 INFO O| Feb 19 01:48:17.425 INFO ok! |
| 10029 | 2026-02-19T01:48:17.503Z | [ recovery-image] trap 1.298908212 |
| 10030 | 2026-02-19T01:48:18.079Z | [ recovery-image] tflt 1.266814908 |
| 10031 | 2026-02-19T01:48:18.080Z | [ recovery-image] dflt 4.952729898 |
| 10032 | 2026-02-19T01:48:18.080Z | [ host-image] Feb 19 01:48:17.426 INFO O| Feb 19 01:48:17.426 INFO STEP 71 (ensure_file) COMPLETE |
| 10033 | 2026-02-19T01:48:18.080Z | [ recovery-image] kflt 0.009746548 |
| 10034 | 2026-02-19T01:48:18.080Z | [ recovery-image] lock 1:00:45.087615311 |
| 10035 | 2026-02-19T01:48:18.080Z | [ recovery-image] slp 2:57:50.616950789 |
| 10036 | 2026-02-19T01:48:18.080Z | [ recovery-image] lat 9:18.836209204 |
| 10037 | 2026-02-19T01:48:18.080Z | [ recovery-image] stop 8.958199740 |
| 10038 | 2026-02-19T01:48:18.149Z | [ host-image] Feb 19 01:48:17.426 INFO O| Feb 19 01:48:17.426 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10039 | 2026-02-19T01:48:18.149Z | [ host-image] Feb 19 01:48:17.440 INFO O| Feb 19 01:48:17.440 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 10040 | 2026-02-19T01:48:18.149Z | [ host-image] Feb 19 01:48:17.440 INFO O| Feb 19 01:48:17.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 10041 | 2026-02-19T01:48:18.149Z | [ host-image] Feb 19 01:48:17.440 INFO O| Feb 19 01:48:17.440 INFO STEP 72 (ensure_dir) COMPLETE |
| 10042 | 2026-02-19T01:48:18.149Z | [ host-image] Feb 19 01:48:17.440 INFO O| Feb 19 01:48:17.440 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10043 | 2026-02-19T01:48:18.149Z | [ host-image] Feb 19 01:48:17.453 INFO O| Feb 19 01:48:17.453 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 10044 | 2026-02-19T01:48:18.149Z | [ host-image] Feb 19 01:48:17.453 INFO O| Feb 19 01:48:17.453 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10045 | 2026-02-19T01:48:18.149Z | [ host-image] Feb 19 01:48:17.453 INFO O| Feb 19 01:48:17.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 10046 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.453 INFO O| Feb 19 01:48:17.453 INFO ok! |
| 10047 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.453 INFO O| Feb 19 01:48:17.453 INFO STEP 73 (ensure_file) COMPLETE |
| 10048 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.453 INFO O| Feb 19 01:48:17.453 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10049 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.471 INFO O| Feb 19 01:48:17.470 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 10050 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.471 INFO O| Feb 19 01:48:17.470 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10051 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.471 INFO O| Feb 19 01:48:17.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 10052 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.471 INFO O| Feb 19 01:48:17.471 INFO ok! |
| 10053 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.471 INFO O| Feb 19 01:48:17.471 INFO STEP 74 (ensure_file) COMPLETE |
| 10054 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.471 INFO O| Feb 19 01:48:17.471 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10055 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.486 INFO O| Feb 19 01:48:17.486 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 10056 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.486 INFO O| Feb 19 01:48:17.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 10057 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.486 INFO O| Feb 19 01:48:17.486 INFO STEP 75 (ensure_dir) COMPLETE |
| 10058 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.486 INFO O| Feb 19 01:48:17.486 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10059 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.499 INFO O| Feb 19 01:48:17.499 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 10060 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.499 INFO O| Feb 19 01:48:17.499 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10061 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.499 INFO O| Feb 19 01:48:17.499 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 10062 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.499 INFO O| Feb 19 01:48:17.499 INFO ok! |
| 10063 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.499 INFO O| Feb 19 01:48:17.499 INFO STEP 76 (ensure_file) COMPLETE |
| 10064 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.499 INFO O| Feb 19 01:48:17.499 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10065 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.518 INFO O| Feb 19 01:48:17.518 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 10066 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.518 INFO O| Feb 19 01:48:17.518 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10067 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.518 INFO O| Feb 19 01:48:17.518 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 10068 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.518 INFO O| Feb 19 01:48:17.518 INFO ok! |
| 10069 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.518 INFO O| Feb 19 01:48:17.518 INFO STEP 77 (ensure_file) COMPLETE |
| 10070 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.518 INFO O| Feb 19 01:48:17.518 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10071 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.534 INFO O| Feb 19 01:48:17.534 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 10072 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.534 INFO O| Feb 19 01:48:17.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 10073 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.534 INFO O| Feb 19 01:48:17.534 INFO STEP 78 (ensure_dir) COMPLETE |
| 10074 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.534 INFO O| Feb 19 01:48:17.534 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10075 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.550 INFO O| Feb 19 01:48:17.550 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 10076 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.550 INFO O| Feb 19 01:48:17.550 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10077 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.551 INFO O| Feb 19 01:48:17.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 10078 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.551 INFO O| Feb 19 01:48:17.550 INFO ok! |
| 10079 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.551 INFO O| Feb 19 01:48:17.551 INFO STEP 79 (ensure_file) COMPLETE |
| 10080 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.551 INFO O| Feb 19 01:48:17.551 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10081 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.563 INFO O| Feb 19 01:48:17.563 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
| 10082 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.563 INFO O| Feb 19 01:48:17.563 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ... |
| 10083 | 2026-02-19T01:48:18.150Z | [ host-image] Feb 19 01:48:17.563 INFO O| Feb 19 01:48:17.563 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION |
| 10084 | 2026-02-19T01:48:18.151Z | [ host-image] Feb 19 01:48:17.563 INFO O| Feb 19 01:48:17.563 INFO ok! |
| 10085 | 2026-02-19T01:48:18.151Z | [ host-image] Feb 19 01:48:17.563 INFO O| Feb 19 01:48:17.563 INFO STEP 80 (ensure_file) COMPLETE |
| 10086 | 2026-02-19T01:48:18.151Z | [ host-image] Feb 19 01:48:17.563 INFO O| Feb 19 01:48:17.563 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10087 | 2026-02-19T01:48:18.151Z | [ host-image] Feb 19 01:48:17.574 INFO O| Feb 19 01:48:17.574 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 10088 | 2026-02-19T01:48:18.151Z | [ host-image] Feb 19 01:48:17.574 INFO O| Feb 19 01:48:17.574 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 10089 | 2026-02-19T01:48:18.151Z | [ host-image] Feb 19 01:48:17.574 INFO O| Feb 19 01:48:17.574 INFO STEP 81 (ensure_dir) COMPLETE |
| 10090 | 2026-02-19T01:48:18.151Z | [ host-image] Feb 19 01:48:17.574 INFO O| Feb 19 01:48:17.574 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10091 | 2026-02-19T01:48:18.151Z | [ host-image] Feb 19 01:48:17.585 INFO O| Feb 19 01:48:17.584 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
| 10092 | 2026-02-19T01:48:18.151Z | [ host-image] Feb 19 01:48:17.585 INFO O| Feb 19 01:48:17.585 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
| 10093 | 2026-02-19T01:48:19.084Z | Feb 19 01:48:19.004 INFO [recovery-image] process exited with exit status: 0 (1825.700656195s) |
| 10094 | 2026-02-19T01:48:19.174Z | [ host-image] Feb 19 01:48:19.097 INFO O| Feb 19 01:48:19.096 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle |
| 10095 | 2026-02-19T01:48:19.175Z | [ host-image] Feb 19 01:48:19.097 INFO O| Feb 19 01:48:19.097 INFO ok! |
| 10096 | 2026-02-19T01:48:19.199Z | [ host-image] Feb 19 01:48:19.097 INFO O| Feb 19 01:48:19.097 INFO STEP 82 (ensure_file) COMPLETE |
| 10097 | 2026-02-19T01:48:19.199Z | [ host-image] Feb 19 01:48:19.097 INFO O| Feb 19 01:48:19.097 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10098 | 2026-02-19T01:48:19.199Z | [ host-image] Feb 19 01:48:19.111 INFO O| Feb 19 01:48:19.111 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist |
| 10099 | 2026-02-19T01:48:19.200Z | [ host-image] Feb 19 01:48:19.111 INFO O| Feb 19 01:48:19.111 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ... |
| 10100 | 2026-02-19T01:48:20.058Z | [ host-image] Feb 19 01:48:19.981 INFO O| Feb 19 01:48:19.980 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor |
| 10101 | 2026-02-19T01:48:20.058Z | [ host-image] Feb 19 01:48:19.981 INFO O| Feb 19 01:48:19.980 INFO ok! |
| 10102 | 2026-02-19T01:48:20.083Z | [ host-image] Feb 19 01:48:19.981 INFO O| Feb 19 01:48:19.980 INFO STEP 83 (ensure_file) COMPLETE |
| 10103 | 2026-02-19T01:48:20.084Z | [ host-image] Feb 19 01:48:19.981 INFO O| Feb 19 01:48:19.981 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10104 | 2026-02-19T01:48:20.084Z | [ host-image] Feb 19 01:48:19.999 INFO O| Feb 19 01:48:19.999 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
| 10105 | 2026-02-19T01:48:20.084Z | [ host-image] Feb 19 01:48:19.999 INFO O| Feb 19 01:48:19.999 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ... |
| 10106 | 2026-02-19T01:48:23.710Z | [ host-image] Feb 19 01:48:23.633 INFO O| Feb 19 01:48:23.633 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent |
| 10107 | 2026-02-19T01:48:23.710Z | [ host-image] Feb 19 01:48:23.633 INFO O| Feb 19 01:48:23.633 INFO ok! |
| 10108 | 2026-02-19T01:48:23.735Z | [ host-image] Feb 19 01:48:23.633 INFO O| Feb 19 01:48:23.633 INFO STEP 84 (ensure_file) COMPLETE |
| 10109 | 2026-02-19T01:48:23.735Z | [ host-image] Feb 19 01:48:23.633 INFO O| Feb 19 01:48:23.633 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10110 | 2026-02-19T01:48:23.735Z | [ host-image] Feb 19 01:48:23.648 INFO O| Feb 19 01:48:23.648 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 10111 | 2026-02-19T01:48:23.735Z | [ host-image] Feb 19 01:48:23.648 INFO O| Feb 19 01:48:23.648 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 10112 | 2026-02-19T01:48:23.735Z | [ host-image] Feb 19 01:48:23.648 INFO O| Feb 19 01:48:23.648 INFO STEP 85 (ensure_dir) COMPLETE |
| 10113 | 2026-02-19T01:48:23.735Z | [ host-image] Feb 19 01:48:23.648 INFO O| Feb 19 01:48:23.648 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10114 | 2026-02-19T01:48:23.760Z | [ host-image] Feb 19 01:48:23.662 INFO O| Feb 19 01:48:23.662 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
| 10115 | 2026-02-19T01:48:23.760Z | [ host-image] Feb 19 01:48:23.662 INFO O| Feb 19 01:48:23.662 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10116 | 2026-02-19T01:48:23.760Z | [ host-image] Feb 19 01:48:23.662 INFO O| Feb 19 01:48:23.662 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
| 10117 | 2026-02-19T01:48:23.760Z | [ host-image] Feb 19 01:48:23.662 INFO O| Feb 19 01:48:23.662 INFO ok! |
| 10118 | 2026-02-19T01:48:23.760Z | [ host-image] Feb 19 01:48:23.662 INFO O| Feb 19 01:48:23.662 INFO STEP 86 (ensure_file) COMPLETE |
| 10119 | 2026-02-19T01:48:23.760Z | [ host-image] Feb 19 01:48:23.662 INFO O| Feb 19 01:48:23.662 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10120 | 2026-02-19T01:48:23.760Z | [ host-image] Feb 19 01:48:23.677 INFO O| Feb 19 01:48:23.677 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
| 10121 | 2026-02-19T01:48:23.760Z | [ host-image] Feb 19 01:48:23.677 INFO O| Feb 19 01:48:23.677 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10122 | 2026-02-19T01:48:23.760Z | [ host-image] Feb 19 01:48:23.677 INFO O| Feb 19 01:48:23.677 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md |
| 10123 | 2026-02-19T01:48:23.760Z | [ host-image] Feb 19 01:48:23.677 INFO O| Feb 19 01:48:23.677 INFO ok! |
| 10124 | 2026-02-19T01:48:23.760Z | [ host-image] Feb 19 01:48:23.677 INFO O| Feb 19 01:48:23.677 INFO STEP 87 (ensure_file) COMPLETE |
| 10125 | 2026-02-19T01:48:23.760Z | [ host-image] Feb 19 01:48:23.677 INFO O| Feb 19 01:48:23.677 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10126 | 2026-02-19T01:48:23.786Z | [ host-image] Feb 19 01:48:23.692 INFO O| Feb 19 01:48:23.692 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
| 10127 | 2026-02-19T01:48:23.786Z | [ host-image] Feb 19 01:48:23.692 INFO O| Feb 19 01:48:23.692 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ... |
| 10128 | 2026-02-19T01:48:23.786Z | [ host-image] Feb 19 01:48:23.692 INFO O| Feb 19 01:48:23.692 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION |
| 10129 | 2026-02-19T01:48:23.786Z | [ host-image] Feb 19 01:48:23.692 INFO O| Feb 19 01:48:23.692 INFO ok! |
| 10130 | 2026-02-19T01:48:23.786Z | [ host-image] Feb 19 01:48:23.692 INFO O| Feb 19 01:48:23.692 INFO STEP 88 (ensure_file) COMPLETE |
| 10131 | 2026-02-19T01:48:23.786Z | [ host-image] Feb 19 01:48:23.692 INFO O| Feb 19 01:48:23.692 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10132 | 2026-02-19T01:48:23.811Z | [ host-image] Feb 19 01:48:23.714 INFO O| Feb 19 01:48:23.714 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist |
| 10133 | 2026-02-19T01:48:23.811Z | [ host-image] Feb 19 01:48:23.714 INFO O| Feb 19 01:48:23.714 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ... |
| 10134 | 2026-02-19T01:48:23.811Z | [ host-image] Feb 19 01:48:23.714 INFO O| Feb 19 01:48:23.714 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz |
| 10135 | 2026-02-19T01:48:23.811Z | [ host-image] Feb 19 01:48:23.714 INFO O| Feb 19 01:48:23.714 INFO ok! |
| 10136 | 2026-02-19T01:48:23.811Z | [ host-image] Feb 19 01:48:23.714 INFO O| Feb 19 01:48:23.714 INFO STEP 89 (ensure_file) COMPLETE |
| 10137 | 2026-02-19T01:48:23.811Z | [ host-image] Feb 19 01:48:23.714 INFO O| Feb 19 01:48:23.714 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10138 | 2026-02-19T01:48:23.811Z | [ host-image] Feb 19 01:48:23.732 INFO O| Feb 19 01:48:23.732 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10139 | 2026-02-19T01:48:23.811Z | [ host-image] Feb 19 01:48:23.732 INFO O| Feb 19 01:48:23.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10140 | 2026-02-19T01:48:23.811Z | [ host-image] Feb 19 01:48:23.732 INFO O| Feb 19 01:48:23.732 INFO STEP 90 (ensure_dir) COMPLETE |
| 10141 | 2026-02-19T01:48:23.811Z | [ host-image] Feb 19 01:48:23.732 INFO O| Feb 19 01:48:23.732 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10142 | 2026-02-19T01:48:23.836Z | [ host-image] Feb 19 01:48:23.749 INFO O| Feb 19 01:48:23.749 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist |
| 10143 | 2026-02-19T01:48:23.836Z | [ host-image] Feb 19 01:48:23.750 INFO O| Feb 19 01:48:23.749 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ... |
| 10144 | 2026-02-19T01:48:23.836Z | [ host-image] Feb 19 01:48:23.755 INFO O| Feb 19 01:48:23.755 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog |
| 10145 | 2026-02-19T01:48:23.836Z | [ host-image] Feb 19 01:48:23.755 INFO O| Feb 19 01:48:23.755 INFO ok! |
| 10146 | 2026-02-19T01:48:23.836Z | [ host-image] Feb 19 01:48:23.755 INFO O| Feb 19 01:48:23.755 INFO STEP 91 (ensure_file) COMPLETE |
| 10147 | 2026-02-19T01:48:23.836Z | [ host-image] Feb 19 01:48:23.755 INFO O| Feb 19 01:48:23.755 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10148 | 2026-02-19T01:48:23.864Z | [ host-image] Feb 19 01:48:23.771 INFO O| Feb 19 01:48:23.770 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist |
| 10149 | 2026-02-19T01:48:23.864Z | [ host-image] Feb 19 01:48:23.771 INFO O| Feb 19 01:48:23.770 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ... |
| 10150 | 2026-02-19T01:48:23.864Z | [ host-image] Feb 19 01:48:23.771 INFO O| Feb 19 01:48:23.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION |
| 10151 | 2026-02-19T01:48:23.864Z | [ host-image] Feb 19 01:48:23.771 INFO O| Feb 19 01:48:23.771 INFO ok! |
| 10152 | 2026-02-19T01:48:23.864Z | [ host-image] Feb 19 01:48:23.771 INFO O| Feb 19 01:48:23.771 INFO STEP 92 (ensure_file) COMPLETE |
| 10153 | 2026-02-19T01:48:23.864Z | [ host-image] Feb 19 01:48:23.771 INFO O| Feb 19 01:48:23.771 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10154 | 2026-02-19T01:48:23.890Z | [ host-image] Feb 19 01:48:23.789 INFO O| Feb 19 01:48:23.789 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
| 10155 | 2026-02-19T01:48:23.890Z | [ host-image] Feb 19 01:48:23.789 INFO O| Feb 19 01:48:23.789 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ... |
| 10156 | 2026-02-19T01:48:26.771Z | [ host-image] Feb 19 01:48:26.694 INFO O| Feb 19 01:48:26.694 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz |
| 10157 | 2026-02-19T01:48:26.771Z | [ host-image] Feb 19 01:48:26.694 INFO O| Feb 19 01:48:26.694 INFO ok! |
| 10158 | 2026-02-19T01:48:26.795Z | [ host-image] Feb 19 01:48:26.694 INFO O| Feb 19 01:48:26.694 INFO STEP 93 (ensure_file) COMPLETE |
| 10159 | 2026-02-19T01:48:26.795Z | [ host-image] Feb 19 01:48:26.694 INFO O| Feb 19 01:48:26.694 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10160 | 2026-02-19T01:48:26.795Z | [ host-image] Feb 19 01:48:26.716 INFO O| Feb 19 01:48:26.715 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10161 | 2026-02-19T01:48:26.795Z | [ host-image] Feb 19 01:48:26.716 INFO O| Feb 19 01:48:26.716 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10162 | 2026-02-19T01:48:26.795Z | [ host-image] Feb 19 01:48:26.716 INFO O| Feb 19 01:48:26.716 INFO STEP 94 (ensure_dir) COMPLETE |
| 10163 | 2026-02-19T01:48:26.795Z | [ host-image] Feb 19 01:48:26.716 INFO O| Feb 19 01:48:26.716 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10164 | 2026-02-19T01:48:26.820Z | [ host-image] Feb 19 01:48:26.732 INFO O| Feb 19 01:48:26.732 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10165 | 2026-02-19T01:48:26.820Z | [ host-image] Feb 19 01:48:26.732 INFO O| Feb 19 01:48:26.732 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10166 | 2026-02-19T01:48:26.820Z | [ host-image] Feb 19 01:48:26.732 INFO O| Feb 19 01:48:26.732 INFO STEP 95 (ensure_dir) COMPLETE |
| 10167 | 2026-02-19T01:48:26.820Z | [ host-image] Feb 19 01:48:26.732 INFO O| Feb 19 01:48:26.732 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10168 | 2026-02-19T01:48:26.845Z | [ host-image] Feb 19 01:48:26.747 INFO O| Feb 19 01:48:26.747 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10169 | 2026-02-19T01:48:26.845Z | [ host-image] Feb 19 01:48:26.747 INFO O| Feb 19 01:48:26.747 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10170 | 2026-02-19T01:48:26.845Z | [ host-image] Feb 19 01:48:26.747 INFO O| Feb 19 01:48:26.747 INFO STEP 96 (ensure_dir) COMPLETE |
| 10171 | 2026-02-19T01:48:26.845Z | [ host-image] Feb 19 01:48:26.747 INFO O| Feb 19 01:48:26.747 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10172 | 2026-02-19T01:48:26.845Z | [ host-image] Feb 19 01:48:26.764 INFO O| Feb 19 01:48:26.764 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10173 | 2026-02-19T01:48:26.845Z | [ host-image] Feb 19 01:48:26.764 INFO O| Feb 19 01:48:26.764 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10174 | 2026-02-19T01:48:26.845Z | [ host-image] Feb 19 01:48:26.764 INFO O| Feb 19 01:48:26.764 INFO STEP 97 (ensure_dir) COMPLETE |
| 10175 | 2026-02-19T01:48:26.845Z | [ host-image] Feb 19 01:48:26.764 INFO O| Feb 19 01:48:26.764 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10176 | 2026-02-19T01:48:26.870Z | [ host-image] Feb 19 01:48:26.782 INFO O| Feb 19 01:48:26.782 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10177 | 2026-02-19T01:48:26.870Z | [ host-image] Feb 19 01:48:26.782 INFO O| Feb 19 01:48:26.782 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10178 | 2026-02-19T01:48:26.870Z | [ host-image] Feb 19 01:48:26.782 INFO O| Feb 19 01:48:26.782 INFO STEP 98 (ensure_dir) COMPLETE |
| 10179 | 2026-02-19T01:48:26.870Z | [ host-image] Feb 19 01:48:26.782 INFO O| Feb 19 01:48:26.782 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10180 | 2026-02-19T01:48:26.894Z | [ host-image] Feb 19 01:48:26.798 INFO O| Feb 19 01:48:26.798 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
| 10181 | 2026-02-19T01:48:26.894Z | [ host-image] Feb 19 01:48:26.798 INFO O| Feb 19 01:48:26.798 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10182 | 2026-02-19T01:48:26.895Z | [ host-image] Feb 19 01:48:26.798 INFO O| Feb 19 01:48:26.798 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
| 10183 | 2026-02-19T01:48:26.895Z | [ host-image] Feb 19 01:48:26.798 INFO O| Feb 19 01:48:26.798 INFO ok! |
| 10184 | 2026-02-19T01:48:26.895Z | [ host-image] Feb 19 01:48:26.798 INFO O| Feb 19 01:48:26.798 INFO STEP 99 (ensure_file) COMPLETE |
| 10185 | 2026-02-19T01:48:26.895Z | [ host-image] Feb 19 01:48:26.798 INFO O| Feb 19 01:48:26.798 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10186 | 2026-02-19T01:48:26.895Z | [ host-image] Feb 19 01:48:26.815 INFO O| Feb 19 01:48:26.815 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10187 | 2026-02-19T01:48:26.895Z | [ host-image] Feb 19 01:48:26.815 INFO O| Feb 19 01:48:26.815 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10188 | 2026-02-19T01:48:26.895Z | [ host-image] Feb 19 01:48:26.815 INFO O| Feb 19 01:48:26.815 INFO STEP 100 (ensure_dir) COMPLETE |
| 10189 | 2026-02-19T01:48:26.895Z | [ host-image] Feb 19 01:48:26.815 INFO O| Feb 19 01:48:26.815 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10190 | 2026-02-19T01:48:26.919Z | [ host-image] Feb 19 01:48:26.832 INFO O| Feb 19 01:48:26.832 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
| 10191 | 2026-02-19T01:48:26.920Z | [ host-image] Feb 19 01:48:26.832 INFO O| Feb 19 01:48:26.832 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
| 10192 | 2026-02-19T01:48:27.951Z | [ host-image] Feb 19 01:48:27.874 INFO O| Feb 19 01:48:27.874 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
| 10193 | 2026-02-19T01:48:27.951Z | [ host-image] Feb 19 01:48:27.874 INFO O| Feb 19 01:48:27.874 INFO ok! |
| 10194 | 2026-02-19T01:48:27.976Z | [ host-image] Feb 19 01:48:27.874 INFO O| Feb 19 01:48:27.874 INFO STEP 101 (ensure_file) COMPLETE |
| 10195 | 2026-02-19T01:48:27.976Z | [ host-image] Feb 19 01:48:27.874 INFO O| Feb 19 01:48:27.874 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10196 | 2026-02-19T01:48:27.976Z | [ host-image] Feb 19 01:48:27.891 INFO O| Feb 19 01:48:27.891 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
| 10197 | 2026-02-19T01:48:27.976Z | [ host-image] Feb 19 01:48:27.891 INFO O| Feb 19 01:48:27.891 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
| 10198 | 2026-02-19T01:48:27.976Z | [ host-image] Feb 19 01:48:27.891 INFO O| Feb 19 01:48:27.891 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
| 10199 | 2026-02-19T01:48:27.976Z | [ host-image] Feb 19 01:48:27.891 INFO O| Feb 19 01:48:27.891 INFO ok! |
| 10200 | 2026-02-19T01:48:27.976Z | [ host-image] Feb 19 01:48:27.891 INFO O| Feb 19 01:48:27.891 INFO STEP 102 (ensure_file) COMPLETE |
| 10201 | 2026-02-19T01:48:27.976Z | [ host-image] Feb 19 01:48:27.891 INFO O| Feb 19 01:48:27.891 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10202 | 2026-02-19T01:48:28.001Z | [ host-image] Feb 19 01:48:27.908 INFO O| Feb 19 01:48:27.908 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
| 10203 | 2026-02-19T01:48:28.001Z | [ host-image] Feb 19 01:48:27.908 INFO O| Feb 19 01:48:27.908 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
| 10204 | 2026-02-19T01:48:28.687Z | [ host-image] Feb 19 01:48:28.610 INFO O| Feb 19 01:48:28.610 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
| 10205 | 2026-02-19T01:48:28.687Z | [ host-image] Feb 19 01:48:28.610 INFO O| Feb 19 01:48:28.610 INFO ok! |
| 10206 | 2026-02-19T01:48:28.711Z | [ host-image] Feb 19 01:48:28.610 INFO O| Feb 19 01:48:28.610 INFO STEP 103 (ensure_file) COMPLETE |
| 10207 | 2026-02-19T01:48:28.711Z | [ host-image] Feb 19 01:48:28.610 INFO O| Feb 19 01:48:28.610 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10208 | 2026-02-19T01:48:28.711Z | [ host-image] Feb 19 01:48:28.625 INFO O| Feb 19 01:48:28.625 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
| 10209 | 2026-02-19T01:48:28.711Z | [ host-image] Feb 19 01:48:28.625 INFO O| Feb 19 01:48:28.625 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ... |
| 10210 | 2026-02-19T01:48:28.711Z | [ host-image] Feb 19 01:48:28.625 INFO O| Feb 19 01:48:28.625 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION |
| 10211 | 2026-02-19T01:48:28.774Z | [ host-image] Feb 19 01:48:28.625 INFO O| Feb 19 01:48:28.625 INFO ok! |
| 10212 | 2026-02-19T01:48:28.937Z | [ host-image] Feb 19 01:48:28.625 INFO O| Feb 19 01:48:28.625 INFO STEP 104 (ensure_file) COMPLETE |
| 10213 | 2026-02-19T01:48:28.961Z | [ host-image] Feb 19 01:48:28.625 INFO O| Feb 19 01:48:28.625 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10214 | 2026-02-19T01:48:28.961Z | [ host-image] Feb 19 01:48:28.640 INFO O| Feb 19 01:48:28.640 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10215 | 2026-02-19T01:48:28.961Z | [ host-image] Feb 19 01:48:28.640 INFO O| Feb 19 01:48:28.640 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10216 | 2026-02-19T01:48:28.961Z | [ host-image] Feb 19 01:48:28.640 INFO O| Feb 19 01:48:28.640 INFO STEP 105 (ensure_dir) COMPLETE |
| 10217 | 2026-02-19T01:48:28.961Z | [ host-image] Feb 19 01:48:28.640 INFO O| Feb 19 01:48:28.640 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10218 | 2026-02-19T01:48:28.961Z | [ host-image] Feb 19 01:48:28.653 INFO O| Feb 19 01:48:28.653 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist |
| 10219 | 2026-02-19T01:48:28.961Z | [ host-image] Feb 19 01:48:28.654 INFO O| Feb 19 01:48:28.653 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10220 | 2026-02-19T01:48:29.483Z | [ host-image] Feb 19 01:48:29.406 INFO O| Feb 19 01:48:29.406 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw |
| 10221 | 2026-02-19T01:48:29.483Z | [ host-image] Feb 19 01:48:29.406 INFO O| Feb 19 01:48:29.406 INFO ok! |
| 10222 | 2026-02-19T01:48:29.483Z | [ host-image] Feb 19 01:48:29.406 INFO O| Feb 19 01:48:29.406 INFO STEP 106 (ensure_file) COMPLETE |
| 10223 | 2026-02-19T01:48:29.508Z | [ host-image] Feb 19 01:48:29.406 INFO O| Feb 19 01:48:29.406 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10224 | 2026-02-19T01:48:29.508Z | [ host-image] Feb 19 01:48:29.421 INFO O| Feb 19 01:48:29.421 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist |
| 10225 | 2026-02-19T01:48:29.508Z | [ host-image] Feb 19 01:48:29.421 INFO O| Feb 19 01:48:29.421 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10226 | 2026-02-19T01:48:29.508Z | [ host-image] Feb 19 01:48:29.421 INFO O| Feb 19 01:48:29.421 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d |
| 10227 | 2026-02-19T01:48:29.508Z | [ host-image] Feb 19 01:48:29.421 INFO O| Feb 19 01:48:29.421 INFO ok! |
| 10228 | 2026-02-19T01:48:29.508Z | [ host-image] Feb 19 01:48:29.421 INFO O| Feb 19 01:48:29.421 INFO STEP 107 (ensure_file) COMPLETE |
| 10229 | 2026-02-19T01:48:29.508Z | [ host-image] Feb 19 01:48:29.421 INFO O| Feb 19 01:48:29.421 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10230 | 2026-02-19T01:48:29.532Z | [ host-image] Feb 19 01:48:29.434 INFO O| Feb 19 01:48:29.434 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist |
| 10231 | 2026-02-19T01:48:29.533Z | [ host-image] Feb 19 01:48:29.434 INFO O| Feb 19 01:48:29.434 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10232 | 2026-02-19T01:48:29.533Z | [ host-image] Feb 19 01:48:29.434 INFO O| Feb 19 01:48:29.434 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d |
| 10233 | 2026-02-19T01:48:29.533Z | [ host-image] Feb 19 01:48:29.434 INFO O| Feb 19 01:48:29.434 INFO ok! |
| 10234 | 2026-02-19T01:48:29.533Z | [ host-image] Feb 19 01:48:29.434 INFO O| Feb 19 01:48:29.434 INFO STEP 108 (ensure_file) COMPLETE |
| 10235 | 2026-02-19T01:48:29.533Z | [ host-image] Feb 19 01:48:29.434 INFO O| Feb 19 01:48:29.434 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10236 | 2026-02-19T01:48:29.533Z | [ host-image] Feb 19 01:48:29.447 INFO O| Feb 19 01:48:29.447 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist |
| 10237 | 2026-02-19T01:48:29.533Z | [ host-image] Feb 19 01:48:29.447 INFO O| Feb 19 01:48:29.447 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10238 | 2026-02-19T01:48:29.533Z | [ host-image] Feb 19 01:48:29.447 INFO O| Feb 19 01:48:29.447 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d |
| 10239 | 2026-02-19T01:48:29.533Z | [ host-image] Feb 19 01:48:29.447 INFO O| Feb 19 01:48:29.447 INFO ok! |
| 10240 | 2026-02-19T01:48:29.533Z | [ host-image] Feb 19 01:48:29.447 INFO O| Feb 19 01:48:29.447 INFO STEP 109 (ensure_file) COMPLETE |
| 10241 | 2026-02-19T01:48:29.533Z | [ host-image] Feb 19 01:48:29.447 INFO O| Feb 19 01:48:29.447 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10242 | 2026-02-19T01:48:29.558Z | [ host-image] Feb 19 01:48:29.459 INFO O| Feb 19 01:48:29.459 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist |
| 10243 | 2026-02-19T01:48:29.558Z | [ host-image] Feb 19 01:48:29.459 INFO O| Feb 19 01:48:29.459 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10244 | 2026-02-19T01:48:29.558Z | [ host-image] Feb 19 01:48:29.459 INFO O| Feb 19 01:48:29.459 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d |
| 10245 | 2026-02-19T01:48:29.558Z | [ host-image] Feb 19 01:48:29.459 INFO O| Feb 19 01:48:29.459 INFO ok! |
| 10246 | 2026-02-19T01:48:29.558Z | [ host-image] Feb 19 01:48:29.459 INFO O| Feb 19 01:48:29.459 INFO STEP 110 (ensure_file) COMPLETE |
| 10247 | 2026-02-19T01:48:29.558Z | [ host-image] Feb 19 01:48:29.459 INFO O| Feb 19 01:48:29.459 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10248 | 2026-02-19T01:48:29.558Z | [ host-image] Feb 19 01:48:29.471 INFO O| Feb 19 01:48:29.470 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist |
| 10249 | 2026-02-19T01:48:29.558Z | [ host-image] Feb 19 01:48:29.471 INFO O| Feb 19 01:48:29.471 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10250 | 2026-02-19T01:48:29.558Z | [ host-image] Feb 19 01:48:29.471 INFO O| Feb 19 01:48:29.471 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d |
| 10251 | 2026-02-19T01:48:29.558Z | [ host-image] Feb 19 01:48:29.471 INFO O| Feb 19 01:48:29.471 INFO ok! |
| 10252 | 2026-02-19T01:48:29.558Z | [ host-image] Feb 19 01:48:29.471 INFO O| Feb 19 01:48:29.471 INFO STEP 111 (ensure_file) COMPLETE |
| 10253 | 2026-02-19T01:48:29.558Z | [ host-image] Feb 19 01:48:29.471 INFO O| Feb 19 01:48:29.471 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10254 | 2026-02-19T01:48:29.583Z | [ host-image] Feb 19 01:48:29.486 INFO O| Feb 19 01:48:29.486 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist |
| 10255 | 2026-02-19T01:48:29.583Z | [ host-image] Feb 19 01:48:29.486 INFO O| Feb 19 01:48:29.486 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10256 | 2026-02-19T01:48:29.583Z | [ host-image] Feb 19 01:48:29.486 INFO O| Feb 19 01:48:29.486 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d |
| 10257 | 2026-02-19T01:48:29.583Z | [ host-image] Feb 19 01:48:29.486 INFO O| Feb 19 01:48:29.486 INFO ok! |
| 10258 | 2026-02-19T01:48:29.583Z | [ host-image] Feb 19 01:48:29.486 INFO O| Feb 19 01:48:29.486 INFO STEP 112 (ensure_file) COMPLETE |
| 10259 | 2026-02-19T01:48:29.583Z | [ host-image] Feb 19 01:48:29.486 INFO O| Feb 19 01:48:29.486 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10260 | 2026-02-19T01:48:29.583Z | [ host-image] Feb 19 01:48:29.498 INFO O| Feb 19 01:48:29.498 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist |
| 10261 | 2026-02-19T01:48:29.583Z | [ host-image] Feb 19 01:48:29.498 INFO O| Feb 19 01:48:29.498 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ... |
| 10262 | 2026-02-19T01:48:29.583Z | [ host-image] Feb 19 01:48:29.498 INFO O| Feb 19 01:48:29.498 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d |
| 10263 | 2026-02-19T01:48:29.583Z | [ host-image] Feb 19 01:48:29.498 INFO O| Feb 19 01:48:29.498 INFO ok! |
| 10264 | 2026-02-19T01:48:29.583Z | [ host-image] Feb 19 01:48:29.499 INFO O| Feb 19 01:48:29.498 INFO STEP 113 (ensure_file) COMPLETE |
| 10265 | 2026-02-19T01:48:29.583Z | [ host-image] Feb 19 01:48:29.499 INFO O| Feb 19 01:48:29.498 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10266 | 2026-02-19T01:48:29.608Z | [ host-image] Feb 19 01:48:29.513 INFO O| Feb 19 01:48:29.513 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist |
| 10267 | 2026-02-19T01:48:29.608Z | [ host-image] Feb 19 01:48:29.513 INFO O| Feb 19 01:48:29.513 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10268 | 2026-02-19T01:48:29.608Z | [ host-image] Feb 19 01:48:29.513 INFO O| Feb 19 01:48:29.513 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d |
| 10269 | 2026-02-19T01:48:29.608Z | [ host-image] Feb 19 01:48:29.513 INFO O| Feb 19 01:48:29.513 INFO ok! |
| 10270 | 2026-02-19T01:48:29.608Z | [ host-image] Feb 19 01:48:29.513 INFO O| Feb 19 01:48:29.513 INFO STEP 114 (ensure_file) COMPLETE |
| 10271 | 2026-02-19T01:48:29.608Z | [ host-image] Feb 19 01:48:29.513 INFO O| Feb 19 01:48:29.513 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10272 | 2026-02-19T01:48:29.609Z | [ host-image] Feb 19 01:48:29.526 INFO O| Feb 19 01:48:29.526 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist |
| 10273 | 2026-02-19T01:48:29.609Z | [ host-image] Feb 19 01:48:29.527 INFO O| Feb 19 01:48:29.526 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10274 | 2026-02-19T01:48:29.609Z | [ host-image] Feb 19 01:48:29.527 INFO O| Feb 19 01:48:29.527 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d |
| 10275 | 2026-02-19T01:48:29.609Z | [ host-image] Feb 19 01:48:29.527 INFO O| Feb 19 01:48:29.527 INFO ok! |
| 10276 | 2026-02-19T01:48:29.609Z | [ host-image] Feb 19 01:48:29.527 INFO O| Feb 19 01:48:29.527 INFO STEP 115 (ensure_file) COMPLETE |
| 10277 | 2026-02-19T01:48:29.609Z | [ host-image] Feb 19 01:48:29.527 INFO O| Feb 19 01:48:29.527 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10278 | 2026-02-19T01:48:29.634Z | [ host-image] Feb 19 01:48:29.541 INFO O| Feb 19 01:48:29.541 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist |
| 10279 | 2026-02-19T01:48:29.634Z | [ host-image] Feb 19 01:48:29.541 INFO O| Feb 19 01:48:29.541 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10280 | 2026-02-19T01:48:29.634Z | [ host-image] Feb 19 01:48:29.541 INFO O| Feb 19 01:48:29.541 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d |
| 10281 | 2026-02-19T01:48:29.634Z | [ host-image] Feb 19 01:48:29.541 INFO O| Feb 19 01:48:29.541 INFO ok! |
| 10282 | 2026-02-19T01:48:29.634Z | [ host-image] Feb 19 01:48:29.541 INFO O| Feb 19 01:48:29.541 INFO STEP 116 (ensure_file) COMPLETE |
| 10283 | 2026-02-19T01:48:29.634Z | [ host-image] Feb 19 01:48:29.541 INFO O| Feb 19 01:48:29.541 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10284 | 2026-02-19T01:48:29.634Z | [ host-image] Feb 19 01:48:29.554 INFO O| Feb 19 01:48:29.554 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist |
| 10285 | 2026-02-19T01:48:29.634Z | [ host-image] Feb 19 01:48:29.554 INFO O| Feb 19 01:48:29.554 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ... |
| 10286 | 2026-02-19T01:48:29.634Z | [ host-image] Feb 19 01:48:29.554 INFO O| Feb 19 01:48:29.554 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d |
| 10287 | 2026-02-19T01:48:29.634Z | [ host-image] Feb 19 01:48:29.554 INFO O| Feb 19 01:48:29.554 INFO ok! |
| 10288 | 2026-02-19T01:48:29.634Z | [ host-image] Feb 19 01:48:29.554 INFO O| Feb 19 01:48:29.554 INFO STEP 117 (ensure_file) COMPLETE |
| 10289 | 2026-02-19T01:48:29.634Z | [ host-image] Feb 19 01:48:29.554 INFO O| Feb 19 01:48:29.554 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10290 | 2026-02-19T01:48:29.659Z | [ host-image] Feb 19 01:48:29.569 INFO O| Feb 19 01:48:29.568 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist |
| 10291 | 2026-02-19T01:48:29.659Z | [ host-image] Feb 19 01:48:29.569 INFO O| Feb 19 01:48:29.568 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10292 | 2026-02-19T01:48:29.659Z | [ host-image] Feb 19 01:48:29.569 INFO O| Feb 19 01:48:29.569 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d |
| 10293 | 2026-02-19T01:48:29.659Z | [ host-image] Feb 19 01:48:29.569 INFO O| Feb 19 01:48:29.569 INFO ok! |
| 10294 | 2026-02-19T01:48:29.659Z | [ host-image] Feb 19 01:48:29.569 INFO O| Feb 19 01:48:29.569 INFO STEP 118 (ensure_file) COMPLETE |
| 10295 | 2026-02-19T01:48:29.659Z | [ host-image] Feb 19 01:48:29.569 INFO O| Feb 19 01:48:29.569 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10296 | 2026-02-19T01:48:29.683Z | [ host-image] Feb 19 01:48:29.585 INFO O| Feb 19 01:48:29.585 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist |
| 10297 | 2026-02-19T01:48:29.683Z | [ host-image] Feb 19 01:48:29.585 INFO O| Feb 19 01:48:29.585 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10298 | 2026-02-19T01:48:29.684Z | [ host-image] Feb 19 01:48:29.585 INFO O| Feb 19 01:48:29.585 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d |
| 10299 | 2026-02-19T01:48:29.684Z | [ host-image] Feb 19 01:48:29.585 INFO O| Feb 19 01:48:29.585 INFO ok! |
| 10300 | 2026-02-19T01:48:29.684Z | [ host-image] Feb 19 01:48:29.585 INFO O| Feb 19 01:48:29.585 INFO STEP 119 (ensure_file) COMPLETE |
| 10301 | 2026-02-19T01:48:29.684Z | [ host-image] Feb 19 01:48:29.585 INFO O| Feb 19 01:48:29.585 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10302 | 2026-02-19T01:48:29.684Z | [ host-image] Feb 19 01:48:29.598 INFO O| Feb 19 01:48:29.598 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist |
| 10303 | 2026-02-19T01:48:29.684Z | [ host-image] Feb 19 01:48:29.598 INFO O| Feb 19 01:48:29.598 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10304 | 2026-02-19T01:48:29.684Z | [ host-image] Feb 19 01:48:29.598 INFO O| Feb 19 01:48:29.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d |
| 10305 | 2026-02-19T01:48:29.684Z | [ host-image] Feb 19 01:48:29.598 INFO O| Feb 19 01:48:29.598 INFO ok! |
| 10306 | 2026-02-19T01:48:29.684Z | [ host-image] Feb 19 01:48:29.598 INFO O| Feb 19 01:48:29.598 INFO STEP 120 (ensure_file) COMPLETE |
| 10307 | 2026-02-19T01:48:29.684Z | [ host-image] Feb 19 01:48:29.598 INFO O| Feb 19 01:48:29.598 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10308 | 2026-02-19T01:48:29.708Z | [ host-image] Feb 19 01:48:29.612 INFO O| Feb 19 01:48:29.612 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist |
| 10309 | 2026-02-19T01:48:29.709Z | [ host-image] Feb 19 01:48:29.612 INFO O| Feb 19 01:48:29.612 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10310 | 2026-02-19T01:48:29.709Z | [ host-image] Feb 19 01:48:29.612 INFO O| Feb 19 01:48:29.612 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d |
| 10311 | 2026-02-19T01:48:29.709Z | [ host-image] Feb 19 01:48:29.612 INFO O| Feb 19 01:48:29.612 INFO ok! |
| 10312 | 2026-02-19T01:48:29.709Z | [ host-image] Feb 19 01:48:29.612 INFO O| Feb 19 01:48:29.612 INFO STEP 121 (ensure_file) COMPLETE |
| 10313 | 2026-02-19T01:48:29.709Z | [ host-image] Feb 19 01:48:29.612 INFO O| Feb 19 01:48:29.612 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10314 | 2026-02-19T01:48:29.709Z | [ host-image] Feb 19 01:48:29.627 INFO O| Feb 19 01:48:29.627 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist |
| 10315 | 2026-02-19T01:48:29.709Z | [ host-image] Feb 19 01:48:29.627 INFO O| Feb 19 01:48:29.627 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10316 | 2026-02-19T01:48:29.709Z | [ host-image] Feb 19 01:48:29.627 INFO O| Feb 19 01:48:29.627 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d |
| 10317 | 2026-02-19T01:48:29.709Z | [ host-image] Feb 19 01:48:29.627 INFO O| Feb 19 01:48:29.627 INFO ok! |
| 10318 | 2026-02-19T01:48:29.709Z | [ host-image] Feb 19 01:48:29.627 INFO O| Feb 19 01:48:29.627 INFO STEP 122 (ensure_file) COMPLETE |
| 10319 | 2026-02-19T01:48:29.709Z | [ host-image] Feb 19 01:48:29.627 INFO O| Feb 19 01:48:29.627 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10320 | 2026-02-19T01:48:29.734Z | [ host-image] Feb 19 01:48:29.639 INFO O| Feb 19 01:48:29.639 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist |
| 10321 | 2026-02-19T01:48:29.734Z | [ host-image] Feb 19 01:48:29.639 INFO O| Feb 19 01:48:29.639 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10322 | 2026-02-19T01:48:29.734Z | [ host-image] Feb 19 01:48:29.639 INFO O| Feb 19 01:48:29.639 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d |
| 10323 | 2026-02-19T01:48:29.734Z | [ host-image] Feb 19 01:48:29.639 INFO O| Feb 19 01:48:29.639 INFO ok! |
| 10324 | 2026-02-19T01:48:29.734Z | [ host-image] Feb 19 01:48:29.639 INFO O| Feb 19 01:48:29.639 INFO STEP 123 (ensure_file) COMPLETE |
| 10325 | 2026-02-19T01:48:29.734Z | [ host-image] Feb 19 01:48:29.639 INFO O| Feb 19 01:48:29.639 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10326 | 2026-02-19T01:48:29.734Z | [ host-image] Feb 19 01:48:29.650 INFO O| Feb 19 01:48:29.650 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist |
| 10327 | 2026-02-19T01:48:29.734Z | [ host-image] Feb 19 01:48:29.650 INFO O| Feb 19 01:48:29.650 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10328 | 2026-02-19T01:48:29.734Z | [ host-image] Feb 19 01:48:29.650 INFO O| Feb 19 01:48:29.650 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d |
| 10329 | 2026-02-19T01:48:29.734Z | [ host-image] Feb 19 01:48:29.650 INFO O| Feb 19 01:48:29.650 INFO ok! |
| 10330 | 2026-02-19T01:48:29.734Z | [ host-image] Feb 19 01:48:29.650 INFO O| Feb 19 01:48:29.650 INFO STEP 124 (ensure_file) COMPLETE |
| 10331 | 2026-02-19T01:48:29.734Z | [ host-image] Feb 19 01:48:29.650 INFO O| Feb 19 01:48:29.650 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10332 | 2026-02-19T01:48:29.759Z | [ host-image] Feb 19 01:48:29.666 INFO O| Feb 19 01:48:29.666 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist |
| 10333 | 2026-02-19T01:48:29.759Z | [ host-image] Feb 19 01:48:29.666 INFO O| Feb 19 01:48:29.666 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10334 | 2026-02-19T01:48:29.759Z | [ host-image] Feb 19 01:48:29.666 INFO O| Feb 19 01:48:29.666 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d |
| 10335 | 2026-02-19T01:48:29.759Z | [ host-image] Feb 19 01:48:29.666 INFO O| Feb 19 01:48:29.666 INFO ok! |
| 10336 | 2026-02-19T01:48:29.759Z | [ host-image] Feb 19 01:48:29.666 INFO O| Feb 19 01:48:29.666 INFO STEP 125 (ensure_file) COMPLETE |
| 10337 | 2026-02-19T01:48:29.759Z | [ host-image] Feb 19 01:48:29.666 INFO O| Feb 19 01:48:29.666 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10338 | 2026-02-19T01:48:29.759Z | [ host-image] Feb 19 01:48:29.681 INFO O| Feb 19 01:48:29.681 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist |
| 10339 | 2026-02-19T01:48:29.759Z | [ host-image] Feb 19 01:48:29.681 INFO O| Feb 19 01:48:29.681 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10340 | 2026-02-19T01:48:29.759Z | [ host-image] Feb 19 01:48:29.681 INFO O| Feb 19 01:48:29.681 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d |
| 10341 | 2026-02-19T01:48:29.759Z | [ host-image] Feb 19 01:48:29.681 INFO O| Feb 19 01:48:29.681 INFO ok! |
| 10342 | 2026-02-19T01:48:29.759Z | [ host-image] Feb 19 01:48:29.681 INFO O| Feb 19 01:48:29.681 INFO STEP 126 (ensure_file) COMPLETE |
| 10343 | 2026-02-19T01:48:29.759Z | [ host-image] Feb 19 01:48:29.681 INFO O| Feb 19 01:48:29.681 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10344 | 2026-02-19T01:48:29.784Z | [ host-image] Feb 19 01:48:29.698 INFO O| Feb 19 01:48:29.698 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist |
| 10345 | 2026-02-19T01:48:29.784Z | [ host-image] Feb 19 01:48:29.698 INFO O| Feb 19 01:48:29.698 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10346 | 2026-02-19T01:48:29.784Z | [ host-image] Feb 19 01:48:29.698 INFO O| Feb 19 01:48:29.698 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d |
| 10347 | 2026-02-19T01:48:29.784Z | [ host-image] Feb 19 01:48:29.698 INFO O| Feb 19 01:48:29.698 INFO ok! |
| 10348 | 2026-02-19T01:48:29.784Z | [ host-image] Feb 19 01:48:29.698 INFO O| Feb 19 01:48:29.698 INFO STEP 127 (ensure_file) COMPLETE |
| 10349 | 2026-02-19T01:48:29.784Z | [ host-image] Feb 19 01:48:29.698 INFO O| Feb 19 01:48:29.698 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10350 | 2026-02-19T01:48:29.809Z | [ host-image] Feb 19 01:48:29.712 INFO O| Feb 19 01:48:29.712 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist |
| 10351 | 2026-02-19T01:48:29.809Z | [ host-image] Feb 19 01:48:29.712 INFO O| Feb 19 01:48:29.712 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10352 | 2026-02-19T01:48:29.809Z | [ host-image] Feb 19 01:48:29.712 INFO O| Feb 19 01:48:29.712 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh |
| 10353 | 2026-02-19T01:48:29.809Z | [ host-image] Feb 19 01:48:29.712 INFO O| Feb 19 01:48:29.712 INFO ok! |
| 10354 | 2026-02-19T01:48:29.809Z | [ host-image] Feb 19 01:48:29.712 INFO O| Feb 19 01:48:29.712 INFO STEP 128 (ensure_file) COMPLETE |
| 10355 | 2026-02-19T01:48:29.809Z | [ host-image] Feb 19 01:48:29.712 INFO O| Feb 19 01:48:29.712 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10356 | 2026-02-19T01:48:29.809Z | [ host-image] Feb 19 01:48:29.728 INFO O| Feb 19 01:48:29.727 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist |
| 10357 | 2026-02-19T01:48:29.809Z | [ host-image] Feb 19 01:48:29.728 INFO O| Feb 19 01:48:29.728 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10358 | 2026-02-19T01:48:29.809Z | [ host-image] Feb 19 01:48:29.728 INFO O| Feb 19 01:48:29.728 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d |
| 10359 | 2026-02-19T01:48:29.809Z | [ host-image] Feb 19 01:48:29.728 INFO O| Feb 19 01:48:29.728 INFO ok! |
| 10360 | 2026-02-19T01:48:29.809Z | [ host-image] Feb 19 01:48:29.728 INFO O| Feb 19 01:48:29.728 INFO STEP 129 (ensure_file) COMPLETE |
| 10361 | 2026-02-19T01:48:29.810Z | [ host-image] Feb 19 01:48:29.728 INFO O| Feb 19 01:48:29.728 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10362 | 2026-02-19T01:48:29.834Z | [ host-image] Feb 19 01:48:29.741 INFO O| Feb 19 01:48:29.741 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist |
| 10363 | 2026-02-19T01:48:29.835Z | [ host-image] Feb 19 01:48:29.741 INFO O| Feb 19 01:48:29.741 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10364 | 2026-02-19T01:48:29.835Z | [ host-image] Feb 19 01:48:29.741 INFO O| Feb 19 01:48:29.741 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh |
| 10365 | 2026-02-19T01:48:29.835Z | [ host-image] Feb 19 01:48:29.741 INFO O| Feb 19 01:48:29.741 INFO ok! |
| 10366 | 2026-02-19T01:48:29.835Z | [ host-image] Feb 19 01:48:29.741 INFO O| Feb 19 01:48:29.741 INFO STEP 130 (ensure_file) COMPLETE |
| 10367 | 2026-02-19T01:48:29.835Z | [ host-image] Feb 19 01:48:29.741 INFO O| Feb 19 01:48:29.741 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10368 | 2026-02-19T01:48:29.835Z | [ host-image] Feb 19 01:48:29.757 INFO O| Feb 19 01:48:29.757 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist |
| 10369 | 2026-02-19T01:48:29.835Z | [ host-image] Feb 19 01:48:29.757 INFO O| Feb 19 01:48:29.757 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10370 | 2026-02-19T01:48:29.835Z | [ host-image] Feb 19 01:48:29.757 INFO O| Feb 19 01:48:29.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d |
| 10371 | 2026-02-19T01:48:29.835Z | [ host-image] Feb 19 01:48:29.757 INFO O| Feb 19 01:48:29.757 INFO ok! |
| 10372 | 2026-02-19T01:48:29.835Z | [ host-image] Feb 19 01:48:29.757 INFO O| Feb 19 01:48:29.757 INFO STEP 131 (ensure_file) COMPLETE |
| 10373 | 2026-02-19T01:48:29.835Z | [ host-image] Feb 19 01:48:29.757 INFO O| Feb 19 01:48:29.757 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10374 | 2026-02-19T01:48:29.860Z | [ host-image] Feb 19 01:48:29.771 INFO O| Feb 19 01:48:29.771 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist |
| 10375 | 2026-02-19T01:48:29.860Z | [ host-image] Feb 19 01:48:29.771 INFO O| Feb 19 01:48:29.771 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10376 | 2026-02-19T01:48:29.860Z | [ host-image] Feb 19 01:48:29.771 INFO O| Feb 19 01:48:29.771 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh |
| 10377 | 2026-02-19T01:48:29.860Z | [ host-image] Feb 19 01:48:29.771 INFO O| Feb 19 01:48:29.771 INFO ok! |
| 10378 | 2026-02-19T01:48:29.860Z | [ host-image] Feb 19 01:48:29.771 INFO O| Feb 19 01:48:29.771 INFO STEP 132 (ensure_file) COMPLETE |
| 10379 | 2026-02-19T01:48:29.860Z | [ host-image] Feb 19 01:48:29.771 INFO O| Feb 19 01:48:29.771 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10380 | 2026-02-19T01:48:29.860Z | [ host-image] Feb 19 01:48:29.783 INFO O| Feb 19 01:48:29.783 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist |
| 10381 | 2026-02-19T01:48:29.860Z | [ host-image] Feb 19 01:48:29.783 INFO O| Feb 19 01:48:29.783 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10382 | 2026-02-19T01:48:29.860Z | [ host-image] Feb 19 01:48:29.783 INFO O| Feb 19 01:48:29.783 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d |
| 10383 | 2026-02-19T01:48:29.860Z | [ host-image] Feb 19 01:48:29.783 INFO O| Feb 19 01:48:29.783 INFO ok! |
| 10384 | 2026-02-19T01:48:29.860Z | [ host-image] Feb 19 01:48:29.783 INFO O| Feb 19 01:48:29.783 INFO STEP 133 (ensure_file) COMPLETE |
| 10385 | 2026-02-19T01:48:29.860Z | [ host-image] Feb 19 01:48:29.783 INFO O| Feb 19 01:48:29.783 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10386 | 2026-02-19T01:48:29.887Z | [ host-image] Feb 19 01:48:29.795 INFO O| Feb 19 01:48:29.795 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist |
| 10387 | 2026-02-19T01:48:29.887Z | [ host-image] Feb 19 01:48:29.795 INFO O| Feb 19 01:48:29.795 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10388 | 2026-02-19T01:48:29.887Z | [ host-image] Feb 19 01:48:29.795 INFO O| Feb 19 01:48:29.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d |
| 10389 | 2026-02-19T01:48:29.887Z | [ host-image] Feb 19 01:48:29.795 INFO O| Feb 19 01:48:29.795 INFO ok! |
| 10390 | 2026-02-19T01:48:29.887Z | [ host-image] Feb 19 01:48:29.795 INFO O| Feb 19 01:48:29.795 INFO STEP 134 (ensure_file) COMPLETE |
| 10391 | 2026-02-19T01:48:29.887Z | [ host-image] Feb 19 01:48:29.795 INFO O| Feb 19 01:48:29.795 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10392 | 2026-02-19T01:48:29.887Z | [ host-image] Feb 19 01:48:29.810 INFO O| Feb 19 01:48:29.810 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist |
| 10393 | 2026-02-19T01:48:29.887Z | [ host-image] Feb 19 01:48:29.810 INFO O| Feb 19 01:48:29.810 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10394 | 2026-02-19T01:48:29.887Z | [ host-image] Feb 19 01:48:29.810 INFO O| Feb 19 01:48:29.810 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d |
| 10395 | 2026-02-19T01:48:29.912Z | [ host-image] Feb 19 01:48:29.810 INFO O| Feb 19 01:48:29.810 INFO ok! |
| 10396 | 2026-02-19T01:48:29.912Z | [ host-image] Feb 19 01:48:29.810 INFO O| Feb 19 01:48:29.810 INFO STEP 135 (ensure_file) COMPLETE |
| 10397 | 2026-02-19T01:48:29.912Z | [ host-image] Feb 19 01:48:29.810 INFO O| Feb 19 01:48:29.810 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10398 | 2026-02-19T01:48:29.912Z | [ host-image] Feb 19 01:48:29.823 INFO O| Feb 19 01:48:29.823 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist |
| 10399 | 2026-02-19T01:48:29.912Z | [ host-image] Feb 19 01:48:29.823 INFO O| Feb 19 01:48:29.823 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ... |
| 10400 | 2026-02-19T01:48:29.912Z | [ host-image] Feb 19 01:48:29.824 INFO O| Feb 19 01:48:29.823 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md |
| 10401 | 2026-02-19T01:48:29.912Z | [ host-image] Feb 19 01:48:29.824 INFO O| Feb 19 01:48:29.824 INFO ok! |
| 10402 | 2026-02-19T01:48:29.912Z | [ host-image] Feb 19 01:48:29.824 INFO O| Feb 19 01:48:29.824 INFO STEP 136 (ensure_file) COMPLETE |
| 10403 | 2026-02-19T01:48:29.912Z | [ host-image] Feb 19 01:48:29.824 INFO O| Feb 19 01:48:29.824 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10404 | 2026-02-19T01:48:29.937Z | [ host-image] Feb 19 01:48:29.837 INFO O| Feb 19 01:48:29.837 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist |
| 10405 | 2026-02-19T01:48:29.937Z | [ host-image] Feb 19 01:48:29.837 INFO O| Feb 19 01:48:29.837 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10406 | 2026-02-19T01:48:29.937Z | [ host-image] Feb 19 01:48:29.837 INFO O| Feb 19 01:48:29.837 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt |
| 10407 | 2026-02-19T01:48:29.937Z | [ host-image] Feb 19 01:48:29.837 INFO O| Feb 19 01:48:29.837 INFO ok! |
| 10408 | 2026-02-19T01:48:29.937Z | [ host-image] Feb 19 01:48:29.837 INFO O| Feb 19 01:48:29.837 INFO STEP 137 (ensure_file) COMPLETE |
| 10409 | 2026-02-19T01:48:29.937Z | [ host-image] Feb 19 01:48:29.837 INFO O| Feb 19 01:48:29.837 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10410 | 2026-02-19T01:48:29.937Z | [ host-image] Feb 19 01:48:29.851 INFO O| Feb 19 01:48:29.850 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist |
| 10411 | 2026-02-19T01:48:29.937Z | [ host-image] Feb 19 01:48:29.851 INFO O| Feb 19 01:48:29.850 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ... |
| 10412 | 2026-02-19T01:48:29.937Z | [ host-image] Feb 19 01:48:29.851 INFO O| Feb 19 01:48:29.850 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION |
| 10413 | 2026-02-19T01:48:29.937Z | [ host-image] Feb 19 01:48:29.851 INFO O| Feb 19 01:48:29.850 INFO ok! |
| 10414 | 2026-02-19T01:48:29.937Z | [ host-image] Feb 19 01:48:29.851 INFO O| Feb 19 01:48:29.850 INFO STEP 138 (ensure_file) COMPLETE |
| 10415 | 2026-02-19T01:48:29.937Z | [ host-image] Feb 19 01:48:29.851 INFO O| Feb 19 01:48:29.850 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10416 | 2026-02-19T01:48:29.962Z | [ host-image] Feb 19 01:48:29.867 INFO O| Feb 19 01:48:29.867 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist |
| 10417 | 2026-02-19T01:48:29.962Z | [ host-image] Feb 19 01:48:29.867 INFO O| Feb 19 01:48:29.867 INFO copying /tmp/.tmpNifBKs/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ... |
| 10418 | 2026-02-19T01:48:40.488Z | [ host-image] Feb 19 01:48:40.412 INFO O| Feb 19 01:48:40.412 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz |
| 10419 | 2026-02-19T01:48:40.512Z | [ host-image] Feb 19 01:48:40.412 INFO O| Feb 19 01:48:40.412 INFO ok! |
| 10420 | 2026-02-19T01:48:40.512Z | [ host-image] Feb 19 01:48:40.412 INFO O| Feb 19 01:48:40.412 INFO STEP 139 (ensure_file) COMPLETE |
| 10421 | 2026-02-19T01:48:40.512Z | [ host-image] Feb 19 01:48:40.412 INFO O| Feb 19 01:48:40.412 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10422 | 2026-02-19T01:48:40.512Z | [ host-image] Feb 19 01:48:40.429 INFO O| Feb 19 01:48:40.429 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib |
| 10423 | 2026-02-19T01:48:40.512Z | [ host-image] Feb 19 01:48:40.430 INFO O| Feb 19 01:48:40.429 INFO STEP 140 (ensure_dir) COMPLETE |
| 10424 | 2026-02-19T01:48:40.512Z | [ host-image] Feb 19 01:48:40.430 INFO O| Feb 19 01:48:40.429 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10425 | 2026-02-19T01:48:40.537Z | [ host-image] Feb 19 01:48:40.442 INFO O| Feb 19 01:48:40.442 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc |
| 10426 | 2026-02-19T01:48:40.537Z | [ host-image] Feb 19 01:48:40.442 INFO O| Feb 19 01:48:40.442 INFO STEP 141 (ensure_dir) COMPLETE |
| 10427 | 2026-02-19T01:48:40.537Z | [ host-image] Feb 19 01:48:40.442 INFO O| Feb 19 01:48:40.442 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10428 | 2026-02-19T01:48:40.537Z | [ host-image] Feb 19 01:48:40.458 INFO O| Feb 19 01:48:40.458 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest |
| 10429 | 2026-02-19T01:48:40.537Z | [ host-image] Feb 19 01:48:40.458 INFO O| Feb 19 01:48:40.458 INFO STEP 142 (ensure_dir) COMPLETE |
| 10430 | 2026-02-19T01:48:40.537Z | [ host-image] Feb 19 01:48:40.458 INFO O| Feb 19 01:48:40.458 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10431 | 2026-02-19T01:48:40.562Z | [ host-image] Feb 19 01:48:40.472 INFO O| Feb 19 01:48:40.471 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site |
| 10432 | 2026-02-19T01:48:40.562Z | [ host-image] Feb 19 01:48:40.472 INFO O| Feb 19 01:48:40.472 INFO STEP 143 (ensure_dir) COMPLETE |
| 10433 | 2026-02-19T01:48:40.562Z | [ host-image] Feb 19 01:48:40.472 INFO O| Feb 19 01:48:40.472 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10434 | 2026-02-19T01:48:40.587Z | [ host-image] Feb 19 01:48:40.487 INFO O| Feb 19 01:48:40.487 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
| 10435 | 2026-02-19T01:48:40.587Z | [ host-image] Feb 19 01:48:40.487 INFO O| Feb 19 01:48:40.487 INFO copying /tmp/.tmpNifBKs/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 ... |
| 10436 | 2026-02-19T01:48:40.587Z | [ host-image] Feb 19 01:48:40.487 INFO O| Feb 19 01:48:40.487 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml |
| 10437 | 2026-02-19T01:48:40.587Z | [ host-image] Feb 19 01:48:40.487 INFO O| Feb 19 01:48:40.487 INFO ok! |
| 10438 | 2026-02-19T01:48:40.587Z | [ host-image] Feb 19 01:48:40.487 INFO O| Feb 19 01:48:40.487 INFO STEP 144 (ensure_file) COMPLETE |
| 10439 | 2026-02-19T01:48:40.587Z | [ host-image] Feb 19 01:48:40.487 INFO O| Feb 19 01:48:40.487 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10440 | 2026-02-19T01:48:40.587Z | [ host-image] Feb 19 01:48:40.501 INFO O| Feb 19 01:48:40.501 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10441 | 2026-02-19T01:48:40.587Z | [ host-image] Feb 19 01:48:40.502 INFO O| Feb 19 01:48:40.501 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10442 | 2026-02-19T01:48:40.587Z | [ host-image] Feb 19 01:48:40.502 INFO O| Feb 19 01:48:40.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10443 | 2026-02-19T01:48:40.587Z | [ host-image] Feb 19 01:48:40.502 INFO O| Feb 19 01:48:40.501 INFO STEP 145 (ensure_dir) COMPLETE |
| 10444 | 2026-02-19T01:48:40.587Z | [ host-image] Feb 19 01:48:40.502 INFO O| Feb 19 01:48:40.501 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10445 | 2026-02-19T01:48:40.612Z | [ host-image] Feb 19 01:48:40.516 INFO O| Feb 19 01:48:40.516 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking |
| 10446 | 2026-02-19T01:48:40.612Z | [ host-image] Feb 19 01:48:40.517 INFO O| Feb 19 01:48:40.516 INFO copying /tmp/.tmpNifBKs/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ... |
| 10447 | 2026-02-19T01:48:40.612Z | [ host-image] Feb 19 01:48:40.517 INFO O| Feb 19 01:48:40.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile |
| 10448 | 2026-02-19T01:48:40.612Z | [ host-image] Feb 19 01:48:40.517 INFO O| Feb 19 01:48:40.517 INFO ok! |
| 10449 | 2026-02-19T01:48:40.612Z | [ host-image] Feb 19 01:48:40.517 INFO O| Feb 19 01:48:40.517 INFO STEP 146 (ensure_file) COMPLETE |
| 10450 | 2026-02-19T01:48:40.612Z | [ host-image] Feb 19 01:48:40.517 INFO O| Feb 19 01:48:40.517 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10451 | 2026-02-19T01:48:40.612Z | [ host-image] Feb 19 01:48:40.531 INFO O| Feb 19 01:48:40.530 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec" |
| 10452 | 2026-02-19T01:48:40.612Z | [ host-image] Feb 19 01:48:40.531 INFO O| Feb 19 01:48:40.531 INFO STEP 147 (remove_files) COMPLETE |
| 10453 | 2026-02-19T01:48:40.612Z | [ host-image] Feb 19 01:48:40.531 INFO O| Feb 19 01:48:40.531 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10454 | 2026-02-19T01:48:40.637Z | [ host-image] Feb 19 01:48:40.544 INFO O| Feb 19 01:48:40.544 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap" |
| 10455 | 2026-02-19T01:48:40.637Z | [ host-image] Feb 19 01:48:40.544 INFO O| Feb 19 01:48:40.544 INFO STEP 148 (remove_files) COMPLETE |
| 10456 | 2026-02-19T01:48:40.637Z | [ host-image] Feb 19 01:48:40.544 INFO O| Feb 19 01:48:40.544 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10457 | 2026-02-19T01:48:40.662Z | [ host-image] Feb 19 01:48:40.563 INFO O| Feb 19 01:48:40.562 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc" |
| 10458 | 2026-02-19T01:48:40.662Z | [ host-image] Feb 19 01:48:40.563 INFO O| Feb 19 01:48:40.563 INFO STEP 149 (remove_files) COMPLETE |
| 10459 | 2026-02-19T01:48:40.662Z | [ host-image] Feb 19 01:48:40.563 INFO O| Feb 19 01:48:40.563 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10460 | 2026-02-19T01:48:40.662Z | [ host-image] Feb 19 01:48:40.574 INFO O| Feb 19 01:48:40.574 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security" |
| 10461 | 2026-02-19T01:48:40.662Z | [ host-image] Feb 19 01:48:40.574 INFO O| Feb 19 01:48:40.574 INFO STEP 150 (remove_files) COMPLETE |
| 10462 | 2026-02-19T01:48:40.662Z | [ host-image] Feb 19 01:48:40.574 INFO O| Feb 19 01:48:40.574 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10463 | 2026-02-19T01:48:40.662Z | [ host-image] Feb 19 01:48:40.585 INFO O| Feb 19 01:48:40.585 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares" |
| 10464 | 2026-02-19T01:48:40.662Z | [ host-image] Feb 19 01:48:40.586 INFO O| Feb 19 01:48:40.585 INFO STEP 151 (remove_files) COMPLETE |
| 10465 | 2026-02-19T01:48:40.662Z | [ host-image] Feb 19 01:48:40.586 INFO O| Feb 19 01:48:40.586 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10466 | 2026-02-19T01:48:40.687Z | [ host-image] Feb 19 01:48:40.596 INFO O| Feb 19 01:48:40.596 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb" |
| 10467 | 2026-02-19T01:48:40.687Z | [ host-image] Feb 19 01:48:40.597 INFO O| Feb 19 01:48:40.596 INFO STEP 152 (remove_files) COMPLETE |
| 10468 | 2026-02-19T01:48:40.687Z | [ host-image] Feb 19 01:48:40.597 INFO O| Feb 19 01:48:40.596 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10469 | 2026-02-19T01:48:40.712Z | [ host-image] Feb 19 01:48:40.612 INFO O| Feb 19 01:48:40.612 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 10470 | 2026-02-19T01:48:40.712Z | [ host-image] Feb 19 01:48:40.612 INFO O| Feb 19 01:48:40.612 INFO STEP 153 (remove_files) COMPLETE |
| 10471 | 2026-02-19T01:48:40.712Z | [ host-image] Feb 19 01:48:40.612 INFO O| Feb 19 01:48:40.612 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10472 | 2026-02-19T01:48:40.712Z | [ host-image] Feb 19 01:48:40.629 INFO O| Feb 19 01:48:40.629 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
| 10473 | 2026-02-19T01:48:40.712Z | [ host-image] Feb 19 01:48:40.629 INFO O| Feb 19 01:48:40.629 INFO STEP 154 (remove_files) COMPLETE |
| 10474 | 2026-02-19T01:48:40.712Z | [ host-image] Feb 19 01:48:40.629 INFO O| Feb 19 01:48:40.629 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10475 | 2026-02-19T01:48:40.736Z | [ host-image] Feb 19 01:48:40.641 INFO O| Feb 19 01:48:40.641 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml" |
| 10476 | 2026-02-19T01:48:40.736Z | [ host-image] Feb 19 01:48:40.641 INFO O| Feb 19 01:48:40.641 INFO STEP 155 (remove_files) COMPLETE |
| 10477 | 2026-02-19T01:48:40.737Z | [ host-image] Feb 19 01:48:40.641 INFO O| Feb 19 01:48:40.641 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10478 | 2026-02-19T01:48:40.737Z | [ host-image] Feb 19 01:48:40.660 INFO O| Feb 19 01:48:40.659 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 10479 | 2026-02-19T01:48:40.737Z | [ host-image] Feb 19 01:48:40.660 INFO O| Feb 19 01:48:40.660 INFO STEP 156 (remove_files) COMPLETE |
| 10480 | 2026-02-19T01:48:40.737Z | [ host-image] Feb 19 01:48:40.660 INFO O| Feb 19 01:48:40.660 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10481 | 2026-02-19T01:48:40.761Z | [ host-image] Feb 19 01:48:40.676 INFO O| Feb 19 01:48:40.675 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml" |
| 10482 | 2026-02-19T01:48:40.761Z | [ host-image] Feb 19 01:48:40.676 INFO O| Feb 19 01:48:40.676 INFO STEP 157 (remove_files) COMPLETE |
| 10483 | 2026-02-19T01:48:40.761Z | [ host-image] Feb 19 01:48:40.676 INFO O| Feb 19 01:48:40.676 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10484 | 2026-02-19T01:48:40.786Z | [ host-image] Feb 19 01:48:40.687 INFO O| Feb 19 01:48:40.686 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml" |
| 10485 | 2026-02-19T01:48:40.786Z | [ host-image] Feb 19 01:48:40.687 INFO O| Feb 19 01:48:40.687 INFO STEP 158 (remove_files) COMPLETE |
| 10486 | 2026-02-19T01:48:40.786Z | [ host-image] Feb 19 01:48:40.687 INFO O| Feb 19 01:48:40.687 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10487 | 2026-02-19T01:48:40.786Z | [ host-image] Feb 19 01:48:40.698 INFO O| Feb 19 01:48:40.697 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
| 10488 | 2026-02-19T01:48:40.786Z | [ host-image] Feb 19 01:48:40.698 INFO O| Feb 19 01:48:40.698 INFO STEP 159 (remove_files) COMPLETE |
| 10489 | 2026-02-19T01:48:40.786Z | [ host-image] Feb 19 01:48:40.698 INFO O| Feb 19 01:48:40.698 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10490 | 2026-02-19T01:48:40.810Z | [ host-image] Feb 19 01:48:40.715 INFO O| Feb 19 01:48:40.715 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
| 10491 | 2026-02-19T01:48:40.810Z | [ host-image] Feb 19 01:48:40.715 INFO O| Feb 19 01:48:40.715 INFO STEP 160 (remove_files) COMPLETE |
| 10492 | 2026-02-19T01:48:40.810Z | [ host-image] Feb 19 01:48:40.715 INFO O| Feb 19 01:48:40.715 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10493 | 2026-02-19T01:48:40.811Z | [ host-image] Feb 19 01:48:40.728 INFO O| Feb 19 01:48:40.728 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml" |
| 10494 | 2026-02-19T01:48:40.811Z | [ host-image] Feb 19 01:48:40.728 INFO O| Feb 19 01:48:40.728 INFO STEP 161 (remove_files) COMPLETE |
| 10495 | 2026-02-19T01:48:40.811Z | [ host-image] Feb 19 01:48:40.728 INFO O| Feb 19 01:48:40.728 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10496 | 2026-02-19T01:48:40.835Z | [ host-image] Feb 19 01:48:40.749 INFO O| Feb 19 01:48:40.749 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
| 10497 | 2026-02-19T01:48:40.835Z | [ host-image] Feb 19 01:48:40.749 INFO O| Feb 19 01:48:40.749 INFO STEP 162 (remove_files) COMPLETE |
| 10498 | 2026-02-19T01:48:40.835Z | [ host-image] Feb 19 01:48:40.749 INFO O| Feb 19 01:48:40.749 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10499 | 2026-02-19T01:48:40.860Z | [ host-image] Feb 19 01:48:40.764 INFO O| Feb 19 01:48:40.764 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 10500 | 2026-02-19T01:48:40.860Z | [ host-image] Feb 19 01:48:40.764 INFO O| Feb 19 01:48:40.764 INFO STEP 163 (remove_files) COMPLETE |
| 10501 | 2026-02-19T01:48:40.860Z | [ host-image] Feb 19 01:48:40.764 INFO O| Feb 19 01:48:40.764 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10502 | 2026-02-19T01:48:40.860Z | [ host-image] Feb 19 01:48:40.778 INFO O| Feb 19 01:48:40.778 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml" |
| 10503 | 2026-02-19T01:48:40.860Z | [ host-image] Feb 19 01:48:40.778 INFO O| Feb 19 01:48:40.778 INFO STEP 164 (remove_files) COMPLETE |
| 10504 | 2026-02-19T01:48:40.860Z | [ host-image] Feb 19 01:48:40.778 INFO O| Feb 19 01:48:40.778 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10505 | 2026-02-19T01:48:40.885Z | [ host-image] Feb 19 01:48:40.790 INFO O| Feb 19 01:48:40.790 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
| 10506 | 2026-02-19T01:48:40.885Z | [ host-image] Feb 19 01:48:40.790 INFO O| Feb 19 01:48:40.790 INFO STEP 165 (remove_files) COMPLETE |
| 10507 | 2026-02-19T01:48:40.885Z | [ host-image] Feb 19 01:48:40.790 INFO O| Feb 19 01:48:40.790 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10508 | 2026-02-19T01:48:40.885Z | [ host-image] Feb 19 01:48:40.802 INFO O| Feb 19 01:48:40.802 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 10509 | 2026-02-19T01:48:40.885Z | [ host-image] Feb 19 01:48:40.802 INFO O| Feb 19 01:48:40.802 INFO STEP 166 (remove_files) COMPLETE |
| 10510 | 2026-02-19T01:48:40.885Z | [ host-image] Feb 19 01:48:40.802 INFO O| Feb 19 01:48:40.802 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10511 | 2026-02-19T01:48:40.909Z | [ host-image] Feb 19 01:48:40.820 INFO O| Feb 19 01:48:40.820 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 10512 | 2026-02-19T01:48:40.910Z | [ host-image] Feb 19 01:48:40.821 INFO O| Feb 19 01:48:40.821 INFO STEP 167 (remove_files) COMPLETE |
| 10513 | 2026-02-19T01:48:40.910Z | [ host-image] Feb 19 01:48:40.821 INFO O| Feb 19 01:48:40.821 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10514 | 2026-02-19T01:48:40.934Z | [ host-image] Feb 19 01:48:40.836 INFO O| Feb 19 01:48:40.836 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat" |
| 10515 | 2026-02-19T01:48:40.934Z | [ host-image] Feb 19 01:48:40.836 INFO O| Feb 19 01:48:40.836 INFO STEP 168 (remove_files) COMPLETE |
| 10516 | 2026-02-19T01:48:40.934Z | [ host-image] Feb 19 01:48:40.837 INFO O| Feb 19 01:48:40.836 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10517 | 2026-02-19T01:48:40.934Z | [ host-image] Feb 19 01:48:40.851 INFO O| Feb 19 01:48:40.851 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 10518 | 2026-02-19T01:48:40.934Z | [ host-image] Feb 19 01:48:40.851 INFO O| Feb 19 01:48:40.851 INFO STEP 169 (remove_files) COMPLETE |
| 10519 | 2026-02-19T01:48:40.934Z | [ host-image] Feb 19 01:48:40.852 INFO O| Feb 19 01:48:40.851 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10520 | 2026-02-19T01:48:40.959Z | [ host-image] Feb 19 01:48:40.867 INFO O| Feb 19 01:48:40.866 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml" |
| 10521 | 2026-02-19T01:48:40.959Z | [ host-image] Feb 19 01:48:40.867 INFO O| Feb 19 01:48:40.867 INFO STEP 170 (remove_files) COMPLETE |
| 10522 | 2026-02-19T01:48:40.959Z | [ host-image] Feb 19 01:48:40.867 INFO O| Feb 19 01:48:40.867 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10523 | 2026-02-19T01:48:40.959Z | [ host-image] Feb 19 01:48:40.880 INFO O| Feb 19 01:48:40.879 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml" |
| 10524 | 2026-02-19T01:48:40.959Z | [ host-image] Feb 19 01:48:40.880 INFO O| Feb 19 01:48:40.880 INFO STEP 171 (remove_files) COMPLETE |
| 10525 | 2026-02-19T01:48:40.959Z | [ host-image] Feb 19 01:48:40.880 INFO O| Feb 19 01:48:40.880 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10526 | 2026-02-19T01:48:40.984Z | [ host-image] Feb 19 01:48:40.895 INFO O| Feb 19 01:48:40.895 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
| 10527 | 2026-02-19T01:48:40.984Z | [ host-image] Feb 19 01:48:40.895 INFO O| Feb 19 01:48:40.895 INFO STEP 172 (remove_files) COMPLETE |
| 10528 | 2026-02-19T01:48:40.984Z | [ host-image] Feb 19 01:48:40.895 INFO O| Feb 19 01:48:40.895 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10529 | 2026-02-19T01:48:41.009Z | [ host-image] Feb 19 01:48:40.912 INFO O| Feb 19 01:48:40.911 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml" |
| 10530 | 2026-02-19T01:48:41.009Z | [ host-image] Feb 19 01:48:40.912 INFO O| Feb 19 01:48:40.912 INFO STEP 173 (remove_files) COMPLETE |
| 10531 | 2026-02-19T01:48:41.009Z | [ host-image] Feb 19 01:48:40.912 INFO O| Feb 19 01:48:40.912 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10532 | 2026-02-19T01:48:41.009Z | [ host-image] Feb 19 01:48:40.926 INFO O| Feb 19 01:48:40.926 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml" |
| 10533 | 2026-02-19T01:48:41.009Z | [ host-image] Feb 19 01:48:40.926 INFO O| Feb 19 01:48:40.926 INFO STEP 174 (remove_files) COMPLETE |
| 10534 | 2026-02-19T01:48:41.009Z | [ host-image] Feb 19 01:48:40.926 INFO O| Feb 19 01:48:40.926 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10535 | 2026-02-19T01:48:41.034Z | [ host-image] Feb 19 01:48:40.941 INFO O| Feb 19 01:48:40.941 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml" |
| 10536 | 2026-02-19T01:48:41.034Z | [ host-image] Feb 19 01:48:40.942 INFO O| Feb 19 01:48:40.942 INFO STEP 175 (remove_files) COMPLETE |
| 10537 | 2026-02-19T01:48:41.034Z | [ host-image] Feb 19 01:48:40.942 INFO O| Feb 19 01:48:40.942 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10538 | 2026-02-19T01:48:41.059Z | [ host-image] Feb 19 01:48:40.964 INFO O| Feb 19 01:48:40.964 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal |
| 10539 | 2026-02-19T01:48:41.059Z | [ host-image] Feb 19 01:48:40.964 INFO O| Feb 19 01:48:40.964 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1"} |
| 10540 | 2026-02-19T01:48:46.819Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 30m 47s |
| 10541 | 2026-02-19T01:48:48.646Z | Feb 19 01:48:48.572 INFO [verify-libraries] process exited with exit status: 0 (1856.91298828s) |
| 10542 | 2026-02-19T01:48:50.011Z | [ host-image] Feb 19 01:48:49.936 INFO O| Feb 19 01:48:49.935 INFO O| Loading smf(7) service descriptions: 1/792/793/794/795/796/797/798/799/7910/7911/7912/7913/7914/7915/7916/7917/7918/7919/7920/7921/7922/7923/7924/7925/7926/7927/7928/7929/7930/7931/7932/7933/7934/7935/7936/7937/7938/7939/7940/7941/7942/7943/7944/7945/7946/7947/7948/7949/7950/7951/7952/7953/7954/7955/7956/7957/7958/7959/7960/7961/7962/7963/7964/7965/7966/7967/7968/7969/7970/7971/7972/7973/7974/7975/7976/7977/7978/7979/79 |
| 10543 | 2026-02-19T01:48:50.011Z | [ host-image] Feb 19 01:48:49.936 INFO O| Feb 19 01:48:49.936 INFO E| svccfg: Loaded 79 smf(7) service descriptions |
| 10544 | 2026-02-19T01:48:51.062Z | [ host-image] Feb 19 01:48:49.959 INFO O| Feb 19 01:48:49.959 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 10545 | 2026-02-19T01:48:51.087Z | [ host-image] Feb 19 01:48:50.168 INFO O| Feb 19 01:48:50.168 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "SVCCFG_CHECKHASH": "1"} |
| 10546 | 2026-02-19T01:48:51.087Z | [ host-image] Feb 19 01:48:50.275 INFO O| Feb 19 01:48:50.275 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a"} |
| 10547 | 2026-02-19T01:48:51.087Z | [ host-image] Feb 19 01:48:50.391 INFO O| Feb 19 01:48:50.390 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist |
| 10548 | 2026-02-19T01:48:51.087Z | [ host-image] Feb 19 01:48:50.391 INFO O| Feb 19 01:48:50.390 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ... |
| 10549 | 2026-02-19T01:48:51.087Z | [ host-image] Feb 19 01:48:50.393 INFO O| Feb 19 01:48:50.393 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db |
| 10550 | 2026-02-19T01:48:51.087Z | [ host-image] Feb 19 01:48:50.393 INFO O| Feb 19 01:48:50.393 INFO ok! |
| 10551 | 2026-02-19T01:48:51.087Z | [ host-image] Feb 19 01:48:50.393 INFO O| Feb 19 01:48:50.393 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing |
| 10552 | 2026-02-19T01:48:51.087Z | [ host-image] Feb 19 01:48:50.393 INFO O| Feb 19 01:48:50.393 INFO STEP 176 (seed_smf) COMPLETE |
| 10553 | 2026-02-19T01:48:51.087Z | [ host-image] Feb 19 01:48:50.393 INFO O| Feb 19 01:48:50.393 INFO steps complete; finalising image! |
| 10554 | 2026-02-19T01:48:51.087Z | [ host-image] Feb 19 01:48:50.393 INFO O| Feb 19 01:48:50.393 INFO TRIM POOL: TEMPORARY-sled-zfs |
| 10555 | 2026-02-19T01:48:51.087Z | [ host-image] Feb 19 01:48:50.577 INFO O| Feb 19 01:48:50.577 INFO trim TEMPORARY-sled-zfs: (6% trimmed, started at Thu Feb 19 01:48:50 2026) |
| 10556 | 2026-02-19T01:48:51.087Z | [ host-image] Feb 19 01:48:50.802 INFO O| Feb 19 01:48:50.802 INFO temporary pool has 805M used, 90.9M avail, 1.80x compressratio |
| 10557 | 2026-02-19T01:48:51.087Z | [ host-image] Feb 19 01:48:50.802 INFO O| Feb 19 01:48:50.802 INFO EXPORT POOL: TEMPORARY-sled-zfs |
| 10558 | 2026-02-19T01:48:51.277Z | [ host-image] Feb 19 01:48:51.201 INFO O| Feb 19 01:48:51.201 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw |
| 10559 | 2026-02-19T01:48:51.277Z | [ host-image] Feb 19 01:48:51.201 INFO O| Feb 19 01:48:51.201 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal |
| 10560 | 2026-02-19T01:48:52.629Z | [ host-image] Feb 19 01:48:52.555 INFO O| Feb 19 01:48:52.555 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10561 | 2026-02-19T01:48:52.629Z | [ host-image] Feb 19 01:48:52.555 INFO O| Feb 19 01:48:52.555 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10562 | 2026-02-19T01:48:52.629Z | [ host-image] Feb 19 01:48:52.555 INFO O| Feb 19 01:48:52.555 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw |
| 10563 | 2026-02-19T01:48:52.654Z | [ host-image] Feb 19 01:48:52.555 INFO O| Feb 19 01:48:52.555 INFO completed processing sled/zfs |
| 10564 | 2026-02-19T01:48:52.654Z | [ host-image] Feb 19 01:48:52.555 INFO O| Feb 19 01:48:52.555 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs |
| 10565 | 2026-02-19T01:48:53.512Z | [ host-image] Feb 19 01:48:53.437 INFO O| Feb 19 01:48:53.437 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs |
| 10566 | 2026-02-19T01:48:53.571Z | [ host-image] Feb 19 01:48:53.496 INFO BUILD STRING "heads/stlouis-0-gfc2bcb97f5\n" |
| 10567 | 2026-02-19T01:48:53.571Z | [ host-image] Feb 19 01:48:53.497 INFO expanded image name: "ci 0b38300/${os_short_commit} 2026-02-19 00:43" -> "ci 0b38300/fc2bcb9 2026-02-19 00:43" |
| 10568 | 2026-02-19T01:48:53.596Z | [ host-image] Feb 19 01:48:53.497 INFO output artefacts stored in: "/work/os-host" |
| 10569 | 2026-02-19T01:48:53.596Z | [ host-image] Feb 19 01:48:53.497 INFO collecting git info from project "bootserver"... |
| 10570 | 2026-02-19T01:48:53.596Z | [ host-image] Feb 19 01:48:53.507 INFO collecting git info from project "image-builder"... |
| 10571 | 2026-02-19T01:48:53.596Z | [ host-image] Feb 19 01:48:53.516 INFO collecting git info from project "chelsio-t6-roms"... |
| 10572 | 2026-02-19T01:48:53.620Z | [ host-image] Feb 19 01:48:53.527 INFO collecting git info from project "phbl"... |
| 10573 | 2026-02-19T01:48:53.620Z | [ host-image] Feb 19 01:48:53.536 INFO collecting git info from project "pilot"... |
| 10574 | 2026-02-19T01:48:53.645Z | [ host-image] Feb 19 01:48:53.548 INFO collecting git info from project "amd-host-image-builder"... |
| 10575 | 2026-02-19T01:48:53.645Z | [ host-image] Feb 19 01:48:53.559 INFO collecting git info from project "amd-firmware"... |
| 10576 | 2026-02-19T01:48:53.670Z | [ host-image] Feb 19 01:48:53.582 INFO collecting git info from project "pinprick"... |
| 10577 | 2026-02-19T01:48:53.670Z | [ host-image] Feb 19 01:48:53.590 INFO collecting git info from project "dmar-report"... |
| 10578 | 2026-02-19T01:48:53.695Z | [ host-image] Feb 19 01:48:53.598 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 10579 | 2026-02-19T01:48:54.210Z | [ host-image] Feb 19 01:48:54.135 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 10580 | 2026-02-19T01:48:54.736Z | [ host-image] Feb 19 01:48:54.661 INFO creating Oxide boot image... |
| 10581 | 2026-02-19T01:48:54.736Z | [ host-image] Feb 19 01:48:54.661 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 0b38300/fc2bcb9 2026-02-19 00:43", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
| 10582 | 2026-02-19T01:48:56.224Z | [ host-image] Feb 19 01:48:56.150 INFO O| ok, image written! |
| 10583 | 2026-02-19T01:48:56.224Z | [ host-image] Feb 19 01:48:56.150 INFO O| ok, boot_image_csum file written! |
| 10584 | 2026-02-19T01:48:56.249Z | [ host-image] Feb 19 01:48:56.154 INFO creating boot archive (CPIO)... |
| 10585 | 2026-02-19T01:48:56.249Z | [ host-image] Feb 19 01:48:56.154 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 |
| 10586 | 2026-02-19T01:48:56.249Z | [ host-image] Feb 19 01:48:56.162 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk |
| 10587 | 2026-02-19T01:48:56.249Z | [ host-image] Feb 19 01:48:56.162 INFO E| + outfile=/work/os-host/cpio |
| 10588 | 2026-02-19T01:48:56.249Z | [ host-image] Feb 19 01:48:56.162 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
| 10589 | 2026-02-19T01:48:56.249Z | [ host-image] Feb 19 01:48:56.165 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk |
| 10590 | 2026-02-19T01:48:56.249Z | [ host-image] Feb 19 01:48:56.165 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
| 10591 | 2026-02-19T01:48:56.292Z | [ host-image] Feb 19 01:48:56.218 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
| 10592 | 2026-02-19T01:48:56.293Z | [ host-image] Feb 19 01:48:56.218 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
| 10593 | 2026-02-19T01:48:56.317Z | [ host-image] Feb 19 01:48:56.229 INFO creating compressed cpio/unix for dev loaders... |
| 10594 | 2026-02-19T01:48:56.317Z | [ host-image] Feb 19 01:48:56.229 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 |
| 10595 | 2026-02-19T01:48:56.663Z | [ host-image] Feb 19 01:48:56.589 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
| 10596 | 2026-02-19T01:49:01.959Z | [ host-image] Feb 19 01:49:01.885 INFO creating reset image... |
| 10597 | 2026-02-19T01:49:01.959Z | [ host-image] Feb 19 01:49:01.886 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 10598 | 2026-02-19T01:49:02.051Z | [ host-image] Feb 19 01:49:01.978 INFO rust toolchain for "/work/oxidecomputer/helios/projects/phbl": "nightly-2026-02-09-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/phbl/rust-toolchain.toml')" |
| 10599 | 2026-02-19T01:49:02.051Z | [ host-image] Feb 19 01:49:01.978 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") |
| 10600 | 2026-02-19T01:49:02.223Z | [ host-image] Feb 19 01:49:02.149 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 10601 | 2026-02-19T01:49:02.248Z | [ host-image] Feb 19 01:49:02.152 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl` |
| 10602 | 2026-02-19T01:49:02.742Z | [ host-image] Feb 19 01:49:02.668 INFO E| Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins) |
| 10603 | 2026-02-19T01:49:02.742Z | [ host-image] Feb 19 01:49:02.668 INFO E| Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core) |
| 10604 | 2026-02-19T01:49:02.770Z | [ host-image] Feb 19 01:49:02.668 INFO E| Compiling proc-macro2 v1.0.106 |
| 10605 | 2026-02-19T01:49:02.770Z | [ host-image] Feb 19 01:49:02.668 INFO E| Compiling quote v1.0.44 |
| 10606 | 2026-02-19T01:49:02.770Z | [ host-image] Feb 19 01:49:02.668 INFO E| Compiling unicode-ident v1.0.23 |
| 10607 | 2026-02-19T01:49:02.770Z | [ host-image] Feb 19 01:49:02.668 INFO E| Compiling syn v1.0.109 |
| 10608 | 2026-02-19T01:49:02.770Z | [ host-image] Feb 19 01:49:02.669 INFO E| Compiling x86 v0.52.0 |
| 10609 | 2026-02-19T01:49:02.770Z | [ host-image] Feb 19 01:49:02.669 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 10610 | 2026-02-19T01:49:03.121Z | [ host-image] Feb 19 01:49:03.047 INFO E| Compiling seq-macro v0.3.6 |
| 10611 | 2026-02-19T01:49:04.625Z | [ host-image] Feb 19 01:49:04.551 INFO E| Compiling syn v2.0.114 |
| 10612 | 2026-02-19T01:49:07.816Z | [ host-image] Feb 19 01:49:07.742 INFO E| Compiling scroll_derive v0.13.1 |
| 10613 | 2026-02-19T01:49:10.282Z | [ host-image] Feb 19 01:49:10.208 INFO E| Compiling bitstruct_derive v0.1.0 |
| 10614 | 2026-02-19T01:49:33.587Z | [ host-image] Feb 19 01:49:33.515 INFO E| Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-09-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc) |
| 10615 | 2026-02-19T01:49:38.545Z | [ host-image] Feb 19 01:49:38.475 INFO E| Compiling bitflags v1.3.2 |
| 10616 | 2026-02-19T01:49:38.545Z | [ host-image] Feb 19 01:49:38.475 INFO E| Compiling log v0.4.29 |
| 10617 | 2026-02-19T01:49:38.570Z | [ host-image] Feb 19 01:49:38.475 INFO E| Compiling adler2 v2.0.1 |
| 10618 | 2026-02-19T01:49:38.570Z | [ host-image] Feb 19 01:49:38.475 INFO E| Compiling bitflags v2.10.0 |
| 10619 | 2026-02-19T01:49:38.570Z | [ host-image] Feb 19 01:49:38.475 INFO E| Compiling bit_field v0.10.3 |
| 10620 | 2026-02-19T01:49:38.570Z | [ host-image] Feb 19 01:49:38.475 INFO E| Compiling plain v0.2.3 |
| 10621 | 2026-02-19T01:49:38.570Z | [ host-image] Feb 19 01:49:38.476 INFO E| Compiling scroll v0.13.0 |
| 10622 | 2026-02-19T01:49:38.680Z | [ host-image] Feb 19 01:49:38.609 INFO E| Compiling raw-cpuid v10.7.0 |
| 10623 | 2026-02-19T01:49:38.758Z | [ host-image] Feb 19 01:49:38.687 INFO E| Compiling miniz_oxide v0.9.0 |
| 10624 | 2026-02-19T01:49:38.840Z | [ host-image] Feb 19 01:49:38.770 INFO E| Compiling bitstruct v0.1.1 |
| 10625 | 2026-02-19T01:49:38.888Z | [ host-image] Feb 19 01:49:38.817 INFO E| Compiling cpio_reader v0.1.2 |
| 10626 | 2026-02-19T01:49:38.983Z | [ host-image] Feb 19 01:49:38.909 INFO E| Compiling static_assertions v1.1.0 |
| 10627 | 2026-02-19T01:49:39.101Z | [ host-image] Feb 19 01:49:39.030 INFO E| Compiling goblin v0.10.4 |
| 10628 | 2026-02-19T01:49:45.147Z | [ host-image] Feb 19 01:49:45.076 INFO E| Finished `release` profile [optimized] target(s) in 42.90s |
| 10629 | 2026-02-19T01:49:45.171Z | [ host-image] Feb 19 01:49:45.095 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 10630 | 2026-02-19T01:49:45.249Z | [ host-image] Feb 19 01:49:45.178 INFO rust toolchain for "/work/oxidecomputer/helios/projects/amd-host-image-builder": "1.91.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/helios/projects/amd-host-image-builder/rust-toolchain.toml')" |
| 10631 | 2026-02-19T01:49:45.273Z | [ host-image] Feb 19 01:49:45.178 INFO building ROM for cosmo |
| 10632 | 2026-02-19T01:49:45.273Z | [ host-image] Feb 19 01:49:45.179 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.7.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") |
| 10633 | 2026-02-19T01:49:45.440Z | [ host-image] Feb 19 01:49:45.370 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s |
| 10634 | 2026-02-19T01:49:45.465Z | [ host-image] Feb 19 01:49:45.376 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.7.toml --image /work/os-host/cosmo.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5` |
| 10635 | 2026-02-19T01:49:45.465Z | [ host-image] Feb 19 01:49:45.393 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 10636 | 2026-02-19T01:49:45.606Z | [ host-image] Feb 19 01:49:45.536 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s |
| 10637 | 2026-02-19T01:49:45.630Z | [ host-image] Feb 19 01:49:45.543 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.7 -o /work/os-host/cosmo.rom` |
| 10638 | 2026-02-19T01:49:46.055Z | [ host-image] Feb 19 01:49:45.984 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10639 | 2026-02-19T01:49:46.055Z | [ host-image] Feb 19 01:49:45.984 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin" |
| 10640 | 2026-02-19T01:49:46.102Z | [ host-image] Feb 19 01:49:45.984 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin" |
| 10641 | 2026-02-19T01:49:46.102Z | [ host-image] Feb 19 01:49:45.984 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin" |
| 10642 | 2026-02-19T01:49:46.102Z | [ host-image] Feb 19 01:49:45.984 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 10643 | 2026-02-19T01:49:46.102Z | [ host-image] Feb 19 01:49:45.984 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 10644 | 2026-02-19T01:49:46.102Z | [ host-image] Feb 19 01:49:45.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 10645 | 2026-02-19T01:49:46.102Z | [ host-image] Feb 19 01:49:45.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 10646 | 2026-02-19T01:49:46.102Z | [ host-image] Feb 19 01:49:45.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin" |
| 10647 | 2026-02-19T01:49:46.102Z | [ host-image] Feb 19 01:49:45.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin" |
| 10648 | 2026-02-19T01:49:46.102Z | [ host-image] Feb 19 01:49:45.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin" |
| 10649 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 10650 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 10651 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 10652 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 10653 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 10654 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin" |
| 10655 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 10656 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin" |
| 10657 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin" |
| 10658 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.985 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 10659 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 10660 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 10661 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 10662 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin" |
| 10663 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin" |
| 10664 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin" |
| 10665 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 10666 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 10667 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 10668 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 10669 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 10670 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 10671 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 10672 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin" |
| 10673 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 10674 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 10675 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 10676 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 10677 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin" |
| 10678 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin" |
| 10679 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin" |
| 10680 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.986 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 10681 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin" |
| 10682 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 10683 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 10684 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 10685 | 2026-02-19T01:49:46.103Z | [ host-image] Feb 19 01:49:45.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 10686 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 10687 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 10688 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 10689 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 10690 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.987 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 10691 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.987 INFO O| Info: ABL version: 0x1007f011 |
| 10692 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.987 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0 |
| 10693 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.987 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0 |
| 10694 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.988 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin" |
| 10695 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.988 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 10696 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.988 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 10697 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.988 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 10698 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.988 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 10699 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.988 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 10700 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.988 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 10701 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.988 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 10702 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.988 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 10703 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.988 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 10704 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.988 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 10705 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.988 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 10706 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.988 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 10707 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.988 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 10708 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 10709 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 10710 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 10711 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 10712 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 10713 | 2026-02-19T01:49:46.104Z | [ host-image] Feb 19 01:49:45.989 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 10714 | 2026-02-19T01:49:46.129Z | [ host-image] Feb 19 01:49:46.046 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 10715 | 2026-02-19T01:49:46.129Z | [ host-image] Feb 19 01:49:46.046 INFO building ROM for gimlet |
| 10716 | 2026-02-19T01:49:46.129Z | [ host-image] Feb 19 01:49:46.046 INFO exec: ["cargo", "xtask", "gen", "--amd-firmware", "/work/oxidecomputer/helios/projects/amd-firmware", "--payload", "/work/os-host/phbl/x86_64-oxide-none-elf/release/phbl", "--app", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml", "--image", "/work/os-host/gimlet.rom", "--root", "/work/oxidecomputer/helios/image/amd", "--config", "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 10717 | 2026-02-19T01:49:46.320Z | [ host-image] Feb 19 01:49:46.250 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s |
| 10718 | 2026-02-19T01:49:46.345Z | [ host-image] Feb 19 01:49:46.255 INFO E| Running `target/debug/xtask gen --amd-firmware /work/oxidecomputer/helios/projects/amd-firmware --payload /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl --app /work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml --image /work/os-host/gimlet.rom --root /work/oxidecomputer/helios/image/amd --config /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5` |
| 10719 | 2026-02-19T01:49:46.345Z | [ host-image] Feb 19 01:49:46.273 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 10720 | 2026-02-19T01:49:46.476Z | [ host-image] Feb 19 01:49:46.405 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.12s |
| 10721 | 2026-02-19T01:49:46.501Z | [ host-image] Feb 19 01:49:46.413 INFO E| Running `target/debug/amd-host-image-builder generate -v -s 32MiB -r /work/os-host/phbl/x86_64-oxide-none-elf/release/phbl -c /work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5 -B /work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h -o /work/os-host/gimlet.rom` |
| 10722 | 2026-02-19T01:49:46.732Z | [ host-image] Feb 19 01:49:46.661 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn" |
| 10723 | 2026-02-19T01:49:46.732Z | [ host-image] Feb 19 01:49:46.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin" |
| 10724 | 2026-02-19T01:49:46.732Z | [ host-image] Feb 19 01:49:46.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin" |
| 10725 | 2026-02-19T01:49:46.761Z | [ host-image] Feb 19 01:49:46.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin" |
| 10726 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn" |
| 10727 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn" |
| 10728 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin" |
| 10729 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin" |
| 10730 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin" |
| 10731 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin" |
| 10732 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin" |
| 10733 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin" |
| 10734 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.662 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin" |
| 10735 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin" |
| 10736 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.663 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin" |
| 10737 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.663 INFO O| Info: ABL version: 0x100f5010 |
| 10738 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.663 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0 |
| 10739 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 10740 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 10741 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 10742 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 10743 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 10744 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 10745 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 10746 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 10747 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 10748 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 10749 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 10750 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 10751 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 10752 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 10753 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 10754 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 10755 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 10756 | 2026-02-19T01:49:46.762Z | [ host-image] Feb 19 01:49:46.664 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 10757 | 2026-02-19T01:49:46.801Z | [ host-image] Feb 19 01:49:46.731 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 10758 | 2026-02-19T01:49:46.801Z | [ host-image] Feb 19 01:49:46.731 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
| 10759 | 2026-02-19T01:50:11.644Z | [ host-image] Feb 19 01:50:11.576 INFO image complete! materials are in "/work/os-host" |
| 10760 | 2026-02-19T01:50:12.068Z | [ host-image] |
| 10761 | 2026-02-19T01:50:12.069Z | [ host-image] real 33:16.072509490 |
| 10762 | 2026-02-19T01:50:12.119Z | [ host-image] user 22:23.406937966 |
| 10763 | 2026-02-19T01:50:12.119Z | [ host-image] sys 2:02.558644444 |
| 10764 | 2026-02-19T01:50:12.119Z | [ host-image] trap 1.306253469 |
| 10765 | 2026-02-19T01:50:12.119Z | [ host-image] tflt 0.123778176 |
| 10766 | 2026-02-19T01:50:12.119Z | Feb 19 01:50:12.001 INFO [host-image] process exited with exit status: 0 (1996.500683084s) |
| 10767 | 2026-02-19T01:50:12.119Z | [ host-image] dflt 6.739897731 |
| 10768 | 2026-02-19T01:50:12.119Z | [ host-image] kflt 0.054595002 |
| 10769 | 2026-02-19T01:50:12.119Z | [ host-image] lock 16:09.577948522 |
| 10770 | 2026-02-19T01:50:12.119Z | [ host-image] slp 3:12:12.549090540 |
| 10771 | 2026-02-19T01:50:12.119Z | [ host-image] lat 7:57.782736922 |
| 10772 | 2026-02-19T01:50:12.119Z | [ host-image] stop 2.229973836 |
| 10773 | 2026-02-19T01:50:12.119Z | Feb 19 01:50:12.004 INFO [tuf-repo] running task |
| 10774 | 2026-02-19T01:50:44.241Z | Feb 19 01:50:44.175 INFO assembling repository in `/tmp/tufaceous90r7Oj`, component: OmicronRepoAssembler |
| 10775 | 2026-02-19T01:50:53.547Z | Feb 19 01:50:53.483 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
| 10776 | 2026-02-19T01:50:53.933Z | Feb 19 01:50:53.868 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
| 10777 | 2026-02-19T01:51:33.533Z | Feb 19 01:51:33.472 INFO extracting uploaded archive to /tmp/.tmp8OvUtA |
| 10778 | 2026-02-19T01:51:38.017Z | Feb 19 01:51:37.955 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.ZBkxWe |
| 10779 | 2026-02-19T01:51:38.218Z | Feb 19 01:51:38.157 INFO added artifact, length: 6510781, hash: 369b4e37af77a335ed80c1608e475502bd9ae2303836b0835db26942b4c31072, version: 1.0.60, kind: gimlet_sp, name: cosmo-a |
| 10780 | 2026-02-19T01:51:38.461Z | Feb 19 01:51:38.401 INFO added artifact, length: 6510743, hash: d94ec577f3b19fba0be4174192bfa8820f969d221966e32ded8f7450729cdab4, version: 1.0.60, kind: gimlet_sp, name: cosmo-b |
| 10781 | 2026-02-19T01:51:38.696Z | Feb 19 01:51:38.635 INFO added artifact, length: 5475550, hash: ec2421f2d93c1f851f5d1ef3c0cf8597510c4f096a94c692a4b28b719a98080b, version: 1.0.60, kind: gimlet_sp, name: gimlet-b |
| 10782 | 2026-02-19T01:51:38.910Z | Feb 19 01:51:38.849 INFO added artifact, length: 5477973, hash: 45e21067211165b2ef64dcdb5c20c221acc22c7ff243824c84fe2dc0b6818b4d, version: 1.0.60, kind: gimlet_sp, name: gimlet-c |
| 10783 | 2026-02-19T01:51:39.134Z | Feb 19 01:51:39.073 INFO added artifact, length: 5466547, hash: 4d3030fcfaed0f80bc69fc997809a344b687d0f8199ed4bee2239222d0047657, version: 1.0.60, kind: gimlet_sp, name: gimlet-d |
| 10784 | 2026-02-19T01:51:39.353Z | Feb 19 01:51:39.292 INFO added artifact, length: 5466150, hash: b3ada863226921aad2c60d5dbfa46cb6f1c7ae3304e029edad78578f6fc83c6a, version: 1.0.60, kind: gimlet_sp, name: gimlet-e |
| 10785 | 2026-02-19T01:51:39.579Z | Feb 19 01:51:39.519 INFO added artifact, length: 5466068, hash: 13a11687e17ba95415430a6eeff672bf0ae9f038bd6958b683af4a83ecbcc220, version: 1.0.60, kind: gimlet_sp, name: gimlet-f |
| 10786 | 2026-02-19T01:51:39.844Z | Feb 19 01:51:39.783 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet |
| 10787 | 2026-02-19T01:51:39.844Z | Feb 19 01:51:39.783 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet |
| 10788 | 2026-02-19T01:51:39.993Z | Feb 19 01:51:39.932 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo |
| 10789 | 2026-02-19T01:51:39.993Z | Feb 19 01:51:39.932 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo |
| 10790 | 2026-02-19T01:51:40.148Z | Feb 19 01:51:40.087 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 10791 | 2026-02-19T01:51:40.148Z | Feb 19 01:51:40.087 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 10792 | 2026-02-19T01:51:40.300Z | Feb 19 01:51:40.236 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10793 | 2026-02-19T01:51:40.300Z | Feb 19 01:51:40.236 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10794 | 2026-02-19T01:51:40.448Z | Feb 19 01:51:40.385 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 10795 | 2026-02-19T01:51:40.448Z | Feb 19 01:51:40.386 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 10796 | 2026-02-19T01:51:40.588Z | Feb 19 01:51:40.527 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet |
| 10797 | 2026-02-19T01:51:40.588Z | Feb 19 01:51:40.527 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet |
| 10798 | 2026-02-19T01:51:40.734Z | Feb 19 01:51:40.673 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo |
| 10799 | 2026-02-19T01:51:40.734Z | Feb 19 01:51:40.673 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo |
| 10800 | 2026-02-19T01:51:40.759Z | Feb 19 01:51:40.676 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet |
| 10801 | 2026-02-19T01:51:40.759Z | Feb 19 01:51:40.680 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo |
| 10802 | 2026-02-19T01:51:40.759Z | Feb 19 01:51:40.682 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart |
| 10803 | 2026-02-19T01:51:40.759Z | Feb 19 01:51:40.684 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet |
| 10804 | 2026-02-19T01:51:40.759Z | Feb 19 01:51:40.685 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo |
| 10805 | 2026-02-19T01:51:54.796Z | Feb 19 01:51:54.736 INFO added artifact, length: 33554432, hash: 6c2d5a6394a9ab97e0654ef3190a4f4354021d2798183d5d87b66999a8e60bc8, version: 19.0.0-0.ci+git0b383007a58, kind: gimlet_host_phase_1, name: host |
| 10806 | 2026-02-19T01:51:54.796Z | Feb 19 01:51:54.736 INFO added artifact, length: 33554432, hash: dec4435c125d9fd6c87cf6f9a0084a9f52b3dafeb26bfeabe932d4635ed82d2d, version: 19.0.0-0.ci+git0b383007a58, kind: cosmo_host_phase_1, name: host |
| 10807 | 2026-02-19T01:51:54.796Z | Feb 19 01:51:54.736 INFO added artifact, length: 1101008896, hash: f102c21c9c7a7a5de10861183b7ddb58108930d7cb69cb467d0cb6b5d54ca4de, version: 19.0.0-0.ci+git0b383007a58, kind: host_phase_2, name: host |
| 10808 | 2026-02-19T01:51:57.432Z | Feb 19 01:51:57.372 INFO added artifact, length: 33554432, hash: 7dd54190c1fef34fa35f71644f97ea0ccbfcb96f27c857f1bf15a962237b6ae4, version: 19.0.0-0.ci+git0b383007a58, kind: gimlet_trampoline_phase_1, name: trampoline |
| 10809 | 2026-02-19T01:51:57.432Z | Feb 19 01:51:57.372 INFO added artifact, length: 33554432, hash: df51aa3814770e3dbeca26b36aa8f38616719e14d3f8f5e3072210762b4344ad, version: 19.0.0-0.ci+git0b383007a58, kind: cosmo_trampoline_phase_1, name: trampoline |
| 10810 | 2026-02-19T01:51:57.432Z | Feb 19 01:51:57.372 INFO added artifact, length: 147585000, hash: c3f2c09440f5582ae7d8ad6a3b951e7657a727dceddfe82fc61bfe8a0947f423, version: 19.0.0-0.ci+git0b383007a58, kind: trampoline_phase_2, name: trampoline |
| 10811 | 2026-02-19T01:52:02.721Z | Feb 19 01:52:02.662 INFO added artifact, length: 309875619, hash: 7c158e97118ea3562f7e380876a6d3e966f0340f01c53058c4d51c4eca5850a1, version: 19.0.0-0.ci+git0b383007a58, kind: zone, name: clickhouse_keeper |
| 10812 | 2026-02-19T01:52:08.154Z | Feb 19 01:52:08.093 INFO added artifact, length: 327320473, hash: 15c3538acd788fb411a874d06e2beaa001c252361de5a6fcd23864bd99c877d6, version: 19.0.0-0.ci+git0b383007a58, kind: zone, name: clickhouse_server |
| 10813 | 2026-02-19T01:52:13.551Z | Feb 19 01:52:13.493 INFO added artifact, length: 327322283, hash: 5d25174540d7002065ef9ff3daaf81c9af97d06ffb905a5e61510d6589cc36a4, version: 19.0.0-0.ci+git0b383007a58, kind: zone, name: clickhouse |
| 10814 | 2026-02-19T01:52:16.246Z | Feb 19 01:52:16.188 INFO added artifact, length: 169143550, hash: 915d2b41af57a4bfcff55164ff23302d4b346a0f7f033dda722a8b0397450e2d, version: 19.0.0-0.ci+git0b383007a58, kind: zone, name: cockroachdb |
| 10815 | 2026-02-19T01:52:16.909Z | Feb 19 01:52:16.852 INFO added artifact, length: 42560844, hash: 1c5ba0fa7641f58df7319288096c3c941e70835460883d65e8ef4e923bc5ae87, version: 19.0.0-0.ci+git0b383007a58, kind: zone, name: crucible-pantry-zone |
| 10816 | 2026-02-19T01:52:17.852Z | Feb 19 01:52:17.794 INFO added artifact, length: 57038196, hash: b4b2dd67795ff818eeeed0d8481e2f5a6df41accf7356a11d21a087f716d1499, version: 19.0.0-0.ci+git0b383007a58, kind: zone, name: crucible-zone |
| 10817 | 2026-02-19T01:52:18.677Z | Feb 19 01:52:18.619 INFO added artifact, length: 50019934, hash: 536d31ffa27bfe856ce81784c2567650f3260ac8a850f499582ea0919d932172, version: 19.0.0-0.ci+git0b383007a58, kind: zone, name: external-dns |
| 10818 | 2026-02-19T01:52:19.500Z | Feb 19 01:52:19.442 INFO added artifact, length: 50019531, hash: 0a4e986b651828107a2bba667559b1998418df30a8aac767c4e4280aed9b88a9, version: 19.0.0-0.ci+git0b383007a58, kind: zone, name: internal-dns |
| 10819 | 2026-02-19T01:52:23.068Z | Feb 19 01:52:23.011 INFO added artifact, length: 216222754, hash: 3e338030c7b1f45c6bbf7a883a0a9952055bea7de5a2ba4d632eda867126a146, version: 19.0.0-0.ci+git0b383007a58, kind: zone, name: nexus |
| 10820 | 2026-02-19T01:52:23.577Z | Feb 19 01:52:23.520 INFO added artifact, length: 30412828, hash: 661acceefedd6347dd5a41dd8af9e6f5d9fcf0bb6f6803b599465e2c0677bc45, version: 19.0.0-0.ci+git0b383007a58, kind: zone, name: ntp |
| 10821 | 2026-02-19T01:52:24.624Z | Feb 19 01:52:24.567 INFO added artifact, length: 65780778, hash: e5c17dd570eca31893ec8473c2846fcb8102b623074498a77ddadd8f83d6ad53, version: 19.0.0-0.ci+git0b383007a58, kind: zone, name: oximeter |
| 10822 | 2026-02-19T01:52:24.673Z | Feb 19 01:52:24.616 INFO added artifact, length: 3109590, hash: 969575236859f103addfa73b89b139a8e65a9b2e0dcf3c7f32d5fae7f948a514, version: 19.0.0-0.ci+git0b383007a58, kind: zone, name: probe |
| 10823 | 2026-02-19T01:52:24.698Z | Feb 19 01:52:24.617 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38 |
| 10824 | 2026-02-19T01:52:24.698Z | Feb 19 01:52:24.617 INFO added artifact, length: 829, hash: de5b2746f335d16d3f079e5805ce2d7e03da1002aa688a371fed64b3a35af6eb, version: 1.0.60, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.60 |
| 10825 | 2026-02-19T01:52:24.698Z | Feb 19 01:52:24.618 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38 |
| 10826 | 2026-02-19T01:52:24.773Z | Feb 19 01:52:24.716 INFO added artifact, length: 4132354, hash: ab538b5a956d8985c6878d679dd86a7e20d3db6a910e9e4391ad0c64151cf9ca, version: 1.0.60, kind: psc_sp, name: psc-b |
| 10827 | 2026-02-19T01:52:24.855Z | Feb 19 01:52:24.798 INFO added artifact, length: 4135789, hash: 34d999a2f92ee2a9f17fb8c17d8ad45facc3acb3d8a5fdabe00d807c6c5b7a19, version: 1.0.60, kind: psc_sp, name: psc-c |
| 10828 | 2026-02-19T01:52:24.995Z | Feb 19 01:52:24.938 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc |
| 10829 | 2026-02-19T01:52:24.995Z | Feb 19 01:52:24.938 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc |
| 10830 | 2026-02-19T01:52:25.142Z | Feb 19 01:52:25.084 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 10831 | 2026-02-19T01:52:25.166Z | Feb 19 01:52:25.085 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 10832 | 2026-02-19T01:52:25.290Z | Feb 19 01:52:25.232 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10833 | 2026-02-19T01:52:25.290Z | Feb 19 01:52:25.233 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10834 | 2026-02-19T01:52:25.427Z | Feb 19 01:52:25.370 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc |
| 10835 | 2026-02-19T01:52:25.427Z | Feb 19 01:52:25.370 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc |
| 10836 | 2026-02-19T01:52:25.452Z | Feb 19 01:52:25.374 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc |
| 10837 | 2026-02-19T01:52:25.452Z | Feb 19 01:52:25.376 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart |
| 10838 | 2026-02-19T01:52:25.452Z | Feb 19 01:52:25.378 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc |
| 10839 | 2026-02-19T01:52:25.566Z | Feb 19 01:52:25.509 INFO added artifact, length: 6944365, hash: ca090d6ba48167e3e8dc3d0d41b84145e54c18796404f61d36837d400f49ecd0, version: 1.0.60, kind: switch_sp, name: sidecar-b |
| 10840 | 2026-02-19T01:52:25.832Z | Feb 19 01:52:25.775 INFO added artifact, length: 6961266, hash: a8787f44cc6041edf7bf4f65a641ca447bd5698e1162d6cf77a6568bbfd32e02, version: 1.0.60, kind: switch_sp, name: sidecar-c |
| 10841 | 2026-02-19T01:52:26.096Z | Feb 19 01:52:26.039 INFO added artifact, length: 6961082, hash: 8345c9a1ecabd6086d6e98972a380210236f5d2669e50c8a0c6861f80096e4f1, version: 1.0.60, kind: switch_sp, name: sidecar-d |
| 10842 | 2026-02-19T01:52:26.366Z | Feb 19 01:52:26.309 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar |
| 10843 | 2026-02-19T01:52:26.366Z | Feb 19 01:52:26.309 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar |
| 10844 | 2026-02-19T01:52:26.521Z | Feb 19 01:52:26.464 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 10845 | 2026-02-19T01:52:26.521Z | Feb 19 01:52:26.464 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 10846 | 2026-02-19T01:52:26.726Z | Feb 19 01:52:26.668 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10847 | 2026-02-19T01:52:26.726Z | Feb 19 01:52:26.669 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10848 | 2026-02-19T01:52:26.920Z | Feb 19 01:52:26.863 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar |
| 10849 | 2026-02-19T01:52:26.920Z | Feb 19 01:52:26.863 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar |
| 10850 | 2026-02-19T01:52:26.945Z | Feb 19 01:52:26.867 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar |
| 10851 | 2026-02-19T01:52:26.945Z | Feb 19 01:52:26.869 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart |
| 10852 | 2026-02-19T01:52:26.945Z | Feb 19 01:52:26.873 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar |
| 10853 | 2026-02-19T01:52:26.945Z | Feb 19 01:52:26.874 INFO added artifact, length: 924, hash: f7172f85efbafa94c87f298cf72e6019b17cfeb553ecb46254fb2a7aa4750b9d, version: 19.0.0-0.ci+git0b383007a58, kind: installinator_document, name: installinator_document |
| 10854 | 2026-02-19T01:52:28.713Z | Feb 19 01:52:28.656 INFO extracting uploaded archive to /tmp/.tmpHesh1d |
| 10855 | 2026-02-19T01:52:33.213Z | Feb 19 01:52:33.156 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.h9GAbS |
| 10856 | 2026-02-19T01:52:33.329Z | Feb 19 01:52:33.272 INFO added artifact, length: 6510781, hash: 369b4e37af77a335ed80c1608e475502bd9ae2303836b0835db26942b4c31072, version: 1.0.60, kind: gimlet_sp, name: cosmo-a |
| 10857 | 2026-02-19T01:52:33.564Z | Feb 19 01:52:33.507 INFO added artifact, length: 6510743, hash: d94ec577f3b19fba0be4174192bfa8820f969d221966e32ded8f7450729cdab4, version: 1.0.60, kind: gimlet_sp, name: cosmo-b |
| 10858 | 2026-02-19T01:52:33.782Z | Feb 19 01:52:33.725 INFO added artifact, length: 5475550, hash: ec2421f2d93c1f851f5d1ef3c0cf8597510c4f096a94c692a4b28b719a98080b, version: 1.0.60, kind: gimlet_sp, name: gimlet-b |
| 10859 | 2026-02-19T01:52:33.987Z | Feb 19 01:52:33.931 INFO added artifact, length: 5477973, hash: 45e21067211165b2ef64dcdb5c20c221acc22c7ff243824c84fe2dc0b6818b4d, version: 1.0.60, kind: gimlet_sp, name: gimlet-c |
| 10860 | 2026-02-19T01:52:34.193Z | Feb 19 01:52:34.137 INFO added artifact, length: 5466547, hash: 4d3030fcfaed0f80bc69fc997809a344b687d0f8199ed4bee2239222d0047657, version: 1.0.60, kind: gimlet_sp, name: gimlet-d |
| 10861 | 2026-02-19T01:52:34.392Z | Feb 19 01:52:34.335 INFO added artifact, length: 5466150, hash: b3ada863226921aad2c60d5dbfa46cb6f1c7ae3304e029edad78578f6fc83c6a, version: 1.0.60, kind: gimlet_sp, name: gimlet-e |
| 10862 | 2026-02-19T01:52:34.602Z | Feb 19 01:52:34.546 INFO added artifact, length: 5466068, hash: 13a11687e17ba95415430a6eeff672bf0ae9f038bd6958b683af4a83ecbcc220, version: 1.0.60, kind: gimlet_sp, name: gimlet-f |
| 10863 | 2026-02-19T01:52:34.850Z | Feb 19 01:52:34.793 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet |
| 10864 | 2026-02-19T01:52:34.850Z | Feb 19 01:52:34.793 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet |
| 10865 | 2026-02-19T01:52:34.988Z | Feb 19 01:52:34.932 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo |
| 10866 | 2026-02-19T01:52:34.988Z | Feb 19 01:52:34.932 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo |
| 10867 | 2026-02-19T01:52:35.138Z | Feb 19 01:52:35.081 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 10868 | 2026-02-19T01:52:35.138Z | Feb 19 01:52:35.081 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 10869 | 2026-02-19T01:52:35.290Z | Feb 19 01:52:35.234 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10870 | 2026-02-19T01:52:35.290Z | Feb 19 01:52:35.234 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10871 | 2026-02-19T01:52:35.466Z | Feb 19 01:52:35.409 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 10872 | 2026-02-19T01:52:35.466Z | Feb 19 01:52:35.410 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 10873 | 2026-02-19T01:52:35.608Z | Feb 19 01:52:35.552 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet |
| 10874 | 2026-02-19T01:52:35.608Z | Feb 19 01:52:35.552 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet |
| 10875 | 2026-02-19T01:52:35.751Z | Feb 19 01:52:35.695 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo |
| 10876 | 2026-02-19T01:52:35.751Z | Feb 19 01:52:35.695 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo |
| 10877 | 2026-02-19T01:52:35.776Z | Feb 19 01:52:35.697 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet |
| 10878 | 2026-02-19T01:52:35.776Z | Feb 19 01:52:35.698 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo |
| 10879 | 2026-02-19T01:52:35.776Z | Feb 19 01:52:35.700 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart |
| 10880 | 2026-02-19T01:52:35.776Z | Feb 19 01:52:35.701 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet |
| 10881 | 2026-02-19T01:52:35.776Z | Feb 19 01:52:35.703 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo |
| 10882 | 2026-02-19T01:52:49.637Z | Feb 19 01:52:49.582 INFO added artifact, length: 33554432, hash: 6c2d5a6394a9ab97e0654ef3190a4f4354021d2798183d5d87b66999a8e60bc8, version: 19.0.0-0.ci+git0b383007a58, kind: gimlet_host_phase_1, name: host |
| 10883 | 2026-02-19T01:52:49.637Z | Feb 19 01:52:49.582 INFO added artifact, length: 33554432, hash: dec4435c125d9fd6c87cf6f9a0084a9f52b3dafeb26bfeabe932d4635ed82d2d, version: 19.0.0-0.ci+git0b383007a58, kind: cosmo_host_phase_1, name: host |
| 10884 | 2026-02-19T01:52:49.637Z | Feb 19 01:52:49.582 INFO added artifact, length: 1101008896, hash: f102c21c9c7a7a5de10861183b7ddb58108930d7cb69cb467d0cb6b5d54ca4de, version: 19.0.0-0.ci+git0b383007a58, kind: host_phase_2, name: host |
| 10885 | 2026-02-19T01:52:52.126Z | Feb 19 01:52:52.070 INFO added artifact, length: 33554432, hash: 7dd54190c1fef34fa35f71644f97ea0ccbfcb96f27c857f1bf15a962237b6ae4, version: 19.0.0-0.ci+git0b383007a58, kind: gimlet_trampoline_phase_1, name: trampoline |
| 10886 | 2026-02-19T01:52:52.126Z | Feb 19 01:52:52.071 INFO added artifact, length: 33554432, hash: df51aa3814770e3dbeca26b36aa8f38616719e14d3f8f5e3072210762b4344ad, version: 19.0.0-0.ci+git0b383007a58, kind: cosmo_trampoline_phase_1, name: trampoline |
| 10887 | 2026-02-19T01:52:52.126Z | Feb 19 01:52:52.071 INFO added artifact, length: 147585000, hash: c3f2c09440f5582ae7d8ad6a3b951e7657a727dceddfe82fc61bfe8a0947f423, version: 19.0.0-0.ci+git0b383007a58, kind: trampoline_phase_2, name: trampoline |
| 10888 | 2026-02-19T01:53:15.358Z | Feb 19 01:53:15.304 INFO added artifact, length: 1706185215, hash: 88543ba5a927c7f26c519939fb831ce9d1593c1593603543fa230db1b478451c, version: 19.0.0-0.ci+git0b383007a58, kind: control_plane, name: control-plane |
| 10889 | 2026-02-19T01:53:15.382Z | Feb 19 01:53:15.305 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38 |
| 10890 | 2026-02-19T01:53:15.383Z | Feb 19 01:53:15.306 INFO added artifact, length: 829, hash: de5b2746f335d16d3f079e5805ce2d7e03da1002aa688a371fed64b3a35af6eb, version: 1.0.60, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.60 |
| 10891 | 2026-02-19T01:53:15.383Z | Feb 19 01:53:15.307 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38 |
| 10892 | 2026-02-19T01:53:15.447Z | Feb 19 01:53:15.394 INFO added artifact, length: 4132354, hash: ab538b5a956d8985c6878d679dd86a7e20d3db6a910e9e4391ad0c64151cf9ca, version: 1.0.60, kind: psc_sp, name: psc-b |
| 10893 | 2026-02-19T01:53:15.534Z | Feb 19 01:53:15.481 INFO added artifact, length: 4135789, hash: 34d999a2f92ee2a9f17fb8c17d8ad45facc3acb3d8a5fdabe00d807c6c5b7a19, version: 1.0.60, kind: psc_sp, name: psc-c |
| 10894 | 2026-02-19T01:53:15.679Z | Feb 19 01:53:15.626 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc |
| 10895 | 2026-02-19T01:53:15.679Z | Feb 19 01:53:15.627 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc |
| 10896 | 2026-02-19T01:53:15.825Z | Feb 19 01:53:15.772 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 10897 | 2026-02-19T01:53:15.825Z | Feb 19 01:53:15.772 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 10898 | 2026-02-19T01:53:15.978Z | Feb 19 01:53:15.926 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10899 | 2026-02-19T01:53:15.979Z | Feb 19 01:53:15.926 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10900 | 2026-02-19T01:53:16.129Z | Feb 19 01:53:16.076 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc |
| 10901 | 2026-02-19T01:53:16.129Z | Feb 19 01:53:16.076 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc |
| 10902 | 2026-02-19T01:53:16.154Z | Feb 19 01:53:16.078 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc |
| 10903 | 2026-02-19T01:53:16.154Z | Feb 19 01:53:16.080 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart |
| 10904 | 2026-02-19T01:53:16.154Z | Feb 19 01:53:16.082 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc |
| 10905 | 2026-02-19T01:53:16.264Z | Feb 19 01:53:16.211 INFO added artifact, length: 6944365, hash: ca090d6ba48167e3e8dc3d0d41b84145e54c18796404f61d36837d400f49ecd0, version: 1.0.60, kind: switch_sp, name: sidecar-b |
| 10906 | 2026-02-19T01:53:16.525Z | Feb 19 01:53:16.472 INFO added artifact, length: 6961266, hash: a8787f44cc6041edf7bf4f65a641ca447bd5698e1162d6cf77a6568bbfd32e02, version: 1.0.60, kind: switch_sp, name: sidecar-c |
| 10907 | 2026-02-19T01:53:16.791Z | Feb 19 01:53:16.738 INFO added artifact, length: 6961082, hash: 8345c9a1ecabd6086d6e98972a380210236f5d2669e50c8a0c6861f80096e4f1, version: 1.0.60, kind: switch_sp, name: sidecar-d |
| 10908 | 2026-02-19T01:53:17.053Z | Feb 19 01:53:17.000 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar |
| 10909 | 2026-02-19T01:53:17.053Z | Feb 19 01:53:17.000 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar |
| 10910 | 2026-02-19T01:53:17.199Z | Feb 19 01:53:17.146 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 10911 | 2026-02-19T01:53:17.199Z | Feb 19 01:53:17.146 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 10912 | 2026-02-19T01:53:17.349Z | Feb 19 01:53:17.296 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10913 | 2026-02-19T01:53:17.349Z | Feb 19 01:53:17.296 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10914 | 2026-02-19T01:53:17.493Z | Feb 19 01:53:17.440 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar |
| 10915 | 2026-02-19T01:53:17.493Z | Feb 19 01:53:17.440 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar |
| 10916 | 2026-02-19T01:53:17.518Z | Feb 19 01:53:17.442 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar |
| 10917 | 2026-02-19T01:53:17.518Z | Feb 19 01:53:17.444 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart |
| 10918 | 2026-02-19T01:53:17.518Z | Feb 19 01:53:17.445 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar |
| 10919 | 2026-02-19T01:53:17.518Z | Feb 19 01:53:17.446 INFO added artifact, length: 924, hash: f7172f85efbafa94c87f298cf72e6019b17cfeb553ecb46254fb2a7aa4750b9d, version: 19.0.0-0.ci+git0b383007a58, kind: installinator_document, name: installinator_document |
| 10920 | 2026-02-19T01:53:18.186Z | Feb 19 01:53:18.134 INFO [tuf-repo] task succeeded (186.129888359s) |
| 10921 | 2026-02-19T01:53:18.186Z | Feb 19 01:53:18.134 INFO all jobs completed in 4173.987180472s |
| 10922 | 2026-02-19T01:53:22.053Z | process exited: duration 5159873 ms, exit code 0 |
| |
| 10923 | 2026-02-19T01:53:22.153Z | found 41 output files |
| 10924 | 2026-02-19T01:53:22.153Z | uploading: /work/manifest.toml (17174 bytes) |
| 10925 | 2026-02-19T01:53:23.257Z | uploaded: /work/manifest.toml |
| 10926 | 2026-02-19T01:53:23.257Z | uploading: /work/repo.zip (2944371844 bytes) |
| 10927 | 2026-02-19T01:57:09.455Z | uploaded: /work/repo.zip |
| 10928 | 2026-02-19T01:57:09.455Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
| 10929 | 2026-02-19T01:57:10.513Z | uploaded: /work/repo.zip.sha256.txt |
| 10930 | 2026-02-19T01:57:10.513Z | uploading: /work/helios.json (647 bytes) |
| 10931 | 2026-02-19T01:57:11.610Z | uploaded: /work/helios.json |
| 10932 | 2026-02-19T01:57:11.610Z | uploading: /work/incorporation.p5m (100410 bytes) |
| 10933 | 2026-02-19T01:57:12.821Z | uploaded: /work/incorporation.p5m |
| 10934 | 2026-02-19T01:57:12.821Z | uploading: /work/incorporation.p5p (122880 bytes) |
| 10935 | 2026-02-19T01:57:14.029Z | uploaded: /work/incorporation.p5p |
| 10936 | 2026-02-19T01:57:14.029Z | uploading: /work/helios-incorp.log (526 bytes) |
| 10937 | 2026-02-19T01:57:15.127Z | uploaded: /work/helios-incorp.log |
| 10938 | 2026-02-19T01:57:15.153Z | uploading: /work/helios-setup.log (57881 bytes) |
| 10939 | 2026-02-19T01:57:16.318Z | uploaded: /work/helios-setup.log |
| 10940 | 2026-02-19T01:57:16.318Z | uploading: /work/host-image.log (233939 bytes) |
| 10941 | 2026-02-19T01:57:17.549Z | uploaded: /work/host-image.log |
| 10942 | 2026-02-19T01:57:17.549Z | uploading: /work/host-package.log (33243 bytes) |
| 10943 | 2026-02-19T01:57:18.713Z | uploaded: /work/host-package.log |
| 10944 | 2026-02-19T01:57:18.737Z | uploading: /work/host-target.log (101 bytes) |
| 10945 | 2026-02-19T01:57:19.810Z | uploaded: /work/host-target.log |
| 10946 | 2026-02-19T01:57:19.810Z | uploading: /work/incorp-create.log (0 bytes) |
| 10947 | 2026-02-19T01:57:20.882Z | uploaded: /work/incorp-create.log |
| 10948 | 2026-02-19T01:57:20.882Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 10949 | 2026-02-19T01:57:21.954Z | uploaded: /work/incorp-fmt.log |
| 10950 | 2026-02-19T01:57:21.954Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 10951 | 2026-02-19T01:57:23.052Z | uploaded: /work/incorp-pkgsend.log |
| 10952 | 2026-02-19T01:57:23.053Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 10953 | 2026-02-19T01:57:24.124Z | uploaded: /work/incorp-publisher.log |
| 10954 | 2026-02-19T01:57:24.149Z | uploading: /work/omicron-package.log (6714 bytes) |
| 10955 | 2026-02-19T01:57:25.242Z | uploaded: /work/omicron-package.log |
| 10956 | 2026-02-19T01:57:25.242Z | uploading: /work/recovery-image.log (603263 bytes) |
| 10957 | 2026-02-19T01:57:26.500Z | uploaded: /work/recovery-image.log |
| 10958 | 2026-02-19T01:57:26.525Z | uploading: /work/recovery-package.log (1771 bytes) |
| 10959 | 2026-02-19T01:57:27.597Z | uploaded: /work/recovery-package.log |
| 10960 | 2026-02-19T01:57:27.597Z | uploading: /work/recovery-target.log (98 bytes) |
| 10961 | 2026-02-19T01:57:28.694Z | uploaded: /work/recovery-target.log |
| 10962 | 2026-02-19T01:57:28.694Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 10963 | 2026-02-19T01:57:29.790Z | uploaded: /work/stamp-clickhouse.log |
| 10964 | 2026-02-19T01:57:29.790Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 10965 | 2026-02-19T01:57:30.886Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 10966 | 2026-02-19T01:57:30.911Z | uploading: /work/stamp-clickhouse_server.log (124 bytes) |
| 10967 | 2026-02-19T01:57:31.982Z | uploaded: /work/stamp-clickhouse_server.log |
| 10968 | 2026-02-19T01:57:31.982Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 10969 | 2026-02-19T01:57:33.077Z | uploaded: /work/stamp-cockroachdb.log |
| 10970 | 2026-02-19T01:57:33.102Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 10971 | 2026-02-19T01:57:34.173Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 10972 | 2026-02-19T01:57:34.173Z | uploading: /work/stamp-crucible-utils.log (118 bytes) |
| 10973 | 2026-02-19T01:57:35.269Z | uploaded: /work/stamp-crucible-utils.log |
| 10974 | 2026-02-19T01:57:35.293Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 10975 | 2026-02-19T01:57:36.365Z | uploaded: /work/stamp-crucible-zone.log |
| 10976 | 2026-02-19T01:57:36.365Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 10977 | 2026-02-19T01:57:37.460Z | uploaded: /work/stamp-external-dns.log |
| 10978 | 2026-02-19T01:57:37.461Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 10979 | 2026-02-19T01:57:38.556Z | uploaded: /work/stamp-installinator.log |
| 10980 | 2026-02-19T01:57:38.556Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 10981 | 2026-02-19T01:57:39.651Z | uploaded: /work/stamp-internal-dns.log |
| 10982 | 2026-02-19T01:57:39.675Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 10983 | 2026-02-19T01:57:40.747Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 10984 | 2026-02-19T01:57:40.771Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 10985 | 2026-02-19T01:57:41.842Z | uploaded: /work/stamp-nexus.log |
| 10986 | 2026-02-19T01:57:41.842Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 10987 | 2026-02-19T01:57:42.938Z | uploaded: /work/stamp-ntp.log |
| 10988 | 2026-02-19T01:57:42.938Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 10989 | 2026-02-19T01:57:44.034Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 10990 | 2026-02-19T01:57:44.034Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 10991 | 2026-02-19T01:57:45.129Z | uploaded: /work/stamp-overlay.log |
| 10992 | 2026-02-19T01:57:45.129Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 10993 | 2026-02-19T01:57:46.225Z | uploaded: /work/stamp-oximeter.log |
| 10994 | 2026-02-19T01:57:46.225Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 10995 | 2026-02-19T01:57:47.321Z | uploaded: /work/stamp-oxlog.log |
| 10996 | 2026-02-19T01:57:47.345Z | uploading: /work/stamp-probe.log (112 bytes) |
| 10997 | 2026-02-19T01:57:48.417Z | uploaded: /work/stamp-probe.log |
| 10998 | 2026-02-19T01:57:48.417Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 10999 | 2026-02-19T01:57:49.513Z | uploaded: /work/stamp-propolis-server.log |
| 11000 | 2026-02-19T01:57:49.537Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 11001 | 2026-02-19T01:57:50.608Z | uploaded: /work/stamp-pumpkind-gz.log |
| 11002 | 2026-02-19T01:57:50.632Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 11003 | 2026-02-19T01:57:51.703Z | uploaded: /work/stamp-switch-asic.log |
| 11004 | 2026-02-19T01:57:51.728Z | uploading: /work/verify-libraries.log (11451 bytes) |
| 11005 | 2026-02-19T01:57:52.845Z | uploaded: /work/verify-libraries.log |