|
|
|
| 1 | 2026-02-26T16:12:22.892Z | job assigned to worker 01KJDBH8766GGBHFYQRGQWKRK5 [factory gimlet-EVT22200007-propolis, EVT22200007/59486] (queued for 27 s) |
| |
| 2 | 2026-02-26T16:12:31.867Z | starting task 0: "setup" |
| 3 | 2026-02-26T16:12:31.893Z | ++ uname -s |
| 4 | 2026-02-26T16:12:31.893Z | + kern=SunOS |
| 5 | 2026-02-26T16:12:31.893Z | + build_user=build |
| 6 | 2026-02-26T16:12:31.893Z | + build_uid=12345 |
| 7 | 2026-02-26T16:12:31.893Z | + work_dir=/work |
| 8 | 2026-02-26T16:12:31.893Z | + input_dir=/input |
| 9 | 2026-02-26T16:12:31.893Z | + [[ 0 == 12345 ]] |
| 10 | 2026-02-26T16:12:31.893Z | + case "$kern" in |
| 11 | 2026-02-26T16:12:31.893Z | + groupadd -g 12345 build |
| 12 | 2026-02-26T16:12:31.893Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-02-26T16:12:33.887Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-02-26T16:12:33.923Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-02-26T16:12:33.948Z | + home_fs=zfs |
| 16 | 2026-02-26T16:12:33.948Z | + [[ zfs == autofs ]] |
| 17 | 2026-02-26T16:12:33.948Z | + mkdir -p /home/build |
| 18 | 2026-02-26T16:12:33.949Z | + chown build:build /home/build /work |
| 19 | 2026-02-26T16:12:35.933Z | + chmod 0700 /home/build /work |
| 20 | 2026-02-26T16:12:35.958Z | process exited: duration 4072 ms, exit code 0 |
| |
| 21 | 2026-02-26T16:12:36.010Z | starting task 1: "rust-toolchain" |
| 22 | 2026-02-26T16:12:36.035Z | + printf ' * rust toolchain channel = "%s"\n' 1.91.1 |
| 23 | 2026-02-26T16:12:36.035Z | * rust toolchain channel = "1.91.1" |
| 24 | 2026-02-26T16:12:36.035Z | * rust toolchain profile = "default" |
| 25 | 2026-02-26T16:12:36.035Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-02-26T16:12:36.035Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-02-26T16:12:36.035Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-02-26T16:12:36.035Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-02-26T16:12:36.036Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.91.1 --profile default |
| 30 | 2026-02-26T16:12:36.156Z | info: downloading installer |
| 31 | 2026-02-26T16:12:37.200Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-02-26T16:12:37.200Z | warn: /opt/ooce/bin |
| 33 | 2026-02-26T16:12:37.200Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-02-26T16:12:37.200Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-02-26T16:12:37.200Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-02-26T16:12:37.200Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-02-26T16:12:37.200Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-02-26T16:12:37.200Z | error: cannot install while Rust is installed |
| 39 | 2026-02-26T16:12:37.200Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-02-26T16:12:37.225Z | info: profile set to 'default' |
| 41 | 2026-02-26T16:12:37.225Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2026-02-26T16:12:37.225Z | info: syncing channel updates for '1.91.1-x86_64-unknown-illumos' |
| 43 | 2026-02-26T16:12:37.338Z | info: latest update on 2025-11-10, rust version 1.91.1 (ed61e7d7e 2025-11-07) |
| 44 | 2026-02-26T16:12:37.338Z | info: downloading component 'cargo' |
| 45 | 2026-02-26T16:12:37.586Z | info: downloading component 'clippy' |
| 46 | 2026-02-26T16:12:37.740Z | info: downloading component 'rust-docs' |
| 47 | 2026-02-26T16:12:38.150Z | info: downloading component 'rust-std' |
| 48 | 2026-02-26T16:12:38.913Z | info: downloading component 'rustc' |
| 49 | 2026-02-26T16:12:40.734Z | info: downloading component 'rustfmt' |
| 50 | 2026-02-26T16:12:40.792Z | info: installing component 'cargo' |
| 51 | 2026-02-26T16:12:42.029Z | info: installing component 'clippy' |
| 52 | 2026-02-26T16:12:42.492Z | info: installing component 'rust-docs' |
| 53 | 2026-02-26T16:12:45.786Z | info: installing component 'rust-std' |
| 54 | 2026-02-26T16:12:47.872Z | info: installing component 'rustc' |
| 55 | 2026-02-26T16:12:56.132Z | info: installing component 'rustfmt' |
| 56 | 2026-02-26T16:12:56.530Z | info: default toolchain set to '1.91.1-x86_64-unknown-illumos' |
| 57 | 2026-02-26T16:12:56.530Z | |
| 58 | 2026-02-26T16:12:56.706Z | 1.91.1-x86_64-unknown-illumos installed - rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 59 | 2026-02-26T16:12:56.706Z | |
| 60 | 2026-02-26T16:12:56.706Z | |
| 61 | 2026-02-26T16:12:56.706Z | Rust is installed now. Great! |
| 62 | 2026-02-26T16:12:56.706Z | |
| 63 | 2026-02-26T16:12:56.706Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2026-02-26T16:12:56.731Z | environment variable. This has not been done automatically. |
| 65 | 2026-02-26T16:12:56.731Z | |
| 66 | 2026-02-26T16:12:56.731Z | To configure your current shell, you need to source |
| 67 | 2026-02-26T16:12:56.731Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2026-02-26T16:12:56.731Z | |
| 69 | 2026-02-26T16:12:56.731Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2026-02-26T16:12:56.731Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2026-02-26T16:12:56.731Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2026-02-26T16:12:56.731Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2026-02-26T16:12:56.817Z | + rustup --version |
| 74 | 2026-02-26T16:12:56.842Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2026-02-26T16:12:56.842Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2026-02-26T16:12:56.963Z | info: The currently active `rustc` version is `rustc 1.91.1 (ed61e7d7e 2025-11-07)` |
| 77 | 2026-02-26T16:12:56.987Z | + cargo --version |
| 78 | 2026-02-26T16:12:57.091Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 79 | 2026-02-26T16:12:57.116Z | + rustc --version |
| 80 | 2026-02-26T16:12:57.222Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 81 | 2026-02-26T16:12:57.246Z | process exited: duration 21218 ms, exit code 0 |
| |
| 82 | 2026-02-26T16:12:57.295Z | starting task 2: "authentication" |
| 83 | 2026-02-26T16:12:57.353Z | process exited: duration 57 ms, exit code 0 |
| |
| 84 | 2026-02-26T16:12:57.401Z | starting task 3: "clone repository" |
| 85 | 2026-02-26T16:12:57.426Z | + mkdir -p /work/oxidecomputer/omicron |
| 86 | 2026-02-26T16:12:57.426Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 87 | 2026-02-26T16:12:57.450Z | Cloning into '/work/oxidecomputer/omicron'... |
| 88 | 2026-02-26T16:13:20.391Z | + cd /work/oxidecomputer/omicron |
| 89 | 2026-02-26T16:13:20.391Z | + git fetch origin 889deabbf7d820f01adc6593ba2b00d7da64710f |
| 90 | 2026-02-26T16:13:21.213Z | From https://github.com/oxidecomputer/omicron |
| 91 | 2026-02-26T16:13:21.213Z | * branch 889deabbf7d820f01adc6593ba2b00d7da64710f -> FETCH_HEAD |
| 92 | 2026-02-26T16:13:21.237Z | + [[ -n '' ]] |
| 93 | 2026-02-26T16:13:21.237Z | + git reset --hard 889deabbf7d820f01adc6593ba2b00d7da64710f |
| 94 | 2026-02-26T16:13:21.839Z | HEAD is now at 889deabbf EarlyNetworkSetupError: stop duplicate log output on DnsResolver variant |
| 95 | 2026-02-26T16:13:21.863Z | process exited: duration 24440 ms, exit code 0 |
| |
| 96 | 2026-02-26T16:13:21.912Z | starting task 4: "build" |
| 97 | 2026-02-26T16:13:21.941Z | + source .github/buildomat/ci-env.sh |
| 98 | 2026-02-26T16:13:21.941Z | ++ export CARGO_TERM_COLOR=always |
| 99 | 2026-02-26T16:13:21.941Z | ++ CARGO_TERM_COLOR=always |
| 100 | 2026-02-26T16:13:21.941Z | + cargo --version |
| 101 | 2026-02-26T16:13:21.997Z | cargo 1.91.1 (ea2d97820 2025-10-10) |
| 102 | 2026-02-26T16:13:22.022Z | + rustc --version |
| 103 | 2026-02-26T16:13:22.103Z | rustc 1.91.1 (ed61e7d7e 2025-11-07) |
| 104 | 2026-02-26T16:13:22.128Z | + cargo tree --locked |
| 105 | 2026-02-26T16:13:22.454Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 106 | 2026-02-26T16:13:23.072Z | Updating crates.io index |
| 107 | 2026-02-26T16:13:23.116Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 108 | 2026-02-26T16:13:23.696Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 109 | 2026-02-26T16:13:24.505Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 110 | 2026-02-26T16:13:26.153Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 111 | 2026-02-26T16:13:26.741Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 112 | 2026-02-26T16:13:27.443Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 113 | 2026-02-26T16:13:38.978Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 114 | 2026-02-26T16:13:42.387Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 115 | 2026-02-26T16:13:43.894Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 116 | 2026-02-26T16:13:44.572Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 117 | 2026-02-26T16:13:46.128Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 118 | 2026-02-26T16:13:47.274Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 119 | 2026-02-26T16:13:47.928Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 120 | 2026-02-26T16:13:48.812Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 121 | 2026-02-26T16:13:49.459Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 122 | 2026-02-26T16:13:50.837Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 123 | 2026-02-26T16:13:51.888Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 124 | 2026-02-26T16:13:52.468Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 125 | 2026-02-26T16:13:53.142Z | Updating git repository `https://github.com/oxidecomputer/scim2-rs` |
| 126 | 2026-02-26T16:13:53.973Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 127 | 2026-02-26T16:13:54.485Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 128 | 2026-02-26T16:13:55.027Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 129 | 2026-02-26T16:13:55.653Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
| 130 | 2026-02-26T16:13:56.492Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
| 131 | 2026-02-26T16:13:57.263Z | Updating git repository `https://github.com/oxidecomputer/rust-cpuid.git` |
| 132 | 2026-02-26T16:13:58.235Z | Updating git repository `https://github.com/oxidecomputer/rats-corim.git` |
| 133 | 2026-02-26T16:13:58.898Z | Updating git repository `https://github.com/bluecatengineering/dhcproto.git` |
| 134 | 2026-02-26T16:13:59.629Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 135 | 2026-02-26T16:14:00.286Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 136 | 2026-02-26T16:14:01.254Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 137 | 2026-02-26T16:14:02.062Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 138 | 2026-02-26T16:14:02.603Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 139 | 2026-02-26T16:14:03.338Z | Updating git repository `https://github.com/oxidecomputer/ipcc-rs` |
| 140 | 2026-02-26T16:14:03.928Z | Updating git repository `https://github.com/oxidecomputer/pki-playground` |
| 141 | 2026-02-26T16:14:04.689Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 142 | 2026-02-26T16:14:05.233Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 143 | 2026-02-26T16:14:05.894Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 144 | 2026-02-26T16:14:06.446Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 145 | 2026-02-26T16:14:07.131Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 146 | 2026-02-26T16:14:25.760Z | Downloading crates ... |
| 147 | 2026-02-26T16:14:25.873Z | Downloaded async-task v4.7.1 |
| 148 | 2026-02-26T16:14:25.898Z | Downloaded adler2 v2.0.0 |
| 149 | 2026-02-26T16:14:25.898Z | Downloaded allocator-api2 v0.2.21 |
| 150 | 2026-02-26T16:14:25.924Z | Downloaded async-process v2.3.0 |
| 151 | 2026-02-26T16:14:25.924Z | Downloaded defmt-macros v0.3.9 |
| 152 | 2026-02-26T16:14:25.924Z | Downloaded dsl_auto_type v0.1.2 |
| 153 | 2026-02-26T16:14:26.493Z | Downloaded cargo-platform v0.2.0 |
| 154 | 2026-02-26T16:14:26.493Z | Downloaded cbc v0.1.2 |
| 155 | 2026-02-26T16:14:26.493Z | Downloaded cargo_metadata v0.19.2 |
| 156 | 2026-02-26T16:14:26.493Z | Downloaded dof v0.3.0 |
| 157 | 2026-02-26T16:14:26.493Z | Downloaded fatfs v0.3.6 |
| 158 | 2026-02-26T16:14:26.493Z | Downloaded dropshot_endpoint v0.16.7 |
| 159 | 2026-02-26T16:14:26.493Z | Downloaded glob v0.3.2 |
| 160 | 2026-02-26T16:14:26.493Z | Downloaded elliptic-curve v0.13.8 |
| 161 | 2026-02-26T16:14:26.493Z | Downloaded hostname v0.3.1 |
| 162 | 2026-02-26T16:14:26.493Z | Downloaded http-range v0.1.5 |
| 163 | 2026-02-26T16:14:26.493Z | Downloaded icu_provider_macros v1.5.0 |
| 164 | 2026-02-26T16:14:26.493Z | Downloaded http-body-util v0.1.3 |
| 165 | 2026-02-26T16:14:26.493Z | Downloaded inout v0.1.3 |
| 166 | 2026-02-26T16:14:26.493Z | Downloaded internet-checksum v0.2.1 |
| 167 | 2026-02-26T16:14:26.493Z | Downloaded keccak v0.1.5 |
| 168 | 2026-02-26T16:14:26.493Z | Downloaded managed v0.8.0 |
| 169 | 2026-02-26T16:14:26.493Z | Downloaded new_debug_unreachable v1.0.6 |
| 170 | 2026-02-26T16:14:26.493Z | Downloaded number_prefix v0.4.0 |
| 171 | 2026-02-26T16:14:26.493Z | Downloaded md5 v0.7.0 |
| 172 | 2026-02-26T16:14:26.493Z | Downloaded oorandom v11.1.4 |
| 173 | 2026-02-26T16:14:26.493Z | Downloaded mime v0.3.17 |
| 174 | 2026-02-26T16:14:26.493Z | Downloaded parking v2.2.1 |
| 175 | 2026-02-26T16:14:26.493Z | Downloaded opaque-debug v0.3.1 |
| 176 | 2026-02-26T16:14:26.493Z | Downloaded peg-runtime v0.8.5 |
| 177 | 2026-02-26T16:14:26.493Z | Downloaded plain v0.2.3 |
| 178 | 2026-02-26T16:14:26.493Z | Downloaded plotters-svg v0.3.7 |
| 179 | 2026-02-26T16:14:26.493Z | Downloaded is-terminal v0.4.13 |
| 180 | 2026-02-26T16:14:26.493Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 181 | 2026-02-26T16:14:26.493Z | Downloaded pkg-config v0.3.31 |
| 182 | 2026-02-26T16:14:26.493Z | Downloaded quick-error v1.2.3 |
| 183 | 2026-02-26T16:14:26.493Z | Downloaded progenitor-macro v0.10.0 |
| 184 | 2026-02-26T16:14:26.493Z | Downloaded rand_chacha v0.3.1 |
| 185 | 2026-02-26T16:14:26.494Z | Downloaded progenitor v0.8.0 |
| 186 | 2026-02-26T16:14:26.494Z | Downloaded recursive v0.1.1 |
| 187 | 2026-02-26T16:14:26.494Z | Downloaded rand_xorshift v0.4.0 |
| 188 | 2026-02-26T16:14:26.494Z | Downloaded ref-cast-impl v1.0.25 |
| 189 | 2026-02-26T16:14:26.494Z | Downloaded progenitor-extras v0.1.0 |
| 190 | 2026-02-26T16:14:26.494Z | Downloaded rfc6979 v0.4.0 |
| 191 | 2026-02-26T16:14:26.494Z | Downloaded rand_seeder v0.4.0 |
| 192 | 2026-02-26T16:14:26.494Z | Downloaded serde-big-array v0.5.1 |
| 193 | 2026-02-26T16:14:26.494Z | Downloaded serde-value v0.7.0 |
| 194 | 2026-02-26T16:14:26.494Z | Downloaded serde_spanned v1.0.4 |
| 195 | 2026-02-26T16:14:26.494Z | Downloaded simd-adler32 v0.3.7 |
| 196 | 2026-02-26T16:14:26.494Z | Downloaded sigpipe v0.1.3 |
| 197 | 2026-02-26T16:14:26.494Z | Downloaded siphasher v0.3.11 |
| 198 | 2026-02-26T16:14:26.494Z | Downloaded slab v0.4.9 |
| 199 | 2026-02-26T16:14:26.494Z | Downloaded slog-envlogger v2.2.0 |
| 200 | 2026-02-26T16:14:26.494Z | Downloaded sqlparser_derive v0.5.0 |
| 201 | 2026-02-26T16:14:26.494Z | Downloaded stable_deref_trait v1.2.0 |
| 202 | 2026-02-26T16:14:26.494Z | Downloaded structmeta v0.3.0 |
| 203 | 2026-02-26T16:14:26.494Z | Downloaded strum v0.27.2 |
| 204 | 2026-02-26T16:14:26.494Z | Downloaded swrite v0.1.0 |
| 205 | 2026-02-26T16:14:26.494Z | Downloaded tagptr v0.2.0 |
| 206 | 2026-02-26T16:14:26.494Z | Downloaded target-triple v0.1.3 |
| 207 | 2026-02-26T16:14:26.494Z | Downloaded termtree v0.5.1 |
| 208 | 2026-02-26T16:14:26.494Z | Downloaded thread-id v5.0.0 |
| 209 | 2026-02-26T16:14:26.494Z | Downloaded thread_local v1.1.8 |
| 210 | 2026-02-26T16:14:26.494Z | Downloaded tinyvec_macros v0.1.1 |
| 211 | 2026-02-26T16:14:26.494Z | Downloaded thiserror-impl v1.0.69 |
| 212 | 2026-02-26T16:14:26.494Z | Downloaded progenitor-impl v0.13.0 |
| 213 | 2026-02-26T16:14:26.494Z | Downloaded toml_datetime v0.6.11 |
| 214 | 2026-02-26T16:14:26.494Z | Downloaded tower-service v0.3.3 |
| 215 | 2026-02-26T16:14:26.494Z | Downloaded typify-macro v0.6.1 |
| 216 | 2026-02-26T16:14:26.494Z | Downloaded try-lock v0.2.5 |
| 217 | 2026-02-26T16:14:26.494Z | Downloaded termcolor v1.4.1 |
| 218 | 2026-02-26T16:14:26.494Z | Downloaded typeid v1.0.3 |
| 219 | 2026-02-26T16:14:26.494Z | Downloaded unit-prefix v0.5.1 |
| 220 | 2026-02-26T16:14:26.494Z | Downloaded typify-macro v0.4.3 |
| 221 | 2026-02-26T16:14:26.494Z | Downloaded universal-hash v0.5.1 |
| 222 | 2026-02-26T16:14:26.494Z | Downloaded usdt v0.5.0 |
| 223 | 2026-02-26T16:14:26.495Z | Downloaded utf8parse v0.2.2 |
| 224 | 2026-02-26T16:14:26.495Z | Downloaded utf-8 v0.7.6 |
| 225 | 2026-02-26T16:14:26.495Z | Downloaded usdt-macro v0.6.0 |
| 226 | 2026-02-26T16:14:26.495Z | Downloaded usdt-macro v0.5.0 |
| 227 | 2026-02-26T16:14:26.495Z | Downloaded utf16_iter v1.0.5 |
| 228 | 2026-02-26T16:14:26.495Z | Downloaded usdt v0.6.0 |
| 229 | 2026-02-26T16:14:26.495Z | Downloaded utf8_iter v1.0.4 |
| 230 | 2026-02-26T16:14:26.495Z | Downloaded vergen-git2 v1.0.7 |
| 231 | 2026-02-26T16:14:26.495Z | Downloaded vte_generate_state_changes v0.1.2 |
| 232 | 2026-02-26T16:14:26.495Z | Downloaded yoke-derive v0.7.4 |
| 233 | 2026-02-26T16:14:26.495Z | Downloaded want v0.3.1 |
| 234 | 2026-02-26T16:14:26.495Z | Downloaded zeroize_derive v1.4.2 |
| 235 | 2026-02-26T16:14:26.495Z | Downloaded waitgroup v0.1.2 |
| 236 | 2026-02-26T16:14:26.495Z | Downloaded xshell-macros v0.2.7 |
| 237 | 2026-02-26T16:14:26.495Z | Downloaded zone v0.1.8 |
| 238 | 2026-02-26T16:14:26.495Z | Downloaded usdt-impl v0.6.0 |
| 239 | 2026-02-26T16:14:26.495Z | Downloaded zone_cfg_derive v0.1.2 |
| 240 | 2026-02-26T16:14:26.495Z | Downloaded tokio-stream v0.1.17 |
| 241 | 2026-02-26T16:14:26.495Z | Downloaded zone_cfg_derive v0.3.0 |
| 242 | 2026-02-26T16:14:26.495Z | Downloaded zstd v0.13.3 |
| 243 | 2026-02-26T16:14:26.495Z | Downloaded zstd-safe v7.2.3 |
| 244 | 2026-02-26T16:14:26.495Z | Downloaded nix v0.28.0 |
| 245 | 2026-02-26T16:14:26.495Z | Downloaded zeroize v1.8.1 |
| 246 | 2026-02-26T16:14:26.495Z | Downloaded zopfli v0.8.1 |
| 247 | 2026-02-26T16:14:26.495Z | Downloaded typed-path v0.9.3 |
| 248 | 2026-02-26T16:14:26.495Z | Downloaded zerovec-derive v0.10.3 |
| 249 | 2026-02-26T16:14:26.495Z | Downloaded unsafe-libyaml v0.2.11 |
| 250 | 2026-02-26T16:14:26.495Z | Downloaded zerocopy v0.6.6 |
| 251 | 2026-02-26T16:14:26.520Z | Downloaded zerovec v0.10.4 |
| 252 | 2026-02-26T16:14:26.520Z | Downloaded ssh-key v0.6.6 |
| 253 | 2026-02-26T16:14:26.520Z | Downloaded zlib-rs v0.5.1 |
| 254 | 2026-02-26T16:14:26.520Z | Downloaded syn v2.0.117 |
| 255 | 2026-02-26T16:14:26.520Z | Downloaded x509-cert v0.2.5 |
| 256 | 2026-02-26T16:14:26.520Z | Downloaded zip v4.2.0 |
| 257 | 2026-02-26T16:14:26.520Z | Downloaded zerocopy v0.8.27 |
| 258 | 2026-02-26T16:14:26.520Z | Downloaded zerocopy v0.7.35 |
| 259 | 2026-02-26T16:14:26.520Z | Downloaded tabled v0.15.0 |
| 260 | 2026-02-26T16:14:26.545Z | Downloaded sqlparser v0.61.0 |
| 261 | 2026-02-26T16:14:26.545Z | Downloaded tabled v0.20.0 |
| 262 | 2026-02-26T16:14:26.570Z | Downloaded time v0.3.47 |
| 263 | 2026-02-26T16:14:26.595Z | Downloaded regex-syntax v0.6.29 |
| 264 | 2026-02-26T16:14:26.595Z | Downloaded object v0.37.3 |
| 265 | 2026-02-26T16:14:26.621Z | Downloaded webpki-roots v1.0.1 |
| 266 | 2026-02-26T16:14:26.621Z | Downloaded rustix v0.38.37 |
| 267 | 2026-02-26T16:14:26.646Z | Downloaded typify-impl v0.6.1 |
| 268 | 2026-02-26T16:14:26.670Z | Downloaded typify-impl v0.2.0 |
| 269 | 2026-02-26T16:14:26.670Z | Downloaded libc v0.2.180 |
| 270 | 2026-02-26T16:14:26.708Z | Downloaded regex-syntax v0.8.5 |
| 271 | 2026-02-26T16:14:26.733Z | Downloaded regress v0.10.5 |
| 272 | 2026-02-26T16:14:26.758Z | Downloaded rustix v1.1.3 |
| 273 | 2026-02-26T16:14:26.783Z | Downloaded unicode-width v0.2.0 |
| 274 | 2026-02-26T16:14:26.783Z | Downloaded unicode-width v0.1.14 |
| 275 | 2026-02-26T16:14:26.809Z | Downloaded sled v0.34.7 |
| 276 | 2026-02-26T16:14:26.809Z | Downloaded rustls v0.21.12 |
| 277 | 2026-02-26T16:14:26.842Z | Downloaded typify-impl v0.4.3 |
| 278 | 2026-02-26T16:14:26.869Z | Downloaded ratatui v0.29.0 |
| 279 | 2026-02-26T16:14:26.893Z | Downloaded tabled v0.18.0 |
| 280 | 2026-02-26T16:14:26.893Z | Downloaded regex-automata v0.4.14 |
| 281 | 2026-02-26T16:14:26.918Z | Downloaded zerocopy-derive v0.6.6 |
| 282 | 2026-02-26T16:14:26.918Z | Downloaded sha3 v0.10.8 |
| 283 | 2026-02-26T16:14:26.943Z | Downloaded jiff v0.2.15 |
| 284 | 2026-02-26T16:14:26.970Z | Downloaded quinn-proto v0.11.13 |
| 285 | 2026-02-26T16:14:26.970Z | Downloaded petgraph v0.6.5 |
| 286 | 2026-02-26T16:14:26.995Z | Downloaded lzma-sys v0.1.20 |
| 287 | 2026-02-26T16:14:27.021Z | Downloaded zstd-sys v2.0.14+zstd.1.5.7 |
| 288 | 2026-02-26T16:14:27.048Z | Downloaded petgraph v0.8.2 |
| 289 | 2026-02-26T16:14:27.076Z | Downloaded libz-sys v1.1.20 |
| 290 | 2026-02-26T16:14:27.107Z | Downloaded csv v1.3.1 |
| 291 | 2026-02-26T16:14:27.143Z | Downloaded chrono-tz v0.10.4 |
| 292 | 2026-02-26T16:14:27.144Z | Downloaded encoding_rs v0.8.34 |
| 293 | 2026-02-26T16:14:27.181Z | Downloaded winnow v0.5.40 |
| 294 | 2026-02-26T16:14:27.181Z | Downloaded serde_with v3.16.1 |
| 295 | 2026-02-26T16:14:27.181Z | Downloaded diesel v2.2.12 |
| 296 | 2026-02-26T16:14:27.209Z | Downloaded tokio-util v0.7.15 |
| 297 | 2026-02-26T16:14:27.209Z | Downloaded rustls-webpki v0.102.8 |
| 298 | 2026-02-26T16:14:27.236Z | Downloaded tokio v1.49.0 |
| 299 | 2026-02-26T16:14:27.271Z | Downloaded salty v0.3.0 |
| 300 | 2026-02-26T16:14:27.306Z | Downloaded rayon v1.10.0 |
| 301 | 2026-02-26T16:14:27.306Z | Downloaded petname v2.0.2 |
| 302 | 2026-02-26T16:14:27.306Z | Downloaded httpmock v0.8.0-alpha.1 |
| 303 | 2026-02-26T16:14:27.342Z | Downloaded vcpkg v0.2.15 |
| 304 | 2026-02-26T16:14:27.376Z | Downloaded smoltcp v0.11.0 |
| 305 | 2026-02-26T16:14:27.402Z | Downloaded serde_json v1.0.149 |
| 306 | 2026-02-26T16:14:27.402Z | Downloaded rustls-webpki v0.101.7 |
| 307 | 2026-02-26T16:14:27.428Z | Downloaded rustls v0.23.37 |
| 308 | 2026-02-26T16:14:27.428Z | Downloaded quick-xml v0.37.2 |
| 309 | 2026-02-26T16:14:27.428Z | Downloaded moka v0.12.10 |
| 310 | 2026-02-26T16:14:27.455Z | Downloaded reqwest v0.12.28 |
| 311 | 2026-02-26T16:14:27.455Z | Downloaded zip v0.6.6 |
| 312 | 2026-02-26T16:14:27.455Z | Downloaded winnow v0.7.14 |
| 313 | 2026-02-26T16:14:27.488Z | Downloaded winnow v0.6.26 |
| 314 | 2026-02-26T16:14:27.488Z | Downloaded tokio-postgres v0.7.13 |
| 315 | 2026-02-26T16:14:27.488Z | Downloaded lalrpop v0.19.12 |
| 316 | 2026-02-26T16:14:27.518Z | Downloaded curve25519-dalek v4.1.3 |
| 317 | 2026-02-26T16:14:27.518Z | Downloaded smoltcp v0.9.1 |
| 318 | 2026-02-26T16:14:27.518Z | Downloaded rustls v0.22.4 |
| 319 | 2026-02-26T16:14:27.549Z | Downloaded icu_properties_data v1.5.0 |
| 320 | 2026-02-26T16:14:27.549Z | Downloaded uuid v1.19.0 |
| 321 | 2026-02-26T16:14:27.549Z | Downloaded syn v1.0.109 |
| 322 | 2026-02-26T16:14:27.581Z | Downloaded openapiv3 v2.2.0 |
| 323 | 2026-02-26T16:14:27.582Z | Downloaded unicode-bidi v0.3.17 |
| 324 | 2026-02-26T16:14:27.582Z | Downloaded tracing-core v0.1.32 |
| 325 | 2026-02-26T16:14:27.582Z | Downloaded tracing v0.1.40 |
| 326 | 2026-02-26T16:14:27.582Z | Downloaded zerocopy-derive v0.8.27 |
| 327 | 2026-02-26T16:14:27.642Z | Downloaded zerocopy-derive v0.7.35 |
| 328 | 2026-02-26T16:14:27.642Z | Downloaded libgit2-sys v0.18.2+1.9.1 |
| 329 | 2026-02-26T16:14:27.682Z | Downloaded unicode-segmentation v1.12.0 |
| 330 | 2026-02-26T16:14:27.682Z | Downloaded unicode-normalization v0.1.24 |
| 331 | 2026-02-26T16:14:27.682Z | Downloaded ring v0.17.14 |
| 332 | 2026-02-26T16:14:27.720Z | Downloaded p384 v0.13.1 |
| 333 | 2026-02-26T16:14:27.757Z | Downloaded tower-http v0.6.8 |
| 334 | 2026-02-26T16:14:27.757Z | Downloaded tough v0.20.0 |
| 335 | 2026-02-26T16:14:27.757Z | Downloaded radix_trie v0.2.1 |
| 336 | 2026-02-26T16:14:27.796Z | Downloaded object v0.36.5 |
| 337 | 2026-02-26T16:14:27.797Z | Downloaded yansi v1.0.1 |
| 338 | 2026-02-26T16:14:27.797Z | Downloaded toml v0.7.8 |
| 339 | 2026-02-26T16:14:27.797Z | Downloaded steno v0.4.1 |
| 340 | 2026-02-26T16:14:27.797Z | Downloaded russh v0.45.0 |
| 341 | 2026-02-26T16:14:27.797Z | Downloaded polar-core v0.27.3 |
| 342 | 2026-02-26T16:14:27.797Z | Downloaded nix v0.30.1 |
| 343 | 2026-02-26T16:14:27.828Z | Downloaded xshell v0.2.7 |
| 344 | 2026-02-26T16:14:27.828Z | Downloaded whoami v1.5.2 |
| 345 | 2026-02-26T16:14:27.828Z | Downloaded url v2.5.4 |
| 346 | 2026-02-26T16:14:27.829Z | Downloaded unicode_categories v0.1.1 |
| 347 | 2026-02-26T16:14:27.829Z | Downloaded tower v0.5.2 |
| 348 | 2026-02-26T16:14:27.829Z | Downloaded toml v0.8.23 |
| 349 | 2026-02-26T16:14:27.829Z | Downloaded tokio-tungstenite v0.21.0 |
| 350 | 2026-02-26T16:14:27.858Z | Downloaded tokio-rustls v0.24.1 |
| 351 | 2026-02-26T16:14:27.859Z | Downloaded tls_codec_derive v0.4.1 |
| 352 | 2026-02-26T16:14:27.859Z | Downloaded yasna v0.5.2 |
| 353 | 2026-02-26T16:14:27.859Z | Downloaded walkdir v2.5.0 |
| 354 | 2026-02-26T16:14:27.859Z | Downloaded value-bag v1.12.0 |
| 355 | 2026-02-26T16:14:27.859Z | Downloaded hickory-proto v0.25.2 |
| 356 | 2026-02-26T16:14:27.888Z | Downloaded openssl v0.10.73 |
| 357 | 2026-02-26T16:14:27.888Z | Downloaded nix v0.29.0 |
| 358 | 2026-02-26T16:14:27.888Z | Downloaded zone v0.3.1 |
| 359 | 2026-02-26T16:14:27.888Z | Downloaded zmij v1.0.15 |
| 360 | 2026-02-26T16:14:27.889Z | Downloaded vte v0.11.1 |
| 361 | 2026-02-26T16:14:27.915Z | Downloaded version_check v0.9.5 |
| 362 | 2026-02-26T16:14:27.916Z | Downloaded vergen v9.0.6 |
| 363 | 2026-02-26T16:14:27.916Z | Downloaded usdt-impl v0.5.0 |
| 364 | 2026-02-26T16:14:27.916Z | Downloaded unicase v2.8.1 |
| 365 | 2026-02-26T16:14:27.916Z | Downloaded tracing-attributes v0.1.27 |
| 366 | 2026-02-26T16:14:27.916Z | Downloaded plotters v0.3.7 |
| 367 | 2026-02-26T16:14:27.916Z | Downloaded textwrap v0.15.2 |
| 368 | 2026-02-26T16:14:27.916Z | Downloaded rand v0.9.2 |
| 369 | 2026-02-26T16:14:27.916Z | Downloaded yoke v0.7.4 |
| 370 | 2026-02-26T16:14:27.950Z | Downloaded xz2 v0.1.7 |
| 371 | 2026-02-26T16:14:27.950Z | Downloaded wyz v0.5.1 |
| 372 | 2026-02-26T16:14:27.950Z | Downloaded writeable v0.5.5 |
| 373 | 2026-02-26T16:14:27.951Z | Downloaded vsss-rs v3.3.4 |
| 374 | 2026-02-26T16:14:27.951Z | Downloaded tokio-tungstenite v0.23.1 |
| 375 | 2026-02-26T16:14:27.951Z | Downloaded toml_edit v0.19.15 |
| 376 | 2026-02-26T16:14:27.951Z | Downloaded proptest v1.7.0 |
| 377 | 2026-02-26T16:14:27.999Z | Downloaded unicode-ident v1.0.24 |
| 378 | 2026-02-26T16:14:27.999Z | Downloaded typify v0.6.1 |
| 379 | 2026-02-26T16:14:27.999Z | Downloaded typify v0.4.3 |
| 380 | 2026-02-26T16:14:28.000Z | Downloaded xattr v1.3.1 |
| 381 | 2026-02-26T16:14:28.000Z | Downloaded tokio-native-tls v0.3.1 |
| 382 | 2026-02-26T16:14:28.000Z | Downloaded tungstenite v0.21.0 |
| 383 | 2026-02-26T16:14:28.027Z | Downloaded zerofrom-derive v0.1.4 |
| 384 | 2026-02-26T16:14:28.028Z | Downloaded zerofrom v0.1.4 |
| 385 | 2026-02-26T16:14:28.028Z | Downloaded vergen-lib v0.1.6 |
| 386 | 2026-02-26T16:14:28.028Z | Downloaded vergen-gitcl v1.0.8 |
| 387 | 2026-02-26T16:14:28.028Z | Downloaded uzers v0.12.1 |
| 388 | 2026-02-26T16:14:28.028Z | Downloaded samael v0.0.19 |
| 389 | 2026-02-26T16:14:28.028Z | Downloaded unicode-properties v0.1.3 |
| 390 | 2026-02-26T16:14:28.028Z | Downloaded typenum v1.17.0 |
| 391 | 2026-02-26T16:14:28.028Z | Downloaded tungstenite v0.23.0 |
| 392 | 2026-02-26T16:14:28.028Z | Downloaded toml_edit v0.22.27 |
| 393 | 2026-02-26T16:14:28.028Z | Downloaded thiserror-impl v2.0.18 |
| 394 | 2026-02-26T16:14:28.028Z | Downloaded write16 v1.0.0 |
| 395 | 2026-02-26T16:14:28.028Z | Downloaded wait-timeout v0.2.0 |
| 396 | 2026-02-26T16:14:28.028Z | Downloaded nix v0.27.1 |
| 397 | 2026-02-26T16:14:28.028Z | Downloaded itertools v0.14.0 |
| 398 | 2026-02-26T16:14:28.056Z | Downloaded void v1.0.2 |
| 399 | 2026-02-26T16:14:28.056Z | Downloaded ucd-trie v0.1.7 |
| 400 | 2026-02-26T16:14:28.056Z | Downloaded rustls-webpki v0.103.9 |
| 401 | 2026-02-26T16:14:28.056Z | Downloaded hickory-proto v0.24.4 |
| 402 | 2026-02-26T16:14:28.081Z | Downloaded trybuild v1.0.106 |
| 403 | 2026-02-26T16:14:28.081Z | Downloaded toml v0.9.11+spec-1.1.0 |
| 404 | 2026-02-26T16:14:28.081Z | Downloaded twox-hash v2.1.0 |
| 405 | 2026-02-26T16:14:28.081Z | Downloaded tokio-macros v2.6.0 |
| 406 | 2026-02-26T16:14:28.082Z | Downloaded tokio-dtrace v0.1.0 |
| 407 | 2026-02-26T16:14:28.082Z | Downloaded rstest_macros v0.25.0 |
| 408 | 2026-02-26T16:14:28.082Z | Downloaded term v1.1.0 |
| 409 | 2026-02-26T16:14:28.082Z | Downloaded rand v0.8.5 |
| 410 | 2026-02-26T16:14:28.108Z | Downloaded p521 v0.13.3 |
| 411 | 2026-02-26T16:14:28.108Z | Downloaded object v0.30.4 |
| 412 | 2026-02-26T16:14:28.108Z | Downloaded usdt-attr-macro v0.5.0 |
| 413 | 2026-02-26T16:14:28.108Z | Downloaded typify-macro v0.2.0 |
| 414 | 2026-02-26T16:14:28.108Z | Downloaded typify v0.2.0 |
| 415 | 2026-02-26T16:14:28.108Z | Downloaded time-macros v0.2.27 |
| 416 | 2026-02-26T16:14:28.109Z | Downloaded usdt-attr-macro v0.6.0 |
| 417 | 2026-02-26T16:14:28.134Z | Downloaded untrusted v0.7.1 |
| 418 | 2026-02-26T16:14:28.134Z | Downloaded unicode-xid v0.2.6 |
| 419 | 2026-02-26T16:14:28.135Z | Downloaded tar v0.4.44 |
| 420 | 2026-02-26T16:14:28.135Z | Downloaded untrusted v0.9.0 |
| 421 | 2026-02-26T16:14:28.135Z | Downloaded tokio-rustls v0.26.0 |
| 422 | 2026-02-26T16:14:28.135Z | Downloaded thiserror-no-std v2.0.2 |
| 423 | 2026-02-26T16:14:28.135Z | Downloaded similar v2.7.0 |
| 424 | 2026-02-26T16:14:28.135Z | Downloaded unicode-truncate v1.1.0 |
| 425 | 2026-02-26T16:14:28.135Z | Downloaded unicode-linebreak v0.1.5 |
| 426 | 2026-02-26T16:14:28.135Z | Downloaded tui-tree-widget v0.23.1 |
| 427 | 2026-02-26T16:14:28.135Z | Downloaded toml_parser v1.0.6+spec-1.1.0 |
| 428 | 2026-02-26T16:14:28.160Z | Downloaded portable-atomic v1.11.0 |
| 429 | 2026-02-26T16:14:28.161Z | Downloaded unarray v0.1.4 |
| 430 | 2026-02-26T16:14:28.161Z | Downloaded trait-variant v0.1.2 |
| 431 | 2026-02-26T16:14:28.161Z | Downloaded toml_writer v1.0.6+spec-1.1.0 |
| 432 | 2026-02-26T16:14:28.161Z | Downloaded toml_write v0.1.2 |
| 433 | 2026-02-26T16:14:28.161Z | Downloaded tinyvec v1.8.0 |
| 434 | 2026-02-26T16:14:28.161Z | Downloaded textwrap v0.16.2 |
| 435 | 2026-02-26T16:14:28.161Z | Downloaded rustls-platform-verifier v0.6.2 |
| 436 | 2026-02-26T16:14:28.161Z | Downloaded serde_derive v1.0.228 |
| 437 | 2026-02-26T16:14:28.187Z | Downloaded reedline v0.40.0 |
| 438 | 2026-02-26T16:14:28.188Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 439 | 2026-02-26T16:14:28.188Z | Downloaded test-strategy v0.4.3 |
| 440 | 2026-02-26T16:14:28.188Z | Downloaded static_assertions v1.1.0 |
| 441 | 2026-02-26T16:14:28.188Z | Downloaded reqwest v0.13.2 |
| 442 | 2026-02-26T16:14:28.188Z | Downloaded regex v1.12.3 |
| 443 | 2026-02-26T16:14:28.214Z | Downloaded quinn v0.11.9 |
| 444 | 2026-02-26T16:14:28.214Z | Downloaded tokio-rustls v0.25.0 |
| 445 | 2026-02-26T16:14:28.214Z | Downloaded tls_codec v0.4.1 |
| 446 | 2026-02-26T16:14:28.214Z | Downloaded tiny-keccak v2.0.2 |
| 447 | 2026-02-26T16:14:28.214Z | Downloaded time-core v0.1.8 |
| 448 | 2026-02-26T16:14:28.214Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 449 | 2026-02-26T16:14:28.214Z | Downloaded synstructure v0.13.1 |
| 450 | 2026-02-26T16:14:28.214Z | Downloaded rpassword v7.4.0 |
| 451 | 2026-02-26T16:14:28.214Z | Downloaded qorb v0.4.1 |
| 452 | 2026-02-26T16:14:28.240Z | Downloaded tower-layer v0.3.3 |
| 453 | 2026-02-26T16:14:28.240Z | Downloaded topological-sort v0.2.2 |
| 454 | 2026-02-26T16:14:28.240Z | Downloaded tinytemplate v1.2.1 |
| 455 | 2026-02-26T16:14:28.240Z | Downloaded tinystr v0.7.6 |
| 456 | 2026-02-26T16:14:28.240Z | Downloaded thread-id v4.2.2 |
| 457 | 2026-02-26T16:14:28.240Z | Downloaded smallvec v1.15.1 |
| 458 | 2026-02-26T16:14:28.240Z | Downloaded schemars v0.8.22 |
| 459 | 2026-02-26T16:14:28.240Z | Downloaded rayon-core v1.12.1 |
| 460 | 2026-02-26T16:14:28.265Z | Downloaded iri-string v0.7.8 |
| 461 | 2026-02-26T16:14:28.265Z | Downloaded h2 v0.4.6 |
| 462 | 2026-02-26T16:14:28.265Z | Downloaded termios v0.3.3 |
| 463 | 2026-02-26T16:14:28.266Z | Downloaded term v0.7.0 |
| 464 | 2026-02-26T16:14:28.266Z | Downloaded tempfile v3.24.0 |
| 465 | 2026-02-26T16:14:28.291Z | Downloaded target-spec v3.5.0 |
| 466 | 2026-02-26T16:14:28.291Z | Downloaded supports-hyperlinks v2.1.0 |
| 467 | 2026-02-26T16:14:28.291Z | Downloaded subprocess v0.2.9 |
| 468 | 2026-02-26T16:14:28.291Z | Downloaded snafu v0.8.5 |
| 469 | 2026-02-26T16:14:28.292Z | Downloaded thiserror v2.0.18 |
| 470 | 2026-02-26T16:14:28.292Z | Downloaded thiserror v1.0.69 |
| 471 | 2026-02-26T16:14:28.317Z | Downloaded socket2 v0.6.1 |
| 472 | 2026-02-26T16:14:28.317Z | Downloaded socket2 v0.5.10 |
| 473 | 2026-02-26T16:14:28.317Z | Downloaded signal-hook v0.3.18 |
| 474 | 2026-02-26T16:14:28.318Z | Downloaded testing_table v0.3.0 |
| 475 | 2026-02-26T16:14:28.318Z | Downloaded stacker v0.1.23 |
| 476 | 2026-02-26T16:14:28.318Z | Downloaded spin v0.9.8 |
| 477 | 2026-02-26T16:14:28.318Z | Downloaded slog v2.8.2 |
| 478 | 2026-02-26T16:14:28.318Z | Downloaded rustyline v14.0.0 |
| 479 | 2026-02-26T16:14:28.318Z | Downloaded serde v1.0.228 |
| 480 | 2026-02-26T16:14:28.343Z | Downloaded tap v1.0.1 |
| 481 | 2026-02-26T16:14:28.343Z | Downloaded support-bundle-viewer v0.1.2 |
| 482 | 2026-02-26T16:14:28.343Z | Downloaded num-bigint-dig v0.8.6 |
| 483 | 2026-02-26T16:14:28.343Z | Downloaded hkdf v0.12.4 |
| 484 | 2026-02-26T16:14:28.344Z | Downloaded terminal_size v0.4.0 |
| 485 | 2026-02-26T16:14:28.344Z | Downloaded terminal_size v0.1.17 |
| 486 | 2026-02-26T16:14:28.344Z | Downloaded target-lexicon v0.13.2 |
| 487 | 2026-02-26T16:14:28.344Z | Downloaded take_mut v0.2.2 |
| 488 | 2026-02-26T16:14:28.344Z | Downloaded strum_macros v0.27.2 |
| 489 | 2026-02-26T16:14:28.344Z | Downloaded strum_macros v0.26.4 |
| 490 | 2026-02-26T16:14:28.371Z | Downloaded smallvec v0.6.14 |
| 491 | 2026-02-26T16:14:28.371Z | Downloaded slog-term v2.9.2 |
| 492 | 2026-02-26T16:14:28.371Z | Downloaded sync_wrapper v1.0.1 |
| 493 | 2026-02-26T16:14:28.371Z | Downloaded stringmetrics v2.2.2 |
| 494 | 2026-02-26T16:14:28.371Z | Downloaded rsa v0.9.8 |
| 495 | 2026-02-26T16:14:28.371Z | Downloaded rcgen v0.12.1 |
| 496 | 2026-02-26T16:14:28.371Z | Downloaded publicsuffix v2.3.0 |
| 497 | 2026-02-26T16:14:28.372Z | Downloaded progenitor-impl v0.11.2 |
| 498 | 2026-02-26T16:14:28.372Z | Downloaded pest v2.8.2 |
| 499 | 2026-02-26T16:14:28.398Z | Downloaded tabwriter v1.4.0 |
| 500 | 2026-02-26T16:14:28.398Z | Downloaded tabled_derive v0.11.0 |
| 501 | 2026-02-26T16:14:28.398Z | Downloaded tabled_derive v0.10.0 |
| 502 | 2026-02-26T16:14:28.398Z | Downloaded tabled_derive v0.7.0 |
| 503 | 2026-02-26T16:14:28.398Z | Downloaded sync-ptr v0.1.4 |
| 504 | 2026-02-26T16:14:28.399Z | Downloaded strum_macros v0.24.3 |
| 505 | 2026-02-26T16:14:28.399Z | Downloaded structmeta-derive v0.3.0 |
| 506 | 2026-02-26T16:14:28.399Z | Downloaded stringprep v0.1.5 |
| 507 | 2026-02-26T16:14:28.399Z | Downloaded string_cache v0.8.9 |
| 508 | 2026-02-26T16:14:28.399Z | Downloaded spki v0.7.3 |
| 509 | 2026-02-26T16:14:28.399Z | Downloaded serde_yaml v0.9.34+deprecated |
| 510 | 2026-02-26T16:14:28.399Z | Downloaded schemars v1.0.4 |
| 511 | 2026-02-26T16:14:28.425Z | Downloaded oso v0.27.3 |
| 512 | 2026-02-26T16:14:28.425Z | Downloaded supports-unicode v2.1.0 |
| 513 | 2026-02-26T16:14:28.425Z | Downloaded supports-color v3.0.2 |
| 514 | 2026-02-26T16:14:28.425Z | Downloaded supports-color v2.1.0 |
| 515 | 2026-02-26T16:14:28.425Z | Downloaded subtle v2.6.1 |
| 516 | 2026-02-26T16:14:28.425Z | Downloaded strum v0.26.3 |
| 517 | 2026-02-26T16:14:28.425Z | Downloaded sqlformat v0.3.5 |
| 518 | 2026-02-26T16:14:28.425Z | Downloaded snafu-derive v0.8.5 |
| 519 | 2026-02-26T16:14:28.425Z | Downloaded shlex v1.3.0 |
| 520 | 2026-02-26T16:14:28.425Z | Downloaded serde_tokenstream v0.2.3 |
| 521 | 2026-02-26T16:14:28.453Z | Downloaded russh-keys v0.45.0 |
| 522 | 2026-02-26T16:14:28.453Z | Downloaded strsim v0.11.1 |
| 523 | 2026-02-26T16:14:28.453Z | Downloaded smf v0.2.3 |
| 524 | 2026-02-26T16:14:28.453Z | Downloaded slog-scope v4.4.0 |
| 525 | 2026-02-26T16:14:28.453Z | Downloaded slog-json v2.6.1 |
| 526 | 2026-02-26T16:14:28.453Z | Downloaded serde_core v1.0.228 |
| 527 | 2026-02-26T16:14:28.453Z | Downloaded mio v1.0.2 |
| 528 | 2026-02-26T16:14:28.453Z | Downloaded strip-ansi-escapes v0.2.0 |
| 529 | 2026-02-26T16:14:28.453Z | Downloaded ssh-cipher v0.2.0 |
| 530 | 2026-02-26T16:14:28.454Z | Downloaded serde_path_to_error v0.1.20 |
| 531 | 2026-02-26T16:14:28.454Z | Downloaded serde_derive_internals v0.29.1 |
| 532 | 2026-02-26T16:14:28.480Z | Downloaded serde-hex v0.1.0 |
| 533 | 2026-02-26T16:14:28.480Z | Downloaded prettyplease v0.2.36 |
| 534 | 2026-02-26T16:14:28.481Z | Downloaded pretty_assertions v1.4.1 |
| 535 | 2026-02-26T16:14:28.481Z | Downloaded ssh-encoding v0.2.0 |
| 536 | 2026-02-26T16:14:28.481Z | Downloaded slog-stdlog v4.1.1 |
| 537 | 2026-02-26T16:14:28.481Z | Downloaded slog-dtrace v0.3.0 |
| 538 | 2026-02-26T16:14:28.481Z | Downloaded slog-async v2.8.0 |
| 539 | 2026-02-26T16:14:28.481Z | Downloaded serde_with_macros v3.16.1 |
| 540 | 2026-02-26T16:14:28.481Z | Downloaded sec1 v0.7.3 |
| 541 | 2026-02-26T16:14:28.481Z | Downloaded sct v0.7.1 |
| 542 | 2026-02-26T16:14:28.481Z | Downloaded scroll_derive v0.13.1 |
| 543 | 2026-02-26T16:14:28.481Z | Downloaded schemars v0.9.0 |
| 544 | 2026-02-26T16:14:28.508Z | Downloaded rustc-demangle v0.1.24 |
| 545 | 2026-02-26T16:14:28.508Z | Downloaded prefix-trie v0.7.0 |
| 546 | 2026-02-26T16:14:28.508Z | Downloaded gimli v0.31.1 |
| 547 | 2026-02-26T16:14:28.535Z | Downloaded smawk v0.3.2 |
| 548 | 2026-02-26T16:14:28.535Z | Downloaded serde_cbor v0.11.2 |
| 549 | 2026-02-26T16:14:28.535Z | Downloaded sapling-renderdag v0.1.0 |
| 550 | 2026-02-26T16:14:28.536Z | Downloaded chrono v0.4.43 |
| 551 | 2026-02-26T16:14:28.536Z | Downloaded slog-bunyan v2.5.0 |
| 552 | 2026-02-26T16:14:28.536Z | Downloaded signal-hook-registry v1.4.2 |
| 553 | 2026-02-26T16:14:28.536Z | Downloaded ron v0.8.1 |
| 554 | 2026-02-26T16:14:28.562Z | Downloaded progenitor-impl v0.10.0 |
| 555 | 2026-02-26T16:14:28.562Z | Downloaded pest_meta v2.8.2 |
| 556 | 2026-02-26T16:14:28.562Z | Downloaded num-bigint v0.4.6 |
| 557 | 2026-02-26T16:14:28.562Z | Downloaded idna v1.0.3 |
| 558 | 2026-02-26T16:14:28.562Z | Downloaded siphasher v1.0.1 |
| 559 | 2026-02-26T16:14:28.562Z | Downloaded sha2 v0.10.9 |
| 560 | 2026-02-26T16:14:28.562Z | Downloaded serde_plain v1.0.2 |
| 561 | 2026-02-26T16:14:28.562Z | Downloaded rustls-native-certs v0.8.1 |
| 562 | 2026-02-26T16:14:28.563Z | Downloaded rust-argon2 v2.1.0 |
| 563 | 2026-02-26T16:14:28.650Z | Downloaded rand_distr v0.5.1 |
| 564 | 2026-02-26T16:14:28.650Z | Downloaded similar-asserts v1.7.0 |
| 565 | 2026-02-26T16:14:28.650Z | Downloaded signal-hook-tokio v0.3.1 |
| 566 | 2026-02-26T16:14:28.650Z | Downloaded serde_urlencoded v0.7.1 |
| 567 | 2026-02-26T16:14:28.650Z | Downloaded serde_repr v0.1.19 |
| 568 | 2026-02-26T16:14:28.650Z | Downloaded rstest v0.25.0 |
| 569 | 2026-02-26T16:14:28.650Z | Downloaded ron v0.7.1 |
| 570 | 2026-02-26T16:14:28.650Z | Downloaded iddqd v0.3.16 |
| 571 | 2026-02-26T16:14:28.678Z | Downloaded goblin v0.10.2 |
| 572 | 2026-02-26T16:14:28.702Z | Downloaded signature v2.2.0 |
| 573 | 2026-02-26T16:14:28.727Z | Downloaded signal-hook-mio v0.2.4 |
| 574 | 2026-02-26T16:14:28.727Z | Downloaded sha1 v0.10.6 |
| 575 | 2026-02-26T16:14:28.727Z | Downloaded serde-untagged v0.1.7 |
| 576 | 2026-02-26T16:14:28.727Z | Downloaded resolv-conf v0.7.0 |
| 577 | 2026-02-26T16:14:28.727Z | Downloaded shell-words v1.1.0 |
| 578 | 2026-02-26T16:14:28.727Z | Downloaded semver v1.0.27 |
| 579 | 2026-02-26T16:14:28.727Z | Downloaded scrypt v0.11.0 |
| 580 | 2026-02-26T16:14:28.727Z | Downloaded scheduled-thread-pool v0.2.7 |
| 581 | 2026-02-26T16:14:28.727Z | Downloaded same-file v1.0.6 |
| 582 | 2026-02-26T16:14:28.727Z | Downloaded ryu v1.0.18 |
| 583 | 2026-02-26T16:14:28.759Z | Downloaded rustls-pki-types v1.14.0 |
| 584 | 2026-02-26T16:14:28.759Z | Downloaded rustc_version v0.1.7 |
| 585 | 2026-02-26T16:14:28.759Z | Downloaded relative-path v1.9.3 |
| 586 | 2026-02-26T16:14:28.759Z | Downloaded serde_spanned v0.6.9 |
| 587 | 2026-02-26T16:14:28.759Z | Downloaded serde_regex v1.1.0 |
| 588 | 2026-02-26T16:14:28.759Z | Downloaded serde_bytes v0.11.19 |
| 589 | 2026-02-26T16:14:28.760Z | Downloaded scroll v0.13.0 |
| 590 | 2026-02-26T16:14:28.760Z | Downloaded scroll v0.12.0 |
| 591 | 2026-02-26T16:14:28.760Z | Downloaded scopeguard v1.2.0 |
| 592 | 2026-02-26T16:14:28.760Z | Downloaded schemars_derive v0.8.22 |
| 593 | 2026-02-26T16:14:28.785Z | Downloaded salsa20 v0.10.2 |
| 594 | 2026-02-26T16:14:28.785Z | Downloaded indexmap v2.13.0 |
| 595 | 2026-02-26T16:14:28.785Z | Downloaded git2 v0.20.2 |
| 596 | 2026-02-26T16:14:28.785Z | Downloaded rusty-fork v0.3.0 |
| 597 | 2026-02-26T16:14:28.785Z | Downloaded rustversion v1.0.22 |
| 598 | 2026-02-26T16:14:28.785Z | Downloaded russh-cryptovec v0.7.3 |
| 599 | 2026-02-26T16:14:28.785Z | Downloaded rand_core v0.9.3 |
| 600 | 2026-02-26T16:14:28.785Z | Downloaded proc-macro2 v1.0.106 |
| 601 | 2026-02-26T16:14:28.811Z | Downloaded omicron-zone-package v0.12.2 |
| 602 | 2026-02-26T16:14:28.811Z | Downloaded seq-macro v0.3.6 |
| 603 | 2026-02-26T16:14:28.811Z | Downloaded semver v0.1.20 |
| 604 | 2026-02-26T16:14:28.811Z | Downloaded secrecy v0.10.3 |
| 605 | 2026-02-26T16:14:28.811Z | Downloaded secrecy v0.8.0 |
| 606 | 2026-02-26T16:14:28.811Z | Downloaded scroll_derive v0.12.0 |
| 607 | 2026-02-26T16:14:28.811Z | Downloaded rustls-pemfile v2.2.0 |
| 608 | 2026-02-26T16:14:28.811Z | Downloaded rustls-pemfile v1.0.4 |
| 609 | 2026-02-26T16:14:28.836Z | Downloaded rustc_version v0.4.1 |
| 610 | 2026-02-26T16:14:28.836Z | Downloaded rustc-hash v2.1.1 |
| 611 | 2026-02-26T16:14:28.836Z | Downloaded rtoolbox v0.0.2 |
| 612 | 2026-02-26T16:14:28.836Z | Downloaded progenitor v0.11.2 |
| 613 | 2026-02-26T16:14:28.862Z | Downloaded pkcs5 v0.7.1 |
| 614 | 2026-02-26T16:14:28.862Z | Downloaded minimal-lexical v0.2.1 |
| 615 | 2026-02-26T16:14:28.862Z | Downloaded itertools v0.13.0 |
| 616 | 2026-02-26T16:14:28.888Z | Downloaded progenitor-impl v0.8.0 |
| 617 | 2026-02-26T16:14:28.888Z | Downloaded polling v3.7.3 |
| 618 | 2026-02-26T16:14:28.888Z | Downloaded pin-project v1.1.6 |
| 619 | 2026-02-26T16:14:28.915Z | Downloaded rand_core v0.6.4 |
| 620 | 2026-02-26T16:14:28.915Z | Downloaded rand_chacha v0.9.0 |
| 621 | 2026-02-26T16:14:28.915Z | Downloaded r2d2 v0.8.10 |
| 622 | 2026-02-26T16:14:28.915Z | Downloaded quote v1.0.44 |
| 623 | 2026-02-26T16:14:28.915Z | Downloaded quinn-udp v0.5.5 |
| 624 | 2026-02-26T16:14:28.915Z | Downloaded psm v0.1.30 |
| 625 | 2026-02-26T16:14:28.940Z | Downloaded proc-macro-error v1.0.4 |
| 626 | 2026-02-26T16:14:28.941Z | Downloaded postgres-types v0.2.9 |
| 627 | 2026-02-26T16:14:28.941Z | Downloaded polyval v0.6.2 |
| 628 | 2026-02-26T16:14:28.941Z | Downloaded papergrid v0.11.0 |
| 629 | 2026-02-26T16:14:28.941Z | Downloaded openssl-sys v0.9.109 |
| 630 | 2026-02-26T16:14:28.967Z | Downloaded progenitor-client v0.13.0 |
| 631 | 2026-02-26T16:14:28.967Z | Downloaded ppv-lite86 v0.2.20 |
| 632 | 2026-02-26T16:14:28.967Z | Downloaded pin-project-lite v0.2.14 |
| 633 | 2026-02-26T16:14:28.967Z | Downloaded papergrid v0.14.0 |
| 634 | 2026-02-26T16:14:28.997Z | Downloaded ref-cast v1.0.25 |
| 635 | 2026-02-26T16:14:28.997Z | Downloaded recursive-proc-macro-impl v0.1.1 |
| 636 | 2026-02-26T16:14:28.997Z | Downloaded predicates v3.1.3 |
| 637 | 2026-02-26T16:14:28.998Z | Downloaded postcard v1.0.10 |
| 638 | 2026-02-26T16:14:28.998Z | Downloaded pkcs1 v0.7.5 |
| 639 | 2026-02-26T16:14:28.998Z | Downloaded pest_derive v2.8.2 |
| 640 | 2026-02-26T16:14:29.023Z | Downloaded libxml v0.3.3 |
| 641 | 2026-02-26T16:14:29.024Z | Downloaded radium v0.7.0 |
| 642 | 2026-02-26T16:14:29.024Z | Downloaded progenitor-macro v0.13.0 |
| 643 | 2026-02-26T16:14:29.024Z | Downloaded progenitor-macro v0.11.2 |
| 644 | 2026-02-26T16:14:29.024Z | Downloaded progenitor-client v0.10.0 |
| 645 | 2026-02-26T16:14:29.024Z | Downloaded papergrid v0.17.0 |
| 646 | 2026-02-26T16:14:29.024Z | Downloaded nom v7.1.3 |
| 647 | 2026-02-26T16:14:29.050Z | Downloaded progenitor-client v0.11.2 |
| 648 | 2026-02-26T16:14:29.050Z | Downloaded progenitor-client v0.8.0 |
| 649 | 2026-02-26T16:14:29.050Z | Downloaded progenitor v0.13.0 |
| 650 | 2026-02-26T16:14:29.050Z | Downloaded progenitor v0.10.0 |
| 651 | 2026-02-26T16:14:29.050Z | Downloaded pin-project-internal v1.1.6 |
| 652 | 2026-02-26T16:14:29.050Z | Downloaded partial-io v0.5.4 |
| 653 | 2026-02-26T16:14:29.050Z | Downloaded proc-macro-error2 v2.0.1 |
| 654 | 2026-02-26T16:14:29.050Z | Downloaded primeorder v0.13.6 |
| 655 | 2026-02-26T16:14:29.075Z | Downloaded predicates-core v1.0.8 |
| 656 | 2026-02-26T16:14:29.075Z | Downloaded precomputed-hash v0.1.1 |
| 657 | 2026-02-26T16:14:29.075Z | Downloaded poly1305 v0.8.0 |
| 658 | 2026-02-26T16:14:29.075Z | Downloaded phf_shared v0.12.1 |
| 659 | 2026-02-26T16:14:29.075Z | Downloaded miniz_oxide v0.8.5 |
| 660 | 2026-02-26T16:14:29.075Z | Downloaded indicatif v0.17.11 |
| 661 | 2026-02-26T16:14:29.075Z | Downloaded hyper-util v0.1.19 |
| 662 | 2026-02-26T16:14:29.075Z | Downloaded predicates-tree v1.0.12 |
| 663 | 2026-02-26T16:14:29.075Z | Downloaded powerfmt v0.2.0 |
| 664 | 2026-02-26T16:14:29.100Z | Downloaded paste v1.0.15 |
| 665 | 2026-02-26T16:14:29.100Z | Downloaded password-hash v0.5.0 |
| 666 | 2026-02-26T16:14:29.100Z | Downloaded parse-display-derive v0.10.0 |
| 667 | 2026-02-26T16:14:29.100Z | Downloaded num-traits v0.2.19 |
| 668 | 2026-02-26T16:14:29.100Z | Downloaded miette v5.10.0 |
| 669 | 2026-02-26T16:14:29.100Z | Downloaded postgres-protocol v0.6.8 |
| 670 | 2026-02-26T16:14:29.100Z | Downloaded piper v0.2.4 |
| 671 | 2026-02-26T16:14:29.100Z | Downloaded phf_shared v0.11.2 |
| 672 | 2026-02-26T16:14:29.100Z | Downloaded password-hash v0.4.2 |
| 673 | 2026-02-26T16:14:29.100Z | Downloaded p256 v0.13.2 |
| 674 | 2026-02-26T16:14:29.125Z | Downloaded owo-colors v4.2.3 |
| 675 | 2026-02-26T16:14:29.126Z | Downloaded log v0.4.29 |
| 676 | 2026-02-26T16:14:29.126Z | Downloaded itertools v0.12.1 |
| 677 | 2026-02-26T16:14:29.126Z | Downloaded itertools v0.10.5 |
| 678 | 2026-02-26T16:14:29.152Z | Downloaded hashbrown v0.16.1 |
| 679 | 2026-02-26T16:14:29.153Z | Downloaded psl-types v2.0.11 |
| 680 | 2026-02-26T16:14:29.153Z | Downloaded progenitor-macro v0.8.0 |
| 681 | 2026-02-26T16:14:29.153Z | Downloaded phf v0.11.2 |
| 682 | 2026-02-26T16:14:29.153Z | Downloaded percent-encoding v2.3.2 |
| 683 | 2026-02-26T16:14:29.153Z | Downloaded path-slash v0.1.5 |
| 684 | 2026-02-26T16:14:29.153Z | Downloaded parse-display v0.10.0 |
| 685 | 2026-02-26T16:14:29.153Z | Downloaded parking_lot v0.12.3 |
| 686 | 2026-02-26T16:14:29.153Z | Downloaded parking_lot v0.11.2 |
| 687 | 2026-02-26T16:14:29.153Z | Downloaded knuffel v3.2.0 |
| 688 | 2026-02-26T16:14:29.153Z | Downloaded jiff-static v0.2.15 |
| 689 | 2026-02-26T16:14:29.189Z | Downloaded pkcs8 v0.10.2 |
| 690 | 2026-02-26T16:14:29.189Z | Downloaded phf v0.12.1 |
| 691 | 2026-02-26T16:14:29.189Z | Downloaded peg-macros v0.8.5 |
| 692 | 2026-02-26T16:14:29.189Z | Downloaded parse-size v1.1.0 |
| 693 | 2026-02-26T16:14:29.189Z | Downloaded oxide-tokio-rt v0.1.2 |
| 694 | 2026-02-26T16:14:29.189Z | Downloaded num-rational v0.4.2 |
| 695 | 2026-02-26T16:14:29.189Z | Downloaded aws-lc-sys v0.37.1 |
| 696 | 2026-02-26T16:14:29.469Z | Downloaded hyper v1.8.1 |
| 697 | 2026-02-26T16:14:29.494Z | Downloaded hashbrown v0.15.4 |
| 698 | 2026-02-26T16:14:29.494Z | Downloaded goblin v0.8.2 |
| 699 | 2026-02-26T16:14:29.494Z | Downloaded proc-macro-error-attr v1.0.4 |
| 700 | 2026-02-26T16:14:29.494Z | Downloaded proc-macro-crate v3.2.0 |
| 701 | 2026-02-26T16:14:29.494Z | Downloaded proc-macro-crate v1.3.1 |
| 702 | 2026-02-26T16:14:29.520Z | Downloaded pretty-hex v0.4.1 |
| 703 | 2026-02-26T16:14:29.520Z | Downloaded pretty-hex v0.2.1 |
| 704 | 2026-02-26T16:14:29.520Z | Downloaded pest_generator v2.8.2 |
| 705 | 2026-02-26T16:14:29.520Z | Downloaded pem-rfc7468 v0.7.0 |
| 706 | 2026-02-26T16:14:29.520Z | Downloaded pem v3.0.5 |
| 707 | 2026-02-26T16:14:29.520Z | Downloaded peg v0.8.5 |
| 708 | 2026-02-26T16:14:29.520Z | Downloaded pbkdf2 v0.11.0 |
| 709 | 2026-02-26T16:14:29.520Z | Downloaded path-tree v0.8.1 |
| 710 | 2026-02-26T16:14:29.520Z | Downloaded owo-colors v3.5.0 |
| 711 | 2026-02-26T16:14:29.520Z | Downloaded ordered-float v2.10.1 |
| 712 | 2026-02-26T16:14:29.520Z | Downloaded num_enum v0.5.11 |
| 713 | 2026-02-26T16:14:29.547Z | Downloaded memchr v2.7.4 |
| 714 | 2026-02-26T16:14:29.547Z | Downloaded litemap v0.7.3 |
| 715 | 2026-02-26T16:14:29.547Z | Downloaded libm v0.2.8 |
| 716 | 2026-02-26T16:14:29.547Z | Downloaded icu_collections v1.5.0 |
| 717 | 2026-02-26T16:14:29.573Z | Downloaded futures-util v0.3.31 |
| 718 | 2026-02-26T16:14:29.573Z | Downloaded crossterm v0.29.0 |
| 719 | 2026-02-26T16:14:29.573Z | Downloaded plotters-backend v0.3.7 |
| 720 | 2026-02-26T16:14:29.599Z | Downloaded oso-derive v0.27.3 |
| 721 | 2026-02-26T16:14:29.599Z | Downloaded openssl-probe v0.1.5 |
| 722 | 2026-02-26T16:14:29.599Z | Downloaded once_cell v1.21.3 |
| 723 | 2026-02-26T16:14:29.599Z | Downloaded num-integer v0.1.46 |
| 724 | 2026-02-26T16:14:29.599Z | Downloaded native-tls v0.2.12 |
| 725 | 2026-02-26T16:14:29.599Z | Downloaded indicatif v0.18.0 |
| 726 | 2026-02-26T16:14:29.599Z | Downloaded hickory-server v0.25.2 |
| 727 | 2026-02-26T16:14:29.599Z | Downloaded hashbrown v0.14.5 |
| 728 | 2026-02-26T16:14:29.630Z | Downloaded guppy v0.17.20 |
| 729 | 2026-02-26T16:14:29.631Z | Downloaded pin-utils v0.1.0 |
| 730 | 2026-02-26T16:14:29.631Z | Downloaded parking_lot_core v0.9.10 |
| 731 | 2026-02-26T16:14:29.631Z | Downloaded parking_lot_core v0.8.6 |
| 732 | 2026-02-26T16:14:29.631Z | Downloaded packed_struct v0.10.1 |
| 733 | 2026-02-26T16:14:29.631Z | Downloaded oxnet v0.1.4 |
| 734 | 2026-02-26T16:14:29.632Z | Downloaded openssl-macros v0.1.1 |
| 735 | 2026-02-26T16:14:29.632Z | Downloaded litrs v0.4.1 |
| 736 | 2026-02-26T16:14:29.632Z | Downloaded hashbrown v0.13.2 |
| 737 | 2026-02-26T16:14:29.632Z | Downloaded pbkdf2 v0.12.2 |
| 738 | 2026-02-26T16:14:29.666Z | Downloaded pathdiff v0.2.3 |
| 739 | 2026-02-26T16:14:29.666Z | Downloaded num_threads v0.1.7 |
| 740 | 2026-02-26T16:14:29.666Z | Downloaded num_enum_derive v0.5.11 |
| 741 | 2026-02-26T16:14:29.666Z | Downloaded newtype-uuid v1.3.2 |
| 742 | 2026-02-26T16:14:29.666Z | Downloaded nanorand v0.7.0 |
| 743 | 2026-02-26T16:14:29.666Z | Downloaded multimap v0.10.1 |
| 744 | 2026-02-26T16:14:29.666Z | Downloaded http v1.4.0 |
| 745 | 2026-02-26T16:14:29.666Z | Downloaded clap_builder v4.5.48 |
| 746 | 2026-02-26T16:14:29.666Z | Downloaded nu-ansi-term v0.50.1 |
| 747 | 2026-02-26T16:14:29.666Z | Downloaded nonempty v0.12.0 |
| 748 | 2026-02-26T16:14:29.667Z | Downloaded nodrop v0.1.14 |
| 749 | 2026-02-26T16:14:29.667Z | Downloaded nibble_vec v0.1.0 |
| 750 | 2026-02-26T16:14:29.667Z | Downloaded nested v0.1.1 |
| 751 | 2026-02-26T16:14:29.667Z | Downloaded memmap2 v0.9.8 |
| 752 | 2026-02-26T16:14:29.667Z | Downloaded knuffel-derive v3.2.0 |
| 753 | 2026-02-26T16:14:29.667Z | Downloaded indexmap v1.9.3 |
| 754 | 2026-02-26T16:14:29.723Z | Downloaded hickory-resolver v0.25.2 |
| 755 | 2026-02-26T16:14:29.723Z | Downloaded hickory-resolver v0.24.4 |
| 756 | 2026-02-26T16:14:29.723Z | Downloaded packed_struct_codegen v0.10.1 |
| 757 | 2026-02-26T16:14:29.723Z | Downloaded num-complex v0.4.6 |
| 758 | 2026-02-26T16:14:29.723Z | Downloaded normalize-line-endings v0.3.0 |
| 759 | 2026-02-26T16:14:29.723Z | Downloaded newtype_derive v0.1.6 |
| 760 | 2026-02-26T16:14:29.723Z | Downloaded newtype-uuid-macros v0.1.0 |
| 761 | 2026-02-26T16:14:29.723Z | Downloaded newline-converter v0.3.0 |
| 762 | 2026-02-26T16:14:29.723Z | Downloaded multer v3.1.0 |
| 763 | 2026-02-26T16:14:29.724Z | Downloaded mime_guess v2.0.5 |
| 764 | 2026-02-26T16:14:29.724Z | Downloaded icu_provider v1.5.0 |
| 765 | 2026-02-26T16:14:29.724Z | Downloaded hashbrown v0.12.3 |
| 766 | 2026-02-26T16:14:29.724Z | Downloaded lock_api v0.4.12 |
| 767 | 2026-02-26T16:14:29.724Z | Downloaded ingot-macros v0.1.1 |
| 768 | 2026-02-26T16:14:29.724Z | Downloaded headers v0.4.1 |
| 769 | 2026-02-26T16:14:29.724Z | Downloaded crossterm v0.28.1 |
| 770 | 2026-02-26T16:14:29.757Z | Downloaded olpc-cjson v0.1.4 |
| 771 | 2026-02-26T16:14:29.757Z | Downloaded miette-derive v5.10.0 |
| 772 | 2026-02-26T16:14:29.758Z | Downloaded memoffset v0.9.1 |
| 773 | 2026-02-26T16:14:29.758Z | Downloaded memmap v0.7.0 |
| 774 | 2026-02-26T16:14:29.758Z | Downloaded md-5 v0.10.6 |
| 775 | 2026-02-26T16:14:29.758Z | Downloaded linear-map v1.2.0 |
| 776 | 2026-02-26T16:14:29.758Z | Downloaded libz-rs-sys v0.5.1 |
| 777 | 2026-02-26T16:14:29.758Z | Downloaded libtest-mimic v0.8.1 |
| 778 | 2026-02-26T16:14:29.758Z | Downloaded libsw v3.5.0 |
| 779 | 2026-02-26T16:14:29.758Z | Downloaded lazy_static v1.5.0 |
| 780 | 2026-02-26T16:14:29.758Z | Downloaded kv-log-macro v1.0.7 |
| 781 | 2026-02-26T16:14:29.758Z | Downloaded jobserver v0.1.32 |
| 782 | 2026-02-26T16:14:29.759Z | Downloaded indoc v2.0.6 |
| 783 | 2026-02-26T16:14:29.759Z | Downloaded icu_normalizer_data v1.5.0 |
| 784 | 2026-02-26T16:14:29.759Z | Downloaded icu_locid v1.5.0 |
| 785 | 2026-02-26T16:14:29.759Z | Downloaded iana-time-zone v0.1.63 |
| 786 | 2026-02-26T16:14:29.786Z | Downloaded der v0.7.10 |
| 787 | 2026-02-26T16:14:29.786Z | Downloaded chacha20poly1305 v0.10.1 |
| 788 | 2026-02-26T16:14:29.786Z | Downloaded maplit v1.0.2 |
| 789 | 2026-02-26T16:14:29.786Z | Downloaded libsw-core v0.3.1 |
| 790 | 2026-02-26T16:14:29.786Z | Downloaded libloading v0.8.5 |
| 791 | 2026-02-26T16:14:29.786Z | Downloaded libefi-sys v0.1.0 |
| 792 | 2026-02-26T16:14:29.786Z | Downloaded itoa v1.0.11 |
| 793 | 2026-02-26T16:14:29.786Z | Downloaded icu_normalizer v1.5.0 |
| 794 | 2026-02-26T16:14:29.786Z | Downloaded num-iter v0.1.45 |
| 795 | 2026-02-26T16:14:29.787Z | Downloaded num-derive v0.4.2 |
| 796 | 2026-02-26T16:14:29.787Z | Downloaded num-derive v0.3.3 |
| 797 | 2026-02-26T16:14:29.787Z | Downloaded num-conv v0.2.0 |
| 798 | 2026-02-26T16:14:29.787Z | Downloaded num v0.4.3 |
| 799 | 2026-02-26T16:14:29.819Z | Downloaded maybe-uninit v2.0.0 |
| 800 | 2026-02-26T16:14:29.819Z | Downloaded match_cfg v0.1.0 |
| 801 | 2026-02-26T16:14:29.820Z | Downloaded libscf-sys v1.1.0 |
| 802 | 2026-02-26T16:14:29.820Z | Downloaded ipnetwork v0.21.1 |
| 803 | 2026-02-26T16:14:29.820Z | Downloaded ingot-types v0.1.2 |
| 804 | 2026-02-26T16:14:29.820Z | Downloaded ignore v0.4.23 |
| 805 | 2026-02-26T16:14:29.820Z | Downloaded hyper-rustls v0.27.7 |
| 806 | 2026-02-26T16:14:29.820Z | Downloaded httparse v1.9.5 |
| 807 | 2026-02-26T16:14:29.820Z | Downloaded flume v0.11.1 |
| 808 | 2026-02-26T16:14:29.820Z | Downloaded macaddr v1.0.1 |
| 809 | 2026-02-26T16:14:29.820Z | Downloaded lzss v0.8.2 |
| 810 | 2026-02-26T16:14:29.820Z | Downloaded lru-slab v0.1.2 |
| 811 | 2026-02-26T16:14:29.820Z | Downloaded lru v0.12.5 |
| 812 | 2026-02-26T16:14:29.820Z | Downloaded lalrpop-util v0.19.12 |
| 813 | 2026-02-26T16:14:29.820Z | Downloaded ingot v0.1.1 |
| 814 | 2026-02-26T16:14:29.861Z | Downloaded icu_properties v1.5.1 |
| 815 | 2026-02-26T16:14:29.861Z | Downloaded icu_locid_transform_data v1.5.0 |
| 816 | 2026-02-26T16:14:29.861Z | Downloaded heapless v0.8.0 |
| 817 | 2026-02-26T16:14:29.862Z | Downloaded lru-cache v0.1.2 |
| 818 | 2026-02-26T16:14:29.862Z | Downloaded lockfree-object-pool v0.1.6 |
| 819 | 2026-02-26T16:14:29.862Z | Downloaded linked-hash-map v0.5.6 |
| 820 | 2026-02-26T16:14:29.862Z | Downloaded kstat-rs v0.2.4 |
| 821 | 2026-02-26T16:14:29.862Z | Downloaded is_terminal_polyfill v1.70.1 |
| 822 | 2026-02-26T16:14:29.862Z | Downloaded is_ci v1.2.0 |
| 823 | 2026-02-26T16:14:29.863Z | Downloaded ipnet v2.11.0 |
| 824 | 2026-02-26T16:14:29.863Z | Downloaded indent_write v2.2.0 |
| 825 | 2026-02-26T16:14:29.863Z | Downloaded humantime v2.2.0 |
| 826 | 2026-02-26T16:14:29.863Z | Downloaded hickory-client v0.25.2 |
| 827 | 2026-02-26T16:14:29.863Z | Downloaded heapless v0.7.17 |
| 828 | 2026-02-26T16:14:29.863Z | Downloaded getrandom v0.2.15 |
| 829 | 2026-02-26T16:14:29.864Z | Downloaded flate2 v1.1.2 |
| 830 | 2026-02-26T16:14:29.898Z | Downloaded diesel_derives v2.2.3 |
| 831 | 2026-02-26T16:14:29.898Z | Downloaded daft-derive v0.1.4 |
| 832 | 2026-02-26T16:14:29.898Z | Downloaded clap v4.5.48 |
| 833 | 2026-02-26T16:14:29.898Z | Downloaded instability v0.3.2 |
| 834 | 2026-02-26T16:14:29.899Z | Downloaded indoc v1.0.9 |
| 835 | 2026-02-26T16:14:29.899Z | Downloaded idna_adapter v1.2.0 |
| 836 | 2026-02-26T16:14:29.899Z | Downloaded half v2.4.1 |
| 837 | 2026-02-26T16:14:29.899Z | Downloaded globset v0.4.15 |
| 838 | 2026-02-26T16:14:29.899Z | Downloaded expectorate v1.2.0 |
| 839 | 2026-02-26T16:14:29.899Z | Downloaded darling_core v0.21.0 |
| 840 | 2026-02-26T16:14:29.899Z | Downloaded instant v0.1.13 |
| 841 | 2026-02-26T16:14:29.963Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 842 | 2026-02-26T16:14:29.963Z | Downloaded icu_locid_transform v1.5.0 |
| 843 | 2026-02-26T16:14:29.963Z | Downloaded hyper-staticfile v0.10.1 |
| 844 | 2026-02-26T16:14:29.963Z | Downloaded hubpack_derive v0.1.1 |
| 845 | 2026-02-26T16:14:29.963Z | Downloaded hubpack v0.1.2 |
| 846 | 2026-02-26T16:14:29.963Z | Downloaded httptest v0.16.3 |
| 847 | 2026-02-26T16:14:29.963Z | Downloaded hmac v0.12.1 |
| 848 | 2026-02-26T16:14:29.963Z | Downloaded hex v0.4.3 |
| 849 | 2026-02-26T16:14:29.963Z | Downloaded heck v0.4.1 |
| 850 | 2026-02-26T16:14:29.963Z | Downloaded guppy-workspace-hack v0.1.0 |
| 851 | 2026-02-26T16:14:29.964Z | Downloaded group v0.13.0 |
| 852 | 2026-02-26T16:14:29.964Z | Downloaded globwalk v0.9.1 |
| 853 | 2026-02-26T16:14:29.964Z | Downloaded futures-task v0.3.31 |
| 854 | 2026-02-26T16:14:29.964Z | Downloaded fancy-regex v0.14.0 |
| 855 | 2026-02-26T16:14:29.964Z | Downloaded crossbeam-epoch v0.9.18 |
| 856 | 2026-02-26T16:14:29.964Z | Downloaded ident_case v1.0.1 |
| 857 | 2026-02-26T16:14:29.964Z | Downloaded httpdate v1.0.3 |
| 858 | 2026-02-26T16:14:29.964Z | Downloaded heck v0.5.0 |
| 859 | 2026-02-26T16:14:29.964Z | Downloaded heck v0.3.3 |
| 860 | 2026-02-26T16:14:29.964Z | Downloaded headers-core v0.3.0 |
| 861 | 2026-02-26T16:14:29.964Z | Downloaded futures-lite v2.3.0 |
| 862 | 2026-02-26T16:14:29.965Z | Downloaded fs_extra v1.3.0 |
| 863 | 2026-02-26T16:14:29.965Z | Downloaded fs-err v2.11.0 |
| 864 | 2026-02-26T16:14:29.965Z | Downloaded foreign-types v0.5.0 |
| 865 | 2026-02-26T16:14:29.965Z | Downloaded derive_more-impl v2.0.1 |
| 866 | 2026-02-26T16:14:29.965Z | Downloaded derive_more v0.99.20 |
| 867 | 2026-02-26T16:14:29.965Z | Downloaded crossbeam-utils v0.8.21 |
| 868 | 2026-02-26T16:14:29.965Z | Downloaded colored v3.0.0 |
| 869 | 2026-02-26T16:14:29.965Z | Downloaded highway v1.3.0 |
| 870 | 2026-02-26T16:14:29.965Z | Downloaded half v1.8.3 |
| 871 | 2026-02-26T16:14:29.965Z | Downloaded ghash v0.5.1 |
| 872 | 2026-02-26T16:14:29.965Z | Downloaded getrandom v0.3.4 |
| 873 | 2026-02-26T16:14:30.002Z | Downloaded gethostname v0.5.0 |
| 874 | 2026-02-26T16:14:30.002Z | Downloaded generic-array v0.14.7 |
| 875 | 2026-02-26T16:14:30.002Z | Downloaded fxhash v0.2.1 |
| 876 | 2026-02-26T16:14:30.002Z | Downloaded futures-timer v3.0.3 |
| 877 | 2026-02-26T16:14:30.002Z | Downloaded futures-macro v0.3.31 |
| 878 | 2026-02-26T16:14:30.002Z | Downloaded futures-executor v0.3.31 |
| 879 | 2026-02-26T16:14:30.002Z | Downloaded futures-core v0.3.32 |
| 880 | 2026-02-26T16:14:30.003Z | Downloaded futures-channel v0.3.31 |
| 881 | 2026-02-26T16:14:30.003Z | Downloaded fs-err v3.1.1 |
| 882 | 2026-02-26T16:14:30.003Z | Downloaded foreign-types-shared v0.1.1 |
| 883 | 2026-02-26T16:14:30.003Z | Downloaded foreign-types-macros v0.2.3 |
| 884 | 2026-02-26T16:14:30.003Z | Downloaded foreign-types v0.3.2 |
| 885 | 2026-02-26T16:14:30.003Z | Downloaded float-ord v0.3.2 |
| 886 | 2026-02-26T16:14:30.003Z | Downloaded fixedbitset v0.4.2 |
| 887 | 2026-02-26T16:14:30.003Z | Downloaded filetime v0.2.26 |
| 888 | 2026-02-26T16:14:30.003Z | Downloaded fastrand v2.1.1 |
| 889 | 2026-02-26T16:14:30.003Z | Downloaded event-listener-strategy v0.5.2 |
| 890 | 2026-02-26T16:14:30.003Z | Downloaded ed25519 v2.2.3 |
| 891 | 2026-02-26T16:14:30.003Z | Downloaded diff v0.1.13 |
| 892 | 2026-02-26T16:14:30.003Z | Downloaded des v0.8.1 |
| 893 | 2026-02-26T16:14:30.003Z | Downloaded crypto-bigint v0.5.5 |
| 894 | 2026-02-26T16:14:30.062Z | Downloaded crc-any v2.5.0 |
| 895 | 2026-02-26T16:14:30.062Z | Downloaded clap_derive v4.5.47 |
| 896 | 2026-02-26T16:14:30.062Z | Downloaded hyper-tls v0.6.0 |
| 897 | 2026-02-26T16:14:30.062Z | Downloaded futures-sink v0.3.31 |
| 898 | 2026-02-26T16:14:30.062Z | Downloaded futures-io v0.3.31 |
| 899 | 2026-02-26T16:14:30.062Z | Downloaded futures v0.3.31 |
| 900 | 2026-02-26T16:14:30.062Z | Downloaded funty v2.0.0 |
| 901 | 2026-02-26T16:14:30.063Z | Downloaded form_urlencoded v1.2.2 |
| 902 | 2026-02-26T16:14:30.063Z | Downloaded foldhash v0.2.0 |
| 903 | 2026-02-26T16:14:30.063Z | Downloaded foldhash v0.1.5 |
| 904 | 2026-02-26T16:14:30.063Z | Downloaded fnv v1.0.7 |
| 905 | 2026-02-26T16:14:30.063Z | Downloaded float-cmp v0.10.0 |
| 906 | 2026-02-26T16:14:30.063Z | Downloaded flagset v0.4.6 |
| 907 | 2026-02-26T16:14:30.063Z | Downloaded fallible-iterator v0.2.0 |
| 908 | 2026-02-26T16:14:30.064Z | Downloaded erased-serde v0.4.6 |
| 909 | 2026-02-26T16:14:30.064Z | Downloaded dropshot v0.16.7 |
| 910 | 2026-02-26T16:14:30.091Z | Downloaded digest v0.10.7 |
| 911 | 2026-02-26T16:14:30.092Z | Downloaded defmt v0.3.8 |
| 912 | 2026-02-26T16:14:30.092Z | Downloaded crossbeam-deque v0.8.5 |
| 913 | 2026-02-26T16:14:30.092Z | Downloaded http-body v1.0.1 |
| 914 | 2026-02-26T16:14:30.092Z | Downloaded hostname v0.4.2 |
| 915 | 2026-02-26T16:14:30.092Z | Downloaded home v0.5.9 |
| 916 | 2026-02-26T16:14:30.092Z | Downloaded hash32 v0.3.1 |
| 917 | 2026-02-26T16:14:30.092Z | Downloaded foreign-types-shared v0.3.1 |
| 918 | 2026-02-26T16:14:30.092Z | Downloaded fixedbitset v0.5.7 |
| 919 | 2026-02-26T16:14:30.092Z | Downloaded find-msvc-tools v0.1.9 |
| 920 | 2026-02-26T16:14:30.093Z | Downloaded ff v0.13.0 |
| 921 | 2026-02-26T16:14:30.093Z | Downloaded fd-lock v4.0.2 |
| 922 | 2026-02-26T16:14:30.093Z | Downloaded event-listener v5.3.1 |
| 923 | 2026-02-26T16:14:30.093Z | Downloaded event-listener v2.5.3 |
| 924 | 2026-02-26T16:14:30.093Z | Downloaded escape8259 v0.5.3 |
| 925 | 2026-02-26T16:14:30.093Z | Downloaded errno v0.3.12 |
| 926 | 2026-02-26T16:14:30.093Z | Downloaded erased-serde v0.3.31 |
| 927 | 2026-02-26T16:14:30.093Z | Downloaded equivalent v1.0.2 |
| 928 | 2026-02-26T16:14:30.093Z | Downloaded document-features v0.2.11 |
| 929 | 2026-02-26T16:14:30.093Z | Downloaded derive_builder_core v0.20.2 |
| 930 | 2026-02-26T16:14:30.094Z | Downloaded derive-ex v0.1.8 |
| 931 | 2026-02-26T16:14:30.094Z | Downloaded datatest-stable v0.3.2 |
| 932 | 2026-02-26T16:14:30.127Z | Downloaded data-encoding v2.9.0 |
| 933 | 2026-02-26T16:14:30.127Z | Downloaded darling v0.20.10 |
| 934 | 2026-02-26T16:14:30.127Z | Downloaded crossbeam-channel v0.5.15 |
| 935 | 2026-02-26T16:14:30.128Z | Downloaded crc8 v0.1.1 |
| 936 | 2026-02-26T16:14:30.128Z | Downloaded concurrent-queue v2.5.0 |
| 937 | 2026-02-26T16:14:30.128Z | Downloaded cobs v0.2.3 |
| 938 | 2026-02-26T16:14:30.128Z | Downloaded ciborium-io v0.2.2 |
| 939 | 2026-02-26T16:14:30.128Z | Downloaded bzip2-sys v0.1.13+1.0.8 |
| 940 | 2026-02-26T16:14:30.193Z | Downloaded hex-literal v0.4.1 |
| 941 | 2026-02-26T16:14:30.193Z | Downloaded hash32 v0.2.1 |
| 942 | 2026-02-26T16:14:30.193Z | Downloaded enum-as-inner v0.6.1 |
| 943 | 2026-02-26T16:14:30.193Z | Downloaded embedded-io v0.6.1 |
| 944 | 2026-02-26T16:14:30.193Z | Downloaded embedded-io v0.4.0 |
| 945 | 2026-02-26T16:14:30.194Z | Downloaded ed25519-dalek v2.1.1 |
| 946 | 2026-02-26T16:14:30.194Z | Downloaded ecdsa v0.16.9 |
| 947 | 2026-02-26T16:14:30.194Z | Downloaded dtrace-parser v0.2.0 |
| 948 | 2026-02-26T16:14:30.194Z | Downloaded doc-comment v0.3.3 |
| 949 | 2026-02-26T16:14:30.194Z | Downloaded defmt-parser v0.3.4 |
| 950 | 2026-02-26T16:14:30.194Z | Downloaded daft v0.1.4 |
| 951 | 2026-02-26T16:14:30.194Z | Downloaded crunchy v0.2.2 |
| 952 | 2026-02-26T16:14:30.194Z | Downloaded convert_case v0.4.0 |
| 953 | 2026-02-26T16:14:30.194Z | Downloaded constant_time_eq v0.3.1 |
| 954 | 2026-02-26T16:14:30.194Z | Downloaded clap_lex v0.7.4 |
| 955 | 2026-02-26T16:14:30.195Z | Downloaded dyn-clone v1.0.20 |
| 956 | 2026-02-26T16:14:30.195Z | Downloaded displaydoc v0.2.5 |
| 957 | 2026-02-26T16:14:30.195Z | Downloaded dirs-sys-next v0.1.2 |
| 958 | 2026-02-26T16:14:30.195Z | Downloaded difflib v0.4.0 |
| 959 | 2026-02-26T16:14:30.195Z | Downloaded derive_more v2.0.1 |
| 960 | 2026-02-26T16:14:30.245Z | Downloaded derive_builder_macro v0.20.2 |
| 961 | 2026-02-26T16:14:30.246Z | Downloaded derive-where v1.5.0 |
| 962 | 2026-02-26T16:14:30.246Z | Downloaded darling_macro v0.21.0 |
| 963 | 2026-02-26T16:14:30.246Z | Downloaded darling_macro v0.20.10 |
| 964 | 2026-02-26T16:14:30.246Z | Downloaded cstr-argument v0.1.2 |
| 965 | 2026-02-26T16:14:30.246Z | Downloaded criterion v0.7.0 |
| 966 | 2026-02-26T16:14:30.246Z | Downloaded convert_case v0.7.1 |
| 967 | 2026-02-26T16:14:30.246Z | Downloaded console v0.15.10 |
| 968 | 2026-02-26T16:14:30.246Z | Downloaded compact_str v0.8.0 |
| 969 | 2026-02-26T16:14:30.246Z | Downloaded colored v2.2.0 |
| 970 | 2026-02-26T16:14:30.246Z | Downloaded colorchoice v1.0.2 |
| 971 | 2026-02-26T16:14:30.247Z | Downloaded cipher v0.4.4 |
| 972 | 2026-02-26T16:14:30.247Z | Downloaded bumpalo v3.16.0 |
| 973 | 2026-02-26T16:14:30.247Z | Downloaded bstr v1.10.0 |
| 974 | 2026-02-26T16:14:30.247Z | Downloaded bindgen v0.71.1 |
| 975 | 2026-02-26T16:14:30.247Z | Downloaded env_logger v0.11.8 |
| 976 | 2026-02-26T16:14:30.247Z | Downloaded env_filter v0.1.2 |
| 977 | 2026-02-26T16:14:30.247Z | Downloaded endian-type v0.1.2 |
| 978 | 2026-02-26T16:14:30.247Z | Downloaded ena v0.14.3 |
| 979 | 2026-02-26T16:14:30.247Z | Downloaded either v1.15.0 |
| 980 | 2026-02-26T16:14:30.247Z | Downloaded dtrace-parser v0.3.0 |
| 981 | 2026-02-26T16:14:30.247Z | Downloaded dropshot-api-manager v0.3.0 |
| 982 | 2026-02-26T16:14:30.247Z | Downloaded dof v0.4.0 |
| 983 | 2026-02-26T16:14:30.247Z | Downloaded diesel_table_macro_syntax v0.2.0 |
| 984 | 2026-02-26T16:14:30.247Z | Downloaded diesel-dtrace v0.4.2 |
| 985 | 2026-02-26T16:14:30.248Z | Downloaded derive_builder v0.20.2 |
| 986 | 2026-02-26T16:14:30.248Z | Downloaded deranged v0.5.3 |
| 987 | 2026-02-26T16:14:30.248Z | Downloaded der_derive v0.7.3 |
| 988 | 2026-02-26T16:14:30.248Z | Downloaded debug-ignore v1.0.5 |
| 989 | 2026-02-26T16:14:30.285Z | Downloaded darling v0.21.0 |
| 990 | 2026-02-26T16:14:30.285Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 991 | 2026-02-26T16:14:30.286Z | Downloaded ctr v0.9.2 |
| 992 | 2026-02-26T16:14:30.286Z | Downloaded csv-core v0.1.11 |
| 993 | 2026-02-26T16:14:30.286Z | Downloaded crucible-workspace-hack v0.1.0 |
| 994 | 2026-02-26T16:14:30.286Z | Downloaded critical-section v1.1.3 |
| 995 | 2026-02-26T16:14:30.286Z | Downloaded clang-sys v1.8.1 |
| 996 | 2026-02-26T16:14:30.286Z | Downloaded ciborium-ll v0.2.2 |
| 997 | 2026-02-26T16:14:30.286Z | Downloaded chumsky v0.9.3 |
| 998 | 2026-02-26T16:14:30.286Z | Downloaded cfg_aliases v0.2.1 |
| 999 | 2026-02-26T16:14:30.286Z | Downloaded cfg_aliases v0.1.1 |
| 1000 | 2026-02-26T16:14:30.286Z | Downloaded dropshot-api-manager-types v0.3.0 |
| 1001 | 2026-02-26T16:14:30.286Z | Downloaded display-error-chain v0.2.2 |
| 1002 | 2026-02-26T16:14:30.286Z | Downloaded dirs-next v2.0.0 |
| 1003 | 2026-02-26T16:14:30.287Z | Downloaded darling_core v0.20.10 |
| 1004 | 2026-02-26T16:14:30.287Z | Downloaded crypto-common v0.1.6 |
| 1005 | 2026-02-26T16:14:30.287Z | Downloaded criterion-plot v0.6.0 |
| 1006 | 2026-02-26T16:14:30.287Z | Downloaded crc32fast v1.4.2 |
| 1007 | 2026-02-26T16:14:30.287Z | Downloaded crc-catalog v2.4.0 |
| 1008 | 2026-02-26T16:14:30.323Z | Downloaded crc v3.2.1 |
| 1009 | 2026-02-26T16:14:30.324Z | Downloaded cpufeatures v0.2.14 |
| 1010 | 2026-02-26T16:14:30.325Z | Downloaded cookie v0.18.1 |
| 1011 | 2026-02-26T16:14:30.325Z | Downloaded const_format_proc_macros v0.2.34 |
| 1012 | 2026-02-26T16:14:30.326Z | Downloaded const_format v0.2.34 |
| 1013 | 2026-02-26T16:14:30.326Z | Downloaded const-oid v0.9.6 |
| 1014 | 2026-02-26T16:14:30.326Z | Downloaded cancel-safe-futures v0.1.5 |
| 1015 | 2026-02-26T16:14:30.326Z | Downloaded dunce v1.0.5 |
| 1016 | 2026-02-26T16:14:30.326Z | Downloaded drift v0.1.3 |
| 1017 | 2026-02-26T16:14:30.326Z | Downloaded ciborium v0.2.2 |
| 1018 | 2026-02-26T16:14:30.326Z | Downloaded cfg-expr v0.20.1 |
| 1019 | 2026-02-26T16:14:30.326Z | Downloaded cargo_metadata v0.21.0 |
| 1020 | 2026-02-26T16:14:30.374Z | Downloaded bzip2 v0.4.4 |
| 1021 | 2026-02-26T16:14:30.374Z | Downloaded block-padding v0.3.3 |
| 1022 | 2026-02-26T16:14:30.374Z | Downloaded blake2 v0.10.6 |
| 1023 | 2026-02-26T16:14:30.374Z | Downloaded bitfield v0.19.2 |
| 1024 | 2026-02-26T16:14:30.374Z | Downloaded base64ct v1.6.0 |
| 1025 | 2026-02-26T16:14:30.374Z | Downloaded backoff v0.4.0 |
| 1026 | 2026-02-26T16:14:30.374Z | Downloaded aws-lc-rs v1.16.0 |
| 1027 | 2026-02-26T16:14:30.374Z | Downloaded async-stream v0.3.6 |
| 1028 | 2026-02-26T16:14:30.374Z | Downloaded corncobs v0.1.4 |
| 1029 | 2026-02-26T16:14:30.375Z | Downloaded console v0.16.0 |
| 1030 | 2026-02-26T16:14:30.375Z | Downloaded cmake v0.1.57 |
| 1031 | 2026-02-26T16:14:30.375Z | Downloaded cfg-if v1.0.4 |
| 1032 | 2026-02-26T16:14:30.375Z | Downloaded cexpr v0.6.0 |
| 1033 | 2026-02-26T16:14:30.375Z | Downloaded cc v1.2.56 |
| 1034 | 2026-02-26T16:14:30.375Z | Downloaded cargo-platform v0.1.8 |
| 1035 | 2026-02-26T16:14:30.375Z | Downloaded bytes v1.11.1 |
| 1036 | 2026-02-26T16:14:30.376Z | Downloaded blake3 v1.5.4 |
| 1037 | 2026-02-26T16:14:30.437Z | Downloaded bitvec v1.0.1 |
| 1038 | 2026-02-26T16:14:30.437Z | Downloaded backtrace v0.3.74 |
| 1039 | 2026-02-26T16:14:30.437Z | Downloaded atomic-waker v1.1.2 |
| 1040 | 2026-02-26T16:14:30.437Z | Downloaded async-std v1.13.0 |
| 1041 | 2026-02-26T16:14:30.513Z | Downloaded aho-corasick v1.1.3 |
| 1042 | 2026-02-26T16:14:30.514Z | Downloaded cargo-util-schemas v0.8.2 |
| 1043 | 2026-02-26T16:14:30.514Z | Downloaded camino v1.2.2 |
| 1044 | 2026-02-26T16:14:30.514Z | Downloaded bzip2 v0.5.2 |
| 1045 | 2026-02-26T16:14:30.514Z | Downloaded blake2b_simd v1.0.2 |
| 1046 | 2026-02-26T16:14:30.514Z | Downloaded bitflags v2.9.4 |
| 1047 | 2026-02-26T16:14:30.515Z | Downloaded bitflags v1.3.2 |
| 1048 | 2026-02-26T16:14:30.515Z | Downloaded bit-vec v0.6.3 |
| 1049 | 2026-02-26T16:14:30.515Z | Downloaded base64 v0.13.1 |
| 1050 | 2026-02-26T16:14:30.515Z | Downloaded backon v1.6.0 |
| 1051 | 2026-02-26T16:14:30.515Z | Downloaded async-trait v0.1.89 |
| 1052 | 2026-02-26T16:14:30.516Z | Downloaded castaway v0.2.3 |
| 1053 | 2026-02-26T16:14:30.516Z | Downloaded cast v0.3.0 |
| 1054 | 2026-02-26T16:14:30.516Z | Downloaded cassowary v0.3.0 |
| 1055 | 2026-02-26T16:14:30.516Z | Downloaded camino-tempfile-ext v0.3.2 |
| 1056 | 2026-02-26T16:14:30.516Z | Downloaded camino-tempfile v1.4.1 |
| 1057 | 2026-02-26T16:14:30.516Z | Downloaded byteorder v1.5.0 |
| 1058 | 2026-02-26T16:14:30.516Z | Downloaded buf-list v1.0.3 |
| 1059 | 2026-02-26T16:14:30.563Z | Downloaded blowfish v0.9.1 |
| 1060 | 2026-02-26T16:14:30.563Z | Downloaded blocking v1.6.1 |
| 1061 | 2026-02-26T16:14:30.563Z | Downloaded bitfield-macros v0.19.2 |
| 1062 | 2026-02-26T16:14:30.563Z | Downloaded bit-vec v0.8.0 |
| 1063 | 2026-02-26T16:14:30.564Z | Downloaded bit-set v0.8.0 |
| 1064 | 2026-02-26T16:14:30.564Z | Downloaded bb8 v0.8.5 |
| 1065 | 2026-02-26T16:14:30.564Z | Downloaded base64 v0.22.1 |
| 1066 | 2026-02-26T16:14:30.564Z | Downloaded base64 v0.21.7 |
| 1067 | 2026-02-26T16:14:30.565Z | Downloaded base16ct v0.2.0 |
| 1068 | 2026-02-26T16:14:30.565Z | Downloaded backtrace-ext v0.2.1 |
| 1069 | 2026-02-26T16:14:30.565Z | Downloaded autocfg v1.4.0 |
| 1070 | 2026-02-26T16:14:30.565Z | Downloaded async-stream-impl v0.3.6 |
| 1071 | 2026-02-26T16:14:30.565Z | Downloaded ar_archive_writer v0.5.1 |
| 1072 | 2026-02-26T16:14:30.565Z | Downloaded anstyle v1.0.11 |
| 1073 | 2026-02-26T16:14:30.565Z | Downloaded aes v0.8.4 |
| 1074 | 2026-02-26T16:14:30.565Z | Downloaded bytecount v0.6.8 |
| 1075 | 2026-02-26T16:14:30.566Z | Downloaded block-buffer v0.10.4 |
| 1076 | 2026-02-26T16:14:30.566Z | Downloaded bitfield-struct v0.6.2 |
| 1077 | 2026-02-26T16:14:30.566Z | Downloaded bcs v0.1.6 |
| 1078 | 2026-02-26T16:14:30.566Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 1079 | 2026-02-26T16:14:30.566Z | Downloaded atty v0.2.14 |
| 1080 | 2026-02-26T16:14:30.566Z | Downloaded atomicwrites v0.4.4 |
| 1081 | 2026-02-26T16:14:30.566Z | Downloaded async-signal v0.2.10 |
| 1082 | 2026-02-26T16:14:30.567Z | Downloaded async-object-pool v0.1.5 |
| 1083 | 2026-02-26T16:14:30.567Z | Downloaded async-lock v3.4.0 |
| 1084 | 2026-02-26T16:14:30.567Z | Downloaded async-channel v2.3.1 |
| 1085 | 2026-02-26T16:14:30.567Z | Downloaded async-attributes v1.1.2 |
| 1086 | 2026-02-26T16:14:30.567Z | Downloaded argon2 v0.5.3 |
| 1087 | 2026-02-26T16:14:30.567Z | Downloaded anstyle-query v1.1.1 |
| 1088 | 2026-02-26T16:14:30.567Z | Downloaded anstyle-parse v0.2.5 |
| 1089 | 2026-02-26T16:14:30.567Z | Downloaded anstream v0.6.18 |
| 1090 | 2026-02-26T16:14:30.567Z | Downloaded ahash v0.8.12 |
| 1091 | 2026-02-26T16:14:30.567Z | Downloaded aes-gcm v0.10.3 |
| 1092 | 2026-02-26T16:14:30.567Z | Downloaded aead v0.5.2 |
| 1093 | 2026-02-26T16:14:30.568Z | Downloaded bit-set v0.5.3 |
| 1094 | 2026-02-26T16:14:30.568Z | Downloaded async-executor v1.13.1 |
| 1095 | 2026-02-26T16:14:30.568Z | Downloaded async-channel v1.9.0 |
| 1096 | 2026-02-26T16:14:30.568Z | Downloaded async-bb8-diesel v0.2.1 |
| 1097 | 2026-02-26T16:14:30.568Z | Downloaded assert_cmd v2.0.17 |
| 1098 | 2026-02-26T16:14:30.568Z | Downloaded assert-json-diff v2.0.2 |
| 1099 | 2026-02-26T16:14:30.568Z | Downloaded ascii-canvas v3.0.0 |
| 1100 | 2026-02-26T16:14:30.568Z | Downloaded arrayref v0.3.9 |
| 1101 | 2026-02-26T16:14:30.568Z | Downloaded array-init v0.0.4 |
| 1102 | 2026-02-26T16:14:30.569Z | Downloaded arc-swap v1.7.1 |
| 1103 | 2026-02-26T16:14:30.569Z | Downloaded cookie_store v0.22.1 |
| 1104 | 2026-02-26T16:14:30.569Z | Downloaded chacha20 v0.9.1 |
| 1105 | 2026-02-26T16:14:30.569Z | Downloaded async-recursion v1.1.1 |
| 1106 | 2026-02-26T16:14:30.607Z | Downloaded arrayvec v0.7.6 |
| 1107 | 2026-02-26T16:14:30.607Z | Downloaded anes v0.1.6 |
| 1108 | 2026-02-26T16:14:30.607Z | Downloaded async-io v2.3.4 |
| 1109 | 2026-02-26T16:14:30.607Z | Downloaded async-global-executor v2.4.1 |
| 1110 | 2026-02-26T16:14:30.607Z | Downloaded assert_matches v1.5.0 |
| 1111 | 2026-02-26T16:14:30.607Z | Downloaded approx v0.5.1 |
| 1112 | 2026-02-26T16:14:30.608Z | Downloaded anyhow v1.0.99 |
| 1113 | 2026-02-26T16:14:30.608Z | Downloaded addr2line v0.24.2 |
| 1114 | 2026-02-26T16:14:30.979Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 1115 | 2026-02-26T16:14:47.805Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 1116 | 2026-02-26T16:15:00.831Z | Startup: Caching catalogs ... Done |
| 1117 | 2026-02-26T16:15:29.529Z | Planning: Solver setup ... Done (26.416s) |
| 1118 | 2026-02-26T16:15:29.720Z | Planning: Running solver ... Done (0.191s) |
| 1119 | 2026-02-26T16:15:29.866Z | Planning: Finding local manifests ... Done (0.002s) |
| 1120 | 2026-02-26T16:15:29.944Z | Planning: Fetching manifests: 0/4 0% complete |
| 1121 | 2026-02-26T16:15:30.377Z | Planning: Fetching manifests: 4/4 100% complete |
| 1122 | 2026-02-26T16:15:30.435Z | Planning: Package planning ... Done (0.057s) |
| 1123 | 2026-02-26T16:15:30.494Z | Planning: Merging actions ... Done (0.059s) |
| 1124 | 2026-02-26T16:15:30.845Z | Planning: Checking for conflicting actions ... Done (0.351s) |
| 1125 | 2026-02-26T16:15:30.869Z | Planning: Consolidating action changes ... Done (0.014s) |
| 1126 | 2026-02-26T16:15:31.526Z | Planning: Evaluating mediators ... Done (0.666s) |
| 1127 | 2026-02-26T16:15:31.550Z | Planning: Planning completed in 30.58 seconds |
| 1128 | 2026-02-26T16:15:31.575Z | Packages to install: 4 |
| 1129 | 2026-02-26T16:15:31.575Z | Mediators to change: 2 |
| 1130 | 2026-02-26T16:15:31.575Z | Services to change: 1 |
| 1131 | 2026-02-26T16:15:31.575Z | Estimated space available: 154.45 GB |
| 1132 | 2026-02-26T16:15:31.575Z | Estimated space to be consumed: 1.81 GB |
| 1133 | 2026-02-26T16:15:31.575Z | Create boot environment: No |
| 1134 | 2026-02-26T16:15:31.575Z | Create backup boot environment: No |
| 1135 | 2026-02-26T16:15:31.575Z | Rebuild boot archive: No |
| 1136 | 2026-02-26T16:15:31.575Z | |
| 1137 | 2026-02-26T16:15:31.575Z | Changed mediators: |
| 1138 | 2026-02-26T16:15:31.576Z | mediator clang: |
| 1139 | 2026-02-26T16:15:31.576Z | version: None -> 15 (system default) |
| 1140 | 2026-02-26T16:15:31.576Z | |
| 1141 | 2026-02-26T16:15:31.576Z | mediator llvm: |
| 1142 | 2026-02-26T16:15:31.576Z | version: 14 (system default) -> 15 (system default) |
| 1143 | 2026-02-26T16:15:31.576Z | |
| 1144 | 2026-02-26T16:15:31.576Z | Changed packages: |
| 1145 | 2026-02-26T16:15:31.576Z | helios-dev |
| 1146 | 2026-02-26T16:15:31.576Z | developer/build-essential |
| 1147 | 2026-02-26T16:15:31.576Z | None -> 11-2.0 |
| 1148 | 2026-02-26T16:15:31.576Z | library/libxmlsec1 |
| 1149 | 2026-02-26T16:15:31.576Z | None -> 1.2.35-2.0 |
| 1150 | 2026-02-26T16:15:31.576Z | ooce/developer/clang-15 |
| 1151 | 2026-02-26T16:15:31.576Z | None -> 15.0.7-2.0 |
| 1152 | 2026-02-26T16:15:31.576Z | ooce/developer/llvm-15 |
| 1153 | 2026-02-26T16:15:31.576Z | None -> 15.0.7-2.0 |
| 1154 | 2026-02-26T16:15:31.576Z | |
| 1155 | 2026-02-26T16:15:31.576Z | Services: |
| 1156 | 2026-02-26T16:15:31.576Z | restart_fmri: |
| 1157 | 2026-02-26T16:15:31.576Z | svc:/system/update-man-index:default |
| 1158 | 2026-02-26T16:15:31.608Z | |
| 1159 | 2026-02-26T16:15:31.608Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 1160 | 2026-02-26T16:15:36.622Z | Download: 1198/3290 items 82.0/212.6MB 38% complete (16.8M/s) |
| 1161 | 2026-02-26T16:15:41.623Z | Download: 3154/3290 items 136.1/212.6MB 64% complete (13.5M/s) |
| 1162 | 2026-02-26T16:15:46.630Z | Download: 3283/3290 items 210.5/212.6MB 99% complete (12.8M/s) |
| 1163 | 2026-02-26T16:15:47.572Z | Download: Completed 212.60 MB in 15.96 seconds (13.3M/s) |
| 1164 | 2026-02-26T16:15:47.754Z | Actions: 1/3689 actions (Installing new actions) |
| 1165 | 2026-02-26T16:15:52.915Z | Actions: 2837/3689 actions (Installing new actions) |
| 1166 | 2026-02-26T16:15:53.328Z | Actions: Completed 3689 actions in 5.57 seconds. |
| 1167 | 2026-02-26T16:15:53.967Z | Done (0.634s) |
| 1168 | 2026-02-26T16:15:53.967Z | Done (0.000s) |
| 1169 | 2026-02-26T16:15:55.284Z | Done (1.317s) |
| 1170 | 2026-02-26T16:16:00.116Z | Done (4.584s) |
| 1171 | 2026-02-26T16:16:00.210Z | Done (0.019s) |
| 1172 | 2026-02-26T16:16:00.235Z | Done (0.000s) |
| 1173 | 2026-02-26T16:16:00.387Z | Done (0.000s) |
| 1174 | 2026-02-26T16:16:01.446Z | Planning: Evaluating mediator changes ... Done |
| 1175 | 2026-02-26T16:16:01.700Z | Planning: Checking for conflicting actions ... Done |
| 1176 | 2026-02-26T16:16:01.724Z | Planning: Consolidating action changes ... Done |
| 1177 | 2026-02-26T16:16:02.035Z | Planning: Evaluating mediators ... Done |
| 1178 | 2026-02-26T16:16:02.060Z | Planning: Planning completed in 0.59 seconds |
| 1179 | 2026-02-26T16:16:02.085Z | Mediators to change: 2 |
| 1180 | 2026-02-26T16:16:02.085Z | Create boot environment: No |
| 1181 | 2026-02-26T16:16:02.085Z | Create backup boot environment: No |
| 1182 | 2026-02-26T16:16:02.131Z | Done |
| 1183 | 2026-02-26T16:16:02.131Z | Done |
| 1184 | 2026-02-26T16:16:03.203Z | Done |
| 1185 | 2026-02-26T16:16:07.698Z | Done |
| 1186 | 2026-02-26T16:16:07.794Z | Done |
| 1187 | 2026-02-26T16:16:07.794Z | Done |
| 1188 | 2026-02-26T16:16:07.851Z | Done |
| 1189 | 2026-02-26T16:16:08.592Z | Planning: Evaluating mediator changes ... Done |
| 1190 | 2026-02-26T16:16:08.618Z | Planning: Merging actions ... Done |
| 1191 | 2026-02-26T16:16:08.832Z | Planning: Checking for conflicting actions ... Done |
| 1192 | 2026-02-26T16:16:08.858Z | Planning: Consolidating action changes ... Done |
| 1193 | 2026-02-26T16:16:09.163Z | Planning: Evaluating mediators ... Done |
| 1194 | 2026-02-26T16:16:09.230Z | Planning: Planning completed in 0.94 seconds |
| 1195 | 2026-02-26T16:16:09.271Z | Packages to change: 1 |
| 1196 | 2026-02-26T16:16:09.271Z | Mediators to change: 1 |
| 1197 | 2026-02-26T16:16:09.271Z | Services to change: 1 |
| 1198 | 2026-02-26T16:16:09.271Z | Create boot environment: No |
| 1199 | 2026-02-26T16:16:09.271Z | Create backup boot environment: Yes |
| 1200 | 2026-02-26T16:16:11.270Z | Actions: 1/6 actions (Updating modified actions) |
| 1201 | 2026-02-26T16:16:11.295Z | Actions: Completed 6 actions in 0.00 seconds. |
| 1202 | 2026-02-26T16:16:11.295Z | Done |
| 1203 | 2026-02-26T16:16:11.295Z | Done |
| 1204 | 2026-02-26T16:16:11.541Z | Done |
| 1205 | 2026-02-26T16:16:15.868Z | Done |
| 1206 | 2026-02-26T16:16:15.967Z | Done |
| 1207 | 2026-02-26T16:16:15.992Z | Done |
| 1208 | 2026-02-26T16:16:16.093Z | Done |
| 1209 | 2026-02-26T16:16:16.661Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 1210 | 2026-02-26T16:16:16.661Z | clang system 15 system |
| 1211 | 2026-02-26T16:16:16.661Z | csh system system illumos |
| 1212 | 2026-02-26T16:16:16.661Z | ctags system system illumos |
| 1213 | 2026-02-26T16:16:16.661Z | file system system illumos |
| 1214 | 2026-02-26T16:16:16.661Z | gcc vendor 12 vendor |
| 1215 | 2026-02-26T16:16:16.661Z | gcc system 10 system |
| 1216 | 2026-02-26T16:16:16.661Z | gcc system 7 system |
| 1217 | 2026-02-26T16:16:16.661Z | go system 1.20 system |
| 1218 | 2026-02-26T16:16:16.661Z | go system 1.19 system |
| 1219 | 2026-02-26T16:16:16.661Z | llvm system 15 system |
| 1220 | 2026-02-26T16:16:16.661Z | llvm system 14 system |
| 1221 | 2026-02-26T16:16:16.661Z | mariadb system 10.6 system |
| 1222 | 2026-02-26T16:16:16.661Z | mta vendor vendor dma |
| 1223 | 2026-02-26T16:16:16.661Z | openjdk system 17 system |
| 1224 | 2026-02-26T16:16:16.661Z | openjdk system 11 system |
| 1225 | 2026-02-26T16:16:16.661Z | openjdk system 1.8 system |
| 1226 | 2026-02-26T16:16:16.661Z | openssl vendor 3 vendor |
| 1227 | 2026-02-26T16:16:16.661Z | perl system 5.36 system |
| 1228 | 2026-02-26T16:16:16.661Z | postgresql system 15 system |
| 1229 | 2026-02-26T16:16:16.662Z | postgresql system 13 system |
| 1230 | 2026-02-26T16:16:16.662Z | python vendor 3 vendor |
| 1231 | 2026-02-26T16:16:16.662Z | python system 2 system |
| 1232 | 2026-02-26T16:16:16.662Z | python3 system 3.11 system |
| 1233 | 2026-02-26T16:16:16.662Z | ruby system 3.0 system |
| 1234 | 2026-02-26T16:16:16.662Z | words vendor vendor american-english |
| 1235 | 2026-02-26T16:16:16.662Z | words system system australian-english |
| 1236 | 2026-02-26T16:16:16.662Z | words system system british-english |
| 1237 | 2026-02-26T16:16:16.662Z | words system system canadian-english |
| 1238 | 2026-02-26T16:16:16.662Z | words system system french |
| 1239 | 2026-02-26T16:16:16.662Z | words system system italian |
| 1240 | 2026-02-26T16:16:16.662Z | words system system ngerman |
| 1241 | 2026-02-26T16:16:16.662Z | words system system ogerman |
| 1242 | 2026-02-26T16:16:16.662Z | words system system spanish |
| 1243 | 2026-02-26T16:16:17.047Z | PUBLISHER TYPE STATUS P LOCATION |
| 1244 | 2026-02-26T16:16:17.047Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 1245 | 2026-02-26T16:16:24.960Z | FMRI IFO |
| 1246 | 2026-02-26T16:16:24.961Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 1247 | 2026-02-26T16:16:24.961Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 1248 | 2026-02-26T16:16:24.961Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 1249 | 2026-02-26T16:16:24.961Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 1250 | 2026-02-26T16:16:24.961Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 1251 | 2026-02-26T16:16:24.961Z | pkg://helios-dev/ooce/developer/cmake@3.26.4-2.0:20230623T130003Z i-- |
| 1252 | 2026-02-26T16:16:24.961Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 1253 | 2026-02-26T16:16:24.961Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z i-- |
| 1254 | 2026-02-26T16:16:24.961Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
| 1255 | 2026-02-26T16:16:24.961Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 1256 | 2026-02-26T16:16:24.961Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z i-- |
| 1257 | 2026-02-26T16:16:24.961Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z --- |
| 1258 | 2026-02-26T16:16:24.961Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 1259 | 2026-02-26T16:16:24.961Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z i-- |
| 1260 | 2026-02-26T16:16:24.961Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z --- |
| 1261 | 2026-02-26T16:16:24.961Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 1262 | 2026-02-26T16:16:27.021Z | Downloading crates ... |
| 1263 | 2026-02-26T16:16:27.130Z | Downloaded cargo_toml v0.21.0 |
| 1264 | 2026-02-26T16:16:27.220Z | Compiling proc-macro2 v1.0.106 |
| 1265 | 2026-02-26T16:16:27.245Z | Compiling quote v1.0.44 |
| 1266 | 2026-02-26T16:16:27.245Z | Compiling unicode-ident v1.0.24 |
| 1267 | 2026-02-26T16:16:27.245Z | Compiling serde_core v1.0.228 |
| 1268 | 2026-02-26T16:16:27.245Z | Compiling version_check v0.9.5 |
| 1269 | 2026-02-26T16:16:27.245Z | Compiling serde v1.0.228 |
| 1270 | 2026-02-26T16:16:27.245Z | Compiling libc v0.2.180 |
| 1271 | 2026-02-26T16:16:27.245Z | Compiling memchr v2.7.4 |
| 1272 | 2026-02-26T16:16:27.549Z | Compiling stable_deref_trait v1.2.0 |
| 1273 | 2026-02-26T16:16:27.667Z | Compiling thiserror v2.0.18 |
| 1274 | 2026-02-26T16:16:27.894Z | Compiling zmij v1.0.15 |
| 1275 | 2026-02-26T16:16:27.919Z | Compiling itoa v1.0.11 |
| 1276 | 2026-02-26T16:16:28.004Z | Compiling ucd-trie v0.1.7 |
| 1277 | 2026-02-26T16:16:28.467Z | Compiling litemap v0.7.3 |
| 1278 | 2026-02-26T16:16:28.584Z | Compiling autocfg v1.4.0 |
| 1279 | 2026-02-26T16:16:28.635Z | Compiling thiserror v1.0.69 |
| 1280 | 2026-02-26T16:16:28.758Z | Compiling writeable v0.5.5 |
| 1281 | 2026-02-26T16:16:29.252Z | Compiling errno v0.3.12 |
| 1282 | 2026-02-26T16:16:29.394Z | Compiling bitflags v2.9.4 |
| 1283 | 2026-02-26T16:16:29.419Z | Compiling byteorder v1.5.0 |
| 1284 | 2026-02-26T16:16:29.444Z | Compiling icu_locid_transform_data v1.5.0 |
| 1285 | 2026-02-26T16:16:29.569Z | Compiling icu_properties_data v1.5.0 |
| 1286 | 2026-02-26T16:16:29.738Z | Compiling syn v2.0.117 |
| 1287 | 2026-02-26T16:16:29.764Z | Compiling serde_json v1.0.149 |
| 1288 | 2026-02-26T16:16:29.789Z | Compiling num-traits v0.2.19 |
| 1289 | 2026-02-26T16:16:29.816Z | Compiling write16 v1.0.0 |
| 1290 | 2026-02-26T16:16:29.855Z | Compiling icu_normalizer_data v1.5.0 |
| 1291 | 2026-02-26T16:16:29.946Z | Compiling utf16_iter v1.0.5 |
| 1292 | 2026-02-26T16:16:29.970Z | Compiling hashbrown v0.16.1 |
| 1293 | 2026-02-26T16:16:30.073Z | Compiling utf8_iter v1.0.4 |
| 1294 | 2026-02-26T16:16:30.110Z | Compiling equivalent v1.0.2 |
| 1295 | 2026-02-26T16:16:30.163Z | Compiling rustix v0.38.37 |
| 1296 | 2026-02-26T16:16:30.240Z | Compiling smallvec v1.15.1 |
| 1297 | 2026-02-26T16:16:30.273Z | Compiling typeid v1.0.3 |
| 1298 | 2026-02-26T16:16:30.763Z | Compiling proc-macro-error-attr v1.0.4 |
| 1299 | 2026-02-26T16:16:30.872Z | Compiling usdt-impl v0.5.0 |
| 1300 | 2026-02-26T16:16:30.897Z | Compiling toml_write v0.1.2 |
| 1301 | 2026-02-26T16:16:31.121Z | Compiling indexmap v2.13.0 |
| 1302 | 2026-02-26T16:16:31.181Z | Compiling syn v1.0.109 |
| 1303 | 2026-02-26T16:16:31.291Z | Compiling winnow v0.7.14 |
| 1304 | 2026-02-26T16:16:31.494Z | Compiling thread-id v4.2.2 |
| 1305 | 2026-02-26T16:16:32.202Z | Compiling proc-macro-error v1.0.4 |
| 1306 | 2026-02-26T16:16:32.473Z | Compiling rustix v1.1.3 |
| 1307 | 2026-02-26T16:16:32.524Z | Compiling log v0.4.29 |
| 1308 | 2026-02-26T16:16:32.832Z | Compiling percent-encoding v2.3.2 |
| 1309 | 2026-02-26T16:16:32.862Z | Compiling plain v0.2.3 |
| 1310 | 2026-02-26T16:16:33.103Z | Compiling utf8parse v0.2.2 |
| 1311 | 2026-02-26T16:16:33.128Z | Compiling camino v1.2.2 |
| 1312 | 2026-02-26T16:16:33.153Z | Compiling getrandom v0.3.4 |
| 1313 | 2026-02-26T16:16:33.284Z | Compiling anstyle-parse v0.2.5 |
| 1314 | 2026-02-26T16:16:33.559Z | Compiling form_urlencoded v1.2.2 |
| 1315 | 2026-02-26T16:16:33.614Z | Compiling ordered-float v2.10.1 |
| 1316 | 2026-02-26T16:16:33.707Z | Compiling terminal_size v0.4.0 |
| 1317 | 2026-02-26T16:16:34.191Z | Compiling pretty-hex v0.4.1 |
| 1318 | 2026-02-26T16:16:34.367Z | Compiling anstyle v1.0.11 |
| 1319 | 2026-02-26T16:16:34.401Z | Compiling cfg-if v1.0.4 |
| 1320 | 2026-02-26T16:16:34.467Z | Compiling is_terminal_polyfill v1.70.1 |
| 1321 | 2026-02-26T16:16:34.513Z | Compiling anstyle-query v1.1.1 |
| 1322 | 2026-02-26T16:16:34.600Z | Compiling colorchoice v1.0.2 |
| 1323 | 2026-02-26T16:16:34.794Z | Compiling anstream v0.6.18 |
| 1324 | 2026-02-26T16:16:34.890Z | Compiling semver v1.0.27 |
| 1325 | 2026-02-26T16:16:35.369Z | Compiling fs-err v3.1.1 |
| 1326 | 2026-02-26T16:16:35.508Z | Compiling unicode-xid v0.2.6 |
| 1327 | 2026-02-26T16:16:35.533Z | Compiling clap_lex v0.7.4 |
| 1328 | 2026-02-26T16:16:35.533Z | Compiling heck v0.5.0 |
| 1329 | 2026-02-26T16:16:35.668Z | Compiling fnv v1.0.7 |
| 1330 | 2026-02-26T16:16:35.718Z | Compiling once_cell v1.21.3 |
| 1331 | 2026-02-26T16:16:35.825Z | Compiling heck v0.4.1 |
| 1332 | 2026-02-26T16:16:35.955Z | Compiling synstructure v0.13.1 |
| 1333 | 2026-02-26T16:16:36.026Z | Compiling fastrand v2.1.1 |
| 1334 | 2026-02-26T16:16:36.166Z | Compiling unicode-width v0.1.14 |
| 1335 | 2026-02-26T16:16:36.286Z | Compiling bytecount v0.6.8 |
| 1336 | 2026-02-26T16:16:36.590Z | Compiling anyhow v1.0.99 |
| 1337 | 2026-02-26T16:16:36.678Z | Compiling strsim v0.11.1 |
| 1338 | 2026-02-26T16:16:36.827Z | Compiling papergrid v0.11.0 |
| 1339 | 2026-02-26T16:16:37.053Z | Compiling clap_builder v4.5.48 |
| 1340 | 2026-02-26T16:16:37.319Z | Compiling tempfile v3.24.0 |
| 1341 | 2026-02-26T16:16:37.491Z | Compiling memmap v0.7.0 |
| 1342 | 2026-02-26T16:16:37.517Z | Compiling unicode-linebreak v0.1.5 |
| 1343 | 2026-02-26T16:16:37.790Z | Compiling unicode-width v0.2.0 |
| 1344 | 2026-02-26T16:16:37.967Z | Compiling smawk v0.3.2 |
| 1345 | 2026-02-26T16:16:38.088Z | Compiling camino-tempfile v1.4.1 |
| 1346 | 2026-02-26T16:16:38.289Z | Compiling textwrap v0.16.2 |
| 1347 | 2026-02-26T16:16:38.715Z | Compiling tabled_derive v0.7.0 |
| 1348 | 2026-02-26T16:16:38.878Z | Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 1349 | 2026-02-26T16:16:39.003Z | Compiling swrite v0.1.0 |
| 1350 | 2026-02-26T16:16:39.685Z | Compiling serde_derive v1.0.228 |
| 1351 | 2026-02-26T16:16:39.685Z | Compiling zerofrom-derive v0.1.4 |
| 1352 | 2026-02-26T16:16:39.710Z | Compiling yoke-derive v0.7.4 |
| 1353 | 2026-02-26T16:16:39.735Z | Compiling thiserror-impl v2.0.18 |
| 1354 | 2026-02-26T16:16:39.735Z | Compiling zerovec-derive v0.10.3 |
| 1355 | 2026-02-26T16:16:40.110Z | Compiling displaydoc v0.2.5 |
| 1356 | 2026-02-26T16:16:41.694Z | Compiling thiserror-impl v1.0.69 |
| 1357 | 2026-02-26T16:16:41.992Z | Compiling icu_provider_macros v1.5.0 |
| 1358 | 2026-02-26T16:16:42.233Z | Compiling zerocopy-derive v0.7.35 |
| 1359 | 2026-02-26T16:16:42.934Z | Compiling pest v2.8.2 |
| 1360 | 2026-02-26T16:16:42.959Z | Compiling zerofrom v0.1.4 |
| 1361 | 2026-02-26T16:16:43.028Z | Compiling scroll_derive v0.12.0 |
| 1362 | 2026-02-26T16:16:43.212Z | Compiling yoke v0.7.4 |
| 1363 | 2026-02-26T16:16:43.599Z | Compiling zerovec v0.10.4 |
| 1364 | 2026-02-26T16:16:44.022Z | Compiling zerocopy v0.7.35 |
| 1365 | 2026-02-26T16:16:44.166Z | Compiling clap_derive v4.5.47 |
| 1366 | 2026-02-26T16:16:44.311Z | Compiling scroll v0.12.0 |
| 1367 | 2026-02-26T16:16:44.521Z | Compiling tabled v0.15.0 |
| 1368 | 2026-02-26T16:16:44.813Z | Compiling goblin v0.8.2 |
| 1369 | 2026-02-26T16:16:45.196Z | Compiling tinystr v0.7.6 |
| 1370 | 2026-02-26T16:16:45.252Z | Compiling icu_collections v1.5.0 |
| 1371 | 2026-02-26T16:16:45.485Z | Compiling pest_meta v2.8.2 |
| 1372 | 2026-02-26T16:16:45.563Z | Compiling icu_locid v1.5.0 |
| 1373 | 2026-02-26T16:16:46.906Z | Compiling icu_provider v1.5.0 |
| 1374 | 2026-02-26T16:16:47.094Z | Compiling pest_generator v2.8.2 |
| 1375 | 2026-02-26T16:16:47.224Z | Compiling serde_spanned v0.6.9 |
| 1376 | 2026-02-26T16:16:47.465Z | Compiling toml_datetime v0.6.11 |
| 1377 | 2026-02-26T16:16:47.571Z | Compiling icu_locid_transform v1.5.0 |
| 1378 | 2026-02-26T16:16:47.595Z | Compiling dof v0.3.0 |
| 1379 | 2026-02-26T16:16:47.809Z | Compiling toml_edit v0.22.27 |
| 1380 | 2026-02-26T16:16:47.954Z | Compiling serde_tokenstream v0.2.3 |
| 1381 | 2026-02-26T16:16:48.379Z | Compiling erased-serde v0.4.6 |
| 1382 | 2026-02-26T16:16:48.526Z | Compiling serde-value v0.7.0 |
| 1383 | 2026-02-26T16:16:48.631Z | Compiling cargo-platform v0.2.0 |
| 1384 | 2026-02-26T16:16:49.117Z | Compiling icu_properties v1.5.1 |
| 1385 | 2026-02-26T16:16:49.232Z | Compiling serde-untagged v0.1.7 |
| 1386 | 2026-02-26T16:16:49.373Z | Compiling clap v4.5.48 |
| 1387 | 2026-02-26T16:16:49.406Z | Compiling pest_derive v2.8.2 |
| 1388 | 2026-02-26T16:16:49.497Z | Compiling macaddr v1.0.1 |
| 1389 | 2026-02-26T16:16:50.073Z | Compiling dtrace-parser v0.2.0 |
| 1390 | 2026-02-26T16:16:51.022Z | Compiling toml v0.8.23 |
| 1391 | 2026-02-26T16:16:51.851Z | Compiling cargo_toml v0.21.0 |
| 1392 | 2026-02-26T16:16:51.928Z | Compiling usdt-attr-macro v0.5.0 |
| 1393 | 2026-02-26T16:16:52.061Z | Compiling usdt-macro v0.5.0 |
| 1394 | 2026-02-26T16:16:52.537Z | Compiling icu_normalizer v1.5.0 |
| 1395 | 2026-02-26T16:16:53.052Z | Compiling usdt v0.5.0 |
| 1396 | 2026-02-26T16:16:53.309Z | Compiling idna_adapter v1.2.0 |
| 1397 | 2026-02-26T16:16:53.471Z | Compiling idna v1.0.3 |
| 1398 | 2026-02-26T16:16:53.982Z | Compiling url v2.5.4 |
| 1399 | 2026-02-26T16:16:54.723Z | Compiling cargo-util-schemas v0.8.2 |
| 1400 | 2026-02-26T16:16:56.487Z | Compiling cargo_metadata v0.21.0 |
| 1401 | 2026-02-26T16:16:58.523Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 1402 | 2026-02-26T16:17:02.633Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.68s |
| 1403 | 2026-02-26T16:17:02.708Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1404 | 2026-02-26T16:17:04.185Z | Compiling find-msvc-tools v0.1.9 |
| 1405 | 2026-02-26T16:17:04.185Z | Compiling shlex v1.3.0 |
| 1406 | 2026-02-26T16:17:04.210Z | Compiling value-bag v1.12.0 |
| 1407 | 2026-02-26T16:17:04.210Z | Compiling smallvec v1.15.1 |
| 1408 | 2026-02-26T16:17:04.210Z | Compiling typenum v1.17.0 |
| 1409 | 2026-02-26T16:17:04.210Z | Compiling syn v2.0.117 |
| 1410 | 2026-02-26T16:17:04.210Z | Compiling getrandom v0.2.15 |
| 1411 | 2026-02-26T16:17:04.235Z | Compiling jobserver v0.1.32 |
| 1412 | 2026-02-26T16:17:04.661Z | Compiling log v0.4.29 |
| 1413 | 2026-02-26T16:17:04.686Z | Compiling cc v1.2.56 |
| 1414 | 2026-02-26T16:17:04.710Z | Compiling rand_core v0.6.4 |
| 1415 | 2026-02-26T16:17:04.711Z | Compiling generic-array v0.14.7 |
| 1416 | 2026-02-26T16:17:04.761Z | Compiling lock_api v0.4.12 |
| 1417 | 2026-02-26T16:17:04.891Z | Compiling scopeguard v1.2.0 |
| 1418 | 2026-02-26T16:17:05.066Z | Compiling subtle v2.6.1 |
| 1419 | 2026-02-26T16:17:05.131Z | Compiling portable-atomic v1.11.0 |
| 1420 | 2026-02-26T16:17:05.182Z | Compiling critical-section v1.1.3 |
| 1421 | 2026-02-26T16:17:05.316Z | Compiling const-oid v0.9.6 |
| 1422 | 2026-02-26T16:17:05.352Z | Compiling serde_json v1.0.149 |
| 1423 | 2026-02-26T16:17:05.403Z | Compiling getrandom v0.3.4 |
| 1424 | 2026-02-26T16:17:05.622Z | Compiling pin-project-lite v0.2.14 |
| 1425 | 2026-02-26T16:17:05.682Z | Compiling parking_lot_core v0.9.10 |
| 1426 | 2026-02-26T16:17:05.778Z | Compiling pkg-config v0.3.31 |
| 1427 | 2026-02-26T16:17:06.889Z | Compiling signal-hook-registry v1.4.2 |
| 1428 | 2026-02-26T16:17:06.932Z | Compiling libm v0.2.8 |
| 1429 | 2026-02-26T16:17:06.993Z | Compiling allocator-api2 v0.2.21 |
| 1430 | 2026-02-26T16:17:07.018Z | Compiling parking_lot v0.12.3 |
| 1431 | 2026-02-26T16:17:07.260Z | Compiling once_cell v1.21.3 |
| 1432 | 2026-02-26T16:17:07.307Z | Compiling mio v1.0.2 |
| 1433 | 2026-02-26T16:17:07.504Z | Compiling num-traits v0.2.19 |
| 1434 | 2026-02-26T16:17:07.632Z | Compiling futures-core v0.3.32 |
| 1435 | 2026-02-26T16:17:07.746Z | Compiling percent-encoding v2.3.2 |
| 1436 | 2026-02-26T16:17:07.890Z | Compiling socket2 v0.6.1 |
| 1437 | 2026-02-26T16:17:08.028Z | Compiling slab v0.4.9 |
| 1438 | 2026-02-26T16:17:08.063Z | Compiling cpufeatures v0.2.14 |
| 1439 | 2026-02-26T16:17:08.091Z | Compiling foldhash v0.2.0 |
| 1440 | 2026-02-26T16:17:08.179Z | Compiling futures-sink v0.3.31 |
| 1441 | 2026-02-26T16:17:08.271Z | Compiling futures-io v0.3.31 |
| 1442 | 2026-02-26T16:17:08.345Z | Compiling hashbrown v0.16.1 |
| 1443 | 2026-02-26T16:17:08.525Z | Compiling futures-channel v0.3.31 |
| 1444 | 2026-02-26T16:17:08.550Z | Compiling pin-utils v0.1.0 |
| 1445 | 2026-02-26T16:17:08.665Z | Compiling futures-task v0.3.31 |
| 1446 | 2026-02-26T16:17:08.711Z | Compiling rustversion v1.0.22 |
| 1447 | 2026-02-26T16:17:08.735Z | Compiling form_urlencoded v1.2.2 |
| 1448 | 2026-02-26T16:17:08.795Z | Compiling cmake v0.1.57 |
| 1449 | 2026-02-26T16:17:08.920Z | Compiling dunce v1.0.5 |
| 1450 | 2026-02-26T16:17:08.946Z | Compiling fs_extra v1.3.0 |
| 1451 | 2026-02-26T16:17:09.029Z | Compiling base64ct v1.6.0 |
| 1452 | 2026-02-26T16:17:09.070Z | Compiling ident_case v1.0.1 |
| 1453 | 2026-02-26T16:17:09.265Z | Compiling flagset v0.4.6 |
| 1454 | 2026-02-26T16:17:09.490Z | Compiling indexmap v2.13.0 |
| 1455 | 2026-02-26T16:17:09.490Z | Compiling pem-rfc7468 v0.7.0 |
| 1456 | 2026-02-26T16:17:09.542Z | Compiling foldhash v0.1.5 |
| 1457 | 2026-02-26T16:17:09.614Z | Compiling rand_core v0.9.3 |
| 1458 | 2026-02-26T16:17:09.646Z | Compiling aws-lc-sys v0.37.1 |
| 1459 | 2026-02-26T16:17:09.874Z | Compiling hashbrown v0.15.4 |
| 1460 | 2026-02-26T16:17:09.998Z | Compiling iana-time-zone v0.1.63 |
| 1461 | 2026-02-26T16:17:10.103Z | Compiling ring v0.17.14 |
| 1462 | 2026-02-26T16:17:10.158Z | Compiling rustc_version v0.4.1 |
| 1463 | 2026-02-26T16:17:10.380Z | Compiling uuid v1.19.0 |
| 1464 | 2026-02-26T16:17:10.507Z | Compiling spin v0.9.8 |
| 1465 | 2026-02-26T16:17:10.779Z | Compiling synstructure v0.13.1 |
| 1466 | 2026-02-26T16:17:10.878Z | Compiling regex-syntax v0.8.5 |
| 1467 | 2026-02-26T16:17:10.932Z | Compiling aws-lc-rs v1.16.0 |
| 1468 | 2026-02-26T16:17:10.972Z | Compiling vcpkg v0.2.15 |
| 1469 | 2026-02-26T16:17:11.184Z | Compiling zerocopy v0.8.27 |
| 1470 | 2026-02-26T16:17:11.830Z | Compiling tracing-core v0.1.32 |
| 1471 | 2026-02-26T16:17:12.032Z | Compiling serde_derive_internals v0.29.1 |
| 1472 | 2026-02-26T16:17:12.177Z | Compiling rustix v1.1.3 |
| 1473 | 2026-02-26T16:17:12.657Z | Compiling openssl-sys v0.9.109 |
| 1474 | 2026-02-26T16:17:12.826Z | Compiling untrusted v0.7.1 |
| 1475 | 2026-02-26T16:17:12.947Z | Compiling base64 v0.22.1 |
| 1476 | 2026-02-26T16:17:13.042Z | Compiling schemars v0.8.22 |
| 1477 | 2026-02-26T16:17:13.359Z | Compiling openssl-probe v0.1.5 |
| 1478 | 2026-02-26T16:17:13.555Z | Compiling untrusted v0.9.0 |
| 1479 | 2026-02-26T16:17:13.671Z | Compiling rustix v0.38.37 |
| 1480 | 2026-02-26T16:17:13.696Z | Compiling httparse v1.9.5 |
| 1481 | 2026-02-26T16:17:13.777Z | Compiling adler2 v2.0.0 |
| 1482 | 2026-02-26T16:17:14.001Z | Compiling miniz_oxide v0.8.5 |
| 1483 | 2026-02-26T16:17:14.414Z | Compiling darling_core v0.20.10 |
| 1484 | 2026-02-26T16:17:14.464Z | Compiling tinyvec_macros v0.1.1 |
| 1485 | 2026-02-26T16:17:14.515Z | Compiling tower-service v0.3.3 |
| 1486 | 2026-02-26T16:17:14.588Z | Compiling try-lock v0.2.5 |
| 1487 | 2026-02-26T16:17:14.685Z | Compiling rustls v0.23.37 |
| 1488 | 2026-02-26T16:17:14.771Z | Compiling atomic-waker v1.1.2 |
| 1489 | 2026-02-26T16:17:14.920Z | Compiling serde_derive v1.0.228 |
| 1490 | 2026-02-26T16:17:14.994Z | Compiling zeroize_derive v1.4.2 |
| 1491 | 2026-02-26T16:17:15.018Z | Compiling zerofrom-derive v0.1.4 |
| 1492 | 2026-02-26T16:17:15.381Z | Compiling yoke-derive v0.7.4 |
| 1493 | 2026-02-26T16:17:16.281Z | Compiling zerovec-derive v0.10.3 |
| 1494 | 2026-02-26T16:17:16.306Z | Compiling zeroize v1.8.1 |
| 1495 | 2026-02-26T16:17:16.853Z | Compiling displaydoc v0.2.5 |
| 1496 | 2026-02-26T16:17:17.846Z | Compiling icu_provider_macros v1.5.0 |
| 1497 | 2026-02-26T16:17:18.027Z | Compiling crypto-common v0.1.6 |
| 1498 | 2026-02-26T16:17:18.116Z | Compiling zerofrom v0.1.4 |
| 1499 | 2026-02-26T16:17:18.273Z | Compiling block-buffer v0.10.4 |
| 1500 | 2026-02-26T16:17:18.298Z | Compiling tokio-macros v2.6.0 |
| 1501 | 2026-02-26T16:17:18.366Z | Compiling yoke v0.7.4 |
| 1502 | 2026-02-26T16:17:18.443Z | Compiling zerocopy-derive v0.7.35 |
| 1503 | 2026-02-26T16:17:18.570Z | Compiling digest v0.10.7 |
| 1504 | 2026-02-26T16:17:18.739Z | Compiling zerovec v0.10.4 |
| 1505 | 2026-02-26T16:17:18.787Z | Compiling thiserror-impl v2.0.18 |
| 1506 | 2026-02-26T16:17:19.084Z | Compiling hmac v0.12.1 |
| 1507 | 2026-02-26T16:17:19.350Z | Compiling futures-macro v0.3.31 |
| 1508 | 2026-02-26T16:17:19.662Z | Compiling block-padding v0.3.3 |
| 1509 | 2026-02-26T16:17:19.872Z | Compiling sha2 v0.10.9 |
| 1510 | 2026-02-26T16:17:19.948Z | Compiling inout v0.1.3 |
| 1511 | 2026-02-26T16:17:20.114Z | Compiling der_derive v0.7.3 |
| 1512 | 2026-02-26T16:17:20.266Z | Compiling cipher v0.4.4 |
| 1513 | 2026-02-26T16:17:20.292Z | Compiling zerocopy v0.7.35 |
| 1514 | 2026-02-26T16:17:20.772Z | Compiling tinystr v0.7.6 |
| 1515 | 2026-02-26T16:17:20.866Z | Compiling icu_collections v1.5.0 |
| 1516 | 2026-02-26T16:17:21.024Z | Compiling futures-util v0.3.31 |
| 1517 | 2026-02-26T16:17:21.238Z | Compiling icu_locid v1.5.0 |
| 1518 | 2026-02-26T16:17:21.602Z | Compiling serde v1.0.228 |
| 1519 | 2026-02-26T16:17:21.789Z | Compiling thiserror v2.0.18 |
| 1520 | 2026-02-26T16:17:21.816Z | Compiling ppv-lite86 v0.2.20 |
| 1521 | 2026-02-26T16:17:22.136Z | Compiling pest v2.8.2 |
| 1522 | 2026-02-26T16:17:22.163Z | Compiling der v0.7.10 |
| 1523 | 2026-02-26T16:17:22.525Z | Compiling icu_provider v1.5.0 |
| 1524 | 2026-02-26T16:17:22.777Z | Compiling bytes v1.11.1 |
| 1525 | 2026-02-26T16:17:23.004Z | Compiling bitflags v2.9.4 |
| 1526 | 2026-02-26T16:17:23.108Z | Compiling chrono v0.4.43 |
| 1527 | 2026-02-26T16:17:23.442Z | Compiling icu_locid_transform v1.5.0 |
| 1528 | 2026-02-26T16:17:23.467Z | Compiling salsa20 v0.10.2 |
| 1529 | 2026-02-26T16:17:23.710Z | Compiling pbkdf2 v0.12.2 |
| 1530 | 2026-02-26T16:17:23.891Z | Compiling tokio v1.49.0 |
| 1531 | 2026-02-26T16:17:24.129Z | Compiling spki v0.7.3 |
| 1532 | 2026-02-26T16:17:24.519Z | Compiling http v1.4.0 |
| 1533 | 2026-02-26T16:17:24.908Z | Compiling icu_properties v1.5.1 |
| 1534 | 2026-02-26T16:17:25.129Z | Compiling pest_meta v2.8.2 |
| 1535 | 2026-02-26T16:17:25.672Z | Compiling scrypt v0.11.0 |
| 1536 | 2026-02-26T16:17:26.208Z | Compiling rand_chacha v0.9.0 |
| 1537 | 2026-02-26T16:17:26.233Z | Compiling aes v0.8.4 |
| 1538 | 2026-02-26T16:17:26.288Z | Compiling cbc v0.1.2 |
| 1539 | 2026-02-26T16:17:26.544Z | Compiling rustls-pki-types v1.14.0 |
| 1540 | 2026-02-26T16:17:26.725Z | Compiling zerocopy-derive v0.8.27 |
| 1541 | 2026-02-26T16:17:27.502Z | Compiling tracing-attributes v0.1.27 |
| 1542 | 2026-02-26T16:17:27.589Z | Compiling pkcs5 v0.7.1 |
| 1543 | 2026-02-26T16:17:28.552Z | Compiling icu_normalizer v1.5.0 |
| 1544 | 2026-02-26T16:17:28.577Z | Compiling rand v0.9.2 |
| 1545 | 2026-02-26T16:17:29.056Z | Compiling pest_generator v2.8.2 |
| 1546 | 2026-02-26T16:17:29.161Z | Compiling http-body v1.0.1 |
| 1547 | 2026-02-26T16:17:29.433Z | Compiling pkcs8 v0.10.2 |
| 1548 | 2026-02-26T16:17:30.066Z | Compiling idna_adapter v1.2.0 |
| 1549 | 2026-02-26T16:17:30.229Z | Compiling schemars_derive v0.8.22 |
| 1550 | 2026-02-26T16:17:30.335Z | Compiling idna v1.0.3 |
| 1551 | 2026-02-26T16:17:30.412Z | Compiling tracing v0.1.40 |
| 1552 | 2026-02-26T16:17:30.629Z | Compiling pest_derive v2.8.2 |
| 1553 | 2026-02-26T16:17:30.898Z | Compiling scroll_derive v0.13.1 |
| 1554 | 2026-02-26T16:17:31.362Z | Compiling url v2.5.4 |
| 1555 | 2026-02-26T16:17:31.740Z | Compiling tower-layer v0.3.3 |
| 1556 | 2026-02-26T16:17:32.026Z | Compiling dyn-clone v1.0.20 |
| 1557 | 2026-02-26T16:17:32.636Z | Compiling tokio-util v0.7.15 |
| 1558 | 2026-02-26T16:17:32.918Z | Compiling scroll v0.13.0 |
| 1559 | 2026-02-26T16:17:33.486Z | Compiling ipnet v2.11.0 |
| 1560 | 2026-02-26T16:17:34.321Z | Compiling h2 v0.4.6 |
| 1561 | 2026-02-26T16:17:34.663Z | Compiling darling_macro v0.20.10 |
| 1562 | 2026-02-26T16:17:34.948Z | Compiling want v0.3.1 |
| 1563 | 2026-02-26T16:17:35.142Z | Compiling tinyvec v1.8.0 |
| 1564 | 2026-02-26T16:17:35.552Z | Compiling lazy_static v1.5.0 |
| 1565 | 2026-02-26T16:17:35.694Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 1566 | 2026-02-26T16:17:35.866Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 1567 | 2026-02-26T16:17:36.169Z | Compiling aho-corasick v1.1.3 |
| 1568 | 2026-02-26T16:17:36.211Z | Compiling num-conv v0.2.0 |
| 1569 | 2026-02-26T16:17:36.467Z | Compiling foreign-types-shared v0.1.1 |
| 1570 | 2026-02-26T16:17:36.599Z | Compiling powerfmt v0.2.0 |
| 1571 | 2026-02-26T16:17:36.625Z | Compiling httpdate v1.0.3 |
| 1572 | 2026-02-26T16:17:36.650Z | Compiling time-core v0.1.8 |
| 1573 | 2026-02-26T16:17:36.934Z | Compiling openssl v0.10.73 |
| 1574 | 2026-02-26T16:17:36.970Z | Compiling time-macros v0.2.27 |
| 1575 | 2026-02-26T16:17:37.058Z | Compiling deranged v0.5.3 |
| 1576 | 2026-02-26T16:17:37.151Z | Compiling tempfile v3.24.0 |
| 1577 | 2026-02-26T16:17:37.420Z | Compiling foreign-types v0.3.2 |
| 1578 | 2026-02-26T16:17:37.888Z | Compiling darling v0.20.10 |
| 1579 | 2026-02-26T16:17:38.022Z | Compiling goblin v0.10.2 |
| 1580 | 2026-02-26T16:17:39.128Z | Compiling regex-automata v0.4.14 |
| 1581 | 2026-02-26T16:17:39.248Z | Compiling openssl-macros v0.1.1 |
| 1582 | 2026-02-26T16:17:39.917Z | Compiling wait-timeout v0.2.0 |
| 1583 | 2026-02-26T16:17:40.260Z | Compiling crossbeam-utils v0.8.21 |
| 1584 | 2026-02-26T16:17:40.442Z | Compiling native-tls v0.2.12 |
| 1585 | 2026-02-26T16:17:40.624Z | Compiling gimli v0.31.1 |
| 1586 | 2026-02-26T16:17:40.768Z | Compiling syn v1.0.109 |
| 1587 | 2026-02-26T16:17:40.793Z | Compiling quick-error v1.2.3 |
| 1588 | 2026-02-26T16:17:40.952Z | Compiling bit-vec v0.8.0 |
| 1589 | 2026-02-26T16:17:41.387Z | Compiling hyper v1.8.1 |
| 1590 | 2026-02-26T16:17:41.460Z | Compiling num_threads v0.1.7 |
| 1591 | 2026-02-26T16:17:41.611Z | Compiling usdt-impl v0.6.0 |
| 1592 | 2026-02-26T16:17:41.983Z | Compiling time v0.3.47 |
| 1593 | 2026-02-26T16:17:43.371Z | Compiling bit-set v0.8.0 |
| 1594 | 2026-02-26T16:17:43.653Z | Compiling hyper-util v0.1.19 |
| 1595 | 2026-02-26T16:17:44.770Z | Compiling dof v0.4.0 |
| 1596 | 2026-02-26T16:17:45.004Z | Compiling addr2line v0.24.2 |
| 1597 | 2026-02-26T16:17:45.586Z | Compiling rusty-fork v0.3.0 |
| 1598 | 2026-02-26T16:17:46.410Z | Compiling derive_builder_core v0.20.2 |
| 1599 | 2026-02-26T16:17:46.881Z | Compiling unicode-normalization v0.1.24 |
| 1600 | 2026-02-26T16:17:47.607Z | Compiling dtrace-parser v0.3.0 |
| 1601 | 2026-02-26T16:17:47.804Z | Compiling rustls-native-certs v0.8.1 |
| 1602 | 2026-02-26T16:17:48.124Z | Compiling signature v2.2.0 |
| 1603 | 2026-02-26T16:17:48.319Z | Compiling thiserror-impl v1.0.69 |
| 1604 | 2026-02-26T16:17:48.344Z | Compiling scroll_derive v0.12.0 |
| 1605 | 2026-02-26T16:17:48.412Z | Compiling heapless v0.7.17 |
| 1606 | 2026-02-26T16:17:48.741Z | Compiling darling_core v0.21.0 |
| 1607 | 2026-02-26T16:17:48.825Z | Compiling slog v2.8.2 |
| 1608 | 2026-02-26T16:17:49.149Z | Compiling rand_xorshift v0.4.0 |
| 1609 | 2026-02-26T16:17:49.260Z | Compiling sync_wrapper v1.0.1 |
| 1610 | 2026-02-26T16:17:49.435Z | Compiling thread-id v5.0.0 |
| 1611 | 2026-02-26T16:17:49.459Z | Compiling object v0.36.5 |
| 1612 | 2026-02-26T16:17:49.588Z | Compiling cookie v0.18.1 |
| 1613 | 2026-02-26T16:17:49.613Z | Compiling crc32fast v1.4.2 |
| 1614 | 2026-02-26T16:17:49.698Z | Compiling signal-hook v0.3.18 |
| 1615 | 2026-02-26T16:17:49.899Z | Compiling rustc-demangle v0.1.24 |
| 1616 | 2026-02-26T16:17:49.961Z | Compiling siphasher v0.3.11 |
| 1617 | 2026-02-26T16:17:49.993Z | Compiling unicode-bidi v0.3.17 |
| 1618 | 2026-02-26T16:17:50.321Z | Compiling paste v1.0.15 |
| 1619 | 2026-02-26T16:17:50.749Z | Compiling zlib-rs v0.5.1 |
| 1620 | 2026-02-26T16:17:50.789Z | Compiling anyhow v1.0.99 |
| 1621 | 2026-02-26T16:17:51.025Z | Compiling zstd-safe v7.2.3 |
| 1622 | 2026-02-26T16:17:51.243Z | Compiling unicode-properties v0.1.3 |
| 1623 | 2026-02-26T16:17:51.388Z | Compiling unarray v0.1.4 |
| 1624 | 2026-02-26T16:17:51.574Z | Compiling stringprep v0.1.5 |
| 1625 | 2026-02-26T16:17:51.634Z | Compiling proptest v1.7.0 |
| 1626 | 2026-02-26T16:17:51.851Z | Compiling thiserror v1.0.69 |
| 1627 | 2026-02-26T16:17:52.525Z | Compiling phf_shared v0.11.2 |
| 1628 | 2026-02-26T16:17:52.696Z | Compiling scroll v0.12.0 |
| 1629 | 2026-02-26T16:17:52.886Z | Compiling tower v0.5.2 |
| 1630 | 2026-02-26T16:17:53.313Z | Compiling derive_builder_macro v0.20.2 |
| 1631 | 2026-02-26T16:17:54.068Z | Compiling ipnetwork v0.21.1 |
| 1632 | 2026-02-26T16:17:54.295Z | Compiling darling_macro v0.21.0 |
| 1633 | 2026-02-26T16:17:54.844Z | Compiling http-body-util v0.1.3 |
| 1634 | 2026-02-26T16:17:54.913Z | Compiling webpki-roots v1.0.1 |
| 1635 | 2026-02-26T16:17:55.121Z | Compiling erased-serde v0.3.31 |
| 1636 | 2026-02-26T16:17:55.149Z | Compiling toml_datetime v0.6.11 |
| 1637 | 2026-02-26T16:17:55.356Z | Compiling serde_tokenstream v0.2.3 |
| 1638 | 2026-02-26T16:17:55.671Z | Compiling serde_spanned v0.6.9 |
| 1639 | 2026-02-26T16:17:55.904Z | Compiling backtrace v0.3.74 |
| 1640 | 2026-02-26T16:17:55.950Z | Compiling rand_chacha v0.3.1 |
| 1641 | 2026-02-26T16:17:56.286Z | Compiling md-5 v0.10.6 |
| 1642 | 2026-02-26T16:17:56.344Z | Compiling curve25519-dalek v4.1.3 |
| 1643 | 2026-02-26T16:17:56.568Z | Compiling vergen-lib v0.1.6 |
| 1644 | 2026-02-26T16:17:56.881Z | Compiling num-integer v0.1.46 |
| 1645 | 2026-02-26T16:17:56.940Z | Compiling ff v0.13.0 |
| 1646 | 2026-02-26T16:17:57.183Z | Compiling libz-rs-sys v0.5.1 |
| 1647 | 2026-02-26T16:17:57.456Z | Compiling hash32 v0.2.1 |
| 1648 | 2026-02-26T16:17:57.514Z | Compiling memoffset v0.9.1 |
| 1649 | 2026-02-26T16:17:57.675Z | Compiling fallible-iterator v0.2.0 |
| 1650 | 2026-02-26T16:17:57.828Z | Compiling cfg_aliases v0.2.1 |
| 1651 | 2026-02-26T16:17:57.854Z | Compiling ryu v1.0.18 |
| 1652 | 2026-02-26T16:17:57.933Z | Compiling smoltcp v0.9.1 |
| 1653 | 2026-02-26T16:17:57.958Z | Compiling base16ct v0.2.0 |
| 1654 | 2026-02-26T16:17:58.183Z | Compiling num-bigint-dig v0.8.6 |
| 1655 | 2026-02-26T16:17:58.285Z | Compiling ref-cast v1.0.25 |
| 1656 | 2026-02-26T16:17:58.309Z | Compiling litrs v0.4.1 |
| 1657 | 2026-02-26T16:17:58.508Z | Compiling iri-string v0.7.8 |
| 1658 | 2026-02-26T16:17:58.533Z | Compiling psl-types v2.0.11 |
| 1659 | 2026-02-26T16:17:58.618Z | Compiling postgres-protocol v0.6.8 |
| 1660 | 2026-02-26T16:17:58.746Z | Compiling publicsuffix v2.3.0 |
| 1661 | 2026-02-26T16:17:58.885Z | Compiling sec1 v0.7.3 |
| 1662 | 2026-02-26T16:17:59.043Z | Compiling serde_urlencoded v0.7.1 |
| 1663 | 2026-02-26T16:17:59.357Z | Compiling document-features v0.2.11 |
| 1664 | 2026-02-26T16:17:59.473Z | Compiling nix v0.29.0 |
| 1665 | 2026-02-26T16:17:59.736Z | Compiling flate2 v1.1.2 |
| 1666 | 2026-02-26T16:18:00.280Z | Compiling num-iter v0.1.45 |
| 1667 | 2026-02-26T16:18:00.482Z | Compiling group v0.13.0 |
| 1668 | 2026-02-26T16:18:00.559Z | Compiling newtype-uuid v1.3.2 |
| 1669 | 2026-02-26T16:18:00.763Z | Compiling rand v0.8.5 |
| 1670 | 2026-02-26T16:18:01.273Z | Compiling tower-http v0.6.8 |
| 1671 | 2026-02-26T16:18:01.494Z | Compiling darling v0.21.0 |
| 1672 | 2026-02-26T16:18:01.634Z | Compiling oxnet v0.1.4 |
| 1673 | 2026-02-26T16:18:01.659Z | Compiling derive_builder v0.20.2 |
| 1674 | 2026-02-26T16:18:01.852Z | Compiling goblin v0.8.2 |
| 1675 | 2026-02-26T16:18:02.597Z | Compiling tokio-native-tls v0.3.1 |
| 1676 | 2026-02-26T16:18:02.883Z | Compiling regex v1.12.3 |
| 1677 | 2026-02-26T16:18:03.219Z | Compiling terminal_size v0.4.0 |
| 1678 | 2026-02-26T16:18:03.244Z | Compiling cargo-platform v0.1.8 |
| 1679 | 2026-02-26T16:18:03.443Z | Compiling hkdf v0.12.4 |
| 1680 | 2026-02-26T16:18:03.468Z | Compiling crypto-bigint v0.5.5 |
| 1681 | 2026-02-26T16:18:03.719Z | Compiling strum_macros v0.27.2 |
| 1682 | 2026-02-26T16:18:03.743Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1683 | 2026-02-26T16:18:03.768Z | Compiling daft-derive v0.1.4 |
| 1684 | 2026-02-26T16:18:04.729Z | Compiling hubpack_derive v0.1.1 |
| 1685 | 2026-02-26T16:18:04.944Z | Compiling ref-cast-impl v1.0.25 |
| 1686 | 2026-02-26T16:18:05.148Z | Compiling async-trait v0.1.89 |
| 1687 | 2026-02-26T16:18:05.525Z | Compiling vergen v9.0.6 |
| 1688 | 2026-02-26T16:18:05.810Z | Compiling ahash v0.8.12 |
| 1689 | 2026-02-26T16:18:05.960Z | Compiling fs-err v3.1.1 |
| 1690 | 2026-02-26T16:18:06.188Z | Compiling lockfree-object-pool v0.1.6 |
| 1691 | 2026-02-26T16:18:06.331Z | Compiling bumpalo v3.16.0 |
| 1692 | 2026-02-26T16:18:06.461Z | Compiling winnow v0.5.40 |
| 1693 | 2026-02-26T16:18:06.792Z | Compiling unicode-segmentation v1.12.0 |
| 1694 | 2026-02-26T16:18:07.348Z | Compiling simd-adler32 v0.3.7 |
| 1695 | 2026-02-26T16:18:07.582Z | Compiling managed v0.8.0 |
| 1696 | 2026-02-26T16:18:07.860Z | Compiling buf-list v1.0.3 |
| 1697 | 2026-02-26T16:18:08.011Z | Compiling either v1.15.0 |
| 1698 | 2026-02-26T16:18:08.043Z | Compiling bitflags v1.3.2 |
| 1699 | 2026-02-26T16:18:08.408Z | Compiling strum v0.27.2 |
| 1700 | 2026-02-26T16:18:08.510Z | Compiling clap_builder v4.5.48 |
| 1701 | 2026-02-26T16:18:08.615Z | Compiling zopfli v0.8.1 |
| 1702 | 2026-02-26T16:18:08.728Z | Compiling dof v0.3.0 |
| 1703 | 2026-02-26T16:18:09.647Z | Compiling toml_edit v0.19.15 |
| 1704 | 2026-02-26T16:18:09.967Z | Compiling elliptic-curve v0.13.8 |
| 1705 | 2026-02-26T16:18:10.192Z | Compiling hubpack v0.1.2 |
| 1706 | 2026-02-26T16:18:10.310Z | Compiling daft v0.1.4 |
| 1707 | 2026-02-26T16:18:10.642Z | Compiling cargo_metadata v0.19.2 |
| 1708 | 2026-02-26T16:18:10.818Z | Compiling hyper-tls v0.6.0 |
| 1709 | 2026-02-26T16:18:10.843Z | Compiling signal-hook-mio v0.2.4 |
| 1710 | 2026-02-26T16:18:11.050Z | Compiling cookie_store v0.22.1 |
| 1711 | 2026-02-26T16:18:11.253Z | Compiling zstd v0.13.3 |
| 1712 | 2026-02-26T16:18:13.101Z | Compiling serde_with_macros v3.16.1 |
| 1713 | 2026-02-26T16:18:13.840Z | Compiling postgres-types v0.2.9 |
| 1714 | 2026-02-26T16:18:15.105Z | Compiling usdt-attr-macro v0.6.0 |
| 1715 | 2026-02-26T16:18:15.511Z | Compiling usdt-macro v0.6.0 |
| 1716 | 2026-02-26T16:18:15.570Z | Compiling phf v0.11.2 |
| 1717 | 2026-02-26T16:18:15.688Z | Compiling dtrace-parser v0.2.0 |
| 1718 | 2026-02-26T16:18:15.893Z | Compiling ed25519 v2.2.3 |
| 1719 | 2026-02-26T16:18:15.972Z | Compiling bzip2 v0.4.4 |
| 1720 | 2026-02-26T16:18:16.425Z | Compiling bzip2 v0.5.2 |
| 1721 | 2026-02-26T16:18:16.755Z | Compiling bstr v1.10.0 |
| 1722 | 2026-02-26T16:18:16.819Z | Compiling pkcs1 v0.7.5 |
| 1723 | 2026-02-26T16:18:16.946Z | Compiling hex v0.4.3 |
| 1724 | 2026-02-26T16:18:17.328Z | Compiling serde-big-array v0.5.1 |
| 1725 | 2026-02-26T16:18:17.440Z | Compiling rfc6979 v0.4.0 |
| 1726 | 2026-02-26T16:18:17.509Z | Compiling strum_macros v0.26.4 |
| 1727 | 2026-02-26T16:18:17.587Z | Compiling clap_derive v4.5.47 |
| 1728 | 2026-02-26T16:18:17.651Z | Compiling enum-as-inner v0.6.1 |
| 1729 | 2026-02-26T16:18:17.675Z | Compiling serde_repr v0.1.19 |
| 1730 | 2026-02-26T16:18:17.858Z | Compiling float-cmp v0.10.0 |
| 1731 | 2026-02-26T16:18:18.108Z | Compiling env_filter v0.1.2 |
| 1732 | 2026-02-26T16:18:18.133Z | Compiling memmap2 v0.9.8 |
| 1733 | 2026-02-26T16:18:18.537Z | Compiling socket2 v0.5.10 |
| 1734 | 2026-02-26T16:18:18.561Z | Compiling encoding_rs v0.8.34 |
| 1735 | 2026-02-26T16:18:18.611Z | Compiling fixedbitset v0.5.7 |
| 1736 | 2026-02-26T16:18:18.685Z | Compiling difflib v0.4.0 |
| 1737 | 2026-02-26T16:18:19.292Z | Compiling static_assertions v1.1.0 |
| 1738 | 2026-02-26T16:18:19.402Z | Compiling rustc-hash v2.1.1 |
| 1739 | 2026-02-26T16:18:19.436Z | Compiling whoami v1.5.2 |
| 1740 | 2026-02-26T16:18:19.634Z | Compiling keccak v0.1.5 |
| 1741 | 2026-02-26T16:18:19.929Z | Compiling mime v0.3.17 |
| 1742 | 2026-02-26T16:18:19.968Z | Compiling data-encoding v2.9.0 |
| 1743 | 2026-02-26T16:18:20.442Z | Compiling jiff v0.2.15 |
| 1744 | 2026-02-26T16:18:21.330Z | Compiling predicates-core v1.0.8 |
| 1745 | 2026-02-26T16:18:21.490Z | Compiling normalize-line-endings v0.3.0 |
| 1746 | 2026-02-26T16:18:21.515Z | Compiling fixedbitset v0.4.2 |
| 1747 | 2026-02-26T16:18:21.566Z | Compiling new_debug_unreachable v1.0.6 |
| 1748 | 2026-02-26T16:18:21.637Z | Compiling precomputed-hash v0.1.1 |
| 1749 | 2026-02-26T16:18:21.662Z | Compiling toml_edit v0.22.27 |
| 1750 | 2026-02-26T16:18:21.691Z | Compiling predicates v3.1.3 |
| 1751 | 2026-02-26T16:18:21.778Z | Compiling string_cache v0.8.9 |
| 1752 | 2026-02-26T16:18:21.957Z | Compiling petgraph v0.6.5 |
| 1753 | 2026-02-26T16:18:22.027Z | Compiling clap v4.5.48 |
| 1754 | 2026-02-26T16:18:22.157Z | Compiling strum v0.26.3 |
| 1755 | 2026-02-26T16:18:22.188Z | Compiling hickory-proto v0.25.2 |
| 1756 | 2026-02-26T16:18:22.353Z | Compiling sha3 v0.10.8 |
| 1757 | 2026-02-26T16:18:23.103Z | Compiling tokio-postgres v0.7.13 |
| 1758 | 2026-02-26T16:18:23.270Z | Compiling iddqd v0.3.16 |
| 1759 | 2026-02-26T16:18:23.397Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1760 | 2026-02-26T16:18:25.333Z | Compiling petgraph v0.8.2 |
| 1761 | 2026-02-26T16:18:25.700Z | Compiling usdt v0.6.0 |
| 1762 | 2026-02-26T16:18:26.184Z | Compiling env_logger v0.11.8 |
| 1763 | 2026-02-26T16:18:26.880Z | Compiling usdt-impl v0.5.0 |
| 1764 | 2026-02-26T16:18:27.669Z | Compiling zip v4.2.0 |
| 1765 | 2026-02-26T16:18:27.822Z | Compiling similar v2.7.0 |
| 1766 | 2026-02-26T16:18:28.001Z | Compiling ecdsa v0.16.9 |
| 1767 | 2026-02-26T16:18:28.793Z | Compiling serde_with v3.16.1 |
| 1768 | 2026-02-26T16:18:29.513Z | Compiling rsa v0.9.8 |
| 1769 | 2026-02-26T16:18:29.540Z | Compiling zip v0.6.6 |
| 1770 | 2026-02-26T16:18:29.671Z | Compiling ed25519-dalek v2.1.1 |
| 1771 | 2026-02-26T16:18:30.764Z | Compiling toml v0.7.8 |
| 1772 | 2026-02-26T16:18:30.905Z | Compiling crossterm v0.28.1 |
| 1773 | 2026-02-26T16:18:32.132Z | Compiling itertools v0.10.5 |
| 1774 | 2026-02-26T16:18:32.468Z | Compiling itertools v0.13.0 |
| 1775 | 2026-02-26T16:18:32.492Z | Compiling heck v0.4.1 |
| 1776 | 2026-02-26T16:18:32.896Z | Compiling crossbeam-epoch v0.9.18 |
| 1777 | 2026-02-26T16:18:32.921Z | Compiling tokio-stream v0.1.17 |
| 1778 | 2026-02-26T16:18:33.064Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 1779 | 2026-02-26T16:18:33.474Z | Compiling x509-cert v0.2.5 |
| 1780 | 2026-02-26T16:18:33.579Z | Compiling openapiv3 v2.2.0 |
| 1781 | 2026-02-26T16:18:33.871Z | Compiling sha1 v0.10.6 |
| 1782 | 2026-02-26T16:18:33.911Z | Compiling winnow v0.6.26 |
| 1783 | 2026-02-26T16:18:34.290Z | Compiling peg-runtime v0.8.5 |
| 1784 | 2026-02-26T16:18:34.331Z | Compiling lalrpop-util v0.19.12 |
| 1785 | 2026-02-26T16:18:34.704Z | Compiling thread_local v1.1.8 |
| 1786 | 2026-02-26T16:18:34.851Z | Compiling slog-async v2.8.0 |
| 1787 | 2026-02-26T16:18:35.192Z | Compiling crossbeam-channel v0.5.15 |
| 1788 | 2026-02-26T16:18:35.223Z | Compiling xattr v1.3.1 |
| 1789 | 2026-02-26T16:18:35.402Z | Compiling futures-executor v0.3.31 |
| 1790 | 2026-02-26T16:18:35.486Z | Compiling is-terminal v0.4.13 |
| 1791 | 2026-02-26T16:18:35.630Z | Compiling filetime v0.2.26 |
| 1792 | 2026-02-26T16:18:35.854Z | Compiling term v1.1.0 |
| 1793 | 2026-02-26T16:18:35.914Z | Compiling take_mut v0.2.2 |
| 1794 | 2026-02-26T16:18:36.165Z | Compiling tar v0.4.44 |
| 1795 | 2026-02-26T16:18:36.526Z | Compiling slog-term v2.9.2 |
| 1796 | 2026-02-26T16:18:37.134Z | Compiling futures v0.3.31 |
| 1797 | 2026-02-26T16:18:46.814Z | Compiling rustls-webpki v0.103.9 |
| 1798 | 2026-02-26T16:18:53.260Z | Compiling tokio-rustls v0.26.0 |
| 1799 | 2026-02-26T16:18:53.260Z | Compiling rustls-platform-verifier v0.6.2 |
| 1800 | 2026-02-26T16:18:53.585Z | Compiling hyper-rustls v0.27.7 |
| 1801 | 2026-02-26T16:18:53.918Z | Compiling reqwest v0.12.28 |
| 1802 | 2026-02-26T16:18:53.918Z | Compiling reqwest v0.13.2 |
| 1803 | 2026-02-26T16:18:58.556Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1804 | 2026-02-26T16:18:58.937Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 1805 | 2026-02-26T16:19:04.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s |
| 1806 | 2026-02-26T16:19:04.693Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-stub maghemite-mgd transceiver-control` |
| 1807 | 2026-02-26T16:19:04.754Z | Feb 26 16:19:04.218 INFO Starting download, target: Clickhouse |
| 1808 | 2026-02-26T16:19:04.754Z | Feb 26 16:19:04.219 INFO Starting download, target: Cockroach |
| 1809 | 2026-02-26T16:19:04.754Z | Feb 26 16:19:04.219 INFO Starting download, target: Console |
| 1810 | 2026-02-26T16:19:04.754Z | Feb 26 16:19:04.219 INFO Starting download, target: DendriteStub |
| 1811 | 2026-02-26T16:19:04.754Z | Feb 26 16:19:04.219 INFO Starting download, target: TransceiverControl |
| 1812 | 2026-02-26T16:19:04.754Z | Feb 26 16:19:04.219 INFO Starting download, target: MaghemiteMgd |
| 1813 | 2026-02-26T16:19:04.779Z | Feb 26 16:19:04.220 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 1814 | 2026-02-26T16:19:04.779Z | Feb 26 16:19:04.220 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 1815 | 2026-02-26T16:19:04.779Z | Feb 26 16:19:04.220 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 1816 | 2026-02-26T16:19:04.779Z | Feb 26 16:19:04.220 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
| 1817 | 2026-02-26T16:19:04.779Z | Feb 26 16:19:04.220 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 1818 | 2026-02-26T16:19:04.779Z | Feb 26 16:19:04.220 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 1819 | 2026-02-26T16:19:05.184Z | Feb 26 16:19:04.644 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 1820 | 2026-02-26T16:19:05.602Z | Feb 26 16:19:05.059 INFO Download complete, target: Console |
| 1821 | 2026-02-26T16:19:07.510Z | Feb 26 16:19:06.945 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 1822 | 2026-02-26T16:19:07.934Z | Feb 26 16:19:07.349 INFO Download complete, target: TransceiverControl |
| 1823 | 2026-02-26T16:19:08.353Z | Feb 26 16:19:07.772 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 1824 | 2026-02-26T16:19:12.513Z | Feb 26 16:19:11.977 INFO Download complete, target: MaghemiteMgd |
| 1825 | 2026-02-26T16:19:12.825Z | Feb 26 16:19:12.288 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 1826 | 2026-02-26T16:19:14.977Z | Feb 26 16:19:14.425 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
| 1827 | 2026-02-26T16:19:14.978Z | Feb 26 16:19:14.425 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
| 1828 | 2026-02-26T16:19:17.240Z | Feb 26 16:19:16.705 INFO Download complete, target: DendriteStub |
| 1829 | 2026-02-26T16:19:24.266Z | Feb 26 16:19:23.731 INFO Checking that binary works, target: Cockroach |
| 1830 | 2026-02-26T16:19:24.468Z | Feb 26 16:19:23.933 INFO Download complete, target: Cockroach |
| 1831 | 2026-02-26T16:19:31.757Z | Feb 26 16:19:31.222 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 1832 | 2026-02-26T16:19:43.910Z | Feb 26 16:19:43.375 INFO Checking that binary works, target: Clickhouse |
| 1833 | 2026-02-26T16:19:44.047Z | Feb 26 16:19:43.512 INFO Download complete, target: Clickhouse |
| 1834 | 2026-02-26T16:19:44.072Z | All prerequisites installed successfully |
| 1835 | 2026-02-26T16:19:44.072Z | |
| 1836 | 2026-02-26T16:19:44.072Z | real 5:13.095746693 |
| 1837 | 2026-02-26T16:19:44.072Z | user 16:05.978231808 |
| 1838 | 2026-02-26T16:19:44.072Z | sys 2:34.940867563 |
| 1839 | 2026-02-26T16:19:44.072Z | trap 0.594911273 |
| 1840 | 2026-02-26T16:19:44.072Z | tflt 0.377203569 |
| 1841 | 2026-02-26T16:19:44.072Z | dflt 0.809588473 |
| 1842 | 2026-02-26T16:19:44.072Z | kflt 0.009307583 |
| 1843 | 2026-02-26T16:19:44.072Z | lock 46:19.080357950 |
| 1844 | 2026-02-26T16:19:44.072Z | slp 1:00:01.253460498 |
| 1845 | 2026-02-26T16:19:44.072Z | lat 1:08.159481032 |
| 1846 | 2026-02-26T16:19:44.072Z | stop 2:39.778084801 |
| 1847 | 2026-02-26T16:19:44.072Z | + source ./tools/include/force-git-over-https.sh |
| 1848 | 2026-02-26T16:19:44.072Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
| 1849 | 2026-02-26T16:19:44.072Z | ++ (( i = 0 )) |
| 1850 | 2026-02-26T16:19:44.073Z | ++ (( i < 5 )) |
| 1851 | 2026-02-26T16:19:44.073Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
| 1852 | 2026-02-26T16:19:44.073Z | ++ (( i++ )) |
| 1853 | 2026-02-26T16:19:44.073Z | ++ (( i < 5 )) |
| 1854 | 2026-02-26T16:19:44.073Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
| 1855 | 2026-02-26T16:19:44.073Z | ++ (( i++ )) |
| 1856 | 2026-02-26T16:19:44.073Z | ++ (( i < 5 )) |
| 1857 | 2026-02-26T16:19:44.073Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
| 1858 | 2026-02-26T16:19:44.073Z | ++ (( i++ )) |
| 1859 | 2026-02-26T16:19:44.073Z | ++ (( i < 5 )) |
| 1860 | 2026-02-26T16:19:44.073Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
| 1861 | 2026-02-26T16:19:44.098Z | ++ (( i++ )) |
| 1862 | 2026-02-26T16:19:44.098Z | ++ (( i < 5 )) |
| 1863 | 2026-02-26T16:19:44.098Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
| 1864 | 2026-02-26T16:19:44.098Z | ++ (( i++ )) |
| 1865 | 2026-02-26T16:19:44.098Z | ++ (( i < 5 )) |
| 1866 | 2026-02-26T16:19:44.098Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1867 | 2026-02-26T16:19:44.098Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
| 1868 | 2026-02-26T16:19:44.098Z | + rc=0 |
| 1869 | 2026-02-26T16:19:44.098Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
| 1870 | 2026-02-26T16:20:39.816Z | + case $rc in |
| 1871 | 2026-02-26T16:20:39.816Z | + pfexec zfs create -p rpool/images/build/host |
| 1872 | 2026-02-26T16:20:39.893Z | + pfexec zfs create -p rpool/images/build/recovery |
| 1873 | 2026-02-26T16:20:39.925Z | + cargo xtask releng --output-dir /work --mkincorp |
| 1874 | 2026-02-26T16:20:41.213Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.18s |
| 1875 | 2026-02-26T16:20:41.245Z | Running `target/debug/xtask releng --output-dir /work --mkincorp` |
| 1876 | 2026-02-26T16:20:43.251Z | Compiling proc-macro2 v1.0.106 |
| 1877 | 2026-02-26T16:20:43.251Z | Compiling quote v1.0.44 |
| 1878 | 2026-02-26T16:20:43.276Z | Compiling unicode-ident v1.0.24 |
| 1879 | 2026-02-26T16:20:43.276Z | Compiling libc v0.2.180 |
| 1880 | 2026-02-26T16:20:43.276Z | Compiling serde_core v1.0.228 |
| 1881 | 2026-02-26T16:20:43.276Z | Compiling serde v1.0.228 |
| 1882 | 2026-02-26T16:20:43.276Z | Compiling autocfg v1.4.0 |
| 1883 | 2026-02-26T16:20:43.276Z | Compiling cfg-if v1.0.4 |
| 1884 | 2026-02-26T16:20:43.504Z | Compiling version_check v0.9.5 |
| 1885 | 2026-02-26T16:20:43.717Z | Compiling shlex v1.3.0 |
| 1886 | 2026-02-26T16:20:44.055Z | Compiling find-msvc-tools v0.1.9 |
| 1887 | 2026-02-26T16:20:44.092Z | Compiling typenum v1.17.0 |
| 1888 | 2026-02-26T16:20:44.143Z | Compiling lock_api v0.4.12 |
| 1889 | 2026-02-26T16:20:44.545Z | Compiling generic-array v0.14.7 |
| 1890 | 2026-02-26T16:20:44.629Z | Compiling portable-atomic v1.11.0 |
| 1891 | 2026-02-26T16:20:44.881Z | Compiling zmij v1.0.15 |
| 1892 | 2026-02-26T16:20:44.946Z | Compiling serde_json v1.0.149 |
| 1893 | 2026-02-26T16:20:45.418Z | Compiling memchr v2.7.4 |
| 1894 | 2026-02-26T16:20:45.483Z | Compiling getrandom v0.3.4 |
| 1895 | 2026-02-26T16:20:45.651Z | Compiling jobserver v0.1.32 |
| 1896 | 2026-02-26T16:20:45.923Z | Compiling syn v2.0.117 |
| 1897 | 2026-02-26T16:20:45.959Z | Compiling libm v0.2.8 |
| 1898 | 2026-02-26T16:20:46.027Z | Compiling num-traits v0.2.19 |
| 1899 | 2026-02-26T16:20:46.316Z | Compiling cc v1.2.56 |
| 1900 | 2026-02-26T16:20:46.386Z | Compiling parking_lot_core v0.9.10 |
| 1901 | 2026-02-26T16:20:46.410Z | Compiling smallvec v1.15.1 |
| 1902 | 2026-02-26T16:20:46.794Z | Compiling getrandom v0.2.15 |
| 1903 | 2026-02-26T16:20:46.827Z | Compiling pkg-config v0.3.31 |
| 1904 | 2026-02-26T16:20:46.973Z | Compiling value-bag v1.12.0 |
| 1905 | 2026-02-26T16:20:47.727Z | Compiling log v0.4.29 |
| 1906 | 2026-02-26T16:20:47.766Z | Compiling itoa v1.0.11 |
| 1907 | 2026-02-26T16:20:48.167Z | Compiling thiserror v2.0.18 |
| 1908 | 2026-02-26T16:20:48.426Z | Compiling scopeguard v1.2.0 |
| 1909 | 2026-02-26T16:20:48.704Z | Compiling slab v0.4.9 |
| 1910 | 2026-02-26T16:20:48.816Z | Compiling stable_deref_trait v1.2.0 |
| 1911 | 2026-02-26T16:20:48.841Z | Compiling subtle v2.6.1 |
| 1912 | 2026-02-26T16:20:48.947Z | Compiling critical-section v1.1.3 |
| 1913 | 2026-02-26T16:20:49.033Z | Compiling heck v0.5.0 |
| 1914 | 2026-02-26T16:20:49.138Z | Compiling semver v1.0.27 |
| 1915 | 2026-02-26T16:20:49.187Z | Compiling rand_core v0.6.4 |
| 1916 | 2026-02-26T16:20:50.188Z | Compiling once_cell v1.21.3 |
| 1917 | 2026-02-26T16:20:50.242Z | Compiling writeable v0.5.5 |
| 1918 | 2026-02-26T16:20:50.491Z | Compiling litemap v0.7.3 |
| 1919 | 2026-02-26T16:20:51.333Z | Compiling equivalent v1.0.2 |
| 1920 | 2026-02-26T16:20:51.366Z | Compiling schemars v0.8.22 |
| 1921 | 2026-02-26T16:20:51.469Z | Compiling allocator-api2 v0.2.21 |
| 1922 | 2026-02-26T16:20:51.514Z | Compiling percent-encoding v2.3.2 |
| 1923 | 2026-02-26T16:20:51.874Z | Compiling ring v0.17.14 |
| 1924 | 2026-02-26T16:20:52.001Z | Compiling cmake v0.1.57 |
| 1925 | 2026-02-26T16:20:52.272Z | Compiling icu_locid_transform_data v1.5.0 |
| 1926 | 2026-02-26T16:20:52.296Z | Compiling dunce v1.0.5 |
| 1927 | 2026-02-26T16:20:52.403Z | Compiling fs_extra v1.3.0 |
| 1928 | 2026-02-26T16:20:52.799Z | Compiling byteorder v1.5.0 |
| 1929 | 2026-02-26T16:20:52.927Z | Compiling aws-lc-sys v0.37.1 |
| 1930 | 2026-02-26T16:20:52.984Z | Compiling synstructure v0.13.1 |
| 1931 | 2026-02-26T16:20:53.241Z | Compiling serde_derive_internals v0.29.1 |
| 1932 | 2026-02-26T16:20:53.591Z | Compiling icu_properties_data v1.5.0 |
| 1933 | 2026-02-26T16:20:53.975Z | Compiling utf8_iter v1.0.4 |
| 1934 | 2026-02-26T16:20:54.146Z | Compiling utf16_iter v1.0.5 |
| 1935 | 2026-02-26T16:20:54.180Z | Compiling write16 v1.0.0 |
| 1936 | 2026-02-26T16:20:54.219Z | Compiling pin-project-lite v0.2.14 |
| 1937 | 2026-02-26T16:20:54.362Z | Compiling icu_normalizer_data v1.5.0 |
| 1938 | 2026-02-26T16:20:54.452Z | Compiling foldhash v0.2.0 |
| 1939 | 2026-02-26T16:20:54.707Z | Compiling form_urlencoded v1.2.2 |
| 1940 | 2026-02-26T16:20:54.864Z | Compiling hashbrown v0.16.1 |
| 1941 | 2026-02-26T16:20:55.070Z | Compiling aws-lc-rs v1.16.0 |
| 1942 | 2026-02-26T16:20:55.095Z | Compiling futures-core v0.3.32 |
| 1943 | 2026-02-26T16:20:55.319Z | Compiling rustversion v1.0.22 |
| 1944 | 2026-02-26T16:20:55.424Z | Compiling const-oid v0.9.6 |
| 1945 | 2026-02-26T16:20:56.182Z | Compiling serde_derive v1.0.228 |
| 1946 | 2026-02-26T16:20:56.265Z | Compiling zeroize_derive v1.4.2 |
| 1947 | 2026-02-26T16:20:56.289Z | Compiling zerofrom-derive v0.1.4 |
| 1948 | 2026-02-26T16:20:56.430Z | Compiling yoke-derive v0.7.4 |
| 1949 | 2026-02-26T16:20:56.473Z | Compiling zerovec-derive v0.10.3 |
| 1950 | 2026-02-26T16:20:56.770Z | Compiling displaydoc v0.2.5 |
| 1951 | 2026-02-26T16:20:56.850Z | Compiling icu_provider_macros v1.5.0 |
| 1952 | 2026-02-26T16:20:57.427Z | Compiling zeroize v1.8.1 |
| 1953 | 2026-02-26T16:20:57.882Z | Compiling tokio-macros v2.6.0 |
| 1954 | 2026-02-26T16:20:57.916Z | Compiling thiserror-impl v2.0.18 |
| 1955 | 2026-02-26T16:20:57.957Z | Compiling zerocopy-derive v0.7.35 |
| 1956 | 2026-02-26T16:20:58.209Z | Compiling futures-macro v0.3.31 |
| 1957 | 2026-02-26T16:20:58.863Z | Compiling zerofrom v0.1.4 |
| 1958 | 2026-02-26T16:20:59.233Z | Compiling yoke v0.7.4 |
| 1959 | 2026-02-26T16:20:59.524Z | Compiling schemars_derive v0.8.22 |
| 1960 | 2026-02-26T16:20:59.619Z | Compiling zerovec v0.10.4 |
| 1961 | 2026-02-26T16:20:59.716Z | Compiling der_derive v0.7.3 |
| 1962 | 2026-02-26T16:20:59.855Z | Compiling crypto-common v0.1.6 |
| 1963 | 2026-02-26T16:21:00.204Z | Compiling tracing-attributes v0.1.27 |
| 1964 | 2026-02-26T16:21:00.304Z | Compiling signal-hook-registry v1.4.2 |
| 1965 | 2026-02-26T16:21:00.658Z | Compiling fnv v1.0.7 |
| 1966 | 2026-02-26T16:21:01.684Z | Compiling tinystr v0.7.6 |
| 1967 | 2026-02-26T16:21:01.875Z | Compiling icu_collections v1.5.0 |
| 1968 | 2026-02-26T16:21:02.162Z | Compiling icu_locid v1.5.0 |
| 1969 | 2026-02-26T16:21:03.342Z | Compiling bytes v1.11.1 |
| 1970 | 2026-02-26T16:21:03.750Z | Compiling bitflags v2.9.4 |
| 1971 | 2026-02-26T16:21:03.901Z | Compiling icu_provider v1.5.0 |
| 1972 | 2026-02-26T16:21:04.430Z | Compiling parking_lot v0.12.3 |
| 1973 | 2026-02-26T16:21:04.711Z | Compiling mio v1.0.2 |
| 1974 | 2026-02-26T16:21:04.866Z | Compiling icu_locid_transform v1.5.0 |
| 1975 | 2026-02-26T16:21:05.681Z | Compiling httparse v1.9.5 |
| 1976 | 2026-02-26T16:21:05.723Z | Compiling vcpkg v0.2.15 |
| 1977 | 2026-02-26T16:21:06.313Z | Compiling block-buffer v0.10.4 |
| 1978 | 2026-02-26T16:21:06.457Z | Compiling icu_properties v1.5.1 |
| 1979 | 2026-02-26T16:21:06.917Z | Compiling zerocopy v0.8.27 |
| 1980 | 2026-02-26T16:21:07.129Z | Compiling digest v0.10.7 |
| 1981 | 2026-02-26T16:21:07.153Z | Compiling openssl-sys v0.9.109 |
| 1982 | 2026-02-26T16:21:07.494Z | Compiling indexmap v2.13.0 |
| 1983 | 2026-02-26T16:21:07.583Z | Compiling socket2 v0.6.1 |
| 1984 | 2026-02-26T16:21:08.116Z | Compiling zerocopy-derive v0.8.27 |
| 1985 | 2026-02-26T16:21:08.260Z | Compiling tokio v1.49.0 |
| 1986 | 2026-02-26T16:21:09.118Z | Compiling rustix v1.1.3 |
| 1987 | 2026-02-26T16:21:09.585Z | Compiling rustix v0.38.37 |
| 1988 | 2026-02-26T16:21:09.680Z | Compiling rustls v0.23.37 |
| 1989 | 2026-02-26T16:21:09.910Z | Compiling futures-sink v0.3.31 |
| 1990 | 2026-02-26T16:21:10.123Z | Compiling futures-channel v0.3.31 |
| 1991 | 2026-02-26T16:21:10.341Z | Compiling icu_normalizer v1.5.0 |
| 1992 | 2026-02-26T16:21:10.961Z | Compiling errno v0.3.12 |
| 1993 | 2026-02-26T16:21:11.208Z | Compiling iana-time-zone v0.1.63 |
| 1994 | 2026-02-26T16:21:11.321Z | Compiling futures-task v0.3.31 |
| 1995 | 2026-02-26T16:21:11.484Z | Compiling pin-utils v0.1.0 |
| 1996 | 2026-02-26T16:21:11.532Z | Compiling idna_adapter v1.2.0 |
| 1997 | 2026-02-26T16:21:11.723Z | Compiling futures-io v0.3.31 |
| 1998 | 2026-02-26T16:21:11.788Z | Compiling idna v1.0.3 |
| 1999 | 2026-02-26T16:21:12.001Z | Compiling futures-util v0.3.31 |
| 2000 | 2026-02-26T16:21:12.026Z | Compiling chrono v0.4.43 |
| 2001 | 2026-02-26T16:21:12.467Z | Compiling zerocopy v0.7.35 |
| 2002 | 2026-02-26T16:21:12.844Z | Compiling url v2.5.4 |
| 2003 | 2026-02-26T16:21:14.812Z | Compiling uuid v1.19.0 |
| 2004 | 2026-02-26T16:21:15.908Z | Compiling openssl v0.10.73 |
| 2005 | 2026-02-26T16:21:17.532Z | Compiling cpufeatures v0.2.14 |
| 2006 | 2026-02-26T16:21:17.842Z | Compiling ppv-lite86 v0.2.20 |
| 2007 | 2026-02-26T16:21:17.998Z | Compiling rustls-pki-types v1.14.0 |
| 2008 | 2026-02-26T16:21:18.207Z | Compiling openssl-macros v0.1.1 |
| 2009 | 2026-02-26T16:21:18.967Z | Compiling rustc_version v0.4.1 |
| 2010 | 2026-02-26T16:21:19.116Z | Compiling ucd-trie v0.1.7 |
| 2011 | 2026-02-26T16:21:19.417Z | Compiling native-tls v0.2.12 |
| 2012 | 2026-02-26T16:21:19.638Z | Compiling strsim v0.11.1 |
| 2013 | 2026-02-26T16:21:19.668Z | Compiling pest v2.8.2 |
| 2014 | 2026-02-26T16:21:19.712Z | Compiling hmac v0.12.1 |
| 2015 | 2026-02-26T16:21:19.832Z | Compiling http v1.4.0 |
| 2016 | 2026-02-26T16:21:19.910Z | Compiling serde_tokenstream v0.2.3 |
| 2017 | 2026-02-26T16:21:20.146Z | Compiling base64 v0.22.1 |
| 2018 | 2026-02-26T16:21:20.314Z | Compiling regex-syntax v0.8.5 |
| 2019 | 2026-02-26T16:21:20.462Z | Compiling foldhash v0.1.5 |
| 2020 | 2026-02-26T16:21:20.959Z | Compiling dyn-clone v1.0.20 |
| 2021 | 2026-02-26T16:21:21.607Z | Compiling hashbrown v0.15.4 |
| 2022 | 2026-02-26T16:21:22.574Z | Compiling pest_meta v2.8.2 |
| 2023 | 2026-02-26T16:21:23.354Z | Compiling block-padding v0.3.3 |
| 2024 | 2026-02-26T16:21:23.884Z | Compiling bzip2-sys v0.1.13+1.0.8 |
| 2025 | 2026-02-26T16:21:24.335Z | Compiling ident_case v1.0.1 |
| 2026 | 2026-02-26T16:21:24.359Z | Compiling thiserror v1.0.69 |
| 2027 | 2026-02-26T16:21:24.539Z | Compiling untrusted v0.9.0 |
| 2028 | 2026-02-26T16:21:25.157Z | Compiling pest_generator v2.8.2 |
| 2029 | 2026-02-26T16:21:25.233Z | Compiling inout v0.1.3 |
| 2030 | 2026-02-26T16:21:26.576Z | Compiling spin v0.9.8 |
| 2031 | 2026-02-26T16:21:26.601Z | Compiling time-core v0.1.8 |
| 2032 | 2026-02-26T16:21:27.273Z | Compiling syn v1.0.109 |
| 2033 | 2026-02-26T16:21:27.532Z | Compiling num-conv v0.2.0 |
| 2034 | 2026-02-26T16:21:27.905Z | Compiling time-macros v0.2.27 |
| 2035 | 2026-02-26T16:21:29.695Z | Compiling pest_derive v2.8.2 |
| 2036 | 2026-02-26T16:21:30.194Z | Compiling cipher v0.4.4 |
| 2037 | 2026-02-26T16:21:30.586Z | Compiling tokio-util v0.7.15 |
| 2038 | 2026-02-26T16:21:30.693Z | Compiling sha2 v0.10.9 |
| 2039 | 2026-02-26T16:21:33.274Z | Compiling slog v2.8.2 |
| 2040 | 2026-02-26T16:21:33.664Z | Compiling thiserror-impl v1.0.69 |
| 2041 | 2026-02-26T16:21:33.832Z | Compiling scroll_derive v0.13.1 |
| 2042 | 2026-02-26T16:21:33.875Z | Compiling tracing-core v0.1.32 |
| 2043 | 2026-02-26T16:21:34.843Z | Compiling zstd-sys v2.0.14+zstd.1.5.7 |
| 2044 | 2026-02-26T16:21:35.332Z | Compiling crossbeam-utils v0.8.21 |
| 2045 | 2026-02-26T16:21:35.524Z | Compiling base64ct v1.6.0 |
| 2046 | 2026-02-26T16:21:35.780Z | Compiling tracing v0.1.40 |
| 2047 | 2026-02-26T16:21:36.096Z | Compiling pem-rfc7468 v0.7.0 |
| 2048 | 2026-02-26T16:21:36.132Z | Compiling http-body v1.0.1 |
| 2049 | 2026-02-26T16:21:36.469Z | Compiling aho-corasick v1.1.3 |
| 2050 | 2026-02-26T16:21:36.667Z | Compiling atomic-waker v1.1.2 |
| 2051 | 2026-02-26T16:21:36.771Z | Compiling flagset v0.4.6 |
| 2052 | 2026-02-26T16:21:37.057Z | Compiling der v0.7.10 |
| 2053 | 2026-02-26T16:21:38.519Z | Compiling regex-automata v0.4.14 |
| 2054 | 2026-02-26T16:21:38.820Z | Compiling rand_core v0.9.3 |
| 2055 | 2026-02-26T16:21:39.530Z | Compiling openssl-probe v0.1.5 |
| 2056 | 2026-02-26T16:21:39.646Z | Compiling paste v1.0.15 |
| 2057 | 2026-02-26T16:21:39.816Z | Compiling try-lock v0.2.5 |
| 2058 | 2026-02-26T16:21:40.046Z | Compiling tower-service v0.3.3 |
| 2059 | 2026-02-26T16:21:40.071Z | Compiling untrusted v0.7.1 |
| 2060 | 2026-02-26T16:21:40.120Z | Compiling camino v1.2.2 |
| 2061 | 2026-02-26T16:21:40.256Z | Compiling plain v0.2.3 |
| 2062 | 2026-02-26T16:21:40.468Z | Compiling tower-layer v0.3.3 |
| 2063 | 2026-02-26T16:21:40.758Z | Compiling want v0.3.1 |
| 2064 | 2026-02-26T16:21:40.917Z | Compiling spki v0.7.3 |
| 2065 | 2026-02-26T16:21:41.365Z | Compiling h2 v0.4.6 |
| 2066 | 2026-02-26T16:21:41.501Z | Compiling salsa20 v0.10.2 |
| 2067 | 2026-02-26T16:21:41.758Z | Compiling pbkdf2 v0.12.2 |
| 2068 | 2026-02-26T16:21:42.235Z | Compiling ipnet v2.11.0 |
| 2069 | 2026-02-26T16:21:45.123Z | Compiling num-bigint-dig v0.8.6 |
| 2070 | 2026-02-26T16:21:45.286Z | Compiling httpdate v1.0.3 |
| 2071 | 2026-02-26T16:21:46.099Z | Compiling scrypt v0.11.0 |
| 2072 | 2026-02-26T16:21:46.558Z | Compiling rand_chacha v0.9.0 |
| 2073 | 2026-02-26T16:21:47.182Z | Compiling aes v0.8.4 |
| 2074 | 2026-02-26T16:21:47.303Z | Compiling cbc v0.1.2 |
| 2075 | 2026-02-26T16:21:48.845Z | Compiling cookie v0.18.1 |
| 2076 | 2026-02-26T16:21:48.876Z | Compiling ahash v0.8.12 |
| 2077 | 2026-02-26T16:21:49.063Z | Compiling anyhow v1.0.99 |
| 2078 | 2026-02-26T16:21:49.196Z | Compiling usdt-impl v0.6.0 |
| 2079 | 2026-02-26T16:21:49.245Z | Compiling zstd-safe v7.2.3 |
| 2080 | 2026-02-26T16:21:49.552Z | Compiling hyper v1.8.1 |
| 2081 | 2026-02-26T16:21:49.586Z | Compiling pretty-hex v0.4.1 |
| 2082 | 2026-02-26T16:21:49.653Z | Compiling fastrand v2.1.1 |
| 2083 | 2026-02-26T16:21:50.402Z | Compiling pkcs5 v0.7.1 |
| 2084 | 2026-02-26T16:21:53.392Z | Compiling hyper-util v0.1.19 |
| 2085 | 2026-02-26T16:21:53.430Z | Compiling rand v0.9.2 |
| 2086 | 2026-02-26T16:21:54.707Z | Compiling regex v1.12.3 |
| 2087 | 2026-02-26T16:21:55.931Z | Compiling scroll v0.13.0 |
| 2088 | 2026-02-26T16:21:56.401Z | Compiling lazy_static v1.5.0 |
| 2089 | 2026-02-26T16:21:56.526Z | Compiling heapless v0.7.17 |
| 2090 | 2026-02-26T16:21:56.650Z | Compiling async-trait v0.1.89 |
| 2091 | 2026-02-26T16:21:56.943Z | Compiling scroll_derive v0.12.0 |
| 2092 | 2026-02-26T16:21:57.730Z | Compiling clap_derive v4.5.47 |
| 2093 | 2026-02-26T16:21:58.163Z | Compiling daft-derive v0.1.4 |
| 2094 | 2026-02-26T16:21:58.738Z | Compiling adler2 v2.0.0 |
| 2095 | 2026-02-26T16:21:58.988Z | Compiling foreign-types-shared v0.1.1 |
| 2096 | 2026-02-26T16:21:59.135Z | Compiling signal-hook v0.3.18 |
| 2097 | 2026-02-26T16:21:59.447Z | Compiling foreign-types v0.3.2 |
| 2098 | 2026-02-26T16:21:59.506Z | Compiling miniz_oxide v0.8.5 |
| 2099 | 2026-02-26T16:21:59.598Z | Compiling goblin v0.10.2 |
| 2100 | 2026-02-26T16:22:00.785Z | Compiling tempfile v3.24.0 |
| 2101 | 2026-02-26T16:22:01.289Z | Compiling pkcs8 v0.10.2 |
| 2102 | 2026-02-26T16:22:01.873Z | Compiling rustls-native-certs v0.8.1 |
| 2103 | 2026-02-26T16:22:02.467Z | Compiling http-body-util v0.1.3 |
| 2104 | 2026-02-26T16:22:02.789Z | Compiling darling_core v0.20.10 |
| 2105 | 2026-02-26T16:22:03.258Z | Compiling sync_wrapper v1.0.1 |
| 2106 | 2026-02-26T16:22:03.420Z | Compiling ryu v1.0.18 |
| 2107 | 2026-02-26T16:22:03.947Z | Compiling tinyvec_macros v0.1.1 |
| 2108 | 2026-02-26T16:22:04.480Z | Compiling tinyvec v1.8.0 |
| 2109 | 2026-02-26T16:22:07.917Z | Compiling darling_macro v0.20.10 |
| 2110 | 2026-02-26T16:22:08.800Z | Compiling dof v0.4.0 |
| 2111 | 2026-02-26T16:22:08.870Z | Compiling serde_urlencoded v0.7.1 |
| 2112 | 2026-02-26T16:22:09.421Z | Compiling tower v0.5.2 |
| 2113 | 2026-02-26T16:22:12.891Z | Compiling dtrace-parser v0.3.0 |
| 2114 | 2026-02-26T16:22:13.801Z | Compiling darling_core v0.21.0 |
| 2115 | 2026-02-26T16:22:14.234Z | Compiling curve25519-dalek v4.1.3 |
| 2116 | 2026-02-26T16:22:14.384Z | Compiling webpki-roots v1.0.1 |
| 2117 | 2026-02-26T16:22:14.619Z | Compiling strum_macros v0.26.4 |
| 2118 | 2026-02-26T16:22:14.643Z | Compiling hex v0.4.3 |
| 2119 | 2026-02-26T16:22:15.280Z | Compiling thread-id v5.0.0 |
| 2120 | 2026-02-26T16:22:15.424Z | Compiling memoffset v0.9.1 |
| 2121 | 2026-02-26T16:22:15.878Z | Compiling smoltcp v0.9.1 |
| 2122 | 2026-02-26T16:22:15.903Z | Compiling anstyle v1.0.11 |
| 2123 | 2026-02-26T16:22:16.498Z | Compiling utf8parse v0.2.2 |
| 2124 | 2026-02-26T16:22:16.793Z | Compiling litrs v0.4.1 |
| 2125 | 2026-02-26T16:22:17.574Z | Compiling ref-cast v1.0.25 |
| 2126 | 2026-02-26T16:22:17.829Z | Compiling iri-string v0.7.8 |
| 2127 | 2026-02-26T16:22:18.348Z | Compiling document-features v0.2.11 |
| 2128 | 2026-02-26T16:22:18.921Z | Compiling darling_macro v0.21.0 |
| 2129 | 2026-02-26T16:22:20.577Z | Compiling anstyle-parse v0.2.5 |
| 2130 | 2026-02-26T16:22:22.047Z | Compiling tower-http v0.6.8 |
| 2131 | 2026-02-26T16:22:23.632Z | Compiling darling v0.20.10 |
| 2132 | 2026-02-26T16:22:24.355Z | Compiling erased-serde v0.3.31 |
| 2133 | 2026-02-26T16:22:25.047Z | Compiling serde_spanned v0.6.9 |
| 2134 | 2026-02-26T16:22:25.280Z | Compiling toml_datetime v0.6.11 |
| 2135 | 2026-02-26T16:22:25.340Z | Compiling wait-timeout v0.2.0 |
| 2136 | 2026-02-26T16:22:25.498Z | Compiling encoding_rs v0.8.34 |
| 2137 | 2026-02-26T16:22:25.752Z | Compiling mime v0.3.17 |
| 2138 | 2026-02-26T16:22:25.853Z | Compiling colorchoice v1.0.2 |
| 2139 | 2026-02-26T16:22:26.031Z | Compiling is_terminal_polyfill v1.70.1 |
| 2140 | 2026-02-26T16:22:26.079Z | Compiling anstyle-query v1.1.1 |
| 2141 | 2026-02-26T16:22:26.214Z | Compiling quick-error v1.2.3 |
| 2142 | 2026-02-26T16:22:26.258Z | Compiling buf-list v1.0.3 |
| 2143 | 2026-02-26T16:22:26.399Z | Compiling powerfmt v0.2.0 |
| 2144 | 2026-02-26T16:22:26.824Z | Compiling bit-vec v0.8.0 |
| 2145 | 2026-02-26T16:22:27.185Z | Compiling cfg_aliases v0.2.1 |
| 2146 | 2026-02-26T16:22:27.357Z | Compiling gimli v0.31.1 |
| 2147 | 2026-02-26T16:22:27.840Z | Compiling nix v0.29.0 |
| 2148 | 2026-02-26T16:22:28.487Z | Compiling bit-set v0.8.0 |
| 2149 | 2026-02-26T16:22:28.768Z | Compiling deranged v0.5.3 |
| 2150 | 2026-02-26T16:22:31.391Z | Compiling addr2line v0.24.2 |
| 2151 | 2026-02-26T16:22:31.500Z | Compiling rusty-fork v0.3.0 |
| 2152 | 2026-02-26T16:22:31.539Z | Compiling anstream v0.6.18 |
| 2153 | 2026-02-26T16:22:33.275Z | Compiling derive_builder_core v0.20.2 |
| 2154 | 2026-02-26T16:22:35.911Z | Compiling tokio-native-tls v0.3.1 |
| 2155 | 2026-02-26T16:22:36.229Z | Compiling darling v0.21.0 |
| 2156 | 2026-02-26T16:22:36.367Z | Compiling unicode-normalization v0.1.24 |
| 2157 | 2026-02-26T16:22:37.054Z | Compiling hubpack_derive v0.1.1 |
| 2158 | 2026-02-26T16:22:37.356Z | Compiling rand_xorshift v0.4.0 |
| 2159 | 2026-02-26T16:22:37.647Z | Compiling ipnetwork v0.21.1 |
| 2160 | 2026-02-26T16:22:38.705Z | Compiling openapiv3 v2.2.0 |
| 2161 | 2026-02-26T16:22:38.756Z | Compiling signature v2.2.0 |
| 2162 | 2026-02-26T16:22:38.849Z | Compiling strum_macros v0.27.2 |
| 2163 | 2026-02-26T16:22:39.017Z | Compiling ref-cast-impl v1.0.25 |
| 2164 | 2026-02-26T16:22:39.995Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2165 | 2026-02-26T16:22:40.947Z | Compiling object v0.36.5 |
| 2166 | 2026-02-26T16:22:41.243Z | Compiling fs-err v3.1.1 |
| 2167 | 2026-02-26T16:22:41.632Z | Compiling usdt-impl v0.5.0 |
| 2168 | 2026-02-26T16:22:42.015Z | Compiling crc32fast v1.4.2 |
| 2169 | 2026-02-26T16:22:42.295Z | Compiling unicode-properties v0.1.3 |
| 2170 | 2026-02-26T16:22:42.704Z | Compiling siphasher v0.3.11 |
| 2171 | 2026-02-26T16:22:42.850Z | Compiling unicode-bidi v0.3.17 |
| 2172 | 2026-02-26T16:22:43.034Z | Compiling rustc-demangle v0.1.24 |
| 2173 | 2026-02-26T16:22:43.058Z | Compiling num_threads v0.1.7 |
| 2174 | 2026-02-26T16:22:43.224Z | Compiling unarray v0.1.4 |
| 2175 | 2026-02-26T16:22:43.379Z | Compiling zlib-rs v0.5.1 |
| 2176 | 2026-02-26T16:22:43.891Z | Compiling stringprep v0.1.5 |
| 2177 | 2026-02-26T16:22:43.979Z | Compiling time v0.3.47 |
| 2178 | 2026-02-26T16:22:44.416Z | Compiling proptest v1.7.0 |
| 2179 | 2026-02-26T16:22:47.419Z | Compiling backtrace v0.3.74 |
| 2180 | 2026-02-26T16:22:47.567Z | Compiling libz-rs-sys v0.5.1 |
| 2181 | 2026-02-26T16:22:48.065Z | Compiling phf_shared v0.11.2 |
| 2182 | 2026-02-26T16:22:49.479Z | Compiling oxnet v0.1.4 |
| 2183 | 2026-02-26T16:22:50.249Z | Compiling serde_with_macros v3.16.1 |
| 2184 | 2026-02-26T16:22:50.974Z | Compiling hyper-tls v0.6.0 |
| 2185 | 2026-02-26T16:22:51.530Z | Compiling derive_builder_macro v0.20.2 |
| 2186 | 2026-02-26T16:22:51.769Z | Compiling usdt-attr-macro v0.6.0 |
| 2187 | 2026-02-26T16:22:51.827Z | Compiling usdt-macro v0.6.0 |
| 2188 | 2026-02-26T16:22:52.347Z | Compiling scroll v0.12.0 |
| 2189 | 2026-02-26T16:22:52.881Z | Compiling terminal_size v0.4.0 |
| 2190 | 2026-02-26T16:22:53.143Z | Compiling rand_chacha v0.3.1 |
| 2191 | 2026-02-26T16:22:53.360Z | Compiling md-5 v0.10.6 |
| 2192 | 2026-02-26T16:22:53.851Z | Compiling vergen-lib v0.1.6 |
| 2193 | 2026-02-26T16:22:53.887Z | Compiling num-integer v0.1.46 |
| 2194 | 2026-02-26T16:22:54.164Z | Compiling hash32 v0.2.1 |
| 2195 | 2026-02-26T16:22:54.470Z | Compiling ff v0.13.0 |
| 2196 | 2026-02-26T16:22:54.555Z | Compiling fallible-iterator v0.2.0 |
| 2197 | 2026-02-26T16:22:54.583Z | Compiling clap_lex v0.7.4 |
| 2198 | 2026-02-26T16:22:55.237Z | Compiling psl-types v2.0.11 |
| 2199 | 2026-02-26T16:22:55.454Z | Compiling base16ct v0.2.0 |
| 2200 | 2026-02-26T16:22:55.481Z | Compiling winnow v0.7.14 |
| 2201 | 2026-02-26T16:22:57.686Z | Compiling clap_builder v4.5.48 |
| 2202 | 2026-02-26T16:22:59.280Z | Compiling rustls-webpki v0.103.9 |
| 2203 | 2026-02-26T16:22:59.823Z | Compiling sec1 v0.7.3 |
| 2204 | 2026-02-26T16:23:00.167Z | Compiling publicsuffix v2.3.0 |
| 2205 | 2026-02-26T16:23:00.610Z | Compiling postgres-protocol v0.6.8 |
| 2206 | 2026-02-26T16:23:01.307Z | Compiling group v0.13.0 |
| 2207 | 2026-02-26T16:23:01.695Z | Compiling num-iter v0.1.45 |
| 2208 | 2026-02-26T16:23:02.123Z | Compiling rand v0.8.5 |
| 2209 | 2026-02-26T16:23:04.567Z | Compiling goblin v0.8.2 |
| 2210 | 2026-02-26T16:23:05.562Z | Compiling derive_builder v0.20.2 |
| 2211 | 2026-02-26T16:23:06.198Z | Compiling newtype-uuid v1.3.2 |
| 2212 | 2026-02-26T16:23:06.237Z | Compiling flate2 v1.1.2 |
| 2213 | 2026-02-26T16:23:07.525Z | Compiling tokio-rustls v0.26.0 |
| 2214 | 2026-02-26T16:23:07.996Z | Compiling hyper-rustls v0.27.7 |
| 2215 | 2026-02-26T16:23:08.690Z | Compiling hkdf v0.12.4 |
| 2216 | 2026-02-26T16:23:08.916Z | Compiling vergen v9.0.6 |
| 2217 | 2026-02-26T16:23:08.942Z | Compiling cargo-platform v0.1.8 |
| 2218 | 2026-02-26T16:23:09.247Z | Compiling crypto-bigint v0.5.5 |
| 2219 | 2026-02-26T16:23:09.389Z | Compiling regress v0.10.5 |
| 2220 | 2026-02-26T16:23:11.825Z | Compiling serde_repr v0.1.19 |
| 2221 | 2026-02-26T16:23:12.251Z | Compiling enum-as-inner v0.6.1 |
| 2222 | 2026-02-26T16:23:12.881Z | Compiling simd-adler32 v0.3.7 |
| 2223 | 2026-02-26T16:23:13.279Z | Compiling managed v0.8.0 |
| 2224 | 2026-02-26T16:23:13.484Z | Compiling lockfree-object-pool v0.1.6 |
| 2225 | 2026-02-26T16:23:13.763Z | Compiling unicode-segmentation v1.12.0 |
| 2226 | 2026-02-26T16:23:13.788Z | Compiling bumpalo v3.16.0 |
| 2227 | 2026-02-26T16:23:13.951Z | Compiling either v1.15.0 |
| 2228 | 2026-02-26T16:23:14.356Z | Compiling bitflags v1.3.2 |
| 2229 | 2026-02-26T16:23:14.482Z | Compiling winnow v0.5.40 |
| 2230 | 2026-02-26T16:23:14.585Z | Compiling zopfli v0.8.1 |
| 2231 | 2026-02-26T16:23:16.616Z | Compiling typify-impl v0.4.3 |
| 2232 | 2026-02-26T16:23:17.028Z | Compiling elliptic-curve v0.13.8 |
| 2233 | 2026-02-26T16:23:17.703Z | Compiling toml_edit v0.19.15 |
| 2234 | 2026-02-26T16:23:17.767Z | Compiling dof v0.3.0 |
| 2235 | 2026-02-26T16:23:19.310Z | Compiling cargo_metadata v0.19.2 |
| 2236 | 2026-02-26T16:23:22.678Z | Compiling rustls-platform-verifier v0.6.2 |
| 2237 | 2026-02-26T16:23:23.265Z | Compiling daft v0.1.4 |
| 2238 | 2026-02-26T16:23:23.447Z | Compiling zstd v0.13.3 |
| 2239 | 2026-02-26T16:23:23.567Z | Compiling signal-hook-mio v0.2.4 |
| 2240 | 2026-02-26T16:23:23.804Z | Compiling cookie_store v0.22.1 |
| 2241 | 2026-02-26T16:23:23.940Z | Compiling clap v4.5.48 |
| 2242 | 2026-02-26T16:23:24.049Z | Compiling postgres-types v0.2.9 |
| 2243 | 2026-02-26T16:23:24.246Z | Compiling dtrace-parser v0.2.0 |
| 2244 | 2026-02-26T16:23:25.280Z | Compiling phf v0.11.2 |
| 2245 | 2026-02-26T16:23:25.316Z | Compiling strum v0.27.2 |
| 2246 | 2026-02-26T16:23:25.645Z | Compiling ed25519 v2.2.3 |
| 2247 | 2026-02-26T16:23:25.673Z | Compiling hubpack v0.1.2 |
| 2248 | 2026-02-26T16:23:25.700Z | Compiling bzip2 v0.4.4 |
| 2249 | 2026-02-26T16:23:25.725Z | Compiling bzip2 v0.5.2 |
| 2250 | 2026-02-26T16:23:25.889Z | Compiling pkcs1 v0.7.5 |
| 2251 | 2026-02-26T16:23:26.075Z | Compiling bstr v1.10.0 |
| 2252 | 2026-02-26T16:23:26.177Z | Compiling rfc6979 v0.4.0 |
| 2253 | 2026-02-26T16:23:26.177Z | Compiling float-cmp v0.10.0 |
| 2254 | 2026-02-26T16:23:26.400Z | Compiling serde-big-array v0.5.1 |
| 2255 | 2026-02-26T16:23:26.482Z | Compiling structmeta-derive v0.3.0 |
| 2256 | 2026-02-26T16:23:26.652Z | Compiling env_filter v0.1.2 |
| 2257 | 2026-02-26T16:23:26.785Z | Compiling memmap2 v0.9.8 |
| 2258 | 2026-02-26T16:23:26.842Z | Compiling thread-id v4.2.2 |
| 2259 | 2026-02-26T16:23:27.001Z | Compiling socket2 v0.5.10 |
| 2260 | 2026-02-26T16:23:27.245Z | Compiling fixedbitset v0.5.7 |
| 2261 | 2026-02-26T16:23:27.363Z | Compiling static_assertions v1.1.0 |
| 2262 | 2026-02-26T16:23:27.502Z | Compiling toml_write v0.1.2 |
| 2263 | 2026-02-26T16:23:27.924Z | Compiling keccak v0.1.5 |
| 2264 | 2026-02-26T16:23:28.145Z | Compiling radium v0.7.0 |
| 2265 | 2026-02-26T16:23:28.368Z | Compiling normalize-line-endings v0.3.0 |
| 2266 | 2026-02-26T16:23:28.482Z | Compiling data-encoding v2.9.0 |
| 2267 | 2026-02-26T16:23:28.556Z | Compiling fixedbitset v0.4.2 |
| 2268 | 2026-02-26T16:23:28.613Z | Compiling jiff v0.2.15 |
| 2269 | 2026-02-26T16:23:29.014Z | Compiling precomputed-hash v0.1.1 |
| 2270 | 2026-02-26T16:23:29.207Z | Compiling new_debug_unreachable v1.0.6 |
| 2271 | 2026-02-26T16:23:29.676Z | Compiling difflib v0.4.0 |
| 2272 | 2026-02-26T16:23:30.632Z | Compiling whoami v1.5.2 |
| 2273 | 2026-02-26T16:23:31.210Z | Compiling rustc-hash v2.1.1 |
| 2274 | 2026-02-26T16:23:31.334Z | Compiling predicates-core v1.0.8 |
| 2275 | 2026-02-26T16:23:31.530Z | Compiling iddqd v0.3.16 |
| 2276 | 2026-02-26T16:23:31.687Z | Compiling predicates v3.1.3 |
| 2277 | 2026-02-26T16:23:32.803Z | Compiling reqwest v0.12.28 |
| 2278 | 2026-02-26T16:23:33.163Z | Compiling toml_edit v0.22.27 |
| 2279 | 2026-02-26T16:23:34.087Z | Compiling tokio-postgres v0.7.13 |
| 2280 | 2026-02-26T16:23:38.195Z | Compiling zip v4.2.0 |
| 2281 | 2026-02-26T16:23:38.978Z | Compiling string_cache v0.8.9 |
| 2282 | 2026-02-26T16:23:39.020Z | Compiling hickory-proto v0.25.2 |
| 2283 | 2026-02-26T16:23:39.368Z | Compiling petgraph v0.6.5 |
| 2284 | 2026-02-26T16:23:40.296Z | Compiling structmeta v0.3.0 |
| 2285 | 2026-02-26T16:23:40.896Z | Compiling sha3 v0.10.8 |
| 2286 | 2026-02-26T16:23:41.490Z | Compiling petgraph v0.8.2 |
| 2287 | 2026-02-26T16:23:42.837Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2288 | 2026-02-26T16:23:43.874Z | Compiling usdt v0.6.0 |
| 2289 | 2026-02-26T16:23:44.385Z | Compiling similar v2.7.0 |
| 2290 | 2026-02-26T16:23:46.369Z | Compiling env_logger v0.11.8 |
| 2291 | 2026-02-26T16:23:47.110Z | Compiling serde_with v3.16.1 |
| 2292 | 2026-02-26T16:23:47.136Z | Compiling rsa v0.9.8 |
| 2293 | 2026-02-26T16:23:48.705Z | Compiling ecdsa v0.16.9 |
| 2294 | 2026-02-26T16:23:49.740Z | Compiling zip v0.6.6 |
| 2295 | 2026-02-26T16:23:51.152Z | Compiling ed25519-dalek v2.1.1 |
| 2296 | 2026-02-26T16:23:51.673Z | Compiling typify-macro v0.4.3 |
| 2297 | 2026-02-26T16:23:52.234Z | Compiling reqwest v0.13.2 |
| 2298 | 2026-02-26T16:23:54.025Z | Compiling crossterm v0.28.1 |
| 2299 | 2026-02-26T16:23:54.543Z | Compiling toml v0.7.8 |
| 2300 | 2026-02-26T16:23:54.728Z | Compiling crossbeam-epoch v0.9.18 |
| 2301 | 2026-02-26T16:23:55.494Z | Compiling heck v0.4.1 |
| 2302 | 2026-02-26T16:23:55.795Z | Compiling itertools v0.13.0 |
| 2303 | 2026-02-26T16:23:56.174Z | Compiling itertools v0.10.5 |
| 2304 | 2026-02-26T16:23:56.755Z | Compiling strum v0.26.3 |
| 2305 | 2026-02-26T16:23:58.744Z | Compiling tokio-stream v0.1.17 |
| 2306 | 2026-02-26T16:23:58.843Z | Compiling gateway-ereport-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 2307 | 2026-02-26T16:23:59.292Z | Compiling x509-cert v0.2.5 |
| 2308 | 2026-02-26T16:23:59.705Z | Compiling sha1 v0.10.6 |
| 2309 | 2026-02-26T16:24:00.159Z | Compiling winnow v0.6.26 |
| 2310 | 2026-02-26T16:24:01.746Z | Compiling lalrpop-util v0.19.12 |
| 2311 | 2026-02-26T16:24:02.125Z | Compiling peg-runtime v0.8.5 |
| 2312 | 2026-02-26T16:24:02.719Z | Compiling maybe-uninit v2.0.0 |
| 2313 | 2026-02-26T16:24:02.826Z | Compiling tap v1.0.1 |
| 2314 | 2026-02-26T16:24:03.040Z | Compiling wyz v0.5.1 |
| 2315 | 2026-02-26T16:24:03.543Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2316 | 2026-02-26T16:24:10.133Z | Compiling packed_struct v0.10.1 |
| 2317 | 2026-02-26T16:24:11.424Z | Compiling funty v2.0.0 |
| 2318 | 2026-02-26T16:24:13.928Z | Compiling bitvec v1.0.1 |
| 2319 | 2026-02-26T16:24:18.923Z | Compiling packed_struct_codegen v0.10.1 |
| 2320 | 2026-02-26T16:24:18.965Z | Compiling futures-executor v0.3.31 |
| 2321 | 2026-02-26T16:24:20.019Z | Compiling bitfield-macros v0.19.2 |
| 2322 | 2026-02-26T16:24:20.486Z | Compiling zerocopy-derive v0.6.6 |
| 2323 | 2026-02-26T16:24:21.361Z | Compiling indexmap v1.9.3 |
| 2324 | 2026-02-26T16:24:22.095Z | Compiling typeid v1.0.3 |
| 2325 | 2026-02-26T16:24:22.318Z | Compiling crc-catalog v2.4.0 |
| 2326 | 2026-02-26T16:24:22.654Z | Compiling nodrop v0.1.14 |
| 2327 | 2026-02-26T16:24:22.808Z | Compiling array-init v0.0.4 |
| 2328 | 2026-02-26T16:24:22.851Z | Compiling crc v3.2.1 |
| 2329 | 2026-02-26T16:24:23.801Z | Compiling zerocopy v0.6.6 |
| 2330 | 2026-02-26T16:24:24.439Z | Compiling bitfield v0.19.2 |
| 2331 | 2026-02-26T16:24:25.878Z | Compiling futures v0.3.31 |
| 2332 | 2026-02-26T16:24:27.592Z | Compiling smallvec v0.6.14 |
| 2333 | 2026-02-26T16:24:29.297Z | Compiling typify v0.4.3 |
| 2334 | 2026-02-26T16:24:29.408Z | Compiling derive-ex v0.1.8 |
| 2335 | 2026-02-26T16:24:30.758Z | Compiling base64 v0.21.7 |
| 2336 | 2026-02-26T16:24:30.944Z | Compiling rustls v0.22.4 |
| 2337 | 2026-02-26T16:24:31.964Z | Compiling unsafe-libyaml v0.2.11 |
| 2338 | 2026-02-26T16:24:32.249Z | Compiling hashbrown v0.12.3 |
| 2339 | 2026-02-26T16:24:32.718Z | Compiling test-strategy v0.4.3 |
| 2340 | 2026-02-26T16:24:33.128Z | Compiling serde_yaml v0.9.34+deprecated |
| 2341 | 2026-02-26T16:24:35.678Z | Compiling ron v0.8.1 |
| 2342 | 2026-02-26T16:24:37.603Z | Compiling progenitor-impl v0.11.2 |
| 2343 | 2026-02-26T16:24:39.633Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2344 | 2026-02-26T16:24:42.102Z | Compiling serde-hex v0.1.0 |
| 2345 | 2026-02-26T16:24:43.635Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2346 | 2026-02-26T16:24:46.525Z | Compiling toml v0.8.23 |
| 2347 | 2026-02-26T16:24:47.145Z | Compiling hashbrown v0.13.2 |
| 2348 | 2026-02-26T16:24:51.095Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 2349 | 2026-02-26T16:24:51.353Z | Compiling xattr v1.3.1 |
| 2350 | 2026-02-26T16:24:51.406Z | Compiling rustls-webpki v0.102.8 |
| 2351 | 2026-02-26T16:24:52.895Z | Compiling pin-project-internal v1.1.6 |
| 2352 | 2026-02-26T16:24:53.223Z | Compiling thread_local v1.1.8 |
| 2353 | 2026-02-26T16:24:53.803Z | Compiling filetime v0.2.26 |
| 2354 | 2026-02-26T16:24:54.130Z | Compiling multer v3.1.0 |
| 2355 | 2026-02-26T16:24:54.856Z | Compiling rayon-core v1.12.1 |
| 2356 | 2026-02-26T16:24:54.967Z | Compiling slog-async v2.8.0 |
| 2357 | 2026-02-26T16:24:56.037Z | Compiling crc-any v2.5.0 |
| 2358 | 2026-02-26T16:24:56.113Z | Compiling match_cfg v0.1.0 |
| 2359 | 2026-02-26T16:24:56.804Z | Compiling same-file v1.0.6 |
| 2360 | 2026-02-26T16:24:57.142Z | Compiling walkdir v2.5.0 |
| 2361 | 2026-02-26T16:24:58.434Z | Compiling lpc55_sign v0.3.5 (https://github.com/oxidecomputer/lpc55_support#205d47d4) |
| 2362 | 2026-02-26T16:25:00.670Z | Compiling hostname v0.3.1 |
| 2363 | 2026-02-26T16:25:06.396Z | Compiling pin-project v1.1.6 |
| 2364 | 2026-02-26T16:25:06.732Z | Compiling tar v0.4.44 |
| 2365 | 2026-02-26T16:25:12.749Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2366 | 2026-02-26T16:25:14.531Z | Compiling object v0.30.4 |
| 2367 | 2026-02-26T16:25:15.041Z | Compiling erased-serde v0.4.6 |
| 2368 | 2026-02-26T16:25:15.066Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 2369 | 2026-02-26T16:25:16.347Z | Compiling progenitor-macro v0.11.2 |
| 2370 | 2026-02-26T16:25:18.611Z | Compiling progenitor-client v0.11.2 |
| 2371 | 2026-02-26T16:25:19.324Z | Compiling toml_parser v1.0.6+spec-1.1.0 |
| 2372 | 2026-02-26T16:25:19.510Z | Compiling crossbeam-channel v0.5.15 |
| 2373 | 2026-02-26T16:25:20.971Z | Compiling slog-json v2.6.1 |
| 2374 | 2026-02-26T16:25:22.217Z | Compiling async-stream-impl v0.3.6 |
| 2375 | 2026-02-26T16:25:22.853Z | Compiling snafu-derive v0.8.5 |
| 2376 | 2026-02-26T16:25:23.010Z | Compiling ordered-float v2.10.1 |
| 2377 | 2026-02-26T16:25:23.279Z | Compiling serde_path_to_error v0.1.20 |
| 2378 | 2026-02-26T16:25:23.601Z | Compiling serde_spanned v1.0.4 |
| 2379 | 2026-02-26T16:25:23.870Z | Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 2380 | 2026-02-26T16:25:24.636Z | Compiling is-terminal v0.4.13 |
| 2381 | 2026-02-26T16:25:24.802Z | Compiling fs-err v2.11.0 |
| 2382 | 2026-02-26T16:25:25.151Z | Compiling dropshot v0.16.7 |
| 2383 | 2026-02-26T16:25:25.233Z | Compiling toml_writer v1.0.6+spec-1.1.0 |
| 2384 | 2026-02-26T16:25:25.519Z | Compiling path-slash v0.1.5 |
| 2385 | 2026-02-26T16:25:25.770Z | Compiling debug-ignore v1.0.5 |
| 2386 | 2026-02-26T16:25:25.811Z | Compiling term v1.1.0 |
| 2387 | 2026-02-26T16:25:25.882Z | Compiling take_mut v0.2.2 |
| 2388 | 2026-02-26T16:25:25.977Z | Compiling unicode-width v0.1.14 |
| 2389 | 2026-02-26T16:25:26.196Z | Compiling snafu v0.8.5 |
| 2390 | 2026-02-26T16:25:26.515Z | Compiling slog-term v2.9.2 |
| 2391 | 2026-02-26T16:25:26.540Z | Compiling tabwriter v1.4.0 |
| 2392 | 2026-02-26T16:25:27.240Z | Compiling toml v0.9.11+spec-1.1.0 |
| 2393 | 2026-02-26T16:25:27.431Z | Compiling progenitor v0.11.2 |
| 2394 | 2026-02-26T16:25:27.837Z | Compiling serde-value v0.7.0 |
| 2395 | 2026-02-26T16:25:27.873Z | Compiling async-stream v0.3.6 |
| 2396 | 2026-02-26T16:25:28.235Z | Compiling slog-bunyan v2.5.0 |
| 2397 | 2026-02-26T16:25:28.666Z | Compiling serde-untagged v0.1.7 |
| 2398 | 2026-02-26T16:25:29.128Z | Compiling tokio-rustls v0.25.0 |
| 2399 | 2026-02-26T16:25:29.272Z | Compiling globset v0.4.15 |
| 2400 | 2026-02-26T16:25:29.347Z | Compiling crossbeam-deque v0.8.5 |
| 2401 | 2026-02-26T16:25:29.530Z | Compiling camino-tempfile v1.4.1 |
| 2402 | 2026-02-26T16:25:29.593Z | Compiling parse-display-derive v0.10.0 |
| 2403 | 2026-02-26T16:25:29.745Z | Compiling olpc-cjson v0.1.4 |
| 2404 | 2026-02-26T16:25:30.154Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2405 | 2026-02-26T16:25:30.298Z | Compiling waitgroup v0.1.2 |
| 2406 | 2026-02-26T16:25:30.560Z | Compiling pem v3.0.5 |
| 2407 | 2026-02-26T16:25:31.621Z | Compiling newtype-uuid-macros v0.1.0 |
| 2408 | 2026-02-26T16:25:31.865Z | Compiling dropshot_endpoint v0.16.7 |
| 2409 | 2026-02-26T16:25:32.458Z | Compiling rustls-pemfile v2.2.0 |
| 2410 | 2026-02-26T16:25:32.528Z | Compiling serde_plain v1.0.2 |
| 2411 | 2026-02-26T16:25:32.953Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2412 | 2026-02-26T16:25:32.978Z | Compiling async-recursion v1.1.1 |
| 2413 | 2026-02-26T16:25:33.052Z | Compiling blake3 v1.5.4 |
| 2414 | 2026-02-26T16:25:33.569Z | Compiling hostname v0.4.2 |
| 2415 | 2026-02-26T16:25:33.631Z | Compiling instant v0.1.13 |
| 2416 | 2026-02-26T16:25:33.836Z | Compiling half v2.4.1 |
| 2417 | 2026-02-26T16:25:33.860Z | Compiling unicode-xid v0.2.6 |
| 2418 | 2026-02-26T16:25:34.048Z | Compiling ciborium-io v0.2.2 |
| 2419 | 2026-02-26T16:25:34.108Z | Compiling typed-path v0.9.3 |
| 2420 | 2026-02-26T16:25:34.216Z | Compiling colored v3.0.0 |
| 2421 | 2026-02-26T16:25:34.241Z | Compiling cargo-util-schemas v0.8.2 |
| 2422 | 2026-02-26T16:25:34.452Z | Compiling ciborium-ll v0.2.2 |
| 2423 | 2026-02-26T16:25:34.738Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2424 | 2026-02-26T16:25:34.944Z | Compiling backoff v0.4.0 |
| 2425 | 2026-02-26T16:25:35.508Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2426 | 2026-02-26T16:25:35.663Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2427 | 2026-02-26T16:25:35.778Z | Compiling parse-display v0.10.0 |
| 2428 | 2026-02-26T16:25:37.426Z | Compiling tough v0.20.0 |
| 2429 | 2026-02-26T16:25:38.803Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2430 | 2026-02-26T16:25:38.992Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?branch=main#2b1ef9b3) |
| 2431 | 2026-02-26T16:25:39.415Z | Compiling tufaceous-brand-metadata v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2432 | 2026-02-26T16:25:39.624Z | Compiling progenitor-client v0.13.0 |
| 2433 | 2026-02-26T16:25:39.920Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 2434 | 2026-02-26T16:25:40.043Z | Compiling itertools v0.14.0 |
| 2435 | 2026-02-26T16:25:40.536Z | Compiling progenitor-client v0.10.0 |
| 2436 | 2026-02-26T16:25:41.376Z | Compiling backon v1.6.0 |
| 2437 | 2026-02-26T16:25:41.793Z | Compiling cargo-platform v0.2.0 |
| 2438 | 2026-02-26T16:25:42.808Z | Compiling macaddr v1.0.1 |
| 2439 | 2026-02-26T16:25:43.165Z | Compiling parse-size v1.1.0 |
| 2440 | 2026-02-26T16:25:43.328Z | Compiling constant_time_eq v0.3.1 |
| 2441 | 2026-02-26T16:25:43.474Z | Compiling arrayref v0.3.9 |
| 2442 | 2026-02-26T16:25:43.546Z | Compiling indent_write v2.2.0 |
| 2443 | 2026-02-26T16:25:43.613Z | Compiling arrayvec v0.7.6 |
| 2444 | 2026-02-26T16:25:43.803Z | Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 2445 | 2026-02-26T16:25:46.123Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2446 | 2026-02-26T16:25:46.259Z | Compiling cargo_metadata v0.21.0 |
| 2447 | 2026-02-26T16:25:48.470Z | Compiling ciborium v0.2.2 |
| 2448 | 2026-02-26T16:25:50.187Z | Compiling hubtools v0.4.7 (https://github.com/oxidecomputer/hubtools.git?rev=2b1ef9b38d75563ea800baa3b17327eec17b1b7a#2b1ef9b3) |
| 2449 | 2026-02-26T16:25:51.195Z | Compiling display-error-chain v0.2.2 |
| 2450 | 2026-02-26T16:25:51.465Z | Compiling topological-sort v0.2.2 |
| 2451 | 2026-02-26T16:25:51.770Z | Compiling omicron-zone-package v0.12.2 |
| 2452 | 2026-02-26T16:25:55.519Z | Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim.git?rev=f0d5d5168d3d31487a56df32c676b0c6240bcc6b#f0d5d516) |
| 2453 | 2026-02-26T16:25:58.690Z | Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 2454 | 2026-02-26T16:26:02.138Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2455 | 2026-02-26T16:26:02.603Z | Compiling shell-words v1.1.0 |
| 2456 | 2026-02-26T16:26:18.769Z | Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2457 | 2026-02-26T16:26:38.984Z | Finished `release` profile [optimized] target(s) in 5m 57s |
| 2458 | 2026-02-26T16:26:39.152Z | Running `target/release/omicron-releng --output-dir /work --mkincorp` |
| 2459 | 2026-02-26T16:26:39.234Z | Feb 26 16:26:38.711 DEBG changing working directory to /work/oxidecomputer/omicron |
| 2460 | 2026-02-26T16:26:39.430Z | Feb 26 16:26:38.909 DEBG running: git rev-parse HEAD |
| 2461 | 2026-02-26T16:26:39.454Z | Feb 26 16:26:38.914 DEBG process exited with exit status: 0 (4.936234ms) |
| 2462 | 2026-02-26T16:26:39.454Z | Feb 26 16:26:38.914 INFO version: 19.0.0-0.ci+git889deabbf7d |
| 2463 | 2026-02-26T16:26:39.454Z | Feb 26 16:26:38.926 INFO cloning helios to /work/oxidecomputer/helios |
| 2464 | 2026-02-26T16:26:39.454Z | Feb 26 16:26:38.926 DEBG running: git clone https://github.com/oxidecomputer/helios.git /work/oxidecomputer/helios |
| 2465 | 2026-02-26T16:26:39.454Z | Cloning into '/work/oxidecomputer/helios'... |
| 2466 | 2026-02-26T16:26:40.321Z | Feb 26 16:26:39.799 DEBG process exited with exit status: 0 (873.635296ms) |
| 2467 | 2026-02-26T16:26:40.321Z | Feb 26 16:26:39.799 DEBG running: git -C /work/oxidecomputer/helios rev-parse --verify HEAD^{commit} |
| 2468 | 2026-02-26T16:26:40.345Z | Feb 26 16:26:39.807 DEBG process exited with exit status: 0 (7.487192ms) |
| 2469 | 2026-02-26T16:26:40.345Z | Feb 26 16:26:39.807 DEBG running: pkg verify -q /system/zones/brand/omicron1/tools |
| 2470 | 2026-02-26T16:26:42.241Z | Feb 26 16:26:41.719 DEBG process exited with exit status: 0 (1.91231994s) |
| 2471 | 2026-02-26T16:26:42.241Z | Feb 26 16:26:41.719 DEBG running: zfs list rpool/images/build/host |
| 2472 | 2026-02-26T16:26:42.265Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2473 | 2026-02-26T16:26:42.265Z | rpool/images/build/host 96K 150G 96K /rpool/images/build/host |
| 2474 | 2026-02-26T16:26:42.265Z | Feb 26 16:26:41.727 DEBG process exited with exit status: 0 (7.228815ms) |
| 2475 | 2026-02-26T16:26:42.265Z | Feb 26 16:26:41.727 DEBG running: zfs list rpool/images/build/recovery |
| 2476 | 2026-02-26T16:26:42.265Z | NAME USED AVAIL REFER MOUNTPOINT |
| 2477 | 2026-02-26T16:26:42.265Z | rpool/images/build/recovery 96K 150G 96K /rpool/images/build/recovery |
| 2478 | 2026-02-26T16:26:42.265Z | Feb 26 16:26:41.733 DEBG process exited with exit status: 0 (6.194363ms) |
| 2479 | 2026-02-26T16:26:42.265Z | Feb 26 16:26:41.734 INFO [hubris-production] running task |
| 2480 | 2026-02-26T16:26:42.265Z | Feb 26 16:26:41.734 INFO [incorp-manifest] running task |
| 2481 | 2026-02-26T16:26:42.266Z | Feb 26 16:26:41.734 INFO [hubris-staging] running task |
| 2482 | 2026-02-26T16:26:42.266Z | Feb 26 16:26:41.735 DEBG running: pkg list -g https://pkg.oxide.computer/helios/2/dev/ -F json -o fmri -n '*' |
| 2483 | 2026-02-26T16:26:42.266Z | Feb 26 16:26:41.735 INFO [helios-setup] running: BUILD_OS=no PWD=/work/oxidecomputer/helios ptime -m gmake setup |
| 2484 | 2026-02-26T16:26:42.266Z | Feb 26 16:26:41.736 INFO [incorp-create] running: pkgrepo create /work/incorporation |
| 2485 | 2026-02-26T16:26:42.266Z | Feb 26 16:26:41.737 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 |
| 2486 | 2026-02-26T16:26:42.377Z | [ helios-setup] cd tools/helios-build && cargo build --quiet |
| 2487 | 2026-02-26T16:26:42.687Z | Feb 26 16:26:42.166 INFO [incorp-create] process exited with exit status: 0 (429.309483ms) |
| 2488 | 2026-02-26T16:26:42.711Z | Feb 26 16:26:42.166 INFO [incorp-publisher] running: pkgrepo add-publisher -s /work/incorporation helios-dev |
| 2489 | 2026-02-26T16:26:43.168Z | Feb 26 16:26:42.647 INFO [incorp-publisher] process exited with exit status: 0 (480.832812ms) |
| 2490 | 2026-02-26T16:26:43.202Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2491 | 2026-02-26T16:26:43.992Z | [ omicron-package] Blocking waiting for file lock on package cache |
| 2492 | 2026-02-26T16:26:45.294Z | [ omicron-package] Compiling ring v0.17.14 |
| 2493 | 2026-02-26T16:26:45.411Z | [ omicron-package] Compiling proc-macro-crate v1.3.1 |
| 2494 | 2026-02-26T16:26:45.435Z | [ omicron-package] Compiling itertools v0.14.0 |
| 2495 | 2026-02-26T16:26:45.436Z | [ omicron-package] Compiling heapless v0.8.0 |
| 2496 | 2026-02-26T16:26:45.436Z | [ omicron-package] Compiling hash32 v0.3.1 |
| 2497 | 2026-02-26T16:26:45.436Z | [ omicron-package] Compiling smoltcp v0.11.0 |
| 2498 | 2026-02-26T16:26:45.436Z | [ omicron-package] Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2499 | 2026-02-26T16:26:46.289Z | [ omicron-package] Compiling proc-macro-error-attr v1.0.4 |
| 2500 | 2026-02-26T16:26:47.238Z | [ omicron-package] Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2501 | 2026-02-26T16:26:47.430Z | [ omicron-package] Compiling num_enum_derive v0.5.11 |
| 2502 | 2026-02-26T16:26:47.725Z | [ omicron-package] Compiling cobs v0.2.3 |
| 2503 | 2026-02-26T16:26:48.181Z | [ omicron-package] Compiling postcard v1.0.10 |
| 2504 | 2026-02-26T16:26:48.668Z | [ omicron-package] Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2505 | 2026-02-26T16:26:48.721Z | [ omicron-package] Compiling foreign-types-macros v0.2.3 |
| 2506 | 2026-02-26T16:26:50.092Z | [ omicron-package] Compiling proc-macro-error v1.0.4 |
| 2507 | 2026-02-26T16:26:50.695Z | [ omicron-package] Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2508 | 2026-02-26T16:26:51.066Z | Feb 26 16:26:50.545 INFO [hubris-production] task succeeded (8.810619786s) |
| 2509 | 2026-02-26T16:26:51.224Z | [ omicron-package] Compiling foreign-types-shared v0.3.1 |
| 2510 | 2026-02-26T16:26:51.385Z | [ omicron-package] Compiling num_enum v0.5.11 |
| 2511 | 2026-02-26T16:26:51.694Z | [ omicron-package] Compiling rustls v0.23.37 |
| 2512 | 2026-02-26T16:26:51.718Z | [ omicron-package] Compiling ingot-macros v0.1.1 |
| 2513 | 2026-02-26T16:26:52.022Z | [ omicron-package] Compiling foreign-types v0.5.0 |
| 2514 | 2026-02-26T16:26:52.784Z | [ omicron-package] Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2515 | 2026-02-26T16:26:53.037Z | [ omicron-package] Compiling cstr-argument v0.1.2 |
| 2516 | 2026-02-26T16:26:53.196Z | [ omicron-package] Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2517 | 2026-02-26T16:26:53.770Z | [ omicron-package] Compiling pretty-hex v0.2.1 |
| 2518 | 2026-02-26T16:26:54.035Z | [ omicron-package] Compiling crucible-workspace-hack v0.1.0 |
| 2519 | 2026-02-26T16:26:54.150Z | [ omicron-package] Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2520 | 2026-02-26T16:26:54.334Z | [ omicron-package] Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2521 | 2026-02-26T16:26:55.208Z | [ omicron-package] Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2522 | 2026-02-26T16:26:55.982Z | [ omicron-package] Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2523 | 2026-02-26T16:26:56.007Z | [ omicron-package] Compiling rayon v1.10.0 |
| 2524 | 2026-02-26T16:26:56.194Z | [ omicron-package] Compiling colored v2.2.0 |
| 2525 | 2026-02-26T16:26:56.903Z | [ omicron-package] Compiling nix v0.30.1 |
| 2526 | 2026-02-26T16:26:57.672Z | [ omicron-package] Compiling rustls-webpki v0.103.9 |
| 2527 | 2026-02-26T16:26:58.048Z | [ omicron-package] Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#7e56ab6e) |
| 2528 | 2026-02-26T16:26:58.903Z | [ omicron-package] Compiling zone_cfg_derive v0.3.0 |
| 2529 | 2026-02-26T16:27:00.337Z | [ omicron-package] Compiling ingot-types v0.1.2 |
| 2530 | 2026-02-26T16:27:00.631Z | [ omicron-package] Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2531 | 2026-02-26T16:27:00.631Z | [ omicron-package] Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2532 | 2026-02-26T16:27:01.211Z | [ omicron-package] Compiling itertools v0.12.1 |
| 2533 | 2026-02-26T16:27:01.281Z | [ omicron-package] Compiling secrecy v0.10.3 |
| 2534 | 2026-02-26T16:27:01.464Z | [ omicron-package] Compiling ingot v0.1.1 |
| 2535 | 2026-02-26T16:27:02.161Z | [ omicron-package] Compiling num-derive v0.4.2 |
| 2536 | 2026-02-26T16:27:02.385Z | [ omicron-package] Compiling rustls v0.22.4 |
| 2537 | 2026-02-26T16:27:02.506Z | [ omicron-package] Compiling sigpipe v0.1.3 |
| 2538 | 2026-02-26T16:27:03.090Z | [ omicron-package] Compiling libefi-sys v0.1.0 |
| 2539 | 2026-02-26T16:27:03.371Z | [ omicron-package] Compiling glob v0.3.2 |
| 2540 | 2026-02-26T16:27:04.355Z | [ omicron-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2541 | 2026-02-26T16:27:04.802Z | [ omicron-package] Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 2542 | 2026-02-26T16:27:05.799Z | [ omicron-package] Compiling zone v0.3.1 |
| 2543 | 2026-02-26T16:27:06.170Z | [ omicron-package] Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 2544 | 2026-02-26T16:27:07.070Z | [ omicron-package] Compiling rustls-webpki v0.102.8 |
| 2545 | 2026-02-26T16:27:07.520Z | [ omicron-package] Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2546 | 2026-02-26T16:27:09.973Z | [ omicron-package] Compiling tokio-rustls v0.26.0 |
| 2547 | 2026-02-26T16:27:11.073Z | [ omicron-package] Compiling hyper-rustls v0.27.7 |
| 2548 | 2026-02-26T16:27:11.792Z | [ omicron-package] Compiling rustls-platform-verifier v0.6.2 |
| 2549 | 2026-02-26T16:27:12.210Z | [ omicron-package] Compiling reqwest v0.13.2 |
| 2550 | 2026-02-26T16:27:12.318Z | [ omicron-package] Compiling reqwest v0.12.28 |
| 2551 | 2026-02-26T16:27:14.498Z | [ omicron-package] Compiling usdt-macro v0.5.0 |
| 2552 | 2026-02-26T16:27:14.532Z | [ omicron-package] Compiling usdt-attr-macro v0.5.0 |
| 2553 | 2026-02-26T16:27:14.897Z | [ omicron-package] Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2554 | 2026-02-26T16:27:16.002Z | [ omicron-package] Compiling smf v0.2.3 |
| 2555 | 2026-02-26T16:27:16.367Z | [ omicron-package] Compiling bitfield-struct v0.6.2 |
| 2556 | 2026-02-26T16:27:16.467Z | [ omicron-package] Compiling memmap v0.7.0 |
| 2557 | 2026-02-26T16:27:17.199Z | [ omicron-package] Compiling usdt v0.5.0 |
| 2558 | 2026-02-26T16:27:18.440Z | [ omicron-package] Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2559 | 2026-02-26T16:27:18.895Z | [ omicron-package] Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=e547d07b08c3f3d6c821c9eb7a958adcffce6e56#e547d07b) |
| 2560 | 2026-02-26T16:27:19.094Z | [ omicron-package] Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2561 | 2026-02-26T16:27:19.294Z | [ omicron-package] Compiling unicode-width v0.2.0 |
| 2562 | 2026-02-26T16:27:19.574Z | [ omicron-package] Compiling tokio-rustls v0.25.0 |
| 2563 | 2026-02-26T16:27:20.233Z | [ omicron-package] Compiling dropshot v0.16.7 |
| 2564 | 2026-02-26T16:27:20.257Z | [ omicron-package] Compiling console v0.16.0 |
| 2565 | 2026-02-26T16:27:20.817Z | [ helios-setup] warning: hiding a lifetime that's elided elsewhere is confusing |
| 2566 | 2026-02-26T16:27:20.817Z | [ helios-setup] --> src/main.rs:79:10 |
| 2567 | 2026-02-26T16:27:20.842Z | [ helios-setup] | |
| 2568 | 2026-02-26T16:27:20.842Z | [ helios-setup] 79 | fn pc(s: &str) -> Component { |
| 2569 | 2026-02-26T16:27:20.842Z | [ helios-setup] | ^^^^ ^^^^^^^^^ the same lifetime is hidden here |
| 2570 | 2026-02-26T16:27:20.842Z | [ helios-setup] | | |
| 2571 | 2026-02-26T16:27:20.842Z | [ helios-setup] | the lifetime is elided here |
| 2572 | 2026-02-26T16:27:20.842Z | [ helios-setup] | |
| 2573 | 2026-02-26T16:27:20.842Z | [ helios-setup] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing |
| 2574 | 2026-02-26T16:27:20.842Z | [ helios-setup] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default |
| 2575 | 2026-02-26T16:27:20.842Z | [ helios-setup] help: use `'_` for type paths |
| 2576 | 2026-02-26T16:27:20.842Z | [ helios-setup] | |
| 2577 | 2026-02-26T16:27:20.842Z | [ helios-setup] 79 | fn pc(s: &str) -> Component<'_> { |
| 2578 | 2026-02-26T16:27:20.842Z | [ helios-setup] | ++++ |
| 2579 | 2026-02-26T16:27:20.843Z | [ helios-setup] |
| 2580 | 2026-02-26T16:27:20.843Z | [ omicron-package] Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2581 | 2026-02-26T16:27:23.571Z | [ omicron-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2582 | 2026-02-26T16:27:24.889Z | [ omicron-package] Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 2583 | 2026-02-26T16:27:25.196Z | [ omicron-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2584 | 2026-02-26T16:27:26.197Z | [ omicron-package] Compiling tokio-dtrace v0.1.0 |
| 2585 | 2026-02-26T16:27:26.769Z | [ omicron-package] Compiling gethostname v0.5.0 |
| 2586 | 2026-02-26T16:27:27.098Z | [ omicron-package] Compiling unit-prefix v0.5.1 |
| 2587 | 2026-02-26T16:27:27.208Z | [ omicron-package] Compiling oxide-tokio-rt v0.1.2 |
| 2588 | 2026-02-26T16:27:27.464Z | [ omicron-package] Compiling indicatif v0.18.0 |
| 2589 | 2026-02-26T16:27:28.105Z | [ omicron-package] Compiling dev-tools-common v0.1.0 (/work/oxidecomputer/omicron/dev-tools/common) |
| 2590 | 2026-02-26T16:27:29.469Z | [ helios-setup] Feb 26 16:27:28.949 INFO helios repository root is: /work/oxidecomputer/helios |
| 2591 | 2026-02-26T16:27:29.493Z | [ helios-setup] Feb 26 16:27:28.951 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 |
| 2592 | 2026-02-26T16:27:29.493Z | [ helios-setup] Feb 26 16:27:28.952 INFO cloning https://github.com/oxidecomputer/boot-image-tools.git at "/work/oxidecomputer/helios/projects/bootserver"..., project: bootserver |
| 2593 | 2026-02-26T16:27:29.493Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/bootserver'... |
| 2594 | 2026-02-26T16:27:30.424Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pilot'... |
| 2595 | 2026-02-26T16:27:30.424Z | [ helios-setup] Feb 26 16:27:29.888 INFO clone ok!, project: bootserver |
| 2596 | 2026-02-26T16:27:30.424Z | [ helios-setup] Feb 26 16:27:29.888 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 |
| 2597 | 2026-02-26T16:27:30.473Z | [ helios-setup] Feb 26 16:27:29.888 INFO cloning git@github.com:oxidecomputer/pilot.git at "/work/oxidecomputer/helios/projects/pilot"..., project: pilot |
| 2598 | 2026-02-26T16:27:31.814Z | [ helios-setup] Feb 26 16:27:31.294 INFO clone ok!, project: pilot |
| 2599 | 2026-02-26T16:27:31.863Z | [ helios-setup] Feb 26 16:27:31.294 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 |
| 2600 | 2026-02-26T16:27:31.863Z | [ helios-setup] Feb 26 16:27:31.295 INFO cloning https://github.com/illumos/image-builder.git at "/work/oxidecomputer/helios/projects/image-builder"..., project: image-builder |
| 2601 | 2026-02-26T16:27:31.863Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/image-builder'... |
| 2602 | 2026-02-26T16:27:32.718Z | Feb 26 16:27:32.198 INFO [hubris-staging] task succeeded (50.46356188s) |
| 2603 | 2026-02-26T16:27:32.847Z | [ helios-setup] Feb 26 16:27:32.327 INFO clone ok!, project: image-builder |
| 2604 | 2026-02-26T16:27:32.848Z | [ helios-setup] Feb 26 16:27:32.328 INFO skipping project "omnios-build" because "BUILD_OS" is set to "no" |
| 2605 | 2026-02-26T16:27:32.872Z | [ helios-setup] Feb 26 16:27:32.328 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 |
| 2606 | 2026-02-26T16:27:32.872Z | [ helios-setup] Feb 26 16:27:32.328 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 |
| 2607 | 2026-02-26T16:27:32.872Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-host-image-builder'... |
| 2608 | 2026-02-26T16:27:34.012Z | [ omicron-package] Compiling progenitor-client v0.11.2 |
| 2609 | 2026-02-26T16:27:34.350Z | [ omicron-package] Compiling progenitor-client v0.13.0 |
| 2610 | 2026-02-26T16:27:34.592Z | [ helios-setup] Feb 26 16:27:34.072 INFO clone ok!, project: amd-host-image-builder |
| 2611 | 2026-02-26T16:27:34.592Z | [ helios-setup] Feb 26 16:27:34.072 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 |
| 2612 | 2026-02-26T16:27:34.617Z | [ helios-setup] Feb 26 16:27:34.072 INFO cloning https://github.com/oxidecomputer/pinprick.git at "/work/oxidecomputer/helios/projects/pinprick"..., project: pinprick |
| 2613 | 2026-02-26T16:27:34.617Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/pinprick'... |
| 2614 | 2026-02-26T16:27:35.356Z | [ omicron-package] Compiling progenitor v0.11.2 |
| 2615 | 2026-02-26T16:27:35.399Z | [ omicron-package] Compiling progenitor-client v0.10.0 |
| 2616 | 2026-02-26T16:27:35.423Z | [ helios-setup] Feb 26 16:27:34.890 INFO clone ok!, project: pinprick |
| 2617 | 2026-02-26T16:27:35.424Z | [ helios-setup] Feb 26 16:27:34.890 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 |
| 2618 | 2026-02-26T16:27:35.424Z | [ helios-setup] Feb 26 16:27:34.890 INFO cloning git@github.com:oxidecomputer/amd-firmware.git at "/work/oxidecomputer/helios/projects/amd-firmware"..., project: amd-firmware |
| 2619 | 2026-02-26T16:27:35.424Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/amd-firmware'... |
| 2620 | 2026-02-26T16:27:35.654Z | [ omicron-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 2621 | 2026-02-26T16:27:36.506Z | [ omicron-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 2622 | 2026-02-26T16:27:36.766Z | [ omicron-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2623 | 2026-02-26T16:27:41.563Z | [ omicron-package] Compiling omicron-zone-package v0.12.2 |
| 2624 | 2026-02-26T16:27:41.756Z | Feb 26 16:27:41.236 DEBG process exited with exit status: 0 (59.500709506s) |
| 2625 | 2026-02-26T16:27:41.780Z | Feb 26 16:27:41.238 INFO [incorp-manifest] task succeeded (59.504449895s) |
| 2626 | 2026-02-26T16:27:41.781Z | Feb 26 16:27:41.239 INFO [incorp-fmt] running: pkgfmt -u -f v2 /work/incorporation.p5m |
| 2627 | 2026-02-26T16:27:42.131Z | Feb 26 16:27:41.611 INFO [incorp-fmt] process exited with exit status: 0 (372.481965ms) |
| 2628 | 2026-02-26T16:27:42.155Z | Feb 26 16:27:41.612 INFO [incorp-pkgsend] running: pkgsend publish -s /work/incorporation /work/incorporation.p5m |
| 2629 | 2026-02-26T16:27:42.638Z | [ incorp-pkgsend] pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260226T162742Z |
| 2630 | 2026-02-26T16:27:42.638Z | [ incorp-pkgsend] PUBLISHED |
| 2631 | 2026-02-26T16:27:42.717Z | Feb 26 16:27:42.197 INFO [incorp-pkgsend] process exited with exit status: 0 (585.336968ms) |
| 2632 | 2026-02-26T16:27:42.741Z | Feb 26 16:27:42.197 INFO [helios-incorp] running: pkgrecv -s /work/incorporation -a -d /work/incorporation.p5p -m latest -v '*' |
| 2633 | 2026-02-26T16:27:43.096Z | [ helios-incorp] Retrieving packages for publisher helios-dev ... |
| 2634 | 2026-02-26T16:27:43.120Z | [ helios-incorp] Retrieving catalog 'helios-dev' ... Done |
| 2635 | 2026-02-26T16:27:43.147Z | [ helios-incorp] Retrieving and evaluating 1 package(s)... |
| 2636 | 2026-02-26T16:27:43.147Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2637 | 2026-02-26T16:27:43.147Z | [ helios-incorp] Fetching manifests: 1/1 100% complete |
| 2638 | 2026-02-26T16:27:43.172Z | [ helios-incorp] |
| 2639 | 2026-02-26T16:27:43.172Z | [ helios-incorp] Archiving packages ... |
| 2640 | 2026-02-26T16:27:43.172Z | [ helios-incorp] Packages to add: 1 |
| 2641 | 2026-02-26T16:27:43.172Z | [ helios-incorp] Files to retrieve: 0 |
| 2642 | 2026-02-26T16:27:43.172Z | [ helios-incorp] Estimated transfer size: 0.00 B |
| 2643 | 2026-02-26T16:27:43.172Z | [ helios-incorp] |
| 2644 | 2026-02-26T16:27:43.172Z | [ helios-incorp] Packages to archive: |
| 2645 | 2026-02-26T16:27:43.172Z | [ helios-incorp] consolidation/oxide/omicron-release-incorporation@19.0.0.0,5.11:20260226T162742Z |
| 2646 | 2026-02-26T16:27:43.172Z | [ helios-incorp] |
| 2647 | 2026-02-26T16:27:43.172Z | [ helios-incorp] Archiving: 1/7 items 0.0/0.1MB 0% complete |
| 2648 | 2026-02-26T16:27:43.172Z | [ helios-incorp] Archiving: Completed 108.19 kB in 0.00 seconds |
| 2649 | 2026-02-26T16:27:43.226Z | Feb 26 16:27:42.707 INFO [helios-incorp] process exited with exit status: 0 (509.174342ms) |
| 2650 | 2026-02-26T16:27:48.755Z | [ omicron-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2651 | 2026-02-26T16:27:48.907Z | [ helios-setup] Feb 26 16:27:48.387 INFO clone ok!, project: amd-firmware |
| 2652 | 2026-02-26T16:27:48.932Z | [ helios-setup] Feb 26 16:27:48.387 INFO skipping project "illumos" because "BUILD_OS" is set to "no" |
| 2653 | 2026-02-26T16:27:48.932Z | [ helios-setup] Feb 26 16:27:48.387 INFO skipping project "omnios-extra" because "BUILD_OS" is set to "no" |
| 2654 | 2026-02-26T16:27:48.932Z | [ helios-setup] Feb 26 16:27:48.387 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 |
| 2655 | 2026-02-26T16:27:48.932Z | [ helios-setup] Feb 26 16:27:48.387 INFO cloning git@github.com:oxidecomputer/chelsio-t6-roms.git at "/work/oxidecomputer/helios/projects/chelsio-t6-roms"..., project: chelsio-t6-roms |
| 2656 | 2026-02-26T16:27:48.932Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/chelsio-t6-roms'... |
| 2657 | 2026-02-26T16:27:50.331Z | [ helios-setup] Feb 26 16:27:49.811 INFO clone ok!, project: chelsio-t6-roms |
| 2658 | 2026-02-26T16:27:50.331Z | [ helios-setup] Feb 26 16:27:49.811 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 |
| 2659 | 2026-02-26T16:27:50.355Z | [ helios-setup] Feb 26 16:27:49.811 INFO cloning https://github.com/oxidecomputer/phbl.git at "/work/oxidecomputer/helios/projects/phbl"..., project: phbl |
| 2660 | 2026-02-26T16:27:50.355Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/phbl'... |
| 2661 | 2026-02-26T16:27:51.341Z | [ helios-setup] Feb 26 16:27:50.822 INFO clone ok!, project: phbl |
| 2662 | 2026-02-26T16:27:51.366Z | [ helios-setup] Feb 26 16:27:50.822 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 |
| 2663 | 2026-02-26T16:27:51.366Z | [ helios-setup] Feb 26 16:27:50.822 INFO cloning git@github.com:oxidecomputer/dmar-report.git at "/work/oxidecomputer/helios/projects/dmar-report"..., project: dmar-report |
| 2664 | 2026-02-26T16:27:51.366Z | [ helios-setup] Cloning into '/work/oxidecomputer/helios/projects/dmar-report'... |
| 2665 | 2026-02-26T16:27:52.489Z | [ helios-setup] Feb 26 16:27:51.969 INFO clone ok!, project: dmar-report |
| 2666 | 2026-02-26T16:27:52.513Z | [ helios-setup] Feb 26 16:27:51.969 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/os"], pwd: None |
| 2667 | 2026-02-26T16:27:52.928Z | [ helios-setup] Feb 26 16:27:52.409 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/os", "helios-dev"], pwd: None |
| 2668 | 2026-02-26T16:27:53.458Z | [ helios-setup] Feb 26 16:27:52.939 INFO repository /work/oxidecomputer/helios/packages/os for publisher helios-dev created |
| 2669 | 2026-02-26T16:27:53.459Z | [ helios-setup] Feb 26 16:27:52.939 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/other"], pwd: None |
| 2670 | 2026-02-26T16:27:53.954Z | [ helios-setup] Feb 26 16:27:53.433 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/other", "helios-dev"], pwd: None |
| 2671 | 2026-02-26T16:27:54.424Z | [ helios-setup] Feb 26 16:27:53.904 INFO repository /work/oxidecomputer/helios/packages/other for publisher helios-dev created |
| 2672 | 2026-02-26T16:27:54.424Z | [ helios-setup] Feb 26 16:27:53.905 INFO exec: ["/usr/bin/pkgrepo", "create", "/work/oxidecomputer/helios/packages/combined"], pwd: None |
| 2673 | 2026-02-26T16:27:54.899Z | [ helios-setup] Feb 26 16:27:54.379 INFO exec: ["/usr/bin/pkgrepo", "add-publisher", "-s", "/work/oxidecomputer/helios/packages/combined", "helios-dev"], pwd: None |
| 2674 | 2026-02-26T16:27:55.450Z | [ helios-setup] Feb 26 16:27:54.930 INFO repository /work/oxidecomputer/helios/packages/combined for publisher helios-dev created |
| 2675 | 2026-02-26T16:27:55.450Z | [ helios-setup] Feb 26 16:27:54.930 INFO file /work/oxidecomputer/helios/packages/publisher.mogrify does not exist |
| 2676 | 2026-02-26T16:27:55.474Z | [ helios-setup] Feb 26 16:27:54.930 INFO writing /work/oxidecomputer/helios/packages/publisher.mogrify ... |
| 2677 | 2026-02-26T16:27:55.475Z | [ helios-setup] Feb 26 16:27:54.931 INFO ok! |
| 2678 | 2026-02-26T16:27:55.475Z | [ helios-setup] Feb 26 16:27:54.931 INFO link /work/oxidecomputer/helios/packages/os-conflicts.mogrify does not exist |
| 2679 | 2026-02-26T16:27:55.475Z | [ helios-setup] Feb 26 16:27:54.931 INFO linking /work/oxidecomputer/helios/packages/os-conflicts.mogrify -> ../tools/packages/os-conflicts.mogrify ... |
| 2680 | 2026-02-26T16:27:55.475Z | [ helios-setup] Feb 26 16:27:54.931 INFO ok! |
| 2681 | 2026-02-26T16:27:55.475Z | [ helios-setup] Feb 26 16:27:54.931 INFO link /work/oxidecomputer/helios/packages/os-deps.mogrify does not exist |
| 2682 | 2026-02-26T16:27:55.475Z | [ helios-setup] Feb 26 16:27:54.931 INFO linking /work/oxidecomputer/helios/packages/os-deps.mogrify -> ../tools/packages/os-deps.mogrify ... |
| 2683 | 2026-02-26T16:27:55.475Z | [ helios-setup] Feb 26 16:27:54.931 INFO ok! |
| 2684 | 2026-02-26T16:27:55.475Z | [ helios-setup] Feb 26 16:27:54.931 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/bootserver" |
| 2685 | 2026-02-26T16:27:55.572Z | [ helios-setup] Feb 26 16:27:55.052 INFO rust toolchain for "/work/oxidecomputer/helios/projects/bootserver": "1.91.1-x86_64-unknown-illumos (default)" |
| 2686 | 2026-02-26T16:27:55.572Z | [ helios-setup] Feb 26 16:27:55.052 INFO building project "bootserver" at /work/oxidecomputer/helios/projects/bootserver |
| 2687 | 2026-02-26T16:27:55.596Z | [ helios-setup] Feb 26 16:27:55.052 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/bootserver") |
| 2688 | 2026-02-26T16:27:55.859Z | [ helios-setup] Feb 26 16:27:55.339 INFO E| Downloading crates ... |
| 2689 | 2026-02-26T16:27:55.965Z | [ helios-setup] Feb 26 16:27:55.446 INFO E| Downloaded generic-array v0.14.6 |
| 2690 | 2026-02-26T16:27:55.989Z | [ helios-setup] Feb 26 16:27:55.449 INFO E| Downloaded unicode-width v0.1.10 |
| 2691 | 2026-02-26T16:27:55.990Z | [ helios-setup] Feb 26 16:27:55.452 INFO E| Downloaded cpufeatures v0.2.5 |
| 2692 | 2026-02-26T16:27:55.990Z | [ helios-setup] Feb 26 16:27:55.454 INFO E| Downloaded block-buffer v0.10.3 |
| 2693 | 2026-02-26T16:27:55.990Z | [ helios-setup] Feb 26 16:27:55.459 INFO E| Downloaded miniz_oxide v0.6.2 |
| 2694 | 2026-02-26T16:27:55.990Z | [ helios-setup] Feb 26 16:27:55.462 INFO E| Downloaded flate2 v1.0.25 |
| 2695 | 2026-02-26T16:27:55.990Z | [ helios-setup] Feb 26 16:27:55.467 INFO E| Downloaded typenum v1.15.0 |
| 2696 | 2026-02-26T16:27:55.990Z | [ helios-setup] Feb 26 16:27:55.470 INFO E| Downloaded sha2 v0.10.5 |
| 2697 | 2026-02-26T16:27:56.014Z | [ helios-setup] Feb 26 16:27:55.473 INFO E| Downloaded bytes v1.2.1 |
| 2698 | 2026-02-26T16:27:56.014Z | [ helios-setup] Feb 26 16:27:55.477 INFO E| Downloaded anyhow v1.0.62 |
| 2699 | 2026-02-26T16:27:56.014Z | [ helios-setup] Feb 26 16:27:55.481 INFO E| Downloaded digest v0.10.3 |
| 2700 | 2026-02-26T16:27:56.062Z | [ helios-setup] Feb 26 16:27:55.543 INFO E| Compiling version_check v0.9.4 |
| 2701 | 2026-02-26T16:27:56.087Z | [ helios-setup] Feb 26 16:27:55.565 INFO E| Compiling typenum v1.15.0 |
| 2702 | 2026-02-26T16:27:56.087Z | [ helios-setup] Feb 26 16:27:55.565 INFO E| Compiling crc32fast v1.3.2 |
| 2703 | 2026-02-26T16:27:56.087Z | [ helios-setup] Feb 26 16:27:55.565 INFO E| Compiling cfg-if v1.0.0 |
| 2704 | 2026-02-26T16:27:56.087Z | [ helios-setup] Feb 26 16:27:55.565 INFO E| Compiling adler v1.0.2 |
| 2705 | 2026-02-26T16:27:56.087Z | [ helios-setup] Feb 26 16:27:55.565 INFO E| Compiling anyhow v1.0.62 |
| 2706 | 2026-02-26T16:27:56.087Z | [ helios-setup] Feb 26 16:27:55.565 INFO E| Compiling cpufeatures v0.2.5 |
| 2707 | 2026-02-26T16:27:56.087Z | [ helios-setup] Feb 26 16:27:55.565 INFO E| Compiling unicode-width v0.1.10 |
| 2708 | 2026-02-26T16:27:56.345Z | [ helios-setup] Feb 26 16:27:55.826 INFO E| Compiling bytes v1.2.1 |
| 2709 | 2026-02-26T16:27:56.575Z | [ helios-setup] Feb 26 16:27:56.056 INFO E| Compiling miniz_oxide v0.6.2 |
| 2710 | 2026-02-26T16:27:56.600Z | [ helios-setup] Feb 26 16:27:56.061 INFO E| Compiling getopts v0.2.21 |
| 2711 | 2026-02-26T16:27:56.873Z | [ helios-setup] Feb 26 16:27:56.354 INFO E| Compiling bitflags v1.3.2 |
| 2712 | 2026-02-26T16:27:57.222Z | [ helios-setup] Feb 26 16:27:56.702 INFO E| Compiling generic-array v0.14.6 |
| 2713 | 2026-02-26T16:27:57.977Z | [ helios-setup] Feb 26 16:27:57.458 INFO E| Compiling flate2 v1.0.25 |
| 2714 | 2026-02-26T16:28:00.153Z | [ helios-setup] Feb 26 16:27:59.634 INFO E| Compiling block-buffer v0.10.3 |
| 2715 | 2026-02-26T16:28:00.153Z | [ helios-setup] Feb 26 16:27:59.634 INFO E| Compiling crypto-common v0.1.6 |
| 2716 | 2026-02-26T16:28:00.338Z | [ helios-setup] Feb 26 16:27:59.819 INFO E| Compiling digest v0.10.3 |
| 2717 | 2026-02-26T16:28:00.652Z | [ helios-setup] Feb 26 16:28:00.133 INFO E| Compiling sha2 v0.10.5 |
| 2718 | 2026-02-26T16:28:01.089Z | [ helios-setup] Feb 26 16:28:00.569 INFO E| Compiling bootserver v0.1.0 (/work/oxidecomputer/helios/projects/bootserver) |
| 2719 | 2026-02-26T16:28:03.594Z | [ helios-setup] Feb 26 16:28:03.075 INFO E| Finished `release` profile [optimized] target(s) in 7.90s |
| 2720 | 2026-02-26T16:28:03.618Z | [ helios-setup] Feb 26 16:28:03.088 INFO building project "bootserver" ok (8 seconds) |
| 2721 | 2026-02-26T16:28:03.619Z | [ helios-setup] Feb 26 16:28:03.088 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pilot" |
| 2722 | 2026-02-26T16:28:03.695Z | [ helios-setup] Feb 26 16:28:03.176 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pilot": "1.91.1-x86_64-unknown-illumos (default)" |
| 2723 | 2026-02-26T16:28:03.695Z | [ helios-setup] Feb 26 16:28:03.176 INFO building project "pilot" at /work/oxidecomputer/helios/projects/pilot |
| 2724 | 2026-02-26T16:28:03.720Z | [ helios-setup] Feb 26 16:28:03.176 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pilot") |
| 2725 | 2026-02-26T16:28:03.930Z | [ helios-setup] Feb 26 16:28:03.410 INFO E| Updating git repository `https://github.com/jclulow/hiercmd` |
| 2726 | 2026-02-26T16:28:04.420Z | [ helios-setup] Feb 26 16:28:03.901 INFO E| From https://github.com/jclulow/hiercmd |
| 2727 | 2026-02-26T16:28:04.421Z | [ helios-setup] Feb 26 16:28:03.901 INFO E| * [new ref] 8eed23a01e9472183e9278ff456ba2f91e52b0ee -> refs/commit/8eed23a01e9472183e9278ff456ba2f91e52b0ee |
| 2728 | 2026-02-26T16:28:04.445Z | [ helios-setup] Feb 26 16:28:03.920 INFO E| Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 2729 | 2026-02-26T16:28:04.957Z | [ helios-setup] Feb 26 16:28:04.438 INFO E| From https://github.com/oxidecomputer/network-interface |
| 2730 | 2026-02-26T16:28:04.957Z | [ helios-setup] Feb 26 16:28:04.438 INFO E| * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 2731 | 2026-02-26T16:28:04.994Z | [ helios-setup] Feb 26 16:28:04.475 INFO E| Updating git repository `https://github.com/oxidecomputer/boot-image-tools.git` |
| 2732 | 2026-02-26T16:28:05.458Z | [ helios-setup] Feb 26 16:28:04.939 INFO E| From https://github.com/oxidecomputer/boot-image-tools |
| 2733 | 2026-02-26T16:28:05.459Z | [ helios-setup] Feb 26 16:28:04.939 INFO E| * [new ref] 300caa098652a2988eb3cbf936868cb719a155ff -> refs/commit/300caa098652a2988eb3cbf936868cb719a155ff |
| 2734 | 2026-02-26T16:28:05.489Z | [ helios-setup] Feb 26 16:28:04.970 INFO E| Updating crates.io index |
| 2735 | 2026-02-26T16:28:05.784Z | [ helios-setup] Feb 26 16:28:05.265 INFO E| Downloading crates ... |
| 2736 | 2026-02-26T16:28:05.975Z | [ helios-setup] Feb 26 16:28:05.456 INFO E| Downloaded cpufeatures v0.2.17 |
| 2737 | 2026-02-26T16:28:06.000Z | [ helios-setup] Feb 26 16:28:05.459 INFO E| Downloaded bytes v1.10.1 |
| 2738 | 2026-02-26T16:28:06.000Z | [ helios-setup] Feb 26 16:28:05.466 INFO E| Downloaded signal-hook-registry v1.4.6 |
| 2739 | 2026-02-26T16:28:06.000Z | [ helios-setup] Feb 26 16:28:05.468 INFO E| Downloaded libdevinfo-sys v1.1.0 |
| 2740 | 2026-02-26T16:28:06.000Z | [ helios-setup] Feb 26 16:28:05.469 INFO E| Downloaded crc v3.3.0 |
| 2741 | 2026-02-26T16:28:06.000Z | [ helios-setup] Feb 26 16:28:05.472 INFO E| Downloaded proc-macro-crate v3.4.0 |
| 2742 | 2026-02-26T16:28:06.000Z | [ helios-setup] Feb 26 16:28:05.475 INFO E| Downloaded hashbrown v0.16.0 |
| 2743 | 2026-02-26T16:28:06.025Z | [ helios-setup] Feb 26 16:28:05.484 INFO E| Downloaded serde_spanned v1.0.3 |
| 2744 | 2026-02-26T16:28:06.050Z | [ helios-setup] Feb 26 16:28:05.487 INFO E| Downloaded lock_api v0.4.14 |
| 2745 | 2026-02-26T16:28:06.050Z | [ helios-setup] Feb 26 16:28:05.489 INFO E| Downloaded autocfg v1.5.0 |
| 2746 | 2026-02-26T16:28:06.074Z | [ helios-setup] Feb 26 16:28:05.492 INFO E| Downloaded ppv-lite86 v0.2.21 |
| 2747 | 2026-02-26T16:28:06.074Z | [ helios-setup] Feb 26 16:28:05.494 INFO E| Downloaded time-core v0.1.6 |
| 2748 | 2026-02-26T16:28:06.074Z | [ helios-setup] Feb 26 16:28:05.496 INFO E| Downloaded toml_writer v1.0.4 |
| 2749 | 2026-02-26T16:28:06.074Z | [ helios-setup] Feb 26 16:28:05.501 INFO E| Downloaded zeroize v1.8.2 |
| 2750 | 2026-02-26T16:28:06.074Z | [ helios-setup] Feb 26 16:28:05.503 INFO E| Downloaded toml_parser v1.0.4 |
| 2751 | 2026-02-26T16:28:06.074Z | [ helios-setup] Feb 26 16:28:05.508 INFO E| Downloaded uuid v1.18.1 |
| 2752 | 2026-02-26T16:28:06.074Z | [ helios-setup] Feb 26 16:28:05.513 INFO E| Downloaded typenum v1.19.0 |
| 2753 | 2026-02-26T16:28:06.074Z | [ helios-setup] Feb 26 16:28:05.516 INFO E| Downloaded toml_edit v0.23.7 |
| 2754 | 2026-02-26T16:28:06.075Z | [ helios-setup] Feb 26 16:28:05.522 INFO E| Downloaded num-bigint-dig v0.8.4 |
| 2755 | 2026-02-26T16:28:06.075Z | [ helios-setup] Feb 26 16:28:05.528 INFO E| Downloaded time v0.3.44 |
| 2756 | 2026-02-26T16:28:06.075Z | [ helios-setup] Feb 26 16:28:05.536 INFO E| Downloaded winnow v0.7.13 |
| 2757 | 2026-02-26T16:28:06.075Z | [ helios-setup] Feb 26 16:28:05.546 INFO E| Downloaded clap_builder v4.5.51 |
| 2758 | 2026-02-26T16:28:06.075Z | [ helios-setup] Feb 26 16:28:05.553 INFO E| Downloaded serde_json v1.0.145 |
| 2759 | 2026-02-26T16:28:06.100Z | [ helios-setup] Feb 26 16:28:05.561 INFO E| Downloaded libm v0.2.15 |
| 2760 | 2026-02-26T16:28:06.100Z | [ helios-setup] Feb 26 16:28:05.572 INFO E| Downloaded toml v0.9.8 |
| 2761 | 2026-02-26T16:28:06.100Z | [ helios-setup] Feb 26 16:28:05.578 INFO E| Downloaded term v1.2.0 |
| 2762 | 2026-02-26T16:28:06.125Z | [ helios-setup] Feb 26 16:28:05.583 INFO E| Downloaded unicode-width v0.2.2 |
| 2763 | 2026-02-26T16:28:06.125Z | [ helios-setup] Feb 26 16:28:05.589 INFO E| Downloaded mio v1.1.0 |
| 2764 | 2026-02-26T16:28:06.125Z | [ helios-setup] Feb 26 16:28:05.596 INFO E| Downloaded syn v2.0.108 |
| 2765 | 2026-02-26T16:28:06.150Z | [ helios-setup] Feb 26 16:28:05.607 INFO E| Downloaded miniz_oxide v0.8.9 |
| 2766 | 2026-02-26T16:28:06.150Z | [ helios-setup] Feb 26 16:28:05.616 INFO E| Downloaded cc v1.2.44 |
| 2767 | 2026-02-26T16:28:06.150Z | [ helios-setup] Feb 26 16:28:05.616 INFO E| Downloaded unicode-ident v1.0.22 |
| 2768 | 2026-02-26T16:28:06.150Z | [ helios-setup] Feb 26 16:28:05.619 INFO E| Downloaded proc-macro2 v1.0.103 |
| 2769 | 2026-02-26T16:28:06.150Z | [ helios-setup] Feb 26 16:28:05.623 INFO E| Downloaded log v0.4.28 |
| 2770 | 2026-02-26T16:28:06.150Z | [ helios-setup] Feb 26 16:28:05.624 INFO E| Downloaded rustix v1.1.2 |
| 2771 | 2026-02-26T16:28:06.174Z | [ helios-setup] Feb 26 16:28:05.650 INFO E| Downloaded getrandom v0.2.16 |
| 2772 | 2026-02-26T16:28:06.174Z | [ helios-setup] Feb 26 16:28:05.653 INFO E| Downloaded thread_local v1.1.9 |
| 2773 | 2026-02-26T16:28:06.174Z | [ helios-setup] Feb 26 16:28:05.655 INFO E| Downloaded slab v0.4.11 |
| 2774 | 2026-02-26T16:28:06.199Z | [ helios-setup] Feb 26 16:28:05.656 INFO E| Downloaded pkg-config v0.3.32 |
| 2775 | 2026-02-26T16:28:06.199Z | [ helios-setup] Feb 26 16:28:05.658 INFO E| Downloaded parking_lot_core v0.9.12 |
| 2776 | 2026-02-26T16:28:06.199Z | [ helios-setup] Feb 26 16:28:05.660 INFO E| Downloaded indexmap v2.12.0 |
| 2777 | 2026-02-26T16:28:06.199Z | [ helios-setup] Feb 26 16:28:05.665 INFO E| Downloaded clap v4.5.51 |
| 2778 | 2026-02-26T16:28:06.199Z | [ helios-setup] Feb 26 16:28:05.675 INFO E| Downloaded toml_datetime v0.7.3 |
| 2779 | 2026-02-26T16:28:06.199Z | [ helios-setup] Feb 26 16:28:05.677 INFO E| Downloaded tls_codec_derive v0.4.2 |
| 2780 | 2026-02-26T16:28:06.199Z | [ helios-setup] Feb 26 16:28:05.679 INFO E| Downloaded tls_codec v0.4.2 |
| 2781 | 2026-02-26T16:28:06.224Z | [ helios-setup] Feb 26 16:28:05.681 INFO E| Downloaded time-macros v0.2.24 |
| 2782 | 2026-02-26T16:28:06.224Z | [ helios-setup] Feb 26 16:28:05.683 INFO E| Downloaded thiserror-impl v2.0.17 |
| 2783 | 2026-02-26T16:28:06.224Z | [ helios-setup] Feb 26 16:28:05.685 INFO E| Downloaded thiserror v2.0.17 |
| 2784 | 2026-02-26T16:28:06.224Z | [ helios-setup] Feb 26 16:28:05.691 INFO E| Downloaded ryu v1.0.20 |
| 2785 | 2026-02-26T16:28:06.224Z | [ helios-setup] Feb 26 16:28:05.695 INFO E| Downloaded base64ct v1.8.0 |
| 2786 | 2026-02-26T16:28:06.224Z | [ helios-setup] Feb 26 16:28:05.698 INFO E| Downloaded anstyle-parse v0.2.7 |
| 2787 | 2026-02-26T16:28:06.224Z | [ helios-setup] Feb 26 16:28:05.700 INFO E| Downloaded quote v1.0.41 |
| 2788 | 2026-02-26T16:28:06.224Z | [ helios-setup] Feb 26 16:28:05.703 INFO E| Downloaded terminal_size v0.4.3 |
| 2789 | 2026-02-26T16:28:06.224Z | [ helios-setup] Feb 26 16:28:05.704 INFO E| Downloaded itoa v1.0.15 |
| 2790 | 2026-02-26T16:28:06.249Z | [ helios-setup] Feb 26 16:28:05.706 INFO E| Downloaded iddqd v0.3.14 |
| 2791 | 2026-02-26T16:28:06.249Z | [ helios-setup] Feb 26 16:28:05.713 INFO E| Downloaded clap_derive v4.5.49 |
| 2792 | 2026-02-26T16:28:06.249Z | [ helios-setup] Feb 26 16:28:05.716 INFO E| Downloaded libc v0.2.177 |
| 2793 | 2026-02-26T16:28:06.273Z | [ helios-setup] Feb 26 16:28:05.746 INFO E| Downloaded parking_lot v0.12.5 |
| 2794 | 2026-02-26T16:28:06.273Z | [ helios-setup] Feb 26 16:28:05.749 INFO E| Downloaded tokio v1.48.0 |
| 2795 | 2026-02-26T16:28:06.313Z | [ helios-setup] Feb 26 16:28:05.794 INFO E| Downloaded num_enum_derive v0.7.5 |
| 2796 | 2026-02-26T16:28:06.337Z | [ helios-setup] Feb 26 16:28:05.795 INFO E| Downloaded num_enum v0.7.5 |
| 2797 | 2026-02-26T16:28:06.337Z | [ helios-setup] Feb 26 16:28:05.801 INFO E| Downloaded iana-time-zone v0.1.64 |
| 2798 | 2026-02-26T16:28:06.337Z | [ helios-setup] Feb 26 16:28:05.804 INFO E| Downloaded anyhow v1.0.100 |
| 2799 | 2026-02-26T16:28:06.337Z | [ helios-setup] Feb 26 16:28:05.808 INFO E| Downloaded anstream v0.6.21 |
| 2800 | 2026-02-26T16:28:06.337Z | [ helios-setup] Feb 26 16:28:05.810 INFO E| Downloaded pin-project-lite v0.2.16 |
| 2801 | 2026-02-26T16:28:06.337Z | [ helios-setup] Feb 26 16:28:05.816 INFO E| Downloaded memchr v2.7.6 |
| 2802 | 2026-02-26T16:28:06.362Z | [ helios-setup] Feb 26 16:28:05.821 INFO E| Downloaded anstyle-query v1.1.4 |
| 2803 | 2026-02-26T16:28:06.362Z | [ helios-setup] Feb 26 16:28:05.823 INFO E| Downloaded anstyle v1.0.13 |
| 2804 | 2026-02-26T16:28:06.362Z | [ helios-setup] Feb 26 16:28:05.824 INFO E| Downloaded futures-core v0.3.31 |
| 2805 | 2026-02-26T16:28:06.362Z | [ helios-setup] Feb 26 16:28:05.825 INFO E| Downloaded getopts v0.2.24 |
| 2806 | 2026-02-26T16:28:06.362Z | [ helios-setup] Feb 26 16:28:05.827 INFO E| Downloaded generic-array v0.14.9 |
| 2807 | 2026-02-26T16:28:06.362Z | [ helios-setup] Feb 26 16:28:05.829 INFO E| Downloaded flagset v0.4.7 |
| 2808 | 2026-02-26T16:28:06.362Z | [ helios-setup] Feb 26 16:28:05.830 INFO E| Downloaded is_terminal_polyfill v1.70.2 |
| 2809 | 2026-02-26T16:28:06.362Z | [ helios-setup] Feb 26 16:28:05.831 INFO E| Downloaded is-terminal v0.4.17 |
| 2810 | 2026-02-26T16:28:06.362Z | [ helios-setup] Feb 26 16:28:05.832 INFO E| Downloaded devinfo v0.1.0 |
| 2811 | 2026-02-26T16:28:06.362Z | [ helios-setup] Feb 26 16:28:05.834 INFO E| Downloaded deranged v0.5.5 |
| 2812 | 2026-02-26T16:28:06.362Z | [ helios-setup] Feb 26 16:28:05.835 INFO E| Downloaded crc32fast v1.5.0 |
| 2813 | 2026-02-26T16:28:06.362Z | [ helios-setup] Feb 26 16:28:05.837 INFO E| Downloaded chrono v0.4.42 |
| 2814 | 2026-02-26T16:28:06.387Z | [ helios-setup] Feb 26 16:28:05.845 INFO E| Downloaded flate2 v1.1.5 |
| 2815 | 2026-02-26T16:28:06.387Z | [ helios-setup] Feb 26 16:28:05.850 INFO E| Downloaded find-msvc-tools v0.1.4 |
| 2816 | 2026-02-26T16:28:06.387Z | [ helios-setup] Feb 26 16:28:05.852 INFO E| Downloaded errno v0.3.14 |
| 2817 | 2026-02-26T16:28:06.387Z | [ helios-setup] Feb 26 16:28:05.854 INFO E| Downloaded env_filter v0.1.4 |
| 2818 | 2026-02-26T16:28:06.387Z | [ helios-setup] Feb 26 16:28:05.855 INFO E| Downloaded bitflags v2.10.0 |
| 2819 | 2026-02-26T16:28:06.387Z | [ helios-setup] Feb 26 16:28:05.860 INFO E| Downloaded colorchoice v1.0.4 |
| 2820 | 2026-02-26T16:28:06.387Z | [ helios-setup] Feb 26 16:28:05.861 INFO E| Downloaded clap_lex v0.7.6 |
| 2821 | 2026-02-26T16:28:06.387Z | [ helios-setup] Feb 26 16:28:05.862 INFO E| Downloaded bitfield-macros v0.19.3 |
| 2822 | 2026-02-26T16:28:06.387Z | [ helios-setup] Feb 26 16:28:05.863 INFO E| Downloaded bitfield v0.19.3 |
| 2823 | 2026-02-26T16:28:06.387Z | [ helios-setup] Feb 26 16:28:05.865 INFO E| Downloaded adler2 v2.0.1 |
| 2824 | 2026-02-26T16:28:06.499Z | [ helios-setup] Feb 26 16:28:05.980 INFO E| Compiling proc-macro2 v1.0.103 |
| 2825 | 2026-02-26T16:28:06.499Z | [ helios-setup] Feb 26 16:28:05.980 INFO E| Compiling quote v1.0.41 |
| 2826 | 2026-02-26T16:28:06.523Z | [ helios-setup] Feb 26 16:28:05.980 INFO E| Compiling unicode-ident v1.0.22 |
| 2827 | 2026-02-26T16:28:06.523Z | [ helios-setup] Feb 26 16:28:05.980 INFO E| Compiling libc v0.2.177 |
| 2828 | 2026-02-26T16:28:06.523Z | [ helios-setup] Feb 26 16:28:05.980 INFO E| Compiling serde_core v1.0.228 |
| 2829 | 2026-02-26T16:28:06.523Z | [ helios-setup] Feb 26 16:28:05.980 INFO E| Compiling cfg-if v1.0.4 |
| 2830 | 2026-02-26T16:28:06.523Z | [ helios-setup] Feb 26 16:28:05.980 INFO E| Compiling serde v1.0.228 |
| 2831 | 2026-02-26T16:28:06.524Z | [ helios-setup] Feb 26 16:28:05.980 INFO E| Compiling version_check v0.9.5 |
| 2832 | 2026-02-26T16:28:06.883Z | [ helios-setup] Feb 26 16:28:06.364 INFO E| Compiling autocfg v1.5.0 |
| 2833 | 2026-02-26T16:28:07.114Z | [ helios-setup] Feb 26 16:28:06.595 INFO E| Compiling typenum v1.19.0 |
| 2834 | 2026-02-26T16:28:07.170Z | [ helios-setup] Feb 26 16:28:06.651 INFO E| Compiling const-oid v0.9.6 |
| 2835 | 2026-02-26T16:28:07.197Z | [ helios-setup] Feb 26 16:28:06.678 INFO E| Compiling generic-array v0.14.9 |
| 2836 | 2026-02-26T16:28:07.430Z | [ helios-setup] Feb 26 16:28:06.911 INFO E| Compiling libm v0.2.15 |
| 2837 | 2026-02-26T16:28:07.733Z | [ helios-setup] Feb 26 16:28:07.213 INFO E| Compiling num-traits v0.2.19 |
| 2838 | 2026-02-26T16:28:07.995Z | [ helios-setup] Feb 26 16:28:07.476 INFO E| Compiling zerocopy v0.8.27 |
| 2839 | 2026-02-26T16:28:09.203Z | [ helios-setup] Feb 26 16:28:08.684 INFO E| Compiling rustversion v1.0.22 |
| 2840 | 2026-02-26T16:28:09.286Z | [ helios-setup] Feb 26 16:28:08.767 INFO E| Compiling base64ct v1.8.0 |
| 2841 | 2026-02-26T16:28:10.588Z | [ helios-setup] Feb 26 16:28:10.069 INFO E| Compiling smallvec v1.15.1 |
| 2842 | 2026-02-26T16:28:10.674Z | [ helios-setup] Feb 26 16:28:10.155 INFO E| Compiling syn v2.0.108 |
| 2843 | 2026-02-26T16:28:10.739Z | [ helios-setup] Feb 26 16:28:10.220 INFO E| Compiling zeroize v1.8.2 |
| 2844 | 2026-02-26T16:28:11.210Z | [ helios-setup] Feb 26 16:28:10.691 INFO E| Compiling pem-rfc7468 v0.7.0 |
| 2845 | 2026-02-26T16:28:11.353Z | [ helios-setup] Feb 26 16:28:10.834 INFO E| Compiling getrandom v0.2.16 |
| 2846 | 2026-02-26T16:28:11.600Z | [ helios-setup] Feb 26 16:28:11.080 INFO E| Compiling byteorder v1.5.0 |
| 2847 | 2026-02-26T16:28:11.915Z | [ omicron-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2848 | 2026-02-26T16:28:12.735Z | [ helios-setup] Feb 26 16:28:12.216 INFO E| Compiling block-buffer v0.10.4 |
| 2849 | 2026-02-26T16:28:12.796Z | [ helios-setup] Feb 26 16:28:12.277 INFO E| Compiling crypto-common v0.1.6 |
| 2850 | 2026-02-26T16:28:13.083Z | [ helios-setup] Feb 26 16:28:12.564 INFO E| Compiling digest v0.10.7 |
| 2851 | 2026-02-26T16:28:13.216Z | [ helios-setup] Feb 26 16:28:12.696 INFO E| Compiling hashbrown v0.16.0 |
| 2852 | 2026-02-26T16:28:13.670Z | [ helios-setup] Feb 26 16:28:13.151 INFO E| Compiling rustix v1.1.2 |
| 2853 | 2026-02-26T16:28:13.716Z | [ helios-setup] Feb 26 16:28:13.198 INFO E| Compiling crc32fast v1.5.0 |
| 2854 | 2026-02-26T16:28:14.074Z | [ omicron-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2855 | 2026-02-26T16:28:14.098Z | [ helios-setup] Feb 26 16:28:13.559 INFO E| Compiling equivalent v1.0.2 |
| 2856 | 2026-02-26T16:28:14.155Z | [ helios-setup] Feb 26 16:28:13.636 INFO E| Compiling flagset v0.4.7 |
| 2857 | 2026-02-26T16:28:14.430Z | [ helios-setup] Feb 26 16:28:13.911 INFO E| Compiling anyhow v1.0.100 |
| 2858 | 2026-02-26T16:28:14.676Z | [ helios-setup] Feb 26 16:28:14.157 INFO E| Compiling winnow v0.7.13 |
| 2859 | 2026-02-26T16:28:14.947Z | [ helios-setup] Feb 26 16:28:14.428 INFO E| Compiling utf8parse v0.2.2 |
| 2860 | 2026-02-26T16:28:15.067Z | [ helios-setup] Feb 26 16:28:14.548 INFO E| Compiling memchr v2.7.6 |
| 2861 | 2026-02-26T16:28:15.241Z | [ helios-setup] Feb 26 16:28:14.722 INFO E| Compiling bitflags v2.10.0 |
| 2862 | 2026-02-26T16:28:15.785Z | [ helios-setup] Feb 26 16:28:15.266 INFO E| Compiling indexmap v2.12.0 |
| 2863 | 2026-02-26T16:28:15.828Z | [ helios-setup] Feb 26 16:28:15.309 INFO E| Compiling anstyle-parse v0.2.7 |
| 2864 | 2026-02-26T16:28:16.320Z | [ helios-setup] Feb 26 16:28:15.801 INFO E| Compiling rand_core v0.6.4 |
| 2865 | 2026-02-26T16:28:16.573Z | [ helios-setup] Feb 26 16:28:16.054 INFO E| Compiling errno v0.3.14 |
| 2866 | 2026-02-26T16:28:16.707Z | [ helios-setup] Feb 26 16:28:16.188 INFO E| Compiling allocator-api2 v0.2.21 |
| 2867 | 2026-02-26T16:28:16.964Z | [ helios-setup] Feb 26 16:28:16.445 INFO E| Compiling shlex v1.3.0 |
| 2868 | 2026-02-26T16:28:17.145Z | [ helios-setup] Feb 26 16:28:16.626 INFO E| Compiling find-msvc-tools v0.1.4 |
| 2869 | 2026-02-26T16:28:17.314Z | [ helios-setup] Feb 26 16:28:16.795 INFO E| Compiling radium v0.7.0 |
| 2870 | 2026-02-26T16:28:17.599Z | [ helios-setup] Feb 26 16:28:17.080 INFO E| Compiling anstyle v1.0.13 |
| 2871 | 2026-02-26T16:28:18.176Z | [ helios-setup] Feb 26 16:28:17.657 INFO E| Compiling toml_datetime v0.7.3 |
| 2872 | 2026-02-26T16:28:18.496Z | [ helios-setup] Feb 26 16:28:17.977 INFO E| Compiling colorchoice v1.0.4 |
| 2873 | 2026-02-26T16:28:18.627Z | [ helios-setup] Feb 26 16:28:18.108 INFO E| Compiling anstyle-query v1.1.4 |
| 2874 | 2026-02-26T16:28:18.688Z | [ helios-setup] Feb 26 16:28:18.169 INFO E| Compiling cpufeatures v0.2.17 |
| 2875 | 2026-02-26T16:28:18.763Z | [ helios-setup] Feb 26 16:28:18.243 INFO E| Compiling syn v1.0.109 |
| 2876 | 2026-02-26T16:28:18.905Z | [ helios-setup] Feb 26 16:28:18.386 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 2877 | 2026-02-26T16:28:19.002Z | [ helios-setup] Feb 26 16:28:18.483 INFO E| Compiling sha2 v0.10.9 |
| 2878 | 2026-02-26T16:28:19.236Z | [ helios-setup] Feb 26 16:28:18.717 INFO E| Compiling anstream v0.6.21 |
| 2879 | 2026-02-26T16:28:19.260Z | [ helios-setup] Feb 26 16:28:18.734 INFO E| Compiling cc v1.2.44 |
| 2880 | 2026-02-26T16:28:19.712Z | [ omicron-package] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2881 | 2026-02-26T16:28:20.874Z | [ helios-setup] Feb 26 16:28:20.355 INFO E| Compiling toml_parser v1.0.4 |
| 2882 | 2026-02-26T16:28:21.289Z | [ helios-setup] Feb 26 16:28:20.771 INFO E| Compiling slog v2.8.2 |
| 2883 | 2026-02-26T16:28:22.025Z | [ helios-setup] Feb 26 16:28:21.506 INFO E| Compiling unicode-width v0.2.2 |
| 2884 | 2026-02-26T16:28:22.213Z | [ helios-setup] Feb 26 16:28:21.695 INFO E| Compiling pin-project-lite v0.2.16 |
| 2885 | 2026-02-26T16:28:22.381Z | [ helios-setup] Feb 26 16:28:21.862 INFO E| Compiling toml_edit v0.23.7 |
| 2886 | 2026-02-26T16:28:22.928Z | [ helios-setup] Feb 26 16:28:22.410 INFO E| Compiling futures-core v0.3.31 |
| 2887 | 2026-02-26T16:28:23.100Z | [ helios-setup] Feb 26 16:28:22.581 INFO E| Compiling pkg-config v0.3.32 |
| 2888 | 2026-02-26T16:28:23.183Z | [ helios-setup] Feb 26 16:28:22.664 INFO E| Compiling futures-sink v0.3.31 |
| 2889 | 2026-02-26T16:28:23.284Z | [ helios-setup] Feb 26 16:28:22.764 INFO E| Compiling parking_lot_core v0.9.12 |
| 2890 | 2026-02-26T16:28:23.284Z | [ helios-setup] Feb 26 16:28:22.765 INFO E| Compiling tap v1.0.1 |
| 2891 | 2026-02-26T16:28:23.308Z | [ helios-setup] Feb 26 16:28:22.765 INFO E| Compiling maybe-uninit v2.0.0 |
| 2892 | 2026-02-26T16:28:23.500Z | [ helios-setup] Feb 26 16:28:22.981 INFO E| Compiling getopts v0.2.24 |
| 2893 | 2026-02-26T16:28:23.540Z | [ helios-setup] Feb 26 16:28:23.020 INFO E| Compiling futures-channel v0.3.31 |
| 2894 | 2026-02-26T16:28:23.757Z | [ helios-setup] Feb 26 16:28:23.238 INFO E| Compiling proc-macro-crate v3.4.0 |
| 2895 | 2026-02-26T16:28:24.205Z | [ helios-setup] Feb 26 16:28:23.686 INFO E| Compiling wyz v0.5.1 |
| 2896 | 2026-02-26T16:28:24.402Z | [ helios-setup] Feb 26 16:28:23.883 INFO E| Compiling bzip2-sys v0.1.13+1.0.8 |
| 2897 | 2026-02-26T16:28:24.567Z | [ helios-setup] Feb 26 16:28:24.048 INFO E| Compiling terminal_size v0.4.3 |
| 2898 | 2026-02-26T16:28:25.178Z | [ helios-setup] Feb 26 16:28:24.659 INFO E| Compiling num-integer v0.1.46 |
| 2899 | 2026-02-26T16:28:25.269Z | [ helios-setup] Feb 26 16:28:24.750 INFO E| Compiling ahash v0.8.12 |
| 2900 | 2026-02-26T16:28:25.515Z | [ helios-setup] Feb 26 16:28:24.997 INFO E| Compiling thiserror v1.0.69 |
| 2901 | 2026-02-26T16:28:25.633Z | [ helios-setup] Feb 26 16:28:25.114 INFO E| Compiling clap_lex v0.7.6 |
| 2902 | 2026-02-26T16:28:25.786Z | [ helios-setup] Feb 26 16:28:25.267 INFO E| Compiling slab v0.4.11 |
| 2903 | 2026-02-26T16:28:25.877Z | [ helios-setup] Feb 26 16:28:25.358 INFO E| Compiling funty v2.0.0 |
| 2904 | 2026-02-26T16:28:26.083Z | [ helios-setup] Feb 26 16:28:25.564 INFO E| Compiling serde_derive v1.0.228 |
| 2905 | 2026-02-26T16:28:26.210Z | [ helios-setup] Feb 26 16:28:25.691 INFO E| Compiling zerocopy-derive v0.8.27 |
| 2906 | 2026-02-26T16:28:26.234Z | [ helios-setup] Feb 26 16:28:25.714 INFO E| Compiling der_derive v0.7.3 |
| 2907 | 2026-02-26T16:28:26.384Z | [ helios-setup] Feb 26 16:28:25.866 INFO E| Compiling futures-macro v0.3.31 |
| 2908 | 2026-02-26T16:28:26.542Z | [ helios-setup] Feb 26 16:28:26.023 INFO E| Compiling strsim v0.11.1 |
| 2909 | 2026-02-26T16:28:26.628Z | [ helios-setup] Feb 26 16:28:26.109 INFO E| Compiling getrandom v0.3.4 |
| 2910 | 2026-02-26T16:28:27.815Z | [ helios-setup] Feb 26 16:28:27.297 INFO E| Compiling heck v0.5.0 |
| 2911 | 2026-02-26T16:28:28.951Z | [ helios-setup] Feb 26 16:28:28.432 INFO E| Compiling packed_struct v0.10.1 |
| 2912 | 2026-02-26T16:28:29.538Z | [ helios-setup] Feb 26 16:28:29.019 INFO E| Compiling bytes v1.10.1 |
| 2913 | 2026-02-26T16:28:29.652Z | [ helios-setup] Feb 26 16:28:29.133 INFO E| Compiling pin-utils v0.1.0 |
| 2914 | 2026-02-26T16:28:29.758Z | [ helios-setup] Feb 26 16:28:29.239 INFO E| Compiling time-core v0.1.6 |
| 2915 | 2026-02-26T16:28:29.782Z | [ helios-setup] Feb 26 16:28:29.262 INFO E| Compiling num-conv v0.1.0 |
| 2916 | 2026-02-26T16:28:29.813Z | [ helios-setup] Feb 26 16:28:29.295 INFO E| Compiling num-bigint-dig v0.8.4 |
| 2917 | 2026-02-26T16:28:29.866Z | [ helios-setup] Feb 26 16:28:29.347 INFO E| Compiling der v0.7.10 |
| 2918 | 2026-02-26T16:28:30.120Z | [ helios-setup] Feb 26 16:28:29.601 INFO E| Compiling scopeguard v1.2.0 |
| 2919 | 2026-02-26T16:28:30.166Z | [ helios-setup] Feb 26 16:28:29.648 INFO E| Compiling futures-io v0.3.31 |
| 2920 | 2026-02-26T16:28:30.295Z | [ helios-setup] Feb 26 16:28:29.777 INFO E| Compiling powerfmt v0.2.0 |
| 2921 | 2026-02-26T16:28:30.321Z | [ helios-setup] Feb 26 16:28:29.802 INFO E| Compiling futures-task v0.3.31 |
| 2922 | 2026-02-26T16:28:30.643Z | [ helios-setup] Feb 26 16:28:30.122 INFO E| Compiling spin v0.9.8 |
| 2923 | 2026-02-26T16:28:30.732Z | [ helios-setup] Feb 26 16:28:30.213 INFO E| Compiling itoa v1.0.15 |
| 2924 | 2026-02-26T16:28:30.810Z | [ helios-setup] Feb 26 16:28:30.291 INFO E| Compiling futures-util v0.3.31 |
| 2925 | 2026-02-26T16:28:30.893Z | [ helios-setup] Feb 26 16:28:30.374 INFO E| Compiling lazy_static v1.5.0 |
| 2926 | 2026-02-26T16:28:31.017Z | [ helios-setup] Feb 26 16:28:30.498 INFO E| Compiling deranged v0.5.5 |
| 2927 | 2026-02-26T16:28:31.047Z | [ helios-setup] Feb 26 16:28:30.529 INFO E| Compiling lock_api v0.4.14 |
| 2928 | 2026-02-26T16:28:31.515Z | [ helios-setup] Feb 26 16:28:30.996 INFO E| Compiling time-macros v0.2.24 |
| 2929 | 2026-02-26T16:28:31.618Z | [ helios-setup] Feb 26 16:28:31.099 INFO E| Compiling clap_derive v4.5.49 |
| 2930 | 2026-02-26T16:28:33.694Z | [ helios-setup] Feb 26 16:28:33.175 INFO E| Compiling spki v0.7.3 |
| 2931 | 2026-02-26T16:28:33.901Z | [ helios-setup] Feb 26 16:28:33.383 INFO E| Compiling packed_struct_codegen v0.10.1 |
| 2932 | 2026-02-26T16:28:34.225Z | [ helios-setup] Feb 26 16:28:33.706 INFO E| Compiling pkcs8 v0.10.2 |
| 2933 | 2026-02-26T16:28:34.297Z | [ helios-setup] Feb 26 16:28:33.778 INFO E| Compiling bitvec v1.0.1 |
| 2934 | 2026-02-26T16:28:35.109Z | [ helios-setup] Feb 26 16:28:34.590 INFO E| Compiling ppv-lite86 v0.2.21 |
| 2935 | 2026-02-26T16:28:35.882Z | [ helios-setup] Feb 26 16:28:35.364 INFO E| Compiling erased-serde v0.3.31 |
| 2936 | 2026-02-26T16:28:35.990Z | [ helios-setup] Feb 26 16:28:35.472 INFO E| Compiling clap_builder v4.5.51 |
| 2937 | 2026-02-26T16:28:36.179Z | [ helios-setup] Feb 26 16:28:35.660 INFO E| Compiling rand_chacha v0.3.1 |
| 2938 | 2026-02-26T16:28:36.558Z | [ helios-setup] Feb 26 16:28:36.040 INFO E| Compiling thiserror-impl v1.0.69 |
| 2939 | 2026-02-26T16:28:36.666Z | [ helios-setup] Feb 26 16:28:36.148 INFO E| Compiling rand v0.8.5 |
| 2940 | 2026-02-26T16:28:37.242Z | [ helios-setup] Feb 26 16:28:36.723 INFO E| Compiling num_enum_derive v0.7.5 |
| 2941 | 2026-02-26T16:28:37.538Z | [ helios-setup] Feb 26 16:28:37.020 INFO E| Compiling bitfield-macros v0.19.3 |
| 2942 | 2026-02-26T16:28:38.774Z | [ helios-setup] Feb 26 16:28:38.256 INFO E| Compiling zerocopy-derive v0.6.6 |
| 2943 | 2026-02-26T16:28:38.853Z | [ helios-setup] Feb 26 16:28:38.335 INFO E| Compiling num-iter v0.1.45 |
| 2944 | 2026-02-26T16:28:40.466Z | [ helios-setup] Feb 26 16:28:39.948 INFO E| Compiling indexmap v1.9.3 |
| 2945 | 2026-02-26T16:28:40.814Z | [ helios-setup] Feb 26 16:28:40.295 INFO E| Compiling iana-time-zone v0.1.64 |
| 2946 | 2026-02-26T16:28:41.295Z | [ helios-setup] Feb 26 16:28:40.777 INFO E| Compiling serde_json v1.0.145 |
| 2947 | 2026-02-26T16:28:41.372Z | [ helios-setup] Feb 26 16:28:40.854 INFO E| Compiling simd-adler32 v0.3.7 |
| 2948 | 2026-02-26T16:28:41.860Z | [ helios-setup] Feb 26 16:28:41.336 INFO E| Compiling crc-catalog v2.4.0 |
| 2949 | 2026-02-26T16:28:42.140Z | [ helios-setup] Feb 26 16:28:41.622 INFO E| Compiling nodrop v0.1.14 |
| 2950 | 2026-02-26T16:28:42.205Z | [ helios-setup] Feb 26 16:28:41.687 INFO E| Compiling log v0.4.28 |
| 2951 | 2026-02-26T16:28:42.361Z | [ helios-setup] Feb 26 16:28:41.843 INFO E| Compiling once_cell v1.21.3 |
| 2952 | 2026-02-26T16:28:42.498Z | [ helios-setup] Feb 26 16:28:41.980 INFO E| Compiling thiserror v2.0.17 |
| 2953 | 2026-02-26T16:28:42.945Z | [ helios-setup] Feb 26 16:28:42.427 INFO E| Compiling adler2 v2.0.1 |
| 2954 | 2026-02-26T16:28:43.009Z | [ helios-setup] Feb 26 16:28:42.491 INFO E| Compiling env_filter v0.1.4 |
| 2955 | 2026-02-26T16:28:43.330Z | [ helios-setup] Feb 26 16:28:42.812 INFO E| Compiling miniz_oxide v0.8.9 |
| 2956 | 2026-02-26T16:28:44.140Z | [ helios-setup] Feb 26 16:28:43.621 INFO E| Compiling clap v4.5.51 |
| 2957 | 2026-02-26T16:28:44.451Z | [ helios-setup] Feb 26 16:28:43.933 INFO E| Compiling time v0.3.44 |
| 2958 | 2026-02-26T16:28:44.675Z | [ helios-setup] Feb 26 16:28:44.157 INFO E| Compiling array-init v0.0.4 |
| 2959 | 2026-02-26T16:28:44.859Z | [ helios-setup] Feb 26 16:28:44.340 INFO E| Compiling crc v3.3.0 |
| 2960 | 2026-02-26T16:28:45.400Z | [ helios-setup] Feb 26 16:28:44.881 INFO E| Compiling zerocopy v0.6.6 |
| 2961 | 2026-02-26T16:28:45.557Z | [ helios-setup] Feb 26 16:28:45.039 INFO E| Compiling num_enum v0.7.5 |
| 2962 | 2026-02-26T16:28:45.798Z | [ helios-setup] Feb 26 16:28:45.280 INFO E| Compiling chrono v0.4.42 |
| 2963 | 2026-02-26T16:28:45.973Z | [ helios-setup] Feb 26 16:28:45.455 INFO E| Compiling parking_lot v0.12.5 |
| 2964 | 2026-02-26T16:28:46.342Z | [ helios-setup] Feb 26 16:28:45.824 INFO E| Compiling smallvec v0.6.14 |
| 2965 | 2026-02-26T16:28:46.869Z | [ helios-setup] Feb 26 16:28:46.351 INFO E| Compiling bitfield v0.19.3 |
| 2966 | 2026-02-26T16:28:47.581Z | [ helios-setup] Feb 26 16:28:47.063 INFO E| Compiling futures-executor v0.3.31 |
| 2967 | 2026-02-26T16:28:47.879Z | [ helios-setup] Feb 26 16:28:47.361 INFO E| Compiling toml_datetime v0.6.11 |
| 2968 | 2026-02-26T16:28:48.175Z | [ omicron-package] Finished `release` profile [optimized] target(s) in 2m 05s |
| 2969 | 2026-02-26T16:28:48.508Z | [ omicron-package] |
| 2970 | 2026-02-26T16:28:48.508Z | [ omicron-package] real 2:06.170250243 |
| 2971 | 2026-02-26T16:28:48.509Z | [ omicron-package] user 8:45.051033383 |
| 2972 | 2026-02-26T16:28:48.533Z | [ omicron-package] sys 36.601354031 |
| 2973 | 2026-02-26T16:28:48.533Z | [ omicron-package] trap 1.044386644 |
| 2974 | 2026-02-26T16:28:48.533Z | [ omicron-package] tflt 0.753009993 |
| 2975 | 2026-02-26T16:28:48.533Z | [ omicron-package] dflt 1.352815772 |
| 2976 | 2026-02-26T16:28:48.533Z | [ omicron-package] kflt 0.004854328 |
| 2977 | 2026-02-26T16:28:48.533Z | [ omicron-package] lock 30:47.961982886 |
| 2978 | 2026-02-26T16:28:48.533Z | [ omicron-package] slp 33:44.199048719 |
| 2979 | 2026-02-26T16:28:48.533Z | [ omicron-package] lat 5:01.843214285 |
| 2980 | 2026-02-26T16:28:48.533Z | [ omicron-package] stop 1:37.544282192 |
| 2981 | 2026-02-26T16:28:48.533Z | Feb 26 16:28:47.992 INFO [omicron-package] process exited with exit status: 0 (126.255027098s) |
| 2982 | 2026-02-26T16:28:48.533Z | Feb 26 16:28:47.993 INFO [host-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out target create --preset host |
| 2983 | 2026-02-26T16:28:48.533Z | Feb 26 16:28:47.993 INFO [recovery-target] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery target create --preset recovery |
| 2984 | 2026-02-26T16:28:48.533Z | [ host-target] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2985 | 2026-02-26T16:28:48.533Z | [ recovery-target] Logging to: /work/artifacts-recovery/LOG |
| 2986 | 2026-02-26T16:28:48.533Z | [ host-target] Created new build target 'host' and set it as active |
| 2987 | 2026-02-26T16:28:48.533Z | [ recovery-target] Created new build target 'recovery' and set it as active |
| 2988 | 2026-02-26T16:28:48.558Z | Feb 26 16:28:48.024 INFO [host-target] process exited with exit status: 0 (31.225966ms) |
| 2989 | 2026-02-26T16:28:48.558Z | Feb 26 16:28:48.024 INFO [recovery-target] process exited with exit status: 0 (30.449902ms) |
| 2990 | 2026-02-26T16:28:48.558Z | Feb 26 16:28:48.024 INFO [host-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target host --artifacts /work/oxidecomputer/omicron/out package |
| 2991 | 2026-02-26T16:28:48.558Z | [ host-package] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2992 | 2026-02-26T16:28:48.633Z | [ helios-setup] Feb 26 16:28:48.115 INFO E| Compiling serde_spanned v0.6.9 |
| 2993 | 2026-02-26T16:28:48.790Z | [ helios-setup] Feb 26 16:28:48.271 INFO E| Compiling pkcs1 v0.7.5 |
| 2994 | 2026-02-26T16:28:49.118Z | [ helios-setup] Feb 26 16:28:48.600 INFO E| Compiling tokio-macros v2.6.0 |
| 2995 | 2026-02-26T16:28:49.290Z | [ helios-setup] Feb 26 16:28:48.772 INFO E| Compiling thiserror-impl v2.0.17 |
| 2996 | 2026-02-26T16:28:50.836Z | [ helios-setup] Feb 26 16:28:50.318 INFO E| Compiling signature v2.2.0 |
| 2997 | 2026-02-26T16:28:50.938Z | [ helios-setup] Feb 26 16:28:50.420 INFO E| Compiling serde_spanned v1.0.3 |
| 2998 | 2026-02-26T16:28:51.180Z | [ helios-setup] Feb 26 16:28:50.662 INFO E| Compiling mio v1.1.0 |
| 2999 | 2026-02-26T16:28:51.278Z | [ helios-setup] Feb 26 16:28:50.760 INFO E| Compiling socket2 v0.6.1 |
| 3000 | 2026-02-26T16:28:52.024Z | [ helios-setup] Feb 26 16:28:51.507 INFO E| Compiling signal-hook-registry v1.4.6 |
| 3001 | 2026-02-26T16:28:52.123Z | [ host-package] Compiling ring v0.17.14 |
| 3002 | 2026-02-26T16:28:52.327Z | [ host-package] Compiling convert_case v0.4.0 |
| 3003 | 2026-02-26T16:28:52.327Z | [ host-package] Compiling typify-impl v0.6.1 |
| 3004 | 2026-02-26T16:28:52.352Z | [ host-package] Compiling is-terminal v0.4.13 |
| 3005 | 2026-02-26T16:28:52.352Z | [ host-package] Compiling prettyplease v0.2.36 |
| 3006 | 2026-02-26T16:28:52.401Z | [ helios-setup] Feb 26 16:28:51.884 INFO E| Compiling is-terminal v0.4.17 |
| 3007 | 2026-02-26T16:28:52.426Z | [ helios-setup] Feb 26 16:28:51.903 INFO E| Compiling thread_local v1.1.9 |
| 3008 | 2026-02-26T16:28:52.789Z | [ helios-setup] Feb 26 16:28:52.271 INFO E| Compiling ryu v1.0.20 |
| 3009 | 2026-02-26T16:28:52.928Z | [ host-package] Compiling thread_local v1.1.8 |
| 3010 | 2026-02-26T16:28:52.953Z | [ helios-setup] Feb 26 16:28:52.434 INFO E| Compiling hashbrown v0.12.3 |
| 3011 | 2026-02-26T16:28:53.251Z | [ helios-setup] Feb 26 16:28:52.732 INFO E| Compiling base64 v0.21.7 |
| 3012 | 2026-02-26T16:28:53.275Z | [ host-package] Compiling derive_more v0.99.20 |
| 3013 | 2026-02-26T16:28:53.275Z | [ host-package] Compiling match_cfg v0.1.0 |
| 3014 | 2026-02-26T16:28:53.300Z | [ helios-setup] Feb 26 16:28:52.777 INFO E| Compiling network-interface v0.1.7 (https://github.com/oxidecomputer/network-interface?branch=illumos#5a696e91) |
| 3015 | 2026-02-26T16:28:53.519Z | [ host-package] Compiling bytecount v0.6.8 |
| 3016 | 2026-02-26T16:28:53.901Z | [ helios-setup] Feb 26 16:28:53.384 INFO E| Compiling subtle v2.6.1 |
| 3017 | 2026-02-26T16:28:53.997Z | [ host-package] Compiling hostname v0.3.1 |
| 3018 | 2026-02-26T16:28:54.119Z | [ helios-setup] Feb 26 16:28:53.601 INFO E| Compiling toml_writer v1.0.4 |
| 3019 | 2026-02-26T16:28:54.158Z | [ host-package] Compiling multer v3.1.0 |
| 3020 | 2026-02-26T16:28:54.237Z | [ helios-setup] Feb 26 16:28:53.719 INFO E| Compiling winnow v0.5.40 |
| 3021 | 2026-02-26T16:28:54.340Z | [ host-package] Compiling slog-async v2.8.0 |
| 3022 | 2026-02-26T16:28:54.453Z | [ helios-setup] Feb 26 16:28:53.935 INFO E| Compiling libdevinfo-sys v1.1.0 |
| 3023 | 2026-02-26T16:28:54.514Z | [ host-package] Compiling password-hash v0.5.0 |
| 3024 | 2026-02-26T16:28:54.609Z | [ helios-setup] Feb 26 16:28:54.091 INFO E| Compiling term v1.2.0 |
| 3025 | 2026-02-26T16:28:54.635Z | [ host-package] Compiling blake2 v0.10.6 |
| 3026 | 2026-02-26T16:28:54.794Z | [ host-package] Compiling crossbeam-channel v0.5.15 |
| 3027 | 2026-02-26T16:28:54.847Z | [ helios-setup] Feb 26 16:28:54.329 INFO E| Compiling devinfo v0.1.0 |
| 3028 | 2026-02-26T16:28:55.287Z | [ helios-setup] Feb 26 16:28:54.768 INFO E| Compiling toml v0.9.8 |
| 3029 | 2026-02-26T16:28:55.318Z | [ helios-setup] Feb 26 16:28:54.800 INFO E| Compiling rsa v0.9.8 |
| 3030 | 2026-02-26T16:28:56.758Z | [ host-package] Compiling toml_parser v1.0.6+spec-1.1.0 |
| 3031 | 2026-02-26T16:28:56.927Z | [ host-package] Compiling slog-json v2.6.1 |
| 3032 | 2026-02-26T16:28:57.225Z | [ helios-setup] Feb 26 16:28:56.707 INFO E| Compiling slog-term v2.9.2 |
| 3033 | 2026-02-26T16:28:57.675Z | [ helios-setup] Feb 26 16:28:57.157 INFO E| Compiling ron v0.8.1 |
| 3034 | 2026-02-26T16:28:57.821Z | [ host-package] Compiling futures-executor v0.3.31 |
| 3035 | 2026-02-26T16:28:58.344Z | [ host-package] Compiling toml_datetime v0.7.5+spec-1.1.0 |
| 3036 | 2026-02-26T16:28:59.224Z | [ host-package] Compiling rustls v0.23.37 |
| 3037 | 2026-02-26T16:28:59.327Z | [ host-package] Compiling rustls v0.22.4 |
| 3038 | 2026-02-26T16:28:59.393Z | [ host-package] Compiling serde_spanned v1.0.4 |
| 3039 | 2026-02-26T16:28:59.447Z | [ host-package] Compiling unicode-width v0.1.14 |
| 3040 | 2026-02-26T16:28:59.865Z | [ host-package] Compiling toml_writer v1.0.6+spec-1.1.0 |
| 3041 | 2026-02-26T16:28:59.972Z | [ host-package] Compiling take_mut v0.2.2 |
| 3042 | 2026-02-26T16:29:00.713Z | [ host-package] Compiling term v1.1.0 |
| 3043 | 2026-02-26T16:29:00.738Z | [ host-package] Compiling swrite v0.1.0 |
| 3044 | 2026-02-26T16:29:01.074Z | [ host-package] Compiling toml v0.9.11+spec-1.1.0 |
| 3045 | 2026-02-26T16:29:01.947Z | [ helios-setup] Feb 26 16:29:01.429 INFO E| Compiling toml_edit v0.19.15 |
| 3046 | 2026-02-26T16:29:02.299Z | [ helios-setup] Feb 26 16:29:01.781 INFO E| Compiling tokio v1.48.0 |
| 3047 | 2026-02-26T16:29:02.360Z | [ host-package] Compiling slog-term v2.9.2 |
| 3048 | 2026-02-26T16:29:03.046Z | [ host-package] Compiling tabwriter v1.4.0 |
| 3049 | 2026-02-26T16:29:03.388Z | [ host-package] Compiling futures v0.3.31 |
| 3050 | 2026-02-26T16:29:03.425Z | [ helios-setup] Feb 26 16:29:02.907 INFO E| Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3051 | 2026-02-26T16:29:03.742Z | [ host-package] Compiling slog-bunyan v2.5.0 |
| 3052 | 2026-02-26T16:29:04.137Z | [ helios-setup] Feb 26 16:29:03.619 INFO E| Compiling uuid v1.18.1 |
| 3053 | 2026-02-26T16:29:04.203Z | [ host-package] Compiling rustls-webpki v0.103.9 |
| 3054 | 2026-02-26T16:29:04.307Z | [ host-package] Compiling rustls-webpki v0.102.8 |
| 3055 | 2026-02-26T16:29:04.457Z | [ host-package] Compiling argon2 v0.5.3 |
| 3056 | 2026-02-26T16:29:06.337Z | [ host-package] Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3057 | 2026-02-26T16:29:06.690Z | [ helios-setup] Feb 26 16:29:06.173 INFO E| Compiling futures v0.3.31 |
| 3058 | 2026-02-26T16:29:06.983Z | [ helios-setup] Feb 26 16:29:06.465 INFO E| Compiling serde-hex v0.1.0 |
| 3059 | 2026-02-26T16:29:07.185Z | [ helios-setup] Feb 26 16:29:06.668 INFO E| Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3060 | 2026-02-26T16:29:07.749Z | [ host-package] Compiling dropshot v0.16.7 |
| 3061 | 2026-02-26T16:29:08.035Z | [ host-package] Compiling async-stream v0.3.6 |
| 3062 | 2026-02-26T16:29:08.077Z | [ helios-setup] Feb 26 16:29:07.560 INFO E| Compiling bzip2 v0.4.4 |
| 3063 | 2026-02-26T16:29:08.479Z | [ host-package] Compiling typify-macro v0.6.1 |
| 3064 | 2026-02-26T16:29:08.647Z | [ host-package] Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#70d3253a) |
| 3065 | 2026-02-26T16:29:08.975Z | [ host-package] Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3066 | 2026-02-26T16:29:09.050Z | [ helios-setup] Feb 26 16:29:08.512 INFO E| Compiling flate2 v1.1.5 |
| 3067 | 2026-02-26T16:29:09.203Z | [ host-package] Compiling universal-hash v0.5.1 |
| 3068 | 2026-02-26T16:29:10.022Z | [ host-package] Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3069 | 2026-02-26T16:29:10.646Z | [ host-package] Compiling waitgroup v0.1.2 |
| 3070 | 2026-02-26T16:29:11.251Z | [ host-package] Compiling rustls-pemfile v2.2.0 |
| 3071 | 2026-02-26T16:29:11.480Z | [ helios-setup] Feb 26 16:29:10.963 INFO E| Compiling hashbrown v0.13.2 |
| 3072 | 2026-02-26T16:29:11.831Z | [ helios-setup] Feb 26 16:29:11.313 INFO E| Compiling env_logger v0.11.8 |
| 3073 | 2026-02-26T16:29:11.989Z | [ host-package] Compiling thiserror-impl-no-std v2.0.2 |
| 3074 | 2026-02-26T16:29:12.699Z | [ host-package] Compiling serde_path_to_error v0.1.20 |
| 3075 | 2026-02-26T16:29:13.329Z | [ helios-setup] Feb 26 16:29:12.810 INFO E| Compiling hiercmd v0.1.0 (https://github.com/jclulow/hiercmd#8eed23a0) |
| 3076 | 2026-02-26T16:29:13.975Z | [ helios-setup] Feb 26 16:29:13.458 INFO E| Compiling x509-cert v0.2.5 |
| 3077 | 2026-02-26T16:29:14.220Z | [ host-package] Compiling instant v0.1.13 |
| 3078 | 2026-02-26T16:29:14.314Z | [ host-package] Compiling typify v0.6.1 |
| 3079 | 2026-02-26T16:29:14.724Z | [ host-package] Compiling progenitor-impl v0.13.0 |
| 3080 | 2026-02-26T16:29:14.808Z | [ host-package] Compiling hostname v0.4.2 |
| 3081 | 2026-02-26T16:29:14.929Z | [ helios-setup] Feb 26 16:29:14.411 INFO E| Compiling rustc-hash v2.1.1 |
| 3082 | 2026-02-26T16:29:15.286Z | [ helios-setup] Feb 26 16:29:14.769 INFO E| Compiling crc-any v2.5.0 |
| 3083 | 2026-02-26T16:29:15.404Z | [ host-package] Compiling debug-ignore v1.0.5 |
| 3084 | 2026-02-26T16:29:16.965Z | [ helios-setup] Feb 26 16:29:16.447 INFO E| Compiling hex v0.4.3 |
| 3085 | 2026-02-26T16:29:17.068Z | [ helios-setup] Feb 26 16:29:16.551 INFO E| Compiling bitflags v1.3.2 |
| 3086 | 2026-02-26T16:29:17.310Z | [ helios-setup] Feb 26 16:29:16.793 INFO E| Compiling foldhash v0.2.0 |
| 3087 | 2026-02-26T16:29:17.384Z | [ helios-setup] Feb 26 16:29:16.867 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git#300caa09) |
| 3088 | 2026-02-26T16:29:18.257Z | [ helios-setup] Feb 26 16:29:17.740 INFO E| Compiling iddqd v0.3.14 |
| 3089 | 2026-02-26T16:29:18.374Z | [ helios-setup] Feb 26 16:29:17.857 INFO E| Compiling object v0.30.4 |
| 3090 | 2026-02-26T16:29:18.471Z | [ helios-setup] Feb 26 16:29:17.953 INFO E| Compiling toml v0.7.8 |
| 3091 | 2026-02-26T16:29:19.508Z | [ helios-setup] Feb 26 16:29:18.991 INFO E| Compiling zip v0.6.6 |
| 3092 | 2026-02-26T16:29:22.537Z | [ host-package] Compiling tokio-rustls v0.26.0 |
| 3093 | 2026-02-26T16:29:23.879Z | [ host-package] Compiling hyper-rustls v0.27.7 |
| 3094 | 2026-02-26T16:29:24.311Z | [ helios-setup] Feb 26 16:29:23.794 INFO E| Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 3095 | 2026-02-26T16:29:24.624Z | [ host-package] Compiling rustls-platform-verifier v0.6.2 |
| 3096 | 2026-02-26T16:29:25.124Z | [ host-package] Compiling reqwest v0.12.28 |
| 3097 | 2026-02-26T16:29:25.262Z | [ host-package] Compiling reqwest v0.13.2 |
| 3098 | 2026-02-26T16:29:25.528Z | [ helios-setup] Feb 26 16:29:24.998 INFO E| Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#b507bc6d) |
| 3099 | 2026-02-26T16:29:26.008Z | [ host-package] Compiling progenitor-macro v0.13.0 |
| 3100 | 2026-02-26T16:29:26.924Z | [ helios-setup] Feb 26 16:29:26.407 INFO E| Compiling bootserver v0.1.0 (https://github.com/oxidecomputer/boot-image-tools.git?rev=ab61443eae8c99b17aac82cbedb9a0c917828f57#ab61443e) |
| 3101 | 2026-02-26T16:29:26.949Z | [ helios-setup] Feb 26 16:29:26.425 INFO E| Compiling path-slash v0.1.5 |
| 3102 | 2026-02-26T16:29:27.654Z | [ helios-setup] Feb 26 16:29:27.137 INFO E| Compiling pilot-common v0.1.0 (/work/oxidecomputer/helios/projects/pilot/common) |
| 3103 | 2026-02-26T16:29:28.843Z | [ helios-setup] Feb 26 16:29:28.326 INFO E| Compiling pilot-disks v0.1.0 (/work/oxidecomputer/helios/projects/pilot/disks) |
| 3104 | 2026-02-26T16:29:29.564Z | [ host-package] Compiling tokio-rustls v0.25.0 |
| 3105 | 2026-02-26T16:29:30.734Z | [ host-package] Compiling opaque-debug v0.3.1 |
| 3106 | 2026-02-26T16:29:31.195Z | [ host-package] Compiling colored v3.0.0 |
| 3107 | 2026-02-26T16:29:32.687Z | [ host-package] Compiling progenitor-client v0.11.2 |
| 3108 | 2026-02-26T16:29:33.696Z | [ helios-setup] Feb 26 16:29:33.179 INFO E| Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?rev=cec2560e9a0126e9e687d51b385a57891abc87c3#cec2560e) |
| 3109 | 2026-02-26T16:29:34.209Z | [ host-package] Compiling progenitor v0.11.2 |
| 3110 | 2026-02-26T16:29:34.761Z | [ host-package] Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3111 | 2026-02-26T16:29:41.123Z | [ host-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3112 | 2026-02-26T16:29:51.957Z | [ helios-setup] Feb 26 16:29:51.441 INFO E| Compiling pilot v0.1.0 (/work/oxidecomputer/helios/projects/pilot) |
| 3113 | 2026-02-26T16:29:55.375Z | [ host-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3114 | 2026-02-26T16:29:56.182Z | [ host-package] Compiling progenitor-client v0.13.0 |
| 3115 | 2026-02-26T16:29:57.333Z | [ host-package] Compiling progenitor-client v0.10.0 |
| 3116 | 2026-02-26T16:30:09.108Z | [ host-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3117 | 2026-02-26T16:30:10.001Z | [ host-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3118 | 2026-02-26T16:30:12.814Z | [ host-package] Compiling progenitor v0.13.0 |
| 3119 | 2026-02-26T16:30:13.261Z | [ host-package] Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 3120 | 2026-02-26T16:30:14.432Z | [ host-package] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 3121 | 2026-02-26T16:30:16.886Z | [ host-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3122 | 2026-02-26T16:30:19.110Z | [ host-package] Compiling poly1305 v0.8.0 |
| 3123 | 2026-02-26T16:30:19.963Z | [ helios-setup] Feb 26 16:30:19.448 INFO E| Finished `release` profile [optimized] target(s) in 2m 16s |
| 3124 | 2026-02-26T16:30:19.988Z | [ helios-setup] Feb 26 16:30:19.448 INFO E| warning: the following packages contain code that will be rejected by a future version of Rust: num-bigint-dig v0.8.4 |
| 3125 | 2026-02-26T16:30:19.988Z | [ helios-setup] Feb 26 16:30:19.451 INFO E| note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` |
| 3126 | 2026-02-26T16:30:20.029Z | [ helios-setup] Feb 26 16:30:19.514 INFO building project "pilot" ok (136 seconds) |
| 3127 | 2026-02-26T16:30:20.029Z | [ helios-setup] Feb 26 16:30:19.514 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/image-builder" |
| 3128 | 2026-02-26T16:30:20.140Z | [ helios-setup] Feb 26 16:30:19.625 INFO rust toolchain for "/work/oxidecomputer/helios/projects/image-builder": "1.91.1-x86_64-unknown-illumos (default)" |
| 3129 | 2026-02-26T16:30:20.140Z | [ helios-setup] Feb 26 16:30:19.625 INFO building project "image-builder" at /work/oxidecomputer/helios/projects/image-builder |
| 3130 | 2026-02-26T16:30:20.165Z | [ helios-setup] Feb 26 16:30:19.625 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/image-builder") |
| 3131 | 2026-02-26T16:30:20.407Z | [ helios-setup] Feb 26 16:30:19.891 INFO E| Updating git repository `https://github.com/jclulow/rust-jmclib` |
| 3132 | 2026-02-26T16:30:20.912Z | [ helios-setup] Feb 26 16:30:20.396 INFO E| From https://github.com/jclulow/rust-jmclib |
| 3133 | 2026-02-26T16:30:20.912Z | [ helios-setup] Feb 26 16:30:20.396 INFO E| * [new ref] 98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 -> refs/commit/98fb2268f5a2f350e65ab5c8fc490b27eb1b3949 |
| 3134 | 2026-02-26T16:30:20.965Z | [ helios-setup] Feb 26 16:30:20.450 INFO E| Updating crates.io index |
| 3135 | 2026-02-26T16:30:21.124Z | [ helios-setup] Feb 26 16:30:20.609 INFO E| Downloading crates ... |
| 3136 | 2026-02-26T16:30:21.197Z | [ helios-setup] Feb 26 16:30:20.682 INFO E| Downloaded errno v0.3.1 |
| 3137 | 2026-02-26T16:30:21.222Z | [ helios-setup] Feb 26 16:30:20.685 INFO E| Downloaded libdevinfo-sys v1.0.0 |
| 3138 | 2026-02-26T16:30:21.222Z | [ helios-setup] Feb 26 16:30:20.686 INFO E| Downloaded cpufeatures v0.2.9 |
| 3139 | 2026-02-26T16:30:21.222Z | [ helios-setup] Feb 26 16:30:20.688 INFO E| Downloaded fastrand v2.0.0 |
| 3140 | 2026-02-26T16:30:21.222Z | [ helios-setup] Feb 26 16:30:20.691 INFO E| Downloaded toml v0.5.11 |
| 3141 | 2026-02-26T16:30:21.222Z | [ helios-setup] Feb 26 16:30:20.694 INFO E| Downloaded uuid v0.8.2 |
| 3142 | 2026-02-26T16:30:21.222Z | [ helios-setup] Feb 26 16:30:20.700 INFO E| Downloaded opaque-debug v0.3.0 |
| 3143 | 2026-02-26T16:30:21.222Z | [ helios-setup] Feb 26 16:30:20.701 INFO E| Downloaded sha-1 v0.9.8 |
| 3144 | 2026-02-26T16:30:21.223Z | [ helios-setup] Feb 26 16:30:20.704 INFO E| Downloaded digest v0.9.0 |
| 3145 | 2026-02-26T16:30:21.223Z | [ helios-setup] Feb 26 16:30:20.707 INFO E| Downloaded glob v0.3.1 |
| 3146 | 2026-02-26T16:30:21.247Z | [ helios-setup] Feb 26 16:30:20.709 INFO E| Downloaded itoa v1.0.9 |
| 3147 | 2026-02-26T16:30:21.247Z | [ helios-setup] Feb 26 16:30:20.711 INFO E| Downloaded unicode-ident v1.0.11 |
| 3148 | 2026-02-26T16:30:21.247Z | [ helios-setup] Feb 26 16:30:20.716 INFO E| Downloaded walkdir v2.3.3 |
| 3149 | 2026-02-26T16:30:21.247Z | [ helios-setup] Feb 26 16:30:20.718 INFO E| Downloaded quote v1.0.31 |
| 3150 | 2026-02-26T16:30:21.247Z | [ helios-setup] Feb 26 16:30:20.722 INFO E| Downloaded serde_derive v1.0.193 |
| 3151 | 2026-02-26T16:30:21.247Z | [ helios-setup] Feb 26 16:30:20.725 INFO E| Downloaded proc-macro2 v1.0.66 |
| 3152 | 2026-02-26T16:30:21.247Z | [ helios-setup] Feb 26 16:30:20.729 INFO E| Downloaded serde v1.0.193 |
| 3153 | 2026-02-26T16:30:21.276Z | [ helios-setup] Feb 26 16:30:20.761 INFO E| Downloaded tempfile v3.7.0 |
| 3154 | 2026-02-26T16:30:21.301Z | [ helios-setup] Feb 26 16:30:20.765 INFO E| Downloaded ryu v1.0.15 |
| 3155 | 2026-02-26T16:30:21.301Z | [ helios-setup] Feb 26 16:30:20.768 INFO E| Downloaded serde_json v1.0.103 |
| 3156 | 2026-02-26T16:30:21.301Z | [ helios-setup] Feb 26 16:30:20.777 INFO E| Downloaded once_cell v1.18.0 |
| 3157 | 2026-02-26T16:30:21.301Z | [ helios-setup] Feb 26 16:30:20.780 INFO E| Downloaded typenum v1.16.0 |
| 3158 | 2026-02-26T16:30:21.301Z | [ helios-setup] Feb 26 16:30:20.783 INFO E| Downloaded bitflags v2.3.3 |
| 3159 | 2026-02-26T16:30:21.326Z | [ helios-setup] Feb 26 16:30:20.787 INFO E| Downloaded syn v2.0.32 |
| 3160 | 2026-02-26T16:30:21.326Z | [ helios-setup] Feb 26 16:30:20.798 INFO E| Downloaded anyhow v1.0.72 |
| 3161 | 2026-02-26T16:30:21.326Z | [ helios-setup] Feb 26 16:30:20.803 INFO E| Downloaded md-5 v0.9.1 |
| 3162 | 2026-02-26T16:30:21.326Z | [ helios-setup] Feb 26 16:30:20.804 INFO E| Downloaded getrandom v0.2.10 |
| 3163 | 2026-02-26T16:30:21.326Z | [ helios-setup] Feb 26 16:30:20.808 INFO E| Downloaded block-buffer v0.9.0 |
| 3164 | 2026-02-26T16:30:21.326Z | [ helios-setup] Feb 26 16:30:20.809 INFO E| Downloaded rustix v0.38.4 |
| 3165 | 2026-02-26T16:30:21.350Z | [ helios-setup] Feb 26 16:30:20.833 INFO E| Downloaded libc v0.2.147 |
| 3166 | 2026-02-26T16:30:21.442Z | [ helios-setup] Feb 26 16:30:20.926 INFO E| Compiling libc v0.2.147 |
| 3167 | 2026-02-26T16:30:21.443Z | [ helios-setup] Feb 26 16:30:20.926 INFO E| Compiling proc-macro2 v1.0.66 |
| 3168 | 2026-02-26T16:30:21.467Z | [ helios-setup] Feb 26 16:30:20.926 INFO E| Compiling unicode-ident v1.0.11 |
| 3169 | 2026-02-26T16:30:21.467Z | [ helios-setup] Feb 26 16:30:20.926 INFO E| Compiling cfg-if v1.0.0 |
| 3170 | 2026-02-26T16:30:21.467Z | [ helios-setup] Feb 26 16:30:20.926 INFO E| Compiling version_check v0.9.4 |
| 3171 | 2026-02-26T16:30:21.467Z | [ helios-setup] Feb 26 16:30:20.927 INFO E| Compiling typenum v1.16.0 |
| 3172 | 2026-02-26T16:30:21.467Z | [ helios-setup] Feb 26 16:30:20.927 INFO E| Compiling serde v1.0.193 |
| 3173 | 2026-02-26T16:30:21.467Z | [ helios-setup] Feb 26 16:30:20.927 INFO E| Compiling slog v2.7.0 |
| 3174 | 2026-02-26T16:30:22.210Z | [ helios-setup] Feb 26 16:30:21.695 INFO E| Compiling num-conv v0.1.0 |
| 3175 | 2026-02-26T16:30:22.235Z | [ helios-setup] Feb 26 16:30:21.696 INFO E| Compiling time-core v0.1.2 |
| 3176 | 2026-02-26T16:30:22.684Z | [ helios-setup] Feb 26 16:30:22.167 INFO E| Compiling itoa v1.0.9 |
| 3177 | 2026-02-26T16:30:22.976Z | [ helios-setup] Feb 26 16:30:22.461 INFO E| Compiling rustix v0.38.4 |
| 3178 | 2026-02-26T16:30:23.172Z | [ helios-setup] Feb 26 16:30:22.657 INFO E| Compiling powerfmt v0.2.0 |
| 3179 | 2026-02-26T16:30:23.220Z | [ helios-setup] Feb 26 16:30:22.705 INFO E| Compiling generic-array v0.14.7 |
| 3180 | 2026-02-26T16:30:23.275Z | [ helios-setup] Feb 26 16:30:22.759 INFO E| Compiling time-macros v0.2.18 |
| 3181 | 2026-02-26T16:30:23.303Z | [ helios-setup] Feb 26 16:30:22.788 INFO E| Compiling once_cell v1.18.0 |
| 3182 | 2026-02-26T16:30:23.835Z | [ helios-setup] Feb 26 16:30:23.320 INFO E| Compiling deranged v0.3.11 |
| 3183 | 2026-02-26T16:30:23.930Z | [ helios-setup] Feb 26 16:30:23.415 INFO E| Compiling num_threads v0.1.6 |
| 3184 | 2026-02-26T16:30:24.222Z | [ helios-setup] Feb 26 16:30:23.707 INFO E| Compiling bitflags v2.3.3 |
| 3185 | 2026-02-26T16:30:24.379Z | [ helios-setup] Feb 26 16:30:23.864 INFO E| Compiling dirs-sys-next v0.1.2 |
| 3186 | 2026-02-26T16:30:24.404Z | [ helios-setup] Feb 26 16:30:23.878 INFO E| Compiling errno v0.3.1 |
| 3187 | 2026-02-26T16:30:25.073Z | [ helios-setup] Feb 26 16:30:24.558 INFO E| Compiling quote v1.0.31 |
| 3188 | 2026-02-26T16:30:25.098Z | [ helios-setup] Feb 26 16:30:24.565 INFO E| Compiling dirs-next v2.0.0 |
| 3189 | 2026-02-26T16:30:25.596Z | [ helios-setup] Feb 26 16:30:25.081 INFO E| Compiling syn v2.0.32 |
| 3190 | 2026-02-26T16:30:25.620Z | [ helios-setup] Feb 26 16:30:25.095 INFO E| Compiling term v0.7.0 |
| 3191 | 2026-02-26T16:30:25.855Z | [ helios-setup] Feb 26 16:30:25.340 INFO E| Compiling atty v0.2.14 |
| 3192 | 2026-02-26T16:30:26.040Z | [ helios-setup] Feb 26 16:30:25.524 INFO E| Compiling thread_local v1.1.7 |
| 3193 | 2026-02-26T16:30:26.828Z | [ helios-setup] Feb 26 16:30:26.313 INFO E| Compiling anyhow v1.0.72 |
| 3194 | 2026-02-26T16:30:26.916Z | [ helios-setup] Feb 26 16:30:26.401 INFO E| Compiling serde_json v1.0.103 |
| 3195 | 2026-02-26T16:30:27.485Z | [ helios-setup] Feb 26 16:30:26.970 INFO E| Compiling digest v0.9.0 |
| 3196 | 2026-02-26T16:30:27.509Z | [ helios-setup] Feb 26 16:30:26.978 INFO E| Compiling block-buffer v0.9.0 |
| 3197 | 2026-02-26T16:30:27.773Z | [ helios-setup] Feb 26 16:30:27.258 INFO E| Compiling time v0.3.36 |
| 3198 | 2026-02-26T16:30:27.797Z | [ helios-setup] Feb 26 16:30:27.264 INFO E| Compiling fastrand v2.0.0 |
| 3199 | 2026-02-26T16:30:27.821Z | [ helios-setup] Feb 26 16:30:27.293 INFO E| Compiling opaque-debug v0.3.0 |
| 3200 | 2026-02-26T16:30:27.972Z | [ helios-setup] Feb 26 16:30:27.457 INFO E| Compiling getrandom v0.2.10 |
| 3201 | 2026-02-26T16:30:28.116Z | [ helios-setup] Feb 26 16:30:27.602 INFO E| Compiling unicode-width v0.1.10 |
| 3202 | 2026-02-26T16:30:28.141Z | [ helios-setup] Feb 26 16:30:27.619 INFO E| Compiling cpufeatures v0.2.9 |
| 3203 | 2026-02-26T16:30:28.424Z | [ helios-setup] Feb 26 16:30:27.909 INFO E| Compiling tempfile v3.7.0 |
| 3204 | 2026-02-26T16:30:28.448Z | [ helios-setup] Feb 26 16:30:27.926 INFO E| Compiling ryu v1.0.15 |
| 3205 | 2026-02-26T16:30:28.473Z | [ helios-setup] Feb 26 16:30:27.953 INFO E| Compiling same-file v1.0.6 |
| 3206 | 2026-02-26T16:30:28.907Z | [ helios-setup] Feb 26 16:30:28.392 INFO E| Compiling walkdir v2.3.3 |
| 3207 | 2026-02-26T16:30:28.983Z | [ helios-setup] Feb 26 16:30:28.469 INFO E| Compiling getopts v0.2.21 |
| 3208 | 2026-02-26T16:30:29.192Z | [ helios-setup] Feb 26 16:30:28.678 INFO E| Compiling sha-1 v0.9.8 |
| 3209 | 2026-02-26T16:30:29.240Z | [ helios-setup] Feb 26 16:30:28.726 INFO E| Compiling md-5 v0.9.1 |
| 3210 | 2026-02-26T16:30:29.929Z | [ helios-setup] Feb 26 16:30:29.414 INFO E| Compiling glob v0.3.1 |
| 3211 | 2026-02-26T16:30:30.003Z | [ helios-setup] Feb 26 16:30:29.488 INFO E| Compiling libdevinfo-sys v1.0.0 |
| 3212 | 2026-02-26T16:30:31.192Z | [ helios-setup] Feb 26 16:30:30.677 INFO E| Compiling slog-term v2.9.0 |
| 3213 | 2026-02-26T16:30:31.858Z | [ helios-setup] Feb 26 16:30:31.329 INFO E| Compiling serde_derive v1.0.193 |
| 3214 | 2026-02-26T16:30:33.252Z | [ host-package] Compiling thiserror-no-std v2.0.2 |
| 3215 | 2026-02-26T16:30:33.456Z | [ host-package] Compiling backoff v0.4.0 |
| 3216 | 2026-02-26T16:30:33.885Z | [ host-package] Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3217 | 2026-02-26T16:30:34.655Z | [ host-package] Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3218 | 2026-02-26T16:30:36.575Z | [ host-package] Compiling parse-display v0.10.0 |
| 3219 | 2026-02-26T16:30:37.143Z | [ host-package] Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 3220 | 2026-02-26T16:30:37.404Z | [ host-package] Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 3221 | 2026-02-26T16:30:38.343Z | [ host-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3222 | 2026-02-26T16:30:38.751Z | [ host-package] Compiling chacha20 v0.9.1 |
| 3223 | 2026-02-26T16:30:38.796Z | [ host-package] Compiling aead v0.5.2 |
| 3224 | 2026-02-26T16:30:39.318Z | [ host-package] Compiling backon v1.6.0 |
| 3225 | 2026-02-26T16:30:39.367Z | [ host-package] Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3226 | 2026-02-26T16:30:39.743Z | [ host-package] Compiling macaddr v1.0.1 |
| 3227 | 2026-02-26T16:30:39.983Z | [ host-package] Compiling derive-where v1.5.0 |
| 3228 | 2026-02-26T16:30:40.218Z | [ host-package] Compiling chacha20poly1305 v0.10.1 |
| 3229 | 2026-02-26T16:30:40.571Z | [ host-package] Compiling vsss-rs v3.3.4 |
| 3230 | 2026-02-26T16:30:42.276Z | [ helios-setup] Feb 26 16:30:41.761 INFO E| Compiling toml v0.5.11 |
| 3231 | 2026-02-26T16:30:42.276Z | [ helios-setup] Feb 26 16:30:41.761 INFO E| Compiling uuid v0.8.2 |
| 3232 | 2026-02-26T16:30:42.770Z | [ host-package] Compiling num-rational v0.4.2 |
| 3233 | 2026-02-26T16:30:43.304Z | [ host-package] Compiling num-complex v0.4.6 |
| 3234 | 2026-02-26T16:30:44.253Z | [ helios-setup] Feb 26 16:30:43.738 INFO E| Compiling jmclib v0.1.0 (https://github.com/jclulow/rust-jmclib#98fb2268) |
| 3235 | 2026-02-26T16:30:44.490Z | [ host-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3236 | 2026-02-26T16:30:45.168Z | [ host-package] Compiling num v0.4.3 |
| 3237 | 2026-02-26T16:30:45.402Z | [ host-package] Compiling console v0.15.10 |
| 3238 | 2026-02-26T16:30:45.512Z | [ host-package] Compiling float-ord v0.3.2 |
| 3239 | 2026-02-26T16:30:45.940Z | [ host-package] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 3240 | 2026-02-26T16:30:46.025Z | [ helios-setup] Feb 26 16:30:45.511 INFO E| Compiling illumos-image-builder v0.0.0 (/work/oxidecomputer/helios/projects/image-builder) |
| 3241 | 2026-02-26T16:30:46.429Z | [ host-package] Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 3242 | 2026-02-26T16:30:47.615Z | [ host-package] Compiling toml v0.8.23 |
| 3243 | 2026-02-26T16:30:48.450Z | [ host-package] Compiling newline-converter v0.3.0 |
| 3244 | 2026-02-26T16:30:48.709Z | [ host-package] Compiling atomicwrites v0.4.4 |
| 3245 | 2026-02-26T16:30:49.043Z | [ host-package] Compiling slog-dtrace v0.3.0 |
| 3246 | 2026-02-26T16:30:49.097Z | [ host-package] Compiling expectorate v1.2.0 |
| 3247 | 2026-02-26T16:30:49.612Z | [ host-package] Compiling owo-colors v4.2.3 |
| 3248 | 2026-02-26T16:30:49.661Z | [ host-package] Compiling cancel-safe-futures v0.1.5 |
| 3249 | 2026-02-26T16:30:50.115Z | [ host-package] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 3250 | 2026-02-26T16:30:52.101Z | [ host-package] Compiling resolv-conf v0.7.0 |
| 3251 | 2026-02-26T16:30:53.808Z | [ host-package] Compiling libsw-core v0.3.1 |
| 3252 | 2026-02-26T16:30:54.189Z | [ host-package] Compiling libsw v3.5.0 |
| 3253 | 2026-02-26T16:30:55.898Z | [ helios-setup] Feb 26 16:30:55.384 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 35.64s |
| 3254 | 2026-02-26T16:30:55.934Z | [ helios-setup] Feb 26 16:30:55.420 INFO building project "image-builder" ok (35 seconds) |
| 3255 | 2026-02-26T16:30:55.934Z | [ helios-setup] Feb 26 16:30:55.420 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 3256 | 2026-02-26T16:30:56.058Z | [ helios-setup] Feb 26 16:30:55.544 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')" |
| 3257 | 2026-02-26T16:30:56.058Z | [ helios-setup] Feb 26 16:30:55.544 INFO building project "amd-host-image-builder" at /work/oxidecomputer/helios/projects/amd-host-image-builder |
| 3258 | 2026-02-26T16:30:56.082Z | [ helios-setup] Feb 26 16:30:55.544 INFO exec: ["cargo", "build", "--locked"], pwd: Some("/work/oxidecomputer/helios/projects/amd-host-image-builder") |
| 3259 | 2026-02-26T16:30:56.114Z | [ host-package] Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 3260 | 2026-02-26T16:30:56.391Z | [ helios-setup] Feb 26 16:30:55.877 INFO E| Updating crates.io index |
| 3261 | 2026-02-26T16:30:56.460Z | [ helios-setup] Feb 26 16:30:55.947 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-apcb.git` |
| 3262 | 2026-02-26T16:30:56.485Z | [ host-package] Compiling linear-map v1.2.0 |
| 3263 | 2026-02-26T16:30:56.963Z | [ host-package] Compiling minimal-lexical v0.2.1 |
| 3264 | 2026-02-26T16:30:57.249Z | [ helios-setup] Feb 26 16:30:56.735 INFO E| From https://github.com/oxidecomputer/amd-apcb |
| 3265 | 2026-02-26T16:30:57.249Z | [ helios-setup] Feb 26 16:30:56.735 INFO E| * [new ref] 1ec66d607de2437813cdd9ffa91719a4b163b3cf -> refs/commit/1ec66d607de2437813cdd9ffa91719a4b163b3cf |
| 3266 | 2026-02-26T16:30:57.277Z | [ helios-setup] Feb 26 16:30:56.760 INFO E| Updating git repository `https://github.com/oxidecomputer/amd-efs.git` |
| 3267 | 2026-02-26T16:30:57.573Z | [ host-package] Compiling linked-hash-map v0.5.6 |
| 3268 | 2026-02-26T16:30:58.039Z | [ helios-setup] Feb 26 16:30:57.525 INFO E| From https://github.com/oxidecomputer/amd-efs |
| 3269 | 2026-02-26T16:30:58.039Z | [ helios-setup] Feb 26 16:30:57.525 INFO E| * [new ref] da9716b305396da455bd7f6f665cec493c780037 -> refs/commit/da9716b305396da455bd7f6f665cec493c780037 |
| 3270 | 2026-02-26T16:30:58.119Z | [ host-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3271 | 2026-02-26T16:30:58.191Z | [ host-package] Compiling lru-cache v0.1.2 |
| 3272 | 2026-02-26T16:30:58.311Z | [ helios-setup] Feb 26 16:30:57.797 INFO E| Downloading crates ... |
| 3273 | 2026-02-26T16:30:58.418Z | [ helios-setup] Feb 26 16:30:57.904 INFO E| Downloaded thiserror v2.0.12 |
| 3274 | 2026-02-26T16:30:58.442Z | [ helios-setup] Feb 26 16:30:57.912 INFO E| Downloaded parse_int v0.9.0 |
| 3275 | 2026-02-26T16:30:58.443Z | [ helios-setup] Feb 26 16:30:57.913 INFO E| Downloaded ansi_term v0.12.1 |
| 3276 | 2026-02-26T16:30:58.443Z | [ helios-setup] Feb 26 16:30:57.916 INFO E| Downloaded strum v0.27.1 |
| 3277 | 2026-02-26T16:30:58.443Z | [ helios-setup] Feb 26 16:30:57.917 INFO E| Downloaded unic-common v0.9.0 |
| 3278 | 2026-02-26T16:30:58.443Z | [ helios-setup] Feb 26 16:30:57.919 INFO E| Downloaded unic-char-range v0.9.0 |
| 3279 | 2026-02-26T16:30:58.443Z | [ helios-setup] Feb 26 16:30:57.921 INFO E| Downloaded unic-char-property v0.9.0 |
| 3280 | 2026-02-26T16:30:58.443Z | [ helios-setup] Feb 26 16:30:57.923 INFO E| Downloaded unic-ucd-ident v0.9.0 |
| 3281 | 2026-02-26T16:30:58.443Z | [ helios-setup] Feb 26 16:30:57.925 INFO E| Downloaded unic-ucd-version v0.9.0 |
| 3282 | 2026-02-26T16:30:58.443Z | [ helios-setup] Feb 26 16:30:57.927 INFO E| Downloaded vec_map v0.8.2 |
| 3283 | 2026-02-26T16:30:58.443Z | [ helios-setup] Feb 26 16:30:57.928 INFO E| Downloaded dyn-clone v1.0.19 |
| 3284 | 2026-02-26T16:30:58.469Z | [ helios-setup] Feb 26 16:30:57.930 INFO E| Downloaded fletcher v1.0.0 |
| 3285 | 2026-02-26T16:30:58.469Z | [ helios-setup] Feb 26 16:30:57.932 INFO E| Downloaded quote v1.0.40 |
| 3286 | 2026-02-26T16:30:58.469Z | [ helios-setup] Feb 26 16:30:57.935 INFO E| Downloaded modular-bitfield-impl v0.11.2 |
| 3287 | 2026-02-26T16:30:58.469Z | [ helios-setup] Feb 26 16:30:57.937 INFO E| Downloaded four-cc v0.4.0 |
| 3288 | 2026-02-26T16:30:58.469Z | [ helios-setup] Feb 26 16:30:57.939 INFO E| Downloaded modular-bitfield-impl v0.13.1 |
| 3289 | 2026-02-26T16:30:58.469Z | [ helios-setup] Feb 26 16:30:57.941 INFO E| Downloaded textwrap v0.11.0 |
| 3290 | 2026-02-26T16:30:58.469Z | [ helios-setup] Feb 26 16:30:57.943 INFO E| Downloaded strsim v0.8.0 |
| 3291 | 2026-02-26T16:30:58.469Z | [ helios-setup] Feb 26 16:30:57.945 INFO E| Downloaded structopt-derive v0.4.18 |
| 3292 | 2026-02-26T16:30:58.469Z | [ helios-setup] Feb 26 16:30:57.947 INFO E| Downloaded pest_meta v2.8.0 |
| 3293 | 2026-02-26T16:30:58.469Z | [ helios-setup] Feb 26 16:30:57.950 INFO E| Downloaded thiserror-impl v2.0.12 |
| 3294 | 2026-02-26T16:30:58.469Z | [ helios-setup] Feb 26 16:30:57.952 INFO E| Downloaded typenum v1.18.0 |
| 3295 | 2026-02-26T16:30:58.496Z | [ helios-setup] Feb 26 16:30:57.958 INFO E| Downloaded strum_macros v0.27.1 |
| 3296 | 2026-02-26T16:30:58.496Z | [ helios-setup] Feb 26 16:30:57.961 INFO E| Downloaded zerocopy-derive v0.8.25 |
| 3297 | 2026-02-26T16:30:58.496Z | [ helios-setup] Feb 26 16:30:57.969 INFO E| Downloaded unicode-ident v1.0.18 |
| 3298 | 2026-02-26T16:30:58.496Z | [ helios-setup] Feb 26 16:30:57.973 INFO E| Downloaded structopt v0.3.26 |
| 3299 | 2026-02-26T16:30:58.520Z | [ helios-setup] Feb 26 16:30:57.982 INFO E| Downloaded serde v1.0.219 |
| 3300 | 2026-02-26T16:30:58.521Z | [ helios-setup] Feb 26 16:30:57.987 INFO E| Downloaded proc-macro2 v1.0.95 |
| 3301 | 2026-02-26T16:30:58.521Z | [ helios-setup] Feb 26 16:30:57.990 INFO E| Downloaded serde_json v1.0.140 |
| 3302 | 2026-02-26T16:30:58.521Z | [ helios-setup] Feb 26 16:30:57.999 INFO E| Downloaded clap v2.34.0 |
| 3303 | 2026-02-26T16:30:58.521Z | [ helios-setup] Feb 26 16:30:58.006 INFO E| Downloaded goblin v0.9.3 |
| 3304 | 2026-02-26T16:30:58.545Z | [ helios-setup] Feb 26 16:30:58.016 INFO E| Downloaded pest v2.8.0 |
| 3305 | 2026-02-26T16:30:58.545Z | [ helios-setup] Feb 26 16:30:58.024 INFO E| Downloaded zerocopy v0.8.25 |
| 3306 | 2026-02-26T16:30:58.571Z | [ helios-setup] Feb 26 16:30:58.057 INFO E| Downloaded syn v2.0.101 |
| 3307 | 2026-02-26T16:30:58.595Z | [ helios-setup] Feb 26 16:30:58.071 INFO E| Downloaded log v0.4.27 |
| 3308 | 2026-02-26T16:30:58.595Z | [ helios-setup] Feb 26 16:30:58.074 INFO E| Downloaded modular-bitfield v0.13.1 |
| 3309 | 2026-02-26T16:30:58.619Z | [ helios-setup] Feb 26 16:30:58.084 INFO E| Downloaded pest_generator v2.8.0 |
| 3310 | 2026-02-26T16:30:58.619Z | [ helios-setup] Feb 26 16:30:58.086 INFO E| Downloaded serde_derive v1.0.219 |
| 3311 | 2026-02-26T16:30:58.619Z | [ helios-setup] Feb 26 16:30:58.090 INFO E| Downloaded rustversion v1.0.20 |
| 3312 | 2026-02-26T16:30:58.619Z | [ helios-setup] Feb 26 16:30:58.093 INFO E| Downloaded pest_derive v2.8.0 |
| 3313 | 2026-02-26T16:30:58.619Z | [ helios-setup] Feb 26 16:30:58.096 INFO E| Downloaded scroll_derive v0.12.1 |
| 3314 | 2026-02-26T16:30:58.643Z | [ helios-setup] Feb 26 16:30:58.119 INFO E| Downloaded modular-bitfield v0.11.2 |
| 3315 | 2026-02-26T16:30:58.667Z | [ helios-setup] Feb 26 16:30:58.132 INFO E| Downloaded bytesize v2.0.1 |
| 3316 | 2026-02-26T16:30:58.692Z | [ helios-setup] Feb 26 16:30:58.171 INFO E| Downloaded libc v0.2.172 |
| 3317 | 2026-02-26T16:30:58.692Z | [ host-package] Compiling nom v7.1.3 |
| 3318 | 2026-02-26T16:30:58.794Z | [ helios-setup] Feb 26 16:30:58.280 INFO E| Compiling proc-macro2 v1.0.95 |
| 3319 | 2026-02-26T16:30:58.794Z | [ helios-setup] Feb 26 16:30:58.280 INFO E| Compiling unicode-ident v1.0.18 |
| 3320 | 2026-02-26T16:30:58.818Z | [ helios-setup] Feb 26 16:30:58.280 INFO E| Compiling memchr v2.7.4 |
| 3321 | 2026-02-26T16:30:58.819Z | [ helios-setup] Feb 26 16:30:58.280 INFO E| Compiling autocfg v1.4.0 |
| 3322 | 2026-02-26T16:30:58.819Z | [ helios-setup] Feb 26 16:30:58.280 INFO E| Compiling thiserror v2.0.12 |
| 3323 | 2026-02-26T16:30:58.819Z | [ helios-setup] Feb 26 16:30:58.280 INFO E| Compiling syn v1.0.109 |
| 3324 | 2026-02-26T16:30:58.819Z | [ helios-setup] Feb 26 16:30:58.280 INFO E| Compiling serde v1.0.219 |
| 3325 | 2026-02-26T16:30:58.819Z | [ helios-setup] Feb 26 16:30:58.281 INFO E| Compiling version_check v0.9.5 |
| 3326 | 2026-02-26T16:30:59.409Z | [ helios-setup] Feb 26 16:30:58.895 INFO E| Compiling serde_json v1.0.140 |
| 3327 | 2026-02-26T16:31:00.103Z | [ helios-setup] Feb 26 16:30:59.590 INFO E| Compiling itoa v1.0.15 |
| 3328 | 2026-02-26T16:31:00.207Z | [ helios-setup] Feb 26 16:30:59.693 INFO E| Compiling schemars v0.8.22 |
| 3329 | 2026-02-26T16:31:00.484Z | [ helios-setup] Feb 26 16:30:59.970 INFO E| Compiling ryu v1.0.20 |
| 3330 | 2026-02-26T16:31:00.568Z | [ helios-setup] Feb 26 16:31:00.054 INFO E| Compiling proc-macro-error-attr v1.0.4 |
| 3331 | 2026-02-26T16:31:00.769Z | [ helios-setup] Feb 26 16:31:00.255 INFO E| Compiling zerocopy v0.8.25 |
| 3332 | 2026-02-26T16:31:00.866Z | [ helios-setup] Feb 26 16:31:00.352 INFO E| Compiling rustversion v1.0.20 |
| 3333 | 2026-02-26T16:31:01.248Z | [ helios-setup] Feb 26 16:31:00.735 INFO E| Compiling paste v1.0.15 |
| 3334 | 2026-02-26T16:31:01.273Z | [ helios-setup] Feb 26 16:31:00.735 INFO E| Compiling libc v0.2.172 |
| 3335 | 2026-02-26T16:31:01.481Z | [ helios-setup] Feb 26 16:31:00.967 INFO E| Compiling num-traits v0.2.19 |
| 3336 | 2026-02-26T16:31:01.511Z | [ helios-setup] Feb 26 16:31:00.997 INFO E| Compiling memoffset v0.9.1 |
| 3337 | 2026-02-26T16:31:02.194Z | [ helios-setup] Feb 26 16:31:01.681 INFO E| Compiling dyn-clone v1.0.19 |
| 3338 | 2026-02-26T16:31:02.291Z | [ helios-setup] Feb 26 16:31:01.777 INFO E| Compiling static_assertions v1.1.0 |
| 3339 | 2026-02-26T16:31:02.381Z | [ helios-setup] Feb 26 16:31:01.868 INFO E| Compiling quote v1.0.40 |
| 3340 | 2026-02-26T16:31:02.437Z | [ helios-setup] Feb 26 16:31:01.923 INFO E| Compiling ucd-trie v0.1.7 |
| 3341 | 2026-02-26T16:31:02.983Z | [ host-package] Compiling oximeter-types-versions v0.1.0 (/work/oxidecomputer/omicron/oximeter/types/versions) |
| 3342 | 2026-02-26T16:31:03.014Z | [ helios-setup] Feb 26 16:31:02.500 INFO E| Compiling syn v2.0.101 |
| 3343 | 2026-02-26T16:31:03.185Z | [ helios-setup] Feb 26 16:31:02.671 INFO E| Compiling proc-macro-error v1.0.4 |
| 3344 | 2026-02-26T16:31:03.209Z | [ helios-setup] Feb 26 16:31:02.685 INFO E| Compiling once_cell v1.21.3 |
| 3345 | 2026-02-26T16:31:04.466Z | [ helios-setup] Feb 26 16:31:03.952 INFO E| Compiling unicode-width v0.1.14 |
| 3346 | 2026-02-26T16:31:05.014Z | [ host-package] Compiling unicode-xid v0.2.6 |
| 3347 | 2026-02-26T16:31:05.216Z | [ helios-setup] Feb 26 16:31:04.702 INFO E| Compiling unicode-segmentation v1.12.0 |
| 3348 | 2026-02-26T16:31:05.251Z | [ helios-setup] Feb 26 16:31:04.737 INFO E| Compiling heck v0.5.0 |
| 3349 | 2026-02-26T16:31:05.320Z | [ helios-setup] Feb 26 16:31:04.806 INFO E| Compiling textwrap v0.11.0 |
| 3350 | 2026-02-26T16:31:05.581Z | [ helios-setup] Feb 26 16:31:05.068 INFO E| Compiling atty v0.2.14 |
| 3351 | 2026-02-26T16:31:05.801Z | [ helios-setup] Feb 26 16:31:05.287 INFO E| Compiling ansi_term v0.12.1 |
| 3352 | 2026-02-26T16:31:05.866Z | [ host-package] Compiling clickhouse-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types/versions) |
| 3353 | 2026-02-26T16:31:06.024Z | [ helios-setup] Feb 26 16:31:05.510 INFO E| Compiling parse_int v0.9.0 |
| 3354 | 2026-02-26T16:31:06.319Z | [ helios-setup] Feb 26 16:31:05.806 INFO E| Compiling bitflags v1.3.2 |
| 3355 | 2026-02-26T16:31:06.355Z | [ helios-setup] Feb 26 16:31:05.841 INFO E| Compiling unic-char-range v0.9.0 |
| 3356 | 2026-02-26T16:31:06.428Z | [ helios-setup] Feb 26 16:31:05.914 INFO E| Compiling unic-common v0.9.0 |
| 3357 | 2026-02-26T16:31:06.491Z | [ helios-setup] Feb 26 16:31:05.977 INFO E| Compiling strum v0.27.1 |
| 3358 | 2026-02-26T16:31:06.791Z | [ helios-setup] Feb 26 16:31:06.278 INFO E| Compiling heck v0.3.3 |
| 3359 | 2026-02-26T16:31:06.856Z | [ helios-setup] Feb 26 16:31:06.332 INFO E| Compiling strsim v0.8.0 |
| 3360 | 2026-02-26T16:31:06.914Z | [ helios-setup] Feb 26 16:31:06.400 INFO E| Compiling vec_map v0.8.2 |
| 3361 | 2026-02-26T16:31:06.938Z | [ helios-setup] Feb 26 16:31:06.412 INFO E| Compiling byteorder v1.5.0 |
| 3362 | 2026-02-26T16:31:06.972Z | [ helios-setup] Feb 26 16:31:06.458 INFO E| Compiling fletcher v1.0.0 |
| 3363 | 2026-02-26T16:31:06.996Z | [ helios-setup] Feb 26 16:31:06.459 INFO E| Compiling unic-ucd-version v0.9.0 |
| 3364 | 2026-02-26T16:31:07.201Z | [ helios-setup] Feb 26 16:31:06.688 INFO E| Compiling unic-char-property v0.9.0 |
| 3365 | 2026-02-26T16:31:07.355Z | [ helios-setup] Feb 26 16:31:06.841 INFO E| Compiling clap v2.34.0 |
| 3366 | 2026-02-26T16:31:07.385Z | [ helios-setup] Feb 26 16:31:06.871 INFO E| Compiling lazy_static v1.5.0 |
| 3367 | 2026-02-26T16:31:07.424Z | [ helios-setup] Feb 26 16:31:06.911 INFO E| Compiling log v0.4.27 |
| 3368 | 2026-02-26T16:31:07.719Z | [ helios-setup] Feb 26 16:31:07.197 INFO E| Compiling plain v0.2.3 |
| 3369 | 2026-02-26T16:31:07.744Z | [ helios-setup] Feb 26 16:31:07.205 INFO E| Compiling unic-ucd-ident v0.9.0 |
| 3370 | 2026-02-26T16:31:07.769Z | [ helios-setup] Feb 26 16:31:07.233 INFO E| Compiling bytesize v2.0.1 |
| 3371 | 2026-02-26T16:31:08.508Z | [ host-package] Compiling hickory-proto v0.24.4 |
| 3372 | 2026-02-26T16:31:09.101Z | [ host-package] Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
| 3373 | 2026-02-26T16:31:12.293Z | [ helios-setup] Feb 26 16:31:11.780 INFO E| Compiling serde_derive_internals v0.29.1 |
| 3374 | 2026-02-26T16:31:12.589Z | [ host-package] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 3375 | 2026-02-26T16:31:13.346Z | [ helios-setup] Feb 26 16:31:12.832 INFO E| Compiling modular-bitfield-impl v0.11.2 |
| 3376 | 2026-02-26T16:31:13.544Z | [ helios-setup] Feb 26 16:31:13.030 INFO E| Compiling structopt-derive v0.4.18 |
| 3377 | 2026-02-26T16:31:15.134Z | [ helios-setup] Feb 26 16:31:14.621 INFO E| Compiling thiserror-impl v2.0.12 |
| 3378 | 2026-02-26T16:31:15.134Z | [ helios-setup] Feb 26 16:31:14.621 INFO E| Compiling serde_derive v1.0.219 |
| 3379 | 2026-02-26T16:31:15.225Z | [ helios-setup] Feb 26 16:31:14.712 INFO E| Compiling zerocopy-derive v0.8.25 |
| 3380 | 2026-02-26T16:31:15.259Z | [ helios-setup] Feb 26 16:31:14.746 INFO E| Compiling schemars_derive v0.8.22 |
| 3381 | 2026-02-26T16:31:16.573Z | [ helios-setup] Feb 26 16:31:16.060 INFO E| Compiling modular-bitfield-impl v0.13.1 |
| 3382 | 2026-02-26T16:31:17.229Z | [ helios-setup] Feb 26 16:31:16.716 INFO E| Compiling num-derive v0.4.2 |
| 3383 | 2026-02-26T16:31:17.554Z | [ helios-setup] Feb 26 16:31:17.041 INFO E| Compiling modular-bitfield v0.11.2 |
| 3384 | 2026-02-26T16:31:17.771Z | [ helios-setup] Feb 26 16:31:17.258 INFO E| Compiling scroll_derive v0.12.1 |
| 3385 | 2026-02-26T16:31:17.911Z | [ host-package] Compiling hickory-resolver v0.24.4 |
| 3386 | 2026-02-26T16:31:19.212Z | [ helios-setup] Feb 26 16:31:18.699 INFO E| Compiling strum_macros v0.27.1 |
| 3387 | 2026-02-26T16:31:19.299Z | [ host-package] Compiling internal-dns-types-versions v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types/versions) |
| 3388 | 2026-02-26T16:31:20.336Z | [ helios-setup] Feb 26 16:31:19.822 INFO E| Compiling scroll v0.12.0 |
| 3389 | 2026-02-26T16:31:20.710Z | [ helios-setup] Feb 26 16:31:20.195 INFO E| Compiling pest v2.8.0 |
| 3390 | 2026-02-26T16:31:21.036Z | [ helios-setup] Feb 26 16:31:20.523 INFO E| Compiling structopt v0.3.26 |
| 3391 | 2026-02-26T16:31:21.373Z | [ helios-setup] Feb 26 16:31:20.860 INFO E| Compiling goblin v0.9.3 |
| 3392 | 2026-02-26T16:31:21.485Z | [ helios-setup] Feb 26 16:31:20.972 INFO E| Compiling modular-bitfield v0.13.1 |
| 3393 | 2026-02-26T16:31:25.234Z | [ helios-setup] Feb 26 16:31:24.721 INFO E| Compiling pest_meta v2.8.0 |
| 3394 | 2026-02-26T16:31:27.308Z | [ helios-setup] Feb 26 16:31:26.795 INFO E| Compiling pest_generator v2.8.0 |
| 3395 | 2026-02-26T16:31:28.477Z | [ host-package] Compiling gateway-types-versions v0.1.0 (/work/oxidecomputer/omicron/gateway-types/versions) |
| 3396 | 2026-02-26T16:31:28.873Z | [ host-package] Compiling convert_case v0.7.1 |
| 3397 | 2026-02-26T16:31:29.667Z | [ helios-setup] Feb 26 16:31:29.155 INFO E| Compiling pest_derive v2.8.0 |
| 3398 | 2026-02-26T16:31:30.054Z | [ host-package] Compiling derive_more-impl v2.0.1 |
| 3399 | 2026-02-26T16:31:31.994Z | [ helios-setup] Feb 26 16:31:31.481 INFO E| Compiling json5 v0.4.1 |
| 3400 | 2026-02-26T16:31:32.122Z | [ host-package] Compiling qorb v0.4.1 |
| 3401 | 2026-02-26T16:31:36.562Z | [ helios-setup] Feb 26 16:31:36.049 INFO E| Compiling four-cc v0.4.0 |
| 3402 | 2026-02-26T16:31:36.562Z | [ helios-setup] Feb 26 16:31:36.049 INFO E| Compiling amd-efs v0.4.4 (https://github.com/oxidecomputer/amd-efs.git?branch=main#da9716b3) |
| 3403 | 2026-02-26T16:31:36.799Z | [ helios-setup] Feb 26 16:31:36.286 INFO E| Compiling amd-apcb v0.5.5 (https://github.com/oxidecomputer/amd-apcb.git?branch=main#1ec66d60) |
| 3404 | 2026-02-26T16:31:37.950Z | [ host-package] Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
| 3405 | 2026-02-26T16:31:38.583Z | [ host-package] Compiling ereport-types v0.1.0 (/work/oxidecomputer/omicron/ereport/types) |
| 3406 | 2026-02-26T16:31:39.230Z | [ host-package] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 3407 | 2026-02-26T16:31:40.995Z | [ host-package] Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
| 3408 | 2026-02-26T16:31:41.424Z | [ host-package] Compiling derive_more v2.0.1 |
| 3409 | 2026-02-26T16:31:41.703Z | [ host-package] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 3410 | 2026-02-26T16:31:42.257Z | [ host-package] Compiling vte_generate_state_changes v0.1.2 |
| 3411 | 2026-02-26T16:31:42.569Z | [ host-package] Compiling termtree v0.5.1 |
| 3412 | 2026-02-26T16:31:42.870Z | [ host-package] Compiling siphasher v1.0.1 |
| 3413 | 2026-02-26T16:31:42.991Z | [ host-package] Compiling vte v0.11.1 |
| 3414 | 2026-02-26T16:31:43.447Z | [ host-package] Compiling phf_shared v0.12.1 |
| 3415 | 2026-02-26T16:31:44.049Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 3416 | 2026-02-26T16:31:44.108Z | [ host-package] Compiling crossterm v0.29.0 |
| 3417 | 2026-02-26T16:31:44.427Z | [ host-package] Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 3418 | 2026-02-26T16:31:44.870Z | [ host-package] Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
| 3419 | 2026-02-26T16:31:49.592Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 3420 | 2026-02-26T16:31:49.966Z | [ host-package] Compiling csv-core v0.1.11 |
| 3421 | 2026-02-26T16:31:50.928Z | [ host-package] Compiling chrono-tz v0.10.4 |
| 3422 | 2026-02-26T16:31:50.975Z | [ host-package] Compiling highway v1.3.0 |
| 3423 | 2026-02-26T16:31:51.432Z | [ host-package] Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 3424 | 2026-02-26T16:31:51.483Z | [ host-package] Compiling tough v0.20.0 |
| 3425 | 2026-02-26T16:31:51.855Z | [ host-package] Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
| 3426 | 2026-02-26T16:31:51.947Z | [ host-package] Compiling csv v1.3.1 |
| 3427 | 2026-02-26T16:31:52.666Z | [ host-package] Compiling strip-ansi-escapes v0.2.0 |
| 3428 | 2026-02-26T16:31:53.443Z | [ host-package] Compiling phf v0.12.1 |
| 3429 | 2026-02-26T16:31:53.919Z | [ host-package] Compiling const_format_proc_macros v0.2.34 |
| 3430 | 2026-02-26T16:31:54.223Z | [ host-package] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 3431 | 2026-02-26T16:31:54.820Z | [ host-package] Compiling papergrid v0.11.0 |
| 3432 | 2026-02-26T16:31:55.264Z | [ host-package] Compiling tabled_derive v0.7.0 |
| 3433 | 2026-02-26T16:31:55.965Z | [ host-package] Compiling fd-lock v4.0.2 |
| 3434 | 2026-02-26T16:31:56.305Z | [ host-package] Compiling peg-macros v0.8.5 |
| 3435 | 2026-02-26T16:31:57.045Z | [ host-package] Compiling nu-ansi-term v0.50.1 |
| 3436 | 2026-02-26T16:31:58.287Z | [ host-package] Compiling reedline v0.40.0 |
| 3437 | 2026-02-26T16:31:59.016Z | [ host-package] Compiling peg v0.8.5 |
| 3438 | 2026-02-26T16:31:59.284Z | [ host-package] Compiling tabled v0.15.0 |
| 3439 | 2026-02-26T16:32:00.146Z | [ host-package] Compiling const_format v0.2.34 |
| 3440 | 2026-02-26T16:32:02.471Z | [ host-package] Compiling cockroach-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types/versions) |
| 3441 | 2026-02-26T16:32:05.867Z | [ host-package] Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 3442 | 2026-02-26T16:32:06.640Z | [ host-package] Compiling bcs v0.1.6 |
| 3443 | 2026-02-26T16:32:07.573Z | [ host-package] Compiling semver v0.1.20 |
| 3444 | 2026-02-26T16:32:08.226Z | [ host-package] Compiling rustc_version v0.1.7 |
| 3445 | 2026-02-26T16:32:08.679Z | [ host-package] Compiling newtype_derive v0.1.6 |
| 3446 | 2026-02-26T16:32:09.167Z | [ host-package] Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
| 3447 | 2026-02-26T16:32:09.654Z | [ host-package] Compiling humantime v2.2.0 |
| 3448 | 2026-02-26T16:32:10.119Z | [ host-package] Compiling unicode-linebreak v0.1.5 |
| 3449 | 2026-02-26T16:32:10.564Z | [ host-package] Compiling smawk v0.3.2 |
| 3450 | 2026-02-26T16:32:10.962Z | [ host-package] Compiling textwrap v0.16.2 |
| 3451 | 2026-02-26T16:32:11.151Z | [ host-package] Compiling dropshot-api-manager-types v0.3.0 |
| 3452 | 2026-02-26T16:32:12.908Z | [ host-package] Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19) |
| 3453 | 2026-02-26T16:32:14.357Z | [ host-package] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 3454 | 2026-02-26T16:32:14.478Z | [ host-package] Compiling steno v0.4.1 |
| 3455 | 2026-02-26T16:32:15.258Z | [ helios-setup] Feb 26 16:32:14.746 INFO E| Compiling amd-host-image-builder-config v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/ahib-config) |
| 3456 | 2026-02-26T16:32:16.342Z | [ host-package] Compiling nexus-types-versions v0.1.0 (/work/oxidecomputer/omicron/nexus/types/versions) |
| 3457 | 2026-02-26T16:32:18.318Z | [ host-package] Compiling utf-8 v0.7.6 |
| 3458 | 2026-02-26T16:32:18.918Z | [ host-package] Compiling moka v0.12.10 |
| 3459 | 2026-02-26T16:32:19.460Z | [ host-package] Compiling tagptr v0.2.0 |
| 3460 | 2026-02-26T16:32:23.383Z | [ host-package] Compiling hickory-resolver v0.25.2 |
| 3461 | 2026-02-26T16:32:23.723Z | [ host-package] Compiling tungstenite v0.21.0 |
| 3462 | 2026-02-26T16:32:24.257Z | [ host-package] Compiling parallel-task-set v0.1.0 (/work/oxidecomputer/omicron/parallel-task-set) |
| 3463 | 2026-02-26T16:32:24.816Z | [ host-package] Compiling progenitor-impl v0.10.0 |
| 3464 | 2026-02-26T16:32:24.856Z | [ helios-setup] Feb 26 16:32:24.345 INFO E| Compiling amd-host-image-builder v0.1.2 (/work/oxidecomputer/helios/projects/amd-host-image-builder) |
| 3465 | 2026-02-26T16:32:26.003Z | [ host-package] Compiling tokio-tungstenite v0.21.0 |
| 3466 | 2026-02-26T16:32:28.628Z | [ host-package] Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
| 3467 | 2026-02-26T16:32:30.202Z | [ host-package] Compiling progenitor-macro v0.10.0 |
| 3468 | 2026-02-26T16:32:35.183Z | [ host-package] Compiling proc-macro-error-attr2 v2.0.0 |
| 3469 | 2026-02-26T16:32:36.190Z | [ host-package] Compiling proc-macro-error2 v2.0.1 |
| 3470 | 2026-02-26T16:32:37.253Z | [ host-package] Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 3471 | 2026-02-26T16:32:38.444Z | [ host-package] Compiling num-derive v0.3.3 |
| 3472 | 2026-02-26T16:32:38.742Z | [ host-package] Compiling vergen-gitcl v1.0.8 |
| 3473 | 2026-02-26T16:32:39.410Z | [ host-package] Compiling dirs-sys-next v0.1.2 |
| 3474 | 2026-02-26T16:32:39.954Z | [ host-package] Compiling maplit v1.0.2 |
| 3475 | 2026-02-26T16:32:40.184Z | [ host-package] Compiling crunchy v0.2.2 |
| 3476 | 2026-02-26T16:32:40.405Z | [ host-package] Compiling libscf-sys v1.1.0 |
| 3477 | 2026-02-26T16:32:40.831Z | [ host-package] Compiling progenitor v0.10.0 |
| 3478 | 2026-02-26T16:32:41.150Z | [ host-package] Compiling glob v0.3.2 |
| 3479 | 2026-02-26T16:32:41.360Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3480 | 2026-02-26T16:32:41.459Z | [ host-package] Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 3481 | 2026-02-26T16:32:42.312Z | [ host-package] Compiling clang-sys v1.8.1 |
| 3482 | 2026-02-26T16:32:43.582Z | [ host-package] Compiling dirs-next v2.0.0 |
| 3483 | 2026-02-26T16:32:43.890Z | [ host-package] Compiling dsl_auto_type v0.1.2 |
| 3484 | 2026-02-26T16:32:44.091Z | [ host-package] Compiling scheduled-thread-pool v0.2.7 |
| 3485 | 2026-02-26T16:32:44.955Z | [ host-package] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 3486 | 2026-02-26T16:32:45.692Z | [ host-package] Compiling diesel_table_macro_syntax v0.2.0 |
| 3487 | 2026-02-26T16:32:46.137Z | [ host-package] Compiling tiny-keccak v2.0.2 |
| 3488 | 2026-02-26T16:32:46.218Z | [ host-package] Compiling diesel_derives v2.2.3 |
| 3489 | 2026-02-26T16:32:46.652Z | [ host-package] Compiling r2d2 v0.8.10 |
| 3490 | 2026-02-26T16:32:47.991Z | [ host-package] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 3491 | 2026-02-26T16:32:48.391Z | [ host-package] Compiling term v0.7.0 |
| 3492 | 2026-02-26T16:32:49.734Z | [ host-package] Compiling tabled_derive v0.11.0 |
| 3493 | 2026-02-26T16:32:52.261Z | [ host-package] Compiling papergrid v0.17.0 |
| 3494 | 2026-02-26T16:32:52.309Z | [ host-package] Compiling testing_table v0.3.0 |
| 3495 | 2026-02-26T16:32:53.288Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3496 | 2026-02-26T16:32:53.693Z | [ helios-setup] Feb 26 16:32:53.183 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s |
| 3497 | 2026-02-26T16:32:53.735Z | [ helios-setup] Feb 26 16:32:53.225 INFO building project "amd-host-image-builder" ok (117 seconds) |
| 3498 | 2026-02-26T16:32:53.735Z | [ helios-setup] Feb 26 16:32:53.225 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/pinprick" |
| 3499 | 2026-02-26T16:32:53.895Z | [ helios-setup] Feb 26 16:32:53.384 INFO rust toolchain for "/work/oxidecomputer/helios/projects/pinprick": "1.91.1-x86_64-unknown-illumos (default)" |
| 3500 | 2026-02-26T16:32:53.895Z | [ helios-setup] Feb 26 16:32:53.385 INFO building project "pinprick" at /work/oxidecomputer/helios/projects/pinprick |
| 3501 | 2026-02-26T16:32:53.895Z | [ helios-setup] Feb 26 16:32:53.385 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/pinprick") |
| 3502 | 2026-02-26T16:32:54.357Z | [ helios-setup] Feb 26 16:32:53.846 INFO E| Downloading crates ... |
| 3503 | 2026-02-26T16:32:54.419Z | [ helios-setup] Feb 26 16:32:53.909 INFO E| Downloaded miniz_oxide v0.8.8 |
| 3504 | 2026-02-26T16:32:54.486Z | [ helios-setup] Feb 26 16:32:53.976 INFO E| Compiling adler2 v2.0.0 |
| 3505 | 2026-02-26T16:32:54.681Z | [ helios-setup] Feb 26 16:32:54.171 INFO E| Compiling miniz_oxide v0.8.8 |
| 3506 | 2026-02-26T16:32:55.705Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3507 | 2026-02-26T16:32:56.128Z | [ host-package] Compiling xshell-macros v0.2.7 |
| 3508 | 2026-02-26T16:32:56.624Z | [ host-package] Compiling arc-swap v1.7.1 |
| 3509 | 2026-02-26T16:32:57.088Z | [ host-package] Compiling bit-vec v0.6.3 |
| 3510 | 2026-02-26T16:32:57.210Z | [ helios-setup] Feb 26 16:32:56.700 INFO E| Compiling pinprick v0.1.0 (/work/oxidecomputer/helios/projects/pinprick) |
| 3511 | 2026-02-26T16:32:57.598Z | [ host-package] Compiling bit-set v0.5.3 |
| 3512 | 2026-02-26T16:32:57.672Z | [ host-package] Compiling slog-scope v4.4.0 |
| 3513 | 2026-02-26T16:32:58.043Z | [ host-package] Compiling xshell v0.2.7 |
| 3514 | 2026-02-26T16:32:58.084Z | [ helios-setup] Feb 26 16:32:57.574 INFO E| Finished `release` profile [optimized] target(s) in 4.06s |
| 3515 | 2026-02-26T16:32:58.127Z | [ helios-setup] Feb 26 16:32:57.587 INFO building project "pinprick" ok (4 seconds) |
| 3516 | 2026-02-26T16:32:58.127Z | [ helios-setup] Feb 26 16:32:57.587 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/dmar-report" |
| 3517 | 2026-02-26T16:32:58.203Z | [ helios-setup] Feb 26 16:32:57.693 INFO rust toolchain for "/work/oxidecomputer/helios/projects/dmar-report": "1.91.1-x86_64-unknown-illumos (default)" |
| 3518 | 2026-02-26T16:32:58.203Z | [ helios-setup] Feb 26 16:32:57.693 INFO building project "dmar-report" at /work/oxidecomputer/helios/projects/dmar-report |
| 3519 | 2026-02-26T16:32:58.227Z | [ helios-setup] Feb 26 16:32:57.693 INFO exec: ["cargo", "build", "--locked", "--release"], pwd: Some("/work/oxidecomputer/helios/projects/dmar-report") |
| 3520 | 2026-02-26T16:32:58.703Z | [ helios-setup] Feb 26 16:32:58.183 INFO E| Downloading crates ... |
| 3521 | 2026-02-26T16:32:58.727Z | [ host-package] Compiling diesel v2.2.12 |
| 3522 | 2026-02-26T16:32:58.782Z | [ helios-setup] Feb 26 16:32:58.272 INFO E| Downloaded time-macros v0.2.22 |
| 3523 | 2026-02-26T16:32:58.806Z | [ helios-setup] Feb 26 16:32:58.277 INFO E| Downloaded fastrand v2.3.0 |
| 3524 | 2026-02-26T16:32:58.806Z | [ helios-setup] Feb 26 16:32:58.280 INFO E| Downloaded tempfile v3.20.0 |
| 3525 | 2026-02-26T16:32:58.806Z | [ helios-setup] Feb 26 16:32:58.284 INFO E| Downloaded serde_with_macros v3.12.0 |
| 3526 | 2026-02-26T16:32:58.806Z | [ helios-setup] Feb 26 16:32:58.287 INFO E| Downloaded deranged v0.4.0 |
| 3527 | 2026-02-26T16:32:58.807Z | [ helios-setup] Feb 26 16:32:58.290 INFO E| Downloaded serde_with v3.12.0 |
| 3528 | 2026-02-26T16:32:58.831Z | [ helios-setup] Feb 26 16:32:58.302 INFO E| Downloaded indexmap v2.9.0 |
| 3529 | 2026-02-26T16:32:58.831Z | [ helios-setup] Feb 26 16:32:58.307 INFO E| Downloaded getrandom v0.3.3 |
| 3530 | 2026-02-26T16:32:58.831Z | [ helios-setup] Feb 26 16:32:58.310 INFO E| Downloaded darling_core v0.20.11 |
| 3531 | 2026-02-26T16:32:58.855Z | [ helios-setup] Feb 26 16:32:58.323 INFO E| Downloaded darling_macro v0.20.11 |
| 3532 | 2026-02-26T16:32:58.855Z | [ helios-setup] Feb 26 16:32:58.324 INFO E| Downloaded hashbrown v0.15.3 |
| 3533 | 2026-02-26T16:32:58.855Z | [ helios-setup] Feb 26 16:32:58.330 INFO E| Downloaded chrono v0.4.41 |
| 3534 | 2026-02-26T16:32:58.855Z | [ helios-setup] Feb 26 16:32:58.338 INFO E| Downloaded darling v0.20.11 |
| 3535 | 2026-02-26T16:32:58.855Z | [ helios-setup] Feb 26 16:32:58.343 INFO E| Downloaded bitflags v2.9.1 |
| 3536 | 2026-02-26T16:32:58.880Z | [ helios-setup] Feb 26 16:32:58.349 INFO E| Downloaded rustix v1.0.7 |
| 3537 | 2026-02-26T16:32:58.904Z | [ helios-setup] Feb 26 16:32:58.376 INFO E| Downloaded anyhow v1.0.98 |
| 3538 | 2026-02-26T16:32:58.904Z | [ helios-setup] Feb 26 16:32:58.382 INFO E| Downloaded time-core v0.1.4 |
| 3539 | 2026-02-26T16:32:58.904Z | [ helios-setup] Feb 26 16:32:58.384 INFO E| Downloaded time v0.3.41 |
| 3540 | 2026-02-26T16:32:59.046Z | [ helios-setup] Feb 26 16:32:58.536 INFO E| Compiling proc-macro2 v1.0.95 |
| 3541 | 2026-02-26T16:32:59.046Z | [ helios-setup] Feb 26 16:32:58.536 INFO E| Compiling unicode-ident v1.0.18 |
| 3542 | 2026-02-26T16:32:59.071Z | [ helios-setup] Feb 26 16:32:58.536 INFO E| Compiling libc v0.2.172 |
| 3543 | 2026-02-26T16:32:59.071Z | [ helios-setup] Feb 26 16:32:58.536 INFO E| Compiling fnv v1.0.7 |
| 3544 | 2026-02-26T16:32:59.071Z | [ helios-setup] Feb 26 16:32:58.536 INFO E| Compiling strsim v0.11.1 |
| 3545 | 2026-02-26T16:32:59.071Z | [ helios-setup] Feb 26 16:32:58.536 INFO E| Compiling ident_case v1.0.1 |
| 3546 | 2026-02-26T16:32:59.071Z | [ helios-setup] Feb 26 16:32:58.536 INFO E| Compiling serde v1.0.219 |
| 3547 | 2026-02-26T16:32:59.071Z | [ helios-setup] Feb 26 16:32:58.536 INFO E| Compiling getrandom v0.3.3 |
| 3548 | 2026-02-26T16:32:59.465Z | [ helios-setup] Feb 26 16:32:58.955 INFO E| Compiling rustix v1.0.7 |
| 3549 | 2026-02-26T16:32:59.528Z | [ helios-setup] Feb 26 16:32:59.017 INFO E| Compiling thiserror v2.0.12 |
| 3550 | 2026-02-26T16:32:59.751Z | [ helios-setup] Feb 26 16:32:59.241 INFO E| Compiling anyhow v1.0.98 |
| 3551 | 2026-02-26T16:33:00.372Z | [ helios-setup] Feb 26 16:32:59.862 INFO E| Compiling bitflags v2.9.1 |
| 3552 | 2026-02-26T16:33:00.445Z | [ helios-setup] Feb 26 16:32:59.935 INFO E| Compiling serde_json v1.0.140 |
| 3553 | 2026-02-26T16:33:00.706Z | [ helios-setup] Feb 26 16:33:00.196 INFO E| Compiling cfg-if v1.0.0 |
| 3554 | 2026-02-26T16:33:00.826Z | [ helios-setup] Feb 26 16:33:00.316 INFO E| Compiling memchr v2.7.4 |
| 3555 | 2026-02-26T16:33:01.401Z | [ helios-setup] Feb 26 16:33:00.891 INFO E| Compiling itoa v1.0.15 |
| 3556 | 2026-02-26T16:33:01.483Z | [ helios-setup] Feb 26 16:33:00.973 INFO E| Compiling once_cell v1.21.3 |
| 3557 | 2026-02-26T16:33:01.527Z | [ helios-setup] Feb 26 16:33:01.017 INFO E| Compiling dmar-report v0.1.2 (/work/oxidecomputer/helios/projects/dmar-report) |
| 3558 | 2026-02-26T16:33:01.577Z | [ helios-setup] Feb 26 16:33:01.067 INFO E| Compiling fastrand v2.3.0 |
| 3559 | 2026-02-26T16:33:01.602Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#59b8432e) |
| 3560 | 2026-02-26T16:33:01.684Z | [ helios-setup] Feb 26 16:33:01.174 INFO E| Compiling ryu v1.0.20 |
| 3561 | 2026-02-26T16:33:02.327Z | [ helios-setup] Feb 26 16:33:01.816 INFO E| Compiling errno v0.3.12 |
| 3562 | 2026-02-26T16:33:02.862Z | [ helios-setup] Feb 26 16:33:02.352 INFO E| Compiling quote v1.0.40 |
| 3563 | 2026-02-26T16:33:03.619Z | [ helios-setup] Feb 26 16:33:03.109 INFO E| Compiling syn v2.0.101 |
| 3564 | 2026-02-26T16:33:05.267Z | [ helios-setup] Feb 26 16:33:04.757 INFO E| Compiling tempfile v3.20.0 |
| 3565 | 2026-02-26T16:33:07.144Z | [ host-package] Compiling tabled v0.20.0 |
| 3566 | 2026-02-26T16:33:08.525Z | [ host-package] Compiling ascii-canvas v3.0.0 |
| 3567 | 2026-02-26T16:33:09.059Z | [ host-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3568 | 2026-02-26T16:33:10.166Z | [ helios-setup] Feb 26 16:33:09.656 INFO E| Compiling darling_core v0.20.11 |
| 3569 | 2026-02-26T16:33:12.437Z | [ helios-setup] Feb 26 16:33:11.927 INFO E| Compiling serde_derive v1.0.219 |
| 3570 | 2026-02-26T16:33:12.437Z | [ helios-setup] Feb 26 16:33:11.927 INFO E| Compiling thiserror-impl v2.0.12 |
| 3571 | 2026-02-26T16:33:14.227Z | [ host-package] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 3572 | 2026-02-26T16:33:14.969Z | [ helios-setup] Feb 26 16:33:14.460 INFO E| Compiling darling_macro v0.20.11 |
| 3573 | 2026-02-26T16:33:16.439Z | [ helios-setup] Feb 26 16:33:15.929 INFO E| Compiling darling v0.20.11 |
| 3574 | 2026-02-26T16:33:16.623Z | [ helios-setup] Feb 26 16:33:16.114 INFO E| Compiling serde_with_macros v3.12.0 |
| 3575 | 2026-02-26T16:33:19.803Z | [ host-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3576 | 2026-02-26T16:33:21.048Z | [ host-package] Compiling ena v0.14.3 |
| 3577 | 2026-02-26T16:33:21.587Z | [ host-package] Compiling libloading v0.8.5 |
| 3578 | 2026-02-26T16:33:22.054Z | [ host-package] Compiling diff v0.1.13 |
| 3579 | 2026-02-26T16:33:22.690Z | [ host-package] Compiling bindgen v0.71.1 |
| 3580 | 2026-02-26T16:33:23.219Z | [ host-package] Compiling unicase v2.8.1 |
| 3581 | 2026-02-26T16:33:23.903Z | [ host-package] Compiling regex-syntax v0.6.29 |
| 3582 | 2026-02-26T16:33:24.552Z | [ helios-setup] Feb 26 16:33:24.043 INFO E| Compiling serde_with v3.12.0 |
| 3583 | 2026-02-26T16:33:25.949Z | [ host-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3584 | 2026-02-26T16:33:28.816Z | [ host-package] Compiling lalrpop v0.19.12 |
| 3585 | 2026-02-26T16:33:34.504Z | [ helios-setup] Feb 26 16:33:33.995 INFO E| Finished `release` profile [optimized] target(s) in 36.14s |
| 3586 | 2026-02-26T16:33:34.533Z | [ helios-setup] Feb 26 16:33:34.024 INFO building project "dmar-report" ok (36 seconds) |
| 3587 | 2026-02-26T16:33:34.557Z | [ helios-setup] rm -f helios-build |
| 3588 | 2026-02-26T16:33:34.557Z | [ helios-setup] ln -s tools/helios-build/target/debug/helios-build |
| 3589 | 2026-02-26T16:33:34.557Z | [ helios-setup] |
| 3590 | 2026-02-26T16:33:34.557Z | [ helios-setup] Setup complete! ./helios-build is now available. |
| 3591 | 2026-02-26T16:33:34.557Z | [ helios-setup] |
| 3592 | 2026-02-26T16:33:34.557Z | [ helios-setup] |
| 3593 | 2026-02-26T16:33:34.557Z | [ helios-setup] real 6:52.299771455 |
| 3594 | 2026-02-26T16:33:34.557Z | [ helios-setup] user 14:49.281963963 |
| 3595 | 2026-02-26T16:33:34.557Z | [ helios-setup] sys 1:56.065696227 |
| 3596 | 2026-02-26T16:33:34.557Z | [ helios-setup] trap 1.077256124 |
| 3597 | 2026-02-26T16:33:34.558Z | [ helios-setup] tflt 2.903377968 |
| 3598 | 2026-02-26T16:33:34.558Z | [ helios-setup] dflt 13.095854635 |
| 3599 | 2026-02-26T16:33:34.558Z | [ helios-setup] kflt 0.001381347 |
| 3600 | 2026-02-26T16:33:34.558Z | [ helios-setup] lock 1:13:14.266931522 |
| 3601 | 2026-02-26T16:33:34.558Z | [ helios-setup] slp 1:51:40.692481891 |
| 3602 | 2026-02-26T16:33:34.558Z | [ helios-setup] lat 14:56.686739452 |
| 3603 | 2026-02-26T16:33:34.558Z | [ helios-setup] stop 2:14.410563579 |
| 3604 | 2026-02-26T16:33:34.558Z | Feb 26 16:33:34.042 INFO [helios-setup] process exited with exit status: 0 (412.306164617s) |
| 3605 | 2026-02-26T16:33:34.558Z | Feb 26 16:33:34.042 INFO [helios-record] running task |
| 3606 | 2026-02-26T16:33:34.558Z | Feb 26 16:33:34.042 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-host-image-builder rev-parse --verify HEAD^{commit} |
| 3607 | 2026-02-26T16:33:34.582Z | Feb 26 16:33:34.051 DEBG process exited with exit status: 0 (8.766033ms) |
| 3608 | 2026-02-26T16:33:34.582Z | Feb 26 16:33:34.051 DEBG running: git -C /work/oxidecomputer/helios/projects/pinprick rev-parse --verify HEAD^{commit} |
| 3609 | 2026-02-26T16:33:34.582Z | Feb 26 16:33:34.060 DEBG process exited with exit status: 0 (8.938659ms) |
| 3610 | 2026-02-26T16:33:34.582Z | Feb 26 16:33:34.060 DEBG running: git -C /work/oxidecomputer/helios/projects/chelsio-t6-roms rev-parse --verify HEAD^{commit} |
| 3611 | 2026-02-26T16:33:34.582Z | Feb 26 16:33:34.068 DEBG process exited with exit status: 0 (7.890299ms) |
| 3612 | 2026-02-26T16:33:34.582Z | Feb 26 16:33:34.068 DEBG running: git -C /work/oxidecomputer/helios/projects/pilot rev-parse --verify HEAD^{commit} |
| 3613 | 2026-02-26T16:33:34.607Z | Feb 26 16:33:34.075 DEBG process exited with exit status: 0 (7.753957ms) |
| 3614 | 2026-02-26T16:33:34.607Z | Feb 26 16:33:34.075 DEBG running: git -C /work/oxidecomputer/helios/projects/dmar-report rev-parse --verify HEAD^{commit} |
| 3615 | 2026-02-26T16:33:34.607Z | Feb 26 16:33:34.083 DEBG process exited with exit status: 0 (7.314797ms) |
| 3616 | 2026-02-26T16:33:34.607Z | Feb 26 16:33:34.083 DEBG running: git -C /work/oxidecomputer/helios/projects/amd-firmware rev-parse --verify HEAD^{commit} |
| 3617 | 2026-02-26T16:33:34.607Z | Feb 26 16:33:34.089 DEBG process exited with exit status: 0 (6.545286ms) |
| 3618 | 2026-02-26T16:33:34.607Z | Feb 26 16:33:34.089 DEBG running: git -C /work/oxidecomputer/helios/projects/bootserver rev-parse --verify HEAD^{commit} |
| 3619 | 2026-02-26T16:33:34.607Z | Feb 26 16:33:34.096 DEBG process exited with exit status: 0 (6.562441ms) |
| 3620 | 2026-02-26T16:33:34.607Z | Feb 26 16:33:34.096 DEBG running: git -C /work/oxidecomputer/helios/projects/image-builder rev-parse --verify HEAD^{commit} |
| 3621 | 2026-02-26T16:33:34.631Z | Feb 26 16:33:34.102 DEBG process exited with exit status: 0 (6.4674ms) |
| 3622 | 2026-02-26T16:33:34.631Z | Feb 26 16:33:34.102 DEBG running: git -C /work/oxidecomputer/helios/projects/phbl rev-parse --verify HEAD^{commit} |
| 3623 | 2026-02-26T16:33:34.631Z | Feb 26 16:33:34.109 DEBG process exited with exit status: 0 (6.576639ms) |
| 3624 | 2026-02-26T16:33:34.631Z | Feb 26 16:33:34.110 INFO [helios-record] task succeeded (67.857695ms) |
| 3625 | 2026-02-26T16:33:34.997Z | [ host-package] Compiling slog-stdlog v4.1.1 |
| 3626 | 2026-02-26T16:33:35.484Z | [ host-package] Compiling omicron-cockroach-metrics v0.1.0 (/work/oxidecomputer/omicron/cockroach-metrics) |
| 3627 | 2026-02-26T16:33:35.556Z | [ host-package] Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 3628 | 2026-02-26T16:33:35.889Z | [ host-package] Compiling cexpr v0.6.0 |
| 3629 | 2026-02-26T16:33:36.647Z | [ host-package] Compiling nexus-db-schema v0.1.0 (/work/oxidecomputer/omicron/nexus/db-schema) |
| 3630 | 2026-02-26T16:33:37.031Z | [ host-package] Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 3631 | 2026-02-26T16:33:37.225Z | [ host-package] Compiling crc8 v0.1.1 |
| 3632 | 2026-02-26T16:33:37.563Z | [ host-package] Compiling slog-envlogger v2.2.0 |
| 3633 | 2026-02-26T16:33:38.010Z | [ host-package] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 3634 | 2026-02-26T16:33:38.935Z | [ host-package] Compiling headers-core v0.3.0 |
| 3635 | 2026-02-26T16:33:39.172Z | [ host-package] Compiling libxml v0.3.3 |
| 3636 | 2026-02-26T16:33:39.624Z | [ host-package] Compiling headers v0.4.1 |
| 3637 | 2026-02-26T16:33:40.075Z | [ host-package] Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 3638 | 2026-02-26T16:33:42.795Z | [ host-package] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 3639 | 2026-02-26T16:33:42.885Z | [ host-package] Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 3640 | 2026-02-26T16:33:43.141Z | [ host-package] Compiling strum_macros v0.24.3 |
| 3641 | 2026-02-26T16:33:43.715Z | [ host-package] Compiling indoc v1.0.9 |
| 3642 | 2026-02-26T16:33:45.856Z | [ host-package] Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3643 | 2026-02-26T16:33:47.949Z | [ host-package] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 3644 | 2026-02-26T16:33:48.288Z | [ host-package] Compiling derive_builder v0.20.2 |
| 3645 | 2026-02-26T16:33:48.502Z | [ host-package] Compiling polar-core v0.27.3 |
| 3646 | 2026-02-26T16:33:48.562Z | [ host-package] Compiling samael v0.0.19 |
| 3647 | 2026-02-26T16:33:48.598Z | [ host-package] Compiling impl-trait-for-tuples v0.2.2 |
| 3648 | 2026-02-26T16:33:48.721Z | [ host-package] Compiling oso-derive v0.27.3 |
| 3649 | 2026-02-26T16:33:49.346Z | [ host-package] Compiling quick-xml v0.37.2 |
| 3650 | 2026-02-26T16:33:49.634Z | [ host-package] Compiling half v1.8.3 |
| 3651 | 2026-02-26T16:33:50.563Z | [ host-package] Compiling serde_cbor v0.11.2 |
| 3652 | 2026-02-26T16:33:51.471Z | [ host-package] Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3653 | 2026-02-26T16:33:52.755Z | [ host-package] Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 3654 | 2026-02-26T16:33:52.845Z | [ host-package] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 3655 | 2026-02-26T16:33:54.081Z | [ host-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3656 | 2026-02-26T16:33:54.120Z | [ host-package] Compiling diesel-dtrace v0.4.2 |
| 3657 | 2026-02-26T16:33:54.589Z | [ host-package] Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3658 | 2026-02-26T16:33:59.513Z | [ host-package] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 3659 | 2026-02-26T16:33:59.835Z | [ host-package] Compiling ntp-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ntp-admin-client) |
| 3660 | 2026-02-26T16:34:02.568Z | [ host-package] Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3661 | 2026-02-26T16:34:03.454Z | [ host-package] Compiling bb8 v0.8.5 |
| 3662 | 2026-02-26T16:34:04.047Z | [ host-package] Compiling trait-variant v0.1.2 |
| 3663 | 2026-02-26T16:34:04.965Z | [ host-package] Compiling scim2-rs v0.1.0 (https://github.com/oxidecomputer/scim2-rs?rev=c78005db837a71f94c3b8efac9a64cfbdb2d527f#c78005db) |
| 3664 | 2026-02-26T16:34:09.290Z | [ host-package] Compiling oso v0.27.3 |
| 3665 | 2026-02-26T16:34:09.653Z | [ host-package] Compiling async-bb8-diesel v0.2.1 |
| 3666 | 2026-02-26T16:34:10.472Z | [ host-package] Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#f41bd73b) |
| 3667 | 2026-02-26T16:34:11.527Z | [ host-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3668 | 2026-02-26T16:34:11.920Z | [ host-package] Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 3669 | 2026-02-26T16:34:14.629Z | [ host-package] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 3670 | 2026-02-26T16:34:14.977Z | [ host-package] Compiling fxhash v0.2.1 |
| 3671 | 2026-02-26T16:34:15.253Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=524eb8f125003dff50b9703900c6b323f00f9e1b#524eb8f1) |
| 3672 | 2026-02-26T16:34:15.739Z | [ host-package] Compiling typify-impl v0.2.0 |
| 3673 | 2026-02-26T16:34:15.809Z | [ host-package] Compiling kstat-rs v0.2.4 |
| 3674 | 2026-02-26T16:34:16.607Z | [ host-package] Compiling libz-sys v1.1.20 |
| 3675 | 2026-02-26T16:34:17.255Z | [ host-package] Compiling salty v0.3.0 |
| 3676 | 2026-02-26T16:34:17.656Z | [ host-package] Compiling nonempty v0.12.0 |
| 3677 | 2026-02-26T16:34:17.968Z | [ host-package] Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 3678 | 2026-02-26T16:34:18.568Z | [ host-package] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 3679 | 2026-02-26T16:34:23.043Z | [ host-package] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 3680 | 2026-02-26T16:34:23.369Z | [ host-package] Compiling typify-macro v0.2.0 |
| 3681 | 2026-02-26T16:34:26.339Z | [ host-package] Compiling zfs-test-harness v0.1.0 (/work/oxidecomputer/omicron/sled-storage/zfs-test-harness) |
| 3682 | 2026-02-26T16:34:30.566Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 3683 | 2026-02-26T16:34:34.386Z | [ host-package] Compiling nanorand v0.7.0 |
| 3684 | 2026-02-26T16:34:35.027Z | [ host-package] Compiling parking_lot_core v0.8.6 |
| 3685 | 2026-02-26T16:34:35.815Z | [ host-package] Compiling mime_guess v2.0.5 |
| 3686 | 2026-02-26T16:34:36.111Z | [ host-package] Compiling flume v0.11.1 |
| 3687 | 2026-02-26T16:34:36.680Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=37992295b5dc708d8f120cee805d67418741b556#37992295) |
| 3688 | 2026-02-26T16:34:36.746Z | [ host-package] Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
| 3689 | 2026-02-26T16:34:38.601Z | [ host-package] Compiling rats-corim v0.1.0 (https://github.com/oxidecomputer/rats-corim#f0d5d516) |
| 3690 | 2026-02-26T16:34:42.773Z | [ host-package] Compiling libgit2-sys v0.18.2+1.9.1 |
| 3691 | 2026-02-26T16:34:43.350Z | [ host-package] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 3692 | 2026-02-26T16:34:58.329Z | [ host-package] Compiling tabled_derive v0.10.0 |
| 3693 | 2026-02-26T16:34:58.754Z | [ host-package] Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
| 3694 | 2026-02-26T16:35:00.266Z | [ host-package] Compiling ignore v0.4.23 |
| 3695 | 2026-02-26T16:35:01.760Z | [ host-package] Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
| 3696 | 2026-02-26T16:35:02.887Z | [ host-package] Compiling papergrid v0.14.0 |
| 3697 | 2026-02-26T16:35:04.091Z | [ host-package] Compiling primeorder v0.13.6 |
| 3698 | 2026-02-26T16:35:04.651Z | [ host-package] Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3699 | 2026-02-26T16:35:04.719Z | [ host-package] Compiling castaway v0.2.3 |
| 3700 | 2026-02-26T16:35:05.015Z | [ host-package] Compiling nibble_vec v0.1.0 |
| 3701 | 2026-02-26T16:35:05.313Z | [ host-package] Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3702 | 2026-02-26T16:35:05.673Z | [ host-package] Compiling atty v0.2.14 |
| 3703 | 2026-02-26T16:35:05.898Z | [ host-package] Compiling http-range v0.1.5 |
| 3704 | 2026-02-26T16:35:06.525Z | [ host-package] Compiling endian-type v0.1.2 |
| 3705 | 2026-02-26T16:35:06.862Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=dbaad520e1f5ae32c10db16ce176f9c24de95652#dbaad520) |
| 3706 | 2026-02-26T16:35:07.270Z | [ host-package] Compiling radix_trie v0.2.1 |
| 3707 | 2026-02-26T16:35:07.615Z | [ host-package] Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control#4aac6125) |
| 3708 | 2026-02-26T16:35:08.080Z | [ host-package] Compiling tufaceous-lib v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3709 | 2026-02-26T16:35:08.523Z | [ host-package] Compiling compact_str v0.8.0 |
| 3710 | 2026-02-26T16:35:09.913Z | [ host-package] Compiling tabled v0.18.0 |
| 3711 | 2026-02-26T16:35:10.733Z | [ host-package] Compiling p384 v0.13.1 |
| 3712 | 2026-02-26T16:35:13.576Z | [ host-package] Compiling globwalk v0.9.1 |
| 3713 | 2026-02-26T16:35:14.409Z | [ host-package] Compiling parking_lot v0.11.2 |
| 3714 | 2026-02-26T16:35:14.810Z | [ host-package] Compiling typify v0.2.0 |
| 3715 | 2026-02-26T16:35:15.054Z | [ host-package] Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3716 | 2026-02-26T16:35:16.217Z | [ host-package] Compiling predicates-tree v1.0.12 |
| 3717 | 2026-02-26T16:35:16.284Z | [ host-package] Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 3718 | 2026-02-26T16:35:16.484Z | [ host-package] Compiling unicode-truncate v1.1.0 |
| 3719 | 2026-02-26T16:35:17.079Z | [ host-package] Compiling prefix-trie v0.7.0 |
| 3720 | 2026-02-26T16:35:17.998Z | [ host-package] Compiling lru v0.12.5 |
| 3721 | 2026-02-26T16:35:18.403Z | [ host-package] Compiling vergen-git2 v1.0.7 |
| 3722 | 2026-02-26T16:35:18.745Z | [ host-package] Compiling instability v0.3.2 |
| 3723 | 2026-02-26T16:35:18.950Z | [ host-package] Compiling cassowary v0.3.0 |
| 3724 | 2026-02-26T16:35:19.560Z | [ host-package] Compiling indoc v2.0.6 |
| 3725 | 2026-02-26T16:35:20.425Z | [ host-package] Compiling ratatui v0.29.0 |
| 3726 | 2026-02-26T16:35:22.260Z | [ host-package] Compiling hickory-server v0.25.2 |
| 3727 | 2026-02-26T16:35:22.697Z | [ host-package] Compiling camino-tempfile-ext v0.3.2 |
| 3728 | 2026-02-26T16:35:23.969Z | [ host-package] Compiling hyper-staticfile v0.10.1 |
| 3729 | 2026-02-26T16:35:26.218Z | [ host-package] Compiling progenitor-impl v0.8.0 |
| 3730 | 2026-02-26T16:35:26.902Z | [ host-package] Compiling sled v0.34.7 |
| 3731 | 2026-02-26T16:35:31.929Z | [ host-package] Compiling git2 v0.20.2 |
| 3732 | 2026-02-26T16:35:36.975Z | [ host-package] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 3733 | 2026-02-26T16:35:37.490Z | [ host-package] Compiling hickory-client v0.25.2 |
| 3734 | 2026-02-26T16:35:39.161Z | [ host-package] Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
| 3735 | 2026-02-26T16:35:39.547Z | [ host-package] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 3736 | 2026-02-26T16:35:40.326Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3737 | 2026-02-26T16:35:41.808Z | [ host-package] Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
| 3738 | 2026-02-26T16:35:42.495Z | [ host-package] Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
| 3739 | 2026-02-26T16:35:47.056Z | [ host-package] Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=8f5527da3c53398c95c50b1af088637e7b6c5718#8f5527da) |
| 3740 | 2026-02-26T16:35:48.600Z | [ host-package] Compiling rand_seeder v0.4.0 |
| 3741 | 2026-02-26T16:35:48.856Z | [ host-package] Compiling dice-util-barcode v0.1.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3742 | 2026-02-26T16:35:49.024Z | [ host-package] Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=d2b68e4f47e3c22bce0455aeb4cfb2e61ad229ba#d2b68e4f) |
| 3743 | 2026-02-26T16:35:49.400Z | [ host-package] Compiling lzma-sys v0.1.20 |
| 3744 | 2026-02-26T16:35:49.671Z | [ host-package] Compiling rustls v0.21.12 |
| 3745 | 2026-02-26T16:35:50.037Z | [ host-package] Compiling corncobs v0.1.4 |
| 3746 | 2026-02-26T16:35:50.074Z | [ host-package] Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/ipcc-rs?rev=7cdf2ab9c8d9e9267a8b366aa780c6c26f9a5ecf#7cdf2ab9) |
| 3747 | 2026-02-26T16:35:50.503Z | [ host-package] Compiling dice-mfg-msgs v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3748 | 2026-02-26T16:35:50.817Z | [ host-package] Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 3749 | 2026-02-26T16:35:51.247Z | [ host-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3750 | 2026-02-26T16:35:51.941Z | [ host-package] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 3751 | 2026-02-26T16:35:52.368Z | [ host-package] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 3752 | 2026-02-26T16:35:55.855Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?rev=6e0ef48f72ff85ba50fc8286c8e89dc5f9c822dd#6e0ef48f) |
| 3753 | 2026-02-26T16:35:56.919Z | [ host-package] Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 3754 | 2026-02-26T16:36:04.162Z | [ host-package] Compiling progenitor-macro v0.8.0 |
| 3755 | 2026-02-26T16:36:05.927Z | [ host-package] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 3756 | 2026-02-26T16:36:12.122Z | [ host-package] Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 3757 | 2026-02-26T16:36:13.113Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3758 | 2026-02-26T16:36:13.239Z | [ host-package] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 3759 | 2026-02-26T16:36:13.590Z | [ host-package] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 3760 | 2026-02-26T16:36:13.937Z | [ host-package] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 3761 | 2026-02-26T16:36:14.271Z | [ host-package] Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 3762 | 2026-02-26T16:36:18.209Z | [ host-package] Compiling progenitor-client v0.8.0 |
| 3763 | 2026-02-26T16:36:19.050Z | [ host-package] Compiling rustls-webpki v0.101.7 |
| 3764 | 2026-02-26T16:36:21.796Z | [ host-package] Compiling sct v0.7.1 |
| 3765 | 2026-02-26T16:36:22.266Z | [ host-package] Compiling heck v0.3.3 |
| 3766 | 2026-02-26T16:36:22.266Z | [ host-package] Compiling secrecy v0.8.0 |
| 3767 | 2026-02-26T16:36:22.568Z | [ host-package] Compiling void v1.0.2 |
| 3768 | 2026-02-26T16:36:22.661Z | [ host-package] Compiling zone_cfg_derive v0.1.2 |
| 3769 | 2026-02-26T16:36:22.798Z | [ host-package] Compiling lzss v0.8.2 |
| 3770 | 2026-02-26T16:36:25.512Z | [ host-package] Compiling progenitor v0.8.0 |
| 3771 | 2026-02-26T16:36:25.787Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#606c0be8) |
| 3772 | 2026-02-26T16:36:27.724Z | [ host-package] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 3773 | 2026-02-26T16:36:30.061Z | [ host-package] Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3774 | 2026-02-26T16:36:31.257Z | [ host-package] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 3775 | 2026-02-26T16:36:34.406Z | [ host-package] Compiling attest-data v0.5.0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3776 | 2026-02-26T16:36:34.799Z | [ host-package] Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3777 | 2026-02-26T16:36:34.863Z | [ host-package] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 3778 | 2026-02-26T16:36:35.820Z | [ host-package] Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 3779 | 2026-02-26T16:36:36.202Z | [ host-package] Compiling tungstenite v0.23.0 |
| 3780 | 2026-02-26T16:36:40.284Z | [ host-package] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 3781 | 2026-02-26T16:36:40.683Z | [ host-package] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 3782 | 2026-02-26T16:36:40.837Z | [ host-package] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 3783 | 2026-02-26T16:36:41.031Z | [ host-package] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 3784 | 2026-02-26T16:36:41.165Z | [ host-package] Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3785 | 2026-02-26T16:36:41.374Z | [ host-package] Compiling nix v0.27.1 |
| 3786 | 2026-02-26T16:36:41.852Z | [ host-package] Compiling serde_bytes v0.11.19 |
| 3787 | 2026-02-26T16:36:42.353Z | [ host-package] Compiling number_prefix v0.4.0 |
| 3788 | 2026-02-26T16:36:42.652Z | [ host-package] Compiling base64 v0.13.1 |
| 3789 | 2026-02-26T16:36:43.359Z | [ host-package] Compiling ron v0.7.1 |
| 3790 | 2026-02-26T16:36:43.791Z | [ host-package] Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=ea2f39ccdea124b5affcad0ca17bc5dacf65823a#ea2f39cc) |
| 3791 | 2026-02-26T16:36:44.391Z | [ host-package] Compiling indicatif v0.17.11 |
| 3792 | 2026-02-26T16:36:46.966Z | [ host-package] Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3793 | 2026-02-26T16:36:47.814Z | [ host-package] Compiling lldpd-common v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3794 | 2026-02-26T16:36:47.868Z | [ host-package] Compiling tokio-tungstenite v0.23.1 |
| 3795 | 2026-02-26T16:36:48.496Z | [ host-package] Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=cc8e02a0800034c431c8cf96b889ea638da3d194#cc8e02a0) |
| 3796 | 2026-02-26T16:36:54.856Z | [ host-package] Compiling dice-verifier v0.3.0-pre0 (https://github.com/oxidecomputer/dice-util?branch=main#88c6684d) |
| 3797 | 2026-02-26T16:37:01.724Z | [ host-package] Compiling xz2 v0.1.7 |
| 3798 | 2026-02-26T16:37:02.367Z | [ host-package] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 3799 | 2026-02-26T16:37:05.689Z | [ host-package] Compiling tokio-rustls v0.24.1 |
| 3800 | 2026-02-26T16:37:06.166Z | [ host-package] Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
| 3801 | 2026-02-26T16:37:13.269Z | [ host-package] Compiling zone v0.1.8 |
| 3802 | 2026-02-26T16:37:15.607Z | [ host-package] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 3803 | 2026-02-26T16:37:16.224Z | [ host-package] Compiling tufaceous v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#1eacfcf0) |
| 3804 | 2026-02-26T16:37:20.378Z | [ host-package] Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=36f20be9bb4c3b362029237f5feb6377c982395f#36f20be9) |
| 3805 | 2026-02-26T16:37:20.640Z | [ host-package] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 3806 | 2026-02-26T16:37:25.594Z | [ host-package] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 3807 | 2026-02-26T16:37:27.520Z | [ host-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3808 | 2026-02-26T16:37:28.849Z | [ host-package] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 3809 | 2026-02-26T16:37:29.188Z | [ host-package] Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=7103cd3a3d7b0112d2949dd135db06fef0c156bb#7103cd3a) |
| 3810 | 2026-02-26T16:37:34.305Z | [ host-package] Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
| 3811 | 2026-02-26T16:37:40.669Z | [ host-package] Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
| 3812 | 2026-02-26T16:37:41.019Z | [ host-package] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 3813 | 2026-02-26T16:37:46.657Z | [ host-package] Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
| 3814 | 2026-02-26T16:37:48.329Z | [ host-package] Compiling rustls-pemfile v1.0.4 |
| 3815 | 2026-02-26T16:37:48.972Z | [ host-package] Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
| 3816 | 2026-02-26T16:37:49.007Z | [ host-package] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 3817 | 2026-02-26T16:37:50.951Z | [ host-package] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 3818 | 2026-02-26T16:37:51.287Z | [ host-package] Compiling ntp-admin-types-versions v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types/versions) |
| 3819 | 2026-02-26T16:37:51.730Z | [ host-package] Compiling signal-hook-tokio v0.3.1 |
| 3820 | 2026-02-26T16:37:51.982Z | [ host-package] Compiling yasna v0.5.2 |
| 3821 | 2026-02-26T16:37:52.018Z | [ host-package] Compiling twox-hash v2.1.0 |
| 3822 | 2026-02-26T16:37:52.725Z | [ host-package] Compiling is_ci v1.2.0 |
| 3823 | 2026-02-26T16:37:52.957Z | [ host-package] Compiling supports-color v3.0.2 |
| 3824 | 2026-02-26T16:37:53.054Z | [ host-package] Compiling rcgen v0.12.1 |
| 3825 | 2026-02-26T16:37:54.830Z | [ host-package] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 3826 | 2026-02-26T16:37:56.061Z | [ host-package] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 3827 | 2026-02-26T16:38:02.031Z | [ host-package] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 3828 | 2026-02-26T16:38:02.491Z | [ host-package] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 3829 | 2026-02-26T16:38:10.270Z | [ host-package] Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#f3fe0542) |
| 3830 | 2026-02-26T16:38:25.357Z | [ host-package] Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#61479b69) |
| 3831 | 2026-02-26T16:38:35.152Z | [ host-package] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 3832 | 2026-02-26T16:38:36.385Z | [ host-package] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 3833 | 2026-02-26T16:38:36.641Z | [ host-package] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 3834 | 2026-02-26T16:38:49.272Z | [ host-package] Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
| 3835 | 2026-02-26T16:38:51.002Z | [ host-package] Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 3836 | 2026-02-26T16:38:51.343Z | [ host-package] Compiling omicron-ntp-admin v0.1.0 (/work/oxidecomputer/omicron/ntp-admin) |
| 3837 | 2026-02-26T16:38:51.696Z | [ host-package] Compiling bootstrap-agent-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-lockstep-client) |
| 3838 | 2026-02-26T16:38:52.037Z | [ host-package] Compiling progenitor-extras v0.1.0 |
| 3839 | 2026-02-26T16:38:52.443Z | [ host-package] Compiling nexus-background-task-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/background-task-interface) |
| 3840 | 2026-02-26T16:38:52.824Z | [ host-package] Compiling fatfs v0.3.6 |
| 3841 | 2026-02-26T16:38:55.049Z | [ host-package] Compiling raw-cpuid v11.5.0 (https://github.com/oxidecomputer/rust-cpuid.git?rev=a4cf01df76f35430ff5d39dc2fe470bcb953503b#a4cf01df) |
| 3842 | 2026-02-26T16:38:56.733Z | [ host-package] Compiling rtoolbox v0.0.2 |
| 3843 | 2026-02-26T16:38:57.142Z | [ host-package] Compiling subprocess v0.2.9 |
| 3844 | 2026-02-26T16:39:01.024Z | [ host-package] Compiling assert_matches v1.5.0 |
| 3845 | 2026-02-26T16:39:01.219Z | [ host-package] Compiling seq-macro v0.3.6 |
| 3846 | 2026-02-26T16:39:02.810Z | [ host-package] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 3847 | 2026-02-26T16:39:08.891Z | [ host-package] Compiling rpassword v7.4.0 |
| 3848 | 2026-02-26T16:39:09.339Z | [ host-package] Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
| 3849 | 2026-02-26T16:39:12.750Z | [ host-package] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 3850 | 2026-02-26T16:39:28.344Z | [ host-package] Compiling ntp-admin-types v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/types) |
| 3851 | 2026-02-26T16:39:28.568Z | [ host-package] Compiling ntp-admin-api v0.1.0 (/work/oxidecomputer/omicron/ntp-admin/api) |
| 3852 | 2026-02-26T16:39:33.177Z | [ host-package] Compiling tui-tree-widget v0.23.1 |
| 3853 | 2026-02-26T16:39:33.653Z | [ host-package] Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
| 3854 | 2026-02-26T16:39:39.230Z | [ host-package] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 3855 | 2026-02-26T16:39:40.029Z | [ host-package] Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
| 3856 | 2026-02-26T16:39:42.710Z | [ host-package] Compiling uzers v0.12.1 |
| 3857 | 2026-02-26T16:39:45.130Z | [ host-package] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 3858 | 2026-02-26T16:39:45.542Z | [ host-package] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 3859 | 2026-02-26T16:39:54.148Z | [ host-package] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 3860 | 2026-02-26T16:40:02.589Z | [ host-package] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 3861 | 2026-02-26T16:40:17.069Z | [ host-package] Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
| 3862 | 2026-02-26T16:40:21.164Z | [ host-package] Compiling support-bundle-viewer v0.1.2 |
| 3863 | 2026-02-26T16:40:21.724Z | [ host-package] Compiling multimap v0.10.1 |
| 3864 | 2026-02-26T16:42:25.363Z | [ host-package] Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
| 3865 | 2026-02-26T16:52:33.486Z | [ host-package] Finished `release` profile [optimized] target(s) in 23m 44s |
| 3866 | 2026-02-26T16:54:07.456Z | Feb 26 16:54:06.986 INFO [host-package] process exited with exit status: 0 (1518.961373052s) |
| 3867 | 2026-02-26T16:54:07.456Z | Feb 26 16:54:06.986 INFO [host-stamp] running task |
| 3868 | 2026-02-26T16:54:07.481Z | Feb 26 16:54:06.987 INFO [recovery-package] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery package |
| 3869 | 2026-02-26T16:54:07.481Z | Feb 26 16:54:06.987 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+git889deabbf7d |
| 3870 | 2026-02-26T16:54:07.481Z | Feb 26 16:54:06.988 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+git889deabbf7d |
| 3871 | 2026-02-26T16:54:07.481Z | Feb 26 16:54:06.988 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+git889deabbf7d |
| 3872 | 2026-02-26T16:54:07.481Z | Feb 26 16:54:06.989 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+git889deabbf7d |
| 3873 | 2026-02-26T16:54:07.481Z | Feb 26 16:54:06.989 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+git889deabbf7d |
| 3874 | 2026-02-26T16:54:07.481Z | Feb 26 16:54:06.993 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+git889deabbf7d |
| 3875 | 2026-02-26T16:54:07.481Z | Feb 26 16:54:06.993 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+git889deabbf7d |
| 3876 | 2026-02-26T16:54:07.481Z | Feb 26 16:54:06.993 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+git889deabbf7d |
| 3877 | 2026-02-26T16:54:07.506Z | [recovery-package] Logging to: /work/artifacts-recovery/LOG |
| 3878 | 2026-02-26T16:54:07.506Z | [ stamp-overlay] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3879 | 2026-02-26T16:54:07.506Z | [stamp-switch-asic] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3880 | 2026-02-26T16:54:07.506Z | [ stamp-oxlog] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3881 | 2026-02-26T16:54:07.506Z | [stamp-crucible-utils] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3882 | 2026-02-26T16:54:07.506Z | [stamp-omicron-sled-agent] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3883 | 2026-02-26T16:54:07.506Z | [stamp-pumpkind-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3884 | 2026-02-26T16:54:07.506Z | [ stamp-overlay] Created: /work/oxidecomputer/omicron/out/versioned/overlay.tar.gz |
| 3885 | 2026-02-26T16:54:07.506Z | [ stamp-mg-ddm-gz] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3886 | 2026-02-26T16:54:07.506Z | Feb 26 16:54:07.026 INFO [stamp-overlay] process exited with exit status: 0 (38.426023ms) |
| 3887 | 2026-02-26T16:54:07.506Z | [stamp-propolis-server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3888 | 2026-02-26T16:54:07.532Z | [ stamp-oxlog] Created: /work/oxidecomputer/omicron/out/versioned/oxlog.tar |
| 3889 | 2026-02-26T16:54:07.532Z | Feb 26 16:54:07.043 INFO [stamp-oxlog] process exited with exit status: 0 (54.034497ms) |
| 3890 | 2026-02-26T16:54:07.582Z | [stamp-crucible-utils] Created: /work/oxidecomputer/omicron/out/versioned/crucible-utils.tar |
| 3891 | 2026-02-26T16:54:07.607Z | Feb 26 16:54:07.118 INFO [stamp-crucible-utils] process exited with exit status: 0 (127.782487ms) |
| 3892 | 2026-02-26T16:54:07.631Z | [stamp-pumpkind-gz] Created: /work/oxidecomputer/omicron/out/versioned/pumpkind-gz.tar |
| 3893 | 2026-02-26T16:54:07.631Z | Feb 26 16:54:07.159 INFO [stamp-pumpkind-gz] process exited with exit status: 0 (170.65861ms) |
| 3894 | 2026-02-26T16:54:07.880Z | [ stamp-mg-ddm-gz] Created: /work/oxidecomputer/omicron/out/versioned/mg-ddm-gz.tar |
| 3895 | 2026-02-26T16:54:07.905Z | Feb 26 16:54:07.416 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (429.019153ms) |
| 3896 | 2026-02-26T16:54:08.404Z | [stamp-omicron-sled-agent] Created: /work/oxidecomputer/omicron/out/versioned/omicron-sled-agent.tar |
| 3897 | 2026-02-26T16:54:08.429Z | Feb 26 16:54:07.940 INFO [stamp-omicron-sled-agent] process exited with exit status: 0 (949.712781ms) |
| 3898 | 2026-02-26T16:54:09.277Z | [stamp-propolis-server] Created: /work/oxidecomputer/omicron/out/versioned/propolis-server.tar.gz |
| 3899 | 2026-02-26T16:54:09.301Z | Feb 26 16:54:08.812 INFO [stamp-propolis-server] process exited with exit status: 0 (1.822678416s) |
| 3900 | 2026-02-26T16:54:09.482Z | [recovery-package] Compiling newtype-uuid v1.3.2 |
| 3901 | 2026-02-26T16:54:09.758Z | [recovery-package] Compiling daft v0.1.4 |
| 3902 | 2026-02-26T16:54:10.197Z | [recovery-package] Compiling iddqd v0.3.16 |
| 3903 | 2026-02-26T16:54:12.171Z | [recovery-package] Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 3904 | 2026-02-26T16:54:12.764Z | [recovery-package] Compiling key-manager-types v0.1.0 (/work/oxidecomputer/omicron/key-manager/types) |
| 3905 | 2026-02-26T16:54:12.764Z | [recovery-package] Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 3906 | 2026-02-26T16:54:12.789Z | [recovery-package] Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 3907 | 2026-02-26T16:54:12.789Z | [recovery-package] Compiling installinator-common-versions v0.1.0 (/work/oxidecomputer/omicron/installinator-common/versions) |
| 3908 | 2026-02-26T16:54:12.865Z | [recovery-package] Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 3909 | 2026-02-26T16:54:13.546Z | [recovery-package] Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 3910 | 2026-02-26T16:54:17.578Z | [stamp-switch-asic] Created: /work/oxidecomputer/omicron/out/versioned/switch-asic.tar.gz |
| 3911 | 2026-02-26T16:54:17.602Z | Feb 26 16:54:17.114 INFO [stamp-switch-asic] process exited with exit status: 0 (10.123297434s) |
| 3912 | 2026-02-26T16:54:17.602Z | Feb 26 16:54:17.114 INFO [host-stamp] task succeeded (10.128632136s) |
| 3913 | 2026-02-26T16:54:17.602Z | Feb 26 16:54:17.114 INFO [host-proto] running task |
| 3914 | 2026-02-26T16:54:18.467Z | Feb 26 16:54:17.997 INFO [host-proto] task succeeded (882.334555ms) |
| 3915 | 2026-02-26T16:54:18.467Z | Feb 26 16:54:17.997 INFO [host-profile] running task |
| 3916 | 2026-02-26T16:54:18.492Z | Feb 26 16:54:17.997 INFO [host-profile] task succeeded (496.505µs) |
| 3917 | 2026-02-26T16:54:18.492Z | Feb 26 16:54:17.998 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/.tmpVgPXRo/proto/host/root -N 'ci 889deab/${os_short_commit} 2026-02-26 16:26' -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/' |
| 3918 | 2026-02-26T16:54:18.492Z | [ host-image] Feb 26 16:54:18.012 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 3919 | 2026-02-26T16:54:18.492Z | [ host-image] Feb 26 16:54:18.012 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml" |
| 3920 | 2026-02-26T16:54:18.492Z | [ host-image] Feb 26 16:54:18.012 INFO Checking files for board 'cosmo' |
| 3921 | 2026-02-26T16:54:18.492Z | [ host-image] Feb 26 16:54:18.012 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 3922 | 2026-02-26T16:54:18.492Z | [ host-image] Feb 26 16:54:18.012 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 3923 | 2026-02-26T16:54:18.492Z | [ host-image] Feb 26 16:54:18.012 INFO Checking files for board 'gimlet' |
| 3924 | 2026-02-26T16:54:18.492Z | [ host-image] Feb 26 16:54:18.012 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 3925 | 2026-02-26T16:54:18.492Z | [ host-image] Feb 26 16:54:18.012 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 3926 | 2026-02-26T16:54:18.492Z | [ host-image] Feb 26 16:54:18.012 INFO Checking files for board 'cosmo-mbist' |
| 3927 | 2026-02-26T16:54:18.492Z | [ host-image] Feb 26 16:54:18.012 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml" |
| 3928 | 2026-02-26T16:54:18.516Z | [ host-image] Feb 26 16:54:18.035 INFO generated template "/work/oxidecomputer/helios/tmp/image.host/genproto.json" for extra proto "/tmp/.tmpVgPXRo/proto/host/root" |
| 3929 | 2026-02-26T16:54:18.516Z | [ host-image] Feb 26 16:54:18.035 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ } |
| 3930 | 2026-02-26T16:54:18.516Z | [ host-image] Feb 26 16:54:18.035 INFO image builder template: ramdisk-01-os... |
| 3931 | 2026-02-26T16:54:18.517Z | [ host-image] Feb 26 16:54:18.035 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/.tmpVgPXRo/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 |
| 3932 | 2026-02-26T16:54:18.542Z | [ host-image] Feb 26 16:54:18.062 INFO O| Feb 26 16:54:18.062 INFO CREATE DATASET: rpool/images/build/host/output |
| 3933 | 2026-02-26T16:54:18.582Z | [ host-image] Feb 26 16:54:18.111 INFO O| Feb 26 16:54:18.111 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3934 | 2026-02-26T16:54:18.606Z | [ host-image] Feb 26 16:54:18.116 INFO O| Feb 26 16:54:18.116 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3935 | 2026-02-26T16:54:18.671Z | [ host-image] Feb 26 16:54:18.201 INFO O| Feb 26 16:54:18.201 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-01-os: sync = disabled |
| 3936 | 2026-02-26T16:54:18.696Z | [ host-image] Feb 26 16:54:18.225 INFO O| Feb 26 16:54:18.225 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 3937 | 2026-02-26T16:54:18.696Z | [ host-image] Feb 26 16:54:18.225 INFO O| Feb 26 16:54:18.225 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3938 | 2026-02-26T16:54:18.696Z | [ host-image] Feb 26 16:54:18.225 INFO O| Feb 26 16:54:18.225 INFO resetting by removing work dataset: rpool/images/build/host/work/sled/ramdisk |
| 3939 | 2026-02-26T16:54:18.720Z | [ host-image] Feb 26 16:54:18.225 INFO O| Feb 26 16:54:18.225 INFO DESTROY DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3940 | 2026-02-26T16:54:18.720Z | [ host-image] Feb 26 16:54:18.233 INFO O| Feb 26 16:54:18.233 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 3941 | 2026-02-26T16:54:18.783Z | [ host-image] Feb 26 16:54:18.313 INFO O| Feb 26 16:54:18.313 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3942 | 2026-02-26T16:54:18.807Z | [ host-image] Feb 26 16:54:18.326 INFO O| Feb 26 16:54:18.326 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/host/work/sled/ramdisk"] |
| 3943 | 2026-02-26T16:54:19.274Z | [ host-image] Feb 26 16:54:18.803 INFO O| Feb 26 16:54:18.803 INFO O| Caching catalogs ... Done |
| 3944 | 2026-02-26T16:54:19.355Z | [ host-image] Feb 26 16:54:18.885 INFO O| Feb 26 16:54:18.885 INFO STEP 0 (pkg_image_create) COMPLETE |
| 3945 | 2026-02-26T16:54:19.356Z | [ host-image] Feb 26 16:54:18.885 INFO O| Feb 26 16:54:18.885 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3946 | 2026-02-26T16:54:19.380Z | [ host-image] Feb 26 16:54:18.896 INFO O| Feb 26 16:54:18.896 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"] |
| 3947 | 2026-02-26T16:54:19.793Z | [ host-image] Feb 26 16:54:19.323 INFO O| Feb 26 16:54:19.323 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 3948 | 2026-02-26T16:54:19.793Z | [ host-image] Feb 26 16:54:19.323 INFO O| Feb 26 16:54:19.323 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3949 | 2026-02-26T16:54:19.818Z | [ host-image] Feb 26 16:54:19.323 INFO O| Feb 26 16:54:19.323 INFO skip step because feature "publisher_1_name" is not enabled |
| 3950 | 2026-02-26T16:54:19.818Z | [ host-image] Feb 26 16:54:19.323 INFO O| Feb 26 16:54:19.323 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3951 | 2026-02-26T16:54:19.818Z | [ host-image] Feb 26 16:54:19.323 INFO O| Feb 26 16:54:19.323 INFO skip step because feature "publisher_2_name" is not enabled |
| 3952 | 2026-02-26T16:54:19.818Z | [ host-image] Feb 26 16:54:19.323 INFO O| Feb 26 16:54:19.323 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3953 | 2026-02-26T16:54:19.818Z | [ host-image] Feb 26 16:54:19.323 INFO O| Feb 26 16:54:19.323 INFO skip step because feature "publisher_3_name" is not enabled |
| 3954 | 2026-02-26T16:54:19.818Z | [ host-image] Feb 26 16:54:19.323 INFO O| Feb 26 16:54:19.323 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3955 | 2026-02-26T16:54:20.249Z | [ host-image] Feb 26 16:54:19.779 INFO O| Feb 26 16:54:19.779 INFO variant opensolaris.zone is already global |
| 3956 | 2026-02-26T16:54:20.249Z | [ host-image] Feb 26 16:54:19.779 INFO O| Feb 26 16:54:19.779 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 3957 | 2026-02-26T16:54:20.273Z | [ host-image] Feb 26 16:54:19.779 INFO O| Feb 26 16:54:19.779 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 3958 | 2026-02-26T16:54:20.680Z | [ host-image] Feb 26 16:54:20.209 INFO O| Feb 26 16:54:20.209 INFO variant opensolaris.imagetype is full; changing to partial |
| 3959 | 2026-02-26T16:54:20.680Z | [ host-image] Feb 26 16:54:20.209 INFO O| Feb 26 16:54:20.209 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 3960 | 2026-02-26T16:54:26.501Z | [recovery-package] Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 3961 | 2026-02-26T16:54:26.526Z | [recovery-package] Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 3962 | 2026-02-26T16:54:26.526Z | [recovery-package] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 3963 | 2026-02-26T16:54:26.526Z | [recovery-package] Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 3964 | 2026-02-26T16:54:32.568Z | [recovery-package] Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 3965 | 2026-02-26T16:54:32.601Z | [recovery-package] Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 3966 | 2026-02-26T16:54:34.649Z | [recovery-package] Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 3967 | 2026-02-26T16:54:34.709Z | [recovery-package] Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 3968 | 2026-02-26T16:54:37.099Z | [recovery-package] Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 3969 | 2026-02-26T16:54:38.775Z | [recovery-package] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 3970 | 2026-02-26T16:54:56.217Z | [ host-image] Feb 26 16:54:55.748 INFO O| Feb 26 16:54:55.748 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 3971 | 2026-02-26T16:55:04.417Z | [recovery-package] Finished `release` profile [optimized] target(s) in 56.59s |
| 3972 | 2026-02-26T16:55:09.184Z | Feb 26 16:55:08.715 INFO [recovery-package] process exited with exit status: 0 (61.728043673s) |
| 3973 | 2026-02-26T16:55:09.184Z | Feb 26 16:55:08.715 INFO [recovery-stamp] running task |
| 3974 | 2026-02-26T16:55:09.208Z | Feb 26 16:55:08.715 INFO [verify-libraries] running: /home/build/.rustup/toolchains/1.91.1-x86_64-unknown-illumos/bin/cargo xtask verify-libraries --release |
| 3975 | 2026-02-26T16:55:09.208Z | Feb 26 16:55:08.716 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+git889deabbf7d |
| 3976 | 2026-02-26T16:55:09.208Z | Feb 26 16:55:08.716 INFO [stamp-installinator] running: /work/oxidecomputer/omicron/target/release/omicron-package --target recovery --artifacts /work/artifacts-recovery stamp installinator 19.0.0-0.ci+git889deabbf7d |
| 3977 | 2026-02-26T16:55:09.208Z | [stamp-installinator] Logging to: /work/artifacts-recovery/LOG |
| 3978 | 2026-02-26T16:55:09.208Z | [ stamp-mg-ddm-gz] Logging to: /work/artifacts-recovery/LOG |
| 3979 | 2026-02-26T16:55:09.344Z | [stamp-installinator] Created: /work/artifacts-recovery/versioned/installinator.tar |
| 3980 | 2026-02-26T16:55:09.369Z | Feb 26 16:55:08.882 INFO [stamp-installinator] process exited with exit status: 0 (165.531904ms) |
| 3981 | 2026-02-26T16:55:09.452Z | [ stamp-mg-ddm-gz] Created: /work/artifacts-recovery/versioned/mg-ddm-gz.tar |
| 3982 | 2026-02-26T16:55:09.476Z | Feb 26 16:55:08.989 INFO [stamp-mg-ddm-gz] process exited with exit status: 0 (273.870367ms) |
| 3983 | 2026-02-26T16:55:09.477Z | Feb 26 16:55:08.989 INFO [recovery-stamp] task succeeded (274.387303ms) |
| 3984 | 2026-02-26T16:55:09.477Z | Feb 26 16:55:08.989 INFO [recovery-proto] running task |
| 3985 | 2026-02-26T16:55:09.477Z | Feb 26 16:55:08.989 INFO [tuf-stamp] running task |
| 3986 | 2026-02-26T16:55:09.477Z | Feb 26 16:55:08.990 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+git889deabbf7d |
| 3987 | 2026-02-26T16:55:09.477Z | Feb 26 16:55:08.991 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+git889deabbf7d |
| 3988 | 2026-02-26T16:55:09.477Z | Feb 26 16:55:08.992 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+git889deabbf7d |
| 3989 | 2026-02-26T16:55:09.477Z | Feb 26 16:55:08.993 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+git889deabbf7d |
| 3990 | 2026-02-26T16:55:09.477Z | Feb 26 16:55:08.993 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+git889deabbf7d |
| 3991 | 2026-02-26T16:55:09.477Z | Feb 26 16:55:08.994 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+git889deabbf7d |
| 3992 | 2026-02-26T16:55:09.477Z | Feb 26 16:55:09.000 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+git889deabbf7d |
| 3993 | 2026-02-26T16:55:09.477Z | Feb 26 16:55:09.002 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+git889deabbf7d |
| 3994 | 2026-02-26T16:55:09.477Z | Feb 26 16:55:09.005 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+git889deabbf7d |
| 3995 | 2026-02-26T16:55:09.477Z | Feb 26 16:55:09.007 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+git889deabbf7d |
| 3996 | 2026-02-26T16:55:09.501Z | Feb 26 16:55:09.008 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+git889deabbf7d |
| 3997 | 2026-02-26T16:55:09.501Z | [stamp-clickhouse_server] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3998 | 2026-02-26T16:55:09.501Z | [stamp-clickhouse] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 3999 | 2026-02-26T16:55:09.501Z | Feb 26 16:55:09.013 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+git889deabbf7d |
| 4000 | 2026-02-26T16:55:09.501Z | [stamp-crucible-pantry-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4001 | 2026-02-26T16:55:09.501Z | [stamp-cockroachdb] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4002 | 2026-02-26T16:55:09.501Z | [stamp-clickhouse_keeper] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4003 | 2026-02-26T16:55:09.502Z | [stamp-internal-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4004 | 2026-02-26T16:55:09.502Z | [ stamp-ntp] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4005 | 2026-02-26T16:55:09.502Z | [ stamp-nexus] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4006 | 2026-02-26T16:55:09.502Z | [ stamp-probe] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4007 | 2026-02-26T16:55:09.502Z | [ stamp-oximeter] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4008 | 2026-02-26T16:55:09.502Z | [stamp-external-dns] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4009 | 2026-02-26T16:55:09.526Z | [stamp-crucible-zone] Logging to: /work/oxidecomputer/omicron/out/LOG |
| 4010 | 2026-02-26T16:55:09.624Z | [ stamp-probe] Created: /work/oxidecomputer/omicron/out/versioned/probe.tar.gz |
| 4011 | 2026-02-26T16:55:09.656Z | Feb 26 16:55:09.187 INFO [stamp-probe] process exited with exit status: 0 (180.518444ms) |
| 4012 | 2026-02-26T16:55:09.770Z | Feb 26 16:55:09.301 INFO [recovery-proto] task succeeded (311.780919ms) |
| 4013 | 2026-02-26T16:55:09.794Z | Feb 26 16:55:09.302 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/.tmpVgPXRo/proto/recovery/root -N 'recovery 889deab/${os_short_commit} 2026-02-26 16:26' -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/' |
| 4014 | 2026-02-26T16:55:09.794Z | [ recovery-image] Feb 26 16:55:09.313 INFO Checking files for board 'gimlet' |
| 4015 | 2026-02-26T16:55:09.794Z | [ recovery-image] Feb 26 16:55:09.313 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b.efs.json5" |
| 4016 | 2026-02-26T16:55:09.794Z | [ recovery-image] Feb 26 16:55:09.313 INFO "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 4017 | 2026-02-26T16:55:09.794Z | [ recovery-image] Feb 26 16:55:09.313 INFO Checking files for board 'cosmo-mbist' |
| 4018 | 2026-02-26T16:55:09.794Z | [ recovery-image] Feb 26 16:55:09.313 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist.toml" |
| 4019 | 2026-02-26T16:55:09.794Z | [ recovery-image] Feb 26 16:55:09.313 INFO Checking files for board 'cosmo' |
| 4020 | 2026-02-26T16:55:09.795Z | [ recovery-image] Feb 26 16:55:09.313 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-a.efs.json5" |
| 4021 | 2026-02-26T16:55:09.795Z | [ recovery-image] Feb 26 16:55:09.313 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 4022 | 2026-02-26T16:55:09.795Z | [ recovery-image] Feb 26 16:55:09.313 INFO Checking files for board 'cosmo-mbist-noaggr' |
| 4023 | 2026-02-26T16:55:09.795Z | [ recovery-image] Feb 26 16:55:09.313 INFO "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7-mbist-noaggr.toml" |
| 4024 | 2026-02-26T16:55:09.821Z | [ recovery-image] Feb 26 16:55:09.329 INFO generated template "/work/oxidecomputer/helios/tmp/image.recovery/genproto.json" for extra proto "/tmp/.tmpVgPXRo/proto/recovery/root" |
| 4025 | 2026-02-26T16:55:09.821Z | [ recovery-image] Feb 26 16:55:09.329 INFO using external package repositories: helios-dev={ file:///work/incorporation.p5p https://pkg.oxide.computer/helios/2/dev/ } |
| 4026 | 2026-02-26T16:55:09.821Z | [ recovery-image] Feb 26 16:55:09.329 INFO image builder template: ramdisk-01-os... |
| 4027 | 2026-02-26T16:55:09.821Z | [ recovery-image] Feb 26 16:55:09.329 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/.tmpVgPXRo/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-01-os", "--fullreset"], pwd: None |
| 4028 | 2026-02-26T16:55:09.846Z | [ recovery-image] Feb 26 16:55:09.355 INFO O| Feb 26 16:55:09.355 INFO CREATE DATASET: rpool/images/build/recovery/output |
| 4029 | 2026-02-26T16:55:10.044Z | [ recovery-image] Feb 26 16:55:09.575 INFO O| Feb 26 16:55:09.575 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4030 | 2026-02-26T16:55:10.069Z | [ recovery-image] Feb 26 16:55:09.580 INFO O| Feb 26 16:55:09.580 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4031 | 2026-02-26T16:55:10.212Z | [ recovery-image] Feb 26 16:55:09.743 INFO O| Feb 26 16:55:09.743 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-01-os: sync = disabled |
| 4032 | 2026-02-26T16:55:10.248Z | [ recovery-image] Feb 26 16:55:09.779 INFO O| Feb 26 16:55:09.779 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4033 | 2026-02-26T16:55:10.248Z | [ recovery-image] Feb 26 16:55:09.779 INFO O| Feb 26 16:55:09.779 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4034 | 2026-02-26T16:55:10.273Z | [ recovery-image] Feb 26 16:55:09.779 INFO O| Feb 26 16:55:09.779 INFO resetting by removing work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4035 | 2026-02-26T16:55:10.273Z | [ recovery-image] Feb 26 16:55:09.779 INFO O| Feb 26 16:55:09.779 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4036 | 2026-02-26T16:55:10.273Z | [ recovery-image] Feb 26 16:55:09.792 INFO O| Feb 26 16:55:09.792 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4037 | 2026-02-26T16:55:10.366Z | [ recovery-image] Feb 26 16:55:09.897 INFO O| Feb 26 16:55:09.897 INFO STEP 0: pkg_image_create, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4038 | 2026-02-26T16:55:10.390Z | [ recovery-image] Feb 26 16:55:09.913 INFO O| Feb 26 16:55:09.912 INFO exec: ["/usr/bin/pkg", "image-create", "--full", "/rpool/images/build/recovery/work/sled/ramdisk"] |
| 4039 | 2026-02-26T16:55:11.020Z | [ recovery-image] Feb 26 16:55:10.551 INFO O| Feb 26 16:55:10.551 INFO O| Caching catalogs ... Done |
| 4040 | 2026-02-26T16:55:11.109Z | [verify-libraries] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.91s |
| 4041 | 2026-02-26T16:55:11.142Z | [ recovery-image] Feb 26 16:55:10.673 INFO O| Feb 26 16:55:10.673 INFO STEP 0 (pkg_image_create) COMPLETE |
| 4042 | 2026-02-26T16:55:11.142Z | [ recovery-image] Feb 26 16:55:10.673 INFO O| Feb 26 16:55:10.673 INFO STEP 1: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4043 | 2026-02-26T16:55:11.167Z | [ recovery-image] Feb 26 16:55:10.690 INFO O| Feb 26 16:55:10.690 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"] |
| 4044 | 2026-02-26T16:55:11.191Z | [verify-libraries] Running `target/debug/xtask verify-libraries --release` |
| 4045 | 2026-02-26T16:55:11.229Z | [ stamp-ntp] Created: /work/oxidecomputer/omicron/out/versioned/ntp.tar.gz |
| 4046 | 2026-02-26T16:55:11.253Z | Feb 26 16:55:10.767 INFO [stamp-ntp] process exited with exit status: 0 (1.772714119s) |
| 4047 | 2026-02-26T16:55:11.640Z | [ host-image] Feb 26 16:55:11.171 INFO O| Feb 26 16:55:11.171 INFO O| Startup: Caching catalogs ... Done |
| 4048 | 2026-02-26T16:55:11.777Z | [ host-image] Feb 26 16:55:11.309 INFO O| Feb 26 16:55:11.308 INFO O| Planning: Planning completed in 0.00 seconds |
| 4049 | 2026-02-26T16:55:11.826Z | [ host-image] Feb 26 16:55:11.310 INFO O| Feb 26 16:55:11.309 INFO O| Planning: Consolidating action changes ... Done |
| 4050 | 2026-02-26T16:55:11.826Z | [ host-image] Feb 26 16:55:11.310 INFO O| Feb 26 16:55:11.310 INFO O| Planning: Evaluating mediators ... Done |
| 4051 | 2026-02-26T16:55:11.826Z | [ host-image] Feb 26 16:55:11.310 INFO O| Feb 26 16:55:11.310 INFO O| Planning: Planning completed in 0.00 seconds |
| 4052 | 2026-02-26T16:55:11.826Z | [ host-image] Feb 26 16:55:11.311 INFO O| Feb 26 16:55:11.311 INFO O| Variants/Facets to change: 1 |
| 4053 | 2026-02-26T16:55:11.851Z | [stamp-crucible-pantry-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-pantry-zone.tar.gz |
| 4054 | 2026-02-26T16:55:11.851Z | [ host-image] Feb 26 16:55:11.332 INFO O| Feb 26 16:55:11.332 INFO O| Done |
| 4055 | 2026-02-26T16:55:11.851Z | [ host-image] Feb 26 16:55:11.333 INFO O| Feb 26 16:55:11.333 INFO O| Done |
| 4056 | 2026-02-26T16:55:11.851Z | Feb 26 16:55:11.360 INFO [stamp-crucible-pantry-zone] process exited with exit status: 0 (2.367397883s) |
| 4057 | 2026-02-26T16:55:11.889Z | [ recovery-image] Feb 26 16:55:11.420 INFO O| Feb 26 16:55:11.420 INFO STEP 1 (pkg_set_publisher) COMPLETE |
| 4058 | 2026-02-26T16:55:11.914Z | [ recovery-image] Feb 26 16:55:11.420 INFO O| Feb 26 16:55:11.420 INFO STEP 2: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4059 | 2026-02-26T16:55:11.914Z | [ recovery-image] Feb 26 16:55:11.420 INFO O| Feb 26 16:55:11.420 INFO skip step because feature "publisher_1_name" is not enabled |
| 4060 | 2026-02-26T16:55:11.914Z | [ recovery-image] Feb 26 16:55:11.420 INFO O| Feb 26 16:55:11.420 INFO STEP 3: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4061 | 2026-02-26T16:55:11.914Z | [ recovery-image] Feb 26 16:55:11.420 INFO O| Feb 26 16:55:11.420 INFO skip step because feature "publisher_2_name" is not enabled |
| 4062 | 2026-02-26T16:55:11.914Z | [ recovery-image] Feb 26 16:55:11.420 INFO O| Feb 26 16:55:11.420 INFO STEP 4: pkg_set_publisher, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4063 | 2026-02-26T16:55:11.914Z | [ recovery-image] Feb 26 16:55:11.420 INFO O| Feb 26 16:55:11.420 INFO skip step because feature "publisher_3_name" is not enabled |
| 4064 | 2026-02-26T16:55:11.914Z | [ recovery-image] Feb 26 16:55:11.420 INFO O| Feb 26 16:55:11.420 INFO STEP 5: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4065 | 2026-02-26T16:55:11.945Z | [stamp-external-dns] Created: /work/oxidecomputer/omicron/out/versioned/external-dns.tar.gz |
| 4066 | 2026-02-26T16:55:12.023Z | Feb 26 16:55:11.543 INFO [stamp-external-dns] process exited with exit status: 0 (2.530675564s) |
| 4067 | 2026-02-26T16:55:12.103Z | [stamp-crucible-zone] Created: /work/oxidecomputer/omicron/out/versioned/crucible-zone.tar.gz |
| 4068 | 2026-02-26T16:55:12.127Z | Feb 26 16:55:11.652 INFO [stamp-crucible-zone] process exited with exit status: 0 (2.645685185s) |
| 4069 | 2026-02-26T16:55:12.151Z | [stamp-internal-dns] Created: /work/oxidecomputer/omicron/out/versioned/internal-dns.tar.gz |
| 4070 | 2026-02-26T16:55:12.151Z | Feb 26 16:55:11.679 INFO [stamp-internal-dns] process exited with exit status: 0 (2.687274011s) |
| 4071 | 2026-02-26T16:55:12.373Z | [ recovery-image] Feb 26 16:55:11.904 INFO O| Feb 26 16:55:11.904 INFO variant opensolaris.zone is already global |
| 4072 | 2026-02-26T16:55:12.373Z | [ recovery-image] Feb 26 16:55:11.904 INFO O| Feb 26 16:55:11.904 INFO STEP 5 (pkg_change_variant) COMPLETE |
| 4073 | 2026-02-26T16:55:12.373Z | [ recovery-image] Feb 26 16:55:11.904 INFO O| Feb 26 16:55:11.904 INFO STEP 6: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4074 | 2026-02-26T16:55:12.458Z | [ stamp-oximeter] Created: /work/oxidecomputer/omicron/out/versioned/oximeter.tar.gz |
| 4075 | 2026-02-26T16:55:12.613Z | Feb 26 16:55:12.143 INFO [stamp-oximeter] process exited with exit status: 0 (3.135336675s) |
| 4076 | 2026-02-26T16:55:13.001Z | [ recovery-image] Feb 26 16:55:12.532 INFO O| Feb 26 16:55:12.532 INFO variant opensolaris.imagetype is full; changing to partial |
| 4077 | 2026-02-26T16:55:13.002Z | [ recovery-image] Feb 26 16:55:12.532 INFO O| Feb 26 16:55:12.532 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-variant", "opensolaris.imagetype=partial"] |
| 4078 | 2026-02-26T16:55:14.227Z | [ host-image] Feb 26 16:55:13.758 INFO O| Feb 26 16:55:13.758 INFO O| Done |
| 4079 | 2026-02-26T16:55:14.386Z | [ host-image] Feb 26 16:55:13.909 INFO O| Feb 26 16:55:13.909 INFO O| Done |
| 4080 | 2026-02-26T16:55:14.423Z | [ host-image] Feb 26 16:55:13.953 INFO O| Feb 26 16:55:13.953 INFO O| Done |
| 4081 | 2026-02-26T16:55:14.467Z | [ host-image] Feb 26 16:55:13.973 INFO O| Feb 26 16:55:13.973 INFO O| Done |
| 4082 | 2026-02-26T16:55:14.493Z | [ host-image] Feb 26 16:55:14.005 INFO O| Feb 26 16:55:14.005 INFO O| Done |
| 4083 | 2026-02-26T16:55:15.949Z | [stamp-cockroachdb] Created: /work/oxidecomputer/omicron/out/versioned/cockroachdb.tar.gz |
| 4084 | 2026-02-26T16:55:15.974Z | Feb 26 16:55:15.487 INFO [stamp-cockroachdb] process exited with exit status: 0 (6.486161657s) |
| 4085 | 2026-02-26T16:55:16.508Z | [ host-image] Feb 26 16:55:16.040 INFO O| Feb 26 16:55:16.040 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4086 | 2026-02-26T16:55:16.533Z | [ host-image] Feb 26 16:55:16.040 INFO O| Feb 26 16:55:16.040 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4087 | 2026-02-26T16:55:16.533Z | [ host-image] Feb 26 16:55:16.040 INFO O| Feb 26 16:55:16.040 INFO skip step because feature "debug_variant" is not enabled |
| 4088 | 2026-02-26T16:55:16.533Z | [ host-image] Feb 26 16:55:16.040 INFO O| Feb 26 16:55:16.040 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4089 | 2026-02-26T16:55:16.985Z | [ host-image] Feb 26 16:55:16.516 INFO O| Feb 26 16:55:16.516 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4090 | 2026-02-26T16:55:17.115Z | [ stamp-nexus] Created: /work/oxidecomputer/omicron/out/versioned/nexus.tar.gz |
| 4091 | 2026-02-26T16:55:17.139Z | Feb 26 16:55:16.653 INFO [stamp-nexus] process exited with exit status: 0 (7.648200601s) |
| 4092 | 2026-02-26T16:55:18.866Z | [verify-libraries] Compiling gfss v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/gfss) |
| 4093 | 2026-02-26T16:55:18.932Z | [verify-libraries] Compiling object v0.37.3 |
| 4094 | 2026-02-26T16:55:18.974Z | [verify-libraries] Compiling stacker v0.1.23 |
| 4095 | 2026-02-26T16:55:18.974Z | [verify-libraries] Compiling cfg_aliases v0.1.1 |
| 4096 | 2026-02-26T16:55:18.999Z | [verify-libraries] Compiling home v0.5.9 |
| 4097 | 2026-02-26T16:55:18.999Z | [verify-libraries] Compiling recursive-proc-macro-impl v0.1.1 |
| 4098 | 2026-02-26T16:55:19.023Z | [verify-libraries] Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 4099 | 2026-02-26T16:55:19.069Z | [verify-libraries] Compiling sqlparser_derive v0.5.0 |
| 4100 | 2026-02-26T16:55:19.526Z | [verify-libraries] Compiling unicode_categories v0.1.1 |
| 4101 | 2026-02-26T16:55:19.636Z | [stamp-clickhouse_keeper] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_keeper.tar.gz |
| 4102 | 2026-02-26T16:55:19.673Z | [verify-libraries] Compiling nix v0.28.0 |
| 4103 | 2026-02-26T16:55:19.697Z | Feb 26 16:55:19.220 INFO [stamp-clickhouse_keeper] process exited with exit status: 0 (10.227212742s) |
| 4104 | 2026-02-26T16:55:19.773Z | [verify-libraries] Compiling trust-quorum-types-versions v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types/versions) |
| 4105 | 2026-02-26T16:55:20.243Z | [verify-libraries] Compiling sqlformat v0.3.5 |
| 4106 | 2026-02-26T16:55:20.528Z | [verify-libraries] Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 4107 | 2026-02-26T16:55:20.692Z | [verify-libraries] Compiling polyval v0.6.2 |
| 4108 | 2026-02-26T16:55:20.869Z | [stamp-clickhouse_server] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse_server.tar.gz |
| 4109 | 2026-02-26T16:55:20.893Z | Feb 26 16:55:20.408 INFO [stamp-clickhouse_server] process exited with exit status: 0 (11.414563018s) |
| 4110 | 2026-02-26T16:55:21.078Z | [verify-libraries] Compiling ghash v0.5.1 |
| 4111 | 2026-02-26T16:55:21.159Z | [stamp-clickhouse] Created: /work/oxidecomputer/omicron/out/versioned/clickhouse.tar.gz |
| 4112 | 2026-02-26T16:55:21.183Z | Feb 26 16:55:20.698 INFO [stamp-clickhouse] process exited with exit status: 0 (11.707088982s) |
| 4113 | 2026-02-26T16:55:21.183Z | Feb 26 16:55:20.698 INFO [tuf-stamp] task succeeded (11.708445178s) |
| 4114 | 2026-02-26T16:55:21.229Z | [verify-libraries] Compiling ctr v0.9.2 |
| 4115 | 2026-02-26T16:55:21.355Z | [verify-libraries] Compiling ssh-encoding v0.2.0 |
| 4116 | 2026-02-26T16:55:21.610Z | [verify-libraries] Compiling blowfish v0.9.1 |
| 4117 | 2026-02-26T16:55:21.767Z | [verify-libraries] Compiling aes-gcm v0.10.3 |
| 4118 | 2026-02-26T16:55:22.166Z | [verify-libraries] Compiling ssh-cipher v0.2.0 |
| 4119 | 2026-02-26T16:55:22.238Z | [verify-libraries] Compiling bcrypt-pbkdf v0.10.0 |
| 4120 | 2026-02-26T16:55:22.581Z | [verify-libraries] Compiling sled-agent-types-versions v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types/versions) |
| 4121 | 2026-02-26T16:55:22.711Z | [verify-libraries] Compiling trust-quorum-types v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/types) |
| 4122 | 2026-02-26T16:55:22.826Z | [verify-libraries] Compiling password-hash v0.4.2 |
| 4123 | 2026-02-26T16:55:23.257Z | [verify-libraries] Compiling petname v2.0.2 |
| 4124 | 2026-02-26T16:55:24.589Z | [verify-libraries] Compiling rustyline v14.0.0 |
| 4125 | 2026-02-26T16:55:25.318Z | [verify-libraries] Compiling pbkdf2 v0.11.0 |
| 4126 | 2026-02-26T16:55:25.789Z | [verify-libraries] Compiling ssh-key v0.6.6 |
| 4127 | 2026-02-26T16:55:25.877Z | [verify-libraries] Compiling p521 v0.13.3 |
| 4128 | 2026-02-26T16:55:27.219Z | [verify-libraries] Compiling p256 v0.13.2 |
| 4129 | 2026-02-26T16:55:28.455Z | [verify-libraries] Compiling ar_archive_writer v0.5.1 |
| 4130 | 2026-02-26T16:55:28.841Z | [verify-libraries] Compiling russh-cryptovec v0.7.3 |
| 4131 | 2026-02-26T16:55:29.362Z | [verify-libraries] Compiling md5 v0.7.0 |
| 4132 | 2026-02-26T16:55:29.970Z | [verify-libraries] Compiling russh-keys v0.45.0 |
| 4133 | 2026-02-26T16:55:30.384Z | [verify-libraries] Compiling omicron-repl-utils v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repl-utils) |
| 4134 | 2026-02-26T16:55:30.548Z | [verify-libraries] Compiling psm v0.1.30 |
| 4135 | 2026-02-26T16:55:30.757Z | [verify-libraries] Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 4136 | 2026-02-26T16:55:31.385Z | [verify-libraries] Compiling num-bigint v0.4.6 |
| 4137 | 2026-02-26T16:55:32.779Z | [verify-libraries] Compiling recursive v0.1.1 |
| 4138 | 2026-02-26T16:55:33.163Z | [verify-libraries] Compiling sqlparser v0.61.0 |
| 4139 | 2026-02-26T16:55:34.695Z | [verify-libraries] Compiling des v0.8.1 |
| 4140 | 2026-02-26T16:55:35.217Z | [verify-libraries] Compiling sapling-renderdag v0.1.0 |
| 4141 | 2026-02-26T16:55:35.314Z | [verify-libraries] Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4142 | 2026-02-26T16:55:36.430Z | [verify-libraries] Compiling hex-literal v0.4.1 |
| 4143 | 2026-02-26T16:55:36.484Z | [verify-libraries] Compiling sync-ptr v0.1.4 |
| 4144 | 2026-02-26T16:55:36.822Z | [verify-libraries] Compiling russh v0.45.0 |
| 4145 | 2026-02-26T16:55:36.909Z | [verify-libraries] Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc) |
| 4146 | 2026-02-26T16:55:37.394Z | [verify-libraries] Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 4147 | 2026-02-26T16:55:40.727Z | [verify-libraries] Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
| 4148 | 2026-02-26T16:55:43.264Z | [verify-libraries] Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 4149 | 2026-02-26T16:55:44.102Z | [verify-libraries] Compiling trust-quorum-protocol v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/protocol) |
| 4150 | 2026-02-26T16:55:46.242Z | [verify-libraries] Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 4151 | 2026-02-26T16:55:51.233Z | [verify-libraries] Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
| 4152 | 2026-02-26T16:55:59.798Z | [ recovery-image] Feb 26 16:55:59.330 INFO O| Feb 26 16:55:59.330 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4153 | 2026-02-26T16:56:01.106Z | [verify-libraries] Compiling sled-agent-config-reconciler v0.1.0 (/work/oxidecomputer/omicron/sled-agent/config-reconciler) |
| 4154 | 2026-02-26T16:56:03.656Z | [ host-image] Feb 26 16:56:03.189 INFO O| Feb 26 16:56:03.189 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4155 | 2026-02-26T16:56:11.527Z | [verify-libraries] Compiling sled-agent-resolvable-files v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files) |
| 4156 | 2026-02-26T16:56:15.484Z | [verify-libraries] Compiling sled-agent-measurements v0.1.0 (/work/oxidecomputer/omicron/sled-agent/measurements) |
| 4157 | 2026-02-26T16:56:20.148Z | [verify-libraries] Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
| 4158 | 2026-02-26T16:56:24.116Z | [ recovery-image] Feb 26 16:56:23.648 INFO O| Feb 26 16:56:23.648 INFO O| Startup: Caching catalogs ... Done |
| 4159 | 2026-02-26T16:56:24.327Z | [ recovery-image] Feb 26 16:56:23.860 INFO O| Feb 26 16:56:23.860 INFO O| Planning: Planning completed in 0.00 seconds |
| 4160 | 2026-02-26T16:56:24.353Z | [ recovery-image] Feb 26 16:56:23.862 INFO O| Feb 26 16:56:23.862 INFO O| Planning: Consolidating action changes ... Done |
| 4161 | 2026-02-26T16:56:24.353Z | [ recovery-image] Feb 26 16:56:23.862 INFO O| Feb 26 16:56:23.862 INFO O| Planning: Evaluating mediators ... Done |
| 4162 | 2026-02-26T16:56:24.353Z | [ recovery-image] Feb 26 16:56:23.863 INFO O| Feb 26 16:56:23.863 INFO O| Planning: Planning completed in 0.01 seconds |
| 4163 | 2026-02-26T16:56:24.353Z | [ recovery-image] Feb 26 16:56:23.864 INFO O| Feb 26 16:56:23.864 INFO O| Variants/Facets to change: 1 |
| 4164 | 2026-02-26T16:56:24.379Z | [ recovery-image] Feb 26 16:56:23.913 INFO O| Feb 26 16:56:23.912 INFO O| Done |
| 4165 | 2026-02-26T16:56:24.404Z | [ recovery-image] Feb 26 16:56:23.913 INFO O| Feb 26 16:56:23.912 INFO O| Done |
| 4166 | 2026-02-26T16:56:27.350Z | [ host-image] Feb 26 16:56:26.884 INFO O| Feb 26 16:56:26.884 INFO O| Startup: Caching catalogs ... Done |
| 4167 | 2026-02-26T16:56:27.464Z | [ host-image] Feb 26 16:56:26.997 INFO O| Feb 26 16:56:26.997 INFO O| Planning: Planning completed in 0.00 seconds |
| 4168 | 2026-02-26T16:56:27.489Z | [ host-image] Feb 26 16:56:26.998 INFO O| Feb 26 16:56:26.998 INFO O| Planning: Consolidating action changes ... Done |
| 4169 | 2026-02-26T16:56:27.489Z | [ host-image] Feb 26 16:56:26.999 INFO O| Feb 26 16:56:26.998 INFO O| Planning: Evaluating mediators ... Done |
| 4170 | 2026-02-26T16:56:27.489Z | [ host-image] Feb 26 16:56:26.999 INFO O| Feb 26 16:56:26.999 INFO O| Planning: Planning completed in 0.00 seconds |
| 4171 | 2026-02-26T16:56:27.489Z | [ host-image] Feb 26 16:56:27.000 INFO O| Feb 26 16:56:27.000 INFO O| Variants/Facets to change: 1 |
| 4172 | 2026-02-26T16:56:27.589Z | [ recovery-image] Feb 26 16:56:27.122 INFO O| Feb 26 16:56:27.122 INFO O| Done |
| 4173 | 2026-02-26T16:56:27.614Z | [ host-image] Feb 26 16:56:27.131 INFO O| Feb 26 16:56:27.131 INFO O| Done |
| 4174 | 2026-02-26T16:56:27.614Z | [ host-image] Feb 26 16:56:27.131 INFO O| Feb 26 16:56:27.131 INFO O| Done |
| 4175 | 2026-02-26T16:56:27.773Z | [ recovery-image] Feb 26 16:56:27.306 INFO O| Feb 26 16:56:27.306 INFO O| Done |
| 4176 | 2026-02-26T16:56:27.798Z | [ recovery-image] Feb 26 16:56:27.308 INFO O| Feb 26 16:56:27.308 INFO O| Done |
| 4177 | 2026-02-26T16:56:27.798Z | [ recovery-image] Feb 26 16:56:27.308 INFO O| Feb 26 16:56:27.308 INFO O| Done |
| 4178 | 2026-02-26T16:56:27.798Z | [ recovery-image] Feb 26 16:56:27.310 INFO O| Feb 26 16:56:27.310 INFO O| Done |
| 4179 | 2026-02-26T16:56:28.496Z | [verify-libraries] Compiling sled-agent-resolvable-files-examples v0.1.0 (/work/oxidecomputer/omicron/sled-agent/resolvable-files-examples) |
| 4180 | 2026-02-26T16:56:29.758Z | [ recovery-image] Feb 26 16:56:29.291 INFO O| Feb 26 16:56:29.291 INFO STEP 6 (pkg_change_variant) COMPLETE |
| 4181 | 2026-02-26T16:56:29.758Z | [ recovery-image] Feb 26 16:56:29.291 INFO O| Feb 26 16:56:29.291 INFO STEP 7: pkg_change_variant, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4182 | 2026-02-26T16:56:29.758Z | [ recovery-image] Feb 26 16:56:29.291 INFO O| Feb 26 16:56:29.291 INFO skip step because feature "debug_variant" is not enabled |
| 4183 | 2026-02-26T16:56:29.783Z | [ recovery-image] Feb 26 16:56:29.291 INFO O| Feb 26 16:56:29.291 INFO STEP 8: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4184 | 2026-02-26T16:56:30.368Z | [ host-image] Feb 26 16:56:29.902 INFO O| Feb 26 16:56:29.902 INFO O| Done |
| 4185 | 2026-02-26T16:56:30.495Z | [ recovery-image] Feb 26 16:56:30.028 INFO O| Feb 26 16:56:30.028 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "openssl.10=false"] |
| 4186 | 2026-02-26T16:56:30.519Z | [ host-image] Feb 26 16:56:30.037 INFO O| Feb 26 16:56:30.037 INFO O| Done |
| 4187 | 2026-02-26T16:56:30.519Z | [ host-image] Feb 26 16:56:30.038 INFO O| Feb 26 16:56:30.038 INFO O| Done |
| 4188 | 2026-02-26T16:56:30.519Z | [ host-image] Feb 26 16:56:30.038 INFO O| Feb 26 16:56:30.038 INFO O| Done |
| 4189 | 2026-02-26T16:56:30.519Z | [ host-image] Feb 26 16:56:30.040 INFO O| Feb 26 16:56:30.040 INFO O| Done |
| 4190 | 2026-02-26T16:56:31.590Z | [verify-libraries] Compiling bootstrap-agent-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-lockstep-api) |
| 4191 | 2026-02-26T16:56:32.812Z | [ host-image] Feb 26 16:56:32.346 INFO O| Feb 26 16:56:32.345 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4192 | 2026-02-26T16:56:32.812Z | [ host-image] Feb 26 16:56:32.346 INFO O| Feb 26 16:56:32.346 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4193 | 2026-02-26T16:56:32.839Z | [ host-image] Feb 26 16:56:32.346 INFO O| Feb 26 16:56:32.346 INFO skip step because feature "recovery" is not enabled |
| 4194 | 2026-02-26T16:56:32.839Z | [ host-image] Feb 26 16:56:32.346 INFO O| Feb 26 16:56:32.346 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4195 | 2026-02-26T16:56:32.839Z | [ host-image] Feb 26 16:56:32.346 INFO O| Feb 26 16:56:32.346 INFO skip step because feature "recovery" is not enabled |
| 4196 | 2026-02-26T16:56:32.839Z | [ host-image] Feb 26 16:56:32.346 INFO O| Feb 26 16:56:32.346 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4197 | 2026-02-26T16:56:32.839Z | [ host-image] Feb 26 16:56:32.367 INFO O| Feb 26 16:56:32.366 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"] |
| 4198 | 2026-02-26T16:56:37.370Z | [verify-libraries] Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 4199 | 2026-02-26T16:56:40.655Z | [verify-libraries] Compiling trust-quorum v0.1.0 (/work/oxidecomputer/omicron/trust-quorum) |
| 4200 | 2026-02-26T16:56:52.803Z | [verify-libraries] Compiling sled-agent-health-monitor v0.1.0 (/work/oxidecomputer/omicron/sled-agent/health-monitor) |
| 4201 | 2026-02-26T16:56:53.565Z | [verify-libraries] Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 4202 | 2026-02-26T16:56:57.397Z | [verify-libraries] Compiling internet-checksum v0.2.1 |
| 4203 | 2026-02-26T16:56:57.745Z | [verify-libraries] Compiling omicron-zone-package v0.12.2 |
| 4204 | 2026-02-26T16:57:13.538Z | [verify-libraries] Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 4205 | 2026-02-26T16:57:14.750Z | [verify-libraries] Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 4206 | 2026-02-26T16:57:18.990Z | [verify-libraries] Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 4207 | 2026-02-26T16:57:22.117Z | [ recovery-image] Feb 26 16:57:21.650 INFO O| Feb 26 16:57:21.650 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4208 | 2026-02-26T16:57:25.491Z | [verify-libraries] Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 4209 | 2026-02-26T16:57:27.296Z | [ host-image] Feb 26 16:57:26.832 INFO O| Feb 26 16:57:26.831 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4210 | 2026-02-26T16:57:32.028Z | [verify-libraries] Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 4211 | 2026-02-26T16:57:33.314Z | [verify-libraries] Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 4212 | 2026-02-26T16:57:36.660Z | [verify-libraries] Compiling nexus-lockstep-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-lockstep-client) |
| 4213 | 2026-02-26T16:57:43.548Z | [ recovery-image] Feb 26 16:57:43.084 INFO O| Feb 26 16:57:43.084 INFO O| Startup: Caching catalogs ... Done |
| 4214 | 2026-02-26T16:57:43.707Z | [ recovery-image] Feb 26 16:57:43.243 INFO O| Feb 26 16:57:43.243 INFO O| Planning: Planning completed in 0.00 seconds |
| 4215 | 2026-02-26T16:57:43.731Z | [ recovery-image] Feb 26 16:57:43.244 INFO O| Feb 26 16:57:43.244 INFO O| Planning: Consolidating action changes ... Done |
| 4216 | 2026-02-26T16:57:43.731Z | [ recovery-image] Feb 26 16:57:43.244 INFO O| Feb 26 16:57:43.244 INFO O| Planning: Evaluating mediators ... Done |
| 4217 | 2026-02-26T16:57:43.732Z | [ recovery-image] Feb 26 16:57:43.244 INFO O| Feb 26 16:57:43.244 INFO O| Planning: Planning completed in 0.00 seconds |
| 4218 | 2026-02-26T16:57:43.732Z | [ recovery-image] Feb 26 16:57:43.245 INFO O| Feb 26 16:57:43.245 INFO O| Variants/Facets to change: 1 |
| 4219 | 2026-02-26T16:57:43.772Z | [ recovery-image] Feb 26 16:57:43.308 INFO O| Feb 26 16:57:43.308 INFO O| Done |
| 4220 | 2026-02-26T16:57:43.797Z | [ recovery-image] Feb 26 16:57:43.308 INFO O| Feb 26 16:57:43.308 INFO O| Done |
| 4221 | 2026-02-26T16:57:46.647Z | [ recovery-image] Feb 26 16:57:46.183 INFO O| Feb 26 16:57:46.183 INFO O| Done |
| 4222 | 2026-02-26T16:57:46.806Z | [verify-libraries] Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 4223 | 2026-02-26T16:57:46.806Z | [ recovery-image] Feb 26 16:57:46.329 INFO O| Feb 26 16:57:46.329 INFO O| Done |
| 4224 | 2026-02-26T16:57:46.806Z | [ recovery-image] Feb 26 16:57:46.330 INFO O| Feb 26 16:57:46.330 INFO O| Done |
| 4225 | 2026-02-26T16:57:46.806Z | [ recovery-image] Feb 26 16:57:46.330 INFO O| Feb 26 16:57:46.330 INFO O| Done |
| 4226 | 2026-02-26T16:57:46.806Z | [ recovery-image] Feb 26 16:57:46.331 INFO O| Feb 26 16:57:46.331 INFO O| Done |
| 4227 | 2026-02-26T16:57:48.665Z | [ recovery-image] Feb 26 16:57:48.201 INFO O| Feb 26 16:57:48.201 INFO STEP 8 (pkg_change_facet) COMPLETE |
| 4228 | 2026-02-26T16:57:48.665Z | [ recovery-image] Feb 26 16:57:48.201 INFO O| Feb 26 16:57:48.201 INFO STEP 9: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4229 | 2026-02-26T16:57:48.725Z | [ host-image] Feb 26 16:57:48.261 INFO O| Feb 26 16:57:48.261 INFO O| Startup: Caching catalogs ... Done |
| 4230 | 2026-02-26T16:57:49.249Z | [ recovery-image] Feb 26 16:57:48.785 INFO O| Feb 26 16:57:48.785 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc=false"] |
| 4231 | 2026-02-26T16:58:21.224Z | [verify-libraries] Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 4232 | 2026-02-26T16:58:37.946Z | [verify-libraries] Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy) |
| 4233 | 2026-02-26T16:58:41.722Z | [ recovery-image] Feb 26 16:58:41.259 INFO O| Feb 26 16:58:41.259 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4234 | 2026-02-26T16:58:50.241Z | [verify-libraries] Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 4235 | 2026-02-26T16:58:54.199Z | [verify-libraries] Compiling nexus-mgs-updates v0.1.0 (/work/oxidecomputer/omicron/nexus/mgs-updates) |
| 4236 | 2026-02-26T16:59:00.562Z | [ recovery-image] Feb 26 16:59:00.101 INFO O| Feb 26 16:59:00.100 INFO O| Startup: Caching catalogs ... Done |
| 4237 | 2026-02-26T16:59:00.705Z | [ recovery-image] Feb 26 16:59:00.243 INFO O| Feb 26 16:59:00.243 INFO O| Planning: Planning completed in 0.00 seconds |
| 4238 | 2026-02-26T16:59:00.729Z | [ recovery-image] Feb 26 16:59:00.244 INFO O| Feb 26 16:59:00.244 INFO O| Planning: Consolidating action changes ... Done |
| 4239 | 2026-02-26T16:59:00.729Z | [ recovery-image] Feb 26 16:59:00.244 INFO O| Feb 26 16:59:00.244 INFO O| Planning: Evaluating mediators ... Done |
| 4240 | 2026-02-26T16:59:00.729Z | [ recovery-image] Feb 26 16:59:00.245 INFO O| Feb 26 16:59:00.245 INFO O| Planning: Planning completed in 0.00 seconds |
| 4241 | 2026-02-26T16:59:00.729Z | [ recovery-image] Feb 26 16:59:00.245 INFO O| Feb 26 16:59:00.245 INFO O| Variants/Facets to change: 1 |
| 4242 | 2026-02-26T16:59:00.774Z | [ recovery-image] Feb 26 16:59:00.312 INFO O| Feb 26 16:59:00.312 INFO O| Done |
| 4243 | 2026-02-26T16:59:00.774Z | [ recovery-image] Feb 26 16:59:00.312 INFO O| Feb 26 16:59:00.312 INFO O| Done |
| 4244 | 2026-02-26T16:59:02.536Z | [ recovery-image] Feb 26 16:59:02.074 INFO O| Feb 26 16:59:02.074 INFO O| Done |
| 4245 | 2026-02-26T16:59:02.679Z | [ recovery-image] Feb 26 16:59:02.215 INFO O| Feb 26 16:59:02.215 INFO O| Done |
| 4246 | 2026-02-26T16:59:02.704Z | [ recovery-image] Feb 26 16:59:02.217 INFO O| Feb 26 16:59:02.216 INFO O| Done |
| 4247 | 2026-02-26T16:59:02.704Z | [ recovery-image] Feb 26 16:59:02.217 INFO O| Feb 26 16:59:02.217 INFO O| Done |
| 4248 | 2026-02-26T16:59:02.704Z | [ recovery-image] Feb 26 16:59:02.219 INFO O| Feb 26 16:59:02.219 INFO O| Done |
| 4249 | 2026-02-26T16:59:04.525Z | [ recovery-image] Feb 26 16:59:04.063 INFO O| Feb 26 16:59:04.063 INFO STEP 9 (pkg_change_facet) COMPLETE |
| 4250 | 2026-02-26T16:59:04.525Z | [ recovery-image] Feb 26 16:59:04.063 INFO O| Feb 26 16:59:04.063 INFO STEP 10: pkg_change_facet, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4251 | 2026-02-26T16:59:06.075Z | [ recovery-image] Feb 26 16:59:05.613 INFO O| Feb 26 16:59:05.613 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "change-facet", "doc.man=false"] |
| 4252 | 2026-02-26T16:59:18.931Z | [verify-libraries] Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 4253 | 2026-02-26T16:59:21.495Z | [verify-libraries] Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 4254 | 2026-02-26T16:59:23.611Z | [verify-libraries] Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 4255 | 2026-02-26T16:59:53.621Z | [verify-libraries] Compiling nexus-db-errors v0.1.0 (/work/oxidecomputer/omicron/nexus/db-errors) |
| 4256 | 2026-02-26T16:59:53.653Z | [ recovery-image] Feb 26 16:59:53.193 INFO O| Feb 26 16:59:53.170 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4257 | 2026-02-26T16:59:55.618Z | [verify-libraries] Compiling nexus-lockstep-api v0.1.0 (/work/oxidecomputer/omicron/nexus/lockstep-api) |
| 4258 | 2026-02-26T16:59:57.266Z | [verify-libraries] Compiling nexus-db-lookup v0.1.0 (/work/oxidecomputer/omicron/nexus/db-lookup) |
| 4259 | 2026-02-26T17:00:09.887Z | [verify-libraries] Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
| 4260 | 2026-02-26T17:00:12.136Z | [ recovery-image] Feb 26 17:00:11.676 INFO O| Feb 26 17:00:11.676 INFO O| Startup: Caching catalogs ... Done |
| 4261 | 2026-02-26T17:00:12.612Z | [ recovery-image] Feb 26 17:00:12.152 INFO O| Feb 26 17:00:12.152 INFO O| Planning: Planning completed in 0.00 seconds |
| 4262 | 2026-02-26T17:00:12.636Z | [ recovery-image] Feb 26 17:00:12.154 INFO O| Feb 26 17:00:12.154 INFO O| Planning: Consolidating action changes ... Done |
| 4263 | 2026-02-26T17:00:12.636Z | [ recovery-image] Feb 26 17:00:12.154 INFO O| Feb 26 17:00:12.154 INFO O| Planning: Evaluating mediators ... Done |
| 4264 | 2026-02-26T17:00:12.636Z | [ recovery-image] Feb 26 17:00:12.155 INFO O| Feb 26 17:00:12.155 INFO O| Planning: Planning completed in 0.00 seconds |
| 4265 | 2026-02-26T17:00:12.636Z | [ recovery-image] Feb 26 17:00:12.156 INFO O| Feb 26 17:00:12.156 INFO O| Variants/Facets to change: 1 |
| 4266 | 2026-02-26T17:00:12.857Z | [ recovery-image] Feb 26 17:00:12.397 INFO O| Feb 26 17:00:12.397 INFO O| Done |
| 4267 | 2026-02-26T17:00:12.857Z | [ recovery-image] Feb 26 17:00:12.397 INFO O| Feb 26 17:00:12.397 INFO O| Done |
| 4268 | 2026-02-26T17:00:15.128Z | [ recovery-image] Feb 26 17:00:14.668 INFO O| Feb 26 17:00:14.667 INFO O| Done |
| 4269 | 2026-02-26T17:00:15.351Z | [ recovery-image] Feb 26 17:00:14.891 INFO O| Feb 26 17:00:14.891 INFO O| Done |
| 4270 | 2026-02-26T17:00:15.375Z | [ recovery-image] Feb 26 17:00:14.893 INFO O| Feb 26 17:00:14.893 INFO O| Done |
| 4271 | 2026-02-26T17:00:15.375Z | [ recovery-image] Feb 26 17:00:14.893 INFO O| Feb 26 17:00:14.893 INFO O| Done |
| 4272 | 2026-02-26T17:00:15.375Z | [ recovery-image] Feb 26 17:00:14.895 INFO O| Feb 26 17:00:14.895 INFO O| Done |
| 4273 | 2026-02-26T17:00:17.967Z | [ recovery-image] Feb 26 17:00:17.507 INFO O| Feb 26 17:00:17.507 INFO STEP 10 (pkg_change_facet) COMPLETE |
| 4274 | 2026-02-26T17:00:17.967Z | [ recovery-image] Feb 26 17:00:17.507 INFO O| Feb 26 17:00:17.507 INFO STEP 11: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4275 | 2026-02-26T17:00:18.007Z | [ recovery-image] Feb 26 17:00:17.547 INFO O| Feb 26 17:00:17.547 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"] |
| 4276 | 2026-02-26T17:00:18.580Z | [verify-libraries] Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
| 4277 | 2026-02-26T17:00:18.939Z | [verify-libraries] Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 4278 | 2026-02-26T17:00:20.711Z | [verify-libraries] Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation) |
| 4279 | 2026-02-26T17:00:33.833Z | [verify-libraries] Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 4280 | 2026-02-26T17:00:55.707Z | [verify-libraries] Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 4281 | 2026-02-26T17:01:06.598Z | [ host-image] Feb 26 17:01:06.140 INFO O| Feb 26 17:01:06.140 INFO O| Planning: Solver setup ... Done |
| 4282 | 2026-02-26T17:01:22.457Z | [ recovery-image] Feb 26 17:01:22.000 INFO O| Feb 26 17:01:21.000 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4283 | 2026-02-26T17:01:56.454Z | [ recovery-image] Feb 26 17:01:55.997 INFO O| Feb 26 17:01:55.997 INFO O| Startup: Caching catalogs ... Done |
| 4284 | 2026-02-26T17:01:58.459Z | [verify-libraries] Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 4285 | 2026-02-26T17:02:21.874Z | [verify-libraries] Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 4286 | 2026-02-26T17:02:40.765Z | [verify-libraries] Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 4287 | 2026-02-26T17:02:41.306Z | [verify-libraries] Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 4288 | 2026-02-26T17:02:51.071Z | [verify-libraries] Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 4289 | 2026-02-26T17:02:52.403Z | [verify-libraries] Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
| 4290 | 2026-02-26T17:02:53.782Z | [verify-libraries] Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 4291 | 2026-02-26T17:02:59.328Z | [verify-libraries] Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous) |
| 4292 | 2026-02-26T17:03:06.424Z | [verify-libraries] Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 4293 | 2026-02-26T17:03:14.011Z | [verify-libraries] Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
| 4294 | 2026-02-26T17:04:38.831Z | [verify-libraries] Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 4295 | 2026-02-26T17:04:38.888Z | [verify-libraries] Compiling diff v0.1.13 |
| 4296 | 2026-02-26T17:04:40.166Z | [verify-libraries] Compiling yansi v1.0.1 |
| 4297 | 2026-02-26T17:04:40.942Z | [verify-libraries] Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 4298 | 2026-02-26T17:04:42.111Z | [verify-libraries] Compiling pretty_assertions v1.4.1 |
| 4299 | 2026-02-26T17:04:43.422Z | [verify-libraries] Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 4300 | 2026-02-26T17:04:44.125Z | [verify-libraries] Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
| 4301 | 2026-02-26T17:04:44.678Z | [verify-libraries] Compiling omicron-reconfigurator-exec-unsafe v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-exec-unsafe) |
| 4302 | 2026-02-26T17:04:45.266Z | [verify-libraries] Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
| 4303 | 2026-02-26T17:04:45.954Z | [verify-libraries] Compiling nexus-reconfigurator-cli-integration-tests v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/cli-integration-tests) |
| 4304 | 2026-02-26T17:04:46.553Z | [verify-libraries] Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
| 4305 | 2026-02-26T17:04:48.544Z | [verify-libraries] Compiling drift v0.1.3 |
| 4306 | 2026-02-26T17:04:55.754Z | [verify-libraries] Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 4307 | 2026-02-26T17:05:02.774Z | [verify-libraries] Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 4308 | 2026-02-26T17:05:05.215Z | [verify-libraries] Compiling dropshot-api-manager v0.3.0 |
| 4309 | 2026-02-26T17:05:23.838Z | [verify-libraries] Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 4310 | 2026-02-26T17:05:48.582Z | [ recovery-image] Feb 26 17:05:48.131 INFO O| Feb 26 17:05:48.131 INFO O| Planning: Solver setup ... Done |
| 4311 | 2026-02-26T17:06:03.160Z | [verify-libraries] Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 4312 | 2026-02-26T17:06:06.490Z | [verify-libraries] Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
| 4313 | 2026-02-26T17:06:17.466Z | [verify-libraries] Compiling trust-quorum-test-utils v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/test-utils) |
| 4314 | 2026-02-26T17:06:19.155Z | [verify-libraries] Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
| 4315 | 2026-02-26T17:06:26.010Z | [verify-libraries] Compiling omicron-pins v0.1.0 (/work/oxidecomputer/omicron/dev-tools/pins) |
| 4316 | 2026-02-26T17:06:31.328Z | [verify-libraries] Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
| 4317 | 2026-02-26T17:06:53.250Z | [verify-libraries] Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils) |
| 4318 | 2026-02-26T17:06:54.262Z | [verify-libraries] Compiling openapi-lint v0.5.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#1b65d761) |
| 4319 | 2026-02-26T17:06:59.337Z | [verify-libraries] Compiling termios v0.3.3 |
| 4320 | 2026-02-26T17:07:00.216Z | [verify-libraries] Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 4321 | 2026-02-26T17:07:02.079Z | [verify-libraries] Compiling tqdb v0.1.0 (/work/oxidecomputer/omicron/trust-quorum/tqdb) |
| 4322 | 2026-02-26T17:07:03.566Z | [verify-libraries] Compiling omicron-dropshot-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/dropshot-apis) |
| 4323 | 2026-02-26T17:07:28.836Z | [verify-libraries] Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 4324 | 2026-02-26T17:07:31.892Z | [verify-libraries] Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 4325 | 2026-02-26T17:07:52.642Z | [verify-libraries] Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev) |
| 4326 | 2026-02-26T17:11:47.212Z | [verify-libraries] Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
| 4327 | 2026-02-26T17:12:08.186Z | [verify-libraries] Compiling reconfigurator-sp-updater v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-sp-updater) |
| 4328 | 2026-02-26T17:12:46.168Z | [verify-libraries] Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 4329 | 2026-02-26T17:13:44.922Z | [verify-libraries] Compiling omicron-repo-depot-standalone v0.1.0 (/work/oxidecomputer/omicron/dev-tools/repo-depot-standalone) |
| 4330 | 2026-02-26T17:13:48.937Z | [verify-libraries] Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 4331 | 2026-02-26T17:13:55.323Z | [verify-libraries] Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
| 4332 | 2026-02-26T17:14:01.839Z | [verify-libraries] Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
| 4333 | 2026-02-26T17:15:19.102Z | [ host-image] Feb 26 17:15:18.670 INFO O| Feb 26 17:15:18.670 INFO O| Planning: Running solver ... Done |
| 4334 | 2026-02-26T17:15:44.579Z | [ host-image] Feb 26 17:15:44.148 INFO O| Feb 26 17:15:44.148 INFO O| Planning: Finding local manifests ... Done |
| 4335 | 2026-02-26T17:15:45.356Z | [ host-image] Feb 26 17:15:44.925 INFO O| Feb 26 17:15:44.925 INFO O| Planning: Fetching manifests: 0/126 0% complete |
| 4336 | 2026-02-26T17:15:50.393Z | [ host-image] Feb 26 17:15:49.960 INFO O| Feb 26 17:15:49.960 INFO O| Planning: Fetching manifests: 56/126 44% complete |
| 4337 | 2026-02-26T17:15:55.146Z | [ host-image] Feb 26 17:15:54.716 INFO O| Feb 26 17:15:54.715 INFO O| Planning: Fetching manifests: 126/126 100% complete |
| 4338 | 2026-02-26T17:15:57.588Z | [ host-image] Feb 26 17:15:57.158 INFO O| Feb 26 17:15:57.158 INFO O| Planning: Package planning ... Done |
| 4339 | 2026-02-26T17:15:59.084Z | [ host-image] Feb 26 17:15:58.653 INFO O| Feb 26 17:15:58.653 INFO O| Planning: Merging actions ... Done |
| 4340 | 2026-02-26T17:15:59.545Z | [ host-image] Feb 26 17:15:59.115 INFO O| Feb 26 17:15:59.115 INFO O| Planning: Checking for conflicting actions ... Done |
| 4341 | 2026-02-26T17:15:59.894Z | [ host-image] Feb 26 17:15:59.464 INFO O| Feb 26 17:15:59.464 INFO O| Planning: Consolidating action changes ... Done |
| 4342 | 2026-02-26T17:16:00.455Z | [ host-image] Feb 26 17:16:00.025 INFO O| Feb 26 17:16:00.025 INFO O| Planning: Evaluating mediators ... Done |
| 4343 | 2026-02-26T17:16:06.642Z | [ host-image] Feb 26 17:16:06.211 INFO O| Feb 26 17:16:06.211 INFO O| Planning: Planning completed in 1097.81 seconds |
| 4344 | 2026-02-26T17:16:06.667Z | [ host-image] Feb 26 17:16:06.217 INFO O| Feb 26 17:16:06.217 INFO O| Packages to install: 126 |
| 4345 | 2026-02-26T17:16:06.667Z | [ host-image] Feb 26 17:16:06.217 INFO O| Feb 26 17:16:06.217 INFO O| Mediators to change: 5 |
| 4346 | 2026-02-26T17:16:06.667Z | [ host-image] Feb 26 17:16:06.217 INFO O| Feb 26 17:16:06.217 INFO O| Services to change: 6 |
| 4347 | 2026-02-26T17:16:07.330Z | [ host-image] Feb 26 17:16:06.900 INFO O| Feb 26 17:16:06.900 INFO O| Download: 0/22925 items 0.0/210.6MB 0% complete |
| 4348 | 2026-02-26T17:16:12.340Z | [ host-image] Feb 26 17:16:11.910 INFO O| Feb 26 17:16:11.910 INFO O| Download: 1130/22925 items 7.4/210.6MB 3% complete (1.5M/s) |
| 4349 | 2026-02-26T17:16:17.844Z | [ host-image] Feb 26 17:16:17.415 INFO O| Feb 26 17:16:17.414 INFO O| Download: 1641/22925 items 10.8/210.6MB 5% complete (1.1M/s) |
| 4350 | 2026-02-26T17:16:22.855Z | [ host-image] Feb 26 17:16:22.415 INFO O| Feb 26 17:16:22.415 INFO O| Download: 1782/22925 items 12.1/210.6MB 5% complete (565k/s) |
| 4351 | 2026-02-26T17:16:28.050Z | [ host-image] Feb 26 17:16:27.620 INFO O| Feb 26 17:16:27.620 INFO O| Download: 2096/22925 items 23.5/210.6MB 11% complete (1.3M/s) |
| 4352 | 2026-02-26T17:16:33.064Z | [ host-image] Feb 26 17:16:32.635 INFO O| Feb 26 17:16:32.634 INFO O| Download: 2351/22925 items 27.7/210.6MB 13% complete (1.5M/s) |
| 4353 | 2026-02-26T17:16:38.239Z | [ host-image] Feb 26 17:16:37.809 INFO O| Feb 26 17:16:37.809 INFO O| Download: 3492/22925 items 35.9/210.6MB 17% complete (1.2M/s) |
| 4354 | 2026-02-26T17:16:43.240Z | [ host-image] Feb 26 17:16:42.811 INFO O| Feb 26 17:16:42.811 INFO O| Download: 4544/22925 items 42.1/210.6MB 19% complete (1.4M/s) |
| 4355 | 2026-02-26T17:16:48.671Z | [ host-image] Feb 26 17:16:48.242 INFO O| Feb 26 17:16:48.242 INFO O| Download: 4731/22925 items 43.6/210.6MB 20% complete (929k/s) |
| 4356 | 2026-02-26T17:16:53.801Z | [ host-image] Feb 26 17:16:53.372 INFO O| Feb 26 17:16:53.372 INFO O| Download: 5823/22925 items 46.7/210.6MB 22% complete (460k/s) |
| 4357 | 2026-02-26T17:16:59.644Z | [ host-image] Feb 26 17:16:59.216 INFO O| Feb 26 17:16:59.216 INFO O| Download: 6934/22925 items 49.5/210.6MB 23% complete (582k/s) |
| 4358 | 2026-02-26T17:17:04.647Z | [ host-image] Feb 26 17:17:04.219 INFO O| Feb 26 17:17:04.218 INFO O| Download: 7673/22925 items 58.8/210.6MB 27% complete (1.2M/s) |
| 4359 | 2026-02-26T17:17:09.652Z | [ host-image] Feb 26 17:17:09.223 INFO O| Feb 26 17:17:09.223 INFO O| Download: 8300/22925 items 61.8/210.6MB 29% complete (1.2M/s) |
| 4360 | 2026-02-26T17:17:14.674Z | [ host-image] Feb 26 17:17:14.247 INFO O| Feb 26 17:17:14.246 INFO O| Download: 8764/22925 items 75.8/210.6MB 35% complete (1.7M/s) |
| 4361 | 2026-02-26T17:17:19.682Z | [ host-image] Feb 26 17:17:19.255 INFO O| Feb 26 17:17:19.255 INFO O| Download: 9553/22925 items 87.5/210.6MB 41% complete (2.6M/s) |
| 4362 | 2026-02-26T17:17:24.708Z | [ host-image] Feb 26 17:17:24.280 INFO O| Feb 26 17:17:24.280 INFO O| Download: 10493/22925 items 92.8/210.6MB 44% complete (1.9M/s) |
| 4363 | 2026-02-26T17:17:29.841Z | [ host-image] Feb 26 17:17:29.414 INFO O| Feb 26 17:17:29.413 INFO O| Download: 10943/22925 items 94.8/210.6MB 45% complete (876k/s) |
| 4364 | 2026-02-26T17:17:34.900Z | [ host-image] Feb 26 17:17:34.472 INFO O| Feb 26 17:17:34.472 INFO O| Download: 11291/22925 items 98.8/210.6MB 46% complete (614k/s) |
| 4365 | 2026-02-26T17:17:39.920Z | [ host-image] Feb 26 17:17:39.493 INFO O| Feb 26 17:17:39.493 INFO O| Download: 11931/22925 items 101.2/210.6MB 48% complete (659k/s) |
| 4366 | 2026-02-26T17:17:44.933Z | [ host-image] Feb 26 17:17:44.506 INFO O| Feb 26 17:17:44.506 INFO O| Download: 12259/22925 items 113.3/210.6MB 53% complete (1.4M/s) |
| 4367 | 2026-02-26T17:17:49.937Z | [ host-image] Feb 26 17:17:49.510 INFO O| Feb 26 17:17:49.509 INFO O| Download: 12709/22925 items 114.5/210.6MB 54% complete (1.3M/s) |
| 4368 | 2026-02-26T17:17:54.945Z | [ host-image] Feb 26 17:17:54.518 INFO O| Feb 26 17:17:54.518 INFO O| Download: 13530/22925 items 114.8/210.6MB 54% complete (175k/s) |
| 4369 | 2026-02-26T17:17:59.963Z | [ host-image] Feb 26 17:17:59.536 INFO O| Feb 26 17:17:59.536 INFO O| Download: 14433/22925 items 116.1/210.6MB 55% complete (150k/s) |
| 4370 | 2026-02-26T17:18:05.039Z | [ host-image] Feb 26 17:18:04.613 INFO O| Feb 26 17:18:04.613 INFO O| Download: 14589/22925 items 121.6/210.6MB 57% complete (654k/s) |
| 4371 | 2026-02-26T17:18:10.045Z | [ host-image] Feb 26 17:18:09.618 INFO O| Feb 26 17:18:09.618 INFO O| Download: 15617/22925 items 130.6/210.6MB 61% complete (1.5M/s) |
| 4372 | 2026-02-26T17:18:15.064Z | [ host-image] Feb 26 17:18:14.634 INFO O| Feb 26 17:18:14.634 INFO O| Download: 16138/22925 items 136.4/210.6MB 64% complete (1.5M/s) |
| 4373 | 2026-02-26T17:18:20.066Z | [ host-image] Feb 26 17:18:19.640 INFO O| Feb 26 17:18:19.640 INFO O| Download: 16984/22925 items 148.5/210.6MB 70% complete (1.8M/s) |
| 4374 | 2026-02-26T17:18:25.200Z | [ host-image] Feb 26 17:18:24.775 INFO O| Feb 26 17:18:24.774 INFO O| Download: 17979/22925 items 155.6/210.6MB 73% complete (2.0M/s) |
| 4375 | 2026-02-26T17:18:30.211Z | [ host-image] Feb 26 17:18:29.785 INFO O| Feb 26 17:18:29.785 INFO O| Download: 18712/22925 items 169.6/210.6MB 80% complete (2.1M/s) |
| 4376 | 2026-02-26T17:18:35.214Z | [ host-image] Feb 26 17:18:34.789 INFO O| Feb 26 17:18:34.788 INFO O| Download: 19574/22925 items 172.7/210.6MB 81% complete (1.7M/s) |
| 4377 | 2026-02-26T17:18:40.216Z | [ host-image] Feb 26 17:18:39.790 INFO O| Feb 26 17:18:39.790 INFO O| Download: 20496/22925 items 176.8/210.6MB 83% complete (744k/s) |
| 4378 | 2026-02-26T17:18:46.202Z | [ host-image] Feb 26 17:18:45.777 INFO O| Feb 26 17:18:45.777 INFO O| Download: 20927/22925 items 181.5/210.6MB 86% complete (839k/s) |
| 4379 | 2026-02-26T17:18:51.608Z | [ host-image] Feb 26 17:18:51.184 INFO O| Feb 26 17:18:51.183 INFO O| Download: 21017/22925 items 184.0/210.6MB 87% complete (689k/s) |
| 4380 | 2026-02-26T17:18:56.992Z | [ host-image] Feb 26 17:18:56.567 INFO O| Feb 26 17:18:56.567 INFO O| Download: 21672/22925 items 188.9/210.6MB 89% complete (963k/s) |
| 4381 | 2026-02-26T17:19:02.820Z | [ host-image] Feb 26 17:19:02.395 INFO O| Feb 26 17:19:02.395 INFO O| Download: 22093/22925 items 203.8/210.6MB 96% complete (2.0M/s) |
| 4382 | 2026-02-26T17:19:08.243Z | [ host-image] Feb 26 17:19:07.817 INFO O| Feb 26 17:19:07.817 INFO O| Download: 22368/22925 items 208.6/210.6MB 99% complete (1.9M/s) |
| 4383 | 2026-02-26T17:19:12.228Z | [ host-image] Feb 26 17:19:11.803 INFO O| Feb 26 17:19:11.803 INFO O| Download: Completed 210.65 MB in 184.90 seconds (1.1M/s) |
| 4384 | 2026-02-26T17:19:13.787Z | [ host-image] Feb 26 17:19:13.362 INFO O| Feb 26 17:19:13.362 INFO O| Actions: 1/50885 actions (Installing new actions) |
| 4385 | 2026-02-26T17:19:18.787Z | [ host-image] Feb 26 17:19:18.363 INFO O| Feb 26 17:19:18.363 INFO O| Actions: 9869/50885 actions (Installing new actions) |
| 4386 | 2026-02-26T17:19:23.788Z | [ host-image] Feb 26 17:19:23.363 INFO O| Feb 26 17:19:23.363 INFO O| Actions: 15818/50885 actions (Installing new actions) |
| 4387 | 2026-02-26T17:19:28.787Z | [ host-image] Feb 26 17:19:28.363 INFO O| Feb 26 17:19:28.363 INFO O| Actions: 23355/50885 actions (Installing new actions) |
| 4388 | 2026-02-26T17:19:33.787Z | [ host-image] Feb 26 17:19:33.364 INFO O| Feb 26 17:19:33.363 INFO O| Actions: 26497/50885 actions (Installing new actions) |
| 4389 | 2026-02-26T17:19:38.558Z | [ host-image] Feb 26 17:19:38.134 INFO O| Feb 26 17:19:38.134 INFO O| Actions: Completed 50885 actions in 24.77 seconds. |
| 4390 | 2026-02-26T17:19:51.825Z | [ recovery-image] Feb 26 17:19:51.402 INFO O| Feb 26 17:19:51.402 INFO O| Planning: Running solver ... Done |
| 4391 | 2026-02-26T17:19:53.571Z | [ recovery-image] Feb 26 17:19:53.147 INFO O| Feb 26 17:19:53.147 INFO O| Planning: Finding local manifests ... Done |
| 4392 | 2026-02-26T17:19:53.769Z | [ recovery-image] Feb 26 17:19:53.346 INFO O| Feb 26 17:19:53.346 INFO O| Planning: Fetching manifests: 0/126 0% complete |
| 4393 | 2026-02-26T17:19:54.344Z | [ host-image] Feb 26 17:19:53.922 INFO O| Feb 26 17:19:53.921 INFO O| Done |
| 4394 | 2026-02-26T17:19:54.345Z | [ host-image] Feb 26 17:19:53.922 INFO O| Feb 26 17:19:53.921 INFO O| Done |
| 4395 | 2026-02-26T17:19:57.039Z | [ host-image] Feb 26 17:19:56.616 INFO O| Feb 26 17:19:56.616 INFO O| Done |
| 4396 | 2026-02-26T17:19:59.015Z | [ recovery-image] Feb 26 17:19:58.591 INFO O| Feb 26 17:19:58.591 INFO O| Planning: Fetching manifests: 92/126 73% complete |
| 4397 | 2026-02-26T17:20:00.278Z | [ host-image] Feb 26 17:19:59.854 INFO O| Feb 26 17:19:59.853 INFO O| Done |
| 4398 | 2026-02-26T17:20:00.355Z | [ host-image] Feb 26 17:19:59.932 INFO O| Feb 26 17:19:59.932 INFO O| Done |
| 4399 | 2026-02-26T17:20:02.158Z | [ recovery-image] Feb 26 17:20:01.734 INFO O| Feb 26 17:20:01.733 INFO O| Planning: Fetching manifests: 126/126 100% complete |
| 4400 | 2026-02-26T17:20:03.386Z | [ recovery-image] Feb 26 17:20:02.964 INFO O| Feb 26 17:20:02.963 INFO O| Planning: Package planning ... Done |
| 4401 | 2026-02-26T17:20:04.053Z | [ recovery-image] Feb 26 17:20:03.631 INFO O| Feb 26 17:20:03.630 INFO O| Planning: Merging actions ... Done |
| 4402 | 2026-02-26T17:20:05.171Z | [ recovery-image] Feb 26 17:20:04.748 INFO O| Feb 26 17:20:04.748 INFO O| Planning: Checking for conflicting actions ... Done |
| 4403 | 2026-02-26T17:20:05.339Z | [ recovery-image] Feb 26 17:20:04.917 INFO O| Feb 26 17:20:04.917 INFO O| Planning: Consolidating action changes ... Done |
| 4404 | 2026-02-26T17:20:05.685Z | [ recovery-image] Feb 26 17:20:05.263 INFO O| Feb 26 17:20:05.262 INFO O| Planning: Evaluating mediators ... Done |
| 4405 | 2026-02-26T17:20:06.724Z | [ host-image] Feb 26 17:20:06.301 INFO O| Feb 26 17:20:06.301 INFO O| Done |
| 4406 | 2026-02-26T17:20:07.714Z | [ host-image] Feb 26 17:20:07.291 INFO O| Feb 26 17:20:07.291 INFO O| Done |
| 4407 | 2026-02-26T17:20:10.515Z | [ recovery-image] Feb 26 17:20:10.092 INFO O| Feb 26 17:20:10.092 INFO O| Planning: Planning completed in 1093.91 seconds |
| 4408 | 2026-02-26T17:20:10.545Z | [ recovery-image] Feb 26 17:20:10.097 INFO O| Feb 26 17:20:10.097 INFO O| Packages to install: 126 |
| 4409 | 2026-02-26T17:20:10.545Z | [ recovery-image] Feb 26 17:20:10.097 INFO O| Feb 26 17:20:10.097 INFO O| Mediators to change: 5 |
| 4410 | 2026-02-26T17:20:10.545Z | [ recovery-image] Feb 26 17:20:10.098 INFO O| Feb 26 17:20:10.098 INFO O| Services to change: 5 |
| 4411 | 2026-02-26T17:20:10.604Z | [ recovery-image] Feb 26 17:20:10.182 INFO O| Feb 26 17:20:10.182 INFO O| Download: 0/15969 items 0.0/187.3MB 0% complete |
| 4412 | 2026-02-26T17:20:13.756Z | [ host-image] Feb 26 17:20:13.334 INFO O| Feb 26 17:20:13.334 INFO STEP 11 (pkg_install) COMPLETE |
| 4413 | 2026-02-26T17:20:13.757Z | [ host-image] Feb 26 17:20:13.334 INFO O| Feb 26 17:20:13.334 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4414 | 2026-02-26T17:20:13.802Z | [ host-image] Feb 26 17:20:13.380 INFO O| Feb 26 17:20:13.380 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"] |
| 4415 | 2026-02-26T17:20:15.946Z | [ recovery-image] Feb 26 17:20:15.524 INFO O| Feb 26 17:20:15.524 INFO O| Download: 1004/15969 items 7.9/187.3MB 4% complete (1.8M/s) |
| 4416 | 2026-02-26T17:20:21.569Z | [ recovery-image] Feb 26 17:20:21.147 INFO O| Feb 26 17:20:21.146 INFO O| Download: 1164/15969 items 10.2/187.3MB 5% complete (1.0M/s) |
| 4417 | 2026-02-26T17:20:27.191Z | [ recovery-image] Feb 26 17:20:26.769 INFO O| Feb 26 17:20:26.769 INFO O| Download: 1507/15969 items 21.9/187.3MB 11% complete (1.4M/s) |
| 4418 | 2026-02-26T17:20:32.193Z | [ recovery-image] Feb 26 17:20:31.771 INFO O| Feb 26 17:20:31.771 INFO O| Download: 1898/15969 items 28.8/187.3MB 15% complete (1.8M/s) |
| 4419 | 2026-02-26T17:20:37.195Z | [ recovery-image] Feb 26 17:20:36.774 INFO O| Feb 26 17:20:36.773 INFO O| Download: 2821/15969 items 35.0/187.3MB 18% complete (1.3M/s) |
| 4420 | 2026-02-26T17:20:42.206Z | [ recovery-image] Feb 26 17:20:41.785 INFO O| Feb 26 17:20:41.784 INFO O| Download: 3710/15969 items 39.8/187.3MB 21% complete (1.1M/s) |
| 4421 | 2026-02-26T17:20:47.219Z | [ recovery-image] Feb 26 17:20:46.797 INFO O| Feb 26 17:20:46.797 INFO O| Download: 4102/15969 items 43.0/187.3MB 22% complete (833k/s) |
| 4422 | 2026-02-26T17:20:52.219Z | [ recovery-image] Feb 26 17:20:51.798 INFO O| Feb 26 17:20:51.798 INFO O| Download: 5170/15969 items 43.6/187.3MB 23% complete (395k/s) |
| 4423 | 2026-02-26T17:20:57.226Z | [ recovery-image] Feb 26 17:20:56.805 INFO O| Feb 26 17:20:56.804 INFO O| Download: 5803/15969 items 46.4/187.3MB 24% complete (316k/s) |
| 4424 | 2026-02-26T17:21:02.785Z | [ recovery-image] Feb 26 17:21:02.364 INFO O| Feb 26 17:21:02.364 INFO O| Download: 6020/15969 items 53.8/187.3MB 28% complete (1020k/s) |
| 4425 | 2026-02-26T17:21:07.786Z | [ recovery-image] Feb 26 17:21:07.365 INFO O| Feb 26 17:21:07.365 INFO O| Download: 6596/15969 items 68.8/187.3MB 36% complete (2.3M/s) |
| 4426 | 2026-02-26T17:21:10.792Z | [ host-image] Feb 26 17:21:10.371 INFO O| Feb 26 17:21:10.371 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4427 | 2026-02-26T17:21:12.787Z | [ recovery-image] Feb 26 17:21:12.366 INFO O| Feb 26 17:21:12.366 INFO O| Download: 7944/15969 items 80.4/187.3MB 42% complete (2.8M/s) |
| 4428 | 2026-02-26T17:21:17.788Z | [ recovery-image] Feb 26 17:21:17.368 INFO O| Feb 26 17:21:17.368 INFO O| Download: 8743/15969 items 86.4/187.3MB 46% complete (1.8M/s) |
| 4429 | 2026-02-26T17:21:23.393Z | [ recovery-image] Feb 26 17:21:22.972 INFO O| Feb 26 17:21:22.972 INFO O| Download: 8923/15969 items 96.7/187.3MB 51% complete (1.7M/s) |
| 4430 | 2026-02-26T17:21:28.393Z | [ recovery-image] Feb 26 17:21:27.973 INFO O| Feb 26 17:21:27.973 INFO O| Download: 10720/15969 items 98.3/187.3MB 52% complete (1.1M/s) |
| 4431 | 2026-02-26T17:21:33.077Z | [ host-image] Feb 26 17:21:32.656 INFO O| Feb 26 17:21:32.656 INFO O| Startup: Caching catalogs ... Done |
| 4432 | 2026-02-26T17:21:33.413Z | [ recovery-image] Feb 26 17:21:32.993 INFO O| Feb 26 17:21:32.993 INFO O| Download: 11153/15969 items 104.4/187.3MB 55% complete (744k/s) |
| 4433 | 2026-02-26T17:21:38.425Z | [ recovery-image] Feb 26 17:21:38.002 INFO O| Feb 26 17:21:38.001 INFO O| Download: 11586/15969 items 116.2/187.3MB 62% complete (1.7M/s) |
| 4434 | 2026-02-26T17:21:43.423Z | [ recovery-image] Feb 26 17:21:43.002 INFO O| Feb 26 17:21:43.001 INFO O| Download: 12693/15969 items 147.5/187.3MB 78% complete (4.3M/s) |
| 4435 | 2026-02-26T17:21:44.918Z | [ host-image] Feb 26 17:21:44.498 INFO O| Feb 26 17:21:44.498 INFO O| Planning: Solver setup ... Done |
| 4436 | 2026-02-26T17:21:44.943Z | [ host-image] Feb 26 17:21:44.511 INFO O| Feb 26 17:21:44.511 INFO O| Planning: Running solver ... Done |
| 4437 | 2026-02-26T17:21:45.077Z | [ host-image] Feb 26 17:21:44.657 INFO O| Feb 26 17:21:44.657 INFO O| Planning: Finding local manifests ... Done |
| 4438 | 2026-02-26T17:21:45.162Z | [ host-image] Feb 26 17:21:44.742 INFO O| Feb 26 17:21:44.742 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4439 | 2026-02-26T17:21:45.422Z | [ host-image] Feb 26 17:21:45.002 INFO O| Feb 26 17:21:45.002 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4440 | 2026-02-26T17:21:45.466Z | [ host-image] Feb 26 17:21:45.046 INFO O| Feb 26 17:21:45.046 INFO O| Planning: Package planning ... Done |
| 4441 | 2026-02-26T17:21:45.491Z | [ host-image] Feb 26 17:21:45.059 INFO O| Feb 26 17:21:45.059 INFO O| Planning: Merging actions ... Done |
| 4442 | 2026-02-26T17:21:45.622Z | [ host-image] Feb 26 17:21:45.202 INFO O| Feb 26 17:21:45.202 INFO O| Planning: Checking for conflicting actions ... Done |
| 4443 | 2026-02-26T17:21:45.646Z | [ host-image] Feb 26 17:21:45.205 INFO O| Feb 26 17:21:45.205 INFO O| Planning: Consolidating action changes ... Done |
| 4444 | 2026-02-26T17:21:46.068Z | [ host-image] Feb 26 17:21:45.648 INFO O| Feb 26 17:21:45.647 INFO O| Planning: Evaluating mediators ... Done |
| 4445 | 2026-02-26T17:21:46.093Z | [ host-image] Feb 26 17:21:45.652 INFO O| Feb 26 17:21:45.652 INFO O| Planning: Planning completed in 12.87 seconds |
| 4446 | 2026-02-26T17:21:46.093Z | [ host-image] Feb 26 17:21:45.654 INFO O| Feb 26 17:21:45.653 INFO O| Packages to install: 6 |
| 4447 | 2026-02-26T17:21:46.093Z | [ host-image] Feb 26 17:21:45.654 INFO O| Feb 26 17:21:45.654 INFO O| Services to change: 2 |
| 4448 | 2026-02-26T17:21:46.119Z | [ host-image] Feb 26 17:21:45.691 INFO O| Feb 26 17:21:45.691 INFO O| Download: 0/155 items 0.0/1.7MB 0% complete |
| 4449 | 2026-02-26T17:21:48.712Z | [ recovery-image] Feb 26 17:21:48.292 INFO O| Feb 26 17:21:48.292 INFO O| Download: 14767/15969 items 156.3/187.3MB 83% complete (4.3M/s) |
| 4450 | 2026-02-26T17:21:50.090Z | [ host-image] Feb 26 17:21:49.669 INFO O| Feb 26 17:21:49.669 INFO O| Download: Completed 1.75 MB in 3.98 seconds (448k/s) |
| 4451 | 2026-02-26T17:21:50.143Z | [ host-image] Feb 26 17:21:49.723 INFO O| Feb 26 17:21:49.723 INFO O| Actions: 1/390 actions (Installing new actions) |
| 4452 | 2026-02-26T17:21:50.555Z | [ host-image] Feb 26 17:21:50.136 INFO O| Feb 26 17:21:50.135 INFO O| Actions: Completed 390 actions in 0.41 seconds. |
| 4453 | 2026-02-26T17:21:51.483Z | [ host-image] Feb 26 17:21:51.064 INFO O| Feb 26 17:21:51.064 INFO O| Done |
| 4454 | 2026-02-26T17:21:51.483Z | [ host-image] Feb 26 17:21:51.064 INFO O| Feb 26 17:21:51.064 INFO O| Done |
| 4455 | 2026-02-26T17:21:53.258Z | [ host-image] Feb 26 17:21:52.839 INFO O| Feb 26 17:21:52.838 INFO O| Done |
| 4456 | 2026-02-26T17:21:53.788Z | [ recovery-image] Feb 26 17:21:53.368 INFO O| Feb 26 17:21:53.368 INFO O| Download: 14836/15969 items 161.7/187.3MB 86% complete (1.6M/s) |
| 4457 | 2026-02-26T17:21:55.355Z | [ host-image] Feb 26 17:21:54.935 INFO O| Feb 26 17:21:54.935 INFO O| Done |
| 4458 | 2026-02-26T17:21:55.404Z | [ host-image] Feb 26 17:21:54.984 INFO O| Feb 26 17:21:54.984 INFO O| Done |
| 4459 | 2026-02-26T17:21:55.404Z | [ host-image] Feb 26 17:21:54.985 INFO O| Feb 26 17:21:54.985 INFO O| Done |
| 4460 | 2026-02-26T17:21:55.441Z | [ host-image] Feb 26 17:21:55.022 INFO O| Feb 26 17:21:55.022 INFO O| Done |
| 4461 | 2026-02-26T17:21:57.251Z | [ host-image] Feb 26 17:21:56.831 INFO O| Feb 26 17:21:56.831 INFO STEP 12 (pkg_install) COMPLETE |
| 4462 | 2026-02-26T17:21:57.275Z | [ host-image] Feb 26 17:21:56.831 INFO O| Feb 26 17:21:56.831 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4463 | 2026-02-26T17:21:57.300Z | [ host-image] Feb 26 17:21:56.861 INFO O| Feb 26 17:21:56.861 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/library/libxmlsec1", "/ooce/library/postgresql-13", "/system/zones/brand/omicron1"] |
| 4464 | 2026-02-26T17:21:59.879Z | [ recovery-image] Feb 26 17:21:59.460 INFO O| Feb 26 17:21:59.460 INFO O| Download: 14892/15969 items 162.4/187.3MB 86% complete (939k/s) |
| 4465 | 2026-02-26T17:22:08.304Z | [ recovery-image] Feb 26 17:22:07.885 INFO O| Feb 26 17:22:07.884 INFO O| Download: 15342/15969 items 166.3/187.3MB 88% complete (446k/s) |
| 4466 | 2026-02-26T17:22:13.394Z | [ recovery-image] Feb 26 17:22:12.975 INFO O| Feb 26 17:22:12.975 INFO O| Download: 15624/15969 items 180.3/187.3MB 96% complete (1.3M/s) |
| 4467 | 2026-02-26T17:22:18.713Z | [ recovery-image] Feb 26 17:22:18.295 INFO O| Feb 26 17:22:18.295 INFO O| Download: 15737/15969 items 181.9/187.3MB 97% complete (1.7M/s) |
| 4468 | 2026-02-26T17:22:22.747Z | [ recovery-image] Feb 26 17:22:22.329 INFO O| Feb 26 17:22:22.329 INFO O| Download: Completed 187.26 MB in 132.15 seconds (1.4M/s) |
| 4469 | 2026-02-26T17:22:23.426Z | [ recovery-image] Feb 26 17:22:23.007 INFO O| Feb 26 17:22:23.007 INFO O| Actions: 1/26357 actions (Installing new actions) |
| 4470 | 2026-02-26T17:22:28.426Z | [ recovery-image] Feb 26 17:22:28.008 INFO O| Feb 26 17:22:28.008 INFO O| Actions: 11421/26357 actions (Installing new actions) |
| 4471 | 2026-02-26T17:22:33.428Z | [ recovery-image] Feb 26 17:22:33.010 INFO O| Feb 26 17:22:33.010 INFO O| Actions: 19080/26357 actions (Installing new actions) |
| 4472 | 2026-02-26T17:22:36.760Z | [ recovery-image] Feb 26 17:22:36.332 INFO O| Feb 26 17:22:36.332 INFO O| Actions: Completed 26357 actions in 13.32 seconds. |
| 4473 | 2026-02-26T17:22:37.729Z | [ recovery-image] Feb 26 17:22:37.309 INFO O| Feb 26 17:22:37.309 INFO O| Done |
| 4474 | 2026-02-26T17:22:37.729Z | [ recovery-image] Feb 26 17:22:37.310 INFO O| Feb 26 17:22:37.309 INFO O| Done |
| 4475 | 2026-02-26T17:22:40.398Z | [ recovery-image] Feb 26 17:22:39.980 INFO O| Feb 26 17:22:39.979 INFO O| Done |
| 4476 | 2026-02-26T17:22:42.394Z | [ recovery-image] Feb 26 17:22:41.976 INFO O| Feb 26 17:22:41.976 INFO O| Done |
| 4477 | 2026-02-26T17:22:42.423Z | [ recovery-image] Feb 26 17:22:42.005 INFO O| Feb 26 17:22:42.005 INFO O| Done |
| 4478 | 2026-02-26T17:22:42.653Z | [ host-image] Feb 26 17:22:42.235 INFO O| Feb 26 17:22:42.235 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4479 | 2026-02-26T17:22:46.936Z | [ recovery-image] Feb 26 17:22:46.518 INFO O| Feb 26 17:22:46.518 INFO O| Done |
| 4480 | 2026-02-26T17:22:47.546Z | [ recovery-image] Feb 26 17:22:47.129 INFO O| Feb 26 17:22:47.129 INFO O| Done |
| 4481 | 2026-02-26T17:22:52.813Z | [ recovery-image] Feb 26 17:22:52.395 INFO O| Feb 26 17:22:52.395 INFO STEP 11 (pkg_install) COMPLETE |
| 4482 | 2026-02-26T17:22:52.813Z | [ recovery-image] Feb 26 17:22:52.396 INFO O| Feb 26 17:22:52.395 INFO STEP 12: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4483 | 2026-02-26T17:22:52.839Z | [ recovery-image] Feb 26 17:22:52.396 INFO O| Feb 26 17:22:52.395 INFO skip step because feature "recovery" is enabled |
| 4484 | 2026-02-26T17:22:52.839Z | [ recovery-image] Feb 26 17:22:52.396 INFO O| Feb 26 17:22:52.395 INFO STEP 13: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4485 | 2026-02-26T17:22:52.839Z | [ recovery-image] Feb 26 17:22:52.396 INFO O| Feb 26 17:22:52.395 INFO skip step because feature "omicron1" is not enabled |
| 4486 | 2026-02-26T17:22:52.839Z | [ recovery-image] Feb 26 17:22:52.396 INFO O| Feb 26 17:22:52.395 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4487 | 2026-02-26T17:22:52.839Z | [ recovery-image] Feb 26 17:22:52.415 INFO O| Feb 26 17:22:52.414 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/recovery/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"] |
| 4488 | 2026-02-26T17:23:10.575Z | [ host-image] Feb 26 17:23:10.158 INFO O| Feb 26 17:23:10.158 INFO O| Startup: Caching catalogs ... Done |
| 4489 | 2026-02-26T17:23:22.597Z | [ host-image] Feb 26 17:23:22.180 INFO O| Feb 26 17:23:22.180 INFO O| Planning: Solver setup ... Done |
| 4490 | 2026-02-26T17:23:22.622Z | [ host-image] Feb 26 17:23:22.202 INFO O| Feb 26 17:23:22.202 INFO O| Planning: Running solver ... Done |
| 4491 | 2026-02-26T17:23:22.796Z | [ host-image] Feb 26 17:23:22.379 INFO O| Feb 26 17:23:22.379 INFO O| Planning: Finding local manifests ... Done |
| 4492 | 2026-02-26T17:23:23.065Z | [ host-image] Feb 26 17:23:22.649 INFO O| Feb 26 17:23:22.648 INFO O| Planning: Fetching manifests: 0/6 0% complete |
| 4493 | 2026-02-26T17:23:23.482Z | [ host-image] Feb 26 17:23:23.065 INFO O| Feb 26 17:23:23.065 INFO O| Planning: Fetching manifests: 6/6 100% complete |
| 4494 | 2026-02-26T17:23:23.551Z | [ host-image] Feb 26 17:23:23.134 INFO O| Feb 26 17:23:23.134 INFO O| Planning: Package planning ... Done |
| 4495 | 2026-02-26T17:23:23.613Z | [ host-image] Feb 26 17:23:23.196 INFO O| Feb 26 17:23:23.196 INFO O| Planning: Merging actions ... Done |
| 4496 | 2026-02-26T17:23:23.742Z | [ host-image] Feb 26 17:23:23.326 INFO O| Feb 26 17:23:23.326 INFO O| Planning: Checking for conflicting actions ... Done |
| 4497 | 2026-02-26T17:23:23.767Z | [ host-image] Feb 26 17:23:23.333 INFO O| Feb 26 17:23:23.333 INFO O| Planning: Consolidating action changes ... Done |
| 4498 | 2026-02-26T17:23:24.164Z | [ host-image] Feb 26 17:23:23.747 INFO O| Feb 26 17:23:23.747 INFO O| Planning: Evaluating mediators ... Done |
| 4499 | 2026-02-26T17:23:24.189Z | [ host-image] Feb 26 17:23:23.754 INFO O| Feb 26 17:23:23.754 INFO O| Planning: Planning completed in 13.44 seconds |
| 4500 | 2026-02-26T17:23:24.189Z | [ host-image] Feb 26 17:23:23.755 INFO O| Feb 26 17:23:23.755 INFO O| Packages to install: 6 |
| 4501 | 2026-02-26T17:23:24.189Z | [ host-image] Feb 26 17:23:23.755 INFO O| Feb 26 17:23:23.755 INFO O| Mediators to change: 1 |
| 4502 | 2026-02-26T17:23:24.189Z | [ host-image] Feb 26 17:23:23.755 INFO O| Feb 26 17:23:23.755 INFO O| Services to change: 1 |
| 4503 | 2026-02-26T17:23:24.214Z | [ host-image] Feb 26 17:23:23.786 INFO O| Feb 26 17:23:23.786 INFO O| Download: 0/1140 items 0.0/7.7MB 0% complete |
| 4504 | 2026-02-26T17:23:29.214Z | [ host-image] Feb 26 17:23:28.797 INFO O| Feb 26 17:23:28.797 INFO O| Download: 684/1140 items 2.9/7.7MB 37% complete (600k/s) |
| 4505 | 2026-02-26T17:23:32.415Z | [ host-image] Feb 26 17:23:31.997 INFO O| Feb 26 17:23:31.996 INFO O| Download: Completed 7.71 MB in 8.21 seconds (961k/s) |
| 4506 | 2026-02-26T17:23:32.580Z | [ host-image] Feb 26 17:23:32.164 INFO O| Feb 26 17:23:32.164 INFO O| Actions: 1/1361 actions (Installing new actions) |
| 4507 | 2026-02-26T17:23:33.250Z | [ host-image] Feb 26 17:23:32.833 INFO O| Feb 26 17:23:32.833 INFO O| Actions: Completed 1361 actions in 0.67 seconds. |
| 4508 | 2026-02-26T17:23:34.158Z | [ host-image] Feb 26 17:23:33.741 INFO O| Feb 26 17:23:33.741 INFO O| Done |
| 4509 | 2026-02-26T17:23:34.158Z | [ host-image] Feb 26 17:23:33.742 INFO O| Feb 26 17:23:33.741 INFO O| Done |
| 4510 | 2026-02-26T17:23:36.482Z | [ host-image] Feb 26 17:23:36.065 INFO O| Feb 26 17:23:36.065 INFO O| Done |
| 4511 | 2026-02-26T17:23:39.182Z | [ host-image] Feb 26 17:23:38.766 INFO O| Feb 26 17:23:38.766 INFO O| Done |
| 4512 | 2026-02-26T17:23:39.251Z | [ host-image] Feb 26 17:23:38.835 INFO O| Feb 26 17:23:38.835 INFO O| Done |
| 4513 | 2026-02-26T17:23:39.251Z | [ host-image] Feb 26 17:23:38.835 INFO O| Feb 26 17:23:38.835 INFO O| Done |
| 4514 | 2026-02-26T17:23:39.325Z | [ host-image] Feb 26 17:23:38.909 INFO O| Feb 26 17:23:38.909 INFO O| Done |
| 4515 | 2026-02-26T17:23:41.500Z | [ host-image] Feb 26 17:23:41.083 INFO O| Feb 26 17:23:41.083 INFO STEP 13 (pkg_install) COMPLETE |
| 4516 | 2026-02-26T17:23:41.500Z | [ host-image] Feb 26 17:23:41.083 INFO O| Feb 26 17:23:41.083 INFO STEP 14: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4517 | 2026-02-26T17:23:41.524Z | [ host-image] Feb 26 17:23:41.101 INFO O| Feb 26 17:23:41.101 INFO exec: ["/usr/bin/pkg", "-R", "/rpool/images/build/host/work/sled/ramdisk", "install", "/driver/network/opte@0.39.455"] |
| 4518 | 2026-02-26T17:23:49.894Z | [ recovery-image] Feb 26 17:23:49.478 INFO O| Feb 26 17:23:49.478 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4519 | 2026-02-26T17:24:17.592Z | [ recovery-image] Feb 26 17:24:17.176 INFO O| Feb 26 17:24:17.176 INFO O| Startup: Caching catalogs ... Done |
| 4520 | 2026-02-26T17:24:29.012Z | [ recovery-image] Feb 26 17:24:28.597 INFO O| Feb 26 17:24:28.597 INFO O| Planning: Solver setup ... Done |
| 4521 | 2026-02-26T17:24:29.037Z | [ recovery-image] Feb 26 17:24:28.610 INFO O| Feb 26 17:24:28.610 INFO O| Planning: Running solver ... Done |
| 4522 | 2026-02-26T17:24:29.190Z | [ recovery-image] Feb 26 17:24:28.774 INFO O| Feb 26 17:24:28.774 INFO O| Planning: Finding local manifests ... Done |
| 4523 | 2026-02-26T17:24:29.323Z | [ recovery-image] Feb 26 17:24:28.909 INFO O| Feb 26 17:24:28.909 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4524 | 2026-02-26T17:24:29.369Z | [ recovery-image] Feb 26 17:24:28.954 INFO O| Feb 26 17:24:28.954 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4525 | 2026-02-26T17:24:29.398Z | [ recovery-image] Feb 26 17:24:28.983 INFO O| Feb 26 17:24:28.983 INFO O| Planning: Package planning ... Done |
| 4526 | 2026-02-26T17:24:29.423Z | [ recovery-image] Feb 26 17:24:28.984 INFO O| Feb 26 17:24:28.984 INFO O| Planning: Merging actions ... Done |
| 4527 | 2026-02-26T17:24:29.476Z | [ recovery-image] Feb 26 17:24:29.061 INFO O| Feb 26 17:24:29.061 INFO O| Planning: Checking for conflicting actions ... Done |
| 4528 | 2026-02-26T17:24:29.500Z | [ recovery-image] Feb 26 17:24:29.062 INFO O| Feb 26 17:24:29.062 INFO O| Planning: Consolidating action changes ... Done |
| 4529 | 2026-02-26T17:24:29.764Z | [ recovery-image] Feb 26 17:24:29.349 INFO O| Feb 26 17:24:29.349 INFO O| Planning: Evaluating mediators ... Done |
| 4530 | 2026-02-26T17:24:29.788Z | [ recovery-image] Feb 26 17:24:29.350 INFO O| Feb 26 17:24:29.350 INFO O| Planning: Planning completed in 12.01 seconds |
| 4531 | 2026-02-26T17:24:29.789Z | [ recovery-image] Feb 26 17:24:29.350 INFO O| Feb 26 17:24:29.350 INFO O| Packages to install: 1 |
| 4532 | 2026-02-26T17:24:29.813Z | [ recovery-image] Feb 26 17:24:29.391 INFO O| Feb 26 17:24:29.391 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete |
| 4533 | 2026-02-26T17:24:39.709Z | [ host-image] Feb 26 17:24:39.295 INFO O| Feb 26 17:24:39.294 INFO O| Startup: Refreshing catalog 'helios-dev' ... Done |
| 4534 | 2026-02-26T17:25:04.154Z | [ host-image] Feb 26 17:25:03.740 INFO O| Feb 26 17:25:03.740 INFO O| Startup: Caching catalogs ... Done |
| 4535 | 2026-02-26T17:25:14.789Z | [ host-image] Feb 26 17:25:14.375 INFO O| Feb 26 17:25:14.374 INFO O| Planning: Solver setup ... Done |
| 4536 | 2026-02-26T17:25:14.814Z | [ host-image] Feb 26 17:25:14.388 INFO O| Feb 26 17:25:14.388 INFO O| Planning: Running solver ... Done |
| 4537 | 2026-02-26T17:25:14.945Z | [ host-image] Feb 26 17:25:14.532 INFO O| Feb 26 17:25:14.532 INFO O| Planning: Finding local manifests ... Done |
| 4538 | 2026-02-26T17:25:15.059Z | [ host-image] Feb 26 17:25:14.646 INFO O| Feb 26 17:25:14.645 INFO O| Planning: Fetching manifests: 0/1 0% complete |
| 4539 | 2026-02-26T17:25:15.087Z | [ host-image] Feb 26 17:25:14.674 INFO O| Feb 26 17:25:14.674 INFO O| Planning: Fetching manifests: 1/1 100% complete |
| 4540 | 2026-02-26T17:25:15.119Z | [ host-image] Feb 26 17:25:14.705 INFO O| Feb 26 17:25:14.705 INFO O| Planning: Package planning ... Done |
| 4541 | 2026-02-26T17:25:15.144Z | [ host-image] Feb 26 17:25:14.706 INFO O| Feb 26 17:25:14.706 INFO O| Planning: Merging actions ... Done |
| 4542 | 2026-02-26T17:25:15.244Z | [ host-image] Feb 26 17:25:14.831 INFO O| Feb 26 17:25:14.831 INFO O| Planning: Checking for conflicting actions ... Done |
| 4543 | 2026-02-26T17:25:15.269Z | [ host-image] Feb 26 17:25:14.832 INFO O| Feb 26 17:25:14.832 INFO O| Planning: Consolidating action changes ... Done |
| 4544 | 2026-02-26T17:25:15.585Z | [ host-image] Feb 26 17:25:15.172 INFO O| Feb 26 17:25:15.172 INFO O| Planning: Evaluating mediators ... Done |
| 4545 | 2026-02-26T17:25:15.610Z | [ host-image] Feb 26 17:25:15.173 INFO O| Feb 26 17:25:15.172 INFO O| Planning: Planning completed in 11.32 seconds |
| 4546 | 2026-02-26T17:25:15.610Z | [ host-image] Feb 26 17:25:15.173 INFO O| Feb 26 17:25:15.173 INFO O| Packages to install: 1 |
| 4547 | 2026-02-26T17:25:15.635Z | [ host-image] Feb 26 17:25:15.217 INFO O| Feb 26 17:25:15.216 INFO O| Download: 0/4 items 0.0/12.3MB 0% complete |
| 4548 | 2026-02-26T17:25:16.268Z | [ host-image] Feb 26 17:25:15.854 INFO O| Feb 26 17:25:15.854 INFO O| Download: Completed 12.26 MB in 0.64 seconds (19.2M/s) |
| 4549 | 2026-02-26T17:25:16.356Z | [ host-image] Feb 26 17:25:15.943 INFO O| Feb 26 17:25:15.943 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4550 | 2026-02-26T17:25:16.806Z | [ host-image] Feb 26 17:25:16.392 INFO O| Feb 26 17:25:16.392 INFO O| Actions: Completed 22 actions in 0.45 seconds. |
| 4551 | 2026-02-26T17:25:17.751Z | [ host-image] Feb 26 17:25:17.338 INFO O| Feb 26 17:25:17.338 INFO O| Done |
| 4552 | 2026-02-26T17:25:17.776Z | [ host-image] Feb 26 17:25:17.338 INFO O| Feb 26 17:25:17.338 INFO O| Done |
| 4553 | 2026-02-26T17:25:19.817Z | [ host-image] Feb 26 17:25:19.404 INFO O| Feb 26 17:25:19.404 INFO O| Done |
| 4554 | 2026-02-26T17:25:22.279Z | [ host-image] Feb 26 17:25:21.866 INFO O| Feb 26 17:25:21.866 INFO O| Done |
| 4555 | 2026-02-26T17:25:22.304Z | [ recovery-image] Feb 26 17:25:21.869 INFO O| Feb 26 17:25:21.869 INFO O| Download: 3/4 items 12.2/12.3MB 99% complete |
| 4556 | 2026-02-26T17:25:22.332Z | [ host-image] Feb 26 17:25:21.919 INFO O| Feb 26 17:25:21.919 INFO O| Done |
| 4557 | 2026-02-26T17:25:22.357Z | [ host-image] Feb 26 17:25:21.920 INFO O| Feb 26 17:25:21.920 INFO O| Done |
| 4558 | 2026-02-26T17:25:22.357Z | [ recovery-image] Feb 26 17:25:21.932 INFO O| Feb 26 17:25:21.932 INFO O| Download: Completed 12.26 MB in 52.54 seconds (238k/s) |
| 4559 | 2026-02-26T17:25:22.357Z | [ host-image] Feb 26 17:25:21.942 INFO O| Feb 26 17:25:21.942 INFO O| Done |
| 4560 | 2026-02-26T17:25:22.389Z | [ recovery-image] Feb 26 17:25:21.975 INFO O| Feb 26 17:25:21.975 INFO O| Actions: 1/22 actions (Installing new actions) |
| 4561 | 2026-02-26T17:25:22.810Z | [ recovery-image] Feb 26 17:25:22.397 INFO O| Feb 26 17:25:22.397 INFO O| Actions: Completed 22 actions in 0.42 seconds. |
| 4562 | 2026-02-26T17:25:23.695Z | [ recovery-image] Feb 26 17:25:23.282 INFO O| Feb 26 17:25:23.282 INFO O| Done |
| 4563 | 2026-02-26T17:25:23.695Z | [ recovery-image] Feb 26 17:25:23.282 INFO O| Feb 26 17:25:23.282 INFO O| Done |
| 4564 | 2026-02-26T17:25:24.542Z | [ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO STEP 14 (pkg_install) COMPLETE |
| 4565 | 2026-02-26T17:25:24.542Z | [ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4566 | 2026-02-26T17:25:24.567Z | [ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO skip step because feature "mbist" is not enabled |
| 4567 | 2026-02-26T17:25:24.567Z | [ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4568 | 2026-02-26T17:25:24.567Z | [ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO skip step because feature "mfg" is not enabled |
| 4569 | 2026-02-26T17:25:24.567Z | [ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4570 | 2026-02-26T17:25:24.567Z | [ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO skip step because feature "compliance" is not enabled |
| 4571 | 2026-02-26T17:25:24.567Z | [ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4572 | 2026-02-26T17:25:24.567Z | [ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO skip step because feature "stress" is not enabled |
| 4573 | 2026-02-26T17:25:24.567Z | [ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4574 | 2026-02-26T17:25:24.567Z | [ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO skip step because feature "compliance" is not enabled |
| 4575 | 2026-02-26T17:25:24.567Z | [ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4576 | 2026-02-26T17:25:24.567Z | [ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO skip step because feature "nfs" is not enabled |
| 4577 | 2026-02-26T17:25:24.567Z | [ host-image] Feb 26 17:25:24.129 INFO O| Feb 26 17:25:24.129 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 4578 | 2026-02-26T17:25:24.567Z | [ host-image] Feb 26 17:25:24.130 INFO O| Feb 26 17:25:24.130 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 4579 | 2026-02-26T17:25:24.695Z | [ host-image] Feb 26 17:25:24.282 INFO O| Feb 26 17:25:24.282 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-01-os |
| 4580 | 2026-02-26T17:25:24.776Z | [ host-image] Feb 26 17:25:24.364 INFO O| Feb 26 17:25:24.363 INFO completed processing sled/ramdisk-01-os |
| 4581 | 2026-02-26T17:25:25.414Z | [ host-image] Feb 26 17:25:25.001 INFO omicron1 baseline generation... |
| 4582 | 2026-02-26T17:25:25.439Z | [ host-image] Feb 26 17:25:25.004 INFO exec: ["/usr/lib/brand/omicron1/baseline", "-R", "/rpool/images/build/host/work/sled/ramdisk", "/work/oxidecomputer/helios/tmp/image.host/omicron1"], pwd: None |
| 4583 | 2026-02-26T17:25:26.097Z | [ recovery-image] Feb 26 17:25:25.684 INFO O| Feb 26 17:25:25.684 INFO O| Done |
| 4584 | 2026-02-26T17:25:26.414Z | [ host-image] Feb 26 17:25:26.001 INFO O| incorp = pkg://helios-dev/consolidation/osnet/osnet-incorporation@0.5.11-2.0.23795:20260223T235442Z |
| 4585 | 2026-02-26T17:25:28.043Z | [ recovery-image] Feb 26 17:25:27.630 INFO O| Feb 26 17:25:27.630 INFO O| Done |
| 4586 | 2026-02-26T17:25:28.068Z | [ recovery-image] Feb 26 17:25:27.653 INFO O| Feb 26 17:25:27.653 INFO O| Done |
| 4587 | 2026-02-26T17:25:28.068Z | [ recovery-image] Feb 26 17:25:27.653 INFO O| Feb 26 17:25:27.653 INFO O| Done |
| 4588 | 2026-02-26T17:25:28.094Z | [ recovery-image] Feb 26 17:25:27.675 INFO O| Feb 26 17:25:27.675 INFO O| Done |
| 4589 | 2026-02-26T17:25:30.223Z | [ recovery-image] Feb 26 17:25:29.811 INFO O| Feb 26 17:25:29.810 INFO STEP 14 (pkg_install) COMPLETE |
| 4590 | 2026-02-26T17:25:30.223Z | [ recovery-image] Feb 26 17:25:29.811 INFO O| Feb 26 17:25:29.810 INFO STEP 15: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4591 | 2026-02-26T17:25:30.249Z | [ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO skip step because feature "mbist" is not enabled |
| 4592 | 2026-02-26T17:25:30.250Z | [ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO STEP 16: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4593 | 2026-02-26T17:25:30.250Z | [ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO skip step because feature "mfg" is not enabled |
| 4594 | 2026-02-26T17:25:30.250Z | [ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO STEP 17: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4595 | 2026-02-26T17:25:30.250Z | [ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO skip step because feature "compliance" is not enabled |
| 4596 | 2026-02-26T17:25:30.250Z | [ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO STEP 18: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4597 | 2026-02-26T17:25:30.250Z | [ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO skip step because feature "stress" is not enabled |
| 4598 | 2026-02-26T17:25:30.250Z | [ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO STEP 19: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4599 | 2026-02-26T17:25:30.250Z | [ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO skip step because feature "compliance" is not enabled |
| 4600 | 2026-02-26T17:25:30.250Z | [ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO STEP 20: pkg_install, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-01-os.json |
| 4601 | 2026-02-26T17:25:30.250Z | [ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO skip step because feature "nfs" is not enabled |
| 4602 | 2026-02-26T17:25:30.250Z | [ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4603 | 2026-02-26T17:25:30.250Z | [ recovery-image] Feb 26 17:25:29.812 INFO O| Feb 26 17:25:29.811 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4604 | 2026-02-26T17:25:30.250Z | [ recovery-image] Feb 26 17:25:29.835 INFO O| Feb 26 17:25:29.834 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-01-os |
| 4605 | 2026-02-26T17:25:30.326Z | [ recovery-image] Feb 26 17:25:29.913 INFO O| Feb 26 17:25:29.913 INFO completed processing sled/ramdisk-01-os |
| 4606 | 2026-02-26T17:25:30.414Z | [ recovery-image] Feb 26 17:25:30.001 INFO image builder template: ramdisk-02-trim... |
| 4607 | 2026-02-26T17:25:30.439Z | [ recovery-image] Feb 26 17:25:30.003 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/.tmpVgPXRo/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-02-trim"], pwd: None |
| 4608 | 2026-02-26T17:25:30.464Z | [ recovery-image] Feb 26 17:25:30.046 INFO O| Feb 26 17:25:30.046 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4609 | 2026-02-26T17:25:30.464Z | [ recovery-image] Feb 26 17:25:30.051 INFO O| Feb 26 17:25:30.051 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4610 | 2026-02-26T17:25:30.503Z | [ recovery-image] Feb 26 17:25:30.090 INFO O| Feb 26 17:25:30.090 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-02-trim: sync = disabled |
| 4611 | 2026-02-26T17:25:30.532Z | [ recovery-image] Feb 26 17:25:30.120 INFO O| Feb 26 17:25:30.120 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4612 | 2026-02-26T17:25:30.532Z | [ recovery-image] Feb 26 17:25:30.120 INFO O| Feb 26 17:25:30.120 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4613 | 2026-02-26T17:25:30.557Z | [ recovery-image] Feb 26 17:25:30.128 INFO O| Feb 26 17:25:30.128 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4614 | 2026-02-26T17:25:30.557Z | [ recovery-image] Feb 26 17:25:30.134 INFO O| Feb 26 17:25:30.134 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@os |
| 4615 | 2026-02-26T17:25:30.557Z | [ recovery-image] Feb 26 17:25:30.140 INFO O| Feb 26 17:25:30.140 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@os |
| 4616 | 2026-02-26T17:25:30.877Z | [ recovery-image] Feb 26 17:25:30.465 INFO O| Feb 26 17:25:30.464 INFO rolled back to input snapshot; work may begin |
| 4617 | 2026-02-26T17:25:30.877Z | [ recovery-image] Feb 26 17:25:30.465 INFO O| Feb 26 17:25:30.465 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4618 | 2026-02-26T17:25:30.902Z | [ recovery-image] Feb 26 17:25:30.473 INFO O| Feb 26 17:25:30.473 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4619 | 2026-02-26T17:25:30.927Z | [ recovery-image] Feb 26 17:25:30.492 INFO O| Feb 26 17:25:30.492 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/var/pkg" |
| 4620 | 2026-02-26T17:25:31.000Z | [ recovery-image] Feb 26 17:25:30.587 INFO O| Feb 26 17:25:30.587 INFO STEP 0 (remove_files) COMPLETE |
| 4621 | 2026-02-26T17:25:31.000Z | [ recovery-image] Feb 26 17:25:30.587 INFO O| Feb 26 17:25:30.587 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4622 | 2026-02-26T17:25:31.045Z | [ recovery-image] Feb 26 17:25:30.632 INFO O| Feb 26 17:25:30.632 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/xpg4" |
| 4623 | 2026-02-26T17:25:31.070Z | [ recovery-image] Feb 26 17:25:30.635 INFO O| Feb 26 17:25:30.635 INFO STEP 1 (remove_files) COMPLETE |
| 4624 | 2026-02-26T17:25:31.070Z | [ recovery-image] Feb 26 17:25:30.635 INFO O| Feb 26 17:25:30.635 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4625 | 2026-02-26T17:25:31.095Z | [ recovery-image] Feb 26 17:25:30.665 INFO O| Feb 26 17:25:30.664 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/include" |
| 4626 | 2026-02-26T17:25:31.119Z | [ recovery-image] Feb 26 17:25:30.685 INFO O| Feb 26 17:25:30.685 INFO STEP 2 (remove_files) COMPLETE |
| 4627 | 2026-02-26T17:25:31.119Z | [ recovery-image] Feb 26 17:25:30.686 INFO O| Feb 26 17:25:30.685 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4628 | 2026-02-26T17:25:31.119Z | [ recovery-image] Feb 26 17:25:30.704 INFO O| Feb 26 17:25:30.704 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/demo" |
| 4629 | 2026-02-26T17:25:31.144Z | [ recovery-image] Feb 26 17:25:30.709 INFO O| Feb 26 17:25:30.708 INFO STEP 3 (remove_files) COMPLETE |
| 4630 | 2026-02-26T17:25:31.144Z | [ recovery-image] Feb 26 17:25:30.709 INFO O| Feb 26 17:25:30.709 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4631 | 2026-02-26T17:25:31.145Z | [ recovery-image] Feb 26 17:25:30.724 INFO O| Feb 26 17:25:30.724 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/help" |
| 4632 | 2026-02-26T17:25:31.169Z | [ recovery-image] Feb 26 17:25:30.734 INFO O| Feb 26 17:25:30.734 INFO STEP 4 (remove_files) COMPLETE |
| 4633 | 2026-02-26T17:25:31.169Z | [ recovery-image] Feb 26 17:25:30.734 INFO O| Feb 26 17:25:30.734 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4634 | 2026-02-26T17:25:31.169Z | [ recovery-image] Feb 26 17:25:30.754 INFO O| Feb 26 17:25:30.754 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/doc" |
| 4635 | 2026-02-26T17:25:31.169Z | [ recovery-image] Feb 26 17:25:30.755 INFO O| Feb 26 17:25:30.755 INFO STEP 5 (remove_files) COMPLETE |
| 4636 | 2026-02-26T17:25:31.169Z | [ recovery-image] Feb 26 17:25:30.755 INFO O| Feb 26 17:25:30.755 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4637 | 2026-02-26T17:25:31.194Z | [ recovery-image] Feb 26 17:25:30.773 INFO O| Feb 26 17:25:30.773 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash-completion" |
| 4638 | 2026-02-26T17:25:31.219Z | [ recovery-image] Feb 26 17:25:30.790 INFO O| Feb 26 17:25:30.790 INFO STEP 6 (remove_files) COMPLETE |
| 4639 | 2026-02-26T17:25:31.219Z | [ recovery-image] Feb 26 17:25:30.791 INFO O| Feb 26 17:25:30.790 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4640 | 2026-02-26T17:25:31.219Z | [ recovery-image] Feb 26 17:25:30.791 INFO O| Feb 26 17:25:30.790 INFO skip step because feature "recovery" is enabled |
| 4641 | 2026-02-26T17:25:31.219Z | [ recovery-image] Feb 26 17:25:30.791 INFO O| Feb 26 17:25:30.790 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4642 | 2026-02-26T17:25:31.219Z | [ recovery-image] Feb 26 17:25:30.791 INFO O| Feb 26 17:25:30.790 INFO skip step because feature "recovery" is enabled |
| 4643 | 2026-02-26T17:25:31.219Z | [ recovery-image] Feb 26 17:25:30.791 INFO O| Feb 26 17:25:30.790 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4644 | 2026-02-26T17:25:31.219Z | [ recovery-image] Feb 26 17:25:30.791 INFO O| Feb 26 17:25:30.790 INFO skip step because feature "recovery" is enabled |
| 4645 | 2026-02-26T17:25:31.219Z | [ recovery-image] Feb 26 17:25:30.791 INFO O| Feb 26 17:25:30.790 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4646 | 2026-02-26T17:25:31.219Z | [ recovery-image] Feb 26 17:25:30.806 INFO O| Feb 26 17:25:30.806 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/etc/net-snmp" |
| 4647 | 2026-02-26T17:25:31.244Z | [ recovery-image] Feb 26 17:25:30.812 INFO O| Feb 26 17:25:30.812 INFO STEP 10 (remove_files) COMPLETE |
| 4648 | 2026-02-26T17:25:31.244Z | [ recovery-image] Feb 26 17:25:30.812 INFO O| Feb 26 17:25:30.812 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4649 | 2026-02-26T17:25:31.269Z | [ recovery-image] Feb 26 17:25:30.832 INFO O| Feb 26 17:25:30.832 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i386" |
| 4650 | 2026-02-26T17:25:31.269Z | [ recovery-image] Feb 26 17:25:30.834 INFO O| Feb 26 17:25:30.834 INFO STEP 11 (remove_files) COMPLETE |
| 4651 | 2026-02-26T17:25:31.269Z | [ recovery-image] Feb 26 17:25:30.834 INFO O| Feb 26 17:25:30.834 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4652 | 2026-02-26T17:25:31.269Z | [ recovery-image] Feb 26 17:25:30.849 INFO O| Feb 26 17:25:30.849 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86xpv" |
| 4653 | 2026-02-26T17:25:31.294Z | [ recovery-image] Feb 26 17:25:30.862 INFO O| Feb 26 17:25:30.862 INFO STEP 12 (remove_files) COMPLETE |
| 4654 | 2026-02-26T17:25:31.294Z | [ recovery-image] Feb 26 17:25:30.862 INFO O| Feb 26 17:25:30.862 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4655 | 2026-02-26T17:25:31.556Z | [ recovery-image] Feb 26 17:25:31.143 INFO O| Feb 26 17:25:31.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses++.a" |
| 4656 | 2026-02-26T17:25:31.581Z | [ recovery-image] Feb 26 17:25:31.147 INFO O| Feb 26 17:25:31.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 4657 | 2026-02-26T17:25:31.581Z | [ recovery-image] Feb 26 17:25:31.150 INFO O| Feb 26 17:25:31.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libtddl.a" |
| 4658 | 2026-02-26T17:25:31.581Z | [ recovery-image] Feb 26 17:25:31.152 INFO O| Feb 26 17:25:31.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libncurses++.a" |
| 4659 | 2026-02-26T17:25:31.631Z | [ recovery-image] Feb 26 17:25:31.218 INFO O| Feb 26 17:25:31.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
| 4660 | 2026-02-26T17:25:31.656Z | [ recovery-image] Feb 26 17:25:31.232 INFO O| Feb 26 17:25:31.232 INFO STEP 13 (remove_files) COMPLETE |
| 4661 | 2026-02-26T17:25:31.656Z | [ recovery-image] Feb 26 17:25:31.232 INFO O| Feb 26 17:25:31.232 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4662 | 2026-02-26T17:25:31.680Z | [ recovery-image] Feb 26 17:25:31.245 INFO O| Feb 26 17:25:31.245 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/boot" |
| 4663 | 2026-02-26T17:25:31.680Z | [ recovery-image] Feb 26 17:25:31.247 INFO O| Feb 26 17:25:31.247 INFO STEP 14 (remove_files) COMPLETE |
| 4664 | 2026-02-26T17:25:31.680Z | [ recovery-image] Feb 26 17:25:31.247 INFO O| Feb 26 17:25:31.247 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4665 | 2026-02-26T17:25:31.680Z | [ recovery-image] Feb 26 17:25:31.259 INFO O| Feb 26 17:25:31.258 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/platform/i86pc" |
| 4666 | 2026-02-26T17:25:31.705Z | [ recovery-image] Feb 26 17:25:31.269 INFO O| Feb 26 17:25:31.269 INFO STEP 15 (remove_files) COMPLETE |
| 4667 | 2026-02-26T17:25:31.705Z | [ recovery-image] Feb 26 17:25:31.269 INFO O| Feb 26 17:25:31.269 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4668 | 2026-02-26T17:25:31.705Z | [ recovery-image] Feb 26 17:25:31.281 INFO O| Feb 26 17:25:31.281 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86xpv" |
| 4669 | 2026-02-26T17:25:31.705Z | [ recovery-image] Feb 26 17:25:31.282 INFO O| Feb 26 17:25:31.282 INFO STEP 16 (remove_files) COMPLETE |
| 4670 | 2026-02-26T17:25:31.706Z | [ recovery-image] Feb 26 17:25:31.282 INFO O| Feb 26 17:25:31.282 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4671 | 2026-02-26T17:25:31.706Z | [ recovery-image] Feb 26 17:25:31.293 INFO O| Feb 26 17:25:31.293 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/platform/i86pc" |
| 4672 | 2026-02-26T17:25:31.756Z | [ recovery-image] Feb 26 17:25:31.295 INFO O| Feb 26 17:25:31.295 INFO STEP 17 (remove_files) COMPLETE |
| 4673 | 2026-02-26T17:25:31.756Z | [ recovery-image] Feb 26 17:25:31.295 INFO O| Feb 26 17:25:31.295 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4674 | 2026-02-26T17:25:31.756Z | [ recovery-image] Feb 26 17:25:31.306 INFO O| Feb 26 17:25:31.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 4675 | 2026-02-26T17:25:31.756Z | [ recovery-image] Feb 26 17:25:31.306 INFO O| Feb 26 17:25:31.306 INFO STEP 18 (remove_files) COMPLETE |
| 4676 | 2026-02-26T17:25:31.756Z | [ recovery-image] Feb 26 17:25:31.306 INFO O| Feb 26 17:25:31.306 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4677 | 2026-02-26T17:25:31.781Z | [ recovery-image] Feb 26 17:25:31.318 INFO O| Feb 26 17:25:31.317 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 4678 | 2026-02-26T17:25:31.781Z | [ recovery-image] Feb 26 17:25:31.318 INFO O| Feb 26 17:25:31.318 INFO STEP 19 (remove_files) COMPLETE |
| 4679 | 2026-02-26T17:25:31.781Z | [ recovery-image] Feb 26 17:25:31.318 INFO O| Feb 26 17:25:31.318 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4680 | 2026-02-26T17:25:31.781Z | [ recovery-image] Feb 26 17:25:31.331 INFO O| Feb 26 17:25:31.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 4681 | 2026-02-26T17:25:31.781Z | [ recovery-image] Feb 26 17:25:31.331 INFO O| Feb 26 17:25:31.331 INFO STEP 20 (remove_files) COMPLETE |
| 4682 | 2026-02-26T17:25:31.781Z | [ recovery-image] Feb 26 17:25:31.331 INFO O| Feb 26 17:25:31.331 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4683 | 2026-02-26T17:25:31.781Z | [ recovery-image] Feb 26 17:25:31.344 INFO O| Feb 26 17:25:31.344 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 4684 | 2026-02-26T17:25:31.781Z | [ recovery-image] Feb 26 17:25:31.344 INFO O| Feb 26 17:25:31.344 INFO STEP 21 (remove_files) COMPLETE |
| 4685 | 2026-02-26T17:25:31.781Z | [ recovery-image] Feb 26 17:25:31.344 INFO O| Feb 26 17:25:31.344 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4686 | 2026-02-26T17:25:31.781Z | [ recovery-image] Feb 26 17:25:31.366 INFO O| Feb 26 17:25:31.366 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 4687 | 2026-02-26T17:25:31.781Z | [ recovery-image] Feb 26 17:25:31.366 INFO O| Feb 26 17:25:31.366 INFO STEP 22 (remove_files) COMPLETE |
| 4688 | 2026-02-26T17:25:31.781Z | [ recovery-image] Feb 26 17:25:31.367 INFO O| Feb 26 17:25:31.366 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4689 | 2026-02-26T17:25:31.806Z | [ recovery-image] Feb 26 17:25:31.383 INFO O| Feb 26 17:25:31.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 4690 | 2026-02-26T17:25:31.806Z | [ recovery-image] Feb 26 17:25:31.383 INFO O| Feb 26 17:25:31.383 INFO STEP 23 (remove_files) COMPLETE |
| 4691 | 2026-02-26T17:25:31.806Z | [ recovery-image] Feb 26 17:25:31.384 INFO O| Feb 26 17:25:31.384 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4692 | 2026-02-26T17:25:31.831Z | [ recovery-image] Feb 26 17:25:31.399 INFO O| Feb 26 17:25:31.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 4693 | 2026-02-26T17:25:31.831Z | [ recovery-image] Feb 26 17:25:31.399 INFO O| Feb 26 17:25:31.399 INFO STEP 24 (remove_files) COMPLETE |
| 4694 | 2026-02-26T17:25:31.831Z | [ recovery-image] Feb 26 17:25:31.400 INFO O| Feb 26 17:25:31.399 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4695 | 2026-02-26T17:25:31.831Z | [ recovery-image] Feb 26 17:25:31.414 INFO O| Feb 26 17:25:31.414 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/power" |
| 4696 | 2026-02-26T17:25:31.831Z | [ recovery-image] Feb 26 17:25:31.414 INFO O| Feb 26 17:25:31.414 INFO STEP 25 (remove_files) COMPLETE |
| 4697 | 2026-02-26T17:25:31.831Z | [ recovery-image] Feb 26 17:25:31.414 INFO O| Feb 26 17:25:31.414 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4698 | 2026-02-26T17:25:31.856Z | [ recovery-image] Feb 26 17:25:31.430 INFO O| Feb 26 17:25:31.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 4699 | 2026-02-26T17:25:31.856Z | [ recovery-image] Feb 26 17:25:31.430 INFO O| Feb 26 17:25:31.430 INFO STEP 26 (remove_files) COMPLETE |
| 4700 | 2026-02-26T17:25:31.856Z | [ recovery-image] Feb 26 17:25:31.430 INFO O| Feb 26 17:25:31.430 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4701 | 2026-02-26T17:25:31.881Z | [ recovery-image] Feb 26 17:25:31.445 INFO O| Feb 26 17:25:31.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 4702 | 2026-02-26T17:25:31.881Z | [ recovery-image] Feb 26 17:25:31.445 INFO O| Feb 26 17:25:31.445 INFO STEP 27 (remove_files) COMPLETE |
| 4703 | 2026-02-26T17:25:31.881Z | [ recovery-image] Feb 26 17:25:31.445 INFO O| Feb 26 17:25:31.445 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4704 | 2026-02-26T17:25:31.881Z | [ recovery-image] Feb 26 17:25:31.460 INFO O| Feb 26 17:25:31.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 4705 | 2026-02-26T17:25:31.881Z | [ recovery-image] Feb 26 17:25:31.460 INFO O| Feb 26 17:25:31.460 INFO STEP 28 (remove_files) COMPLETE |
| 4706 | 2026-02-26T17:25:31.881Z | [ recovery-image] Feb 26 17:25:31.460 INFO O| Feb 26 17:25:31.460 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4707 | 2026-02-26T17:25:31.907Z | [ recovery-image] Feb 26 17:25:31.475 INFO O| Feb 26 17:25:31.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 4708 | 2026-02-26T17:25:31.907Z | [ recovery-image] Feb 26 17:25:31.475 INFO O| Feb 26 17:25:31.475 INFO STEP 29 (remove_files) COMPLETE |
| 4709 | 2026-02-26T17:25:31.907Z | [ recovery-image] Feb 26 17:25:31.476 INFO O| Feb 26 17:25:31.475 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4710 | 2026-02-26T17:25:31.907Z | [ recovery-image] Feb 26 17:25:31.490 INFO O| Feb 26 17:25:31.489 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 4711 | 2026-02-26T17:25:31.907Z | [ recovery-image] Feb 26 17:25:31.490 INFO O| Feb 26 17:25:31.490 INFO STEP 30 (remove_files) COMPLETE |
| 4712 | 2026-02-26T17:25:31.907Z | [ recovery-image] Feb 26 17:25:31.490 INFO O| Feb 26 17:25:31.490 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4713 | 2026-02-26T17:25:31.962Z | [ recovery-image] Feb 26 17:25:31.549 INFO O| Feb 26 17:25:31.549 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 4714 | 2026-02-26T17:25:31.986Z | [ recovery-image] Feb 26 17:25:31.549 INFO O| Feb 26 17:25:31.549 INFO STEP 31 (remove_files) COMPLETE |
| 4715 | 2026-02-26T17:25:31.986Z | [ recovery-image] Feb 26 17:25:31.549 INFO O| Feb 26 17:25:31.549 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4716 | 2026-02-26T17:25:31.986Z | [ recovery-image] Feb 26 17:25:31.564 INFO O| Feb 26 17:25:31.564 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 4717 | 2026-02-26T17:25:31.987Z | [ recovery-image] Feb 26 17:25:31.565 INFO O| Feb 26 17:25:31.565 INFO STEP 32 (remove_files) COMPLETE |
| 4718 | 2026-02-26T17:25:31.987Z | [ recovery-image] Feb 26 17:25:31.565 INFO O| Feb 26 17:25:31.565 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4719 | 2026-02-26T17:25:32.011Z | [ recovery-image] Feb 26 17:25:31.578 INFO O| Feb 26 17:25:31.578 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 4720 | 2026-02-26T17:25:32.011Z | [ recovery-image] Feb 26 17:25:31.578 INFO O| Feb 26 17:25:31.578 INFO STEP 33 (remove_files) COMPLETE |
| 4721 | 2026-02-26T17:25:32.011Z | [ recovery-image] Feb 26 17:25:31.578 INFO O| Feb 26 17:25:31.578 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4722 | 2026-02-26T17:25:32.011Z | [ recovery-image] Feb 26 17:25:31.591 INFO O| Feb 26 17:25:31.591 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 4723 | 2026-02-26T17:25:32.011Z | [ recovery-image] Feb 26 17:25:31.592 INFO O| Feb 26 17:25:31.592 INFO STEP 34 (remove_files) COMPLETE |
| 4724 | 2026-02-26T17:25:32.011Z | [ recovery-image] Feb 26 17:25:31.592 INFO O| Feb 26 17:25:31.592 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4725 | 2026-02-26T17:25:32.036Z | [ recovery-image] Feb 26 17:25:31.605 INFO O| Feb 26 17:25:31.605 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 4726 | 2026-02-26T17:25:32.036Z | [ recovery-image] Feb 26 17:25:31.606 INFO O| Feb 26 17:25:31.605 INFO STEP 35 (remove_files) COMPLETE |
| 4727 | 2026-02-26T17:25:32.036Z | [ recovery-image] Feb 26 17:25:31.606 INFO O| Feb 26 17:25:31.606 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4728 | 2026-02-26T17:25:32.036Z | [ recovery-image] Feb 26 17:25:31.619 INFO O| Feb 26 17:25:31.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 4729 | 2026-02-26T17:25:32.037Z | [ recovery-image] Feb 26 17:25:31.619 INFO O| Feb 26 17:25:31.619 INFO STEP 36 (remove_files) COMPLETE |
| 4730 | 2026-02-26T17:25:32.037Z | [ recovery-image] Feb 26 17:25:31.619 INFO O| Feb 26 17:25:31.619 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4731 | 2026-02-26T17:25:32.066Z | [ recovery-image] Feb 26 17:25:31.653 INFO O| Feb 26 17:25:31.653 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 4732 | 2026-02-26T17:25:32.066Z | [ recovery-image] Feb 26 17:25:31.653 INFO O| Feb 26 17:25:31.653 INFO STEP 37 (remove_files) COMPLETE |
| 4733 | 2026-02-26T17:25:32.091Z | [ recovery-image] Feb 26 17:25:31.653 INFO O| Feb 26 17:25:31.653 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4734 | 2026-02-26T17:25:32.091Z | [ recovery-image] Feb 26 17:25:31.671 INFO O| Feb 26 17:25:31.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 4735 | 2026-02-26T17:25:32.091Z | [ recovery-image] Feb 26 17:25:31.672 INFO O| Feb 26 17:25:31.671 INFO STEP 38 (remove_files) COMPLETE |
| 4736 | 2026-02-26T17:25:32.091Z | [ recovery-image] Feb 26 17:25:31.672 INFO O| Feb 26 17:25:31.671 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4737 | 2026-02-26T17:25:32.115Z | [ recovery-image] Feb 26 17:25:31.689 INFO O| Feb 26 17:25:31.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 4738 | 2026-02-26T17:25:32.116Z | [ recovery-image] Feb 26 17:25:31.689 INFO O| Feb 26 17:25:31.689 INFO STEP 39 (remove_files) COMPLETE |
| 4739 | 2026-02-26T17:25:32.116Z | [ recovery-image] Feb 26 17:25:31.689 INFO O| Feb 26 17:25:31.689 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4740 | 2026-02-26T17:25:32.141Z | [ recovery-image] Feb 26 17:25:31.706 INFO O| Feb 26 17:25:31.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 4741 | 2026-02-26T17:25:32.141Z | [ recovery-image] Feb 26 17:25:31.706 INFO O| Feb 26 17:25:31.706 INFO STEP 40 (remove_files) COMPLETE |
| 4742 | 2026-02-26T17:25:32.141Z | [ recovery-image] Feb 26 17:25:31.706 INFO O| Feb 26 17:25:31.706 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4743 | 2026-02-26T17:25:32.166Z | [ recovery-image] Feb 26 17:25:31.750 INFO O| Feb 26 17:25:31.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 4744 | 2026-02-26T17:25:32.166Z | [ recovery-image] Feb 26 17:25:31.750 INFO O| Feb 26 17:25:31.750 INFO STEP 41 (remove_files) COMPLETE |
| 4745 | 2026-02-26T17:25:32.166Z | [ recovery-image] Feb 26 17:25:31.750 INFO O| Feb 26 17:25:31.750 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4746 | 2026-02-26T17:25:32.190Z | [ recovery-image] Feb 26 17:25:31.773 INFO O| Feb 26 17:25:31.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 4747 | 2026-02-26T17:25:32.190Z | [ recovery-image] Feb 26 17:25:31.773 INFO O| Feb 26 17:25:31.773 INFO STEP 42 (remove_files) COMPLETE |
| 4748 | 2026-02-26T17:25:32.191Z | [ recovery-image] Feb 26 17:25:31.773 INFO O| Feb 26 17:25:31.773 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4749 | 2026-02-26T17:25:32.215Z | [ recovery-image] Feb 26 17:25:31.794 INFO O| Feb 26 17:25:31.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 4750 | 2026-02-26T17:25:32.215Z | [ recovery-image] Feb 26 17:25:31.794 INFO O| Feb 26 17:25:31.794 INFO STEP 43 (remove_files) COMPLETE |
| 4751 | 2026-02-26T17:25:32.215Z | [ recovery-image] Feb 26 17:25:31.794 INFO O| Feb 26 17:25:31.794 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4752 | 2026-02-26T17:25:32.240Z | [ recovery-image] Feb 26 17:25:31.809 INFO O| Feb 26 17:25:31.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 4753 | 2026-02-26T17:25:32.241Z | [ recovery-image] Feb 26 17:25:31.809 INFO O| Feb 26 17:25:31.809 INFO STEP 44 (remove_files) COMPLETE |
| 4754 | 2026-02-26T17:25:32.241Z | [ recovery-image] Feb 26 17:25:31.809 INFO O| Feb 26 17:25:31.809 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4755 | 2026-02-26T17:25:32.241Z | [ recovery-image] Feb 26 17:25:31.825 INFO O| Feb 26 17:25:31.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 4756 | 2026-02-26T17:25:32.241Z | [ recovery-image] Feb 26 17:25:31.825 INFO O| Feb 26 17:25:31.825 INFO STEP 45 (remove_files) COMPLETE |
| 4757 | 2026-02-26T17:25:32.241Z | [ recovery-image] Feb 26 17:25:31.825 INFO O| Feb 26 17:25:31.825 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4758 | 2026-02-26T17:25:32.265Z | [ recovery-image] Feb 26 17:25:31.842 INFO O| Feb 26 17:25:31.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 4759 | 2026-02-26T17:25:32.265Z | [ recovery-image] Feb 26 17:25:31.842 INFO O| Feb 26 17:25:31.842 INFO STEP 46 (remove_files) COMPLETE |
| 4760 | 2026-02-26T17:25:32.266Z | [ recovery-image] Feb 26 17:25:31.842 INFO O| Feb 26 17:25:31.842 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4761 | 2026-02-26T17:25:32.290Z | [ recovery-image] Feb 26 17:25:31.859 INFO O| Feb 26 17:25:31.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 4762 | 2026-02-26T17:25:32.290Z | [ recovery-image] Feb 26 17:25:31.859 INFO O| Feb 26 17:25:31.859 INFO STEP 47 (remove_files) COMPLETE |
| 4763 | 2026-02-26T17:25:32.290Z | [ recovery-image] Feb 26 17:25:31.859 INFO O| Feb 26 17:25:31.859 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4764 | 2026-02-26T17:25:32.290Z | [ recovery-image] Feb 26 17:25:31.874 INFO O| Feb 26 17:25:31.874 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 4765 | 2026-02-26T17:25:32.290Z | [ recovery-image] Feb 26 17:25:31.874 INFO O| Feb 26 17:25:31.874 INFO STEP 48 (remove_files) COMPLETE |
| 4766 | 2026-02-26T17:25:32.290Z | [ recovery-image] Feb 26 17:25:31.875 INFO O| Feb 26 17:25:31.874 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4767 | 2026-02-26T17:25:32.315Z | [ recovery-image] Feb 26 17:25:31.890 INFO O| Feb 26 17:25:31.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 4768 | 2026-02-26T17:25:32.315Z | [ recovery-image] Feb 26 17:25:31.890 INFO O| Feb 26 17:25:31.890 INFO STEP 49 (remove_files) COMPLETE |
| 4769 | 2026-02-26T17:25:32.315Z | [ recovery-image] Feb 26 17:25:31.890 INFO O| Feb 26 17:25:31.890 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4770 | 2026-02-26T17:25:32.340Z | [ recovery-image] Feb 26 17:25:31.908 INFO O| Feb 26 17:25:31.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 4771 | 2026-02-26T17:25:32.340Z | [ recovery-image] Feb 26 17:25:31.908 INFO O| Feb 26 17:25:31.908 INFO STEP 50 (remove_files) COMPLETE |
| 4772 | 2026-02-26T17:25:32.340Z | [ recovery-image] Feb 26 17:25:31.908 INFO O| Feb 26 17:25:31.908 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4773 | 2026-02-26T17:25:32.340Z | [ recovery-image] Feb 26 17:25:31.924 INFO O| Feb 26 17:25:31.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 4774 | 2026-02-26T17:25:32.340Z | [ recovery-image] Feb 26 17:25:31.924 INFO O| Feb 26 17:25:31.924 INFO STEP 51 (remove_files) COMPLETE |
| 4775 | 2026-02-26T17:25:32.340Z | [ recovery-image] Feb 26 17:25:31.924 INFO O| Feb 26 17:25:31.924 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4776 | 2026-02-26T17:25:32.365Z | [ recovery-image] Feb 26 17:25:31.943 INFO O| Feb 26 17:25:31.943 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 4777 | 2026-02-26T17:25:32.365Z | [ recovery-image] Feb 26 17:25:31.943 INFO O| Feb 26 17:25:31.943 INFO STEP 52 (remove_files) COMPLETE |
| 4778 | 2026-02-26T17:25:32.366Z | [ recovery-image] Feb 26 17:25:31.943 INFO O| Feb 26 17:25:31.943 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4779 | 2026-02-26T17:25:32.390Z | [ recovery-image] Feb 26 17:25:31.964 INFO O| Feb 26 17:25:31.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/bootadm" |
| 4780 | 2026-02-26T17:25:32.390Z | [ recovery-image] Feb 26 17:25:31.964 INFO O| Feb 26 17:25:31.964 INFO STEP 53 (remove_files) COMPLETE |
| 4781 | 2026-02-26T17:25:32.390Z | [ recovery-image] Feb 26 17:25:31.964 INFO O| Feb 26 17:25:31.964 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4782 | 2026-02-26T17:25:32.415Z | [ recovery-image] Feb 26 17:25:31.987 INFO O| Feb 26 17:25:31.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bootadm" |
| 4783 | 2026-02-26T17:25:32.415Z | [ recovery-image] Feb 26 17:25:31.987 INFO O| Feb 26 17:25:31.987 INFO STEP 54 (remove_files) COMPLETE |
| 4784 | 2026-02-26T17:25:32.415Z | [ recovery-image] Feb 26 17:25:31.987 INFO O| Feb 26 17:25:31.987 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4785 | 2026-02-26T17:25:32.440Z | [ recovery-image] Feb 26 17:25:32.010 INFO O| Feb 26 17:25:32.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/sbin/beadm" |
| 4786 | 2026-02-26T17:25:32.440Z | [ recovery-image] Feb 26 17:25:32.010 INFO O| Feb 26 17:25:32.010 INFO STEP 55 (remove_files) COMPLETE |
| 4787 | 2026-02-26T17:25:32.440Z | [ recovery-image] Feb 26 17:25:32.010 INFO O| Feb 26 17:25:32.010 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4788 | 2026-02-26T17:25:32.440Z | [ recovery-image] Feb 26 17:25:32.026 INFO O| Feb 26 17:25:32.026 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/beadm" |
| 4789 | 2026-02-26T17:25:32.440Z | [ recovery-image] Feb 26 17:25:32.026 INFO O| Feb 26 17:25:32.026 INFO STEP 56 (remove_files) COMPLETE |
| 4790 | 2026-02-26T17:25:32.440Z | [ recovery-image] Feb 26 17:25:32.026 INFO O| Feb 26 17:25:32.026 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4791 | 2026-02-26T17:25:32.465Z | [ recovery-image] Feb 26 17:25:32.040 INFO O| Feb 26 17:25:32.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/etc/default/tar" |
| 4792 | 2026-02-26T17:25:32.465Z | [ recovery-image] Feb 26 17:25:32.040 INFO O| Feb 26 17:25:32.040 INFO STEP 57 (remove_files) COMPLETE |
| 4793 | 2026-02-26T17:25:32.465Z | [ recovery-image] Feb 26 17:25:32.040 INFO O| Feb 26 17:25:32.040 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4794 | 2026-02-26T17:25:32.490Z | [ recovery-image] Feb 26 17:25:32.055 INFO O| Feb 26 17:25:32.055 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 4795 | 2026-02-26T17:25:32.490Z | [ recovery-image] Feb 26 17:25:32.055 INFO O| Feb 26 17:25:32.055 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap ... |
| 4796 | 2026-02-26T17:25:32.490Z | [ recovery-image] Feb 26 17:25:32.055 INFO O| Feb 26 17:25:32.055 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4797 | 2026-02-26T17:25:32.491Z | [ recovery-image] Feb 26 17:25:32.055 INFO O| Feb 26 17:25:32.055 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4798 | 2026-02-26T17:25:32.491Z | [ recovery-image] Feb 26 17:25:32.055 INFO O| Feb 26 17:25:32.055 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4799 | 2026-02-26T17:25:32.491Z | [ recovery-image] Feb 26 17:25:32.056 INFO O| Feb 26 17:25:32.056 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/method/keymap |
| 4800 | 2026-02-26T17:25:32.491Z | [ recovery-image] Feb 26 17:25:32.056 INFO O| Feb 26 17:25:32.056 INFO ok! |
| 4801 | 2026-02-26T17:25:32.491Z | [ recovery-image] Feb 26 17:25:32.056 INFO O| Feb 26 17:25:32.056 INFO STEP 58 (ensure_file) COMPLETE |
| 4802 | 2026-02-26T17:25:32.491Z | [ recovery-image] Feb 26 17:25:32.056 INFO O| Feb 26 17:25:32.056 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4803 | 2026-02-26T17:25:32.491Z | [ recovery-image] Feb 26 17:25:32.072 INFO O| Feb 26 17:25:32.072 WARN file /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 4804 | 2026-02-26T17:25:32.491Z | [ recovery-image] Feb 26 17:25:32.072 INFO O| Feb 26 17:25:32.072 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 4805 | 2026-02-26T17:25:32.491Z | [ recovery-image] Feb 26 17:25:32.072 INFO O| Feb 26 17:25:32.072 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4806 | 2026-02-26T17:25:32.491Z | [ recovery-image] Feb 26 17:25:32.072 INFO O| Feb 26 17:25:32.072 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4807 | 2026-02-26T17:25:32.491Z | [ recovery-image] Feb 26 17:25:32.072 INFO O| Feb 26 17:25:32.072 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4808 | 2026-02-26T17:25:32.491Z | [ recovery-image] Feb 26 17:25:32.072 INFO O| Feb 26 17:25:32.072 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 4809 | 2026-02-26T17:25:32.491Z | [ recovery-image] Feb 26 17:25:32.072 INFO O| Feb 26 17:25:32.072 INFO ok! |
| 4810 | 2026-02-26T17:25:32.491Z | [ recovery-image] Feb 26 17:25:32.072 INFO O| Feb 26 17:25:32.072 INFO STEP 59 (ensure_file) COMPLETE |
| 4811 | 2026-02-26T17:25:32.491Z | [ recovery-image] Feb 26 17:25:32.072 INFO O| Feb 26 17:25:32.072 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4812 | 2026-02-26T17:25:32.516Z | [ recovery-image] Feb 26 17:25:32.091 INFO O| Feb 26 17:25:32.090 INFO file /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile does not exist |
| 4813 | 2026-02-26T17:25:32.516Z | [ recovery-image] Feb 26 17:25:32.091 INFO O| Feb 26 17:25:32.091 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile ... |
| 4814 | 2026-02-26T17:25:32.516Z | [ recovery-image] Feb 26 17:25:32.091 INFO O| Feb 26 17:25:32.091 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bash_profile |
| 4815 | 2026-02-26T17:25:32.516Z | [ recovery-image] Feb 26 17:25:32.091 INFO O| Feb 26 17:25:32.091 INFO ok! |
| 4816 | 2026-02-26T17:25:32.516Z | [ recovery-image] Feb 26 17:25:32.091 INFO O| Feb 26 17:25:32.091 INFO STEP 60 (ensure_file) COMPLETE |
| 4817 | 2026-02-26T17:25:32.516Z | [ recovery-image] Feb 26 17:25:32.091 INFO O| Feb 26 17:25:32.091 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4818 | 2026-02-26T17:25:32.541Z | [ recovery-image] Feb 26 17:25:32.105 INFO O| Feb 26 17:25:32.105 WARN file /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 4819 | 2026-02-26T17:25:32.541Z | [ recovery-image] Feb 26 17:25:32.105 INFO O| Feb 26 17:25:32.105 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc ... |
| 4820 | 2026-02-26T17:25:32.541Z | [ recovery-image] Feb 26 17:25:32.105 INFO O| Feb 26 17:25:32.105 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/root/.bashrc |
| 4821 | 2026-02-26T17:25:32.541Z | [ recovery-image] Feb 26 17:25:32.105 INFO O| Feb 26 17:25:32.105 INFO ok! |
| 4822 | 2026-02-26T17:25:32.541Z | [ recovery-image] Feb 26 17:25:32.105 INFO O| Feb 26 17:25:32.105 INFO STEP 61 (ensure_file) COMPLETE |
| 4823 | 2026-02-26T17:25:32.541Z | [ recovery-image] Feb 26 17:25:32.105 INFO O| Feb 26 17:25:32.105 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4824 | 2026-02-26T17:25:32.541Z | [ recovery-image] Feb 26 17:25:32.119 INFO O| Feb 26 17:25:32.119 WARN file /rpool/images/build/recovery/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 4825 | 2026-02-26T17:25:32.541Z | [ recovery-image] Feb 26 17:25:32.119 INFO O| Feb 26 17:25:32.119 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/recovery/work/sled/ramdisk/etc/motd ... |
| 4826 | 2026-02-26T17:25:32.541Z | [ recovery-image] Feb 26 17:25:32.119 INFO O| Feb 26 17:25:32.119 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 4827 | 2026-02-26T17:25:32.541Z | [ recovery-image] Feb 26 17:25:32.119 INFO O| Feb 26 17:25:32.119 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/motd |
| 4828 | 2026-02-26T17:25:32.541Z | [ recovery-image] Feb 26 17:25:32.119 INFO O| Feb 26 17:25:32.119 INFO ok! |
| 4829 | 2026-02-26T17:25:32.541Z | [ recovery-image] Feb 26 17:25:32.119 INFO O| Feb 26 17:25:32.119 INFO STEP 62 (ensure_file) COMPLETE |
| 4830 | 2026-02-26T17:25:32.541Z | [ recovery-image] Feb 26 17:25:32.119 INFO O| Feb 26 17:25:32.119 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4831 | 2026-02-26T17:25:32.566Z | [ recovery-image] Feb 26 17:25:32.133 INFO O| Feb 26 17:25:32.133 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 4832 | 2026-02-26T17:25:32.566Z | [ recovery-image] Feb 26 17:25:32.134 INFO O| Feb 26 17:25:32.133 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 4833 | 2026-02-26T17:25:32.566Z | [ recovery-image] Feb 26 17:25:32.134 INFO O| Feb 26 17:25:32.134 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 4834 | 2026-02-26T17:25:32.566Z | [ recovery-image] Feb 26 17:25:32.134 INFO O| Feb 26 17:25:32.134 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 4835 | 2026-02-26T17:25:32.567Z | [ recovery-image] Feb 26 17:25:32.134 INFO O| Feb 26 17:25:32.134 INFO ok! |
| 4836 | 2026-02-26T17:25:32.567Z | [ recovery-image] Feb 26 17:25:32.134 INFO O| Feb 26 17:25:32.134 INFO STEP 63 (ensure_file) COMPLETE |
| 4837 | 2026-02-26T17:25:32.567Z | [ recovery-image] Feb 26 17:25:32.134 INFO O| Feb 26 17:25:32.134 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4838 | 2026-02-26T17:25:32.567Z | [ recovery-image] Feb 26 17:25:32.151 INFO O| Feb 26 17:25:32.151 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 4839 | 2026-02-26T17:25:32.567Z | [ recovery-image] Feb 26 17:25:32.151 INFO O| Feb 26 17:25:32.151 INFO writing /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 4840 | 2026-02-26T17:25:32.567Z | [ recovery-image] Feb 26 17:25:32.152 INFO O| Feb 26 17:25:32.152 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/system.d/.self-assembly |
| 4841 | 2026-02-26T17:25:32.567Z | [ recovery-image] Feb 26 17:25:32.152 INFO O| Feb 26 17:25:32.152 INFO ok! |
| 4842 | 2026-02-26T17:25:32.567Z | [ recovery-image] Feb 26 17:25:32.152 INFO O| Feb 26 17:25:32.152 INFO STEP 64 (assemble_files) COMPLETE |
| 4843 | 2026-02-26T17:25:32.567Z | [ recovery-image] Feb 26 17:25:32.152 INFO O| Feb 26 17:25:32.152 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4844 | 2026-02-26T17:25:32.592Z | [ recovery-image] Feb 26 17:25:32.166 INFO O| Feb 26 17:25:32.166 INFO file /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 4845 | 2026-02-26T17:25:32.592Z | [ recovery-image] Feb 26 17:25:32.166 INFO O| Feb 26 17:25:32.166 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf ... |
| 4846 | 2026-02-26T17:25:32.592Z | [ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 4847 | 2026-02-26T17:25:32.592Z | [ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO chown ok, path: /rpool/images/build/recovery/work/sled/ramdisk/etc/dumpadm.conf |
| 4848 | 2026-02-26T17:25:32.592Z | [ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO ok! |
| 4849 | 2026-02-26T17:25:32.592Z | [ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO STEP 65 (ensure_file) COMPLETE |
| 4850 | 2026-02-26T17:25:32.592Z | [ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4851 | 2026-02-26T17:25:32.592Z | [ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO skip step because feature "omicron1" is not enabled |
| 4852 | 2026-02-26T17:25:32.592Z | [ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4853 | 2026-02-26T17:25:32.592Z | [ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO skip step because feature "omicron1" is not enabled |
| 4854 | 2026-02-26T17:25:32.592Z | [ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4855 | 2026-02-26T17:25:32.592Z | [ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO skip step because feature "omicron1" is not enabled |
| 4856 | 2026-02-26T17:25:32.592Z | [ recovery-image] Feb 26 17:25:32.167 INFO O| Feb 26 17:25:32.167 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 4857 | 2026-02-26T17:25:32.617Z | [ recovery-image] Feb 26 17:25:32.187 INFO O| Feb 26 17:25:32.187 INFO file /rpool/images/build/recovery/output/sled-ramdisk.tar does not already exist, skipping removal |
| 4858 | 2026-02-26T17:25:32.617Z | [ recovery-image] Feb 26 17:25:32.187 INFO O| Feb 26 17:25:32.187 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 4859 | 2026-02-26T17:25:35.262Z | [ recovery-image] Feb 26 17:25:34.850 INFO O| Feb 26 17:25:34.850 INFO STEP 69 (pack_tar) COMPLETE |
| 4860 | 2026-02-26T17:25:35.262Z | [ recovery-image] Feb 26 17:25:34.850 INFO O| Feb 26 17:25:34.850 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4861 | 2026-02-26T17:25:35.287Z | [ recovery-image] Feb 26 17:25:34.850 INFO O| Feb 26 17:25:34.850 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4862 | 2026-02-26T17:25:35.802Z | [ recovery-image] Feb 26 17:25:35.389 INFO O| Feb 26 17:25:35.389 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-02-trim |
| 4863 | 2026-02-26T17:25:35.890Z | [ recovery-image] Feb 26 17:25:35.478 INFO O| Feb 26 17:25:35.478 INFO completed processing sled/ramdisk-02-trim |
| 4864 | 2026-02-26T17:25:35.915Z | [ recovery-image] Feb 26 17:25:35.482 INFO image builder template: ramdisk-03-recovery-trim... |
| 4865 | 2026-02-26T17:25:35.915Z | [ recovery-image] Feb 26 17:25:35.482 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/.tmpVgPXRo/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "ramdisk-03-recovery-trim"], pwd: None |
| 4866 | 2026-02-26T17:25:36.094Z | [ recovery-image] Feb 26 17:25:35.681 INFO O| Feb 26 17:25:35.681 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4867 | 2026-02-26T17:25:36.119Z | [ recovery-image] Feb 26 17:25:35.690 INFO O| Feb 26 17:25:35.690 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4868 | 2026-02-26T17:25:36.159Z | [ recovery-image] Feb 26 17:25:35.747 INFO O| Feb 26 17:25:35.747 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim: sync = disabled |
| 4869 | 2026-02-26T17:25:36.189Z | [ recovery-image] Feb 26 17:25:35.776 INFO O| Feb 26 17:25:35.776 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 4870 | 2026-02-26T17:25:36.189Z | [ recovery-image] Feb 26 17:25:35.776 INFO O| Feb 26 17:25:35.776 INFO work dataset: rpool/images/build/recovery/work/sled/ramdisk |
| 4871 | 2026-02-26T17:25:36.213Z | [ recovery-image] Feb 26 17:25:35.789 INFO O| Feb 26 17:25:35.789 INFO looking for output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 4872 | 2026-02-26T17:25:36.213Z | [ recovery-image] Feb 26 17:25:35.797 INFO O| Feb 26 17:25:35.797 INFO looking for input snapshot rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4873 | 2026-02-26T17:25:36.238Z | [ recovery-image] Feb 26 17:25:35.804 INFO O| Feb 26 17:25:35.804 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@trim |
| 4874 | 2026-02-26T17:25:36.619Z | [ recovery-image] Feb 26 17:25:36.206 INFO O| Feb 26 17:25:36.206 INFO rolled back to input snapshot; work may begin |
| 4875 | 2026-02-26T17:25:36.619Z | [ recovery-image] Feb 26 17:25:36.206 INFO O| Feb 26 17:25:36.206 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/ramdisk |
| 4876 | 2026-02-26T17:25:36.644Z | [ recovery-image] Feb 26 17:25:36.231 INFO O| Feb 26 17:25:36.213 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4877 | 2026-02-26T17:25:36.644Z | [ recovery-image] Feb 26 17:25:36.231 INFO O| Feb 26 17:25:36.228 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/7" |
| 4878 | 2026-02-26T17:25:36.669Z | [ recovery-image] Feb 26 17:25:36.232 INFO O| Feb 26 17:25:36.232 INFO STEP 0 (remove_files) COMPLETE |
| 4879 | 2026-02-26T17:25:36.669Z | [ recovery-image] Feb 26 17:25:36.232 INFO O| Feb 26 17:25:36.232 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4880 | 2026-02-26T17:25:36.669Z | [ recovery-image] Feb 26 17:25:36.247 INFO O| Feb 26 17:25:36.247 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/share" |
| 4881 | 2026-02-26T17:25:36.791Z | [ recovery-image] Feb 26 17:25:36.378 INFO O| Feb 26 17:25:36.378 INFO STEP 1 (remove_files) COMPLETE |
| 4882 | 2026-02-26T17:25:36.791Z | [ recovery-image] Feb 26 17:25:36.378 INFO O| Feb 26 17:25:36.378 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4883 | 2026-02-26T17:25:36.816Z | [ recovery-image] Feb 26 17:25:36.394 INFO O| Feb 26 17:25:36.394 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dns" |
| 4884 | 2026-02-26T17:25:36.816Z | [ recovery-image] Feb 26 17:25:36.395 INFO O| Feb 26 17:25:36.395 INFO STEP 2 (remove_files) COMPLETE |
| 4885 | 2026-02-26T17:25:36.816Z | [ recovery-image] Feb 26 17:25:36.395 INFO O| Feb 26 17:25:36.395 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4886 | 2026-02-26T17:25:36.840Z | [ recovery-image] Feb 26 17:25:36.410 INFO O| Feb 26 17:25:36.410 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/iconv" |
| 4887 | 2026-02-26T17:25:36.924Z | [ recovery-image] Feb 26 17:25:36.512 INFO O| Feb 26 17:25:36.512 INFO STEP 3 (remove_files) COMPLETE |
| 4888 | 2026-02-26T17:25:36.925Z | [ recovery-image] Feb 26 17:25:36.512 INFO O| Feb 26 17:25:36.512 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4889 | 2026-02-26T17:25:36.983Z | [ recovery-image] Feb 26 17:25:36.570 INFO O| Feb 26 17:25:36.570 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/locale" |
| 4890 | 2026-02-26T17:25:37.081Z | [ recovery-image] Feb 26 17:25:36.669 INFO O| Feb 26 17:25:36.668 INFO STEP 4 (remove_files) COMPLETE |
| 4891 | 2026-02-26T17:25:37.081Z | [ recovery-image] Feb 26 17:25:36.669 INFO O| Feb 26 17:25:36.668 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4892 | 2026-02-26T17:25:37.107Z | [ recovery-image] Feb 26 17:25:36.688 INFO O| Feb 26 17:25:36.688 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/mps" |
| 4893 | 2026-02-26T17:25:37.107Z | [ recovery-image] Feb 26 17:25:36.690 INFO O| Feb 26 17:25:36.690 INFO STEP 5 (remove_files) COMPLETE |
| 4894 | 2026-02-26T17:25:37.107Z | [ recovery-image] Feb 26 17:25:36.690 INFO O| Feb 26 17:25:36.690 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4895 | 2026-02-26T17:25:37.132Z | [ recovery-image] Feb 26 17:25:36.705 INFO O| Feb 26 17:25:36.705 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pkgconfig" |
| 4896 | 2026-02-26T17:25:37.132Z | [ recovery-image] Feb 26 17:25:36.707 INFO O| Feb 26 17:25:36.707 INFO STEP 6 (remove_files) COMPLETE |
| 4897 | 2026-02-26T17:25:37.132Z | [ recovery-image] Feb 26 17:25:36.707 INFO O| Feb 26 17:25:36.707 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4898 | 2026-02-26T17:25:37.157Z | [ recovery-image] Feb 26 17:25:36.732 INFO O| Feb 26 17:25:36.732 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/scsi" |
| 4899 | 2026-02-26T17:25:37.157Z | [ recovery-image] Feb 26 17:25:36.735 INFO O| Feb 26 17:25:36.735 INFO STEP 7 (remove_files) COMPLETE |
| 4900 | 2026-02-26T17:25:37.157Z | [ recovery-image] Feb 26 17:25:36.735 INFO O| Feb 26 17:25:36.735 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4901 | 2026-02-26T17:25:37.182Z | [ recovery-image] Feb 26 17:25:36.751 INFO O| Feb 26 17:25:36.750 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbfs" |
| 4902 | 2026-02-26T17:25:37.182Z | [ recovery-image] Feb 26 17:25:36.751 INFO O| Feb 26 17:25:36.751 INFO STEP 8 (remove_files) COMPLETE |
| 4903 | 2026-02-26T17:25:37.182Z | [ recovery-image] Feb 26 17:25:36.751 INFO O| Feb 26 17:25:36.751 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4904 | 2026-02-26T17:25:37.182Z | [ recovery-image] Feb 26 17:25:36.765 INFO O| Feb 26 17:25:36.765 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/smbsrv" |
| 4905 | 2026-02-26T17:25:37.182Z | [ recovery-image] Feb 26 17:25:36.766 INFO O| Feb 26 17:25:36.766 INFO STEP 9 (remove_files) COMPLETE |
| 4906 | 2026-02-26T17:25:37.182Z | [ recovery-image] Feb 26 17:25:36.766 INFO O| Feb 26 17:25:36.766 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4907 | 2026-02-26T17:25:37.207Z | [ recovery-image] Feb 26 17:25:36.784 INFO O| Feb 26 17:25:36.784 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/perl5" |
| 4908 | 2026-02-26T17:25:37.267Z | [ recovery-image] Feb 26 17:25:36.855 INFO O| Feb 26 17:25:36.855 INFO STEP 10 (remove_files) COMPLETE |
| 4909 | 2026-02-26T17:25:37.268Z | [ recovery-image] Feb 26 17:25:36.855 INFO O| Feb 26 17:25:36.855 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4910 | 2026-02-26T17:25:37.305Z | [ recovery-image] Feb 26 17:25:36.893 INFO O| Feb 26 17:25:36.892 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bash" |
| 4911 | 2026-02-26T17:25:37.349Z | [ recovery-image] Feb 26 17:25:36.936 INFO O| Feb 26 17:25:36.936 INFO STEP 11 (remove_files) COMPLETE |
| 4912 | 2026-02-26T17:25:37.349Z | [ recovery-image] Feb 26 17:25:36.937 INFO O| Feb 26 17:25:36.936 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4913 | 2026-02-26T17:25:37.374Z | [ recovery-image] Feb 26 17:25:36.951 INFO O| Feb 26 17:25:36.951 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/bhyve" |
| 4914 | 2026-02-26T17:25:37.374Z | [ recovery-image] Feb 26 17:25:36.954 INFO O| Feb 26 17:25:36.954 INFO STEP 12 (remove_files) COMPLETE |
| 4915 | 2026-02-26T17:25:37.374Z | [ recovery-image] Feb 26 17:25:36.954 INFO O| Feb 26 17:25:36.954 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4916 | 2026-02-26T17:25:37.398Z | [ recovery-image] Feb 26 17:25:36.971 INFO O| Feb 26 17:25:36.971 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/emacs" |
| 4917 | 2026-02-26T17:25:37.398Z | [ recovery-image] Feb 26 17:25:36.972 INFO O| Feb 26 17:25:36.972 INFO STEP 13 (remove_files) COMPLETE |
| 4918 | 2026-02-26T17:25:37.398Z | [ recovery-image] Feb 26 17:25:36.972 INFO O| Feb 26 17:25:36.972 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4919 | 2026-02-26T17:25:37.423Z | [ recovery-image] Feb 26 17:25:36.996 INFO O| Feb 26 17:25:36.996 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/icons" |
| 4920 | 2026-02-26T17:25:37.424Z | [ recovery-image] Feb 26 17:25:37.005 INFO O| Feb 26 17:25:37.005 INFO STEP 14 (remove_files) COMPLETE |
| 4921 | 2026-02-26T17:25:37.424Z | [ recovery-image] Feb 26 17:25:37.005 INFO O| Feb 26 17:25:37.005 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4922 | 2026-02-26T17:25:37.448Z | [ recovery-image] Feb 26 17:25:37.022 INFO O| Feb 26 17:25:37.022 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/locale" |
| 4923 | 2026-02-26T17:25:37.486Z | [ recovery-image] Feb 26 17:25:37.073 INFO O| Feb 26 17:25:37.073 INFO STEP 15 (remove_files) COMPLETE |
| 4924 | 2026-02-26T17:25:37.486Z | [ recovery-image] Feb 26 17:25:37.074 INFO O| Feb 26 17:25:37.074 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4925 | 2026-02-26T17:25:37.545Z | [ recovery-image] Feb 26 17:25:37.132 INFO O| Feb 26 17:25:37.132 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/src" |
| 4926 | 2026-02-26T17:25:37.570Z | [ recovery-image] Feb 26 17:25:37.133 INFO O| Feb 26 17:25:37.132 INFO STEP 16 (remove_files) COMPLETE |
| 4927 | 2026-02-26T17:25:37.570Z | [ recovery-image] Feb 26 17:25:37.133 INFO O| Feb 26 17:25:37.133 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4928 | 2026-02-26T17:25:37.570Z | [ recovery-image] Feb 26 17:25:37.149 INFO O| Feb 26 17:25:37.149 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/terminfo" |
| 4929 | 2026-02-26T17:25:37.570Z | [ recovery-image] Feb 26 17:25:37.149 INFO O| Feb 26 17:25:37.149 INFO STEP 17 (remove_files) COMPLETE |
| 4930 | 2026-02-26T17:25:37.570Z | [ recovery-image] Feb 26 17:25:37.150 INFO O| Feb 26 17:25:37.149 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4931 | 2026-02-26T17:25:37.595Z | [ recovery-image] Feb 26 17:25:37.165 INFO O| Feb 26 17:25:37.165 INFO remove tree: "/rpool/images/build/recovery/work/sled/ramdisk/usr/share/vim" |
| 4932 | 2026-02-26T17:25:37.651Z | [ recovery-image] Feb 26 17:25:37.239 INFO O| Feb 26 17:25:37.239 INFO STEP 18 (remove_files) COMPLETE |
| 4933 | 2026-02-26T17:25:37.651Z | [ recovery-image] Feb 26 17:25:37.239 INFO O| Feb 26 17:25:37.239 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4934 | 2026-02-26T17:25:37.676Z | [ recovery-image] Feb 26 17:25:37.255 INFO O| Feb 26 17:25:37.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/network/ssh.xml" |
| 4935 | 2026-02-26T17:25:37.712Z | [ recovery-image] Feb 26 17:25:37.299 INFO O| Feb 26 17:25:37.299 INFO STEP 19 (remove_files) COMPLETE |
| 4936 | 2026-02-26T17:25:37.712Z | [ recovery-image] Feb 26 17:25:37.299 INFO O| Feb 26 17:25:37.299 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4937 | 2026-02-26T17:25:37.736Z | [ recovery-image] Feb 26 17:25:37.319 INFO O| Feb 26 17:25:37.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/lib/svc/manifest/system/fmd.xml" |
| 4938 | 2026-02-26T17:25:37.736Z | [ recovery-image] Feb 26 17:25:37.319 INFO O| Feb 26 17:25:37.319 INFO STEP 20 (remove_files) COMPLETE |
| 4939 | 2026-02-26T17:25:37.737Z | [ recovery-image] Feb 26 17:25:37.319 INFO O| Feb 26 17:25:37.319 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4940 | 2026-02-26T17:25:37.762Z | [ recovery-image] Feb 26 17:25:37.333 INFO O| Feb 26 17:25:37.333 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/adb" |
| 4941 | 2026-02-26T17:25:37.762Z | [ recovery-image] Feb 26 17:25:37.334 INFO O| Feb 26 17:25:37.334 INFO STEP 21 (remove_files) COMPLETE |
| 4942 | 2026-02-26T17:25:37.762Z | [ recovery-image] Feb 26 17:25:37.334 INFO O| Feb 26 17:25:37.334 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4943 | 2026-02-26T17:25:37.787Z | [ recovery-image] Feb 26 17:25:37.365 INFO O| Feb 26 17:25:37.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/addbadsec" |
| 4944 | 2026-02-26T17:25:37.787Z | [ recovery-image] Feb 26 17:25:37.365 INFO O| Feb 26 17:25:37.365 INFO STEP 22 (remove_files) COMPLETE |
| 4945 | 2026-02-26T17:25:37.787Z | [ recovery-image] Feb 26 17:25:37.365 INFO O| Feb 26 17:25:37.365 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4946 | 2026-02-26T17:25:37.811Z | [ recovery-image] Feb 26 17:25:37.399 INFO O| Feb 26 17:25:37.399 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/agentxtrap" |
| 4947 | 2026-02-26T17:25:37.836Z | [ recovery-image] Feb 26 17:25:37.399 INFO O| Feb 26 17:25:37.399 INFO STEP 23 (remove_files) COMPLETE |
| 4948 | 2026-02-26T17:25:37.836Z | [ recovery-image] Feb 26 17:25:37.399 INFO O| Feb 26 17:25:37.399 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4949 | 2026-02-26T17:25:37.861Z | [ recovery-image] Feb 26 17:25:37.445 INFO O| Feb 26 17:25:37.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/alias" |
| 4950 | 2026-02-26T17:25:37.861Z | [ recovery-image] Feb 26 17:25:37.445 INFO O| Feb 26 17:25:37.445 INFO STEP 24 (remove_files) COMPLETE |
| 4951 | 2026-02-26T17:25:37.861Z | [ recovery-image] Feb 26 17:25:37.445 INFO O| Feb 26 17:25:37.445 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4952 | 2026-02-26T17:25:37.886Z | [ recovery-image] Feb 26 17:25:37.459 INFO O| Feb 26 17:25:37.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/adb" |
| 4953 | 2026-02-26T17:25:37.886Z | [ recovery-image] Feb 26 17:25:37.459 INFO O| Feb 26 17:25:37.459 INFO STEP 25 (remove_files) COMPLETE |
| 4954 | 2026-02-26T17:25:37.886Z | [ recovery-image] Feb 26 17:25:37.459 INFO O| Feb 26 17:25:37.459 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4955 | 2026-02-26T17:25:37.886Z | [ recovery-image] Feb 26 17:25:37.474 INFO O| Feb 26 17:25:37.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/amt" |
| 4956 | 2026-02-26T17:25:37.911Z | [ recovery-image] Feb 26 17:25:37.474 INFO O| Feb 26 17:25:37.474 INFO STEP 26 (remove_files) COMPLETE |
| 4957 | 2026-02-26T17:25:37.911Z | [ recovery-image] Feb 26 17:25:37.474 INFO O| Feb 26 17:25:37.474 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4958 | 2026-02-26T17:25:37.911Z | [ recovery-image] Feb 26 17:25:37.492 INFO O| Feb 26 17:25:37.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/cputrack" |
| 4959 | 2026-02-26T17:25:37.936Z | [ recovery-image] Feb 26 17:25:37.516 INFO O| Feb 26 17:25:37.516 INFO STEP 27 (remove_files) COMPLETE |
| 4960 | 2026-02-26T17:25:37.936Z | [ recovery-image] Feb 26 17:25:37.516 INFO O| Feb 26 17:25:37.516 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4961 | 2026-02-26T17:25:37.961Z | [ recovery-image] Feb 26 17:25:37.536 INFO O| Feb 26 17:25:37.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/crle" |
| 4962 | 2026-02-26T17:25:37.961Z | [ recovery-image] Feb 26 17:25:37.537 INFO O| Feb 26 17:25:37.537 INFO STEP 28 (remove_files) COMPLETE |
| 4963 | 2026-02-26T17:25:37.961Z | [ recovery-image] Feb 26 17:25:37.537 INFO O| Feb 26 17:25:37.537 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4964 | 2026-02-26T17:25:37.986Z | [ recovery-image] Feb 26 17:25:37.550 INFO O| Feb 26 17:25:37.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl" |
| 4965 | 2026-02-26T17:25:37.986Z | [ recovery-image] Feb 26 17:25:37.551 INFO O| Feb 26 17:25:37.551 INFO STEP 29 (remove_files) COMPLETE |
| 4966 | 2026-02-26T17:25:37.986Z | [ recovery-image] Feb 26 17:25:37.551 INFO O| Feb 26 17:25:37.551 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4967 | 2026-02-26T17:25:38.011Z | [ recovery-image] Feb 26 17:25:37.587 INFO O| Feb 26 17:25:37.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/curl-config" |
| 4968 | 2026-02-26T17:25:38.011Z | [ recovery-image] Feb 26 17:25:37.588 INFO O| Feb 26 17:25:37.588 INFO STEP 30 (remove_files) COMPLETE |
| 4969 | 2026-02-26T17:25:38.011Z | [ recovery-image] Feb 26 17:25:37.588 INFO O| Feb 26 17:25:37.588 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4970 | 2026-02-26T17:25:38.036Z | [ recovery-image] Feb 26 17:25:37.603 INFO O| Feb 26 17:25:37.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/decrypt" |
| 4971 | 2026-02-26T17:25:38.036Z | [ recovery-image] Feb 26 17:25:37.603 INFO O| Feb 26 17:25:37.603 INFO STEP 31 (remove_files) COMPLETE |
| 4972 | 2026-02-26T17:25:38.036Z | [ recovery-image] Feb 26 17:25:37.603 INFO O| Feb 26 17:25:37.603 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4973 | 2026-02-26T17:25:38.036Z | [ recovery-image] Feb 26 17:25:37.620 INFO O| Feb 26 17:25:37.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/digest" |
| 4974 | 2026-02-26T17:25:38.060Z | [ recovery-image] Feb 26 17:25:37.621 INFO O| Feb 26 17:25:37.621 INFO STEP 32 (remove_files) COMPLETE |
| 4975 | 2026-02-26T17:25:38.061Z | [ recovery-image] Feb 26 17:25:37.621 INFO O| Feb 26 17:25:37.621 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4976 | 2026-02-26T17:25:38.061Z | [ recovery-image] Feb 26 17:25:37.645 INFO O| Feb 26 17:25:37.645 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/elfwrap" |
| 4977 | 2026-02-26T17:25:38.061Z | [ recovery-image] Feb 26 17:25:37.646 INFO O| Feb 26 17:25:37.646 INFO STEP 33 (remove_files) COMPLETE |
| 4978 | 2026-02-26T17:25:38.061Z | [ recovery-image] Feb 26 17:25:37.646 INFO O| Feb 26 17:25:37.646 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4979 | 2026-02-26T17:25:38.087Z | [ recovery-image] Feb 26 17:25:37.674 INFO O| Feb 26 17:25:37.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/encrypt" |
| 4980 | 2026-02-26T17:25:38.087Z | [ recovery-image] Feb 26 17:25:37.674 INFO O| Feb 26 17:25:37.674 INFO STEP 34 (remove_files) COMPLETE |
| 4981 | 2026-02-26T17:25:38.113Z | [ recovery-image] Feb 26 17:25:37.674 INFO O| Feb 26 17:25:37.674 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4982 | 2026-02-26T17:25:38.113Z | [ recovery-image] Feb 26 17:25:37.695 INFO O| Feb 26 17:25:37.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gclear" |
| 4983 | 2026-02-26T17:25:38.113Z | [ recovery-image] Feb 26 17:25:37.695 INFO O| Feb 26 17:25:37.695 INFO STEP 35 (remove_files) COMPLETE |
| 4984 | 2026-02-26T17:25:38.113Z | [ recovery-image] Feb 26 17:25:37.695 INFO O| Feb 26 17:25:37.695 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4985 | 2026-02-26T17:25:38.139Z | [ recovery-image] Feb 26 17:25:37.714 INFO O| Feb 26 17:25:37.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ginfocmp" |
| 4986 | 2026-02-26T17:25:38.139Z | [ recovery-image] Feb 26 17:25:37.714 INFO O| Feb 26 17:25:37.714 INFO STEP 36 (remove_files) COMPLETE |
| 4987 | 2026-02-26T17:25:38.139Z | [ recovery-image] Feb 26 17:25:37.714 INFO O| Feb 26 17:25:37.714 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4988 | 2026-02-26T17:25:38.164Z | [ recovery-image] Feb 26 17:25:37.733 INFO O| Feb 26 17:25:37.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtabs" |
| 4989 | 2026-02-26T17:25:38.164Z | [ recovery-image] Feb 26 17:25:37.734 INFO O| Feb 26 17:25:37.734 INFO STEP 37 (remove_files) COMPLETE |
| 4990 | 2026-02-26T17:25:38.164Z | [ recovery-image] Feb 26 17:25:37.734 INFO O| Feb 26 17:25:37.734 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4991 | 2026-02-26T17:25:38.164Z | [ recovery-image] Feb 26 17:25:37.750 INFO O| Feb 26 17:25:37.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtic" |
| 4992 | 2026-02-26T17:25:38.164Z | [ recovery-image] Feb 26 17:25:37.750 INFO O| Feb 26 17:25:37.750 INFO STEP 38 (remove_files) COMPLETE |
| 4993 | 2026-02-26T17:25:38.164Z | [ recovery-image] Feb 26 17:25:37.750 INFO O| Feb 26 17:25:37.750 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4994 | 2026-02-26T17:25:38.189Z | [ recovery-image] Feb 26 17:25:37.767 INFO O| Feb 26 17:25:37.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtoe" |
| 4995 | 2026-02-26T17:25:38.189Z | [ recovery-image] Feb 26 17:25:37.767 INFO O| Feb 26 17:25:37.767 INFO STEP 39 (remove_files) COMPLETE |
| 4996 | 2026-02-26T17:25:38.189Z | [ recovery-image] Feb 26 17:25:37.767 INFO O| Feb 26 17:25:37.767 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 4997 | 2026-02-26T17:25:38.214Z | [ recovery-image] Feb 26 17:25:37.781 INFO O| Feb 26 17:25:37.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtput" |
| 4998 | 2026-02-26T17:25:38.215Z | [ recovery-image] Feb 26 17:25:37.781 INFO O| Feb 26 17:25:37.781 INFO STEP 40 (remove_files) COMPLETE |
| 4999 | 2026-02-26T17:25:38.215Z | [ recovery-image] Feb 26 17:25:37.781 INFO O| Feb 26 17:25:37.781 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5000 | 2026-02-26T17:25:38.215Z | [ recovery-image] Feb 26 17:25:37.794 INFO O| Feb 26 17:25:37.794 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/gtset" |
| 5001 | 2026-02-26T17:25:38.215Z | [ recovery-image] Feb 26 17:25:37.794 INFO O| Feb 26 17:25:37.794 INFO STEP 41 (remove_files) COMPLETE |
| 5002 | 2026-02-26T17:25:38.215Z | [ recovery-image] Feb 26 17:25:37.794 INFO O| Feb 26 17:25:37.794 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5003 | 2026-02-26T17:25:38.242Z | [ recovery-image] Feb 26 17:25:37.807 INFO O| Feb 26 17:25:37.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/idn" |
| 5004 | 2026-02-26T17:25:38.242Z | [ recovery-image] Feb 26 17:25:37.807 INFO O| Feb 26 17:25:37.807 INFO STEP 42 (remove_files) COMPLETE |
| 5005 | 2026-02-26T17:25:38.242Z | [ recovery-image] Feb 26 17:25:37.807 INFO O| Feb 26 17:25:37.807 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5006 | 2026-02-26T17:25:38.242Z | [ recovery-image] Feb 26 17:25:37.823 INFO O| Feb 26 17:25:37.823 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ksh93" |
| 5007 | 2026-02-26T17:25:38.242Z | [ recovery-image] Feb 26 17:25:37.824 INFO O| Feb 26 17:25:37.824 INFO STEP 43 (remove_files) COMPLETE |
| 5008 | 2026-02-26T17:25:38.242Z | [ recovery-image] Feb 26 17:25:37.824 INFO O| Feb 26 17:25:37.824 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5009 | 2026-02-26T17:25:38.271Z | [ recovery-image] Feb 26 17:25:37.840 INFO O| Feb 26 17:25:37.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ls" |
| 5010 | 2026-02-26T17:25:38.271Z | [ recovery-image] Feb 26 17:25:37.840 INFO O| Feb 26 17:25:37.840 INFO STEP 44 (remove_files) COMPLETE |
| 5011 | 2026-02-26T17:25:38.271Z | [ recovery-image] Feb 26 17:25:37.840 INFO O| Feb 26 17:25:37.840 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5012 | 2026-02-26T17:25:38.271Z | [ recovery-image] Feb 26 17:25:37.852 INFO O| Feb 26 17:25:37.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/mac" |
| 5013 | 2026-02-26T17:25:38.271Z | [ recovery-image] Feb 26 17:25:37.852 INFO O| Feb 26 17:25:37.852 INFO STEP 45 (remove_files) COMPLETE |
| 5014 | 2026-02-26T17:25:38.271Z | [ recovery-image] Feb 26 17:25:37.852 INFO O| Feb 26 17:25:37.852 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5015 | 2026-02-26T17:25:38.296Z | [ recovery-image] Feb 26 17:25:37.864 INFO O| Feb 26 17:25:37.864 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/moe" |
| 5016 | 2026-02-26T17:25:38.296Z | [ recovery-image] Feb 26 17:25:37.864 INFO O| Feb 26 17:25:37.864 INFO STEP 46 (remove_files) COMPLETE |
| 5017 | 2026-02-26T17:25:38.296Z | [ recovery-image] Feb 26 17:25:37.864 INFO O| Feb 26 17:25:37.864 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5018 | 2026-02-26T17:25:38.296Z | [ recovery-image] Feb 26 17:25:37.876 INFO O| Feb 26 17:25:37.875 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ncurses6-config" |
| 5019 | 2026-02-26T17:25:38.296Z | [ recovery-image] Feb 26 17:25:37.876 INFO O| Feb 26 17:25:37.876 INFO STEP 47 (remove_files) COMPLETE |
| 5020 | 2026-02-26T17:25:38.296Z | [ recovery-image] Feb 26 17:25:37.876 INFO O| Feb 26 17:25:37.876 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5021 | 2026-02-26T17:25:38.321Z | [ recovery-image] Feb 26 17:25:37.887 INFO O| Feb 26 17:25:37.887 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/newtask" |
| 5022 | 2026-02-26T17:25:38.322Z | [ recovery-image] Feb 26 17:25:37.887 INFO O| Feb 26 17:25:37.887 INFO STEP 48 (remove_files) COMPLETE |
| 5023 | 2026-02-26T17:25:38.322Z | [ recovery-image] Feb 26 17:25:37.887 INFO O| Feb 26 17:25:37.887 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5024 | 2026-02-26T17:25:38.322Z | [ recovery-image] Feb 26 17:25:37.899 INFO O| Feb 26 17:25:37.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/nohup" |
| 5025 | 2026-02-26T17:25:38.322Z | [ recovery-image] Feb 26 17:25:37.899 INFO O| Feb 26 17:25:37.899 INFO STEP 49 (remove_files) COMPLETE |
| 5026 | 2026-02-26T17:25:38.322Z | [ recovery-image] Feb 26 17:25:37.899 INFO O| Feb 26 17:25:37.899 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5027 | 2026-02-26T17:25:38.346Z | [ recovery-image] Feb 26 17:25:37.911 INFO O| Feb 26 17:25:37.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pargs" |
| 5028 | 2026-02-26T17:25:38.346Z | [ recovery-image] Feb 26 17:25:37.911 INFO O| Feb 26 17:25:37.911 INFO STEP 50 (remove_files) COMPLETE |
| 5029 | 2026-02-26T17:25:38.346Z | [ recovery-image] Feb 26 17:25:37.911 INFO O| Feb 26 17:25:37.911 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5030 | 2026-02-26T17:25:38.346Z | [ recovery-image] Feb 26 17:25:37.933 INFO O| Feb 26 17:25:37.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pauxv" |
| 5031 | 2026-02-26T17:25:38.346Z | [ recovery-image] Feb 26 17:25:37.933 INFO O| Feb 26 17:25:37.933 INFO STEP 51 (remove_files) COMPLETE |
| 5032 | 2026-02-26T17:25:38.346Z | [ recovery-image] Feb 26 17:25:37.933 INFO O| Feb 26 17:25:37.933 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5033 | 2026-02-26T17:25:38.372Z | [ recovery-image] Feb 26 17:25:37.949 INFO O| Feb 26 17:25:37.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcap-config" |
| 5034 | 2026-02-26T17:25:38.372Z | [ recovery-image] Feb 26 17:25:37.949 INFO O| Feb 26 17:25:37.949 INFO STEP 52 (remove_files) COMPLETE |
| 5035 | 2026-02-26T17:25:38.372Z | [ recovery-image] Feb 26 17:25:37.949 INFO O| Feb 26 17:25:37.949 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5036 | 2026-02-26T17:25:38.397Z | [ recovery-image] Feb 26 17:25:37.963 INFO O| Feb 26 17:25:37.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre-config" |
| 5037 | 2026-02-26T17:25:38.397Z | [ recovery-image] Feb 26 17:25:37.963 INFO O| Feb 26 17:25:37.963 INFO STEP 53 (remove_files) COMPLETE |
| 5038 | 2026-02-26T17:25:38.397Z | [ recovery-image] Feb 26 17:25:37.963 INFO O| Feb 26 17:25:37.963 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5039 | 2026-02-26T17:25:38.397Z | [ recovery-image] Feb 26 17:25:37.977 INFO O| Feb 26 17:25:37.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2-config" |
| 5040 | 2026-02-26T17:25:38.397Z | [ recovery-image] Feb 26 17:25:37.977 INFO O| Feb 26 17:25:37.977 INFO STEP 54 (remove_files) COMPLETE |
| 5041 | 2026-02-26T17:25:38.397Z | [ recovery-image] Feb 26 17:25:37.977 INFO O| Feb 26 17:25:37.977 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5042 | 2026-02-26T17:25:38.423Z | [ recovery-image] Feb 26 17:25:37.991 INFO O| Feb 26 17:25:37.991 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2grep" |
| 5043 | 2026-02-26T17:25:38.423Z | [ recovery-image] Feb 26 17:25:37.991 INFO O| Feb 26 17:25:37.991 INFO STEP 55 (remove_files) COMPLETE |
| 5044 | 2026-02-26T17:25:38.423Z | [ recovery-image] Feb 26 17:25:37.991 INFO O| Feb 26 17:25:37.991 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5045 | 2026-02-26T17:25:38.423Z | [ recovery-image] Feb 26 17:25:38.006 INFO O| Feb 26 17:25:38.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcre2test" |
| 5046 | 2026-02-26T17:25:38.423Z | [ recovery-image] Feb 26 17:25:38.006 INFO O| Feb 26 17:25:38.006 INFO STEP 56 (remove_files) COMPLETE |
| 5047 | 2026-02-26T17:25:38.423Z | [ recovery-image] Feb 26 17:25:38.006 INFO O| Feb 26 17:25:38.006 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5048 | 2026-02-26T17:25:38.447Z | [ recovery-image] Feb 26 17:25:38.023 INFO O| Feb 26 17:25:38.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcred" |
| 5049 | 2026-02-26T17:25:38.447Z | [ recovery-image] Feb 26 17:25:38.024 INFO O| Feb 26 17:25:38.024 INFO STEP 57 (remove_files) COMPLETE |
| 5050 | 2026-02-26T17:25:38.447Z | [ recovery-image] Feb 26 17:25:38.024 INFO O| Feb 26 17:25:38.024 INFO STEP 58: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5051 | 2026-02-26T17:25:38.472Z | [ recovery-image] Feb 26 17:25:38.040 INFO O| Feb 26 17:25:38.040 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcregrep" |
| 5052 | 2026-02-26T17:25:38.472Z | [ recovery-image] Feb 26 17:25:38.040 INFO O| Feb 26 17:25:38.040 INFO STEP 58 (remove_files) COMPLETE |
| 5053 | 2026-02-26T17:25:38.472Z | [ recovery-image] Feb 26 17:25:38.040 INFO O| Feb 26 17:25:38.040 INFO STEP 59: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5054 | 2026-02-26T17:25:38.472Z | [ recovery-image] Feb 26 17:25:38.054 INFO O| Feb 26 17:25:38.054 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pcretest" |
| 5055 | 2026-02-26T17:25:38.472Z | [ recovery-image] Feb 26 17:25:38.054 INFO O| Feb 26 17:25:38.054 INFO STEP 59 (remove_files) COMPLETE |
| 5056 | 2026-02-26T17:25:38.472Z | [ recovery-image] Feb 26 17:25:38.054 INFO O| Feb 26 17:25:38.054 INFO STEP 60: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5057 | 2026-02-26T17:25:38.496Z | [ recovery-image] Feb 26 17:25:38.068 INFO O| Feb 26 17:25:38.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/penv" |
| 5058 | 2026-02-26T17:25:38.496Z | [ recovery-image] Feb 26 17:25:38.068 INFO O| Feb 26 17:25:38.068 INFO STEP 60 (remove_files) COMPLETE |
| 5059 | 2026-02-26T17:25:38.496Z | [ recovery-image] Feb 26 17:25:38.068 INFO O| Feb 26 17:25:38.068 INFO STEP 61: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5060 | 2026-02-26T17:25:38.496Z | [ recovery-image] Feb 26 17:25:38.082 INFO O| Feb 26 17:25:38.082 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pfiles" |
| 5061 | 2026-02-26T17:25:38.496Z | [ recovery-image] Feb 26 17:25:38.082 INFO O| Feb 26 17:25:38.082 INFO STEP 61 (remove_files) COMPLETE |
| 5062 | 2026-02-26T17:25:38.496Z | [ recovery-image] Feb 26 17:25:38.082 INFO O| Feb 26 17:25:38.082 INFO STEP 62: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5063 | 2026-02-26T17:25:38.521Z | [ recovery-image] Feb 26 17:25:38.095 INFO O| Feb 26 17:25:38.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pflags" |
| 5064 | 2026-02-26T17:25:38.521Z | [ recovery-image] Feb 26 17:25:38.096 INFO O| Feb 26 17:25:38.096 INFO STEP 62 (remove_files) COMPLETE |
| 5065 | 2026-02-26T17:25:38.521Z | [ recovery-image] Feb 26 17:25:38.096 INFO O| Feb 26 17:25:38.096 INFO STEP 63: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5066 | 2026-02-26T17:25:38.546Z | [ recovery-image] Feb 26 17:25:38.110 INFO O| Feb 26 17:25:38.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pldd" |
| 5067 | 2026-02-26T17:25:38.546Z | [ recovery-image] Feb 26 17:25:38.110 INFO O| Feb 26 17:25:38.110 INFO STEP 63 (remove_files) COMPLETE |
| 5068 | 2026-02-26T17:25:38.546Z | [ recovery-image] Feb 26 17:25:38.110 INFO O| Feb 26 17:25:38.110 INFO STEP 64: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5069 | 2026-02-26T17:25:38.546Z | [ recovery-image] Feb 26 17:25:38.125 INFO O| Feb 26 17:25:38.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plgrp" |
| 5070 | 2026-02-26T17:25:38.546Z | [ recovery-image] Feb 26 17:25:38.125 INFO O| Feb 26 17:25:38.125 INFO STEP 64 (remove_files) COMPLETE |
| 5071 | 2026-02-26T17:25:38.546Z | [ recovery-image] Feb 26 17:25:38.125 INFO O| Feb 26 17:25:38.125 INFO STEP 65: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5072 | 2026-02-26T17:25:38.571Z | [ recovery-image] Feb 26 17:25:38.140 INFO O| Feb 26 17:25:38.140 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/plimit" |
| 5073 | 2026-02-26T17:25:38.571Z | [ recovery-image] Feb 26 17:25:38.140 INFO O| Feb 26 17:25:38.140 INFO STEP 65 (remove_files) COMPLETE |
| 5074 | 2026-02-26T17:25:38.571Z | [ recovery-image] Feb 26 17:25:38.140 INFO O| Feb 26 17:25:38.140 INFO STEP 66: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5075 | 2026-02-26T17:25:38.571Z | [ recovery-image] Feb 26 17:25:38.155 INFO O| Feb 26 17:25:38.155 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmadvise" |
| 5076 | 2026-02-26T17:25:38.571Z | [ recovery-image] Feb 26 17:25:38.155 INFO O| Feb 26 17:25:38.155 INFO STEP 66 (remove_files) COMPLETE |
| 5077 | 2026-02-26T17:25:38.572Z | [ recovery-image] Feb 26 17:25:38.155 INFO O| Feb 26 17:25:38.155 INFO STEP 67: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5078 | 2026-02-26T17:25:38.597Z | [ recovery-image] Feb 26 17:25:38.171 INFO O| Feb 26 17:25:38.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pmap" |
| 5079 | 2026-02-26T17:25:38.597Z | [ recovery-image] Feb 26 17:25:38.171 INFO O| Feb 26 17:25:38.171 INFO STEP 67 (remove_files) COMPLETE |
| 5080 | 2026-02-26T17:25:38.597Z | [ recovery-image] Feb 26 17:25:38.171 INFO O| Feb 26 17:25:38.171 INFO STEP 68: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5081 | 2026-02-26T17:25:38.622Z | [ recovery-image] Feb 26 17:25:38.186 INFO O| Feb 26 17:25:38.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppgsz" |
| 5082 | 2026-02-26T17:25:38.622Z | [ recovery-image] Feb 26 17:25:38.186 INFO O| Feb 26 17:25:38.186 INFO STEP 68 (remove_files) COMPLETE |
| 5083 | 2026-02-26T17:25:38.622Z | [ recovery-image] Feb 26 17:25:38.186 INFO O| Feb 26 17:25:38.186 INFO STEP 69: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5084 | 2026-02-26T17:25:38.622Z | [ recovery-image] Feb 26 17:25:38.201 INFO O| Feb 26 17:25:38.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ppriv" |
| 5085 | 2026-02-26T17:25:38.622Z | [ recovery-image] Feb 26 17:25:38.202 INFO O| Feb 26 17:25:38.202 INFO STEP 69 (remove_files) COMPLETE |
| 5086 | 2026-02-26T17:25:38.622Z | [ recovery-image] Feb 26 17:25:38.202 INFO O| Feb 26 17:25:38.202 INFO STEP 70: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5087 | 2026-02-26T17:25:38.647Z | [ recovery-image] Feb 26 17:25:38.216 INFO O| Feb 26 17:25:38.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prctl" |
| 5088 | 2026-02-26T17:25:38.647Z | [ recovery-image] Feb 26 17:25:38.216 INFO O| Feb 26 17:25:38.216 INFO STEP 70 (remove_files) COMPLETE |
| 5089 | 2026-02-26T17:25:38.647Z | [ recovery-image] Feb 26 17:25:38.216 INFO O| Feb 26 17:25:38.216 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5090 | 2026-02-26T17:25:38.647Z | [ recovery-image] Feb 26 17:25:38.231 INFO O| Feb 26 17:25:38.231 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/preap" |
| 5091 | 2026-02-26T17:25:38.647Z | [ recovery-image] Feb 26 17:25:38.232 INFO O| Feb 26 17:25:38.232 INFO STEP 71 (remove_files) COMPLETE |
| 5092 | 2026-02-26T17:25:38.647Z | [ recovery-image] Feb 26 17:25:38.232 INFO O| Feb 26 17:25:38.232 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5093 | 2026-02-26T17:25:38.672Z | [ recovery-image] Feb 26 17:25:38.247 INFO O| Feb 26 17:25:38.246 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prstat" |
| 5094 | 2026-02-26T17:25:38.697Z | [ recovery-image] Feb 26 17:25:38.266 INFO O| Feb 26 17:25:38.266 INFO STEP 72 (remove_files) COMPLETE |
| 5095 | 2026-02-26T17:25:38.697Z | [ recovery-image] Feb 26 17:25:38.266 INFO O| Feb 26 17:25:38.266 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5096 | 2026-02-26T17:25:38.697Z | [ recovery-image] Feb 26 17:25:38.281 INFO O| Feb 26 17:25:38.281 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/prun" |
| 5097 | 2026-02-26T17:25:38.697Z | [ recovery-image] Feb 26 17:25:38.282 INFO O| Feb 26 17:25:38.281 INFO STEP 73 (remove_files) COMPLETE |
| 5098 | 2026-02-26T17:25:38.697Z | [ recovery-image] Feb 26 17:25:38.282 INFO O| Feb 26 17:25:38.282 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5099 | 2026-02-26T17:25:38.722Z | [ recovery-image] Feb 26 17:25:38.297 INFO O| Feb 26 17:25:38.296 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psecflags" |
| 5100 | 2026-02-26T17:25:38.722Z | [ recovery-image] Feb 26 17:25:38.297 INFO O| Feb 26 17:25:38.297 INFO STEP 74 (remove_files) COMPLETE |
| 5101 | 2026-02-26T17:25:38.722Z | [ recovery-image] Feb 26 17:25:38.297 INFO O| Feb 26 17:25:38.297 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5102 | 2026-02-26T17:25:38.747Z | [ recovery-image] Feb 26 17:25:38.312 INFO O| Feb 26 17:25:38.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/psig" |
| 5103 | 2026-02-26T17:25:38.747Z | [ recovery-image] Feb 26 17:25:38.312 INFO O| Feb 26 17:25:38.312 INFO STEP 75 (remove_files) COMPLETE |
| 5104 | 2026-02-26T17:25:38.747Z | [ recovery-image] Feb 26 17:25:38.312 INFO O| Feb 26 17:25:38.312 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5105 | 2026-02-26T17:25:38.747Z | [ recovery-image] Feb 26 17:25:38.326 INFO O| Feb 26 17:25:38.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstack" |
| 5106 | 2026-02-26T17:25:38.747Z | [ recovery-image] Feb 26 17:25:38.326 INFO O| Feb 26 17:25:38.326 INFO STEP 76 (remove_files) COMPLETE |
| 5107 | 2026-02-26T17:25:38.748Z | [ recovery-image] Feb 26 17:25:38.326 INFO O| Feb 26 17:25:38.326 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5108 | 2026-02-26T17:25:38.772Z | [ recovery-image] Feb 26 17:25:38.341 INFO O| Feb 26 17:25:38.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pstop" |
| 5109 | 2026-02-26T17:25:38.772Z | [ recovery-image] Feb 26 17:25:38.341 INFO O| Feb 26 17:25:38.341 INFO STEP 77 (remove_files) COMPLETE |
| 5110 | 2026-02-26T17:25:38.772Z | [ recovery-image] Feb 26 17:25:38.341 INFO O| Feb 26 17:25:38.341 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5111 | 2026-02-26T17:25:38.772Z | [ recovery-image] Feb 26 17:25:38.357 INFO O| Feb 26 17:25:38.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptime" |
| 5112 | 2026-02-26T17:25:38.772Z | [ recovery-image] Feb 26 17:25:38.357 INFO O| Feb 26 17:25:38.357 INFO STEP 78 (remove_files) COMPLETE |
| 5113 | 2026-02-26T17:25:38.772Z | [ recovery-image] Feb 26 17:25:38.357 INFO O| Feb 26 17:25:38.357 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5114 | 2026-02-26T17:25:38.798Z | [ recovery-image] Feb 26 17:25:38.373 INFO O| Feb 26 17:25:38.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/ptree" |
| 5115 | 2026-02-26T17:25:38.798Z | [ recovery-image] Feb 26 17:25:38.374 INFO O| Feb 26 17:25:38.373 INFO STEP 79 (remove_files) COMPLETE |
| 5116 | 2026-02-26T17:25:38.798Z | [ recovery-image] Feb 26 17:25:38.374 INFO O| Feb 26 17:25:38.373 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5117 | 2026-02-26T17:25:38.823Z | [ recovery-image] Feb 26 17:25:38.389 INFO O| Feb 26 17:25:38.389 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwait" |
| 5118 | 2026-02-26T17:25:38.824Z | [ recovery-image] Feb 26 17:25:38.389 INFO O| Feb 26 17:25:38.389 INFO STEP 80 (remove_files) COMPLETE |
| 5119 | 2026-02-26T17:25:38.824Z | [ recovery-image] Feb 26 17:25:38.389 INFO O| Feb 26 17:25:38.389 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5120 | 2026-02-26T17:25:38.824Z | [ recovery-image] Feb 26 17:25:38.404 INFO O| Feb 26 17:25:38.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/pwdx" |
| 5121 | 2026-02-26T17:25:38.824Z | [ recovery-image] Feb 26 17:25:38.404 INFO O| Feb 26 17:25:38.404 INFO STEP 81 (remove_files) COMPLETE |
| 5122 | 2026-02-26T17:25:38.824Z | [ recovery-image] Feb 26 17:25:38.404 INFO O| Feb 26 17:25:38.404 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5123 | 2026-02-26T17:25:38.849Z | [ recovery-image] Feb 26 17:25:38.420 INFO O| Feb 26 17:25:38.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh" |
| 5124 | 2026-02-26T17:25:38.849Z | [ recovery-image] Feb 26 17:25:38.420 INFO O| Feb 26 17:25:38.420 INFO STEP 82 (remove_files) COMPLETE |
| 5125 | 2026-02-26T17:25:38.849Z | [ recovery-image] Feb 26 17:25:38.420 INFO O| Feb 26 17:25:38.420 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5126 | 2026-02-26T17:25:38.874Z | [ recovery-image] Feb 26 17:25:38.441 INFO O| Feb 26 17:25:38.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/rksh93" |
| 5127 | 2026-02-26T17:25:38.874Z | [ recovery-image] Feb 26 17:25:38.441 INFO O| Feb 26 17:25:38.441 INFO STEP 83 (remove_files) COMPLETE |
| 5128 | 2026-02-26T17:25:38.874Z | [ recovery-image] Feb 26 17:25:38.441 INFO O| Feb 26 17:25:38.441 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5129 | 2026-02-26T17:25:38.874Z | [ recovery-image] Feb 26 17:25:38.456 INFO O| Feb 26 17:25:38.456 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/sqlite3" |
| 5130 | 2026-02-26T17:25:38.874Z | [ recovery-image] Feb 26 17:25:38.457 INFO O| Feb 26 17:25:38.456 INFO STEP 84 (remove_files) COMPLETE |
| 5131 | 2026-02-26T17:25:38.874Z | [ recovery-image] Feb 26 17:25:38.457 INFO O| Feb 26 17:25:38.457 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5132 | 2026-02-26T17:25:38.900Z | [ recovery-image] Feb 26 17:25:38.472 INFO O| Feb 26 17:25:38.472 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/strings" |
| 5133 | 2026-02-26T17:25:38.900Z | [ recovery-image] Feb 26 17:25:38.472 INFO O| Feb 26 17:25:38.472 INFO STEP 85 (remove_files) COMPLETE |
| 5134 | 2026-02-26T17:25:38.900Z | [ recovery-image] Feb 26 17:25:38.472 INFO O| Feb 26 17:25:38.472 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5135 | 2026-02-26T17:25:38.925Z | [ recovery-image] Feb 26 17:25:38.488 INFO O| Feb 26 17:25:38.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xml2-config" |
| 5136 | 2026-02-26T17:25:38.925Z | [ recovery-image] Feb 26 17:25:38.488 INFO O| Feb 26 17:25:38.488 INFO STEP 86 (remove_files) COMPLETE |
| 5137 | 2026-02-26T17:25:38.925Z | [ recovery-image] Feb 26 17:25:38.488 INFO O| Feb 26 17:25:38.488 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5138 | 2026-02-26T17:25:38.925Z | [ recovery-image] Feb 26 17:25:38.504 INFO O| Feb 26 17:25:38.504 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmlcatalog" |
| 5139 | 2026-02-26T17:25:38.925Z | [ recovery-image] Feb 26 17:25:38.504 INFO O| Feb 26 17:25:38.504 INFO STEP 87 (remove_files) COMPLETE |
| 5140 | 2026-02-26T17:25:38.925Z | [ recovery-image] Feb 26 17:25:38.504 INFO O| Feb 26 17:25:38.504 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5141 | 2026-02-26T17:25:38.949Z | [ recovery-image] Feb 26 17:25:38.520 INFO O| Feb 26 17:25:38.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amd64/xmllint" |
| 5142 | 2026-02-26T17:25:38.949Z | [ recovery-image] Feb 26 17:25:38.520 INFO O| Feb 26 17:25:38.520 INFO STEP 88 (remove_files) COMPLETE |
| 5143 | 2026-02-26T17:25:38.950Z | [ recovery-image] Feb 26 17:25:38.520 INFO O| Feb 26 17:25:38.520 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5144 | 2026-02-26T17:25:38.974Z | [ recovery-image] Feb 26 17:25:38.537 INFO O| Feb 26 17:25:38.537 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/amt" |
| 5145 | 2026-02-26T17:25:38.975Z | [ recovery-image] Feb 26 17:25:38.537 INFO O| Feb 26 17:25:38.537 INFO STEP 89 (remove_files) COMPLETE |
| 5146 | 2026-02-26T17:25:38.975Z | [ recovery-image] Feb 26 17:25:38.537 INFO O| Feb 26 17:25:38.537 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5147 | 2026-02-26T17:25:38.975Z | [ recovery-image] Feb 26 17:25:38.553 INFO O| Feb 26 17:25:38.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/arch" |
| 5148 | 2026-02-26T17:25:38.975Z | [ recovery-image] Feb 26 17:25:38.553 INFO O| Feb 26 17:25:38.553 INFO STEP 90 (remove_files) COMPLETE |
| 5149 | 2026-02-26T17:25:38.999Z | [ recovery-image] Feb 26 17:25:38.553 INFO O| Feb 26 17:25:38.553 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5150 | 2026-02-26T17:25:38.999Z | [ recovery-image] Feb 26 17:25:38.570 INFO O| Feb 26 17:25:38.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/asa" |
| 5151 | 2026-02-26T17:25:39.000Z | [ recovery-image] Feb 26 17:25:38.571 INFO O| Feb 26 17:25:38.571 INFO STEP 91 (remove_files) COMPLETE |
| 5152 | 2026-02-26T17:25:39.000Z | [ recovery-image] Feb 26 17:25:38.571 INFO O| Feb 26 17:25:38.571 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5153 | 2026-02-26T17:25:39.024Z | [ recovery-image] Feb 26 17:25:38.587 INFO O| Feb 26 17:25:38.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/at" |
| 5154 | 2026-02-26T17:25:39.025Z | [ recovery-image] Feb 26 17:25:38.588 INFO O| Feb 26 17:25:38.587 INFO STEP 92 (remove_files) COMPLETE |
| 5155 | 2026-02-26T17:25:39.025Z | [ recovery-image] Feb 26 17:25:38.588 INFO O| Feb 26 17:25:38.588 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5156 | 2026-02-26T17:25:39.049Z | [ recovery-image] Feb 26 17:25:38.622 INFO O| Feb 26 17:25:38.622 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atq" |
| 5157 | 2026-02-26T17:25:39.049Z | [ recovery-image] Feb 26 17:25:38.622 INFO O| Feb 26 17:25:38.622 INFO STEP 93 (remove_files) COMPLETE |
| 5158 | 2026-02-26T17:25:39.049Z | [ recovery-image] Feb 26 17:25:38.622 INFO O| Feb 26 17:25:38.622 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5159 | 2026-02-26T17:25:39.074Z | [ recovery-image] Feb 26 17:25:38.639 INFO O| Feb 26 17:25:38.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/atrm" |
| 5160 | 2026-02-26T17:25:39.074Z | [ recovery-image] Feb 26 17:25:38.639 INFO O| Feb 26 17:25:38.639 INFO STEP 94 (remove_files) COMPLETE |
| 5161 | 2026-02-26T17:25:39.074Z | [ recovery-image] Feb 26 17:25:38.639 INFO O| Feb 26 17:25:38.639 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5162 | 2026-02-26T17:25:39.074Z | [ recovery-image] Feb 26 17:25:38.655 INFO O| Feb 26 17:25:38.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/auths" |
| 5163 | 2026-02-26T17:25:39.075Z | [ recovery-image] Feb 26 17:25:38.656 INFO O| Feb 26 17:25:38.655 INFO STEP 95 (remove_files) COMPLETE |
| 5164 | 2026-02-26T17:25:39.075Z | [ recovery-image] Feb 26 17:25:38.656 INFO O| Feb 26 17:25:38.655 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5165 | 2026-02-26T17:25:39.099Z | [ recovery-image] Feb 26 17:25:38.671 INFO O| Feb 26 17:25:38.671 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/banner" |
| 5166 | 2026-02-26T17:25:39.099Z | [ recovery-image] Feb 26 17:25:38.671 INFO O| Feb 26 17:25:38.671 INFO STEP 96 (remove_files) COMPLETE |
| 5167 | 2026-02-26T17:25:39.099Z | [ recovery-image] Feb 26 17:25:38.671 INFO O| Feb 26 17:25:38.671 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5168 | 2026-02-26T17:25:39.099Z | [ recovery-image] Feb 26 17:25:38.686 INFO O| Feb 26 17:25:38.686 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bashbug" |
| 5169 | 2026-02-26T17:25:39.099Z | [ recovery-image] Feb 26 17:25:38.687 INFO O| Feb 26 17:25:38.687 INFO STEP 97 (remove_files) COMPLETE |
| 5170 | 2026-02-26T17:25:39.099Z | [ recovery-image] Feb 26 17:25:38.687 INFO O| Feb 26 17:25:38.687 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5171 | 2026-02-26T17:25:39.124Z | [ recovery-image] Feb 26 17:25:38.707 INFO O| Feb 26 17:25:38.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/batch" |
| 5172 | 2026-02-26T17:25:39.124Z | [ recovery-image] Feb 26 17:25:38.707 INFO O| Feb 26 17:25:38.707 INFO STEP 98 (remove_files) COMPLETE |
| 5173 | 2026-02-26T17:25:39.125Z | [ recovery-image] Feb 26 17:25:38.707 INFO O| Feb 26 17:25:38.707 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5174 | 2026-02-26T17:25:39.150Z | [ recovery-image] Feb 26 17:25:38.724 INFO O| Feb 26 17:25:38.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bc" |
| 5175 | 2026-02-26T17:25:39.150Z | [ recovery-image] Feb 26 17:25:38.724 INFO O| Feb 26 17:25:38.724 INFO STEP 99 (remove_files) COMPLETE |
| 5176 | 2026-02-26T17:25:39.150Z | [ recovery-image] Feb 26 17:25:38.724 INFO O| Feb 26 17:25:38.724 INFO STEP 100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5177 | 2026-02-26T17:25:39.174Z | [ recovery-image] Feb 26 17:25:38.739 INFO O| Feb 26 17:25:38.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bdiff" |
| 5178 | 2026-02-26T17:25:39.174Z | [ recovery-image] Feb 26 17:25:38.740 INFO O| Feb 26 17:25:38.739 INFO STEP 100 (remove_files) COMPLETE |
| 5179 | 2026-02-26T17:25:39.174Z | [ recovery-image] Feb 26 17:25:38.740 INFO O| Feb 26 17:25:38.739 INFO STEP 101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5180 | 2026-02-26T17:25:39.174Z | [ recovery-image] Feb 26 17:25:38.759 INFO O| Feb 26 17:25:38.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bg" |
| 5181 | 2026-02-26T17:25:39.174Z | [ recovery-image] Feb 26 17:25:38.759 INFO O| Feb 26 17:25:38.759 INFO STEP 101 (remove_files) COMPLETE |
| 5182 | 2026-02-26T17:25:39.174Z | [ recovery-image] Feb 26 17:25:38.759 INFO O| Feb 26 17:25:38.759 INFO STEP 102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5183 | 2026-02-26T17:25:39.199Z | [ recovery-image] Feb 26 17:25:38.771 INFO O| Feb 26 17:25:38.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/brotli" |
| 5184 | 2026-02-26T17:25:39.199Z | [ recovery-image] Feb 26 17:25:38.772 INFO O| Feb 26 17:25:38.771 INFO STEP 102 (remove_files) COMPLETE |
| 5185 | 2026-02-26T17:25:39.199Z | [ recovery-image] Feb 26 17:25:38.772 INFO O| Feb 26 17:25:38.772 INFO STEP 103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5186 | 2026-02-26T17:25:39.224Z | [ recovery-image] Feb 26 17:25:38.790 INFO O| Feb 26 17:25:38.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bunzip2" |
| 5187 | 2026-02-26T17:25:39.224Z | [ recovery-image] Feb 26 17:25:38.790 INFO O| Feb 26 17:25:38.790 INFO STEP 103 (remove_files) COMPLETE |
| 5188 | 2026-02-26T17:25:39.224Z | [ recovery-image] Feb 26 17:25:38.790 INFO O| Feb 26 17:25:38.790 INFO STEP 104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5189 | 2026-02-26T17:25:39.224Z | [ recovery-image] Feb 26 17:25:38.803 INFO O| Feb 26 17:25:38.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/busstat" |
| 5190 | 2026-02-26T17:25:39.224Z | [ recovery-image] Feb 26 17:25:38.803 INFO O| Feb 26 17:25:38.803 INFO STEP 104 (remove_files) COMPLETE |
| 5191 | 2026-02-26T17:25:39.224Z | [ recovery-image] Feb 26 17:25:38.804 INFO O| Feb 26 17:25:38.803 INFO STEP 105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5192 | 2026-02-26T17:25:39.249Z | [ recovery-image] Feb 26 17:25:38.816 INFO O| Feb 26 17:25:38.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzcat" |
| 5193 | 2026-02-26T17:25:39.249Z | [ recovery-image] Feb 26 17:25:38.817 INFO O| Feb 26 17:25:38.816 INFO STEP 105 (remove_files) COMPLETE |
| 5194 | 2026-02-26T17:25:39.250Z | [ recovery-image] Feb 26 17:25:38.817 INFO O| Feb 26 17:25:38.817 INFO STEP 106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5195 | 2026-02-26T17:25:39.250Z | [ recovery-image] Feb 26 17:25:38.832 INFO O| Feb 26 17:25:38.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzdiff" |
| 5196 | 2026-02-26T17:25:39.250Z | [ recovery-image] Feb 26 17:25:38.832 INFO O| Feb 26 17:25:38.832 INFO STEP 106 (remove_files) COMPLETE |
| 5197 | 2026-02-26T17:25:39.250Z | [ recovery-image] Feb 26 17:25:38.832 INFO O| Feb 26 17:25:38.832 INFO STEP 107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5198 | 2026-02-26T17:25:39.274Z | [ recovery-image] Feb 26 17:25:38.849 INFO O| Feb 26 17:25:38.849 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzgrep" |
| 5199 | 2026-02-26T17:25:39.274Z | [ recovery-image] Feb 26 17:25:38.849 INFO O| Feb 26 17:25:38.849 INFO STEP 107 (remove_files) COMPLETE |
| 5200 | 2026-02-26T17:25:39.275Z | [ recovery-image] Feb 26 17:25:38.849 INFO O| Feb 26 17:25:38.849 INFO STEP 108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5201 | 2026-02-26T17:25:39.300Z | [ recovery-image] Feb 26 17:25:38.868 INFO O| Feb 26 17:25:38.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2" |
| 5202 | 2026-02-26T17:25:39.300Z | [ recovery-image] Feb 26 17:25:38.868 INFO O| Feb 26 17:25:38.868 INFO STEP 108 (remove_files) COMPLETE |
| 5203 | 2026-02-26T17:25:39.300Z | [ recovery-image] Feb 26 17:25:38.868 INFO O| Feb 26 17:25:38.868 INFO STEP 109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5204 | 2026-02-26T17:25:39.300Z | [ recovery-image] Feb 26 17:25:38.886 INFO O| Feb 26 17:25:38.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzip2recover" |
| 5205 | 2026-02-26T17:25:39.300Z | [ recovery-image] Feb 26 17:25:38.886 INFO O| Feb 26 17:25:38.886 INFO STEP 109 (remove_files) COMPLETE |
| 5206 | 2026-02-26T17:25:39.300Z | [ recovery-image] Feb 26 17:25:38.886 INFO O| Feb 26 17:25:38.886 INFO STEP 110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5207 | 2026-02-26T17:25:39.325Z | [ recovery-image] Feb 26 17:25:38.903 INFO O| Feb 26 17:25:38.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/bzmore" |
| 5208 | 2026-02-26T17:25:39.325Z | [ recovery-image] Feb 26 17:25:38.903 INFO O| Feb 26 17:25:38.903 INFO STEP 110 (remove_files) COMPLETE |
| 5209 | 2026-02-26T17:25:39.325Z | [ recovery-image] Feb 26 17:25:38.903 INFO O| Feb 26 17:25:38.903 INFO STEP 111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5210 | 2026-02-26T17:25:39.350Z | [ recovery-image] Feb 26 17:25:38.918 INFO O| Feb 26 17:25:38.918 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cal" |
| 5211 | 2026-02-26T17:25:39.350Z | [ recovery-image] Feb 26 17:25:38.918 INFO O| Feb 26 17:25:38.918 INFO STEP 111 (remove_files) COMPLETE |
| 5212 | 2026-02-26T17:25:39.350Z | [ recovery-image] Feb 26 17:25:38.918 INFO O| Feb 26 17:25:38.918 INFO STEP 112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5213 | 2026-02-26T17:25:39.350Z | [ recovery-image] Feb 26 17:25:38.933 INFO O| Feb 26 17:25:38.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/captoinfo" |
| 5214 | 2026-02-26T17:25:39.350Z | [ recovery-image] Feb 26 17:25:38.933 INFO O| Feb 26 17:25:38.933 INFO STEP 112 (remove_files) COMPLETE |
| 5215 | 2026-02-26T17:25:39.350Z | [ recovery-image] Feb 26 17:25:38.933 INFO O| Feb 26 17:25:38.933 INFO STEP 113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5216 | 2026-02-26T17:25:39.375Z | [ recovery-image] Feb 26 17:25:38.946 INFO O| Feb 26 17:25:38.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cd" |
| 5217 | 2026-02-26T17:25:39.375Z | [ recovery-image] Feb 26 17:25:38.946 INFO O| Feb 26 17:25:38.946 INFO STEP 113 (remove_files) COMPLETE |
| 5218 | 2026-02-26T17:25:39.375Z | [ recovery-image] Feb 26 17:25:38.946 INFO O| Feb 26 17:25:38.946 INFO STEP 114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5219 | 2026-02-26T17:25:39.375Z | [ recovery-image] Feb 26 17:25:38.961 INFO O| Feb 26 17:25:38.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/certutil" |
| 5220 | 2026-02-26T17:25:39.375Z | [ recovery-image] Feb 26 17:25:38.961 INFO O| Feb 26 17:25:38.961 INFO STEP 114 (remove_files) COMPLETE |
| 5221 | 2026-02-26T17:25:39.375Z | [ recovery-image] Feb 26 17:25:38.961 INFO O| Feb 26 17:25:38.961 INFO STEP 115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5222 | 2026-02-26T17:25:39.400Z | [ recovery-image] Feb 26 17:25:38.975 INFO O| Feb 26 17:25:38.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/checkbandwidth" |
| 5223 | 2026-02-26T17:25:39.400Z | [ recovery-image] Feb 26 17:25:38.975 INFO O| Feb 26 17:25:38.975 INFO STEP 115 (remove_files) COMPLETE |
| 5224 | 2026-02-26T17:25:39.400Z | [ recovery-image] Feb 26 17:25:38.975 INFO O| Feb 26 17:25:38.975 INFO STEP 116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5225 | 2026-02-26T17:25:39.424Z | [ recovery-image] Feb 26 17:25:38.996 INFO O| Feb 26 17:25:38.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chgrp" |
| 5226 | 2026-02-26T17:25:39.424Z | [ recovery-image] Feb 26 17:25:38.996 INFO O| Feb 26 17:25:38.996 INFO STEP 116 (remove_files) COMPLETE |
| 5227 | 2026-02-26T17:25:39.424Z | [ recovery-image] Feb 26 17:25:38.996 INFO O| Feb 26 17:25:38.996 INFO STEP 117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5228 | 2026-02-26T17:25:39.449Z | [ recovery-image] Feb 26 17:25:39.015 INFO O| Feb 26 17:25:39.015 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/chronyc" |
| 5229 | 2026-02-26T17:25:39.449Z | [ recovery-image] Feb 26 17:25:39.015 INFO O| Feb 26 17:25:39.015 INFO STEP 117 (remove_files) COMPLETE |
| 5230 | 2026-02-26T17:25:39.449Z | [ recovery-image] Feb 26 17:25:39.015 INFO O| Feb 26 17:25:39.015 INFO STEP 118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5231 | 2026-02-26T17:25:39.449Z | [ recovery-image] Feb 26 17:25:39.029 INFO O| Feb 26 17:25:39.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckdate" |
| 5232 | 2026-02-26T17:25:39.449Z | [ recovery-image] Feb 26 17:25:39.029 INFO O| Feb 26 17:25:39.029 INFO STEP 118 (remove_files) COMPLETE |
| 5233 | 2026-02-26T17:25:39.449Z | [ recovery-image] Feb 26 17:25:39.029 INFO O| Feb 26 17:25:39.029 INFO STEP 119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5234 | 2026-02-26T17:25:39.474Z | [ recovery-image] Feb 26 17:25:39.047 INFO O| Feb 26 17:25:39.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckgid" |
| 5235 | 2026-02-26T17:25:39.474Z | [ recovery-image] Feb 26 17:25:39.047 INFO O| Feb 26 17:25:39.047 INFO STEP 119 (remove_files) COMPLETE |
| 5236 | 2026-02-26T17:25:39.474Z | [ recovery-image] Feb 26 17:25:39.047 INFO O| Feb 26 17:25:39.047 INFO STEP 120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5237 | 2026-02-26T17:25:39.474Z | [ recovery-image] Feb 26 17:25:39.060 INFO O| Feb 26 17:25:39.060 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckint" |
| 5238 | 2026-02-26T17:25:39.474Z | [ recovery-image] Feb 26 17:25:39.060 INFO O| Feb 26 17:25:39.060 INFO STEP 120 (remove_files) COMPLETE |
| 5239 | 2026-02-26T17:25:39.474Z | [ recovery-image] Feb 26 17:25:39.060 INFO O| Feb 26 17:25:39.060 INFO STEP 121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5240 | 2026-02-26T17:25:39.500Z | [ recovery-image] Feb 26 17:25:39.073 INFO O| Feb 26 17:25:39.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckitem" |
| 5241 | 2026-02-26T17:25:39.500Z | [ recovery-image] Feb 26 17:25:39.073 INFO O| Feb 26 17:25:39.073 INFO STEP 121 (remove_files) COMPLETE |
| 5242 | 2026-02-26T17:25:39.500Z | [ recovery-image] Feb 26 17:25:39.073 INFO O| Feb 26 17:25:39.073 INFO STEP 122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5243 | 2026-02-26T17:25:39.500Z | [ recovery-image] Feb 26 17:25:39.086 INFO O| Feb 26 17:25:39.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckkeywd" |
| 5244 | 2026-02-26T17:25:39.500Z | [ recovery-image] Feb 26 17:25:39.086 INFO O| Feb 26 17:25:39.086 INFO STEP 122 (remove_files) COMPLETE |
| 5245 | 2026-02-26T17:25:39.500Z | [ recovery-image] Feb 26 17:25:39.086 INFO O| Feb 26 17:25:39.086 INFO STEP 123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5246 | 2026-02-26T17:25:39.525Z | [ recovery-image] Feb 26 17:25:39.098 INFO O| Feb 26 17:25:39.098 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckpath" |
| 5247 | 2026-02-26T17:25:39.525Z | [ recovery-image] Feb 26 17:25:39.099 INFO O| Feb 26 17:25:39.098 INFO STEP 123 (remove_files) COMPLETE |
| 5248 | 2026-02-26T17:25:39.525Z | [ recovery-image] Feb 26 17:25:39.099 INFO O| Feb 26 17:25:39.098 INFO STEP 124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5249 | 2026-02-26T17:25:39.525Z | [ recovery-image] Feb 26 17:25:39.112 INFO O| Feb 26 17:25:39.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckrange" |
| 5250 | 2026-02-26T17:25:39.525Z | [ recovery-image] Feb 26 17:25:39.112 INFO O| Feb 26 17:25:39.112 INFO STEP 124 (remove_files) COMPLETE |
| 5251 | 2026-02-26T17:25:39.525Z | [ recovery-image] Feb 26 17:25:39.112 INFO O| Feb 26 17:25:39.112 INFO STEP 125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5252 | 2026-02-26T17:25:39.550Z | [ recovery-image] Feb 26 17:25:39.126 INFO O| Feb 26 17:25:39.126 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckstr" |
| 5253 | 2026-02-26T17:25:39.550Z | [ recovery-image] Feb 26 17:25:39.126 INFO O| Feb 26 17:25:39.126 INFO STEP 125 (remove_files) COMPLETE |
| 5254 | 2026-02-26T17:25:39.550Z | [ recovery-image] Feb 26 17:25:39.126 INFO O| Feb 26 17:25:39.126 INFO STEP 126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5255 | 2026-02-26T17:25:39.575Z | [ recovery-image] Feb 26 17:25:39.141 INFO O| Feb 26 17:25:39.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cksum" |
| 5256 | 2026-02-26T17:25:39.575Z | [ recovery-image] Feb 26 17:25:39.141 INFO O| Feb 26 17:25:39.141 INFO STEP 126 (remove_files) COMPLETE |
| 5257 | 2026-02-26T17:25:39.575Z | [ recovery-image] Feb 26 17:25:39.141 INFO O| Feb 26 17:25:39.141 INFO STEP 127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5258 | 2026-02-26T17:25:39.575Z | [ recovery-image] Feb 26 17:25:39.154 INFO O| Feb 26 17:25:39.154 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cktime" |
| 5259 | 2026-02-26T17:25:39.575Z | [ recovery-image] Feb 26 17:25:39.154 INFO O| Feb 26 17:25:39.154 INFO STEP 127 (remove_files) COMPLETE |
| 5260 | 2026-02-26T17:25:39.575Z | [ recovery-image] Feb 26 17:25:39.154 INFO O| Feb 26 17:25:39.154 INFO STEP 128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5261 | 2026-02-26T17:25:39.600Z | [ recovery-image] Feb 26 17:25:39.168 INFO O| Feb 26 17:25:39.168 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckuid" |
| 5262 | 2026-02-26T17:25:39.600Z | [ recovery-image] Feb 26 17:25:39.168 INFO O| Feb 26 17:25:39.168 INFO STEP 128 (remove_files) COMPLETE |
| 5263 | 2026-02-26T17:25:39.600Z | [ recovery-image] Feb 26 17:25:39.168 INFO O| Feb 26 17:25:39.168 INFO STEP 129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5264 | 2026-02-26T17:25:39.625Z | [ recovery-image] Feb 26 17:25:39.201 INFO O| Feb 26 17:25:39.201 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ckyorn" |
| 5265 | 2026-02-26T17:25:39.625Z | [ recovery-image] Feb 26 17:25:39.201 INFO O| Feb 26 17:25:39.201 INFO STEP 129 (remove_files) COMPLETE |
| 5266 | 2026-02-26T17:25:39.625Z | [ recovery-image] Feb 26 17:25:39.201 INFO O| Feb 26 17:25:39.201 INFO STEP 130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5267 | 2026-02-26T17:25:39.650Z | [ recovery-image] Feb 26 17:25:39.218 INFO O| Feb 26 17:25:39.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/clear" |
| 5268 | 2026-02-26T17:25:39.650Z | [ recovery-image] Feb 26 17:25:39.218 INFO O| Feb 26 17:25:39.218 INFO STEP 130 (remove_files) COMPLETE |
| 5269 | 2026-02-26T17:25:39.650Z | [ recovery-image] Feb 26 17:25:39.218 INFO O| Feb 26 17:25:39.218 INFO STEP 131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5270 | 2026-02-26T17:25:39.650Z | [ recovery-image] Feb 26 17:25:39.234 INFO O| Feb 26 17:25:39.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cmp" |
| 5271 | 2026-02-26T17:25:39.650Z | [ recovery-image] Feb 26 17:25:39.234 INFO O| Feb 26 17:25:39.234 INFO STEP 131 (remove_files) COMPLETE |
| 5272 | 2026-02-26T17:25:39.650Z | [ recovery-image] Feb 26 17:25:39.234 INFO O| Feb 26 17:25:39.234 INFO STEP 132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5273 | 2026-02-26T17:25:39.675Z | [ recovery-image] Feb 26 17:25:39.254 INFO O| Feb 26 17:25:39.254 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/col" |
| 5274 | 2026-02-26T17:25:39.675Z | [ recovery-image] Feb 26 17:25:39.254 INFO O| Feb 26 17:25:39.254 INFO STEP 132 (remove_files) COMPLETE |
| 5275 | 2026-02-26T17:25:39.675Z | [ recovery-image] Feb 26 17:25:39.254 INFO O| Feb 26 17:25:39.254 INFO STEP 133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5276 | 2026-02-26T17:25:39.700Z | [ recovery-image] Feb 26 17:25:39.272 INFO O| Feb 26 17:25:39.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/comm" |
| 5277 | 2026-02-26T17:25:39.700Z | [ recovery-image] Feb 26 17:25:39.272 INFO O| Feb 26 17:25:39.272 INFO STEP 133 (remove_files) COMPLETE |
| 5278 | 2026-02-26T17:25:39.700Z | [ recovery-image] Feb 26 17:25:39.272 INFO O| Feb 26 17:25:39.272 INFO STEP 134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5279 | 2026-02-26T17:25:39.700Z | [ recovery-image] Feb 26 17:25:39.287 INFO O| Feb 26 17:25:39.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/command" |
| 5280 | 2026-02-26T17:25:39.700Z | [ recovery-image] Feb 26 17:25:39.287 INFO O| Feb 26 17:25:39.287 INFO STEP 134 (remove_files) COMPLETE |
| 5281 | 2026-02-26T17:25:39.700Z | [ recovery-image] Feb 26 17:25:39.287 INFO O| Feb 26 17:25:39.287 INFO STEP 135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5282 | 2026-02-26T17:25:39.737Z | [ recovery-image] Feb 26 17:25:39.325 INFO O| Feb 26 17:25:39.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/compress" |
| 5283 | 2026-02-26T17:25:39.737Z | [ recovery-image] Feb 26 17:25:39.325 INFO O| Feb 26 17:25:39.325 INFO STEP 135 (remove_files) COMPLETE |
| 5284 | 2026-02-26T17:25:39.762Z | [ recovery-image] Feb 26 17:25:39.325 INFO O| Feb 26 17:25:39.325 INFO STEP 136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5285 | 2026-02-26T17:25:39.762Z | [ recovery-image] Feb 26 17:25:39.343 INFO O| Feb 26 17:25:39.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/connstat" |
| 5286 | 2026-02-26T17:25:39.762Z | [ recovery-image] Feb 26 17:25:39.343 INFO O| Feb 26 17:25:39.343 INFO STEP 136 (remove_files) COMPLETE |
| 5287 | 2026-02-26T17:25:39.762Z | [ recovery-image] Feb 26 17:25:39.343 INFO O| Feb 26 17:25:39.343 INFO STEP 137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5288 | 2026-02-26T17:25:39.787Z | [ recovery-image] Feb 26 17:25:39.365 INFO O| Feb 26 17:25:39.365 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cpio" |
| 5289 | 2026-02-26T17:25:39.787Z | [ recovery-image] Feb 26 17:25:39.365 INFO O| Feb 26 17:25:39.365 INFO STEP 137 (remove_files) COMPLETE |
| 5290 | 2026-02-26T17:25:39.787Z | [ recovery-image] Feb 26 17:25:39.365 INFO O| Feb 26 17:25:39.365 INFO STEP 138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5291 | 2026-02-26T17:25:39.812Z | [ recovery-image] Feb 26 17:25:39.387 INFO O| Feb 26 17:25:39.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/cputrack" |
| 5292 | 2026-02-26T17:25:39.812Z | [ recovery-image] Feb 26 17:25:39.387 INFO O| Feb 26 17:25:39.387 INFO STEP 138 (remove_files) COMPLETE |
| 5293 | 2026-02-26T17:25:39.812Z | [ recovery-image] Feb 26 17:25:39.387 INFO O| Feb 26 17:25:39.387 INFO STEP 139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5294 | 2026-02-26T17:25:39.837Z | [ recovery-image] Feb 26 17:25:39.401 INFO O| Feb 26 17:25:39.401 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crle" |
| 5295 | 2026-02-26T17:25:39.837Z | [ recovery-image] Feb 26 17:25:39.401 INFO O| Feb 26 17:25:39.401 INFO STEP 139 (remove_files) COMPLETE |
| 5296 | 2026-02-26T17:25:39.837Z | [ recovery-image] Feb 26 17:25:39.401 INFO O| Feb 26 17:25:39.401 INFO STEP 140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5297 | 2026-02-26T17:25:39.837Z | [ recovery-image] Feb 26 17:25:39.416 INFO O| Feb 26 17:25:39.416 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crontab" |
| 5298 | 2026-02-26T17:25:39.837Z | [ recovery-image] Feb 26 17:25:39.416 INFO O| Feb 26 17:25:39.416 INFO STEP 140 (remove_files) COMPLETE |
| 5299 | 2026-02-26T17:25:39.837Z | [ recovery-image] Feb 26 17:25:39.416 INFO O| Feb 26 17:25:39.416 INFO STEP 141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5300 | 2026-02-26T17:25:39.863Z | [ recovery-image] Feb 26 17:25:39.431 INFO O| Feb 26 17:25:39.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/crypt" |
| 5301 | 2026-02-26T17:25:39.863Z | [ recovery-image] Feb 26 17:25:39.431 INFO O| Feb 26 17:25:39.431 INFO STEP 141 (remove_files) COMPLETE |
| 5302 | 2026-02-26T17:25:39.863Z | [ recovery-image] Feb 26 17:25:39.431 INFO O| Feb 26 17:25:39.431 INFO STEP 142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5303 | 2026-02-26T17:25:39.863Z | [ recovery-image] Feb 26 17:25:39.446 INFO O| Feb 26 17:25:39.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csh" |
| 5304 | 2026-02-26T17:25:39.863Z | [ recovery-image] Feb 26 17:25:39.447 INFO O| Feb 26 17:25:39.446 INFO STEP 142 (remove_files) COMPLETE |
| 5305 | 2026-02-26T17:25:39.863Z | [ recovery-image] Feb 26 17:25:39.447 INFO O| Feb 26 17:25:39.447 INFO STEP 143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5306 | 2026-02-26T17:25:39.888Z | [ recovery-image] Feb 26 17:25:39.462 INFO O| Feb 26 17:25:39.462 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/csplit" |
| 5307 | 2026-02-26T17:25:39.888Z | [ recovery-image] Feb 26 17:25:39.463 INFO O| Feb 26 17:25:39.463 INFO STEP 143 (remove_files) COMPLETE |
| 5308 | 2026-02-26T17:25:39.888Z | [ recovery-image] Feb 26 17:25:39.463 INFO O| Feb 26 17:25:39.463 INFO STEP 144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5309 | 2026-02-26T17:25:39.916Z | [ recovery-image] Feb 26 17:25:39.503 INFO O| Feb 26 17:25:39.503 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl" |
| 5310 | 2026-02-26T17:25:39.916Z | [ recovery-image] Feb 26 17:25:39.503 INFO O| Feb 26 17:25:39.503 INFO STEP 144 (remove_files) COMPLETE |
| 5311 | 2026-02-26T17:25:39.940Z | [ recovery-image] Feb 26 17:25:39.503 INFO O| Feb 26 17:25:39.503 INFO STEP 145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5312 | 2026-02-26T17:25:39.940Z | [ recovery-image] Feb 26 17:25:39.518 INFO O| Feb 26 17:25:39.517 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/curl-config" |
| 5313 | 2026-02-26T17:25:39.940Z | [ recovery-image] Feb 26 17:25:39.518 INFO O| Feb 26 17:25:39.518 INFO STEP 145 (remove_files) COMPLETE |
| 5314 | 2026-02-26T17:25:39.941Z | [ recovery-image] Feb 26 17:25:39.518 INFO O| Feb 26 17:25:39.518 INFO STEP 146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5315 | 2026-02-26T17:25:39.966Z | [ recovery-image] Feb 26 17:25:39.533 INFO O| Feb 26 17:25:39.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dc" |
| 5316 | 2026-02-26T17:25:39.991Z | [ recovery-image] Feb 26 17:25:39.554 INFO O| Feb 26 17:25:39.554 INFO STEP 146 (remove_files) COMPLETE |
| 5317 | 2026-02-26T17:25:39.992Z | [ recovery-image] Feb 26 17:25:39.554 INFO O| Feb 26 17:25:39.554 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5318 | 2026-02-26T17:25:39.992Z | [ recovery-image] Feb 26 17:25:39.570 INFO O| Feb 26 17:25:39.570 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/decrypt" |
| 5319 | 2026-02-26T17:25:40.016Z | [ recovery-image] Feb 26 17:25:39.591 INFO O| Feb 26 17:25:39.591 INFO STEP 147 (remove_files) COMPLETE |
| 5320 | 2026-02-26T17:25:40.016Z | [ recovery-image] Feb 26 17:25:39.591 INFO O| Feb 26 17:25:39.591 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5321 | 2026-02-26T17:25:40.041Z | [ recovery-image] Feb 26 17:25:39.610 INFO O| Feb 26 17:25:39.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devattr" |
| 5322 | 2026-02-26T17:25:40.041Z | [ recovery-image] Feb 26 17:25:39.610 INFO O| Feb 26 17:25:39.610 INFO STEP 148 (remove_files) COMPLETE |
| 5323 | 2026-02-26T17:25:40.041Z | [ recovery-image] Feb 26 17:25:39.610 INFO O| Feb 26 17:25:39.610 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5324 | 2026-02-26T17:25:40.072Z | [ recovery-image] Feb 26 17:25:39.659 INFO O| Feb 26 17:25:39.659 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devfree" |
| 5325 | 2026-02-26T17:25:40.072Z | [ recovery-image] Feb 26 17:25:39.660 INFO O| Feb 26 17:25:39.659 INFO STEP 149 (remove_files) COMPLETE |
| 5326 | 2026-02-26T17:25:40.097Z | [ recovery-image] Feb 26 17:25:39.660 INFO O| Feb 26 17:25:39.660 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5327 | 2026-02-26T17:25:40.097Z | [ recovery-image] Feb 26 17:25:39.677 INFO O| Feb 26 17:25:39.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/devreserv" |
| 5328 | 2026-02-26T17:25:40.097Z | [ recovery-image] Feb 26 17:25:39.677 INFO O| Feb 26 17:25:39.677 INFO STEP 150 (remove_files) COMPLETE |
| 5329 | 2026-02-26T17:25:40.097Z | [ recovery-image] Feb 26 17:25:39.677 INFO O| Feb 26 17:25:39.677 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5330 | 2026-02-26T17:25:40.122Z | [ recovery-image] Feb 26 17:25:39.695 INFO O| Feb 26 17:25:39.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diff3" |
| 5331 | 2026-02-26T17:25:40.122Z | [ recovery-image] Feb 26 17:25:39.695 INFO O| Feb 26 17:25:39.695 INFO STEP 151 (remove_files) COMPLETE |
| 5332 | 2026-02-26T17:25:40.122Z | [ recovery-image] Feb 26 17:25:39.695 INFO O| Feb 26 17:25:39.695 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5333 | 2026-02-26T17:25:40.147Z | [ recovery-image] Feb 26 17:25:39.711 INFO O| Feb 26 17:25:39.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/digest" |
| 5334 | 2026-02-26T17:25:40.147Z | [ recovery-image] Feb 26 17:25:39.712 INFO O| Feb 26 17:25:39.712 INFO STEP 152 (remove_files) COMPLETE |
| 5335 | 2026-02-26T17:25:40.147Z | [ recovery-image] Feb 26 17:25:39.712 INFO O| Feb 26 17:25:39.712 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5336 | 2026-02-26T17:25:40.148Z | [ recovery-image] Feb 26 17:25:39.727 INFO O| Feb 26 17:25:39.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dircmp" |
| 5337 | 2026-02-26T17:25:40.148Z | [ recovery-image] Feb 26 17:25:39.728 INFO O| Feb 26 17:25:39.727 INFO STEP 153 (remove_files) COMPLETE |
| 5338 | 2026-02-26T17:25:40.148Z | [ recovery-image] Feb 26 17:25:39.728 INFO O| Feb 26 17:25:39.727 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5339 | 2026-02-26T17:25:40.173Z | [ recovery-image] Feb 26 17:25:39.745 INFO O| Feb 26 17:25:39.745 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dirname" |
| 5340 | 2026-02-26T17:25:40.173Z | [ recovery-image] Feb 26 17:25:39.745 INFO O| Feb 26 17:25:39.745 INFO STEP 154 (remove_files) COMPLETE |
| 5341 | 2026-02-26T17:25:40.173Z | [ recovery-image] Feb 26 17:25:39.745 INFO O| Feb 26 17:25:39.745 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5342 | 2026-02-26T17:25:40.198Z | [ recovery-image] Feb 26 17:25:39.760 INFO O| Feb 26 17:25:39.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/diskscan" |
| 5343 | 2026-02-26T17:25:40.198Z | [ recovery-image] Feb 26 17:25:39.760 INFO O| Feb 26 17:25:39.760 INFO STEP 155 (remove_files) COMPLETE |
| 5344 | 2026-02-26T17:25:40.198Z | [ recovery-image] Feb 26 17:25:39.760 INFO O| Feb 26 17:25:39.760 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5345 | 2026-02-26T17:25:40.198Z | [ recovery-image] Feb 26 17:25:39.778 INFO O| Feb 26 17:25:39.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispgid" |
| 5346 | 2026-02-26T17:25:40.198Z | [ recovery-image] Feb 26 17:25:39.778 INFO O| Feb 26 17:25:39.778 INFO STEP 156 (remove_files) COMPLETE |
| 5347 | 2026-02-26T17:25:40.198Z | [ recovery-image] Feb 26 17:25:39.778 INFO O| Feb 26 17:25:39.778 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5348 | 2026-02-26T17:25:40.223Z | [ recovery-image] Feb 26 17:25:39.793 INFO O| Feb 26 17:25:39.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dispuid" |
| 5349 | 2026-02-26T17:25:40.223Z | [ recovery-image] Feb 26 17:25:39.793 INFO O| Feb 26 17:25:39.793 INFO STEP 157 (remove_files) COMPLETE |
| 5350 | 2026-02-26T17:25:40.223Z | [ recovery-image] Feb 26 17:25:39.793 INFO O| Feb 26 17:25:39.793 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5351 | 2026-02-26T17:25:40.223Z | [ recovery-image] Feb 26 17:25:39.808 INFO O| Feb 26 17:25:39.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dos2unix" |
| 5352 | 2026-02-26T17:25:40.223Z | [ recovery-image] Feb 26 17:25:39.808 INFO O| Feb 26 17:25:39.808 INFO STEP 158 (remove_files) COMPLETE |
| 5353 | 2026-02-26T17:25:40.223Z | [ recovery-image] Feb 26 17:25:39.808 INFO O| Feb 26 17:25:39.808 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5354 | 2026-02-26T17:25:40.248Z | [ recovery-image] Feb 26 17:25:39.822 INFO O| Feb 26 17:25:39.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/du" |
| 5355 | 2026-02-26T17:25:40.248Z | [ recovery-image] Feb 26 17:25:39.823 INFO O| Feb 26 17:25:39.823 INFO STEP 159 (remove_files) COMPLETE |
| 5356 | 2026-02-26T17:25:40.248Z | [ recovery-image] Feb 26 17:25:39.823 INFO O| Feb 26 17:25:39.823 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5357 | 2026-02-26T17:25:40.273Z | [ recovery-image] Feb 26 17:25:39.838 INFO O| Feb 26 17:25:39.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpcs" |
| 5358 | 2026-02-26T17:25:40.273Z | [ recovery-image] Feb 26 17:25:39.838 INFO O| Feb 26 17:25:39.838 INFO STEP 160 (remove_files) COMPLETE |
| 5359 | 2026-02-26T17:25:40.273Z | [ recovery-image] Feb 26 17:25:39.838 INFO O| Feb 26 17:25:39.838 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5360 | 2026-02-26T17:25:40.273Z | [ recovery-image] Feb 26 17:25:39.854 INFO O| Feb 26 17:25:39.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/dumpkeys" |
| 5361 | 2026-02-26T17:25:40.273Z | [ recovery-image] Feb 26 17:25:39.854 INFO O| Feb 26 17:25:39.854 INFO STEP 161 (remove_files) COMPLETE |
| 5362 | 2026-02-26T17:25:40.273Z | [ recovery-image] Feb 26 17:25:39.854 INFO O| Feb 26 17:25:39.854 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5363 | 2026-02-26T17:25:40.339Z | [ recovery-image] Feb 26 17:25:39.869 INFO O| Feb 26 17:25:39.869 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/edit" |
| 5364 | 2026-02-26T17:25:40.339Z | [ recovery-image] Feb 26 17:25:39.870 INFO O| Feb 26 17:25:39.870 INFO STEP 162 (remove_files) COMPLETE |
| 5365 | 2026-02-26T17:25:40.339Z | [ recovery-image] Feb 26 17:25:39.870 INFO O| Feb 26 17:25:39.870 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5366 | 2026-02-26T17:25:40.339Z | [ recovery-image] Feb 26 17:25:39.885 INFO O| Feb 26 17:25:39.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/eject" |
| 5367 | 2026-02-26T17:25:40.339Z | [ recovery-image] Feb 26 17:25:39.886 INFO O| Feb 26 17:25:39.885 INFO STEP 163 (remove_files) COMPLETE |
| 5368 | 2026-02-26T17:25:40.339Z | [ recovery-image] Feb 26 17:25:39.886 INFO O| Feb 26 17:25:39.886 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5369 | 2026-02-26T17:25:40.339Z | [ recovery-image] Feb 26 17:25:39.903 INFO O| Feb 26 17:25:39.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfsign" |
| 5370 | 2026-02-26T17:25:40.339Z | [ recovery-image] Feb 26 17:25:39.903 INFO O| Feb 26 17:25:39.903 INFO STEP 164 (remove_files) COMPLETE |
| 5371 | 2026-02-26T17:25:40.339Z | [ recovery-image] Feb 26 17:25:39.903 INFO O| Feb 26 17:25:39.903 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5372 | 2026-02-26T17:25:40.364Z | [ recovery-image] Feb 26 17:25:39.921 INFO O| Feb 26 17:25:39.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/elfwrap" |
| 5373 | 2026-02-26T17:25:40.364Z | [ recovery-image] Feb 26 17:25:39.921 INFO O| Feb 26 17:25:39.921 INFO STEP 165 (remove_files) COMPLETE |
| 5374 | 2026-02-26T17:25:40.364Z | [ recovery-image] Feb 26 17:25:39.921 INFO O| Feb 26 17:25:39.921 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5375 | 2026-02-26T17:25:40.364Z | [ recovery-image] Feb 26 17:25:39.939 INFO O| Feb 26 17:25:39.938 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encode_keychange" |
| 5376 | 2026-02-26T17:25:40.364Z | [ recovery-image] Feb 26 17:25:39.939 INFO O| Feb 26 17:25:39.939 INFO STEP 166 (remove_files) COMPLETE |
| 5377 | 2026-02-26T17:25:40.364Z | [ recovery-image] Feb 26 17:25:39.939 INFO O| Feb 26 17:25:39.939 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5378 | 2026-02-26T17:25:40.389Z | [ recovery-image] Feb 26 17:25:39.958 INFO O| Feb 26 17:25:39.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/encrypt" |
| 5379 | 2026-02-26T17:25:40.389Z | [ recovery-image] Feb 26 17:25:39.958 INFO O| Feb 26 17:25:39.958 INFO STEP 167 (remove_files) COMPLETE |
| 5380 | 2026-02-26T17:25:40.389Z | [ recovery-image] Feb 26 17:25:39.958 INFO O| Feb 26 17:25:39.958 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5381 | 2026-02-26T17:25:40.413Z | [ recovery-image] Feb 26 17:25:39.977 INFO O| Feb 26 17:25:39.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/enhance" |
| 5382 | 2026-02-26T17:25:40.413Z | [ recovery-image] Feb 26 17:25:39.977 INFO O| Feb 26 17:25:39.977 INFO STEP 168 (remove_files) COMPLETE |
| 5383 | 2026-02-26T17:25:40.413Z | [ recovery-image] Feb 26 17:25:39.977 INFO O| Feb 26 17:25:39.977 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5384 | 2026-02-26T17:25:40.413Z | [ recovery-image] Feb 26 17:25:39.995 INFO O| Feb 26 17:25:39.994 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/env" |
| 5385 | 2026-02-26T17:25:40.414Z | [ recovery-image] Feb 26 17:25:39.995 INFO O| Feb 26 17:25:39.995 INFO STEP 169 (remove_files) COMPLETE |
| 5386 | 2026-02-26T17:25:40.414Z | [ recovery-image] Feb 26 17:25:39.995 INFO O| Feb 26 17:25:39.995 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5387 | 2026-02-26T17:25:40.439Z | [ recovery-image] Feb 26 17:25:40.012 INFO O| Feb 26 17:25:40.012 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/etdump" |
| 5388 | 2026-02-26T17:25:40.439Z | [ recovery-image] Feb 26 17:25:40.012 INFO O| Feb 26 17:25:40.012 INFO STEP 170 (remove_files) COMPLETE |
| 5389 | 2026-02-26T17:25:40.439Z | [ recovery-image] Feb 26 17:25:40.012 INFO O| Feb 26 17:25:40.012 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5390 | 2026-02-26T17:25:40.463Z | [ recovery-image] Feb 26 17:25:40.029 INFO O| Feb 26 17:25:40.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/expand" |
| 5391 | 2026-02-26T17:25:40.463Z | [ recovery-image] Feb 26 17:25:40.029 INFO O| Feb 26 17:25:40.029 INFO STEP 171 (remove_files) COMPLETE |
| 5392 | 2026-02-26T17:25:40.463Z | [ recovery-image] Feb 26 17:25:40.030 INFO O| Feb 26 17:25:40.029 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5393 | 2026-02-26T17:25:40.463Z | [ recovery-image] Feb 26 17:25:40.048 INFO O| Feb 26 17:25:40.048 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/exstr" |
| 5394 | 2026-02-26T17:25:40.463Z | [ recovery-image] Feb 26 17:25:40.048 INFO O| Feb 26 17:25:40.048 INFO STEP 172 (remove_files) COMPLETE |
| 5395 | 2026-02-26T17:25:40.463Z | [ recovery-image] Feb 26 17:25:40.048 INFO O| Feb 26 17:25:40.048 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5396 | 2026-02-26T17:25:40.488Z | [ recovery-image] Feb 26 17:25:40.066 INFO O| Feb 26 17:25:40.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/factor" |
| 5397 | 2026-02-26T17:25:40.488Z | [ recovery-image] Feb 26 17:25:40.067 INFO O| Feb 26 17:25:40.066 INFO STEP 173 (remove_files) COMPLETE |
| 5398 | 2026-02-26T17:25:40.488Z | [ recovery-image] Feb 26 17:25:40.067 INFO O| Feb 26 17:25:40.067 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5399 | 2026-02-26T17:25:40.513Z | [ recovery-image] Feb 26 17:25:40.083 INFO O| Feb 26 17:25:40.083 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/false" |
| 5400 | 2026-02-26T17:25:40.514Z | [ recovery-image] Feb 26 17:25:40.083 INFO O| Feb 26 17:25:40.083 INFO STEP 174 (remove_files) COMPLETE |
| 5401 | 2026-02-26T17:25:40.514Z | [ recovery-image] Feb 26 17:25:40.083 INFO O| Feb 26 17:25:40.083 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5402 | 2026-02-26T17:25:40.539Z | [ recovery-image] Feb 26 17:25:40.102 INFO O| Feb 26 17:25:40.101 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fc" |
| 5403 | 2026-02-26T17:25:40.539Z | [ recovery-image] Feb 26 17:25:40.102 INFO O| Feb 26 17:25:40.102 INFO STEP 175 (remove_files) COMPLETE |
| 5404 | 2026-02-26T17:25:40.539Z | [ recovery-image] Feb 26 17:25:40.102 INFO O| Feb 26 17:25:40.102 INFO STEP 176: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5405 | 2026-02-26T17:25:40.539Z | [ recovery-image] Feb 26 17:25:40.119 INFO O| Feb 26 17:25:40.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdetach" |
| 5406 | 2026-02-26T17:25:40.539Z | [ recovery-image] Feb 26 17:25:40.119 INFO O| Feb 26 17:25:40.119 INFO STEP 176 (remove_files) COMPLETE |
| 5407 | 2026-02-26T17:25:40.539Z | [ recovery-image] Feb 26 17:25:40.119 INFO O| Feb 26 17:25:40.119 INFO STEP 177: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5408 | 2026-02-26T17:25:40.564Z | [ recovery-image] Feb 26 17:25:40.135 INFO O| Feb 26 17:25:40.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fdformat" |
| 5409 | 2026-02-26T17:25:40.564Z | [ recovery-image] Feb 26 17:25:40.136 INFO O| Feb 26 17:25:40.136 INFO STEP 177 (remove_files) COMPLETE |
| 5410 | 2026-02-26T17:25:40.564Z | [ recovery-image] Feb 26 17:25:40.136 INFO O| Feb 26 17:25:40.136 INFO STEP 178: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5411 | 2026-02-26T17:25:40.589Z | [ recovery-image] Feb 26 17:25:40.152 INFO O| Feb 26 17:25:40.152 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fg" |
| 5412 | 2026-02-26T17:25:40.589Z | [ recovery-image] Feb 26 17:25:40.152 INFO O| Feb 26 17:25:40.152 INFO STEP 178 (remove_files) COMPLETE |
| 5413 | 2026-02-26T17:25:40.589Z | [ recovery-image] Feb 26 17:25:40.152 INFO O| Feb 26 17:25:40.152 INFO STEP 179: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5414 | 2026-02-26T17:25:40.589Z | [ recovery-image] Feb 26 17:25:40.169 INFO O| Feb 26 17:25:40.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fgrep" |
| 5415 | 2026-02-26T17:25:40.589Z | [ recovery-image] Feb 26 17:25:40.170 INFO O| Feb 26 17:25:40.169 INFO STEP 179 (remove_files) COMPLETE |
| 5416 | 2026-02-26T17:25:40.589Z | [ recovery-image] Feb 26 17:25:40.170 INFO O| Feb 26 17:25:40.170 INFO STEP 180: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5417 | 2026-02-26T17:25:40.617Z | [ recovery-image] Feb 26 17:25:40.190 INFO O| Feb 26 17:25:40.189 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/file" |
| 5418 | 2026-02-26T17:25:40.617Z | [ recovery-image] Feb 26 17:25:40.190 INFO O| Feb 26 17:25:40.190 INFO STEP 180 (remove_files) COMPLETE |
| 5419 | 2026-02-26T17:25:40.617Z | [ recovery-image] Feb 26 17:25:40.190 INFO O| Feb 26 17:25:40.190 INFO STEP 181: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5420 | 2026-02-26T17:25:40.642Z | [ recovery-image] Feb 26 17:25:40.208 INFO O| Feb 26 17:25:40.208 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fixproc" |
| 5421 | 2026-02-26T17:25:40.642Z | [ recovery-image] Feb 26 17:25:40.208 INFO O| Feb 26 17:25:40.208 INFO STEP 181 (remove_files) COMPLETE |
| 5422 | 2026-02-26T17:25:40.642Z | [ recovery-image] Feb 26 17:25:40.208 INFO O| Feb 26 17:25:40.208 INFO STEP 182: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5423 | 2026-02-26T17:25:40.642Z | [ recovery-image] Feb 26 17:25:40.227 INFO O| Feb 26 17:25:40.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmt" |
| 5424 | 2026-02-26T17:25:40.642Z | [ recovery-image] Feb 26 17:25:40.227 INFO O| Feb 26 17:25:40.227 INFO STEP 182 (remove_files) COMPLETE |
| 5425 | 2026-02-26T17:25:40.642Z | [ recovery-image] Feb 26 17:25:40.227 INFO O| Feb 26 17:25:40.227 INFO STEP 183: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5426 | 2026-02-26T17:25:40.667Z | [ recovery-image] Feb 26 17:25:40.243 INFO O| Feb 26 17:25:40.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fmtmsg" |
| 5427 | 2026-02-26T17:25:40.667Z | [ recovery-image] Feb 26 17:25:40.244 INFO O| Feb 26 17:25:40.244 INFO STEP 183 (remove_files) COMPLETE |
| 5428 | 2026-02-26T17:25:40.667Z | [ recovery-image] Feb 26 17:25:40.244 INFO O| Feb 26 17:25:40.244 INFO STEP 184: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5429 | 2026-02-26T17:25:40.692Z | [ recovery-image] Feb 26 17:25:40.261 INFO O| Feb 26 17:25:40.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fold" |
| 5430 | 2026-02-26T17:25:40.692Z | [ recovery-image] Feb 26 17:25:40.261 INFO O| Feb 26 17:25:40.261 INFO STEP 184 (remove_files) COMPLETE |
| 5431 | 2026-02-26T17:25:40.692Z | [ recovery-image] Feb 26 17:25:40.261 INFO O| Feb 26 17:25:40.261 INFO STEP 185: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5432 | 2026-02-26T17:25:40.692Z | [ recovery-image] Feb 26 17:25:40.276 INFO O| Feb 26 17:25:40.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/fsstat" |
| 5433 | 2026-02-26T17:25:40.692Z | [ recovery-image] Feb 26 17:25:40.277 INFO O| Feb 26 17:25:40.276 INFO STEP 185 (remove_files) COMPLETE |
| 5434 | 2026-02-26T17:25:40.692Z | [ recovery-image] Feb 26 17:25:40.277 INFO O| Feb 26 17:25:40.276 INFO STEP 186: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5435 | 2026-02-26T17:25:40.718Z | [ recovery-image] Feb 26 17:25:40.291 INFO O| Feb 26 17:25:40.291 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gclear" |
| 5436 | 2026-02-26T17:25:40.718Z | [ recovery-image] Feb 26 17:25:40.291 INFO O| Feb 26 17:25:40.291 INFO STEP 186 (remove_files) COMPLETE |
| 5437 | 2026-02-26T17:25:40.718Z | [ recovery-image] Feb 26 17:25:40.291 INFO O| Feb 26 17:25:40.291 INFO STEP 187: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5438 | 2026-02-26T17:25:40.742Z | [ recovery-image] Feb 26 17:25:40.306 INFO O| Feb 26 17:25:40.306 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/geniconvtbl" |
| 5439 | 2026-02-26T17:25:40.742Z | [ recovery-image] Feb 26 17:25:40.306 INFO O| Feb 26 17:25:40.306 INFO STEP 187 (remove_files) COMPLETE |
| 5440 | 2026-02-26T17:25:40.743Z | [ recovery-image] Feb 26 17:25:40.306 INFO O| Feb 26 17:25:40.306 INFO STEP 188: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5441 | 2026-02-26T17:25:40.743Z | [ recovery-image] Feb 26 17:25:40.324 INFO O| Feb 26 17:25:40.324 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getconf" |
| 5442 | 2026-02-26T17:25:40.743Z | [ recovery-image] Feb 26 17:25:40.324 INFO O| Feb 26 17:25:40.324 INFO STEP 188 (remove_files) COMPLETE |
| 5443 | 2026-02-26T17:25:40.743Z | [ recovery-image] Feb 26 17:25:40.324 INFO O| Feb 26 17:25:40.324 INFO STEP 189: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5444 | 2026-02-26T17:25:40.767Z | [ recovery-image] Feb 26 17:25:40.341 INFO O| Feb 26 17:25:40.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdev" |
| 5445 | 2026-02-26T17:25:40.767Z | [ recovery-image] Feb 26 17:25:40.342 INFO O| Feb 26 17:25:40.341 INFO STEP 189 (remove_files) COMPLETE |
| 5446 | 2026-02-26T17:25:40.767Z | [ recovery-image] Feb 26 17:25:40.342 INFO O| Feb 26 17:25:40.342 INFO STEP 190: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5447 | 2026-02-26T17:25:40.792Z | [ recovery-image] Feb 26 17:25:40.358 INFO O| Feb 26 17:25:40.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getdgrp" |
| 5448 | 2026-02-26T17:25:40.792Z | [ recovery-image] Feb 26 17:25:40.358 INFO O| Feb 26 17:25:40.358 INFO STEP 190 (remove_files) COMPLETE |
| 5449 | 2026-02-26T17:25:40.793Z | [ recovery-image] Feb 26 17:25:40.358 INFO O| Feb 26 17:25:40.358 INFO STEP 191: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5450 | 2026-02-26T17:25:40.793Z | [ recovery-image] Feb 26 17:25:40.377 INFO O| Feb 26 17:25:40.377 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getent" |
| 5451 | 2026-02-26T17:25:40.793Z | [ recovery-image] Feb 26 17:25:40.377 INFO O| Feb 26 17:25:40.377 INFO STEP 191 (remove_files) COMPLETE |
| 5452 | 2026-02-26T17:25:40.793Z | [ recovery-image] Feb 26 17:25:40.377 INFO O| Feb 26 17:25:40.377 INFO STEP 192: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5453 | 2026-02-26T17:25:40.817Z | [ recovery-image] Feb 26 17:25:40.392 INFO O| Feb 26 17:25:40.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getfacl" |
| 5454 | 2026-02-26T17:25:40.817Z | [ recovery-image] Feb 26 17:25:40.392 INFO O| Feb 26 17:25:40.392 INFO STEP 192 (remove_files) COMPLETE |
| 5455 | 2026-02-26T17:25:40.817Z | [ recovery-image] Feb 26 17:25:40.392 INFO O| Feb 26 17:25:40.392 INFO STEP 193: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5456 | 2026-02-26T17:25:40.842Z | [ recovery-image] Feb 26 17:25:40.408 INFO O| Feb 26 17:25:40.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopt" |
| 5457 | 2026-02-26T17:25:40.842Z | [ recovery-image] Feb 26 17:25:40.408 INFO O| Feb 26 17:25:40.408 INFO STEP 193 (remove_files) COMPLETE |
| 5458 | 2026-02-26T17:25:40.842Z | [ recovery-image] Feb 26 17:25:40.408 INFO O| Feb 26 17:25:40.408 INFO STEP 194: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5459 | 2026-02-26T17:25:40.842Z | [ recovery-image] Feb 26 17:25:40.424 INFO O| Feb 26 17:25:40.424 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getopts" |
| 5460 | 2026-02-26T17:25:40.842Z | [ recovery-image] Feb 26 17:25:40.424 INFO O| Feb 26 17:25:40.424 INFO STEP 194 (remove_files) COMPLETE |
| 5461 | 2026-02-26T17:25:40.842Z | [ recovery-image] Feb 26 17:25:40.424 INFO O| Feb 26 17:25:40.424 INFO STEP 195: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5462 | 2026-02-26T17:25:40.868Z | [ recovery-image] Feb 26 17:25:40.440 INFO O| Feb 26 17:25:40.440 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gettext" |
| 5463 | 2026-02-26T17:25:40.868Z | [ recovery-image] Feb 26 17:25:40.440 INFO O| Feb 26 17:25:40.440 INFO STEP 195 (remove_files) COMPLETE |
| 5464 | 2026-02-26T17:25:40.868Z | [ recovery-image] Feb 26 17:25:40.440 INFO O| Feb 26 17:25:40.440 INFO STEP 196: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5465 | 2026-02-26T17:25:40.868Z | [ recovery-image] Feb 26 17:25:40.454 INFO O| Feb 26 17:25:40.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/getvol" |
| 5466 | 2026-02-26T17:25:40.868Z | [ recovery-image] Feb 26 17:25:40.454 INFO O| Feb 26 17:25:40.454 INFO STEP 196 (remove_files) COMPLETE |
| 5467 | 2026-02-26T17:25:40.868Z | [ recovery-image] Feb 26 17:25:40.454 INFO O| Feb 26 17:25:40.454 INFO STEP 197: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5468 | 2026-02-26T17:25:40.892Z | [ recovery-image] Feb 26 17:25:40.474 INFO O| Feb 26 17:25:40.474 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ginfocmp" |
| 5469 | 2026-02-26T17:25:40.892Z | [ recovery-image] Feb 26 17:25:40.475 INFO O| Feb 26 17:25:40.475 INFO STEP 197 (remove_files) COMPLETE |
| 5470 | 2026-02-26T17:25:40.893Z | [ recovery-image] Feb 26 17:25:40.475 INFO O| Feb 26 17:25:40.475 INFO STEP 198: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5471 | 2026-02-26T17:25:40.917Z | [ recovery-image] Feb 26 17:25:40.492 INFO O| Feb 26 17:25:40.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/groups" |
| 5472 | 2026-02-26T17:25:40.917Z | [ recovery-image] Feb 26 17:25:40.492 INFO O| Feb 26 17:25:40.492 INFO STEP 198 (remove_files) COMPLETE |
| 5473 | 2026-02-26T17:25:40.917Z | [ recovery-image] Feb 26 17:25:40.492 INFO O| Feb 26 17:25:40.492 INFO STEP 199: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5474 | 2026-02-26T17:25:40.943Z | [ recovery-image] Feb 26 17:25:40.525 INFO O| Feb 26 17:25:40.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtabs" |
| 5475 | 2026-02-26T17:25:40.943Z | [ recovery-image] Feb 26 17:25:40.525 INFO O| Feb 26 17:25:40.525 INFO STEP 199 (remove_files) COMPLETE |
| 5476 | 2026-02-26T17:25:40.943Z | [ recovery-image] Feb 26 17:25:40.525 INFO O| Feb 26 17:25:40.525 INFO STEP 200: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5477 | 2026-02-26T17:25:40.968Z | [ recovery-image] Feb 26 17:25:40.541 INFO O| Feb 26 17:25:40.540 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtic" |
| 5478 | 2026-02-26T17:25:40.968Z | [ recovery-image] Feb 26 17:25:40.541 INFO O| Feb 26 17:25:40.541 INFO STEP 200 (remove_files) COMPLETE |
| 5479 | 2026-02-26T17:25:40.968Z | [ recovery-image] Feb 26 17:25:40.541 INFO O| Feb 26 17:25:40.541 INFO STEP 201: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5480 | 2026-02-26T17:25:40.993Z | [ recovery-image] Feb 26 17:25:40.561 INFO O| Feb 26 17:25:40.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtoe" |
| 5481 | 2026-02-26T17:25:40.993Z | [ recovery-image] Feb 26 17:25:40.561 INFO O| Feb 26 17:25:40.561 INFO STEP 201 (remove_files) COMPLETE |
| 5482 | 2026-02-26T17:25:40.993Z | [ recovery-image] Feb 26 17:25:40.561 INFO O| Feb 26 17:25:40.561 INFO STEP 202: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5483 | 2026-02-26T17:25:40.993Z | [ recovery-image] Feb 26 17:25:40.580 INFO O| Feb 26 17:25:40.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtput" |
| 5484 | 2026-02-26T17:25:40.993Z | [ recovery-image] Feb 26 17:25:40.580 INFO O| Feb 26 17:25:40.580 INFO STEP 202 (remove_files) COMPLETE |
| 5485 | 2026-02-26T17:25:40.993Z | [ recovery-image] Feb 26 17:25:40.580 INFO O| Feb 26 17:25:40.580 INFO STEP 203: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5486 | 2026-02-26T17:25:41.018Z | [ recovery-image] Feb 26 17:25:40.595 INFO O| Feb 26 17:25:40.595 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gtset" |
| 5487 | 2026-02-26T17:25:41.018Z | [ recovery-image] Feb 26 17:25:40.596 INFO O| Feb 26 17:25:40.596 INFO STEP 203 (remove_files) COMPLETE |
| 5488 | 2026-02-26T17:25:41.043Z | [ recovery-image] Feb 26 17:25:40.596 INFO O| Feb 26 17:25:40.596 INFO STEP 204: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5489 | 2026-02-26T17:25:41.043Z | [ recovery-image] Feb 26 17:25:40.613 INFO O| Feb 26 17:25:40.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gunzip" |
| 5490 | 2026-02-26T17:25:41.043Z | [ recovery-image] Feb 26 17:25:40.613 INFO O| Feb 26 17:25:40.613 INFO STEP 204 (remove_files) COMPLETE |
| 5491 | 2026-02-26T17:25:41.043Z | [ recovery-image] Feb 26 17:25:40.613 INFO O| Feb 26 17:25:40.613 INFO STEP 205: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5492 | 2026-02-26T17:25:41.043Z | [ recovery-image] Feb 26 17:25:40.630 INFO O| Feb 26 17:25:40.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcat" |
| 5493 | 2026-02-26T17:25:41.043Z | [ recovery-image] Feb 26 17:25:40.630 INFO O| Feb 26 17:25:40.630 INFO STEP 205 (remove_files) COMPLETE |
| 5494 | 2026-02-26T17:25:41.068Z | [ recovery-image] Feb 26 17:25:40.631 INFO O| Feb 26 17:25:40.630 INFO STEP 206: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5495 | 2026-02-26T17:25:41.068Z | [ recovery-image] Feb 26 17:25:40.649 INFO O| Feb 26 17:25:40.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzcmp" |
| 5496 | 2026-02-26T17:25:41.068Z | [ recovery-image] Feb 26 17:25:40.649 INFO O| Feb 26 17:25:40.649 INFO STEP 206 (remove_files) COMPLETE |
| 5497 | 2026-02-26T17:25:41.068Z | [ recovery-image] Feb 26 17:25:40.649 INFO O| Feb 26 17:25:40.649 INFO STEP 207: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5498 | 2026-02-26T17:25:41.093Z | [ recovery-image] Feb 26 17:25:40.666 INFO O| Feb 26 17:25:40.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzdiff" |
| 5499 | 2026-02-26T17:25:41.093Z | [ recovery-image] Feb 26 17:25:40.666 INFO O| Feb 26 17:25:40.666 INFO STEP 207 (remove_files) COMPLETE |
| 5500 | 2026-02-26T17:25:41.093Z | [ recovery-image] Feb 26 17:25:40.666 INFO O| Feb 26 17:25:40.666 INFO STEP 208: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5501 | 2026-02-26T17:25:41.118Z | [ recovery-image] Feb 26 17:25:40.683 INFO O| Feb 26 17:25:40.683 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzegrep" |
| 5502 | 2026-02-26T17:25:41.118Z | [ recovery-image] Feb 26 17:25:40.683 INFO O| Feb 26 17:25:40.683 INFO STEP 208 (remove_files) COMPLETE |
| 5503 | 2026-02-26T17:25:41.118Z | [ recovery-image] Feb 26 17:25:40.683 INFO O| Feb 26 17:25:40.683 INFO STEP 209: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5504 | 2026-02-26T17:25:41.118Z | [ recovery-image] Feb 26 17:25:40.699 INFO O| Feb 26 17:25:40.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzexe" |
| 5505 | 2026-02-26T17:25:41.118Z | [ recovery-image] Feb 26 17:25:40.699 INFO O| Feb 26 17:25:40.699 INFO STEP 209 (remove_files) COMPLETE |
| 5506 | 2026-02-26T17:25:41.118Z | [ recovery-image] Feb 26 17:25:40.699 INFO O| Feb 26 17:25:40.699 INFO STEP 210: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5507 | 2026-02-26T17:25:41.143Z | [ recovery-image] Feb 26 17:25:40.717 INFO O| Feb 26 17:25:40.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzfgrep" |
| 5508 | 2026-02-26T17:25:41.143Z | [ recovery-image] Feb 26 17:25:40.717 INFO O| Feb 26 17:25:40.717 INFO STEP 210 (remove_files) COMPLETE |
| 5509 | 2026-02-26T17:25:41.143Z | [ recovery-image] Feb 26 17:25:40.717 INFO O| Feb 26 17:25:40.717 INFO STEP 211: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5510 | 2026-02-26T17:25:41.168Z | [ recovery-image] Feb 26 17:25:40.733 INFO O| Feb 26 17:25:40.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzforce" |
| 5511 | 2026-02-26T17:25:41.168Z | [ recovery-image] Feb 26 17:25:40.734 INFO O| Feb 26 17:25:40.734 INFO STEP 211 (remove_files) COMPLETE |
| 5512 | 2026-02-26T17:25:41.168Z | [ recovery-image] Feb 26 17:25:40.734 INFO O| Feb 26 17:25:40.734 INFO STEP 212: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5513 | 2026-02-26T17:25:41.168Z | [ recovery-image] Feb 26 17:25:40.749 INFO O| Feb 26 17:25:40.748 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzgrep" |
| 5514 | 2026-02-26T17:25:41.168Z | [ recovery-image] Feb 26 17:25:40.749 INFO O| Feb 26 17:25:40.749 INFO STEP 212 (remove_files) COMPLETE |
| 5515 | 2026-02-26T17:25:41.168Z | [ recovery-image] Feb 26 17:25:40.749 INFO O| Feb 26 17:25:40.749 INFO STEP 213: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5516 | 2026-02-26T17:25:41.194Z | [ recovery-image] Feb 26 17:25:40.767 INFO O| Feb 26 17:25:40.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzip" |
| 5517 | 2026-02-26T17:25:41.195Z | [ recovery-image] Feb 26 17:25:40.767 INFO O| Feb 26 17:25:40.767 INFO STEP 213 (remove_files) COMPLETE |
| 5518 | 2026-02-26T17:25:41.195Z | [ recovery-image] Feb 26 17:25:40.767 INFO O| Feb 26 17:25:40.767 INFO STEP 214: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5519 | 2026-02-26T17:25:41.220Z | [ recovery-image] Feb 26 17:25:40.785 INFO O| Feb 26 17:25:40.785 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzless" |
| 5520 | 2026-02-26T17:25:41.220Z | [ recovery-image] Feb 26 17:25:40.785 INFO O| Feb 26 17:25:40.785 INFO STEP 214 (remove_files) COMPLETE |
| 5521 | 2026-02-26T17:25:41.220Z | [ recovery-image] Feb 26 17:25:40.785 INFO O| Feb 26 17:25:40.785 INFO STEP 215: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5522 | 2026-02-26T17:25:41.220Z | [ recovery-image] Feb 26 17:25:40.803 INFO O| Feb 26 17:25:40.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gzmore" |
| 5523 | 2026-02-26T17:25:41.220Z | [ recovery-image] Feb 26 17:25:40.803 INFO O| Feb 26 17:25:40.803 INFO STEP 215 (remove_files) COMPLETE |
| 5524 | 2026-02-26T17:25:41.220Z | [ recovery-image] Feb 26 17:25:40.803 INFO O| Feb 26 17:25:40.803 INFO STEP 216: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5525 | 2026-02-26T17:25:41.244Z | [ recovery-image] Feb 26 17:25:40.820 INFO O| Feb 26 17:25:40.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/gznew" |
| 5526 | 2026-02-26T17:25:41.244Z | [ recovery-image] Feb 26 17:25:40.821 INFO O| Feb 26 17:25:40.821 INFO STEP 216 (remove_files) COMPLETE |
| 5527 | 2026-02-26T17:25:41.244Z | [ recovery-image] Feb 26 17:25:40.821 INFO O| Feb 26 17:25:40.821 INFO STEP 217: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5528 | 2026-02-26T17:25:41.269Z | [ recovery-image] Feb 26 17:25:40.839 INFO O| Feb 26 17:25:40.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hash" |
| 5529 | 2026-02-26T17:25:41.270Z | [ recovery-image] Feb 26 17:25:40.839 INFO O| Feb 26 17:25:40.839 INFO STEP 217 (remove_files) COMPLETE |
| 5530 | 2026-02-26T17:25:41.270Z | [ recovery-image] Feb 26 17:25:40.839 INFO O| Feb 26 17:25:40.839 INFO STEP 218: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5531 | 2026-02-26T17:25:41.270Z | [ recovery-image] Feb 26 17:25:40.855 INFO O| Feb 26 17:25:40.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostid" |
| 5532 | 2026-02-26T17:25:41.270Z | [ recovery-image] Feb 26 17:25:40.855 INFO O| Feb 26 17:25:40.855 INFO STEP 218 (remove_files) COMPLETE |
| 5533 | 2026-02-26T17:25:41.270Z | [ recovery-image] Feb 26 17:25:40.855 INFO O| Feb 26 17:25:40.855 INFO STEP 219: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5534 | 2026-02-26T17:25:41.294Z | [ recovery-image] Feb 26 17:25:40.871 INFO O| Feb 26 17:25:40.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/hostname" |
| 5535 | 2026-02-26T17:25:41.294Z | [ recovery-image] Feb 26 17:25:40.871 INFO O| Feb 26 17:25:40.871 INFO STEP 219 (remove_files) COMPLETE |
| 5536 | 2026-02-26T17:25:41.294Z | [ recovery-image] Feb 26 17:25:40.871 INFO O| Feb 26 17:25:40.871 INFO STEP 220: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5537 | 2026-02-26T17:25:41.319Z | [ recovery-image] Feb 26 17:25:40.886 INFO O| Feb 26 17:25:40.885 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/adb" |
| 5538 | 2026-02-26T17:25:41.319Z | [ recovery-image] Feb 26 17:25:40.886 INFO O| Feb 26 17:25:40.886 INFO STEP 220 (remove_files) COMPLETE |
| 5539 | 2026-02-26T17:25:41.319Z | [ recovery-image] Feb 26 17:25:40.886 INFO O| Feb 26 17:25:40.886 INFO STEP 221: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5540 | 2026-02-26T17:25:41.319Z | [ recovery-image] Feb 26 17:25:40.904 INFO O| Feb 26 17:25:40.904 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/amt" |
| 5541 | 2026-02-26T17:25:41.319Z | [ recovery-image] Feb 26 17:25:40.904 INFO O| Feb 26 17:25:40.904 INFO STEP 221 (remove_files) COMPLETE |
| 5542 | 2026-02-26T17:25:41.320Z | [ recovery-image] Feb 26 17:25:40.904 INFO O| Feb 26 17:25:40.904 INFO STEP 222: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5543 | 2026-02-26T17:25:41.345Z | [ recovery-image] Feb 26 17:25:40.923 INFO O| Feb 26 17:25:40.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/ksh" |
| 5544 | 2026-02-26T17:25:41.345Z | [ recovery-image] Feb 26 17:25:40.923 INFO O| Feb 26 17:25:40.923 INFO STEP 222 (remove_files) COMPLETE |
| 5545 | 2026-02-26T17:25:41.345Z | [ recovery-image] Feb 26 17:25:40.924 INFO O| Feb 26 17:25:40.923 INFO STEP 223: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5546 | 2026-02-26T17:25:41.370Z | [ recovery-image] Feb 26 17:25:40.939 INFO O| Feb 26 17:25:40.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/mdb" |
| 5547 | 2026-02-26T17:25:41.370Z | [ recovery-image] Feb 26 17:25:40.939 INFO O| Feb 26 17:25:40.939 INFO STEP 223 (remove_files) COMPLETE |
| 5548 | 2026-02-26T17:25:41.370Z | [ recovery-image] Feb 26 17:25:40.939 INFO O| Feb 26 17:25:40.939 INFO STEP 224: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5549 | 2026-02-26T17:25:41.370Z | [ recovery-image] Feb 26 17:25:40.957 INFO O| Feb 26 17:25:40.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh" |
| 5550 | 2026-02-26T17:25:41.370Z | [ recovery-image] Feb 26 17:25:40.957 INFO O| Feb 26 17:25:40.957 INFO STEP 224 (remove_files) COMPLETE |
| 5551 | 2026-02-26T17:25:41.370Z | [ recovery-image] Feb 26 17:25:40.957 INFO O| Feb 26 17:25:40.957 INFO STEP 225: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5552 | 2026-02-26T17:25:41.395Z | [ recovery-image] Feb 26 17:25:40.975 INFO O| Feb 26 17:25:40.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/i86/rksh93" |
| 5553 | 2026-02-26T17:25:41.395Z | [ recovery-image] Feb 26 17:25:40.975 INFO O| Feb 26 17:25:40.975 INFO STEP 225 (remove_files) COMPLETE |
| 5554 | 2026-02-26T17:25:41.395Z | [ recovery-image] Feb 26 17:25:40.975 INFO O| Feb 26 17:25:40.975 INFO STEP 226: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5555 | 2026-02-26T17:25:41.419Z | [ recovery-image] Feb 26 17:25:40.993 INFO O| Feb 26 17:25:40.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iconv" |
| 5556 | 2026-02-26T17:25:41.419Z | [ recovery-image] Feb 26 17:25:40.993 INFO O| Feb 26 17:25:40.993 INFO STEP 226 (remove_files) COMPLETE |
| 5557 | 2026-02-26T17:25:41.419Z | [ recovery-image] Feb 26 17:25:40.993 INFO O| Feb 26 17:25:40.993 INFO STEP 227: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5558 | 2026-02-26T17:25:41.444Z | [ recovery-image] Feb 26 17:25:41.011 INFO O| Feb 26 17:25:41.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/id" |
| 5559 | 2026-02-26T17:25:41.444Z | [ recovery-image] Feb 26 17:25:41.011 INFO O| Feb 26 17:25:41.011 INFO STEP 227 (remove_files) COMPLETE |
| 5560 | 2026-02-26T17:25:41.444Z | [ recovery-image] Feb 26 17:25:41.011 INFO O| Feb 26 17:25:41.011 INFO STEP 228: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5561 | 2026-02-26T17:25:41.444Z | [ recovery-image] Feb 26 17:25:41.029 INFO O| Feb 26 17:25:41.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/idn" |
| 5562 | 2026-02-26T17:25:41.444Z | [ recovery-image] Feb 26 17:25:41.029 INFO O| Feb 26 17:25:41.029 INFO STEP 228 (remove_files) COMPLETE |
| 5563 | 2026-02-26T17:25:41.445Z | [ recovery-image] Feb 26 17:25:41.029 INFO O| Feb 26 17:25:41.029 INFO STEP 229: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5564 | 2026-02-26T17:25:41.469Z | [ recovery-image] Feb 26 17:25:41.047 INFO O| Feb 26 17:25:41.047 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/infocmp" |
| 5565 | 2026-02-26T17:25:41.469Z | [ recovery-image] Feb 26 17:25:41.047 INFO O| Feb 26 17:25:41.047 INFO STEP 229 (remove_files) COMPLETE |
| 5566 | 2026-02-26T17:25:41.469Z | [ recovery-image] Feb 26 17:25:41.048 INFO O| Feb 26 17:25:41.047 INFO STEP 230: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5567 | 2026-02-26T17:25:41.494Z | [ recovery-image] Feb 26 17:25:41.072 INFO O| Feb 26 17:25:41.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/iostat" |
| 5568 | 2026-02-26T17:25:41.494Z | [ recovery-image] Feb 26 17:25:41.073 INFO O| Feb 26 17:25:41.072 INFO STEP 230 (remove_files) COMPLETE |
| 5569 | 2026-02-26T17:25:41.494Z | [ recovery-image] Feb 26 17:25:41.073 INFO O| Feb 26 17:25:41.073 INFO STEP 231: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5570 | 2026-02-26T17:25:41.519Z | [ recovery-image] Feb 26 17:25:41.095 INFO O| Feb 26 17:25:41.095 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ipf-mod.pl" |
| 5571 | 2026-02-26T17:25:41.519Z | [ recovery-image] Feb 26 17:25:41.095 INFO O| Feb 26 17:25:41.095 INFO STEP 231 (remove_files) COMPLETE |
| 5572 | 2026-02-26T17:25:41.519Z | [ recovery-image] Feb 26 17:25:41.095 INFO O| Feb 26 17:25:41.095 INFO STEP 232: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5573 | 2026-02-26T17:25:41.544Z | [ recovery-image] Feb 26 17:25:41.112 INFO O| Feb 26 17:25:41.112 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isainfo" |
| 5574 | 2026-02-26T17:25:41.544Z | [ recovery-image] Feb 26 17:25:41.113 INFO O| Feb 26 17:25:41.113 INFO STEP 232 (remove_files) COMPLETE |
| 5575 | 2026-02-26T17:25:41.544Z | [ recovery-image] Feb 26 17:25:41.113 INFO O| Feb 26 17:25:41.113 INFO STEP 233: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5576 | 2026-02-26T17:25:41.544Z | [ recovery-image] Feb 26 17:25:41.130 INFO O| Feb 26 17:25:41.130 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/isalist" |
| 5577 | 2026-02-26T17:25:41.544Z | [ recovery-image] Feb 26 17:25:41.130 INFO O| Feb 26 17:25:41.130 INFO STEP 233 (remove_files) COMPLETE |
| 5578 | 2026-02-26T17:25:41.544Z | [ recovery-image] Feb 26 17:25:41.130 INFO O| Feb 26 17:25:41.130 INFO STEP 234: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5579 | 2026-02-26T17:25:41.568Z | [ recovery-image] Feb 26 17:25:41.147 INFO O| Feb 26 17:25:41.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/jobs" |
| 5580 | 2026-02-26T17:25:41.568Z | [ recovery-image] Feb 26 17:25:41.147 INFO O| Feb 26 17:25:41.147 INFO STEP 234 (remove_files) COMPLETE |
| 5581 | 2026-02-26T17:25:41.569Z | [ recovery-image] Feb 26 17:25:41.147 INFO O| Feb 26 17:25:41.147 INFO STEP 235: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5582 | 2026-02-26T17:25:41.593Z | [ recovery-image] Feb 26 17:25:41.164 INFO O| Feb 26 17:25:41.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/join" |
| 5583 | 2026-02-26T17:25:41.593Z | [ recovery-image] Feb 26 17:25:41.164 INFO O| Feb 26 17:25:41.164 INFO STEP 235 (remove_files) COMPLETE |
| 5584 | 2026-02-26T17:25:41.593Z | [ recovery-image] Feb 26 17:25:41.164 INFO O| Feb 26 17:25:41.164 INFO STEP 236: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5585 | 2026-02-26T17:25:41.594Z | [ recovery-image] Feb 26 17:25:41.181 INFO O| Feb 26 17:25:41.181 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kbd" |
| 5586 | 2026-02-26T17:25:41.594Z | [ recovery-image] Feb 26 17:25:41.181 INFO O| Feb 26 17:25:41.181 INFO STEP 236 (remove_files) COMPLETE |
| 5587 | 2026-02-26T17:25:41.619Z | [ recovery-image] Feb 26 17:25:41.181 INFO O| Feb 26 17:25:41.181 INFO STEP 237: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5588 | 2026-02-26T17:25:41.619Z | [ recovery-image] Feb 26 17:25:41.202 INFO O| Feb 26 17:25:41.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kdestroy" |
| 5589 | 2026-02-26T17:25:41.619Z | [ recovery-image] Feb 26 17:25:41.202 INFO O| Feb 26 17:25:41.202 INFO STEP 237 (remove_files) COMPLETE |
| 5590 | 2026-02-26T17:25:41.619Z | [ recovery-image] Feb 26 17:25:41.202 INFO O| Feb 26 17:25:41.202 INFO STEP 238: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5591 | 2026-02-26T17:25:41.644Z | [ recovery-image] Feb 26 17:25:41.220 INFO O| Feb 26 17:25:41.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogin" |
| 5592 | 2026-02-26T17:25:41.644Z | [ recovery-image] Feb 26 17:25:41.220 INFO O| Feb 26 17:25:41.220 INFO STEP 238 (remove_files) COMPLETE |
| 5593 | 2026-02-26T17:25:41.644Z | [ recovery-image] Feb 26 17:25:41.220 INFO O| Feb 26 17:25:41.220 INFO STEP 239: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5594 | 2026-02-26T17:25:41.669Z | [ recovery-image] Feb 26 17:25:41.236 INFO O| Feb 26 17:25:41.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/keylogout" |
| 5595 | 2026-02-26T17:25:41.669Z | [ recovery-image] Feb 26 17:25:41.236 INFO O| Feb 26 17:25:41.236 INFO STEP 239 (remove_files) COMPLETE |
| 5596 | 2026-02-26T17:25:41.669Z | [ recovery-image] Feb 26 17:25:41.236 INFO O| Feb 26 17:25:41.236 INFO STEP 240: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5597 | 2026-02-26T17:25:41.669Z | [ recovery-image] Feb 26 17:25:41.250 INFO O| Feb 26 17:25:41.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kill" |
| 5598 | 2026-02-26T17:25:41.669Z | [ recovery-image] Feb 26 17:25:41.250 INFO O| Feb 26 17:25:41.250 INFO STEP 240 (remove_files) COMPLETE |
| 5599 | 2026-02-26T17:25:41.669Z | [ recovery-image] Feb 26 17:25:41.250 INFO O| Feb 26 17:25:41.250 INFO STEP 241: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5600 | 2026-02-26T17:25:41.709Z | [ recovery-image] Feb 26 17:25:41.264 INFO O| Feb 26 17:25:41.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kinit" |
| 5601 | 2026-02-26T17:25:41.709Z | [ recovery-image] Feb 26 17:25:41.264 INFO O| Feb 26 17:25:41.264 INFO STEP 241 (remove_files) COMPLETE |
| 5602 | 2026-02-26T17:25:41.709Z | [ recovery-image] Feb 26 17:25:41.264 INFO O| Feb 26 17:25:41.264 INFO STEP 242: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5603 | 2026-02-26T17:25:41.709Z | [ recovery-image] Feb 26 17:25:41.279 INFO O| Feb 26 17:25:41.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/klist" |
| 5604 | 2026-02-26T17:25:41.709Z | [ recovery-image] Feb 26 17:25:41.279 INFO O| Feb 26 17:25:41.279 INFO STEP 242 (remove_files) COMPLETE |
| 5605 | 2026-02-26T17:25:41.709Z | [ recovery-image] Feb 26 17:25:41.279 INFO O| Feb 26 17:25:41.279 INFO STEP 243: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5606 | 2026-02-26T17:25:41.709Z | [ recovery-image] Feb 26 17:25:41.295 INFO O| Feb 26 17:25:41.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kmfcfg" |
| 5607 | 2026-02-26T17:25:41.709Z | [ recovery-image] Feb 26 17:25:41.295 INFO O| Feb 26 17:25:41.295 INFO STEP 243 (remove_files) COMPLETE |
| 5608 | 2026-02-26T17:25:41.709Z | [ recovery-image] Feb 26 17:25:41.295 INFO O| Feb 26 17:25:41.295 INFO STEP 244: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5609 | 2026-02-26T17:25:41.734Z | [ recovery-image] Feb 26 17:25:41.311 INFO O| Feb 26 17:25:41.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kpasswd" |
| 5610 | 2026-02-26T17:25:41.777Z | [ recovery-image] Feb 26 17:25:41.331 INFO O| Feb 26 17:25:41.331 INFO STEP 244 (remove_files) COMPLETE |
| 5611 | 2026-02-26T17:25:41.777Z | [ recovery-image] Feb 26 17:25:41.331 INFO O| Feb 26 17:25:41.331 INFO STEP 245: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5612 | 2026-02-26T17:25:41.802Z | [ recovery-image] Feb 26 17:25:41.385 INFO O| Feb 26 17:25:41.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/krb5-config" |
| 5613 | 2026-02-26T17:25:41.802Z | [ recovery-image] Feb 26 17:25:41.385 INFO O| Feb 26 17:25:41.385 INFO STEP 245 (remove_files) COMPLETE |
| 5614 | 2026-02-26T17:25:41.802Z | [ recovery-image] Feb 26 17:25:41.385 INFO O| Feb 26 17:25:41.385 INFO STEP 246: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5615 | 2026-02-26T17:25:41.827Z | [ recovery-image] Feb 26 17:25:41.401 INFO O| Feb 26 17:25:41.400 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ksh93" |
| 5616 | 2026-02-26T17:25:41.827Z | [ recovery-image] Feb 26 17:25:41.401 INFO O| Feb 26 17:25:41.401 INFO STEP 246 (remove_files) COMPLETE |
| 5617 | 2026-02-26T17:25:41.827Z | [ recovery-image] Feb 26 17:25:41.401 INFO O| Feb 26 17:25:41.401 INFO STEP 247: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5618 | 2026-02-26T17:25:41.852Z | [ recovery-image] Feb 26 17:25:41.417 INFO O| Feb 26 17:25:41.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ktutil" |
| 5619 | 2026-02-26T17:25:41.852Z | [ recovery-image] Feb 26 17:25:41.417 INFO O| Feb 26 17:25:41.417 INFO STEP 247 (remove_files) COMPLETE |
| 5620 | 2026-02-26T17:25:41.852Z | [ recovery-image] Feb 26 17:25:41.417 INFO O| Feb 26 17:25:41.417 INFO STEP 248: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5621 | 2026-02-26T17:25:41.852Z | [ recovery-image] Feb 26 17:25:41.433 INFO O| Feb 26 17:25:41.433 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/kvmstat" |
| 5622 | 2026-02-26T17:25:41.852Z | [ recovery-image] Feb 26 17:25:41.434 INFO O| Feb 26 17:25:41.433 INFO STEP 248 (remove_files) COMPLETE |
| 5623 | 2026-02-26T17:25:41.852Z | [ recovery-image] Feb 26 17:25:41.434 INFO O| Feb 26 17:25:41.434 INFO STEP 249: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5624 | 2026-02-26T17:25:41.876Z | [ recovery-image] Feb 26 17:25:41.449 INFO O| Feb 26 17:25:41.449 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/last" |
| 5625 | 2026-02-26T17:25:41.877Z | [ recovery-image] Feb 26 17:25:41.449 INFO O| Feb 26 17:25:41.449 INFO STEP 249 (remove_files) COMPLETE |
| 5626 | 2026-02-26T17:25:41.877Z | [ recovery-image] Feb 26 17:25:41.449 INFO O| Feb 26 17:25:41.449 INFO STEP 250: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5627 | 2026-02-26T17:25:41.901Z | [ recovery-image] Feb 26 17:25:41.465 INFO O| Feb 26 17:25:41.465 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lastcomm" |
| 5628 | 2026-02-26T17:25:41.901Z | [ recovery-image] Feb 26 17:25:41.465 INFO O| Feb 26 17:25:41.465 INFO STEP 250 (remove_files) COMPLETE |
| 5629 | 2026-02-26T17:25:41.901Z | [ recovery-image] Feb 26 17:25:41.465 INFO O| Feb 26 17:25:41.465 INFO STEP 251: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5630 | 2026-02-26T17:25:41.901Z | [ recovery-image] Feb 26 17:25:41.480 INFO O| Feb 26 17:25:41.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ld" |
| 5631 | 2026-02-26T17:25:41.901Z | [ recovery-image] Feb 26 17:25:41.481 INFO O| Feb 26 17:25:41.480 INFO STEP 251 (remove_files) COMPLETE |
| 5632 | 2026-02-26T17:25:41.901Z | [ recovery-image] Feb 26 17:25:41.481 INFO O| Feb 26 17:25:41.481 INFO STEP 252: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5633 | 2026-02-26T17:25:41.927Z | [ recovery-image] Feb 26 17:25:41.496 INFO O| Feb 26 17:25:41.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ldd" |
| 5634 | 2026-02-26T17:25:41.927Z | [ recovery-image] Feb 26 17:25:41.496 INFO O| Feb 26 17:25:41.496 INFO STEP 252 (remove_files) COMPLETE |
| 5635 | 2026-02-26T17:25:41.927Z | [ recovery-image] Feb 26 17:25:41.496 INFO O| Feb 26 17:25:41.496 INFO STEP 253: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5636 | 2026-02-26T17:25:41.927Z | [ recovery-image] Feb 26 17:25:41.513 INFO O| Feb 26 17:25:41.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/less" |
| 5637 | 2026-02-26T17:25:41.927Z | [ recovery-image] Feb 26 17:25:41.513 INFO O| Feb 26 17:25:41.513 INFO STEP 253 (remove_files) COMPLETE |
| 5638 | 2026-02-26T17:25:41.927Z | [ recovery-image] Feb 26 17:25:41.513 INFO O| Feb 26 17:25:41.513 INFO STEP 254: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5639 | 2026-02-26T17:25:41.951Z | [ recovery-image] Feb 26 17:25:41.530 INFO O| Feb 26 17:25:41.530 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lessecho" |
| 5640 | 2026-02-26T17:25:41.951Z | [ recovery-image] Feb 26 17:25:41.530 INFO O| Feb 26 17:25:41.530 INFO STEP 254 (remove_files) COMPLETE |
| 5641 | 2026-02-26T17:25:41.951Z | [ recovery-image] Feb 26 17:25:41.530 INFO O| Feb 26 17:25:41.530 INFO STEP 255: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5642 | 2026-02-26T17:25:41.976Z | [ recovery-image] Feb 26 17:25:41.546 INFO O| Feb 26 17:25:41.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lesskey" |
| 5643 | 2026-02-26T17:25:41.976Z | [ recovery-image] Feb 26 17:25:41.547 INFO O| Feb 26 17:25:41.547 INFO STEP 255 (remove_files) COMPLETE |
| 5644 | 2026-02-26T17:25:41.976Z | [ recovery-image] Feb 26 17:25:41.547 INFO O| Feb 26 17:25:41.547 INFO STEP 256: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5645 | 2026-02-26T17:25:41.976Z | [ recovery-image] Feb 26 17:25:41.564 INFO O| Feb 26 17:25:41.563 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lgrpinfo" |
| 5646 | 2026-02-26T17:25:41.976Z | [ recovery-image] Feb 26 17:25:41.564 INFO O| Feb 26 17:25:41.564 INFO STEP 256 (remove_files) COMPLETE |
| 5647 | 2026-02-26T17:25:41.976Z | [ recovery-image] Feb 26 17:25:41.564 INFO O| Feb 26 17:25:41.564 INFO STEP 257: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5648 | 2026-02-26T17:25:42.002Z | [ recovery-image] Feb 26 17:25:41.580 INFO O| Feb 26 17:25:41.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/line" |
| 5649 | 2026-02-26T17:25:42.002Z | [ recovery-image] Feb 26 17:25:41.580 INFO O| Feb 26 17:25:41.580 INFO STEP 257 (remove_files) COMPLETE |
| 5650 | 2026-02-26T17:25:42.002Z | [ recovery-image] Feb 26 17:25:41.580 INFO O| Feb 26 17:25:41.580 INFO STEP 258: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5651 | 2026-02-26T17:25:42.027Z | [ recovery-image] Feb 26 17:25:41.597 INFO O| Feb 26 17:25:41.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listdgrp" |
| 5652 | 2026-02-26T17:25:42.052Z | [ recovery-image] Feb 26 17:25:41.621 INFO O| Feb 26 17:25:41.621 INFO STEP 258 (remove_files) COMPLETE |
| 5653 | 2026-02-26T17:25:42.052Z | [ recovery-image] Feb 26 17:25:41.621 INFO O| Feb 26 17:25:41.621 INFO STEP 259: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5654 | 2026-02-26T17:25:42.052Z | [ recovery-image] Feb 26 17:25:41.639 INFO O| Feb 26 17:25:41.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/listusers" |
| 5655 | 2026-02-26T17:25:42.052Z | [ recovery-image] Feb 26 17:25:41.639 INFO O| Feb 26 17:25:41.639 INFO STEP 259 (remove_files) COMPLETE |
| 5656 | 2026-02-26T17:25:42.052Z | [ recovery-image] Feb 26 17:25:41.639 INFO O| Feb 26 17:25:41.639 INFO STEP 260: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5657 | 2026-02-26T17:25:42.083Z | [ recovery-image] Feb 26 17:25:41.671 INFO O| Feb 26 17:25:41.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/loadkeys" |
| 5658 | 2026-02-26T17:25:42.083Z | [ recovery-image] Feb 26 17:25:41.671 INFO O| Feb 26 17:25:41.671 INFO STEP 260 (remove_files) COMPLETE |
| 5659 | 2026-02-26T17:25:42.108Z | [ recovery-image] Feb 26 17:25:41.671 INFO O| Feb 26 17:25:41.671 INFO STEP 261: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5660 | 2026-02-26T17:25:42.108Z | [ recovery-image] Feb 26 17:25:41.685 INFO O| Feb 26 17:25:41.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logger" |
| 5661 | 2026-02-26T17:25:42.108Z | [ recovery-image] Feb 26 17:25:41.685 INFO O| Feb 26 17:25:41.685 INFO STEP 261 (remove_files) COMPLETE |
| 5662 | 2026-02-26T17:25:42.108Z | [ recovery-image] Feb 26 17:25:41.685 INFO O| Feb 26 17:25:41.685 INFO STEP 262: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5663 | 2026-02-26T17:25:42.133Z | [ recovery-image] Feb 26 17:25:41.705 INFO O| Feb 26 17:25:41.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logins" |
| 5664 | 2026-02-26T17:25:42.133Z | [ recovery-image] Feb 26 17:25:41.705 INFO O| Feb 26 17:25:41.705 INFO STEP 262 (remove_files) COMPLETE |
| 5665 | 2026-02-26T17:25:42.133Z | [ recovery-image] Feb 26 17:25:41.705 INFO O| Feb 26 17:25:41.705 INFO STEP 263: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5666 | 2026-02-26T17:25:42.158Z | [ recovery-image] Feb 26 17:25:41.723 INFO O| Feb 26 17:25:41.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/logname" |
| 5667 | 2026-02-26T17:25:42.158Z | [ recovery-image] Feb 26 17:25:41.723 INFO O| Feb 26 17:25:41.723 INFO STEP 263 (remove_files) COMPLETE |
| 5668 | 2026-02-26T17:25:42.158Z | [ recovery-image] Feb 26 17:25:41.723 INFO O| Feb 26 17:25:41.723 INFO STEP 264: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5669 | 2026-02-26T17:25:42.158Z | [ recovery-image] Feb 26 17:25:41.742 INFO O| Feb 26 17:25:41.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/look" |
| 5670 | 2026-02-26T17:25:42.158Z | [ recovery-image] Feb 26 17:25:41.742 INFO O| Feb 26 17:25:41.742 INFO STEP 264 (remove_files) COMPLETE |
| 5671 | 2026-02-26T17:25:42.158Z | [ recovery-image] Feb 26 17:25:41.742 INFO O| Feb 26 17:25:41.742 INFO STEP 265: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5672 | 2026-02-26T17:25:42.182Z | [ recovery-image] Feb 26 17:25:41.760 INFO O| Feb 26 17:25:41.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/looker" |
| 5673 | 2026-02-26T17:25:42.182Z | [ recovery-image] Feb 26 17:25:41.760 INFO O| Feb 26 17:25:41.760 INFO STEP 265 (remove_files) COMPLETE |
| 5674 | 2026-02-26T17:25:42.182Z | [ recovery-image] Feb 26 17:25:41.760 INFO O| Feb 26 17:25:41.760 INFO STEP 266: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5675 | 2026-02-26T17:25:42.209Z | [ recovery-image] Feb 26 17:25:41.778 INFO O| Feb 26 17:25:41.778 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lz4" |
| 5676 | 2026-02-26T17:25:42.209Z | [ recovery-image] Feb 26 17:25:41.779 INFO O| Feb 26 17:25:41.778 INFO STEP 266 (remove_files) COMPLETE |
| 5677 | 2026-02-26T17:25:42.209Z | [ recovery-image] Feb 26 17:25:41.779 INFO O| Feb 26 17:25:41.778 INFO STEP 267: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5678 | 2026-02-26T17:25:42.234Z | [ recovery-image] Feb 26 17:25:41.797 INFO O| Feb 26 17:25:41.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmadec" |
| 5679 | 2026-02-26T17:25:42.234Z | [ recovery-image] Feb 26 17:25:41.797 INFO O| Feb 26 17:25:41.797 INFO STEP 267 (remove_files) COMPLETE |
| 5680 | 2026-02-26T17:25:42.234Z | [ recovery-image] Feb 26 17:25:41.797 INFO O| Feb 26 17:25:41.797 INFO STEP 268: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5681 | 2026-02-26T17:25:42.234Z | [ recovery-image] Feb 26 17:25:41.813 INFO O| Feb 26 17:25:41.813 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/lzmainfo" |
| 5682 | 2026-02-26T17:25:42.234Z | [ recovery-image] Feb 26 17:25:41.813 INFO O| Feb 26 17:25:41.813 INFO STEP 268 (remove_files) COMPLETE |
| 5683 | 2026-02-26T17:25:42.234Z | [ recovery-image] Feb 26 17:25:41.813 INFO O| Feb 26 17:25:41.813 INFO STEP 269: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5684 | 2026-02-26T17:25:42.258Z | [ recovery-image] Feb 26 17:25:41.828 INFO O| Feb 26 17:25:41.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mac" |
| 5685 | 2026-02-26T17:25:42.258Z | [ recovery-image] Feb 26 17:25:41.828 INFO O| Feb 26 17:25:41.828 INFO STEP 269 (remove_files) COMPLETE |
| 5686 | 2026-02-26T17:25:42.258Z | [ recovery-image] Feb 26 17:25:41.828 INFO O| Feb 26 17:25:41.828 INFO STEP 270: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5687 | 2026-02-26T17:25:42.258Z | [ recovery-image] Feb 26 17:25:41.845 INFO O| Feb 26 17:25:41.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mach" |
| 5688 | 2026-02-26T17:25:42.258Z | [ recovery-image] Feb 26 17:25:41.845 INFO O| Feb 26 17:25:41.845 INFO STEP 270 (remove_files) COMPLETE |
| 5689 | 2026-02-26T17:25:42.258Z | [ recovery-image] Feb 26 17:25:41.845 INFO O| Feb 26 17:25:41.845 INFO STEP 271: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5690 | 2026-02-26T17:25:42.285Z | [ recovery-image] Feb 26 17:25:41.861 INFO O| Feb 26 17:25:41.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mailx" |
| 5691 | 2026-02-26T17:25:42.285Z | [ recovery-image] Feb 26 17:25:41.861 INFO O| Feb 26 17:25:41.861 INFO STEP 271 (remove_files) COMPLETE |
| 5692 | 2026-02-26T17:25:42.285Z | [ recovery-image] Feb 26 17:25:41.861 INFO O| Feb 26 17:25:41.861 INFO STEP 272: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5693 | 2026-02-26T17:25:42.309Z | [ recovery-image] Feb 26 17:25:41.877 INFO O| Feb 26 17:25:41.877 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/makedev" |
| 5694 | 2026-02-26T17:25:42.310Z | [ recovery-image] Feb 26 17:25:41.877 INFO O| Feb 26 17:25:41.877 INFO STEP 272 (remove_files) COMPLETE |
| 5695 | 2026-02-26T17:25:42.310Z | [ recovery-image] Feb 26 17:25:41.877 INFO O| Feb 26 17:25:41.877 INFO STEP 273: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5696 | 2026-02-26T17:25:42.310Z | [ recovery-image] Feb 26 17:25:41.895 INFO O| Feb 26 17:25:41.895 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mesg" |
| 5697 | 2026-02-26T17:25:42.310Z | [ recovery-image] Feb 26 17:25:41.895 INFO O| Feb 26 17:25:41.895 INFO STEP 273 (remove_files) COMPLETE |
| 5698 | 2026-02-26T17:25:42.310Z | [ recovery-image] Feb 26 17:25:41.895 INFO O| Feb 26 17:25:41.895 INFO STEP 274: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5699 | 2026-02-26T17:25:42.335Z | [ recovery-image] Feb 26 17:25:41.911 INFO O| Feb 26 17:25:41.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c" |
| 5700 | 2026-02-26T17:25:42.335Z | [ recovery-image] Feb 26 17:25:41.911 INFO O| Feb 26 17:25:41.911 INFO STEP 274 (remove_files) COMPLETE |
| 5701 | 2026-02-26T17:25:42.335Z | [ recovery-image] Feb 26 17:25:41.911 INFO O| Feb 26 17:25:41.911 INFO STEP 275: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5702 | 2026-02-26T17:25:42.360Z | [ recovery-image] Feb 26 17:25:41.929 INFO O| Feb 26 17:25:41.929 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mib2c-update" |
| 5703 | 2026-02-26T17:25:42.360Z | [ recovery-image] Feb 26 17:25:41.930 INFO O| Feb 26 17:25:41.930 INFO STEP 275 (remove_files) COMPLETE |
| 5704 | 2026-02-26T17:25:42.360Z | [ recovery-image] Feb 26 17:25:41.930 INFO O| Feb 26 17:25:41.930 INFO STEP 276: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5705 | 2026-02-26T17:25:42.360Z | [ recovery-image] Feb 26 17:25:41.947 INFO O| Feb 26 17:25:41.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkfifo" |
| 5706 | 2026-02-26T17:25:42.360Z | [ recovery-image] Feb 26 17:25:41.947 INFO O| Feb 26 17:25:41.947 INFO STEP 276 (remove_files) COMPLETE |
| 5707 | 2026-02-26T17:25:42.360Z | [ recovery-image] Feb 26 17:25:41.947 INFO O| Feb 26 17:25:41.947 INFO STEP 277: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5708 | 2026-02-26T17:25:42.385Z | [ recovery-image] Feb 26 17:25:41.963 INFO O| Feb 26 17:25:41.962 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mkpwdict" |
| 5709 | 2026-02-26T17:25:42.385Z | [ recovery-image] Feb 26 17:25:41.963 INFO O| Feb 26 17:25:41.963 INFO STEP 277 (remove_files) COMPLETE |
| 5710 | 2026-02-26T17:25:42.385Z | [ recovery-image] Feb 26 17:25:41.963 INFO O| Feb 26 17:25:41.963 INFO STEP 278: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5711 | 2026-02-26T17:25:42.410Z | [ recovery-image] Feb 26 17:25:41.979 INFO O| Feb 26 17:25:41.979 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/moe" |
| 5712 | 2026-02-26T17:25:42.410Z | [ recovery-image] Feb 26 17:25:41.980 INFO O| Feb 26 17:25:41.979 INFO STEP 278 (remove_files) COMPLETE |
| 5713 | 2026-02-26T17:25:42.410Z | [ recovery-image] Feb 26 17:25:41.980 INFO O| Feb 26 17:25:41.980 INFO STEP 279: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5714 | 2026-02-26T17:25:42.410Z | [ recovery-image] Feb 26 17:25:41.997 INFO O| Feb 26 17:25:41.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mpstat" |
| 5715 | 2026-02-26T17:25:42.410Z | [ recovery-image] Feb 26 17:25:41.997 INFO O| Feb 26 17:25:41.997 INFO STEP 279 (remove_files) COMPLETE |
| 5716 | 2026-02-26T17:25:42.410Z | [ recovery-image] Feb 26 17:25:41.997 INFO O| Feb 26 17:25:41.997 INFO STEP 280: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5717 | 2026-02-26T17:25:42.435Z | [ recovery-image] Feb 26 17:25:42.014 INFO O| Feb 26 17:25:42.013 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/mt" |
| 5718 | 2026-02-26T17:25:42.435Z | [ recovery-image] Feb 26 17:25:42.014 INFO O| Feb 26 17:25:42.014 INFO STEP 280 (remove_files) COMPLETE |
| 5719 | 2026-02-26T17:25:42.435Z | [ recovery-image] Feb 26 17:25:42.014 INFO O| Feb 26 17:25:42.014 INFO STEP 281: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5720 | 2026-02-26T17:25:42.460Z | [ recovery-image] Feb 26 17:25:42.030 INFO O| Feb 26 17:25:42.030 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ncurses6-config" |
| 5721 | 2026-02-26T17:25:42.460Z | [ recovery-image] Feb 26 17:25:42.030 INFO O| Feb 26 17:25:42.030 INFO STEP 281 (remove_files) COMPLETE |
| 5722 | 2026-02-26T17:25:42.460Z | [ recovery-image] Feb 26 17:25:42.030 INFO O| Feb 26 17:25:42.030 INFO STEP 282: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5723 | 2026-02-26T17:25:42.460Z | [ recovery-image] Feb 26 17:25:42.046 INFO O| Feb 26 17:25:42.046 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-cert" |
| 5724 | 2026-02-26T17:25:42.460Z | [ recovery-image] Feb 26 17:25:42.047 INFO O| Feb 26 17:25:42.047 INFO STEP 282 (remove_files) COMPLETE |
| 5725 | 2026-02-26T17:25:42.461Z | [ recovery-image] Feb 26 17:25:42.047 INFO O| Feb 26 17:25:42.047 INFO STEP 283: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5726 | 2026-02-26T17:25:42.486Z | [ recovery-image] Feb 26 17:25:42.063 INFO O| Feb 26 17:25:42.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-config" |
| 5727 | 2026-02-26T17:25:42.486Z | [ recovery-image] Feb 26 17:25:42.063 INFO O| Feb 26 17:25:42.063 INFO STEP 283 (remove_files) COMPLETE |
| 5728 | 2026-02-26T17:25:42.486Z | [ recovery-image] Feb 26 17:25:42.063 INFO O| Feb 26 17:25:42.063 INFO STEP 284: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5729 | 2026-02-26T17:25:42.510Z | [ recovery-image] Feb 26 17:25:42.079 INFO O| Feb 26 17:25:42.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/net-snmp-create-v3-user" |
| 5730 | 2026-02-26T17:25:42.511Z | [ recovery-image] Feb 26 17:25:42.079 INFO O| Feb 26 17:25:42.079 INFO STEP 284 (remove_files) COMPLETE |
| 5731 | 2026-02-26T17:25:42.511Z | [ recovery-image] Feb 26 17:25:42.079 INFO O| Feb 26 17:25:42.079 INFO STEP 285: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5732 | 2026-02-26T17:25:42.511Z | [ recovery-image] Feb 26 17:25:42.094 INFO O| Feb 26 17:25:42.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newform" |
| 5733 | 2026-02-26T17:25:42.511Z | [ recovery-image] Feb 26 17:25:42.094 INFO O| Feb 26 17:25:42.094 INFO STEP 285 (remove_files) COMPLETE |
| 5734 | 2026-02-26T17:25:42.511Z | [ recovery-image] Feb 26 17:25:42.094 INFO O| Feb 26 17:25:42.094 INFO STEP 286: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5735 | 2026-02-26T17:25:42.536Z | [ recovery-image] Feb 26 17:25:42.111 INFO O| Feb 26 17:25:42.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newgrp" |
| 5736 | 2026-02-26T17:25:42.536Z | [ recovery-image] Feb 26 17:25:42.111 INFO O| Feb 26 17:25:42.111 INFO STEP 286 (remove_files) COMPLETE |
| 5737 | 2026-02-26T17:25:42.536Z | [ recovery-image] Feb 26 17:25:42.111 INFO O| Feb 26 17:25:42.111 INFO STEP 287: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5738 | 2026-02-26T17:25:42.561Z | [ recovery-image] Feb 26 17:25:42.127 INFO O| Feb 26 17:25:42.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/news" |
| 5739 | 2026-02-26T17:25:42.561Z | [ recovery-image] Feb 26 17:25:42.128 INFO O| Feb 26 17:25:42.128 INFO STEP 287 (remove_files) COMPLETE |
| 5740 | 2026-02-26T17:25:42.561Z | [ recovery-image] Feb 26 17:25:42.128 INFO O| Feb 26 17:25:42.128 INFO STEP 288: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5741 | 2026-02-26T17:25:42.561Z | [ recovery-image] Feb 26 17:25:42.145 INFO O| Feb 26 17:25:42.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/newtask" |
| 5742 | 2026-02-26T17:25:42.561Z | [ recovery-image] Feb 26 17:25:42.145 INFO O| Feb 26 17:25:42.145 INFO STEP 288 (remove_files) COMPLETE |
| 5743 | 2026-02-26T17:25:42.561Z | [ recovery-image] Feb 26 17:25:42.145 INFO O| Feb 26 17:25:42.145 INFO STEP 289: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5744 | 2026-02-26T17:25:42.585Z | [ recovery-image] Feb 26 17:25:42.161 INFO O| Feb 26 17:25:42.161 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nice" |
| 5745 | 2026-02-26T17:25:42.586Z | [ recovery-image] Feb 26 17:25:42.161 INFO O| Feb 26 17:25:42.161 INFO STEP 289 (remove_files) COMPLETE |
| 5746 | 2026-02-26T17:25:42.586Z | [ recovery-image] Feb 26 17:25:42.161 INFO O| Feb 26 17:25:42.161 INFO STEP 290: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5747 | 2026-02-26T17:25:42.610Z | [ recovery-image] Feb 26 17:25:42.177 INFO O| Feb 26 17:25:42.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/nl" |
| 5748 | 2026-02-26T17:25:42.611Z | [ recovery-image] Feb 26 17:25:42.177 INFO O| Feb 26 17:25:42.177 INFO STEP 290 (remove_files) COMPLETE |
| 5749 | 2026-02-26T17:25:42.611Z | [ recovery-image] Feb 26 17:25:42.178 INFO O| Feb 26 17:25:42.177 INFO STEP 291: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5750 | 2026-02-26T17:25:42.611Z | [ recovery-image] Feb 26 17:25:42.194 INFO O| Feb 26 17:25:42.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/oawk" |
| 5751 | 2026-02-26T17:25:42.611Z | [ recovery-image] Feb 26 17:25:42.194 INFO O| Feb 26 17:25:42.194 INFO STEP 291 (remove_files) COMPLETE |
| 5752 | 2026-02-26T17:25:42.611Z | [ recovery-image] Feb 26 17:25:42.194 INFO O| Feb 26 17:25:42.194 INFO STEP 292: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5753 | 2026-02-26T17:25:42.635Z | [ recovery-image] Feb 26 17:25:42.210 INFO O| Feb 26 17:25:42.210 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/od" |
| 5754 | 2026-02-26T17:25:42.635Z | [ recovery-image] Feb 26 17:25:42.210 INFO O| Feb 26 17:25:42.210 INFO STEP 292 (remove_files) COMPLETE |
| 5755 | 2026-02-26T17:25:42.635Z | [ recovery-image] Feb 26 17:25:42.210 INFO O| Feb 26 17:25:42.210 INFO STEP 293: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5756 | 2026-02-26T17:25:42.660Z | [ recovery-image] Feb 26 17:25:42.227 INFO O| Feb 26 17:25:42.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/optisa" |
| 5757 | 2026-02-26T17:25:42.660Z | [ recovery-image] Feb 26 17:25:42.227 INFO O| Feb 26 17:25:42.227 INFO STEP 293 (remove_files) COMPLETE |
| 5758 | 2026-02-26T17:25:42.660Z | [ recovery-image] Feb 26 17:25:42.227 INFO O| Feb 26 17:25:42.227 INFO STEP 294: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5759 | 2026-02-26T17:25:42.660Z | [ recovery-image] Feb 26 17:25:42.243 INFO O| Feb 26 17:25:42.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pack" |
| 5760 | 2026-02-26T17:25:42.660Z | [ recovery-image] Feb 26 17:25:42.243 INFO O| Feb 26 17:25:42.243 INFO STEP 294 (remove_files) COMPLETE |
| 5761 | 2026-02-26T17:25:42.660Z | [ recovery-image] Feb 26 17:25:42.243 INFO O| Feb 26 17:25:42.243 INFO STEP 295: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5762 | 2026-02-26T17:25:42.685Z | [ recovery-image] Feb 26 17:25:42.259 INFO O| Feb 26 17:25:42.259 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/page" |
| 5763 | 2026-02-26T17:25:42.685Z | [ recovery-image] Feb 26 17:25:42.259 INFO O| Feb 26 17:25:42.259 INFO STEP 295 (remove_files) COMPLETE |
| 5764 | 2026-02-26T17:25:42.685Z | [ recovery-image] Feb 26 17:25:42.259 INFO O| Feb 26 17:25:42.259 INFO STEP 296: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5765 | 2026-02-26T17:25:42.710Z | [ recovery-image] Feb 26 17:25:42.275 INFO O| Feb 26 17:25:42.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pagesize" |
| 5766 | 2026-02-26T17:25:42.710Z | [ recovery-image] Feb 26 17:25:42.275 INFO O| Feb 26 17:25:42.275 INFO STEP 296 (remove_files) COMPLETE |
| 5767 | 2026-02-26T17:25:42.710Z | [ recovery-image] Feb 26 17:25:42.275 INFO O| Feb 26 17:25:42.275 INFO STEP 297: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5768 | 2026-02-26T17:25:42.735Z | [ recovery-image] Feb 26 17:25:42.309 INFO O| Feb 26 17:25:42.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/passwd" |
| 5769 | 2026-02-26T17:25:42.735Z | [ recovery-image] Feb 26 17:25:42.310 INFO O| Feb 26 17:25:42.309 INFO STEP 297 (remove_files) COMPLETE |
| 5770 | 2026-02-26T17:25:42.735Z | [ recovery-image] Feb 26 17:25:42.310 INFO O| Feb 26 17:25:42.309 INFO STEP 298: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5771 | 2026-02-26T17:25:42.760Z | [ recovery-image] Feb 26 17:25:42.325 INFO O| Feb 26 17:25:42.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/paste" |
| 5772 | 2026-02-26T17:25:42.760Z | [ recovery-image] Feb 26 17:25:42.325 INFO O| Feb 26 17:25:42.325 INFO STEP 298 (remove_files) COMPLETE |
| 5773 | 2026-02-26T17:25:42.760Z | [ recovery-image] Feb 26 17:25:42.325 INFO O| Feb 26 17:25:42.325 INFO STEP 299: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5774 | 2026-02-26T17:25:42.760Z | [ recovery-image] Feb 26 17:25:42.341 INFO O| Feb 26 17:25:42.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pathchk" |
| 5775 | 2026-02-26T17:25:42.760Z | [ recovery-image] Feb 26 17:25:42.341 INFO O| Feb 26 17:25:42.341 INFO STEP 299 (remove_files) COMPLETE |
| 5776 | 2026-02-26T17:25:42.760Z | [ recovery-image] Feb 26 17:25:42.341 INFO O| Feb 26 17:25:42.341 INFO STEP 300: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5777 | 2026-02-26T17:25:42.785Z | [ recovery-image] Feb 26 17:25:42.357 INFO O| Feb 26 17:25:42.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pax" |
| 5778 | 2026-02-26T17:25:42.785Z | [ recovery-image] Feb 26 17:25:42.357 INFO O| Feb 26 17:25:42.357 INFO STEP 300 (remove_files) COMPLETE |
| 5779 | 2026-02-26T17:25:42.785Z | [ recovery-image] Feb 26 17:25:42.357 INFO O| Feb 26 17:25:42.357 INFO STEP 301: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5780 | 2026-02-26T17:25:42.785Z | [ recovery-image] Feb 26 17:25:42.372 INFO O| Feb 26 17:25:42.372 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcap-config" |
| 5781 | 2026-02-26T17:25:42.785Z | [ recovery-image] Feb 26 17:25:42.372 INFO O| Feb 26 17:25:42.372 INFO STEP 301 (remove_files) COMPLETE |
| 5782 | 2026-02-26T17:25:42.785Z | [ recovery-image] Feb 26 17:25:42.372 INFO O| Feb 26 17:25:42.372 INFO STEP 302: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5783 | 2026-02-26T17:25:42.810Z | [ recovery-image] Feb 26 17:25:42.389 INFO O| Feb 26 17:25:42.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre-config" |
| 5784 | 2026-02-26T17:25:42.810Z | [ recovery-image] Feb 26 17:25:42.389 INFO O| Feb 26 17:25:42.389 INFO STEP 302 (remove_files) COMPLETE |
| 5785 | 2026-02-26T17:25:42.810Z | [ recovery-image] Feb 26 17:25:42.389 INFO O| Feb 26 17:25:42.389 INFO STEP 303: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5786 | 2026-02-26T17:25:42.835Z | [ recovery-image] Feb 26 17:25:42.404 INFO O| Feb 26 17:25:42.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2-config" |
| 5787 | 2026-02-26T17:25:42.835Z | [ recovery-image] Feb 26 17:25:42.404 INFO O| Feb 26 17:25:42.404 INFO STEP 303 (remove_files) COMPLETE |
| 5788 | 2026-02-26T17:25:42.835Z | [ recovery-image] Feb 26 17:25:42.404 INFO O| Feb 26 17:25:42.404 INFO STEP 304: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5789 | 2026-02-26T17:25:42.835Z | [ recovery-image] Feb 26 17:25:42.420 INFO O| Feb 26 17:25:42.419 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2grep" |
| 5790 | 2026-02-26T17:25:42.835Z | [ recovery-image] Feb 26 17:25:42.420 INFO O| Feb 26 17:25:42.420 INFO STEP 304 (remove_files) COMPLETE |
| 5791 | 2026-02-26T17:25:42.835Z | [ recovery-image] Feb 26 17:25:42.420 INFO O| Feb 26 17:25:42.420 INFO STEP 305: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5792 | 2026-02-26T17:25:42.860Z | [ recovery-image] Feb 26 17:25:42.435 INFO O| Feb 26 17:25:42.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcre2test" |
| 5793 | 2026-02-26T17:25:42.860Z | [ recovery-image] Feb 26 17:25:42.435 INFO O| Feb 26 17:25:42.435 INFO STEP 305 (remove_files) COMPLETE |
| 5794 | 2026-02-26T17:25:42.860Z | [ recovery-image] Feb 26 17:25:42.435 INFO O| Feb 26 17:25:42.435 INFO STEP 306: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5795 | 2026-02-26T17:25:42.887Z | [ recovery-image] Feb 26 17:25:42.475 INFO O| Feb 26 17:25:42.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcregrep" |
| 5796 | 2026-02-26T17:25:42.887Z | [ recovery-image] Feb 26 17:25:42.475 INFO O| Feb 26 17:25:42.475 INFO STEP 306 (remove_files) COMPLETE |
| 5797 | 2026-02-26T17:25:42.888Z | [ recovery-image] Feb 26 17:25:42.475 INFO O| Feb 26 17:25:42.475 INFO STEP 307: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5798 | 2026-02-26T17:25:42.912Z | [ recovery-image] Feb 26 17:25:42.491 INFO O| Feb 26 17:25:42.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pcretest" |
| 5799 | 2026-02-26T17:25:42.912Z | [ recovery-image] Feb 26 17:25:42.492 INFO O| Feb 26 17:25:42.492 INFO STEP 307 (remove_files) COMPLETE |
| 5800 | 2026-02-26T17:25:42.913Z | [ recovery-image] Feb 26 17:25:42.492 INFO O| Feb 26 17:25:42.492 INFO STEP 308: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5801 | 2026-02-26T17:25:42.938Z | [ recovery-image] Feb 26 17:25:42.509 INFO O| Feb 26 17:25:42.509 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfbash" |
| 5802 | 2026-02-26T17:25:42.938Z | [ recovery-image] Feb 26 17:25:42.509 INFO O| Feb 26 17:25:42.509 INFO STEP 308 (remove_files) COMPLETE |
| 5803 | 2026-02-26T17:25:42.938Z | [ recovery-image] Feb 26 17:25:42.509 INFO O| Feb 26 17:25:42.509 INFO STEP 309: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5804 | 2026-02-26T17:25:42.963Z | [ recovery-image] Feb 26 17:25:42.526 INFO O| Feb 26 17:25:42.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfcsh" |
| 5805 | 2026-02-26T17:25:42.963Z | [ recovery-image] Feb 26 17:25:42.527 INFO O| Feb 26 17:25:42.526 INFO STEP 309 (remove_files) COMPLETE |
| 5806 | 2026-02-26T17:25:42.963Z | [ recovery-image] Feb 26 17:25:42.527 INFO O| Feb 26 17:25:42.527 INFO STEP 310: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5807 | 2026-02-26T17:25:42.963Z | [ recovery-image] Feb 26 17:25:42.542 INFO O| Feb 26 17:25:42.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh" |
| 5808 | 2026-02-26T17:25:42.963Z | [ recovery-image] Feb 26 17:25:42.543 INFO O| Feb 26 17:25:42.542 INFO STEP 310 (remove_files) COMPLETE |
| 5809 | 2026-02-26T17:25:42.963Z | [ recovery-image] Feb 26 17:25:42.543 INFO O| Feb 26 17:25:42.542 INFO STEP 311: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5810 | 2026-02-26T17:25:42.992Z | [ recovery-image] Feb 26 17:25:42.580 INFO O| Feb 26 17:25:42.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfksh93" |
| 5811 | 2026-02-26T17:25:43.018Z | [ recovery-image] Feb 26 17:25:42.580 INFO O| Feb 26 17:25:42.580 INFO STEP 311 (remove_files) COMPLETE |
| 5812 | 2026-02-26T17:25:43.018Z | [ recovery-image] Feb 26 17:25:42.580 INFO O| Feb 26 17:25:42.580 INFO STEP 312: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5813 | 2026-02-26T17:25:43.043Z | [ recovery-image] Feb 26 17:25:42.596 INFO O| Feb 26 17:25:42.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh" |
| 5814 | 2026-02-26T17:25:43.043Z | [ recovery-image] Feb 26 17:25:42.596 INFO O| Feb 26 17:25:42.596 INFO STEP 312 (remove_files) COMPLETE |
| 5815 | 2026-02-26T17:25:43.043Z | [ recovery-image] Feb 26 17:25:42.596 INFO O| Feb 26 17:25:42.596 INFO STEP 313: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5816 | 2026-02-26T17:25:43.043Z | [ recovery-image] Feb 26 17:25:42.610 INFO O| Feb 26 17:25:42.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfrksh93" |
| 5817 | 2026-02-26T17:25:43.043Z | [ recovery-image] Feb 26 17:25:42.610 INFO O| Feb 26 17:25:42.610 INFO STEP 313 (remove_files) COMPLETE |
| 5818 | 2026-02-26T17:25:43.043Z | [ recovery-image] Feb 26 17:25:42.610 INFO O| Feb 26 17:25:42.610 INFO STEP 314: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5819 | 2026-02-26T17:25:43.043Z | [ recovery-image] Feb 26 17:25:42.625 INFO O| Feb 26 17:25:42.625 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfsh" |
| 5820 | 2026-02-26T17:25:43.043Z | [ recovery-image] Feb 26 17:25:42.625 INFO O| Feb 26 17:25:42.625 INFO STEP 314 (remove_files) COMPLETE |
| 5821 | 2026-02-26T17:25:43.043Z | [ recovery-image] Feb 26 17:25:42.626 INFO O| Feb 26 17:25:42.625 INFO STEP 315: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5822 | 2026-02-26T17:25:43.068Z | [ recovery-image] Feb 26 17:25:42.642 INFO O| Feb 26 17:25:42.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pftcsh" |
| 5823 | 2026-02-26T17:25:43.068Z | [ recovery-image] Feb 26 17:25:42.642 INFO O| Feb 26 17:25:42.642 INFO STEP 315 (remove_files) COMPLETE |
| 5824 | 2026-02-26T17:25:43.068Z | [ recovery-image] Feb 26 17:25:42.642 INFO O| Feb 26 17:25:42.642 INFO STEP 316: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5825 | 2026-02-26T17:25:43.093Z | [ recovery-image] Feb 26 17:25:42.657 INFO O| Feb 26 17:25:42.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pfzsh" |
| 5826 | 2026-02-26T17:25:43.093Z | [ recovery-image] Feb 26 17:25:42.657 INFO O| Feb 26 17:25:42.657 INFO STEP 316 (remove_files) COMPLETE |
| 5827 | 2026-02-26T17:25:43.093Z | [ recovery-image] Feb 26 17:25:42.657 INFO O| Feb 26 17:25:42.657 INFO STEP 317: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5828 | 2026-02-26T17:25:43.093Z | [ recovery-image] Feb 26 17:25:42.673 INFO O| Feb 26 17:25:42.673 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pg" |
| 5829 | 2026-02-26T17:25:43.093Z | [ recovery-image] Feb 26 17:25:42.673 INFO O| Feb 26 17:25:42.673 INFO STEP 317 (remove_files) COMPLETE |
| 5830 | 2026-02-26T17:25:43.093Z | [ recovery-image] Feb 26 17:25:42.673 INFO O| Feb 26 17:25:42.673 INFO STEP 318: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5831 | 2026-02-26T17:25:43.118Z | [ recovery-image] Feb 26 17:25:42.688 INFO O| Feb 26 17:25:42.688 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pginfo" |
| 5832 | 2026-02-26T17:25:43.118Z | [ recovery-image] Feb 26 17:25:42.688 INFO O| Feb 26 17:25:42.688 INFO STEP 318 (remove_files) COMPLETE |
| 5833 | 2026-02-26T17:25:43.118Z | [ recovery-image] Feb 26 17:25:42.688 INFO O| Feb 26 17:25:42.688 INFO STEP 319: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5834 | 2026-02-26T17:25:43.118Z | [ recovery-image] Feb 26 17:25:42.704 INFO O| Feb 26 17:25:42.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pgstat" |
| 5835 | 2026-02-26T17:25:43.118Z | [ recovery-image] Feb 26 17:25:42.704 INFO O| Feb 26 17:25:42.704 INFO STEP 319 (remove_files) COMPLETE |
| 5836 | 2026-02-26T17:25:43.118Z | [ recovery-image] Feb 26 17:25:42.704 INFO O| Feb 26 17:25:42.704 INFO STEP 320: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5837 | 2026-02-26T17:25:43.143Z | [ recovery-image] Feb 26 17:25:42.720 INFO O| Feb 26 17:25:42.719 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgadm" |
| 5838 | 2026-02-26T17:25:43.143Z | [ recovery-image] Feb 26 17:25:42.720 INFO O| Feb 26 17:25:42.720 INFO STEP 320 (remove_files) COMPLETE |
| 5839 | 2026-02-26T17:25:43.143Z | [ recovery-image] Feb 26 17:25:42.720 INFO O| Feb 26 17:25:42.720 INFO STEP 321: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5840 | 2026-02-26T17:25:43.167Z | [ recovery-image] Feb 26 17:25:42.738 INFO O| Feb 26 17:25:42.738 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgcond" |
| 5841 | 2026-02-26T17:25:43.168Z | [ recovery-image] Feb 26 17:25:42.738 INFO O| Feb 26 17:25:42.738 INFO STEP 321 (remove_files) COMPLETE |
| 5842 | 2026-02-26T17:25:43.168Z | [ recovery-image] Feb 26 17:25:42.738 INFO O| Feb 26 17:25:42.738 INFO STEP 322: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5843 | 2026-02-26T17:25:43.168Z | [ recovery-image] Feb 26 17:25:42.755 INFO O| Feb 26 17:25:42.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkginfo" |
| 5844 | 2026-02-26T17:25:43.168Z | [ recovery-image] Feb 26 17:25:42.756 INFO O| Feb 26 17:25:42.756 INFO STEP 322 (remove_files) COMPLETE |
| 5845 | 2026-02-26T17:25:43.192Z | [ recovery-image] Feb 26 17:25:42.756 INFO O| Feb 26 17:25:42.756 INFO STEP 323: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5846 | 2026-02-26T17:25:43.193Z | [ recovery-image] Feb 26 17:25:42.773 INFO O| Feb 26 17:25:42.773 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgmk" |
| 5847 | 2026-02-26T17:25:43.193Z | [ recovery-image] Feb 26 17:25:42.773 INFO O| Feb 26 17:25:42.773 INFO STEP 323 (remove_files) COMPLETE |
| 5848 | 2026-02-26T17:25:43.193Z | [ recovery-image] Feb 26 17:25:42.773 INFO O| Feb 26 17:25:42.773 INFO STEP 324: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5849 | 2026-02-26T17:25:43.217Z | [ recovery-image] Feb 26 17:25:42.791 INFO O| Feb 26 17:25:42.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgparam" |
| 5850 | 2026-02-26T17:25:43.218Z | [ recovery-image] Feb 26 17:25:42.791 INFO O| Feb 26 17:25:42.791 INFO STEP 324 (remove_files) COMPLETE |
| 5851 | 2026-02-26T17:25:43.218Z | [ recovery-image] Feb 26 17:25:42.791 INFO O| Feb 26 17:25:42.791 INFO STEP 325: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5852 | 2026-02-26T17:25:43.242Z | [ recovery-image] Feb 26 17:25:42.808 INFO O| Feb 26 17:25:42.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgproto" |
| 5853 | 2026-02-26T17:25:43.242Z | [ recovery-image] Feb 26 17:25:42.808 INFO O| Feb 26 17:25:42.808 INFO STEP 325 (remove_files) COMPLETE |
| 5854 | 2026-02-26T17:25:43.242Z | [ recovery-image] Feb 26 17:25:42.808 INFO O| Feb 26 17:25:42.808 INFO STEP 326: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5855 | 2026-02-26T17:25:43.242Z | [ recovery-image] Feb 26 17:25:42.820 INFO O| Feb 26 17:25:42.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pkgtrans" |
| 5856 | 2026-02-26T17:25:43.243Z | [ recovery-image] Feb 26 17:25:42.820 INFO O| Feb 26 17:25:42.820 INFO STEP 326 (remove_files) COMPLETE |
| 5857 | 2026-02-26T17:25:43.243Z | [ recovery-image] Feb 26 17:25:42.820 INFO O| Feb 26 17:25:42.820 INFO STEP 327: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5858 | 2026-02-26T17:25:43.267Z | [ recovery-image] Feb 26 17:25:42.832 INFO O| Feb 26 17:25:42.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pktool" |
| 5859 | 2026-02-26T17:25:43.267Z | [ recovery-image] Feb 26 17:25:42.833 INFO O| Feb 26 17:25:42.832 INFO STEP 327 (remove_files) COMPLETE |
| 5860 | 2026-02-26T17:25:43.267Z | [ recovery-image] Feb 26 17:25:42.833 INFO O| Feb 26 17:25:42.832 INFO STEP 328: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5861 | 2026-02-26T17:25:43.267Z | [ recovery-image] Feb 26 17:25:42.844 INFO O| Feb 26 17:25:42.844 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/plgrp" |
| 5862 | 2026-02-26T17:25:43.268Z | [ recovery-image] Feb 26 17:25:42.844 INFO O| Feb 26 17:25:42.844 INFO STEP 328 (remove_files) COMPLETE |
| 5863 | 2026-02-26T17:25:43.268Z | [ recovery-image] Feb 26 17:25:42.844 INFO O| Feb 26 17:25:42.844 INFO STEP 329: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5864 | 2026-02-26T17:25:43.293Z | [ recovery-image] Feb 26 17:25:42.855 INFO O| Feb 26 17:25:42.855 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pmadvise" |
| 5865 | 2026-02-26T17:25:43.293Z | [ recovery-image] Feb 26 17:25:42.856 INFO O| Feb 26 17:25:42.856 INFO STEP 329 (remove_files) COMPLETE |
| 5866 | 2026-02-26T17:25:43.293Z | [ recovery-image] Feb 26 17:25:42.856 INFO O| Feb 26 17:25:42.856 INFO STEP 330: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5867 | 2026-02-26T17:25:43.293Z | [ recovery-image] Feb 26 17:25:42.872 INFO O| Feb 26 17:25:42.872 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/poolstat" |
| 5868 | 2026-02-26T17:25:43.293Z | [ recovery-image] Feb 26 17:25:42.872 INFO O| Feb 26 17:25:42.872 INFO STEP 330 (remove_files) COMPLETE |
| 5869 | 2026-02-26T17:25:43.293Z | [ recovery-image] Feb 26 17:25:42.872 INFO O| Feb 26 17:25:42.872 INFO STEP 331: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5870 | 2026-02-26T17:25:43.317Z | [ recovery-image] Feb 26 17:25:42.884 INFO O| Feb 26 17:25:42.883 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ppgsz" |
| 5871 | 2026-02-26T17:25:43.318Z | [ recovery-image] Feb 26 17:25:42.884 INFO O| Feb 26 17:25:42.884 INFO STEP 331 (remove_files) COMPLETE |
| 5872 | 2026-02-26T17:25:43.318Z | [ recovery-image] Feb 26 17:25:42.884 INFO O| Feb 26 17:25:42.884 INFO STEP 332: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5873 | 2026-02-26T17:25:43.318Z | [ recovery-image] Feb 26 17:25:42.895 INFO O| Feb 26 17:25:42.894 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pr" |
| 5874 | 2026-02-26T17:25:43.318Z | [ recovery-image] Feb 26 17:25:42.895 INFO O| Feb 26 17:25:42.895 INFO STEP 332 (remove_files) COMPLETE |
| 5875 | 2026-02-26T17:25:43.318Z | [ recovery-image] Feb 26 17:25:42.895 INFO O| Feb 26 17:25:42.895 INFO STEP 333: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5876 | 2026-02-26T17:25:43.343Z | [ recovery-image] Feb 26 17:25:42.911 INFO O| Feb 26 17:25:42.911 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/print" |
| 5877 | 2026-02-26T17:25:43.343Z | [ recovery-image] Feb 26 17:25:42.911 INFO O| Feb 26 17:25:42.911 INFO STEP 333 (remove_files) COMPLETE |
| 5878 | 2026-02-26T17:25:43.343Z | [ recovery-image] Feb 26 17:25:42.911 INFO O| Feb 26 17:25:42.911 INFO STEP 334: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5879 | 2026-02-26T17:25:43.343Z | [ recovery-image] Feb 26 17:25:42.927 INFO O| Feb 26 17:25:42.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/printf" |
| 5880 | 2026-02-26T17:25:43.343Z | [ recovery-image] Feb 26 17:25:42.927 INFO O| Feb 26 17:25:42.927 INFO STEP 334 (remove_files) COMPLETE |
| 5881 | 2026-02-26T17:25:43.343Z | [ recovery-image] Feb 26 17:25:42.927 INFO O| Feb 26 17:25:42.927 INFO STEP 335: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5882 | 2026-02-26T17:25:43.368Z | [ recovery-image] Feb 26 17:25:42.949 INFO O| Feb 26 17:25:42.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/priocntl" |
| 5883 | 2026-02-26T17:25:43.368Z | [ recovery-image] Feb 26 17:25:42.950 INFO O| Feb 26 17:25:42.949 INFO STEP 335 (remove_files) COMPLETE |
| 5884 | 2026-02-26T17:25:43.368Z | [ recovery-image] Feb 26 17:25:42.950 INFO O| Feb 26 17:25:42.949 INFO STEP 336: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5885 | 2026-02-26T17:25:43.393Z | [ recovery-image] Feb 26 17:25:42.972 INFO O| Feb 26 17:25:42.972 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/profiles" |
| 5886 | 2026-02-26T17:25:43.393Z | [ recovery-image] Feb 26 17:25:42.972 INFO O| Feb 26 17:25:42.972 INFO STEP 336 (remove_files) COMPLETE |
| 5887 | 2026-02-26T17:25:43.393Z | [ recovery-image] Feb 26 17:25:42.972 INFO O| Feb 26 17:25:42.972 INFO STEP 337: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5888 | 2026-02-26T17:25:43.418Z | [ recovery-image] Feb 26 17:25:42.995 INFO O| Feb 26 17:25:42.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/projects" |
| 5889 | 2026-02-26T17:25:43.418Z | [ recovery-image] Feb 26 17:25:42.995 INFO O| Feb 26 17:25:42.995 INFO STEP 337 (remove_files) COMPLETE |
| 5890 | 2026-02-26T17:25:43.418Z | [ recovery-image] Feb 26 17:25:42.995 INFO O| Feb 26 17:25:42.995 INFO STEP 338: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5891 | 2026-02-26T17:25:43.443Z | [ recovery-image] Feb 26 17:25:43.017 INFO O| Feb 26 17:25:43.017 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/psecflags" |
| 5892 | 2026-02-26T17:25:43.443Z | [ recovery-image] Feb 26 17:25:43.017 INFO O| Feb 26 17:25:43.017 INFO STEP 338 (remove_files) COMPLETE |
| 5893 | 2026-02-26T17:25:43.443Z | [ recovery-image] Feb 26 17:25:43.017 INFO O| Feb 26 17:25:43.017 INFO STEP 339: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5894 | 2026-02-26T17:25:43.468Z | [ recovery-image] Feb 26 17:25:43.042 INFO O| Feb 26 17:25:43.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdev" |
| 5895 | 2026-02-26T17:25:43.468Z | [ recovery-image] Feb 26 17:25:43.042 INFO O| Feb 26 17:25:43.042 INFO STEP 339 (remove_files) COMPLETE |
| 5896 | 2026-02-26T17:25:43.468Z | [ recovery-image] Feb 26 17:25:43.042 INFO O| Feb 26 17:25:43.042 INFO STEP 340: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5897 | 2026-02-26T17:25:43.493Z | [ recovery-image] Feb 26 17:25:43.066 INFO O| Feb 26 17:25:43.066 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/putdgrp" |
| 5898 | 2026-02-26T17:25:43.493Z | [ recovery-image] Feb 26 17:25:43.066 INFO O| Feb 26 17:25:43.066 INFO STEP 340 (remove_files) COMPLETE |
| 5899 | 2026-02-26T17:25:43.493Z | [ recovery-image] Feb 26 17:25:43.066 INFO O| Feb 26 17:25:43.066 INFO STEP 341: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5900 | 2026-02-26T17:25:43.517Z | [ recovery-image] Feb 26 17:25:43.090 INFO O| Feb 26 17:25:43.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pvs" |
| 5901 | 2026-02-26T17:25:43.517Z | [ recovery-image] Feb 26 17:25:43.091 INFO O| Feb 26 17:25:43.090 INFO STEP 341 (remove_files) COMPLETE |
| 5902 | 2026-02-26T17:25:43.518Z | [ recovery-image] Feb 26 17:25:43.091 INFO O| Feb 26 17:25:43.091 INFO STEP 342: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5903 | 2026-02-26T17:25:43.542Z | [ recovery-image] Feb 26 17:25:43.115 INFO O| Feb 26 17:25:43.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwait" |
| 5904 | 2026-02-26T17:25:43.543Z | [ recovery-image] Feb 26 17:25:43.115 INFO O| Feb 26 17:25:43.115 INFO STEP 342 (remove_files) COMPLETE |
| 5905 | 2026-02-26T17:25:43.543Z | [ recovery-image] Feb 26 17:25:43.115 INFO O| Feb 26 17:25:43.115 INFO STEP 343: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5906 | 2026-02-26T17:25:43.568Z | [ recovery-image] Feb 26 17:25:43.137 INFO O| Feb 26 17:25:43.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/pwd" |
| 5907 | 2026-02-26T17:25:43.568Z | [ recovery-image] Feb 26 17:25:43.138 INFO O| Feb 26 17:25:43.137 INFO STEP 343 (remove_files) COMPLETE |
| 5908 | 2026-02-26T17:25:43.568Z | [ recovery-image] Feb 26 17:25:43.138 INFO O| Feb 26 17:25:43.138 INFO STEP 344: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5909 | 2026-02-26T17:25:43.592Z | [ recovery-image] Feb 26 17:25:43.160 INFO O| Feb 26 17:25:43.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/read" |
| 5910 | 2026-02-26T17:25:43.592Z | [ recovery-image] Feb 26 17:25:43.160 INFO O| Feb 26 17:25:43.160 INFO STEP 344 (remove_files) COMPLETE |
| 5911 | 2026-02-26T17:25:43.592Z | [ recovery-image] Feb 26 17:25:43.160 INFO O| Feb 26 17:25:43.160 INFO STEP 345: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5912 | 2026-02-26T17:25:43.593Z | [ recovery-image] Feb 26 17:25:43.179 INFO O| Feb 26 17:25:43.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/red" |
| 5913 | 2026-02-26T17:25:43.593Z | [ recovery-image] Feb 26 17:25:43.180 INFO O| Feb 26 17:25:43.180 INFO STEP 345 (remove_files) COMPLETE |
| 5914 | 2026-02-26T17:25:43.593Z | [ recovery-image] Feb 26 17:25:43.180 INFO O| Feb 26 17:25:43.180 INFO STEP 346: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5915 | 2026-02-26T17:25:43.617Z | [ recovery-image] Feb 26 17:25:43.200 INFO O| Feb 26 17:25:43.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/regcmp" |
| 5916 | 2026-02-26T17:25:43.617Z | [ recovery-image] Feb 26 17:25:43.200 INFO O| Feb 26 17:25:43.200 INFO STEP 346 (remove_files) COMPLETE |
| 5917 | 2026-02-26T17:25:43.617Z | [ recovery-image] Feb 26 17:25:43.200 INFO O| Feb 26 17:25:43.200 INFO STEP 347: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5918 | 2026-02-26T17:25:43.642Z | [ recovery-image] Feb 26 17:25:43.219 INFO O| Feb 26 17:25:43.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/renice" |
| 5919 | 2026-02-26T17:25:43.642Z | [ recovery-image] Feb 26 17:25:43.219 INFO O| Feb 26 17:25:43.219 INFO STEP 347 (remove_files) COMPLETE |
| 5920 | 2026-02-26T17:25:43.642Z | [ recovery-image] Feb 26 17:25:43.219 INFO O| Feb 26 17:25:43.219 INFO STEP 348: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5921 | 2026-02-26T17:25:43.668Z | [ recovery-image] Feb 26 17:25:43.236 INFO O| Feb 26 17:25:43.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/resize" |
| 5922 | 2026-02-26T17:25:43.668Z | [ recovery-image] Feb 26 17:25:43.237 INFO O| Feb 26 17:25:43.237 INFO STEP 348 (remove_files) COMPLETE |
| 5923 | 2026-02-26T17:25:43.668Z | [ recovery-image] Feb 26 17:25:43.237 INFO O| Feb 26 17:25:43.237 INFO STEP 349: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5924 | 2026-02-26T17:25:43.668Z | [ recovery-image] Feb 26 17:25:43.255 INFO O| Feb 26 17:25:43.255 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rev" |
| 5925 | 2026-02-26T17:25:43.668Z | [ recovery-image] Feb 26 17:25:43.255 INFO O| Feb 26 17:25:43.255 INFO STEP 349 (remove_files) COMPLETE |
| 5926 | 2026-02-26T17:25:43.668Z | [ recovery-image] Feb 26 17:25:43.255 INFO O| Feb 26 17:25:43.255 INFO STEP 350: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5927 | 2026-02-26T17:25:43.692Z | [ recovery-image] Feb 26 17:25:43.272 INFO O| Feb 26 17:25:43.272 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh" |
| 5928 | 2026-02-26T17:25:43.692Z | [ recovery-image] Feb 26 17:25:43.272 INFO O| Feb 26 17:25:43.272 INFO STEP 350 (remove_files) COMPLETE |
| 5929 | 2026-02-26T17:25:43.692Z | [ recovery-image] Feb 26 17:25:43.272 INFO O| Feb 26 17:25:43.272 INFO STEP 351: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5930 | 2026-02-26T17:25:43.717Z | [ recovery-image] Feb 26 17:25:43.289 INFO O| Feb 26 17:25:43.289 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rksh93" |
| 5931 | 2026-02-26T17:25:43.717Z | [ recovery-image] Feb 26 17:25:43.289 INFO O| Feb 26 17:25:43.289 INFO STEP 351 (remove_files) COMPLETE |
| 5932 | 2026-02-26T17:25:43.717Z | [ recovery-image] Feb 26 17:25:43.289 INFO O| Feb 26 17:25:43.289 INFO STEP 352: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5933 | 2026-02-26T17:25:43.742Z | [ recovery-image] Feb 26 17:25:43.306 INFO O| Feb 26 17:25:43.305 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/roles" |
| 5934 | 2026-02-26T17:25:43.742Z | [ recovery-image] Feb 26 17:25:43.306 INFO O| Feb 26 17:25:43.306 INFO STEP 352 (remove_files) COMPLETE |
| 5935 | 2026-02-26T17:25:43.742Z | [ recovery-image] Feb 26 17:25:43.306 INFO O| Feb 26 17:25:43.306 INFO STEP 353: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5936 | 2026-02-26T17:25:43.742Z | [ recovery-image] Feb 26 17:25:43.323 INFO O| Feb 26 17:25:43.323 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rpcinfo" |
| 5937 | 2026-02-26T17:25:43.742Z | [ recovery-image] Feb 26 17:25:43.323 INFO O| Feb 26 17:25:43.323 INFO STEP 353 (remove_files) COMPLETE |
| 5938 | 2026-02-26T17:25:43.742Z | [ recovery-image] Feb 26 17:25:43.323 INFO O| Feb 26 17:25:43.323 INFO STEP 354: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5939 | 2026-02-26T17:25:43.767Z | [ recovery-image] Feb 26 17:25:43.339 INFO O| Feb 26 17:25:43.339 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync" |
| 5940 | 2026-02-26T17:25:43.767Z | [ recovery-image] Feb 26 17:25:43.339 INFO O| Feb 26 17:25:43.339 INFO STEP 354 (remove_files) COMPLETE |
| 5941 | 2026-02-26T17:25:43.767Z | [ recovery-image] Feb 26 17:25:43.339 INFO O| Feb 26 17:25:43.339 INFO STEP 355: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5942 | 2026-02-26T17:25:43.792Z | [ recovery-image] Feb 26 17:25:43.357 INFO O| Feb 26 17:25:43.357 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/rsync-ssl" |
| 5943 | 2026-02-26T17:25:43.792Z | [ recovery-image] Feb 26 17:25:43.357 INFO O| Feb 26 17:25:43.357 INFO STEP 355 (remove_files) COMPLETE |
| 5944 | 2026-02-26T17:25:43.792Z | [ recovery-image] Feb 26 17:25:43.357 INFO O| Feb 26 17:25:43.357 INFO STEP 356: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5945 | 2026-02-26T17:25:43.792Z | [ recovery-image] Feb 26 17:25:43.373 INFO O| Feb 26 17:25:43.373 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/runat" |
| 5946 | 2026-02-26T17:25:43.792Z | [ recovery-image] Feb 26 17:25:43.373 INFO O| Feb 26 17:25:43.373 INFO STEP 356 (remove_files) COMPLETE |
| 5947 | 2026-02-26T17:25:43.792Z | [ recovery-image] Feb 26 17:25:43.373 INFO O| Feb 26 17:25:43.373 INFO STEP 357: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5948 | 2026-02-26T17:25:43.817Z | [ recovery-image] Feb 26 17:25:43.388 INFO O| Feb 26 17:25:43.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/scp" |
| 5949 | 2026-02-26T17:25:43.817Z | [ recovery-image] Feb 26 17:25:43.388 INFO O| Feb 26 17:25:43.388 INFO STEP 357 (remove_files) COMPLETE |
| 5950 | 2026-02-26T17:25:43.817Z | [ recovery-image] Feb 26 17:25:43.389 INFO O| Feb 26 17:25:43.388 INFO STEP 358: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5951 | 2026-02-26T17:25:43.842Z | [ recovery-image] Feb 26 17:25:43.407 INFO O| Feb 26 17:25:43.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/script" |
| 5952 | 2026-02-26T17:25:43.842Z | [ recovery-image] Feb 26 17:25:43.407 INFO O| Feb 26 17:25:43.407 INFO STEP 358 (remove_files) COMPLETE |
| 5953 | 2026-02-26T17:25:43.842Z | [ recovery-image] Feb 26 17:25:43.407 INFO O| Feb 26 17:25:43.407 INFO STEP 359: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5954 | 2026-02-26T17:25:43.842Z | [ recovery-image] Feb 26 17:25:43.424 INFO O| Feb 26 17:25:43.423 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sdiff" |
| 5955 | 2026-02-26T17:25:43.842Z | [ recovery-image] Feb 26 17:25:43.424 INFO O| Feb 26 17:25:43.424 INFO STEP 359 (remove_files) COMPLETE |
| 5956 | 2026-02-26T17:25:43.842Z | [ recovery-image] Feb 26 17:25:43.424 INFO O| Feb 26 17:25:43.424 INFO STEP 360: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5957 | 2026-02-26T17:25:43.867Z | [ recovery-image] Feb 26 17:25:43.439 INFO O| Feb 26 17:25:43.439 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/setpgrp" |
| 5958 | 2026-02-26T17:25:43.867Z | [ recovery-image] Feb 26 17:25:43.440 INFO O| Feb 26 17:25:43.440 INFO STEP 360 (remove_files) COMPLETE |
| 5959 | 2026-02-26T17:25:43.867Z | [ recovery-image] Feb 26 17:25:43.440 INFO O| Feb 26 17:25:43.440 INFO STEP 361: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5960 | 2026-02-26T17:25:43.867Z | [ recovery-image] Feb 26 17:25:43.455 INFO O| Feb 26 17:25:43.454 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sftp" |
| 5961 | 2026-02-26T17:25:43.867Z | [ recovery-image] Feb 26 17:25:43.455 INFO O| Feb 26 17:25:43.455 INFO STEP 361 (remove_files) COMPLETE |
| 5962 | 2026-02-26T17:25:43.867Z | [ recovery-image] Feb 26 17:25:43.455 INFO O| Feb 26 17:25:43.455 INFO STEP 362: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5963 | 2026-02-26T17:25:43.892Z | [ recovery-image] Feb 26 17:25:43.475 INFO O| Feb 26 17:25:43.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/shcomp" |
| 5964 | 2026-02-26T17:25:43.892Z | [ recovery-image] Feb 26 17:25:43.475 INFO O| Feb 26 17:25:43.475 INFO STEP 362 (remove_files) COMPLETE |
| 5965 | 2026-02-26T17:25:43.892Z | [ recovery-image] Feb 26 17:25:43.475 INFO O| Feb 26 17:25:43.475 INFO STEP 363: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5966 | 2026-02-26T17:25:43.918Z | [ recovery-image] Feb 26 17:25:43.495 INFO O| Feb 26 17:25:43.495 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/smbutil" |
| 5967 | 2026-02-26T17:25:43.918Z | [ recovery-image] Feb 26 17:25:43.495 INFO O| Feb 26 17:25:43.495 INFO STEP 363 (remove_files) COMPLETE |
| 5968 | 2026-02-26T17:25:43.918Z | [ recovery-image] Feb 26 17:25:43.495 INFO O| Feb 26 17:25:43.495 INFO STEP 364: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5969 | 2026-02-26T17:25:43.943Z | [ recovery-image] Feb 26 17:25:43.517 INFO O| Feb 26 17:25:43.516 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmp-bridge-mib" |
| 5970 | 2026-02-26T17:25:43.943Z | [ recovery-image] Feb 26 17:25:43.517 INFO O| Feb 26 17:25:43.517 INFO STEP 364 (remove_files) COMPLETE |
| 5971 | 2026-02-26T17:25:43.943Z | [ recovery-image] Feb 26 17:25:43.517 INFO O| Feb 26 17:25:43.517 INFO STEP 365: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5972 | 2026-02-26T17:25:43.971Z | [ recovery-image] Feb 26 17:25:43.559 INFO O| Feb 26 17:25:43.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkget" |
| 5973 | 2026-02-26T17:25:43.971Z | [ recovery-image] Feb 26 17:25:43.559 INFO O| Feb 26 17:25:43.559 INFO STEP 365 (remove_files) COMPLETE |
| 5974 | 2026-02-26T17:25:43.971Z | [ recovery-image] Feb 26 17:25:43.559 INFO O| Feb 26 17:25:43.559 INFO STEP 366: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5975 | 2026-02-26T17:25:44.025Z | [ recovery-image] Feb 26 17:25:43.613 INFO O| Feb 26 17:25:43.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpbulkwalk" |
| 5976 | 2026-02-26T17:25:44.025Z | [ recovery-image] Feb 26 17:25:43.613 INFO O| Feb 26 17:25:43.613 INFO STEP 366 (remove_files) COMPLETE |
| 5977 | 2026-02-26T17:25:44.025Z | [ recovery-image] Feb 26 17:25:43.613 INFO O| Feb 26 17:25:43.613 INFO STEP 367: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5978 | 2026-02-26T17:25:44.050Z | [ recovery-image] Feb 26 17:25:43.628 INFO O| Feb 26 17:25:43.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpcheck" |
| 5979 | 2026-02-26T17:25:44.050Z | [ recovery-image] Feb 26 17:25:43.628 INFO O| Feb 26 17:25:43.628 INFO STEP 367 (remove_files) COMPLETE |
| 5980 | 2026-02-26T17:25:44.050Z | [ recovery-image] Feb 26 17:25:43.628 INFO O| Feb 26 17:25:43.628 INFO STEP 368: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5981 | 2026-02-26T17:25:44.075Z | [ recovery-image] Feb 26 17:25:43.654 INFO O| Feb 26 17:25:43.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpconf" |
| 5982 | 2026-02-26T17:25:44.075Z | [ recovery-image] Feb 26 17:25:43.654 INFO O| Feb 26 17:25:43.654 INFO STEP 368 (remove_files) COMPLETE |
| 5983 | 2026-02-26T17:25:44.075Z | [ recovery-image] Feb 26 17:25:43.654 INFO O| Feb 26 17:25:43.654 INFO STEP 369: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5984 | 2026-02-26T17:25:44.099Z | [ recovery-image] Feb 26 17:25:43.672 INFO O| Feb 26 17:25:43.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdelta" |
| 5985 | 2026-02-26T17:25:44.100Z | [ recovery-image] Feb 26 17:25:43.672 INFO O| Feb 26 17:25:43.672 INFO STEP 369 (remove_files) COMPLETE |
| 5986 | 2026-02-26T17:25:44.100Z | [ recovery-image] Feb 26 17:25:43.672 INFO O| Feb 26 17:25:43.672 INFO STEP 370: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5987 | 2026-02-26T17:25:44.125Z | [ recovery-image] Feb 26 17:25:43.695 INFO O| Feb 26 17:25:43.695 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpdf" |
| 5988 | 2026-02-26T17:25:44.125Z | [ recovery-image] Feb 26 17:25:43.695 INFO O| Feb 26 17:25:43.695 INFO STEP 370 (remove_files) COMPLETE |
| 5989 | 2026-02-26T17:25:44.125Z | [ recovery-image] Feb 26 17:25:43.695 INFO O| Feb 26 17:25:43.695 INFO STEP 371: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5990 | 2026-02-26T17:25:44.149Z | [ recovery-image] Feb 26 17:25:43.714 INFO O| Feb 26 17:25:43.714 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpget" |
| 5991 | 2026-02-26T17:25:44.149Z | [ recovery-image] Feb 26 17:25:43.714 INFO O| Feb 26 17:25:43.714 INFO STEP 371 (remove_files) COMPLETE |
| 5992 | 2026-02-26T17:25:44.149Z | [ recovery-image] Feb 26 17:25:43.714 INFO O| Feb 26 17:25:43.714 INFO STEP 372: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5993 | 2026-02-26T17:25:44.150Z | [ recovery-image] Feb 26 17:25:43.732 INFO O| Feb 26 17:25:43.732 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpgetnext" |
| 5994 | 2026-02-26T17:25:44.150Z | [ recovery-image] Feb 26 17:25:43.732 INFO O| Feb 26 17:25:43.732 INFO STEP 372 (remove_files) COMPLETE |
| 5995 | 2026-02-26T17:25:44.150Z | [ recovery-image] Feb 26 17:25:43.732 INFO O| Feb 26 17:25:43.732 INFO STEP 373: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5996 | 2026-02-26T17:25:44.175Z | [ recovery-image] Feb 26 17:25:43.753 INFO O| Feb 26 17:25:43.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpnetstat" |
| 5997 | 2026-02-26T17:25:44.175Z | [ recovery-image] Feb 26 17:25:43.753 INFO O| Feb 26 17:25:43.753 INFO STEP 373 (remove_files) COMPLETE |
| 5998 | 2026-02-26T17:25:44.175Z | [ recovery-image] Feb 26 17:25:43.753 INFO O| Feb 26 17:25:43.753 INFO STEP 374: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 5999 | 2026-02-26T17:25:44.199Z | [ recovery-image] Feb 26 17:25:43.770 INFO O| Feb 26 17:25:43.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmppcap" |
| 6000 | 2026-02-26T17:25:44.199Z | [ recovery-image] Feb 26 17:25:43.770 INFO O| Feb 26 17:25:43.770 INFO STEP 374 (remove_files) COMPLETE |
| 6001 | 2026-02-26T17:25:44.200Z | [ recovery-image] Feb 26 17:25:43.770 INFO O| Feb 26 17:25:43.770 INFO STEP 375: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6002 | 2026-02-26T17:25:44.271Z | [ recovery-image] Feb 26 17:25:43.789 INFO O| Feb 26 17:25:43.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpping" |
| 6003 | 2026-02-26T17:25:44.271Z | [ recovery-image] Feb 26 17:25:43.789 INFO O| Feb 26 17:25:43.789 INFO STEP 375 (remove_files) COMPLETE |
| 6004 | 2026-02-26T17:25:44.271Z | [ recovery-image] Feb 26 17:25:43.789 INFO O| Feb 26 17:25:43.789 INFO STEP 376: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6005 | 2026-02-26T17:25:44.271Z | [ recovery-image] Feb 26 17:25:43.807 INFO O| Feb 26 17:25:43.807 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpps" |
| 6006 | 2026-02-26T17:25:44.271Z | [ recovery-image] Feb 26 17:25:43.807 INFO O| Feb 26 17:25:43.807 INFO STEP 376 (remove_files) COMPLETE |
| 6007 | 2026-02-26T17:25:44.271Z | [ recovery-image] Feb 26 17:25:43.807 INFO O| Feb 26 17:25:43.807 INFO STEP 377: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6008 | 2026-02-26T17:25:44.271Z | [ recovery-image] Feb 26 17:25:43.821 INFO O| Feb 26 17:25:43.821 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpset" |
| 6009 | 2026-02-26T17:25:44.271Z | [ recovery-image] Feb 26 17:25:43.822 INFO O| Feb 26 17:25:43.821 INFO STEP 377 (remove_files) COMPLETE |
| 6010 | 2026-02-26T17:25:44.271Z | [ recovery-image] Feb 26 17:25:43.822 INFO O| Feb 26 17:25:43.822 INFO STEP 378: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6011 | 2026-02-26T17:25:44.271Z | [ recovery-image] Feb 26 17:25:43.840 INFO O| Feb 26 17:25:43.840 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpstatus" |
| 6012 | 2026-02-26T17:25:44.271Z | [ recovery-image] Feb 26 17:25:43.840 INFO O| Feb 26 17:25:43.840 INFO STEP 378 (remove_files) COMPLETE |
| 6013 | 2026-02-26T17:25:44.271Z | [ recovery-image] Feb 26 17:25:43.840 INFO O| Feb 26 17:25:43.840 INFO STEP 379: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6014 | 2026-02-26T17:25:44.296Z | [ recovery-image] Feb 26 17:25:43.859 INFO O| Feb 26 17:25:43.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptable" |
| 6015 | 2026-02-26T17:25:44.296Z | [ recovery-image] Feb 26 17:25:43.859 INFO O| Feb 26 17:25:43.859 INFO STEP 379 (remove_files) COMPLETE |
| 6016 | 2026-02-26T17:25:44.296Z | [ recovery-image] Feb 26 17:25:43.859 INFO O| Feb 26 17:25:43.859 INFO STEP 380: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6017 | 2026-02-26T17:25:44.296Z | [ recovery-image] Feb 26 17:25:43.880 INFO O| Feb 26 17:25:43.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptest" |
| 6018 | 2026-02-26T17:25:44.296Z | [ recovery-image] Feb 26 17:25:43.880 INFO O| Feb 26 17:25:43.880 INFO STEP 380 (remove_files) COMPLETE |
| 6019 | 2026-02-26T17:25:44.296Z | [ recovery-image] Feb 26 17:25:43.880 INFO O| Feb 26 17:25:43.880 INFO STEP 381: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6020 | 2026-02-26T17:25:44.321Z | [ recovery-image] Feb 26 17:25:43.900 INFO O| Feb 26 17:25:43.900 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptranslate" |
| 6021 | 2026-02-26T17:25:44.321Z | [ recovery-image] Feb 26 17:25:43.900 INFO O| Feb 26 17:25:43.900 INFO STEP 381 (remove_files) COMPLETE |
| 6022 | 2026-02-26T17:25:44.321Z | [ recovery-image] Feb 26 17:25:43.900 INFO O| Feb 26 17:25:43.900 INFO STEP 382: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6023 | 2026-02-26T17:25:44.347Z | [ recovery-image] Feb 26 17:25:43.917 INFO O| Feb 26 17:25:43.917 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmptrap" |
| 6024 | 2026-02-26T17:25:44.347Z | [ recovery-image] Feb 26 17:25:43.917 INFO O| Feb 26 17:25:43.917 INFO STEP 382 (remove_files) COMPLETE |
| 6025 | 2026-02-26T17:25:44.347Z | [ recovery-image] Feb 26 17:25:43.917 INFO O| Feb 26 17:25:43.917 INFO STEP 383: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6026 | 2026-02-26T17:25:44.372Z | [ recovery-image] Feb 26 17:25:43.939 INFO O| Feb 26 17:25:43.939 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpusm" |
| 6027 | 2026-02-26T17:25:44.372Z | [ recovery-image] Feb 26 17:25:43.939 INFO O| Feb 26 17:25:43.939 INFO STEP 383 (remove_files) COMPLETE |
| 6028 | 2026-02-26T17:25:44.372Z | [ recovery-image] Feb 26 17:25:43.939 INFO O| Feb 26 17:25:43.939 INFO STEP 384: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6029 | 2026-02-26T17:25:44.372Z | [ recovery-image] Feb 26 17:25:43.957 INFO O| Feb 26 17:25:43.957 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpvacm" |
| 6030 | 2026-02-26T17:25:44.372Z | [ recovery-image] Feb 26 17:25:43.957 INFO O| Feb 26 17:25:43.957 INFO STEP 384 (remove_files) COMPLETE |
| 6031 | 2026-02-26T17:25:44.372Z | [ recovery-image] Feb 26 17:25:43.958 INFO O| Feb 26 17:25:43.957 INFO STEP 385: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6032 | 2026-02-26T17:25:44.396Z | [ recovery-image] Feb 26 17:25:43.975 INFO O| Feb 26 17:25:43.975 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/snmpwalk" |
| 6033 | 2026-02-26T17:25:44.396Z | [ recovery-image] Feb 26 17:25:43.975 INFO O| Feb 26 17:25:43.975 INFO STEP 385 (remove_files) COMPLETE |
| 6034 | 2026-02-26T17:25:44.396Z | [ recovery-image] Feb 26 17:25:43.975 INFO O| Feb 26 17:25:43.975 INFO STEP 386: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6035 | 2026-02-26T17:25:44.421Z | [ recovery-image] Feb 26 17:25:43.990 INFO O| Feb 26 17:25:43.990 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sotruss" |
| 6036 | 2026-02-26T17:25:44.421Z | [ recovery-image] Feb 26 17:25:43.991 INFO O| Feb 26 17:25:43.991 INFO STEP 386 (remove_files) COMPLETE |
| 6037 | 2026-02-26T17:25:44.422Z | [ recovery-image] Feb 26 17:25:43.991 INFO O| Feb 26 17:25:43.991 INFO STEP 387: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6038 | 2026-02-26T17:25:44.422Z | [ recovery-image] Feb 26 17:25:44.006 INFO O| Feb 26 17:25:44.006 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/spell" |
| 6039 | 2026-02-26T17:25:44.422Z | [ recovery-image] Feb 26 17:25:44.006 INFO O| Feb 26 17:25:44.006 INFO STEP 387 (remove_files) COMPLETE |
| 6040 | 2026-02-26T17:25:44.422Z | [ recovery-image] Feb 26 17:25:44.006 INFO O| Feb 26 17:25:44.006 INFO STEP 388: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6041 | 2026-02-26T17:25:44.447Z | [ recovery-image] Feb 26 17:25:44.021 INFO O| Feb 26 17:25:44.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/split" |
| 6042 | 2026-02-26T17:25:44.447Z | [ recovery-image] Feb 26 17:25:44.021 INFO O| Feb 26 17:25:44.021 INFO STEP 388 (remove_files) COMPLETE |
| 6043 | 2026-02-26T17:25:44.447Z | [ recovery-image] Feb 26 17:25:44.021 INFO O| Feb 26 17:25:44.021 INFO STEP 389: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6044 | 2026-02-26T17:25:44.472Z | [ recovery-image] Feb 26 17:25:44.036 INFO O| Feb 26 17:25:44.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sqlite3" |
| 6045 | 2026-02-26T17:25:44.472Z | [ recovery-image] Feb 26 17:25:44.037 INFO O| Feb 26 17:25:44.037 INFO STEP 389 (remove_files) COMPLETE |
| 6046 | 2026-02-26T17:25:44.472Z | [ recovery-image] Feb 26 17:25:44.037 INFO O| Feb 26 17:25:44.037 INFO STEP 390: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6047 | 2026-02-26T17:25:44.472Z | [ recovery-image] Feb 26 17:25:44.053 INFO O| Feb 26 17:25:44.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh" |
| 6048 | 2026-02-26T17:25:44.472Z | [ recovery-image] Feb 26 17:25:44.053 INFO O| Feb 26 17:25:44.053 INFO STEP 390 (remove_files) COMPLETE |
| 6049 | 2026-02-26T17:25:44.472Z | [ recovery-image] Feb 26 17:25:44.053 INFO O| Feb 26 17:25:44.053 INFO STEP 391: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6050 | 2026-02-26T17:25:44.497Z | [ recovery-image] Feb 26 17:25:44.073 INFO O| Feb 26 17:25:44.073 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-add" |
| 6051 | 2026-02-26T17:25:44.497Z | [ recovery-image] Feb 26 17:25:44.073 INFO O| Feb 26 17:25:44.073 INFO STEP 391 (remove_files) COMPLETE |
| 6052 | 2026-02-26T17:25:44.497Z | [ recovery-image] Feb 26 17:25:44.073 INFO O| Feb 26 17:25:44.073 INFO STEP 392: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6053 | 2026-02-26T17:25:44.522Z | [ recovery-image] Feb 26 17:25:44.092 INFO O| Feb 26 17:25:44.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-agent" |
| 6054 | 2026-02-26T17:25:44.522Z | [ recovery-image] Feb 26 17:25:44.092 INFO O| Feb 26 17:25:44.092 INFO STEP 392 (remove_files) COMPLETE |
| 6055 | 2026-02-26T17:25:44.522Z | [ recovery-image] Feb 26 17:25:44.092 INFO O| Feb 26 17:25:44.092 INFO STEP 393: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6056 | 2026-02-26T17:25:44.522Z | [ recovery-image] Feb 26 17:25:44.109 INFO O| Feb 26 17:25:44.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-copy-id" |
| 6057 | 2026-02-26T17:25:44.522Z | [ recovery-image] Feb 26 17:25:44.109 INFO O| Feb 26 17:25:44.109 INFO STEP 393 (remove_files) COMPLETE |
| 6058 | 2026-02-26T17:25:44.522Z | [ recovery-image] Feb 26 17:25:44.109 INFO O| Feb 26 17:25:44.109 INFO STEP 394: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6059 | 2026-02-26T17:25:44.547Z | [ recovery-image] Feb 26 17:25:44.127 INFO O| Feb 26 17:25:44.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ssh-keyscan" |
| 6060 | 2026-02-26T17:25:44.547Z | [ recovery-image] Feb 26 17:25:44.128 INFO O| Feb 26 17:25:44.128 INFO STEP 394 (remove_files) COMPLETE |
| 6061 | 2026-02-26T17:25:44.547Z | [ recovery-image] Feb 26 17:25:44.128 INFO O| Feb 26 17:25:44.128 INFO STEP 395: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6062 | 2026-02-26T17:25:44.571Z | [ recovery-image] Feb 26 17:25:44.144 INFO O| Feb 26 17:25:44.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/strings" |
| 6063 | 2026-02-26T17:25:44.571Z | [ recovery-image] Feb 26 17:25:44.144 INFO O| Feb 26 17:25:44.144 INFO STEP 395 (remove_files) COMPLETE |
| 6064 | 2026-02-26T17:25:44.571Z | [ recovery-image] Feb 26 17:25:44.144 INFO O| Feb 26 17:25:44.144 INFO STEP 396: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6065 | 2026-02-26T17:25:44.596Z | [ recovery-image] Feb 26 17:25:44.159 INFO O| Feb 26 17:25:44.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/sum" |
| 6066 | 2026-02-26T17:25:44.596Z | [ recovery-image] Feb 26 17:25:44.160 INFO O| Feb 26 17:25:44.159 INFO STEP 396 (remove_files) COMPLETE |
| 6067 | 2026-02-26T17:25:44.596Z | [ recovery-image] Feb 26 17:25:44.160 INFO O| Feb 26 17:25:44.160 INFO STEP 397: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6068 | 2026-02-26T17:25:44.596Z | [ recovery-image] Feb 26 17:25:44.177 INFO O| Feb 26 17:25:44.176 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tabs" |
| 6069 | 2026-02-26T17:25:44.597Z | [ recovery-image] Feb 26 17:25:44.177 INFO O| Feb 26 17:25:44.177 INFO STEP 397 (remove_files) COMPLETE |
| 6070 | 2026-02-26T17:25:44.597Z | [ recovery-image] Feb 26 17:25:44.177 INFO O| Feb 26 17:25:44.177 INFO STEP 398: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6071 | 2026-02-26T17:25:44.621Z | [ recovery-image] Feb 26 17:25:44.191 INFO O| Feb 26 17:25:44.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tcopy" |
| 6072 | 2026-02-26T17:25:44.621Z | [ recovery-image] Feb 26 17:25:44.191 INFO O| Feb 26 17:25:44.191 INFO STEP 398 (remove_files) COMPLETE |
| 6073 | 2026-02-26T17:25:44.622Z | [ recovery-image] Feb 26 17:25:44.191 INFO O| Feb 26 17:25:44.191 INFO STEP 399: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6074 | 2026-02-26T17:25:44.622Z | [ recovery-image] Feb 26 17:25:44.204 INFO O| Feb 26 17:25:44.204 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/test" |
| 6075 | 2026-02-26T17:25:44.622Z | [ recovery-image] Feb 26 17:25:44.205 INFO O| Feb 26 17:25:44.205 INFO STEP 399 (remove_files) COMPLETE |
| 6076 | 2026-02-26T17:25:44.622Z | [ recovery-image] Feb 26 17:25:44.205 INFO O| Feb 26 17:25:44.205 INFO STEP 400: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6077 | 2026-02-26T17:25:44.646Z | [ recovery-image] Feb 26 17:25:44.219 INFO O| Feb 26 17:25:44.219 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tic" |
| 6078 | 2026-02-26T17:25:44.646Z | [ recovery-image] Feb 26 17:25:44.219 INFO O| Feb 26 17:25:44.219 INFO STEP 400 (remove_files) COMPLETE |
| 6079 | 2026-02-26T17:25:44.646Z | [ recovery-image] Feb 26 17:25:44.219 INFO O| Feb 26 17:25:44.219 INFO STEP 401: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6080 | 2026-02-26T17:25:44.671Z | [ recovery-image] Feb 26 17:25:44.234 INFO O| Feb 26 17:25:44.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/time" |
| 6081 | 2026-02-26T17:25:44.671Z | [ recovery-image] Feb 26 17:25:44.235 INFO O| Feb 26 17:25:44.235 INFO STEP 401 (remove_files) COMPLETE |
| 6082 | 2026-02-26T17:25:44.671Z | [ recovery-image] Feb 26 17:25:44.235 INFO O| Feb 26 17:25:44.235 INFO STEP 402: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6083 | 2026-02-26T17:25:44.671Z | [ recovery-image] Feb 26 17:25:44.251 INFO O| Feb 26 17:25:44.251 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tip" |
| 6084 | 2026-02-26T17:25:44.671Z | [ recovery-image] Feb 26 17:25:44.251 INFO O| Feb 26 17:25:44.251 INFO STEP 402 (remove_files) COMPLETE |
| 6085 | 2026-02-26T17:25:44.671Z | [ recovery-image] Feb 26 17:25:44.251 INFO O| Feb 26 17:25:44.251 INFO STEP 403: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6086 | 2026-02-26T17:25:44.696Z | [ recovery-image] Feb 26 17:25:44.267 INFO O| Feb 26 17:25:44.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tkmib" |
| 6087 | 2026-02-26T17:25:44.696Z | [ recovery-image] Feb 26 17:25:44.267 INFO O| Feb 26 17:25:44.267 INFO STEP 403 (remove_files) COMPLETE |
| 6088 | 2026-02-26T17:25:44.696Z | [ recovery-image] Feb 26 17:25:44.267 INFO O| Feb 26 17:25:44.267 INFO STEP 404: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6089 | 2026-02-26T17:25:44.696Z | [ recovery-image] Feb 26 17:25:44.283 INFO O| Feb 26 17:25:44.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tpmadm" |
| 6090 | 2026-02-26T17:25:44.696Z | [ recovery-image] Feb 26 17:25:44.283 INFO O| Feb 26 17:25:44.283 INFO STEP 404 (remove_files) COMPLETE |
| 6091 | 2026-02-26T17:25:44.696Z | [ recovery-image] Feb 26 17:25:44.283 INFO O| Feb 26 17:25:44.283 INFO STEP 405: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6092 | 2026-02-26T17:25:44.721Z | [ recovery-image] Feb 26 17:25:44.300 INFO O| Feb 26 17:25:44.300 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/traptoemail" |
| 6093 | 2026-02-26T17:25:44.721Z | [ recovery-image] Feb 26 17:25:44.300 INFO O| Feb 26 17:25:44.300 INFO STEP 405 (remove_files) COMPLETE |
| 6094 | 2026-02-26T17:25:44.721Z | [ recovery-image] Feb 26 17:25:44.300 INFO O| Feb 26 17:25:44.300 INFO STEP 406: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6095 | 2026-02-26T17:25:44.746Z | [ recovery-image] Feb 26 17:25:44.316 INFO O| Feb 26 17:25:44.316 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/true" |
| 6096 | 2026-02-26T17:25:44.746Z | [ recovery-image] Feb 26 17:25:44.316 INFO O| Feb 26 17:25:44.316 INFO STEP 406 (remove_files) COMPLETE |
| 6097 | 2026-02-26T17:25:44.746Z | [ recovery-image] Feb 26 17:25:44.316 INFO O| Feb 26 17:25:44.316 INFO STEP 407: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6098 | 2026-02-26T17:25:44.746Z | [ recovery-image] Feb 26 17:25:44.331 INFO O| Feb 26 17:25:44.331 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tty" |
| 6099 | 2026-02-26T17:25:44.746Z | [ recovery-image] Feb 26 17:25:44.331 INFO O| Feb 26 17:25:44.331 INFO STEP 407 (remove_files) COMPLETE |
| 6100 | 2026-02-26T17:25:44.746Z | [ recovery-image] Feb 26 17:25:44.331 INFO O| Feb 26 17:25:44.331 INFO STEP 408: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6101 | 2026-02-26T17:25:44.771Z | [ recovery-image] Feb 26 17:25:44.347 INFO O| Feb 26 17:25:44.347 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/type" |
| 6102 | 2026-02-26T17:25:44.771Z | [ recovery-image] Feb 26 17:25:44.347 INFO O| Feb 26 17:25:44.347 INFO STEP 408 (remove_files) COMPLETE |
| 6103 | 2026-02-26T17:25:44.771Z | [ recovery-image] Feb 26 17:25:44.347 INFO O| Feb 26 17:25:44.347 INFO STEP 409: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6104 | 2026-02-26T17:25:44.796Z | [ recovery-image] Feb 26 17:25:44.363 INFO O| Feb 26 17:25:44.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/tzselect" |
| 6105 | 2026-02-26T17:25:44.796Z | [ recovery-image] Feb 26 17:25:44.363 INFO O| Feb 26 17:25:44.363 INFO STEP 409 (remove_files) COMPLETE |
| 6106 | 2026-02-26T17:25:44.796Z | [ recovery-image] Feb 26 17:25:44.363 INFO O| Feb 26 17:25:44.363 INFO STEP 410: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6107 | 2026-02-26T17:25:44.821Z | [ recovery-image] Feb 26 17:25:44.385 INFO O| Feb 26 17:25:44.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/ulimit" |
| 6108 | 2026-02-26T17:25:44.821Z | [ recovery-image] Feb 26 17:25:44.385 INFO O| Feb 26 17:25:44.385 INFO STEP 410 (remove_files) COMPLETE |
| 6109 | 2026-02-26T17:25:44.821Z | [ recovery-image] Feb 26 17:25:44.385 INFO O| Feb 26 17:25:44.385 INFO STEP 411: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6110 | 2026-02-26T17:25:44.821Z | [ recovery-image] Feb 26 17:25:44.404 INFO O| Feb 26 17:25:44.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/umask" |
| 6111 | 2026-02-26T17:25:44.821Z | [ recovery-image] Feb 26 17:25:44.404 INFO O| Feb 26 17:25:44.404 INFO STEP 411 (remove_files) COMPLETE |
| 6112 | 2026-02-26T17:25:44.821Z | [ recovery-image] Feb 26 17:25:44.404 INFO O| Feb 26 17:25:44.404 INFO STEP 412: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6113 | 2026-02-26T17:25:44.846Z | [ recovery-image] Feb 26 17:25:44.420 INFO O| Feb 26 17:25:44.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unalias" |
| 6114 | 2026-02-26T17:25:44.847Z | [ recovery-image] Feb 26 17:25:44.420 INFO O| Feb 26 17:25:44.420 INFO STEP 412 (remove_files) COMPLETE |
| 6115 | 2026-02-26T17:25:44.847Z | [ recovery-image] Feb 26 17:25:44.420 INFO O| Feb 26 17:25:44.420 INFO STEP 413: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6116 | 2026-02-26T17:25:44.871Z | [ recovery-image] Feb 26 17:25:44.435 INFO O| Feb 26 17:25:44.435 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uncompress" |
| 6117 | 2026-02-26T17:25:44.871Z | [ recovery-image] Feb 26 17:25:44.435 INFO O| Feb 26 17:25:44.435 INFO STEP 413 (remove_files) COMPLETE |
| 6118 | 2026-02-26T17:25:44.871Z | [ recovery-image] Feb 26 17:25:44.435 INFO O| Feb 26 17:25:44.435 INFO STEP 414: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6119 | 2026-02-26T17:25:44.872Z | [ recovery-image] Feb 26 17:25:44.452 INFO O| Feb 26 17:25:44.452 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unexpand" |
| 6120 | 2026-02-26T17:25:44.872Z | [ recovery-image] Feb 26 17:25:44.453 INFO O| Feb 26 17:25:44.453 INFO STEP 414 (remove_files) COMPLETE |
| 6121 | 2026-02-26T17:25:44.872Z | [ recovery-image] Feb 26 17:25:44.453 INFO O| Feb 26 17:25:44.453 INFO STEP 415: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6122 | 2026-02-26T17:25:44.896Z | [ recovery-image] Feb 26 17:25:44.470 INFO O| Feb 26 17:25:44.470 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uniq" |
| 6123 | 2026-02-26T17:25:44.896Z | [ recovery-image] Feb 26 17:25:44.470 INFO O| Feb 26 17:25:44.470 INFO STEP 415 (remove_files) COMPLETE |
| 6124 | 2026-02-26T17:25:44.896Z | [ recovery-image] Feb 26 17:25:44.470 INFO O| Feb 26 17:25:44.470 INFO STEP 416: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6125 | 2026-02-26T17:25:44.921Z | [ recovery-image] Feb 26 17:25:44.488 INFO O| Feb 26 17:25:44.488 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/units" |
| 6126 | 2026-02-26T17:25:44.921Z | [ recovery-image] Feb 26 17:25:44.489 INFO O| Feb 26 17:25:44.489 INFO STEP 416 (remove_files) COMPLETE |
| 6127 | 2026-02-26T17:25:44.922Z | [ recovery-image] Feb 26 17:25:44.489 INFO O| Feb 26 17:25:44.489 INFO STEP 417: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6128 | 2026-02-26T17:25:44.922Z | [ recovery-image] Feb 26 17:25:44.505 INFO O| Feb 26 17:25:44.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unix2dos" |
| 6129 | 2026-02-26T17:25:44.922Z | [ recovery-image] Feb 26 17:25:44.505 INFO O| Feb 26 17:25:44.505 INFO STEP 417 (remove_files) COMPLETE |
| 6130 | 2026-02-26T17:25:44.922Z | [ recovery-image] Feb 26 17:25:44.505 INFO O| Feb 26 17:25:44.505 INFO STEP 418: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6131 | 2026-02-26T17:25:44.946Z | [ recovery-image] Feb 26 17:25:44.520 INFO O| Feb 26 17:25:44.520 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/unpack" |
| 6132 | 2026-02-26T17:25:44.946Z | [ recovery-image] Feb 26 17:25:44.520 INFO O| Feb 26 17:25:44.520 INFO STEP 418 (remove_files) COMPLETE |
| 6133 | 2026-02-26T17:25:44.946Z | [ recovery-image] Feb 26 17:25:44.521 INFO O| Feb 26 17:25:44.520 INFO STEP 419: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6134 | 2026-02-26T17:25:44.972Z | [ recovery-image] Feb 26 17:25:44.536 INFO O| Feb 26 17:25:44.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/userattr" |
| 6135 | 2026-02-26T17:25:44.972Z | [ recovery-image] Feb 26 17:25:44.536 INFO O| Feb 26 17:25:44.536 INFO STEP 419 (remove_files) COMPLETE |
| 6136 | 2026-02-26T17:25:44.972Z | [ recovery-image] Feb 26 17:25:44.536 INFO O| Feb 26 17:25:44.536 INFO STEP 420: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6137 | 2026-02-26T17:25:44.972Z | [ recovery-image] Feb 26 17:25:44.553 INFO O| Feb 26 17:25:44.553 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uudecode" |
| 6138 | 2026-02-26T17:25:44.972Z | [ recovery-image] Feb 26 17:25:44.553 INFO O| Feb 26 17:25:44.553 INFO STEP 420 (remove_files) COMPLETE |
| 6139 | 2026-02-26T17:25:44.972Z | [ recovery-image] Feb 26 17:25:44.553 INFO O| Feb 26 17:25:44.553 INFO STEP 421: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6140 | 2026-02-26T17:25:45.009Z | [ recovery-image] Feb 26 17:25:44.597 INFO O| Feb 26 17:25:44.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuencode" |
| 6141 | 2026-02-26T17:25:45.009Z | [ recovery-image] Feb 26 17:25:44.597 INFO O| Feb 26 17:25:44.597 INFO STEP 421 (remove_files) COMPLETE |
| 6142 | 2026-02-26T17:25:45.034Z | [ recovery-image] Feb 26 17:25:44.597 INFO O| Feb 26 17:25:44.597 INFO STEP 422: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6143 | 2026-02-26T17:25:45.034Z | [ recovery-image] Feb 26 17:25:44.611 INFO O| Feb 26 17:25:44.611 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/uuidgen" |
| 6144 | 2026-02-26T17:25:45.034Z | [ recovery-image] Feb 26 17:25:44.612 INFO O| Feb 26 17:25:44.611 INFO STEP 422 (remove_files) COMPLETE |
| 6145 | 2026-02-26T17:25:45.034Z | [ recovery-image] Feb 26 17:25:44.612 INFO O| Feb 26 17:25:44.611 INFO STEP 423: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6146 | 2026-02-26T17:25:45.059Z | [ recovery-image] Feb 26 17:25:44.626 INFO O| Feb 26 17:25:44.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vedit" |
| 6147 | 2026-02-26T17:25:45.059Z | [ recovery-image] Feb 26 17:25:44.626 INFO O| Feb 26 17:25:44.626 INFO STEP 423 (remove_files) COMPLETE |
| 6148 | 2026-02-26T17:25:45.059Z | [ recovery-image] Feb 26 17:25:44.626 INFO O| Feb 26 17:25:44.626 INFO STEP 424: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6149 | 2026-02-26T17:25:45.059Z | [ recovery-image] Feb 26 17:25:44.640 INFO O| Feb 26 17:25:44.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vim" |
| 6150 | 2026-02-26T17:25:45.059Z | [ recovery-image] Feb 26 17:25:44.640 INFO O| Feb 26 17:25:44.640 INFO STEP 424 (remove_files) COMPLETE |
| 6151 | 2026-02-26T17:25:45.059Z | [ recovery-image] Feb 26 17:25:44.640 INFO O| Feb 26 17:25:44.640 INFO STEP 425: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6152 | 2026-02-26T17:25:45.084Z | [ recovery-image] Feb 26 17:25:44.665 INFO O| Feb 26 17:25:44.665 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vimtutor" |
| 6153 | 2026-02-26T17:25:45.084Z | [ recovery-image] Feb 26 17:25:44.666 INFO O| Feb 26 17:25:44.666 INFO STEP 425 (remove_files) COMPLETE |
| 6154 | 2026-02-26T17:25:45.084Z | [ recovery-image] Feb 26 17:25:44.666 INFO O| Feb 26 17:25:44.666 INFO STEP 426: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6155 | 2026-02-26T17:25:45.109Z | [ recovery-image] Feb 26 17:25:44.688 INFO O| Feb 26 17:25:44.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vmstat" |
| 6156 | 2026-02-26T17:25:45.109Z | [ recovery-image] Feb 26 17:25:44.688 INFO O| Feb 26 17:25:44.688 INFO STEP 426 (remove_files) COMPLETE |
| 6157 | 2026-02-26T17:25:45.109Z | [ recovery-image] Feb 26 17:25:44.688 INFO O| Feb 26 17:25:44.688 INFO STEP 427: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6158 | 2026-02-26T17:25:45.134Z | [ recovery-image] Feb 26 17:25:44.709 INFO O| Feb 26 17:25:44.709 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/vtfontcvt" |
| 6159 | 2026-02-26T17:25:45.134Z | [ recovery-image] Feb 26 17:25:44.709 INFO O| Feb 26 17:25:44.709 INFO STEP 427 (remove_files) COMPLETE |
| 6160 | 2026-02-26T17:25:45.134Z | [ recovery-image] Feb 26 17:25:44.709 INFO O| Feb 26 17:25:44.709 INFO STEP 428: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6161 | 2026-02-26T17:25:45.159Z | [ recovery-image] Feb 26 17:25:44.728 INFO O| Feb 26 17:25:44.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/w" |
| 6162 | 2026-02-26T17:25:45.159Z | [ recovery-image] Feb 26 17:25:44.728 INFO O| Feb 26 17:25:44.728 INFO STEP 428 (remove_files) COMPLETE |
| 6163 | 2026-02-26T17:25:45.159Z | [ recovery-image] Feb 26 17:25:44.728 INFO O| Feb 26 17:25:44.728 INFO STEP 429: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6164 | 2026-02-26T17:25:45.159Z | [ recovery-image] Feb 26 17:25:44.746 INFO O| Feb 26 17:25:44.746 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wait" |
| 6165 | 2026-02-26T17:25:45.159Z | [ recovery-image] Feb 26 17:25:44.746 INFO O| Feb 26 17:25:44.746 INFO STEP 429 (remove_files) COMPLETE |
| 6166 | 2026-02-26T17:25:45.159Z | [ recovery-image] Feb 26 17:25:44.746 INFO O| Feb 26 17:25:44.746 INFO STEP 430: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6167 | 2026-02-26T17:25:45.184Z | [ recovery-image] Feb 26 17:25:44.764 INFO O| Feb 26 17:25:44.764 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/watch" |
| 6168 | 2026-02-26T17:25:45.184Z | [ recovery-image] Feb 26 17:25:44.764 INFO O| Feb 26 17:25:44.764 INFO STEP 430 (remove_files) COMPLETE |
| 6169 | 2026-02-26T17:25:45.184Z | [ recovery-image] Feb 26 17:25:44.764 INFO O| Feb 26 17:25:44.764 INFO STEP 431: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6170 | 2026-02-26T17:25:45.209Z | [ recovery-image] Feb 26 17:25:44.782 INFO O| Feb 26 17:25:44.782 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wc" |
| 6171 | 2026-02-26T17:25:45.209Z | [ recovery-image] Feb 26 17:25:44.782 INFO O| Feb 26 17:25:44.782 INFO STEP 431 (remove_files) COMPLETE |
| 6172 | 2026-02-26T17:25:45.209Z | [ recovery-image] Feb 26 17:25:44.782 INFO O| Feb 26 17:25:44.782 INFO STEP 432: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6173 | 2026-02-26T17:25:45.234Z | [ recovery-image] Feb 26 17:25:44.804 INFO O| Feb 26 17:25:44.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/which" |
| 6174 | 2026-02-26T17:25:45.234Z | [ recovery-image] Feb 26 17:25:44.804 INFO O| Feb 26 17:25:44.804 INFO STEP 432 (remove_files) COMPLETE |
| 6175 | 2026-02-26T17:25:45.234Z | [ recovery-image] Feb 26 17:25:44.804 INFO O| Feb 26 17:25:44.804 INFO STEP 433: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6176 | 2026-02-26T17:25:45.234Z | [ recovery-image] Feb 26 17:25:44.820 INFO O| Feb 26 17:25:44.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/whocalls" |
| 6177 | 2026-02-26T17:25:45.234Z | [ recovery-image] Feb 26 17:25:44.821 INFO O| Feb 26 17:25:44.821 INFO STEP 433 (remove_files) COMPLETE |
| 6178 | 2026-02-26T17:25:45.234Z | [ recovery-image] Feb 26 17:25:44.821 INFO O| Feb 26 17:25:44.821 INFO STEP 434: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6179 | 2026-02-26T17:25:45.258Z | [ recovery-image] Feb 26 17:25:44.839 INFO O| Feb 26 17:25:44.839 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/wracct" |
| 6180 | 2026-02-26T17:25:45.259Z | [ recovery-image] Feb 26 17:25:44.839 INFO O| Feb 26 17:25:44.839 INFO STEP 434 (remove_files) COMPLETE |
| 6181 | 2026-02-26T17:25:45.259Z | [ recovery-image] Feb 26 17:25:44.839 INFO O| Feb 26 17:25:44.839 INFO STEP 435: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6182 | 2026-02-26T17:25:45.283Z | [ recovery-image] Feb 26 17:25:44.857 INFO O| Feb 26 17:25:44.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/write" |
| 6183 | 2026-02-26T17:25:45.283Z | [ recovery-image] Feb 26 17:25:44.857 INFO O| Feb 26 17:25:44.857 INFO STEP 435 (remove_files) COMPLETE |
| 6184 | 2026-02-26T17:25:45.283Z | [ recovery-image] Feb 26 17:25:44.857 INFO O| Feb 26 17:25:44.857 INFO STEP 436: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6185 | 2026-02-26T17:25:45.308Z | [ recovery-image] Feb 26 17:25:44.874 INFO O| Feb 26 17:25:44.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xargs" |
| 6186 | 2026-02-26T17:25:45.308Z | [ recovery-image] Feb 26 17:25:44.874 INFO O| Feb 26 17:25:44.874 INFO STEP 436 (remove_files) COMPLETE |
| 6187 | 2026-02-26T17:25:45.308Z | [ recovery-image] Feb 26 17:25:44.874 INFO O| Feb 26 17:25:44.874 INFO STEP 437: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6188 | 2026-02-26T17:25:45.308Z | [ recovery-image] Feb 26 17:25:44.890 INFO O| Feb 26 17:25:44.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xml2-config" |
| 6189 | 2026-02-26T17:25:45.308Z | [ recovery-image] Feb 26 17:25:44.890 INFO O| Feb 26 17:25:44.890 INFO STEP 437 (remove_files) COMPLETE |
| 6190 | 2026-02-26T17:25:45.308Z | [ recovery-image] Feb 26 17:25:44.890 INFO O| Feb 26 17:25:44.890 INFO STEP 438: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6191 | 2026-02-26T17:25:45.333Z | [ recovery-image] Feb 26 17:25:44.907 INFO O| Feb 26 17:25:44.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlcatalog" |
| 6192 | 2026-02-26T17:25:45.333Z | [ recovery-image] Feb 26 17:25:44.907 INFO O| Feb 26 17:25:44.907 INFO STEP 438 (remove_files) COMPLETE |
| 6193 | 2026-02-26T17:25:45.333Z | [ recovery-image] Feb 26 17:25:44.907 INFO O| Feb 26 17:25:44.907 INFO STEP 439: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6194 | 2026-02-26T17:25:45.358Z | [ recovery-image] Feb 26 17:25:44.922 INFO O| Feb 26 17:25:44.922 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmllint" |
| 6195 | 2026-02-26T17:25:45.358Z | [ recovery-image] Feb 26 17:25:44.922 INFO O| Feb 26 17:25:44.922 INFO STEP 439 (remove_files) COMPLETE |
| 6196 | 2026-02-26T17:25:45.358Z | [ recovery-image] Feb 26 17:25:44.922 INFO O| Feb 26 17:25:44.922 INFO STEP 440: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6197 | 2026-02-26T17:25:45.358Z | [ recovery-image] Feb 26 17:25:44.938 INFO O| Feb 26 17:25:44.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xmlwf" |
| 6198 | 2026-02-26T17:25:45.358Z | [ recovery-image] Feb 26 17:25:44.938 INFO O| Feb 26 17:25:44.938 INFO STEP 440 (remove_files) COMPLETE |
| 6199 | 2026-02-26T17:25:45.358Z | [ recovery-image] Feb 26 17:25:44.938 INFO O| Feb 26 17:25:44.938 INFO STEP 441: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6200 | 2026-02-26T17:25:45.383Z | [ recovery-image] Feb 26 17:25:44.953 INFO O| Feb 26 17:25:44.953 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xstr" |
| 6201 | 2026-02-26T17:25:45.383Z | [ recovery-image] Feb 26 17:25:44.953 INFO O| Feb 26 17:25:44.953 INFO STEP 441 (remove_files) COMPLETE |
| 6202 | 2026-02-26T17:25:45.383Z | [ recovery-image] Feb 26 17:25:44.953 INFO O| Feb 26 17:25:44.953 INFO STEP 442: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6203 | 2026-02-26T17:25:45.383Z | [ recovery-image] Feb 26 17:25:44.967 INFO O| Feb 26 17:25:44.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xxd" |
| 6204 | 2026-02-26T17:25:45.383Z | [ recovery-image] Feb 26 17:25:44.967 INFO O| Feb 26 17:25:44.967 INFO STEP 442 (remove_files) COMPLETE |
| 6205 | 2026-02-26T17:25:45.383Z | [ recovery-image] Feb 26 17:25:44.967 INFO O| Feb 26 17:25:44.967 INFO STEP 443: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6206 | 2026-02-26T17:25:45.408Z | [ recovery-image] Feb 26 17:25:44.985 INFO O| Feb 26 17:25:44.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xz" |
| 6207 | 2026-02-26T17:25:45.408Z | [ recovery-image] Feb 26 17:25:44.985 INFO O| Feb 26 17:25:44.985 INFO STEP 443 (remove_files) COMPLETE |
| 6208 | 2026-02-26T17:25:45.408Z | [ recovery-image] Feb 26 17:25:44.985 INFO O| Feb 26 17:25:44.985 INFO STEP 444: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6209 | 2026-02-26T17:25:45.433Z | [ recovery-image] Feb 26 17:25:45.005 INFO O| Feb 26 17:25:45.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdec" |
| 6210 | 2026-02-26T17:25:45.433Z | [ recovery-image] Feb 26 17:25:45.005 INFO O| Feb 26 17:25:45.005 INFO STEP 444 (remove_files) COMPLETE |
| 6211 | 2026-02-26T17:25:45.433Z | [ recovery-image] Feb 26 17:25:45.005 INFO O| Feb 26 17:25:45.005 INFO STEP 445: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6212 | 2026-02-26T17:25:45.457Z | [ recovery-image] Feb 26 17:25:45.025 INFO O| Feb 26 17:25:45.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzdiff" |
| 6213 | 2026-02-26T17:25:45.457Z | [ recovery-image] Feb 26 17:25:45.025 INFO O| Feb 26 17:25:45.025 INFO STEP 445 (remove_files) COMPLETE |
| 6214 | 2026-02-26T17:25:45.458Z | [ recovery-image] Feb 26 17:25:45.025 INFO O| Feb 26 17:25:45.025 INFO STEP 446: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6215 | 2026-02-26T17:25:45.458Z | [ recovery-image] Feb 26 17:25:45.045 INFO O| Feb 26 17:25:45.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzgrep" |
| 6216 | 2026-02-26T17:25:45.458Z | [ recovery-image] Feb 26 17:25:45.045 INFO O| Feb 26 17:25:45.045 INFO STEP 446 (remove_files) COMPLETE |
| 6217 | 2026-02-26T17:25:45.458Z | [ recovery-image] Feb 26 17:25:45.045 INFO O| Feb 26 17:25:45.045 INFO STEP 447: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6218 | 2026-02-26T17:25:45.482Z | [ recovery-image] Feb 26 17:25:45.068 INFO O| Feb 26 17:25:45.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzless" |
| 6219 | 2026-02-26T17:25:45.482Z | [ recovery-image] Feb 26 17:25:45.069 INFO O| Feb 26 17:25:45.068 INFO STEP 447 (remove_files) COMPLETE |
| 6220 | 2026-02-26T17:25:45.482Z | [ recovery-image] Feb 26 17:25:45.069 INFO O| Feb 26 17:25:45.069 INFO STEP 448: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6221 | 2026-02-26T17:25:45.507Z | [ recovery-image] Feb 26 17:25:45.087 INFO O| Feb 26 17:25:45.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/xzmore" |
| 6222 | 2026-02-26T17:25:45.507Z | [ recovery-image] Feb 26 17:25:45.087 INFO O| Feb 26 17:25:45.087 INFO STEP 448 (remove_files) COMPLETE |
| 6223 | 2026-02-26T17:25:45.507Z | [ recovery-image] Feb 26 17:25:45.087 INFO O| Feb 26 17:25:45.087 INFO STEP 449: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6224 | 2026-02-26T17:25:45.532Z | [ recovery-image] Feb 26 17:25:45.105 INFO O| Feb 26 17:25:45.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/yes" |
| 6225 | 2026-02-26T17:25:45.532Z | [ recovery-image] Feb 26 17:25:45.105 INFO O| Feb 26 17:25:45.105 INFO STEP 449 (remove_files) COMPLETE |
| 6226 | 2026-02-26T17:25:45.532Z | [ recovery-image] Feb 26 17:25:45.105 INFO O| Feb 26 17:25:45.105 INFO STEP 450: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6227 | 2026-02-26T17:25:45.557Z | [ recovery-image] Feb 26 17:25:45.123 INFO O| Feb 26 17:25:45.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zcat" |
| 6228 | 2026-02-26T17:25:45.557Z | [ recovery-image] Feb 26 17:25:45.123 INFO O| Feb 26 17:25:45.123 INFO STEP 450 (remove_files) COMPLETE |
| 6229 | 2026-02-26T17:25:45.557Z | [ recovery-image] Feb 26 17:25:45.123 INFO O| Feb 26 17:25:45.123 INFO STEP 451: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6230 | 2026-02-26T17:25:45.557Z | [ recovery-image] Feb 26 17:25:45.141 INFO O| Feb 26 17:25:45.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zonestat" |
| 6231 | 2026-02-26T17:25:45.557Z | [ recovery-image] Feb 26 17:25:45.141 INFO O| Feb 26 17:25:45.141 INFO STEP 451 (remove_files) COMPLETE |
| 6232 | 2026-02-26T17:25:45.557Z | [ recovery-image] Feb 26 17:25:45.141 INFO O| Feb 26 17:25:45.141 INFO STEP 452: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6233 | 2026-02-26T17:25:45.582Z | [ recovery-image] Feb 26 17:25:45.159 INFO O| Feb 26 17:25:45.159 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstd" |
| 6234 | 2026-02-26T17:25:45.582Z | [ recovery-image] Feb 26 17:25:45.159 INFO O| Feb 26 17:25:45.159 INFO STEP 452 (remove_files) COMPLETE |
| 6235 | 2026-02-26T17:25:45.582Z | [ recovery-image] Feb 26 17:25:45.159 INFO O| Feb 26 17:25:45.159 INFO STEP 453: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6236 | 2026-02-26T17:25:45.607Z | [ recovery-image] Feb 26 17:25:45.177 INFO O| Feb 26 17:25:45.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdgrep" |
| 6237 | 2026-02-26T17:25:45.607Z | [ recovery-image] Feb 26 17:25:45.177 INFO O| Feb 26 17:25:45.177 INFO STEP 453 (remove_files) COMPLETE |
| 6238 | 2026-02-26T17:25:45.607Z | [ recovery-image] Feb 26 17:25:45.177 INFO O| Feb 26 17:25:45.177 INFO STEP 454: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6239 | 2026-02-26T17:25:45.607Z | [ recovery-image] Feb 26 17:25:45.194 INFO O| Feb 26 17:25:45.194 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/bin/zstdless" |
| 6240 | 2026-02-26T17:25:45.607Z | [ recovery-image] Feb 26 17:25:45.194 INFO O| Feb 26 17:25:45.194 INFO STEP 454 (remove_files) COMPLETE |
| 6241 | 2026-02-26T17:25:45.607Z | [ recovery-image] Feb 26 17:25:45.194 INFO O| Feb 26 17:25:45.194 INFO STEP 455: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6242 | 2026-02-26T17:25:45.632Z | [ recovery-image] Feb 26 17:25:45.212 INFO O| Feb 26 17:25:45.212 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libatomic.so.1.2.0" |
| 6243 | 2026-02-26T17:25:45.632Z | [ recovery-image] Feb 26 17:25:45.212 INFO O| Feb 26 17:25:45.212 INFO STEP 455 (remove_files) COMPLETE |
| 6244 | 2026-02-26T17:25:45.632Z | [ recovery-image] Feb 26 17:25:45.212 INFO O| Feb 26 17:25:45.212 INFO STEP 456: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6245 | 2026-02-26T17:25:45.656Z | [ recovery-image] Feb 26 17:25:45.233 INFO O| Feb 26 17:25:45.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libgomp.so.1.0.0" |
| 6246 | 2026-02-26T17:25:45.656Z | [ recovery-image] Feb 26 17:25:45.233 INFO O| Feb 26 17:25:45.233 INFO STEP 456 (remove_files) COMPLETE |
| 6247 | 2026-02-26T17:25:45.656Z | [ recovery-image] Feb 26 17:25:45.234 INFO O| Feb 26 17:25:45.233 INFO STEP 457: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6248 | 2026-02-26T17:25:45.682Z | [ recovery-image] Feb 26 17:25:45.248 INFO O| Feb 26 17:25:45.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libssp.so.0.0.0" |
| 6249 | 2026-02-26T17:25:45.682Z | [ recovery-image] Feb 26 17:25:45.248 INFO O| Feb 26 17:25:45.248 INFO STEP 457 (remove_files) COMPLETE |
| 6250 | 2026-02-26T17:25:45.682Z | [ recovery-image] Feb 26 17:25:45.248 INFO O| Feb 26 17:25:45.248 INFO STEP 458: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6251 | 2026-02-26T17:25:45.682Z | [ recovery-image] Feb 26 17:25:45.261 INFO O| Feb 26 17:25:45.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/amd64/libstdc++.so.6.0.28" |
| 6252 | 2026-02-26T17:25:45.682Z | [ recovery-image] Feb 26 17:25:45.261 INFO O| Feb 26 17:25:45.261 INFO STEP 458 (remove_files) COMPLETE |
| 6253 | 2026-02-26T17:25:45.682Z | [ recovery-image] Feb 26 17:25:45.261 INFO O| Feb 26 17:25:45.261 INFO STEP 459: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6254 | 2026-02-26T17:25:45.707Z | [ recovery-image] Feb 26 17:25:45.279 INFO O| Feb 26 17:25:45.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libatomic.so.1.2.0" |
| 6255 | 2026-02-26T17:25:45.707Z | [ recovery-image] Feb 26 17:25:45.279 INFO O| Feb 26 17:25:45.279 INFO STEP 459 (remove_files) COMPLETE |
| 6256 | 2026-02-26T17:25:45.707Z | [ recovery-image] Feb 26 17:25:45.279 INFO O| Feb 26 17:25:45.279 INFO STEP 460: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6257 | 2026-02-26T17:25:45.739Z | [ recovery-image] Feb 26 17:25:45.295 INFO O| Feb 26 17:25:45.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgcc_s.so.1" |
| 6258 | 2026-02-26T17:25:45.739Z | [ recovery-image] Feb 26 17:25:45.296 INFO O| Feb 26 17:25:45.296 INFO STEP 460 (remove_files) COMPLETE |
| 6259 | 2026-02-26T17:25:45.739Z | [ recovery-image] Feb 26 17:25:45.296 INFO O| Feb 26 17:25:45.296 INFO STEP 461: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6260 | 2026-02-26T17:25:45.740Z | [ recovery-image] Feb 26 17:25:45.312 INFO O| Feb 26 17:25:45.312 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libgomp.so.1.0.0" |
| 6261 | 2026-02-26T17:25:45.740Z | [ recovery-image] Feb 26 17:25:45.312 INFO O| Feb 26 17:25:45.312 INFO STEP 461 (remove_files) COMPLETE |
| 6262 | 2026-02-26T17:25:45.740Z | [ recovery-image] Feb 26 17:25:45.312 INFO O| Feb 26 17:25:45.312 INFO STEP 462: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6263 | 2026-02-26T17:25:45.764Z | [ recovery-image] Feb 26 17:25:45.335 INFO O| Feb 26 17:25:45.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libssp.so.0.0.0" |
| 6264 | 2026-02-26T17:25:45.764Z | [ recovery-image] Feb 26 17:25:45.335 INFO O| Feb 26 17:25:45.335 INFO STEP 462 (remove_files) COMPLETE |
| 6265 | 2026-02-26T17:25:45.764Z | [ recovery-image] Feb 26 17:25:45.335 INFO O| Feb 26 17:25:45.335 INFO STEP 463: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6266 | 2026-02-26T17:25:45.789Z | [ recovery-image] Feb 26 17:25:45.360 INFO O| Feb 26 17:25:45.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gcc/10/lib/libstdc++.so.6.0.28" |
| 6267 | 2026-02-26T17:25:45.789Z | [ recovery-image] Feb 26 17:25:45.361 INFO O| Feb 26 17:25:45.360 INFO STEP 463 (remove_files) COMPLETE |
| 6268 | 2026-02-26T17:25:45.789Z | [ recovery-image] Feb 26 17:25:45.361 INFO O| Feb 26 17:25:45.361 INFO STEP 464: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6269 | 2026-02-26T17:25:45.814Z | [ recovery-image] Feb 26 17:25:45.384 INFO O| Feb 26 17:25:45.383 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libform.so.5.9" |
| 6270 | 2026-02-26T17:25:45.814Z | [ recovery-image] Feb 26 17:25:45.384 INFO O| Feb 26 17:25:45.384 INFO STEP 464 (remove_files) COMPLETE |
| 6271 | 2026-02-26T17:25:45.814Z | [ recovery-image] Feb 26 17:25:45.384 INFO O| Feb 26 17:25:45.384 INFO STEP 465: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6272 | 2026-02-26T17:25:45.838Z | [ recovery-image] Feb 26 17:25:45.408 INFO O| Feb 26 17:25:45.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libmenu.so.5.9" |
| 6273 | 2026-02-26T17:25:45.838Z | [ recovery-image] Feb 26 17:25:45.408 INFO O| Feb 26 17:25:45.408 INFO STEP 465 (remove_files) COMPLETE |
| 6274 | 2026-02-26T17:25:45.838Z | [ recovery-image] Feb 26 17:25:45.408 INFO O| Feb 26 17:25:45.408 INFO STEP 466: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6275 | 2026-02-26T17:25:45.863Z | [ recovery-image] Feb 26 17:25:45.427 INFO O| Feb 26 17:25:45.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/amd64/libpanel.so.5.9" |
| 6276 | 2026-02-26T17:25:45.863Z | [ recovery-image] Feb 26 17:25:45.427 INFO O| Feb 26 17:25:45.427 INFO STEP 466 (remove_files) COMPLETE |
| 6277 | 2026-02-26T17:25:45.863Z | [ recovery-image] Feb 26 17:25:45.427 INFO O| Feb 26 17:25:45.427 INFO STEP 467: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6278 | 2026-02-26T17:25:45.863Z | [ recovery-image] Feb 26 17:25:45.445 INFO O| Feb 26 17:25:45.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libform.so.5.9" |
| 6279 | 2026-02-26T17:25:45.863Z | [ recovery-image] Feb 26 17:25:45.445 INFO O| Feb 26 17:25:45.445 INFO STEP 467 (remove_files) COMPLETE |
| 6280 | 2026-02-26T17:25:45.863Z | [ recovery-image] Feb 26 17:25:45.445 INFO O| Feb 26 17:25:45.445 INFO STEP 468: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6281 | 2026-02-26T17:25:45.888Z | [ recovery-image] Feb 26 17:25:45.463 INFO O| Feb 26 17:25:45.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libmenu.so.5.9" |
| 6282 | 2026-02-26T17:25:45.888Z | [ recovery-image] Feb 26 17:25:45.463 INFO O| Feb 26 17:25:45.463 INFO STEP 468 (remove_files) COMPLETE |
| 6283 | 2026-02-26T17:25:45.888Z | [ recovery-image] Feb 26 17:25:45.463 INFO O| Feb 26 17:25:45.463 INFO STEP 469: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6284 | 2026-02-26T17:25:45.913Z | [ recovery-image] Feb 26 17:25:45.482 INFO O| Feb 26 17:25:45.482 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/gnu/lib/libpanel.so.5.9" |
| 6285 | 2026-02-26T17:25:45.913Z | [ recovery-image] Feb 26 17:25:45.482 INFO O| Feb 26 17:25:45.482 INFO STEP 469 (remove_files) COMPLETE |
| 6286 | 2026-02-26T17:25:45.913Z | [ recovery-image] Feb 26 17:25:45.482 INFO O| Feb 26 17:25:45.482 INFO STEP 470: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6287 | 2026-02-26T17:25:45.913Z | [ recovery-image] Feb 26 17:25:45.500 INFO O| Feb 26 17:25:45.500 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ctags" |
| 6288 | 2026-02-26T17:25:45.913Z | [ recovery-image] Feb 26 17:25:45.500 INFO O| Feb 26 17:25:45.500 INFO STEP 470 (remove_files) COMPLETE |
| 6289 | 2026-02-26T17:25:45.913Z | [ recovery-image] Feb 26 17:25:45.500 INFO O| Feb 26 17:25:45.500 INFO STEP 471: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6290 | 2026-02-26T17:25:45.937Z | [ recovery-image] Feb 26 17:25:45.518 INFO O| Feb 26 17:25:45.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/edit" |
| 6291 | 2026-02-26T17:25:45.938Z | [ recovery-image] Feb 26 17:25:45.518 INFO O| Feb 26 17:25:45.518 INFO STEP 471 (remove_files) COMPLETE |
| 6292 | 2026-02-26T17:25:45.938Z | [ recovery-image] Feb 26 17:25:45.518 INFO O| Feb 26 17:25:45.518 INFO STEP 472: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6293 | 2026-02-26T17:25:45.962Z | [ recovery-image] Feb 26 17:25:45.535 INFO O| Feb 26 17:25:45.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/ex" |
| 6294 | 2026-02-26T17:25:45.962Z | [ recovery-image] Feb 26 17:25:45.535 INFO O| Feb 26 17:25:45.535 INFO STEP 472 (remove_files) COMPLETE |
| 6295 | 2026-02-26T17:25:45.962Z | [ recovery-image] Feb 26 17:25:45.535 INFO O| Feb 26 17:25:45.535 INFO STEP 473: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6296 | 2026-02-26T17:25:45.987Z | [ recovery-image] Feb 26 17:25:45.552 INFO O| Feb 26 17:25:45.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/pfsh" |
| 6297 | 2026-02-26T17:25:45.987Z | [ recovery-image] Feb 26 17:25:45.552 INFO O| Feb 26 17:25:45.552 INFO STEP 473 (remove_files) COMPLETE |
| 6298 | 2026-02-26T17:25:45.987Z | [ recovery-image] Feb 26 17:25:45.552 INFO O| Feb 26 17:25:45.552 INFO STEP 474: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6299 | 2026-02-26T17:25:45.987Z | [ recovery-image] Feb 26 17:25:45.568 INFO O| Feb 26 17:25:45.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/sh" |
| 6300 | 2026-02-26T17:25:45.987Z | [ recovery-image] Feb 26 17:25:45.568 INFO O| Feb 26 17:25:45.568 INFO STEP 474 (remove_files) COMPLETE |
| 6301 | 2026-02-26T17:25:45.987Z | [ recovery-image] Feb 26 17:25:45.568 INFO O| Feb 26 17:25:45.568 INFO STEP 475: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6302 | 2026-02-26T17:25:46.012Z | [ recovery-image] Feb 26 17:25:45.584 INFO O| Feb 26 17:25:45.584 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vedit" |
| 6303 | 2026-02-26T17:25:46.012Z | [ recovery-image] Feb 26 17:25:45.584 INFO O| Feb 26 17:25:45.584 INFO STEP 475 (remove_files) COMPLETE |
| 6304 | 2026-02-26T17:25:46.012Z | [ recovery-image] Feb 26 17:25:45.584 INFO O| Feb 26 17:25:45.584 INFO STEP 476: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6305 | 2026-02-26T17:25:46.012Z | [ recovery-image] Feb 26 17:25:45.598 INFO O| Feb 26 17:25:45.598 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/vi" |
| 6306 | 2026-02-26T17:25:46.012Z | [ recovery-image] Feb 26 17:25:45.598 INFO O| Feb 26 17:25:45.598 INFO STEP 476 (remove_files) COMPLETE |
| 6307 | 2026-02-26T17:25:46.012Z | [ recovery-image] Feb 26 17:25:45.598 INFO O| Feb 26 17:25:45.598 INFO STEP 477: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6308 | 2026-02-26T17:25:46.037Z | [ recovery-image] Feb 26 17:25:45.612 INFO O| Feb 26 17:25:45.612 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/has/bin/view" |
| 6309 | 2026-02-26T17:25:46.037Z | [ recovery-image] Feb 26 17:25:45.612 INFO O| Feb 26 17:25:45.612 INFO STEP 477 (remove_files) COMPLETE |
| 6310 | 2026-02-26T17:25:46.037Z | [ recovery-image] Feb 26 17:25:45.612 INFO O| Feb 26 17:25:45.612 INFO STEP 478: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6311 | 2026-02-26T17:25:46.062Z | [ recovery-image] Feb 26 17:25:45.629 INFO O| Feb 26 17:25:45.629 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/logindmux" |
| 6312 | 2026-02-26T17:25:46.062Z | [ recovery-image] Feb 26 17:25:45.629 INFO O| Feb 26 17:25:45.629 INFO STEP 478 (remove_files) COMPLETE |
| 6313 | 2026-02-26T17:25:46.062Z | [ recovery-image] Feb 26 17:25:45.629 INFO O| Feb 26 17:25:45.629 INFO STEP 479: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6314 | 2026-02-26T17:25:46.062Z | [ recovery-image] Feb 26 17:25:45.648 INFO O| Feb 26 17:25:45.648 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pool" |
| 6315 | 2026-02-26T17:25:46.062Z | [ recovery-image] Feb 26 17:25:45.649 INFO O| Feb 26 17:25:45.649 INFO STEP 479 (remove_files) COMPLETE |
| 6316 | 2026-02-26T17:25:46.062Z | [ recovery-image] Feb 26 17:25:45.649 INFO O| Feb 26 17:25:45.649 INFO STEP 480: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6317 | 2026-02-26T17:25:46.087Z | [ recovery-image] Feb 26 17:25:45.666 INFO O| Feb 26 17:25:45.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ppt" |
| 6318 | 2026-02-26T17:25:46.087Z | [ recovery-image] Feb 26 17:25:45.666 INFO O| Feb 26 17:25:45.666 INFO STEP 480 (remove_files) COMPLETE |
| 6319 | 2026-02-26T17:25:46.087Z | [ recovery-image] Feb 26 17:25:45.666 INFO O| Feb 26 17:25:45.666 INFO STEP 481: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6320 | 2026-02-26T17:25:46.111Z | [ recovery-image] Feb 26 17:25:45.685 INFO O| Feb 26 17:25:45.685 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/ptm" |
| 6321 | 2026-02-26T17:25:46.111Z | [ recovery-image] Feb 26 17:25:45.685 INFO O| Feb 26 17:25:45.685 INFO STEP 481 (remove_files) COMPLETE |
| 6322 | 2026-02-26T17:25:46.111Z | [ recovery-image] Feb 26 17:25:45.686 INFO O| Feb 26 17:25:45.685 INFO STEP 482: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6323 | 2026-02-26T17:25:46.136Z | [ recovery-image] Feb 26 17:25:45.705 INFO O| Feb 26 17:25:45.704 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/pts" |
| 6324 | 2026-02-26T17:25:46.136Z | [ recovery-image] Feb 26 17:25:45.705 INFO O| Feb 26 17:25:45.705 INFO STEP 482 (remove_files) COMPLETE |
| 6325 | 2026-02-26T17:25:46.136Z | [ recovery-image] Feb 26 17:25:45.705 INFO O| Feb 26 17:25:45.705 INFO STEP 483: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6326 | 2026-02-26T17:25:46.136Z | [ recovery-image] Feb 26 17:25:45.723 INFO O| Feb 26 17:25:45.723 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/vmm" |
| 6327 | 2026-02-26T17:25:46.136Z | [ recovery-image] Feb 26 17:25:45.723 INFO O| Feb 26 17:25:45.723 INFO STEP 483 (remove_files) COMPLETE |
| 6328 | 2026-02-26T17:25:46.136Z | [ recovery-image] Feb 26 17:25:45.723 INFO O| Feb 26 17:25:45.723 INFO STEP 484: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6329 | 2026-02-26T17:25:46.161Z | [ recovery-image] Feb 26 17:25:45.742 INFO O| Feb 26 17:25:45.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/amd64/zcons" |
| 6330 | 2026-02-26T17:25:46.161Z | [ recovery-image] Feb 26 17:25:45.742 INFO O| Feb 26 17:25:45.742 INFO STEP 484 (remove_files) COMPLETE |
| 6331 | 2026-02-26T17:25:46.161Z | [ recovery-image] Feb 26 17:25:45.742 INFO O| Feb 26 17:25:45.742 INFO STEP 485: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6332 | 2026-02-26T17:25:46.186Z | [ recovery-image] Feb 26 17:25:45.761 INFO O| Feb 26 17:25:45.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/fssnap.conf" |
| 6333 | 2026-02-26T17:25:46.186Z | [ recovery-image] Feb 26 17:25:45.761 INFO O| Feb 26 17:25:45.761 INFO STEP 485 (remove_files) COMPLETE |
| 6334 | 2026-02-26T17:25:46.186Z | [ recovery-image] Feb 26 17:25:45.761 INFO O| Feb 26 17:25:45.761 INFO STEP 486: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6335 | 2026-02-26T17:25:46.211Z | [ recovery-image] Feb 26 17:25:45.782 INFO O| Feb 26 17:25:45.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/logindmux.conf" |
| 6336 | 2026-02-26T17:25:46.211Z | [ recovery-image] Feb 26 17:25:45.782 INFO O| Feb 26 17:25:45.782 INFO STEP 486 (remove_files) COMPLETE |
| 6337 | 2026-02-26T17:25:46.211Z | [ recovery-image] Feb 26 17:25:45.782 INFO O| Feb 26 17:25:45.782 INFO STEP 487: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6338 | 2026-02-26T17:25:46.211Z | [ recovery-image] Feb 26 17:25:45.799 INFO O| Feb 26 17:25:45.799 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/nsmb.conf" |
| 6339 | 2026-02-26T17:25:46.211Z | [ recovery-image] Feb 26 17:25:45.799 INFO O| Feb 26 17:25:45.799 INFO STEP 487 (remove_files) COMPLETE |
| 6340 | 2026-02-26T17:25:46.236Z | [ recovery-image] Feb 26 17:25:45.799 INFO O| Feb 26 17:25:45.799 INFO STEP 488: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6341 | 2026-02-26T17:25:46.236Z | [ recovery-image] Feb 26 17:25:45.819 INFO O| Feb 26 17:25:45.819 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/pool.conf" |
| 6342 | 2026-02-26T17:25:46.236Z | [ recovery-image] Feb 26 17:25:45.819 INFO O| Feb 26 17:25:45.819 INFO STEP 488 (remove_files) COMPLETE |
| 6343 | 2026-02-26T17:25:46.236Z | [ recovery-image] Feb 26 17:25:45.819 INFO O| Feb 26 17:25:45.819 INFO STEP 489: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6344 | 2026-02-26T17:25:46.261Z | [ recovery-image] Feb 26 17:25:45.837 INFO O| Feb 26 17:25:45.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/ppt.conf" |
| 6345 | 2026-02-26T17:25:46.261Z | [ recovery-image] Feb 26 17:25:45.838 INFO O| Feb 26 17:25:45.838 INFO STEP 489 (remove_files) COMPLETE |
| 6346 | 2026-02-26T17:25:46.261Z | [ recovery-image] Feb 26 17:25:45.838 INFO O| Feb 26 17:25:45.838 INFO STEP 490: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6347 | 2026-02-26T17:25:46.288Z | [ recovery-image] Feb 26 17:25:45.861 INFO O| Feb 26 17:25:45.861 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/smbsrv.conf" |
| 6348 | 2026-02-26T17:25:46.288Z | [ recovery-image] Feb 26 17:25:45.861 INFO O| Feb 26 17:25:45.861 INFO STEP 490 (remove_files) COMPLETE |
| 6349 | 2026-02-26T17:25:46.288Z | [ recovery-image] Feb 26 17:25:45.861 INFO O| Feb 26 17:25:45.861 INFO STEP 491: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6350 | 2026-02-26T17:25:46.313Z | [ recovery-image] Feb 26 17:25:45.878 INFO O| Feb 26 17:25:45.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/viona.conf" |
| 6351 | 2026-02-26T17:25:46.313Z | [ recovery-image] Feb 26 17:25:45.878 INFO O| Feb 26 17:25:45.878 INFO STEP 491 (remove_files) COMPLETE |
| 6352 | 2026-02-26T17:25:46.313Z | [ recovery-image] Feb 26 17:25:45.878 INFO O| Feb 26 17:25:45.878 INFO STEP 492: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6353 | 2026-02-26T17:25:46.313Z | [ recovery-image] Feb 26 17:25:45.898 INFO O| Feb 26 17:25:45.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/drv/vmm.conf" |
| 6354 | 2026-02-26T17:25:46.313Z | [ recovery-image] Feb 26 17:25:45.899 INFO O| Feb 26 17:25:45.899 INFO STEP 492 (remove_files) COMPLETE |
| 6355 | 2026-02-26T17:25:46.314Z | [ recovery-image] Feb 26 17:25:45.899 INFO O| Feb 26 17:25:45.899 INFO STEP 493: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6356 | 2026-02-26T17:25:46.338Z | [ recovery-image] Feb 26 17:25:45.923 INFO O| Feb 26 17:25:45.923 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/javaexec" |
| 6357 | 2026-02-26T17:25:46.339Z | [ recovery-image] Feb 26 17:25:45.924 INFO O| Feb 26 17:25:45.924 INFO STEP 493 (remove_files) COMPLETE |
| 6358 | 2026-02-26T17:25:46.339Z | [ recovery-image] Feb 26 17:25:45.924 INFO O| Feb 26 17:25:45.924 INFO STEP 494: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6359 | 2026-02-26T17:25:46.375Z | [ recovery-image] Feb 26 17:25:45.963 INFO O| Feb 26 17:25:45.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/exec/amd64/shbinexec" |
| 6360 | 2026-02-26T17:25:46.375Z | [ recovery-image] Feb 26 17:25:45.963 INFO O| Feb 26 17:25:45.946 INFO STEP 494 (remove_files) COMPLETE |
| 6361 | 2026-02-26T17:25:46.400Z | [ recovery-image] Feb 26 17:25:45.963 INFO O| Feb 26 17:25:45.946 INFO STEP 495: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6362 | 2026-02-26T17:25:46.400Z | [ recovery-image] Feb 26 17:25:45.972 INFO O| Feb 26 17:25:45.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/pcfs" |
| 6363 | 2026-02-26T17:25:46.400Z | [ recovery-image] Feb 26 17:25:45.972 INFO O| Feb 26 17:25:45.964 INFO STEP 495 (remove_files) COMPLETE |
| 6364 | 2026-02-26T17:25:46.401Z | [ recovery-image] Feb 26 17:25:45.972 INFO O| Feb 26 17:25:45.964 INFO STEP 496: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6365 | 2026-02-26T17:25:46.401Z | [ recovery-image] Feb 26 17:25:45.980 INFO O| Feb 26 17:25:45.980 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/fs/amd64/smbfs" |
| 6366 | 2026-02-26T17:25:46.401Z | [ recovery-image] Feb 26 17:25:45.980 INFO O| Feb 26 17:25:45.980 INFO STEP 496 (remove_files) COMPLETE |
| 6367 | 2026-02-26T17:25:46.401Z | [ recovery-image] Feb 26 17:25:45.980 INFO O| Feb 26 17:25:45.980 INFO STEP 497: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6368 | 2026-02-26T17:25:46.425Z | [ recovery-image] Feb 26 17:25:45.998 INFO O| Feb 26 17:25:45.998 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/nsmb" |
| 6369 | 2026-02-26T17:25:46.425Z | [ recovery-image] Feb 26 17:25:45.998 INFO O| Feb 26 17:25:45.998 INFO STEP 497 (remove_files) COMPLETE |
| 6370 | 2026-02-26T17:25:46.425Z | [ recovery-image] Feb 26 17:25:45.998 INFO O| Feb 26 17:25:45.998 INFO STEP 498: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6371 | 2026-02-26T17:25:46.450Z | [ recovery-image] Feb 26 17:25:46.016 INFO O| Feb 26 17:25:46.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbfs" |
| 6372 | 2026-02-26T17:25:46.450Z | [ recovery-image] Feb 26 17:25:46.017 INFO O| Feb 26 17:25:46.016 INFO STEP 498 (remove_files) COMPLETE |
| 6373 | 2026-02-26T17:25:46.450Z | [ recovery-image] Feb 26 17:25:46.017 INFO O| Feb 26 17:25:46.017 INFO STEP 499: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6374 | 2026-02-26T17:25:46.450Z | [ recovery-image] Feb 26 17:25:46.035 INFO O| Feb 26 17:25:46.035 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/kmdb/amd64/smbsrv" |
| 6375 | 2026-02-26T17:25:46.450Z | [ recovery-image] Feb 26 17:25:46.035 INFO O| Feb 26 17:25:46.035 INFO STEP 499 (remove_files) COMPLETE |
| 6376 | 2026-02-26T17:25:46.450Z | [ recovery-image] Feb 26 17:25:46.035 INFO O| Feb 26 17:25:46.035 INFO STEP 500: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6377 | 2026-02-26T17:25:46.475Z | [ recovery-image] Feb 26 17:25:46.056 INFO O| Feb 26 17:25:46.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/misc/amd64/vmm_vtd" |
| 6378 | 2026-02-26T17:25:46.475Z | [ recovery-image] Feb 26 17:25:46.056 INFO O| Feb 26 17:25:46.056 INFO STEP 500 (remove_files) COMPLETE |
| 6379 | 2026-02-26T17:25:46.475Z | [ recovery-image] Feb 26 17:25:46.056 INFO O| Feb 26 17:25:46.056 INFO STEP 501: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6380 | 2026-02-26T17:25:46.499Z | [ recovery-image] Feb 26 17:25:46.078 INFO O| Feb 26 17:25:46.077 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.15" |
| 6381 | 2026-02-26T17:25:46.500Z | [ recovery-image] Feb 26 17:25:46.085 INFO O| Feb 26 17:25:46.085 INFO STEP 501 (remove_files) COMPLETE |
| 6382 | 2026-02-26T17:25:46.500Z | [ recovery-image] Feb 26 17:25:46.085 INFO O| Feb 26 17:25:46.085 INFO STEP 502: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6383 | 2026-02-26T17:25:46.524Z | [ recovery-image] Feb 26 17:25:46.099 INFO O| Feb 26 17:25:46.099 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/pcbe/amd64/pcbe.GenuineIntel.6.15" |
| 6384 | 2026-02-26T17:25:46.524Z | [ recovery-image] Feb 26 17:25:46.099 INFO O| Feb 26 17:25:46.099 INFO STEP 502 (remove_files) COMPLETE |
| 6385 | 2026-02-26T17:25:46.524Z | [ recovery-image] Feb 26 17:25:46.099 INFO O| Feb 26 17:25:46.099 INFO STEP 503: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6386 | 2026-02-26T17:25:46.525Z | [ recovery-image] Feb 26 17:25:46.112 INFO O| Feb 26 17:25:46.111 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/IA" |
| 6387 | 2026-02-26T17:25:46.525Z | [ recovery-image] Feb 26 17:25:46.112 INFO O| Feb 26 17:25:46.112 INFO STEP 503 (remove_files) COMPLETE |
| 6388 | 2026-02-26T17:25:46.525Z | [ recovery-image] Feb 26 17:25:46.112 INFO O| Feb 26 17:25:46.112 INFO STEP 504: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6389 | 2026-02-26T17:25:46.549Z | [ recovery-image] Feb 26 17:25:46.124 INFO O| Feb 26 17:25:46.124 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT" |
| 6390 | 2026-02-26T17:25:46.549Z | [ recovery-image] Feb 26 17:25:46.124 INFO O| Feb 26 17:25:46.124 INFO STEP 504 (remove_files) COMPLETE |
| 6391 | 2026-02-26T17:25:46.549Z | [ recovery-image] Feb 26 17:25:46.124 INFO O| Feb 26 17:25:46.124 INFO STEP 505: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6392 | 2026-02-26T17:25:46.574Z | [ recovery-image] Feb 26 17:25:46.138 INFO O| Feb 26 17:25:46.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sched/amd64/RT_DPTBL" |
| 6393 | 2026-02-26T17:25:46.574Z | [ recovery-image] Feb 26 17:25:46.138 INFO O| Feb 26 17:25:46.138 INFO STEP 505 (remove_files) COMPLETE |
| 6394 | 2026-02-26T17:25:46.574Z | [ recovery-image] Feb 26 17:25:46.138 INFO O| Feb 26 17:25:46.138 INFO STEP 506: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6395 | 2026-02-26T17:25:46.574Z | [ recovery-image] Feb 26 17:25:46.151 INFO O| Feb 26 17:25:46.151 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/cryptmod" |
| 6396 | 2026-02-26T17:25:46.574Z | [ recovery-image] Feb 26 17:25:46.151 INFO O| Feb 26 17:25:46.151 INFO STEP 506 (remove_files) COMPLETE |
| 6397 | 2026-02-26T17:25:46.574Z | [ recovery-image] Feb 26 17:25:46.151 INFO O| Feb 26 17:25:46.151 INFO STEP 507: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6398 | 2026-02-26T17:25:46.599Z | [ recovery-image] Feb 26 17:25:46.164 INFO O| Feb 26 17:25:46.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/rlmod" |
| 6399 | 2026-02-26T17:25:46.599Z | [ recovery-image] Feb 26 17:25:46.164 INFO O| Feb 26 17:25:46.164 INFO STEP 507 (remove_files) COMPLETE |
| 6400 | 2026-02-26T17:25:46.599Z | [ recovery-image] Feb 26 17:25:46.164 INFO O| Feb 26 17:25:46.164 INFO STEP 508: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6401 | 2026-02-26T17:25:46.599Z | [ recovery-image] Feb 26 17:25:46.177 INFO O| Feb 26 17:25:46.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/strmod/amd64/telmod" |
| 6402 | 2026-02-26T17:25:46.599Z | [ recovery-image] Feb 26 17:25:46.177 INFO O| Feb 26 17:25:46.177 INFO STEP 508 (remove_files) COMPLETE |
| 6403 | 2026-02-26T17:25:46.599Z | [ recovery-image] Feb 26 17:25:46.177 INFO O| Feb 26 17:25:46.177 INFO STEP 509: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6404 | 2026-02-26T17:25:46.624Z | [ recovery-image] Feb 26 17:25:46.191 INFO O| Feb 26 17:25:46.190 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/acctctl" |
| 6405 | 2026-02-26T17:25:46.624Z | [ recovery-image] Feb 26 17:25:46.191 INFO O| Feb 26 17:25:46.191 INFO STEP 509 (remove_files) COMPLETE |
| 6406 | 2026-02-26T17:25:46.624Z | [ recovery-image] Feb 26 17:25:46.191 INFO O| Feb 26 17:25:46.191 INFO STEP 510: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6407 | 2026-02-26T17:25:46.624Z | [ recovery-image] Feb 26 17:25:46.206 INFO O| Feb 26 17:25:46.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/exacctsys" |
| 6408 | 2026-02-26T17:25:46.624Z | [ recovery-image] Feb 26 17:25:46.206 INFO O| Feb 26 17:25:46.206 INFO STEP 510 (remove_files) COMPLETE |
| 6409 | 2026-02-26T17:25:46.624Z | [ recovery-image] Feb 26 17:25:46.206 INFO O| Feb 26 17:25:46.206 INFO STEP 511: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6410 | 2026-02-26T17:25:46.649Z | [ recovery-image] Feb 26 17:25:46.220 INFO O| Feb 26 17:25:46.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kernel/sys/amd64/sysacct" |
| 6411 | 2026-02-26T17:25:46.649Z | [ recovery-image] Feb 26 17:25:46.220 INFO O| Feb 26 17:25:46.220 INFO STEP 511 (remove_files) COMPLETE |
| 6412 | 2026-02-26T17:25:46.649Z | [ recovery-image] Feb 26 17:25:46.220 INFO O| Feb 26 17:25:46.220 INFO STEP 512: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6413 | 2026-02-26T17:25:46.649Z | [ recovery-image] Feb 26 17:25:46.234 INFO O| Feb 26 17:25:46.233 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/kvm/README" |
| 6414 | 2026-02-26T17:25:46.649Z | [ recovery-image] Feb 26 17:25:46.234 INFO O| Feb 26 17:25:46.234 INFO STEP 512 (remove_files) COMPLETE |
| 6415 | 2026-02-26T17:25:46.649Z | [ recovery-image] Feb 26 17:25:46.234 INFO O| Feb 26 17:25:46.234 INFO STEP 513: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6416 | 2026-02-26T17:25:46.674Z | [ recovery-image] Feb 26 17:25:46.248 INFO O| Feb 26 17:25:46.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2map" |
| 6417 | 2026-02-26T17:25:46.674Z | [ recovery-image] Feb 26 17:25:46.249 INFO O| Feb 26 17:25:46.249 INFO STEP 513 (remove_files) COMPLETE |
| 6418 | 2026-02-26T17:25:46.674Z | [ recovery-image] Feb 26 17:25:46.249 INFO O| Feb 26 17:25:46.249 INFO STEP 514: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6419 | 2026-02-26T17:25:46.699Z | [ recovery-image] Feb 26 17:25:46.282 INFO O| Feb 26 17:25:46.282 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/abi/spec2trace" |
| 6420 | 2026-02-26T17:25:46.699Z | [ recovery-image] Feb 26 17:25:46.282 INFO O| Feb 26 17:25:46.282 INFO STEP 514 (remove_files) COMPLETE |
| 6421 | 2026-02-26T17:25:46.699Z | [ recovery-image] Feb 26 17:25:46.282 INFO O| Feb 26 17:25:46.282 INFO STEP 515: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6422 | 2026-02-26T17:25:46.724Z | [ recovery-image] Feb 26 17:25:46.303 INFO O| Feb 26 17:25:46.303 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen" |
| 6423 | 2026-02-26T17:25:46.724Z | [ recovery-image] Feb 26 17:25:46.303 INFO O| Feb 26 17:25:46.303 INFO STEP 515 (remove_files) COMPLETE |
| 6424 | 2026-02-26T17:25:46.724Z | [ recovery-image] Feb 26 17:25:46.303 INFO O| Feb 26 17:25:46.303 INFO STEP 516: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6425 | 2026-02-26T17:25:46.755Z | [ recovery-image] Feb 26 17:25:46.322 INFO O| Feb 26 17:25:46.322 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen1" |
| 6426 | 2026-02-26T17:25:46.755Z | [ recovery-image] Feb 26 17:25:46.323 INFO O| Feb 26 17:25:46.323 INFO STEP 516 (remove_files) COMPLETE |
| 6427 | 2026-02-26T17:25:46.755Z | [ recovery-image] Feb 26 17:25:46.323 INFO O| Feb 26 17:25:46.323 INFO STEP 517: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6428 | 2026-02-26T17:25:46.755Z | [ recovery-image] Feb 26 17:25:46.338 INFO O| Feb 26 17:25:46.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen3" |
| 6429 | 2026-02-26T17:25:46.755Z | [ recovery-image] Feb 26 17:25:46.338 INFO O| Feb 26 17:25:46.338 INFO STEP 517 (remove_files) COMPLETE |
| 6430 | 2026-02-26T17:25:46.755Z | [ recovery-image] Feb 26 17:25:46.338 INFO O| Feb 26 17:25:46.338 INFO STEP 518: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6431 | 2026-02-26T17:25:46.780Z | [ recovery-image] Feb 26 17:25:46.354 INFO O| Feb 26 17:25:46.354 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbgen4" |
| 6432 | 2026-02-26T17:25:46.780Z | [ recovery-image] Feb 26 17:25:46.354 INFO O| Feb 26 17:25:46.354 INFO STEP 518 (remove_files) COMPLETE |
| 6433 | 2026-02-26T17:25:46.780Z | [ recovery-image] Feb 26 17:25:46.354 INFO O| Feb 26 17:25:46.354 INFO STEP 519: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6434 | 2026-02-26T17:25:46.805Z | [ recovery-image] Feb 26 17:25:46.370 INFO O| Feb 26 17:25:46.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/adbsub.o" |
| 6435 | 2026-02-26T17:25:46.805Z | [ recovery-image] Feb 26 17:25:46.371 INFO O| Feb 26 17:25:46.371 INFO STEP 519 (remove_files) COMPLETE |
| 6436 | 2026-02-26T17:25:46.805Z | [ recovery-image] Feb 26 17:25:46.371 INFO O| Feb 26 17:25:46.371 INFO STEP 520: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6437 | 2026-02-26T17:25:46.805Z | [ recovery-image] Feb 26 17:25:46.387 INFO O| Feb 26 17:25:46.387 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/adb/amd64/adbsub.o" |
| 6438 | 2026-02-26T17:25:46.805Z | [ recovery-image] Feb 26 17:25:46.387 INFO O| Feb 26 17:25:46.387 INFO STEP 520 (remove_files) COMPLETE |
| 6439 | 2026-02-26T17:25:46.805Z | [ recovery-image] Feb 26 17:25:46.387 INFO O| Feb 26 17:25:46.387 INFO STEP 521: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6440 | 2026-02-26T17:25:46.830Z | [ recovery-image] Feb 26 17:25:46.404 INFO O| Feb 26 17:25:46.404 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/0@0.so.1" |
| 6441 | 2026-02-26T17:25:46.830Z | [ recovery-image] Feb 26 17:25:46.405 INFO O| Feb 26 17:25:46.405 INFO STEP 521 (remove_files) COMPLETE |
| 6442 | 2026-02-26T17:25:46.830Z | [ recovery-image] Feb 26 17:25:46.405 INFO O| Feb 26 17:25:46.405 INFO STEP 522: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6443 | 2026-02-26T17:25:46.855Z | [ recovery-image] Feb 26 17:25:46.421 INFO O| Feb 26 17:25:46.421 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/Makefile.inc" |
| 6444 | 2026-02-26T17:25:46.855Z | [ recovery-image] Feb 26 17:25:46.422 INFO O| Feb 26 17:25:46.422 INFO STEP 522 (remove_files) COMPLETE |
| 6445 | 2026-02-26T17:25:46.855Z | [ recovery-image] Feb 26 17:25:46.422 INFO O| Feb 26 17:25:46.422 INFO STEP 523: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6446 | 2026-02-26T17:25:46.855Z | [ recovery-image] Feb 26 17:25:46.437 INFO O| Feb 26 17:25:46.437 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/accept" |
| 6447 | 2026-02-26T17:25:46.855Z | [ recovery-image] Feb 26 17:25:46.438 INFO O| Feb 26 17:25:46.437 INFO STEP 523 (remove_files) COMPLETE |
| 6448 | 2026-02-26T17:25:46.855Z | [ recovery-image] Feb 26 17:25:46.438 INFO O| Feb 26 17:25:46.438 INFO STEP 524: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6449 | 2026-02-26T17:25:46.880Z | [ recovery-image] Feb 26 17:25:46.453 INFO O| Feb 26 17:25:46.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/basename" |
| 6450 | 2026-02-26T17:25:46.880Z | [ recovery-image] Feb 26 17:25:46.453 INFO O| Feb 26 17:25:46.453 INFO STEP 524 (remove_files) COMPLETE |
| 6451 | 2026-02-26T17:25:46.880Z | [ recovery-image] Feb 26 17:25:46.453 INFO O| Feb 26 17:25:46.453 INFO STEP 525: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6452 | 2026-02-26T17:25:46.905Z | [ recovery-image] Feb 26 17:25:46.469 INFO O| Feb 26 17:25:46.469 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/csv" |
| 6453 | 2026-02-26T17:25:46.905Z | [ recovery-image] Feb 26 17:25:46.469 INFO O| Feb 26 17:25:46.469 INFO STEP 525 (remove_files) COMPLETE |
| 6454 | 2026-02-26T17:25:46.905Z | [ recovery-image] Feb 26 17:25:46.469 INFO O| Feb 26 17:25:46.469 INFO STEP 526: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6455 | 2026-02-26T17:25:46.905Z | [ recovery-image] Feb 26 17:25:46.484 INFO O| Feb 26 17:25:46.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/cut" |
| 6456 | 2026-02-26T17:25:46.905Z | [ recovery-image] Feb 26 17:25:46.484 INFO O| Feb 26 17:25:46.484 INFO STEP 526 (remove_files) COMPLETE |
| 6457 | 2026-02-26T17:25:46.905Z | [ recovery-image] Feb 26 17:25:46.484 INFO O| Feb 26 17:25:46.484 INFO STEP 527: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6458 | 2026-02-26T17:25:46.930Z | [ recovery-image] Feb 26 17:25:46.499 INFO O| Feb 26 17:25:46.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/dirname" |
| 6459 | 2026-02-26T17:25:46.930Z | [ recovery-image] Feb 26 17:25:46.499 INFO O| Feb 26 17:25:46.499 INFO STEP 527 (remove_files) COMPLETE |
| 6460 | 2026-02-26T17:25:46.931Z | [ recovery-image] Feb 26 17:25:46.499 INFO O| Feb 26 17:25:46.499 INFO STEP 528: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6461 | 2026-02-26T17:25:46.931Z | [ recovery-image] Feb 26 17:25:46.513 INFO O| Feb 26 17:25:46.513 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/fdflags" |
| 6462 | 2026-02-26T17:25:46.931Z | [ recovery-image] Feb 26 17:25:46.514 INFO O| Feb 26 17:25:46.513 INFO STEP 528 (remove_files) COMPLETE |
| 6463 | 2026-02-26T17:25:46.931Z | [ recovery-image] Feb 26 17:25:46.514 INFO O| Feb 26 17:25:46.514 INFO STEP 529: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6464 | 2026-02-26T17:25:46.955Z | [ recovery-image] Feb 26 17:25:46.528 INFO O| Feb 26 17:25:46.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/finfo" |
| 6465 | 2026-02-26T17:25:46.955Z | [ recovery-image] Feb 26 17:25:46.528 INFO O| Feb 26 17:25:46.528 INFO STEP 529 (remove_files) COMPLETE |
| 6466 | 2026-02-26T17:25:46.955Z | [ recovery-image] Feb 26 17:25:46.528 INFO O| Feb 26 17:25:46.528 INFO STEP 530: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6467 | 2026-02-26T17:25:46.955Z | [ recovery-image] Feb 26 17:25:46.543 INFO O| Feb 26 17:25:46.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/head" |
| 6468 | 2026-02-26T17:25:46.980Z | [ recovery-image] Feb 26 17:25:46.544 INFO O| Feb 26 17:25:46.543 INFO STEP 530 (remove_files) COMPLETE |
| 6469 | 2026-02-26T17:25:46.980Z | [ recovery-image] Feb 26 17:25:46.544 INFO O| Feb 26 17:25:46.543 INFO STEP 531: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6470 | 2026-02-26T17:25:46.980Z | [ recovery-image] Feb 26 17:25:46.558 INFO O| Feb 26 17:25:46.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/id" |
| 6471 | 2026-02-26T17:25:46.980Z | [ recovery-image] Feb 26 17:25:46.558 INFO O| Feb 26 17:25:46.558 INFO STEP 531 (remove_files) COMPLETE |
| 6472 | 2026-02-26T17:25:46.980Z | [ recovery-image] Feb 26 17:25:46.558 INFO O| Feb 26 17:25:46.558 INFO STEP 532: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6473 | 2026-02-26T17:25:47.006Z | [ recovery-image] Feb 26 17:25:46.572 INFO O| Feb 26 17:25:46.572 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/ln" |
| 6474 | 2026-02-26T17:25:47.006Z | [ recovery-image] Feb 26 17:25:46.572 INFO O| Feb 26 17:25:46.572 INFO STEP 532 (remove_files) COMPLETE |
| 6475 | 2026-02-26T17:25:47.006Z | [ recovery-image] Feb 26 17:25:46.572 INFO O| Feb 26 17:25:46.572 INFO STEP 533: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6476 | 2026-02-26T17:25:47.006Z | [ recovery-image] Feb 26 17:25:46.587 INFO O| Feb 26 17:25:46.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/loadables.h" |
| 6477 | 2026-02-26T17:25:47.006Z | [ recovery-image] Feb 26 17:25:46.587 INFO O| Feb 26 17:25:46.587 INFO STEP 533 (remove_files) COMPLETE |
| 6478 | 2026-02-26T17:25:47.006Z | [ recovery-image] Feb 26 17:25:46.587 INFO O| Feb 26 17:25:46.587 INFO STEP 534: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6479 | 2026-02-26T17:25:47.031Z | [ recovery-image] Feb 26 17:25:46.602 INFO O| Feb 26 17:25:46.602 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/logname" |
| 6480 | 2026-02-26T17:25:47.031Z | [ recovery-image] Feb 26 17:25:46.602 INFO O| Feb 26 17:25:46.602 INFO STEP 534 (remove_files) COMPLETE |
| 6481 | 2026-02-26T17:25:47.031Z | [ recovery-image] Feb 26 17:25:46.602 INFO O| Feb 26 17:25:46.602 INFO STEP 535: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6482 | 2026-02-26T17:25:47.056Z | [ recovery-image] Feb 26 17:25:46.620 INFO O| Feb 26 17:25:46.620 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkdir" |
| 6483 | 2026-02-26T17:25:47.056Z | [ recovery-image] Feb 26 17:25:46.620 INFO O| Feb 26 17:25:46.620 INFO STEP 535 (remove_files) COMPLETE |
| 6484 | 2026-02-26T17:25:47.056Z | [ recovery-image] Feb 26 17:25:46.620 INFO O| Feb 26 17:25:46.620 INFO STEP 536: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6485 | 2026-02-26T17:25:47.056Z | [ recovery-image] Feb 26 17:25:46.640 INFO O| Feb 26 17:25:46.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mkfifo" |
| 6486 | 2026-02-26T17:25:47.056Z | [ recovery-image] Feb 26 17:25:46.640 INFO O| Feb 26 17:25:46.640 INFO STEP 536 (remove_files) COMPLETE |
| 6487 | 2026-02-26T17:25:47.056Z | [ recovery-image] Feb 26 17:25:46.640 INFO O| Feb 26 17:25:46.640 INFO STEP 537: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6488 | 2026-02-26T17:25:47.081Z | [ recovery-image] Feb 26 17:25:46.658 INFO O| Feb 26 17:25:46.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mktemp" |
| 6489 | 2026-02-26T17:25:47.081Z | [ recovery-image] Feb 26 17:25:46.658 INFO O| Feb 26 17:25:46.658 INFO STEP 537 (remove_files) COMPLETE |
| 6490 | 2026-02-26T17:25:47.081Z | [ recovery-image] Feb 26 17:25:46.658 INFO O| Feb 26 17:25:46.658 INFO STEP 538: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6491 | 2026-02-26T17:25:47.107Z | [ recovery-image] Feb 26 17:25:46.674 INFO O| Feb 26 17:25:46.674 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/mypid" |
| 6492 | 2026-02-26T17:25:47.107Z | [ recovery-image] Feb 26 17:25:46.674 INFO O| Feb 26 17:25:46.674 INFO STEP 538 (remove_files) COMPLETE |
| 6493 | 2026-02-26T17:25:47.107Z | [ recovery-image] Feb 26 17:25:46.674 INFO O| Feb 26 17:25:46.674 INFO STEP 539: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6494 | 2026-02-26T17:25:47.107Z | [ recovery-image] Feb 26 17:25:46.694 INFO O| Feb 26 17:25:46.694 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/pathchk" |
| 6495 | 2026-02-26T17:25:47.107Z | [ recovery-image] Feb 26 17:25:46.694 INFO O| Feb 26 17:25:46.694 INFO STEP 539 (remove_files) COMPLETE |
| 6496 | 2026-02-26T17:25:47.107Z | [ recovery-image] Feb 26 17:25:46.694 INFO O| Feb 26 17:25:46.694 INFO STEP 540: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6497 | 2026-02-26T17:25:47.131Z | [ recovery-image] Feb 26 17:25:46.715 INFO O| Feb 26 17:25:46.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/print" |
| 6498 | 2026-02-26T17:25:47.131Z | [ recovery-image] Feb 26 17:25:46.715 INFO O| Feb 26 17:25:46.715 INFO STEP 540 (remove_files) COMPLETE |
| 6499 | 2026-02-26T17:25:47.131Z | [ recovery-image] Feb 26 17:25:46.715 INFO O| Feb 26 17:25:46.715 INFO STEP 541: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6500 | 2026-02-26T17:25:47.156Z | [ recovery-image] Feb 26 17:25:46.735 INFO O| Feb 26 17:25:46.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/printenv" |
| 6501 | 2026-02-26T17:25:47.156Z | [ recovery-image] Feb 26 17:25:46.735 INFO O| Feb 26 17:25:46.735 INFO STEP 541 (remove_files) COMPLETE |
| 6502 | 2026-02-26T17:25:47.156Z | [ recovery-image] Feb 26 17:25:46.735 INFO O| Feb 26 17:25:46.735 INFO STEP 542: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6503 | 2026-02-26T17:25:47.181Z | [ recovery-image] Feb 26 17:25:46.752 INFO O| Feb 26 17:25:46.752 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/push" |
| 6504 | 2026-02-26T17:25:47.181Z | [ recovery-image] Feb 26 17:25:46.752 INFO O| Feb 26 17:25:46.752 INFO STEP 542 (remove_files) COMPLETE |
| 6505 | 2026-02-26T17:25:47.181Z | [ recovery-image] Feb 26 17:25:46.752 INFO O| Feb 26 17:25:46.752 INFO STEP 543: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6506 | 2026-02-26T17:25:47.206Z | [ recovery-image] Feb 26 17:25:46.771 INFO O| Feb 26 17:25:46.771 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/realpath" |
| 6507 | 2026-02-26T17:25:47.206Z | [ recovery-image] Feb 26 17:25:46.771 INFO O| Feb 26 17:25:46.771 INFO STEP 543 (remove_files) COMPLETE |
| 6508 | 2026-02-26T17:25:47.206Z | [ recovery-image] Feb 26 17:25:46.771 INFO O| Feb 26 17:25:46.771 INFO STEP 544: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6509 | 2026-02-26T17:25:47.206Z | [ recovery-image] Feb 26 17:25:46.787 INFO O| Feb 26 17:25:46.787 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rm" |
| 6510 | 2026-02-26T17:25:47.206Z | [ recovery-image] Feb 26 17:25:46.787 INFO O| Feb 26 17:25:46.787 INFO STEP 544 (remove_files) COMPLETE |
| 6511 | 2026-02-26T17:25:47.206Z | [ recovery-image] Feb 26 17:25:46.787 INFO O| Feb 26 17:25:46.787 INFO STEP 545: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6512 | 2026-02-26T17:25:47.231Z | [ recovery-image] Feb 26 17:25:46.802 INFO O| Feb 26 17:25:46.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/rmdir" |
| 6513 | 2026-02-26T17:25:47.231Z | [ recovery-image] Feb 26 17:25:46.802 INFO O| Feb 26 17:25:46.802 INFO STEP 545 (remove_files) COMPLETE |
| 6514 | 2026-02-26T17:25:47.231Z | [ recovery-image] Feb 26 17:25:46.802 INFO O| Feb 26 17:25:46.802 INFO STEP 546: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6515 | 2026-02-26T17:25:47.231Z | [ recovery-image] Feb 26 17:25:46.816 INFO O| Feb 26 17:25:46.816 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/seq" |
| 6516 | 2026-02-26T17:25:47.231Z | [ recovery-image] Feb 26 17:25:46.816 INFO O| Feb 26 17:25:46.816 INFO STEP 546 (remove_files) COMPLETE |
| 6517 | 2026-02-26T17:25:47.231Z | [ recovery-image] Feb 26 17:25:46.816 INFO O| Feb 26 17:25:46.816 INFO STEP 547: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6518 | 2026-02-26T17:25:47.256Z | [ recovery-image] Feb 26 17:25:46.830 INFO O| Feb 26 17:25:46.829 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/setpgid" |
| 6519 | 2026-02-26T17:25:47.256Z | [ recovery-image] Feb 26 17:25:46.830 INFO O| Feb 26 17:25:46.830 INFO STEP 547 (remove_files) COMPLETE |
| 6520 | 2026-02-26T17:25:47.256Z | [ recovery-image] Feb 26 17:25:46.830 INFO O| Feb 26 17:25:46.830 INFO STEP 548: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6521 | 2026-02-26T17:25:47.256Z | [ recovery-image] Feb 26 17:25:46.844 INFO O| Feb 26 17:25:46.843 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sleep" |
| 6522 | 2026-02-26T17:25:47.256Z | [ recovery-image] Feb 26 17:25:46.844 INFO O| Feb 26 17:25:46.844 INFO STEP 548 (remove_files) COMPLETE |
| 6523 | 2026-02-26T17:25:47.256Z | [ recovery-image] Feb 26 17:25:46.844 INFO O| Feb 26 17:25:46.844 INFO STEP 549: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6524 | 2026-02-26T17:25:47.281Z | [ recovery-image] Feb 26 17:25:46.858 INFO O| Feb 26 17:25:46.858 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/strftime" |
| 6525 | 2026-02-26T17:25:47.281Z | [ recovery-image] Feb 26 17:25:46.859 INFO O| Feb 26 17:25:46.859 INFO STEP 549 (remove_files) COMPLETE |
| 6526 | 2026-02-26T17:25:47.281Z | [ recovery-image] Feb 26 17:25:46.859 INFO O| Feb 26 17:25:46.859 INFO STEP 550: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6527 | 2026-02-26T17:25:47.306Z | [ recovery-image] Feb 26 17:25:46.881 INFO O| Feb 26 17:25:46.881 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/sync" |
| 6528 | 2026-02-26T17:25:47.306Z | [ recovery-image] Feb 26 17:25:46.881 INFO O| Feb 26 17:25:46.881 INFO STEP 550 (remove_files) COMPLETE |
| 6529 | 2026-02-26T17:25:47.306Z | [ recovery-image] Feb 26 17:25:46.881 INFO O| Feb 26 17:25:46.881 INFO STEP 551: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6530 | 2026-02-26T17:25:47.330Z | [ recovery-image] Feb 26 17:25:46.898 INFO O| Feb 26 17:25:46.898 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tee" |
| 6531 | 2026-02-26T17:25:47.331Z | [ recovery-image] Feb 26 17:25:46.898 INFO O| Feb 26 17:25:46.898 INFO STEP 551 (remove_files) COMPLETE |
| 6532 | 2026-02-26T17:25:47.331Z | [ recovery-image] Feb 26 17:25:46.899 INFO O| Feb 26 17:25:46.898 INFO STEP 552: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6533 | 2026-02-26T17:25:47.331Z | [ recovery-image] Feb 26 17:25:46.916 INFO O| Feb 26 17:25:46.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/truefalse" |
| 6534 | 2026-02-26T17:25:47.331Z | [ recovery-image] Feb 26 17:25:46.916 INFO O| Feb 26 17:25:46.916 INFO STEP 552 (remove_files) COMPLETE |
| 6535 | 2026-02-26T17:25:47.331Z | [ recovery-image] Feb 26 17:25:46.916 INFO O| Feb 26 17:25:46.916 INFO STEP 553: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6536 | 2026-02-26T17:25:47.355Z | [ recovery-image] Feb 26 17:25:46.932 INFO O| Feb 26 17:25:46.932 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/tty" |
| 6537 | 2026-02-26T17:25:47.355Z | [ recovery-image] Feb 26 17:25:46.933 INFO O| Feb 26 17:25:46.933 INFO STEP 553 (remove_files) COMPLETE |
| 6538 | 2026-02-26T17:25:47.355Z | [ recovery-image] Feb 26 17:25:46.933 INFO O| Feb 26 17:25:46.933 INFO STEP 554: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6539 | 2026-02-26T17:25:47.381Z | [ recovery-image] Feb 26 17:25:46.949 INFO O| Feb 26 17:25:46.949 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/uname" |
| 6540 | 2026-02-26T17:25:47.381Z | [ recovery-image] Feb 26 17:25:46.949 INFO O| Feb 26 17:25:46.949 INFO STEP 554 (remove_files) COMPLETE |
| 6541 | 2026-02-26T17:25:47.381Z | [ recovery-image] Feb 26 17:25:46.949 INFO O| Feb 26 17:25:46.949 INFO STEP 555: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6542 | 2026-02-26T17:25:47.381Z | [ recovery-image] Feb 26 17:25:46.967 INFO O| Feb 26 17:25:46.967 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/unlink" |
| 6543 | 2026-02-26T17:25:47.381Z | [ recovery-image] Feb 26 17:25:46.968 INFO O| Feb 26 17:25:46.968 INFO STEP 555 (remove_files) COMPLETE |
| 6544 | 2026-02-26T17:25:47.381Z | [ recovery-image] Feb 26 17:25:46.968 INFO O| Feb 26 17:25:46.968 INFO STEP 556: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6545 | 2026-02-26T17:25:47.405Z | [ recovery-image] Feb 26 17:25:46.985 INFO O| Feb 26 17:25:46.985 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/bash/whoami" |
| 6546 | 2026-02-26T17:25:47.405Z | [ recovery-image] Feb 26 17:25:46.985 INFO O| Feb 26 17:25:46.985 INFO STEP 556 (remove_files) COMPLETE |
| 6547 | 2026-02-26T17:25:47.405Z | [ recovery-image] Feb 26 17:25:46.985 INFO O| Feb 26 17:25:46.985 INFO STEP 557: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6548 | 2026-02-26T17:25:47.430Z | [ recovery-image] Feb 26 17:25:47.003 INFO O| Feb 26 17:25:47.002 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/cmake/libxml2/libxml2-config.cmake" |
| 6549 | 2026-02-26T17:25:47.430Z | [ recovery-image] Feb 26 17:25:47.003 INFO O| Feb 26 17:25:47.003 INFO STEP 557 (remove_files) COMPLETE |
| 6550 | 2026-02-26T17:25:47.430Z | [ recovery-image] Feb 26 17:25:47.003 INFO O| Feb 26 17:25:47.003 INFO STEP 558: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6551 | 2026-02-26T17:25:47.456Z | [ recovery-image] Feb 26 17:25:47.019 INFO O| Feb 26 17:25:47.019 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6552 | 2026-02-26T17:25:47.456Z | [ recovery-image] Feb 26 17:25:47.020 INFO O| Feb 26 17:25:47.020 INFO STEP 558 (remove_files) COMPLETE |
| 6553 | 2026-02-26T17:25:47.456Z | [ recovery-image] Feb 26 17:25:47.020 INFO O| Feb 26 17:25:47.020 INFO STEP 559: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6554 | 2026-02-26T17:25:47.456Z | [ recovery-image] Feb 26 17:25:47.036 INFO O| Feb 26 17:25:47.036 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/getloginx.so.1" |
| 6555 | 2026-02-26T17:25:47.456Z | [ recovery-image] Feb 26 17:25:47.036 INFO O| Feb 26 17:25:47.036 INFO STEP 559 (remove_files) COMPLETE |
| 6556 | 2026-02-26T17:25:47.456Z | [ recovery-image] Feb 26 17:25:47.036 INFO O| Feb 26 17:25:47.036 INFO STEP 560: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6557 | 2026-02-26T17:25:47.481Z | [ recovery-image] Feb 26 17:25:47.053 INFO O| Feb 26 17:25:47.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh1024-0.so.1" |
| 6558 | 2026-02-26T17:25:47.481Z | [ recovery-image] Feb 26 17:25:47.054 INFO O| Feb 26 17:25:47.054 INFO STEP 560 (remove_files) COMPLETE |
| 6559 | 2026-02-26T17:25:47.481Z | [ recovery-image] Feb 26 17:25:47.054 INFO O| Feb 26 17:25:47.054 INFO STEP 561: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6560 | 2026-02-26T17:25:47.506Z | [ recovery-image] Feb 26 17:25:47.073 INFO O| Feb 26 17:25:47.072 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/dh640-0.so.1" |
| 6561 | 2026-02-26T17:25:47.506Z | [ recovery-image] Feb 26 17:25:47.073 INFO O| Feb 26 17:25:47.073 INFO STEP 561 (remove_files) COMPLETE |
| 6562 | 2026-02-26T17:25:47.506Z | [ recovery-image] Feb 26 17:25:47.073 INFO O| Feb 26 17:25:47.073 INFO STEP 562: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6563 | 2026-02-26T17:25:47.506Z | [ recovery-image] Feb 26 17:25:47.090 INFO O| Feb 26 17:25:47.090 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_dh.so.1" |
| 6564 | 2026-02-26T17:25:47.506Z | [ recovery-image] Feb 26 17:25:47.090 INFO O| Feb 26 17:25:47.090 INFO STEP 562 (remove_files) COMPLETE |
| 6565 | 2026-02-26T17:25:47.506Z | [ recovery-image] Feb 26 17:25:47.090 INFO O| Feb 26 17:25:47.090 INFO STEP 563: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6566 | 2026-02-26T17:25:47.531Z | [ recovery-image] Feb 26 17:25:47.106 INFO O| Feb 26 17:25:47.106 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/gss/mech_spnego.so.1" |
| 6567 | 2026-02-26T17:25:47.531Z | [ recovery-image] Feb 26 17:25:47.107 INFO O| Feb 26 17:25:47.107 INFO STEP 563 (remove_files) COMPLETE |
| 6568 | 2026-02-26T17:25:47.531Z | [ recovery-image] Feb 26 17:25:47.107 INFO O| Feb 26 17:25:47.107 INFO STEP 564: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6569 | 2026-02-26T17:25:47.556Z | [ recovery-image] Feb 26 17:25:47.122 INFO O| Feb 26 17:25:47.122 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lddstub" |
| 6570 | 2026-02-26T17:25:47.556Z | [ recovery-image] Feb 26 17:25:47.123 INFO O| Feb 26 17:25:47.123 INFO STEP 564 (remove_files) COMPLETE |
| 6571 | 2026-02-26T17:25:47.556Z | [ recovery-image] Feb 26 17:25:47.123 INFO O| Feb 26 17:25:47.123 INFO STEP 565: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6572 | 2026-02-26T17:25:47.556Z | [ recovery-image] Feb 26 17:25:47.143 INFO O| Feb 26 17:25:47.143 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/lib9p.so.1" |
| 6573 | 2026-02-26T17:25:47.556Z | [ recovery-image] Feb 26 17:25:47.143 INFO O| Feb 26 17:25:47.143 INFO STEP 565 (remove_files) COMPLETE |
| 6574 | 2026-02-26T17:25:47.556Z | [ recovery-image] Feb 26 17:25:47.143 INFO O| Feb 26 17:25:47.143 INFO STEP 566: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6575 | 2026-02-26T17:25:47.599Z | [ recovery-image] Feb 26 17:25:47.186 INFO O| Feb 26 17:25:47.166 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libads.so.1" |
| 6576 | 2026-02-26T17:25:47.599Z | [ recovery-image] Feb 26 17:25:47.186 INFO O| Feb 26 17:25:47.166 INFO STEP 566 (remove_files) COMPLETE |
| 6577 | 2026-02-26T17:25:47.599Z | [ recovery-image] Feb 26 17:25:47.186 INFO O| Feb 26 17:25:47.166 INFO STEP 567: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6578 | 2026-02-26T17:25:47.624Z | [ recovery-image] Feb 26 17:25:47.186 INFO O| Feb 26 17:25:47.183 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libadutils.so.1" |
| 6579 | 2026-02-26T17:25:47.624Z | [ recovery-image] Feb 26 17:25:47.186 INFO O| Feb 26 17:25:47.183 INFO STEP 567 (remove_files) COMPLETE |
| 6580 | 2026-02-26T17:25:47.624Z | [ recovery-image] Feb 26 17:25:47.186 INFO O| Feb 26 17:25:47.183 INFO STEP 568: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6581 | 2026-02-26T17:25:47.624Z | [ recovery-image] Feb 26 17:25:47.201 INFO O| Feb 26 17:25:47.200 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbe.so.1" |
| 6582 | 2026-02-26T17:25:47.624Z | [ recovery-image] Feb 26 17:25:47.201 INFO O| Feb 26 17:25:47.201 INFO STEP 568 (remove_files) COMPLETE |
| 6583 | 2026-02-26T17:25:47.624Z | [ recovery-image] Feb 26 17:25:47.201 INFO O| Feb 26 17:25:47.201 INFO STEP 569: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6584 | 2026-02-26T17:25:47.649Z | [ recovery-image] Feb 26 17:25:47.216 INFO O| Feb 26 17:25:47.216 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrand.so.1" |
| 6585 | 2026-02-26T17:25:47.649Z | [ recovery-image] Feb 26 17:25:47.217 INFO O| Feb 26 17:25:47.216 INFO STEP 569 (remove_files) COMPLETE |
| 6586 | 2026-02-26T17:25:47.649Z | [ recovery-image] Feb 26 17:25:47.217 INFO O| Feb 26 17:25:47.216 INFO STEP 570: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6587 | 2026-02-26T17:25:47.674Z | [ recovery-image] Feb 26 17:25:47.240 INFO O| Feb 26 17:25:47.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlicommon.so.1.0.9" |
| 6588 | 2026-02-26T17:25:47.674Z | [ recovery-image] Feb 26 17:25:47.240 INFO O| Feb 26 17:25:47.240 INFO STEP 570 (remove_files) COMPLETE |
| 6589 | 2026-02-26T17:25:47.674Z | [ recovery-image] Feb 26 17:25:47.240 INFO O| Feb 26 17:25:47.240 INFO STEP 571: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6590 | 2026-02-26T17:25:47.674Z | [ recovery-image] Feb 26 17:25:47.253 INFO O| Feb 26 17:25:47.253 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlidec.so.1.0.9" |
| 6591 | 2026-02-26T17:25:47.674Z | [ recovery-image] Feb 26 17:25:47.254 INFO O| Feb 26 17:25:47.253 INFO STEP 571 (remove_files) COMPLETE |
| 6592 | 2026-02-26T17:25:47.674Z | [ recovery-image] Feb 26 17:25:47.254 INFO O| Feb 26 17:25:47.253 INFO STEP 572: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6593 | 2026-02-26T17:25:47.699Z | [ recovery-image] Feb 26 17:25:47.266 INFO O| Feb 26 17:25:47.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbrotlienc.so.1.0.9" |
| 6594 | 2026-02-26T17:25:47.699Z | [ recovery-image] Feb 26 17:25:47.266 INFO O| Feb 26 17:25:47.266 INFO STEP 572 (remove_files) COMPLETE |
| 6595 | 2026-02-26T17:25:47.699Z | [ recovery-image] Feb 26 17:25:47.266 INFO O| Feb 26 17:25:47.266 INFO STEP 573: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6596 | 2026-02-26T17:25:47.699Z | [ recovery-image] Feb 26 17:25:47.279 INFO O| Feb 26 17:25:47.279 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbsdmalloc.so.1" |
| 6597 | 2026-02-26T17:25:47.699Z | [ recovery-image] Feb 26 17:25:47.279 INFO O| Feb 26 17:25:47.279 INFO STEP 573 (remove_files) COMPLETE |
| 6598 | 2026-02-26T17:25:47.699Z | [ recovery-image] Feb 26 17:25:47.279 INFO O| Feb 26 17:25:47.279 INFO STEP 574: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6599 | 2026-02-26T17:25:47.724Z | [ recovery-image] Feb 26 17:25:47.290 INFO O| Feb 26 17:25:47.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libbz2.so.1.0.8" |
| 6600 | 2026-02-26T17:25:47.724Z | [ recovery-image] Feb 26 17:25:47.291 INFO O| Feb 26 17:25:47.290 INFO STEP 574 (remove_files) COMPLETE |
| 6601 | 2026-02-26T17:25:47.724Z | [ recovery-image] Feb 26 17:25:47.291 INFO O| Feb 26 17:25:47.290 INFO STEP 575: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6602 | 2026-02-26T17:25:47.724Z | [ recovery-image] Feb 26 17:25:47.302 INFO O| Feb 26 17:25:47.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcommputil.so.1" |
| 6603 | 2026-02-26T17:25:47.724Z | [ recovery-image] Feb 26 17:25:47.302 INFO O| Feb 26 17:25:47.302 INFO STEP 575 (remove_files) COMPLETE |
| 6604 | 2026-02-26T17:25:47.724Z | [ recovery-image] Feb 26 17:25:47.302 INFO O| Feb 26 17:25:47.302 INFO STEP 576: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6605 | 2026-02-26T17:25:47.749Z | [ recovery-image] Feb 26 17:25:47.314 INFO O| Feb 26 17:25:47.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcpc.so.1" |
| 6606 | 2026-02-26T17:25:47.750Z | [ recovery-image] Feb 26 17:25:47.314 INFO O| Feb 26 17:25:47.314 INFO STEP 576 (remove_files) COMPLETE |
| 6607 | 2026-02-26T17:25:47.750Z | [ recovery-image] Feb 26 17:25:47.314 INFO O| Feb 26 17:25:47.314 INFO STEP 577: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6608 | 2026-02-26T17:25:47.750Z | [ recovery-image] Feb 26 17:25:47.326 INFO O| Feb 26 17:25:47.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrle.so.1" |
| 6609 | 2026-02-26T17:25:47.750Z | [ recovery-image] Feb 26 17:25:47.326 INFO O| Feb 26 17:25:47.326 INFO STEP 577 (remove_files) COMPLETE |
| 6610 | 2026-02-26T17:25:47.750Z | [ recovery-image] Feb 26 17:25:47.326 INFO O| Feb 26 17:25:47.326 INFO STEP 578: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6611 | 2026-02-26T17:25:47.775Z | [ recovery-image] Feb 26 17:25:47.338 INFO O| Feb 26 17:25:47.338 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcrypt.so.1" |
| 6612 | 2026-02-26T17:25:47.775Z | [ recovery-image] Feb 26 17:25:47.339 INFO O| Feb 26 17:25:47.338 INFO STEP 578 (remove_files) COMPLETE |
| 6613 | 2026-02-26T17:25:47.775Z | [ recovery-image] Feb 26 17:25:47.339 INFO O| Feb 26 17:25:47.338 INFO STEP 579: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6614 | 2026-02-26T17:25:47.775Z | [ recovery-image] Feb 26 17:25:47.350 INFO O| Feb 26 17:25:47.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libcurl.so.4.8.0" |
| 6615 | 2026-02-26T17:25:47.775Z | [ recovery-image] Feb 26 17:25:47.350 INFO O| Feb 26 17:25:47.350 INFO STEP 579 (remove_files) COMPLETE |
| 6616 | 2026-02-26T17:25:47.775Z | [ recovery-image] Feb 26 17:25:47.350 INFO O| Feb 26 17:25:47.350 INFO STEP 580: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6617 | 2026-02-26T17:25:47.775Z | [ recovery-image] Feb 26 17:25:47.362 INFO O| Feb 26 17:25:47.362 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdemangle-sys.so.1" |
| 6618 | 2026-02-26T17:25:47.775Z | [ recovery-image] Feb 26 17:25:47.363 INFO O| Feb 26 17:25:47.363 INFO STEP 580 (remove_files) COMPLETE |
| 6619 | 2026-02-26T17:25:47.775Z | [ recovery-image] Feb 26 17:25:47.363 INFO O| Feb 26 17:25:47.363 INFO STEP 581: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6620 | 2026-02-26T17:25:47.800Z | [ recovery-image] Feb 26 17:25:47.375 INFO O| Feb 26 17:25:47.375 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdll.so.1" |
| 6621 | 2026-02-26T17:25:47.801Z | [ recovery-image] Feb 26 17:25:47.375 INFO O| Feb 26 17:25:47.375 INFO STEP 581 (remove_files) COMPLETE |
| 6622 | 2026-02-26T17:25:47.801Z | [ recovery-image] Feb 26 17:25:47.375 INFO O| Feb 26 17:25:47.375 INFO STEP 582: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6623 | 2026-02-26T17:25:47.825Z | [ recovery-image] Feb 26 17:25:47.388 INFO O| Feb 26 17:25:47.388 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libdtrace_jni.so.1" |
| 6624 | 2026-02-26T17:25:47.826Z | [ recovery-image] Feb 26 17:25:47.399 INFO O| Feb 26 17:25:47.399 INFO STEP 582 (remove_files) COMPLETE |
| 6625 | 2026-02-26T17:25:47.826Z | [ recovery-image] Feb 26 17:25:47.399 INFO O| Feb 26 17:25:47.399 INFO STEP 583: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6626 | 2026-02-26T17:25:47.905Z | [ recovery-image] Feb 26 17:25:47.415 INFO O| Feb 26 17:25:47.415 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libform.so.1" |
| 6627 | 2026-02-26T17:25:47.905Z | [ recovery-image] Feb 26 17:25:47.415 INFO O| Feb 26 17:25:47.415 INFO STEP 583 (remove_files) COMPLETE |
| 6628 | 2026-02-26T17:25:47.905Z | [ recovery-image] Feb 26 17:25:47.415 INFO O| Feb 26 17:25:47.415 INFO STEP 584: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6629 | 2026-02-26T17:25:47.905Z | [ recovery-image] Feb 26 17:25:47.430 INFO O| Feb 26 17:25:47.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libfstyp.so.1" |
| 6630 | 2026-02-26T17:25:47.905Z | [ recovery-image] Feb 26 17:25:47.430 INFO O| Feb 26 17:25:47.430 INFO STEP 584 (remove_files) COMPLETE |
| 6631 | 2026-02-26T17:25:47.906Z | [ recovery-image] Feb 26 17:25:47.430 INFO O| Feb 26 17:25:47.430 INFO STEP 585: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6632 | 2026-02-26T17:25:47.906Z | [ recovery-image] Feb 26 17:25:47.444 INFO O| Feb 26 17:25:47.444 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libidspace.so.1" |
| 6633 | 2026-02-26T17:25:47.906Z | [ recovery-image] Feb 26 17:25:47.444 INFO O| Feb 26 17:25:47.444 INFO STEP 585 (remove_files) COMPLETE |
| 6634 | 2026-02-26T17:25:47.906Z | [ recovery-image] Feb 26 17:25:47.444 INFO O| Feb 26 17:25:47.444 INFO STEP 586: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6635 | 2026-02-26T17:25:47.906Z | [ recovery-image] Feb 26 17:25:47.459 INFO O| Feb 26 17:25:47.459 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libike.so.1" |
| 6636 | 2026-02-26T17:25:47.906Z | [ recovery-image] Feb 26 17:25:47.460 INFO O| Feb 26 17:25:47.460 INFO STEP 586 (remove_files) COMPLETE |
| 6637 | 2026-02-26T17:25:47.906Z | [ recovery-image] Feb 26 17:25:47.460 INFO O| Feb 26 17:25:47.460 INFO STEP 587: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6638 | 2026-02-26T17:25:47.906Z | [ recovery-image] Feb 26 17:25:47.473 INFO O| Feb 26 17:25:47.473 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libinstzones.so.1" |
| 6639 | 2026-02-26T17:25:47.906Z | [ recovery-image] Feb 26 17:25:47.473 INFO O| Feb 26 17:25:47.473 INFO STEP 587 (remove_files) COMPLETE |
| 6640 | 2026-02-26T17:25:47.906Z | [ recovery-image] Feb 26 17:25:47.473 INFO O| Feb 26 17:25:47.473 INFO STEP 588: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6641 | 2026-02-26T17:25:47.906Z | [ recovery-image] Feb 26 17:25:47.487 INFO O| Feb 26 17:25:47.487 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipmi.so.1" |
| 6642 | 2026-02-26T17:25:47.906Z | [ recovery-image] Feb 26 17:25:47.487 INFO O| Feb 26 17:25:47.487 INFO STEP 588 (remove_files) COMPLETE |
| 6643 | 2026-02-26T17:25:47.906Z | [ recovery-image] Feb 26 17:25:47.487 INFO O| Feb 26 17:25:47.487 INFO STEP 589: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6644 | 2026-02-26T17:25:47.931Z | [ recovery-image] Feb 26 17:25:47.501 INFO O| Feb 26 17:25:47.501 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipp.so.1" |
| 6645 | 2026-02-26T17:25:47.931Z | [ recovery-image] Feb 26 17:25:47.501 INFO O| Feb 26 17:25:47.501 INFO STEP 589 (remove_files) COMPLETE |
| 6646 | 2026-02-26T17:25:47.931Z | [ recovery-image] Feb 26 17:25:47.501 INFO O| Feb 26 17:25:47.501 INFO STEP 590: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6647 | 2026-02-26T17:25:47.931Z | [ recovery-image] Feb 26 17:25:47.515 INFO O| Feb 26 17:25:47.514 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libipsecutil.so.1" |
| 6648 | 2026-02-26T17:25:47.931Z | [ recovery-image] Feb 26 17:25:47.515 INFO O| Feb 26 17:25:47.515 INFO STEP 590 (remove_files) COMPLETE |
| 6649 | 2026-02-26T17:25:47.931Z | [ recovery-image] Feb 26 17:25:47.515 INFO O| Feb 26 17:25:47.515 INFO STEP 591: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6650 | 2026-02-26T17:25:47.957Z | [ recovery-image] Feb 26 17:25:47.528 INFO O| Feb 26 17:25:47.528 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libjedec.so.1" |
| 6651 | 2026-02-26T17:25:47.957Z | [ recovery-image] Feb 26 17:25:47.529 INFO O| Feb 26 17:25:47.529 INFO STEP 591 (remove_files) COMPLETE |
| 6652 | 2026-02-26T17:25:47.957Z | [ recovery-image] Feb 26 17:25:47.529 INFO O| Feb 26 17:25:47.529 INFO STEP 592: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6653 | 2026-02-26T17:25:47.957Z | [ recovery-image] Feb 26 17:25:47.544 INFO O| Feb 26 17:25:47.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libl.so.1" |
| 6654 | 2026-02-26T17:25:47.957Z | [ recovery-image] Feb 26 17:25:47.544 INFO O| Feb 26 17:25:47.544 INFO STEP 592 (remove_files) COMPLETE |
| 6655 | 2026-02-26T17:25:47.957Z | [ recovery-image] Feb 26 17:25:47.544 INFO O| Feb 26 17:25:47.544 INFO STEP 593: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6656 | 2026-02-26T17:25:47.982Z | [ recovery-image] Feb 26 17:25:47.558 INFO O| Feb 26 17:25:47.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldap.so.5" |
| 6657 | 2026-02-26T17:25:47.982Z | [ recovery-image] Feb 26 17:25:47.558 INFO O| Feb 26 17:25:47.558 INFO STEP 593 (remove_files) COMPLETE |
| 6658 | 2026-02-26T17:25:47.982Z | [ recovery-image] Feb 26 17:25:47.558 INFO O| Feb 26 17:25:47.558 INFO STEP 594: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6659 | 2026-02-26T17:25:48.008Z | [ recovery-image] Feb 26 17:25:47.573 INFO O| Feb 26 17:25:47.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libldstab.so.1" |
| 6660 | 2026-02-26T17:25:48.008Z | [ recovery-image] Feb 26 17:25:47.573 INFO O| Feb 26 17:25:47.573 INFO STEP 594 (remove_files) COMPLETE |
| 6661 | 2026-02-26T17:25:48.008Z | [ recovery-image] Feb 26 17:25:47.573 INFO O| Feb 26 17:25:47.573 INFO STEP 595: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6662 | 2026-02-26T17:25:48.008Z | [ recovery-image] Feb 26 17:25:47.588 INFO O| Feb 26 17:25:47.588 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblgrp.so.1" |
| 6663 | 2026-02-26T17:25:48.008Z | [ recovery-image] Feb 26 17:25:47.588 INFO O| Feb 26 17:25:47.588 INFO STEP 595 (remove_files) COMPLETE |
| 6664 | 2026-02-26T17:25:48.008Z | [ recovery-image] Feb 26 17:25:47.588 INFO O| Feb 26 17:25:47.588 INFO STEP 596: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6665 | 2026-02-26T17:25:48.033Z | [ recovery-image] Feb 26 17:25:47.603 INFO O| Feb 26 17:25:47.603 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liblm.so.1" |
| 6666 | 2026-02-26T17:25:48.033Z | [ recovery-image] Feb 26 17:25:47.604 INFO O| Feb 26 17:25:47.603 INFO STEP 596 (remove_files) COMPLETE |
| 6667 | 2026-02-26T17:25:48.033Z | [ recovery-image] Feb 26 17:25:47.604 INFO O| Feb 26 17:25:47.603 INFO STEP 597: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6668 | 2026-02-26T17:25:48.033Z | [ recovery-image] Feb 26 17:25:47.618 INFO O| Feb 26 17:25:47.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmail.so.1" |
| 6669 | 2026-02-26T17:25:48.033Z | [ recovery-image] Feb 26 17:25:47.618 INFO O| Feb 26 17:25:47.618 INFO STEP 597 (remove_files) COMPLETE |
| 6670 | 2026-02-26T17:25:48.033Z | [ recovery-image] Feb 26 17:25:47.618 INFO O| Feb 26 17:25:47.618 INFO STEP 598: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6671 | 2026-02-26T17:25:48.058Z | [ recovery-image] Feb 26 17:25:47.632 INFO O| Feb 26 17:25:47.632 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmalloc.so.1" |
| 6672 | 2026-02-26T17:25:48.058Z | [ recovery-image] Feb 26 17:25:47.632 INFO O| Feb 26 17:25:47.632 INFO STEP 598 (remove_files) COMPLETE |
| 6673 | 2026-02-26T17:25:48.058Z | [ recovery-image] Feb 26 17:25:47.632 INFO O| Feb 26 17:25:47.632 INFO STEP 599: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6674 | 2026-02-26T17:25:48.083Z | [ recovery-image] Feb 26 17:25:47.658 INFO O| Feb 26 17:25:47.658 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmapmalloc.so.1" |
| 6675 | 2026-02-26T17:25:48.083Z | [ recovery-image] Feb 26 17:25:47.658 INFO O| Feb 26 17:25:47.658 INFO STEP 599 (remove_files) COMPLETE |
| 6676 | 2026-02-26T17:25:48.083Z | [ recovery-image] Feb 26 17:25:47.658 INFO O| Feb 26 17:25:47.658 INFO STEP 600: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6677 | 2026-02-26T17:25:48.108Z | [ recovery-image] Feb 26 17:25:47.681 INFO O| Feb 26 17:25:47.681 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmenu.so.1" |
| 6678 | 2026-02-26T17:25:48.108Z | [ recovery-image] Feb 26 17:25:47.682 INFO O| Feb 26 17:25:47.682 INFO STEP 600 (remove_files) COMPLETE |
| 6679 | 2026-02-26T17:25:48.108Z | [ recovery-image] Feb 26 17:25:47.682 INFO O| Feb 26 17:25:47.682 INFO STEP 601: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6680 | 2026-02-26T17:25:48.134Z | [ recovery-image] Feb 26 17:25:47.699 INFO O| Feb 26 17:25:47.699 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libmtmalloc.so.1" |
| 6681 | 2026-02-26T17:25:48.134Z | [ recovery-image] Feb 26 17:25:47.699 INFO O| Feb 26 17:25:47.699 INFO STEP 601 (remove_files) COMPLETE |
| 6682 | 2026-02-26T17:25:48.134Z | [ recovery-image] Feb 26 17:25:47.699 INFO O| Feb 26 17:25:47.699 INFO STEP 602: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6683 | 2026-02-26T17:25:48.134Z | [ recovery-image] Feb 26 17:25:47.717 INFO O| Feb 26 17:25:47.717 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libncurses.so.5.9" |
| 6684 | 2026-02-26T17:25:48.134Z | [ recovery-image] Feb 26 17:25:47.717 INFO O| Feb 26 17:25:47.717 INFO STEP 602 (remove_files) COMPLETE |
| 6685 | 2026-02-26T17:25:48.134Z | [ recovery-image] Feb 26 17:25:47.717 INFO O| Feb 26 17:25:47.717 INFO STEP 603: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6686 | 2026-02-26T17:25:48.160Z | [ recovery-image] Feb 26 17:25:47.734 INFO O| Feb 26 17:25:47.734 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libnls.so.1" |
| 6687 | 2026-02-26T17:25:48.160Z | [ recovery-image] Feb 26 17:25:47.734 INFO O| Feb 26 17:25:47.734 INFO STEP 603 (remove_files) COMPLETE |
| 6688 | 2026-02-26T17:25:48.160Z | [ recovery-image] Feb 26 17:25:47.734 INFO O| Feb 26 17:25:47.734 INFO STEP 604: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6689 | 2026-02-26T17:25:48.185Z | [ recovery-image] Feb 26 17:25:47.750 INFO O| Feb 26 17:25:47.750 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpanel.so.1" |
| 6690 | 2026-02-26T17:25:48.185Z | [ recovery-image] Feb 26 17:25:47.750 INFO O| Feb 26 17:25:47.750 INFO STEP 604 (remove_files) COMPLETE |
| 6691 | 2026-02-26T17:25:48.185Z | [ recovery-image] Feb 26 17:25:47.750 INFO O| Feb 26 17:25:47.750 INFO STEP 605: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6692 | 2026-02-26T17:25:48.185Z | [ recovery-image] Feb 26 17:25:47.768 INFO O| Feb 26 17:25:47.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcrecpp.so.0.0.2" |
| 6693 | 2026-02-26T17:25:48.185Z | [ recovery-image] Feb 26 17:25:47.768 INFO O| Feb 26 17:25:47.768 INFO STEP 605 (remove_files) COMPLETE |
| 6694 | 2026-02-26T17:25:48.185Z | [ recovery-image] Feb 26 17:25:47.768 INFO O| Feb 26 17:25:47.768 INFO STEP 606: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6695 | 2026-02-26T17:25:48.210Z | [ recovery-image] Feb 26 17:25:47.786 INFO O| Feb 26 17:25:47.786 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpcreposix.so.0.0.7" |
| 6696 | 2026-02-26T17:25:48.210Z | [ recovery-image] Feb 26 17:25:47.786 INFO O| Feb 26 17:25:47.786 INFO STEP 606 (remove_files) COMPLETE |
| 6697 | 2026-02-26T17:25:48.210Z | [ recovery-image] Feb 26 17:25:47.786 INFO O| Feb 26 17:25:47.786 INFO STEP 607: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6698 | 2026-02-26T17:25:48.235Z | [ recovery-image] Feb 26 17:25:47.804 INFO O| Feb 26 17:25:47.804 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpctx.so.1" |
| 6699 | 2026-02-26T17:25:48.235Z | [ recovery-image] Feb 26 17:25:47.804 INFO O| Feb 26 17:25:47.804 INFO STEP 607 (remove_files) COMPLETE |
| 6700 | 2026-02-26T17:25:48.235Z | [ recovery-image] Feb 26 17:25:47.804 INFO O| Feb 26 17:25:47.804 INFO STEP 608: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6701 | 2026-02-26T17:25:48.235Z | [ recovery-image] Feb 26 17:25:47.820 INFO O| Feb 26 17:25:47.820 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libpicl.so.1" |
| 6702 | 2026-02-26T17:25:48.235Z | [ recovery-image] Feb 26 17:25:47.820 INFO O| Feb 26 17:25:47.820 INFO STEP 608 (remove_files) COMPLETE |
| 6703 | 2026-02-26T17:25:48.236Z | [ recovery-image] Feb 26 17:25:47.820 INFO O| Feb 26 17:25:47.820 INFO STEP 609: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6704 | 2026-02-26T17:25:48.261Z | [ recovery-image] Feb 26 17:25:47.837 INFO O| Feb 26 17:25:47.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libppt.so.1" |
| 6705 | 2026-02-26T17:25:48.261Z | [ recovery-image] Feb 26 17:25:47.837 INFO O| Feb 26 17:25:47.837 INFO STEP 609 (remove_files) COMPLETE |
| 6706 | 2026-02-26T17:25:48.261Z | [ recovery-image] Feb 26 17:25:47.837 INFO O| Feb 26 17:25:47.837 INFO STEP 610: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6707 | 2026-02-26T17:25:48.286Z | [ recovery-image] Feb 26 17:25:47.854 INFO O| Feb 26 17:25:47.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libraidcfg.so.1" |
| 6708 | 2026-02-26T17:25:48.286Z | [ recovery-image] Feb 26 17:25:47.854 INFO O| Feb 26 17:25:47.854 INFO STEP 610 (remove_files) COMPLETE |
| 6709 | 2026-02-26T17:25:48.286Z | [ recovery-image] Feb 26 17:25:47.854 INFO O| Feb 26 17:25:47.854 INFO STEP 611: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6710 | 2026-02-26T17:25:48.287Z | [ recovery-image] Feb 26 17:25:47.871 INFO O| Feb 26 17:25:47.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/librename.so.1" |
| 6711 | 2026-02-26T17:25:48.287Z | [ recovery-image] Feb 26 17:25:47.871 INFO O| Feb 26 17:25:47.871 INFO STEP 611 (remove_files) COMPLETE |
| 6712 | 2026-02-26T17:25:48.287Z | [ recovery-image] Feb 26 17:25:47.871 INFO O| Feb 26 17:25:47.871 INFO STEP 612: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6713 | 2026-02-26T17:25:48.313Z | [ recovery-image] Feb 26 17:25:47.889 INFO O| Feb 26 17:25:47.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libreparse.so.1" |
| 6714 | 2026-02-26T17:25:48.313Z | [ recovery-image] Feb 26 17:25:47.890 INFO O| Feb 26 17:25:47.889 INFO STEP 612 (remove_files) COMPLETE |
| 6715 | 2026-02-26T17:25:48.313Z | [ recovery-image] Feb 26 17:25:47.890 INFO O| Feb 26 17:25:47.890 INFO STEP 613: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6716 | 2026-02-26T17:25:48.338Z | [ recovery-image] Feb 26 17:25:47.907 INFO O| Feb 26 17:25:47.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsasl.so.1" |
| 6717 | 2026-02-26T17:25:48.338Z | [ recovery-image] Feb 26 17:25:47.907 INFO O| Feb 26 17:25:47.907 INFO STEP 613 (remove_files) COMPLETE |
| 6718 | 2026-02-26T17:25:48.338Z | [ recovery-image] Feb 26 17:25:47.907 INFO O| Feb 26 17:25:47.907 INFO STEP 614: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6719 | 2026-02-26T17:25:48.338Z | [ recovery-image] Feb 26 17:25:47.925 INFO O| Feb 26 17:25:47.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsched.so.1" |
| 6720 | 2026-02-26T17:25:48.338Z | [ recovery-image] Feb 26 17:25:47.925 INFO O| Feb 26 17:25:47.925 INFO STEP 614 (remove_files) COMPLETE |
| 6721 | 2026-02-26T17:25:48.338Z | [ recovery-image] Feb 26 17:25:47.925 INFO O| Feb 26 17:25:47.925 INFO STEP 615: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6722 | 2026-02-26T17:25:48.363Z | [ recovery-image] Feb 26 17:25:47.943 INFO O| Feb 26 17:25:47.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsctp.so.1" |
| 6723 | 2026-02-26T17:25:48.364Z | [ recovery-image] Feb 26 17:25:47.943 INFO O| Feb 26 17:25:47.943 INFO STEP 615 (remove_files) COMPLETE |
| 6724 | 2026-02-26T17:25:48.364Z | [ recovery-image] Feb 26 17:25:47.943 INFO O| Feb 26 17:25:47.943 INFO STEP 616: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6725 | 2026-02-26T17:25:48.388Z | [ recovery-image] Feb 26 17:25:47.959 INFO O| Feb 26 17:25:47.959 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsff.so.1" |
| 6726 | 2026-02-26T17:25:48.388Z | [ recovery-image] Feb 26 17:25:47.959 INFO O| Feb 26 17:25:47.959 INFO STEP 616 (remove_files) COMPLETE |
| 6727 | 2026-02-26T17:25:48.388Z | [ recovery-image] Feb 26 17:25:47.959 INFO O| Feb 26 17:25:47.959 INFO STEP 617: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6728 | 2026-02-26T17:25:48.413Z | [ recovery-image] Feb 26 17:25:47.977 INFO O| Feb 26 17:25:47.977 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsip.so.1" |
| 6729 | 2026-02-26T17:25:48.413Z | [ recovery-image] Feb 26 17:25:47.977 INFO O| Feb 26 17:25:47.977 INFO STEP 617 (remove_files) COMPLETE |
| 6730 | 2026-02-26T17:25:48.413Z | [ recovery-image] Feb 26 17:25:47.977 INFO O| Feb 26 17:25:47.977 INFO STEP 618: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6731 | 2026-02-26T17:25:48.439Z | [ recovery-image] Feb 26 17:25:47.998 INFO O| Feb 26 17:25:47.997 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsldap.so.1" |
| 6732 | 2026-02-26T17:25:48.439Z | [ recovery-image] Feb 26 17:25:47.998 INFO O| Feb 26 17:25:47.998 INFO STEP 618 (remove_files) COMPLETE |
| 6733 | 2026-02-26T17:25:48.439Z | [ recovery-image] Feb 26 17:25:47.998 INFO O| Feb 26 17:25:47.998 INFO STEP 619: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6734 | 2026-02-26T17:25:48.439Z | [ recovery-image] Feb 26 17:25:48.016 INFO O| Feb 26 17:25:48.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsmbfs.so.1" |
| 6735 | 2026-02-26T17:25:48.439Z | [ recovery-image] Feb 26 17:25:48.016 INFO O| Feb 26 17:25:48.016 INFO STEP 619 (remove_files) COMPLETE |
| 6736 | 2026-02-26T17:25:48.439Z | [ recovery-image] Feb 26 17:25:48.016 INFO O| Feb 26 17:25:48.016 INFO STEP 620: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6737 | 2026-02-26T17:25:48.465Z | [ recovery-image] Feb 26 17:25:48.034 INFO O| Feb 26 17:25:48.034 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsoftcrypto.so.1" |
| 6738 | 2026-02-26T17:25:48.465Z | [ recovery-image] Feb 26 17:25:48.034 INFO O| Feb 26 17:25:48.034 INFO STEP 620 (remove_files) COMPLETE |
| 6739 | 2026-02-26T17:25:48.465Z | [ recovery-image] Feb 26 17:25:48.034 INFO O| Feb 26 17:25:48.034 INFO STEP 621: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6740 | 2026-02-26T17:25:48.465Z | [ recovery-image] Feb 26 17:25:48.051 INFO O| Feb 26 17:25:48.051 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsqlite3.so.0.8.6" |
| 6741 | 2026-02-26T17:25:48.465Z | [ recovery-image] Feb 26 17:25:48.051 INFO O| Feb 26 17:25:48.051 INFO STEP 621 (remove_files) COMPLETE |
| 6742 | 2026-02-26T17:25:48.465Z | [ recovery-image] Feb 26 17:25:48.051 INFO O| Feb 26 17:25:48.051 INFO STEP 622: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6743 | 2026-02-26T17:25:48.490Z | [ recovery-image] Feb 26 17:25:48.068 INFO O| Feb 26 17:25:48.068 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libsum.so.1" |
| 6744 | 2026-02-26T17:25:48.490Z | [ recovery-image] Feb 26 17:25:48.069 INFO O| Feb 26 17:25:48.069 INFO STEP 622 (remove_files) COMPLETE |
| 6745 | 2026-02-26T17:25:48.490Z | [ recovery-image] Feb 26 17:25:48.069 INFO O| Feb 26 17:25:48.069 INFO STEP 623: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6746 | 2026-02-26T17:25:48.517Z | [ recovery-image] Feb 26 17:25:48.085 INFO O| Feb 26 17:25:48.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtecla.so.1" |
| 6747 | 2026-02-26T17:25:48.517Z | [ recovery-image] Feb 26 17:25:48.085 INFO O| Feb 26 17:25:48.085 INFO STEP 623 (remove_files) COMPLETE |
| 6748 | 2026-02-26T17:25:48.517Z | [ recovery-image] Feb 26 17:25:48.085 INFO O| Feb 26 17:25:48.085 INFO STEP 624: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6749 | 2026-02-26T17:25:48.517Z | [ recovery-image] Feb 26 17:25:48.103 INFO O| Feb 26 17:25:48.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libtspi.so.1.2.0" |
| 6750 | 2026-02-26T17:25:48.517Z | [ recovery-image] Feb 26 17:25:48.103 INFO O| Feb 26 17:25:48.103 INFO STEP 624 (remove_files) COMPLETE |
| 6751 | 2026-02-26T17:25:48.517Z | [ recovery-image] Feb 26 17:25:48.103 INFO O| Feb 26 17:25:48.103 INFO STEP 625: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6752 | 2026-02-26T17:25:48.544Z | [ recovery-image] Feb 26 17:25:48.121 INFO O| Feb 26 17:25:48.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libvolmgt.so.1" |
| 6753 | 2026-02-26T17:25:48.544Z | [ recovery-image] Feb 26 17:25:48.121 INFO O| Feb 26 17:25:48.121 INFO STEP 625 (remove_files) COMPLETE |
| 6754 | 2026-02-26T17:25:48.544Z | [ recovery-image] Feb 26 17:25:48.121 INFO O| Feb 26 17:25:48.121 INFO STEP 626: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6755 | 2026-02-26T17:25:48.569Z | [ recovery-image] Feb 26 17:25:48.138 INFO O| Feb 26 17:25:48.138 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/liby.so.1" |
| 6756 | 2026-02-26T17:25:48.569Z | [ recovery-image] Feb 26 17:25:48.138 INFO O| Feb 26 17:25:48.138 INFO STEP 626 (remove_files) COMPLETE |
| 6757 | 2026-02-26T17:25:48.569Z | [ recovery-image] Feb 26 17:25:48.138 INFO O| Feb 26 17:25:48.138 INFO STEP 627: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6758 | 2026-02-26T17:25:48.569Z | [ recovery-image] Feb 26 17:25:48.153 INFO O| Feb 26 17:25:48.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfs_jni.so.1" |
| 6759 | 2026-02-26T17:25:48.569Z | [ recovery-image] Feb 26 17:25:48.154 INFO O| Feb 26 17:25:48.154 INFO STEP 627 (remove_files) COMPLETE |
| 6760 | 2026-02-26T17:25:48.569Z | [ recovery-image] Feb 26 17:25:48.154 INFO O| Feb 26 17:25:48.154 INFO STEP 628: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6761 | 2026-02-26T17:25:48.594Z | [ recovery-image] Feb 26 17:25:48.170 INFO O| Feb 26 17:25:48.170 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzfsbootenv.so.1" |
| 6762 | 2026-02-26T17:25:48.594Z | [ recovery-image] Feb 26 17:25:48.170 INFO O| Feb 26 17:25:48.170 INFO STEP 628 (remove_files) COMPLETE |
| 6763 | 2026-02-26T17:25:48.594Z | [ recovery-image] Feb 26 17:25:48.170 INFO O| Feb 26 17:25:48.170 INFO STEP 629: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6764 | 2026-02-26T17:25:48.619Z | [ recovery-image] Feb 26 17:25:48.186 INFO O| Feb 26 17:25:48.186 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonecfg.so.1" |
| 6765 | 2026-02-26T17:25:48.619Z | [ recovery-image] Feb 26 17:25:48.187 INFO O| Feb 26 17:25:48.186 INFO STEP 629 (remove_files) COMPLETE |
| 6766 | 2026-02-26T17:25:48.619Z | [ recovery-image] Feb 26 17:25:48.187 INFO O| Feb 26 17:25:48.187 INFO STEP 630: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6767 | 2026-02-26T17:25:48.619Z | [ recovery-image] Feb 26 17:25:48.202 INFO O| Feb 26 17:25:48.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzoneinfo.so.1" |
| 6768 | 2026-02-26T17:25:48.619Z | [ recovery-image] Feb 26 17:25:48.202 INFO O| Feb 26 17:25:48.202 INFO STEP 630 (remove_files) COMPLETE |
| 6769 | 2026-02-26T17:25:48.619Z | [ recovery-image] Feb 26 17:25:48.202 INFO O| Feb 26 17:25:48.202 INFO STEP 631: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6770 | 2026-02-26T17:25:48.644Z | [ recovery-image] Feb 26 17:25:48.218 INFO O| Feb 26 17:25:48.217 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzonestat.so.1" |
| 6771 | 2026-02-26T17:25:48.644Z | [ recovery-image] Feb 26 17:25:48.218 INFO O| Feb 26 17:25:48.218 INFO STEP 631 (remove_files) COMPLETE |
| 6772 | 2026-02-26T17:25:48.644Z | [ recovery-image] Feb 26 17:25:48.218 INFO O| Feb 26 17:25:48.218 INFO STEP 632: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6773 | 2026-02-26T17:25:48.669Z | [ recovery-image] Feb 26 17:25:48.234 INFO O| Feb 26 17:25:48.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/libzpool.so.1" |
| 6774 | 2026-02-26T17:25:48.669Z | [ recovery-image] Feb 26 17:25:48.234 INFO O| Feb 26 17:25:48.234 INFO STEP 632 (remove_files) COMPLETE |
| 6775 | 2026-02-26T17:25:48.669Z | [ recovery-image] Feb 26 17:25:48.234 INFO O| Feb 26 17:25:48.234 INFO STEP 633: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6776 | 2026-02-26T17:25:48.694Z | [ recovery-image] Feb 26 17:25:48.250 INFO O| Feb 26 17:25:48.250 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/madv.so.1" |
| 6777 | 2026-02-26T17:25:48.694Z | [ recovery-image] Feb 26 17:25:48.250 INFO O| Feb 26 17:25:48.250 INFO STEP 633 (remove_files) COMPLETE |
| 6778 | 2026-02-26T17:25:48.695Z | [ recovery-image] Feb 26 17:25:48.250 INFO O| Feb 26 17:25:48.250 INFO STEP 634: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6779 | 2026-02-26T17:25:48.720Z | [ recovery-image] Feb 26 17:25:48.265 INFO O| Feb 26 17:25:48.264 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/mpss.so.1" |
| 6780 | 2026-02-26T17:25:48.720Z | [ recovery-image] Feb 26 17:25:48.265 INFO O| Feb 26 17:25:48.265 INFO STEP 634 (remove_files) COMPLETE |
| 6781 | 2026-02-26T17:25:48.720Z | [ recovery-image] Feb 26 17:25:48.265 INFO O| Feb 26 17:25:48.265 INFO STEP 635: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6782 | 2026-02-26T17:25:48.720Z | [ recovery-image] Feb 26 17:25:48.280 INFO O| Feb 26 17:25:48.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ad.so.1" |
| 6783 | 2026-02-26T17:25:48.720Z | [ recovery-image] Feb 26 17:25:48.280 INFO O| Feb 26 17:25:48.280 INFO STEP 635 (remove_files) COMPLETE |
| 6784 | 2026-02-26T17:25:48.720Z | [ recovery-image] Feb 26 17:25:48.280 INFO O| Feb 26 17:25:48.280 INFO STEP 636: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6785 | 2026-02-26T17:25:48.745Z | [ recovery-image] Feb 26 17:25:48.295 INFO O| Feb 26 17:25:48.295 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/nss_ldap.so.1" |
| 6786 | 2026-02-26T17:25:48.745Z | [ recovery-image] Feb 26 17:25:48.295 INFO O| Feb 26 17:25:48.295 INFO STEP 636 (remove_files) COMPLETE |
| 6787 | 2026-02-26T17:25:48.745Z | [ recovery-image] Feb 26 17:25:48.295 INFO O| Feb 26 17:25:48.295 INFO STEP 637: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6788 | 2026-02-26T17:25:48.745Z | [ recovery-image] Feb 26 17:25:48.310 INFO O| Feb 26 17:25:48.310 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/passwdutil.so.1" |
| 6789 | 2026-02-26T17:25:48.745Z | [ recovery-image] Feb 26 17:25:48.310 INFO O| Feb 26 17:25:48.310 INFO STEP 637 (remove_files) COMPLETE |
| 6790 | 2026-02-26T17:25:48.745Z | [ recovery-image] Feb 26 17:25:48.310 INFO O| Feb 26 17:25:48.310 INFO STEP 638: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6791 | 2026-02-26T17:25:48.772Z | [ recovery-image] Feb 26 17:25:48.325 INFO O| Feb 26 17:25:48.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/bash.pc" |
| 6792 | 2026-02-26T17:25:48.772Z | [ recovery-image] Feb 26 17:25:48.325 INFO O| Feb 26 17:25:48.325 INFO STEP 638 (remove_files) COMPLETE |
| 6793 | 2026-02-26T17:25:48.772Z | [ recovery-image] Feb 26 17:25:48.325 INFO O| Feb 26 17:25:48.325 INFO STEP 639: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6794 | 2026-02-26T17:25:48.772Z | [ recovery-image] Feb 26 17:25:48.340 INFO O| Feb 26 17:25:48.340 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/dbus-1.pc" |
| 6795 | 2026-02-26T17:25:48.772Z | [ recovery-image] Feb 26 17:25:48.340 INFO O| Feb 26 17:25:48.340 INFO STEP 639 (remove_files) COMPLETE |
| 6796 | 2026-02-26T17:25:48.772Z | [ recovery-image] Feb 26 17:25:48.340 INFO O| Feb 26 17:25:48.340 INFO STEP 640: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6797 | 2026-02-26T17:25:48.797Z | [ recovery-image] Feb 26 17:25:48.355 INFO O| Feb 26 17:25:48.355 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/expat.pc" |
| 6798 | 2026-02-26T17:25:48.797Z | [ recovery-image] Feb 26 17:25:48.355 INFO O| Feb 26 17:25:48.355 INFO STEP 640 (remove_files) COMPLETE |
| 6799 | 2026-02-26T17:25:48.797Z | [ recovery-image] Feb 26 17:25:48.355 INFO O| Feb 26 17:25:48.355 INFO STEP 641: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6800 | 2026-02-26T17:25:48.822Z | [ recovery-image] Feb 26 17:25:48.370 INFO O| Feb 26 17:25:48.370 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/form.pc" |
| 6801 | 2026-02-26T17:25:48.822Z | [ recovery-image] Feb 26 17:25:48.370 INFO O| Feb 26 17:25:48.370 INFO STEP 641 (remove_files) COMPLETE |
| 6802 | 2026-02-26T17:25:48.822Z | [ recovery-image] Feb 26 17:25:48.370 INFO O| Feb 26 17:25:48.370 INFO STEP 642: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6803 | 2026-02-26T17:25:48.823Z | [ recovery-image] Feb 26 17:25:48.385 INFO O| Feb 26 17:25:48.385 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlicommon.pc" |
| 6804 | 2026-02-26T17:25:48.823Z | [ recovery-image] Feb 26 17:25:48.385 INFO O| Feb 26 17:25:48.385 INFO STEP 642 (remove_files) COMPLETE |
| 6805 | 2026-02-26T17:25:48.823Z | [ recovery-image] Feb 26 17:25:48.385 INFO O| Feb 26 17:25:48.385 INFO STEP 643: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6806 | 2026-02-26T17:25:48.851Z | [ recovery-image] Feb 26 17:25:48.402 INFO O| Feb 26 17:25:48.402 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlidec.pc" |
| 6807 | 2026-02-26T17:25:48.851Z | [ recovery-image] Feb 26 17:25:48.402 INFO O| Feb 26 17:25:48.402 INFO STEP 643 (remove_files) COMPLETE |
| 6808 | 2026-02-26T17:25:48.851Z | [ recovery-image] Feb 26 17:25:48.402 INFO O| Feb 26 17:25:48.402 INFO STEP 644: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6809 | 2026-02-26T17:25:48.878Z | [ recovery-image] Feb 26 17:25:48.427 INFO O| Feb 26 17:25:48.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libbrotlienc.pc" |
| 6810 | 2026-02-26T17:25:48.878Z | [ recovery-image] Feb 26 17:25:48.427 INFO O| Feb 26 17:25:48.427 INFO STEP 644 (remove_files) COMPLETE |
| 6811 | 2026-02-26T17:25:48.878Z | [ recovery-image] Feb 26 17:25:48.427 INFO O| Feb 26 17:25:48.427 INFO STEP 645: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6812 | 2026-02-26T17:25:48.878Z | [ recovery-image] Feb 26 17:25:48.446 INFO O| Feb 26 17:25:48.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libcurl.pc" |
| 6813 | 2026-02-26T17:25:48.878Z | [ recovery-image] Feb 26 17:25:48.446 INFO O| Feb 26 17:25:48.446 INFO STEP 645 (remove_files) COMPLETE |
| 6814 | 2026-02-26T17:25:48.878Z | [ recovery-image] Feb 26 17:25:48.446 INFO O| Feb 26 17:25:48.446 INFO STEP 646: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6815 | 2026-02-26T17:25:48.878Z | [ recovery-image] Feb 26 17:25:48.461 INFO O| Feb 26 17:25:48.461 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libedit.pc" |
| 6816 | 2026-02-26T17:25:48.878Z | [ recovery-image] Feb 26 17:25:48.461 INFO O| Feb 26 17:25:48.461 INFO STEP 646 (remove_files) COMPLETE |
| 6817 | 2026-02-26T17:25:48.878Z | [ recovery-image] Feb 26 17:25:48.461 INFO O| Feb 26 17:25:48.461 INFO STEP 647: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6818 | 2026-02-26T17:25:48.906Z | [ recovery-image] Feb 26 17:25:48.476 INFO O| Feb 26 17:25:48.476 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libidn.pc" |
| 6819 | 2026-02-26T17:25:48.906Z | [ recovery-image] Feb 26 17:25:48.476 INFO O| Feb 26 17:25:48.476 INFO STEP 647 (remove_files) COMPLETE |
| 6820 | 2026-02-26T17:25:48.906Z | [ recovery-image] Feb 26 17:25:48.476 INFO O| Feb 26 17:25:48.476 INFO STEP 648: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6821 | 2026-02-26T17:25:48.906Z | [ recovery-image] Feb 26 17:25:48.491 INFO O| Feb 26 17:25:48.491 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblz4.pc" |
| 6822 | 2026-02-26T17:25:48.906Z | [ recovery-image] Feb 26 17:25:48.491 INFO O| Feb 26 17:25:48.491 INFO STEP 648 (remove_files) COMPLETE |
| 6823 | 2026-02-26T17:25:48.906Z | [ recovery-image] Feb 26 17:25:48.491 INFO O| Feb 26 17:25:48.491 INFO STEP 649: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6824 | 2026-02-26T17:25:48.941Z | [ recovery-image] Feb 26 17:25:48.509 INFO O| Feb 26 17:25:48.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/liblzma.pc" |
| 6825 | 2026-02-26T17:25:48.942Z | [ recovery-image] Feb 26 17:25:48.509 INFO O| Feb 26 17:25:48.509 INFO STEP 649 (remove_files) COMPLETE |
| 6826 | 2026-02-26T17:25:48.942Z | [ recovery-image] Feb 26 17:25:48.509 INFO O| Feb 26 17:25:48.509 INFO STEP 650: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6827 | 2026-02-26T17:25:48.942Z | [ recovery-image] Feb 26 17:25:48.526 INFO O| Feb 26 17:25:48.525 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libnghttp2.pc" |
| 6828 | 2026-02-26T17:25:48.942Z | [ recovery-image] Feb 26 17:25:48.526 INFO O| Feb 26 17:25:48.526 INFO STEP 650 (remove_files) COMPLETE |
| 6829 | 2026-02-26T17:25:48.942Z | [ recovery-image] Feb 26 17:25:48.526 INFO O| Feb 26 17:25:48.526 INFO STEP 651: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6830 | 2026-02-26T17:25:48.973Z | [ recovery-image] Feb 26 17:25:48.542 INFO O| Feb 26 17:25:48.542 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcap.pc" |
| 6831 | 2026-02-26T17:25:48.973Z | [ recovery-image] Feb 26 17:25:48.542 INFO O| Feb 26 17:25:48.542 INFO STEP 651 (remove_files) COMPLETE |
| 6832 | 2026-02-26T17:25:48.973Z | [ recovery-image] Feb 26 17:25:48.542 INFO O| Feb 26 17:25:48.542 INFO STEP 652: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6833 | 2026-02-26T17:25:48.973Z | [ recovery-image] Feb 26 17:25:48.557 INFO O| Feb 26 17:25:48.557 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre.pc" |
| 6834 | 2026-02-26T17:25:48.973Z | [ recovery-image] Feb 26 17:25:48.557 INFO O| Feb 26 17:25:48.557 INFO STEP 652 (remove_files) COMPLETE |
| 6835 | 2026-02-26T17:25:48.973Z | [ recovery-image] Feb 26 17:25:48.557 INFO O| Feb 26 17:25:48.557 INFO STEP 653: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6836 | 2026-02-26T17:25:49.001Z | [ recovery-image] Feb 26 17:25:48.571 INFO O| Feb 26 17:25:48.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-8.pc" |
| 6837 | 2026-02-26T17:25:49.028Z | [ recovery-image] Feb 26 17:25:48.572 INFO O| Feb 26 17:25:48.572 INFO STEP 653 (remove_files) COMPLETE |
| 6838 | 2026-02-26T17:25:49.028Z | [ recovery-image] Feb 26 17:25:48.572 INFO O| Feb 26 17:25:48.572 INFO STEP 654: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6839 | 2026-02-26T17:25:49.028Z | [ recovery-image] Feb 26 17:25:48.585 INFO O| Feb 26 17:25:48.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcre2-posix.pc" |
| 6840 | 2026-02-26T17:25:49.028Z | [ recovery-image] Feb 26 17:25:48.585 INFO O| Feb 26 17:25:48.585 INFO STEP 654 (remove_files) COMPLETE |
| 6841 | 2026-02-26T17:25:49.028Z | [ recovery-image] Feb 26 17:25:48.585 INFO O| Feb 26 17:25:48.585 INFO STEP 655: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6842 | 2026-02-26T17:25:49.053Z | [ recovery-image] Feb 26 17:25:48.626 INFO O| Feb 26 17:25:48.626 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcrecpp.pc" |
| 6843 | 2026-02-26T17:25:49.053Z | [ recovery-image] Feb 26 17:25:48.627 INFO O| Feb 26 17:25:48.627 INFO STEP 655 (remove_files) COMPLETE |
| 6844 | 2026-02-26T17:25:49.053Z | [ recovery-image] Feb 26 17:25:48.627 INFO O| Feb 26 17:25:48.627 INFO STEP 656: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6845 | 2026-02-26T17:25:49.078Z | [ recovery-image] Feb 26 17:25:48.639 INFO O| Feb 26 17:25:48.639 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libpcreposix.pc" |
| 6846 | 2026-02-26T17:25:49.078Z | [ recovery-image] Feb 26 17:25:48.639 INFO O| Feb 26 17:25:48.639 INFO STEP 656 (remove_files) COMPLETE |
| 6847 | 2026-02-26T17:25:49.078Z | [ recovery-image] Feb 26 17:25:48.639 INFO O| Feb 26 17:25:48.639 INFO STEP 657: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6848 | 2026-02-26T17:25:49.078Z | [ recovery-image] Feb 26 17:25:48.654 INFO O| Feb 26 17:25:48.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libxml-2.0.pc" |
| 6849 | 2026-02-26T17:25:49.078Z | [ recovery-image] Feb 26 17:25:48.655 INFO O| Feb 26 17:25:48.655 INFO STEP 657 (remove_files) COMPLETE |
| 6850 | 2026-02-26T17:25:49.078Z | [ recovery-image] Feb 26 17:25:48.655 INFO O| Feb 26 17:25:48.655 INFO STEP 658: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6851 | 2026-02-26T17:25:49.103Z | [ recovery-image] Feb 26 17:25:48.672 INFO O| Feb 26 17:25:48.672 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/libzstd.pc" |
| 6852 | 2026-02-26T17:25:49.103Z | [ recovery-image] Feb 26 17:25:48.672 INFO O| Feb 26 17:25:48.672 INFO STEP 658 (remove_files) COMPLETE |
| 6853 | 2026-02-26T17:25:49.103Z | [ recovery-image] Feb 26 17:25:48.672 INFO O| Feb 26 17:25:48.672 INFO STEP 659: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6854 | 2026-02-26T17:25:49.103Z | [ recovery-image] Feb 26 17:25:48.689 INFO O| Feb 26 17:25:48.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/menu.pc" |
| 6855 | 2026-02-26T17:25:49.103Z | [ recovery-image] Feb 26 17:25:48.689 INFO O| Feb 26 17:25:48.689 INFO STEP 659 (remove_files) COMPLETE |
| 6856 | 2026-02-26T17:25:49.103Z | [ recovery-image] Feb 26 17:25:48.689 INFO O| Feb 26 17:25:48.689 INFO STEP 660: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6857 | 2026-02-26T17:25:49.131Z | [ recovery-image] Feb 26 17:25:48.706 INFO O| Feb 26 17:25:48.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses++.pc" |
| 6858 | 2026-02-26T17:25:49.131Z | [ recovery-image] Feb 26 17:25:48.706 INFO O| Feb 26 17:25:48.706 INFO STEP 660 (remove_files) COMPLETE |
| 6859 | 2026-02-26T17:25:49.131Z | [ recovery-image] Feb 26 17:25:48.706 INFO O| Feb 26 17:25:48.706 INFO STEP 661: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6860 | 2026-02-26T17:25:49.156Z | [ recovery-image] Feb 26 17:25:48.722 INFO O| Feb 26 17:25:48.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/ncurses.pc" |
| 6861 | 2026-02-26T17:25:49.156Z | [ recovery-image] Feb 26 17:25:48.722 INFO O| Feb 26 17:25:48.722 INFO STEP 661 (remove_files) COMPLETE |
| 6862 | 2026-02-26T17:25:49.157Z | [ recovery-image] Feb 26 17:25:48.722 INFO O| Feb 26 17:25:48.722 INFO STEP 662: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6863 | 2026-02-26T17:25:49.157Z | [ recovery-image] Feb 26 17:25:48.737 INFO O| Feb 26 17:25:48.737 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp-agent.pc" |
| 6864 | 2026-02-26T17:25:49.157Z | [ recovery-image] Feb 26 17:25:48.738 INFO O| Feb 26 17:25:48.737 INFO STEP 662 (remove_files) COMPLETE |
| 6865 | 2026-02-26T17:25:49.157Z | [ recovery-image] Feb 26 17:25:48.738 INFO O| Feb 26 17:25:48.738 INFO STEP 663: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6866 | 2026-02-26T17:25:49.181Z | [ recovery-image] Feb 26 17:25:48.753 INFO O| Feb 26 17:25:48.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/netsnmp.pc" |
| 6867 | 2026-02-26T17:25:49.181Z | [ recovery-image] Feb 26 17:25:48.753 INFO O| Feb 26 17:25:48.753 INFO STEP 663 (remove_files) COMPLETE |
| 6868 | 2026-02-26T17:25:49.181Z | [ recovery-image] Feb 26 17:25:48.753 INFO O| Feb 26 17:25:48.753 INFO STEP 664: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6869 | 2026-02-26T17:25:49.181Z | [ recovery-image] Feb 26 17:25:48.769 INFO O| Feb 26 17:25:48.768 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/panel.pc" |
| 6870 | 2026-02-26T17:25:49.181Z | [ recovery-image] Feb 26 17:25:48.769 INFO O| Feb 26 17:25:48.769 INFO STEP 664 (remove_files) COMPLETE |
| 6871 | 2026-02-26T17:25:49.181Z | [ recovery-image] Feb 26 17:25:48.769 INFO O| Feb 26 17:25:48.769 INFO STEP 665: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6872 | 2026-02-26T17:25:49.208Z | [ recovery-image] Feb 26 17:25:48.784 INFO O| Feb 26 17:25:48.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/readline.pc" |
| 6873 | 2026-02-26T17:25:49.208Z | [ recovery-image] Feb 26 17:25:48.784 INFO O| Feb 26 17:25:48.784 INFO STEP 665 (remove_files) COMPLETE |
| 6874 | 2026-02-26T17:25:49.208Z | [ recovery-image] Feb 26 17:25:48.784 INFO O| Feb 26 17:25:48.784 INFO STEP 666: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6875 | 2026-02-26T17:25:49.233Z | [ recovery-image] Feb 26 17:25:48.798 INFO O| Feb 26 17:25:48.798 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/sqlite3.pc" |
| 6876 | 2026-02-26T17:25:49.233Z | [ recovery-image] Feb 26 17:25:48.798 INFO O| Feb 26 17:25:48.798 INFO STEP 666 (remove_files) COMPLETE |
| 6877 | 2026-02-26T17:25:49.234Z | [ recovery-image] Feb 26 17:25:48.798 INFO O| Feb 26 17:25:48.798 INFO STEP 667: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6878 | 2026-02-26T17:25:49.234Z | [ recovery-image] Feb 26 17:25:48.811 INFO O| Feb 26 17:25:48.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/pkgconfig/zlib.pc" |
| 6879 | 2026-02-26T17:25:49.234Z | [ recovery-image] Feb 26 17:25:48.811 INFO O| Feb 26 17:25:48.811 INFO STEP 667 (remove_files) COMPLETE |
| 6880 | 2026-02-26T17:25:49.234Z | [ recovery-image] Feb 26 17:25:48.811 INFO O| Feb 26 17:25:48.811 INFO STEP 668: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6881 | 2026-02-26T17:25:49.258Z | [ recovery-image] Feb 26 17:25:48.825 INFO O| Feb 26 17:25:48.824 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/straddr.so.2" |
| 6882 | 2026-02-26T17:25:49.258Z | [ recovery-image] Feb 26 17:25:48.825 INFO O| Feb 26 17:25:48.825 INFO STEP 668 (remove_files) COMPLETE |
| 6883 | 2026-02-26T17:25:49.259Z | [ recovery-image] Feb 26 17:25:48.825 INFO O| Feb 26 17:25:48.825 INFO STEP 669: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6884 | 2026-02-26T17:25:49.259Z | [ recovery-image] Feb 26 17:25:48.837 INFO O| Feb 26 17:25:48.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/amd64/watchmalloc.so.1" |
| 6885 | 2026-02-26T17:25:49.259Z | [ recovery-image] Feb 26 17:25:48.837 INFO O| Feb 26 17:25:48.837 INFO STEP 669 (remove_files) COMPLETE |
| 6886 | 2026-02-26T17:25:49.259Z | [ recovery-image] Feb 26 17:25:48.837 INFO O| Feb 26 17:25:48.837 INFO STEP 670: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6887 | 2026-02-26T17:25:49.284Z | [ recovery-image] Feb 26 17:25:48.850 INFO O| Feb 26 17:25:48.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/audit/audit_record_attr" |
| 6888 | 2026-02-26T17:25:49.284Z | [ recovery-image] Feb 26 17:25:48.850 INFO O| Feb 26 17:25:48.850 INFO STEP 670 (remove_files) COMPLETE |
| 6889 | 2026-02-26T17:25:49.284Z | [ recovery-image] Feb 26 17:25:48.850 INFO O| Feb 26 17:25:48.850 INFO STEP 671: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6890 | 2026-02-26T17:25:49.284Z | [ recovery-image] Feb 26 17:25:48.863 INFO O| Feb 26 17:25:48.863 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/common.ksh" |
| 6891 | 2026-02-26T17:25:49.284Z | [ recovery-image] Feb 26 17:25:48.863 INFO O| Feb 26 17:25:48.863 INFO STEP 671 (remove_files) COMPLETE |
| 6892 | 2026-02-26T17:25:49.284Z | [ recovery-image] Feb 26 17:25:48.863 INFO O| Feb 26 17:25:48.863 INFO STEP 672: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6893 | 2026-02-26T17:25:49.309Z | [ recovery-image] Feb 26 17:25:48.876 INFO O| Feb 26 17:25:48.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/query" |
| 6894 | 2026-02-26T17:25:49.309Z | [ recovery-image] Feb 26 17:25:48.876 INFO O| Feb 26 17:25:48.876 INFO STEP 672 (remove_files) COMPLETE |
| 6895 | 2026-02-26T17:25:49.310Z | [ recovery-image] Feb 26 17:25:48.876 INFO O| Feb 26 17:25:48.876 INFO STEP 673: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6896 | 2026-02-26T17:25:49.310Z | [ recovery-image] Feb 26 17:25:48.889 INFO O| Feb 26 17:25:48.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/brand/shared/uninstall.ksh" |
| 6897 | 2026-02-26T17:25:49.310Z | [ recovery-image] Feb 26 17:25:48.889 INFO O| Feb 26 17:25:48.889 INFO STEP 673 (remove_files) COMPLETE |
| 6898 | 2026-02-26T17:25:49.310Z | [ recovery-image] Feb 26 17:25:48.889 INFO O| Feb 26 17:25:48.889 INFO STEP 674: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6899 | 2026-02-26T17:25:49.335Z | [ recovery-image] Feb 26 17:25:48.902 INFO O| Feb 26 17:25:48.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/ib.so.1" |
| 6900 | 2026-02-26T17:25:49.335Z | [ recovery-image] Feb 26 17:25:48.902 INFO O| Feb 26 17:25:48.902 INFO STEP 674 (remove_files) COMPLETE |
| 6901 | 2026-02-26T17:25:49.335Z | [ recovery-image] Feb 26 17:25:48.902 INFO O| Feb 26 17:25:48.902 INFO STEP 675: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6902 | 2026-02-26T17:25:49.335Z | [ recovery-image] Feb 26 17:25:48.916 INFO O| Feb 26 17:25:48.915 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/pci.so.1" |
| 6903 | 2026-02-26T17:25:49.335Z | [ recovery-image] Feb 26 17:25:48.916 INFO O| Feb 26 17:25:48.916 INFO STEP 675 (remove_files) COMPLETE |
| 6904 | 2026-02-26T17:25:49.335Z | [ recovery-image] Feb 26 17:25:48.916 INFO O| Feb 26 17:25:48.916 INFO STEP 676: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6905 | 2026-02-26T17:25:49.360Z | [ recovery-image] Feb 26 17:25:48.928 INFO O| Feb 26 17:25:48.928 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/sata.so.1" |
| 6906 | 2026-02-26T17:25:49.360Z | [ recovery-image] Feb 26 17:25:48.929 INFO O| Feb 26 17:25:48.929 INFO STEP 676 (remove_files) COMPLETE |
| 6907 | 2026-02-26T17:25:49.360Z | [ recovery-image] Feb 26 17:25:48.929 INFO O| Feb 26 17:25:48.929 INFO STEP 677: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6908 | 2026-02-26T17:25:49.360Z | [ recovery-image] Feb 26 17:25:48.942 INFO O| Feb 26 17:25:48.942 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/scsi.so.1" |
| 6909 | 2026-02-26T17:25:49.360Z | [ recovery-image] Feb 26 17:25:48.942 INFO O| Feb 26 17:25:48.942 INFO STEP 677 (remove_files) COMPLETE |
| 6910 | 2026-02-26T17:25:49.360Z | [ recovery-image] Feb 26 17:25:48.942 INFO O| Feb 26 17:25:48.942 INFO STEP 678: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6911 | 2026-02-26T17:25:49.386Z | [ recovery-image] Feb 26 17:25:48.955 INFO O| Feb 26 17:25:48.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/amd64/usb.so.1" |
| 6912 | 2026-02-26T17:25:49.386Z | [ recovery-image] Feb 26 17:25:48.955 INFO O| Feb 26 17:25:48.955 INFO STEP 678 (remove_files) COMPLETE |
| 6913 | 2026-02-26T17:25:49.386Z | [ recovery-image] Feb 26 17:25:48.955 INFO O| Feb 26 17:25:48.955 INFO STEP 679: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6914 | 2026-02-26T17:25:49.386Z | [ recovery-image] Feb 26 17:25:48.968 INFO O| Feb 26 17:25:48.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/ib.so.1" |
| 6915 | 2026-02-26T17:25:49.386Z | [ recovery-image] Feb 26 17:25:48.968 INFO O| Feb 26 17:25:48.968 INFO STEP 679 (remove_files) COMPLETE |
| 6916 | 2026-02-26T17:25:49.386Z | [ recovery-image] Feb 26 17:25:48.968 INFO O| Feb 26 17:25:48.968 INFO STEP 680: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6917 | 2026-02-26T17:25:49.412Z | [ recovery-image] Feb 26 17:25:48.981 INFO O| Feb 26 17:25:48.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/pci.so.1" |
| 6918 | 2026-02-26T17:25:49.412Z | [ recovery-image] Feb 26 17:25:48.981 INFO O| Feb 26 17:25:48.981 INFO STEP 680 (remove_files) COMPLETE |
| 6919 | 2026-02-26T17:25:49.412Z | [ recovery-image] Feb 26 17:25:48.982 INFO O| Feb 26 17:25:48.981 INFO STEP 681: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6920 | 2026-02-26T17:25:49.412Z | [ recovery-image] Feb 26 17:25:48.996 INFO O| Feb 26 17:25:48.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/sata.so.1" |
| 6921 | 2026-02-26T17:25:49.412Z | [ recovery-image] Feb 26 17:25:48.996 INFO O| Feb 26 17:25:48.996 INFO STEP 681 (remove_files) COMPLETE |
| 6922 | 2026-02-26T17:25:49.412Z | [ recovery-image] Feb 26 17:25:48.996 INFO O| Feb 26 17:25:48.996 INFO STEP 682: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6923 | 2026-02-26T17:25:49.439Z | [ recovery-image] Feb 26 17:25:49.011 INFO O| Feb 26 17:25:49.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/scsi.so.1" |
| 6924 | 2026-02-26T17:25:49.440Z | [ recovery-image] Feb 26 17:25:49.011 INFO O| Feb 26 17:25:49.011 INFO STEP 682 (remove_files) COMPLETE |
| 6925 | 2026-02-26T17:25:49.440Z | [ recovery-image] Feb 26 17:25:49.011 INFO O| Feb 26 17:25:49.011 INFO STEP 683: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6926 | 2026-02-26T17:25:49.465Z | [ recovery-image] Feb 26 17:25:49.027 INFO O| Feb 26 17:25:49.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/shp.so.1" |
| 6927 | 2026-02-26T17:25:49.465Z | [ recovery-image] Feb 26 17:25:49.027 INFO O| Feb 26 17:25:49.027 INFO STEP 683 (remove_files) COMPLETE |
| 6928 | 2026-02-26T17:25:49.465Z | [ recovery-image] Feb 26 17:25:49.027 INFO O| Feb 26 17:25:49.027 INFO STEP 684: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6929 | 2026-02-26T17:25:49.465Z | [ recovery-image] Feb 26 17:25:49.042 INFO O| Feb 26 17:25:49.042 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cfgadm/usb.so.1" |
| 6930 | 2026-02-26T17:25:49.465Z | [ recovery-image] Feb 26 17:25:49.042 INFO O| Feb 26 17:25:49.042 INFO STEP 684 (remove_files) COMPLETE |
| 6931 | 2026-02-26T17:25:49.465Z | [ recovery-image] Feb 26 17:25:49.042 INFO O| Feb 26 17:25:49.042 INFO STEP 685: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6932 | 2026-02-26T17:25:49.490Z | [ recovery-image] Feb 26 17:25:49.056 INFO O| Feb 26 17:25:49.056 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXdispadmin" |
| 6933 | 2026-02-26T17:25:49.490Z | [ recovery-image] Feb 26 17:25:49.057 INFO O| Feb 26 17:25:49.057 INFO STEP 685 (remove_files) COMPLETE |
| 6934 | 2026-02-26T17:25:49.490Z | [ recovery-image] Feb 26 17:25:49.057 INFO O| Feb 26 17:25:49.057 INFO STEP 686: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6935 | 2026-02-26T17:25:49.490Z | [ recovery-image] Feb 26 17:25:49.071 INFO O| Feb 26 17:25:49.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/FX/FXpriocntl" |
| 6936 | 2026-02-26T17:25:49.491Z | [ recovery-image] Feb 26 17:25:49.071 INFO O| Feb 26 17:25:49.071 INFO STEP 686 (remove_files) COMPLETE |
| 6937 | 2026-02-26T17:25:49.491Z | [ recovery-image] Feb 26 17:25:49.071 INFO O| Feb 26 17:25:49.071 INFO STEP 687: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6938 | 2026-02-26T17:25:49.515Z | [ recovery-image] Feb 26 17:25:49.086 INFO O| Feb 26 17:25:49.085 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IAdispadmin" |
| 6939 | 2026-02-26T17:25:49.515Z | [ recovery-image] Feb 26 17:25:49.086 INFO O| Feb 26 17:25:49.086 INFO STEP 687 (remove_files) COMPLETE |
| 6940 | 2026-02-26T17:25:49.515Z | [ recovery-image] Feb 26 17:25:49.086 INFO O| Feb 26 17:25:49.086 INFO STEP 688: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6941 | 2026-02-26T17:25:49.516Z | [ recovery-image] Feb 26 17:25:49.100 INFO O| Feb 26 17:25:49.100 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/IA/IApriocntl" |
| 6942 | 2026-02-26T17:25:49.516Z | [ recovery-image] Feb 26 17:25:49.101 INFO O| Feb 26 17:25:49.101 INFO STEP 688 (remove_files) COMPLETE |
| 6943 | 2026-02-26T17:25:49.516Z | [ recovery-image] Feb 26 17:25:49.101 INFO O| Feb 26 17:25:49.101 INFO STEP 689: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6944 | 2026-02-26T17:25:49.540Z | [ recovery-image] Feb 26 17:25:49.116 INFO O| Feb 26 17:25:49.116 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTdispadmin" |
| 6945 | 2026-02-26T17:25:49.541Z | [ recovery-image] Feb 26 17:25:49.116 INFO O| Feb 26 17:25:49.116 INFO STEP 689 (remove_files) COMPLETE |
| 6946 | 2026-02-26T17:25:49.541Z | [ recovery-image] Feb 26 17:25:49.116 INFO O| Feb 26 17:25:49.116 INFO STEP 690: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6947 | 2026-02-26T17:25:49.566Z | [ recovery-image] Feb 26 17:25:49.135 INFO O| Feb 26 17:25:49.135 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/RT/RTpriocntl" |
| 6948 | 2026-02-26T17:25:49.566Z | [ recovery-image] Feb 26 17:25:49.135 INFO O| Feb 26 17:25:49.135 INFO STEP 690 (remove_files) COMPLETE |
| 6949 | 2026-02-26T17:25:49.566Z | [ recovery-image] Feb 26 17:25:49.135 INFO O| Feb 26 17:25:49.135 INFO STEP 691: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6950 | 2026-02-26T17:25:49.566Z | [ recovery-image] Feb 26 17:25:49.153 INFO O| Feb 26 17:25:49.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCdispadmin" |
| 6951 | 2026-02-26T17:25:49.566Z | [ recovery-image] Feb 26 17:25:49.153 INFO O| Feb 26 17:25:49.153 INFO STEP 691 (remove_files) COMPLETE |
| 6952 | 2026-02-26T17:25:49.566Z | [ recovery-image] Feb 26 17:25:49.153 INFO O| Feb 26 17:25:49.153 INFO STEP 692: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6953 | 2026-02-26T17:25:49.597Z | [ recovery-image] Feb 26 17:25:49.169 INFO O| Feb 26 17:25:49.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/SDC/SDCpriocntl" |
| 6954 | 2026-02-26T17:25:49.597Z | [ recovery-image] Feb 26 17:25:49.169 INFO O| Feb 26 17:25:49.169 INFO STEP 692 (remove_files) COMPLETE |
| 6955 | 2026-02-26T17:25:49.597Z | [ recovery-image] Feb 26 17:25:49.170 INFO O| Feb 26 17:25:49.169 INFO STEP 693: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6956 | 2026-02-26T17:25:49.626Z | [ recovery-image] Feb 26 17:25:49.186 INFO O| Feb 26 17:25:49.185 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSdispadmin" |
| 6957 | 2026-02-26T17:25:49.626Z | [ recovery-image] Feb 26 17:25:49.186 INFO O| Feb 26 17:25:49.186 INFO STEP 693 (remove_files) COMPLETE |
| 6958 | 2026-02-26T17:25:49.626Z | [ recovery-image] Feb 26 17:25:49.186 INFO O| Feb 26 17:25:49.186 INFO STEP 694: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6959 | 2026-02-26T17:25:49.626Z | [ recovery-image] Feb 26 17:25:49.202 INFO O| Feb 26 17:25:49.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/class/TS/TSpriocntl" |
| 6960 | 2026-02-26T17:25:49.626Z | [ recovery-image] Feb 26 17:25:49.202 INFO O| Feb 26 17:25:49.202 INFO STEP 694 (remove_files) COMPLETE |
| 6961 | 2026-02-26T17:25:49.626Z | [ recovery-image] Feb 26 17:25:49.202 INFO O| Feb 26 17:25:49.202 INFO STEP 695: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6962 | 2026-02-26T17:25:49.651Z | [ recovery-image] Feb 26 17:25:49.218 INFO O| Feb 26 17:25:49.218 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/cmake/libxml2/libxml2-config.cmake" |
| 6963 | 2026-02-26T17:25:49.651Z | [ recovery-image] Feb 26 17:25:49.218 INFO O| Feb 26 17:25:49.218 INFO STEP 695 (remove_files) COMPLETE |
| 6964 | 2026-02-26T17:25:49.651Z | [ recovery-image] Feb 26 17:25:49.218 INFO O| Feb 26 17:25:49.218 INFO STEP 696: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6965 | 2026-02-26T17:25:49.651Z | [ recovery-image] Feb 26 17:25:49.234 INFO O| Feb 26 17:25:49.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dbus-1.0/include/dbus/dbus-arch-deps.h" |
| 6966 | 2026-02-26T17:25:49.651Z | [ recovery-image] Feb 26 17:25:49.234 INFO O| Feb 26 17:25:49.234 INFO STEP 696 (remove_files) COMPLETE |
| 6967 | 2026-02-26T17:25:49.651Z | [ recovery-image] Feb 26 17:25:49.234 INFO O| Feb 26 17:25:49.234 INFO STEP 697: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6968 | 2026-02-26T17:25:49.677Z | [ recovery-image] Feb 26 17:25:49.249 INFO O| Feb 26 17:25:49.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlled" |
| 6969 | 2026-02-26T17:25:49.677Z | [ recovery-image] Feb 26 17:25:49.250 INFO O| Feb 26 17:25:49.250 INFO STEP 697 (remove_files) COMPLETE |
| 6970 | 2026-02-26T17:25:49.677Z | [ recovery-image] Feb 26 17:25:49.250 INFO O| Feb 26 17:25:49.250 INFO STEP 698: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6971 | 2026-02-26T17:25:49.701Z | [ recovery-image] Feb 26 17:25:49.267 INFO O| Feb 26 17:25:49.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlrecv" |
| 6972 | 2026-02-26T17:25:49.702Z | [ recovery-image] Feb 26 17:25:49.267 INFO O| Feb 26 17:25:49.267 INFO STEP 698 (remove_files) COMPLETE |
| 6973 | 2026-02-26T17:25:49.702Z | [ recovery-image] Feb 26 17:25:49.267 INFO O| Feb 26 17:25:49.267 INFO STEP 699: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6974 | 2026-02-26T17:25:49.702Z | [ recovery-image] Feb 26 17:25:49.285 INFO O| Feb 26 17:25:49.285 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dlsend" |
| 6975 | 2026-02-26T17:25:49.702Z | [ recovery-image] Feb 26 17:25:49.285 INFO O| Feb 26 17:25:49.285 INFO STEP 699 (remove_files) COMPLETE |
| 6976 | 2026-02-26T17:25:49.702Z | [ recovery-image] Feb 26 17:25:49.285 INFO O| Feb 26 17:25:49.285 INFO STEP 700: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6977 | 2026-02-26T17:25:49.727Z | [ recovery-image] Feb 26 17:25:49.302 INFO O| Feb 26 17:25:49.302 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dl/dltraninfo" |
| 6978 | 2026-02-26T17:25:49.727Z | [ recovery-image] Feb 26 17:25:49.302 INFO O| Feb 26 17:25:49.302 INFO STEP 700 (remove_files) COMPLETE |
| 6979 | 2026-02-26T17:25:49.727Z | [ recovery-image] Feb 26 17:25:49.302 INFO O| Feb 26 17:25:49.302 INFO STEP 701: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6980 | 2026-02-26T17:25:49.751Z | [ recovery-image] Feb 26 17:25:49.319 INFO O| Feb 26 17:25:49.319 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/drti.o" |
| 6981 | 2026-02-26T17:25:49.752Z | [ recovery-image] Feb 26 17:25:49.319 INFO O| Feb 26 17:25:49.319 INFO STEP 701 (remove_files) COMPLETE |
| 6982 | 2026-02-26T17:25:49.752Z | [ recovery-image] Feb 26 17:25:49.319 INFO O| Feb 26 17:25:49.319 INFO STEP 702: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6983 | 2026-02-26T17:25:49.752Z | [ recovery-image] Feb 26 17:25:49.335 INFO O| Feb 26 17:25:49.335 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/libdtrace_forceload.so" |
| 6984 | 2026-02-26T17:25:49.752Z | [ recovery-image] Feb 26 17:25:49.335 INFO O| Feb 26 17:25:49.335 INFO STEP 702 (remove_files) COMPLETE |
| 6985 | 2026-02-26T17:25:49.752Z | [ recovery-image] Feb 26 17:25:49.335 INFO O| Feb 26 17:25:49.335 INFO STEP 703: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6986 | 2026-02-26T17:25:49.776Z | [ recovery-image] Feb 26 17:25:49.351 INFO O| Feb 26 17:25:49.350 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/64/sftp64.d" |
| 6987 | 2026-02-26T17:25:49.776Z | [ recovery-image] Feb 26 17:25:49.351 INFO O| Feb 26 17:25:49.351 INFO STEP 703 (remove_files) COMPLETE |
| 6988 | 2026-02-26T17:25:49.776Z | [ recovery-image] Feb 26 17:25:49.351 INFO O| Feb 26 17:25:49.351 INFO STEP 704: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6989 | 2026-02-26T17:25:49.802Z | [ recovery-image] Feb 26 17:25:49.390 INFO O| Feb 26 17:25:49.390 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/drti.o" |
| 6990 | 2026-02-26T17:25:49.802Z | [ recovery-image] Feb 26 17:25:49.390 INFO O| Feb 26 17:25:49.390 INFO STEP 704 (remove_files) COMPLETE |
| 6991 | 2026-02-26T17:25:49.802Z | [ recovery-image] Feb 26 17:25:49.390 INFO O| Feb 26 17:25:49.390 INFO STEP 705: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6992 | 2026-02-26T17:25:49.828Z | [ recovery-image] Feb 26 17:25:49.409 INFO O| Feb 26 17:25:49.409 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/dtrace/libdtrace_forceload.so" |
| 6993 | 2026-02-26T17:25:49.828Z | [ recovery-image] Feb 26 17:25:49.409 INFO O| Feb 26 17:25:49.409 INFO STEP 705 (remove_files) COMPLETE |
| 6994 | 2026-02-26T17:25:49.828Z | [ recovery-image] Feb 26 17:25:49.409 INFO O| Feb 26 17:25:49.409 INFO STEP 706: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6995 | 2026-02-26T17:25:49.853Z | [ recovery-image] Feb 26 17:25:49.428 INFO O| Feb 26 17:25:49.427 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiagcode.so.1" |
| 6996 | 2026-02-26T17:25:49.853Z | [ recovery-image] Feb 26 17:25:49.428 INFO O| Feb 26 17:25:49.428 INFO STEP 706 (remove_files) COMPLETE |
| 6997 | 2026-02-26T17:25:49.853Z | [ recovery-image] Feb 26 17:25:49.428 INFO O| Feb 26 17:25:49.428 INFO STEP 707: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 6998 | 2026-02-26T17:25:49.882Z | [ recovery-image] Feb 26 17:25:49.446 INFO O| Feb 26 17:25:49.446 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libdiskstatus.so.1" |
| 6999 | 2026-02-26T17:25:49.882Z | [ recovery-image] Feb 26 17:25:49.447 INFO O| Feb 26 17:25:49.447 INFO STEP 707 (remove_files) COMPLETE |
| 7000 | 2026-02-26T17:25:49.882Z | [ recovery-image] Feb 26 17:25:49.447 INFO O| Feb 26 17:25:49.447 INFO STEP 708: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7001 | 2026-02-26T17:25:49.882Z | [ recovery-image] Feb 26 17:25:49.463 INFO O| Feb 26 17:25:49.463 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_adm.so.1" |
| 7002 | 2026-02-26T17:25:49.882Z | [ recovery-image] Feb 26 17:25:49.463 INFO O| Feb 26 17:25:49.463 INFO STEP 708 (remove_files) COMPLETE |
| 7003 | 2026-02-26T17:25:49.882Z | [ recovery-image] Feb 26 17:25:49.463 INFO O| Feb 26 17:25:49.463 INFO STEP 709: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7004 | 2026-02-26T17:25:49.908Z | [ recovery-image] Feb 26 17:25:49.481 INFO O| Feb 26 17:25:49.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_agent.so.1" |
| 7005 | 2026-02-26T17:25:49.908Z | [ recovery-image] Feb 26 17:25:49.481 INFO O| Feb 26 17:25:49.481 INFO STEP 709 (remove_files) COMPLETE |
| 7006 | 2026-02-26T17:25:49.908Z | [ recovery-image] Feb 26 17:25:49.481 INFO O| Feb 26 17:25:49.481 INFO STEP 710: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7007 | 2026-02-26T17:25:49.935Z | [ recovery-image] Feb 26 17:25:49.499 INFO O| Feb 26 17:25:49.499 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_log.so.1" |
| 7008 | 2026-02-26T17:25:49.935Z | [ recovery-image] Feb 26 17:25:49.499 INFO O| Feb 26 17:25:49.499 INFO STEP 710 (remove_files) COMPLETE |
| 7009 | 2026-02-26T17:25:49.935Z | [ recovery-image] Feb 26 17:25:49.499 INFO O| Feb 26 17:25:49.499 INFO STEP 711: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7010 | 2026-02-26T17:25:49.935Z | [ recovery-image] Feb 26 17:25:49.519 INFO O| Feb 26 17:25:49.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_msg.so.1" |
| 7011 | 2026-02-26T17:25:49.935Z | [ recovery-image] Feb 26 17:25:49.520 INFO O| Feb 26 17:25:49.519 INFO STEP 711 (remove_files) COMPLETE |
| 7012 | 2026-02-26T17:25:49.935Z | [ recovery-image] Feb 26 17:25:49.520 INFO O| Feb 26 17:25:49.520 INFO STEP 712: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7013 | 2026-02-26T17:25:49.960Z | [ recovery-image] Feb 26 17:25:49.543 INFO O| Feb 26 17:25:49.543 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmd_snmp.so.1" |
| 7014 | 2026-02-26T17:25:49.960Z | [ recovery-image] Feb 26 17:25:49.543 INFO O| Feb 26 17:25:49.543 INFO STEP 712 (remove_files) COMPLETE |
| 7015 | 2026-02-26T17:25:49.960Z | [ recovery-image] Feb 26 17:25:49.543 INFO O| Feb 26 17:25:49.543 INFO STEP 713: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7016 | 2026-02-26T17:25:49.985Z | [ recovery-image] Feb 26 17:25:49.565 INFO O| Feb 26 17:25:49.565 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libfmnotify.so.1" |
| 7017 | 2026-02-26T17:25:49.985Z | [ recovery-image] Feb 26 17:25:49.565 INFO O| Feb 26 17:25:49.565 INFO STEP 713 (remove_files) COMPLETE |
| 7018 | 2026-02-26T17:25:49.985Z | [ recovery-image] Feb 26 17:25:49.565 INFO O| Feb 26 17:25:49.565 INFO STEP 714: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7019 | 2026-02-26T17:25:50.011Z | [ recovery-image] Feb 26 17:25:49.587 INFO O| Feb 26 17:25:49.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/amd64/libseslog.so.1" |
| 7020 | 2026-02-26T17:25:50.012Z | [ recovery-image] Feb 26 17:25:49.587 INFO O| Feb 26 17:25:49.587 INFO STEP 714 (remove_files) COMPLETE |
| 7021 | 2026-02-26T17:25:50.012Z | [ recovery-image] Feb 26 17:25:49.588 INFO O| Feb 26 17:25:49.587 INFO STEP 715: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7022 | 2026-02-26T17:25:50.037Z | [ recovery-image] Feb 26 17:25:49.608 INFO O| Feb 26 17:25:49.608 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/AMD.dict" |
| 7023 | 2026-02-26T17:25:50.037Z | [ recovery-image] Feb 26 17:25:49.609 INFO O| Feb 26 17:25:49.609 INFO STEP 715 (remove_files) COMPLETE |
| 7024 | 2026-02-26T17:25:50.037Z | [ recovery-image] Feb 26 17:25:49.609 INFO O| Feb 26 17:25:49.609 INFO STEP 716: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7025 | 2026-02-26T17:25:50.067Z | [ recovery-image] Feb 26 17:25:49.627 INFO O| Feb 26 17:25:49.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/FMNOTIFY.dict" |
| 7026 | 2026-02-26T17:25:50.067Z | [ recovery-image] Feb 26 17:25:49.627 INFO O| Feb 26 17:25:49.627 INFO STEP 716 (remove_files) COMPLETE |
| 7027 | 2026-02-26T17:25:50.067Z | [ recovery-image] Feb 26 17:25:49.627 INFO O| Feb 26 17:25:49.627 INFO STEP 717: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7028 | 2026-02-26T17:25:50.067Z | [ recovery-image] Feb 26 17:25:49.647 INFO O| Feb 26 17:25:49.647 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/GMCA.dict" |
| 7029 | 2026-02-26T17:25:50.067Z | [ recovery-image] Feb 26 17:25:49.647 INFO O| Feb 26 17:25:49.647 INFO STEP 717 (remove_files) COMPLETE |
| 7030 | 2026-02-26T17:25:50.067Z | [ recovery-image] Feb 26 17:25:49.647 INFO O| Feb 26 17:25:49.647 INFO STEP 718: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7031 | 2026-02-26T17:25:50.092Z | [ recovery-image] Feb 26 17:25:49.667 INFO O| Feb 26 17:25:49.666 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/dict/INTEL.dict" |
| 7032 | 2026-02-26T17:25:50.092Z | [ recovery-image] Feb 26 17:25:49.667 INFO O| Feb 26 17:25:49.667 INFO STEP 718 (remove_files) COMPLETE |
| 7033 | 2026-02-26T17:25:50.092Z | [ recovery-image] Feb 26 17:25:49.667 INFO O| Feb 26 17:25:49.667 INFO STEP 719: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7034 | 2026-02-26T17:25:50.117Z | [ recovery-image] Feb 26 17:25:49.687 INFO O| Feb 26 17:25:49.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fminject" |
| 7035 | 2026-02-26T17:25:50.117Z | [ recovery-image] Feb 26 17:25:49.688 INFO O| Feb 26 17:25:49.688 INFO STEP 719 (remove_files) COMPLETE |
| 7036 | 2026-02-26T17:25:50.117Z | [ recovery-image] Feb 26 17:25:49.688 INFO O| Feb 26 17:25:49.688 INFO STEP 720: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7037 | 2026-02-26T17:25:50.142Z | [ recovery-image] Feb 26 17:25:49.705 INFO O| Feb 26 17:25:49.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmsim" |
| 7038 | 2026-02-26T17:25:50.142Z | [ recovery-image] Feb 26 17:25:49.705 INFO O| Feb 26 17:25:49.705 INFO STEP 720 (remove_files) COMPLETE |
| 7039 | 2026-02-26T17:25:50.142Z | [ recovery-image] Feb 26 17:25:49.705 INFO O| Feb 26 17:25:49.705 INFO STEP 721: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7040 | 2026-02-26T17:25:50.142Z | [ recovery-image] Feb 26 17:25:49.724 INFO O| Feb 26 17:25:49.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/fmtopo" |
| 7041 | 2026-02-26T17:25:50.142Z | [ recovery-image] Feb 26 17:25:49.724 INFO O| Feb 26 17:25:49.724 INFO STEP 721 (remove_files) COMPLETE |
| 7042 | 2026-02-26T17:25:50.142Z | [ recovery-image] Feb 26 17:25:49.724 INFO O| Feb 26 17:25:49.724 INFO STEP 722: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7043 | 2026-02-26T17:25:50.167Z | [ recovery-image] Feb 26 17:25:49.743 INFO O| Feb 26 17:25:49.743 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/ipmitopo" |
| 7044 | 2026-02-26T17:25:50.167Z | [ recovery-image] Feb 26 17:25:49.743 INFO O| Feb 26 17:25:49.743 INFO STEP 722 (remove_files) COMPLETE |
| 7045 | 2026-02-26T17:25:50.167Z | [ recovery-image] Feb 26 17:25:49.743 INFO O| Feb 26 17:25:49.743 INFO STEP 723: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7046 | 2026-02-26T17:25:50.193Z | [ recovery-image] Feb 26 17:25:49.759 INFO O| Feb 26 17:25:49.759 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/mcdecode" |
| 7047 | 2026-02-26T17:25:50.193Z | [ recovery-image] Feb 26 17:25:49.759 INFO O| Feb 26 17:25:49.759 INFO STEP 723 (remove_files) COMPLETE |
| 7048 | 2026-02-26T17:25:50.193Z | [ recovery-image] Feb 26 17:25:49.759 INFO O| Feb 26 17:25:49.759 INFO STEP 724: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7049 | 2026-02-26T17:25:50.193Z | [ recovery-image] Feb 26 17:25:49.776 INFO O| Feb 26 17:25:49.775 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/plugins/cpumem-retire.conf" |
| 7050 | 2026-02-26T17:25:50.193Z | [ recovery-image] Feb 26 17:25:49.776 INFO O| Feb 26 17:25:49.776 INFO STEP 724 (remove_files) COMPLETE |
| 7051 | 2026-02-26T17:25:50.193Z | [ recovery-image] Feb 26 17:25:49.776 INFO O| Feb 26 17:25:49.776 INFO STEP 725: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7052 | 2026-02-26T17:25:50.218Z | [ recovery-image] Feb 26 17:25:49.792 INFO O| Feb 26 17:25:49.792 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/cpu.so" |
| 7053 | 2026-02-26T17:25:50.218Z | [ recovery-image] Feb 26 17:25:49.793 INFO O| Feb 26 17:25:49.793 INFO STEP 725 (remove_files) COMPLETE |
| 7054 | 2026-02-26T17:25:50.218Z | [ recovery-image] Feb 26 17:25:49.793 INFO O| Feb 26 17:25:49.793 INFO STEP 726: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7055 | 2026-02-26T17:25:50.245Z | [ recovery-image] Feb 26 17:25:49.810 INFO O| Feb 26 17:25:49.810 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/dev.so" |
| 7056 | 2026-02-26T17:25:50.245Z | [ recovery-image] Feb 26 17:25:49.810 INFO O| Feb 26 17:25:49.810 INFO STEP 726 (remove_files) COMPLETE |
| 7057 | 2026-02-26T17:25:50.245Z | [ recovery-image] Feb 26 17:25:49.810 INFO O| Feb 26 17:25:49.810 INFO STEP 727: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7058 | 2026-02-26T17:25:50.245Z | [ recovery-image] Feb 26 17:25:49.828 INFO O| Feb 26 17:25:49.828 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/fmd.so" |
| 7059 | 2026-02-26T17:25:50.245Z | [ recovery-image] Feb 26 17:25:49.829 INFO O| Feb 26 17:25:49.829 INFO STEP 727 (remove_files) COMPLETE |
| 7060 | 2026-02-26T17:25:50.245Z | [ recovery-image] Feb 26 17:25:49.829 INFO O| Feb 26 17:25:49.829 INFO STEP 728: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7061 | 2026-02-26T17:25:50.272Z | [ recovery-image] Feb 26 17:25:49.842 INFO O| Feb 26 17:25:49.842 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/hc.so" |
| 7062 | 2026-02-26T17:25:50.272Z | [ recovery-image] Feb 26 17:25:49.842 INFO O| Feb 26 17:25:49.842 INFO STEP 728 (remove_files) COMPLETE |
| 7063 | 2026-02-26T17:25:50.272Z | [ recovery-image] Feb 26 17:25:49.842 INFO O| Feb 26 17:25:49.842 INFO STEP 729: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7064 | 2026-02-26T17:25:50.272Z | [ recovery-image] Feb 26 17:25:49.860 INFO O| Feb 26 17:25:49.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/legacy-hc.so" |
| 7065 | 2026-02-26T17:25:50.272Z | [ recovery-image] Feb 26 17:25:49.860 INFO O| Feb 26 17:25:49.860 INFO STEP 729 (remove_files) COMPLETE |
| 7066 | 2026-02-26T17:25:50.272Z | [ recovery-image] Feb 26 17:25:49.860 INFO O| Feb 26 17:25:49.860 INFO STEP 730: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7067 | 2026-02-26T17:25:50.296Z | [ recovery-image] Feb 26 17:25:49.876 INFO O| Feb 26 17:25:49.876 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mem.so" |
| 7068 | 2026-02-26T17:25:50.296Z | [ recovery-image] Feb 26 17:25:49.876 INFO O| Feb 26 17:25:49.876 INFO STEP 730 (remove_files) COMPLETE |
| 7069 | 2026-02-26T17:25:50.296Z | [ recovery-image] Feb 26 17:25:49.876 INFO O| Feb 26 17:25:49.876 INFO STEP 731: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7070 | 2026-02-26T17:25:50.321Z | [ recovery-image] Feb 26 17:25:49.891 INFO O| Feb 26 17:25:49.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/mod.so" |
| 7071 | 2026-02-26T17:25:50.321Z | [ recovery-image] Feb 26 17:25:49.891 INFO O| Feb 26 17:25:49.891 INFO STEP 731 (remove_files) COMPLETE |
| 7072 | 2026-02-26T17:25:50.321Z | [ recovery-image] Feb 26 17:25:49.891 INFO O| Feb 26 17:25:49.891 INFO STEP 732: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7073 | 2026-02-26T17:25:50.321Z | [ recovery-image] Feb 26 17:25:49.907 INFO O| Feb 26 17:25:49.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/pkg.so" |
| 7074 | 2026-02-26T17:25:50.321Z | [ recovery-image] Feb 26 17:25:49.907 INFO O| Feb 26 17:25:49.907 INFO STEP 732 (remove_files) COMPLETE |
| 7075 | 2026-02-26T17:25:50.321Z | [ recovery-image] Feb 26 17:25:49.907 INFO O| Feb 26 17:25:49.907 INFO STEP 733: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7076 | 2026-02-26T17:25:50.347Z | [ recovery-image] Feb 26 17:25:49.921 INFO O| Feb 26 17:25:49.921 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/svc.so" |
| 7077 | 2026-02-26T17:25:50.347Z | [ recovery-image] Feb 26 17:25:49.921 INFO O| Feb 26 17:25:49.921 INFO STEP 733 (remove_files) COMPLETE |
| 7078 | 2026-02-26T17:25:50.347Z | [ recovery-image] Feb 26 17:25:49.921 INFO O| Feb 26 17:25:49.921 INFO STEP 734: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7079 | 2026-02-26T17:25:50.347Z | [ recovery-image] Feb 26 17:25:49.934 INFO O| Feb 26 17:25:49.934 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/sw.so" |
| 7080 | 2026-02-26T17:25:50.347Z | [ recovery-image] Feb 26 17:25:49.934 INFO O| Feb 26 17:25:49.934 INFO STEP 734 (remove_files) COMPLETE |
| 7081 | 2026-02-26T17:25:50.347Z | [ recovery-image] Feb 26 17:25:49.934 INFO O| Feb 26 17:25:49.934 INFO STEP 735: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7082 | 2026-02-26T17:25:50.372Z | [ recovery-image] Feb 26 17:25:49.947 INFO O| Feb 26 17:25:49.946 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/amd64/zfs.so" |
| 7083 | 2026-02-26T17:25:50.372Z | [ recovery-image] Feb 26 17:25:49.947 INFO O| Feb 26 17:25:49.947 INFO STEP 735 (remove_files) COMPLETE |
| 7084 | 2026-02-26T17:25:50.372Z | [ recovery-image] Feb 26 17:25:49.947 INFO O| Feb 26 17:25:49.947 INFO STEP 736: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7085 | 2026-02-26T17:25:50.397Z | [ recovery-image] Feb 26 17:25:49.963 INFO O| Feb 26 17:25:49.963 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/cpu.so" |
| 7086 | 2026-02-26T17:25:50.397Z | [ recovery-image] Feb 26 17:25:49.963 INFO O| Feb 26 17:25:49.963 INFO STEP 736 (remove_files) COMPLETE |
| 7087 | 2026-02-26T17:25:50.397Z | [ recovery-image] Feb 26 17:25:49.963 INFO O| Feb 26 17:25:49.963 INFO STEP 737: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7088 | 2026-02-26T17:25:50.397Z | [ recovery-image] Feb 26 17:25:49.977 INFO O| Feb 26 17:25:49.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/dev.so" |
| 7089 | 2026-02-26T17:25:50.397Z | [ recovery-image] Feb 26 17:25:49.977 INFO O| Feb 26 17:25:49.977 INFO STEP 737 (remove_files) COMPLETE |
| 7090 | 2026-02-26T17:25:50.397Z | [ recovery-image] Feb 26 17:25:49.977 INFO O| Feb 26 17:25:49.977 INFO STEP 738: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7091 | 2026-02-26T17:25:50.424Z | [ recovery-image] Feb 26 17:25:49.992 INFO O| Feb 26 17:25:49.992 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/fmd.so" |
| 7092 | 2026-02-26T17:25:50.424Z | [ recovery-image] Feb 26 17:25:49.992 INFO O| Feb 26 17:25:49.992 INFO STEP 738 (remove_files) COMPLETE |
| 7093 | 2026-02-26T17:25:50.424Z | [ recovery-image] Feb 26 17:25:49.992 INFO O| Feb 26 17:25:49.992 INFO STEP 739: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7094 | 2026-02-26T17:25:50.449Z | [ recovery-image] Feb 26 17:25:50.011 INFO O| Feb 26 17:25:50.011 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/hc.so" |
| 7095 | 2026-02-26T17:25:50.449Z | [ recovery-image] Feb 26 17:25:50.011 INFO O| Feb 26 17:25:50.011 INFO STEP 739 (remove_files) COMPLETE |
| 7096 | 2026-02-26T17:25:50.449Z | [ recovery-image] Feb 26 17:25:50.011 INFO O| Feb 26 17:25:50.011 INFO STEP 740: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7097 | 2026-02-26T17:25:50.449Z | [ recovery-image] Feb 26 17:25:50.027 INFO O| Feb 26 17:25:50.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/legacy-hc.so" |
| 7098 | 2026-02-26T17:25:50.449Z | [ recovery-image] Feb 26 17:25:50.027 INFO O| Feb 26 17:25:50.027 INFO STEP 740 (remove_files) COMPLETE |
| 7099 | 2026-02-26T17:25:50.449Z | [ recovery-image] Feb 26 17:25:50.027 INFO O| Feb 26 17:25:50.027 INFO STEP 741: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7100 | 2026-02-26T17:25:50.475Z | [ recovery-image] Feb 26 17:25:50.039 INFO O| Feb 26 17:25:50.039 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mem.so" |
| 7101 | 2026-02-26T17:25:50.475Z | [ recovery-image] Feb 26 17:25:50.040 INFO O| Feb 26 17:25:50.040 INFO STEP 741 (remove_files) COMPLETE |
| 7102 | 2026-02-26T17:25:50.475Z | [ recovery-image] Feb 26 17:25:50.040 INFO O| Feb 26 17:25:50.040 INFO STEP 742: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7103 | 2026-02-26T17:25:50.475Z | [ recovery-image] Feb 26 17:25:50.053 INFO O| Feb 26 17:25:50.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/mod.so" |
| 7104 | 2026-02-26T17:25:50.475Z | [ recovery-image] Feb 26 17:25:50.053 INFO O| Feb 26 17:25:50.053 INFO STEP 742 (remove_files) COMPLETE |
| 7105 | 2026-02-26T17:25:50.475Z | [ recovery-image] Feb 26 17:25:50.053 INFO O| Feb 26 17:25:50.053 INFO STEP 743: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7106 | 2026-02-26T17:25:50.500Z | [ recovery-image] Feb 26 17:25:50.074 INFO O| Feb 26 17:25:50.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/pkg.so" |
| 7107 | 2026-02-26T17:25:50.500Z | [ recovery-image] Feb 26 17:25:50.074 INFO O| Feb 26 17:25:50.074 INFO STEP 743 (remove_files) COMPLETE |
| 7108 | 2026-02-26T17:25:50.500Z | [ recovery-image] Feb 26 17:25:50.074 INFO O| Feb 26 17:25:50.074 INFO STEP 744: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7109 | 2026-02-26T17:25:50.525Z | [ recovery-image] Feb 26 17:25:50.092 INFO O| Feb 26 17:25:50.092 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/fmd/schemes/sw.so" |
| 7110 | 2026-02-26T17:25:50.525Z | [ recovery-image] Feb 26 17:25:50.092 INFO O| Feb 26 17:25:50.092 INFO STEP 744 (remove_files) COMPLETE |
| 7111 | 2026-02-26T17:25:50.525Z | [ recovery-image] Feb 26 17:25:50.092 INFO O| Feb 26 17:25:50.092 INFO STEP 745: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7112 | 2026-02-26T17:25:50.525Z | [ recovery-image] Feb 26 17:25:50.108 INFO O| Feb 26 17:25:50.108 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libdiskstatus.so.1" |
| 7113 | 2026-02-26T17:25:50.525Z | [ recovery-image] Feb 26 17:25:50.108 INFO O| Feb 26 17:25:50.108 INFO STEP 745 (remove_files) COMPLETE |
| 7114 | 2026-02-26T17:25:50.525Z | [ recovery-image] Feb 26 17:25:50.108 INFO O| Feb 26 17:25:50.108 INFO STEP 746: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7115 | 2026-02-26T17:25:50.550Z | [ recovery-image] Feb 26 17:25:50.123 INFO O| Feb 26 17:25:50.123 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_adm.so.1" |
| 7116 | 2026-02-26T17:25:50.550Z | [ recovery-image] Feb 26 17:25:50.124 INFO O| Feb 26 17:25:50.124 INFO STEP 746 (remove_files) COMPLETE |
| 7117 | 2026-02-26T17:25:50.550Z | [ recovery-image] Feb 26 17:25:50.124 INFO O| Feb 26 17:25:50.124 INFO STEP 747: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7118 | 2026-02-26T17:25:50.575Z | [ recovery-image] Feb 26 17:25:50.141 INFO O| Feb 26 17:25:50.141 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_log.so.1" |
| 7119 | 2026-02-26T17:25:50.576Z | [ recovery-image] Feb 26 17:25:50.141 INFO O| Feb 26 17:25:50.141 INFO STEP 747 (remove_files) COMPLETE |
| 7120 | 2026-02-26T17:25:50.576Z | [ recovery-image] Feb 26 17:25:50.141 INFO O| Feb 26 17:25:50.141 INFO STEP 748: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7121 | 2026-02-26T17:25:50.576Z | [ recovery-image] Feb 26 17:25:50.158 INFO O| Feb 26 17:25:50.158 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmd_snmp.so.1" |
| 7122 | 2026-02-26T17:25:50.576Z | [ recovery-image] Feb 26 17:25:50.159 INFO O| Feb 26 17:25:50.159 INFO STEP 748 (remove_files) COMPLETE |
| 7123 | 2026-02-26T17:25:50.576Z | [ recovery-image] Feb 26 17:25:50.159 INFO O| Feb 26 17:25:50.159 INFO STEP 749: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7124 | 2026-02-26T17:25:50.600Z | [ recovery-image] Feb 26 17:25:50.181 INFO O| Feb 26 17:25:50.180 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libfmnotify.so.1" |
| 7125 | 2026-02-26T17:25:50.600Z | [ recovery-image] Feb 26 17:25:50.181 INFO O| Feb 26 17:25:50.181 INFO STEP 749 (remove_files) COMPLETE |
| 7126 | 2026-02-26T17:25:50.600Z | [ recovery-image] Feb 26 17:25:50.181 INFO O| Feb 26 17:25:50.181 INFO STEP 750: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7127 | 2026-02-26T17:25:50.626Z | [ recovery-image] Feb 26 17:25:50.206 INFO O| Feb 26 17:25:50.206 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/libseslog.so.1" |
| 7128 | 2026-02-26T17:25:50.626Z | [ recovery-image] Feb 26 17:25:50.206 INFO O| Feb 26 17:25:50.206 INFO STEP 750 (remove_files) COMPLETE |
| 7129 | 2026-02-26T17:25:50.626Z | [ recovery-image] Feb 26 17:25:50.206 INFO O| Feb 26 17:25:50.206 INFO STEP 751: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7130 | 2026-02-26T17:25:50.652Z | [ recovery-image] Feb 26 17:25:50.224 INFO O| Feb 26 17:25:50.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/maps/xfp-hc-topology.xml" |
| 7131 | 2026-02-26T17:25:50.652Z | [ recovery-image] Feb 26 17:25:50.224 INFO O| Feb 26 17:25:50.224 INFO STEP 751 (remove_files) COMPLETE |
| 7132 | 2026-02-26T17:25:50.652Z | [ recovery-image] Feb 26 17:25:50.224 INFO O| Feb 26 17:25:50.224 INFO STEP 752: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7133 | 2026-02-26T17:25:50.678Z | [ recovery-image] Feb 26 17:25:50.240 INFO O| Feb 26 17:25:50.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/disk.so" |
| 7134 | 2026-02-26T17:25:50.678Z | [ recovery-image] Feb 26 17:25:50.240 INFO O| Feb 26 17:25:50.240 INFO STEP 752 (remove_files) COMPLETE |
| 7135 | 2026-02-26T17:25:50.678Z | [ recovery-image] Feb 26 17:25:50.240 INFO O| Feb 26 17:25:50.240 INFO STEP 753: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7136 | 2026-02-26T17:25:50.678Z | [ recovery-image] Feb 26 17:25:50.257 INFO O| Feb 26 17:25:50.257 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ahci.so" |
| 7137 | 2026-02-26T17:25:50.678Z | [ recovery-image] Feb 26 17:25:50.257 INFO O| Feb 26 17:25:50.257 INFO STEP 753 (remove_files) COMPLETE |
| 7138 | 2026-02-26T17:25:50.678Z | [ recovery-image] Feb 26 17:25:50.257 INFO O| Feb 26 17:25:50.257 INFO STEP 754: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7139 | 2026-02-26T17:25:50.702Z | [ recovery-image] Feb 26 17:25:50.273 INFO O| Feb 26 17:25:50.273 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_ipmi.so" |
| 7140 | 2026-02-26T17:25:50.702Z | [ recovery-image] Feb 26 17:25:50.273 INFO O| Feb 26 17:25:50.273 INFO STEP 754 (remove_files) COMPLETE |
| 7141 | 2026-02-26T17:25:50.702Z | [ recovery-image] Feb 26 17:25:50.273 INFO O| Feb 26 17:25:50.273 INFO STEP 755: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7142 | 2026-02-26T17:25:50.728Z | [ recovery-image] Feb 26 17:25:50.292 INFO O| Feb 26 17:25:50.292 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/fac_prov_mptsas.so" |
| 7143 | 2026-02-26T17:25:50.728Z | [ recovery-image] Feb 26 17:25:50.293 INFO O| Feb 26 17:25:50.292 INFO STEP 755 (remove_files) COMPLETE |
| 7144 | 2026-02-26T17:25:50.728Z | [ recovery-image] Feb 26 17:25:50.293 INFO O| Feb 26 17:25:50.293 INFO STEP 756: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7145 | 2026-02-26T17:25:50.728Z | [ recovery-image] Feb 26 17:25:50.311 INFO O| Feb 26 17:25:50.311 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ipmi.so" |
| 7146 | 2026-02-26T17:25:50.728Z | [ recovery-image] Feb 26 17:25:50.311 INFO O| Feb 26 17:25:50.311 INFO STEP 756 (remove_files) COMPLETE |
| 7147 | 2026-02-26T17:25:50.728Z | [ recovery-image] Feb 26 17:25:50.311 INFO O| Feb 26 17:25:50.311 INFO STEP 757: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7148 | 2026-02-26T17:25:50.753Z | [ recovery-image] Feb 26 17:25:50.328 INFO O| Feb 26 17:25:50.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/nic.so" |
| 7149 | 2026-02-26T17:25:50.753Z | [ recovery-image] Feb 26 17:25:50.329 INFO O| Feb 26 17:25:50.328 INFO STEP 757 (remove_files) COMPLETE |
| 7150 | 2026-02-26T17:25:50.753Z | [ recovery-image] Feb 26 17:25:50.329 INFO O| Feb 26 17:25:50.329 INFO STEP 758: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7151 | 2026-02-26T17:25:50.781Z | [ recovery-image] Feb 26 17:25:50.345 INFO O| Feb 26 17:25:50.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/ses.so" |
| 7152 | 2026-02-26T17:25:50.781Z | [ recovery-image] Feb 26 17:25:50.345 INFO O| Feb 26 17:25:50.345 INFO STEP 758 (remove_files) COMPLETE |
| 7153 | 2026-02-26T17:25:50.781Z | [ recovery-image] Feb 26 17:25:50.345 INFO O| Feb 26 17:25:50.345 INFO STEP 759: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7154 | 2026-02-26T17:25:50.781Z | [ recovery-image] Feb 26 17:25:50.363 INFO O| Feb 26 17:25:50.363 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/smbios.so" |
| 7155 | 2026-02-26T17:25:50.781Z | [ recovery-image] Feb 26 17:25:50.363 INFO O| Feb 26 17:25:50.363 INFO STEP 759 (remove_files) COMPLETE |
| 7156 | 2026-02-26T17:25:50.781Z | [ recovery-image] Feb 26 17:25:50.363 INFO O| Feb 26 17:25:50.363 INFO STEP 760: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7157 | 2026-02-26T17:25:50.806Z | [ recovery-image] Feb 26 17:25:50.379 INFO O| Feb 26 17:25:50.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/usb.so" |
| 7158 | 2026-02-26T17:25:50.806Z | [ recovery-image] Feb 26 17:25:50.379 INFO O| Feb 26 17:25:50.379 INFO STEP 760 (remove_files) COMPLETE |
| 7159 | 2026-02-26T17:25:50.806Z | [ recovery-image] Feb 26 17:25:50.379 INFO O| Feb 26 17:25:50.379 INFO STEP 761: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7160 | 2026-02-26T17:25:50.806Z | [ recovery-image] Feb 26 17:25:50.393 INFO O| Feb 26 17:25:50.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fm/topo/plugins/xfp.so" |
| 7161 | 2026-02-26T17:25:50.806Z | [ recovery-image] Feb 26 17:25:50.393 INFO O| Feb 26 17:25:50.393 INFO STEP 761 (remove_files) COMPLETE |
| 7162 | 2026-02-26T17:25:50.806Z | [ recovery-image] Feb 26 17:25:50.393 INFO O| Feb 26 17:25:50.393 INFO STEP 762: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7163 | 2026-02-26T17:25:50.835Z | [ recovery-image] Feb 26 17:25:50.408 INFO O| Feb 26 17:25:50.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/bootfs/mount" |
| 7164 | 2026-02-26T17:25:50.835Z | [ recovery-image] Feb 26 17:25:50.408 INFO O| Feb 26 17:25:50.408 INFO STEP 762 (remove_files) COMPLETE |
| 7165 | 2026-02-26T17:25:50.835Z | [ recovery-image] Feb 26 17:25:50.408 INFO O| Feb 26 17:25:50.408 INFO STEP 763: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7166 | 2026-02-26T17:25:50.861Z | [ recovery-image] Feb 26 17:25:50.425 INFO O| Feb 26 17:25:50.425 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp" |
| 7167 | 2026-02-26T17:25:50.861Z | [ recovery-image] Feb 26 17:25:50.425 INFO O| Feb 26 17:25:50.425 INFO STEP 763 (remove_files) COMPLETE |
| 7168 | 2026-02-26T17:25:50.861Z | [ recovery-image] Feb 26 17:25:50.426 INFO O| Feb 26 17:25:50.425 INFO STEP 764: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7169 | 2026-02-26T17:25:50.861Z | [ recovery-image] Feb 26 17:25:50.441 INFO O| Feb 26 17:25:50.441 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/fstyp.so.1" |
| 7170 | 2026-02-26T17:25:50.861Z | [ recovery-image] Feb 26 17:25:50.441 INFO O| Feb 26 17:25:50.441 INFO STEP 764 (remove_files) COMPLETE |
| 7171 | 2026-02-26T17:25:50.861Z | [ recovery-image] Feb 26 17:25:50.441 INFO O| Feb 26 17:25:50.441 INFO STEP 765: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7172 | 2026-02-26T17:25:50.886Z | [ recovery-image] Feb 26 17:25:50.458 INFO O| Feb 26 17:25:50.458 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/hsfs/labelit" |
| 7173 | 2026-02-26T17:25:50.886Z | [ recovery-image] Feb 26 17:25:50.458 INFO O| Feb 26 17:25:50.458 INFO STEP 765 (remove_files) COMPLETE |
| 7174 | 2026-02-26T17:25:50.886Z | [ recovery-image] Feb 26 17:25:50.458 INFO O| Feb 26 17:25:50.458 INFO STEP 766: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7175 | 2026-02-26T17:25:50.911Z | [ recovery-image] Feb 26 17:25:50.475 INFO O| Feb 26 17:25:50.475 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/lofs/mount" |
| 7176 | 2026-02-26T17:25:50.911Z | [ recovery-image] Feb 26 17:25:50.475 INFO O| Feb 26 17:25:50.475 INFO STEP 766 (remove_files) COMPLETE |
| 7177 | 2026-02-26T17:25:50.911Z | [ recovery-image] Feb 26 17:25:50.475 INFO O| Feb 26 17:25:50.475 INFO STEP 767: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7178 | 2026-02-26T17:25:50.911Z | [ recovery-image] Feb 26 17:25:50.493 INFO O| Feb 26 17:25:50.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/mntfs/mount" |
| 7179 | 2026-02-26T17:25:50.912Z | [ recovery-image] Feb 26 17:25:50.493 INFO O| Feb 26 17:25:50.493 INFO STEP 767 (remove_files) COMPLETE |
| 7180 | 2026-02-26T17:25:50.912Z | [ recovery-image] Feb 26 17:25:50.493 INFO O| Feb 26 17:25:50.493 INFO STEP 768: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7181 | 2026-02-26T17:25:50.937Z | [ recovery-image] Feb 26 17:25:50.512 INFO O| Feb 26 17:25:50.512 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fsck" |
| 7182 | 2026-02-26T17:25:50.938Z | [ recovery-image] Feb 26 17:25:50.513 INFO O| Feb 26 17:25:50.513 INFO STEP 768 (remove_files) COMPLETE |
| 7183 | 2026-02-26T17:25:50.938Z | [ recovery-image] Feb 26 17:25:50.513 INFO O| Feb 26 17:25:50.513 INFO STEP 769: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7184 | 2026-02-26T17:25:50.963Z | [ recovery-image] Feb 26 17:25:50.533 INFO O| Feb 26 17:25:50.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp" |
| 7185 | 2026-02-26T17:25:50.963Z | [ recovery-image] Feb 26 17:25:50.533 INFO O| Feb 26 17:25:50.533 INFO STEP 769 (remove_files) COMPLETE |
| 7186 | 2026-02-26T17:25:50.963Z | [ recovery-image] Feb 26 17:25:50.533 INFO O| Feb 26 17:25:50.533 INFO STEP 770: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7187 | 2026-02-26T17:25:50.963Z | [ recovery-image] Feb 26 17:25:50.550 INFO O| Feb 26 17:25:50.550 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/fstyp.so.1" |
| 7188 | 2026-02-26T17:25:50.963Z | [ recovery-image] Feb 26 17:25:50.550 INFO O| Feb 26 17:25:50.550 INFO STEP 770 (remove_files) COMPLETE |
| 7189 | 2026-02-26T17:25:50.963Z | [ recovery-image] Feb 26 17:25:50.550 INFO O| Feb 26 17:25:50.550 INFO STEP 771: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7190 | 2026-02-26T17:25:50.988Z | [ recovery-image] Feb 26 17:25:50.568 INFO O| Feb 26 17:25:50.568 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mkfs" |
| 7191 | 2026-02-26T17:25:50.988Z | [ recovery-image] Feb 26 17:25:50.568 INFO O| Feb 26 17:25:50.568 INFO STEP 771 (remove_files) COMPLETE |
| 7192 | 2026-02-26T17:25:50.988Z | [ recovery-image] Feb 26 17:25:50.568 INFO O| Feb 26 17:25:50.568 INFO STEP 772: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7193 | 2026-02-26T17:25:51.013Z | [ recovery-image] Feb 26 17:25:50.586 INFO O| Feb 26 17:25:50.585 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/pcfs/mount" |
| 7194 | 2026-02-26T17:25:51.013Z | [ recovery-image] Feb 26 17:25:50.586 INFO O| Feb 26 17:25:50.586 INFO STEP 772 (remove_files) COMPLETE |
| 7195 | 2026-02-26T17:25:51.014Z | [ recovery-image] Feb 26 17:25:50.586 INFO O| Feb 26 17:25:50.586 INFO STEP 773: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7196 | 2026-02-26T17:25:51.038Z | [ recovery-image] Feb 26 17:25:50.606 INFO O| Feb 26 17:25:50.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/sharefs/mount" |
| 7197 | 2026-02-26T17:25:51.038Z | [ recovery-image] Feb 26 17:25:50.606 INFO O| Feb 26 17:25:50.606 INFO STEP 773 (remove_files) COMPLETE |
| 7198 | 2026-02-26T17:25:51.039Z | [ recovery-image] Feb 26 17:25:50.606 INFO O| Feb 26 17:25:50.606 INFO STEP 774: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7199 | 2026-02-26T17:25:51.064Z | [ recovery-image] Feb 26 17:25:50.628 INFO O| Feb 26 17:25:50.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/amd64/libshare_smb.so.1" |
| 7200 | 2026-02-26T17:25:51.064Z | [ recovery-image] Feb 26 17:25:50.628 INFO O| Feb 26 17:25:50.628 INFO STEP 774 (remove_files) COMPLETE |
| 7201 | 2026-02-26T17:25:51.064Z | [ recovery-image] Feb 26 17:25:50.628 INFO O| Feb 26 17:25:50.628 INFO STEP 775: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7202 | 2026-02-26T17:25:51.064Z | [ recovery-image] Feb 26 17:25:50.650 INFO O| Feb 26 17:25:50.650 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smb/libshare_smb.so.1" |
| 7203 | 2026-02-26T17:25:51.064Z | [ recovery-image] Feb 26 17:25:50.651 INFO O| Feb 26 17:25:50.651 INFO STEP 775 (remove_files) COMPLETE |
| 7204 | 2026-02-26T17:25:51.064Z | [ recovery-image] Feb 26 17:25:50.651 INFO O| Feb 26 17:25:50.651 INFO STEP 776: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7205 | 2026-02-26T17:25:51.089Z | [ recovery-image] Feb 26 17:25:50.677 INFO O| Feb 26 17:25:50.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/amd64/libshare_smbfs.so.1" |
| 7206 | 2026-02-26T17:25:51.116Z | [ recovery-image] Feb 26 17:25:50.677 INFO O| Feb 26 17:25:50.677 INFO STEP 776 (remove_files) COMPLETE |
| 7207 | 2026-02-26T17:25:51.116Z | [ recovery-image] Feb 26 17:25:50.677 INFO O| Feb 26 17:25:50.677 INFO STEP 777: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7208 | 2026-02-26T17:25:51.116Z | [ recovery-image] Feb 26 17:25:50.697 INFO O| Feb 26 17:25:50.697 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/dfshares" |
| 7209 | 2026-02-26T17:25:51.116Z | [ recovery-image] Feb 26 17:25:50.698 INFO O| Feb 26 17:25:50.698 INFO STEP 777 (remove_files) COMPLETE |
| 7210 | 2026-02-26T17:25:51.116Z | [ recovery-image] Feb 26 17:25:50.698 INFO O| Feb 26 17:25:50.698 INFO STEP 778: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7211 | 2026-02-26T17:25:51.143Z | [ recovery-image] Feb 26 17:25:50.715 INFO O| Feb 26 17:25:50.715 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/libshare_smbfs.so.1" |
| 7212 | 2026-02-26T17:25:51.143Z | [ recovery-image] Feb 26 17:25:50.716 INFO O| Feb 26 17:25:50.715 INFO STEP 778 (remove_files) COMPLETE |
| 7213 | 2026-02-26T17:25:51.143Z | [ recovery-image] Feb 26 17:25:50.716 INFO O| Feb 26 17:25:50.716 INFO STEP 779: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7214 | 2026-02-26T17:25:51.169Z | [ recovery-image] Feb 26 17:25:50.733 INFO O| Feb 26 17:25:50.733 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/mount" |
| 7215 | 2026-02-26T17:25:51.169Z | [ recovery-image] Feb 26 17:25:50.733 INFO O| Feb 26 17:25:50.733 INFO STEP 779 (remove_files) COMPLETE |
| 7216 | 2026-02-26T17:25:51.169Z | [ recovery-image] Feb 26 17:25:50.733 INFO O| Feb 26 17:25:50.733 INFO STEP 780: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7217 | 2026-02-26T17:25:51.169Z | [ recovery-image] Feb 26 17:25:50.753 INFO O| Feb 26 17:25:50.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/share" |
| 7218 | 2026-02-26T17:25:51.169Z | [ recovery-image] Feb 26 17:25:50.753 INFO O| Feb 26 17:25:50.753 INFO STEP 780 (remove_files) COMPLETE |
| 7219 | 2026-02-26T17:25:51.169Z | [ recovery-image] Feb 26 17:25:50.753 INFO O| Feb 26 17:25:50.753 INFO STEP 781: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7220 | 2026-02-26T17:25:51.194Z | [ recovery-image] Feb 26 17:25:50.774 INFO O| Feb 26 17:25:50.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/umount" |
| 7221 | 2026-02-26T17:25:51.194Z | [ recovery-image] Feb 26 17:25:50.774 INFO O| Feb 26 17:25:50.774 INFO STEP 781 (remove_files) COMPLETE |
| 7222 | 2026-02-26T17:25:51.194Z | [ recovery-image] Feb 26 17:25:50.774 INFO O| Feb 26 17:25:50.774 INFO STEP 782: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7223 | 2026-02-26T17:25:51.221Z | [ recovery-image] Feb 26 17:25:50.789 INFO O| Feb 26 17:25:50.789 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/smbfs/unshare" |
| 7224 | 2026-02-26T17:25:51.221Z | [ recovery-image] Feb 26 17:25:50.790 INFO O| Feb 26 17:25:50.789 INFO STEP 782 (remove_files) COMPLETE |
| 7225 | 2026-02-26T17:25:51.221Z | [ recovery-image] Feb 26 17:25:50.790 INFO O| Feb 26 17:25:50.789 INFO STEP 783: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7226 | 2026-02-26T17:25:51.221Z | [ recovery-image] Feb 26 17:25:50.804 INFO O| Feb 26 17:25:50.803 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/clri" |
| 7227 | 2026-02-26T17:25:51.221Z | [ recovery-image] Feb 26 17:25:50.804 INFO O| Feb 26 17:25:50.804 INFO STEP 783 (remove_files) COMPLETE |
| 7228 | 2026-02-26T17:25:51.221Z | [ recovery-image] Feb 26 17:25:50.804 INFO O| Feb 26 17:25:50.804 INFO STEP 784: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7229 | 2026-02-26T17:25:51.248Z | [ recovery-image] Feb 26 17:25:50.817 INFO O| Feb 26 17:25:50.817 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/dcopy" |
| 7230 | 2026-02-26T17:25:51.248Z | [ recovery-image] Feb 26 17:25:50.818 INFO O| Feb 26 17:25:50.818 INFO STEP 784 (remove_files) COMPLETE |
| 7231 | 2026-02-26T17:25:51.248Z | [ recovery-image] Feb 26 17:25:50.818 INFO O| Feb 26 17:25:50.818 INFO STEP 785: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7232 | 2026-02-26T17:25:51.273Z | [ recovery-image] Feb 26 17:25:50.838 INFO O| Feb 26 17:25:50.837 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/df" |
| 7233 | 2026-02-26T17:25:51.273Z | [ recovery-image] Feb 26 17:25:50.838 INFO O| Feb 26 17:25:50.838 INFO STEP 785 (remove_files) COMPLETE |
| 7234 | 2026-02-26T17:25:51.273Z | [ recovery-image] Feb 26 17:25:50.838 INFO O| Feb 26 17:25:50.838 INFO STEP 786: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7235 | 2026-02-26T17:25:51.273Z | [ recovery-image] Feb 26 17:25:50.852 INFO O| Feb 26 17:25:50.852 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/edquota" |
| 7236 | 2026-02-26T17:25:51.273Z | [ recovery-image] Feb 26 17:25:50.852 INFO O| Feb 26 17:25:50.852 INFO STEP 786 (remove_files) COMPLETE |
| 7237 | 2026-02-26T17:25:51.273Z | [ recovery-image] Feb 26 17:25:50.852 INFO O| Feb 26 17:25:50.852 INFO STEP 787: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7238 | 2026-02-26T17:25:51.302Z | [ recovery-image] Feb 26 17:25:50.871 INFO O| Feb 26 17:25:50.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ff" |
| 7239 | 2026-02-26T17:25:51.302Z | [ recovery-image] Feb 26 17:25:50.872 INFO O| Feb 26 17:25:50.871 INFO STEP 787 (remove_files) COMPLETE |
| 7240 | 2026-02-26T17:25:51.302Z | [ recovery-image] Feb 26 17:25:50.872 INFO O| Feb 26 17:25:50.872 INFO STEP 788: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7241 | 2026-02-26T17:25:51.302Z | [ recovery-image] Feb 26 17:25:50.889 INFO O| Feb 26 17:25:50.888 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsck" |
| 7242 | 2026-02-26T17:25:51.302Z | [ recovery-image] Feb 26 17:25:50.889 INFO O| Feb 26 17:25:50.889 INFO STEP 788 (remove_files) COMPLETE |
| 7243 | 2026-02-26T17:25:51.302Z | [ recovery-image] Feb 26 17:25:50.889 INFO O| Feb 26 17:25:50.889 INFO STEP 789: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7244 | 2026-02-26T17:25:51.326Z | [ recovery-image] Feb 26 17:25:50.907 INFO O| Feb 26 17:25:50.907 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsckall" |
| 7245 | 2026-02-26T17:25:51.326Z | [ recovery-image] Feb 26 17:25:50.908 INFO O| Feb 26 17:25:50.908 INFO STEP 789 (remove_files) COMPLETE |
| 7246 | 2026-02-26T17:25:51.326Z | [ recovery-image] Feb 26 17:25:50.908 INFO O| Feb 26 17:25:50.908 INFO STEP 790: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7247 | 2026-02-26T17:25:51.352Z | [ recovery-image] Feb 26 17:25:50.927 INFO O| Feb 26 17:25:50.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsdb" |
| 7248 | 2026-02-26T17:25:51.352Z | [ recovery-image] Feb 26 17:25:50.927 INFO O| Feb 26 17:25:50.927 INFO STEP 790 (remove_files) COMPLETE |
| 7249 | 2026-02-26T17:25:51.352Z | [ recovery-image] Feb 26 17:25:50.927 INFO O| Feb 26 17:25:50.927 INFO STEP 791: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7250 | 2026-02-26T17:25:51.377Z | [ recovery-image] Feb 26 17:25:50.947 INFO O| Feb 26 17:25:50.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fsirand" |
| 7251 | 2026-02-26T17:25:51.377Z | [ recovery-image] Feb 26 17:25:50.947 INFO O| Feb 26 17:25:50.947 INFO STEP 791 (remove_files) COMPLETE |
| 7252 | 2026-02-26T17:25:51.377Z | [ recovery-image] Feb 26 17:25:50.947 INFO O| Feb 26 17:25:50.947 INFO STEP 792: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7253 | 2026-02-26T17:25:51.401Z | [ recovery-image] Feb 26 17:25:50.968 INFO O| Feb 26 17:25:50.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fssnap" |
| 7254 | 2026-02-26T17:25:51.402Z | [ recovery-image] Feb 26 17:25:50.968 INFO O| Feb 26 17:25:50.968 INFO STEP 792 (remove_files) COMPLETE |
| 7255 | 2026-02-26T17:25:51.402Z | [ recovery-image] Feb 26 17:25:50.968 INFO O| Feb 26 17:25:50.968 INFO STEP 793: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7256 | 2026-02-26T17:25:51.402Z | [ recovery-image] Feb 26 17:25:50.986 INFO O| Feb 26 17:25:50.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp" |
| 7257 | 2026-02-26T17:25:51.402Z | [ recovery-image] Feb 26 17:25:50.986 INFO O| Feb 26 17:25:50.986 INFO STEP 793 (remove_files) COMPLETE |
| 7258 | 2026-02-26T17:25:51.402Z | [ recovery-image] Feb 26 17:25:50.986 INFO O| Feb 26 17:25:50.986 INFO STEP 794: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7259 | 2026-02-26T17:25:51.426Z | [ recovery-image] Feb 26 17:25:51.007 INFO O| Feb 26 17:25:51.007 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/fstyp.so.1" |
| 7260 | 2026-02-26T17:25:51.427Z | [ recovery-image] Feb 26 17:25:51.007 INFO O| Feb 26 17:25:51.007 INFO STEP 794 (remove_files) COMPLETE |
| 7261 | 2026-02-26T17:25:51.427Z | [ recovery-image] Feb 26 17:25:51.007 INFO O| Feb 26 17:25:51.007 INFO STEP 795: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7262 | 2026-02-26T17:25:51.452Z | [ recovery-image] Feb 26 17:25:51.025 INFO O| Feb 26 17:25:51.025 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/labelit" |
| 7263 | 2026-02-26T17:25:51.452Z | [ recovery-image] Feb 26 17:25:51.025 INFO O| Feb 26 17:25:51.025 INFO STEP 795 (remove_files) COMPLETE |
| 7264 | 2026-02-26T17:25:51.452Z | [ recovery-image] Feb 26 17:25:51.025 INFO O| Feb 26 17:25:51.025 INFO STEP 796: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7265 | 2026-02-26T17:25:51.478Z | [ recovery-image] Feb 26 17:25:51.043 INFO O| Feb 26 17:25:51.043 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/lockfs" |
| 7266 | 2026-02-26T17:25:51.478Z | [ recovery-image] Feb 26 17:25:51.044 INFO O| Feb 26 17:25:51.044 INFO STEP 796 (remove_files) COMPLETE |
| 7267 | 2026-02-26T17:25:51.478Z | [ recovery-image] Feb 26 17:25:51.044 INFO O| Feb 26 17:25:51.044 INFO STEP 797: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7268 | 2026-02-26T17:25:51.505Z | [ recovery-image] Feb 26 17:25:51.067 INFO O| Feb 26 17:25:51.067 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/mkfs" |
| 7269 | 2026-02-26T17:25:51.505Z | [ recovery-image] Feb 26 17:25:51.068 INFO O| Feb 26 17:25:51.068 INFO STEP 797 (remove_files) COMPLETE |
| 7270 | 2026-02-26T17:25:51.505Z | [ recovery-image] Feb 26 17:25:51.068 INFO O| Feb 26 17:25:51.068 INFO STEP 798: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7271 | 2026-02-26T17:25:51.505Z | [ recovery-image] Feb 26 17:25:51.087 INFO O| Feb 26 17:25:51.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ncheck" |
| 7272 | 2026-02-26T17:25:51.505Z | [ recovery-image] Feb 26 17:25:51.087 INFO O| Feb 26 17:25:51.087 INFO STEP 798 (remove_files) COMPLETE |
| 7273 | 2026-02-26T17:25:51.505Z | [ recovery-image] Feb 26 17:25:51.087 INFO O| Feb 26 17:25:51.087 INFO STEP 799: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7274 | 2026-02-26T17:25:51.531Z | [ recovery-image] Feb 26 17:25:51.105 INFO O| Feb 26 17:25:51.105 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/newfs" |
| 7275 | 2026-02-26T17:25:51.531Z | [ recovery-image] Feb 26 17:25:51.105 INFO O| Feb 26 17:25:51.105 INFO STEP 799 (remove_files) COMPLETE |
| 7276 | 2026-02-26T17:25:51.531Z | [ recovery-image] Feb 26 17:25:51.105 INFO O| Feb 26 17:25:51.105 INFO STEP 800: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7277 | 2026-02-26T17:25:51.556Z | [ recovery-image] Feb 26 17:25:51.121 INFO O| Feb 26 17:25:51.121 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quot" |
| 7278 | 2026-02-26T17:25:51.556Z | [ recovery-image] Feb 26 17:25:51.121 INFO O| Feb 26 17:25:51.121 INFO STEP 800 (remove_files) COMPLETE |
| 7279 | 2026-02-26T17:25:51.556Z | [ recovery-image] Feb 26 17:25:51.121 INFO O| Feb 26 17:25:51.121 INFO STEP 801: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7280 | 2026-02-26T17:25:51.556Z | [ recovery-image] Feb 26 17:25:51.137 INFO O| Feb 26 17:25:51.137 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotacheck" |
| 7281 | 2026-02-26T17:25:51.557Z | [ recovery-image] Feb 26 17:25:51.138 INFO O| Feb 26 17:25:51.138 INFO STEP 801 (remove_files) COMPLETE |
| 7282 | 2026-02-26T17:25:51.557Z | [ recovery-image] Feb 26 17:25:51.138 INFO O| Feb 26 17:25:51.138 INFO STEP 802: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7283 | 2026-02-26T17:25:51.582Z | [ recovery-image] Feb 26 17:25:51.153 INFO O| Feb 26 17:25:51.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaoff" |
| 7284 | 2026-02-26T17:25:51.582Z | [ recovery-image] Feb 26 17:25:51.153 INFO O| Feb 26 17:25:51.153 INFO STEP 802 (remove_files) COMPLETE |
| 7285 | 2026-02-26T17:25:51.582Z | [ recovery-image] Feb 26 17:25:51.153 INFO O| Feb 26 17:25:51.153 INFO STEP 803: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7286 | 2026-02-26T17:25:51.609Z | [ recovery-image] Feb 26 17:25:51.172 INFO O| Feb 26 17:25:51.172 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/quotaon" |
| 7287 | 2026-02-26T17:25:51.609Z | [ recovery-image] Feb 26 17:25:51.172 INFO O| Feb 26 17:25:51.172 INFO STEP 803 (remove_files) COMPLETE |
| 7288 | 2026-02-26T17:25:51.609Z | [ recovery-image] Feb 26 17:25:51.172 INFO O| Feb 26 17:25:51.172 INFO STEP 804: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7289 | 2026-02-26T17:25:51.609Z | [ recovery-image] Feb 26 17:25:51.189 INFO O| Feb 26 17:25:51.188 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/repquota" |
| 7290 | 2026-02-26T17:25:51.609Z | [ recovery-image] Feb 26 17:25:51.189 INFO O| Feb 26 17:25:51.189 INFO STEP 804 (remove_files) COMPLETE |
| 7291 | 2026-02-26T17:25:51.609Z | [ recovery-image] Feb 26 17:25:51.189 INFO O| Feb 26 17:25:51.189 INFO STEP 805: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7292 | 2026-02-26T17:25:51.634Z | [ recovery-image] Feb 26 17:25:51.205 INFO O| Feb 26 17:25:51.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/tunefs" |
| 7293 | 2026-02-26T17:25:51.634Z | [ recovery-image] Feb 26 17:25:51.205 INFO O| Feb 26 17:25:51.205 INFO STEP 805 (remove_files) COMPLETE |
| 7294 | 2026-02-26T17:25:51.634Z | [ recovery-image] Feb 26 17:25:51.205 INFO O| Feb 26 17:25:51.205 INFO STEP 806: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7295 | 2026-02-26T17:25:51.661Z | [ recovery-image] Feb 26 17:25:51.223 INFO O| Feb 26 17:25:51.222 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsdump" |
| 7296 | 2026-02-26T17:25:51.661Z | [ recovery-image] Feb 26 17:25:51.223 INFO O| Feb 26 17:25:51.223 INFO STEP 806 (remove_files) COMPLETE |
| 7297 | 2026-02-26T17:25:51.661Z | [ recovery-image] Feb 26 17:25:51.223 INFO O| Feb 26 17:25:51.223 INFO STEP 807: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7298 | 2026-02-26T17:25:51.661Z | [ recovery-image] Feb 26 17:25:51.240 INFO O| Feb 26 17:25:51.240 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/ufsrestore" |
| 7299 | 2026-02-26T17:25:51.661Z | [ recovery-image] Feb 26 17:25:51.241 INFO O| Feb 26 17:25:51.240 INFO STEP 807 (remove_files) COMPLETE |
| 7300 | 2026-02-26T17:25:51.661Z | [ recovery-image] Feb 26 17:25:51.241 INFO O| Feb 26 17:25:51.240 INFO STEP 808: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7301 | 2026-02-26T17:25:51.686Z | [ recovery-image] Feb 26 17:25:51.258 INFO O| Feb 26 17:25:51.258 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/fs/ufs/volcopy" |
| 7302 | 2026-02-26T17:25:51.686Z | [ recovery-image] Feb 26 17:25:51.258 INFO O| Feb 26 17:25:51.258 INFO STEP 808 (remove_files) COMPLETE |
| 7303 | 2026-02-26T17:25:51.686Z | [ recovery-image] Feb 26 17:25:51.258 INFO O| Feb 26 17:25:51.258 INFO STEP 809: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7304 | 2026-02-26T17:25:51.711Z | [ recovery-image] Feb 26 17:25:51.276 INFO O| Feb 26 17:25:51.276 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh1024-0.so.1" |
| 7305 | 2026-02-26T17:25:51.711Z | [ recovery-image] Feb 26 17:25:51.276 INFO O| Feb 26 17:25:51.276 INFO STEP 809 (remove_files) COMPLETE |
| 7306 | 2026-02-26T17:25:51.711Z | [ recovery-image] Feb 26 17:25:51.276 INFO O| Feb 26 17:25:51.276 INFO STEP 810: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7307 | 2026-02-26T17:25:51.711Z | [ recovery-image] Feb 26 17:25:51.290 INFO O| Feb 26 17:25:51.290 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/dh640-0.so.1" |
| 7308 | 2026-02-26T17:25:51.711Z | [ recovery-image] Feb 26 17:25:51.290 INFO O| Feb 26 17:25:51.290 INFO STEP 810 (remove_files) COMPLETE |
| 7309 | 2026-02-26T17:25:51.712Z | [ recovery-image] Feb 26 17:25:51.290 INFO O| Feb 26 17:25:51.290 INFO STEP 811: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7310 | 2026-02-26T17:25:51.737Z | [ recovery-image] Feb 26 17:25:51.308 INFO O| Feb 26 17:25:51.308 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gsscred_clean" |
| 7311 | 2026-02-26T17:25:51.737Z | [ recovery-image] Feb 26 17:25:51.308 INFO O| Feb 26 17:25:51.308 INFO STEP 811 (remove_files) COMPLETE |
| 7312 | 2026-02-26T17:25:51.737Z | [ recovery-image] Feb 26 17:25:51.308 INFO O| Feb 26 17:25:51.308 INFO STEP 812: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7313 | 2026-02-26T17:25:51.762Z | [ recovery-image] Feb 26 17:25:51.326 INFO O| Feb 26 17:25:51.326 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/gssd" |
| 7314 | 2026-02-26T17:25:51.762Z | [ recovery-image] Feb 26 17:25:51.326 INFO O| Feb 26 17:25:51.326 INFO STEP 812 (remove_files) COMPLETE |
| 7315 | 2026-02-26T17:25:51.762Z | [ recovery-image] Feb 26 17:25:51.326 INFO O| Feb 26 17:25:51.326 INFO STEP 813: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7316 | 2026-02-26T17:25:51.762Z | [ recovery-image] Feb 26 17:25:51.345 INFO O| Feb 26 17:25:51.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_dh.so.1" |
| 7317 | 2026-02-26T17:25:51.762Z | [ recovery-image] Feb 26 17:25:51.345 INFO O| Feb 26 17:25:51.345 INFO STEP 813 (remove_files) COMPLETE |
| 7318 | 2026-02-26T17:25:51.762Z | [ recovery-image] Feb 26 17:25:51.345 INFO O| Feb 26 17:25:51.345 INFO STEP 814: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7319 | 2026-02-26T17:25:51.787Z | [ recovery-image] Feb 26 17:25:51.360 INFO O| Feb 26 17:25:51.360 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_krb5.so.1" |
| 7320 | 2026-02-26T17:25:51.787Z | [ recovery-image] Feb 26 17:25:51.360 INFO O| Feb 26 17:25:51.360 INFO STEP 814 (remove_files) COMPLETE |
| 7321 | 2026-02-26T17:25:51.787Z | [ recovery-image] Feb 26 17:25:51.360 INFO O| Feb 26 17:25:51.360 INFO STEP 815: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7322 | 2026-02-26T17:25:51.814Z | [ recovery-image] Feb 26 17:25:51.378 INFO O| Feb 26 17:25:51.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/gss/mech_spnego.so.1" |
| 7323 | 2026-02-26T17:25:51.814Z | [ recovery-image] Feb 26 17:25:51.378 INFO O| Feb 26 17:25:51.378 INFO STEP 815 (remove_files) COMPLETE |
| 7324 | 2026-02-26T17:25:51.814Z | [ recovery-image] Feb 26 17:25:51.378 INFO O| Feb 26 17:25:51.378 INFO STEP 816: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7325 | 2026-02-26T17:25:51.814Z | [ recovery-image] Feb 26 17:25:51.392 INFO O| Feb 26 17:25:51.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/amd64/in.iked" |
| 7326 | 2026-02-26T17:25:51.814Z | [ recovery-image] Feb 26 17:25:51.393 INFO O| Feb 26 17:25:51.393 INFO STEP 816 (remove_files) COMPLETE |
| 7327 | 2026-02-26T17:25:51.814Z | [ recovery-image] Feb 26 17:25:51.393 INFO O| Feb 26 17:25:51.393 INFO STEP 817: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7328 | 2026-02-26T17:25:51.840Z | [ recovery-image] Feb 26 17:25:51.407 INFO O| Feb 26 17:25:51.407 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certdb" |
| 7329 | 2026-02-26T17:25:51.840Z | [ recovery-image] Feb 26 17:25:51.407 INFO O| Feb 26 17:25:51.407 INFO STEP 817 (remove_files) COMPLETE |
| 7330 | 2026-02-26T17:25:51.840Z | [ recovery-image] Feb 26 17:25:51.407 INFO O| Feb 26 17:25:51.407 INFO STEP 818: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7331 | 2026-02-26T17:25:51.840Z | [ recovery-image] Feb 26 17:25:51.420 INFO O| Feb 26 17:25:51.420 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certlocal" |
| 7332 | 2026-02-26T17:25:51.840Z | [ recovery-image] Feb 26 17:25:51.420 INFO O| Feb 26 17:25:51.420 INFO STEP 818 (remove_files) COMPLETE |
| 7333 | 2026-02-26T17:25:51.840Z | [ recovery-image] Feb 26 17:25:51.420 INFO O| Feb 26 17:25:51.420 INFO STEP 819: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7334 | 2026-02-26T17:25:51.913Z | [ recovery-image] Feb 26 17:25:51.469 INFO O| Feb 26 17:25:51.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/certrldb" |
| 7335 | 2026-02-26T17:25:51.913Z | [ recovery-image] Feb 26 17:25:51.469 INFO O| Feb 26 17:25:51.437 INFO STEP 819 (remove_files) COMPLETE |
| 7336 | 2026-02-26T17:25:51.913Z | [ recovery-image] Feb 26 17:25:51.469 INFO O| Feb 26 17:25:51.437 INFO STEP 820: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7337 | 2026-02-26T17:25:51.913Z | [ recovery-image] Feb 26 17:25:51.469 INFO O| Feb 26 17:25:51.453 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.iked" |
| 7338 | 2026-02-26T17:25:51.913Z | [ recovery-image] Feb 26 17:25:51.469 INFO O| Feb 26 17:25:51.453 INFO STEP 820 (remove_files) COMPLETE |
| 7339 | 2026-02-26T17:25:51.913Z | [ recovery-image] Feb 26 17:25:51.469 INFO O| Feb 26 17:25:51.453 INFO STEP 821: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7340 | 2026-02-26T17:25:51.913Z | [ recovery-image] Feb 26 17:25:51.469 INFO O| Feb 26 17:25:51.468 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/in.ripngd" |
| 7341 | 2026-02-26T17:25:51.913Z | [ recovery-image] Feb 26 17:25:51.469 INFO O| Feb 26 17:25:51.468 INFO STEP 821 (remove_files) COMPLETE |
| 7342 | 2026-02-26T17:25:51.913Z | [ recovery-image] Feb 26 17:25:51.469 INFO O| Feb 26 17:25:51.468 INFO STEP 822: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7343 | 2026-02-26T17:25:51.913Z | [ recovery-image] Feb 26 17:25:51.484 INFO O| Feb 26 17:25:51.484 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/inet/inetd" |
| 7344 | 2026-02-26T17:25:51.913Z | [ recovery-image] Feb 26 17:25:51.484 INFO O| Feb 26 17:25:51.484 INFO STEP 822 (remove_files) COMPLETE |
| 7345 | 2026-02-26T17:25:51.913Z | [ recovery-image] Feb 26 17:25:51.484 INFO O| Feb 26 17:25:51.484 INFO STEP 823: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7346 | 2026-02-26T17:25:51.939Z | [ recovery-image] Feb 26 17:25:51.505 INFO O| Feb 26 17:25:51.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/amd64/libkadm5clnt.so.1" |
| 7347 | 2026-02-26T17:25:51.939Z | [ recovery-image] Feb 26 17:25:51.505 INFO O| Feb 26 17:25:51.505 INFO STEP 823 (remove_files) COMPLETE |
| 7348 | 2026-02-26T17:25:51.939Z | [ recovery-image] Feb 26 17:25:51.505 INFO O| Feb 26 17:25:51.505 INFO STEP 824: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7349 | 2026-02-26T17:25:51.939Z | [ recovery-image] Feb 26 17:25:51.526 INFO O| Feb 26 17:25:51.526 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/ktkt_warnd" |
| 7350 | 2026-02-26T17:25:51.939Z | [ recovery-image] Feb 26 17:25:51.526 INFO O| Feb 26 17:25:51.526 INFO STEP 824 (remove_files) COMPLETE |
| 7351 | 2026-02-26T17:25:51.939Z | [ recovery-image] Feb 26 17:25:51.526 INFO O| Feb 26 17:25:51.526 INFO STEP 825: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7352 | 2026-02-26T17:25:51.964Z | [ recovery-image] Feb 26 17:25:51.546 INFO O| Feb 26 17:25:51.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libkadm5clnt.so.1" |
| 7353 | 2026-02-26T17:25:51.964Z | [ recovery-image] Feb 26 17:25:51.547 INFO O| Feb 26 17:25:51.547 INFO STEP 825 (remove_files) COMPLETE |
| 7354 | 2026-02-26T17:25:51.964Z | [ recovery-image] Feb 26 17:25:51.547 INFO O| Feb 26 17:25:51.547 INFO STEP 826: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7355 | 2026-02-26T17:25:51.990Z | [ recovery-image] Feb 26 17:25:51.561 INFO O| Feb 26 17:25:51.561 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/libss.so.1" |
| 7356 | 2026-02-26T17:25:51.990Z | [ recovery-image] Feb 26 17:25:51.561 INFO O| Feb 26 17:25:51.561 INFO STEP 826 (remove_files) COMPLETE |
| 7357 | 2026-02-26T17:25:51.990Z | [ recovery-image] Feb 26 17:25:51.561 INFO O| Feb 26 17:25:51.561 INFO STEP 827: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7358 | 2026-02-26T17:25:52.015Z | [ recovery-image] Feb 26 17:25:51.579 INFO O| Feb 26 17:25:51.579 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/krb5/plugins/preauth/pkinit.so.1" |
| 7359 | 2026-02-26T17:25:52.015Z | [ recovery-image] Feb 26 17:25:51.579 INFO O| Feb 26 17:25:51.579 INFO STEP 827 (remove_files) COMPLETE |
| 7360 | 2026-02-26T17:25:52.015Z | [ recovery-image] Feb 26 17:25:51.579 INFO O| Feb 26 17:25:51.579 INFO STEP 828: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7361 | 2026-02-26T17:25:52.015Z | [ recovery-image] Feb 26 17:25:51.597 INFO O| Feb 26 17:25:51.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.above4G" |
| 7362 | 2026-02-26T17:25:52.015Z | [ recovery-image] Feb 26 17:25:51.597 INFO O| Feb 26 17:25:51.597 INFO STEP 828 (remove_files) COMPLETE |
| 7363 | 2026-02-26T17:25:52.015Z | [ recovery-image] Feb 26 17:25:51.597 INFO O| Feb 26 17:25:51.597 INFO STEP 829: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7364 | 2026-02-26T17:25:52.041Z | [ recovery-image] Feb 26 17:25:51.613 INFO O| Feb 26 17:25:51.613 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.below4G" |
| 7365 | 2026-02-26T17:25:52.041Z | [ recovery-image] Feb 26 17:25:51.614 INFO O| Feb 26 17:25:51.614 INFO STEP 829 (remove_files) COMPLETE |
| 7366 | 2026-02-26T17:25:52.041Z | [ recovery-image] Feb 26 17:25:51.614 INFO O| Feb 26 17:25:51.614 INFO STEP 830: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7367 | 2026-02-26T17:25:52.041Z | [ recovery-image] Feb 26 17:25:51.628 INFO O| Feb 26 17:25:51.628 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.bssalign" |
| 7368 | 2026-02-26T17:25:52.041Z | [ recovery-image] Feb 26 17:25:51.628 INFO O| Feb 26 17:25:51.628 INFO STEP 830 (remove_files) COMPLETE |
| 7369 | 2026-02-26T17:25:52.041Z | [ recovery-image] Feb 26 17:25:51.628 INFO O| Feb 26 17:25:51.628 INFO STEP 831: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7370 | 2026-02-26T17:25:52.069Z | [ recovery-image] Feb 26 17:25:51.657 INFO O| Feb 26 17:25:51.657 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.default" |
| 7371 | 2026-02-26T17:25:52.069Z | [ recovery-image] Feb 26 17:25:51.657 INFO O| Feb 26 17:25:51.657 INFO STEP 831 (remove_files) COMPLETE |
| 7372 | 2026-02-26T17:25:52.094Z | [ recovery-image] Feb 26 17:25:51.657 INFO O| Feb 26 17:25:51.657 INFO STEP 832: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7373 | 2026-02-26T17:25:52.094Z | [ recovery-image] Feb 26 17:25:51.677 INFO O| Feb 26 17:25:51.677 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.execdata" |
| 7374 | 2026-02-26T17:25:52.094Z | [ recovery-image] Feb 26 17:25:51.678 INFO O| Feb 26 17:25:51.678 INFO STEP 832 (remove_files) COMPLETE |
| 7375 | 2026-02-26T17:25:52.094Z | [ recovery-image] Feb 26 17:25:51.678 INFO O| Feb 26 17:25:51.678 INFO STEP 833: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7376 | 2026-02-26T17:25:52.119Z | [ recovery-image] Feb 26 17:25:51.693 INFO O| Feb 26 17:25:51.693 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.filter" |
| 7377 | 2026-02-26T17:25:52.119Z | [ recovery-image] Feb 26 17:25:51.694 INFO O| Feb 26 17:25:51.694 INFO STEP 833 (remove_files) COMPLETE |
| 7378 | 2026-02-26T17:25:52.119Z | [ recovery-image] Feb 26 17:25:51.694 INFO O| Feb 26 17:25:51.694 INFO STEP 834: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7379 | 2026-02-26T17:25:52.145Z | [ recovery-image] Feb 26 17:25:51.711 INFO O| Feb 26 17:25:51.711 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexbss" |
| 7380 | 2026-02-26T17:25:52.145Z | [ recovery-image] Feb 26 17:25:51.711 INFO O| Feb 26 17:25:51.711 INFO STEP 834 (remove_files) COMPLETE |
| 7381 | 2026-02-26T17:25:52.145Z | [ recovery-image] Feb 26 17:25:51.711 INFO O| Feb 26 17:25:51.711 INFO STEP 835: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7382 | 2026-02-26T17:25:52.145Z | [ recovery-image] Feb 26 17:25:51.727 INFO O| Feb 26 17:25:51.727 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexdata" |
| 7383 | 2026-02-26T17:25:52.145Z | [ recovery-image] Feb 26 17:25:51.727 INFO O| Feb 26 17:25:51.727 INFO STEP 835 (remove_files) COMPLETE |
| 7384 | 2026-02-26T17:25:52.145Z | [ recovery-image] Feb 26 17:25:51.727 INFO O| Feb 26 17:25:51.727 INFO STEP 836: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7385 | 2026-02-26T17:25:52.170Z | [ recovery-image] Feb 26 17:25:51.744 INFO O| Feb 26 17:25:51.744 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.noexstk" |
| 7386 | 2026-02-26T17:25:52.170Z | [ recovery-image] Feb 26 17:25:51.744 INFO O| Feb 26 17:25:51.744 INFO STEP 836 (remove_files) COMPLETE |
| 7387 | 2026-02-26T17:25:52.170Z | [ recovery-image] Feb 26 17:25:51.744 INFO O| Feb 26 17:25:51.744 INFO STEP 837: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7388 | 2026-02-26T17:25:52.195Z | [ recovery-image] Feb 26 17:25:51.761 INFO O| Feb 26 17:25:51.761 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/ld/map.pagealign" |
| 7389 | 2026-02-26T17:25:52.195Z | [ recovery-image] Feb 26 17:25:51.761 INFO O| Feb 26 17:25:51.761 INFO STEP 837 (remove_files) COMPLETE |
| 7390 | 2026-02-26T17:25:52.195Z | [ recovery-image] Feb 26 17:25:51.761 INFO O| Feb 26 17:25:51.761 INFO STEP 838: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7391 | 2026-02-26T17:25:52.195Z | [ recovery-image] Feb 26 17:25:51.779 INFO O| Feb 26 17:25:51.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap1.so.1" |
| 7392 | 2026-02-26T17:25:52.195Z | [ recovery-image] Feb 26 17:25:51.780 INFO O| Feb 26 17:25:51.780 INFO STEP 838 (remove_files) COMPLETE |
| 7393 | 2026-02-26T17:25:52.220Z | [ recovery-image] Feb 26 17:25:51.780 INFO O| Feb 26 17:25:51.780 INFO STEP 839: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7394 | 2026-02-26T17:25:52.220Z | [ recovery-image] Feb 26 17:25:51.793 INFO O| Feb 26 17:25:51.793 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/libc/libc_hwcap3.so.1" |
| 7395 | 2026-02-26T17:25:52.220Z | [ recovery-image] Feb 26 17:25:51.793 INFO O| Feb 26 17:25:51.793 INFO STEP 839 (remove_files) COMPLETE |
| 7396 | 2026-02-26T17:25:52.220Z | [ recovery-image] Feb 26 17:25:51.793 INFO O| Feb 26 17:25:51.793 INFO STEP 840: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7397 | 2026-02-26T17:25:52.247Z | [ recovery-image] Feb 26 17:25:51.809 INFO O| Feb 26 17:25:51.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/ldprof.so.1" |
| 7398 | 2026-02-26T17:25:52.247Z | [ recovery-image] Feb 26 17:25:51.809 INFO O| Feb 26 17:25:51.809 INFO STEP 840 (remove_files) COMPLETE |
| 7399 | 2026-02-26T17:25:52.247Z | [ recovery-image] Feb 26 17:25:51.809 INFO O| Feb 26 17:25:51.809 INFO STEP 841: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7400 | 2026-02-26T17:25:52.247Z | [ recovery-image] Feb 26 17:25:51.825 INFO O| Feb 26 17:25:51.825 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/truss.so.1" |
| 7401 | 2026-02-26T17:25:52.247Z | [ recovery-image] Feb 26 17:25:51.825 INFO O| Feb 26 17:25:51.825 INFO STEP 841 (remove_files) COMPLETE |
| 7402 | 2026-02-26T17:25:52.247Z | [ recovery-image] Feb 26 17:25:51.825 INFO O| Feb 26 17:25:51.825 INFO STEP 842: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7403 | 2026-02-26T17:25:52.273Z | [ recovery-image] Feb 26 17:25:51.839 INFO O| Feb 26 17:25:51.838 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/amd64/who.so.1" |
| 7404 | 2026-02-26T17:25:52.273Z | [ recovery-image] Feb 26 17:25:51.839 INFO O| Feb 26 17:25:51.839 INFO STEP 842 (remove_files) COMPLETE |
| 7405 | 2026-02-26T17:25:52.273Z | [ recovery-image] Feb 26 17:25:51.839 INFO O| Feb 26 17:25:51.839 INFO STEP 843: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7406 | 2026-02-26T17:25:52.273Z | [ recovery-image] Feb 26 17:25:51.854 INFO O| Feb 26 17:25:51.854 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/ldprof.so.1" |
| 7407 | 2026-02-26T17:25:52.273Z | [ recovery-image] Feb 26 17:25:51.854 INFO O| Feb 26 17:25:51.854 INFO STEP 843 (remove_files) COMPLETE |
| 7408 | 2026-02-26T17:25:52.273Z | [ recovery-image] Feb 26 17:25:51.855 INFO O| Feb 26 17:25:51.854 INFO STEP 844: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7409 | 2026-02-26T17:25:52.299Z | [ recovery-image] Feb 26 17:25:51.868 INFO O| Feb 26 17:25:51.868 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/truss.so.1" |
| 7410 | 2026-02-26T17:25:52.299Z | [ recovery-image] Feb 26 17:25:51.869 INFO O| Feb 26 17:25:51.869 INFO STEP 844 (remove_files) COMPLETE |
| 7411 | 2026-02-26T17:25:52.299Z | [ recovery-image] Feb 26 17:25:51.869 INFO O| Feb 26 17:25:51.869 INFO STEP 845: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7412 | 2026-02-26T17:25:52.299Z | [ recovery-image] Feb 26 17:25:51.880 INFO O| Feb 26 17:25:51.880 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/link_audit/who.so.1" |
| 7413 | 2026-02-26T17:25:52.299Z | [ recovery-image] Feb 26 17:25:51.880 INFO O| Feb 26 17:25:51.880 INFO STEP 845 (remove_files) COMPLETE |
| 7414 | 2026-02-26T17:25:52.299Z | [ recovery-image] Feb 26 17:25:51.880 INFO O| Feb 26 17:25:51.880 INFO STEP 846: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7415 | 2026-02-26T17:25:52.326Z | [ recovery-image] Feb 26 17:25:51.892 INFO O| Feb 26 17:25:51.892 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidb" |
| 7416 | 2026-02-26T17:25:52.326Z | [ recovery-image] Feb 26 17:25:51.892 INFO O| Feb 26 17:25:51.892 INFO STEP 846 (remove_files) COMPLETE |
| 7417 | 2026-02-26T17:25:52.326Z | [ recovery-image] Feb 26 17:25:51.892 INFO O| Feb 26 17:25:51.892 INFO STEP 847: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7418 | 2026-02-26T17:25:52.326Z | [ recovery-image] Feb 26 17:25:51.903 INFO O| Feb 26 17:25:51.903 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcidr_plugin.so" |
| 7419 | 2026-02-26T17:25:52.326Z | [ recovery-image] Feb 26 17:25:51.904 INFO O| Feb 26 17:25:51.904 INFO STEP 847 (remove_files) COMPLETE |
| 7420 | 2026-02-26T17:25:52.326Z | [ recovery-image] Feb 26 17:25:51.904 INFO O| Feb 26 17:25:51.904 INFO STEP 848: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7421 | 2026-02-26T17:25:52.352Z | [ recovery-image] Feb 26 17:25:51.920 INFO O| Feb 26 17:25:51.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/pci/pcieb" |
| 7422 | 2026-02-26T17:25:52.352Z | [ recovery-image] Feb 26 17:25:51.920 INFO O| Feb 26 17:25:51.920 INFO STEP 848 (remove_files) COMPLETE |
| 7423 | 2026-02-26T17:25:52.352Z | [ recovery-image] Feb 26 17:25:51.920 INFO O| Feb 26 17:25:51.920 INFO STEP 849: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7424 | 2026-02-26T17:25:52.352Z | [ recovery-image] Feb 26 17:25:51.938 INFO O| Feb 26 17:25:51.937 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/amd64/mpt.so.1" |
| 7425 | 2026-02-26T17:25:52.352Z | [ recovery-image] Feb 26 17:25:51.938 INFO O| Feb 26 17:25:51.938 INFO STEP 849 (remove_files) COMPLETE |
| 7426 | 2026-02-26T17:25:52.352Z | [ recovery-image] Feb 26 17:25:51.938 INFO O| Feb 26 17:25:51.938 INFO STEP 850: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7427 | 2026-02-26T17:25:52.380Z | [ recovery-image] Feb 26 17:25:51.955 INFO O| Feb 26 17:25:51.955 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/raidcfg/mpt.so.1" |
| 7428 | 2026-02-26T17:25:52.380Z | [ recovery-image] Feb 26 17:25:51.955 INFO O| Feb 26 17:25:51.955 INFO STEP 850 (remove_files) COMPLETE |
| 7429 | 2026-02-26T17:25:52.380Z | [ recovery-image] Feb 26 17:25:51.955 INFO O| Feb 26 17:25:51.955 INFO STEP 851: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7430 | 2026-02-26T17:25:52.406Z | [ recovery-image] Feb 26 17:25:51.971 INFO O| Feb 26 17:25:51.971 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/libreparse_smb.so.1" |
| 7431 | 2026-02-26T17:25:52.406Z | [ recovery-image] Feb 26 17:25:51.971 INFO O| Feb 26 17:25:51.971 INFO STEP 851 (remove_files) COMPLETE |
| 7432 | 2026-02-26T17:25:52.406Z | [ recovery-image] Feb 26 17:25:51.971 INFO O| Feb 26 17:25:51.971 INFO STEP 852: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7433 | 2026-02-26T17:25:52.406Z | [ recovery-image] Feb 26 17:25:51.986 INFO O| Feb 26 17:25:51.986 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/reparse/reparsed" |
| 7434 | 2026-02-26T17:25:52.406Z | [ recovery-image] Feb 26 17:25:51.987 INFO O| Feb 26 17:25:51.987 INFO STEP 852 (remove_files) COMPLETE |
| 7435 | 2026-02-26T17:25:52.406Z | [ recovery-image] Feb 26 17:25:51.987 INFO O| Feb 26 17:25:51.987 INFO STEP 853: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7436 | 2026-02-26T17:25:52.431Z | [ recovery-image] Feb 26 17:25:52.000 INFO O| Feb 26 17:25:52.000 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/listen" |
| 7437 | 2026-02-26T17:25:52.431Z | [ recovery-image] Feb 26 17:25:52.000 INFO O| Feb 26 17:25:52.000 INFO STEP 853 (remove_files) COMPLETE |
| 7438 | 2026-02-26T17:25:52.431Z | [ recovery-image] Feb 26 17:25:52.000 INFO O| Feb 26 17:25:52.000 INFO STEP 854: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7439 | 2026-02-26T17:25:52.431Z | [ recovery-image] Feb 26 17:25:52.016 INFO O| Feb 26 17:25:52.016 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/saf/nlps_server" |
| 7440 | 2026-02-26T17:25:52.431Z | [ recovery-image] Feb 26 17:25:52.016 INFO O| Feb 26 17:25:52.016 INFO STEP 854 (remove_files) COMPLETE |
| 7441 | 2026-02-26T17:25:52.431Z | [ recovery-image] Feb 26 17:25:52.017 INFO O| Feb 26 17:25:52.016 INFO STEP 855: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7442 | 2026-02-26T17:25:52.456Z | [ recovery-image] Feb 26 17:25:52.033 INFO O| Feb 26 17:25:52.033 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/crammd5.so.1" |
| 7443 | 2026-02-26T17:25:52.456Z | [ recovery-image] Feb 26 17:25:52.033 INFO O| Feb 26 17:25:52.033 INFO STEP 855 (remove_files) COMPLETE |
| 7444 | 2026-02-26T17:25:52.456Z | [ recovery-image] Feb 26 17:25:52.033 INFO O| Feb 26 17:25:52.033 INFO STEP 856: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7445 | 2026-02-26T17:25:52.481Z | [ recovery-image] Feb 26 17:25:52.053 INFO O| Feb 26 17:25:52.053 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/digestmd5.so.1" |
| 7446 | 2026-02-26T17:25:52.482Z | [ recovery-image] Feb 26 17:25:52.053 INFO O| Feb 26 17:25:52.053 INFO STEP 856 (remove_files) COMPLETE |
| 7447 | 2026-02-26T17:25:52.482Z | [ recovery-image] Feb 26 17:25:52.053 INFO O| Feb 26 17:25:52.053 INFO STEP 857: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7448 | 2026-02-26T17:25:52.514Z | [ recovery-image] Feb 26 17:25:52.071 INFO O| Feb 26 17:25:52.070 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/gssapi.so.1" |
| 7449 | 2026-02-26T17:25:52.514Z | [ recovery-image] Feb 26 17:25:52.071 INFO O| Feb 26 17:25:52.071 INFO STEP 857 (remove_files) COMPLETE |
| 7450 | 2026-02-26T17:25:52.514Z | [ recovery-image] Feb 26 17:25:52.071 INFO O| Feb 26 17:25:52.071 INFO STEP 858: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7451 | 2026-02-26T17:25:52.514Z | [ recovery-image] Feb 26 17:25:52.086 INFO O| Feb 26 17:25:52.086 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/login.so.1" |
| 7452 | 2026-02-26T17:25:52.514Z | [ recovery-image] Feb 26 17:25:52.086 INFO O| Feb 26 17:25:52.086 INFO STEP 858 (remove_files) COMPLETE |
| 7453 | 2026-02-26T17:25:52.514Z | [ recovery-image] Feb 26 17:25:52.086 INFO O| Feb 26 17:25:52.086 INFO STEP 859: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7454 | 2026-02-26T17:25:52.563Z | [ recovery-image] Feb 26 17:25:52.102 INFO O| Feb 26 17:25:52.102 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/amd64/plain.so.1" |
| 7455 | 2026-02-26T17:25:52.563Z | [ recovery-image] Feb 26 17:25:52.102 INFO O| Feb 26 17:25:52.102 INFO STEP 859 (remove_files) COMPLETE |
| 7456 | 2026-02-26T17:25:52.563Z | [ recovery-image] Feb 26 17:25:52.102 INFO O| Feb 26 17:25:52.102 INFO STEP 860: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7457 | 2026-02-26T17:25:52.563Z | [ recovery-image] Feb 26 17:25:52.118 INFO O| Feb 26 17:25:52.118 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/crammd5.so.1" |
| 7458 | 2026-02-26T17:25:52.563Z | [ recovery-image] Feb 26 17:25:52.118 INFO O| Feb 26 17:25:52.118 INFO STEP 860 (remove_files) COMPLETE |
| 7459 | 2026-02-26T17:25:52.563Z | [ recovery-image] Feb 26 17:25:52.118 INFO O| Feb 26 17:25:52.118 INFO STEP 861: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7460 | 2026-02-26T17:25:52.563Z | [ recovery-image] Feb 26 17:25:52.134 INFO O| Feb 26 17:25:52.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/digestmd5.so.1" |
| 7461 | 2026-02-26T17:25:52.563Z | [ recovery-image] Feb 26 17:25:52.134 INFO O| Feb 26 17:25:52.134 INFO STEP 861 (remove_files) COMPLETE |
| 7462 | 2026-02-26T17:25:52.563Z | [ recovery-image] Feb 26 17:25:52.134 INFO O| Feb 26 17:25:52.134 INFO STEP 862: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7463 | 2026-02-26T17:25:52.769Z | [ recovery-image] Feb 26 17:25:52.150 INFO O| Feb 26 17:25:52.150 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/gssapi.so.1" |
| 7464 | 2026-02-26T17:25:52.769Z | [ recovery-image] Feb 26 17:25:52.150 INFO O| Feb 26 17:25:52.150 INFO STEP 862 (remove_files) COMPLETE |
| 7465 | 2026-02-26T17:25:52.769Z | [ recovery-image] Feb 26 17:25:52.150 INFO O| Feb 26 17:25:52.150 INFO STEP 863: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7466 | 2026-02-26T17:25:52.769Z | [ recovery-image] Feb 26 17:25:52.165 INFO O| Feb 26 17:25:52.165 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/login.so.1" |
| 7467 | 2026-02-26T17:25:52.769Z | [ recovery-image] Feb 26 17:25:52.165 INFO O| Feb 26 17:25:52.165 INFO STEP 863 (remove_files) COMPLETE |
| 7468 | 2026-02-26T17:25:52.769Z | [ recovery-image] Feb 26 17:25:52.165 INFO O| Feb 26 17:25:52.165 INFO STEP 864: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7469 | 2026-02-26T17:25:52.769Z | [ recovery-image] Feb 26 17:25:52.179 INFO O| Feb 26 17:25:52.179 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sasl/plain.so.1" |
| 7470 | 2026-02-26T17:25:52.769Z | [ recovery-image] Feb 26 17:25:52.179 INFO O| Feb 26 17:25:52.179 INFO STEP 864 (remove_files) COMPLETE |
| 7471 | 2026-02-26T17:25:52.769Z | [ recovery-image] Feb 26 17:25:52.179 INFO O| Feb 26 17:25:52.179 INFO STEP 865: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7472 | 2026-02-26T17:25:52.795Z | [ recovery-image] Feb 26 17:25:52.192 INFO O| Feb 26 17:25:52.192 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdbf.so.1" |
| 7473 | 2026-02-26T17:25:52.795Z | [ recovery-image] Feb 26 17:25:52.193 INFO O| Feb 26 17:25:52.192 INFO STEP 865 (remove_files) COMPLETE |
| 7474 | 2026-02-26T17:25:52.795Z | [ recovery-image] Feb 26 17:25:52.193 INFO O| Feb 26 17:25:52.193 INFO STEP 866: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7475 | 2026-02-26T17:25:52.795Z | [ recovery-image] Feb 26 17:25:52.212 INFO O| Feb 26 17:25:52.211 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_bsdmd5.so.1" |
| 7476 | 2026-02-26T17:25:52.795Z | [ recovery-image] Feb 26 17:25:52.212 INFO O| Feb 26 17:25:52.212 INFO STEP 866 (remove_files) COMPLETE |
| 7477 | 2026-02-26T17:25:52.795Z | [ recovery-image] Feb 26 17:25:52.212 INFO O| Feb 26 17:25:52.212 INFO STEP 867: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7478 | 2026-02-26T17:25:52.795Z | [ recovery-image] Feb 26 17:25:52.228 INFO O| Feb 26 17:25:52.228 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha256.so.1" |
| 7479 | 2026-02-26T17:25:52.795Z | [ recovery-image] Feb 26 17:25:52.229 INFO O| Feb 26 17:25:52.229 INFO STEP 867 (remove_files) COMPLETE |
| 7480 | 2026-02-26T17:25:52.795Z | [ recovery-image] Feb 26 17:25:52.229 INFO O| Feb 26 17:25:52.229 INFO STEP 868: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7481 | 2026-02-26T17:25:52.795Z | [ recovery-image] Feb 26 17:25:52.243 INFO O| Feb 26 17:25:52.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sha512.so.1" |
| 7482 | 2026-02-26T17:25:52.795Z | [ recovery-image] Feb 26 17:25:52.243 INFO O| Feb 26 17:25:52.243 INFO STEP 868 (remove_files) COMPLETE |
| 7483 | 2026-02-26T17:25:52.795Z | [ recovery-image] Feb 26 17:25:52.243 INFO O| Feb 26 17:25:52.243 INFO STEP 869: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7484 | 2026-02-26T17:25:52.795Z | [ recovery-image] Feb 26 17:25:52.261 INFO O| Feb 26 17:25:52.261 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/crypt_sunmd5.so.1" |
| 7485 | 2026-02-26T17:25:52.795Z | [ recovery-image] Feb 26 17:25:52.261 INFO O| Feb 26 17:25:52.261 INFO STEP 869 (remove_files) COMPLETE |
| 7486 | 2026-02-26T17:25:52.795Z | [ recovery-image] Feb 26 17:25:52.261 INFO O| Feb 26 17:25:52.261 INFO STEP 870: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7487 | 2026-02-26T17:25:52.795Z | [ recovery-image] Feb 26 17:25:52.275 INFO O| Feb 26 17:25:52.274 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_allow.so.1" |
| 7488 | 2026-02-26T17:25:52.795Z | [ recovery-image] Feb 26 17:25:52.275 INFO O| Feb 26 17:25:52.275 INFO STEP 870 (remove_files) COMPLETE |
| 7489 | 2026-02-26T17:25:52.795Z | [ recovery-image] Feb 26 17:25:52.275 INFO O| Feb 26 17:25:52.275 INFO STEP 871: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7490 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.287 INFO O| Feb 26 17:25:52.287 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_check.so.1" |
| 7491 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.288 INFO O| Feb 26 17:25:52.288 INFO STEP 871 (remove_files) COMPLETE |
| 7492 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.288 INFO O| Feb 26 17:25:52.288 INFO STEP 872: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7493 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.301 INFO O| Feb 26 17:25:52.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_get.so.1" |
| 7494 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.301 INFO O| Feb 26 17:25:52.301 INFO STEP 872 (remove_files) COMPLETE |
| 7495 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.301 INFO O| Feb 26 17:25:52.301 INFO STEP 873: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7496 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.315 INFO O| Feb 26 17:25:52.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_authtok_store.so.1" |
| 7497 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.315 INFO O| Feb 26 17:25:52.315 INFO STEP 873 (remove_files) COMPLETE |
| 7498 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.315 INFO O| Feb 26 17:25:52.315 INFO STEP 874: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7499 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.331 INFO O| Feb 26 17:25:52.330 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_deny.so.1" |
| 7500 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.331 INFO O| Feb 26 17:25:52.331 INFO STEP 874 (remove_files) COMPLETE |
| 7501 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.331 INFO O| Feb 26 17:25:52.331 INFO STEP 875: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7502 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.345 INFO O| Feb 26 17:25:52.345 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dhkeys.so.1" |
| 7503 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.346 INFO O| Feb 26 17:25:52.346 INFO STEP 875 (remove_files) COMPLETE |
| 7504 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.346 INFO O| Feb 26 17:25:52.346 INFO STEP 876: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7505 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.364 INFO O| Feb 26 17:25:52.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_dial_auth.so.1" |
| 7506 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.365 INFO O| Feb 26 17:25:52.365 INFO STEP 876 (remove_files) COMPLETE |
| 7507 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.365 INFO O| Feb 26 17:25:52.365 INFO STEP 877: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7508 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.378 INFO O| Feb 26 17:25:52.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5.so.1" |
| 7509 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.378 INFO O| Feb 26 17:25:52.378 INFO STEP 877 (remove_files) COMPLETE |
| 7510 | 2026-02-26T17:25:52.796Z | [ recovery-image] Feb 26 17:25:52.378 INFO O| Feb 26 17:25:52.378 INFO STEP 878: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7511 | 2026-02-26T17:25:52.821Z | [ recovery-image] Feb 26 17:25:52.392 INFO O| Feb 26 17:25:52.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_krb5_migrate.so.1" |
| 7512 | 2026-02-26T17:25:52.821Z | [ recovery-image] Feb 26 17:25:52.392 INFO O| Feb 26 17:25:52.392 INFO STEP 878 (remove_files) COMPLETE |
| 7513 | 2026-02-26T17:25:52.822Z | [ recovery-image] Feb 26 17:25:52.392 INFO O| Feb 26 17:25:52.392 INFO STEP 879: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7514 | 2026-02-26T17:25:53.873Z | [ recovery-image] Feb 26 17:25:52.431 INFO O| Feb 26 17:25:52.431 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_ldap.so.1" |
| 7515 | 2026-02-26T17:25:53.873Z | [ recovery-image] Feb 26 17:25:52.431 INFO O| Feb 26 17:25:52.431 INFO STEP 879 (remove_files) COMPLETE |
| 7516 | 2026-02-26T17:25:53.873Z | [ recovery-image] Feb 26 17:25:52.432 INFO O| Feb 26 17:25:52.431 INFO STEP 880: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7517 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.465 INFO O| Feb 26 17:25:52.464 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_list.so.1" |
| 7518 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.465 INFO O| Feb 26 17:25:52.465 INFO STEP 880 (remove_files) COMPLETE |
| 7519 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.465 INFO O| Feb 26 17:25:52.465 INFO STEP 881: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7520 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.481 INFO O| Feb 26 17:25:52.481 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_passwd_auth.so.1" |
| 7521 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.481 INFO O| Feb 26 17:25:52.481 INFO STEP 881 (remove_files) COMPLETE |
| 7522 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.481 INFO O| Feb 26 17:25:52.481 INFO STEP 882: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7523 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.518 INFO O| Feb 26 17:25:52.518 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_rhosts_auth.so.1" |
| 7524 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.518 INFO O| Feb 26 17:25:52.518 INFO STEP 882 (remove_files) COMPLETE |
| 7525 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.518 INFO O| Feb 26 17:25:52.518 INFO STEP 883: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7526 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.531 INFO O| Feb 26 17:25:52.531 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_roles.so.1" |
| 7527 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.532 INFO O| Feb 26 17:25:52.532 INFO STEP 883 (remove_files) COMPLETE |
| 7528 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.532 INFO O| Feb 26 17:25:52.532 INFO STEP 884: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7529 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.545 INFO O| Feb 26 17:25:52.544 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_sample.so.1" |
| 7530 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.545 INFO O| Feb 26 17:25:52.545 INFO STEP 884 (remove_files) COMPLETE |
| 7531 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.545 INFO O| Feb 26 17:25:52.545 INFO STEP 885: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7532 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.560 INFO O| Feb 26 17:25:52.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smb_passwd.so.1" |
| 7533 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.560 INFO O| Feb 26 17:25:52.560 INFO STEP 885 (remove_files) COMPLETE |
| 7534 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.560 INFO O| Feb 26 17:25:52.560 INFO STEP 886: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7535 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.573 INFO O| Feb 26 17:25:52.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_smbfs_login.so.1" |
| 7536 | 2026-02-26T17:25:53.969Z | [ recovery-image] Feb 26 17:25:52.573 INFO O| Feb 26 17:25:52.573 INFO STEP 886 (remove_files) COMPLETE |
| 7537 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.573 INFO O| Feb 26 17:25:52.573 INFO STEP 887: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7538 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.587 INFO O| Feb 26 17:25:52.587 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_timestamp.so.1" |
| 7539 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.587 INFO O| Feb 26 17:25:52.587 INFO STEP 887 (remove_files) COMPLETE |
| 7540 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.587 INFO O| Feb 26 17:25:52.587 INFO STEP 888: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7541 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.600 INFO O| Feb 26 17:25:52.600 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_tsol_account.so.1" |
| 7542 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.601 INFO O| Feb 26 17:25:52.600 INFO STEP 888 (remove_files) COMPLETE |
| 7543 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.601 INFO O| Feb 26 17:25:52.600 INFO STEP 889: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7544 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.614 INFO O| Feb 26 17:25:52.614 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_account.so.1" |
| 7545 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.615 INFO O| Feb 26 17:25:52.615 INFO STEP 889 (remove_files) COMPLETE |
| 7546 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.615 INFO O| Feb 26 17:25:52.615 INFO STEP 890: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7547 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.627 INFO O| Feb 26 17:25:52.627 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_auth.so.1" |
| 7548 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.628 INFO O| Feb 26 17:25:52.628 INFO STEP 890 (remove_files) COMPLETE |
| 7549 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.628 INFO O| Feb 26 17:25:52.628 INFO STEP 891: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7550 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.641 INFO O| Feb 26 17:25:52.641 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_cred.so.1" |
| 7551 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.641 INFO O| Feb 26 17:25:52.641 INFO STEP 891 (remove_files) COMPLETE |
| 7552 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.641 INFO O| Feb 26 17:25:52.641 INFO STEP 892: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7553 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.655 INFO O| Feb 26 17:25:52.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pam_unix_session.so.1" |
| 7554 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.655 INFO O| Feb 26 17:25:52.655 INFO STEP 892 (remove_files) COMPLETE |
| 7555 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.655 INFO O| Feb 26 17:25:52.655 INFO STEP 893: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7556 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.670 INFO O| Feb 26 17:25:52.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_kernel.so.1" |
| 7557 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.670 INFO O| Feb 26 17:25:52.670 INFO STEP 893 (remove_files) COMPLETE |
| 7558 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.670 INFO O| Feb 26 17:25:52.670 INFO STEP 894: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7559 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.689 INFO O| Feb 26 17:25:52.689 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_softtoken.so.1" |
| 7560 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.689 INFO O| Feb 26 17:25:52.689 INFO STEP 894 (remove_files) COMPLETE |
| 7561 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.689 INFO O| Feb 26 17:25:52.689 INFO STEP 895: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7562 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.707 INFO O| Feb 26 17:25:52.707 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/amd64/pkcs11_tpm.so.1" |
| 7563 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.707 INFO O| Feb 26 17:25:52.707 INFO STEP 895 (remove_files) COMPLETE |
| 7564 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.707 INFO O| Feb 26 17:25:52.707 INFO STEP 896: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7565 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.724 INFO O| Feb 26 17:25:52.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_binfile.so.1" |
| 7566 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.724 INFO O| Feb 26 17:25:52.724 INFO STEP 896 (remove_files) COMPLETE |
| 7567 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.724 INFO O| Feb 26 17:25:52.724 INFO STEP 897: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7568 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.739 INFO O| Feb 26 17:25:52.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_remote.so.1" |
| 7569 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.740 INFO O| Feb 26 17:25:52.740 INFO STEP 897 (remove_files) COMPLETE |
| 7570 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.740 INFO O| Feb 26 17:25:52.740 INFO STEP 898: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7571 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.754 INFO O| Feb 26 17:25:52.753 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/audit_syslog.so.1" |
| 7572 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.754 INFO O| Feb 26 17:25:52.754 INFO STEP 898 (remove_files) COMPLETE |
| 7573 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.754 INFO O| Feb 26 17:25:52.754 INFO STEP 899: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7574 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.767 INFO O| Feb 26 17:25:52.767 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdbf.so.1" |
| 7575 | 2026-02-26T17:25:53.970Z | [ recovery-image] Feb 26 17:25:52.767 INFO O| Feb 26 17:25:52.767 INFO STEP 899 (remove_files) COMPLETE |
| 7576 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.767 INFO O| Feb 26 17:25:52.767 INFO STEP 900: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7577 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.781 INFO O| Feb 26 17:25:52.781 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_bsdmd5.so.1" |
| 7578 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.781 INFO O| Feb 26 17:25:52.781 INFO STEP 900 (remove_files) COMPLETE |
| 7579 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.781 INFO O| Feb 26 17:25:52.781 INFO STEP 901: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7580 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.796 INFO O| Feb 26 17:25:52.796 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha256.so.1" |
| 7581 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.796 INFO O| Feb 26 17:25:52.796 INFO STEP 901 (remove_files) COMPLETE |
| 7582 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.796 INFO O| Feb 26 17:25:52.796 INFO STEP 902: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7583 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.811 INFO O| Feb 26 17:25:52.811 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sha512.so.1" |
| 7584 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.812 INFO O| Feb 26 17:25:52.812 INFO STEP 902 (remove_files) COMPLETE |
| 7585 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.812 INFO O| Feb 26 17:25:52.812 INFO STEP 903: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7586 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.826 INFO O| Feb 26 17:25:52.826 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/crypt_sunmd5.so.1" |
| 7587 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.827 INFO O| Feb 26 17:25:52.827 INFO STEP 903 (remove_files) COMPLETE |
| 7588 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.827 INFO O| Feb 26 17:25:52.827 INFO STEP 904: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7589 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.841 INFO O| Feb 26 17:25:52.841 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_allow.so.1" |
| 7590 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.841 INFO O| Feb 26 17:25:52.841 INFO STEP 904 (remove_files) COMPLETE |
| 7591 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.841 INFO O| Feb 26 17:25:52.841 INFO STEP 905: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7592 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.856 INFO O| Feb 26 17:25:52.856 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_check.so.1" |
| 7593 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.856 INFO O| Feb 26 17:25:52.856 INFO STEP 905 (remove_files) COMPLETE |
| 7594 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.856 INFO O| Feb 26 17:25:52.856 INFO STEP 906: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7595 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.871 INFO O| Feb 26 17:25:52.871 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_authtok_store.so.1" |
| 7596 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.871 INFO O| Feb 26 17:25:52.871 INFO STEP 906 (remove_files) COMPLETE |
| 7597 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.871 INFO O| Feb 26 17:25:52.871 INFO STEP 907: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7598 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.890 INFO O| Feb 26 17:25:52.890 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_deny.so.1" |
| 7599 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.890 INFO O| Feb 26 17:25:52.890 INFO STEP 907 (remove_files) COMPLETE |
| 7600 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.890 INFO O| Feb 26 17:25:52.890 INFO STEP 908: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7601 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.906 INFO O| Feb 26 17:25:52.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5.so.1" |
| 7602 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.907 INFO O| Feb 26 17:25:52.906 INFO STEP 908 (remove_files) COMPLETE |
| 7603 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.907 INFO O| Feb 26 17:25:52.906 INFO STEP 909: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7604 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.925 INFO O| Feb 26 17:25:52.925 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_krb5_migrate.so.1" |
| 7605 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.925 INFO O| Feb 26 17:25:52.925 INFO STEP 909 (remove_files) COMPLETE |
| 7606 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.925 INFO O| Feb 26 17:25:52.925 INFO STEP 910: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7607 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.944 INFO O| Feb 26 17:25:52.944 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_ldap.so.1" |
| 7608 | 2026-02-26T17:25:53.971Z | [ recovery-image] Feb 26 17:25:52.944 INFO O| Feb 26 17:25:52.944 INFO STEP 910 (remove_files) COMPLETE |
| 7609 | 2026-02-26T17:25:53.972Z | [ recovery-image] Feb 26 17:25:52.944 INFO O| Feb 26 17:25:52.944 INFO STEP 911: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7610 | 2026-02-26T17:25:53.972Z | [ recovery-image] Feb 26 17:25:52.961 INFO O| Feb 26 17:25:52.961 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_list.so.1" |
| 7611 | 2026-02-26T17:25:53.972Z | [ recovery-image] Feb 26 17:25:52.961 INFO O| Feb 26 17:25:52.961 INFO STEP 911 (remove_files) COMPLETE |
| 7612 | 2026-02-26T17:25:53.972Z | [ recovery-image] Feb 26 17:25:52.961 INFO O| Feb 26 17:25:52.961 INFO STEP 912: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7613 | 2026-02-26T17:25:53.972Z | [ recovery-image] Feb 26 17:25:52.976 INFO O| Feb 26 17:25:52.976 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_passwd_auth.so.1" |
| 7614 | 2026-02-26T17:25:53.972Z | [ recovery-image] Feb 26 17:25:52.977 INFO O| Feb 26 17:25:52.977 INFO STEP 912 (remove_files) COMPLETE |
| 7615 | 2026-02-26T17:25:53.972Z | [ recovery-image] Feb 26 17:25:52.977 INFO O| Feb 26 17:25:52.977 INFO STEP 913: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7616 | 2026-02-26T17:25:53.972Z | [ recovery-image] Feb 26 17:25:52.993 INFO O| Feb 26 17:25:52.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_rhosts_auth.so.1" |
| 7617 | 2026-02-26T17:25:53.998Z | [ recovery-image] Feb 26 17:25:52.993 INFO O| Feb 26 17:25:52.993 INFO STEP 913 (remove_files) COMPLETE |
| 7618 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:52.993 INFO O| Feb 26 17:25:52.993 INFO STEP 914: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7619 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.008 INFO O| Feb 26 17:25:53.008 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_sample.so.1" |
| 7620 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.008 INFO O| Feb 26 17:25:53.008 INFO STEP 914 (remove_files) COMPLETE |
| 7621 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.008 INFO O| Feb 26 17:25:53.008 INFO STEP 915: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7622 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.023 INFO O| Feb 26 17:25:53.023 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smb_passwd.so.1" |
| 7623 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.024 INFO O| Feb 26 17:25:53.023 INFO STEP 915 (remove_files) COMPLETE |
| 7624 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.024 INFO O| Feb 26 17:25:53.023 INFO STEP 916: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7625 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.038 INFO O| Feb 26 17:25:53.038 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_smbfs_login.so.1" |
| 7626 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.038 INFO O| Feb 26 17:25:53.038 INFO STEP 916 (remove_files) COMPLETE |
| 7627 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.038 INFO O| Feb 26 17:25:53.038 INFO STEP 917: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7628 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.052 INFO O| Feb 26 17:25:53.052 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_timestamp.so.1" |
| 7629 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.052 INFO O| Feb 26 17:25:53.052 INFO STEP 917 (remove_files) COMPLETE |
| 7630 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.052 INFO O| Feb 26 17:25:53.052 INFO STEP 918: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7631 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.071 INFO O| Feb 26 17:25:53.071 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pam_tsol_account.so.1" |
| 7632 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.071 INFO O| Feb 26 17:25:53.071 INFO STEP 918 (remove_files) COMPLETE |
| 7633 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.071 INFO O| Feb 26 17:25:53.071 INFO STEP 919: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7634 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.087 INFO O| Feb 26 17:25:53.087 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_kernel.so.1" |
| 7635 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.087 INFO O| Feb 26 17:25:53.087 INFO STEP 919 (remove_files) COMPLETE |
| 7636 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.087 INFO O| Feb 26 17:25:53.087 INFO STEP 920: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7637 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.103 INFO O| Feb 26 17:25:53.103 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_softtoken.so.1" |
| 7638 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.103 INFO O| Feb 26 17:25:53.103 INFO STEP 920 (remove_files) COMPLETE |
| 7639 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.103 INFO O| Feb 26 17:25:53.103 INFO STEP 921: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7640 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.119 INFO O| Feb 26 17:25:53.119 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/security/pkcs11_tpm.so.1" |
| 7641 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.119 INFO O| Feb 26 17:25:53.119 INFO STEP 921 (remove_files) COMPLETE |
| 7642 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.119 INFO O| Feb 26 17:25:53.119 INFO STEP 922: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7643 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.134 INFO O| Feb 26 17:25:53.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/compress" |
| 7644 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.134 INFO O| Feb 26 17:25:53.134 INFO STEP 922 (remove_files) COMPLETE |
| 7645 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.134 INFO O| Feb 26 17:25:53.134 INFO STEP 923: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7646 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.148 INFO O| Feb 26 17:25:53.148 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashcheck" |
| 7647 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.149 INFO O| Feb 26 17:25:53.149 INFO STEP 923 (remove_files) COMPLETE |
| 7648 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.149 INFO O| Feb 26 17:25:53.149 INFO STEP 924: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7649 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.163 INFO O| Feb 26 17:25:53.163 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hashmake" |
| 7650 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.164 INFO O| Feb 26 17:25:53.163 INFO STEP 924 (remove_files) COMPLETE |
| 7651 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.164 INFO O| Feb 26 17:25:53.164 INFO STEP 925: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7652 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.178 INFO O| Feb 26 17:25:53.178 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlista" |
| 7653 | 2026-02-26T17:25:53.999Z | [ recovery-image] Feb 26 17:25:53.179 INFO O| Feb 26 17:25:53.178 INFO STEP 925 (remove_files) COMPLETE |
| 7654 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.179 INFO O| Feb 26 17:25:53.179 INFO STEP 926: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7655 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.193 INFO O| Feb 26 17:25:53.193 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hlistb" |
| 7656 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.193 INFO O| Feb 26 17:25:53.193 INFO STEP 926 (remove_files) COMPLETE |
| 7657 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.193 INFO O| Feb 26 17:25:53.193 INFO STEP 927: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7658 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.207 INFO O| Feb 26 17:25:53.207 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/hstop" |
| 7659 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.207 INFO O| Feb 26 17:25:53.207 INFO STEP 927 (remove_files) COMPLETE |
| 7660 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.207 INFO O| Feb 26 17:25:53.207 INFO STEP 928: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7661 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.221 INFO O| Feb 26 17:25:53.221 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellin" |
| 7662 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.221 INFO O| Feb 26 17:25:53.221 INFO STEP 928 (remove_files) COMPLETE |
| 7663 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.221 INFO O| Feb 26 17:25:53.221 INFO STEP 929: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7664 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.234 INFO O| Feb 26 17:25:53.234 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/spell/spellprog" |
| 7665 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.234 INFO O| Feb 26 17:25:53.234 INFO STEP 929 (remove_files) COMPLETE |
| 7666 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.234 INFO O| Feb 26 17:25:53.234 INFO STEP 930: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7667 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.248 INFO O| Feb 26 17:25:53.248 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/sysevent/syseventconfd" |
| 7668 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.248 INFO O| Feb 26 17:25:53.248 INFO STEP 930 (remove_files) COMPLETE |
| 7669 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.248 INFO O| Feb 26 17:25:53.248 INFO STEP 931: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7670 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.266 INFO O| Feb 26 17:25:53.266 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_direct.so.1" |
| 7671 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.266 INFO O| Feb 26 17:25:53.266 INFO STEP 931 (remove_files) COMPLETE |
| 7672 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.266 INFO O| Feb 26 17:25:53.266 INFO STEP 932: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7673 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.283 INFO O| Feb 26 17:25:53.283 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/amd64/libvarpd_files.so.1" |
| 7674 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.284 INFO O| Feb 26 17:25:53.283 INFO STEP 932 (remove_files) COMPLETE |
| 7675 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.284 INFO O| Feb 26 17:25:53.284 INFO STEP 933: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7676 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.299 INFO O| Feb 26 17:25:53.299 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_direct.so.1" |
| 7677 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.299 INFO O| Feb 26 17:25:53.299 INFO STEP 933 (remove_files) COMPLETE |
| 7678 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.299 INFO O| Feb 26 17:25:53.299 INFO STEP 934: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7679 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.314 INFO O| Feb 26 17:25:53.314 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/libvarpd_files.so.1" |
| 7680 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.314 INFO O| Feb 26 17:25:53.314 INFO STEP 934 (remove_files) COMPLETE |
| 7681 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.314 INFO O| Feb 26 17:25:53.314 INFO STEP 935: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7682 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.329 INFO O| Feb 26 17:25:53.328 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/varpd/varpd" |
| 7683 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.329 INFO O| Feb 26 17:25:53.329 INFO STEP 935 (remove_files) COMPLETE |
| 7684 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.329 INFO O| Feb 26 17:25:53.329 INFO STEP 936: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7685 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.350 INFO O| Feb 26 17:25:53.349 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/xhci/xhci_portsc" |
| 7686 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.350 INFO O| Feb 26 17:25:53.350 INFO STEP 936 (remove_files) COMPLETE |
| 7687 | 2026-02-26T17:25:54.000Z | [ recovery-image] Feb 26 17:25:53.350 INFO O| Feb 26 17:25:53.350 INFO STEP 937: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7688 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.364 INFO O| Feb 26 17:25:53.364 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zfs/availdevs" |
| 7689 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.364 INFO O| Feb 26 17:25:53.364 INFO STEP 937 (remove_files) COMPLETE |
| 7690 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.364 INFO O| Feb 26 17:25:53.364 INFO STEP 938: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7691 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.378 INFO O| Feb 26 17:25:53.378 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/lib/zones/zoneadmd" |
| 7692 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.378 INFO O| Feb 26 17:25:53.378 INFO STEP 938 (remove_files) COMPLETE |
| 7693 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.378 INFO O| Feb 26 17:25:53.378 INFO STEP 939: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7694 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.392 INFO O| Feb 26 17:25:53.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/sftp-server" |
| 7695 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.392 INFO O| Feb 26 17:25:53.392 INFO STEP 939 (remove_files) COMPLETE |
| 7696 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.392 INFO O| Feb 26 17:25:53.392 INFO STEP 940: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7697 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.405 INFO O| Feb 26 17:25:53.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-keysign" |
| 7698 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.405 INFO O| Feb 26 17:25:53.405 INFO STEP 940 (remove_files) COMPLETE |
| 7699 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.405 INFO O| Feb 26 17:25:53.405 INFO STEP 941: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7700 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.418 INFO O| Feb 26 17:25:53.417 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-pkcs11-helper" |
| 7701 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.418 INFO O| Feb 26 17:25:53.418 INFO STEP 941 (remove_files) COMPLETE |
| 7702 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.418 INFO O| Feb 26 17:25:53.418 INFO STEP 942: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7703 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.430 INFO O| Feb 26 17:25:53.430 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/libexec/amd64/ssh-sk-helper" |
| 7704 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.430 INFO O| Feb 26 17:25:53.430 INFO STEP 942 (remove_files) COMPLETE |
| 7705 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.430 INFO O| Feb 26 17:25:53.430 INFO STEP 943: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7706 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.442 INFO O| Feb 26 17:25:53.442 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispgid" |
| 7707 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.442 INFO O| Feb 26 17:25:53.442 INFO STEP 943 (remove_files) COMPLETE |
| 7708 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.442 INFO O| Feb 26 17:25:53.442 INFO STEP 944: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7709 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.455 INFO O| Feb 26 17:25:53.455 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/dispuid" |
| 7710 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.455 INFO O| Feb 26 17:25:53.455 INFO STEP 944 (remove_files) COMPLETE |
| 7711 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.455 INFO O| Feb 26 17:25:53.455 INFO STEP 945: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7712 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.467 INFO O| Feb 26 17:25:53.467 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errange" |
| 7713 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.467 INFO O| Feb 26 17:25:53.467 INFO STEP 945 (remove_files) COMPLETE |
| 7714 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.467 INFO O| Feb 26 17:25:53.467 INFO STEP 946: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7715 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.479 INFO O| Feb 26 17:25:53.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errdate" |
| 7716 | 2026-02-26T17:25:54.001Z | [ recovery-image] Feb 26 17:25:53.479 INFO O| Feb 26 17:25:53.479 INFO STEP 946 (remove_files) COMPLETE |
| 7717 | 2026-02-26T17:25:54.028Z | [ recovery-image] Feb 26 17:25:53.479 INFO O| Feb 26 17:25:53.479 INFO STEP 947: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7718 | 2026-02-26T17:25:54.028Z | [ recovery-image] Feb 26 17:25:53.490 INFO O| Feb 26 17:25:53.490 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errgid" |
| 7719 | 2026-02-26T17:25:54.028Z | [ recovery-image] Feb 26 17:25:53.491 INFO O| Feb 26 17:25:53.490 INFO STEP 947 (remove_files) COMPLETE |
| 7720 | 2026-02-26T17:25:54.029Z | [ recovery-image] Feb 26 17:25:53.491 INFO O| Feb 26 17:25:53.491 INFO STEP 948: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7721 | 2026-02-26T17:25:54.029Z | [ recovery-image] Feb 26 17:25:53.546 INFO O| Feb 26 17:25:53.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errint" |
| 7722 | 2026-02-26T17:25:54.029Z | [ recovery-image] Feb 26 17:25:53.547 INFO O| Feb 26 17:25:53.546 INFO STEP 948 (remove_files) COMPLETE |
| 7723 | 2026-02-26T17:25:54.029Z | [ recovery-image] Feb 26 17:25:53.547 INFO O| Feb 26 17:25:53.546 INFO STEP 949: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7724 | 2026-02-26T17:25:54.029Z | [ recovery-image] Feb 26 17:25:53.559 INFO O| Feb 26 17:25:53.559 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erritem" |
| 7725 | 2026-02-26T17:25:54.029Z | [ recovery-image] Feb 26 17:25:53.559 INFO O| Feb 26 17:25:53.559 INFO STEP 949 (remove_files) COMPLETE |
| 7726 | 2026-02-26T17:25:54.029Z | [ recovery-image] Feb 26 17:25:53.559 INFO O| Feb 26 17:25:53.559 INFO STEP 950: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7727 | 2026-02-26T17:25:54.029Z | [ recovery-image] Feb 26 17:25:53.571 INFO O| Feb 26 17:25:53.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errpath" |
| 7728 | 2026-02-26T17:25:54.029Z | [ recovery-image] Feb 26 17:25:53.571 INFO O| Feb 26 17:25:53.571 INFO STEP 950 (remove_files) COMPLETE |
| 7729 | 2026-02-26T17:25:54.029Z | [ recovery-image] Feb 26 17:25:53.571 INFO O| Feb 26 17:25:53.571 INFO STEP 951: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7730 | 2026-02-26T17:25:54.029Z | [ recovery-image] Feb 26 17:25:53.583 INFO O| Feb 26 17:25:53.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errstr" |
| 7731 | 2026-02-26T17:25:54.029Z | [ recovery-image] Feb 26 17:25:53.583 INFO O| Feb 26 17:25:53.583 INFO STEP 951 (remove_files) COMPLETE |
| 7732 | 2026-02-26T17:25:54.029Z | [ recovery-image] Feb 26 17:25:53.583 INFO O| Feb 26 17:25:53.583 INFO STEP 952: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7733 | 2026-02-26T17:25:54.029Z | [ recovery-image] Feb 26 17:25:53.596 INFO O| Feb 26 17:25:53.596 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/errtime" |
| 7734 | 2026-02-26T17:25:54.029Z | [ recovery-image] Feb 26 17:25:53.596 INFO O| Feb 26 17:25:53.596 INFO STEP 952 (remove_files) COMPLETE |
| 7735 | 2026-02-26T17:25:54.029Z | [ recovery-image] Feb 26 17:25:53.596 INFO O| Feb 26 17:25:53.596 INFO STEP 953: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7736 | 2026-02-26T17:25:54.029Z | [ recovery-image] Feb 26 17:25:53.609 INFO O| Feb 26 17:25:53.609 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erruid" |
| 7737 | 2026-02-26T17:25:54.029Z | [ recovery-image] Feb 26 17:25:53.609 INFO O| Feb 26 17:25:53.609 INFO STEP 953 (remove_files) COMPLETE |
| 7738 | 2026-02-26T17:25:54.029Z | [ recovery-image] Feb 26 17:25:53.609 INFO O| Feb 26 17:25:53.609 INFO STEP 954: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7739 | 2026-02-26T17:25:54.054Z | [ recovery-image] Feb 26 17:25:53.624 INFO O| Feb 26 17:25:53.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/erryorn" |
| 7740 | 2026-02-26T17:25:54.054Z | [ recovery-image] Feb 26 17:25:53.624 INFO O| Feb 26 17:25:53.624 INFO STEP 954 (remove_files) COMPLETE |
| 7741 | 2026-02-26T17:25:54.054Z | [ recovery-image] Feb 26 17:25:53.624 INFO O| Feb 26 17:25:53.624 INFO STEP 955: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7742 | 2026-02-26T17:25:54.054Z | [ recovery-image] Feb 26 17:25:53.640 INFO O| Feb 26 17:25:53.640 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpdate" |
| 7743 | 2026-02-26T17:25:54.054Z | [ recovery-image] Feb 26 17:25:53.641 INFO O| Feb 26 17:25:53.641 INFO STEP 955 (remove_files) COMPLETE |
| 7744 | 2026-02-26T17:25:54.054Z | [ recovery-image] Feb 26 17:25:53.641 INFO O| Feb 26 17:25:53.641 INFO STEP 956: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7745 | 2026-02-26T17:25:54.079Z | [ recovery-image] Feb 26 17:25:53.663 INFO O| Feb 26 17:25:53.662 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpgid" |
| 7746 | 2026-02-26T17:25:54.079Z | [ recovery-image] Feb 26 17:25:53.663 INFO O| Feb 26 17:25:53.663 INFO STEP 956 (remove_files) COMPLETE |
| 7747 | 2026-02-26T17:25:54.079Z | [ recovery-image] Feb 26 17:25:53.663 INFO O| Feb 26 17:25:53.663 INFO STEP 957: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7748 | 2026-02-26T17:25:54.104Z | [ recovery-image] Feb 26 17:25:53.682 INFO O| Feb 26 17:25:53.682 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpint" |
| 7749 | 2026-02-26T17:25:54.104Z | [ recovery-image] Feb 26 17:25:53.682 INFO O| Feb 26 17:25:53.682 INFO STEP 957 (remove_files) COMPLETE |
| 7750 | 2026-02-26T17:25:54.104Z | [ recovery-image] Feb 26 17:25:53.682 INFO O| Feb 26 17:25:53.682 INFO STEP 958: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7751 | 2026-02-26T17:25:54.131Z | [ recovery-image] Feb 26 17:25:53.698 INFO O| Feb 26 17:25:53.698 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpitem" |
| 7752 | 2026-02-26T17:25:54.131Z | [ recovery-image] Feb 26 17:25:53.698 INFO O| Feb 26 17:25:53.698 INFO STEP 958 (remove_files) COMPLETE |
| 7753 | 2026-02-26T17:25:54.131Z | [ recovery-image] Feb 26 17:25:53.698 INFO O| Feb 26 17:25:53.698 INFO STEP 959: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7754 | 2026-02-26T17:25:54.131Z | [ recovery-image] Feb 26 17:25:53.714 INFO O| Feb 26 17:25:53.713 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helppath" |
| 7755 | 2026-02-26T17:25:54.131Z | [ recovery-image] Feb 26 17:25:53.714 INFO O| Feb 26 17:25:53.714 INFO STEP 959 (remove_files) COMPLETE |
| 7756 | 2026-02-26T17:25:54.131Z | [ recovery-image] Feb 26 17:25:53.714 INFO O| Feb 26 17:25:53.714 INFO STEP 960: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7757 | 2026-02-26T17:25:54.156Z | [ recovery-image] Feb 26 17:25:53.728 INFO O| Feb 26 17:25:53.728 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helprange" |
| 7758 | 2026-02-26T17:25:54.156Z | [ recovery-image] Feb 26 17:25:53.728 INFO O| Feb 26 17:25:53.728 INFO STEP 960 (remove_files) COMPLETE |
| 7759 | 2026-02-26T17:25:54.156Z | [ recovery-image] Feb 26 17:25:53.728 INFO O| Feb 26 17:25:53.728 INFO STEP 961: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7760 | 2026-02-26T17:25:54.156Z | [ recovery-image] Feb 26 17:25:53.741 INFO O| Feb 26 17:25:53.741 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpstr" |
| 7761 | 2026-02-26T17:25:54.156Z | [ recovery-image] Feb 26 17:25:53.741 INFO O| Feb 26 17:25:53.741 INFO STEP 961 (remove_files) COMPLETE |
| 7762 | 2026-02-26T17:25:54.156Z | [ recovery-image] Feb 26 17:25:53.741 INFO O| Feb 26 17:25:53.741 INFO STEP 962: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7763 | 2026-02-26T17:25:54.181Z | [ recovery-image] Feb 26 17:25:53.755 INFO O| Feb 26 17:25:53.755 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helptime" |
| 7764 | 2026-02-26T17:25:54.181Z | [ recovery-image] Feb 26 17:25:53.755 INFO O| Feb 26 17:25:53.755 INFO STEP 962 (remove_files) COMPLETE |
| 7765 | 2026-02-26T17:25:54.182Z | [ recovery-image] Feb 26 17:25:53.755 INFO O| Feb 26 17:25:53.755 INFO STEP 963: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7766 | 2026-02-26T17:25:54.182Z | [ recovery-image] Feb 26 17:25:53.769 INFO O| Feb 26 17:25:53.769 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpuid" |
| 7767 | 2026-02-26T17:25:54.182Z | [ recovery-image] Feb 26 17:25:53.769 INFO O| Feb 26 17:25:53.769 INFO STEP 963 (remove_files) COMPLETE |
| 7768 | 2026-02-26T17:25:54.182Z | [ recovery-image] Feb 26 17:25:53.769 INFO O| Feb 26 17:25:53.769 INFO STEP 964: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7769 | 2026-02-26T17:25:54.207Z | [ recovery-image] Feb 26 17:25:53.783 INFO O| Feb 26 17:25:53.783 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/helpyorn" |
| 7770 | 2026-02-26T17:25:54.207Z | [ recovery-image] Feb 26 17:25:53.783 INFO O| Feb 26 17:25:53.783 INFO STEP 964 (remove_files) COMPLETE |
| 7771 | 2026-02-26T17:25:54.207Z | [ recovery-image] Feb 26 17:25:53.783 INFO O| Feb 26 17:25:53.783 INFO STEP 965: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7772 | 2026-02-26T17:25:54.231Z | [ recovery-image] Feb 26 17:25:53.797 INFO O| Feb 26 17:25:53.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/puttext" |
| 7773 | 2026-02-26T17:25:54.231Z | [ recovery-image] Feb 26 17:25:53.797 INFO O| Feb 26 17:25:53.797 INFO STEP 965 (remove_files) COMPLETE |
| 7774 | 2026-02-26T17:25:54.231Z | [ recovery-image] Feb 26 17:25:53.797 INFO O| Feb 26 17:25:53.797 INFO STEP 966: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7775 | 2026-02-26T17:25:54.231Z | [ recovery-image] Feb 26 17:25:53.809 INFO O| Feb 26 17:25:53.809 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valdate" |
| 7776 | 2026-02-26T17:25:54.231Z | [ recovery-image] Feb 26 17:25:53.810 INFO O| Feb 26 17:25:53.809 INFO STEP 966 (remove_files) COMPLETE |
| 7777 | 2026-02-26T17:25:54.231Z | [ recovery-image] Feb 26 17:25:53.810 INFO O| Feb 26 17:25:53.810 INFO STEP 967: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7778 | 2026-02-26T17:25:54.256Z | [ recovery-image] Feb 26 17:25:53.822 INFO O| Feb 26 17:25:53.822 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valgid" |
| 7779 | 2026-02-26T17:25:54.256Z | [ recovery-image] Feb 26 17:25:53.822 INFO O| Feb 26 17:25:53.822 INFO STEP 967 (remove_files) COMPLETE |
| 7780 | 2026-02-26T17:25:54.256Z | [ recovery-image] Feb 26 17:25:53.822 INFO O| Feb 26 17:25:53.822 INFO STEP 968: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7781 | 2026-02-26T17:25:54.256Z | [ recovery-image] Feb 26 17:25:53.835 INFO O| Feb 26 17:25:53.835 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valint" |
| 7782 | 2026-02-26T17:25:54.256Z | [ recovery-image] Feb 26 17:25:53.835 INFO O| Feb 26 17:25:53.835 INFO STEP 968 (remove_files) COMPLETE |
| 7783 | 2026-02-26T17:25:54.256Z | [ recovery-image] Feb 26 17:25:53.835 INFO O| Feb 26 17:25:53.835 INFO STEP 969: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7784 | 2026-02-26T17:25:54.281Z | [ recovery-image] Feb 26 17:25:53.847 INFO O| Feb 26 17:25:53.847 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valpath" |
| 7785 | 2026-02-26T17:25:54.281Z | [ recovery-image] Feb 26 17:25:53.847 INFO O| Feb 26 17:25:53.847 INFO STEP 969 (remove_files) COMPLETE |
| 7786 | 2026-02-26T17:25:54.281Z | [ recovery-image] Feb 26 17:25:53.847 INFO O| Feb 26 17:25:53.847 INFO STEP 970: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7787 | 2026-02-26T17:25:54.281Z | [ recovery-image] Feb 26 17:25:53.865 INFO O| Feb 26 17:25:53.865 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valrange" |
| 7788 | 2026-02-26T17:25:54.281Z | [ recovery-image] Feb 26 17:25:53.865 INFO O| Feb 26 17:25:53.865 INFO STEP 970 (remove_files) COMPLETE |
| 7789 | 2026-02-26T17:25:54.281Z | [ recovery-image] Feb 26 17:25:53.865 INFO O| Feb 26 17:25:53.865 INFO STEP 971: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7790 | 2026-02-26T17:25:54.306Z | [ recovery-image] Feb 26 17:25:53.884 INFO O| Feb 26 17:25:53.884 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valstr" |
| 7791 | 2026-02-26T17:25:54.306Z | [ recovery-image] Feb 26 17:25:53.884 INFO O| Feb 26 17:25:53.884 INFO STEP 971 (remove_files) COMPLETE |
| 7792 | 2026-02-26T17:25:54.306Z | [ recovery-image] Feb 26 17:25:53.884 INFO O| Feb 26 17:25:53.884 INFO STEP 972: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7793 | 2026-02-26T17:25:54.330Z | [ recovery-image] Feb 26 17:25:53.902 INFO O| Feb 26 17:25:53.902 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valtime" |
| 7794 | 2026-02-26T17:25:54.331Z | [ recovery-image] Feb 26 17:25:53.902 INFO O| Feb 26 17:25:53.902 INFO STEP 972 (remove_files) COMPLETE |
| 7795 | 2026-02-26T17:25:54.331Z | [ recovery-image] Feb 26 17:25:53.902 INFO O| Feb 26 17:25:53.902 INFO STEP 973: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7796 | 2026-02-26T17:25:54.356Z | [ recovery-image] Feb 26 17:25:53.920 INFO O| Feb 26 17:25:53.920 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valuid" |
| 7797 | 2026-02-26T17:25:54.356Z | [ recovery-image] Feb 26 17:25:53.920 INFO O| Feb 26 17:25:53.920 INFO STEP 973 (remove_files) COMPLETE |
| 7798 | 2026-02-26T17:25:54.356Z | [ recovery-image] Feb 26 17:25:53.920 INFO O| Feb 26 17:25:53.920 INFO STEP 974: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7799 | 2026-02-26T17:25:54.356Z | [ recovery-image] Feb 26 17:25:53.936 INFO O| Feb 26 17:25:53.936 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/bin/valyorn" |
| 7800 | 2026-02-26T17:25:54.356Z | [ recovery-image] Feb 26 17:25:53.936 INFO O| Feb 26 17:25:53.936 INFO STEP 974 (remove_files) COMPLETE |
| 7801 | 2026-02-26T17:25:54.356Z | [ recovery-image] Feb 26 17:25:53.936 INFO O| Feb 26 17:25:53.936 INFO STEP 975: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7802 | 2026-02-26T17:25:54.380Z | [ recovery-image] Feb 26 17:25:53.954 INFO O| Feb 26 17:25:53.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkginstall" |
| 7803 | 2026-02-26T17:25:54.380Z | [ recovery-image] Feb 26 17:25:53.955 INFO O| Feb 26 17:25:53.955 INFO STEP 975 (remove_files) COMPLETE |
| 7804 | 2026-02-26T17:25:54.380Z | [ recovery-image] Feb 26 17:25:53.955 INFO O| Feb 26 17:25:53.955 INFO STEP 976: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7805 | 2026-02-26T17:25:54.406Z | [ recovery-image] Feb 26 17:25:53.994 INFO O| Feb 26 17:25:53.993 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgname" |
| 7806 | 2026-02-26T17:25:54.406Z | [ recovery-image] Feb 26 17:25:53.994 INFO O| Feb 26 17:25:53.994 INFO STEP 976 (remove_files) COMPLETE |
| 7807 | 2026-02-26T17:25:54.431Z | [ recovery-image] Feb 26 17:25:53.994 INFO O| Feb 26 17:25:53.994 INFO STEP 977: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7808 | 2026-02-26T17:25:54.431Z | [ recovery-image] Feb 26 17:25:54.010 INFO O| Feb 26 17:25:54.010 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgremove" |
| 7809 | 2026-02-26T17:25:54.431Z | [ recovery-image] Feb 26 17:25:54.010 INFO O| Feb 26 17:25:54.010 INFO STEP 977 (remove_files) COMPLETE |
| 7810 | 2026-02-26T17:25:54.431Z | [ recovery-image] Feb 26 17:25:54.010 INFO O| Feb 26 17:25:54.010 INFO STEP 978: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7811 | 2026-02-26T17:25:54.456Z | [ recovery-image] Feb 26 17:25:54.029 INFO O| Feb 26 17:25:54.028 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/bin/pkgserv" |
| 7812 | 2026-02-26T17:25:54.456Z | [ recovery-image] Feb 26 17:25:54.029 INFO O| Feb 26 17:25:54.029 INFO STEP 978 (remove_files) COMPLETE |
| 7813 | 2026-02-26T17:25:54.456Z | [ recovery-image] Feb 26 17:25:54.029 INFO O| Feb 26 17:25:54.029 INFO STEP 979: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7814 | 2026-02-26T17:25:54.481Z | [ recovery-image] Feb 26 17:25:54.045 INFO O| Feb 26 17:25:54.045 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/miniroot.db" |
| 7815 | 2026-02-26T17:25:54.481Z | [ recovery-image] Feb 26 17:25:54.045 INFO O| Feb 26 17:25:54.045 INFO STEP 979 (remove_files) COMPLETE |
| 7816 | 2026-02-26T17:25:54.481Z | [ recovery-image] Feb 26 17:25:54.045 INFO O| Feb 26 17:25:54.045 INFO STEP 980: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7817 | 2026-02-26T17:25:54.481Z | [ recovery-image] Feb 26 17:25:54.064 INFO O| Feb 26 17:25:54.063 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/install/scripts/i.preserve" |
| 7818 | 2026-02-26T17:25:54.481Z | [ recovery-image] Feb 26 17:25:54.064 INFO O| Feb 26 17:25:54.064 INFO STEP 980 (remove_files) COMPLETE |
| 7819 | 2026-02-26T17:25:54.481Z | [ recovery-image] Feb 26 17:25:54.064 INFO O| Feb 26 17:25:54.064 INFO STEP 981: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7820 | 2026-02-26T17:25:54.506Z | [ recovery-image] Feb 26 17:25:54.079 INFO O| Feb 26 17:25:54.079 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sadm/ugdates" |
| 7821 | 2026-02-26T17:25:54.506Z | [ recovery-image] Feb 26 17:25:54.080 INFO O| Feb 26 17:25:54.080 INFO STEP 981 (remove_files) COMPLETE |
| 7822 | 2026-02-26T17:25:54.506Z | [ recovery-image] Feb 26 17:25:54.080 INFO O| Feb 26 17:25:54.080 INFO STEP 982: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7823 | 2026-02-26T17:25:54.531Z | [ recovery-image] Feb 26 17:25:54.094 INFO O| Feb 26 17:25:54.094 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/6to4relay" |
| 7824 | 2026-02-26T17:25:54.531Z | [ recovery-image] Feb 26 17:25:54.095 INFO O| Feb 26 17:25:54.095 INFO STEP 982 (remove_files) COMPLETE |
| 7825 | 2026-02-26T17:25:54.531Z | [ recovery-image] Feb 26 17:25:54.095 INFO O| Feb 26 17:25:54.095 INFO STEP 983: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7826 | 2026-02-26T17:25:54.531Z | [ recovery-image] Feb 26 17:25:54.110 INFO O| Feb 26 17:25:54.109 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acctadm" |
| 7827 | 2026-02-26T17:25:54.531Z | [ recovery-image] Feb 26 17:25:54.110 INFO O| Feb 26 17:25:54.110 INFO STEP 983 (remove_files) COMPLETE |
| 7828 | 2026-02-26T17:25:54.531Z | [ recovery-image] Feb 26 17:25:54.110 INFO O| Feb 26 17:25:54.110 INFO STEP 984: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7829 | 2026-02-26T17:25:54.557Z | [ recovery-image] Feb 26 17:25:54.129 INFO O| Feb 26 17:25:54.128 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpidump" |
| 7830 | 2026-02-26T17:25:54.557Z | [ recovery-image] Feb 26 17:25:54.129 INFO O| Feb 26 17:25:54.129 INFO STEP 984 (remove_files) COMPLETE |
| 7831 | 2026-02-26T17:25:54.557Z | [ recovery-image] Feb 26 17:25:54.129 INFO O| Feb 26 17:25:54.129 INFO STEP 985: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7832 | 2026-02-26T17:25:54.582Z | [ recovery-image] Feb 26 17:25:54.147 INFO O| Feb 26 17:25:54.147 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/acpixtract" |
| 7833 | 2026-02-26T17:25:54.582Z | [ recovery-image] Feb 26 17:25:54.147 INFO O| Feb 26 17:25:54.147 INFO STEP 985 (remove_files) COMPLETE |
| 7834 | 2026-02-26T17:25:54.582Z | [ recovery-image] Feb 26 17:25:54.147 INFO O| Feb 26 17:25:54.147 INFO STEP 986: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7835 | 2026-02-26T17:25:54.582Z | [ recovery-image] Feb 26 17:25:54.163 INFO O| Feb 26 17:25:54.162 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/add_drv" |
| 7836 | 2026-02-26T17:25:54.582Z | [ recovery-image] Feb 26 17:25:54.163 INFO O| Feb 26 17:25:54.163 INFO STEP 986 (remove_files) COMPLETE |
| 7837 | 2026-02-26T17:25:54.582Z | [ recovery-image] Feb 26 17:25:54.163 INFO O| Feb 26 17:25:54.163 INFO STEP 987: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7838 | 2026-02-26T17:25:54.607Z | [ recovery-image] Feb 26 17:25:54.177 INFO O| Feb 26 17:25:54.177 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/allocate" |
| 7839 | 2026-02-26T17:25:54.607Z | [ recovery-image] Feb 26 17:25:54.177 INFO O| Feb 26 17:25:54.177 INFO STEP 987 (remove_files) COMPLETE |
| 7840 | 2026-02-26T17:25:54.607Z | [ recovery-image] Feb 26 17:25:54.177 INFO O| Feb 26 17:25:54.177 INFO STEP 988: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7841 | 2026-02-26T17:25:54.607Z | [ recovery-image] Feb 26 17:25:54.191 INFO O| Feb 26 17:25:54.191 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/intrstat" |
| 7842 | 2026-02-26T17:25:54.607Z | [ recovery-image] Feb 26 17:25:54.191 INFO O| Feb 26 17:25:54.191 INFO STEP 988 (remove_files) COMPLETE |
| 7843 | 2026-02-26T17:25:54.607Z | [ recovery-image] Feb 26 17:25:54.191 INFO O| Feb 26 17:25:54.191 INFO STEP 989: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7844 | 2026-02-26T17:25:54.632Z | [ recovery-image] Feb 26 17:25:54.220 INFO O| Feb 26 17:25:54.220 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/lockstat" |
| 7845 | 2026-02-26T17:25:54.657Z | [ recovery-image] Feb 26 17:25:54.221 INFO O| Feb 26 17:25:54.221 INFO STEP 989 (remove_files) COMPLETE |
| 7846 | 2026-02-26T17:25:54.658Z | [ recovery-image] Feb 26 17:25:54.221 INFO O| Feb 26 17:25:54.221 INFO STEP 990: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7847 | 2026-02-26T17:25:54.658Z | [ recovery-image] Feb 26 17:25:54.236 INFO O| Feb 26 17:25:54.236 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/amd64/plockstat" |
| 7848 | 2026-02-26T17:25:54.658Z | [ recovery-image] Feb 26 17:25:54.236 INFO O| Feb 26 17:25:54.236 INFO STEP 990 (remove_files) COMPLETE |
| 7849 | 2026-02-26T17:25:54.658Z | [ recovery-image] Feb 26 17:25:54.236 INFO O| Feb 26 17:25:54.236 INFO STEP 991: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7850 | 2026-02-26T17:25:54.683Z | [ recovery-image] Feb 26 17:25:54.249 INFO O| Feb 26 17:25:54.249 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/arp" |
| 7851 | 2026-02-26T17:25:54.683Z | [ recovery-image] Feb 26 17:25:54.249 INFO O| Feb 26 17:25:54.249 INFO STEP 991 (remove_files) COMPLETE |
| 7852 | 2026-02-26T17:25:54.683Z | [ recovery-image] Feb 26 17:25:54.249 INFO O| Feb 26 17:25:54.249 INFO STEP 992: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7853 | 2026-02-26T17:25:54.683Z | [ recovery-image] Feb 26 17:25:54.262 INFO O| Feb 26 17:25:54.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audit" |
| 7854 | 2026-02-26T17:25:54.683Z | [ recovery-image] Feb 26 17:25:54.262 INFO O| Feb 26 17:25:54.262 INFO STEP 992 (remove_files) COMPLETE |
| 7855 | 2026-02-26T17:25:54.683Z | [ recovery-image] Feb 26 17:25:54.262 INFO O| Feb 26 17:25:54.262 INFO STEP 993: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7856 | 2026-02-26T17:25:54.708Z | [ recovery-image] Feb 26 17:25:54.275 INFO O| Feb 26 17:25:54.275 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditconfig" |
| 7857 | 2026-02-26T17:25:54.708Z | [ recovery-image] Feb 26 17:25:54.275 INFO O| Feb 26 17:25:54.275 INFO STEP 993 (remove_files) COMPLETE |
| 7858 | 2026-02-26T17:25:54.708Z | [ recovery-image] Feb 26 17:25:54.275 INFO O| Feb 26 17:25:54.275 INFO STEP 994: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7859 | 2026-02-26T17:25:54.708Z | [ recovery-image] Feb 26 17:25:54.288 INFO O| Feb 26 17:25:54.288 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditd" |
| 7860 | 2026-02-26T17:25:54.708Z | [ recovery-image] Feb 26 17:25:54.288 INFO O| Feb 26 17:25:54.288 INFO STEP 994 (remove_files) COMPLETE |
| 7861 | 2026-02-26T17:25:54.708Z | [ recovery-image] Feb 26 17:25:54.289 INFO O| Feb 26 17:25:54.288 INFO STEP 995: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7862 | 2026-02-26T17:25:54.733Z | [ recovery-image] Feb 26 17:25:54.302 INFO O| Feb 26 17:25:54.301 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditrecord" |
| 7863 | 2026-02-26T17:25:54.733Z | [ recovery-image] Feb 26 17:25:54.302 INFO O| Feb 26 17:25:54.302 INFO STEP 995 (remove_files) COMPLETE |
| 7864 | 2026-02-26T17:25:54.733Z | [ recovery-image] Feb 26 17:25:54.302 INFO O| Feb 26 17:25:54.302 INFO STEP 996: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7865 | 2026-02-26T17:25:54.733Z | [ recovery-image] Feb 26 17:25:54.315 INFO O| Feb 26 17:25:54.315 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditreduce" |
| 7866 | 2026-02-26T17:25:54.733Z | [ recovery-image] Feb 26 17:25:54.315 INFO O| Feb 26 17:25:54.315 INFO STEP 996 (remove_files) COMPLETE |
| 7867 | 2026-02-26T17:25:54.734Z | [ recovery-image] Feb 26 17:25:54.316 INFO O| Feb 26 17:25:54.315 INFO STEP 997: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7868 | 2026-02-26T17:25:54.759Z | [ recovery-image] Feb 26 17:25:54.329 INFO O| Feb 26 17:25:54.329 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/auditstat" |
| 7869 | 2026-02-26T17:25:54.759Z | [ recovery-image] Feb 26 17:25:54.329 INFO O| Feb 26 17:25:54.329 INFO STEP 997 (remove_files) COMPLETE |
| 7870 | 2026-02-26T17:25:54.759Z | [ recovery-image] Feb 26 17:25:54.329 INFO O| Feb 26 17:25:54.329 INFO STEP 998: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7871 | 2026-02-26T17:25:54.759Z | [ recovery-image] Feb 26 17:25:54.343 INFO O| Feb 26 17:25:54.343 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/audlinks" |
| 7872 | 2026-02-26T17:25:54.759Z | [ recovery-image] Feb 26 17:25:54.343 INFO O| Feb 26 17:25:54.343 INFO STEP 998 (remove_files) COMPLETE |
| 7873 | 2026-02-26T17:25:54.759Z | [ recovery-image] Feb 26 17:25:54.344 INFO O| Feb 26 17:25:54.344 INFO STEP 999: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7874 | 2026-02-26T17:25:54.808Z | [ recovery-image] Feb 26 17:25:54.393 INFO O| Feb 26 17:25:54.393 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyve" |
| 7875 | 2026-02-26T17:25:54.808Z | [ recovery-image] Feb 26 17:25:54.393 INFO O| Feb 26 17:25:54.393 INFO STEP 999 (remove_files) COMPLETE |
| 7876 | 2026-02-26T17:25:54.834Z | [ recovery-image] Feb 26 17:25:54.393 INFO O| Feb 26 17:25:54.393 INFO STEP 1000: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7877 | 2026-02-26T17:25:54.834Z | [ recovery-image] Feb 26 17:25:54.410 INFO O| Feb 26 17:25:54.410 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/bhyvectl" |
| 7878 | 2026-02-26T17:25:54.834Z | [ recovery-image] Feb 26 17:25:54.411 INFO O| Feb 26 17:25:54.411 INFO STEP 1000 (remove_files) COMPLETE |
| 7879 | 2026-02-26T17:25:54.834Z | [ recovery-image] Feb 26 17:25:54.411 INFO O| Feb 26 17:25:54.411 INFO STEP 1001: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7880 | 2026-02-26T17:25:54.868Z | [ recovery-image] Feb 26 17:25:54.426 INFO O| Feb 26 17:25:54.426 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cfgadm" |
| 7881 | 2026-02-26T17:25:54.868Z | [ recovery-image] Feb 26 17:25:54.427 INFO O| Feb 26 17:25:54.427 INFO STEP 1001 (remove_files) COMPLETE |
| 7882 | 2026-02-26T17:25:54.868Z | [ recovery-image] Feb 26 17:25:54.427 INFO O| Feb 26 17:25:54.427 INFO STEP 1002: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7883 | 2026-02-26T17:25:54.868Z | [ recovery-image] Feb 26 17:25:54.444 INFO O| Feb 26 17:25:54.443 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chronyd" |
| 7884 | 2026-02-26T17:25:54.868Z | [ recovery-image] Feb 26 17:25:54.444 INFO O| Feb 26 17:25:54.444 INFO STEP 1002 (remove_files) COMPLETE |
| 7885 | 2026-02-26T17:25:54.868Z | [ recovery-image] Feb 26 17:25:54.444 INFO O| Feb 26 17:25:54.444 INFO STEP 1003: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7886 | 2026-02-26T17:25:54.894Z | [ recovery-image] Feb 26 17:25:54.461 INFO O| Feb 26 17:25:54.460 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/chroot" |
| 7887 | 2026-02-26T17:25:54.894Z | [ recovery-image] Feb 26 17:25:54.461 INFO O| Feb 26 17:25:54.461 INFO STEP 1003 (remove_files) COMPLETE |
| 7888 | 2026-02-26T17:25:54.894Z | [ recovery-image] Feb 26 17:25:54.461 INFO O| Feb 26 17:25:54.461 INFO STEP 1004: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7889 | 2026-02-26T17:25:54.894Z | [ recovery-image] Feb 26 17:25:54.477 INFO O| Feb 26 17:25:54.477 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clear_locks" |
| 7890 | 2026-02-26T17:25:54.894Z | [ recovery-image] Feb 26 17:25:54.477 INFO O| Feb 26 17:25:54.477 INFO STEP 1004 (remove_files) COMPLETE |
| 7891 | 2026-02-26T17:25:54.894Z | [ recovery-image] Feb 26 17:25:54.477 INFO O| Feb 26 17:25:54.477 INFO STEP 1005: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7892 | 2026-02-26T17:25:54.919Z | [ recovery-image] Feb 26 17:25:54.493 INFO O| Feb 26 17:25:54.493 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clinfo" |
| 7893 | 2026-02-26T17:25:54.919Z | [ recovery-image] Feb 26 17:25:54.493 INFO O| Feb 26 17:25:54.493 INFO STEP 1005 (remove_files) COMPLETE |
| 7894 | 2026-02-26T17:25:54.919Z | [ recovery-image] Feb 26 17:25:54.494 INFO O| Feb 26 17:25:54.493 INFO STEP 1006: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7895 | 2026-02-26T17:25:54.944Z | [ recovery-image] Feb 26 17:25:54.508 INFO O| Feb 26 17:25:54.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/clri" |
| 7896 | 2026-02-26T17:25:54.944Z | [ recovery-image] Feb 26 17:25:54.508 INFO O| Feb 26 17:25:54.508 INFO STEP 1006 (remove_files) COMPLETE |
| 7897 | 2026-02-26T17:25:54.944Z | [ recovery-image] Feb 26 17:25:54.508 INFO O| Feb 26 17:25:54.508 INFO STEP 1007: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7898 | 2026-02-26T17:25:54.944Z | [ recovery-image] Feb 26 17:25:54.522 INFO O| Feb 26 17:25:54.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadm" |
| 7899 | 2026-02-26T17:25:54.944Z | [ recovery-image] Feb 26 17:25:54.522 INFO O| Feb 26 17:25:54.522 INFO STEP 1007 (remove_files) COMPLETE |
| 7900 | 2026-02-26T17:25:54.944Z | [ recovery-image] Feb 26 17:25:54.522 INFO O| Feb 26 17:25:54.522 INFO STEP 1008: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7901 | 2026-02-26T17:25:54.969Z | [ recovery-image] Feb 26 17:25:54.536 INFO O| Feb 26 17:25:54.536 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/consadmd" |
| 7902 | 2026-02-26T17:25:54.969Z | [ recovery-image] Feb 26 17:25:54.537 INFO O| Feb 26 17:25:54.536 INFO STEP 1008 (remove_files) COMPLETE |
| 7903 | 2026-02-26T17:25:54.969Z | [ recovery-image] Feb 26 17:25:54.537 INFO O| Feb 26 17:25:54.537 INFO STEP 1009: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7904 | 2026-02-26T17:25:54.969Z | [ recovery-image] Feb 26 17:25:54.553 INFO O| Feb 26 17:25:54.552 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/cpustat" |
| 7905 | 2026-02-26T17:25:54.969Z | [ recovery-image] Feb 26 17:25:54.553 INFO O| Feb 26 17:25:54.553 INFO STEP 1009 (remove_files) COMPLETE |
| 7906 | 2026-02-26T17:25:54.970Z | [ recovery-image] Feb 26 17:25:54.553 INFO O| Feb 26 17:25:54.553 INFO STEP 1010: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7907 | 2026-02-26T17:25:54.995Z | [ recovery-image] Feb 26 17:25:54.567 INFO O| Feb 26 17:25:54.567 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/deallocate" |
| 7908 | 2026-02-26T17:25:54.995Z | [ recovery-image] Feb 26 17:25:54.567 INFO O| Feb 26 17:25:54.567 INFO STEP 1010 (remove_files) COMPLETE |
| 7909 | 2026-02-26T17:25:54.995Z | [ recovery-image] Feb 26 17:25:54.567 INFO O| Feb 26 17:25:54.567 INFO STEP 1011: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7910 | 2026-02-26T17:25:54.995Z | [ recovery-image] Feb 26 17:25:54.580 INFO O| Feb 26 17:25:54.580 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devinfo" |
| 7911 | 2026-02-26T17:25:54.995Z | [ recovery-image] Feb 26 17:25:54.580 INFO O| Feb 26 17:25:54.580 INFO STEP 1011 (remove_files) COMPLETE |
| 7912 | 2026-02-26T17:25:54.995Z | [ recovery-image] Feb 26 17:25:54.580 INFO O| Feb 26 17:25:54.580 INFO STEP 1012: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7913 | 2026-02-26T17:25:55.021Z | [ recovery-image] Feb 26 17:25:54.593 INFO O| Feb 26 17:25:54.593 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/devlinks" |
| 7914 | 2026-02-26T17:25:55.021Z | [ recovery-image] Feb 26 17:25:54.593 INFO O| Feb 26 17:25:54.593 INFO STEP 1012 (remove_files) COMPLETE |
| 7915 | 2026-02-26T17:25:55.021Z | [ recovery-image] Feb 26 17:25:54.594 INFO O| Feb 26 17:25:54.593 INFO STEP 1013: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7916 | 2026-02-26T17:25:55.021Z | [ recovery-image] Feb 26 17:25:54.606 INFO O| Feb 26 17:25:54.606 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/df" |
| 7917 | 2026-02-26T17:25:55.021Z | [ recovery-image] Feb 26 17:25:54.606 INFO O| Feb 26 17:25:54.606 INFO STEP 1013 (remove_files) COMPLETE |
| 7918 | 2026-02-26T17:25:55.021Z | [ recovery-image] Feb 26 17:25:54.606 INFO O| Feb 26 17:25:54.606 INFO STEP 1014: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7919 | 2026-02-26T17:25:55.047Z | [ recovery-image] Feb 26 17:25:54.618 INFO O| Feb 26 17:25:54.618 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfmounts" |
| 7920 | 2026-02-26T17:25:55.047Z | [ recovery-image] Feb 26 17:25:54.618 INFO O| Feb 26 17:25:54.618 INFO STEP 1014 (remove_files) COMPLETE |
| 7921 | 2026-02-26T17:25:55.047Z | [ recovery-image] Feb 26 17:25:54.618 INFO O| Feb 26 17:25:54.618 INFO STEP 1015: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7922 | 2026-02-26T17:25:55.047Z | [ recovery-image] Feb 26 17:25:54.630 INFO O| Feb 26 17:25:54.630 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dfshares" |
| 7923 | 2026-02-26T17:25:55.047Z | [ recovery-image] Feb 26 17:25:54.630 INFO O| Feb 26 17:25:54.630 INFO STEP 1015 (remove_files) COMPLETE |
| 7924 | 2026-02-26T17:25:55.047Z | [ recovery-image] Feb 26 17:25:54.630 INFO O| Feb 26 17:25:54.630 INFO STEP 1016: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7925 | 2026-02-26T17:25:55.073Z | [ recovery-image] Feb 26 17:25:54.643 INFO O| Feb 26 17:25:54.643 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/disks" |
| 7926 | 2026-02-26T17:25:55.073Z | [ recovery-image] Feb 26 17:25:54.643 INFO O| Feb 26 17:25:54.643 INFO STEP 1016 (remove_files) COMPLETE |
| 7927 | 2026-02-26T17:25:55.073Z | [ recovery-image] Feb 26 17:25:54.643 INFO O| Feb 26 17:25:54.643 INFO STEP 1017: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7928 | 2026-02-26T17:25:55.073Z | [ recovery-image] Feb 26 17:25:54.655 INFO O| Feb 26 17:25:54.655 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dispadmin" |
| 7929 | 2026-02-26T17:25:55.073Z | [ recovery-image] Feb 26 17:25:54.655 INFO O| Feb 26 17:25:54.655 INFO STEP 1017 (remove_files) COMPLETE |
| 7930 | 2026-02-26T17:25:55.073Z | [ recovery-image] Feb 26 17:25:54.655 INFO O| Feb 26 17:25:54.655 INFO STEP 1018: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7931 | 2026-02-26T17:25:55.098Z | [ recovery-image] Feb 26 17:25:54.668 INFO O| Feb 26 17:25:54.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/dminfo" |
| 7932 | 2026-02-26T17:25:55.098Z | [ recovery-image] Feb 26 17:25:54.668 INFO O| Feb 26 17:25:54.668 INFO STEP 1018 (remove_files) COMPLETE |
| 7933 | 2026-02-26T17:25:55.098Z | [ recovery-image] Feb 26 17:25:54.668 INFO O| Feb 26 17:25:54.668 INFO STEP 1019: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7934 | 2026-02-26T17:25:55.098Z | [ recovery-image] Feb 26 17:25:54.680 INFO O| Feb 26 17:25:54.680 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/drvconfig" |
| 7935 | 2026-02-26T17:25:55.098Z | [ recovery-image] Feb 26 17:25:54.680 INFO O| Feb 26 17:25:54.680 INFO STEP 1019 (remove_files) COMPLETE |
| 7936 | 2026-02-26T17:25:55.098Z | [ recovery-image] Feb 26 17:25:54.680 INFO O| Feb 26 17:25:54.680 INFO STEP 1020: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7937 | 2026-02-26T17:25:55.123Z | [ recovery-image] Feb 26 17:25:54.692 INFO O| Feb 26 17:25:54.692 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/eeprom" |
| 7938 | 2026-02-26T17:25:55.123Z | [ recovery-image] Feb 26 17:25:54.692 INFO O| Feb 26 17:25:54.692 INFO STEP 1020 (remove_files) COMPLETE |
| 7939 | 2026-02-26T17:25:55.123Z | [ recovery-image] Feb 26 17:25:54.692 INFO O| Feb 26 17:25:54.692 INFO STEP 1021: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7940 | 2026-02-26T17:25:55.123Z | [ recovery-image] Feb 26 17:25:54.706 INFO O| Feb 26 17:25:54.706 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ff" |
| 7941 | 2026-02-26T17:25:55.123Z | [ recovery-image] Feb 26 17:25:54.706 INFO O| Feb 26 17:25:54.706 INFO STEP 1021 (remove_files) COMPLETE |
| 7942 | 2026-02-26T17:25:55.123Z | [ recovery-image] Feb 26 17:25:54.706 INFO O| Feb 26 17:25:54.706 INFO STEP 1022: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7943 | 2026-02-26T17:25:55.149Z | [ recovery-image] Feb 26 17:25:54.720 INFO O| Feb 26 17:25:54.720 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmadm" |
| 7944 | 2026-02-26T17:25:55.149Z | [ recovery-image] Feb 26 17:25:54.721 INFO O| Feb 26 17:25:54.721 INFO STEP 1022 (remove_files) COMPLETE |
| 7945 | 2026-02-26T17:25:55.149Z | [ recovery-image] Feb 26 17:25:54.721 INFO O| Feb 26 17:25:54.721 INFO STEP 1023: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7946 | 2026-02-26T17:25:55.174Z | [ recovery-image] Feb 26 17:25:54.739 INFO O| Feb 26 17:25:54.739 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmdump" |
| 7947 | 2026-02-26T17:25:55.174Z | [ recovery-image] Feb 26 17:25:54.740 INFO O| Feb 26 17:25:54.739 INFO STEP 1023 (remove_files) COMPLETE |
| 7948 | 2026-02-26T17:25:55.174Z | [ recovery-image] Feb 26 17:25:54.740 INFO O| Feb 26 17:25:54.739 INFO STEP 1024: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7949 | 2026-02-26T17:25:55.174Z | [ recovery-image] Feb 26 17:25:54.757 INFO O| Feb 26 17:25:54.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmstat" |
| 7950 | 2026-02-26T17:25:55.174Z | [ recovery-image] Feb 26 17:25:54.758 INFO O| Feb 26 17:25:54.757 INFO STEP 1024 (remove_files) COMPLETE |
| 7951 | 2026-02-26T17:25:55.174Z | [ recovery-image] Feb 26 17:25:54.758 INFO O| Feb 26 17:25:54.758 INFO STEP 1025: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7952 | 2026-02-26T17:25:55.199Z | [ recovery-image] Feb 26 17:25:54.774 INFO O| Feb 26 17:25:54.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fmthard" |
| 7953 | 2026-02-26T17:25:55.199Z | [ recovery-image] Feb 26 17:25:54.774 INFO O| Feb 26 17:25:54.774 INFO STEP 1025 (remove_files) COMPLETE |
| 7954 | 2026-02-26T17:25:55.199Z | [ recovery-image] Feb 26 17:25:54.774 INFO O| Feb 26 17:25:54.774 INFO STEP 1026: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7955 | 2026-02-26T17:25:55.225Z | [ recovery-image] Feb 26 17:25:54.788 INFO O| Feb 26 17:25:54.788 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/format" |
| 7956 | 2026-02-26T17:25:55.225Z | [ recovery-image] Feb 26 17:25:54.788 INFO O| Feb 26 17:25:54.788 INFO STEP 1026 (remove_files) COMPLETE |
| 7957 | 2026-02-26T17:25:55.225Z | [ recovery-image] Feb 26 17:25:54.788 INFO O| Feb 26 17:25:54.788 INFO STEP 1027: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7958 | 2026-02-26T17:25:55.225Z | [ recovery-image] Feb 26 17:25:54.802 INFO O| Feb 26 17:25:54.802 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fsck" |
| 7959 | 2026-02-26T17:25:55.225Z | [ recovery-image] Feb 26 17:25:54.803 INFO O| Feb 26 17:25:54.802 INFO STEP 1027 (remove_files) COMPLETE |
| 7960 | 2026-02-26T17:25:55.225Z | [ recovery-image] Feb 26 17:25:54.803 INFO O| Feb 26 17:25:54.802 INFO STEP 1028: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7961 | 2026-02-26T17:25:55.251Z | [ recovery-image] Feb 26 17:25:54.815 INFO O| Feb 26 17:25:54.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/fuser" |
| 7962 | 2026-02-26T17:25:55.251Z | [ recovery-image] Feb 26 17:25:54.815 INFO O| Feb 26 17:25:54.815 INFO STEP 1028 (remove_files) COMPLETE |
| 7963 | 2026-02-26T17:25:55.251Z | [ recovery-image] Feb 26 17:25:54.815 INFO O| Feb 26 17:25:54.815 INFO STEP 1029: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7964 | 2026-02-26T17:25:55.251Z | [ recovery-image] Feb 26 17:25:54.832 INFO O| Feb 26 17:25:54.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getdevpolicy" |
| 7965 | 2026-02-26T17:25:55.251Z | [ recovery-image] Feb 26 17:25:54.832 INFO O| Feb 26 17:25:54.832 INFO STEP 1029 (remove_files) COMPLETE |
| 7966 | 2026-02-26T17:25:55.251Z | [ recovery-image] Feb 26 17:25:54.832 INFO O| Feb 26 17:25:54.832 INFO STEP 1030: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7967 | 2026-02-26T17:25:55.276Z | [ recovery-image] Feb 26 17:25:54.845 INFO O| Feb 26 17:25:54.845 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/getmajor" |
| 7968 | 2026-02-26T17:25:55.276Z | [ recovery-image] Feb 26 17:25:54.845 INFO O| Feb 26 17:25:54.845 INFO STEP 1030 (remove_files) COMPLETE |
| 7969 | 2026-02-26T17:25:55.276Z | [ recovery-image] Feb 26 17:25:54.845 INFO O| Feb 26 17:25:54.845 INFO STEP 1031: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7970 | 2026-02-26T17:25:55.276Z | [ recovery-image] Feb 26 17:25:54.857 INFO O| Feb 26 17:25:54.857 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupadd" |
| 7971 | 2026-02-26T17:25:55.276Z | [ recovery-image] Feb 26 17:25:54.857 INFO O| Feb 26 17:25:54.857 INFO STEP 1031 (remove_files) COMPLETE |
| 7972 | 2026-02-26T17:25:55.276Z | [ recovery-image] Feb 26 17:25:54.857 INFO O| Feb 26 17:25:54.857 INFO STEP 1032: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7973 | 2026-02-26T17:25:55.301Z | [ recovery-image] Feb 26 17:25:54.868 INFO O| Feb 26 17:25:54.867 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupdel" |
| 7974 | 2026-02-26T17:25:55.301Z | [ recovery-image] Feb 26 17:25:54.868 INFO O| Feb 26 17:25:54.868 INFO STEP 1032 (remove_files) COMPLETE |
| 7975 | 2026-02-26T17:25:55.302Z | [ recovery-image] Feb 26 17:25:54.868 INFO O| Feb 26 17:25:54.868 INFO STEP 1033: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7976 | 2026-02-26T17:25:55.302Z | [ recovery-image] Feb 26 17:25:54.878 INFO O| Feb 26 17:25:54.878 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/groupmod" |
| 7977 | 2026-02-26T17:25:55.302Z | [ recovery-image] Feb 26 17:25:54.879 INFO O| Feb 26 17:25:54.879 INFO STEP 1033 (remove_files) COMPLETE |
| 7978 | 2026-02-26T17:25:55.302Z | [ recovery-image] Feb 26 17:25:54.879 INFO O| Feb 26 17:25:54.879 INFO STEP 1034: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7979 | 2026-02-26T17:25:55.327Z | [ recovery-image] Feb 26 17:25:54.890 INFO O| Feb 26 17:25:54.889 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/growfs" |
| 7980 | 2026-02-26T17:25:55.327Z | [ recovery-image] Feb 26 17:25:54.890 INFO O| Feb 26 17:25:54.890 INFO STEP 1034 (remove_files) COMPLETE |
| 7981 | 2026-02-26T17:25:55.327Z | [ recovery-image] Feb 26 17:25:54.890 INFO O| Feb 26 17:25:54.890 INFO STEP 1035: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7982 | 2026-02-26T17:25:55.327Z | [ recovery-image] Feb 26 17:25:54.906 INFO O| Feb 26 17:25:54.906 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/grpck" |
| 7983 | 2026-02-26T17:25:55.327Z | [ recovery-image] Feb 26 17:25:54.907 INFO O| Feb 26 17:25:54.906 INFO STEP 1035 (remove_files) COMPLETE |
| 7984 | 2026-02-26T17:25:55.327Z | [ recovery-image] Feb 26 17:25:54.907 INFO O| Feb 26 17:25:54.906 INFO STEP 1036: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7985 | 2026-02-26T17:25:55.355Z | [ recovery-image] Feb 26 17:25:54.919 INFO O| Feb 26 17:25:54.919 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/gsscred" |
| 7986 | 2026-02-26T17:25:55.355Z | [ recovery-image] Feb 26 17:25:54.919 INFO O| Feb 26 17:25:54.919 INFO STEP 1036 (remove_files) COMPLETE |
| 7987 | 2026-02-26T17:25:55.355Z | [ recovery-image] Feb 26 17:25:54.919 INFO O| Feb 26 17:25:54.919 INFO STEP 1037: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7988 | 2026-02-26T17:25:55.355Z | [ recovery-image] Feb 26 17:25:54.935 INFO O| Feb 26 17:25:54.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/halt" |
| 7989 | 2026-02-26T17:25:55.355Z | [ recovery-image] Feb 26 17:25:54.935 INFO O| Feb 26 17:25:54.935 INFO STEP 1037 (remove_files) COMPLETE |
| 7990 | 2026-02-26T17:25:55.355Z | [ recovery-image] Feb 26 17:25:54.935 INFO O| Feb 26 17:25:54.935 INFO STEP 1038: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7991 | 2026-02-26T17:25:55.381Z | [ recovery-image] Feb 26 17:25:54.948 INFO O| Feb 26 17:25:54.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/hotplug" |
| 7992 | 2026-02-26T17:25:55.381Z | [ recovery-image] Feb 26 17:25:54.948 INFO O| Feb 26 17:25:54.948 INFO STEP 1038 (remove_files) COMPLETE |
| 7993 | 2026-02-26T17:25:55.381Z | [ recovery-image] Feb 26 17:25:54.948 INFO O| Feb 26 17:25:54.948 INFO STEP 1039: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7994 | 2026-02-26T17:25:55.381Z | [ recovery-image] Feb 26 17:25:54.964 INFO O| Feb 26 17:25:54.964 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/iasl" |
| 7995 | 2026-02-26T17:25:55.381Z | [ recovery-image] Feb 26 17:25:54.964 INFO O| Feb 26 17:25:54.964 INFO STEP 1039 (remove_files) COMPLETE |
| 7996 | 2026-02-26T17:25:55.381Z | [ recovery-image] Feb 26 17:25:54.964 INFO O| Feb 26 17:25:54.964 INFO STEP 1040: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 7997 | 2026-02-26T17:25:55.416Z | [ recovery-image] Feb 26 17:25:54.981 INFO O| Feb 26 17:25:54.981 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/idmap" |
| 7998 | 2026-02-26T17:25:55.416Z | [ recovery-image] Feb 26 17:25:54.981 INFO O| Feb 26 17:25:54.981 INFO STEP 1040 (remove_files) COMPLETE |
| 7999 | 2026-02-26T17:25:55.416Z | [ recovery-image] Feb 26 17:25:54.981 INFO O| Feb 26 17:25:54.981 INFO STEP 1041: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8000 | 2026-02-26T17:25:55.416Z | [ recovery-image] Feb 26 17:25:54.995 INFO O| Feb 26 17:25:54.995 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/if_mpadm" |
| 8001 | 2026-02-26T17:25:55.416Z | [ recovery-image] Feb 26 17:25:54.996 INFO O| Feb 26 17:25:54.995 INFO STEP 1041 (remove_files) COMPLETE |
| 8002 | 2026-02-26T17:25:55.416Z | [ recovery-image] Feb 26 17:25:54.996 INFO O| Feb 26 17:25:54.995 INFO STEP 1042: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8003 | 2026-02-26T17:25:55.443Z | [ recovery-image] Feb 26 17:25:55.009 INFO O| Feb 26 17:25:55.009 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikeadm" |
| 8004 | 2026-02-26T17:25:55.443Z | [ recovery-image] Feb 26 17:25:55.009 INFO O| Feb 26 17:25:55.009 INFO STEP 1042 (remove_files) COMPLETE |
| 8005 | 2026-02-26T17:25:55.443Z | [ recovery-image] Feb 26 17:25:55.009 INFO O| Feb 26 17:25:55.009 INFO STEP 1043: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8006 | 2026-02-26T17:25:55.443Z | [ recovery-image] Feb 26 17:25:55.027 INFO O| Feb 26 17:25:55.027 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ikecert" |
| 8007 | 2026-02-26T17:25:55.443Z | [ recovery-image] Feb 26 17:25:55.027 INFO O| Feb 26 17:25:55.027 INFO STEP 1043 (remove_files) COMPLETE |
| 8008 | 2026-02-26T17:25:55.443Z | [ recovery-image] Feb 26 17:25:55.027 INFO O| Feb 26 17:25:55.027 INFO STEP 1044: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8009 | 2026-02-26T17:25:55.468Z | [ recovery-image] Feb 26 17:25:55.045 INFO O| Feb 26 17:25:55.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.rdisc" |
| 8010 | 2026-02-26T17:25:55.468Z | [ recovery-image] Feb 26 17:25:55.045 INFO O| Feb 26 17:25:55.045 INFO STEP 1044 (remove_files) COMPLETE |
| 8011 | 2026-02-26T17:25:55.468Z | [ recovery-image] Feb 26 17:25:55.045 INFO O| Feb 26 17:25:55.045 INFO STEP 1045: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8012 | 2026-02-26T17:25:55.493Z | [ recovery-image] Feb 26 17:25:55.062 INFO O| Feb 26 17:25:55.062 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/in.routed" |
| 8013 | 2026-02-26T17:25:55.493Z | [ recovery-image] Feb 26 17:25:55.062 INFO O| Feb 26 17:25:55.062 INFO STEP 1045 (remove_files) COMPLETE |
| 8014 | 2026-02-26T17:25:55.493Z | [ recovery-image] Feb 26 17:25:55.062 INFO O| Feb 26 17:25:55.062 INFO STEP 1046: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8015 | 2026-02-26T17:25:55.493Z | [ recovery-image] Feb 26 17:25:55.078 INFO O| Feb 26 17:25:55.078 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetadm" |
| 8016 | 2026-02-26T17:25:55.493Z | [ recovery-image] Feb 26 17:25:55.079 INFO O| Feb 26 17:25:55.079 INFO STEP 1046 (remove_files) COMPLETE |
| 8017 | 2026-02-26T17:25:55.493Z | [ recovery-image] Feb 26 17:25:55.079 INFO O| Feb 26 17:25:55.079 INFO STEP 1047: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8018 | 2026-02-26T17:25:55.519Z | [ recovery-image] Feb 26 17:25:55.093 INFO O| Feb 26 17:25:55.093 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/inetconv" |
| 8019 | 2026-02-26T17:25:55.519Z | [ recovery-image] Feb 26 17:25:55.094 INFO O| Feb 26 17:25:55.094 INFO STEP 1047 (remove_files) COMPLETE |
| 8020 | 2026-02-26T17:25:55.519Z | [ recovery-image] Feb 26 17:25:55.094 INFO O| Feb 26 17:25:55.094 INFO STEP 1048: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8021 | 2026-02-26T17:25:55.545Z | [ recovery-image] Feb 26 17:25:55.107 INFO O| Feb 26 17:25:55.107 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/install" |
| 8022 | 2026-02-26T17:25:55.545Z | [ recovery-image] Feb 26 17:25:55.107 INFO O| Feb 26 17:25:55.107 INFO STEP 1048 (remove_files) COMPLETE |
| 8023 | 2026-02-26T17:25:55.545Z | [ recovery-image] Feb 26 17:25:55.107 INFO O| Feb 26 17:25:55.107 INFO STEP 1049: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8024 | 2026-02-26T17:25:55.545Z | [ recovery-image] Feb 26 17:25:55.126 INFO O| Feb 26 17:25:55.125 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installboot" |
| 8025 | 2026-02-26T17:25:55.545Z | [ recovery-image] Feb 26 17:25:55.126 INFO O| Feb 26 17:25:55.126 INFO STEP 1049 (remove_files) COMPLETE |
| 8026 | 2026-02-26T17:25:55.545Z | [ recovery-image] Feb 26 17:25:55.126 INFO O| Feb 26 17:25:55.126 INFO STEP 1050: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8027 | 2026-02-26T17:25:55.571Z | [ recovery-image] Feb 26 17:25:55.145 INFO O| Feb 26 17:25:55.144 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/installf" |
| 8028 | 2026-02-26T17:25:55.571Z | [ recovery-image] Feb 26 17:25:55.145 INFO O| Feb 26 17:25:55.145 INFO STEP 1050 (remove_files) COMPLETE |
| 8029 | 2026-02-26T17:25:55.571Z | [ recovery-image] Feb 26 17:25:55.145 INFO O| Feb 26 17:25:55.145 INFO STEP 1051: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8030 | 2026-02-26T17:25:55.596Z | [ recovery-image] Feb 26 17:25:55.164 INFO O| Feb 26 17:25:55.164 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/intrstat" |
| 8031 | 2026-02-26T17:25:55.596Z | [ recovery-image] Feb 26 17:25:55.165 INFO O| Feb 26 17:25:55.165 INFO STEP 1051 (remove_files) COMPLETE |
| 8032 | 2026-02-26T17:25:55.596Z | [ recovery-image] Feb 26 17:25:55.165 INFO O| Feb 26 17:25:55.165 INFO STEP 1052: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8033 | 2026-02-26T17:25:55.596Z | [ recovery-image] Feb 26 17:25:55.184 INFO O| Feb 26 17:25:55.184 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecalgs" |
| 8034 | 2026-02-26T17:25:55.596Z | [ recovery-image] Feb 26 17:25:55.184 INFO O| Feb 26 17:25:55.184 INFO STEP 1052 (remove_files) COMPLETE |
| 8035 | 2026-02-26T17:25:55.596Z | [ recovery-image] Feb 26 17:25:55.184 INFO O| Feb 26 17:25:55.184 INFO STEP 1053: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8036 | 2026-02-26T17:25:55.627Z | [ recovery-image] Feb 26 17:25:55.203 INFO O| Feb 26 17:25:55.202 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipsecconf" |
| 8037 | 2026-02-26T17:25:55.627Z | [ recovery-image] Feb 26 17:25:55.203 INFO O| Feb 26 17:25:55.203 INFO STEP 1053 (remove_files) COMPLETE |
| 8038 | 2026-02-26T17:25:55.627Z | [ recovery-image] Feb 26 17:25:55.203 INFO O| Feb 26 17:25:55.203 INFO STEP 1054: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8039 | 2026-02-26T17:25:55.655Z | [ recovery-image] Feb 26 17:25:55.226 INFO O| Feb 26 17:25:55.226 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ipseckey" |
| 8040 | 2026-02-26T17:25:55.655Z | [ recovery-image] Feb 26 17:25:55.226 INFO O| Feb 26 17:25:55.226 INFO STEP 1054 (remove_files) COMPLETE |
| 8041 | 2026-02-26T17:25:55.655Z | [ recovery-image] Feb 26 17:25:55.226 INFO O| Feb 26 17:25:55.226 INFO STEP 1055: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8042 | 2026-02-26T17:25:55.680Z | [ recovery-image] Feb 26 17:25:55.247 INFO O| Feb 26 17:25:55.247 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/keyserv" |
| 8043 | 2026-02-26T17:25:55.680Z | [ recovery-image] Feb 26 17:25:55.248 INFO O| Feb 26 17:25:55.247 INFO STEP 1055 (remove_files) COMPLETE |
| 8044 | 2026-02-26T17:25:55.680Z | [ recovery-image] Feb 26 17:25:55.248 INFO O| Feb 26 17:25:55.247 INFO STEP 1056: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8045 | 2026-02-26T17:25:55.680Z | [ recovery-image] Feb 26 17:25:55.267 INFO O| Feb 26 17:25:55.267 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/killall" |
| 8046 | 2026-02-26T17:25:55.680Z | [ recovery-image] Feb 26 17:25:55.267 INFO O| Feb 26 17:25:55.267 INFO STEP 1056 (remove_files) COMPLETE |
| 8047 | 2026-02-26T17:25:55.680Z | [ recovery-image] Feb 26 17:25:55.267 INFO O| Feb 26 17:25:55.267 INFO STEP 1057: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8048 | 2026-02-26T17:25:55.705Z | [ recovery-image] Feb 26 17:25:55.284 INFO O| Feb 26 17:25:55.284 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/link" |
| 8049 | 2026-02-26T17:25:55.706Z | [ recovery-image] Feb 26 17:25:55.292 INFO O| Feb 26 17:25:55.292 INFO STEP 1057 (remove_files) COMPLETE |
| 8050 | 2026-02-26T17:25:55.706Z | [ recovery-image] Feb 26 17:25:55.292 INFO O| Feb 26 17:25:55.292 INFO STEP 1058: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8051 | 2026-02-26T17:25:55.731Z | [ recovery-image] Feb 26 17:25:55.310 INFO O| Feb 26 17:25:55.309 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/list_devices" |
| 8052 | 2026-02-26T17:25:55.731Z | [ recovery-image] Feb 26 17:25:55.310 INFO O| Feb 26 17:25:55.310 INFO STEP 1058 (remove_files) COMPLETE |
| 8053 | 2026-02-26T17:25:55.731Z | [ recovery-image] Feb 26 17:25:55.310 INFO O| Feb 26 17:25:55.310 INFO STEP 1059: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8054 | 2026-02-26T17:25:55.756Z | [ recovery-image] Feb 26 17:25:55.326 INFO O| Feb 26 17:25:55.325 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/locator" |
| 8055 | 2026-02-26T17:25:55.756Z | [ recovery-image] Feb 26 17:25:55.326 INFO O| Feb 26 17:25:55.326 INFO STEP 1059 (remove_files) COMPLETE |
| 8056 | 2026-02-26T17:25:55.756Z | [ recovery-image] Feb 26 17:25:55.326 INFO O| Feb 26 17:25:55.326 INFO STEP 1060: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8057 | 2026-02-26T17:25:55.780Z | [ recovery-image] Feb 26 17:25:55.342 INFO O| Feb 26 17:25:55.341 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lockstat" |
| 8058 | 2026-02-26T17:25:55.780Z | [ recovery-image] Feb 26 17:25:55.342 INFO O| Feb 26 17:25:55.342 INFO STEP 1060 (remove_files) COMPLETE |
| 8059 | 2026-02-26T17:25:55.781Z | [ recovery-image] Feb 26 17:25:55.342 INFO O| Feb 26 17:25:55.342 INFO STEP 1061: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8060 | 2026-02-26T17:25:55.781Z | [ recovery-image] Feb 26 17:25:55.358 INFO O| Feb 26 17:25:55.358 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/lofiadm" |
| 8061 | 2026-02-26T17:25:55.781Z | [ recovery-image] Feb 26 17:25:55.358 INFO O| Feb 26 17:25:55.358 INFO STEP 1061 (remove_files) COMPLETE |
| 8062 | 2026-02-26T17:25:55.781Z | [ recovery-image] Feb 26 17:25:55.358 INFO O| Feb 26 17:25:55.358 INFO STEP 1062: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8063 | 2026-02-26T17:25:55.806Z | [ recovery-image] Feb 26 17:25:55.375 INFO O| Feb 26 17:25:55.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/logadm" |
| 8064 | 2026-02-26T17:25:55.806Z | [ recovery-image] Feb 26 17:25:55.375 INFO O| Feb 26 17:25:55.375 INFO STEP 1062 (remove_files) COMPLETE |
| 8065 | 2026-02-26T17:25:55.806Z | [ recovery-image] Feb 26 17:25:55.375 INFO O| Feb 26 17:25:55.375 INFO STEP 1063: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8066 | 2026-02-26T17:25:55.806Z | [ recovery-image] Feb 26 17:25:55.392 INFO O| Feb 26 17:25:55.392 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/makedbm" |
| 8067 | 2026-02-26T17:25:55.806Z | [ recovery-image] Feb 26 17:25:55.392 INFO O| Feb 26 17:25:55.392 INFO STEP 1063 (remove_files) COMPLETE |
| 8068 | 2026-02-26T17:25:55.806Z | [ recovery-image] Feb 26 17:25:55.392 INFO O| Feb 26 17:25:55.392 INFO STEP 1064: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8069 | 2026-02-26T17:25:55.831Z | [ recovery-image] Feb 26 17:25:55.408 INFO O| Feb 26 17:25:55.408 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevalloc" |
| 8070 | 2026-02-26T17:25:55.831Z | [ recovery-image] Feb 26 17:25:55.408 INFO O| Feb 26 17:25:55.408 INFO STEP 1064 (remove_files) COMPLETE |
| 8071 | 2026-02-26T17:25:55.831Z | [ recovery-image] Feb 26 17:25:55.408 INFO O| Feb 26 17:25:55.408 INFO STEP 1065: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8072 | 2026-02-26T17:25:55.858Z | [ recovery-image] Feb 26 17:25:55.422 INFO O| Feb 26 17:25:55.422 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkdevmaps" |
| 8073 | 2026-02-26T17:25:55.858Z | [ recovery-image] Feb 26 17:25:55.422 INFO O| Feb 26 17:25:55.422 INFO STEP 1065 (remove_files) COMPLETE |
| 8074 | 2026-02-26T17:25:55.858Z | [ recovery-image] Feb 26 17:25:55.422 INFO O| Feb 26 17:25:55.422 INFO STEP 1066: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8075 | 2026-02-26T17:25:55.858Z | [ recovery-image] Feb 26 17:25:55.436 INFO O| Feb 26 17:25:55.436 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mkfile" |
| 8076 | 2026-02-26T17:25:55.858Z | [ recovery-image] Feb 26 17:25:55.436 INFO O| Feb 26 17:25:55.436 INFO STEP 1066 (remove_files) COMPLETE |
| 8077 | 2026-02-26T17:25:55.858Z | [ recovery-image] Feb 26 17:25:55.436 INFO O| Feb 26 17:25:55.436 INFO STEP 1067: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8078 | 2026-02-26T17:25:55.884Z | [ recovery-image] Feb 26 17:25:55.451 INFO O| Feb 26 17:25:55.451 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mknod" |
| 8079 | 2026-02-26T17:25:55.884Z | [ recovery-image] Feb 26 17:25:55.451 INFO O| Feb 26 17:25:55.451 INFO STEP 1067 (remove_files) COMPLETE |
| 8080 | 2026-02-26T17:25:55.884Z | [ recovery-image] Feb 26 17:25:55.451 INFO O| Feb 26 17:25:55.451 INFO STEP 1068: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8081 | 2026-02-26T17:25:55.884Z | [ recovery-image] Feb 26 17:25:55.466 INFO O| Feb 26 17:25:55.466 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modinfo" |
| 8082 | 2026-02-26T17:25:55.884Z | [ recovery-image] Feb 26 17:25:55.466 INFO O| Feb 26 17:25:55.466 INFO STEP 1068 (remove_files) COMPLETE |
| 8083 | 2026-02-26T17:25:55.884Z | [ recovery-image] Feb 26 17:25:55.466 INFO O| Feb 26 17:25:55.466 INFO STEP 1069: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8084 | 2026-02-26T17:25:55.909Z | [ recovery-image] Feb 26 17:25:55.480 INFO O| Feb 26 17:25:55.480 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/modload" |
| 8085 | 2026-02-26T17:25:55.909Z | [ recovery-image] Feb 26 17:25:55.480 INFO O| Feb 26 17:25:55.480 INFO STEP 1069 (remove_files) COMPLETE |
| 8086 | 2026-02-26T17:25:55.909Z | [ recovery-image] Feb 26 17:25:55.480 INFO O| Feb 26 17:25:55.480 INFO STEP 1070: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8087 | 2026-02-26T17:25:55.909Z | [ recovery-image] Feb 26 17:25:55.492 INFO O| Feb 26 17:25:55.492 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mountall" |
| 8088 | 2026-02-26T17:25:55.909Z | [ recovery-image] Feb 26 17:25:55.493 INFO O| Feb 26 17:25:55.493 INFO STEP 1070 (remove_files) COMPLETE |
| 8089 | 2026-02-26T17:25:55.909Z | [ recovery-image] Feb 26 17:25:55.493 INFO O| Feb 26 17:25:55.493 INFO STEP 1071: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8090 | 2026-02-26T17:25:55.935Z | [ recovery-image] Feb 26 17:25:55.505 INFO O| Feb 26 17:25:55.505 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/msgid" |
| 8091 | 2026-02-26T17:25:55.935Z | [ recovery-image] Feb 26 17:25:55.505 INFO O| Feb 26 17:25:55.505 INFO STEP 1071 (remove_files) COMPLETE |
| 8092 | 2026-02-26T17:25:55.935Z | [ recovery-image] Feb 26 17:25:55.505 INFO O| Feb 26 17:25:55.505 INFO STEP 1072: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8093 | 2026-02-26T17:25:55.935Z | [ recovery-image] Feb 26 17:25:55.519 INFO O| Feb 26 17:25:55.519 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/mvdir" |
| 8094 | 2026-02-26T17:25:55.936Z | [ recovery-image] Feb 26 17:25:55.519 INFO O| Feb 26 17:25:55.519 INFO STEP 1072 (remove_files) COMPLETE |
| 8095 | 2026-02-26T17:25:55.936Z | [ recovery-image] Feb 26 17:25:55.519 INFO O| Feb 26 17:25:55.519 INFO STEP 1073: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8096 | 2026-02-26T17:25:55.961Z | [ recovery-image] Feb 26 17:25:55.533 INFO O| Feb 26 17:25:55.533 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ndp" |
| 8097 | 2026-02-26T17:25:55.961Z | [ recovery-image] Feb 26 17:25:55.533 INFO O| Feb 26 17:25:55.533 INFO STEP 1073 (remove_files) COMPLETE |
| 8098 | 2026-02-26T17:25:55.962Z | [ recovery-image] Feb 26 17:25:55.533 INFO O| Feb 26 17:25:55.533 INFO STEP 1074: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8099 | 2026-02-26T17:25:55.962Z | [ recovery-image] Feb 26 17:25:55.546 INFO O| Feb 26 17:25:55.546 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nlsadmin" |
| 8100 | 2026-02-26T17:25:55.962Z | [ recovery-image] Feb 26 17:25:55.546 INFO O| Feb 26 17:25:55.546 INFO STEP 1074 (remove_files) COMPLETE |
| 8101 | 2026-02-26T17:25:55.962Z | [ recovery-image] Feb 26 17:25:55.546 INFO O| Feb 26 17:25:55.546 INFO STEP 1075: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8102 | 2026-02-26T17:25:55.987Z | [ recovery-image] Feb 26 17:25:55.558 INFO O| Feb 26 17:25:55.558 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nltest" |
| 8103 | 2026-02-26T17:25:55.987Z | [ recovery-image] Feb 26 17:25:55.559 INFO O| Feb 26 17:25:55.558 INFO STEP 1075 (remove_files) COMPLETE |
| 8104 | 2026-02-26T17:25:55.987Z | [ recovery-image] Feb 26 17:25:55.559 INFO O| Feb 26 17:25:55.558 INFO STEP 1076: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8105 | 2026-02-26T17:25:55.987Z | [ recovery-image] Feb 26 17:25:55.571 INFO O| Feb 26 17:25:55.571 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamadm" |
| 8106 | 2026-02-26T17:25:55.987Z | [ recovery-image] Feb 26 17:25:55.571 INFO O| Feb 26 17:25:55.571 INFO STEP 1076 (remove_files) COMPLETE |
| 8107 | 2026-02-26T17:25:55.987Z | [ recovery-image] Feb 26 17:25:55.571 INFO O| Feb 26 17:25:55.571 INFO STEP 1077: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8108 | 2026-02-26T17:25:56.012Z | [ recovery-image] Feb 26 17:25:55.584 INFO O| Feb 26 17:25:55.583 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/nwamcfg" |
| 8109 | 2026-02-26T17:25:56.012Z | [ recovery-image] Feb 26 17:25:55.584 INFO O| Feb 26 17:25:55.584 INFO STEP 1077 (remove_files) COMPLETE |
| 8110 | 2026-02-26T17:25:56.012Z | [ recovery-image] Feb 26 17:25:55.584 INFO O| Feb 26 17:25:55.584 INFO STEP 1078: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8111 | 2026-02-26T17:25:56.013Z | [ recovery-image] Feb 26 17:25:55.597 INFO O| Feb 26 17:25:55.597 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pbind" |
| 8112 | 2026-02-26T17:25:56.013Z | [ recovery-image] Feb 26 17:25:55.597 INFO O| Feb 26 17:25:55.597 INFO STEP 1078 (remove_files) COMPLETE |
| 8113 | 2026-02-26T17:25:56.013Z | [ recovery-image] Feb 26 17:25:55.597 INFO O| Feb 26 17:25:55.597 INFO STEP 1079: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8114 | 2026-02-26T17:25:56.038Z | [ recovery-image] Feb 26 17:25:55.610 INFO O| Feb 26 17:25:55.610 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ping" |
| 8115 | 2026-02-26T17:25:56.038Z | [ recovery-image] Feb 26 17:25:55.610 INFO O| Feb 26 17:25:55.610 INFO STEP 1079 (remove_files) COMPLETE |
| 8116 | 2026-02-26T17:25:56.038Z | [ recovery-image] Feb 26 17:25:55.610 INFO O| Feb 26 17:25:55.610 INFO STEP 1080: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8117 | 2026-02-26T17:25:56.038Z | [ recovery-image] Feb 26 17:25:55.624 INFO O| Feb 26 17:25:55.624 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgadd" |
| 8118 | 2026-02-26T17:25:56.038Z | [ recovery-image] Feb 26 17:25:55.624 INFO O| Feb 26 17:25:55.624 INFO STEP 1080 (remove_files) COMPLETE |
| 8119 | 2026-02-26T17:25:56.038Z | [ recovery-image] Feb 26 17:25:55.624 INFO O| Feb 26 17:25:55.624 INFO STEP 1081: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8120 | 2026-02-26T17:25:56.063Z | [ recovery-image] Feb 26 17:25:55.638 INFO O| Feb 26 17:25:55.638 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgask" |
| 8121 | 2026-02-26T17:25:56.063Z | [ recovery-image] Feb 26 17:25:55.638 INFO O| Feb 26 17:25:55.638 INFO STEP 1081 (remove_files) COMPLETE |
| 8122 | 2026-02-26T17:25:56.063Z | [ recovery-image] Feb 26 17:25:55.638 INFO O| Feb 26 17:25:55.638 INFO STEP 1082: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8123 | 2026-02-26T17:25:56.088Z | [ recovery-image] Feb 26 17:25:55.654 INFO O| Feb 26 17:25:55.654 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgchk" |
| 8124 | 2026-02-26T17:25:56.088Z | [ recovery-image] Feb 26 17:25:55.654 INFO O| Feb 26 17:25:55.654 INFO STEP 1082 (remove_files) COMPLETE |
| 8125 | 2026-02-26T17:25:56.088Z | [ recovery-image] Feb 26 17:25:55.654 INFO O| Feb 26 17:25:55.654 INFO STEP 1083: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8126 | 2026-02-26T17:25:56.088Z | [ recovery-image] Feb 26 17:25:55.670 INFO O| Feb 26 17:25:55.670 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pkgrm" |
| 8127 | 2026-02-26T17:25:56.088Z | [ recovery-image] Feb 26 17:25:55.670 INFO O| Feb 26 17:25:55.670 INFO STEP 1083 (remove_files) COMPLETE |
| 8128 | 2026-02-26T17:25:56.088Z | [ recovery-image] Feb 26 17:25:55.670 INFO O| Feb 26 17:25:55.670 INFO STEP 1084: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8129 | 2026-02-26T17:25:56.113Z | [ recovery-image] Feb 26 17:25:55.690 INFO O| Feb 26 17:25:55.690 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/plockstat" |
| 8130 | 2026-02-26T17:25:56.113Z | [ recovery-image] Feb 26 17:25:55.690 INFO O| Feb 26 17:25:55.690 INFO STEP 1084 (remove_files) COMPLETE |
| 8131 | 2026-02-26T17:25:56.113Z | [ recovery-image] Feb 26 17:25:55.690 INFO O| Feb 26 17:25:55.690 INFO STEP 1085: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8132 | 2026-02-26T17:25:56.138Z | [ recovery-image] Feb 26 17:25:55.709 INFO O| Feb 26 17:25:55.708 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pooladm" |
| 8133 | 2026-02-26T17:25:56.138Z | [ recovery-image] Feb 26 17:25:55.709 INFO O| Feb 26 17:25:55.709 INFO STEP 1085 (remove_files) COMPLETE |
| 8134 | 2026-02-26T17:25:56.138Z | [ recovery-image] Feb 26 17:25:55.709 INFO O| Feb 26 17:25:55.709 INFO STEP 1086: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8135 | 2026-02-26T17:25:56.138Z | [ recovery-image] Feb 26 17:25:55.724 INFO O| Feb 26 17:25:55.724 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolbind" |
| 8136 | 2026-02-26T17:25:56.138Z | [ recovery-image] Feb 26 17:25:55.724 INFO O| Feb 26 17:25:55.724 INFO STEP 1086 (remove_files) COMPLETE |
| 8137 | 2026-02-26T17:25:56.138Z | [ recovery-image] Feb 26 17:25:55.724 INFO O| Feb 26 17:25:55.724 INFO STEP 1087: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8138 | 2026-02-26T17:25:56.164Z | [ recovery-image] Feb 26 17:25:55.742 INFO O| Feb 26 17:25:55.742 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poolcfg" |
| 8139 | 2026-02-26T17:25:56.165Z | [ recovery-image] Feb 26 17:25:55.742 INFO O| Feb 26 17:25:55.742 INFO STEP 1087 (remove_files) COMPLETE |
| 8140 | 2026-02-26T17:25:56.165Z | [ recovery-image] Feb 26 17:25:55.742 INFO O| Feb 26 17:25:55.742 INFO STEP 1088: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8141 | 2026-02-26T17:25:56.190Z | [ recovery-image] Feb 26 17:25:55.761 INFO O| Feb 26 17:25:55.760 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ports" |
| 8142 | 2026-02-26T17:25:56.190Z | [ recovery-image] Feb 26 17:25:55.761 INFO O| Feb 26 17:25:55.761 INFO STEP 1088 (remove_files) COMPLETE |
| 8143 | 2026-02-26T17:25:56.190Z | [ recovery-image] Feb 26 17:25:55.761 INFO O| Feb 26 17:25:55.761 INFO STEP 1089: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8144 | 2026-02-26T17:25:56.215Z | [ recovery-image] Feb 26 17:25:55.779 INFO O| Feb 26 17:25:55.779 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/poweroff" |
| 8145 | 2026-02-26T17:25:56.215Z | [ recovery-image] Feb 26 17:25:55.779 INFO O| Feb 26 17:25:55.779 INFO STEP 1089 (remove_files) COMPLETE |
| 8146 | 2026-02-26T17:25:56.215Z | [ recovery-image] Feb 26 17:25:55.779 INFO O| Feb 26 17:25:55.779 INFO STEP 1090: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8147 | 2026-02-26T17:25:56.215Z | [ recovery-image] Feb 26 17:25:55.797 INFO O| Feb 26 17:25:55.797 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pptadm" |
| 8148 | 2026-02-26T17:25:56.215Z | [ recovery-image] Feb 26 17:25:55.798 INFO O| Feb 26 17:25:55.797 INFO STEP 1090 (remove_files) COMPLETE |
| 8149 | 2026-02-26T17:25:56.215Z | [ recovery-image] Feb 26 17:25:55.798 INFO O| Feb 26 17:25:55.797 INFO STEP 1091: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8150 | 2026-02-26T17:25:56.240Z | [ recovery-image] Feb 26 17:25:55.816 INFO O| Feb 26 17:25:55.815 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/praudit" |
| 8151 | 2026-02-26T17:25:56.240Z | [ recovery-image] Feb 26 17:25:55.816 INFO O| Feb 26 17:25:55.816 INFO STEP 1091 (remove_files) COMPLETE |
| 8152 | 2026-02-26T17:25:56.240Z | [ recovery-image] Feb 26 17:25:55.816 INFO O| Feb 26 17:25:55.816 INFO STEP 1092: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8153 | 2026-02-26T17:25:56.265Z | [ recovery-image] Feb 26 17:25:55.832 INFO O| Feb 26 17:25:55.832 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projadd" |
| 8154 | 2026-02-26T17:25:56.265Z | [ recovery-image] Feb 26 17:25:55.832 INFO O| Feb 26 17:25:55.832 INFO STEP 1092 (remove_files) COMPLETE |
| 8155 | 2026-02-26T17:25:56.265Z | [ recovery-image] Feb 26 17:25:55.832 INFO O| Feb 26 17:25:55.832 INFO STEP 1093: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8156 | 2026-02-26T17:25:56.265Z | [ recovery-image] Feb 26 17:25:55.846 INFO O| Feb 26 17:25:55.846 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projdel" |
| 8157 | 2026-02-26T17:25:56.265Z | [ recovery-image] Feb 26 17:25:55.846 INFO O| Feb 26 17:25:55.846 INFO STEP 1093 (remove_files) COMPLETE |
| 8158 | 2026-02-26T17:25:56.265Z | [ recovery-image] Feb 26 17:25:55.846 INFO O| Feb 26 17:25:55.846 INFO STEP 1094: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8159 | 2026-02-26T17:25:56.291Z | [ recovery-image] Feb 26 17:25:55.860 INFO O| Feb 26 17:25:55.859 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/projmod" |
| 8160 | 2026-02-26T17:25:56.291Z | [ recovery-image] Feb 26 17:25:55.860 INFO O| Feb 26 17:25:55.860 INFO STEP 1094 (remove_files) COMPLETE |
| 8161 | 2026-02-26T17:25:56.291Z | [ recovery-image] Feb 26 17:25:55.860 INFO O| Feb 26 17:25:55.860 INFO STEP 1095: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8162 | 2026-02-26T17:25:56.291Z | [ recovery-image] Feb 26 17:25:55.873 INFO O| Feb 26 17:25:55.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtdiag" |
| 8163 | 2026-02-26T17:25:56.291Z | [ recovery-image] Feb 26 17:25:55.873 INFO O| Feb 26 17:25:55.873 INFO STEP 1095 (remove_files) COMPLETE |
| 8164 | 2026-02-26T17:25:56.291Z | [ recovery-image] Feb 26 17:25:55.873 INFO O| Feb 26 17:25:55.873 INFO STEP 1096: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8165 | 2026-02-26T17:25:56.316Z | [ recovery-image] Feb 26 17:25:55.887 INFO O| Feb 26 17:25:55.886 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtpicl" |
| 8166 | 2026-02-26T17:25:56.316Z | [ recovery-image] Feb 26 17:25:55.887 INFO O| Feb 26 17:25:55.887 INFO STEP 1096 (remove_files) COMPLETE |
| 8167 | 2026-02-26T17:25:56.316Z | [ recovery-image] Feb 26 17:25:55.887 INFO O| Feb 26 17:25:55.887 INFO STEP 1097: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8168 | 2026-02-26T17:25:56.316Z | [ recovery-image] Feb 26 17:25:55.900 INFO O| Feb 26 17:25:55.899 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/prtvtoc" |
| 8169 | 2026-02-26T17:25:56.316Z | [ recovery-image] Feb 26 17:25:55.900 INFO O| Feb 26 17:25:55.900 INFO STEP 1097 (remove_files) COMPLETE |
| 8170 | 2026-02-26T17:25:56.316Z | [ recovery-image] Feb 26 17:25:55.900 INFO O| Feb 26 17:25:55.900 INFO STEP 1098: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8171 | 2026-02-26T17:25:56.343Z | [ recovery-image] Feb 26 17:25:55.912 INFO O| Feb 26 17:25:55.912 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psradm" |
| 8172 | 2026-02-26T17:25:56.343Z | [ recovery-image] Feb 26 17:25:55.912 INFO O| Feb 26 17:25:55.912 INFO STEP 1098 (remove_files) COMPLETE |
| 8173 | 2026-02-26T17:25:56.344Z | [ recovery-image] Feb 26 17:25:55.912 INFO O| Feb 26 17:25:55.912 INFO STEP 1099: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8174 | 2026-02-26T17:25:56.344Z | [ recovery-image] Feb 26 17:25:55.924 INFO O| Feb 26 17:25:55.924 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrinfo" |
| 8175 | 2026-02-26T17:25:56.344Z | [ recovery-image] Feb 26 17:25:55.924 INFO O| Feb 26 17:25:55.924 INFO STEP 1099 (remove_files) COMPLETE |
| 8176 | 2026-02-26T17:25:56.344Z | [ recovery-image] Feb 26 17:25:55.924 INFO O| Feb 26 17:25:55.924 INFO STEP 1100: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8177 | 2026-02-26T17:25:56.369Z | [ recovery-image] Feb 26 17:25:55.935 INFO O| Feb 26 17:25:55.935 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/psrset" |
| 8178 | 2026-02-26T17:25:56.369Z | [ recovery-image] Feb 26 17:25:55.936 INFO O| Feb 26 17:25:55.936 INFO STEP 1100 (remove_files) COMPLETE |
| 8179 | 2026-02-26T17:25:56.369Z | [ recovery-image] Feb 26 17:25:55.936 INFO O| Feb 26 17:25:55.936 INFO STEP 1101: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8180 | 2026-02-26T17:25:56.369Z | [ recovery-image] Feb 26 17:25:55.947 INFO O| Feb 26 17:25:55.947 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwck" |
| 8181 | 2026-02-26T17:25:56.369Z | [ recovery-image] Feb 26 17:25:55.947 INFO O| Feb 26 17:25:55.947 INFO STEP 1101 (remove_files) COMPLETE |
| 8182 | 2026-02-26T17:25:56.369Z | [ recovery-image] Feb 26 17:25:55.947 INFO O| Feb 26 17:25:55.947 INFO STEP 1102: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8183 | 2026-02-26T17:25:56.394Z | [ recovery-image] Feb 26 17:25:55.959 INFO O| Feb 26 17:25:55.958 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/pwconv" |
| 8184 | 2026-02-26T17:25:56.394Z | [ recovery-image] Feb 26 17:25:55.959 INFO O| Feb 26 17:25:55.959 INFO STEP 1102 (remove_files) COMPLETE |
| 8185 | 2026-02-26T17:25:56.394Z | [ recovery-image] Feb 26 17:25:55.959 INFO O| Feb 26 17:25:55.959 INFO STEP 1103: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8186 | 2026-02-26T17:25:56.394Z | [ recovery-image] Feb 26 17:25:55.971 INFO O| Feb 26 17:25:55.970 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/raidctl" |
| 8187 | 2026-02-26T17:25:56.394Z | [ recovery-image] Feb 26 17:25:55.971 INFO O| Feb 26 17:25:55.971 INFO STEP 1103 (remove_files) COMPLETE |
| 8188 | 2026-02-26T17:25:56.394Z | [ recovery-image] Feb 26 17:25:55.971 INFO O| Feb 26 17:25:55.971 INFO STEP 1104: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8189 | 2026-02-26T17:25:56.420Z | [ recovery-image] Feb 26 17:25:55.989 INFO O| Feb 26 17:25:55.989 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ramdiskadm" |
| 8190 | 2026-02-26T17:25:56.420Z | [ recovery-image] Feb 26 17:25:55.989 INFO O| Feb 26 17:25:55.989 INFO STEP 1104 (remove_files) COMPLETE |
| 8191 | 2026-02-26T17:25:56.420Z | [ recovery-image] Feb 26 17:25:55.989 INFO O| Feb 26 17:25:55.989 INFO STEP 1105: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8192 | 2026-02-26T17:25:56.420Z | [ recovery-image] Feb 26 17:25:56.005 INFO O| Feb 26 17:25:56.005 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rctladm" |
| 8193 | 2026-02-26T17:25:56.420Z | [ recovery-image] Feb 26 17:25:56.006 INFO O| Feb 26 17:25:56.005 INFO STEP 1105 (remove_files) COMPLETE |
| 8194 | 2026-02-26T17:25:56.420Z | [ recovery-image] Feb 26 17:25:56.006 INFO O| Feb 26 17:25:56.006 INFO STEP 1106: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8195 | 2026-02-26T17:25:56.445Z | [ recovery-image] Feb 26 17:25:56.022 INFO O| Feb 26 17:25:56.021 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rdmsr" |
| 8196 | 2026-02-26T17:25:56.445Z | [ recovery-image] Feb 26 17:25:56.022 INFO O| Feb 26 17:25:56.022 INFO STEP 1106 (remove_files) COMPLETE |
| 8197 | 2026-02-26T17:25:56.445Z | [ recovery-image] Feb 26 17:25:56.022 INFO O| Feb 26 17:25:56.022 INFO STEP 1107: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8198 | 2026-02-26T17:25:56.472Z | [ recovery-image] Feb 26 17:25:56.041 INFO O| Feb 26 17:25:56.041 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/reboot" |
| 8199 | 2026-02-26T17:25:56.472Z | [ recovery-image] Feb 26 17:25:56.042 INFO O| Feb 26 17:25:56.042 INFO STEP 1107 (remove_files) COMPLETE |
| 8200 | 2026-02-26T17:25:56.472Z | [ recovery-image] Feb 26 17:25:56.042 INFO O| Feb 26 17:25:56.042 INFO STEP 1108: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8201 | 2026-02-26T17:25:56.498Z | [ recovery-image] Feb 26 17:25:56.061 INFO O| Feb 26 17:25:56.061 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rem_drv" |
| 8202 | 2026-02-26T17:25:56.498Z | [ recovery-image] Feb 26 17:25:56.061 INFO O| Feb 26 17:25:56.061 INFO STEP 1108 (remove_files) COMPLETE |
| 8203 | 2026-02-26T17:25:56.498Z | [ recovery-image] Feb 26 17:25:56.061 INFO O| Feb 26 17:25:56.061 INFO STEP 1109: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8204 | 2026-02-26T17:25:56.498Z | [ recovery-image] Feb 26 17:25:56.080 INFO O| Feb 26 17:25:56.080 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/removef" |
| 8205 | 2026-02-26T17:25:56.498Z | [ recovery-image] Feb 26 17:25:56.080 INFO O| Feb 26 17:25:56.080 INFO STEP 1109 (remove_files) COMPLETE |
| 8206 | 2026-02-26T17:25:56.498Z | [ recovery-image] Feb 26 17:25:56.080 INFO O| Feb 26 17:25:56.080 INFO STEP 1110: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8207 | 2026-02-26T17:25:56.523Z | [ recovery-image] Feb 26 17:25:56.098 INFO O| Feb 26 17:25:56.097 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roleadd" |
| 8208 | 2026-02-26T17:25:56.523Z | [ recovery-image] Feb 26 17:25:56.098 INFO O| Feb 26 17:25:56.098 INFO STEP 1110 (remove_files) COMPLETE |
| 8209 | 2026-02-26T17:25:56.523Z | [ recovery-image] Feb 26 17:25:56.098 INFO O| Feb 26 17:25:56.098 INFO STEP 1111: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8210 | 2026-02-26T17:25:56.549Z | [ recovery-image] Feb 26 17:25:56.115 INFO O| Feb 26 17:25:56.115 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/roledel" |
| 8211 | 2026-02-26T17:25:56.549Z | [ recovery-image] Feb 26 17:25:56.116 INFO O| Feb 26 17:25:56.115 INFO STEP 1111 (remove_files) COMPLETE |
| 8212 | 2026-02-26T17:25:56.549Z | [ recovery-image] Feb 26 17:25:56.116 INFO O| Feb 26 17:25:56.116 INFO STEP 1112: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8213 | 2026-02-26T17:25:56.549Z | [ recovery-image] Feb 26 17:25:56.134 INFO O| Feb 26 17:25:56.134 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rolemod" |
| 8214 | 2026-02-26T17:25:56.549Z | [ recovery-image] Feb 26 17:25:56.134 INFO O| Feb 26 17:25:56.134 INFO STEP 1112 (remove_files) COMPLETE |
| 8215 | 2026-02-26T17:25:56.549Z | [ recovery-image] Feb 26 17:25:56.135 INFO O| Feb 26 17:25:56.134 INFO STEP 1113: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8216 | 2026-02-26T17:25:56.576Z | [ recovery-image] Feb 26 17:25:56.153 INFO O| Feb 26 17:25:56.153 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/root_archive" |
| 8217 | 2026-02-26T17:25:56.576Z | [ recovery-image] Feb 26 17:25:56.153 INFO O| Feb 26 17:25:56.153 INFO STEP 1113 (remove_files) COMPLETE |
| 8218 | 2026-02-26T17:25:56.576Z | [ recovery-image] Feb 26 17:25:56.153 INFO O| Feb 26 17:25:56.153 INFO STEP 1114: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8219 | 2026-02-26T17:25:56.602Z | [ recovery-image] Feb 26 17:25:56.169 INFO O| Feb 26 17:25:56.169 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rpcbind" |
| 8220 | 2026-02-26T17:25:56.602Z | [ recovery-image] Feb 26 17:25:56.170 INFO O| Feb 26 17:25:56.169 INFO STEP 1114 (remove_files) COMPLETE |
| 8221 | 2026-02-26T17:25:56.602Z | [ recovery-image] Feb 26 17:25:56.170 INFO O| Feb 26 17:25:56.169 INFO STEP 1115: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8222 | 2026-02-26T17:25:56.602Z | [ recovery-image] Feb 26 17:25:56.187 INFO O| Feb 26 17:25:56.187 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtc" |
| 8223 | 2026-02-26T17:25:56.602Z | [ recovery-image] Feb 26 17:25:56.187 INFO O| Feb 26 17:25:56.187 INFO STEP 1115 (remove_files) COMPLETE |
| 8224 | 2026-02-26T17:25:56.602Z | [ recovery-image] Feb 26 17:25:56.187 INFO O| Feb 26 17:25:56.187 INFO STEP 1116: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8225 | 2026-02-26T17:25:56.671Z | [ recovery-image] Feb 26 17:25:56.205 INFO O| Feb 26 17:25:56.205 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/rtquery" |
| 8226 | 2026-02-26T17:25:56.671Z | [ recovery-image] Feb 26 17:25:56.205 INFO O| Feb 26 17:25:56.205 INFO STEP 1116 (remove_files) COMPLETE |
| 8227 | 2026-02-26T17:25:56.671Z | [ recovery-image] Feb 26 17:25:56.205 INFO O| Feb 26 17:25:56.205 INFO STEP 1117: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8228 | 2026-02-26T17:25:56.671Z | [ recovery-image] Feb 26 17:25:56.224 INFO O| Feb 26 17:25:56.224 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/setmnt" |
| 8229 | 2026-02-26T17:25:56.671Z | [ recovery-image] Feb 26 17:25:56.224 INFO O| Feb 26 17:25:56.224 INFO STEP 1117 (remove_files) COMPLETE |
| 8230 | 2026-02-26T17:25:56.671Z | [ recovery-image] Feb 26 17:25:56.224 INFO O| Feb 26 17:25:56.224 INFO STEP 1118: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8231 | 2026-02-26T17:25:56.698Z | [ recovery-image] Feb 26 17:25:56.243 INFO O| Feb 26 17:25:56.243 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/share" |
| 8232 | 2026-02-26T17:25:56.698Z | [ recovery-image] Feb 26 17:25:56.243 INFO O| Feb 26 17:25:56.243 INFO STEP 1118 (remove_files) COMPLETE |
| 8233 | 2026-02-26T17:25:56.698Z | [ recovery-image] Feb 26 17:25:56.243 INFO O| Feb 26 17:25:56.243 INFO STEP 1119: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8234 | 2026-02-26T17:25:56.698Z | [ recovery-image] Feb 26 17:25:56.262 INFO O| Feb 26 17:25:56.262 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shareall" |
| 8235 | 2026-02-26T17:25:56.698Z | [ recovery-image] Feb 26 17:25:56.262 INFO O| Feb 26 17:25:56.262 INFO STEP 1119 (remove_files) COMPLETE |
| 8236 | 2026-02-26T17:25:56.698Z | [ recovery-image] Feb 26 17:25:56.262 INFO O| Feb 26 17:25:56.262 INFO STEP 1120: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8237 | 2026-02-26T17:25:56.698Z | [ recovery-image] Feb 26 17:25:56.280 INFO O| Feb 26 17:25:56.280 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharectl" |
| 8238 | 2026-02-26T17:25:56.698Z | [ recovery-image] Feb 26 17:25:56.281 INFO O| Feb 26 17:25:56.281 INFO STEP 1120 (remove_files) COMPLETE |
| 8239 | 2026-02-26T17:25:56.698Z | [ recovery-image] Feb 26 17:25:56.281 INFO O| Feb 26 17:25:56.281 INFO STEP 1121: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8240 | 2026-02-26T17:25:56.726Z | [ recovery-image] Feb 26 17:25:56.306 INFO O| Feb 26 17:25:56.298 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sharemgr" |
| 8241 | 2026-02-26T17:25:56.726Z | [ recovery-image] Feb 26 17:25:56.306 INFO O| Feb 26 17:25:56.306 INFO STEP 1121 (remove_files) COMPLETE |
| 8242 | 2026-02-26T17:25:56.726Z | [ recovery-image] Feb 26 17:25:56.306 INFO O| Feb 26 17:25:56.306 INFO STEP 1122: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8243 | 2026-02-26T17:25:56.771Z | [ recovery-image] Feb 26 17:25:56.359 INFO O| Feb 26 17:25:56.359 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/shutdown" |
| 8244 | 2026-02-26T17:25:56.772Z | [ recovery-image] Feb 26 17:25:56.359 INFO O| Feb 26 17:25:56.359 INFO STEP 1122 (remove_files) COMPLETE |
| 8245 | 2026-02-26T17:25:56.797Z | [ recovery-image] Feb 26 17:25:56.360 INFO O| Feb 26 17:25:56.360 INFO STEP 1123: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8246 | 2026-02-26T17:25:56.797Z | [ recovery-image] Feb 26 17:25:56.374 INFO O| Feb 26 17:25:56.374 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbadm" |
| 8247 | 2026-02-26T17:25:56.797Z | [ recovery-image] Feb 26 17:25:56.374 INFO O| Feb 26 17:25:56.374 INFO STEP 1123 (remove_files) COMPLETE |
| 8248 | 2026-02-26T17:25:56.797Z | [ recovery-image] Feb 26 17:25:56.374 INFO O| Feb 26 17:25:56.374 INFO STEP 1124: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8249 | 2026-02-26T17:25:56.822Z | [ recovery-image] Feb 26 17:25:56.386 INFO O| Feb 26 17:25:56.386 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbios" |
| 8250 | 2026-02-26T17:25:56.823Z | [ recovery-image] Feb 26 17:25:56.387 INFO O| Feb 26 17:25:56.387 INFO STEP 1124 (remove_files) COMPLETE |
| 8251 | 2026-02-26T17:25:56.823Z | [ recovery-image] Feb 26 17:25:56.387 INFO O| Feb 26 17:25:56.387 INFO STEP 1125: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8252 | 2026-02-26T17:25:56.823Z | [ recovery-image] Feb 26 17:25:56.406 INFO O| Feb 26 17:25:56.405 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/smbstat" |
| 8253 | 2026-02-26T17:25:56.823Z | [ recovery-image] Feb 26 17:25:56.406 INFO O| Feb 26 17:25:56.406 INFO STEP 1125 (remove_files) COMPLETE |
| 8254 | 2026-02-26T17:25:56.823Z | [ recovery-image] Feb 26 17:25:56.406 INFO O| Feb 26 17:25:56.406 INFO STEP 1126: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8255 | 2026-02-26T17:25:56.848Z | [ recovery-image] Feb 26 17:25:56.429 INFO O| Feb 26 17:25:56.429 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmpd" |
| 8256 | 2026-02-26T17:25:56.848Z | [ recovery-image] Feb 26 17:25:56.429 INFO O| Feb 26 17:25:56.429 INFO STEP 1126 (remove_files) COMPLETE |
| 8257 | 2026-02-26T17:25:56.848Z | [ recovery-image] Feb 26 17:25:56.430 INFO O| Feb 26 17:25:56.429 INFO STEP 1127: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8258 | 2026-02-26T17:25:56.873Z | [ recovery-image] Feb 26 17:25:56.445 INFO O| Feb 26 17:25:56.445 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snmptrapd" |
| 8259 | 2026-02-26T17:25:56.874Z | [ recovery-image] Feb 26 17:25:56.445 INFO O| Feb 26 17:25:56.445 INFO STEP 1127 (remove_files) COMPLETE |
| 8260 | 2026-02-26T17:25:56.874Z | [ recovery-image] Feb 26 17:25:56.445 INFO O| Feb 26 17:25:56.445 INFO STEP 1128: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8261 | 2026-02-26T17:25:56.899Z | [ recovery-image] Feb 26 17:25:56.479 INFO O| Feb 26 17:25:56.479 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/snoop" |
| 8262 | 2026-02-26T17:25:56.899Z | [ recovery-image] Feb 26 17:25:56.479 INFO O| Feb 26 17:25:56.479 INFO STEP 1128 (remove_files) COMPLETE |
| 8263 | 2026-02-26T17:25:56.899Z | [ recovery-image] Feb 26 17:25:56.479 INFO O| Feb 26 17:25:56.479 INFO STEP 1129: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8264 | 2026-02-26T17:25:56.925Z | [ recovery-image] Feb 26 17:25:56.494 INFO O| Feb 26 17:25:56.494 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sshd" |
| 8265 | 2026-02-26T17:25:56.925Z | [ recovery-image] Feb 26 17:25:56.494 INFO O| Feb 26 17:25:56.494 INFO STEP 1129 (remove_files) COMPLETE |
| 8266 | 2026-02-26T17:25:56.925Z | [ recovery-image] Feb 26 17:25:56.494 INFO O| Feb 26 17:25:56.494 INFO STEP 1130: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8267 | 2026-02-26T17:25:56.925Z | [ recovery-image] Feb 26 17:25:56.508 INFO O| Feb 26 17:25:56.508 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/stmsboot" |
| 8268 | 2026-02-26T17:25:56.925Z | [ recovery-image] Feb 26 17:25:56.508 INFO O| Feb 26 17:25:56.508 INFO STEP 1130 (remove_files) COMPLETE |
| 8269 | 2026-02-26T17:25:56.925Z | [ recovery-image] Feb 26 17:25:56.508 INFO O| Feb 26 17:25:56.508 INFO STEP 1131: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8270 | 2026-02-26T17:25:56.950Z | [ recovery-image] Feb 26 17:25:56.522 INFO O| Feb 26 17:25:56.522 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strace" |
| 8271 | 2026-02-26T17:25:56.950Z | [ recovery-image] Feb 26 17:25:56.522 INFO O| Feb 26 17:25:56.522 INFO STEP 1131 (remove_files) COMPLETE |
| 8272 | 2026-02-26T17:25:56.950Z | [ recovery-image] Feb 26 17:25:56.522 INFO O| Feb 26 17:25:56.522 INFO STEP 1132: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8273 | 2026-02-26T17:25:56.950Z | [ recovery-image] Feb 26 17:25:56.535 INFO O| Feb 26 17:25:56.535 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strclean" |
| 8274 | 2026-02-26T17:25:56.950Z | [ recovery-image] Feb 26 17:25:56.535 INFO O| Feb 26 17:25:56.535 INFO STEP 1132 (remove_files) COMPLETE |
| 8275 | 2026-02-26T17:25:56.950Z | [ recovery-image] Feb 26 17:25:56.535 INFO O| Feb 26 17:25:56.535 INFO STEP 1133: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8276 | 2026-02-26T17:25:56.975Z | [ recovery-image] Feb 26 17:25:56.547 INFO O| Feb 26 17:25:56.547 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/strerr" |
| 8277 | 2026-02-26T17:25:56.975Z | [ recovery-image] Feb 26 17:25:56.547 INFO O| Feb 26 17:25:56.547 INFO STEP 1133 (remove_files) COMPLETE |
| 8278 | 2026-02-26T17:25:56.975Z | [ recovery-image] Feb 26 17:25:56.547 INFO O| Feb 26 17:25:56.547 INFO STEP 1134: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8279 | 2026-02-26T17:25:56.975Z | [ recovery-image] Feb 26 17:25:56.560 INFO O| Feb 26 17:25:56.560 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sttydefs" |
| 8280 | 2026-02-26T17:25:56.975Z | [ recovery-image] Feb 26 17:25:56.560 INFO O| Feb 26 17:25:56.560 INFO STEP 1134 (remove_files) COMPLETE |
| 8281 | 2026-02-26T17:25:56.975Z | [ recovery-image] Feb 26 17:25:56.560 INFO O| Feb 26 17:25:56.560 INFO STEP 1135: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8282 | 2026-02-26T17:25:57.004Z | [ recovery-image] Feb 26 17:25:56.574 INFO O| Feb 26 17:25:56.573 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncinit" |
| 8283 | 2026-02-26T17:25:57.004Z | [ recovery-image] Feb 26 17:25:56.574 INFO O| Feb 26 17:25:56.574 INFO STEP 1135 (remove_files) COMPLETE |
| 8284 | 2026-02-26T17:25:57.004Z | [ recovery-image] Feb 26 17:25:56.574 INFO O| Feb 26 17:25:56.574 INFO STEP 1136: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8285 | 2026-02-26T17:25:57.004Z | [ recovery-image] Feb 26 17:25:56.589 INFO O| Feb 26 17:25:56.589 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncloop" |
| 8286 | 2026-02-26T17:25:57.004Z | [ recovery-image] Feb 26 17:25:56.589 INFO O| Feb 26 17:25:56.589 INFO STEP 1136 (remove_files) COMPLETE |
| 8287 | 2026-02-26T17:25:57.004Z | [ recovery-image] Feb 26 17:25:56.589 INFO O| Feb 26 17:25:56.589 INFO STEP 1137: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8288 | 2026-02-26T17:25:57.029Z | [ recovery-image] Feb 26 17:25:56.605 INFO O| Feb 26 17:25:56.604 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syncstat" |
| 8289 | 2026-02-26T17:25:57.029Z | [ recovery-image] Feb 26 17:25:56.605 INFO O| Feb 26 17:25:56.605 INFO STEP 1137 (remove_files) COMPLETE |
| 8290 | 2026-02-26T17:25:57.029Z | [ recovery-image] Feb 26 17:25:56.605 INFO O| Feb 26 17:25:56.605 INFO STEP 1138: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8291 | 2026-02-26T17:25:57.062Z | [ recovery-image] Feb 26 17:25:56.649 INFO O| Feb 26 17:25:56.649 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/sysdef" |
| 8292 | 2026-02-26T17:25:57.062Z | [ recovery-image] Feb 26 17:25:56.649 INFO O| Feb 26 17:25:56.649 INFO STEP 1138 (remove_files) COMPLETE |
| 8293 | 2026-02-26T17:25:57.088Z | [ recovery-image] Feb 26 17:25:56.649 INFO O| Feb 26 17:25:56.649 INFO STEP 1139: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8294 | 2026-02-26T17:25:57.088Z | [ recovery-image] Feb 26 17:25:56.668 INFO O| Feb 26 17:25:56.668 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/syseventadm" |
| 8295 | 2026-02-26T17:25:57.088Z | [ recovery-image] Feb 26 17:25:56.668 INFO O| Feb 26 17:25:56.668 INFO STEP 1139 (remove_files) COMPLETE |
| 8296 | 2026-02-26T17:25:57.088Z | [ recovery-image] Feb 26 17:25:56.668 INFO O| Feb 26 17:25:56.668 INFO STEP 1140: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8297 | 2026-02-26T17:25:57.114Z | [ recovery-image] Feb 26 17:25:56.687 INFO O| Feb 26 17:25:56.687 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/t6mfgadm" |
| 8298 | 2026-02-26T17:25:57.114Z | [ recovery-image] Feb 26 17:25:56.687 INFO O| Feb 26 17:25:56.687 INFO STEP 1140 (remove_files) COMPLETE |
| 8299 | 2026-02-26T17:25:57.114Z | [ recovery-image] Feb 26 17:25:56.687 INFO O| Feb 26 17:25:56.687 INFO STEP 1141: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8300 | 2026-02-26T17:25:57.141Z | [ recovery-image] Feb 26 17:25:56.705 INFO O| Feb 26 17:25:56.705 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tapes" |
| 8301 | 2026-02-26T17:25:57.141Z | [ recovery-image] Feb 26 17:25:56.706 INFO O| Feb 26 17:25:56.706 INFO STEP 1141 (remove_files) COMPLETE |
| 8302 | 2026-02-26T17:25:57.141Z | [ recovery-image] Feb 26 17:25:56.706 INFO O| Feb 26 17:25:56.706 INFO STEP 1142: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8303 | 2026-02-26T17:25:57.141Z | [ recovery-image] Feb 26 17:25:56.723 INFO O| Feb 26 17:25:56.722 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tar" |
| 8304 | 2026-02-26T17:25:57.141Z | [ recovery-image] Feb 26 17:25:56.723 INFO O| Feb 26 17:25:56.723 INFO STEP 1142 (remove_files) COMPLETE |
| 8305 | 2026-02-26T17:25:57.141Z | [ recovery-image] Feb 26 17:25:56.723 INFO O| Feb 26 17:25:56.723 INFO STEP 1143: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8306 | 2026-02-26T17:25:57.166Z | [ recovery-image] Feb 26 17:25:56.740 INFO O| Feb 26 17:25:56.740 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/tcsd" |
| 8307 | 2026-02-26T17:25:57.166Z | [ recovery-image] Feb 26 17:25:56.740 INFO O| Feb 26 17:25:56.740 INFO STEP 1143 (remove_files) COMPLETE |
| 8308 | 2026-02-26T17:25:57.166Z | [ recovery-image] Feb 26 17:25:56.740 INFO O| Feb 26 17:25:56.740 INFO STEP 1144: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8309 | 2026-02-26T17:25:57.191Z | [ recovery-image] Feb 26 17:25:56.757 INFO O| Feb 26 17:25:56.757 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/traceroute" |
| 8310 | 2026-02-26T17:25:57.191Z | [ recovery-image] Feb 26 17:25:56.757 INFO O| Feb 26 17:25:56.757 INFO STEP 1144 (remove_files) COMPLETE |
| 8311 | 2026-02-26T17:25:57.191Z | [ recovery-image] Feb 26 17:25:56.757 INFO O| Feb 26 17:25:56.757 INFO STEP 1145: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8312 | 2026-02-26T17:25:57.191Z | [ recovery-image] Feb 26 17:25:56.774 INFO O| Feb 26 17:25:56.774 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/trapstat" |
| 8313 | 2026-02-26T17:25:57.191Z | [ recovery-image] Feb 26 17:25:56.774 INFO O| Feb 26 17:25:56.774 INFO STEP 1145 (remove_files) COMPLETE |
| 8314 | 2026-02-26T17:25:57.191Z | [ recovery-image] Feb 26 17:25:56.774 INFO O| Feb 26 17:25:56.774 INFO STEP 1146: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8315 | 2026-02-26T17:25:57.219Z | [ recovery-image] Feb 26 17:25:56.791 INFO O| Feb 26 17:25:56.791 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ttyadm" |
| 8316 | 2026-02-26T17:25:57.219Z | [ recovery-image] Feb 26 17:25:56.791 INFO O| Feb 26 17:25:56.791 INFO STEP 1146 (remove_files) COMPLETE |
| 8317 | 2026-02-26T17:25:57.219Z | [ recovery-image] Feb 26 17:25:56.791 INFO O| Feb 26 17:25:56.791 INFO STEP 1147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8318 | 2026-02-26T17:25:57.244Z | [ recovery-image] Feb 26 17:25:56.808 INFO O| Feb 26 17:25:56.808 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/ucodeadm" |
| 8319 | 2026-02-26T17:25:57.244Z | [ recovery-image] Feb 26 17:25:56.808 INFO O| Feb 26 17:25:56.808 INFO STEP 1147 (remove_files) COMPLETE |
| 8320 | 2026-02-26T17:25:57.244Z | [ recovery-image] Feb 26 17:25:56.809 INFO O| Feb 26 17:25:56.808 INFO STEP 1148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8321 | 2026-02-26T17:25:57.244Z | [ recovery-image] Feb 26 17:25:56.827 INFO O| Feb 26 17:25:56.827 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/umountall" |
| 8322 | 2026-02-26T17:25:57.244Z | [ recovery-image] Feb 26 17:25:56.827 INFO O| Feb 26 17:25:56.827 INFO STEP 1148 (remove_files) COMPLETE |
| 8323 | 2026-02-26T17:25:57.244Z | [ recovery-image] Feb 26 17:25:56.827 INFO O| Feb 26 17:25:56.827 INFO STEP 1149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8324 | 2026-02-26T17:25:57.269Z | [ recovery-image] Feb 26 17:25:56.850 INFO O| Feb 26 17:25:56.850 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unlink" |
| 8325 | 2026-02-26T17:25:57.269Z | [ recovery-image] Feb 26 17:25:56.850 INFO O| Feb 26 17:25:56.850 INFO STEP 1149 (remove_files) COMPLETE |
| 8326 | 2026-02-26T17:25:57.269Z | [ recovery-image] Feb 26 17:25:56.850 INFO O| Feb 26 17:25:56.850 INFO STEP 1150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8327 | 2026-02-26T17:25:57.294Z | [ recovery-image] Feb 26 17:25:56.874 INFO O| Feb 26 17:25:56.873 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshare" |
| 8328 | 2026-02-26T17:25:57.294Z | [ recovery-image] Feb 26 17:25:56.874 INFO O| Feb 26 17:25:56.874 INFO STEP 1150 (remove_files) COMPLETE |
| 8329 | 2026-02-26T17:25:57.294Z | [ recovery-image] Feb 26 17:25:56.874 INFO O| Feb 26 17:25:56.874 INFO STEP 1151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8330 | 2026-02-26T17:25:57.325Z | [ recovery-image] Feb 26 17:25:56.913 INFO O| Feb 26 17:25:56.913 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/unshareall" |
| 8331 | 2026-02-26T17:25:57.325Z | [ recovery-image] Feb 26 17:25:56.913 INFO O| Feb 26 17:25:56.913 INFO STEP 1151 (remove_files) COMPLETE |
| 8332 | 2026-02-26T17:25:57.351Z | [ recovery-image] Feb 26 17:25:56.913 INFO O| Feb 26 17:25:56.913 INFO STEP 1152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8333 | 2026-02-26T17:25:57.351Z | [ recovery-image] Feb 26 17:25:56.927 INFO O| Feb 26 17:25:56.927 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/update_drv" |
| 8334 | 2026-02-26T17:25:57.351Z | [ recovery-image] Feb 26 17:25:56.927 INFO O| Feb 26 17:25:56.927 INFO STEP 1152 (remove_files) COMPLETE |
| 8335 | 2026-02-26T17:25:57.351Z | [ recovery-image] Feb 26 17:25:56.927 INFO O| Feb 26 17:25:56.927 INFO STEP 1153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8336 | 2026-02-26T17:25:57.377Z | [ recovery-image] Feb 26 17:25:56.941 INFO O| Feb 26 17:25:56.940 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/useradd" |
| 8337 | 2026-02-26T17:25:57.377Z | [ recovery-image] Feb 26 17:25:56.941 INFO O| Feb 26 17:25:56.941 INFO STEP 1153 (remove_files) COMPLETE |
| 8338 | 2026-02-26T17:25:57.377Z | [ recovery-image] Feb 26 17:25:56.941 INFO O| Feb 26 17:25:56.941 INFO STEP 1154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8339 | 2026-02-26T17:25:57.377Z | [ recovery-image] Feb 26 17:25:56.954 INFO O| Feb 26 17:25:56.954 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/userdel" |
| 8340 | 2026-02-26T17:25:57.377Z | [ recovery-image] Feb 26 17:25:56.955 INFO O| Feb 26 17:25:56.954 INFO STEP 1154 (remove_files) COMPLETE |
| 8341 | 2026-02-26T17:25:57.377Z | [ recovery-image] Feb 26 17:25:56.955 INFO O| Feb 26 17:25:56.955 INFO STEP 1155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8342 | 2026-02-26T17:25:57.402Z | [ recovery-image] Feb 26 17:25:56.969 INFO O| Feb 26 17:25:56.968 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/usermod" |
| 8343 | 2026-02-26T17:25:57.402Z | [ recovery-image] Feb 26 17:25:56.969 INFO O| Feb 26 17:25:56.969 INFO STEP 1155 (remove_files) COMPLETE |
| 8344 | 2026-02-26T17:25:57.402Z | [ recovery-image] Feb 26 17:25:56.969 INFO O| Feb 26 17:25:56.969 INFO STEP 1156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8345 | 2026-02-26T17:25:57.402Z | [ recovery-image] Feb 26 17:25:56.982 INFO O| Feb 26 17:25:56.982 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/volcopy" |
| 8346 | 2026-02-26T17:25:57.402Z | [ recovery-image] Feb 26 17:25:56.983 INFO O| Feb 26 17:25:56.982 INFO STEP 1156 (remove_files) COMPLETE |
| 8347 | 2026-02-26T17:25:57.402Z | [ recovery-image] Feb 26 17:25:56.983 INFO O| Feb 26 17:25:56.983 INFO STEP 1157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8348 | 2026-02-26T17:25:57.427Z | [ recovery-image] Feb 26 17:25:56.997 INFO O| Feb 26 17:25:56.996 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/wall" |
| 8349 | 2026-02-26T17:25:57.427Z | [ recovery-image] Feb 26 17:25:56.997 INFO O| Feb 26 17:25:56.997 INFO STEP 1157 (remove_files) COMPLETE |
| 8350 | 2026-02-26T17:25:57.427Z | [ recovery-image] Feb 26 17:25:56.997 INFO O| Feb 26 17:25:56.997 INFO STEP 1158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8351 | 2026-02-26T17:25:57.427Z | [ recovery-image] Feb 26 17:25:57.014 INFO O| Feb 26 17:25:57.014 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/whodo" |
| 8352 | 2026-02-26T17:25:57.427Z | [ recovery-image] Feb 26 17:25:57.014 INFO O| Feb 26 17:25:57.014 INFO STEP 1158 (remove_files) COMPLETE |
| 8353 | 2026-02-26T17:25:57.427Z | [ recovery-image] Feb 26 17:25:57.014 INFO O| Feb 26 17:25:57.014 INFO STEP 1159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8354 | 2026-02-26T17:25:57.452Z | [ recovery-image] Feb 26 17:25:57.029 INFO O| Feb 26 17:25:57.029 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdb" |
| 8355 | 2026-02-26T17:25:57.452Z | [ recovery-image] Feb 26 17:25:57.029 INFO O| Feb 26 17:25:57.029 INFO STEP 1159 (remove_files) COMPLETE |
| 8356 | 2026-02-26T17:25:57.452Z | [ recovery-image] Feb 26 17:25:57.029 INFO O| Feb 26 17:25:57.029 INFO STEP 1160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8357 | 2026-02-26T17:25:57.477Z | [ recovery-image] Feb 26 17:25:57.044 INFO O| Feb 26 17:25:57.044 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zdump" |
| 8358 | 2026-02-26T17:25:57.477Z | [ recovery-image] Feb 26 17:25:57.044 INFO O| Feb 26 17:25:57.044 INFO STEP 1160 (remove_files) COMPLETE |
| 8359 | 2026-02-26T17:25:57.477Z | [ recovery-image] Feb 26 17:25:57.044 INFO O| Feb 26 17:25:57.044 INFO STEP 1161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8360 | 2026-02-26T17:25:57.477Z | [ recovery-image] Feb 26 17:25:57.059 INFO O| Feb 26 17:25:57.059 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zic" |
| 8361 | 2026-02-26T17:25:57.477Z | [ recovery-image] Feb 26 17:25:57.059 INFO O| Feb 26 17:25:57.059 INFO STEP 1161 (remove_files) COMPLETE |
| 8362 | 2026-02-26T17:25:57.477Z | [ recovery-image] Feb 26 17:25:57.059 INFO O| Feb 26 17:25:57.059 INFO STEP 1162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8363 | 2026-02-26T17:25:57.502Z | [ recovery-image] Feb 26 17:25:57.074 INFO O| Feb 26 17:25:57.074 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zlogin" |
| 8364 | 2026-02-26T17:25:57.502Z | [ recovery-image] Feb 26 17:25:57.074 INFO O| Feb 26 17:25:57.074 INFO STEP 1162 (remove_files) COMPLETE |
| 8365 | 2026-02-26T17:25:57.502Z | [ recovery-image] Feb 26 17:25:57.074 INFO O| Feb 26 17:25:57.074 INFO STEP 1163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8366 | 2026-02-26T17:25:57.528Z | [ recovery-image] Feb 26 17:25:57.091 INFO O| Feb 26 17:25:57.091 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zoneadm" |
| 8367 | 2026-02-26T17:25:57.528Z | [ recovery-image] Feb 26 17:25:57.091 INFO O| Feb 26 17:25:57.091 INFO STEP 1163 (remove_files) COMPLETE |
| 8368 | 2026-02-26T17:25:57.528Z | [ recovery-image] Feb 26 17:25:57.091 INFO O| Feb 26 17:25:57.091 INFO STEP 1164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8369 | 2026-02-26T17:25:57.528Z | [ recovery-image] Feb 26 17:25:57.110 INFO O| Feb 26 17:25:57.110 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zonecfg" |
| 8370 | 2026-02-26T17:25:57.528Z | [ recovery-image] Feb 26 17:25:57.110 INFO O| Feb 26 17:25:57.110 INFO STEP 1164 (remove_files) COMPLETE |
| 8371 | 2026-02-26T17:25:57.528Z | [ recovery-image] Feb 26 17:25:57.110 INFO O| Feb 26 17:25:57.110 INFO STEP 1165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/recovery-elide.json |
| 8372 | 2026-02-26T17:25:57.553Z | [ recovery-image] Feb 26 17:25:57.127 INFO O| Feb 26 17:25:57.127 INFO remove file: "/rpool/images/build/recovery/work/sled/ramdisk/usr/sbin/zstreamdump" |
| 8373 | 2026-02-26T17:25:57.553Z | [ recovery-image] Feb 26 17:25:57.127 INFO O| Feb 26 17:25:57.127 INFO STEP 1165 (remove_files) COMPLETE |
| 8374 | 2026-02-26T17:25:57.553Z | [ recovery-image] Feb 26 17:25:57.127 INFO O| Feb 26 17:25:57.127 INFO STEP 1166: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-03-recovery-trim.json |
| 8375 | 2026-02-26T17:25:57.578Z | [ recovery-image] Feb 26 17:25:57.152 INFO O| Feb 26 17:25:57.152 INFO file /rpool/images/build/recovery/output/sled-recovery-ramdisk.tar does not already exist, skipping removal |
| 8376 | 2026-02-26T17:25:57.578Z | [ recovery-image] Feb 26 17:25:57.152 INFO O| Feb 26 17:25:57.152 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/recovery/output/sled-recovery-ramdisk.tar", "-C", "/rpool/images/build/recovery/work/sled/ramdisk", "."] |
| 8377 | 2026-02-26T17:25:58.824Z | [ recovery-image] Feb 26 17:25:58.412 INFO O| Feb 26 17:25:58.412 INFO STEP 1166 (pack_tar) COMPLETE |
| 8378 | 2026-02-26T17:25:58.824Z | [ recovery-image] Feb 26 17:25:58.412 INFO O| Feb 26 17:25:58.412 INFO creating output snapshot rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8379 | 2026-02-26T17:25:58.861Z | [ recovery-image] Feb 26 17:25:58.412 INFO O| Feb 26 17:25:58.412 INFO CREATE SNAPSHOT: rpool/images/build/recovery/work/sled/ramdisk@recovery-trim |
| 8380 | 2026-02-26T17:25:59.100Z | [ recovery-image] Feb 26 17:25:58.688 INFO O| Feb 26 17:25:58.688 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/ramdisk-03-recovery-trim |
| 8381 | 2026-02-26T17:25:59.185Z | [ recovery-image] Feb 26 17:25:58.773 INFO O| Feb 26 17:25:58.772 INFO completed processing sled/ramdisk-03-recovery-trim |
| 8382 | 2026-02-26T17:25:59.210Z | [ recovery-image] Feb 26 17:25:58.781 INFO image builder template: zfs-recovery... |
| 8383 | 2026-02-26T17:25:59.210Z | [ recovery-image] Feb 26 17:25:58.781 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/.tmpVgPXRo/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", "optever=0.39.455", "-F", "extra_packages+=/consolidation/oxide/omicron-release-incorporation@19.0.0.0", "-n", "zfs-recovery"], pwd: None |
| 8384 | 2026-02-26T17:25:59.242Z | [ recovery-image] Feb 26 17:25:58.830 INFO O| Feb 26 17:25:58.830 INFO temporary dataset: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8385 | 2026-02-26T17:25:59.267Z | [ recovery-image] Feb 26 17:25:58.838 INFO O| Feb 26 17:25:58.838 INFO CREATE DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8386 | 2026-02-26T17:25:59.292Z | [ recovery-image] Feb 26 17:25:58.874 INFO O| Feb 26 17:25:58.874 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/tmp/sled/zfs-recovery: sync = disabled |
| 8387 | 2026-02-26T17:25:59.318Z | [ recovery-image] Feb 26 17:25:58.906 INFO O| Feb 26 17:25:58.906 INFO temporary directory: /rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8388 | 2026-02-26T17:25:59.318Z | [ recovery-image] Feb 26 17:25:58.906 INFO O| Feb 26 17:25:58.906 INFO work dataset: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8389 | 2026-02-26T17:25:59.343Z | [ recovery-image] Feb 26 17:25:58.914 INFO O| Feb 26 17:25:58.914 INFO CREATE DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8390 | 2026-02-26T17:25:59.419Z | [ recovery-image] Feb 26 17:25:58.992 INFO O| Feb 26 17:25:58.991 INFO SET DATASET PROPERTY ON rpool/images/build/recovery/work/sled/zfs-recovery: sync = disabled |
| 8391 | 2026-02-26T17:25:59.444Z | [ recovery-image] Feb 26 17:25:59.014 INFO O| Feb 26 17:25:59.014 INFO DESTROY POOL: TEMPORARY-sled-zfs-recovery |
| 8392 | 2026-02-26T17:25:59.469Z | [ recovery-image] Feb 26 17:25:59.032 INFO O| Feb 26 17:25:59.032 INFO image file: /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8393 | 2026-02-26T17:25:59.469Z | [ recovery-image] Feb 26 17:25:59.042 INFO O| Feb 26 17:25:59.042 INFO pool altroot: /rpool/images/build/recovery/work/sled/zfs-recovery/altroot |
| 8394 | 2026-02-26T17:25:59.469Z | [ recovery-image] Feb 26 17:25:59.053 INFO O| Feb 26 17:25:59.053 INFO no lofi found |
| 8395 | 2026-02-26T17:25:59.469Z | [ recovery-image] Feb 26 17:25:59.053 INFO O| Feb 26 17:25:59.053 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw does not already exist, skipping removal |
| 8396 | 2026-02-26T17:25:59.469Z | [ recovery-image] Feb 26 17:25:59.053 INFO O| Feb 26 17:25:59.053 INFO CREATE IMAGE (2000MB): /rpool/images/build/recovery/work/sled/zfs-recovery/lofi.raw |
| 8397 | 2026-02-26T17:26:03.418Z | [ recovery-image] Feb 26 17:26:03.006 INFO O| Feb 26 17:26:03.006 INFO lofi device = /dev/dsk/c3t1d0p0 |
| 8398 | 2026-02-26T17:26:03.418Z | [ recovery-image] Feb 26 17:26:03.006 INFO O| Feb 26 17:26:03.006 INFO pool device = /dev/dsk/c3t1d0p0 |
| 8399 | 2026-02-26T17:26:03.443Z | [ recovery-image] Feb 26 17:26:03.006 INFO O| Feb 26 17:26:03.006 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"] |
| 8400 | 2026-02-26T17:26:03.671Z | [ recovery-image] Feb 26 17:26:03.259 INFO O| Feb 26 17:26:03.259 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8401 | 2026-02-26T17:26:03.697Z | [ recovery-image] Feb 26 17:26:03.259 INFO O| Feb 26 17:26:03.259 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT |
| 8402 | 2026-02-26T17:26:03.723Z | [ recovery-image] Feb 26 17:26:03.298 INFO O| Feb 26 17:26:03.298 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: canmount = off |
| 8403 | 2026-02-26T17:26:04.097Z | [ recovery-image] Feb 26 17:26:03.685 INFO O| Feb 26 17:26:03.685 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT: mountpoint = legacy |
| 8404 | 2026-02-26T17:26:04.154Z | [ recovery-image] Feb 26 17:26:03.741 INFO O| Feb 26 17:26:03.741 INFO CREATE DATASET: TEMPORARY-sled-zfs-recovery/ROOT/ramdisk |
| 8405 | 2026-02-26T17:26:04.189Z | [ recovery-image] Feb 26 17:26:03.778 INFO O| Feb 26 17:26:03.778 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: canmount = noauto |
| 8406 | 2026-02-26T17:26:04.214Z | [ recovery-image] Feb 26 17:26:03.803 INFO O| Feb 26 17:26:03.803 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: mountpoint = legacy |
| 8407 | 2026-02-26T17:26:04.283Z | [ recovery-image] Feb 26 17:26:03.872 INFO O| Feb 26 17:26:03.872 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8408 | 2026-02-26T17:26:04.283Z | [ recovery-image] Feb 26 17:26:03.872 INFO O| Feb 26 17:26:03.872 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a |
| 8409 | 2026-02-26T17:26:04.308Z | [ recovery-image] Feb 26 17:26:03.872 INFO O| Feb 26 17:26:03.872 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs-recovery/ROOT/ramdisk", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8410 | 2026-02-26T17:26:04.309Z | [ recovery-image] Feb 26 17:26:03.886 INFO O| Feb 26 17:26:03.886 INFO boot environment UUID: 338a52a1-d21b-43e8-a39e-ff747d667c09 |
| 8411 | 2026-02-26T17:26:04.309Z | [ recovery-image] Feb 26 17:26:03.886 INFO O| Feb 26 17:26:03.886 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:uuid = 338a52a1-d21b-43e8-a39e-ff747d667c09 |
| 8412 | 2026-02-26T17:26:04.333Z | [ recovery-image] Feb 26 17:26:03.920 INFO O| Feb 26 17:26:03.920 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs-recovery/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 8413 | 2026-02-26T17:26:04.361Z | [ recovery-image] Feb 26 17:26:03.950 INFO O| Feb 26 17:26:03.949 INFO STEP 0 (create_be) COMPLETE |
| 8414 | 2026-02-26T17:26:04.361Z | [ recovery-image] Feb 26 17:26:03.950 INFO O| Feb 26 17:26:03.950 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8415 | 2026-02-26T17:26:04.394Z | [ recovery-image] Feb 26 17:26:03.982 INFO O| Feb 26 17:26:03.982 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"] |
| 8416 | 2026-02-26T17:26:14.274Z | [ recovery-image] Feb 26 17:26:13.863 INFO O| Feb 26 17:26:13.863 INFO STEP 1 (unpack_tar) COMPLETE |
| 8417 | 2026-02-26T17:26:14.274Z | [ recovery-image] Feb 26 17:26:13.863 INFO O| Feb 26 17:26:13.863 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8418 | 2026-02-26T17:26:14.299Z | [ recovery-image] Feb 26 17:26:13.881 INFO O| Feb 26 17:26:13.881 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/recovery/work/sled/zfs-recovery/a"] |
| 8419 | 2026-02-26T17:26:16.595Z | [ recovery-image] Feb 26 17:26:16.184 INFO O| Feb 26 17:26:16.184 INFO STEP 2 (devfsadm) COMPLETE |
| 8420 | 2026-02-26T17:26:16.595Z | [ recovery-image] Feb 26 17:26:16.184 INFO O| Feb 26 17:26:16.184 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8421 | 2026-02-26T17:26:16.620Z | [ recovery-image] Feb 26 17:26:16.200 INFO O| Feb 26 17:26:16.200 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8422 | 2026-02-26T17:26:16.620Z | [ recovery-image] Feb 26 17:26:16.200 INFO O| Feb 26 17:26:16.200 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8423 | 2026-02-26T17:26:16.620Z | [ recovery-image] Feb 26 17:26:16.200 INFO O| Feb 26 17:26:16.200 INFO STEP 3 (ensure_dir) COMPLETE |
| 8424 | 2026-02-26T17:26:16.620Z | [ recovery-image] Feb 26 17:26:16.200 INFO O| Feb 26 17:26:16.200 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8425 | 2026-02-26T17:26:16.645Z | [ recovery-image] Feb 26 17:26:16.216 INFO O| Feb 26 17:26:16.216 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8426 | 2026-02-26T17:26:16.645Z | [ recovery-image] Feb 26 17:26:16.216 INFO O| Feb 26 17:26:16.216 INFO STEP 4 (ensure_dir) COMPLETE |
| 8427 | 2026-02-26T17:26:16.645Z | [ recovery-image] Feb 26 17:26:16.216 INFO O| Feb 26 17:26:16.216 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8428 | 2026-02-26T17:26:16.645Z | [ recovery-image] Feb 26 17:26:16.228 INFO O| Feb 26 17:26:16.228 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8429 | 2026-02-26T17:26:16.645Z | [ recovery-image] Feb 26 17:26:16.228 INFO O| Feb 26 17:26:16.228 INFO STEP 5 (ensure_dir) COMPLETE |
| 8430 | 2026-02-26T17:26:16.645Z | [ recovery-image] Feb 26 17:26:16.228 INFO O| Feb 26 17:26:16.228 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8431 | 2026-02-26T17:26:16.695Z | [ recovery-image] Feb 26 17:26:16.245 INFO O| Feb 26 17:26:16.245 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8432 | 2026-02-26T17:26:16.695Z | [ recovery-image] Feb 26 17:26:16.245 INFO O| Feb 26 17:26:16.245 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8433 | 2026-02-26T17:26:16.695Z | [ recovery-image] Feb 26 17:26:16.245 INFO O| Feb 26 17:26:16.245 INFO STEP 6 (ensure_dir) COMPLETE |
| 8434 | 2026-02-26T17:26:16.695Z | [ recovery-image] Feb 26 17:26:16.245 INFO O| Feb 26 17:26:16.245 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8435 | 2026-02-26T17:26:16.695Z | [ recovery-image] Feb 26 17:26:16.259 INFO O| Feb 26 17:26:16.259 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8436 | 2026-02-26T17:26:16.695Z | [ recovery-image] Feb 26 17:26:16.259 INFO O| Feb 26 17:26:16.259 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8437 | 2026-02-26T17:26:16.695Z | [ recovery-image] Feb 26 17:26:16.259 INFO O| Feb 26 17:26:16.259 INFO STEP 7 (ensure_dir) COMPLETE |
| 8438 | 2026-02-26T17:26:16.695Z | [ recovery-image] Feb 26 17:26:16.259 INFO O| Feb 26 17:26:16.259 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8439 | 2026-02-26T17:26:16.695Z | [ recovery-image] Feb 26 17:26:16.276 INFO O| Feb 26 17:26:16.276 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg" |
| 8440 | 2026-02-26T17:26:16.695Z | [ recovery-image] Feb 26 17:26:16.276 INFO O| Feb 26 17:26:16.276 INFO STEP 8 (remove_files) COMPLETE |
| 8441 | 2026-02-26T17:26:16.695Z | [ recovery-image] Feb 26 17:26:16.276 INFO O| Feb 26 17:26:16.276 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8442 | 2026-02-26T17:26:16.720Z | [ recovery-image] Feb 26 17:26:16.293 INFO O| Feb 26 17:26:16.293 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk" |
| 8443 | 2026-02-26T17:26:16.720Z | [ recovery-image] Feb 26 17:26:16.294 INFO O| Feb 26 17:26:16.294 INFO STEP 9 (remove_files) COMPLETE |
| 8444 | 2026-02-26T17:26:16.720Z | [ recovery-image] Feb 26 17:26:16.294 INFO O| Feb 26 17:26:16.294 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8445 | 2026-02-26T17:26:16.745Z | [ recovery-image] Feb 26 17:26:16.309 INFO O| Feb 26 17:26:16.309 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk" |
| 8446 | 2026-02-26T17:26:16.745Z | [ recovery-image] Feb 26 17:26:16.311 INFO O| Feb 26 17:26:16.311 INFO STEP 10 (remove_files) COMPLETE |
| 8447 | 2026-02-26T17:26:16.745Z | [ recovery-image] Feb 26 17:26:16.311 INFO O| Feb 26 17:26:16.311 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8448 | 2026-02-26T17:26:16.770Z | [ recovery-image] Feb 26 17:26:16.328 INFO O| Feb 26 17:26:16.328 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors" |
| 8449 | 2026-02-26T17:26:16.770Z | [ recovery-image] Feb 26 17:26:16.328 INFO O| Feb 26 17:26:16.328 INFO STEP 11 (remove_files) COMPLETE |
| 8450 | 2026-02-26T17:26:16.770Z | [ recovery-image] Feb 26 17:26:16.328 INFO O| Feb 26 17:26:16.328 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8451 | 2026-02-26T17:26:16.770Z | [ recovery-image] Feb 26 17:26:16.342 INFO O| Feb 26 17:26:16.342 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb" |
| 8452 | 2026-02-26T17:26:16.770Z | [ recovery-image] Feb 26 17:26:16.342 INFO O| Feb 26 17:26:16.342 INFO STEP 12 (remove_files) COMPLETE |
| 8453 | 2026-02-26T17:26:16.770Z | [ recovery-image] Feb 26 17:26:16.342 INFO O| Feb 26 17:26:16.342 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8454 | 2026-02-26T17:26:16.770Z | [ recovery-image] Feb 26 17:26:16.356 INFO O| Feb 26 17:26:16.356 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8455 | 2026-02-26T17:26:16.770Z | [ recovery-image] Feb 26 17:26:16.356 INFO O| Feb 26 17:26:16.356 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/cfg |
| 8456 | 2026-02-26T17:26:16.770Z | [ recovery-image] Feb 26 17:26:16.356 INFO O| Feb 26 17:26:16.356 INFO STEP 13 (ensure_dir) COMPLETE |
| 8457 | 2026-02-26T17:26:16.770Z | [ recovery-image] Feb 26 17:26:16.356 INFO O| Feb 26 17:26:16.356 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8458 | 2026-02-26T17:26:16.795Z | [ recovery-image] Feb 26 17:26:16.370 INFO O| Feb 26 17:26:16.370 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8459 | 2026-02-26T17:26:16.796Z | [ recovery-image] Feb 26 17:26:16.370 INFO O| Feb 26 17:26:16.370 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8460 | 2026-02-26T17:26:16.796Z | [ recovery-image] Feb 26 17:26:16.370 INFO O| Feb 26 17:26:16.370 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/dsk |
| 8461 | 2026-02-26T17:26:16.796Z | [ recovery-image] Feb 26 17:26:16.370 INFO O| Feb 26 17:26:16.370 INFO STEP 14 (ensure_dir) COMPLETE |
| 8462 | 2026-02-26T17:26:16.796Z | [ recovery-image] Feb 26 17:26:16.370 INFO O| Feb 26 17:26:16.370 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8463 | 2026-02-26T17:26:16.820Z | [ recovery-image] Feb 26 17:26:16.385 INFO O| Feb 26 17:26:16.385 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8464 | 2026-02-26T17:26:16.821Z | [ recovery-image] Feb 26 17:26:16.385 INFO O| Feb 26 17:26:16.385 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8465 | 2026-02-26T17:26:16.821Z | [ recovery-image] Feb 26 17:26:16.386 INFO O| Feb 26 17:26:16.385 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/rdsk |
| 8466 | 2026-02-26T17:26:16.821Z | [ recovery-image] Feb 26 17:26:16.386 INFO O| Feb 26 17:26:16.386 INFO STEP 15 (ensure_dir) COMPLETE |
| 8467 | 2026-02-26T17:26:16.821Z | [ recovery-image] Feb 26 17:26:16.386 INFO O| Feb 26 17:26:16.386 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8468 | 2026-02-26T17:26:16.821Z | [ recovery-image] Feb 26 17:26:16.400 INFO O| Feb 26 17:26:16.400 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8469 | 2026-02-26T17:26:16.821Z | [ recovery-image] Feb 26 17:26:16.400 INFO O| Feb 26 17:26:16.400 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sensors |
| 8470 | 2026-02-26T17:26:16.821Z | [ recovery-image] Feb 26 17:26:16.400 INFO O| Feb 26 17:26:16.400 INFO STEP 16 (ensure_dir) COMPLETE |
| 8471 | 2026-02-26T17:26:16.821Z | [ recovery-image] Feb 26 17:26:16.400 INFO O| Feb 26 17:26:16.400 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8472 | 2026-02-26T17:26:16.846Z | [ recovery-image] Feb 26 17:26:16.414 INFO O| Feb 26 17:26:16.414 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8473 | 2026-02-26T17:26:16.846Z | [ recovery-image] Feb 26 17:26:16.414 INFO O| Feb 26 17:26:16.414 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/usb |
| 8474 | 2026-02-26T17:26:16.846Z | [ recovery-image] Feb 26 17:26:16.414 INFO O| Feb 26 17:26:16.414 INFO STEP 17 (ensure_dir) COMPLETE |
| 8475 | 2026-02-26T17:26:16.846Z | [ recovery-image] Feb 26 17:26:16.414 INFO O| Feb 26 17:26:16.414 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8476 | 2026-02-26T17:26:16.846Z | [ recovery-image] Feb 26 17:26:16.431 INFO O| Feb 26 17:26:16.431 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 8477 | 2026-02-26T17:26:16.846Z | [ recovery-image] Feb 26 17:26:16.431 INFO O| Feb 26 17:26:16.431 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/msglog |
| 8478 | 2026-02-26T17:26:16.846Z | [ recovery-image] Feb 26 17:26:16.431 INFO O| Feb 26 17:26:16.431 INFO ok! |
| 8479 | 2026-02-26T17:26:16.846Z | [ recovery-image] Feb 26 17:26:16.431 INFO O| Feb 26 17:26:16.431 INFO STEP 18 (ensure_symlink) COMPLETE |
| 8480 | 2026-02-26T17:26:16.846Z | [ recovery-image] Feb 26 17:26:16.431 INFO O| Feb 26 17:26:16.431 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 8481 | 2026-02-26T17:26:16.872Z | [ recovery-image] Feb 26 17:26:16.446 INFO O| Feb 26 17:26:16.446 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure exists, with correct contents |
| 8482 | 2026-02-26T17:26:16.872Z | [ recovery-image] Feb 26 17:26:16.446 INFO O| Feb 26 17:26:16.446 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/reconfigure |
| 8483 | 2026-02-26T17:26:16.872Z | [ recovery-image] Feb 26 17:26:16.446 INFO O| Feb 26 17:26:16.446 INFO ok! |
| 8484 | 2026-02-26T17:26:16.872Z | [ recovery-image] Feb 26 17:26:16.446 INFO O| Feb 26 17:26:16.446 INFO STEP 19 (ensure_file) COMPLETE |
| 8485 | 2026-02-26T17:26:16.872Z | [ recovery-image] Feb 26 17:26:16.446 INFO O| Feb 26 17:26:16.446 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8486 | 2026-02-26T17:26:16.872Z | [ recovery-image] Feb 26 17:26:16.460 INFO O| Feb 26 17:26:16.460 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml does not exist |
| 8487 | 2026-02-26T17:26:16.872Z | [ recovery-image] Feb 26 17:26:16.460 INFO O| Feb 26 17:26:16.460 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 8488 | 2026-02-26T17:26:16.897Z | [ recovery-image] Feb 26 17:26:16.460 INFO O| Feb 26 17:26:16.460 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/generic.xml |
| 8489 | 2026-02-26T17:26:16.897Z | [ recovery-image] Feb 26 17:26:16.460 INFO O| Feb 26 17:26:16.460 INFO ok! |
| 8490 | 2026-02-26T17:26:16.897Z | [ recovery-image] Feb 26 17:26:16.460 INFO O| Feb 26 17:26:16.460 INFO STEP 20 (ensure_symlink) COMPLETE |
| 8491 | 2026-02-26T17:26:16.897Z | [ recovery-image] Feb 26 17:26:16.460 INFO O| Feb 26 17:26:16.460 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8492 | 2026-02-26T17:26:16.897Z | [ recovery-image] Feb 26 17:26:16.477 INFO O| Feb 26 17:26:16.477 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml does not exist |
| 8493 | 2026-02-26T17:26:16.897Z | [ recovery-image] Feb 26 17:26:16.478 INFO O| Feb 26 17:26:16.477 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 8494 | 2026-02-26T17:26:16.897Z | [ recovery-image] Feb 26 17:26:16.478 INFO O| Feb 26 17:26:16.478 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/inetd_services.xml |
| 8495 | 2026-02-26T17:26:16.897Z | [ recovery-image] Feb 26 17:26:16.478 INFO O| Feb 26 17:26:16.478 INFO ok! |
| 8496 | 2026-02-26T17:26:16.897Z | [ recovery-image] Feb 26 17:26:16.478 INFO O| Feb 26 17:26:16.478 INFO STEP 21 (ensure_symlink) COMPLETE |
| 8497 | 2026-02-26T17:26:16.897Z | [ recovery-image] Feb 26 17:26:16.478 INFO O| Feb 26 17:26:16.478 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8498 | 2026-02-26T17:26:16.922Z | [ recovery-image] Feb 26 17:26:16.493 INFO O| Feb 26 17:26:16.492 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml does not exist |
| 8499 | 2026-02-26T17:26:16.922Z | [ recovery-image] Feb 26 17:26:16.493 INFO O| Feb 26 17:26:16.492 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 8500 | 2026-02-26T17:26:16.922Z | [ recovery-image] Feb 26 17:26:16.493 INFO O| Feb 26 17:26:16.493 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml |
| 8501 | 2026-02-26T17:26:16.922Z | [ recovery-image] Feb 26 17:26:16.493 INFO O| Feb 26 17:26:16.493 INFO ok! |
| 8502 | 2026-02-26T17:26:16.922Z | [ recovery-image] Feb 26 17:26:16.493 INFO O| Feb 26 17:26:16.493 INFO STEP 22 (ensure_symlink) COMPLETE |
| 8503 | 2026-02-26T17:26:16.922Z | [ recovery-image] Feb 26 17:26:16.493 INFO O| Feb 26 17:26:16.493 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8504 | 2026-02-26T17:26:16.922Z | [ recovery-image] Feb 26 17:26:16.506 INFO O| Feb 26 17:26:16.506 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml does not exist |
| 8505 | 2026-02-26T17:26:16.922Z | [ recovery-image] Feb 26 17:26:16.506 INFO O| Feb 26 17:26:16.506 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 8506 | 2026-02-26T17:26:16.922Z | [ recovery-image] Feb 26 17:26:16.506 INFO O| Feb 26 17:26:16.506 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/name_service.xml |
| 8507 | 2026-02-26T17:26:16.923Z | [ recovery-image] Feb 26 17:26:16.506 INFO O| Feb 26 17:26:16.506 INFO ok! |
| 8508 | 2026-02-26T17:26:16.923Z | [ recovery-image] Feb 26 17:26:16.506 INFO O| Feb 26 17:26:16.506 INFO STEP 23 (ensure_symlink) COMPLETE |
| 8509 | 2026-02-26T17:26:16.923Z | [ recovery-image] Feb 26 17:26:16.506 INFO O| Feb 26 17:26:16.506 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8510 | 2026-02-26T17:26:16.948Z | [ recovery-image] Feb 26 17:26:16.520 INFO O| Feb 26 17:26:16.519 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 8511 | 2026-02-26T17:26:16.948Z | [ recovery-image] Feb 26 17:26:16.520 INFO O| Feb 26 17:26:16.520 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 ... |
| 8512 | 2026-02-26T17:26:16.948Z | [ recovery-image] Feb 26 17:26:16.520 INFO O| Feb 26 17:26:16.520 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nsswitch.conf |
| 8513 | 2026-02-26T17:26:16.948Z | [ recovery-image] Feb 26 17:26:16.520 INFO O| Feb 26 17:26:16.520 INFO ok! |
| 8514 | 2026-02-26T17:26:16.948Z | [ recovery-image] Feb 26 17:26:16.520 INFO O| Feb 26 17:26:16.520 INFO STEP 24 (ensure_file) COMPLETE |
| 8515 | 2026-02-26T17:26:16.948Z | [ recovery-image] Feb 26 17:26:16.520 INFO O| Feb 26 17:26:16.520 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8516 | 2026-02-26T17:26:16.973Z | [ recovery-image] Feb 26 17:26:16.538 INFO O| Feb 26 17:26:16.538 INFO updating shadow file |
| 8517 | 2026-02-26T17:26:16.973Z | [ recovery-image] Feb 26 17:26:16.539 INFO O| Feb 26 17:26:16.539 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8518 | 2026-02-26T17:26:16.973Z | [ recovery-image] Feb 26 17:26:16.539 INFO O| Feb 26 17:26:16.539 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8519 | 2026-02-26T17:26:16.973Z | [ recovery-image] Feb 26 17:26:16.539 INFO O| Feb 26 17:26:16.539 INFO STEP 25 (shadow) COMPLETE |
| 8520 | 2026-02-26T17:26:16.973Z | [ recovery-image] Feb 26 17:26:16.539 INFO O| Feb 26 17:26:16.539 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8521 | 2026-02-26T17:26:16.973Z | [ recovery-image] Feb 26 17:26:16.554 INFO O| Feb 26 17:26:16.554 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 8522 | 2026-02-26T17:26:16.973Z | [ recovery-image] Feb 26 17:26:16.554 INFO O| Feb 26 17:26:16.554 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts ... |
| 8523 | 2026-02-26T17:26:16.973Z | [ recovery-image] Feb 26 17:26:16.555 INFO O| Feb 26 17:26:16.554 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/inet/hosts |
| 8524 | 2026-02-26T17:26:16.973Z | [ recovery-image] Feb 26 17:26:16.555 INFO O| Feb 26 17:26:16.555 INFO ok! |
| 8525 | 2026-02-26T17:26:16.973Z | [ recovery-image] Feb 26 17:26:16.555 INFO O| Feb 26 17:26:16.555 INFO STEP 26 (ensure_file) COMPLETE |
| 8526 | 2026-02-26T17:26:16.973Z | [ recovery-image] Feb 26 17:26:16.555 INFO O| Feb 26 17:26:16.555 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8527 | 2026-02-26T17:26:16.999Z | [ recovery-image] Feb 26 17:26:16.569 INFO O| Feb 26 17:26:16.569 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename does not exist |
| 8528 | 2026-02-26T17:26:16.999Z | [ recovery-image] Feb 26 17:26:16.569 INFO O| Feb 26 17:26:16.569 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename ... |
| 8529 | 2026-02-26T17:26:16.999Z | [ recovery-image] Feb 26 17:26:16.569 INFO O| Feb 26 17:26:16.569 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/nodename |
| 8530 | 2026-02-26T17:26:16.999Z | [ recovery-image] Feb 26 17:26:16.569 INFO O| Feb 26 17:26:16.569 INFO ok! |
| 8531 | 2026-02-26T17:26:16.999Z | [ recovery-image] Feb 26 17:26:16.569 INFO O| Feb 26 17:26:16.569 INFO STEP 27 (ensure_file) COMPLETE |
| 8532 | 2026-02-26T17:26:16.999Z | [ recovery-image] Feb 26 17:26:16.569 INFO O| Feb 26 17:26:16.569 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8533 | 2026-02-26T17:26:17.025Z | [ recovery-image] Feb 26 17:26:16.587 INFO O| Feb 26 17:26:16.587 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 8534 | 2026-02-26T17:26:17.025Z | [ recovery-image] Feb 26 17:26:16.587 INFO O| Feb 26 17:26:16.587 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent ... |
| 8535 | 2026-02-26T17:26:17.025Z | [ recovery-image] Feb 26 17:26:16.588 INFO O| Feb 26 17:26:16.588 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8536 | 2026-02-26T17:26:17.025Z | [ recovery-image] Feb 26 17:26:16.588 INFO O| Feb 26 17:26:16.588 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/dhcpagent |
| 8537 | 2026-02-26T17:26:17.025Z | [ recovery-image] Feb 26 17:26:16.588 INFO O| Feb 26 17:26:16.588 INFO ok! |
| 8538 | 2026-02-26T17:26:17.025Z | [ recovery-image] Feb 26 17:26:16.588 INFO O| Feb 26 17:26:16.588 INFO STEP 28 (ensure_file) COMPLETE |
| 8539 | 2026-02-26T17:26:17.025Z | [ recovery-image] Feb 26 17:26:16.588 INFO O| Feb 26 17:26:16.588 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8540 | 2026-02-26T17:26:17.025Z | [ recovery-image] Feb 26 17:26:16.605 INFO O| Feb 26 17:26:16.604 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf does not exist |
| 8541 | 2026-02-26T17:26:17.025Z | [ recovery-image] Feb 26 17:26:16.605 INFO O| Feb 26 17:26:16.604 INFO writing /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf ... |
| 8542 | 2026-02-26T17:26:17.026Z | [ recovery-image] Feb 26 17:26:16.605 INFO O| Feb 26 17:26:16.605 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/resolv.conf |
| 8543 | 2026-02-26T17:26:17.026Z | [ recovery-image] Feb 26 17:26:16.605 INFO O| Feb 26 17:26:16.605 INFO ok! |
| 8544 | 2026-02-26T17:26:17.026Z | [ recovery-image] Feb 26 17:26:16.605 INFO O| Feb 26 17:26:16.605 INFO STEP 29 (ensure_file) COMPLETE |
| 8545 | 2026-02-26T17:26:17.026Z | [ recovery-image] Feb 26 17:26:16.605 INFO O| Feb 26 17:26:16.605 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8546 | 2026-02-26T17:26:17.051Z | [ recovery-image] Feb 26 17:26:16.622 INFO O| Feb 26 17:26:16.621 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8547 | 2026-02-26T17:26:17.051Z | [ recovery-image] Feb 26 17:26:16.622 INFO O| Feb 26 17:26:16.622 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8548 | 2026-02-26T17:26:17.051Z | [ recovery-image] Feb 26 17:26:16.622 INFO O| Feb 26 17:26:16.622 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide |
| 8549 | 2026-02-26T17:26:17.051Z | [ recovery-image] Feb 26 17:26:16.622 INFO O| Feb 26 17:26:16.622 INFO STEP 30 (ensure_dir) COMPLETE |
| 8550 | 2026-02-26T17:26:17.051Z | [ recovery-image] Feb 26 17:26:16.622 INFO O| Feb 26 17:26:16.622 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8551 | 2026-02-26T17:26:17.051Z | [ recovery-image] Feb 26 17:26:16.639 INFO O| Feb 26 17:26:16.639 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup does not exist |
| 8552 | 2026-02-26T17:26:17.051Z | [ recovery-image] Feb 26 17:26:16.639 INFO O| Feb 26 17:26:16.639 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 ... |
| 8553 | 2026-02-26T17:26:17.076Z | [ recovery-image] Feb 26 17:26:16.640 INFO O| Feb 26 17:26:16.640 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 |
| 8554 | 2026-02-26T17:26:17.077Z | [ recovery-image] Feb 26 17:26:16.640 INFO O| Feb 26 17:26:16.640 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/oxide/net-setup |
| 8555 | 2026-02-26T17:26:17.077Z | [ recovery-image] Feb 26 17:26:16.640 INFO O| Feb 26 17:26:16.640 INFO ok! |
| 8556 | 2026-02-26T17:26:17.077Z | [ recovery-image] Feb 26 17:26:16.640 INFO O| Feb 26 17:26:16.640 INFO STEP 31 (ensure_file) COMPLETE |
| 8557 | 2026-02-26T17:26:17.077Z | [ recovery-image] Feb 26 17:26:16.640 INFO O| Feb 26 17:26:16.640 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8558 | 2026-02-26T17:26:17.077Z | [ recovery-image] Feb 26 17:26:16.662 INFO O| Feb 26 17:26:16.662 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8559 | 2026-02-26T17:26:17.077Z | [ recovery-image] Feb 26 17:26:16.662 INFO O| Feb 26 17:26:16.662 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8560 | 2026-02-26T17:26:17.077Z | [ recovery-image] Feb 26 17:26:16.662 INFO O| Feb 26 17:26:16.662 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide |
| 8561 | 2026-02-26T17:26:17.077Z | [ recovery-image] Feb 26 17:26:16.662 INFO O| Feb 26 17:26:16.662 INFO STEP 32 (ensure_dir) COMPLETE |
| 8562 | 2026-02-26T17:26:17.077Z | [ recovery-image] Feb 26 17:26:16.662 INFO O| Feb 26 17:26:16.662 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 8563 | 2026-02-26T17:26:17.119Z | [ recovery-image] Feb 26 17:26:16.682 INFO O| Feb 26 17:26:16.682 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 8564 | 2026-02-26T17:26:17.119Z | [ recovery-image] Feb 26 17:26:16.682 INFO O| Feb 26 17:26:16.682 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 ... |
| 8565 | 2026-02-26T17:26:17.119Z | [ recovery-image] Feb 26 17:26:16.683 INFO O| Feb 26 17:26:16.683 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 |
| 8566 | 2026-02-26T17:26:17.119Z | [ recovery-image] Feb 26 17:26:16.683 INFO O| Feb 26 17:26:16.683 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/oxide/net-setup.xml |
| 8567 | 2026-02-26T17:26:17.119Z | [ recovery-image] Feb 26 17:26:16.683 INFO O| Feb 26 17:26:16.683 INFO ok! |
| 8568 | 2026-02-26T17:26:17.119Z | [ recovery-image] Feb 26 17:26:16.683 INFO O| Feb 26 17:26:16.683 INFO STEP 33 (ensure_file) COMPLETE |
| 8569 | 2026-02-26T17:26:17.119Z | [ recovery-image] Feb 26 17:26:16.683 INFO O| Feb 26 17:26:16.683 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8570 | 2026-02-26T17:26:17.119Z | [ recovery-image] Feb 26 17:26:16.700 INFO O| Feb 26 17:26:16.700 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master does not exist |
| 8571 | 2026-02-26T17:26:17.119Z | [ recovery-image] Feb 26 17:26:16.700 INFO O| Feb 26 17:26:16.700 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master ... |
| 8572 | 2026-02-26T17:26:17.119Z | [ recovery-image] Feb 26 17:26:16.700 INFO O| Feb 26 17:26:16.700 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/auto_master |
| 8573 | 2026-02-26T17:26:17.119Z | [ recovery-image] Feb 26 17:26:16.700 INFO O| Feb 26 17:26:16.700 INFO ok! |
| 8574 | 2026-02-26T17:26:17.119Z | [ recovery-image] Feb 26 17:26:16.700 INFO O| Feb 26 17:26:16.700 INFO STEP 34 (ensure_file) COMPLETE |
| 8575 | 2026-02-26T17:26:17.119Z | [ recovery-image] Feb 26 17:26:16.700 INFO O| Feb 26 17:26:16.700 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8576 | 2026-02-26T17:26:17.145Z | [ recovery-image] Feb 26 17:26:16.720 INFO O| Feb 26 17:26:16.720 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs exists, with wrong contents, unlinking |
| 8577 | 2026-02-26T17:26:17.145Z | [ recovery-image] Feb 26 17:26:16.720 INFO O| Feb 26 17:26:16.720 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs ... |
| 8578 | 2026-02-26T17:26:17.145Z | [ recovery-image] Feb 26 17:26:16.720 INFO O| Feb 26 17:26:16.720 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8579 | 2026-02-26T17:26:17.145Z | [ recovery-image] Feb 26 17:26:16.720 INFO O| Feb 26 17:26:16.720 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ttydefs |
| 8580 | 2026-02-26T17:26:17.145Z | [ recovery-image] Feb 26 17:26:16.720 INFO O| Feb 26 17:26:16.720 INFO ok! |
| 8581 | 2026-02-26T17:26:17.145Z | [ recovery-image] Feb 26 17:26:16.720 INFO O| Feb 26 17:26:16.720 INFO STEP 35 (ensure_file) COMPLETE |
| 8582 | 2026-02-26T17:26:17.145Z | [ recovery-image] Feb 26 17:26:16.720 INFO O| Feb 26 17:26:16.720 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8583 | 2026-02-26T17:26:17.170Z | [ recovery-image] Feb 26 17:26:16.736 INFO O| Feb 26 17:26:16.736 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init exists, with wrong contents, unlinking |
| 8584 | 2026-02-26T17:26:17.170Z | [ recovery-image] Feb 26 17:26:16.736 INFO O| Feb 26 17:26:16.736 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init ... |
| 8585 | 2026-02-26T17:26:17.170Z | [ recovery-image] Feb 26 17:26:16.736 INFO O| Feb 26 17:26:16.736 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/init |
| 8586 | 2026-02-26T17:26:17.170Z | [ recovery-image] Feb 26 17:26:16.736 INFO O| Feb 26 17:26:16.736 INFO ok! |
| 8587 | 2026-02-26T17:26:17.170Z | [ recovery-image] Feb 26 17:26:16.736 INFO O| Feb 26 17:26:16.736 INFO STEP 36 (ensure_file) COMPLETE |
| 8588 | 2026-02-26T17:26:17.170Z | [ recovery-image] Feb 26 17:26:16.736 INFO O| Feb 26 17:26:16.736 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8589 | 2026-02-26T17:26:17.170Z | [ recovery-image] Feb 26 17:26:16.755 INFO O| Feb 26 17:26:16.754 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 8590 | 2026-02-26T17:26:17.170Z | [ recovery-image] Feb 26 17:26:16.755 INFO O| Feb 26 17:26:16.755 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config ... |
| 8591 | 2026-02-26T17:26:17.170Z | [ recovery-image] Feb 26 17:26:16.755 INFO O| Feb 26 17:26:16.755 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/ssh/sshd_config |
| 8592 | 2026-02-26T17:26:17.170Z | [ recovery-image] Feb 26 17:26:16.755 INFO O| Feb 26 17:26:16.755 INFO ok! |
| 8593 | 2026-02-26T17:26:17.170Z | [ recovery-image] Feb 26 17:26:16.755 INFO O| Feb 26 17:26:16.755 INFO STEP 37 (ensure_file) COMPLETE |
| 8594 | 2026-02-26T17:26:17.170Z | [ recovery-image] Feb 26 17:26:16.755 INFO O| Feb 26 17:26:16.755 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8595 | 2026-02-26T17:26:17.195Z | [ recovery-image] Feb 26 17:26:16.773 INFO O| Feb 26 17:26:16.773 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams does not exist |
| 8596 | 2026-02-26T17:26:17.195Z | [ recovery-image] Feb 26 17:26:16.773 INFO O| Feb 26 17:26:16.773 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams ... |
| 8597 | 2026-02-26T17:26:17.195Z | [ recovery-image] Feb 26 17:26:16.774 INFO O| Feb 26 17:26:16.774 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8598 | 2026-02-26T17:26:17.195Z | [ recovery-image] Feb 26 17:26:16.774 INFO O| Feb 26 17:26:16.774 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8599 | 2026-02-26T17:26:17.195Z | [ recovery-image] Feb 26 17:26:16.774 INFO O| Feb 26 17:26:16.774 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8600 | 2026-02-26T17:26:17.195Z | [ recovery-image] Feb 26 17:26:16.774 INFO O| Feb 26 17:26:16.774 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/bootparams |
| 8601 | 2026-02-26T17:26:17.195Z | [ recovery-image] Feb 26 17:26:16.774 INFO O| Feb 26 17:26:16.774 INFO ok! |
| 8602 | 2026-02-26T17:26:17.195Z | [ recovery-image] Feb 26 17:26:16.774 INFO O| Feb 26 17:26:16.774 INFO STEP 38 (ensure_file) COMPLETE |
| 8603 | 2026-02-26T17:26:17.195Z | [ recovery-image] Feb 26 17:26:16.774 INFO O| Feb 26 17:26:16.774 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8604 | 2026-02-26T17:26:17.221Z | [ recovery-image] Feb 26 17:26:16.791 INFO O| Feb 26 17:26:16.790 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8605 | 2026-02-26T17:26:17.221Z | [ recovery-image] Feb 26 17:26:16.791 INFO O| Feb 26 17:26:16.791 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8606 | 2026-02-26T17:26:17.221Z | [ recovery-image] Feb 26 17:26:16.791 INFO O| Feb 26 17:26:16.791 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware |
| 8607 | 2026-02-26T17:26:17.221Z | [ recovery-image] Feb 26 17:26:16.791 INFO O| Feb 26 17:26:16.791 INFO STEP 39 (ensure_dir) COMPLETE |
| 8608 | 2026-02-26T17:26:17.221Z | [ recovery-image] Feb 26 17:26:16.791 INFO O| Feb 26 17:26:16.791 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8609 | 2026-02-26T17:26:17.221Z | [ recovery-image] Feb 26 17:26:16.809 INFO O| Feb 26 17:26:16.809 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 |
| 8610 | 2026-02-26T17:26:17.246Z | [ recovery-image] Feb 26 17:26:16.809 INFO O| Feb 26 17:26:16.809 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 ... |
| 8611 | 2026-02-26T17:26:17.246Z | [ recovery-image] Feb 26 17:26:16.810 INFO O| Feb 26 17:26:16.810 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 |
| 8612 | 2026-02-26T17:26:17.246Z | [ recovery-image] Feb 26 17:26:16.810 INFO O| Feb 26 17:26:16.810 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 |
| 8613 | 2026-02-26T17:26:17.246Z | [ recovery-image] Feb 26 17:26:16.811 INFO O| Feb 26 17:26:16.810 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 |
| 8614 | 2026-02-26T17:26:17.246Z | [ recovery-image] Feb 26 17:26:16.811 INFO O| Feb 26 17:26:16.810 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 |
| 8615 | 2026-02-26T17:26:17.246Z | [ recovery-image] Feb 26 17:26:16.811 INFO O| Feb 26 17:26:16.810 INFO ok! |
| 8616 | 2026-02-26T17:26:17.247Z | [ recovery-image] Feb 26 17:26:16.811 INFO O| Feb 26 17:26:16.811 INFO STEP 40 (ensure_file) COMPLETE |
| 8617 | 2026-02-26T17:26:17.247Z | [ recovery-image] Feb 26 17:26:16.811 INFO O| Feb 26 17:26:16.811 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8618 | 2026-02-26T17:26:17.247Z | [ recovery-image] Feb 26 17:26:16.827 INFO O| Feb 26 17:26:16.827 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 8619 | 2026-02-26T17:26:17.247Z | [ recovery-image] Feb 26 17:26:16.827 INFO O| Feb 26 17:26:16.827 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 ... |
| 8620 | 2026-02-26T17:26:17.247Z | [ recovery-image] Feb 26 17:26:16.827 INFO O| Feb 26 17:26:16.827 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 8621 | 2026-02-26T17:26:17.247Z | [ recovery-image] Feb 26 17:26:16.827 INFO O| Feb 26 17:26:16.827 INFO ok! |
| 8622 | 2026-02-26T17:26:17.247Z | [ recovery-image] Feb 26 17:26:16.827 INFO O| Feb 26 17:26:16.827 INFO STEP 41 (ensure_symlink) COMPLETE |
| 8623 | 2026-02-26T17:26:17.247Z | [ recovery-image] Feb 26 17:26:16.827 INFO O| Feb 26 17:26:16.827 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 8624 | 2026-02-26T17:26:17.272Z | [ recovery-image] Feb 26 17:26:16.842 INFO O| Feb 26 17:26:16.841 INFO link /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo does not exist |
| 8625 | 2026-02-26T17:26:17.272Z | [ recovery-image] Feb 26 17:26:16.842 INFO O| Feb 26 17:26:16.842 INFO linking /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 8626 | 2026-02-26T17:26:17.272Z | [ recovery-image] Feb 26 17:26:16.842 INFO O| Feb 26 17:26:16.842 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/platform/Oxide,Cosmo |
| 8627 | 2026-02-26T17:26:17.272Z | [ recovery-image] Feb 26 17:26:16.842 INFO O| Feb 26 17:26:16.842 INFO ok! |
| 8628 | 2026-02-26T17:26:17.272Z | [ recovery-image] Feb 26 17:26:16.842 INFO O| Feb 26 17:26:16.842 INFO STEP 42 (ensure_symlink) COMPLETE |
| 8629 | 2026-02-26T17:26:17.272Z | [ recovery-image] Feb 26 17:26:16.842 INFO O| Feb 26 17:26:16.842 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8630 | 2026-02-26T17:26:17.272Z | [ recovery-image] Feb 26 17:26:16.859 INFO O| Feb 26 17:26:16.858 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname does not exist |
| 8631 | 2026-02-26T17:26:17.272Z | [ recovery-image] Feb 26 17:26:16.859 INFO O| Feb 26 17:26:16.858 INFO copying /work/oxidecomputer/helios/image/templates/files/recovery-hostname.sh -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname ... |
| 8632 | 2026-02-26T17:26:17.272Z | [ recovery-image] Feb 26 17:26:16.859 INFO O| Feb 26 17:26:16.859 INFO perms are 644, should be 755, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8633 | 2026-02-26T17:26:17.272Z | [ recovery-image] Feb 26 17:26:16.859 INFO O| Feb 26 17:26:16.859 INFO chmod ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8634 | 2026-02-26T17:26:17.297Z | [ recovery-image] Feb 26 17:26:16.859 INFO O| Feb 26 17:26:16.859 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8635 | 2026-02-26T17:26:17.297Z | [ recovery-image] Feb 26 17:26:16.859 INFO O| Feb 26 17:26:16.859 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/recovery-hostname |
| 8636 | 2026-02-26T17:26:17.297Z | [ recovery-image] Feb 26 17:26:16.859 INFO O| Feb 26 17:26:16.859 INFO ok! |
| 8637 | 2026-02-26T17:26:17.297Z | [ recovery-image] Feb 26 17:26:16.859 INFO O| Feb 26 17:26:16.859 INFO STEP 43 (ensure_file) COMPLETE |
| 8638 | 2026-02-26T17:26:17.297Z | [ recovery-image] Feb 26 17:26:16.859 INFO O| Feb 26 17:26:16.859 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8639 | 2026-02-26T17:26:17.297Z | [ recovery-image] Feb 26 17:26:16.875 INFO O| Feb 26 17:26:16.875 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml does not exist |
| 8640 | 2026-02-26T17:26:17.297Z | [ recovery-image] Feb 26 17:26:16.875 INFO O| Feb 26 17:26:16.875 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 ... |
| 8641 | 2026-02-26T17:26:17.297Z | [ recovery-image] Feb 26 17:26:16.875 INFO O| Feb 26 17:26:16.875 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 |
| 8642 | 2026-02-26T17:26:17.297Z | [ recovery-image] Feb 26 17:26:16.875 INFO O| Feb 26 17:26:16.875 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/recovery-hostname.xml |
| 8643 | 2026-02-26T17:26:17.297Z | [ recovery-image] Feb 26 17:26:16.875 INFO O| Feb 26 17:26:16.875 INFO ok! |
| 8644 | 2026-02-26T17:26:17.297Z | [ recovery-image] Feb 26 17:26:16.875 INFO O| Feb 26 17:26:16.875 INFO STEP 44 (ensure_file) COMPLETE |
| 8645 | 2026-02-26T17:26:17.297Z | [ recovery-image] Feb 26 17:26:16.876 INFO O| Feb 26 17:26:16.875 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8646 | 2026-02-26T17:26:17.322Z | [ recovery-image] Feb 26 17:26:16.890 INFO O| Feb 26 17:26:16.890 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml does not exist |
| 8647 | 2026-02-26T17:26:17.322Z | [ recovery-image] Feb 26 17:26:16.890 INFO O| Feb 26 17:26:16.890 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml ... |
| 8648 | 2026-02-26T17:26:17.322Z | [ recovery-image] Feb 26 17:26:16.891 INFO O| Feb 26 17:26:16.891 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml |
| 8649 | 2026-02-26T17:26:17.322Z | [ recovery-image] Feb 26 17:26:16.891 INFO O| Feb 26 17:26:16.891 INFO ok! |
| 8650 | 2026-02-26T17:26:17.322Z | [ recovery-image] Feb 26 17:26:16.891 INFO O| Feb 26 17:26:16.891 INFO STEP 45 (ensure_file) COMPLETE |
| 8651 | 2026-02-26T17:26:17.322Z | [ recovery-image] Feb 26 17:26:16.891 INFO O| Feb 26 17:26:16.891 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8652 | 2026-02-26T17:26:17.323Z | [ recovery-image] Feb 26 17:26:16.906 INFO O| Feb 26 17:26:16.906 INFO updating shadow file |
| 8653 | 2026-02-26T17:26:17.323Z | [ recovery-image] Feb 26 17:26:16.906 INFO O| Feb 26 17:26:16.906 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/shadow |
| 8654 | 2026-02-26T17:26:17.323Z | [ recovery-image] Feb 26 17:26:16.906 INFO O| Feb 26 17:26:16.906 INFO STEP 46 (shadow) COMPLETE |
| 8655 | 2026-02-26T17:26:17.323Z | [ recovery-image] Feb 26 17:26:16.906 INFO O| Feb 26 17:26:16.906 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 8656 | 2026-02-26T17:26:17.347Z | [ recovery-image] Feb 26 17:26:16.922 INFO O| Feb 26 17:26:16.922 WARN file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login exists, with wrong contents, unlinking |
| 8657 | 2026-02-26T17:26:17.348Z | [ recovery-image] Feb 26 17:26:16.922 INFO O| Feb 26 17:26:16.922 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login ... |
| 8658 | 2026-02-26T17:26:17.348Z | [ recovery-image] Feb 26 17:26:16.922 INFO O| Feb 26 17:26:16.922 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8659 | 2026-02-26T17:26:17.348Z | [ recovery-image] Feb 26 17:26:16.922 INFO O| Feb 26 17:26:16.922 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/default/login |
| 8660 | 2026-02-26T17:26:17.348Z | [ recovery-image] Feb 26 17:26:16.922 INFO O| Feb 26 17:26:16.922 INFO ok! |
| 8661 | 2026-02-26T17:26:17.348Z | [ recovery-image] Feb 26 17:26:16.922 INFO O| Feb 26 17:26:16.922 INFO STEP 47 (ensure_file) COMPLETE |
| 8662 | 2026-02-26T17:26:17.348Z | [ recovery-image] Feb 26 17:26:16.922 INFO O| Feb 26 17:26:16.922 INFO STEP 48: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8663 | 2026-02-26T17:26:17.348Z | [ recovery-image] Feb 26 17:26:16.936 INFO O| Feb 26 17:26:16.936 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt |
| 8664 | 2026-02-26T17:26:17.348Z | [ recovery-image] Feb 26 17:26:16.936 INFO O| Feb 26 17:26:16.936 INFO STEP 48 (ensure_dir) COMPLETE |
| 8665 | 2026-02-26T17:26:17.348Z | [ recovery-image] Feb 26 17:26:16.936 INFO O| Feb 26 17:26:16.936 INFO STEP 49: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8666 | 2026-02-26T17:26:17.373Z | [ recovery-image] Feb 26 17:26:16.949 INFO O| Feb 26 17:26:16.948 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8667 | 2026-02-26T17:26:17.373Z | [ recovery-image] Feb 26 17:26:16.949 INFO O| Feb 26 17:26:16.949 INFO chown ok, path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide |
| 8668 | 2026-02-26T17:26:17.373Z | [ recovery-image] Feb 26 17:26:16.949 INFO O| Feb 26 17:26:16.949 INFO STEP 49 (ensure_dir) COMPLETE |
| 8669 | 2026-02-26T17:26:17.373Z | [ recovery-image] Feb 26 17:26:16.949 INFO O| Feb 26 17:26:16.949 INFO STEP 50: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8670 | 2026-02-26T17:26:17.399Z | [ recovery-image] Feb 26 17:26:16.963 INFO O| Feb 26 17:26:16.962 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8671 | 2026-02-26T17:26:17.399Z | [ recovery-image] Feb 26 17:26:16.963 INFO O| Feb 26 17:26:16.963 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator |
| 8672 | 2026-02-26T17:26:17.399Z | [ recovery-image] Feb 26 17:26:16.963 INFO O| Feb 26 17:26:16.963 INFO STEP 50 (ensure_dir) COMPLETE |
| 8673 | 2026-02-26T17:26:17.399Z | [ recovery-image] Feb 26 17:26:16.963 INFO O| Feb 26 17:26:16.963 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8674 | 2026-02-26T17:26:17.399Z | [ recovery-image] Feb 26 17:26:16.978 INFO O| Feb 26 17:26:16.978 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator does not exist |
| 8675 | 2026-02-26T17:26:17.399Z | [ recovery-image] Feb 26 17:26:16.978 INFO O| Feb 26 17:26:16.978 INFO copying /tmp/.tmpVgPXRo/proto/recovery/root/opt/oxide/installinator/installinator -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator ... |
| 8676 | 2026-02-26T17:26:19.415Z | [ recovery-image] Feb 26 17:26:19.004 INFO O| Feb 26 17:26:19.004 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/installinator |
| 8677 | 2026-02-26T17:26:19.415Z | [ recovery-image] Feb 26 17:26:19.004 INFO O| Feb 26 17:26:19.004 INFO ok! |
| 8678 | 2026-02-26T17:26:19.440Z | [ recovery-image] Feb 26 17:26:19.004 INFO O| Feb 26 17:26:19.004 INFO STEP 51 (ensure_file) COMPLETE |
| 8679 | 2026-02-26T17:26:19.440Z | [ recovery-image] Feb 26 17:26:19.004 INFO O| Feb 26 17:26:19.004 INFO STEP 52: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8680 | 2026-02-26T17:26:19.493Z | [ recovery-image] Feb 26 17:26:19.082 INFO O| Feb 26 17:26:19.082 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8681 | 2026-02-26T17:26:19.518Z | [ recovery-image] Feb 26 17:26:19.082 INFO O| Feb 26 17:26:19.082 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/pkg |
| 8682 | 2026-02-26T17:26:19.518Z | [ recovery-image] Feb 26 17:26:19.082 INFO O| Feb 26 17:26:19.082 INFO STEP 52 (ensure_dir) COMPLETE |
| 8683 | 2026-02-26T17:26:19.518Z | [ recovery-image] Feb 26 17:26:19.083 INFO O| Feb 26 17:26:19.082 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8684 | 2026-02-26T17:26:19.577Z | [ recovery-image] Feb 26 17:26:19.165 INFO O| Feb 26 17:26:19.165 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION does not exist |
| 8685 | 2026-02-26T17:26:19.577Z | [ recovery-image] Feb 26 17:26:19.166 INFO O| Feb 26 17:26:19.165 INFO copying /tmp/.tmpVgPXRo/proto/recovery/root/opt/oxide/installinator/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION ... |
| 8686 | 2026-02-26T17:26:19.602Z | [ recovery-image] Feb 26 17:26:19.166 INFO O| Feb 26 17:26:19.166 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/installinator/VERSION |
| 8687 | 2026-02-26T17:26:19.602Z | [ recovery-image] Feb 26 17:26:19.166 INFO O| Feb 26 17:26:19.166 INFO ok! |
| 8688 | 2026-02-26T17:26:19.602Z | [ recovery-image] Feb 26 17:26:19.166 INFO O| Feb 26 17:26:19.166 INFO STEP 53 (ensure_file) COMPLETE |
| 8689 | 2026-02-26T17:26:19.602Z | [ recovery-image] Feb 26 17:26:19.166 INFO O| Feb 26 17:26:19.166 INFO STEP 54: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8690 | 2026-02-26T17:26:19.664Z | [ recovery-image] Feb 26 17:26:19.253 INFO O| Feb 26 17:26:19.253 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8691 | 2026-02-26T17:26:19.689Z | [ recovery-image] Feb 26 17:26:19.254 INFO O| Feb 26 17:26:19.253 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm |
| 8692 | 2026-02-26T17:26:19.689Z | [ recovery-image] Feb 26 17:26:19.254 INFO O| Feb 26 17:26:19.253 INFO STEP 54 (ensure_dir) COMPLETE |
| 8693 | 2026-02-26T17:26:19.689Z | [ recovery-image] Feb 26 17:26:19.254 INFO O| Feb 26 17:26:19.254 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8694 | 2026-02-26T17:26:19.746Z | [ recovery-image] Feb 26 17:26:19.335 INFO O| Feb 26 17:26:19.335 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 8695 | 2026-02-26T17:26:19.746Z | [ recovery-image] Feb 26 17:26:19.335 INFO O| Feb 26 17:26:19.335 INFO copying /tmp/.tmpVgPXRo/proto/recovery/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm ... |
| 8696 | 2026-02-26T17:26:21.723Z | [ recovery-image] Feb 26 17:26:21.312 INFO O| Feb 26 17:26:21.312 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmadm |
| 8697 | 2026-02-26T17:26:21.723Z | [ recovery-image] Feb 26 17:26:21.312 INFO O| Feb 26 17:26:21.312 INFO ok! |
| 8698 | 2026-02-26T17:26:21.748Z | [ recovery-image] Feb 26 17:26:21.312 INFO O| Feb 26 17:26:21.312 INFO STEP 55 (ensure_file) COMPLETE |
| 8699 | 2026-02-26T17:26:21.748Z | [ recovery-image] Feb 26 17:26:21.312 INFO O| Feb 26 17:26:21.312 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8700 | 2026-02-26T17:26:21.773Z | [ recovery-image] Feb 26 17:26:21.327 INFO O| Feb 26 17:26:21.327 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd does not exist |
| 8701 | 2026-02-26T17:26:21.773Z | [ recovery-image] Feb 26 17:26:21.327 INFO O| Feb 26 17:26:21.327 INFO copying /tmp/.tmpVgPXRo/proto/recovery/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd ... |
| 8702 | 2026-02-26T17:26:24.386Z | [ recovery-image] Feb 26 17:26:23.975 INFO O| Feb 26 17:26:23.975 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/ddmd |
| 8703 | 2026-02-26T17:26:24.386Z | [ recovery-image] Feb 26 17:26:23.975 INFO O| Feb 26 17:26:23.975 INFO ok! |
| 8704 | 2026-02-26T17:26:24.411Z | [ recovery-image] Feb 26 17:26:23.975 INFO O| Feb 26 17:26:23.975 INFO STEP 56 (ensure_file) COMPLETE |
| 8705 | 2026-02-26T17:26:24.411Z | [ recovery-image] Feb 26 17:26:23.975 INFO O| Feb 26 17:26:23.975 INFO STEP 57: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8706 | 2026-02-26T17:26:24.412Z | [ recovery-image] Feb 26 17:26:23.993 INFO O| Feb 26 17:26:23.993 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8707 | 2026-02-26T17:26:24.412Z | [ recovery-image] Feb 26 17:26:23.994 INFO O| Feb 26 17:26:23.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg |
| 8708 | 2026-02-26T17:26:24.412Z | [ recovery-image] Feb 26 17:26:23.994 INFO O| Feb 26 17:26:23.994 INFO STEP 57 (ensure_dir) COMPLETE |
| 8709 | 2026-02-26T17:26:24.412Z | [ recovery-image] Feb 26 17:26:23.994 INFO O| Feb 26 17:26:23.994 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8710 | 2026-02-26T17:26:24.437Z | [ recovery-image] Feb 26 17:26:24.011 INFO O| Feb 26 17:26:24.011 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 8711 | 2026-02-26T17:26:24.437Z | [ recovery-image] Feb 26 17:26:24.011 INFO O| Feb 26 17:26:24.011 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 8712 | 2026-02-26T17:26:24.437Z | [ recovery-image] Feb 26 17:26:24.011 INFO O| Feb 26 17:26:24.011 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 |
| 8713 | 2026-02-26T17:26:24.437Z | [ recovery-image] Feb 26 17:26:24.011 INFO O| Feb 26 17:26:24.011 INFO ok! |
| 8714 | 2026-02-26T17:26:24.437Z | [ recovery-image] Feb 26 17:26:24.011 INFO O| Feb 26 17:26:24.011 INFO STEP 58 (ensure_file) COMPLETE |
| 8715 | 2026-02-26T17:26:24.437Z | [ recovery-image] Feb 26 17:26:24.011 INFO O| Feb 26 17:26:24.011 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8716 | 2026-02-26T17:26:24.462Z | [ recovery-image] Feb 26 17:26:24.029 INFO O| Feb 26 17:26:24.029 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 8717 | 2026-02-26T17:26:24.462Z | [ recovery-image] Feb 26 17:26:24.029 INFO O| Feb 26 17:26:24.029 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 8718 | 2026-02-26T17:26:24.462Z | [ recovery-image] Feb 26 17:26:24.029 INFO O| Feb 26 17:26:24.029 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 |
| 8719 | 2026-02-26T17:26:24.462Z | [ recovery-image] Feb 26 17:26:24.029 INFO O| Feb 26 17:26:24.029 INFO ok! |
| 8720 | 2026-02-26T17:26:24.462Z | [ recovery-image] Feb 26 17:26:24.029 INFO O| Feb 26 17:26:24.029 INFO STEP 59 (ensure_file) COMPLETE |
| 8721 | 2026-02-26T17:26:24.462Z | [ recovery-image] Feb 26 17:26:24.029 INFO O| Feb 26 17:26:24.029 INFO STEP 60: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8722 | 2026-02-26T17:26:24.462Z | [ recovery-image] Feb 26 17:26:24.043 INFO O| Feb 26 17:26:24.043 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8723 | 2026-02-26T17:26:24.462Z | [ recovery-image] Feb 26 17:26:24.043 INFO O| Feb 26 17:26:24.043 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd |
| 8724 | 2026-02-26T17:26:24.462Z | [ recovery-image] Feb 26 17:26:24.044 INFO O| Feb 26 17:26:24.043 INFO STEP 60 (ensure_dir) COMPLETE |
| 8725 | 2026-02-26T17:26:24.463Z | [ recovery-image] Feb 26 17:26:24.044 INFO O| Feb 26 17:26:24.043 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8726 | 2026-02-26T17:26:24.488Z | [ recovery-image] Feb 26 17:26:24.057 INFO O| Feb 26 17:26:24.057 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 8727 | 2026-02-26T17:26:24.488Z | [ recovery-image] Feb 26 17:26:24.057 INFO O| Feb 26 17:26:24.057 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 8728 | 2026-02-26T17:26:24.488Z | [ recovery-image] Feb 26 17:26:24.057 INFO O| Feb 26 17:26:24.057 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 8729 | 2026-02-26T17:26:24.488Z | [ recovery-image] Feb 26 17:26:24.057 INFO O| Feb 26 17:26:24.057 INFO ok! |
| 8730 | 2026-02-26T17:26:24.488Z | [ recovery-image] Feb 26 17:26:24.057 INFO O| Feb 26 17:26:24.057 INFO STEP 61 (ensure_file) COMPLETE |
| 8731 | 2026-02-26T17:26:24.488Z | [ recovery-image] Feb 26 17:26:24.057 INFO O| Feb 26 17:26:24.057 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8732 | 2026-02-26T17:26:24.488Z | [ recovery-image] Feb 26 17:26:24.074 INFO O| Feb 26 17:26:24.074 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 8733 | 2026-02-26T17:26:24.488Z | [ recovery-image] Feb 26 17:26:24.074 INFO O| Feb 26 17:26:24.074 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 8734 | 2026-02-26T17:26:24.488Z | [ recovery-image] Feb 26 17:26:24.074 INFO O| Feb 26 17:26:24.074 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 |
| 8735 | 2026-02-26T17:26:24.488Z | [ recovery-image] Feb 26 17:26:24.074 INFO O| Feb 26 17:26:24.074 INFO ok! |
| 8736 | 2026-02-26T17:26:24.488Z | [ recovery-image] Feb 26 17:26:24.074 INFO O| Feb 26 17:26:24.074 INFO STEP 62 (ensure_file) COMPLETE |
| 8737 | 2026-02-26T17:26:24.488Z | [ recovery-image] Feb 26 17:26:24.074 INFO O| Feb 26 17:26:24.074 INFO STEP 63: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8738 | 2026-02-26T17:26:24.513Z | [ recovery-image] Feb 26 17:26:24.092 INFO O| Feb 26 17:26:24.092 INFO creating directory: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8739 | 2026-02-26T17:26:24.513Z | [ recovery-image] Feb 26 17:26:24.092 INFO O| Feb 26 17:26:24.092 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm |
| 8740 | 2026-02-26T17:26:24.513Z | [ recovery-image] Feb 26 17:26:24.092 INFO O| Feb 26 17:26:24.092 INFO STEP 63 (ensure_dir) COMPLETE |
| 8741 | 2026-02-26T17:26:24.513Z | [ recovery-image] Feb 26 17:26:24.092 INFO O| Feb 26 17:26:24.092 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8742 | 2026-02-26T17:26:24.538Z | [ recovery-image] Feb 26 17:26:24.109 INFO O| Feb 26 17:26:24.108 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 8743 | 2026-02-26T17:26:24.538Z | [ recovery-image] Feb 26 17:26:24.109 INFO O| Feb 26 17:26:24.108 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 8744 | 2026-02-26T17:26:24.538Z | [ recovery-image] Feb 26 17:26:24.109 INFO O| Feb 26 17:26:24.109 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 8745 | 2026-02-26T17:26:24.538Z | [ recovery-image] Feb 26 17:26:24.109 INFO O| Feb 26 17:26:24.109 INFO ok! |
| 8746 | 2026-02-26T17:26:24.538Z | [ recovery-image] Feb 26 17:26:24.109 INFO O| Feb 26 17:26:24.109 INFO STEP 64 (ensure_file) COMPLETE |
| 8747 | 2026-02-26T17:26:24.538Z | [ recovery-image] Feb 26 17:26:24.109 INFO O| Feb 26 17:26:24.109 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8748 | 2026-02-26T17:26:24.538Z | [ recovery-image] Feb 26 17:26:24.126 INFO O| Feb 26 17:26:24.126 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION does not exist |
| 8749 | 2026-02-26T17:26:24.538Z | [ recovery-image] Feb 26 17:26:24.126 INFO O| Feb 26 17:26:24.126 INFO copying /tmp/.tmpVgPXRo/proto/recovery/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION ... |
| 8750 | 2026-02-26T17:26:24.538Z | [ recovery-image] Feb 26 17:26:24.126 INFO O| Feb 26 17:26:24.126 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/opt/oxide/mg-ddm/VERSION |
| 8751 | 2026-02-26T17:26:24.538Z | [ recovery-image] Feb 26 17:26:24.126 INFO O| Feb 26 17:26:24.126 INFO ok! |
| 8752 | 2026-02-26T17:26:24.538Z | [ recovery-image] Feb 26 17:26:24.126 INFO O| Feb 26 17:26:24.126 INFO STEP 65 (ensure_file) COMPLETE |
| 8753 | 2026-02-26T17:26:24.539Z | [ recovery-image] Feb 26 17:26:24.126 INFO O| Feb 26 17:26:24.126 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8754 | 2026-02-26T17:26:24.564Z | [ recovery-image] Feb 26 17:26:24.145 INFO O| Feb 26 17:26:24.144 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib |
| 8755 | 2026-02-26T17:26:24.564Z | [ recovery-image] Feb 26 17:26:24.145 INFO O| Feb 26 17:26:24.144 INFO STEP 66 (ensure_dir) COMPLETE |
| 8756 | 2026-02-26T17:26:24.564Z | [ recovery-image] Feb 26 17:26:24.145 INFO O| Feb 26 17:26:24.145 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8757 | 2026-02-26T17:26:24.589Z | [ recovery-image] Feb 26 17:26:24.162 INFO O| Feb 26 17:26:24.162 INFO ownership already OK (0:2), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc |
| 8758 | 2026-02-26T17:26:24.589Z | [ recovery-image] Feb 26 17:26:24.162 INFO O| Feb 26 17:26:24.162 INFO STEP 67 (ensure_dir) COMPLETE |
| 8759 | 2026-02-26T17:26:24.589Z | [ recovery-image] Feb 26 17:26:24.162 INFO O| Feb 26 17:26:24.162 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8760 | 2026-02-26T17:26:24.589Z | [ recovery-image] Feb 26 17:26:24.177 INFO O| Feb 26 17:26:24.177 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest |
| 8761 | 2026-02-26T17:26:24.589Z | [ recovery-image] Feb 26 17:26:24.177 INFO O| Feb 26 17:26:24.177 INFO STEP 68 (ensure_dir) COMPLETE |
| 8762 | 2026-02-26T17:26:24.590Z | [ recovery-image] Feb 26 17:26:24.177 INFO O| Feb 26 17:26:24.177 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8763 | 2026-02-26T17:26:24.615Z | [ recovery-image] Feb 26 17:26:24.192 INFO O| Feb 26 17:26:24.192 INFO ownership already OK (0:3), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site |
| 8764 | 2026-02-26T17:26:24.615Z | [ recovery-image] Feb 26 17:26:24.192 INFO O| Feb 26 17:26:24.192 INFO STEP 69 (ensure_dir) COMPLETE |
| 8765 | 2026-02-26T17:26:24.615Z | [ recovery-image] Feb 26 17:26:24.192 INFO O| Feb 26 17:26:24.192 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.recovery/genproto.json |
| 8766 | 2026-02-26T17:26:24.640Z | [ recovery-image] Feb 26 17:26:24.208 INFO O| Feb 26 17:26:24.207 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml does not exist |
| 8767 | 2026-02-26T17:26:24.640Z | [ recovery-image] Feb 26 17:26:24.208 INFO O| Feb 26 17:26:24.208 INFO copying /tmp/.tmpVgPXRo/proto/recovery/root/lib/svc/manifest/site/installinator.xml -> /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml ... |
| 8768 | 2026-02-26T17:26:24.640Z | [ recovery-image] Feb 26 17:26:24.208 INFO O| Feb 26 17:26:24.208 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/site/installinator.xml |
| 8769 | 2026-02-26T17:26:24.640Z | [ recovery-image] Feb 26 17:26:24.208 INFO O| Feb 26 17:26:24.208 INFO ok! |
| 8770 | 2026-02-26T17:26:24.640Z | [ recovery-image] Feb 26 17:26:24.208 INFO O| Feb 26 17:26:24.208 INFO STEP 70 (ensure_file) COMPLETE |
| 8771 | 2026-02-26T17:26:24.640Z | [ recovery-image] Feb 26 17:26:24.208 INFO O| Feb 26 17:26:24.208 INFO STEP 71: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8772 | 2026-02-26T17:26:24.640Z | [ recovery-image] Feb 26 17:26:24.227 INFO O| Feb 26 17:26:24.227 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ipsec" |
| 8773 | 2026-02-26T17:26:24.640Z | [ recovery-image] Feb 26 17:26:24.227 INFO O| Feb 26 17:26:24.227 INFO STEP 71 (remove_files) COMPLETE |
| 8774 | 2026-02-26T17:26:24.640Z | [ recovery-image] Feb 26 17:26:24.227 INFO O| Feb 26 17:26:24.227 INFO STEP 72: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8775 | 2026-02-26T17:26:24.665Z | [ recovery-image] Feb 26 17:26:24.244 INFO O| Feb 26 17:26:24.244 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/ldap" |
| 8776 | 2026-02-26T17:26:24.665Z | [ recovery-image] Feb 26 17:26:24.245 INFO O| Feb 26 17:26:24.245 INFO STEP 72 (remove_files) COMPLETE |
| 8777 | 2026-02-26T17:26:24.665Z | [ recovery-image] Feb 26 17:26:24.245 INFO O| Feb 26 17:26:24.245 INFO STEP 73: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8778 | 2026-02-26T17:26:24.690Z | [ recovery-image] Feb 26 17:26:24.263 INFO O| Feb 26 17:26:24.263 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/rpc" |
| 8779 | 2026-02-26T17:26:24.690Z | [ recovery-image] Feb 26 17:26:24.263 INFO O| Feb 26 17:26:24.263 INFO STEP 73 (remove_files) COMPLETE |
| 8780 | 2026-02-26T17:26:24.690Z | [ recovery-image] Feb 26 17:26:24.263 INFO O| Feb 26 17:26:24.263 INFO STEP 74: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8781 | 2026-02-26T17:26:24.715Z | [ recovery-image] Feb 26 17:26:24.280 INFO O| Feb 26 17:26:24.279 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/security" |
| 8782 | 2026-02-26T17:26:24.715Z | [ recovery-image] Feb 26 17:26:24.280 INFO O| Feb 26 17:26:24.280 INFO STEP 74 (remove_files) COMPLETE |
| 8783 | 2026-02-26T17:26:24.715Z | [ recovery-image] Feb 26 17:26:24.280 INFO O| Feb 26 17:26:24.280 INFO STEP 75: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8784 | 2026-02-26T17:26:24.715Z | [ recovery-image] Feb 26 17:26:24.299 INFO O| Feb 26 17:26:24.298 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/shares" |
| 8785 | 2026-02-26T17:26:24.715Z | [ recovery-image] Feb 26 17:26:24.299 INFO O| Feb 26 17:26:24.299 INFO STEP 75 (remove_files) COMPLETE |
| 8786 | 2026-02-26T17:26:24.715Z | [ recovery-image] Feb 26 17:26:24.299 INFO O| Feb 26 17:26:24.299 INFO STEP 76: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8787 | 2026-02-26T17:26:24.740Z | [ recovery-image] Feb 26 17:26:24.317 INFO O| Feb 26 17:26:24.317 INFO remove tree: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/smb" |
| 8788 | 2026-02-26T17:26:24.740Z | [ recovery-image] Feb 26 17:26:24.317 INFO O| Feb 26 17:26:24.317 INFO STEP 76 (remove_files) COMPLETE |
| 8789 | 2026-02-26T17:26:24.740Z | [ recovery-image] Feb 26 17:26:24.317 INFO O| Feb 26 17:26:24.317 INFO STEP 77: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8790 | 2026-02-26T17:26:24.765Z | [ recovery-image] Feb 26 17:26:24.333 INFO O| Feb 26 17:26:24.333 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 8791 | 2026-02-26T17:26:24.765Z | [ recovery-image] Feb 26 17:26:24.333 INFO O| Feb 26 17:26:24.333 INFO STEP 77 (remove_files) COMPLETE |
| 8792 | 2026-02-26T17:26:24.765Z | [ recovery-image] Feb 26 17:26:24.333 INFO O| Feb 26 17:26:24.333 INFO STEP 78: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8793 | 2026-02-26T17:26:24.765Z | [ recovery-image] Feb 26 17:26:24.352 INFO O| Feb 26 17:26:24.352 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/application/security/tcsd.xml" |
| 8794 | 2026-02-26T17:26:24.765Z | [ recovery-image] Feb 26 17:26:24.353 INFO O| Feb 26 17:26:24.353 INFO STEP 78 (remove_files) COMPLETE |
| 8795 | 2026-02-26T17:26:24.765Z | [ recovery-image] Feb 26 17:26:24.353 INFO O| Feb 26 17:26:24.353 INFO STEP 79: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8796 | 2026-02-26T17:26:24.791Z | [ recovery-image] Feb 26 17:26:24.371 INFO O| Feb 26 17:26:24.370 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/dns/install.xml" |
| 8797 | 2026-02-26T17:26:24.791Z | [ recovery-image] Feb 26 17:26:24.371 INFO O| Feb 26 17:26:24.371 INFO STEP 79 (remove_files) COMPLETE |
| 8798 | 2026-02-26T17:26:24.791Z | [ recovery-image] Feb 26 17:26:24.371 INFO O| Feb 26 17:26:24.371 INFO STEP 80: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8799 | 2026-02-26T17:26:24.816Z | [ recovery-image] Feb 26 17:26:24.388 INFO O| Feb 26 17:26:24.388 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 8800 | 2026-02-26T17:26:24.816Z | [ recovery-image] Feb 26 17:26:24.388 INFO O| Feb 26 17:26:24.388 INFO STEP 80 (remove_files) COMPLETE |
| 8801 | 2026-02-26T17:26:24.816Z | [ recovery-image] Feb 26 17:26:24.388 INFO O| Feb 26 17:26:24.388 INFO STEP 81: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8802 | 2026-02-26T17:26:24.816Z | [ recovery-image] Feb 26 17:26:24.405 INFO O| Feb 26 17:26:24.405 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/inetd.xml" |
| 8803 | 2026-02-26T17:26:24.816Z | [ recovery-image] Feb 26 17:26:24.405 INFO O| Feb 26 17:26:24.405 INFO STEP 81 (remove_files) COMPLETE |
| 8804 | 2026-02-26T17:26:24.816Z | [ recovery-image] Feb 26 17:26:24.405 INFO O| Feb 26 17:26:24.405 INFO STEP 82: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8805 | 2026-02-26T17:26:24.841Z | [ recovery-image] Feb 26 17:26:24.417 INFO O| Feb 26 17:26:24.417 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-install.xml" |
| 8806 | 2026-02-26T17:26:24.841Z | [ recovery-image] Feb 26 17:26:24.417 INFO O| Feb 26 17:26:24.417 INFO STEP 82 (remove_files) COMPLETE |
| 8807 | 2026-02-26T17:26:24.842Z | [ recovery-image] Feb 26 17:26:24.417 INFO O| Feb 26 17:26:24.417 INFO STEP 83: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8808 | 2026-02-26T17:26:24.867Z | [ recovery-image] Feb 26 17:26:24.434 INFO O| Feb 26 17:26:24.434 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-ipmp.xml" |
| 8809 | 2026-02-26T17:26:24.867Z | [ recovery-image] Feb 26 17:26:24.434 INFO O| Feb 26 17:26:24.434 INFO STEP 83 (remove_files) COMPLETE |
| 8810 | 2026-02-26T17:26:24.867Z | [ recovery-image] Feb 26 17:26:24.434 INFO O| Feb 26 17:26:24.434 INFO STEP 84: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8811 | 2026-02-26T17:26:24.867Z | [ recovery-image] Feb 26 17:26:24.452 INFO O| Feb 26 17:26:24.452 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-iptun.xml" |
| 8812 | 2026-02-26T17:26:24.867Z | [ recovery-image] Feb 26 17:26:24.452 INFO O| Feb 26 17:26:24.452 INFO STEP 84 (remove_files) COMPLETE |
| 8813 | 2026-02-26T17:26:24.867Z | [ recovery-image] Feb 26 17:26:24.453 INFO O| Feb 26 17:26:24.452 INFO STEP 85: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8814 | 2026-02-26T17:26:24.892Z | [ recovery-image] Feb 26 17:26:24.468 INFO O| Feb 26 17:26:24.468 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-location.xml" |
| 8815 | 2026-02-26T17:26:24.893Z | [ recovery-image] Feb 26 17:26:24.468 INFO O| Feb 26 17:26:24.468 INFO STEP 85 (remove_files) COMPLETE |
| 8816 | 2026-02-26T17:26:24.893Z | [ recovery-image] Feb 26 17:26:24.468 INFO O| Feb 26 17:26:24.468 INFO STEP 86: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8817 | 2026-02-26T17:26:24.956Z | [ recovery-image] Feb 26 17:26:24.487 INFO O| Feb 26 17:26:24.486 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/network-netcfg.xml" |
| 8818 | 2026-02-26T17:26:24.956Z | [ recovery-image] Feb 26 17:26:24.487 INFO O| Feb 26 17:26:24.487 INFO STEP 86 (remove_files) COMPLETE |
| 8819 | 2026-02-26T17:26:24.956Z | [ recovery-image] Feb 26 17:26:24.487 INFO O| Feb 26 17:26:24.487 INFO STEP 87: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8820 | 2026-02-26T17:26:24.956Z | [ recovery-image] Feb 26 17:26:24.507 INFO O| Feb 26 17:26:24.507 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 8821 | 2026-02-26T17:26:24.956Z | [ recovery-image] Feb 26 17:26:24.507 INFO O| Feb 26 17:26:24.507 INFO STEP 87 (remove_files) COMPLETE |
| 8822 | 2026-02-26T17:26:24.956Z | [ recovery-image] Feb 26 17:26:24.507 INFO O| Feb 26 17:26:24.507 INFO STEP 88: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8823 | 2026-02-26T17:26:24.956Z | [ recovery-image] Feb 26 17:26:24.526 INFO O| Feb 26 17:26:24.526 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/varpd.xml" |
| 8824 | 2026-02-26T17:26:24.956Z | [ recovery-image] Feb 26 17:26:24.526 INFO O| Feb 26 17:26:24.526 INFO STEP 88 (remove_files) COMPLETE |
| 8825 | 2026-02-26T17:26:24.956Z | [ recovery-image] Feb 26 17:26:24.526 INFO O| Feb 26 17:26:24.526 INFO STEP 89: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8826 | 2026-02-26T17:26:24.956Z | [ recovery-image] Feb 26 17:26:24.542 INFO O| Feb 26 17:26:24.541 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/allocate.xml" |
| 8827 | 2026-02-26T17:26:24.956Z | [ recovery-image] Feb 26 17:26:24.542 INFO O| Feb 26 17:26:24.542 INFO STEP 89 (remove_files) COMPLETE |
| 8828 | 2026-02-26T17:26:24.956Z | [ recovery-image] Feb 26 17:26:24.542 INFO O| Feb 26 17:26:24.542 INFO STEP 90: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8829 | 2026-02-26T17:26:24.981Z | [ recovery-image] Feb 26 17:26:24.556 INFO O| Feb 26 17:26:24.556 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 8830 | 2026-02-26T17:26:24.981Z | [ recovery-image] Feb 26 17:26:24.556 INFO O| Feb 26 17:26:24.556 INFO STEP 90 (remove_files) COMPLETE |
| 8831 | 2026-02-26T17:26:24.981Z | [ recovery-image] Feb 26 17:26:24.556 INFO O| Feb 26 17:26:24.556 INFO STEP 91: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8832 | 2026-02-26T17:26:25.006Z | [ recovery-image] Feb 26 17:26:24.573 INFO O| Feb 26 17:26:24.573 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 8833 | 2026-02-26T17:26:25.006Z | [ recovery-image] Feb 26 17:26:24.573 INFO O| Feb 26 17:26:24.573 INFO STEP 91 (remove_files) COMPLETE |
| 8834 | 2026-02-26T17:26:25.006Z | [ recovery-image] Feb 26 17:26:24.573 INFO O| Feb 26 17:26:24.573 INFO STEP 92: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8835 | 2026-02-26T17:26:25.007Z | [ recovery-image] Feb 26 17:26:24.589 INFO O| Feb 26 17:26:24.588 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/dev/sndstat" |
| 8836 | 2026-02-26T17:26:25.007Z | [ recovery-image] Feb 26 17:26:24.589 INFO O| Feb 26 17:26:24.589 INFO STEP 92 (remove_files) COMPLETE |
| 8837 | 2026-02-26T17:26:25.007Z | [ recovery-image] Feb 26 17:26:24.589 INFO O| Feb 26 17:26:24.589 INFO STEP 93: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8838 | 2026-02-26T17:26:25.032Z | [ recovery-image] Feb 26 17:26:24.605 INFO O| Feb 26 17:26:24.605 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 8839 | 2026-02-26T17:26:25.032Z | [ recovery-image] Feb 26 17:26:24.605 INFO O| Feb 26 17:26:24.605 INFO STEP 93 (remove_files) COMPLETE |
| 8840 | 2026-02-26T17:26:25.032Z | [ recovery-image] Feb 26 17:26:24.605 INFO O| Feb 26 17:26:24.605 INFO STEP 94: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8841 | 2026-02-26T17:26:25.057Z | [ recovery-image] Feb 26 17:26:24.638 INFO O| Feb 26 17:26:24.638 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/hostid.xml" |
| 8842 | 2026-02-26T17:26:25.057Z | [ recovery-image] Feb 26 17:26:24.638 INFO O| Feb 26 17:26:24.638 INFO STEP 94 (remove_files) COMPLETE |
| 8843 | 2026-02-26T17:26:25.057Z | [ recovery-image] Feb 26 17:26:24.638 INFO O| Feb 26 17:26:24.638 INFO STEP 95: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8844 | 2026-02-26T17:26:25.081Z | [ recovery-image] Feb 26 17:26:24.664 INFO O| Feb 26 17:26:24.664 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/idmap.xml" |
| 8845 | 2026-02-26T17:26:25.081Z | [ recovery-image] Feb 26 17:26:24.664 INFO O| Feb 26 17:26:24.664 INFO STEP 95 (remove_files) COMPLETE |
| 8846 | 2026-02-26T17:26:25.082Z | [ recovery-image] Feb 26 17:26:24.664 INFO O| Feb 26 17:26:24.664 INFO STEP 96: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8847 | 2026-02-26T17:26:25.108Z | [ recovery-image] Feb 26 17:26:24.680 INFO O| Feb 26 17:26:24.680 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/pkgserv.xml" |
| 8848 | 2026-02-26T17:26:25.108Z | [ recovery-image] Feb 26 17:26:24.681 INFO O| Feb 26 17:26:24.681 INFO STEP 96 (remove_files) COMPLETE |
| 8849 | 2026-02-26T17:26:25.108Z | [ recovery-image] Feb 26 17:26:24.681 INFO O| Feb 26 17:26:24.681 INFO STEP 97: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8850 | 2026-02-26T17:26:25.133Z | [ recovery-image] Feb 26 17:26:24.700 INFO O| Feb 26 17:26:24.700 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/zones.xml" |
| 8851 | 2026-02-26T17:26:25.133Z | [ recovery-image] Feb 26 17:26:24.700 INFO O| Feb 26 17:26:24.700 INFO STEP 97 (remove_files) COMPLETE |
| 8852 | 2026-02-26T17:26:25.133Z | [ recovery-image] Feb 26 17:26:24.700 INFO O| Feb 26 17:26:24.700 INFO STEP 98: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8853 | 2026-02-26T17:26:25.133Z | [ recovery-image] Feb 26 17:26:24.716 INFO O| Feb 26 17:26:24.716 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/system/intrd.xml" |
| 8854 | 2026-02-26T17:26:25.133Z | [ recovery-image] Feb 26 17:26:24.716 INFO O| Feb 26 17:26:24.716 INFO STEP 98 (remove_files) COMPLETE |
| 8855 | 2026-02-26T17:26:25.133Z | [ recovery-image] Feb 26 17:26:24.716 INFO O| Feb 26 17:26:24.716 INFO STEP 99: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 8856 | 2026-02-26T17:26:25.158Z | [ recovery-image] Feb 26 17:26:24.731 INFO O| Feb 26 17:26:24.730 INFO remove file: "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest/network/chrony.xml" |
| 8857 | 2026-02-26T17:26:25.158Z | [ recovery-image] Feb 26 17:26:24.731 INFO O| Feb 26 17:26:24.731 INFO STEP 99 (remove_files) COMPLETE |
| 8858 | 2026-02-26T17:26:25.158Z | [ recovery-image] Feb 26 17:26:24.731 INFO O| Feb 26 17:26:24.731 INFO STEP 100: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs-recovery.json |
| 8859 | 2026-02-26T17:26:25.183Z | [ recovery-image] Feb 26 17:26:24.756 INFO O| Feb 26 17:26:24.756 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db does not already exist, skipping removal |
| 8860 | 2026-02-26T17:26:25.183Z | [ recovery-image] Feb 26 17:26:24.756 INFO O| Feb 26 17:26:24.756 INFO exec: ["/usr/sbin/svccfg", "import", "-p", "/dev/stdout", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/lib/svc/manifest"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1"} |
| 8861 | 2026-02-26T17:26:34.761Z | [ recovery-image] Feb 26 17:26:34.351 INFO O| Feb 26 17:26:34.351 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 |
| 8862 | 2026-02-26T17:26:34.761Z | [ recovery-image] Feb 26 17:26:34.351 INFO O| Feb 26 17:26:34.351 INFO E| svccfg: Loaded 68 smf(7) service descriptions |
| 8863 | 2026-02-26T17:26:34.803Z | [ recovery-image] Feb 26 17:26:34.392 INFO O| Feb 26 17:26:34.392 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", "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"} |
| 8864 | 2026-02-26T17:26:35.049Z | [ recovery-image] Feb 26 17:26:34.638 INFO O| Feb 26 17:26:34.638 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_CHECKHASH": "1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db"} |
| 8865 | 2026-02-26T17:26:35.224Z | [ recovery-image] Feb 26 17:26:34.812 INFO O| Feb 26 17:26:34.812 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/recovery/work/sled/zfs-recovery/a/var/svc/profile/site.xml"], env: {"SVCCFG_REPOSITORY": "/rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db", "SVCCFG_CHECKHASH": "1", "SVCCFG_DTD": "/rpool/images/build/recovery/work/sled/zfs-recovery/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "PKG_INSTALL_ROOT": "/rpool/images/build/recovery/work/sled/zfs-recovery/a"} |
| 8866 | 2026-02-26T17:26:35.402Z | [ recovery-image] Feb 26 17:26:34.991 INFO O| Feb 26 17:26:34.991 INFO file /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db does not exist |
| 8867 | 2026-02-26T17:26:35.402Z | [ recovery-image] Feb 26 17:26:34.991 INFO O| Feb 26 17:26:34.991 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 ... |
| 8868 | 2026-02-26T17:26:35.427Z | [ recovery-image] Feb 26 17:26:34.994 INFO O| Feb 26 17:26:34.994 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/work/sled/zfs-recovery/a/etc/svc/repository.db |
| 8869 | 2026-02-26T17:26:35.427Z | [ recovery-image] Feb 26 17:26:34.994 INFO O| Feb 26 17:26:34.994 INFO ok! |
| 8870 | 2026-02-26T17:26:35.427Z | [ recovery-image] Feb 26 17:26:34.994 INFO O| Feb 26 17:26:34.994 INFO file /rpool/images/build/recovery/tmp/sled/zfs-recovery/repo.db exists (as File), removing |
| 8871 | 2026-02-26T17:26:35.427Z | [ recovery-image] Feb 26 17:26:34.994 INFO O| Feb 26 17:26:34.994 INFO STEP 100 (seed_smf) COMPLETE |
| 8872 | 2026-02-26T17:26:35.427Z | [ recovery-image] Feb 26 17:26:34.994 INFO O| Feb 26 17:26:34.994 INFO steps complete; finalising image! |
| 8873 | 2026-02-26T17:26:35.427Z | [ recovery-image] Feb 26 17:26:34.994 INFO O| Feb 26 17:26:34.994 INFO TRIM POOL: TEMPORARY-sled-zfs-recovery |
| 8874 | 2026-02-26T17:26:35.515Z | [ recovery-image] Feb 26 17:26:35.104 INFO O| Feb 26 17:26:35.104 INFO trim TEMPORARY-sled-zfs-recovery: (0% trimmed, started at Thu Feb 26 17:26:35 2026) |
| 8875 | 2026-02-26T17:26:35.727Z | [ recovery-image] Feb 26 17:26:35.315 INFO O| Feb 26 17:26:35.315 INFO trim TEMPORARY-sled-zfs-recovery: (51% trimmed, started at Thu Feb 26 17:26:35 2026) |
| 8876 | 2026-02-26T17:26:35.968Z | [ recovery-image] Feb 26 17:26:35.556 INFO O| Feb 26 17:26:35.555 INFO temporary pool has 434M used, 1.33G avail, 1.00x compressratio |
| 8877 | 2026-02-26T17:26:35.968Z | [ recovery-image] Feb 26 17:26:35.556 INFO O| Feb 26 17:26:35.556 INFO EXPORT POOL: TEMPORARY-sled-zfs-recovery |
| 8878 | 2026-02-26T17:26:36.832Z | [ recovery-image] Feb 26 17:26:36.422 INFO O| Feb 26 17:26:36.422 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 |
| 8879 | 2026-02-26T17:26:36.832Z | [ recovery-image] Feb 26 17:26:36.422 INFO O| Feb 26 17:26:36.422 INFO file /rpool/images/build/recovery/output/sled-zfs-recovery.raw does not already exist, skipping removal |
| 8880 | 2026-02-26T17:26:42.003Z | [ recovery-image] Feb 26 17:26:41.592 INFO O| Feb 26 17:26:41.592 INFO perms are 1600, should be 644, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8881 | 2026-02-26T17:26:42.028Z | [ recovery-image] Feb 26 17:26:41.593 INFO O| Feb 26 17:26:41.592 INFO chmod ok, path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8882 | 2026-02-26T17:26:42.028Z | [ recovery-image] Feb 26 17:26:41.593 INFO O| Feb 26 17:26:41.592 INFO ownership already OK (0:0), path: /rpool/images/build/recovery/output/sled-zfs-recovery.raw |
| 8883 | 2026-02-26T17:26:42.028Z | [ recovery-image] Feb 26 17:26:41.593 INFO O| Feb 26 17:26:41.592 INFO completed processing sled/zfs-recovery |
| 8884 | 2026-02-26T17:26:42.028Z | [ recovery-image] Feb 26 17:26:41.593 INFO O| Feb 26 17:26:41.592 INFO DESTROY DATASET: rpool/images/build/recovery/work/sled/zfs-recovery |
| 8885 | 2026-02-26T17:26:42.154Z | [ recovery-image] Feb 26 17:26:41.743 INFO O| Feb 26 17:26:41.743 INFO DESTROY DATASET: rpool/images/build/recovery/tmp/sled/zfs-recovery |
| 8886 | 2026-02-26T17:26:42.224Z | [ recovery-image] Feb 26 17:26:41.812 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n" |
| 8887 | 2026-02-26T17:26:42.249Z | [ recovery-image] Feb 26 17:26:41.815 INFO expanded image name: "recovery 889deab/${os_short_commit} 2026-02-26 16:26" -> "recovery 889deab/3e08689 2026-02-26 16:26" |
| 8888 | 2026-02-26T17:26:42.249Z | [ recovery-image] Feb 26 17:26:41.816 INFO output artefacts stored in: "/work/os-recovery" |
| 8889 | 2026-02-26T17:26:42.249Z | [ recovery-image] Feb 26 17:26:41.819 INFO collecting git info from project "amd-host-image-builder"... |
| 8890 | 2026-02-26T17:26:42.409Z | [ recovery-image] Feb 26 17:26:41.999 INFO collecting git info from project "pinprick"... |
| 8891 | 2026-02-26T17:26:42.434Z | [ recovery-image] Feb 26 17:26:42.018 INFO collecting git info from project "chelsio-t6-roms"... |
| 8892 | 2026-02-26T17:26:42.496Z | [ recovery-image] Feb 26 17:26:42.086 INFO collecting git info from project "pilot"... |
| 8893 | 2026-02-26T17:26:42.540Z | [ recovery-image] Feb 26 17:26:42.129 INFO collecting git info from project "dmar-report"... |
| 8894 | 2026-02-26T17:26:42.577Z | [ recovery-image] Feb 26 17:26:42.166 INFO collecting git info from project "amd-firmware"... |
| 8895 | 2026-02-26T17:26:43.374Z | [ recovery-image] Feb 26 17:26:42.964 INFO collecting git info from project "bootserver"... |
| 8896 | 2026-02-26T17:26:43.400Z | [ recovery-image] Feb 26 17:26:42.986 INFO collecting git info from project "image-builder"... |
| 8897 | 2026-02-26T17:26:43.425Z | [ recovery-image] Feb 26 17:26:43.011 INFO collecting git info from project "phbl"... |
| 8898 | 2026-02-26T17:26:43.450Z | [ recovery-image] Feb 26 17:26:43.034 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 8899 | 2026-02-26T17:26:44.041Z | [ recovery-image] Feb 26 17:26:43.630 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 8900 | 2026-02-26T17:26:44.624Z | [ recovery-image] Feb 26 17:26:44.214 INFO creating Oxide boot image... |
| 8901 | 2026-02-26T17:26:44.649Z | [ recovery-image] Feb 26 17:26:44.215 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/recovery/output/sled-zfs-recovery.raw", "-N", "recovery 889deab/3e08689 2026-02-26 16:26", "-o", "/work/os-recovery/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.recovery/boot_image_csum", "-s", "4096", "-z"], pwd: None |
| 8902 | 2026-02-26T17:27:01.818Z | [ host-image] Feb 26 17:27:01.408 INFO O| install = pkg://helios-dev/SUNWcs@0.5.11-2.0.23795:20260223T235515Z |
| 8903 | 2026-02-26T17:27:01.890Z | [ host-image] Feb 26 17:27:01.408 INFO O| install = pkg://helios-dev/SUNWcsd@0.5.11-2.0.23795:20260223T235515Z |
| 8904 | 2026-02-26T17:27:01.890Z | [ host-image] Feb 26 17:27:01.408 INFO O| install = pkg://helios-dev/compress/brotli@1.0.9-2.0:20230621T185813Z |
| 8905 | 2026-02-26T17:27:01.890Z | [ host-image] Feb 26 17:27:01.408 INFO O| install = pkg://helios-dev/compress/bzip2@1.0.8-2.0:20230621T185759Z |
| 8906 | 2026-02-26T17:27:01.890Z | [ host-image] Feb 26 17:27:01.408 INFO O| install = pkg://helios-dev/compress/gzip@1.12-2.0:20230621T185838Z |
| 8907 | 2026-02-26T17:27:01.890Z | [ host-image] Feb 26 17:27:01.408 INFO O| install = pkg://helios-dev/compress/lz4@1.9.4-2.0:20230621T185820Z |
| 8908 | 2026-02-26T17:27:01.890Z | [ host-image] Feb 26 17:27:01.408 INFO O| install = pkg://helios-dev/compress/xz@5.4.2-2.0:20230621T190107Z |
| 8909 | 2026-02-26T17:27:01.890Z | [ host-image] Feb 26 17:27:01.408 INFO O| install = pkg://helios-dev/compress/zstd@1.5.5-2.0:20230621T190025Z |
| 8910 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.410 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron-release-incorporation@19.0.0.0:20260226T162742Z |
| 8911 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.410 INFO O| install = pkg://helios-dev/consolidation/oxide/omicron1-brand-incorporation@1.0.25:20250809T001145Z |
| 8912 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.410 INFO O| install = pkg://helios-dev/database/sqlite-3@3.41.2-2.0:20230621T190437Z |
| 8913 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.410 INFO O| install = pkg://helios-dev/developer/acpi@0.5.11-2.0.23795:20260223T235516Z |
| 8914 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.411 INFO O| install = pkg://helios-dev/developer/debug/mdb@0.5.11-2.0.23795:20260223T235516Z |
| 8915 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.411 INFO O| install = pkg://helios-dev/developer/dtrace@0.5.11-2.0.23795:20260223T235517Z |
| 8916 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.412 INFO O| install = pkg://helios-dev/developer/linker@0.5.11-2.0.23795:20260223T235517Z |
| 8917 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.412 INFO O| install = pkg://helios-dev/developer/macro/cpp@20220808-2.0:20230621T191251Z |
| 8918 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.412 INFO O| install = pkg://helios-dev/developer/object-file@0.5.11-2.0.23795:20260223T235517Z |
| 8919 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.413 INFO O| install = pkg://helios-dev/diagnostic/cpu-counters@0.5.11-2.0.23795:20260223T235517Z |
| 8920 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.413 INFO O| install = pkg://helios-dev/diagnostic/diskinfo@0.5.11-2.0.23795:20260223T235517Z |
| 8921 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.413 INFO O| install = pkg://helios-dev/diagnostic/pci@0.5.11-2.0.23795:20260223T235517Z |
| 8922 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.413 INFO O| install = pkg://helios-dev/driver/audio@0.5.11-2.0.23795:20260223T235518Z |
| 8923 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.413 INFO O| install = pkg://helios-dev/driver/cpu/amd/zen@0.5.11-2.0.23795:20260223T235518Z |
| 8924 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.413 INFO O| install = pkg://helios-dev/driver/cpu/sensor@0.5.11-2.0.23795:20260223T235518Z |
| 8925 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.413 INFO O| install = pkg://helios-dev/driver/gpio/amd/zen@0.5.11-2.0.23795:20260223T235519Z |
| 8926 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.413 INFO O| install = pkg://helios-dev/driver/ktest@0.5.11-2.0.23795:20260223T235520Z |
| 8927 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/misc/tofino@0.5.11-2.0.23795:20260223T235520Z |
| 8928 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/network/cxgbe@0.5.11-2.0.23795:20260223T235521Z |
| 8929 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/network/e1000g@0.5.11-2.0.23795:20260223T235521Z |
| 8930 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/network/igb@0.5.11-2.0.23795:20260223T235522Z |
| 8931 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/network/ixgbe@0.5.11-2.0.23795:20260223T235523Z |
| 8932 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/network/opte@0.39.455:20260129T171925Z |
| 8933 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/network/rge@0.5.11-2.0.23795:20260223T235524Z |
| 8934 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/serial/usbser@0.5.11-2.0.23795:20260223T235527Z |
| 8935 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/storage/blkdev@0.5.11-2.0.23795:20260223T235527Z |
| 8936 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.414 INFO O| install = pkg://helios-dev/driver/storage/nvme@0.5.11-2.0.23795:20260223T235528Z |
| 8937 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.415 INFO O| install = pkg://helios-dev/driver/usb@0.5.11-2.0.23795:20260223T235529Z |
| 8938 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.415 INFO O| install = pkg://helios-dev/driver/x11/xsvc@0.5.11-2.0.23795:20260223T235529Z |
| 8939 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.421 INFO O| install = pkg://helios-dev/editor/vim@9.0.2136-2.0:20250221T133345Z |
| 8940 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.421 INFO O| install = pkg://helios-dev/install/beadm@0.5.11-2.0.23795:20260223T235530Z |
| 8941 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.421 INFO O| install = pkg://helios-dev/library/expat@2.7.2-2.0:20250922T152653Z |
| 8942 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.421 INFO O| install = pkg://helios-dev/library/libedit@3.1-2.0:20230621T193242Z |
| 8943 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.422 INFO O| install = pkg://helios-dev/library/libidn@1.41-2.0:20230621T193402Z |
| 8944 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.422 INFO O| install = pkg://helios-dev/library/libtecla@1.6.0-2.0.23795:20260223T235530Z |
| 8945 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.422 INFO O| install = pkg://helios-dev/library/libtool/libltdl@2.4.6-2.0:20230621T190218Z |
| 8946 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.422 INFO O| install = pkg://helios-dev/library/libxml2@2.11.7-2.0:20240215T135051Z |
| 8947 | 2026-02-26T17:27:01.891Z | [ host-image] Feb 26 17:27:01.423 INFO O| install = pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z |
| 8948 | 2026-02-26T17:27:01.892Z | [ host-image] Feb 26 17:27:01.423 INFO O| install = pkg://helios-dev/library/libxslt@1.1.30-2.0:20230621T193447Z |
| 8949 | 2026-02-26T17:27:01.892Z | [ host-image] Feb 26 17:27:01.430 INFO O| install = pkg://helios-dev/library/ncurses@6.4.20240309-2.0:20240523T185257Z |
| 8950 | 2026-02-26T17:27:01.892Z | [ host-image] Feb 26 17:27:01.430 INFO O| install = pkg://helios-dev/library/nghttp2@1.52.0-2.0:20230621T193608Z |
| 8951 | 2026-02-26T17:27:01.892Z | [ host-image] Feb 26 17:27:01.430 INFO O| install = pkg://helios-dev/library/nspr@4.35-2.0:20230621T193601Z |
| 8952 | 2026-02-26T17:27:01.892Z | [ host-image] Feb 26 17:27:01.431 INFO O| install = pkg://helios-dev/library/pcre@8.45-2.0:20230621T193733Z |
| 8953 | 2026-02-26T17:27:01.892Z | [ host-image] Feb 26 17:27:01.431 INFO O| install = pkg://helios-dev/library/pcre2@10.42-2.0:20230621T193725Z |
| 8954 | 2026-02-26T17:27:01.892Z | [ host-image] Feb 26 17:27:01.431 INFO O| install = pkg://helios-dev/library/readline@8.2-2.1:20240418T211117Z |
| 8955 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.452 INFO O| install = pkg://helios-dev/library/security/openssl-3@3.0.19-2.0:20260128T223505Z |
| 8956 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.453 INFO O| install = pkg://helios-dev/library/security/trousers@0.3.15-2.0:20230621T194405Z |
| 8957 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.453 INFO O| install = pkg://helios-dev/library/zlib@1.2.13-2.0:20230621T194146Z |
| 8958 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.453 INFO O| install = pkg://helios-dev/locale/en@0.5.11-2.0.23795:20260223T235532Z |
| 8959 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.453 INFO O| install = pkg://helios-dev/network/bridging@0.5.11-2.0.23795:20260223T235537Z |
| 8960 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.453 INFO O| install = pkg://helios-dev/network/dns/bind@9.18.14-2.0:20230621T194546Z |
| 8961 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.453 INFO O| install = pkg://helios-dev/network/netcat@0.5.11-2.0.23795:20260223T235538Z |
| 8962 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.453 INFO O| install = pkg://helios-dev/network/openssh@9.6.1-2.2:20250218T230209Z |
| 8963 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.454 INFO O| install = pkg://helios-dev/network/openssh-server@9.6.1-2.2:20250218T230219Z |
| 8964 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.454 INFO O| install = pkg://helios-dev/network/overwatch@0.1.0.42:20260217T052359Z |
| 8965 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.454 INFO O| install = pkg://helios-dev/network/rsync@3.4.1-2.0:20250117T201332Z |
| 8966 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.454 INFO O| install = pkg://helios-dev/network/snoop@0.5.11-2.0.23795:20260223T235538Z |
| 8967 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.454 INFO O| install = pkg://helios-dev/ooce/library/onig@6.9.8-2.0:20230623T150226Z |
| 8968 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.456 INFO O| install = pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z |
| 8969 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.456 INFO O| install = pkg://helios-dev/ooce/util/jq@1.6-2.0:20230623T172253Z |
| 8970 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.456 INFO O| install = pkg://helios-dev/oxide/platform-identity-cacerts@1.0-2.0:20240719T230730Z |
| 8971 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.457 INFO O| install = pkg://helios-dev/package/svr4@0.5.11-2.0.23795:20260223T235538Z |
| 8972 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.457 INFO O| install = pkg://helios-dev/release/name@0.5.11-2.0:20230621T194601Z |
| 8973 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.465 INFO O| install = pkg://helios-dev/runtime/perl@5.36.1-2.0:20230621T195846Z |
| 8974 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.465 INFO O| install = pkg://helios-dev/runtime/perl/module/sun-solaris@0.5.11-2.0.23795:20260223T235539Z |
| 8975 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.466 INFO O| install = pkg://helios-dev/service/fault-management@0.5.11-2.0.23795:20260223T235539Z |
| 8976 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.466 INFO O| install = pkg://helios-dev/service/file-system/smb@0.5.11-2.0.23795:20260223T235539Z |
| 8977 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.467 INFO O| install = pkg://helios-dev/service/network/chrony@4.6.1-2.0:20250326T213914Z |
| 8978 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.467 INFO O| install = pkg://helios-dev/service/picl@0.5.11-2.0.23795:20260223T235541Z |
| 8979 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.467 INFO O| install = pkg://helios-dev/service/resource-pools@0.5.11-2.0.23795:20260223T235541Z |
| 8980 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.467 INFO O| install = pkg://helios-dev/service/security/gss@0.5.11-2.0.23795:20260223T235541Z |
| 8981 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.468 INFO O| install = pkg://helios-dev/service/security/kerberos-5@0.5.11-2.0.23795:20260223T235541Z |
| 8982 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.470 INFO O| install = pkg://helios-dev/shell/bash@5.2.15-2.0:20230621T200617Z |
| 8983 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.470 INFO O| install = pkg://helios-dev/shell/ksh93@93.21.1.20120801-2.0.23795:20260223T235541Z |
| 8984 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.470 INFO O| install = pkg://helios-dev/system/bhyve@0.5.11-2.0.23795:20260223T235543Z |
| 8985 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.470 INFO O| install = pkg://helios-dev/system/bhyve/firmware@20230201-2.0:20230621T201619Z |
| 8986 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.471 INFO O| install = pkg://helios-dev/system/boot/loader@1.1-2.0.23795:20260223T235543Z |
| 8987 | 2026-02-26T17:27:01.920Z | [ host-image] Feb 26 17:27:01.471 INFO O| install = pkg://helios-dev/system/data/console/fonts@0.5.11-2.0.23795:20260223T235543Z |
| 8988 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.471 INFO O| install = pkg://helios-dev/system/data/hardware-registry@2025.6.9-2.0.23795:20260223T235543Z |
| 8989 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.471 INFO O| install = pkg://helios-dev/system/data/keyboard/keytables@0.5.11-2.0.23795:20260223T235543Z |
| 8990 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.476 INFO O| install = pkg://helios-dev/system/data/terminfo@0.5.11-2.0.23795:20260223T235543Z |
| 8991 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.476 INFO O| install = pkg://helios-dev/system/data/urxvt-terminfo@9.31-2.0:20230621T200815Z |
| 8992 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.477 INFO O| install = pkg://helios-dev/system/data/zoneinfo@2025.2-2.0.23795:20260223T235543Z |
| 8993 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.478 INFO O| install = pkg://helios-dev/system/extended-system-utilities@0.5.11-2.0.23795:20260223T235544Z |
| 8994 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.478 INFO O| install = pkg://helios-dev/system/ficl@4.1.0-2.0.23795:20260223T235544Z |
| 8995 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.478 INFO O| install = pkg://helios-dev/system/file-system/smb@0.5.11-2.0.23795:20260223T235544Z |
| 8996 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.479 INFO O| install = pkg://helios-dev/system/file-system/zfs@0.5.11-2.0.23795:20260223T235544Z |
| 8997 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.479 INFO O| install = pkg://helios-dev/system/gpio@0.5.11-2.0.23795:20260223T235544Z |
| 8998 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.479 INFO O| install = pkg://helios-dev/system/i2c@0.5.11-2.0.23795:20260223T235545Z |
| 8999 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.485 INFO O| install = pkg://helios-dev/system/kernel@0.5.11-2.0.23795:20260223T235546Z |
| 9000 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.485 INFO O| install = pkg://helios-dev/system/kernel/cpu-counters@0.5.11-2.0.23795:20260223T235545Z |
| 9001 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.486 INFO O| install = pkg://helios-dev/system/kernel/dtrace/providers@0.5.11-2.0.23795:20260223T235545Z |
| 9002 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.487 INFO O| install = pkg://helios-dev/system/kernel/platform@0.5.11-2.0.23795:20260223T235545Z |
| 9003 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.487 INFO O| install = pkg://helios-dev/system/ksensor@0.5.11-2.0.23795:20260223T235546Z |
| 9004 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.500 INFO O| install = pkg://helios-dev/system/library@0.5.11-2.0.23795:20260223T235549Z |
| 9005 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.500 INFO O| install = pkg://helios-dev/system/library/bhyve@0.5.11-2.0.23795:20260223T235546Z |
| 9006 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.500 INFO O| install = pkg://helios-dev/system/library/demangle@0.5.11-2.0.23795:20260223T235546Z |
| 9007 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.500 INFO O| install = pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z |
| 9008 | 2026-02-26T17:27:01.921Z | [ host-image] Feb 26 17:27:01.500 INFO O| install = pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z |
| 9009 | 2026-02-26T17:27:01.952Z | [ host-image] Feb 26 17:27:01.519 INFO O| install = pkg://helios-dev/system/library/iconv/utf-8@0.5.11-2.0.23795:20260223T235546Z |
| 9010 | 2026-02-26T17:27:01.952Z | [ host-image] Feb 26 17:27:01.519 INFO O| install = pkg://helios-dev/system/library/libdbus@1.14.6-2.0:20230621T201340Z |
| 9011 | 2026-02-26T17:27:01.952Z | [ host-image] Feb 26 17:27:01.519 INFO O| install = pkg://helios-dev/system/library/libdiskmgt@0.5.11-2.0.23795:20260223T235547Z |
| 9012 | 2026-02-26T17:27:01.952Z | [ host-image] Feb 26 17:27:01.519 INFO O| install = pkg://helios-dev/system/library/libispi@0.5.11-2.0.23795:20260223T235547Z |
| 9013 | 2026-02-26T17:27:01.952Z | [ host-image] Feb 26 17:27:01.519 INFO O| install = pkg://helios-dev/system/library/math@0.5.11-2.0.23795:20260223T235547Z |
| 9014 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.520 INFO O| install = pkg://helios-dev/system/library/mozilla-nss@3.89-2.0:20230621T201725Z |
| 9015 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.520 INFO O| install = pkg://helios-dev/system/library/pcap@1.10.3-2.0:20230621T201732Z |
| 9016 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.520 INFO O| install = pkg://helios-dev/system/library/security/gss@0.5.11-2.0.23795:20260223T235548Z |
| 9017 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.520 INFO O| install = pkg://helios-dev/system/library/security/gss/diffie-hellman@0.5.11-2.0.23795:20260223T235548Z |
| 9018 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.520 INFO O| install = pkg://helios-dev/system/library/security/gss/spnego@0.5.11-2.0.23795:20260223T235548Z |
| 9019 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.521 INFO O| install = pkg://helios-dev/system/library/security/libsasl@0.5.11-2.0.23795:20260223T235548Z |
| 9020 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.521 INFO O| install = pkg://helios-dev/system/library/storage/scsi-plugins@0.5.11-2.0.23795:20260223T235549Z |
| 9021 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.521 INFO O| install = pkg://helios-dev/system/man@0.5.11-2.0.23795:20260223T235549Z |
| 9022 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.523 INFO O| install = pkg://helios-dev/system/management/snmp/net-snmp@5.9.3-2.0:20230621T192215Z |
| 9023 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.523 INFO O| install = pkg://helios-dev/system/microcode/amd@20251202-2.0.23795:20260223T235549Z |
| 9024 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.524 INFO O| install = pkg://helios-dev/system/microcode/intel@20260210-2.0.23795:20260223T235550Z |
| 9025 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.524 INFO O| install = pkg://helios-dev/system/microcode/oxide@20251202-2.0.23795:20260223T235550Z |
| 9026 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.524 INFO O| install = pkg://helios-dev/system/network@0.5.11-2.0.23795:20260223T235551Z |
| 9027 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.524 INFO O| install = pkg://helios-dev/system/network/overlay@0.5.11-2.0.23795:20260223T235550Z |
| 9028 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.524 INFO O| install = pkg://helios-dev/system/network/routing@0.5.11-2.0.23795:20260223T235550Z |
| 9029 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.524 INFO O| install = pkg://helios-dev/system/prerequisite/gnu@0.5.11-2.0:20230621T201805Z |
| 9030 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.524 INFO O| install = pkg://helios-dev/system/watch@3.3.16-2.0:20230621T201923Z |
| 9031 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.525 INFO O| install = pkg://helios-dev/system/xopen/xcu4@0.5.11-2.0.23795:20260223T235553Z |
| 9032 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.525 INFO O| install = pkg://helios-dev/system/zones@0.5.11-2.0.23795:20260223T235553Z |
| 9033 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.525 INFO O| install = pkg://helios-dev/system/zones/brand/omicron1@1.0.25:20250809T001126Z |
| 9034 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.525 INFO O| install = pkg://helios-dev/terminal/resize@352-2.0:20230621T201859Z |
| 9035 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.525 INFO O| install = pkg://helios-dev/text/column@0.0.0.20181004-2.0:20230925T235046Z |
| 9036 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.525 INFO O| install = pkg://helios-dev/text/less@608-2.0:20230621T202237Z |
| 9037 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.525 INFO O| install = pkg://helios-dev/text/looker@0.1.0.13-2.0:20250303T182037Z |
| 9038 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.526 INFO O| install = pkg://helios-dev/web/ca-bundle@5.11-2.0:20230621T202542Z |
| 9039 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.528 INFO O| install = pkg://helios-dev/web/curl@8.18.0-2.0:20260121T125903Z |
| 9040 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.528 INFO O| tempdir @ "/tmp/.tmps2mtRg/tmp" |
| 9041 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.528 INFO O| image root @ "/tmp/.tmps2mtRg/tmp/root" |
| 9042 | 2026-02-26T17:27:01.953Z | [ host-image] Feb 26 17:27:01.528 INFO O| creating image... |
| 9043 | 2026-02-26T17:27:02.658Z | [ host-image] Feb 26 17:27:02.248 INFO O| copying publishers... |
| 9044 | 2026-02-26T17:27:54.977Z | [ recovery-image] Feb 26 17:27:54.568 INFO O| ok, image written! |
| 9045 | 2026-02-26T17:27:54.977Z | [ recovery-image] Feb 26 17:27:54.568 INFO O| ok, boot_image_csum file written! |
| 9046 | 2026-02-26T17:27:55.002Z | [ recovery-image] Feb 26 17:27:54.578 INFO creating boot archive (CPIO)... |
| 9047 | 2026-02-26T17:27:55.002Z | [ recovery-image] Feb 26 17:27:54.579 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 |
| 9048 | 2026-02-26T17:27:55.027Z | [ recovery-image] Feb 26 17:27:54.609 INFO E| + root=/rpool/images/build/recovery/work/sled/ramdisk |
| 9049 | 2026-02-26T17:27:55.027Z | [ recovery-image] Feb 26 17:27:54.609 INFO E| + outfile=/work/os-recovery/cpio |
| 9050 | 2026-02-26T17:27:55.027Z | [ recovery-image] Feb 26 17:27:54.609 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.recovery |
| 9051 | 2026-02-26T17:27:55.027Z | [ recovery-image] Feb 26 17:27:54.612 INFO E| + cd /rpool/images/build/recovery/work/sled/ramdisk |
| 9052 | 2026-02-26T17:27:55.027Z | [ recovery-image] Feb 26 17:27:54.613 INFO E| + cpio -qo -H odc -O /work/os-recovery/cpio |
| 9053 | 2026-02-26T17:27:55.075Z | [ recovery-image] Feb 26 17:27:54.666 INFO E| + cd /work/oxidecomputer/helios/tmp/image.recovery |
| 9054 | 2026-02-26T17:27:55.100Z | [ recovery-image] Feb 26 17:27:54.667 INFO E| + cpio -qo -H odc -AO /work/os-recovery/cpio |
| 9055 | 2026-02-26T17:27:55.100Z | [ recovery-image] Feb 26 17:27:54.680 INFO creating compressed cpio/unix for dev loaders... |
| 9056 | 2026-02-26T17:27:55.100Z | [ recovery-image] Feb 26 17:27:54.681 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 |
| 9057 | 2026-02-26T17:27:55.552Z | [ recovery-image] Feb 26 17:27:55.144 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-recovery/cpio\' >\'/work/os-recovery/cpio.z\'"], pwd: None |
| 9058 | 2026-02-26T17:28:02.825Z | [ recovery-image] Feb 26 17:28:02.417 INFO creating reset image... |
| 9059 | 2026-02-26T17:28:02.825Z | [ recovery-image] Feb 26 17:28:02.417 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 9060 | 2026-02-26T17:28:20.406Z | [ host-image] Feb 26 17:28:19.999 INFO O| adding properties... |
| 9061 | 2026-02-26T17:28:22.379Z | [ host-image] Feb 26 17:28:21.972 INFO O| installing packages... |
| 9062 | 2026-02-26T17:28:51.719Z | [verify-libraries] Finished `release` profile [optimized] target(s) in 33m 35s |
| 9063 | 2026-02-26T17:28:55.410Z | Feb 26 17:28:55.000 INFO [verify-libraries] process exited with exit status: 0 (2025.287533987s) |
| 9064 | 2026-02-26T17:28:57.075Z | [ recovery-image] Feb 26 17:28:56.668 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')" |
| 9065 | 2026-02-26T17:28:57.099Z | [ recovery-image] Feb 26 17:28:56.669 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") |
| 9066 | 2026-02-26T17:28:57.438Z | [ recovery-image] Feb 26 17:28:57.032 INFO E| Updating crates.io index |
| 9067 | 2026-02-26T17:28:57.670Z | [ recovery-image] Feb 26 17:28:57.264 INFO E| Downloading crates ... |
| 9068 | 2026-02-26T17:28:57.748Z | [ recovery-image] Feb 26 17:28:57.342 INFO E| Downloaded anstyle-query v1.1.5 |
| 9069 | 2026-02-26T17:28:57.772Z | [ recovery-image] Feb 26 17:28:57.345 INFO E| Downloaded shared_child v1.1.1 |
| 9070 | 2026-02-26T17:28:57.772Z | [ recovery-image] Feb 26 17:28:57.348 INFO E| Downloaded clap_lex v0.7.7 |
| 9071 | 2026-02-26T17:28:57.772Z | [ recovery-image] Feb 26 17:28:57.351 INFO E| Downloaded shared_thread v0.2.0 |
| 9072 | 2026-02-26T17:28:57.772Z | [ recovery-image] Feb 26 17:28:57.353 INFO E| Downloaded unicode-ident v1.0.23 |
| 9073 | 2026-02-26T17:28:57.772Z | [ recovery-image] Feb 26 17:28:57.356 INFO E| Downloaded signal-hook-registry v1.4.8 |
| 9074 | 2026-02-26T17:28:57.772Z | [ recovery-image] Feb 26 17:28:57.358 INFO E| Downloaded clap_derive v4.5.55 |
| 9075 | 2026-02-26T17:28:57.772Z | [ recovery-image] Feb 26 17:28:57.361 INFO E| Downloaded clap v4.5.57 |
| 9076 | 2026-02-26T17:28:57.797Z | [ recovery-image] Feb 26 17:28:57.374 INFO E| Downloaded duct v1.1.1 |
| 9077 | 2026-02-26T17:28:57.797Z | [ recovery-image] Feb 26 17:28:57.376 INFO E| Downloaded sigchld v0.2.4 |
| 9078 | 2026-02-26T17:28:57.797Z | [ recovery-image] Feb 26 17:28:57.378 INFO E| Downloaded os_pipe v1.2.3 |
| 9079 | 2026-02-26T17:28:57.797Z | [ recovery-image] Feb 26 17:28:57.380 INFO E| Downloaded syn v2.0.114 |
| 9080 | 2026-02-26T17:28:57.821Z | [ recovery-image] Feb 26 17:28:57.394 INFO E| Downloaded clap_builder v4.5.57 |
| 9081 | 2026-02-26T17:28:57.887Z | [ recovery-image] Feb 26 17:28:57.480 INFO E| Compiling libc v0.2.180 |
| 9082 | 2026-02-26T17:28:57.887Z | [ recovery-image] Feb 26 17:28:57.480 INFO E| Compiling proc-macro2 v1.0.106 |
| 9083 | 2026-02-26T17:28:57.911Z | [ recovery-image] Feb 26 17:28:57.480 INFO E| Compiling quote v1.0.44 |
| 9084 | 2026-02-26T17:28:57.911Z | [ recovery-image] Feb 26 17:28:57.480 INFO E| Compiling signal-hook v0.3.18 |
| 9085 | 2026-02-26T17:28:57.911Z | [ recovery-image] Feb 26 17:28:57.480 INFO E| Compiling unicode-ident v1.0.23 |
| 9086 | 2026-02-26T17:28:57.911Z | [ recovery-image] Feb 26 17:28:57.480 INFO E| Compiling utf8parse v0.2.2 |
| 9087 | 2026-02-26T17:28:57.911Z | [ recovery-image] Feb 26 17:28:57.481 INFO E| Compiling is_terminal_polyfill v1.70.2 |
| 9088 | 2026-02-26T17:28:57.911Z | [ recovery-image] Feb 26 17:28:57.481 INFO E| Compiling colorchoice v1.0.4 |
| 9089 | 2026-02-26T17:28:58.096Z | [ recovery-image] Feb 26 17:28:57.690 INFO E| Compiling anstyle-parse v0.2.7 |
| 9090 | 2026-02-26T17:28:58.144Z | [ recovery-image] Feb 26 17:28:57.738 INFO E| Compiling anstyle v1.0.13 |
| 9091 | 2026-02-26T17:28:58.168Z | [ recovery-image] Feb 26 17:28:57.761 INFO E| Compiling anstyle-query v1.1.5 |
| 9092 | 2026-02-26T17:28:58.193Z | [ recovery-image] Feb 26 17:28:57.772 INFO E| Compiling clap_lex v0.7.7 |
| 9093 | 2026-02-26T17:28:58.396Z | [ recovery-image] Feb 26 17:28:57.990 INFO E| Compiling strsim v0.11.1 |
| 9094 | 2026-02-26T17:28:58.478Z | [ recovery-image] Feb 26 17:28:58.070 INFO E| Compiling heck v0.5.0 |
| 9095 | 2026-02-26T17:28:58.503Z | [ recovery-image] Feb 26 17:28:58.091 INFO E| Compiling shared_thread v0.2.0 |
| 9096 | 2026-02-26T17:28:58.616Z | [ recovery-image] Feb 26 17:28:58.210 INFO E| Compiling anstream v0.6.21 |
| 9097 | 2026-02-26T17:28:59.351Z | [ recovery-image] Feb 26 17:28:58.945 INFO E| Compiling clap_builder v4.5.57 |
| 9098 | 2026-02-26T17:28:59.778Z | [ recovery-image] Feb 26 17:28:59.372 INFO E| Compiling errno v0.3.14 |
| 9099 | 2026-02-26T17:28:59.778Z | [ recovery-image] Feb 26 17:28:59.372 INFO E| Compiling os_pipe v1.2.3 |
| 9100 | 2026-02-26T17:28:59.983Z | [ recovery-image] Feb 26 17:28:59.577 INFO E| Compiling signal-hook-registry v1.4.8 |
| 9101 | 2026-02-26T17:29:00.431Z | [ recovery-image] Feb 26 17:29:00.024 INFO E| Compiling syn v2.0.114 |
| 9102 | 2026-02-26T17:29:00.533Z | [ recovery-image] Feb 26 17:29:00.125 INFO E| Compiling sigchld v0.2.4 |
| 9103 | 2026-02-26T17:29:00.743Z | [ recovery-image] Feb 26 17:29:00.337 INFO E| Compiling shared_child v1.1.1 |
| 9104 | 2026-02-26T17:29:00.962Z | [ recovery-image] Feb 26 17:29:00.556 INFO E| Compiling duct v1.1.1 |
| 9105 | 2026-02-26T17:29:05.683Z | [ recovery-image] Feb 26 17:29:05.277 INFO E| Compiling clap_derive v4.5.55 |
| 9106 | 2026-02-26T17:29:06.924Z | [ host-image] Feb 26 17:29:06.518 INFO O| seeding SMF database... |
| 9107 | 2026-02-26T17:29:08.326Z | [ recovery-image] Feb 26 17:29:07.920 INFO E| Compiling clap v4.5.57 |
| 9108 | 2026-02-26T17:29:08.437Z | [ recovery-image] Feb 26 17:29:08.029 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/phbl/xtask) |
| 9109 | 2026-02-26T17:29:10.100Z | [ recovery-image] Feb 26 17:29:09.694 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.92s |
| 9110 | 2026-02-26T17:29:10.124Z | [ recovery-image] Feb 26 17:29:09.712 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-recovery/cpio.z --target-dir /work/os-recovery/phbl` |
| 9111 | 2026-02-26T17:29:10.552Z | [ recovery-image] Feb 26 17:29:10.145 INFO E| Downloading crates ... |
| 9112 | 2026-02-26T17:29:10.633Z | [ recovery-image] Feb 26 17:29:10.227 INFO E| Downloaded bitstruct_derive v0.1.0 |
| 9113 | 2026-02-26T17:29:10.658Z | [ recovery-image] Feb 26 17:29:10.229 INFO E| Downloaded bitstruct v0.1.1 |
| 9114 | 2026-02-26T17:29:10.658Z | [ recovery-image] Feb 26 17:29:10.233 INFO E| Downloaded bit_field v0.10.3 |
| 9115 | 2026-02-26T17:29:10.658Z | [ recovery-image] Feb 26 17:29:10.236 INFO E| Downloaded raw-cpuid v10.7.0 |
| 9116 | 2026-02-26T17:29:10.658Z | [ recovery-image] Feb 26 17:29:10.242 INFO E| Downloaded cpio_reader v0.1.2 |
| 9117 | 2026-02-26T17:29:10.658Z | [ recovery-image] Feb 26 17:29:10.246 INFO E| Downloaded miniz_oxide v0.9.0 |
| 9118 | 2026-02-26T17:29:10.683Z | [ recovery-image] Feb 26 17:29:10.253 INFO E| Downloaded goblin v0.10.4 |
| 9119 | 2026-02-26T17:29:10.707Z | [ recovery-image] Feb 26 17:29:10.280 INFO E| Downloaded x86 v0.52.0 |
| 9120 | 2026-02-26T17:29:10.760Z | [ recovery-image] Feb 26 17:29:10.353 INFO E| Updating crates.io index |
| 9121 | 2026-02-26T17:29:10.814Z | [ recovery-image] Feb 26 17:29:10.408 INFO E| Downloading crates ... |
| 9122 | 2026-02-26T17:29:10.844Z | [ recovery-image] Feb 26 17:29:10.438 INFO E| Downloaded rustc-literal-escaper v0.0.7 |
| 9123 | 2026-02-26T17:29:10.868Z | [ recovery-image] Feb 26 17:29:10.442 INFO E| Downloaded rustc-demangle v0.1.27 |
| 9124 | 2026-02-26T17:29:10.893Z | [ recovery-image] Feb 26 17:29:10.464 INFO E| Downloaded libc v0.2.178 |
| 9125 | 2026-02-26T17:29:10.989Z | [ recovery-image] Feb 26 17:29:10.583 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) |
| 9126 | 2026-02-26T17:29:11.014Z | [ recovery-image] Feb 26 17:29:10.583 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) |
| 9127 | 2026-02-26T17:29:11.014Z | [ recovery-image] Feb 26 17:29:10.583 INFO E| Compiling proc-macro2 v1.0.106 |
| 9128 | 2026-02-26T17:29:11.014Z | [ recovery-image] Feb 26 17:29:10.583 INFO E| Compiling quote v1.0.44 |
| 9129 | 2026-02-26T17:29:11.014Z | [ recovery-image] Feb 26 17:29:10.583 INFO E| Compiling unicode-ident v1.0.23 |
| 9130 | 2026-02-26T17:29:11.014Z | [ recovery-image] Feb 26 17:29:10.584 INFO E| Compiling syn v1.0.109 |
| 9131 | 2026-02-26T17:29:11.014Z | [ recovery-image] Feb 26 17:29:10.584 INFO E| Compiling x86 v0.52.0 |
| 9132 | 2026-02-26T17:29:11.014Z | [ recovery-image] Feb 26 17:29:10.592 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 9133 | 2026-02-26T17:29:11.237Z | [ recovery-image] Feb 26 17:29:10.832 INFO E| Compiling seq-macro v0.3.6 |
| 9134 | 2026-02-26T17:29:13.057Z | [ recovery-image] Feb 26 17:29:12.651 INFO E| Compiling syn v2.0.114 |
| 9135 | 2026-02-26T17:29:15.620Z | [ host-image] Feb 26 17:29:15.215 INFO O| configuring SMF profile... |
| 9136 | 2026-02-26T17:29:15.645Z | [ host-image] Feb 26 17:29:15.215 INFO O| modifying shadow(5)... |
| 9137 | 2026-02-26T17:29:15.645Z | [ host-image] Feb 26 17:29:15.215 INFO O| loading user and group database... |
| 9138 | 2026-02-26T17:29:15.645Z | [ host-image] Feb 26 17:29:15.215 INFO O| loading facet selections... |
| 9139 | 2026-02-26T17:29:16.229Z | [ host-image] Feb 26 17:29:15.823 INFO O| devel -> true |
| 9140 | 2026-02-26T17:29:16.229Z | [ host-image] Feb 26 17:29:15.823 INFO O| doc.man -> true |
| 9141 | 2026-02-26T17:29:16.229Z | [ host-image] Feb 26 17:29:15.823 INFO O| version-lock.shell/ksh93 -> true |
| 9142 | 2026-02-26T17:29:16.253Z | [ host-image] Feb 26 17:29:15.823 INFO O| version-lock.system/data/hardware-registry -> true |
| 9143 | 2026-02-26T17:29:16.253Z | [ host-image] Feb 26 17:29:15.823 INFO O| version-lock.system/data/zoneinfo -> true |
| 9144 | 2026-02-26T17:29:16.253Z | [ host-image] Feb 26 17:29:15.824 INFO O| version-lock.system/microcode/amd -> true |
| 9145 | 2026-02-26T17:29:16.253Z | [ host-image] Feb 26 17:29:15.824 INFO O| version-lock.system/microcode/intel -> true |
| 9146 | 2026-02-26T17:29:16.253Z | [ host-image] Feb 26 17:29:15.824 INFO O| version-lock.system/microcode/oxide -> true |
| 9147 | 2026-02-26T17:29:16.253Z | [ host-image] Feb 26 17:29:15.824 INFO O| assessing packaged files... |
| 9148 | 2026-02-26T17:29:16.569Z | [ recovery-image] Feb 26 17:29:16.163 INFO E| Compiling scroll_derive v0.13.1 |
| 9149 | 2026-02-26T17:29:19.968Z | [ recovery-image] Feb 26 17:29:19.561 INFO E| Compiling bitstruct_derive v0.1.0 |
| 9150 | 2026-02-26T17:29:19.993Z | [ host-image] Feb 26 17:29:19.577 INFO O| creating archive... |
| 9151 | 2026-02-26T17:29:20.024Z | [ host-image] Feb 26 17:29:19.618 INFO O| missing from packaging: |
| 9152 | 2026-02-26T17:29:20.024Z | [ host-image] Feb 26 17:29:19.618 INFO O| "etc/.pwd.lock" |
| 9153 | 2026-02-26T17:29:20.048Z | [ host-image] Feb 26 17:29:19.618 INFO O| "etc/bash" |
| 9154 | 2026-02-26T17:29:20.048Z | [ host-image] Feb 26 17:29:19.626 INFO O| "etc/svc/profile/generic.xml" |
| 9155 | 2026-02-26T17:29:20.048Z | [ host-image] Feb 26 17:29:19.626 INFO O| "etc/svc/profile/inetd_services.xml" |
| 9156 | 2026-02-26T17:29:20.048Z | [ host-image] Feb 26 17:29:19.626 INFO O| "etc/svc/profile/name_service.xml" |
| 9157 | 2026-02-26T17:29:20.048Z | [ host-image] Feb 26 17:29:19.626 INFO O| "etc/svc/profile/platform.xml" |
| 9158 | 2026-02-26T17:29:20.048Z | [ host-image] Feb 26 17:29:19.626 INFO O| "etc/svc/profile/platform_omicron1.xml" |
| 9159 | 2026-02-26T17:29:20.048Z | [ host-image] Feb 26 17:29:19.626 INFO O| "etc/svc/repository.db" |
| 9160 | 2026-02-26T17:29:20.048Z | [ host-image] Feb 26 17:29:19.639 INFO O| "opt/ooce/share" |
| 9161 | 2026-02-26T17:29:20.048Z | [ host-image] Feb 26 17:29:19.639 INFO O| "opt/ooce/share/man" |
| 9162 | 2026-02-26T17:29:20.048Z | [ host-image] Feb 26 17:29:19.639 INFO O| "opt/ooce/share/man/man1" |
| 9163 | 2026-02-26T17:29:20.073Z | [ host-image] Feb 26 17:29:19.653 INFO O| finishing archive... |
| 9164 | 2026-02-26T17:29:23.730Z | [ host-image] Feb 26 17:29:23.324 INFO O| creating gzonly manifest... |
| 9165 | 2026-02-26T17:29:23.754Z | [ host-image] Feb 26 17:29:23.334 INFO O| ok |
| 9166 | 2026-02-26T17:29:23.990Z | [ host-image] Feb 26 17:29:23.583 INFO image builder template: ramdisk-02-trim... |
| 9167 | 2026-02-26T17:29:23.990Z | [ host-image] Feb 26 17:29:23.583 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/.tmpVgPXRo/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 |
| 9168 | 2026-02-26T17:29:24.022Z | [ host-image] Feb 26 17:29:23.616 INFO O| Feb 26 17:29:23.616 INFO temporary dataset: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9169 | 2026-02-26T17:29:24.046Z | [ host-image] Feb 26 17:29:23.621 INFO O| Feb 26 17:29:23.621 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9170 | 2026-02-26T17:29:24.070Z | [ host-image] Feb 26 17:29:23.662 INFO O| Feb 26 17:29:23.662 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/ramdisk-02-trim: sync = disabled |
| 9171 | 2026-02-26T17:29:24.102Z | [ host-image] Feb 26 17:29:23.696 INFO O| Feb 26 17:29:23.696 INFO temporary directory: /rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9172 | 2026-02-26T17:29:24.102Z | [ host-image] Feb 26 17:29:23.696 INFO O| Feb 26 17:29:23.696 INFO work dataset: rpool/images/build/host/work/sled/ramdisk |
| 9173 | 2026-02-26T17:29:24.126Z | [ host-image] Feb 26 17:29:23.704 INFO O| Feb 26 17:29:23.703 INFO looking for output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9174 | 2026-02-26T17:29:24.126Z | [ host-image] Feb 26 17:29:23.709 INFO O| Feb 26 17:29:23.709 INFO looking for input snapshot rpool/images/build/host/work/sled/ramdisk@os |
| 9175 | 2026-02-26T17:29:24.126Z | [ host-image] Feb 26 17:29:23.717 INFO O| Feb 26 17:29:23.716 INFO ROLLBACK TO SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@os |
| 9176 | 2026-02-26T17:29:24.281Z | [ host-image] Feb 26 17:29:23.876 INFO O| Feb 26 17:29:23.876 INFO rolled back to input snapshot; work may begin |
| 9177 | 2026-02-26T17:29:24.281Z | [ host-image] Feb 26 17:29:23.876 INFO O| Feb 26 17:29:23.876 INFO CREATE DATASET: rpool/images/build/host/work/sled/ramdisk |
| 9178 | 2026-02-26T17:29:24.306Z | [ host-image] Feb 26 17:29:23.887 INFO O| Feb 26 17:29:23.886 INFO STEP 0: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9179 | 2026-02-26T17:29:24.330Z | [ host-image] Feb 26 17:29:23.904 INFO O| Feb 26 17:29:23.904 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/var/pkg" |
| 9180 | 2026-02-26T17:29:24.379Z | [ host-image] Feb 26 17:29:23.973 INFO O| Feb 26 17:29:23.973 INFO STEP 0 (remove_files) COMPLETE |
| 9181 | 2026-02-26T17:29:24.379Z | [ host-image] Feb 26 17:29:23.973 INFO O| Feb 26 17:29:23.973 INFO STEP 1: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9182 | 2026-02-26T17:29:24.403Z | [ host-image] Feb 26 17:29:23.988 INFO O| Feb 26 17:29:23.988 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/xpg4" |
| 9183 | 2026-02-26T17:29:24.403Z | [ host-image] Feb 26 17:29:23.991 INFO O| Feb 26 17:29:23.991 INFO STEP 1 (remove_files) COMPLETE |
| 9184 | 2026-02-26T17:29:24.404Z | [ host-image] Feb 26 17:29:23.991 INFO O| Feb 26 17:29:23.991 INFO STEP 2: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9185 | 2026-02-26T17:29:24.428Z | [ host-image] Feb 26 17:29:24.012 INFO O| Feb 26 17:29:24.011 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/include" |
| 9186 | 2026-02-26T17:29:24.453Z | [ host-image] Feb 26 17:29:24.033 INFO O| Feb 26 17:29:24.033 INFO STEP 2 (remove_files) COMPLETE |
| 9187 | 2026-02-26T17:29:24.453Z | [ host-image] Feb 26 17:29:24.033 INFO O| Feb 26 17:29:24.033 INFO STEP 3: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9188 | 2026-02-26T17:29:24.453Z | [ host-image] Feb 26 17:29:24.047 INFO O| Feb 26 17:29:24.047 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/demo" |
| 9189 | 2026-02-26T17:29:24.477Z | [ host-image] Feb 26 17:29:24.050 INFO O| Feb 26 17:29:24.050 INFO STEP 3 (remove_files) COMPLETE |
| 9190 | 2026-02-26T17:29:24.477Z | [ host-image] Feb 26 17:29:24.050 INFO O| Feb 26 17:29:24.050 INFO STEP 4: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9191 | 2026-02-26T17:29:24.477Z | [ host-image] Feb 26 17:29:24.070 INFO O| Feb 26 17:29:24.069 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/help" |
| 9192 | 2026-02-26T17:29:24.501Z | [ host-image] Feb 26 17:29:24.075 INFO O| Feb 26 17:29:24.075 INFO STEP 4 (remove_files) COMPLETE |
| 9193 | 2026-02-26T17:29:24.501Z | [ host-image] Feb 26 17:29:24.075 INFO O| Feb 26 17:29:24.075 INFO STEP 5: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9194 | 2026-02-26T17:29:24.501Z | [ host-image] Feb 26 17:29:24.089 INFO O| Feb 26 17:29:24.089 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/doc" |
| 9195 | 2026-02-26T17:29:24.501Z | [ host-image] Feb 26 17:29:24.093 INFO O| Feb 26 17:29:24.093 INFO STEP 5 (remove_files) COMPLETE |
| 9196 | 2026-02-26T17:29:24.501Z | [ host-image] Feb 26 17:29:24.093 INFO O| Feb 26 17:29:24.093 INFO STEP 6: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9197 | 2026-02-26T17:29:24.526Z | [ host-image] Feb 26 17:29:24.107 INFO O| Feb 26 17:29:24.107 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/bash-completion" |
| 9198 | 2026-02-26T17:29:24.550Z | [ host-image] Feb 26 17:29:24.124 INFO O| Feb 26 17:29:24.124 INFO STEP 6 (remove_files) COMPLETE |
| 9199 | 2026-02-26T17:29:24.550Z | [ host-image] Feb 26 17:29:24.124 INFO O| Feb 26 17:29:24.124 INFO STEP 7: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9200 | 2026-02-26T17:29:24.550Z | [ host-image] Feb 26 17:29:24.139 INFO O| Feb 26 17:29:24.139 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/perl5/5.36/man" |
| 9201 | 2026-02-26T17:29:24.575Z | [ host-image] Feb 26 17:29:24.169 INFO O| Feb 26 17:29:24.169 INFO STEP 7 (remove_files) COMPLETE |
| 9202 | 2026-02-26T17:29:24.575Z | [ host-image] Feb 26 17:29:24.169 INFO O| Feb 26 17:29:24.169 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9203 | 2026-02-26T17:29:24.599Z | [ host-image] Feb 26 17:29:24.184 INFO O| Feb 26 17:29:24.184 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/share/man/man3ssl" |
| 9204 | 2026-02-26T17:29:24.693Z | [ host-image] Feb 26 17:29:24.287 INFO O| Feb 26 17:29:24.287 INFO STEP 8 (remove_files) COMPLETE |
| 9205 | 2026-02-26T17:29:24.693Z | [ host-image] Feb 26 17:29:24.288 INFO O| Feb 26 17:29:24.287 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9206 | 2026-02-26T17:29:24.717Z | [ host-image] Feb 26 17:29:24.303 INFO O| Feb 26 17:29:24.302 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/ssl-3/man" |
| 9207 | 2026-02-26T17:29:24.839Z | [ host-image] Feb 26 17:29:24.433 INFO O| Feb 26 17:29:24.433 INFO STEP 9 (remove_files) COMPLETE |
| 9208 | 2026-02-26T17:29:24.839Z | [ host-image] Feb 26 17:29:24.433 INFO O| Feb 26 17:29:24.433 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9209 | 2026-02-26T17:29:24.865Z | [ host-image] Feb 26 17:29:24.453 INFO O| Feb 26 17:29:24.453 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/etc/net-snmp" |
| 9210 | 2026-02-26T17:29:24.890Z | [ host-image] Feb 26 17:29:24.459 INFO O| Feb 26 17:29:24.459 INFO STEP 10 (remove_files) COMPLETE |
| 9211 | 2026-02-26T17:29:24.890Z | [ host-image] Feb 26 17:29:24.459 INFO O| Feb 26 17:29:24.459 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9212 | 2026-02-26T17:29:24.890Z | [ host-image] Feb 26 17:29:24.476 INFO O| Feb 26 17:29:24.476 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/bin/i386" |
| 9213 | 2026-02-26T17:29:24.890Z | [ host-image] Feb 26 17:29:24.478 INFO O| Feb 26 17:29:24.478 INFO STEP 11 (remove_files) COMPLETE |
| 9214 | 2026-02-26T17:29:24.890Z | [ host-image] Feb 26 17:29:24.478 INFO O| Feb 26 17:29:24.478 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9215 | 2026-02-26T17:29:24.914Z | [ host-image] Feb 26 17:29:24.496 INFO O| Feb 26 17:29:24.496 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86xpv" |
| 9216 | 2026-02-26T17:29:24.914Z | [ host-image] Feb 26 17:29:24.501 INFO O| Feb 26 17:29:24.501 INFO STEP 12 (remove_files) COMPLETE |
| 9217 | 2026-02-26T17:29:24.914Z | [ host-image] Feb 26 17:29:24.501 INFO O| Feb 26 17:29:24.501 INFO STEP 13: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9218 | 2026-02-26T17:29:25.060Z | [ host-image] Feb 26 17:29:24.655 INFO O| Feb 26 17:29:24.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libncurses++.a" |
| 9219 | 2026-02-26T17:29:25.061Z | [ host-image] Feb 26 17:29:24.655 INFO O| Feb 26 17:29:24.655 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/amd64/libtddl.a" |
| 9220 | 2026-02-26T17:29:25.085Z | [ host-image] Feb 26 17:29:24.663 INFO O| Feb 26 17:29:24.663 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libtddl.a" |
| 9221 | 2026-02-26T17:29:25.085Z | [ host-image] Feb 26 17:29:24.678 INFO O| Feb 26 17:29:24.678 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/libncurses++.a" |
| 9222 | 2026-02-26T17:29:25.460Z | [ host-image] Feb 26 17:29:25.055 INFO O| Feb 26 17:29:25.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon_shlib.a" |
| 9223 | 2026-02-26T17:29:25.460Z | [ host-image] Feb 26 17:29:25.055 INFO O| Feb 26 17:29:25.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport_shlib.a" |
| 9224 | 2026-02-26T17:29:25.485Z | [ host-image] Feb 26 17:29:25.055 INFO O| Feb 26 17:29:25.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg_compat.a" |
| 9225 | 2026-02-26T17:29:25.485Z | [ host-image] Feb 26 17:29:25.055 INFO O| Feb 26 17:29:25.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgport.a" |
| 9226 | 2026-02-26T17:29:25.485Z | [ host-image] Feb 26 17:29:25.055 INFO O| Feb 26 17:29:25.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgcommon.a" |
| 9227 | 2026-02-26T17:29:25.485Z | [ host-image] Feb 26 17:29:25.056 INFO O| Feb 26 17:29:25.055 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libecpg.a" |
| 9228 | 2026-02-26T17:29:25.485Z | [ host-image] Feb 26 17:29:25.056 INFO O| Feb 26 17:29:25.056 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpgtypes.a" |
| 9229 | 2026-02-26T17:29:25.485Z | [ host-image] Feb 26 17:29:25.056 INFO O| Feb 26 17:29:25.056 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/libpq.a" |
| 9230 | 2026-02-26T17:29:25.485Z | [ host-image] Feb 26 17:29:25.056 INFO O| Feb 26 17:29:25.056 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon_shlib.a" |
| 9231 | 2026-02-26T17:29:25.485Z | [ host-image] Feb 26 17:29:25.057 INFO O| Feb 26 17:29:25.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport.a" |
| 9232 | 2026-02-26T17:29:25.485Z | [ host-image] Feb 26 17:29:25.057 INFO O| Feb 26 17:29:25.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg.a" |
| 9233 | 2026-02-26T17:29:25.485Z | [ host-image] Feb 26 17:29:25.057 INFO O| Feb 26 17:29:25.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpq.a" |
| 9234 | 2026-02-26T17:29:25.485Z | [ host-image] Feb 26 17:29:25.058 INFO O| Feb 26 17:29:25.057 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgport_shlib.a" |
| 9235 | 2026-02-26T17:29:25.485Z | [ host-image] Feb 26 17:29:25.058 INFO O| Feb 26 17:29:25.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgcommon.a" |
| 9236 | 2026-02-26T17:29:25.486Z | [ host-image] Feb 26 17:29:25.058 INFO O| Feb 26 17:29:25.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libecpg_compat.a" |
| 9237 | 2026-02-26T17:29:25.486Z | [ host-image] Feb 26 17:29:25.058 INFO O| Feb 26 17:29:25.058 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/pgsql-13/lib/amd64/libpgtypes.a" |
| 9238 | 2026-02-26T17:29:25.486Z | [ host-image] Feb 26 17:29:25.059 INFO O| Feb 26 17:29:25.059 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/opt/ooce/jq/lib/amd64/libjq.a" |
| 9239 | 2026-02-26T17:29:25.486Z | [ host-image] Feb 26 17:29:25.059 INFO O| Feb 26 17:29:25.059 INFO STEP 13 (remove_files) COMPLETE |
| 9240 | 2026-02-26T17:29:25.486Z | [ host-image] Feb 26 17:29:25.059 INFO O| Feb 26 17:29:25.059 INFO STEP 14: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9241 | 2026-02-26T17:29:25.486Z | [ host-image] Feb 26 17:29:25.076 INFO O| Feb 26 17:29:25.076 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/boot" |
| 9242 | 2026-02-26T17:29:25.486Z | [ host-image] Feb 26 17:29:25.079 INFO O| Feb 26 17:29:25.078 INFO STEP 14 (remove_files) COMPLETE |
| 9243 | 2026-02-26T17:29:25.486Z | [ host-image] Feb 26 17:29:25.079 INFO O| Feb 26 17:29:25.079 INFO STEP 15: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9244 | 2026-02-26T17:29:25.511Z | [ host-image] Feb 26 17:29:25.094 INFO O| Feb 26 17:29:25.094 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/platform/i86pc" |
| 9245 | 2026-02-26T17:29:25.535Z | [ host-image] Feb 26 17:29:25.105 INFO O| Feb 26 17:29:25.105 INFO STEP 15 (remove_files) COMPLETE |
| 9246 | 2026-02-26T17:29:25.535Z | [ host-image] Feb 26 17:29:25.106 INFO O| Feb 26 17:29:25.105 INFO STEP 16: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9247 | 2026-02-26T17:29:25.535Z | [ host-image] Feb 26 17:29:25.122 INFO O| Feb 26 17:29:25.121 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86xpv" |
| 9248 | 2026-02-26T17:29:25.535Z | [ host-image] Feb 26 17:29:25.122 INFO O| Feb 26 17:29:25.122 INFO STEP 16 (remove_files) COMPLETE |
| 9249 | 2026-02-26T17:29:25.535Z | [ host-image] Feb 26 17:29:25.122 INFO O| Feb 26 17:29:25.122 INFO STEP 17: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9250 | 2026-02-26T17:29:25.559Z | [ host-image] Feb 26 17:29:25.140 INFO O| Feb 26 17:29:25.140 INFO remove tree: "/rpool/images/build/host/work/sled/ramdisk/usr/platform/i86pc" |
| 9251 | 2026-02-26T17:29:25.559Z | [ host-image] Feb 26 17:29:25.142 INFO O| Feb 26 17:29:25.142 INFO STEP 17 (remove_files) COMPLETE |
| 9252 | 2026-02-26T17:29:25.559Z | [ host-image] Feb 26 17:29:25.142 INFO O| Feb 26 17:29:25.142 INFO STEP 18: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9253 | 2026-02-26T17:29:25.583Z | [ host-image] Feb 26 17:29:25.157 INFO O| Feb 26 17:29:25.157 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/acpica" |
| 9254 | 2026-02-26T17:29:25.583Z | [ host-image] Feb 26 17:29:25.157 INFO O| Feb 26 17:29:25.157 INFO STEP 18 (remove_files) COMPLETE |
| 9255 | 2026-02-26T17:29:25.584Z | [ host-image] Feb 26 17:29:25.157 INFO O| Feb 26 17:29:25.157 INFO STEP 19: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9256 | 2026-02-26T17:29:25.584Z | [ host-image] Feb 26 17:29:25.170 INFO O| Feb 26 17:29:25.170 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/tem" |
| 9257 | 2026-02-26T17:29:25.584Z | [ host-image] Feb 26 17:29:25.170 INFO O| Feb 26 17:29:25.170 INFO STEP 19 (remove_files) COMPLETE |
| 9258 | 2026-02-26T17:29:25.584Z | [ host-image] Feb 26 17:29:25.170 INFO O| Feb 26 17:29:25.170 INFO STEP 20: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9259 | 2026-02-26T17:29:25.608Z | [ host-image] Feb 26 17:29:25.190 INFO O| Feb 26 17:29:25.190 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/misc/amd64/kbtrans" |
| 9260 | 2026-02-26T17:29:25.608Z | [ host-image] Feb 26 17:29:25.190 INFO O| Feb 26 17:29:25.190 INFO STEP 20 (remove_files) COMPLETE |
| 9261 | 2026-02-26T17:29:25.608Z | [ host-image] Feb 26 17:29:25.190 INFO O| Feb 26 17:29:25.190 INFO STEP 21: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9262 | 2026-02-26T17:29:25.633Z | [ host-image] Feb 26 17:29:25.211 INFO O| Feb 26 17:29:25.211 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/wc" |
| 9263 | 2026-02-26T17:29:25.633Z | [ host-image] Feb 26 17:29:25.211 INFO O| Feb 26 17:29:25.211 INFO STEP 21 (remove_files) COMPLETE |
| 9264 | 2026-02-26T17:29:25.633Z | [ host-image] Feb 26 17:29:25.211 INFO O| Feb 26 17:29:25.211 INFO STEP 22: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9265 | 2026-02-26T17:29:25.633Z | [ host-image] Feb 26 17:29:25.227 INFO O| Feb 26 17:29:25.227 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_drv" |
| 9266 | 2026-02-26T17:29:25.633Z | [ host-image] Feb 26 17:29:25.227 INFO O| Feb 26 17:29:25.227 INFO STEP 22 (remove_files) COMPLETE |
| 9267 | 2026-02-26T17:29:25.633Z | [ host-image] Feb 26 17:29:25.227 INFO O| Feb 26 17:29:25.227 INFO STEP 23: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9268 | 2026-02-26T17:29:25.658Z | [ host-image] Feb 26 17:29:25.248 INFO O| Feb 26 17:29:25.248 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/conskbd" |
| 9269 | 2026-02-26T17:29:25.658Z | [ host-image] Feb 26 17:29:25.248 INFO O| Feb 26 17:29:25.248 INFO STEP 23 (remove_files) COMPLETE |
| 9270 | 2026-02-26T17:29:25.659Z | [ host-image] Feb 26 17:29:25.248 INFO O| Feb 26 17:29:25.248 INFO STEP 24: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9271 | 2026-02-26T17:29:25.683Z | [ host-image] Feb 26 17:29:25.265 INFO O| Feb 26 17:29:25.265 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/tzmon" |
| 9272 | 2026-02-26T17:29:25.683Z | [ host-image] Feb 26 17:29:25.266 INFO O| Feb 26 17:29:25.266 INFO STEP 24 (remove_files) COMPLETE |
| 9273 | 2026-02-26T17:29:25.683Z | [ host-image] Feb 26 17:29:25.266 INFO O| Feb 26 17:29:25.266 INFO STEP 25: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9274 | 2026-02-26T17:29:25.707Z | [ host-image] Feb 26 17:29:25.283 INFO O| Feb 26 17:29:25.283 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/power" |
| 9275 | 2026-02-26T17:29:25.707Z | [ host-image] Feb 26 17:29:25.283 INFO O| Feb 26 17:29:25.283 INFO STEP 25 (remove_files) COMPLETE |
| 9276 | 2026-02-26T17:29:25.708Z | [ host-image] Feb 26 17:29:25.283 INFO O| Feb 26 17:29:25.283 INFO STEP 26: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9277 | 2026-02-26T17:29:25.708Z | [ host-image] Feb 26 17:29:25.299 INFO O| Feb 26 17:29:25.299 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio" |
| 9278 | 2026-02-26T17:29:25.708Z | [ host-image] Feb 26 17:29:25.299 INFO O| Feb 26 17:29:25.299 INFO STEP 26 (remove_files) COMPLETE |
| 9279 | 2026-02-26T17:29:25.708Z | [ host-image] Feb 26 17:29:25.299 INFO O| Feb 26 17:29:25.299 INFO STEP 27: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9280 | 2026-02-26T17:29:25.732Z | [ host-image] Feb 26 17:29:25.316 INFO O| Feb 26 17:29:25.316 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audio1575" |
| 9281 | 2026-02-26T17:29:25.732Z | [ host-image] Feb 26 17:29:25.316 INFO O| Feb 26 17:29:25.316 INFO STEP 27 (remove_files) COMPLETE |
| 9282 | 2026-02-26T17:29:25.732Z | [ host-image] Feb 26 17:29:25.316 INFO O| Feb 26 17:29:25.316 INFO STEP 28: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9283 | 2026-02-26T17:29:25.756Z | [ host-image] Feb 26 17:29:25.335 INFO O| Feb 26 17:29:25.335 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audioens" |
| 9284 | 2026-02-26T17:29:25.757Z | [ host-image] Feb 26 17:29:25.335 INFO O| Feb 26 17:29:25.335 INFO STEP 28 (remove_files) COMPLETE |
| 9285 | 2026-02-26T17:29:25.757Z | [ host-image] Feb 26 17:29:25.335 INFO O| Feb 26 17:29:25.335 INFO STEP 29: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9286 | 2026-02-26T17:29:25.781Z | [ host-image] Feb 26 17:29:25.353 INFO O| Feb 26 17:29:25.353 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiopci" |
| 9287 | 2026-02-26T17:29:25.781Z | [ host-image] Feb 26 17:29:25.354 INFO O| Feb 26 17:29:25.353 INFO STEP 29 (remove_files) COMPLETE |
| 9288 | 2026-02-26T17:29:25.781Z | [ host-image] Feb 26 17:29:25.354 INFO O| Feb 26 17:29:25.353 INFO STEP 30: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9289 | 2026-02-26T17:29:25.781Z | [ host-image] Feb 26 17:29:25.374 INFO O| Feb 26 17:29:25.374 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/audiots" |
| 9290 | 2026-02-26T17:29:25.781Z | [ host-image] Feb 26 17:29:25.374 INFO O| Feb 26 17:29:25.374 INFO STEP 30 (remove_files) COMPLETE |
| 9291 | 2026-02-26T17:29:25.781Z | [ host-image] Feb 26 17:29:25.374 INFO O| Feb 26 17:29:25.374 INFO STEP 31: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9292 | 2026-02-26T17:29:25.805Z | [ host-image] Feb 26 17:29:25.393 INFO O| Feb 26 17:29:25.393 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ehci" |
| 9293 | 2026-02-26T17:29:25.805Z | [ host-image] Feb 26 17:29:25.393 INFO O| Feb 26 17:29:25.393 INFO STEP 31 (remove_files) COMPLETE |
| 9294 | 2026-02-26T17:29:25.805Z | [ host-image] Feb 26 17:29:25.393 INFO O| Feb 26 17:29:25.393 INFO STEP 32: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9295 | 2026-02-26T17:29:25.830Z | [ host-image] Feb 26 17:29:25.411 INFO O| Feb 26 17:29:25.411 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hid" |
| 9296 | 2026-02-26T17:29:25.830Z | [ host-image] Feb 26 17:29:25.411 INFO O| Feb 26 17:29:25.411 INFO STEP 32 (remove_files) COMPLETE |
| 9297 | 2026-02-26T17:29:25.830Z | [ host-image] Feb 26 17:29:25.411 INFO O| Feb 26 17:29:25.411 INFO STEP 33: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9298 | 2026-02-26T17:29:25.855Z | [ host-image] Feb 26 17:29:25.429 INFO O| Feb 26 17:29:25.429 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/hubd" |
| 9299 | 2026-02-26T17:29:25.855Z | [ host-image] Feb 26 17:29:25.429 INFO O| Feb 26 17:29:25.429 INFO STEP 33 (remove_files) COMPLETE |
| 9300 | 2026-02-26T17:29:25.855Z | [ host-image] Feb 26 17:29:25.429 INFO O| Feb 26 17:29:25.429 INFO STEP 34: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9301 | 2026-02-26T17:29:25.855Z | [ host-image] Feb 26 17:29:25.445 INFO O| Feb 26 17:29:25.445 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/ohci" |
| 9302 | 2026-02-26T17:29:25.855Z | [ host-image] Feb 26 17:29:25.445 INFO O| Feb 26 17:29:25.445 INFO STEP 34 (remove_files) COMPLETE |
| 9303 | 2026-02-26T17:29:25.855Z | [ host-image] Feb 26 17:29:25.445 INFO O| Feb 26 17:29:25.445 INFO STEP 35: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9304 | 2026-02-26T17:29:25.879Z | [ host-image] Feb 26 17:29:25.462 INFO O| Feb 26 17:29:25.462 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/scsa2usb" |
| 9305 | 2026-02-26T17:29:25.879Z | [ host-image] Feb 26 17:29:25.462 INFO O| Feb 26 17:29:25.462 INFO STEP 35 (remove_files) COMPLETE |
| 9306 | 2026-02-26T17:29:25.879Z | [ host-image] Feb 26 17:29:25.462 INFO O| Feb 26 17:29:25.462 INFO STEP 36: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9307 | 2026-02-26T17:29:25.903Z | [ host-image] Feb 26 17:29:25.475 INFO O| Feb 26 17:29:25.475 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/uhci" |
| 9308 | 2026-02-26T17:29:25.903Z | [ host-image] Feb 26 17:29:25.476 INFO O| Feb 26 17:29:25.475 INFO STEP 36 (remove_files) COMPLETE |
| 9309 | 2026-02-26T17:29:25.903Z | [ host-image] Feb 26 17:29:25.476 INFO O| Feb 26 17:29:25.476 INFO STEP 37: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9310 | 2026-02-26T17:29:25.904Z | [ host-image] Feb 26 17:29:25.493 INFO O| Feb 26 17:29:25.493 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ac" |
| 9311 | 2026-02-26T17:29:25.904Z | [ host-image] Feb 26 17:29:25.493 INFO O| Feb 26 17:29:25.493 INFO STEP 37 (remove_files) COMPLETE |
| 9312 | 2026-02-26T17:29:25.904Z | [ host-image] Feb 26 17:29:25.493 INFO O| Feb 26 17:29:25.493 INFO STEP 38: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9313 | 2026-02-26T17:29:25.928Z | [ host-image] Feb 26 17:29:25.512 INFO O| Feb 26 17:29:25.511 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_as" |
| 9314 | 2026-02-26T17:29:25.928Z | [ host-image] Feb 26 17:29:25.512 INFO O| Feb 26 17:29:25.512 INFO STEP 38 (remove_files) COMPLETE |
| 9315 | 2026-02-26T17:29:25.928Z | [ host-image] Feb 26 17:29:25.512 INFO O| Feb 26 17:29:25.512 INFO STEP 39: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9316 | 2026-02-26T17:29:25.953Z | [ host-image] Feb 26 17:29:25.526 INFO O| Feb 26 17:29:25.526 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_ia" |
| 9317 | 2026-02-26T17:29:25.953Z | [ host-image] Feb 26 17:29:25.527 INFO O| Feb 26 17:29:25.526 INFO STEP 39 (remove_files) COMPLETE |
| 9318 | 2026-02-26T17:29:25.953Z | [ host-image] Feb 26 17:29:25.527 INFO O| Feb 26 17:29:25.527 INFO STEP 40: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9319 | 2026-02-26T17:29:25.953Z | [ host-image] Feb 26 17:29:25.541 INFO O| Feb 26 17:29:25.540 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usb_mid" |
| 9320 | 2026-02-26T17:29:25.953Z | [ host-image] Feb 26 17:29:25.541 INFO O| Feb 26 17:29:25.541 INFO STEP 40 (remove_files) COMPLETE |
| 9321 | 2026-02-26T17:29:25.953Z | [ host-image] Feb 26 17:29:25.541 INFO O| Feb 26 17:29:25.541 INFO STEP 41: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9322 | 2026-02-26T17:29:25.979Z | [ host-image] Feb 26 17:29:25.555 INFO O| Feb 26 17:29:25.554 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/usbprn" |
| 9323 | 2026-02-26T17:29:25.979Z | [ host-image] Feb 26 17:29:25.555 INFO O| Feb 26 17:29:25.555 INFO STEP 41 (remove_files) COMPLETE |
| 9324 | 2026-02-26T17:29:25.979Z | [ host-image] Feb 26 17:29:25.555 INFO O| Feb 26 17:29:25.555 INFO STEP 42: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9325 | 2026-02-26T17:29:25.979Z | [ host-image] Feb 26 17:29:25.568 INFO O| Feb 26 17:29:25.568 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/xhci" |
| 9326 | 2026-02-26T17:29:25.979Z | [ host-image] Feb 26 17:29:25.569 INFO O| Feb 26 17:29:25.568 INFO STEP 42 (remove_files) COMPLETE |
| 9327 | 2026-02-26T17:29:25.979Z | [ host-image] Feb 26 17:29:25.569 INFO O| Feb 26 17:29:25.569 INFO STEP 43: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9328 | 2026-02-26T17:29:26.004Z | [ host-image] Feb 26 17:29:25.583 INFO O| Feb 26 17:29:25.583 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhm" |
| 9329 | 2026-02-26T17:29:26.004Z | [ host-image] Feb 26 17:29:25.583 INFO O| Feb 26 17:29:25.583 INFO STEP 43 (remove_files) COMPLETE |
| 9330 | 2026-02-26T17:29:26.004Z | [ host-image] Feb 26 17:29:25.583 INFO O| Feb 26 17:29:25.583 INFO STEP 44: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9331 | 2026-02-26T17:29:26.004Z | [ host-image] Feb 26 17:29:25.598 INFO O| Feb 26 17:29:25.597 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nb5000" |
| 9332 | 2026-02-26T17:29:26.004Z | [ host-image] Feb 26 17:29:25.598 INFO O| Feb 26 17:29:25.598 INFO STEP 44 (remove_files) COMPLETE |
| 9333 | 2026-02-26T17:29:26.004Z | [ host-image] Feb 26 17:29:25.598 INFO O| Feb 26 17:29:25.598 INFO STEP 45: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9334 | 2026-02-26T17:29:26.028Z | [ host-image] Feb 26 17:29:25.613 INFO O| Feb 26 17:29:25.613 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mc-amd" |
| 9335 | 2026-02-26T17:29:26.028Z | [ host-image] Feb 26 17:29:25.613 INFO O| Feb 26 17:29:25.613 INFO STEP 45 (remove_files) COMPLETE |
| 9336 | 2026-02-26T17:29:26.028Z | [ host-image] Feb 26 17:29:25.613 INFO O| Feb 26 17:29:25.613 INFO STEP 46: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9337 | 2026-02-26T17:29:26.053Z | [ host-image] Feb 26 17:29:25.629 INFO O| Feb 26 17:29:25.629 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/acpi_toshiba" |
| 9338 | 2026-02-26T17:29:26.053Z | [ host-image] Feb 26 17:29:25.629 INFO O| Feb 26 17:29:25.629 INFO STEP 46 (remove_files) COMPLETE |
| 9339 | 2026-02-26T17:29:26.053Z | [ host-image] Feb 26 17:29:25.629 INFO O| Feb 26 17:29:25.629 INFO STEP 47: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9340 | 2026-02-26T17:29:26.053Z | [ host-image] Feb 26 17:29:25.643 INFO O| Feb 26 17:29:25.643 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/intel_nhmex" |
| 9341 | 2026-02-26T17:29:26.053Z | [ host-image] Feb 26 17:29:25.643 INFO O| Feb 26 17:29:25.643 INFO STEP 47 (remove_files) COMPLETE |
| 9342 | 2026-02-26T17:29:26.053Z | [ host-image] Feb 26 17:29:25.643 INFO O| Feb 26 17:29:25.643 INFO STEP 48: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9343 | 2026-02-26T17:29:26.142Z | [ host-image] Feb 26 17:29:25.658 INFO O| Feb 26 17:29:25.657 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/intel_nhmex.conf" |
| 9344 | 2026-02-26T17:29:26.142Z | [ host-image] Feb 26 17:29:25.658 INFO O| Feb 26 17:29:25.658 INFO STEP 48 (remove_files) COMPLETE |
| 9345 | 2026-02-26T17:29:26.142Z | [ host-image] Feb 26 17:29:25.658 INFO O| Feb 26 17:29:25.658 INFO STEP 49: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9346 | 2026-02-26T17:29:26.167Z | [ host-image] Feb 26 17:29:25.678 INFO O| Feb 26 17:29:25.678 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/amd64/mpt" |
| 9347 | 2026-02-26T17:29:26.167Z | [ host-image] Feb 26 17:29:25.678 INFO O| Feb 26 17:29:25.678 INFO STEP 49 (remove_files) COMPLETE |
| 9348 | 2026-02-26T17:29:26.167Z | [ host-image] Feb 26 17:29:25.678 INFO O| Feb 26 17:29:25.678 INFO STEP 50: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9349 | 2026-02-26T17:29:26.167Z | [ host-image] Feb 26 17:29:25.693 INFO O| Feb 26 17:29:25.693 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/kernel/drv/mpt.conf" |
| 9350 | 2026-02-26T17:29:26.167Z | [ host-image] Feb 26 17:29:25.693 INFO O| Feb 26 17:29:25.693 INFO STEP 50 (remove_files) COMPLETE |
| 9351 | 2026-02-26T17:29:26.167Z | [ host-image] Feb 26 17:29:25.693 INFO O| Feb 26 17:29:25.693 INFO STEP 51: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9352 | 2026-02-26T17:29:26.167Z | [ host-image] Feb 26 17:29:25.715 INFO O| Feb 26 17:29:25.715 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.so" |
| 9353 | 2026-02-26T17:29:26.167Z | [ host-image] Feb 26 17:29:25.715 INFO O| Feb 26 17:29:25.715 INFO STEP 51 (remove_files) COMPLETE |
| 9354 | 2026-02-26T17:29:26.167Z | [ host-image] Feb 26 17:29:25.715 INFO O| Feb 26 17:29:25.715 INFO STEP 52: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9355 | 2026-02-26T17:29:26.167Z | [ host-image] Feb 26 17:29:25.731 INFO O| Feb 26 17:29:25.731 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/lib/fm/fmd/plugins/ses-log-transport.conf" |
| 9356 | 2026-02-26T17:29:26.167Z | [ host-image] Feb 26 17:29:25.731 INFO O| Feb 26 17:29:25.731 INFO STEP 52 (remove_files) COMPLETE |
| 9357 | 2026-02-26T17:29:26.167Z | [ host-image] Feb 26 17:29:25.731 INFO O| Feb 26 17:29:25.731 INFO STEP 53: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9358 | 2026-02-26T17:29:26.167Z | [ host-image] Feb 26 17:29:25.744 INFO O| Feb 26 17:29:25.744 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/bootadm" |
| 9359 | 2026-02-26T17:29:26.167Z | [ host-image] Feb 26 17:29:25.744 INFO O| Feb 26 17:29:25.744 INFO STEP 53 (remove_files) COMPLETE |
| 9360 | 2026-02-26T17:29:26.167Z | [ host-image] Feb 26 17:29:25.744 INFO O| Feb 26 17:29:25.744 INFO STEP 54: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9361 | 2026-02-26T17:29:26.167Z | [ host-image] Feb 26 17:29:25.761 INFO O| Feb 26 17:29:25.761 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/bootadm" |
| 9362 | 2026-02-26T17:29:26.167Z | [ host-image] Feb 26 17:29:25.761 INFO O| Feb 26 17:29:25.761 INFO STEP 54 (remove_files) COMPLETE |
| 9363 | 2026-02-26T17:29:26.192Z | [ host-image] Feb 26 17:29:25.761 INFO O| Feb 26 17:29:25.761 INFO STEP 55: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9364 | 2026-02-26T17:29:26.192Z | [ host-image] Feb 26 17:29:25.775 INFO O| Feb 26 17:29:25.775 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/sbin/beadm" |
| 9365 | 2026-02-26T17:29:26.192Z | [ host-image] Feb 26 17:29:25.775 INFO O| Feb 26 17:29:25.775 INFO STEP 55 (remove_files) COMPLETE |
| 9366 | 2026-02-26T17:29:26.192Z | [ host-image] Feb 26 17:29:25.775 INFO O| Feb 26 17:29:25.775 INFO STEP 56: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9367 | 2026-02-26T17:29:26.217Z | [ host-image] Feb 26 17:29:25.788 INFO O| Feb 26 17:29:25.788 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/usr/sbin/beadm" |
| 9368 | 2026-02-26T17:29:26.217Z | [ host-image] Feb 26 17:29:25.789 INFO O| Feb 26 17:29:25.788 INFO STEP 56 (remove_files) COMPLETE |
| 9369 | 2026-02-26T17:29:26.217Z | [ host-image] Feb 26 17:29:25.789 INFO O| Feb 26 17:29:25.789 INFO STEP 57: remove_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9370 | 2026-02-26T17:29:26.217Z | [ host-image] Feb 26 17:29:25.802 INFO O| Feb 26 17:29:25.802 INFO remove file: "/rpool/images/build/host/work/sled/ramdisk/etc/default/tar" |
| 9371 | 2026-02-26T17:29:26.217Z | [ host-image] Feb 26 17:29:25.802 INFO O| Feb 26 17:29:25.802 INFO STEP 57 (remove_files) COMPLETE |
| 9372 | 2026-02-26T17:29:26.217Z | [ host-image] Feb 26 17:29:25.802 INFO O| Feb 26 17:29:25.802 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9373 | 2026-02-26T17:29:26.241Z | [ host-image] Feb 26 17:29:25.822 INFO O| Feb 26 17:29:25.822 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap exists, with wrong contents, unlinking |
| 9374 | 2026-02-26T17:29:26.242Z | [ host-image] Feb 26 17:29:25.823 INFO O| Feb 26 17:29:25.823 INFO writing /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap ... |
| 9375 | 2026-02-26T17:29:26.242Z | [ host-image] Feb 26 17:29:25.823 INFO O| Feb 26 17:29:25.823 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9376 | 2026-02-26T17:29:26.242Z | [ host-image] Feb 26 17:29:25.823 INFO O| Feb 26 17:29:25.823 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9377 | 2026-02-26T17:29:26.242Z | [ host-image] Feb 26 17:29:25.823 INFO O| Feb 26 17:29:25.823 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9378 | 2026-02-26T17:29:26.242Z | [ host-image] Feb 26 17:29:25.823 INFO O| Feb 26 17:29:25.823 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/method/keymap |
| 9379 | 2026-02-26T17:29:26.242Z | [ host-image] Feb 26 17:29:25.823 INFO O| Feb 26 17:29:25.823 INFO ok! |
| 9380 | 2026-02-26T17:29:26.242Z | [ host-image] Feb 26 17:29:25.823 INFO O| Feb 26 17:29:25.823 INFO STEP 58 (ensure_file) COMPLETE |
| 9381 | 2026-02-26T17:29:26.242Z | [ host-image] Feb 26 17:29:25.823 INFO O| Feb 26 17:29:25.823 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9382 | 2026-02-26T17:29:26.266Z | [ host-image] Feb 26 17:29:25.837 INFO O| Feb 26 17:29:25.837 WARN file /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk exists, with wrong contents, unlinking |
| 9383 | 2026-02-26T17:29:26.266Z | [ host-image] Feb 26 17:29:25.837 INFO O| Feb 26 17:29:25.837 INFO copying /work/oxidecomputer/helios/image/templates/files/rootisramdisk -> /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk ... |
| 9384 | 2026-02-26T17:29:26.266Z | [ host-image] Feb 26 17:29:25.837 INFO O| Feb 26 17:29:25.837 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9385 | 2026-02-26T17:29:26.266Z | [ host-image] Feb 26 17:29:25.837 INFO O| Feb 26 17:29:25.837 INFO chmod ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9386 | 2026-02-26T17:29:26.266Z | [ host-image] Feb 26 17:29:25.837 INFO O| Feb 26 17:29:25.837 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9387 | 2026-02-26T17:29:26.266Z | [ host-image] Feb 26 17:29:25.837 INFO O| Feb 26 17:29:25.837 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/lib/svc/bin/rootisramdisk |
| 9388 | 2026-02-26T17:29:26.266Z | [ host-image] Feb 26 17:29:25.837 INFO O| Feb 26 17:29:25.837 INFO ok! |
| 9389 | 2026-02-26T17:29:26.266Z | [ host-image] Feb 26 17:29:25.837 INFO O| Feb 26 17:29:25.837 INFO STEP 59 (ensure_file) COMPLETE |
| 9390 | 2026-02-26T17:29:26.266Z | [ host-image] Feb 26 17:29:25.837 INFO O| Feb 26 17:29:25.837 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9391 | 2026-02-26T17:29:26.266Z | [ host-image] Feb 26 17:29:25.858 INFO O| Feb 26 17:29:25.858 INFO file /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile does not exist |
| 9392 | 2026-02-26T17:29:26.266Z | [ host-image] Feb 26 17:29:25.859 INFO O| Feb 26 17:29:25.858 INFO copying /work/oxidecomputer/helios/image/templates/files/bash_profile -> /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile ... |
| 9393 | 2026-02-26T17:29:26.267Z | [ host-image] Feb 26 17:29:25.859 INFO O| Feb 26 17:29:25.859 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bash_profile |
| 9394 | 2026-02-26T17:29:26.267Z | [ host-image] Feb 26 17:29:25.859 INFO O| Feb 26 17:29:25.859 INFO ok! |
| 9395 | 2026-02-26T17:29:26.267Z | [ host-image] Feb 26 17:29:25.859 INFO O| Feb 26 17:29:25.859 INFO STEP 60 (ensure_file) COMPLETE |
| 9396 | 2026-02-26T17:29:26.267Z | [ host-image] Feb 26 17:29:25.859 INFO O| Feb 26 17:29:25.859 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9397 | 2026-02-26T17:29:26.291Z | [ host-image] Feb 26 17:29:25.879 INFO O| Feb 26 17:29:25.879 WARN file /rpool/images/build/host/work/sled/ramdisk/root/.bashrc exists, with wrong contents, unlinking |
| 9398 | 2026-02-26T17:29:26.291Z | [ host-image] Feb 26 17:29:25.879 INFO O| Feb 26 17:29:25.879 INFO copying /work/oxidecomputer/helios/image/templates/files/bashrc -> /rpool/images/build/host/work/sled/ramdisk/root/.bashrc ... |
| 9399 | 2026-02-26T17:29:26.291Z | [ host-image] Feb 26 17:29:25.879 INFO O| Feb 26 17:29:25.879 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/root/.bashrc |
| 9400 | 2026-02-26T17:29:26.291Z | [ host-image] Feb 26 17:29:25.879 INFO O| Feb 26 17:29:25.879 INFO ok! |
| 9401 | 2026-02-26T17:29:26.291Z | [ host-image] Feb 26 17:29:25.879 INFO O| Feb 26 17:29:25.879 INFO STEP 61 (ensure_file) COMPLETE |
| 9402 | 2026-02-26T17:29:26.291Z | [ host-image] Feb 26 17:29:25.879 INFO O| Feb 26 17:29:25.879 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9403 | 2026-02-26T17:29:26.316Z | [ host-image] Feb 26 17:29:25.897 INFO O| Feb 26 17:29:25.897 WARN file /rpool/images/build/host/work/sled/ramdisk/etc/motd exists, with wrong contents, unlinking |
| 9404 | 2026-02-26T17:29:26.316Z | [ host-image] Feb 26 17:29:25.897 INFO O| Feb 26 17:29:25.897 INFO copying /work/oxidecomputer/helios/image/templates/files/motd -> /rpool/images/build/host/work/sled/ramdisk/etc/motd ... |
| 9405 | 2026-02-26T17:29:26.316Z | [ host-image] Feb 26 17:29:25.898 INFO O| Feb 26 17:29:25.897 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9406 | 2026-02-26T17:29:26.316Z | [ host-image] Feb 26 17:29:25.898 INFO O| Feb 26 17:29:25.897 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/motd |
| 9407 | 2026-02-26T17:29:26.316Z | [ host-image] Feb 26 17:29:25.898 INFO O| Feb 26 17:29:25.898 INFO ok! |
| 9408 | 2026-02-26T17:29:26.316Z | [ host-image] Feb 26 17:29:25.898 INFO O| Feb 26 17:29:25.898 INFO STEP 62 (ensure_file) COMPLETE |
| 9409 | 2026-02-26T17:29:26.316Z | [ host-image] Feb 26 17:29:25.898 INFO O| Feb 26 17:29:25.898 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9410 | 2026-02-26T17:29:26.340Z | [ host-image] Feb 26 17:29:25.913 INFO O| Feb 26 17:29:25.913 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf does not exist |
| 9411 | 2026-02-26T17:29:26.340Z | [ host-image] Feb 26 17:29:25.913 INFO O| Feb 26 17:29:25.913 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-system-zfs:dbuf -> /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf ... |
| 9412 | 2026-02-26T17:29:26.340Z | [ host-image] Feb 26 17:29:25.913 INFO O| Feb 26 17:29:25.913 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9413 | 2026-02-26T17:29:26.341Z | [ host-image] Feb 26 17:29:25.913 INFO O| Feb 26 17:29:25.913 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/zfs:dbuf |
| 9414 | 2026-02-26T17:29:26.341Z | [ host-image] Feb 26 17:29:25.913 INFO O| Feb 26 17:29:25.913 INFO ok! |
| 9415 | 2026-02-26T17:29:26.341Z | [ host-image] Feb 26 17:29:25.913 INFO O| Feb 26 17:29:25.913 INFO STEP 63 (ensure_file) COMPLETE |
| 9416 | 2026-02-26T17:29:26.341Z | [ host-image] Feb 26 17:29:25.914 INFO O| Feb 26 17:29:25.913 INFO STEP 64: assemble_files, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9417 | 2026-02-26T17:29:26.341Z | [ host-image] Feb 26 17:29:25.932 INFO O| Feb 26 17:29:25.931 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly does not exist |
| 9418 | 2026-02-26T17:29:26.341Z | [ host-image] Feb 26 17:29:25.932 INFO O| Feb 26 17:29:25.931 INFO writing /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly ... |
| 9419 | 2026-02-26T17:29:26.341Z | [ host-image] Feb 26 17:29:25.932 INFO O| Feb 26 17:29:25.932 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/ramdisk/etc/system.d/.self-assembly |
| 9420 | 2026-02-26T17:29:26.341Z | [ host-image] Feb 26 17:29:25.932 INFO O| Feb 26 17:29:25.932 INFO ok! |
| 9421 | 2026-02-26T17:29:26.341Z | [ host-image] Feb 26 17:29:25.932 INFO O| Feb 26 17:29:25.932 INFO STEP 64 (assemble_files) COMPLETE |
| 9422 | 2026-02-26T17:29:26.341Z | [ host-image] Feb 26 17:29:25.932 INFO O| Feb 26 17:29:25.932 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9423 | 2026-02-26T17:29:26.367Z | [ host-image] Feb 26 17:29:25.947 INFO O| Feb 26 17:29:25.947 INFO file /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf does not exist |
| 9424 | 2026-02-26T17:29:26.367Z | [ host-image] Feb 26 17:29:25.947 INFO O| Feb 26 17:29:25.947 INFO copying /work/oxidecomputer/helios/image/templates/files/dumpadm.conf -> /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf ... |
| 9425 | 2026-02-26T17:29:26.367Z | [ host-image] Feb 26 17:29:25.947 INFO O| Feb 26 17:29:25.947 INFO ownership wrong (Id(0):Id(0), not 0:1), path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9426 | 2026-02-26T17:29:26.367Z | [ host-image] Feb 26 17:29:25.947 INFO O| Feb 26 17:29:25.947 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/etc/dumpadm.conf |
| 9427 | 2026-02-26T17:29:26.367Z | [ host-image] Feb 26 17:29:25.947 INFO O| Feb 26 17:29:25.947 INFO ok! |
| 9428 | 2026-02-26T17:29:26.367Z | [ host-image] Feb 26 17:29:25.947 INFO O| Feb 26 17:29:25.947 INFO STEP 65 (ensure_file) COMPLETE |
| 9429 | 2026-02-26T17:29:26.367Z | [ host-image] Feb 26 17:29:25.947 INFO O| Feb 26 17:29:25.947 INFO STEP 66: ensure_dir, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9430 | 2026-02-26T17:29:26.392Z | [ host-image] Feb 26 17:29:25.966 INFO O| Feb 26 17:29:25.966 INFO creating directory: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9431 | 2026-02-26T17:29:26.392Z | [ host-image] Feb 26 17:29:25.966 INFO O| Feb 26 17:29:25.966 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9432 | 2026-02-26T17:29:26.392Z | [ host-image] Feb 26 17:29:25.966 INFO O| Feb 26 17:29:25.966 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline |
| 9433 | 2026-02-26T17:29:26.392Z | [ host-image] Feb 26 17:29:25.966 INFO O| Feb 26 17:29:25.966 INFO STEP 66 (ensure_dir) COMPLETE |
| 9434 | 2026-02-26T17:29:26.392Z | [ host-image] Feb 26 17:29:25.967 INFO O| Feb 26 17:29:25.966 INFO STEP 67: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9435 | 2026-02-26T17:29:26.417Z | [ host-image] Feb 26 17:29:25.988 INFO O| Feb 26 17:29:25.987 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz does not exist |
| 9436 | 2026-02-26T17:29:26.417Z | [ host-image] Feb 26 17:29:25.988 INFO O| Feb 26 17:29:25.988 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 ... |
| 9437 | 2026-02-26T17:29:26.417Z | [ host-image] Feb 26 17:29:25.997 INFO O| Feb 26 17:29:25.997 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 |
| 9438 | 2026-02-26T17:29:26.417Z | [ host-image] Feb 26 17:29:25.998 INFO O| Feb 26 17:29:25.997 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/files.tar.gz |
| 9439 | 2026-02-26T17:29:26.417Z | [ host-image] Feb 26 17:29:25.998 INFO O| Feb 26 17:29:25.997 INFO ok! |
| 9440 | 2026-02-26T17:29:26.417Z | [ host-image] Feb 26 17:29:25.998 INFO O| Feb 26 17:29:25.997 INFO STEP 67 (ensure_file) COMPLETE |
| 9441 | 2026-02-26T17:29:26.417Z | [ host-image] Feb 26 17:29:25.998 INFO O| Feb 26 17:29:25.997 INFO STEP 68: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9442 | 2026-02-26T17:29:26.442Z | [ host-image] Feb 26 17:29:26.016 INFO O| Feb 26 17:29:26.016 INFO file /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt does not exist |
| 9443 | 2026-02-26T17:29:26.442Z | [ host-image] Feb 26 17:29:26.016 INFO O| Feb 26 17:29:26.016 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 ... |
| 9444 | 2026-02-26T17:29:26.442Z | [ host-image] Feb 26 17:29:26.017 INFO O| Feb 26 17:29:26.017 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 |
| 9445 | 2026-02-26T17:29:26.442Z | [ host-image] Feb 26 17:29:26.017 INFO O| Feb 26 17:29:26.017 INFO chown ok, path: /rpool/images/build/host/work/sled/ramdisk/usr/lib/brand/omicron1/baseline/gzonly.txt |
| 9446 | 2026-02-26T17:29:26.442Z | [ host-image] Feb 26 17:29:26.017 INFO O| Feb 26 17:29:26.017 INFO ok! |
| 9447 | 2026-02-26T17:29:26.442Z | [ host-image] Feb 26 17:29:26.017 INFO O| Feb 26 17:29:26.017 INFO STEP 68 (ensure_file) COMPLETE |
| 9448 | 2026-02-26T17:29:26.442Z | [ host-image] Feb 26 17:29:26.017 INFO O| Feb 26 17:29:26.017 INFO STEP 69: pack_tar, from: /work/oxidecomputer/helios/image/templates/sled/ramdisk-02-trim.json |
| 9449 | 2026-02-26T17:29:26.466Z | [ host-image] Feb 26 17:29:26.044 INFO O| Feb 26 17:29:26.044 INFO file /rpool/images/build/host/output/sled-ramdisk.tar does not already exist, skipping removal |
| 9450 | 2026-02-26T17:29:26.466Z | [ host-image] Feb 26 17:29:26.044 INFO O| Feb 26 17:29:26.044 INFO exec: ["/usr/sbin/tar", "ceEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/ramdisk", "."] |
| 9451 | 2026-02-26T17:29:29.398Z | [ host-image] Feb 26 17:29:28.990 INFO O| Feb 26 17:29:28.990 INFO STEP 69 (pack_tar) COMPLETE |
| 9452 | 2026-02-26T17:29:29.422Z | [ host-image] Feb 26 17:29:28.990 INFO O| Feb 26 17:29:28.990 INFO creating output snapshot rpool/images/build/host/work/sled/ramdisk@trim |
| 9453 | 2026-02-26T17:29:29.422Z | [ host-image] Feb 26 17:29:28.990 INFO O| Feb 26 17:29:28.990 INFO CREATE SNAPSHOT: rpool/images/build/host/work/sled/ramdisk@trim |
| 9454 | 2026-02-26T17:29:29.630Z | [ host-image] Feb 26 17:29:29.224 INFO O| Feb 26 17:29:29.224 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/ramdisk-02-trim |
| 9455 | 2026-02-26T17:29:29.713Z | [ host-image] Feb 26 17:29:29.307 INFO O| Feb 26 17:29:29.307 INFO completed processing sled/ramdisk-02-trim |
| 9456 | 2026-02-26T17:29:29.737Z | [ host-image] Feb 26 17:29:29.311 INFO image builder template: zfs... |
| 9457 | 2026-02-26T17:29:29.737Z | [ host-image] Feb 26 17:29:29.311 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/.tmpVgPXRo/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 |
| 9458 | 2026-02-26T17:29:29.761Z | [ host-image] Feb 26 17:29:29.336 INFO O| Feb 26 17:29:29.336 INFO skip include "stress" because feature "stress" is not enabled |
| 9459 | 2026-02-26T17:29:29.761Z | [ host-image] Feb 26 17:29:29.337 INFO O| Feb 26 17:29:29.336 INFO skip include "stress" because feature "compliance" is not enabled |
| 9460 | 2026-02-26T17:29:29.809Z | [ host-image] Feb 26 17:29:29.404 INFO O| Feb 26 17:29:29.403 INFO temporary dataset: rpool/images/build/host/tmp/sled/zfs |
| 9461 | 2026-02-26T17:29:29.833Z | [ host-image] Feb 26 17:29:29.413 INFO O| Feb 26 17:29:29.413 INFO CREATE DATASET: rpool/images/build/host/tmp/sled/zfs |
| 9462 | 2026-02-26T17:29:29.866Z | [ host-image] Feb 26 17:29:29.461 INFO O| Feb 26 17:29:29.461 INFO SET DATASET PROPERTY ON rpool/images/build/host/tmp/sled/zfs: sync = disabled |
| 9463 | 2026-02-26T17:29:29.901Z | [ host-image] Feb 26 17:29:29.496 INFO O| Feb 26 17:29:29.496 INFO temporary directory: /rpool/images/build/host/tmp/sled/zfs |
| 9464 | 2026-02-26T17:29:29.901Z | [ host-image] Feb 26 17:29:29.496 INFO O| Feb 26 17:29:29.496 INFO work dataset: rpool/images/build/host/work/sled/zfs |
| 9465 | 2026-02-26T17:29:29.925Z | [ host-image] Feb 26 17:29:29.501 INFO O| Feb 26 17:29:29.501 INFO CREATE DATASET: rpool/images/build/host/work/sled/zfs |
| 9466 | 2026-02-26T17:29:29.949Z | [ host-image] Feb 26 17:29:29.539 INFO O| Feb 26 17:29:29.539 INFO SET DATASET PROPERTY ON rpool/images/build/host/work/sled/zfs: sync = disabled |
| 9467 | 2026-02-26T17:29:29.974Z | [ host-image] Feb 26 17:29:29.563 INFO O| Feb 26 17:29:29.563 INFO DESTROY POOL: TEMPORARY-sled-zfs |
| 9468 | 2026-02-26T17:29:29.998Z | [ host-image] Feb 26 17:29:29.575 INFO O| Feb 26 17:29:29.575 INFO image file: /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9469 | 2026-02-26T17:29:29.998Z | [ host-image] Feb 26 17:29:29.581 INFO O| Feb 26 17:29:29.581 INFO pool altroot: /rpool/images/build/host/work/sled/zfs/altroot |
| 9470 | 2026-02-26T17:29:29.998Z | [ host-image] Feb 26 17:29:29.581 INFO O| Feb 26 17:29:29.581 INFO no lofi found |
| 9471 | 2026-02-26T17:29:29.998Z | [ host-image] Feb 26 17:29:29.582 INFO O| Feb 26 17:29:29.582 INFO file /rpool/images/build/host/work/sled/zfs/lofi.raw does not already exist, skipping removal |
| 9472 | 2026-02-26T17:29:29.998Z | [ host-image] Feb 26 17:29:29.582 INFO O| Feb 26 17:29:29.582 INFO CREATE IMAGE (1050MB): /rpool/images/build/host/work/sled/zfs/lofi.raw |
| 9473 | 2026-02-26T17:29:31.408Z | [ host-image] Feb 26 17:29:31.002 INFO O| Feb 26 17:29:31.002 INFO lofi device = /dev/dsk/c3t1d0p0 |
| 9474 | 2026-02-26T17:29:31.408Z | [ host-image] Feb 26 17:29:31.003 INFO O| Feb 26 17:29:31.002 INFO pool device = /dev/dsk/c3t1d0p0 |
| 9475 | 2026-02-26T17:29:31.432Z | [ host-image] Feb 26 17:29:31.003 INFO O| Feb 26 17:29:31.003 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"] |
| 9476 | 2026-02-26T17:29:31.536Z | [ host-image] Feb 26 17:29:31.131 INFO O| Feb 26 17:29:31.131 INFO STEP 0: create_be, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9477 | 2026-02-26T17:29:31.537Z | [ host-image] Feb 26 17:29:31.131 INFO O| Feb 26 17:29:31.131 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT |
| 9478 | 2026-02-26T17:29:31.569Z | [ host-image] Feb 26 17:29:31.164 INFO O| Feb 26 17:29:31.163 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: canmount = off |
| 9479 | 2026-02-26T17:29:31.668Z | [ host-image] Feb 26 17:29:31.263 INFO O| Feb 26 17:29:31.263 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT: mountpoint = legacy |
| 9480 | 2026-02-26T17:29:31.715Z | [ host-image] Feb 26 17:29:31.310 INFO O| Feb 26 17:29:31.309 INFO CREATE DATASET: TEMPORARY-sled-zfs/ROOT/ramdisk |
| 9481 | 2026-02-26T17:29:31.748Z | [ host-image] Feb 26 17:29:31.332 INFO O| Feb 26 17:29:31.332 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: canmount = noauto |
| 9482 | 2026-02-26T17:29:31.773Z | [ host-image] Feb 26 17:29:31.350 INFO O| Feb 26 17:29:31.350 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: mountpoint = legacy |
| 9483 | 2026-02-26T17:29:31.815Z | [ host-image] Feb 26 17:29:31.409 INFO O| Feb 26 17:29:31.409 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a |
| 9484 | 2026-02-26T17:29:31.815Z | [ host-image] Feb 26 17:29:31.409 INFO O| Feb 26 17:29:31.409 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a |
| 9485 | 2026-02-26T17:29:31.815Z | [ host-image] Feb 26 17:29:31.410 INFO O| Feb 26 17:29:31.409 INFO exec: ["/sbin/mount", "-F", "zfs", "TEMPORARY-sled-zfs/ROOT/ramdisk", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9486 | 2026-02-26T17:29:31.839Z | [ host-image] Feb 26 17:29:31.423 INFO O| Feb 26 17:29:31.423 INFO boot environment UUID: c7b35879-e7d4-4f87-bf06-e89c37b2b50f |
| 9487 | 2026-02-26T17:29:31.839Z | [ host-image] Feb 26 17:29:31.423 INFO O| Feb 26 17:29:31.423 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:uuid = c7b35879-e7d4-4f87-bf06-e89c37b2b50f |
| 9488 | 2026-02-26T17:29:31.864Z | [ host-image] Feb 26 17:29:31.440 INFO O| Feb 26 17:29:31.440 INFO SET DATASET PROPERTY ON TEMPORARY-sled-zfs/ROOT/ramdisk: org.opensolaris.libbe:policy = static |
| 9489 | 2026-02-26T17:29:31.888Z | [ host-image] Feb 26 17:29:31.459 INFO O| Feb 26 17:29:31.459 INFO STEP 0 (create_be) COMPLETE |
| 9490 | 2026-02-26T17:29:31.888Z | [ host-image] Feb 26 17:29:31.459 INFO O| Feb 26 17:29:31.459 INFO STEP 1: unpack_tar, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9491 | 2026-02-26T17:29:31.912Z | [ host-image] Feb 26 17:29:31.483 INFO O| Feb 26 17:29:31.483 INFO exec: ["/usr/sbin/tar", "xeEp@/f", "/rpool/images/build/host/output/sled-ramdisk.tar", "-C", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9492 | 2026-02-26T17:29:46.881Z | [ recovery-image] Feb 26 17:29:46.476 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) |
| 9493 | 2026-02-26T17:29:53.800Z | [ recovery-image] Feb 26 17:29:53.393 INFO E| Compiling bitflags v1.3.2 |
| 9494 | 2026-02-26T17:29:53.800Z | [ recovery-image] Feb 26 17:29:53.394 INFO E| Compiling plain v0.2.3 |
| 9495 | 2026-02-26T17:29:53.800Z | [ recovery-image] Feb 26 17:29:53.395 INFO E| Compiling adler2 v2.0.1 |
| 9496 | 2026-02-26T17:29:53.800Z | [ recovery-image] Feb 26 17:29:53.395 INFO E| Compiling bitflags v2.10.0 |
| 9497 | 2026-02-26T17:29:53.800Z | [ recovery-image] Feb 26 17:29:53.395 INFO E| Compiling scroll v0.13.0 |
| 9498 | 2026-02-26T17:29:53.800Z | [ recovery-image] Feb 26 17:29:53.395 INFO E| Compiling bit_field v0.10.3 |
| 9499 | 2026-02-26T17:29:53.800Z | [ recovery-image] Feb 26 17:29:53.395 INFO E| Compiling log v0.4.29 |
| 9500 | 2026-02-26T17:29:54.083Z | [ recovery-image] Feb 26 17:29:53.678 INFO E| Compiling raw-cpuid v10.7.0 |
| 9501 | 2026-02-26T17:29:54.305Z | [ recovery-image] Feb 26 17:29:53.901 INFO E| Compiling miniz_oxide v0.9.0 |
| 9502 | 2026-02-26T17:29:54.745Z | [ recovery-image] Feb 26 17:29:54.340 INFO E| Compiling cpio_reader v0.1.2 |
| 9503 | 2026-02-26T17:29:54.769Z | [ host-image] Feb 26 17:29:54.365 INFO O| Feb 26 17:29:54.365 INFO STEP 1 (unpack_tar) COMPLETE |
| 9504 | 2026-02-26T17:29:54.769Z | [ host-image] Feb 26 17:29:54.365 INFO O| Feb 26 17:29:54.365 INFO STEP 2: devfsadm, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9505 | 2026-02-26T17:29:54.795Z | [ recovery-image] Feb 26 17:29:54.369 INFO E| Compiling bitstruct v0.1.1 |
| 9506 | 2026-02-26T17:29:54.796Z | [ host-image] Feb 26 17:29:54.383 INFO O| Feb 26 17:29:54.383 INFO exec: ["/usr/sbin/devfsadm", "-r", "/rpool/images/build/host/work/sled/zfs/a"] |
| 9507 | 2026-02-26T17:29:55.092Z | [ recovery-image] Feb 26 17:29:54.686 INFO E| Compiling static_assertions v1.1.0 |
| 9508 | 2026-02-26T17:29:55.416Z | [ recovery-image] Feb 26 17:29:55.012 INFO E| Compiling goblin v0.10.4 |
| 9509 | 2026-02-26T17:29:55.505Z | [ host-image] Feb 26 17:29:55.101 INFO O| Feb 26 17:29:55.101 INFO STEP 2 (devfsadm) COMPLETE |
| 9510 | 2026-02-26T17:29:55.506Z | [ host-image] Feb 26 17:29:55.101 INFO O| Feb 26 17:29:55.101 INFO STEP 3: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9511 | 2026-02-26T17:29:55.530Z | [ host-image] Feb 26 17:29:55.119 INFO O| Feb 26 17:29:55.119 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9512 | 2026-02-26T17:29:55.530Z | [ host-image] Feb 26 17:29:55.119 INFO O| Feb 26 17:29:55.119 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9513 | 2026-02-26T17:29:55.530Z | [ host-image] Feb 26 17:29:55.119 INFO O| Feb 26 17:29:55.119 INFO STEP 3 (ensure_dir) COMPLETE |
| 9514 | 2026-02-26T17:29:55.530Z | [ host-image] Feb 26 17:29:55.119 INFO O| Feb 26 17:29:55.119 INFO STEP 4: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9515 | 2026-02-26T17:29:55.555Z | [ host-image] Feb 26 17:29:55.135 INFO O| Feb 26 17:29:55.135 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9516 | 2026-02-26T17:29:55.555Z | [ host-image] Feb 26 17:29:55.136 INFO O| Feb 26 17:29:55.135 INFO STEP 4 (ensure_dir) COMPLETE |
| 9517 | 2026-02-26T17:29:55.555Z | [ host-image] Feb 26 17:29:55.136 INFO O| Feb 26 17:29:55.135 INFO STEP 5: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9518 | 2026-02-26T17:29:55.579Z | [ host-image] Feb 26 17:29:55.153 INFO O| Feb 26 17:29:55.153 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9519 | 2026-02-26T17:29:55.579Z | [ host-image] Feb 26 17:29:55.153 INFO O| Feb 26 17:29:55.153 INFO STEP 5 (ensure_dir) COMPLETE |
| 9520 | 2026-02-26T17:29:55.579Z | [ host-image] Feb 26 17:29:55.153 INFO O| Feb 26 17:29:55.153 INFO STEP 6: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9521 | 2026-02-26T17:29:55.579Z | [ host-image] Feb 26 17:29:55.170 INFO O| Feb 26 17:29:55.169 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9522 | 2026-02-26T17:29:55.579Z | [ host-image] Feb 26 17:29:55.170 INFO O| Feb 26 17:29:55.170 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9523 | 2026-02-26T17:29:55.579Z | [ host-image] Feb 26 17:29:55.170 INFO O| Feb 26 17:29:55.170 INFO STEP 6 (ensure_dir) COMPLETE |
| 9524 | 2026-02-26T17:29:55.579Z | [ host-image] Feb 26 17:29:55.170 INFO O| Feb 26 17:29:55.170 INFO STEP 7: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9525 | 2026-02-26T17:29:55.604Z | [ host-image] Feb 26 17:29:55.193 INFO O| Feb 26 17:29:55.193 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9526 | 2026-02-26T17:29:55.604Z | [ host-image] Feb 26 17:29:55.193 INFO O| Feb 26 17:29:55.193 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9527 | 2026-02-26T17:29:55.604Z | [ host-image] Feb 26 17:29:55.193 INFO O| Feb 26 17:29:55.193 INFO STEP 7 (ensure_dir) COMPLETE |
| 9528 | 2026-02-26T17:29:55.604Z | [ host-image] Feb 26 17:29:55.193 INFO O| Feb 26 17:29:55.193 INFO STEP 8: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9529 | 2026-02-26T17:29:55.628Z | [ host-image] Feb 26 17:29:55.215 INFO O| Feb 26 17:29:55.215 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/cfg" |
| 9530 | 2026-02-26T17:29:55.628Z | [ host-image] Feb 26 17:29:55.215 INFO O| Feb 26 17:29:55.215 INFO STEP 8 (remove_files) COMPLETE |
| 9531 | 2026-02-26T17:29:55.628Z | [ host-image] Feb 26 17:29:55.215 INFO O| Feb 26 17:29:55.215 INFO STEP 9: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9532 | 2026-02-26T17:29:55.653Z | [ host-image] Feb 26 17:29:55.232 INFO O| Feb 26 17:29:55.232 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/dsk" |
| 9533 | 2026-02-26T17:29:55.653Z | [ host-image] Feb 26 17:29:55.234 INFO O| Feb 26 17:29:55.234 INFO STEP 9 (remove_files) COMPLETE |
| 9534 | 2026-02-26T17:29:55.653Z | [ host-image] Feb 26 17:29:55.234 INFO O| Feb 26 17:29:55.234 INFO STEP 10: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9535 | 2026-02-26T17:29:55.678Z | [ host-image] Feb 26 17:29:55.250 INFO O| Feb 26 17:29:55.250 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/rdsk" |
| 9536 | 2026-02-26T17:29:55.678Z | [ host-image] Feb 26 17:29:55.252 INFO O| Feb 26 17:29:55.252 INFO STEP 10 (remove_files) COMPLETE |
| 9537 | 2026-02-26T17:29:55.678Z | [ host-image] Feb 26 17:29:55.253 INFO O| Feb 26 17:29:55.252 INFO STEP 11: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9538 | 2026-02-26T17:29:55.678Z | [ host-image] Feb 26 17:29:55.268 INFO O| Feb 26 17:29:55.268 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/sensors" |
| 9539 | 2026-02-26T17:29:55.678Z | [ host-image] Feb 26 17:29:55.268 INFO O| Feb 26 17:29:55.268 INFO STEP 11 (remove_files) COMPLETE |
| 9540 | 2026-02-26T17:29:55.678Z | [ host-image] Feb 26 17:29:55.269 INFO O| Feb 26 17:29:55.268 INFO STEP 12: remove_files, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9541 | 2026-02-26T17:29:55.703Z | [ host-image] Feb 26 17:29:55.287 INFO O| Feb 26 17:29:55.287 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/dev/usb" |
| 9542 | 2026-02-26T17:29:55.703Z | [ host-image] Feb 26 17:29:55.287 INFO O| Feb 26 17:29:55.287 INFO STEP 12 (remove_files) COMPLETE |
| 9543 | 2026-02-26T17:29:55.703Z | [ host-image] Feb 26 17:29:55.287 INFO O| Feb 26 17:29:55.287 INFO STEP 13: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9544 | 2026-02-26T17:29:55.728Z | [ host-image] Feb 26 17:29:55.304 INFO O| Feb 26 17:29:55.304 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9545 | 2026-02-26T17:29:55.728Z | [ host-image] Feb 26 17:29:55.304 INFO O| Feb 26 17:29:55.304 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/cfg |
| 9546 | 2026-02-26T17:29:55.728Z | [ host-image] Feb 26 17:29:55.304 INFO O| Feb 26 17:29:55.304 INFO STEP 13 (ensure_dir) COMPLETE |
| 9547 | 2026-02-26T17:29:55.728Z | [ host-image] Feb 26 17:29:55.304 INFO O| Feb 26 17:29:55.304 INFO STEP 14: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9548 | 2026-02-26T17:29:55.728Z | [ host-image] Feb 26 17:29:55.320 INFO O| Feb 26 17:29:55.320 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9549 | 2026-02-26T17:29:55.728Z | [ host-image] Feb 26 17:29:55.320 INFO O| Feb 26 17:29:55.320 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9550 | 2026-02-26T17:29:55.728Z | [ host-image] Feb 26 17:29:55.320 INFO O| Feb 26 17:29:55.320 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/dsk |
| 9551 | 2026-02-26T17:29:55.728Z | [ host-image] Feb 26 17:29:55.321 INFO O| Feb 26 17:29:55.320 INFO STEP 14 (ensure_dir) COMPLETE |
| 9552 | 2026-02-26T17:29:55.728Z | [ host-image] Feb 26 17:29:55.321 INFO O| Feb 26 17:29:55.320 INFO STEP 15: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9553 | 2026-02-26T17:29:55.752Z | [ host-image] Feb 26 17:29:55.339 INFO O| Feb 26 17:29:55.339 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9554 | 2026-02-26T17:29:55.752Z | [ host-image] Feb 26 17:29:55.339 INFO O| Feb 26 17:29:55.339 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9555 | 2026-02-26T17:29:55.752Z | [ host-image] Feb 26 17:29:55.339 INFO O| Feb 26 17:29:55.339 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/dev/rdsk |
| 9556 | 2026-02-26T17:29:55.752Z | [ host-image] Feb 26 17:29:55.339 INFO O| Feb 26 17:29:55.339 INFO STEP 15 (ensure_dir) COMPLETE |
| 9557 | 2026-02-26T17:29:55.752Z | [ host-image] Feb 26 17:29:55.339 INFO O| Feb 26 17:29:55.339 INFO STEP 16: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9558 | 2026-02-26T17:29:55.777Z | [ host-image] Feb 26 17:29:55.361 INFO O| Feb 26 17:29:55.360 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9559 | 2026-02-26T17:29:55.777Z | [ host-image] Feb 26 17:29:55.361 INFO O| Feb 26 17:29:55.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/sensors |
| 9560 | 2026-02-26T17:29:55.777Z | [ host-image] Feb 26 17:29:55.361 INFO O| Feb 26 17:29:55.361 INFO STEP 16 (ensure_dir) COMPLETE |
| 9561 | 2026-02-26T17:29:55.777Z | [ host-image] Feb 26 17:29:55.361 INFO O| Feb 26 17:29:55.361 INFO STEP 17: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9562 | 2026-02-26T17:29:55.801Z | [ host-image] Feb 26 17:29:55.379 INFO O| Feb 26 17:29:55.379 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9563 | 2026-02-26T17:29:55.801Z | [ host-image] Feb 26 17:29:55.379 INFO O| Feb 26 17:29:55.379 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/usb |
| 9564 | 2026-02-26T17:29:55.801Z | [ host-image] Feb 26 17:29:55.379 INFO O| Feb 26 17:29:55.379 INFO STEP 17 (ensure_dir) COMPLETE |
| 9565 | 2026-02-26T17:29:55.801Z | [ host-image] Feb 26 17:29:55.379 INFO O| Feb 26 17:29:55.379 INFO STEP 18: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9566 | 2026-02-26T17:29:55.801Z | [ host-image] Feb 26 17:29:55.396 INFO O| Feb 26 17:29:55.396 INFO link target ok (../devices/pseudo/sysmsg@0:msglog) |
| 9567 | 2026-02-26T17:29:55.802Z | [ host-image] Feb 26 17:29:55.396 INFO O| Feb 26 17:29:55.396 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/dev/msglog |
| 9568 | 2026-02-26T17:29:55.802Z | [ host-image] Feb 26 17:29:55.396 INFO O| Feb 26 17:29:55.396 INFO ok! |
| 9569 | 2026-02-26T17:29:55.802Z | [ host-image] Feb 26 17:29:55.396 INFO O| Feb 26 17:29:55.396 INFO STEP 18 (ensure_symlink) COMPLETE |
| 9570 | 2026-02-26T17:29:55.802Z | [ host-image] Feb 26 17:29:55.396 INFO O| Feb 26 17:29:55.396 INFO STEP 19: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/devfs.json |
| 9571 | 2026-02-26T17:29:55.826Z | [ host-image] Feb 26 17:29:55.414 INFO O| Feb 26 17:29:55.414 INFO file /rpool/images/build/host/work/sled/zfs/a/reconfigure exists, with correct contents |
| 9572 | 2026-02-26T17:29:55.826Z | [ host-image] Feb 26 17:29:55.414 INFO O| Feb 26 17:29:55.414 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/reconfigure |
| 9573 | 2026-02-26T17:29:55.826Z | [ host-image] Feb 26 17:29:55.414 INFO O| Feb 26 17:29:55.414 INFO ok! |
| 9574 | 2026-02-26T17:29:55.826Z | [ host-image] Feb 26 17:29:55.414 INFO O| Feb 26 17:29:55.414 INFO STEP 19 (ensure_file) COMPLETE |
| 9575 | 2026-02-26T17:29:55.826Z | [ host-image] Feb 26 17:29:55.414 INFO O| Feb 26 17:29:55.414 INFO STEP 20: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9576 | 2026-02-26T17:29:55.851Z | [ host-image] Feb 26 17:29:55.429 INFO O| Feb 26 17:29:55.429 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml does not exist |
| 9577 | 2026-02-26T17:29:55.851Z | [ host-image] Feb 26 17:29:55.430 INFO O| Feb 26 17:29:55.429 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml -> generic_limited_net.xml ... |
| 9578 | 2026-02-26T17:29:55.851Z | [ host-image] Feb 26 17:29:55.430 INFO O| Feb 26 17:29:55.430 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml |
| 9579 | 2026-02-26T17:29:55.851Z | [ host-image] Feb 26 17:29:55.430 INFO O| Feb 26 17:29:55.430 INFO ok! |
| 9580 | 2026-02-26T17:29:55.851Z | [ host-image] Feb 26 17:29:55.430 INFO O| Feb 26 17:29:55.430 INFO STEP 20 (ensure_symlink) COMPLETE |
| 9581 | 2026-02-26T17:29:55.851Z | [ host-image] Feb 26 17:29:55.430 INFO O| Feb 26 17:29:55.430 INFO STEP 21: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9582 | 2026-02-26T17:29:55.851Z | [ host-image] Feb 26 17:29:55.444 INFO O| Feb 26 17:29:55.444 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml does not exist |
| 9583 | 2026-02-26T17:29:55.851Z | [ host-image] Feb 26 17:29:55.444 INFO O| Feb 26 17:29:55.444 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml -> inetd_generic.xml ... |
| 9584 | 2026-02-26T17:29:55.851Z | [ host-image] Feb 26 17:29:55.444 INFO O| Feb 26 17:29:55.444 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/inetd_services.xml |
| 9585 | 2026-02-26T17:29:55.851Z | [ host-image] Feb 26 17:29:55.445 INFO O| Feb 26 17:29:55.444 INFO ok! |
| 9586 | 2026-02-26T17:29:55.851Z | [ host-image] Feb 26 17:29:55.445 INFO O| Feb 26 17:29:55.444 INFO STEP 21 (ensure_symlink) COMPLETE |
| 9587 | 2026-02-26T17:29:55.851Z | [ host-image] Feb 26 17:29:55.445 INFO O| Feb 26 17:29:55.444 INFO STEP 22: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9588 | 2026-02-26T17:29:55.876Z | [ host-image] Feb 26 17:29:55.462 INFO O| Feb 26 17:29:55.462 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml does not exist |
| 9589 | 2026-02-26T17:29:55.876Z | [ host-image] Feb 26 17:29:55.462 INFO O| Feb 26 17:29:55.462 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml -> platform_oxide.xml ... |
| 9590 | 2026-02-26T17:29:55.876Z | [ host-image] Feb 26 17:29:55.462 INFO O| Feb 26 17:29:55.462 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml |
| 9591 | 2026-02-26T17:29:55.876Z | [ host-image] Feb 26 17:29:55.462 INFO O| Feb 26 17:29:55.462 INFO ok! |
| 9592 | 2026-02-26T17:29:55.876Z | [ host-image] Feb 26 17:29:55.462 INFO O| Feb 26 17:29:55.462 INFO STEP 22 (ensure_symlink) COMPLETE |
| 9593 | 2026-02-26T17:29:55.876Z | [ host-image] Feb 26 17:29:55.462 INFO O| Feb 26 17:29:55.462 INFO STEP 23: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9594 | 2026-02-26T17:29:55.901Z | [ host-image] Feb 26 17:29:55.483 INFO O| Feb 26 17:29:55.483 INFO link /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml does not exist |
| 9595 | 2026-02-26T17:29:55.901Z | [ host-image] Feb 26 17:29:55.483 INFO O| Feb 26 17:29:55.483 INFO linking /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml -> ns_dns.xml ... |
| 9596 | 2026-02-26T17:29:55.901Z | [ host-image] Feb 26 17:29:55.483 INFO O| Feb 26 17:29:55.483 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/name_service.xml |
| 9597 | 2026-02-26T17:29:55.901Z | [ host-image] Feb 26 17:29:55.483 INFO O| Feb 26 17:29:55.483 INFO ok! |
| 9598 | 2026-02-26T17:29:55.901Z | [ host-image] Feb 26 17:29:55.483 INFO O| Feb 26 17:29:55.483 INFO STEP 23 (ensure_symlink) COMPLETE |
| 9599 | 2026-02-26T17:29:55.901Z | [ host-image] Feb 26 17:29:55.483 INFO O| Feb 26 17:29:55.483 INFO STEP 24: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9600 | 2026-02-26T17:29:55.925Z | [ host-image] Feb 26 17:29:55.500 INFO O| Feb 26 17:29:55.500 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf exists, with wrong contents, unlinking |
| 9601 | 2026-02-26T17:29:55.925Z | [ host-image] Feb 26 17:29:55.500 INFO O| Feb 26 17:29:55.500 INFO copying /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.dns -> /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf ... |
| 9602 | 2026-02-26T17:29:55.925Z | [ host-image] Feb 26 17:29:55.500 INFO O| Feb 26 17:29:55.500 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nsswitch.conf |
| 9603 | 2026-02-26T17:29:55.925Z | [ host-image] Feb 26 17:29:55.500 INFO O| Feb 26 17:29:55.500 INFO ok! |
| 9604 | 2026-02-26T17:29:55.926Z | [ host-image] Feb 26 17:29:55.500 INFO O| Feb 26 17:29:55.500 INFO STEP 24 (ensure_file) COMPLETE |
| 9605 | 2026-02-26T17:29:55.926Z | [ host-image] Feb 26 17:29:55.500 INFO O| Feb 26 17:29:55.500 INFO STEP 25: shadow, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9606 | 2026-02-26T17:29:55.926Z | [ host-image] Feb 26 17:29:55.517 INFO O| Feb 26 17:29:55.517 INFO updating shadow file |
| 9607 | 2026-02-26T17:29:55.926Z | [ host-image] Feb 26 17:29:55.518 INFO O| Feb 26 17:29:55.518 INFO ownership wrong (Id(0):Id(3), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9608 | 2026-02-26T17:29:55.926Z | [ host-image] Feb 26 17:29:55.518 INFO O| Feb 26 17:29:55.518 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9609 | 2026-02-26T17:29:55.926Z | [ host-image] Feb 26 17:29:55.518 INFO O| Feb 26 17:29:55.518 INFO STEP 25 (shadow) COMPLETE |
| 9610 | 2026-02-26T17:29:55.926Z | [ host-image] Feb 26 17:29:55.518 INFO O| Feb 26 17:29:55.518 INFO STEP 26: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9611 | 2026-02-26T17:29:55.950Z | [ host-image] Feb 26 17:29:55.543 INFO O| Feb 26 17:29:55.543 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts exists, with wrong contents, unlinking |
| 9612 | 2026-02-26T17:29:55.950Z | [ host-image] Feb 26 17:29:55.543 INFO O| Feb 26 17:29:55.543 INFO copying /work/oxidecomputer/helios/image/templates/files/hosts -> /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts ... |
| 9613 | 2026-02-26T17:29:55.950Z | [ host-image] Feb 26 17:29:55.543 INFO O| Feb 26 17:29:55.543 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/inet/hosts |
| 9614 | 2026-02-26T17:29:55.950Z | [ host-image] Feb 26 17:29:55.543 INFO O| Feb 26 17:29:55.543 INFO ok! |
| 9615 | 2026-02-26T17:29:55.950Z | [ host-image] Feb 26 17:29:55.543 INFO O| Feb 26 17:29:55.543 INFO STEP 26 (ensure_file) COMPLETE |
| 9616 | 2026-02-26T17:29:55.950Z | [ host-image] Feb 26 17:29:55.543 INFO O| Feb 26 17:29:55.543 INFO STEP 27: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9617 | 2026-02-26T17:29:55.975Z | [ host-image] Feb 26 17:29:55.560 INFO O| Feb 26 17:29:55.560 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/nodename does not exist |
| 9618 | 2026-02-26T17:29:55.975Z | [ host-image] Feb 26 17:29:55.560 INFO O| Feb 26 17:29:55.560 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/nodename ... |
| 9619 | 2026-02-26T17:29:55.975Z | [ host-image] Feb 26 17:29:55.560 INFO O| Feb 26 17:29:55.560 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/nodename |
| 9620 | 2026-02-26T17:29:55.975Z | [ host-image] Feb 26 17:29:55.560 INFO O| Feb 26 17:29:55.560 INFO ok! |
| 9621 | 2026-02-26T17:29:55.975Z | [ host-image] Feb 26 17:29:55.560 INFO O| Feb 26 17:29:55.560 INFO STEP 27 (ensure_file) COMPLETE |
| 9622 | 2026-02-26T17:29:55.975Z | [ host-image] Feb 26 17:29:55.560 INFO O| Feb 26 17:29:55.560 INFO STEP 28: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9623 | 2026-02-26T17:29:56.000Z | [ host-image] Feb 26 17:29:55.577 INFO O| Feb 26 17:29:55.577 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent exists, with wrong contents, unlinking |
| 9624 | 2026-02-26T17:29:56.000Z | [ host-image] Feb 26 17:29:55.577 INFO O| Feb 26 17:29:55.577 INFO copying /work/oxidecomputer/helios/image/templates/files/dhcpagent -> /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent ... |
| 9625 | 2026-02-26T17:29:56.000Z | [ host-image] Feb 26 17:29:55.577 INFO O| Feb 26 17:29:55.577 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9626 | 2026-02-26T17:29:56.000Z | [ host-image] Feb 26 17:29:55.577 INFO O| Feb 26 17:29:55.577 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/dhcpagent |
| 9627 | 2026-02-26T17:29:56.000Z | [ host-image] Feb 26 17:29:55.577 INFO O| Feb 26 17:29:55.577 INFO ok! |
| 9628 | 2026-02-26T17:29:56.000Z | [ host-image] Feb 26 17:29:55.577 INFO O| Feb 26 17:29:55.577 INFO STEP 28 (ensure_file) COMPLETE |
| 9629 | 2026-02-26T17:29:56.000Z | [ host-image] Feb 26 17:29:55.577 INFO O| Feb 26 17:29:55.577 INFO STEP 29: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9630 | 2026-02-26T17:29:56.025Z | [ host-image] Feb 26 17:29:55.595 INFO O| Feb 26 17:29:55.595 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf does not exist |
| 9631 | 2026-02-26T17:29:56.025Z | [ host-image] Feb 26 17:29:55.595 INFO O| Feb 26 17:29:55.595 INFO writing /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf ... |
| 9632 | 2026-02-26T17:29:56.025Z | [ host-image] Feb 26 17:29:55.595 INFO O| Feb 26 17:29:55.595 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/resolv.conf |
| 9633 | 2026-02-26T17:29:56.025Z | [ host-image] Feb 26 17:29:55.595 INFO O| Feb 26 17:29:55.595 INFO ok! |
| 9634 | 2026-02-26T17:29:56.025Z | [ host-image] Feb 26 17:29:55.595 INFO O| Feb 26 17:29:55.595 INFO STEP 29 (ensure_file) COMPLETE |
| 9635 | 2026-02-26T17:29:56.025Z | [ host-image] Feb 26 17:29:55.595 INFO O| Feb 26 17:29:55.595 INFO STEP 30: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9636 | 2026-02-26T17:29:56.025Z | [ host-image] Feb 26 17:29:55.612 INFO O| Feb 26 17:29:55.612 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9637 | 2026-02-26T17:29:56.025Z | [ host-image] Feb 26 17:29:55.613 INFO O| Feb 26 17:29:55.612 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9638 | 2026-02-26T17:29:56.025Z | [ host-image] Feb 26 17:29:55.613 INFO O| Feb 26 17:29:55.613 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide |
| 9639 | 2026-02-26T17:29:56.025Z | [ host-image] Feb 26 17:29:55.613 INFO O| Feb 26 17:29:55.613 INFO STEP 30 (ensure_dir) COMPLETE |
| 9640 | 2026-02-26T17:29:56.025Z | [ host-image] Feb 26 17:29:55.613 INFO O| Feb 26 17:29:55.613 INFO STEP 31: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9641 | 2026-02-26T17:29:56.050Z | [ host-image] Feb 26 17:29:55.629 INFO O| Feb 26 17:29:55.629 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup does not exist |
| 9642 | 2026-02-26T17:29:56.050Z | [ host-image] Feb 26 17:29:55.629 INFO O| Feb 26 17:29:55.629 INFO copying /work/oxidecomputer/helios/image/templates/files/net-setup.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup ... |
| 9643 | 2026-02-26T17:29:56.051Z | [ host-image] Feb 26 17:29:55.629 INFO O| Feb 26 17:29:55.629 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9644 | 2026-02-26T17:29:56.051Z | [ host-image] Feb 26 17:29:55.629 INFO O| Feb 26 17:29:55.629 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/oxide/net-setup |
| 9645 | 2026-02-26T17:29:56.051Z | [ host-image] Feb 26 17:29:55.629 INFO O| Feb 26 17:29:55.629 INFO ok! |
| 9646 | 2026-02-26T17:29:56.051Z | [ host-image] Feb 26 17:29:55.629 INFO O| Feb 26 17:29:55.629 INFO STEP 31 (ensure_file) COMPLETE |
| 9647 | 2026-02-26T17:29:56.051Z | [ host-image] Feb 26 17:29:55.629 INFO O| Feb 26 17:29:55.629 INFO STEP 32: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9648 | 2026-02-26T17:29:56.051Z | [ host-image] Feb 26 17:29:55.643 INFO O| Feb 26 17:29:55.643 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9649 | 2026-02-26T17:29:56.051Z | [ host-image] Feb 26 17:29:55.643 INFO O| Feb 26 17:29:55.643 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9650 | 2026-02-26T17:29:56.051Z | [ host-image] Feb 26 17:29:55.643 INFO O| Feb 26 17:29:55.643 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide |
| 9651 | 2026-02-26T17:29:56.051Z | [ host-image] Feb 26 17:29:55.643 INFO O| Feb 26 17:29:55.643 INFO STEP 32 (ensure_dir) COMPLETE |
| 9652 | 2026-02-26T17:29:56.052Z | [ host-image] Feb 26 17:29:55.643 INFO O| Feb 26 17:29:55.643 INFO STEP 33: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/common.json |
| 9653 | 2026-02-26T17:29:56.077Z | [ host-image] Feb 26 17:29:55.659 INFO O| Feb 26 17:29:55.659 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml does not exist |
| 9654 | 2026-02-26T17:29:56.077Z | [ host-image] Feb 26 17:29:55.659 INFO O| Feb 26 17:29:55.659 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 ... |
| 9655 | 2026-02-26T17:29:56.077Z | [ host-image] Feb 26 17:29:55.659 INFO O| Feb 26 17:29:55.659 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 |
| 9656 | 2026-02-26T17:29:56.077Z | [ host-image] Feb 26 17:29:55.659 INFO O| Feb 26 17:29:55.659 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/oxide/net-setup.xml |
| 9657 | 2026-02-26T17:29:56.077Z | [ host-image] Feb 26 17:29:55.659 INFO O| Feb 26 17:29:55.659 INFO ok! |
| 9658 | 2026-02-26T17:29:56.077Z | [ host-image] Feb 26 17:29:55.659 INFO O| Feb 26 17:29:55.659 INFO STEP 33 (ensure_file) COMPLETE |
| 9659 | 2026-02-26T17:29:56.077Z | [ host-image] Feb 26 17:29:55.659 INFO O| Feb 26 17:29:55.659 INFO STEP 34: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9660 | 2026-02-26T17:29:56.102Z | [ host-image] Feb 26 17:29:55.679 INFO O| Feb 26 17:29:55.679 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/auto_master does not exist |
| 9661 | 2026-02-26T17:29:56.103Z | [ host-image] Feb 26 17:29:55.679 INFO O| Feb 26 17:29:55.679 INFO copying /work/oxidecomputer/helios/image/templates/files/auto_master -> /rpool/images/build/host/work/sled/zfs/a/etc/auto_master ... |
| 9662 | 2026-02-26T17:29:56.103Z | [ host-image] Feb 26 17:29:55.679 INFO O| Feb 26 17:29:55.679 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/auto_master |
| 9663 | 2026-02-26T17:29:56.103Z | [ host-image] Feb 26 17:29:55.679 INFO O| Feb 26 17:29:55.679 INFO ok! |
| 9664 | 2026-02-26T17:29:56.103Z | [ host-image] Feb 26 17:29:55.679 INFO O| Feb 26 17:29:55.679 INFO STEP 34 (ensure_file) COMPLETE |
| 9665 | 2026-02-26T17:29:56.103Z | [ host-image] Feb 26 17:29:55.679 INFO O| Feb 26 17:29:55.679 INFO STEP 35: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9666 | 2026-02-26T17:29:56.127Z | [ host-image] Feb 26 17:29:55.701 INFO O| Feb 26 17:29:55.701 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs exists, with wrong contents, unlinking |
| 9667 | 2026-02-26T17:29:56.127Z | [ host-image] Feb 26 17:29:55.701 INFO O| Feb 26 17:29:55.701 INFO copying /work/oxidecomputer/helios/image/templates/files/ttydefs.3000000 -> /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs ... |
| 9668 | 2026-02-26T17:29:56.127Z | [ host-image] Feb 26 17:29:55.701 INFO O| Feb 26 17:29:55.701 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9669 | 2026-02-26T17:29:56.127Z | [ host-image] Feb 26 17:29:55.701 INFO O| Feb 26 17:29:55.701 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/ttydefs |
| 9670 | 2026-02-26T17:29:56.127Z | [ host-image] Feb 26 17:29:55.701 INFO O| Feb 26 17:29:55.701 INFO ok! |
| 9671 | 2026-02-26T17:29:56.127Z | [ host-image] Feb 26 17:29:55.701 INFO O| Feb 26 17:29:55.701 INFO STEP 35 (ensure_file) COMPLETE |
| 9672 | 2026-02-26T17:29:56.128Z | [ host-image] Feb 26 17:29:55.701 INFO O| Feb 26 17:29:55.701 INFO STEP 36: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9673 | 2026-02-26T17:29:56.128Z | [ host-image] Feb 26 17:29:55.717 INFO O| Feb 26 17:29:55.716 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/init exists, with wrong contents, unlinking |
| 9674 | 2026-02-26T17:29:56.128Z | [ host-image] Feb 26 17:29:55.717 INFO O| Feb 26 17:29:55.717 INFO copying /work/oxidecomputer/helios/image/templates/files/default_init -> /rpool/images/build/host/work/sled/zfs/a/etc/default/init ... |
| 9675 | 2026-02-26T17:29:56.128Z | [ host-image] Feb 26 17:29:55.717 INFO O| Feb 26 17:29:55.717 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/init |
| 9676 | 2026-02-26T17:29:56.128Z | [ host-image] Feb 26 17:29:55.717 INFO O| Feb 26 17:29:55.717 INFO ok! |
| 9677 | 2026-02-26T17:29:56.128Z | [ host-image] Feb 26 17:29:55.717 INFO O| Feb 26 17:29:55.717 INFO STEP 36 (ensure_file) COMPLETE |
| 9678 | 2026-02-26T17:29:56.128Z | [ host-image] Feb 26 17:29:55.717 INFO O| Feb 26 17:29:55.717 INFO STEP 37: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9679 | 2026-02-26T17:29:56.153Z | [ host-image] Feb 26 17:29:55.737 INFO O| Feb 26 17:29:55.737 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config exists, with wrong contents, unlinking |
| 9680 | 2026-02-26T17:29:56.153Z | [ host-image] Feb 26 17:29:55.737 INFO O| Feb 26 17:29:55.737 INFO copying /work/oxidecomputer/helios/image/templates/files/sshd_config -> /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config ... |
| 9681 | 2026-02-26T17:29:56.153Z | [ host-image] Feb 26 17:29:55.737 INFO O| Feb 26 17:29:55.737 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/ssh/sshd_config |
| 9682 | 2026-02-26T17:29:56.153Z | [ host-image] Feb 26 17:29:55.737 INFO O| Feb 26 17:29:55.737 INFO ok! |
| 9683 | 2026-02-26T17:29:56.153Z | [ host-image] Feb 26 17:29:55.737 INFO O| Feb 26 17:29:55.737 INFO STEP 37 (ensure_file) COMPLETE |
| 9684 | 2026-02-26T17:29:56.153Z | [ host-image] Feb 26 17:29:55.737 INFO O| Feb 26 17:29:55.737 INFO STEP 38: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9685 | 2026-02-26T17:29:56.178Z | [ host-image] Feb 26 17:29:55.751 INFO O| Feb 26 17:29:55.750 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams does not exist |
| 9686 | 2026-02-26T17:29:56.178Z | [ host-image] Feb 26 17:29:55.751 INFO O| Feb 26 17:29:55.750 INFO copying /work/oxidecomputer/helios/image/templates/files/bootparams.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams ... |
| 9687 | 2026-02-26T17:29:56.178Z | [ host-image] Feb 26 17:29:55.751 INFO O| Feb 26 17:29:55.751 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9688 | 2026-02-26T17:29:56.178Z | [ host-image] Feb 26 17:29:55.751 INFO O| Feb 26 17:29:55.751 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9689 | 2026-02-26T17:29:56.178Z | [ host-image] Feb 26 17:29:55.751 INFO O| Feb 26 17:29:55.751 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9690 | 2026-02-26T17:29:56.178Z | [ host-image] Feb 26 17:29:55.751 INFO O| Feb 26 17:29:55.751 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/bootparams |
| 9691 | 2026-02-26T17:29:56.178Z | [ host-image] Feb 26 17:29:55.751 INFO O| Feb 26 17:29:55.751 INFO ok! |
| 9692 | 2026-02-26T17:29:56.178Z | [ host-image] Feb 26 17:29:55.751 INFO O| Feb 26 17:29:55.751 INFO STEP 38 (ensure_file) COMPLETE |
| 9693 | 2026-02-26T17:29:56.178Z | [ host-image] Feb 26 17:29:55.751 INFO O| Feb 26 17:29:55.751 INFO STEP 39: ensure_dir, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9694 | 2026-02-26T17:29:56.178Z | [ host-image] Feb 26 17:29:55.769 INFO O| Feb 26 17:29:55.769 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9695 | 2026-02-26T17:29:56.178Z | [ host-image] Feb 26 17:29:55.769 INFO O| Feb 26 17:29:55.769 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9696 | 2026-02-26T17:29:56.178Z | [ host-image] Feb 26 17:29:55.769 INFO O| Feb 26 17:29:55.769 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware |
| 9697 | 2026-02-26T17:29:56.178Z | [ host-image] Feb 26 17:29:55.769 INFO O| Feb 26 17:29:55.769 INFO STEP 39 (ensure_dir) COMPLETE |
| 9698 | 2026-02-26T17:29:56.178Z | [ host-image] Feb 26 17:29:55.769 INFO O| Feb 26 17:29:55.769 INFO STEP 40: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9699 | 2026-02-26T17:29:56.203Z | [ host-image] Feb 26 17:29:55.789 INFO O| Feb 26 17:29:55.789 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 |
| 9700 | 2026-02-26T17:29:56.203Z | [ host-image] Feb 26 17:29:55.789 INFO O| Feb 26 17:29:55.789 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 ... |
| 9701 | 2026-02-26T17:29:56.203Z | [ host-image] Feb 26 17:29:55.789 INFO O| Feb 26 17:29:55.789 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 |
| 9702 | 2026-02-26T17:29:56.203Z | [ host-image] Feb 26 17:29:55.789 INFO O| Feb 26 17:29:55.789 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 |
| 9703 | 2026-02-26T17:29:56.203Z | [ host-image] Feb 26 17:29:55.789 INFO O| Feb 26 17:29:55.789 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 |
| 9704 | 2026-02-26T17:29:56.203Z | [ host-image] Feb 26 17:29:55.789 INFO O| Feb 26 17:29:55.789 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 |
| 9705 | 2026-02-26T17:29:56.203Z | [ host-image] Feb 26 17:29:55.789 INFO O| Feb 26 17:29:55.789 INFO ok! |
| 9706 | 2026-02-26T17:29:56.203Z | [ host-image] Feb 26 17:29:55.789 INFO O| Feb 26 17:29:55.789 INFO STEP 40 (ensure_file) COMPLETE |
| 9707 | 2026-02-26T17:29:56.203Z | [ host-image] Feb 26 17:29:55.789 INFO O| Feb 26 17:29:55.789 INFO STEP 41: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9708 | 2026-02-26T17:29:56.228Z | [ host-image] Feb 26 17:29:55.806 INFO O| Feb 26 17:29:55.805 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin does not exist |
| 9709 | 2026-02-26T17:29:56.228Z | [ host-image] Feb 26 17:29:55.806 INFO O| Feb 26 17:29:55.806 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 ... |
| 9710 | 2026-02-26T17:29:56.228Z | [ host-image] Feb 26 17:29:55.806 INFO O| Feb 26 17:29:55.806 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Gimlet/firmware/t6srom.bin |
| 9711 | 2026-02-26T17:29:56.228Z | [ host-image] Feb 26 17:29:55.806 INFO O| Feb 26 17:29:55.806 INFO ok! |
| 9712 | 2026-02-26T17:29:56.228Z | [ host-image] Feb 26 17:29:55.806 INFO O| Feb 26 17:29:55.806 INFO STEP 41 (ensure_symlink) COMPLETE |
| 9713 | 2026-02-26T17:29:56.228Z | [ host-image] Feb 26 17:29:55.806 INFO O| Feb 26 17:29:55.806 INFO STEP 42: ensure_symlink, from: /work/oxidecomputer/helios/image/templates/include/t6-firmware.json |
| 9714 | 2026-02-26T17:29:56.228Z | [ host-image] Feb 26 17:29:55.820 INFO O| Feb 26 17:29:55.820 INFO link /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo does not exist |
| 9715 | 2026-02-26T17:29:56.228Z | [ host-image] Feb 26 17:29:55.820 INFO O| Feb 26 17:29:55.820 INFO linking /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo -> Oxide,Gimlet ... |
| 9716 | 2026-02-26T17:29:56.229Z | [ host-image] Feb 26 17:29:55.820 INFO O| Feb 26 17:29:55.820 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/platform/Oxide,Cosmo |
| 9717 | 2026-02-26T17:29:56.229Z | [ host-image] Feb 26 17:29:55.820 INFO O| Feb 26 17:29:55.820 INFO ok! |
| 9718 | 2026-02-26T17:29:56.229Z | [ host-image] Feb 26 17:29:55.820 INFO O| Feb 26 17:29:55.820 INFO STEP 42 (ensure_symlink) COMPLETE |
| 9719 | 2026-02-26T17:29:56.229Z | [ host-image] Feb 26 17:29:55.820 INFO O| Feb 26 17:29:55.820 INFO STEP 43: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9720 | 2026-02-26T17:29:56.254Z | [ host-image] Feb 26 17:29:55.835 INFO O| Feb 26 17:29:55.834 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot does not exist |
| 9721 | 2026-02-26T17:29:56.254Z | [ host-image] Feb 26 17:29:55.835 INFO O| Feb 26 17:29:55.834 INFO copying /work/oxidecomputer/helios/image/templates/files/sled-postboot.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot ... |
| 9722 | 2026-02-26T17:29:56.254Z | [ host-image] Feb 26 17:29:55.835 INFO O| Feb 26 17:29:55.835 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9723 | 2026-02-26T17:29:56.254Z | [ host-image] Feb 26 17:29:55.835 INFO O| Feb 26 17:29:55.835 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9724 | 2026-02-26T17:29:56.254Z | [ host-image] Feb 26 17:29:55.835 INFO O| Feb 26 17:29:55.835 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9725 | 2026-02-26T17:29:56.254Z | [ host-image] Feb 26 17:29:55.835 INFO O| Feb 26 17:29:55.835 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/postboot |
| 9726 | 2026-02-26T17:29:56.254Z | [ host-image] Feb 26 17:29:55.836 INFO O| Feb 26 17:29:55.835 INFO ok! |
| 9727 | 2026-02-26T17:29:56.254Z | [ host-image] Feb 26 17:29:55.836 INFO O| Feb 26 17:29:55.836 INFO STEP 43 (ensure_file) COMPLETE |
| 9728 | 2026-02-26T17:29:56.254Z | [ host-image] Feb 26 17:29:55.836 INFO O| Feb 26 17:29:55.836 INFO STEP 44: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9729 | 2026-02-26T17:29:56.278Z | [ host-image] Feb 26 17:29:55.850 INFO O| Feb 26 17:29:55.850 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml does not exist |
| 9730 | 2026-02-26T17:29:56.279Z | [ host-image] Feb 26 17:29:55.851 INFO O| Feb 26 17:29:55.850 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 ... |
| 9731 | 2026-02-26T17:29:56.279Z | [ host-image] Feb 26 17:29:55.851 INFO O| Feb 26 17:29:55.851 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 |
| 9732 | 2026-02-26T17:29:56.279Z | [ host-image] Feb 26 17:29:55.851 INFO O| Feb 26 17:29:55.851 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/postboot.xml |
| 9733 | 2026-02-26T17:29:56.279Z | [ host-image] Feb 26 17:29:55.851 INFO O| Feb 26 17:29:55.851 INFO ok! |
| 9734 | 2026-02-26T17:29:56.279Z | [ host-image] Feb 26 17:29:55.851 INFO O| Feb 26 17:29:55.851 INFO STEP 44 (ensure_file) COMPLETE |
| 9735 | 2026-02-26T17:29:56.279Z | [ host-image] Feb 26 17:29:55.851 INFO O| Feb 26 17:29:55.851 INFO STEP 45: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9736 | 2026-02-26T17:29:56.279Z | [ host-image] Feb 26 17:29:55.865 INFO O| Feb 26 17:29:55.864 INFO file /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml does not exist |
| 9737 | 2026-02-26T17:29:56.279Z | [ host-image] Feb 26 17:29:55.865 INFO O| Feb 26 17:29:55.864 INFO copying /work/oxidecomputer/helios/image/templates/files/site.xml -> /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml ... |
| 9738 | 2026-02-26T17:29:56.279Z | [ host-image] Feb 26 17:29:55.865 INFO O| Feb 26 17:29:55.865 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml |
| 9739 | 2026-02-26T17:29:56.279Z | [ host-image] Feb 26 17:29:55.865 INFO O| Feb 26 17:29:55.865 INFO ok! |
| 9740 | 2026-02-26T17:29:56.279Z | [ host-image] Feb 26 17:29:55.865 INFO O| Feb 26 17:29:55.865 INFO STEP 45 (ensure_file) COMPLETE |
| 9741 | 2026-02-26T17:29:56.279Z | [ host-image] Feb 26 17:29:55.865 INFO O| Feb 26 17:29:55.865 INFO STEP 46: shadow, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9742 | 2026-02-26T17:29:56.304Z | [ host-image] Feb 26 17:29:55.880 INFO O| Feb 26 17:29:55.879 INFO updating shadow file |
| 9743 | 2026-02-26T17:29:56.304Z | [ host-image] Feb 26 17:29:55.880 INFO O| Feb 26 17:29:55.880 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/shadow |
| 9744 | 2026-02-26T17:29:56.304Z | [ host-image] Feb 26 17:29:55.880 INFO O| Feb 26 17:29:55.880 INFO STEP 46 (shadow) COMPLETE |
| 9745 | 2026-02-26T17:29:56.304Z | [ host-image] Feb 26 17:29:55.880 INFO O| Feb 26 17:29:55.880 INFO STEP 47: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/root-noauth.json |
| 9746 | 2026-02-26T17:29:56.304Z | [ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 WARN file /rpool/images/build/host/work/sled/zfs/a/etc/default/login exists, with wrong contents, unlinking |
| 9747 | 2026-02-26T17:29:56.304Z | [ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO copying /work/oxidecomputer/helios/image/templates/files/mfg_default_login -> /rpool/images/build/host/work/sled/zfs/a/etc/default/login ... |
| 9748 | 2026-02-26T17:29:56.304Z | [ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO ownership wrong (Id(0):Id(0), not 0:3), path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9749 | 2026-02-26T17:29:56.304Z | [ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/etc/default/login |
| 9750 | 2026-02-26T17:29:56.304Z | [ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO ok! |
| 9751 | 2026-02-26T17:29:56.304Z | [ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO STEP 47 (ensure_file) COMPLETE |
| 9752 | 2026-02-26T17:29:56.304Z | [ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO STEP 48: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9753 | 2026-02-26T17:29:56.304Z | [ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO skip step because feature "mfg" is not enabled |
| 9754 | 2026-02-26T17:29:56.304Z | [ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO STEP 49: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9755 | 2026-02-26T17:29:56.304Z | [ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO skip step because feature "mfg" is not enabled |
| 9756 | 2026-02-26T17:29:56.304Z | [ host-image] Feb 26 17:29:55.898 INFO O| Feb 26 17:29:55.898 INFO STEP 50: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9757 | 2026-02-26T17:29:56.329Z | [ host-image] Feb 26 17:29:55.919 INFO O| Feb 26 17:29:55.919 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot does not exist |
| 9758 | 2026-02-26T17:29:56.329Z | [ host-image] Feb 26 17:29:55.919 INFO O| Feb 26 17:29:55.919 INFO copying /work/oxidecomputer/helios/projects/pilot/target/release/pilot -> /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot ... |
| 9759 | 2026-02-26T17:29:56.361Z | [ host-image] Feb 26 17:29:55.956 INFO O| Feb 26 17:29:55.956 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9760 | 2026-02-26T17:29:56.361Z | [ host-image] Feb 26 17:29:55.956 INFO O| Feb 26 17:29:55.956 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/bin/pilot |
| 9761 | 2026-02-26T17:29:56.361Z | [ host-image] Feb 26 17:29:55.956 INFO O| Feb 26 17:29:55.956 INFO ok! |
| 9762 | 2026-02-26T17:29:56.386Z | [ host-image] Feb 26 17:29:55.956 INFO O| Feb 26 17:29:55.956 INFO STEP 50 (ensure_file) COMPLETE |
| 9763 | 2026-02-26T17:29:56.386Z | [ host-image] Feb 26 17:29:55.956 INFO O| Feb 26 17:29:55.956 INFO STEP 51: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9764 | 2026-02-26T17:29:56.386Z | [ host-image] Feb 26 17:29:55.956 INFO O| Feb 26 17:29:55.956 INFO skip step because feature "compliance" is not enabled |
| 9765 | 2026-02-26T17:29:56.386Z | [ host-image] Feb 26 17:29:55.956 INFO O| Feb 26 17:29:55.956 INFO STEP 52: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9766 | 2026-02-26T17:29:56.386Z | [ host-image] Feb 26 17:29:55.974 INFO O| Feb 26 17:29:55.973 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname does not exist |
| 9767 | 2026-02-26T17:29:56.386Z | [ host-image] Feb 26 17:29:55.974 INFO O| Feb 26 17:29:55.973 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-hostname.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname ... |
| 9768 | 2026-02-26T17:29:56.386Z | [ host-image] Feb 26 17:29:55.974 INFO O| Feb 26 17:29:55.974 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9769 | 2026-02-26T17:29:56.386Z | [ host-image] Feb 26 17:29:55.975 INFO O| Feb 26 17:29:55.974 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9770 | 2026-02-26T17:29:56.386Z | [ host-image] Feb 26 17:29:55.975 INFO O| Feb 26 17:29:55.974 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9771 | 2026-02-26T17:29:56.386Z | [ host-image] Feb 26 17:29:55.975 INFO O| Feb 26 17:29:55.975 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-hostname |
| 9772 | 2026-02-26T17:29:56.386Z | [ host-image] Feb 26 17:29:55.975 INFO O| Feb 26 17:29:55.975 INFO ok! |
| 9773 | 2026-02-26T17:29:56.386Z | [ host-image] Feb 26 17:29:55.975 INFO O| Feb 26 17:29:55.975 INFO STEP 52 (ensure_file) COMPLETE |
| 9774 | 2026-02-26T17:29:56.386Z | [ host-image] Feb 26 17:29:55.975 INFO O| Feb 26 17:29:55.975 INFO STEP 53: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9775 | 2026-02-26T17:29:56.411Z | [ host-image] Feb 26 17:29:55.994 INFO O| Feb 26 17:29:55.994 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml does not exist |
| 9776 | 2026-02-26T17:29:56.411Z | [ host-image] Feb 26 17:29:55.994 INFO O| Feb 26 17:29:55.994 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 ... |
| 9777 | 2026-02-26T17:29:56.411Z | [ host-image] Feb 26 17:29:55.994 INFO O| Feb 26 17:29:55.994 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 |
| 9778 | 2026-02-26T17:29:56.411Z | [ host-image] Feb 26 17:29:55.994 INFO O| Feb 26 17:29:55.994 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-hostname.xml |
| 9779 | 2026-02-26T17:29:56.411Z | [ host-image] Feb 26 17:29:55.994 INFO O| Feb 26 17:29:55.994 INFO ok! |
| 9780 | 2026-02-26T17:29:56.411Z | [ host-image] Feb 26 17:29:55.994 INFO O| Feb 26 17:29:55.994 INFO STEP 53 (ensure_file) COMPLETE |
| 9781 | 2026-02-26T17:29:56.411Z | [ host-image] Feb 26 17:29:55.994 INFO O| Feb 26 17:29:55.994 INFO STEP 54: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9782 | 2026-02-26T17:29:56.435Z | [ host-image] Feb 26 17:29:56.014 INFO O| Feb 26 17:29:56.014 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen does not exist |
| 9783 | 2026-02-26T17:29:56.435Z | [ host-image] Feb 26 17:29:56.014 INFO O| Feb 26 17:29:56.014 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 ... |
| 9784 | 2026-02-26T17:29:56.435Z | [ host-image] Feb 26 17:29:56.015 INFO O| Feb 26 17:29:56.015 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 9785 | 2026-02-26T17:29:56.435Z | [ host-image] Feb 26 17:29:56.016 INFO O| Feb 26 17:29:56.016 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-cpu-loadgen |
| 9786 | 2026-02-26T17:29:56.435Z | [ host-image] Feb 26 17:29:56.016 INFO O| Feb 26 17:29:56.016 INFO ok! |
| 9787 | 2026-02-26T17:29:56.436Z | [ host-image] Feb 26 17:29:56.016 INFO O| Feb 26 17:29:56.016 INFO STEP 54 (ensure_file) COMPLETE |
| 9788 | 2026-02-26T17:29:56.436Z | [ host-image] Feb 26 17:29:56.016 INFO O| Feb 26 17:29:56.016 INFO STEP 55: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9789 | 2026-02-26T17:29:56.460Z | [ host-image] Feb 26 17:29:56.033 INFO O| Feb 26 17:29:56.033 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml does not exist |
| 9790 | 2026-02-26T17:29:56.460Z | [ host-image] Feb 26 17:29:56.033 INFO O| Feb 26 17:29:56.033 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 ... |
| 9791 | 2026-02-26T17:29:56.460Z | [ host-image] Feb 26 17:29:56.034 INFO O| Feb 26 17:29:56.034 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 |
| 9792 | 2026-02-26T17:29:56.460Z | [ host-image] Feb 26 17:29:56.034 INFO O| Feb 26 17:29:56.034 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-cpu-loadgen.xml |
| 9793 | 2026-02-26T17:29:56.460Z | [ host-image] Feb 26 17:29:56.034 INFO O| Feb 26 17:29:56.034 INFO ok! |
| 9794 | 2026-02-26T17:29:56.460Z | [ host-image] Feb 26 17:29:56.034 INFO O| Feb 26 17:29:56.034 INFO STEP 55 (ensure_file) COMPLETE |
| 9795 | 2026-02-26T17:29:56.460Z | [ host-image] Feb 26 17:29:56.034 INFO O| Feb 26 17:29:56.034 INFO STEP 56: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9796 | 2026-02-26T17:29:56.460Z | [ host-image] Feb 26 17:29:56.050 INFO O| Feb 26 17:29:56.050 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen does not exist |
| 9797 | 2026-02-26T17:29:56.461Z | [ host-image] Feb 26 17:29:56.050 INFO O| Feb 26 17:29:56.050 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 ... |
| 9798 | 2026-02-26T17:29:56.461Z | [ host-image] Feb 26 17:29:56.051 INFO O| Feb 26 17:29:56.050 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 9799 | 2026-02-26T17:29:56.461Z | [ host-image] Feb 26 17:29:56.051 INFO O| Feb 26 17:29:56.050 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-mem-loadgen |
| 9800 | 2026-02-26T17:29:56.461Z | [ host-image] Feb 26 17:29:56.051 INFO O| Feb 26 17:29:56.051 INFO ok! |
| 9801 | 2026-02-26T17:29:56.461Z | [ host-image] Feb 26 17:29:56.051 INFO O| Feb 26 17:29:56.051 INFO STEP 56 (ensure_file) COMPLETE |
| 9802 | 2026-02-26T17:29:56.461Z | [ host-image] Feb 26 17:29:56.051 INFO O| Feb 26 17:29:56.051 INFO STEP 57: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9803 | 2026-02-26T17:29:56.485Z | [ host-image] Feb 26 17:29:56.068 INFO O| Feb 26 17:29:56.068 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml does not exist |
| 9804 | 2026-02-26T17:29:56.485Z | [ host-image] Feb 26 17:29:56.068 INFO O| Feb 26 17:29:56.068 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 ... |
| 9805 | 2026-02-26T17:29:56.485Z | [ host-image] Feb 26 17:29:56.069 INFO O| Feb 26 17:29:56.069 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 |
| 9806 | 2026-02-26T17:29:56.486Z | [ host-image] Feb 26 17:29:56.069 INFO O| Feb 26 17:29:56.069 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-mem-loadgen.xml |
| 9807 | 2026-02-26T17:29:56.486Z | [ host-image] Feb 26 17:29:56.069 INFO O| Feb 26 17:29:56.069 INFO ok! |
| 9808 | 2026-02-26T17:29:56.486Z | [ host-image] Feb 26 17:29:56.069 INFO O| Feb 26 17:29:56.069 INFO STEP 57 (ensure_file) COMPLETE |
| 9809 | 2026-02-26T17:29:56.486Z | [ host-image] Feb 26 17:29:56.069 INFO O| Feb 26 17:29:56.069 INFO STEP 58: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9810 | 2026-02-26T17:29:56.510Z | [ host-image] Feb 26 17:29:56.085 INFO O| Feb 26 17:29:56.085 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen does not exist |
| 9811 | 2026-02-26T17:29:56.510Z | [ host-image] Feb 26 17:29:56.086 INFO O| Feb 26 17:29:56.085 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 ... |
| 9812 | 2026-02-26T17:29:56.510Z | [ host-image] Feb 26 17:29:56.086 INFO O| Feb 26 17:29:56.086 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9813 | 2026-02-26T17:29:56.510Z | [ host-image] Feb 26 17:29:56.086 INFO O| Feb 26 17:29:56.086 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9814 | 2026-02-26T17:29:56.510Z | [ host-image] Feb 26 17:29:56.086 INFO O| Feb 26 17:29:56.086 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9815 | 2026-02-26T17:29:56.510Z | [ host-image] Feb 26 17:29:56.086 INFO O| Feb 26 17:29:56.086 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-nvme-loadgen |
| 9816 | 2026-02-26T17:29:56.510Z | [ host-image] Feb 26 17:29:56.086 INFO O| Feb 26 17:29:56.086 INFO ok! |
| 9817 | 2026-02-26T17:29:56.510Z | [ host-image] Feb 26 17:29:56.087 INFO O| Feb 26 17:29:56.087 INFO STEP 58 (ensure_file) COMPLETE |
| 9818 | 2026-02-26T17:29:56.510Z | [ host-image] Feb 26 17:29:56.087 INFO O| Feb 26 17:29:56.087 INFO STEP 59: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9819 | 2026-02-26T17:29:56.510Z | [ host-image] Feb 26 17:29:56.102 INFO O| Feb 26 17:29:56.102 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml does not exist |
| 9820 | 2026-02-26T17:29:56.510Z | [ host-image] Feb 26 17:29:56.102 INFO O| Feb 26 17:29:56.102 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 ... |
| 9821 | 2026-02-26T17:29:56.510Z | [ host-image] Feb 26 17:29:56.103 INFO O| Feb 26 17:29:56.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 |
| 9822 | 2026-02-26T17:29:56.510Z | [ host-image] Feb 26 17:29:56.103 INFO O| Feb 26 17:29:56.103 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-nvme-loadgen.xml |
| 9823 | 2026-02-26T17:29:56.510Z | [ host-image] Feb 26 17:29:56.103 INFO O| Feb 26 17:29:56.103 INFO ok! |
| 9824 | 2026-02-26T17:29:56.510Z | [ host-image] Feb 26 17:29:56.103 INFO O| Feb 26 17:29:56.103 INFO STEP 59 (ensure_file) COMPLETE |
| 9825 | 2026-02-26T17:29:56.510Z | [ host-image] Feb 26 17:29:56.103 INFO O| Feb 26 17:29:56.103 INFO STEP 60: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9826 | 2026-02-26T17:29:56.535Z | [ host-image] Feb 26 17:29:56.117 INFO O| Feb 26 17:29:56.117 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger does not exist |
| 9827 | 2026-02-26T17:29:56.535Z | [ host-image] Feb 26 17:29:56.117 INFO O| Feb 26 17:29:56.117 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-pinger.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger ... |
| 9828 | 2026-02-26T17:29:56.535Z | [ host-image] Feb 26 17:29:56.117 INFO O| Feb 26 17:29:56.117 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 9829 | 2026-02-26T17:29:56.535Z | [ host-image] Feb 26 17:29:56.117 INFO O| Feb 26 17:29:56.117 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-pinger |
| 9830 | 2026-02-26T17:29:56.535Z | [ host-image] Feb 26 17:29:56.117 INFO O| Feb 26 17:29:56.117 INFO ok! |
| 9831 | 2026-02-26T17:29:56.535Z | [ host-image] Feb 26 17:29:56.117 INFO O| Feb 26 17:29:56.117 INFO STEP 60 (ensure_file) COMPLETE |
| 9832 | 2026-02-26T17:29:56.535Z | [ host-image] Feb 26 17:29:56.118 INFO O| Feb 26 17:29:56.117 INFO STEP 61: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9833 | 2026-02-26T17:29:56.560Z | [ host-image] Feb 26 17:29:56.137 INFO O| Feb 26 17:29:56.137 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml does not exist |
| 9834 | 2026-02-26T17:29:56.560Z | [ host-image] Feb 26 17:29:56.137 INFO O| Feb 26 17:29:56.137 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 ... |
| 9835 | 2026-02-26T17:29:56.560Z | [ host-image] Feb 26 17:29:56.137 INFO O| Feb 26 17:29:56.137 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 |
| 9836 | 2026-02-26T17:29:56.560Z | [ host-image] Feb 26 17:29:56.137 INFO O| Feb 26 17:29:56.137 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-pinger.xml |
| 9837 | 2026-02-26T17:29:56.560Z | [ host-image] Feb 26 17:29:56.137 INFO O| Feb 26 17:29:56.137 INFO ok! |
| 9838 | 2026-02-26T17:29:56.560Z | [ host-image] Feb 26 17:29:56.137 INFO O| Feb 26 17:29:56.137 INFO STEP 61 (ensure_file) COMPLETE |
| 9839 | 2026-02-26T17:29:56.560Z | [ host-image] Feb 26 17:29:56.137 INFO O| Feb 26 17:29:56.137 INFO STEP 62: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9840 | 2026-02-26T17:29:56.585Z | [ host-image] Feb 26 17:29:56.157 INFO O| Feb 26 17:29:56.157 INFO file /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon does not exist |
| 9841 | 2026-02-26T17:29:56.585Z | [ host-image] Feb 26 17:29:56.157 INFO O| Feb 26 17:29:56.157 INFO copying /work/oxidecomputer/helios/image/templates/files/compliance-beacon.sh -> /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon ... |
| 9842 | 2026-02-26T17:29:56.585Z | [ host-image] Feb 26 17:29:56.158 INFO O| Feb 26 17:29:56.157 INFO perms are 644, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9843 | 2026-02-26T17:29:56.585Z | [ host-image] Feb 26 17:29:56.158 INFO O| Feb 26 17:29:56.158 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9844 | 2026-02-26T17:29:56.585Z | [ host-image] Feb 26 17:29:56.158 INFO O| Feb 26 17:29:56.158 INFO ownership wrong (Id(0):Id(0), not 0:2), path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9845 | 2026-02-26T17:29:56.585Z | [ host-image] Feb 26 17:29:56.158 INFO O| Feb 26 17:29:56.158 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/usr/lib/compliance-beacon |
| 9846 | 2026-02-26T17:29:56.585Z | [ host-image] Feb 26 17:29:56.158 INFO O| Feb 26 17:29:56.158 INFO ok! |
| 9847 | 2026-02-26T17:29:56.585Z | [ host-image] Feb 26 17:29:56.159 INFO O| Feb 26 17:29:56.158 INFO STEP 62 (ensure_file) COMPLETE |
| 9848 | 2026-02-26T17:29:56.585Z | [ host-image] Feb 26 17:29:56.159 INFO O| Feb 26 17:29:56.158 INFO STEP 63: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9849 | 2026-02-26T17:29:56.585Z | [ host-image] Feb 26 17:29:56.175 INFO O| Feb 26 17:29:56.175 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml does not exist |
| 9850 | 2026-02-26T17:29:56.585Z | [ host-image] Feb 26 17:29:56.175 INFO O| Feb 26 17:29:56.175 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 ... |
| 9851 | 2026-02-26T17:29:56.585Z | [ host-image] Feb 26 17:29:56.176 INFO O| Feb 26 17:29:56.176 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 |
| 9852 | 2026-02-26T17:29:56.585Z | [ host-image] Feb 26 17:29:56.176 INFO O| Feb 26 17:29:56.176 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-beacon.xml |
| 9853 | 2026-02-26T17:29:56.585Z | [ host-image] Feb 26 17:29:56.176 INFO O| Feb 26 17:29:56.176 INFO ok! |
| 9854 | 2026-02-26T17:29:56.585Z | [ host-image] Feb 26 17:29:56.176 INFO O| Feb 26 17:29:56.176 INFO STEP 63 (ensure_file) COMPLETE |
| 9855 | 2026-02-26T17:29:56.585Z | [ host-image] Feb 26 17:29:56.176 INFO O| Feb 26 17:29:56.176 INFO STEP 64: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9856 | 2026-02-26T17:29:56.610Z | [ host-image] Feb 26 17:29:56.194 INFO O| Feb 26 17:29:56.194 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml does not exist |
| 9857 | 2026-02-26T17:29:56.610Z | [ host-image] Feb 26 17:29:56.194 INFO O| Feb 26 17:29:56.194 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 ... |
| 9858 | 2026-02-26T17:29:56.610Z | [ host-image] Feb 26 17:29:56.195 INFO O| Feb 26 17:29:56.195 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 |
| 9859 | 2026-02-26T17:29:56.610Z | [ host-image] Feb 26 17:29:56.195 INFO O| Feb 26 17:29:56.195 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-time.xml |
| 9860 | 2026-02-26T17:29:56.610Z | [ host-image] Feb 26 17:29:56.195 INFO O| Feb 26 17:29:56.195 INFO ok! |
| 9861 | 2026-02-26T17:29:56.610Z | [ host-image] Feb 26 17:29:56.195 INFO O| Feb 26 17:29:56.195 INFO STEP 64 (ensure_file) COMPLETE |
| 9862 | 2026-02-26T17:29:56.610Z | [ host-image] Feb 26 17:29:56.195 INFO O| Feb 26 17:29:56.195 INFO STEP 65: ensure_file, from: /work/oxidecomputer/helios/image/templates/include/compliance-common.json |
| 9863 | 2026-02-26T17:29:56.635Z | [ host-image] Feb 26 17:29:56.210 INFO O| Feb 26 17:29:56.210 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml does not exist |
| 9864 | 2026-02-26T17:29:56.635Z | [ host-image] Feb 26 17:29:56.210 INFO O| Feb 26 17:29:56.210 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 ... |
| 9865 | 2026-02-26T17:29:56.635Z | [ host-image] Feb 26 17:29:56.211 INFO O| Feb 26 17:29:56.211 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 |
| 9866 | 2026-02-26T17:29:56.635Z | [ host-image] Feb 26 17:29:56.211 INFO O| Feb 26 17:29:56.211 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/compliance-dump.xml |
| 9867 | 2026-02-26T17:29:56.635Z | [ host-image] Feb 26 17:29:56.211 INFO O| Feb 26 17:29:56.211 INFO ok! |
| 9868 | 2026-02-26T17:29:56.635Z | [ host-image] Feb 26 17:29:56.211 INFO O| Feb 26 17:29:56.211 INFO STEP 65 (ensure_file) COMPLETE |
| 9869 | 2026-02-26T17:29:56.635Z | [ host-image] Feb 26 17:29:56.211 INFO O| Feb 26 17:29:56.211 INFO STEP 66: ensure_file, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 9870 | 2026-02-26T17:29:56.635Z | [ host-image] Feb 26 17:29:56.211 INFO O| Feb 26 17:29:56.211 INFO skip step because feature "mbist" is not enabled |
| 9871 | 2026-02-26T17:29:56.635Z | [ host-image] Feb 26 17:29:56.211 INFO O| Feb 26 17:29:56.211 INFO STEP 67: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9872 | 2026-02-26T17:29:56.635Z | [ host-image] Feb 26 17:29:56.226 INFO O| Feb 26 17:29:56.226 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/opt |
| 9873 | 2026-02-26T17:29:56.635Z | [ host-image] Feb 26 17:29:56.226 INFO O| Feb 26 17:29:56.226 INFO STEP 67 (ensure_dir) COMPLETE |
| 9874 | 2026-02-26T17:29:56.635Z | [ host-image] Feb 26 17:29:56.226 INFO O| Feb 26 17:29:56.226 INFO STEP 68: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9875 | 2026-02-26T17:29:56.660Z | [ host-image] Feb 26 17:29:56.241 INFO O| Feb 26 17:29:56.241 INFO ownership wrong (Id(0):Id(2), not 0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 9876 | 2026-02-26T17:29:56.660Z | [ host-image] Feb 26 17:29:56.241 INFO O| Feb 26 17:29:56.241 INFO chown ok, path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide |
| 9877 | 2026-02-26T17:29:56.660Z | [ host-image] Feb 26 17:29:56.241 INFO O| Feb 26 17:29:56.241 INFO STEP 68 (ensure_dir) COMPLETE |
| 9878 | 2026-02-26T17:29:56.660Z | [ host-image] Feb 26 17:29:56.242 INFO O| Feb 26 17:29:56.241 INFO STEP 69: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9879 | 2026-02-26T17:29:56.684Z | [ host-image] Feb 26 17:29:56.256 INFO O| Feb 26 17:29:56.256 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 9880 | 2026-02-26T17:29:56.684Z | [ host-image] Feb 26 17:29:56.256 INFO O| Feb 26 17:29:56.256 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm |
| 9881 | 2026-02-26T17:29:56.684Z | [ host-image] Feb 26 17:29:56.256 INFO O| Feb 26 17:29:56.256 INFO STEP 69 (ensure_dir) COMPLETE |
| 9882 | 2026-02-26T17:29:56.684Z | [ host-image] Feb 26 17:29:56.256 INFO O| Feb 26 17:29:56.256 INFO STEP 70: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9883 | 2026-02-26T17:29:56.684Z | [ host-image] Feb 26 17:29:56.274 INFO O| Feb 26 17:29:56.274 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm does not exist |
| 9884 | 2026-02-26T17:29:56.684Z | [ host-image] Feb 26 17:29:56.274 INFO O| Feb 26 17:29:56.274 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/mg-ddm/ddmadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm ... |
| 9885 | 2026-02-26T17:29:57.708Z | [ host-image] Feb 26 17:29:57.303 INFO O| Feb 26 17:29:57.303 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmadm |
| 9886 | 2026-02-26T17:29:57.708Z | [ host-image] Feb 26 17:29:57.304 INFO O| Feb 26 17:29:57.303 INFO ok! |
| 9887 | 2026-02-26T17:29:57.732Z | [ host-image] Feb 26 17:29:57.304 INFO O| Feb 26 17:29:57.303 INFO STEP 70 (ensure_file) COMPLETE |
| 9888 | 2026-02-26T17:29:57.732Z | [ host-image] Feb 26 17:29:57.304 INFO O| Feb 26 17:29:57.303 INFO STEP 71: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9889 | 2026-02-26T17:29:57.733Z | [ host-image] Feb 26 17:29:57.319 INFO O| Feb 26 17:29:57.318 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd does not exist |
| 9890 | 2026-02-26T17:29:57.733Z | [ host-image] Feb 26 17:29:57.319 INFO O| Feb 26 17:29:57.319 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/mg-ddm/ddmd -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd ... |
| 9891 | 2026-02-26T17:29:59.472Z | [ host-image] Feb 26 17:29:59.067 INFO O| Feb 26 17:29:59.067 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/ddmd |
| 9892 | 2026-02-26T17:29:59.472Z | [ host-image] Feb 26 17:29:59.067 INFO O| Feb 26 17:29:59.067 INFO ok! |
| 9893 | 2026-02-26T17:29:59.496Z | [ host-image] Feb 26 17:29:59.067 INFO O| Feb 26 17:29:59.067 INFO STEP 71 (ensure_file) COMPLETE |
| 9894 | 2026-02-26T17:29:59.496Z | [ host-image] Feb 26 17:29:59.067 INFO O| Feb 26 17:29:59.067 INFO STEP 72: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9895 | 2026-02-26T17:29:59.496Z | [ host-image] Feb 26 17:29:59.084 INFO O| Feb 26 17:29:59.083 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 9896 | 2026-02-26T17:29:59.496Z | [ host-image] Feb 26 17:29:59.084 INFO O| Feb 26 17:29:59.084 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg |
| 9897 | 2026-02-26T17:29:59.496Z | [ host-image] Feb 26 17:29:59.084 INFO O| Feb 26 17:29:59.084 INFO STEP 72 (ensure_dir) COMPLETE |
| 9898 | 2026-02-26T17:29:59.496Z | [ host-image] Feb 26 17:29:59.084 INFO O| Feb 26 17:29:59.084 INFO STEP 73: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9899 | 2026-02-26T17:29:59.521Z | [ host-image] Feb 26 17:29:59.100 INFO O| Feb 26 17:29:59.100 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh does not exist |
| 9900 | 2026-02-26T17:29:59.521Z | [ host-image] Feb 26 17:29:59.101 INFO O| Feb 26 17:29:59.100 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 9901 | 2026-02-26T17:29:59.521Z | [ host-image] Feb 26 17:29:59.101 INFO O| Feb 26 17:29:59.101 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/refresh_ctrun_child.sh |
| 9902 | 2026-02-26T17:29:59.521Z | [ host-image] Feb 26 17:29:59.101 INFO O| Feb 26 17:29:59.101 INFO ok! |
| 9903 | 2026-02-26T17:29:59.521Z | [ host-image] Feb 26 17:29:59.101 INFO O| Feb 26 17:29:59.101 INFO STEP 73 (ensure_file) COMPLETE |
| 9904 | 2026-02-26T17:29:59.521Z | [ host-image] Feb 26 17:29:59.101 INFO O| Feb 26 17:29:59.101 INFO STEP 74: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9905 | 2026-02-26T17:29:59.545Z | [ host-image] Feb 26 17:29:59.117 INFO O| Feb 26 17:29:59.117 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh does not exist |
| 9906 | 2026-02-26T17:29:59.546Z | [ host-image] Feb 26 17:29:59.117 INFO O| Feb 26 17:29:59.117 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 9907 | 2026-02-26T17:29:59.546Z | [ host-image] Feb 26 17:29:59.118 INFO O| Feb 26 17:29:59.117 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd_method_script.sh |
| 9908 | 2026-02-26T17:29:59.546Z | [ host-image] Feb 26 17:29:59.118 INFO O| Feb 26 17:29:59.117 INFO ok! |
| 9909 | 2026-02-26T17:29:59.546Z | [ host-image] Feb 26 17:29:59.118 INFO O| Feb 26 17:29:59.117 INFO STEP 74 (ensure_file) COMPLETE |
| 9910 | 2026-02-26T17:29:59.546Z | [ host-image] Feb 26 17:29:59.118 INFO O| Feb 26 17:29:59.117 INFO STEP 75: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9911 | 2026-02-26T17:29:59.546Z | [ host-image] Feb 26 17:29:59.134 INFO O| Feb 26 17:29:59.133 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 9912 | 2026-02-26T17:29:59.546Z | [ host-image] Feb 26 17:29:59.134 INFO O| Feb 26 17:29:59.134 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd |
| 9913 | 2026-02-26T17:29:59.546Z | [ host-image] Feb 26 17:29:59.134 INFO O| Feb 26 17:29:59.134 INFO STEP 75 (ensure_dir) COMPLETE |
| 9914 | 2026-02-26T17:29:59.546Z | [ host-image] Feb 26 17:29:59.134 INFO O| Feb 26 17:29:59.134 INFO STEP 76: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9915 | 2026-02-26T17:29:59.570Z | [ host-image] Feb 26 17:29:59.150 INFO O| Feb 26 17:29:59.150 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml does not exist |
| 9916 | 2026-02-26T17:29:59.570Z | [ host-image] Feb 26 17:29:59.150 INFO O| Feb 26 17:29:59.150 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 9917 | 2026-02-26T17:29:59.570Z | [ host-image] Feb 26 17:29:59.150 INFO O| Feb 26 17:29:59.150 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/mgd/manifest.xml |
| 9918 | 2026-02-26T17:29:59.570Z | [ host-image] Feb 26 17:29:59.150 INFO O| Feb 26 17:29:59.150 INFO ok! |
| 9919 | 2026-02-26T17:29:59.570Z | [ host-image] Feb 26 17:29:59.150 INFO O| Feb 26 17:29:59.150 INFO STEP 76 (ensure_file) COMPLETE |
| 9920 | 2026-02-26T17:29:59.570Z | [ host-image] Feb 26 17:29:59.150 INFO O| Feb 26 17:29:59.150 INFO STEP 77: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9921 | 2026-02-26T17:29:59.595Z | [ host-image] Feb 26 17:29:59.171 INFO O| Feb 26 17:29:59.171 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh does not exist |
| 9922 | 2026-02-26T17:29:59.595Z | [ host-image] Feb 26 17:29:59.171 INFO O| Feb 26 17:29:59.171 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 9923 | 2026-02-26T17:29:59.595Z | [ host-image] Feb 26 17:29:59.171 INFO O| Feb 26 17:29:59.171 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm_method_script.sh |
| 9924 | 2026-02-26T17:29:59.595Z | [ host-image] Feb 26 17:29:59.171 INFO O| Feb 26 17:29:59.171 INFO ok! |
| 9925 | 2026-02-26T17:29:59.595Z | [ host-image] Feb 26 17:29:59.171 INFO O| Feb 26 17:29:59.171 INFO STEP 77 (ensure_file) COMPLETE |
| 9926 | 2026-02-26T17:29:59.595Z | [ host-image] Feb 26 17:29:59.171 INFO O| Feb 26 17:29:59.171 INFO STEP 78: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9927 | 2026-02-26T17:29:59.595Z | [ host-image] Feb 26 17:29:59.190 INFO O| Feb 26 17:29:59.190 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 9928 | 2026-02-26T17:29:59.595Z | [ host-image] Feb 26 17:29:59.190 INFO O| Feb 26 17:29:59.190 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm |
| 9929 | 2026-02-26T17:29:59.595Z | [ host-image] Feb 26 17:29:59.190 INFO O| Feb 26 17:29:59.190 INFO STEP 78 (ensure_dir) COMPLETE |
| 9930 | 2026-02-26T17:29:59.595Z | [ host-image] Feb 26 17:29:59.190 INFO O| Feb 26 17:29:59.190 INFO STEP 79: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9931 | 2026-02-26T17:29:59.620Z | [ host-image] Feb 26 17:29:59.205 INFO O| Feb 26 17:29:59.205 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml does not exist |
| 9932 | 2026-02-26T17:29:59.620Z | [ host-image] Feb 26 17:29:59.205 INFO O| Feb 26 17:29:59.205 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 9933 | 2026-02-26T17:29:59.620Z | [ host-image] Feb 26 17:29:59.205 INFO O| Feb 26 17:29:59.205 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/pkg/ddm/manifest.xml |
| 9934 | 2026-02-26T17:29:59.620Z | [ host-image] Feb 26 17:29:59.205 INFO O| Feb 26 17:29:59.205 INFO ok! |
| 9935 | 2026-02-26T17:29:59.620Z | [ host-image] Feb 26 17:29:59.205 INFO O| Feb 26 17:29:59.205 INFO STEP 79 (ensure_file) COMPLETE |
| 9936 | 2026-02-26T17:29:59.620Z | [ host-image] Feb 26 17:29:59.205 INFO O| Feb 26 17:29:59.205 INFO STEP 80: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9937 | 2026-02-26T17:29:59.644Z | [ host-image] Feb 26 17:29:59.219 INFO O| Feb 26 17:29:59.219 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION does not exist |
| 9938 | 2026-02-26T17:29:59.644Z | [ host-image] Feb 26 17:29:59.219 INFO O| Feb 26 17:29:59.219 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/mg-ddm/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION ... |
| 9939 | 2026-02-26T17:29:59.644Z | [ host-image] Feb 26 17:29:59.220 INFO O| Feb 26 17:29:59.219 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/mg-ddm/VERSION |
| 9940 | 2026-02-26T17:29:59.645Z | [ host-image] Feb 26 17:29:59.220 INFO O| Feb 26 17:29:59.220 INFO ok! |
| 9941 | 2026-02-26T17:29:59.645Z | [ host-image] Feb 26 17:29:59.220 INFO O| Feb 26 17:29:59.220 INFO STEP 80 (ensure_file) COMPLETE |
| 9942 | 2026-02-26T17:29:59.645Z | [ host-image] Feb 26 17:29:59.220 INFO O| Feb 26 17:29:59.220 INFO STEP 81: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9943 | 2026-02-26T17:29:59.645Z | [ host-image] Feb 26 17:29:59.233 INFO O| Feb 26 17:29:59.233 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 9944 | 2026-02-26T17:29:59.645Z | [ host-image] Feb 26 17:29:59.233 INFO O| Feb 26 17:29:59.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent |
| 9945 | 2026-02-26T17:29:59.645Z | [ host-image] Feb 26 17:29:59.233 INFO O| Feb 26 17:29:59.233 INFO STEP 81 (ensure_dir) COMPLETE |
| 9946 | 2026-02-26T17:29:59.645Z | [ host-image] Feb 26 17:29:59.233 INFO O| Feb 26 17:29:59.233 INFO STEP 82: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9947 | 2026-02-26T17:29:59.670Z | [ host-image] Feb 26 17:29:59.252 INFO O| Feb 26 17:29:59.252 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle does not exist |
| 9948 | 2026-02-26T17:29:59.670Z | [ host-image] Feb 26 17:29:59.252 INFO O| Feb 26 17:29:59.252 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/sled-agent/zone-bundle -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle ... |
| 9949 | 2026-02-26T17:30:01.031Z | [ host-image] Feb 26 17:30:00.627 INFO O| Feb 26 17:30:00.626 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/zone-bundle |
| 9950 | 2026-02-26T17:30:01.031Z | [ host-image] Feb 26 17:30:00.627 INFO O| Feb 26 17:30:00.627 INFO ok! |
| 9951 | 2026-02-26T17:30:01.056Z | [ host-image] Feb 26 17:30:00.627 INFO O| Feb 26 17:30:00.627 INFO STEP 82 (ensure_file) COMPLETE |
| 9952 | 2026-02-26T17:30:01.056Z | [ host-image] Feb 26 17:30:00.627 INFO O| Feb 26 17:30:00.627 INFO STEP 83: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9953 | 2026-02-26T17:30:01.056Z | [ host-image] Feb 26 17:30:00.641 INFO O| Feb 26 17:30:00.641 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor does not exist |
| 9954 | 2026-02-26T17:30:01.056Z | [ host-image] Feb 26 17:30:00.642 INFO O| Feb 26 17:30:00.641 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/sled-agent/tofino-monitor -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor ... |
| 9955 | 2026-02-26T17:30:01.845Z | [ host-image] Feb 26 17:30:01.441 INFO O| Feb 26 17:30:01.441 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/tofino-monitor |
| 9956 | 2026-02-26T17:30:01.845Z | [ host-image] Feb 26 17:30:01.441 INFO O| Feb 26 17:30:01.441 INFO ok! |
| 9957 | 2026-02-26T17:30:01.870Z | [ host-image] Feb 26 17:30:01.441 INFO O| Feb 26 17:30:01.441 INFO STEP 83 (ensure_file) COMPLETE |
| 9958 | 2026-02-26T17:30:01.870Z | [ host-image] Feb 26 17:30:01.441 INFO O| Feb 26 17:30:01.441 INFO STEP 84: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9959 | 2026-02-26T17:30:01.870Z | [ host-image] Feb 26 17:30:01.455 INFO O| Feb 26 17:30:01.455 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent does not exist |
| 9960 | 2026-02-26T17:30:01.870Z | [ host-image] Feb 26 17:30:01.455 INFO O| Feb 26 17:30:01.455 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/sled-agent/sled-agent -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent ... |
| 9961 | 2026-02-26T17:30:03.987Z | [ recovery-image] Feb 26 17:30:03.578 INFO E| Finished `release` profile [optimized] target(s) in 53.84s |
| 9962 | 2026-02-26T17:30:04.012Z | [ recovery-image] Feb 26 17:30:03.605 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 9963 | 2026-02-26T17:30:04.135Z | [ recovery-image] Feb 26 17:30:03.728 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')" |
| 9964 | 2026-02-26T17:30:04.161Z | [ recovery-image] Feb 26 17:30:03.728 INFO building ROM for gimlet |
| 9965 | 2026-02-26T17:30:04.161Z | [ recovery-image] Feb 26 17:30:03.728 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") |
| 9966 | 2026-02-26T17:30:04.590Z | [ recovery-image] Feb 26 17:30:04.185 INFO E| Downloading crates ... |
| 9967 | 2026-02-26T17:30:04.681Z | [ recovery-image] Feb 26 17:30:04.277 INFO E| Downloaded anstyle-query v1.1.2 |
| 9968 | 2026-02-26T17:30:04.705Z | [ recovery-image] Feb 26 17:30:04.285 INFO E| Downloaded toml_datetime v0.6.9 |
| 9969 | 2026-02-26T17:30:04.706Z | [ recovery-image] Feb 26 17:30:04.288 INFO E| Downloaded shared_child v1.0.1 |
| 9970 | 2026-02-26T17:30:04.706Z | [ recovery-image] Feb 26 17:30:04.289 INFO E| Downloaded serde_spanned v0.6.8 |
| 9971 | 2026-02-26T17:30:04.706Z | [ recovery-image] Feb 26 17:30:04.292 INFO E| Downloaded toml_write v0.1.1 |
| 9972 | 2026-02-26T17:30:04.706Z | [ recovery-image] Feb 26 17:30:04.297 INFO E| Downloaded anstyle v1.0.10 |
| 9973 | 2026-02-26T17:30:04.706Z | [ recovery-image] Feb 26 17:30:04.302 INFO E| Downloaded colorchoice v1.0.3 |
| 9974 | 2026-02-26T17:30:04.730Z | [ recovery-image] Feb 26 17:30:04.303 INFO E| Downloaded clap_derive v4.5.32 |
| 9975 | 2026-02-26T17:30:04.730Z | [ recovery-image] Feb 26 17:30:04.307 INFO E| Downloaded cc v1.2.20 |
| 9976 | 2026-02-26T17:30:04.730Z | [ recovery-image] Feb 26 17:30:04.312 INFO E| Downloaded winnow v0.7.7 |
| 9977 | 2026-02-26T17:30:04.730Z | [ recovery-image] Feb 26 17:30:04.325 INFO E| Downloaded clap_builder v4.5.37 |
| 9978 | 2026-02-26T17:30:04.755Z | [ recovery-image] Feb 26 17:30:04.334 INFO E| Downloaded toml v0.8.22 |
| 9979 | 2026-02-26T17:30:04.781Z | [ recovery-image] Feb 26 17:30:04.377 INFO E| Downloaded toml_edit v0.22.26 |
| 9980 | 2026-02-26T17:30:04.827Z | [ recovery-image] Feb 26 17:30:04.423 INFO E| Downloaded clap v4.5.37 |
| 9981 | 2026-02-26T17:30:04.852Z | [ recovery-image] Feb 26 17:30:04.436 INFO E| Downloaded anstyle-parse v0.2.6 |
| 9982 | 2026-02-26T17:30:04.852Z | [ recovery-image] Feb 26 17:30:04.439 INFO E| Downloaded os_pipe v1.2.1 |
| 9983 | 2026-02-26T17:30:04.852Z | [ recovery-image] Feb 26 17:30:04.441 INFO E| Downloaded duct v0.13.7 |
| 9984 | 2026-02-26T17:30:04.911Z | [ recovery-image] Feb 26 17:30:04.506 INFO E| Compiling libc v0.2.172 |
| 9985 | 2026-02-26T17:30:04.911Z | [ recovery-image] Feb 26 17:30:04.506 INFO E| Compiling utf8parse v0.2.2 |
| 9986 | 2026-02-26T17:30:04.911Z | [ recovery-image] Feb 26 17:30:04.506 INFO E| Compiling anstyle-query v1.1.2 |
| 9987 | 2026-02-26T17:30:04.911Z | [ recovery-image] Feb 26 17:30:04.506 INFO E| Compiling anstyle v1.0.10 |
| 9988 | 2026-02-26T17:30:04.911Z | [ recovery-image] Feb 26 17:30:04.506 INFO E| Compiling is_terminal_polyfill v1.70.1 |
| 9989 | 2026-02-26T17:30:04.936Z | [ recovery-image] Feb 26 17:30:04.507 INFO E| Compiling equivalent v1.0.2 |
| 9990 | 2026-02-26T17:30:04.936Z | [ recovery-image] Feb 26 17:30:04.507 INFO E| Compiling shlex v1.3.0 |
| 9991 | 2026-02-26T17:30:04.936Z | [ recovery-image] Feb 26 17:30:04.507 INFO E| Compiling syn v2.0.101 |
| 9992 | 2026-02-26T17:30:05.129Z | [ host-image] Feb 26 17:30:04.724 INFO O| Feb 26 17:30:04.724 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/sled-agent |
| 9993 | 2026-02-26T17:30:05.129Z | [ host-image] Feb 26 17:30:04.724 INFO O| Feb 26 17:30:04.724 INFO ok! |
| 9994 | 2026-02-26T17:30:05.129Z | [ host-image] Feb 26 17:30:04.724 INFO O| Feb 26 17:30:04.724 INFO STEP 84 (ensure_file) COMPLETE |
| 9995 | 2026-02-26T17:30:05.153Z | [ host-image] Feb 26 17:30:04.724 INFO O| Feb 26 17:30:04.724 INFO STEP 85: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 9996 | 2026-02-26T17:30:05.153Z | [ host-image] Feb 26 17:30:04.740 INFO O| Feb 26 17:30:04.740 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 9997 | 2026-02-26T17:30:05.154Z | [ host-image] Feb 26 17:30:04.740 INFO O| Feb 26 17:30:04.740 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg |
| 9998 | 2026-02-26T17:30:05.154Z | [ host-image] Feb 26 17:30:04.740 INFO O| Feb 26 17:30:04.740 INFO STEP 85 (ensure_dir) COMPLETE |
| 9999 | 2026-02-26T17:30:05.154Z | [ host-image] Feb 26 17:30:04.740 INFO O| Feb 26 17:30:04.740 INFO STEP 86: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10000 | 2026-02-26T17:30:05.178Z | [ host-image] Feb 26 17:30:04.757 INFO O| Feb 26 17:30:04.757 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml does not exist |
| 10001 | 2026-02-26T17:30:05.178Z | [ host-image] Feb 26 17:30:04.757 INFO O| Feb 26 17:30:04.757 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10002 | 2026-02-26T17:30:05.178Z | [ host-image] Feb 26 17:30:04.758 INFO O| Feb 26 17:30:04.757 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/config.toml |
| 10003 | 2026-02-26T17:30:05.178Z | [ host-image] Feb 26 17:30:04.758 INFO O| Feb 26 17:30:04.757 INFO ok! |
| 10004 | 2026-02-26T17:30:05.178Z | [ host-image] Feb 26 17:30:04.758 INFO O| Feb 26 17:30:04.757 INFO STEP 86 (ensure_file) COMPLETE |
| 10005 | 2026-02-26T17:30:05.178Z | [ host-image] Feb 26 17:30:04.758 INFO O| Feb 26 17:30:04.758 INFO STEP 87: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10006 | 2026-02-26T17:30:05.178Z | [ recovery-image] Feb 26 17:30:04.764 INFO E| Compiling colorchoice v1.0.3 |
| 10007 | 2026-02-26T17:30:05.178Z | [ recovery-image] Feb 26 17:30:04.772 INFO E| Compiling once_cell v1.21.3 |
| 10008 | 2026-02-26T17:30:05.203Z | [ host-image] Feb 26 17:30:04.776 INFO O| Feb 26 17:30:04.776 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md does not exist |
| 10009 | 2026-02-26T17:30:05.203Z | [ host-image] Feb 26 17:30:04.776 INFO O| Feb 26 17:30:04.776 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10010 | 2026-02-26T17:30:05.203Z | [ host-image] Feb 26 17:30:04.776 INFO O| Feb 26 17:30:04.776 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/pkg/README.md |
| 10011 | 2026-02-26T17:30:05.203Z | [ host-image] Feb 26 17:30:04.776 INFO O| Feb 26 17:30:04.776 INFO ok! |
| 10012 | 2026-02-26T17:30:05.203Z | [ host-image] Feb 26 17:30:04.776 INFO O| Feb 26 17:30:04.776 INFO STEP 87 (ensure_file) COMPLETE |
| 10013 | 2026-02-26T17:30:05.203Z | [ host-image] Feb 26 17:30:04.776 INFO O| Feb 26 17:30:04.776 INFO STEP 88: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10014 | 2026-02-26T17:30:05.203Z | [ recovery-image] Feb 26 17:30:04.787 INFO E| Compiling hashbrown v0.15.2 |
| 10015 | 2026-02-26T17:30:05.203Z | [ host-image] Feb 26 17:30:04.794 INFO O| Feb 26 17:30:04.794 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION does not exist |
| 10016 | 2026-02-26T17:30:05.203Z | [ host-image] Feb 26 17:30:04.794 INFO O| Feb 26 17:30:04.794 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/sled-agent/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION ... |
| 10017 | 2026-02-26T17:30:05.203Z | [ host-image] Feb 26 17:30:04.795 INFO O| Feb 26 17:30:04.795 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/sled-agent/VERSION |
| 10018 | 2026-02-26T17:30:05.203Z | [ host-image] Feb 26 17:30:04.795 INFO O| Feb 26 17:30:04.795 INFO ok! |
| 10019 | 2026-02-26T17:30:05.203Z | [ host-image] Feb 26 17:30:04.795 INFO O| Feb 26 17:30:04.795 INFO STEP 88 (ensure_file) COMPLETE |
| 10020 | 2026-02-26T17:30:05.203Z | [ host-image] Feb 26 17:30:04.795 INFO O| Feb 26 17:30:04.795 INFO STEP 89: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10021 | 2026-02-26T17:30:05.228Z | [ host-image] Feb 26 17:30:04.813 INFO O| Feb 26 17:30:04.813 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz does not exist |
| 10022 | 2026-02-26T17:30:05.228Z | [ host-image] Feb 26 17:30:04.813 INFO O| Feb 26 17:30:04.813 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/overlay.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz ... |
| 10023 | 2026-02-26T17:30:05.228Z | [ host-image] Feb 26 17:30:04.813 INFO O| Feb 26 17:30:04.813 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/overlay.tar.gz |
| 10024 | 2026-02-26T17:30:05.228Z | [ host-image] Feb 26 17:30:04.813 INFO O| Feb 26 17:30:04.813 INFO ok! |
| 10025 | 2026-02-26T17:30:05.228Z | [ host-image] Feb 26 17:30:04.813 INFO O| Feb 26 17:30:04.813 INFO STEP 89 (ensure_file) COMPLETE |
| 10026 | 2026-02-26T17:30:05.228Z | [ host-image] Feb 26 17:30:04.813 INFO O| Feb 26 17:30:04.813 INFO STEP 90: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10027 | 2026-02-26T17:30:05.253Z | [ host-image] Feb 26 17:30:04.830 INFO O| Feb 26 17:30:04.830 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10028 | 2026-02-26T17:30:05.253Z | [ host-image] Feb 26 17:30:04.830 INFO O| Feb 26 17:30:04.830 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog |
| 10029 | 2026-02-26T17:30:05.253Z | [ host-image] Feb 26 17:30:04.830 INFO O| Feb 26 17:30:04.830 INFO STEP 90 (ensure_dir) COMPLETE |
| 10030 | 2026-02-26T17:30:05.253Z | [ host-image] Feb 26 17:30:04.830 INFO O| Feb 26 17:30:04.830 INFO STEP 91: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10031 | 2026-02-26T17:30:05.253Z | [ host-image] Feb 26 17:30:04.846 INFO O| Feb 26 17:30:04.846 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog does not exist |
| 10032 | 2026-02-26T17:30:05.253Z | [ host-image] Feb 26 17:30:04.846 INFO O| Feb 26 17:30:04.846 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/oxlog/oxlog -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog ... |
| 10033 | 2026-02-26T17:30:05.316Z | [ recovery-image] Feb 26 17:30:04.912 INFO E| Compiling anstyle-parse v0.2.6 |
| 10034 | 2026-02-26T17:30:05.666Z | [ host-image] Feb 26 17:30:05.261 INFO O| Feb 26 17:30:05.261 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/oxlog |
| 10035 | 2026-02-26T17:30:05.666Z | [ host-image] Feb 26 17:30:05.261 INFO O| Feb 26 17:30:05.261 INFO ok! |
| 10036 | 2026-02-26T17:30:05.691Z | [ host-image] Feb 26 17:30:05.261 INFO O| Feb 26 17:30:05.261 INFO STEP 91 (ensure_file) COMPLETE |
| 10037 | 2026-02-26T17:30:05.691Z | [ host-image] Feb 26 17:30:05.261 INFO O| Feb 26 17:30:05.261 INFO STEP 92: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10038 | 2026-02-26T17:30:05.691Z | [ host-image] Feb 26 17:30:05.277 INFO O| Feb 26 17:30:05.277 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION does not exist |
| 10039 | 2026-02-26T17:30:05.691Z | [ host-image] Feb 26 17:30:05.278 INFO O| Feb 26 17:30:05.277 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/oxlog/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION ... |
| 10040 | 2026-02-26T17:30:05.691Z | [ host-image] Feb 26 17:30:05.278 INFO O| Feb 26 17:30:05.278 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/oxlog/VERSION |
| 10041 | 2026-02-26T17:30:05.691Z | [ host-image] Feb 26 17:30:05.278 INFO O| Feb 26 17:30:05.278 INFO ok! |
| 10042 | 2026-02-26T17:30:05.691Z | [ host-image] Feb 26 17:30:05.278 INFO O| Feb 26 17:30:05.278 INFO STEP 92 (ensure_file) COMPLETE |
| 10043 | 2026-02-26T17:30:05.691Z | [ host-image] Feb 26 17:30:05.278 INFO O| Feb 26 17:30:05.278 INFO STEP 93: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10044 | 2026-02-26T17:30:05.717Z | [ host-image] Feb 26 17:30:05.297 INFO O| Feb 26 17:30:05.297 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz does not exist |
| 10045 | 2026-02-26T17:30:05.717Z | [ host-image] Feb 26 17:30:05.297 INFO O| Feb 26 17:30:05.297 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/propolis-server.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz ... |
| 10046 | 2026-02-26T17:30:05.717Z | [ recovery-image] Feb 26 17:30:05.298 INFO E| Compiling cc v1.2.20 |
| 10047 | 2026-02-26T17:30:05.743Z | [ recovery-image] Feb 26 17:30:05.317 INFO E| Compiling strsim v0.11.1 |
| 10048 | 2026-02-26T17:30:05.930Z | [ recovery-image] Feb 26 17:30:05.523 INFO E| Compiling anyhow v1.0.98 |
| 10049 | 2026-02-26T17:30:06.153Z | [ recovery-image] Feb 26 17:30:05.748 INFO E| Compiling anstream v0.6.18 |
| 10050 | 2026-02-26T17:30:06.317Z | [ recovery-image] Feb 26 17:30:05.912 INFO E| Compiling clap_lex v0.7.4 |
| 10051 | 2026-02-26T17:30:06.694Z | [ recovery-image] Feb 26 17:30:06.290 INFO E| Compiling winnow v0.7.7 |
| 10052 | 2026-02-26T17:30:07.164Z | [ recovery-image] Feb 26 17:30:06.759 INFO E| Compiling toml_write v0.1.1 |
| 10053 | 2026-02-26T17:30:07.188Z | [ recovery-image] Feb 26 17:30:06.783 INFO E| Compiling clap_builder v4.5.37 |
| 10054 | 2026-02-26T17:30:07.551Z | [ recovery-image] Feb 26 17:30:07.124 INFO E| Compiling shared_child v1.0.1 |
| 10055 | 2026-02-26T17:30:07.592Z | [ recovery-image] Feb 26 17:30:07.187 INFO E| Compiling os_pipe v1.2.1 |
| 10056 | 2026-02-26T17:30:07.712Z | [ recovery-image] Feb 26 17:30:07.306 INFO E| Compiling indexmap v2.9.0 |
| 10057 | 2026-02-26T17:30:08.015Z | [ recovery-image] Feb 26 17:30:07.611 INFO E| Compiling duct v0.13.7 |
| 10058 | 2026-02-26T17:30:08.857Z | [ host-image] Feb 26 17:30:08.453 INFO O| Feb 26 17:30:08.453 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/propolis-server.tar.gz |
| 10059 | 2026-02-26T17:30:08.857Z | [ host-image] Feb 26 17:30:08.453 INFO O| Feb 26 17:30:08.453 INFO ok! |
| 10060 | 2026-02-26T17:30:08.857Z | [ host-image] Feb 26 17:30:08.453 INFO O| Feb 26 17:30:08.453 INFO STEP 93 (ensure_file) COMPLETE |
| 10061 | 2026-02-26T17:30:08.883Z | [ host-image] Feb 26 17:30:08.453 INFO O| Feb 26 17:30:08.453 INFO STEP 94: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10062 | 2026-02-26T17:30:08.883Z | [ host-image] Feb 26 17:30:08.469 INFO O| Feb 26 17:30:08.469 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10063 | 2026-02-26T17:30:08.883Z | [ host-image] Feb 26 17:30:08.469 INFO O| Feb 26 17:30:08.469 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind |
| 10064 | 2026-02-26T17:30:08.883Z | [ host-image] Feb 26 17:30:08.469 INFO O| Feb 26 17:30:08.469 INFO STEP 94 (ensure_dir) COMPLETE |
| 10065 | 2026-02-26T17:30:08.883Z | [ host-image] Feb 26 17:30:08.469 INFO O| Feb 26 17:30:08.469 INFO STEP 95: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10066 | 2026-02-26T17:30:08.909Z | [ host-image] Feb 26 17:30:08.490 INFO O| Feb 26 17:30:08.489 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10067 | 2026-02-26T17:30:08.909Z | [ host-image] Feb 26 17:30:08.490 INFO O| Feb 26 17:30:08.490 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib |
| 10068 | 2026-02-26T17:30:08.909Z | [ host-image] Feb 26 17:30:08.490 INFO O| Feb 26 17:30:08.490 INFO STEP 95 (ensure_dir) COMPLETE |
| 10069 | 2026-02-26T17:30:08.909Z | [ host-image] Feb 26 17:30:08.490 INFO O| Feb 26 17:30:08.490 INFO STEP 96: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10070 | 2026-02-26T17:30:08.935Z | [ host-image] Feb 26 17:30:08.505 INFO O| Feb 26 17:30:08.505 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10071 | 2026-02-26T17:30:08.935Z | [ host-image] Feb 26 17:30:08.505 INFO O| Feb 26 17:30:08.505 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc |
| 10072 | 2026-02-26T17:30:08.935Z | [ host-image] Feb 26 17:30:08.505 INFO O| Feb 26 17:30:08.505 INFO STEP 96 (ensure_dir) COMPLETE |
| 10073 | 2026-02-26T17:30:08.935Z | [ host-image] Feb 26 17:30:08.505 INFO O| Feb 26 17:30:08.505 INFO STEP 97: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10074 | 2026-02-26T17:30:08.935Z | [ host-image] Feb 26 17:30:08.519 INFO O| Feb 26 17:30:08.519 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10075 | 2026-02-26T17:30:08.935Z | [ host-image] Feb 26 17:30:08.519 INFO O| Feb 26 17:30:08.519 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest |
| 10076 | 2026-02-26T17:30:08.935Z | [ host-image] Feb 26 17:30:08.519 INFO O| Feb 26 17:30:08.519 INFO STEP 97 (ensure_dir) COMPLETE |
| 10077 | 2026-02-26T17:30:08.935Z | [ host-image] Feb 26 17:30:08.519 INFO O| Feb 26 17:30:08.519 INFO STEP 98: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10078 | 2026-02-26T17:30:08.961Z | [ host-image] Feb 26 17:30:08.532 INFO O| Feb 26 17:30:08.532 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10079 | 2026-02-26T17:30:08.961Z | [ host-image] Feb 26 17:30:08.532 INFO O| Feb 26 17:30:08.532 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system |
| 10080 | 2026-02-26T17:30:08.961Z | [ host-image] Feb 26 17:30:08.532 INFO O| Feb 26 17:30:08.532 INFO STEP 98 (ensure_dir) COMPLETE |
| 10081 | 2026-02-26T17:30:08.961Z | [ host-image] Feb 26 17:30:08.532 INFO O| Feb 26 17:30:08.532 INFO STEP 99: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10082 | 2026-02-26T17:30:08.961Z | [ host-image] Feb 26 17:30:08.552 INFO O| Feb 26 17:30:08.552 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml does not exist |
| 10083 | 2026-02-26T17:30:08.961Z | [ host-image] Feb 26 17:30:08.552 INFO O| Feb 26 17:30:08.552 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10084 | 2026-02-26T17:30:08.961Z | [ host-image] Feb 26 17:30:08.552 INFO O| Feb 26 17:30:08.552 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/lib/svc/manifest/system/pumpkind.xml |
| 10085 | 2026-02-26T17:30:08.961Z | [ host-image] Feb 26 17:30:08.552 INFO O| Feb 26 17:30:08.552 INFO ok! |
| 10086 | 2026-02-26T17:30:08.961Z | [ host-image] Feb 26 17:30:08.552 INFO O| Feb 26 17:30:08.552 INFO STEP 99 (ensure_file) COMPLETE |
| 10087 | 2026-02-26T17:30:08.961Z | [ host-image] Feb 26 17:30:08.552 INFO O| Feb 26 17:30:08.552 INFO STEP 100: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10088 | 2026-02-26T17:30:08.989Z | [ host-image] Feb 26 17:30:08.566 INFO O| Feb 26 17:30:08.566 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10089 | 2026-02-26T17:30:08.989Z | [ host-image] Feb 26 17:30:08.566 INFO O| Feb 26 17:30:08.566 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin |
| 10090 | 2026-02-26T17:30:08.990Z | [ host-image] Feb 26 17:30:08.566 INFO O| Feb 26 17:30:08.566 INFO STEP 100 (ensure_dir) COMPLETE |
| 10091 | 2026-02-26T17:30:08.990Z | [ host-image] Feb 26 17:30:08.566 INFO O| Feb 26 17:30:08.566 INFO STEP 101: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10092 | 2026-02-26T17:30:08.990Z | [ host-image] Feb 26 17:30:08.580 INFO O| Feb 26 17:30:08.580 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind does not exist |
| 10093 | 2026-02-26T17:30:08.990Z | [ host-image] Feb 26 17:30:08.580 INFO O| Feb 26 17:30:08.580 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/pumpkind/bin/pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind ... |
| 10094 | 2026-02-26T17:30:09.578Z | [ host-image] Feb 26 17:30:09.174 INFO O| Feb 26 17:30:09.174 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkind |
| 10095 | 2026-02-26T17:30:09.578Z | [ host-image] Feb 26 17:30:09.174 INFO O| Feb 26 17:30:09.174 INFO ok! |
| 10096 | 2026-02-26T17:30:09.605Z | [ host-image] Feb 26 17:30:09.174 INFO O| Feb 26 17:30:09.174 INFO STEP 101 (ensure_file) COMPLETE |
| 10097 | 2026-02-26T17:30:09.605Z | [ host-image] Feb 26 17:30:09.174 INFO O| Feb 26 17:30:09.174 INFO STEP 102: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10098 | 2026-02-26T17:30:09.605Z | [ host-image] Feb 26 17:30:09.189 INFO O| Feb 26 17:30:09.189 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind does not exist |
| 10099 | 2026-02-26T17:30:09.605Z | [ host-image] Feb 26 17:30:09.189 INFO O| Feb 26 17:30:09.189 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/pumpkind/bin/svc-pumpkind -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind ... |
| 10100 | 2026-02-26T17:30:09.605Z | [ host-image] Feb 26 17:30:09.189 INFO O| Feb 26 17:30:09.189 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/svc-pumpkind |
| 10101 | 2026-02-26T17:30:09.605Z | [ host-image] Feb 26 17:30:09.189 INFO O| Feb 26 17:30:09.189 INFO ok! |
| 10102 | 2026-02-26T17:30:09.605Z | [ host-image] Feb 26 17:30:09.189 INFO O| Feb 26 17:30:09.189 INFO STEP 102 (ensure_file) COMPLETE |
| 10103 | 2026-02-26T17:30:09.605Z | [ host-image] Feb 26 17:30:09.189 INFO O| Feb 26 17:30:09.189 INFO STEP 103: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10104 | 2026-02-26T17:30:09.631Z | [ host-image] Feb 26 17:30:09.206 INFO O| Feb 26 17:30:09.206 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm does not exist |
| 10105 | 2026-02-26T17:30:09.631Z | [ host-image] Feb 26 17:30:09.206 INFO O| Feb 26 17:30:09.206 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/pumpkind/bin/pumpkinadm -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm ... |
| 10106 | 2026-02-26T17:30:09.657Z | [ host-image] Feb 26 17:30:09.226 INFO O| Feb 26 17:30:09.226 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/bin/pumpkinadm |
| 10107 | 2026-02-26T17:30:09.657Z | [ host-image] Feb 26 17:30:09.226 INFO O| Feb 26 17:30:09.226 INFO ok! |
| 10108 | 2026-02-26T17:30:09.657Z | [ host-image] Feb 26 17:30:09.226 INFO O| Feb 26 17:30:09.226 INFO STEP 103 (ensure_file) COMPLETE |
| 10109 | 2026-02-26T17:30:09.657Z | [ host-image] Feb 26 17:30:09.226 INFO O| Feb 26 17:30:09.226 INFO STEP 104: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10110 | 2026-02-26T17:30:09.657Z | [ host-image] Feb 26 17:30:09.243 INFO O| Feb 26 17:30:09.243 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION does not exist |
| 10111 | 2026-02-26T17:30:09.657Z | [ host-image] Feb 26 17:30:09.243 INFO O| Feb 26 17:30:09.243 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/pumpkind/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION ... |
| 10112 | 2026-02-26T17:30:09.657Z | [ host-image] Feb 26 17:30:09.243 INFO O| Feb 26 17:30:09.243 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/pumpkind/VERSION |
| 10113 | 2026-02-26T17:30:09.657Z | [ host-image] Feb 26 17:30:09.243 INFO O| Feb 26 17:30:09.243 INFO ok! |
| 10114 | 2026-02-26T17:30:09.657Z | [ host-image] Feb 26 17:30:09.243 INFO O| Feb 26 17:30:09.243 INFO STEP 104 (ensure_file) COMPLETE |
| 10115 | 2026-02-26T17:30:09.657Z | [ host-image] Feb 26 17:30:09.243 INFO O| Feb 26 17:30:09.243 INFO STEP 105: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10116 | 2026-02-26T17:30:09.682Z | [ host-image] Feb 26 17:30:09.260 INFO O| Feb 26 17:30:09.260 INFO creating directory: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10117 | 2026-02-26T17:30:09.682Z | [ host-image] Feb 26 17:30:09.260 INFO O| Feb 26 17:30:09.260 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils |
| 10118 | 2026-02-26T17:30:09.682Z | [ host-image] Feb 26 17:30:09.260 INFO O| Feb 26 17:30:09.260 INFO STEP 105 (ensure_dir) COMPLETE |
| 10119 | 2026-02-26T17:30:09.682Z | [ host-image] Feb 26 17:30:09.260 INFO O| Feb 26 17:30:09.260 INFO STEP 106: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10120 | 2026-02-26T17:30:09.708Z | [ host-image] Feb 26 17:30:09.278 INFO O| Feb 26 17:30:09.278 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw does not exist |
| 10121 | 2026-02-26T17:30:09.708Z | [ host-image] Feb 26 17:30:09.278 INFO O| Feb 26 17:30:09.278 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10122 | 2026-02-26T17:30:10.163Z | [ recovery-image] Feb 26 17:30:09.757 INFO E| Compiling xtask v0.1.0 (/work/oxidecomputer/helios/projects/amd-host-image-builder/xtask) |
| 10123 | 2026-02-26T17:30:10.454Z | [ host-image] Feb 26 17:30:10.050 INFO O| Feb 26 17:30:10.050 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/crucible-verify-raw |
| 10124 | 2026-02-26T17:30:10.479Z | [ host-image] Feb 26 17:30:10.050 INFO O| Feb 26 17:30:10.050 INFO ok! |
| 10125 | 2026-02-26T17:30:10.479Z | [ host-image] Feb 26 17:30:10.050 INFO O| Feb 26 17:30:10.050 INFO STEP 106 (ensure_file) COMPLETE |
| 10126 | 2026-02-26T17:30:10.480Z | [ host-image] Feb 26 17:30:10.050 INFO O| Feb 26 17:30:10.050 INFO STEP 107: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10127 | 2026-02-26T17:30:10.480Z | [ host-image] Feb 26 17:30:10.074 INFO O| Feb 26 17:30:10.073 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d does not exist |
| 10128 | 2026-02-26T17:30:10.480Z | [ host-image] Feb 26 17:30:10.074 INFO O| Feb 26 17:30:10.073 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10129 | 2026-02-26T17:30:10.480Z | [ host-image] Feb 26 17:30:10.074 INFO O| Feb 26 17:30:10.074 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_repair.d |
| 10130 | 2026-02-26T17:30:10.480Z | [ host-image] Feb 26 17:30:10.074 INFO O| Feb 26 17:30:10.074 INFO ok! |
| 10131 | 2026-02-26T17:30:10.480Z | [ host-image] Feb 26 17:30:10.074 INFO O| Feb 26 17:30:10.074 INFO STEP 107 (ensure_file) COMPLETE |
| 10132 | 2026-02-26T17:30:10.480Z | [ host-image] Feb 26 17:30:10.074 INFO O| Feb 26 17:30:10.074 INFO STEP 108: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10133 | 2026-02-26T17:30:10.505Z | [ host-image] Feb 26 17:30:10.089 INFO O| Feb 26 17:30:10.089 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d does not exist |
| 10134 | 2026-02-26T17:30:10.505Z | [ host-image] Feb 26 17:30:10.089 INFO O| Feb 26 17:30:10.089 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10135 | 2026-02-26T17:30:10.505Z | [ host-image] Feb 26 17:30:10.089 INFO O| Feb 26 17:30:10.089 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_raw.d |
| 10136 | 2026-02-26T17:30:10.505Z | [ host-image] Feb 26 17:30:10.089 INFO O| Feb 26 17:30:10.089 INFO ok! |
| 10137 | 2026-02-26T17:30:10.505Z | [ host-image] Feb 26 17:30:10.089 INFO O| Feb 26 17:30:10.089 INFO STEP 108 (ensure_file) COMPLETE |
| 10138 | 2026-02-26T17:30:10.505Z | [ host-image] Feb 26 17:30:10.089 INFO O| Feb 26 17:30:10.089 INFO STEP 109: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10139 | 2026-02-26T17:30:10.530Z | [ host-image] Feb 26 17:30:10.106 INFO O| Feb 26 17:30:10.105 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d does not exist |
| 10140 | 2026-02-26T17:30:10.530Z | [ host-image] Feb 26 17:30:10.106 INFO O| Feb 26 17:30:10.105 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10141 | 2026-02-26T17:30:10.530Z | [ host-image] Feb 26 17:30:10.106 INFO O| Feb 26 17:30:10.106 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_info.d |
| 10142 | 2026-02-26T17:30:10.530Z | [ host-image] Feb 26 17:30:10.106 INFO O| Feb 26 17:30:10.106 INFO ok! |
| 10143 | 2026-02-26T17:30:10.530Z | [ host-image] Feb 26 17:30:10.106 INFO O| Feb 26 17:30:10.106 INFO STEP 109 (ensure_file) COMPLETE |
| 10144 | 2026-02-26T17:30:10.530Z | [ host-image] Feb 26 17:30:10.106 INFO O| Feb 26 17:30:10.106 INFO STEP 110: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10145 | 2026-02-26T17:30:10.530Z | [ host-image] Feb 26 17:30:10.125 INFO O| Feb 26 17:30:10.125 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d does not exist |
| 10146 | 2026-02-26T17:30:10.530Z | [ host-image] Feb 26 17:30:10.125 INFO O| Feb 26 17:30:10.125 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10147 | 2026-02-26T17:30:10.531Z | [ host-image] Feb 26 17:30:10.125 INFO O| Feb 26 17:30:10.125 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_count.d |
| 10148 | 2026-02-26T17:30:10.531Z | [ host-image] Feb 26 17:30:10.125 INFO O| Feb 26 17:30:10.125 INFO ok! |
| 10149 | 2026-02-26T17:30:10.531Z | [ host-image] Feb 26 17:30:10.125 INFO O| Feb 26 17:30:10.125 INFO STEP 110 (ensure_file) COMPLETE |
| 10150 | 2026-02-26T17:30:10.531Z | [ host-image] Feb 26 17:30:10.125 INFO O| Feb 26 17:30:10.125 INFO STEP 111: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10151 | 2026-02-26T17:30:10.555Z | [ host-image] Feb 26 17:30:10.144 INFO O| Feb 26 17:30:10.144 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d does not exist |
| 10152 | 2026-02-26T17:30:10.555Z | [ host-image] Feb 26 17:30:10.144 INFO O| Feb 26 17:30:10.144 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10153 | 2026-02-26T17:30:10.555Z | [ host-image] Feb 26 17:30:10.145 INFO O| Feb 26 17:30:10.144 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/upstairs_action.d |
| 10154 | 2026-02-26T17:30:10.555Z | [ host-image] Feb 26 17:30:10.145 INFO O| Feb 26 17:30:10.144 INFO ok! |
| 10155 | 2026-02-26T17:30:10.556Z | [ host-image] Feb 26 17:30:10.145 INFO O| Feb 26 17:30:10.145 INFO STEP 111 (ensure_file) COMPLETE |
| 10156 | 2026-02-26T17:30:10.556Z | [ host-image] Feb 26 17:30:10.145 INFO O| Feb 26 17:30:10.145 INFO STEP 112: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10157 | 2026-02-26T17:30:10.583Z | [ host-image] Feb 26 17:30:10.164 INFO O| Feb 26 17:30:10.164 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d does not exist |
| 10158 | 2026-02-26T17:30:10.583Z | [ host-image] Feb 26 17:30:10.164 INFO O| Feb 26 17:30:10.164 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10159 | 2026-02-26T17:30:10.583Z | [ host-image] Feb 26 17:30:10.165 INFO O| Feb 26 17:30:10.164 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/up-info.d |
| 10160 | 2026-02-26T17:30:10.583Z | [ host-image] Feb 26 17:30:10.165 INFO O| Feb 26 17:30:10.165 INFO ok! |
| 10161 | 2026-02-26T17:30:10.583Z | [ host-image] Feb 26 17:30:10.165 INFO O| Feb 26 17:30:10.165 INFO STEP 112 (ensure_file) COMPLETE |
| 10162 | 2026-02-26T17:30:10.583Z | [ host-image] Feb 26 17:30:10.165 INFO O| Feb 26 17:30:10.165 INFO STEP 113: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10163 | 2026-02-26T17:30:10.633Z | [ host-image] Feb 26 17:30:10.180 INFO O| Feb 26 17:30:10.179 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d does not exist |
| 10164 | 2026-02-26T17:30:10.633Z | [ host-image] Feb 26 17:30:10.180 INFO O| Feb 26 17:30:10.180 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/crucible_utils/tracegw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d ... |
| 10165 | 2026-02-26T17:30:10.633Z | [ host-image] Feb 26 17:30:10.180 INFO O| Feb 26 17:30:10.180 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/tracegw.d |
| 10166 | 2026-02-26T17:30:10.633Z | [ host-image] Feb 26 17:30:10.180 INFO O| Feb 26 17:30:10.180 INFO ok! |
| 10167 | 2026-02-26T17:30:10.633Z | [ host-image] Feb 26 17:30:10.180 INFO O| Feb 26 17:30:10.180 INFO STEP 113 (ensure_file) COMPLETE |
| 10168 | 2026-02-26T17:30:10.633Z | [ host-image] Feb 26 17:30:10.180 INFO O| Feb 26 17:30:10.180 INFO STEP 114: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10169 | 2026-02-26T17:30:10.633Z | [ host-image] Feb 26 17:30:10.199 INFO O| Feb 26 17:30:10.199 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d does not exist |
| 10170 | 2026-02-26T17:30:10.633Z | [ host-image] Feb 26 17:30:10.199 INFO O| Feb 26 17:30:10.199 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10171 | 2026-02-26T17:30:10.633Z | [ host-image] Feb 26 17:30:10.199 INFO O| Feb 26 17:30:10.199 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/trace-vol.d |
| 10172 | 2026-02-26T17:30:10.633Z | [ host-image] Feb 26 17:30:10.199 INFO O| Feb 26 17:30:10.199 INFO ok! |
| 10173 | 2026-02-26T17:30:10.633Z | [ host-image] Feb 26 17:30:10.199 INFO O| Feb 26 17:30:10.199 INFO STEP 114 (ensure_file) COMPLETE |
| 10174 | 2026-02-26T17:30:10.633Z | [ host-image] Feb 26 17:30:10.199 INFO O| Feb 26 17:30:10.199 INFO STEP 115: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10175 | 2026-02-26T17:30:10.661Z | [ host-image] Feb 26 17:30:10.216 INFO O| Feb 26 17:30:10.216 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d does not exist |
| 10176 | 2026-02-26T17:30:10.661Z | [ host-image] Feb 26 17:30:10.217 INFO O| Feb 26 17:30:10.216 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10177 | 2026-02-26T17:30:10.661Z | [ host-image] Feb 26 17:30:10.217 INFO O| Feb 26 17:30:10.217 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/sled_upstairs_info.d |
| 10178 | 2026-02-26T17:30:10.661Z | [ host-image] Feb 26 17:30:10.217 INFO O| Feb 26 17:30:10.217 INFO ok! |
| 10179 | 2026-02-26T17:30:10.662Z | [ host-image] Feb 26 17:30:10.217 INFO O| Feb 26 17:30:10.217 INFO STEP 115 (ensure_file) COMPLETE |
| 10180 | 2026-02-26T17:30:10.662Z | [ host-image] Feb 26 17:30:10.217 INFO O| Feb 26 17:30:10.217 INFO STEP 116: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10181 | 2026-02-26T17:30:10.662Z | [ host-image] Feb 26 17:30:10.233 INFO O| Feb 26 17:30:10.233 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d does not exist |
| 10182 | 2026-02-26T17:30:10.662Z | [ host-image] Feb 26 17:30:10.233 INFO O| Feb 26 17:30:10.233 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10183 | 2026-02-26T17:30:10.662Z | [ host-image] Feb 26 17:30:10.233 INFO O| Feb 26 17:30:10.233 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/single_up_info.d |
| 10184 | 2026-02-26T17:30:10.662Z | [ host-image] Feb 26 17:30:10.233 INFO O| Feb 26 17:30:10.233 INFO ok! |
| 10185 | 2026-02-26T17:30:10.662Z | [ host-image] Feb 26 17:30:10.233 INFO O| Feb 26 17:30:10.233 INFO STEP 116 (ensure_file) COMPLETE |
| 10186 | 2026-02-26T17:30:10.662Z | [ host-image] Feb 26 17:30:10.233 INFO O| Feb 26 17:30:10.233 INFO STEP 117: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10187 | 2026-02-26T17:30:10.662Z | [ host-image] Feb 26 17:30:10.252 INFO O| Feb 26 17:30:10.252 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d does not exist |
| 10188 | 2026-02-26T17:30:10.662Z | [ host-image] Feb 26 17:30:10.252 INFO O| Feb 26 17:30:10.252 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/crucible_utils/perfgw.d -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d ... |
| 10189 | 2026-02-26T17:30:10.662Z | [ host-image] Feb 26 17:30:10.252 INFO O| Feb 26 17:30:10.252 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perfgw.d |
| 10190 | 2026-02-26T17:30:10.662Z | [ host-image] Feb 26 17:30:10.252 INFO O| Feb 26 17:30:10.252 INFO ok! |
| 10191 | 2026-02-26T17:30:10.662Z | [ host-image] Feb 26 17:30:10.252 INFO O| Feb 26 17:30:10.252 INFO STEP 117 (ensure_file) COMPLETE |
| 10192 | 2026-02-26T17:30:10.662Z | [ host-image] Feb 26 17:30:10.252 INFO O| Feb 26 17:30:10.252 INFO STEP 118: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10193 | 2026-02-26T17:30:10.687Z | [ host-image] Feb 26 17:30:10.268 INFO O| Feb 26 17:30:10.268 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d does not exist |
| 10194 | 2026-02-26T17:30:10.687Z | [ host-image] Feb 26 17:30:10.269 INFO O| Feb 26 17:30:10.268 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10195 | 2026-02-26T17:30:10.688Z | [ host-image] Feb 26 17:30:10.269 INFO O| Feb 26 17:30:10.269 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-vol.d |
| 10196 | 2026-02-26T17:30:10.688Z | [ host-image] Feb 26 17:30:10.269 INFO O| Feb 26 17:30:10.269 INFO ok! |
| 10197 | 2026-02-26T17:30:10.688Z | [ host-image] Feb 26 17:30:10.269 INFO O| Feb 26 17:30:10.269 INFO STEP 118 (ensure_file) COMPLETE |
| 10198 | 2026-02-26T17:30:10.688Z | [ host-image] Feb 26 17:30:10.269 INFO O| Feb 26 17:30:10.269 INFO STEP 119: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10199 | 2026-02-26T17:30:10.716Z | [ host-image] Feb 26 17:30:10.287 INFO O| Feb 26 17:30:10.287 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d does not exist |
| 10200 | 2026-02-26T17:30:10.716Z | [ host-image] Feb 26 17:30:10.287 INFO O| Feb 26 17:30:10.287 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10201 | 2026-02-26T17:30:10.716Z | [ host-image] Feb 26 17:30:10.287 INFO O| Feb 26 17:30:10.287 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-upstairs-wf.d |
| 10202 | 2026-02-26T17:30:10.716Z | [ host-image] Feb 26 17:30:10.287 INFO O| Feb 26 17:30:10.287 INFO ok! |
| 10203 | 2026-02-26T17:30:10.716Z | [ host-image] Feb 26 17:30:10.287 INFO O| Feb 26 17:30:10.287 INFO STEP 119 (ensure_file) COMPLETE |
| 10204 | 2026-02-26T17:30:10.716Z | [ host-image] Feb 26 17:30:10.287 INFO O| Feb 26 17:30:10.287 INFO STEP 120: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10205 | 2026-02-26T17:30:10.716Z | [ host-image] Feb 26 17:30:10.306 INFO O| Feb 26 17:30:10.306 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d does not exist |
| 10206 | 2026-02-26T17:30:10.716Z | [ host-image] Feb 26 17:30:10.307 INFO O| Feb 26 17:30:10.306 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10207 | 2026-02-26T17:30:10.716Z | [ host-image] Feb 26 17:30:10.307 INFO O| Feb 26 17:30:10.307 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-reqwest.d |
| 10208 | 2026-02-26T17:30:10.716Z | [ host-image] Feb 26 17:30:10.307 INFO O| Feb 26 17:30:10.307 INFO ok! |
| 10209 | 2026-02-26T17:30:10.716Z | [ host-image] Feb 26 17:30:10.307 INFO O| Feb 26 17:30:10.307 INFO STEP 120 (ensure_file) COMPLETE |
| 10210 | 2026-02-26T17:30:10.716Z | [ host-image] Feb 26 17:30:10.307 INFO O| Feb 26 17:30:10.307 INFO STEP 121: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10211 | 2026-02-26T17:30:10.747Z | [ host-image] Feb 26 17:30:10.322 INFO O| Feb 26 17:30:10.322 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d does not exist |
| 10212 | 2026-02-26T17:30:10.747Z | [ host-image] Feb 26 17:30:10.322 INFO O| Feb 26 17:30:10.322 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10213 | 2026-02-26T17:30:10.748Z | [ host-image] Feb 26 17:30:10.322 INFO O| Feb 26 17:30:10.322 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-online-repair.d |
| 10214 | 2026-02-26T17:30:10.748Z | [ host-image] Feb 26 17:30:10.322 INFO O| Feb 26 17:30:10.322 INFO ok! |
| 10215 | 2026-02-26T17:30:10.748Z | [ host-image] Feb 26 17:30:10.322 INFO O| Feb 26 17:30:10.322 INFO STEP 121 (ensure_file) COMPLETE |
| 10216 | 2026-02-26T17:30:10.748Z | [ host-image] Feb 26 17:30:10.322 INFO O| Feb 26 17:30:10.322 INFO STEP 122: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10217 | 2026-02-26T17:30:10.748Z | [ host-image] Feb 26 17:30:10.336 INFO O| Feb 26 17:30:10.336 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d does not exist |
| 10218 | 2026-02-26T17:30:10.748Z | [ host-image] Feb 26 17:30:10.336 INFO O| Feb 26 17:30:10.336 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10219 | 2026-02-26T17:30:10.748Z | [ host-image] Feb 26 17:30:10.336 INFO O| Feb 26 17:30:10.336 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-net.d |
| 10220 | 2026-02-26T17:30:10.748Z | [ host-image] Feb 26 17:30:10.336 INFO O| Feb 26 17:30:10.336 INFO ok! |
| 10221 | 2026-02-26T17:30:10.748Z | [ host-image] Feb 26 17:30:10.336 INFO O| Feb 26 17:30:10.336 INFO STEP 122 (ensure_file) COMPLETE |
| 10222 | 2026-02-26T17:30:10.748Z | [ host-image] Feb 26 17:30:10.336 INFO O| Feb 26 17:30:10.336 INFO STEP 123: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10223 | 2026-02-26T17:30:10.775Z | [ host-image] Feb 26 17:30:10.353 INFO O| Feb 26 17:30:10.353 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d does not exist |
| 10224 | 2026-02-26T17:30:10.775Z | [ host-image] Feb 26 17:30:10.353 INFO O| Feb 26 17:30:10.353 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10225 | 2026-02-26T17:30:10.775Z | [ host-image] Feb 26 17:30:10.353 INFO O| Feb 26 17:30:10.353 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-ds-client.d |
| 10226 | 2026-02-26T17:30:10.776Z | [ host-image] Feb 26 17:30:10.353 INFO O| Feb 26 17:30:10.353 INFO ok! |
| 10227 | 2026-02-26T17:30:10.776Z | [ host-image] Feb 26 17:30:10.353 INFO O| Feb 26 17:30:10.353 INFO STEP 123 (ensure_file) COMPLETE |
| 10228 | 2026-02-26T17:30:10.776Z | [ host-image] Feb 26 17:30:10.353 INFO O| Feb 26 17:30:10.353 INFO STEP 124: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10229 | 2026-02-26T17:30:10.776Z | [ host-image] Feb 26 17:30:10.371 INFO O| Feb 26 17:30:10.371 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d does not exist |
| 10230 | 2026-02-26T17:30:10.776Z | [ host-image] Feb 26 17:30:10.371 INFO O| Feb 26 17:30:10.371 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10231 | 2026-02-26T17:30:10.776Z | [ host-image] Feb 26 17:30:10.371 INFO O| Feb 26 17:30:10.371 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs.d |
| 10232 | 2026-02-26T17:30:10.776Z | [ host-image] Feb 26 17:30:10.371 INFO O| Feb 26 17:30:10.371 INFO ok! |
| 10233 | 2026-02-26T17:30:10.776Z | [ host-image] Feb 26 17:30:10.371 INFO O| Feb 26 17:30:10.371 INFO STEP 124 (ensure_file) COMPLETE |
| 10234 | 2026-02-26T17:30:10.801Z | [ host-image] Feb 26 17:30:10.371 INFO O| Feb 26 17:30:10.371 INFO STEP 125: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10235 | 2026-02-26T17:30:10.801Z | [ host-image] Feb 26 17:30:10.388 INFO O| Feb 26 17:30:10.388 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d does not exist |
| 10236 | 2026-02-26T17:30:10.801Z | [ host-image] Feb 26 17:30:10.388 INFO O| Feb 26 17:30:10.388 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10237 | 2026-02-26T17:30:10.801Z | [ host-image] Feb 26 17:30:10.388 INFO O| Feb 26 17:30:10.388 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-tick.d |
| 10238 | 2026-02-26T17:30:10.801Z | [ host-image] Feb 26 17:30:10.388 INFO O| Feb 26 17:30:10.388 INFO ok! |
| 10239 | 2026-02-26T17:30:10.801Z | [ host-image] Feb 26 17:30:10.388 INFO O| Feb 26 17:30:10.388 INFO STEP 125 (ensure_file) COMPLETE |
| 10240 | 2026-02-26T17:30:10.801Z | [ host-image] Feb 26 17:30:10.388 INFO O| Feb 26 17:30:10.388 INFO STEP 126: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10241 | 2026-02-26T17:30:10.826Z | [ host-image] Feb 26 17:30:10.404 INFO O| Feb 26 17:30:10.404 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d does not exist |
| 10242 | 2026-02-26T17:30:10.826Z | [ host-image] Feb 26 17:30:10.404 INFO O| Feb 26 17:30:10.404 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10243 | 2026-02-26T17:30:10.826Z | [ host-image] Feb 26 17:30:10.404 INFO O| Feb 26 17:30:10.404 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-three.d |
| 10244 | 2026-02-26T17:30:10.826Z | [ host-image] Feb 26 17:30:10.404 INFO O| Feb 26 17:30:10.404 INFO ok! |
| 10245 | 2026-02-26T17:30:10.826Z | [ host-image] Feb 26 17:30:10.404 INFO O| Feb 26 17:30:10.404 INFO STEP 126 (ensure_file) COMPLETE |
| 10246 | 2026-02-26T17:30:10.826Z | [ host-image] Feb 26 17:30:10.404 INFO O| Feb 26 17:30:10.404 INFO STEP 127: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10247 | 2026-02-26T17:30:10.826Z | [ host-image] Feb 26 17:30:10.419 INFO O| Feb 26 17:30:10.419 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d does not exist |
| 10248 | 2026-02-26T17:30:10.826Z | [ host-image] Feb 26 17:30:10.419 INFO O| Feb 26 17:30:10.419 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10249 | 2026-02-26T17:30:10.827Z | [ host-image] Feb 26 17:30:10.419 INFO O| Feb 26 17:30:10.419 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/perf-downstairs-os.d |
| 10250 | 2026-02-26T17:30:10.827Z | [ host-image] Feb 26 17:30:10.419 INFO O| Feb 26 17:30:10.419 INFO ok! |
| 10251 | 2026-02-26T17:30:10.827Z | [ host-image] Feb 26 17:30:10.419 INFO O| Feb 26 17:30:10.419 INFO STEP 127 (ensure_file) COMPLETE |
| 10252 | 2026-02-26T17:30:10.827Z | [ host-image] Feb 26 17:30:10.419 INFO O| Feb 26 17:30:10.419 INFO STEP 128: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10253 | 2026-02-26T17:30:10.852Z | [ host-image] Feb 26 17:30:10.440 INFO O| Feb 26 17:30:10.440 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh does not exist |
| 10254 | 2026-02-26T17:30:10.852Z | [ host-image] Feb 26 17:30:10.440 INFO O| Feb 26 17:30:10.440 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10255 | 2026-02-26T17:30:10.852Z | [ host-image] Feb 26 17:30:10.440 INFO O| Feb 26 17:30:10.440 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.sh |
| 10256 | 2026-02-26T17:30:10.852Z | [ host-image] Feb 26 17:30:10.440 INFO O| Feb 26 17:30:10.440 INFO ok! |
| 10257 | 2026-02-26T17:30:10.852Z | [ host-image] Feb 26 17:30:10.440 INFO O| Feb 26 17:30:10.440 INFO STEP 128 (ensure_file) COMPLETE |
| 10258 | 2026-02-26T17:30:10.852Z | [ host-image] Feb 26 17:30:10.440 INFO O| Feb 26 17:30:10.440 INFO STEP 129: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10259 | 2026-02-26T17:30:10.877Z | [ host-image] Feb 26 17:30:10.463 INFO O| Feb 26 17:30:10.463 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d does not exist |
| 10260 | 2026-02-26T17:30:10.878Z | [ host-image] Feb 26 17:30:10.463 INFO O| Feb 26 17:30:10.463 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10261 | 2026-02-26T17:30:10.878Z | [ host-image] Feb 26 17:30:10.463 INFO O| Feb 26 17:30:10.463 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-up-state.d |
| 10262 | 2026-02-26T17:30:10.878Z | [ host-image] Feb 26 17:30:10.463 INFO O| Feb 26 17:30:10.463 INFO ok! |
| 10263 | 2026-02-26T17:30:10.878Z | [ host-image] Feb 26 17:30:10.463 INFO O| Feb 26 17:30:10.463 INFO STEP 129 (ensure_file) COMPLETE |
| 10264 | 2026-02-26T17:30:10.878Z | [ host-image] Feb 26 17:30:10.463 INFO O| Feb 26 17:30:10.463 INFO STEP 130: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10265 | 2026-02-26T17:30:10.907Z | [ host-image] Feb 26 17:30:10.482 INFO O| Feb 26 17:30:10.482 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh does not exist |
| 10266 | 2026-02-26T17:30:10.907Z | [ host-image] Feb 26 17:30:10.482 INFO O| Feb 26 17:30:10.482 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10267 | 2026-02-26T17:30:10.907Z | [ host-image] Feb 26 17:30:10.482 INFO O| Feb 26 17:30:10.482 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.sh |
| 10268 | 2026-02-26T17:30:10.908Z | [ host-image] Feb 26 17:30:10.482 INFO O| Feb 26 17:30:10.482 INFO ok! |
| 10269 | 2026-02-26T17:30:10.908Z | [ host-image] Feb 26 17:30:10.482 INFO O| Feb 26 17:30:10.482 INFO STEP 130 (ensure_file) COMPLETE |
| 10270 | 2026-02-26T17:30:10.908Z | [ host-image] Feb 26 17:30:10.482 INFO O| Feb 26 17:30:10.482 INFO STEP 131: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10271 | 2026-02-26T17:30:10.932Z | [ host-image] Feb 26 17:30:10.501 INFO O| Feb 26 17:30:10.501 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d does not exist |
| 10272 | 2026-02-26T17:30:10.933Z | [ host-image] Feb 26 17:30:10.501 INFO O| Feb 26 17:30:10.501 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10273 | 2026-02-26T17:30:10.933Z | [ host-image] Feb 26 17:30:10.501 INFO O| Feb 26 17:30:10.501 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-lr-state.d |
| 10274 | 2026-02-26T17:30:10.933Z | [ host-image] Feb 26 17:30:10.501 INFO O| Feb 26 17:30:10.501 INFO ok! |
| 10275 | 2026-02-26T17:30:10.933Z | [ host-image] Feb 26 17:30:10.501 INFO O| Feb 26 17:30:10.501 INFO STEP 131 (ensure_file) COMPLETE |
| 10276 | 2026-02-26T17:30:10.933Z | [ host-image] Feb 26 17:30:10.501 INFO O| Feb 26 17:30:10.501 INFO STEP 132: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10277 | 2026-02-26T17:30:10.933Z | [ host-image] Feb 26 17:30:10.517 INFO O| Feb 26 17:30:10.516 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh does not exist |
| 10278 | 2026-02-26T17:30:10.933Z | [ host-image] Feb 26 17:30:10.517 INFO O| Feb 26 17:30:10.517 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10279 | 2026-02-26T17:30:10.933Z | [ host-image] Feb 26 17:30:10.517 INFO O| Feb 26 17:30:10.517 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.sh |
| 10280 | 2026-02-26T17:30:10.933Z | [ host-image] Feb 26 17:30:10.517 INFO O| Feb 26 17:30:10.517 INFO ok! |
| 10281 | 2026-02-26T17:30:10.933Z | [ host-image] Feb 26 17:30:10.517 INFO O| Feb 26 17:30:10.517 INFO STEP 132 (ensure_file) COMPLETE |
| 10282 | 2026-02-26T17:30:10.933Z | [ host-image] Feb 26 17:30:10.517 INFO O| Feb 26 17:30:10.517 INFO STEP 133: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10283 | 2026-02-26T17:30:10.959Z | [ host-image] Feb 26 17:30:10.534 INFO O| Feb 26 17:30:10.534 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d does not exist |
| 10284 | 2026-02-26T17:30:10.959Z | [ host-image] Feb 26 17:30:10.534 INFO O| Feb 26 17:30:10.534 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10285 | 2026-02-26T17:30:10.959Z | [ host-image] Feb 26 17:30:10.534 INFO O| Feb 26 17:30:10.534 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/get-ds-state.d |
| 10286 | 2026-02-26T17:30:10.959Z | [ host-image] Feb 26 17:30:10.534 INFO O| Feb 26 17:30:10.534 INFO ok! |
| 10287 | 2026-02-26T17:30:10.959Z | [ host-image] Feb 26 17:30:10.534 INFO O| Feb 26 17:30:10.534 INFO STEP 133 (ensure_file) COMPLETE |
| 10288 | 2026-02-26T17:30:10.959Z | [ host-image] Feb 26 17:30:10.534 INFO O| Feb 26 17:30:10.534 INFO STEP 134: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10289 | 2026-02-26T17:30:10.959Z | [ host-image] Feb 26 17:30:10.550 INFO O| Feb 26 17:30:10.550 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d does not exist |
| 10290 | 2026-02-26T17:30:10.959Z | [ host-image] Feb 26 17:30:10.550 INFO O| Feb 26 17:30:10.550 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10291 | 2026-02-26T17:30:10.959Z | [ host-image] Feb 26 17:30:10.550 INFO O| Feb 26 17:30:10.550 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/downstairs_count.d |
| 10292 | 2026-02-26T17:30:10.959Z | [ host-image] Feb 26 17:30:10.550 INFO O| Feb 26 17:30:10.550 INFO ok! |
| 10293 | 2026-02-26T17:30:10.959Z | [ host-image] Feb 26 17:30:10.550 INFO O| Feb 26 17:30:10.550 INFO STEP 134 (ensure_file) COMPLETE |
| 10294 | 2026-02-26T17:30:10.959Z | [ host-image] Feb 26 17:30:10.550 INFO O| Feb 26 17:30:10.550 INFO STEP 135: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10295 | 2026-02-26T17:30:10.985Z | [ host-image] Feb 26 17:30:10.567 INFO O| Feb 26 17:30:10.567 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d does not exist |
| 10296 | 2026-02-26T17:30:10.985Z | [ host-image] Feb 26 17:30:10.567 INFO O| Feb 26 17:30:10.567 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10297 | 2026-02-26T17:30:10.985Z | [ host-image] Feb 26 17:30:10.567 INFO O| Feb 26 17:30:10.567 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/all_downstairs.d |
| 10298 | 2026-02-26T17:30:10.985Z | [ host-image] Feb 26 17:30:10.567 INFO O| Feb 26 17:30:10.567 INFO ok! |
| 10299 | 2026-02-26T17:30:10.985Z | [ host-image] Feb 26 17:30:10.567 INFO O| Feb 26 17:30:10.567 INFO STEP 135 (ensure_file) COMPLETE |
| 10300 | 2026-02-26T17:30:10.985Z | [ host-image] Feb 26 17:30:10.567 INFO O| Feb 26 17:30:10.567 INFO STEP 136: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10301 | 2026-02-26T17:30:11.011Z | [ host-image] Feb 26 17:30:10.581 INFO O| Feb 26 17:30:10.581 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md does not exist |
| 10302 | 2026-02-26T17:30:11.011Z | [ host-image] Feb 26 17:30:10.581 INFO O| Feb 26 17:30:10.581 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/crucible_utils/README.md -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md ... |
| 10303 | 2026-02-26T17:30:11.011Z | [ host-image] Feb 26 17:30:10.581 INFO O| Feb 26 17:30:10.581 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/README.md |
| 10304 | 2026-02-26T17:30:11.011Z | [ host-image] Feb 26 17:30:10.581 INFO O| Feb 26 17:30:10.581 INFO ok! |
| 10305 | 2026-02-26T17:30:11.011Z | [ host-image] Feb 26 17:30:10.581 INFO O| Feb 26 17:30:10.581 INFO STEP 136 (ensure_file) COMPLETE |
| 10306 | 2026-02-26T17:30:11.011Z | [ host-image] Feb 26 17:30:10.581 INFO O| Feb 26 17:30:10.581 INFO STEP 137: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10307 | 2026-02-26T17:30:11.011Z | [ host-image] Feb 26 17:30:10.598 INFO O| Feb 26 17:30:10.597 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt does not exist |
| 10308 | 2026-02-26T17:30:11.011Z | [ host-image] Feb 26 17:30:10.598 INFO O| Feb 26 17:30:10.598 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10309 | 2026-02-26T17:30:11.011Z | [ host-image] Feb 26 17:30:10.598 INFO O| Feb 26 17:30:10.598 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/utils-info.txt |
| 10310 | 2026-02-26T17:30:11.011Z | [ host-image] Feb 26 17:30:10.598 INFO O| Feb 26 17:30:10.598 INFO ok! |
| 10311 | 2026-02-26T17:30:11.011Z | [ host-image] Feb 26 17:30:10.598 INFO O| Feb 26 17:30:10.598 INFO STEP 137 (ensure_file) COMPLETE |
| 10312 | 2026-02-26T17:30:11.011Z | [ host-image] Feb 26 17:30:10.598 INFO O| Feb 26 17:30:10.598 INFO STEP 138: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10313 | 2026-02-26T17:30:11.036Z | [ host-image] Feb 26 17:30:10.618 INFO O| Feb 26 17:30:10.618 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION does not exist |
| 10314 | 2026-02-26T17:30:11.036Z | [ host-image] Feb 26 17:30:10.618 INFO O| Feb 26 17:30:10.618 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/crucible_utils/VERSION -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION ... |
| 10315 | 2026-02-26T17:30:11.036Z | [ host-image] Feb 26 17:30:10.618 INFO O| Feb 26 17:30:10.618 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/crucible_utils/VERSION |
| 10316 | 2026-02-26T17:30:11.036Z | [ host-image] Feb 26 17:30:10.618 INFO O| Feb 26 17:30:10.618 INFO ok! |
| 10317 | 2026-02-26T17:30:11.037Z | [ host-image] Feb 26 17:30:10.618 INFO O| Feb 26 17:30:10.618 INFO STEP 138 (ensure_file) COMPLETE |
| 10318 | 2026-02-26T17:30:11.037Z | [ host-image] Feb 26 17:30:10.618 INFO O| Feb 26 17:30:10.618 INFO STEP 139: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10319 | 2026-02-26T17:30:11.064Z | [ host-image] Feb 26 17:30:10.641 INFO O| Feb 26 17:30:10.641 INFO file /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz does not exist |
| 10320 | 2026-02-26T17:30:11.064Z | [ host-image] Feb 26 17:30:10.641 INFO O| Feb 26 17:30:10.641 INFO copying /tmp/.tmpVgPXRo/proto/host/root/opt/oxide/switch.tar.gz -> /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz ... |
| 10321 | 2026-02-26T17:30:13.470Z | [ recovery-image] Feb 26 17:30:13.066 INFO E| Compiling serde_derive v1.0.219 |
| 10322 | 2026-02-26T17:30:13.470Z | [ recovery-image] Feb 26 17:30:13.066 INFO E| Compiling clap_derive v4.5.32 |
| 10323 | 2026-02-26T17:30:17.703Z | [ recovery-image] Feb 26 17:30:17.299 INFO E| Compiling clap v4.5.37 |
| 10324 | 2026-02-26T17:30:19.921Z | [ recovery-image] Feb 26 17:30:19.518 INFO E| Compiling serde v1.0.219 |
| 10325 | 2026-02-26T17:30:23.559Z | [ host-image] Feb 26 17:30:23.155 INFO O| Feb 26 17:30:23.155 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/opt/oxide/switch.tar.gz |
| 10326 | 2026-02-26T17:30:23.559Z | [ host-image] Feb 26 17:30:23.155 INFO O| Feb 26 17:30:23.155 INFO ok! |
| 10327 | 2026-02-26T17:30:23.583Z | [ host-image] Feb 26 17:30:23.155 INFO O| Feb 26 17:30:23.155 INFO STEP 139 (ensure_file) COMPLETE |
| 10328 | 2026-02-26T17:30:23.583Z | [ host-image] Feb 26 17:30:23.155 INFO O| Feb 26 17:30:23.155 INFO STEP 140: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10329 | 2026-02-26T17:30:23.583Z | [ host-image] Feb 26 17:30:23.175 INFO O| Feb 26 17:30:23.175 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib |
| 10330 | 2026-02-26T17:30:23.583Z | [ host-image] Feb 26 17:30:23.175 INFO O| Feb 26 17:30:23.175 INFO STEP 140 (ensure_dir) COMPLETE |
| 10331 | 2026-02-26T17:30:23.583Z | [ host-image] Feb 26 17:30:23.175 INFO O| Feb 26 17:30:23.175 INFO STEP 141: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10332 | 2026-02-26T17:30:23.608Z | [ host-image] Feb 26 17:30:23.194 INFO O| Feb 26 17:30:23.194 INFO ownership already OK (0:2), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc |
| 10333 | 2026-02-26T17:30:23.608Z | [ host-image] Feb 26 17:30:23.194 INFO O| Feb 26 17:30:23.194 INFO STEP 141 (ensure_dir) COMPLETE |
| 10334 | 2026-02-26T17:30:23.608Z | [ host-image] Feb 26 17:30:23.194 INFO O| Feb 26 17:30:23.194 INFO STEP 142: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10335 | 2026-02-26T17:30:23.633Z | [ host-image] Feb 26 17:30:23.210 INFO O| Feb 26 17:30:23.210 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest |
| 10336 | 2026-02-26T17:30:23.633Z | [ host-image] Feb 26 17:30:23.210 INFO O| Feb 26 17:30:23.210 INFO STEP 142 (ensure_dir) COMPLETE |
| 10337 | 2026-02-26T17:30:23.633Z | [ host-image] Feb 26 17:30:23.210 INFO O| Feb 26 17:30:23.210 INFO STEP 143: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10338 | 2026-02-26T17:30:23.633Z | [ host-image] Feb 26 17:30:23.228 INFO O| Feb 26 17:30:23.228 INFO ownership already OK (0:3), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site |
| 10339 | 2026-02-26T17:30:23.633Z | [ host-image] Feb 26 17:30:23.228 INFO O| Feb 26 17:30:23.228 INFO STEP 143 (ensure_dir) COMPLETE |
| 10340 | 2026-02-26T17:30:23.633Z | [ host-image] Feb 26 17:30:23.228 INFO O| Feb 26 17:30:23.228 INFO STEP 144: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10341 | 2026-02-26T17:30:23.658Z | [ host-image] Feb 26 17:30:23.241 INFO O| Feb 26 17:30:23.241 INFO file /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml does not exist |
| 10342 | 2026-02-26T17:30:23.658Z | [ host-image] Feb 26 17:30:23.241 INFO O| Feb 26 17:30:23.241 INFO copying /tmp/.tmpVgPXRo/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 ... |
| 10343 | 2026-02-26T17:30:23.658Z | [ host-image] Feb 26 17:30:23.242 INFO O| Feb 26 17:30:23.241 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/site/sled-agent.xml |
| 10344 | 2026-02-26T17:30:23.658Z | [ host-image] Feb 26 17:30:23.242 INFO O| Feb 26 17:30:23.242 INFO ok! |
| 10345 | 2026-02-26T17:30:23.658Z | [ host-image] Feb 26 17:30:23.242 INFO O| Feb 26 17:30:23.242 INFO STEP 144 (ensure_file) COMPLETE |
| 10346 | 2026-02-26T17:30:23.658Z | [ host-image] Feb 26 17:30:23.242 INFO O| Feb 26 17:30:23.242 INFO STEP 145: ensure_dir, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10347 | 2026-02-26T17:30:23.682Z | [ host-image] Feb 26 17:30:23.262 INFO O| Feb 26 17:30:23.262 INFO perms are 700, should be 755, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10348 | 2026-02-26T17:30:23.682Z | [ host-image] Feb 26 17:30:23.263 INFO O| Feb 26 17:30:23.262 INFO chmod ok, path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10349 | 2026-02-26T17:30:23.682Z | [ host-image] Feb 26 17:30:23.263 INFO O| Feb 26 17:30:23.262 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root |
| 10350 | 2026-02-26T17:30:23.682Z | [ host-image] Feb 26 17:30:23.263 INFO O| Feb 26 17:30:23.262 INFO STEP 145 (ensure_dir) COMPLETE |
| 10351 | 2026-02-26T17:30:23.683Z | [ host-image] Feb 26 17:30:23.263 INFO O| Feb 26 17:30:23.262 INFO STEP 146: ensure_file, from: /work/oxidecomputer/helios/tmp/image.host/genproto.json |
| 10352 | 2026-02-26T17:30:23.683Z | [ host-image] Feb 26 17:30:23.275 INFO O| Feb 26 17:30:23.275 WARN file /rpool/images/build/host/work/sled/zfs/a/root/.profile exists, with wrong contents, unlinking |
| 10353 | 2026-02-26T17:30:23.683Z | [ host-image] Feb 26 17:30:23.275 INFO O| Feb 26 17:30:23.275 INFO copying /tmp/.tmpVgPXRo/proto/host/root/root/.profile -> /rpool/images/build/host/work/sled/zfs/a/root/.profile ... |
| 10354 | 2026-02-26T17:30:23.683Z | [ host-image] Feb 26 17:30:23.276 INFO O| Feb 26 17:30:23.275 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/root/.profile |
| 10355 | 2026-02-26T17:30:23.683Z | [ host-image] Feb 26 17:30:23.276 INFO O| Feb 26 17:30:23.276 INFO ok! |
| 10356 | 2026-02-26T17:30:23.683Z | [ host-image] Feb 26 17:30:23.276 INFO O| Feb 26 17:30:23.276 INFO STEP 146 (ensure_file) COMPLETE |
| 10357 | 2026-02-26T17:30:23.683Z | [ host-image] Feb 26 17:30:23.276 INFO O| Feb 26 17:30:23.276 INFO STEP 147: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10358 | 2026-02-26T17:30:23.707Z | [ host-image] Feb 26 17:30:23.293 INFO O| Feb 26 17:30:23.293 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ipsec" |
| 10359 | 2026-02-26T17:30:23.708Z | [ host-image] Feb 26 17:30:23.293 INFO O| Feb 26 17:30:23.293 INFO STEP 147 (remove_files) COMPLETE |
| 10360 | 2026-02-26T17:30:23.708Z | [ host-image] Feb 26 17:30:23.293 INFO O| Feb 26 17:30:23.293 INFO STEP 148: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10361 | 2026-02-26T17:30:23.732Z | [ host-image] Feb 26 17:30:23.314 INFO O| Feb 26 17:30:23.314 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/ldap" |
| 10362 | 2026-02-26T17:30:23.732Z | [ host-image] Feb 26 17:30:23.315 INFO O| Feb 26 17:30:23.314 INFO STEP 148 (remove_files) COMPLETE |
| 10363 | 2026-02-26T17:30:23.732Z | [ host-image] Feb 26 17:30:23.315 INFO O| Feb 26 17:30:23.315 INFO STEP 149: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10364 | 2026-02-26T17:30:23.757Z | [ host-image] Feb 26 17:30:23.330 INFO O| Feb 26 17:30:23.330 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/rpc" |
| 10365 | 2026-02-26T17:30:23.757Z | [ host-image] Feb 26 17:30:23.330 INFO O| Feb 26 17:30:23.330 INFO STEP 149 (remove_files) COMPLETE |
| 10366 | 2026-02-26T17:30:23.757Z | [ host-image] Feb 26 17:30:23.330 INFO O| Feb 26 17:30:23.330 INFO STEP 150: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10367 | 2026-02-26T17:30:23.757Z | [ host-image] Feb 26 17:30:23.348 INFO O| Feb 26 17:30:23.347 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/security" |
| 10368 | 2026-02-26T17:30:23.757Z | [ host-image] Feb 26 17:30:23.348 INFO O| Feb 26 17:30:23.348 INFO STEP 150 (remove_files) COMPLETE |
| 10369 | 2026-02-26T17:30:23.757Z | [ host-image] Feb 26 17:30:23.348 INFO O| Feb 26 17:30:23.348 INFO STEP 151: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10370 | 2026-02-26T17:30:23.781Z | [ host-image] Feb 26 17:30:23.367 INFO O| Feb 26 17:30:23.367 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/shares" |
| 10371 | 2026-02-26T17:30:23.781Z | [ host-image] Feb 26 17:30:23.368 INFO O| Feb 26 17:30:23.367 INFO STEP 151 (remove_files) COMPLETE |
| 10372 | 2026-02-26T17:30:23.781Z | [ host-image] Feb 26 17:30:23.368 INFO O| Feb 26 17:30:23.367 INFO STEP 152: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10373 | 2026-02-26T17:30:23.805Z | [ host-image] Feb 26 17:30:23.385 INFO O| Feb 26 17:30:23.385 INFO remove tree: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/smb" |
| 10374 | 2026-02-26T17:30:23.806Z | [ host-image] Feb 26 17:30:23.385 INFO O| Feb 26 17:30:23.385 INFO STEP 152 (remove_files) COMPLETE |
| 10375 | 2026-02-26T17:30:23.806Z | [ host-image] Feb 26 17:30:23.385 INFO O| Feb 26 17:30:23.385 INFO STEP 153: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10376 | 2026-02-26T17:30:23.830Z | [ host-image] Feb 26 17:30:23.404 INFO O| Feb 26 17:30:23.404 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/management/net-snmp.xml" |
| 10377 | 2026-02-26T17:30:23.830Z | [ host-image] Feb 26 17:30:23.404 INFO O| Feb 26 17:30:23.404 INFO STEP 153 (remove_files) COMPLETE |
| 10378 | 2026-02-26T17:30:23.830Z | [ host-image] Feb 26 17:30:23.404 INFO O| Feb 26 17:30:23.404 INFO STEP 154: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10379 | 2026-02-26T17:30:23.830Z | [ host-image] Feb 26 17:30:23.421 INFO O| Feb 26 17:30:23.421 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/application/security/tcsd.xml" |
| 10380 | 2026-02-26T17:30:23.830Z | [ host-image] Feb 26 17:30:23.421 INFO O| Feb 26 17:30:23.421 INFO STEP 154 (remove_files) COMPLETE |
| 10381 | 2026-02-26T17:30:23.830Z | [ host-image] Feb 26 17:30:23.421 INFO O| Feb 26 17:30:23.421 INFO STEP 155: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10382 | 2026-02-26T17:30:23.855Z | [ host-image] Feb 26 17:30:23.438 INFO O| Feb 26 17:30:23.438 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/dns/install.xml" |
| 10383 | 2026-02-26T17:30:23.855Z | [ host-image] Feb 26 17:30:23.438 INFO O| Feb 26 17:30:23.438 INFO STEP 155 (remove_files) COMPLETE |
| 10384 | 2026-02-26T17:30:23.855Z | [ host-image] Feb 26 17:30:23.438 INFO O| Feb 26 17:30:23.438 INFO STEP 156: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10385 | 2026-02-26T17:30:23.880Z | [ host-image] Feb 26 17:30:23.457 INFO O| Feb 26 17:30:23.457 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd-upgrade.xml" |
| 10386 | 2026-02-26T17:30:23.880Z | [ host-image] Feb 26 17:30:23.457 INFO O| Feb 26 17:30:23.457 INFO STEP 156 (remove_files) COMPLETE |
| 10387 | 2026-02-26T17:30:23.880Z | [ host-image] Feb 26 17:30:23.457 INFO O| Feb 26 17:30:23.457 INFO STEP 157: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10388 | 2026-02-26T17:30:23.880Z | [ host-image] Feb 26 17:30:23.474 INFO O| Feb 26 17:30:23.474 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/inetd.xml" |
| 10389 | 2026-02-26T17:30:23.880Z | [ host-image] Feb 26 17:30:23.474 INFO O| Feb 26 17:30:23.474 INFO STEP 157 (remove_files) COMPLETE |
| 10390 | 2026-02-26T17:30:23.880Z | [ host-image] Feb 26 17:30:23.474 INFO O| Feb 26 17:30:23.474 INFO STEP 158: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10391 | 2026-02-26T17:30:23.904Z | [ host-image] Feb 26 17:30:23.486 INFO O| Feb 26 17:30:23.486 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-install.xml" |
| 10392 | 2026-02-26T17:30:23.904Z | [ host-image] Feb 26 17:30:23.486 INFO O| Feb 26 17:30:23.486 INFO STEP 158 (remove_files) COMPLETE |
| 10393 | 2026-02-26T17:30:23.904Z | [ host-image] Feb 26 17:30:23.486 INFO O| Feb 26 17:30:23.486 INFO STEP 159: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10394 | 2026-02-26T17:30:23.905Z | [ host-image] Feb 26 17:30:23.498 INFO O| Feb 26 17:30:23.498 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-ipmp.xml" |
| 10395 | 2026-02-26T17:30:23.905Z | [ host-image] Feb 26 17:30:23.498 INFO O| Feb 26 17:30:23.498 INFO STEP 159 (remove_files) COMPLETE |
| 10396 | 2026-02-26T17:30:23.905Z | [ host-image] Feb 26 17:30:23.498 INFO O| Feb 26 17:30:23.498 INFO STEP 160: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10397 | 2026-02-26T17:30:23.930Z | [ host-image] Feb 26 17:30:23.516 INFO O| Feb 26 17:30:23.516 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-iptun.xml" |
| 10398 | 2026-02-26T17:30:23.930Z | [ host-image] Feb 26 17:30:23.516 INFO O| Feb 26 17:30:23.516 INFO STEP 160 (remove_files) COMPLETE |
| 10399 | 2026-02-26T17:30:23.930Z | [ host-image] Feb 26 17:30:23.516 INFO O| Feb 26 17:30:23.516 INFO STEP 161: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10400 | 2026-02-26T17:30:23.954Z | [ host-image] Feb 26 17:30:23.537 INFO O| Feb 26 17:30:23.537 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-location.xml" |
| 10401 | 2026-02-26T17:30:23.954Z | [ host-image] Feb 26 17:30:23.537 INFO O| Feb 26 17:30:23.537 INFO STEP 161 (remove_files) COMPLETE |
| 10402 | 2026-02-26T17:30:23.954Z | [ host-image] Feb 26 17:30:23.537 INFO O| Feb 26 17:30:23.537 INFO STEP 162: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10403 | 2026-02-26T17:30:23.979Z | [ host-image] Feb 26 17:30:23.554 INFO O| Feb 26 17:30:23.553 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/network-netcfg.xml" |
| 10404 | 2026-02-26T17:30:23.979Z | [ host-image] Feb 26 17:30:23.554 INFO O| Feb 26 17:30:23.554 INFO STEP 162 (remove_files) COMPLETE |
| 10405 | 2026-02-26T17:30:23.979Z | [ host-image] Feb 26 17:30:23.554 INFO O| Feb 26 17:30:23.554 INFO STEP 163: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10406 | 2026-02-26T17:30:23.979Z | [ host-image] Feb 26 17:30:23.566 INFO O| Feb 26 17:30:23.566 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/routing/rdisc.xml" |
| 10407 | 2026-02-26T17:30:23.979Z | [ host-image] Feb 26 17:30:23.566 INFO O| Feb 26 17:30:23.566 INFO STEP 163 (remove_files) COMPLETE |
| 10408 | 2026-02-26T17:30:23.979Z | [ host-image] Feb 26 17:30:23.566 INFO O| Feb 26 17:30:23.566 INFO STEP 164: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10409 | 2026-02-26T17:30:24.004Z | [ host-image] Feb 26 17:30:23.578 INFO O| Feb 26 17:30:23.578 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/varpd.xml" |
| 10410 | 2026-02-26T17:30:24.004Z | [ host-image] Feb 26 17:30:23.578 INFO O| Feb 26 17:30:23.578 INFO STEP 164 (remove_files) COMPLETE |
| 10411 | 2026-02-26T17:30:24.004Z | [ host-image] Feb 26 17:30:23.578 INFO O| Feb 26 17:30:23.578 INFO STEP 165: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10412 | 2026-02-26T17:30:24.004Z | [ host-image] Feb 26 17:30:23.597 INFO O| Feb 26 17:30:23.597 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/allocate.xml" |
| 10413 | 2026-02-26T17:30:24.004Z | [ host-image] Feb 26 17:30:23.598 INFO O| Feb 26 17:30:23.598 INFO STEP 165 (remove_files) COMPLETE |
| 10414 | 2026-02-26T17:30:24.004Z | [ host-image] Feb 26 17:30:23.598 INFO O| Feb 26 17:30:23.598 INFO STEP 166: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10415 | 2026-02-26T17:30:24.028Z | [ host-image] Feb 26 17:30:23.621 INFO O| Feb 26 17:30:23.620 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/devices-audio.xml" |
| 10416 | 2026-02-26T17:30:24.028Z | [ host-image] Feb 26 17:30:23.621 INFO O| Feb 26 17:30:23.621 INFO STEP 166 (remove_files) COMPLETE |
| 10417 | 2026-02-26T17:30:24.029Z | [ host-image] Feb 26 17:30:23.621 INFO O| Feb 26 17:30:23.621 INFO STEP 167: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10418 | 2026-02-26T17:30:24.053Z | [ host-image] Feb 26 17:30:23.642 INFO O| Feb 26 17:30:23.642 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/usr/lib/devfsadm/linkmod/SUNW_audio_link.so" |
| 10419 | 2026-02-26T17:30:24.053Z | [ host-image] Feb 26 17:30:23.642 INFO O| Feb 26 17:30:23.642 INFO STEP 167 (remove_files) COMPLETE |
| 10420 | 2026-02-26T17:30:24.053Z | [ host-image] Feb 26 17:30:23.642 INFO O| Feb 26 17:30:23.642 INFO STEP 168: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10421 | 2026-02-26T17:30:24.078Z | [ host-image] Feb 26 17:30:23.661 INFO O| Feb 26 17:30:23.661 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/dev/sndstat" |
| 10422 | 2026-02-26T17:30:24.078Z | [ host-image] Feb 26 17:30:23.661 INFO O| Feb 26 17:30:23.661 INFO STEP 168 (remove_files) COMPLETE |
| 10423 | 2026-02-26T17:30:24.078Z | [ host-image] Feb 26 17:30:23.661 INFO O| Feb 26 17:30:23.661 INFO STEP 169: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10424 | 2026-02-26T17:30:24.102Z | [ host-image] Feb 26 17:30:23.678 INFO O| Feb 26 17:30:23.678 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/device/mpxio-upgrade.xml" |
| 10425 | 2026-02-26T17:30:24.103Z | [ host-image] Feb 26 17:30:23.678 INFO O| Feb 26 17:30:23.678 INFO STEP 169 (remove_files) COMPLETE |
| 10426 | 2026-02-26T17:30:24.103Z | [ host-image] Feb 26 17:30:23.678 INFO O| Feb 26 17:30:23.678 INFO STEP 170: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10427 | 2026-02-26T17:30:24.103Z | [ host-image] Feb 26 17:30:23.693 INFO O| Feb 26 17:30:23.693 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/hostid.xml" |
| 10428 | 2026-02-26T17:30:24.103Z | [ host-image] Feb 26 17:30:23.694 INFO O| Feb 26 17:30:23.693 INFO STEP 170 (remove_files) COMPLETE |
| 10429 | 2026-02-26T17:30:24.103Z | [ host-image] Feb 26 17:30:23.694 INFO O| Feb 26 17:30:23.694 INFO STEP 171: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10430 | 2026-02-26T17:30:24.127Z | [ host-image] Feb 26 17:30:23.706 INFO O| Feb 26 17:30:23.706 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/idmap.xml" |
| 10431 | 2026-02-26T17:30:24.127Z | [ host-image] Feb 26 17:30:23.706 INFO O| Feb 26 17:30:23.706 INFO STEP 171 (remove_files) COMPLETE |
| 10432 | 2026-02-26T17:30:24.127Z | [ host-image] Feb 26 17:30:23.706 INFO O| Feb 26 17:30:23.706 INFO STEP 172: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10433 | 2026-02-26T17:30:24.127Z | [ host-image] Feb 26 17:30:23.723 INFO O| Feb 26 17:30:23.723 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/pkgserv.xml" |
| 10434 | 2026-02-26T17:30:24.128Z | [ host-image] Feb 26 17:30:23.724 INFO O| Feb 26 17:30:23.724 INFO STEP 172 (remove_files) COMPLETE |
| 10435 | 2026-02-26T17:30:24.128Z | [ host-image] Feb 26 17:30:23.724 INFO O| Feb 26 17:30:23.724 INFO STEP 173: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10436 | 2026-02-26T17:30:24.152Z | [ host-image] Feb 26 17:30:23.742 INFO O| Feb 26 17:30:23.742 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/zones.xml" |
| 10437 | 2026-02-26T17:30:24.152Z | [ host-image] Feb 26 17:30:23.742 INFO O| Feb 26 17:30:23.742 INFO STEP 173 (remove_files) COMPLETE |
| 10438 | 2026-02-26T17:30:24.152Z | [ host-image] Feb 26 17:30:23.742 INFO O| Feb 26 17:30:23.742 INFO STEP 174: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10439 | 2026-02-26T17:30:24.176Z | [ host-image] Feb 26 17:30:23.763 INFO O| Feb 26 17:30:23.763 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/system/intrd.xml" |
| 10440 | 2026-02-26T17:30:24.176Z | [ host-image] Feb 26 17:30:23.763 INFO O| Feb 26 17:30:23.763 INFO STEP 174 (remove_files) COMPLETE |
| 10441 | 2026-02-26T17:30:24.177Z | [ host-image] Feb 26 17:30:23.763 INFO O| Feb 26 17:30:23.763 INFO STEP 175: remove_files, from: /work/oxidecomputer/helios/image/templates/include/smf-reduce.json |
| 10442 | 2026-02-26T17:30:24.201Z | [ host-image] Feb 26 17:30:23.783 INFO O| Feb 26 17:30:23.783 INFO remove file: "/rpool/images/build/host/work/sled/zfs/a/lib/svc/manifest/network/chrony.xml" |
| 10443 | 2026-02-26T17:30:24.201Z | [ host-image] Feb 26 17:30:23.784 INFO O| Feb 26 17:30:23.783 INFO STEP 175 (remove_files) COMPLETE |
| 10444 | 2026-02-26T17:30:24.201Z | [ host-image] Feb 26 17:30:23.784 INFO O| Feb 26 17:30:23.783 INFO STEP 176: seed_smf, from: /work/oxidecomputer/helios/image/templates/sled/zfs.json |
| 10445 | 2026-02-26T17:30:24.225Z | [ host-image] Feb 26 17:30:23.809 INFO O| Feb 26 17:30:23.809 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db does not already exist, skipping removal |
| 10446 | 2026-02-26T17:30:24.226Z | [ host-image] Feb 26 17:30:23.809 INFO O| Feb 26 17:30:23.809 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"} |
| 10447 | 2026-02-26T17:30:26.133Z | [ recovery-image] Feb 26 17:30:25.729 INFO E| Compiling serde_spanned v0.6.8 |
| 10448 | 2026-02-26T17:30:26.133Z | [ recovery-image] Feb 26 17:30:25.729 INFO E| Compiling toml_datetime v0.6.9 |
| 10449 | 2026-02-26T17:30:26.470Z | [ recovery-image] Feb 26 17:30:26.066 INFO E| Compiling toml_edit v0.22.26 |
| 10450 | 2026-02-26T17:30:29.691Z | [ recovery-image] Feb 26 17:30:29.288 INFO E| Compiling toml v0.8.22 |
| 10451 | 2026-02-26T17:30:34.128Z | [ recovery-image] Feb 26 17:30:33.725 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.85s |
| 10452 | 2026-02-26T17:30:34.153Z | [ recovery-image] Feb 26 17:30:33.739 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` |
| 10453 | 2026-02-26T17:30:34.177Z | [ recovery-image] Feb 26 17:30:33.764 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 10454 | 2026-02-26T17:30:34.438Z | [ recovery-image] Feb 26 17:30:34.034 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.26s |
| 10455 | 2026-02-26T17:30:34.462Z | [ recovery-image] Feb 26 17:30:34.042 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` |
| 10456 | 2026-02-26T17:30:34.701Z | [ host-image] Feb 26 17:30:34.298 INFO O| Feb 26 17:30:34.298 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 |
| 10457 | 2026-02-26T17:30:34.701Z | [ host-image] Feb 26 17:30:34.298 INFO O| Feb 26 17:30:34.298 INFO E| svccfg: Loaded 79 smf(7) service descriptions |
| 10458 | 2026-02-26T17:30:34.726Z | [ host-image] Feb 26 17:30:34.319 INFO O| Feb 26 17:30:34.319 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/generic.xml"], env: {"SVCCFG_CHECKHASH": "1", "SVCCFG_REPOSITORY": "/rpool/images/build/host/tmp/sled/zfs/repo.db", "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"} |
| 10459 | 2026-02-26T17:30:34.845Z | [ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn" |
| 10460 | 2026-02-26T17:30:34.845Z | [ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin" |
| 10461 | 2026-02-26T17:30:34.870Z | [ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin" |
| 10462 | 2026-02-26T17:30:34.870Z | [ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin" |
| 10463 | 2026-02-26T17:30:34.870Z | [ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn" |
| 10464 | 2026-02-26T17:30:34.870Z | [ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn" |
| 10465 | 2026-02-26T17:30:34.870Z | [ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin" |
| 10466 | 2026-02-26T17:30:34.870Z | [ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin" |
| 10467 | 2026-02-26T17:30:34.870Z | [ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin" |
| 10468 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin" |
| 10469 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.442 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin" |
| 10470 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin" |
| 10471 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin" |
| 10472 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin" |
| 10473 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.443 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin" |
| 10474 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.443 INFO O| Info: ABL version: 0x100f5010 |
| 10475 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.443 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0 |
| 10476 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 10477 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 10478 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 10479 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 10480 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 10481 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 10482 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 10483 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 10484 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 10485 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 10486 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 10487 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 10488 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 10489 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 10490 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 10491 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 10492 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.444 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 10493 | 2026-02-26T17:30:34.871Z | [ recovery-image] Feb 26 17:30:34.445 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 10494 | 2026-02-26T17:30:34.911Z | [ recovery-image] Feb 26 17:30:34.508 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 10495 | 2026-02-26T17:30:34.911Z | [ recovery-image] Feb 26 17:30:34.508 INFO building ROM for cosmo |
| 10496 | 2026-02-26T17:30:34.911Z | [ recovery-image] Feb 26 17:30:34.508 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") |
| 10497 | 2026-02-26T17:30:34.962Z | [ host-image] Feb 26 17:30:34.558 INFO O| Feb 26 17:30:34.558 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/etc/svc/profile/platform.xml"], env: {"SVCCFG_DTD": "/rpool/images/build/host/work/sled/zfs/a/usr/share/lib/xml/dtd/service_bundle.dtd.1", "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"} |
| 10498 | 2026-02-26T17:30:35.103Z | [ host-image] Feb 26 17:30:34.700 INFO O| Feb 26 17:30:34.700 INFO exec: ["/usr/sbin/svccfg", "apply", "/rpool/images/build/host/work/sled/zfs/a/var/svc/profile/site.xml"], env: {"PKG_INSTALL_ROOT": "/rpool/images/build/host/work/sled/zfs/a", "SVCCFG_CHECKHASH": "1", "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"} |
| 10499 | 2026-02-26T17:30:35.134Z | [ recovery-image] Feb 26 17:30:34.731 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s |
| 10500 | 2026-02-26T17:30:35.159Z | [ recovery-image] Feb 26 17:30:34.737 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` |
| 10501 | 2026-02-26T17:30:35.159Z | [ recovery-image] Feb 26 17:30:34.755 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 10502 | 2026-02-26T17:30:35.252Z | [ host-image] Feb 26 17:30:34.849 INFO O| Feb 26 17:30:34.849 INFO file /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db does not exist |
| 10503 | 2026-02-26T17:30:35.252Z | [ host-image] Feb 26 17:30:34.849 INFO O| Feb 26 17:30:34.849 INFO copying /rpool/images/build/host/tmp/sled/zfs/repo.db -> /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db ... |
| 10504 | 2026-02-26T17:30:35.336Z | [ recovery-image] Feb 26 17:30:34.932 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.16s |
| 10505 | 2026-02-26T17:30:35.361Z | [ recovery-image] Feb 26 17:30:34.943 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` |
| 10506 | 2026-02-26T17:30:35.495Z | [ host-image] Feb 26 17:30:35.092 INFO O| Feb 26 17:30:35.092 INFO ownership already OK (0:0), path: /rpool/images/build/host/work/sled/zfs/a/etc/svc/repository.db |
| 10507 | 2026-02-26T17:30:35.495Z | [ host-image] Feb 26 17:30:35.092 INFO O| Feb 26 17:30:35.092 INFO ok! |
| 10508 | 2026-02-26T17:30:35.495Z | [ host-image] Feb 26 17:30:35.092 INFO O| Feb 26 17:30:35.092 INFO file /rpool/images/build/host/tmp/sled/zfs/repo.db exists (as File), removing |
| 10509 | 2026-02-26T17:30:35.519Z | [ host-image] Feb 26 17:30:35.092 INFO O| Feb 26 17:30:35.092 INFO STEP 176 (seed_smf) COMPLETE |
| 10510 | 2026-02-26T17:30:35.520Z | [ host-image] Feb 26 17:30:35.092 INFO O| Feb 26 17:30:35.092 INFO steps complete; finalising image! |
| 10511 | 2026-02-26T17:30:35.520Z | [ host-image] Feb 26 17:30:35.092 INFO O| Feb 26 17:30:35.092 INFO TRIM POOL: TEMPORARY-sled-zfs |
| 10512 | 2026-02-26T17:30:35.557Z | [ host-image] Feb 26 17:30:35.153 INFO O| Feb 26 17:30:35.153 INFO trim TEMPORARY-sled-zfs: (2% trimmed, started at Thu Feb 26 17:30:35 2026) |
| 10513 | 2026-02-26T17:30:35.784Z | [ host-image] Feb 26 17:30:35.380 INFO O| Feb 26 17:30:35.380 INFO temporary pool has 820M used, 75.7M avail, 1.80x compressratio |
| 10514 | 2026-02-26T17:30:35.784Z | [ host-image] Feb 26 17:30:35.380 INFO O| Feb 26 17:30:35.380 INFO EXPORT POOL: TEMPORARY-sled-zfs |
| 10515 | 2026-02-26T17:30:35.994Z | [ recovery-image] Feb 26 17:30:35.591 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10516 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin" |
| 10517 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.592 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin" |
| 10518 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.593 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin" |
| 10519 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.594 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 10520 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.595 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 10521 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 10522 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.597 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 10523 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin" |
| 10524 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin" |
| 10525 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin" |
| 10526 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.598 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 10527 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.599 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 10528 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.600 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 10529 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.601 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 10530 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.602 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 10531 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.603 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin" |
| 10532 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.604 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 10533 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.606 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin" |
| 10534 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.607 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin" |
| 10535 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.608 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 10536 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 10537 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.609 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 10538 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.610 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 10539 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin" |
| 10540 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.611 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin" |
| 10541 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin" |
| 10542 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.613 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 10543 | 2026-02-26T17:30:36.019Z | [ recovery-image] Feb 26 17:30:35.614 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 10544 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 10545 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.616 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 10546 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 10547 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.617 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 10548 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.618 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 10549 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin" |
| 10550 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.619 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 10551 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 10552 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.620 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 10553 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 10554 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.621 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin" |
| 10555 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin" |
| 10556 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.623 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin" |
| 10557 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.624 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 10558 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.625 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin" |
| 10559 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.626 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 10560 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 10561 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 10562 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.627 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 10563 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 10564 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 10565 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.628 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 10566 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 10567 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.629 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 10568 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.630 INFO O| Info: ABL version: 0x1007f011 |
| 10569 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.630 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0 |
| 10570 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.630 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0 |
| 10571 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.631 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin" |
| 10572 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.633 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 10573 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.634 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 10574 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.635 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 10575 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.635 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 10576 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.636 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 10577 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.637 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 10578 | 2026-02-26T17:30:36.045Z | [ recovery-image] Feb 26 17:30:35.638 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 10579 | 2026-02-26T17:30:36.046Z | [ recovery-image] Feb 26 17:30:35.638 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 10580 | 2026-02-26T17:30:36.046Z | [ recovery-image] Feb 26 17:30:35.639 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 10581 | 2026-02-26T17:30:36.046Z | [ recovery-image] Feb 26 17:30:35.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 10582 | 2026-02-26T17:30:36.046Z | [ recovery-image] Feb 26 17:30:35.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 10583 | 2026-02-26T17:30:36.046Z | [ recovery-image] Feb 26 17:30:35.640 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 10584 | 2026-02-26T17:30:36.070Z | [ recovery-image] Feb 26 17:30:35.641 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 10585 | 2026-02-26T17:30:36.070Z | [ recovery-image] Feb 26 17:30:35.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 10586 | 2026-02-26T17:30:36.070Z | [ recovery-image] Feb 26 17:30:35.642 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 10587 | 2026-02-26T17:30:36.070Z | [ recovery-image] Feb 26 17:30:35.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 10588 | 2026-02-26T17:30:36.070Z | [ recovery-image] Feb 26 17:30:35.643 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 10589 | 2026-02-26T17:30:36.071Z | [ recovery-image] Feb 26 17:30:35.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 10590 | 2026-02-26T17:30:36.071Z | [ recovery-image] Feb 26 17:30:35.644 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 10591 | 2026-02-26T17:30:36.121Z | [ recovery-image] Feb 26 17:30:35.718 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 10592 | 2026-02-26T17:30:36.145Z | [ recovery-image] Feb 26 17:30:35.718 INFO finishing image archive at "/work/os-recovery/os.tar.gz"... |
| 10593 | 2026-02-26T17:30:36.245Z | [ host-image] Feb 26 17:30:35.842 INFO O| Feb 26 17:30:35.841 INFO copying image /rpool/images/build/host/work/sled/zfs/lofi.raw to output file /rpool/images/build/host/output/sled-zfs.raw |
| 10594 | 2026-02-26T17:30:36.245Z | [ host-image] Feb 26 17:30:35.842 INFO O| Feb 26 17:30:35.842 INFO file /rpool/images/build/host/output/sled-zfs.raw does not already exist, skipping removal |
| 10595 | 2026-02-26T17:30:37.765Z | [ host-image] Feb 26 17:30:37.361 INFO O| Feb 26 17:30:37.361 INFO perms are 1600, should be 644, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10596 | 2026-02-26T17:30:37.765Z | [ host-image] Feb 26 17:30:37.361 INFO O| Feb 26 17:30:37.361 INFO chmod ok, path: /rpool/images/build/host/output/sled-zfs.raw |
| 10597 | 2026-02-26T17:30:37.765Z | [ host-image] Feb 26 17:30:37.361 INFO O| Feb 26 17:30:37.361 INFO ownership already OK (0:0), path: /rpool/images/build/host/output/sled-zfs.raw |
| 10598 | 2026-02-26T17:30:37.789Z | [ host-image] Feb 26 17:30:37.361 INFO O| Feb 26 17:30:37.361 INFO completed processing sled/zfs |
| 10599 | 2026-02-26T17:30:37.789Z | [ host-image] Feb 26 17:30:37.361 INFO O| Feb 26 17:30:37.361 INFO DESTROY DATASET: rpool/images/build/host/work/sled/zfs |
| 10600 | 2026-02-26T17:30:38.701Z | [ host-image] Feb 26 17:30:38.298 INFO O| Feb 26 17:30:38.298 INFO DESTROY DATASET: rpool/images/build/host/tmp/sled/zfs |
| 10601 | 2026-02-26T17:30:38.768Z | [ host-image] Feb 26 17:30:38.365 INFO BUILD STRING "heads/stlouis-0-g3e086896f3\n" |
| 10602 | 2026-02-26T17:30:38.768Z | [ host-image] Feb 26 17:30:38.365 INFO expanded image name: "ci 889deab/${os_short_commit} 2026-02-26 16:26" -> "ci 889deab/3e08689 2026-02-26 16:26" |
| 10603 | 2026-02-26T17:30:38.768Z | [ host-image] Feb 26 17:30:38.365 INFO output artefacts stored in: "/work/os-host" |
| 10604 | 2026-02-26T17:30:38.792Z | [ host-image] Feb 26 17:30:38.365 INFO collecting git info from project "amd-host-image-builder"... |
| 10605 | 2026-02-26T17:30:38.792Z | [ host-image] Feb 26 17:30:38.381 INFO collecting git info from project "pinprick"... |
| 10606 | 2026-02-26T17:30:38.817Z | [ host-image] Feb 26 17:30:38.392 INFO collecting git info from project "chelsio-t6-roms"... |
| 10607 | 2026-02-26T17:30:38.817Z | [ host-image] Feb 26 17:30:38.402 INFO collecting git info from project "pilot"... |
| 10608 | 2026-02-26T17:30:38.817Z | [ host-image] Feb 26 17:30:38.411 INFO collecting git info from project "dmar-report"... |
| 10609 | 2026-02-26T17:30:38.841Z | [ host-image] Feb 26 17:30:38.419 INFO collecting git info from project "amd-firmware"... |
| 10610 | 2026-02-26T17:30:38.865Z | [ host-image] Feb 26 17:30:38.440 INFO collecting git info from project "bootserver"... |
| 10611 | 2026-02-26T17:30:38.865Z | [ host-image] Feb 26 17:30:38.448 INFO collecting git info from project "image-builder"... |
| 10612 | 2026-02-26T17:30:38.865Z | [ host-image] Feb 26 17:30:38.455 INFO collecting git info from project "phbl"... |
| 10613 | 2026-02-26T17:30:38.865Z | [ host-image] Feb 26 17:30:38.462 INFO collecting packaging info "pkg-publishers.txt": ["publisher", "-F", "tsv"]... |
| 10614 | 2026-02-26T17:30:39.467Z | [ host-image] Feb 26 17:30:39.064 INFO collecting packaging info "pkg-list.txt": ["list", "-H", "-v"]... |
| 10615 | 2026-02-26T17:30:40.004Z | [ host-image] Feb 26 17:30:39.601 INFO creating Oxide boot image... |
| 10616 | 2026-02-26T17:30:40.004Z | [ host-image] Feb 26 17:30:39.601 INFO exec: ["/work/oxidecomputer/helios/projects/bootserver/target/release/mkimage", "-i", "/rpool/images/build/host/output/sled-zfs.raw", "-N", "ci 889deab/3e08689 2026-02-26 16:26", "-o", "/work/os-host/zfs.img", "-O", "/work/oxidecomputer/helios/tmp/image.host/boot_image_csum", "-s", "4096"], pwd: None |
| 10617 | 2026-02-26T17:30:41.632Z | [ host-image] Feb 26 17:30:41.229 INFO O| ok, image written! |
| 10618 | 2026-02-26T17:30:41.632Z | [ host-image] Feb 26 17:30:41.229 INFO O| ok, boot_image_csum file written! |
| 10619 | 2026-02-26T17:30:41.657Z | [ host-image] Feb 26 17:30:41.233 INFO creating boot archive (CPIO)... |
| 10620 | 2026-02-26T17:30:41.657Z | [ host-image] Feb 26 17:30:41.233 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 |
| 10621 | 2026-02-26T17:30:41.657Z | [ host-image] Feb 26 17:30:41.244 INFO E| + root=/rpool/images/build/host/work/sled/ramdisk |
| 10622 | 2026-02-26T17:30:41.657Z | [ host-image] Feb 26 17:30:41.244 INFO E| + outfile=/work/os-host/cpio |
| 10623 | 2026-02-26T17:30:41.657Z | [ host-image] Feb 26 17:30:41.244 INFO E| + tmpdir=/work/oxidecomputer/helios/tmp/image.host |
| 10624 | 2026-02-26T17:30:41.657Z | [ host-image] Feb 26 17:30:41.247 INFO E| + cd /rpool/images/build/host/work/sled/ramdisk |
| 10625 | 2026-02-26T17:30:41.657Z | [ host-image] Feb 26 17:30:41.247 INFO E| + cpio -qo -H odc -O /work/os-host/cpio |
| 10626 | 2026-02-26T17:30:41.713Z | [ host-image] Feb 26 17:30:41.310 INFO E| + cd /work/oxidecomputer/helios/tmp/image.host |
| 10627 | 2026-02-26T17:30:41.713Z | [ host-image] Feb 26 17:30:41.310 INFO E| + cpio -qo -H odc -AO /work/os-host/cpio |
| 10628 | 2026-02-26T17:30:41.789Z | [ host-image] Feb 26 17:30:41.323 INFO creating compressed cpio/unix for dev loaders... |
| 10629 | 2026-02-26T17:30:41.789Z | [ host-image] Feb 26 17:30:41.323 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 |
| 10630 | 2026-02-26T17:30:41.935Z | [ recovery-image] Feb 26 17:30:41.532 INFO image complete! materials are in "/work/os-recovery" |
| 10631 | 2026-02-26T17:30:42.106Z | [ host-image] Feb 26 17:30:41.702 INFO exec: ["bash", "-c", "\'/work/oxidecomputer/helios/projects/pinprick/target/release/pinprick\' \'/work/os-host/cpio\' >\'/work/os-host/cpio.z\'"], pwd: None |
| 10632 | 2026-02-26T17:30:42.408Z | [ recovery-image] |
| 10633 | 2026-02-26T17:30:42.408Z | [ recovery-image] real 35:32.230137770 |
| 10634 | 2026-02-26T17:30:42.432Z | [ recovery-image] user 25:53.088916180 |
| 10635 | 2026-02-26T17:30:42.432Z | [ recovery-image] sys 2:02.434777931 |
| 10636 | 2026-02-26T17:30:42.432Z | [ recovery-image] trap 1.574461952 |
| 10637 | 2026-02-26T17:30:42.432Z | [ recovery-image] tflt 0.898513925 |
| 10638 | 2026-02-26T17:30:42.432Z | [ recovery-image] dflt 2.107742425 |
| 10639 | 2026-02-26T17:30:42.432Z | [ recovery-image] kflt 0.044718179 |
| 10640 | 2026-02-26T17:30:42.433Z | [ recovery-image] lock 1:02:41.338277852 |
| 10641 | 2026-02-26T17:30:42.433Z | [ recovery-image] slp 3:31:41.547551865 |
| 10642 | 2026-02-26T17:30:42.433Z | [ recovery-image] lat 7:49.881783663 |
| 10643 | 2026-02-26T17:30:42.433Z | Feb 26 17:30:42.006 INFO [recovery-image] process exited with exit status: 0 (2132.704318043s) |
| 10644 | 2026-02-26T17:30:42.433Z | [ recovery-image] stop 7.641117842 |
| 10645 | 2026-02-26T17:30:47.430Z | [ host-image] Feb 26 17:30:47.027 INFO creating reset image... |
| 10646 | 2026-02-26T17:30:47.430Z | [ host-image] Feb 26 17:30:47.027 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/phbl" |
| 10647 | 2026-02-26T17:30:47.506Z | [ host-image] Feb 26 17:30:47.103 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')" |
| 10648 | 2026-02-26T17:30:47.506Z | [ host-image] Feb 26 17:30:47.103 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") |
| 10649 | 2026-02-26T17:30:47.695Z | [ host-image] Feb 26 17:30:47.250 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.06s |
| 10650 | 2026-02-26T17:30:47.720Z | [ host-image] Feb 26 17:30:47.253 INFO E| Running `target/debug/xtask build --release --cpioz /work/os-host/cpio.z --target-dir /work/os-host/phbl` |
| 10651 | 2026-02-26T17:30:48.178Z | [ host-image] Feb 26 17:30:47.775 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) |
| 10652 | 2026-02-26T17:30:48.178Z | [ host-image] Feb 26 17:30:47.775 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) |
| 10653 | 2026-02-26T17:30:48.203Z | [ host-image] Feb 26 17:30:47.775 INFO E| Compiling proc-macro2 v1.0.106 |
| 10654 | 2026-02-26T17:30:48.203Z | [ host-image] Feb 26 17:30:47.775 INFO E| Compiling quote v1.0.44 |
| 10655 | 2026-02-26T17:30:48.203Z | [ host-image] Feb 26 17:30:47.775 INFO E| Compiling unicode-ident v1.0.23 |
| 10656 | 2026-02-26T17:30:48.203Z | [ host-image] Feb 26 17:30:47.776 INFO E| Compiling syn v1.0.109 |
| 10657 | 2026-02-26T17:30:48.203Z | [ host-image] Feb 26 17:30:47.776 INFO E| Compiling x86 v0.52.0 |
| 10658 | 2026-02-26T17:30:48.203Z | [ host-image] Feb 26 17:30:47.776 INFO E| Compiling phbl v0.1.0 (/work/oxidecomputer/helios/projects/phbl) |
| 10659 | 2026-02-26T17:30:48.451Z | [ host-image] Feb 26 17:30:48.044 INFO E| Compiling seq-macro v0.3.6 |
| 10660 | 2026-02-26T17:30:50.259Z | [ host-image] Feb 26 17:30:49.856 INFO E| Compiling syn v2.0.114 |
| 10661 | 2026-02-26T17:30:53.502Z | [ host-image] Feb 26 17:30:53.099 INFO E| Compiling scroll_derive v0.13.1 |
| 10662 | 2026-02-26T17:30:56.410Z | [ host-image] Feb 26 17:30:56.006 INFO E| Compiling bitstruct_derive v0.1.0 |
| 10663 | 2026-02-26T17:31:20.322Z | [ host-image] Feb 26 17:31:19.920 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) |
| 10664 | 2026-02-26T17:31:25.695Z | [ host-image] Feb 26 17:31:25.293 INFO E| Compiling bitflags v1.3.2 |
| 10665 | 2026-02-26T17:31:25.720Z | [ host-image] Feb 26 17:31:25.293 INFO E| Compiling bitflags v2.10.0 |
| 10666 | 2026-02-26T17:31:25.720Z | [ host-image] Feb 26 17:31:25.293 INFO E| Compiling adler2 v2.0.1 |
| 10667 | 2026-02-26T17:31:25.720Z | [ host-image] Feb 26 17:31:25.293 INFO E| Compiling bit_field v0.10.3 |
| 10668 | 2026-02-26T17:31:25.720Z | [ host-image] Feb 26 17:31:25.294 INFO E| Compiling scroll v0.13.0 |
| 10669 | 2026-02-26T17:31:25.721Z | [ host-image] Feb 26 17:31:25.294 INFO E| Compiling log v0.4.29 |
| 10670 | 2026-02-26T17:31:25.721Z | [ host-image] Feb 26 17:31:25.294 INFO E| Compiling plain v0.2.3 |
| 10671 | 2026-02-26T17:31:25.829Z | [ host-image] Feb 26 17:31:25.427 INFO E| Compiling raw-cpuid v10.7.0 |
| 10672 | 2026-02-26T17:31:25.945Z | [ host-image] Feb 26 17:31:25.542 INFO E| Compiling miniz_oxide v0.9.0 |
| 10673 | 2026-02-26T17:31:26.059Z | [ host-image] Feb 26 17:31:25.656 INFO E| Compiling cpio_reader v0.1.2 |
| 10674 | 2026-02-26T17:31:26.092Z | [ host-image] Feb 26 17:31:25.691 INFO E| Compiling bitstruct v0.1.1 |
| 10675 | 2026-02-26T17:31:26.267Z | [ host-image] Feb 26 17:31:25.863 INFO E| Compiling goblin v0.10.4 |
| 10676 | 2026-02-26T17:31:26.306Z | [ host-image] Feb 26 17:31:25.905 INFO E| Compiling static_assertions v1.1.0 |
| 10677 | 2026-02-26T17:31:32.777Z | [ host-image] Feb 26 17:31:32.376 INFO E| Finished `release` profile [optimized] target(s) in 45.10s |
| 10678 | 2026-02-26T17:31:32.802Z | [ host-image] Feb 26 17:31:32.397 INFO checking rust toolchain is installed for "/work/oxidecomputer/helios/projects/amd-host-image-builder" |
| 10679 | 2026-02-26T17:31:32.896Z | [ host-image] Feb 26 17:31:32.494 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')" |
| 10680 | 2026-02-26T17:31:32.896Z | [ host-image] Feb 26 17:31:32.494 INFO skipping building ROM for cosmo-mbist-noaggr ('mbist' disabled) |
| 10681 | 2026-02-26T17:31:32.896Z | [ host-image] Feb 26 17:31:32.495 INFO building ROM for cosmo |
| 10682 | 2026-02-26T17:31:32.921Z | [ host-image] Feb 26 17:31:32.495 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") |
| 10683 | 2026-02-26T17:31:33.134Z | [ host-image] Feb 26 17:31:32.732 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.11s |
| 10684 | 2026-02-26T17:31:33.158Z | [ host-image] Feb 26 17:31:32.738 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` |
| 10685 | 2026-02-26T17:31:33.158Z | [ host-image] Feb 26 17:31:32.755 INFO E| reading from "/work/oxidecomputer/helios/image/amd/turin-cosmo-1.0.0.7.toml" |
| 10686 | 2026-02-26T17:31:33.312Z | [ host-image] Feb 26 17:31:32.910 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s |
| 10687 | 2026-02-26T17:31:33.337Z | [ host-image] Feb 26 17:31:32.917 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` |
| 10688 | 2026-02-26T17:31:33.890Z | [ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x00_AmdPubKey_BRH.tkn" |
| 10689 | 2026-02-26T17:31:33.891Z | [ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x01_PspBl_BRH.esbin" |
| 10690 | 2026-02-26T17:31:33.960Z | [ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x02_PspOS_BRH.ecsbin" |
| 10691 | 2026-02-26T17:31:33.961Z | [ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x03_PspRecBl_BRH.esbin" |
| 10692 | 2026-02-26T17:31:33.961Z | [ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x08_SmuFirmware_breithorn.ecsbin" |
| 10693 | 2026-02-26T17:31:33.961Z | [ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x208_SmuFirmware_BRHDense.ecsbin" |
| 10694 | 2026-02-26T17:31:33.961Z | [ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x09_PspDebugUnlockToken_BRH.stkn" |
| 10695 | 2026-02-26T17:31:33.961Z | [ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x0A_PspAblPubKey_BRH.stkn" |
| 10696 | 2026-02-26T17:31:33.961Z | [ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x13_SduFw_BRH.ecsbin" |
| 10697 | 2026-02-26T17:31:33.961Z | [ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x21_PspAmdIkek_BRH.bin" |
| 10698 | 2026-02-26T17:31:33.961Z | [ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22_SecureEmptyToken.bin" |
| 10699 | 2026-02-26T17:31:33.961Z | [ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x24_RegisterAccessPolicy_BRH.cesbin" |
| 10700 | 2026-02-26T17:31:33.961Z | [ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x224_RegisterAccessPolicy_BRHDense.cesbin" |
| 10701 | 2026-02-26T17:31:33.961Z | [ host-image] Feb 26 17:31:33.489 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x28_PspSystemDriver_BRH.ecsbin" |
| 10702 | 2026-02-26T17:31:33.961Z | [ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2A_SmuFirmware_breithorn.ecsbin" |
| 10703 | 2026-02-26T17:31:33.962Z | [ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x22A_SmuFirmware_BRHDense.ecsbin" |
| 10704 | 2026-02-26T17:31:33.962Z | [ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x2D_AblRt.ecsbin" |
| 10705 | 2026-02-26T17:31:33.962Z | [ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x30_AgesaBootLoaderU_BRH.ecsbin" |
| 10706 | 2026-02-26T17:31:33.962Z | [ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x42_PhyFw_BRH.ecsbin" |
| 10707 | 2026-02-26T17:31:33.962Z | [ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x44_USB_PHY_BRH.esbin" |
| 10708 | 2026-02-26T17:31:33.962Z | [ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x45_RegisterAccessPolicy_BRH.cesbin" |
| 10709 | 2026-02-26T17:31:33.962Z | [ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x245_RegisterAccessPolicy_BRHDense.cesbin" |
| 10710 | 2026-02-26T17:31:33.962Z | [ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x50_PspKeyDataBase_BRH.sbin" |
| 10711 | 2026-02-26T17:31:33.962Z | [ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x51_PspTosKeyDataBase_BRH.ecsbin" |
| 10712 | 2026-02-26T17:31:33.962Z | [ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x55_SPLTable_BRH.sbin" |
| 10713 | 2026-02-26T17:31:33.962Z | [ host-image] Feb 26 17:31:33.490 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x5DMpioFw_BRH.cesbin" |
| 10714 | 2026-02-26T17:31:33.962Z | [ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x64_RasDriver_BRH.ecsbin" |
| 10715 | 2026-02-26T17:31:33.962Z | [ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x65_ta_ras_prod_amdTEE.ecsbin" |
| 10716 | 2026-02-26T17:31:33.962Z | [ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1A_SevDriver_BRH.ecsbin" |
| 10717 | 2026-02-26T17:31:33.962Z | [ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x15_IpKeyManagerDriver_BRH.ecsbin" |
| 10718 | 2026-02-26T17:31:33.963Z | [ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1B_BootDriver_BRH.ecsbin" |
| 10719 | 2026-02-26T17:31:33.963Z | [ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1C_SocDriver_BRH.ecsbin" |
| 10720 | 2026-02-26T17:31:33.963Z | [ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1D_HadDriver_BRH.ecsbin" |
| 10721 | 2026-02-26T17:31:33.963Z | [ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x1F_InterfaceDriver_BRH.ecsbin" |
| 10722 | 2026-02-26T17:31:33.963Z | [ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x38_PspSevEmptyData.bin" |
| 10723 | 2026-02-26T17:31:33.963Z | [ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x47_DRTMDriver_BRH.ecsbin" |
| 10724 | 2026-02-26T17:31:33.963Z | [ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x67_FHPDriver_BRH.ecsbin" |
| 10725 | 2026-02-26T17:31:33.963Z | [ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x68_SPDMDriver_BRH.ecsbin" |
| 10726 | 2026-02-26T17:31:33.963Z | [ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x69_DPEDriver_BRH.ecsbin" |
| 10727 | 2026-02-26T17:31:33.963Z | [ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x73_PspBl_BRH.ecsbin" |
| 10728 | 2026-02-26T17:31:33.963Z | [ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x76_DfRib_BRH.csbin" |
| 10729 | 2026-02-26T17:31:33.963Z | [ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x8C_MPDMATF_BRH.sbin" |
| 10730 | 2026-02-26T17:31:33.963Z | [ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x91_GmiPhyFw_BRH.esbin" |
| 10731 | 2026-02-26T17:31:33.963Z | [ host-image] Feb 26 17:31:33.491 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x92_Page_BRH.sbin" |
| 10732 | 2026-02-26T17:31:33.963Z | [ host-image] Feb 26 17:31:33.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9D_AspSramFwExt_BRH.sbin" |
| 10733 | 2026-02-26T17:31:33.963Z | [ host-image] Feb 26 17:31:33.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0x9F_psp_tos_wl_bin_brh.sbin" |
| 10734 | 2026-02-26T17:31:33.964Z | [ host-image] Feb 26 17:31:33.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_A0.sbin" |
| 10735 | 2026-02-26T17:31:33.964Z | [ host-image] Feb 26 17:31:33.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_A0.sbin" |
| 10736 | 2026-02-26T17:31:33.964Z | [ host-image] Feb 26 17:31:33.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B0.sbin" |
| 10737 | 2026-02-26T17:31:33.964Z | [ host-image] Feb 26 17:31:33.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C0.sbin" |
| 10738 | 2026-02-26T17:31:33.964Z | [ host-image] Feb 26 17:31:33.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRHD_B0.sbin" |
| 10739 | 2026-02-26T17:31:33.964Z | [ host-image] Feb 26 17:31:33.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_B1.sbin" |
| 10740 | 2026-02-26T17:31:33.964Z | [ host-image] Feb 26 17:31:33.492 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/TypeId0xA0_S3Image_BRH_C1.sbin" |
| 10741 | 2026-02-26T17:31:33.964Z | [ host-image] Feb 26 17:31:33.492 INFO O| Info: ABL version: 0x1007f011 |
| 10742 | 2026-02-26T17:31:33.964Z | [ host-image] Feb 26 17:31:33.492 INFO O| Info: For sub_program 2: SMU firmware version: 99.125.0 |
| 10743 | 2026-02-26T17:31:33.964Z | [ host-image] Feb 26 17:31:33.492 INFO O| Info: For sub_program 0: SMU firmware version: 94.125.0 |
| 10744 | 2026-02-26T17:31:33.964Z | [ host-image] Feb 26 17:31:33.493 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/APOB_NV_BRH.bin" |
| 10745 | 2026-02-26T17:31:33.964Z | [ host-image] Feb 26 17:31:33.493 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH.ecsbin" |
| 10746 | 2026-02-26T17:31:33.964Z | [ host-image] Feb 26 17:31:33.493 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem3_BRH_C0.ecsbin" |
| 10747 | 2026-02-26T17:31:33.964Z | [ host-image] Feb 26 17:31:33.493 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH.ecsbin" |
| 10748 | 2026-02-26T17:31:33.964Z | [ host-image] Feb 26 17:31:33.493 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmImem4_BRH_C0.ecsbin" |
| 10749 | 2026-02-26T17:31:33.965Z | [ host-image] Feb 26 17:31:33.493 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH.ecsbin" |
| 10750 | 2026-02-26T17:31:33.965Z | [ host-image] Feb 26 17:31:33.493 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem9_BRH_C0.ecsbin" |
| 10751 | 2026-02-26T17:31:33.965Z | [ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH.ecsbin" |
| 10752 | 2026-02-26T17:31:33.965Z | [ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmPosttrainImem10_BRH_C0.ecsbin" |
| 10753 | 2026-02-26T17:31:33.965Z | [ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x64_AppbDdr5RdimmQuickbootImem11_BRH_C0.ecsbin" |
| 10754 | 2026-02-26T17:31:33.965Z | [ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH.ecsbin" |
| 10755 | 2026-02-26T17:31:33.965Z | [ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem3_BRH_C0.ecsbin" |
| 10756 | 2026-02-26T17:31:33.965Z | [ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH.ecsbin" |
| 10757 | 2026-02-26T17:31:33.965Z | [ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmDmem4_BRH_C0.ecsbin" |
| 10758 | 2026-02-26T17:31:33.965Z | [ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH.ecsbin" |
| 10759 | 2026-02-26T17:31:33.965Z | [ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem9_BRH_C0.ecsbin" |
| 10760 | 2026-02-26T17:31:33.965Z | [ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH.ecsbin" |
| 10761 | 2026-02-26T17:31:33.965Z | [ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmPosttrainDmem10_BRH_C0.ecsbin" |
| 10762 | 2026-02-26T17:31:33.965Z | [ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem11_BRH_C0.ecsbin" |
| 10763 | 2026-02-26T17:31:33.966Z | [ host-image] Feb 26 17:31:33.494 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/BRH/1.0.0.7/Type0x65_AppbDdr5RdimmQuickbootDmem12_BRH_C0.ecsbin" |
| 10764 | 2026-02-26T17:31:33.991Z | [ host-image] Feb 26 17:31:33.559 INFO building ROM for gimlet |
| 10765 | 2026-02-26T17:31:33.991Z | [ host-image] Feb 26 17:31:33.560 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") |
| 10766 | 2026-02-26T17:31:34.207Z | [ host-image] Feb 26 17:31:33.805 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.10s |
| 10767 | 2026-02-26T17:31:34.249Z | [ host-image] Feb 26 17:31:33.810 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` |
| 10768 | 2026-02-26T17:31:34.249Z | [ host-image] Feb 26 17:31:33.827 INFO E| reading from "/work/oxidecomputer/helios/image/amd/milan-gimlet-b-1.0.0.h.toml" |
| 10769 | 2026-02-26T17:31:34.376Z | [ host-image] Feb 26 17:31:33.974 INFO E| Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.13s |
| 10770 | 2026-02-26T17:31:34.401Z | [ host-image] Feb 26 17:31:33.980 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` |
| 10771 | 2026-02-26T17:31:34.686Z | [ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AmdPubKey_gn.tkn" |
| 10772 | 2026-02-26T17:31:34.686Z | [ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspBootLoader_gn.sbin" |
| 10773 | 2026-02-26T17:31:34.712Z | [ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspRecoveryBootLoader_gn.sbin" |
| 10774 | 2026-02-26T17:31:34.712Z | [ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmwareGn.csbin" |
| 10775 | 2026-02-26T17:31:34.712Z | [ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugToken_gn.stkn" |
| 10776 | 2026-02-26T17:31:34.712Z | [ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspABLFw_gn.stkn" |
| 10777 | 2026-02-26T17:31:34.712Z | [ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SmuFirmware2Gn.csbin" |
| 10778 | 2026-02-26T17:31:34.712Z | [ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureDebugUnlock_gn.sbin" |
| 10779 | 2026-02-26T17:31:34.712Z | [ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PspIkek_gn.bin" |
| 10780 | 2026-02-26T17:31:34.712Z | [ host-image] Feb 26 17:31:34.284 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/SecureEmptyToken.bin" |
| 10781 | 2026-02-26T17:31:34.712Z | [ host-image] Feb 26 17:31:34.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/RsmuSecPolicy_gn.sbin" |
| 10782 | 2026-02-26T17:31:34.712Z | [ host-image] Feb 26 17:31:34.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Mp5Gn.csbin" |
| 10783 | 2026-02-26T17:31:34.712Z | [ host-image] Feb 26 17:31:34.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/AgesaBootloader_U_prod_GN.csbin" |
| 10784 | 2026-02-26T17:31:34.713Z | [ host-image] Feb 26 17:31:34.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/GnPhyFw.sbin" |
| 10785 | 2026-02-26T17:31:34.713Z | [ host-image] Feb 26 17:31:34.285 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/PSP-Key-DB_gn.sbin" |
| 10786 | 2026-02-26T17:31:34.713Z | [ host-image] Feb 26 17:31:34.286 INFO O| Info: ABL version: 0x100f5010 |
| 10787 | 2026-02-26T17:31:34.713Z | [ host-image] Feb 26 17:31:34.286 INFO O| Info: For sub_program 0: SMU firmware version: 45.104.0 |
| 10788 | 2026-02-26T17:31:34.713Z | [ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Imem.csbin" |
| 10789 | 2026-02-26T17:31:34.713Z | [ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Udimm_Dmem.csbin" |
| 10790 | 2026-02-26T17:31:34.713Z | [ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Imem.csbin" |
| 10791 | 2026-02-26T17:31:34.713Z | [ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Rdimm_Dmem.csbin" |
| 10792 | 2026-02-26T17:31:34.713Z | [ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Imem.csbin" |
| 10793 | 2026-02-26T17:31:34.713Z | [ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_1D_Ddr4_Lrdimm_Dmem.csbin" |
| 10794 | 2026-02-26T17:31:34.713Z | [ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Imem.csbin" |
| 10795 | 2026-02-26T17:31:34.713Z | [ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Udimm_Dmem.csbin" |
| 10796 | 2026-02-26T17:31:34.713Z | [ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Imem.csbin" |
| 10797 | 2026-02-26T17:31:34.713Z | [ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Rdimm_Dmem.csbin" |
| 10798 | 2026-02-26T17:31:34.713Z | [ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Imem.csbin" |
| 10799 | 2026-02-26T17:31:34.713Z | [ host-image] Feb 26 17:31:34.286 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_2D_Ddr4_Lrdimm_Dmem.csbin" |
| 10800 | 2026-02-26T17:31:34.714Z | [ host-image] Feb 26 17:31:34.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Imem.csbin" |
| 10801 | 2026-02-26T17:31:34.714Z | [ host-image] Feb 26 17:31:34.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Udimm_Dmem.csbin" |
| 10802 | 2026-02-26T17:31:34.714Z | [ host-image] Feb 26 17:31:34.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Imem.csbin" |
| 10803 | 2026-02-26T17:31:34.714Z | [ host-image] Feb 26 17:31:34.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Rdimm_Dmem.csbin" |
| 10804 | 2026-02-26T17:31:34.714Z | [ host-image] Feb 26 17:31:34.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Imem.csbin" |
| 10805 | 2026-02-26T17:31:34.714Z | [ host-image] Feb 26 17:31:34.287 INFO E| Info: Using blob "/work/oxidecomputer/helios/projects/amd-firmware/GN/1.0.0.h/Appb_GN_BIST_Ddr4_Lrdimm_Dmem.csbin" |
| 10806 | 2026-02-26T17:31:34.757Z | [ host-image] Feb 26 17:31:34.354 INFO skipping building ROM for cosmo-mbist ('mbist' disabled) |
| 10807 | 2026-02-26T17:31:34.782Z | [ host-image] Feb 26 17:31:34.354 INFO finishing image archive at "/work/os-host/os.tar.gz"... |
| 10808 | 2026-02-26T17:32:16.395Z | [ host-image] Feb 26 17:32:15.995 INFO image complete! materials are in "/work/os-host" |
| 10809 | 2026-02-26T17:32:16.420Z | [ host-image] |
| 10810 | 2026-02-26T17:32:16.420Z | [ host-image] real 37:57.993171301 |
| 10811 | 2026-02-26T17:32:16.421Z | [ host-image] user 26:40.269026537 |
| 10812 | 2026-02-26T17:32:16.421Z | [ host-image] sys 2:05.270626140 |
| 10813 | 2026-02-26T17:32:16.421Z | Feb 26 17:32:16.002 INFO [host-image] process exited with exit status: 0 (2278.004449474s) |
| 10814 | 2026-02-26T17:32:17.400Z | [ host-image] trap 1.461316043 |
| 10815 | 2026-02-26T17:32:17.426Z | [ host-image] tflt 0.241923654 |
| 10816 | 2026-02-26T17:32:17.426Z | [ host-image] dflt 6.961030372 |
| 10817 | 2026-02-26T17:32:17.426Z | [ host-image] kflt 0.060714478 |
| 10818 | 2026-02-26T17:32:17.426Z | [ host-image] lock 39:07.051731544 |
| 10819 | 2026-02-26T17:32:17.426Z | [ host-image] slp 3:40:17.135430388 |
| 10820 | 2026-02-26T17:32:17.426Z | [ host-image] lat 7:20.772692606 |
| 10821 | 2026-02-26T17:32:17.426Z | [ host-image] stop 3.432317407 |
| 10822 | 2026-02-26T17:32:17.426Z | Feb 26 17:32:17.002 INFO [tuf-repo] running task |
| 10823 | 2026-02-26T17:32:56.397Z | Feb 26 17:32:55.997 INFO assembling repository in `/tmp/tufaceousMOGUNF`, component: OmicronRepoAssembler |
| 10824 | 2026-02-26T17:33:07.053Z | Feb 26 17:33:06.654 DEBG assembly successful, cleaning up, component: OmicronRepoAssembler |
| 10825 | 2026-02-26T17:33:07.655Z | Feb 26 17:33:07.256 INFO artifacts assembled and archived to `/work/repo.zip`, component: OmicronRepoAssembler |
| 10826 | 2026-02-26T17:33:54.358Z | Feb 26 17:33:53.961 INFO extracting uploaded archive to /tmp/.tmpGQ4mA5 |
| 10827 | 2026-02-26T17:33:59.445Z | Feb 26 17:33:59.048 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.Lmi5n2 |
| 10828 | 2026-02-26T17:33:59.617Z | Feb 26 17:33:59.220 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a |
| 10829 | 2026-02-26T17:33:59.894Z | Feb 26 17:33:59.497 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b |
| 10830 | 2026-02-26T17:34:00.147Z | Feb 26 17:33:59.750 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b |
| 10831 | 2026-02-26T17:34:00.390Z | Feb 26 17:33:59.993 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c |
| 10832 | 2026-02-26T17:34:00.633Z | Feb 26 17:34:00.236 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d |
| 10833 | 2026-02-26T17:34:00.906Z | Feb 26 17:34:00.510 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e |
| 10834 | 2026-02-26T17:34:01.176Z | Feb 26 17:34:00.779 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f |
| 10835 | 2026-02-26T17:34:01.486Z | Feb 26 17:34:01.089 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet |
| 10836 | 2026-02-26T17:34:01.511Z | Feb 26 17:34:01.089 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet |
| 10837 | 2026-02-26T17:34:01.677Z | Feb 26 17:34:01.279 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo |
| 10838 | 2026-02-26T17:34:01.677Z | Feb 26 17:34:01.280 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo |
| 10839 | 2026-02-26T17:34:01.875Z | Feb 26 17:34:01.478 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 10840 | 2026-02-26T17:34:01.875Z | Feb 26 17:34:01.478 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 10841 | 2026-02-26T17:34:02.064Z | Feb 26 17:34:01.667 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10842 | 2026-02-26T17:34:02.064Z | Feb 26 17:34:01.667 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10843 | 2026-02-26T17:34:02.236Z | Feb 26 17:34:01.839 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 10844 | 2026-02-26T17:34:02.236Z | Feb 26 17:34:01.839 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 10845 | 2026-02-26T17:34:02.397Z | Feb 26 17:34:02.000 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet |
| 10846 | 2026-02-26T17:34:02.397Z | Feb 26 17:34:02.001 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet |
| 10847 | 2026-02-26T17:34:02.562Z | Feb 26 17:34:02.165 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo |
| 10848 | 2026-02-26T17:34:02.562Z | Feb 26 17:34:02.165 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo |
| 10849 | 2026-02-26T17:34:02.587Z | Feb 26 17:34:02.168 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet |
| 10850 | 2026-02-26T17:34:02.587Z | Feb 26 17:34:02.170 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo |
| 10851 | 2026-02-26T17:34:02.587Z | Feb 26 17:34:02.172 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart |
| 10852 | 2026-02-26T17:34:02.587Z | Feb 26 17:34:02.176 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet |
| 10853 | 2026-02-26T17:34:02.587Z | Feb 26 17:34:02.177 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo |
| 10854 | 2026-02-26T17:34:19.088Z | Feb 26 17:34:18.692 INFO added artifact, length: 33554432, hash: fb104ccc950123869bf58ea0d266f26a26621c3ee18fcb6a8f2e4d04441a4531, version: 19.0.0-0.ci+git889deabbf7d, kind: gimlet_host_phase_1, name: host |
| 10855 | 2026-02-26T17:34:19.088Z | Feb 26 17:34:18.692 INFO added artifact, length: 33554432, hash: d8a0cb3f6f7f185779d3f87151b1c290b64bd9fd8ec2938857ebd1a8c5e5c78b, version: 19.0.0-0.ci+git889deabbf7d, kind: cosmo_host_phase_1, name: host |
| 10856 | 2026-02-26T17:34:19.113Z | Feb 26 17:34:18.692 INFO added artifact, length: 1101008896, hash: e39f5c714385763579fb12cee67c83a0d3654350132657c61a86d3fdb8ccde18, version: 19.0.0-0.ci+git889deabbf7d, kind: host_phase_2, name: host |
| 10857 | 2026-02-26T17:34:22.318Z | Feb 26 17:34:21.922 INFO added artifact, length: 33554432, hash: 9b2ff12f0f48020c30309342066e5b48d913a4d4d0e0a364e1b02fdb4a9e578e, version: 19.0.0-0.ci+git889deabbf7d, kind: gimlet_trampoline_phase_1, name: trampoline |
| 10858 | 2026-02-26T17:34:22.318Z | Feb 26 17:34:21.922 INFO added artifact, length: 33554432, hash: 2d6ced26da13dfefd90fdfde8de8c76ab522e4f6fd22c129328a988c4afbd58c, version: 19.0.0-0.ci+git889deabbf7d, kind: cosmo_trampoline_phase_1, name: trampoline |
| 10859 | 2026-02-26T17:34:22.318Z | Feb 26 17:34:21.922 INFO added artifact, length: 148874199, hash: 596f4fbf2a3947cedfe373ae5fd3e13bd58d8364906c80ea5d22823b7df66434, version: 19.0.0-0.ci+git889deabbf7d, kind: trampoline_phase_2, name: trampoline |
| 10860 | 2026-02-26T17:34:28.357Z | Feb 26 17:34:27.961 INFO added artifact, length: 313873046, hash: 430541c9fc346ad74f18fd68b88fd94cd18d1a90a10919f7d33c06120c82cfff, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: clickhouse_keeper |
| 10861 | 2026-02-26T17:34:34.789Z | Feb 26 17:34:34.393 INFO added artifact, length: 332204149, hash: c2ebaf5661a38186502db1019144d43af09bf04c573ae9e6766300dd9261bcfb, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: clickhouse_server |
| 10862 | 2026-02-26T17:34:41.276Z | Feb 26 17:34:40.881 INFO added artifact, length: 332205249, hash: f87c874e6c9ae4e2272f346f8534606d5e738f195d6085f9a61cd29fd46c93a8, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: clickhouse |
| 10863 | 2026-02-26T17:34:44.594Z | Feb 26 17:34:44.198 INFO added artifact, length: 171477546, hash: b0a63b801a6e2f04206f55fcc20aa3efb6650d50a361085448b527aef7425078, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: cockroachdb |
| 10864 | 2026-02-26T17:34:45.490Z | Feb 26 17:34:45.094 INFO added artifact, length: 45659887, hash: 2cd8163c4fc7a2adc79cbfcf7264c8428e44d89b00faa19b019283c761bb7ae8, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: crucible-pantry-zone |
| 10865 | 2026-02-26T17:34:46.654Z | Feb 26 17:34:46.259 INFO added artifact, length: 60137297, hash: 379ffe32ff8c18693275a04d0f152f5c288cbf6fd91aa12f9ffb97155082c316, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: crucible-zone |
| 10866 | 2026-02-26T17:34:47.751Z | Feb 26 17:34:47.355 INFO added artifact, length: 57879708, hash: fd20396b204c6b7a33b89010a9c164705f532666773df4157ef0f6e0c4f3470e, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: external-dns |
| 10867 | 2026-02-26T17:34:48.859Z | Feb 26 17:34:48.464 INFO added artifact, length: 57879307, hash: 39020c6858d3696b98ba8c23cd9fd3126b80d982fc2e93b844b53fccbf36ad33, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: internal-dns |
| 10868 | 2026-02-26T17:34:53.192Z | Feb 26 17:34:52.796 INFO added artifact, length: 222898143, hash: 853d7204fea6a61ee79af3ae59d180bdeb8f0d0275eb75134c9fcb6e9169c6da, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: nexus |
| 10869 | 2026-02-26T17:34:53.876Z | Feb 26 17:34:53.481 INFO added artifact, length: 35749835, hash: 0572dc7983b30ef724608933c11dee9d74b215fc193929ec92b7b045f09cc03e, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: ntp |
| 10870 | 2026-02-26T17:34:55.231Z | Feb 26 17:34:54.836 INFO added artifact, length: 71727710, hash: a88fa6dea05887b288ce923afc1c6f274bceb64918db1d2e2e227331967a53e4, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: oximeter |
| 10871 | 2026-02-26T17:34:55.287Z | Feb 26 17:34:54.892 INFO added artifact, length: 3109590, hash: 37cba2ee0ab39398e6bfa358ad925fc10f77a1e82ba52ce55a0a3134bdc22553, version: 19.0.0-0.ci+git889deabbf7d, kind: zone, name: probe |
| 10872 | 2026-02-26T17:34:55.312Z | Feb 26 17:34:54.893 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62 |
| 10873 | 2026-02-26T17:34:55.312Z | Feb 26 17:34:54.894 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38 |
| 10874 | 2026-02-26T17:34:55.312Z | Feb 26 17:34:54.894 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38 |
| 10875 | 2026-02-26T17:34:55.381Z | Feb 26 17:34:54.986 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b |
| 10876 | 2026-02-26T17:34:55.478Z | Feb 26 17:34:55.083 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c |
| 10877 | 2026-02-26T17:34:55.640Z | Feb 26 17:34:55.245 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc |
| 10878 | 2026-02-26T17:34:55.641Z | Feb 26 17:34:55.245 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc |
| 10879 | 2026-02-26T17:34:55.829Z | Feb 26 17:34:55.434 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 10880 | 2026-02-26T17:34:55.829Z | Feb 26 17:34:55.434 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 10881 | 2026-02-26T17:34:56.004Z | Feb 26 17:34:55.608 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10882 | 2026-02-26T17:34:56.004Z | Feb 26 17:34:55.608 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10883 | 2026-02-26T17:34:56.177Z | Feb 26 17:34:55.782 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc |
| 10884 | 2026-02-26T17:34:56.177Z | Feb 26 17:34:55.782 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc |
| 10885 | 2026-02-26T17:34:56.202Z | Feb 26 17:34:55.785 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc |
| 10886 | 2026-02-26T17:34:56.202Z | Feb 26 17:34:55.787 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart |
| 10887 | 2026-02-26T17:34:56.202Z | Feb 26 17:34:55.789 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc |
| 10888 | 2026-02-26T17:34:56.338Z | Feb 26 17:34:55.943 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b |
| 10889 | 2026-02-26T17:34:56.634Z | Feb 26 17:34:56.239 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c |
| 10890 | 2026-02-26T17:34:56.939Z | Feb 26 17:34:56.544 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d |
| 10891 | 2026-02-26T17:34:57.260Z | Feb 26 17:34:56.864 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar |
| 10892 | 2026-02-26T17:34:57.260Z | Feb 26 17:34:56.865 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar |
| 10893 | 2026-02-26T17:34:57.435Z | Feb 26 17:34:57.040 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 10894 | 2026-02-26T17:34:57.435Z | Feb 26 17:34:57.040 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 10895 | 2026-02-26T17:34:57.607Z | Feb 26 17:34:57.212 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10896 | 2026-02-26T17:34:57.607Z | Feb 26 17:34:57.212 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10897 | 2026-02-26T17:34:57.781Z | Feb 26 17:34:57.386 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar |
| 10898 | 2026-02-26T17:34:57.781Z | Feb 26 17:34:57.386 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar |
| 10899 | 2026-02-26T17:34:57.806Z | Feb 26 17:34:57.389 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar |
| 10900 | 2026-02-26T17:34:57.806Z | Feb 26 17:34:57.391 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart |
| 10901 | 2026-02-26T17:34:57.806Z | Feb 26 17:34:57.394 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar |
| 10902 | 2026-02-26T17:34:57.806Z | Feb 26 17:34:57.394 INFO added artifact, length: 924, hash: c0f0c90f9d8ece2c78ae791bd5c45226161da80645b5cbd059579cf562b1c4d4, version: 19.0.0-0.ci+git889deabbf7d, kind: installinator_document, name: installinator_document |
| 10903 | 2026-02-26T17:34:58.640Z | Feb 26 17:34:58.244 INFO extracting uploaded archive to /tmp/.tmpfUoT5U |
| 10904 | 2026-02-26T17:35:03.324Z | Feb 26 17:35:02.929 INFO created directory to store extracted artifacts, path: /tmp/update-artifacts.TpFs4r |
| 10905 | 2026-02-26T17:35:03.481Z | Feb 26 17:35:03.086 INFO added artifact, length: 6519345, hash: 30400b0cba8024252ad87988888c0b4ff507f0dbd94de495853438170c48db6f, version: 1.0.62, kind: gimlet_sp, name: cosmo-a |
| 10906 | 2026-02-26T17:35:03.750Z | Feb 26 17:35:03.355 INFO added artifact, length: 6519269, hash: 45d2c6ecdc073e2d6683df59a9af698ac48354f28db15796e440938c20a14454, version: 1.0.62, kind: gimlet_sp, name: cosmo-b |
| 10907 | 2026-02-26T17:35:03.997Z | Feb 26 17:35:03.602 INFO added artifact, length: 5466282, hash: 1968dd0fe7c2ea1693a3fcde055a2ae26103be2a550c9bfae3eb2e2851692f6f, version: 1.0.62, kind: gimlet_sp, name: gimlet-b |
| 10908 | 2026-02-26T17:35:04.216Z | Feb 26 17:35:03.821 INFO added artifact, length: 5468612, hash: 013cf14175743c8a428e478c6174e907b0cecd6734a20606597a0e221ec0dd0b, version: 1.0.62, kind: gimlet_sp, name: gimlet-c |
| 10909 | 2026-02-26T17:35:04.453Z | Feb 26 17:35:04.058 INFO added artifact, length: 5469365, hash: 57fcfe996814261c37cec77757e089da36932685293b88c1664e514db48ff4e2, version: 1.0.62, kind: gimlet_sp, name: gimlet-d |
| 10910 | 2026-02-26T17:35:04.686Z | Feb 26 17:35:04.291 INFO added artifact, length: 5469129, hash: f5241e12c502d08476ca232f8125b96ac62b132bac9055f65b843e00aa01576a, version: 1.0.62, kind: gimlet_sp, name: gimlet-e |
| 10911 | 2026-02-26T17:35:04.909Z | Feb 26 17:35:04.504 INFO added artifact, length: 5469060, hash: 75e5434060e1afa332c010a418bdacd0050bc5040300c46febb67f2b0adba98a, version: 1.0.62, kind: gimlet_sp, name: gimlet-f |
| 10912 | 2026-02-26T17:35:05.172Z | Feb 26 17:35:04.777 INFO added artifact, length: 1575250, hash: e57c5631d66cbefb69d621c8692d28db6af95672949540dd765a0fe26678ea4b, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-gimlet |
| 10913 | 2026-02-26T17:35:05.172Z | Feb 26 17:35:04.777 INFO added artifact, length: 1574970, hash: ca76f931699d50646bbbc21b991f41cf6d72dd6950a93be7d94d462ef6debaf7, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-gimlet |
| 10914 | 2026-02-26T17:35:05.322Z | Feb 26 17:35:04.927 INFO added artifact, length: 1575253, hash: 657ddafd315d3cb9f0521eaec43752b2d3a92d33fe98767eacd3c27c5b790ad7, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-staging-devel-cosmo |
| 10915 | 2026-02-26T17:35:05.322Z | Feb 26 17:35:04.927 INFO added artifact, length: 1575039, hash: 4ff67dc8de2f937401560c5d13dbcf9b83cbef555be2555581db58083bfaf3c8, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-staging-devel-cosmo |
| 10916 | 2026-02-26T17:35:05.488Z | Feb 26 17:35:05.093 INFO added artifact, length: 1639595, hash: dc1c96e39338ecc6b9c127b0af4eb2b000dbf4ec76c045274660b1bee5c1e635, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 10917 | 2026-02-26T17:35:05.488Z | Feb 26 17:35:05.093 INFO added artifact, length: 1639767, hash: 6619031a1efbed441aa1297893c94196f2fd8cbc7eb4bd001ec5e88e52c69f1c, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-gimlet |
| 10918 | 2026-02-26T17:35:05.662Z | Feb 26 17:35:05.268 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10919 | 2026-02-26T17:35:05.662Z | Feb 26 17:35:05.268 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10920 | 2026-02-26T17:35:05.829Z | Feb 26 17:35:05.434 INFO added artifact, length: 1639535, hash: 5ef57dd074e9efb402502f33c54f79f2c7fbf809598ed32570a7913051806b53, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 10921 | 2026-02-26T17:35:05.829Z | Feb 26 17:35:05.434 INFO added artifact, length: 1639866, hash: 81a6a63cfd2868a872f6b1d35f67f9985f36c80b48a97a285dae0d0b0903c0ef, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-cosmo |
| 10922 | 2026-02-26T17:35:05.990Z | Feb 26 17:35:05.595 INFO added artifact, length: 1575096, hash: 81a97eee9a4c9f2620ff36d50668c94b4851c87f1c91325e938beb6d716c8ab3, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-gimlet |
| 10923 | 2026-02-26T17:35:05.990Z | Feb 26 17:35:05.595 INFO added artifact, length: 1574964, hash: a6c298674493ec26424c3c079efa2920ecb557268010a94b793934a875a7e40d, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-gimlet |
| 10924 | 2026-02-26T17:35:06.147Z | Feb 26 17:35:05.751 INFO added artifact, length: 1575107, hash: 3027a2a8090e6c107e3cf19938bc93319f37c70f6995650c60eea9fd076c9c65, version: 1.0.38, kind: gimlet_rot_image_a, name: oxide-rot-1-production-release-cosmo |
| 10925 | 2026-02-26T17:35:06.147Z | Feb 26 17:35:05.752 INFO added artifact, length: 1574965, hash: 6a8a11a179a6a9b7d2c0ac96e32ea216ccaee0ad7bb5c42333e4f7c422558b2f, version: 1.0.38, kind: gimlet_rot_image_b, name: oxide-rot-1-production-release-cosmo |
| 10926 | 2026-02-26T17:35:06.172Z | Feb 26 17:35:05.755 INFO added artifact, length: 46165, hash: 01bf70ada8937f7adf23a2eb6b5d7c36351cccd6a4aec2af6ab591d0f30902ff, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-gimlet |
| 10927 | 2026-02-26T17:35:06.172Z | Feb 26 17:35:05.757 INFO added artifact, length: 46156, hash: 6e72ab34b446ec3f82e3bd84644f5ed9706e71c290b6a47b0ed543381d183491, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-staging-devel-cosmo |
| 10928 | 2026-02-26T17:35:06.172Z | Feb 26 17:35:05.758 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-bart |
| 10929 | 2026-02-26T17:35:06.172Z | Feb 26 17:35:05.761 INFO added artifact, length: 46378, hash: 0c2a7163e732a8eae7c5a142ce1b743a5bc3bc7a4ee7c8b1dc20ff0c266da879, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-gimlet |
| 10930 | 2026-02-26T17:35:06.172Z | Feb 26 17:35:05.763 INFO added artifact, length: 46384, hash: 381ccf87f2532d90485ea6238c547e829195f4670f489cfec3ae75094f006797, version: 1.4.1, kind: gimlet_rot_bootloader, name: gimlet_rot_bootloader-production-release-cosmo |
| 10931 | 2026-02-26T17:35:21.772Z | Feb 26 17:35:21.378 INFO added artifact, length: 33554432, hash: fb104ccc950123869bf58ea0d266f26a26621c3ee18fcb6a8f2e4d04441a4531, version: 19.0.0-0.ci+git889deabbf7d, kind: gimlet_host_phase_1, name: host |
| 10932 | 2026-02-26T17:35:21.772Z | Feb 26 17:35:21.378 INFO added artifact, length: 33554432, hash: d8a0cb3f6f7f185779d3f87151b1c290b64bd9fd8ec2938857ebd1a8c5e5c78b, version: 19.0.0-0.ci+git889deabbf7d, kind: cosmo_host_phase_1, name: host |
| 10933 | 2026-02-26T17:35:21.772Z | Feb 26 17:35:21.378 INFO added artifact, length: 1101008896, hash: e39f5c714385763579fb12cee67c83a0d3654350132657c61a86d3fdb8ccde18, version: 19.0.0-0.ci+git889deabbf7d, kind: host_phase_2, name: host |
| 10934 | 2026-02-26T17:35:24.711Z | Feb 26 17:35:24.316 INFO added artifact, length: 33554432, hash: 9b2ff12f0f48020c30309342066e5b48d913a4d4d0e0a364e1b02fdb4a9e578e, version: 19.0.0-0.ci+git889deabbf7d, kind: gimlet_trampoline_phase_1, name: trampoline |
| 10935 | 2026-02-26T17:35:24.711Z | Feb 26 17:35:24.316 INFO added artifact, length: 33554432, hash: 2d6ced26da13dfefd90fdfde8de8c76ab522e4f6fd22c129328a988c4afbd58c, version: 19.0.0-0.ci+git889deabbf7d, kind: cosmo_trampoline_phase_1, name: trampoline |
| 10936 | 2026-02-26T17:35:24.735Z | Feb 26 17:35:24.316 INFO added artifact, length: 148874199, hash: 596f4fbf2a3947cedfe373ae5fd3e13bd58d8364906c80ea5d22823b7df66434, version: 19.0.0-0.ci+git889deabbf7d, kind: trampoline_phase_2, name: trampoline |
| 10937 | 2026-02-26T17:35:51.553Z | Feb 26 17:35:51.158 INFO added artifact, length: 1764678328, hash: d475d4d320e67f97444cf497982b65f8d8900701f3536f4cb497efa681c2b523, version: 19.0.0-0.ci+git889deabbf7d, kind: control_plane, name: control-plane |
| 10938 | 2026-02-26T17:35:51.577Z | Feb 26 17:35:51.159 INFO added artifact, length: 829, hash: d5e00be00aa1c24195355ee30fbe484670dc4af02c7f2b943eaa585a9f8bb199, version: 1.0.62, kind: measurement_corpus, name: staging-corim-all-sp-v1.0.62 |
| 10939 | 2026-02-26T17:35:51.577Z | Feb 26 17:35:51.160 INFO added artifact, length: 992, hash: 6a0944474534a8382709168a3dfbbddd6c65578ce86f9f7c251ec0e09c9a2498, version: 1.0.38, kind: measurement_corpus, name: staging-corim-oxide-rot-1-v1.0.38 |
| 10940 | 2026-02-26T17:35:51.578Z | Feb 26 17:35:51.161 INFO added artifact, length: 456, hash: d5c1a49ec5716f03a2af56789b57950e479843dccf2ef873b4b4cb6eb8720517, version: 1.0.38, kind: measurement_corpus, name: production-corim-oxide-rot-1-v1.0.38 |
| 10941 | 2026-02-26T17:35:51.635Z | Feb 26 17:35:51.241 INFO added artifact, length: 4131834, hash: 80a86837c993d3022d6f87b4a32f95a2cb671c0797f89515f3eb19b3558fbd0e, version: 1.0.62, kind: psc_sp, name: psc-b |
| 10942 | 2026-02-26T17:35:51.735Z | Feb 26 17:35:51.323 INFO added artifact, length: 4135235, hash: 52d9aae7376e121018c56a7beb4b1f6914f3be2c50e7e46a2e23005d0c6c2f32, version: 1.0.62, kind: psc_sp, name: psc-c |
| 10943 | 2026-02-26T17:35:51.869Z | Feb 26 17:35:51.476 INFO added artifact, length: 1575251, hash: 182163d70035bac9366199381894a51093e394111061322a5a198d04f55a98fc, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-staging-devel-psc |
| 10944 | 2026-02-26T17:35:51.869Z | Feb 26 17:35:51.476 INFO added artifact, length: 1575045, hash: 812170d81cac9ac5fc034a33d8f2cd6c8cdcb9f092939f236255007360181924, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-staging-devel-psc |
| 10945 | 2026-02-26T17:35:52.015Z | Feb 26 17:35:51.622 INFO added artifact, length: 1639642, hash: 50b9ffb723857fd70d900e72825dc2f39784af53367945bed524d4cec01cb87a, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 10946 | 2026-02-26T17:35:52.015Z | Feb 26 17:35:51.622 INFO added artifact, length: 1639910, hash: 53d5df2c918eb0b56afb2e4b48ef4e4b8f7f66985196f492ae5896c5a979c9f6, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-psc |
| 10947 | 2026-02-26T17:35:52.182Z | Feb 26 17:35:51.788 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10948 | 2026-02-26T17:35:52.182Z | Feb 26 17:35:51.788 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10949 | 2026-02-26T17:35:52.342Z | Feb 26 17:35:51.949 INFO added artifact, length: 1575156, hash: 466996e1df22f7c6144d76ca5d9b4e089c0595f61f860fa69fff8584de6a2958, version: 1.0.38, kind: psc_rot_image_a, name: oxide-rot-1-production-release-psc |
| 10950 | 2026-02-26T17:35:52.342Z | Feb 26 17:35:51.949 INFO added artifact, length: 1574986, hash: 90ff730bac85e054613b08ae2bc658a32af777824d87c877167bdc156e0cad55, version: 1.0.38, kind: psc_rot_image_b, name: oxide-rot-1-production-release-psc |
| 10951 | 2026-02-26T17:35:52.367Z | Feb 26 17:35:51.952 INFO added artifact, length: 46144, hash: 030b74a59c274086e4b03f653c071d3d35dcbe3ec5210a9bd892aceb8d9cff70, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-staging-devel-psc |
| 10952 | 2026-02-26T17:35:52.367Z | Feb 26 17:35:51.955 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-bart |
| 10953 | 2026-02-26T17:35:52.367Z | Feb 26 17:35:51.957 INFO added artifact, length: 46369, hash: e30af2be77e4b905e9a94a9d115dd7b85b98011b79c104140274ed6e06a6b01f, version: 1.4.1, kind: psc_rot_bootloader, name: psc_rot_bootloader-production-release-psc |
| 10954 | 2026-02-26T17:35:52.497Z | Feb 26 17:35:52.104 INFO added artifact, length: 6945803, hash: 3f7ddcfa1b0feda05904bb501dfac286190496afff4aa207258e275efcbf338e, version: 1.0.62, kind: switch_sp, name: sidecar-b |
| 10955 | 2026-02-26T17:35:52.759Z | Feb 26 17:35:52.366 INFO added artifact, length: 6962586, hash: c163c1096d32463dee117c56dfc9fac72eaa793c99e0cdd1c4bf238419821ad6, version: 1.0.62, kind: switch_sp, name: sidecar-c |
| 10956 | 2026-02-26T17:35:53.028Z | Feb 26 17:35:52.635 INFO added artifact, length: 6962589, hash: 4f24734369eaef31fece1c64a2b7d6092926142d9d3d47cccc4862ddf2b3fee6, version: 1.0.62, kind: switch_sp, name: sidecar-d |
| 10957 | 2026-02-26T17:35:53.316Z | Feb 26 17:35:52.922 INFO added artifact, length: 1575270, hash: 6b3bf44848484d3797819e802b69de68ca67d78abc1cf349ecd0889b0f34c026, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-staging-devel-sidecar |
| 10958 | 2026-02-26T17:35:53.316Z | Feb 26 17:35:52.922 INFO added artifact, length: 1575150, hash: b1e7c16248710357348f17c24168641c2c8f36de734f263a89a443bffc5554de, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-staging-devel-sidecar |
| 10959 | 2026-02-26T17:35:53.480Z | Feb 26 17:35:53.087 INFO added artifact, length: 1639647, hash: f4c2337fb91a4bf776f8cd5f8f8517d692459de7c6a473b3696e5ef0432affa5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 10960 | 2026-02-26T17:35:53.480Z | Feb 26 17:35:53.087 INFO added artifact, length: 1639927, hash: 9fc3c7ef8d39c16c4a1a7f3b764c4004e8733acd2b0648371e3dae4d18653ef5, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-staging-devel-sidecar |
| 10961 | 2026-02-26T17:35:53.647Z | Feb 26 17:35:53.253 INFO added artifact, length: 1634641, hash: 986bdbe66d46e8246d7f27abee965905de0adb119620ce4efdbc122f5393b0a5, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-selfsigned-bart |
| 10962 | 2026-02-26T17:35:53.647Z | Feb 26 17:35:53.254 INFO added artifact, length: 1634722, hash: 5261c87276aafec4f2a419388de200ba3b9578eec32aa7f9b60f9ba0d94cb7d1, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-selfsigned-bart |
| 10963 | 2026-02-26T17:35:53.793Z | Feb 26 17:35:53.400 INFO added artifact, length: 1575183, hash: 790553ebcf8f07403e0040523f474ea7629b4332de9d0adcbd9215d1020c033d, version: 1.0.38, kind: switch_rot_image_a, name: oxide-rot-1-production-release-sidecar |
| 10964 | 2026-02-26T17:35:53.793Z | Feb 26 17:35:53.400 INFO added artifact, length: 1574959, hash: 2045d4c03e4affd47aea328d644dba12672a06e4e84c22093948789d539057e0, version: 1.0.38, kind: switch_rot_image_b, name: oxide-rot-1-production-release-sidecar |
| 10965 | 2026-02-26T17:35:53.818Z | Feb 26 17:35:53.402 INFO added artifact, length: 46233, hash: 25acd0299fd939abab6defc515fdec31cd7c3c0aa1276994b4f4644728dc2371, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-staging-devel-sidecar |
| 10966 | 2026-02-26T17:35:53.818Z | Feb 26 17:35:53.404 INFO added artifact, length: 41535, hash: 5e34087e5bb3c5ae269148c709050d893f971dd4c19e3cbbec419fde55bf07bb, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-bart |
| 10967 | 2026-02-26T17:35:53.818Z | Feb 26 17:35:53.406 INFO added artifact, length: 46426, hash: 502bd964c35c7f372a27b6a24e066fa1f987dbad4a791c65f5adc0a1ef3cde6a, version: 1.4.1, kind: switch_rot_bootloader, name: switch_rot_bootloader-production-release-sidecar |
| 10968 | 2026-02-26T17:35:53.818Z | Feb 26 17:35:53.407 INFO added artifact, length: 924, hash: c0f0c90f9d8ece2c78ae791bd5c45226161da80645b5cbd059579cf562b1c4d4, version: 19.0.0-0.ci+git889deabbf7d, kind: installinator_document, name: installinator_document |
| 10969 | 2026-02-26T17:35:54.695Z | Feb 26 17:35:54.302 INFO [tuf-repo] task succeeded (217.299824069s) |
| 10970 | 2026-02-26T17:35:54.696Z | Feb 26 17:35:54.302 INFO all jobs completed in 4152.568072298s |
| 10971 | 2026-02-26T17:35:58.393Z | process exited: duration 4956634 ms, exit code 0 |
| |
| 10972 | 2026-02-26T17:35:58.479Z | found 41 output files |
| 10973 | 2026-02-26T17:35:58.479Z | uploading: /work/manifest.toml (17174 bytes) |
| 10974 | 2026-02-26T17:35:59.623Z | uploaded: /work/manifest.toml |
| 10975 | 2026-02-26T17:35:59.623Z | uploading: /work/repo.zip (3022164161 bytes) |
| 10976 | 2026-02-26T17:39:18.162Z | uploaded: /work/repo.zip |
| 10977 | 2026-02-26T17:39:18.162Z | uploading: /work/repo.zip.sha256.txt (65 bytes) |
| 10978 | 2026-02-26T17:39:19.221Z | uploaded: /work/repo.zip.sha256.txt |
| 10979 | 2026-02-26T17:39:19.221Z | uploading: /work/helios.json (647 bytes) |
| 10980 | 2026-02-26T17:39:20.321Z | uploaded: /work/helios.json |
| 10981 | 2026-02-26T17:39:20.321Z | uploading: /work/incorporation.p5m (100410 bytes) |
| 10982 | 2026-02-26T17:39:21.422Z | uploaded: /work/incorporation.p5m |
| 10983 | 2026-02-26T17:39:21.422Z | uploading: /work/incorporation.p5p (122880 bytes) |
| 10984 | 2026-02-26T17:39:22.544Z | uploaded: /work/incorporation.p5p |
| 10985 | 2026-02-26T17:39:22.544Z | uploading: /work/helios-incorp.log (526 bytes) |
| 10986 | 2026-02-26T17:39:23.644Z | uploaded: /work/helios-incorp.log |
| 10987 | 2026-02-26T17:39:23.644Z | uploading: /work/helios-setup.log (58097 bytes) |
| 10988 | 2026-02-26T17:39:24.744Z | uploaded: /work/helios-setup.log |
| 10989 | 2026-02-26T17:39:24.744Z | uploading: /work/host-image.log (235411 bytes) |
| 10990 | 2026-02-26T17:39:25.888Z | uploaded: /work/host-image.log |
| 10991 | 2026-02-26T17:39:25.888Z | uploading: /work/host-package.log (34224 bytes) |
| 10992 | 2026-02-26T17:39:26.987Z | uploaded: /work/host-package.log |
| 10993 | 2026-02-26T17:39:27.012Z | uploading: /work/host-target.log (101 bytes) |
| 10994 | 2026-02-26T17:39:28.088Z | uploaded: /work/host-target.log |
| 10995 | 2026-02-26T17:39:28.088Z | uploading: /work/incorp-create.log (0 bytes) |
| 10996 | 2026-02-26T17:39:29.162Z | uploaded: /work/incorp-create.log |
| 10997 | 2026-02-26T17:39:29.186Z | uploading: /work/incorp-fmt.log (0 bytes) |
| 10998 | 2026-02-26T17:39:30.234Z | uploaded: /work/incorp-fmt.log |
| 10999 | 2026-02-26T17:39:30.259Z | uploading: /work/incorp-pkgsend.log (108 bytes) |
| 11000 | 2026-02-26T17:39:31.329Z | uploaded: /work/incorp-pkgsend.log |
| 11001 | 2026-02-26T17:39:31.329Z | uploading: /work/incorp-publisher.log (0 bytes) |
| 11002 | 2026-02-26T17:39:32.401Z | uploaded: /work/incorp-publisher.log |
| 11003 | 2026-02-26T17:39:32.426Z | uploading: /work/omicron-package.log (7035 bytes) |
| 11004 | 2026-02-26T17:39:33.518Z | uploaded: /work/omicron-package.log |
| 11005 | 2026-02-26T17:39:33.518Z | uploading: /work/recovery-image.log (604269 bytes) |
| 11006 | 2026-02-26T17:39:34.775Z | uploaded: /work/recovery-image.log |
| 11007 | 2026-02-26T17:39:34.775Z | uploading: /work/recovery-package.log (1870 bytes) |
| 11008 | 2026-02-26T17:39:35.871Z | uploaded: /work/recovery-package.log |
| 11009 | 2026-02-26T17:39:35.871Z | uploading: /work/recovery-target.log (98 bytes) |
| 11010 | 2026-02-26T17:39:36.966Z | uploaded: /work/recovery-target.log |
| 11011 | 2026-02-26T17:39:36.991Z | uploading: /work/stamp-clickhouse.log (117 bytes) |
| 11012 | 2026-02-26T17:39:38.063Z | uploaded: /work/stamp-clickhouse.log |
| 11013 | 2026-02-26T17:39:38.063Z | uploading: /work/stamp-clickhouse_keeper.log (124 bytes) |
| 11014 | 2026-02-26T17:39:39.157Z | uploaded: /work/stamp-clickhouse_keeper.log |
| 11015 | 2026-02-26T17:39:39.157Z | uploading: /work/stamp-clickhouse_server.log (124 bytes) |
| 11016 | 2026-02-26T17:39:40.252Z | uploaded: /work/stamp-clickhouse_server.log |
| 11017 | 2026-02-26T17:39:40.276Z | uploading: /work/stamp-cockroachdb.log (118 bytes) |
| 11018 | 2026-02-26T17:39:41.347Z | uploaded: /work/stamp-cockroachdb.log |
| 11019 | 2026-02-26T17:39:41.373Z | uploading: /work/stamp-crucible-pantry-zone.log (127 bytes) |
| 11020 | 2026-02-26T17:39:42.444Z | uploaded: /work/stamp-crucible-pantry-zone.log |
| 11021 | 2026-02-26T17:39:42.469Z | uploading: /work/stamp-crucible-utils.log (118 bytes) |
| 11022 | 2026-02-26T17:39:43.539Z | uploaded: /work/stamp-crucible-utils.log |
| 11023 | 2026-02-26T17:39:43.564Z | uploading: /work/stamp-crucible-zone.log (120 bytes) |
| 11024 | 2026-02-26T17:39:44.634Z | uploaded: /work/stamp-crucible-zone.log |
| 11025 | 2026-02-26T17:39:44.634Z | uploading: /work/stamp-external-dns.log (119 bytes) |
| 11026 | 2026-02-26T17:39:45.732Z | uploaded: /work/stamp-external-dns.log |
| 11027 | 2026-02-26T17:39:45.758Z | uploading: /work/stamp-installinator.log (103 bytes) |
| 11028 | 2026-02-26T17:39:46.830Z | uploaded: /work/stamp-installinator.log |
| 11029 | 2026-02-26T17:39:46.830Z | uploading: /work/stamp-internal-dns.log (119 bytes) |
| 11030 | 2026-02-26T17:39:47.927Z | uploaded: /work/stamp-internal-dns.log |
| 11031 | 2026-02-26T17:39:47.927Z | uploading: /work/stamp-mg-ddm-gz.log (99 bytes) |
| 11032 | 2026-02-26T17:39:49.022Z | uploaded: /work/stamp-mg-ddm-gz.log |
| 11033 | 2026-02-26T17:39:49.047Z | uploading: /work/stamp-nexus.log (112 bytes) |
| 11034 | 2026-02-26T17:39:50.117Z | uploaded: /work/stamp-nexus.log |
| 11035 | 2026-02-26T17:39:50.117Z | uploading: /work/stamp-ntp.log (110 bytes) |
| 11036 | 2026-02-26T17:39:51.212Z | uploaded: /work/stamp-ntp.log |
| 11037 | 2026-02-26T17:39:51.237Z | uploading: /work/stamp-omicron-sled-agent.log (122 bytes) |
| 11038 | 2026-02-26T17:39:52.308Z | uploaded: /work/stamp-omicron-sled-agent.log |
| 11039 | 2026-02-26T17:39:52.308Z | uploading: /work/stamp-overlay.log (114 bytes) |
| 11040 | 2026-02-26T17:39:53.405Z | uploaded: /work/stamp-overlay.log |
| 11041 | 2026-02-26T17:39:53.405Z | uploading: /work/stamp-oximeter.log (115 bytes) |
| 11042 | 2026-02-26T17:39:54.499Z | uploaded: /work/stamp-oximeter.log |
| 11043 | 2026-02-26T17:39:54.524Z | uploading: /work/stamp-oxlog.log (109 bytes) |
| 11044 | 2026-02-26T17:39:55.594Z | uploaded: /work/stamp-oxlog.log |
| 11045 | 2026-02-26T17:39:55.620Z | uploading: /work/stamp-probe.log (112 bytes) |
| 11046 | 2026-02-26T17:39:56.689Z | uploaded: /work/stamp-probe.log |
| 11047 | 2026-02-26T17:39:56.689Z | uploading: /work/stamp-propolis-server.log (122 bytes) |
| 11048 | 2026-02-26T17:39:57.787Z | uploaded: /work/stamp-propolis-server.log |
| 11049 | 2026-02-26T17:39:57.812Z | uploading: /work/stamp-pumpkind-gz.log (115 bytes) |
| 11050 | 2026-02-26T17:39:58.884Z | uploaded: /work/stamp-pumpkind-gz.log |
| 11051 | 2026-02-26T17:39:58.884Z | uploading: /work/stamp-switch-asic.log (118 bytes) |
| 11052 | 2026-02-26T17:39:59.980Z | uploaded: /work/stamp-switch-asic.log |
| 11053 | 2026-02-26T17:40:00.005Z | uploading: /work/verify-libraries.log (11725 bytes) |
| 11054 | 2026-02-26T17:40:01.124Z | uploaded: /work/verify-libraries.log |